diff --git a/openseek/competition/LongContext-ICL-Annotation/READMD_zh_cn.md b/openseek/competition/LongContext-ICL-Annotation/READMD_zh_cn.md new file mode 100644 index 0000000..735787e --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/READMD_zh_cn.md @@ -0,0 +1 @@ +# LongContext-ICL-Annotation (长上下文场景中LLM自动数据标注挑战赛) diff --git a/openseek/competition/LongContext-ICL-Annotation/README.md b/openseek/competition/LongContext-ICL-Annotation/README.md new file mode 100644 index 0000000..4eccf6b --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/README.md @@ -0,0 +1,2 @@ +# LongContext-ICL-Annotation + diff --git a/openseek/competition/LongContext-ICL-Annotation/data/README.md b/openseek/competition/LongContext-ICL-Annotation/data/README.md new file mode 100644 index 0000000..7623f1b --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/README.md @@ -0,0 +1,11 @@ + +| 任务ID | 任务名称 | 上下文长度最短 | 测试样本数 | +| --- | --- | --- | --- | +| openseek-1 | closest_integers | 30K | 500 | +| openseek-2 | count_nouns_verbs | 30K | 500 | +| openseek-3 | collatz_conjecture | 30K | 500 | +| openseek-4 | conala_concat_strings | 30K | 500 | +| openseek-5 | semeval_2018_task1_tweet_sadness_detection | 30K | 500 | +| openseek-6 | mnli_same_genre_classification | 30K | 500 | +| openseek-7 | jeopardy_answer_generation_all | 30K | 500 | +| openseek-8 | kernel_genernation | 30K | 500 | \ No newline at end of file diff --git a/openseek/competition/LongContext-ICL-Annotation/data/openseek-1_closest_integers.json b/openseek/competition/LongContext-ICL-Annotation/data/openseek-1_closest_integers.json new file mode 100644 index 0000000..42b4529 --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/openseek-1_closest_integers.json @@ -0,0 +1,40514 @@ +{ + "task_id": "openseek-1", + "task_name": "openseek-closest_integers", + "Definition": [ + "In this task you will be given a list of integers. You should find the minimum absolute difference between 2 integers in the list. The absolute difference is the absolute value of one integer subtracted by another. The output should be a single integer which is the smallest possible absolute distance." + ], + "examples": [ + { + "id": "openseek-1-b4e2fb9fc07b47a5959551ba3283213b", + "input": "[59, 26, -96, -30]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-23bcf262a3754b34b54559dcdb824fbc", + "input": "[-3, 20, 0, -27, -38, 98]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-32f639fa7f88428589f48080b79dec78", + "input": "[-28, -32, -67, 24, -40, -18, 21, -10, 15, 19]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-83703b5ac06e409dbde130d844e3c6f2", + "input": "[41, 96, 4, -95, -14]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-08b85a8e27384efc91273a07d7c4ea61", + "input": "[67, 53, -4]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-4fd812a604684f109c46c5afc4dda767", + "input": "[-95, 34, 88, -1, 42, 51, 0, -41, 94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ece0d9e23360461487828eea53bd20db", + "input": "[9, -71, -69, -33, -33, -12, 6]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5658b81cb3184a0e84ab64b21584b102", + "input": "[80, -18, 98, 47, 92, -73, 36, -83, -96, -64]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-137a4b852bb54e7883047aaf6f2a4356", + "input": "[-31, 77, 46, 72, -17, 71, 30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-75f5f7bf74d749c9936b7283c6e1d5d1", + "input": "[35, -25, -85, -16, 39, -97, -14]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-64a10fbef0e340e68b54a882133ad67f", + "input": "[-68, 11, 25]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-3ec351b936ca450ead3ee340fb601f7d", + "input": "[13, 86, 38, -71, 80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-1aad6d5e36e44cc8a6dababb77defdb6", + "input": "[84, 65, -46, 8, 15]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-ec39e3e8a52a4648a90918804ecc3857", + "input": "[17, 15, 10, -91, 33, -88, -76, -65, -58, 18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0dad0357999e4faab7e4e1a23f26aa0d", + "input": "[-81, -91, 94, -61, -9]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-96d691612ddd43429d01da4409320730", + "input": "[-65, 98, 64, 53, -35, -77, 50, 79]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-bf19f2e24c8342f48400d99d64356f1a", + "input": "[94, -64, 72, 99]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a2cd4ceda1e0434c80872b998e9dd3b8", + "input": "[56, 5, -6, -23, -41]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-ca7cb3491e854e1399835bd22f8240ad", + "input": "[35, 15, 48, 19, 59, -43, -40, 12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-45ce81768702430198ac0bf153d92307", + "input": "[39, -31, 2, -87]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-e6e117e0d228424eb2fc51631fe78802", + "input": "[10, 11, -44, 79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9cd4e6cf64ca43abba165b03ba3d4fad", + "input": "[14, 53, -85, -100, -54, 97, 92, 5]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-decd6b1a86de4d5192532fe6f34c0e32", + "input": "[24, -37, 53]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-7542103bcf354724ae5bf53b211a417c", + "input": "[-90, 74, -62, 94, -47, -69]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-fbd4bd90ee064815aa6776c8aedcdd8f", + "input": "[-74, 77, -71]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d9912245549e4be1a667d4704ae3655c", + "input": "[-3, -12, 27, -60, 82, 7, -40, -37, 39]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c93d49b08ac344a788bd54c2e7886544", + "input": "[-57, -35, 53, 75, -42, 22, 69, 45]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-1dd43ff737aa454e9c6d2e85c9df0f26", + "input": "[25, 4, -72, 84, 99, -61]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-c257162ad59440a59d812586a5f26459", + "input": "[78, -61, -69, -55, -82, 40, 57, -46]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-852b972292a9428fb1c39703986429a6", + "input": "[-91, -70, 79, 44, 32, 66, 37]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-93c6c4ffacdd40fbb39072cd32805981", + "input": "[86, 26, -63, -28, -26, 5, 18, -27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3cebe491a27940ba84105d01698b04bc", + "input": "[-25, 92, -3, -57, -74, -20]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8bfa02f88d9745ea825f67869d115a0b", + "input": "[64, -58, -9, 98, 89]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-8f8947ca444241ee8e6d4bee6ecf2ba8", + "input": "[19, 52, -93, 97]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-ba407a8cb4b64fff9e549a5e2cd9c4ee", + "input": "[-27, -70, 51, 45, 22, -20, 95, -61]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-34b7f3dc23764c4199050073d0c1d066", + "input": "[-41, 37, 44]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-710b53992084445aa5db3f0d10eda70b", + "input": "[-61, -77, 29, 30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-93520367c18b44b39d1b947767d528c3", + "input": "[90, 44, -42, -70, -24, 78, 78, 94]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f3da8e7f55334b9fa6f133c58fe014eb", + "input": "[-76, -75, 57, -23, -6, -53, -51]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8f47cd08621843a5b4fbd5ee8680caeb", + "input": "[-13, -45, 18, 76, 34, -87, -93, 85, 68]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-306c42c39b814714bf74511a80d0e59d", + "input": "[5, 58, -3, 57, -23, 58]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-83d765636b1c4f3c9bed3e11de0e8de0", + "input": "[93, 2, 56, -29, -63, 71, -41, 15]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-f3c55570892e49a49a67eb8ffdbc5c45", + "input": "[-38, -30, 1, 24, -85, 53, -10]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-b46b253ac2824eb39ad9261adca96c2e", + "input": "[98, 11, 90, -74, -22, 100, -91, 59, -28, 33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4f1697827a584f6d8f5ddfed04cee66b", + "input": "[-82, -14, -62, -35, 96, -19, 29, 27, 43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-47108afa77694d2595c46379f85ba918", + "input": "[7, 53, 74, -53, -52, -42, -88, -98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c4d78f1c4c2945ceb16762a28f46ee3c", + "input": "[-23, -7, -87, 12, 81]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-13c350802474473191433940a3b46290", + "input": "[27, 4, -82, -42, 80]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-bb01ab013c4946588da23555a8e9c837", + "input": "[25, -68, 72, -44]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-657d5c3c909944a79031a609c9912068", + "input": "[54, 40, 74, -8, 9, 69, -25]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-40f82ff70144421db3faebcdf8d96871", + "input": "[-49, 76, 63, 57, -76, -84, -42, 92, -42]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-64f4f41fe2b3424991a5bda8d53fe382", + "input": "[55, -43, 95, -68, -20, 11, 63, -4]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-37ffdc96f191486ba01e2034f7f28595", + "input": "[-30, 46, 55]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2af013b4913c4cc1b21535b7838f308b", + "input": "[-74, -75, 83, 54, 15, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b9a01bb651594f4680fc1beb3660089e", + "input": "[9, 86, -92, -94, -90, 62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e90c6650502b4cd0a8a74adec9ae2afe", + "input": "[-100, 81, -92, -73, -71, 57, -17, 51, 91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-76e23e846d89444e845bc42e4658932c", + "input": "[35, 32, -76, -24, -60, -10, 60, -22, 53, 21]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c1e4a8e32f0c4c46816dd0a03a97d8a7", + "input": "[-23, 28, 74, -21, -85, 96, 97, 45, 8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-81aef1803b1a4aa89dd5f414a41d6834", + "input": "[-94, 81, 30, 22]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-29eb6e0d1a5d4ff5a879094814a861f3", + "input": "[67, -40, -28]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-f19adb85e1c14740af83e3d2a433d9db", + "input": "[-26, -28, -4, -72, -62, -23]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-45483831db8d425ab7633732211c1d88", + "input": "[-87, -60, 16]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-8758603d8bea42b1aed276404198ff48", + "input": "[-23, 86, -18, 38, 53, -59, -99, 18, 37, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1fdfba3647114cf682dcbf23733e7efd", + "input": "[98, -75, -33, 41, 28, 2, -75]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-22262d0a14cd4a66b416bccc2d70f740", + "input": "[-64, -1, -45, -78, -86, -37, 97]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a95bf1e966534e0b8304a64a521d68a8", + "input": "[92, 95, 57, 91, -38, -32, 37, -81, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-665a7d45d8224fb58495691d3cd31481", + "input": "[-61, 17, -6, -32, -56, 79, -10, 14, 78, 26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5e9927c3068140a398b4076d67bd625b", + "input": "[-41, 39, 36]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a30d6d5ed8504f4283f50a04546204ab", + "input": "[-59, -83, 32]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-8b47a262a14e4052bb6af41b0ff217c1", + "input": "[28, -72, 15, -90, -26, -61, -39, -58, -22]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-85f4c577b5ce4d37b0e68ecfda2cd886", + "input": "[94, -75, -21, 49]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-1466b247f3964b10b1ca129db655e49d", + "input": "[80, -40, -46, 29, 21, -69, 64, -46, -43]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c92844e06c12480d8411fce4d751a9b4", + "input": "[-59, -77, 100, -70, 79, -76, -57, 0, -80, 50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-151c994df3394624b7fff8937100924c", + "input": "[-25, 73, -49, 48, 48, -38, -79, 64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5e8b9d3a33424cd08fbc980938c27964", + "input": "[96, 20, -4, 44]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-97a8c62427914472a231386b67c75e7b", + "input": "[-98, 47, 33, 33, 30, -57, -19]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f1febe098ea948158176cd43b3ffafa8", + "input": "[70, -27, 11, -24, -43, -98, -91, -87, -33]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-86035c71aa484a6bb14bf9eb030114a1", + "input": "[70, -42, -42, 58, 68, -94, 100, 89, -55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-face4725f2aa48389d9ff0afb99380ac", + "input": "[45, -11, 81, -75, 42, -33, -43, 19, -4]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-097fc2e093ae46cb9131a3d4566989b6", + "input": "[6, -24, 70, -61]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-4e415a6fd9e54011b8da777d48a2dcce", + "input": "[38, 84, -32, -1, -96]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-470b2195085c4d21b3c96f003ee52c24", + "input": "[-2, -96, 28]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-919283662212424cb4b430c1488ff320", + "input": "[100, -71, 7, 68, 50, 76, -60]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e337f66bf17c482e92d8d18dadd5a740", + "input": "[-94, -17, -55, 21, 10, 46, 83]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-812e77bc29fb46a8a7446e0fff3c407b", + "input": "[59, -60, -43, -6, -75, -85, 80, 54, -2]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3853802155864fffb194800ce4ec14ca", + "input": "[49, -25, -88]", + "output": [ + "63" + ] + }, + { + "id": "openseek-1-72329ad7cca24fa5b23d6f41b1df431e", + "input": "[-87, 27, -57]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-49b7a1f652b2486d9d3bc197594f3314", + "input": "[-89, 13, -73, 35, 21, -16]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-3d6a79542ac74bc8bb6a240dfcbd5dd6", + "input": "[33, -78, -94, 61, 0, -40]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-bee4a06d81844d5e98ab10412cb8d4ec", + "input": "[-74, 15, 30, -13, -83]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-e2f22b0228004967927d12fe639074ec", + "input": "[-62, -62, 46, -68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-51ede2345e254217803cd47deebd78c1", + "input": "[61, -88, 24, 50, 44, 75, 86, -44, 24, 78]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e71aa980669a4c84944634ccd6b97006", + "input": "[-60, 90, -12]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-ac2313a2e09449768db9feccdf807c4d", + "input": "[38, -38, -34, 3, -39, 58, -10, -90, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4ce4ff25e6b24b4689073f4fe82f395d", + "input": "[17, -45, -29, -11, -44, 69, 89, 63, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b4dadfaea76a46088879c577b99d5805", + "input": "[-67, -30, 14, -9, 32, 5]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a61bbbf9f475464b91ab64469cb0d8b8", + "input": "[38, -24, 95, 50]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-326e9d09cca34e49be834f53fdce2a60", + "input": "[56, 40, 97, -19, -93, 90, -3, -100, 82]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4031a878ffb643319a04f6e0c58dece3", + "input": "[-94, -90, 82, -52]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-db08f4bede9342f191bf74cef3fcc829", + "input": "[78, -91, 89, -36, -23, 29, -3, 92, -95]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-21bbcbfc373c429b9722f25d675c4353", + "input": "[-60, 88, -36, 20, -2, -67, -86]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-284e29e328df488d96653463c2ce1270", + "input": "[31, -7, 81]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-c051ad63f0e1434194a7c60655f9824e", + "input": "[93, -35, 38]", + "output": [ + "55" + ] + }, + { + "id": "openseek-1-af659f5574d44e0e8a3fd8781c5a626d", + "input": "[1, -47, -34, 23, -62, 68]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-530602427a5748fd839419f53844bc0a", + "input": "[0, 66, 52, 49, 4, 71, 65]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-df01c6630b904bf69db0b932f0421b31", + "input": "[-10, -83, -95, -32, 100]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-70d19acd3bb34d2da601f2f5c120ebfa", + "input": "[-8, 67, -79, -44, 42, -89, -25, -68, 98]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-cab0c908bf7143d0b66a5396fd451088", + "input": "[38, 82, -39, -36, 21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-804b0e98143e40d3b9fed5eea27f39f7", + "input": "[-7, 72, -55, 22, 53, -72, -58, -36, 32]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7bbab811ade9442fab0f482379812926", + "input": "[10, 94, -91, 63, 46, -67, 78, 43, 49]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-823626f246b44338a29b8ad0f65a4369", + "input": "[-90, -4, 86, -14, -100, -93, -96, 15, 10]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-83e2dea3026849939e2b485dcd12def1", + "input": "[87, -26, 0, 61, 50, 62, 27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b0adfff1ac424fafaeaddb18356b0a13", + "input": "[56, -85, -84, -58, 86, 69, -73, -44, 69, -73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fffba8f71973464eadd0c7fe54a7c4b0", + "input": "[-70, 63, 25, 69, 14, 32, -36]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3aec6375ec7e47dda3e80b0a2aa18fb6", + "input": "[-81, 44, -45, -78, 66, -58, -30, -80, -47, 63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d0cc549d0f8a4323ae1449e18faeb4df", + "input": "[-2, -39, -95, 49, -29, -87, 78]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-b08a1026742447f8969f6e8cfca14e07", + "input": "[-67, 66, 28, -96, 19, -62, -8]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-293ea846a551460296bd6ec3e51858b4", + "input": "[-19, 35, 27, -63, -93]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e4387b2b059d477ea065b633c8fd86dc", + "input": "[-66, -96, 76, -38, -84, -77, -85]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b063e29d9bc24c94adaf9984c50e737d", + "input": "[82, 76, 89, -4, 43, 91, -79, 37, 4]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b703e019f0054061ab007e04c8888db4", + "input": "[25, -36, 13, -34, -58, 59, -66, -6, -38, -21]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a2651c31660a41eea283eafb80a32b5d", + "input": "[44, 3, -96, -7, -84]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-54a9be85683142e88e72cc90a9d2e9a4", + "input": "[-79, 81, 89]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-3be08752f49b48e080022b541c12886b", + "input": "[30, -64, 98, 8, 91, 82]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-7740e242741c410bb6f48a05a109d8a6", + "input": "[-87, -43, -59, -25]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-ee56a3371b2e4f6587df2efdd6319070", + "input": "[99, 79, 25, 50, 15, 98, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-65ae1654dcd34afdad79bd94a34d128d", + "input": "[-63, -60, -30, -68, -96, -13, -20, 26]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8dde8047045746139a79510feddfeb0a", + "input": "[-45, -21, -54, 94, -8, 32, 29, 26, 81]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2948d1f33b0849be9bca0de129553332", + "input": "[-62, 98, -78, -10, -83, 21]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-2b2da283bc614ab289ebac65bdcfd4fc", + "input": "[-71, -72, 72, 93, -68, 71, 98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c9cad47ec70d4a4899a6e285b41c7734", + "input": "[53, 5, -17]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-70ed143435e34fbd869e906e67cdbbdd", + "input": "[-4, 40, -60, 73, 8]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-14a2c004580b47d5bbf7985728e3ee45", + "input": "[81, 44, 46]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a4cca9630f8f4e20be0d28ae7c48769d", + "input": "[-100, 92, 75, 28, 65, -85, 34, -39]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-1f5b07b247754c068fde91ddeea7e2da", + "input": "[26, -5, -10, 52, -14, -76, -10, -91, -81, 57]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f96f3264c62d4cb683a891cb664570e3", + "input": "[-32, -41, 88]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-e9a81cf63034433aa3e274b536a70a07", + "input": "[-99, 55, 38, -28]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-5f0da1bfd7064146a8fff5f1f924da82", + "input": "[96, -7, 23, -6, -93, 54, -64]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bafc281280a844dfb51aa257c6a5c833", + "input": "[22, -61, -86]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-68a7a40049304ca1ac55c9e92980702a", + "input": "[-97, -3, -94, 95, 69, 76, -61, 46, 90, 17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a2d4536265284da79407dc12a3bdb96e", + "input": "[11, -63, 64, -16]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-a7f617b824224c90ae466a8c97817ad8", + "input": "[3, 98, -70, 53, -36, 24, 78, 29]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-9b22d950fb3f4a86ae1bed66131b7d1d", + "input": "[-39, 81, 8, -91, -28, 22, 74]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e3838cb48069480c8927c7ca928f6326", + "input": "[-27, -84, -62, 72, -22, 2, 4, -84, 4]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1f44cab6695e4519865d9283a2e6ca40", + "input": "[20, -94, -40, 64, 78, 27, -56, -85]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-71dfb47782e840ec97ad93453c425bf7", + "input": "[87, 40, -65, 93, 42, 25, 29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2e0278d27a5d4e419df61013a2b70680", + "input": "[-59, -30, -20, -90, 67]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-fcc649a52b284d28865adac62f5e2ebf", + "input": "[-30, 60, 94, -14, -11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5e84e4b6b94645389a6c3d291ec92daa", + "input": "[-98, -40, 34, 84, 66, 97, 19, -52]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-aace0b86eeac4b0ca14f73e38ee75a72", + "input": "[60, 72, -90, 0]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-17b590f721c540c8a5a1bc7044487ee4", + "input": "[-11, 54, 1, 14, 40, 6, -58, 23, 83, -2]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e23f95ceb6a749e485f9e4111e8cc2ba", + "input": "[22, 62, 96, 67, -16, -47]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5045f1995f2f487291770f93c2abc982", + "input": "[-6, -41, 19, 14, 45, 45, 96]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5bf0f1c44dbb4ee594fceab2726b5b6a", + "input": "[-69, -69, -58, 3, 57, 88, 53]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-393e43d435b6445d8b06da370e08457e", + "input": "[36, 46, -41, -78, 80, 57, 0, -35]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-98578c47c5a44d95846e8b453a150415", + "input": "[-81, 74, 49, -17, 89, 23, 81, -55, 89, 81]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f542f045b1c84e76b85fd30c4c2a3080", + "input": "[-70, -14, -47, 74, -31, -96, -53, 30, 22, 58]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-be4184c4ac7244fa91829a98d5b32642", + "input": "[60, -2, 90, -87, -27]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-994f6f889d8f409282c4910e973882f0", + "input": "[-79, -23, 96, 28, 23, 26, 11]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-39493b99a95741a68253514c1fd83a28", + "input": "[-78, -99, 41]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-0b775cb4f0e04b89bd4f0ef2cb15e2f9", + "input": "[8, 63, -95, -59, -14, 22, -45, 11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3674d8d24d334da29dac7c1c72826e5e", + "input": "[100, -40, 27, 69, 78]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-57e8b86470404e2ab335066a1798ba23", + "input": "[-71, -100, -80, -78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c99dfec8fa0c43a6a9072ad27e379a43", + "input": "[-15, -31, 89, -7]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a0a204304fcd43e4b221b9da802ed9c0", + "input": "[8, -66, 62]", + "output": [ + "54" + ] + }, + { + "id": "openseek-1-1518d7f75e234abdb93a10192cf5ad66", + "input": "[-85, -63, -8, -19, -67, 60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3e2a106e525441dba9842a6b09e1e342", + "input": "[-3, -64, -24, 76, -12, -33, -82, -23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e21897dc16f94cf6950341f489d7909e", + "input": "[-41, 11, -74, 49]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-98fab325510a48ad8a28c0be795383e7", + "input": "[-49, 8, 95]", + "output": [ + "57" + ] + }, + { + "id": "openseek-1-8fce88737e454b70bc2dd6fdcfcfeb8c", + "input": "[66, 99, -98, -39, -55, -91, 37, 22, 54]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f2181194d44e4a86a0c640995f4ce60c", + "input": "[81, 10, -41, 19, -47]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c722a1d9673d4fa1aac6c9c996458364", + "input": "[100, -42, -8, -92, -64, -77, 13, 59, 17, -37]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-bc9f1b86b53044efa34d7024715bc8be", + "input": "[9, 1, -25, 30, -53, -25, -39, 48]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7213d20123c24bff98ffcf955ab8cb58", + "input": "[78, -92, -14, 3, 0, -48, 79, 70, -76]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-39059f05c2a24803bcba11c850c172d9", + "input": "[25, 67, 53, 83]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-5bc7efd6528d4dc78e3f6d48450c5e35", + "input": "[-73, 24, 13, -4]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-e9a10cba18124c2591a17c653345c090", + "input": "[21, -5, -36, 81, 83, 14, -53, 63, 85]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c849c6a22a9148268d069f05c385a1a5", + "input": "[37, -8, 6, -47]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-87793f6626ed47f8ba257c33f5cd1c5a", + "input": "[29, 9, -1]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-0de4e11a971243759cb8d102bf39206b", + "input": "[-42, -51, -35, -49, -88, 49, -64, -28, -73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-79233dbc55034140a461b60cc70d7474", + "input": "[6, -21, -53, 18]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-8c8a9e2218a544c1aa39b70a1b4d4657", + "input": "[-29, -42, -95, -99, 73, 15, -65, 52]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1d343a17a2054b1295582413a9e2ba78", + "input": "[-33, 54, 9, 84, -87, -39, 55, -82, -59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d668d144d613496e93ae6957808ef6c9", + "input": "[46, -76, 92, 78, 16, 33, -66, -51]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-18c9a31c0aeb4891b270408295ef855c", + "input": "[-100, 61, 41, 29, -3, -95, -99, -8, 69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d5ce3b6f75384e8ea8a7b4c7fc6319b8", + "input": "[27, 40, -97, -4]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-f3a55a70181d46f0a3d560fae53df297", + "input": "[-95, 41, 72, 38]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-26aeffcf78424d5a8b14394693523d15", + "input": "[66, 64, -92, 5, -85, -48]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0d4d1f219b274b35923097be27f46f9f", + "input": "[-60, 62, 69, 41, -14, 19]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6e649632120342f5826ab9dc053c609c", + "input": "[33, -73, 45, -60, -38, -4, -53]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f92ef72db21c4ffcbd26bab0dff40ccf", + "input": "[-91, -62, -78, 9]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-8c44722717ca45c695bc2d0378b886a5", + "input": "[91, 33, 95, -71, 82, -94, -43, -37]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6fc92930b22c481dbdac24c56558138b", + "input": "[19, 32, 47, 91, -96, 37, 84, 79, 94]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fdc2be2c67054325aaffba04083176a2", + "input": "[-74, 17, -21, -21, -14, -27]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-34df0426f1b549bf8ca81be14ac02f4b", + "input": "[-53, 15, -31, 45, 77, -73]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-a0bd36b33a324987a2825da6c12d81e9", + "input": "[16, -84, -91, -2, 81, -45, 52, 48]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-19f19b9dc17f4dcbac212ad470d55f82", + "input": "[-8, -62, -69, -1, 72, 48, 5]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f317cf2500d14dbdba148ddf0fd3b54e", + "input": "[98, 8, 42]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-261e71edbc084701ae9d5931902dcf49", + "input": "[-7, 59, 29, 82, 68, 60, 97, 7, 100, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6d3cd0abd29e4918a5d97bed261e5f80", + "input": "[57, -88, 23, -58, 12]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-08149ebe57474099a36b19d8f6ba787a", + "input": "[66, 28, 5, -69, -22, -1]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9c949fd3cccd43c4a5a16beb0a122565", + "input": "[30, 89, -91]", + "output": [ + "59" + ] + }, + { + "id": "openseek-1-65af91d8acd741e1875f2cc5ebee6b1f", + "input": "[-84, -89, 50, -42, 17, 29, 13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-89cb1663db30406a82e4551cfd835b51", + "input": "[-86, -83, 54, 41, 2, 21, -46, 3, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c8ae4b670db4439392aecc28a53b151c", + "input": "[40, -22, -42, -49, 88, 42, 43, 22, -61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-75ea2a07d0814b6889510abfccfa984e", + "input": "[1, 65, 83, 80, -38, -71, 43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-216f4d0af3224298bd7e651f8bd365aa", + "input": "[-40, 4, -51, 29, 31, -66, 20, 22]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-84e336df113b4621827de798281e6296", + "input": "[10, -6, 30, -63, 89, -86, -77, -62, -5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cb6e7842ee014da5ac38500c17ad38f1", + "input": "[-32, -89, 70, 43, 88, -74, 94, 53, -9]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c755ca1079794486931729e5dfe58a57", + "input": "[-92, -11, 92, -49, -42]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-44fc444c42454f82a29eebd734f0f94d", + "input": "[-9, -30, 41, -56, -80, -6, 68, 30]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b210fef05f34480a9d3209daac7aefa2", + "input": "[85, -44, 74, -99, 52, 86, 17, 5, 44, -99]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b877f7bad2914ed890ffadbcad275b4b", + "input": "[8, 10, 58, 72, -8, 69, -98, -25, -95, -74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1d103d6f51d7460a945156972eaebc7b", + "input": "[-35, 13, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ee4026f7b08947fcb261d7c7c1d1d6df", + "input": "[88, 33, 61, 70, 30, -5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9d4d032202624e6997d638ca1b0e3efc", + "input": "[-74, -33, 94, 74, 60, 45, 0, -79]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-651cc79e5ab748509ac87f998325cbea", + "input": "[75, 47, -100, 41, -64, -10, -40, 38, -61]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9bd595472e5f426f8ef4a1cbc179ecbf", + "input": "[-44, 43, -57, 65, 45, -99, 62, -35, -96]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1e04bade10aa4f2db5f7afbee81242d7", + "input": "[-79, -72, -55, -10, 98, -48, 61, -18, 88, 77]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4b609825f65c4e97a7a68ad8d6877250", + "input": "[29, -28, 28]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-15ee19cb42ee4df3bf0a1ec8b5ee54ed", + "input": "[-17, 40, 27]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-15e8676ee0834fc1b2974973b1e1efb5", + "input": "[95, -61, 93, 64, 44, 98, -68]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-89d790e0e148464da35ff87b902542f8", + "input": "[91, 72, 40]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-e869bda3038b4faea807209e914c90dd", + "input": "[98, 59, -52, -72, 41, 75, -88, -40, -8, 12]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-50950b01876d43ad9795623fdd7a987b", + "input": "[78, -27, 38, -7, 93, -20]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a0b106827a29438d99dedfedee1472e4", + "input": "[-39, -92, -16, -9, 69, 13, 26, -86]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-433aeafdab7642459df3a9b2018cdc0f", + "input": "[31, 61, 60, -25, 65]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c8f64b2dcde54039ac405adefcbe9d10", + "input": "[-50, 91, 81, 62, 11, -60]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-ec41d76a692046aaa3d21fd1cbbb96f4", + "input": "[68, 32, 30, -29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a4c831a48dff45e9a6009fc2e42a8ed9", + "input": "[-36, 7, 63, 43, -13, -6, 80]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-44e79146942c488497f607818411d9a0", + "input": "[63, -54, 1, 61, 78, -32, -49, -53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-27ebecbae3c1492abbe402664d168bd3", + "input": "[-39, 20, 10, 36, -96, 93, 15, 66]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e8e529032d9c4b4ab363a5b6dd714d7b", + "input": "[-35, 52, 78]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-68e3838e0cb140be933a08f6d5d93708", + "input": "[63, -59, -45, 41, -85, -2]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-0b19f9b5c8a34eb29c13bad2c8fdb141", + "input": "[-36, 86, 5]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-6455245bf4b64785ba6fbc9f09f05e2e", + "input": "[77, -40, -90, 77, -76, 9]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-446aaefb307843cf995af0b6e0c6413e", + "input": "[71, 4, -77, 53, -87, -56, 82]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-0d2eb4553ffb4204a0593942d26ed5e2", + "input": "[-43, -47, 61, -88, -55, -25, 47]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f6f33cc2940e478e9b0a7b73c4cf59c8", + "input": "[-13, 7, -76, 61, -70, 81, -89, 14, 42, 76]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-878bdafa759f4262a1e9a3a0e37bc085", + "input": "[3, 73, -1, 18, 74, 99, 70]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f41e01ac53444180ba0f8a8767fb0dd4", + "input": "[39, 50, -93, -45, -70, -63, -33, -81]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-89f4214483034f1289c3757e54cd2753", + "input": "[75, 29, 39, 56, 45, -34, 8, 27, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-023794fb899b41d0a9845a26162c5e26", + "input": "[-64, -66, -62, -30, -94, -2, 26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2bed079e97f244dcad5de938707dae0b", + "input": "[-82, -55, -92, 16, -93, -66]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3c208e0d2def49858310d93f34b1e412", + "input": "[-54, 55, 9, -35]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-be3b5fe88037466a84ae7996544ec711", + "input": "[-46, -82, -72, 9, -40, 62, -54, 4]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-511131f40d234ea5bb9ea05b9af613be", + "input": "[76, -93, -9, -97, 25]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9bf345826e6f4b52aae7822a6480337e", + "input": "[-31, 17, -32, -77, 43, 92, 94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8d4862ce86f244f9886a17e81bbde23c", + "input": "[68, -39, -18, 74]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d2e67ef6e7a1496a8e1f9018a060fa3d", + "input": "[-56, -72, -63, 36, 23]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f073f6da3c874587ab70cdde45a3357b", + "input": "[98, -12, 2, 5, -15, -42, -96, -5, 64, -41]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f3456d7cc0b74a649ea163bed527afba", + "input": "[74, 40, 18, -16, 86, -31, 19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5a9657ddfdff4cbd90161a9b92df61ae", + "input": "[6, -88, 91, -49, 74]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-406741d0587f415a8d0f9327655afb37", + "input": "[-87, -33, 0, 25]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-329dcd340b73428f8ee347d7f2485103", + "input": "[-29, 97, -55, 100, -75, -62, 42, 6]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ea6e20973518475e8672fad4603fb20a", + "input": "[-81, 45, -87, 59, 22, 4, 97, -100]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-195d7f70fd024b2f85910a1d05298925", + "input": "[95, -41, 86, -50, 71, 48, -14]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-7fed10e499944b5ab3cce29fd049603e", + "input": "[-9, -32, 70]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-037af2708f554aaf96b16c18e647c193", + "input": "[-59, 90, -55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3ec5350c318a40beae8979275532f16d", + "input": "[73, 27, 49]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-d55573580e284d318cbf217dfd4e1d41", + "input": "[-45, -16, -91, 54]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-b9c281c95ec7418680eaafc21c134303", + "input": "[-66, -78, -34, 22, -82]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a9bff2be04d64d3b9f2674016da92efd", + "input": "[-10, 21, -25, 55, 22, 3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ff0fc07eba804dd9ac488694d9c237fe", + "input": "[-28, 20, 23, -60, 14, -47, -90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-69caa16b2e514363a1b2279d92f052bd", + "input": "[48, 52, -72]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a344bdff56b64be3bf78255548b525d3", + "input": "[72, 18, -88]", + "output": [ + "54" + ] + }, + { + "id": "openseek-1-1e3ca7b6283246a8a090237d2aeca853", + "input": "[49, -98, 3, -95, -10, 26, 81, -89, -35]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-672af9f8e6294bc19a6b6c22b5d2a53f", + "input": "[90, 63, 27, 66, -100, -100, -77, -57, 99]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3d14f52a060c4cd7ab78dd2077836f02", + "input": "[91, 37, -79, 62, -24]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-a2cce3bbc5e04f31a03dda78d4d154f9", + "input": "[-28, 31, 73, 13, -11, -55, 40, 9, -58]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4d1000b0e3484aa68eec48bd1d0b0631", + "input": "[-37, 49, -95, 98, -2, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5018c6be633a4512a531ece0e71eba43", + "input": "[-69, 64, -61]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-6baf1ab796204d6f88f8562e295fe2b7", + "input": "[-59, -95, 7, 6, -5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3a18038b4ee84e809a4ff6699c54d3f4", + "input": "[4, -85, 41, -44]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-7e5044c2191c4bd0a80da17f1b07887c", + "input": "[-94, 49, 46, -100, -87, 38, 3, -59, -61]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d2668de415a04cb39463db20533d90e6", + "input": "[73, 61, -42, -76, 41, 61, -81, -83, 7, -54]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2b52e0d82685421db9ce1f433d0aed91", + "input": "[-89, 13, -28, -97, 71, -32, 11, 84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ed19a4ab6b5f4722ab124890c2070af4", + "input": "[79, 15, -49, 98]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-1347d92f8bd64d64b6bc121c60adf395", + "input": "[-5, 44, 77]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-f4ec0284657047399fce659dcbff644d", + "input": "[-96, -25, 91, -54, 87, 84, 38, -49, 5, -61]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3e227eeab21645798495e281f52f53b0", + "input": "[-22, 99, 10, -100, 25]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-1a06e26b3389466fb53fbaafbe352315", + "input": "[63, 93, -27, -85, -78, 83, -8]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0e36513bece34824b99808b713411834", + "input": "[55, 10, -7, -76, -1, 71, 3, -14, -31, 48]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a13efe6ca10548f1b5ead27ce2e31f3b", + "input": "[-73, 95, 37, 50, 47, 100, -16]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c334671f7ea1482a9c4ce9f4584b37b0", + "input": "[-93, -33, 15, -70, -54, -16]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-f27d16c668614ad1b6a85868947342b9", + "input": "[31, 59, 93, 82, 66, -79]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-fee4f8aa1f034f8fb1331049c7597ca8", + "input": "[38, 8, 99, 20, 17, -84, 21, -69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e590223d80c04a42ae1d0609306c8f65", + "input": "[68, 84, -45, 8, 88, 48, -85]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-bc696d575dd14ed5815cd2c0ad7e83e9", + "input": "[24, -8, 56, -34, 16]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-8ee9a0d94a084d9bb866b641eb0154fe", + "input": "[2, 50, -11, 92, 50, 97]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e8066a8b71de4a1cbb1f85a6b9217fbc", + "input": "[-13, 57, 21, 30, -68, 21]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9dfb876f886445a790d2c6b3b9728f66", + "input": "[46, 22, 32, -84, 98, 31, -57, 30, 53, -62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-790a889d9a494a719f0ea485083abd5b", + "input": "[64, -34, 50, 55, 67, 12, -39, 64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d42cd201e36b469a9ffb6d833fd5e05a", + "input": "[-49, 30, 78, 68, 27, -58, -37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c69d59cc2852449b869303e9e6bc2f68", + "input": "[-90, 28, -60, -88, -28, -74, 23]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5ce8df1a793b4b288b6ab7cc5b0774bc", + "input": "[5, -88, -96, -8, -48, 75, -14, 97]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5bed3e15b0f1442d8f94f82bc46d1ef6", + "input": "[-33, -92, -54, 59, -66, -38, 82]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0b844da13ffc4d748e8e07ba2ed7ed11", + "input": "[0, -78, 83, 46, -57, -94, 34, -65]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-78caa19ee5de41b2b2f0c17b5d2c6feb", + "input": "[-86, 85, 9]", + "output": [ + "76" + ] + }, + { + "id": "openseek-1-40b0615b3e444125b4d85836a606d53d", + "input": "[87, 68, 78, -80, 38, 21, -6, 33, -13, -51]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-98f4dd715fb943b7995d1b528af1f0ce", + "input": "[38, -21, 51, 62]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-7684566620084deb948eb14b1a7c57a6", + "input": "[54, -19, -47, -3]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-103f764065cf4e53ba5688a9e247d0a6", + "input": "[63, -57, -18, -93, 88, 35, -7, 59, -54, -95]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-95143d7f0b49449fa34d3c536584cc97", + "input": "[75, -88, 53, 58, -81, 4, -94, 2, 56, -92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-58b39b83a87c431bb5ad87cd3c5396cc", + "input": "[-28, -26, -60, 64, -18, 90, 91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-57a507f9634a4b12ac6c0acc4ea7067f", + "input": "[100, 76, -56]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-eb52745e9d7e45d68009bf525d38d7b0", + "input": "[-26, -28, -86, 52, 73, -26, 7, -54, 77, 94]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c047cf442c8a473d94d9ea7f8d585761", + "input": "[-18, 24, -70]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-a64009fd283d4ea98f036f96fc9eb437", + "input": "[-90, 59, 90]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-ab29ddf53a9c4898b67632ed132de145", + "input": "[-29, 94, -59, -8, -80, -94]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-777f6b9e22ba480688654f56fccb3e14", + "input": "[-76, -76, 79, 59, 82, 85, -92, 10, -75, 86]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-265428e54bf3410db060f593b5f51b32", + "input": "[-98, -100, 5, 35, 71, 67, -7, -90, 30, -86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-667000b6989d4a8dbb7fef02bd4f4e08", + "input": "[-30, 75, 100, 84, 75, -75, -26, 65, -89]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-30a22d360e2b4919808c47c757036723", + "input": "[48, 27, 38, 45, 43, 69, 79, -2]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e2197ca439604b1fabf9e24a691e97b3", + "input": "[-57, 49, -72, 67, 19, 24, 57, 63]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-379195df622f4267b27580bb6eb2f8ee", + "input": "[52, -39, 45, -64]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6f6c6ff9f390459dac2e600994730f07", + "input": "[8, -60, 18, -24, 69, -56]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5b08e83d88dc44b4b4a96f1ecc5049ec", + "input": "[-95, 73, -96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d516a33345d74a93b1d7d2022a78b282", + "input": "[-34, -31, -43, 79, 45, 2, 27, -82, 54]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7fa318e4abae4bcd878782562b6ce5a7", + "input": "[52, 48, 17, -54]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6332f53837ea4c6385f2ef4c16a0d67e", + "input": "[-55, 52, 91, -18, -47, -97]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-771094057eff4ac4b472a88e1cc63e05", + "input": "[16, -9, -55, -29, 6, 41, -59, -15, -44]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-58b1786206f04bc98bebecf3e0906e53", + "input": "[-42, -66, 81, 96, -88, -97, 25, 9, 51]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a9e540ba10b946b8b248af9947345280", + "input": "[-52, 17, -92, 9, -93, 29, 77, -54, -89, -75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0ab215245be94f63b53b17f6a98d65e3", + "input": "[44, -85, -74, 62, -39, 78, 72, -30, -68]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-bbe87b7685884e5fa6cd3b74af59377f", + "input": "[22, 89, 94, 4]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-fbdf7442656b46a69144d4838421bb47", + "input": "[-96, 38, 26, -14, 28, -33, -87, -25, -13, -87]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8e9cbb0f520e4447936cf302897f31f7", + "input": "[-4, 10, -47, 32, 32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-52ce624dae9349f4b50c13a953ec3408", + "input": "[-65, 17, 94, 30, 21, -82, -100]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5ee8c713780f41c3bf0228aefe03913a", + "input": "[-7, -62, 67, 80, 92]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-0064466cee3e445ba7c3aa97283b0a9e", + "input": "[76, 72, -75, 65]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2d8821a3da364c048e7bcf83613ae2bf", + "input": "[-55, 43, -26, 75]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-632ab8a0cb3343328be7d94eb9fa6c64", + "input": "[-39, -4, 62, -18, -73, -21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f6051cb90e5f44e7bfa27d0f21cffb28", + "input": "[20, 32, 78, 18]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-698a9731edcb45d7b42351270793f0b4", + "input": "[37, 84, -17, 41, 24, -51, -43, -17, -48, 77]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0fa33f9b6d184a2ebec6cbff2a9a30d2", + "input": "[-87, -96, 48, -65, -59, 51, -98, -15, -81, 16]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-34a2adccdf864c5e8bef5ad378034b0f", + "input": "[22, -36, -50, 70, -19, 7]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-57b3fd7946a5494bb4f40d119c95032b", + "input": "[74, 75, 32, -76]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-06ea4eef55fb475481a3200f73c49638", + "input": "[-85, 57, 38]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-370562e57ab74f46b6f1dfc974b0a2da", + "input": "[53, -88, -56, 97, -18, 3, -47, -5, 36]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a16fa4e3df3d4bd2b58bd2bb63fc6fc4", + "input": "[60, -96, -6, 68, -1]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-52268e936f4b4017ba12529c93c4759c", + "input": "[71, -86, -6, -63, 73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-70a3e18b4fb746dfaf05c901b4980a5a", + "input": "[90, 40, -89, -7, -23, 38, -7, 73, -97]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cf7af6d0d2874d99b7f96a9f96efb693", + "input": "[-9, -57, 53]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-5e2c320f99894cfcaebd1801560a519e", + "input": "[97, -13, 74, 63, 71, -73, -98, -15]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-525b4229966348e1bc76b662304b5054", + "input": "[-85, 41, -18, -24, -4, -72, 98, -5, 56, -13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8e74879372bb4ead97fb46afa4632873", + "input": "[34, -25, -28, 75, 79, -13, -44, 65]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4d19ff6619eb40269902c25585b91526", + "input": "[-57, 90, -8, 44, 59, -83, -61, -22, 78]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-31a57b770a0d401f826e225a41548cdc", + "input": "[51, 47, 12, -82]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9988b450a74d40a0b7d44e7bdd7e528e", + "input": "[-52, 54, 1, 7, -49, -64, 20, -69, -89]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eae5321fb312412795af7543d42a9b7a", + "input": "[48, -54, -14, 60, 92, -72, 68]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-4a096c2d6b7745eeb1ea00600b29a5b7", + "input": "[44, 56, 50, -65, -55, 68, -37, 1, 18, -17]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ecfb1e404e4b4d71aacbd06b2f863769", + "input": "[88, -17, -78, 30, -77, 25, -27, -6, -92, -35]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4055c01fe3ea4f7fb5f535418b7201c6", + "input": "[-46, 0, 43, -1, -42, -73, 50, -96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2b68fd60f0b24adda230e3ff8ba17cce", + "input": "[-82, -65, 95, -30, 93, -44, -92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-21330abb324f454285febdc2a7d4e1e9", + "input": "[73, -2, 34, -11, 84, 87]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ef84c2b293d740ef929805355c234aef", + "input": "[99, -54, -73, -58, -71, 94, 78, -72, 80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-277a4d104332497d9c8055ddbc6d5d2d", + "input": "[53, 30, 59, 92, -87, 64, 11, -81, 35]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-14cdbe05d9314587a8593cbe9e95c429", + "input": "[71, -37, -24, 9, 75, 86, -24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1bdb618ea9a443ec86d48c19bc35877a", + "input": "[-49, 2, -39, -19, -33, -62, 35, -33]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8a86bae05e324cbbbff43b12e5f228e4", + "input": "[-80, -89, -100, -44, 42, -77, 44, 9, 74, -91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-75916a4a732c4c9083472a83e3fa079d", + "input": "[-60, -33, -81, -34, -95, 4, -70, -98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4afc0a32086441b882befb7f80cccf93", + "input": "[-58, 67, 66, 71, 84, 43, -7, 43, 40]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-92072599203a43fb8ea48edc737eedf6", + "input": "[100, 96, 2, 33, 34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6d7bc422b861473186a2f5a0123fda65", + "input": "[-88, -75, 17, -24, -92, -92]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a532c67456dd42f1acd57026dea2e450", + "input": "[82, -64, 49, 7, -89, 40, -34, 63, -73]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-7b1cb62698744741b7c07188c0c60cec", + "input": "[46, 61, 100, -87, 98, -49, -29, -36, -7]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c80ce24a50a24b8f9b743a5993043b82", + "input": "[79, 46, -43, 29, 28]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-acdd09240a7649729210d09012f6938f", + "input": "[16, -35, -45, -71, -47, -5, -85, 87]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0081decf497748abb125d6ba23ab66bb", + "input": "[83, -47, -70, 14, 94, -44, 81, -69, -62, -90]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3dc3d745cd7540cd8aeafde1b66fd0c9", + "input": "[-14, -62, -26, -69, -15, 21, 58, 41, -79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-038660290548403ab97ec63523271d4b", + "input": "[-94, 56, 78, -32, -70, -83, -61]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-ae430d043f0c424c96fa3762fbada2b3", + "input": "[10, 78, 54, 26, 30]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0df364ee602e4887ba7d344640185d65", + "input": "[88, 79, 9, 74, -86]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d9b3dbc3207a48a789350cc5e9ca1644", + "input": "[25, 80, -72, 78, -62, 78, 83, 65, 33, -73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-99f3bfeded564a85a6c254d54cb71dc6", + "input": "[-78, 15, -82, -41, 77, -12]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7bc4ff536eb14e1e8a9a99827fbbcb77", + "input": "[31, -95, -87, -11]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-48a07b1cd4d0446db0c1dac359c79498", + "input": "[22, 62, 13]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-73d3c088543948dfb8aecc6aaf758c8e", + "input": "[-42, -75, 97, -90, 85, 32, 17, 73, 92]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-042b3129f2c242f896cbd377aea78f02", + "input": "[-48, -85, 20, 14, 58]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6c8b0e2b5b8a441b8bb819341ffc8df5", + "input": "[-21, 42, 92, 42, 36, 71, 22, 49, -37]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b54b76151e6d4ca2a6ea54847461a8e2", + "input": "[71, -13, -91, -17, 42, 20, -30, -72]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f0402920a42f4166a2c3c99b3656d20d", + "input": "[30, 10, 13, 65, -76, -59, -54, 100]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0896d2659c624dfb9bff183f80df711a", + "input": "[-53, 18, 24, 19, -11, -69, -89, -55, 99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e497da0541a74c789fcbc4aaa1c59d5d", + "input": "[87, -40, -5, -64, 68]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-9e98c70bcbaf424abaceb3d3388f48de", + "input": "[-89, -93, -61, 85, -73, -23, 85, -11]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7fff30a383a7442f96efcfc498b3ebfb", + "input": "[-38, 32, 2]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-2625303fc93b493484e286e5d1e715ba", + "input": "[22, -97, -6, 13, 18, 47, -52, -9, -59, 19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-539c7c9a5d704265920db9bb7c8592c4", + "input": "[62, 54, -33, -72, -87, 82, 24, 41, -39, -39]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-184d1bd96fe9468dbf29c85a082b48da", + "input": "[92, 52, -59, 34, 69, 31, -52]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2375a5eee93f46ecb5e4d07968bf2880", + "input": "[-43, 91, -6, 82, -35, 2, 25, 3, -85, -20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-56cae24b8fce4618b7381c5d480af9fb", + "input": "[35, -72, 95, 14, -61, 90, 17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6d0774cac2e24abfafca314cec8e420f", + "input": "[-13, 68, -32, -44, 57, 91, 54, -24, 39, -34]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0bf2025acdb14715bd9ce27a49fec598", + "input": "[-40, -47, -89, -66, 46, 8, -88, -58, -33, 92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-110e7d1dffdb436b9d9d4db0d6798389", + "input": "[-13, 62, -36, 41, -66]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-bad910ad7fd04acd84d52b916dd7105e", + "input": "[-10, 51, -41, -3, 0, 91, -49]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-33f6fac6bd7641bdb125dc3a47b55a05", + "input": "[-55, -9, 97, 89, -90, 63]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-987644a77a59497e9e4773d3a1edb3e3", + "input": "[0, -66, -58, 98]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-ca3e4a54d13e4c7992211865f982bd9a", + "input": "[83, 94, -98, 73, 61]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f4570ecdd95642cf855a17cd1f52d2ff", + "input": "[47, 9, -58, -65, 96, 74, -45, 63, 92, 18]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2c36be92a57344f0b8e05d6c2a2b836a", + "input": "[-11, 70, -4, -41, 88, 90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4bbd01f675294bfe8cbe85e08e5cffb7", + "input": "[11, 3, -28, -74, -88, 61]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-dca72a7e9ce94b74aaf11c3c647a7354", + "input": "[-5, -54, -32, -5, 91, 7, 0, -70, -70]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ac2d747147f947ff87ce28b09c1657b2", + "input": "[21, 77, -52, 66]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-31e4efa4ce40442a9e2b6bce57393f71", + "input": "[21, 93, -35, 2]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-24e0ef5f80904897b80606c44e4fb438", + "input": "[67, -68, -13]", + "output": [ + "55" + ] + }, + { + "id": "openseek-1-b02eaf413fb8408c8bd5febad127f4d4", + "input": "[64, -60, 70, 45, 14]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d38b7fa75ff946bbac37a046bef210ba", + "input": "[55, 66, -39, -77, -43, -44, 52]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-59d0da9634374acb9e33b03b28481c0b", + "input": "[-93, 67, -50, -70, -100, 68, -25]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-923b7e9b87be434abe7664ec237d2931", + "input": "[99, 15, -97, -98, 57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-01771f24b87c4896bd182dd10e8b2d99", + "input": "[-2, 95, -3, -20, 82, -56, -18, -82, 81]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2f50586409f04f279fae2ec1bf8e42b6", + "input": "[62, 98, -14, 55, -95]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f55473e7182e4a0886845fb6f518b352", + "input": "[-81, -62, 50, 87, 67, -29, -55, -62, 76, 5]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8512eec1ebf4493bbb1071dfb78f4bdb", + "input": "[31, -92, -64, 65, -5, 51, -78]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-6a98d075d3194d849279e0e9ee535e15", + "input": "[89, -70, -91, 27, 100, -57, 99, -60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-77b03b6a59504118a63e41593cefc579", + "input": "[-73, -97, 67, -60, 56, 3, 30, -16]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-0375aee957f84f14a9b050063773241e", + "input": "[68, 58, -22, -64, 11, -88, 53, -15]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d6eba2b5c7f74c72891aa69f600d3242", + "input": "[68, 80, 40, -33]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-152bfcb2803740cc8c6798ad96efea7c", + "input": "[-89, -31, 12, -2, 66, 17]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-caeee6c1afd0446faab6f6c8631b35e5", + "input": "[-25, -77, 32, 8, -95, 3, 22, 55, -48, -60]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ebd00434565f4a8f98814ad78b37a191", + "input": "[-91, -43, 72, -29, 85, -95, 81, 3, -49, -67]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d3ddfc16c62c4b3793e11a7e554aaa7e", + "input": "[27, -28, 19, -85, 70, -42, -35, 46, 65, -27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7f0a9f9b438a45989c822824c7226c2b", + "input": "[21, 48, -54, -51, -96, -32, -52, -82, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fdf0349bfdce4becb8f884c750ba31aa", + "input": "[39, -51, 71, -60, 37, 70, 38, 14, -90]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a4b344925cb5444fa9c263a266d84a33", + "input": "[26, 57, -6, 47, -84, 63, 10, -8]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3570e4cd40ec411db393316993ecc0a7", + "input": "[-17, -52, -3]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-a394c03b148a41518390bc79427b1075", + "input": "[-55, 82, 16, 27, -75, 25, -53, -32]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2810b5f4c3d84b26b1db60d2eacd8429", + "input": "[-7, 41, -28, -37]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-ed023c24e29b4e21978eb7d4db8a0a36", + "input": "[88, 71, -43, 59, 37]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-bd12521a914b4a8781d2e928bb8dbe47", + "input": "[-66, -76, 37]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f1d3d7ce01754d0f81be320825b80925", + "input": "[46, -69, 5, 21, -28, -34, 59, 20, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cc4da3162545417ab3a31db53b0e4daf", + "input": "[32, 88, -54, -65, -12, -18, -93, 37, -57]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-056a01d69e2e4b65904f6bcc34ad0c30", + "input": "[15, 7, 84, 2, -35, 37, 81, -100]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-52fccfa52e8a4218b9f652d3be5abc59", + "input": "[-79, 16, -93, -77, 81]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f2cb80f4058e4d39a89de826c7087b2e", + "input": "[76, -70, 8]", + "output": [ + "68" + ] + }, + { + "id": "openseek-1-e9eb1798aa324ac8a4bb2b5a115d39df", + "input": "[-62, -32, 56, 71, 59, -2, -100, -87, -79, 78]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fb0fcc62493a44dfb8bb898d688872dc", + "input": "[49, -59, -20, -91]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-e7c2b877dd6c42ca9b68330ea2e08555", + "input": "[-30, 12, 51, -33, -68, 22, 29, -73]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f626ecdc488b4d3aaf39380e5b928cb9", + "input": "[4, 53, -41, -100]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-5958d27829db42c597a0a9ab6bf110b8", + "input": "[-17, 38, 31, -2, -75]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-5e37a656c97448ee96daf7683449acb9", + "input": "[-86, 81, 4, -67, -92, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4ac77af189254f4e841982de5453b5d8", + "input": "[13, 23, 36]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-916fe9af37d346c0ad4a5ccbc6876019", + "input": "[52, -8, 73, 45, -67]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-53d8dc3a233a4421975bc75cb1f2964f", + "input": "[50, -17, -49, -69, -65, -25, -76, 34]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3a673cc2086c46498c670fdc6354e3ac", + "input": "[-54, 98, -22, 100, -29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2330089b0ff04573a5d96d6a1cbd9821", + "input": "[28, 65, -68, -5, -6, 8, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8aebeb8e5cff4c32812dc1790510a714", + "input": "[37, -76, -65, 89]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-32bf04dd021b479897e84b515ab3bd4b", + "input": "[-44, 65, 25, -59, -54, 22, -53, -63, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9f6fedbafd2b4ebbb5a35454fa49c7ec", + "input": "[84, 22, 92]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-3a8d80943bd94bb48ae76d489f5cde67", + "input": "[-14, 82, -73, 6, 70, 67, 17, -83, 99, 88]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-922eb5d8c7434d5e96828e1469fae581", + "input": "[-47, -74, 67, 12, 79, 78, 0, -48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8a467e0681d043649a8169d39c11f899", + "input": "[-43, -63, 78, 3, -54]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-e837dcfa0615499a82a38e6db0699307", + "input": "[40, 13, 60, -36, 13, 4, -99, 55, 61]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5ea3c75aafe34fe89904ea655944a38f", + "input": "[-32, -41, 2, 70, -65, -17, -95, 98, 75]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0a5a52fe47334813a0346af33db84bb6", + "input": "[33, 63, -51, -100, 70]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-002a31267e4143c0bf5608eb99bf9480", + "input": "[-45, -73, -89, 9, -53, 25]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-8c65f6dbaa30492590e3287e8fd17bf3", + "input": "[39, -18, 6, 66, 70, 74, -13, 42, -48]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6a8652f499994901bf98692ee3ff205d", + "input": "[-73, 10, -63, -70, 79, -64, 40, -78, 6, 68]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e2dd3e43c72742b88b38a6bfca07c1ac", + "input": "[-3, 22, 2, -95, -1, 60, -78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6776a7b817874b309f451c41f1eddc96", + "input": "[-68, 94, -20, -68, 94, -25, -100, -32, 55, -91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-289145eac09443979fc4e555628244a7", + "input": "[62, 67, 8, 68, -52, -46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ec803cf658ce4a0582a512e4be6533fd", + "input": "[63, 79, -17, 86, 100, -37]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-b9e489a7f7854996980ec13866c2a482", + "input": "[85, 60, 49, 12, 95, 6]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-40e19d1538794d06ae415033da4a6949", + "input": "[66, 35, -20, 42, 82, -43, 23, -97]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-2098186c9472426f8c88c5f24d031f11", + "input": "[16, -91, -14, 72, 69, -13, -11, -68]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-55129d552a3f4517a36c4fbba6156f1a", + "input": "[76, 6, 75, -24, 49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9f4f91fdab6c47598363e28934f67701", + "input": "[74, -47, -13]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-8da47f51b44c47b1b1913e2b3482196d", + "input": "[60, -20, -100, 31, -23, -84, -57]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f4a41bd1df1e4c25ab8e7fd3258660c7", + "input": "[33, 39, -27]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-196f7c6d0b574b92b52e6c4b6889641e", + "input": "[-54, -22, 20, -14, -52, 70, -36, 37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-540d29ea716f4c53a190f265d8117b46", + "input": "[5, -75, -38, -1]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-548ef63d41c642638fc844106619c76f", + "input": "[25, -37, -5, -92, -75, 3, 82]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-aae4f5e91f954555a31942fceb7b6de5", + "input": "[99, 32, -15, 30, 26, 67, -6]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0d9fb912e3a248a58ed73d83c0cd0815", + "input": "[16, 62, -88, 6, -3]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-62d14f3e2fdd4e7c97d6f71668c0e631", + "input": "[-70, -14, 40]", + "output": [ + "54" + ] + }, + { + "id": "openseek-1-3f64b85f9d4c44d0941a41673057cb9f", + "input": "[-68, 43, -50, -13, 77, -17]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eb65c821006a4e1b8ea6dc3a68f3fbed", + "input": "[-42, -73, 48, -25, 36, -3, -96, 93]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-0b737f506555419ba1d57d72f42c7305", + "input": "[-97, 45, -88, 90, -25, -79]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-8c927d1c365244029659ea92b19c39a3", + "input": "[10, -41, 46, 92, -79, -20, 96]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f36eea9a112a487a9af1d80f518e37bf", + "input": "[-9, 22, 87, -65, 17, -10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-336a9b3c018547e08e02c4b1ab78b2fa", + "input": "[-61, 51, 11, -35, -24, 29, -5, 59, 37]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-80ec52d125684da8a104c0a09fcb9c44", + "input": "[-88, 53, 60, -53, -26, 21, 53]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-eab64bfa79ea4c73959dcc6283193adb", + "input": "[38, 50, -70, 23, -6, 97, -6]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f02d4197f8914dc881676d88cedb3b40", + "input": "[-92, -95, -42, -98, -2, -36, -21, 73]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f8e58167a0ff42a789eabcc0489fe3f4", + "input": "[-40, -8, 80]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-5dec01495a0e4f52838f2c2d5b546747", + "input": "[90, -35, 72, -48]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-650cd2d1a9ec410e9dc5a283ac93bf70", + "input": "[-69, 33, -73, -51, -43, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ae113fb968df4ef1844f2b436305e87f", + "input": "[5, 81, 18]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-b77a72ed78ea41c0ae33c675a1a9579f", + "input": "[-7, 62, -7, -9, -1, 61, -86]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-94953a8c3625460eaf4b0e90753713cf", + "input": "[-70, -58, 16, 8, 38, 14, 22, 0]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e844e384e2a944488fb611279800eb6d", + "input": "[47, 33, -16, 67, 88, -100, -48, 22]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-058d96cd9385484f8301b1d67e402e29", + "input": "[-24, 37, 17, 44]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-d543a9c9c1814307b3c7501972e337dc", + "input": "[-50, -14, -26, -83, 21, 32, 34, -80, -46, -89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b94ff7873b164f3491fbb504cc78d335", + "input": "[95, -92, 90, -48, -88, -100, 14]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0263f07027284e6b88fdcae59608e3e5", + "input": "[-81, -83, -63, 94, -3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cd80e2ac28494a2382111bf2d3576a38", + "input": "[-42, 71, -74, 21, -49, -74, -8, -73, -48, -61]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2a98b22572d545d89555761990e2ac98", + "input": "[27, 17, 37, 100, -1, -73]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-986c6bc011564af080dfd19371863a34", + "input": "[39, 23, 95, -14, -59, -50, 33, 8]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-758f8b3bea0941c8ab444539f64aa7eb", + "input": "[-76, 35, 29, 95, 0, -17]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c4d839663ac84b5bb5ba207849855a46", + "input": "[19, -39, 43, -43, -9, 14, 40, -93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ec548dd074674fafbfe972ece93bbd76", + "input": "[-53, -83, -45, 93, 56]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-94a2bab2de454805aad179525551fc10", + "input": "[10, -66, 69, 55, 98, -70, 88, -36]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ebc3559ddd2148fe8533614bc045228b", + "input": "[-100, 18, -23, 71]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-62c8e89733db40408f5340e079b5123d", + "input": "[-97, 8, 75, -37, 64]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-9a70a0f3fc8349f58dbd8eb24f9786ed", + "input": "[-86, 98, 22]", + "output": [ + "76" + ] + }, + { + "id": "openseek-1-2a34b08602ab41f990b687003f38e30e", + "input": "[-78, -5, 86, 75, -87]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-458d8b60de2640e1a99c9c92610e1e10", + "input": "[-23, 66, -43, 53, -20, 82, 65, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a8acf00576c1417e8f02581ed99a8654", + "input": "[-93, 27, 84, -42, -11, 77, 14, -73, -8]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a881849a48084c6db0e783da48515d72", + "input": "[34, -33, -47, -72, 74, -81]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-c1c1039e92b44ca7a9206e7b766752db", + "input": "[-12, -16, -14, 5, -40, 5, 73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f9323da683654de3a297c3ab9e7f5844", + "input": "[-45, 6, 48, -53, -7, 72, 74, 30]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1cbc223e70de40f09c7aba990f298beb", + "input": "[83, -11, -4, -93, 23, -87]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d2487677de3e4d0cb61aaabb9fb075ba", + "input": "[5, -16, 92, 96, -63, -83, 9, -53, -36]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-20565f69813f4f75a9775685f52fe71e", + "input": "[-65, -6, -95, -43, 55, 59]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-bd734973c8c742d5b0a647cf804e692f", + "input": "[11, 49, -8, -90, -92, -43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0f38681962de4a149be709d08e0372bf", + "input": "[13, 22, 53, 70, -35, 22, -24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1a5f083618f34593ac6a7f4f6aa9a6fa", + "input": "[1, -13, 75, -98, -41, 13, 42]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-61003eb210dc44c98e289de244238fff", + "input": "[67, -28, 39, 92]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-8d0eca25da0a4544a6f17446d6d90e71", + "input": "[86, -10, 41, -21, -48]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-ec39ab0414fa4bb48575afea0e209e44", + "input": "[-48, -5, 66, 15, -59, -47, -71, -99, -87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-348a38f128244102a690a9dce64198bf", + "input": "[97, -51, -66, 42, 85]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-d2fb87fa23334ea7bac4434944d614fc", + "input": "[-64, 57, -79, -94, 98, 79, -12, -96, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d5a0a32964464d15bff7f0af215ab31b", + "input": "[-3, 90, -52, 19, 41]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-8364aed50c964f98bd50fb3ba01413aa", + "input": "[-20, 68, 92]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-4af8b72b88b74b33b66de62a1df68f8e", + "input": "[18, -10, 7, -39, 9, 31, -84, -63, 5, -74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cc376b5d213149718ee9eb321515c80a", + "input": "[80, -89, 6, 49, 77, -51, 4, -28, -17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-47db8064993143e19f546e6aa50396eb", + "input": "[-73, -78, -14, -51, -23]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5572c6724cfe41e9901fb6746bffbaf7", + "input": "[-20, -89, 34, -77, 12, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f2c7b0abda6749f6b66adb523c5d2c6c", + "input": "[-43, -41, -17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0f1cdb3aa33d46b7bf2413b3d2863d54", + "input": "[-44, 62, 44]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-7bab307690164cc798a64a42844f1d40", + "input": "[-72, -46, -1, 68, -36, 67, 76, 73, -35]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-eb4b98f05e43485fb1589eac0364d21f", + "input": "[-33, -11, 25, -51, -47, 65, -92, -96, 90]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-65eb77ba5b6a459c829260c9afb667fd", + "input": "[53, -77, 5, -78, -28, -48, 48, -99, -56]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fb2250f7183c44a3a0b981f41d5b79ff", + "input": "[-74, -61, 58, 34, 61, -65]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-34e3f55bc8914e16b45cd66e410c4dd1", + "input": "[-51, -72, 89, 22, 40, -54, -70, 82, -38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1d94fec3de7a457786eeeceed74c9b0d", + "input": "[-63, 56, -20]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-42436280e707427dbb610c28f5b50f6c", + "input": "[72, -83, -50, 27, 18]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-f99fe7ea753b4e168113b84c972c5d09", + "input": "[-14, 12, 87, -26]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-2a5ca37e91d044309eaa6fb19410c31a", + "input": "[12, -20, -46, 16, -31, 75, -43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a4102df3895344b3a675b16875f94b4b", + "input": "[90, -93, 62, -52, -26, 38]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-07a245c9ff594d1fb225ae6b0a1b06d3", + "input": "[-62, 62, 39, 38, -15, 50, 4, 80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f8f1a32ff1a646a9995a6a9b581d52d0", + "input": "[20, -98, -43, -97, -69, -47]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1bb93e4eb88c4c7fb1b46661b200ad6e", + "input": "[-89, 27, -9, -50, -38, 54]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-3244103be2404e8eac7406af127d5275", + "input": "[-73, -51, -74, -10, -54, -63, 100, -70, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3865ab1d927a48e5a70c992f8844be2b", + "input": "[-67, 12, 54, 54, -12, 53]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c8d0a9b4734c45baaff40975590fa455", + "input": "[-67, -22, -46, 54]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-330b1551a9994d4d87bf494a8fb7d528", + "input": "[-55, 92, -5, -83, 69, 62, 62, 95, 31, -76]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4d133b8661144262b537a0ba48b96460", + "input": "[97, 85, -12, -25, -25, -48, 50, 83]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d039865cc78c49b681fbed3be31b6cc8", + "input": "[66, -34, -1, -49, 21, -91, -10, -36, -46, 87]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c3d6dfeafbc14b829a55d343a6b3b073", + "input": "[-34, 39, 56, -81, -60, 47, 90, 39, -66, 6]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-47f61bb336a341f987eaa23a8d572c5d", + "input": "[-61, 11, -7, 24, -48, -56, -28]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ab2ac45de90843bf83a122b6d107a1ac", + "input": "[-58, 31, 63]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-76ec1f63cdce45d3bbef325f7c92d313", + "input": "[-9, 15, 96, 36, 56, 70]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-149b41e8b8654643af253f87b99758a7", + "input": "[-20, 7, -42, -72, 49, 13, -85, -14, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4bd3b910ddd447868c063d05b5908a8f", + "input": "[28, -60, 41, 9, -67, 81, -6, 73]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f73ea8cb9d054a679a7be8c258a1cbe5", + "input": "[-100, 3, 83, 51, 93, 97, 62]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-03c36ce68d534373bbbf2ddeb7b2ced6", + "input": "[82, 78, -69, -67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3c7bcb2fe4594e95bb9b10ca8a48cac1", + "input": "[-90, 42, 22]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-672d571704e24f828e09681c0d828b0d", + "input": "[27, -54, -71, -57, -8, -78, 24, -61, -48, 35]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b3785be11fd14f0ca75d5e66542e7521", + "input": "[-12, -64, -30, 86]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-6db13e4663ca4c90a9e8a4654fb5b4af", + "input": "[-16, 67, -56, 69, 26, 66]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7ac7c3d38c6c4f0fb7597fd722e54120", + "input": "[52, -29, 87]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-42affebccfe24be49dc5446b0fd69877", + "input": "[-23, 74, 6, 51, -22, -14, 82]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f38f1e0e8de64b4bb6de754caa9ea8da", + "input": "[87, 43, 5, 35]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-59c32c3f009e4be68d2e6c3c638a06e9", + "input": "[0, 23, -37, 65, 23, 69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c686ff4079b04365a41048a76854e23a", + "input": "[58, 67, 17, -43, -12]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-9d8672be49f24017b1f67a09c39e537f", + "input": "[-13, -100, 58]", + "output": [ + "71" + ] + }, + { + "id": "openseek-1-a6080641fed54bd0aba66f9c2df52971", + "input": "[42, -10, -77, -40, 32, 85]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b69530a4ff8046ea936fb43e329636b8", + "input": "[-3, -75, -53, -88]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-9eb46a19310848e7bb91557fee6aac07", + "input": "[-2, -98, -74, -57, -86, 38, 58, 83, -15, -79]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-fa36d993807e4b5795c735b8c8675a6c", + "input": "[23, 64, -68, 25, 25, -72, 45, -15, 45, 40]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5c5e6c1c242d4093a3cdba00971b985f", + "input": "[-33, -54, -91, 56, -86, -6, 15, -95, -30, 81]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c8c63f092ac44e24a032e4ac8be3140b", + "input": "[-26, -12, 15, -28, 4, 90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-819d0e0240cb476f95694fa3beb0093c", + "input": "[74, -16, -41, -10, 28, -9, 12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b76d82fe06f744a5bd3ce95a81958e56", + "input": "[-48, -92, -32, 48, 32, -89]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-15bbcb1467e74d38bff611b24fa8f63a", + "input": "[77, 81, -2, 25, 57, 33]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8b81165fc78d4418b751d39e9a547e95", + "input": "[-97, 0, -70, 20, -42, -57, 35, 73, -56]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c3fee44669c24bafb0018abb30ac0ff4", + "input": "[14, -26, 70, -48, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e6e1f970eeba4e7aaf3a395520010380", + "input": "[38, 72, 6]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-43d6dd72c86a4e66b6181e30b89bf0fd", + "input": "[100, 45, -31, 58, -25, -15, -98]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-61dabff55b0649f89b5693d3ecdc01b1", + "input": "[-88, -32, -52, -53, -48, -21, 67, -91, -50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1dcb4b43cbc84e2eb7b412077bcb0b40", + "input": "[-3, 30, 51, -77, -57, -9, -38, 15, 43, -70]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-790692a0768d43e78b988549a8de36d1", + "input": "[-94, 63, 70, 80, -91, 91, 42, -74, 21, -46]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9215d2fce091481c883b6f1676d64b03", + "input": "[90, -74, 44, -44, 73, 70, -12, 36, 65, 18]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-58ab8547b4e447848ac882755aed26d8", + "input": "[76, -85, 65, -22, 71, 79, -94, 77, -34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0b1316076ea04a7f93ebd75152de6756", + "input": "[-82, 94, 51]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-0188875296554854bfada38d4fa2a1c5", + "input": "[88, -26, 1, -46, 27]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-1717611ded2b4881bddd91f12a0ba620", + "input": "[-52, -65, -16, 89]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-f2597b53834b43a3af997ef460a2e5ee", + "input": "[-7, -13, -29, -55, -9, 25, 36, -24, -91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-10bec9309b7249f9a0e8631366f75f70", + "input": "[50, -9, 33, -72, 16, 34, -67]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7009f636e27645998f8a085f6ed125f7", + "input": "[25, 6, -38, -63, 1]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1bf760b44973485595869f2cf21b49db", + "input": "[57, -71, 53, 60, 21, -9, 98]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d921ad6a8aee4e71a0127e2ddd180bc8", + "input": "[36, 90, -53, -47, 90]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3f4318a9f56e4027805cf1672b3fe087", + "input": "[-44, 2, 29, 37, -4]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-79d0ffcda85249de919eb4b080b4e715", + "input": "[97, -39, -40, -34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4d287f447cfa42eca2e1dfa1462b226d", + "input": "[7, -55, 16, 16, 52, -19]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-49691c6e338447d2996768d605b276cd", + "input": "[-93, 24, -56, 98, 1, 64]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-9796fb6175254cd790a62c0cc81d4586", + "input": "[-14, 29, 17, -88, 74, 82, -65, -46, 70, -60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-39d991260730496b9597b8e0768b2ce4", + "input": "[78, -8, 89]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-743603ac97d04978a1d52bc04aea7c53", + "input": "[23, -13, -32, 66, 29, -100, -43]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-0058712546ec4d878c7e2e866f2cf2fa", + "input": "[20, -32, 56, -65, -48, 67, 50, -59]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9046fa1e1e1544078bc49b02df3c3763", + "input": "[22, 34, 77, -14, -79, -11, -39]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-aa7a81f557c942ed9411eb1aa251b699", + "input": "[-83, 90, -19, 45, 47, 69]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-166dbd482d824c0597255931a16067d8", + "input": "[-38, -57, 90, -61, 84, 81, -60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ca614d0059164a59893a58a6061e1aa6", + "input": "[-81, 7, -21, 23]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-5ca42f14f1e241a9959c3a25186ab766", + "input": "[41, -99, -65, 7, 11, 73, 71, 10, 62, 17]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-14caf39bfb1744839eb03bfe56aa9bc7", + "input": "[-74, -99, 74, -93]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-967bd986e66f4090817134fe352a2ea3", + "input": "[-42, -39, 22, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5245e09cda574185b8a2045da9ea60a9", + "input": "[69, -69, -44, 62]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e370064c03e34c61922c3c886bfc502c", + "input": "[53, -11, -61]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-a6fc2baa6ceb4a18a4bdc16a74ebfa7c", + "input": "[70, -58, -51, 45, 51, -88, 85]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-763074a0734e479ca4731598f6aa0d99", + "input": "[-47, -79, 32, -57, 93, -53, -87, 59]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8563f6c31c0a47f8b0cedc296d4b12f1", + "input": "[-32, 38, -47, -19, -15, -18, 22, -47, 22, 81]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1a9364ca5c544443a4b93606dc245bd1", + "input": "[-31, -46, -66, -19, 10]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-8354a9c3101f4ccfb4394efa7f7ec19a", + "input": "[23, -78, 71, -92, -60, -95, 31, -68, 53, -7]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9422f7bf557f4d178ee99a78e15b66ea", + "input": "[-82, 44, 95, -37, -93, -44]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8c685be90a114b41a65f52144476cacd", + "input": "[-38, 91, 47, -46, 72, -93]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-78e73ad543414728b027b811ee387a9c", + "input": "[-33, 89, -6, 12, 93, -23, -35]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-dabedf39895642f9a687d5938b7adba6", + "input": "[37, 91, 54, 41, 21, 72, 72]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0fb8c792ecbc4131a8794e5417baca1d", + "input": "[-4, -2, -46, -24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0088b9f0c11e4fd09109585ac22a07cf", + "input": "[79, 80, -76, 76, 54, -48, 92, 28, 85]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4802ce072ec64455a2363d17d814014e", + "input": "[-54, 63, -52, -44, -46, -43, 37, -18, 10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b9f613c772454008811efa2414de5551", + "input": "[35, -45, -100, -43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-02fc965eeb8545bcaa20a7f7e08ce9f0", + "input": "[-72, -69, 41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8a9d845e5a444db4ba8b51c8a1f2cdb1", + "input": "[-28, -7, 28, -13, 54, 71, 80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d447be89b3444961af1778e600fc5fde", + "input": "[12, -2, 21, -81]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-254ecdb15f8e4d99ae67bef2ffac075b", + "input": "[49, -77, 88, -30, 53, 50, -82, -93, -76]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-69f35bc82ea64d6194120806a8712b33", + "input": "[50, 37, 7, -64, 82]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-199ef941d185458b99bca429c4f9a9d6", + "input": "[-37, 80, 91]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-30156745eb604bdabf0a931c000023e3", + "input": "[-81, 79, 37, -96]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-4b65d342d6d94f769fc14fad6c56a5dc", + "input": "[63, 63, 96]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e2c30b3167cf472db4d07e4a7c970fdb", + "input": "[-35, -70, -11, 84, -30, 59, -97, 34]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-32e4a1747c57482c867772d111451ecc", + "input": "[-46, 71, -89, -52, -44, -28, -84, 60]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a5c4dc30d8144ab78c1d3dfcd9767045", + "input": "[94, 77, 19, 41, 26, 53]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-1f458909c2a742d98167479b2ce32b59", + "input": "[-87, 33, -43, -18]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-98507f27a25f43d497554d2bcc4a9dec", + "input": "[50, 16, -61]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-ed323b2a399c49599f19fc78bfc3c0aa", + "input": "[10, 97, 43, -51, -63, -69]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f135ab9801274cbf91bc5d7a06d3fa1a", + "input": "[-99, -99, -15, 50, 75, -61, -76, 71, -41]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-332859561f46432f91610acec7f46adb", + "input": "[-88, -56, 94, -75, 4, 63, 36, 78, -63]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-21ed997d880b41ff9916017c8c2d998b", + "input": "[26, -29, 62, 59]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e5d682878c23479f958db296b01cafce", + "input": "[-42, 34, 45, 100, 10, 64, -99, -97, -88]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9e816ade87b942fc90ebe4283643106c", + "input": "[-91, -30, -13]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-38bbe3ff9e414003abd64cfd5d8250d2", + "input": "[51, -91, 49, -71, -71, -55, -7, 36, 59]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-98d3b9f858a841e8a37718adc76a6b06", + "input": "[-29, 85, -40, -17]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-57313d08e81c430798a21f8bf3ff6aec", + "input": "[100, 58, 47, 17]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-68b06a7c6c5f45728faea4a20faefc45", + "input": "[-62, 42, -100, 10, -46, -76, -89, 61]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-2e4d4c4a119a4b1498458b5bd6cfc8d1", + "input": "[-80, 17, -71, -27]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-31cf9d46b4e4426b91418e7317eb11a1", + "input": "[-72, 48, -65, -75, -6, -20, 63, -74, 67]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-33956e3b876243719e9a0aed4a99f043", + "input": "[70, 9, 85, 12, -28, -12, 31, 2]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6a684d73c9f24804aead64ed95e85228", + "input": "[-45, -12, 19, -31, 33]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-a78b2e6ba9734c1d9a1919cfb2b28703", + "input": "[-34, 47, 73, -71, -36]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-084346541511482192b539a4effa9ec0", + "input": "[-24, 76, 9, -60, -35, -29, 69, 44]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-01ba229690b34d0ba3d00059e0447394", + "input": "[15, -29, -14, 87, 90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-26f7574f5a1447899d75d568a35d5dfe", + "input": "[-41, 0, -97, 30, 81, 54, -76, 12]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-54e0d87d869e4ba2a85c35519412c6d6", + "input": "[62, 100, 52, -24, -44, 94]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-242e92f5bbac49dcb12d47a67a414583", + "input": "[15, -46, -92, -20, 94]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-b82555b44bb347deb48e22d32631b7c0", + "input": "[-58, 54, -4, -92]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-845aa0519ab5428caa9949db35b6ccc9", + "input": "[83, 65, 67, 90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5380898c40d541a689dc4392a98a9801", + "input": "[10, 46, 2, -43, -17, 73, -100, -36, -45]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8a2dc120933d494e9e07773a132fd485", + "input": "[-15, 26, 41, -37, 98, -88, -46, -63]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-1437392362b8467dbfbe19e24f3c9ece", + "input": "[97, -84, -92, -80]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e4c866f137244d389c61f15aff3f3959", + "input": "[-40, -61, 32, -81]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-05dc2eba646a452fa9292af454853842", + "input": "[-34, 29, -90, -4, 51, -42]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-ede3f1b186234811ae4e60140922cad5", + "input": "[40, -25, 52, -53, 97, 22, 54, -52, -43, -54]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2a8d0bd1c6a74cfe8fe2a7cbe4cfa4e7", + "input": "[38, 38, 16, 91, -45, -90, 75, 100, 0]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fe91dd3a2f364b6d835e70826d675b51", + "input": "[-72, -75, -14, -41, -82]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-03f8e784c984407f8fe3a0fcd5c01e3e", + "input": "[26, 59, -35, 9, 74]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-a3b322fa2f5842a28059aa3604a28d88", + "input": "[-11, -45, 28, 37, 37]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-404b785c1a3e4f4fa61b82b284d7b132", + "input": "[-17, 11, 26, 52, 46, 41, 32, -36]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-b0994cc1473144818bc4a90e9fe89e16", + "input": "[-28, 76, 67, 87, 27, -32]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c49831859e6e4ac5a2adc762604d3194", + "input": "[-2, 52, -30, -40, 10, 76]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-fa06380e0be64c29a3e618b45150948a", + "input": "[-33, -70, -54, 86, -17, -58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-471f8060772a44bea542499a7b7cb303", + "input": "[-53, 42, -80, -34, 60]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-e70d1aba75b545df88d38eae82aa95c1", + "input": "[-67, 68, 90]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-bc6c9df930034529bb724f9243947115", + "input": "[29, 46, 94, -74, -12, -62, -64, -43, -63, 97]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-85e8780c80dc40b1bfd9dd588739caee", + "input": "[-68, -35, -97, 69, -95, 14, -3, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f76123a3898d48faadee4f706a655bd6", + "input": "[-68, 32, 64, -59, 58, 85, 37, -2, 94, 39]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fbf25c6fefd547b1bfc2ea9058eb4b8d", + "input": "[3, -90, -16, 33, 78, -77, 79, 3, 1]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9210a5e8a68c419aa2347bbd619f0001", + "input": "[-64, -19, 99, -28, -100, -47]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-8610c3de4b2d4897b435b12915b22425", + "input": "[-96, -83, -78, -82, 68, -27, -10, 17, -54, -89]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d3a08e87fb0040899a8a334dd007e0fe", + "input": "[0, -41, 27]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-15c16e268e6749b897ec23caf004b36c", + "input": "[54, -79, -85, 80, -95, 79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6417edfda8a741d7b30bc87304f3a6e3", + "input": "[-22, -40, 32, -78, 93, -48]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-39c91d468e0c418c8ac7852c2601fd8b", + "input": "[-49, 90, -77, -18, -56, 8, -28, -94, 52]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4038175ce2de46249dfdd2ae354f0e0b", + "input": "[-20, 97, 83]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-e66cf2940c0b490e91564b5a8daa5f51", + "input": "[86, 87, 61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1d8b38e60d764e269ae8f09cc4752e1e", + "input": "[47, 75, 97, 99, 61]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2f87495314ba4b6b83d2ff30afe52804", + "input": "[-58, -31, 82, 23]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-2fc93c22efe04f15b74c642254390f2b", + "input": "[81, 63, 98, 24, 41, -33, -4, -85, 80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-96ab17d79d9b4382aebf15108f5df424", + "input": "[77, 38, -62, -11]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-d2a881c6dfe6475685a12be0a516051b", + "input": "[22, 88, 10, -39, -88, -71, 57, 6, -61, 60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-48b88c831aef45d1bd9d3aede92fdd59", + "input": "[-34, -62, -69, -43]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0b207c64c8fb4d6293e054e010c8d0c3", + "input": "[-82, 4, -36]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-75e362f51dbb4b6dbddbece9ef56cc15", + "input": "[15, -12, 75, 100, -59, -17, 96, -87]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eb561c52c36847c291fa8b6ec42e4e58", + "input": "[97, 55, -19, -85, -41]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-cb35b890c61c40e4b6f1b63368bd62c2", + "input": "[66, -15, -68, -42, -3]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-c1a73c4ff1fd4a02a8e53e87f23f40f0", + "input": "[75, 78, -58, 36, 36, -3, -61, 19, -81, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d89565bfd5074643990a87c052e4cacf", + "input": "[-98, -21, 20, -51, -7]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-9bae092bb36c4b09908791cbabc95c6d", + "input": "[50, -38, 11, -41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c1264b2b81b84fa58039bea91024c43a", + "input": "[48, 51, -60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-930aeefb8c4b4595990ac21a3a4b26a2", + "input": "[66, 3, 68, 11, -11, 95, 10, -59, -93, -20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-35e4658f8afc44e3956b0da84f40703b", + "input": "[-4, 96, -45, 7, 83, 32, 23]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-9967cde0df194f089d2cdb0c293e053b", + "input": "[20, 98, 68, -67, -21, 82, -99]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-dcd6be59502b4db4bbe48633a7e5c6ff", + "input": "[-34, -87, 72, -24, -28, -11]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5359b4f5ce8e4f6889c448e5672ff131", + "input": "[87, 4, -88, -17, -16, -82]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f3d5a14e885841a2b08ec7c82f585abb", + "input": "[81, 33, -67]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-63ec85df307c4b75902062d136876a5e", + "input": "[-96, -24, -97, 80, -63, -79, 4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8aef5e111e624959a561ad9064d27cd7", + "input": "[-79, -42, -35, 81, 46, -71, -73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-39faae19d2954b5a91ed578f0111f45c", + "input": "[-22, -37, 43, 40, 34, 84]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d8ddbab5d21d41c48639b17443bc5284", + "input": "[-96, 53, 17, 30]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-fe6e3f1261a54554a2a825e94093e421", + "input": "[23, 31, -69, -57, -33, -47, -81, 13]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-50619b48e1ad467dbe842cd3dd16bfad", + "input": "[13, 16, 78]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f077460dd13b457bba0fc6f11d036a25", + "input": "[-73, -43, 71, -77, -73, -58, -30, -3, -43]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9500af61987c47408552dd21b5bd3421", + "input": "[17, 52, -75, -34, -60, 44, 34]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-9534de9b15254b7bb529961ef3105dfb", + "input": "[-4, 84, 92, -61, -44, -36, 50, -85, -93, -88]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d1176ded97b446f3a398445c1d4d08dd", + "input": "[78, -94, 74, -10]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9bf33da8194d47e6bab1bee0d408fe3f", + "input": "[-93, 33, 3, 46, -73, 67, 44, 87, -68, 86]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fecf2234c6fa44f6b04c60ee6c39a6d8", + "input": "[-100, 82, -12]", + "output": [ + "88" + ] + }, + { + "id": "openseek-1-3d87e478f25a498f812914ec0496140c", + "input": "[-50, 3, 3, 81, -48, 57, 22, -87]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e7b60439692649d699b505659df59d67", + "input": "[-47, -58, 100, 98, 82, -51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-211f07e8db5a412ea5bd2777933ce65e", + "input": "[5, -94, -73, -85]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-1bc7312e81fa4edbaab0fe2e76266615", + "input": "[-79, 52, -61, 95, -79, 54]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-01009eb214284b64a5117c0d794ae296", + "input": "[-33, 95, 95, 14, 41]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4ab3f93f97b9455fbd1cad72fc0b6d0f", + "input": "[-13, -51, 8, -27, 97, 51, 65, -32, 45]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a1715dea045b4c8dbd16d660a18b131a", + "input": "[-64, -10, 96, 97, -54, -20, -46, 52, -52]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-841b2f46ce0a43a4a8f6c2ff311fa965", + "input": "[-89, -58, -85, -100, 2]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2f3973ff72d6468dbff90f9b6834e5b5", + "input": "[-34, -98, 38, 61, 50, -55]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-8b77dc9680df497395a0604832779b68", + "input": "[60, -93, 96, 10, 78, 76, 70, -43, 3, -83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-152c1879fc4d40948cbc5bf925e243cf", + "input": "[13, 3, 100, -47, -68, 72, 64]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-bf9b4a11ce44404c8dc4984a9ae99e61", + "input": "[-64, -12, -55, 86, -82, 66, -55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f9ab0a3f88dd47b699469e7420cebcb3", + "input": "[-70, 79, 14]", + "output": [ + "65" + ] + }, + { + "id": "openseek-1-41ed0fc242ef46f98e56e887d7b9aee2", + "input": "[-14, -43, -7]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-5148373ac6554185be6c31f99764b5aa", + "input": "[-31, -32, 11]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-089e4c84aae8471fb0f29f5b54714e56", + "input": "[-77, -10, -34, 83, 17, 13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-58e5d19cb3ea4f8e8da177ab340c89df", + "input": "[-26, 8, -79, -44, -38, -58, 76]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-de1a253e4d6b40ed9a87780ea622bcfd", + "input": "[-13, 31, 45, -59, -39, -24, -44, -76]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d80779d949db4f1ea6a2b18659be08ae", + "input": "[15, -1, 68, -52, 71, 99]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-aa3a960e0ea341dc91a15f2b6c53a0c2", + "input": "[40, 89, -76, 74, 8, -1]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-eae474c8aff441c2994518632f5fa326", + "input": "[-51, 54, 56, 93, -63, 7, 48]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-82005ca4f6ca4f089554b6b64013c307", + "input": "[-69, -94, -89, 70, -8, 96, -26, -89]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fab5cdfe2592476ab2813d544e252a99", + "input": "[63, -98, -59, 39]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-883b84cb294b4b0eb94249184d843a61", + "input": "[-19, 5, 80, 4, 80, 49, 56, -34]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-abbc0bb44fa949d494cbf2488325b395", + "input": "[-28, 19, -40, -65, -14, 35, -40, 83, 79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5ac001822bf54fbab4d3ac7bb07d035a", + "input": "[2, 50, 53, -73, 91, -88]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a9eecde01e7f49218732a1fc43244cf9", + "input": "[-30, 34, 59, -98, 48, 85, 65, 6, -71]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9dd129be0045494db1ea041c06621bad", + "input": "[33, -25, 63, -44, -44, -44, 29]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-39fe99bfb390411b8751eb396fa28167", + "input": "[31, -27, -20, 25, 94, -75, 65, 77, -42]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-29df7fe96f43439ba94a022a49eb1ec0", + "input": "[-71, 54, -1, 3, 61, 8, 6, 63, 57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-12d5a5d2770d4df0b98b92a4beae4787", + "input": "[-17, 80, -6, 81, 55]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-418c4e65d14148a1ba293f00bea83b9e", + "input": "[-84, 52, -37, -65, -99, 21, -68]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c3ea9096325c485495be36921034768e", + "input": "[-91, 10, 8, -43, 42, 65, 30, 82, -47]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-55726c3497c742a8b4d4893b97811ca5", + "input": "[25, -14, -61, -99, -96, -36, -39, -49, 48, 78]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c184edfeb99d4fa1afe27ada5699542a", + "input": "[55, 0, -2, 12, -23]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-938850c93d004a129700e7096b3b292a", + "input": "[-74, 6, -17, 34, -17, -48, -75]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6ecced988a4c4be8865a002427105cc0", + "input": "[-83, -65, -58, -14, 97, 17, 99]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-537dc69600774a60bf7d03872bd50ff2", + "input": "[6, -28, -52, -74, -36]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-332e6205f1e2493ea4e08c0ea8947b72", + "input": "[-12, -2, -44, -84, 40, 40, -60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9bcee8691cf14b12a65ff494a7662a7f", + "input": "[-16, 32, 41, -48]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2ed5f650e30148a09db52a805c3db13e", + "input": "[-15, 44, 97, 57, 35, 63, 89]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a8adf7a97c414e40840ff34fdf2d4af7", + "input": "[-52, 87, -60, -7]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-d3de3d3e8831458f99aef275bab6beca", + "input": "[-85, 40, -25, -27, -39, -95, 45]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-02514d3ea99d41a7a142151919401843", + "input": "[-11, -33, 74, -47, -77, 96, 41, -73, -10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e9b0a9dba4f741bf9ca3a03ac9141ca4", + "input": "[-43, -4, 81, 2, -71]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d058b99c553a47ffa03b8ce3b76ac062", + "input": "[96, -20, -46, -25, -83, 15, 68, -45, -6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-517aeb8167744a5482af3357f4c319a8", + "input": "[-41, -25, 76, 62, -95, 1, -29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dbfc6254da9241d4bd3bf8a15e5b8817", + "input": "[-82, 86, -3, -50, 9, 4]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-9cbc58622de34a9da525da24534be63d", + "input": "[-64, 30, -25, 39, -71]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-5b7f68b8159e4cc89f56240e3d1405a4", + "input": "[-16, -74, 4]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-ec4f7ef9d3b344b89153deb28c59a473", + "input": "[-18, -27, -42, -69, 25, -31, -24, -5, -76]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-365ccb0e5d144e2aaa7fb18b9326fc34", + "input": "[71, 26, -92, -86]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6a8cbceeb21449aeaebbf53bbfbd06bf", + "input": "[-71, -97, -85, 73, 95, 24]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-b07a1ba27bf74409a605b3e6fa349dd8", + "input": "[-1, 61, 14]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-700ffde2dc82492bb400576e48b54605", + "input": "[-99, -88, 67, 98, 0, 66, 68, 42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f7b707c6bd0b4752a4a46e62e6049fc5", + "input": "[-57, -47, -86, 13, 90, -31, 78, -56, 66, 77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6d081b6aae354de9ab4b8b0f5a8ce3cc", + "input": "[84, 29, -13, -1]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-d1141a615a46414784c3c61651965d69", + "input": "[25, -94, -31, -25, -14, -11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b7338e9e784342deb0590987d84d7cbd", + "input": "[99, -84, 49, -49]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-51d7b34749f749ec95a081b92eb12f27", + "input": "[61, 57, 15, 75, -60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dc2a9d7e6950480b97f0aa9f936ac298", + "input": "[67, 12, -69, -20, 48, 67, -50, -75]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3477740cfe1641e6982d8467959df9c2", + "input": "[-70, 53, -77]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-2a64ea20453640fd96218e45a9546a69", + "input": "[-64, 65, 24, 73, -27, -20, -47, -95]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-94e59312578546238accd7e06ee63fa5", + "input": "[-33, 10, 52, 85, 73, 25, -11, -81, -14]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-efc4af38bbae460385a0abb690505f70", + "input": "[-98, 76, -65, 39, -69, 97, 60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-09cf23872394465db49989441f8e4024", + "input": "[-10, 50, -32, -25]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-60d0fb261f7945cf85b4434d5369f11a", + "input": "[69, -93, 51, 73, 39, -53, -28, 32, 64]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ee42174bb79045e1a8487b4d5d673f92", + "input": "[-72, 26, -40, -42, -6, 8, -33, 2]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b31cba97c51445b4bb3344889b2a671d", + "input": "[-25, 67, 83, 64, -47, 42, 37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-130e4d3b622e4af2a36d56c5223c53a0", + "input": "[74, -48, -96, 97, -72, -44, 70, -49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ae4c6ae3f71749a38e12ae052574ddb2", + "input": "[-91, -85, 39, -77, -71, -90, -93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2d9670366cdb460892b318a802b39bd7", + "input": "[8, -9, -56, 33, 70, 77, -55, 4, -93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-890fcb3ed05640e882f8499b639bd148", + "input": "[71, 45, -19, 32, -50]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-b66a29fe581340d59f0c7309bb1af587", + "input": "[93, 0, -98]", + "output": [ + "93" + ] + }, + { + "id": "openseek-1-07554eabc6df4e05a1e96caf9ae5de6f", + "input": "[-55, -29, 7, 49, -68, 76, -45, -56, 89]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fb58e8cfabce4dd2b59282f969f73613", + "input": "[-69, -92, 22, 74, 55, 10, -72, 88, 2, 18]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-07a1bcea0ee742b3b89e404bb60f4fb5", + "input": "[15, 2, 91, -22]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-5792fa858c134f72acf3bfb7d4217eab", + "input": "[49, 29, -35, -67, -43, -74, -5, 25]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-85c8a82e8183486eba73b7cd6986ff8a", + "input": "[41, 60, 19, -74, -87, 22]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c3ee0d40e9d14a52b91054569d93a954", + "input": "[36, -67, 29, -94, 48, 64, 98, 52, 17]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fe577ed4385a4fa787a56032e639079c", + "input": "[-95, 91, 48, -42, -93, 1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c0c472ab4e364874a07d2bddbed41e43", + "input": "[66, 99, -87, -53, 40]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-753d080d1d3146ca87a1a7b11795dd8d", + "input": "[-24, -18, -79, -22, -59]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2ad909f6b52145d2a80dc41e800f4f3e", + "input": "[95, -42, -50, 64, -9, 19, -47, -65, -15]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8da44f33bffc4411a28c2d5cc0b6cd5e", + "input": "[3, 36, -1]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-357f5386b9c2452a9525be54b6a0cb47", + "input": "[73, -92, 19, 27, 48, -98, 60, 64, 0, 16]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-39594410a7ef426bb69d7bb28dc1ae29", + "input": "[-59, 9, 50, -86, 54]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-bc6c4b4425604c809177e3f703c4b006", + "input": "[20, 30, -66, 79, 86, -76]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-b7600a2c6d7346259f7912465cba4ad2", + "input": "[67, 97, 1, -82, 10, 84, 4, 58, -35, -17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c44376e052044563a2fa64e17911468e", + "input": "[-2, 96, -55, -43, 43]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-91f2d9b94a954853bd17eb3b3b9a19c7", + "input": "[-93, 10, 89, -1, -48, 40, 18, 22, -68, 61]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1bd59849059947ebaa285e1c466602b4", + "input": "[63, 25, -47, 5]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-d83012ef64294bf49927bd03d367c400", + "input": "[7, -60, 44, -10, -87, -70, 9]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1dad215543324a3191f9acca4722674e", + "input": "[75, -48, 70, -40, 24]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ad3427f3a02c402aac66ef132dc60c3c", + "input": "[-6, -73, 40, -53, -66, -10, -23, -59, 80, -58]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-212a5e42bcff471198995252df93b8d4", + "input": "[45, -40, -46, 93, -74, -35, 93]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-beba0d9e36fb41988e8534358e323425", + "input": "[-58, -30, 49, 30, 87, 1]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-0a145be4e8b44e7a94c50f348907214e", + "input": "[-8, 46, -82]", + "output": [ + "54" + ] + }, + { + "id": "openseek-1-46470266b91e4645836931123b1c54f0", + "input": "[1, -36, -18, -80, -50, 25, -11, 24, -65, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-986bbaf5172644f89a21f03e6b5d33b1", + "input": "[10, -35, 9, 54, -21, 60, -18, -3, 17, 39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f15f7abd972341aa9f14da086b62dee1", + "input": "[26, -53, -50, -93, 16, 22, 28, -84, 29]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3b2a0a6be43d4538a58d302c8d34bf84", + "input": "[-5, -42, 13, -28, 1, -28, 63]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8084047f41ff4f6bbf038958c1cdd156", + "input": "[-16, -64, 59, 64, 91, -10, 91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-623620772e4c4937aa6c0d8891badc9c", + "input": "[22, 70, -1, 91, 40, 55, -36, -1, 84]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b14520742b0741b5a12d817e0f5ed4f8", + "input": "[17, 94, -57, -65, 52, 43, 98]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2bc9e0f64a8c4a4eaadb0a0d64c7dd8a", + "input": "[-27, 3, 76, 4, 17, -17, -19, -52, -62, -20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-520fc56748e24ead81f0d27ae45721d8", + "input": "[90, -43, 30, -13, -18, -14, -26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8e92ce1b76154bd2b719de6938f4d106", + "input": "[-39, -11, -65, -91, 50]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-8d3d2c2a62fa4c00a6c7fd023688fa0d", + "input": "[64, 96, 92]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-97566155232145738e112b5a5a23c0e9", + "input": "[-77, -51, 60, -76, 76, 52, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-397c41b890fd430d9500a1d2d32e4a72", + "input": "[-21, -71, -84]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-113522baeab844d0937f7e3f7b81d7e5", + "input": "[52, 53, 16, -25, -13, -63, -98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f29cd5ade75d4698ace08d5f48e26cb5", + "input": "[55, -97, 36, -87]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-8d5a0bce3a0c47399f37e8fc042dd671", + "input": "[-62, -58, 66, -47, -74, 46, 91, 77, -35]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-62ecd875ac724ae18d5d9c4b20c6020b", + "input": "[-3, -50, -11, 37]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-f56b021b15d4453381585ef8de939a68", + "input": "[2, 12, -81, -95, 91, -12]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-56af1358353b4cee8313b765976bf423", + "input": "[-38, -44, -14, 58, 91, -4, -94, 79, -71, 13]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-922fbc88845e444bb1c8bd5b78c92fae", + "input": "[89, -56, 16, 72, 31, -93, -47, -83, -63]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-46ec4dd32a8a4353826e462dcc5a6121", + "input": "[33, -84, -48, 13, -12, -70]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-f58268ac7f5d4f3dbf2a14386672e99f", + "input": "[1, 41, -43, -60, -81, 67, 7, -97, 20]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c63839cd9d054d0abd45073220052639", + "input": "[38, 63, 10]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-99511e89d9ef40c58e8ef513f659828b", + "input": "[-84, -17, -6, -59, -95, -72, 46, -53, -2, -32]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5e0041bf465449838fd4ce862d4ce247", + "input": "[-37, -20, -90, -13, -33]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-824be161ffee4208ad79fc8ed65503a2", + "input": "[91, 98, 85, 40, -65, -74, 31, 98, 93, 23]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-041fd5743bda462ea9c6101465292cfa", + "input": "[-14, -66, -50]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-65cf2468b2904aa583d00d251cfb47a6", + "input": "[96, 21, 76, 29, -4, -52]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-66e5a18129f943bab8b72f7f6fec80ab", + "input": "[86, 19, 31, 7, -52]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-b1a43397098040d392edbd4f371668f1", + "input": "[-57, 15, 20, 9, 9, -2, 66, -23]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-acf4cdf6f3cf4b33bf6bf111422fef9c", + "input": "[-88, 20, 52, -79, 40, -21, 76, 15, 53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6bc495ad54474de9b6e45c2c37591324", + "input": "[-73, -79, -100, 44, -69, 19, -85, 93, 36, 32]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-14be3ad80d1242e992c3a6d7eed59b57", + "input": "[-82, -53, 85, 47]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-7267e016790f43ab9147fe43989d0b4f", + "input": "[-2, 43, 84, 97, -95, -52, -96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f941bbffa9184290a6e2aaf7cfc869f9", + "input": "[-18, -97, -50, 10, 9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-35d0c7e383a7410db5df3569dd90d176", + "input": "[-79, 25, 61, -27, -62, -30, 41, 49]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-371c50af871d469ba6a211230224e7b4", + "input": "[36, -3, 30, -32]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-30124c2737fa43cb9686109ee7741f9f", + "input": "[-95, -50, -2, 23]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-8513f13af59e4f9ca62c6a6898a6c3af", + "input": "[-23, 41, 44, -29, -87]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f61f1afb74c84fffa4ffa571714b0126", + "input": "[-92, 90, 49, -92, 30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9c0f9dc8f42d4ff0a5c1eafd8ba052c1", + "input": "[30, -20, -27, 7, -41, -29, -31, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-619b9e7e94fe47fdada077db9d9993b4", + "input": "[89, 25, 10, 64, -19, 11, -92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8aa90f85c2604fa3887ab56c910ac2e0", + "input": "[93, -58, -27, 0, -98, 61, -11, -95]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-74c943c9eadd41009f88dd6400c0d411", + "input": "[12, 31, 2, 66, -58, 34, -10, 19]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-78e0ed65ffb042539ba9b6bdb4a5c3bc", + "input": "[63, 85, -41, 95, -89, -5, 90, 35]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-2e1b883b79e94dd395663e60440c2f6e", + "input": "[95, 87, 4, 33, -47, -68, -47, -73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a1e568698cbd4e6c8689b13f2ddb9f95", + "input": "[64, -79, 52, -42, 64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3a5aea67e9eb4f14878ddad1cf8dc18b", + "input": "[54, -3, 47, -6, 33, -81, -65, 46, -45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e77992c8d5d44afb9680b5900f3ec7dd", + "input": "[97, -7, -71, 5, 66, -17, 48, -44]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f2c1e206be5240c1b1ce033293e22560", + "input": "[-60, -88, -63, 18, -80, -82, -79, 27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7e6c256268a24c20b6e94ebeac44f529", + "input": "[-15, -16, -56, 80, -28]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f03bfa575970401399b17a30e5d37176", + "input": "[-54, 47, -16, -11, 75, -58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-4202ff67f47d46769588302e075fc857", + "input": "[-34, -44, -99, 56, 62, 86]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-2897f1ce827e4cdeb27951ef884dfbc6", + "input": "[-35, -85, 55]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-952f181080b54dbda723ca59282dcfa9", + "input": "[-76, -48, 47, 95, 82, 56, -73, -23, 98, 53]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8a8c9e1a048942f5bc65dc5a265e22d4", + "input": "[-91, 20, 51, -84, 86, 55, -95, 68]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d5e3ec6893204661bd85982f464a6977", + "input": "[-81, 47, 65, 65, 12, 38, 47, 24, -47, -96]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6a8f76ba3c8b40c68d294c28bdba1e2c", + "input": "[-42, 27, -95, -82, -18, -67, -28]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-5d878bc335a9437e8e1cc45e75a1a1f7", + "input": "[86, 58, -49, -51, -53, 56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-502db7ccf7dc48d49f35036a92f0ab42", + "input": "[55, 45, 87, -26, 38, -53, -80, 25, -9, -82]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-59d4d1f23f7e401281aec682d94cf47e", + "input": "[12, -71, -37, 45, 25, -35, 75]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1a00a37d204d463ea543bd0eb15c1b5a", + "input": "[98, 85, 48, 47]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cd0f7dc1102b439782d8bd9e6f228ffe", + "input": "[-63, 78, 59, -98, -27, 17, -48, 24]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-2cca4e17564443b39503572f7c6c9a5c", + "input": "[40, 25, 100, 37, 65, 59, 68, -35]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5b234c1e281849698dcf4c84b002954c", + "input": "[94, 29, 54, 65]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-1b5111fa7cd348e588ae47afc836d37a", + "input": "[95, -60, -5, -81, -60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-888e0438d0aa4a39b272519e860fa624", + "input": "[-84, -74, 37, -30, -98, -35]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8189b247d55d4c00aa2b9779ca06dffc", + "input": "[-45, -57, 54, -5, 13, 88, 91, -82, 84, -29]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c9bd2bf07f964bf89b953df3c1648cc0", + "input": "[44, -23, 56, -98, 39, 15, -51, 100, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-21579b08a2cb4e198ad1b2f6b82ec884", + "input": "[-25, -4, -55, -43, -13, 14, -48, -47, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-38c9db742adb4ff59378a4bede82e1c4", + "input": "[-12, 8, -1, -73, 47, 62, 0, 50, 77, -16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dc2cee01eb774c91bea5d871a3a84e0a", + "input": "[25, 36, 99, -26, -43, 29, 39, -33, -79]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-83bfda0aeca74b888efd3c96ec6a3bb9", + "input": "[-61, -19, -98, -61, -59, -17, 13, 25, -44, -23]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-293f44a13a604de39167292e03826b8d", + "input": "[49, -99, -37, 60, 31, 99, 98, -8, 44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5b7602c255ba412b85858e8807b18059", + "input": "[71, 74, 23, 4, 25, 29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-65b8ee65d6c944de90eb7f141add564d", + "input": "[-97, 54, -71, 49, -99, -93, 40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-43435f892dcd4732bcc7bf6051284ed5", + "input": "[-29, -32, 74, -37, 52]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6e9b03ac97c74bd08ab884c2a286a175", + "input": "[58, 50, -83, -48, 45, -76, -93, 42]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d51e5c027cbc4ea8ba619f1cffb8552e", + "input": "[49, -60, 29, 98, -49, 60, -80, -85, -51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-817384964274429e89873dfe27c1ac11", + "input": "[-14, -59, -8, -84, -67, -74, 2, 50, 40]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-25039d0d49114b3f941085aefcb36510", + "input": "[98, 59, 17, 85, 40, 4, -69, 83, 46]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-06808427c18b410597005bdcb71ea761", + "input": "[43, 46, -1, -75, 29]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-51a1fd630e2a4d13af486d8e56aebd7c", + "input": "[-60, -97, 19, -43, 55, -3, -83, -35, 20, 3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a945147761454de6a298b285aaae3cb6", + "input": "[58, -80, 66, -43, -25, 45, 71, -24]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-49aa25b58eb646e68ad639d3c9ac069d", + "input": "[82, 48, -66, -50, -77, 36, 4, 16, -91]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-684cf635b99a4c3ba4f700fecec6c2d7", + "input": "[-85, -68, 94, 60, -38, -94, 70]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-4a3c06b20fd6431ab471555877edee4f", + "input": "[67, 78, -43, 64, 21, -62]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-55441109877c4b64b82056580fafcddd", + "input": "[-22, 25, 69, 79, 79, -65, -63, 64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-77608f14ceee4032a6789d6e21ce2d2f", + "input": "[6, 70, -88, 96]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-0e74aadae63f4a908a3b8d002e80b2e9", + "input": "[-98, -8, 35, -53, 14, -47, -50]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f51fa31c0ba64d6eb4a24b83699053cd", + "input": "[80, -76, -38, 12, -62, 100, -84]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-871563fc4ecf4192a51fa54a3f4bc265", + "input": "[43, 20, -13, -42, -46, -3]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-42cf0a9d19ee40d88a6997405c06df6a", + "input": "[80, -10, 40, -55, 57, 73, 22, -13]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2f12060c51bf4cd6b552ab57fc1d72b2", + "input": "[22, -46, -96, 38, -31, 50, -30, -96, 27, 51]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c5157a6e13c44afead0b20360323dd32", + "input": "[-89, -91, 4, 1, 56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4d946794387d4cdeba50d3e668f89bcf", + "input": "[44, 28, 67, 57, 12, 10, 6, -57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ce73a0e4ee1f41ca9ac4358872c5cb8d", + "input": "[57, 10, -62, 62, -4, 9, 1, -31, -22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-db4b9a5397004e99af067880136127b4", + "input": "[96, 14, 26, 62, -45]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-eb5386b755cb4594b628ef4fdff73a71", + "input": "[27, 88, -8, -76, 10, -77, 80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0396bbe1619d46f388f5001dd2376888", + "input": "[35, -6, 73, 80, -51, 48, -2, -3, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-29e880f572ff45d4b412c184b72eeddd", + "input": "[16, -44, 100, -21, -94, -41, 79, 97, 98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cae5553c83604dc58bc46c038589792c", + "input": "[66, -91, -29, -65, -11, -9, -37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-84bdeb464457495293b111148fb5e2d4", + "input": "[77, 67, 65, -60, -74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-69f595e0667d47e395049bfb38316776", + "input": "[67, -89, 43, 84]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-bba0c6cb4a8747cb8959715d3f2960e8", + "input": "[88, 68, -38, 93, 48]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c0a7ebfb91c741a6835876684e034dce", + "input": "[58, 11, -57, -52, -7, -91]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-862b6af3bdab4bdeba71553a5cddbe99", + "input": "[-61, -47, -10, -2, -50, -17, 57]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-44902d96548f474885e7318a45cf4083", + "input": "[-90, 99, -57, -74]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-09f99f01eb484a6c8d1b0f1552f1956c", + "input": "[13, -95, -46, -23, 43, -24, 100, 93, -36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8fd3efd8769b40cdad8be39ab4da6da4", + "input": "[40, -70, -4]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-c664b02b83cc490eb84d0191e6dfda24", + "input": "[47, 25, 81, 42, 93, 19, 59]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-fb129e4f582d48c69e234ccfc224ba8d", + "input": "[-96, 6, -13, 88, 62, -95]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8f7636c07df446a991d1235b1712709c", + "input": "[50, -53, -49, 91, 3, -51, -65]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-aaf965864db64ff1a7a2a0a4226604e6", + "input": "[-19, -64, -16, 8, 21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b1f7f8546fdb420ebe91ec557e5d9b83", + "input": "[-36, 4, -76]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-d95eaa31f6b24e7b885b7eabf09eb280", + "input": "[-51, 9, -92, -70, 91, -69, 93, 66]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bfc159c7cf0a42d89f315c8f9bc32b2d", + "input": "[-61, -2, 92, 17]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-82220957c1234075a066775eabd44104", + "input": "[82, 54, -51, -19, 48, 30, 89, -67, -91]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-4d3869eb155e46148f49be1578853d69", + "input": "[-21, -12, 54, 86, -50, -56, 61, -12]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d5f31bb82fc7473fa4d0c1251921f0b7", + "input": "[-45, -46, 86, -80, 21, 10, -86]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a0ad708002c1416e9337b02375995c2e", + "input": "[-73, -29, 62, 52, -62, -40, 46, 52, -62, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-eea9672dcd82442a959418091adb5784", + "input": "[-82, 25, 3, 9, -12, -81, 98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-05309d0964904554b6bc51fef45c938f", + "input": "[43, 51, -14, -70, 7, 59]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-21daa6d52e154db4bf9b4363aa2da7d4", + "input": "[95, 81, -68, 11, 25]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-8cfb038858d7428b97ed0254f2178763", + "input": "[-92, -63, 98, 55, -34, 98, -15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-192c10f6a6cf459db787fd071dd76258", + "input": "[100, -81, -15]", + "output": [ + "66" + ] + }, + { + "id": "openseek-1-1e581010a4e74862952233f92d1d64ec", + "input": "[45, 20, -33, -33, -43, -58, 7]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2946d50c280c42b0b3ba7a76162ca62d", + "input": "[9, 71, -53, 5]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5b946ac9c50a4950afabea1d4aff17a6", + "input": "[-67, 14, 75, -46, -43, -21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-43f5c43f809f4d098b46f89c7d1e190d", + "input": "[73, 42, 13, 74, -46, 65]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ff095faacb6041c1b3cdf1201b06fd11", + "input": "[9, 64, -97, 27, 14, 37, 5, 32, 9, -41]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0069a51d0d82461ea34c89b98d214021", + "input": "[66, -61, 28]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-9d0e1bcb3c2b43449a96d51d37456335", + "input": "[-17, -60, 7, 59, 32, -75, -45]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-29d039815ef944adb1a0047a94961cee", + "input": "[-61, -92, -79, 31]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-5c6e1b5409924d97a8bbee36ccac529b", + "input": "[76, -9, 100, 96]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3283e7cf92714bfc92d8a09b1d6b2b70", + "input": "[-3, 4, -75, -79, 18, 45, 53]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ac8d34ffd8924fe8ab4d7a9274f6902e", + "input": "[-1, -98, -82, -94, 95, 11, -74]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a47a4daf83c441c5b227c99a84531b85", + "input": "[30, -53, -55, -82, 79, -71, 1, 79, -19]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7f0b29a57ec34d6f86355415a9470815", + "input": "[54, 92, 89, 70, 75, -34, -93, -86, -89]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eedc288d910f4c2c9de5bcb35f2e0ae1", + "input": "[65, 33, 74, 15, -39, -2, 95, 16, 29, 94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9ac6d1436b67453fbb6fa31cc0f966ff", + "input": "[-4, 3, -73]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-aebb84af4e1c4f9b88c01e899f9da0f4", + "input": "[-40, 85, 55, 99, 40, -17, 98, 39, 1, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-83af13143a8040dba9c3d6c0acfa0fb4", + "input": "[7, -31, -27, -4, -82, 85, -45, 26]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7291bae5c4a0427ba1057528b6501627", + "input": "[67, 46, -42, -63, 37]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-6798cf62f06d4e69afcf454f4d5f9a62", + "input": "[-60, -1, 80, -80, 66, -51, -75, 69, 84]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eecc636a51c9452db3629e44b9bcc3a6", + "input": "[-8, 93, -86, 13, -37, 37]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-f3c5c00e39374f2d821b464bdd9fdee7", + "input": "[-25, -66, 82, 39, -92, 76, 19, -29, 94, -96]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-802773e82dd54094a2521ad35b82c168", + "input": "[1, 29, 73, 54, -76, -28, -58, -81]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8f6f69a245e74501bcf29716005912f4", + "input": "[-73, 57, -58, 12, -60, -85, -5, 6, -43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fbee8ab71a38481782bc2ebe83a3af14", + "input": "[-68, 46, 41, -87]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-adbf364e8d9144708690bf642180dd96", + "input": "[-3, -58, -25, 66, -26, -76, 9, 92, -74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6d998bc7f3134bac965326b537ef5f0c", + "input": "[-86, -23, 18, -91, 71, -38, 67, 80, -22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8c474a9c47dc4d3cbbe0bc59cecdae03", + "input": "[40, -98, -9, 98]", + "output": [ + "49" + ] + }, + { + "id": "openseek-1-43cfb2d503344b5380bef133be27bfc2", + "input": "[-75, 44, 4, -11, 3, 22, -77, 4]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b76b7c62c74a444f88e2c7700747c2a6", + "input": "[97, 59, 8]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-cce6323e2eab444c8f7950624ae466eb", + "input": "[-30, 70, -80, 92, 45, -16, -14, 86, 84, -76]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cd103e91c8cb42c4ba50a06853002e37", + "input": "[26, 17, -27]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-3245dd2c593a4ddc97b4df2f884afe2c", + "input": "[15, -93, 55, 7]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-75aaebb243f94bb199315bd92da62d3c", + "input": "[-4, -47, 40, -40, -3, -76, 73, 68, 91, -61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-83c1deabda26480b9863967f78aca3f9", + "input": "[-100, 15, 20, -55, -88, -32]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f3d3386506e24c0fbb4ca32373a98e88", + "input": "[-12, 31, -59, -63, 44]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-debf704027d64603b5a35f45f197d253", + "input": "[66, 65, -23, 10, -67, -96, -10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-af7507065a664b94bc1bb32c0da7c4d2", + "input": "[58, -86, 39, 20, -91]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-15de920143dd4d28bb0fe23454ca3a97", + "input": "[80, -3, -16, -99]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-d966272983b74201b445ae10d0a67e78", + "input": "[6, -34, -18, -59, 88, 98, 6, 42, 39, -20]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bc0b4fdf261a40059a46779ecba42f48", + "input": "[55, 27, 99, 21, 87, -57, 71, -74, -1]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-7385ceaf8daa482e87d94aaec29f5401", + "input": "[-46, 99, 13, -27, 62, 100, 55, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a9bd445b26c340d98953aae8f4bba23e", + "input": "[-83, -80, -14]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-08bcd97eac3241e8837e85f15cc45a79", + "input": "[93, -38, -73, 59, -18, -27, -59, 6, -51]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-0bd2920b6e3143c9920e0d633e025384", + "input": "[-70, -72, 75, 62, -96, -45, -45, -59, 43]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cac2c6e70dc649fe91fa679d54c9c577", + "input": "[74, -72, 58, -43, -11, 50, -8, -37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f0d111e13ca447859b4e55991185d2ac", + "input": "[13, -96, 90]", + "output": [ + "77" + ] + }, + { + "id": "openseek-1-07f3d22dda2f4fc09112a547a67ff1eb", + "input": "[37, 45, 56, -63, 84, 75, -92, -59, -31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-4ec73184fadd430b914b0c95a7586f2e", + "input": "[-59, -14, 72, 26, -28, 49, 61, -76, -70]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-735c9afd3c5640d6a54e1ed8a7274b20", + "input": "[62, -24, -1]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-429c7e78f65543ba9fad0c7c9b6197b5", + "input": "[-100, 15, 11, 72]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c4e222dce0f24e239a34a297b917a569", + "input": "[31, 61, -33, 56, 80, 99]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a67101cc1529472794bd92c9b559eb67", + "input": "[90, -63, -23, -11, 6, 25, -16, 52, -87]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-adac2a90dcff47d899585da667c586d8", + "input": "[32, 89, 36, 22]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b629febe83c0422ba98af09808b7cfa1", + "input": "[3, 5, 31, -10, 22]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d73dfbb98d954dff84260f606a7ff2e6", + "input": "[35, -16, -87, 34, 28, -66, 36, 4, 76]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6bdf0c2a772d4102b354c8157859a5a9", + "input": "[-81, -43, -41, 17, -88, -68, 15, 1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fa84b772eeaf4166910bfc5cda6135d3", + "input": "[71, 31, -88, 8, -10, -41, -7]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-75ffea83b7754dfbb466a37c17a3c1b0", + "input": "[6, -14, 51]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-86fef9bc11984ccd9d8b036501bf2210", + "input": "[4, 10, -51, 52, -60, -18, -55, -13, 99]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-351604f5b1274fca9311d4ec80fb4fde", + "input": "[21, -4, -84, -35, 33]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-bad41f255a9841588805c39e48f715c0", + "input": "[-57, -3, -80]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-dd324820786f462ea076ea215f2a0337", + "input": "[31, 93, -57, 50, 3]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-a56ccfa0cde044fabd870da9a79864cc", + "input": "[-74, 3, 30, 45, 61, -80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-4be27a9126f94257a2357027a83bba2f", + "input": "[86, 34, -76, 4, -43, 66, 20, 95, -5, 18]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d8938b029721470faa9dd8e4e74a09ec", + "input": "[-32, 85, -100, -93, 7, 76, -1, -41, -64, -68]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-60975e0ad2574acdb09a2e636d920eee", + "input": "[-32, 80, 66, 30, -48, -65, -61, -31, 38, -3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-71abe187868f4f9cbb33499229e27b53", + "input": "[41, -98, 69, -71, -96, 39, -51, -30, 79, 54]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ea5907eac50647a7a636bb6ebb4f4d31", + "input": "[-60, -68, 71, -12, 65, -59, -82]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-469de8aadb4c4321aa527b336ef88f89", + "input": "[71, 76, 83, 28, 19, -95, 39, 40]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1d609f80bda045f7b0306e383a7a5a45", + "input": "[-50, -62, 84, 54, 8]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-e7902fce8dff46568a0ec7e948f86945", + "input": "[-84, -4, -23, 86, -87, -92, -66, -91, 55, 28]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cdb51cd7409f40ccb0ed424d3e750ce1", + "input": "[-43, -8, -10, -11]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2ca7e56806764da29149f6e30f07ab7e", + "input": "[53, 36, 81, 85, -41, -2, 86, 39, 37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bf5a1a86ff67414f9e7efb3b206f1136", + "input": "[1, -80, 19, 76, -12]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-e4f452f7b08444a786a3aa650371ab96", + "input": "[-11, -99, 14, 63, -86, -1, 73, 13, -27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6c6fc215c91d4b7ba98ad533cbb0101a", + "input": "[73, -41, -52, 13, 73, 70, -62]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8779bb2526ac432ab1b9017cdf39b367", + "input": "[-30, 54, 81, 14, 77, 91]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-62f5e0cdef814682b4293bbf59cbcc39", + "input": "[-41, 46, 8, -63, -15, 79]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-84aeafcf8c1e48a68342042f3c68fa34", + "input": "[-20, -90, 50, -85, -87, -91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b92f41a254b24a5f9ca5f7f9772bcba3", + "input": "[-81, 52, 5, 3, 80]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-44a0d62a8c81455a9d43578ab9fb4c06", + "input": "[75, 58, -31, -13, -92, -32, -87, 69, 44, 37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-580969bc36994ee6b27453a42d1a6954", + "input": "[62, 74, 64, 46, 99, 97, 1, -1, 18, 75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-079e0715acd8471197cdb6e84a880a0a", + "input": "[22, 97, 44, -60, -48, 54, -97, 4]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-168411b603b04992bc56c4e3bc529f5f", + "input": "[-16, 77, -12, -49, 28, 43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-816a606c7eaf49b98573146c7efb839c", + "input": "[-16, -17, -49, -9, 42, 66]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fb07452e535847b4a89be796a9781b26", + "input": "[28, 63, 47]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-48424f39589940dfa4e3f32d638a2924", + "input": "[-74, 64, -31, -57, 89, -88]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-2334e153db7341dbbd701cf29a4f7369", + "input": "[-65, 50, -9]", + "output": [ + "56" + ] + }, + { + "id": "openseek-1-7d9b190c100e446aa72ce5103a7ecf5b", + "input": "[48, -95, -25, 10, 81, 88]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-87639a79690d4c9e83dd868e7f986355", + "input": "[-75, -9, -41, 35, -64]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-0bbf410e1902494e9ee2a133f2741c9b", + "input": "[73, 81, -2, 51, -88, -40, 26, -67]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-0705386caf134527af1fd1a30a1484f3", + "input": "[-52, 62, -4, 30]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-2a1c4eeb0ae848f2bb640dbf33ac4449", + "input": "[-97, -54, 35]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-92860ed468e84405887dbcda6c39cf72", + "input": "[80, -72, 56, 31, 22, -67, 24, -85, -5]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fe540a2df74c4ed799dd1a01eefd0986", + "input": "[64, 49, 91, -91, 72, 52]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-38645a9f86f64ed0a32a67b74dfcfb50", + "input": "[70, 67, -1]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dcf3ac0695ac40ad99775e4f4b63d9db", + "input": "[28, -16, -61, 21, 3, -22, 73]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6de92e81b5414440ab94bdc45395d9a1", + "input": "[51, 13, -4, -51, -84, -38, 76, 96, -3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a9f89deb4416403e8d0cbcddbeeb8c29", + "input": "[8, -23, 46, -28, 8]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8a1a15b3da3c4b9a87124e6ad48cc262", + "input": "[-27, 28, 8, -49, 65]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-84d49824dced4fedb5e738a0be6c86bc", + "input": "[76, -87, -77]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-c4c1c4bfe20845808cdf797c0cfa792a", + "input": "[-38, 55, 32, -18, 5]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-203f8f18088a44029f3af0dc2110fc64", + "input": "[89, 53, 73, 13]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-8816fccd85fc468caedef25b13da63dd", + "input": "[98, -93, -85, 82]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-4bce3bd5a16f4756831e862be1122b85", + "input": "[-76, 28, 23, 96, 19, 54, -96, -12, 14, 0]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d6013fa6bd5d47a59e4fa3d955076acb", + "input": "[-96, -51, 45, 22, 10, -13, 55]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-e717561576b24fbdb246af96448a3558", + "input": "[-50, -65, -12, -43, 92]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-3fad849c533648099891d40d47100dea", + "input": "[-44, -87, -48, -66, -96, 38]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1f82c0e28d3c458e9a0b89411ef873c9", + "input": "[47, 44, 48, -13, -38, 97, -47, 45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c1cf4a0af57e46e294cceeb096333530", + "input": "[98, 20, -71, -25, -50, -17, -14, -91]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-678630fac4244a1ca094dd03a22c719b", + "input": "[96, -60, -5, -80, 80, -80, 30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7467b7638b804145a7c32c13dc5a4949", + "input": "[-65, 70, -77, -45, 60, -67, -89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cc1cfdd8f3d142f8b14183cfc3fbd94f", + "input": "[-97, 99, -17, -86, -71, -19, 96, 91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f9ca7d03fa7d41bbb4e6a77531d2080b", + "input": "[0, 81, 71]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-bec8bf5574e74c5089609eb6ae21abc2", + "input": "[77, 15, -6, -50, -15, -39, 40, 75, -54, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b49a7a769dfc42309cd79403b1702603", + "input": "[-95, 95, 69, 20, 97, 61, 54, 59, 24, -58]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3c984d4a1d984c0f8f28914538e1fdf2", + "input": "[-55, 20, 56, -25, 95, -66, -82, 22]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-327152c646bb4544821922c15f372454", + "input": "[-42, -52, 43, 82, -46, -36, 71, 87, 86]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2092c205206f40ff8172a99ee52bf2dc", + "input": "[27, 97, 57, -21, 7, -40]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-a2d0e247a82249c284249a01502cb3c0", + "input": "[-81, -70, 19, 56, 47, -17, 23]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a2e94d6f2c924dbbb0c9b891d5e79291", + "input": "[71, -32, -98, -57, -77, -95, -91, -63]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-200e1079faec42d2a6bfc55977ea38eb", + "input": "[87, -57, 20, -41, -29, -17]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-163c312af62b4fdfa792c90007ef791f", + "input": "[-35, 23, -30, 82, 23, -73, -29, 22, -67, -70]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4b84c9962b43484e8eb7c48fa0c6185f", + "input": "[26, -63, 79, -92, -19, -68]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a449358ea75745f491c4e6f7bf1d4a2b", + "input": "[10, 17, -100, -99, 37, -96, 97, -43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b548ff9dbc0e42c5bc62b47877afe0b3", + "input": "[-88, 52, 77, 24, -63, -33, -6, -98]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-1ac8f74c1c174b708084e6d81e65f39d", + "input": "[98, -66, -50]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-91e9569b0451400e95415b911d7d1b01", + "input": "[-58, 63, -43, -75, -84, -4, -27]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-80ee91da2a164f6d8d23c83322b7a282", + "input": "[-17, -84, -73, 89]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-74e087dbfa0047efa9d45b287b3748e3", + "input": "[-71, 35, 15, -42]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-fe1ce5012f3e4876ba623c05689011b6", + "input": "[51, -94, -63, 89, 51, -90, 29, 70, -97, -73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c03d4c8c4be44ebcb320da92faa2dd70", + "input": "[54, -35, -40, -20, -47, 40, -5, 20]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4c0461fed69740d9995384b89bc7d983", + "input": "[-6, -11, -17, 54, -34, -69, -73, 94, -24]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-47d9bb3e74ed47b2bfdfe38a6620e2ac", + "input": "[-80, 66, 71, 70, 16, -72, 16, 80, 92, 36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-86bfb75a6c7b40bf8798b02baf0f5963", + "input": "[27, 10, 37]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-6c3cbc7563a54dbf850653e724dc9dcc", + "input": "[5, -66, 97, 14, -49, 11, -85, 28, -91, 76]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-24cae58b13284d8097fb1912cc47003a", + "input": "[-35, 84, -51, -97, 67, -13]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-c00fa5dd95964278909585a326d95c48", + "input": "[4, 66, -84, 55]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-2b9b4e558f894c4e84cec53935d308b3", + "input": "[80, 24, -9, -100, 74, -86]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a67796f3eaff469eafec842e3600b54b", + "input": "[58, 34, 75]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-700fa0a322804b6baa28c5d0e14ad20b", + "input": "[89, -26, 66, -39, 24, 94, 91, 79]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-99ac1359dbf94afeb55394c2482006c6", + "input": "[-75, 87, -99, 47, 63, 59, -75]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-08bbf2104b0c47c691f593e5d77b45d3", + "input": "[69, 62, 84, -62]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0ce0dc7ee16c451ca0c0b3c8b77cce04", + "input": "[49, -19, -71, 45]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e7d2ad40bc7d4c6da7618f87101816da", + "input": "[-54, -35, -82, -53, 76]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1549ea79d4a747c9935233d06b275b0c", + "input": "[62, 1, -61, 87, 15]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-2daf53fa33b843aaa7ab709e9e650073", + "input": "[-63, -56, -6]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-190d8fd2447449f0b721347320486cd7", + "input": "[27, 53, -36]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-ebd03513adc644d7ac9e0bc5241f2a8f", + "input": "[-84, 26, -6, 2, 42, -97, -63, -82]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4939c4a4eade447d99a4e52f3883217d", + "input": "[-36, -3, -75, -48, 31]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-c7b24454e4cd4eb3b7763040df2de030", + "input": "[-100, -73, 40, 10]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-d2f0a78c73dd4b428f9a37465a482cae", + "input": "[71, 9, -1, -94, 74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-18dd6a720f9346c6958e096d980c39ba", + "input": "[-89, 74, 50, -96, 13, 42, -88, 19, 91, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7f75dfe958eb45f8b35e9f28b2067170", + "input": "[-27, 50, -3, 80, -74, 37, -55, 78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4fb76fd1e1354c9ba06076897ef41ff6", + "input": "[83, 95, -14, 48]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-1deb46f6670f4acaa76249554844d817", + "input": "[-50, -90, 49, -37]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-4de175a77ced4182b5294293175f2481", + "input": "[-87, -7, 19, -36, 20, -54, -47, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ebb6d245f5134ecfac0c10e43bcd31d1", + "input": "[-7, -58, 14, 34, -22, 41, 72, 38, -60, -97]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e8a73635f39d4a07bc0b704ba86bb8c6", + "input": "[-49, -81, 58]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-07695cde620745589f2f85a011c24dc7", + "input": "[-4, -6, -54]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f689cafd9f3c41a88722c0ba6e597951", + "input": "[98, -66, 84, 25, 33, -15, -64, 77]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-80d6f9e0dc4f42e28d087eef920adc7c", + "input": "[38, -33, -61, -52, 67, -43]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-d1e5f2c09b16402592c3fae46258f796", + "input": "[-37, -92, -48, -29, -29, -19, 54, 23, 24, -88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0a31d52e9bf74c4dbc9aa1367ac09ce6", + "input": "[45, 6, -79, -2, 43, 51, -94, 84, -97]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5b476fdcb19f4e159778dfe9c6cce7d7", + "input": "[45, -68, 80, -9]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-d32f4610922140e1bb4dbc268f974898", + "input": "[45, -68, 15, 16, 36, -18, -79, 1, -24, 89]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8bd48dcef1994f38a8a65b74de6575e9", + "input": "[-24, -67, -77, -14]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-327642d631f24bda9599ff5497268873", + "input": "[-29, -34, 49]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1bb98327ca4a48819cf6e27955a1993c", + "input": "[19, -27, 29, 18, -17, 52, -58, -47, 88, -3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d113f34f91264d0ca4ccf922fec981c4", + "input": "[6, -7, -75, 91, 98, 97, 62, 73, -17]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e237f24c67b740109ee2141b48d36fc7", + "input": "[-78, -3, -18]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-3ab51536acd94b169bc0d7f255adfc44", + "input": "[20, 5, 87, -97, -53]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-38040c0fd03d42bbb1b377e6e4702c3c", + "input": "[-7, -23, -41]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-bff4268a2a2f4256bbe1b46f48c3f2a6", + "input": "[-72, -81, 97, -49, -59]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-5514c440b1f140acbca2b0bce2a6eea3", + "input": "[32, -64, -78, -66, -74, -90, -86, -57, 8, -44]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1e745ba25257483eb394dd210fae6646", + "input": "[-45, -69, 71, 92, -12, -73, -66, 34]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a219bf5e28cc4143bbb2e1577af70222", + "input": "[-30, -24, 27, -10, 35, 77, -43, 5]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-50d5bb44e1024a91b48971d954b06b86", + "input": "[-15, -90, -77, 13, 70, -39]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-cfdd90b5274c4d898a3bd1a2c45b3a72", + "input": "[87, -42, 48, -14]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-ffc43d670da54f9cbaf9c7405edfe3ea", + "input": "[-8, 79, 15, -26, 92, 0, 40, -9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f58dd2e5bfcf468d8cb7348f67b03f73", + "input": "[12, -71, -43, 27, 63, -41, 69, 55, 90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-69f47ea290cb404787a82b855b7afa47", + "input": "[31, -44, 85, -96, 53, 40, -33, 62, 44, 53]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d03d295b7bdd4d788db7e71d4674bc0c", + "input": "[35, 81, -23, 44, 23, 7, 40, -79]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-4944d4f1b1174f89a721a09016284465", + "input": "[-3, -64, -32]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-8942f93c6f914b87a266b457d6063edc", + "input": "[-62, 68, 31, -31, -31, 67, 26, 19, -95, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8fe3ce09b6c84de690f5ade4f03a4be5", + "input": "[-33, 81, -19, -12, -74, -22, 44, 38, 20]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3883af62f4e34f5eb146a6279ca8c1b3", + "input": "[-67, -98, -87, -62, -1, 6]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-2a695169a97e46d18e39b9db8fa2d3c3", + "input": "[-12, 9, -10, 9, -85, -15, 3, -62, -56, 40]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3979b439800846318c2042f937ba85c5", + "input": "[21, 96, 17, -21, 16, -59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-113aa647998549279d61ec86ce3f0480", + "input": "[68, 73, 20, 22, -10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3a6319e5531a413d9fd07bc799245288", + "input": "[2, -89, -96, 7, 29]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-030c86c897934e298e4b92995a056009", + "input": "[-23, -28, 83, 35, 44, 20, 7]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c21e249d45fa409d8430de16707ad04b", + "input": "[21, 27, 69, 91, -26, -98, -30, 27, -27, 26]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-39706bcc85eb436295502421c08f50dd", + "input": "[78, -95, 84, 44, -76, -32, -67]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-db2260a4572e4ca497143e937afaa9e8", + "input": "[-96, -54, -4, -21, 40, 65]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-9edaf4b7d11b44838490112ee15378a2", + "input": "[78, 45, -3]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-81c9c89212d54a97848d55a9380511c4", + "input": "[89, 15, 49, 83, -49, 13, -89, 69, 17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-78c30f1ee1054f8f8b093063ecbe95fb", + "input": "[-86, -80, 10]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-91e24c29c4f4417fa909c6cd95f3e9a5", + "input": "[44, 35, -59, 24, 14, 77, -15]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-f95100ab4e684a91b026c45ecbbbd1d1", + "input": "[31, -10, -39, -28, -98, -8, -28, -44, -65, 76]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6a6cca42d8b94eeda109cddfc9ab0b6c", + "input": "[-81, 54, 2, 14, -31, 98, 43, -50]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-4b1cfa859cbc45cca06c6e60f814bd65", + "input": "[-99, -48, -68, 74, -67, 69, -24, -92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ff3158da8d80410a947019b871caed9c", + "input": "[92, -96, 40, -31]", + "output": [ + "52" + ] + }, + { + "id": "openseek-1-ea20e4a2ce534d75ae211c71c906dda5", + "input": "[60, 73, 27]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-dcc3dfa5e9e04227ad335365580a04ab", + "input": "[-30, -72, 95]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-6f499460629a4c44b760b5817a03e038", + "input": "[5, 6, -88, -54, -47, 28, 55, -11, -14, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a136b9ec516e482cb397c61c2b2f6b80", + "input": "[61, 98, -31, 85, 95, -50, -15, -38]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3d34016c3fdd43a5a7e5a6acd6c1c701", + "input": "[69, 92, -7, -35, -22, -11, 45, -41, 87, 23]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7b4c1dbf1d33432bba1e7c100aba55a5", + "input": "[91, -81, 0, -45, -70, 28, 56]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-5363b668a90e4ac7ba27edcb0eb03160", + "input": "[91, 90, 42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3541c8d918d94f59857f78be9b763e7b", + "input": "[71, 82, -32, 14, -70, 63]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-cbac5894621d45dc8a89a3017463e8f4", + "input": "[-16, 37, -64, -30, 84]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-eca21d09f2204f26abbc8be72d96102e", + "input": "[51, -26, 45, 20, 30, -76, 26, 38, 32, 84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a7e68c7dbe8b41778a8252653a4b89b8", + "input": "[30, -42, -66, -45, 96, 87, -6, -31, -76, 55]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c8da8bc92ddd43629907dad5b36f0d9d", + "input": "[77, 4, -30, -48, -99, 15, -50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a486e658b8bc44a5aa52e444e8dcf16a", + "input": "[18, -66, -63, 35, -2, 50, 32]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e20fc7f81c6d4979afa75b449753a864", + "input": "[-87, -8, 73]", + "output": [ + "79" + ] + }, + { + "id": "openseek-1-3cb02f9ae2fe40a4b3a0145c620bc94e", + "input": "[-21, 10, 15, 85, 89, -76]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b8d4b51a09e84fd4ad5d6ac06936484d", + "input": "[-34, 91, 61, -88, -92, -23, -73]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-69effce34a9744ba90e8ef8a7444ff4d", + "input": "[-28, 29, 67, 96, 64, -35, -34, 4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ef14056b2a894903835b056965059b47", + "input": "[75, -85, -81, -51, -44]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c51be3138a4c47f2a3be81d0be7e8245", + "input": "[17, 21, 32, -47, -18, 73, -100]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0388aafdbfff4a369b94e92651f5f57d", + "input": "[94, 39, 22]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-4e721c14b19044749edf2e157cf99311", + "input": "[73, -61, 56, 30, -75, 93, -24, 99, -16]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b3ef55e24ccc40ff907f5102a074a902", + "input": "[-82, -6, -91, 47, -100, 71, 54]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-24787a2ecd564e65a254755a6b26c10f", + "input": "[-59, -40, 23, -45, 94, 94, -49, -5]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f0dcce34dd614892a8042e59858c6a13", + "input": "[-6, -39, -9, 3, 66, -17, -7, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-be74524e8c154af19b111372144a3cea", + "input": "[16, 82, 22, 15, 7, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7e75125e2a764a2cb29f284173abce39", + "input": "[-26, 47, 20, 48, 82, 62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ebfb64352a6e43deb8943e53fe6c6080", + "input": "[20, -24, -61, 2, 11, -54, 56, -44, 47]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e8ab96dd048d4411aed5145be4716278", + "input": "[-3, -57, -32, -9]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c45a54e2998649fd881ae0a503377dd4", + "input": "[0, -95, 65, 94, -24, -18, 64, -63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-49414537edf847cdb55ab61790fd869f", + "input": "[35, 16, -65, 91, 15, -4, -53, 45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-aefa413eeacf407d8af053028ed56d5f", + "input": "[-9, -35, -46]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-f873429df55f4f9a8584092659c8d09e", + "input": "[-11, -51, 19, -76, 75, 95]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-ade5233eacfb453f9a8a2b87b2c46638", + "input": "[-64, 15, -9, -37, -21, -7, -19, 6, -31]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7cedc316638148f8ad4493d541d28ef1", + "input": "[-42, 47, -23, 35, -33]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-7723e468013245448f05f4c579761e5b", + "input": "[-49, 17, -51, 60, -27, 40, 38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-819575a0032a4418bfa5b6f7e86bf9d5", + "input": "[84, 39, 59, -99, -24, -77, -63, -84, -28, 84]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a11648cf476740d9be713e8661f50696", + "input": "[-84, -47, 83, 24, -54, 98]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-d575b5acf887493485de9a29f6a4d0e5", + "input": "[-1, 78, -59]", + "output": [ + "58" + ] + }, + { + "id": "openseek-1-40ce1e1d46bc48169511cc7b74e9110c", + "input": "[77, 70, 1, 48, 30, 50, 21, -79, -35, -7]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3016d9bbf93f4053aa610824d73a33ae", + "input": "[16, 43, -48]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-14d273e2e59c4fb4b6fb4907c35a3d83", + "input": "[1, -56, 30, -94]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-3d9993aab5264376adc637a5a5b06be2", + "input": "[79, 1, -48, 23, -14, 67, -38, 20, 0, -1]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3abf50b9bb9e43f3b779668085095bab", + "input": "[76, 56, -82, 25, 20, -45]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e98ee96ef46e42d39c733ca119b797f1", + "input": "[-11, -51, -59, -11, 73, -46, -55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-da34ee840b0643e0bc7dc8f366a20f2c", + "input": "[-71, 67, 21, 12, 26, -85, 25, -38, 3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-733e6b3183bc49528bff9c63a4d353d2", + "input": "[-47, -44, -1, 1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-11d68f12473544a0bfcc532d339c96e4", + "input": "[-16, -94, -35, 11, -24, -4, -30, 88]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-9ee4963defa94e46ae53982ab26b38e5", + "input": "[72, -73, 48, -60, -56, -31, 29, 83, -60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-53dcafcdb9614886af0d2b98d0374b2e", + "input": "[6, 39, 64, -22, 87, 36]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-244f1be6d07f41b49ae131ff6ec4c0d1", + "input": "[-44, -4, -94, -46, 35, 51, 30, -64]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-71fa1715f83449e18b3b8140fc3711a2", + "input": "[-88, -4, 9, 83, 15, 79, 36, 80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f130421f3d4148aeb301343e707a6e56", + "input": "[-64, 23, 4, -40, -55, 80]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a18dc03153e442308f04aee3744dcbb8", + "input": "[-22, -18, -86, -97, -1, -63, -24, 88, -78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-961dcde9fe984be589750df76069f906", + "input": "[5, 40, 38, -19]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-efc74e908a014514938369c4164af770", + "input": "[-9, 51, -95, -25, -25, -91, -12]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d7c400a9d944472f88036d24be137933", + "input": "[45, -50, 78, -41, -41, -78, 64, -14, 91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-39e5075cab2d4529a6e46b2a4ba37991", + "input": "[-20, -35, 16, 66, 9, 34, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1eb2c563817d4f0b9a0f23262771acaf", + "input": "[16, -11, -4, -59, 24, -60, -53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-580198ffa8ad490eac67340a69e2ae11", + "input": "[-58, -70, 35, 22, -19, -15, -48, 64]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a3312fb768f84af49ba65a518d84ee3f", + "input": "[59, 22, 22, 60, -71, 81, 99, 48, 44, -43]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cc150e6e56c74a1bbfe8fdc6369f606e", + "input": "[-50, 65, -20, -95, 81, -2]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-e84b6ff1667d47f398408a2265a3341e", + "input": "[-23, 83, 15, -20]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e6c88b3691214540b22f3561484bef77", + "input": "[5, 45, 52, 57, 77, 33, -18, 99, -26]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a9a35af5ac034dcfa400217659b03f83", + "input": "[48, 95, 39, 79, 30, -48, -13, 39, 89, -30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a6552372cd91403fa18cddb718a46de6", + "input": "[-34, 26, -30, 85, 14, 50]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dc54391591e24e13a963d7e2fd66fa24", + "input": "[83, -3, 53]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-6cbf20b7810f4e469e18875484d888be", + "input": "[61, -86, 26, -87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0eae57a23c6f447ebc6ca42cfbfed157", + "input": "[96, 100, 15, 66, 74, -23]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-75560daf89e240f3a340c3216aba1832", + "input": "[-25, 58, -4, 26, -45]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-0b9394adc18a43698a1a1151e07d3022", + "input": "[33, 62, 92]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-0fabdab9921044d091e12e7fda9389f7", + "input": "[-75, 11, 60, -100, -81, -38]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6c8b68b0f76a4cd2bff82ed00fde78ee", + "input": "[-87, 83, -53]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-fb86222dcc0b4043a29862e9dcb5c0ca", + "input": "[-95, -35, 54]", + "output": [ + "60" + ] + }, + { + "id": "openseek-1-737b5e2cce74470eb03256e88c0feecf", + "input": "[74, 92, -61, -77, 80, -73]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-39fb77ff1da04f58b8ae1a803d315477", + "input": "[-41, -79, -94, 29]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-d20a4858ca2a402db8d08bccf5e945d5", + "input": "[10, 29, -57, -11, 62, -66, 36, 39]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-90dee420128c4d9bace8acf52eab9a73", + "input": "[42, -17, -38]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-90902dc0ccd4460a9e8a3ceaf83d1eb0", + "input": "[-76, 40, 29, 30, 55, 40, 21, -31]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f5da8c5a2c934ac9a1c3f8214d8aa292", + "input": "[-72, -48, 68, -12, 48, -39]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2e1db175a56d4a0ab317776c9f8f06c0", + "input": "[54, 36, 83, -11]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-932afbf1bbfb43f29bfcf048d6a7ebed", + "input": "[95, -22, 64]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-b74991c1bdbd443a914a90510481cf97", + "input": "[-8, -95, -6, 66, -54, 83, -99, -84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f32caaf74fe44f4188da6011b8bd4cc9", + "input": "[10, -84, 2, -73]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-7fcdc04658db40fca2c25915089bdc05", + "input": "[-30, 99, 50, 67]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-96e8de89c9af4f869aa2dce8f283f4cd", + "input": "[-39, 58, 25, -40, 29]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7fad59ff28fb4c2ebbd30933f1375a44", + "input": "[63, 65, 92, 28, 2, -87, -9, -95, 69]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-864209dfc6d0404eb22136b9fb08b831", + "input": "[-45, 64, -56]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-7cb052fb425341aca2f91c2daf8cec33", + "input": "[82, 19, -7, 66, 67]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2f21899b7eae49a693f50f2a3d1c287a", + "input": "[-25, -31, 78, -18, 74, 49, -9]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0f54bcae4809489fa58be4522b3d6f80", + "input": "[-50, 8, -3, 29, -71, -86, 78, 64, 38]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-64fe50e48a6f406d88b3b5c405e59017", + "input": "[-83, -68, 4, 40, 88]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-7e99687084b24edab6b7d62d71569423", + "input": "[-13, 53, -17, -79, 4, -73, -70, 20, 66, -43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-003fa9a483fd400a87f6d78aed9918ee", + "input": "[48, 1, 6, -23]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ff06da11823549c6a72ba49b12cdca65", + "input": "[50, -9, 12, 81, 26]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-da638f346218451caea684b3715714e6", + "input": "[0, -65, 72, -20, -26, 11]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-7660d2de93914ac5b92e228a957c2896", + "input": "[4, 51, 1, -46]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-97e53ffd88db47d08bef8ce00d31f6e4", + "input": "[19, 10, 67, 63, -55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-db0f9c05325142fdb271e9af8d7c67cd", + "input": "[12, -28, -69, 83, -95, 20, 42]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-6140d324cdb5458ebb8efe866a942ce7", + "input": "[-77, -93, 47, 65, 78]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-059325a8595b426a81dc13a942154114", + "input": "[-93, -87, -38, -89, -25, -61, 47, 82, -60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-35d384089cc7459e9c5468d38b26dc4f", + "input": "[64, -28, -70, 55, 27, -93, -80]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-4a4f1bab219d4f60ba283727ae1c7c05", + "input": "[-39, 60, -92, 93, -2]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-fc89e9c3a6e4419ab74329fb67d5db88", + "input": "[-11, -80, -6, -31, 95]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-9eefcd295f5a466181ced617cdb71859", + "input": "[-44, 4, -94, -31, 5, 86, 45, -21, -97, 36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-84550238c40e43018164cdf0f676ec2b", + "input": "[-93, -93, -17, -9, 6, 78, -41, 56]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-66f80b54b13445d98e541a7cd62a26a6", + "input": "[71, 77, 39, 74, -44, 88, 29, -18, 77]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-049cfe253ca840518b86dfbe509a2893", + "input": "[10, -14, 9, 35, -41]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-85b25ef3d433449cae09d0f6efa01efd", + "input": "[85, 35, 76, -70, -89]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2b0daedfbc0b40a8bbaaac857594a956", + "input": "[-39, -45, -32, 46, -75]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-82bf994b10474cafa3672999391aebf2", + "input": "[-51, 43, -37, -10, 62, 31, -19]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-323ed016ae4d4784b8978052cab30dcc", + "input": "[85, 56, 43, -16, -78, 79]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-45a250bafb574336a81b28078833d678", + "input": "[-88, -82, 16, -93, 96, 77, -71]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d1d7416eaf4644639ce72d00f2d26ea8", + "input": "[-90, -82, -76, -41, 90, -99, -36, 40, 100, -90]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bf09a19383aa4115a9c684fdd6108fb2", + "input": "[66, -86, -71]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-5ae6faa72d9e40fd97b985ad08e811b7", + "input": "[62, -100, -47, -81, -43, -3]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-28a5ef76c57f4d98b95d848d7e1b4098", + "input": "[-74, 97, -88, -91]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7aa8a8b4816c45db9fe298832d734518", + "input": "[-92, -20, -33, -91, 51, 17, -70, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-70fc133203b84dfd9af6c8b1acbeb333", + "input": "[-61, -57, 25, 14, 17, -10]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e4e59a0effc943e8928f30ab59b782ce", + "input": "[-22, 7, -26, 51]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-741818976d0548c6b0d6d59c79585b64", + "input": "[44, -29, 55]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-4ab5f9173c0b4a9fbbf74949c72014e8", + "input": "[-43, 90, -80, -62, 59, 51]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-46f1939ab1fd4c818df065c1c5b64b01", + "input": "[6, 45, 20]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-4a23ad0267a548c2916852e307226a2e", + "input": "[83, -2, -20, -8, 75]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ccbfee3086ee49c793e8ad37b008bb6a", + "input": "[69, 72, -95, -96, -79, -99, 35, 20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bffca1e10dbd46989b95427fa2ff303f", + "input": "[83, -50, -29, 66]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-cecf8a5693d24e4694cf872ffb75c5a6", + "input": "[-2, 55, 89]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-db623009af18489fa90b6112c7a7f7a2", + "input": "[-50, -30, 64, -74, -7, -61, 25, -93]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-e8f7302d889f47ddb33711183f2f65ad", + "input": "[46, 3, 91, 62, -72, 60, -76, -90, -69, 61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-433370c983ee4469a1f6c207d66e3edb", + "input": "[-78, -22, 77, -51, 37, -9, 17, -32]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-205a22e990e24f75b76fb90cbfcd3b9b", + "input": "[80, -97, 65, -89]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-ec569bf63cd042ab9e06af63a55f91c9", + "input": "[-93, 58, 91, -65, 64, -56, 31, 34, 83]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dd2327cbcd0a432994da17a58adeb139", + "input": "[-58, -22, 50, -85, -1, -61, -57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3f79724c6d584596a2b3bb33c9a99291", + "input": "[44, 20, 88, -25, -98, -87, -20, 0]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d90d4dc1e0c64722921819fbf41812b9", + "input": "[81, -72, -39]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-59970cb1b9b6416884296e81cceb8fba", + "input": "[-92, -75, -10, 65, -62]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-eb19aa9b5aac441abe14f1a06745c6c3", + "input": "[3, -97, -72, 78, 16, -39]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-435b648f79c442ec91aec4bd36449657", + "input": "[-95, -1, -47, 65]", + "output": [ + "46" + ] + }, + { + "id": "openseek-1-3f522cfdf4674976ba70c294c228fe22", + "input": "[85, 17, -99, 68, 0, 95, 53, 38, -10]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-adb92f8ea6e84a38aa15a40c683fdb7b", + "input": "[66, 79, 92]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-5785812e042444f29f6f924c42d615e3", + "input": "[-47, -60, -16, 22, 75, 88, -4, -68]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-532f0935fd704f309b8045bbd9e654bc", + "input": "[37, 34, -45, -76, -98]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-387507ea0cf840a686d427bef3ba92e4", + "input": "[-27, 7, -71, -54, 45]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-49fe96e64e904567a943a91da467c3aa", + "input": "[81, 79, -2, -78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5c8a60d0afc940528d02211c26ef3faa", + "input": "[-15, -88, 93, -33, 51, 93]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2c620c10142041d5bdd786a2f9605897", + "input": "[-51, 45, -89, -7, 20, -86, 83, 11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1ef4637d13ad499889cb6233cf48b175", + "input": "[49, -24, -100, -30]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-99de469f480b45859d01ffbd7826dca3", + "input": "[-10, -72, 51, 54, 86, 19, -27, -32, 36]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f645a231d4e64b2a83e8531b9e5d961c", + "input": "[-35, -64, 0, -80, -22, -14]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-3e530422bb0f4331a5f78050f73b972d", + "input": "[95, -95, -90, -92, -20]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3b9aa25a148c44efafa9d833d7ebdebb", + "input": "[21, -23, 64, -38, 33]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-57fd0cd0f105419ea26549bdc816c1d9", + "input": "[60, 46, -45, -77, -35, -82, 31, -93, -74, -84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3ba816e1845f4f9ea65d69ce4725ace4", + "input": "[-39, -50, 97, 38, 36, 93, -74, -13, 37, 55]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b7a25e729a144a719d56b596a4831b2e", + "input": "[-39, -1, 97]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-ae2241ab0cb041a58d00a91341dfed11", + "input": "[60, 14, 22, 54, -16, -40, 74]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-02c20564ba644e4f93467581b016c952", + "input": "[-37, 1, -81, 9, 69, -47, -49, 8, 68]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c73a2c80aaa64a278d681f0bcfca5627", + "input": "[29, 63, 60, -23]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0f034d025d83428aa4155ca67f409a38", + "input": "[-63, -22, 4, -78, 80, -92, -72, -75, -64, 1]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d74d66239a6a455daead8a93b4677524", + "input": "[21, 58, -37]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-6e4755ce62a04d3b8a58ebf0ac2ae0f6", + "input": "[44, 50, 67, 69, 52, -2]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5f0f664eceae42efadb64c675a303bd2", + "input": "[-99, -7, -83, -88, -40, -44, -9, -70, 39, 26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0faae90a4b8a4fd488af3f75f9b5eff7", + "input": "[6, 1, -77, 44, 76, -23, 66, -49, 24, -78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0aa9223827e14aaf8abe7e8d5f49e8a3", + "input": "[-60, -78, -59, -4, -28, -49, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-178d9ef7708343eab40a4a69a517511a", + "input": "[-36, 43, 82, 93]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-630f4f9777b74e15a1c0b81603c10ba4", + "input": "[52, -87, -18, 20, -4, 70, -50, -96]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-99c28155016d4eebb4b11f50e524fccd", + "input": "[-77, -96, 45, 70]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-df1dc2ff63604a6a81cbac147465096a", + "input": "[-41, -86, -64, 15]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-9a648e0c63de4553b4948e1c3b32af9a", + "input": "[25, -38, 66, 86, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e26a2f0f4aa04955916ab231afb90c39", + "input": "[83, 20, 29]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-66fa2b62dcb84a09b3864dc2cecfe24f", + "input": "[-56, -58, 27, -19, 25, 40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5cc27e97118d4ddbb720eacf83e2d48d", + "input": "[-97, -62, 67, -15, 62, 38, -35, -54, -71]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-b344c7ad62634c09bbfec4a4291a05c5", + "input": "[-43, -48, 39]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-2d5486ea74f24f49877d014f0b2dc680", + "input": "[88, 34, -42]", + "output": [ + "54" + ] + }, + { + "id": "openseek-1-a2931378ee894e67b1cad252c4231641", + "input": "[-35, -50, 10, 53, 57]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5cc0662aad80424ca3ad65a348d99d5e", + "input": "[-33, -39, 46, 54, -46, 66, 1, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-601f1948f22e4d24bbb0a5b1e480015a", + "input": "[-9, -92, 53, 72, 50, -81, -12, 42, -56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d6573fe6269440d088f3abb4174917ee", + "input": "[-10, -45, 9, 26, 4, 42, -54, -6, -63]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0bcac9055d6b4b72b9749c181307ec47", + "input": "[-45, 57, 39, -71, -20, -96, -28]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-b9b5ed8e466e4995a52fef65c023341b", + "input": "[-70, 43, 17, -16, -83, -17, 40]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6ee7b7b6a31c44dcb501947d38b9c317", + "input": "[-82, 33, -28, 40, 25, -23, -1, -54]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ca7b108845ec43c4b3bcbfdbd218baab", + "input": "[-58, 70, 63, 67, -9]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5b68e7cfcd7f4defbf8c1ba7164dc717", + "input": "[-24, 75, 73, 36]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-710aa207cf6f45878e188bd1131f807e", + "input": "[94, 91, 84, 29, 81, 26, -78, -77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-489a81c523304b8096b8062239aebe4e", + "input": "[61, 96, -24, -79, -66, 11, -61, -26, -76, -88]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c1c8deab40594e7c952c494dd9dbcf0e", + "input": "[-68, -66, -62, -75]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-16295843db4d4c3aa7d94f91753b6130", + "input": "[30, 66, 27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4a18fbcfd213457fa2af59824c311ee3", + "input": "[-7, -29, -94, 38, -32, 41, -54, 3]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c07fdbbf1c544336ad4cc537ed39c8fd", + "input": "[-66, -41, 23, 65, -16, 8, 26, -78, 98]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cf7c402c1c914aaeadb8c895858627a7", + "input": "[-34, -83, -19, -8]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-9b9ddee7d6474a3f8d23105eba76e26f", + "input": "[-52, 13, -5]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-57b2cca671f345a38d23fe2a3e592b30", + "input": "[-59, 19, -65, 51, 95]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-61b7a59c56bb4158b286eeeb9f014939", + "input": "[72, 23, -15, -60]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-d0411baabe0b4686b9528090e828e12e", + "input": "[59, 7, -11, 2]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d5999f8584e94aa499cbfb288a542db3", + "input": "[50, -52, 29, 24, 30, -65, 51]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d8a246e2a7e4458b963ead73d2059bac", + "input": "[39, 32, 70, -22, -21, -11, -43, 84, 95, 78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2c42356e16894794b92c26e0f44dacfb", + "input": "[27, -23, 99, -52, 34, -68, 81, -46, -23]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a3f6cc673ad74883acdbbdfaca7a366e", + "input": "[98, -16, -58, 72, 96, 33, -90, -37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-73d3ac456c234b339432a79a9f2dfcda", + "input": "[39, 82, 85, -3, 78, -4, 0, -34, 34, 27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b1d2e2b1ac144f2eadbd144292defaed", + "input": "[-28, 82, 95, -14]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-79a9cec0ca4940c0bb44bbd4ed251f31", + "input": "[-37, -51, 28, 69, -51, -85, 98, 75]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3c55d77bd5134064bacd6d0428265141", + "input": "[-80, -45, 27, 13, -20, -75, -91, -22, -16, 49]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-41800ac82fb649c7b4c705b20b17787c", + "input": "[92, 73, 35, 74, -3, -72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9003fcab50f54eaba2398a578d4a7b0f", + "input": "[-59, 21, 6]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-fe11433c977e4d2fbb9a49e2fc59c520", + "input": "[-19, 36, -6, -11, 95]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-32bcebfec2e244a9a298056b4bd1fb40", + "input": "[-94, 31, 1, -19, -3, -88]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-768a1e705a0c4ff8a6d02b6204dd8e43", + "input": "[-71, 93, 71, -88]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-7cf44d20fde84766acfa8ff68c33ed57", + "input": "[83, 54, 38]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-25cd2d0dc2744573b2b4fca5236b4679", + "input": "[55, -97, 62, 6]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8b696b8b1989439c9711d618a2e48fa6", + "input": "[-47, -1, 21]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-abbb49fb0d3a4859ab8d1d7db2ddecdf", + "input": "[18, -98, -85, 91, 82, -74]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a41e6c90be4945fe983425699fcf9563", + "input": "[-55, -62, -61, 40, -43, 57, -61, 36, 36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2e321fca448a40578b09ce8f68a336b6", + "input": "[-94, 21, -57, -31, -60, -34, 47, -7, 97, -67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-74d0d51024e140628029601f0a87d815", + "input": "[-28, 85, -65]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-ae79380b46c840b7b57b81242918c927", + "input": "[28, 21, 51, 67, -69, 24, -94, -70, 90, 49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fedaecdf16d84e2a95851f270cadf309", + "input": "[-77, -73, -35, -33, 49, 82, 74, -27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-75fd62fd54ea414a88a6b844a4a2194e", + "input": "[-11, 8, -29]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-2eae836fd14f4c44acdd793b3ad80928", + "input": "[-23, -5, -51, -91, -59, 18, 77, 54]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-dea331cda44f46328d5502a4a39629b0", + "input": "[77, 1, 80, -30, -14, -60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ddd262a7f92740ad9b9cb8d5e0c3947d", + "input": "[-87, -22, 9, 31]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-3177aa1e412543fbb35ceba440ddf945", + "input": "[49, -95, 36, 58, 80, 72]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-c7a05dca1dd643eab580fb55691e5dd7", + "input": "[67, -86, 96, -82, -33, 7]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-554c2d65e013492694716b08d64da65d", + "input": "[-50, 87, -39, -93, 47, 0, -64, 68, 39]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-9c74d7b200aa467485b95a3d877d5c92", + "input": "[-18, 70, -30, -98]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-55ec0722a8b14813b7e766b3f115c0bc", + "input": "[56, -28, -100, -45, 57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9fee27322a67471189dc20f14679528c", + "input": "[53, -76, 95, -28]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-298e284c19a44ca8ae638778d9c49bd4", + "input": "[4, -45, 58, 51, -49, 79, 29, -54, -67]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eab739ef690c4ca0a7d00ddb3f5a9393", + "input": "[-95, -41, -19, 32, -99, -12, 60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fdddd9de7332451484b884cb214e9557", + "input": "[39, -54, 2, -73, 19, -50, -77, 81]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5cf2e5f07c9c4ebdae4fa44d5c25e4eb", + "input": "[-47, -72, 44, -93]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-26ad2bef01ff485f80a5a014503aa406", + "input": "[62, 67, 4, 30, -57, 25, -41, 83, 18]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c2adc0a4994e44cc9ce46b0b24c02762", + "input": "[-54, 61, 65, 64, -81, 83, 95, -5, 63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-af53258d3eb14fec966941af834856cd", + "input": "[-36, 39, 4]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-7a964564082241238cf6939d5a052cf1", + "input": "[50, -56, -14]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-0e65ad848eb146f7ae6b38added9954d", + "input": "[23, -69, 41, 14]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-798b7314b98a41b19edd79334fa7193b", + "input": "[26, 72, -38, 32, -21]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f726ff563ef54568a42532cc377e8670", + "input": "[-42, -14, -100, 66]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-18435186538b4a8199b1cf6f238b54af", + "input": "[60, 13, -91, -21]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-65c51a79d38c4e5689862a4906bd9ec1", + "input": "[-16, -51, -94, -55, 28]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6bf2dc7b58f84623b8ae09e38b33ac8d", + "input": "[43, -74, 92]", + "output": [ + "49" + ] + }, + { + "id": "openseek-1-05bd6d208021422584311153462c94bd", + "input": "[-63, -40, -69]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d5130cc8926249c6b7d4e7ea15886253", + "input": "[3, -94, 30, -44]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-833cbfb8c1ca4ff4949418eab77253b3", + "input": "[80, -43, -57, 67]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-0f78fe1920d7416dbc3f18802d1a9b31", + "input": "[-31, 8, 2]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6d9aa6bcbf54460088ebf39ff8a0ce76", + "input": "[74, 10, 94, -6, 88, 55, -78]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3425923d29164d62bc0a4b3122b00714", + "input": "[21, 15, 70, 91, -64, -86, -36, -91, -67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f7191d09924a43b7b2278855acf16f40", + "input": "[-6, 63, -39, -48, 45, 95, 12, -11, 40, 50]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-47af338e7de243b2a875cd3cdd62ee4b", + "input": "[-76, -80, 96, -52, 79, 95, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d93ebcac38884a76a34619ef1e15d6fe", + "input": "[37, -40, -80, -94]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-53560833124a469392dedce0f424d6ba", + "input": "[30, -63, 95]", + "output": [ + "65" + ] + }, + { + "id": "openseek-1-b16d253bff994a44991c143ac9bee5bd", + "input": "[-69, -26, 5, 51, 26, 58, -7, -92]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c853c424358e465682daa5374d1dc1d6", + "input": "[-32, -61, 98, -70, 44, -92]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-61508b5b3ef74557b3899bc4b80da26d", + "input": "[-95, 80, 17, -31, -35]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ca68ca46449246eb843ecd0b17c3da03", + "input": "[18, -97, -65, 30, 8]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-bf74718bb18c418baa0db317135f38dd", + "input": "[-62, 81, 47, -48]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-355c57b0655145b8acb0a314c775f741", + "input": "[-44, -70, 90, -70]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f81921652e0040d0b8fc71b21831e168", + "input": "[38, -49, -11, -13, 96, -16, 68, 10, -27, -97]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-225403c42bff4d8eab589824c6811e15", + "input": "[37, -75, 58, -93, 86, -21, -56]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-52debd91d8fa480d8215ccbb894a731f", + "input": "[-5, -49, -23, 50, 67, -46, -26]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1dfc666f8de841a1bcf1571895d0e4be", + "input": "[-38, -73, -56, 79]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-cde5bd91b4b147318f9b8ff33d97771b", + "input": "[-78, -57, -62, -83, 97, 85, -46]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-25b4f0f41c334d99b37dbe452a69595d", + "input": "[-72, -89, -10, 82, -87, 8, 2, -56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3cc70ebaa7dd40f9981752a5ff1c6c34", + "input": "[98, 28, -22, 66, -38, -23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5fcf37ad419f42e29a32df99a7f88982", + "input": "[18, 47, 5, -41, 12, -11, 49, 71, -82, 86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4f047f144b584121aa4e1654b1e844b4", + "input": "[91, 72, 39, 42, -75, -64, 64]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c32d9eaa7a7449ab9fc3631d100d88bc", + "input": "[-23, 78, -90, 34, 74, 29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7fa19a3608c44384bc7d971e175e396a", + "input": "[44, 36, -57, -65, -22, -10, 75, -44, 86]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-3853d5aa0c584298b28e716e52890ebf", + "input": "[-92, 58, 96, -66, -58, -49]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-31ca71dbe7af4a03b81cd3be3a272dd1", + "input": "[-16, -86, -46, -25, -94, -44, -14, -89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-440af4b1d9c2401989b34cfe4f986485", + "input": "[-70, -34, 36, 46, 33]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-bfbd5433b6cd45998edf59d7c11ac549", + "input": "[71, 70, -84, 69, 7, 15, 11, -76, -27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-016d30f5360246c3b9c0225aa4ca2e69", + "input": "[-85, -40, -7]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-62a688507e644e5c8c83792bb0fd17cb", + "input": "[4, -51, 74, 61]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-45a581512ecc4b13ae1da969d183f11b", + "input": "[2, 53, 41, -20, -81, -84, 2, 18, -67, -92]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f8dcae3ca03c4d11a50abfd82437d995", + "input": "[-43, -23, 25, -84, 72, -83, -98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bcd43bd4555041c09558b85a0df6534d", + "input": "[-11, 52, 20, -89, 73]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-d7aec3d3a9134191a56e9d79115f6ceb", + "input": "[-85, -66, -63, -93, -13, -45, 26, -72, 53]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0e1c9b75434b40fe92909f2fdfc46c8e", + "input": "[9, 6, -21, 61, -32, 1, 85]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-db1fb78f0ad64daba2e1eab70388e919", + "input": "[49, -30, -5]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-a92404ffa32543cb943ccf625bdf4010", + "input": "[-94, -46, 6, 13, -90, 31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7d234c110fa046ce8e4932b4fa4b7738", + "input": "[-27, 96, -37, 39, 15]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-64ba0c653844425fb514f855f2e9e85f", + "input": "[-72, 93, -79, 41, -4, -70, -34]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-25b49ea5ebf84b19b8b22ef7fdddcb3c", + "input": "[-25, 88, -15, 80, 47, 44, -11, 83, -31]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a701d0380311498789d3252d1492ca99", + "input": "[42, -42, -65, -61, -85]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-351f796864c546a480f86402a9bb2c4d", + "input": "[-19, -14, 63, -27, 10, -90]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-def81b805d0c470c9daa667a3f6fdd6a", + "input": "[96, 45, -70, -82]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-e034c253c059473e9f491a1200669342", + "input": "[59, 51, 51, -71, 53, -62, -30, -42, 92]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2197eb91bce84f2e8a42e2ea80c97a95", + "input": "[-44, -68, 3, -74, 2, -98, 36, 24, -21, -24]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c5f92ee7cd6741e09a39ea018204ceda", + "input": "[-35, 54, 43, -48, 46, 57, -75, 73, 30, 19]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d86b4025110d4c4a9db79591ed018529", + "input": "[6, 92, 65, -55, -6, -56]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ebb3f62fd59341d99f0ad9f160438647", + "input": "[56, -76, 6]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-c3b7c24f204045b7aefb41b16c2fb922", + "input": "[-20, -83, -30, 15, -12, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f1300cf22a98410ba4613808a22d1f5e", + "input": "[39, 54, 8, -26]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-17669b0c1b66499481293a90715f638e", + "input": "[-25, 20, -89, 34, -87, -32, 26, -10, 23, 67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-10194490728a4eb0b8324c4ca78ffa23", + "input": "[-60, 3, -19, -72, -99, 84, 16, 93, 32]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-b4fb6568692a486bb134586633441d84", + "input": "[-59, 49, 75, -38, -85, 40, 43, 77, -21]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c5fb4dfc0d984c0c9b1342d30aab48e3", + "input": "[24, -17, 74, 94, 73, 33, 38, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cd56a5d1f5a0459aad2f90cb02bb6c5c", + "input": "[-21, -15, -16, 61, -5, 91, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5b3aad3239d141eb9f133a74e750b4d6", + "input": "[12, -70, -70, -57, 94, 32, -56]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a061dc1e6aa64d64977f53ab9ab5f861", + "input": "[6, 23, 5, -54, -50, 3, 24, -87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2457f72911c2401f9119becdc0f5f291", + "input": "[54, -93, 6, -46, 19, 75, 76, -100, 81, 22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-13143f25811445e69cdbc8cad093bd0c", + "input": "[-32, -56, -69, -60, 43, -8, 65, -99, 100]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-63de99d23b9a4625bdc29108828bb1df", + "input": "[36, 17, 23, 59, 29, 85, 96, -42, 37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-51f287484e934c77908f59297fb370e3", + "input": "[-27, 52, 5, -16]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-b0443bedaf154662841e4a55f7821d8f", + "input": "[-58, -69, 64, -80, 86, 67, 76, -20, 64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-de98e02d01f84b51a19377a1af99241b", + "input": "[-7, 68, -59, 35, -52, -67, 62, 39, 60, -79]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-25b91dd33b9b49a8a730ce8ef4d16a28", + "input": "[-10, -13, -26, -76]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9293644847b9462487b0681e3b3e6df3", + "input": "[-39, -7, 91, -99]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-0d25bd35e5e641c78cb7c8b52aa583fa", + "input": "[48, 63, -98, 70, 13, -26, -64, -90]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6edd6bff428a4bf698f08b717d1dfb19", + "input": "[-30, -7, -86, -75]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-535bea0ac088494598a54f5b8726ff78", + "input": "[62, -4, 41, -70, -58]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-700d8acda69d412b8b434015fcd9577d", + "input": "[57, 98, -52, -24, -55, -12, 9, 74, -13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ac143b97ab4b461986db83318aaeb573", + "input": "[-34, 9, -17, 98, -6, 92, -45]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e6b16b1095c84f6b8db9438ecc230aa5", + "input": "[38, 98, 32, 80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c58b0d0dbd9e4f6792580f79c07944cc", + "input": "[-24, 30, 14, 21, 66, 23, -12]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e64bc692684e4551accdc5c0fc12b131", + "input": "[-31, -33, -22, 40, 56, -42, -24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9351967aa5e7497c80fb9e73628d8e32", + "input": "[71, 5, 60, 27, 85]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-db3126373a8246c59987ba34ef88ff41", + "input": "[-54, 90, -1]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-aad86cec5dae4dd98211b8a7e7d6d9f7", + "input": "[42, 92, 50, -57, -74, -32, -74, -52, -40, 80]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2b875626165d408290c97313d61f6e7c", + "input": "[-99, 64, -49, -40, -62, 46, -48, -14, 2, 75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c201743862a648479ce41e0688960059", + "input": "[-90, 39, 23, -87, -76, 27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b8bf286fa7c146198120218fd17a06b7", + "input": "[-65, 58, -8, 99, 51, -46, 84]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-5e31e3d362aa4d438e5859d25f84d05c", + "input": "[80, -95, 83, -84, -51, 79, 21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cdc4d73eb28c40f7be82d3e7a4d4a33a", + "input": "[-63, -20, 72, 36, 5, -21, -95]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-02fdaafb9d59419cb26bc5553b637842", + "input": "[-86, -39, -7, -66, -14, 87]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-99f6d2ed1117430886829d1a020a9868", + "input": "[74, 28, 67, -50, 42, -46, 70, 75, -41]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ef58586d36aa4582b5ca440f3919767f", + "input": "[26, -76, 11, 42, 97, -55, 26, -8, 87, -92]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-35e46a38b7a143b6a78263ba31efa32c", + "input": "[-96, -96, 68, -25, 100, 51, 16, -35, 13, -47]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c9d4c92bf53d420393a190c39fec9e88", + "input": "[35, 63, -24, -39, -60]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-f0993b7b307448c7b10728d1f8babb3c", + "input": "[96, 8, -1, 49, 55]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e5365bad4a0a4dbd82b7b8ae1190c1b2", + "input": "[-97, -86, -57]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-053e1341ceed40ef9e53ce8f1ec0d933", + "input": "[86, -42, 31, 95, 63]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-18efed7e506349ac8b84eb80cfb829b4", + "input": "[-52, 12, 82, -80, 67, 12, -97, -90, 57, 60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bb9f63f6a4fc4805bbab35f079c7ba90", + "input": "[43, -71, -24, -34, -89, 37, -98, 41, 78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1106734f0af7479a9172fd3533cc9441", + "input": "[62, 33, 19, 90, -20, 89, -56, 96, -5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7aad4144f22848de87f7e6f3b2d87d5e", + "input": "[-19, -55, -48]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f7e252fb13c54083991f3af4dd0cd356", + "input": "[68, 69, -48, 62, -82, 19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-85a59b10f7b74a328879a2bfbd7ed85c", + "input": "[78, -75, 11, 23, 62, -86, -5]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-4af3f10d7e4b4038834a053a0c307675", + "input": "[53, -67, -14, 64, -29, 13, -57, 33, 86]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-523f618626fe4c3985f0e121a2de0b83", + "input": "[23, -54, 0]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-72ef79e513204a54989d8638856e5cbd", + "input": "[12, -66, 0, 87, -61, -38, 10, 47, 84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9839c646813f48a3836c449035f2b402", + "input": "[71, 19, 14, 18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d1f2747508634b4390c874a163879273", + "input": "[98, -15, 35, -86, 27]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-9357695c0f9f43fb825815b4b7e46fda", + "input": "[-45, 79, 72, 33, -61, 28, -69, 77, -62, 93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6d0dd45e8ba94818910eb707ece19e53", + "input": "[3, -34, -46, -70]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-b7f0935c16ce440f96b2df1c250e80cb", + "input": "[1, -84, 43, -69]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-eeaa63fd351d40f18dfb43958aa402a2", + "input": "[15, 26, -64, 42]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-defa5a22b4b44111983b1193c80ce0e0", + "input": "[17, 92, 32, 69, 63, -63, 92, 70]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4aa9e5a19acc47eabb586ba22319f56d", + "input": "[84, 35, -52, -97]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-a609d5009ae6470da73fca2ebb0f531b", + "input": "[-79, -77, -25, -60, -79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4267031035f5437a93b7d2fdc132cd0d", + "input": "[31, 23, 52, 70, -73, -29, -36]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-3d664cc8a7944c8d83e8dbd550245552", + "input": "[97, -58, 12, 63, 19, 71, -31, 36, -72]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-bde2e04a0c7044a7b55375637c092a9d", + "input": "[32, -11, -69]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-86cdc97463254e5686c398caaf81aa6a", + "input": "[-23, 51, 87, -40, -20, 33, -55, -44, 93, 100]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6e70e9d8e9c64616afc8e5330feeb181", + "input": "[77, -67, -15, -61]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-245201d9b1c445ac92a9f5c4d0aa96d1", + "input": "[54, -35, 90, 1, -46, 24, 16, 35, -54]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-1c44fdfc36f6489f8c6bd5b44713eac4", + "input": "[-20, -83, 55]", + "output": [ + "63" + ] + }, + { + "id": "openseek-1-9a0629a82c5349a7b7db7504420efb23", + "input": "[16, -3, 25, 100, 43, 30, 90]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8cf67251de5048a5af61fc2f66915786", + "input": "[-20, -68, 3, -39, 26]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-172bd0bd8d40422fae3e5867666c8175", + "input": "[-17, 58, 21, -86, 14, 44, -9]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-de91e0c3f5444aed92748c806b16f92a", + "input": "[81, 13, -3, 42, -84, 51, -39, 72, 22, -21]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-ad51c1488d9e4279aab05d781bc6d93c", + "input": "[-10, 0, -30, 62, 32, 82, -2, 63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a8d1ef5f8d7243bca935080578ea1844", + "input": "[-10, 52, 2, -82, -36, 90]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-e395f2102774478cab30b1851805b056", + "input": "[29, 92, -33, -93, -80, -81, 9, 48, -65, 6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ba6ac6beea344a179e4b3a744343fb78", + "input": "[-71, -9, -100, 22]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-d6d05b6edad048b9ab48f0e4ad0abde1", + "input": "[-98, -59, -38, 61, -9, 87]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-169c1e4373d2456cb2cf0f5a00644d4d", + "input": "[40, 78, -82, -10, -85, -1, -23, 97, 74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-42e36ae571e1443ab744e6375b2d90df", + "input": "[-84, 8, 46, 75]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-963ebe2cea24490d9a84c501a04c6fc8", + "input": "[-39, 52, -72, 38, 13, 97, 87, -35, 50, 67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3a7937ef985b4a4eb2b4479657857320", + "input": "[-80, -76, 52, 75, -53, 64, 31, 77]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-aa430d37b523436d8b2b8dc9e84db729", + "input": "[76, 99, 81, 88, 92, -84]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f90bea52bfb34358882cdbcf4f8e98d0", + "input": "[48, 18, -68, 76, 79, -73, -3, 84]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fbd88c53f6644dd39f6ba32949b5bd18", + "input": "[19, 1, -72, -29, 72, 54, 83, -42, 86]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-61c6b59497f94284881b3a5b6c816058", + "input": "[30, -78, -99, 7, -18, 35, 29, 60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4aa75aaedc164cbc8bbb80e651e84948", + "input": "[-70, 94, 99]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-6640315feffb416ca5830989534ad83a", + "input": "[85, 69, 90, 51]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-16415e9e30b2431fa1fac8b6cff79e8b", + "input": "[-71, 40, 9, 67, -7, 74, -3, 64, 76, 57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-16cceeb7e7724dac85ef6810f31092a6", + "input": "[64, -12, 23, 65, -100, -5, -26, 66, 0]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b19cac23d0d0488c8ddd0a7e3dbc1b66", + "input": "[20, 93, -86, 33, 64, -83, -40, -52, 70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-66f988c97ca74ae78ff5af4e07419037", + "input": "[24, -99, -4, 1, 38, 83, 64]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-3a232e1c1551490c95cb2db464d1efc9", + "input": "[18, -98, 0, -24, 25, 96]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-47c7e9dc3e9546fcb7c847c8101fd6e9", + "input": "[-67, 40, -29]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-6c8efcdb17b24a2db166bbd351673c9a", + "input": "[-96, -42, 86, 76, -34, 76, 82, -47, 73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-547b000dec6d49769c7b55503237cdd5", + "input": "[16, -82, 75, 54, -26, -14, -13, 36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4b8f8313dff3450d9706f94eca4e5e4b", + "input": "[52, -92, 98, 7, 22, -30, -8, 64]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-d95fe6fe32b04f97bffa88648a3309a6", + "input": "[21, 100, -31, -70, -47, 41]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-e63d4b4220724eb5b49e1ec7171f0bb6", + "input": "[20, 54, 4]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-734a5032181b40d6ad2788c5fa3c8b9a", + "input": "[24, -40, 38, -35, -60]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-fea00b9356a34555926155105696f4b9", + "input": "[29, -28, -47]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-f4de4425534b4f56bd81819aa5789fc3", + "input": "[81, -69, -79, -68, -63, -71, 8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5bf13e335f534567b899b1fd125804c7", + "input": "[4, -98, -6, 49, -74, 12]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-0a4a935d554a4abdbfe31f8ccc2d77a3", + "input": "[-21, -77, 79]", + "output": [ + "56" + ] + }, + { + "id": "openseek-1-b78cbf9b37634d8e950ffac57b0c653e", + "input": "[80, 57, 5, 5, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-04a6ca098ae54247899a226cf7ea24d3", + "input": "[70, -84, 98, -70, -82, 67, -15, 22, 95, 31]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-febc27b10fc64ac39e3a34f39aa8f71d", + "input": "[-53, 49, -66, -64, 57, 38, -82, 38, 7, 59]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2b4ecda9f6a443919ef9c5f818442aa0", + "input": "[-14, -24, -72, 93, 83, -8]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-78190b0e884f420da7b8d54d3ed1aa3f", + "input": "[60, -99, -77]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-c4fc441ebf9146b389c19490d20b60b2", + "input": "[-47, 17, -70, -45]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-119c331a81974e7f9146703998143e48", + "input": "[-33, -3, -30]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4bcb203d851242bebe260926ebee9297", + "input": "[-34, -12, 87, 1, -52, -75, -96, -78, 3, 37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-47ea723f64bb42728a78528e9cbbc053", + "input": "[-96, 74, -78, -7, 27, 51, -2, 21, -78]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3b45f7b137484b1481572da172880737", + "input": "[47, -85, 32, 98, 69, 57, -72, 22, -26]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f9e53d9ed0a84eac91abe0db6b7cf95f", + "input": "[81, -6, -35]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-84b39135ec3b496e9c11f2a28165eeed", + "input": "[-20, -83, -5, -71, -2]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c57fd83d27ba41ebbe1b04ee16a1f807", + "input": "[-20, -78, -41, -47]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-25cf9f63dc204ebe804c84e44397590e", + "input": "[-89, 9, 30, -85, 53]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0bbb5514731d483092e8b5dd9b30aad9", + "input": "[59, 91, 29]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-5b0c4962bdcf4f53bd830d1110649a7a", + "input": "[44, -36, -6, -67, -85, -91, -54, -83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d530a60da89a46d7923a016ec4ba8936", + "input": "[-64, -72, 100, -82, 63, -20, -37, -90]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-b4eecd93e1b749419976cc0185f8429e", + "input": "[-8, -88, -61, -60, -17, -15, -34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-78c0deca3f454f06b7b0c5e3e1902245", + "input": "[60, -56, -77, 66, -45, -1, -68]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-7e9d810482fd43ff87864b83b135e9f5", + "input": "[-79, 96, -4, 48, 11, -98]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-4131cf330bd84897a7cf1cc9783e12a5", + "input": "[68, 67, -38, 88, 94, 37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8879e32490af413c9a379a99b457b5b9", + "input": "[-2, -48, -85, -84]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e97dd2c49e1749caaa7a4efa41939f8b", + "input": "[-49, -96, -22, 62, -59, 34, 60, 33, 46, 7]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b998af73515f458bb39675b635143fb0", + "input": "[-22, -50, 33, -16, 61, 80, 5, -70, -53, 84]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-62e54552b2a048be90346321ca5044aa", + "input": "[60, -54, -36, -17, -20, 88]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-13ba2f9eb8a94979aca8cad31bc52b56", + "input": "[-25, -36, -16, 75, 91, -44]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-bf1f71a22a214bb8b0da509c46a3e420", + "input": "[26, -72, -15, -28, 93, 89, -1, 100, 44]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2f97059e0ecf49af8a03fb5a91203153", + "input": "[19, -21, 31, -68, -49, 46, -6]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-33416c12e8c448f0a20b3bca1e02f010", + "input": "[-79, -90, 1, 93, -12]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-3fd310e653884d9aa7e70c24674d53c9", + "input": "[-75, -29, 56, 88, -63, -29, -31, 73, 11, -81]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-61340bd7e3974844b326f0cdfffb9d9f", + "input": "[90, 87, 66, -26, 39, 39, 16, 93]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-810374769f2f40e9aecb85d414b08fe1", + "input": "[-36, -17, 16, -73]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-a9be35daf16a4098bae85391f7403a70", + "input": "[14, -9, -49, 6, 50, 64, 18, -28]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a3dd9fac9ead49058bd1b12cc7b946a7", + "input": "[-55, -21, 96, 24, -32, -25, 89, 82, 63, 31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6df07860364f4abdbc6ccf6877723a8f", + "input": "[-55, 11, -79, 62, 88, -34]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-22fdb4d9792a4af3b206be3d27c15e5d", + "input": "[75, 77, 70, -19, 41]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cead975ca9ce42c48f23af77f8e2d51d", + "input": "[-51, 75, -29, -43, -9, -43, -95, 17, -24, -30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-412e4ea53e254cf9bb99b5652285bc0a", + "input": "[-29, 99, 67, 3, -38, -99, -15, 7, 83, 3]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4ecb92591b164cbeb613b8975b7a467b", + "input": "[49, 23, -31, 95, -83, -86, 94, -2, -22, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4821a0b51c5542f09c0879a8a362fa2d", + "input": "[-38, -66, -65, 37, 60, 74, 36, 75, 63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dab2833744a4425f8e001f71ca138087", + "input": "[-52, 45, 78, 1, 35, 43, -66, 31]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e660a210c3104b41b38dd0527bff3d64", + "input": "[-99, -38, 24, 59, -76, 61, 63, -84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-673f1da73a604c0d8894517fd0973f7f", + "input": "[-65, 5, 43, -5, 29, -12, -49]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-83f3deb2c0994f3a95c33f86bb999e84", + "input": "[4, -88, -54, -36, 58, -77, -88, -55, 46, 66]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7ea491ff60d846d4819b91ae4ece0aa5", + "input": "[82, 2, -19, 74, 59, -68]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-210b34ae73b24a789b108e25d1463c93", + "input": "[-87, 93, 56, -77]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-3392996071304acfa143d08cc21e221a", + "input": "[23, 88, 80]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-efe441533fa947fb9cdd9e70f7d7793a", + "input": "[-2, -51, 85, -62, -100, 69, 80, -2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-77617a30d7cb46de8a9cfbfebf9eb555", + "input": "[-69, 2, 35, 93, 100, 19, -54, -62, 21]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-97332e8668b24112aaa14ba0e51b7513", + "input": "[-2, 71, 83, -39, -14, -72, -94]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-2f51cb9621e545218c9f39c83f154786", + "input": "[-60, 78, -88, -100, 9, 98, -93, -79]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-420bd8a6373f402f8a82291109316321", + "input": "[-95, 42, 56, 2, -92, -93, -46, 55, 52, -85]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a93230ed46e34124806401a0b165834d", + "input": "[49, -70, 47, 85, -77, -26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9b7bb9c069714675b93db1d166c1369d", + "input": "[-58, -13, -79, -7, -85, -54, 95, -30]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eb2346cfbeb149beb3934b5413604b34", + "input": "[30, 35, 94, 65, -40, -79, -19, -60, -89, -37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-28ef91bf84c049009dad5a9c81b66299", + "input": "[58, 20, 77, -62, -21, 0, -42, -72]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-627303ddb196468981529598ea73b6c9", + "input": "[73, 60, -39, -19, 42, 41, 67, -84]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7e5e52813e24478c9a1686d5e513047e", + "input": "[-47, -83, 58, -40, 56, -34, -71, 77, -51, -51]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-38157508f4404691ab3593adb332299c", + "input": "[-90, 59, 14, -83, -49, 60, 93, -60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cc985c13507c4d3a844f4525d6a101ae", + "input": "[-78, 41, -73, -45, -68, -3, -59, -33, 49, 39]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1c21856937c14c729af2061eff2bfd2f", + "input": "[70, 85, 8, -78, -85, -59]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-72cd42c663424598a74bae79c3cacb58", + "input": "[81, -86, 24, -86, -100, -97, -37, 10, 6]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-78399a2192354f27a5a1015f890a0348", + "input": "[56, -82, -22, -22, -58]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1f1aff3e40ec4403af17a6b48cec0d98", + "input": "[-80, -45, -61, -21, 59, -76, 89, 4, -28, -32]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1150475773e746d8be39cb851bcddb1c", + "input": "[-19, -81, 48, -24, 22, -21, 97, 13, 82, 34]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5a6c41e666aa4e12bc0ab6c9d7ffdfd2", + "input": "[82, 27, -42, 9, -30, 57, -92, 55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3a57f00778854c7fac2ce1c78d13fa1e", + "input": "[-17, 39, -62, -58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-831e166347c84cd5994ee29053b1bba6", + "input": "[84, -50, -100, 24, -3, 21, 49]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1fa230de3a3e4c5d8227fb18926e3de6", + "input": "[77, 91, 35, 23, 89, -86, -13, -31]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-095bf7ccbc5a4cfc9df2c053d4fb9ba0", + "input": "[-31, 96, 95, -17, 53, -19, -65, 56, -30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d76ea40de077428791d6b7585a7336fb", + "input": "[28, 26, 60, 8, 10, 29, 45, 50, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7729abae1be6426aac9cf4ef05276986", + "input": "[37, -79, 28, 96, -95, -17]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-efa13fe398e946de8852119b85d30dea", + "input": "[-98, 47, 72, 5, -91, 51]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a32b26be122249309eba428e1c62543a", + "input": "[61, 15, 100, 68, 2]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-7ebe3f53565d432f9cb2756161595156", + "input": "[-34, -90, -74, 5, -69, -53]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c8e29ea0d4534a39aa86bb16b8d06ed3", + "input": "[-26, 90, -62, 98, 97, -22, 70, -94, -92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2343197e14d7438cac61ac1ed5af7246", + "input": "[-61, 44, 10, 53]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-25748b32c7c748c896ef9c96cdaa4529", + "input": "[-5, -87, -63, 0, -67, 50, -25, 1]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-54e9b4e348b34e20930195b22f57ac85", + "input": "[40, 1, -95, -48]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-a843ee271ae74b968cb194f5eadf4d5b", + "input": "[-100, 67, -42, 13, 41, 11, -64]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-96c923a1755849348c769eca801c5713", + "input": "[65, -33, -19, -47, 87, -8, 81, 30, -97, -79]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-dff57cf409ed4cc78f53af88f0ed1bb3", + "input": "[-55, 48, 81, 29, -82, 82, -9, 21, -67, -24]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b5649a3ef47a47e783619c64b8fb50d0", + "input": "[48, 7, -10, -70, -67, 16, 41, 90, 85]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-491ba134a6cc4ce59860c10d5517dc59", + "input": "[34, -65, 10, 7, 99, -78, -65, -19]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-32ec903f21294b73835fed1368b7e2b3", + "input": "[78, 82, 64, 5]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-527d2b9eb05e4d4aa4008eb532189f72", + "input": "[92, 50, 17, -83, -27, -8, 18, -31]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-84407cf56bb6495ea4b4ca8ae1edf13a", + "input": "[73, -11, -74, -67, -98, 31, 29, -21]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4ef5cc06f0a64a3481d8821e8165746f", + "input": "[36, 88, -29, -35, 91, -96, 86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4dd347bb0268498fbcc132436b95b9c9", + "input": "[69, 14, 72, -50, 62, 16, -19, -25]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8df285a09b1441418b36e8ac9a2a0ddf", + "input": "[-3, -7, 85, 7, -84, -38, -89, 5, 81, 50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-149b284d4ccd41b4a3cb04bc746ae0be", + "input": "[76, -4, -14, -18]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ae2f6fc92c344166a5d4c7e1238ad1f9", + "input": "[84, -71, -44, 5, 9, -9, -33, -79, 78, -14]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e49bfe17acc1445ead6a32938d0e7e49", + "input": "[-78, -47, 41, 91, -69]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-1e1cf20a8d124a8ea0f8fdc8711bbbbc", + "input": "[6, -18, -86, 47, -79, 45, -26, -83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d4af1e7dfcdb4a6fb10542533fce2366", + "input": "[53, -82, -79, -49]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d6f77b0da12a48728f8e90f65ee6152f", + "input": "[1, -72, 66, -75, 52, -40]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-609642455e5b44e6b1638891ca598294", + "input": "[65, -51, 12, 51]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-53244e794fce494c8015c3e1700edab1", + "input": "[-88, -84, 43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9c8698d65e004844bcbd8a1b22e3b7c5", + "input": "[61, 52, -88, 55, 73, -75, 100, 62, -9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9b8793dfb372415e94d77a08f946bb53", + "input": "[33, 7, -40, -50, 44]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b515bc87a20f49b08c2c421ac7dd994a", + "input": "[-60, 81, -94, -55, -89, 8, -35]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4dcc22437b194253a915e1f842c21c20", + "input": "[-73, 78, -4, 21, 11, -100]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-9b1a9344aa304e5bbcb3e5de5dcf108b", + "input": "[-41, 8, -32, -8]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-e423490442054d3b8cbea9d9d41386a8", + "input": "[32, -47, -75, -70, -42, -56, 43, 55]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-bacb7d9282a14b00a110fde25ef79126", + "input": "[-91, 82, 51, -72, -94, -76, -5, -63, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2d20c150732346dfb230faba0fd741fe", + "input": "[-75, -77, -83, 36, -18, 48, 68]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8369bf1262244be8b954c6e089b03555", + "input": "[-22, 92, -14, -6, 91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ba442a18f8d04c2cac2601aeb965df22", + "input": "[39, 36, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ead983a0629a417ab5bad44f7d112f21", + "input": "[24, 31, -50, -42, -96, 70, -66, -40, -57, -48]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b81734d3046945fa951c3b2edd507011", + "input": "[-41, -93, -83, -74, -81, 48]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-671ede88cb114abb844c262639205bab", + "input": "[17, 51, -89]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-531e2878886244eaac9dd0fc66729c9d", + "input": "[65, 45, 3]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-c46bad042f084372a805fdc4f4620a5c", + "input": "[-43, 46, 45, 29, -96, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-62f0441fb10b4760b942541fed4d0040", + "input": "[-1, 25, 66, 86, -65, -22]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-af6a7b5d5c514fe6957895beb7f51540", + "input": "[-26, -81, 60, -30, 0]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7e8c89d31b6b44289da768a06d3d75de", + "input": "[-32, 40, 37, 3]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c102b11f5f1b4555b0d814511c2e1d31", + "input": "[-84, 11, -9, 64]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-12a8db9729884b15b8fdaa524a72df59", + "input": "[-98, 71, 1, -75, -68, 72, -91, 61, -8, 17]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8e50866560e048a3b11d342219bb4bc1", + "input": "[38, 66, 51, 87, 17, 22]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d7da7df7f46e451da733060f2ca121a0", + "input": "[93, -25, 37, 93, 46, -47, -79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c2dea79d7c174cd6979eeef62f06885d", + "input": "[-59, -56, 17, 15, -67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2b922a7c748a434c8c4b9cf8e031bdd8", + "input": "[25, -75, 58, -88, 11, -88, 85, -57, 53]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e45ed78bc1b641159ff8fca598d4b0f5", + "input": "[4, -25, 19, -81, -47, -16, -4, 29, 6]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9ab0082272b144cb91c635dd5a79b4d8", + "input": "[6, 84, -45, -10, -61, 98, -3, -64]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2c90da6ad3064742a65037ae91dd3f16", + "input": "[54, 69, 88, 11]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-a437a2a4c1b74f1987e11357e220857f", + "input": "[-7, 98, 6, 100, 84, -85, 73, -47]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1e1599bb600b4afbbc10b130d2c93aed", + "input": "[-88, -33, -29, -31, 29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a4c44b631ee4475cac05dd566325a000", + "input": "[46, 84, 12]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-442a556cb69e464e8832a8c1077ff89b", + "input": "[-36, -18, -78, -68, -35, 57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ee73e4e0fbb848ceb707bed683f0072e", + "input": "[77, -51, -9]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-dadee0156d6e4337966fe5f88b72f326", + "input": "[-70, 85, -89, 30, -65, -52, -69, -27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3257b25dd9864c59ac78184f2a84b5a0", + "input": "[8, 71, -37, -12, 85, -6, 45, -2]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-07cf0f2fb1604aceb0daa112b1145147", + "input": "[-56, 49, -38]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-3ac9875359e8446aa5ccfaef6f882ba0", + "input": "[27, -59, -21, 96, -60, 66, 71, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ae7a56d755184a0d90e4a9d18e659a22", + "input": "[42, 12, -2, 51, 30, 46, -44, -75, 36, 14]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-29e56a09e5534362b2c0fc80d2182ab4", + "input": "[-90, 8, -23]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-689cf126ea70445696062dc84a24d22a", + "input": "[77, 35, 12, 21, 93, -30, -57, -8]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-4db1e2a79e434e6ab8c69e02f4d1bda9", + "input": "[-43, -15, 92, -27, -94, 68, -99, -16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fb38360af35643deb57c0d0e57a4467a", + "input": "[-88, 36, 98, -67, -88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b231077b48db4527964936af73883208", + "input": "[0, -53, 86, -66, 58, 85, 9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-44d416458cbd4dff99d43377318cf2af", + "input": "[-27, 47, -97]", + "output": [ + "70" + ] + }, + { + "id": "openseek-1-895dd71c7b6740b2860371417c080339", + "input": "[-31, 8, 37, 85, 92, 23, 84, 57, 6, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-af5571814d1e460395e313390657adae", + "input": "[76, 46, -61, 32]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-e331282c44b248d185774e60ff755672", + "input": "[-12, -46, -87, 86, -25, 31, -62, -18, -9]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-47f7ba2a0a3a46938f726a7e9f12c441", + "input": "[42, -91, 16]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-cce05dac0fd0430cac8955362242afe7", + "input": "[24, -2, 79, 17, -71, -13, 25, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f2083135a0824b7896e36f3b263d95a2", + "input": "[70, 76, -64, 26, 25, -47]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f187fc9593d5434ebbe6af0b6a9d5c35", + "input": "[-64, -74, -78, 34, 30, 98, 86, 26, 5, -55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fd062ba09e3246f5a4bbffdd0a9243e0", + "input": "[80, 57, 73, 92, -100]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-292dcd802b434ee9b9a03b1f8903420f", + "input": "[-39, -42, 41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-15d54f10a764430a80eea975826cf7a4", + "input": "[74, -50, 96, -73, 47]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-89f13829b7c8401f8ff9df07c903ee23", + "input": "[-79, 89, -50, -13, -58, 32, -21, 71, 83, -50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9ae1437b04c14115954ea2ea5cfa39d8", + "input": "[12, 13, -25, -17, -50, -60, -13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c39bef4163b84bfe9616ba85dea9c030", + "input": "[41, -39, -22, -37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-55e1f609bda34560965f80cc0cc71941", + "input": "[-2, -22, 4, -78, 72]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-91cdeb7f56e247f0921c52bdf2f680b8", + "input": "[19, -59, -39, 34, -62, 45, 72, -80, -1]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e96f1474efd6487c916171d73d62e155", + "input": "[23, 30, -79, -56, -44, 77, 39, 41, -57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-93c6604e0526467b85b601d59c344737", + "input": "[-63, -3, -16, 68, -75]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-b69eae0c4d684f6a821b23ebc73eb301", + "input": "[3, -18, 92, -5, -14, 54, 12]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5c26c045052c4610b8cfa0a27b791fef", + "input": "[-82, 38, -72, -61, 35, -21, -97]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ca1086b71aa540e8a3ea6ab5f8858455", + "input": "[-48, -62, -16, 41, 65, -86, -12, 46, -21]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ecd8a52bc6b949148e12fc4d80ddf314", + "input": "[-28, -21, -46, 37, 40, -1, 52]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5da20ab235f748b488f3529506899ba1", + "input": "[-68, 93, 12, 60, -55, -14, -36, 56, 70]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-182773f4db3147639bc57571ce0ac51e", + "input": "[12, 0, -31, 97]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-3f65c8cee617458b98d8162d196169d9", + "input": "[52, 28, 68, 68, 92]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b73ce4276d7a42a687a51d50a5ac886c", + "input": "[-63, 69, 87, 58, -59, -2, -58, 1, 31, -20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0b7360cf271d4c19b3cfdf61fe768d8a", + "input": "[49, -78, 4]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-934a9632604941a2a0bc089b9bbabbc1", + "input": "[-33, -51, 47, 87, 40, 25, 79, 16]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-789823342d6f451fa42d8a40a18fa27e", + "input": "[34, -73, -100, -45, 85]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-b92e79bf89d84d1ca4fb38a97d80d1e1", + "input": "[-9, 37, 77, -57, 85]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-493bbffc74084306abe1b92b02fb5dd6", + "input": "[46, 12, 31, 26]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-56df9bf6467243eab400dc6bff7c745e", + "input": "[-43, 2, 16, 56, 89, -46, -67, 32, 27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cbdd5107e1f44c62aa1e8a2f46c1b658", + "input": "[-78, 22, 53, 61, -64]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e18be4a495f549f78c850aa494bcaf3a", + "input": "[15, 70, -35, -31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8ac0d74c3830437db27deb9f0b5da6fb", + "input": "[15, 88, -20]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-53d664ce2dac4db594586cecdec6e06f", + "input": "[58, -15, 32, 86, -73, -74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-af706680f58144679e6c2e295dcd73be", + "input": "[-18, 41, -94, 55, -97]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4377ef164bfa404e921da18773a9e5b5", + "input": "[53, -6, 100, -45, -77, -80, 26, -78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d00a1935ae464c429608a9248ed28842", + "input": "[68, -44, 72, 0, 64, 14, 16, -56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f8be3106f32441ab880485bd9496ce51", + "input": "[81, 60, 19]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-5fa512d47de445d18f7461fbc1b802b6", + "input": "[1, 40, 1, 24, 67, 94, -16]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5d1b40cd664d46248275ffdc1839f2ae", + "input": "[-14, 51, -28, -76, -94, -82, -89]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-7ade01c3174e43398630fc20078c27e3", + "input": "[21, -40, -88, 12, -30]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-4abeceb9c3804c5d8a02420bdcb81d76", + "input": "[24, 72, 64, -95, -25, 46]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-8257d99ac88141a98f853a29d67f509e", + "input": "[92, 37, -68, 87, -50, 75, 86]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f6bd954b5e5c426eab3155a33a571009", + "input": "[-69, -77, -30, -87, -25, -32, 27, 77, 59, 55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d6f647b9563a4720aed717d1d781bbd5", + "input": "[-50, 87, 69, -17, -59, -83, -7, 35, 45]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2f8ba348239b430195b95ab82e4ef98c", + "input": "[-28, -19, 80, -34, -44, 16, -57, 15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ffa58d93f71041c3ab7f2283444a7418", + "input": "[74, 83, -66, 40, -17, -85, 77, -42, 91]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b4b95126885443f29b40f95e343f1929", + "input": "[67, 42, -64, 22, -29]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-2b902d8398ed494eb524411f169b9b8a", + "input": "[-39, -71, 74]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-206d6e45cbf5443c85f48983052f1631", + "input": "[19, -100, 65, -19, -61, 3, -48, -17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ffc28c49840547f5849875b71585f68c", + "input": "[-62, -90, 8, 16, 76, -30, 85, 82, -41, -60]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6f0fd27e5bb44131b45e377d5cd51764", + "input": "[90, 22, 75, 83]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-70dd49fe28a84483bed9a8f225d0c855", + "input": "[-98, 2, -33, -1, -71, 77, -52, -86]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-24bb7b15f7b04f0694eb36281b202559", + "input": "[-69, 43, 23, 33, 36]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b88d5d6413594aaa868780e0b4898ce1", + "input": "[-28, 61, 18, -35, 37, 17, -29, -41, 27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b89bf70c990b48be99d5c4be59ddadf5", + "input": "[-5, -58, -49, -69]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-096c8fdf5f7d43c696f201a82758fb4a", + "input": "[83, 93, 72, -78, -67]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-66fad58db75d44e5bbb3505a19c9f590", + "input": "[-28, -4, -26, -17, 96, 15, 22, -27, 19, -79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e1bbfe6c9f5b46489be96eb97feb602e", + "input": "[39, -18, -7, 78, -49, -11, 49, -1]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f6021c2816044246a6cea70222634212", + "input": "[80, -10, -53]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-d4525c7c7f6a4ae096b385a4c455a33e", + "input": "[18, -90, 72, -52, -28]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-5ac894dc727b498c8031d4eff5befae7", + "input": "[-19, -90, -62, 44, 46]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c55db0302fd544018c6e7d8407b004b2", + "input": "[14, 61, -65, 73, -33, -39, 61]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-529992c8a167431e9e29d98cfb7a9306", + "input": "[68, -13, -47, 68, 54, 97, -70]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6a8bc6b08d4244eba68bc4abdfc4a618", + "input": "[-95, -16, -5, -37, -85]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-57187eecef6b452ea4cb336e7ecb7b2a", + "input": "[81, -10, -30, 63, -9, -41, -57, 29, -24, 9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e2c64d264b9c477dad9e94891b2e8e5c", + "input": "[-98, 95, -29, -15, -55, -85, -10, -55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fc4e7c7bb01242e4a4289a138ad48572", + "input": "[-54, 26, 85, -41, -14, 69, 0, -30, 25, -30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bfebfb10ca0c467faa56e0fdd6ffe170", + "input": "[44, 59, 89, -19, 82, -81, -95, 59, 17]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9455cbe0f58d4641882b46b1e46f789d", + "input": "[-75, -6, -34]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-7fa0cb13e652444aa71f5a61c65e9da5", + "input": "[5, -2, 57, 71, 22]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0f940b53dde544158eeeb5ef994b0632", + "input": "[18, 34, 0]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-4e2a737e9e954453916067de770c2ee6", + "input": "[35, 43, -38, -94, 41, -32]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ec3e7503289144239070f19e09529503", + "input": "[48, -76, -4]", + "output": [ + "52" + ] + }, + { + "id": "openseek-1-f725fb6e209c4037b19d2db7a8645158", + "input": "[-7, -27, -51, -1, -70]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-234ed9c7c46d4d6d86a7fbd157907898", + "input": "[-13, 35, 2, 75, 10, 42]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-267e109f796642779a1731ed99e58777", + "input": "[-42, -60, -17, -79, -69, -65, -51]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9b4c6f5643394b6596b183e23a6a7f8f", + "input": "[-70, -4, -99, 39, -61]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-4458568caa024871860147d062e21c38", + "input": "[-48, -15, 27, -91, 85]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-6ea2ed6bf6324d1195939c7e85d15f75", + "input": "[83, -72, 8, -24, -14, -37, -17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-814a7d8da29a4566a5129f5cbe716b21", + "input": "[35, -13, 75, 82, -5]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4eb6cf42175b414a9dd8c52fc2d2917c", + "input": "[-58, 29, -23, -28, 31, -19, 87, 32, -40, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f9e66678e57a49fd896fa36a59aaeb85", + "input": "[67, -70, 28, -1, 53]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-7186b7eb7a874a45a1381c7d382d5eb7", + "input": "[16, 34, -17, 8, 9, 66, 9, -98, 100, 98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2d2a99de46ab4f32998a5d446723595d", + "input": "[-56, -33, 63, 70, 39, -76]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4276f26ac8cb4d9084af84516d4142d4", + "input": "[32, -37, 19, -43, -94, -87, -47, -65, -43]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-66bd10676ed746ba8e6510b60f636b37", + "input": "[41, -22, -15, 63, -90, 99, -55, -56, -42, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bb95faeaee1c4f36889012f8828b4780", + "input": "[84, 100, 53, 57, -29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f1c62499f7724426a3b2044a8868004c", + "input": "[-52, -66, -9, -39, -39, 16, -51, -67, 80]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d167532b216c479f8ef83504df012ddd", + "input": "[32, 67, 11, -84, 61]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-76069a06c598462aa478373f343c9001", + "input": "[-95, -94, -42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5856b957f8c144949fa46d8bd4146359", + "input": "[-92, -72, -99, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e3a26f9ca7ee4a0492a5b01d3561a165", + "input": "[-62, 80, 5]", + "output": [ + "67" + ] + }, + { + "id": "openseek-1-2587188cb29c4448972d918e137d41c4", + "input": "[-4, 7, 26, 10, 86, 70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5e1966144bd744ffbea2736d5e5aeb40", + "input": "[-6, -51, -64]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-135ed04c78eb4303bd3cdc9c8790cc93", + "input": "[0, -34, -79, 95, 32, -9, 97]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-93f678d30648429aae74775cab438257", + "input": "[79, 15, -44, 13, -6, -45, 57, -38]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-14e7ab4ef0364079b9354685c1cb42bc", + "input": "[49, -35, 61, 3, 73, 15, 9, 13, 31, 15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e821c05ae53a43ad9fd849e93eb9f18a", + "input": "[61, 80, -9, -18, 92, -82, -36, 62, -46, -49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1457c4ffa38c4409898a5b8dd2970725", + "input": "[89, -42, -66, -57, 100, -42]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6f6d241fb161437f9c0ede88a9848472", + "input": "[44, 30, 12, -47, -66, -10, 46, -11, -51]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6ace1326a49a4e5388968fbf476b21a8", + "input": "[87, 14, -21, 6, 74, -13]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2b9317c1cd1645bc978de8842934ac6a", + "input": "[58, -46, 45, 77, 24, 11]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ebfceae12878496c8c050cc5f8e44678", + "input": "[-20, -80, 42, -35, 64, -30, -94, -67, 71]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-bef87b51a07141e6913ef435e79abc93", + "input": "[-87, 46, 49, -46, 8, -33, -26, 69, 76]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1a5e441cecfc498f8d1a8477821f4b08", + "input": "[83, -95, -96, 70, -56, 87, -61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-64fdc0e0f4174f65ba75d07719606a27", + "input": "[79, 14, 34, -46]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-7ba09c80b3444096996a9d1dd7599543", + "input": "[-70, -38, -7, -95, 76, -54]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-10992cc86baa44dc89f66059435b8582", + "input": "[-52, -28, 42, 40, 47, 92, 83, -30, 38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6006cca3c65a4a018a60d4cea8d2dcbd", + "input": "[-24, -58, 73, 59, -18, 59, 95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e792ab1ad96644569a2c60dca23af788", + "input": "[2, 71, 36, 68, 37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-520082344c804123a3ce75c636475c65", + "input": "[93, 70, -5, -13]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-6258fa457cf6412db275ae5b8e4c6a75", + "input": "[-59, -45, 99]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-04cabb60fbb24448a286aec1dca3d64c", + "input": "[77, 32, -15, -30, 21, -7]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-f56d7b4f2ffd44f694662bab4e763af3", + "input": "[-96, -41, 65, 48, -92, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6dab7c23c0af47cbb9c7d1b9d4d6b292", + "input": "[-57, -52, 89, 18, 31, 95, 38, -28]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f222cc47bd384643a24584175ea597bf", + "input": "[-71, -15, 75, -65]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-967c1ce0f57f4777b5ae55dce3290378", + "input": "[-86, -85, 79, -14, 62, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6482b9bb9f55462684a670c3fa70df5a", + "input": "[8, 63, 22, 8, -17, 81, 72, -15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dbfa36fc22294c95876c4de0f02a6d03", + "input": "[10, -47, 4, -39, -66, 55, 71]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-2a570d3d98404237afd59df19819d93f", + "input": "[86, 12, -95, -36]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-3b385f40c3f84741b0c7ed4344f80793", + "input": "[75, -76, -69, -9]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c65b90c3de8d45f28608680d2b9ca57b", + "input": "[23, 74, -45, 79, -37, -69, 24, -91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a6bd90d2b8d440d5a260f5632df8cac1", + "input": "[12, 28, -37, 40, 81, -90, 80, -87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a9f02aeb7ccc474c8e790b3d8e0b34c0", + "input": "[35, 34, 96, 5, -75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8364497e88474f90ad90caff79d72192", + "input": "[-62, 14, 26, -37]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-3b495e913b314339bd90b2678820dc8c", + "input": "[-40, 58, 79]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-f35033e988504ff79771ffe2dd0472ea", + "input": "[70, 83, 72, 39, 26, 39, -89]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f039696457224216ad48a22a6ac2808d", + "input": "[-13, -22, 81, 50]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-85143b2036c442fdbf051c227efae8bc", + "input": "[-98, 29, 31, -44, -57, 69]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bffe7be0c4ae4a128d85430c204ad43e", + "input": "[-76, -26, 92, 50, 9, -7, 40, 98, -33]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6323993eeea94f57a112a55f231de5c1", + "input": "[78, 24, 25, 78, -16]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1b33f08b7f574ad8b9d8b2c7a2025a51", + "input": "[78, -59, -4, -81, -24, 4, -79, 67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7e568ddb51e94498a19fc9adef46fe96", + "input": "[-78, 36, 49, 30]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-7179cd3516b14a58aaf41f24d7ac6df2", + "input": "[34, 36, -70, 22, -21, -47, 13]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-652cbef82ebe44658e4d3c510779fc29", + "input": "[39, 10, -76, -55, -86, 44, 46, -46, 87, -11]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e5d149dfdab44a5d89a00bc31e42f0c7", + "input": "[59, 86, -88, -3, 0, -43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-bcbab941034949798891668d3e03d11e", + "input": "[98, -70, -6, 88, 93, 39, -65]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-7ca979e6f4e44c69ae2f30d891a0836e", + "input": "[-47, 62, 29, -50, 72, 50, 27, -35]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7868177c12774644a195fbf41463c9b6", + "input": "[75, -77, -28, 39]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-d427faa60faa4daa869b1c5fc8a59181", + "input": "[-78, 48, -98, -77, -87, -6, -34, 81, -43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f4db42a65ef6496592910622bdb8efdb", + "input": "[81, -58, -87, 17, 29, -54, -73, 0, 36]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-37298c5f29ee4ae5ad3de726d5d3392f", + "input": "[-75, 54, 63]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-99d77e5da9e54bf98ccce3507862a7c0", + "input": "[-61, -59, -30, 21, 69, 16, 9, 39, -98]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f72c47cbd08c4368b67c181942f83b38", + "input": "[-62, 50, -22, 96, 84, 27, 64]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-581d5ae585764286bdcaae68b756fcdf", + "input": "[-91, 64, -27, 88, -59, 47, 56, -21, -81]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ff0970bbb6004c51ac8025533913fbbb", + "input": "[-30, 85, -87, 13, 85, -87, 11, 38, -80]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ad6e917c78b84b4db3c069ae37611ed3", + "input": "[-40, 60, -30, 80, -89, 76, 36]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-43d1bc22525d40138596b0814874e70c", + "input": "[-45, 43, -31, 75, -14, -57, -35, -75, -37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2445fec2825140098cd514342b5e4ed4", + "input": "[-99, 44, -49, 39]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-516dd56d0b234c80ad847d5312c91bdf", + "input": "[-17, -32, 25, 18]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8686a144045b4a5dbe784c3bd37a51c8", + "input": "[-8, 66, -20, -19, -71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9e62f270a3394cb18ff3e9d85d961fdd", + "input": "[46, 29, 35, 28, 0, 20, -100, 36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fdbe78ffaf274b748c58517f26ce85df", + "input": "[74, -14, 87]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-a98a6dc47d7744a6bf0b25633d6de86c", + "input": "[22, 68, -46, -8, -75, 98, -73, 20]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c3207c4793c6444fb7534d6ff87e3fb4", + "input": "[-93, -15, -8, 41, 32]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-94c997a5a5d345e2a084f1d49b949dd1", + "input": "[54, -44, 78, 27, -75, 15, 8]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0e2a4d4288bb4e4fa0594a0d116de29b", + "input": "[-12, 47, -59, -45]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-576ab77dc6b64fb1890a7260e50a4956", + "input": "[-55, -2, 85, -62]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e681c21fafa745b4b2f493bd3ca8f112", + "input": "[-40, -65, -49, 1, -7, 98]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-c161f43085b049f5bb63589c49b4662c", + "input": "[-6, -17, 78, -92, 52, -45, 65, -57, -58, -87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-345c80c403fc4f629be544e3e5869203", + "input": "[44, -63, 10, 92, -6, 61, 6, 54, -37, -92]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-93ee2cd77e5c44f9ac769abc4f1a581b", + "input": "[-93, -16, 92]", + "output": [ + "77" + ] + }, + { + "id": "openseek-1-d0e7f3b4de7c47fd8203b5971e7fc3b9", + "input": "[48, 10, -74, 83, -17, -43, -9, -40]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-113a28501ccb47919eb4c78f77739948", + "input": "[31, 44, -75, 3, -25, -44, -96]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-2ebf54d3470141049525c244df7999db", + "input": "[-48, 32, 77, 59, -78, 90]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-3b0c0a192a834e87909e9470a6bf08cd", + "input": "[-86, 2, -80, 36, 22, 8, 67, 50]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-21d0042089c24d209a5cc8b790c1df0e", + "input": "[83, -85, -43, -70]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-2b0e6f4ebdec4dedbd09025626cbd2ac", + "input": "[-58, -60, 55, 72, 19, -84, 13]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d569702f6b7349d1a18b02998192f101", + "input": "[81, -55, 79, -41, 27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-27e1f40dd67944b1a147fed32a70929a", + "input": "[55, -68, -14, 13, 19, 35]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-16f5c69a1f6b4868a3fd9fb5398128e0", + "input": "[24, 86, -16, 18, 37, -65, -31, 74, -95]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-74f857a767464da7bd055d4b473d0b41", + "input": "[-52, 34, 5, 32, -33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c149711c23144135b171c8457747d00f", + "input": "[77, -42, -47, 33, 43, 35, -77, -68, 42, 94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-61717e5b5a344f0ba91614b6d0cdf942", + "input": "[-87, -69, -2, -63, -74, -82, -100, 95, 64]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c9b18b8755384b06b21be3472fb8e4d4", + "input": "[-67, -43, -63, -35]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0a36f5082f36413ab48e9c2076003994", + "input": "[-97, 42, -47, 98, -67, 10, 42, -75, 90]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-16871299f7e141e1a1a1dfaa45a8fbb5", + "input": "[-90, 73, -46, -68, 92, 35, -28, -83]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f82e834ed6ca423080ff1d859b47fa1e", + "input": "[-7, -86, 62, -87, -92, 8, 46, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-eaeddfdc58064e36b6ed67da761a788b", + "input": "[58, -89, 97]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-9a9a7ed564b54e3582449bfad7879c27", + "input": "[-21, 10, -20, 3, 16, -91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d0663cf358a248e69b0be53857524cf4", + "input": "[40, -22, -83, 40, 14, 4, 77, 37]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a764bba0fdc5475188847356434874fc", + "input": "[-7, 54, 83, -98, 4, 76, -18, 80, -65, -87]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dc4315ab1f884cfabf7d2044ffaeb951", + "input": "[19, -12, 33, -81, -14, 31, -33, 32, -98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cdd5c71c1b0f4b5a9f904eed90ea156a", + "input": "[60, 5, -61, 79, 98, 8, 54, 13]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-74ecebcc55cd45e9a42df6fee656f6b2", + "input": "[41, -15, 45, -28, 54, -28, 44]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d3f73ff1b4134493810206e8ef80e299", + "input": "[73, 66, 51, 92]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6e2898945af546e983f73aea020966d8", + "input": "[-63, 41, 39, -50, 16, -26, -80, -19]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2ca0a06c77c7404cba092c1ce98fe4ae", + "input": "[34, 65, -5, 37, -23, 56, -34, 37, -41]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6465ced79008462baef254293f6997d8", + "input": "[-46, 34, 32]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0fa2f1cec8154233b73433681bde8eda", + "input": "[-61, -92, 4]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-445535cd12cb48b8b74f04dc6bfdcba9", + "input": "[11, -64, 85]", + "output": [ + "74" + ] + }, + { + "id": "openseek-1-70d87c3df9594c0e84247ef466a1f2b0", + "input": "[-5, -80, 26, -6, -75, 27, 23, -36, 19, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2cb4f56049de4619bf109e10072fd2be", + "input": "[15, -10, 62, 97, -1, -95, 15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-56f44f412ffb466da696989055a34376", + "input": "[98, 72, -34, -48]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-b260cce9978547b08809d2ef0e3f40ac", + "input": "[-32, -66, -81, -97, 82]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-511dd849545546b3885b14e548dec4a8", + "input": "[-18, -60, -73]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-45665a2fac6c47b589c6b54bb1a86d6c", + "input": "[41, -93, -60, 13, -83]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f15cfd0cf3264dcc8491d33ab07ae513", + "input": "[-61, -57, -55, -69, 28, 95]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-71e5a755f8df4851b209df4618bd1722", + "input": "[15, 13, -52, -95]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2850202601b54108abd886db73ba1956", + "input": "[-18, 67, 20, 84, -58]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-a1463940105c4960a26b4b7ce93cf6a5", + "input": "[-79, -89, 18, -68, 57, -94, -97, 25, -6]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dd05cb553a5e4769b3aac0478f8bef70", + "input": "[-79, 9, 90, -86, -5]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-1cb3b584b71a45b5bdb8eb057bebc495", + "input": "[49, -7, 98, 15, 66, 89]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-b72f3975cac84e5d992f949eb46276c9", + "input": "[32, -12, -85]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-de6bad53d12742258d81f8adf4468261", + "input": "[-70, 73, 2, 45, -72, 25, -59]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-da589f4baf5d4d4f9ddd762f5cb85459", + "input": "[46, 53, 45, -2, 16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b0fe2dc08f0d43fb94779abd3106865e", + "input": "[1, 99, 20, -30, 19, 95, 89, -42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-19990cf31c844ee6a1843b8e39839021", + "input": "[-61, -18, 87, 64, 92, -41, 30, 84]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-828dd60f314b4112b47a970231d43edd", + "input": "[-26, -16, -72, 91, 70, 13]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-8ca102b7400145ffb4f9624bc9c481b8", + "input": "[-43, -51, 84, 17, 47, -67, -4, 91]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-484d985dac9f4ac9b42a3998a3e74d03", + "input": "[35, -97, -61]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-14c505c2aad3485caf8e56400ab5f7e1", + "input": "[-57, -14, -77, 4, 11, 11]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6a76eab8faa14d03a8bc7bbd3b8bfd3d", + "input": "[88, 90, -50, -55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-362107d11c0d4bbdb327a7af5ee72ab2", + "input": "[-13, -69, -54, -98, 69]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-7fa2c060745e41f9a391a84fffc3918a", + "input": "[-58, -43, 96, 39, 39, -87]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-25ce83e0c1184dfd9f52308421157dd3", + "input": "[12, 55, -45, 79]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-b8906744ccd64bb5bc215987145c1023", + "input": "[39, 98, 12]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-700e273a6e1a4928baca0a6c21e778a3", + "input": "[-65, -86, -7, -38, 49]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-84f34fe82a8e4f36b262666508590638", + "input": "[30, 85, 23, 87]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a4780e1d99aa4f548ab9d11b1ea50ba1", + "input": "[78, -81, -81, 33, -12, -16]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c86644c377c54721ac47196ff16c4640", + "input": "[45, -85, 75, 81, -41, -91, 99, -61, -11]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-59a4e265ba1b4bc4839c42afc50bbc9c", + "input": "[19, -12, -13, -46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-29e7f154e294431da3b720c8ecb77373", + "input": "[76, 42, 88, 13, -94, -37, -27]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b3fb97a590744c5aa2b4c6238ac1229c", + "input": "[8, 97, 92, 83, 44, 86]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-73b2c21a461a4fbd9d706733868b5f4a", + "input": "[-1, -90, -63, 96, -27, -50, -93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a25aac0d4cbd4508a3b8e5348d6aae5b", + "input": "[-80, -38, -27, 30, 67, -64, -76]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-538b90bdd982434fa102655df17c2cec", + "input": "[35, -52, -65]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-d1e85d7c1029477db50dbd979511bf5a", + "input": "[35, -90, 70, 67, -57]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-258c5e6036414f33a7e9b5088ded6d77", + "input": "[4, -80, -78, 45, -32, -99, 45]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-16eab7d7e51641909c8d1b9c5e8ae305", + "input": "[96, 90, 23, -52]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-47cb5b1c779e4c549c43910ecdd3354a", + "input": "[58, -32, -77, -21, -100, 1, -83, 33, -21, -91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-20d4272fd28149a292d73a4a06985add", + "input": "[-66, -24, 59, -56, 28, 36]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-414dfd62acd343339d9fa401b8af15a6", + "input": "[18, -57, 24, 45]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-770b93ab644e4f0683387fd61f014927", + "input": "[-11, 58, -91]", + "output": [ + "69" + ] + }, + { + "id": "openseek-1-2604d0c793614754b7c1444411cdfc8b", + "input": "[45, 46, 18, -46, 65, 3, 11, 23, -42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b91d1baf6bd443d28adb43bf2340c699", + "input": "[-22, 65, 0, 31, -36, 91, -91, -54, 21]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-bfe376b963a94bef8052a622cf62b9fa", + "input": "[-9, 72, 97, 12, -46, -58, 34, -88, 43, 42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6c14a7b04c0e4de3844a6c9b66c135a2", + "input": "[76, 52, -75, -30, 2, -33, -50, -62, 46]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f716f4d4f9e34da4861a3adf230984f9", + "input": "[44, -5, 56, -65, 39, -88, -7, -70]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-58fa40b812814102b85d64a294cc29da", + "input": "[59, 50, -86, -25, -72, -68, 36]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-267e7ce55d62405c8a23ec36622fbc80", + "input": "[53, 7, -43]", + "output": [ + "46" + ] + }, + { + "id": "openseek-1-9c7cbd1c6015466eaec143860739689d", + "input": "[-43, -90, 9]", + "output": [ + "47" + ] + }, + { + "id": "openseek-1-1f81797c28e740d790a7ddaaead76e8d", + "input": "[36, -40, -50]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-1fc0dd3d0da44300a8903264c752df67", + "input": "[79, 64, -19, 89, 72]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-edbaced7c06643cf910c77140b0d64c5", + "input": "[-88, -81, 61]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-802aae2123aa446892f6c90ca453a47f", + "input": "[65, -71, 16, 98, 53, -63, -71, -34]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2acd51634932409f9dd026febd5b41a3", + "input": "[4, 53, -13, -59, -66, -25, -69, -64]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ef200e7af7a54488a8080b760cbf63fa", + "input": "[-84, 60, 38, -85, -70, 41, 61, -51]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ffd2df7cde9b4c58bcb84bf29e83862d", + "input": "[-41, 99, -36, -13, 45]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e3abaf1023de4e04aff59e2bb6e807bb", + "input": "[-18, -8, -27, -39, -2, -4, -64, -56, -2, -91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fda281d93f2d4d32b82990d6604d60fe", + "input": "[-2, -15, -1, 54, -40, -65, 56, -77, 84]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b1459e39325c448ab9422cec81080f58", + "input": "[29, 56, -68]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-0ce279793e29422898cf720bed1b6516", + "input": "[47, -32, -80, 72, 24, 3, -64]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-2097d99e3623437f8759be81ba277517", + "input": "[48, 68, 91, 99, -36, -70, 24, -46, 46, 74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ffc86ecaccb449499339f08082045cd5", + "input": "[-77, 72, -4, -32, -36, -53, 16, 42]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-899f7c7ef9d64274acf9d55c4e34ccd8", + "input": "[-47, 77, -5, 81, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c78458ca4d74422da8e3aa53106ef1d1", + "input": "[-62, 6, 15, -15, -41, 2, 42]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-09925dcd8b9f4d07830ef25810ef3218", + "input": "[81, -15, -10]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8ae28714ca7f443e85e8c756d187803c", + "input": "[-44, 14, 9, 8, 29, 91, 34, -9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d742736300af4c82bb3e515a57e8f570", + "input": "[97, 43, -11, -64, -54, -9, 92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c22348ad44674a80adcbd3d51ab60298", + "input": "[88, 39, -70]", + "output": [ + "49" + ] + }, + { + "id": "openseek-1-76ecb2b1654b4931bf56c87fd69609fa", + "input": "[32, -91, 52, -20, -64, -16, -55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-45ca720a3e8c4e748cbf505980d01641", + "input": "[73, -38, 0]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-0d1582a309664d31af1b8b51001563ea", + "input": "[-79, -94, 74]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-dbe47c8e2ed1498f855b3db0db98181c", + "input": "[-54, -11, -52, -85, 57, -80, 44]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-86eb80b51f574bd298bae53f5c80add6", + "input": "[33, -97, 76, 75, 16, -4, -49, -46, 37, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-03a61dff5a9b49da8902061eb01d370b", + "input": "[-71, -48, -78, -27]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-3bfdbb6b7e1142ad8a013ed7dc6959e4", + "input": "[90, 12, 41, -15, 32, -24, -74, 13, -69, 28]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-09915bdbd0714973b99b15b7ae843cf8", + "input": "[-3, 69, -41, 72, -12, -27, 17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1d69d45fe45e40adb8c7a29325a57cf7", + "input": "[39, 78, -11, -37, -42]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-21f3723ace3849bb97bc737b0834aac9", + "input": "[-5, -21, -73]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-d80af3e3066d40e9937b0179d931c57c", + "input": "[-51, -22, 14, 51, 98, -75]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-20ca1d0d7ddf44549b7d217ae11382db", + "input": "[-54, -14, -92, -6, 35]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-34c33fb096ac465aafbac3ab1991356c", + "input": "[-15, -94, 82]", + "output": [ + "79" + ] + }, + { + "id": "openseek-1-01de9e19788f43c99ed9b9fb575ab3dd", + "input": "[45, 5, -30]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-c87d9625658249879c28e4baea75a723", + "input": "[32, 98, 32, 95, 100, -15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6564f0e982614a889127980d5e634597", + "input": "[26, -91, 29, -60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b6ed4eead2734b9693bd7c971e189c9e", + "input": "[88, -16, -9]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c1d2accc3458419ca7cd15bd756e806a", + "input": "[-100, -73, -13, 48, 28]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-4f3b7f88ce4d40bca425993712242900", + "input": "[35, 98, 26]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-94a8f3ac720043529497bb3870bbd824", + "input": "[93, -40, -96, 60, 58, -93, 23, 29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8f3518c60b2e46c3bc611af13a55f849", + "input": "[37, -72, -91, 72, 85, 15, -87, 35, 52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6769251adf444f6eba93a820bf4bd764", + "input": "[26, -72, 92, -85, 68]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-950554cc14e44ce4b59388df67c23555", + "input": "[80, -62, -79, 49, -11]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-e4b59ac197eb4561be301ab10f803f15", + "input": "[-33, -52, -6, 95, -73, 11, 77, -95, 28]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-545f7fe693c0422a9e4e935f312f33ee", + "input": "[-94, 6, -72, -1, -61, 27, -32, 56, 73]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0e1d1c93cde6451ebcde7ac9837aaaf2", + "input": "[12, -11, 2, 56]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-231c8df239854d16929709f7cb90afb5", + "input": "[4, 12, 58, -33, -67, -76, 47, -70, 2]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-576f80e4242b484cb1d5c509f2ba1ff6", + "input": "[82, 77, 58, -13, -24, 93, -29, 74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-307a4014c6454e68a30c95e0b9f38af1", + "input": "[33, 68, 11, 54, -43, -22, 88, -9]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-3df3633411774e28a3aeabb3b08e1e20", + "input": "[-48, -46, -59, -68, 88, -78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3b5e09e5185047808ac64be9e6d16049", + "input": "[-53, 35, -69, -28, -52, -2, 62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4fcd8cad763847c4be0a42dc39c47936", + "input": "[79, 33, -26]", + "output": [ + "46" + ] + }, + { + "id": "openseek-1-e97fbaaf97f740b8a912e7f4f43fce99", + "input": "[70, 97, 3, 9, 35, -10, -26, 7, 67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f9b9de07b4034f2c8f7840dceb0c8ba1", + "input": "[79, -62, -95, 98, -29, 60]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-c5e8fb0b3ebb4832be15c17098bf4479", + "input": "[-53, -1, -10, -41, -34, 21]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-39ba6de06129457e8ac591dc3d007cd6", + "input": "[84, -11, 68, 89]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-86262cda8a0d41d09ba1f67402865d22", + "input": "[42, -25, -68]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-44d2871d2e50486c89a135362894c853", + "input": "[-92, -44, 34, -48, -38, -51, -42]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1cdd97d6cd4e4c3f9c05329b18112f7b", + "input": "[32, -40, 75, -75, -27]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ad5a2e2eb0de45c7bc6b277a66322ac5", + "input": "[35, -16, -29, -9, 94, -91, 85, -76, 25, 4]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-461619ad5fbc48e0b40c3d860230720c", + "input": "[47, -13, 98, -36, -71, 24]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-8f234b9232ae411ca3e85cecd8ed7d62", + "input": "[38, 20, -56]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-1a285913e0ce4cd6a4c6a575911353c3", + "input": "[-79, 83, 59, 27]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-2b2ecafb8b6a43e4969a1198990ab721", + "input": "[-100, 42, 67, -27, 51, -34, -22, -80, 8]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ee7b832adcbb4505b8bc3d275bc25ab5", + "input": "[-34, 68, -94, -10, 49, 36, 62, -55, -56]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fcf4fa4a77954753986f7fa3644fa737", + "input": "[41, -81, -19]", + "output": [ + "60" + ] + }, + { + "id": "openseek-1-6703e6c4797f42f39ab886b284904d0c", + "input": "[7, 89, 92, -2, -71, -75, -37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7b9c799172c7405e86b2f3d01700dd9d", + "input": "[43, 49, -72, -93, 8, -47, -78, -45, 54]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-caa08f2f867c4d5989cc4be9a28f277a", + "input": "[55, 13, 28, 33]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-527ca8ce1e7a44a28464110d9f7f1a26", + "input": "[-28, 47, -79, 96, 85, 34, 48, 4, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f1f5cf01fe9b412699a8efafecf3fadf", + "input": "[27, 31, 7]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dd47e6e816a44ec886bd8e1ff04d26f8", + "input": "[-2, -30, -98, -97]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a46449b8664848bd9e5f64659e5da001", + "input": "[88, -17, 41, -25, 21, -84, 81, 50, 78, -85]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7a518263f6a54b61977c18a76bde7d3c", + "input": "[-95, 76, -27, -30]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f5f5d109b4b24176a87f7e7b9e8638f7", + "input": "[47, 63, 45, -68, 57, 66]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-789cf69ce2c148b5be842fe91d43210e", + "input": "[-54, -49, -21, -57, -62, 99]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e11fc963cd82496a86d4579be95b8143", + "input": "[54, 39, -91, -84, 29, 96, -35, 48, 43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-cc174694d5d347ebaaf0710f8a6f7251", + "input": "[-8, -22, -50, 33, -35, 57, -44]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-eb88e31112eb4128a6eb800d05f5eba1", + "input": "[20, 85, -33]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-58c833fe02394d39a340a063cb9bb8b1", + "input": "[-81, 5, -60, 26, -14, 75, 66, 83, 33]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-fd2f33a8b75746ec85ed4723e40e0cdb", + "input": "[31, -67, -93]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-31c29f5c6040452f8e31984629c81251", + "input": "[11, 33, 97, -75, -22, -12, 15]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-82366db262f94b10b6ba99ea6d29ebab", + "input": "[-41, -56, -89, 81, -76, -25, 28, 60]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-33df354f3aac43ba8587835d27c5ced8", + "input": "[40, 21, -50, -68]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-f6748b5ad9334a009d61e2d5fc1e0c0d", + "input": "[58, 77, -48, 42, 9]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-2116e5a75b1944c1a17f2cf93adb8d58", + "input": "[-65, -5, -20, 36]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-8a84cf13c77b4d3e844df72feff9c8d5", + "input": "[15, -57, 74, 8, -50]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-759732b367fc44a9a46eec4835f08fff", + "input": "[-50, 50, 38, 85, 32, 44, -61]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5519b7c8d4c943309b4d09e052daf569", + "input": "[22, -62, -93, -16, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dba913a9aa36499ab002991e79c4453d", + "input": "[77, -55, 73, -5, 41, 36]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-02013d69116345358c27f9846f0e41fa", + "input": "[19, 73, -30, 53, -89, 99, 61, -54]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2fe9788c56024ebb9b145056e9bb2ae9", + "input": "[-26, -79, -41, -36, -39, 92, 0, 13, -55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f1b6861fe272459b8da68f61a205c461", + "input": "[60, 25, 32, 18, -43, -56, 0, 90, -87]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-7cd19a9621254ec0a995fc970079a7e9", + "input": "[-10, 12, -13, 96, -29, 60, -62, -33, 53, -61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3691e89543854147a9a69578d33c13c5", + "input": "[-18, 81, 87, 2, 12]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5f48dfe7fb5a43728df1e5fd7be552d9", + "input": "[-90, 59, -66, -80, -72, 6, 72, -40]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-feefd9d1b50042848ec1d4c250257be1", + "input": "[-88, -25, -67, 50, 25, -38, -76, -81, 18, -17]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-76d69ac3bb0f44dbb73eb7c93f0a284a", + "input": "[46, 72, 48, 72, 80, 74, 2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b7b1b2e2cda04207b63cb3836ae6ebea", + "input": "[83, 81, -54, -87, -97, 86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fcb8104db78845ae96ef3e4873613dbf", + "input": "[90, 56, 66, -58, -31, -47, 21, 13]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-79a30e64f9934d2489ab05268be7a9bd", + "input": "[82, -30, -36, -12, -28, 32]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bf6a75e38fe940c98afc886ab9033050", + "input": "[42, 84, -64, -19, -29, 17, 6, -44]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-d71856706bdf4e77801f10be4f4e3dd1", + "input": "[21, 1, 71, -12, 100]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-86060eba16ac4939b8927e1069ad9e39", + "input": "[54, 51, -84, -19, 12, 60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0c84f6eed763471d9d42ed104b6f2797", + "input": "[-92, -90, 37, -68, 75]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-52c17417ad92447d818f7c8d5ca242b4", + "input": "[86, 17, 32, -60, -62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d0dfb569f18144eb963e29974a090db4", + "input": "[12, -91, -77, -1, 72, 62, 90, -16]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-ddc9c37a92304695b7ae87a0a6a2ff4b", + "input": "[78, 66, 46, 31, -62, 97, 77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-76f74db60c834b44b4b27ec4811694d2", + "input": "[-38, -93, -15, 64, -15, -32, -57, 70, 64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-142b93518a45464b83bc67a2e667940a", + "input": "[-91, 54, 26, 80]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-44a4eb1a47df40b0a6d714043349ec6f", + "input": "[86, 16, -25, -60, 60]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-84d8c7b7abc94a359818ff2b1b9a6c91", + "input": "[-78, 53, -3]", + "output": [ + "56" + ] + }, + { + "id": "openseek-1-5cb36d6cd05a4cf08613aeb6a551ef97", + "input": "[-14, -71, 4, -46]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-36b6b9c0cc254fd9b2c2914340387ff0", + "input": "[-22, -3, -10, -38, 68, -17, -65, -95]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-cdb23ba975c0487e97ca08cb6daf0768", + "input": "[-27, -14, 82, -81, 1]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-1ea983591ad44d2797e10c7ca110ec87", + "input": "[-1, -13, -20, 10, -82, -91, 82, 0, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4b14fe2ba6224c9480aa31ca0dde4544", + "input": "[-34, -70, -47, 44, 46, -100]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8a9fd08243ec4fb7999aff603c0e1993", + "input": "[9, 74, -43, 64, -76, 20, 24, -68, 62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7ffbd3710bed437092d684d071aa791c", + "input": "[-54, -14, 12, 90, -26, 93, -33, -21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4e81601cbbc84a90829abbc0970637e7", + "input": "[-59, 69, -85, -37, 1, 47, 59, 7]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-7141dc785f40406c9fc212b557084fa6", + "input": "[67, 22, 39, -66, 13]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-8f77dffbe30d481795da5799f91da9ad", + "input": "[-43, 59, 56, -32]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-157be425964947e8b286bc910f7eb931", + "input": "[60, -43, 98, -56, 16, 27, 1]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-eedee37b5e11480c8507cb45494f7a0e", + "input": "[67, -33, 94, -18, -27, 17, -12, -16, 78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4791ff30e06f41b7bc659c2769098d5b", + "input": "[-76, -61, 81, -20, 92, 19, 48, -37, 77]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e98eb20f1df844808c8fa4ffbecbfe97", + "input": "[-99, 63, 49, 91, 78, 12, 9, -63, 61, -51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bdca426762124330b835abb2f991edff", + "input": "[-76, -27, -2, -89, 97, -39, -97]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-9c10f49400ca479bacdb7a691c0fc6b9", + "input": "[2, 72, -46, -83]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-e772b98a1b3b4c2d96b1a97d13054a0f", + "input": "[-72, -63, -43, 49, 67, -76, 24]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c18486c3d6d34608b7188061a1d70813", + "input": "[98, -96, -43]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-3bf884ed1b4b4afc95b6cf53e317d132", + "input": "[-75, 92, -68, 74, -56, 91, 41, -22, -56]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-09ff0ea3497f49338531306466297b07", + "input": "[86, -89, 17, -94, 23, 97, 26, 14, -40]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-40fdb285e27047429a6e840d5a3ec3fd", + "input": "[-81, -63, -24, 51, 97, -70, -79]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8cba7206db0041bb893374ada717e0e0", + "input": "[-93, -25, -16, 78, -7, 90, -45, 49]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-fa9f518c2fbd43cc8243e8dafca6aed7", + "input": "[-98, -58, 36, 4, -97, -83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-62e57168a28c4fefadcdbf7ebf0c1153", + "input": "[-10, -100, 2, 82, -67, -52, 76, 71, -37, 6]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f3b2c638497843f1a75d99fe35af06c1", + "input": "[43, 86, 95, 95, -85, -13, 22]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a63a146a310344bda36552afa2cb127c", + "input": "[72, 70, -25, 78, 58, -21]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a0ce02e6d702431f8ca47c30a215e78c", + "input": "[-22, -6, 53, 27, -34, 73, 36, -65, -100]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-3161513da5074a85b62cb1a5f6e83001", + "input": "[25, -94, -95, -72, 55]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7a750ebf072d49abba57b437f1252a7a", + "input": "[-68, -53, -93, 71, -56, -1, 24, 50]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-908ed0cc16894bc2bc5e74cf7d2d09db", + "input": "[53, 42, -60, -97, -16, 93, 6, -78]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-767e2991ac504ff198bd677b2da08455", + "input": "[25, 81, 38, -39, -6, 56, -17, 0, 89, -14]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-63b9fd776736492c98b7c758d4b7db93", + "input": "[22, 13, -32, -77, -32, 2, -42, 67, -99, 18]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-578eb096747c47969a4d2f7dc233bab5", + "input": "[45, -16, -29, -23, -70, 5, 93, 20]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-8404371765304954bf260e3f55feb97b", + "input": "[-41, -50, 1, 92, -91, 56, 62, -35, -73, 54]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7521a8faa68f4f9ea927a8d4e94c03f0", + "input": "[82, -55, 53, 64, -58]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f92be6bc8a41472183f67a3da7fbf566", + "input": "[-20, -53, 38, 40, -94, 49, 55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-84c4e60834744c2ba8dda7df369be284", + "input": "[95, 32, -3, -55, 34]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-35b9b32e27764dd8a7327f587b7eaf98", + "input": "[-71, 46, 85]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-5c0c4956f42d4acabcccac9f9d762ac0", + "input": "[-54, -94, 22, -41, -29, 2, 72, -27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6fbbaef6e28145c9baa132d14b219f83", + "input": "[-73, 10, -82, 14, 14, -91, -9, 80, -44]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-02afdd065f534a6697acf79716641771", + "input": "[-85, -55, 93, 38, -39, -12]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-368687eaf6824613b4e6507927b4d881", + "input": "[-88, 65, -26, 2, -63, -24, 91, 10, -32]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b9b84af0ddf941378fe1aff480cc48d1", + "input": "[86, 95, -55, 14]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-fde924d842c74d7b8bbf1d3ce41b8594", + "input": "[97, -67, -21, -87, -67, 41, -62, -38]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-31edfa1266ab41218c6b6581d6b01a01", + "input": "[-84, 89, 75]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-00104e0447504f4493d2f62a473b342a", + "input": "[-67, -38, 54, -60, 29, 29, -27]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-eb69dee2132844a295522af8852aacc2", + "input": "[69, 20, -80, -76, -95]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-365914849c31409ca91f2023021d3d90", + "input": "[45, 74, 57, 94]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-ee64168cf0e84833918953bbb852525e", + "input": "[49, -98, 100, 54, -23, 84, 56, 97, -93, 17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-80555ef03feb43c094557d9b3144e754", + "input": "[36, -32, 70, 28, -60, -1, 70]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3d1d12fdb830472a83ddf02e93c58798", + "input": "[-52, 0, -53, 54, -61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bb9a5c1e7e59459cbf5cd9564510d856", + "input": "[-77, 25, -64, -71]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-035487497f684a5ca0e953a2d4bee0d6", + "input": "[-14, 92, 83, 37, -47, -66, -43, -10, 31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-89766452835648cd8f9a935b45217cfa", + "input": "[-84, 73, -89]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4c8c0f2422ec406daed18cd774541ad5", + "input": "[-81, 72, -86, -88, -55, 72, 95, 73, -30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-68906c940abf4469a5bf7125a3ee479f", + "input": "[-6, 94, -26, 9, 37, 89, 19, 12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f3712b21898849148a64bc020b4ddcda", + "input": "[96, -71, -77, -48, -18, -27, 42, 31, -70, -81]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4e8ac53446a64b6ba582c34d82f8eb89", + "input": "[7, 84, -29, 82, -86, 57, 73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ef220d3218b24bd699e325ae8b260633", + "input": "[21, 52, 9]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-9d18d79979d2442688567932b671574f", + "input": "[-75, -21, 27, 94, -42, -56]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-2dd9d8c363bc4e0d8ccaa27d901a2385", + "input": "[8, -44, -70]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-48d8a7fbd39d493e9e82326e4f5b6746", + "input": "[-33, -5, 17, 50, -81, 61, 50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-99ae143d902641ada0c7e0e920c56fdc", + "input": "[-16, 48, 42, -31]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c8c5e14e48a34c0688cae734b8c9c0dc", + "input": "[-32, -23, 64, -22, 18, -47]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9e22f4c326684b1e8f7c8ed32bab28e1", + "input": "[-20, 22, -23, 100, -23, -40, 69, -15, -14]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-17c48ac974344c5d802cbd292e7fad07", + "input": "[100, 58, -16, -15, 31, 70]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3de7989d64e84dc69e96da763f2e62c4", + "input": "[39, 98, -87, -33, -38, 82]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a84c4bc3f1f64282925cf9208b2023d7", + "input": "[-16, 39, -10, 16, 98]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-2a03b535100b40d198090eb4beb20785", + "input": "[92, 65, 27, -100, 27, 83, 17, 62, -33]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1556afd54dd24513849d13092684eb48", + "input": "[12, 9, -37, -4, -1, -2]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-147c0344f45b4e719ae7b37f84bd7820", + "input": "[70, -4, 72, -20, 90, 95, -96, -96, 11, -60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fa5392c5aad74c34a18d62ec05e27e1e", + "input": "[8, 55, -97, -32, -100, -90, -8, -75, 66, 8]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ca9c728d31fa4b868c00248db076a0de", + "input": "[89, -47, 72, 72, -67, 92]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-91b5988d500d46c1a947754e0e6de747", + "input": "[64, 35, -32, -40, 74]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-ca2edd79451042eebd354667c7799eaf", + "input": "[52, 41, -42, 10, -68, -33, 47, -44]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e61501cded3443deae240736bc9513f6", + "input": "[41, 82, 50, 19, -67, 9, 2, 49, -63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5c1303a5ca1640a8bcc5d7519f184067", + "input": "[-85, 15, -32, -87, 13, 28]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e24a1b484db64f5f9847c6633d2b9291", + "input": "[89, -90, -98, 2, 97, -36, 45, -48]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-bd41721cf6b048c9856589e0b9e9ca26", + "input": "[-55, 69, 47, -82, -67]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-13540a342c5245a2baccd88758ecd1df", + "input": "[76, 65, -20, -3]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-25fa986fdd7e4b52a84bef92361f4b21", + "input": "[-28, 45, -61, -34, -37, 56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-becfb09d46b14930ab356dd5d1752ff7", + "input": "[-26, -22, 32, -83, 57, 38, -17, 94, 98, -31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eec75dbfab2644b18520254dcf1183cd", + "input": "[-20, 35, 27, -59, 70, -29, -8, -50]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-bcaef08a704548f9a65f9fd43db37774", + "input": "[70, -31, -56]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-db96979b180346daa796f5a81062e5cc", + "input": "[19, 16, 41, -51, -91, 18, 54]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dcc8e8586ee44bf596dd5564a34d46b5", + "input": "[-24, 94, 44, -88, -60, -60, 16]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a8de25c9d6e041b785690fefe08a075b", + "input": "[-82, 43, 48, 38, -83, 54, -21, -14, 45, 60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e2162e3f403d4d538bd439aafda3471f", + "input": "[-80, -38, 52, -58, 25]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-b9af0953bd674c65b15d23832d0542ea", + "input": "[-56, -80, 24, 19, 90, 80, -91, 47, -100, -17]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-7ae0a3d61f1842a3a00cb778371b30c7", + "input": "[86, 12, -61, -34]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-b5439e474ec2467a8acaee6e65108d70", + "input": "[-57, -42, 75, 4, -78, 17, -28, 54, 48, 40]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-8857ca384c3148eb94c5cbd7bfd1b44d", + "input": "[-13, 43, 23]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-ba41c0c64bc142549762e132ac53ce72", + "input": "[-82, -72, 55, -83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-960bb0f8ea2e4e569e4e52c37250e33c", + "input": "[-25, 92, -19, -75]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6812ca7a25594968bd89af359fe4f52b", + "input": "[-60, -92, 18]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-a49cb686e3714a51be2072018ead49b3", + "input": "[59, -81, 55, 19, -89, -16, 14, -43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-04fec903ad2249ccb8a71bc910aba09b", + "input": "[76, -65, -52, -97, -59, 80, -89]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-21d65e5b60d6404dab92161b974c302b", + "input": "[97, 45, 4, -63]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-89e9bbb95b9b49c5b02ced1b7c205d74", + "input": "[-60, 86, 26, 91, 7, -29, -20]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f637c241ce9a421eab8c1f84a1c56cc3", + "input": "[-12, 58, 2, 19, 32]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-99f063a7a4ee4e26b3db1e372f40e8ff", + "input": "[-96, -2, -40, 1, 35, 10, -39, 96, 41]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3e184fd3235d44f7b06b0acf480b6a88", + "input": "[-17, 19, 3, 62, -19, -17, 71, 14, -91, 32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fa77a63e599447be92c0c34817696d72", + "input": "[70, -24, -62, 6, 76]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-8b10743c29a341218c7b8ab9a8bde710", + "input": "[-88, -3, 39, -43, -85, -38, 18, -82, -58, 21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d2a10bc258e94436847bbd6124d82c8a", + "input": "[-16, -60, 39]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-8f0f975d509a4f61b1b12687f219ed90", + "input": "[38, -51, -54, 68, -17, -91, -85, 62]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-63a679ab29754c3fa7d59bdd82e57410", + "input": "[-97, 81, 27, 52, 57, -29, 24, 20]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-bbc41f9d5c184d019798df31b291a943", + "input": "[-45, 68, 70, 60]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9da98e3934fb43efafd83150ff269412", + "input": "[22, -45, -83, -75, 38]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-216702f2b919469b9438227d65a8b0bc", + "input": "[50, -59, -56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d8ee0d0ae9b84998932abe2b8d508507", + "input": "[88, -55, -63, 40]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-b37049c1a7994e328424ae7342272318", + "input": "[93, -35, 50, -54]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-2437ecbea8d84a2f85b5bf7aa64d3155", + "input": "[-6, 29, -63, 34, 59, 63, 3, 57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c3bc379d00924fd9b391dfa5bec8dd36", + "input": "[56, 91, 84, -49, 32, 41, -41, -75, -81]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b326dea06d4448a7a46525e1a1f1bc9f", + "input": "[74, -80, -67, -39, -23, 83, 72, 22, -64, 91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5c1ace950cc349769b4fde183b74f268", + "input": "[24, 16, 82, -61, -85, -99, 66, -68, 18, -83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4f4bf369be0046de85c91b78d3cc3456", + "input": "[21, -53, 7, -13, 84, -91, -43, 57]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-ce46773146ab48ee82746697f450a89d", + "input": "[23, 97, 40, 69, 41, -89, -43, -44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-90cb10fe373c4886ace7139a7f85f9e9", + "input": "[-42, 96, -14, -8, -94, 96]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-70276c2127164744806be9b82d606cf1", + "input": "[15, 93, -95, 78, 95, 49]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-33884d1498c5482dacd2770b7e100723", + "input": "[-17, -33, -19]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f6e6d2bee71a4e22b62d1204a04cf08a", + "input": "[-78, -72, -4, -17, -65, 0, 41, 33, -54, -13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-42502caa5f9046a8b2bd5fd02f716524", + "input": "[34, -40, -5, -60, -68, 55]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-c45453ecda9342a799ddcc57e2f33a3c", + "input": "[13, 17, -32, 60, -39]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e28cd6c470d24279bad8366a0c2e2d7c", + "input": "[5, -1, 59, 12, -73, -76, -36]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3b270bd0246540eba1bf9383e017c17d", + "input": "[-69, -18, 89, -48, 53, -79, 6, 49, 10, -94]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ade493f5098e41f58ba0c9d8adbf7476", + "input": "[-79, 86, -36, 16, -37, -84, -80, 80, -77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-98cccea1be3c43eaa1220b93c295878c", + "input": "[-41, -18, -24, 82, 11]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-bb85b66af28d4a21b9d33f4e758d4ea9", + "input": "[-78, -15, 26, -93, -75]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d62a9a3aea9e4cd682131e30d210be0f", + "input": "[-44, -55, -63, 19, -20, 98, 19, -5, 89, 15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-717bbd22620a472d8758fdc78c20a914", + "input": "[-9, 62, 32, 67, 87, 80, 77, -20]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a086cf51968945b0aab499194a0d83e3", + "input": "[-4, -28, 66, 30, -4, -2, -73, 32, 82, 5]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f474c45558a3448a95820cf6cda2ff44", + "input": "[34, -11, 59]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-b9d9261814b841cdb9ca0cb07610e83c", + "input": "[-90, -91, 17, -69, -20, -3, 46, 43, -6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-efac9995913845aaa5ed376dd7a6b537", + "input": "[31, 35, 37, 89, -59, -99, -37, 36, -36, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1f52201c7b9d43baae23b8466473d5c9", + "input": "[-19, 97, -65, 94, -33, -18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9d36d3b261964897ab1bc88e52007544", + "input": "[91, 39, -28, -79, 81, -11, -30, 63, -38, 41]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ed2de20001b14115abf0ff1967504792", + "input": "[19, -14, -58, -49, -29]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-69ade35294b74d6a802d65a3f96d3947", + "input": "[77, -99, -41, -72, 17, -3, -60, 95, -98, 22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a181b98adfc34d3d8aea14afdf9c1c20", + "input": "[23, 43, 38, 53, 93]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-b42a3dcda4644cad9539df495769e4a6", + "input": "[5, -83, 44, -18, 98, 11]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6d194eedf85347e5a85d22272438a58c", + "input": "[95, -68, 81, 100, 64, -15, 18, -84, -1, -28]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-9af02177cb344893877a25d5eb129b57", + "input": "[-7, 96, 88, -73, -52, -81, -64]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-5d668f525d5e4fe3b5a058b10cb2dfda", + "input": "[-84, -18, 62, -100, -67]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-88335ea3247842a5a24aceeb72dcd4eb", + "input": "[72, -41, -8, 42, -42, -10, -45, -100, -91, 17]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d0520d7394704d7082e2263b412d157e", + "input": "[51, 60, -87, 15, 92, -53, -20, 23]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-721c2c1bf757471e9cec868aea4cb43d", + "input": "[-48, -96, 52, 72, -35, 65, 74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c6a5fb5d7c9043348e072cec21a1a70d", + "input": "[-45, -34, 74, -37, 11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ed463ef625414770b2bd3effe6ebff24", + "input": "[54, 70, -5, -9, -76]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b0360b2886c24c7687c75dfdb7aafaa6", + "input": "[48, 60, 22, 57, -29, -75, 85, 22, -10, 42]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f3cf24302f13450fb8da954fad829b48", + "input": "[16, 86, 43]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-b3045aa551c543b9b1c9cd764e237a2a", + "input": "[-16, -85, -90, 73, 98, -20]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c7d6aab2f242494e8a9f450734f9be5b", + "input": "[-59, 11, -43, -88, 16, -43, 64, -88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-56aa6e9b108d4c3dbd94dd33d90f430f", + "input": "[-42, -69, -10, 97]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-5c6f63e17e5b4219b18ac1b2da207349", + "input": "[-36, 78, -73, 97, -93, -85, -42, 62]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d4a5ffafeae64754918b77aaca50f924", + "input": "[-6, -96, -8, 18, 57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7b364bdcef1c4bfcb6cbe6fe65a970e8", + "input": "[84, -87, 78, -47, 53, -91, 76]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8d77b14dbb0042618d59af394e507605", + "input": "[-2, 74, 23, -91, 14, -42, 65]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-5508cab2dd46475ab34f0f8bf9e96f11", + "input": "[-29, -89, -37, -28, 69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8bfc3297990f421b88134e6131f0955a", + "input": "[80, -12, 93, -62]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-1c5d8ed6e8af40ed9c53895fb99d6d7a", + "input": "[-16, 47, 78, 41, 16]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-851f73dacf36402b92b9bee61971d0e6", + "input": "[-51, -65, -66, -13, 73, 99, -26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2267bca13af644d7b9ee13d9c46c5480", + "input": "[-15, 27, -37, 89, -89, 31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9ec6bac4c74a4c7fb08a30f4c012e3d6", + "input": "[-58, -84, -55, -47]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2ea848cbb54a4284b2d9eeec8e6b7a2a", + "input": "[-48, -38, 73, -21, -30, 100]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-73e827072074469a9d95621d296c297c", + "input": "[-38, -27, -86, 80, 69, 35, -2, -36]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-01c3683b94bc406cacea5c7a6c428b5a", + "input": "[69, 24, -76]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-b66d759e471f4621acb9baea92761448", + "input": "[-91, 57, 67, -36, -94, 94, 61, 22, 90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-95110edc325646f4ba61b6e132ff9fe5", + "input": "[40, 16, -50, 34, 27, -32, -39, 64, 79, -6]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-418bb90c16ce473ab15f56b1dfce8f61", + "input": "[-39, -83, 37, -19, 32, -49]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-820c476a37c1406a9deda52252df08ca", + "input": "[-13, -61, 79, 85, -13, -73, 8, -54, 91, -30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-baed297a54ad4fd7866e088f00ec2366", + "input": "[56, -51, 63]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-56416353dc3b476d815345140aa5a705", + "input": "[-69, 25, 71, 33, -93, 39]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6466ebf372fa41a587588e6001b5477c", + "input": "[-29, 6, 31, 45, -15, -26, -45, 10, 37, -41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b3a0d400970447df92cff5e260f4cf85", + "input": "[25, 98, -99, 48, -94, 60, 7]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a8bffedafd074d17ae3c8eab13dec2d2", + "input": "[98, -23, -5, -6, 20, -96, 56]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f9310d494f644b92843410d64da6f4b6", + "input": "[50, -38, 67, 80, 30, -100]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-df8b0b3145324891965d4862be07b0a7", + "input": "[5, -69, 99, -57, 18, -26]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-74c6bf2d26a7497d874b1243b26ce192", + "input": "[64, 33, 38]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-fc5d0c983f2e4fe781dcc076eba66ecd", + "input": "[65, 69, 7, 52, -41, 90, -69, 95, 53, -36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d7786d301189488092feb3f0ab5a9d69", + "input": "[43, -7, 91, 40, 84, -50, 2, -34, -63, -98]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4413197cf67f4d6fb422e219fbd64020", + "input": "[16, 65, 84, 14, -42, 81, 3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-208684028c584be3a111ec434aba8fc6", + "input": "[31, 79, -62, 9, 7, 58, -44]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cb9ef6bf4332454eb88f505ea07a5a9c", + "input": "[-100, 6, 33, -10, -79, 77]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-8d4f5c34dc684c818b53e3ab65a02ace", + "input": "[37, 69, -49, -83, 51, 16, 2, -5, -61]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-51353940052e40d791dd2f233b531f40", + "input": "[-72, -79, -11, 59, 27, -72, 77, 6, -90]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2d084b190c2d48328ed7dc3e0df527c6", + "input": "[32, 56, 53, 26, -50]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-aad17a30363041119477bdfc967d7793", + "input": "[-71, 77, 64, -66]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f5c63059c7064cde9ce3829e63021c93", + "input": "[-54, 81, -41, -38, -24, 58, -99]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-98abe259ea3e410f951c7be2fc0adfb8", + "input": "[-40, -79, -66, -43, -64, -90, 71, -20, -67, 92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6ba832d0696d422ca0804e17353869c9", + "input": "[-76, -23, 60, 24, 32, -25, 65, -6, -84, -16]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c41ef63047a94a959b91b5802dfa4c4b", + "input": "[-95, 44, -16, 30, 81, -83]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-5083b4751eae42b6b5415cd645e209c8", + "input": "[-87, -13, -11, 57, 7, 57]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-39f4b06c1dad4ed69e21b9b2abfdcf2c", + "input": "[74, 47, 98, 38, 64, 12, -55, 12, -51, 90]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a1d31be1af044e7d8b3a339e9965810a", + "input": "[-78, -57, 26, -88, 68, 32, 28, 80, 5]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a9b2851cd150466bb2a37105bfb55685", + "input": "[96, -95, -84, -95, 15, -47, 3, -45, -41, -67]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ad6a478e108e48738a4b9ead027ca210", + "input": "[39, -60, 61]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-d42f5cb741104fed8158bc91dbea351c", + "input": "[-45, 47, -99, 27, -19, 70, -6, 95, 60, -41]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-47035d585a7c4c819bec9be94895b967", + "input": "[96, -41, -56]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-00c0f6c3ac5a4498acfab570836f8bcd", + "input": "[-45, -49, -48, -100, 96, -3, 49, -84]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-45bdbcfe24b545ed93bc6717470fd6a5", + "input": "[68, -87, 28, 2, -51, -16, 73, -49]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3867c338cce94923b71bf71e85cf68ea", + "input": "[-46, -49, 9, -44, -30]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8afd05e73dfd4db1886caa85413ab027", + "input": "[1, 51, 92, 11, 61, -11, -61]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-1897fc7d18b540508dc3c84ddff3de1a", + "input": "[-64, -69, 72]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e80ba65ddd0b4514a7332e016675b5cc", + "input": "[67, 88, 51]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-393cd970d9fa4614bbe2f790e62a9340", + "input": "[68, -35, 95, 26, 96, -32, -25, 9, 91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e58c2e1f89c64f0885c745ecdf2b493d", + "input": "[-1, 52, -23]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-312969654dad48479a4e6de2aafdf895", + "input": "[-8, 11, -45, -17, 20, 40]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-8b0de488bcec479e9843ec1a4807da98", + "input": "[56, -76, -87, 67, 6, 33, -4, -35]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-fbca815dd6d742319c9ff137ad1d8bd9", + "input": "[1, 66, 46]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-e883f81d3bf34d2695cf1754dc00dfc4", + "input": "[-18, -29, -16, 2]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-491769e5cc5a45f9b58cdfdb5c90a62c", + "input": "[-18, -68, -46, -34]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-77efe9d4206745ad858157cc27b9834d", + "input": "[77, 27, -100, 76, -48, -75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-47534c75ce2d41bf82ef63cf88a4c13e", + "input": "[4, -91, 74, 76]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d36fa7e759ea463f8ff3a74bd763b47b", + "input": "[3, 54, -98, 10, -99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dc5eb9a0b78d4163a826331a79900f63", + "input": "[91, -91, 64]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-520fcd8cd0f74acaaf44eea05ef8d4ab", + "input": "[39, 63, -81]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-e966d69c3bae470381abb21fda1bbbd8", + "input": "[55, -35, -40, -97, 72, -31, 37]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a7d743c018744476b0eb962f75815843", + "input": "[98, 35, 94, -36, -11, -65]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-950401c8b5ac48c0addef64d9a91860d", + "input": "[-40, 4, -9, 97, 21, -69, 14, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a1c821c5506b407fa3d0710693ab0f8f", + "input": "[-5, 28, -5]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-01b375419d9148d5be40cc97710fb74b", + "input": "[-12, 89, 36, 9, 98, -13, 17, 34, 72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-72883b6ae5b743729d55c899bad8ac54", + "input": "[0, 83, 3, -34, -19, -61, -65, -72, -31, -38]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b825795ecb3d49c4a35ef44f7bcccb99", + "input": "[-58, 66, 24, 92, -23]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-cce879c39f7a4cce85f7cf1e519847ba", + "input": "[8, 55, -84, -50, 7, 80, 57, -36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-141fa3f2912744f6a9005e40a386f79e", + "input": "[-70, 72, -31, -97, -76, 56, -87, -29, -56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c4d95b64b32d4b35bbf5c17c1fd40b87", + "input": "[23, 22, -92, 78, 52, -51, -46, -79, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2a6b4bc749a44bed8515d0e0957a552c", + "input": "[3, -69, 81, -22, 73]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e9a3ed506e1343708b0350633b052293", + "input": "[82, -84, -20, 10, 36, -57, 44, -4, -22]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-73b8f634d9534671b5c0909b052fd532", + "input": "[-57, -65, 92, -66, -67, 24, 39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-277042528d744274a10a960189302371", + "input": "[84, 18, -32]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-eaa2004cf83344379fb4bfa19150d987", + "input": "[30, -91, -12, -12, -6, -88, 2, 73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-480dcfccbc484389a2f271a9f54e74ad", + "input": "[-34, -56, -79, -87, 54, -51, -66, 65, 33, 47]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f7eaeb2638074431a68100762bd1d24d", + "input": "[-77, -35, 30, -89, -26, -42, -17, -65, -74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-518cfb57ba69416889427cdd60ef013e", + "input": "[-22, -81, -61, 1]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-eac86208d48249e2b0366b52b205b725", + "input": "[-62, 55, 15, -3, 89]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-d672b747886d4e8a99d8f17bdaa04630", + "input": "[-35, -18, -97, 7, -48, 22, -67]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-bf91ff6d3aa74a75a574932089c323fe", + "input": "[27, 38, -38, 73, 71, -3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c3c2a95debb749e78ecb68a0b5a287f6", + "input": "[95, 73, -1, -75, -8, 88, 78]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1c4bba80bd8a41fb83d89cee6348d45c", + "input": "[19, 64, -51]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-da10459ee71045e68fb904d81dfda670", + "input": "[-10, 4, 87, 6, 66, -88]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-25ab5de24a64406f8dcd2662219aa6aa", + "input": "[-11, 63, 9, -85, 80, -24, 27]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-b077dd591c2147569c114bc1df2a7457", + "input": "[14, 2, -24, 20, -56, -19, 56, -7, -41, 53]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-09602c69e349476fba4f65a863deddbf", + "input": "[-46, 81, 98, 20, -53, -57, -34, 74, -40]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a6d7a0184e9d449fb1cdd8b2c370c662", + "input": "[80, 85, -24, 11, -67]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e032284742d14f01aaf6a41f146f98b2", + "input": "[-33, -84, 40, 67, -27, 41, -12, 42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fbac1244b9bb4f15b96a7987f27b11b8", + "input": "[34, -18, -2]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-1163842eb9a64f45a87e60293b5ceddd", + "input": "[20, 59, -21, 9, 3, 6]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-46c852861df644c0a64ca9b0962665b0", + "input": "[97, 83, 9, -33, 7, -67, -27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-41961e2d45b2467b9bd95f41b1eab1e1", + "input": "[76, -98, 19, -53, -60, 88, 69, 29, 52]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-77c96af09d7749f8820ebe4c6fd47ab0", + "input": "[6, 21, -70, 67, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-02733d91d4824cccb2fd35168ea35f9e", + "input": "[100, 99, 10, -7, -41, -68, 50, 52, 79, -2]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b1a70e4c856744b7a05aceedd623f561", + "input": "[21, 99, 59, 30, -24, 92, 83, -37, 36]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f45f66b042ea4613b68c3f8268f35ee5", + "input": "[51, -29, 21, -33, -78, 26, -7]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-434dd3938f504ec9bc8ebec9a26b62d0", + "input": "[35, -15, -25, 58, -65, 60]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c4ce3de3964a46e18f1bb71c445adf29", + "input": "[-82, 96, 95, -1, 88, 12, -74, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a2ab3461c7354abca4a91ad8f6e35381", + "input": "[-26, 75, 21, -83, 84, -66]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-ab8ed10ae78948bc88dcbc69501e31a0", + "input": "[-85, 25, -44, -36, -29, 47, -88, -93, -26, -58]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-53110bc385ac472685a8ce5f599021df", + "input": "[62, -33, 58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9d0a33b4f89d4ea9b7eb521f5388550f", + "input": "[82, -76, 64]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-01d5b9e00721420abc29794bd3b93cf8", + "input": "[-36, 91, 54]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-16fee5e18c034c5987b68c27b92e8900", + "input": "[32, 43, 95, -76, -97]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-031549d1f02646b9bac1d0beea1216d9", + "input": "[56, 94, 70, -69, -53, 20, -21]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-9458bc37e10e42e4af094c2fe4729da0", + "input": "[16, 89, 16, 87, -35, 19, -56, 15, -50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b978f8b5f2f84caea38f3a04ce2d4aed", + "input": "[-27, 44, -11, -44, 21, 18, 42, 38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8dbd003067d84c2eac4ac987d61b6018", + "input": "[-14, 9, -15, -29, 30, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-222e61ab19da41fcba7df278cf5d2b51", + "input": "[13, 67, -56, -94, -100, 47, 52]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c2298f63d19e4874bca55f05dc2b1f49", + "input": "[-25, 12, 33, 62, 59, 62, 71, 98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0d5f0801a12940adb0624eb44cf8d446", + "input": "[48, 67, 25, 30, 94, -46, 3, 90, 59, 55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0eb6adc127884426aa692da79f2d1ca9", + "input": "[-13, -68, 31, 38, 5, -28, -54]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e70938594f224a97883b2bbc1dae4390", + "input": "[18, -74, -32, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3c04027e1a954e3eb6f647a7d71bc6d2", + "input": "[-59, -7, -3, 56, -48, -80, -58, 64, 61, 62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5b88c82c9cc04eaca0a5ff0432071c92", + "input": "[-87, 65, 28, 14, -63, 24, 35, -59, 60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3be4ef0840744244b354337bfa93cab9", + "input": "[-50, 74, -13]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-904d82de7d3047b899b7731dfacf5bb2", + "input": "[99, 5, 20, 59]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-74ad074711fa409781ab9aff05fba577", + "input": "[-2, -92, 42, -74, -75, 3, -62, 16, 35, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-78499d4c8c0e49a6be92b7c18ba71aca", + "input": "[-68, -85, -85, -50, 62, -41, 5, -78, 46]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bb7c160a51414ea392ecf581a2ac3d55", + "input": "[-47, -1, -64, -94, -99, -33, -43, 9, -29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-370d288596f248ee9604318b55d6fb3b", + "input": "[-61, -53, 22, -88]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-65898228021f4976ba1ee130fce011bd", + "input": "[58, -52, -45, -16, 72]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-feaa8cc6302f431ea5d061ec807347ed", + "input": "[-28, 73, 24, 67, -46, -57, 45, 70, -83]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d89323f2ea8344478853ae8803a3ee91", + "input": "[65, 44, 11, 12, 7, -14, 83, 87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-210a1d49add2424799ef952071baa52c", + "input": "[-86, 40, -8, 70, 26, 63, -8, -8, 74, -87]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b3116cc759f845c18b26c0f0d11d76c5", + "input": "[25, 68, 47, -74, -49, -60, 0]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-5ad228f5d78d429f945a4e1bd3ed83eb", + "input": "[-51, 46, -1, -8, -55, -83, -65]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c5c3ea34aaa44f2ab948baf34334007b", + "input": "[100, -34, 96, 61, 60, 82, 16, -14, 43, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dc21c72b6bff41a599d33eceb20fad0c", + "input": "[88, 80, -50, -74, 36, -50, -34, -96]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d8223792439f43808be2ae86d7ca4686", + "input": "[30, -82, -57, -26, -18]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2d0901e14e66422d95fd966c190ff81a", + "input": "[-22, -77, 13, 72, 20, 49, -83, 8, 47]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-10348c21e8df41059b1c60597d97246c", + "input": "[48, 52, 96, 8]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f25015cdf0894322b143ab1e47fce403", + "input": "[2, 72, -77, -95, -99, -91, 89]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-60f113d2a15d4617a0d2dc6950af2592", + "input": "[-81, -76, 81, -7, 40, 33, 29, 41, 38]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f40f94e4e2414776b3781b0c2795e6ec", + "input": "[66, 23, 10]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-b95a407a73cd48d08a52b8e324abd4d5", + "input": "[-97, 25, -68]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-6acef859198b470ca4771e767bb33dc8", + "input": "[17, 60, 31, 12]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5bf14a8bd9e8405797aa128ab70a3acf", + "input": "[20, -65, -58, -46, -91, 37, -11]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c35d18ef6bbf4be99822ad0bcffaf2ef", + "input": "[-16, 6, -61, -16, 75, -87, 60, 75, 3]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1614cf34afd74c5d91762fa528ba6a11", + "input": "[-11, 65, -34, 97, -44, -20]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-697616ce0cb143d3ad9d4567df340186", + "input": "[29, 44, -94, -70]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-cde2d9d9c6fa4660b6f4bf0b2160ee0a", + "input": "[-21, 64, 73, -16, -7, 63, 21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d1d2252133d744d984ca7432adf74a4f", + "input": "[76, 69, 81, 27, 78, 22, -39, 41]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9ce46ba0ca474b3aa567c95602c83438", + "input": "[36, -47, 67, 43]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-70e1a3b2fe834690a3471d248fd48660", + "input": "[86, 90, -3, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e21e4e37c05a4356a95ce256a3d0b370", + "input": "[-45, -68, 47, -16, -32, 86, -100, -85, 89]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4d18a01115124367a04c90e4b4f33907", + "input": "[8, -75, 68, 48]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-05851bc438b246bd806e2163f584e629", + "input": "[57, 8, -86, -32]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-274d4fde78c344b4b9078462a63611ed", + "input": "[-24, 99, 37, -24, 15, -93]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-05bff05ba8c34184b8bdd7be0730ec37", + "input": "[-4, -85, 99, -54, -38, 37, -33]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-7c10bf956ef44436b1762bcaca07d84f", + "input": "[64, 29, -65, 76]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-b77bf253c73f47d3a30f9564084c0d8a", + "input": "[80, 11, 71, -64, -9, 16, -44, -4, -49, -12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-21fe2b87bfe74fb2a0ee9265bbd1a2ec", + "input": "[-48, -95, 94, -4]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-951ac98e73984ab39f81b49bc7467e94", + "input": "[60, -41, -7, -5, 26, -87, -29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bd49e67a39a24fa6851dbaf2449bb617", + "input": "[-95, 11, 95, -80, 19, -16, -20]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-210c0386af8546e1a2f8dbf6d932da43", + "input": "[8, -59, 82, 76]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-860c9e41dddc425fa6a7bc910feb039a", + "input": "[-20, -84, -73]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-faa734a73adb45a98c57dc7e0628675b", + "input": "[81, -9, 8, -60, -84]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-9bf0aca2f89043a48290f02322c2a678", + "input": "[16, -4, 96, 62, -30, 23, -42, -8]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-44c631f6ca8244be8c005760d01f7466", + "input": "[8, 100, -32, -53, 89, 35, -73, -7]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-08c19b926ead4bed9b46206516ac68d9", + "input": "[-31, 93, -59, 5]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-160cb5b014f94dfaa6d46d1cd58da6fb", + "input": "[-65, 69, -57, 79, 43, 66, 1, 71, -56, 34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2cae5209c1df42f1bbcf4b58b6821fe6", + "input": "[-68, -45, 30]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-4796ac7cfc3f401aa898dcde7cf5d108", + "input": "[6, -69, 32, 19, 14, 44, -43, -36, -58]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-2eeb372ef3dd4686ba630faa6456abc0", + "input": "[-32, -57, -87, -53, 76, 89]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f8197f45afd9450caa597a82e23bbc53", + "input": "[78, 4, 70, -94, 25]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-ac000b46cdd64b77b662bf30dd7bdb0f", + "input": "[35, -64, 54, -64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-af40125b9114453bb586278757d5d2c7", + "input": "[3, 62, -52, 61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3aec3bdeaf994744a0fb0d67eab2ba98", + "input": "[21, 90, -19, -9, -69, -83, 92, -64, 33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-38dc8a87311b4e1d9ff8b17b1c033ebc", + "input": "[-37, 77, -52]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-c4c8e868ea73401ea9f9cef23a6ac47d", + "input": "[2, -30, -78]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-6a9cb761159446499fdb1c423d17631b", + "input": "[17, 6, 38, 23, -15]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b879d4b1dd0146d1b2e0e14ff7eb7324", + "input": "[16, -70, -6, -19]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-931b75e9e3544fde81cb738c35557f71", + "input": "[24, 42, -1, 78, -14, 48]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-925980f9858945ce8a001e6f6fd7c64d", + "input": "[-28, 97, 26, 52, -60, -37, 30, 76, 33]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d058346d9e2b4ff4915cfb5fbbf327ea", + "input": "[40, 51, -13, 38, 23]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8c0d75ec16474879a3ef6e35417ce344", + "input": "[39, -67, -2, 73, -16, -45, -73, 92, -88]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d7b371ab9f79467a83793c744de09e4f", + "input": "[-39, 42, -94, 17, 18, 19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fd7623dd302640298a5777d6d6a417fb", + "input": "[20, -94, 16, 4, 65, -50]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a0a5a51f9fdb4f1bb7f266b91bc1750b", + "input": "[93, 17, 46, 25, -90, -38, -6]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-11c33e9b08e141ffbc4c693e9c22e5db", + "input": "[-60, 55, 39, 61, -100, 98, 13]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-14aad46d77694896a0f68cabda5ff0b1", + "input": "[5, -77, 73, -17, -45, 27, 75, -51, 53, -15]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8e78f62d540240368bb5e8235bbf2792", + "input": "[-23, 10, 89]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-f488ff11c3ae40b59eb81ec98be20e57", + "input": "[-55, 11, -41, -88, -70]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-814fefe6cc824b3d883dc466311c7c57", + "input": "[-29, 1, -68, 42, -18, -25, -87, -51, 66, 72]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-719794de776548b59c2a9c0fdd02b61a", + "input": "[4, 69, -80, 91, -79, -5, -82]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7d88cdd7a38148c7a58233e717056421", + "input": "[-53, 77, 69]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-f087331f1da54f49a642ff3d1307aa1c", + "input": "[42, -67, -41, -34, -12, 3]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a1b210722ea74f909b1fe53b78f99498", + "input": "[18, 24, -19, 66, 94, 21, -50, 45, 24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bfe2856135b948158c5984f3011d7dbe", + "input": "[57, 3, 91]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-523991e62bc14f3792cb673b19c975f0", + "input": "[70, -30, 64, 60, 93, -37, -87, 56, 81, 94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0488d035b644465daa94c526b93c57f9", + "input": "[66, 44, 18, 56, -68, -35]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-55469805fea84ec49b1c156b34036613", + "input": "[-4, 24, 8, 90, 8, 71, -23, 65]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f7da7f2eacb14a1a84e20dd0bc5b90d9", + "input": "[49, 2, 34]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-fd7d9ccc12764448ac8b431aa1e89d16", + "input": "[-37, 18, -9, -57, 93, -38, 31]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-02ffe34d1c2e4d3ab0e116e1deb13a8c", + "input": "[14, 12, 57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c457e8515eb44bb080c8fa49ce9a2fad", + "input": "[100, -49, 78, 60, -4, -78, -91, 71, -10, 26]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-65b1323316044ab1a15fba51512684a5", + "input": "[-41, -74, 47, -2, -86, 59]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-8ac61d2a0c5a468999557f12d9245661", + "input": "[65, 76, 77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bdea7e1afbd148cc986e2c2a15671809", + "input": "[-89, 0, 89, 18, -45, 43, 70, -18]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-32400d3173da49d9babd0c455d08ccd8", + "input": "[-36, -60, 65, 84, -36, -30, 54, -83, -36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f5c2e88ebb074220a00e120297ce50c6", + "input": "[-46, -99, -56, -89, 4, 44, 39, 36, 32, 72]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ca16e3538b6744d8b9cbb5a202d4df70", + "input": "[57, -70, -6]", + "output": [ + "63" + ] + }, + { + "id": "openseek-1-d6ed10ef6ef2420db2ad9411ea3d9cb3", + "input": "[-52, -8, 56, -3, -24, -16, -1, -100, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6bb8051fe9f340c8b6ffa07b0b39d27f", + "input": "[-77, -81, -73, -70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-558043fc85e44d69ada99e36c4f80248", + "input": "[52, -48, -38, 3, 84, 71, -59, 61, -86]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a4514b60fc0b49e8a7eafa2b80803047", + "input": "[5, 7, 81, 92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-78c68b2ec09b49aeba2467c307ff8406", + "input": "[41, -79, 75, 39, -97, -56, -22, -4]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e6848f8d51b14462ac118df6cda67475", + "input": "[-86, -37, -1, 67, -32, 12]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4a02953962a6487890f8267df2ef11ec", + "input": "[-19, -84, -40, 80]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-69d50ff8ed9c48269072129d3804c49c", + "input": "[51, -43, -53, -12, -100]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-807da60e80b843f89cd4e7f2f2bb205f", + "input": "[-29, -60, 58, 16, -42, 63, -56]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-90f1168ae63542769393a84ea6cc67a1", + "input": "[39, 96, 44, 69, -3, 63, -12, -52, 34, -11]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bbf680a5853c433b9322db37d9de7176", + "input": "[93, 85, -73, 35, -62, 41, 71, -32, -11]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-56398811e1e14e619699146521e1d019", + "input": "[46, 15, 20, -57, 94]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5391a861a1ad48258460b15ddc6be213", + "input": "[-17, 43, 95, 78, -79, -43]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-9c4bea1cc2894b109486ff107b1223c6", + "input": "[91, 73, 67, 37, -60, -64, 42, 65, -76]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b63d9747b03545c781d09cefef7b723d", + "input": "[-9, -13, 32, -97, 50, 69, 50, 54, 21, -29]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c92068e901e94ad5bbdb20c363dca957", + "input": "[-17, 24, -58, 23, -71, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3fd8c9fd47d24efab9a16e7f83690733", + "input": "[-100, 4, 71, 23, -69, 72, -54, -44, -62, -16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f58a96dcff3c46429e4e53e3bd8a7a89", + "input": "[28, 28, 29, -88, -86, 18]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3d11c24af4314f13a53ba979b171cd5b", + "input": "[2, -68, 9, 94, -26, -9]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-235f6f9fb3c645ff8f4a54d638a43cd5", + "input": "[50, 19, 33, -50, 16, -63, 9, -25, 13, -77]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c3e3e2a144d34f36aa089be97ea1c047", + "input": "[58, -1, -59, 29]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-02240481bcf048619f618e05e1a790e6", + "input": "[36, -16, -51, 44, 9, -3, -94]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2fed1f8de93b4d618663a8905faaaf6f", + "input": "[97, -86, -91, 60, 99, 86, 24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f372e23d5ad04b3396273aa51e8f42dc", + "input": "[86, 54, 91, 62, -12]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f3f38ca4eb974bdea7d7852d4cbc6b24", + "input": "[47, 66, 32, 2, 94]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-e635b49e2b9045388cdf61471bc6a768", + "input": "[71, 9, 51, 25, -87, 87, 92, 98, -97, -78]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0c0bb670712c4e3aa90933b8040f5172", + "input": "[-75, 26, 24, 50, 81, 61, 89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fb10ffc63e4247ef95681e26c7fb7f9e", + "input": "[-7, -36, -12, -75, -45]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ddbe61f7736648ab8ccca91b68ce15e2", + "input": "[50, 0, 3, 83, -19, -69, -27, 30]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ca10fabb859d4c20b8f1bb9d4a254197", + "input": "[-17, -32, 34, 57, 43, -78, 39, -73]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6b7ed740605f494f9097d8bcaa2922e5", + "input": "[22, 45, -11]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-60e723fef9b8452caabbf2df6a2732aa", + "input": "[-78, 78, 7, -85, -95, 84, 30, -15]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d159d9025bfb47bb84081e549c407cfe", + "input": "[-58, 59, 33, 71, 67, 7, -86, -38, 93, 48]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-83d3d5cfaea74121aaa82921ef95ef2f", + "input": "[36, -88, -96, -55, 96, 97, -98, 84, 100]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4124ab34fe684e558b0a030dc5779552", + "input": "[-80, -24, -40, 43, 99, 16, 71]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-8055f498cfe74a25820c0fe9df3f59b9", + "input": "[79, 85, -91, 86, 46, 41]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dca223cca3d147b8b4f7e47cde8a3ec1", + "input": "[-52, 89, -85, -99, 30, 77]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-f1181eb8f2da40b08039a5e43b5e711b", + "input": "[-85, -93, 51, 58, 80, 6]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-9f79d02d119940fcacfa317db8bd9a1e", + "input": "[-48, -60, 44]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-4100e14d99354164b29109b50b9415f2", + "input": "[-15, -63, -54, 35, 81, 5, -87, 96]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-6660e294519c4758840661abb8053628", + "input": "[42, -98, -46, -29, -49, -56, -80, 43, 1, 22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b9193c9b54604e94b1d97898c72418ac", + "input": "[-95, -82, 33, -99, 15, 66, -96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-11b81ef5f4f242909655bd8492a00936", + "input": "[-58, -69, -26, 60, 95, -51, -42]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-ec9df31e09ea494ca8bd5a348179b78b", + "input": "[-48, 29, 10, 90, -95, -14, -21]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-2e520824f1d3474c97a56464c94b7762", + "input": "[-29, 84, -10, -93]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-0c52333be8e54fbaa3295f21b41c694b", + "input": "[-48, 60, -44, 68, 16, -60, 52, -54]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-53a208334b4d417683f8f4ace788c17e", + "input": "[54, -55, 67]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-823183f341f84ceb8059cb33131c42f4", + "input": "[-14, -57, -16, 88]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3628198ad5674cb0932318b35fc5e6c1", + "input": "[40, 86, 77, 15, 66, 8, 82, -78]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-32a1d55f01d9401d8b9b12b42b60d103", + "input": "[-6, 79, -2, -93, -79, -81, 56, -22, -87]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-54488e02c0c348d689cf75bfdd046a36", + "input": "[12, -49, 15, 71, 59, -95, -22, 62, -5, 36]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-664c47f4128649139339bba2dc355dad", + "input": "[100, 10, 0, -43, 72, 29, -56, -23, 26, -96]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6a53aaf45e7843cf805f2e3f89cc65c0", + "input": "[40, -64, -82, -17, -23, -11, 63]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d75271b2a7e34dc4bc0cd0fb69aef6f0", + "input": "[30, -24, 100, 43, -80, -54, 14, 36, 32, 12]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7a74ca14a09d43a2a13e680caa2a7979", + "input": "[75, -81, 45, 74, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c8e5f7c520c7469093ecb8c6f69677b8", + "input": "[-83, 6, -65, 44, 89, -42, -59, -72, -11, -96]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-75e6984bb9f743049f379dc334308b74", + "input": "[40, -77, -27, -72, 31]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-6cdd10727d5741e385db369266462fd3", + "input": "[-70, -11, -1, 11, 3, 91, -36, -93]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d318fbdb6c9648fd9ed4ec81f96c465d", + "input": "[-64, 45, -58]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9bb20066579943c9994242bd1623add0", + "input": "[28, 96, -43, 96, 32, 72, 9, 28]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c6785dd5f8894302ab9daa71dc788d79", + "input": "[32, 59, 38, 65, -45, 57, -60, 69]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-53a0869609044fb0af28f0371eb5cb71", + "input": "[-16, -30, -93]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-5dbbe28368404f25bde9c4e34e364826", + "input": "[-9, 75, 75, 10, -26, 6, -42, -97, 18]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-014de2c7e475456f8041a1a36792d2f8", + "input": "[85, 11, 45, -72, 92, -16, -1, -42, 64]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-27e890cbfdbf42d5b584743717d653e3", + "input": "[-49, -8, -98, 48, 85, 57, -72, -50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1ec7b186af6b4449afe01bedb2976e40", + "input": "[83, 100, -83]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-56ed6f42f5d748f78cc3863c1f3b75f7", + "input": "[-92, 68, 88, 69, 24, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-423b0293be484447867d6234dc8e65b7", + "input": "[-51, -80, -33]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-d2b6d500bdb34c0ab3b3e5d92a565593", + "input": "[-80, -53, -17, -68, -92, 85, 26, -43]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-57a47417a274459fbf069e374ea39da2", + "input": "[51, 100, 39, 53]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3be6540ca101430b9e6d853193d06118", + "input": "[76, -51, -34, -29, -3, -56]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-116be93cd7da4f23811e946f944ffe34", + "input": "[12, -89, -68, 16, -52, -64, -56, 84, -35]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-02ddeae00cc049ccaffd3b70bf6a10bc", + "input": "[-51, -96, -27, 34, -92, -64, -4, 77, -89]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e9c8ff0267cd44f5aa095def69690cec", + "input": "[-69, -4, -35, -53, 95]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-6c197bbef6a24ae09ecd74441653c9e8", + "input": "[10, 19, 44, -34, -10, -22, 53, -2]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-44611007a66241198f183597a334c28c", + "input": "[74, -91, 2, -90, 16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fcee5299d53b4385a439e8a4f495640f", + "input": "[96, -44, 3, -31]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-4e5828706f4240679d43eee64bf2bb82", + "input": "[-58, -22, 3, 73, 94, -11, 31, 67]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-74ab1378d1ef4e90aa6cc5d6d7013e5b", + "input": "[-51, 47, -76, 4, 64, -11, -16, 63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-47416c5a8a62490aa11753797bdebf6d", + "input": "[98, 27, -64, -82, -36, 17, -52, 75, 72, -15]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c9c41bb8f4ef4bb3bf0120f008a9692f", + "input": "[-79, -54, -16, 54, 13, 21, -61, -65, 67, 61]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9df6cf73eeec40f5b9e65db55960f92d", + "input": "[66, 75, -8, -99, 49, 25, 55, -84]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b65a6f6a35884fc1ae8290adc6e7d44f", + "input": "[-87, 28, 4, -93, -9, 93, 73, 6, 55, 12]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c64abb597d6f44ed8e76860e51be8783", + "input": "[-28, -31, 27, 1, -97, -56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eaf0807517134447b58626cecee8c299", + "input": "[22, 57, -54]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-f09333adeeb544d4b0dbdcdc3521e16c", + "input": "[-2, 78, 0, -2, -46, -100, 14]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bef90d0c41034f6a9149653d94d11e2b", + "input": "[88, -10, 38, -80, 84, 70, 78, -5]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-595d581fa5c1422cbba118b0db142517", + "input": "[43, -95, -43, -64, 70]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-899f125e80ca4d40b9fdf089493a957b", + "input": "[47, -11, -75, -39, -13, -14, 98, -24, -46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9b55922891f44bec9c37d81b0a15db52", + "input": "[-5, -65, 77, 47, -73, -32, 88, 91]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-26bd672f7cee4f7aba96c1b09ee2c70c", + "input": "[65, -62, 98, 91, 66]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d4346b0ec1e44d6c94a060582aafc924", + "input": "[-78, 5, -98, 36]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-5aaac4b7376a4355a90391c565a77cb3", + "input": "[91, -94, -86]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-9b2b5f48c1b240878f64a3b7111e495b", + "input": "[-55, 86, -77, 8]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-2c3a16b7697d485681e6dfa20184d8a7", + "input": "[-6, -9, -65, 90, 31, 64, 80, 79, 31]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-896cc75a6aba434ababe13c7d9d113a8", + "input": "[-81, 74, -63]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-cb46f44d61f745c59d1d2fb810ad7ad0", + "input": "[90, 25, 47, -19]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-60965d8f786b4a5aad23d411c9890fa0", + "input": "[-53, -76, 60, 9, -93, -62, 21]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a2aa160ddfbb452db927724f2ec8b631", + "input": "[66, -91, 30, -49, -74, 91, -65, 11, -83, 90]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a035dc918b764542ba55c46776fafa84", + "input": "[82, -18, -28, -34, 60, 86, -26, -6, 4, -71]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-01d3dfc514a24b1f9872567131ceeedc", + "input": "[-17, 77, -47, 20]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-b4d5a2784dd842388fa58404089e28e5", + "input": "[-7, 71, 48, 96, -48, -11, -61]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-60a26544127e42739712924603c29605", + "input": "[29, -92, 38]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-ae4697e516564001935c4b9260cece4c", + "input": "[99, 85, 41, 59, -57, 85, 38, 81]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2b87c668dd044695aa0f6cc625a0d4cc", + "input": "[31, 46, 95, 45, 92, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-085f26f61fc348c3be169fa3e181228c", + "input": "[45, 92, 24, -2]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-73bda68a4a3e4951b1473775d61ae5dd", + "input": "[-71, -45, 100, 65, -97]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-3efe3ae51a3348dd89b2b5bd191b05b7", + "input": "[-92, -46, 11, -82, 64, 87, 78, 12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9b48a6d0e74b4b28a7e42df6b7d581a0", + "input": "[-67, 100, 55, 48, -53]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-76b12d3949f34c04bb0da248a08f8834", + "input": "[-12, -32, -91, -2, 74, 17, -16]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-068545412ac34d42b9425c3fb996f7f8", + "input": "[18, 55, -54, 58, 96, -16, -93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3a404f36fe6a4abba7c6dfced0773d40", + "input": "[10, 3, -52]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0f7391a8b2e144b994a639da1e08efc5", + "input": "[73, -64, -12, -96, -84, -76, 92, 44, 98]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-05324fda6c904ca6b3a5c6a9b2a641ae", + "input": "[-90, 32, 34, -87, -91, -41, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fa058390b7344bbe9094613996113c1b", + "input": "[-18, -62, -41]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-49784949098e4d5387074a47cd20a6c2", + "input": "[-79, -34, 43, -39, -68, -80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-082fe642b54e4f31af42066be485386c", + "input": "[-7, -56, -26, -74, -63, 63, 49]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-da08fff053a848f387414afcf6fe5e48", + "input": "[89, -30, 78, 86, -10, -61, -43, 78, 82, 68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f9b6a470464c4378a4e1bb4e78b98ac8", + "input": "[72, -81, -99, 0, -54, 30]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-9e8e993398554b0c87a1e7e833f8298c", + "input": "[1, -14, -85, 100, 23, 20, 86, 22, 67, -34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4257b7479391452e9a7591a5e8ba65f0", + "input": "[68, -42, -43, -5, -64, 16, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b12e874bda314a238fc091ed83cbad72", + "input": "[-9, -85, 84, -36, 27, -89, -72, -90]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7d8db13bb342403db2ed15e550df3ab4", + "input": "[-94, 79, 99]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-07ee8803823d4b8aa0ea4d21fa7101f1", + "input": "[63, 77, -53, 60, -27, 70, -22]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-532f486989934ed18a591ad17b06cdd8", + "input": "[-91, 70, 98, 73]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-20738d9ff82547a78032aece164401c8", + "input": "[-39, 92, 70, -9, -100, -61, 56, 95, 66, 7]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f25e016636114c688aa82776524a09f4", + "input": "[78, 71, -22, -2, -73, -17, 52]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-49941c92e63e4e998d59fb7e92058784", + "input": "[-94, -41, 28]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-c9b1c2c055be4acd9305920e6badc4cc", + "input": "[-70, -89, -98, -55, -18, -17, 1, 30, -57, 15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-06918034d4de4c3d95c571be70e7dd6f", + "input": "[2, 35, -58, -71, 55, 31, 70, -34]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0ffd3c17944048ee86270d6049174715", + "input": "[7, 18, 30, -89, -72, -33, -9]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-73a4770dfa4b45b89f93ac4a7426e265", + "input": "[-69, -85, -40]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-93e7e25820044c288c5ea208336c778d", + "input": "[-8, -38, -14, -68, 78, 37, -7]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b7bd69825de84266b70360b894660062", + "input": "[-36, -58, -21, -56, 27, -55, -83, 34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ab66d1eb738245138ce2a7d5d7571d6d", + "input": "[-42, 72, -26, 60, -4, 3, 61, 69, -35]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5fbd88c534df4a6a990afdc369fff9af", + "input": "[-88, 37, -48, -100, 79, 94, 59, -84, -80, -49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-14d85384fea949c3b692c0c84404e13d", + "input": "[-58, 72, -62, 94, 40, -19]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-57a98b3556fa4e22ab2e9e4eeb1c46ec", + "input": "[-76, -78, 28, 32, 27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b504913ebb5848c4892509ca5cd9bf34", + "input": "[59, 52, 79, -94, -99, 78, 50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-719f0e3e18454394a1660dbbf27ad3fd", + "input": "[15, -53, 68, -20, 68, -33, 79, 34, 15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7dfdda83dfda45399373821d893c725e", + "input": "[92, 94, 19, 93, -34, 12, 40, -64, 3, -80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7ce04b6d565142d1899c9d76f63e5340", + "input": "[-93, -67, 69, -95]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f10a3abef0204923a76dbba776eb128b", + "input": "[44, 13, 50, -87, -13, 27, 54, -7]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5696d1700d9a482c9b62f5aee8c6cb27", + "input": "[-1, 33, -58, 84, 17, -86, -68, 7, -15]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-8f9987bed2744ee6ab8b503a4f647e15", + "input": "[53, 45, 61, 30, 70, -35, 42, 51, 57, 53]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-61ff06b2184046d1bf57541f3f87c18a", + "input": "[-94, -73, -49, 86, -58]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-1456e7a491f942499d88e33f639a8785", + "input": "[34, -73, -68, 83, 93, 17, 29, 59]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f40cb6c04e86410b80ea118f85a1b35d", + "input": "[41, 13, -43, 55, -33, 76]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-58cf937a89dd474aae04dde4da5c78eb", + "input": "[-85, -88, -89, -31, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e01105574746472fa4281a197e6b3e92", + "input": "[-72, -100, -51, -33, 45, 27, -89, -21, -80]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a6ee52d0cbf440a7ab2f9aeec93385f2", + "input": "[-93, -27, -10, -36, 18]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-5a7d8203dad2442a9698fb0f84887dbb", + "input": "[28, -95, -46, -17, -36]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f37bea77370b4f0a8e3d91e9766025a5", + "input": "[8, 11, -61, -64, -1]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fbd041a081c842c2b89628514bba6c67", + "input": "[33, 58, 92, -10, -1, -100, 57, -13, 41, 16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0a941d3bf58a4186a61c2d986f322683", + "input": "[-39, -54, 84, -43, 45, 9, 99]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-20de544806394030aa261e1f00905ea5", + "input": "[-77, 56, -27, 16, -58, -40]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-6c212b48ffed46a8991753c0a5959fe6", + "input": "[34, 33, -66]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9095bc7f7ac64aa0aa436a22c6c65972", + "input": "[27, -61, -67]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-24adceae600446c39134324b4f7911d8", + "input": "[-38, 81, 18, -86, -17, 78]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f48582b6edd24eb78b494fc43411b6d5", + "input": "[-59, -59, 74]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4dd3cb05747a4390b2058353d08fc8e3", + "input": "[-15, -57, -65, -81, -100, 41]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a3e00dcd3fa34e878fe52ec7799967c4", + "input": "[28, -91, -36]", + "output": [ + "55" + ] + }, + { + "id": "openseek-1-3b72dc89bd054c2298b7851c105efecc", + "input": "[-36, 2, -26, 29, 60, 6, 70, 2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6556d7f557a846d89fca65741797ab3e", + "input": "[-40, 62, -81]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-74997dd9cd934a3a9a9706012152cca8", + "input": "[-5, -52, 96, -14, -92, -25]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2755162118ec46cba6a9dd4fc8fb3eb9", + "input": "[-45, 54, -54, -6, -76, -69]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8540c98052e5401bae5ad9f7f612b3bd", + "input": "[-37, 71, -21]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-b3e9cf3968e4450c8faaecc23bc8c5c9", + "input": "[9, 24, -71]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-e86e6b72238a4af98875eccc7d4c6f70", + "input": "[90, -47, 20, 40, -95, -63, 75, 39, -5, -56]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-870b7468a66d42d79328a4bd8cda6d7f", + "input": "[-96, -31, -99, 94, -56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0991da8f91b54735b6d8c85a48f90f36", + "input": "[-44, -94, 90, 20]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-93c62bf0859a40f493883331bbdfb7a4", + "input": "[84, 52, -52, -37]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-f905be7211464ddab564dc7f011beff1", + "input": "[-89, 36, -54, 3]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-70bcea0092534d63b3fd130019f7a070", + "input": "[47, 17, -44]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-85e5fa7cfbfa45ce95b7cc597cbc8da4", + "input": "[18, 1, 21, -49, 94, 15, -76, 91, -20, -40]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c2de6db7480d44f3a9df15cf3ba2e287", + "input": "[-16, 78, 40, -61, 78, -65, 98, -98, -36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5f3cf8d1133f4e34a6bc043ceae2743a", + "input": "[71, 37, 0, -81, 73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0339b907135a41d5bbe65806d2e38f9f", + "input": "[76, -35, 78, 38, 39, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5ac00b46ae5047f9b22bf7038923e88a", + "input": "[78, 2, 80, 7, -20, -64, 30, -52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4520dc2437a24af3938effd0963cd2df", + "input": "[83, -32, -82]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-79510ba858d846538f90f96707969f0a", + "input": "[-65, 90, -79, 21, -77, 88, -83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-658c537db1ef42f789a02e21e32c3d43", + "input": "[38, 22, 50, 59, -77, 26]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c595a938646d44c19e86059efb5c3372", + "input": "[11, 46, 50, 35, 6, 53, -70, -90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cf6ae56809dd4a2f9e5b768fcaae0a19", + "input": "[69, 43, 55, -11, -19, -53, 1, 83]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-57bb5bfda2fe47359f1005f0060b2a47", + "input": "[-87, 99, 95, -84, -14, 27, 4, 70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1c8879f6a5f74ac5847f2b868863ec5f", + "input": "[11, 8, -16, -43, -13, -70, 90, -90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5241dba8bc3249008b9486be3de2d39f", + "input": "[64, 47, -64, 66, -37, -20, -68, -97, 33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f6783b8440be43fc9342f27215d78d9e", + "input": "[27, 26, 15, 84, 33]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dc69a636517b42c19ab0e2b0e81c3258", + "input": "[34, 44, -65, -19, -91, -25, -46]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3f49226e1bc54b56a4da332d5e748e70", + "input": "[-27, 12, -27, -65, 15, -62, -24, -80, -52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fdfd7c2d852c4e40a56579dd8b5a048e", + "input": "[-11, 59, -92, 55, -12, 15, -92, -27, 17, -14]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a0a56c52f0e14051b95bc2b86e808e66", + "input": "[-5, -44, 81, -31, 87, 45]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-4368e48b0dc647cf9fa53c23c4de7c3b", + "input": "[-28, -47, -28, 88, -58, 100, 85]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8351a1c341e14f929730764ecdb1c137", + "input": "[-81, -37, -55, -87, -97, -24, 61, 43, 92, 54]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-32629a72732b49b8a3d044e245eea7a2", + "input": "[43, 8, -31, 95, -24, -29, 20, -11, 42, 0]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c6c02d6975f746f49c4a8a8c0c6b7f97", + "input": "[-35, 97, -89, -35, 18, 15, -66, 24, 24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dcbd4a0434ef4e3cb8d2623172e7fab1", + "input": "[16, -23, -44]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-3fad53d89f8f420ebf6e5aac83246740", + "input": "[79, 31, 58, -76, 45, -32]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-9618092b38fd49ed939d8e9b169dbf41", + "input": "[98, -51, 94, -49, 2, -51, -49]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a8016f97567c49d5b65be9c7bfbcb064", + "input": "[56, -86, 80, -74, 28, -34]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-0af0fc3336a74f57abf82e784dcff1a2", + "input": "[60, 71, -58, 70]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-984feea6f83f4515abbb08708ab56c68", + "input": "[-93, 8, -12]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-a5b3c6b180c944cba2a725cdf2a3a87f", + "input": "[-99, -6, 1, -54, -92, -81, -37, 18, -3]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3025432b445841eba8c27e209209d767", + "input": "[82, 6, 83, -66, -95, -15, 7, 42, -77, 2]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f81faaa222874db18c438bc308badcc4", + "input": "[-10, -52, 25]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-95f69bebbafc4d408eb238c2f9d6de94", + "input": "[-52, 38, 5, 93]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-3b8078e150934843a06a514de1e2cb5e", + "input": "[74, 30, -11, 100, -12, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-46b244cdd92c4a389929d289839e8b9e", + "input": "[-82, 33, -56, 37, 75]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8b5b519a730443b2ab911238674bdb9a", + "input": "[44, 26, 60]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-ca0d5318de954f059115692f0b2384af", + "input": "[8, -79, -59, -47, 44]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-498d6fffcdb84f60b39dd2dd7d443882", + "input": "[-93, -56, -43, 67, -54, 83, 88]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a4c9bfa08b1044a0920a68776a00e69e", + "input": "[-15, 18, 52, -11, 77, -46, 71, -53, -4, 7]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f2d435897e8d4e9299ce2d4adf840967", + "input": "[-30, -48, -59, 9, -4, 85]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-d824b1f5dea64f84a762327fb54ed009", + "input": "[91, -30, 7, -40, 0, -28, 53, -53, -74, -70]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-505b68159218450aaad788fae017aa96", + "input": "[0, 67, -1, -4, 92, 3, 89, -57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-50601881777342d9b8455beb0d6e67af", + "input": "[60, -1, -91, -75]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-f8c6b2a1c42c497ab5332cb27e186dcd", + "input": "[-11, 47, -7, 7, 15, 94]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0e59aeac7260491da27c89c44bc883a9", + "input": "[21, -6, -29, 24, 99, 65, -1, 59]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-49ac2fafe47140c4bfdd9f5beb5025b7", + "input": "[-80, -74, -94]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f5cd0353da7d4b468a602b2cdef6abf7", + "input": "[15, 99, -24, 59, -36, -30, -22, 27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-10b0d5c8fadb474aa4d26fe1f9d7f042", + "input": "[21, -68, 25, -64, 76, -88, 81, 92, -10, -28]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6fe52b29b70b43058ceb8c9e5f1488b6", + "input": "[14, 43, -35, 94]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-947251fc22a64e9f9be8846c1933e08a", + "input": "[-15, -97, 27, 36, -91]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-095c9e28ff4a42198ac57af1a0b126cd", + "input": "[79, 90, -53, 34, 14, -9, 48, -81, -97, -92]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-79a392bb25014c2ca9a51ae06f6cd449", + "input": "[79, 15, -90, 96, 96, 58]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e0c765725c2345eb8ba69f34d7f30197", + "input": "[95, 4, 18, 17, 69, 58]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-10b26ad4c2ac4e188270468c2515814c", + "input": "[27, -96, -93, -59, -73, 40, -86, 85]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fe0c1131e02e4887a91505714b4f263e", + "input": "[-16, -5, -42, 77]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-df6234ced9db4b1e9a35c789ff1f9636", + "input": "[94, 64, -98, 25, -19]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-6f37ad7d8346482ba7296464d3a27f98", + "input": "[-15, 48, 77, -86, 91, 6, 61, -1]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8cb8d477c4df4bfc95c2d80ee37d1b1d", + "input": "[-94, -21, -1, 25, -90, 32, 85, -80, -52, -28]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ff8ade78a5ed4e619042620c54c9e079", + "input": "[-6, -76, -59, 46]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-a973512e442e47eb80cc18763f9b04b5", + "input": "[40, 26, 91, 74, -57, -65, -5, 7]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-4826d242ddd2416f9ae9814d1b56c446", + "input": "[25, -82, -66, -19, -92, -14, 23, 52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9e51719f5f68429aa54dd7cdb155353f", + "input": "[83, 31, 19]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-58c648f4ac46419fad39488d0a0f3fe8", + "input": "[-7, 77, 97, 75, 11, 29, -23, 43, -14, 42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f7343d7167744e989aaadce4996f21db", + "input": "[77, 7, 67, -99]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-63d8525ee96546c8916483ece0c95d39", + "input": "[-85, -85, 47, 50, -45, -63, -22, 21, -62]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4952f2215ab64081827b64818197873f", + "input": "[14, -91, -57, -97, -21, 52, 89, -28]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-48e2015b7e764a24934fdd86070f87c2", + "input": "[98, 14, -32]", + "output": [ + "46" + ] + }, + { + "id": "openseek-1-88b248bf08d4413eb17738f55706bcec", + "input": "[-68, 24, -66, 72, 59, -55, 42, 32, 94]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-57c66b759bbd41b6aef62862bdc3edc6", + "input": "[-60, -43, -1, 49, -52, 27]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-9d407b0f8afa4b8b8c4cc9773170d2fe", + "input": "[25, -66, -38, 32]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f34091ecced24c939ab39084c48a856c", + "input": "[49, 42, -23, -20, 5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2c2bc3ac964c4a31a328f4bb7d2c504a", + "input": "[92, -12, 42, 68, -80, 11, -72, -62, 80, -85]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-aea7137ab8fe4e868d662ea2d74d4b58", + "input": "[-78, -21, -62, 42, 1, 92, -49, -100, 25, 35]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-de14bd10051c45dab1ac9be4b3b339b7", + "input": "[-11, 38, 50]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-7fea42d7ac624e7da07553cfaaa10c26", + "input": "[53, 71, -74, 85, -8, 32, -54, -43, 20, -52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2980b07087814de084bf1e000b14cefd", + "input": "[33, -26, -100, 27, 36, -80, 56, 64, 38, -53]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-de3337399dfc436ab550f98f31cf15f1", + "input": "[-97, 62, -29, 85, -66, -8, 15, 73, 79]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9d1099d0886a44fb826989a5331c6ecd", + "input": "[-54, -35, -3, -53, -31, -36, -62, -54, 50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2dcfdde345bb4662bf2954590b788f9b", + "input": "[68, -37, -31, -57]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a0eb20ef58cc445e99b076b3dc875617", + "input": "[-90, 38, 77, -48, -76, -84]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-1ae0fa4244b14d06b45808c130d46155", + "input": "[-81, -16, 24]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-47ff0d64ea4b42b884f4f00ded30d655", + "input": "[31, 28, -15]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a0d04787302849448757ed06aa13160b", + "input": "[37, -39, 87, -30, 50, -37, -10, 50, 57]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9abcd9b80b134274aae2f8e2a078b484", + "input": "[14, 61, 54, -31, 62, 9, 35, -37, -40, -59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-25e28b684d084ac781f12fa9d1ad269a", + "input": "[16, -93, 68, 38, -15, -62, 60, -5]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-4f41ca135db44f24840892bc42b29001", + "input": "[-52, 85, -73]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-9c40aac1a22a47109c97fd878b89ade3", + "input": "[91, -23, 50, -46, -73, 91, -17, 38, 27]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-36614ce87d38441dba9cfe3061617684", + "input": "[13, 86, 41, 47, 56, -38, 20, 35, 9, -77]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5da17a17e0ec42b99124aaba2db7d10d", + "input": "[-37, -66, -46, 61, 60, -28, -10, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4bf9a1596e4841119b200f6d2e12133c", + "input": "[10, 89, -49, 55, -65, -61]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1421dd8fe6a24043bd214dec433944d3", + "input": "[-74, -46, -89]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-8da66671cd9c4008b64b6c8825100ab4", + "input": "[3, 97, -70, -10, 82, -20]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-a3ae3749d8ff4935bb3371f2c967f30d", + "input": "[86, -76, 57, -66]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-11458e4803c6435d97365501dc0e7725", + "input": "[-94, 58, -43, -74, -37]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-16cfc4e83f3a4ee9b1798fe5063672eb", + "input": "[93, -81, 49]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-1c16244bbcf24352a4cd1b6408428c13", + "input": "[62, -61, 36, -38, 88, 55, 51, -5, 75]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fb11c3a13e3740c2ac333f04e31c2c55", + "input": "[94, -55, 13, -67, -83, 46, -58]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4d692fa7fb304843a4a5603b623c20a9", + "input": "[42, -53, 13]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-99d63fdb66d7488398b73e861f5250bb", + "input": "[80, -75, -5, 10, -48]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-23c0455fecbc4f049a35263c0c6e09cb", + "input": "[-87, -99, -12, -97]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-98ba9dff76424df7a4e3673dd385f709", + "input": "[51, -4, 7]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-3f9b05f2a91e4f78a97492da080fa869", + "input": "[-92, 45, 58, 37, 53, -80, 61, -40, 96, 41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5439407b7b584774a202369402594c82", + "input": "[-85, 24, -83, -78, -90, -51, -56, -72, 91, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0cb388041d544cbbbe393abf2b1b4dc3", + "input": "[-42, 90, -14, -83, -17, -59, -13, -87, -57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-745665cc97c5474981f6ee807ced80d2", + "input": "[32, -91, 17, 10, 90, 34, 24, -96, -57, -55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0e213c448e44456b89676831b112518d", + "input": "[-92, -48, 88]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-b1d171a680aa400cb8c7c321c52db3da", + "input": "[-64, -99, -85, 63, 35, 70, -77]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a2dd51cbda1143c38a728828253eb3f4", + "input": "[16, 38, -85]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-b48db9b96d724c189579a4d4576e9ff6", + "input": "[59, -23, -2]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-3e0b60d3b09141a6ad9124359a21b524", + "input": "[27, -41, -68, 50, 41, -21, -30, -37, -20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3377462088564131be3dc2ecd21c0d2d", + "input": "[-31, 48, -15]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-ed79b82bcf3743ebb5c4fa3327d9c175", + "input": "[-67, -1, -94, -67, -43, -83]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0ae64dd64d8841c3baad0f5bdd0a0b7f", + "input": "[-81, -33, -64, -1, -25, -24, -32, -25, 92, 79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-23728d1cb0884f198d4538004595a54e", + "input": "[71, 9, 7, -99, 23, -82, 48, 50, 32, -26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a6c89710a69c4f08b3bc97906a8f5010", + "input": "[100, 75, 72, -12, 79, 53]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9156b4ea5c6343d898119b27670f34e3", + "input": "[-72, 22, -6, 87, -24, -59, 79, 72]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-abf570c0abde405ab048ee96353788c7", + "input": "[13, 85, 65]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-2bafc6606425484ea821e33987b20606", + "input": "[22, -86, 53]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-33804a0d1a4949598699d87e992ddaf4", + "input": "[71, -61, 60, -22]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-24cbc8e77b8345e5bb4568f82ae8e1be", + "input": "[-12, 31, 18, 18, -42, -55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-533d3e089c4740968930fd4fa1012688", + "input": "[71, -59, -20]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-e2f4fd90fbed4b3896ac60622e7f7630", + "input": "[46, 14, -41, 27, 87, -3]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-c97c60da74a448a28469b1403b6b2cc5", + "input": "[58, -13, 37, 44, 40, 85, -67, -33, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3aad5f20c3a64e568121cff19192ce98", + "input": "[14, -30, 53]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-8a8e88f80c5f43dd9a54c881cf826fc3", + "input": "[46, -72, 30]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-644ab8a444b54caea0c9c3b7b48b08b3", + "input": "[-35, -16, 80, 98, 50]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-d48aee8daa744189999c7959cd5811f8", + "input": "[-59, 46, -86, -2, -26, 39, 31, 67, -20]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-abdca4960fa44760810f94306ee17b63", + "input": "[54, -48, -92, 36, 41]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-dd84c06ca073471294506ad17a571d79", + "input": "[10, 42, -38]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-ae72ad06d67c4bdbab621a1179e30714", + "input": "[-5, 87, -73, 55]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-fb0dbff871f24701a87a5afc79cfbf9d", + "input": "[50, -92, 9, 66, -100, -4, 26, -25]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2285349ff8c3420db4226f8921a3dd39", + "input": "[-36, -62, 46, 65, 64, 23, 0, 3, 41, -78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dd19c598f5b242a5bdffea17db44dd10", + "input": "[89, -52, 85, 59, 48, 75, 21, -50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f5b9d7d3b11a4b838cbb516adc812122", + "input": "[40, -65, -21, 25, -46, -48, -36, -100, 73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-765f2f71c924429a90fd0b0b80bf0fac", + "input": "[-42, 63, -18, -4, 27, -73, -61, -69, 34]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-880a9f8d99a7480e9a2272bae1ef1590", + "input": "[-47, 3, -97, 78, 43, -29]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-a8fd9bf3d304405b9df796f2fa6a65a8", + "input": "[5, -40, -96, 59, -41, -13, 75, 35, -33, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-06dddb5a05244857a4c9922b237efa53", + "input": "[-22, -58, -53, -94, -11, 86]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-459efe133a284e6a808e65d9dc61f2d6", + "input": "[46, -20, -13, -43, 22, 50, -13]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8dd4aad69cc84920b643bdfb2b9bdbcd", + "input": "[-73, -20, -44, 3, 97, -29, -22, 92, -64]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b4dd1e7d9f74420081f3cc829eb84005", + "input": "[45, -13, -62]", + "output": [ + "49" + ] + }, + { + "id": "openseek-1-3e6347bb4358454db69aaee9c4086429", + "input": "[84, -94, 36, -46, 44, -87, 86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d14ecb34439d42849871bad5d2f14478", + "input": "[26, -91, -86, 65]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-05d960a4f31c438fbc71f08c951f4084", + "input": "[-27, 72, -67, -57, -28, -54, -100]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ee0563f49326471daa6a358eae038846", + "input": "[-85, -35, -6]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-5c7c587ef3db43e78f94acdfbb06fedd", + "input": "[-20, -87, 78, 58, -6, -61, -80, -32]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-87f285f63f7e44f9b0a3ba0599299033", + "input": "[-7, -4, -63, 17, -63, -86, -98, 18, -1, -69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1e86eaa0671742c7ac9d8f0e5214342b", + "input": "[61, 10, -68, -35, 16]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-72d6a2446d6544f5ac0fa69d6c824801", + "input": "[96, 91, 9, 95, 63, 26, 41, -78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-29fb6fe8a1284f208d5e788618ae2fd0", + "input": "[8, 54, 72, -41, -11, -68]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-9261f68a6a7848b7a4ec1f7f2cd384da", + "input": "[-40, 22, -7, 68, 9, 90, -9, 91, 57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ff5973cad1da45c1940f4c24fafa2e8a", + "input": "[79, 11, -47, -15, 83, 5, -27]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3daca6304d134fc28ea4fe4c95e1845e", + "input": "[-53, 22, -15, -58, 51, 56, 22, -10, -6]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-21cb057b928c4aefb35abd926f040180", + "input": "[-40, -90, 73, 11, -41, 16, 8, 100, -93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7bd86291f84b4ae8b9d05cc0f1554f3a", + "input": "[12, -35, 96, 23, 91, -68, -6]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-33a8fa4656e542adb655348681b33021", + "input": "[-10, -24, -62]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-a69e4151aaaf4273a176a9f412a90fd9", + "input": "[-95, 88, -24, -44, -62, 66, -10]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-f4245931b54c48f3b2c70515068b6249", + "input": "[-72, 32, -61, -24, -79, -40]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-df8e070ff5c44ca1a054aedc821b0681", + "input": "[37, -6, 24, 87, 0, 8, -9, -47, -27, -86]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-18a64e38191e4a73a9c50b271567172f", + "input": "[55, 9, -90, 64]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-6774de30d63e45bc8642c3aa17ea76a1", + "input": "[48, -62, -75, 17, -33, -49, -23]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-c243dc1afe384461b106378fe61a4340", + "input": "[25, -36, -40, -72, 57, 3, 11]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1b38ec60c10a48cd997f34b9c4f777a4", + "input": "[-70, 18, 42, 6, 7, -33, 34, -63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-40af76357a2c47f7ac81d26fb847f08e", + "input": "[-54, 72, -90, 38, 31, 18]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0f9074a22fc84686ba0b4b6b60ba5dd8", + "input": "[-60, 48, 8, 58]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-cb1a13054a024e2bab0982183b6eb32c", + "input": "[77, 58, 48, -4, 14]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-127a29e14a43471294aa26cba9c1e517", + "input": "[-89, -51, -18, -30, -33, -77]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a0cbfb21636a480d9a8d7b1fa1871972", + "input": "[100, -73, 63]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-edbaec366eab49298f4bb4b57b111e4a", + "input": "[45, -12, -54, 50, -14, -67, -41]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c79b3ac41bcd451e91ea9ba84a6838d2", + "input": "[-71, 100, -87, -46]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-8fa8b32dcfbe4eaca5aafa074e516c81", + "input": "[87, -49, 52, 42]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-ceb208a993a647118a4d38cd74246fa4", + "input": "[-78, -3, 3, -20, -42, 84, -16, -83]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7d4a9e6c05ba4e72852a8ed7e8e5aaa3", + "input": "[44, 80, 75]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-acecd690fa764064909d5204e56637b3", + "input": "[42, -85, 57, -59, 21]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-037cc071e54540f38f9b7c34bfdbaec0", + "input": "[-39, -36, 60, -27, -88, 52]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8f8f80ada06c444f8e6ff93ea2c18842", + "input": "[70, 24, 39, -61]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-c326bc3943c64128bc85503acc8d347f", + "input": "[91, 100, 26, -50, -29, 64, -55, 12, -26]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7979a4db212f4d2992c455095a274319", + "input": "[-30, 53, 56, 74, 9, -59, -29, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9f4a29d5fe3c493fab1af8719cedf42c", + "input": "[-81, -29, 27, 57, 3, 47, 77, -41]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-31f74de5c69f4f92b341e6b5cf296eea", + "input": "[-85, -75, 3, -55, 34, 72, -57, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-00d8e5d46e784b67892c3675dd495ffc", + "input": "[33, -1, 32, -95, 69, -91, -5, -24, -55]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9c0f36c2395c49cc911989565406faa3", + "input": "[92, 86, -47]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-988bf5143cab402d9fe0399e8dc09967", + "input": "[-47, 83, -25, 76, -24, 53, 1, 36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3e10b745fb124e54aec00b02dd825582", + "input": "[-69, 68, -93, 46, 48, 19, -94, 83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9b1720019b9c497ab48b9e6bbe06a757", + "input": "[48, 75, -54, 8, -11, -92, 33]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-d6083982d8834d1991455a5432de1064", + "input": "[-58, 67, -36, 46, 6, 8, -97, 37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-dcd1966489eb4fd89817125f9e6dfd18", + "input": "[28, 28, -6, 5, 75, 31, -23]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1cf672f397104dbea782e2d5a6f84a5e", + "input": "[80, 15, -16, -100, -21, 27]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-cff93350016143058731b862f91aaa05", + "input": "[-45, 27, -97, 62, -61, -59, -3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4fd8892b9a014cdfaa43fa514d02f8af", + "input": "[-52, -27, -14, -100, 55, -70, 57, 70, 56, -63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5dbbed4139424887837d772b35696100", + "input": "[49, 85, 86, 54, 76, -18, -33]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c16c7e1e24e34418b2a3a16c21734a0f", + "input": "[-52, 52, 33, -93, -82, 45, 33]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-08635b087a63476c9a22ad9e3a4f6d47", + "input": "[-49, 94, 32]", + "output": [ + "62" + ] + }, + { + "id": "openseek-1-41b64c0bf6204326814e06752d6c35f7", + "input": "[24, -16, -68, -38, 12, 87, -70, -74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-98b7a924886244f4a335db67c3b1d3d9", + "input": "[-55, -91, -7, 3, -10]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e1f178b2d7cb4bf0bd9db3476c970f0e", + "input": "[-97, -37, 94, 66, 66]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a5e0dc0ae3034f93b8d5d138d24dfb2b", + "input": "[87, 44, 71, -97, 76, -16, 54, -93, 95, 0]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dec63874726c4d7e8d5d2162fc80579e", + "input": "[-52, 63, -18, 4, 62, 55, -46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-86997079ed5746a69561192f1f606566", + "input": "[96, -78, -99, -90, 86, -71, -83]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-131846b8134247469a8c768ee90ce8bb", + "input": "[-86, -69, -32, 80, 54, -28, -44, -3, -21, 6]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-64aa6bd0a80547f2a713aa82bda81fc3", + "input": "[92, -55, -51, -2, -18, 1, -95, 20, 26]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f42b893de08c4d7bbddf83be716d2d5b", + "input": "[19, 60, -66, 15, -28, -39, 30, 28, -77]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6ab5d23782cb48498a51564882f5fd78", + "input": "[91, 98, 6, 78, 43]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-723c7d7870dd4927aba0ecdf31c6ab0c", + "input": "[15, -22, -7, 32]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-59cfbc7f910347b1b3b6cefeae6c07dc", + "input": "[-31, 39, -43, -63, 79, -2, 1]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ddc35c343bd141a3b67ba759242051ec", + "input": "[-10, -23, -38, -67, 22, -79]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-039959b61ec84c5faacfbead9c5f1150", + "input": "[25, 99, 19, 54]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-fb85c110f5734d4eba94d7a398ce57cb", + "input": "[70, 74, 74, -42, -88, -78]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-84c022b4d8d84bbfbc77ac13e642fb33", + "input": "[84, 40, 43, 84, 44, -2, -95, 99, -74, 33]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6c290dee2d434170bfc1581b8279e9b0", + "input": "[96, -18, -100]", + "output": [ + "82" + ] + }, + { + "id": "openseek-1-ba8b21dd6c684e68bfea4240e0bc9014", + "input": "[19, -76, -95, -25]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-758004d6a0e1477d9d92589e23a2d504", + "input": "[43, -29, -73, -94, -93, 46, -13, 33]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-269138f4a5124c568cc35cd4f332ff98", + "input": "[-29, -32, -83, -70, -75, 89, -96, -82, -92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2233503298254f0eab4b9b41bc67a368", + "input": "[82, -40, -81, -30, 48, -79, 88, -27, 28, -66]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0aa3fc0902ff48d2869b325cae28a50d", + "input": "[-56, 43, 81, 50]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-95507a1ec1484de19a15b6eb632a905e", + "input": "[-84, 86, 83, -24, -82]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d6674f6eec6c4762800303aaedd6292a", + "input": "[32, 66, -45, 47]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-424b873be76d4561ae84668e2954e720", + "input": "[45, -78, 74, 44, 65, 55, 3, 34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c1118ef96103486484caa3ac826d23b0", + "input": "[-2, 81, 29, -86, -35, 17, -18, -35, 96]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-84aca3a308dc4674b9528bae70cef6be", + "input": "[17, -73, -43]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-eacf4a03a0f14b52a926bf144e9719bd", + "input": "[95, 50, -48, 5, -64, -70, -54]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-2266ed62e4e347cd9d5525a5bb09f096", + "input": "[95, -39, -32]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a795bba7a0a348abb915b4f80ba40df0", + "input": "[-93, 73, 57, -60, -34, -30, -64, 82]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3404f747d6f7407fa4f905e2fa4efae1", + "input": "[-1, -34, -10, 19, 55, -62, -34, 29, 50, 47]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4639a8e4cde14f63a76e624aadb0783f", + "input": "[-64, 43, -9, 83, 90, -55, -4]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-bb6b67a99f824301a1d19f9308afa98a", + "input": "[57, 14, 100]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-c239e82fe4784f2abd1aab90a18a2fc8", + "input": "[-49, 32, 54, 1, -43, -22, -59, -66, 59]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-78ed4b2400594159b7b29da612daf43b", + "input": "[-31, -51, 5, -41, 25]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-4b8bab146f60400bad1c1addadd9130f", + "input": "[67, -64, -89]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-a443a80d2c1a4455bffed1aadde60b76", + "input": "[69, 78, -70, 8, 64, -53]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-aafd049f46b4463a906e4cb8b94a0d31", + "input": "[-17, -99, -28, -48, -80, 73]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-0dec391443b94514986fec067248a5e0", + "input": "[81, -2, 25, 43]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-2e4e8f76e6c449959ce42dfd1eaa78aa", + "input": "[69, 85, -79]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-93f4ef144cf6416f85fe4176f494a33c", + "input": "[40, -50, -37, -4, 80, 85, -57, -23, 83, 65]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-eec0b5b47a9b483cbb2ed78847d38cb7", + "input": "[-59, -53, -47, -21, -83, -74, -52, -67, 72, 7]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-240526417548470ab3675056386ceba3", + "input": "[87, 86, 57, -37, -36, 53, 64, -87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5f0bb90779dc4bb8a0428b7b0b0d1bd5", + "input": "[59, 65, 71, -43, -42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-24f3c0a081fb4bd1ad1cc80f75d37013", + "input": "[-51, -4, -5, 98, -54, -82, -97]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1597856b551547afaa762773310e78a0", + "input": "[7, -73, 90, 5, 100, 37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0180d081088c4ffa94cee7da12c678b2", + "input": "[-65, -87, 22, 34, -65, -98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a5501051bfbf4ee187e994652955190e", + "input": "[96, 37, 82]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-b87f5f3639c94b04abe86f35a4da4036", + "input": "[-15, 38, 19, 30, -88, -5, 47]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-42691c3c29fe4cb29b83761de42c65bb", + "input": "[-38, -54, 14, 18]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a4b8e0b5ded4451bbf0838017d308d5a", + "input": "[-91, 86, 61, 19, 18, -41, 26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-03972b05c1294772b6b3d9f4b3b97abf", + "input": "[-86, 46, -76, 26, 28, 64, 19, -56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0cf74c406bfe44738fb68ebc738f9a2d", + "input": "[80, -100, 45, -82, 53, -2, 37, 56, 21, -94]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3bdaf6ddc4914cfc841663ddef0cc2c3", + "input": "[-33, 71, -69, -83, -36, -95, -15, 21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c50cb5bab663460e982c28626b0b4f5e", + "input": "[74, -73, -50]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-9888f2f80beb4cf08dfe8b98054519a4", + "input": "[-60, -45, 79]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-986835973a7a4128b47825c8cd5476e9", + "input": "[-29, 99, 25, -12, -74, 55, 84, 43, -89]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-341c7843febf4a3fb339abfc4e6be5c5", + "input": "[-53, -97, -24, -91, 7, 78, 16]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-bff460a0b0b2443a8365f1f7b2148a9d", + "input": "[-60, -88, 39, 93, 33]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c6c5a5935c4d45c8a52b049110989b3c", + "input": "[8, -46, 78, 86, -17, 36, -92, 70, -74, -36]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2bc9fff7319043f2b313b6758b83e565", + "input": "[-17, -39, -11, 46]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-43c09b7dc9f949d5b29ede7dadb6c2d6", + "input": "[14, -11, 36, 95, 95, -27, -38]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6ca026bb6020411a8039c574083a76e9", + "input": "[-8, 28, -53, 74, 59, -99, 70]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0db3f4c47cf44424a42382de6a375b8e", + "input": "[86, -99, 34, 1, -86, -12, 25, 80, 43, 5]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-72f0f37fa69646e49cfae039325b082f", + "input": "[-50, 58, -91, -2, 99]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-3d70542f39e64df6be086fd3de18e42e", + "input": "[49, 98, -93]", + "output": [ + "49" + ] + }, + { + "id": "openseek-1-42fb5db73a5d471ea61d7746eef397f8", + "input": "[61, -35, -94, 39, 84, 27, 81]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-80d7a5de5b4046ee83c177da5ef16b3f", + "input": "[81, -46, 17, -18, 76, -1, -37]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1cc8fc054bae4d3db74ed960e2d74c73", + "input": "[18, -92, 90, 58]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-56fdc9c5737a472eae9ca1a4a3a16ee1", + "input": "[86, 100, -11, -62, 69, -61, -53, 66, 62, 8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ca19396115d6415e81e98bb26627dade", + "input": "[6, 45, 70]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-9c0f660143a045c399c3b8ba476b768c", + "input": "[-21, -46, 9, 76, -74, -35, -80, 48, -72]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-41f14b634a2e45cb95006a7b49279646", + "input": "[-3, -54, 99, 84, -24, 94, -98, -7, -66, -38]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e65c861f846a4c14907645e429c5227f", + "input": "[71, -88, -57]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-7cf918053e2446be937abdb1d29a1e04", + "input": "[39, -52, 20, -93]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-22bdc415d978469eaf6f367ea064e34e", + "input": "[-68, -64, -45, 59, -5, -46, -16, 64, 45, 78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a8af683d16704ebbb77a61d5b23714e3", + "input": "[22, 33, -75, 70]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-d1fb0d97980e43698d379fe11b5b09b3", + "input": "[-11, -51, -31, 59, -8, -19, -51, 78, 95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-027e2c7e19574cd9a8e9647456ccf0e7", + "input": "[37, 46, -96, -54, 22, -43, -90, -43, 67, -60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-17d1102c4be5406ab24a0d3ac5304e53", + "input": "[-57, 98, 81, 91, 85, 11, 25, -27, -26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-180d4007d1bd469bac36fc1645530e34", + "input": "[-84, -91, -34, 45, -32, -20, 60, 14, -91, -5]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-22ffe7e4fd1a44439b1b792d6363b95d", + "input": "[-98, 44, 14, -96, 100, 78, 67, 25]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ac51ccbfffd34da385ee96e07c508c10", + "input": "[-35, -74, 4, 14, -76, -64, -34, 27, 47, 4]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-782b006eb4a2427883d77a21649fdb76", + "input": "[97, 87, -73, -15]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-025b07e52b2943e58f0f0288a955da91", + "input": "[-15, 33, 66, -61, -39, 10, -100, -51, 26]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-2792760faa624d0ebefe6c403afa1c63", + "input": "[4, -54, 38]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-eb95464177a842dd82b7db7b5af18c1a", + "input": "[-60, 42, -42, -85, -57, 96, -21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c87260dd616f447a8452a1d17aafe4c6", + "input": "[-39, -41, 21, -99]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-64dc7943b0cc413f9e91273aa47416cd", + "input": "[95, -96, -28, -83, 86, 5]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-179fbdf7bfb346418c07a011c87570a2", + "input": "[-19, 63, 87, 49, -26, -19]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dac237818a8a48bc9f18f2a63f00d5ce", + "input": "[69, -19, 92]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-017e2b34b36f485680937e52d07a175e", + "input": "[24, -10, -23, -40, 39, 93, -22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-58361ee4bdbc434b9a060159164bd3d1", + "input": "[85, 35, 68]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-1a6ab4c001464496a6bb7a0985ec0ad4", + "input": "[92, 3, 73, 71, 20, 98, -26, -38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-87b21cc02f0347ebbe9b695a2fb6f3d0", + "input": "[-12, -37, 56, -62, -48, 53, -16, 12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-63a12bd16243416589b2b613a6a685fa", + "input": "[-63, 48, -50, 24, -43]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-12c36345198348f1a84fcdaff0b3aca9", + "input": "[67, 51, -9, 13]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-6599588906874b7d88070dbb183fd689", + "input": "[-72, -34, 43, 61]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-a15f9bc591fb4e0a99b47348235a91f1", + "input": "[-74, 95, 87, 2, 22, 53, 21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f45fab72b01c4ccf9e1b5abf26529b38", + "input": "[84, 29, 30, 44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-490127b39f53496a9048aba4ffa1044b", + "input": "[75, 57, 44, 40, 61, 61, 75, 71]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-68ad9f60dd8e4bb7aed1fb59740cf2c8", + "input": "[94, 27, -76, -92, 31, 63, 42, -8, 34]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-731af657a6bb4925bd5013302432d877", + "input": "[-65, 66, -12, -29, -94, 56, 21, -74, -54, -44]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-66322b742886491e882a1806ebc662ca", + "input": "[90, 56, -58, -37]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-68b934ce59b6477197c4a88089b87b83", + "input": "[71, 45, 51, -95, 7, -52, -94, 81]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1b4dc7b4b4e64e08a9785ffc0a196cd9", + "input": "[2, -68, -8, 2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6167fd8ca7dc4bf0949ac1ac762aa4e2", + "input": "[41, -67, -64]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-265caeecf8e74c2fb8c2b55bf3b064b9", + "input": "[-1, -8, -71, 72, -68, -17, -97, 11, -21, -34]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-58042f56f709470693b288b478405209", + "input": "[-44, 86, 59, 12, -81, -37, -51, -59, -61, 27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-39a161e8ae444b9c8844bb57a79595d6", + "input": "[-55, 21, 76]", + "output": [ + "55" + ] + }, + { + "id": "openseek-1-c2acb1cdba8e49dea1b80b196296eb5f", + "input": "[-85, -66, 89, 73]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-5fded2bb75f340dd8bec30c9226f24a7", + "input": "[-36, -57, -43, 22]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-61d51afcdf124ef5b179350f3337e16f", + "input": "[-83, -14, 48, 1, -47, -74]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-3f7995560faa45c883b12723ebc69011", + "input": "[-75, 52, 19, -14, -79]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-83d1667c954e40ebbb065f20641b1db0", + "input": "[26, 84, 75]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-841ded4c64f742a0b3115069618f1115", + "input": "[33, -74, -55]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-50e53636407c4e6ea2ec2ce4962a6e0f", + "input": "[79, -80, 82, 92, -2, -70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fda9734b375644cbbafc095bfb5e38cd", + "input": "[-74, -30, -45, 98, -69]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-53b87116a84446278cb3ef852264c560", + "input": "[94, -50, 96, 39, -38, 30, 55, 49]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-07811c80c0824dffb2eb7d716f27678d", + "input": "[55, 17, 98, -84, 44, 59]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-76f91abde04d4a20955c40291f3fdeb0", + "input": "[-26, 20, 24, 57, -8, -25, 85, 85]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-276d7fd66b1c4ef68a4360f871d7918b", + "input": "[18, 81, -19]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-5535c52031e74240a983790edac80ae3", + "input": "[30, -38, 14]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-36cd30d976db49b191d1dfdcef816f23", + "input": "[-51, 46, 88]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-fd3a0a17395d413694445695267eba80", + "input": "[80, 86, 83, 27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dd64f9f62cba45a7bd2026d60318c068", + "input": "[5, 12, 96, -94, -94, 2, -25]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-89db14b02e9342199085ef9d70b8f434", + "input": "[-54, -27, 13, 81, 79, -67, 15, 9, 23]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-88ff84f42a5d49398798dc2d2f2f0afd", + "input": "[-74, -29, 28, -2, 29, -89, -22, 40, 46, -58]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cbb8db4e5abb4d33b79236734c2b44d3", + "input": "[-28, 25, -49, -30, -55, -50, -20, 61, -20]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-525a1e844545424291d13758fde7f93e", + "input": "[15, -98, 31, -30, 12, -90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5662189232ea4a22a3f5213df1638138", + "input": "[-3, 98, -4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-83bb59cfb0264c88bb772d418d5972d7", + "input": "[-19, -91, -62, 96, 56]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-c5644421dff14f449c89968287ba8568", + "input": "[11, -50, 51, 6, 32, 54, 63, -12, 63]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bb48f205c41344639ee0ca6dbb1ab5c6", + "input": "[98, -10, -1, 37]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-b0cbc22df1bd4d3dab29afd67c60a3ca", + "input": "[-76, 23, -86, -31, -38, -34, 92, -63]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1916018a30834f718c635655a88c77ce", + "input": "[47, 37, 85, -46, 9, -57, 84, 55]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6f7e5b60d8204a0f91c9a46c2230f9e1", + "input": "[6, -35, 61]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-c618b05155334fb5b8fbaafd6c285def", + "input": "[32, 71, 1, -42, 85, -65, 55]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-0ea073fcf7644d538fb09330c60b12dd", + "input": "[13, 53, -40, -37, -98, -95, -40, 50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-46b995432bc74909a4f00ca92292b518", + "input": "[-42, 5, -67, 13, 35, -22, 28]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f6d4fc52d4a942b0b1702a09deecd5ca", + "input": "[-75, -64, 87, 82, -42, -20, 71, -34, 7, 85]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8ac0a7fef1d246cea9a7e205ee09e75b", + "input": "[-32, -6, 2, 85, 75, -76]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2ab3c994a31c4b9b8940ba747dbf6347", + "input": "[-72, -72, -1, -54, -3, -58]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-078e1509090e4c14af4574b20b0e6474", + "input": "[17, 48, -12, 19, -3, 44, 29, -61]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0085c01f4b814c698c27ddec2190e42f", + "input": "[4, -39, 27, -28, -79, 43, 86, -30]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f26ecf53f84446728caae45d6e84abdd", + "input": "[-28, -27, -70]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-43c5fec1c71a48a2967985227b9a0444", + "input": "[-1, 60, -73, -79, 84, 6, -14, 86, -39]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fe2ecf8593404f8493c0ccb8b773a2d5", + "input": "[76, 91, -7, 90, 86, 32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9d1470903e41413cb7b3b0b93e3126d1", + "input": "[-28, -29, 89, -49, 13, -38, 63, -4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-badfb3f447f24f69ba1e3d01e8072d3d", + "input": "[-49, 40, -30, 83, -26, 22, 33, -88, 52]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-86130eb5ab124fb7a29361f9caa2c2af", + "input": "[5, 79, 34, -12]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-b81b4d9f04eb402f80baa7c3eb35c00f", + "input": "[10, -72, -100, -85, -78]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-0bcd133129584658b6fd6dfed4e69ca6", + "input": "[87, -92, -1, -69, -45]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-65148c7cb73145afa941a1e8ebd281bd", + "input": "[-100, -2, 26, -34, -9, 45, 18, 56]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4fb9fd6ca23a4302848917d8e5266c84", + "input": "[-41, 61, -67]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-98e6336b45c841b799c0334e7f3d383b", + "input": "[-96, -92, 45, -43, -81, -100, -5]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-593654943e374d38b0c8de4a54a9412d", + "input": "[70, -20, 98, -61, 8]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-ff0ae18f63944bb08e921f6323e9f797", + "input": "[76, -54, 15, -21, 65]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-651fbec424674d60a1f7330a8969d4ba", + "input": "[67, -50, -74, -51, -49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b7b2a94c103545f3a598fae4ed610057", + "input": "[-39, -79, -31, 48, -71, 52, -100, 28]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-68abb8b9087a443083671e0e0f43e485", + "input": "[30, 21, -39, 91, -76, 56, -63, 53, -90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-51f93b1b64c147aca61c07d4d86ff8be", + "input": "[60, 59, 21, -77, 63, 37, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-872a7f2fa5d24feb897914ec4f4438e3", + "input": "[19, -97, 37, 0, -1, 96, 25, 33, 82, -13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e8e40431c95d4b488ba192a43f9678cc", + "input": "[9, 20, -61, -95, -71, 7]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6bafa20d36064566887e875655c5aed9", + "input": "[67, 70, 69, -38]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a05bc7a693b24924bc374b8b31e78673", + "input": "[-51, -68, -63, -23, 70]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-550548569ada4deb9cadb8bd8052abd4", + "input": "[61, 12, -60, 75, 36, 81, -33, 66, 76, -60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d9561fa5bc7a482ab269fd5639d86b24", + "input": "[-54, -81, 74, -68, -24, -48]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b4d37f01c9d04705ad5bfbd9aefe95b1", + "input": "[9, 65, 21]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-77f820e7148a4888b99edb4f4785ba93", + "input": "[60, 17, -41]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-51aeb5e54d1448e585b9e4cda61d7de1", + "input": "[-60, 6, -60, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4c292cc976084b3fba0166df9cc5ad95", + "input": "[-9, 66, 92, 90, 75, 47, -1, 3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3d921e6e3f8947fbb4a71bbd883507c8", + "input": "[-16, 27, 61, 99]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-023211e9358b454c93e3036c7a5fad5d", + "input": "[-10, 5, 79, -87, -93, 76, 68, 68, 82, -28]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3903ecb59cd641e0813c1dbbe684010b", + "input": "[-18, -48, 77, 47, 41, -67, 39, 96, 45]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-556538fa9b4e427e88dc50a59ec9300e", + "input": "[-25, 57, 79, 25]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-90d7c1a6f395444589990ca265741089", + "input": "[-71, -91, -19, 58]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-2d23c025941f44ceb8ef9940557f2be6", + "input": "[-88, -52, -90, 31, 85, 33, 91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-87925fb7fece45c68532cad017233af3", + "input": "[-64, -51, 69, -59, -71, -29, -18, -90]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0fcc65a1d0194b3c8221a804b13c3398", + "input": "[45, 64, 7, -83, 49, -45, -2, -55, -13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-527696c556d34c14967bd6712f337479", + "input": "[-41, 13, -90, -96]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6cd5888705584b6ba0b21d2de44d4c3e", + "input": "[83, -22, 27, 56, 17, -71]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-5d1753f1452a48de912daafb07316fcc", + "input": "[17, 9, -47, 96, 76, -42]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d4922977ba3e4302ba2d47fba07441d3", + "input": "[-75, -36, 58, 25, 6, 33, 4, 29, -30, -37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4280b0417851443dbecc98af8d9edabb", + "input": "[-72, 31, 96, -100, 28, -77, -31]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-847288a5dac24e77960b133f01cc70dd", + "input": "[-83, -75, -73, 70, -18, 70, 5]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c0648340dc82404caeac1465c3c4bc7a", + "input": "[30, -21, -13, 27, -53, 79, -21, -27]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7ec65d8808004bb3b8de6114ffdf4828", + "input": "[71, 29, 86, -45, -62, -84, -91, 90, -20]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5e419c7479954318b98a6be6b5cd97c8", + "input": "[-73, -27, -23, -14, 24, 85, 37, -44]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6a55a384d0694509bc4dbbe18dc77fbf", + "input": "[50, 59, -23, -21, 43, 18]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-01b47716d41a4a49b7188135e3233882", + "input": "[-99, -8, 47, -70, -67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-13ebaec960e249b48fc537ebffc54d57", + "input": "[64, -72, 2, -54, -54, 78]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c904c94a99f141099f201e23df52b7b8", + "input": "[-57, -88, 100, -20, 62]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-5dfffacf7d66480db659ced30b616cf3", + "input": "[-33, 100, -70, 15, -77, 22, 20, 35, -34, -29]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5015699bc6e94a3fa1a91addbd7ec4fc", + "input": "[90, 26, 2, 71, 85, -28, 32, -69]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ebd8bca39aa14b61aef8b933219d80e5", + "input": "[81, -60, -65, -74, -93, -67, 98, -9, 92, -59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1528caf4e62b4edfb3d8b0f32c6025e4", + "input": "[45, -60, 0, 5, -16, -84, -2, 28]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4607d52afff3434fb77357a5002376f5", + "input": "[-38, -75, 75, 61, 22, 76, 7]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ef13390d160d4ea6a3cc2e61c1523a31", + "input": "[77, 9, 85, 33, -67, 98, -59, 14]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-44583fbde826443197d1449d5ded40b2", + "input": "[-59, 91, -8, 6, 10, -30]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1fcb3d3b2f7d4e95ad5af00ecbff7a24", + "input": "[-81, -34, 33]", + "output": [ + "47" + ] + }, + { + "id": "openseek-1-6d61dd8515ab4eed8178c1fafd4988eb", + "input": "[86, -57, 74, 81, 3, 18, 9, 83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-df89450c86eb42c09a856b644fb67183", + "input": "[3, -77, -45, -80]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-12d4429e2f6a4a539bb1ef8e46067f26", + "input": "[-62, 12, 81, -37, 9]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9e45f1d35e9042deb50cd2f7c2541a28", + "input": "[62, -74, 58, -4, 53, 80, 8, 92, -34, -1]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-62adfcb973144762a06d151e67433d6c", + "input": "[56, -22, 37]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-76f8feba8fd14c4c9835443b7a293ef9", + "input": "[-26, -81, 29, 67, -33, 0, 13, -52, 93, 77]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-d18d10c9ca45442d896cb1d31b0b65d2", + "input": "[83, 41, -13, 63, -50]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-6231616d81a449eb944d400dd2c73810", + "input": "[-100, -95, -63, 83, 16, -10, 96, 100, 7, 55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eeff6ea62151480cb42455c57999285d", + "input": "[35, -56, 19]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-a0d056ba3cb34531bd5f0999fda64053", + "input": "[0, 25, -43, 89, -61, 77]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-19eb3d0b974a43849645f0121f2bd14d", + "input": "[10, -27, -98, 29, -47, 12, -66, -74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8406746866e049ad841f8034be5fddc5", + "input": "[-26, -85, 37]", + "output": [ + "59" + ] + }, + { + "id": "openseek-1-beb749aade554db0885b68747292512b", + "input": "[72, 85, -37, 24]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-021259c544a045f19863430ff227beb9", + "input": "[-77, -14, -85, -20, 92, 92, -34, -8, 72]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-63ee59bc0c204ead9d2223abe77f8c29", + "input": "[84, 4, -28, -82, -38, 35]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-e4f96a4447b544b890d4111139dfd00e", + "input": "[-51, 86, 85, -27, 63, -57]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fe3ece55bb0c4e1ab2e518f85a2c557e", + "input": "[50, 12, -40, -67, 80, 0]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-1e58213103564a8ea2c6dc695adc403c", + "input": "[62, 40, -14]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-eeeb9dc8753b415f90229ff9204a6777", + "input": "[76, -8, -23, -76, -15, -69, -54, -84, -57]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ff91fe6dc8ab4bb7b29c054f4ec8a663", + "input": "[-36, 80, 14, 99, -49, -66, 32]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-0fb4a16de3dc4ffb9036014158d2dedc", + "input": "[48, 6, 6]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3e73142c8c2d4eb1bfa4024016560d14", + "input": "[-33, -80, -37, -27, 31, 47, 53, -36, 33, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-732f1f3eb5b042f5848ef5645fde64e5", + "input": "[-7, 29, -64, 59, 36]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a93b9f3882be4628b8925bab15c6971f", + "input": "[25, 59, -42, 65, -79]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-531cc48e46b5429da1dec7ddc3bdefd7", + "input": "[-65, 10, 25, 84, -63, 69, 74, -56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f8c7f223e221417d9cde3264297a1c3d", + "input": "[97, 10, -79, -100, -65, -28, -58, 2, 12]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8e3f15225a1d41bc944e5bf9eec7a985", + "input": "[79, -63, 66]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-74611ee3c08941f3bf3ee0275b0d328b", + "input": "[-15, 21, -56, -45, 29, -89, -6, -92, -54, -79]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-66ee05e4c4f24cf594cb5bc60e2fe851", + "input": "[93, -10, 81, -98, 50, 85, 100]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7ec6989161454bf084ab6c5616101ad6", + "input": "[31, -63, 53, -66, -24, 34, 60, -17, -70, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-91715ddb781b438c8efe7462a0530bec", + "input": "[10, 93, -8, 12, 30, 97, -92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-96fbf1af002c4972994967da33ba304c", + "input": "[-24, 31, 78, 6, 74, 16, -3, -66]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-092754494a7a42d0a00c5c782f66ff6f", + "input": "[31, 94, -6, -52, 47, -94]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-75447833c4a347c394b6b4c6403e8d84", + "input": "[-90, 83, -11, 63, -68, 32, -34, 57]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-02ee8913b0b444de986723a9f6645139", + "input": "[49, -80, -72, -83, -41, 83, -46]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5b805cd4c84b4b3f8b075a3b5fd92285", + "input": "[40, 72, 90, 13, -86, 33, 41]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e9cdf9e9152645ba9148298d77232bb7", + "input": "[-51, 69, -72, 44, -35, 33, -81]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-b022a5e291024db6ac729e953a338e95", + "input": "[13, 32, -89, -79, -7, -59, -85]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1070ff7e185e403f8dcb0bab59caacd3", + "input": "[-12, -68, 4, -60, -64, 7]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-401f486dcbd4489583027b2be9ad83a8", + "input": "[-50, 1, 1, -85, -39, -38, -91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-321a28c8522546c1a4c0840878d462bb", + "input": "[53, -37, -27]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b4268fc4f4d64ae18d936f55f288f189", + "input": "[93, 27, 64]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-135464026af04aec804031d943a34395", + "input": "[6, 70, -76, 69, 62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e20d041119ca4173a4b9581b0a88b8a9", + "input": "[-64, -7, 25, 60, -35, -51, 78, -46, 86, -61]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-db6f25b2b2b8419092003c09d911ad17", + "input": "[92, -43, -39]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e6072238a2da4a179dab7aca30a9dbc9", + "input": "[97, 23, 25, 46, -79, 50, 56, -34, -70, -14]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-40d2fe61bd1141889cf1374c9b20e9fd", + "input": "[88, -76, -53, 71, -20]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-529a83b8e2304352b36ccd20854a2f3b", + "input": "[35, -33, 49, 39, -37, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b8edeeaf456948278925c6e7c3f425f1", + "input": "[-67, 99, 95, -52, -43, 51, -36, 31, -60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-af9ca5a3dd3c424e821dfa72b7213fef", + "input": "[49, 10, 57, -1, -6, -72, 53, 10, -67]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c8ed43694ffb429e857a1165eed0396f", + "input": "[-36, 6, -60, 10]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-89843b0b31654619963b8dd46abef411", + "input": "[39, -64, -99]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-8d9e83e893ae48a8a86d979fa59078a1", + "input": "[-69, 76, -20, 74, 32, -18, -14, 91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b67c9c67d29a4ca4856ad071398cbf71", + "input": "[93, 25, 28, -67, -95, -19]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-14e46ba536644b5aa51670722fe09e35", + "input": "[-9, -76, 28, 21, 12]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-d9c6a5ceaf174761adb0c133037b26de", + "input": "[98, -60, -14, -88, 76, 65, 76, -41, -79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2644ac64da024e9eb6f6f4f598d0af13", + "input": "[-10, 75, 56]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-4ebc7a09f0394c419826e13fb4933049", + "input": "[-32, 58, 57, -42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0fa637cb4d1c433b93b246607c413c0b", + "input": "[54, 73, 57, -6, 4]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a9961b23a2f44a06998e08c072e98c39", + "input": "[-52, -87, 36, 5, 10, -97, -40]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-dd5a3bb13f2a41a2bdeeffc791a7d095", + "input": "[-39, 75, -92]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-e8a4f26d7f7345e19be898bd0e114ae9", + "input": "[-41, -61, 10, 91, -17, 64]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-bd70593e83f14815b9f5cfcfb0fd06e2", + "input": "[-64, 49, -11, -60, 24, 53, 13, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-afd82cfe2517451284fcdc95560871b4", + "input": "[58, -19, -61, -95, -31, -45, -6]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-666a77897c204e84ab13b5f076d980cd", + "input": "[51, -27, 4]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-e10294605604497ba427f54ce8dfbfc8", + "input": "[48, 55, 45, 67, -68, -50, -41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3e695a0a570548a7892ab37fe3c3d865", + "input": "[-19, -21, 47, -80, 71, -62, 28, 77, 41, -53]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-dadfe6beba4449e4a5196bf8779c5366", + "input": "[-11, 98, 32, 99, -52, -92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a8ecda9768814d608a446d3092aeca9d", + "input": "[77, -33, -46, -65, -95, -33, -34, -85, -79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f0e40a3979fe47a1980af9e89bd2d950", + "input": "[-8, -94, -2, 75, -62, -85]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-fe5d32ad156e42ab9a64a8fa88b7e667", + "input": "[90, -94, 52, -13, 88, 3, 55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0a05ee49c0e9438385188c60d6722e7b", + "input": "[-47, -81, -19, 51]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-bea86dd3d19b479f96f8889591b1f235", + "input": "[95, -62, -52, -64]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-81e10b7c5f1c4e81a804e4d77adfbbb8", + "input": "[58, 77, -59, -46, -6, -29, -68]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-890e1e492b9c453cae49babbd652f286", + "input": "[8, -92, 32, 0, 97, 91, -32, 37]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d4827e124f6148158813c51706e873df", + "input": "[17, -97, -4, 71, 20, -21, -6, -78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ce708e59773a4e79a7358824eb15fdb8", + "input": "[-53, 59, -84, -23]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-8667a8c1481640479a7a658cf8c42bb9", + "input": "[72, 81, 60]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-42a84154c9be4298b0099651eee73a7f", + "input": "[20, 56, 82, 89, -81, 74, 72, -19]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c114a0a466e14b0292e214953739d774", + "input": "[-83, -52, 49, 62, -47]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-152ca54664a7494ab4c12f48d608c593", + "input": "[-16, -71, -39, -70, 3, 84, 25, 49, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-52349cafa43144f59529f57aa88d8a14", + "input": "[-92, 41, 19, 9, -92, -30, 73, 70, 36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-aa1baf755334435fa3abe9042a942ec7", + "input": "[91, 56, -15, -57]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-0b6079c9a017450b90a73edbaac40614", + "input": "[-24, 97, 65, 62]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-de3bae42fa0e4d778fda1d963d3dbbcf", + "input": "[-21, -47, 57, 72, -59, 91, -96, -13]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-d4bf6ee2fa5d48579cda3f2292eb4a8e", + "input": "[87, 88, -24, 69, 67, 19, -45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f38abe979f1a4b33af4a7e838336d784", + "input": "[8, -32, -35, -97, 37, 67, -41, 87, 4, 3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d4125f82f9f2477e84d94a2bbff63697", + "input": "[-18, 97, -84, -5, -51]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-2ffea533d6b04755a68e6e078f340631", + "input": "[-82, -96, 65, 6, -38, -59, 77]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-219679e611844faf92ffd44a3a7e02f6", + "input": "[-96, -99, -24, 66, -71, -21, 43, -90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dd484eaf2d41480fb17fe018d576862b", + "input": "[-86, -100, -46, 16, 34, 12, 91]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fb50810308c34036901b5bbe932d7827", + "input": "[-87, 91, 83, 54]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-f48aa566b2c24f72b5a73bfdd8c68f93", + "input": "[-47, 51, -66, -31, 40, -74, -38, -13, 72]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f86bcce6f3fd4cfc9ac7eae6dac09446", + "input": "[-46, 89, 95]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ce39d26630074275b12672ff0bc5f38e", + "input": "[56, -20, 38, -6, 32, -11, 35, 23, -41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-74901e22d5ea47799255ccd9a6929876", + "input": "[-54, 21, -90, 67, -62, 34, -27, 66, 39, 0]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-23be0e7b479d49af83da2af1959bb18c", + "input": "[92, 56, -51]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-2cd263084bce4d9abb5cb625a388028c", + "input": "[-20, 74, -38, 52, 74, -57]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-30236f5056564444af3ee1f3389cee86", + "input": "[1, -22, -99, 51]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-53c863e1956c48a1959fbde948a9d246", + "input": "[-31, -32, 43, 76, 62, -88, 58, -1, -15, 39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-caf8380e75314f4c9f73cc0f0f7525e3", + "input": "[-83, -62, 27, 35, 35, 2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2c88f0383c1543ab8ce5bf8d5739d560", + "input": "[51, -75, 39, -93, -88, 47, 53, -75, 69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ae9f4c785ba4439a9759ec7783dc7de4", + "input": "[15, 34, -45, -8, -81, -49, -31, -33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3365007ae9574df99902a651b349b9b8", + "input": "[-53, -58, -60, -79, -12, 78, -61, 75, 80, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-429bfba8516d473caaef6675672e1049", + "input": "[-29, 30, -28]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8e1627fcba264dab939c9fd297c5ebb2", + "input": "[58, 77, 52, -53, -35, -56, -68]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7c1983ae0afc45498dd4aa25292432a3", + "input": "[-93, 4, -67, -44, 84, -35, -57, -27, 81, 79]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7f9eb0dac18e40e7ab190184785126e5", + "input": "[56, 93, -41, 35, -2, -93, 66, 0, 80]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ee929e7736d249fcb651023cd4bf1fb0", + "input": "[42, -55, -46, 48, 99, -22]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e7df56204e404ac7922d7eff0c02b080", + "input": "[92, 93, 58, 97, 3, 61, 58, 11, -79, 21]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cf63456b69304d8f8213f14e356f6bba", + "input": "[28, -2, 0, -37, -21, -96, -25, -38, 69, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1ffdd99939bc407b834ec9beda68daa5", + "input": "[51, -56, -93]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-d5b85e903776473a95571934d4ae7027", + "input": "[-74, -84, 90, -90, -27, -86, 24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0d83df5d35974e738cf88024133b2424", + "input": "[-71, -19, -46]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-18dff85225d8444b99d31f991f5342d9", + "input": "[24, -58, -72, -8, -68, 56, -12, -89, -28, 62]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-bfba882473cb4229a0965eecfe009f6f", + "input": "[-37, -19, -86, -33, -99, -19, 55, 33, -2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-950dda0ea5b5483e808348172dca3f7a", + "input": "[30, -77, 75, 28, 90, -12, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-988143c805444b93926a94a3edf27657", + "input": "[-25, -27, -79, 32, -45, -16, -96, 63]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c38e8d9cd06b461caa88ecdb9360c110", + "input": "[55, 10, 66, -4, 91, 69, 65, -33, -7, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fe816c53f47347f59aea077c1282892c", + "input": "[39, 13, -96, 37, -28, -69, 61, -100, -84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-04a3cf26287f4d72b74fc3cd4a0f2a81", + "input": "[-25, -32, 0, -51, -87]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8470b54639d54968a4c5266f7a6d4688", + "input": "[92, -38, -61, -21, 22, -41, -88, 90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7640e9e80f68493ea314dbc824215059", + "input": "[92, -99, 16, -89, -40]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-71e56c3e644a461db96ddfda46a68d2d", + "input": "[-27, -89, -71, 14, -39, -1]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-3c6f207d70444dc0b6f5cdae5f30b8af", + "input": "[42, -9, 64, 39, -25, 32]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fbfd4d25cbe74e989e0fc9248cdac9a0", + "input": "[-48, -2, -100, 41, 93, -51, -81]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-877e8c88419e4a6fa76ab1c47000dbd9", + "input": "[-100, 99, -22]", + "output": [ + "78" + ] + }, + { + "id": "openseek-1-fcd3973f842e4d25b9ecbacfc7c4eac6", + "input": "[-25, 99, 100, -36, -99, -99, 13, 42, -4]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5c21b7169d9948869b590cba0f2df9f6", + "input": "[-10, -15, 27, -13, -40, 18, -92, 27, -44]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b4f28606ba1746b09e7446057a629cf8", + "input": "[7, -95, -58, -13, 53, 29]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-f59361841175474c907ea8bb410998a8", + "input": "[10, -93, 3, 18, -81]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-62de52ecd7cc458f9df59fff9277b20d", + "input": "[14, -79, -23, -100, 2, -26, 24, -39]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-71336e5c8ba64278aef60d3a036ab8cc", + "input": "[-26, -90, 10, -50, 31]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-8e7e9b34ce7843ceb631693b72917da6", + "input": "[0, -75, -47, 70, 82, -99, -99, -28, -53, 3]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ee00ed2b96f94f38916001e0e0113c1d", + "input": "[43, 36, -5, 72, 77, 13]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4d0fd495fd3b482a8723ba25cd379509", + "input": "[-79, -75, 88, 49, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b6da5425d6b3444bae446e7ffee48d07", + "input": "[11, -99, -65, 80, -69, 32, -51, -78]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-009c40c50d764189bcc48086afe2eacd", + "input": "[65, -59, 77, -55, 28, 0, 76, 0, -27, 42]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-aee4484ab6af453db76b2e4d29348256", + "input": "[-61, 44, -70, -11]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-3b7e100b06794217a9b00daedabdf411", + "input": "[8, 92, -89, 77, -78, 46]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-7069f33411354876bcdc3beac5bbfdb7", + "input": "[69, 8, -93, -53, -59, 57, -13, -3, -80, 76]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b5bdf696e8d148929aac3574832c9331", + "input": "[-2, 82, 30, -91, -76, -7]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-927274f936dc4412aeabfd96767cf06e", + "input": "[39, 81, -98, -89, 80, 17, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c2aaa0609bb0407db46bd7099ca09e03", + "input": "[-51, -91, 38, -93, -46, 51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d1bad381edc64b1f85d74d6ac5f16cc4", + "input": "[74, 3, -16, 1, 33, 79, 73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c8c2d90baba14dc29c3fa461674a2c04", + "input": "[90, 84, 67, -82, -79, 4, 70, -82, 76, 55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d287d346ec3c4b49be7038cccf22d961", + "input": "[16, -44, -56, 94, -47, 38, 33, 17, -37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0b1b5cf585b046aa96dba1ce0728c437", + "input": "[2, 75, 89, 57, 97, -9, 0, 52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-26218ebc306e4c408af9feada63b0b7e", + "input": "[94, -98, -47, 75, 71, 99]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-608e8da0ede7449e953fe00596d9e1d7", + "input": "[16, 15, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-59cc9bc251a64fa79f8ad99f36eee37c", + "input": "[62, -35, 74, 92, -24, 63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a444bda44727420ca68a66e8f09d5d8f", + "input": "[-28, 40, -46, -70, -67, 17, 85, 38, 47, -50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b2bc636bbd5b4bebaa1190ae43947a9a", + "input": "[86, -50, 45, 92, 93, -2, -19, -40, 31, -71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-031f0e0e11c04b99850c598116a46453", + "input": "[-28, 82, -79, -8]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-1e2442a852ba42c78c66a77a67eb6900", + "input": "[-12, -48, 66, -88, 20, 8, -100, -17, -73, 23]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0c3ede39e0c44d3c96fe3919cc8ff0cd", + "input": "[-65, 78, -7, 9]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-6020dd91ce27437694a91028c7e19468", + "input": "[28, -51, 23, 16, -79]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e951e64543f6408a8927ca8f61b110f2", + "input": "[13, -59, -34, 79, -95, -100, -12]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8a02fac3ceb04923b1ada0be3e719854", + "input": "[-46, -95, -74, -89, -97, -87, -17, 66, 2, -75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d6fe22fef8e44f1088c432ed9fee94f5", + "input": "[-8, -74, -65, -93, 25, -5, -47, -96, -44]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d030ec074efc45898753eee0c262fd24", + "input": "[-87, 54, 55, 64, 24, 58, -72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1ebc0e95f3624caba4db7c35aa8b3ac0", + "input": "[-18, -92, 30, -16, -22, -19, 1, 85]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-84389d48add94fb7a8177b5f643c2246", + "input": "[15, -39, -67, 43, -59]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-08eb83d3e9fa4c5c8e7b45bab71f0fee", + "input": "[-61, -77, -22]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-46697e2fb2b04a2f81205284b7aac11a", + "input": "[-39, 40, 47, -92, -30]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-214f9996461c4741b7052a291093cafb", + "input": "[-31, 43, 91, -75, 11, 48, -22, -35]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-295a5fc66ae74a2096b86784ae85eb0a", + "input": "[0, -70, -32, -11]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-fca4710adeed45be993c5ee557f034ae", + "input": "[-56, -25, 43, 47, -100, 98, 59, -87, -92]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-96ee94c82e5d415a9bcfbdfa3ed3b2ae", + "input": "[-45, -6, -5, 64]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-164c1cf8aef84d20ac23382e037de04e", + "input": "[-8, 15, 54, 11, -13, 31, 11, -47, 71, 46]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f9c50f1e7a9b468486c73dc9633334fa", + "input": "[-41, -33, -79, -73, 19, 4]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b9799a41276e4228826de9848be67957", + "input": "[-100, -52, 9]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-a8a36b45224e470e879b2d2c246f7d5d", + "input": "[-77, 72, -41]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-62d64a74939c489fb5bbafb3bfa844eb", + "input": "[67, -16, 42, -22, 2, -97]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d4c6e2131ead4e589b0eca24ece7b220", + "input": "[53, 98, -85, 63, 87, -49, -56, -100, 59]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c1484bb5ef2446ad93b637c37b3008fd", + "input": "[-30, -5, -71, 99, -55, 24, 27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-17dab5691409487a95692a977dfb5cd6", + "input": "[69, -17, 42, -63, -81]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-fd54e5c108d64af1bbbeb41b51b1561b", + "input": "[-54, 16, -6, 5, -65, -33, -36, -35]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-03f50cf63f2d4150a43580904777196f", + "input": "[17, -30, -11, 1, -44]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-ee6b05f12e124cec85092148081659a8", + "input": "[84, -98, -16, 47, -80, -59, 66, -83, 88, 81]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-72f0f6e69fca417891a7c6ce6270f1d5", + "input": "[96, 35, 30, -39, 93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4403ddeb0b9e4030ad11a60e615331ca", + "input": "[47, -58, -76, -100, 24, 75]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-dfdcbf95f6e246a1a2758f5678e83cc9", + "input": "[90, -21, 37, -43, -75, -30, -77, 74, 72, -38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-001d8b048530450eb7749946d23d0afb", + "input": "[-35, 80, 36, 79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6f41a194e6b948ffa52d9932ea0274f8", + "input": "[-33, 70, -30]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f1556346572544f7bd736b88c09b6e12", + "input": "[88, -1, 36, -31, 38, 38, 87, -33, -72, 21]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-90e9adaeeeba41ada31ad467476e25ed", + "input": "[-3, -42, -48, 40, -38, 14, 73, 50, -97]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-478e3ac813ff45769d22f284b86aa2ed", + "input": "[18, -78, 13, -46, -16, -80]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c0a4e9c1d0b441c9b962d3b17583e08b", + "input": "[-14, -39, -64, -51, 90]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-8c29c10f78f34db5904e5375fc15ef92", + "input": "[46, 28, -41, -4, -33]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-aa5ba6dd17f94a52adc7da943fdb8403", + "input": "[-49, -46, 37, -34, 64, 92, 70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8aa21964b6404bb5b53d67df7f2666f9", + "input": "[14, 62, -41, -89]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-e1277314bdad4dceb8d9e46397d9f31e", + "input": "[78, -96, -84, 87, 16, 82, -44, 3, 80, -24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b9137035e59d479f83e049676305e4ed", + "input": "[24, -12, -72, -64, -56, -57, -75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c5b168db13b74c1ea91491fef68da98f", + "input": "[-5, -44, 7, -41, -23, 18, -4, 8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-332070b461f44a06a93bd0cf49717388", + "input": "[15, -73, -87, -25, 25, 13, 24, 24, 49]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5daeacde208947f8a4e046550385c2a4", + "input": "[36, -1, -3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0bae1782b96c4e99a21f168ef0e2fbea", + "input": "[78, -93, 89]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-df59eb10504c45e1bc050f48f6e2ff8a", + "input": "[-38, -31, -11]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-5effc27ccda0474faaf39c04d50119f2", + "input": "[-87, -14, -35, 9, -79, 80, 95, 42, 54, 30]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-37391d239f28481a94b3b6706e62dd60", + "input": "[29, -58, -59, -82, 23, -4, 95, 59, 6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3cbd9d42162f4d2c87381376cc65f7ef", + "input": "[87, -75, -81, 95]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-40f1b464eefc46ca9c9e459e10788627", + "input": "[77, 52, -57, -42, 95, -95, 71]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9d9238b9fa1d49478b795561ccbe7946", + "input": "[-33, 23, 29]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d8ab3fe73fe4465086b9a5a13b1f2170", + "input": "[26, -60, -40, 25]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1b3fc17277eb4adaac17db453e35f8dd", + "input": "[-85, 59, -26, 56, 38, -65]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b90af3e2f0164b7e91274c27736a3cb6", + "input": "[78, 72, 43]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-41ab174044b044dcaaeaa851a0ff4e3d", + "input": "[15, 25, -59]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-5b067740da964ab99ec6e2fb9e82e8bc", + "input": "[49, -61, -18]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-6056c7ec05a84bb2a30610486735c08a", + "input": "[-63, -23, -90, 60, -48, -75, 42, -69]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-7daf428e15db44d3b8ec4b0770148520", + "input": "[62, 9, 5]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-57e63a77b19442209d91cb57a3b2db83", + "input": "[93, -40, -68]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-8b6c799878a14fc2b33a97df202d9680", + "input": "[38, 3, 36, -72, -74, -97, 14, 99]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-02ab5c3bf0d94d408654cffcd5a795e2", + "input": "[21, -55, -35, 56, 10, -43, -61, 9, -4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1c5f13cdb17b4d3c944b27fc5858e5d7", + "input": "[-87, 41, -83, 10]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-065cc007343d49da88a96540ea60c37d", + "input": "[-36, -61, -22, -33, -94, -23, -67, -1, 59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0fe897aa938f4f549ff2d9c69faee197", + "input": "[77, -34, 66]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-025df8b6326846af8e336fc53d1db490", + "input": "[-6, 81, -55, -22, -45, 14, 54, 0, -29, 73]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e6b4cfc2b3e548b1afc09ff6768b705e", + "input": "[-75, -2, -98, -62, -46, -22, -15, 87, 7, -16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9b51af9d2cce49108b0b24c2b23fe605", + "input": "[-76, -59, 54, -39, -21, -16]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0b7fc568e51746f4893d5144f998eb1d", + "input": "[41, 14, -55, 23, 1, 1, 32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e167aeac78b043279d92f4ab1a70ce56", + "input": "[4, 61, -58, -36, 25, 61]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-380b0f750e6e4ab197b27db661ec9756", + "input": "[-33, 38, -73, -23, -58, -27, 94, -11]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fab0ab1c320a4b599df2330dd39e15a6", + "input": "[-40, 12, 72, -62, -34, 5, 36, 84, 89, -43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-11dfc65fcfd14442ab3593d86827ad1c", + "input": "[-9, -9, -27, -85]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c81c67fcd4524d2494b90385395650cc", + "input": "[75, -78, 38, -76, -44, -47, -26, 70, -8]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ad1852b3331540e6a0b8e2e86dfe9e43", + "input": "[8, -66, -29, -1, -24, 91]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-eb00bcd399ca47cfa17fa3536c25fc64", + "input": "[-88, 55, 61, 68, 14]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5a042b3ff54d4acb93b55cf12cb249d4", + "input": "[23, -67, -52, -96]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-2160a9bb72dc4d7cade438dc0c6de3cf", + "input": "[69, 80, -31, -10, 50, -38, -12, 28]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8c0d76bb6da14154824a0f2d6dc37ae2", + "input": "[-18, -63, 4, -19, 94, 59, -55, 77, -22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-272a72f2bdaf4b99b69ecb5f0846a68f", + "input": "[-89, 76, 8, -63, 33, -82, 4, 17, 26, -37]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-99c1cdfef7874fae9b99439d833149a2", + "input": "[-31, -69, 93]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-58d196e2b51249d68ada764f9fa979f8", + "input": "[71, -85, -41, 10]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-c4e075d57a374966ba68774d4bac7dd6", + "input": "[-89, -90, 15, 42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9457438ef4db41a6bb517fc7ce0abcb4", + "input": "[69, 36, 53]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-79af37dfc084428b8750cb158903bbc5", + "input": "[-81, 98, -47, 59, 5, 38, 23]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-94cdaec680b64c1f8bedee97e89a3a08", + "input": "[1, 13, -64, 34, 84, 92, 99, -25, -79]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-1a71cd112afd4345af997040b7abd6f8", + "input": "[91, -63, 99, 78, -77, -38, -19, -15, -58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-10948d885daa422bb634cc33ea9dfe30", + "input": "[43, 54, 95, 28, -53, 4]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-f41b081a0053415587caa317c19c698b", + "input": "[69, -31, 64, -37, 63, 11, -62, 98, 63]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9e80d61dbe4e41d4bab3b5f9fe37e5fb", + "input": "[8, 76, 83, 75, 67, -47, -86, -89]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c73af8df8fc544ccaa9c0764365deb52", + "input": "[-40, 5, 54, 32, -49, -20, 1]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9bb8f71590a54272b8908130eec30c5d", + "input": "[13, -90, 65, 72, 74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d5c585a870694ef09532732edc33c500", + "input": "[-24, 11, -8, 36, 51, 55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ad5297aa37d140f180eb8e20263a3e75", + "input": "[81, -58, -13, 15]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-edb2358a1ca640d7aec56b4b2e7c412e", + "input": "[-67, 28, -16, 26, -68, 11, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e14cbb5d59fb4889890bf934a8d1352e", + "input": "[-6, -58, -59, 57, -55, 18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c1a51411651e4f2b8202a96cb1195e31", + "input": "[89, -22, 28, -46, -58, 20, -25, -3, -74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7172c55ad3574ba9b6d1c99530a744f0", + "input": "[76, 43, 76, 94, 48, -62, -93, -75, -22, 0]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-249d56aea9174cc9bb03055766bdacd0", + "input": "[79, -81, -64, -100, 37, -54, -64, 84, 77]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f1a5c8b8c1564511abc8935000fe477b", + "input": "[61, -31, -97, -9, 92, -20, -87, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f2babf29851f48a08b6855750c96a6b6", + "input": "[-25, -74, -77, 59, 0, -75, -69, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fcea019a7e3744619f13efa067d56e8f", + "input": "[3, 67, 2, 39, -8, 40, -7, 6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-355aceba75084d5fa2d64104673a6aa0", + "input": "[-69, -83, 48, 71, -11, 32, 88]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-0c07a627787f4d8380a98bafe23a315a", + "input": "[-50, 65, 45, -21, 0, -71, -64, -20, 63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-af1f39be9fb84a1a8705b5779aa4cde1", + "input": "[30, -28, -95]", + "output": [ + "58" + ] + }, + { + "id": "openseek-1-0dd756c3db19440a9356aab6a7c173d4", + "input": "[-34, -82, 51, 100, 50, -34, -98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c35c507f0a3042338780577176bc35ae", + "input": "[-5, 9, -26, 88, 42, 1, 9, 64, 10]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3c6fb1e38a144559a721fa62be4fda4d", + "input": "[-23, 95, 43, 19]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-4bf077a6b26040be9a34a2c1837d873d", + "input": "[-63, -50, 43, -11]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-7af2ae39b9024044ac5c1e7de5435acc", + "input": "[36, -10, 51, -4, -65, -15]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-98bb3b7c1cd448ad972f0b122edda20f", + "input": "[25, -18, -82, -48]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-971ff2807f0148718e258b7097ceeb8a", + "input": "[98, -7, 3, 56, -94]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-1c58cf640a6b4f58b07ec16822fca8ad", + "input": "[39, -61, 48, -91, 83, -53, 20, 34, 35, -38]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-790ead43bb924feb9ac8245f3e74c933", + "input": "[72, -5, 84, 59]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-afd52c56071244aaac3799d45677507a", + "input": "[-49, 63, 34, -29, -78, 25, 42, 17, 29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-256eef82ce6c484e9b316e751916e019", + "input": "[65, 41, 11, 49, 12, 61, -39, -30, 38]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a1289abc750043e198ef8fd0b3eb5672", + "input": "[44, 86, 48, 28, -22, -100, -63, 7, -74, -10]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2a56284a51344c8ab0745a9ff1c41bfd", + "input": "[83, 87, 29, 69, 51, 47, 45, 89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5080f937dd414958b77bad9747955bb5", + "input": "[59, -36, 96, -56, 40]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-14c6ea56cb334495998e7477f66e0026", + "input": "[-53, -51, 73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-74204e5405f245b6b6c002bcc32e66c3", + "input": "[22, 97, 79, 97]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d7be147030c445998dd95e6fdcbd1f64", + "input": "[26, 5, 74, -6, 32, -53, -66, 70]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-94349431691846eb91c9357d60beb9ba", + "input": "[-24, -58, 19, -35, 29, -87, 49, -47, -71, -100]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-3831e1a9646d4f35b454db08a8dce96d", + "input": "[11, -94, 10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-413a6236a8b34444bed115da4c6f72c5", + "input": "[-37, -37, 52, 71, -5, 70, 56, -20, -29, -41]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-407ed8e0e0744c6aa0c96e7e4fcf2085", + "input": "[96, 41, 50, -60, -63, 96, -39, -43, 10, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-88fb0b3d8c014fd8aa93db24cc20cdb4", + "input": "[27, 24, -52, -77, -20]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-17c1c2b48231487296bb35b759f3ca0e", + "input": "[-22, 97, -82, -78, -67, 76, -74, -77, -41, -41]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ec8919367b354cf396d15c6783d948b7", + "input": "[-81, 60, -79, 17, 3, 37, -59, -35, 13]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-764ccd0b61134c5fa27e58ddd0543981", + "input": "[-89, 37, 47, 33, -35, 60, -92]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-060078a17f76455b95e315e1dc2979cc", + "input": "[77, -55, 6, 90, -7, -30, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-911039be26e442969419a1a299434e75", + "input": "[-93, 78, 55]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-b06d52d792e8454e9feb90d0dd7f922d", + "input": "[-79, 67, 66, -40, -69, -85, -79, -10, 91, 97]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a3b4959cfb5343e5862f59bce1e5c39d", + "input": "[-62, -57, 56, -37, 2]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-67f5f8cd62e6409881ba831cccd910dd", + "input": "[25, -72, -77, 58, -36, 40, -3, 44, -23, -68]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f0ae565fb02d4ac1b1ba881064abf5d8", + "input": "[-59, -46, 28, 44, -16, 63, 5, -1, 95]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f86a30ed51be412982f6257949aa642d", + "input": "[90, -34, -98, -44]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-1a52e6177156492b8a72886cd6ef3327", + "input": "[28, 17, -66]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-680118b78fad4af7b1a8de89260513c2", + "input": "[-90, 46, -25, 86, 75]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-49035b5f9895463aa7457efc06daf836", + "input": "[-42, 96, -20, -30, 86, 85, -66, 69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-08c221a0f85947509551bda5770f8388", + "input": "[-18, -70, 70, 91]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-baf20e92ba594d84a1bf55a2e928a44a", + "input": "[-2, -60, 78, 81, -86, -59, -51, 32, -95, -97]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-90a82f17cdc245598fb193865a04aed7", + "input": "[-31, -6, 77, 99, -98, -58]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-1360cf9c6e2947fc89064444259d564e", + "input": "[75, -25, 61, 71]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-57bbc7c1a5f04bb2ad602db6744c2754", + "input": "[75, -54, -93, 64, 0, 31, -93]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0e46d47c70c7418aae657fdd1a405a45", + "input": "[-71, -81, -37, -91]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f165ec1e749646b49bceff98e8dad263", + "input": "[-14, -93, -52, 22, 72, -44, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6da4ef186263471a8f0c44d983562884", + "input": "[-100, 40, -89, 38, 66]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e5de87c736594bc2aa2cf917e078dd50", + "input": "[55, 66, -80, -35, -28, 17, -3]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-ef0f1d40398d4e2e8422ef81621acded", + "input": "[-88, 37, 38, 38]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5658bed20adb4ff6b097a86ebe4d8c55", + "input": "[-79, -67, -33, -33, 1, 8, -26]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dad80608e2044f52ab510d9533eeeb26", + "input": "[-70, -79, 40, -75, -63, -81]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-abe5940a12224c8fab5dd3e365af0ab3", + "input": "[27, -36, -84, 39, 96]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-8b54ad0507f64e8aa6673d251d369f95", + "input": "[-41, 18, 25]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-5051a9ffdf484e338a442c52451913f0", + "input": "[-24, 94, -20, -82, 60, 31, -3, -22, -92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bb5aeb00ca0a42a6a4293dbd4b7283de", + "input": "[64, 66, 90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cdf16a463ef6430d96b2fd8732ec3956", + "input": "[62, 60, -22, -79]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b4ec2e4064a74d89bbfc898a5bb17e13", + "input": "[12, 76, -25, 42, -51, 39, -94]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-551d2be5272849a49e1d521962d9079c", + "input": "[11, 59, 61, -58, 9]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d65f6cd844f146038e856f5b8c4c8149", + "input": "[-29, -61, 44, -97, 30, 32, -92, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-95ed345f3b81421eb2ca76faf6df95a2", + "input": "[-50, -63, -99, 59, -83, 8, -26, -2, -89]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-1660e5d61c1b47d9a58c0128413848f2", + "input": "[-91, -52, 64, -10, 42, 77, -19]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-6e59bd6730474df1a5ddbc5d99b44b12", + "input": "[7, 50, -21, 59, -89, 26, -53, 48, 49, 0]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-96b9cafb6f774e8b9f4dd944fb20a763", + "input": "[25, 45, -22, -62, 70]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-0170c43b74b5408b96c9f00c34eee865", + "input": "[-24, -68, 23, 25, 19, -53, -19, 0]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2d587b2f49bb4f788a7ad495e714d4a0", + "input": "[81, -59, -44, 4, 69, 98]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-8de88c0b78504c83a0f5dabe6896c7fb", + "input": "[41, -74, 49, 16, 47, -31, 50, 29, 2]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-07de35e0ae6d45f5a31467ea749e2e6a", + "input": "[-80, 68, -9, -31]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-2055fd4a3473470a9a1dad28e2828722", + "input": "[-53, 77, -59, 32, 33, -88, -88, 45, 31]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-28083d1944384248be00c2cbb40746c1", + "input": "[48, -89, -48, -36, 53, 75, -98, -90]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7a54c8fca86a4d229545ae0fd670f334", + "input": "[-41, -83, 74]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-1439dc8986ca4e20a1c6a4d32fc361d5", + "input": "[-99, -61, -41, 67, 70, 45]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9a6553f250454621b6499d806f6e0365", + "input": "[38, -73, -86, 6]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-b4796897f0be4e0dab397812d75a7e2f", + "input": "[19, 0, -16, 77, 1, -74, 97, -64, -56, -30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-590e8c3cbdaf4b5095bb051bcbb0412f", + "input": "[11, 42, -7, -29, 21]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-37884e9abf284a89a6b5dbc2e7846ed4", + "input": "[70, -77, -40, -72, 12, 15, 27, 10, 34]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5b94e4fe425b4e5d81ca47952b66fc0f", + "input": "[-17, -70, -17, -86, -12, -65]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-39c009beaca84eafb9dceadf6419313b", + "input": "[-54, -90, 95, -42, -7, -82, -95]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-818b42a897e44a87bfbdfc7cd4fdff96", + "input": "[85, -10, 91, 94, 21, -2, 99, 17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-729fc20adb5649c1a91c41c3d33aa07a", + "input": "[46, -46, 57, -20, 42, -63, 97, 5, 68, -91]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-94117ee1c19f44909fca0a0d7861a11d", + "input": "[48, -44, -82]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-6b0f0671c92144a18b22b77078ec0931", + "input": "[-15, 63, 49, -75]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-52e1b73f5c69483fa1d77e66ba1f06cb", + "input": "[21, -75, -64, -12, -19, 15, 62]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-dff382487cd74424a7c911264ce24a3c", + "input": "[71, 72, 43, -65, -27, 2, 15, -20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-069df43a63ac40eaa9ce209c0537b8a0", + "input": "[-11, -22, -73, -24, -63, 99, -75, 41, 39, -91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e0d3f76c9eef41af8df54075aba8ccc9", + "input": "[53, 70, 12, -4, 19, -66, 39, -34, -79]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-bedfc4b7246d49778b654dd69f7f94f4", + "input": "[32, -52, -5]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-594a9147393640bf853950d1ee53ffcc", + "input": "[33, 9, 83, -96, -36, -29, -26, 4]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6a5662fae52f4eb9880058ebd7f117bf", + "input": "[56, 47, 83, -99, 38, -22, 6, 0, -79]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c8e8d3df646c4c0eb81f3d8e10be9bab", + "input": "[-58, 71, 81, -16, 61]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-43bae08b3837498a8f9d5ab3f3b0ab96", + "input": "[-48, -98, -53, -6, 17, 4, -21, 25, 16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3122b25f502245b6a93257beefb1c172", + "input": "[46, 78, -79, 29, -28, -87, 16]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-cd75dfb412a24dc1b56a114b10504ac3", + "input": "[-15, -17, 81, -33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1dc5194ea9034465a82db30c7a8a1857", + "input": "[-56, 82, -75, 21, 58, 20, 7, 39, -44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d9b7401b477948a6b6c87cd3ee1ff0e8", + "input": "[38, 59, -16, -41, -78, 7, -40, -7]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-eee9a08ab6824fef9eb7ccdf7d939ebb", + "input": "[-91, 6, -89, 22, -12, -98, -62, -25, 75, -48]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bd4b9d6f2914461489b2e095450cc4b7", + "input": "[7, 81, -32, 53, 79, 78, 65, 94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-429cd3dd94994dc3a1bae7b9af94ff99", + "input": "[-91, 14, 12]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-19e53dd5bea24772a04c3b5c961acec7", + "input": "[-34, -53, 83, -2, -31, 13]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d2a75b7e9602439da60c17e51ad6a20b", + "input": "[-5, -85, -10, -99, -15, -56, 95, -85]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cef17a15a9ff4bb49e6cce3f0df6918e", + "input": "[-64, -52, -87, 30, -49, 97, 21, -34]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4a955e372e6a451fac5908f3e0743097", + "input": "[-52, -62, 100, 68, -100, 38, 98, -71, -29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6bc973d2d1124874902c06d18867725d", + "input": "[-40, 70, 47, 24]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-d362574aa16640a5b59a7b7e9108c5be", + "input": "[67, -6, 71, 52, -23]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f84c8d6622d54289ad25c0ecdcfca505", + "input": "[47, -30, 48, -38, -58, 64, -32, -64, -14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bfeb6a737bde4fcd9b46c01c4f17f4e4", + "input": "[22, -45, 5]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-771681c9da0b46cebeff3edbd9937ba7", + "input": "[6, -47, -5, 92, -70]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-cb328ad3a3084456980336595be14813", + "input": "[-64, 12, 4, 57, 89, 36, 8, -2, 85]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-14b7834e8a26422381a6c1209adfc935", + "input": "[-88, 46, -6, -69, 60, -21, -9, -24, 96]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c0640f278acd46a098e6b4c22b3994fc", + "input": "[36, 17, -48, -25, 97, -79, 55]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-d28ed874e043489e8789ba18d3a291bf", + "input": "[-16, 99, -78]", + "output": [ + "62" + ] + }, + { + "id": "openseek-1-3733cd0781f742358180e0ef0a1bc276", + "input": "[-72, -17, 74, 54, 43, -65, 56, 27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-022185eba71b4987ab5bfaa5ccfe6017", + "input": "[34, 55, 70, 22, -18, 43, -25, 59, -17, 18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8b455af49e8f4a249d81f810d31fe9dc", + "input": "[21, 70, -5, 63]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e93ed64df1584b6e9e6236f7ea2e0993", + "input": "[17, -35, 83, -32, -14, -39, -61, 66, -21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-509e4c01b6f149c4b1d210c34d406980", + "input": "[-83, 24, 61, -25, 71, 19, 16, 100, -70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-98656704fb894d1cb1aa9e69e6a98a82", + "input": "[9, -96, -54]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-65482aabc42a4b4bb9dbb49c20907ca9", + "input": "[-69, -97, -96, 50, 45, 24, -6, -92, 74, -59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c73e21e75fa14a62ac543ca399294bbb", + "input": "[23, 83, 3, -79, -61, 11, -38, -33]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-04f56a791d774588896e03d5c1753e23", + "input": "[33, 2, 69, -63, -63, -19, -6, 30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-caf56b61ad8d4e82873244e25d8ef33c", + "input": "[-22, 13, 22, -70, 96, -62, -12, 82, 82]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cdcfe961428a4321a9cee8b58c65e12d", + "input": "[-30, -39, -4, -47, 37, -7, -64, -23, 100]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a9d98f047f2b46659ec534fba35ab01a", + "input": "[90, 72, -10]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-ebd439ae1f4f4bd38b82daf67e7c85a5", + "input": "[-48, 25, -88, -48, 27, -75]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c2d21c15472841a8ab6adb6363b7705e", + "input": "[-35, 6, -49, -38, 36, 51, -89, -6, 99, -18]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-24a0b5be4c104d9ca67082685e49a59a", + "input": "[4, 25, 61, -79]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-de19221954b54133a8b1f001932296eb", + "input": "[-91, 78, -72, -74, 41, 91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c89e0cb4c2894a6fbaaf33d9d320532d", + "input": "[-68, -70, -65, -6, -13, -38, 61]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a9aa3c79f18e44be9af0642a6a2376fc", + "input": "[-73, 71, 99, -57, 18]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-f7847f40d97c48b7afc3c61ff41c4fb0", + "input": "[-48, 41, 53, 83]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-62290ad2a78246e8b92f4962de597799", + "input": "[40, 34, -74, 70, 85, -99, -93]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-0d839c7ddf8248ae97f3594ea258cb73", + "input": "[58, -88, -43]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-59520889de9a43a6b77dca2289479f69", + "input": "[-54, 86, 29, -73, -30, -19, -53, -14, -46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a5658c1264324963b3f48924b5aef51b", + "input": "[-1, 67, -18, 40, 66, -16, -48, -78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c56baa8d6f0c4d039c8a6aa0ea090dde", + "input": "[68, -71, 30, 39, 14, 34, 40, -69, 21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5f489347186643d2a82708e47dcf32e0", + "input": "[-94, -41, 39, 40, 87, 86, 41]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8397fdc3cffc4e4aa16ae1158106e330", + "input": "[-32, 10, -70, 49, 68]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-3deb2d28a23a4b5bbccc271137c5676a", + "input": "[71, 13, -50, -11, 94, 2, -94, 89, 40, 43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6b4365ffbdb044bbab45b9062572a817", + "input": "[-60, 9, -42, -51, 89, -7, 97, -90, 13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a8f4ca30297e4ba0ac86c6f18806ba6b", + "input": "[12, 95, 31, 70, 66, -4]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-cb4d7118553f4eddbcbbdd13f18eddd5", + "input": "[-35, -49, -42, -24, -93, -87, 57]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-bee79226ccaa463d90885df42eccf8ed", + "input": "[-50, -36, 19, -54, 3, 38, 13, -18, -66, 32]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-30afd8c87bf54102b3110167da89b542", + "input": "[75, -84, -82]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a456008e7c264144a4b202d1164ec3cd", + "input": "[-50, 23, 100, 53]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-1fa5c7200b964739b9bf96fcd511c8bf", + "input": "[-8, -24, -29, 2, -86]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-547f4d4c070845a8aa32834a3c294c90", + "input": "[-76, -7, 97, 3, 8, 92]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-69f858091712422db1e62ee27dfee837", + "input": "[-87, 72, 41, 64, 68, 33, -91, 59, 19, 6]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c148a9a2618e4bb3b36cb47000ab280f", + "input": "[-96, -28, -99, 40, -37, 88, 45]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0791c222e65841f5b4912ec2d7c30271", + "input": "[49, 26, -15, 47, 23, 27, -82, 31, 29]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5488ea7e368d44398f965c25708e49f6", + "input": "[50, 84, -34, -50, -78, -91, -1, 34, 49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-868d5a80f8eb4ca5bda1337c1d3d6b8f", + "input": "[-35, -16, 54, -96, -21, -8, 30, 97]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-cc7886a1929047cc8714e47062d7701d", + "input": "[15, -27, 93, -93]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-c259f9dc55744673b1c1a3536959bb18", + "input": "[-83, -21, -38, 38, -30]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-7453cc3f24234d719d5d1042e307adcb", + "input": "[-72, 32, -77, 6, -17, -32, -41]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4f3b5a122cd34156b3aa27295f1a95ff", + "input": "[-55, -54, 6, -84, 80, -13, 53, 49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bb752943ef3d4a0f8957a06ba9548921", + "input": "[53, 47, 23]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-71d49d722e184657979b0bf2960ed58b", + "input": "[74, 12, 6, -91, -82, 57, -63]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5fe7676ba401422ca611171a12476d8c", + "input": "[6, 19, -14, 16, 25, 1, 81, -37, -55, -96]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5eb69f66d2a64df7999b8fb5aa2ef4cc", + "input": "[10, -82, 75, -9, 83, 0, 30]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-4e6842d53ac442508f750655596837d3", + "input": "[9, 40, -65, -78, 23, 82, -75]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2fee55106dc749848fe52882dd86581e", + "input": "[46, -70, 80, -84, -44, 32, -93, 61, -31, 87]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-08f0a258984543e993c533b68842b6a6", + "input": "[-9, 3, -97, -59, 37, 90, 18, 58, -93, -43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5cfda2e28dc2499a8b1f7075e1f290d2", + "input": "[-84, 54, 45]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-b97a99790bcb4c3db6ad8579b347f908", + "input": "[77, -59, -56, 39, 66, 20, 65, -1, -75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-280bff44c81940318e674c7536834209", + "input": "[-15, 79, 12, 37]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-8d30fa6cef8e40bbae9fec9e3a50e97c", + "input": "[33, 68, 9, 28, 76, 37, -61, 49]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8af03c0921a2437e8a1621551e7cecfc", + "input": "[-31, 25, -67, -58]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-33be494712a14388a1de6b34cd1eef17", + "input": "[74, 53, -48, -88]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-01a116b9cc414390b727b53319877393", + "input": "[-95, 81, -3]", + "output": [ + "84" + ] + }, + { + "id": "openseek-1-d68f370d93c242f7a63b918ae6d8c8c4", + "input": "[90, -8, -2, -74]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ac024e9d971a46e9be6de56bffa9b780", + "input": "[-14, -99, -41, 90, -81, 55]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-03b6bb58832743febd11987bee159f91", + "input": "[41, -66, -20, -70, -93, 73, 97, -16]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-af27274db3cb4a6b93a88120ee5d2ff3", + "input": "[-11, -95, -72, -51, -78, 8, 96, 100, 81, 94]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e00a5eec06d94320909a2b770e6d4408", + "input": "[-99, -57, 37, -22, -40, 100, -18]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0cd1ad2a6d484b889854937dcf8a6ce4", + "input": "[-99, -76, 30, -31, -79]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1a4d59068c8e4eb8a10b98d6b93d2659", + "input": "[97, -5, -41, 73, -24, 39, 48, -76]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-8184196c0f9b4e45ae32b15dd21eeb35", + "input": "[-32, 73, -56, -95, 70, 89, -45]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b63d2dd5b011446d820af4ca1d25b65b", + "input": "[15, -13, -77, -96, -30, -78, 67]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5ed2a4754c414d308f062fe6d1e72733", + "input": "[54, -4, 37, -15, 80, -23, 37]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cd48ee62a63140a8a6add2adcff20545", + "input": "[-70, -62, 72, -6]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-b8d101d077e7485cb65e63c714113036", + "input": "[-9, -95, 89, 65, 28, -4, 29]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4e7a38caaa5e46209848b38462c67c15", + "input": "[-20, 90, -22, 11, -67, 0, 100, 28, -50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-218c5802dd7d434096a150f3857c487d", + "input": "[-80, -27, -66, 56]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-39be6733ae634c6eb3d052e6ae593aab", + "input": "[86, -65, 31, -1]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-015be098fc834ebebe3f56e1c8898ed2", + "input": "[-29, 97, 7]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-5c4dbacd1e9348698caa54fd0510c91f", + "input": "[-5, -22, 8, -13]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-d4b40ab0bd1c4d069c86da4ff51274ed", + "input": "[-62, 23, -22]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-e1522e70600d48a18a66c5b82c4294aa", + "input": "[-72, -73, 84, -48, 61, 0, -19, -96, 18, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dbd31437471e43af8f4ab92a0a8617b7", + "input": "[-12, -88, 10, 77, -10, -10, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-55250930706440658da8ce0d925c2b1e", + "input": "[40, -1, -43, -76, 80, 76, -49, 96, 0, -69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-54f340bc1b4449b8a4eda7f329bab791", + "input": "[45, -8, 74, -67, -48, -30, 48]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-720d770f768f4ee4bf0aff3cde885ae7", + "input": "[-93, -47, 34, 16, -5, -59, -14]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-33911c153e9f4bf9a64616615199c5d4", + "input": "[8, -23, -94, 30, -68, 51, -30, 73, -64, -68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2c113f0bda1c48828a84ce29961a0eb6", + "input": "[37, 47, 100, -37]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-df71bb5d559f45f8a155a6ee002b06c8", + "input": "[2, 21, 96, -26]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-fb52c3e133c44f1fb8d16819efcd6cea", + "input": "[-58, 55, 7, -46, 5, 99, 89, -6, -2]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-82775bc71c38469ea368cf564c6872bf", + "input": "[-86, 44, 51, -59, -83, -22]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d9d34c7829974e56b55610f19afae200", + "input": "[-87, -94, -55, 25, -90, 7, 1, 12, 60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ee2b47adae8944c9a1021d7d49f74e38", + "input": "[22, -64, 53, -68, -28]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fd43c15345e244f6b14649576683c75e", + "input": "[44, -89, 94, 14, 45, 66, 4, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a83d79c15c7343edb807a39583389512", + "input": "[97, -78, 66, -84, 32]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-939f9aadecfe42aead28404f51b449d0", + "input": "[-98, 73, 81, -22, -50, -12]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-88fcf2686b6f47e3998616a8e6c32a92", + "input": "[-28, 82, -94, 100, -6, 62]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-bc3de316caa347bd8ee9aeedf48a1a53", + "input": "[-15, 86, -68, -31, 46, 19, 97, 43, 78]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-998ad9ea5110421ab1c31bc7ef296719", + "input": "[35, -49, 57, -95]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-704fac0d93094c7da9af682cbeb00566", + "input": "[23, -5, 49, -62, -91, -12, -60, 19, 93, -7]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a28c5d225ae54d40ab689e433a269801", + "input": "[-11, 2, 44, 10, -93, 84, 65, -18]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8396aaaa56e84715b976a1d44ec64617", + "input": "[75, 78, -41, -42, -9, 77, 83, 89, 27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dddf16be520b4ec7933fc0dc853ccca2", + "input": "[-86, 67, 56, 9]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-fe3fbcb3960346cd9290a720e83b83fa", + "input": "[-89, 95, 18, -30, 49, -40, -48]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-d546a47e85d647c7a9571c0eac93add6", + "input": "[-61, 35, 45, 97, -98, -43, -25, -98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ef9d739564c548bca7594d8ff5603475", + "input": "[76, 23, -3, -26]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-4d750117f49549e4a3b6d3d3a4a72b47", + "input": "[-45, 64, -44, -46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-322ae29997814b6f94ddeced6266ba42", + "input": "[-51, 31, -13, 28, -85, 53, -53, -63, 95]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fbca221f8be949eca77dcf4e869fc70b", + "input": "[-87, -24, 78, 60]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-dbfe6a3c7125479998ad429ce29e8ffa", + "input": "[47, -48, -93, 83, 17, -83]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-cfd14d98363a41aba0b0bf41de736a06", + "input": "[73, -31, 22, -38, 30, 100, -95]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-625aa15ebc7b4d32a5a9f5e602c4d9ca", + "input": "[57, 90, -73, -23, -8, 9, -45, 84, -2]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c38bcb75a76348c0a1479af5bd0e39c6", + "input": "[-25, -2, -29, 63, -73, -39]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-24f96929b7af43988aea877e6f255aa2", + "input": "[30, -9, 23, 95, -9, 58]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3cab78ccb97045fa97b1e41e9573a405", + "input": "[32, -87, 69, 88, -91, 95, -7, -58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d5b350104b944e0e8e7b3cf77a0bd9b2", + "input": "[-17, 67, -38, -63, -49, 88, -28]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-bac9700b1fd448eaa4576ce050185313", + "input": "[-65, -60, -15, 16, 71, 52, 22, -28, -9, -53]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-3e18ec9b281b44e9ba4b4764c810f88d", + "input": "[-41, 82, 87, -97]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-84c7a176dfdd47a48706477839df3cb2", + "input": "[-20, 43, -87, -3, -99]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-54c3e7f86f7347d2a45562873579e81a", + "input": "[-26, -12, -39, 42, 62, 49, 33, -85, 81, 99]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-b7d224b1bae44ecd9b19478cd24d7f0e", + "input": "[78, 33, -92, 24, 37, -45]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-971d89623e384a4fb608855c7b51fc8f", + "input": "[44, -75, 6, -24, -53, 74, -59, -72]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-bd0ba8e0c0854934adfce01578e8857f", + "input": "[-67, -52, 94, -14, -48, -86, 85, 35, -39, 62]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a3c844cafef44eeb97d90d280e38bf19", + "input": "[-32, -47, 48]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-f31915fbdad4449dab9267e414ba87ba", + "input": "[14, -96, 49, -18, 30]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-52034dadbbc4463296fb9a9f0492d4c7", + "input": "[-34, 93, -43]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-082f4c71d90c41e3b372542f20264fe2", + "input": "[53, 91, 75]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-aa93d73f9d4d4176aff9990bb72fc2f5", + "input": "[74, 58, 24, -49, -51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-09c14de085cb4fa0b94f72c0e0b6ac96", + "input": "[94, 100, -78, -11, -70]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-cc363004d9164ce0b5f6b12d00e85518", + "input": "[-70, 77, -48]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-cdaa92a360d34d1a8285234da48ad289", + "input": "[76, -77, 23, -73, -14, 35, -69, 51]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8ae924ee0f6149ad99a280651b984e97", + "input": "[86, -12, 19]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-d14d0b3bcf5449a9a160bf35d468781c", + "input": "[-36, 46, -62, 56, 18, -71, -1, -20, 54, 11]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9d6b5d563ef442e88e17885db5253117", + "input": "[76, -1, 43, 4, 39, -29, -42]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-19b7ea91913f40889603c33c4e1dd07b", + "input": "[-24, 43, -87, 41, 75, 57, 97, 37, 5]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-899456022154420288bc72dafca9a2d2", + "input": "[-79, 52, -26, 79, 88, 98, 56, -99, -69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-764f6ac1b0d84cc6b055f863a8a19778", + "input": "[49, 25, 78, 39, -51, 29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ab204d99771d42419e2d38b3a7505396", + "input": "[1, 60, -21, -69, 69, -82, -46, 57, -5, -42]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7c8bbf9957f54dc4a9a1c26b6dee1a4c", + "input": "[26, -70, 39]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ea931b044e32465cbff1214b9420ef38", + "input": "[81, 31, 14, 11, 29, 42]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-71163ecaa38146098e00e5a249daf595", + "input": "[1, -18, -36, -4, 81]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-167d24c217f74e2e8c3f38e9cc9cc7fa", + "input": "[-67, 2, 30, -76, 42, 91, 14]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-856e8d50a52849e49ed2f915a4dcd6e7", + "input": "[11, 63, -76, 11, 59]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a771b77fc63a48258ae9c4c6e19aa3b2", + "input": "[90, 0, 71, -63]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-c79fa6a1e03a47a4b97399440cf78a52", + "input": "[71, -43, 74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6009ec7ab283408fad90a1b474da741d", + "input": "[39, -79, -77, 90, -18, 45, -40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c5209785131a481ca6f333d36bfdd7f7", + "input": "[73, 90, -98, -16, 94, -80, 94]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0941c76d7d7c4812a199be38232c6b1d", + "input": "[-20, -13, -63, -4, -22, -7, 84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e1853fd984a944588918e697213bd112", + "input": "[62, 75, 5, 26, -41, -83, 94, 85, 59]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0fa83eba30204b1db7f40f75998a1726", + "input": "[-62, 49, 2, 97]", + "output": [ + "47" + ] + }, + { + "id": "openseek-1-b71b664d510c4b099d622b413b18438c", + "input": "[26, -98, 0, 65, -45, 55, -24, -32, 86, -82]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e756a04165b74b39a0b947da584ace15", + "input": "[-85, -92, -76, 5, -84, 3, -12, -6, -43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d369bf61897b4de094f00d2654691b5b", + "input": "[20, 8, 11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d7b810f3d1a1418bbbefd17c3f11cbf2", + "input": "[60, 100, 84, -58, -22, 48, -84, -45]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-604cee2235ca4484ab95fc55ea0566ee", + "input": "[43, -61, 10, 81, 44, -53, -21, -10, 17]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-813aea2457fb4b2489e8426b113cc213", + "input": "[57, -58, -71, 44, -7, 2, -26, 23]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-3e6b8880f69245878273277ea0459d76", + "input": "[39, 61, -79, -36, -94, 37, 46, 84]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-25f31e7b4df44576903195b63d8e10a3", + "input": "[-93, 34, -81, 66, 73, -64, -84, -24]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cdcbb9d7c15b4a78afb9170728bd94e5", + "input": "[-86, -29, -80, 41, 2, -82]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1960f8b1bdd7454c9f8c2e8f329c7b08", + "input": "[-40, -12, -4, 88, -76, 6, 40]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-1d095ca3c7df4f72a2041e32d321f166", + "input": "[66, -23, 5, -45, 4, 45, 66, 63, -19, -31]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4dbafb995dcb4c7ca04bdb84041a76c0", + "input": "[-2, 36, -3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-daa84c0e7b5e46058c8b62ac4d74f7bc", + "input": "[-48, 44, -63, 12, 41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-68eae178b62f4edca8df46fd91757e41", + "input": "[28, 15, -17, 81, 45, 70, -65, 66, -14, 95]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d00068c2fbd546459edb62ca8d696cfc", + "input": "[88, -37, -20, 18, 77, 21, 38]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-38c4edcff7604a9b9b8fb92e945eaa67", + "input": "[-29, -77, 32, -1, -11, 82, -67, 84, 22, 64]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b42fa2117af644529288637f5fd11728", + "input": "[28, -37, 97, -76]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-55566b3615874dd58e1bd13ec6940447", + "input": "[2, -18, 15, -51, -62, -48, 73, -7, 25]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4ee136a0ae7d465ba8dc79b964a04ead", + "input": "[86, -41, -1, 86, 98, 97, -3, 18]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d7badc822a7a47f0816210dae92c10c7", + "input": "[22, -66, 85, 29, -75, -23]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-1df293ac61054f828f53e411369bcced", + "input": "[18, -33, -46, -61, 41, -15]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-89aa0d525cef4292802f41f2bb317de1", + "input": "[-19, -99, -84, -81, -74, 54, -43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0e5af834f57b4721abf8ed94f343cda1", + "input": "[-62, -37, -28, 81, 41, 56, -3]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-3d05697cd6134d5abd9357836d3eec59", + "input": "[-46, -94, 67, -55, 85, 58, -93, 30, -72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f749662f748e4879840d8636358eadb1", + "input": "[66, -96, -73, -85, 45, -21, 34, 12, 78, -76]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-47c744c58d4341ec8436950a58f39312", + "input": "[-58, 79, 33]", + "output": [ + "46" + ] + }, + { + "id": "openseek-1-9ee4829f342240c1b3f266dc73a58741", + "input": "[39, 92, 67, 91, -47, 22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bf7fdb213ab640c791ae8bac14f6710b", + "input": "[100, -8, -56, -93, -27, -4]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-bd183658d7a34f68a21949d77a6e74a3", + "input": "[2, -62, 87, 11, 27, -19, -25, 62]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3f60a1dddd184f0e9085d068a4289f22", + "input": "[-90, 0, -34, -81, -66, -50, 75]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a82be75e2cf04673abe5f71c8483d572", + "input": "[24, 46, -98]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-931c48727c7a44818c1d011c8e2beba3", + "input": "[-75, -35, -35, -46, 59, 54, 56, 76]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3183ba1e777c48cd9f7c78aa21ee5c8b", + "input": "[24, 96, -65, 98, -60, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b54d09225dac47a4b2620dd031c2ba85", + "input": "[3, -97, 51, -6, 7, -17, 13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-03f173be1f194a21a4c5a3837cd7feeb", + "input": "[45, -50, -73, 49, 94, -19, -99, -35, -92]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3fbe1303f8a24046a7a420886eb39ded", + "input": "[87, 96, 54, -16]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-c772b7d5da2b421cbc759c0672ddc622", + "input": "[100, -93, -99, -9, 80, -98, -79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c282a29a977c48298f5d854979c619b1", + "input": "[-96, -92, -18, -54, 31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-cec81a7c4a9f4882856d8c5afb8458d4", + "input": "[-40, 32, 9, -88, 62, 34, -76, -6]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cd0c99bef7e346c0bbe2a0c0141e1105", + "input": "[68, 4, 50, -52, -87, -26]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-b5bccbfe6c59471fb2dde3f211c9298d", + "input": "[-74, 33, -40, 90]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-876ec8ce8d874e44b20df8268f2e55cb", + "input": "[-67, 86, -7]", + "output": [ + "60" + ] + }, + { + "id": "openseek-1-cdb30038f7294d6383093d8bc8a7f749", + "input": "[99, 37, -25, -13, 49]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-cd74102dbc8c4b1ea18a9d1172474987", + "input": "[-61, 47, -47, 67, -1, 76, -52, 53, 16]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-25096ffdaaa842ffaf3dc69f86dac006", + "input": "[89, -90, 37, -84, -36, -87]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9f65a6ea1a93461db0b6562f00a8c623", + "input": "[-41, -84, 92]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-5d1352ccdd3c4c9e8f8192cb31ff5572", + "input": "[-43, 19, 0, -85, -5, 11, 67, -10]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-31de926f0e2645768dc9cb1a478bd184", + "input": "[-9, 92, 87, 40, -95, 92, -22, -98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-352889e35913404e80af01ddd29c7816", + "input": "[1, -16, -70, 69, 63]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d67095080c894abd81a931f7daa0b3fe", + "input": "[-64, 40, 41, -53, 42, -61, 4, -91, 75, -68]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7277ea6aaf9a4a0594be5e9bf9913fc6", + "input": "[62, 53, -17]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-9a06087030174d1087aad4d918551949", + "input": "[-47, -93, -79, -32, -45, -97, 66, -18]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a4e6a13cd3544ac3bd79924c7444e6e9", + "input": "[-91, -42, -6, 54, -4, 21]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-94ab69fbf07b4bd9b629f2a05859aa22", + "input": "[73, -68, -56, -7, 9]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-c620cdce23ce4b73b824b2136a031f95", + "input": "[73, 22, 36]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-e14a58669ae34dc8a4c21904365aab64", + "input": "[68, 39, 12, 52, 60, -34, 25, -87, 45, -20]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-590fd2dcc7ee49a696b638b52638a952", + "input": "[42, 100, -85, 13, 94, -11, -7]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3857c17696124af19e5fc43ba9c985b6", + "input": "[-83, -27, -60, -63, -48, -70, 51, -94]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dc5a40d0bdc34a91aff73133d1d1e1b9", + "input": "[-47, 67, 7, -80, 85, 85, -13]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0b547367bda84c36b7f446462ee429b4", + "input": "[10, -9, -17, 58, -63, -48, -57]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-721fb0ba2ca84ae8b68714430ae3c67b", + "input": "[41, -50, 17, -100, 7, -35]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-418e79aea8b64dbe85c1168e20949355", + "input": "[63, 76, 85]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-05e222d2cf21413aaac0d46393c7aa33", + "input": "[-11, 20, -57, -39]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-16c94b71894e4c38b42b99403119b3fe", + "input": "[-89, -55, 6, 84, -8, -63, 48]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-5764e43677564655a5313dc481761b06", + "input": "[-1, -75, 11]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-e096acef2c3b42409a05cfc3e3a7d10f", + "input": "[45, 93, 55]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-0d64e787e7244761ab01a8ffcce2ed41", + "input": "[-96, -90, 74, -47, -66, -89, 86, -84, 49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4c133819f44b4dad826e288d3e58addb", + "input": "[-79, 57, 27, 70, 53, -86, 47]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-707f39ba9d0e44039dc0add74e8b21a4", + "input": "[-46, 19, 88, 93, -48, 38, -83, 64, -59]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cd6db50ad4844cbf89db4bbbae18dfb1", + "input": "[-15, 4, 35, 13, 84, -6, -40]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-bd969894be1948ccab116090c1de627c", + "input": "[-68, 1, 50, -9, -56, -83, -28, -88, -2, 50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e33e9c2d00f54f49b4918da14965e2cc", + "input": "[71, -30, -6, -56, -89, 79]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-6e760cbd246e4bc2878cf0a1455db945", + "input": "[-26, -13, 45]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ee8b613688e64bbb97e5b591d31988a8", + "input": "[-16, -18, 35, -12, -88, -40, 49, -50, 66, -6]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-93038626d11f4a329373967e01556904", + "input": "[-94, -31, -21, -63]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-eba526b87d68443a8877ee0f5ffb453b", + "input": "[77, 48, -91, 88]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-10d3d45216f84d8084b8d54fe7b9ca86", + "input": "[-87, -30, -16, -75]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-9f6124067eb048ec88e69e9b1fa72ddf", + "input": "[-72, -19, 44, -64, 16]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-791993c6634040429c0566437e53c3f5", + "input": "[-43, 70, -9, 100, -79]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-00cd6a48b752499886612041bac55f79", + "input": "[-57, 19, -76, -32, 94, 26]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8a9de2641927418d83779ed3799fd567", + "input": "[-47, -22, 37]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-6a7ebd22b1ee47b3b354c13c698d4ec8", + "input": "[-54, 26, -38, 14, 16, -69, -45]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7eba9def0d4b40fba9dec4b89e272052", + "input": "[-55, -31, 23, 75, 80, 62]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-db7eb5d9fa4a4308876544dd1e1e7418", + "input": "[-88, -23, -32, 13, -81, 62]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c27001cd53b440e5b080a7547266fb39", + "input": "[-85, -8, -52, 64, 39, 64, 55, -68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a7068b679f3b4d2b9274542a4c962edd", + "input": "[-48, 78, 22, -90, 11]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-672697667f3141cab1db77411a9f508e", + "input": "[22, -28, -76, 50, 20, 34, -90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7b84c971b3c0421f94c51f81ee8f76c7", + "input": "[63, -94, -94, 43, 30, 34, -15, -12, 54]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ef3c949caba7442182de7a3e548735f0", + "input": "[89, 14, 50, 42, 95, -56, -65, 77, 2, 95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f6423ffa2e384e56b72f132ea4e3dd8d", + "input": "[44, 4, -71, -90, -92, -3, -14, 45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b7e8786102a5429180af0df91fbed515", + "input": "[-70, -47, 86, -54, -65, 34]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d53557410157404780e66cb5d39b6ebb", + "input": "[36, 86, 97]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-de58282cc7b44aba90db7157c81cefec", + "input": "[-6, -38, 46, 61, 77, 12, -96]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-78963ec48fa94d2d83f4fc3b4c4a6d7c", + "input": "[-53, 74, -72, -51, 40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c766c8288b1747b5a648bedc74d9d8e1", + "input": "[69, -11, 89, -88, 72]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-be48ed5f818144ed8531d142a6eec9e1", + "input": "[-75, 17, 41, -19, -1]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-6523af58f51f4cc39555b8d9adf06fec", + "input": "[48, 57, -89, 83, 18, -2, -9, 84, -43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fcf9d1b0ba0a46e9a95ff45a451dd217", + "input": "[75, -25, 72, 87]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2dc05952c80e45d49613b25dcd48aaef", + "input": "[83, -80, -58, -83, -65]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-08490256cbec4577a89ff83073587cf0", + "input": "[57, -45, 54, 55, -14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2cdf65fd65b04c9998cbcafa6163a1fb", + "input": "[20, 89, 69, -77]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-64eaa1473d0e466ead3c8ebcd3401edb", + "input": "[-47, -43, -87, -83, -84, -32, -21, 77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5ae97372d9ac474286317fe543a318a3", + "input": "[95, 35, 27, 48, 99, 68, 82]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-95712510a0834f0097205c8fade4fa7b", + "input": "[-69, 95, -69, -9, -1, -40, 19, -23, 21, 59]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-85862e33627e4b838ac527b59bca68e3", + "input": "[26, -44, -100, -94, -54, -65, -30, 1, -34, -5]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c52ba8a3e2db4dc39fc00f4acba682b5", + "input": "[-30, 80, -100, -63, -12, -93, 29]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-54b2be6d11a946ae8eb861bd3d061f55", + "input": "[77, 55, 60, -17, 38, -92, -92, 42]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-123b6d3bf2a44dc197e976ca6519918f", + "input": "[44, 68, -43, 76]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-31a9b5e62c724b91afb96a88182b7d2a", + "input": "[-21, 85, -54, -37, 26, -5, 94, 20]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e5705b9c746749f19543ae550eaff9a3", + "input": "[75, -57, -29, -96, 72, 82]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a8557ae146ae48ceb0a7e8402a8c7f94", + "input": "[60, 76, -97, 94]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-47329818afaf44789e2fac7bcdbddfb8", + "input": "[-69, 19, -47, -91]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-db77dcfdc2a846809ca59b2c5aa229b6", + "input": "[72, 95, -29, -16, -1, 1, -85]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8fb7ea49ea3f4f029c604059895a72ce", + "input": "[-31, -23, 43, 59, -33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c6ed9a4700c642bab065dba3e5cc9a20", + "input": "[-29, 68, 58, 15, -28, -81, 91, 32, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-63bd5d6ebe294cc9a9a4113a00e45c7b", + "input": "[-79, 92, 41, -48, 5, 70, -54]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9b34f250df5c4dffbdbdae6d0f4c24a0", + "input": "[85, 1, 93, 15, 85, 82, -39, -16, 3]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-43b8d3d4e39942a9aa25d4a6d90f624b", + "input": "[-45, -22, 88, -26, -40, -17]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e02d954381d6400f8cc8da32765bc0a0", + "input": "[94, -14, -94, -34, 65]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-8e28ac95324342369fd489cca8aa01b5", + "input": "[-86, 23, 67]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-820a5d8ae37b4cb78ae8e36ff75f602f", + "input": "[-77, -36, -32, -93, -86, 98, -44, 54, 16]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-286c6557d2e043978d35928e869ad6fb", + "input": "[-22, 53, -41, -98, -67, 43]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-4e54bedcb9624254a55608610807e38a", + "input": "[-27, 22, -1, 66]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-89304f56b36141a6885e89f5558a8ad4", + "input": "[-45, 90, -28]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-1c6ba6e63ef94c439aa778f38556d79d", + "input": "[-9, 12, -59, -29, -31, -26, -99, -96]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e9b0fb2284e34f5f84058167665e94d7", + "input": "[90, 37, 49, -71, 93, 83, 97, 78]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-17f26670dc324966ad428ad05ea438b2", + "input": "[-37, -12, -94]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-1e4eaf464ccf4f9cbad834804799ffde", + "input": "[-13, 69, -9, 40, -85, 79]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7e77656aeb554cdeb19cd8cc480006ab", + "input": "[54, -19, -15, 32, 13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1e3d3bfa07b24cc38eef7d2c1ff608af", + "input": "[7, -38, 92]", + "output": [ + "45" + ] + }, + { + "id": "openseek-1-3ba5e6a4c8824fcea8a889549e376c7c", + "input": "[-48, -5, -82, 91, -10, 40, 98, -85]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5dc1dea5ee874595bfb8765c60079756", + "input": "[37, -5, -90, -70, 96, -9, 37]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e387f44d99f542a5bdf69429d8914f8a", + "input": "[-34, 83, -60, 36, 23, -100, 12, 86, 62, 92]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a7c5f4173af34cd7ba401a4cc8c20cb3", + "input": "[-76, -32, -20, 1, 7, -87, 15, 53]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6bb9e927b9db445d892d8d30ded71585", + "input": "[48, 96, -18, -67, 90, 63, 51, -76]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0b27e5e4fc1545ef9fc3ca1ea0f557f5", + "input": "[-36, -78, -12, -29, 74, -17, -22, 72]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5e5088dea9ef48a28c9ea544dd121656", + "input": "[-24, 99, 67, -36, -62, -86, -12, 84]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-779f93b9557c47ecb41ff969d81ef8ba", + "input": "[60, 1, -83, -62]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-a05cfaa12a794da8b538e9cac240e51d", + "input": "[-9, 79, -62, 80, 67]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5793be7e47d24241a1ce1f074b74b163", + "input": "[-25, -22, 59, -44, 2, 52, -11, -53, 91]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4e133cb361934f57a34281cb9d8f90fd", + "input": "[-14, -88, 81, -19, 84, 69, -15, 6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-80bc3af47d984ffa83a8aa7406aa6b14", + "input": "[21, -34, 84, 92, 71, 99, -7, 2]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-12c5102384a74e3f99c9c25642cc23c5", + "input": "[12, -94, -67, -46, 25, -75, 86, 4, -14, 70]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-47108af32282487994e93bbef77a0b54", + "input": "[-16, 84, -46, 48, 39, -33, -4]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-370a6691224c469298e6f9c5072353f7", + "input": "[72, 52, -60, -47, -97]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-008e8b0c1b794917ba73896f1157d541", + "input": "[-31, 46, -6]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-30f0ebb351f74c08afe1de444e5d3f5f", + "input": "[-38, -3, 33, -52, 23, 65, 24, -45, -25, 52]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-528bb6f8be2a427991a7fdad097a7bba", + "input": "[-63, -31, -27, 69, -19, -61, -19, 18, 91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2523fee23d5d420f86419f5f575439a4", + "input": "[70, 85, 51, -32, -65, -62, 28, 45, 45, -29]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d5cc830f0d6946a4be01e143f5a0684f", + "input": "[87, 93, 90, -4, -83, 12, 73, -93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-10f7e86e47934661bff80e731e6efe76", + "input": "[13, -10, 42, -23]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-3519740ee5b04c62af3054e7cfdbc596", + "input": "[56, -6, 8, 13, 47, 35, -84, 40, -44, 44]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d1a877839c7e4190a72ebae880dade76", + "input": "[-60, 32, 25, 75]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e02039909b664e4ea37d7e3eaf4ca2f4", + "input": "[-46, -12, 35, -32, -48, -21, -43, -11, 10, 46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-88b74b0b2cce48e3b7fb068123adf972", + "input": "[-82, 78, -47, -97, 11, 77, 89, 73, 47, 37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3a4b4d73f6fe4cd484704deb4794252d", + "input": "[-88, -17, -75, -94, 78, -17, -97]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-957ff9bff4244c0e822d18c0cbac7391", + "input": "[-29, -82, -58, -82, -51, -28, 8]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-268da14ddb65480ab72666fa90676332", + "input": "[-16, -41, 85]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-c9f6b173fff048349e5d1a5383e5db34", + "input": "[59, 59, -30, 100, 2, 68, -23, -72]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f8593be183d741918578cd29c88dcd79", + "input": "[-17, -1, 48, -76, -90, -30, 55, -71, -12, -96]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-90f370e3e7624597b13d123132583752", + "input": "[-7, 16, 12, -90, -89, 7, 79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9da4c8f006ef4b0cba98f2ff994b7892", + "input": "[-92, 10, 79, -1]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-4c0aabfd860d4d14862cbc224e25ea7d", + "input": "[-15, -28, -72, -83, -38, -45]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-3af66a53bf384e599e3f9f5fb37e83ec", + "input": "[-29, 51, 90, -31, 25]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-63c3c811fd76482b808a5d7949828cf1", + "input": "[40, -68, -37, 40]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8f62263e1a8f4a69917ab7fb371abb32", + "input": "[-73, 44, -81, -4, -88, -2, -38, -64]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fb80cf4e7f9d414daaf2404673bd7b14", + "input": "[-93, -55, -32]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-8b77a051409348ac8bb99e6eaca702a2", + "input": "[-43, -97, 44, -78, -69, 87, -42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-741d6865340e42fc866049d2b30eebdd", + "input": "[43, 30, 51, -61, -64, 37, -49, -51, -23]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cf87f894bb734336b88ba01def96a640", + "input": "[55, 61, 27]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-78cb46c2e2b048a7816985c0b9a547c0", + "input": "[84, 59, -54]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-6170761d7163497aac156856ef0a37c4", + "input": "[22, 81, 2, -43, -1, 60, -37, 47, 88, 80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c839d8e0d0b24c94913a78e8fcab78e7", + "input": "[-22, -84, -39, -2, -78, 92, 99]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e2a288425232426f85b619669dc11892", + "input": "[-64, -37, -82, -43, 69, 34, 45, 96]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-4ae4cc7c3455463dbeb6124e85ce0b5b", + "input": "[-41, -97, 56, 12, -89, 0, -14, 1, 44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-455e33a60cb542c4b9507f9839b2b366", + "input": "[-65, 12, 11, -48, -28, -63, 25, -12, -58, 62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d32028f3e36546558f9c6575b94cb7a6", + "input": "[-19, -32, 2, 7, 91]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5d38514732644ef08f9bb048a49b116a", + "input": "[-46, 62, 9, 11, 21, -89, -6, -18, 89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-93372887f07f4f66880917c82f2b1a14", + "input": "[-40, -81, -36, 19]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3afcd731a940433e84c3e1c2ddd7a2e4", + "input": "[-88, 51, 86, 83, 98, -80, 80, -54]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-26bee5e2e5004237a060b0865e926a37", + "input": "[-4, -92, -84, 57, 81, -10, 74]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c27aa7c06a0d468eb5d84f7d8f1d1e39", + "input": "[-94, 49, -85, -39]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-271ff0516e28479fb123c355b54f3c5d", + "input": "[23, -66, 34, 15, 62]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-322caaebd2334c5bb247c6311a406efc", + "input": "[70, 84, -7, 25, -35, -52]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-b24d6016a3764df3bc6c02f36c2e3aa2", + "input": "[32, -30, 10, 29]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7a7a56b3002b4ec69934abc732ba89b4", + "input": "[-61, 13, 49, 7, -12, 92, -71, 97]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-cd665404834d4e69a6ab042fff6e3068", + "input": "[61, -44, 22, -85, 12]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-4bfc9f2a33f54516b8ad867d3f52f5f2", + "input": "[-59, -97, -61, -87, 73, -53, -57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3c6c284383b446baa53968b08de5b021", + "input": "[-62, -87, 46, 12, 82, 56]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-2ad4cec5cc804d5b9abfef4a2afad4d7", + "input": "[-74, 24, 32, 12, 92, 58, 8, -28, 26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f81fc97116bb4c7c8c064f49163dd1ae", + "input": "[-21, -59, -83, 42, -1, -80, -3, -83]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8a5b2bca4cc146d585f4794e368141ec", + "input": "[-36, 17, 70, 57, 76, 38, -38, 71, -26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-66f4f6c6f64147958646730095bf03e5", + "input": "[18, 35, -22]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-cc459c9d3dbf439aa2dcf37058ba2f8b", + "input": "[-74, -96, 59, -80, -39, 17, 7, 48, -86, -77]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-58c75f9ec396405296d47ca25c5c031c", + "input": "[100, -76, 18, 54]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-f50e3182ef5248128380e3ecca198a46", + "input": "[74, 11, -47, 67, -6, 33, 41, 55, -44, 60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0d3ab8dd81f84a85ba0069c27191f90c", + "input": "[-22, -25, 57, 79, 85, -94, -83]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eeed0e34c72c439398fa5e833a18efc9", + "input": "[-13, 19, 37, -34, -76, -45, -84, 71, -95, -74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ac8d566198f0497e861d748401a6485c", + "input": "[52, 4, -47, -63, -76, 48, -33, 92, 58, 67]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-870f380b1ddb49b4869eb4a5bcec6e5e", + "input": "[-79, -58, 65, 93, 95, 83, 76, -47, -99]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-93d20065513a4f83ab0083ca93dad6c1", + "input": "[38, 2, -3, -89, 43]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e24cb086cb334166a28f3c24032377ee", + "input": "[9, -95, -76]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-6cd071c249644b62a4b26a82f4da4727", + "input": "[-98, -91, 24, 1, 95, -84]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4b90403a15bc4e35a798f7deb461ecbc", + "input": "[66, 21, 30, -18, 26, 12, -71, -77]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-214535558bca4155afcb2aac67f12828", + "input": "[-6, 87, -78, -77, 57, -89, 2, 99, 47]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a3298f599a5d44228569c9ded2e7dd43", + "input": "[-38, -39, 72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e209d2b0a70c46ca8143d34c14b3f45b", + "input": "[77, -83, 12, 92, -14]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-98211ab9d36f4c99a5b2dce1f5e69975", + "input": "[46, -39, 72, 57, 74, -99, 20]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ce577dbdb901423293000d80204feaa6", + "input": "[-78, -43, -83, -44, 57, -49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-342789ab7a71447086676a45cae8c848", + "input": "[-36, 8, 75, 50, -80, 90, 57, 71]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-94b5a7b6155e43559df7402a00184176", + "input": "[-13, 74, 72, 65, -79, -52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d47d401a862b45c1bf65454a6f43837a", + "input": "[26, 29, -33, -18, -92]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1c3f8ef7284c498a98ea2a0b5a181641", + "input": "[13, -36, -62, 7]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-20906f2f87c14082b2e352119edbd14e", + "input": "[40, -12, 7, 87, 2, -36, 85, 45, 72, -51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-820f659496094e03923b2f78a875d995", + "input": "[-73, 60, 100, -39, -65, 30]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-ff0c8321e4da4484b406b157898ce232", + "input": "[82, 76, 57, 1, 54, -53, 86, 80, -48]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8bbef343fefb4cc8a9f614e69a028e78", + "input": "[-61, -85, 71, 43, -88, 74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-daea2bdf8b104704a27653951dbcde83", + "input": "[80, -16, 35, -28, -99, -98, -95, 59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4402dbd57a664020a318c8ea1d3395e9", + "input": "[-74, -49, 60, 21, -61, 79, 66]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e3cf2e0787564823a3838080e27ff893", + "input": "[-3, -31, 46]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-57577f2f87ff4bfa96a44ed93e30790f", + "input": "[-98, 71, 98, 38, -2, 33, -73, 40, -74, -50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2a2b7a52a6fb4bf4a891ab1572f806ed", + "input": "[28, -87, 94]", + "output": [ + "66" + ] + }, + { + "id": "openseek-1-a4421fea54d5459eac36bbad811b1b6a", + "input": "[-79, 35, -77, 20, 24, -69, 1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-599bfa6f1fa64363885878f307604df8", + "input": "[-64, 66, -70, -96, -86, -59, -30, -76, -15, 1]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-00db824978e44d32a230912eb1f3d50e", + "input": "[-16, -29, 60, 66]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-79d1a212b21c40ddb1c65da2ac13b88a", + "input": "[73, -17, -72, -13, 92, 59]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5a618b0bc25f41f884bfec54bb9b6863", + "input": "[16, -80, -9]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-de79197f7fc644b6913684219a819cd0", + "input": "[78, -1, -83, 26, -32, -22, 18, 50, 93, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0227250fc26348178fed5eac169fa8d3", + "input": "[-93, -5, -82, -49, 20, -48, 70]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-60d1d44e53c94d7e8238473a57cbfa81", + "input": "[0, 75, 8, 44, 36, -58, 63, -89, -60, -30]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7059ca3bf68d4f1cb09cf6effae9983a", + "input": "[-97, 41, -28, 45, 72, -93]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-146262aa9dfe41f880c604706574b5df", + "input": "[-3, -99, -16, 41, -47, 89, 57, -100, -56, -23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fb21ba912a244faea33ca0a32dafee5b", + "input": "[21, -2, 2, 5, -95, 20, -40, 4, -29]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b8e4da7b1ec54ca2a5e4aaf53c72bb8e", + "input": "[88, -54, -61, -39, -28, 34, -62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-745a3afba94541938f7860a9f38389a7", + "input": "[-22, -91, 100]", + "output": [ + "69" + ] + }, + { + "id": "openseek-1-8787cc0434604fd080c5bc457506040f", + "input": "[27, -31, -58, 3, -99, -55, 30, -1]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a4b5c0a193e441f288ed2597924d7f41", + "input": "[-70, 99, 1, 90, 7, 18, 0, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b5a963dfc40c4af8adc965e6f71004e3", + "input": "[62, -85, -89, -31, -78, -78, 61, -15, 38, 44]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9b0a6125336040ffbbffc258720b8556", + "input": "[-54, -44, 99, -72, -79, -75, 92, -55]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ca19f1a0807a4624a94421453ff8235a", + "input": "[-1, -62, 68, -79, -10, -98, -53, 88, -88]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-326a60bc0c3d4dea8ebdc0c75c41c523", + "input": "[45, 81, -73, -17, 52, -28, -24, -30, -99]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e1c7faf3fac54725a8282f51c8ea9869", + "input": "[30, -20, 41, 31, 10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3c003dccd4e54d0587f9e9ff308e0200", + "input": "[-14, 46, -29, -4, 20]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-e810ffef7ee744fba1461b6774a7012d", + "input": "[-80, -46, 89, -29, 73, -27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8b81b600edf84fdab1bd2ea1ce8388bb", + "input": "[-10, 20, 82, -58, -48, -72, 35, -41]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e7503f629f66453a9f57bebb9b5b1fb2", + "input": "[-67, -64, -62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a393e707034749c4babaa3dbc7b0e513", + "input": "[59, -95, -89, 13, -40, -72, -48, -49, -61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cfb04cf300de432bb2f11198d9ed661e", + "input": "[-15, -36, -60, 19, 91, 34, -79, 0]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-b97d71e043fb41f28dedfb96a3f3cf83", + "input": "[-7, -63, 60, 86]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-ac06c418558f4d52bd7f4ffaa62cc37d", + "input": "[-44, -89, 86, 76, -38, 90, 29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c69e3bdd07e24884be246b0168ee1ce0", + "input": "[-95, -94, -32, -99, -97, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a3f7310c444341bcbf8d2d8c5079c87b", + "input": "[-13, -53, -77, 67, -48, -65, -25, -75, -23, -52]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6e818f5555b24017b9065713e8f00b00", + "input": "[56, -40, 93, 31, 48, -6, 95, -58, 33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2e38f2138e9f4c5fa7bb01d6400002be", + "input": "[60, 2, 32, 3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-23f374ad8c9e4fa69313ad41b6428272", + "input": "[23, -19, 5, 25, 44, -15]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f13abb2c2c3a46cda9af72dfd4fe7e2f", + "input": "[73, 17, 18, 10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9783ea4ff803445489151604d462557f", + "input": "[-1, -79, -11, -43, -14]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-514c66948d36462d9f0faae42efb59fa", + "input": "[-95, -59, 70, 39, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9364bac0c18f4593bc44a3d2d80a07e0", + "input": "[-44, 56, 9, -17, 46, -32, -87, -97, 30]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-eba4bf79494c4931b464267efe17d40a", + "input": "[2, 8, 80, 69, 80, -60, -86, 42, 50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b9990b7554124c0ca8b151275c84789b", + "input": "[-93, 69, -24, 98, 7, 73, 41, -43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a80d17fe6834406d9661d12f6fa6c696", + "input": "[73, 34, 35, 3, 81, -84, 50, -11, -58]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1f47f813c3ef44a0a45268d732aaa258", + "input": "[27, -56, 49, 2, -32]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-208fd6dc914e41babcb386d95e9c6b75", + "input": "[67, -6, 91]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-cdf124befd42451eb74978dd3a072158", + "input": "[-21, 14, 62]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-fe58462b2e6e4faa8555a1c0fb444792", + "input": "[100, 77, -23, -2, 54, -1, 31]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-aa0717d5a8614121a73c0139c8342087", + "input": "[13, -26, 66, -68]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-cee0932d2db04957855555f5668c675d", + "input": "[9, -57, -74, 27]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-0f22b912dec84fa38fad3b73e2cc7090", + "input": "[43, -86, -67, -25]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-5638dbc650f74836933c25e56b4cba60", + "input": "[14, -24, -61, -65, 94]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1d31854227c84a3a8f0ac48259fda600", + "input": "[63, -34, 72, 15, -15, 97, 23, -1, -39, -53]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4213bcbc320a4b91a6a351f726b0ae98", + "input": "[17, 68, 23, 97, 75, -7, -63, 70]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-38c16b3776194ef9bc9d59fab35971f6", + "input": "[74, 96, -31]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-836ea40a2a7c4cd9b4a6611103727df6", + "input": "[-13, -51, -41, 42, 8, -61]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-ed29aadbd08943be9313b16a953049a1", + "input": "[-5, -53, 53, -17, -10, -11, 63, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-91230cba15194156994779812f6c8378", + "input": "[81, -2, -29, -94, 29, -28, -70, -55, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b16f67e75b68431a8c4d3cd0219af815", + "input": "[63, 88, 21, 45, -71, -86, -32]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-794de09546f7483b8f390b91dd281690", + "input": "[-28, -37, 13]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-77d1326361b1488aadbf5f181d427adf", + "input": "[-2, 15, -43, -31, -70]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-0a8440936fbc42ca8298cfd01fe3b443", + "input": "[-10, -57, 82, -17, 13, 38]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c7fd76a8841d43cab6c173b632a4da17", + "input": "[58, -41, -64, -35, -40, 73, -11, 53, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-15db6a129888438bb5425dfcabf239e9", + "input": "[-57, -17, 75]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-6036d6e57c55491c922494b493602c56", + "input": "[41, -8, 37, -3, -70, 60, -36, 20, 52]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c3affce427f544b692323910804e63e7", + "input": "[-87, 78, 43, 59, 64, 36, -46, 59]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-386cc6734298469695181b94bb57dd71", + "input": "[-97, -44, 26, -62, 66]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-0623f695e73345bda6ec40a1feffc26a", + "input": "[14, 94, 48, 57, -31, 99, 82, -68]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5976d928e1574ba29896d90653bb79d7", + "input": "[49, 63, 85, -64, -55, 8, 17, 74, 6]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e9800bd9b4fd4a45a906ed4fac994094", + "input": "[55, -80, -50, -64, 76, 36, 80, -25, -23, 87]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ec8b501666ca4f969eaafc48636f29b5", + "input": "[51, 88, -34]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-de5701b8d2a34690b0c4a7cc553e7319", + "input": "[55, 96, -74, -64, -85, -92]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-905bf250528845f78a03234fddf72a84", + "input": "[-56, -7, -11]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0289b08727374b4181cd503ef3b01388", + "input": "[-21, 85, -9, 34, 11, -69, 43]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-07d62236011c43f98797a15f0f17d984", + "input": "[-70, 61, -81, -42, -78, 46, -47, -92, -57, -43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1c46fb9a374d4084a17e6a1baf284b4a", + "input": "[90, -51, 51, -53, 75, -47, 95]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ae287e48daf04b7da60fe651b7416615", + "input": "[-7, 40, 0, -37, 79, 79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5c688e73a339423caf2df434a4c452a1", + "input": "[88, -79, -11, -41, 51, -14]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4949976cb2e44a88ae1e5e60b8fcafcf", + "input": "[93, -35, 88, 48, 53, 50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-656e2f4740564ce7bf0e9869987b935b", + "input": "[-69, -36, -95, 61, -37, -45, 79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8b1d3092e803428ab15fdecbcb14c1e3", + "input": "[74, -1, 64, -15, 61, -84, 90, -85, -49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1598ca6091d2484b94a81356bbb5062d", + "input": "[-39, -44, 80, 58, -53, -35, -6]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ac4b14f17e234e868a7d12dfc9417f06", + "input": "[-48, -68, -27, -40, 92]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-315982d6a39641d8b7d6bd04ae30b6d5", + "input": "[98, 28, 91, -70, 98, 58, -6]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-02d877bdebac4bf7b43c06b8e377127e", + "input": "[43, -10, -93]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-d7cd2f2a57ff46fc9089773172091b03", + "input": "[-8, 15, -55]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-f4586ed8370d4eff95bea7e267deb09b", + "input": "[62, 43, 2, -16, -78, 56, 38, -69, 57, -93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3c5dc776498f45f19e819e670343b5de", + "input": "[98, 26, 91, 66]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-91af73be393f4572ad75b094868e0480", + "input": "[-48, -48, -50, 86, -25, 79, 45, -35, -8, -52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8868d1c2ea494bd78e6f8d8c8c41c7c5", + "input": "[-51, -13, 96, 43]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-04236711a4f64317a65c9eb094e26f7d", + "input": "[51, -24, 47, -2, -67, -50, -47, -33]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cc1f007e0f714385b4d31085d936bf1a", + "input": "[-46, -15, -13, -33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0915c8cade7e4f12802685831b0ec0d6", + "input": "[-84, 67, -15, -9, 29]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-589dbd4c1243456e963f14eb71206c8e", + "input": "[-90, -63, 1, 22]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-1db5313e52674d43a2d7d84670c72e12", + "input": "[-50, 40, -31, -86, 99, 66, -60, -92, 31]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9dac6740c37a4ba0b95a50ad57c2831b", + "input": "[27, 14, 43, -8, 91, -8, 96, 78, 98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-624eb4ffd2664bc5869f691cf5eed61a", + "input": "[-24, 87, 72, -62, -73, -84, 58, -76, -31]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1fb9cd7d6ffd4233aec3d2a2d607e05c", + "input": "[-33, 3, 99]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-a6ba6d848f1746658d1dbe48fddc2436", + "input": "[85, 20, -65, 0, 66, 71]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f4b9ba7df03e4e3eb45b9f203f1b530b", + "input": "[90, -98, 4]", + "output": [ + "86" + ] + }, + { + "id": "openseek-1-2189214cd3e743fdbf1133ecb3502640", + "input": "[-36, 5, -21, 4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0ae6787a9e584d6d872186710a1beba3", + "input": "[-62, -79, -85, -3, -71, 56, -1, 38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fa24a2ece85f4a9e927e1d110d4ea8d2", + "input": "[-80, 31, 47, -5, 69, 22, 40, 35, 64, 92]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-db69661fac8342998baf152135bd3ddb", + "input": "[-44, 63, -20, -73, -91]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-b596cf61fd254bc3bffa0156dc43430b", + "input": "[-87, -7, -66, 74, 95, -27, 16, 31, 3]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-9d9de355c9c24b9b87a56fab56c35fa9", + "input": "[72, 81, -79, 28, -23, 39, -35, -93, -50]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a15de325a3c441dcaf0c5016409e2554", + "input": "[25, -10, -29, -73, 69, -82, 8, -16]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-717934cf057c4a44842237ecea767fbb", + "input": "[23, 16, 50, -99]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-27a67ea5b4194f298e3b97859de4ba9f", + "input": "[52, 86, -36, -20, 11, -50, 48, 45, -27, -69]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-28ff1d0a403f4f3d96680db00bb7e08c", + "input": "[1, 92, -36, -15, -81, -11, 75, 44]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7c1d754e30f64ec3b0d3d445be33adef", + "input": "[90, -5, 85, 8, 18, 100, 86, 75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3960f163569f4d58a1bba6aeab713e53", + "input": "[99, 74, 97, -23, -93, 78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-28e5d4b623204c7eb09d480af6861bec", + "input": "[-58, -37, 66, 83, -61, -58]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2084dafcde2246dfb55d8b81896e8ef5", + "input": "[-86, 25, -17, 63, 31, 62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2106e4ada859423a9711250c59012698", + "input": "[95, -84, 21, -38, -34, 38, 57]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-65235d304e2d4bd99c1b1e886944f2e3", + "input": "[-46, -59, 69, -41, -5]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-365023ae16954d80ad137d088194a707", + "input": "[96, -77, -79, 40, 26, -45]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-531112da077d421f9445cb942f09147d", + "input": "[30, 98, -74, 79, 61, -16, -5, 52]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-f67abd1a5ed74b39aa04a3768612a678", + "input": "[21, -87, -3, -38, -62, 59, 9, 54, -5, 13]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6bfcbb1db59a479fa8980eef9b9216d4", + "input": "[-63, 87, 11, 9, 50, -10, -39, 88, 52, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-babe63d65036442fa422f78734042540", + "input": "[6, 94, 94, -74]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f34ad8c8a0344539aa3addc40ba2c188", + "input": "[98, 91, -68, 82, 4, -81, -87]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-8ff97c29f1d94175842633d5c93f2bd4", + "input": "[27, 43, 70, -96, 24, 14]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ce22d22603d94ada8673f69d8767d7fb", + "input": "[-13, -16, 90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9935b755cbec41a498ebe0cf8f58eaa3", + "input": "[-46, -48, 73, 58, -36, -29, 16, 34, 17]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c0ba1c3c0e6b4cf3bcbb35b298508970", + "input": "[-54, 45, 43, -88, 80, 74, 2, -97, -37, 70]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fe473098b9fa4b4083d304bec1e5c10b", + "input": "[17, -70, -79, 46, -34, 5, 46, 91, -74]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-319268032c4747e6a1d86e4e13008e49", + "input": "[-89, -40, -43, -65, -53, -5, 63]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-dddc776ee5bf431690061a9a4b79449d", + "input": "[-32, -5, -91, 35, 90]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-4113307275cc4661933e80452c575893", + "input": "[-60, 33, 1, 83]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-ca766762cb37429d8b030d5aef42440c", + "input": "[-91, 44, -25, 52, -97, 60]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a76048e7a71442e2a88ef7c4adec3cfe", + "input": "[-99, -72, -28, -52, 77, -24, 55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e4e7a89cd87445bead752ea558c23e53", + "input": "[-65, -48, 44, -21, 81]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-1d5f71039fc7427c81bceede2d65c580", + "input": "[-14, -50, -69, 93, -54]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-358c0369312e4661a034e160534b4606", + "input": "[51, -58, 15, 56, -72, -93, 20, 37, 83]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-54789a4fb50a4432a33f2295e0d045eb", + "input": "[16, 78, -42, -49, 47, -90]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8114b7a2c06f4f2eadb21a9a2a63f1fd", + "input": "[-72, -16, -53, 58, 78]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-36a49b6cbb5142638878d23b23221e6e", + "input": "[-51, 74, -36, 53, -67, -55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ebef827aba1e4d9cb9b7ed09177d9f51", + "input": "[61, 28, 88, -48, -77]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-dbcd9143ecf042ab87b6c1e0c41c5207", + "input": "[-49, -53, 50, -40]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ce1575c1f1f14cbcb55048b6ea3e12ca", + "input": "[29, -75, 20, 91, -53]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-7cdedceaf106469ba0f703143cfe0abc", + "input": "[-69, 91, 79, -59, -58, -67, 73, -66]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b9a4aa4874394eeb8eb72fef98990114", + "input": "[45, -24, -27, 86, -3, -58, 66, 44, 99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-794a271cd4d441a2aafcd4a22eab7762", + "input": "[23, 80, -12, -36]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-e33137f7709a410499fc5fdefa8d2b9d", + "input": "[36, 6, 84, 56, 62, 66, 20, -28, -87, -60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-414d06719bcc4924967934b95bfa118c", + "input": "[-60, -73, 86, 57, -41]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-57b9b71ac29b438594aafb31fc4c3219", + "input": "[-7, -81, 97, -70, -50, 14, 80]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-f289dd8766554409958355addc0916b1", + "input": "[31, 28, 66, -17, -47, -27, 5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-47714ae8b68d486da4b85c55ed90b67a", + "input": "[-72, 46, -69, -61, -19, 54]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-893a8be98d7c44f0ad7e8e1100df6677", + "input": "[-6, -98, -48, -99, 43, -10, -91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-86d75588ec404a498b9f249527b214d8", + "input": "[-45, 98, -54, 96, -49]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-738ef83e07104be4beec6c0ef22d052c", + "input": "[88, -18, 77, 43, -50, 79, 58]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d5c32bdd45404074b7198fd7c882e6f1", + "input": "[13, -38, 5, 28]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-d0e55a17b32a41ac97ffa8391ab2da87", + "input": "[-53, -49, -35, -11, 31, 27, -20, -30]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b8eca1b5d58441fc9ed5cd667cfc3e3f", + "input": "[-3, -90, 47, -37, -21, -96, 48, 53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6e6c88ebd5344f6bb0e68b6ee981eff3", + "input": "[-97, 21, -14, -91, 76, -19, 5]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-538dbda0254644129b4ccaeca7520d84", + "input": "[-84, 6, 43, -37, 79]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-0f343b6cdb3a43529eb94276a101fe3d", + "input": "[47, -47, 35, 68, 40, 78, 26]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-b8a77cf6d8914e7ca6659921ba8b57b6", + "input": "[70, -56, -86]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-aff058beb5cb4350aaea8b063148cba7", + "input": "[94, 2, 57, 74, 15, -24]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-71617327d7474738a6492cdcf0832926", + "input": "[20, 50, 70]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-a83a119ec0064f3e93bc12dcf7a7a446", + "input": "[-20, -7, 38, 93, -9, 50, -54, 86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c8c2738d7e704a4c95f4503bf1ae661e", + "input": "[-78, -63, -40, 16, -71, -33, -89, 37, 82, -77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9f905778360149239e15f95929f576b4", + "input": "[45, -33, 71]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-f1a841aca31c44488af3bee7a90a9d51", + "input": "[77, -15, 49, 22]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-7e8bea181b9b4bcfb0b4d3be53b65abd", + "input": "[64, 51, 24, 19, -53, 73, 81, -61, 31]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f148f4ba5ecb4e3fb2e2ed047e7fb971", + "input": "[94, 77, -71, 94, 34, 38, 48, -86]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-393817d1357a402daa6ce00b624e59a8", + "input": "[47, -42, -16]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-172b848bc4e4419b9e6ad7c5ac80e8b0", + "input": "[-23, -76, -14, 22]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-dc33286d28cc4dcd8db47c10377f5bb0", + "input": "[-16, -90, 84, 18]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-f9264017862a4bbd9f44a5b346c1b8a2", + "input": "[67, -81, -41, -74, -95, 30, 24]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ae1136c250324522a25acd32cdcde0eb", + "input": "[-63, 85, 50, 48, -44]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d610589047d34c85bf49e8b733688ae5", + "input": "[-60, 16, 73, 80, 43]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-98589345f4f24cafad4d0c9c5fa1226b", + "input": "[-83, -33, 58, -29, 25, 81]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3b30081b754944f28f56e125e14c1e52", + "input": "[27, -8, -9, 49, 88]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-af4be2d9deeb4dea9a1c9f4f53668826", + "input": "[-96, 94, -64]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-0ff3ad08f9824fff811770e7f5c75915", + "input": "[-84, -21, -47, 8, -71, 70]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-3249e73357834c61878c38d409be7fa9", + "input": "[-18, 61, 18]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-7484b9ead4cf49d1a5db2291ca79b826", + "input": "[-68, -37, 54, -53, -86, 73, 96, 44, -23, -47]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3733dc4f9aa34353b9627ff5774f5e52", + "input": "[47, 20, -29, -82, -5, 90, 3]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-d64c4c998b0f457cb63f6fa11a3b8bdd", + "input": "[-38, 99, -33, 95, -57]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ec3b5af1fc6e48d0bd2971341300346f", + "input": "[94, 59, 71]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-595feb8cb64545a297fe9b3b764ceeed", + "input": "[69, 24, 10, 48, 49, -76, 24, -85, 76]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3e5c6bde7392464d9165749e936d8f84", + "input": "[65, 36, 61, 78, 60, 12, 53, -76, -11]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4320f1e0f1d348309c4a59b6aab4824f", + "input": "[-90, -19, 43, -9, 72, -58, 39, 20, -37, -80]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-856fd7253a294781a8850a6c8014f4eb", + "input": "[20, 65, -94, 24, 76, 78, 82, -27, 12, -16]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0e4dd89159644836be21e6ecd7068663", + "input": "[13, 55, -56, -13, 24, 98, -40, 63]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e2732193248849ed814e055b3ddb95fe", + "input": "[83, -30, -65, 2, -3, 22, 66, 66, -11]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5d1549c6349241cfa8e0a11d61fb3e1c", + "input": "[-68, -78, -77, -43, 33, -26, -85, -13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-034116265b1342c49341c560b7e66f76", + "input": "[-80, 72, -76, 59, -88, 55, 2, -71, 92, -24]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b7b74752dab84d09a9aa9056d8f0fa37", + "input": "[4, -34, 59, 68, -50, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8230ebe1fc1a4ad8824a16b39c31935f", + "input": "[3, 81, -70, -60, -98, 82, -55, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-3df4a83a6042488c8031b7f107968737", + "input": "[77, -13, 70, -98, 85, -94, -87]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9519068da03e408dba589475b6647bbb", + "input": "[-4, -46, -57, 18]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-cfc3c953e3564ab7ba6a2d9a4a307e77", + "input": "[68, -35, -97, -89, 10, 0, 40, -21, -66, 55]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-234274552b1142198afa8d3d7a05105c", + "input": "[35, 21, -51, -55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-79b46a4e2d734f6d9c56ee94e35472b3", + "input": "[95, -85, -55, 67, -26]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-ed2f2c8536154e93b6655fc829622132", + "input": "[-36, 4, 89, 52, -99, 43, 36, -81, -17]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-ebb909c941994d03b3bbfeddc33d0e44", + "input": "[3, -64, -59, 56, -66]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b7e0f0c014d5467992507e4fdf9f14b1", + "input": "[-83, 79, -19, -1]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-2639d1bece4e4a7db5d3d338f014fccc", + "input": "[-74, 70, 90]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-6db776fa6e08447abab6134954e3e054", + "input": "[-83, 76, -35, 19, 26, -65, 53, -81]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3f7bc18439aa4b83a3027b09d62d15fb", + "input": "[-18, -93, -33]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-14537a07c57840f19e3e54b68862a3db", + "input": "[27, -64, -45, -99]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-2d56b99316934843b67cfd10bd725cb6", + "input": "[-45, 89, 80]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-ca778609f4d547b6ac0fcbd5e242109c", + "input": "[89, -20, 53, 14]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-1e513cb5c181496c8ff363cbdfcaf0fd", + "input": "[-8, 24, -81, 96, 67, 22]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-dee5f411161c40468b89fc59bd12ee72", + "input": "[47, 51, 9, 0, 21, -33, 45]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-747ecf5aec5644368f7d2d1f73451a98", + "input": "[-71, 97, 97, 58, -70, -24, -49, -37]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fc992482b5f34054a53eb96702e42b0a", + "input": "[-24, 23, -69, -93, -8, 72, -38]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-43647e35950f4a7c9daf75dac9c3b2b4", + "input": "[-11, 7, -6, -50]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a2bf7beefb4d4d5e99c6cc93059717f1", + "input": "[46, 19, -41, -72, 16, 50, -84, -34]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8fa9439bcffe4c54a899c897ac9c46cd", + "input": "[64, 71, 53, -18, 80, -96, 62, 55, 28, -10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-28c0df294a6d4cff8ca178f1cfdb50ef", + "input": "[55, 34, -30, -83]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-cde9850c66944ba581096882a1f5108d", + "input": "[64, 33, 42, 93, -50, -32]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-51e51f5482c74407857144ad974029dd", + "input": "[-6, -91, 41, -50, -80]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-1045610753c64f87a3a417a660cc320b", + "input": "[83, 35, 78, 85, -50, 66, -32, 29, 80]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-744006db555346d7895ab4d4c816f3f1", + "input": "[-70, 1, 17, 45, 98, 68]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-5a0c550e0804487a8f918238ed68eb06", + "input": "[94, -80, -84, -68, 45, 40]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-08e9654ddc694e7c8e62cc26f6e80564", + "input": "[-8, 100, -58, -79, -54, 26, -18, 86, -39]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f78f41d819bc461984fb54e9193db2d6", + "input": "[92, -16, 54, 73, -19]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4d7bb74907c144b28f874733a1388d57", + "input": "[-11, 89, 83, 24, -72, -85, -66]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ce9ec8a5e96849e9a0dbc53277adf36d", + "input": "[-69, -73, 29, -96, -47, 95, 69, -48, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7153f1a3a4204a7988625f7518225f78", + "input": "[-93, 1, -95, -88, -1, 83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3c750a4de8d9473b82e57cec97abdae1", + "input": "[73, 73, 93, 76, 34, -74, 4, -50, 76, 27]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-987ae809b539418fbbb096879b2be8c3", + "input": "[-39, -70, 5, 2, 62, 1, -96, 15, -18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0cb09f547527414f911fb0cfaf9c5916", + "input": "[-36, -46, -59]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-4f8c704516004f539d25f1fb0e74864c", + "input": "[-31, -27, 37, 31, -19]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-83808c001e0041e4b4bfaa6130bf9170", + "input": "[36, -41, -75, -79, 13, 17, -20, -53]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-25276ad7c9cd424ebe632b6e25649ab3", + "input": "[-44, 36, -52]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-447807b802d742a6927b08915141a641", + "input": "[-74, 96, -34, 94]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-951bab3518724f78bffe813b3c805c77", + "input": "[69, -47, -62, 36, -43, 86, -90, -60, 1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e0f071aa00df4f1d9fefd519e62baae2", + "input": "[68, 43, -25, -19, 8, 83, 58, 99, 46]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cb11755c45df4e3b9305f91ba9a4baea", + "input": "[28, 51, -38, -28, -69, 46, -51]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-9ca2122021dc4c708aea490a56de5148", + "input": "[71, 87, 53, -98, 57, 21, 100, -10, -51, 99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ab1a83d98040453fb9c59885f5b4dabf", + "input": "[-44, 6, -95, -22, 51, 50, 21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b7917b1fc1fd4a8fbd304726c8c296de", + "input": "[63, 74, -56]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-73c31dd320ee480c964eb16bd577da94", + "input": "[-37, 3, 39]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-5fdcea197d2f446e89b3684337b57c19", + "input": "[-78, 45, 85]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-88d9c25760534368bdc8aa619fc67004", + "input": "[-68, 68, -6, 3, -33, -33]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-39d40995280044cfafe8cfa6597d778b", + "input": "[42, -7, -77, -48, -92, 78, 35, -50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e282e5e5f897429596223571b2664f93", + "input": "[54, -29, 28, 81, -73, -76, 92, 11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-406b535a48a24a9c84aa5bbb21cad6e2", + "input": "[34, -51, -48, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cd46c9de9223438db4eabadaa9df4321", + "input": "[-23, 76, -100, 9, 28, 82, -85, -52, 10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-631bd96bc8d549ddb099958d1c912206", + "input": "[-19, -29, 63, 99, 98, -50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5296b83fc9c140ee8ed6a1f3ba8ae001", + "input": "[23, 1, 57, 35, -6, -15, 93]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c53b4d166c984a8fae9352cb9ccf30dd", + "input": "[9, -20, -53, -15, -38]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-822b928156a84df4896e55363521d60b", + "input": "[-7, 21, 97, -14, -94, 55, -23, 30, -52]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-bf09861219da40bebeb561ae7be5e268", + "input": "[-62, 32, -46, -24, -56, 90, -4]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-545bfe6ef2184a27aa1d9e6f6d089db7", + "input": "[61, -14, 47, 56, 95, -19, -75, 87]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-2bf97062acd340cfbc68784b0e175c2d", + "input": "[45, 59, -88]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-cabeb02a141c4be8bb333bc357caf962", + "input": "[-99, 87, -14, 98, 54, -57, -22]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a698a70ef2bb45658e334b8108213963", + "input": "[-99, -7, 73, -94, 67, -37]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-812d62c5ec7f4adab72063e0e00dc350", + "input": "[48, -97, -96, -25, -46, 93, -71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e38d2a93e68f470a99fb92928827e0ab", + "input": "[-49, -8, -34, 82, -20]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-01ce3713b81e47b0a5ab6879c9a42497", + "input": "[-45, -100, 40, 2, -89, -52]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-736d154f62654f27a2de2a1aab55c005", + "input": "[-12, -30, 66, -96, 53, 66, -3]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-95116bc0468c40b6ad2e6695480bb7db", + "input": "[-49, 0, 52, -52, -42, 12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ad4a0b3aebdd4ca7bc87e4e0efb01d8f", + "input": "[-81, -5, 73, 23, -37, 48]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-d28b0a1cd78a488489d4ce1d50dbcb58", + "input": "[-30, -22, 17, 70]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-b52b3f3619ae4c28af2cbb80a13015c5", + "input": "[-26, 78, -82, 10, 90, 1, 80, 40, 53, 91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a98d819ad54a42d388c6668b1e4418dc", + "input": "[52, -54, 77, -28, 67, -40]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-ca84bfebd96b4220869385a26f7e5261", + "input": "[-68, 26, 79]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-407ecb3acd2a4546af3019216bf98750", + "input": "[75, -40, -27, 39]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-34f36bc74c794fdabc8e2c786143f9e5", + "input": "[-37, 81, 76, -54, -26, 54, -83, 69, -76]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-69de4a5459e640a6a26549cb791144ba", + "input": "[-13, 38, -75, -66]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-856d98484f574aaca691d9804f6f9c36", + "input": "[-72, 93, 53, 65, 49, 65, -98, -88, 60, 55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c995f75b5a5343cfa6f1f0122d7d43c9", + "input": "[-70, 47, 52, -62, 96, -2, -84]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4a4b7b4c72734d5eba2914abc22f955a", + "input": "[44, -76, 67, -62, 76, -67, -67, 45]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a1353734c3e04f7190ed75d235564d93", + "input": "[-98, -78, -10, 60, 88]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-e40cf3e1972342829607dbecfc597fc1", + "input": "[-12, -96, 1, 25, 76, 96, 28, -11, 13, -40]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9a7c42eae6234309b3ac6e4183d6d190", + "input": "[-83, 7, -4, -22]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-fb022e45c80e4b76b68e9e1966183cd5", + "input": "[-24, 53, -54]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-d96753820a634ee08a7aafad17413544", + "input": "[-79, 97, -65, -5, 77, -96, -29, -38, -36]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b67b519cc73e4328a463af64e4df8f86", + "input": "[53, 78, -48, -56, 29, -8, -81]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-5b8b9003bb72413da1b17a5c4b60c090", + "input": "[23, -36, -30, 31, 78, -90]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-872a8df5374e4889ad155acb1926e8b0", + "input": "[-19, 66, -70, 73, -5, -11, 92, 0]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-2058970a58434512bc093f86e15099d8", + "input": "[46, -2, 6, 31, -35, -2, 87, -68, 97, -99]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e7e513e9752f4a5aa2c2fce310461c14", + "input": "[49, -68, -97, -24, 12, -46, -29]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a687e6eedf6247eeb8b70fee7ea3028d", + "input": "[-41, 27, 34, -75, 16, -3, -22, -36]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8fac1933db7542fa95d2ddab550315d3", + "input": "[-40, -88, 57, 25, 2, 20, 84, -56, -79, 17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d536f77e58134697a33ca7c5a7525ae9", + "input": "[-58, -52, 97, 47, -78]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-998845c43e414b88b005d7fd5f93adf3", + "input": "[-51, -37, -74]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-3271b109a6744c07b8a79dd4795639b4", + "input": "[-52, -39, -20, -7, 56, 47, 51, 97, -68, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7cd299c4ffc447c78e85bcaee82b91c0", + "input": "[-43, -94, -43, 27]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4ba0f507f09a4449a3231d8841461b07", + "input": "[74, 35, -60, 80, -89, -64, -31, 0, 26, 40]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-60fecb7bee604af89660d83fa3a494dd", + "input": "[87, 98, 26, 85, 35, -12, -53, 58, -77, -40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-45fff76a7a9a40459697fba4fe07c001", + "input": "[99, -51, -25, 79]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-12eeb2feabb844e683eca305701d0b2a", + "input": "[63, 44, 85, -88, -37, 69, -80, 57]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-8c33721ae249490ca1b2ac8b9ad4ba1a", + "input": "[-69, 60, 71, 81, -93, -87, -23]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-536d8cc686924f2e9b15e09542a0b5be", + "input": "[-3, 85, -29, 40, 34, -70]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c8acdf5dfaa041569f4a01271d9c29d2", + "input": "[63, -34, -95, -29, -48, -10]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-92eb51ea23c94b8bb6118c9100016da1", + "input": "[-55, 18, -63, -42, 17, 98, 88]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-50ab60b34a8943b1994cc391e00cb9ad", + "input": "[0, -95, -62, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-035d041df41145b890bb0baa8d16a179", + "input": "[-85, 69, -4, 99, 67, -82]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-36a63e13caf84660b193519f68015b42", + "input": "[92, 67, 0, -64]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-fe20de73ca29459287a13eb4589440a0", + "input": "[-71, -24, 99]", + "output": [ + "47" + ] + }, + { + "id": "openseek-1-0afd4f9444b3475983c96090bcc76612", + "input": "[-77, 28, -23, -41]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-d9a7a9987b8148df9edb50d7a01869d6", + "input": "[39, 3, -22, 58, 25, 8, 6, 22, -25, -56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0627f601c6cd4f3dbd7854775d90ca3b", + "input": "[-42, -9, -90, 14, -14, -17, 56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-416bb9be2f604bf0b5afeb5acdcbc3f0", + "input": "[-38, 78, 52, -31, -99]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-85e5dbdca6924c5caceddfc8fbf609af", + "input": "[69, -83, 2, -33, -74, 74, 48, -33, -98]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0575f461f4834a26addd84528d3b8076", + "input": "[-73, -11, -47, 7, 41, -28, -84]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-63d4cb7ea70b416dba4749b3c7b01abd", + "input": "[-15, -63, -17, -67, -80, -25, 20]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-16678a31a2cd4476ba4a415b0c07140a", + "input": "[-52, -22, -24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b88e0823a106469e841055ef6b554621", + "input": "[-27, 74, 34, 59, 13, 43, 42, -60, 11]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a21d2d4b0d3649519eed4b2e2ec95fc9", + "input": "[-6, -26, 57, 81, 95, -48, 77]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c897bb16f29e4df4817473bde2735eec", + "input": "[92, -1, -63, -99, -15, -94, -3, -35, -65]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-69a2458c487e4bf6b9ebd6b66d5f4301", + "input": "[27, 4, 87, 18, -96, -17, 85, -20, -86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8603e264033446b28ac15d571bcca019", + "input": "[5, -46, -51, -78, -54, -59]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a2a106c14adc49159585752e2a110ce1", + "input": "[66, -23, 34, -61, 8, -69]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-dfe2c48693954fe0972d43eb4a947262", + "input": "[58, 36, -87, 92, -47]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-e29595d80d7243d58af6bab29fc777a2", + "input": "[-89, -56, 33, 23, -40, -82, -17, 56, -98]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6ea4a9f8edfb4455a8dbbd179f4b90ed", + "input": "[11, 64, -66, -53, -36, -61]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e7e8b76b661745d7a06a3a5d419922b8", + "input": "[78, -49, 80, 44, -39, 40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-10cf31ee03af43dd926b9d12e2b64ea6", + "input": "[-25, 26, -69, -14, -51, -61, -14]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9140deb89a6a4107915d804345cbf2c9", + "input": "[-68, -18, -89, -92, 88, 88, -80, -9, 54, 91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bbfcb3b805904bf0837ef50363492127", + "input": "[-21, 0, 43, 39, 71, -56, -96, 16]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dffeaa4a0a1544deb570f079517c8762", + "input": "[-6, -72, 57, -29, -15, 62]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5b4d29b96dea414c8e4adbe54785d15d", + "input": "[-49, 50, 21]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-4b2f77272629434b915e258ada0158d9", + "input": "[17, 15, 48, 70, 56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-43046517414643128a32b48c7c8bfdd6", + "input": "[66, -13, 87, -94, 9, 94, 95, 93, -91, 46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8a05773fcb3346cfbca21bd857c79b59", + "input": "[-72, -18, 90, 8, -37, 61, -16]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-15c51cc590b645e492bfa7581bf2597d", + "input": "[-19, 24, -34, -100, 87, -84, 90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fedf23b0566d440eb88327727e22edc2", + "input": "[-36, 87, 90]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f8482b80047048058b8341cc921b81e9", + "input": "[60, -23, 44]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-9119151ccc604e7ab08e91b073d7c118", + "input": "[-51, 51, -66, -34]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-265a45bd23764d37b7bff1b51d12847a", + "input": "[-52, 37, -45, 85, 90, -38, -35, -90, -5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9c7b86242f134937ab85f630f7b8c58b", + "input": "[5, -50, 62, 30, -18, 45]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-6cd1b22d62a74051ab591870e041bc95", + "input": "[36, -74, 59, 77, 0, 91, -3, -87]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-29f53b9bd78d4120af5978d6fcf64492", + "input": "[-44, 56, 97, -81, 64, 61]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ed1e2c5659094dce8c2026efb2aa9e6d", + "input": "[-86, -64, -76, -44, -31, 84, -40]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fdc48d4e5a874265b1db2c05fdec752e", + "input": "[-25, -15, 0]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-a137be5c3c824781b99eaf967fc2e7e3", + "input": "[37, -59, 17, 66]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-40838d59377747dca9b6b4fa99469917", + "input": "[88, 85, -29]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-40f9c1dfb74c45b9b384bc411972d14a", + "input": "[64, -99, -14, 54, 75, -91, 13, 26, 66, -55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7969050bba264fa2bbe0b7f5c7b73a1f", + "input": "[-3, -10, -100, -19]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a1a4178d1f584a9c9aabe1cb52d8027e", + "input": "[6, 89, -87, -87, -71, 69, 68, -55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ff8df029ebf74e15be501a5deb8f9d8a", + "input": "[-72, -21, -96, 64, -27, -45, 100, 96, 76, -61]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-66fb748b83944200bab6f04981d529f2", + "input": "[35, -87, 80, -71, 39, -77, 3, -96]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7979643b32c34bb4a1e6227afd95f14f", + "input": "[94, -49, 82, -34, 23, -33, 96, 11, 36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8e29930cd6184a4faa1bab9b21fc9477", + "input": "[64, 43, 51, 57, -41, 78, -79, 93, 36]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-dd01779696ca4e2b9c2be39e0f086bb3", + "input": "[57, -34, -29, -61, 47, -8, -27, 45, -55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c47b51617fdd431aa5d9b41ee9831f04", + "input": "[41, 57, 84, 28, 71, -35, -60, -13, -22, -76]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-d729c0374202410c9c9911a57afbd468", + "input": "[89, 52, -76, 98, 54]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c8c5644e875f40b9a40f0c6ccbc61393", + "input": "[-15, 79, -1]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-96683fa0388745e6bc61960d780738a1", + "input": "[68, 6, -1, 100]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-704bd2edb00340239e57b76122a3432c", + "input": "[23, 57, -62, -36, 34, -69, 3, 12]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a4e87f7134a8474fb9412d95052f079d", + "input": "[7, 99, -65, 72, -18, 16, 70, -54, 41, -43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e6a821c6da41442195e8ab54789da329", + "input": "[-20, -32, -36, 65, 81, 64, 58]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c88478ade0d44f2a81dcf7c66c2e4db7", + "input": "[13, -37, -82, 7, -38, 6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-da294cb320264f8a9ceffbf6e088916c", + "input": "[-88, -8, 76, -78, -80, 26, 7, -25, 98]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cca7328b76d445aeb73a410320a5e5a0", + "input": "[-45, 66, -44, -67, 88, 92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bfc30cfebc16410ead28c625a643595a", + "input": "[-63, 38, 77]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-76f4f5a36a454ff8bd5b43a5954940d8", + "input": "[85, -12, -72, -100]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-5e3b68410f224e5fa9f2a9bcad6933fd", + "input": "[-54, 2, 21, -68]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-459d8989498947bdaa063aed022f375e", + "input": "[87, -55, -68, -53, -83, -26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b0334fbdcd5642a088c1a013f4a0f70b", + "input": "[-26, 63, -72, -92, 23, -89, -14, 38, 67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1a92d1bb062c4796a8a1838227c98ac0", + "input": "[16, -91, -100, -91, -60]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e3d7da5d551247e2a347eb76ee9b3c0e", + "input": "[59, -42, 93, -58, -46, -29, -24, -30, -27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e917e961a7684b0bb4d9a26c83acdb4d", + "input": "[-9, 58, 68]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-a79292e7937441d280e2350d4924c1f0", + "input": "[86, 62, 4, -87, -22, 17]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-d46261ad37c54e36bd3bcfb3a2a2175c", + "input": "[-38, 34, 83, -90, 71, -26, 10, 3]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-3aa9cdf82dbb49cb958f8bef5fca0ceb", + "input": "[-5, 36, 58, -41, -29, -2, 95, -31, 31, -100]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b2d398e9729b48b797f2465a09afe929", + "input": "[41, -93, 13, -77, -89, -9, -58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2dc9ec7bccb943fbbb3241c6c58fe116", + "input": "[75, -17, -3, 86, -44]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-bfcb71918670401abd89475ddba3a9d9", + "input": "[-33, 62, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-26cb1f0a6ec84994ad69d7e37407e97e", + "input": "[92, 51, 70, 41, -59, -71, -86, 13, -68]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-20435e34e490402bb1026fc13a17b3b9", + "input": "[-53, -66, 35]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-c826290b3b4048d29ea423400681b6b3", + "input": "[64, -83, 22, 96]", + "output": [ + "32" + ] + }, + { + "id": "openseek-1-201f3c5ad01d4eb08e279e2e297715cb", + "input": "[-3, 33, 59, 7, -11, 48, -89, 66]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-4d7e1924de444359a141b96c8dd4b6ec", + "input": "[-68, -47, -50, 87, 24]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b885483bc43b406faec90bf599ddddb7", + "input": "[-17, -79, 96, 21]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-96f43917c2fd43fb97946925b16880a8", + "input": "[-10, 8, 19, -42, 78, 20, 74, 3, -88, 48]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f609f174aecb41e8a24957beaf034986", + "input": "[21, 31, 19, 90, 34, -3, -16, 43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-203d14d975874df89f85ad0e86326f14", + "input": "[-26, 19, 97, 95, -73, -60, 90, 27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ed432d5d51e14eac9658e9a31719e7a5", + "input": "[-2, -9, 88, 59, -77, -65, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6edfd7ed132e4177b439833614484cb8", + "input": "[-71, -14, 11, -55, 92, -33, 37, -73, -53, 67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2007f0e41d8b4e4b877d5411c001c186", + "input": "[-75, -97, -90, -74, -58, 4, 62, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a8d95af08d4e4e0e8bd911e9b35e75ed", + "input": "[-61, -99, 91, 72, 35, -44, -11, -9, 30, -1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-34b2689a9a7d4dc9813cda557042a105", + "input": "[-13, -41, -3, 20, 30, -85, -28, -22]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-41256d8579c248c4b4d9f884521bf917", + "input": "[56, -24, -29, 56, 75, -19, 0, -81]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4f92f058aa5f4aada29cea17f4433881", + "input": "[84, 28, -87, 11, -84, -6, -79, 50, 76]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ccf59e58135b4f17b417c86120861e84", + "input": "[87, -11, 15, -76]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-b293a7dc903d4c63ab4b2dbf6bbdd22a", + "input": "[-88, -99, -93, 46, 99, 51, -85, 37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f1ecf87108974607bb27b80eb7d028d6", + "input": "[32, 21, 47, 82, 4, 85]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f8a6ebfe4bba49c4bc37e18b63ba39af", + "input": "[99, -1, -16, -65]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-2bdbb42b41314fa79f836c1ba2f9c4c1", + "input": "[-15, 93, 64, -29, -12, 58]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7add861366e248bf9063080eb243b17f", + "input": "[93, -75, -81]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-87009065f8674c4fa6ca928ef216ba54", + "input": "[51, -29, -54, 64]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-1e3fbc17bbfd46509461bf941310145a", + "input": "[-19, 81, -71, 23, 58, 72]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-31d67be0614b4fe9a690143d2f3b5e3d", + "input": "[-44, -24, -55, -8]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-115f10e5eff94c4096176c1c7e04fd3b", + "input": "[-12, -96, 62, -39, 52, 18, -69, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5d5d13449faa402d887bd6af0a7d39b9", + "input": "[-35, 15, 27, 4, 17, 88, 88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9f40b99ec3064f90b04dcad6088500f1", + "input": "[35, 76, -36, 49, 10, 72, -63]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b93d3f4b22554799980f8494d741d14e", + "input": "[56, -72, -13, 75, 48, 43, -13]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6e1e5591207c46608db33c1854248833", + "input": "[-44, 84, 45, 6, 18, -25, -61, -71, -1, -70]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d195a43cab004239afb9d898e877e34e", + "input": "[67, 25, 31, -16, 47]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-fa12029ebb4a4863a3155087903d8cc0", + "input": "[19, -42, 87, 59, -97, 8, -84, 70, 73, -16]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-584d1f46f2a7443683c4b690b137bb3f", + "input": "[45, -95, 33, 44, -83, 42, -69, -1]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f6dc726c8a4a4dc1a613102e24183d25", + "input": "[46, -58, 73, 53, 25, -87, 12, 42, 1, -55]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-247236ac3ddb4405a85b704935905708", + "input": "[-60, -98, 2, -63, -10, -14, -95, 52, 72]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e8c1da5e54194383b4ae48d6f2350529", + "input": "[62, -24, 20, 21, -56, 27, 16, 40]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fb5656bf7ed94ccb883cabc03b5b03f1", + "input": "[-58, 0, 84, -61, -41, 63, 92, -65, -76, -37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4ec82f5b3f6844089eddd33657434c12", + "input": "[-70, -21, -6, 12]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-f53338f361484a1e8a1914a764d1e86a", + "input": "[74, 28, 73, 51, -94, 94, -28, -15, 69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9c3b7d6149714df2a8ec40e9a2f7818f", + "input": "[-62, -26, 30, -45, -45, -95, -21, -46, 33, -24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-49f1dc88914b43c4a17333853382717e", + "input": "[58, -11, 36, 21, 22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-05811f947e894a15b21126a7f09a5efb", + "input": "[-31, -86, -42, 97, 52, -11, -30, 12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8213a46732114788aaa5530395c324ea", + "input": "[55, 78, -53, -5, -98, -94, 40, -38, -77, 54]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1af1b1bafebd4124a2d28144634ed679", + "input": "[-70, -69, -85, 15, 30, -51, 59, -89, -34, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cde97c58c1e04f49ab39e1fafd0ce398", + "input": "[-11, 51, -22, -94, -28, 65]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e9b0a49cdc9a4570b3d177b45be13f80", + "input": "[2, 5, 20, 68, -10]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9d07c5a662e34706a0aee112b3f63776", + "input": "[-24, -8, 64, -16, 54]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-77a07d7d6c3748f5ba13d4357152e0d3", + "input": "[83, -3, 95, -17, -33, 29]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-3ede20828077482dbd2ae52233637576", + "input": "[-4, 39, -75]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-215c93dd26154e69ac47f353604517d7", + "input": "[93, -42, 94, 40, -17, 89, -52, 6, 16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a6847ef83cdf4ed6b179032b91716258", + "input": "[74, 44, -14, -72]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-ea6882ae52fc4d10bbf998c11d487dae", + "input": "[-98, -9, -58, -79, 50, 55, 73]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-85fc85730ef740d2afb9cf6f2203eceb", + "input": "[-58, -94, -13, -77, -95, 44, -71, -2, -72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2dc6a4e41f1c4736a6501d566bb0711b", + "input": "[67, -79, -8, 89, -44]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-34620b3628ae4202aaf3750d675ae651", + "input": "[-25, -54, -86, 26, 79, -6, -87, -81, -21, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6c11c0736b884c5182f8bffe685ae88d", + "input": "[-62, -78, -9, 27]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-fc976336936243f0b905e74e30eabd9a", + "input": "[-14, -31, 53]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-f83c461c275a4d249e8afacce89f2652", + "input": "[51, -33, -42, -64, -32, 94, -4, -32, -87]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5e21bd36c9af47c5a2cea8c92bbacd9e", + "input": "[38, -97, -5, -70, -79, -7, -28, 64, -66, 82]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-613542a77f93440c9fcf72f5faac64ea", + "input": "[1, 84, 24]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-42174b9628fe43d996d0a715d87f93eb", + "input": "[-51, -48, 90, 67, -71, 70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-bf613176252345c489e24e1a7525e9a4", + "input": "[-70, -8, -40, -65, -36]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-28ac3838d7ba4649a5f586fbfcc6639b", + "input": "[-35, 6, 73, -88, 17]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-b1e1c4162f7742b0a5554d112222119d", + "input": "[-57, 92, 79, -100, -61]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3103e4a7ef7d44ffa6dd78f8be283ab4", + "input": "[25, 65, 19, -30, -35, 16, -17, -38]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ff1392efb5bf4794bad33d02bb1f0549", + "input": "[45, -59, 72]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-01ffce329f6a480ba75a42e2c5ff73a8", + "input": "[32, 19, -46, 47, -100, -37, -89, -78]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-85e66852ca7d49a090f87e0fc6ac1ba7", + "input": "[65, -33, 79, 74, 72]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-32becfce67674fdbb42dd8167f7f7fe8", + "input": "[93, -58, 98]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-69f41c12d2ff4160b828cdf718888336", + "input": "[-46, 61, -48, 40, -77, -49, 6, -72, 16, 16]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-59be1199be2b47bc83161120a7aa9ebf", + "input": "[56, -91, 14, 9, 36]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-933a48cb868349d18eea6ce3f4fcb9c3", + "input": "[-41, 78, 24, 86]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-60abe34025b34e3da4c9662ec700e6e0", + "input": "[56, -15, 49, 46, 40, -38, 96, 71, -50]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1e53785b827149b3837317541eb0bd85", + "input": "[16, 39, -58]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-fd2c2a5c41d0468da38a635cb2688b33", + "input": "[72, 79, 66, -88, 47, -94, -41]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-cf1655240fbd469b8a70058c6b830620", + "input": "[-26, -63, 58, -83]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-6b462f786abf41bd9094a853f1539c80", + "input": "[82, 83, 71, -28, 64, -41, 47, 18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-87f490dbd3c44f759b5d54aa6a354736", + "input": "[85, -85, 93, 57, -50, -19]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-368ad369a4d24e7aa055d83d754a0c03", + "input": "[-53, -90, 5, -4, -81, -13, 30, -13]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fe63cef3ce37431388fadcb828db2fe9", + "input": "[20, 19, -81, 35, -67]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f5b4939ab5104dddb498063138a31c6f", + "input": "[98, 4, 45, 40, 12, -80, -93, 10, -46]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d2b48ed184834a91a21c5c625fb00cf8", + "input": "[-45, 20, -66, 48, -19, 5, 32, -56, 69]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-d0adda7a7a614122beccd334de066c96", + "input": "[-43, -84, -52, -90, -73]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b73eef7d59df4506b358a66b6e08d79a", + "input": "[68, 12, -95, -86, -35, 66, -35, 97, 69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5aa8c8ddfd8849cf85ad4167285ddcf3", + "input": "[-7, 19, -66, -27, 89]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-b9ffe577035b45d6918a838fce8606f4", + "input": "[-70, 98, 18, 72, 49, 74, -19]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4285b2f6fa164405bee398b49a1f1e13", + "input": "[-54, 69, 78, -39, 13, 17, 53, 29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ec5d8ae9335c413d84f0ccdbc59149ca", + "input": "[-10, -32, -34, 81]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9206a191adcf4283b176788930a15846", + "input": "[21, -8, -54, 55, -84, -88, -99, -59, -70]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2e5fe3dbc8a646c0a7441249c67ed0c1", + "input": "[61, -95, -72, 56, -1, -91, -34]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e79b6cd7f5f54ce79754f7be6208bdae", + "input": "[74, -77, 56, -77, 57, 97]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-22cb88dad3d74d24a22e3fa76be8b3d7", + "input": "[-7, 18, 61, -7, 46]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0fc7908fcbb74284ada31f138c4ed28b", + "input": "[-71, 10, -95, 20, -28, -13, 5, 53]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0f6b6d958786424f9d1a7ff450a2a26c", + "input": "[73, -60, 5, -57, 61, -90, 72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b0c8e081a70c46e0b28ad350d97f6cc1", + "input": "[23, 45, 69, 93, 3, 80, 51, -80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b7e26d1be1984fe89ec13728efa32596", + "input": "[41, -40, -15, -8]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-08980be83f40404c9303a9c57688088b", + "input": "[29, -12, 88, -10, 86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-043f460bf8db4ce590f2c21540c25350", + "input": "[-15, 61, 32]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-f28fbb9d85bc4a15b1ea33533d50af21", + "input": "[-15, 77, 4]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-5ea158f993c6478c9a2717ad78e4b985", + "input": "[-41, 38, -32, 38, 6, -96, 36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6620e048d48e49109966d7148669aeee", + "input": "[-11, 100, 61, 1, -29, 95, 38, -25, 30]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1bbd00f801a44b7599caa80bdd95b772", + "input": "[-27, 24, 65, 68, -9, -66, 10, 56, -7]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-402dfa091c304756860dc3c5444ecdee", + "input": "[55, 12, -82, 47, 35, -67, -15, -45, 12]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-048771f190a64aadaa1f3b0e5fbd97f7", + "input": "[23, -8, -45, 55, -42, -41, -25]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-804ddcd02c2f48cfb2652a7a031ef001", + "input": "[-19, 23, -95]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-b66eef08f3b444228386d29c830b8945", + "input": "[-85, 74, -28, 19, 21, 7, -33, -45, 77, 67]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8fd14c5798ae48098a92db625c26c116", + "input": "[56, -72, -34, 22, 66]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-996c3d704b0b48c3a035b4bccff95fd8", + "input": "[21, -67, 97, -43]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-e7bb1dbcd3dd427f969726a7678d764e", + "input": "[-96, -79, -30]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-297a81d88e53463d866e98e19fecb1a8", + "input": "[-7, 72, 45]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-ad5b3e9c8a9e4ec486e2c257d8e9e2c5", + "input": "[1, -65, 61, -7, -100, -38, 72, -12]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c56844842fb84594bd686ed5a9f73e1e", + "input": "[-22, 90, -26]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5e8905da8e844535b119d6a9f3d68a69", + "input": "[-60, 99, -94, 76, -99, 19, 21, 77, -27, -84]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5e497fca6b9a4d73833c8c50e290c74d", + "input": "[-40, 37, -40, 95, 76, 21, 4, 22]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d320ef359a174412b75b4677092b72d8", + "input": "[89, -85, -54]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-7dafa6b32b134540937f016c7e5ad1b1", + "input": "[11, -88, 53, 35, 56, 48, -74, 95]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-71d955a5246941229dbdbb6424be6135", + "input": "[93, -38, -90, -94, -87, 55, 91, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f772c83963d04bef93fd5a26f52e7a69", + "input": "[92, 21, -82]", + "output": [ + "71" + ] + }, + { + "id": "openseek-1-8943a23d6ba94e45a9d2b24ce615829a", + "input": "[45, 18, 36, 24, 35, -23, -27, 49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7ea61a0b988f4f70af1051d53e673ad8", + "input": "[-10, 18, -36, -31, 80, -92, -67, 45]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1c8e21d6470e4e7ca0d1ac1754779aa5", + "input": "[66, -76, 93, 17]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-5e93085e767d4c4da4858da12e717e35", + "input": "[-1, 69, 15, 11]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-4bc9f186f0b2491c8391c7f57774271b", + "input": "[24, 96, 50, -28, -95]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-5c74f79644c64324bbe6e38dde7f492f", + "input": "[23, 4, -11, 61, -74, -54, -77]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-497b937cec6d411b9bdacac70099fae4", + "input": "[-46, -61, -57, 43, -84, 94, -46]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4204dbb81abc4eb99c59aaef1fe15752", + "input": "[70, 68, -41, 94, -47, 17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ff09fda37d364f77bc5113affb94e5ec", + "input": "[-18, -99, -94, -62, 9]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8aabc472f62f48d4a0859f1b89399315", + "input": "[-52, 35, 10, 72]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-cbd47c9cdf984b1c94cf4ee2ea2fbf22", + "input": "[-74, 78, 49, -76, 35, 60, 99, 32]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e46d011c9e114c809a8b937110b23439", + "input": "[9, 38, -68, 84, -82, -31, -53, 5, -3]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-cf71d42d29a747e395665e086a70cc66", + "input": "[51, 19, -44, -91, 45, -2, 33, -97]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5f02f8cf3e2f458ba13efa6ded8b1635", + "input": "[-97, 69, -31, -70, 50, -27, 8, -1, -11]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8a963a504dc340edb951953ede4d48fd", + "input": "[63, -25, -68, 79, -7, -15, 17]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a282470b7223419ab6993687f00cf3d4", + "input": "[1, -16, 15, 23, -89, -98, 96, 3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9b680dd411dc41ee9494a59ecd26b662", + "input": "[-18, 46, 22, 45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bf3beb51344143ee913e91d4c91e24ac", + "input": "[30, 64, 46, 35]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-bdaeaaf0b5f749df84335d691a06b334", + "input": "[-17, 10, -66, -99]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-5bf91f8d15214a98b430482e8e454c4e", + "input": "[-90, -48, -58, -39, 48, -58, 1]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dea36774db7b46478a61a6b45ccd0323", + "input": "[73, -27, -2, 2, -42, -13, 62, 84, -9]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3cb079f51d52436086fddece6cc432a1", + "input": "[6, 6, -43, 54, 48, 51, 51, -64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-650e86d9a0b14748aa754793aa9dba0b", + "input": "[10, 12, -2, 95, -4, -31, 66, 97, -37, -63]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9d9e2743745c4f92892a176fce65e76d", + "input": "[81, 70, 5, -47, -38, -90]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-a3ae6c9f0032442ba1ea1754b172ad29", + "input": "[100, 80, 97, -15, -81, 14]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6a8a30d19b4742ef8dcdf56189c826ea", + "input": "[57, 14, 63, 57, 23, 35, -46, 69, 36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d12889591e894436b89d8331f6d68614", + "input": "[92, -94, 43, -94, 99]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b0334ea6953540b6ab8e802f19e0a18e", + "input": "[30, -28, -17]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-38b2b1314ea843cfa05848e4d84705ec", + "input": "[-43, 98, -17, -88, 11, -1, -98, -50, 46]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e2a837000d004ddb80b7bdae679b2559", + "input": "[75, -84, -7, -55, 64, 3, 73]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2e059a423e094f349bd28e7d05f25453", + "input": "[51, -2, 56, -34, 52, -86, -71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-59d175c2c6e54f34b8a6af03e6b411ad", + "input": "[-69, 7, -65, 82, -8, -34, 58, -88, -95, 96]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d5b014135d3f40ed8ed3b70348b01553", + "input": "[-70, 1, -72, -1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6a53c1b834214f21b7bc9b7f20bf02eb", + "input": "[82, 70, 92, 95, -8]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-929e5baf91c04df38b0be7b76e50f2ce", + "input": "[-23, 29, -54, -89, -78, -10, 83, -13]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5c41c9d55de747bba02018c4d7b4e247", + "input": "[28, 38, 97, 89, -85]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a95833f2845b478c92be10bd22f8fe27", + "input": "[40, 74, -23, 17, 75, 25, 36, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f98014f96aa84c939ab1a6e99edc6fab", + "input": "[-77, -59, 26, 91, 59, 11, -97, 13]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f884003c3ebb40cba9129500a5a30fbe", + "input": "[6, 73, 97, -47, 32, 16]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-6a85f9e0a54c4dff8829e0c34ea2852a", + "input": "[58, 71, 8, -31]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-8ccc88f49db2414baae2716a24bf90d8", + "input": "[-63, -23, 95, -88]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-a2ea483012b74191a6e19e33354abc89", + "input": "[20, 90, -94]", + "output": [ + "70" + ] + }, + { + "id": "openseek-1-60f49caeb59a42bc83520e7a7e8edfb7", + "input": "[56, -7, -43]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-a382efdc50f641ffaaa106f192e33bf2", + "input": "[-55, 60, 39, 91, 86]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4e8c8a4058b947659b1db609ff41bee3", + "input": "[27, -8, 49, 87, 84, 50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-56cbd37f9cf640aa9b2058a7f46a37e5", + "input": "[96, -4, 17, -96, 96, 84, -24, 32, -99, 55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-196d8bdd794e4db7ab290f7d685c76fe", + "input": "[46, 3, -6, 37, -82, -40, 88]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-feb1f46ba3eb455fa08caa12c25270bc", + "input": "[-33, -19, 33, 83, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-29bd1dc227244367bbd17f543a748e48", + "input": "[73, 89, 71, 91, 13, 43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f5576966f2ca4ddf9f16cb53e7657345", + "input": "[-16, -81, 92, 25]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-6ce7ec9e37ce429994617323ff79fe25", + "input": "[70, -36, 88, 91, 81, -69, -31, 45, -13]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6d743868f7d04bda8a968f13cd02c015", + "input": "[-90, 86, -53, 28, -19, -61]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a3a96e165091403eba0559ccb870806b", + "input": "[45, 69, 10, -91]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-409e9bc316574f8480c578a904fd199c", + "input": "[44, 15, 35, -86, 80, -91, 97, 25, 34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-678b2d1a535a4150930be45df905a0ac", + "input": "[-39, -5, -5, -3, 52, -32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-afac621d96014454a7850c422500ea01", + "input": "[-87, 90, 75, 19, -4, -71, 57, -1]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0502edfb03534ef48431dc0b3d8e03ce", + "input": "[13, -23, -42, -9, 14, -13, 87, -37, -33]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e74a9f923a304ffaa7aa0b1e5f8e99c3", + "input": "[-20, -77, 79, 55, -3, -28, 54, -38]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ec5e2cb76b72471f8bae76575ef32157", + "input": "[11, 51, 26]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-8b87312088c44b66a60042241963b702", + "input": "[41, -33, 12, 4, 74, -63, 67, 96]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8ce5f9cea8264e70a44872883de9700c", + "input": "[-60, -36, 95, 16]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-23ca503b650d410e9fdcc49adae096dd", + "input": "[96, -41, -91, 5, -25]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-c86957ec41c54d448844d4dff2f79a5a", + "input": "[73, -39, 27, -9, -80, -15]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9ef0a0c6f8ca429697b206110b91fd62", + "input": "[-2, -20, 49, -2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2fc7518236844890a95b10aa8dd19b1e", + "input": "[-71, 86, 43, 38, 0]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-213014bfd7324bb984b90d5601bda2a5", + "input": "[55, -2, -12, -12, -10, -68, 79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-500745371d964d60b058f0b9a9e4ad04", + "input": "[71, -28, 58]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-91759a1914854cfda8d3c686cc86c0a0", + "input": "[-63, -9, 95, -53, -77]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-356459c20c5d40c7b380327e613e3cdc", + "input": "[77, -72, -44, -86]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-dbeff46420f74273a2831c024664bb6e", + "input": "[71, -39, -69, 71]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d31ac0f62ff24c66b257df9e57da9ce0", + "input": "[68, 51, 18, 80, 15, 76, -4]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-37cee369bdfd41978d7ec97fb1c56455", + "input": "[-81, 87, -85, 10, 70, -6, 73]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-beae8b0fa72e4b2bbbbef96f969aa93e", + "input": "[25, 9, -88, 48, -1, -100, 84]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-aa814b45787f4e999aeec2cfb79156db", + "input": "[68, -8, 54, 86, -83, 85, 53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-935970846ef7443c974fbd4fa3be5928", + "input": "[67, -65, 93, 9, -39, -43, -93, 58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6b016cf7e29040b48832909536dc6705", + "input": "[95, 68, -33, 86, -5]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-cfac988829754bdb8727827c20b41ec8", + "input": "[18, 90, 47, 3]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-31d326107cd54d82b9cf1900ab97f9fd", + "input": "[-20, 26, 1, 13, 0, 76, 56, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e98a2ef0b5234125b902648d8a579821", + "input": "[87, 82, -9, 12, 7, -54]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-87ba444275d643218f51690791b5b405", + "input": "[-10, -30, -32, -30, 85, -85, 48, -55]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-49954b2095f64c8abe53e6f33a6de5fa", + "input": "[22, -56, 100, -95, 66]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-20a4779da45d4dd4984a4c92179629bd", + "input": "[-40, 14, 27, -73, 88]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-67c84c3ab7ba48fcbba2a9870af52445", + "input": "[-6, -13, 1, 68, -83, 33, -11]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b3b51bb478f248709330424077b56bf4", + "input": "[35, -49, 47, -90]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-5f6d46593d7644d7b864ce1d7c75fe4f", + "input": "[15, -36, 72, -42, 29]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-63492786b5bc4c77a2ca4e0ac12aa21f", + "input": "[-58, -14, -86, 15, 32, -14, -29]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3f631e562b864a75bc0ddf008f59ff21", + "input": "[-40, -54, -73, -13, -4, -51, 82, 36]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1e10b69aea894a7a979c1b777389076f", + "input": "[-26, 11, -11, -3, -18, 49, -11, -88, -59, 14]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-df73e16874f64745afcf70301a66983a", + "input": "[18, -99, -49, 17, -10, 76, -10, 24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-41e48adfa69b433ebf9dce178a3c644c", + "input": "[-48, -82, 8, -100, 66, -28, 50]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-c440d524ed2d498da6b40dd5242a71b3", + "input": "[-88, 80, -4, 72, -83, -62]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ca8286da7bdd4932a73ce0ed8ee166ba", + "input": "[75, -6, 29, 85, -73, -15]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-e4d297b74d4d462ab667a8ba399fa5bb", + "input": "[95, -46, -56, -81, 95, -79, 64, -17]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-66520aa5457f44ba86837420b775b1a2", + "input": "[-62, -10, -78]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-661323ee08b54709bba4f8040d931390", + "input": "[-14, 65, -73, 8]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-99dd62216960460285a32360a80eefb9", + "input": "[-43, 0, -16, 81, 67]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-1729dec059354d24ad49219a8fe7da5a", + "input": "[-41, 21, 80, 6]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-235afb1ae4994a679ecd1f0534c711f1", + "input": "[85, -67, -95, 72, -22]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-67149c7065e34dc4b77bd5c33c98abc2", + "input": "[41, -14, -36]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-aa895ef526bd444f832f88aacded7ae1", + "input": "[96, 41, -46, 10, 98, -4, -60, 48, -10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-473dc45b6f45459eb2c7f61d5cb813ae", + "input": "[-55, 64, 86, -44, -54, 41, -6, -30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bad3f92e5fc1499dbae815ddab076085", + "input": "[36, 51, 77, -2]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-d3d26b815d57418db6955af111cc0304", + "input": "[-65, -43, 7, 54, -94, -100]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-4fd2ff48abea4d74b6d5395007c94afb", + "input": "[-71, -86, 0, 22, -35, -79]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8a300e0ed0ce497898d63bd8d55703ce", + "input": "[11, -69, 67, -47, 67, -51, 82]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8a4e1fc954ff47ad93e18921a29c982a", + "input": "[87, 82, -14, -63]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ea88f65b2ab34ffeb465770441c61bed", + "input": "[-27, 24, 68]", + "output": [ + "44" + ] + }, + { + "id": "openseek-1-b68ed5a862484b748f74d98612f7bc9f", + "input": "[44, 93, 2, -39, 87, 60, -72, -53, -9, 85]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-69d563f0b70c4fe2afff85bed7c2dffc", + "input": "[-27, -83, 2, -71, -4, 66, -16, 66, 35]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6355f0f5319d499589988bdabfd266bc", + "input": "[65, -34, -84, -71, -43, 77, 16, -96, 86]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-c01267873c3942c7bfbbd2cac9256bb7", + "input": "[24, -15, 48, 88, 41, -35, -12, -44]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-438a9f6dfb6a46818d590ca33eb1d4d1", + "input": "[-45, 7, 29]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-5b737745522f441d88fec4bb004aa038", + "input": "[-45, -66, 89, 44]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-a6d5052918bc4a26a46a703c769f33f9", + "input": "[-31, -58, 31, 56]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-70f7fd26a4104bb4a8ddb21295a4443c", + "input": "[-76, 72, -75, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4e1839ba3fa046b2bd8cc315bf5f95ad", + "input": "[-29, 33, -67, 39, -85, 0, 77, 49, -91]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6bbd94737e6c4cf8840675988a9a2ce9", + "input": "[62, -4, 89, 80, -92, 70, 46]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-5abc52b9b6264e8eb77f443f811f5656", + "input": "[-48, 48, 45, -16, -43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5f39b6801e0140548090cd2ea112423f", + "input": "[33, 57, 81, -61, 23, -58, 10, 84, 44]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b3d134dc9be249e7bfb0762703429d19", + "input": "[-48, 97, -78, -93]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-751d6e1e4be54e8886556128b0a18ed4", + "input": "[-3, 78, 66, 15, -50, 74, -86, -72, 26, -27]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-45a39e29d55c45e5971c438a58c967e6", + "input": "[30, -49, 8]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-09e490c7fa50478885b67d9255a7c577", + "input": "[-62, 82, -40]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-e929291f5bb74e828c18a357f8bfd045", + "input": "[82, -60, -48, 15, 55, 45, 54, 50]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7fc5e4c46e4547f28557e1a61e707200", + "input": "[-72, 24, -37, 31, -45, -40, -52, -36, -100]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4936a7928abc4be5b7b88443ed34e921", + "input": "[97, 76, 70, 69, -59, 87, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dab8893a2e0a409d9ce105d59a352f58", + "input": "[87, 76, -8]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-db92f14bb3d444968aeeba848462283a", + "input": "[94, -34, 83]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-9b1e08136e68483ab06198ab443b0e91", + "input": "[65, 62, -21, 93, -26, -12, 26]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-18263a6428fe48f686298b2cf30c6a18", + "input": "[91, 34, -13, 10, 44]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-e29b70ea388045c3882477e79f713131", + "input": "[51, 55, 98, 56, -39, 10, -43, -3, -89, 81]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0efd925513b947e6a1245b41219894d8", + "input": "[58, -26, -98, 90, 9, -42]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-ced97c9b27d14f4dbce486a0023fe68e", + "input": "[84, 90, -56, 79, -69, -15]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d16d19a92bcd4baa9ee2b450c6399c23", + "input": "[-51, 4, 39, 20, 63, -12, -16]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5a095a88088a4dfaa12ee7b5986acde9", + "input": "[-59, 73, -66, -2]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-72fb567e789e4d318473473f64782b95", + "input": "[100, 83, 50]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-c8878312c46647d897b7bb2c206fa0f0", + "input": "[-27, -20, -61, 50, 30, -22, 14, -39, -55, 83]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-87104669683f41e7950620dad2a7201a", + "input": "[-53, -3, -24, -31, -9]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-57cab60f6f6d427a9c2c42e1e0bda837", + "input": "[10, -89, -76, -91, -62, -22, 69, -87]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-baf8114b354c4677a1f2af431a00cc15", + "input": "[-13, -7, 68, -96, -90, -33, -54, -45, -96, 39]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c45a57d0bd8e47aaae195c32bd9d3a56", + "input": "[-45, 63, 32, -16, -49, -41, 78, -92]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-74c0c2e7897a4922a4fd1b7d1e8beda5", + "input": "[-82, 80, -44]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-f211923cfe45488ebf389b223bef75dd", + "input": "[-9, -73, 73, -58]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-c9dccaefa1e54ca8977e3e5d77c1d24f", + "input": "[47, -6, -62, -2, -80, -13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-78f1a6199cec4d7e83a4ee3c385d11de", + "input": "[73, -14, 6, 48, 95, -54, 17]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-def6421b09554cf28780f18618801707", + "input": "[-3, -75, -64, -27, 7, -52, 20, -29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0d0126c13ac6415d8a45c5a263bcc28e", + "input": "[-100, 75, 89, 3, 35]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-0111b1080dd9427c9108a79aa191b8e0", + "input": "[-82, 73, 45, -40, 68, -86, 29, 87, 51, -51]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-66f634bb7868470a9f928d518e51814b", + "input": "[-1, 4, -15, -27, 69, -77, 22, 23, 38, -47]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-33d0d7a4cd214f8fb98e47f4ca2d06c0", + "input": "[-62, -88, -11, -98, 97, 53, 31]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-2d708fe4110d4558853f909240fc9cd1", + "input": "[-83, 63, -38, 86, -98, 63, -3, 45, -42]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-89959adc0f964cc28c3de0e53c47315d", + "input": "[3, 23, -87, 66, 2]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-427ecd697d814c25bdfd20ff2b255913", + "input": "[-62, 27, -26, -9, 2]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-447ee3740e0241fe9f402323ecd7425c", + "input": "[41, -93, 78, 53, -1, -21, -58, 95, 91]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0d6dd8c497114e67911fd7cceaf056fb", + "input": "[-31, 90, -30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c7c559b63835437094ce3341e0f51643", + "input": "[72, -94, -50, 25, 68, 64, 26, 15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e16241dd43464d95ab3bf73062532d6e", + "input": "[-61, -42, 56, -1, -69, 89, -27, -52, 92]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5da0fa4c68984aa5be29b55ec6817ff2", + "input": "[-64, 90, -89, 2, 18, -16, -57]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e6b4e88f4b094e99941ac5fe57e033ee", + "input": "[50, -11, 89, -89, -9, -25, -51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8a7cf99b6a314772ba78d286aab5c1b8", + "input": "[-6, 73, 51, -56, -7, 43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b3b9505d9c984615967a1db56e3ebd27", + "input": "[-4, 87, -40, -60, -85, 57, -69, 35]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-618e9959e8bb4911a5ea2204019ada4c", + "input": "[-40, 3, 94, -4, -2, -67, 90, -22, 76]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e8eaee4137f4454fa71df7f6b3733fe8", + "input": "[34, -13, -13, 96, -71]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8ac85e4aa5ef4db3b2405ca8a01b5ee2", + "input": "[57, -23, 30, -12, 65, -27, 65, -58, -47, -78]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ce3ebe0cd33b4e65875606695b4414a7", + "input": "[62, 86, -4, 68, -69, 82, -34]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ab8cf6df51734d2582703f235cb42fcd", + "input": "[10, -55, -84, -84, -81, -57, -21, -21]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-fada1713afc045ae85908e4bc3565f69", + "input": "[32, 68, -34, 51]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-7ed0d7c8ad9c44bc9cf39ac7d9e7a7c0", + "input": "[-70, -46, -33]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-92308d75d2ca49a589e37e5c7345875a", + "input": "[-11, -83, -71, 62, 75]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-e96f3ea6ddba4bacbe94686ab461172b", + "input": "[-76, 10, 41, -30]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-38da9ed9306849e0894ccc218565928a", + "input": "[25, -15, 94, 42, 89, -53]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-3f0c50d564474b14a9ca7311b9ce98e7", + "input": "[50, -18, 40, -38, -65, -12]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5370d4a99bf446feae388840c9c9791b", + "input": "[-72, 85, 47, 99, -99, -84, -81]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-145a83fb064f4530946a736863e03aa2", + "input": "[-26, -74, 89, -94, 8, 18, -11, 1, -82, -37]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f888e160ac9b4276be380ba8fd42a00c", + "input": "[-19, 65, -3, 87, -67, -47, 2, -11]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-fd459583706447109503a1dea0d1ca0f", + "input": "[-75, 45, 37, -6, -83, 12, 1, 100, 70]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-ed330fdb4889434b9f2e9fa970e3d0f4", + "input": "[-77, 38, -22]", + "output": [ + "55" + ] + }, + { + "id": "openseek-1-f3abc8f5b6094a5d95777aec40ecaed3", + "input": "[-37, -68, -46, 1, 79, -26, -24, 63, 35, 29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3e701093676d4d408a1986f43226acf8", + "input": "[-22, 72, 97, -85, 7]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-fd2d31c9cbd149258d98e16d3a64e3fc", + "input": "[-46, 95, 14, -52, 97]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-df6735e603534612aee400fac04b9ff6", + "input": "[48, 22, -23, -58, 74, 49]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f2defb5e3c15483f91622b4fea042269", + "input": "[-61, 29, -83, 95, -44, -6, 19, -19, 23, 100]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5caab97a03df41a09c322a20269cdb4f", + "input": "[-45, 28, 46]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-2c7ac7f49cc84f448292d21187d06a37", + "input": "[41, -45, 24, -70, -39, 71, -74, 28, -68, -100]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f14c02cc8c594e89a23817e77a519260", + "input": "[23, 66, -62, -49, -26, -19, -56, -84, -82, 42]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e51d9ff95db1426794f0210dcba571df", + "input": "[-64, 87, 41, -67, 58, 6, -35, -66, -12]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e2dfc6a9b29e45cab5bbdd6e1cca66c8", + "input": "[26, -86, -59, 47, -14, -1]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-30e2e1e739ea45978188b3dc9ab8bb68", + "input": "[-99, -72, -75, -30, -11, 27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0f1a5589d7f54375ab8e28269e95efd9", + "input": "[-51, 77, 21, -68]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-d443b2b94a744ec0a800883bd3d9cfda", + "input": "[17, -6, 18, 70, 93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-332dee7066d94710a119bf4e6356ceb5", + "input": "[-5, 31, -23]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-8aab13fdf5b8456ebd50ce88a09639a2", + "input": "[90, 99, 16, -17, 52]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2cfc3c8140bc436aa9bb4b7d1712dc7a", + "input": "[-41, -77, 78, -78, -8, 23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8af098b784794a50bf464d9d291489ca", + "input": "[4, -38, -93, -47, 4]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7025ea6fac944d64b00b0a3d92d97bb0", + "input": "[-70, 36, -36, -19, -25, -87, -80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d926b35905cb4c1b80e6f5fbce243642", + "input": "[78, 73, -76]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-bbb6c5237fcd4268b3a074e8469634e5", + "input": "[-76, -66, -67]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9eb930cb137542bb84b121ecde317678", + "input": "[60, 47, -32, 28, 3, 13, -29]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-243526ca391f4681a81964c96c49ee3c", + "input": "[-97, 46, 63, -24, -52, -59, -8, 40, 60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1db0564e8f844b758aef5cd1e9f587a1", + "input": "[-60, -68, -90, 47, 11, -57, 97]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f7fa1e74ab694a688ca94244b5efb0a5", + "input": "[24, -17, 84, -78, -52, -83, -71]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-78deb3cb1b9f46d7ad493fbf6fc1af5c", + "input": "[-29, 71, 88, 15, 45]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-855ef53f063d421b86d0977707b711c6", + "input": "[1, 36, 53]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-03304be8abe842f0b7293131a314d646", + "input": "[-23, 53, -67, 31, 46]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-2b7f85281a0e4eef93452c7cca928383", + "input": "[95, 22, 71, 6, -29]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-199bd72208a24024b6222965e1c0ab00", + "input": "[-7, 59, 0]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-856f0d61bfbf4b77a4c0609531847bff", + "input": "[-96, -74, -87, -35, -9]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-46e234316d5e481f963904158217ad53", + "input": "[89, -26, -23, -97, 0, -8, -13, -8]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-add6e826430b4f71bf923acee53ee405", + "input": "[92, -98, -30]", + "output": [ + "68" + ] + }, + { + "id": "openseek-1-f8dc3499b3fb45a1aff176cf9e4a70af", + "input": "[74, -68, -26, -35]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-e4c6171ee8044e7fba55981dbecda451", + "input": "[-43, -67, -100, 28]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-d0857ea263554810beb2ee3d2c680753", + "input": "[34, 17, 26]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-2b56bc2c43ae4b9fac59c840f89a8b30", + "input": "[21, -64, 58, -78]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-b39c2c31d458470ba75b4b6b33d3cf65", + "input": "[19, -48, 97, -77, -1, 71, -26, 30, 12, 1]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-953a2f06c8684e2b84df0694abeedc08", + "input": "[-71, 30, 98, 72]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-edce89b080634759829143a643c7bd11", + "input": "[-43, 34, -92, -5, 28, -63, -89, 0]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-902089c6575148f896782baefd8adf6b", + "input": "[14, 8, 14, 0, 72]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-03c98a39c5ef4b0b9a04f98c84426fe1", + "input": "[-69, 95, 99, 95, 75, 53, -98, 89]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-38599fb7fc824f0eb003e34f6dfb3117", + "input": "[65, -44, 3, 89, -38]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a5aa02b1d64b40a88e6124267e342cc1", + "input": "[75, 51, -25, -73, -82, 67]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-abfc4f70928048d29e7bf7375fd4418d", + "input": "[-61, 64, 73, 26, -26, -24, -29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-15ce46c2894848de8b74e9d89426b92a", + "input": "[-82, 71, 39, -3, 23, 61]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-12d59975cadf4e2c941f3385eef08ded", + "input": "[-17, -98, 22, 31, 29, -84, 87, -81, -22]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b95d9ac7485649d69110c8e183b5c56f", + "input": "[-37, 62, -79, -58, 4, 23, -97]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-8b0ea10941594066abe346991bf2fef0", + "input": "[-59, -4, -46, -17, -32, 12, 24]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-ecd94660a1f74e0da8011b666e514829", + "input": "[-50, 90, 38, -27, -35, 8, -7, 78, -99]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-f7e771b7ea9f40389aa3705a8eb53a1c", + "input": "[-11, 87, 7, -88]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-98f4961ed81a40528c1684740727b712", + "input": "[-99, -45, 23, -15]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-d10b46174b6c479b865a055c56f504fe", + "input": "[-4, 0, 3, 67, 7, 71, -52, 100, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c4a52bd29299477c87724d7f225278b9", + "input": "[35, -70, -86, 27, -11, 26, -56, -57, -68, -19]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5a0ca03fb62347dc89b6456862c8d660", + "input": "[-13, 41, 35, -29, 48, 12]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-2f2642b563fc448bab30bf2393bfcfdc", + "input": "[52, 78, -53, 20, 97, -64, -13, -83, -55, -9]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-193cb1fe65cd4850bddf014e207ec77f", + "input": "[83, -7, -38, -6, 69, -71, 65, 63, 3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8908130f399244daac2d5a6ae2d635c7", + "input": "[-38, -90, 46]", + "output": [ + "52" + ] + }, + { + "id": "openseek-1-a8beb11d6faa427281beb8cbd7d28bfb", + "input": "[-24, 63, -52, -34, -67, 98]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-36c5c411b46f4ea69ed68cd830adaf88", + "input": "[89, -65, 86, -19, -37, -94, -40]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7aaa1466080a4fbba50fb36273a52544", + "input": "[-57, -7, -8, -71, -53, 6, -55, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-13e903a031144d6a91f94bba5730e5ca", + "input": "[-49, -8, 69, 89, -19, 66, 13, 39]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c6f8ae11dfb34a7f8f485954e5b3e4da", + "input": "[31, -26, -40, -12]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-6f9f7ff6412f4f85927d49e6f14b478c", + "input": "[96, -81, 35, 57]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-2b8da345310245d8a6cae8b35acdf4ea", + "input": "[80, 65, -100, -100, 26, -25]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a590a0aa233d498989e074b5b3124503", + "input": "[35, -73, -15, 79, 55, 93, 54, -65, 59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e24a2ae6cd1247689309313d8228ccbb", + "input": "[-12, 50, -64, -3, 96]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-196286fb64934371806a4587139e0f85", + "input": "[-26, -46, -42]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-aac84ea052324ed9bcd65d39096ff44d", + "input": "[27, -69, 26, -80, 78, -91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6c09d16722a64503a93fcf86e298e637", + "input": "[-65, -66, -98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9117220678594d76bc79bd8d6f136d17", + "input": "[-75, -76, -27, -34]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-de2d37957c034043872ddcf4f54772d1", + "input": "[-25, -85, -96, -72, 85, -22, 29, 97]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f11e3e8890a9481a89340f7ab0d64af9", + "input": "[63, 97, -78]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-8c4a393b08c54cae8f2a982305766a56", + "input": "[2, -25, 25, 48]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-4eb9d27d69c245e6847baff1de79c0e3", + "input": "[-72, 66, -12, -70, 28, 92, 65, 63, 59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-47df16cea4714475a095259bd8d7dce1", + "input": "[-1, -57, 47]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-3acb9c32df1548c5853e7c649c75072c", + "input": "[-11, -44, 33, 67]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-63df3eb963d44f30937c07f136d90a7e", + "input": "[59, -52, -15, -12, 1, 69]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a0cd9bd620b94bf8ae64ffbd464f0899", + "input": "[90, 63, 99, -68, -4, 57, 73, 59, -49]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-441b4663a0b74c2781a86a4aa3c6729b", + "input": "[55, -10, -30, -80, 65, -87]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c4877d8c866b44969b45e4bb87ade0d5", + "input": "[-1, 39, 35, 77, -63, 78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b5dc92c74f9c440491175fa06918ca05", + "input": "[-51, -76, -21]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-6971ab3a0f954a118c33423ffff5f33d", + "input": "[95, 69, 82, -40, -46, -84, -34]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b21cc614f4e64d89b971bdb5556d108a", + "input": "[31, -7, -48, 92]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-c4552438a6564d119debf5ef1a7447d4", + "input": "[-90, -40, 43, -33, 13, -91, 15, 92, -74, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-24c0026cd8d74ab4bd7f5b58ab2b8aa4", + "input": "[-86, 50, 35, 74, -19, -56]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-d7f34002836f4deeaca8ebb766e93ad6", + "input": "[74, 77, 85, -1, -53]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-593b5e47992044cf9101b72691f43150", + "input": "[34, -97, -93, -52, 75, 14, 84]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-cca518505aab41248256b6e4b4e373f4", + "input": "[-37, -54, -76, 92]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-af8e73a83e7c4250bce6754cdfd892dc", + "input": "[25, 2, -60]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-de2ceb5b421e4b69aeb5eb761b0182a0", + "input": "[98, 19, 46, -94, -76, 77, -3, 90, 21, 80]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6e43a6bddef547dcbe62c3fc07614acd", + "input": "[-86, 90, -29]", + "output": [ + "57" + ] + }, + { + "id": "openseek-1-d467a714e8b74e40b119677009257936", + "input": "[10, -93, 6, -30, 63, -4, -24]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7ab7066d5d2e43c6a9dd0acae7068a55", + "input": "[-82, -58, -8, -49]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-4371beedc1ed40a1bccc9baf15af6e1e", + "input": "[-10, 37, 55, 52]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-baa0fda949624940b2a307dd7eefb30f", + "input": "[-88, 60, -89]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-743782a8e42f4a82a964a9d503b7e90c", + "input": "[-23, -58, 80, -52, 29, 9, -56, 50, -41]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c41381c471a947aaab1b3d7c9cdc429a", + "input": "[79, -8, 21]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-e941c5772d214c14abe1e2d8ee54073f", + "input": "[93, 10, -4, -100, -87, -5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-763047139e964364ab1b823f22e74ab7", + "input": "[-59, 54, -81, 11, -8, 80]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-f5bb2da1f221493ea95a250a2ae4bb19", + "input": "[-33, -46, -8, -88, -52, 77]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-953235ed2049477c93029abaf98b017d", + "input": "[-55, 67, 59, 100]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-231b43314b934d8dab851319acd66806", + "input": "[9, 99, 33, -50, -38, -57]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c0360492e12d4b92a2466965e82e3dd2", + "input": "[64, 82, -96, 47, -50]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-46ada28709e449ccb537927f1444410e", + "input": "[53, 28, -85, 12, 70, 75]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f963577de14b4d0f806b05c4a8b06d41", + "input": "[-5, 59, 67, 20, 15, 0, -65, 5, -41, -84]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-a222e99fca4742ce9aec2b6af550c652", + "input": "[99, 65, -68, 16, 99, 0, -30, -68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-75d476898e01419a878ed1e1b3fd2d46", + "input": "[-15, -94, 25]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-9370eee41b6a459e93025527cca1f754", + "input": "[10, -99, 12, -58, -59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-18ac625df26f425e834ad260511dc0fd", + "input": "[-18, 68, -17, 45, 6, 75, 26, -91, 99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bb4d983f23aa4c55a35f6db0def64aad", + "input": "[-79, 50, -37, 7, -46, 15, 67, -38, -22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-373297ffed5f471aba30e75fe5de4342", + "input": "[23, 78, -6, 68, 100]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-881c3ac328314fe7bedd8279ee050d99", + "input": "[34, -45, -78, -30, 58, -42]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-476e8a1386b64ea7b28c5a09eeb16eff", + "input": "[-50, 84, -72, 88, 98]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7800ae28cda64d5d805b2a4c8438075f", + "input": "[-35, 95, -44, 68, 74, 54, 42]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-dc7ebf61928a4953a8f148038deb20ff", + "input": "[-63, 55, 2, 20, 56, -95, 79, -90, 91, 64]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b4d9e3551e0a4349bf92ecb55f4397f6", + "input": "[-32, 55, 20, -59]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-db08a3e5d9184308bbf110c5053622fa", + "input": "[-75, -6, -13, 82]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6fbb65a3ce2045f5a8beea82e362f1ce", + "input": "[1, -91, 60, -14, -8, 14, 7, -9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-51c900cfe1604103a5f5db06e09f7822", + "input": "[-3, -7, -27, 48, 40, 8, 35, 28, -77]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8f77178104b041e6bcaf648f7b5c2c9a", + "input": "[87, 14, -47, -64, 22, -20, 76, -3]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-0a7f6824d3aa4cb9a7d781eb4d49387d", + "input": "[80, 8, -23]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-04c84daab3de4a00869e221d2e5ccb82", + "input": "[-22, -83, 59, -99]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-abf6930927be4065a7be7b63a9c33f28", + "input": "[-25, 5, -91, 72, 80, 68, -25, 4, 54]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ca29e8cd97f34892a772f6fbe408632b", + "input": "[-62, 100, -94, -75, 34, 2, -60, -77]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ab8bf1d800874566928b82b0fb27ca7b", + "input": "[59, 32, -51, -65, 95, -60]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-05d4c83944c54d49a8db9943957c5a2b", + "input": "[58, 69, -51, -77]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-f4cdf555e3dc4d519065392d9d32e629", + "input": "[-33, -95, 96, -86, 65]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2e7d9a4e8efe4786aa4b146879ba410c", + "input": "[0, -97, -70, 11, -88]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-78db7ce6194d48f6a5e4fa6725229985", + "input": "[-77, -55, -63, -72, -33, 0, 8, -4]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-098f8a53bd4b4e318561f4d72390582b", + "input": "[37, 9, -5, 11, 67, 10, 31, 18, 39, -27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2faddab3566f499d8b889907783d3d94", + "input": "[-89, -45, 86, -7, 74]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-ae5837b46f564ccaaee60fe1c0a4526f", + "input": "[75, -37, -93, 83, 52, -78, 57, -68, 8, 84]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d5b21f7eb8174add957021a8da464533", + "input": "[-68, 18, 48, -99, -54, 82]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-4ba15b1937724aa6940c84c4f2aad36c", + "input": "[-64, 61, -95, 12, 23, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-61b35572cd5447ec9b0769c23fc02921", + "input": "[-99, -56, 78, 13, -16, -35, 17, 63, 29]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-541f1f91933f4d00be7adec73c324525", + "input": "[-76, -84, 29, -20, -45, 10, -61, 89, 96]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e61c2ef6cb2c43ab9dde87af3dfe3e9b", + "input": "[61, 43, 76, -63]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-3de0c6050b744e44af0b1b4a9299d85e", + "input": "[55, -17, 92, 9]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-672f628e06e74703b75b60a1aaa2b09e", + "input": "[96, -87, 11, 24, -98, -9, -26]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-852fb7bb12b24f3a9dc28c654f5c0e79", + "input": "[93, 26, 56, -20, -18]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ed2a9969164040efa6f85645a6034565", + "input": "[7, -47, -31, -60, -89, -74, 91, 88, -71]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c8a7cac430b446a29056b5f55846c075", + "input": "[-26, 82, -30, -28, 69, 69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-da0f82d092614662935007b22449e72f", + "input": "[-49, -63, 37, -2, -53, 46]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7d46bd5d479e484198d8f8d772991dce", + "input": "[82, -1, 24, -55, 18, -52, 96, -92]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a745df0b2ea94ed4bc563dd57f5483f3", + "input": "[55, -33, 99, 22, -51, 17]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-630d73af0fb2432d832a5496cb8b9ab3", + "input": "[-31, -13, -59, 9, 71, 67, -80, -78, -97, 16]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-06e7c6fae7fa42f0ae75fb489c3629ee", + "input": "[-14, 26, -49, -20, -50, 84, -92, 84, 5, 59]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d4053d929e564579832e82b88c649803", + "input": "[3, 85, 13, 70]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-577e10a8e800470d8896553e0bba0b80", + "input": "[-92, -21, 48]", + "output": [ + "69" + ] + }, + { + "id": "openseek-1-33b3b07acd3a4bc8a6dcda28ad77b303", + "input": "[73, 2, -81]", + "output": [ + "71" + ] + }, + { + "id": "openseek-1-dd240fcc4bf34985a3ecb825de54d56b", + "input": "[-41, -64, 27, -53, 46, -17, -94, 79]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-672ba654b9914a7cb45a6aafb0c8b1e7", + "input": "[-73, 28, 54, 28]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a4b372ef98884a16a4ef3c263cb3e58e", + "input": "[31, -3, 10]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-28d8ab96547c4cd08b0f4bd57450ce64", + "input": "[76, 53, -36, -78, -99, 56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e5160dac96234c77a67f31fe0744f867", + "input": "[-8, -15, -85, 31, -1]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-d31693630c4443acba83984b3be8b19a", + "input": "[29, 62, 98, 33, 74, 85, -18, -94]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b1b6057570294f5f95351831e3e6d685", + "input": "[62, -56, -58, -88, -13, 13, -38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b7ac8badabb6491dbd68cfb5deb8233f", + "input": "[-10, -22, 36, 61, -69, 57]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d5d908344ea74999be1d6fd559443132", + "input": "[49, -46, -92, 96]", + "output": [ + "46" + ] + }, + { + "id": "openseek-1-6675c100f21847e4833af7c02f3114e8", + "input": "[-64, 2, -89, 1, -62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-124a735a896b42f992d0bf4eeb59a108", + "input": "[-37, 1, 98, -70]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-181b9eb517444a78ac1990ea217e8f53", + "input": "[-28, 17, -93, 85, 74, -17]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-79a76c4eabc74279bad3463693366089", + "input": "[3, 84, 89, 70, 39, 3, 24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9db9b3efabaa4b7fbf15670d88a152d9", + "input": "[-90, -80, -74, 23, -79, -47, -50, 46, -47]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-4ab7805a65244d3e9852137b8dff6dd6", + "input": "[90, 35, 43, -43, -2, -50, -44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-eb72e57a3b90434888b4a5ff47cd08ce", + "input": "[13, -53, 57, -60, 93]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-bbf05e1336904434907c9124ff6acf8f", + "input": "[-14, 80, 29]", + "output": [ + "43" + ] + }, + { + "id": "openseek-1-3578411571db411487d22eeb77d0fcd4", + "input": "[-77, -59, 57, 1, -100, -25, -87, 3, 80]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ccab3441dbcd424c9df93e60ab9f62ce", + "input": "[81, 31, -63, -3, 48, 33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b835335a7c29439ca716ea01bc490496", + "input": "[-72, 50, -60, 4, 67, 86, -30, 90]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e550d38f27434d78b89b32e7930812c2", + "input": "[-70, -10, 8, -78, 69, 44, -3, 59]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-752c07cf3d87427ca14d08c5e98f5292", + "input": "[59, 56, -18, -93, -50]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fae789018cff425bb0c15b3c22681ddb", + "input": "[-100, 4, 13, 83, 21, 51]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-39f8e9e3a4414ec1989654ac4e8b02b5", + "input": "[39, 67, -60]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-b94bdb8027ec45ac8247387ba31a9fda", + "input": "[-76, -82, -47, 37, 53]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a0a1d955b98d4914a06a79595b04695f", + "input": "[75, 6, -38, -25, -77, 31, 12]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6352d6d075ae403ca495de78c20ce9ea", + "input": "[32, 32, 32, 89, 92, 58]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9f117b16caf24f2798d01640fac3eec8", + "input": "[-40, 42, 74, -98, -87, 86, -56]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-62cad7907fdd465585309617130ceb7f", + "input": "[-63, -85, 18, 49, 94]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-4e30150a29264002bbc4e29f334af724", + "input": "[-37, 25, -11]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-4144798bd2bd4a88a5905795a012d17b", + "input": "[-87, 22, 24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-566ebf3b9cea4b6ba8026d65924caedd", + "input": "[17, -35, 60, 40, 73, -28]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-fcacb68757374562837d177d2e7c4a1b", + "input": "[25, -10, -97]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-44088007b27e4eb595d000d17d7df125", + "input": "[35, -23, -15, 26, 74, -27]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ad3541ff827540d8b3fca0e26df94875", + "input": "[48, -52, -4]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-3b238272b09c4a50bf9db569e61a666d", + "input": "[55, -8, -90, 69, 41, 74, -48, 43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-af0fe028dcf24a3e8e09b3b26e8e1a9b", + "input": "[-63, 91, 71, 7, -25, 43, 83]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-7dce49f4f11449bb87129f521b9bcd13", + "input": "[10, 38, -12, 97, -60, -48, -29, -21]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-be11c4c85c8342118ee4063cd74f9fa2", + "input": "[84, 14, 53, 27, -83, -50, -77]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b21cf30a75f64bc6b6900dee73ee5266", + "input": "[-93, 71, 80, 11, 78]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-56e010e135c64160b695f259e96cb5a4", + "input": "[-7, -79, 67, 0, 56, -54]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c17010a2075749e4ae6a414f6d64da9a", + "input": "[-38, -11, -47, -97]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-6966980be21c4880b4c13ae3b2b41be0", + "input": "[66, -97, -91, 47, 97, 75, 81, -97, 56, -63]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-786eb770f012473594184e6db2729c52", + "input": "[0, -81, -94, -43]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ee591757876c4683bbae0dea65020459", + "input": "[-37, -84, 48, -72, -92, -22, -14, -75]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3af1fdde118e4266bb887572c2de307e", + "input": "[66, 83, -18, -5, -42]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-24566358b5554b0dba3936bbdcf389f3", + "input": "[-39, -13, -42, -81, 21, -30, -50, 95, -90, -82]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-97a09463bead45bb9d8c6ca1eabba59f", + "input": "[-98, 70, -44, -64, -63, 83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a0052b144bcb4bf7afafaaa4f1bd7ee6", + "input": "[27, -76, -26, 18, -96, -57, 60, -23]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-11b1e8876bf84a52b8b65c2e3badff0f", + "input": "[-4, -8, 45, -24, 85, 61, 16, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5cef81c4ad1f470280662446cbf6fde0", + "input": "[-38, 23, -5, -20, 33, -38, 39, -5, 3]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1b225f962b0746cfbafb0361277a57a4", + "input": "[27, -9, 19, 26, 58, -41, -36, 3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-774b2933db7942e7903dffa6f8a84c28", + "input": "[33, -14, -7, 75, 71]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-78e0ef6e1c074582899dffadc1a513ea", + "input": "[-7, 4, -8, 10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-409c12c0849647c8bb64169d36bf130e", + "input": "[-54, 2, -44, -17, 84, -73, 88, -13]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-8f0a21bc8dac46c1b8f2609c51075239", + "input": "[-16, 15, -28]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-43b2f239852f443ea34c94482c83cc8a", + "input": "[4, -46, -90, -93, -39, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9578c0017d894243ad9cb4276591c85c", + "input": "[89, -77, -79, -59, 3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-96ca08be43154fb98a03a9875c8ddf33", + "input": "[47, 59, 98, 96]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-899887ca85b44b4fb3fa6117e9ea21ce", + "input": "[-65, 2, 53, -20, -51, 45, -53, 100]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9e591817c84e4bc5839d6a9fffff8b69", + "input": "[18, -63, 92, 13]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-b19605a47baf485eb80b8ca4664914f8", + "input": "[-45, 93, -92, 36, 63, 42, -19, -41]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c31bfe6df79442219a18ab8325f8dd3f", + "input": "[26, 6, -68, -8, 83]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-ce646c85f2b84eab92b014f73e7d0d7b", + "input": "[-78, 98, 24]", + "output": [ + "74" + ] + }, + { + "id": "openseek-1-d33ecf2a930340e1848a2437f0d6b294", + "input": "[64, -6, -22, 38, 15, -4, -92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5c7c2d14403e4e589a698933b1887d69", + "input": "[33, -97, 8, 28]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-76cb928456fa4d1280045883b0c7ba65", + "input": "[68, 7, -96, 1, 6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e2d737045ae5402db7803219152fb0cb", + "input": "[65, 84, -79, 86, -70]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0cbe93ffcc84407ea775d4a0adc5af4d", + "input": "[-62, 31, -7, -84, 37, 54, 39, -9, 40, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-58bee2645c1545f5b567ff3fcaed0e30", + "input": "[91, -87, -51, -59, -28, 37]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a05d15be8c8344fd8d207feef7f921ef", + "input": "[73, 9, 73, -65, -28, 18, -50, 44, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5b9fefa2521a4b13979dafb1f9ccb1b3", + "input": "[-22, -58, -100]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-052bc7eeeb8946fd849ef22ab1006e8a", + "input": "[32, 23, 13, -29, 11, -30, 27, 32, 86]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5f8c20758ede4f9f92052015ad39716d", + "input": "[-49, 4, -98, 4, 33, 20, -24, 78]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b9cdeab1fbc840dfa8329bb88622cde6", + "input": "[-89, -99, -4, 30, 27, 65, -42]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d3d089b3d85e43d28b7b3ef629c56926", + "input": "[-43, -59, 22, -8, 69, -100, -13, -68, 89, 79]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1df9ec3bf1034d3981072528fc5eed17", + "input": "[-24, 30, 13, -26, -50, 58, -85, -65, 96, -98]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bdcbde68a9944d85992ab920c3725df1", + "input": "[2, -56, -62, -22, 74, -16, -100, -40]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-33964caf618c41178f4d6689230a7d5e", + "input": "[-43, 8, 36, 35, 90, -66, -76, 77, 58]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-baf7a67bde7f43ae8a8c660c7049e803", + "input": "[-10, 65, 39, 24, 7, -19, -70]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-dbfb042270914e0c969b5495ef190e29", + "input": "[-12, 55, 58, 45, -73, -52, -50, 17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-48c1d738057742d9b93956ee78fed4dd", + "input": "[89, 79, 70, 50, 35]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-79a91ea5f2c942bc8018d30bc5d37a0b", + "input": "[-47, -48, -57, -10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-788e75e659184bb088f18dfb2579de1f", + "input": "[93, -43, -25, 39, -62, -74, -81]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6b44568ca25643d3be8f88e5e3c0444e", + "input": "[94, -92, -75, -77, -52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-22798b6e97ef48029da573fb1922a547", + "input": "[100, -68, 6, -12, 23, -68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8b50371ed2054947877fc997837eca4f", + "input": "[-20, 79, -56, -62, -5]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f658b596a5e640d9a2ba53e47fd392dd", + "input": "[72, 32, 25, -95, -8]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-6fd53861530c4f088eb5a78c48df3081", + "input": "[76, -91, -58, -97, -80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-425db5cd603e483283ad056ea057660c", + "input": "[-69, 64, -63, -66, -83, 35, 66, 93, -51, 50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-96405b2bd83145b594a9139148c157b7", + "input": "[-8, -99, 48, -69, -18, 78, 27]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-69771bc1ab6e4a03999914d583bbcc96", + "input": "[35, -1, -88]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-4b04ecdcf5ce430683d63fc44dfe9ab3", + "input": "[-17, -42, 9, -30, -16, -92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4c7e6337b7684a64aed898fa9e0da168", + "input": "[-14, -97, 62, 43]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-4db7c99ec3be4bda979a90fa38daec92", + "input": "[-74, 87, -43, 73, 56, -46, 4, -39, -7]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f308d8d181f041ed94dca98d2907a914", + "input": "[-10, 59, 32, 21]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-1b35ea22bc914184be8db08085dad058", + "input": "[-16, 53, 28, -62]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-e86ccb1eead44a4c875ecf897b118eef", + "input": "[-80, 57, 48, 4, -32, -66, -4, 25, 54]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a4db33fabbfd45aca0cc9c82cd6c081b", + "input": "[3, 63, -49, 50, -81, -19, -55, -32]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-c01091e3cccc47c287e68b4075b7fc1b", + "input": "[65, 50, -31, -86, -5, -7, 22]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-07f6826cccf44bb59c46bd2db1c96f17", + "input": "[20, 36, 92, 26]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-24da224896544534970d1887b098cddc", + "input": "[-95, -22, -22]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dd192b343cc84396a72bdcc02974576a", + "input": "[69, -75, -42, 49, -54]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-fbd5f6a3db174d76ad583209156f6973", + "input": "[-63, -71, 61, 20]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-9b8ea079319a46629cff671dfae60181", + "input": "[2, -68, 13, -97, 9, -10, 9]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e8ebda0e81c142909b9df7f8699e2385", + "input": "[71, -96, 38, 26, -57, 65]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e34198675c114d91b2d284317ea2eeb7", + "input": "[53, -94, 2, 64, 27, -55, -35]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-4859ba9f9c4946edbded9ddb7dd6e633", + "input": "[75, -12, 1, -78, 70]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-cfa29f3936c449879c88076614cabb9c", + "input": "[-64, 71, -55, -98, -73, 18, -10, 61, -49]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-7e75b313a08841f9929dc514422b73fb", + "input": "[77, 43, 83, 42]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0eb54e2236b24288aab8a650b77f602a", + "input": "[77, 44, 23, -77, -12]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-de277b35936e47168796cad9f9d1db39", + "input": "[-29, -97, -77, -84, -30, 91, -55, -95, 94, 23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-08c317dd7e8b430b927638a89da4bfe8", + "input": "[62, -98, -66, -41]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-0275dd20a26f4ec1bbc329e953cf163d", + "input": "[-12, 77, -22, 8, -93, -19, -70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-56bf77bed73f4c0c95e22124dd95a383", + "input": "[-34, 41, -11, 87, 44, -10, 73, 56, -92]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b4696d6c4fdb4ac099ba3edfe93c943c", + "input": "[-3, -50, 88, -73, 22, 52, -2, 58, -27, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-26cc5e32d88b4405b08a2c1ed09dea18", + "input": "[-42, -5, -34, 18, -94, -56, -90, 72]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ca15121a1f67442aa951b749ae072b85", + "input": "[-25, -27, 99, -69, 78, 10, -7, -64, -99]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-77e9bea5b8904bfc8964911e2c4c0e5d", + "input": "[91, -11, 90, -59, -96, -40, -33]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fac379af7ad74a408008b754125a0b43", + "input": "[94, 59, 18, -95, 39, 53]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ab5bf0ffd1ed44cb94e57259fae23786", + "input": "[75, 60, -90, 57, -38, -99, -95]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-99e357e8ea234b14b3fb02f6b0c8d18a", + "input": "[-73, 74, -24, -93]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-e17a7a653bd048b39b43df1ad713a77d", + "input": "[-44, -57, 59, 54, -14, 24]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-c908c489267f40dcb57ff16bed086015", + "input": "[-44, -11, 71, 17]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-a248a63ef1844f9f9d22d92d0cad4a02", + "input": "[-64, -22, 16, 55, -36]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-66ae92115e8d420391c65d2a2871fa08", + "input": "[89, -93, 36, 40, -97, 35, -93, -29]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-39fe80737e134d5288e124a7b07d238f", + "input": "[2, -78, -81, 78]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9e5811cd4e8a46c9895a15ce369f298c", + "input": "[-84, -79, 48, -67, 14, -99, 4, 83]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ab47e6063e54449faae74ac93b352799", + "input": "[-92, 96, -99, 63, 78, -52, -29]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-81aa54f5ffc34835b965d9ac147155b4", + "input": "[98, -71, -43]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-85f4eaaf451343cb8eb53974bedc2635", + "input": "[88, -91, -27, 12, -26, -6, -67, -21, -15, 93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f45482f431f6437b8450a16df530fc01", + "input": "[38, 64, 13]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-81ff9afa41d148c9a96af05691429e21", + "input": "[74, 10, -96, -41, 73, -34, 100, 22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ab9dbe49a1c8438faffaf7f4ba501443", + "input": "[6, 28, 53, -2]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e217576e3c2a4fc09ee7c7fc65e04150", + "input": "[-35, -50, -24, 68, -94, 81]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-ca2334f4baea424b9c225dda48ae087f", + "input": "[34, 67, -58, 6, 92, 99, 27, -9, 26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d9dfa9d0598e4c55adc0d4ad8f7ec4cb", + "input": "[59, 5, -69, 88, -77, 16, 46, -9, 95, -69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7c3d2539e6414a3c9c3be8a3b459678a", + "input": "[-97, 33, 93, 82, 33, -56, -18, -16, 96]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1a0e431016cd4fefb81f716724170a8b", + "input": "[-46, -69, -25, 45, 48]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-60bdfbbf093d4468870be2d9e6ae2aa2", + "input": "[-73, 26, 69, -99, 46]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-28a7006d3fc14295834fc6b3eb71ee41", + "input": "[-28, 71, -49, 3, 17, -95, 96, -20, 28]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-819a72cf1de448308a91cf72855795e8", + "input": "[57, -64, 89, 30, -5, 34, -33]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-bff296f8e8be466e91fe650368fde9aa", + "input": "[-47, 65, 69, -47]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-936d651142ef4f658431b160b6102cbf", + "input": "[-14, -97, 27]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-c5e636995f5a45f68201f73336c493e8", + "input": "[-64, 6, 83, 73]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-6bdaac716dbc4c5783608a82c6193662", + "input": "[-77, -45, 49, 15, -34, -39, -84]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-44620928293c4815875f3234cb599327", + "input": "[-68, -80, 78, -80, 88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-93279a69b1544f4db4a8815650cfb2bd", + "input": "[-37, 66, 75, -29, 62, -83, -41, -7]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e8f60a9f5bea4b299e8a022a09ec5d0b", + "input": "[19, -29, -82, -33, -88, 74, 45, 84, -6]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d424d5f79b824a27902b01c09d61944b", + "input": "[-18, -19, -56, -64, 56, -79, 8, -87, -12, 98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-06738d7b4ad84937ac0d1d99c5a8b0ee", + "input": "[-89, 80, -66, 24, 68, 87, 17, 19, -74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5ab456265e774347b6e8326ca4e1cf36", + "input": "[15, -97, -29, -55, -10, -56, -22, -38]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-86e9005c9b1447b49d03e4cdb748f236", + "input": "[-72, 45, -33, -49, -42, 41, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-88d6c782476b42b4b4e44c20ad75bad6", + "input": "[-40, 93, 71]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-66e4481c90b044609699421e653cfbbf", + "input": "[94, -85, 33, 63, -80]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-5709432f75d849fc9c10792bab2ab9c7", + "input": "[-50, 68, 56]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-e062ea66de0d429e89cf9936b1cb6c91", + "input": "[88, 57, 98, -71, -56, 8, -36, -65, -64, -99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c82c3e707a9d433f9bd3225b59828d69", + "input": "[-74, -70, 29, -6, -9, 2, 21, -49, -36, 81]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9f3a13bb76e947a680c90ba4479541a5", + "input": "[79, 16, -17, -29, -36, 79, -24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dc698f801cab418c8bc178762aba8601", + "input": "[31, 7, 1, 34]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b04239d0a599450796a3c598338a01f7", + "input": "[41, -76, -53, -28, -68, 2, 13]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-706d18414b4748aca9a3e1ef38c04c4b", + "input": "[50, -20, -33, 61]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-a37cdf5ff4b048b7a66b791e990d7f2b", + "input": "[-92, 64, -20, -45, -42, 53, -49, 35]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f2cff986844c41fdabd4a9e55ce390e7", + "input": "[85, -36, -80, 75, -91, -13, 47, 47]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-113317350df64917a3de028a8e16e56b", + "input": "[-71, -44, 87]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-466b6e84480447c1bc544cedf2e0bb90", + "input": "[-77, 70, -89, 53, -67, 44]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-0dd9d735d20f457682e290fa04796099", + "input": "[66, 1, 12, -64, 94, 38, -89]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-f1657e13f0ff47d2bd2434efa3a03940", + "input": "[9, -81, 10, -10, -89, 19, -90]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1d14d7b60a87458889b8209e19463427", + "input": "[60, 26, 47, -92, -94, 85, -34, 73, -76]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-48c5f7c30bef4779a067dd6d28fb5d07", + "input": "[24, 37, -74, -92, -7, 94, -45, 7, -64, -20]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-3563dc27d4b6441cb27563f93ebbce3e", + "input": "[-98, 26, -20, 4, 39]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-a85beb9122fe4eaeb96c7b1f7b0db9e7", + "input": "[-62, -87, -51, -68, -37, 95]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e7d0fe40d5d54bd29647aee700905995", + "input": "[-25, -5, 34, 33, 5, 75, -26, 53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fb88720e21174066b27e6bcc5283404d", + "input": "[78, 50, -58, -59, 69, -88, 96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0c4bc8fac9b54d7195eae0b216a26375", + "input": "[-100, 90, -43, 27, -64]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-b065811b240f4b41980778556b340c7c", + "input": "[79, -73, 33, 70, 12]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-370a890f9be34bbf997701965d4ef2a2", + "input": "[31, -21, -76]", + "output": [ + "52" + ] + }, + { + "id": "openseek-1-65d1553e98b64098a6e4104c9ef49fdd", + "input": "[-27, -83, -91, 28, 64, -17, 1, 21, 25]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5678961be0e74fafa9acfde3b38a9ab3", + "input": "[-95, -4, 63, -12, -100, 35, 18, -56, -60, 31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-3122c34195894215adaf8229aeb38139", + "input": "[45, -68, 21]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-851d2eca199c4d32ab3d4bb11f9e352e", + "input": "[60, 68, 59, -6, 77, -1, -68, 41, 99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2de33a8f8daf4d22bea11eb536a011e2", + "input": "[38, 2, 42, 11, -98, -18, -93, -83, -67]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-094196b0387249eb8e5acc106ce9a5b0", + "input": "[-89, -71, 12, -94, 83, 56, 11]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7a3e61bce11448cdaf9e40bba23c07ce", + "input": "[79, -61, -83, 60, -10, -83, 88, -26, 65]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9e93cb04f2544666840b9b3776f08e93", + "input": "[-39, 97, -75, 40, -91, 5, -12, -45]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-cc7ede69ddf54b3aa4ef706d9651de79", + "input": "[77, 75, 7, -74, -68, -31, 16, -8, 68, 24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-836f934e9706483c9ecf07fbe68f6180", + "input": "[-52, -56, 20, -31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-89b04df8780b426395c4dc88c84c4a3d", + "input": "[26, -96, -32, 32]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3efe4a841f0144249c8e5bd1bf485074", + "input": "[-78, -92, -5, -47, -1, 100, -31, -94, -97]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cb4879f9f0494ee292ba7fe3339028d8", + "input": "[35, -40, 58, 90]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-c110643a37174d5ea022236a78a91cc4", + "input": "[78, 30, 86, -65, -26]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-61e9d3553f7a4f508b9d2878d95a9adb", + "input": "[28, 15, 55, -24, 64, -83, -42, 67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-c4417067f8924e25938ab0af547b9a01", + "input": "[34, -26, -80, 10]", + "output": [ + "24" + ] + }, + { + "id": "openseek-1-dcd347511d0243d3941930f59284c03f", + "input": "[-20, -7, 67, -31]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-796da4426adb4df6bc6aa77908ba4e16", + "input": "[-97, -62, 74]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-0efb74fcf2c84de688ee815b23d8e8ea", + "input": "[-88, 29, -72, 2, 61, 78]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-45719be3eb8842c5a1ddb9ea0bca6589", + "input": "[12, 78, -39, -65, 28, 96, 71]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-bbefeb27daa64f39a2064d7660a5ae2c", + "input": "[-25, 62, 21, -100, -21]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7ed5775672aa48838aae2f4488bf95be", + "input": "[-24, -23, -37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ca5294556b9d455ba18028f61ee587b3", + "input": "[95, -73, -56, 89, 10, 97, -76, 72]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b3c2b51b9c66442a9ab015d012ca8eee", + "input": "[-26, -85, -43, 97, -82, -77, 75]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-06f3e428ba25452ba95ce2378a91ae14", + "input": "[68, -85, -88]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3c2b8516d0b74781acf834e3332fbfcd", + "input": "[85, -78, 80, -28, -75, -59, 58]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f68d7c6639a744c1a1bd17eb9966c778", + "input": "[-9, -51, -95, 92]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-063e885a48124d43bbce1134bf7328e0", + "input": "[0, -67, 63, 28, -68, -67, -76]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8ec8d13bd9b4461f9361fbe3309e6902", + "input": "[-20, -37, -92, -13, 12, -93, 52]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-63e89ef88fe14e43aa0ffa2933043a6a", + "input": "[56, -92, -74, -8, -48, -2, 86, -26, -25, 22]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-be1976c7512240e7ac9ce549d4b85036", + "input": "[11, -35, 25, -1, 27, 31]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7a59004533d448af93a9d173e45ee519", + "input": "[69, -49, 3, -22, -88, 63, 67, 92, 24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-100412ca1e8b4f71a2d284b68c7906a8", + "input": "[-42, 60, -84, 12, -20, 79, 45, -75]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-2234ec9fb1944da9ab2f6c1881410096", + "input": "[-38, -34, -96, -11, -79, 48, -98, -36]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-859ca446576940b8bf47ad40be190d99", + "input": "[-75, 71, -9, -29, -61, 40, -3, -36, 90, 91]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-79f4622ce52e4779816ac94a00826169", + "input": "[6, 54, -83, 23, 54, -65, -24, -36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e77d9bef924a4690acc643595ce35e5f", + "input": "[-10, -7, 15, -67, -32, -75, 61, 44]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-02c8a15653da43448a526768e444fee1", + "input": "[-37, -43, -95, 99, -94, 81, -100]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-dab4d5f676e7428095ddccb46bdde994", + "input": "[-87, -9, 22, -89, -79]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8ae5997e7def462b97206d2a93be9682", + "input": "[-89, 17, 46, -41, -76]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ee8655b42dc44c9bb437f729820d802b", + "input": "[35, 73, -63, -26, 100, -15]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-06020f2e626f46d0b989dabe4c44428b", + "input": "[-10, 21, 71, 37, 21]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0c4c99f209244ca6ad23c0d2bc77bd86", + "input": "[68, 54, -46, -46, 89]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-944391be8b5c4c3a94a1f5fdca2673ae", + "input": "[-45, -36, 27, 76, -15, -40, 48, 63, -12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0eec287523ee41a18f1d824307c18423", + "input": "[69, 15, -45, 33, -76, -93, -61, 10, 62, 31]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c43c3b41344d4ec5953479fe6f22281e", + "input": "[8, 77, -1, 91, -88, -85, 58, -79, -41, 48]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-254e30410e9144a2b0da84565a544ca9", + "input": "[79, -30, -10, -76, 89, -4, 29, -90]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a021fb715c314006bb52b90716cd69a7", + "input": "[-40, -14, 87, -20, -69, -18, 59, 63]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a7a01423e05e41648f3fded40701f019", + "input": "[79, 25, -76, 60]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-26985e990def4119b3f887eed708bc09", + "input": "[-53, -98, -71, -10, 74, -75, 3, 39]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-cfa8c8c8ec09431695b2417136311a20", + "input": "[-74, 59, -75, 75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1a111c9c90a14193872062b9b14c0e64", + "input": "[76, 91, -72, -53, 84, 20, -83, 17, 74]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8faf858fa98f42118372febc9dde4496", + "input": "[50, -86, -7, -67]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-99ea0f32ef4144e4ac700f345a8002e0", + "input": "[-15, 43, 37, 15, 37]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-22f1a1164f5c4ae7af05bb9c3a967031", + "input": "[-15, 91, -73, 40, -90, -35, -95, -21, -12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-23c0cb14fede4e52a8645ebbdd670541", + "input": "[72, 97, 57, -36, -86, -79]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-14f340139aac466a9297e848025b6a98", + "input": "[-16, -91, 13, -98, -63]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-d100bd4789704006b18437fba1407d71", + "input": "[57, -60, -56, -32, -26, -52, -32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-caf019cb7b3f4d38bd802d5bdb102fdd", + "input": "[76, 28, 52, -13, -77, -13, -12, -74]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-599666f7b4254fc8affbe5344d5390d6", + "input": "[-87, 51, 36, 16, 54, -61, 14, -15, -9, 96]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-447cb485fe9f4715ad690637c89c46f9", + "input": "[65, -76, -18]", + "output": [ + "58" + ] + }, + { + "id": "openseek-1-147d60f666e54391b292de8abc66a4d9", + "input": "[-10, -47, 97, 66]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-1737094f6faa4be1bab10ace7690a43c", + "input": "[-44, -72, -39, 78, 3, -89, 3, -1]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7ed6776870894aed9da59a0f762d345f", + "input": "[-65, -4, 33, -94, -21, -13, -26, -75, 13]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-95f239ed3fe1414bac02e6513263f1a4", + "input": "[30, -88, -65, 17, 87]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-2a39cab8c2d642a0b12b79042fccb1bc", + "input": "[54, -57, 29, -1, 80, -60]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7e608b8982954a57915711a1a953041c", + "input": "[-48, 42, -9, 95, 50, 2, 43, 82, 8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-29fb718a9df949aab5500cb8e1c410cb", + "input": "[-77, 50, -79, 18, 37]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5752e0ef008740c88be502d65d9b005f", + "input": "[-21, -86, -31, -36, 94, -97, -95, 85, -32, -13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-eb0340e4866b435caa22af10eefa0e5b", + "input": "[100, 89, 62, 55, 30, 85, -30, -4]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-18bea22afe1d4663b8232fb006899152", + "input": "[-60, 35, -38, -70, 44, -90, -54, 56, 67]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-609adf4f5e074d3880a7488db6fcf820", + "input": "[4, -54, 20, 44, 79, -39, 50, 98, -78, 28]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-382be26f0cbe4ccba92bf3bd34eb2af6", + "input": "[-78, -69, -11, -97, 92, -85, 82, 30, -46]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0626bd0e0807441da5e5aca9acc7488a", + "input": "[-46, 36, -37, 53]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-4844f17a117f45a1ba989f9ca4a8617f", + "input": "[83, 80, 57]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-9e496160544d49ddace8d22fb81fe163", + "input": "[84, -18, 61, -61, -52, 1, 35, -67, 25, 75]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-49b503cf8a44490ba468570f3ec727ff", + "input": "[-97, 76, 8, 36, -53]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-2ca3a0cf562b4e64a6ede31ec5e9b137", + "input": "[31, 76, 84, 14, 83, 54, -16, -55, 9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-afd92c9ba1ae499e83c98ebff17e69e3", + "input": "[68, 43, -82, 3, 88, -97, 96, -22, 76]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-7777a1d9ba5749a9ab2e966e89e2a960", + "input": "[97, -99, -53, -24, -58, 18]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f5c2d9cda3104817b337444e5b83c0d9", + "input": "[40, -11, 74, 77, -11, -51, 79, 69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9ef09771a97d4ef5a1c5a61c6376a4b3", + "input": "[-47, 81, -91, -42, -8, 2, 86, -37, -12, -53]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9bf67c00543b4411bb0fe2cbef931830", + "input": "[30, 86, 37, -11, -53, -11, 53, 20]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b372e9856e714594bd12bd9df2d07d7a", + "input": "[68, -24, -56, -15, 49, 71, 57, 100, 64]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-53aa0c7d08b341e6b37b23f021dc70dc", + "input": "[-25, -66, -98, 88, -92, 80, 63]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3d5856b602104719af9fe03ff158fe1f", + "input": "[67, -96, 65, -100, 33, -29, 91, -27, -40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5cf5df43cafa497688a77172c7c05dda", + "input": "[34, 57, -83, 79, 92, -43, 12]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-1ff15ecac5f24a8483826b213939d068", + "input": "[64, 62, 44, -17, 65, 11, 62, 70, 7, 81]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d6d9611b04504f6fbd15d5c00f341585", + "input": "[-20, 67, -42, -34, 35, -43, 23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a2d710b292e24b8fb114bb8fd82cb6de", + "input": "[94, 35, -86, -48]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-6e0578376bc9434d935bcf47777b71c0", + "input": "[-38, 100, 7, -27, -56, -15, -55, 82]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-485300a849c74d42a4a425f4c0763620", + "input": "[72, 77, 97, 12, 26]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-fb018153c8694a6181ea08b462e3603d", + "input": "[-96, -72, 60, 44]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-7dd9e6c3d4b04b71a93bcd51d680af5a", + "input": "[-14, 78, 11, 12, -68, 3, -40, -46, 26]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a7e00525f6c24307ae96f4f9265ace46", + "input": "[26, 36, 91, -22, -79, -75, 26, -78]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a57bc247e4de4752b842fa157197b789", + "input": "[46, 79, 1, -32, 12, -53, -79, -82]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-78f8d77b6c9f48c48e4f8637817caf0b", + "input": "[-100, 57, -58, 9, 12]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b5f4d910765a4c06988c6bdbb9e96238", + "input": "[-59, -76, 17, -18]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-95d99a88086c41bb9b1854b5a6fd6a3b", + "input": "[2, 51, -93]", + "output": [ + "49" + ] + }, + { + "id": "openseek-1-d6b79ab6ed144fe5aba6b28d15a03eb1", + "input": "[33, 23, -76, 40]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-7b5dd392383d4360880fe5cd609ad453", + "input": "[95, 75, 23, 0, -68, 73, 26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f8a5555f3f5144b28cd76156b970f0b4", + "input": "[66, -87, -20, -75, -87, -42, 40, 86, 32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1721d5e15b564f248af4f9f0826a5b5e", + "input": "[-88, -62, 58, 19, 10, -5, -92, -56, -55]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1246a3933432418aaef0d8b8471874e1", + "input": "[39, -50, -43, -28, 7, 0, -97, -74, -97]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6a42197a5770499a8cb4ee1da4b1ec8f", + "input": "[-77, 57, 2, 47]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b4675a6520624c7d802c699ffdfbfc07", + "input": "[-58, 14, -39, 12, 97, -16, 38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-31f80715419d425b80425f73fbff363f", + "input": "[98, 27, -79, -11, 53, 45]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-fda531fcd4ee4bf8b1aa4585fca13387", + "input": "[0, -53, -98, -86, -98, -57, 14, -68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-35d2f2f7228c434f9cf51f051383aebb", + "input": "[3, -83, -65, -30, 21, -8]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-13da0d6af91444358a5c9604a746cf1b", + "input": "[15, 2, 59, -85, 72, 2, 21, -99]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-47ed4e3baa344e14b153c6ff1ea9bebc", + "input": "[56, -59, -34, -48, -55, -40, -79, -4, -27]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fb340ae8158a4756bd36c19fe2d468e2", + "input": "[15, -21, -36, -83, 95, -18, 18, 37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-615495b0e85e474eac7442e741050bc4", + "input": "[47, -36, 79, 18]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-b98f0f1431844571b1ee9fe0ac00245a", + "input": "[-27, 39, 11]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-c507f99bd77342d4bc348281a77070be", + "input": "[-88, 46, -60, -88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-73b721724c6349e9abb042d0b2d1c754", + "input": "[-88, -28, -21, 43, 75, 21, -2, -5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-359e3ca8ba444c4ebd56b8ac247e3a06", + "input": "[-20, 57, -40, -65, -18, -3]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-44becaffca364e019466f49a33d1a654", + "input": "[-23, 48, 76, -3, 22]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-7454d041bb0840099ec6dd174f7ca4c8", + "input": "[13, -14, -51, -69, -49, 91, -61]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-40bddb0c73d54a7d8e69b17a2fe4d571", + "input": "[75, 3, 4, 63, -41, 14, -28, -36]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-61f025954eb44619b78e045fad3824db", + "input": "[6, -73, -57, -63, -2, 57, -45]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-efcbbb3b4f2a44a4b646c95c7efe7497", + "input": "[-53, 23, 46, 71, 10, 46, -85, 30, 40, -7]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-52e0b93c4c6f434eabd7fd990f865ecb", + "input": "[40, -61, 76, 20, -31, 69, -36, 82, 100, 85]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-1b6c1cc8d59b405f884f8dfd940a9691", + "input": "[-87, -51, -58, -27, 87, 57, -63, 99, -65]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ca35ec95de7e4b5db9e7302d01b46a58", + "input": "[86, 43, -55, 9, 16, -25, 63, 23, -63]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-548812260ae543a4b475299e2b230fd3", + "input": "[-99, -58, -35, 71, 83, 51, -34, -40, -45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-981501f73cf44ae3aef136eaffaf9979", + "input": "[-13, -70, -8, -89, 75]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f70d4da5cd3d4ad2846cdf602a5cd228", + "input": "[17, -5, 24, -27, -45, 1, -78]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-aae06d5eda1b426ba5aec8b4b5004042", + "input": "[3, -72, -80, -20, -93, -40, -56, -82, 87, -62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7fdcc9d17a1a47c3818f7ab7f4ca0bb6", + "input": "[59, -34, -63]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-5e984f37ad8547dba07e9905e5b45762", + "input": "[-89, 6, -1, -39, 94, 96, 72, 44, 99, -91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2438e6055b8540a4b6ca059119dbf30f", + "input": "[64, 93, -14, -22, 57, -77, 27, 25, 53]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4ccfb5f6ee594dfdba71df95ac48ac50", + "input": "[84, -5, 49, -94, 84, 81, -56]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-bcb7ebfcd60f498abdfaeb38062dd2ad", + "input": "[94, 17, 80, -92, 88, 32, 85, -56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-23509abcf03643e69a8877bcf7bfbc5f", + "input": "[93, -68, -68, -7, 40, 33, -43, 49]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9ed872756aea470fb04799d80e4db4ec", + "input": "[-92, 19, -3, 12, -28, -82, -14, -56, -51]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-45244b904e4e409fa1658172a1b42228", + "input": "[-44, 9, 20, 59, -88, -98, -55, -79, 65]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9d3d61f4fbe741d5862fb716094b61fc", + "input": "[79, -74, -71, -50, 59, 7, -72, 62]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1687db6d25cf4ffb8f9548831fbbb9f6", + "input": "[-31, -19, -57, -80, -59, -86]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-7c4a14f58ccb46d98d5673a484b65a06", + "input": "[-13, 88, -87, -51, -51, 17]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7d48cd72218744c4a1a0e4c1ee043454", + "input": "[-51, 28, -20, -68, 23, 54, 77, -31]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ae02ec790c2e455a8a544cbaee04bfea", + "input": "[49, 76, 89, 75, 7, -3]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1e5a8864989640c6b2067cddd503a614", + "input": "[-14, -38, 98, -78, -27, -88, -5]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-eaf386b8a6384a14a6b420d628175980", + "input": "[-56, -27, 17, -96, -80, 38]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-9b897dbeca2d44d5a3793532da354bb1", + "input": "[-88, 15, 45]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-83d20e90ea07472c86f6e14b97d4cee4", + "input": "[79, -31, -33, 96, -97, 58, 95, -74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7e438826b8334524808834d926de8d40", + "input": "[94, 59, 65, 25, -9, 79, 16, 37]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-49ffea6453b04fcca411dca18b533ec9", + "input": "[-70, -91, 41]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-8d97a494747646159a788bb424c72bfd", + "input": "[87, -55, -68]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-a3330fae4e6f4aebaecc37496fb41aab", + "input": "[-25, 88, -91, 42, 6]", + "output": [ + "31" + ] + }, + { + "id": "openseek-1-0f7250293fc74cd79943830eae4e35c7", + "input": "[-23, -65, -71, -83, -40, -62]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-381b0d5ce19f48f0b7a6b6c259523e05", + "input": "[-39, 54, -94, 72, -91, 53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-70fdf5a718794930a217bea8939decc1", + "input": "[30, -64, 14, -54, -5]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-669a6b0756f542f08c6f4a77c0c5256a", + "input": "[10, 36, 52, -74, 40, -96, 68]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6200c813801d4fc9a73937af61bd68a6", + "input": "[62, 39, -84, -84]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-58de95bc43914aeba6fc7650486b152c", + "input": "[-25, -49, 28, 30, -46, 86, 52, 65]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9254e0d8faa84ac9a84a59e4fff29fbd", + "input": "[-11, 92, -11, 23, -69, -16, -53, -10, 68]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-eb0699167b314b88ae72171585c231ab", + "input": "[6, -53, 59, -73]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-1d39a010714e4f2bb6b562dbec7324c0", + "input": "[50, -2, -33, -19, -61, 10, 33, -43, 89]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-be58962f92134e888c4f244a910ddb6e", + "input": "[64, 35, -23]", + "output": [ + "29" + ] + }, + { + "id": "openseek-1-06d947aa8a6a49b88a43af90cadefa62", + "input": "[98, -70, 22, -62, -36]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-5c1d3397e20e4cadb89ee4b25127ae6b", + "input": "[-83, -69, -83, 58, -68, 7, -24, 76, -51, -36]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a3f91c0d28314c769fa2bfba7d99569b", + "input": "[60, -30, 72, -62, -19, 66]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9c29fd9877d14e9b9f9feca54a90a4e3", + "input": "[7, 31, 46, 4]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a1ac51ebeac14f0195c0d4d9c71a5497", + "input": "[-65, 64, -63, -81, 5]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-27a7c261d6934de08bfbe60c50d360d0", + "input": "[44, -43, -90, 72, -99, 92, -70, 3, -69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-568effc292004e28a95a45057b2d3b95", + "input": "[-57, 7, -44, -85, 66]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-b534c833d9b742c897e60a7b275efe9c", + "input": "[58, -52, -22, 32]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-d12268dca12b42e4a02f233dd6b4c882", + "input": "[91, 62, 34, -53, -63, 74, 81]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-82c1c30d7ae74157b7ceba0733c986ef", + "input": "[52, -12, -60, 88, 14, 85, 59, -21]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-653f241465b3417cbfcfe4bd914343f2", + "input": "[-34, 98, 53, 83, -34, 19, 2, 71, 67]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-2cec57f510514c34b9e4de84e57baee6", + "input": "[76, -19, -21, -7, 60, 55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-1e3de24d2e4946f8b2f18ce35dc41d13", + "input": "[-99, -56, 47, 43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-98795bf92a7d46bda2e5b9acc65cf02e", + "input": "[20, 56, -38, -8, 53, 32, 68, 22, -89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-073d86087bfe4cf5b139f814a6a8fc3d", + "input": "[46, 95, 6]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-f67f882752db428bb34c5233aea7d178", + "input": "[0, 30, 18, 59, 48, 3, -42, 9, 69, -6]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-46ed9b3d5e334db59c4214611ff2292e", + "input": "[-100, 21, 97, 70, 6, 51, 3, 80, -80, -24]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-37072c5bc3a548baa1324a490edcff28", + "input": "[34, -53, -10, 78, 47, -83]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-b14915397e9545d8a67eb8e2ef1d3878", + "input": "[-68, -9, 81, 81, -91, -49, 4, 98, -47, 84]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5f621b3429064aebb7d6de294c56ff98", + "input": "[92, 57, 3, -4, 31, 67, 65, 41, -14]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-64ecef79f63c4213a4e761cd161ad4a0", + "input": "[-42, -81, 7, -84]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-6ddf062c6dcc415097dd5e90f6344d56", + "input": "[91, -82, 94, 72, 98]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-b78f1cad4c2d494086fea819fda9a0d6", + "input": "[94, -16, -14]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c7dfef8713454deb92a8e601847c95cc", + "input": "[86, 83, -17, -7, 11, 70, -54, -89, 55, -6]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4b2c51ca832a4e3aa5749c71e1f8cc51", + "input": "[-59, -58, 20, 11, 45, -1, -60, 8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-21b81e465130403a8f5e63eba28c975a", + "input": "[85, -26, 35, 84, 64, -45, -24, -31, 1, 17]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c7006f12d52544c6bc5e39f876e36487", + "input": "[-81, -43, 83, 18, 70, 96, -14, -26]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-906af83528de44eaa4a0fe2e886edf41", + "input": "[15, -82, -6, 43, 92, 28, 40]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2b280aa5c120478c9c1f77e6c27c09ca", + "input": "[49, 92, 73, -81, -91, 63]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-da32fd0aca794e30b22e50db7ce0d694", + "input": "[-54, 90, -3, 49, -71, -84, -35, -98]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-48c7c15fc933429f9a486cbcf03ced4b", + "input": "[32, -6, -66, -7, 22, 2, -6, -72]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-64555ff82bd340f29d77eb90d6450d0e", + "input": "[64, -24, -57, -51, -17, -94, -97, -95, 63, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0aa0cdde52e74c02bfe8ee8ebc0bd666", + "input": "[-81, -49, -72, 95, 81, -68, -38]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b0824dbcf5f24a4cba9425456e9a96c3", + "input": "[-22, 7, -55, -9, 79, 75, 48, 19]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eaebfc389efe47b3ba710dbe49144329", + "input": "[34, 10, 6, 69, -12, -6, 7, -99]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d4517ec326fb4b789617776fcbf1c4c1", + "input": "[82, -8, 21, 11, -23]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-e9da13674562424c84c9fb177f64cd1e", + "input": "[47, 90, -3, -76, -40, -42, 19, 3, 27]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b2b6c796a77f4059bce66eb535676888", + "input": "[63, 82, 97, -10, -23]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-791e0e7702f6402988f869c8e1055ccb", + "input": "[-53, 79, 73, 72, 46, 5, -22, 35, 100]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9791b985cd16478d992af9b7b343a9f7", + "input": "[-5, 20, -83]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-22ca92636bf54406923816f66e5fcc75", + "input": "[15, -78, -45, 29, 15]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a068e2c0456e40a59aa7dbf227e5d437", + "input": "[-83, 52, -49, -27, -95, 56, -32, 47, 0, -71]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6b65206e7c6c4a18bf3ed47c0ba91b49", + "input": "[44, 59, -73, 64, 66, 56, -55, -75, -36, 56]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-3ccc5cffa3054efb8c7859b7fc4c48e4", + "input": "[62, -90, -1, 73, -47, 31]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-112eb96e3e394e7e8ed255fdeee1b435", + "input": "[81, -13, 48, 72]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-53f3f589703c4c45b1154657879a018f", + "input": "[47, 75, -26, -15]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-c54838f176be427c93e15e12b3712d6c", + "input": "[29, -85, 59, -26]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-98034b7ffe134b2dbdab14907d8e2bf1", + "input": "[-87, -34, -24, -79, 72, 21, -21, -26, -85]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-aac01b9d93664b509911612fdc67bcfa", + "input": "[8, 96, -8]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-d61becf13b414b07aaa99a71fd6571a5", + "input": "[6, -53, 10, 70, -12, -93]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c6a3bbd73e9f4290b170d31f9f25afde", + "input": "[-16, -81, -90]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-d618c16a799b436c9f900372b5dc6c76", + "input": "[-12, 20, 28, 52, 7, 25, -29, -67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e304c4e134a748fab49a62650576bac3", + "input": "[6, 96, -70, 19, 90, -88, 81, 93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-61e75e44659d4dcc94c8a2a52b93d279", + "input": "[23, -26, -68, 45, -85]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-05096efa18d04ed485428965aabf12c7", + "input": "[75, 17, 39]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-43e43253b9c24d6e9e1721f1b9c7abd0", + "input": "[-85, 55, 15, -70, 76]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-44eac2ece5da4d8a91d494af94fa15d2", + "input": "[47, 48, -31, -95, 47, 49]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-597025178af04805b840912ab2f05592", + "input": "[-63, -12, 75, -59, 43, -35, 83, 79]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9d14ecc372d44f88b47bc91e083ddf69", + "input": "[93, 79, -45, 54, 88, 84, 7, -6]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-05d4fd1cb4094210bfbd4ffe89272fd0", + "input": "[30, -42, 63, -53]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-b59f48c42eb54b2b8d1151f9a864bacd", + "input": "[82, 90, -35, -83, 93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d0535b0b4f9b4570b8619114e7c7926d", + "input": "[41, -94, 8, -31, 21]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-5eaf2a2f1271409797d1ca95d0147041", + "input": "[-82, 13, -17]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-59ee8003e18a426da0d2d1eea3ee6683", + "input": "[20, -71, 75, 9, 79, 78, 87, -95, -32]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9b16c16366744c00a20255ad29aa287c", + "input": "[44, 26, 87, 9, -56]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-c3a59356571e46209f095625b3240082", + "input": "[-98, -49, 63, 4, -66, -96]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9a4e3267f1ef44f0bfdcee80384ed60b", + "input": "[-31, 47, 61]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-8b33b56504c44142ab36f224b259cb49", + "input": "[24, 96, 100, 80, -9, -56, -98, -34, -5, -68]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-45a9a53e4374497ead506586b1f3b10f", + "input": "[-13, 23, -7, 46, 8]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-18b6b1d7c045427fa104ec4bc6220376", + "input": "[-34, -84, -54, 19, 92, 29]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b3724067f9ca4898b8aba6e1787084d4", + "input": "[-45, -51, 33]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b12095f51af14603add35bd5a8a3b525", + "input": "[-22, -81, 99, -32, -46, 69, 86, -92]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-6694d94f01394e839baea1ef084aa273", + "input": "[49, 29, 23, -65, -30]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-443fba79b4db4efe848450d581d7bf0d", + "input": "[-70, -8, 45, 89, 88, -78, 64, -34, 74, 80]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0665c4e8ce724029b74ded1c39b720fb", + "input": "[17, 80, -73, -84, 95, -46, -77]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ab8d92bd145946baa4f012d8628c2a2d", + "input": "[-78, -77, -1, 66, -80, 78, 4, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cef32919dad0466ab802ce02fa5159a5", + "input": "[16, -54, -96, 62, 24, 22, 3, 91, 23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-60f6324cd8074572ae85a9e37c57cf60", + "input": "[35, -67, 42, 10, -31, 29]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6f569dc1afcd42a6853890a867cba567", + "input": "[81, -17, -25, 26, 71, 90]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-a99dac1f33be4e5dbbc35b2748cb4ac0", + "input": "[-67, -60, 6, 49, -25]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-c19d418be7a24547993f550cc89155b8", + "input": "[24, 52, -99, 10, -61, 72, 10, 48, -17, -47]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5629bad85a5b499abf784c362aa0d9b9", + "input": "[-28, -15, 29, -83, -14, -3, -25, -33, -23]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f07442ee8c234062922ff8d01d3078cc", + "input": "[-22, 81, -33, 27, 65]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-db00c5a7ba7449d8bcf3bb6fbae7990d", + "input": "[27, -1, -61, 16, 60, -78, 98, -90, -12, 62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-02455e281d3740acb3d0e6b416089c8b", + "input": "[-21, -98, 69, 36, 25, 52, 94, -17, -27, -3]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-0c49b5b1f7d74dcfbd24d678e66aa23f", + "input": "[94, 8, 88, 64, 70, 85, 10]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bc0c4547c80945319e9b8ab40574c272", + "input": "[33, 4, 16, -81, -85]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1b42e00ca3794423a7a2eb174dfe2844", + "input": "[-15, -47, 80, -48, -99, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c065b7c78a8d4b96ae01eaf2971f1a95", + "input": "[86, 80, -37, -11, 35, 83, -16, 11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-42871b3c5d4e4af887e8bb09303c7b9f", + "input": "[-75, 63, 0, -53, 87, -29]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-6686ce5d94414d3ca41f25543eaefab7", + "input": "[-62, -48, -63, 29, -98, -31]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9bca146bc7a949aea252783f2ffa4ab0", + "input": "[-18, 14, 83, -9, -5, 77, 69]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-62b7c4a601fc4b7cbc1b88332f7453f9", + "input": "[1, -22, 89]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-8ed6a23107fe49c987868e3ca2e4c21f", + "input": "[45, -14, -8, 38]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-25a33a807c034aa4b80e10423889076f", + "input": "[-94, 87, -20, 13, 8, 32, -77]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-986beb8fe58148248a6613aa456a5793", + "input": "[53, 77, 39, -75, -24, -2, 17, -43, 47, 29]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-50db89c4c6534928ae9cc6ddcd3c4e95", + "input": "[63, 2, -70]", + "output": [ + "61" + ] + }, + { + "id": "openseek-1-0952b799d19f49388187ec9c594a229a", + "input": "[-55, -56, -20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2a5341dcdc7c40dab5ab4e55b0367ac7", + "input": "[15, 49, 11, 3, 76, -60, 59, -77]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-736bc9ec936b455cab4ab1714bed5ee8", + "input": "[12, 81, 65]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-6038945c916c4287abda655263b68712", + "input": "[97, -50, 61, 60, -53, -13, 0, 72]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4258dd2626584602b265f546d701f5cc", + "input": "[-98, 46, 37, 19, -73, -34, -42, 75, 38, 27]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9d8f6b7b4ace40eb99b32cc6761a7a6d", + "input": "[-7, 72, -1]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-b88e4ea37a524707986b195b750c9277", + "input": "[55, 19, -32]", + "output": [ + "36" + ] + }, + { + "id": "openseek-1-f13d65ee0f724f70ad9572332d27eecf", + "input": "[53, 93, 78, 41, -56, 2, -80, 17]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-99fa55381fa54f5a8b7a00388fb477f5", + "input": "[-94, -98, 66, 38, -9, -96, 15, 100, -52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-846b517875c64553822fb4f7e9bd32dc", + "input": "[27, -6, -24, -80]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-3abf37eeba744399a55bfc54a3719fc1", + "input": "[61, 24, -45, -85]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-e405ed7a69744f6e9f74ac260131584b", + "input": "[-32, -98, 93, -44, 35, 57]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-898903118ac846b4ac4b9f12642f2858", + "input": "[-58, -20, 74, -5]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-06122966a1604151886dafc9a3abd30f", + "input": "[-27, 13, 90, -44, 10, 39, 0]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-15fbe3f5f7674054961a3686fb8da597", + "input": "[-54, 1, -61, 53, -46, -64, -34, 22]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-11e15c2813eb42bb8755eb04009788d8", + "input": "[2, -36, 84]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-36205594bbfd4de9af15c39eda879abb", + "input": "[88, 1, -94, 82, -38, 9]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a6aee1a6a224476e9d3dc1751e1a878c", + "input": "[76, 74, -11, 59, 16, 97, -18, -66]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0aee753cd64347e7b9b6f2d978b16506", + "input": "[95, -52, 16, 58, 84, 19, -72]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4a0cbd566b314da4b8338366ebb226d6", + "input": "[-31, 25, 58, 99, 82]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-0b01c2c8e65246998870ad688a8c1906", + "input": "[3, 16, -90, -35, 93, 77, -58]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ea4e012773924eba9639b85d1eb0c311", + "input": "[64, -11, -83, 20, -46, -70, -73]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-740ae8be45dc4dffae8cdb6c45ae8bd6", + "input": "[-4, 24, -86, -70]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-e11890c40ff34dc1ae1e15ef440443fd", + "input": "[52, -17, -11, 46, -73, -39, 72]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-6a37291a6fd949109664852b37ad5556", + "input": "[58, 81, 6, -25, 68, 37, -37, 59, 28, -86]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e0fbe6dc8c64439f99e45a9e06c62905", + "input": "[-19, 54, 85, 36, -23, -11]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-50f0dbd950d444f8874611186dacb0f0", + "input": "[68, -64, -99, -95, -25, -14, -58, 12, -4, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a43fada3a284471aa1d2db720fbfbd02", + "input": "[89, -86, -89, 36, 94, 92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-645e1f9a980b4ee79e4d4efc438c9661", + "input": "[-45, -14, -70, 80]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-9cac7d236aed45fc883ed7d9f36ce439", + "input": "[-94, -44, -65, 93, 65, -84, -31]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-f1bbc2de2a25458eb80708ed9c06e292", + "input": "[-50, -60, 28, 85, 59, 46, -32, 20, 62, 98]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-67453d19d4124e78b7d5ab9335276e20", + "input": "[53, 23, 65, -56, -88, -51, -26]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-cc57c67bc20643d29c288e6aad8425a5", + "input": "[97, 58, -90]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-5f628c776d344ea0807387d0f74ccd96", + "input": "[-42, 25, 7, 39, 78, -16, 26, -9]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4ea21000492741cfbfb315c2eee0c7b4", + "input": "[-95, -37, -39]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2bc1b6a03c93481fbbcf782648f1cea6", + "input": "[-92, -30, -14, -100, 10, -59, -31, -33, 42, -77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-70d2e57c9f8e4c9da93d2c4a755b58a0", + "input": "[83, 24, -50, 45, 79, -82, 58]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c55866652703432db289d76b766d9eb2", + "input": "[69, 57, 37, 90, 7]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-17d2cc0ec14246efb936c741c309f513", + "input": "[53, 39, -5]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-9490fa459c324d088d0868e3eaad7968", + "input": "[70, -74, 83, 71, -83, 56, 94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b7e530a3471c4bacb1c5b459abf601ed", + "input": "[-2, -80, -58]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-b472288194404d0389dd59d7f8a7594a", + "input": "[12, 91, 29, 91, 87, 54, 52]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-f92e1e2283f445d798b3cf8a7af38f59", + "input": "[66, 7, 36, -83, 92]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-3a155d6377d448e8bc4a21560c525e1f", + "input": "[32, -22, 81, -91, 96, 15, 90, 60, -95]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-286c59db7035445093a6a9223de8b97b", + "input": "[36, 77, -2, 88, 4, -52, -89]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f3e62be6b2764eeca12cdea984dd71b0", + "input": "[19, 14, -29, -21, -21]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c0651e368cd04ece8074cdb14caba11a", + "input": "[-59, -5, -47, 100, 65, 45, 91]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-aa07f52310a044b1b761c953404c5d95", + "input": "[84, 5, 47]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-35255c3bbd0c4a18bd4f0acd0fb30c4f", + "input": "[43, 46, -17, -59, -4, -36, -27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ff69ec6f79b44fd692d9993cc3c90692", + "input": "[64, 63, 85, 31, 17, 18]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c1cd769ee7e44112bdbed379c5348023", + "input": "[12, -90, -42, -61, -67]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-5fa950914dc6487397219fcfd0c898ac", + "input": "[2, 21, 71, 56, -12, -52, 74, -53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c07f8d72a9fe4032b2af1d014b9c8a17", + "input": "[99, 47, -50, 19, -10, -21]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-ed725a744a014dc084494fa8a06b2266", + "input": "[64, 33, -61, 92, 89, 7, -93]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f0f8bbb3af474f1699ddfa40275ff12b", + "input": "[70, 28, -58, -6, 56, 34, 47, -96]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-e7879f7bffc7497a98c5c6972765b4bc", + "input": "[-16, 62, -56, -92, -88, -78, -62]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5c94ad67fdd34e15a311b07b12b643c3", + "input": "[77, 97, -30]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-c81c1117a98c4462874d9b109cc7ace8", + "input": "[-51, 7, -73, -62, 4, 84, 39, 39, 31]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e44e8cc2a1b2488f8853356386b9997b", + "input": "[-47, 52, 52, -94, 98, -45, -1]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-088fed59b7f8444b9dbf27541ccd052a", + "input": "[-20, -43, -74, -82]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-4a8102cda98549e09057d2bc18e82784", + "input": "[-76, -75, 88]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7c18968de911448d83d11fef73274542", + "input": "[10, -38, -97, -32, 60]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-65e5cd82f48c4c72905b3ad980ad7fdc", + "input": "[-30, 7, 22, -23, 43, 5, -28, 90, -49, -17]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-304b7d7b96df4d8eb7a4660b84024023", + "input": "[-58, 12, -72, -5, 9, -57, -14, 6, -24]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-79ac4ab5b9854b73b44f142a763dbb18", + "input": "[82, -25, -76, -53, 43, -21]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-07d96763e2674237ad17a479bf77e99b", + "input": "[59, 53, -80, -95, 98, 76]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d7dd93a34d1c40678082fe7c6f57a9f0", + "input": "[-43, -25, 63, -89, 37, 75, 97, -27, 12]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2cd22e5ef1984a099ad3eb31606926e6", + "input": "[-25, -84, 58]", + "output": [ + "59" + ] + }, + { + "id": "openseek-1-2dd0808e602147f3903aed0a7a2b4aa4", + "input": "[84, 88, 84]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5e635cc9d2054033847bd8fc253da063", + "input": "[-15, 44, 58, -8, -54]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-803f35814a064b85bbd8e9a49c4092cd", + "input": "[98, 62, 49, -95, -7, -18, -80, 33, 34, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-f0ce6e3ed6654d3787254ccfb392c372", + "input": "[-52, 66, -16, -50, 88, 44]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9a3d0ac3ff554ebf8117c45c5d771bd6", + "input": "[-36, -75, -6, 44, -62, 94]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-1b51430ffe1a4df0b27d0d464c2ab63d", + "input": "[-74, 23, 40, -41, 0, 99]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-7ab42c2f6af24dcb8597fb29bba37bbd", + "input": "[73, 55, 70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-5aaa8358a6ba428db1dad681af80d8ae", + "input": "[32, -82, -83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8ff7878ca3b4410194015c8af43f7c0f", + "input": "[-24, -80, -34, -1, -77, -72, -15, 58, -58]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4991ece7352644448b51e4e96bf48074", + "input": "[-75, -87, 52, -63, 80, -40, 99]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-d7ab420044934ca7a692d65b993effae", + "input": "[69, 65, -22, 68, -60, 79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7a1fd20b93124bfaa37b335975b81bd2", + "input": "[33, -92, 67, 81, -85, 3, -58, -72, 73]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d1d5fc07807a43b080b557ed6f3e7456", + "input": "[21, 39, 68, -99, -7]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-f894ccde2ef44240a673a1cf0c545624", + "input": "[-43, -45, -89, 6]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5c23c67e55184291a3dff59a3f57a584", + "input": "[25, 34, 52, 75, 27, 66, -55]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9061c39d8aa242a4ad0a02e1eb066b7a", + "input": "[-54, -33, -53, 80, 25]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5b7289eca7934d8a8854b766084bbfc6", + "input": "[-40, -60, 45, 72, 17]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-73baecf29ff2488eb66b8212a18da564", + "input": "[10, 71, 43, 95, 24, -93, 3, -71, 95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8f619c4bc43740c398e0e7c01b23ee1b", + "input": "[2, -50, -42, -96, -57, -41, -36, -27, 60, -52]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e748601575ee4317b32a72b5fe2b9f10", + "input": "[-31, 58, 15, -55, 89, -92, -14, -43, 32]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-b5d66482baa24a3a94c2ab4f5b6a5054", + "input": "[60, -89, 77]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-023a61ce8ee2453bbe63ac900cc7293a", + "input": "[68, 53, 82]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-15c00bb682cc4ca4958bc302c9ce347a", + "input": "[6, 86, -15, -81, 78, -97, 74]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9163a27f8dc84308a155c046f0930037", + "input": "[-45, 72, 38, -46, -61, 96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-45e8dc0dbdcb41748c2b50c4f8fd6e48", + "input": "[-4, -30, 97, 97, -100, 1, -22, -28, 20]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-38593ddaeec24352b32b2143d0018c71", + "input": "[4, 13, 31]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-102f9dbe996b482c8c7c745a0fcfdbc1", + "input": "[37, 53, 71, 6, 94, -57, -8, -94, 53, -10]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d8f10ab4114540fbaf403d804ac9ca66", + "input": "[57, -6, 1, -11, -96, -42, 73, -16, -21, -97]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-795b3f39d32a45b4b09b80ff749695eb", + "input": "[82, -93, -50, 72, -22, 16, 25]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-d75f9794be864e5fa484b86312796ec9", + "input": "[25, -11, -52, -82]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-8d6b677d33e64d63b55331a2a628fda5", + "input": "[27, 49, 29]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-44b0bb3e7f9f485eb8cd7924b212ccd8", + "input": "[-9, 11, -70, 56, 72, 49]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f7ff522342db4ba4a7985ab9268f08ec", + "input": "[-41, -62, 67, 56]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-59a123a712e14d8facf1e434880557be", + "input": "[75, 0, -51, -60, -86]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-049d98efd6ad4e0e80d7fc2a81bf0bd1", + "input": "[65, 45, -47, 60]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-d6f085660d95448d97ceffc174904c18", + "input": "[76, -34, 64, 70, 35, 42, 51, -63]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3bcd84d3e0d74232aea85f6653dec766", + "input": "[90, -89, -40, -50, -21, 90, 39, 50]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-24a46819edc44f9ea3564e116b168131", + "input": "[-87, 67, -1, -94, -50, -52, 7, -46, -87, 94]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-929ada7a89034c30be12c93dbb8ce77a", + "input": "[71, -75, 32, 80, -74, 27, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fe21629fa06b4be9bc70cae33d28f8bf", + "input": "[-46, -21, -22, -43, -59, 20]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-47e4c2f2ce764d05900cd624fb679aff", + "input": "[-66, -89, -54, -26, -44, -82]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-dac3903af1dc4128b8bbc3a7b475ab2d", + "input": "[-43, -26, 16]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-d432e09b8f1e4b938aa9fbc914c9d6e3", + "input": "[-74, 31, 73, 81, 17, -45, -80]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-8730e944d88448699c66a05c172a610c", + "input": "[11, 43, 96, 22, 33]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-96f27c235a7341b1be921115de870a41", + "input": "[20, 43, 2, -55]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-ca0785db41c74e3d8fa0a3eba1756d26", + "input": "[19, -51, -11]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-75b036dced7a4fd6a0b7c8a3cfae3d2b", + "input": "[-56, -8, -68, 92, 59]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-6ccff05e7b864964a7d961cb8110ab61", + "input": "[18, 18, -100, -70, -14, 96, 3, 23, 8, 22]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-c22027e9dae34515848e039b0338e7ae", + "input": "[-97, -93, -28, 22, -4, 39, 21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5692601e16884e13afd59e6ec703a348", + "input": "[31, -34, -7, -9, -4, 18]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-8ef9ed08394e4fab9171baebfbdc1669", + "input": "[87, -31, 24, -22, 28, -72, 45, -19, -26, -50]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2055c795eeb1451187ca5e45166b0ffd", + "input": "[2, 68, 9, 31, -17, 24, -8, -45]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-a458256ab8164d968ce19c6d4d8a7476", + "input": "[-48, -29, -51, -28]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-65bc2ffcac3a450b9774c85ecf27dc0a", + "input": "[74, 0, 39, -92]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-bba177f6a91c4e118e8815382e1cc36c", + "input": "[-91, -60, -85, 12, 3, 29, -64, 62]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2c0fe8ec83ca4a3c99b850cf7b43bf1d", + "input": "[-21, 81, 33]", + "output": [ + "48" + ] + }, + { + "id": "openseek-1-5bf9fb82d34948ea8ecd0a9ab7994a1d", + "input": "[-94, 58, 97, 5, 72]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-4f6cc4a2f5b749adb555bf36fe6ac011", + "input": "[-63, -82, -86, 63, 60, 66, -61, 16]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-97a8f1d0f29a404ba2e0baf7c86ade04", + "input": "[75, 54, -32, 66, 56, -77, 50]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a0501d1b82e341f380fb4872bcbc1320", + "input": "[-46, -6, 17, -90]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-3877359f38e04862b149cfb5f68feae2", + "input": "[15, -37, 69, -10, -20]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-6902c76e09bc4c68849537ae6308d9bf", + "input": "[-84, 18, -71, 77, -88, -70, 16, 27, 19, -43]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a23eaecd0310421f90445e6ac1f89f9d", + "input": "[20, 14, -54, -56, -20, -62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4d5f151d33ac4669a0c0468c9c42363a", + "input": "[42, 27, -95]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-4a9201aa148c4235b4e9bdfb46f8f644", + "input": "[-50, 12, 64, 60, 67, 67, 53, 13, 66]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0e3006e5fbe546059f0531afb0f802a1", + "input": "[-1, -79, -64, 85, 3, -67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0d82c8bc10ac4b389d212beb51627551", + "input": "[-47, 68, -96, -98, -89, 26, -73, -76]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d30f5a49595b4431ab471bdad59256cb", + "input": "[75, 0, 86, -71]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-672d569e89ce4b328bc935003ee3959f", + "input": "[-65, -8, -1, -43, -26, 20, 15]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0e856cd2f5344c3d98bdd885621da798", + "input": "[56, 59, -45, -61, 67, -71, -52, 24, -8]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7b68c905757e4461b497bfb7e2bbbdc0", + "input": "[-93, -89, -4]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6fc7d6d873b74fdbb939f4daf93666b3", + "input": "[-82, 89, -45]", + "output": [ + "37" + ] + }, + { + "id": "openseek-1-25367fd2680941d7a0011dbf84046348", + "input": "[63, 94, 1, 40, -82, -39, 73, -34, -29, -18]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-74cac7616338436997c788a39d4f45fd", + "input": "[-73, -99, 69, -76, 20, -16, 33, 12, -78, 88]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4387fba9525d46389aeb9e215d0c8ff3", + "input": "[-70, -31, -8, -4, -52, 56, -57, -69, -44, 0]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c57bdc299fbb43b9bf97eb51c8cfd8f0", + "input": "[-4, -8, 10]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-37015a2ea01e422089a0a88e8349cc38", + "input": "[89, -76, 64, -96, -49]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-9c281e3d8fc84f97acecd9c03a59b9a3", + "input": "[-20, -69, -29, -13]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-e2d80118a93a47b495d38fad9c288a9a", + "input": "[-26, 35, -12, 33, -46, -40, -65]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-c5be5b371c9e48bc988c0324608145ec", + "input": "[65, -22, -92, -34, -32, -52]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b7ec5cf187dd4a9d8752455cf5c1630c", + "input": "[-40, 86, -67, 67, -59, 62]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0e23a9e31be542c8957235da7cbca802", + "input": "[-73, -52, -51, -93, 94, 54]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d7902026c3ed4915988d299ababecd35", + "input": "[45, -37, 81, 52, -78, -79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-87e7e72634384c15adc9f53a865177f5", + "input": "[83, -9, -39, -9, -12, -81, 96, -99]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-95ce5bdf1932478f919ec87a8a7ba782", + "input": "[-82, 64, -28, -68]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-801d40ae26fa4af3bb3a54eb69ca05d6", + "input": "[-12, -97, -83, -46, 69, -38]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-cb3cfca4703d421581348eb721fcbe07", + "input": "[21, 100, -74, 33, -77]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-975be74454d0474ca6e83c6751b1ad0b", + "input": "[-94, 21, 80, -26, 62]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-c8309efef05141d79538eec19c108b72", + "input": "[-92, -94, 15]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-67b2e75cc90d4193bd2a1046e74c2b49", + "input": "[-78, 93, 62, 67, -57, -17, -56, 28, -78, -73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0700a15a2c954012b62b1ff252485b0b", + "input": "[72, -100, -76, 15, 19, 26]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f3dfd4f2028d40b186631d602769ccc8", + "input": "[29, -80, -40]", + "output": [ + "40" + ] + }, + { + "id": "openseek-1-612aa4aef93e4b808a491ccfc45d57ba", + "input": "[-74, 96, 68, -24, -68, 14, 55, 2]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-26c5942d4dd54cc2a00cc44e91c06f12", + "input": "[37, -85, 43, 41]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3c2e979a359d4c2999b743dde560a090", + "input": "[-59, -70, 27, -77, 56, -49]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-d523f278e6954b07aa372a4133ff7cf5", + "input": "[-83, -26, -11]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-32ba64e81825468497ee8faa7584e622", + "input": "[13, -53, 1]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-5143a86e954d43bcb0bc42324cdf2374", + "input": "[31, -92, 68, 94, -91, 86, -83, -29]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-12ffef4fec47434cb84ea1d093e55e36", + "input": "[6, 69, -76]", + "output": [ + "63" + ] + }, + { + "id": "openseek-1-92d4f248e75d45c5bd7c9facd087fb45", + "input": "[67, 38, 86, -48, 88, -49, 100, -45]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fc74e0744f5342a5989565c0785a0ca1", + "input": "[-32, -60, -12]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-cf7b385534014afc97c42eaedbe61350", + "input": "[-9, 16, -94, -32]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-e9bf343702304273bc14ea4cf0d6ba15", + "input": "[43, -21, 60, 2, 63, -24, 5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-aafbd9ea8dc84c86a7e92dee6c1498df", + "input": "[-36, -4, -55, -90, -94, -54]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e03765d1e4114cafb62e5db52ef142fd", + "input": "[-53, -15, 47]", + "output": [ + "38" + ] + }, + { + "id": "openseek-1-a6841c43526d430fb89c0953266e4b2f", + "input": "[-28, -86, -51, 80, 31, -43, -26, 23]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-fd8c90b7ba474f72bd231993e54274f1", + "input": "[-69, 13, 95, 3, 83, 48, -12, -69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-b57ccdd742624f45b385b864e39143f6", + "input": "[87, 19, 72]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-c1017c89d8364192a2e6af9b41b36285", + "input": "[60, 48, -61, -55, 3]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-018161b4883a4738b6e1f5e56b96f9c6", + "input": "[67, 18, 85, -4, 11, 63]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5c2643dbca1c4d12b449e452916586bb", + "input": "[41, 88, 0]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-1ec2caddae77428b9bf8a2da74d2e57e", + "input": "[-63, 17, 53, -10, 22, -21]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-4bf61fcb02204f679409a7b43e7dcc66", + "input": "[-58, -69, 67, -7, 64, -38, -71]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-581ec4822f054c28a5852b704f56fbd5", + "input": "[41, 27, 17]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-08bd8086678647638f353b83759426d9", + "input": "[-61, 63, 1]", + "output": [ + "62" + ] + }, + { + "id": "openseek-1-1f96d8bb183549eb810272b6d4aadbb1", + "input": "[-60, 14, 72, 18]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-d42797dddaa54fd09b56f447a60a8ce3", + "input": "[30, 45, -74, -75]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cccb40ba91cb456c9c9ec8d855c770cd", + "input": "[-63, 100, -26, 96, -9, -20, 40, -65]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-2d16140fad1e4a9389715c03ba64ba11", + "input": "[45, -94, -49, 94, -41, -80, -26, 21, 19, 91]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4d5a027ffd164526a566a3f137279d76", + "input": "[98, -50, 94, 60, 12, 90, -83, -74, -95, -57]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7414a2cafa0342519748ce9e6e556c8f", + "input": "[-23, 22, 99, 64]", + "output": [ + "35" + ] + }, + { + "id": "openseek-1-2b367951611746578b662f6b2afcd1ec", + "input": "[99, 2, -80, 27, -19, -13, -97]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-8c72311d30e04af28d8b7f37933eefc0", + "input": "[-45, 50, 29, 33, 37, -81, -85]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-879b7c6a69fc414a8264246158317e14", + "input": "[53, 95, -75, -12, -59, 69, 13, 88]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-f0092eafef6b45c4b268a699fb2cbbff", + "input": "[-34, 35, -11, 60, -30, 77, 95, 16, 73]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7a3609bf3a734aa0a1414305b37eaed8", + "input": "[5, 46, 28, -69, 44, 59, -76, 38, -7, 20]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3630d05c4a8343f2bfe59aab8c7c37bf", + "input": "[10, 19, -1, 14, -36, 80, 13]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-0d5a44ce498f41a1a42e19eff034590e", + "input": "[-39, -53, -91, 38]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-70d7aa3e1d2d44dc8f4e769c65815234", + "input": "[46, 39, 24, 63, 77, -5, 70, 69, 87]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-36cced2671564f4bb4d4b50c850c17c3", + "input": "[40, -47, -61, -36, -80, 61, 88, -14, 47, -87]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-94833470b513420680eb5542de126479", + "input": "[-70, 84, 59, -84, -37, -75, 26, 34]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-8525f6fb6dc741c1b7b5f5a0f718553f", + "input": "[97, -19, -81, 14]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-58f9bb908cf8411ea2942e715689cc7f", + "input": "[62, 79, 51, -73, -38, -20]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-e692f7b609904da49788b5d9a389c7e1", + "input": "[-48, -14, -15, -97]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e3684ff3cbca4df28709e79bfd5941b3", + "input": "[-69, -9, 16, 77, -35, -28, -98, 43, -33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d5693006d9354804905ca8f370e7fb75", + "input": "[8, 66, 59, 57, 80, 96, 28, -41, -15, -71]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-cd779051441c481dbc3928e92cf30bfe", + "input": "[50, -74, -35, 64, 40, -6, -87, 30, 48]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-06e144dfbb2e456185355b4ae7d71e4e", + "input": "[-95, 55, 30]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-dd3f1575b6fa408bb9265edb5c5b6894", + "input": "[-14, -2, 38, 47, -99, 82]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-3b4f5eb71ae5422a84365b684d098454", + "input": "[34, -86, -77, -59, 83, 57, 6, -31, -5, -52]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-9a242bede5bf4bbaa9d01a1b28d86a29", + "input": "[31, -7, 19, -88]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-b5d9bd08b5fc477f92cc0ec30672ec3a", + "input": "[-34, -64, -70, -98, 52, -48, 39, -21]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-3c47bdb28e5e4c559dc681e5580fdfc2", + "input": "[-63, 27, -94, 98, -78, -88, 68, 23]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-fe565627776641eda9a0d9d22c942296", + "input": "[-30, 59, 62, -47, 2, 98, 80, 75]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-0d3785c0d70c455783b6d4da12772ee4", + "input": "[-87, -63, 86, 93, -19, -79, 82, -22]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-43cf669eb9c64fafa8033e203c0e0dfc", + "input": "[74, -52, -51, 33, -21, -94]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-25f993f112c94245bf27a80d5ed17644", + "input": "[-34, -67, 57]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-92101b57ef344c80a2de38fb0ed27230", + "input": "[63, -50, -12, 29, 39, -24, 62, 63]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a811feb5ba4a4031be54018a9bd9bc37", + "input": "[28, 98, 70, 30, 74, -59, 38, -97, 91, -36]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-107b5f6a2543432ea4990f369d6ded04", + "input": "[-56, 80, 48, -26, -70, 43, 82, -37, 82]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-e6a29f2aa6344f409f462c403249ca90", + "input": "[74, -53, 66, -71, 38, -20]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-315315f4b5064edaafc82943f691a941", + "input": "[64, -100, -70, -18, -69]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fdc252ec26ac477991092fd80a28c8fc", + "input": "[-18, 82, -44, 88, -40, -78, -94, -90, 90]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-27a0f1c06f434a7fbc3e44fcca269fa1", + "input": "[86, 22, -63]", + "output": [ + "64" + ] + }, + { + "id": "openseek-1-c748ccf6736c4a0dbde6e119bce2ece0", + "input": "[35, -4, -86, -82, -35, 41, 12, -83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-7ba50364550642c99d4595dc869add86", + "input": "[-12, -100, -5, -20, -79, -78]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-853f72dfe6be4df1bda911fa29d9a4f4", + "input": "[-66, -80, 3, -65, 62, 54, -35]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-01d1a39fe597419d9e6cebaeac0cd086", + "input": "[-29, 39, -34, -13, 4, 11, 60, 39, 2]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-07cab9ebdd2f4fc7b543f019f5d7a962", + "input": "[-57, -22, -90, 34, 40, 26, 93, -44]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-90bf179febc649fa9be15dbe01611267", + "input": "[77, -85, 98, 96, 43, 14]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d1a97e20178949a08d03577a013aafdd", + "input": "[-20, 93, 1, 100, -26, 69, -77]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-fb3873879145478b813c878c2bb80ad2", + "input": "[19, -3, -46]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-81a94b45d95b49639b43dc1df51e9bb8", + "input": "[54, 52, -24, -67, -54, -13, 73, 39]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-51a62735bad3474e9b24b5b61a4136fb", + "input": "[100, 13, 39]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-7e65ec7c6c0b4f0a843ec19dbc209dd3", + "input": "[-95, 76, -30]", + "output": [ + "65" + ] + }, + { + "id": "openseek-1-c6c37d367d064ab28b5be77dc8402816", + "input": "[-71, 17, -16]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-5f8b801d74004d8685580be1a0e9235f", + "input": "[-81, 26, -82, 98, 4, -90, -45, 70, 45, 10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8f3cd3c00fc84afa89e29a7300f7a2ef", + "input": "[-85, -2, -38, 37, 85, 86, -29, 14, -12, 44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fe3f3d94806c47398140441d0e941b3a", + "input": "[-43, 36, -50, -46, 61, -65]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2b53e4ada63a487da9492ec64e78d3d7", + "input": "[-29, -63, -11, 38, -86, -12, 0, -88, -73]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-19b797fe073c4d80a80d6b5f89e7b712", + "input": "[67, 52, -85, -41, 37, 75, -17, -56, -100, 89]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-e0239c107189415e8749293f0e6d4307", + "input": "[-29, -16, -89, 15, 82, 33, 60, 4, -81, -66]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-5f4a4f1127584dfbafdf276bf14354af", + "input": "[-79, 25, -28, 36, -79, -43]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9e22a2367bea482086ea1399fcd6acce", + "input": "[-15, -56, 35, 22, -49, -6, 88, -96]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-83d8fa2441c0478995aa5f0115eea300", + "input": "[67, 91, -45, -9, 86]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-0f1e4353068f499b9adf7c868acede58", + "input": "[15, -16, -78, -58, 0, 32, 88]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-b3feb71e0afc4bc282dc19dc0347293f", + "input": "[-56, 57, -62, 43]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d1d4a113d01447b2b74192d3b54d4979", + "input": "[55, 33, -58, -30, -6, 1, -79, -56]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b7f71308dc7540d28fb6a79305f2e336", + "input": "[25, 100, 4, 32, 3, -57, 45, -2]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d20ebebb0551435eb79ec9479688c674", + "input": "[32, 59, 60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-81b3339d9f524c73839804248bf45f32", + "input": "[-6, -27, -90, 16, 46, 94, -96, -70, -90]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-6713846542b44253986269ab69faf925", + "input": "[-80, 4, 11]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-98f8bbf5e1734ea681ce1779c676b18a", + "input": "[-38, 82, -81, -90]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-e8dac986f65b4417bb9298ed90141f37", + "input": "[-61, 94, -27]", + "output": [ + "34" + ] + }, + { + "id": "openseek-1-15365a2c015040ea8771d6e0d91bad03", + "input": "[10, 37, 50, -16, 11, -33, 25, -16, -71, 62]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-44091cf69f154568a25d9bfad2446c77", + "input": "[43, -94, -24, 70, 16, -90]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-5c39890beae945b8b3fc9af682c80e41", + "input": "[-51, 30, 95, 3]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-88bbdfafccc149c38226b040926fb6c9", + "input": "[38, 2, 71, -60, -95, -16, 73, -88, 73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-55f1b1746cde4cb4836fc459afbdb721", + "input": "[-54, -12, 34]", + "output": [ + "42" + ] + }, + { + "id": "openseek-1-eb612ada8cf246d2ad40a7cf8cd24428", + "input": "[-98, -99, 72, 92, 37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fd91cad722294608907d4fd6da1e1ed3", + "input": "[1, 88, 74, 83]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f62acf26d5de4fc48509ad28816e7e61", + "input": "[-4, -34, 40]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-fee653c9e6744f2497c883a487f09e74", + "input": "[-67, 54, 96, 20, -4, 81, -82]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-b95b11b223e941d9b60530293012080d", + "input": "[63, 82, 9, 86, 32, 38, 84, -87, 48, -88]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ebbb4db5830c402695122bd0d49b9069", + "input": "[-80, -59, 85, -50, 45, 18, 5, 11]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a743b1955eae4ca59828ba9d2c9744bb", + "input": "[99, -47, -31, 92, 83, 5, 23, -73, -45, 40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a715eb33ff284a79a0c8e12b0ce214a7", + "input": "[-92, -22, 11, -11, -37, 13]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-4f9ed31cf4ab421fa5379f65894ea236", + "input": "[-4, -97, 86, 51, 35, -39, 3, 66, -31, -96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e8b21db0236242f49bf9ee140e1f26fb", + "input": "[-25, -48, 97]", + "output": [ + "23" + ] + }, + { + "id": "openseek-1-23c087a59fb84342ac2fdbcf5cc545d5", + "input": "[34, 94, 9, -53, 56, -33, -6, -98, 65]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-11574eb5cc824ed29570e381f3808c65", + "input": "[85, -2, 8, -5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-fec59673907341309c43df374a2aa7bc", + "input": "[-9, -49, -44, -51]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-191e8af4a21e4337abee6168b46a01c6", + "input": "[-47, 25, 22, -85, 16, -27, 37, -93, -17]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-2671dcf4484345d382ab1194ca47d21e", + "input": "[52, -75, -95, -78, -81, 62]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-35dd91ac41f847949fdac9d13dfae10e", + "input": "[19, -62, 67, -34, -63, -19, 45, 48, 64]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2e293e1df7874da08875b7e3a5ca0d5a", + "input": "[58, -93, -65]", + "output": [ + "28" + ] + }, + { + "id": "openseek-1-fd2cf589c487483ebeac6c6e1061385d", + "input": "[91, 85, 46, -57, 11, 95, 56, -48, 10, 91]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-7f4f092326b74f40a0765afd39d421a5", + "input": "[-20, 95, 66, -72, -33, -59, 94, -64, -30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-88f34bf3052941b4903e288868248153", + "input": "[-22, 45, 48, 43, 36, 80, -93]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-457f3680f3784f54886678db68517913", + "input": "[-56, 23, -5, 21, 0, 20, 3, -47, 64]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-62d6ae84abf0434286c1868430168a58", + "input": "[66, -92, 79, 72, -100]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d77195c5cd2f4967be73ec26aa602805", + "input": "[51, 14, 72, -93]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-7fdcbaf3a6504452ba82210d24713496", + "input": "[86, -96, 50, -45, -60, 89]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d2051ac6fbea482ca7041f17c8b60135", + "input": "[86, 27, 9, 89, -43, 31, 1, 89, -56, -90]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-dde1f72c57c04cc49fc8c37affb1f9ff", + "input": "[-42, 69, 50, -16, -20, -8, 82, -86, -100]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e640b279fc4c4395a1a8370d48cbd979", + "input": "[-31, 38, -40, 1, 13, 86, -100, -37]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f6af998f2c8d4224a10a89fc75d0555d", + "input": "[72, -96, -43, 71, 25, 98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-069e6e5924c6437d9757486796b7cb54", + "input": "[-74, 88, 94, 39, -10, 64, -17, 99, 58]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1a1554a6137441b795fb23a4c7f46f7a", + "input": "[-50, 81, 87, 54]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-af1f71f8e64240a88f7a50c5cf5dbfdf", + "input": "[-2, 45, -85]", + "output": [ + "47" + ] + }, + { + "id": "openseek-1-dd7f598d5e4c4b78b17394e438d30b1b", + "input": "[-39, -46, -17, 24, -10, -9, 5]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-343052f0027c40809035e004d24302af", + "input": "[-46, -87, -3, 6]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-88214edf7db141d1a14a7b76c2ed65d6", + "input": "[22, -68, 68, 90, -6, -39, 32, -59, -55]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-b326344439e94a468e5d129ab68c6d8f", + "input": "[55, -2, 12, -43, 35, 67]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-fd8c52fc144640e5a3c0fd0f8b4f42e0", + "input": "[-10, 62, 80, -11, -29, -11, 97, 69]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d9c931c8b0a542478826e64eb7833e7d", + "input": "[-42, -20, 64, -52, -4, 33, 12, -45, -99, 85]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-803b2e9644184cbe8121171e629cc754", + "input": "[-61, 23, 37, -6, 10, 28, 93, -24, -77]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-ddc59eab5fa24919913b0203d8eb9b08", + "input": "[-17, -17, 96, 0, -22, -3, 100, -47]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9b14edf0316944cbadfd48466c0aedd8", + "input": "[-68, -93, -76, 96, -84, 29]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-15d52b1d646e4cb2831f64ce444e7725", + "input": "[-28, -69, 43, 46, 54, -82, 50]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-4ce5025c6d9d4c99b5ba8d071c51f9ae", + "input": "[24, -52, 73, -46, -87, 73]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9817d0666acf4c8b992798dd172d2cdd", + "input": "[-63, -13, 43, 16, -20, -52, -81, -75]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-d890b4a95a8b4ce1a645f1ff2b214295", + "input": "[8, -77, -8, -56, -5, -45, -94, 89, 5, -95]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-27d5c6f8d7e742f6a4ba4a5ded8936fa", + "input": "[69, 8, -13, 72, -4]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ab1456c14cc0489ea936dd3646c52a2c", + "input": "[-45, 30, 75, -47]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-69c5751b505343d391f82325306b20f0", + "input": "[-75, -81, 47, -60, 29, -84, 29, 38, -56, -64]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0f129bf48be34834815279394791eb44", + "input": "[72, -66, -91, 97, 99, -30, -54, 96]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d3869c5507794836ae95e954379cf72c", + "input": "[15, -84, -38]", + "output": [ + "46" + ] + }, + { + "id": "openseek-1-e421c703e1e8489f9cd2552ba4e61c16", + "input": "[9, 78, -94, -50, -59, 97, 51, -51]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-c00b7752b8a94a43919a1dd67b810fbb", + "input": "[-74, -33, 34, 92]", + "output": [ + "41" + ] + }, + { + "id": "openseek-1-4f98296fca4d4847958f3c84e503f7d7", + "input": "[58, 16, 80]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-44b7705bada2446ba0c2fcae40c22a90", + "input": "[81, -19, 64, 46]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-dcca44ec13104805b217decf6ea66855", + "input": "[37, 13, 41, 66, 30, -91, -26, 51, -34]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-325dca1bf01d482c8d3528a041812573", + "input": "[64, -89, -47, -58, 55, -60, 68, -2]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b08d562a4a4b439fa7607f2506b5cadd", + "input": "[-33, 48, -50, -62]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-9ead6b3692d24b588ea32d23d3b61ccb", + "input": "[-25, -1, 43, -63, -78, 44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-b2082bd058934a20a8b2c515e338f471", + "input": "[-69, -12, -53, 68, 99]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-76e2a973ff044a4888a25d071770f96b", + "input": "[61, -11, -19, -96, -16, -16]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0c2389a70f254ef79d4760790d9c3894", + "input": "[37, 48, -77, 28, 69, -93, -10]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-150518e09c094e0db88730b31797afe6", + "input": "[-54, -57, -71, -20, 44, -28, -55, -39, 63, -77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a13d302604dd4ce6883d4501e830e182", + "input": "[17, 7, 45, 30, 24, 10, -4]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-09641c6f75524ff6b3f93722c9e0d09e", + "input": "[62, -65, 78, -93, -8, 13]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-e4a2bb1e8f3946aeb271db436f16839b", + "input": "[-99, 55, -91, -47, 17, -39, 52]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-572d99d52f264c8a9a982c1b2afe65e7", + "input": "[18, -23, 24, 85, 55, -21, 38, 24, -32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cac08f491b784d4b8c87a6363786bf0b", + "input": "[-1, -43, -12]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-ad97b392107a487fa3698e41af8084b4", + "input": "[5, 99, -3]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-759c7001cc2c4d55812766c4f4ba7119", + "input": "[-20, -61, -79, 46, -83, 60, 15, 43, -15]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-8af39f8e44a441eb94147e1393d0af9e", + "input": "[58, 69, -83, -29]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-e8bd967a64dd4596904ca7dbb1bea0a3", + "input": "[5, 83, -36, -85, 25, -97, -93, 58, 10, -3]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-c40c12c649b4421eb8472395cadb8ec5", + "input": "[-91, 5, 32, -41]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-0901d3fe7af04f7fa36ebd341a328d07", + "input": "[-34, 19, 7, 72, -49, -54]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-3f5213339a954b56a49a78f9c39a4dab", + "input": "[-22, -47, 11]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-6f5b5c1800874a66b75a53cba862355b", + "input": "[-77, -93, -15, 54, 53, 16, -84, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-8ee9426334ef4ff18cebedb82221e2c2", + "input": "[-88, -27, -13, -61]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-d72b7f5d1b534af7aad23ced8cfc8043", + "input": "[-50, 20, -25, 34, -5, 63, -79, -61, -9]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e87a30e1b6a0480e9fed0368dd3dd390", + "input": "[-60, -66, -55]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-cf69d0dc799341d2a27a48ea221b60d0", + "input": "[77, -82, 17, -1, -61, 41, 7]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-968e3f65ccdd4261a8b8d0ad802e22e7", + "input": "[41, -89, -72, -58, -93, 18, 8, 47, 11]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d8ae165106e94431b2c5f32466398acc", + "input": "[93, 97, -57, -37, 73]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-04626125b7f1475aaf989aee3f1f6dc2", + "input": "[-75, -18, 35, -95]", + "output": [ + "20" + ] + }, + { + "id": "openseek-1-8cabe3a9a9d14729bcc3b50af0865e81", + "input": "[77, 83, 28, 26, 73, -22, -89]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-008d7fd2a57b4e3187f4750cd1d8a1b0", + "input": "[45, -43, 67, -54, -58, 39, -82, -31]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e0ad5a5890ad454c93e4936414453816", + "input": "[-93, 87, 80, 1, -29, 70, -95]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-259b778b7e9246b1903172632b789e96", + "input": "[45, 10, 31, -65, -1, 31, 2, 79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-1f8f77d3be0b4522b06112ead11f14cc", + "input": "[-2, 77, 54, 74, 67]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-32ffb4e9ee234df392b32fedbabdbcf5", + "input": "[43, -12, -84, -15, -82, 71, 97, 50, -89, 92]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-350e22ea5f984c3397bbc6979ef85c99", + "input": "[-93, 55, -12, 50, 67, 0, 0, -70]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5411fbde91cb4a299b5fef1ccd828aae", + "input": "[87, 11, 56, 15]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-51545a6812594c0480cb1dee80c7d5cf", + "input": "[-7, -46, -86]", + "output": [ + "39" + ] + }, + { + "id": "openseek-1-5b68555293bb4e5e8b0774b33ef2bc9c", + "input": "[-58, -19, -4, 37, -44, -9, -96, 33, 64]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f48b303b502c4a78a0397704a7c35dc7", + "input": "[36, 21, 95, -54, 10, 63, -29, -40, 93]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-6910188beb61408cbf3c16cf367907a4", + "input": "[-87, -65, 21, 94, 8, 66, 14, -76]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ad3dd666e2424599b2f60eb4e184ed63", + "input": "[-90, 36, -75, -35, 47, 87, 97, 51, 60]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-64876f9043204695997c936b4652f424", + "input": "[73, 44, 71, -72]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f874dff49904499591e1ee4c7093a1f9", + "input": "[96, 80, -96, -84, 0, 95]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9ad2a592207f4e558a85762c587813cd", + "input": "[37, -40, 11, -3, 58, 59, 53, 84]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-537db9c553684d5091206fd208c00a92", + "input": "[82, -20, 84, -76, -16, 65, 73, -34, 40]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-b5b591034e934e8eb93c100fbf21afbb", + "input": "[-25, 74, 5]", + "output": [ + "30" + ] + }, + { + "id": "openseek-1-496a1acbf04c4e278fd43a23abb2a210", + "input": "[74, -56, 75, 4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e41cb3edd72c41da8c84eca5da7a08b3", + "input": "[91, 59, 41, -84]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-44132ced6198400da2b3c837f5bc8fe0", + "input": "[85, 80, 46, 75, -47, 4]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-299c534cdf9b4b59b65a012646de938a", + "input": "[-64, 49, -24, 50, -22, -40, 46, 95]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d022dee56f6b4b8d83b0a40161dd8811", + "input": "[33, -78, -81, 22, 24]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3bafe76f8aa745c2aa4293a174d2cab5", + "input": "[84, 29, 72, -49, -91, 57, 87, -42, 19]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-cdcb0a9f8ac04172b5947f8c31160c18", + "input": "[70, 26, 52, -94, -46, -43, 92]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d6b3d930765a4455915454af4846f4ee", + "input": "[-82, 38, 39, 25]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cf3cf0f8a7784321b6d5c9cb388af608", + "input": "[-25, -87, 71, -98, -27, 96, -52, -95, -4, -53]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-78c2781526404c97b0b8dc76d7f69c10", + "input": "[-78, 79, -63, -13, 30, 51]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-4987f326c88448fd9e640640c046b03c", + "input": "[-75, 49, -87, -33, -63, 24, -3, -74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-010b9ce9389f4ed1b9f3cae3cfd0da9d", + "input": "[-39, 42, -12, -74, -35, 70, -84, -5, -56, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2be2aff232e24bf4a7b7c26a8ae3ee3a", + "input": "[22, 15, -72, -88, 97, -16]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-86bd12c28b9d40fe881214bd33e1ad5e", + "input": "[-13, -84, 47, 69, 16, -90]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-08c546ee51fb4b0fab713c9cfbe42f7e", + "input": "[72, -25, -11, -98, -68, -53]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-eb16c779926442e4ab42cbf5c563e705", + "input": "[-93, 2, -92, 55, -12, 20, -85, 95]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4e5fc49f60c44a4abe123161d3d43ade", + "input": "[81, 44, -39, 97, -11, -54, -87]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-f00ca3e686514464a6abeaeb4aed5343", + "input": "[-99, -19, 29, -8, 55]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-feab82902b9c428c8b0f2b6167ca2db0", + "input": "[62, 76, 82]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-545416a22f1447019fef5f0bcec2bb49", + "input": "[-32, -6, -93, 99, -91, 11, 93, 41, -87, -90]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-558434d6f8e14c85bdda58e4c3b83d01", + "input": "[40, 81, -74, 37, 41, -78, -59]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-e92a912b1a194b4780be283724c8761d", + "input": "[78, 100, 88, -67, -55, -65, -32, 18]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-064eb0f457be4e30acf2013aca4f472e", + "input": "[79, 20, -31, -70, 30, 20, 71]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-76f714f03b444ad2bd8184980315750a", + "input": "[-21, -11, -86, -8, -100, 81, 41, -10]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-08fb75c8deda4c6bb065b21490ab7959", + "input": "[63, 27, 34, 83, 29, -4, -79, -13, 43, -9]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5b96e0e791df4b6cbef111584aff84a9", + "input": "[96, -96, -62, 23, -57, 81, 34, 2]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-f14e74ab21874a8187d99244b35b35f1", + "input": "[-4, 77, 44]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-1aed6d16c8b94d769a2815d527026629", + "input": "[24, -42, -41, -48, 93, -31, 52, 44]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-96f2cdbe5f54408a83658da487117dde", + "input": "[-81, 37, -59, 85, -2, 0, 22, 3, -12, -60]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5bff0b5a303948d4af1bac1578980b48", + "input": "[-16, -46, 47, 38, 49]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-92299413d0004fa188cdb484716d15d5", + "input": "[60, 36, -54, 38]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9c952983109e43f584c3aad11aee00f6", + "input": "[-91, -95, -8, -51, 57, -8, 72]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-feeb9033ccb34cf891c802bffa7c24ab", + "input": "[-56, 89, 61, 83, -42, 56, -80, -45, 48, -47]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-814c57eae18743c996c456562e208906", + "input": "[-41, -84, -70, 64, 84, 10, -57, -25, 60, 52]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2ee14b29d59b48b4bc39d4d8a1f068ab", + "input": "[-97, 46, -4]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-e18b190ee1bc47a18f67e9fc23ade6a2", + "input": "[-26, 39, 34, 83, -74, -76, -76, -62, -4, -86]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-59f0db5b361c4ec0b88f5ebb2e89c311", + "input": "[14, 89, -54, 21]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-0a54100f8cf0419abb261cd6f8ff807e", + "input": "[56, -51, 79, 34]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-4254d67f0ef84649b24b917b3e767bef", + "input": "[24, -86, -16, -51, -45, 24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-d2a859a7bd184a61985ed1ea21568b2e", + "input": "[94, -79, -73, -69, 93, 50, 25, 52]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-daf5686483744e1da36b21dd9e3b707f", + "input": "[15, 27, 40, -12, -66, 19]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e4cbf653f1494fc48db318203202d9bc", + "input": "[-38, 68, 48, 92, 47, -15, -67, 84, -78, -83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-bddf692069d34dd6bf615bbb46159060", + "input": "[49, -88, -65, 1, -79, -9, 13, 13]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-ace69ba2eba04878ad99642b57b5ab70", + "input": "[18, -11, -71, 43, 40, -32, -68]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a74dfde9793c4e8f8ef7979be4c19604", + "input": "[-49, 70, -63, -66, 65, 43]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-01fea8eafcba4cabaf21d55fb9533153", + "input": "[93, -67, -40, 46, -29, 18, 7, 22, -82]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-1f52565810b2448b9bc15912443c50a9", + "input": "[-15, 49, 99, 100, 38, -79, 90, -65, -4]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ec58bc1193a14dc4b173893be498e094", + "input": "[44, -25, 46, 45, 30, 9, 38, 71, 30]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-0d3fd7beea524bd4965f633a86bd30d8", + "input": "[0, -1, 24, 15, 90, -9, 27, 74]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-01e1d6edad7341ab94343e93017c21c3", + "input": "[67, -79, -88, -8, -44, 11, -89, -56, 61]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5512a664fca542f189e43c1236b06918", + "input": "[-57, 89, -34, 73, 21, 33]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-1cba0415d0da47a4a1eb8805de352aa6", + "input": "[-79, 35, -26, -97, -25, 84, 91, 79]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d3e066c09073451f9d25848198e241e4", + "input": "[-44, -94, 49, 13, 39]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b542fd6ee192413dbba2954852fa368d", + "input": "[-30, 20, 83, 44, 2, -77, -33, 25]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-aef7d9be772447039df049f726cb4973", + "input": "[-81, -96, 70, 2, -99, 4, -98]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-d4fce6a0e8ff4fab8357799880a5c1f8", + "input": "[50, 29, 41, -91, 34]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-df1b60a512c94cb392632784ea8e7b5f", + "input": "[-73, 18, -40, 77, -59, -9, 11, 74]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-f28d69c44bcd4daa90f751111b12c332", + "input": "[59, -4, 51, -39]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-f91b335e96924b67a477f643d826f00e", + "input": "[-100, 48, -94, 59]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-14aa781d532740a1870f752af2999374", + "input": "[-29, 9, -18, -42, -38, 13, -46, -76, -52]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-ca6f551dfc1b4cb298c7feea5096f91b", + "input": "[-81, 95, -85, -99, 41]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dbcbc91ed5ff43d9b1afbf5d10db5bd2", + "input": "[-46, 84, -64, 34, 40, -5, 58, -2]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a994a96299fe41e19553d7c7829253e4", + "input": "[95, 84, -35, -16, 38, 41]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-707d2a478e194fb1b15455d4f96519d9", + "input": "[-76, -90, -37, 29, 13, -33, 17]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-7915093a0e2f4a44a73e38107ea32c71", + "input": "[-32, 4, -11, 83, -56, -46, -6, -48, 31]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5a37279c25e14d3b8475c96fed59e129", + "input": "[-74, 97, 39, 53, 2, 80, -19, -99, 5]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-3873524e20854878ac28b388626b67af", + "input": "[-83, 61, -59, -56]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eb7d2ce0b65844188fb8a27ca69acb5a", + "input": "[9, -22, -78, -70, -7, -2, 26]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-54b6ce81192c419f9c42a9618d41a2d0", + "input": "[-49, 23, 50, -84, -14]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-e6393464427c4a9f88597f2ebe10d120", + "input": "[86, -90, 70, 27, -93, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-cf45a05e652a478ebc8d1e543d481b0a", + "input": "[11, -74, 88, -2, -61, 73, -48, -21]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-ee3c9576e2874d0096bdc1fb1983fd99", + "input": "[-44, 80, -54, 16, -81, 68, 37]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-cc93144c55e5478b90fade1c5a2fa43a", + "input": "[-34, -90, 21]", + "output": [ + "55" + ] + }, + { + "id": "openseek-1-46df8d9410404ac69ad101808b2c931e", + "input": "[0, 74, 41, 38, -60, -38]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e8fc155ba49c4f2b8d1207463f08dfcd", + "input": "[-60, -73, 28, 59, 99, 2]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-4d1cd11093c940b294aefa9615e94f59", + "input": "[42, -29, 11, -93, -50, -75, -59]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-de2d8d5d5c184f0ca9217bf7be734c58", + "input": "[-95, 21, -4]", + "output": [ + "25" + ] + }, + { + "id": "openseek-1-3c974149dffd4654b87672b270ed14f4", + "input": "[53, -55, 28, 59, -74]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-1ed2c0d67eff405d8b93b2d65c767f6a", + "input": "[69, 86, 3, -53, -33, 80, 20, 64]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-154d87cec3524b2ca83e6284549c05eb", + "input": "[50, -85, 0, -75, 44, 13, 6, 2, -38, 57]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-3e432a625f124e47a6f38df258701e55", + "input": "[15, 100, 36, -29, -62, 5]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-70b6663631fe4088b2e13702e7ff2b73", + "input": "[12, -88, 93, 15, 28, -64, -2, 16, -96, -88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-91b73ef9dce145c99fa2be57fdad5c4a", + "input": "[-27, 66, -98]", + "output": [ + "71" + ] + }, + { + "id": "openseek-1-e320744fc2944d47b6a0addaa764917f", + "input": "[-62, -4, 49]", + "output": [ + "53" + ] + }, + { + "id": "openseek-1-b5c9b64c43a24b5d9433dd58ee33e434", + "input": "[-47, -51, -17, -53, -53, -85, 59, 67, 61]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-581410f30ef247809d0d948629c63e9c", + "input": "[22, 23, 57, -39]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-fa80e2ba2d554fdfb35aa186e9a49447", + "input": "[60, 8, 58, 40, -57, -60, -31, -52, -55, 12]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-ccb409516c864855977bb51e46000641", + "input": "[67, -31, 26, -27, 32, 56]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-6134b42cb424425e9fb7c8b1f139b2a9", + "input": "[-84, 0, 84, 91, -58, -95, 87, -86, 100, -26]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-42d16bc0f08e46a2b456a541ff9433e7", + "input": "[82, 74, 81, 47, 65, 21, -50, -84, -21]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-66f630d71bc945a58c1bf3a90a6503de", + "input": "[-83, -61, 44, -52]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-ee413487831c43c1b6cbc122b2330339", + "input": "[10, -4, 48]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-3b1ba4590ac84a949d380c9ba0971076", + "input": "[-98, 70, -46, -70, 99, 1, 79, -48, 16, 43]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-e66192aeb4a34e49b3af830b021a77c5", + "input": "[17, 29, 22, 9]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-1a56efdff54f459b833976d0689cc8ac", + "input": "[26, -23, 22, 53, 31, 75]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-a07b89113e1e4cf28e07eb345c2b1272", + "input": "[25, 65, -42, -63, 19, 56, 82, -50, 33]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-faacdacb43ac4cc7845810955e8b28d9", + "input": "[89, -56, 44, 7, -19, -65, -77, 27]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-7b09304ba29a43d0b92355d850b4b506", + "input": "[-51, 42, 65, 52, -90, -88, -92, -98]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-d562428d153e4a429b7edb61587e1282", + "input": "[92, 16, -78, 52, -91, -28, -93, -44, 39, -61]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0807f09f42c942ccabd9638f55a2b8ec", + "input": "[-31, 38, 68, 59, 90, 52, 29, 18, 96, -58]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-f827157dbbc54383804fdfd717b97f8b", + "input": "[71, -22, -44, 45, 1, 95]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-c21bddb611554fbd8180a90f0a7551f5", + "input": "[-93, 64, 69, -1, -66]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e2088883fe28460b85b0cd22ab7f46df", + "input": "[-79, 40, 24, -72, 94]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-ff7a89ced2b84e2e9bcaa07452051f0f", + "input": "[-40, -94, 55, -40, 88]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-06df32f377a84bf5af461a609ae3e255", + "input": "[-100, 51, 47, -64, 81, 96, -5, 65]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-beba299189994c85a527beb13f0c63c9", + "input": "[17, 86, 51, 60]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-dd7575958e134e3799d1987c5602f19c", + "input": "[2, 98, 31, 41, 48, -32]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-8baa683d27ba4773836cde069f2600a0", + "input": "[-32, 30, 5, -20]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-7d258b168835411894758a961769266a", + "input": "[89, -88, 60, -73, 17, 79, 69]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-69eae4d476d04a66a9eaef752e8dba88", + "input": "[-73, 27, -11, -3, 33]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a1e19595f280456a99e8e04999020dcb", + "input": "[-18, -35, 48, 55, 86, 90, 83]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eee00923f7e9415d8589b74c7c341f83", + "input": "[-91, 51, 6, 26, 4, -42, 66]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-bddb3e05cf8f4aaeba76b3fe864ca847", + "input": "[-57, -76, 67, 27]", + "output": [ + "19" + ] + }, + { + "id": "openseek-1-f2feb67b328d409381242290ba7a8e57", + "input": "[-89, -4, 17, -18, 17, -81, 57, -74, 80, -24]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-a0b63e99dc6242c8b29b1f375ad46ca1", + "input": "[-43, 33, 55, 46, 89, -21, -57]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-54239fb562824278bd59e8a6aad8a624", + "input": "[-49, 76, -16, -92, -59, -89]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-e0178ae3bfd24234909e6d7e520cd56b", + "input": "[99, -46, -57, -82, 100, 1, 41, -95]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5683d19b0f9c436b985b5b994a966783", + "input": "[-55, -27, 36, -5, -5, 67, -82, 13]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-8048f6cd7196497286c0878aeb8cca16", + "input": "[-64, -6, -73, -100, -51, -40, -50, -37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-342869b187884659a1cdc3647d4ac5c4", + "input": "[7, 48, -24, -80, -9, 4, -13, -27, -2]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-a4a05d7fc6564267a2253141bec55132", + "input": "[78, -21, -78, -64, 94]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-f7e4fd85255b4b3a90206f7df14b20f7", + "input": "[31, -85, -37, 49, -62, 12, 94, 79]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-31e8a19b94194828ac0ce3ccf11e6cd3", + "input": "[94, -21, 51, 6, -96, -45, -94]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-9e8c58ef61d3454e93dee5f67fbbff95", + "input": "[-51, 28, -16, 88, -11, -38, 26, 59, -58]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-a0904e969ce3403194fc477fd3290e30", + "input": "[-1, 100, -28, -2, -5, 75, 76, 30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-1d55ca59de134ea0b386fa1edb2564cf", + "input": "[-91, 67, -76, -32, -64, -20, -19, 64, -31]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-2fa45f5504664e858e82c96027b54df3", + "input": "[43, 25, 13, -31, -82, -97, -12, 9]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2a2096076197487eb587cf21554712fc", + "input": "[73, 17, -10, -93, -47, 45, -52]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-e6930fb41df5448db0e541b18cc96a0c", + "input": "[32, 64, -81, 96, 61]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-99e28b21c1094918911207999aa56de0", + "input": "[-39, -28, -98, 52, -47, 59]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-dceb90636e23442897293ed745c462cb", + "input": "[30, 45, -7, 34, -70]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-f870afaf89ae4cc3b5f44d99839ac254", + "input": "[-97, 66, -74, 40, -53, 44, 4, 44, -12]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-5a29df04cf3747988ec3a5295b4d9c37", + "input": "[66, -27, -81, 84, 97, -5, -71, 49, -60, 23]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-13ad78b83e344387a243619473421d43", + "input": "[90, -74, 23]", + "output": [ + "67" + ] + }, + { + "id": "openseek-1-afe31bcb0497455bb655b6e079e3bd20", + "input": "[-77, -1, -85, -61, -11, 96, -74, 22, -86, 14]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-480ce2559b084cf088ab78ca3dcd5b16", + "input": "[19, 84, -41, -9, 24, 27]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-ee9e92274e5f40e19e99cc63b99277f9", + "input": "[-90, 14, 40, -35, 99]", + "output": [ + "26" + ] + }, + { + "id": "openseek-1-a2a99cfc284a417eae50a9278199fb86", + "input": "[7, -46, -51, -58, 10, 74, 45, -56, -1, -62]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-27ab4ae8abbf4b44be47f3252bf033b4", + "input": "[-37, -66, -10]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-dd554245c5eb43a99c1b3cb260d35015", + "input": "[0, -8, -64, -48, 32, -62, 81]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0d5bf8a634544971a3a4f644dbbeab1a", + "input": "[50, -9, 77, 7, 59, 39, 97, -28, -47, -43]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-dcbf8f9e03cd44368af30e45dc02623a", + "input": "[-42, 59, -22, -49, 62, -29, 65, 31]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-7ca3dd0e9b8a4f9eb04a047591699d8e", + "input": "[38, -18, -52, 55, 98, -26, 97, -71, -8]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-33885d28ab0e486ca46794f1502a8a27", + "input": "[-73, 27, 97, -11, 64, 77, 60, -86]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-4509bbb4e575459687751a4a9aa36af8", + "input": "[37, -81, 25]", + "output": [ + "12" + ] + }, + { + "id": "openseek-1-4c80fd8eca494fb28f979260af88c1db", + "input": "[-71, -17, -65, 94, 80, -69, -16]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-aeed3c3659034f7a8bc209f20c12e33d", + "input": "[50, -54, 37, -97, 88, -26]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-7a0e0c9b5122459dae717beb99c4c6ae", + "input": "[68, -84, 1, 29, -41, -51, -43, 56, 6]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-0269323f7a6b4bce90d3d873ca118f31", + "input": "[43, -16, 11, 39, -67, -4, -54]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-2e2d25afbcdb415e8d434a6f35c52e80", + "input": "[75, -78, 1, 70, -35, 6, 12, -100, -23, -38]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-eab868ac7a0642d494cc009b20c148a9", + "input": "[77, -92, -50, -12, 98, -33, -66, 33, -12, 79]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-62601c6908874b19bbaffcc78c3a2df5", + "input": "[-55, -27, -12]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-9a64506c42e54e769e8fc9d211fb5bf1", + "input": "[69, -69, -79, -60, 32, 8]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-90eadd55dae04e7da3ce8810db885251", + "input": "[-61, 26, 48, -84, -8, 78]", + "output": [ + "22" + ] + }, + { + "id": "openseek-1-cf23077c71824c6e969a360747819063", + "input": "[-55, -43, 55, -95, -49, 17]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a09a4065ea5947638605cabdda95b58f", + "input": "[-40, 100, 67]", + "output": [ + "33" + ] + }, + { + "id": "openseek-1-d0c37f7fa7c940c2b87839f918ccde79", + "input": "[-16, -90, -95, -49, 68, -14, -28, 45, 33]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-5409f8109d4b43e6abed1b7dab3ae3f0", + "input": "[-94, 31, 53, 21]", + "output": [ + "10" + ] + }, + { + "id": "openseek-1-b66c0123c7bf441da063689801ed2cd2", + "input": "[-72, -3, -8, -22, -24, -94, 65, 35]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-f9c1ca87cf4144b6b098017284164b9e", + "input": "[-66, -71, -93, -29, 77, 15, -25, 53]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-e1b41c486cff48648ec623cf9536aafb", + "input": "[87, 11, 98, -45, -30, 40, -83, -95, -89]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-56c5ac1adfe5495e89de7d083c6dabec", + "input": "[-57, 92, -92, -19, -41, 24, 61, -11, 83, 3]", + "output": [ + "8" + ] + }, + { + "id": "openseek-1-889729d341c64263b5d9a755c96a1890", + "input": "[44, -44, 43, -84, -23, 39, -2]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-5d2df66eaf074f8e925e30212c17806d", + "input": "[-38, 35, -61, 81, 82, -94, 93]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-4bde69f6ea7642a4a732450fcee2c93f", + "input": "[-67, 70, 20]", + "output": [ + "50" + ] + }, + { + "id": "openseek-1-0f2cd88ad9e94c2eb00b718888504516", + "input": "[24, 55, 68, -74, 27, 19, -47, -50, -61]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-d80b57cff6284e26af8427de3dc544d1", + "input": "[-5, 39, 48]", + "output": [ + "9" + ] + }, + { + "id": "openseek-1-89326ace00da474d89dd90e02910ee9e", + "input": "[-11, 20, 58, 9, 67, 70]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-53b5691a354a41989c1b3757f446ea3f", + "input": "[17, -86, -8, 31, 81]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-87b9ced17d7d4ce0bfe8cb41b7775609", + "input": "[-99, 6, 36, -88]", + "output": [ + "11" + ] + }, + { + "id": "openseek-1-9bab346650dd4ff09f5e146e9e8b0f1b", + "input": "[-50, -94, 65, 55, -38, 75, 29, 30]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-584526adab354f8e9b876241cd8f4f55", + "input": "[72, 89, -53]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-504ee4eaced5447280be7cdab30762f9", + "input": "[43, 43, 25, 58, 92, -88, -79, 41, 61]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-cdb9904a0db44b7a90169ac1d3dd8ef3", + "input": "[-40, -41, 44, -62, -72, 84, 57, -55, 39, -37]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-9828729ce78e411893f10df7b993037d", + "input": "[-4, 78, 64]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-4e963d87d2d24a9d8a42f9f5ceb81ce3", + "input": "[-40, 63, -87, 26, -43, 73]", + "output": [ + "3" + ] + }, + { + "id": "openseek-1-829ac01affc74495aa731fd5e7c3e97b", + "input": "[68, 77, -12, 12, -76, -69, -62, -66, -63]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-71a54ab891754fa392a58b3031db6d6e", + "input": "[-49, -29, -87, -71, -37, 30, -63, -76]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-7212f0134d7a4b2587859e5ad0126c7c", + "input": "[-15, 60, 37, 99, 89, 84]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-51b49aff00bd4cbcbc5aa1fc33b4617d", + "input": "[11, -82, 32, -88, -4, -35]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-9b6812b90797470e9214791462e76aab", + "input": "[85, -92, 32, -47, 47, 58, 89, 16, 66]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-9b97f92d1c644f5ca132ccfc418b687d", + "input": "[49, -1, -48]", + "output": [ + "47" + ] + }, + { + "id": "openseek-1-a1087799a65841228fa5304c0c2c9bea", + "input": "[-93, -72, -8, 92, -49]", + "output": [ + "21" + ] + }, + { + "id": "openseek-1-07af046b74dd4f748306ac670c91eac7", + "input": "[89, -37, -61, 32, -11, -12, -30, -15]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-a837b2d3bc204978a098dec7986e4208", + "input": "[2, 28, 71, 8, -13, 14, -76]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-a5c20ea1b4e94fe788d157eb449a1e9a", + "input": "[-59, 87, -29, 37, -74]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-093dab69c5054ec88205c38e415438b9", + "input": "[-45, -46, 97, 83]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-100fa96d4bd64306a082ba4a8634e70a", + "input": "[12, 45, -24, -2, 23, -9, -97]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-efe0f2c0d2eb4192a4297c846702413a", + "input": "[85, -75, -94, 13, -60]", + "output": [ + "15" + ] + }, + { + "id": "openseek-1-72388dfeb1e6479a84e0b52cab39faa3", + "input": "[-79, -60, 95, 89, 85, 26]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-35411d5cf44a4a6d851e876f7f91f1a1", + "input": "[-22, -74, -56, -72, -55, -87, 38, 46]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-871182439a2c4d49bd86d99da14b748e", + "input": "[-60, -16, 69, 85]", + "output": [ + "16" + ] + }, + { + "id": "openseek-1-c0c396b65ece489fb529c436b5a4d3d8", + "input": "[47, -15, 86, 52, -42, -11, -50, 13, 13]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-36723bb11ea348fea470c73c913b17aa", + "input": "[-9, 10, -73, -60, -93]", + "output": [ + "13" + ] + }, + { + "id": "openseek-1-28b73bfea7494273a133827d23380ab9", + "input": "[-45, -14, 37, 37, 92, -35, -100, -99, 32]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-762cde1ce0db4a9da642edff9b04c8d3", + "input": "[-47, 39, -45, 0, -73, 98, -38, 75, 71]", + "output": [ + "2" + ] + }, + { + "id": "openseek-1-34c3073f4e424804ba4e5afe22111f10", + "input": "[46, -23, -31, 96, 6, 95, -21, -70]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-6401ce41f5954184b680428964a692d6", + "input": "[40, -12, -40, 64, 81]", + "output": [ + "17" + ] + }, + { + "id": "openseek-1-8b23f1aa1b004ed5912faadbcdd27cbc", + "input": "[3, -7, -53, 55, -14, 66, 82]", + "output": [ + "7" + ] + }, + { + "id": "openseek-1-433d52c43ff54eab923408b4c0c37eb4", + "input": "[-48, 65, -49, 71]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-ffac1e28c12e429ab8b2f3bac3d032b7", + "input": "[-7, 62, -68, 76]", + "output": [ + "14" + ] + }, + { + "id": "openseek-1-ef59e6c51c634539a217ae008d272657", + "input": "[25, 22, 45, -95, 73, -95]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-061991b310204e9fa26fb267e9cb7830", + "input": "[7, 27, 65, -57, -56, -22, 77]", + "output": [ + "1" + ] + }, + { + "id": "openseek-1-80ad6db69965480d8770858e95d949dc", + "input": "[55, 50, 88, -32, 69, -79, -73, 15, 92, -42]", + "output": [ + "4" + ] + }, + { + "id": "openseek-1-eca2ecabb024428b9bbb8e3ef4e8f0bc", + "input": "[45, 63, -31]", + "output": [ + "18" + ] + }, + { + "id": "openseek-1-04f0ba169c7b403ea16336574c3e3bdc", + "input": "[-96, -77, -10, 0, -96, 3, -1, 29, -16]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-9f2d136c52984d818810cc515cc262cd", + "input": "[-94, -89, -75, 35, 93]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-6df53299bcd749d8a8314c1f1bc09292", + "input": "[63, -81, -2, -51, 77, 57, -71]", + "output": [ + "6" + ] + }, + { + "id": "openseek-1-ccd8aa2f720a49f1adaf1ae47d8bd33b", + "input": "[42, 25, -14, 41, 25, 9]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-826538a492124287b375f62a606175d3", + "input": "[-49, -76, 68]", + "output": [ + "27" + ] + }, + { + "id": "openseek-1-6d5999f549c34d878fc4ae0a063b937f", + "input": "[80, -85, -78, -80, 75, -85, -22, 76, 72, -67]", + "output": [ + "0" + ] + }, + { + "id": "openseek-1-48da3fc2ce3048be9083751dcc5ac337", + "input": "[-68, 19, -82, 10, -21, -77]", + "output": [ + "5" + ] + }, + { + "id": "openseek-1-9aefadb27c14496898102706d5ee11b2", + "input": "[-76, 58, 65]", + "output": [ + "7" + ] + } + ], + "test_samples": [ + { + "id": "openseek-1-ed5ac69191204cd4bfb0ca41bc7f197f", + "input": "[71, -93, 63, -41, -18, 18]" + }, + { + "id": "openseek-1-b80a51b41c8d4e239f4ce027ae86b8de", + "input": "[43, 77, -55, 51, 66, 20]" + }, + { + "id": "openseek-1-08810a6af8ae42858b6c080619ed9035", + "input": "[-84, 79, -59, -31, -62, -52, 78]" + }, + { + "id": "openseek-1-f445d6b56e1f425fb3040d1309de5564", + "input": "[-74, 39, -100, -78, 67, 83, 71]" + }, + { + "id": "openseek-1-28b08f2d9aad4f7086e233ff366a7344", + "input": "[-44, -30, 52, 87, 1, -37, -8]" + }, + { + "id": "openseek-1-8af4c594d6ff4eec86d8e04011efb4fd", + "input": "[-85, 47, 39, 74, -66, -12, -82, 23, -30]" + }, + { + "id": "openseek-1-44f5596c5d3d452295f81784a9dc5371", + "input": "[29, -63, 40]" + }, + { + "id": "openseek-1-85dfec929523461bb192bda315cb6edc", + "input": "[66, 15, 100, 70, -17, -56, 50]" + }, + { + "id": "openseek-1-07289d25d26b42aebc375c49fa06c22a", + "input": "[37, 88, -77, 3]" + }, + { + "id": "openseek-1-2ad1476c92ae4913a1b3a95b6d132f25", + "input": "[31, 80, -82, 82, -74, -56, 9, 51]" + }, + { + "id": "openseek-1-9f3759cb3c874ac9b2ddd523a19d74dd", + "input": "[93, 5, 94, 72, -5, 84, -47, 16]" + }, + { + "id": "openseek-1-9a44701f527c42e39e7f5a256f2ae68b", + "input": "[88, 66, -73, 95, 85]" + }, + { + "id": "openseek-1-166e0f561f9e46fd9a7c3db1b932f144", + "input": "[-21, 11, 84, -2, 26, 64, 54, -49, 28]" + }, + { + "id": "openseek-1-b3f54ae027e24de5a2445e800041485b", + "input": "[-72, 44, 100, 44]" + }, + { + "id": "openseek-1-53149b2323ba4d4bbc0c9421223cb469", + "input": "[0, -45, 48, -61, -73]" + }, + { + "id": "openseek-1-2d18add3629a46cfa78dd7e945f73de9", + "input": "[-100, -8, -66, 66, -6, 74, 76]" + }, + { + "id": "openseek-1-420e7f84c8794d74a698543ec4754c33", + "input": "[83, -95, 92, 20, -83, 49, 6]" + }, + { + "id": "openseek-1-d3545b073212408c92145aada750301f", + "input": "[42, 57, -25]" + }, + { + "id": "openseek-1-b0706dca17d74affb2f3d9dcd6572ca1", + "input": "[78, 87, -68, 98, -77, 79, -22, 83, 16, 12]" + }, + { + "id": "openseek-1-df71d2e6da7a416c86151a80a051d39b", + "input": "[59, -93, 74, -74, 38, 1, -89, -93, -9, -89]" + }, + { + "id": "openseek-1-fa2d600e984648229ea20eecd7f35996", + "input": "[43, -1, 12, -51]" + }, + { + "id": "openseek-1-bf4c25c139ba4260bf5adff62461f212", + "input": "[18, 25, -87, -10, 37, 76, 7]" + }, + { + "id": "openseek-1-60f82537cd984974ab4987f748c0f8cb", + "input": "[87, -67, -42]" + }, + { + "id": "openseek-1-a0e68dec3e1844ea899c425da0e0fc35", + "input": "[-1, 49, -95, -34, -75, -25, 93, 73, 79]" + }, + { + "id": "openseek-1-75909a9ee61e4a1a80352deb00ef21d3", + "input": "[-34, 3, 3, 16]" + }, + { + "id": "openseek-1-742691ae11b44cbf999398ec5c24da30", + "input": "[28, 44, -45, -37, -14, -52, 64, -22, 51, 73]" + }, + { + "id": "openseek-1-2bb524d1b6b2437ba8754c1b16142603", + "input": "[2, -16, -57, -42, -2, 87]" + }, + { + "id": "openseek-1-07e21be0db5b4cf1a9f3ae5ae6c76a89", + "input": "[86, 40, -43, -93, 46, 93]" + }, + { + "id": "openseek-1-9aa30771557143b996c0c2a41c2fe830", + "input": "[34, 88, -62]" + }, + { + "id": "openseek-1-b5f73b93f2ef4901b669e9d712c2218a", + "input": "[50, 8, 81, -59, 48, -47]" + }, + { + "id": "openseek-1-a00bc0a8dd8d43e8a8cc51f319c5177a", + "input": "[76, 88, -31, -98, 96, -96]" + }, + { + "id": "openseek-1-43ba140dea834f28994271cc29878d1c", + "input": "[-12, 78, -58, -65]" + }, + { + "id": "openseek-1-2e88b74faa6943d19692af4600b2c950", + "input": "[9, -58, 30, 31, -77]" + }, + { + "id": "openseek-1-bb25b8b03fa44b0592e4b520b2a78e6f", + "input": "[31, 77, 0]" + }, + { + "id": "openseek-1-e9e311462c8b4fb1b1fc1c30d0a3077c", + "input": "[-35, 38, 89, -97, -49]" + }, + { + "id": "openseek-1-7f11ddaa31d740968e8370ba55761fc6", + "input": "[62, -88, 70, -59, 75, -3]" + }, + { + "id": "openseek-1-1015344d222e4488bcbbc0ac974b48c8", + "input": "[28, 70, 62, -57, -1, -22]" + }, + { + "id": "openseek-1-591166b788d445a7810013b5b1503de9", + "input": "[69, 19, 46, 3, 65, -81]" + }, + { + "id": "openseek-1-7093679abe544c03adc2befb663899f2", + "input": "[-40, 47, -95, 88, 4]" + }, + { + "id": "openseek-1-c3063aabed9d41019f9eaeb7828ee9f0", + "input": "[-94, -60, 23, 42, 85, -64]" + }, + { + "id": "openseek-1-ee6a9df17e3c4a6aad41c574889bab5e", + "input": "[49, -81, 35, -68, 79]" + }, + { + "id": "openseek-1-db516c9e477345c99d3f1150c16b2808", + "input": "[62, -92, -45, 76, 26, -59]" + }, + { + "id": "openseek-1-dbd18c9b63a04dc48af1bd5d51cf32e1", + "input": "[-54, -87, -36, 100, -67]" + }, + { + "id": "openseek-1-20662254ad954ddf93a850d600bfaaa1", + "input": "[13, 91, 52, 97]" + }, + { + "id": "openseek-1-1946619829c7473284663409242f569f", + "input": "[54, 11, 44]" + }, + { + "id": "openseek-1-310ffb1ca6124eb2bc625a21dc44fb19", + "input": "[-78, -69, -15, 33, 49, 97]" + }, + { + "id": "openseek-1-311af330711642d09de698c15554a68d", + "input": "[-9, 100, -67, -20, -17, -86]" + }, + { + "id": "openseek-1-9f2f03f40350417e8e5b5cff89971705", + "input": "[-46, 50, -37, 29, -64, -12]" + }, + { + "id": "openseek-1-ee32d6f56a9841ca90360c145ea12f24", + "input": "[-19, -64, 50]" + }, + { + "id": "openseek-1-3dc1f12988f44e1aa399e95ab951d974", + "input": "[40, 45, 1]" + }, + { + "id": "openseek-1-1b1d149934da4b40a906da1c536b72b1", + "input": "[-42, -76, -75, -71, 38, 53, 14, -46, 6]" + }, + { + "id": "openseek-1-d8444798088146a4bd2e46e3bc7aa3f4", + "input": "[35, 43, 68, 31, -10, 84, 72, -13, 54]" + }, + { + "id": "openseek-1-e42a3b4b83d749fcbdb8c512fb72dde3", + "input": "[3, 53, -42]" + }, + { + "id": "openseek-1-1a58aff7965d495c925d8089288dfb43", + "input": "[-18, -80, 34, -61, 43, 44, 84]" + }, + { + "id": "openseek-1-1af2b38ef6954e8398eab3d9aa768c5d", + "input": "[-39, -27, 26, -91, -37, 84, -49, -93, -36]" + }, + { + "id": "openseek-1-9faea4a6e5e44298a4dba26327d25183", + "input": "[-34, 74, 64, 71, 87, 78]" + }, + { + "id": "openseek-1-fd031bba70b443509c6fe38e3152e61f", + "input": "[-76, -80, -88]" + }, + { + "id": "openseek-1-fec7ccd5789d4eb7ab31512fbb4c99d8", + "input": "[-96, 34, 28, -42, 60]" + }, + { + "id": "openseek-1-f84824027be5468b94b45499eea6867d", + "input": "[-15, -77, -10, 35]" + }, + { + "id": "openseek-1-b3a38e07007a4587b0095e1036c83490", + "input": "[-4, -73, 45, -70, -90, -12, -64, -60, -81]" + }, + { + "id": "openseek-1-e157cf77bf974ae88f512f8e846b642e", + "input": "[73, -79, -50]" + }, + { + "id": "openseek-1-e70a9663c57a4740b9f412527c8b7ec2", + "input": "[-68, 34, 12, -14, 68, 34, -73, 16, 21, -21]" + }, + { + "id": "openseek-1-1546132dbda8484d99a03ef15f377577", + "input": "[-44, -60, -36, 26, -28, 41, 12, 45, -55]" + }, + { + "id": "openseek-1-09bcbbf572394b299a9ebed99a7a9581", + "input": "[-81, 92, -95, -35]" + }, + { + "id": "openseek-1-e4ab72fa8cec46eb8b8a441fd73744f4", + "input": "[76, 78, -19, 89, 52]" + }, + { + "id": "openseek-1-d98b15a346b44f6fb3dc6e3ecc05c55c", + "input": "[-39, -88, -52, -88, 73, 66, -26, -17]" + }, + { + "id": "openseek-1-07d844f1bb994615a9f90e8b95b92e37", + "input": "[95, -29, 18, -50]" + }, + { + "id": "openseek-1-442fbaa691c147f4b937148c9b1d2591", + "input": "[54, -29, -47, 42, 78, 96, -39, 39, -52, -96]" + }, + { + "id": "openseek-1-e19816da4a2545db98b5c6752b4d2d5a", + "input": "[42, -3, -82, 80, 49, 18, -64]" + }, + { + "id": "openseek-1-e0a8150cb07d4f5fb543fb6a6ff563d8", + "input": "[-22, -29, -23, -88]" + }, + { + "id": "openseek-1-45cd86ab770a467c9f49ffdd612f92cc", + "input": "[69, -21, -4, -52, 65]" + }, + { + "id": "openseek-1-f5d7a1081262439a93362603f70cfaa9", + "input": "[-26, -19, 13, 38, -44, 3, -62, -45]" + }, + { + "id": "openseek-1-49eb26145ee44531acbfe103c46f7748", + "input": "[87, -79, 56]" + }, + { + "id": "openseek-1-c9ad122688cc49fa8ec09082b2c320de", + "input": "[-47, 46, 59]" + }, + { + "id": "openseek-1-9591721ac8fa46ed9f47c6787d9d0b22", + "input": "[-91, -77, 3, 90, 39, 40, -87, 6, 44]" + }, + { + "id": "openseek-1-be6fc29fd4bc421c9d7a55d978903b28", + "input": "[-13, 3, 4, 38, -98, 54, 43]" + }, + { + "id": "openseek-1-2fee5502b6d0434b9a175072cb74bcdb", + "input": "[8, -23, -81, 86, -39, -99, 83]" + }, + { + "id": "openseek-1-5d8976872326435a8a9b497dac4d5e10", + "input": "[-2, 73, -64, 39]" + }, + { + "id": "openseek-1-6b496aded51941c09d7254e20a273a3d", + "input": "[-23, 4, 66, 45]" + }, + { + "id": "openseek-1-6563d5f7c2c64276a36a0921cba2e11d", + "input": "[-27, 55, -13, -23, 29, -60, -24, 89]" + }, + { + "id": "openseek-1-d0178f9d13d34961a28d077fcc0b85aa", + "input": "[-57, 16, 27, -29, 97]" + }, + { + "id": "openseek-1-851c8a63251c477693bdb89f802b7433", + "input": "[82, 73, 40, -21]" + }, + { + "id": "openseek-1-8003bc20909f448fa316ea0c1ad50bcf", + "input": "[72, 59, 93, -47, 15, 55, -23, -95, 45, 74]" + }, + { + "id": "openseek-1-b33c016576cc40a5a9ad2cf48f15d53f", + "input": "[-54, -28, 83, -2, 12]" + }, + { + "id": "openseek-1-475b39669df34b808d7d18355ea2ea13", + "input": "[2, -56, 48]" + }, + { + "id": "openseek-1-73ba381cbbd7407c931b2d23bc61c142", + "input": "[-50, 40, -6, 28]" + }, + { + "id": "openseek-1-772bb624dbaf4a1fad5a6eb215feb52a", + "input": "[-70, -23, 82, -63, 14, 14, -40, -67]" + }, + { + "id": "openseek-1-b8577dbb510444268332e84a4caea6e3", + "input": "[29, 69, -38, 28, -33, 51, 7]" + }, + { + "id": "openseek-1-8e40e451c6524f3f91c52e73f865960a", + "input": "[-43, 46, 67, 23, -9, -77]" + }, + { + "id": "openseek-1-519472f7fb8647169326c08086b4d34c", + "input": "[67, -80, 20, 25, -72, -50, 22]" + }, + { + "id": "openseek-1-4fd2527ca97f42e0816c178cfdff2510", + "input": "[-70, -77, 72, 90, 98, 4, 64, -81, 97, 22]" + }, + { + "id": "openseek-1-e7b596a250354fe38fd14f098067ad9e", + "input": "[-65, 57, -87, 17, -96]" + }, + { + "id": "openseek-1-9950eba977354b4fa06ca14701d90f1d", + "input": "[-68, 29, 45, 30, -22, -40, -11, -20]" + }, + { + "id": "openseek-1-f55c43797628485abd5b2cbb529a0b5a", + "input": "[92, -67, -25, -18, 74, 93, -55, -52, -79, 35]" + }, + { + "id": "openseek-1-00eb4e26628d4254ae038aa8d35b610f", + "input": "[-57, -51, -84, 0, 28, -41, -50, -77, 35, 22]" + }, + { + "id": "openseek-1-37c3ef892dc74a178823243db79915e0", + "input": "[87, -94, -52, 35, 95, -93, 70]" + }, + { + "id": "openseek-1-e23c6d69750d4c4b9cfee6ee6cafaf4f", + "input": "[-43, 45, -53, 91, -37, 13]" + }, + { + "id": "openseek-1-c4219988e0f94cdb8df6c59aa3701728", + "input": "[23, -19, 93, -61, -80, 45, 90, -74]" + }, + { + "id": "openseek-1-ffb57acf22df4ecfaef578f4caae28ba", + "input": "[-33, 24, 65, 18]" + }, + { + "id": "openseek-1-5c67aa29e1354c43ba361e0fe6722096", + "input": "[-98, 10, -88, -28, 9, 5, -49, 23]" + }, + { + "id": "openseek-1-c8c065c85af24d128f5924844aa57cc1", + "input": "[60, 45, -2]" + }, + { + "id": "openseek-1-a109b3868a46405eb94c5d8dc162eec4", + "input": "[-53, -75, -1, 28]" + }, + { + "id": "openseek-1-10b12bbe380f469a8883cb747d973ef8", + "input": "[28, -98, -81, 79, -28, -52, -43]" + }, + { + "id": "openseek-1-e2a49b70d2c2498eb31c47238e05167e", + "input": "[-51, 88, 40, 48, 3, 45, 61]" + }, + { + "id": "openseek-1-5c4b1b6973944274b1b1ff1a367a323a", + "input": "[4, 26, 69, 100, 72, -95]" + }, + { + "id": "openseek-1-90b74105763549b882d596adaeeabaec", + "input": "[11, 91, 52, 51, 33]" + }, + { + "id": "openseek-1-d049c81634394007974c4ac061150dc9", + "input": "[22, -54, -92, -89, -4, -29, -42, -76]" + }, + { + "id": "openseek-1-a4195630414f449899fac3e4644e4a58", + "input": "[-95, -39, 44, -62, -97, 45, 69, 98, -57]" + }, + { + "id": "openseek-1-5614ff8938bb47f6aa1b6107e4a8d443", + "input": "[71, -70, -16]" + }, + { + "id": "openseek-1-3ef262b6defc44758926460dd281a105", + "input": "[-52, -20, -50, -45, 93, 56, 64, -32]" + }, + { + "id": "openseek-1-1cbf33a657e44294a9eef8736dc0f676", + "input": "[-77, -18, -72, -99, 96]" + }, + { + "id": "openseek-1-3b667e024e234bb0a897ffd5ba02ff70", + "input": "[-5, -99, 0, 61, 90, -44, 85, -85, -75]" + }, + { + "id": "openseek-1-e68ea2f7faae49aeacf487b759083db0", + "input": "[26, 67, -37, 73, 97, -100, 34]" + }, + { + "id": "openseek-1-377d3d1aac7a4e8da4cf1df132cc4c47", + "input": "[37, 12, -72, -93]" + }, + { + "id": "openseek-1-3bee93bea6404fc384d6d3420649446a", + "input": "[7, -46, 9]" + }, + { + "id": "openseek-1-37d03b1d90e6477a8822cd17b8567e51", + "input": "[1, 67, -9, -45, 81, 86, -37, -12, -18]" + }, + { + "id": "openseek-1-9b936409abc2495d8e908b500dbf2677", + "input": "[43, 80, 5, -84, -69, -37, -65, 74]" + }, + { + "id": "openseek-1-70f08a1326954831872b688bf85079bb", + "input": "[11, -70, 36, 81, -25, -80, -42]" + }, + { + "id": "openseek-1-16d399451cec40609bc5be186fb8d5a9", + "input": "[-59, -68, -60, -80, 89, 78, 19, 73, 54, -82]" + }, + { + "id": "openseek-1-86249db978ea47eb94bfc6826e422f28", + "input": "[-91, -41, -91, 15, 76, 67, -18]" + }, + { + "id": "openseek-1-536bd8a87e7049f19fb942bc422f9456", + "input": "[-67, -97, 24, -96, 7, 28, 97, 23]" + }, + { + "id": "openseek-1-16999af4aa6a4b9da4b0de74ea243543", + "input": "[41, -72, 11, -90]" + }, + { + "id": "openseek-1-01dcf6e0a6da49948f1c09625802812e", + "input": "[27, -68, 17, -68, -27, 34, 52, 52]" + }, + { + "id": "openseek-1-24353fe38c2847848d14d2484d231833", + "input": "[-18, 97, 90, 50, 0, 88, 60]" + }, + { + "id": "openseek-1-04c750b96a754782885b759cbc48896d", + "input": "[-26, 14, 36, 10]" + }, + { + "id": "openseek-1-d7e66bda8d5348d2aa6eb112d76e143f", + "input": "[-98, -30, -8, 53, -31]" + }, + { + "id": "openseek-1-6b7f6dc8f5974f4f8385ee567d100e3e", + "input": "[-31, -81, -76, 5, 14, 46, 30, 21, -74]" + }, + { + "id": "openseek-1-2eb680c6d36343e094276384429eb6af", + "input": "[72, -6, 55, 84]" + }, + { + "id": "openseek-1-3990c9cd3dbc4185a9cf0f9e94ed0d5b", + "input": "[93, 62, 54, 88, -90, 37, -29]" + }, + { + "id": "openseek-1-f566ed1504a749879bd2ed986a9a971a", + "input": "[51, -83, -94, -50, 18, -12, -33, 19, 68]" + }, + { + "id": "openseek-1-b133b91f0c9e4a38b9c878c64bd605d2", + "input": "[3, -78, -26, -38, 31]" + }, + { + "id": "openseek-1-d96d54acd62b4178884bfa7f99f85c29", + "input": "[-30, 4, -91, 6, 83, -61]" + }, + { + "id": "openseek-1-47d5e97b369a4d43807de6d4caa5bac6", + "input": "[67, -82, 15, -26, -8, -26, -42, 37]" + }, + { + "id": "openseek-1-d3c890844f5d45b0a70a36c74ffb2de3", + "input": "[66, -37, -22, 54, 54, -79, -28, -93]" + }, + { + "id": "openseek-1-faccae807c3a426c8c024c82c7abc41a", + "input": "[7, 36, -29, -90, -79]" + }, + { + "id": "openseek-1-32d6e5c9a47e4eac9f5955baa67a8521", + "input": "[98, -21, 62, -3, 14]" + }, + { + "id": "openseek-1-e47985bc539c4857b35644cfb8db2fc2", + "input": "[74, -18, 21, -5, -85]" + }, + { + "id": "openseek-1-36bd0fa30ee646a1ad2c10be038c03f3", + "input": "[83, 55, 61]" + }, + { + "id": "openseek-1-bd1795861c564a07ac3476574114d1da", + "input": "[-10, 43, 11, -56, -34, -60, 21, -57, -42, 43]" + }, + { + "id": "openseek-1-c00f854628144bc88ee1165d00dca135", + "input": "[11, -18, -20, -100, 43]" + }, + { + "id": "openseek-1-472a560265cb481f8195178a7512b34f", + "input": "[87, 50, -71, 70]" + }, + { + "id": "openseek-1-802c1a201fc04360a3676d54f63d01f0", + "input": "[-52, 51, -59, 55]" + }, + { + "id": "openseek-1-f2208acd39af4417aeb60eb55a175f17", + "input": "[-14, 70, 51, -91, -70, 43, 70]" + }, + { + "id": "openseek-1-be20ac85b6724e0a926a6bc64a486d53", + "input": "[90, -34, 71, -71, -47, -62, -95]" + }, + { + "id": "openseek-1-1d94ce55429b4496828a8f55f0b4d13a", + "input": "[87, 26, 34, -24, -99, 38]" + }, + { + "id": "openseek-1-eb5f8321d64245788d8143a629535f27", + "input": "[-6, -95, -57, 69, 50]" + }, + { + "id": "openseek-1-5fc369ae5b20461ca56350dd637e28a3", + "input": "[96, -93, 32, 71, -13]" + }, + { + "id": "openseek-1-cbf8c2e22ddb474cac7f0a838b2fb2b1", + "input": "[68, -44, -55, -63, 93, -20, -85, -33, 71]" + }, + { + "id": "openseek-1-d4c8dd4881df488c9684fa5966400f5f", + "input": "[89, 66, -16]" + }, + { + "id": "openseek-1-1989054435c544ff83867639824a4ba8", + "input": "[59, 48, -47, 97, -5, -13, -47, 54, 2, 24]" + }, + { + "id": "openseek-1-be25a68ba3ef4d178f64ba376bf3b112", + "input": "[-9, 28, 80]" + }, + { + "id": "openseek-1-ee96858fff6d40bd92e54404899390b9", + "input": "[-89, 39, 88, -96, -97, -91, 47]" + }, + { + "id": "openseek-1-e8d902fb883f41f3bade8240d2d7be13", + "input": "[-17, 29, 12, -70, 23, -14, -53, -84, 41, -82]" + }, + { + "id": "openseek-1-c6b3f0e60e084520b8c00c24e6b01787", + "input": "[48, -46, 63, -21]" + }, + { + "id": "openseek-1-ea68bc9923d24d66a26b3ed1773b454d", + "input": "[53, 20, 79, 56]" + }, + { + "id": "openseek-1-12d5a1f580304556b8ba5d5af68107f6", + "input": "[11, -96, -19, 12, 41, 43]" + }, + { + "id": "openseek-1-c898b7ac95d74920a07361fb50bd2d35", + "input": "[-49, -30, 63, -13, -22, -1]" + }, + { + "id": "openseek-1-f8414be2af974dc598d6a66d17269dbe", + "input": "[-55, -43, 50, -100, 9, 80, 17, -50, -76]" + }, + { + "id": "openseek-1-6081a57191704b3b82ab78d3de5c7eae", + "input": "[76, -94, 1, -60]" + }, + { + "id": "openseek-1-9710b8c6ea1f47f795ade841e483c951", + "input": "[-79, -68, 43]" + }, + { + "id": "openseek-1-777817bf96e141a982eed94da2e771e9", + "input": "[99, -61, -20, -100, 82, 46, 9, 40, 25]" + }, + { + "id": "openseek-1-b2cab1cedea04d9e8429ebe3c7ae36b3", + "input": "[-53, -69, 68, -30, 70, -59, -57]" + }, + { + "id": "openseek-1-73373c8a308c467ab2945b4de4ebe0da", + "input": "[25, -8, -18, 32, -27, -32, -17, -91, 72]" + }, + { + "id": "openseek-1-8c052dd564df4c98b2bc9bfef9aaa649", + "input": "[-28, 38, 19, 36, 49, -4, -54, 71]" + }, + { + "id": "openseek-1-4e1a54c0f544492faa7ffe5e9ab76b96", + "input": "[-83, -22, -19, 77, -28, -64, -27, 97, -75]" + }, + { + "id": "openseek-1-effa090f87fb4510adbfe58a9779e7f7", + "input": "[57, 73, 42, 85, -50, 57, -98, 69, -57]" + }, + { + "id": "openseek-1-48cdf876b69c4e5dba5f645bce387734", + "input": "[80, -62, -9, -28, 39, -88, -5, -27]" + }, + { + "id": "openseek-1-df1ff8de94dc40668b65c8316c469876", + "input": "[70, 91, -43, 10, -95]" + }, + { + "id": "openseek-1-364d1fb0edb24dc3bd2eaa5c23bb8392", + "input": "[86, -87, 37, 33, 92, 32, -56, -41]" + }, + { + "id": "openseek-1-4d21a943601840b78471a437ddc28f0f", + "input": "[-72, -74, -52, -34]" + }, + { + "id": "openseek-1-92e44dc094a04906bdbfd724968196ae", + "input": "[64, 34, 37, -39, -75, -87, -28, -27, 15, 95]" + }, + { + "id": "openseek-1-88c103cd89644576bc9601660e799341", + "input": "[8, 39, -89, 21, 0, -53, 82]" + }, + { + "id": "openseek-1-4d6d8098e3824d059214645d7214651f", + "input": "[74, 17, -16, 13, 65, 38]" + }, + { + "id": "openseek-1-d54ca0267a894b499ea951cfe738193d", + "input": "[-39, 1, 26]" + }, + { + "id": "openseek-1-f7d12c0a973e4a619048ae1de43bacac", + "input": "[-2, -87, -32, -78, 24]" + }, + { + "id": "openseek-1-1c03ae551a894e5b8e4492282e1c13ab", + "input": "[87, 98, 49, 44, -81, 12, -58, -67]" + }, + { + "id": "openseek-1-e208f1922dfb408da739026d96eb6dfc", + "input": "[-22, -83, 30, 73, -42]" + }, + { + "id": "openseek-1-a98fde06a97149aebc88ae9168de2ac0", + "input": "[75, 82, -22, 85, 96, -38, -25]" + }, + { + "id": "openseek-1-49f060b9eaf046e7bb3449a41546fd58", + "input": "[-73, -75, 42, 12, -65, 76, 17, 73]" + }, + { + "id": "openseek-1-5f1fcf2976ca4feeac97d2e84d045259", + "input": "[-42, -16, 98, 4, -26]" + }, + { + "id": "openseek-1-4479933bf6a74058b6431ad8448d7604", + "input": "[-80, -18, 17, -63, 12, -85, -39]" + }, + { + "id": "openseek-1-f7c7c812f3bd471c8b5a8ca185461cd0", + "input": "[-63, -95, 0, 65, 6, -93]" + }, + { + "id": "openseek-1-395a0149358e4c67833d6163dabf3b34", + "input": "[7, -60, -13, -16, 20, -76, 97]" + }, + { + "id": "openseek-1-cbd9a0907bf4443c849ab19cdec95ee5", + "input": "[37, 70, 38, 1, -35]" + }, + { + "id": "openseek-1-149870fbc20c4c328781db51af6b7830", + "input": "[22, 5, -86]" + }, + { + "id": "openseek-1-c12ec1c993184317b2d9ebed6fc7a2b7", + "input": "[-51, -2, -31, 6, -98, 37]" + }, + { + "id": "openseek-1-0c45174f26194b40877cae7010795683", + "input": "[3, -97, -7, -30]" + }, + { + "id": "openseek-1-fb880f308afc49ffb0273160a8286286", + "input": "[-51, -49, -19, 43, -94, 78, 100, 23, 6, 14]" + }, + { + "id": "openseek-1-66bf719213934cc18273c1e732fde7b6", + "input": "[-41, 45, -19, 7, -47, 29, -23, -44, 23]" + }, + { + "id": "openseek-1-aef2cdb104e14cafa1f8a0fd7bcbc099", + "input": "[74, -37, -72, 64, -5, -88, 74, 31, -50]" + }, + { + "id": "openseek-1-42fee31b15ff4812ad5acd3e3c9ac1ce", + "input": "[-79, -68, 24, 52, -11, 62, 28, 40]" + }, + { + "id": "openseek-1-89731c1c5ac743cf91b0db5ce96015d0", + "input": "[35, 35, 31, -94]" + }, + { + "id": "openseek-1-6d4341e9280246f1b48c56b9565b77d7", + "input": "[13, -15, 77, -9, 76]" + }, + { + "id": "openseek-1-224d424fe34746228b8a88d460bc34c0", + "input": "[43, 34, 44, -40, -37, -38, -21, 86, -13]" + }, + { + "id": "openseek-1-c0b0a17dcb1d4a97bcebd6265bae65a6", + "input": "[-27, -62, -71, -76, -25, 81, -54]" + }, + { + "id": "openseek-1-50eabfab7e7544b2869f4fe94af49adc", + "input": "[15, -3, 28, 79, 5, 27]" + }, + { + "id": "openseek-1-27ec2e081afa462c8e4222e623f141ba", + "input": "[86, -74, -97, -33, 49, -71, -94, 53]" + }, + { + "id": "openseek-1-ab96ae9dd7b94704944d26f881c8370b", + "input": "[-56, -74, -71, 57, 100, -81, 25, -63, -37]" + }, + { + "id": "openseek-1-e0f1ab0cc8d442c4a7f685cbc1a70fa1", + "input": "[-28, -61, -42, -5]" + }, + { + "id": "openseek-1-5eca3c0313924832ac6a59917733fcf9", + "input": "[53, -20, -70, 2, 84, -59, -77, 94]" + }, + { + "id": "openseek-1-86fe54c0375d456f925e2f01cc855c56", + "input": "[-89, 31, 79, -64, -88, -99, 84, 10]" + }, + { + "id": "openseek-1-22df2b1f706547ae8d8a2f439a695f83", + "input": "[31, 67, 75, 12, -26, -43, -55, 24, -43]" + }, + { + "id": "openseek-1-8fd08990605c4da39cd2379f7d3f8ef5", + "input": "[-56, -78, -32, 9, -83, 35, -60, -25]" + }, + { + "id": "openseek-1-9ada200627e04e3fb1ac91723c963919", + "input": "[72, 99, 26, -55, -58, -56, -28, 32]" + }, + { + "id": "openseek-1-0082552edd8849d6b6fca364d1f6d658", + "input": "[-26, 51, -44, -16, 52]" + }, + { + "id": "openseek-1-7a851fa7ff4647038db4bbdec2fe17e7", + "input": "[46, 88, 42, -89, 74, 56, 24, 100, -48, 56]" + }, + { + "id": "openseek-1-959a012128b14de6b28b17bac79e9471", + "input": "[-71, -66, 93, -40, 65, 91]" + }, + { + "id": "openseek-1-5b6a65925e3c4c03a9c0e4dd87db98b4", + "input": "[-77, -91, 70, -47, 24, -64, 32, -9, -76, 65]" + }, + { + "id": "openseek-1-3167a062784841879cf23f21126e93eb", + "input": "[-45, 6, 57, -47, -54]" + }, + { + "id": "openseek-1-e3e5104b76cf44779aa7da596677c965", + "input": "[72, -36, -17, 79, -83, -90, 62, -28, -53]" + }, + { + "id": "openseek-1-f44b767a971e4f96beb5c5ac5da2ab32", + "input": "[-20, -100, 51, 5, 63, 30, -9]" + }, + { + "id": "openseek-1-9df638a638df4734956573a04733ac47", + "input": "[-10, -84, 66, -76, -92, 9, -69, 51, 61, 82]" + }, + { + "id": "openseek-1-80a05abeefcb4d338e3d5db8a37cd145", + "input": "[22, 4, -15, -10, 99, -76, -82, -27, 3, 41]" + }, + { + "id": "openseek-1-e7c057e20bfb4e12993d89a8dda2297b", + "input": "[-77, -54, -84, -83, 21]" + }, + { + "id": "openseek-1-d6f291b00342457bab93abaada18f4f2", + "input": "[52, -8, 66]" + }, + { + "id": "openseek-1-471a95ba30164d218cc7d2bc4d74fdbe", + "input": "[-93, -92, 8, 25, 70, -61, -24]" + }, + { + "id": "openseek-1-d6281eece36f4a609cd7e0cf7790bce6", + "input": "[93, -1, -17, -81, 13, 47]" + }, + { + "id": "openseek-1-66d1d6396f0c436599495140f5a9e8b4", + "input": "[40, 3, 28]" + }, + { + "id": "openseek-1-d04bf204f32b486f87f048c616d5d448", + "input": "[-28, 3, -70, -93, -65, 37]" + }, + { + "id": "openseek-1-f14c84e6dfa84499ae7947729164cb62", + "input": "[-65, -68, 69, 48, -25, 87, -49]" + }, + { + "id": "openseek-1-3c28bf63bac4485fa95b5264f341d5a5", + "input": "[-49, -77, -64, 29, -16, -28, 53, 4]" + }, + { + "id": "openseek-1-a37da11a8eb54526a8d7386d9edf13fd", + "input": "[27, 53, 19, 99, 81, 81, 64, 48]" + }, + { + "id": "openseek-1-65b5fbf88c80446b9ce661aec6b1aff3", + "input": "[67, -93, 79]" + }, + { + "id": "openseek-1-2bf0a17abb82449084fba38a62012813", + "input": "[47, 66, 77, 38, 72, -48]" + }, + { + "id": "openseek-1-bffbbc32add54820b77676e37fcc87d9", + "input": "[24, 44, -49, 65, -3, 36, 100, 11, -44]" + }, + { + "id": "openseek-1-00d861a220b949c1b1ece47298735b8f", + "input": "[9, -74, -62, -62, 97]" + }, + { + "id": "openseek-1-dbfdc7918570499eb419edf0fe1191ea", + "input": "[49, -23, 51, 60, -75]" + }, + { + "id": "openseek-1-17d253371c224000a3a8c5dc1b5e19e2", + "input": "[-4, 49, 10]" + }, + { + "id": "openseek-1-2ebf22f8ca0e41d48bf7fbcbf4a54ed3", + "input": "[-43, 35, 75, 94, 75, 92, 1, 32, 70]" + }, + { + "id": "openseek-1-ab2fa9197da944699cfcaafe9923993e", + "input": "[11, 7, -9, 62, -68, 27, 92]" + }, + { + "id": "openseek-1-43430270d5264903b6c45f3df43f27fd", + "input": "[-93, 15, 26, -46, 10, -28, -100, -79]" + }, + { + "id": "openseek-1-83a021d9398545259a932247b22cd570", + "input": "[88, -86, 55]" + }, + { + "id": "openseek-1-5a3c9f5d8769448f947019193f5217c2", + "input": "[78, -72, -79, -74]" + }, + { + "id": "openseek-1-fc7a9bd0b64548f78eff9e8b7fea3420", + "input": "[92, -59, -2, -92, -35, 52, 56, -59]" + }, + { + "id": "openseek-1-3cdaf012b50c408ab53b65d37ce1491a", + "input": "[-48, -64, -1, -96, -45, -89, 99, 36, -49]" + }, + { + "id": "openseek-1-5aebbd5af0974af6a63301cc0c7a3957", + "input": "[-92, -85, -16, -72, 18, -4, -100]" + }, + { + "id": "openseek-1-689edca1beb44f59ad1c797476437be1", + "input": "[-2, 2, 97, -69]" + }, + { + "id": "openseek-1-266ca5cd334c4b1aada7e8bc37928adc", + "input": "[-48, 93, -58, 85, 32, 95]" + }, + { + "id": "openseek-1-f4873128146e4a42b22047cfab0dad63", + "input": "[-21, 26, 22, 49, -94, -58]" + }, + { + "id": "openseek-1-5159c6e1f8e449f590c5684cec7e2093", + "input": "[59, -60, -27, -27, -65, -59]" + }, + { + "id": "openseek-1-2e7d93321c4c458ca5bb4b28052ad837", + "input": "[18, -84, -40, -75, -10, 59, 92, -8]" + }, + { + "id": "openseek-1-f8513177f13841be84b358d2bb851d97", + "input": "[-3, 28, -87, 22, 98, 33, -72, 29, 64, 97]" + }, + { + "id": "openseek-1-a2794ead5e8b4f5caa9c6707841c5063", + "input": "[79, 85, 81, 11, -15, -33, 42, -51, -37, 42]" + }, + { + "id": "openseek-1-2d7a8d98efca4cde80777d351142482e", + "input": "[2, 30, 28, 25, 83, 0, -9, 26, -71]" + }, + { + "id": "openseek-1-5e9302a546de4a10b2ec1ff4db434a1c", + "input": "[2, 22, 61, 60, 13, 3, -24, -28, 40]" + }, + { + "id": "openseek-1-89566e568d02482a9508b9bfc76d9553", + "input": "[-60, -4, 38, -10]" + }, + { + "id": "openseek-1-e5f1ea56726d46f6a1d9ecf08fe9e4a1", + "input": "[-26, -83, 50, 31, 36, -95, 57, -19]" + }, + { + "id": "openseek-1-b7e4aaa9f2e14339905b8a802a946c49", + "input": "[55, -10, -34, -37, -94, 90, 73]" + }, + { + "id": "openseek-1-101060de17d74942a5c16eac4caa1a8b", + "input": "[-84, 71, 54]" + }, + { + "id": "openseek-1-0f9a8e717ceb4b1aa28b97713aa00586", + "input": "[-16, 42, -45, -86, 64, 86, -63, 53]" + }, + { + "id": "openseek-1-a08a69a375cc4f0b88f07447d8808101", + "input": "[-100, -24, 90, 60, -49, 45, 98, 87]" + }, + { + "id": "openseek-1-fbcde86b218f40eebea7306160dd139e", + "input": "[51, 98, 7, 1, -20, 67, -12, 50, -33]" + }, + { + "id": "openseek-1-e9f752e72923490eb1f83068e2aabd73", + "input": "[97, -46, 55]" + }, + { + "id": "openseek-1-b3cc941a26764cbda31b43d7a59d8903", + "input": "[61, 90, -92, 76, 27, 44]" + }, + { + "id": "openseek-1-b934157b3d8b4313a8b5fb0ea7bd16be", + "input": "[15, 81, 74, 26]" + }, + { + "id": "openseek-1-68f844b01e0740bfa213fa659d51cc3e", + "input": "[24, 25, -92, -54]" + }, + { + "id": "openseek-1-14fcf4f49e0f47ca9b18425a8a31b5c9", + "input": "[48, 15, -81, -86, 40, -18, -48, -9, 10, -92]" + }, + { + "id": "openseek-1-f47da7b49b8848ffb685c5d85788d60b", + "input": "[52, 75, 41, -87]" + }, + { + "id": "openseek-1-85cc1c43be174b488f5c3def0ea70d01", + "input": "[-48, 41, 46, 6, -26, 0, -13, 0, -90]" + }, + { + "id": "openseek-1-f3197f3bd7564e799b10d770147a5b35", + "input": "[-1, -100, 64, 41, 95, -9, -3]" + }, + { + "id": "openseek-1-12a2159acd1f4890bc8989c81e00996a", + "input": "[-55, -45, -46, 29, -89, -20]" + }, + { + "id": "openseek-1-f236d71cea9b40029a9ad3b4282cf422", + "input": "[74, 90, -91]" + }, + { + "id": "openseek-1-64e030370433488ab73a9847b3c8608f", + "input": "[18, -35, -15, 46, -64, 97]" + }, + { + "id": "openseek-1-3845f7b0957c46438f285fb7ddbd0ba0", + "input": "[13, -44, 80]" + }, + { + "id": "openseek-1-abf8a49f418c484ebeda236e4e2048d3", + "input": "[-61, -67, -68, 76]" + }, + { + "id": "openseek-1-00b515a94cd94cd589bec553a13e4a8b", + "input": "[-4, 92, 45, -45, 8]" + }, + { + "id": "openseek-1-65cf4f47647b408198839dab8f9a5a81", + "input": "[-59, -100, 96, -18, -66, 88, 41]" + }, + { + "id": "openseek-1-717e82ad9bac4092aaca900a7453bda6", + "input": "[93, 3, -71, 56, -43, -9]" + }, + { + "id": "openseek-1-9c952487619545868b60ebc9b915557a", + "input": "[-29, -74, -28, 12, 14, -50]" + }, + { + "id": "openseek-1-729b0d0e92f24addb1fa8766d6d08949", + "input": "[-87, -90, -6, -90, 56]" + }, + { + "id": "openseek-1-f606f5a1a1ea4223b6cef73af6db2d40", + "input": "[-84, 51, -72, 54, -33]" + }, + { + "id": "openseek-1-46b0aef1292443588a86ad6c289a2478", + "input": "[-6, -83, 2]" + }, + { + "id": "openseek-1-47b021e14bf745f888503c0662fbd45c", + "input": "[97, -14, 0, -51, -3, -40]" + }, + { + "id": "openseek-1-c9341f2d3f834dc9a3672f8b6b0f6429", + "input": "[-72, 87, -31, 36, 99, 18, 78, 100, 11, 39]" + }, + { + "id": "openseek-1-64f5c34680e1467ea937c05ae9c6f538", + "input": "[17, 35, -54, -15, 93, 96, -57, -8]" + }, + { + "id": "openseek-1-8e95c1062e5a4a87be5e982f531d2756", + "input": "[-59, 73, 36, -58, -62, 16, -77]" + }, + { + "id": "openseek-1-d770e6ad66594abbbc1f99c2997dd74b", + "input": "[94, 28, -84, -59, -53]" + }, + { + "id": "openseek-1-5ef20e4100c14348b7d02c78134ebafc", + "input": "[-24, 63, 26, -24, 57, -44, -23, -97, -72]" + }, + { + "id": "openseek-1-2bccdbb357834c6185f16c82f4efd9e5", + "input": "[-16, -7, -47, 33, -77, 44, -57, -27]" + }, + { + "id": "openseek-1-a547e0cf796f4c11b918d13664e237ac", + "input": "[-25, 60, 20, -87, -94, 16, -33, -45, 17]" + }, + { + "id": "openseek-1-0e2d506690d84a99b943e5800ceaba9a", + "input": "[-83, 97, 34, -43, -90, 79, 69, -16, -2, -91]" + }, + { + "id": "openseek-1-4e87366ba4f84f6c9ac921eb60ac775b", + "input": "[34, 62, 25, 40, 87]" + }, + { + "id": "openseek-1-e4b538719307426c9282cd343e7a77aa", + "input": "[17, -2, -35, -9, 14, 0, 87]" + }, + { + "id": "openseek-1-d75e61a70cc64d32a09e54a908dd3667", + "input": "[5, 66, 71, -48, -2, 3, -80]" + }, + { + "id": "openseek-1-61bea973c40342f1913dbd9383d2683c", + "input": "[-22, -20, -83, 62, -32, 36, 34]" + }, + { + "id": "openseek-1-b5a2e302f8dc4334979bc4f5f6c24831", + "input": "[21, 90, -66, -73, 5, 77, 55]" + }, + { + "id": "openseek-1-7a6237deb60d40998c023daf929816d6", + "input": "[-28, 13, -9, 42]" + }, + { + "id": "openseek-1-55a1ea7323514a99a1409b15f68accc4", + "input": "[-11, 79, 51, 95, -20, -99, 81, -27]" + }, + { + "id": "openseek-1-f8dafa1640bb4f3eb903ca4b14c785d1", + "input": "[-53, 25, 1, -80, 29, 73]" + }, + { + "id": "openseek-1-79d4db88069444b49199e32df685f6a4", + "input": "[58, 46, 44]" + }, + { + "id": "openseek-1-dfbfe51ecb8c40c1b89a6030ecba415e", + "input": "[18, -52, 73]" + }, + { + "id": "openseek-1-88ebd4813efb447784236ce5c0c8b492", + "input": "[25, -34, 31, 82, -12, 68, -87]" + }, + { + "id": "openseek-1-1c9192434fcf4beca0ae220813b74bba", + "input": "[75, 88, -40]" + }, + { + "id": "openseek-1-69dd2f5fee90400b81820c42c1207c95", + "input": "[50, -35, 12, -67, 61, -48, 66, 36, 86]" + }, + { + "id": "openseek-1-63eab6c6185149eb8d416f58293023f5", + "input": "[-93, -7, -54, 23, 88, 97, -50, 99, 93]" + }, + { + "id": "openseek-1-8d2db29adbe24c18b6a74d4dff4abdfc", + "input": "[-89, -65, 43, 2, -31, 77]" + }, + { + "id": "openseek-1-dbeae0e8839a40d2b947d2dfdabc45e4", + "input": "[-34, -89, 95, -20, -21, 30]" + }, + { + "id": "openseek-1-ddbd5ef9f42d46d2ba34ea1f2d063dda", + "input": "[-20, 19, -82, -92, 52, -20, 100]" + }, + { + "id": "openseek-1-29dc908a0c9e48de8a0bd26fe811c34f", + "input": "[42, -79, -22, -68, 59, 98, 91]" + }, + { + "id": "openseek-1-17cedeb5b4df4a30998197d4051b9343", + "input": "[94, -5, -72, 12, -92, 90, 74, 69, 63]" + }, + { + "id": "openseek-1-af977ae43d4d4873b4a5f13949f6aa8d", + "input": "[-26, -30, 39, 85, -77, 30, -26]" + }, + { + "id": "openseek-1-358995b7ae6945dcabc9744c303a71b4", + "input": "[26, 30, 20]" + }, + { + "id": "openseek-1-ff7722e5fe8c4873ac595c4d2c69ed9d", + "input": "[15, 68, -14, -84]" + }, + { + "id": "openseek-1-c76b9789f6964544976d1e2ff94ef619", + "input": "[46, 79, -26, -8, 48, 40]" + }, + { + "id": "openseek-1-d670c47e888d4f36a990892b8ce73ee0", + "input": "[-96, 54, 78, 17, 50, -91, -99, -21]" + }, + { + "id": "openseek-1-33e2abfebd704becab00962a1efda5ff", + "input": "[-76, -47, 84]" + }, + { + "id": "openseek-1-48f1c8a9b8bc443c9bff515a96873ec9", + "input": "[19, 49, 81, 54, -62, -73, 60]" + }, + { + "id": "openseek-1-8d86f3de689d4451af7b74d1353c8a13", + "input": "[54, 91, -68, -13, -57, 45]" + }, + { + "id": "openseek-1-154026cee397477f80a9f7e711186a99", + "input": "[51, 63, -70, -52, -50]" + }, + { + "id": "openseek-1-84798dab6094482fa98f5677e8822a9a", + "input": "[96, 40, 12, -31, -33, -29, 80, 39, -72]" + }, + { + "id": "openseek-1-dd4c4d997844490d966101d27c28f415", + "input": "[-66, 88, -54, -70, 86, 85, 12, 5, 84, -99]" + }, + { + "id": "openseek-1-d0a3ddfc10f74c3b81833e8640120f6e", + "input": "[-23, 48, -51, 60, 5, 10, 30, -86]" + }, + { + "id": "openseek-1-f29a5491fc0b46a1a12c48bfa6cdd882", + "input": "[-70, 99, -78, -83, 24, 35]" + }, + { + "id": "openseek-1-37301c8fb8d343839bd20b01b2c4699f", + "input": "[99, -18, 78, -46, 16, -33]" + }, + { + "id": "openseek-1-a35a9a3301164210b192b8a68472f05d", + "input": "[97, 49, -62]" + }, + { + "id": "openseek-1-8ee9234cc03246e1b3372403c5d6ec93", + "input": "[6, 30, -29]" + }, + { + "id": "openseek-1-7204a4245b33460d8d38e7b4007d4a47", + "input": "[74, -14, -92, -23, 3, 57]" + }, + { + "id": "openseek-1-b20de4c8d4684383b816f37b6e22fbcd", + "input": "[100, 95, -54, 84, 4, -21, -53]" + }, + { + "id": "openseek-1-4d56c0f39afa4870a8cd92d6e48b8b1c", + "input": "[31, -71, -28, 36]" + }, + { + "id": "openseek-1-59e1570c546c4dbfb0c126119a511e9a", + "input": "[75, 51, -34, 56, -82, -34, 17, -9, 44, 77]" + }, + { + "id": "openseek-1-1bfc6b825e424d1cabd35f16775f3ce6", + "input": "[-9, -18, -53, -95, 30, 10, -38, 24]" + }, + { + "id": "openseek-1-cc9b8eb3066c4944a5cf73ad25aef42c", + "input": "[-61, 64, 72, 29]" + }, + { + "id": "openseek-1-5a1ea18faafa4fd68a79b93371891934", + "input": "[-48, 44, 37, -3, -78, -17, 12, 25, 89]" + }, + { + "id": "openseek-1-faa7aa745f034a43ba9d6ffb2972a73e", + "input": "[67, 31, -85, 90, 69, 17, -11, -48]" + }, + { + "id": "openseek-1-1dd8e7bf78754792b33a0b5fd2c02d6b", + "input": "[-46, -65, 23, -51, 1, -93]" + }, + { + "id": "openseek-1-3fe98e34fa8e4f5bafcf9cca39fadd4c", + "input": "[-49, 8, 60, 49, 32, 56, 5, 57]" + }, + { + "id": "openseek-1-cc211670d8f14e248e7ae055bd720dc2", + "input": "[-28, -14, -38, -52]" + }, + { + "id": "openseek-1-d158e1cbbd704b5cb976730a09431664", + "input": "[39, -33, 62, -92, 12, 37, 79, 0, -68]" + }, + { + "id": "openseek-1-aa653814c6d6464b808ecd285627971b", + "input": "[48, -29, 87, -23, -75, -12, -55]" + }, + { + "id": "openseek-1-53bf371fb57a4018b6d0dba9942183d8", + "input": "[14, 59, -74, -31, 70]" + }, + { + "id": "openseek-1-068f75d060e7447a89695504327dd8f2", + "input": "[84, 42, 52, 0]" + }, + { + "id": "openseek-1-4b8e99abd2074018bb99a9d4a6a8dd2a", + "input": "[-18, 23, 82, -17, -22, 19, 78, -29, 28, -99]" + }, + { + "id": "openseek-1-881f0b6868494a529fdf630962255711", + "input": "[-33, 93, 54, -43, 51, 51]" + }, + { + "id": "openseek-1-fcd21d1b21c6439a86f4cd2fe81d71e6", + "input": "[-55, 82, -95, -82, -61, 2, 53, 79, 99, -9]" + }, + { + "id": "openseek-1-512e35481bdf411d827f9c74bc3227e4", + "input": "[-73, 91, -74]" + }, + { + "id": "openseek-1-38c76806fb4241c897d5ae6d3771234d", + "input": "[77, 67, 56, 67, -99, -18, -23]" + }, + { + "id": "openseek-1-f57925e09cba4c9286efe0d729cf4a19", + "input": "[-43, 98, 18, -80, 43, 11]" + }, + { + "id": "openseek-1-d7d7cfdabe3b41a49a717ca06eaed3fb", + "input": "[21, -59, -1, 60, 83]" + }, + { + "id": "openseek-1-c5a8df5cd15d4056a0ac52d0c7380bec", + "input": "[-65, 34, 57]" + }, + { + "id": "openseek-1-67aa1a7a61e94b23860ff8eb1db00e25", + "input": "[-17, -70, -79]" + }, + { + "id": "openseek-1-484fe04ba4c8453f8b01ee843a75fba0", + "input": "[42, 70, -94, 32, -8, -69, 32, 16, -2]" + }, + { + "id": "openseek-1-ef0c22b4f1f748fda131026c240c344c", + "input": "[-81, -40, -23, -64, -4, 69, 68]" + }, + { + "id": "openseek-1-eb4cd2f63c9d40889178289a230ac64f", + "input": "[-88, -28, 32, -1, 42, -49]" + }, + { + "id": "openseek-1-faa5a2aa24174709b7af92cdc247df76", + "input": "[8, 62, 56, -10, 27, 30]" + }, + { + "id": "openseek-1-0715dcf511b844d29a75725edc2e8cba", + "input": "[98, -41, -57]" + }, + { + "id": "openseek-1-0688cb04ffe7486cbe07f75ea6c7094f", + "input": "[-26, 21, -24, 21, -69, -73, 92]" + }, + { + "id": "openseek-1-7180fc3f8f124115bf4bf562057703ca", + "input": "[-9, -62, -75, -15, -8, 81, 58]" + }, + { + "id": "openseek-1-2f489a68fd694256bab09f477f367625", + "input": "[-36, -49, 16, -20, 81, 75, -75, 15, -6, -30]" + }, + { + "id": "openseek-1-a36a6f8fdc5a4da8acc661a3dd999ecd", + "input": "[-37, -79, -48, 77]" + }, + { + "id": "openseek-1-8e40ab3179364fa9a49b385102e26428", + "input": "[-11, -61, 98, -21, 39]" + }, + { + "id": "openseek-1-c01758dd0c0f48c8ac6136f8fd4bf3dd", + "input": "[-80, -76, 15, 9]" + }, + { + "id": "openseek-1-2bf2f87c31e14dfb813caefa5004e84d", + "input": "[64, 92, 67, 3, -34, -64]" + }, + { + "id": "openseek-1-7d8b550ebe4847529f95ad16b591bdad", + "input": "[-55, -65, -94, 99, 80, 45]" + }, + { + "id": "openseek-1-f0dbe8a2ba8245f99538dd2adf8acc44", + "input": "[-82, -32, 60]" + }, + { + "id": "openseek-1-e03972275ba44dc597215472bc44b131", + "input": "[27, 63, -38, -41, 51]" + }, + { + "id": "openseek-1-b5b6615ca5374da197b2c18aece3f5a6", + "input": "[32, 56, -55]" + }, + { + "id": "openseek-1-8a9b4a192ebb483098a3866e6c7fadd2", + "input": "[97, 16, -13, -95, -15, -74, 52, -19, -85]" + }, + { + "id": "openseek-1-29da5bebab714097b9354ea942609544", + "input": "[-12, -36, 42, 78, -37, -64, 14, -22]" + }, + { + "id": "openseek-1-9cefc95f7ce94973ad70d4826c5b6a5d", + "input": "[-25, 99, -51, 9]" + }, + { + "id": "openseek-1-85334ca7cb2545e9a349d79fd03fa488", + "input": "[43, -90, 93, 50]" + }, + { + "id": "openseek-1-e69718bcb78147afb16820676409f909", + "input": "[-2, -23, 59, 31, 61, 47]" + }, + { + "id": "openseek-1-b1b48c4f3fc248c4b5705a5bc12f73cd", + "input": "[18, -35, 15, -59, -4, 39, -88, 0, -59, 44]" + }, + { + "id": "openseek-1-27259168165045c08e16e3fa8909d4d4", + "input": "[2, -20, 41]" + }, + { + "id": "openseek-1-4a68a8b3c9b24d67b520eaaff57e5d01", + "input": "[24, 32, 69, 96]" + }, + { + "id": "openseek-1-67900e4aeead4c8eb3c3e9e535c63ee6", + "input": "[36, 82, -56, 18, 62, -21, -70, -71, 28]" + }, + { + "id": "openseek-1-b7ab432b66254cf39dc279b20d62ccef", + "input": "[49, 37, -98, 62, -34, 27, 81, -63, 34]" + }, + { + "id": "openseek-1-65a849d6e0cd46d7b11fb038306184c0", + "input": "[-66, -93, 25, -97, -97, -32, 10, -2]" + }, + { + "id": "openseek-1-531884e224af4cdabc0220d4f285b2f4", + "input": "[36, -86, 14, 77]" + }, + { + "id": "openseek-1-755151ce040d4a9093700e4f7c369f2e", + "input": "[-32, 11, -68, 27, -71, 49, -21, 0]" + }, + { + "id": "openseek-1-83bf6fb6ba23424aa3a538d1693be7c4", + "input": "[70, -72, 78, -97, 63, -33]" + }, + { + "id": "openseek-1-348f237b71bf466e9ad42968b365b046", + "input": "[13, -97, -11, 32, 2, 8, -48, -94]" + }, + { + "id": "openseek-1-c44809a87cf74f2a930971ac099a8efc", + "input": "[-84, 44, -81, -100]" + }, + { + "id": "openseek-1-f3157852fd1a4a07a8992171bd29be7b", + "input": "[63, -25, -74, 96, -90, 27, -32, -88, -60, 29]" + }, + { + "id": "openseek-1-e0c38b1b7c364e5fa78d9e611c4b4f6c", + "input": "[-17, -52, 16, -51, -39, 100, 5]" + }, + { + "id": "openseek-1-c36804fa950f4a22ac88c04760e36b9d", + "input": "[-72, -29, 7, 76, -12, 25, 13, 31, -11]" + }, + { + "id": "openseek-1-e1c47e078d84460f9172f602b8c8fdae", + "input": "[-92, -55, 0, 35, -25, -89, 20]" + }, + { + "id": "openseek-1-5af2539610694176bd3bd6543551c514", + "input": "[-53, -18, -14, 99, 48, -93]" + }, + { + "id": "openseek-1-541e7fa38dc8464391b7278972b35513", + "input": "[2, -83, -56, 15, 14, 76, -40]" + }, + { + "id": "openseek-1-67ff164219264215b3880337b69396b8", + "input": "[-78, -38, 33, 31, 56, -70, 41, -99, 72, 46]" + }, + { + "id": "openseek-1-69fbd6ffef474ffdb54d161d2e42c286", + "input": "[48, 67, -99, 20]" + }, + { + "id": "openseek-1-fc78276f138f4346908521be1bffecf4", + "input": "[26, -26, -74, -18, 29, 22, -71, -5]" + }, + { + "id": "openseek-1-cc8ef9c8991e45d680b1b62d79715364", + "input": "[-10, -37, 86, 12, -76]" + }, + { + "id": "openseek-1-d7b3a00653fe42ce8ed6d7032133a070", + "input": "[28, 96, 92, -57, 22, 5, 53, 99]" + }, + { + "id": "openseek-1-acefb0a0562e48c9a304a455badf35ef", + "input": "[13, -73, -9, -95, -15]" + }, + { + "id": "openseek-1-9aefc7b728204d83b337adc6a1d26795", + "input": "[-49, 65, 33, -34, 92, 29, 61, 71, -90]" + }, + { + "id": "openseek-1-8403fcc771a04e3e8f1966aadde0864f", + "input": "[84, -32, -73, -26, -72, -26, -84, -5]" + }, + { + "id": "openseek-1-c7e7ce46fef4445d9a571bd70b428ea1", + "input": "[52, -97, 84, 44, -57, -67, 15, 66]" + }, + { + "id": "openseek-1-f23bf96c5f4d4d85a2f78fa02eee6e14", + "input": "[23, 63, 51]" + }, + { + "id": "openseek-1-1dcbaa50c149430aa0ed3c629c822a5b", + "input": "[-74, 69, 83, -87, 44, 40]" + }, + { + "id": "openseek-1-940cb7face934c59aa09076728ac21e0", + "input": "[22, 28, -82, -94, 71, 6, -19, -3, -7]" + }, + { + "id": "openseek-1-c42dc0c1b6544e86b86e4bc78e8eaa22", + "input": "[-30, 10, 4, -91]" + }, + { + "id": "openseek-1-2a46219f421145e3a47867b8b2d9eff6", + "input": "[-38, -71, 94, 91, 92]" + }, + { + "id": "openseek-1-c1f442dfe015480da3852fc4ce6d0fb7", + "input": "[-99, 94, -63, -98]" + }, + { + "id": "openseek-1-6a840bad86b945c790ef938a3346a927", + "input": "[-81, -69, 46, 64, 49, -56, 67, 68]" + }, + { + "id": "openseek-1-68f3b7f9d6ba497c985d5182c102312c", + "input": "[77, -7, -70, -55, 31, -88, -97]" + }, + { + "id": "openseek-1-97c392e7b8854ff1a4773dc5f921b994", + "input": "[63, 53, -52, -33, 17, -21, 3, 18, -54]" + }, + { + "id": "openseek-1-61d6273ab6ef48378963f3b84869e3dc", + "input": "[-75, -46, 66, -77]" + }, + { + "id": "openseek-1-ca5e482d30274e1281eb10aa2ec88c72", + "input": "[45, 52, -2, 69, 3, 76, 91, 71]" + }, + { + "id": "openseek-1-afb792d216f84b6e835ada3692a9dad0", + "input": "[-20, -49, 57, 38, 22, -51, -15, -25]" + }, + { + "id": "openseek-1-417fb9d265264a149a64a52630129f2a", + "input": "[-25, -60, 79, 55]" + }, + { + "id": "openseek-1-9d3c2f2d7955457fbcaef1df3ccfbd03", + "input": "[-39, 7, -47, 37, -26, -59, 29, -30]" + }, + { + "id": "openseek-1-0b360801c7e8424cb8e5921c9a74c8ee", + "input": "[90, -21, 23, -75, 74, -70]" + }, + { + "id": "openseek-1-e9fa758ff1bb4852bf04d2f71650ee97", + "input": "[94, 5, 55, -48, -15, -79, -58, -87, 40, -45]" + }, + { + "id": "openseek-1-6bcb0d5a9b804b2d894ed88205dacaf6", + "input": "[-75, -50, -32, -4, 61, -95, 18, -58]" + }, + { + "id": "openseek-1-3632fb0fafb441fb8e25a11c320aad80", + "input": "[-21, 100, 79, 10, -37, 16, -34, 62, 5, -97]" + }, + { + "id": "openseek-1-2ba4bdc7604e4faf95b07f4c807ff10f", + "input": "[40, -61, -2, 20]" + }, + { + "id": "openseek-1-bb7a970af6aa4999abbe4f9f5094231d", + "input": "[30, -70, -33, -21]" + }, + { + "id": "openseek-1-8673472b604e4e7dadd50f265d287df8", + "input": "[-18, 60, 1, 87, -33, -71, -48, 59, -37]" + }, + { + "id": "openseek-1-1dfc3aa67df844a19c552e7e8d1d62bb", + "input": "[62, -7, 54, -68, -1, -88, -44, 38, -70, -19]" + }, + { + "id": "openseek-1-71eedf3ac607490ba6380eb0b4ea739f", + "input": "[-3, 93, 91, 79]" + }, + { + "id": "openseek-1-b5256b6ed7a3401abc81c456ec664cd5", + "input": "[60, -75, -51, -69, 69, -95, -11]" + }, + { + "id": "openseek-1-71f6726d0b4a4884b3e64b8893f88e32", + "input": "[3, -18, -69, -42, -63]" + }, + { + "id": "openseek-1-56f2bf6280dc448b8e5029c96974b72c", + "input": "[-74, 53, 0, 89, 29]" + }, + { + "id": "openseek-1-fd20ec496a6644de88105eeeac4ee739", + "input": "[19, 68, 23, -21, -57, -33]" + }, + { + "id": "openseek-1-6138bb818412420b96d4ac6d0c34fdd3", + "input": "[-29, -25, -41, 67, 0, 48, -20, 2, 45, 59]" + }, + { + "id": "openseek-1-5bb1e9ee2cc44ba1b970c83af70b0c34", + "input": "[-75, -63, 56, 88]" + }, + { + "id": "openseek-1-c06c01a728d44cdda74bb24f017746ce", + "input": "[-57, -40, -14]" + }, + { + "id": "openseek-1-ca4e46eb6d14461694cfd8c640ad28f1", + "input": "[-89, -46, 91, 2, 100, 39, -38, -33, 73]" + }, + { + "id": "openseek-1-abe09468b46a447db8d163fc4d5b46c0", + "input": "[66, 100, 82, 19, -90, 8, -48]" + }, + { + "id": "openseek-1-eafe757433334cd2a4228b6f1c80cd8f", + "input": "[-36, 67, 50, 3, 13]" + }, + { + "id": "openseek-1-30e815060304461493755bca97a0c7e1", + "input": "[-16, -50, -30, -46, 79, -34]" + }, + { + "id": "openseek-1-a6687b96af764143868d9ba886d07e2c", + "input": "[25, 37, -65, 19, 53, -73, 6, -63]" + }, + { + "id": "openseek-1-80682f7fab1d49ac81fe3f4576b3fe71", + "input": "[-61, -51, 24]" + }, + { + "id": "openseek-1-95242e0da6e3416d809e8df56b0a87d8", + "input": "[-20, 96, -54, 23, -15]" + }, + { + "id": "openseek-1-4cdb5ba091d04448b2d94ba17e4b7fba", + "input": "[-74, 30, -18]" + }, + { + "id": "openseek-1-154a31b81fc849fb98989c0f19abc05e", + "input": "[85, 96, 17, -27, -66, 56, 99, 41, 0, -4]" + }, + { + "id": "openseek-1-9599c6d0edfe451db639d2c518c18fa5", + "input": "[20, -22, -42, -33, -69, -53, -56, -88, 55]" + }, + { + "id": "openseek-1-5b0154326648480b9db2f800b8a157b7", + "input": "[-27, -75, -41, 30]" + }, + { + "id": "openseek-1-f7654297a809453fae890c9ce00b82f6", + "input": "[-5, 31, -62, -49, 10, 24, 52, -52, -88]" + }, + { + "id": "openseek-1-25951e1e242c4d07805c6e95414bbe53", + "input": "[-21, 93, 99, -36, -87]" + }, + { + "id": "openseek-1-57614dceb4714e3fb010d8c5cfc00f7f", + "input": "[-46, 59, -72, -39, -13, 52, -17, -4, -3]" + }, + { + "id": "openseek-1-afce07b7a278429a92a634f3cefb60b5", + "input": "[-49, -16, -68, 11, 87]" + }, + { + "id": "openseek-1-17f0dff16f2d424b88cc5712517cce62", + "input": "[-94, -60, -23, -94]" + }, + { + "id": "openseek-1-f4e2a65ad9034da3b980db5467526e02", + "input": "[-4, -81, -68, -28]" + }, + { + "id": "openseek-1-c61bd5749ea4403697f28548f653c1ee", + "input": "[-23, -95, 96, 96, 71, -3, -75, -51, -33, 36]" + }, + { + "id": "openseek-1-c9f1e6302d444875b7b9e3146f7eef1b", + "input": "[-100, -63, 24, -30, -47, -70, 33]" + }, + { + "id": "openseek-1-adf1bcd2dffd4f588aaaf0d6021389e4", + "input": "[-27, -49, 55, 87, -53, 62, 51, -50]" + }, + { + "id": "openseek-1-ca92b547e9d941baa43fa92ec115c894", + "input": "[-1, -18, -22, -26]" + }, + { + "id": "openseek-1-fe5ef35ec2564242b2e9829ddc66e0bc", + "input": "[-89, -44, 32, 97, 76, -64, -53, -77, -56]" + }, + { + "id": "openseek-1-c75d3f4bc1104bc290cf2f093ee29698", + "input": "[-65, 79, 97, -43, -67, 67, 78, -68]" + }, + { + "id": "openseek-1-d1e02116ff5d49d3a076f9c1c4802423", + "input": "[-91, 10, 18, -55, -15]" + }, + { + "id": "openseek-1-ce31857b3bb44d2ea1b4872f48ba112a", + "input": "[-27, 45, 60]" + }, + { + "id": "openseek-1-a498c5a68fae4a6e8b44becf86154502", + "input": "[-5, 68, 82, -55, 85, 37, 66, 67, 15]" + }, + { + "id": "openseek-1-a002377ea4ba4c8db0f5b5c58d57e624", + "input": "[-25, 2, -17, 93, -50, 29, -45, 94, -56]" + }, + { + "id": "openseek-1-5fcbe090085d4f69851d4c1ebb48b96c", + "input": "[-38, 47, -63, 42, -3, 23, 65, -73, 31, -48]" + }, + { + "id": "openseek-1-0aee0d53deab4ee3976319b4177bd2de", + "input": "[26, 5, -5]" + }, + { + "id": "openseek-1-7aeed778b1914c05a244de2b48354fd9", + "input": "[58, 43, -6, -82, 6, -87]" + }, + { + "id": "openseek-1-881628edf7a046b58fdb800b73dd3780", + "input": "[54, 51, 98, -79, 51]" + }, + { + "id": "openseek-1-946feb49470e4e25937ee1f6b98ed7f3", + "input": "[19, -71, 85, -71, -88, 97, -4, 19, 76]" + }, + { + "id": "openseek-1-0ba9175a97144679883bd292884f6e45", + "input": "[83, -97, 71, -83, 98, 30, -5, -75, -52, 64]" + }, + { + "id": "openseek-1-1100315f20874406a245cd391c9fdb5c", + "input": "[66, 57, -96, 49, 53]" + }, + { + "id": "openseek-1-cc8637afbd1d4119ae2abac39f8d1190", + "input": "[94, -39, 78, 14, 95]" + }, + { + "id": "openseek-1-370146b8478c4457978c259834aaa42a", + "input": "[-88, -93, -73, 86, -98, 87, -12]" + }, + { + "id": "openseek-1-bd992355bc2e4fc29e9a84bda37fae0b", + "input": "[5, -96, 71, -94, -68]" + }, + { + "id": "openseek-1-dfa6f72a0a124a4393f7e16ac4abaf56", + "input": "[-49, 60, 67, 50, -93, 12, -47]" + }, + { + "id": "openseek-1-1845b26ac8fa48c6b1d642d23b8b8e68", + "input": "[-17, -25, 32, 5, 44, -64, -40, 23, 45]" + }, + { + "id": "openseek-1-83da71cd5dca449c8be211ec8886671c", + "input": "[33, 93, 94, -38, 33]" + }, + { + "id": "openseek-1-42d6eeb9bdfd493a9d551805a403593e", + "input": "[-34, -100, -14]" + }, + { + "id": "openseek-1-a8cd84051a0f428f839f22d750a8fb8a", + "input": "[-68, -89, 21, 100, -61, -95, -5, 43, 51, 41]" + }, + { + "id": "openseek-1-5ab23e612fa24427b147660898dfe24c", + "input": "[77, 95, -78, -45, -71, -41, 10, -70, 10]" + }, + { + "id": "openseek-1-fc30142020a74da7b58b6f99b14d7789", + "input": "[-47, -15, -19, 6, -75, 90, 63, 26, -72]" + }, + { + "id": "openseek-1-150b54a361c240ed90bdda34e78314e2", + "input": "[36, -93, -95, 53, 37, -82, 12, -79, -38, 17]" + }, + { + "id": "openseek-1-3211dc1c9e1d4531a625478507951644", + "input": "[-14, 10, 19]" + }, + { + "id": "openseek-1-624b2811836a4d719ded181a2f7c5f15", + "input": "[88, 91, 10, -12, -21, 30, -82, -68]" + }, + { + "id": "openseek-1-11080f87ecda4dc887189ec6d2e8944c", + "input": "[-86, -61, 17, -42, 34]" + }, + { + "id": "openseek-1-0ccd5e9dcf914f53aaf0b08cfb98b604", + "input": "[11, 62, 69, 24, 32, -58]" + }, + { + "id": "openseek-1-8b1574b251404590962b5c53b2df3b78", + "input": "[-71, 53, -51, -91, -20, -59, -90, -71, -59]" + }, + { + "id": "openseek-1-fc2f9437194a4f4d939cf52770874336", + "input": "[33, -49, 85, -90, -92, -96, 11, 65]" + }, + { + "id": "openseek-1-5bb2e4b559dd47a898611163e6120882", + "input": "[76, -60, 54, 88, -17, -54, -91, 84, -71, 20]" + }, + { + "id": "openseek-1-bbcbef8775d943e5931d3e7db239e0bf", + "input": "[90, 92, -11, 44, -45, 42, -65, 76]" + }, + { + "id": "openseek-1-e31272c9fe7849d794c8abf376708cc8", + "input": "[-11, 49, -29]" + }, + { + "id": "openseek-1-10a317c2ffec4018999bdf08d9854c20", + "input": "[-12, 87, -23, 93]" + }, + { + "id": "openseek-1-4a7c2935af73469fbdf653bf160eb81c", + "input": "[56, -79, -44, -93, -6, -98, 6, -26, 84, 15]" + }, + { + "id": "openseek-1-30205ff3b6e84cd7a1f3499a3dcbc05c", + "input": "[60, -37, 0, -92, 53, -15, 62, -2]" + }, + { + "id": "openseek-1-a94dd491bbd74a1db70000037a79ddd3", + "input": "[-65, -33, -9]" + }, + { + "id": "openseek-1-f425226c10d348a6968e9be88bb5bb19", + "input": "[-44, 47, -10, -70, 85, 86, 69, 57]" + }, + { + "id": "openseek-1-602088d3adb24212b414b41dbb2565cd", + "input": "[-98, 57, -32, 4, -63, 94, -82, 62, -95, -37]" + }, + { + "id": "openseek-1-bcf20cef4d9e461ea93a0794449998c9", + "input": "[-52, -95, 30, 33, -19, 35, 67, 95]" + }, + { + "id": "openseek-1-3c3b860d93f240789cdcda454f085b85", + "input": "[32, 72, -79, -69, 59, -66, -50]" + }, + { + "id": "openseek-1-f576cfe7d7ff42268e409b8e477a19db", + "input": "[43, 89, -42, 99]" + }, + { + "id": "openseek-1-ca802677c44f46059e9127df2b21110d", + "input": "[-86, 19, -31, 19, 10, 27, -99]" + }, + { + "id": "openseek-1-8d44399b9a5946f399a6b35889e9facf", + "input": "[32, -94, 99, 0, 53, -9, 16, -17, 52, 14]" + }, + { + "id": "openseek-1-dc6ec2add3974bc8990c3b7180b1b7ff", + "input": "[48, 80, 67, 10]" + }, + { + "id": "openseek-1-c13cbb6a1c474ee790188b90298858fa", + "input": "[12, 51, 41, -94, -35, 96, 33, -61, 23, -77]" + }, + { + "id": "openseek-1-4d6d94ed0b564db9b7d4d9bb9ebd9dc0", + "input": "[-86, 30, -29, -65, -53, 81, 91, 90]" + }, + { + "id": "openseek-1-3b3d2202279b4f44bbe7ea344b529525", + "input": "[-46, -24, -61, 78]" + }, + { + "id": "openseek-1-97f78c7cb9424c7fb001a306828ce670", + "input": "[-56, 96, -59, 71, -5, -64]" + }, + { + "id": "openseek-1-6803fe0be7e7487b8a37672409014b13", + "input": "[-40, -30, 7, -68, 30, -9, 71, -3]" + }, + { + "id": "openseek-1-4b43775b921f404c994e2076b92d4042", + "input": "[92, -58, 10, -49, 90]" + }, + { + "id": "openseek-1-dbc1a5f52e42461a9c76f62a79d9c692", + "input": "[71, 39, 5, -36, 35, -42, 38]" + }, + { + "id": "openseek-1-5b752043be1f400d906fee7f910f9d1f", + "input": "[-16, -56, 49, -38, 56, -37, -15]" + }, + { + "id": "openseek-1-b2c879d5a13140ce9cf4fa522916d245", + "input": "[-28, 3, 74, 30, 46, -54, 47, 51]" + }, + { + "id": "openseek-1-4db3c9c4a23a4355a976a81171afdbdf", + "input": "[89, -61, 84, 13, -71]" + }, + { + "id": "openseek-1-c2edb4fb8eee49a7a22dd74b57b995c4", + "input": "[54, 96, 35, 38, -81]" + }, + { + "id": "openseek-1-e0e03cc55b794801a6886373eac641cd", + "input": "[-19, -96, 88, -97, 42, 55, 55]" + }, + { + "id": "openseek-1-6eec998873274dea8606bdf4cb735a68", + "input": "[94, -100, -89, 5, -96]" + }, + { + "id": "openseek-1-a003c2e2afeb4475b03136391b713353", + "input": "[-21, -89, 66, -70, 36]" + }, + { + "id": "openseek-1-29aae84f027549a2a17a70001e89768a", + "input": "[60, -68, 45, 35, -47, -5, -35, 82, 43, 51]" + }, + { + "id": "openseek-1-9b5f0fde76854d60a3411f4aabf379b6", + "input": "[55, -1, -16, 91]" + }, + { + "id": "openseek-1-b4299cdf316a42d5907075ef3256d3a7", + "input": "[-47, 31, -66, 97]" + } + ], + "License": [ + "Unknown" + ] +} \ No newline at end of file diff --git a/openseek/competition/LongContext-ICL-Annotation/data/openseek-2_count_nouns_verbs.json b/openseek/competition/LongContext-ICL-Annotation/data/openseek-2_count_nouns_verbs.json new file mode 100644 index 0000000..2885469 --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/openseek-2_count_nouns_verbs.json @@ -0,0 +1,40094 @@ +{ + "task_id": "openseek-2", + "task_name": "openseek-count_nouns_verbs", + "Definition": [ + "In this task, you need to count the number of nouns/verbs in the given sentence." + ], + "examples": [ + { + "id": "openseek-2-edd5d63ab7f0410abe276469baeb30bf", + "input": "Sentence: 'The ladder of a jet is lowered from the side for loading passengers'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1dbd982250a347f0b40e820ee4b8a4d3", + "input": "Sentence: 'Jars of food are being canned in a pot of boiling water'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ca3ee16610184df7b7f0ee70beeec8ce", + "input": "Sentence: 'Ironic picture of man and woman walking up a sidewalk under a \"Wrong Way\" sign'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-267335e7ecf44110955fa7469fb24c9b", + "input": "Sentence: 'a gentleman in pajamas taking a selfie with his camera'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-21958e5dbf3143ed901fd9d1da10d73f", + "input": "Sentence: 'A baseball player catches the ball as an opponent makes it on base'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-967ab1a82594474586ed6790afdd1300", + "input": "Sentence: 'A little girl with an broken arm posing near a restroom sink and toilet'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-313d59e245864105b73a059f10722f84", + "input": "Sentence: 'Two pieces of pizza with lasagna toppings on a plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b4de5f7bf78c4eedac64fa3142c96481", + "input": "Sentence: 'A elephant that is standing on a floor at a bowling alley'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a5ee26a81f2f4e8081f7430febf9c0af", + "input": "Sentence: 'a couple of soldiers putting cheese on a pizza'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d7dd92c2f48142798bcfb0d565c7a971", + "input": "Sentence: 'A tennis player holding a racket on the tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e89722a25b0c40e6ad1d9c63c6ff82d8", + "input": "Sentence: 'A home with no furniture and a dog in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f216647981f9427095bf18b6fcb9c371", + "input": "Sentence: 'A kitchen counter with dirty dishes and empty wine bottles on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-72f1c57ebab64c2c9350e7f42a9fc7db", + "input": "Sentence: 'a living room with some brick walls and a fireplace'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-dfd20e45c6e44594874def501bf3cf4d", + "input": "Sentence: 'Two people out skiing on the ski slope'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c4239af9dffa46f9a1eb85df6940b116", + "input": "Sentence: 'Several men riding in a canoe across the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9a4780e713134fbc8b5f18a29f51f4a9", + "input": "Sentence: 'The hotdog has mustard and bacon on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cc7d0b1a85884e46ba61e7373c3a6b2e", + "input": "Sentence: 'A BOY ON THE LAWN AT A CAMP GROUND FLYING A KITE'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5c3a5a6c6c874a21a84c12f8ec7a0bb1", + "input": "Sentence: 'The plate of soup has sides of meat and vegetables'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dd6a957ec2a24049802a39dda23c22f2", + "input": "Sentence: 'Two sinks and some cupboards in a bathroom'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ede46ff3a95a4780b9319e8fe6b82e59", + "input": "Sentence: 'a person in a red robe is riding a brown and black horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-caace7af86a34db8be72c1f5ad1a80f2", + "input": "Sentence: 'An old historical clock with arched design nearby'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f4bbb48c36a54d16acecb3b727396236", + "input": "Sentence: 'A girl is holding a paper up over her face as a man is shown behind in a mirror talking on a phone'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-b1795115991545a0bccc4fd875bdc947", + "input": "Sentence: 'A stack of four pancakes on a skillet'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-cad317197f52410e827daae1c2bf5e09", + "input": "Sentence: 'A small group of sheep graze in a mountain area'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c8bd4b0c55f94030b5ac9d27121e6db3", + "input": "Sentence: 'A man showing a boy with a helmet on how to get on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4a58ae2f42204b27b0ff4241d4f19c50", + "input": "Sentence: 'A small toilet sits in the corner of a bare room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cac7907bc4684e1a9fda77757e2daa74", + "input": "Sentence: 'The view from inside a kitchen to outside a window at dusk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-355890c5989f446494e0c21594a2ee55", + "input": "Sentence: 'A man that has a baseball bat in the dirt'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a5bff42fe9e8421f8aeebabee4dc7c08", + "input": "Sentence: 'A group of people gather together at a street corner'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-df6313d069bc4e72b77ed5e0411f2441", + "input": "Sentence: 'several double decker buses on a crowded urban street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-80ff64b7639d463782f44e91da6aee5f", + "input": "Sentence: 'An artistic version of a roller coaster at theme park'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2f1342f6d31c4837868db95f7ea72519", + "input": "Sentence: 'A man is working on a multi color airplane'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-901545e08cda4347beab5089f4ce28c5", + "input": "Sentence: 'A man holds a red frisbee in preparation of throwing it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9726403edfb54218b73db01c0b69b5b4", + "input": "Sentence: 'Several people looking at books and magazines at an outdoor zine library'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c6492114f6fb42f8ad4be87d305d2939", + "input": "Sentence: 'an image of a man that is on floor playing with child'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d568007513ae44b2b1525affc4e1d40f", + "input": "Sentence: 'An empty looking bathroom is painted two tone beige'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cd479b54bb344b24a48843f45eec5473", + "input": "Sentence: 'A man is using a cell phone to photograph a barn'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-81b69537165e44d681df57f1538d55d6", + "input": "Sentence: 'An old brick building contains an appliance store'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8d42a516cebb476e9a425780ecaf2b9b", + "input": "Sentence: 'a sink sits in front of a window and a counter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c0652a36aa6b4f7aa265a4bec58de566", + "input": "Sentence: 'A close up view of some tasty looking food'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-413a228bb9be4f8cb3cc325dae83034e", + "input": "Sentence: 'A boy is standing on a chair using the kitchen sink'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-871e1da7ecef4140806343c02cd33aca", + "input": "Sentence: 'A woman walks with an umbrella over her head'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7045eb188d524fc591145a7f483e0960", + "input": "Sentence: 'Three slices of pizza in a box on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-55fffa18094043a5b83250cd23c2cfb3", + "input": "Sentence: 'A scooter riding down the road, next to a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5eeb11c4f1d54c5eb097193a85a511f3", + "input": "Sentence: 'A rusty green truck is parked among some weeds'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-33b9e956a4674e2e980b031b3577b450", + "input": "Sentence: 'a tennis player that has missed the ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7832271a55e346abb6ae202e8276494a", + "input": "Sentence: 'A street sign at the crosswalk of a road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9a95accab89d416c9b3987537444ffbf", + "input": "Sentence: 'A little boy that is bending over near a suitcase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-95fd5b4e12914eeea0f487f590974494", + "input": "Sentence: 'A white kitchen with a large refrigerator freezer combo'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0e3e98879d5a447dab04872588f2d421", + "input": "Sentence: 'The display has many towers of stacked cookies next to trays full of cookies'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4b7a93143ed74da797f90ef6e2dbc822", + "input": "Sentence: 'an elephant standing in some tall grass next to the bushes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3bfa0ae57cf74500b846ada76cb480c2", + "input": "Sentence: 'a cat that is sitting down on a old car'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-690576c118a24e7c810d35e196746a40", + "input": "Sentence: 'Many teddy bears are displayed in front of the trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-53667ebdfd9648d8b00994699b9aadda", + "input": "Sentence: 'Artificial lowers line the dashboard of a car in a busy area'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3d8552b20e5a4c6e960fd2d5865b9f20", + "input": "Sentence: 'A coffe and plate of bread sit next to a pillar'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-90fd48be49d048b0a5d4b52192084b45", + "input": "Sentence: 'A lone bird perched on a branch in a wooded area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0dd1e6d8053e49ee8f8cd5f406dc75f7", + "input": "Sentence: 'A group of people wave while riding a ski lift'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6acb90961b0e4346afb1b0e5b10f3b97", + "input": "Sentence: 'Some very cute elephants in a grassy area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-af06a9e6591e48fe914d5f18eedbdaf3", + "input": "Sentence: 'a person doing a jump with a skateboard next to a ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3aadbecea2944a5ab44c5a5c3e8d4940", + "input": "Sentence: 'a little league plater holding a bat during part of a game'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8c15aeb73bf84d3eae813d50f850aa8e", + "input": "Sentence: 'A brown table holding a vase and three flowers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9ac193b4b18a41f4aff40af0b8443135", + "input": "Sentence: 'A trailer cart filled up high with travel luggage'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0b596c2d442f402fb7e6a620f94fefcf", + "input": "Sentence: 'A small child looking in a refrigerator with her bottom showing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-862ca433f5d84c40b6768876fc5ed1cd", + "input": "Sentence: 'A snow skier slows down while skiing on a slope'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-af7dfb201bab47b6ae590c4f1de3b5e1", + "input": "Sentence: 'A man who is speaking at a podium'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-97514eb12c3d4567a35a2b1e579d4be9", + "input": "Sentence: 'A skateboarder hitting a trick on a ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a7efaa7c81b84eae95baf2fafdf59ce0", + "input": "Sentence: 'two people riding on a motorcycle with buildings in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6a46fd4039b843d9beec93c686eb84a0", + "input": "Sentence: 'Baby sits inside an empty suitcase on top of a bed'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-57d072299a184216b686da94cb884227", + "input": "Sentence: 'One person tossing a frisbee to another person in front of some trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e44e7a9e79014e1b83b71058cfd23af3", + "input": "Sentence: 'The mountains sit in the background of this quaint town'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c7000a79b50b44aea7af106de86e31dc", + "input": "Sentence: 'A herd of elephants walking over a rocky area with trees in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eeaea0562b45433ab6854e598ca1198a", + "input": "Sentence: 'A diner with large pepsi signs on the front of it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8d54cd1fcfaf400485fc478d9ef87cec", + "input": "Sentence: 'There is a sign in a foreign language and a street light in this picture'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-67a04d4f00e94d768dc812f302c94977", + "input": "Sentence: 'An orange and white cat sleeping with its head on the keyboard of a laptop computer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-42b4f62513504f2793b274820109efbd", + "input": "Sentence: 'A toilet in a small room with a window and unfinished walls'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1332955fcdb64bfd8b6fec0705c5e18c", + "input": "Sentence: 'A brown horse grazing in its fenced in pen'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5616ea88171243c193052836bb32884e", + "input": "Sentence: 'A small girl jumps on her twin size bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-af31be6ba73a466ab288efa08386c7dc", + "input": "Sentence: 'Small girl looking inside decorated refrigerator and reaching for something inside'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-06a1728389814c9c97bfbd43d754b4f1", + "input": "Sentence: 'A man riding skis while holding ski pole'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ab4645fd6bc34ffeb05f893d766b3319", + "input": "Sentence: 'One black laptop and one white laptop sitting on a white clothed table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-137bd12d1a8f4f5a826ff92cb1921d58", + "input": "Sentence: 'a person making food on a stove in a kichen'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-69412c7c8a634a7ba8ffa352621cd87d", + "input": "Sentence: 'A view of a beach with closed umbrellas at sunset'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8b1311071ca6447a99fb009854cd1592", + "input": "Sentence: 'A white plate topped with a pile of food'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7be4438373064b71a25fdc5537260f5d", + "input": "Sentence: 'A small kitchen knife on top of a sliced carrot'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e8ff770761094a34bf71e33b02508cd2", + "input": "Sentence: 'Black and white photograph of a vase in display case'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2f5cb76050db42de851bac4e9b7918f0", + "input": "Sentence: 'A train on a track in the middle of a neighborhood'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fbef67ced1a7442696ff8fd1435004de", + "input": "Sentence: 'A teddy bear sitting in a chair with an open book on its lap'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0de11b84530b425fa61a0d4558aa49b9", + "input": "Sentence: 'Two men are in a cart going down the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1e8310f0ce794655b5bede410f9a5878", + "input": "Sentence: 'A fish eyed shot of a skateboarder having fun in a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6c5e69239f6d4fd9a0267da70ce4d3a7", + "input": "Sentence: 'A balck an white photo of skiers outside a house'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-956dc787cff846019ecefec44148c795", + "input": "Sentence: 'A yellow motorcycle parked on the curb of a street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-29ca745bfcf7490489f051d4e95d19c6", + "input": "Sentence: 'A group of elephants who are standing in the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0087b5ae199d43da852146d592e0ceb7", + "input": "Sentence: 'An antenna device that is strapped to the bottom of an aircraft, looking down on trees below'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3e601acf04ec4051a517e70593397b62", + "input": "Sentence: 'A fruit and vegetable stand has bananas up front'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fb37305678664585818761550e5d3f77", + "input": "Sentence: 'A zebra standing in grass in its enclosure'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0351e8a0b99b4f6bbd04be9d2587dfdc", + "input": "Sentence: 'a big crowd watching a man throwing a baseball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-18c1ab7cfd4a4773bdcda5bd33b02120", + "input": "Sentence: 'A man dressed in suit in business meeting room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bda88115f0ec4045963854d29a286481", + "input": "Sentence: 'Three men are riding a spotted elephant in the middle of the park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a0279b861a5940a58b8978fc53420932", + "input": "Sentence: 'Open sandwich and a New Zealand soft drink'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dbcff7183ae54c76a94c1d79699d8f22", + "input": "Sentence: 'a cake decorated with trees and a river'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d3cd5a792db14b3f9056709a5c650526", + "input": "Sentence: 'Cars are driving around a stopped city bus at night'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3a62162c3cb24238912e63252d9e31d9", + "input": "Sentence: 'A blurry image of an object with signs behind it and motor bikes'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ac2cbaeaa2cf4a7995b60ac353afae41", + "input": "Sentence: 'Two men with tennis rackets are walking on a tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ca9d70546b954486ae8dfef3ea1deff0", + "input": "Sentence: 'The dessert has ice cream and some fruit'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7da34a5751534bb199e169e00eff4dbd", + "input": "Sentence: 'Then men are prepared to share the desert with everyone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d3e43165b4674528b2f0cb699fd0f7dc", + "input": "Sentence: 'A woman climbs out of a bag at baggage claim'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ce12c38d9ef646fb80bfafd51afb976a", + "input": "Sentence: 'A group of teddy bears hanging from strings covered in rain'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3a4fae4f0977452092ab5718be1148cc", + "input": "Sentence: 'A woman sitting in front of a laptop computer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-552ff3c868f748029b880a80d79ab93a", + "input": "Sentence: 'A small kitchen counter with appliances and a shelf'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2b1573feb4604e7fb68f8e473f9399ef", + "input": "Sentence: 'Luggage and other bags sitting on the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-16cb12cff02348e6bba0d6ca7e59bd07", + "input": "Sentence: 'A man helps his children get a kite out of a tree'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a43678e7635049f086521a3f9371bb27", + "input": "Sentence: 'A black cow standing on a beach looking towards a patch of grass'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-efce1e6be6da4e6f8bfdb0789b3c132b", + "input": "Sentence: 'A painting of a woman sitting on a wooden bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2b79816c53a64512841bba562314f6fb", + "input": "Sentence: 'two cars sitting next to each other next to a hill'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7fa0c844713d44b6b0c85e1934ec97a2", + "input": "Sentence: 'A window with a red frame showing the reflection of a building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-40f38957a49f4e1eb535bae10390c54e", + "input": "Sentence: 'Adults with a baby and two cakes on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5c6177a421034871bf790400641ad5ff", + "input": "Sentence: 'A green slope is full of canoes up on the grass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8e2b50a2178c48e8b1db8c2ba3475ed0", + "input": "Sentence: 'Woman in a black jacket sitting on a park bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-22c55929f28e4ff199a3fa0e8111bfa6", + "input": "Sentence: 'A bench sitting in front of a wall and next to a door'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e62f53ce681247eea7c29dd3618e9bb0", + "input": "Sentence: 'Giraffes in a high grassy field in the wild'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f43e11a119fa4e3bbfd7ed83f5bd7784", + "input": "Sentence: 'A young man on a skateboard with hand protectors'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-528df66da8ec41308a2482a713520242", + "input": "Sentence: 'A boy standing on the grass as bicyclists ride by'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cf8bd3aecbee45289cf0a027c8d840cb", + "input": "Sentence: 'a few men play drums in a big celebration'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8526de8b14564f41a85e61576f24223f", + "input": "Sentence: 'The giraffe is looking onto the green field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f4abc3c42f724c58a6d278e598e811e9", + "input": "Sentence: 'a snowboarder showing off on his snowboard in the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-92009dd091824c9f9b2f37099a2544d0", + "input": "Sentence: 'A hotel room with focus on the bed and tables'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-57653797cea1411fa732a367df9856c1", + "input": "Sentence: 'An open Swiss army knife with multiple attachments'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4b0d47312c0e4c2da816892a3d185a51", + "input": "Sentence: 'a vintage photo of a bike parked in front of a building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e9dc6ff1c35742b4bd1412516dc31162", + "input": "Sentence: 'Man on a board over water being pulled by a parasail'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fc5c73834181494a88c4c6c112ef7e3b", + "input": "Sentence: 'Young boy with blue disc in grassy area of park'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-61ec93aed4b7479b903f788ad6f3ea1e", + "input": "Sentence: 'A piece of cake on a plate next to a fork'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-58376861479f4a1d8bf49b8e8beff4c7", + "input": "Sentence: 'A person wipes out on their surfboard in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ea4ff09056b146e5afd35dec54c4b2a8", + "input": "Sentence: 'Motorcycle parked on pavement near outdoor covered area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-64da4e4281da48348b619544991408cf", + "input": "Sentence: 'a plate of food that is on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6ef39789b250470999b62c771f806bfc", + "input": "Sentence: 'A spotted dog cuddled up under large pillows'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-187ea9ffa00d4940b9e0eb9ca1bda83e", + "input": "Sentence: 'A man taking a swing at a tennis ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7870a1d628bb49148aff78f55e665301", + "input": "Sentence: 'A small heard of cows looking around a grassy field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c2ee8a1f47594b33952f8e3546508a29", + "input": "Sentence: 'Dogs and cat sleeping on big comfortable couch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0d4b280bcb86413b9b6314847099de34", + "input": "Sentence: 'A kitchen with tiled floors and walls and a small stove'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a91aee1551984eb5bde0a9dab82d5dec", + "input": "Sentence: 'A blue umbrella on a wet, rainy street corner'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7f65e4e0a35846e5b1d7bf46d9cb20db", + "input": "Sentence: 'A man holds a long baton as he skateboards'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3241636147b340ae898b33fa12ca412e", + "input": "Sentence: 'A double decker bus passes a fellow motorist on the street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7af4eae41f834594b84b9230a95f62f6", + "input": "Sentence: 'A brown cow and a white cow standing together away from the other cows'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bd49caa2a54d438283db10c2bcc70c92", + "input": "Sentence: 'There is woman texting on a phone holding a tennis racket'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0eb5832792814f8096d4e78311454648", + "input": "Sentence: 'A clock tower on the front of a building with a sun dial'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8869dfc8071845899a16e19a06ac8ca1", + "input": "Sentence: 'Two people in red snowsuits skiing on a slope'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4ca8a99056b246c4af70b9f920f91788", + "input": "Sentence: 'A man with a baby holding a carrot'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-347ee723a1fd4214b6306dac1450034d", + "input": "Sentence: 'a man is giving a bottle to a dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a4673548b04945f18f9a5ff5e751f1f5", + "input": "Sentence: 'A man is holding a bunch of green bananas in his yard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6e78f97bcfca4a54945008baf1db2611", + "input": "Sentence: 'A family plays with a Frisbee on cobblestones near the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-231e732e517349ec9594f68acb66315a", + "input": "Sentence: 'A man on a horse is doing a jump'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f6021e3eb86a44baa432e8c9fa063e3a", + "input": "Sentence: 'A nicely displayed bathroom sink in a hotel'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fc5e627335704349972df023c5a949ba", + "input": "Sentence: 'A red motorcycle on a carpet inside of a house'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c1ddc7f0720d4aaf8b5696c5dafa2266", + "input": "Sentence: 'A frumpled bed sits in between two blue covered nightstands'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ef349cde1ce941409555b51ac991153a", + "input": "Sentence: 'A man rolls two suitcases down a sidewalk in a city'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-204e0ce4436646928bf948fc1ac961f7", + "input": "Sentence: 'A group of people flying kites over a cement parking lot'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-6a8d5e95bfb146b498320b0d1df1dde1", + "input": "Sentence: 'a colage of a window being closed with a clock above a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5f2ba57fb7d5407bbc636366b34c06d9", + "input": "Sentence: 'back side of temporary road sign near intersection'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ee361d617adb49419ebaa26478e6f472", + "input": "Sentence: 'Small piece of chocolate cake on a white plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4b8816a6b50346c49b75bf7d20cf5a99", + "input": "Sentence: 'The large red stop sign is hanging up'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9a3ffba7dca8414abe636d45aef44ea0", + "input": "Sentence: 'While the pitcher is winding up for the pitch, the runner is ready to react'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6eed7a6d8964417e98ac0cf82e1624cc", + "input": "Sentence: 'Two shots of a woman swinging at a tennis ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1156b4fa0c194d6db4aca97100eefa6f", + "input": "Sentence: 'A couple of cops riding on the back of horses'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-910f144eb5ea44d584d0e7fa8ad530c3", + "input": "Sentence: 'The giraffe is looking onto the green field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-73fe94b2724f469abcc9c234a936f098", + "input": "Sentence: 'You can still get tacos and burritos late at night from this truck'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d3b9b0f660734e568035858418791e4b", + "input": "Sentence: 'a cat siting next to a chair on a porch'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-62d0f284a5ba4549a4c4c027108b0ef0", + "input": "Sentence: 'A work station with a computer on it and a guitar on the wall'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c5afb5f1cc9d40bb8d16f9afeeed5d84", + "input": "Sentence: 'A black and white cat lying on top of a teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-aa65597bfc664078aff0c3fa04055493", + "input": "Sentence: 'A white toilet sitting in a stall next to a hand rail'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-365737e5b719475ea12b8b6c909887ea", + "input": "Sentence: 'a man walking down the street holding a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fa9c3f79a98b4572bb1d2a8dfb4d451b", + "input": "Sentence: 'four portable toilets in a trailer near a city street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9f9f2e65e18e4e6fbd6f02043e82a733", + "input": "Sentence: 'A large number of motorcycles that are parked'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dbf06155c9d94dbc9a17033d4fd23b4a", + "input": "Sentence: 'A person holding an umbrella in front of a building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a37e4fc6e04947c880c331e27a228a7b", + "input": "Sentence: 'A zebra standing in grass in its enclosure'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cbb2ea74ee5541b086fb400a6ebeae54", + "input": "Sentence: 'There are two people in the room with a dog'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7baf8b584b9247a4a1c9ee158d37bacd", + "input": "Sentence: 'Various people in the ocean swimming and on surfboards'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-32b50ed3dfe14cc0843a0b1f66e75de9", + "input": "Sentence: 'a man and a kid on a motor bike smiley'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-bd57f81a0ab042dc9f6ab0e6d2931a35", + "input": "Sentence: 'A woman wearing lots of flowers talking on a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8e9cb41d0e1b4969b6ef74a3d9c823dc", + "input": "Sentence: 'The glasses in front of the blender are full'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-da29617fa7854af1ad690b5e41ef95c3", + "input": "Sentence: 'Three mountain goats standing amongst the rocks on the mountain'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3388c9e97e9946799096689611039fca", + "input": "Sentence: 'A luggage bag, laptop, cell phone, and money'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-45aa767aecae496da8db44c8c9303395", + "input": "Sentence: 'A clock tower in between two leafless trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-edcc3323fe92495685e0f399da8c7e5e", + "input": "Sentence: 'A train segment stopped on train tracks in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ad6d0791000d45d58a9b7e63fff7b5ef", + "input": "Sentence: 'a boat a larger ship a buoy and water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2e0601312b1c42e892f434f301241c2a", + "input": "Sentence: 'A bunch of planes flying close with trails of smoke'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6c06d14f0569414fa06107b1fa5c2f99", + "input": "Sentence: 'A train evangelized with colorful graffiti still on train tracks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7fdefcb9fecc48ec8b4c4109482305ed", + "input": "Sentence: 'A couple of cows laying on the grass next to a man wearing bicycle gear'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-1da0d9ce550f42a9977b1772c27082fa", + "input": "Sentence: 'It is an image of an outside space'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3e8e99f61a164762a343610d0fd3ac6a", + "input": "Sentence: 'A cup with a banana sitting inside of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6a3a6d4e4f6e4f8889e61825ad2fdfbf", + "input": "Sentence: 'A living room has a fire place and a television with furniture'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-baa4c57eb3434fa8872005229fa49ef6", + "input": "Sentence: 'The kitchen is equipped with all the latest appliances'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-de0c13a8a63249f4be3d111dbf4b4a66", + "input": "Sentence: 'a sail boat sitting in the lake outside the city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-df9668334679482f9a2525842f7977e8", + "input": "Sentence: 'A baby elephant standing on a lush green field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-23a8b426c06c4e5693f92895f1e4df91", + "input": "Sentence: 'A few sail boats sitting on the sand of a beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c2bcb40fe40a4eccbac1860764da9f6a", + "input": "Sentence: 'People wearing old Western-styled dress stand aside the road as a horse-drawn carriage in a parade passes by'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-2e8dc871d4df4b5f8b0100e259a2eb31", + "input": "Sentence: 'This is a close up shot of a mans goatee'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9c77bb87b60341a5931de8da2b795200", + "input": "Sentence: 'A photo of a boy sitting on a bench next to a dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-55475493294448e9920b96309caa32ff", + "input": "Sentence: 'A man is winding up to throw a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-662daad4f63e44d2a48c0580a8a07858", + "input": "Sentence: 'a girl entering a train waiving goodbye during the day'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-14827dc46e504ae4a66423379bce7abd", + "input": "Sentence: 'A skateboarder is performing a trick inside a parking garage'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-488f3ab3ce2e4875963f89cbbdceaf77", + "input": "Sentence: 'Two inflatable items cast a shadow on the ground as they sway in the wind'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1adfaa66b98b4ef7994f05bafa4749c8", + "input": "Sentence: 'A person is lying on the luggage claim conveyor belt'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8398652f96c044ac82352461bee1bcb3", + "input": "Sentence: 'A train is pulling into the train station'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8c83d70faf7a4635ae522bbff470e7d8", + "input": "Sentence: 'A person on a skateboard reads while riding'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f2a64b8a5d88494e93642295b37ee2bf", + "input": "Sentence: 'it is a tree stump with a door on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cbeaf71e25b24c4c82c49e0ffa6f0e0a", + "input": "Sentence: 'A statue of birds sitting in front of a building that has a clock on it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ab06846e65304cbaa1fc427115378d5e", + "input": "Sentence: 'A plate that has meat and a salad on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-91fdbc34ec43462491d40d791e3d147a", + "input": "Sentence: 'dip with veggies all around it on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a4a54bd5ea7e4129b71ce7bbacde9da1", + "input": "Sentence: 'A couple of women walking down a street holding umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a16cb4b71ad142b79d5cbb1579cc603b", + "input": "Sentence: 'A man standing on top of a mountain holding a phone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7c18eb690716431fbd8eb67e001d64db", + "input": "Sentence: 'A young girl with a somber look in front of a laptop'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-40136fd454e64785ad7a0626f6f08876", + "input": "Sentence: 'Two little girls sitting on bench in the sand'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cd6d3e6451364801a9e7aa860115ee80", + "input": "Sentence: 'A blue and yellow fire hydrant in front of a concert venue'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5ad7046dbc85416db65b9e5f8a288ae9", + "input": "Sentence: 'The bathroom in the home was just cleaned'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-67a66a7e935e476cb75c51324e4b5cb9", + "input": "Sentence: 'A young giraffe standing in an open field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-63aca2866b6e4c5585497a7cfe6c6051", + "input": "Sentence: 'A baseball player sliding into a base during a baseball game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9461384a1afe489788311095c565204d", + "input": "Sentence: 'A hot dog sitting on a plate and in a bun with other food items'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0b40f4a5acc64d46bf06bd4e029934e4", + "input": "Sentence: 'A variety of items, including a rubber duck, keys, and cards, lay on a table'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2f6604d6af0c4596abf1d6f70a2f4c06", + "input": "Sentence: 'A large airplane flying high up in the sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-978b630fb70d45959f2e718bae8dd0fb", + "input": "Sentence: 'The player waits for the pitch to swing the bat'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-71653bd928744824a219f06b8d11413e", + "input": "Sentence: 'MAN AND WOMAN IN WINERY WITH BOTTLES OF WINE AND GLASSES'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c330aa5dbaac45f8a5f0fd101c9f12ee", + "input": "Sentence: 'A combined living room and dining room with plenty of natural light'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-d62811a9c64c47c7b6bb89e04e27b10f", + "input": "Sentence: 'A quiche topped with sauce next to a side of potatoes on a plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e69c7509b9da42afb4f200413c8ce60e", + "input": "Sentence: 'Skateboards do tricks outside of large building's side'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c14f0995cbb64d559f00a58a6f5205ca", + "input": "Sentence: 'A white plate topped with a banana and a muffin covered in peanut butter'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-670bcc7ca28b48cf829c80fa6bd588a2", + "input": "Sentence: 'A man standing next to a woman in front of a store with lots of bananas'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-05d9152a209446d5a9fb30b06a74316e", + "input": "Sentence: 'A man in yellow vest placing a case onto a loading dock'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bfbaa80d93804599b529d013d95bf085", + "input": "Sentence: 'A street sign on a post with buildings in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-54611c4aa2094dc18f27de395abae1db", + "input": "Sentence: 'A teddy bear with a silver dress is sitting in a pile of crafting supplies'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-28a12197cf184167a592c3e79b0c1590", + "input": "Sentence: 'A seagull flies in close-up with a hilltop in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a367d0ee3b1e42d19721392ae9e9769e", + "input": "Sentence: 'A volkswagon is on a field with it's trunk open'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-872b891b4c424b6a97d62ddb31424f9f", + "input": "Sentence: 'An old gentleman standing in a field with sheep'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4fd85f88ae204392b34a2e79a3e20e3c", + "input": "Sentence: 'Two people walking down a trail, one carrying an umbrella'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f62f985a515a462f9c07c1e00b5dbff5", + "input": "Sentence: 'A group of people in line at a food truck'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-412e636a62da4241be6917d02835a1a8", + "input": "Sentence: 'A paraglider hanging from a large blue and yellow kite is suspended over ocean waves'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-09e4e8dca92a49608b30f09265641ee3", + "input": "Sentence: 'A pet enclosure with grass and a fire hydrant'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5c46c2df261c44289db1f12ed36faa48", + "input": "Sentence: 'a big elephant walks with some zebras'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-482d0b71070346d68767b2f2883a0af0", + "input": "Sentence: 'Two birds perched on top of a light pole'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0f6be3d4f38242d9bf90f499c56d38aa", + "input": "Sentence: 'A neglected skate park has weeds and empty benches'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-666698198bd14cc58d379ad19987043d", + "input": "Sentence: 'A traffic sign sits in the foreground of a line of row houses'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-20a0f842a5354709827119c6d9f7abd6", + "input": "Sentence: 'A building hiding beyond a stop sign and street sign'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3e62fb9ce51a43fcb9a6669c0d8673a1", + "input": "Sentence: 'A home computer and a keyboard on a desk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fcc2d8b2f99a4a2b84c8e47d81736bce", + "input": "Sentence: 'A man is working on a multi color airplane'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bc1a2f5306b2437dbadcdae125ec816f", + "input": "Sentence: 'A female tennis player in back-swing after returning a volley'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-24eb27934b0f429ea9a7663140092755", + "input": "Sentence: 'A wooden dining room table with flowers and a chandelier hanging above'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7b747745f7364612af7eab272f7cca46", + "input": "Sentence: 'an image of a boat in the water sailing'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-77ab9249e16340178a01b687902bf639", + "input": "Sentence: 'A red and white train on a track near an empty platform'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-50938971901b489f803636d234948031", + "input": "Sentence: 'A group of young children sharing a pizza and having drinks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6cf63329cf954d478d3fb413f6ce642c", + "input": "Sentence: 'A large brown plow horse in a field of grass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e95a204594244a0089382cdd00d2383a", + "input": "Sentence: 'a spoon a bowl of soup an orange and some earphones'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b8d8fb489639411eb40e4058332af603", + "input": "Sentence: 'A Doctor with a patient inside a room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b93f44e7abd94faa908a50af1dbbb26d", + "input": "Sentence: 'A room with a television and laptop turned on sitting on a dresser along with other random items'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ddd25ace9cb547d793f6615e4d83c38e", + "input": "Sentence: 'an image of boy and a dog sharing a hot dog'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-24a4987bd2774373b0e009045e619e5c", + "input": "Sentence: 'A man flying a kite in a cloudy sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fd46368dad0c4922a2a6197e013fcf4a", + "input": "Sentence: 'A guy grinds a rail on his skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-780a16d621b949f7b6449912673e90da", + "input": "Sentence: 'a person jumping a skate board into the air'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-370d36d2960a46a680fc5ef1c460482e", + "input": "Sentence: 'A couple of couches sitting inside of a living room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bea4ddc47b9b47cc8c72a4c7b04570f0", + "input": "Sentence: 'A close up of a plate of cookies and other sweets'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8f77dd411abb4d2e89081ac19d4ee3c5", + "input": "Sentence: 'A women who is holding a sign in a foreign language'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-92d4c179e0e64a068f685914d6482085", + "input": "Sentence: 'A piece of metal sitting on top of a grass covered field'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-59f1a2d15f2c48bc88edaf3c86ec6329", + "input": "Sentence: 'A woman walks by several pieces of luggage on a floor'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9a60415db00a48b69ac5230afef43e2e", + "input": "Sentence: 'A family walking towards a very small airplane'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-692a74854c3c4f99963bca97d95c1a1e", + "input": "Sentence: 'A photo of a boy sitting on a bench next to a dog'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3341dd1adb0e4b21be40a3c68b79eeb9", + "input": "Sentence: 'A group of people flying kites in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-61f70cd73701444e945a8b3f29c77134", + "input": "Sentence: 'A room with two green sofas, brown carpet, and green walls'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-66bd5663fa9d40acbccb3a76707a5183", + "input": "Sentence: 'a person riding a skate board grinding on a rail'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-39a78fb99bea48768965ca46f5c7e37b", + "input": "Sentence: 'A painted face on a gray fire hydrant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3b01f51a3b62444985ecc8b3cb6f121b", + "input": "Sentence: 'This is an image of a house under construction'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-583e0768c68e4fb1b9af3979bc9045f4", + "input": "Sentence: 'People walking across an intersection in the city'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9e9e9d0c441b4de48e74eafe4d24c148", + "input": "Sentence: 'A man seems to be trying to get some sleep'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dad3e9116ac44cd2b0d44a7c9db0f05a", + "input": "Sentence: 'A guy on a horse on a busy city street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d8c2f5af8d6347a9be31f2dd7134beab", + "input": "Sentence: 'Two people under an umbrella looking at a monument'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e6310f8518514f17a67e5b7f2b6bade0", + "input": "Sentence: 'A baseball player who is walking with a bat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d5194a47c022497ba9a59372896ddd07", + "input": "Sentence: 'A girl tries to kick a soccer ball while avoiding interference from a player on the opposing team'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-ab6a86c2157740a6919975920a61a781", + "input": "Sentence: 'A yellow schoolbus with a woman spread out in front of it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1f9991813f0f445e9516d68917a4c5d8", + "input": "Sentence: 'A little girl and boy sitting on a bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-51f86efc341849a79e29549baaab3fc9", + "input": "Sentence: 'Several boats at the sandy shore line'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-98fa62502a204eb1b6cb0e58a874188c", + "input": "Sentence: 'A large kitchen with a stainless steel oven and white counters'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-669d47493c5a46e6996b2735eccdd6eb", + "input": "Sentence: 'A man with a slice of pizza hanging out of his mouth'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1eef23bbf27f4e25adaf0f926e2f0740", + "input": "Sentence: 'Chopped vegetables of carrots, onions, and potatoes seasoned with salt and pepper'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-42d3ddaa989143f98ae751385229985b", + "input": "Sentence: 'A tennis player looks at a tennis ball as she lifts up a tennis racket'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-e5e0bb3f7b574a2f91a39327a83e3f28", + "input": "Sentence: 'A little girl riding a ski down a snow covered mountain'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fdb4f548d0a2451bb1612df4294ea9de", + "input": "Sentence: 'A person on a court with a tennis racket'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7a0645b6c0254d30886c6865827ad05b", + "input": "Sentence: 'two people in a field near a tree with a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-efc78da150e94e868fbf34dec7ee05dc", + "input": "Sentence: 'a man is doing a trick on a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ae9aa4f2618942e8941889241a7dcc3f", + "input": "Sentence: 'An empty sign stands next to a road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-52ef4ef734b541149ad12e0ab0d7e7ce", + "input": "Sentence: 'Girls on a tennis court playing tennis'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5675d1731cc1482a87888b01d8719d72", + "input": "Sentence: 'A plate with rice, carrots, cucumber, seaweed, and meats'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-98c324ca069447f694b6585c7db59dbc", + "input": "Sentence: 'A person in a kitchen with cluttered counters, cutting vegetables in a bowl'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-686416173ad2487ca1e4913d490a0302", + "input": "Sentence: 'A man rides a bike in the alley while a boy watches'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a206fccf1c524deaa8c93a9a0a3e620f", + "input": "Sentence: 'Pitcher in a windup, just before releasing the baseball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3e1fed9049eb429f9e2fbf5f00553e61", + "input": "Sentence: 'Kitten curled up, sleeping on stack of papers'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a0ad9cf6ed7d48fdabb12e707d6364ce", + "input": "Sentence: 'An empty kitchen with wood-paneled cabinets and black appliances'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-746133a8c3ac462390fb147d6cad0261", + "input": "Sentence: 'there are a group elephants that can be seen in the wild'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2f8c8e93799440f1b15220c7d8ab54b3", + "input": "Sentence: 'The jar that is left out on the table is dirty'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b725b9dfb72a4ed0b5458c061a62ae3a", + "input": "Sentence: 'A traffic light showing yellow and green on a pole in the city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9408360d46534d4b9acf24d1714396d0", + "input": "Sentence: 'There are boats that are floating on the lake'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b43e738315994ec8992d636f2936951e", + "input": "Sentence: 'A man riding a skateboard while playing on a guitar'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-380bd3a447fb48729a83bb81b751d587", + "input": "Sentence: 'two red apples with stickers and two yellow bananas'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4b9220524adc4b71ada6c887a222f274", + "input": "Sentence: 'Small furnished living room pictured somewhere in the moving process'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8d1249c45c5446829431f3504ac0a5b9", + "input": "Sentence: 'A man is sitting and pointing a remote'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-869e168a682c4dbb84495ce408e3dea9", + "input": "Sentence: 'A coffee drink in a mug, resting on a saucer with a spoon'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dc28e45efb6e45dba564ef9c764a1f98", + "input": "Sentence: 'A herd of cattle and horses roaming freely in a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-317e140a205246c388d8d360d0f3dbb3", + "input": "Sentence: 'A group of men loading the back of a truck with a large covered item'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-282334cf92b24c26b68028bc5030ca6e", + "input": "Sentence: 'A skateboarder demonstrates jumping skills on an outdoor course'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0e88d401a3744b6cb101f0f64f37cdbc", + "input": "Sentence: 'Two boats are docked along the river next to the big houses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cb458dfee090484182058b0da4914091", + "input": "Sentence: 'A view of a laptop being held by someone laying in bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e1d6db58d5f24288a70b39bc7fb7c6c6", + "input": "Sentence: 'A cola advertisement at the intersection of two streets'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-29a71f7691bd43769554989866142c14", + "input": "Sentence: 'A horse and cart by the side of a heavily trafficked road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f91e855c786f4933862d52c1f37c40cd", + "input": "Sentence: 'Pears, oranges, and bananas are placed atop the white plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5a8828048f094322845a67025d04918b", + "input": "Sentence: 'A woman holding a camera in front of a mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d5227b28058e4a669a7bc0c7fdfc4583", + "input": "Sentence: 'A small white clock mounted on top of a glass painting'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dd40a985381c400d9b784d8b9c4fda25", + "input": "Sentence: 'an orange wall with some graffiti on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-12fd534f5e2a42009e9306ec710c662c", + "input": "Sentence: 'A small child standing next to a train at a station'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-64a00f139cc347f2834cb7efcca56278", + "input": "Sentence: 'A man wearing a red and white stripe vest and a straw hat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8bb4468cca7a438184b70a399c3534a1", + "input": "Sentence: 'Two women walking down a street holding an umbrella'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8dabebe274544e2d914191efb0881625", + "input": "Sentence: 'A little girl crawling out of a piece of luggage'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b11155f4762748639db5bc5d09bf2f22", + "input": "Sentence: 'A woman is sitting back on a bench wearing a pair of sunglasses'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-355bda487da64985ae62469a22b410ec", + "input": "Sentence: 'Two signs in the grass outside a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a1f5abd00a3e42f281597c84cac96ef4", + "input": "Sentence: 'A person in a hat is riding a horse'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3a43a6e7e53a41ed8a7e5f974f6edec3", + "input": "Sentence: 'A fuzzy teddy bear wearing a Santa hat and coat sitting on a table'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1b507d8ec0424c8cb849906ae65ca444", + "input": "Sentence: 'A man in a car wearing a suit and sunglasses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-364983a494cc42509fed1fc8cdd6b472", + "input": "Sentence: 'A small girl rides a horse through a snady area'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-69024b427fa64146bfb82752f64b5404", + "input": "Sentence: 'The kids and adults were playing with a ball neat the tent'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0cc3c5225aba437d8eb0a42313c69d95", + "input": "Sentence: 'A hot dog with toppings sits next to fries'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-15af86a68d504362b97f55329d1cddca", + "input": "Sentence: 'a man skiing down a hill in a colorful outfit'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-61e615fc318e4f5bac960d62c8dbb21f", + "input": "Sentence: 'A couple of people of surf boards in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7183a0cd27604b9c806b85a553bd3953", + "input": "Sentence: 'A busy street with parked cars and a rusted clock'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ed01d49a891b4eba89de4ed28cf2d321", + "input": "Sentence: 'A basket filled with bananas on top of a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3fc07bc2110e41158ddce30623bb8ec4", + "input": "Sentence: 'A motorcycle parked in grass next to a building with cars and an airplane parked nearby'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-db6e07661b2e412b86b457f3f9586b96", + "input": "Sentence: 'some baseball players are playing baseball on a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-afba4bdc4a5e42d3b56a38e08445754b", + "input": "Sentence: 'Tail end of an airplane waiting on the tarmac'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ba2f733347834cf1a932c4db5d9d04d3", + "input": "Sentence: 'A building hiding beyond a stop sign and street sign'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b17aac531a1b4adbb149e4841fff5faf", + "input": "Sentence: 'A man riding a skateboard on a bridge behind another man'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6cd540f452594ff3bf515c9170717eff", + "input": "Sentence: 'A small jet plane traveling away from the airport'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7b643d69dc084d3093e47a83e3d2373e", + "input": "Sentence: 'A small vespa parked on a city sidewalk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c35737053d914c9baea5fa787894ea26", + "input": "Sentence: 'A metallic baggage claim track at an a airport'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-af1eca82dd59409f986d74c9236d28c4", + "input": "Sentence: 'A bouquet of different colored roses sit in a black vase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f55ca867208c41d7803cc1aa75c23d87", + "input": "Sentence: 'A busy city street has items for sale and bike traffic'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-edc53c1fbbb24b1ba1a2eb54b3c486ef", + "input": "Sentence: 'A young boy riding a skateboard up the side of a wooden ramp'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ee71421603a74d5aa0a5a0247c537a3f", + "input": "Sentence: 'A young man sits on a bench talking on a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4e009e0ee63649ad8e85c61527e573ca", + "input": "Sentence: 'A couple of people that are playing a video game'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a78b4f0c2a5a4b969b15a28432073f27", + "input": "Sentence: 'there is a air bed on the floor on a balcony'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0f550d39ade246e7af46da2b8214d741", + "input": "Sentence: 'A man on a court with a tennis racket'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-79584d45cf474bd880b29a68fa274777", + "input": "Sentence: 'The boy is curious about what is beyond the umbrella'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9b94488b3f724dfcb904445de4fbc383", + "input": "Sentence: 'A young child holds a pair of scissors cutting something'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-01f12b2c10ff40b691786d097ef032e7", + "input": "Sentence: 'Two zebras hang out by the fence in the zoo'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ef847de460142688b8684c94e5a5c3c", + "input": "Sentence: 'A bench sitting in front of a wall and next to a door'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-45a76bb0aaaa4fd1a94e0468c6f20f05", + "input": "Sentence: 'Busy four lane highway with a bunch of cars'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7c746c3754344d1f975b6143aaf92c07", + "input": "Sentence: 'A bunch of surfboards that are on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d1a30a1c63c43379d9e60fba4303ac7", + "input": "Sentence: 'A rear mirror of a city bus in the back of the car'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5c637683ded94cacaf226a3762f2e3f6", + "input": "Sentence: 'Some players in action on the soccer field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2076ad80199145d498cefb56abadad7a", + "input": "Sentence: 'A photograph of breads and drinks in the cooler'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e7e16987bc1d4cec99dc2f70f5b0dd82", + "input": "Sentence: 'A group of people sitting on a bench in front of a restaurant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0e475fe37d854315a8843af52f906cf7", + "input": "Sentence: 'Someone putting pizza sauce on dough spread across a wooden board'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-976feb9ea49e432d95b628f3e814a1fa", + "input": "Sentence: 'Two adult giraffe walking in tall grass near a mountain'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-eb6f83baa10b499ca47f40823039095e", + "input": "Sentence: 'A young tennis player hits a tennis ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8040d7acaa714ba1888caf8714e98be6", + "input": "Sentence: 'A computer on a countertop with a tangle of cords behind it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a8c6a93866e64e6b98564721e3b59b4e", + "input": "Sentence: 'a cat is laying on the floor next to a wood leg'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-185c98677a4d40e8b31e0de3ea57db42", + "input": "Sentence: 'A small piece of nutty cake on a plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8fa589992c2b4992b51b101ce50002c7", + "input": "Sentence: 'A plate full of food including squid and orange'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3d5b303beb774307a7314df4c10e8a0e", + "input": "Sentence: 'A woman in pink pushes a trolley with luggage'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6dc87d909ae34317a2bc50ccb8af3b99", + "input": "Sentence: 'A plate of food on a table with utensils'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4104aaff51274e30aa97ba4169b4d2ea", + "input": "Sentence: 'Two elephants in a grassy field with trees in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-34a05ecfaa074c3eb8c2e6fe0ba4eafa", + "input": "Sentence: 'A man riding a skateboard in the middle of the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-69c5a2ffa72049dc99c286beb5cfcd63", + "input": "Sentence: 'A necklace that is under a hair clip'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ea3909561c28462eaa01211e190ba534", + "input": "Sentence: 'a big giraffe walks to a tree'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d4ed945be18a4c4ebbf9575f4d3bcdb9", + "input": "Sentence: 'two people riding horses jumping over obstacles'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c16877d2fc354267b71e6049d14191d3", + "input": "Sentence: 'A blue umbrella on a wet, rainy street corner'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-faf5fa38a5cb472e8f8dd9c05de09998", + "input": "Sentence: 'A train running on a railway track in front of a station'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8767a29b30934950a55b4dbdb7ae859a", + "input": "Sentence: 'a man sitting on a surf board in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-750ee0993427408d9067c30c8c109a8e", + "input": "Sentence: 'Two zebra standing next to each other on a dirt field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1f2a842034d94d70aaf47da8409cc478", + "input": "Sentence: 'A very classic bathroom that is decorated in brown and white'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cc8334f9d49f43389bbb2e40bd2b6ad5", + "input": "Sentence: 'A baby looks like he is eating a hairbrush'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0be95034d06f4228bdf2752062377b67", + "input": "Sentence: 'This meal has a sandwich, onion rings, and a hot dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f04aac338b2343bcafe8fcf42b997ae6", + "input": "Sentence: 'A teddy bear sitting on top of a metal bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33a598397ad947f4ad3f5c460c7d245e", + "input": "Sentence: 'A man in black jacket on a red motorcycle'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-068b6c61ebfe4d14a834b94a0870b0ac", + "input": "Sentence: 'A cow grazing in a field next to a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f1de0ea8285a4cfbb02c3708423c7ff6", + "input": "Sentence: 'An elaborate multi-tiered kite has a long red spiral tail'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e8d33df86d194dfdbc69c3d10edaccba", + "input": "Sentence: 'A lot of flowers that are on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bb251baca722412395329e1eab4c6ded", + "input": "Sentence: 'A plane sits on the tarmac ready for takeoff'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1784ca238b8a4e08b8efbfee00ef1966", + "input": "Sentence: 'A body of water on a cold day'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8806b7d059654cc0bf4f773426711ff7", + "input": "Sentence: 'A bed in a hotel room sitting next to a window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9c1b6bf00fb7448ca8d0e2ecb0623b8b", + "input": "Sentence: 'A sheep standing in a grass pasture that is fenced'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a829475c16464f30a20dc0e3dd169d83", + "input": "Sentence: 'An old airplane is displayed in a museum'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2967ceb58014498a9250bfc965fa9c7", + "input": "Sentence: 'a counter top that has a bunch of stuff on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0876194784864f58881ea3f9dda51ea2", + "input": "Sentence: 'A clock is shown from the side of a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b5513886bcd7479c8d55698beda421c1", + "input": "Sentence: 'A motor cycle parked near a wooden bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-457e65e43d8b493f8bdd8de81d73e17d", + "input": "Sentence: 'A city street scene with lots of cars on a four-lane road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-785e6c1fa54641f084f1eb1fafe69730", + "input": "Sentence: 'a picture of a giraffe in his exhibit at the zoo'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fd46adf652604144a39b5d959f914e62", + "input": "Sentence: 'Black and white cows stand around in a farm yard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-204903848a254c8d883bc7a5296e39c8", + "input": "Sentence: 'Two cows that are standing in the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-11b16f0e135e486d878f5f4d306b599b", + "input": "Sentence: 'a brown desk a keyboard a computer and a monitor and speakers'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f2499123db654c2d80bd9401649d1b14", + "input": "Sentence: 'A bento style lunch box is filled with vegetables and fruits'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-fcdd8b32e7f64ec3937c898102e7438d", + "input": "Sentence: 'People walking down a sidewalk with some umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3a631fcbab604024ab3e5f719bf0c0f8", + "input": "Sentence: 'A young girl kicking a soccer ball out of a goal'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-53a9fb254ba6411da029c6ce40cb810c", + "input": "Sentence: 'A train is making its way into the train station'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1e57d5394e394efdb1c1057c3d66fcaa", + "input": "Sentence: 'A lone zebra standing near some leaves in the grass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-08a6582970b84e66adea7f460599850f", + "input": "Sentence: 'Two pictures of a dog and a cat sitting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fe932d5d90f141c1a7b5db1af0a48276", + "input": "Sentence: 'There are two giraffes under the large tree'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-34c068c78235497089d9bf06f1b57dee", + "input": "Sentence: 'Two women laying next to each other on the bed '. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b5c6fa25d17f4304a43ca3f561aac370", + "input": "Sentence: 'A couch and a table in a room'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c64161145cc24caeaf380ad58eecbfad", + "input": "Sentence: 'A man riding a white horse on a sandy beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cb1061eeae29467f80fa95828dd02371", + "input": "Sentence: 'Several people standing idly on a movie set'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4f97ecfd97f342e88308c01af37370c8", + "input": "Sentence: 'A man sits in a cart pulled by a horse'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9f2b159a35204ce8861d55123416a975", + "input": "Sentence: 'A man with a tennis racquet on a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-02264826c749465297cdf54972916fb5", + "input": "Sentence: 'Meat balls in a bowl and wrapped in wax paper'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-034aefba242a47bebbbfe9c403adc6c9", + "input": "Sentence: 'A building with two roman numeral clocks on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f8315b7d5b1644cd969a078dcc742de4", + "input": "Sentence: 'Woman in modern kitchen with white appliances and cabinet'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ffe91ff0ef88451980b6ef5d9eda7107", + "input": "Sentence: 'Two people walk down an city sidewalk carrying umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7d0f40891246430bab58b550f26a8993", + "input": "Sentence: 'Modern semi trailer truck with cargo container on a road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2c141caa70804e4c90ce30e09b9ec1b1", + "input": "Sentence: 'A cat with its eyes closed lying on a wicker chair'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-94e5a962740e4301b6c6b3241ac009bf", + "input": "Sentence: 'A man standing next to a woman in front of a store with lots of bananas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b9c2ff93550f4231992654c4af894828", + "input": "Sentence: 'A cat and a white duck near a muddy body of water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b7d20cbb25b1478fa28361cc0539bdbb", + "input": "Sentence: 'Two elephant have platform chairs and one chair has two people sitting in it'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9c1a2faef1384348b0665b4c2e5d1bb4", + "input": "Sentence: 'A horse drawn carriage traveling past a crowd next to tall buildings'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dc51ac606b8e4bb9ab7d4e533e6d7c4b", + "input": "Sentence: 'Two people walk down an city sidewalk carrying umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-99851b3f59154d5b9974a932d45bc6b8", + "input": "Sentence: 'A man in black shirt doing a trick on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5c34931c7b9242eba895a0973fa13ac4", + "input": "Sentence: 'toddler running around in the grass at a picnic'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6e803019f2144ada8400172f7daa16a8", + "input": "Sentence: 'A WOMAN STOPS HER CAR ON TH SIDE OF THE ROAD TO FEED A HORSE'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3f4623bad208435bad8ae708b98272db", + "input": "Sentence: 'A man with a tennis racquet on a tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e8843ff0f68448a4b4044c9f97e89af1", + "input": "Sentence: 'A person holding a bottle while riding a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3c8b9230c3a245e68d66168a98cf1a0c", + "input": "Sentence: 'A close up of a plate of food containing a sandwich'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b297982669c24530922716f11b01fffe", + "input": "Sentence: 'A woman standing in the kitchen barefoot in front of a sink'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cb755e34f4ee4079b84b00c9467d2410", + "input": "Sentence: 'A man walking with an elephant in a parking lot'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e0a80d383e61482ca171fa51bd357a02", + "input": "Sentence: 'A small kitten is being bottle fed milk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ef38985c1eb14f0fae2dc510f74fce8f", + "input": "Sentence: 'A sandwich served on a plate with salad'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2a442560cbb548418e5842f24f1aa3f4", + "input": "Sentence: 'Two giraffes in a field with lots of trees behind them'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-aacf94ec6a0f417c9d9a2d91e2f4f96f", + "input": "Sentence: 'A baseball player throwing a ball on the field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a34c3bcc31c04c7a99539c5bc786816b", + "input": "Sentence: 'A sign that has arrows pointing in opposite directions, one of the arrows has a dog sticker on it'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-061afe1108d74f4695d849a99ece382e", + "input": "Sentence: 'The brick city streets and buildings look old and empty'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1406fb68d7274681b8dc06f901480b63", + "input": "Sentence: 'A zebra walking through a grassy open field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8fae7523c5c64383b31d50ca297b68dc", + "input": "Sentence: 'a couple of kids are playing a soccer game'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-018d8317db3b4c029396bda2acc74967", + "input": "Sentence: 'an airplane flying into the sunset, over water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-341c9a47bf1d49a587aeaf4366233130", + "input": "Sentence: 'Two frisbee teams in a park with one player catching the frisbee'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d6a79361335d41fdaf8c094fdbd31f57", + "input": "Sentence: 'A woman in the kitchen drying a wine glass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-87c018069d23416b8729e89b964d8123", + "input": "Sentence: 'Cake being served at a fine afternoon tea party'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a098f114da864940b530631f3421330d", + "input": "Sentence: 'Three horses grazing in a snow covered field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9be81c6c5d774fc481dfb6e85e206aad", + "input": "Sentence: 'The man is wearing a mask while holding his phone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e8a70800a5bb48d69dd2b849d4bd9e4f", + "input": "Sentence: 'A group of guys in a room with remotes'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-296a697a72314339b02415b2a7ff0eb2", + "input": "Sentence: 'A large bird flying over a sandy beach'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-079191abf9864694b3e1b50ce00dbd8e", + "input": "Sentence: 'A spacios living room with white walls and wood flooring'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-ab5f7f2305a34210956ac0581590db9c", + "input": "Sentence: 'A crowded marketplace with people sitting at a lunch counter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-66099e5a8f8b43c79b8852442a1c7012", + "input": "Sentence: 'The private parking sign has been saved by someone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7a614a763ab046578be56fd3365ffc05", + "input": "Sentence: 'A person is crouching down riding a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f09b7c1504074200837001be213b4f8a", + "input": "Sentence: 'There is a sign that says tame make bros on it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d05708d48ad54644ae0f18a8ef6ca464", + "input": "Sentence: 'A man wearing a Godzilla mask appears to be brushing his teeth while looking in the bathroom mirror'. Count the number of verbs in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dd61c0076f5347d6ad2d4c01311877b3", + "input": "Sentence: 'Baseball player in a blue uniform celebrates a good play'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6eef6caa99e34ad3ad60a6d7f9d37378", + "input": "Sentence: 'A stop sign in the dessert with signs around the bottom'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cccc3eb3a9284aada61a576381ff8d2f", + "input": "Sentence: 'a girl laying on a bench in the park'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-76f6bca824b349f288fc708b8d3029b1", + "input": "Sentence: 'A large elephant is standing behind a fence'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8a5c72074c2945ca99c0cf34015214f5", + "input": "Sentence: 'The skateboarder jumps performing a grab on a ramp'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-120f6e0f65bd4aed84da046b9b782793", + "input": "Sentence: 'A grouping of signs under a blue sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-465b180e644d49159afb7800dbefa811", + "input": "Sentence: 'A person flies a kite over a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8e8f81d105df439ba401e7c5cec290b7", + "input": "Sentence: 'A man walking on a beach with a city in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-84a5f86dcb2c4483bbacd36f69f86839", + "input": "Sentence: 'A man siting on a bench holding a pizza'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-05db5c10b11a47d482872e6511412058", + "input": "Sentence: 'A baseball player holding a bat over home plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-20246e9191aa4403a70dba51dc765c32", + "input": "Sentence: 'A smiling child surrounded by numerous stuffed animals'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-af8975717f774d36ae7e866c2b0919a7", + "input": "Sentence: 'A hand is holding a very small banana'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ebf6546d87c446089e8b0c4b33e839bd", + "input": "Sentence: 'Two zebras out in the wild in the grass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6ee973116f6b4fc8a7ef494cdb7903cb", + "input": "Sentence: 'The train moves along the track through the countryside'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b271cd6f0fa24318b78093e5702c7e86", + "input": "Sentence: 'A young girl that is having fun riding on her skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d80bf2bcd38f415882c851927c1ba904", + "input": "Sentence: 'A spotted dog cuddled up under large pillows'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-09ac8612eae2440fb6866f0b74743b66", + "input": "Sentence: 'A baseball player waiting for the pitch to come his way'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-00a9335e8dff4f278615cc2ebc092662", + "input": "Sentence: 'A giraffe is eating out of a kids hand'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-09f14e58cf2542d6a9c5653f379bc98a", + "input": "Sentence: 'Two city buses parked behind one another on the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-211801e30d1a401dbce1912de2acefc0", + "input": "Sentence: 'A double decker bus is headed for the next stop'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-64dde247941a40669216c5f40794a928", + "input": "Sentence: 'Cows in a barn eating from a trough'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ee202350abd54743aca81e39ba1ac0ea", + "input": "Sentence: 'A blonde woman in a red raincoat looks at a screen while talking on her cellphone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0c25435e203b42dbb569fff09b80422b", + "input": "Sentence: 'A pink flower is sticking out of a green vase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3849eeb0b5b7465eaa085282fcd319c4", + "input": "Sentence: 'A little girl holding a teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1475c43b8ee64780b8ae6b76648c0da3", + "input": "Sentence: 'Two baseball players walking next to a moveable net'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5fad1948e3134f84bea36fa63f8e5e72", + "input": "Sentence: 'A man that is holding a frisbee in his hand'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a34d92538a2a4a36829f0b413627f688", + "input": "Sentence: 'Zebra standing in field of tall grasses and trees grazing'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-44aa129d810f4a6f97180045e0a00af2", + "input": "Sentence: 'A pizza sitting on top of a metal stove'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-759636047d7b4d189b35bce8926f1bfa", + "input": "Sentence: 'A clock moniker at the front of a pier leading to a beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d4a14a28c71b45a68ea7be8cb550ce94", + "input": "Sentence: 'The Big Ben clock tower towering over the city of London'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-836b0e563c1047be9b60a78b23c04ee2", + "input": "Sentence: 'The forearm of a man who is talking on the phone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7738dd8743f64e9b9d922fa910521283", + "input": "Sentence: 'Two inflatable items cast a shadow on the ground as they sway in the wind'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f8cf2e60c94942d2933cfaef0189e477", + "input": "Sentence: 'A couch and a table in a room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-15bf0c1010e346bb915f96a8dcbb079c", + "input": "Sentence: 'A person sitting at a table with two pizzas on pizza pans'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9fb7b02774a84a93bab1b2201a209859", + "input": "Sentence: 'A bunch of cell phones attached to wires'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b33f5ba1ebe7471380ee4f4ccaedbaeb", + "input": "Sentence: 'Kites and flags wave over a parking lot'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7adb23a4a4274e0b9a2f1c61b93bbb9e", + "input": "Sentence: 'A young boy riding a skateboard up the side of a wooden ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-64fcea8df43b419bb2b4a83254f74443", + "input": "Sentence: 'A man flipping upside down on top of a ski slope'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e8245fac5a4343a88b697095095fe808", + "input": "Sentence: 'A bunch of sliced bananas in a plate full of liquid'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d719ea5b1a764715a8afd12546d41531", + "input": "Sentence: 'A bowl of stew, and several plates of English Muffins and bread'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-05f1c057b6724a758a908ad39c730902", + "input": "Sentence: 'A large bird stands on the ledge of a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-071d485f0ede478fa3d28c8eb0b23abe", + "input": "Sentence: 'The door is open to this bathroom that has a candle for decoration'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-edb2f19612814c1bbfcf7e01daf0d5c5", + "input": "Sentence: 'An old fashioned TV sitting in the gutter near a stop sign'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9f60637b55c54a228e3cbcd79c6a7897", + "input": "Sentence: 'a brownie that has some candles coming out of it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-96b8034035574c15b2fe89dc5720739b", + "input": "Sentence: 'the arm of a sofa and a little fridge with a lamp'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-de947b89c73e4d63a97c546c5661942b", + "input": "Sentence: 'The bowl is full of broccoli and some kind of meat'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bc701eef52054153a78f81ff7a621370", + "input": "Sentence: 'A black cat is laying on the back of a couch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-aa1f846a696e40258cdb522b317d0193", + "input": "Sentence: 'A cat with its eyes closed lying on a wicker chair'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c5785d1d05d840eb8fc5df758ea53c7a", + "input": "Sentence: 'Signs in different languages are pointing in all directions'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-efd3e7bcf44f48dcb5b975ecbb659376", + "input": "Sentence: 'A large white polar bear eating a carrot'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9229891ec61f44ada196eac9a6e31677", + "input": "Sentence: 'The men are playing baseball on the field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1c6e6b253f31491cb37b15145152f7ec", + "input": "Sentence: 'A white computer mouse on a desk next to a keyboard'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-97a09eefcdda40ce837862d065f75041", + "input": "Sentence: 'It is an image of an outside space'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6ea76aa1041c4e84aa5e7e56c62a13ad", + "input": "Sentence: 'A man and a little girl holding game controllers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a782b0a1077043c4bcc4f12378fcad82", + "input": "Sentence: 'A kitchen that has some tile on the walls'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dad56967b635471daedb84851d4f1f69", + "input": "Sentence: 'Several kites that are being flown in a field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c8824526b71341b8af3ce3e880076deb", + "input": "Sentence: 'A woman standing next to a giant refrigerator freezer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2041cf56b4a44353a25512b7b75d4c82", + "input": "Sentence: 'The infamous Big Ben clock tower in the city of London'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e76223f3d24345edad7b5e7d70ef1b1d", + "input": "Sentence: 'a person kneeling on sand with a kite'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7697f81464a0490f95bf66f0ea8a7ee3", + "input": "Sentence: 'A couple of bikes parked in front of a bus'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fca067a44c0b45328c030c3c427d2b8d", + "input": "Sentence: 'To men sitting on a bench by the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c353dfcadc5b45c4a22674f93cee8e00", + "input": "Sentence: 'A man dressed in business attire addressing a crowd'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2fb9f4d099164a0d98c313e4e0a74e56", + "input": "Sentence: 'A man riding a skateboard on a walkway surrounded by people'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4f5c859d85c240fb921cc528581f1906", + "input": "Sentence: 'Elephants in a national park blowing dust around'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3c785ae3c17441e19826b616e8c2f3eb", + "input": "Sentence: 'Healthy well balanced meal with protein, dairy, vegetables and carbs'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a87de0ae5f6140bba82a7235e2fe638c", + "input": "Sentence: 'A wall with urinals and a television in a bathroom'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0bdcef30c00446d38348283dc1bb8c0e", + "input": "Sentence: 'Black dog in a mowed field returning a frisbee to the thrower'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-829ee6c6b15840b38c88f4f155a6b28d", + "input": "Sentence: 'A man and a woman playing tennis on a tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-87adef189f23426d8cf595b149013910", + "input": "Sentence: 'A pitcher at the pitcher's mound in the middle of a pitch'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d68e2f5f0a9e477e91d494830a2b2006", + "input": "Sentence: 'A bathroom, with a toilet, sink, and hanging towels in it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1b97a5e9f0a844639162d1be8bd682e9", + "input": "Sentence: 'A pink door way shows a white walled room with a screen door showing the outside that has a window with striped valance and blinds, a maroon chair with plaid arm rests and ottoman, tables, also artwork and a lamp, both of which pick up the maroon'. Count the number of verbs in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ffd95c17328e45d0b748201d87229dbd", + "input": "Sentence: 'A street sign with street name and city location on it'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-d67c86cfc1734a1490183d63cb3b9e2c", + "input": "Sentence: 'A deep dish pizza sitting on top of a table next to a spatula'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8da17204f0b04d209a50bdd3f778d50d", + "input": "Sentence: 'A dog is in the grass trying to catch a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f3d30563500041dd8902caf7e4216800", + "input": "Sentence: 'A couple of cars on a city street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-edfa702ebccb43cba540c0f93dd41d34", + "input": "Sentence: 'Person on the beach flying a black and red kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-97316cbed5ee4d879a9d1b67ff6d05de", + "input": "Sentence: 'A small boat that is pulling a larger boat'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-79e9e27eefb040fabe57010d67102f8c", + "input": "Sentence: 'A small oval orange couch and ottoman with pineapple pillows'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-90658500eb364e909240985fbec96ef8", + "input": "Sentence: 'A vintage photo of a man in a bowler hat feeding a zebra'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-51302b8e9cd7439b803990a72a629a1d", + "input": "Sentence: 'A bunch of kids are practicing baseball at the school tracking field'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-06feadedaa1348ce8c77de886114cef7", + "input": "Sentence: 'a window with shelves displaying colorful glasses and pitchers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ab35c7d37b964a349c8ddc46abeaeb6a", + "input": "Sentence: 'A yellow fire hydrant sitting at the top of a green hill'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a620dfed7dc84226b09f2e70b2929e50", + "input": "Sentence: 'multiple bicycles that are chained near a no parking sign'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b5ec26b11bd841bd82dcd4c1fe0517e1", + "input": "Sentence: 'An empty gazebo in front of a large white church'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c0529850afef49b796bdb88448553efc", + "input": "Sentence: 'A group of people are all playing video games'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b98385dd418641cf999a7dbc4e6ad815", + "input": "Sentence: 'THERE ARE MEN WORKING ON THE RAILROAD'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a849d64fab3642869df195e48906fa6b", + "input": "Sentence: 'A man flying a kite at the beach while several people walk by'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-32e516d4c270432784b6176bd0878571", + "input": "Sentence: '2 jars of green-colored canned preserves next to two green tomatoes'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-352c3d7ac3b64b51a58ffcbc7bab9409", + "input": "Sentence: 'Two young fully clothed ladies on a made-up bed'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-04435cc76e3143e4a008a5a2d868f65a", + "input": "Sentence: 'A corner rack with ties tied on both sides'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7cb57153cb154f9b8fa268ec87c3e583", + "input": "Sentence: 'A little boy is getting into a refrigerator'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eb22d49f79ff48cb9b9193f77d2f9518", + "input": "Sentence: 'a man and a kid on a motor bike smiley'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4df36e30da854ca093c452a1a3461825", + "input": "Sentence: 'A group of businessmen pose in a lobby'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7bb5a0aadfb94df9b9ad0d7985633f2f", + "input": "Sentence: 'A single surfboarder surfs on a small wave'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3a782905edf14977adf921f9642a73b0", + "input": "Sentence: 'A woman talking on a cell phone walking down a street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f92925beae9c444d94bc54ef9715030b", + "input": "Sentence: 'an image of a night life scene that has cars passing by fast'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-82a3470894be472e91a0030f5596a21e", + "input": "Sentence: 'a person jumping a skate board into the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2ac7551770b14bc5b55e5e4f3bf5efb7", + "input": "Sentence: 'Black and white photograph of a group of people playing tennis'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a22204282caa476b9f609b446cac63f9", + "input": "Sentence: 'A mixture of flowers for sale under the umbrella'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3bdb21a4c1c5472285331db2eb9f5767", + "input": "Sentence: 'A herd of African elephants gather at a water hole'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-220cee1c8c804fe1a482c206b515774d", + "input": "Sentence: 'a person flying a kite on a beach near water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8007fc01485d43db9eb4aa5132e86473", + "input": "Sentence: 'a couple of giraffes are standing in a grassy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-52189c12d9e040b2befe30b6fa41101f", + "input": "Sentence: 'A person sitting on the ground while snowboarding'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c47f89e0a51f4bc4b56de71695389e28", + "input": "Sentence: 'an image of a fan base of people at a sporting event'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-0750076b7d1c4485b81636862dd6d848", + "input": "Sentence: 'A man resting his hands on the back of a couch'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a9c014bf87cd41af9793589d2a97aaa6", + "input": "Sentence: 'Girl holding a multi-colored kite beside a wood shed'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8cb11d3083fd4715aeae97b60edf389a", + "input": "Sentence: 'A necklace that is under a hair clip'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c044fea81c7d4845abdd96c3306e1211", + "input": "Sentence: 'a bike chained onto a double parking meter'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-49ad97cd499547748066c65d387b739f", + "input": "Sentence: 'Two men standing on a tennis court about to fist pump'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6f34f360a3f245529804e8dca74b4855", + "input": "Sentence: 'A small device is sitting on a wood table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cccd24b7172646d0a6d646c2e0d6cfbd", + "input": "Sentence: 'A man in a suit snaps a mirror selfie'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-df186c484c2a4e0b8bc9e6373dcd4303", + "input": "Sentence: 'a male wearing a black robe and hat is holding a keyboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7a9d56f2b80f41a1b3908d526ace48d7", + "input": "Sentence: 'A sandwich with sweet potato fries on a yellow plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0848783f4a0546f882b20c348fbb29c8", + "input": "Sentence: 'A snow skier slows down while skiing on a slope'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c860a6e8a87047598eb7a4fb415ba3de", + "input": "Sentence: 'A lunch truck with people eating next to it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9586eadbf62e4c1bb961d80e43cfd1b1", + "input": "Sentence: 'Snowboarder going down the side of the mountain of snow'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1f9df79703a8470984d833ba2b13b8b1", + "input": "Sentence: 'The jar that is left out on the table is dirty'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a59fac287a4d46778e73e5af39a9bf65", + "input": "Sentence: 'Three people are sitting in a room on laptops'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-20c7127c930942f5897ff67bf8890247", + "input": "Sentence: 'A display of broccoli and squashed in bins'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8eb5ad1b6c804565b17b71b7c7447f84", + "input": "Sentence: 'A abandoned yellow and blue train on tracks'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f7e335195b9d413dade2b816ddcae256", + "input": "Sentence: 'Wine is being poured into a wine glass with a syringe'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6de01371e8354e149f5ec6197b06d795", + "input": "Sentence: 'A computer on a table with all kinds of bottles and other items'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ba149375fb274916878324fe90732dbf", + "input": "Sentence: 'A hoagie and fries are sitting on a plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c42a1d5f926645c98315761024f74e85", + "input": "Sentence: 'Two people surfing in the sea and flying kites'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4a128cbc9a894f11a6d5050e78685ee6", + "input": "Sentence: 'A group of giraffe standing on top of a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d0c0b04dbcd74025a45c83a62b61004b", + "input": "Sentence: 'A dachshund dog standing on a desk next to a stuffed animal penguin and a laptop computer and keyboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9b3c3eba511d4c82a45af2ce5e945504", + "input": "Sentence: 'An airplane stopped on the runway to unload passengers'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-70186ac08c8b487d9d1153d3e425deee", + "input": "Sentence: 'A woman in gold shies takes a selfie photo in a bathroom mirror'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-296cb3adb4cb45ae922cda567a278ec0", + "input": "Sentence: 'A giraffe reaching for leaves as a pair of ostriches watch'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4468b82f8def4c1787e06e6daa403857", + "input": "Sentence: 'A square pizza sits on a pan next to a monkey plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7d884e739c094132b7a575101e05fc07", + "input": "Sentence: 'A black an white photo of a skateboarder in the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-219e7df4205441198d3c62ff2c85bf4e", + "input": "Sentence: 'A man surfing the waves in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d59b91df87b6411bb2876c565039eb0f", + "input": "Sentence: 'The cat is getting all wrapped up in the drapes'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4d00117b13654de3a6620d87a6457310", + "input": "Sentence: 'Three people standing next to each other on skis in the snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-61d6c083fb99456da32f5c9a34ceee9a", + "input": "Sentence: 'a piece of pizza on a plate next to a cell phone'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-506703bb300c494c8dc5bdc1fa09fc54", + "input": "Sentence: 'A man holding a game controller makes an arm movement'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-175f34beda9b4cfcaf9c205f2f132882", + "input": "Sentence: 'A group of colorful kites are flying in the sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5108b82ff8e747e39f05e097d4db727b", + "input": "Sentence: 'some cars in the road and a street light with a red light'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d8d78acf19c94c34bb2349a7703d409e", + "input": "Sentence: 'A man who is holding a small laptop and smiling'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8b5792bbb9f94a90a45033b265a71795", + "input": "Sentence: 'A pair of giraffes looking in the opposite direction of each other'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d2e8fab2ad4746ef90e502a9d3c528a5", + "input": "Sentence: 'A large clock tower stands against a clear sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-817f28bed30a4d0f9252fe443fab73a8", + "input": "Sentence: 'A group of commuters standing next to a passenger train'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2e31dd835ab74918a20e831a5e6e16ca", + "input": "Sentence: 'A plane parked on a road near a grassy area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d255bd241b874bcba81909cd69bdd60b", + "input": "Sentence: 'Two globes and two balls on top of a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-efe0500dd10c4a6bbfcc7a89dc1bcd78", + "input": "Sentence: 'A bunch of broccoli chopped up on a chopping board'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f541e2d91e8a4aed869ea1cde40ff127", + "input": "Sentence: 'A large jetliner flying through the sky with it's landing gear down'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-66c8a462208a4aeba39e49b51b00f35c", + "input": "Sentence: 'Two boys skate boarding down a city sidewalk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c276f73f83de4aae82fede5fb238839d", + "input": "Sentence: 'a pair of zebras in a fenced in area'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-eaa69ccaab19401c9801001b547740ab", + "input": "Sentence: 'Large group of fruit with slices of fruit in front'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1f79279aabde4cd3a32dec6c6789fe25", + "input": "Sentence: 'A black cat relaxes atop a church, near a cross'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3bd8b12f23bb4dea87d74cee6d758a17", + "input": "Sentence: 'A dark colored bird sits on a branch of a tree'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c6a968e840a042878ed4695a7b4b5ad3", + "input": "Sentence: 'Several pizzas sit upon a baking sheet on a counter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-17bf67b8728c45009323043f868713f3", + "input": "Sentence: 'Some people and chickens hang out in an undeveloped space'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b65feafa07bf45cb85939422e520a886", + "input": "Sentence: 'A view of a beach with closed umbrellas at sunset'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ee6a04f2d09b42f8ae94fdf261e5779f", + "input": "Sentence: 'A couple is walking through a carnival and passing a large assortment of stuffed animals'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4edef8df57cf4dce9c543cc214306fa8", + "input": "Sentence: 'A skateboarder is going into a bowl for a trick'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-357d32e5c28a4a5795135c31290fe725", + "input": "Sentence: 'A table with a stone tray and a pizza with cheese'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-169360cd70fe491aa9690a69283d05a8", + "input": "Sentence: 'A bunch of bags of luggage sitting on the floor'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e261e2b4e323424aabb908c0aa800b54", + "input": "Sentence: 'a couple of cars are parked next to a street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d4eebe71ebc849f988001e7dc8080cc6", + "input": "Sentence: 'Three people are sitting in a room on laptops'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-23ba97490a8d42a58f081a25387e336b", + "input": "Sentence: 'A man sits on a motorcycle with two women around him'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4add63da81344ef4811aaa146fd0be3f", + "input": "Sentence: 'A young man hitting tennis balls on a court'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c893b7e76f2748829637ed81cd0f4814", + "input": "Sentence: 'A bunch of guys in military uniforms by a big plane'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9edbafda0ebb45dcb77c162aec90622e", + "input": "Sentence: 'Two people are playing Frisbee on the field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-24ebd6d225c94ba6913a99a27eb18e81", + "input": "Sentence: 'A compartmentalized tray holds a variety of food'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fd991890ff094b05b4cb4cf19e8b595b", + "input": "Sentence: 'A grandfather clock next to wall with windows and paintings'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9b099bca0822465cb46f2f7c0b18850b", + "input": "Sentence: 'An old, dirty toilet in a small bathroom that is falling down'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-300856fadec14b4e904770c2e7029917", + "input": "Sentence: 'A plate filled with fruits like oranges and raspberries'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b8c1cd54b53d4e64a6d62b5e3aea5f59", + "input": "Sentence: 'A man is holding his hands over a barrel'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-62bd1155e75b45a3b978fceca49f6419", + "input": "Sentence: 'A man sitting on the side of a wooden skateboard ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-531fbd567f9a418fb48084eef1a3ee09", + "input": "Sentence: 'this is a woman carrying a blue purse'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f4fb221f0a6d4fcdb30f6537c3fa7141", + "input": "Sentence: 'A person in the water standing on a surfboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-749a4e9c226342ed9b5132929f8096cc", + "input": "Sentence: 'A man in plaid shawl walking with a black horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ce32bb31a80a4130b981b594e537672e", + "input": "Sentence: 'Two big white city buses parked near the curb'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6317483705b84accbb1d43dbcdf9ff3c", + "input": "Sentence: 'A red motorcycle on a carpet inside of a house'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2ac4ce8ec44249ec89878ba69569c72c", + "input": "Sentence: 'A woman on a cell phone sitting on several chairs in an open shopping mall'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-3db22e0c082c405a8f29990a5527e254", + "input": "Sentence: 'A man and woman dressed in black are cheek to cheek'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c2be65db206b4dcc945b958a7099565a", + "input": "Sentence: 'A woman riding a surfboard on top of a wave in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-82d2592ba50f485dbd58fb1d133bec70", + "input": "Sentence: 'A couple of giraffe standing next to each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0ce5f1ca15684a518ebe82e92dff8705", + "input": "Sentence: 'A plane that is flying over a mountain'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2cff9753f099452eb755bad9223adffb", + "input": "Sentence: 'A boy in a blue and white shirt playing tennis on a brown tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ed471db5aa647869e5136c3e5cc69a0", + "input": "Sentence: 'A toddler is laying on some kind of flat surface'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-564217e5c0c34f15b1891c10c0dd2d59", + "input": "Sentence: 'Woman in pink shirt holding a frisbee in a park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5841d3ec93294b7bb9a3f03091959607", + "input": "Sentence: 'a big bear sticks his tongue out of his mouth'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a1657e229eb44c4892198d306fd0d51", + "input": "Sentence: 'Three horsed grazing in a field bordered by tree.s'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2570028591634e9b977a42face8edf36", + "input": "Sentence: 'Traffic lights on a city street at dusk'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-779c4c2a49044e5aa26505e028c9ad8c", + "input": "Sentence: 'A nighttime view of a marina filled with boats'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b8ba984bbb1f431abf3f12c9c55c9613", + "input": "Sentence: 'A woman posing with a bat and wearing a batting helmet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5c2c185a78e44132a44456a96a554ccc", + "input": "Sentence: 'Many people wait on surfboards in the calm water for a wave'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5766553d41d54598813d2c2bfdd2946a", + "input": "Sentence: 'A small clock in a big room seen through a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-31077e87cac24e21b3240164d780afa3", + "input": "Sentence: 'A stuffed penguin sits next to a laptop computer'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-191638a737a6439e86a36ee05c4f0ac1", + "input": "Sentence: 'A blonde haired curly woman cutting an apple outside'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cd039b40b2ba45fa82f004c4c88e2edb", + "input": "Sentence: 'A handicap toilet with several rolls of tissue paper'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3b273896e1374cce9391e28eb5d7e72c", + "input": "Sentence: 'A row team with a lead woman shouting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7ee77dff05b1499b880dd791a99b305a", + "input": "Sentence: 'Two men with wii remotes playing video games'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cade321a599c4dbe84526b22b7fc3515", + "input": "Sentence: 'A large amount of animals standing around in a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f29cd16d92e844709326c8d2b60fa251", + "input": "Sentence: 'Piles of food including, onions, carrots, peppers, nuts along with others'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2c816126db824f478309b13956dcf44f", + "input": "Sentence: 'there are many people sitting outside at tables'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-673dede6661b4aaba89650db058cbf0b", + "input": "Sentence: 'A blue ceramic vase filled with yellow and white flowers'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-608b819ee02d4903971494320e95cee7", + "input": "Sentence: 'A lego set shows a fo bathroom setting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1fb4e59e148f489d871f40b286773de9", + "input": "Sentence: 'a woman jumping up while hitting a tennis ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1cfb61d9f44a46139f3f691300f9e65b", + "input": "Sentence: 'A large cat sitting on top of a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-548cd3f51cc74ebb97ecbda59a271cc0", + "input": "Sentence: 'Man with luggage stands around bikes and a no children zone sign'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-5d7c143080e54478b91343e307ee6346", + "input": "Sentence: 'A griaffe standing in a meadow staring at the photographer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9c47e7e2563e453ea9d0e153013e93db", + "input": "Sentence: 'A cat is sitting in the driver's seat while staring at the pedals'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0369e8e3065c418fa0a94f5af02e6d64", + "input": "Sentence: 'A young girl in a dress holding something'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-84fe62907deb47b3899d59b73c6f46ba", + "input": "Sentence: 'The players are playing a game of Frisbee on the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9eeb6986f10f4111bb9b58474034f5dc", + "input": "Sentence: 'A little cat sits on a laptop keyboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-43d64f5824aa468e87cba1230c1eee38", + "input": "Sentence: 'The airplanes are parked at the airport terminal'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-499adb5475d74239ab7c21f67691d1bb", + "input": "Sentence: 'A slice of chocolate cheesecake with whipped cream on a saucer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7f35dd38385c47cf8efe1b45e3ea5233", + "input": "Sentence: 'there is a woman riding a scooter down a dirt road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-246e305836ed4ff3850629e9aa2f963d", + "input": "Sentence: 'This is a very big piece of cake on a green plate'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a8340502ebc34b299bb15431567ec72e", + "input": "Sentence: 'A lonely piece of chocolate cake on a white plate with a black rim'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c31d69ab74e7459f960febe6e35b6583", + "input": "Sentence: 'A single wilting rose in a clear glass vase'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9f233e46adb74829b6e96b0d1a3618d7", + "input": "Sentence: 'Black couches surround a TV in an open room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fc06a9e528d44052a8778b4274097615", + "input": "Sentence: 'there is a surfer that is walking towards the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-68651a66660746cf89059f59bee9e148", + "input": "Sentence: 'a kitchen with a big spice rack and a little dining table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7fa70c180e0f483eaef7b6b1ec26600c", + "input": "Sentence: 'There are street signs at the corner of a large city street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-46fcfbfe81b244068ae34f2616dbb3dc", + "input": "Sentence: 'A cup of soup on a metal saucer next to other plates of food'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-12d835c2fbed45b4a5d0696b29eae419", + "input": "Sentence: 'A pan topped with a cheesy pizza and a spatula'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a9a3805b218b4298ad99b134620de32a", + "input": "Sentence: 'The giraffe is standing directly under a tree'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ed6f7c6d75ed4e7a87e2517866ffedc7", + "input": "Sentence: 'a phone with lines running on the sreen'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-15eeadaa79314bd8a0c5a62d93dfde94", + "input": "Sentence: 'A elephant that is walking in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-13e90857eada4bb79cfe8d26c36a7634", + "input": "Sentence: 'a man taking on a cell phone while inside a house'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-412dd72da5c4436a83a23c9189eea59d", + "input": "Sentence: 'Three people on horses on a beach with a dog'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3cfe01f85cc14f71afd8053d21fd73ab", + "input": "Sentence: 'A fire truck is parked in a bleak and grey garage'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa757a82ff0647ecb99d9363563b01f2", + "input": "Sentence: 'A large brown bear next to some rocks'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-78135afa09a442198eee8a569802fb83", + "input": "Sentence: 'A couple boats are pulled up to the shore of a river'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9ddd3e62ed0246c4b78fe81912d19dad", + "input": "Sentence: 'A restored Woodie brings back old beach memories'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ab2db9834b174a9e9f5a1db527579d6a", + "input": "Sentence: 'Sheep grazing in a fenced off grass field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d27c60931af84189938305ec90d7b898", + "input": "Sentence: 'A person standing on a white square playing a video game'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1f11c03380d34ac3a5c287daf9ad7589", + "input": "Sentence: 'A plate topped with a cheesy burger and a pile of fries'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-16720b8099c34d17b898593c3b470180", + "input": "Sentence: 'Skateboarder showing off over a half pipe in a park'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4fe62c874afb47a088d47e8f7ea63a74", + "input": "Sentence: 'A cat laying on a rug playing with a dog's tale'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9abc59241d2646a0a87330d2214d1867", + "input": "Sentence: 'A woman walking through the city with an umbrella'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-03a8793a5d3c4939b2ac037b6462365f", + "input": "Sentence: 'A train set inside during daytime in some room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8e894fd2acb744aeaee0bf78fca9b478", + "input": "Sentence: 'A very small brown colored bathroom with a white toilet'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-76a75c0ed73d4184b6353e46624c9f0c", + "input": "Sentence: 'Some birds that are standing on some debris in water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3cc232aa5a924bd4ab408acd6af72fc8", + "input": "Sentence: 'a man sitting on a surf board in the water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f24cca2739ed48bb8f3a9e31fd1d3b44", + "input": "Sentence: 'A guy in a hat and scarf cooking on a grill'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0fd1363b9fc84a72873501db404deddf", + "input": "Sentence: 'A group of people march across a field with a red flag'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b7fa244cd50c4390bbd49b432d38ef57", + "input": "Sentence: 'Two young girls sitting on top of a bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-25ff8361c280455686c7194dde480506", + "input": "Sentence: 'Two women stand next to a stop sign with a can of white paint'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2da66f9e8c1a431cb694a8f1798b4fbd", + "input": "Sentence: 'A group of people gathered around a table with food on their plates'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-117499d681d94e7dbcc8d0d6d03088ce", + "input": "Sentence: 'A sphere like object holding up a hat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-92e1de4d443c4c29b2cc76f6a3a8ab55", + "input": "Sentence: 'a bike cycle that is on a concrete pad'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-54a1e88df1624935993af7d0e92fa225", + "input": "Sentence: 'A person doing a skateboard trick off the back tailgate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fa7f577f81a5483b945cb5deeec278be", + "input": "Sentence: 'A sign is shown that reads Fashion District'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0c61a49671da466daadf1c9aeda167f6", + "input": "Sentence: 'a male with a tennis racket and a woman in a black dress'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-600f9813904b4ef0aab659accb210db1", + "input": "Sentence: 'row of colored umbrellas next to a body of water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fe2ec775dadc42f28bbf7bcef0bf566d", + "input": "Sentence: 'City lights along a city road at night shining bright'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ed0823db534341a0a17294a4d499abcf", + "input": "Sentence: 'A person checking out what kind of cheese is on the sub sandwich'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-20ade88bf4a44ec78d44e27096726ff9", + "input": "Sentence: 'There is a very large zebra painted new zealand airplane'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-08375e524e84436abb4ee60ade8b9e15", + "input": "Sentence: 'A bathroom with a white sink next to a toilet paper roller'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-036fea72adbe4cb38b81a8f01e735c29", + "input": "Sentence: 'Cows outside that are grazing on the grass around them'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0e4c880c46ab43a1995f06c1175eaba3", + "input": "Sentence: 'A fridge is shown with many magnets covering it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-19d70e21bde64ac99097e8512a68eb40", + "input": "Sentence: 'An old brick building contains an appliance store'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-142be8488d9149089d2dceeed618e074", + "input": "Sentence: 'A white sink sitting on top of a counter under a mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-00036459b3fa49c2a254b24101321bcd", + "input": "Sentence: 'A Herd of Elephants in a body of water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8e1ba60e67e94d60a31c9884e6864661", + "input": "Sentence: 'The two elephants are walking together in the field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-197e4ff00e6e4ff39beb79e33d8b7301", + "input": "Sentence: 'Inside house living room and dining room with furniture'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-61f6b43e37a943e68391d8a65dee03c1", + "input": "Sentence: 'Several giraffe somewhat distant standing on the edge of a wooded area'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2fbf9d059c0f498390aa8bd6680512ba", + "input": "Sentence: 'A gray cylindrical tank on a flat orange rail car, a ladder draped on its side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b53072f1399a44d68ab6643a0f9c60c6", + "input": "Sentence: 'A giraffe standing next to a stone wall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0ea1d56e4964400d9a978dc5b9072ef7", + "input": "Sentence: 'A surfer rides a tall crashing wave onto the beach'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9a70a6f12fca42ab9dda9ce01350d2a0", + "input": "Sentence: 'Several White Castle hamburgers sitting in a bag'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dba4a9627d9845eeb534e1c153cf4479", + "input": "Sentence: 'a couple of animals walking on a rock road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e1ce1885f057426294617e77b234d67c", + "input": "Sentence: 'A baseball player stands ready at the plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0f854325f2b84e818fab02b36e01a36b", + "input": "Sentence: 'A group of people playing a game of frisbee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7918b60a31db400487d7f6ca96a1cd02", + "input": "Sentence: 'A marina area full of boats lined in rows'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8dd64b4d358a440c87c42ad182274e65", + "input": "Sentence: 'A couple of giraffe standing next to each other near a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-874898bd0e7b41a28651717413037dee", + "input": "Sentence: 'A table is shown with cakes on top of it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9e814f9671424d1b96e39a4798a68e70", + "input": "Sentence: 'Luggage coming down a carousel at an airport'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-798aea82891d411d989c64efff924169", + "input": "Sentence: 'Cat sitting on wooden cutting board with knife'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e68196f78a3c49fd8cb497b4c745515c", + "input": "Sentence: 'A LIVING ROOM WITH CHAIRS AND LAMPS WITH EGGS KEPT ON THE TABLE'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a06aebd79b7746648c20c1e8c1768960", + "input": "Sentence: 'a kid smiling nest to a cake on the counter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1a3d7804649d4f769c3900dfde6719f2", + "input": "Sentence: 'A registration tent for a bike event, with several people milling about'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1e9d484ce90745e482fb8151e4558be3", + "input": "Sentence: 'A bathroom has decorative tile on the floor and is clean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cc7e74d2965048369747e6f6dd5115e3", + "input": "Sentence: 'A picture of the side of a semi showing chefs'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5eec2195a0cb40a794abb835a8f13ef0", + "input": "Sentence: 'Man walking on a sidewalk that is sloping downhill approaching the corner'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-79ae4085af124e8bbde4eddc7f58fc93", + "input": "Sentence: 'Cars driving on the street and people walking on the sidewalk in a city'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2874cbdea9814e32ab5bc2246eba6720", + "input": "Sentence: 'A cat laying on top of a computer keyboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9365325700bf44d3972537bdedf61799", + "input": "Sentence: 'A man is standing in the door frame of a room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f16c664174404c278fa5e8f5936afdbc", + "input": "Sentence: 'Birds on a platform flying on and off'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-72857d8634e14dfcb9f298f3a9dcd3fb", + "input": "Sentence: 'People in a crosswalk waiting for street car to pass by'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c498f4ec939b4139b6a7afe658bc0454", + "input": "Sentence: 'A man flying through the air while riding skis'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-58c0b58330414e018df504e7838c0224", + "input": "Sentence: 'a shopping card is stood on end and bike locked to a parking meter'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-0650a77cfbff4e05981648d67adbe952", + "input": "Sentence: 'A large passenger jet sitting on top of an airport runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d753b8cb73f84be6aef5c84d8b99c36f", + "input": "Sentence: 'a horse on a field of grass behind a fence'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f7c8d2c5c8204236ac4de6c7ca4e2b03", + "input": "Sentence: 'A white fishing boat is on the water not far from a beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-687a609f23b84626a7d6af70acf43f5b", + "input": "Sentence: 'A herd of cattle grazing on a dry grass field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dc76c53ff2e04d1395690390dbe15974", + "input": "Sentence: 'A blue and silver motorcycle parked on a beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6eeb4cc982964c46b9d1304e326a6d9c", + "input": "Sentence: 'Baseball player swinging bat to hit approaching baseball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-adcbc0baf30f4219a52f59187e3350ea", + "input": "Sentence: 'Good friends pose for a picture sitting on a wall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-87361944842e430aabf9186759e00ac0", + "input": "Sentence: 'Five zebras wandering in front of some trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3f5ad9b650324d73a9bf015eecaaba7e", + "input": "Sentence: 'A street sigh with directions to multiple destinations'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c99a2fbd4cf940398f4570f672fdbe17", + "input": "Sentence: 'Several boats at the sandy shore line'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8406ac36beb040fba290b71cc39f5193", + "input": "Sentence: 'A man laughs while sitting on a bench'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-333208aead7f41d6a52f025b580c6fe2", + "input": "Sentence: 'A fluffy black cat lays in a black suitcase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5056e56437fa43fea6ca14f9ef777cb3", + "input": "Sentence: 'A skateboarder doing a trick at a skate park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3029264acf9d4affaffa510712f9bac5", + "input": "Sentence: 'Dogs and cat sleeping on big comfortable couch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f7f25166e6c240e89e947cfca55b13d6", + "input": "Sentence: 'A beach area with people on it and kites flying above'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-db01759aad864187922b3afe5718d4a8", + "input": "Sentence: 'Workers wearing hats and aprons work behind the counter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d2c19ba0a317483abae33f7e4843d07b", + "input": "Sentence: 'A crowd of people standing around a large blue state'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-28735ac05cdf4d529d63d147cf4c1984", + "input": "Sentence: 'The two beds in the hotel room have been made'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0430afbed898469d9c859ba676d11c1b", + "input": "Sentence: 'A couple of tables and chairs with umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b1faee3591294c5b8f3312c3abb4aaa1", + "input": "Sentence: 'there is a opening on the street of the building n the city'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d9d50595d38b41968a30cc17f6677d75", + "input": "Sentence: 'A girl is holding a kite on a beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7034d6f8ccfb4a2bb1ffb86dd80272b9", + "input": "Sentence: '9 donuts and a piece of another donut in a Dunkin Donuts box'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d1f24962121e4398ab2a6cf672b78f5a", + "input": "Sentence: 'A motorcyclists wearing a pink helmet stopped looking ahead at man'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cfc8e940c69b4a86895499cf719fc26b", + "input": "Sentence: 'A pile of fresh fruits and vegetables on top of a counter'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-bc136839ea1b473fbe85c67b8535a0fa", + "input": "Sentence: 'Multiple goats stand atop a grassy hill with a tree'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-771efefe3be14257a3af9fa390d3aa75", + "input": "Sentence: 'The brown bear is alone caged outside for people to visit'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a0ab1120d6f34ad5bc915a95111e1d39", + "input": "Sentence: 'A moose is standing out by a river'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a4c6e89b42d548d6bd4c77523431cb95", + "input": "Sentence: 'there is a woman riding a blue scooter in the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d924e9c800b149bb868eb1e79de309f1", + "input": "Sentence: 'Two guys wearing glasses playing a game with the Wii remote controllers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-86289078e7d24d1293310809e534e509", + "input": "Sentence: 'A bird standing in a grassy and sandy area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fdc7d96d1535454a996d98eedf61b452", + "input": "Sentence: 'A couple of young kids standing next to each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ad6f399299454abc93b69e7c403ef6b3", + "input": "Sentence: 'A man that is holding a frisbee in his hand'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e17dd41664844e51930d8f661fce1e40", + "input": "Sentence: 'Two cows lie in a field with a mountain in the background'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2a301becbea445b8a5bbd5419dd3cd06", + "input": "Sentence: 'a bunch of people at a table with food'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dbf98caa41ef427a90d4ee79d8a3fa50", + "input": "Sentence: 'A kitty with a human, channel changer and juice can'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1c765ec990c2451eb870a6f0a8649e90", + "input": "Sentence: 'an image of a man that is on floor playing with child'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5e60de7901e84c25a1f8137f15d0d794", + "input": "Sentence: 'A bathroom scene with a toilet, sink and a mirror'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-212b9e9998594708a7d5aeb409f338ac", + "input": "Sentence: 'A luxurious spa area with a tub and seating area'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-711dd68900c3474b886c5e4a63393c9c", + "input": "Sentence: 'Black and white photo of older train on tracks'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d36f301f3d2f4741b74df67c3b95b2b3", + "input": "Sentence: 'A wooden table sitting in the middle of a kitchen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-460d5a21f24e4bffadee986d037bf369", + "input": "Sentence: 'a person standing in a field flying a kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-38c891b4f3aa41f3bcec63e9aea76329", + "input": "Sentence: 'A ladder is set next to an oven in a kitchen'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-abaa988d871b4b5f8bab3a0c9fe3207d", + "input": "Sentence: 'two men in suites some flags and pillars'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6bda0c8e1c744e0e8e88fd6e6cd1955f", + "input": "Sentence: 'A table set for breakfast with tea an two plates with eggs and sausages'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dbfbcfe3a4bb4b38ac5d3f49ecd0cc30", + "input": "Sentence: 'a white ox ox is eating some grass by some water and rocks'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3268ad7d9c7e4219a3e353df96038832", + "input": "Sentence: 'A woman drinking wine is standing near a dining table'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-545c33bbb6ac4371be2f4f958f9ffd31", + "input": "Sentence: 'Cows chew on grass in a field near a forest of trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4a9dfaa7b571454994f8ec918030d51d", + "input": "Sentence: 'A boy holds a white frisbee with a purple paw print on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ba76bceb137845d5a3e8c7b8a33902c0", + "input": "Sentence: 'A person holds a human-sized teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-245059c99b7d4ceeac33fdd5cbbb452d", + "input": "Sentence: 'A street full of houses in a residential neighborhood in late afternoon'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-bc75d4da9313479a9a094ae1c402881d", + "input": "Sentence: 'An iPad on a well-made bed with pillows'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3bc8c537280d4532ac09f9207bcf5208", + "input": "Sentence: 'a person riding a skate board on a city side walk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dd01e98c6939466881adef0b95592ae0", + "input": "Sentence: 'A shirtless man swinging at a tennis ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-784a186a4d3f4e139d1ea027efd6da4d", + "input": "Sentence: 'a large green and white clock tower in the middle of a plaza'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-10cf4b0c1f4f4179a221dce7ef66257e", + "input": "Sentence: 'Three elephants stand and drink at the edge of the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8894020e2b9e48b581d77d4a5daffedb", + "input": "Sentence: 'A person is walking with their dog in a backpack in the park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e88684be45c24271b88e1fa377dedfd6", + "input": "Sentence: 'a couple of birds that are sitting next to each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d880c586ca0147519290f477423e63d7", + "input": "Sentence: 'A pile of teddy bears and dolls in a toy box'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3a01cb9fa6814527a561909589f265a5", + "input": "Sentence: 'Two men sit together as they have a drink'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-918387084b80491689061720bab405de", + "input": "Sentence: 'A photo of a train coming to a train platform'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a3b6803ea2064589971ae29edda464af", + "input": "Sentence: 'A little girl holding a teddy bear'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-da4e8cdf408b4d6ebb999772d52e0f85", + "input": "Sentence: 'Man rubs hands and looks to long narrow pizza'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c7bfd24f099c4411b22691a2dd02e7a0", + "input": "Sentence: 'The donuts are going to be fresh out of the oven'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-89577164c37445de9f05e5c42eeec052", + "input": "Sentence: 'Two people are traveling along a path near a tall structure and horse-like sculpture in a foggy grassland'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-547583f2f07c4036a1918a19b17242e7", + "input": "Sentence: 'Two white teddy bears sitting next to each other on a bed covered in pillows'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5f800b9f46f64f35ab9ba586155cf908", + "input": "Sentence: 'A photo taken inside a parking lot of a car and several suitcases'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d67da311ff29444589ffe3e2f36aa57d", + "input": "Sentence: 'a snowboarder in a green jacket is doing a jump'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-394caebd53ee43509310d8653156f9e2", + "input": "Sentence: 'Two Hot Dogs with ketchup are on a white plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-211366b3d2eb4dd3bca5a00579f62026", + "input": "Sentence: 'A man holding a tennis racquet up to the sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4fc0954224fa46a59fdeab42481d6da1", + "input": "Sentence: 'A small colorful plane sits on the tarmac in front of a hangar'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4585b85ee18d4a64b86a3ab816ca8bb1", + "input": "Sentence: 'A girl is laying in an adjustable bed'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b7ff915a2be146f2b18c4e5406465594", + "input": "Sentence: 'A man makes a backhand shot in a tennis match on a clay court'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-2f3c21d9d6f2497a89e8556f6816ba8a", + "input": "Sentence: 'A bunch of stuffed bears and gift boxes in a suitcase'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7d2b67dda9994daaa95258ba6e0b35cf", + "input": "Sentence: 'a patch of vegetation sits next to a small tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9b94f6d4b1d04983bddc036b179c5831", + "input": "Sentence: 'two giraffes walking between trees in a zoo setting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-135af9ddda1a4763a605cbf246e71a57", + "input": "Sentence: 'A motorcycle cop riding through a training course in the rain'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-016272f304d34a25b239862e981b44b6", + "input": "Sentence: 'A group of businessmen and women posing for a picture'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-428eaf34cbfb46b4b5e3136d527dc841", + "input": "Sentence: 'an older person holding an open umbrella'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-87658943794d4cb38d57ae9adb4b24b8", + "input": "Sentence: 'Street signs with a cartoon policeman in Shanghai'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7bdc0dd755d842588bc9b851bc788e27", + "input": "Sentence: 'An orange sitting on top of a wet beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5d6b17a64a844878a1329ead3237f0c2", + "input": "Sentence: 'A batter standing behind the catcher is taking a swing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-08b4715cc7d040edabc02c37c2a18473", + "input": "Sentence: 'An airplane flying thru the air in overcast skies'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-575588e466634d908b1efaf58a57de40", + "input": "Sentence: 'a white and black truck and some houses'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-514974601a444e178f83f122129e785b", + "input": "Sentence: 'Young children using video remote controls in living area of home'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2d2db24171ee44449dfd107e1d0ca539", + "input": "Sentence: 'A child hitting a tennis ball with a racket while mom looks on'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cf168cd3bd0b4d24bf51b1001a6a60fc", + "input": "Sentence: 'A jumbo jet airplane flying through the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9ffc958429ed4e5aaf91d9109c9d1148", + "input": "Sentence: 'Man playing mini concert with guitar speaking to audience'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5127c852348042789731dd81f874059d", + "input": "Sentence: 'A multi colored kite is laying in the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4f454de62338428f8f3bdfdc0cdb4de1", + "input": "Sentence: 'a yellow and black train sitting next to a platform'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2ff1bc079ece4d98989f0842d352e97b", + "input": "Sentence: 'A group of young people walking along a beach with a dog'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6c2c6af86c76492b9a6a6bf42b7bced0", + "input": "Sentence: 'A giraffe in it's natural habitat on a sunny day'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-61bd8020a991425aa69b4ba2b07c3341", + "input": "Sentence: 'Two giraffes stand near a chain link fence and one of them is a baby'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-47d3bfa669c242d5a5df2d1cb30f4407", + "input": "Sentence: 'A bunch of elephants playing together in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ab54abf0cc1041b096f1dd2a5e28a292", + "input": "Sentence: 'two brown black and white horse are pulling some people in a cart'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f61060d62c4f4774a4fa008ba1b94894", + "input": "Sentence: 'a cluttered room with a coach and a bicycle and a door'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-53624ab3fbbb4919999d4b3c253856f9", + "input": "Sentence: 'There are three buses parked under a canopy'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d509847ae24049548e24776357fc4cbd", + "input": "Sentence: 'Two surfers are walking towards several waves in the sea'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9a5aa5620a574ba9b302fc6b2b5a5b38", + "input": "Sentence: 'People go para gliding in the water near the beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-eb3cd2e031ac4a94b55615c51d1665ef", + "input": "Sentence: 'A silver and yellow engine is followed by several train cars'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cdac5545303d44c9882b593931c7f606", + "input": "Sentence: 'A white bathroom with a tub, toilet, two sinks, and multi-colored tiles on the walls'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-81ea8785d2c14eeb897e838d879ba34f", + "input": "Sentence: 'A baseball player tossing a ball without a shirt'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f422b36ad9124dfdb6bd1660a5a75dc6", + "input": "Sentence: 'a large jet airplane with its nose pointing up in the air'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-df6e3e2b79dd497e9b2260718aba852f", + "input": "Sentence: 'Two girls and a guy playing in an in ground pool'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a74b13abc6714e7993c7ecfbed50fc68", + "input": "Sentence: 'a man is squatting down to fix a kite'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f408ca2a7a034291b6d784d79a37dc79", + "input": "Sentence: 'A lone giraffe standing nears the trees on a sunny day'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aee16f185ff047df8261d01ab61a6dcb", + "input": "Sentence: 'Two dogs walking down a street side by side'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ead27788e2154b8bbeb649725e4a03a9", + "input": "Sentence: 'A tall giraffe standing alone in a forest'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4466fba3e36b4df4aaa6869baa6adc88", + "input": "Sentence: 'A woman in grey jacket on skis standing on a slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c9adc49b591d40c59422b84cd5314da9", + "input": "Sentence: 'A man sits on a motorcycle with two women around him'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-40774c9d9b8a426b8d208a5548ec209c", + "input": "Sentence: 'A woman eating a hotdog at a baseball game'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-faefb48ee32245ec8db0c805dd7f8236", + "input": "Sentence: 'A large flat screen TV sitting in a living room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-50c79e07a23f4cf1b7b53feb129b2976", + "input": "Sentence: 'a man standing next to a black motorcycle near a forest'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1a3d85e332eb43b6b2a083705b2d3cbb", + "input": "Sentence: 'Stainless steel train with a handicapped sign on it and a training center sign'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-3da32dc5323143c2a65382472d51787b", + "input": "Sentence: 'A close shot of a butterfly near oranges'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-540b06581ceb426297e1e1d9127628b7", + "input": "Sentence: 'A kitchen with a slanted ceiling and skylight'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9ad1c0bac263433cbf6c78626daaa909", + "input": "Sentence: 'A cheese cake sitting on top of a pan under a knife'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-42fe3e1bf1ea45a8aa3cbc77e848812f", + "input": "Sentence: 'Yellow utility truck parked inside a warehouse by itself'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-13a0991db2584206b349f8cbe0f7a63d", + "input": "Sentence: 'An asian man holding open a subway train car'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b8d60834e7794209b430e68474f00c04", + "input": "Sentence: 'Skateboards do tricks outside of large building's side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fd0d03de79584ac19336b0afe5d3ea20", + "input": "Sentence: 'A skateboarder is going into a bowl for a trick'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-63749494b34d43b48428c4f921bbcb7f", + "input": "Sentence: 'two horses in a field of green grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e2707742696a4423a08e8c99406220ea", + "input": "Sentence: 'The busy street is crowded with people near tall buildings'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-81bb68ec2c1943c2879ad1928507a992", + "input": "Sentence: 'The tower clock is architecturally sound in purpose and appearance'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c956cafdc29647248b8ccf5dfd08ddb9", + "input": "Sentence: 'The young man is getting ready to do tricks on his skateboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a1c4782c0035497f9e2e4b1374bd199b", + "input": "Sentence: 'A person riding a skateboard on a ramp'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5e2051b97a90497f82a82211c8ceed2b", + "input": "Sentence: 'A group of people on a field flying some kites in the sky'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-50410f26cb1e4ef187bc768ad667fa09", + "input": "Sentence: 'The rider of the skateboard shows how dangerous the sport can be'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-45f2be43a0e04da49bd46118f83407cf", + "input": "Sentence: 'An orange suitcase sits alone on a city street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c47847c7776b4b5a8a88056fdc34b767", + "input": "Sentence: 'A planter has plants in it outside near flowers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f75dd94c79264e12ae269ec29b9ccde4", + "input": "Sentence: 'A person on a skateboard that has 4 huge sized wheels'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-854cd81ad71a459cb97c9873d5cec564", + "input": "Sentence: 'A man brushing his teeth with a tooth brush'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c59e358f23cd4bf59f2c66a27b16687b", + "input": "Sentence: 'A road with several cars going in both directions as well as a stop light'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-03eae893ae8f449ab2aceec594b9cc95", + "input": "Sentence: 'A skateboarder skating down a steep hill marked with cones'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1ebed1be805744bf9b3b01ea660f29cd", + "input": "Sentence: 'A picture of some people and some animals'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c8f13d0ee39d4d7ea92139befff932a5", + "input": "Sentence: 'Group of uniformed individuals reaching down and cutting through a cake'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6b644a16f2cf42ce9c76cbf77587544c", + "input": "Sentence: 'Many yellow and green lemons are stacked in baskets'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7c5479865b634a4ba18bf9ef0fb44681", + "input": "Sentence: 'A man wearing a orange shirt is throwing a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8df36f78173541f4ae7d834d8d2f101a", + "input": "Sentence: 'Store front on an old narrow city street with cars on it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-83e17e5f50be4a8f925cd8d1a3fabc52", + "input": "Sentence: 'A cat sitting next to a pair of legs on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-18b07614a01544ab83193285eba8cce4", + "input": "Sentence: 'Two large dogs laying on a bed together'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4789c42201c744cf93a411df8ab2002e", + "input": "Sentence: 'Old man in a white outfit swinging at a tennis ball with a racket'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-dcd7b842a17649a2bf3878f611f2e658", + "input": "Sentence: 'an image of coworkers smiling at the camera'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c51f83be4b22443983aa86af0170b902", + "input": "Sentence: 'A table holding a basket with a hotdog, chips and a drink'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0765e2df26fb4c6787a2353169f3d6be", + "input": "Sentence: 'A small bathroom with a curtain in the window'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-86c53907fa324f69aeded4eaac3be8ab", + "input": "Sentence: 'a dog sitting in a car looking out of a window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6d55f95a16e44ce5bb7c7443abe05a63", + "input": "Sentence: 'a person eating a hot dog next to other people'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-048448cb47c848f1acb0989dfbc63153", + "input": "Sentence: 'An elephant standing on rocks and grass next to a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-98dab1c784d0413db50a82bc84a8bb8c", + "input": "Sentence: 'Prepared dough placed in a deep fryer on a countertop'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d6167cf31b9b43088d30d86a4b0811b9", + "input": "Sentence: 'A man is holding onto a horse on a rope'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e72a12d65d2b47beab133419f36e8220", + "input": "Sentence: 'a person wearing a suit and tie'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-09f80b167d97475c89ba4e2061e454e7", + "input": "Sentence: 'A gigantic elephant riding around with men on his back'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-676588175f3d4e11b69199079b9de719", + "input": "Sentence: 'Some birds that are standing on some debris in water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2ac03e968aa34524b04ea397277ec2ed", + "input": "Sentence: 'A man is playing a video game while a little girl watches'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7294fb26a82a47e8a4fef0c7d4bd0bd7", + "input": "Sentence: 'Two big elephants standing toe to toe in the field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-efd64c144b0c4196bc5a61d86678e79d", + "input": "Sentence: 'Two giraffes are eating from a suspended feeder'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-45abe1f24f854257a0aa857ff0250a35", + "input": "Sentence: 'an image of a girl that sitting on the desk area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c86384ebb81648a0b92fd96facb5e71f", + "input": "Sentence: 'Two big trees in a park with an empty park bench'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7be237019bab489ab142dbf1057add17", + "input": "Sentence: 'A vase filled with red flowers with long green stems'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9197e9d69f1c47b9a42b781c49e083ab", + "input": "Sentence: 'An individual holding two grey flip phones open'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-315cd085ace242f39c6efd9ecdb8bec9", + "input": "Sentence: 'A table set for breakfast with tea an two plates with eggs and sausages'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-b112edd31b2946d0b08564c006f11b27", + "input": "Sentence: 'A hitter on the baseball field about to swing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-db5dce2667f54df9b78eb6edf208cece", + "input": "Sentence: 'A man riding up the side of a dry pool on a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4b7e9232e7024d3d8ff7dbd5897641c9", + "input": "Sentence: 'A man and woman near a motorcycle who are kissing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-653669c8fffd4e79a3a93adc289f8e2e", + "input": "Sentence: 'A small car with a woman inside is parked next to a small plane'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4939affc50114e3cad16f9a043539f0f", + "input": "Sentence: 'A group of giraffes in the wild as seen from a safari vehicle'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-598f8b48649942a0820a8d3b708244c1", + "input": "Sentence: 'A computer desk containing a laptop and computer monitor with a printer located on the left side'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c65b9025b6564779b62c622b39d692ed", + "input": "Sentence: 'Two Mallards float and drink water in a shallow pool'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-22b08a183d0248fd93e825a9d33eb717", + "input": "Sentence: 'A bathroom that has a sink and a toilet in it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6917bbb939014a568ddde517b3f1a758", + "input": "Sentence: 'A bench overlooks a lush, green valley below'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b3f35263c72741e9a02db167969c03fa", + "input": "Sentence: 'A small girl rides a horse through a snady area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ec4a2a20f81c490499525703f2fb43e4", + "input": "Sentence: 'A picture of a picture of a man wearing a tie'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f3afc50ce5404430862082446a21ea24", + "input": "Sentence: 'Surfer riding a wave in ocean with surfboard pointed up'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8003db8a14954541b30559330e1ac158", + "input": "Sentence: 'A young girl in her Tennis gear is holding the ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5c11b4116eba4f3b993daad51df24643", + "input": "Sentence: 'A man is walking around huge columns while talking on his phone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b6110732ae844cef9348000caae8d1eb", + "input": "Sentence: 'Few boys are bathing in the river while two of them are carrying surf boards to the river'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-62ffce9d96554c7dbb297aed6a89a53d", + "input": "Sentence: 'The guy is surfing the waves on the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bf22fecde14449618a618f536ab1bffb", + "input": "Sentence: 'A young man riding a skateboard down a railing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b8f7766c33bf42cead59c46f810ccd4e", + "input": "Sentence: 'a couple of people that are playing with a frizbe'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5030de850454429c9a975ff3bbb61e25", + "input": "Sentence: 'A man sits down and spreads sauce on his food'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-05ca13898b8e47b0a1ade35811e9c90b", + "input": "Sentence: 'A woman sitting at a table with headphone's in her ears'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e7d1e83749964630b2eca868fbfb8c44", + "input": "Sentence: 'A tennis player has just attempted to hit the ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6215863a6eaf4c03832cd0ed9bb50958", + "input": "Sentence: 'A close-up of a yellow fire hydrant surrounded by flowers'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-394c60a788b7423a9effa0e33cae83e5", + "input": "Sentence: 'Then men are prepared to share the desert with everyone'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-75d803f113154f0db2810e0404547f88", + "input": "Sentence: 'A man is sitting in an office and has a grumpy look on his face'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1f89a7eefed24a06856f27bb9fd27ec1", + "input": "Sentence: 'A man and a woman stand next to an open box of doughnuts'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e85caed742614827b07b5271996ca1f6", + "input": "Sentence: 'three people sitting on a motorcycle in a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-379629945215490ca249b525f592acba", + "input": "Sentence: 'A very big man riding a horse in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-13f1e2402e86402ca37048a5698b2219", + "input": "Sentence: 'A yellow and white fire hydrant in front of a neighborhood house'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e285a389e73d48af8c0173361b311585", + "input": "Sentence: 'A closeup view of a piece of lasagna. The plate has a fork on it and it looks untouched. '. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e9cccb01858e4b21b835b775aaf68d67", + "input": "Sentence: 'three zebras near one another on a dirt ground'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-89cb2e09f8b14b5cbe7b8c2379aa2071", + "input": "Sentence: 'A person doing tricks on a skateboard about to fall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d8e70260217744fa9fc6f78b094a5660", + "input": "Sentence: 'A clock tower in between two leafless trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-09ac9a80e46f4151bb1c072433c9a6c7", + "input": "Sentence: 'A very tall cathedral towering over a city'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-42c60b2c43a841a99bc46fe819531625", + "input": "Sentence: 'A complete model train set with a background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e7ed81af56a343fd943178dc3d445b42", + "input": "Sentence: 'a toddler sits next to two women on a bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-98fcf70ee51044c79518cdf75e1f530e", + "input": "Sentence: 'a woman posing for the camera by the side of a truck'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-44559aece9dc40e795febc80b946a4f6", + "input": "Sentence: 'some kind of a thick crust pizza on a metal pan'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d394d80a9d7c4ca3ad72c68fa5a913f2", + "input": "Sentence: 'A teddy bear with a huge forehead and a bandana around its neck'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-487053ccaa4c4b27b80d1d4c41c958af", + "input": "Sentence: 'Two people relax at the beach while a man surfs'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fc3b7d1e91af4a7cb7c850eb7aeb1c59", + "input": "Sentence: 'The cow statue is standing outside the store'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3e80d10a98c144ca83781c327e7883a4", + "input": "Sentence: 'A delivery truck that has been in a wreck'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7a37b469acd649d3a7154deb0a17aaf6", + "input": "Sentence: 'a person making food on a stove in a kichen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-05b3d3ef340742798b4dd44de068c3ae", + "input": "Sentence: 'A very classic bathroom that is decorated in brown and white'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9eb939d94e8245c7a58a7871be714044", + "input": "Sentence: 'Multiple goats stand atop a grassy hill with a tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f3356a21ea44424a92f5aac96ddbefcb", + "input": "Sentence: 'A living room consisting of a TV, a fireplace, a couch, a reclining char, an end table, and a small table'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-38681f0668eb49c2b971877cc586d1e6", + "input": "Sentence: 'a number of fruits on a counter with bananas'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-44ba4b6d818348b6bb3cf4b76b277dac", + "input": "Sentence: 'A crowded city street with a building, cars and bicycles'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-163ff3316fe3482ea29647f6687bcb2b", + "input": "Sentence: 'A man riding a skateboard next to a dividing rail next to a street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3645fc9032de4230be6fb200ddf823d0", + "input": "Sentence: 'A horse drawn carriage with three men riding on it's back'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-24adb8a8cdcc439e8e3ff35608f0a3be", + "input": "Sentence: 'A tall, black and white bird with a brightly colored beak stands in grass'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5c6a93815f59424bab42114c25a9e599", + "input": "Sentence: 'there is a dog sitting on a lap under a laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c49ff933af8b4b718ac774e3919aadfa", + "input": "Sentence: 'A dog laying on the side of a car door'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fd8128dd69ea4f2dbfd7b02f1c70b984", + "input": "Sentence: 'a brownie that has some candles coming out of it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-00d162cbccdd472098a7c199e0d3159c", + "input": "Sentence: 'A kitchen that has some tile on the walls'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2389c70c63a24a589577601d4637335a", + "input": "Sentence: 'A plane that is flying over a mountain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f7eba193a7cc49de90826e6a5b9f87fb", + "input": "Sentence: 'A fork near broccoli, meat and sauce'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6269e2b893e745899303ce8b02d66956", + "input": "Sentence: 'A dog and a cat sitting side by side with their heads pressed together'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9da8f706764e4147853395945615fbab", + "input": "Sentence: 'A woman holds a horse by its bridle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-be4d1984f8c7409db4517ad8ae8e66d8", + "input": "Sentence: 'A motorcycle with more than the usual number of headlights'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-47ce9ec6c649459289e95a2708eabf12", + "input": "Sentence: 'Two men, one dressed as a Roman warrior and using the phone, standing outside'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e8b9f52f821d433b9f5d2dd5d2bad4b4", + "input": "Sentence: 'A plate topped with a sandwich and french fries'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4a2fa0e442e5447da7045ff31f2dac8a", + "input": "Sentence: 'Three bicycles near a tent at a camp site'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d9aeec638c7e4cffbdcd96ee8c7679b8", + "input": "Sentence: 'A large tower and some people on a street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-838556f1f2d74aaf9f9ea88766bb9f89", + "input": "Sentence: 'A kitchen containing beige and wood cabinets and a white oven'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4289cdb7fa724c3eaffa5d98e06cef47", + "input": "Sentence: 'A street scene with a dozen pigeons flying toward the ground'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-616171711a664880bb905ce1b76c83fd", + "input": "Sentence: 'a male tennis player is playing on the court'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d99f17ecaf874346805db594867f8c18", + "input": "Sentence: 'A women who is opening a microwave door'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1c56fb37f8ff4682a12479ec4eee3e79", + "input": "Sentence: 'A couple of people sitting on chairs next to each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-57c09edd8b384945966aad65b4a75836", + "input": "Sentence: 'Sun shining through to a pew in a church'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-28099d6414a34d969010f0085aaedad7", + "input": "Sentence: 'A dog that is sitting at a door and a person holding a can in their hand'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d00711e128a7492ba1bbe08d08c96537", + "input": "Sentence: 'a woman eating pizza looking above the camera'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e50b9741f6d7456dab216cb40f832135", + "input": "Sentence: 'A white street light sitting on the side of a pole in the street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4a4f31c13be049dca250e454450eb46f", + "input": "Sentence: 'A close up view of some tasty looking food'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3e6ee378572d41b490ae75dc9ab058d0", + "input": "Sentence: 'The giraffes wander around inside of the pen'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-978a9a03c2f54b1fbe14767636aca862", + "input": "Sentence: 'A large cat is laying belly up on the bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bf7f6e29d50a4d38a20d00001c73def8", + "input": "Sentence: 'A long yellow bus advertising a musical play'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-594e9cc59eff4728a5056b832f4ba635", + "input": "Sentence: 'A woman sitting next to a window smiles for a picture'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2c6be0b02bf0468ea4acb2bf8308c02e", + "input": "Sentence: 'Two women sit on a sidewalk near a street with a train passing by'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c224168880d5447f867c62425893ef6e", + "input": "Sentence: 'We can see the shutters on the house in the rear view mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b1d1324459d74bb19a356f7be807630f", + "input": "Sentence: 'Man on surfboard tackling wave in open ocean'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-32b5bfbe57e84d61bea61d3591d3893e", + "input": "Sentence: 'A man and a little girl holding game controllers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-540eb8a251d74bd78286bcbde2d05b17", + "input": "Sentence: 'A coffee drink in a mug, resting on a saucer with a spoon'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6f3b4337812b469cb9ea69f459464ec2", + "input": "Sentence: 'A person wearing gear sitting on the side of a fence'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0cafae9e22f94c74a584f820837041bb", + "input": "Sentence: 'A table that has a laptop computer on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-de054ffe16644650946ee101c990ce05", + "input": "Sentence: 'A plate of food and glass on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-693c3bc6919e4371bf8c28c5022d337b", + "input": "Sentence: 'Painting of a large elephant walking through an open field by itself'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c29ca5c1d4af4a2e9a81b9c189c1f4df", + "input": "Sentence: 'Dozens of bike sitting in car on both sides of two men'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-97f1011106374cb9982d939fa5d11169", + "input": "Sentence: 'The giraffe is standing directly under a tree'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dcc49fa56ee94cba946b1ba25626e9c7", + "input": "Sentence: 'a white truck with a green crane on it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-433a273836784ef48258a6f951471875", + "input": "Sentence: 'A person on court with a tennis racket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8ad3a338520044059e2167255ebfaaf8", + "input": "Sentence: 'Several people sitting at a table having a meeting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3381c58f9a594a63837a888e075735a9", + "input": "Sentence: 'a sheep and a bird in a field of grass near a fence'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-b8ec1bdfdd2a4485a93bad9349e585d9", + "input": "Sentence: 'a dog sitting in a car looking out of a window'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7d933362e4af4fe7bfc2fafd9d4b9a2d", + "input": "Sentence: 'a little girl balancing a tennis ball on a racket'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-efa34ff0115d4a3dac5cc870845f12d6", + "input": "Sentence: 'THERE IS A BOAT BACKED UP NEAR THE RIVER BANK'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5c4f51de31524fefb50cf27216b39f1b", + "input": "Sentence: 'A orange and white car laying in the middle of a bathroom rug'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5ded49d4bd044ff0b7d4d3b951f1983a", + "input": "Sentence: 'A girl holding a sandwich in a store'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-14dfcfb4197e4d01a24be1dcd2ea4f47", + "input": "Sentence: 'A man swinging a tennis racket at a ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-169d928fc1be46bc84e7ed0b9b1951b4", + "input": "Sentence: 'A man standing in skis on a hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ad9363a0d4ab430f85e2fec9f4e34e2b", + "input": "Sentence: 'A slightly burnt pizza is at the set table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bf4f3107302b4208aaf847fad2ceacda", + "input": "Sentence: 'A street sign for North Park in the median'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7cec072da62246c2b1ed6bdf7c5ba222", + "input": "Sentence: 'A close up of a pizza with mushrooms, grated cheese and oregano'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6d30d67b808049fab2ec7a7d44235a78", + "input": "Sentence: 'A large group of people sit at a long table for dinner'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b16655ffe9794583b4a39450c825d147", + "input": "Sentence: 'A woman on skis is being pulled by a dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bcaf199b10b44003935a3c5996ffc68f", + "input": "Sentence: 'A man and a child laying down on a bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-26152170b28e436787d970cf8746a447", + "input": "Sentence: 'A man wearing sun glasses, a tie and a suit'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8f22acfb41c84c0ba8dc74e9a51b1849", + "input": "Sentence: 'a bathroom with a rail on the side ot the bathtub'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-042e49d19e214411a2e7a15d1830c31b", + "input": "Sentence: 'Man standing in kitchen with dog sitting beside him'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c9103bf2b0914c348b0ba3f8288106a3", + "input": "Sentence: 'A traffic signal suspended over a street at night'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d6ed69ce36f04cb89bdbeaa653e33c24", + "input": "Sentence: 'Young skateboarder preparing to perform while others look on'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-63db1d0cc9834f38bae6f0df195e780d", + "input": "Sentence: 'A worker in yellow reflective clothing directing an airplane'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a562cc312ba445c09b52c0bb30759b6e", + "input": "Sentence: 'A skier in a bright colored suit in the snow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c88c6bb532be4f0fb59333b64504099c", + "input": "Sentence: 'A cat sitting next to a pair of legs on the ground'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-787acdac2bab41808d8b8dafa06333b6", + "input": "Sentence: 'A person sitting on top of a wooden bench near a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fed1d609c5444118afe54f98e4dcd190", + "input": "Sentence: 'A man in a wet suit holding a surfboard on a beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c23b93d436fe479f9a4e6053320a4b65", + "input": "Sentence: 'A motorcycle parked next to a umbrella on a rain soaked road'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a8faf1fceb134c2991771d7aa4cf69aa", + "input": "Sentence: 'A kite with a cat's face in the grass'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-07ec3b38c4d14c2fa411dc0ac0429768", + "input": "Sentence: 'A man in a wet suit riding a surfboard on a wave'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c1783711dc354a3aad1b55ea1218d084", + "input": "Sentence: 'A plate with meat chops, broccoli and pasta on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c8a07bf164e543d0b66d9828f1c16047", + "input": "Sentence: 'a cell phone sitting on top of a book'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f089ba4e3af84a35b7dc2c52421fbaeb", + "input": "Sentence: 'A tall clock tower flanked by two trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-36e16406d27b40d0a6fdd31ef3546e74", + "input": "Sentence: 'A sail boat sits in the water near a beach and pier'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7bd94a1269ff4dcb85711d9a33877248", + "input": "Sentence: 'A table holding a basket with a hotdog, chips and a drink'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-94f7b557070d4a868e488cad57a75636", + "input": "Sentence: 'A dog and a horse interacting with a man'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2ccce5d8cb63456b97d7ba92e5a998a6", + "input": "Sentence: 'A couple of people on a horse pulled carriage'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9096cc1c6ac74bc2b0ae39cf758beb78", + "input": "Sentence: 'Two black-and-white Springer Spaniel puppies sleeping in a dog bed with toys'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-baac3d49a57e43859e704145165d1f28", + "input": "Sentence: 'a lot of people walking down the sidewalk next to a busy road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-163efece1e3b46d59af1d72fb499a7b5", + "input": "Sentence: 'Man playing tennis at tennis match with spectators looking on'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-70e7b3f67979441ab2a1870e7bf66683", + "input": "Sentence: 'A pizza sits on a cooling rack to cool'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c2534febe3e4461fac45b50e61cb5808", + "input": "Sentence: 'A model coal train in a museum exhibition'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-563023fa3f034730beaf3994a4459445", + "input": "Sentence: 'Flock of birds taking off from water near long pier on open ocean'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e187b38bbbac44c8a7459a0502ef8b91", + "input": "Sentence: 'A bathroom that has two toilets near a sink'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4f9eb9796ef54fe1a3a0af091d4adc61", + "input": "Sentence: 'A young boy riding across the pavement of a parking lot on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-95d75e87f031499a85d087565f124455", + "input": "Sentence: 'A man is lifting the seat to a toilet'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c4f0687b20564966a5c28f7d93c0093d", + "input": "Sentence: 'A twin tailed jet aircraft with Cryllic writing on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5978cf1ed22543839c980c2fde5dbf12", + "input": "Sentence: 'A man flying through the air while riding a snowboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cb70789b106d4653b2485373f6d746ed", + "input": "Sentence: 'A tall clock tower with a flag on top'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-80a17b3bb2ef4d518e99f995452c1e84", + "input": "Sentence: 'Signs in different languages are pointing in all directions'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c3df04f725fd4aa4b5619aa2f6abb73f", + "input": "Sentence: 'A laptop is opened on a desk under a lamp'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bbb678268c7046f1ad1a4024de547fff", + "input": "Sentence: 'A tennis player is about to return a serve'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ded8c13d55114701a464561c7de937bf", + "input": "Sentence: 'View of a kitchen with man and dog inside of it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a3493d95e83548c9aca774c32776436d", + "input": "Sentence: 'Several black and white sheep near a sofa in a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-64505ccc85b843abb209aad85a5e124b", + "input": "Sentence: 'A display case at a market filled with unripe bananas'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-08c019b246cf48dab67afeeb8ff9256b", + "input": "Sentence: 'Woman in a black hoodie holding up a toothbrush in her hand'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e23c06fef5fd477581c1d4d2c603580d", + "input": "Sentence: 'Park where people are sitting in the grass and a boy running after a yellow Frisbee'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9c31dd9806ec4b23a8e50d98485586a8", + "input": "Sentence: 'A very old style fire truck at the station'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-39de57f63a0e4bd6bb1be3d93f958c9f", + "input": "Sentence: 'A lot of bananas are growing on a tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-94402bdb21b94d3cad96d0c701f29d56", + "input": "Sentence: 'Two people standing next to a box full of doughnuts'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d339e1ece71845a8a18dfc47b812df04", + "input": "Sentence: 'An old fashioned clock mounted on the side of a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-32e8826e01754df3ba3aba61bd1e347b", + "input": "Sentence: 'A black and white picture of a building'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c4f3b1c413a147cf89463ca8419cf8f1", + "input": "Sentence: 'A group of both young and full grown elephants covered in dirt'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9037bdd2e2ff447796e8b92e605b0321", + "input": "Sentence: 'a man is rowing in a boat in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-27eaeca019d84f7bbd38849d5a1eb4f3", + "input": "Sentence: 'There is a line of blue umbrellas on a beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a75b3f4333f3491a933a0a04a25d453c", + "input": "Sentence: 'A man in a suit is cutting a yellow ribbon as bicyclists look on'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2339ef9bc7154db79f64a7667f939e17", + "input": "Sentence: 'A bunch of broccoli chopped up on a chopping board'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ac30f0690e644987888f91f978fdf47f", + "input": "Sentence: 'Large group of baked goods sitting on display next to each other'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a79467dedfb144918cd58159152f199e", + "input": "Sentence: 'A clear view display refrigerator lined with bottles of beer'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-96e2df5857f54a70b551813e5043958e", + "input": "Sentence: 'A giraffe standing tall in a wooden enclosure'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-367caee6ed0e40df847800b6384f4964", + "input": "Sentence: 'A cat rolling around a chair on it's back'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0ba137356790411cb01a8bfbaf43c9f0", + "input": "Sentence: 'people gathered together on a neighborhood city street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-17e614b2b4ff4edcb45649cc252c22c0", + "input": "Sentence: 'a small kid smiles in between two stuffed animals'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-95c7cf33e6fa4af98a047dd34dace26c", + "input": "Sentence: 'Young boy in car with looking at laptop with adult driver looking on'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5a4e00bed10b442fb637ed0e3421fa7f", + "input": "Sentence: 'A person playing tug of war with a dog and a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3a07a6199a234aecaba9591cb099d102", + "input": "Sentence: 'Pedestrians hold umbrellas as they cross the street as snow starts to fall'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b9ccd120397145aa84d302c257bec7f4", + "input": "Sentence: 'People putting their hands on some kind of structure outdoors'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b1314084d337421dbe9eda252053683f", + "input": "Sentence: 'A african american playing frisbe in the park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dd6a86b9c2a84cb5bcb74875a9ba84fb", + "input": "Sentence: 'A PICTURE OF A GROUP OF PEOPLE PLAYING FRISBEE'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-75ff8dd23ea64f6aa87ed7db20c0ef6e", + "input": "Sentence: 'A dog is sitting in the bathroom sink'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6e0461f0a8a4481cbec2b3a2edae03e1", + "input": "Sentence: 'The Indian woman is standing near the water'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5d370b429d1f42acae49daa771d15559", + "input": "Sentence: 'A clock way up the side of a brick building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b2645bf7555c48309c2f2e4127e01f26", + "input": "Sentence: 'A shot of a basic kitchen with white cabinets'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2d29009ea1e2462da17cb4d02ece623b", + "input": "Sentence: 'Group of men in safety gear next to a bus with emergency equipment'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7e3d4531b2a149f4935a240eae75bc50", + "input": "Sentence: 'a black pan with an unbaked pizza on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3d92589436c44e39899a469c3ffd0096", + "input": "Sentence: 'A group of people and many motor bikes'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-52bdc8f302fd438ab2783d52033b104c", + "input": "Sentence: 'A person is learning how to ski at a resort'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5edc589f4bbc43cd98f5c95e0ae82496", + "input": "Sentence: 'There is a pile of fruit and vegetables on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3e57d5fcad844371821ff87b94daf4b1", + "input": "Sentence: 'A woman with a handbag walking down a sidewalk by a traffic light'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5708258feb154b8a8b8e9dd97caab295", + "input": "Sentence: 'The hotdog is cooked, toppings have been added, and it's ready to be eaten'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c46456ecd3a84ce6a7a1af4075ec1050", + "input": "Sentence: 'an image of table setting with food on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ee62b4a73fbd47708ce2bc3f885faa86", + "input": "Sentence: 'A person sitting in a car holding onto a red clock'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3858373d3aff4785812b4289a936daeb", + "input": "Sentence: 'A transport truck sitting on the side of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a0c0c492b70a4d9e96c8a7418ddd318c", + "input": "Sentence: 'Several people looking at books and magazines at an outdoor zine library'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-76c007b0cef14c658ada22468f27bcfb", + "input": "Sentence: 'A photo taken from a vehicle looking at an intersection'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-befdd9a0b3ac4b568cdb74c1e09f74ef", + "input": "Sentence: 'A trailer cart filled up high with travel luggage'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ff4ebe61e632491cb3460eaea4614cb4", + "input": "Sentence: 'A group of children riding skis on a slope'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0880401b58674c9c9f006be4423adc58", + "input": "Sentence: 'A boy sitting at a black table with white plates of cake'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dec95b50976f4596a58cdcd7803f8941", + "input": "Sentence: 'A MAN IS PLAYING FRISBE WITH HIS DOG IN A OPEN FIELD'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f8816ff7a53a467f820e88bb4747e212", + "input": "Sentence: 'The young boy is wearing a ball mit'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2b653631be784ae3bc7871deb0923a2e", + "input": "Sentence: 'At least three zebras are standing together affectionately'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1575b076130d44ad850a8af2720a4655", + "input": "Sentence: 'A picture of a grooming kit that includes scissors'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7107ac19f3614ab99e219a1740166878", + "input": "Sentence: 'The bathroom has a sink with an Elvis Presley item'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fcabd2b25d19422e89b37a6070e89af7", + "input": "Sentence: 'A large raw carrot and cut up garlic on a cutting board with a knife'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-683cd833329047edbad90b0e80c50e9c", + "input": "Sentence: 'A man exiting a small blue triple decker bus'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a4d3caa199c3498f9734d2cc74fd4822", + "input": "Sentence: 'A stop sign is leaning to its side at an intersection'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d33ae908f07443ad972252314798086f", + "input": "Sentence: 'A living room with chairs and a couch'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ad3b0c1ae1984aec8615fc7806464c7c", + "input": "Sentence: 'a close up of three tooth brushes on a sink'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a5c6612994c3425ab14fb04fa1f0d898", + "input": "Sentence: 'A desk with a keyboard and three monitors next to each other and a bookshelf behind the monitors'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8bcf23e880194813ac68e33fbe9a7131", + "input": "Sentence: 'River with ducks swimming in it surrounded by leafless trees and brown grass'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-645ce5edacd84f4ab2cfaf9bafe9e761", + "input": "Sentence: 'A pair of bronze colored knives in metal sheaths'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-25dae74140864958b638dd68678c76fc", + "input": "Sentence: 'A bear stands in front of a large fallen tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-22862afa7315421b8b31a48dbbe1a613", + "input": "Sentence: 'There are two giraffes under the large tree'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-556bf2b04284497eb3368a18b33b88b4", + "input": "Sentence: 'a kid is flying a kite in a clearing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f5a1ffef2cea4fc48e85172b438b6b93", + "input": "Sentence: 'A orange and white car laying in the middle of a bathroom rug'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ee1b1a142ed645b1bc8d465eaac033fe", + "input": "Sentence: 'some colorful motorcycles parked in a row and a male looking at them'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0840311766ac48b8b8957ab816cb9d46", + "input": "Sentence: 'Three motorcycles parked next to each other with two men on one'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0c4788fdd1dd43799203e07bba7034f9", + "input": "Sentence: 'A man is sitting down and talking on a microphone'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-53a4110d2ec84e2887fd7d37d4c65194", + "input": "Sentence: 'The dessert has ice cream and some fruit'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6101a141e43e4ec98650af4a34c13c5d", + "input": "Sentence: 'Two guys in a living room playing video games'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e8c8d94d54364630be200472e871b362", + "input": "Sentence: 'A computer is lying on a table against a cluttered wall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e7fae31cfa864564ac7843712188d2bd", + "input": "Sentence: 'A bunch of boats that are sitting in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f4192f1ed635441a8a874172f43b504f", + "input": "Sentence: 'A simply decorated bathroom with a note on the toilet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7ef3f3d931104f88bb6f52021cbb3d59", + "input": "Sentence: 'A woman stuffing a hotdog with toppings into her mouth'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ee89d29c7db14e7aa690d4b314eaa6e6", + "input": "Sentence: 'A small boy runs through a field with a kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-08c69e204b23450282171cbf7c1e2cd8", + "input": "Sentence: 'A woman sitting at a table with headphone's in her ears'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2e858a748ab84c2089b3224a446b9f24", + "input": "Sentence: 'A street sign warns motorists of the speed limit'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-35c7c9f7c66a44cd85710450ddcde4e9", + "input": "Sentence: 'A passenger plane is taking off from a runway'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d5191b31e3e248d4ad27ef261321061e", + "input": "Sentence: 'A man is lifting the seat to a toilet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-abd61577a90e4c109c930c1df2c9709a", + "input": "Sentence: 'A tennis player hitting the ball with the racket'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-527f678e64714e269bed42280e95a322", + "input": "Sentence: 'The dog squints as he faces the sunlight'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-553265f8ad194e989be98f5af0a8a3a5", + "input": "Sentence: 'Man blowing out the candles of cake with beer in background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-873ffd9f04b643f8beca3f90d607da4f", + "input": "Sentence: 'there are many zebras that can be seen in the wild together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-27b907f8a6324c81bf118647e3b6ea32", + "input": "Sentence: 'A baseball player is at bat while watching another player await a pitch'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2c5ebd3c1e7e4860835f628581224b69", + "input": "Sentence: 'It takes a great deal of expertise to handle the sails'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7bdb7044c32c43dfa6fc97fa85402546", + "input": "Sentence: 'Two men pose wearing ties and fedora hats'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2c8ff834c47f4452bec1c9804ceda5c2", + "input": "Sentence: 'A red fire truck driving down the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-281409c251c34344967e08d95580ce23", + "input": "Sentence: 'The tower of the building has a clock displayed on the front of it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ef3c19331af6456a8144ce9767f6dfc9", + "input": "Sentence: 'A guy surfs a wave in a drawing'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d9b047f2bb584055b5807bf143fca34d", + "input": "Sentence: 'A view of a snowboarder as they crash into the snowy ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2eb493f030e74cf69e598c0f6e74a4de", + "input": "Sentence: 'some green plastic baskets with broccoli on a red table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a66bd50e07934d6ab5be0b50c4a06d46", + "input": "Sentence: 'Picture of an outside spot with a transport'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-314aca317292480984bb877f8369003d", + "input": "Sentence: 'The street sign for Ronald Reagan Allee in Berlin'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8fc3723a6f5d4aa9967d5ce8efdce98e", + "input": "Sentence: 'Small group of Zebras standing in an open field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2d5842246f7e4e6cbfbe1f4dc2bd5d11", + "input": "Sentence: 'A corner rack with ties tied on both sides'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c22d3a5c558346d894c84746b6f4b110", + "input": "Sentence: 'A couple of people sitting on a bench in front of a building'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-911c84a1b58f46e78806499be58357a3", + "input": "Sentence: 'A giraffe eating off the top of a sand pile'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-64a746a255e14332b5c134cd6cc2e1c8", + "input": "Sentence: 'A bathroom with tiled floors with stall doors and urinals'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-30b1df6ceb5243548720d9af22de82c9", + "input": "Sentence: 'There are many goats on the side of the road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a6ba7b1c82054280bc6c96580cb85362", + "input": "Sentence: 'An eagle is standing on top of a pile of rocks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-06a209fd82e54b0a8097605f69653228", + "input": "Sentence: 'A picture of a carrot and a knife on a plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0417a6aa0cba42658ce650229e52aa86", + "input": "Sentence: 'A car parked in front of a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1b9c90d205fa415ea2cf0993a072ed3c", + "input": "Sentence: 'Red locomotive pulling train cars in rural setting'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa7ef9716b4541dab286488391ea54d4", + "input": "Sentence: 'A tabby cat staring into a blue bucket with apples in it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0df2396a80694815b955e2c35ffa5965", + "input": "Sentence: 'A shirtless man in a leather jacket eating a sandwich'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9009d120b4864240a3c36f54c41bd5fb", + "input": "Sentence: 'A boy watches the screen as another boy swings the remote in a video game'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8e294b97a6f04cc6b075c7fa5e5760c7", + "input": "Sentence: 'several electronic gadgets sit atop a table'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b69f66f9fcb747e3bc3a78c433a000da", + "input": "Sentence: 'A skier with his skis and back pack taking a rest'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-721ea516401a4ee88f52c06f28b642d7", + "input": "Sentence: 'A young man riding a skate board down a busy sidewalk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-31795d25926f49dc81377bd8969ce50d", + "input": "Sentence: 'A guy flying a kite on a clear day'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4be568ea53014b21b5443f4faa9319ff", + "input": "Sentence: 'Two empty wooded benches overlooking a calm beach'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2b3b9d71e429402b9f6052fc048a9163", + "input": "Sentence: 'A room with wooden slatted walls adorns two shower knobs, a trash can, a soap dish with soap and a sink'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dfb6d3a5da354455992b681866f63aef", + "input": "Sentence: 'A baby is being hold next to an elephant'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1c0943d3fb664eb79dc36f74c6849965", + "input": "Sentence: 'Two people on a motorcycle, driving on a highway in the mountains'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d1280636fce54f03a1cfcef95f1f637c", + "input": "Sentence: 'A number of brown and blue cones of ice cream'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4da1ad5e42414ff692776905e457c668", + "input": "Sentence: 'A variety of items including books, food and a bag'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e862f3993dc8477ab9f05e4a6f67a140", + "input": "Sentence: 'A quiche topped with sauce next to a side of potatoes on a plate'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cdea8f61031e406aa8ec11476a05e54e", + "input": "Sentence: 'A large group of ripe bananas in a wicker basket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-34a1974e23c84f23ac0e8d5a8276cf37", + "input": "Sentence: 'A lot of bananas that are together on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b6795fee6d3e436c99dcf011704635c5", + "input": "Sentence: 'Two yellow plates have a red bird on them while one has a yellow bird on it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-be13d57bbcc44fdb945bf96e6ea04e42", + "input": "Sentence: 'Several people are getting pizza off of a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-71d3df23fc3946ee9455556ca972b995", + "input": "Sentence: 'Some children trying to pet an animal at the zoo'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cc7c5d516266472daae54de30deac695", + "input": "Sentence: 'A man holding a tennis racquet looking at a tennis ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f94477005563444181ce3154ec053752", + "input": "Sentence: 'an gray iron direction sign a window and a brick building'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-b6de31e8398c4abeb6d58011ad5239ad", + "input": "Sentence: 'A skier in red standing at the top of a mountain'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-24cdf4a336174505a3d9b10fd987299b", + "input": "Sentence: 'A piece of cake with a drink and cake in a glass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-696bf48370214ebe99022ddc1caa70ec", + "input": "Sentence: 'Big Ben in London on a gray, cloudy day'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ed7b5a7866de414d90932ecb7f589f0f", + "input": "Sentence: 'A jockey sitting on a horse while several kids reach up to pet it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3800321f27e242af9bb428c9aa169066", + "input": "Sentence: '4 people on horseback move along the beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a0cf279293cb45a4884c0ea14454a571", + "input": "Sentence: 'A woman holding an umbrella takes a photo in front of the skyline'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-37b53a2c5f8242b792a1b560a96f5ce6", + "input": "Sentence: 'A picture of a warbler in notes about birds'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8d737bb363dc4bd5a1669fdeef6cf725", + "input": "Sentence: 'Two zebras standing next to each other outdoors'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-75cb52dd13c147aab8c558c1eef15efb", + "input": "Sentence: 'A large jet sitting on top of an airport tarmac'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9bbe3d1e5e924e41b8a4f11858546ba6", + "input": "Sentence: 'A double vanity with no touch faucets set into a black countertop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-24ecf8a8573748d69406884f063fdb4c", + "input": "Sentence: 'A man flipping upside down into the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7216cf85d50b481688193103f58eb496", + "input": "Sentence: 'A woman holding a dog in front of a mirror'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f66c6a3d22cf4b21b7780e27aaabbfcb", + "input": "Sentence: 'Open sandwich and a New Zealand soft drink'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3469207a4ed34bc387ef05ee3dc9b9b0", + "input": "Sentence: 'A skier skiing downhill at an Olympic event'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d1f6370ffea14218be7b5cd42944896b", + "input": "Sentence: 'A woman and little boy are walking and holding arms on a soccer field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ffebb42cca6049bc83f5affd1fe2ec3a", + "input": "Sentence: 'A man holding a game controller makes an arm movement'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aac8dbc9e3ec4520b06a696bc8229a64", + "input": "Sentence: 'A man with his hair in a top knot watches something while a group gathers by a fence'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6a0445e034454c958fd2b3ff467d77c2", + "input": "Sentence: 'A black and white cat lying on top of a teddy bear'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-21b69cf77e304fb8805e861e3ef43733", + "input": "Sentence: 'A young man playing a game of Frisbee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f57fa527c91a444493e45e3307de106a", + "input": "Sentence: 'a window is next to a toilet in a bathroom'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bd6a0639ef234f9e9f2ccbff346f3f82", + "input": "Sentence: 'A slice of pizza and vegetables sitting on a plate near a drink'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d6f193d833a249a28ec866723e377e31", + "input": "Sentence: 'this is a woman in a toy store'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-95c1f0702c994bb6a852bc2a36b56a8d", + "input": "Sentence: 'A kite flying next to a palm tree in a blue sky'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5f97be299f0740ef9c187cdb2d1c9fbf", + "input": "Sentence: 'A Train with yellow and red caboose cars passing through a town'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6c83ea5ea0bf488e88e31f9d0ee107aa", + "input": "Sentence: 'A small elephant toy pushing an orange with his tusks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-23815f4688c04a699a056bae7d0b2834", + "input": "Sentence: 'A couple of boats that are sitting in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-635e29443d3840f3b123b21c23446f2d", + "input": "Sentence: 'A small bird perched on top of a green branch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8beca51d56824a5f9b143922ccea279a", + "input": "Sentence: 'A group of navy men cutting a massive cake on top of a white table'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-5c714efa906a4e71bf80eacf6ba63338", + "input": "Sentence: 'A red and white no parking sign stands slanted near some trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4312cbef06064eaa817be440106271e3", + "input": "Sentence: 'A white bath tub sitting next to a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-39c340c32e684a038b7668b0bcbed6ba", + "input": "Sentence: 'A giraffe standing next to a tree with blue sky in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-45cfce302ed2445cb9a131bcf1b92a1d", + "input": "Sentence: 'A dog runs down the beach after people'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-53af08bea62a4ae48fba4a41d465c1fd", + "input": "Sentence: 'A lunch truck with people eating next to it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-139e584eef8744fa9fb0ab866df16845", + "input": "Sentence: 'Two city buses parked behind one another on the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c8aa5bce80b64b3fb301bce0bdd39c5e", + "input": "Sentence: 'A zebra standing in a field taking a break'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-69dfc1377f8945cfa772eb549eef0719", + "input": "Sentence: 'There are a couple of zebras standing around outdoors'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a78c8917b5864c8b84c01511a2938a27", + "input": "Sentence: 'A purple pickup truck parked at a gasoline pump'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-005b85fc5b65488288237ec61e0f026c", + "input": "Sentence: 'A man standing in a puddle of cement next to a clay field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-166cf3b903b8442bac232d543a085797", + "input": "Sentence: 'The lopsided grilled sandwich still looks pretty tasty'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b72a96e0c0fd480581ca0bfad536a214", + "input": "Sentence: 'A bright red fire hydrant is in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-44c0cc0f0a0747bab03f643196e734a5", + "input": "Sentence: 'A close view of an time expired parking meter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bde9f7f133e647df9fdfb7eedad307af", + "input": "Sentence: 'Surfer riding a wave in ocean with surfboard pointed up'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-894881afaa8b4e7da0b0ca938d3a6eff", + "input": "Sentence: 'A fruit salad in a bowl with slices of fruit around it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-b5c7d8742734463c942e0d41ad8dbe03", + "input": "Sentence: 'A par of sunglasses on top of a laptop keyboard'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2bca2d25d3784c40bc56b2254cd0e71d", + "input": "Sentence: 'A street has a traffic light, a parked bicycle, and a car on it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8c220637b11d4083bce8c7799c6948db", + "input": "Sentence: 'A city bus drives down a dark city road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4b517a0b817b4a83a7a42fce199df8b1", + "input": "Sentence: 'a number of small boats in a large body of water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6e9ae94d9dff461ab5a5d797ba0ef7d4", + "input": "Sentence: 'Cupcakes part iced part not with a walnut on top'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f85cb88fc6e74374898c894231dd4325", + "input": "Sentence: 'A bird sitting on top of a monitor that has bird drawings on it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-50bb527a090a4e938161aa26f73fedcd", + "input": "Sentence: 'This kitchen table has fruits and vegetables on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-85ba12f782b14e63bb608735628eee41", + "input": "Sentence: 'A woman smiling cleaning a glass in a kitchen'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-19f31ea417124ce0b99e76b89a1cd86d", + "input": "Sentence: 'A woman with a slice of pizza in a plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c35da70df0764e938bceca9d89fc3336", + "input": "Sentence: 'A giraffe looking through the fence at a pepsi can'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-25e8f9c8cd174a3ea32eadf0c83302e6", + "input": "Sentence: 'A white airplane with a staircase leading to its door'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ace6dbda1e954f88b81fe5be82a74532", + "input": "Sentence: 'An airplane is flying over the water near an island'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-67c978d176ca426ca6c70da4faac8ee3", + "input": "Sentence: 'A man using ski poles to climb the side of a mountain with his skies strapped to his back'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dd16e553dbe8412db850b644c8c93f14", + "input": "Sentence: 'A black and white close up of a car in a cage'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-beaf43abda4945b485a14172980a2d5d", + "input": "Sentence: 'Woman cutting a birthday cake with a really long knife'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-831b4c022fe74eeaae017ce9247fd8f5", + "input": "Sentence: 'outdoor street view with people holding umbrellas outside'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7ca378600d6c491a9aa63ad0b162a30b", + "input": "Sentence: 'A tennis player at a game, going for a hit'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2d0f624965c84b29a7e966309f2bb209", + "input": "Sentence: 'A guy surfs a wave in a drawing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6322b4ea4c5d4ee58efc0e5f4e20c092", + "input": "Sentence: 'A young girl in a dress holding something'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-33f7814dd4204e0987e66e8939efddab", + "input": "Sentence: 'A collage of cats interacting with and sitting on bicycles'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1aae679eda30461cac49e001ab189f3a", + "input": "Sentence: 'Glass showing a reflection of an SUV parked in a parking spot'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ab8d7f57310a4ed8b24495ac1f34fa60", + "input": "Sentence: 'a white truck parked next to a picket fence surrounding a house'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a20275ce1fed407e80c1da67d1f658f4", + "input": "Sentence: 'A bus parked on the side of the road beside street lights'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6a70c5bf06e746d1b7964923e8f850bb", + "input": "Sentence: 'A building with a clock on the corner'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-91935a305bf74942a8b0b6af904de704", + "input": "Sentence: 'a boy doing a trick on a rail with his skate board'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60ca8963bcd84e5e846e8620df25501e", + "input": "Sentence: 'A bowl of fruit sitting on top of a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0273477ed4224ea28aae5ecc2cff41a0", + "input": "Sentence: 'A bathroom with tiled floors with stall doors and urinals'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-70dbd227c2b946e48484f5f23aee5b3d", + "input": "Sentence: 'A person kneeling down next to a white horse'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a71a5d69444d4185938b0e43e409e0d0", + "input": "Sentence: 'A cat laying on its back on a bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-83385abfe1024491a7616aab34c477f8", + "input": "Sentence: 'a black gray and white cat and a green vase'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1e27f92e62b74c5481be01d047a204e1", + "input": "Sentence: 'A giraffe walking in the open grassy land'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-872c43af30674ebc807d8688f333b24f", + "input": "Sentence: 'Two elephants in a grassy field with trees in the background'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ba28844807484df89ae24ab5e2276a62", + "input": "Sentence: 'A clock tower on the front of a building with a sun dial'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-815fcb43f1fe4afabef40b859db65038", + "input": "Sentence: 'A man holding a skateboard watches another man ride a wave'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6820d05d57104340a3d8081ff3edc033", + "input": "Sentence: 'An empty kitchen with wood-paneled cabinets and black appliances'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dfc7a1e23a224128993a42e71fdda341", + "input": "Sentence: 'A luxurious spa area with a tub and seating area'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-b490da6b5bc649c1a28a5639898ae94c", + "input": "Sentence: 'a gentleman in pajamas taking a selfie with his camera'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-96ef908c620a47c9b1c19735c3b6e75e", + "input": "Sentence: 'a close up of a person holding a necklace made to look like a tie'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3ee552127f5b46999121a188af64eb40", + "input": "Sentence: 'A traffic light on a nearly empty city street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-489048b3622c4c48a047f89e65bd1ffc", + "input": "Sentence: 'A boat sits in the harbor along side other boats'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3b6b85a249674e699f91a348c1e63f82", + "input": "Sentence: 'A dalmation sits on a red couch with two striped pillows'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5933ba82fe064c988f393889d500610a", + "input": "Sentence: 'Hi rise building with a clock on the front'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-294cd993a17640709bac5949a8de4722", + "input": "Sentence: 'Some people are on a boat in the water with a bike'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-80ff6a3d69aa4ef295fa762442a25953", + "input": "Sentence: 'A guitar case laying a a bed covered with pink sheets'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-af8698a9f0b8435280533e10934d1088", + "input": "Sentence: 'People are skiing together up a snowy hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cefbc7610fc246f7bc1d6f0fb01d28fb", + "input": "Sentence: 'A little girl holding her three stuffed animals'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2a97e2e62b9047ef9b926a93bc22d832", + "input": "Sentence: 'A fork, apple, orange and onion sitting on a surface'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d063f29b2ef8410b904a2df7821a662a", + "input": "Sentence: 'Two boys in tuxedos are standing are standing by a porch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ee2848e56ae5432f9e122412754d952f", + "input": "Sentence: 'Two birds standing around a box of birdseed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dd0ff655a047486eb13205029e041360", + "input": "Sentence: 'A woman sitting at a table on her phone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3d17d263d5044ef8bc917c9fb9f279d2", + "input": "Sentence: 'A yellow fire hydrant sitting at the top of a green hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0d70c9a744724bbe90143cbb66949490", + "input": "Sentence: 'Crowded Asian market with fruits and vegetables and large signs'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f8a9223771a346b8b101b730222eab54", + "input": "Sentence: 'cows grazing in a meadow in front of a meadow'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b5f2a77daf8744a6bb7d447e18d50579", + "input": "Sentence: 'BASE BALL GAME WITH MAN AT BAT AND UMPIRE READY'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c3e5044a4a224726bf41747621bb1d52", + "input": "Sentence: 'A couple of cats are playing on a rug'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-42c2ae2265194d048d12d7d7f14e26c3", + "input": "Sentence: 'A girl is holding a kite on a beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e7200a69f3bd46548bc3fa4edc3a5de8", + "input": "Sentence: 'Two giraffes on a field with rocks surrounding it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2a30bece64e045909d39a11656963576", + "input": "Sentence: 'On a table is a newspaper and a plate with a sandwich and potato chips and a cup of coffee'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a714a056b2084c388f5ded5485cee017", + "input": "Sentence: 'two people sitting at a table holding doughnuts'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b852e0dbe5d64601b34353ee0e6b1c20", + "input": "Sentence: 'A big dog laying on his bed on the floor'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9c0ef2459db24eb889b67f313a41eefa", + "input": "Sentence: 'A large variety of umbrella of various colors that are high in the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-56b48d4c216b4b04b364e4e7826e31a8", + "input": "Sentence: 'there are five people on surf boards in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e83d363b88934cc0b79355d2bdf608ce", + "input": "Sentence: 'A line of appliances located in a barn with a hay floor'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ee8b5c87b7dc4a65bc35613c5692ddcb", + "input": "Sentence: 'A lady sits down to a plate of smoked sausage dinner'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ad491dacf3b847ad956e8e9eee39abd0", + "input": "Sentence: 'An advertisement of a dining room and kitchen looks nice'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c3e85a5d37944179b4fdbf80bac669d7", + "input": "Sentence: 'This black and white photo shows a painting that was done on the side of a building'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-649a2715d7a44fb7965cb8bd5ff1c312", + "input": "Sentence: 'A blue park bench is sitting near a bunch of trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-63b868888e304e45a3fef2af514fc1b0", + "input": "Sentence: 'little girl standing next to a toilet and bathtub unfinished room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ed86e992ddfb48908e4ea5f44eac8353", + "input": "Sentence: 'A woman blow drying a child's hair in the bathroom'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-855a39c988974689a1faf4ccff63a7fe", + "input": "Sentence: 'Snowboarder going down the side of the mountain of snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d6d02961bf148e6b02c56587eb75472", + "input": "Sentence: 'a messy room with clothes and a computer'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-05e5efec4925410d91ba8cecc6f9d1e2", + "input": "Sentence: 'a bath room with a toilet a window and a bath tub'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-cfbc4c814fc44f97bdf5859e163ec3f0", + "input": "Sentence: 'A cupboard door with shiny glass reflecting a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1b18eb38798a4370b189c60d21ec7762", + "input": "Sentence: 'a blender near a stove with an open flame'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-76566e75612b4830a16044bdc0b47b3f", + "input": "Sentence: 'a train on railroad tracks next to trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-78fcf52b9ebf438ea37ae978acf4a871", + "input": "Sentence: 'A little, brown bird on a tree branch'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b7f3bfa238524a749d2337ceea7ea22e", + "input": "Sentence: 'The entrance to the Transit Mall Station is surrounded by buildings'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b91d749726074d91af8ded1cbbd3649b", + "input": "Sentence: 'The young giraffe is standing near the fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c5ab2facedec44109f99c1b0f9024874", + "input": "Sentence: 'an older woman is looking at a pink yellow and white cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-790b47ff9cfb40e88779703fb73ea3b2", + "input": "Sentence: 'The baseball batter has on a yellow jersey'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b35259bc2b7d4e62bd04beb8344ff5d6", + "input": "Sentence: 'A boy holds a white frisbee with a purple paw print on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1658da145b66450da65081b2814f1abf", + "input": "Sentence: 'A group of brown teddy bears one without a head'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0fcfb48588834cdaa54b65a63dfeb71d", + "input": "Sentence: 'A dog peers out the window of small black car stuck in traffic'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7e5ca3634596408599e81e69b59ca63e", + "input": "Sentence: 'A dog and a tagged bull greet each other in a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b08431d759c345a2887876a5d144b44b", + "input": "Sentence: 'A woman skiing with trees in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-527600c8391f46169cab792873bc2731", + "input": "Sentence: 'Skier on the top of a ski course being followed by another rider'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0aee0fed3c1d4df799dd0924b69aa53d", + "input": "Sentence: 'A small wet dog getting blown by an air dryer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-02b87f619b45420dbbd64293e1d1c6af", + "input": "Sentence: 'A piece of pie sitting on a plate next to a fork'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a905864b470b40d49c41f94101221f30", + "input": "Sentence: 'Ostrich and zebra grazing in open field together'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a7777456a6174f57a31dfa31f1cdd136", + "input": "Sentence: 'some people sitting at a table and a male is eating pizza'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d0d567a4d84c4e5ba3269d64f7670a2d", + "input": "Sentence: 'The contents of a purse spread out on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-487d7a71b7174bf09c12de8cc4ddbe28", + "input": "Sentence: 'A man wearing a green shirt and black jacket stands holding a square shaped kite in a grassy area near a large building'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-b158eb68072f4fef9bd0398bae0050d7", + "input": "Sentence: 'Two small beds are sitting side by side'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e27efc3f4a1346059ead21d2d2076fe5", + "input": "Sentence: 'Two little girls posing for a picture, with a pink teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cde0f7c7268244b69a843197c7c373a3", + "input": "Sentence: 'A herd of zebra standing on top of a lush green field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-42778b51d0fa4253801352651cacbcc1", + "input": "Sentence: 'a bowl of meat, vegetables and beans with a silver spoon with perforated holes in it'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-8bfef0e9d5324f41b258612b92ac0f06", + "input": "Sentence: 'Several people pushing a truck from the dirt onto the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-460792f298af41b3b6de5dd5d096f7ee", + "input": "Sentence: 'Kites can be a great mode of transportation over the ice'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c0479b125d42434eb344b2765cd8be48", + "input": "Sentence: 'there are two motor cycles that are parked in the dirt'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6c5cee4a4b27489785cbeeea928df6c3", + "input": "Sentence: 'A large urn with a flower pot in it near a pathway'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-96b55e0fed794a92a70787ac00ce87de", + "input": "Sentence: 'A woman sits on a luggage case on a sidewalk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1e1c004b2a294808823d8dce927f5885", + "input": "Sentence: 'A group of ravioli pouches on a plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-52a5a88cef1b4b30b26687e0d0c65b79", + "input": "Sentence: 'Two cellphones are sitting side by side on the counter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-526059045b994fe4891517bb7f3f24f0", + "input": "Sentence: 'A man sitting at a wooden desk using a laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b1cce36683964d069fa3a600ebc14803", + "input": "Sentence: 'There are a bunch of fruits in a box'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9a6fb022899e46039670dfe6c5185ee8", + "input": "Sentence: 'A city street scene with a man on the ground playing an instrument'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-640067634f194ac2a5bb7c5bb646c04a", + "input": "Sentence: 'a woman leaning over a big while holding a tennis racket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bd1cbe34205c498abfb8c99ec0a05ff8", + "input": "Sentence: 'a tall clock tower with a sky in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0714be7445dd4a109b4aa2759467699d", + "input": "Sentence: 'A large zebra grazes in a field of grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f76c023daf294384b54e67e1eaa53bd7", + "input": "Sentence: 'A desk with a laptop, computer monitor and a keyboard'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-72b644e1aee04210b9c15c292b8586c7", + "input": "Sentence: 'a line of red double decker buses driving down the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1b22e8fa32f74661b8956c0b246056b9", + "input": "Sentence: 'a woman sits at a table eating a piece of cake'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c50101628ecf448586198954ea3c1a07", + "input": "Sentence: 'While the pitcher is winding up for the pitch, the runner is ready to react'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d49e5370546b4b05bcc32026242ef0ae", + "input": "Sentence: 'Many people wait on surfboards in the calm water for a wave'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aabac9d7815d4c19b256d1a0aa8b95ae", + "input": "Sentence: 'A traffic light sitting in the middle of a road filled with cars and people'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c7aca8ca20934a5b9e4b34b8516ffb98", + "input": "Sentence: 'A horse grazes from grass next to Teton Village'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8d08f7e124ce42b0ad48b7b83754008a", + "input": "Sentence: 'An antique clock with a time telling 12:00'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5564f8613bf042d79af26e470cd11840", + "input": "Sentence: 'A woman at a restaurant tries to hear her cell phone'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-32bb900050d54d6ea845b4a6fa3924ce", + "input": "Sentence: 'There are a lot of oranges in the store'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c815c991e297411196ef296bc44383f1", + "input": "Sentence: 'Six colorful kites of assorted shapes flying against a blue sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6360b31b97a84dabbe8d65225ea84280", + "input": "Sentence: 'Inside a commercial barn looking at a cow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-722a1d77d3b1420481c9d19424a84958", + "input": "Sentence: 'A blue and silver motorcycle parked on a beach'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5c39a2c8783a4cea986309bc6af3cbd2", + "input": "Sentence: 'Two horses and a man are on the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fb3f17f190ed48c7a4924ffe3b818629", + "input": "Sentence: 'A female tennis player lunges forward to return the tennis ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bb9ab2bd7a494112a6ae16fbf3e0fc71", + "input": "Sentence: 'a horse pulls a cart with people sitting on it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aa23cd76eeda4bee87a5cda0b1ada6ac", + "input": "Sentence: 'A giraffe that is laying down in the grass'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cede73f00a52498aa541595fea8d1643", + "input": "Sentence: 'An older woman is flying her rainbow kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6d152179adc44f928ad78095c4c6ca02", + "input": "Sentence: 'Parasols of different colors hanging from tall trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b13f02a5a89a43ac977fbd83642d89b0", + "input": "Sentence: 'A fruit stand has a variety of goods and customers'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7dcb461223e748409b101ad5a0d0f66f", + "input": "Sentence: 'A man plays tennis in front of crowd'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-754e1f89a23a478dae0528c5c5e6b71f", + "input": "Sentence: 'Picture of a street sign by some buildings'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-85b37b9f54ea4c93bbff46ead22a2b3c", + "input": "Sentence: 'Guys in the woods are looking at their phones, probably trying to use a gps feature'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8731b08074e34fc9a1a1fc860ce2b31f", + "input": "Sentence: 'A large black bear is sleeping on a rock'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b78fa26587294ff1a2cf73dc0fed8f9f", + "input": "Sentence: 'This is a picture of a very creative cake'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a5c7617d918d484da731dd5561b38de2", + "input": "Sentence: 'two male snow skiers and one female in a brown jacket'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-281575745b5149cf9a6e10a63d11a3b7", + "input": "Sentence: 'Two buses are going in opposite directions on a city street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-67c2f0dc35b04c729a5aaac5bd984c56", + "input": "Sentence: 'there is a surfer that is walking towards the water'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e2d26c1d8f8c44eab31233720f568d12", + "input": "Sentence: 'Some female players in action on a field'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f4441039232d4189b82ee3e136564fa6", + "input": "Sentence: 'A woman in a purple dress with white polka dots stands drinking a beverage at a public gathering'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ca5a4393383643daae23c6f5de40c04c", + "input": "Sentence: 'A modern bathroom features a shower as well as a toilet'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9480aed7ac7f4f0c92ae61c83aad489d", + "input": "Sentence: 'a small group of fish about to be cleaned'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-771a786554fb4422bb0c1f6e2f686424", + "input": "Sentence: 'A large brick building displaying a roman numeral clock'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9dca30948b514c278146f51f28a039e8", + "input": "Sentence: 'People are wind surfing on the beach near a city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0d5700c0ae9e42d1aa66255da2156f4b", + "input": "Sentence: 'A zebra sticks his head into a car window and checks out a passenger'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-67f5b38c93cc4914ae83444d9455dac0", + "input": "Sentence: 'A couple bottles of wine are on a table with a glass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e8cf8623ba884ed1b4a27e564271976c", + "input": "Sentence: 'A white fire hydrant is in front of an old couch sitting on a sidewalk in front of a house'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e27876c958c94849ae0a89ee9f35c230", + "input": "Sentence: 'a close up of a person holding a sandwich'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bbad1662f611479aa35a04815bcbcd53", + "input": "Sentence: 'An instructor pointing at something on top of a screen'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-544847be43b94934860e5f7572e0fe65", + "input": "Sentence: 'Many boats float down the water in between the buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b19021efc3a1418991e2b744df033693", + "input": "Sentence: 'A street scene with focus on a gray and red fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-79cf5ae5ea7d4b9f8f603897f8fc2f49", + "input": "Sentence: 'A black and white picture of a tv beside a window with a view of the city'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-43bd5098efc0492d881121db19d8a594", + "input": "Sentence: 'A stone bear facing an unassuming cat outside a house'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-04ca2f69bedb4a01ba69f30ee6de2867", + "input": "Sentence: 'A slice of banana bread on a plate with a fork'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9e13cf49a17f4d2596eaa2ded82e0ca8", + "input": "Sentence: 'A man flies a kite in the sky above a stone retaining wall'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-164589eb0fc8486f986192a3acbe4266", + "input": "Sentence: 'A street sign that is pointing to Rue Paul Street'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9badb7451fdb41f596ff46b46bb6c08e", + "input": "Sentence: 'A pink flower lies beside another that is in a vase'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e754d0c2e784422692bba112ba5897db", + "input": "Sentence: 'There is a woman standing by a beach with many people'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6386b57e32d248b39c4b883be82d22bf", + "input": "Sentence: 'Two men are in playing in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e4865dc334904f4b8af8aa2d5e2e8545", + "input": "Sentence: 'An elaborate bedroom and office is seen in a photo'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-353d880aed7e4acb9f086455d277f865", + "input": "Sentence: 'A blue ceramic vase filled with yellow and white flowers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d1e24b76d34b4a03bc587203ef60d514", + "input": "Sentence: 'A table with two boxes of pizza and beer cans'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-56628e312923456eb05d75084c8d9ba6", + "input": "Sentence: 'A red train parked next to a loading platform'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c58fd63f842b4d0984988570d8eaf25f", + "input": "Sentence: 'an image of a church that is on a steeple'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-65e39d00004d473fac326418bab73bc9", + "input": "Sentence: 'Cattle being displayed in arena at indoor event'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f59d9be7c27c4a32ae4b53f9acee31bf", + "input": "Sentence: 'Two people skiing down a snow covered slop next to a banner'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c86e8dda26514150a12411d9da922e45", + "input": "Sentence: 'two slices of pizza sit on a white plate'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-530bf77c0a954ebc99959b28829c4ac7", + "input": "Sentence: 'a close up of a dog laying on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f2ccb521ee0648fb98434efead0f6cab", + "input": "Sentence: 'A very large elephant in a big grassy field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-657d2065183846f1915a4c4f13811e42", + "input": "Sentence: 'Food being eaten with a knife and fork'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-788618ae9d3141b398fcd4c92614e0c0", + "input": "Sentence: 'These zebra are walking side by side on green grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f755b3a74e4b4b0f9fdc17377394cd19", + "input": "Sentence: 'A giraffe standing in front of a stone cave'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0531a6e9392a4899a8c3b73a7a20d2d4", + "input": "Sentence: 'Two beds set right next to each other in a room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-28ad7dbd571e4464a6bf0c02973d7687", + "input": "Sentence: 'A man holding a cake on a plate with a rag'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-94d816ad1c134fff90ae95f2e0d7bb42", + "input": "Sentence: 'A close up of a brown horse eating grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-50ae755c09f64703a2ad72b1f5ee9270", + "input": "Sentence: 'a person in a red robe is riding a brown and black horse'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ba82ee640417479c92ac7eb1cfdd4f39", + "input": "Sentence: 'THERE ARE SIGNS THAT ARE ALONG SIDE THE GRASS'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-816410ea48784f2483978c75bc9490f8", + "input": "Sentence: 'A man on skies going through the woods'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c8147a1bc2dd4e57b5211edb62677e95", + "input": "Sentence: 'a small stuffed bear is sitting in a field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-842fa06ecb8e46f8b42cb36310a61acc", + "input": "Sentence: 'A group of people with bike helmets on eating something from a cup'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ec76d76176b6489b8e3d594522922ded", + "input": "Sentence: 'Two children plays with a kite in the field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3669b4eb7d234754b4b3101485ad1cf9", + "input": "Sentence: 'A display case at a market filled with unripe bananas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-72646988f43646d8b01b86a7d8a05088", + "input": "Sentence: 'A sandwich served on a plate with salad'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d49f784e8ca8415d93b5bebb6fb3335b", + "input": "Sentence: 'A display of something outside in the snow weather'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7e32ea90b419471e9e7ebfa77bcbf6cc", + "input": "Sentence: 'A zebra staring with a tag with a number attached to his ear'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-13dc6a604ce746c4be505d2ee44e04b2", + "input": "Sentence: 'A prom date is posing for a picture while the guy looks at the girl'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d04e1f5e923e4f24a71920d61dc33022", + "input": "Sentence: 'A transport truck sitting on the side of a building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d4ed45bcc5f947eaa6bb76c64de22920", + "input": "Sentence: 'A large raw carrot and cut up garlic on a cutting board with a knife'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4002b717aa514d3dab0feaf48313cd6b", + "input": "Sentence: 'A zebra grazing on grass next to a stone wall'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f74135983b264828805cfe52adc7d67b", + "input": "Sentence: 'Chinese stir fry with noodles on white plate'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d6a6173f1d644f12805c0043cd13686f", + "input": "Sentence: 'a school bus parked in front of a church'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f7a1035fc37842078cefd8d88ad16aff", + "input": "Sentence: 'A bus with a bike rack travelling down a street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6fdab6dc932d46a9a8e6aa0171919269", + "input": "Sentence: 'A group of people sitting behind rows of laptops'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4a05ae7b32d24480892f6ac5d5be0fe7", + "input": "Sentence: 'A vintage photo of a man in a bowler hat feeding a zebra'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a8d23e01bb5f482f819bd90b9564339d", + "input": "Sentence: 'A person riding on a waterski holding a handle'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c2a192713325427cb328faa4de5bfd52", + "input": "Sentence: 'A long haired cat lies on top of an open laptop and keyboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e0fd4e6cd90540238ac3067ef3aae2b3", + "input": "Sentence: 'A large and baby cow are on tall grass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-79963363045c49e0ae32b880612b5cde", + "input": "Sentence: 'a traffic light with many buildings in the background'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-45deec12d5354064b14fb1f60a10e353", + "input": "Sentence: 'a clock with a concrete bird next to it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4cb24d7e641141b3b09e0636bd39c3c3", + "input": "Sentence: 'A close up of a fork and knife on a plate with food'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b671a235f36d495ba3bfa05a2058fae0", + "input": "Sentence: 'A stack of hats sits next to a stuffed bear wearing pink and white striped mittens and a hat'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-827a6a7489f34e24ab184f68008cc6ac", + "input": "Sentence: 'A pair of black animals in a pen on display'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-46e51035b0764cb586fdd6c866230ef1", + "input": "Sentence: 'a stone oven with a fire and some pizza'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8ddb919c689742fcaadcfc8586984df2", + "input": "Sentence: 'A kid sitting at a table with a metal plate filled with food'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3ecedde5fc3745608fd186fa364ee0fd", + "input": "Sentence: 'A train on a bridge traveling over a body of water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1070d62ae0e44c7dbcde4a842d7a737b", + "input": "Sentence: 'A man on a surf board riding the waves'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b7002c2a8c6e4bd4b14a2ea1a18b1560", + "input": "Sentence: 'a curvy gray plate contains two orange turnips with big green shoots'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-35b864e3314641a69fb06286a6afe729", + "input": "Sentence: 'The pet dog is allowed to sleep on his owners bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-66da16c2065043b6a308bea29cd48769", + "input": "Sentence: 'Two guys wearing glasses playing a game with the Wii remote controllers'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-db3cdded97754b438d6391f1dee0f3f7", + "input": "Sentence: 'A street corner of a city with a road sign'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-04e05c0c7ee442bbb2d5bb3daeae3a3d", + "input": "Sentence: 'A man in a black wet suit is above a wave completely separate from his white surfboard'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9b35f190f060440ab5e9f09856036243", + "input": "Sentence: 'A very big train by a platform at night'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f4631aa7444144c392d14370394da7bc", + "input": "Sentence: 'A sitting zebra is near a standing zebra and a giraffe'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cf1da21386d140c3ba4ee3d1493cd003", + "input": "Sentence: 'A tray with a doughnut and a cup of coffee on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8386e36f26b94017a9de3b60d2781bfa", + "input": "Sentence: 'A person is walking in the sand near the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-648edc10021242e8a15d6e19ca73f5e1", + "input": "Sentence: 'A dinner plate with meat in crusts on a dinner table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-32eab98cf411428ea65d38a74b5034d3", + "input": "Sentence: 'A photo of young children playing base ball turned the wrong way'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-379803ab97b74b599086a3b2fd4484aa", + "input": "Sentence: 'A picture of a cat looking at its reflection in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0028de90a3b84939b467445c646cedb7", + "input": "Sentence: 'A cat walking through a doorway as a person watches'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-11decd57c02a494a99058132cbf1469b", + "input": "Sentence: 'A traffic light is near a red bus and a building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-90a8281e9af94ad985f7036392e96636", + "input": "Sentence: 'The animals are in the small stream of water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7283ed89bf194117a73a6d086211f88a", + "input": "Sentence: 'A group of people lean over a pizza to pose for a photograph'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b22ff4f2baa749a395d5a8317fc80900", + "input": "Sentence: 'Small white van passing next to the side of a mountain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-10747781b60f4d9190a0b9d3e9f0ea05", + "input": "Sentence: 'A tennis player in all white serving a ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7cb018d399b8431ab5b9fa6933e7fa34", + "input": "Sentence: 'A cat is resting its head on a notepad'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-405ef69e04d1410880290d0720715f41", + "input": "Sentence: 'A person sitting on a couch with a laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5e9477a6fb3340d1a7983588135b9547", + "input": "Sentence: 'a group of men singing at a concert'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-50b87f310a074b9f85a4bbc4b959fbdc", + "input": "Sentence: 'A black and white photo of a broken bridge and horse carriages'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ba3bb1827aa9420486a611ce521600b5", + "input": "Sentence: 'A plate topped with a sandwich and french fries'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cf2887c0bef845eba9b4e79d035584c6", + "input": "Sentence: 'A man sits in a boat with a TV and movies'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dc2bfb7738dd443c8e1b9322815b19c2", + "input": "Sentence: 'A group of skate boarders are preparing to perform for a crowd'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-843f26476e0b4a0d8296ffb450bd2f09", + "input": "Sentence: 'Two giraffes in the middle of a green pasture'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-62d10edeed084304b5828ee8d452933e", + "input": "Sentence: 'A walking sign glows underneath two street signs'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7204089935d94dbdbace36e22b3ade91", + "input": "Sentence: 'A herd of sheep with man and dog next to water'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-423f6f1ae69645608f1c873c57e92046", + "input": "Sentence: 'A yellow school bus driving past a church with a white tower'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2fd8a2e005644b07a0c9b42ae546c1a2", + "input": "Sentence: 'A tennis player standing on the court with the ball on the ground'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0cb03384268d44b2b6362c44efb26343", + "input": "Sentence: 'a living room with a couch and chairs and a fireplace too'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f4ec2c8e832747efbafb195d9ec0b85e", + "input": "Sentence: 'A hallway with a small view of a bathroom toilet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a2a69620abaf477b8b6b35a5ce13c363", + "input": "Sentence: 'An police officer riding on a police motorcycle'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f57d959371134549b3a1da6643276664", + "input": "Sentence: 'A cat touches the Wii controller with its paw'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d00aed09c8cb415d88e89b878d791b00", + "input": "Sentence: 'dip with veggies all around it on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-037f0a2ca2a946da823b5dd4775031d7", + "input": "Sentence: 'A group of men going up for a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4db6d4f7c05c4701acd929343d23561d", + "input": "Sentence: 'A street sign and a clock in a street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6dbaa38f0274433395f2c98db1448042", + "input": "Sentence: 'a couple of people are crossing a street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-56a4b5493cea4de9ad32007889b57aaf", + "input": "Sentence: 'A couple of couches sitting inside of a living room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5a4a6dbdf00e47b8af768c8a0d014b68", + "input": "Sentence: 'A skateboarder doing tricks at a skate park while others look on'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a6bed69723944d2b840b1327c50174a8", + "input": "Sentence: 'A group of teddy bears hanging from strings covered in rain'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-40374ffbf39f4c62af24c75b10c04c9a", + "input": "Sentence: 'A man dressed in suit in business meeting room'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f5e7affac1a54eeca9b0347fec9ca83d", + "input": "Sentence: 'a bunch of students stand around on the field behind some school buildings, playing Frisbee'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ebff490786c14359b127e5926c84c7d6", + "input": "Sentence: 'A bedroom with a mickey mouse blanket on the bed'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3d076cc794304109a971b3c3ec52a9ed", + "input": "Sentence: 'a man is flying through the air on a snowboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-75542c72e5774c85aea7372dbf7d0b26", + "input": "Sentence: 'People are enjoying the beach under rainbow umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9bda5d3a03244148a5fbcccfd891bcb3", + "input": "Sentence: 'Several people walking on a beach with surfboards'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2db808ac694b480686d1defe4faec48f", + "input": "Sentence: 'A man standing on a hard wood floor next to umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2e9e8b7b60444028baf5cf3384635d02", + "input": "Sentence: 'An abstract picture with a banana surrounded by reflections'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cc528cb59b614411af60bc85b1732b93", + "input": "Sentence: 'Two zebras are facing away from each other'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-017420d0c6e94226a95e05d81a8cfb19", + "input": "Sentence: 'A photo take though glass of a polar pear diving under water'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-86c4c601a44643e29e9c174a53ef5ce1", + "input": "Sentence: 'two people riding horses jumping over obstacles'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5a70f9cb65834fee9cccdf33615dff22", + "input": "Sentence: 'Cows outside that are grazing on the grass around them'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f0ebb19eac8042e1b8eda094753d26d0", + "input": "Sentence: 'There's a toilet in a bathroom with a mirror behind it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a7a831131f8a493d9559ea18b1116b0b", + "input": "Sentence: 'A laptop computer with a cat hiding behind it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-99c88a3f1e70411a889e29808e74d107", + "input": "Sentence: 'The zebra is standing in the field with the other animals in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d5317a3e6a134873944360e2aa4d97b1", + "input": "Sentence: 'The three members of the family are all on their laptops'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2f2ba1c3148244d2ad7d03dc90e209bc", + "input": "Sentence: 'a man is doing a trick on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-090f5097c653436e9a895a995d2cbab2", + "input": "Sentence: 'a man who is skiing in the snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-62407a5dd238436b92346c71885486a0", + "input": "Sentence: 'If photo of a male zebra mounting a female zebra'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-04b228e9e10c47ce8404bcf6def721c1", + "input": "Sentence: 'Two men loading a pick up truck with liquor'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5aaccc335acb4a3ea745444197b98db1", + "input": "Sentence: 'A photograph of a highly decorated cake on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2092a55760834d48ae92fdf7747ca150", + "input": "Sentence: 'Assorted diced veggies on plate include onions, carrots, and onions'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a24b553a6e8c4692b0761aa6e6b669be", + "input": "Sentence: 'Two birds perched on top of a light pole'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e0615219f2ba4b0fb5c750c51d5c3923", + "input": "Sentence: 'The couches and chairs in a living room are facing a television'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8896c9e8b1dc4ebea91413826a86ef4f", + "input": "Sentence: 'A balck an white photo of skiers outside a house'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0394c240d9ff44e0be98afa8b5b9a0be", + "input": "Sentence: 'A young sitting child examines the cover of a book'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-248215af2ce04959a60d29cd73ac184b", + "input": "Sentence: 'A group of people sitting around a window watching fireworks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-abc444df3d1541bda7d8b6a509521add", + "input": "Sentence: 'A woman that is standing in the grass with a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bf0b9d7b77ca474e94014bc3b4a57e29", + "input": "Sentence: 'A bathroom inside of a house in a well lighted room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fbc6f88ce35f4f7fa562d576352ac077", + "input": "Sentence: 'Cows in a barn eating from a trough'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b4071370a7fd42848f989e966c3daae0", + "input": "Sentence: 'A man holding a tennis racquet on top of a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7fcfe3925e944f9c972fe750d86415ad", + "input": "Sentence: 'Two very pretty giraffes standing next to each other'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1f8d1c67eb384ec7842d355688cb0bc1", + "input": "Sentence: 'Skateboarders sitting on their skateboards while one is standing on his'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ff30220cfb794b16b3a3fe1473d73a15", + "input": "Sentence: 'The food is being prepared so the people can eat it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a4746f8f921c4f9e81392de1920c5f91", + "input": "Sentence: 'A man is sitting in front of a stuffed bear'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6acbbd93109949f68e4c8a899b316403", + "input": "Sentence: 'A african american playing frisbe in the park'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-36db1ce2312d4b12a2142e4368140ff7", + "input": "Sentence: 'a shelf with all kinds of liquor and books on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-883ce592168b45d9878c6ea011663a42", + "input": "Sentence: 'The view of a flying plane's wing from inside the plane'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a647aad5960b4c7f866239f8677abece", + "input": "Sentence: 'A home office of someone making lots of CDs'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0112533c377548d4abebff8ae0f8ded2", + "input": "Sentence: 'A baseball player stands ready at the plate'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-33533cad5ba84633ac56efae26600434", + "input": "Sentence: 'A photo taken looking outside an airplane window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e762de9a2d984c26bb26de4e35675406", + "input": "Sentence: 'A bunch of birds gathered in the shallow end of a pond'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8d46297e2ae04560bf2ef6605c3b245c", + "input": "Sentence: 'a bridge sits over a big body of water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7b48f6dc9731499ab6340d7251b59b16", + "input": "Sentence: 'A man making a toast with a glass of wine and a sandwich on a plate in front of him'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9eefaf729a054c40b267a6ad3fdfcd42", + "input": "Sentence: 'A cat standing on a table in front of the fireplace'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fa4e6726b68e48b6800d38e7a6940404", + "input": "Sentence: 'Closed train doors in an airport terminal concourse'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a39fa00cf8a043b5b71b545e26aa23fe", + "input": "Sentence: 'Brown bear sitting on the ground eating a stick'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-28016faf537a4d29968e5b7ce24e69db", + "input": "Sentence: 'a black laptop is sitting on a coach'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-191f98175f794293a3cc2b733b8f3888", + "input": "Sentence: 'There is a man skiing in the snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9717667284e64da5a8f86e6ba0660fa4", + "input": "Sentence: 'A person is learning how to ski at a resort'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9aba3b4c25ce4b55a4b5d1ab449df901", + "input": "Sentence: 'A toilet and sink in a small bathroom'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8e118acc9aea4692a5c79bae72801db2", + "input": "Sentence: 'People buying oranges from a fruit stand at dusk'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f98597d0cddf49d4825f69e3054958c4", + "input": "Sentence: 'A group of young women standing next to each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-850a84a26aed4a7297e79e3eeb26189b", + "input": "Sentence: 'A residential bathroom with black tile and pink curtains'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7742d78af8dc4a5ebd788936cd8fa2be", + "input": "Sentence: 'A Ducati motorcycle is parked on a street with other traffic'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cbf175707adc4213b2c0f96bcab77484", + "input": "Sentence: 'Some fish, green beans, and sauce on a white plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7470267355104d198694c7e430dd0528", + "input": "Sentence: 'A tennis player getting ready to hit the ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b9a38ecd91794185972bd41ffeff8e19", + "input": "Sentence: 'An orange and blue double-decker bus and a parking lot'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f4853370160e41edab5a17ad6d083350", + "input": "Sentence: 'An old, rickety wooden bench near the woods'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-219a7566e1a14c339308ce27dce40b4d", + "input": "Sentence: 'Pots and pans on the stove In a nice kitchen'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-74ee9dee62094c9d9e44e721fa48da95", + "input": "Sentence: 'A couple people at the beach working on an object that looks like large wings'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9cfa72d3120c45d5aa115d73e0248738", + "input": "Sentence: 'a group of people sitting on a bench some resting and others on cellphones'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-e3ce2c78c2224244913a54c3567bdaa9", + "input": "Sentence: 'A military airplane is sitting on the runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-940b7fdaf62c4f559f447209c006dc71", + "input": "Sentence: 'A man with a racquet that is standing on a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3a4bf3450e36470b8d5b7809c7928e73", + "input": "Sentence: 'there is man riding a skateboard down the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-abb59b9345de443cb47f010c4a8a1382", + "input": "Sentence: 'a plate of food with carrots on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7383459ce4484e3993fb2ec135b4aedd", + "input": "Sentence: 'A picture of a black cat sitting on a young man'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-370f97afd21b415aa425bce2d5e74d2c", + "input": "Sentence: 'A whole pizza pie with toppings sitting on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e516661b26774d61a45188debfc9e5eb", + "input": "Sentence: 'Three women stand and eat pizza in a kitchen'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-afd782b8f2404af0b2ffb56025dda780", + "input": "Sentence: 'Three pictures taken of three different kinds of emergency vehicles'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7eb30dbe866d40c18c69686b55be99d6", + "input": "Sentence: 'A woman with a cut off piece of a man's tie as he holds a piece of money'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d34da07b276e42e29c8ffbaa35cd9955", + "input": "Sentence: 'A little girl and boy sitting on a bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5b1196a402814010be243059549ae39f", + "input": "Sentence: 'Two globes and two balls on top of a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-48d8f2bcd9c54874a3ab894a452ee481", + "input": "Sentence: 'Diecraft Ultra Star Frisbees are this player's frisbee of choice'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c70fa9ed64c34838a7d0a04bc447ef4a", + "input": "Sentence: 'A cop riding a dirt bike, in the middle of the city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-210a4a9e829b419dab39b190cdc40063", + "input": "Sentence: 'There is a man holding a tennis racket in his hands'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a1229cbedd4a438ba5a77cb9d32f0b55", + "input": "Sentence: 'A orange bus driving down the street carrying passengers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-42902dedffd44d5cb6f9e64771fc627d", + "input": "Sentence: 'A fluffed up goose walking towards the water'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7a9afca2163745eb93755d26c2e59e98", + "input": "Sentence: 'A couple of people and a dog in the water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6e8f675a0a8243de92bfb736aafaf9e1", + "input": "Sentence: 'Street scene of woman with red umbrella appearing to manipulate a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-3ff120d67c17403f8787fbb71c6d4ec2", + "input": "Sentence: 'A young girl in pink swinging a tennis racquet on a hard surface tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0bde339ec99048608c687258ce04ddac", + "input": "Sentence: 'Outdoor subway train pulling into an empty station'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e6da018835a649fbb76e422eef68ac3b", + "input": "Sentence: 'A white and grey dog in market area next to bananas and strawberries'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-28dd52215eb048609348da7cbcb853dc", + "input": "Sentence: 'A baby chewing on toys with mother holding'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-876399ae0252494f8d0503e255ac32bf", + "input": "Sentence: 'Two people stand with skis on a snowy mountain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5dfa51ca9cc54881927bfa081a975da2", + "input": "Sentence: 'A cat looking down at a book. It appears to be reading it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-31adb3f48fbb49d7abd55d0996472f6a", + "input": "Sentence: 'People sitting around a table eating delivery pizza'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f85170ee6952466984e83dd58957c7cf", + "input": "Sentence: 'a bed resting in the middle of a room next to a dresser'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a77b918676ec4201bd6a09eef50cff07", + "input": "Sentence: 'A person jumps above a body of water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-19b04ac2b094441397f5503b20eba174", + "input": "Sentence: 'A man standing next to train cars on display'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-644a60be21b44520a51fafb7ca23fd89", + "input": "Sentence: 'an elephant standing in some tall grass next to the bushes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a042e5fbcef34834b4aa897b9f89fb9f", + "input": "Sentence: 'this is people at he beach in the sun'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-09e4545e92104d239216380d404bc1d3", + "input": "Sentence: 'in this picture you can see there is a train coming up the tracks'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3f1d7c982ae54f9280344225ba2dfd3f", + "input": "Sentence: 'A man is sitting and pointing a remote'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2db4418d02ee4727ad9f041525d307ca", + "input": "Sentence: 'A woman cross-country skiing outside in the snow'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e0e2d9e6ffc94d3ca8e8d345d2da653a", + "input": "Sentence: 'A man holding a tennis racquet next to a crowd of people'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ea332ec993754569aca1e1ea8284d8d7", + "input": "Sentence: 'Two people are riding a motorcycle with a flag attached to the back'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-155f8178be174097af24d230ae6b05d7", + "input": "Sentence: 'A small heard of Zebras are crossing the desert area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2870f613840247c89d4e0d42c54cb077", + "input": "Sentence: 'A very neat kitchen with many wooden cabinets'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-40b459b6aa6c42ddaf71e0989f714917", + "input": "Sentence: 'a large airplane that is sitting on a runway'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-516e6a9e67e54039ad34260d1d120b9c", + "input": "Sentence: 'A beautiful swan glides across the placid water'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9ced057f060544878c8d4b82b0d40578", + "input": "Sentence: 'A person preparing food next to some vegetables and a cooker'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dcc14c825377437d9197892d1a06cc90", + "input": "Sentence: 'Plates and bowls of breakfast food are on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fdae548cd4a34f7cb754392f7704ab58", + "input": "Sentence: 'Picture of an outside spot with a transport'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5497cf09187d4d6eabb70870866fa998", + "input": "Sentence: 'there is a plate with different food and vegetables on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-46d913e59f314630a7122049e2d68e7a", + "input": "Sentence: 'a couple of people that are skatboarding on ramps'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-69ca21de69af4e198b016643338c6bdb", + "input": "Sentence: 'A man on a surfboard riding a wave'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-19e3f39ef7cb4bd688f0005f7cffd4ed", + "input": "Sentence: 'A snowboarder is in the air at a snowboarding competition'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1a5b11558ce043f1974fa8e8699475a3", + "input": "Sentence: 'back side of temporary road sign near intersection'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fdcdc306a26546358698018eb8d6e182", + "input": "Sentence: 'a snowboarder showing off on his snowboard in the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6e7d1554b81a48df888882fc32333dbb", + "input": "Sentence: 'A fire hydrant is on the sidewalk covered in snow'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a7681c7431544264b1e42d6d380340fb", + "input": "Sentence: 'A small pizza is baking in the oven'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b318a101854b425c90f79d17eb5a47ea", + "input": "Sentence: 'A park bench that looks off into the woods'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-647d713151d74a8cbcf5b97cb59dd288", + "input": "Sentence: 'a close up of a bull with a truck in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b57cd977d69f44fba2ee1c334cc0d963", + "input": "Sentence: 'Cut fruit on a cutting board with a knife and spoons'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b56b6aa6de8f4adb91ce741c1dda6cbc", + "input": "Sentence: 'A man with a blue and white Hawaiian shirt standing next to a statue of a bear and two small girls standing in front of him'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-e7b81325877948c681085b01cca9aaa4", + "input": "Sentence: 'A vase with flowers is displayed next to a handmade object'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a237fc90a5694d919dfc6eb8cb23817e", + "input": "Sentence: 'Several people with umbrella's standing near an iron fence'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3b61efd4742f42d99825166606c3d9d0", + "input": "Sentence: 'A giraffe sitting down in a fenced in area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7afdf87bd74546fe8aa55d81e3f8cf8e", + "input": "Sentence: 'A bunch of birds gathered in the shallow end of a pond'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-76c3be4dea094a79a886a2e357031b6c", + "input": "Sentence: 'a pan of pizza on a table with a person and a dog near by'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-604835c3e900471dadeed8a97a612c88", + "input": "Sentence: 'A young child holds a pair of scissors cutting something'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b08b44f3f3dc477eb0a84039aaa9427a", + "input": "Sentence: 'A passenger bus is being driven down a street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-65608d8c3b1845269fd3bca0cca09c99", + "input": "Sentence: 'A group of guys holding up there tennis rackets '. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ec5c2e99d716476999be0f0e3c168866", + "input": "Sentence: 'A motorcycle with more than the usual number of headlights'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-74eba14eeffe46a385d9083cb50ae2e1", + "input": "Sentence: 'a snowboarder in a green jacket is doing a jump'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-519ca2cef63142a6946bc71a3b65b57d", + "input": "Sentence: 'a white ox ox is eating some grass by some water and rocks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a8e91cdab54344d9b583af195e49843e", + "input": "Sentence: 'A couple of guys sitting at a dining table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-177daada75b34906b0dcbbdd3cb066d5", + "input": "Sentence: 'A close-up of a yellow fire hydrant surrounded by flowers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8f91aec067b14b2ab48cd73e5495fb9b", + "input": "Sentence: 'a family sitting in the living room with one of them petting a dog'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3e9589c7ba3740f09fee895ec26e9a74", + "input": "Sentence: 'A cheetah, cow, horse, and woman looking down a hallway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9cf0db182ed84b79b48a723cfb7247d5", + "input": "Sentence: 'A motorcycle parked on the side of the road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-611a844328b7432fbd25a966ab52be2f", + "input": "Sentence: 'A man is winding up to throw a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bdc9521c7af344f19ab6db9eb4b58eb4", + "input": "Sentence: 'A piece of paper with hears cut out laying beside ribbon and tape'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-150ad9893bae439ba5dcc538d4d3e304", + "input": "Sentence: 'A woman is sitting on a bed with another woman'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ed83ebe278e4535b2cd8944170a50ba", + "input": "Sentence: 'an image of boy and a dog sharing a hot dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4b199ec2de064803a9c6527cbec7e387", + "input": "Sentence: 'A custom built two seater motorcycle next to other bikes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-503b14010bfc43ba83dd0f806fb974a7", + "input": "Sentence: 'Two soccer players on different teams are see during a game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d29d9f98782b42708e0a64856db53053", + "input": "Sentence: 'A zebra in the sun on a dirt road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7fa0ae68840e474bbc852e2f7d9129e6", + "input": "Sentence: 'A woman playing with a cat while lying on the floor'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-024a1552ae91457495e599fcec9f31f0", + "input": "Sentence: 'A fresh head of broccoli is circled by its equally green leaves'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d4897319a6514842a5f893e95da05b70", + "input": "Sentence: 'Some people who are watching a miniature train go down railroad tracks'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2eb669de6a684aebba823653b18b3741", + "input": "Sentence: 'Cat sitting on edge of bathroom sink cabinet in residence'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-862a0b713694462e9946190b2f47a7f1", + "input": "Sentence: 'Tennis player in red shirt and white shorts serves ball'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8dc218c5963b4fe59daf8d4e6ec06c8c", + "input": "Sentence: 'A desk with sticky notes and a computer on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-036bf8a3a6b549c89a5d8d3029616c2b", + "input": "Sentence: 'A person in a pick coat stands on a snowboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a809e4bb276461aa6ce1d044c393c0f", + "input": "Sentence: 'Closed train doors in an airport terminal concourse'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f20663359168415ea9f5ddc9fce1f1e9", + "input": "Sentence: 'There is a cow under a tree branch looking up'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-06a0dfe62bf94e14bb696dccdd7fda3a", + "input": "Sentence: 'A group of jets flying through a blue sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3c70b27bdb9b4822a13708d365ef4827", + "input": "Sentence: 'A motorcycle with attached seats outside a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6cdc3371ed184c59bbbd1073ba2b4ea9", + "input": "Sentence: 'Some bread is on a plate with jam, an apple, yogurt and orange juice'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-72b6ef51dbb94f4ab8d0fc8bc6e7b3ae", + "input": "Sentence: 'A man wearing sweatpants throwing frisbee in a park'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3ce0c7695a694b969884e783549e6f89", + "input": "Sentence: 'Prepared dough placed in a deep fryer on a countertop'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d74c6b0985b543c18979ca9c52dec776", + "input": "Sentence: 'A hotdog is sitting with fries in a paper car on a plate'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1e72fd2237c7438f987da779aca22513", + "input": "Sentence: 'Two men with wii remotes playing video games'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-bae82fb7cd62400eb1d973b6ef2aceed", + "input": "Sentence: 'The infamous Big Ben clock tower in the city of London'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-19b9276a944242daaed65567b8adce59", + "input": "Sentence: 'A tennis player holding a racket on the tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c6371274b4534fcabecbdac516909de3", + "input": "Sentence: 'A very cute black cat laying on a bed with a suitcase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-39f5c4a036d94169b8ed36cff12fc2e7", + "input": "Sentence: 'A part of a cake left over from a celebration'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-de3465b08965408faff9817881464255", + "input": "Sentence: 'A roman numeral clock above a door to a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b84b58408c6d48cc8e4fc75ca996a596", + "input": "Sentence: 'A man with an orange vest on a bicycle is at an intersection'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7db19470451a410cb1b01805da32407f", + "input": "Sentence: 'a close up of a plate of food with broccoli'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9ec871af3f2a42c28a4062d10b1b5abb", + "input": "Sentence: 'A black and white cat next to a bike wheel'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c8c77297c67d4d3ca168a7c61d81d644", + "input": "Sentence: 'a pit crew member checking on a motorcycle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3e1a8d79b2534f329cca35d8e4e2938a", + "input": "Sentence: 'A person flying a kite on a cloudy day'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5f509fb3f6da48e884c9819d3cc5419a", + "input": "Sentence: 'A man poses for a picture while on skis on the hill'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4ab62b0253a94f6db41fb3d3cf864ebc", + "input": "Sentence: 'Two cakes sit on a countertop cooling rack'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-68dc538909b641d0842830b7bc17e6e2", + "input": "Sentence: 'a pepperoni pizza is on a brown plate on a stove'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d5d661ff93ac4f5f840bd75686e9d6fb", + "input": "Sentence: 'empty messy park benches along side a street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-285b828df592472fa4da0218d07a2875", + "input": "Sentence: 'Two sinks are shown on a bathroom counter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2564113c10004b51b0c40b702de95214", + "input": "Sentence: 'A gray cylindrical tank on a flat orange rail car, a ladder draped on its side'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3a56728f8aee482bbb1c92598adbfc63", + "input": "Sentence: 'A small jet plane traveling away from the airport'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-df7ecb5a121a4e3e843d7ed4d7c8c38d", + "input": "Sentence: 'One black laptop and one white laptop sitting on a white clothed table'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8d39b60fe7ad49dba693ccd379c706f9", + "input": "Sentence: 'An elephant in water with grey walls around'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a045474116a1496286731e8af63a267e", + "input": "Sentence: 'The baggage handlers are loading luggage from a conveyor belt'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b9fd46149d384322bedd24b570231166", + "input": "Sentence: 'A man doing a trick on a skateboard around a group of people'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d0920e97aa9a49c683874ee841996e63", + "input": "Sentence: 'People are wind surfing on the beach near a city'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f91a5adbcbf84d2580b7802b5e01b974", + "input": "Sentence: 'A pizza sitting on top of a metal stove'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f55b6b7974e9400f8b75add6817c74c6", + "input": "Sentence: 'A fast train crossing over a small bridge'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2c04f465869948d7b8e2d512314bd81a", + "input": "Sentence: 'The large red stop sign is hanging up'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-be7cebfd05ea4ab590de768cdc260452", + "input": "Sentence: 'A man is riding a surfboard in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-56ba59dbbe1f43e9936a1d935f00d7dd", + "input": "Sentence: 'Two boys in tuxedos are standing are standing by a porch'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-50543b78efe0437a84388642e206467b", + "input": "Sentence: 'Two sheep stand in a field with mountains in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-61ef5de2d40644afbe0dc5f6e96b4ef1", + "input": "Sentence: 'Four bowls, each containing different food, next to an orange'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-16af9c8a9f28471fa5e3c48a54731d19", + "input": "Sentence: 'The men are playing video games together in the room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d5ceaae80b84dad99f75ac264ca238b", + "input": "Sentence: 'Two motorcyclists performing stunts for spectators who are watching beyond the fence'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ffeecc01a10c420b8cc6ab916cb16150", + "input": "Sentence: 'A bundled up man is holding his snowboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-94fa2d943ee8446dbdcf85c36b5a858c", + "input": "Sentence: 'Cupcakes part iced part not with a walnut on top'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f8429d0d595448188258eb2012d5d108", + "input": "Sentence: 'A player with a baseball bat at a game'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-54ef2df516654ddb950f671ea68899db", + "input": "Sentence: 'Antique black and white photograph of a woman standing with two cows'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9161571935104acc95f9bfe5244f7cef", + "input": "Sentence: 'A large stuffed bear on display in a room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5084e535d44f44118ddaeffb74feff81", + "input": "Sentence: 'Different colored plaques displayed some gold, some green'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-602f5e4714d24bd7b14dd7901750feac", + "input": "Sentence: 'some men are riding motorcycles on a wet road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3a050c5580b04d25b6a43a1180c7873b", + "input": "Sentence: 'A meal of vegetables and seafood mixed together'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-aa3eaa5311da43d2baac1c2b1c2d4923", + "input": "Sentence: 'An old, rickety wooden bench near the woods'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e6c38faee4364af28fed75353639c534", + "input": "Sentence: 'THERE IS A BIKE THAT IS PARKED ON THE STREET'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c4b84f746ab244e195ad9e01eaff07d5", + "input": "Sentence: 'a young man flipping over on his skateboard in a skate park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7ba822fd383d491ba6eae1933d20b752", + "input": "Sentence: 'A skier skiing downhill at an Olympic event'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1bd0a7ac37744d598c3400b333b06720", + "input": "Sentence: 'A large bird statue on top of a clock nest to a tall building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4f788ba852ec43e497f7377017b9ed62", + "input": "Sentence: 'A crowd of people standing around a large blue state'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-693cc91d17f34830b81edc289c6bb6cf", + "input": "Sentence: 'many paddle boarders are catching some waves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fe59349ce64d4d7fa73ebe455be0fd35", + "input": "Sentence: 'A young man wearing red shoes on a skate board'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8ac894e13ffd4b708b4ae8cff3cff6ae", + "input": "Sentence: 'A red bus sits at a stoplight on a very decorated street'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d9713153e0a342f89a7df177bd436784", + "input": "Sentence: 'A bald eagle that is flying over a woman'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-395a9acd407b495095bb584b3f748fae", + "input": "Sentence: 'A traffic light is near a red bus and a building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1df531456e584624ac4bad804097ac0d", + "input": "Sentence: 'Store front on an old narrow city street with cars on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f4adb33971cc4b1a9008ea01d12ab5d8", + "input": "Sentence: 'A whtie man wiih glasses holding a stack of kites'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0d873b51a8ba4f2eb1fc15eb78d999d2", + "input": "Sentence: 'Teenage boys are playing a video game in a crowded area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5c7c04f88dda45569aaac2ac96c699e7", + "input": "Sentence: 'A various amount of pastries sit on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b57e9c0bae2d4bfd8766a23e6614596b", + "input": "Sentence: 'this is people at he beach in the sun'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-870b82d839d649d787133489d08ca053", + "input": "Sentence: 'A group of commuters standing next to a passenger train'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4389065acbcd46cca7ed2165dcff5d53", + "input": "Sentence: 'A white bath tub sitting next to a white sink'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa6de2060db1496e97ea8b5c5fa7866d", + "input": "Sentence: 'A cowboy riding a horse kicking up a lot of dirt'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c038e09f404d40b38e3dec7d708dae57", + "input": "Sentence: 'Black computer monitor sitting on top of a black computer desk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1cb6f14411034413bb82270b2b33bf45", + "input": "Sentence: 'A boy tucks his knees to complete a jump on his skate board'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e05839b5222c49a69d094ba5d8818a70", + "input": "Sentence: 'Jet-skis sitting on the sand in front of the water'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-99f6b4bf46e44e9c97f6697cf12fdb79", + "input": "Sentence: 'A group of old men sit on public benches'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cb044a0f82d2467fb4fac5bbffe48976", + "input": "Sentence: 'A man in button down holding tie to neck and a senior man with adjusting his collar in a room with lamp and framed photo'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bf559864e49b45bb9835317ee306dc44", + "input": "Sentence: 'The dog is in the kitchen sink and pizza is on the counter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b233f5ffc02c4197b5af59c6ebbda6c6", + "input": "Sentence: 'A teddy bear sits on the bed in a colorful children's room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3156fa1c0cf041148d95789e1800ca76", + "input": "Sentence: 'A horse being shown in front of large crowds'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2a7f8783c7994bb999f21faf785c23f8", + "input": "Sentence: 'A child looks surprised looking into a dish of food'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1121a83a943c48988c70b3c2b5d391ce", + "input": "Sentence: 'A plate of food with meat, spaghetti and sauce and something in a bowl'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-b346f95accbe413bbd1754227b4ab244", + "input": "Sentence: 'A display of broccoli and squashed in bins'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-072481b4ce2b40dbaa8bdc4bb80f724a", + "input": "Sentence: 'people surfing on very high and strong waves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-86b37afc8ba74dfd8c5256d462a8fc79", + "input": "Sentence: 'A boat with emergency lights on it sitting in a harbor'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f9b71600be774bd5ad1aa275308ae5be", + "input": "Sentence: 'A deserted boat on the land by the water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b8a29322235547a5aad439456c0e9894", + "input": "Sentence: 'a child wearing a backpack near a body of water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e1d96c99597c4f1d8b47a0b0c305fdaf", + "input": "Sentence: 'A bunch of surfers carrying their boards into the ocean'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a32c9dcde39d428c80dca34d30894399", + "input": "Sentence: 'Vintage green chairs and a couch in a living room paneled in wood'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c5a0ca0df0ae4323bb8c7ce6594677d2", + "input": "Sentence: 'A woman using her laptop with a cat in her lap'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e68ceb8067944ac785613036fd14c227", + "input": "Sentence: 'A man helps his children get a kite out of a tree'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ec0d4eac4c084a14a0dd90b213da9082", + "input": "Sentence: 'A lean, gray racehorse being led to a track'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a445b5a7da974efaafb8597f2080a4ef", + "input": "Sentence: 'A fork near broccoli, meat and sauce'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-148cf0b53b2e48a295c08aa45840261f", + "input": "Sentence: 'A bed with two pillows under a window'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c9c0dc29e52146ab998f0d76fce55016", + "input": "Sentence: 'Two zebras are standing in a field of brush'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b9e0ff5ce598463086091233ab4a9b91", + "input": "Sentence: 'A YOUNG BOY OUTSIDE PLAYING WITH HIS KITE'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4d886c87ece047349794b76eee28103b", + "input": "Sentence: 'An artistic version of a roller coaster at theme park'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-acdd443dcf444ed8a413e9e4f07ae7ac", + "input": "Sentence: 'A toilet in a small bathroom with white and blue tile'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d2193fd016924d02ad7e8b2889e3d4c2", + "input": "Sentence: 'The rows of bananas on the shelf have a price sign nearby'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-900e6fbabae74c569d2bd54bc8d31749", + "input": "Sentence: 'A small group of sheep graze in a mountain area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2b798ceefc8b4970895a77128436a318", + "input": "Sentence: 'A man standing in a living room holding a Nintendo Wii game controller'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-65c758688a514ba29f1d1029ecf0cf27", + "input": "Sentence: 'Two elephant have platform chairs and one chair has two people sitting in it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7005fb21d9674c7db1e82cf48ef5d068", + "input": "Sentence: 'The two elephants are walking together in the field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e838353e9db349cc89da47a2339c7ed7", + "input": "Sentence: 'The post on the street has a clock displayed'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5d9b83033b43462e8d1c08065fba5cf9", + "input": "Sentence: 'An antique classic car sitting in a display row on a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fbca6a7ed86844bfbb46f5bbd5739e52", + "input": "Sentence: 'Various street signs that read Danforth avenue'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4319236976dd4ad688b572876120b6d0", + "input": "Sentence: 'A picture of a picture of a man wearing a tie'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9dcee0f3f1804d1caae3793422b0d430", + "input": "Sentence: 'A street sign sitting in front of a lush green palm tree forest'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-3d28138fb58945b396dd3e67d0b4a1af", + "input": "Sentence: 'Someone hung a clock from a building not knowing that the numbers were all backward'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8399efefd1d64009beb595ded7800d9e", + "input": "Sentence: 'A horse on a desolate, dry desert mountainside, next to a small tent'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-78edba96b7a746d3b8eb589ee916ac0c", + "input": "Sentence: 'A toilet with various graffiti on it in a dirty bathroom'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2518c656c9f64be48de38675d149c381", + "input": "Sentence: 'Two pizzas sitting on a table next to eating utensils'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-eb202bc3aa5041889cb132bddc5ad803", + "input": "Sentence: 'A person with a laptop and cat on their lap'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-90137fc899fc42eb9cbb021487246ccb", + "input": "Sentence: 'A black horse that is tied up eating grass'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7404b52289b744a3bb55321e0f268981", + "input": "Sentence: 'The pasta dish has several vegetables mixed in it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d0af40a880b343fb867598ab65fbd85e", + "input": "Sentence: 'Man looking at his reflection in a bathroom mirror while shaving'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7c16479a553347189d335c16fd3ee557", + "input": "Sentence: 'The bathroom cabinet is designed in a colonial style'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ce139737048d44758b0b43c066cffedd", + "input": "Sentence: 'A man is walking on the sidewalk holding an umbrella'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5d45e4e166904ed9b2fc400e30600529", + "input": "Sentence: 'People are skiing together up a snowy hill'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dbd4ad06106c4bdb9c4d01bdda8aa28c", + "input": "Sentence: 'A briefcase sitting in the passenger seat of a car'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4d4cf241ddb7413a94a9fb089ae0104d", + "input": "Sentence: 'A horse with a white spot near a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1666223f0f7a44ad897766b74e3eb5dd", + "input": "Sentence: 'A tennis player waits for the ball to return to her side'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1851c694b53a45f8b939abe26d339ebf", + "input": "Sentence: 'People sitting around a table eating delivery pizza'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8d212250165c45249f930d297dce94c6", + "input": "Sentence: 'A young man with a blue tie is playing with a boy while a man in the background looks on'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-254a2ffac8ca41bd9898e165e195af29", + "input": "Sentence: 'broken microwave with door open sitting on mud pile with other debris'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-67b9c029774c4765b09f0c6d9d75554f", + "input": "Sentence: 'Giraffes in a high grassy field in the wild'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9c56ef560f4743f297c3c6b38087b302", + "input": "Sentence: 'Two people fly kites in a green field with a castle in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-747230ba8ac04fc7b3da13bf8254f19c", + "input": "Sentence: 'A delivery truck that has been in a wreck'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c0b7aa28e52240499a4d0916091cbe27", + "input": "Sentence: 'Three zebras eating green grass right next to each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-813404a625cd4e3eb084413c67c21213", + "input": "Sentence: 'A chef teaching two students, who are cutting cucumbers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ff9146d92d2446ecbe4e8a2f6f588588", + "input": "Sentence: 'A small boy taking a peeled banana while standing'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ca0e0c8151ee4cd2a4cf5e06da62148e", + "input": "Sentence: 'Large orange camper parked in front of building'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d00f7ac6c28343608a556f12c3c0988e", + "input": "Sentence: 'An empty gazebo in front of a large white church'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-705d605775a64af5bc06ee9077eaee18", + "input": "Sentence: 'A person on a bench in front of water with a bicycle parked next to the bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a7a656480ad84262ab1d895df44c6593", + "input": "Sentence: 'A herd of African elephants gather at a water hole'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-04ab3dda6167415aa6d7c65b1fe4535c", + "input": "Sentence: 'Man standing next to semi-truck with nothing on back'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-178159a77f9d42b58ba689ac19ec8dda", + "input": "Sentence: 'A bedroon with two beds under the roof and wooden floors'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-74fd3d1ae3a04e29bbadc7c1937748e2", + "input": "Sentence: 'A tennis player has just attempted to hit the ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-18c85148ca7148e3bac427532bb6d29e", + "input": "Sentence: 'A very cute cat standing on a nice wooden desk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-269e7ab02d5b4538b8702696cf39d045", + "input": "Sentence: 'there is a piece of cake and a fruit on a green late'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4c063302350a4b128f893910bae6fe32", + "input": "Sentence: 'this is a woman on a bike in the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c35651aab50a4ae39eb32777f8fe8ba6", + "input": "Sentence: 'a giraffe is standing next to a green truck'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-490c426f1927411c82719f17fde24a8e", + "input": "Sentence: 'Two Hot Dogs with ketchup are on a white plate'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9348c20303f14996a1a613c08affd333", + "input": "Sentence: 'An old fashioned clock mounted on the side of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-918dcad5f43f4d5cb1b86b83116098d0", + "input": "Sentence: 'A bear leans on an embankment while people watch him'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-77e00b366a394af090f43d3e121080bb", + "input": "Sentence: 'A close up of a sheep standing in the fenced area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-03c6fd2fd8254e87adcb0ff8e6acff7d", + "input": "Sentence: 'A bathroom with outdated fixtures and a clothes hamper in the middle of the floor'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0fa0dba33d6d4550b1e3c4d04841b975", + "input": "Sentence: 'Two toothbrushes and toothpaste are in a container'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2aa741b7dc48466da7d299c33b089e0b", + "input": "Sentence: 'A pulled pork sandwich with lettuce as a side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-49dafbd803a1471ab444d9fdf00ee663", + "input": "Sentence: 'A pole with signs on it in the street out side'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9199b42fc67e459b9c563586e3905595", + "input": "Sentence: 'A man on a surf board with a lifejacket on'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-415f69f055f243839149195fa01f1746", + "input": "Sentence: 'A piece of blue luggage sitting on the ground next to a person'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cd7cc01ff1be4b30924bf42bc043c1ef", + "input": "Sentence: 'A couple of women pointing at the side of a green bus'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bc081332f3824197a9a10c37cef53298", + "input": "Sentence: 'A woman biting into a bread bun while wearing a necklace'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-94499f0acbed423f9c350ccf1573a770", + "input": "Sentence: 'An old clock tower on a river, near a bridge'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c4dfb5f048ed448ba79b7f554ea278e2", + "input": "Sentence: 'a person riding a surf board on a body of water'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c0ee35476b134e0b8970418f3a9c0a04", + "input": "Sentence: 'Small hole taken out of the side of a large white cow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-977e8fc773c64b76aa1aee05ac9cb93f", + "input": "Sentence: 'A man in a white shirt, black tie and black jacket standing near a wall'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0e3e01c23b924254a69ec4a0aa9f440b", + "input": "Sentence: 'some street signs sitting by a tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4d03ed893d4d4dac9983d85a17b2d384", + "input": "Sentence: 'A group of people standing together talking '. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8f66efc7f661418aa0b1feae8a0b1aec", + "input": "Sentence: 'A snowboarder travels down a steep snowy hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3508329aad44441cabb9dc796eb49d65", + "input": "Sentence: 'a lady that is leaning up against the wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-046003b372a94361982333c00ff55159", + "input": "Sentence: 'Two computer monitors displaying web pages in a dark room'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8b4b4ea7321f4b138212f9257c91f7bf", + "input": "Sentence: 'A man standing next to a sled with baggage on top of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2d1b4206599a43538992ceb58fc935ff", + "input": "Sentence: 'A wooden bench beneath a tree at a scenic lookout point'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-316b4c0295cc492ca8236c8c25345351", + "input": "Sentence: 'A bird standing on a plate of leftovers on an outdoor table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5f5d9a9b7718482eb5771a15a7be9c0b", + "input": "Sentence: 'A blue and white bus on a city street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-38fa341820da455d9ba2921c16c12406", + "input": "Sentence: 'A white sink sitting on top of a counter under a mirror'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5090a5d241eb4947be1bfb3ef32e2344", + "input": "Sentence: 'A person sitting on a couch with a laptop'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d97a570f41034686b236afc4d1ebd702", + "input": "Sentence: 'A kitchen with a microwave on top of a dishwasher, a counter with several items on it and wooden cabinets'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-78d47d1aab274098bfed59e3cc9f9194", + "input": "Sentence: 'A car with bright headlights coming up the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5c475c3a19664cf0af8f16af454b50e4", + "input": "Sentence: 'a person that is standing at home plate'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b7cdfa0b233f4b29a94edad69f682271", + "input": "Sentence: 'A group of men leaning over rail as a dog approaches them'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-68808587e79e4f8e9f0a9a64efadbf48", + "input": "Sentence: 'A woman is swinging a wooden stick while a man watches'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e801faade9cf442c938d79bb0822e412", + "input": "Sentence: 'There is a silver and blue fire hydrant on a grass field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f4851de99a234429ad32669680880b9b", + "input": "Sentence: 'Two bi planes flying across a blue sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c9f6f4dbc13447ed959ffa4df61b0daa", + "input": "Sentence: 'this is a picture of a boy getting ready to play frizbee '. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-18f2868e3e8e4d7189bba0775adc6758", + "input": "Sentence: 'A dog looks out while sitting in the snow'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5a99ab504f25498987276296b1c1acb5", + "input": "Sentence: 'A man standing on a pink tennis court holding a tennis racquet'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-96e02adc61a14b70b17535274d349449", + "input": "Sentence: 'An umbrella on the sidewalk outside a building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-19bebf86addf43f080946db11ac5fb41", + "input": "Sentence: 'a cat sits on a wood plank next to a boat'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4892afaae0d64e879d4689979af981c1", + "input": "Sentence: 'A very big plane parked near two other planes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d4817b37bcf4e88a2009331c0114938", + "input": "Sentence: 'Animals behind a fence stand beside palm trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c7ecf45774be497f84ee8c1c8a43fb12", + "input": "Sentence: 'A miniature statue of a gold cupid holding a gold and blue clock'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-edb28478442b4bf696500d4317d9526e", + "input": "Sentence: 'A man standing in a parking lot talking on a cell phone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0152b7f5c074443c980d6088a99f346b", + "input": "Sentence: 'a man is riding on a surfboard on the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-86cb33a4073b4d118344f2810f346dd6", + "input": "Sentence: 'a boat docked at a wooden dock on a lake'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-283f581fdf014e85b4bd48c6dc870519", + "input": "Sentence: 'A bed with towels in the shapes of hearts'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-21f79900045f49329353a7c8346112c9", + "input": "Sentence: 'a stove in a kitchen with food on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a789c03ec1404f91a0dce63f1325566b", + "input": "Sentence: 'A small heard of cows looking around a grassy field'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6e24f0e428a84678b0aea3a25ccebdab", + "input": "Sentence: 'A man holds a hotdog near a cross walk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e7fecb01d6484b2aa5140702187dea60", + "input": "Sentence: 'A street with a statue in the middle of a man holding two lights'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-170879b99f844fe58ca5857cb72f5a4b", + "input": "Sentence: 'Two people standing in a room holding Nintendo Wii controllers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-810d1e7362b34380865d7d30e74813c9", + "input": "Sentence: 'People watching an elephant painting a picture of a plant'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d3f39863f4dc478192f552e32e3fbcdf", + "input": "Sentence: 'The street is barred for a train to pass'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-85b24b876a06459795741d0daf6db8b1", + "input": "Sentence: 'A street sign with a one way arrow on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d55599a810c64ea8a25c37125cfdf155", + "input": "Sentence: 'A view of the capitol building, in front of a park'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-88cac2bfeb924f9fb8bd0fc69e55f08e", + "input": "Sentence: 'a little baby with a umbrella that is on stairs'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-321a09ec67f24b1f8600ee5923325bea", + "input": "Sentence: 'a person feeds their dog a piece of pizza'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ab8f196a2618482d83a2fcb2a9dc1f7d", + "input": "Sentence: 'Two people standing in a room holding Nintendo Wii controllers'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-238b3b62d0204202a9c9d2090f389690", + "input": "Sentence: 'A group of red and white planes fly in formation by some clouds'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f0ba357e265642d2aa5eb59ff7e214a9", + "input": "Sentence: 'A woman is holding up a very large slice of pizza'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bacfde458ac74aa1bdf136069018805c", + "input": "Sentence: 'Two men are standing near a propped up surfboard'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-03017b1ce6904d4dba4361e7a377e16c", + "input": "Sentence: 'A giraffe is on the grassy field by a tree'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3852bd3045eb40d89e36829f041745a5", + "input": "Sentence: 'Small children standing in an open files playing with kites'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3d0f202b668f4ab2888c3afb767683c5", + "input": "Sentence: 'A man holds a long baton as he skateboards'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b72c659b790647ee9a444744f2dcdc63", + "input": "Sentence: 'The kitchen has stainless steel appliances with only one white door'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-03908f8f1acb4252b7d28dcf5373138a", + "input": "Sentence: 'A hardcover book containing a hiding place for a remote'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a16bd9e193be4d50a0992ef590c59aaf", + "input": "Sentence: 'A plane is beside the airport on the tarmac'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-67fbf8d5d6c140739aafffa55122f683", + "input": "Sentence: 'A bunch of sliced bananas in a plate full of liquid'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-658121896d5a41a789449f6fbfd6eef1", + "input": "Sentence: 'Colorful kites flying over a beach on a sunny day'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3c39c39cce824ecb816aa86b608cccc2", + "input": "Sentence: 'A polar bear stands on a rock surface in a zoo'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-86037301ff9c430eb71b566330259d31", + "input": "Sentence: 'A woman that is on a surfboard in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-354c367897b7488d84bd7a3f9fb774a4", + "input": "Sentence: 'Two people are standing in a living room playing a Wii'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aa7ad172cdc04e9194a817cc9021e391", + "input": "Sentence: 'An airplane beneath a cloudy sky flying over a bridge'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa7a23588ec04c06b3c9d21c82418831", + "input": "Sentence: 'A waffle and chicken sandwich with syrup on top'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3e3cbc50ff9a4a03bec4a1c038f69ca4", + "input": "Sentence: 'A couple of kids that are playing in a baseball game'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-570781d2c5b348bf9058a544dda58705", + "input": "Sentence: 'A man taking a picture of three children under a blooming tree'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ceb34c5d8b6e4021862058d1d4d4a054", + "input": "Sentence: 'A big yellow train parked at a platform'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4c071449634948caa06b84652b74b5ff", + "input": "Sentence: 'A double decker bus pulling into a bus stop'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-469377f6c2c54d23a2b1a8ecc7d42eb1", + "input": "Sentence: 'A giraffe is on the grassy field by a tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a454741661d942e98c0e3395649a9a96", + "input": "Sentence: 'a close up of a street sign with people walking near by'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b644f4f603a3431fa84a9ccdde2bd77c", + "input": "Sentence: 'A young man sitting on a couch with his head in his hands'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60f4ddc140eb441cbe1d3351270dc7ec", + "input": "Sentence: 'The young man jumps on a ramp with his skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-72ed7f6f79234647bc264158d9da24f4", + "input": "Sentence: 'a view of 4 barstools, a fridge, and counter tops inside a kitchen'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ee39d0b340ed4a48866e7873fa2bb83f", + "input": "Sentence: 'A polar bear diving off an outcrop of rocks into the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4e7f277d390c4115bbfe26cbcb9764f7", + "input": "Sentence: 'A large truck with a dog hanging out of the backseat window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7d6ef11271b24202a38bf45a78ca4a89", + "input": "Sentence: 'A white vehicle is parked near a shed and fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b970f0f5299f405db34977c9773e1470", + "input": "Sentence: 'A man in the park throwing a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5f9a54f48e3f42fe91d426b432127678", + "input": "Sentence: 'A tall white bottle and a shorter, wider white bottle'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a8a6a3f82a4d43279ffd78a4872b5213", + "input": "Sentence: 'a bike cycle that is on a concrete pad'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e2f5cd30774d4c5a94223e1b754a2627", + "input": "Sentence: 'Commuter bus on roadway in urban city on sunny day'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9fa24ad1ebe24d3ea73a920875675af6", + "input": "Sentence: 'Several cars in an icy parking lot with snow'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-67ac719f17bb4245978f72c53f093e2a", + "input": "Sentence: 'a couple of people are crossing a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bf55eaa3514a4f568e46e08b184d4cf0", + "input": "Sentence: 'A plate of food by a cell phone on the table'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-bd3ee08b1c254a8b8316e1520226516e", + "input": "Sentence: 'A cat laying on top of a bench wearing a collar'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3f85d1acd4ff43948529b82f80e9ec44", + "input": "Sentence: 'Close up of a cat sitting on countertop in a bathroom'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-70248383997c4bec9a7fc482f71b14c2", + "input": "Sentence: 'A pawn shop on the corner of two streets'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d600fc2986514f3dbfa8797e8533c7ad", + "input": "Sentence: 'A pole with signs on it in the street out side'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3699b03ef88b415ba9d1626edc730dd4", + "input": "Sentence: 'A baseball player catches the ball as an opponent makes it on base'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4667b0f26e1d4bf3b890b917406fb57b", + "input": "Sentence: 'A piece of pizza on a white plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-583aa7a9f8494c05b24dec7a01bb7b97", + "input": "Sentence: 'A close view of an time expired parking meter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-042993f484ef496f89617c0ae39e37bb", + "input": "Sentence: 'a cat seems to be getting drunk with some wine'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-21955fd3ef0c4828b0e97f683bbf9042", + "input": "Sentence: 'A very big train by a platform at night'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f2fe68f9579a443e88ff22b7b841606b", + "input": "Sentence: 'A farm filled with horses at the base of a tall mountain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0d496c09d1784888acd9025f5dbe331d", + "input": "Sentence: 'A small kitchen knife on top of a sliced carrot'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9c4f1e30410348478c20a7a7aa304e46", + "input": "Sentence: 'A big white bus parked near a small sign'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cbc417eb32db4bdd97e8a172ca0b9157", + "input": "Sentence: 'A man is walking with a kids kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dc900ee423a0448796c24c81017dc708", + "input": "Sentence: 'A woman is swinging a wooden stick while a man watches'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2ae5755f8169404f86d27baa5f55bed0", + "input": "Sentence: 'A man that is holding a toothbrush in his mouth'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d1bf8ed84dfa4cad83a5aafe841187b5", + "input": "Sentence: 'a black gray and white cat a toilet sink and mirror'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8caccefdd65c4cc9a486a35e5af87d14", + "input": "Sentence: 'The cute do is snuggling inside the open suitcase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ca25c5895efc42779b13363950fb7512", + "input": "Sentence: 'A giraffe looking through the fence at a pepsi can'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c38c763ce531457faac42e084ea323ef", + "input": "Sentence: 'A closeup of a pizza with whole tomato slices'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-673c692b84dc4188857a5e653bc9b265", + "input": "Sentence: 'Several cars in an icy parking lot with snow'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-27bcd9701c924d5d92739b8edbc92661", + "input": "Sentence: 'A row full of parked luggage sitting on the side of a train'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d34f49f44f334fbea9aaeb7777850878", + "input": "Sentence: 'The pasta dish has several vegetables mixed in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e2a10372090846cab61cf6adad071264", + "input": "Sentence: 'ladies in a kitchen doing something at the sink'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-213d41468576464f99bbcc56c39bb545", + "input": "Sentence: 'A woman stands in front of the mirror to take a picture'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c354152364464fdbbbfbad43c67bb54a", + "input": "Sentence: 'A girl is dressed in snow attire and posing beside snowboarding gear'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bdc25d74402f47ada88aa04044e54314", + "input": "Sentence: 'A pile of ripe bananas sitting next to a pair of pink glasses'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-636168a901434bbba3ae17c2096281d3", + "input": "Sentence: 'The breakfast is ready to be eaten at the table'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-13b049969ba148e882e28e9369bd4a70", + "input": "Sentence: 'A person on a horse riding in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5d372d43eba042bd871a4020999fc505", + "input": "Sentence: 'A dog stretching on a ledge near water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0a94ea9081f142949d02c17955357472", + "input": "Sentence: 'There is a yellow vehicle on the tracks in the distance'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1714f44e76f14caf9eeea344901c64b0", + "input": "Sentence: 'A person holding a remote control pointed at a television'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ea117ebc8dc3467b95b9c9cd98a88e36", + "input": "Sentence: 'The stuffed bears are covered in flakes of fake snow'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7a684b3e2090461f8f0cf32553000487", + "input": "Sentence: 'A bathroom with a toilet, mirror and light'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a4e04b5105504977a1fb672aeb825a7c", + "input": "Sentence: 'a street sign with a traffic light underneath'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2a7b4340cffc40d8bd76c5ba1bef6802", + "input": "Sentence: 'Several giraffes standing by a gate at the zoo'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5e684324cf254bdc8b67f457b6c36cef", + "input": "Sentence: 'a kitchen cluttered with cups and house plants'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-26aa8128ed3a4420a53105eb67cb4287", + "input": "Sentence: 'A boy standing on the grass as bicyclists ride by'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7d5cd38faf5e4469a9d936a6b386bab9", + "input": "Sentence: 'A man standing in the middle of an intersection'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4eb86f9c7cb040bdbe548d83b06470fa", + "input": "Sentence: 'A cool beverage sits on a table at a seaside restaurant'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b540956fd09349b98118b036304b93e2", + "input": "Sentence: 'A little girl gets help brushing her teeth'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4fe7567b0596438386f986481058a859", + "input": "Sentence: 'A man makes a backhand shot in a tennis match on a clay court'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2e023e0305854848b10f4f89b111c43c", + "input": "Sentence: 'A water fountain shooting up air in front of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b2376ae6280b48b2a304e32adb3b9173", + "input": "Sentence: 'some people and a brown and white dog a lamp and chairs'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-be63ee7bf1bd424e8fb0c2e21dd1aa09", + "input": "Sentence: 'A nicely displayed bathroom sink in a hotel'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4ccad987456f46fe9bdb0b35be3aabeb", + "input": "Sentence: 'some fridges stacked on each other to look a bit stonehenge like'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5e24eb11375544e09a21c72ba90aa3e1", + "input": "Sentence: 'A cat is sitting on top of the computer desk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ff4192add0ca4bcf8b152521df3227f6", + "input": "Sentence: 'A traffic sign sitting on the side of a road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f2d4f00ec3df49d2b74d9ac41170c205", + "input": "Sentence: 'there is a woman and a man that are playing tennis'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cfa258e8f2474a53b5d6f538f352f135", + "input": "Sentence: 'The dinner setup includes a glass of wine and a small pizza'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7c3bdb2e4c344f36ab2cd6974cdd2ad2", + "input": "Sentence: 'Two biscuit sandwiches sitting on a plate next to greens'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-98cef0c29bec4597a752095a4279979d", + "input": "Sentence: 'A woman brushing her hair with a brush and seated in front of a mirror'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-960bb1fdae4043bea7fbf1d42f18ea1c", + "input": "Sentence: 'People sitting on a bench next to a park with someone's rear view mirror in the foreground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0ed5bda5af924608aa8bb504f6a7e167", + "input": "Sentence: 'A duckling swims in a pond and catches some food'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-980bc318f0e74614b7f0474a2d93d6f8", + "input": "Sentence: 'Two men are surfing next to each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-482f33ab76c54b26a1eafdc180467a81", + "input": "Sentence: 'Two yellow plates have a red bird on them while one has a yellow bird on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-82813b14dace4973a8f5a504000cfda2", + "input": "Sentence: 'A guitar case laying a a bed covered with pink sheets'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d6fe432706a947c4aaf90b047d1a23ba", + "input": "Sentence: 'A zebra walking through a grassy open field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2ba10a21ee2246839cae68ec1f1c7575", + "input": "Sentence: 'Authority personnel holding back dog while gunman prepares to shoot running black bear'. Count the number of verbs in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-52de3c364fe34ac4bd828277fd208a9b", + "input": "Sentence: 'A man brushes his teeth in front of a large round mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a0f635c031a1430f839b9090c960b144", + "input": "Sentence: 'A picture of a sign on a street upside down'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-96d5e3b403a64036abfb989de7d954ba", + "input": "Sentence: 'A city street scene with a man on the ground playing an instrument'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-de323f50e45342f99bac029d6a1a6cb9", + "input": "Sentence: 'Boston terrier sitting on a bench next to a standing woman'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-27339e53a8224d609817474fd8b58feb", + "input": "Sentence: 'A man standing on a hard wood floor next to umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-018c4b39987e4f6f81e1d7ed4f8c5e76", + "input": "Sentence: 'The crowd behind the fence watches the woman playing tennis'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-39ee7b6b9b0441f6ab2c1ffae69275ff", + "input": "Sentence: 'A large giraffe sticking its head into a vehicle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-805d32a6316141bd8b71556e31ff2d74", + "input": "Sentence: 'fish eye lens photograph of a man in his office'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-4f8751aa2ec848c9a92c4e6306563fcc", + "input": "Sentence: 'a man is sitting in front of a computer at a desk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f7c0f36d17f7417aaa47d8710d4b8069", + "input": "Sentence: 'A young lady is playing Frisbee with her dog as two guys look on'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e0ddab24f75648ef8813f3fc456bd578", + "input": "Sentence: 'A clock tower is beside a street light near a building'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c7793fd3e4374c2bbda0e4a77eac37d1", + "input": "Sentence: 'The boy is standing with one foot on a chair, while cutting fabric'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5f30be8e1a014d3cad8f194ae6919667", + "input": "Sentence: 'This is a collection of different kinds of hot dogs and french fries'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0987c5f83b06428f950075bf67aff421", + "input": "Sentence: 'A group of people that are standing in front of a table with pizza'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a20cd69b79044c5fb2c2a6b876cd099d", + "input": "Sentence: 'A person is skiing down a snowy slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8373422f259045448f2a35b5232524c8", + "input": "Sentence: 'A gray sky is spotted with lots of little kites in the distance'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cbb036781942423c88a94de732336547", + "input": "Sentence: 'A family looks down at a pink and white cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1e9d000be3fc4ef0ab4acc105699b60a", + "input": "Sentence: 'A memorial with stuffed animals tied to a chain link fence'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f66d70f668c14152bba77063a394285c", + "input": "Sentence: 'A red and blue kite is flying high'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-948a274ae4ff4d9b8522d8fa2778ff73", + "input": "Sentence: 'A large sculpture is surrounded by display cases'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4fb1ba81cbb147b8bd21ee9a837ab721", + "input": "Sentence: 'A cat with its head stuck firmly inside a glass trying to get a sip'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2fc7d10000394da5a808e4dceca988c8", + "input": "Sentence: 'A family standing next to each other on top of a beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1df402fc7bb84467bfd98762c213e5ff", + "input": "Sentence: 'four pink roses in a water filled dish bowl'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-551f87b28fc148c2b578db1066dce9ee", + "input": "Sentence: 'People flying a multicolored kite at a park'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2a55e82fd33d46c7b4f4d13812b694c2", + "input": "Sentence: 'A man flying through the air while riding a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-783a63be9ee04a559e836f0dbbd4a634", + "input": "Sentence: 'A jumbo jet flies through the air on a sunny day'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5e450d35a27a4eada37f91e48405f03a", + "input": "Sentence: 'People wearing old Western-styled dress stand aside the road as a horse-drawn carriage in a parade passes by'. Count the number of verbs in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-25e26e71c6014609a5f1052fa12a684c", + "input": "Sentence: 'An adult zebra and a young zebra are standing in a grassy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b4e090fae5cb4501b6fc00bbd4553bcb", + "input": "Sentence: 'A brown patterned dog being held wearing a hat'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-421572c64dd54b488e91a2962d5ae519", + "input": "Sentence: 'group of ladies sitting down to eat dinner'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a044e8ef45144160a5ec5b159087f7f2", + "input": "Sentence: 'Small hole taken out of the side of a large white cow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0972a90b24a5419b8414b4cf36331dce", + "input": "Sentence: 'a person standing in a field flying a kite'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fee0d9f8447b441097817b0df5ad0b36", + "input": "Sentence: 'Hot Dogs, pickles and Tater Tots are on plates'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4928b45a62c741c2894501712bd623ce", + "input": "Sentence: 'A group of people ride on stand up paddle boards'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b1a0d74a40a24f288ae28507e906817d", + "input": "Sentence: 'A herd of cattle running behind a dog on a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-670f5029872140a2b0bb5eb7f80ac9d8", + "input": "Sentence: 'A group of surfers are at the beach looking at the waves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ea2b6dc8de8a4e20bf2df2346128e7f7", + "input": "Sentence: 'A giraffe with many spots standing in a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-30fe7785f6e248cf868c0fb924310c08", + "input": "Sentence: 'A modern living room with a couch and tv'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9c963370135540e9a5bc9f267b085362", + "input": "Sentence: 'a red plate with food on it and a knife on a black table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-21f85e4d3284412db04fd9622c7156d8", + "input": "Sentence: 'A child with a colorful towel wrapped around her head'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-93212ab3df7b423db4ded1e14d75c784", + "input": "Sentence: 'The city street is not busy this time of day'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-33d1800e10da4c999e170237dba88d0c", + "input": "Sentence: 'A person flying two alien kites in the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-13981ccf0e4a49118c41dd04d11a59c4", + "input": "Sentence: 'A plant grows in a gold and black vase in the corner'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a566514185484f13aa4d32d3c9883666", + "input": "Sentence: 'Group of people walking through a city side walk with vending machines'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-defaf353b2964b66beff6fbd1df70292", + "input": "Sentence: 'An old white building has a sign that says F Street'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1c9839fb8e404169936b13ea8725ac60", + "input": "Sentence: 'A view of an elaborate old building and a clock tower is taken from across the river at twilight'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-506ec7fda5564782b0f62bd1f2a14bc3", + "input": "Sentence: 'a YOUNG GIRL SITTING IN A STORE EATING A SANDWICH'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d503c04e6944431bb5f0e69c49ca3cc2", + "input": "Sentence: 'A group of navy men cutting a massive cake on top of a white table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-76353c0fead44a47a2e025b59c98b051", + "input": "Sentence: 'A couple of boats traveling down a river'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-563f835872f145e2a5cea46584612f17", + "input": "Sentence: 'A giraffe standing in a lush green field next to sheep'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-18e4dbd14f724003aef902da7662d041", + "input": "Sentence: 'A person standing in front of a blue table with food on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ee9e48660d24804b00e9831472c457a", + "input": "Sentence: 'A skateboarder jumping in the air after leaving a wooden ramp'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1f835463e47b4473bb4b641127156896", + "input": "Sentence: 'A group of people seated on the ground and holding black and white \"WWF\" umbrellas over their heads'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4d97dc3dadd44b88a562bf83de44b68b", + "input": "Sentence: 'There are many boats docked at the marina'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0255d3be6d8d4775a57226589ed61ec7", + "input": "Sentence: 'a person rides a zebra with a elephant walking in the back ground'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e6cc277a663c4fe0b16cb160f2356072", + "input": "Sentence: 'A public restroom has a stall and a urinal'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f30b6128a9b145e38b039f9b1681291b", + "input": "Sentence: 'A slice of pizza sits next to a mini sandwich'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-847b9e32f150491ab7eea32501a127b3", + "input": "Sentence: 'Three people posing on their skis in the snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-166a0bb2e3de49bf8d1c06170d31eccc", + "input": "Sentence: 'A man with a tennis racket and a tennis ball in font of him'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4b92a160b6c441dab1fff1b72279452e", + "input": "Sentence: 'A clock tower of a building with the moon rising near it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d17eefdeebce40e2b85695b59a73e3cb", + "input": "Sentence: 'A group of people with umbrellas on the street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-205711905be1429e8a1ce2f58ca79c19", + "input": "Sentence: 'A rusty old train on top of train tracks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2869da9fdc44415588fc9d7fcace3f1e", + "input": "Sentence: 'A toy car is sitting on top of a bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f1dea338b974407e8fba4ac21a6984b0", + "input": "Sentence: 'Two large and one small zebras standing together on grasslands'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d961c3db1c534fa98799557ef1e89369", + "input": "Sentence: 'A teddy bear sitting next to a cup with a straw'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-377edbd16f4d428f87875bf5845b38fd", + "input": "Sentence: 'A blonde woman in a red raincoat looks at a screen while talking on her cellphone'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a35b42e99d8d4a4683030e8aa4d7f059", + "input": "Sentence: 'A beautiful young woman holding a tennis racquet'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e13ee4a960ce4a1198e42bf2af539ac9", + "input": "Sentence: 'A bear wanders through brown and green brush'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c083d334359c4cf8a86248376ec518bf", + "input": "Sentence: 'The blue locomotive has no other cars on it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-61e8cec05af749b980e532d08209f29c", + "input": "Sentence: 'Three men and one woman stand around a green table as one man holds a silver bowl'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6dadf02482ba46838967b295ad9a960e", + "input": "Sentence: 'some people an airport a runway and a jet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0a8d83fbee9142ddb47a5432b873418f", + "input": "Sentence: 'a close up of a cake with a horse'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4f0a37ff55ff4e0dad3a3047e3f1c5b8", + "input": "Sentence: 'A bathroom with a red color scheme on the walls'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7f474e64fac244ef94fc7f33b89531d9", + "input": "Sentence: 'A man playing frisbee against other people on a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9ddd0ea01fbf4d17856961ba7eae60f8", + "input": "Sentence: 'Man exercising with frisbee on an indoor court'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fa8c7f604c2e4e81b3037e7c16dd8fc6", + "input": "Sentence: 'a plate of fruits and ice cream and a donut'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cfcb6aaf50584561babeb1dc2b98f862", + "input": "Sentence: 'A Dairy Queen sign on a major road advertising it's special'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2405bc792dcd42c19af37a8a8828b76b", + "input": "Sentence: 'I plate of food with some vegetables and a bagel on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fb2860a25c754ccdb5b309a9071d0518", + "input": "Sentence: 'a bunch of stuffed animals are on wooden shelves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa519f6f4711479d92d3990f95504773", + "input": "Sentence: 'A kitchen filled with metallic appliances and cooking apparatus'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2a1b5353b6b4431f8cf9b5ad3abfb945", + "input": "Sentence: 'A kitchen sink in a hotel room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-45211d251bba4f7a8abbae543735e35f", + "input": "Sentence: 'A surfer on his surfboard in the ocean waves'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a55e919349bd49f59593bee64aa3f935", + "input": "Sentence: 'A windmill patterend cake on a white plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-20aed97da2504fb3b7e1d8d4119c0e3c", + "input": "Sentence: 'a truck has pulled off the road to look at an elephant'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-03ef9f5808274d88b045d80e096b5f63", + "input": "Sentence: 'a sub sandwich wrapped in some paper and cut in half'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-119ec1afbf964be3aa0f7f41b65c1ceb", + "input": "Sentence: 'A group of people dressed in beach attire with several holding suf boards'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d65f64387a5d4004ba3c91fc2a69f8ba", + "input": "Sentence: 'A bull with short horns sitting on the side of a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ffdc2599817d47a88dab50ad0ac7cfa9", + "input": "Sentence: 'A herd of horses running in a field by some trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-87504213fc1b48cdb889a1843bee65e0", + "input": "Sentence: 'Woman cross country skiing alone on a trail in the woods'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f000f281ebb64b8c93a9362fd034bd5b", + "input": "Sentence: 'A bunch of motorcycles all lined up by the side of the road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7cdee7609ff945df9f3cbeaa77b78703", + "input": "Sentence: 'The men are playing a video game with the controllers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6e84b66f22ba404887d43fd9bf66c527", + "input": "Sentence: 'A bunch of plates and bowls that are on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1dc0df51ab334432ab42af4fe733e3ea", + "input": "Sentence: 'A cat sitting on a bench next to a man eating a sandwich'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f624cfd0832c4dec84e401d21b33d4e6", + "input": "Sentence: 'A cat sitting by a glass of wine'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c344763e42214e5595ed240e97c6d920", + "input": "Sentence: 'a man walking out into the ocean wearing a wetsuit and carrying a surfboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1b2101f2575546c4a0a64877b6f450ab", + "input": "Sentence: 'A group of men sitting next to each other on a bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-19780924d3b442f9ab8770f4870529aa", + "input": "Sentence: 'A white cat sitting on the floor next to a feeding dish and a mat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f4ba7e999bd04b53860d209d0a15510c", + "input": "Sentence: 'A stop sign posted in a very sandy area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-05c1b45ce0c14c0a840f4d9d87fe0d1a", + "input": "Sentence: 'Two women stand next to a stop sign with a can of white paint'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-98549d02a3ac4c23837ddd036280e090", + "input": "Sentence: 'there is man riding a skateboard down the road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-63f8ea15b81449f082f80cba27e2b719", + "input": "Sentence: 'A group of men standing at a bus stop next to a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0d64a3fcc53b4c16a21866dd03becced", + "input": "Sentence: 'a flock of birds flying outside at sunset'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0444f85f599a4264b560e2ac618101e9", + "input": "Sentence: 'An arrangement of brightly-colored flowers in a vase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-49ddcd6f9d6940268455c4012e147f4e", + "input": "Sentence: 'Bathroom sink with a variety of different toiletries on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5359e082d81c4b64bcaa65f3023f2447", + "input": "Sentence: 'a man is riding a red motorcycle on the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-941b2c9bf7a6491a8f7146252bd6d68d", + "input": "Sentence: 'Two double A batteries sit next to a Nintendo Wii remote'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5b4d908e8d5a4ee7b90e729fb1107051", + "input": "Sentence: 'a large jet airplane with its nose pointing up in the air'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-da68155cafab4d4ba77e2720706c108f", + "input": "Sentence: 'A small bathroom with a toilet and some containers on the back of it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-66b0234b8a1640fa9e25c429bf6bd3d1", + "input": "Sentence: 'Two horses are walking a carriage through the streets'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-626f63ccbc994288af3a77ac16808394", + "input": "Sentence: 'A shelf with a mechanical appliance for sale'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3d402370e69f4ec8a76b7bffae5a6abb", + "input": "Sentence: 'A small heard of Zebras are crossing the desert area'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ece5947456214cefaa5bd04a1573baf5", + "input": "Sentence: 'a brightly decorated living room with pretty flowers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e3336916593747bfac7900824d6eb397", + "input": "Sentence: 'A man that is sitting on a bike'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-722f7da4ca56487b94cf20336e536ff7", + "input": "Sentence: 'Several people are on the beach riding their horses'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d6113c8c585f41a6a799e8aebecff025", + "input": "Sentence: 'Three people are riding on top of the elephant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-680b3f44def94ea7ae6eda6fb4defb45", + "input": "Sentence: 'The black cat is lying on the keyboard of the computer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-046d9f774e604c959a0d7a64c1f26979", + "input": "Sentence: 'A collection of headshots dot the picture frame'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-230f7d1ae4c24479ba7135616ef21f7c", + "input": "Sentence: 'many people in a room near tables'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-13bee40f31f4488f96811960e88d9679", + "input": "Sentence: 'A dog sits on a bed next to a cellphone and a pen'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8936ecc7c4594375b63dffb8b8dd350d", + "input": "Sentence: 'A man holding a phone up to his ear'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c98f73124e2c498c9a4a66625d7c86bc", + "input": "Sentence: 'Three slices of thin pizza next to two bottles of wine'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-05e19bf58643477ab3fbd90913864ad4", + "input": "Sentence: 'toilet in small space with blue and white tile'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f90cc6864a4e47b0855e893ae9653f2d", + "input": "Sentence: 'A eggy casserole is shown from the inside'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c43451fa9e234b02aca905ea2d89ccfa", + "input": "Sentence: 'Two boats are docked at the bank of a river'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-333161a829254a67be02f0f3d1b70d4d", + "input": "Sentence: 'Several bikers on motorcycles riding down the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9533e296ea3e4d05910875f90b600b28", + "input": "Sentence: 'Apples are in front of bananas on a gray placemat'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-315d609661c044108c27f46ce36ba11a", + "input": "Sentence: 'A clock tower and another red and white building but have graffiti'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-177c7b0489be4ae4a8b2ce75d99cf6bf", + "input": "Sentence: 'A little girl holding a purple polka dot umbrella on a rainy day'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-b3265bb465ef41e1a9e51c1fc914119b", + "input": "Sentence: 'A elephant that is standing on a floor at a bowling alley'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f28b082a0d02486d820db8b1d98fac93", + "input": "Sentence: 'a baseball player catching a ball with a mitt on a baseball diamond'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-6959f41b4b034e159d1b881d184258a0", + "input": "Sentence: 'Several potted plants in front of a window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-db3d94aa7b9f45849820d7337405a19d", + "input": "Sentence: 'Crowded tray on counter with kitchen items and a timer'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-927f945caf854f2fb89edf91d16fb1d7", + "input": "Sentence: 'A laptop sitting on top of a stack of text books on a desk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-82d1f4fb71c046be950a0fbf4b05afe7", + "input": "Sentence: 'Three men sitting around a table using laptops'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3ff485860e874bea90472f5b74b1b1a9", + "input": "Sentence: 'Cut fruit on a cutting board with a knife and spoons'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-599d5729e03c457ca96d5d92a1d5f6dc", + "input": "Sentence: 'An empty desk chair pushed up to a small computer desk/'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d12a965423543929bbdf46d36b2679f", + "input": "Sentence: 'An umbrella and a suitcase are placed in bushes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d757bda681a04ce28490b20730875c1e", + "input": "Sentence: 'A little girl writes in a book while standing at a table with a large blue cake'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3b2c1894c03a482a978b1655a0acab48", + "input": "Sentence: 'A dinner plate with meat in crusts on a dinner table'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-319aaddc955046e2b14aebfd59657dd4", + "input": "Sentence: 'A large amount of animals standing around in a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c1769e8032b14d22b79c7805a2bb5e27", + "input": "Sentence: 'A man sitting at a table with a variety of different wines for tasting'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7f6698eb36934ce08f7ce7d9c7abd7e4", + "input": "Sentence: 'A group of cows that are standing in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-871609349b3345f288b38f5c7dbab1a4", + "input": "Sentence: 'A man holding a slice of pizza at a wooden table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d76d69ce88564c80ba4e6cd9ccbbd900", + "input": "Sentence: 'An elephant walking behind a man in a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dc9e671cd7f04833ae682415f8ad3b10", + "input": "Sentence: 'Traffic lights on a city street at dusk'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-789fb776a792451d877ef3ac83419c9c", + "input": "Sentence: 'A oil tanker train on the tracker with mountains in the background'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-67737c48458147e589e833089d7e1cf1", + "input": "Sentence: 'A seagull on a pier with boats in the water in background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9a1aa94ab751486da19dd26946ae0632", + "input": "Sentence: 'A female tennis player stretches to serve the ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0e953f08b172486bba02035efe01f68c", + "input": "Sentence: 'Two young boys playing a doubles tennis match'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f35879b7e04c4e4fa8072d2fa17e6cfa", + "input": "Sentence: 'A collection of books and knick-knacks on shelves'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d7fb0f2839764ec19d254f5be3dea1f4", + "input": "Sentence: 'A red fire hydrant sits in the forest'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1eff3d6ea65e476c88a3955074c563a9", + "input": "Sentence: 'People at a beach with a house boat pulled up to shore'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f4096e962b3f4312a3231e3e000f0f34", + "input": "Sentence: 'A wrap of some sort with bacon and lettuce on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-42a9e906f4f94a58bc18075400ead735", + "input": "Sentence: 'A table with a stone tray and a pizza with cheese'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d60fa0939944438aaa2dca52c8639c57", + "input": "Sentence: 'A BOY ON THE LAWN AT A CAMP GROUND FLYING A KITE'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9aaaf8aad82a45f5b160433fad8ef6ce", + "input": "Sentence: 'A passenger plane is taking off from a runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8596c2fb6f144058b1bb757aeadb9c98", + "input": "Sentence: 'A woman riding a horse and petting it in a corral'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-49be8447da1d4ba6b1db3529c4775a18", + "input": "Sentence: 'An elephant standing on rocks and grass next to a fence'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3ba97bd2dced44bebee6a6247fcd4697", + "input": "Sentence: 'A double vanity with no touch faucets set into a black countertop'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c5e0add3ec094078b7fabaa7f11d8d9a", + "input": "Sentence: 'A pitcher in action on the baseball field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1d819110ef8f40c6a3df9e699eb823e5", + "input": "Sentence: 'Ice cream cone of soft serve of Betty Ann's exit sign with a motel next door'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-29a072b1f82b4a7fbd0b6cfa06cd62c6", + "input": "Sentence: 'a female sitting down and holding some food next to her mouth'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-636db0533301438bb09cff987688d57f", + "input": "Sentence: 'A yellow fire hydrant sitting next to a manhole with steam pouring out of it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1e0c0ab2a73e4a409c4efd803567f17b", + "input": "Sentence: 'A zebra staring with a tag with a number attached to his ear'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-725f9f669efc4b86961dca108f56e40b", + "input": "Sentence: 'A river running through a town with buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9daf4d1d80fd4ca3ad25ff7f90501a91", + "input": "Sentence: 'A large clock tower with a roman numeral clock on it's side'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9ef2806a35444fe9ba597d91f31b8a2c", + "input": "Sentence: 'A snowboarder doing a trick on a slope while others watch'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-67c9658de1f74833b3022583e1c4f152", + "input": "Sentence: 'A man skate boards down a sidewalk doing a wheelie'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ca6bacafc0044455b88c701b9ecdae37", + "input": "Sentence: 'A man watching a show on a TV'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-478715bb49ad4ea080cac762101a1cd7", + "input": "Sentence: 'Two giraffes in a grassy enclosure, looking over a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d96c6718bb8d47aaae48e2bd689c5777", + "input": "Sentence: 'An old western town with people and horses'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7e91d9558dcb4e81b8a610540ee3f5d0", + "input": "Sentence: 'A plate topped with a cheesy burger and a pile of fries'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-683d2e450605466ea18ca20c208d0ff9", + "input": "Sentence: 'A scarecrow is propped up among a few pumpkins'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4e6923a01df34169b0760a99ce2ac2cf", + "input": "Sentence: 'A frisbee is in straight shot of a photographer as the thrower watches'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-367e86e51ee5466aae84237807430196", + "input": "Sentence: 'A whole sliced pizza with the plastic pieces that prevent it from touching the lid in a box'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-712128603ead4375a3264749cd5f0bf1", + "input": "Sentence: 'A giraffe with many spots standing in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ae75421e9665488db5a1c9088e331590", + "input": "Sentence: 'A woman in front of a house on a motor bike'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5ab553919749454eb5f7b7f927f794b6", + "input": "Sentence: 'The double decker bus is driving down a neighborhood street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-98e4b5b0ffd94e8093fc7cb372b71631", + "input": "Sentence: 'Three planes that are flying while leaving smoke behind them'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b8babf05a4fe4f56b69c96c3c051d4d5", + "input": "Sentence: 'A living room with two couches and a coffee table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c56c5b3185834d94961a3d50684cab05", + "input": "Sentence: 'Large building in the middle of a partly sunny day'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f4121d6dc1bf4c3ab8087813874b9f44", + "input": "Sentence: 'an old black stove and some pots and food on a shelf'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b72f0f99a36f493d9ae42592306cf108", + "input": "Sentence: 'A black and white picture of children with tennis gear'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d9f5f63aa6ff4c56824305f3d23e6999", + "input": "Sentence: 'A zebra grazing on grass next to a stone wall'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cc5acdd7bf6b49d5afe569db4d793e21", + "input": "Sentence: 'Two people with dogs walking by a modern building in a city'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ee73adb58fc34c30b528af1548afafae", + "input": "Sentence: 'A subway train next to the boarding platform'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-aecc1f69e09744da95c392c7fcf6d205", + "input": "Sentence: 'A man standing on a porch wearing a bow tie'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b1b4b58b243c4ccab6119ec16cf7aa6e", + "input": "Sentence: 'Black dog in a mowed field returning a frisbee to the thrower'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9d3b700adb7341eda63a415f68c3d602", + "input": "Sentence: 'Tennis player in red shirt and white shorts serves ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b84d8bd9817443d6b43fe502adbaf7ef", + "input": "Sentence: 'A hardcover book containing a hiding place for a remote'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-227ea1a2441f48e6bd3422f099a47905", + "input": "Sentence: 'A man is smiling at the camera on the slopes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1e285af6b69a4f9dac7d720133963b82", + "input": "Sentence: 'row of colored umbrellas next to a body of water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ac20babeec204728bafaabbbc736fab2", + "input": "Sentence: 'A pair of giraffe standing in a forest'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f69bf37640b24b90b3739b9687212ddd", + "input": "Sentence: 'kite in the shape of a octopus flying in the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-071f04d7924b438dbdb3d4a164e72687", + "input": "Sentence: 'Many stuffed animals are stacked in the wood'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e16b544f63dc48b686ab50be4c0de4b4", + "input": "Sentence: 'There is a stove and a sink in a narrow kitchen'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3e2df39ae55947f88d85bff975df0a08", + "input": "Sentence: 'A man standing in a kitchen without wearing a shirt'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9b55b464f6d04616b11dd3ab6e4daae9", + "input": "Sentence: 'A tennis player hitting the ball with the racket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b628fa7526a8464db006dff552720794", + "input": "Sentence: 'A vintage truck is parked at an outdoor event'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fd241d4990d64bf0b3faf75c26532e80", + "input": "Sentence: 'A small yellow and black car driving around the bend of a road between large hill formations'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-631ec46ecaf945beadf93d5e6c46be99", + "input": "Sentence: 'A collaboration of people in different pictures doing things'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3eb9ea45e4134b2ebb6ecd19ced9410f", + "input": "Sentence: 'A couple of cows laying on the grass next to a man wearing bicycle gear'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d413b9ebe13e42309a80cff601c0ec76", + "input": "Sentence: 'a man is flying through the air on a snowboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f3579fb4c5374112a6b145a02be396f6", + "input": "Sentence: 'Two cows stand next to each other in a field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fae46097077640809bbeca7bfa7850ab", + "input": "Sentence: 'a bathroom view of a tiolet, bathtub sitting on a tiled floor'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2de1981d93ab4742b3c552df7b4e21f8", + "input": "Sentence: 'The dog is inside the small boat on the water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-46769df4081241a9bc77f35ee3d6f476", + "input": "Sentence: 'A man and a woman ride an elephant for the first time'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0810d14632eb4324b4cbe97aee713fc7", + "input": "Sentence: 'Four small broccoli plants in a brown planter'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6c787c93857e4f05971b51e612e8d4d2", + "input": "Sentence: 'A person that is surfing a wave in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-93e449342a5b4f419c21868534a4b3a3", + "input": "Sentence: 'a cut in half sandwich sitting on top of a white plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dfa7eeda1ef149d09405e21abd0414cf", + "input": "Sentence: 'A bathroom with a border of butterflies and blue paint on the walls above it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-bd961131a1d146cfa38ec41c6b2d1a1b", + "input": "Sentence: 'A lone skier checks his gear atop a snow-covered mountain'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-66214aee8a424feb8b5f83b3afa97ffa", + "input": "Sentence: 'An airplane flying high in the air with the blue sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-004f2643bcea4ec88cc19c70c7849159", + "input": "Sentence: 'A blue vintage car is driving down the street'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d66dfe1190c945118801f9bc9e7e8fc9", + "input": "Sentence: 'A young boy swinging a bat at a baseball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7df097f1dfb94b7cbd7ea7b4f9c9a138", + "input": "Sentence: 'A group of young people riding skis in the snow'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-86e4b225a7a847acb055b642d13b9803", + "input": "Sentence: 'A man grinds his skateboard at a skating rink'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-396281c0f971402d90d4ec39bff0f9d0", + "input": "Sentence: 'Road intersection with traffic cones and signs for construction'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c63ba43afebb4dff8fb296d44e2f8da9", + "input": "Sentence: 'A dog grabs for a Frisbee in the park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-77ff55e1398b4b1fb23cddcac68f30e1", + "input": "Sentence: 'A man on a motorcycle is in mid air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b06e60f8e00b49589e26beca0f6f6e3c", + "input": "Sentence: 'A small brown bear standing in the dirt'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1d1aa527213a41d5b10f2145a4c49ba4", + "input": "Sentence: 'An airplane flying through the sky pouring out lots of smoke'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4e72f949beeb46ca9ec0f5d6e7e7cc7c", + "input": "Sentence: 'A woman stands hugging the leg of a giraffe sculpture'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-db4b3e5a97be42d280f5e85585401e2b", + "input": "Sentence: 'a pair of zebras in a fenced in area'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0b00d71242dd4d028f3bf3dd9eef81f6", + "input": "Sentence: 'Airplane parts are behind a gate near the tail of a large airliner'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d048396c61f5474d87cfd031314b0da1", + "input": "Sentence: 'Traffic jam at a busy hotel parking lot'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e14070a2f9184b8788d6ec47b1b48159", + "input": "Sentence: 'A woman on her cell phone leans against a wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1f69cb73a8314806b0ae41242c38dccf", + "input": "Sentence: 'a mailbox on the sidewalk decorated to look like R2D2'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5d3dfb0a094b4bbe8d9f11fdfa393a27", + "input": "Sentence: 'A person's hand holding a phone and swiping the screen'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-43a0ba6ab3c64d6a82ec35605ea4a2b2", + "input": "Sentence: 'A person sitting down eating a sandwich next to a street'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7484135438e642b99dd9fe28dfa5dc69", + "input": "Sentence: 'A ski lift on a snowy mountain top with skiers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bdbebc884f2546b8873629e32b077d24", + "input": "Sentence: 'a group of people playing soccer on a field of grass'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-015fee12dcaa47a9badeb1abac19c743", + "input": "Sentence: 'A man riding on the back of a gray elephant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-06ba54aba7aa4961a9f39f3dd7f932fa", + "input": "Sentence: 'View of new, unused home kitchen with ample counter space and cabinets'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-13b56dde0cfb48de950f281fa512dd2e", + "input": "Sentence: 'a black gray and white cat and a green vase'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-96df01811870433585f7d0ce5bf2e5de", + "input": "Sentence: 'a kid in a room wearing a tie and beards'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-097bf7cdcea8425391d0364f13ae7093", + "input": "Sentence: 'Those friends are eating, drinking, and laughing together'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6f0f4632c6794b508be657640c59ac7f", + "input": "Sentence: 'A group of people in deeply rutted cross country ski trail'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-522fec97874e437393a482ae168089e4", + "input": "Sentence: 'A kitchen with a white refrigerator freezer and lots of clutter'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-47faa1390bff47d789a0f5dbe18838a6", + "input": "Sentence: 'a wooden table with a bowl of oranges on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b770676cce5a4c59861128dcbf9a2338", + "input": "Sentence: 'Two giraffes in the middle of a green pasture'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b502cecfeec44c99800b116f180742b1", + "input": "Sentence: 'A homeless man sleeping on a city bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-696bd03f219e48d98afc5d0790e31be1", + "input": "Sentence: 'Street signs with a cartoon policeman in Shanghai'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9d219b9cc2e546199d3c0910f47bfe11", + "input": "Sentence: 'a couple of elephants walking in the wild'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c73b98086444427a9ad059e424a45214", + "input": "Sentence: 'People are buying ice cream from the ice cream truck'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-55f3f75b73644ecca7eef735c06e6eea", + "input": "Sentence: 'a carrot and a piece of celery and a knife on a cutting board'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-5f423f479336455c9e0d7e3d486d8f70", + "input": "Sentence: 'a woman is sitting on a coach with a laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-68eae8fe224049c993bb4479e6071b75", + "input": "Sentence: 'Children sitting at a table with paper hats on their heads'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2bf4f17831aa40f88304ce9d8a7e1648", + "input": "Sentence: 'A young girl is sitting atop a small horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b79373c4306a4df487ac78d77eea4c90", + "input": "Sentence: 'Two pieces of pizza with lasagna toppings on a plate'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d8f35cdb60e6423c8256fea2250ba342", + "input": "Sentence: 'A woman performing a Frisbee trick with her dog for spectators'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d32aa52c2e244bb895c27d247bde2c3e", + "input": "Sentence: 'An older man takes a bite of a slice of pizza'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-74d46179f3fe45558d68009d2793507e", + "input": "Sentence: 'A man smiling in a suit and tie, wearing a hat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b883757456a44cf38f2f1a7bf63ccdae", + "input": "Sentence: 'All of the sheep but one in the mucky area are staring for a photo'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d1494355faa14185b2456541a335d385", + "input": "Sentence: 'A large, pretty, white flower sitting in a vase on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-52e163a286714988927150bb493707ea", + "input": "Sentence: 'Three motorcycles parked next to each other with two men on one'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f4f9b602f4b3405f92bc22f190ecd721", + "input": "Sentence: 'Various colored and sized doughnuts displayed on a shelf'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8b1ec4b49a9e43748131730da003bf56", + "input": "Sentence: 'A young man playing tennis prepares to serve the ball'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-100f32ca22514bb7ab3d0bba30b9fe12", + "input": "Sentence: 'a lving room with a lot of chairs and some big windows'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-39bcc58e49f542a487d85c79265b5606", + "input": "Sentence: 'A tray of food with a sandwich on a toasted bun'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-25d2df1683bd4e609ac6509e3b296190", + "input": "Sentence: 'A woman standing on a tennis court holding a racquet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2299d983252749e3a084eb35b281e3d0", + "input": "Sentence: 'A tow truck parked in front of a double decker bus'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2671e05cebf241be9a524297bc973284", + "input": "Sentence: 'A tiled white bathroom with urinals and tile windows'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5cc0f875c31b43cfb21c07a4ae6b0559", + "input": "Sentence: 'A man with a white electrical device in his hands'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c560e21f802d484f9c006ced74b7cd00", + "input": "Sentence: 'A man riding a skateboard while playing on a guitar'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f9e61723eda34fd6a7abc42745bf9c2a", + "input": "Sentence: 'Two zebras are both eating grass at the same time'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b21c5e9ca8914a27b4ebce4a40164a49", + "input": "Sentence: 'A large flat screen TV sitting in a living room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-70fed46e433b453687effda1a52ae9a8", + "input": "Sentence: 'Two women about to take a ride on an elephant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9298aa6d174142ba98323507906a4568", + "input": "Sentence: 'a croissant on a plate near a beverage on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-faf0639c2dad418cb3fddbd76fd5bf32", + "input": "Sentence: 'A slice of pizza sits next to a mini sandwich'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-02f35b1e073f45fd89078317220f2993", + "input": "Sentence: 'A waterway in the background with a plane'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-976a5bff87064599a3661a3940a80339", + "input": "Sentence: 'A street sign on the side of the road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fff01425c33d4ee8a038ae2c23d4a495", + "input": "Sentence: 'A dog looking up at a person with a frisbee at their feet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4ca6978974ff40efbd91d631b8086e34", + "input": "Sentence: 'Several cows in a field. Some are laying down, some standing up'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e835d0285d9341fdbd1e9544e4174442", + "input": "Sentence: 'Some children trying to pet an animal at the zoo'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3f279496ee454721ac6a11e4ce6f550b", + "input": "Sentence: 'The three members of the family are all on their laptops'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-18241f04a80a4c64a9e3c8c08b4ef0a8", + "input": "Sentence: 'A young child is sitting on the ground flying a kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e076eca799544a198ac560c835c612cd", + "input": "Sentence: 'Several people pushing a truck from the dirt onto the road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-554fd1a7fb9d41aebb8065c5e906a168", + "input": "Sentence: 'A cat is sitting on a couch next to a remote control'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-47db03071617495fb88de3b7bae4a355", + "input": "Sentence: 'A cat standing on a table in front of the fireplace'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-062c3ee9ebdc48d68509e249e31da579", + "input": "Sentence: 'Two decorated motorcycles are parked next to each other in a parking lot'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ce3d954f01eb4edba5a2f7ef145d9bd6", + "input": "Sentence: 'A seagull flies in close-up with a hilltop in the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f340346ee3b840f29c664686f1b4e56a", + "input": "Sentence: 'The young boys are playing baseball on the grassy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-95cb645923d24d8295c8231d8fe45ab5", + "input": "Sentence: 'A gray cat laying on top of a wooden book shelf'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-133939109a3246d385e7a7f7a1ebe955", + "input": "Sentence: 'A teddy bear in a chair dressed in clothes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ca879419597d4ca9aa262db1eb61899f", + "input": "Sentence: 'A stuffed penguin sits next to a laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cf02d556f6fd4b16859065aca3c41e0d", + "input": "Sentence: 'A yellow double decker bus with other buses behind it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a7634d63148245519d58e33b67b68884", + "input": "Sentence: 'A cat with its front paws on a toilet seat'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fefe51e5f9184e5da39867bd47c736db", + "input": "Sentence: 'a man is pulling is surfboard towards the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dbcad870c31d40d7850171ddcddd2206", + "input": "Sentence: 'A man that is laying down underneath a cat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d377c67f2dfb4e5187537c3412b91b1f", + "input": "Sentence: 'An orange with a thermometer stuck inside of the orange'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-370810bbcc594d14b3d9babadae773af", + "input": "Sentence: 'A marina filled with sailboats on a sunny day'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-12c8a08ee5af44a1b996f3ca48d88537", + "input": "Sentence: 'A man with a blue and white Hawaiian shirt standing next to a statue of a bear and two small girls standing in front of him'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-83180924dde04b9b9819d9c85171d4a4", + "input": "Sentence: 'A large bird stands on the ledge of a window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1772729de44f4e498271b6a0e6479a31", + "input": "Sentence: 'A person's desk with a computer and many books in a case behind it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6375b0a62d4143ba830e5c81e62d62f7", + "input": "Sentence: 'A group of surfers are at the beach looking at the waves'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-24e8e4c147fa4e3ea5bd42b9daa39c1c", + "input": "Sentence: 'An instructor pointing at something on top of a screen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dd02079fc3d84a34b3da71dde5fbd145", + "input": "Sentence: 'A picture of a living room with a stone fireplace'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-fd5e054cc2ce4aeab80be07d7d297860", + "input": "Sentence: 'A young lady that is standing and smiling for a photo'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7203690acaf6479ca5b777c6b6539651", + "input": "Sentence: 'Several people are sitting around at an airport with luggage next to them'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2d90c7be70f74d789acf77c4c358737e", + "input": "Sentence: 'a gross looking pizza that it half bunt'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b4078d847bbd4315b58562066b2b8bbd", + "input": "Sentence: 'A cup with a banana sitting inside of it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-003918c5066b43b786c8efcc54d4e47b", + "input": "Sentence: 'A red umbrella sitting above a garden next to a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f8aabf586a714dff90a1d8aa60f86a9c", + "input": "Sentence: 'A train stopped at a train station'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8ec9754720654013a60bce26eaf70092", + "input": "Sentence: 'An infant in a bicycle seat near a large passenger ship'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8d34cc4e1b0c4336843f7078b2c1f0d5", + "input": "Sentence: 'It is not often that a window is positioned over a toilet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eba644068c6548609653d8bf69d07a59", + "input": "Sentence: 'A bottle of wine sitting on top of a table next to a glass of wine'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-936604d779184bfca4580e1dbd3ab5b8", + "input": "Sentence: 'Three planes that are flying while leaving smoke behind them'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e682f8ed80a0416590c3f9a4fd004104", + "input": "Sentence: 'Two giraffes stand near a chain link fence and one of them is a baby'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-45ba57dc8c5341378056a42810b5fc1e", + "input": "Sentence: 'A tow truck parked in front of a double decker bus'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-283cfb5099884b72908c2db160bac02a", + "input": "Sentence: 'The top of the toilet has the word poop drew on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-975891382df24e16b03b709f4cdd121b", + "input": "Sentence: 'A group of young men playing a game of soccer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-52ade3a278554bf9920f2d1bcfd52477", + "input": "Sentence: 'A blue plate topped with bread and a salad'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b601d2a1744b4feeadb3e89e10bb5c62", + "input": "Sentence: 'Two people standing next to a huge wall looking at their cell phones'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-61fb6fa723f140f6907f001cfd5cf625", + "input": "Sentence: 'Woman and young child riding on a public transit bus'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-952ae180d44b4f27a23f4566e0de0a69", + "input": "Sentence: 'A motorcycle with attached seats outside a building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-00a6a07f0fa04722898f38469ad8a475", + "input": "Sentence: 'Workers wearing hats and aprons work behind the counter'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b4f9a9b92c8e4ce4978ceadf8ad7df73", + "input": "Sentence: 'A large white passenger airplane parked on an airport runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a7e1eafdb3142c1b65534df94afab92", + "input": "Sentence: 'A man sitting on a bench in a museum'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-28080833f34f413d967a5cf493db2466", + "input": "Sentence: 'A brown and black cat laying in a sink'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-da5d32303b7e47699da163994835e015", + "input": "Sentence: 'A plate filled with chinese food next to a cup of coffee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e5f720e5186e4fafbe7c5f65c06ef63c", + "input": "Sentence: 'A woman using her laptop with a cat in her lap'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f7e7479c4c1749c799d0432464f60d06", + "input": "Sentence: 'A group of elephants and giraffes are next to the water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d82c050f3bb04b469badc59671c47c76", + "input": "Sentence: 'A red fire hydrant sits in the forest'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-faa1895ec42544dea37515ba187214fb", + "input": "Sentence: 'A young girl that is having fun riding on her skateboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3da645cd9ddd4b3cac866ad54d9c5c6f", + "input": "Sentence: 'a couple of people that are playing freez be'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-04fa7951fa6746b0a67243391effbe36", + "input": "Sentence: 'A family looks down at a pink and white cake'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bf8440e6e71e46aa91702d8a47c2b3e4", + "input": "Sentence: 'a yellow train pulling up to station at night'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-87ce30099b6a4e62b84e880b30629f12", + "input": "Sentence: 'A group of people on the shore with their surf boards'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-db311440e06d40798181afb45850de7b", + "input": "Sentence: 'A very small brown colored bathroom with a white toilet'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-40d2cdce9e474147aaa86b6dc0902bbc", + "input": "Sentence: 'A young man seems excited about a sandwich and french fries'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f4481f30926c4b5191a4b61536ee08c7", + "input": "Sentence: 'A street sign sitting next to a tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2f026f69e299499bbab2333ed99c2ad1", + "input": "Sentence: 'A man walking past a wooden bench near a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-de122ca67c674cb68ebd5d0d67924656", + "input": "Sentence: 'The sandwich halves are beside very small tomatoes'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-424dc8a5220f490494b42fe8f72be969", + "input": "Sentence: 'A young lady is playing Frisbee with her dog as two guys look on'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-90d6eb6209c8415f8afb124401377b4c", + "input": "Sentence: 'A boat goes past the shore filled with trees'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-26e474d478e94aef8f769c300f85e94e", + "input": "Sentence: 'A tray with a doughnut and a cup of coffee on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8c9532ec974a4c97878791809ebf3cf3", + "input": "Sentence: 'A woman has her picture taken while she cuts a cake'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e0ff1dc6013b495e88b90aeb95ce2efb", + "input": "Sentence: 'Zebra behind a fence and in front of rocks'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-eb8b657a27044c9db4e55d442f5867ce", + "input": "Sentence: 'A man standing in a puddle of cement next to a clay field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cbc723bb05ed49f8ae65441bbfd94033", + "input": "Sentence: 'THERE IS A BLACK AND WHITE IMAGE OF A ZEBRA EATING GRASS'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-58238e048cd742bd871fe3b3618d36fc", + "input": "Sentence: 'Nighttime lights and traffic along a city street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-900a16d25cad445b8aa120ba5ff21a32", + "input": "Sentence: 'A large airplane sits on a wet airstrip on the other side of barred windows'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f81e856bdd674f499dfcee6f691bc8e1", + "input": "Sentence: 'An older man with a camera around his neck is checking his cell phone'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9065dd217d914bb39ddaa38f7a958b1a", + "input": "Sentence: 'A baseball player who has just thrown the baseball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-48c40d0bd24243c8a199bb3ad97c3696", + "input": "Sentence: 'two boys with there hands full of food at a party'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e5dd40586dad4d7f94464b3158b36f28", + "input": "Sentence: 'Man playing tennis at tennis match with spectators looking on'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ccfd5dac5dfd4c5b802c3ce95a2bb04d", + "input": "Sentence: 'a little boy riding on a skate board'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3e0415c7b0e841d4ace9561353a0c04d", + "input": "Sentence: 'Two large dogs laying on a bed together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3af8817701474365ad9e7987ac002fcd", + "input": "Sentence: 'A brown cow walks on a road with two motor bikes in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-87dfa245557d4425b8a8de213f4f34ca", + "input": "Sentence: 'A young girl playing with a piece of cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-af53d1b9283047a786b1352126c88e13", + "input": "Sentence: 'A skateboarder hitting a trick on a ramp'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d9c2e4abfb78444ea2c76556a152e171", + "input": "Sentence: 'a YOUNG GIRL SITTING IN A STORE EATING A SANDWICH'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-10cbf21d5b344e079ed4dada7e8b1371", + "input": "Sentence: 'a sink sits in front of a window and a counter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d54e6cb0a1ae4b29975e72a2a2dc59c4", + "input": "Sentence: 'A few sheep grazing in a field of grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a8829fb2941f4d3bb73141db2e4f9b67", + "input": "Sentence: 'An infant in a bicycle seat near a large passenger ship'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2888ac44efbb43b090a046f203bc32eb", + "input": "Sentence: 'A baseball player holds a bat in the on deck circle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5f41d3c5cc6a414a9a0a7a6ecd90c0da", + "input": "Sentence: 'A parking meter on a street by a car with traffic'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-166484943b1043eeb740c645cfbce4d7", + "input": "Sentence: 'two people in a kitchen preparing food near a window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e15e91d9edb84bab8b9533b20c8753af", + "input": "Sentence: 'OLD BLACK AND WHITE PHOTO OF HORSE AND BUGGY IN BUSY TOWN'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f676f4f745c64f94b54cd463354da119", + "input": "Sentence: 'A train that is sitting on the tracks near a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fab6c0168fe443e5ac918bd155bc7bd2", + "input": "Sentence: 'Several cows grazing in a fenced in area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a693f7c792ab4e7c87fad8a1d2e12713", + "input": "Sentence: 'The long sandwich next to chips is cut into halves'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c160f6e44cf74d27925c18cebb886bab", + "input": "Sentence: 'A zebra eats a pile of hay behind another that walks away'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-11447184f8a14d3a871533317fb76918", + "input": "Sentence: 'A German shepherd laying in front of a door'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4e1c78f536594035a7f4539852727f23", + "input": "Sentence: 'A person playing the Wii in a dark room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-00c9068fa1274279a7e9bf129098620a", + "input": "Sentence: 'An airplane is sitting on the runway at the airport'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7198f90252ad4c15a286dbba126c850d", + "input": "Sentence: 'A man and two sheep stand on green grass with a castle in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9cf236d770a84a5da34d38ce47c701d4", + "input": "Sentence: 'A man riding a snowboard down a hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1189842531d5408c98e98272c145d818", + "input": "Sentence: 'a living room with a couch and chairs and a fireplace too'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0873408d0f144554b6e4cde79f0030c0", + "input": "Sentence: 'A pair of zebras graze under a tree at the edge of a grassy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8b8a8692093b491890fb9a78bbe22891", + "input": "Sentence: 'A small child kneeling down on a sandy beach next to the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-92d274faf49f44ba9777c4bc9bc3adb2", + "input": "Sentence: 'A man and his son are getting from a refrigerator'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-85b633f29f274139916011a8b8c5fcd8", + "input": "Sentence: 'The Christmas presents are left in the kitchen'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fc7da95c1af74da5be9afc628302d643", + "input": "Sentence: 'A woman poses with a small laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2882cd0761464bfeb43ccd70012106ea", + "input": "Sentence: 'A yellow fire hydrant sitting next to a manhole with steam pouring out of it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b45754ceb96b45eeacab8164ef14d48d", + "input": "Sentence: 'A closeup view of a bathroom sink, that is very modern'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5bc444387c2f4dad9e39118754d83ff5", + "input": "Sentence: 'Sheep are laying down together in the snow'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-705d2c47473544f88b79aec11b8ad38c", + "input": "Sentence: 'A glass and cup of water on a counter'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-979113c77a3d43879deee7e6306a8916", + "input": "Sentence: 'A haw sits perched on top of a bench in the woods'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e378b7f5d0fe40b386ac3f83afb53ae2", + "input": "Sentence: 'A person is riding a horse down the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-17380de423d846aea22a681e7762aa11", + "input": "Sentence: 'A person standing by a window with a baseball bat'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-371c4db0aecc4df9bc2e1faf95ecd0ed", + "input": "Sentence: 'A dog is in the grass trying to catch a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-592bcf1234de4cc684d0cc839ed8cb68", + "input": "Sentence: 'Many colorful kites being flown on a large beach'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0b917bf1cd034c38bdb91cad780c3625", + "input": "Sentence: 'A woman with long hair is standing on plastic'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2623fccb24f245b49c6d8dfe3e0fd4c7", + "input": "Sentence: 'An older man with a camera around his neck is checking his cell phone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-81105dc56a254227ab2d4e549036f7b0", + "input": "Sentence: 'A man on skies going through the woods'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7cf661a5e3d442f798e4182132218533", + "input": "Sentence: 'two big black bears are sitting next to a fence'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dfc8bced44b349888fbd8f94aad5cbb5", + "input": "Sentence: 'a group of friends playing with a Frisbee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-46d8e10a0dd84921987276db3c9ad79e", + "input": "Sentence: 'A clock tower jutting up above several other buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c079935ea382424e92c1d8ce8daed992", + "input": "Sentence: 'A batter swinging at a baseball at a game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-11385a635208458f9f68900c773ea498", + "input": "Sentence: 'A close up shot of a plate with eggs and fruit on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9c74968b29b24fe48a0f96625a0faaa2", + "input": "Sentence: 'Two men play against each other in a tennis match'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-22a58400f3624ac0897e13b560ffe0a0", + "input": "Sentence: 'The train is sitting under lots of wires and poles'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9cdcba2a6c35497d9432426121bc381c", + "input": "Sentence: 'Someone holding a basket with two hot dogs'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-04c32c3842d24bc1bb2bd5a503d2ef8a", + "input": "Sentence: 'A women holding a fork while looking at a cake'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7645961f58d842259ff28a122cfba274", + "input": "Sentence: 'City street with parked cars and a bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-83c92a7870694568b67c992e4dccb2b7", + "input": "Sentence: 'A sky light is shining light over a bed'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-12e56f079c1f4815953c44f40f2ba04f", + "input": "Sentence: 'A guy on a skateboard jumping in the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8bb2733c8c4649ceaeb5698087b0a041", + "input": "Sentence: 'woman gives a thumbs up near a mini fridge'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-292cbc5d206b4ccbb76fea1d6b9133de", + "input": "Sentence: 'a close up of a mirror showing two zebras'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1adf60f10da2475a9f9d993faf3022f4", + "input": "Sentence: 'A giraffe that is laying down in the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aaf47d1c0cd342aaa502038ff6a2998c", + "input": "Sentence: 'a horse in a field eating grass near a body of water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3a1ce3390eea46b9a3f3e482b60c4e35", + "input": "Sentence: 'Children eating a meal in a school cafeteria'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-172bcdf9644540eb86b3449a956d87e9", + "input": "Sentence: 'a lady that is leaning up against the wall'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-594330b968b54012b29d41fab58d88e2", + "input": "Sentence: 'A woman standing next to a stack of dishes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-05e8c150cd34475eba32d93eca255489", + "input": "Sentence: 'A white bath tub sitting next to a white sink'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4b9fe9be5fbe4079ae16e1b382563492", + "input": "Sentence: 'A man riding a skateboard next to a dividing rail next to a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e565bb15ce1d42edacc090ea55817f22", + "input": "Sentence: 'A picture of a train with a building in the background with graffiti on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c4d78945e4df4be2bcec68c48fcb0d51", + "input": "Sentence: 'A woman climbs out of a bag at baggage claim'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f0264d22b24c44a1a2f061ae11e5a26c", + "input": "Sentence: 'A brown and black cat laying in a sink'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ba43964492be466b8c61d2acf88c7420", + "input": "Sentence: 'a close up of a number of zebras in a field'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a88b5e567def4d9ba085cdd176f7caa2", + "input": "Sentence: 'A motorcycle with a blanket on the saddle'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-07a5b2b5c3c349a8bfd2081f6a6c3ef3", + "input": "Sentence: 'There are two people in the room with a dog'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7f6d6edc564b4638bd9d126a2d191147", + "input": "Sentence: 'A couple of cats are playing on a rug'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dce3d79b251449c4aa09f17b4355a29b", + "input": "Sentence: 'A view of a bunch of motorized bikes in the street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9269a9fbebe4430eba86365f4a3a729c", + "input": "Sentence: 'A young boy being offered a tray of doughnuts'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-71abeb88288b4b4a9a0fa48503a38a5f", + "input": "Sentence: 'a little white cat with a red collar sitting in a chair'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-37423a6d4c3c46f78b5c533eb4197016", + "input": "Sentence: 'A man standing on a porch wearing a bow tie'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-700379a7840641e1bcf86967eda0ca87", + "input": "Sentence: 'A man standing next to a sled with baggage on top of it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-346d8014af3c49a7b3ba498c03518412", + "input": "Sentence: 'Two sandwiches sitting on top of papers on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eb503ee5f767428e8c94f9b9a0e8477d", + "input": "Sentence: 'A mother and baby in bed with a fireplace in the room'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-39fcb9da28eb4110abc819a8e2187833", + "input": "Sentence: 'Many people at a mountain resort snow skiing'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-fbb37628092b4310895a89ac10d6dfaa", + "input": "Sentence: 'A small child in pajamas is holding bananas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6171e867f44a4ef99261d3f2df192e5e", + "input": "Sentence: 'A clock tower jutting up above several other buildings'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e19e1e5331c14aedabe56a68f69ee948", + "input": "Sentence: 'Several balls of yarn are sitting on an oven top'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1cda3e03cd8b4368b67a860ccd518f0c", + "input": "Sentence: 'This is an image of a house under construction'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e9a6ae090dbf4d5c8c7788880056f4d1", + "input": "Sentence: 'A man and woman holding electronic devices in their hands'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-18be4f0cb8e84d02a6aabed4099e4780", + "input": "Sentence: 'A closeupo of people holding remote controls in their hands'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bf15e5fb42064ba5a185471e7b52e359", + "input": "Sentence: 'Several people stand and watch dead animals being skinned'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c1956cdc8daf45d8b15af93fca159fa7", + "input": "Sentence: 'Some sort of a blue sofa sits in a small room; a mirror and a picture hang above it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-66ca7f072f284a09b9e5e1aea04f0043", + "input": "Sentence: 'Little boy and girl sitting on the porch eating their meal'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-664468ca41f14fd5bffd4066ee23239c", + "input": "Sentence: 'two men in suites some flags and pillars'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-088061a88b564d6599f63e7535ff838d", + "input": "Sentence: 'A backyard with tables, shade trees, and a stepping stone path'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ece5d2e56b05421e99c9363fc91dcb93", + "input": "Sentence: 'Pair of sheep stand on the downward slope of a grassy hill'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b07c8bed6544463288cf4400e2f36015", + "input": "Sentence: 'Two horses are walking a carriage through the streets'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-879f12a219734f1fb769793dc12f5f2c", + "input": "Sentence: 'A group of men shoveling ice and snow into a truck'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bdc99df13a9243688b501be88ae7e3e1", + "input": "Sentence: 'A red train engine coming into a station'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cdfea43bc4f24a62968e17e4fa65b81b", + "input": "Sentence: 'A woman sits on a bicycle while talking to several men'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ee6a3fbff83f4183968207f0a45312b8", + "input": "Sentence: 'Separate men sitting on park benches playing on phone and reading'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-efde3d8a4f8546fa99e88dce4968ba99", + "input": "Sentence: 'A boat that has been beached on the shore'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-27ddac90e8fe48efac50339980d8fe0d", + "input": "Sentence: 'A boy standing against a wall while on a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e192c11484a8469dafbde2202489b9d6", + "input": "Sentence: 'Two people are traveling along a path near a tall structure and horse-like sculpture in a foggy grassland'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-7486dabd649e4070a32d76203482eeff", + "input": "Sentence: 'A bowl full of apples sitting next to a vase and a mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f205fecdb15c487f8007853bddde4e6f", + "input": "Sentence: 'Three labs are standing near a grassy doorway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-42be7f9be4eb4fcfa7ad27bb4b103d68", + "input": "Sentence: 'A man that is under a clear umbrella'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3a8e29aa309448198139145c55dd5149", + "input": "Sentence: 'A man riding a wave on top of a surfboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bd04895b1b954c7ab673deaa47383124", + "input": "Sentence: 'A baseball player sliding into a base during a baseball game'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f7812f84b1174c4281881a13d5060f8d", + "input": "Sentence: 'World flags decorate a busy urban street corner'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b9da299dfa6f4c299c061945ffd0601c", + "input": "Sentence: 'A large teddy bear sits at a yard sale'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e63f9e1ad1db401ca1f0a7f70c980d78", + "input": "Sentence: 'A picture of a kid picking up a ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0b371d9f7fde497ba2213bf88740f528", + "input": "Sentence: 'A set of three cute crocheted stuffed animals'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-60252e6984b04605ac8b8a46b963acc6", + "input": "Sentence: 'A plate of food and a glass of liquid'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-af7f920f0a804ac596fcd7b5bc29415f", + "input": "Sentence: 'A man rides a bicycle on a street in a city'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b214e3849b554ffea8256d8fd5597bb4", + "input": "Sentence: 'A WOMAN STOPS HER CAR ON TH SIDE OF THE ROAD TO FEED A HORSE'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f462d4303ff4469da02a49e73d3bf8e8", + "input": "Sentence: 'A kitchen containing beige and wood cabinets and a white oven'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-14f3d0fad4014248b37bdd8c4a449f4f", + "input": "Sentence: 'a person on skis ride through the snow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b8e3f266b61d4f2cb7f1ab188709142f", + "input": "Sentence: 'A plate of food and a glass of liquid'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-61982d1658fe40499a40364595bd483f", + "input": "Sentence: 'Two little girls sitting on bench in the sand'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-522e9c6ca2e7491d87d47c3c5d660ad5", + "input": "Sentence: 'A giraffe is eating out of a kids hand'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bc5cd8ae67484e05b10725e22613a161", + "input": "Sentence: 'A man that is standing underneath a red umbrella'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-24503eca2e4d418ca84c6f09b6cbd5bd", + "input": "Sentence: 'A view of a bunch of motorized bikes in the street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8b385f84b7cc4e4c978bc50f6efa021d", + "input": "Sentence: 'Tail end of an airplane waiting on the tarmac'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fb5b742d92914474a0525cbe17c2dea5", + "input": "Sentence: 'a room with a desk and a cat in a chair'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c18578b9cfa640208138813d1b3d9772", + "input": "Sentence: 'A man and a woman are cuddling on a park bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9e9dda0c669e4b0d8282b4768e2f01c7", + "input": "Sentence: 'A lone man flies a large kite on a beautiful beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-50ce66c48c3841a99ffa3bfe3488c8a1", + "input": "Sentence: 'A horse and cart by the side of a heavily trafficked road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3657391c745343fb92dd6abcfaa92e51", + "input": "Sentence: 'A man in yellow jacket on street next to a car'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c79ccbb5af6840db962ee81640822772", + "input": "Sentence: 'Two buses are sitting in front of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-69e34b398b1e4eb0a132d12890267c2c", + "input": "Sentence: 'A woman in pink pushes a trolley with luggage'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8052bd1f4cdf49e5babad2cd9c34eb1d", + "input": "Sentence: 'there is a green clock in the street'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-36cc6b7977a046b89b58e1eab6f0209c", + "input": "Sentence: 'A couple of horses standing in the middle of a road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-09e51a92abad45f19b2a61877a5e9801", + "input": "Sentence: 'A surfer riding on a blue surfboard on top of a small wave'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0f38de9dd7bc425aa495d85cef072239", + "input": "Sentence: 'Parasols of different colors hanging from tall trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-74e29e4d9a1c482db2ee41f99f0be9a8", + "input": "Sentence: 'An old stone church with a clock on front'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6c422aa43d5c47d38929e2dfb5ac5cc5", + "input": "Sentence: 'A person is paddling on the surfboard on the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-36560663a88c48ec829e9a6fa9a8429a", + "input": "Sentence: 'A gray air force airplane is on the runway'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-17259119cca14058ad01eb6f148eae29", + "input": "Sentence: 'A man in a red jacket is on a motorcycle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-96b1fd4c44834bf1bf5bda2f64b820f9", + "input": "Sentence: 'Modern bathroom with white sink, toilet and shower and chrome fixtures'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-dde5182f6f6e4bd8bee3a119751b1949", + "input": "Sentence: 'A man sitting on a couch on his laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b378fde4e9564f26ab6cf1996d3077be", + "input": "Sentence: 'Meat balls in a bowl and wrapped in wax paper'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d09297c88ac440aaa3a43c5d235e3e33", + "input": "Sentence: 'ladies in a kitchen doing something at the sink'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-866d11c3c28e479f964686cba04ce217", + "input": "Sentence: 'A man on a motorcycle is going down a country road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-37382321e2514eaab27efff1ac72fe74", + "input": "Sentence: 'a rider on a horse jumping a hurdle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e970c0924df645688ecbfd9c551d607e", + "input": "Sentence: 'Old man in white shirt swinging a baseball bat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cd0c54435567471c8a4621b18ff09c0e", + "input": "Sentence: 'A family walking towards a very small airplane'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-044c0209434c4b54973ef11cc1b5478b", + "input": "Sentence: 'A man holding a beer and a hotdog is laughing'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-654c141c27974156812c0c5aaf1b8608", + "input": "Sentence: 'An old historical clock with arched design nearby'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5a5fe3d11a3644ffb086296c7ce2dd96", + "input": "Sentence: 'A woman sleeps in a pizza shaped sleeping bag'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b21e953d6dcf4896ac3030bbad58bbb7", + "input": "Sentence: 'a small group of people sitting on a motorcycle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-afdd62edc09d4b5ba8d5c9a7cb06aa1b", + "input": "Sentence: 'A group of people standing around each other near a tent'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b0621eb402004f0d9534282cd7f6e2cd", + "input": "Sentence: 'Black and white image of a man on a motorcycle in a field'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-133d3639c08a489995bf51e4e60da86b", + "input": "Sentence: 'A blue vintage car is driving down the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9ad65aae03b04ae1a114126e77ccdaf6", + "input": "Sentence: 'Three tennis players are posing with their rackets'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d513a830798944eda0994a1d22ce4884", + "input": "Sentence: 'A person skiing down a snow covered mountain'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b4757d0059e94ccf91b6a9e0f9bf9b54", + "input": "Sentence: 'A fire hydrant near a small, old barn'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5f95eb3cacde487780723d793e256368", + "input": "Sentence: 'Onlookers watch as a skateboarder performs a jump'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-83dd78f7df924f31a55aac223f7db9e6", + "input": "Sentence: 'A big white motorcycle parked next to a stop sign'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a06e5af8a3fc4db8a6553b561ced8af4", + "input": "Sentence: 'The young man is getting ready to do tricks on his skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e2dfcc9afd7e4ec8811962fb95e623cc", + "input": "Sentence: 'A truck driving down a road with a group of people behind it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-85af15a703924dd68318932cc41c529b", + "input": "Sentence: 'A toilet with it's lid up and a wire frame over the seat is sitting in the middle of a forest'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-883b277729134fc3a1552607083b1802", + "input": "Sentence: 'This is a very big piece of cake on a green plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-33ae7028de0d4f1b96c3aec915ed4aea", + "input": "Sentence: 'A person standing in front of a blue table with food on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1a530ef1124e4cacb7a78a02ed7b3518", + "input": "Sentence: 'A man working on a small circuit board'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1a53e895dbc14e2997ae0e3e70ef1f16", + "input": "Sentence: 'A large white bathroom with claw foot tub, glassed-in shower, toilet, and two pedestal sinks'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-815284da8ee6487a975a8158c6f3c857", + "input": "Sentence: 'a tall tower with two clocks built in to the side of it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5ae75da76d57420aab58b5557e29ad56", + "input": "Sentence: 'Two identical images of a female player with tennis racket and ball'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d7da14659b2f4501bb6f187601c4cf85", + "input": "Sentence: 'A street that leads to a dead end next to trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-966461cec0964533ab072df27b3df4a3", + "input": "Sentence: 'Two people preparing to go skiing in the snow'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c7d077ef57724db7a9a9a2b3bd09cd8f", + "input": "Sentence: 'a fire hydrant in front of a building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f8bb7a6d46ad4b61b35c82c4a750ab7f", + "input": "Sentence: 'A man and a woman each work on their own laptop computer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9481d35005bc484194d72e7ee1ecffcf", + "input": "Sentence: 'A woman walking with a colorful animal design'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-360ec5d64d874c6cba85043144f351a7", + "input": "Sentence: 'Person surfing in the distance on rolling waves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dbfe41fb340b41ff8ac44e35b982b584", + "input": "Sentence: 'A stop sign in Chinese is across the street from a large movie'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5f21469f908748a69d8d579565370bec", + "input": "Sentence: 'smoothing over the top layer of a pie'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e168fb83a7764791984742a38225cfc6", + "input": "Sentence: 'A group of people ride on stand up paddle boards'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d50d2a7e33de41bd9171ab3ab7e87011", + "input": "Sentence: 'People buying oranges from a fruit stand at dusk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ef548ab3cdca41d1a49651a54a2b2869", + "input": "Sentence: 'Five cooks in hairnets work in a restaurant kitchen'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-aa7404bfa98a44668dba9937cfbbe306", + "input": "Sentence: 'The young base runner takes a lead, with one foot slightly touching the base'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2007bc4a2c094191ac4033525c931c1a", + "input": "Sentence: 'A bearded man in a white t-shirt sits at a table outside while in front of him sits a plate of food'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7298b10ad0f2451bb8540e7245ecffa5", + "input": "Sentence: 'A zebra standing in front of a fence on a sunny day'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-be6685eb34104c4a95975edab129a705", + "input": "Sentence: 'A table near a window with a beverage and a donut with icing and sprinkles'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-49084f4c55eb4352984beb569500e90c", + "input": "Sentence: 'Plate of food with french fries and a drink'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-36634cab5b5f40ec920f3b74ae37c1cf", + "input": "Sentence: 'Two bi planes flying across a blue sky'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9b92051e579a4210ac357b97f6438221", + "input": "Sentence: 'A bear is walking around a very dense, green area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-01aee76c99ad4af58a2833e29270ce7f", + "input": "Sentence: 'A window on a brick wall is allowing the sun into the room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-476b6bee88b6459f871b1d6d5a1dc179", + "input": "Sentence: 'The top of the toilet has the word poop drew on it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-96eca193b5bd4374bd2085c86c05b129", + "input": "Sentence: 'a group of people walking beside a rail train'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9bee5e203fd443b48bd346ec7816acc7", + "input": "Sentence: 'A nearly all white colored bedroom with a brown wooden floor'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eacb916cf57b458695e8a1390c7c82ac", + "input": "Sentence: 'A woman talking a picture of a plate of food on a table'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-99aa4fb06ae54cfa98d8f1d965754d8d", + "input": "Sentence: 'a radio sitting on a table with a clock and remote next to it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ae7dbff6c0024223a193a9c50b9ff3de", + "input": "Sentence: 'A wet rain soaked street surrounded by buildings and trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e0781d039c5c4ba9b9f945b92fd0a56f", + "input": "Sentence: 'Many people are standing around freshly polished motorcycles'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3b7e7602052b418b9f6e64190e4b395f", + "input": "Sentence: 'A man exiting a small blue triple decker bus'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ea0183010af84644b76db1045b9cf255", + "input": "Sentence: 'Woman cutting a birthday cake with a really long knife'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a7dd335047f2457aa5b0e2385ff32a8a", + "input": "Sentence: 'A woman is cooking tofu and vegetables in a kitchen'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ffa231e2a322461ebc58d6ee3116fc39", + "input": "Sentence: 'A person in a large backyard tossing a Frisbee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f1d6b038d17846e0ae48256d9a78bd81", + "input": "Sentence: 'A sunset over a long bridge and water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-15126b8582fb4924a78642d6b65f5c83", + "input": "Sentence: 'A person holds a television remote control in their hand'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f03826c6a9bb46c1a0734b6f4b3933f2", + "input": "Sentence: 'A person is lying on the luggage claim conveyor belt'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2791a49edc1940b1b56f993d31133ca4", + "input": "Sentence: 'A passenger plane that is parked on the runway'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1b82a9ba209f4e9d87516a6771f87a80", + "input": "Sentence: 'Two women are sitting on a bench outdoors having a conversation'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fbcf8c87878143f2a664104b44d68662", + "input": "Sentence: 'A lot of people standing on the steps of a huge building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d54737b003514027bdfd1dfd73ee6f3b", + "input": "Sentence: 'A cat standing by a cake and a white plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c63f5dd203874cac8fbcc7129a19b67e", + "input": "Sentence: 'A man with a funny hat on a big pretty horse'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-720203a5b7b44dd7a51a3ae8f4def254", + "input": "Sentence: 'A cat looking down at a book. It appears to be reading it'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bfa5660bf0ea4bb685ddd3de06873a0d", + "input": "Sentence: 'A model coal train in a museum exhibition'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f2e0e9293ccd44c08f84787f758d4277", + "input": "Sentence: 'A giant dictator holding a dead body inside of a bun smothered in chili and mustard with onions'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-de87c84233214302a628b9e143de50ee", + "input": "Sentence: 'A woman standing near a cake ready to cut into it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3bd53a158aaa4cb4a0782a96336d8128", + "input": "Sentence: 'The Christmas presents are left in the kitchen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0b29facda4c5433989de83956a03a2fb", + "input": "Sentence: 'A woman on skis coming down a slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-17e93fe91e8e43b4bdd25d7d372ccf7f", + "input": "Sentence: 'A man with a kite next to a bunch of other people flying kites'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-86a3eb736c444497914aaf17a79059c2", + "input": "Sentence: 'A medicine cabinet that is on a wall in a room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-92f6778e81e741fa83fc1f6b03f8a49d", + "input": "Sentence: 'A small car with a woman inside is parked next to a small plane'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-707c5ef5bf0a4464b49ca832ed3a92c6", + "input": "Sentence: 'A group of nine red and white airplanes at an air show'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-41eb7a2b09264fee84a100cc9ca3be48", + "input": "Sentence: 'Two men retrieving their Frisbee from the creek'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-62f551c75cd74136868bcec4ed3b96f5", + "input": "Sentence: 'A kitchen counter with an oven in the shot'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6c17667ff6e34359a47cd82f9a720117", + "input": "Sentence: 'A group of elephants gathered around their watering hole'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-be2d0cee7e4448e3b4b374ebd5fc083a", + "input": "Sentence: 'A bench in front of a pier and sailboat'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ea1ec3a2cb654db7916516175d84afd9", + "input": "Sentence: 'A clock on a red building letting people know the time'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-67d0fd927628466b8bce6aa1dfe1bab5", + "input": "Sentence: 'The woman is flying a kite on the beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8ea003053b9248bc943a5ccd6032c22b", + "input": "Sentence: 'There is a flower bed, trees, and benches at this riverfront'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4b16e8c6129e44b6921552316a33e1a0", + "input": "Sentence: 'A bunch of stuffed bears and gift boxes in a suitcase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3dcb267a27a5446b813b50fe035a98c8", + "input": "Sentence: 'A view of wing with two jet engines are on a runway while people watch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ff3f1f9da43c44ad9329e3dc87c537c6", + "input": "Sentence: 'An umpire gets ready to call a player safe or out'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7112f462ec484a63a80512807b34975f", + "input": "Sentence: 'Metal signs on two sides of a building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3b4b6ef57328477f974eec8b52b7bd8c", + "input": "Sentence: 'A ski lift on a snowy mountain top with skiers'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9b376c2d9fee4138bedf9673e795f5c7", + "input": "Sentence: 'A puzzle photo of man swinging a baseball bat'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8dd3774c85cd44ca96bbf0919884a522", + "input": "Sentence: 'People putting their hands on some kind of structure outdoors'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-af2c46092d7540ed9414203f7daae86a", + "input": "Sentence: 'A kitchen with a small table and electronics on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9cfcb0f07cc042708ced5f9b6a0520a9", + "input": "Sentence: 'A female soccer player sprints through the air for the ball while the opposing team follows'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-852ebef354f24d1985d7ca5d3dd65457", + "input": "Sentence: 'A couple of bikes sitting on top of a beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-430da8b9a7374944a7533a74b8c4a360", + "input": "Sentence: 'a person kneeling on sand with a kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-937c0a0359ba4dce8eaf664c3b2f7f15", + "input": "Sentence: 'A small brown teddy bear handing off of a persons right hand'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6231c2a9a9a442f58dc1342f2629e017", + "input": "Sentence: 'A person on a skateboard jumping on a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-68e08ad3743b4091ae93850614842d08", + "input": "Sentence: 'A number of white plated filled with food in a restaurant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4916698bd6174aed8943f72bb27bcd2b", + "input": "Sentence: 'A waterway in the background with a plane'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4a7c07f3c41a4e3ca0d321ada19acdb8", + "input": "Sentence: 'A ducks is swimming on the water while people walk in the background'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8c9722ed96394553a378020b129a5002", + "input": "Sentence: 'A very elegant bathroom with marble and accented with red'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dd976c7ac96a4c8cb3ad3c6c38c6587a", + "input": "Sentence: 'a couple of guys that are skiing down a snowy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-058c8e1973164f0aaf3fc3306ce54069", + "input": "Sentence: 'Two people on a horse ride in a city street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8545525349e04fe79611230be756b2b8", + "input": "Sentence: 'Two girls are busy at work on their laptops'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0f1db5724a164fc3a145bda9e5bb1fd8", + "input": "Sentence: 'A double Decker bus parked on the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e41a46f68db84f7d96ce7e29739ff6f0", + "input": "Sentence: 'A bus parked on the side of the road beside street lights'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c8ae85127c4846b58f3eb66b6260b921", + "input": "Sentence: 'A young person looking down a ski slope at a person taking a picture of them'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0e4233c35ef14c1a86612e34af28fbae", + "input": "Sentence: 'Young boy in car with looking at laptop with adult driver looking on'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3f8cbddf3149497ab7a2c3e6b989b83c", + "input": "Sentence: 'A woman is sitting in the grass next to her red bike'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-927b06b134b5480f91a898ec33e0516d", + "input": "Sentence: 'An old fashioned TV sitting in the gutter near a stop sign'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-52102b542df04a4e83aeff1b803ebc4f", + "input": "Sentence: 'a bunch of people that are sitting at a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cbe0aab87fdc42fa9d206bd749263b06", + "input": "Sentence: 'A statue of a man on horseback at night'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b919c7c3fa3047e697f89a6a6b3d4a0c", + "input": "Sentence: 'A man and his son are standing next to an open fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-98400c55900248eb98068b7fa8274d27", + "input": "Sentence: 'a rider on a horse jumping a hurdle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-402660d24d4f457388e293f38cdaa2f1", + "input": "Sentence: 'A man who is getting his hair cut'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-952b18beed754da2bf2381f2000a2453", + "input": "Sentence: 'A bike stands alone beside a rock wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d42ba2e256f5407c8a51e62019013740", + "input": "Sentence: 'A plate of food has a sandwich with melted cheese and some grapes and carrots'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f3c5eb274b464961a09d66bf4b0fa0f0", + "input": "Sentence: 'tree people standing in a room while looking at something'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6d97c5a09cf5427db74726c1e17769ac", + "input": "Sentence: 'Assorted food items on grill being prepared for meal'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-df399ebcb93041dc86f2148679c5ae3d", + "input": "Sentence: 'A young tennis player hits a tennis ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3c4c3ac4221b483194e1a7a2c7449ae0", + "input": "Sentence: 'A man laying on the road next to a baseball bat and other items'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8df9782047924e2eb0df13728a884289", + "input": "Sentence: 'two pigs in a field with red trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-905c8025b7b44c2f89e46d0413d0405f", + "input": "Sentence: 'A pizza covered in lots of toppings on a white plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b8bd003d9c9e4a7f99b8fc567bfa1fbc", + "input": "Sentence: 'A girl galling off a skateboard on the cement'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1d044fb6539a4a3aa76e4a75fce7ea74", + "input": "Sentence: 'A red umbrella stands between two blue lounge chairs on an empty beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-21e4d2729d3d42c18b1c370391bf52f2", + "input": "Sentence: 'A YOUNG BOY OUTSIDE PLAYING WITH HIS KITE'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7767e457066e46869a065b1f9558fd63", + "input": "Sentence: 'People flying a multicolored kite at a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a16b7178370547e8afc04e953aa49459", + "input": "Sentence: 'A clock tower and another red and white building but have graffiti'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-39692394ef2d4d1cb2e09ab4b1270d97", + "input": "Sentence: 'The kids and adults were playing with a ball neat the tent'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bd424c0cd60a4a75ab4fc668c0ba5ee4", + "input": "Sentence: 'Gated dog park area where some dogs have frisbees'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9f75eba7030b4e459c9d064a6d84ec95", + "input": "Sentence: 'A passenger train going by on the tracks'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-594c85627f0f433cb63572d57f75e654", + "input": "Sentence: 'A man and a woman stand next to an open box of doughnuts'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-80cd77e88f334c969d6a3e7a7d91adeb", + "input": "Sentence: 'A man is wearing a back pack and walking across the snow on skis'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e8825123ae2e4dd4a81127178bccdbe7", + "input": "Sentence: 'A meal consists of shrimp, broccoli, and a lemon wedge on a white plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3cb57f6886524705aed1305b4ebe619d", + "input": "Sentence: 'A few sheep eating and grazing in someone's yard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3c3b24ee83404eaea963502c0c9562ff", + "input": "Sentence: 'A man is sitting on top of a horse in the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b6338c57cd1f42a9bd432afca5e9cc82", + "input": "Sentence: 'A couple of pictures showing a bathroom and a bedroom'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-edad5076884a41098179ad06c4156bb5", + "input": "Sentence: 'Two people preparing to go skiing in the snow'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9f0b971957c04bf19f21782caf409e8c", + "input": "Sentence: 'A red umbrella sitting above a garden next to a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-304e29d3dd8646ce9131439d4d041adc", + "input": "Sentence: 'A cow standing in the middle of a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-01a2c7fb1c04460f9a42db5b201dc073", + "input": "Sentence: 'A small elephant toy pushing an orange with his tusks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eecc06ae71f44b2eb3ed1c2b17c5d0e6", + "input": "Sentence: 'A pair of headphones sitting next to a computer keyboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0eca249bc41a47ad9d986bdd99e9b47e", + "input": "Sentence: 'Small boy with green shirt holding up a black umbrella'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-68c4f8a065214b0e921f6692ab8b883d", + "input": "Sentence: 'A giraffe standing in a dry grass field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-291c6c7056324354ab0cb6ee15bcb4af", + "input": "Sentence: 'a bunch of briefcases stacked on a shelf together'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3c24bc7f13074696ab5a08cfd071af42", + "input": "Sentence: 'A large elephant feeding itself using its trunk'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-24a08f92c64f408695217d1009653259", + "input": "Sentence: 'A tennis player is on a blue and green court'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e4f48036081d460b904458e16dd0ebbb", + "input": "Sentence: 'Three tractors being hauled on a large trailer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3a84abfa67fc4022afc078195d4584a6", + "input": "Sentence: 'Boy stands next to his tall surfboard at the beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-28acd27270714e72a987b4212359c38f", + "input": "Sentence: 'Some fish, green beans, and sauce on a white plate'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a90656154dd24755bf7b807bb6be000d", + "input": "Sentence: 'A plate of food and a glass of drink'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3bbf27af67704efba0f871bffd852b07", + "input": "Sentence: 'A girl sits at the edge of her bed drinking a soda'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-991c1899485546f68baf5e5f3a9441c5", + "input": "Sentence: 'The baby zebras are walking around to explore'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d837af3ec4c44f2883b17e1b642fd84e", + "input": "Sentence: 'A girl lying on a bed looking at the camera'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8d3b5620582841aa828dae1717966951", + "input": "Sentence: 'Two men are outside with a tablet computer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6ece737612e84161b60d5aa43737113c", + "input": "Sentence: 'in this picture you can see there is a train coming up the tracks'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9899639f56d24cb5ba7d74590ff82bef", + "input": "Sentence: 'A fire hydrant near a concrete barricade with trash around it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-988868137be34f3e818fe13c2eeb6f01", + "input": "Sentence: 'A Olympic skier is skiing around a track'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e20d44f6336341d58fc61baafc28e883", + "input": "Sentence: 'Three adult elephants and a baby elephant standing together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-67fc734aeaa843e89b045635df4a482c", + "input": "Sentence: 'this is a group of signs in a corner'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-439fe69322ad4403a56531a70d41b4a9", + "input": "Sentence: 'A cheese cake sitting on top of a pan under a knife'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-58daa0e71e8a42b6b3624b07a24fd7de", + "input": "Sentence: 'A duckling swims in a pond and catches some food'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-34e78f20747a4a58b0e121aef173ed75", + "input": "Sentence: 'Inside a restroom with toilet along side of wall and shower on other side'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ec6240589577491e8a03f5f865ad47f9", + "input": "Sentence: 'a young skateboarder jumping a ramp in a half pipe'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9f93a67b06f942caadde94fbc85ddf5e", + "input": "Sentence: 'A bunch of oranges with an apple on top'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-951983f478a14c618f280b742913262c", + "input": "Sentence: 'A man flying a kite at the beach while several people walk by'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-10b9744e0a194e25a0144191841966d1", + "input": "Sentence: 'Two men are in playing in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ac5f33d30eda427996aac808415dc97c", + "input": "Sentence: 'A deep dish pizza sitting on top of a table next to a spatula'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ac6f1a013ee24ffea16c5c250693e539", + "input": "Sentence: 'An adult polar bear with two baby bears following on the snow'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-be8eb8af751e4f829961965457fb27aa", + "input": "Sentence: 'A snow board rider taking a jump in the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d87fca1da4a54d3d9c3d3d2befcb83a9", + "input": "Sentence: 'A man plays a video game on the Wii'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5fca6aa5bbb24c8a85043690231af64c", + "input": "Sentence: 'A room has no furniture but one bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9a65d773d8ca440b85c4354a5a2516fd", + "input": "Sentence: 'a male tennis player in a black and white shirt'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-846f3cc7fc11428082f7a3b272677606", + "input": "Sentence: 'some fridges stacked on each other to look a bit stonehenge like'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5318e0c81f8d4d6b944d8777c6471c65", + "input": "Sentence: 'this bathroom has a black table and a white animal house'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-202b0af35cee4274a9590a86cdc9fd60", + "input": "Sentence: 'A yellow sign on a metal light pole'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-35f32be9eb0f4348a94eaccf24775761", + "input": "Sentence: 'A man riding skis across snow covered ground'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b4353e44be284d66abd4fd1271bd41d8", + "input": "Sentence: 'A close up of a horse wearing a decorated harness'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-955ff8c001f34b2c95546026773b4c1c", + "input": "Sentence: 'A room filled with two beds sitting side by side'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8fc1b806a8db44dbb3a3a8f33bb22221", + "input": "Sentence: 'A man is speaking into a microphone for a crowd'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a81680702f0942f7a54a5daeda17de22", + "input": "Sentence: 'A golden block sitting in a room on red carpeting'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5ad4b8e650024724bfea444ae0f45e98", + "input": "Sentence: 'a tennis player swinging a tennis racket'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b4b1bd3029e24b4ebc81b90e2745019b", + "input": "Sentence: 'A white computer mouse on a desk next to a keyboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-77f5dfd7745e45dcaabfc5db788d2179", + "input": "Sentence: 'Two motorcycles leaning on their kickstands on a lawn'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5704e2e07a1c480fa98ae0bbc7ff96db", + "input": "Sentence: 'A tall obelisk sitting next to a tall white building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c079da89bafe4c3e96ec85df206cbe0e", + "input": "Sentence: 'A woman laying on a bed with a dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6c769ded1f09458383c0a10a069721bd", + "input": "Sentence: 'A bus that is on the side of a road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8ad49f5e089a454d9329d696b802de42", + "input": "Sentence: 'A small girl jumps on her twin size bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a0a7263a8dd841dd86aa127d6f26018b", + "input": "Sentence: 'A black iron chair among other furnishings in a small living room'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-df4a4007ac1c4e04b365f8f9414f5d78", + "input": "Sentence: 'a girl is on a phone standing near a sign'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8295f8a34a044b1d975cdcf337eb6449", + "input": "Sentence: 'A baseball player attempting to slide into a base'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c66c8981d8784fd9a569f331cb0f1272", + "input": "Sentence: 'A WOMAN IS SMILING IN THE KITCEHN'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2d24b9b9c00640afa5e996785589c072", + "input": "Sentence: 'A couple of white toilets sitting next to each other near a tub and sink'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d86ac81cc24546718b1917c7c66848fe", + "input": "Sentence: 'A woman is placing Frisbees into a Frisbee basket'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0449ddbd6ca54ecaac6e0308c3bb1be6", + "input": "Sentence: 'large clock mounted to a living room wall'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-63159e2a1c974eb98778d1b0c3682479", + "input": "Sentence: 'A row team with a lead woman shouting'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c8dc7425c5194a51b78ea7b37bcbdd39", + "input": "Sentence: 'A couple of women chasing after a frisbee on a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fb6b8240133c40a59597758845723f38", + "input": "Sentence: 'A row of bikes parked neatly on a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a3ce09c42a8f44a08660571c2259091b", + "input": "Sentence: 'A player is at bat on a baseball field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-187be2eac96644d99e9ed35adf71e5ec", + "input": "Sentence: 'A female tennis player stretches to serve the ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-02a4e4e683e64306a294d35ea2eb656e", + "input": "Sentence: 'A woman standing under an umbrella on a street and holding a shopping bag on her arm'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-49aa8047aacf4607ba8c8126353ddb03", + "input": "Sentence: 'Cluttered kitchen with light colored cabinets island and fridge'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-109daae114474bbea9f84bb52c2dc7d5", + "input": "Sentence: 'A man jumps to catch a frisbee with two hands'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6fe45df84a5e454399a14fca26be8121", + "input": "Sentence: 'Two people shaving letters on the side of a goat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4f99692ccb76424caa884708ace0ea0b", + "input": "Sentence: 'A group of white sheep grazing in grassy field next to tree'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a5122465259248b288b19aeae044d58c", + "input": "Sentence: 'A little boy is getting into a refrigerator'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d4369a72ae9b4886820841249a97fd52", + "input": "Sentence: 'Three adult elephants and a baby elephant standing together'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c50f1054bcec404b9483892c367ae183", + "input": "Sentence: 'A couple of boats that are sitting in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c169aaabbc3e40aea417a45e2bd4fa51", + "input": "Sentence: 'a kitchen with a bunch of food in boxes and bananas hanging from hooks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3ed936829a5c496eb745aee2dc60b4de", + "input": "Sentence: 'A small baby being cleaned up after having his dinner'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1fbec3699ed043eb8ba223c7b3c0917e", + "input": "Sentence: 'A lady sits down to a plate of smoked sausage dinner'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1ea951d973c64477a85a39e034e4b621", + "input": "Sentence: 'Two girls and a guy playing in an in ground pool'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2f0e663d435c4624b52733f1573e340a", + "input": "Sentence: 'The boy is standing with one foot on a chair, while cutting fabric'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cdac7094b27c4f0391021213182b46f0", + "input": "Sentence: 'Cattle being displayed in arena at indoor event'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-966e85893a6448139b1211467dea91c7", + "input": "Sentence: 'there are many elephants walking together in the wild'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0b52b5fb4afd4ca3b4b85d62296ade0a", + "input": "Sentence: 'Small roadway on a peaceful sunny afternoon in a mid city setting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-61b8e2ec3ab1466aa341dcaf1abdc9bc", + "input": "Sentence: 'An umbrella and a suitcase are placed in bushes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9ce3c358cb54451f9c2f8b3c76eafa40", + "input": "Sentence: 'A girl looks back and smiles on a ski lift'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b0c213fa719048f8a313e8da7567e681", + "input": "Sentence: 'a bathroom with a large mirror with colorful rim'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8bfde86e0f6947a6a99b3f5b68ba65c9", + "input": "Sentence: 'It would be a pity to eat these cute animals made out of bread'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-555a583aa1d2420c9a0d5b7d1b765f87", + "input": "Sentence: 'a man showing off his cell phone to someone sitting next to him'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f7cdcdcb8aa447fe9f8d14185697f7bd", + "input": "Sentence: 'Man rubs hands and looks to long narrow pizza'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3bcb77d3480745cdacd889e19a7370fd", + "input": "Sentence: 'A tennis player standing on the court with the ball on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-16be388891b5479190d18a10e574d03d", + "input": "Sentence: 'A photograph of a highly decorated cake on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-26c600d7887540dfbdb31b8337672ebe", + "input": "Sentence: 'OLD BLACK AND WHITE PHOTO OF HORSE AND BUGGY IN BUSY TOWN'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0c45eb9e0e9a4138b6fcd67c5d132e60", + "input": "Sentence: 'Three stories brownstone is overlooking quiet, tree-lined street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8256a653a8e24e4ea9dd07b3e9e8e3bf", + "input": "Sentence: 'A seagull on a pier with boats in the water in background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1bae6802325943aca4a0ce1231e9d7b6", + "input": "Sentence: 'A young girl in her Tennis gear is holding the ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9cb1fb98c406400eaefad0c858e60a5a", + "input": "Sentence: 'The bench seat by the window is empty'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f4ec6364f38847458a2bf033205f728f", + "input": "Sentence: 'a batter standing and waiting for a ball to come'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-71ae11d75c134a3d9bdee8c4dae1a47b", + "input": "Sentence: 'A skateboarder doing a trick at a skate park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-47b0e9e1ed724320aa1db48eba1060dc", + "input": "Sentence: 'A price sign showing fifteen cents per banana'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8b9ea454d9d24a398b157b2204c41c8c", + "input": "Sentence: 'A man sitting in a chair holding an open laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4f31b72f0f1546158d4bb385d126a081", + "input": "Sentence: 'A view of a few cocunuts in a basket'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e024faea95a24536afee824b3476fe09", + "input": "Sentence: 'A well made bed with gold colored pillows and a golden decorative drape'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5cbfc01ff9b947f6b48185c020836ed5", + "input": "Sentence: 'A bathroom with a large hole in the ceiling, a toilet and tub'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-bae6c2aa6dd64be783dbf06d01d69002", + "input": "Sentence: 'Road signs against cloudy sky and some houses'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-47cd27527f104c768d90347c244de06e", + "input": "Sentence: 'A soccer player kicking a soccer ball on the soccer field'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-d6f2b4082bb54a5e8a2205934c470d3f", + "input": "Sentence: 'A traffic light showing yellow and green on a pole in the city'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ddaf95ee627b4df89630a9f60a71390c", + "input": "Sentence: 'people surfing on very high and strong waves'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-726a461ead974c2c9d1abd072a894da0", + "input": "Sentence: 'Batter standing to the side of a batting mound'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cb88cfdd439e407ba1b246e90848b098", + "input": "Sentence: 'Different colored plaques displayed some gold, some green'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2d319020f0ea4487b6d4b5f6c9ed68e3", + "input": "Sentence: 'A man with a white-painted face and a bananas on his head'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d1a22d8229f946e181d1259871b63871", + "input": "Sentence: 'The bench seat by the window is empty'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8df8b9934e9242bfbdbdba4bf3f6ca9c", + "input": "Sentence: 'A little cat sits on a laptop keyboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d63d81a2cdff48d197aaa58fe568e859", + "input": "Sentence: 'Solemn military men look on as the plaque is presented'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2226f69de46949ef94d672bd29e0e9a4", + "input": "Sentence: 'A man is hanging off of the wing of a plane while another races below in a car'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-28d2c1e4a33a4d3ab9b02ed9507d1203", + "input": "Sentence: 'A bird of prey glides through the air high in the sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1700cd8b9ba24dbe8b2a6f73723e5f74", + "input": "Sentence: 'Woman cross country skiing alone on a trail in the woods'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-417de0b3de4c42199925132961e2d0fc", + "input": "Sentence: 'Inside house living room and dining room with furniture'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-64308b81461640e184247430df156515", + "input": "Sentence: 'A woman on a cross country ski trail passing a couple out with their dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-92d295ddaf334e99ad0e4c6e0eb687b8", + "input": "Sentence: 'a pit crew member checking on a motorcycle'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-52d2f4753cea42ad884197f438e2df08", + "input": "Sentence: 'A man with a monkey on his shirt holding a banana'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6d8d6b0b6c36476aa8cac42934f595cd", + "input": "Sentence: 'An old tow truck and pickup truck are parked on a rundown roadside'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2198e8a5ee9843a08a2f6dc2bc18d51a", + "input": "Sentence: 'This kitchen table has fruits and vegetables on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9f52cfe6e56c4cefa4bf0ff3f9e45acd", + "input": "Sentence: 'A view of the capitol building, in front of a park'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2df22d3007364d57ab4afb573089a7ea", + "input": "Sentence: 'This man is holding his hand over the other man's hand while they are looking at something'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1feaa681380b4c00a92a673c58d40c62", + "input": "Sentence: 'The bowl is full of broccoli and some kind of meat'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1434ce5c97ea4868812f85810893adcf", + "input": "Sentence: 'Images of a giraffe and a Zebra in the window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2aa4108867584269a161bb3264d78e8a", + "input": "Sentence: 'A snowboarder is in the air at a snowboarding competition'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c2aee131838a4f498563272dcbde514d", + "input": "Sentence: 'A kitchen with a small table and electronics on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b264a0451be641608425a25122dddb93", + "input": "Sentence: 'A cat standing in a open suitcase on some cloths'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-72f5424013d141ce8c34613940bd4702", + "input": "Sentence: 'A tall white bottle and a shorter, wider white bottle'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-40d5bea6629841ebb8d10dbedeaf1faf", + "input": "Sentence: 'A crowd of people standing around a food truck'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d213282fcbcd457cbe75f7be783507a0", + "input": "Sentence: 'A group of boys that are standing in the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-edaadb524fd8446b951b56c5e55313e7", + "input": "Sentence: 'a couple holding a knife together as they cut a cake'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b13b1badb32a44c484d5f145a953b642", + "input": "Sentence: 'A smiling young man adjusts a necktie he's wearing'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3a7631b873fa4f38ba09d349fdf32a01", + "input": "Sentence: 'A closeup of a pizza with whole tomato slices'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2ede3ec12ace4dc287a69693f7c329ce", + "input": "Sentence: 'A toaster oven, food processor, and mixer with bowl'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6325ab07ba6a4e55a4408cce25954f96", + "input": "Sentence: 'Several books are stacked on a table'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a658e65f0cb6468f9daece0c48d09975", + "input": "Sentence: 'a little kid sits at a table with a glass vase'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3470204703d34684a14c4fc1b5828214", + "input": "Sentence: 'A man watches a young child play on a plastic computer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a226ee4837b54ae7a824ae9bbf47ad73", + "input": "Sentence: 'a couple of people that are playing baseball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-976cad28ca0d4b77889e24876ee5c87a", + "input": "Sentence: 'A birthday cake is shaped like a teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f21e0053ada04f11b07361edf7ce52c7", + "input": "Sentence: 'a laptop a monitor a mouse and some cords'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-43089f1c92c546228b95ebf7783067c3", + "input": "Sentence: 'A small bird sitting on a tree branch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2b6c337760044cdc92ba8d30e8ba8c91", + "input": "Sentence: 'A train car with four beds next to a window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c5c6daa7ce204f95bab5368f8277e2ef", + "input": "Sentence: 'A bear hanging out in a tree, with its eyes wide open'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a99dbb58a1504d04964183fbe85c37c8", + "input": "Sentence: 'A stuffed bear wearing a orange pumpkin outfit'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9c0ef1d3862843aaa764b7315fa0d71f", + "input": "Sentence: 'A passenger plane is parked in the runway near loading trucks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5dc665e3723c47a8ba9184858be278d3", + "input": "Sentence: 'A woman riding a bike in the street and other people walking around'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5329e1c7b27a453c823b5ad00529f0f5", + "input": "Sentence: 'A man looking at a paper while wearing a small tie'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-539982e495004f7ea87677fee20ccb15", + "input": "Sentence: 'A skier successfully zooms down an obstacle track'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0805984664e64fb98e389a5fe1fa9824", + "input": "Sentence: 'A large blue airplane parked in a stationary position'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0f8f29554cc048e3983cdccd0e5c8887", + "input": "Sentence: 'half of a sandwich in a black tray on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c77bb6811ecb4097a86c3f3f009a940a", + "input": "Sentence: 'A narrow street has very few people on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cefd020c4f5d4df89558eaba4c101293", + "input": "Sentence: 'A cool beverage sits on a table at a seaside restaurant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-828e7ae1097a46e798bd4a035c766df2", + "input": "Sentence: 'A skateboarder skating down a steep hill marked with cones'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0a9097b43384446ba20f753ab84451b6", + "input": "Sentence: 'A white and striped cat is sitting on the floor next to the bicycle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-181a9cc1144c4fae87d8aeef49327a86", + "input": "Sentence: 'A street sign that over looks the city from a hill'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f67b4051f99346c0a8d3bb6b8860e76a", + "input": "Sentence: 'A group of men standing around each other in a room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ea5d2503f7d74133bef9d41e6d2c0ac7", + "input": "Sentence: 'A young boy swinging a baseball bat towards a ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bffff61bf0ed4a38bf3514977bbe0ad4", + "input": "Sentence: 'Children standing in the woods near a train'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-78fad0e62071418a832e690ed98a6646", + "input": "Sentence: 'A pizza with meat and cheese sitting by a beer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c42e33e8660141f792cfff9fd6cd8d40", + "input": "Sentence: 'a cluttered room with a coach and a bicycle and a door'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2d0e46b3ec3e4d2999999794747efb50", + "input": "Sentence: 'Several people walking outside dressed warmly and with rain gear'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4c529b2cdb5040cb9cf7fbd31704f381", + "input": "Sentence: 'Man poses for picture with his dog while sitting on a bench'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5b25d71ac7944a17b9f830070634267c", + "input": "Sentence: 'Two tourists sitting on top of an elephant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4bf54002f7224f8699927e29e8191bc5", + "input": "Sentence: 'One zebra following another into a rock cave'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c8d40156d69f4cc7a0edfe85e48708dd", + "input": "Sentence: 'River with ducks swimming in it surrounded by leafless trees and brown grass'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4d69d8bf5a744d3aad23f0d3904d00da", + "input": "Sentence: 'THERE ARE CHRISTMAS DECROATION ALL OVER THE PLACE'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d5b4d7b8486c41ed8adefcc61558de39", + "input": "Sentence: 'a boat sitting in the middle of a lake with a line out in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5913d47eb4524a5391e257bdb8f81635", + "input": "Sentence: 'A computer is set up with gaming equipment'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-68cc9e3c1afd4433bbef523ba06d01c6", + "input": "Sentence: 'View from rider overlooking horses head with others on sandy beach'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-515164b5b6d74783a2d27c05fbbb9099", + "input": "Sentence: 'a cake decorated with trees and a river'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0c522338c66d4819b2f53e8c6c8d439f", + "input": "Sentence: '9 donuts and a piece of another donut in a Dunkin Donuts box'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d898ad49d0ea4a9891b4fca5bbafc07b", + "input": "Sentence: 'Desktop and laptop computers on a desk with a dry erase board nearby'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-7b784d811a8e458cacea13572905a396", + "input": "Sentence: 'A red and white fire truck driving down a street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e910bf800bd74fecac2987c1113877cd", + "input": "Sentence: 'A man and woman near a motorcycle who are kissing'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2eba7022c358494fbfc4e8a2fa174847", + "input": "Sentence: 'A tiger stripped cat laying on an opened suitcase'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e38e27b68926467d8d9d3826c1587dd0", + "input": "Sentence: 'A group of zebra standing in a grass field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f2c63708540c403896b41bea2b32bdd4", + "input": "Sentence: 'A street sign with street name and city location on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-68a43d722eed4af295ead48077775922", + "input": "Sentence: 'Woman in white shirt and blue skirt playing tennis'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3be0c39849d64736a584124607f4e2b7", + "input": "Sentence: 'There are boats that are floating on the lake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9901048573064ae2b479ed2a1abc1486", + "input": "Sentence: 'A man standing in grass holding a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c6b77d51b15a48758f07792afdd9defe", + "input": "Sentence: 'A vintage VW bus that is red and white'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3d86476998b7468981b1d9e28b3a1d5d", + "input": "Sentence: 'A bicycle is parked by a bench at night'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-88e686c66ce9423d9239729f6d49a432", + "input": "Sentence: 'A boat that has been beached on the shore'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8155490263b044878956ecfd12ff2a91", + "input": "Sentence: 'A room that has a couch surrounded by two shelving units'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fa55335bee934dc6939ebe8e79b89ebf", + "input": "Sentence: 'an image of coworkers smiling at the camera'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8b86781c289e4fa7b434ad39ff6dfbf5", + "input": "Sentence: 'an elephant standing on a dirt and grass patch just in front of shrubbery'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-d07c3cc910444d9281f1017e927a3a6d", + "input": "Sentence: 'A red and white stuffed animal with a tv remote in a bed'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1557ee05fa1a4dfda68fde755311861f", + "input": "Sentence: 'A person with a hat sitting next to the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4e09dd56525347ba9e26d52705271b52", + "input": "Sentence: 'Snowboarder in blue coat making turn on large slope'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4ee367a44e084564b691c4099a33a9da", + "input": "Sentence: 'A man's tie hangs around his neck as he stands by a small plant'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1bda49fba98a4103844b1b0e30108ba1", + "input": "Sentence: 'A herd of animals standing in a large field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a6063aeac51d4909921356d5d95ea586", + "input": "Sentence: 'Two dogs are running together and one of them has a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b512e589313c4c7bab60a55a487fcc43", + "input": "Sentence: 'The young base runner takes a lead, with one foot slightly touching the base'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6f1c9f9460d44773b78126744c56eced", + "input": "Sentence: 'An older boy holding his younger brother behind a jail cell'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5eff38d2a91742a38182e1d7b3c4591b", + "input": "Sentence: 'An open Swiss army knife with multiple attachments'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a135f897989e440ca10d2a5e8e59e30c", + "input": "Sentence: 'Some people who are watching a miniature train go down railroad tracks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a733d0b07b0746fc8374c83a28e59f37", + "input": "Sentence: 'The donuts are going to be fresh out of the oven'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9ee985348e9d44d8bdcc2db4a43fe110", + "input": "Sentence: 'Assorted food items displayed in white dish on wooden table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7d2cc2ae4cbc4523a054fe07c0a2e39d", + "input": "Sentence: 'A man with a funny hat on a big pretty horse'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d9b3360108764cd39153a6b03aeaea4e", + "input": "Sentence: 'A bed in a hotel room sitting next to a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-17a78b9ab9674ffeb1f15ac16fdf251f", + "input": "Sentence: 'A closeup view of a piece of lasagna. The plate has a fork on it and it looks untouched. '. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e053bf334b944983b0c1dd05d3381301", + "input": "Sentence: 'a pizza on a tray on a stove'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8bba30dccf6641cf8a113ef13bbdd40a", + "input": "Sentence: 'one ceramic bowl with broccoli and topped with cheese in the shape of bats next to a bowl of soup and a container of berries and peaches'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ad23ca19ba3402b98baabf15cdb9f6f", + "input": "Sentence: 'A ripe orange sitting in a dark background'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d165c8d52086410a8c8627eece226c79", + "input": "Sentence: 'Many yellow and green lemons are stacked in baskets'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-64814ecc86af41cab1258d518d7ae52c", + "input": "Sentence: 'Two cellphones that are laying on a blanket'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-66d1d79640ef4f3a9d84417f0cf96d15", + "input": "Sentence: 'A cake decorated with a pair of infant shoes, flowers and a name'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-7f9bcf98e15c4100a4f1aaa9621e043f", + "input": "Sentence: 'A computer is lying on a table against a cluttered wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c09a8e9f4b21408d8bae8c6a45f88bcc", + "input": "Sentence: 'A bunch of laptops sitting on a kitchen table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-79695091e94746529ee408b12a7a09cc", + "input": "Sentence: 'A white and grey dog in market area next to bananas and strawberries'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6cedee8722ee4a718e2a8b13ccd071b7", + "input": "Sentence: 'The woman giggles as she drinks a beer in hand'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1dab32885ea64d66b0fa29037913c9d0", + "input": "Sentence: 'The boy practices his skateboarding skills on his homemade park, using wooden railings and large pieces of plywood'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-a13d04bd7b8143e0889bbc19a18c96d1", + "input": "Sentence: 'Person cutting the cake surrounded by liquor bottles'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d15cd76bbfd745c891e2a7857a922ff4", + "input": "Sentence: 'The sign shows the intersection of four different streets'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-31c841394ddc49e2989c5bd00567fde3", + "input": "Sentence: 'A young woman is preparing to hit a tennis ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8b8eb6be36984b9498e058e7160562b7", + "input": "Sentence: 'Two teddy bears posed for a picture together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f48995dd113d4d00a77a44e9b0bb06a9", + "input": "Sentence: 'A white and black horse sticking its head over a yellow fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-993be77904d04a438f78c1606b729d17", + "input": "Sentence: 'A man watches a young child play on a plastic computer'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d83d4fc81476480a8f1d207f757af7e2", + "input": "Sentence: 'A girl walking on a path near a person on a bench'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7f4bf08fca024ceda2ca333bccb943dd", + "input": "Sentence: 'there are several men sitting at a table together in front of flags'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f53ae15bb15c4600a39794025099696a", + "input": "Sentence: 'A man is playing with a Frisbee in front of a car park sign'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0da973c9bd5b438a9d2d2d9a667717dd", + "input": "Sentence: 'A variety of desserts being displayed on some shelves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-750981cfb0c543d4b1ef778a9ae08472", + "input": "Sentence: 'Two man in front of a tree holding up items'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-623223e1ecba455f9a01e71885a2c11b", + "input": "Sentence: 'Century old buildings stand near streets in a city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e18965dec6c147108f2012e24f3f5276", + "input": "Sentence: 'Mac and cheese sub with some fries on the side'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-37fff23462e348e482332b771f9adce1", + "input": "Sentence: 'Looking at a white bus in the rear view mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6e73fa9d8f2d461281b07ae789f44fb8", + "input": "Sentence: 'Industrial ovens are stacked on top of each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-355327aa1f2d45df87c19081166eb79d", + "input": "Sentence: 'A large flock of sheep in the middle of the road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-352fc695f2514ae8902e667aeec38a79", + "input": "Sentence: 'Three planes fly in unison across the blue sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0787b1125fad449fa0d641dbc0b8cbfd", + "input": "Sentence: 'a cat lays down next to a glass with a straw in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3113a48fe2274c8993151ba5ed169b59", + "input": "Sentence: 'A woman on a cell phone sitting on several chairs in an open shopping mall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7eb1be1297da4e72b1dae34a4b43988b", + "input": "Sentence: 'A water skier riding on a boat's wake'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-46865105cfc34296b82ab575315b2ec2", + "input": "Sentence: 'A train is pulling into a railroad station'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3de7685134064425905e1394d25bfe17", + "input": "Sentence: 'A guy on a skateboard sliding on a small wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aee26c0690124acd99543a621177a48a", + "input": "Sentence: 'an image of two girls with birthday cakes'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d8403a888a884311b57597c53f8d8585", + "input": "Sentence: 'A small kitchen has teal green walls and a small window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-53706d4c11ae45e284ce4aafc9f72cd5", + "input": "Sentence: 'A blurry picture of a bowl holding fruit in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e2ea7c7b1b544b21af4d5683a07ffcd3", + "input": "Sentence: 'A large dog wearing an orange safety vest'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cab0542c4988448abde7d3507c9d40b3", + "input": "Sentence: 'A dog is sitting on a couch with it's head turned to look out of the window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fa7617f278064d5a929044bc2338c1b9", + "input": "Sentence: 'Several cormorants sitting together on a rock in a muddy body of water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9986517661f94f42bd89021ca6726443", + "input": "Sentence: 'A large group of people with umbrellas in the grass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ca16a84a7fe043a48671927bbf742f28", + "input": "Sentence: 'Man jumps aloft while balanced on a snowboard'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0d385b892052418f935d4d6beb4a7a25", + "input": "Sentence: 'A cat with its head stuck firmly inside a glass trying to get a sip'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3f16e8a0e7534d3b94721e76705176ec", + "input": "Sentence: 'A custom built two seater motorcycle next to other bikes'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7ed251a237a440978c3375705e9d3032", + "input": "Sentence: 'A picture of a church building over looking the trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fbff11dee83c467993e4436785c0b6fc", + "input": "Sentence: 'A cat standing in the grass on a lawn'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c4bbb09647af4b11b05e119fe68fd502", + "input": "Sentence: 'there are a group elephants that can be seen in the wild'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f5c6bba520b34dc299bfd4a74427e393", + "input": "Sentence: 'A wilted pink flower in a clear flower vase'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-55f77f63a54f4686a603b138350e1b18", + "input": "Sentence: 'The person is in the parking lot getting ready to ski'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4ff42a63fa6845838f87d2e40c6d7985", + "input": "Sentence: 'Fast food displayed on a table with sandwich and soup'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-737526243ba84f43a9a808be9bdaf604", + "input": "Sentence: 'Four different colors of motorcycles are lined up against a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6b94917cea8d44bdbcdab580967f2894", + "input": "Sentence: 'a small dog is looking at a horse'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b10b80f3dfff434cbe88bcf511757354", + "input": "Sentence: 'A ball, bat and baseball glove laying on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-68daa5d8438e4c3396a0cac698e80ca9", + "input": "Sentence: 'A cat that is laying down in a suitcase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a18b9da7cc8b4cbb89c06a8b12d3b83b", + "input": "Sentence: 'A young person on skis in the snow'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8358a51c8a22417a997993ef55061292", + "input": "Sentence: 'Man sitting down in public typing on his cellphone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-539b8f663870442b8d07439242ac6176", + "input": "Sentence: 'A large amount of bananas grouped together in a line'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c593006a5cdf471b984bed2c308bf5d9", + "input": "Sentence: 'The man is skiing down the snowy slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c8e93236a9204931b43a8526eee9c6fe", + "input": "Sentence: 'A desk with two monitors, a keyboard and keys on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f992f1855ca54f138a76bfdb3b9ca4f9", + "input": "Sentence: 'Yellow utility truck parked inside a warehouse by itself'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9222a9d46f5447788bd113d1590b6ffc", + "input": "Sentence: 'A group of people standing near two horses that are attached to a plow on a farm setting'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7a66051bb37f4550986afaf454b12ccc", + "input": "Sentence: 'People sit at a table drinking coffee and talking'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6fdf56f6137f4f3e868855bcfd223ce3", + "input": "Sentence: 'A large brick building with a clock on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-886815502bc94f63a037ecc61c98e4bf", + "input": "Sentence: 'Many umbrellas are for sale at a market stall'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-70ca5288c6ba41da8a5695aa00c6bd4c", + "input": "Sentence: 'A view of a kitchen in the middle of day'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0e9798e23ad6415aaa79631f246293fa", + "input": "Sentence: 'Three men are riding a spotted elephant in the middle of the park'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3c4e7c13ca624f23a334ef3c62e4e9b8", + "input": "Sentence: 'A water hydrant and couch on a roadside near some houses'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8ae40a746e744d25b3efae74116f6266", + "input": "Sentence: 'A traffic light is on at night on the corner of a street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-335885a6b0064b5b935400749fd7ec15", + "input": "Sentence: 'People watching kite surfers skim the waves on a sunny day'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fe2124a9c05a4fee980194260c52304b", + "input": "Sentence: 'A farm with a large plot of empty green grass covered land next to it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cefc23591051459f9459a3a2cb86d1b1", + "input": "Sentence: 'A sandwich that is half eaten on a plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c251029c0dc5443398c454eb1a323424", + "input": "Sentence: 'A green city bus with dolphins on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d3579967ffb7446cb3a0a17115e3b7ae", + "input": "Sentence: 'A bathroom with a border of butterflies and blue paint on the walls above it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-31498cf662bf4b9cb78cd8d590f4b473", + "input": "Sentence: 'Two oranges on a white plate on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-946dc0924175400f883f191f00d62e0a", + "input": "Sentence: 'Woman in modern kitchen with white appliances and cabinet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fb2ad1c8977341b7948e8a0162b85926", + "input": "Sentence: 'The remains of a military truck and railway carriage'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9aedd4d080934c5591a51a3344629aa1", + "input": "Sentence: 'a young man gets some food for a family'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4c5911ebc41b4d75a57c07f042cd27e9", + "input": "Sentence: 'A man in a white jersey attempting to hit a baseball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3132ad650d3f4d37940f6d94a3d98da6", + "input": "Sentence: 'A very long crane truck driving past a very tall building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8cae7ff1dffa4adf82e200898b32c19d", + "input": "Sentence: 'A bowl of bright oranges are overflowing onto a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-97f34e94346542dabdf7fc7bc62453c7", + "input": "Sentence: 'A bunch of guys in military uniforms by a big plane'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-db369e7c655c40b5bcbd4a3b825ea05a", + "input": "Sentence: 'A food entree is served on a plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-595bcb524d9740bfb954e40f856c4203", + "input": "Sentence: 'A park with not much shade and a kite flying'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2459520711f8401db74b992afb4e999e", + "input": "Sentence: 'A man standing on a skateboard on a ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4c62d85e954e42248e29bca205880e8f", + "input": "Sentence: 'older man reading a bicycle on the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3a1e3634b63e4e3d98a635c42caaa54c", + "input": "Sentence: 'A couple of giraffe standing next to each other near a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-724bb72d080d44319ba1aee0b1da2388", + "input": "Sentence: 'there is a black cat that is walking through a grass field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-66f86115c2db453bb7b2f4c0c51323ec", + "input": "Sentence: 'A stuffed bear sitting in the center of a toilet'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-be941c63120941b7ba80acec7fd6f16c", + "input": "Sentence: 'A pot on some stove in some kitchen somewhere'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e0266d431efb4055b109581acf0862d0", + "input": "Sentence: 'A man in a diner holding two baskets of sandwiches'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-23c7c453ed114be588b9c55e66a66476", + "input": "Sentence: 'A lot of bananas that are together on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-704eff36befc44e29f1b88e378433fa0", + "input": "Sentence: 'Woman laying on a floor with a dog and a cat watching her'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3436cf6c58214514a5c58e6423446094", + "input": "Sentence: 'a close up of a sliced pizza on a wooden surface'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e1cd65eac4bf464eb75e5168a2bbd371", + "input": "Sentence: 'A man and a woman are sitting in rocking chairs with laptops'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ef4e6556685f4cab981a7721d8109279", + "input": "Sentence: 'The three giraffes are being kept indoors for being to see'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3f21c22037404b37b23c3bf10faec460", + "input": "Sentence: 'An adorable giraffe walking along a dirt road at a zoo'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa3e958e31d740048f25f95e2b84b9cd", + "input": "Sentence: 'A young woman sitting in a room playing a game on a video game console'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-5ec0da59be9f47ea8f1b144c4bd444dc", + "input": "Sentence: 'A backless bench faces a pedestrian path in a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bc4df8895580445fba5ea5be932ced01", + "input": "Sentence: 'A man flying a kit on the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f898496e7d0442748ab45c66a4b190d1", + "input": "Sentence: 'A snowboarder in winter clothing coming down a hill'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3e87da891d7444bc8b78ed9bfd684173", + "input": "Sentence: 'A cat on a concrete slab looking down on another cat with food'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-08a60613c6ac47a4ab0e3bd70282a81e", + "input": "Sentence: 'a black and white cat is standing on some tiles'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fedbd1b1d4ad4277973d2338b4cb489d", + "input": "Sentence: 'Three women stand and eat pizza in a kitchen'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2c8fe893c989470f94291e8b5924ca06", + "input": "Sentence: 'A room with bookshelves, a wood floor, and bean bag chairs'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3e105e3973194aaa87b2d920d9fe6fcb", + "input": "Sentence: 'The street is barred for a train to pass'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-76c6ebe7d1134155ad942133afab45c8", + "input": "Sentence: 'A man swinging his tennis racquet on a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-51387e16d3544aff97f8ae72325f00fa", + "input": "Sentence: 'Cat stretching on back on bed, reaching towards the sky'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-73f28540d81f490d83b318c0ed84ce2b", + "input": "Sentence: 'The sandwich halves are beside very small tomatoes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3d53284da55e4740a70c65490614888e", + "input": "Sentence: 'there are many zebras that can be seen in the wild together'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7ea02d204edf48518cb4479aa3cba937", + "input": "Sentence: 'A nearly all white colored bedroom with a brown wooden floor'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aca280cdc4384c50b0766c628ecce9a3", + "input": "Sentence: 'A group of people seated on the ground and holding black and white \"WWF\" umbrellas over their heads'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c11e0edf267b448fa2e2f684bd1b172b", + "input": "Sentence: 'A street sign sitting next to a tree'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b1f8f6bb46bd48bbb117ed693bd6efc5", + "input": "Sentence: 'Herd of zebras and one giraffe in grassy field with trees behind'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7ca88d0619eb4b159ab09e5a47bb9b19", + "input": "Sentence: 'A small plane flying through a gray sky'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-40c51bc7b91b436a9f846042f301910c", + "input": "Sentence: 'An incredibly dirty and destroyed bathroom with a toilet and sink covered in filth'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-232f3537ee284bbc9ba5c79ed7c3e8da", + "input": "Sentence: 'Two men are standing near a propped up surfboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-44333db996ab4b9bacaae21e10a6e622", + "input": "Sentence: 'A large, pretty, white flower sitting in a vase on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-06502e4b02a345588783f676767985d5", + "input": "Sentence: 'There is a bird walking on the shore line'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8cae205b3e67452aa513024442e4c33c", + "input": "Sentence: 'A bowl of fruit sitting on top of a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-37491ca4dcf84b2289f9d89fcd272bad", + "input": "Sentence: 'a woman in a red shirt is riding an elephant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5804580c2a8c499ab135d0bdd168a4a8", + "input": "Sentence: 'People in a crosswalk waiting for street car to pass by'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ee327670d8294f32a5bbd453bdf91c4a", + "input": "Sentence: 'AT LEAST ONE PERSON GETTING READY TO GET SOME PRACTICE IN TENNIS'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ce3082cdac904f1ca818a7c945f47596", + "input": "Sentence: 'The zebra is standing in the field with the other animals in the background'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-06f22abc4de04df49951cc970ff8c949", + "input": "Sentence: 'A group of people smiles at the camera while eating pizza in the grass'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-424faee4e58c4e39b859e7dfd1cd3e3a", + "input": "Sentence: 'A person that is on ski's in the snow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f44510749b4044fba59b4f42ef85e7b9", + "input": "Sentence: 'A cat standing above a glass jar filled with liquid'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-531d8c371ccb436a9fa4dbb7aeeb4187", + "input": "Sentence: 'A man flying through the air while riding a snowboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-872619723b1e459db38034c496197df5", + "input": "Sentence: 'A view of a kitchen in the middle of day'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-986bfbbfc8324a11b4f81996ef35caa9", + "input": "Sentence: 'A black and white cat laying on top of a keyboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4535efa38dba41118a91757673908173", + "input": "Sentence: 'A tall clock tower with a flag on top'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5b089104a21346a9a0041b9c00f28dbc", + "input": "Sentence: 'A yellow double decker bus parked next to a beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6702178faeb048fba82572b2ddbc201f", + "input": "Sentence: 'A cut in half sandwich sitting on top of a table next to a foam container'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-19cd5b72318344bca5e32ef6647361ac", + "input": "Sentence: 'A skateboarder goes off the edge of a ramp in a skate park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ee8f747798964c74a4e6809e09dfebce", + "input": "Sentence: 'there is a elephant that is wearing many red decorations'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bd86a914f69d4ad4a6282dd184b4a7b9", + "input": "Sentence: 'A red open fire hydrant spewing water from it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a5602ac6825459990948dd292488c0f", + "input": "Sentence: 'A person riding a skateboard on a ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-177ec35907e84a60af82849214b0c550", + "input": "Sentence: 'a plate of peanut butter and jelly sandwiches'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-107cf5a65776491cbc9db25ba3c825f0", + "input": "Sentence: 'A group of zebras standing in a field with trees in the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9b0616b0404145218448a897af836961", + "input": "Sentence: 'A couple of people on a motorcycle posing for a picture'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d680e67fa0d5452f9a008f1ebcc17064", + "input": "Sentence: 'A cat sitting on top of a bag of luggage next to a TV that is showing a store about Giant Rats'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cbcf2e925c5b452087a35ded436e5ae3", + "input": "Sentence: 'The lone zebra stands in front of bushes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bc9b4f051ba045d1b258022d4593f538", + "input": "Sentence: 'The book shop looks appealing to children and adults'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0633b2dff7694504b3360c3975904bfa", + "input": "Sentence: 'Various foods spread out on top of a paper bag'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1231bdcc21774cba9abb4f0682804017", + "input": "Sentence: 'an unfinished kitchen with a stove and a counter'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e43bbe5cfa8b49ba94212537f6639dde", + "input": "Sentence: 'A horse being ridden with a man in a large hat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2f8dda9fea94b669255fae27fe22a8a", + "input": "Sentence: 'A zebra in the sun on a dirt road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a99242ce1499468ab6b082a43e3b565d", + "input": "Sentence: 'An urban train emerges from a tunnel in the city'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e3754ff65a9b443ca0e4b05981816db8", + "input": "Sentence: 'A cat laying in the bathroom sink'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3302131239084e5e978181a1c6b26e81", + "input": "Sentence: 'A man stands with his bike at a bike rake on a street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-869ff4ddcc744482bd6140ee797f7a3e", + "input": "Sentence: 'Closeup of a silver and black GPS device'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-932258ea8bc743258ac6086e415187ad", + "input": "Sentence: 'A series of buildings are shown down a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a194f2d853a948558a41ddd2029d69ba", + "input": "Sentence: 'A red stop sign sitting on the side of a road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fdb92e13fd9e40f18f4fa24de07cf1e2", + "input": "Sentence: 'The bus is parked alongside the road and is empty'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c92ade0510e54ccb9e64c04077656019", + "input": "Sentence: 'A baby kissing a big teddy bear in the house'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-62cecd73c59b48b8b981214bc2b29f8c", + "input": "Sentence: 'A picture of a person doing a skateboarding trick'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-77966e243b974ae5ae98ef8b614f095e", + "input": "Sentence: 'a close up of a stop sign with many stickers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60c16152748942a4a25a14e63ae17a16", + "input": "Sentence: 'A person holds a sandwich on tin foil'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cc04f4ba36584fc382b298fdbe5cccbb", + "input": "Sentence: 'a double decker bus sits parked next to other cars'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-15ebec8b670b46b5b0d4f43812d57353", + "input": "Sentence: 'a dirty toilet with two bottles of alcohol on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-20fc84a77e624184a3cafac8b31da173", + "input": "Sentence: 'Group of people walking through a city side walk with vending machines'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-78844971d41c4aa889c0e082a30b0723", + "input": "Sentence: 'A light green substance a large silver blender'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8baff287d3414067a4d96c033ffe0044", + "input": "Sentence: 'a tennis player swing a racket at a ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-03e349bf659a498c8472355ef53614ac", + "input": "Sentence: 'A red train passes by another train on the railroad tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a364eb9058f54d0ab06b95a94c609d0d", + "input": "Sentence: 'A photo of a duck with an odd shaped beak'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f088578666ff4f148ae1b1c6f9bcab05", + "input": "Sentence: 'A man in yellow vest placing a case onto a loading dock'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2f29e9023d7445aba74037e321e511d4", + "input": "Sentence: 'A large flock of sheep in the middle of the road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a1043b9017f340298c61ca2ad1347732", + "input": "Sentence: 'A picture of an outdoor area that seems great'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-30c90ddb65c5468a947aadc9ebb5e150", + "input": "Sentence: 'A sunset scene of a sea shore where umbrella shades are fixed on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-06d9d88708e3418b85be49c2ad05e848", + "input": "Sentence: 'A man is sitting in a chair and reading'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2ccc797ed85b437fbf6c5321b73e2038", + "input": "Sentence: 'A chair and a desk in a room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-83d1c52578fe4f29bf42325746c0fc34", + "input": "Sentence: 'A river running through the middle of a city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b56dd8968b624d499ea2a46a17953428", + "input": "Sentence: 'A small, Nissan business van for a fiber optic company'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e1f5dfe8dcae4b95a1a264c5d7217cd2", + "input": "Sentence: 'A little boy standing in the dirt with a bat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7d36a00e8f4045bfb97039ea2ce1940c", + "input": "Sentence: 'The cute do is snuggling inside the open suitcase'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ec46b08bfbc146688e32b07ffec22f1d", + "input": "Sentence: 'A griaffe standing in a meadow staring at the photographer'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-da15a04b1cec427fb35aa2275aeb4196", + "input": "Sentence: 'A cop riding a dirt bike, in the middle of the city'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-46018dee858e4dc8b314b6e0f0d1334f", + "input": "Sentence: 'a man performs a trick on a skate board as people look on'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7b9e7bfdf451411fb678cbb7f636c518", + "input": "Sentence: 'A player is swinging the bat at a ball in a baseball game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33eae6313b024972ad99c0d8a4b01478", + "input": "Sentence: 'A man in a truck filled with bottled water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2f330d418f564e24849be3bd2cfaf6a2", + "input": "Sentence: 'A young man sits next to a small stuffed bear'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8d1d528ff35c4cdf95038852151e5a87", + "input": "Sentence: 'A lighted crown hangs above signage on a storefront'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e255241e278b485b860b3eefbab91653", + "input": "Sentence: 'A young man with a blue tie is playing with a boy while a man in the background looks on'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-76ca7e261b3646b4b192d1953abcf762", + "input": "Sentence: 'A street sign warns motorists of the speed limit'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0413adadf2094465991f0e108210101b", + "input": "Sentence: 'A boy flying a kite in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b354b2560176411ab25e1517b59518c3", + "input": "Sentence: 'A dog and a cat sitting side by side with their heads pressed together'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-dc1ddb6dd8544cc4a240b3cecf4fa9f4", + "input": "Sentence: 'The young boy is trying to practice his skateboarding moves'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ea2438f9e7b044b7b80ccd69cfb0cc42", + "input": "Sentence: 'An empty bathroom is shown with light cabinetry'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-504b3ced97d849c792eb8fcd0a17a3f7", + "input": "Sentence: 'there are several men sitting at a table together in front of flags'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-236482340acc47ab90fddb0e7e8c9738", + "input": "Sentence: 'Tennis player about to deliver backhand to ball during match'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ee28130069c34d39997d8ed98c9cc33d", + "input": "Sentence: 'A bowl of fruit containing several types of apples'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-524619629c0942b882e3d96e6c22d4f1", + "input": "Sentence: 'A young boy swinging a bat at a baseball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9ffe646ce2634d888e6b874718bc90eb", + "input": "Sentence: 'People skiing across the water with sails pulling them on a beautiful day'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-846f2c3c05594541a8551e00d61d0499", + "input": "Sentence: 'Pedestrians stand at a crosswalk waiting for the light to change'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b65e292cd3fe4288a1dfd49bb009acf2", + "input": "Sentence: 'two giraffes are standing in some tall dry grass and trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e60454d3a36c4f01b0215ec46b0761f0", + "input": "Sentence: 'A brown cow walks on a road with two motor bikes in the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-301f597832c94fab828e1f0010e4488c", + "input": "Sentence: 'A white toilet with its cover removed is pictured'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-54d2afbd42f0402d918e6b2363770572", + "input": "Sentence: 'A kid with a video game remote control in his hand while people sit around'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-3dc5410027a0476db5afe99de31e698c", + "input": "Sentence: 'A toddler in diapers reaches for an oven control'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7c2d97d4a96d41b39844df07af310044", + "input": "Sentence: 'There is a sign with a man in the center of a circle'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-54afe03de7154b27a0d38a3c6bc1cbcc", + "input": "Sentence: 'A baseball player holds a bat in the on deck circle'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9f89a8591a0f4c489ea2d75c1d5625b5", + "input": "Sentence: 'A group of old men sit on public benches'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-90e091621c2543c2b0579f31591af27e", + "input": "Sentence: 'a plate with some meat and beans on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c8f445e816564cf58a31a936c1dffca3", + "input": "Sentence: 'A boy riding in a canoe in a lake'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-418a046599874da8aabedf4fdb03cce8", + "input": "Sentence: 'an image of a train going down the railroad track'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33addfbc722246169d5aa95f0d4c0eae", + "input": "Sentence: 'A stack of hats sits next to a stuffed bear wearing pink and white striped mittens and a hat'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-68cba61c20494248bcd8ab7a25ee1307", + "input": "Sentence: 'A lime green kitchen with white tiled floor'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5289a5b1942a45dcb4ed518d81af9d2c", + "input": "Sentence: 'Small cluttered kitchen with stainless steel appliances and hardwood floors'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-cbf001e37f3d445faad30aed60d36c85", + "input": "Sentence: 'A large group of people sit at a long table for dinner'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-481d8054adf94bbb8cb9fa889b714d28", + "input": "Sentence: 'a baseball player in a black shirt is throwing a ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2488425ba0cb43ccac0cd7fddffc9d4b", + "input": "Sentence: 'You can still get tacos and burritos late at night from this truck'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a72b7f80ac6d4d96a5d86d21aef8c704", + "input": "Sentence: 'their is a chair in the room the room has yellow walls'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-df79d2ae0d654de3b97817c701cbd58a", + "input": "Sentence: 'a person riding a surf board on a body of water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-509891a18d6b4947aa88c08c19bf18e1", + "input": "Sentence: 'A view of a very modern kitchen. Its a 3d drawing'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3c58a45b84454df3bf6c0f95d36c31cc", + "input": "Sentence: 'A large blue airplane parked in a stationary position'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ce10d3b319db4368abb2a33fe9cd2c7f", + "input": "Sentence: 'A young girl is sitting atop a small horse'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4c5f0b883d6049be9bfabe75101f3edb", + "input": "Sentence: 'A fire hydrant near a concrete barricade with trash around it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3ab4d48a5fd044cc9061a9296c95d23d", + "input": "Sentence: 'Two black-and-white Springer Spaniel puppies sleeping in a dog bed with toys'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-22314db20f4e4fe585c38b063efb5cbc", + "input": "Sentence: 'People sitting near a colorful striped canvas tent'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-41f876921f69414181204911533d7799", + "input": "Sentence: 'A stone bear facing an unassuming cat outside a house'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7f89cfe045514135bf36840d9a38817d", + "input": "Sentence: 'A woman looking in the window of a brick store front'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7cc67a4bf047491ea5dac1508df0d937", + "input": "Sentence: 'a train on railroad tracks next to trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-249325630c234951a24c470c41eadfc8", + "input": "Sentence: 'People getting ready to board a light plane on an airstrip'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f1541290fb9d4e94bb4c44b14b6e3d3c", + "input": "Sentence: 'A baking tray with banana bread in it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b70b1bc3c71943eebb6fc0e280ad1365", + "input": "Sentence: 'there is a cat that has fallen asleep under a car'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-482f372832df4c0ebf3e5d13ca71f972", + "input": "Sentence: 'A bird stands next to a yellow and blue fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-845fd39297a647198144bf1e99ff7b87", + "input": "Sentence: 'four pink roses in a water filled dish bowl'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8de06b0c1e2e49cfad430aea7b173e85", + "input": "Sentence: 'The remains of a military truck and railway carriage'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-19767398bcf14791b7b85d7c99f18d38", + "input": "Sentence: 'Two dogs around a flower pot looking at something'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33ec73a6b8b64ff985f30e335fbee9af", + "input": "Sentence: 'Several White Castle hamburgers sitting in a bag'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-749478004b8a45be8f601d0c475bf5b5", + "input": "Sentence: 'a bowl of meat, vegetables and beans with a silver spoon with perforated holes in it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5ec22e577b06460d92842d5ab294433d", + "input": "Sentence: 'snowboarder holding his snowboard and posing in front of a snow-covered forest'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e92eb5ffdd184eafa04d912febb5265a", + "input": "Sentence: 'A man sitting at a table in front of a laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-77b376548ebe4918b9a05f400ad2d2b1", + "input": "Sentence: 'A table that has a laptop computer on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-342c9bc8cf2544189669dbc7ed016c2f", + "input": "Sentence: 'A herd of horses being taken across a river surrounded by mountains'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-49fb39a2f8f94a7484e8a55cd3927b67", + "input": "Sentence: 'A woman riding skis down a snow covered slope'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0623a522cd77415bb2c2c25bff52e7b7", + "input": "Sentence: 'People using laptop computers in an office setting'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-25c1fb375d3b4432a849eaf828946cd8", + "input": "Sentence: 'a woman and a man sit on the back of an elephant walking in some water'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f3d95d2ab2fd43809886d36a8f86f4ad", + "input": "Sentence: 'Different assortment of noodles and vegetables sitting in a pot and tray'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b869b57da91f4cc59124821542e51a70", + "input": "Sentence: 'A freshly baked pie with a browned crust'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6e08bed856f1473a9570da71aeee34b0", + "input": "Sentence: 'Little kid with a finger in his mouth and the other holding a piece of bread'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d0600484bb58405e95b5f96c85776a4c", + "input": "Sentence: 'A group of birds flying in the sky and sitting on a traffic light'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-15de213a5b3747b39d26e21790c5cc20", + "input": "Sentence: 'A fruit stand with carrots, avocados and bananas'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e48e2debdbfa41f7baf92d35289749e0", + "input": "Sentence: 'A man and children are riding on the back of an elephant'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-532f98a304c248caa45e2814c207af35", + "input": "Sentence: 'A toilet in a small bathroom with white and blue tile'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6a60cf2ecb5b4946b2c048697fdf972a", + "input": "Sentence: 'A male tennis player in mid air action on the court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-876b89f55d5b4c1aabf839785289a235", + "input": "Sentence: 'Three boats docked next to a shore in water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-990113d8ff9f4b5b86951deb0f6167d9", + "input": "Sentence: 'A truck painted in camouflage sitting parked on cement'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ed97f1afbcdc489286d967adcf322ad4", + "input": "Sentence: 'A cook is taking something out of an oven'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0ddb48cdefb74dfd8bf192d3702af982", + "input": "Sentence: 'A person holding their surfboard while waves approach the shore'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-998d23812b884ee09271c2e1a7470826", + "input": "Sentence: 'A cola advertisement at the intersection of two streets'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-153ce400ee214c8bad0878f95e2599c1", + "input": "Sentence: 'A dog carrying a Frisbee at a dog competition'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-865786de512743d7a51d4cc6943a81da", + "input": "Sentence: 'A row full of parked luggage sitting on the side of a train'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-568a5a37547f465fa0d3442ef4284821", + "input": "Sentence: 'Group of giraffes standing next to cut up tree in grassy field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c5122753afef49e1aea8f697ca6367d9", + "input": "Sentence: 'A blue and white fire hydrant on a lawn'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d930fdf0c3454287af2d641eb76cc6f2", + "input": "Sentence: 'A vintage truck is parked at an outdoor event'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-88ddeb506dfc43cebce1af1e95be722b", + "input": "Sentence: 'A woman brushing her hair with a brush and seated in front of a mirror'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7e1235aa842844bd81ed8d9210962555", + "input": "Sentence: 'A red plate topped with a cut in half sandwich'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-62a8b91609ff407e82a5e89b11faa380", + "input": "Sentence: 'There is a fire truck pulling in to traffic'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-116ccbfc7d7a4aac955b85bd6e982242", + "input": "Sentence: 'a sign altered so it says stop all war'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ac4edb1d916b4b70a263569a65d1aa0a", + "input": "Sentence: 'A group of three giraffe standing next to each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4cd1fb421cb84ae0bb5e1f7894128680", + "input": "Sentence: 'A close up shot of scissors and tape'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-178fa50868674314b9d5683f1a0452fd", + "input": "Sentence: 'A small bird sitting on a tree branch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-befdf5f75aec45e3a41bbf33789cfce3", + "input": "Sentence: 'A pizza with meat and cheese sitting by a beer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-be3063d4d8834808bfd7d95ad77b726a", + "input": "Sentence: 'a doughnut factory is making many doughnuts inside'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-526252ecd3d04bcabc8a7969125a8d7a", + "input": "Sentence: 'a man sprays down a big elephant with a water hose'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eb2a3c47bff54fe288a3fef20f91cb18", + "input": "Sentence: 'A woman is talking on a bathroom phone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8035c44e8108434b8fbc0953a75bece7", + "input": "Sentence: 'A white airplane drops its landing gear preparing to land'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4e822cf9a60e44d7941d7facee450f8a", + "input": "Sentence: 'an elephant standing on its hind legs smiling'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a56ff0f60099483ab11c4d3dc04118ec", + "input": "Sentence: 'people standing walking down a street while holding onto colorful umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-54c245801e2e40ec805d06d07c1fa782", + "input": "Sentence: 'A group of men holding Nintendo Wii game controllers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f26478c5f2c54b51aa92d659d2300505", + "input": "Sentence: 'These bowls and vases are stacked neatly on these shelves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6d6043c40f054207a8b3a7f7b8625852", + "input": "Sentence: 'A clock tower that acts as a canopy for a little bit'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8453ddaea5a44493b483d136553c01a0", + "input": "Sentence: 'A very large elephant in a big grassy field'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3267ce539648479ba89fc5adce204aa3", + "input": "Sentence: 'A bunch of people sitting on tiny motorcycles in an arcade'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0464fa7ba1e74e9fa67c567b956ee523", + "input": "Sentence: 'An ipod plugged into a dock inside of a kitchen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0a90f8bab022453cb2a44b740f4750e1", + "input": "Sentence: 'White painted fire hydrant on sidewalk near small brush'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f3974a409b0849a5a38a2fec4647c67b", + "input": "Sentence: 'A picture of a black cat sitting on a young man'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-49488ee617f94139b3945b7a1a1cb27b", + "input": "Sentence: 'A woman holds a horse by its bridle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0894876fbb6440a5a146ef790fb18ed6", + "input": "Sentence: 'A couple of kids playing a video game'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-045d2cd7366f46a18ecbb1a10778b06a", + "input": "Sentence: 'A woman that has a cat on her lap'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f595d5ee3d3b4371ba37e4a169e4d343", + "input": "Sentence: 'A yellow fire hydrant with a blue top is standing in the grass'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f1178e8a39944be7bae6ca367fe5884c", + "input": "Sentence: 'A beer truck is parked on the street outside a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9552da73c0944c9fa906b2b25befb7b8", + "input": "Sentence: 'Looking up at the \"Chicago Board Of Trade\" building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a986a7b419ab41788a2ec706ae9b2ddc", + "input": "Sentence: 'Two young people on ski mountain looking unenthused about the sport'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-02d4edfded784a149e18c4b00bad9da3", + "input": "Sentence: 'A couple of small birds next to each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d647c4474aae46df9a6109aeffc53807", + "input": "Sentence: 'A man shows a kid how to cut something on a boat'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-94c402a20a8542e69b9f91fb2daa34e1", + "input": "Sentence: 'Many bicyclists wearing helmets race down the street'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cac78ce25dc04030ab3fdef418798498", + "input": "Sentence: 'Two cats touching each other face to face'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1fe50db8d3d44807b1f26339985d06ee", + "input": "Sentence: 'A group of children riding skis on a slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a92fae27127d486dbf8be2e6bdeabdc3", + "input": "Sentence: 'A pepperoni and sausage pizza in a pan on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fee6c0e3645d4ee99b9d2484ece1850c", + "input": "Sentence: 'A woman in a kitchen taking doughnuts out of a fryer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f5530c7ef7b541908c48aef236e0d5f1", + "input": "Sentence: 'Prepared sandwiches sit in a freezer awaiting sale'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a79eb67dafbd4318980e54dda35724ac", + "input": "Sentence: 'A frumpled bed sits in between two blue covered nightstands'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a935c85f09b046f99c9a2a01d2af9ceb", + "input": "Sentence: 'An old photograph of to people walking down a train platform'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-20c516bb6ea7402b8fefd49539eb3f82", + "input": "Sentence: 'Skiers pause for a photo before hitting the slopes'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bd4f9b2af12a4007961a2332f0ec8a07", + "input": "Sentence: 'Two men are cutting into a cake with icing'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-711954fc25a443a79fab903d8e2b34fa", + "input": "Sentence: 'A living room with a black cat on top of a hard wood floor'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-10ebcfcf2a3f482183363b3373167132", + "input": "Sentence: 'Some small boys with hats are in a garden'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d90c697eb4f14df598dbbea156d67b75", + "input": "Sentence: 'Several sheep are grazing in a grassy field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e053a146245e4a9095cfe6548156a3f6", + "input": "Sentence: 'a stop sign is outside near some trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0431ffe0b74f4b46aba640ea53dd9df8", + "input": "Sentence: 'Two adult giraffe walking in tall grass near a mountain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4d844c81f42d405c99778c0293e605dc", + "input": "Sentence: 'A train riding through a city neighborhood'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5966906cbdfd4648a778c953da4505c6", + "input": "Sentence: 'A green bus is traveling along a country road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6c591552cb9148e69edbd708cbbfe642", + "input": "Sentence: 'A surfer on his surfboard in the ocean waves'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b5c47510d4e14cc2a6a76d214c21b64b", + "input": "Sentence: 'Cutting board on table with chopped vegetables and jar of dressing'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3c6f111d500d4ec0b5bda29585153a64", + "input": "Sentence: 'A piece of chocolate cake on top of a white plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a263d1a01891403fb14cf22b881fb1c1", + "input": "Sentence: 'Two giraffes sitting behind a fenced in area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f9ad634e1b3f4ff6a2f3154cfb759442", + "input": "Sentence: 'A black and white photo of woods with the exception of a colorful umbrella in the middle'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0af1d00dd63f4672960f9520ca6f9a42", + "input": "Sentence: 'A red train on a group of tracks beneath a blue bridge'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-257cd7c9be35440bb98f651dc7a6e877", + "input": "Sentence: 'The hotel room is decorated with soft gold and deep rose tones'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-df9ee1137c2b46549a51d170ca08d759", + "input": "Sentence: 'a passenger sorting through luggage on an airport runway'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b8a532cc2ef1445f8cd950d8c2d9ee01", + "input": "Sentence: 'A distorted image of a white kitchen with an old fashioned refrigerator'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-39593574a3a24c89b6cb06786c2a3597", + "input": "Sentence: 'A woman biting into a bread bun while wearing a necklace'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e50b9d93dbce4ad6b16b5a06db1c70d5", + "input": "Sentence: 'A bed in a bedroom with a heart shaped box on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5f03c5466aab405198244343ae6468bd", + "input": "Sentence: 'There is a person with a kite on the snowing mountains'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e5b00090e2d24216aac5ad7227d1fbdd", + "input": "Sentence: 'A man in a cowboy hat is milking a black cow'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a6eea79ee47e48cd86ab4a923e863ea7", + "input": "Sentence: 'a kid smiling nest to a cake on the counter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6b9bc3fb16bf408995d5924402c31245", + "input": "Sentence: 'Man on skate board riding a stair rail up'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-51fb57b9fe0244dbafc8308d6b20947d", + "input": "Sentence: 'A fast train crossing over a small bridge'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-66a7a02b1fc94bb294dba5ca4b0953d4", + "input": "Sentence: 'A cake with a train on a track and a ground made of cookies'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cefe585715154721bc4e6b57ca52741e", + "input": "Sentence: 'A guy in a hat and scarf cooking on a grill'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-42b411ad0e0348f2ada53333fabf4f78", + "input": "Sentence: 'Several members of a baseball team standing around'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-12499c0e06a44ceca523afa686456147", + "input": "Sentence: 'Two men sitting on a couch with their neck ties tied together'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-22962c0789ba4475b64dbcf937fe7236", + "input": "Sentence: 'Three stuffed animals sitting in a window showcase'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f3d9cb40acd541d68508ed0d073a7757", + "input": "Sentence: 'a train on a track near a platform'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5cb73f3a0f6b4991915b7055dc9d2e68", + "input": "Sentence: 'A room has no furniture but one bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a5ec9ff05bac41efaa1183dc033f874c", + "input": "Sentence: 'A picture of a young boy standing on a snowboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-991984fa39474b7d85e6ff6334561261", + "input": "Sentence: 'A woman with a plate full of cupcakes'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6e977dbabe6141f9b86d16a9c4186a88", + "input": "Sentence: 'A close up view of a zebra is shown in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a0c4e298e5e34825a7cf390cb3c78660", + "input": "Sentence: 'a piece of pizza on a plate next to a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-99fedacca6864b37a0913162ac0ce90a", + "input": "Sentence: 'black of white photo of a bus with doors'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4a93336199454ab7a8257e51e3177fbb", + "input": "Sentence: 'A bunch of cell phones attached to wires'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a2ab3799dd4c45b4b4621659961638e6", + "input": "Sentence: 'A bowl of bright oranges are overflowing onto a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9f3a7a845755448184559281ce6e6f51", + "input": "Sentence: 'Some people checking out some very pretty chairs made with skate boards'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ca833f23c34749bda1771954fafba266", + "input": "Sentence: 'Two zebras are both eating grass at the same time'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-159c30a1bee04ac684840ea5f56d80b5", + "input": "Sentence: 'Uniformed players at the home plate of a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ebb6907a04ea41ff913b6f00610145d5", + "input": "Sentence: 'A table is shown with cakes on top of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-70354af7e2e04570bd471ad4d1abbfac", + "input": "Sentence: 'A number of young people gathered on a brick surface'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-35e0e5d1e92d4e5d888a50fbf17c7be9", + "input": "Sentence: 'A bird is sitting idly near some flowers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-10225e65c0d34795928912c8c994efc0", + "input": "Sentence: 'Young people are at a table drinking wine and reading'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d127304688ca473b8352a1ba7e29c73f", + "input": "Sentence: 'A very tall man walks toward a young boy on the tennis court'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8fbf71feffb841ba9883e3e99bb876c2", + "input": "Sentence: 'A man siting on a bench holding a pizza'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-70ae03eebfe94e94b0c6ede243a13cb8", + "input": "Sentence: 'A long street with an orange road word ahead sign'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b3a6d0b22c5245a9a9b53d9efc5e5dc4", + "input": "Sentence: 'There is food on the plate on the table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-70a74415c349443b804ff07dc4fa7573", + "input": "Sentence: 'A man in the park throwing a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4d8ecbc05cb2455c9f7381e161a1772d", + "input": "Sentence: 'People are looking at tables full of stuff'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b5b4a1dcf0de4aff841ca91a84769ade", + "input": "Sentence: 'Horse running in the green in a polo match'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0e4b0d5a23974a7397ad984099e30ad5", + "input": "Sentence: 'The long bus is parked in front of the building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-155f95b60f8741a79d866d5770f56085", + "input": "Sentence: 'A wooden computer desk topped with a laptop and desktop computer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b96fc95f57eb43d2a1a5e2ac9b7124c0", + "input": "Sentence: 'Closeup of a silver and black GPS device'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cc19e21e321140be9055f42295608bb5", + "input": "Sentence: 'Mascot with special guests throwing baseballs into the crowd'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-649ec1734081472ba2c9a3caed004182", + "input": "Sentence: 'A yellow vehicle in front of another near a brick building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-13e5943b35544529b9e2cc79a85b533b", + "input": "Sentence: 'A large group of people with umbrellas in the grass'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-89d1bd5fc8514cc6bd132f76adfca009", + "input": "Sentence: 'an image of a train going down the railroad track'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-88bed81ed3fc47aabd87563069c17927", + "input": "Sentence: 'A shirtless man in a leather jacket eating a sandwich'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1a000406c7094cd08d9bc88c48e1685e", + "input": "Sentence: 'Man on a board over water being pulled by a parasail'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0f9a9ba5dc294deaad29abd9d472f3ab", + "input": "Sentence: 'A man sits at a desk before an open laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6eb2097fc7744bec8db8152f350737df", + "input": "Sentence: 'Two women are snacking and drinking beers at a pub'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9b4419c330344b869f14275750a4eae6", + "input": "Sentence: 'A child playing with a frisbee while sitting on grass'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7f843f03053848fca5da24564b0e9e69", + "input": "Sentence: 'A young lady lays on her bed enjoying her small laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3fcad7aa525046f695a8e58ac679a86a", + "input": "Sentence: 'Three people are riding on top of the elephant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9485cfa77b7c4cb6b2091f2fd91326fb", + "input": "Sentence: 'A man on a card hitting a ball as a baseball player'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-06bef533868a4e93bd21b66d8875290a", + "input": "Sentence: 'Three black cats laying or sitting on the floor'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-63d52c2b4577422593ce1bc765355cf9", + "input": "Sentence: 'A jet, painted with camouflage, flying through the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-400246730b98459dad3391417e5083f2", + "input": "Sentence: 'colored umbrellas and lights and people at night'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1a4479a241d843d9abef4ff0496f96f2", + "input": "Sentence: 'A Passenger Train inside a station containing shops'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b5e759f825ba4281988b83148659fa7c", + "input": "Sentence: 'A cutting board topped with broccoli and onions on top of a cutting board'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-42c1a61ac0f742f3a8ed9635a97719e9", + "input": "Sentence: 'A street sign on the side of the road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e04bb48ff9364b89bb926e0f3022ab94", + "input": "Sentence: 'A bike with tanks on it sitting next to cars'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a48297bf83a942388d7884ea6733d0e3", + "input": "Sentence: 'a small girl in a white shirt sitting on a elephant statue'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fac800cebda549368814d47a1586ec17", + "input": "Sentence: 'A brown horse sticking its head out of a red and white barn door'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-64ae1ff7f69d4724aba9d577f01e26e6", + "input": "Sentence: 'A truck driving down a road with a group of people behind it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8204a3d7e5ee414580787b6e853abc80", + "input": "Sentence: 'A brace of ducks and a bevy of swans swim across a lake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4dda97e3f1d84997836ce68865f49bc0", + "input": "Sentence: 'A brown dog on a leash sitting on top of a wooden bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eaeb23ba18de481199b943e2f70d9b1a", + "input": "Sentence: 'A giraffe standing next to a tree with blue sky in the background'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5c6bbd95e47e4c1e8df37f0261ceba30", + "input": "Sentence: 'A black horse that is tied up eating grass'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a9488e983a39402eb67484a7e5b59c0a", + "input": "Sentence: 'A train depot with one train in the fog'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-94b4e218bdda469681673b7aa4d9301d", + "input": "Sentence: 'there is a yellow beetle car passing a man on a bike'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-49e2af3cce0e4fd2bf62d806253fe22d", + "input": "Sentence: 'A fire hydrant painted yellow on a street curb'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fc2c52c68363473c989f5eec31f3d772", + "input": "Sentence: 'A person holding a phone up to their face while sitting in a car'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d496a049862d43bf8d2e076ed35c72bc", + "input": "Sentence: 'A stone building with many arched windows and a large clock'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ee813c65f44045d8ba5b725915922ce8", + "input": "Sentence: 'Someone seating a donut from a piece of wax paper'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fd22c2610cc54c0e9adaf38437ddf364", + "input": "Sentence: 'Raw burgers, bacon, and cheese sit with doughnuts on a tiled counter'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-048ed6953598428ab0a75fba0e250890", + "input": "Sentence: 'A man flips his skateboard next to a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b2e368c66a5e4c74b3d78d88fd0cb81a", + "input": "Sentence: 'A man with a baby holding a carrot'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c058da0cfe83440ba57118206c287697", + "input": "Sentence: 'Looking out a bathroom window to a view of the city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b3d5e382f3b948f281e9bd80101822fd", + "input": "Sentence: 'two plates with a chicken meal and vegetables'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fa0f138272274d0dab5239f030618723", + "input": "Sentence: 'The white clock in front of the tree reads 1:33'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-87f2793eda2f4213bebe92fd020a74ec", + "input": "Sentence: 'A man parasailing with a bright red, orange, and yellow sail on the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a6f81a792e2d43228de7eefbcf52512c", + "input": "Sentence: 'a plate with pasta and meat mixed together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-78394b7451c740bba7e06bb834c6d456", + "input": "Sentence: 'People go para gliding in the water near the beach'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-77ec57ed297e49608ba3611bfbfff1be", + "input": "Sentence: 'Two bears face forward, one standing on two legs while the other walks on four'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7eca672d01134e009efdb231f92064a3", + "input": "Sentence: 'A bus sitting on the street next to a car'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-386df10b97ac420bb27028a00db97622", + "input": "Sentence: 'A young kid looking inside a cartoon like refirgerator'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c89921fe45cf424e93a424e9325a56be", + "input": "Sentence: 'A black and white photo of a young classroom'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-701518dc6ce543e59b166575c2e86df6", + "input": "Sentence: 'tree people standing in a room while looking at something'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4e3f49282fdf4237a87dd43b6c3ddfb6", + "input": "Sentence: 'girl's soccer game showing competing girls in foreground with ball in mid air'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a7675ca8d36e4233b45a3374f5870066", + "input": "Sentence: 'Black couches surround a TV in an open room'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fc0c2b466d3d410282590f3a9982a806", + "input": "Sentence: 'a plate with some cut up broccoli in it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e38fc61727d74ef487f01dbd2a75e78c", + "input": "Sentence: 'A small dog laying on a bag on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0e4cfd0abfcf4d36956c5c7d58c7f23d", + "input": "Sentence: 'Several giraffes manage to hide the crevasse between two buildings'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9229acd7f9174f8fa8848292f22f543b", + "input": "Sentence: 'A player is swinging the bat at a ball in a baseball game'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0f979f74d51f44f1a5183bf85ac46692", + "input": "Sentence: 'A person holding an umbrella in front of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-00303f85eaaf479faf12bc2407ba6bc5", + "input": "Sentence: 'Many tables with umbrellas overhead on a park near ocean'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f7d9c6c6c6f24c678019b79495cb47be", + "input": "Sentence: 'A man sitting next to a woman at a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-16479838518344e6b30a55236a218468", + "input": "Sentence: 'a yellow and black bus and some buildings'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1399a53fc33943d2ae6244c2b91487fd", + "input": "Sentence: 'a fire hydrant in front of a building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d46723f0c2444cb3bb159152481dc34b", + "input": "Sentence: 'The crowd behind the fence watches the woman playing tennis'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2726b43b10754ea880436cf1a017723d", + "input": "Sentence: 'The angle view of tower with a clock'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9a06583bcb2346e9b763b05c2ee43d5f", + "input": "Sentence: 'A tall giraffe standing up against a fence'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bedbc09298984bdb9ec207480948e622", + "input": "Sentence: 'an empty parking next to a stone wall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-04884148bea44d80a42f35b65c9cf1d4", + "input": "Sentence: 'A guy throws a frisbee in a grassy field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-64d85fda242842f9ae266b244a5a79b5", + "input": "Sentence: 'a big elephant walks with some zebras'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-82dee421ae0a499eae2256e84d1de6a8", + "input": "Sentence: 'Man sitting down in public typing on his cellphone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e2feeefc30924917b9874d2dad5d53cf", + "input": "Sentence: 'An officer is sitting still on a horse'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a2bd2927ce784805823d2f26c8fe3d61", + "input": "Sentence: 'A couple of people and a dog in the water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9882ca9940a34fd791290022999c7b08", + "input": "Sentence: 'a big white airplane that is on a runway'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f86b7e6837184e6b9bf1cfba6183f778", + "input": "Sentence: 'A person on a orange motorbike is on a track'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b46bfd6f84f44d29868024c305719a26", + "input": "Sentence: 'Artificial lowers line the dashboard of a car in a busy area'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c72bc2546c1d41bcb16940f093170275", + "input": "Sentence: 'The woman holding an umbrella is walking towards a doorway'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f1ba0db4eeae49049dff24ec0008f49d", + "input": "Sentence: 'Steeple with clock behind green trees and bushes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3eb66b31f64f4b2892879807c30a91e4", + "input": "Sentence: 'A cat sitting on a dresser next to a house clock'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9f17437b96d14b3ab4477816957d5b4c", + "input": "Sentence: 'A bowl of cereal with bananas in it is next to a can of soda'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-595c37d812e54f4cb1d9210ceee858cb", + "input": "Sentence: 'A woman with a plate full of cupcakes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ee88b8214194408ba20048a1203a7703", + "input": "Sentence: 'A cat standing up on the side of a white toilet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-884188b5da1a459cbe81eaa5a637c99e", + "input": "Sentence: 'A surfer getting up on his board in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-22e72e62d2e64035a84450d2b974182c", + "input": "Sentence: 'a stop sign with some words beneath it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5ef093fb6ee54cff960f5a3ac3b172dc", + "input": "Sentence: 'A black knife that has been set next to a keyboard'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bacbdca6c8d5471e948b64dee970a77f", + "input": "Sentence: 'A sign is shown that reads Fashion District'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-077d4b80778e4dbb8a39fe64bcfe4bd7", + "input": "Sentence: 'A blue bird soaring in the sky over the ground'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5a11d284d7b34522b294b495c574d648", + "input": "Sentence: 'A man with an orange shirt hurls a frisbee in front of him'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cebd356cab9d44a182289344c126f8bb", + "input": "Sentence: 'a young skateboarder jumping a ramp in a half pipe'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5e768cbebd824c7896ca5648c39befde", + "input": "Sentence: 'A blurry photo of a boy riding his bike through the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b4949850510e4937bcbcb99a3af5419b", + "input": "Sentence: 'This is a very clean bathroom with a tub in the center'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-95ff70cae33648e1a439c41ae72603a4", + "input": "Sentence: 'A German shepherd laying in front of a door'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1a771a6586774093a2706fa38b59c4ef", + "input": "Sentence: 'An airplane flying through the sky pouring out lots of smoke'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9da0b23f950c4467bd061898f71c222e", + "input": "Sentence: 'A giraffe standing in a dry grass field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-957a4807ea114fbd979c880103d1a511", + "input": "Sentence: 'A tray filled with a plate of food and cups of coffee and orange juice'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-07dddb5ca4c94457a600423869f6c32c", + "input": "Sentence: 'A man that is sitting on a horse in the sand'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d83cc9be9dcb4ff1ae76435be4091f69", + "input": "Sentence: 'A man is preparing to throw a Frisbee as he stands in a park'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-922e090b2b7e422697ea21183b688313", + "input": "Sentence: 'some green plastic baskets with broccoli on a red table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-06a307d702bd40ee9a780c0fc9ea5f97", + "input": "Sentence: 'A person on a snowboard in the air doing a trick'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-733a8eae32334c41ba2e4bbd7643d836", + "input": "Sentence: 'A young man in an ad for Polo, wearing a Polo shirt, vest and yellow tie'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-45a9857cd15d46f6bdd915ab776566c3", + "input": "Sentence: 'Two men in wet suits with surfboards on the beach'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-47fa77d3e7d84a53add7d1b98c2a8ee7", + "input": "Sentence: 'some baseball players are playing baseball on a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-06380f7ea3604be092ca97309af1cc53", + "input": "Sentence: 'Two shots of a woman swinging at a tennis ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8f557405ab67448081c0226c34149be4", + "input": "Sentence: 'Chinese stir fry with noodles on white plate'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d04f985300fc45be88d0fc33fbb4439e", + "input": "Sentence: 'a bunch of baseball players on a baseball field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-59f45486be0f4b11a697c70cf6b2e08c", + "input": "Sentence: 'A display in a restaurant filled with lots of fresh produce'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dcd7a018a444403d9f0a2944f075f912", + "input": "Sentence: 'A white toilet in a very small bathroom'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0e0b5d28f5244229ad305c58f69b7cf6", + "input": "Sentence: 'A cat sitting on the arm of a chair watching a television that is turned off'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f08c040765714166bbf754adf5165e12", + "input": "Sentence: 'A man jumping up into the air next to a red fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b26c593b20854236b4b5953f6b21b341", + "input": "Sentence: 'A duck that has just gotten out of a pond'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-80452ae74cdb4d1390fa4ee68861f05a", + "input": "Sentence: 'A man riding a skateboard on a walkway surrounded by people'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0a5e360b1781481fb8b748e79bb3f88a", + "input": "Sentence: 'A various amount of pastries sit on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4dfb05e8af14463a96bb6250c3abb5dc", + "input": "Sentence: 'A modest wooden bench looks out on a spectacular vista of mountains and cliffs'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-db505346887649b5b627f61c64c3d34a", + "input": "Sentence: 'A woman is catching a frisbee in the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cc4d25091df84038ad63324592a0782e", + "input": "Sentence: 'A man riding a white horse on a sandy beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-effad444375640eb86f65af16f03166b", + "input": "Sentence: 'A toy fish and some bananas in a bowl'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d3bf87e785914ffdb53d19d0051469c1", + "input": "Sentence: 'Giraffe walking through an area with very little vegetation'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2c1317c9a5bb47818e04ad3074fc5108", + "input": "Sentence: 'A man holds a hotdog near a cross walk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d2cab82a38f54cb5b8a519a1669d8493", + "input": "Sentence: 'A luggage cart by an airport luggage carousel'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-b41cdb75964c49228c84e578bb9396d4", + "input": "Sentence: 'A view of a very modern kitchen. Its a 3d drawing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-002d5ba431b540d68546e903b8f387ec", + "input": "Sentence: 'Two small birds are resting on a tree branch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5f89a505831748ebb07bedd36fa2376e", + "input": "Sentence: 'Is that a piece of cake dumped onto the pizza'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b29ddecca19a426e888d48c2221f18f3", + "input": "Sentence: 'A wooden wardrobe sitting next to a black trunk'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0dc493ff7e0d429bb3577112be8febb4", + "input": "Sentence: 'A public restroom has a stall and a urinal'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d6b1e5fc966b468f8a106fd235fe23fa", + "input": "Sentence: 'A black and white photo of blurry images suggesting movement'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-651078a1552b4e489e71d63126d0a6f2", + "input": "Sentence: 'a cat sitting on a desk with keyboard and a computer mouse'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-84c8f244c0644ddf9b5cbfa44e3b876a", + "input": "Sentence: 'a man with two poles skying on snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-780e7b4aeb3d4ef6af445de587b3d3b6", + "input": "Sentence: 'a table with many different food items and a cake'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5fb5f7e11f22438fb854e16336db84ed", + "input": "Sentence: 'A young teenager in glasses smiles while brushing her teeth'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e7ba3d20918d42d08d00fda35929fba5", + "input": "Sentence: 'Many umbrellas are for sale at a market stall'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f21017b8548347dfb4f2e18241057096", + "input": "Sentence: 'a man stands on he beach with a surf board'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1db11ba1502d414ab40ae0f0a3cae5ee", + "input": "Sentence: 'Two zebras are eating grass under an umbrella'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-344b42b57cbc468abbaeddb5124cd625", + "input": "Sentence: 'a male tennis player is playing on the court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cb6514bf7dbc4b48bf17ddca34114392", + "input": "Sentence: 'An empty train viewed from the station platform'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ac4e897b6a341d68a7e055489467cb1", + "input": "Sentence: 'A couple of people standing on top of a snow covered slope'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f4b31c98226a45e18b1525634153e4da", + "input": "Sentence: 'Hot dogs with condiments, french fries, and sodas'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c15e635f895041a3aae8d7c8a9b0a64d", + "input": "Sentence: 'someone cooking a meal with clams on the stove'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c735629ba4c14336baffd31a160ffef9", + "input": "Sentence: 'A barge floating down a river towards a city'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-510267ee4b3f4890b8a86f11aa05551b", + "input": "Sentence: 'A lady is smiling for the camera in front of a sheep'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-231155f1e70244e280c2d823faa34db7", + "input": "Sentence: 'The actions of baseball players take place in a game'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-939cbb22b60f411ea945f6a38afb106e", + "input": "Sentence: 'A square pizza sits on a pan next to a monkey plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6f5e10a0a08545d4b6811a924618e2d0", + "input": "Sentence: 'a tennis player swing a racket at a ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33467067d95b4a0d8c464b83ca3918a9", + "input": "Sentence: 'A motorcycle laying down on its side in the mud'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0b391f7d309b4e20afa3c6237862684a", + "input": "Sentence: 'A small boat that is pulling a larger boat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6002811b4eab415aa40c5b4531039292", + "input": "Sentence: 'A small yellow and brown bird standing in front of a mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d5e33fc8fc154a3293e83ec35dab6939", + "input": "Sentence: 'Four small broccoli plants in a brown planter'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fd27af023c7a4e04a1e21cf8996b6d21", + "input": "Sentence: 'A girl galling off a skateboard on the cement'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-de536e7341e342269b3025d8d2e2e516", + "input": "Sentence: 'A person is standing outside holding a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4fb23c1380374b2e8eed2cc259ac1332", + "input": "Sentence: 'A man sitting in front of a laptop computer in a room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-27153a5db5c84502aa1f5a980d626bb5", + "input": "Sentence: 'A man and four boys posing on a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-38c42ea7a15f4531996bf17ea8207bcd", + "input": "Sentence: 'acouple of people are sitting near some bags'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cd8568439b8c41978826e80ce619b7ce", + "input": "Sentence: 'A lean, gray racehorse being led to a track'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4d7e7c8bf8ec4eba94324afbbc8a5da2", + "input": "Sentence: 'In a men's bathroom, there are photos of men over the urinals'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-70a61e7bf5a24fb39c7dadf505468267", + "input": "Sentence: 'A double decker bus with the upper deck open moving down the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3def88dcf0b1499b968a9c6e3442e218", + "input": "Sentence: 'The baggage handlers are loading luggage from a conveyor belt'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0523dca67ed64448817c7d6e8e9f65bc", + "input": "Sentence: 'A view of a bear in some water, from across the river'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-56b6cd3a1a1a48bab78b6da9dd3fc05c", + "input": "Sentence: 'A kitty with a human, channel changer and juice can'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d59160cd0a76471d8f3cd20b5b78b49a", + "input": "Sentence: 'A baseball player is getting ready to hit a ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d242016414094dd38e21ff37bd28acc4", + "input": "Sentence: 'a lot of people walking down the sidewalk next to a busy road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c4ef4d46971549c6a38aa294657699e3", + "input": "Sentence: 'Two men are feeding a giraffe in a stall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5f6ac036bed847aca0446a06ce0eb1f0", + "input": "Sentence: 'A log house shows plates, a table, and dishes on display'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-d30d7c636c40494f830574c47f8652ac", + "input": "Sentence: 'Small pieces of broccoli sit on white rice'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1e13215b17534d269faaf2d3e53f6518", + "input": "Sentence: 'a flock of birds flying outside at sunset'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-547f318ee5bd46eda37bf0bbd65fe1bf", + "input": "Sentence: 'Cell phone in the dark, displaying an image'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1ba29eccf9c342c0a9275573401a2cee", + "input": "Sentence: 'A photot studio set up to do a photo shoot of wineglasses and umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-169f977b549e4903b7bba432978cdf18", + "input": "Sentence: 'A single engine prop plane flying with a person on top'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3ec87d050e9c440784e5793348292754", + "input": "Sentence: 'A city street filled with two large red double decker buses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d8ad5cb8f123437b841232dce8e1c5f7", + "input": "Sentence: 'a white horse is gazing across the field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e240c26d07af4d6abbb24c692e59b124", + "input": "Sentence: 'Several zebras and other animals grazing in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4e820e25b01740faa4a04f9fb84a9493", + "input": "Sentence: 'A couple of people sitting on top of a wooden bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-42d33c8701c644d8a833884d255687d0", + "input": "Sentence: 'A small airplane taking off from an airport runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-11b2cb5b2dc14a3091a8e26281445a49", + "input": "Sentence: 'A girl is on skis while a dog stands behind her'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2f79ce2c7c5b4d0899792cef9cd88117", + "input": "Sentence: 'Large group of fruit with slices of fruit in front'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d2f9b947ec3e4978b40b25561e5cbfaf", + "input": "Sentence: 'A couple of small birds next to each other'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-eda0532e58604015b1db19c86c3e81c8", + "input": "Sentence: 'A white tiled bathroom without a shower curtain'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ce6ec09d80da4f91895de8b1e54d8443", + "input": "Sentence: 'Several guys playing the Wii and holding the controllers'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-91ad6b614d4a4021b83c7400d6d3326e", + "input": "Sentence: 'a few men play drums in a big celebration'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-03dcb05d52ba4cc595f4911037d4f17c", + "input": "Sentence: 'A motor bike is shown on top of the pavement'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d57ef4142c16435b8bd7daa1a8348e43", + "input": "Sentence: 'Big Ben in London on a gray, cloudy day'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ebe9f2c32e844f8fb838322381ce4546", + "input": "Sentence: 'A street corner of a city with a road sign'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d9d49c28f71a4e598d087108867c618d", + "input": "Sentence: 'a toilet with a raised seats and controls on a side arm'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-25a846ea959d466d80848314fe9af410", + "input": "Sentence: 'Busy four lane highway with a bunch of cars'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f6427b3e45114986ac66cdd3e364cf3c", + "input": "Sentence: 'a bathroom that has some soap bottles on a sink'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d395cc071af54d07b1348d54b33b170c", + "input": "Sentence: 'A man standing in the sun holding a kite'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-da9b5d949e78435caedb66d8d999a630", + "input": "Sentence: 'The box has apples, oranges, pears, mangos, and a bag of carrot sticks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7d1417c9d48741b7aa4cf2e6d6d4ca2f", + "input": "Sentence: 'this is people playing a sport in the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c7d44cdebb774b3bb1a18ea5d11868b4", + "input": "Sentence: 'An old western town with people and horses'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-33a7e717f21748c8a2255e3df281ca71", + "input": "Sentence: 'A cat is sitting in the driver's seat while staring at the pedals'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2cc2b15b55fb47a8ac26e647f3c17e2e", + "input": "Sentence: 'People watching an elephant painting a picture of a plant'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8d65a01f068b4688af9233647e9b8637", + "input": "Sentence: 'some people checking out the trunk of an elephant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ac8b920c0a6d49b1b36aad79a9671c92", + "input": "Sentence: 'A person in blue shoes standing in front of a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-04fb76a2707341a59df0637207cf87e9", + "input": "Sentence: 'there are two motor cycles that are parked in the dirt'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6d9d6eb248d0492688188a953113a9b6", + "input": "Sentence: 'A bunch of bananas are hanging on the vine'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b361264b698b48c69fc51d53e9131a74", + "input": "Sentence: 'A bathroom inside of a house in a well lighted room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6e0573145c824efbacb1002bf4e58bcd", + "input": "Sentence: 'A power tool sitting next to a computer keyboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-47784b8da5834f1896bbc6789daff4a4", + "input": "Sentence: 'Two brown cats laying on top of green pillows on a bed'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0023b432c025497eb2c86c57e0dae47c", + "input": "Sentence: 'Three people smile as they pose in skis and poles'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fdc2d3e8c8bc4b6f8062cb5ee0a76657", + "input": "Sentence: 'A black and white photo of woods with the exception of a colorful umbrella in the middle'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cef686c3e1dc4e4dbe02a7b644ab1bbd", + "input": "Sentence: 'a brown bear sitting down and looking into the water'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-842f7d046cee4871847384bc25d6d05a", + "input": "Sentence: 'People are boarding and departing a train at a station'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b001674a905244fba52eda3e54570e76", + "input": "Sentence: 'A group of people march across a field with a red flag'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4287e26bde404390a7a607b72f0a9690", + "input": "Sentence: 'A dog poking its head of the car window is seen in the side mirror'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-aaa61e10094042dab4f2cdb243f10bd8", + "input": "Sentence: 'A girl smiling while in a hospital bed hooked up to medical devices'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8c148ee60b524f529a4a8c0c95a79d70", + "input": "Sentence: 'A large black bear is sleeping on a rock'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cbc7871ae2004cc08f4e9492a0d41c64", + "input": "Sentence: 'An odd bathroom with stone walls, and two rolls of toilet paper'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-b4be9a55265f455d8e344b73e9448c3b", + "input": "Sentence: 'A group of people in a room with a remote'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-971e294c384f475dbb3a8bd118114b10", + "input": "Sentence: 'An adult elephant and baby elephant loving on one another'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-14748c7f53fa449f96633694cbb72b12", + "input": "Sentence: 'A rusty hydrant with weeds at its base'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-65e0e6bce4d64ccaa3bec2920279a221", + "input": "Sentence: 'Several people walking outside dressed warmly and with rain gear'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1cffd63e6db04df48acfbf6769fd9996", + "input": "Sentence: 'The living room has been decorated with many bright colors'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7648bcd006f64d3780156a2c28174883", + "input": "Sentence: 'A person on a skateboard on the ground of a park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2480b51240d54768a962cc58dedaa32b", + "input": "Sentence: 'A classical building interior full of people in passing on a rainy day'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7001f7c826c24f35ab412d964c019929", + "input": "Sentence: 'A new refrigerator and a new washer and dryer'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8534b6b9c8764c909fc71d79fb0f480a", + "input": "Sentence: 'a person smiling with buildings in the background'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cdeb41a6a0df49c88fefca0cbda8a47a", + "input": "Sentence: 'A player with a baseball bat at a game'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f1bc08658303440e98500bbd012c2e08", + "input": "Sentence: 'a lady sitting on a concrete picnic table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aec7b6a3014544488408276354d22aa8", + "input": "Sentence: 'A woman and man laying on top of a bench in front of a city'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-70b8c03c9e0448168a4c36e55a1f4236", + "input": "Sentence: 'An elephant is by itself standing for the picture'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-61a17ae5408f442cba43adff63676c8c", + "input": "Sentence: 'A baby looks like he is eating a hairbrush'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-17b07c1160a54f6f94af4d3c1461c9da", + "input": "Sentence: 'A white bed in a living area with pictures on the wall'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f4ffb79f9ba64f20bcb973401182cc70", + "input": "Sentence: 'View of a kitchen with an eating area'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-598527dc1d274257ac6613219c6ad57e", + "input": "Sentence: 'A man with a para sail chute flying it in the air'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-bcc088bded6743a7b039b541533eb479", + "input": "Sentence: 'Guys in the woods are looking at their phones, probably trying to use a gps feature'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-51eb8857858f4f67bb0d6d4ab9c6ee47", + "input": "Sentence: 'An old self portrait of a man dressed nice'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4728231f8dd04d9f9c20d213ebfe1c13", + "input": "Sentence: 'a close up of a stop sign with many stickers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ee83ed995aae472ea93fadcf792ab9cf", + "input": "Sentence: 'A city street filled with two large red double decker buses'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9e42c3bbb4894fe3827e301cb956b98f", + "input": "Sentence: 'A cat is sitting on top of the computer desk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-92ebd9c621724e15b42be19c4d4b6a25", + "input": "Sentence: 'A woman walking through the city with an umbrella'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e120c8d7628948b0a07c758818ea5828", + "input": "Sentence: 'A pretty woman laying in bed with a bulldog under her pillows'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c920d5ddbd98447799d1afec1905aede", + "input": "Sentence: 'A colorful bird sits in a grassy area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-63bc6907aaeb40d3a10f0cda238f01be", + "input": "Sentence: 'A lady sitting on a bench with her laptop on her lap and a bag'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-292f30ec18d64b4e87c50ce9767e09c3", + "input": "Sentence: 'a bathroom with a sink, toilet , and tiled floor'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fa65cf7c9dd74791be20deb3f3ee1066", + "input": "Sentence: 'a girl is on a phone standing near a sign'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-62e23d7ee866461fa7c38abd73886e6e", + "input": "Sentence: 'Two dogs eat off of plates at a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d16d0e6d3e5f4ea58971d0cbfbcb2196", + "input": "Sentence: 'an elephant standing on a dirt and grass patch just in front of shrubbery'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa84fcceaa1a4114ba3b0d786e103568", + "input": "Sentence: 'A man serves a ball in a tennis game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-57e3ce2698d645aab62fde589144dd57", + "input": "Sentence: 'there are blue lights shining threw palm trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4bec20ae056747fc869dc77f002658eb", + "input": "Sentence: 'a woman at a carnival ordering food to eat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-837abb7eac0d4eae8209787c7c4eee1d", + "input": "Sentence: 'A photograph of a train moving down the railways'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5e17b1af07ab46a3934c43138088cbdd", + "input": "Sentence: 'their is a chair in the room the room has yellow walls'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c454b7957140463bb0013273c81f6477", + "input": "Sentence: 'A man sits in a boat with a TV and movies'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-17f5bbd82627410da7846eca516a2caf", + "input": "Sentence: 'A woman riding a horse and petting it in a corral'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-478b39d2e2ab46f1b22f14b464840c57", + "input": "Sentence: 'The baby boat is drinking milk from it's mother'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b018f58e6e9e4e7d91e2782203484ac4", + "input": "Sentence: 'Two women are snacking and drinking beers at a pub'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bf7be5697418419ea0e203eabcff5fec", + "input": "Sentence: 'An elephant is walking through a vast wild land'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f1f6e9305cc0460387b56447539453ae", + "input": "Sentence: 'a table with some doughnuts sitting on top of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-722ee6c96db64d59801f0e21b982f91b", + "input": "Sentence: 'A room with a television and laptop turned on sitting on a dresser along with other random items'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9765a8516da64bc5a7ab1e35bac2c9c6", + "input": "Sentence: 'A ripe orange sitting in a dark background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-45740751e3e5485e92e819828b860efb", + "input": "Sentence: 'There is a can specifically designated for cigarette butts'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7eedfd60b0f543cd9a82915258a958c7", + "input": "Sentence: 'A hand of a baby coming through the side of a crib'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-38079f5abc304d9c968a46026eb2c215", + "input": "Sentence: 'A picture of a sign on a street upside down'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c367211df84043419b945d1eac32c8c0", + "input": "Sentence: 'Three planes fly in unison across the blue sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8fa2ad86292f49a3bedf20e5d1683814", + "input": "Sentence: 'A pair of giraffes looking in the opposite direction of each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b49ef2ce020947d9b2d8323c853c704c", + "input": "Sentence: 'Two men on skis going down a mountain slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8f31d535454f473ead753a8636c821d9", + "input": "Sentence: 'Assorted baked items displayed on green and white plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c4d953e323b84b868fad14f5bf280244", + "input": "Sentence: 'some kind of a thick crust pizza on a metal pan'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-71c21508fa2f4f8fbc82e9365411c419", + "input": "Sentence: 'Two zebras standing near rocks behind a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1d8208e93797466584eb9a4c3c1a586f", + "input": "Sentence: 'A lot of people going snowboard during winter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d898d83b8f1f45b7aa62f349030f212c", + "input": "Sentence: 'A guy squatting down and tapping his food with a woman sitting down'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5fd5bd6f9fa14153855a256c30105a26", + "input": "Sentence: 'Luggage coming down a carousel at an airport'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-50973f4fb8114850b5a21cf695792c42", + "input": "Sentence: 'A teddy bear sits on a small chair'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-40747771bdc84e2abf6e2ab868385723", + "input": "Sentence: 'a bathroom scene with toilet sink and tub'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-aa83c480a6494937b753713200fece40", + "input": "Sentence: 'A dog leads the way for two crosscountry skiers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7562a191e32843d282e7b2e225e80acb", + "input": "Sentence: 'Two orange cats playing and fighting on a couch'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1431be74c9b24929bb6d3d45d141d520", + "input": "Sentence: 'Skateboarder and black outfit on his board on a ramp'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4ffdeaad7e7045a284ef281fcf217df5", + "input": "Sentence: 'A traffic light on a nearly empty city street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b01bf27ae69e4faf9c8fec1ade503e26", + "input": "Sentence: 'A metal pat with a slice of pizza on top of it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e651b0aed129443da8da2cffd1384ade", + "input": "Sentence: 'A giraffe sitting down in a fenced in area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6d92ac1e1b3a4fd8a08177c67de1f6b6", + "input": "Sentence: 'A large and a small teddy bear at the teddy bear museum'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-94d24e34671e47afb6f2718d4fd5cb66", + "input": "Sentence: 'A baseball game is on as the batter readies his hit'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dd66f8e09c1e4fef8099ddfbd184818f", + "input": "Sentence: 'A family at play with a frisbee in the back yard'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ac48119fd5ad40dc8ed98cc2a543bbde", + "input": "Sentence: 'A giraffe that has its legs spread out'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fa62b9d8676a4351a95fb74a273ff0ce", + "input": "Sentence: 'Boy in black jacket and beaning holding a baseball bat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a67b64580c764234b2be6b8ff6c4f342", + "input": "Sentence: 'Blue jean clad human butt partially obscured by clasped hands'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ab3d202f3b7b4cdaba032112489d6718", + "input": "Sentence: 'A few people are hanging out and appreciating their time'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7550a34997574a5cbd1b57d4d6c66d8c", + "input": "Sentence: 'A bull standing in the sand at the beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4f023d92505842caab02227e9f1abff4", + "input": "Sentence: 'an image of a cat in a toilet with the water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f73881c14d024c7bac2a46b4bb348a3b", + "input": "Sentence: 'A group of students catching the school bus'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0252991282a3473ca554b6958afa77e4", + "input": "Sentence: 'A bunch of air plains set out for exhibit in a museum'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0d30d50f42714876b9e02453ff1eeb08", + "input": "Sentence: 'A black and white photo of a man petting a horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2a63f6ec7d8a4718b8cb69a1762457ee", + "input": "Sentence: 'A woman in a park preparing to catch a Frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0e078941418c454b8b05b1dca5587085", + "input": "Sentence: 'Plate of food with french fries and a drink'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ed5b4327cebc40779e1f4d1cfdff2ad0", + "input": "Sentence: 'A large plane flying through the cloudy skies'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f3d41c54c2834bb29a1ad9c3cca2c1a1", + "input": "Sentence: 'A desktop computer keyboard sitting on a wooden desk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a0cc381da2ae48a7a90f0e3ffea4cba2", + "input": "Sentence: 'A man riding a snowboard down a hill'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0462791b861647c1b42d104248ae6c6b", + "input": "Sentence: 'A cat touches the Wii controller with its paw'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2b2fa236a334457786698e3b933acf27", + "input": "Sentence: 'A woman snarls while eating on a banana'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-38837c4ea589484885fafa0adb4880cc", + "input": "Sentence: 'A kitchen with a sink and a lot of counter top space'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cca0b83287244d689c4368e9722e92c1", + "input": "Sentence: 'A picture of a very clean and sterile bathroom'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7d08b133552143d79b5d26092351ce17", + "input": "Sentence: 'A man throws his kite into the air on a beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-caf1a7d8e09d4302bf5d49afe1a6d5dc", + "input": "Sentence: 'A man playing a game while the woman is carrying a bag'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ea249b2dcec44cb2a1317039db581d95", + "input": "Sentence: 'Two young elephants stand next to two larger elephants with tusks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bd164e0156d74e31b0bed658040e982a", + "input": "Sentence: 'A view from a hotel suite bedroom showing the couch and coffee table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f98c986bc9344579a7e6f6ba3e3c9c3c", + "input": "Sentence: 'Man does stunt moves in the air on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-074952838c5d464291e9577fbb191f3a", + "input": "Sentence: 'A roman numeral clock above a door to a building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-cc103178687a4b2797d3d90a973c25d4", + "input": "Sentence: 'A woman holding a tennis racquet on a tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-aed5df43bf144c5b98e6172eaf8c7700", + "input": "Sentence: 'Several baggage trolleys are lined up near loading'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d4f232b9215c4294aa678e9cb3badc0b", + "input": "Sentence: 'A man riding his surfboard through the waves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6f11b2c5c6f34de7b7a8f884694dfe8e", + "input": "Sentence: 'A lone zebra standing near some leaves in the grass'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cbe2456682eb46b6983ac9acab267b2a", + "input": "Sentence: 'Painting of a large elephant walking through an open field by itself'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-31e2a8ef5eef496a8fff9656622e02bb", + "input": "Sentence: 'A traffic signal in an industrial area of a city'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-034fe441eca84712897277472c857309", + "input": "Sentence: 'A man on a court with a tennis racket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0f0c99be312747f8bab1ecd83125c667", + "input": "Sentence: 'A street scene with people standing nearby on the sidewalk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cc409f26dfdc486e92a9227ab8dddd14", + "input": "Sentence: 'THERE IS A SANDWICH ON THE PLATE WITH GARNISH'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-626bd5993fa04ffaadd79ab91a580d40", + "input": "Sentence: 'A street scene with people standing nearby on the sidewalk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ffe10b39ed3e4ce981f244d8ea7d300a", + "input": "Sentence: 'Black and white photograph of a park bench overlooking water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2dbd2bdd9ac045d9999a3865648b6db6", + "input": "Sentence: 'A close up shows a giraffe by a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d1cc79e0c76435cb6f315d5a28d009a", + "input": "Sentence: 'black and white of two men standing in the snow outside of a cabin'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-35041b3ef5ca48e6a00f80029e5974de", + "input": "Sentence: 'Bathroom sink with a variety of different toiletries on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3180b802694c45ed85f7a43bde28ec77", + "input": "Sentence: 'Small pieces of broccoli sit on white rice'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-387be77ba9284cfea9f37aa24327875e", + "input": "Sentence: 'The man is serving drinks to the guests at the event'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-aae79e9a674044689c22656b76a20665", + "input": "Sentence: 'what looks like a white horse standing behind a second floor window'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-50eb40d1371e4e698a6bd4f3f7a44806", + "input": "Sentence: 'The yellow fire hydrant is covered in snow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4fc2d2a2d4bc45749948b9de549f0f1d", + "input": "Sentence: 'A medley of broccoli sprouts on a wooden table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3847aa2f03824a22b333c6abd77c405e", + "input": "Sentence: 'A couple of boats are docked in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fad50b38c9534745977ac1095f4841d8", + "input": "Sentence: 'A group of people and an official player soccer'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5b3ace4857a44643a8fdf1b0fd6c734b", + "input": "Sentence: 'Two people relax at the beach while a man surfs'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f62aeac830e146eaa6220737a8c7cecf", + "input": "Sentence: 'A person standing in a room with a microwave'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-240ff3fc647e4c1bb67694bf1bd52a4d", + "input": "Sentence: 'The walkway is built to pass over the top of the roadway'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-35bd800cbe2f44c4b126ade45b647099", + "input": "Sentence: 'Several cows stick their heads out of a pen to feed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d01ef75919464cbbbb49e51c2792fa12", + "input": "Sentence: 'a big building with a clock built inside of it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bee93a5f7a0e4966a85f9679ac3c0521", + "input": "Sentence: 'A bathroom with a toilet and a counter next to a door'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-27eebdad8f084371b660dfcd9714e2d1", + "input": "Sentence: 'a little pole that has a street sign on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-33fad67ffc36483e9eaac994a7f76015", + "input": "Sentence: 'The boat is in a body of water that is not clear'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d48f88ecccfc46e4b254b763e17548b3", + "input": "Sentence: 'a young man flipping over on his skateboard in a skate park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a3195eef962e442dbb22277a0c32facf", + "input": "Sentence: 'a man in a blue shirt is playing tennis'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2e09ce2c1b24e0186eba2dd543ee6db", + "input": "Sentence: 'Two men next to each other on their laptops'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-90537998f74c404485e5882a25a11443", + "input": "Sentence: 'A man rests his head on another man's shoulder for a photo'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-375d8ca010dc4134878bdf1a614b7478", + "input": "Sentence: 'A dog leads the way for two crosscountry skiers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-596d92cc2b8b424698766573be1e6462", + "input": "Sentence: 'A man taking a picture of a bus's side view mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-55604a3225064f4d9f5d8d505848572d", + "input": "Sentence: 'A person with a hat sitting next to the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d63a95f3e923422ba74d66300f72e491", + "input": "Sentence: 'A semi-truck without a trailer attached to it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4971d669e99048e79dd7fce339685ba5", + "input": "Sentence: 'Beautiful stained glass window surrounded by brick architecture'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-674bc3ea5f394b14b75d5dbded9c3953", + "input": "Sentence: 'A laptop cake sits on a wooden table by a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7c24a14cc1c2437d858a9fcacd76b077", + "input": "Sentence: 'THIS IS A COOL BLACK AND WHITE PHOTO OF A SKATEBOARDER'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-26bc9e4e752949b7a42807fee0f32ba6", + "input": "Sentence: 'A person on a field swinging a tennis racket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0d782f4cf8714ceca8e911d419888991", + "input": "Sentence: 'An old fashioned train sitting next to a red brick building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8e605f9fb74c44aaa638743fe523e324", + "input": "Sentence: 'there are two girls that are playing baseball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-30bcd57049bd428e8a0319f40911502b", + "input": "Sentence: 'A medley of broccoli sprouts on a wooden table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-99c016fbed3a4fcea34cfe44521f904a", + "input": "Sentence: 'Two buses are going in opposite directions on a city street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-424c4a18624b4ba0b864367cdbb88be0", + "input": "Sentence: 'an apple phone and some other type of machine'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e3302522a44e483790db09ab67b9f0b8", + "input": "Sentence: 'A street sign that is pointing to Rue Paul Street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dc8a484067fa4ca1a916ffabd5657a67", + "input": "Sentence: 'an antique street sign next to an old bicycle'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e2a4643e92db47699b453cfb52727bf9", + "input": "Sentence: 'A man and girl wearing glasses and costumes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b976ff8f824b4dbc81765482e5f13554", + "input": "Sentence: 'Two people shaving letters on the side of a goat'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5a8f5d7da4f3414091517150fe6ce00b", + "input": "Sentence: 'a vintage photo of a bike parked in front of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4e052758ce064ea4901cd47125371fe0", + "input": "Sentence: 'A man who is holding a small laptop and smiling'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d8df44115c954949ad42da294cf6c2a7", + "input": "Sentence: 'Dozens of bike sitting in car on both sides of two men'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f7e32a93b9914c7f81c2eda7f42cc3fd", + "input": "Sentence: 'A square pizza being cut into pieces by the pizza maker'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ae557aacae8a459ba73b084b93c514f4", + "input": "Sentence: 'A par of sunglasses on top of a laptop keyboard'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-46aa8630cedb4fcf9c9e0a2a738332c6", + "input": "Sentence: 'A guy is cutting something out of a piece of paper'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-83bb290b66134edcafed740d588538c1", + "input": "Sentence: 'The flat screen tv is showing an animated show'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6c71b56490024e2faad3adaed15e7015", + "input": "Sentence: 'A house being renovated with a room connected to a kitchen has the floor removed'. Count the number of verbs in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-856e3677639b4c96bfdfe7cac76dbc6b", + "input": "Sentence: 'Cat sitting on wooden cutting board with knife'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-06422f2745e34e14b0870bc4212565f7", + "input": "Sentence: 'A woman blow drying a child's hair in the bathroom'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-20588f1c955c42228896453a192cb533", + "input": "Sentence: 'Sheep are laying down together in the snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0bcedbacdc25446ca1219697cc3c2100", + "input": "Sentence: 'A clock that is on the side of a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-277469ed949e4cb4bd0f957041b050c3", + "input": "Sentence: 'Solemn military men look on as the plaque is presented'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fa9154fb3e57401394d18170d5fe72c2", + "input": "Sentence: 'a cat sitting on a desk with keyboard and a computer mouse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c296fbec4f1f453aa8eac06998ec935b", + "input": "Sentence: 'A baseball player is getting ready to hit a ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-285a0e583d5849ad8e63f41853aea8cb", + "input": "Sentence: 'A sheep standing in a grass pasture that is fenced'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-36c73ccc0a8646039e1c980e3698eab4", + "input": "Sentence: 'A man wearing a safety vest performs a maintenance task on a fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4a0f1cb24ba44cbabeeebcc13458845b", + "input": "Sentence: 'A room with two green sofas, brown carpet, and green walls'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b300ddccc0764c9f92259a01144fdd28", + "input": "Sentence: 'A bus that is driving on the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dfd6da9744ac48c2afa3e1adaa3d5eed", + "input": "Sentence: 'A cat laying on a rug playing with a dog's tale'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-328c50c718234639ae2daf6a74ceebbc", + "input": "Sentence: 'Different assortment of noodles and vegetables sitting in a pot and tray'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1a46f00c749d400b957a06c87ac0936f", + "input": "Sentence: 'A table topped with two plastic containers filled with food'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-32d441b84231427485c3ce6b648df3f2", + "input": "Sentence: 'Attractive man smiling standing next to a barrel'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d3a548125fa8462a884d2cef6035bd4e", + "input": "Sentence: 'A little kid tossing a yellow frisbee in a park'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-acd7dbe7c4e04cf1b38ce6c446ee3999", + "input": "Sentence: 'A parking meter in front of a car'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-aca0172453504ffba07e58b7818a866d", + "input": "Sentence: 'White porcelain pieces including a toilet with decorative blue painting'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-81f2aefd5c7f4d249515c75687c0bb2d", + "input": "Sentence: 'toddler running around in the grass at a picnic'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6d611db3f46b490487242ee4c01099ee", + "input": "Sentence: 'A whole pizza pie with toppings sitting on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-785224f83b01495aa9c7fdc6428405b2", + "input": "Sentence: 'The angle view of tower with a clock'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-60bcb163e9354341b551d8b7290663ad", + "input": "Sentence: 'a black dog carrying a blue and black case filled with items'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e53d19a666ae4da08c6a6dbf780b6d25", + "input": "Sentence: 'A bunch of people in a very big field with some kites flying'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-747fbc555bb44e8292c0189c9c0f30ee", + "input": "Sentence: 'A boy makes a face as he plays with a fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-36311f5906f34deb980519bb2d104ea0", + "input": "Sentence: 'A man posing for a picture with a tie and suit on'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-07f5e4d2a6dd42d6b6e310b26b53db78", + "input": "Sentence: 'this man is riding a wave on a board'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ddd3390c806848d5bf393a076dc0b3fc", + "input": "Sentence: 'a couple of elephants are walking down the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-31d6ce08a5634f4d801a49e30e2a5dd7", + "input": "Sentence: 'A kid with a toothbrush in a white sink'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8672a83d2de949c59231e9a78e0c3677", + "input": "Sentence: 'Derek Jeter gets ready to hit the baseball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5ec29f985398424e8aa385bc1d3363f1", + "input": "Sentence: 'Two elephants standing in an open field near the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8560b962745043ea85d5d26498373d48", + "input": "Sentence: 'an elephant with some dry grass on the back'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-50d38a278753481ca287fff3f15646ec", + "input": "Sentence: 'The view of a bathroom with a clear glass wall showing the bedroom on the other side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a18b310a028d460aa3368dcbe71a880c", + "input": "Sentence: 'A number of young people gathered on a brick surface'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d7b4070c99b14117ac42dc5f13796e82", + "input": "Sentence: 'Two men walk towards the steps while one carries a surfboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2ff3c59f0b374529b2c1af2827042c5b", + "input": "Sentence: 'Two pictures of a black cat sitting next to shoes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aff446d33a034f3d98f2f302c05f2f5c", + "input": "Sentence: 'A dog is sitting in the bathroom sink'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-53990add71894121b2488123cae643e8", + "input": "Sentence: 'A man sorting oranges in a shopping cart'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fa50392a6cad46bea6ece4462da72f6a", + "input": "Sentence: 'A group of people on a field playing soccer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ee98c8e538f84b17b70abf7c5e2ccb8f", + "input": "Sentence: 'a man being pulled on a water board with the assistance of a kite'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a0807012916445519f8a1cf5105eaba5", + "input": "Sentence: 'A red truck parked in front of a red fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-411f74da378241c58544b93c553e34de", + "input": "Sentence: 'A large United jetliner sitting on top of an airport'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2b2009df6a434b95af4c3ceea8e17a10", + "input": "Sentence: 'A bottle of wine sitting on top of a table next to a glass of wine'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-2ad90778ad964fbdb847f0d21f6730cc", + "input": "Sentence: 'A train traveling over a bamboo bridge through a jungle'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a7e30c26c7ce49f6a1ccdc26f0b62576", + "input": "Sentence: 'A young couple sitting with an umbrella looking down at a cell phone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-61f1ef9e3b9a4da2a7c51b8ea2f4c405", + "input": "Sentence: 'People walk through a buffet line of bottled water and fruit'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-00e0a58375e24f4baa593ac078f486d0", + "input": "Sentence: 'A man in a truck filled with bottled water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-44a91cf62eca48949642596b48399da3", + "input": "Sentence: 'Several potted plants in front of a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1131dcacc6354604b2af798adfd2b45c", + "input": "Sentence: 'A clay plate next to a vase with a plant in it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6b7eb8b8e31c42c6a2bbd348faab8dfe", + "input": "Sentence: 'A man in green feeding an elephant a bottle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ad3c52c8311e43b0ac3586775b78fd73", + "input": "Sentence: 'A couple is walking through a carnival and passing a large assortment of stuffed animals'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a0af889b4ad44b97bcd572311f7f7d3b", + "input": "Sentence: 'Three women sit next to each other at a restaurant'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-baa36ebf75e84e609444bf6f18afcd65", + "input": "Sentence: 'A beautiful young lady with a flower in her hair talking on a cell phone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-57bc52104e7e47de9cb404a512cf02b3", + "input": "Sentence: 'A small airplane taking off from an airport runway'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3792513149df4c9f999374c5f708935c", + "input": "Sentence: 'A boy sits on top of a suitcase, and between two other stacks of luggage'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0766b6e1ec0f4696864662c6af46fd47", + "input": "Sentence: 'A meal with gravy covered meat, carrots, and broccoli'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2d8303ac2da4e5e95b044ba255fc25b", + "input": "Sentence: 'A stop sign is leaning to its side at an intersection'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-38483d84d950443b90ffb6423aac754f", + "input": "Sentence: 'A bird sitting on a tree near some water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9167b70fb93044abb9c5dff8372e3879", + "input": "Sentence: 'A guy on a horse on a busy city street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f1f21741308846c99159ac16a5c9141c", + "input": "Sentence: 'A stuffed teddy bear lies on the pavement near clothes'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ff4aa11241bc4d8ebc8b2bde8adb4522", + "input": "Sentence: 'a work station with computer monitors and a laptop'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-20ceba359e9c49f0afe761717a1e8bcd", + "input": "Sentence: 'A parking meter on a street by a car with traffic'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c13d4c5693364217ad43c2ad86e5e14c", + "input": "Sentence: 'A clock tower of a building with the moon rising near it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bfab9bbe16774c4faa9b76ffc89f4e78", + "input": "Sentence: 'a table with a drink some flowers an ashtray and a pizza'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-956037653bae41ef930284841e54b358", + "input": "Sentence: 'A dog is chasing a ball in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e78c2e38456d421cb78eec25ec03aed8", + "input": "Sentence: 'A giraffe standing in a lush green field next to sheep'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dbfd3920549d4a33a4b6d777bf263ff6", + "input": "Sentence: 'A white bathroom has a pink tub and sink'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e987a5e913ac45deab41d11183a6a21f", + "input": "Sentence: 'A tennis player waits for the ball to return to her side'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-03a1b07cdfb74eaebfa04aba04afaa6b", + "input": "Sentence: 'A photo looking at young child playing a game of baseball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4791dca796d34d108160f807e555d64f", + "input": "Sentence: 'A person is riding a horse down the beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-812893f4a708484fbf3f562b64c5c1f4", + "input": "Sentence: 'People stand near a large modern art sculpture'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ce728937cd0a4d1cb9198b994497dae7", + "input": "Sentence: 'There are two giraffes and a zebra walking around the dirt path'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa320a6a403d45d585681df66a9e5a4d", + "input": "Sentence: 'a lady walking in the rain carrying a pink umbrella'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d6aadaf9bcba47e1ba65756a931afdaa", + "input": "Sentence: 'Several giraffe somewhat distant standing on the edge of a wooded area'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e56cafe9308449ce93d062142438c77c", + "input": "Sentence: 'A double decker bus is headed for the next stop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c9c4da26558b4a95a4478bc00f2b2003", + "input": "Sentence: 'A boy sitting at a black table with white plates of cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-110c229ae33848598d0771192216ec67", + "input": "Sentence: 'An apple, an orange and several bite size carrots'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b4b8a8f179574955b2df569274e2e2c4", + "input": "Sentence: 'A man sitting on the side of a wooden skateboard ramp'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d272df527d1a4fad9a754f00d9795cc8", + "input": "Sentence: 'There is a flower bed, trees, and benches at this riverfront'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2c7d880cd1a44373ad4b39c1c35a87ce", + "input": "Sentence: 'A train that is sitting on the tracks near a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0fa2f87bf9b64e6c9bdfc4970744d741", + "input": "Sentence: 'A room with a television, a table a couch, chairs and a fire place'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d036fb59865c4a00a411df1bece619f5", + "input": "Sentence: '2 computers and a lap top, in a messy office'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2beb78aa39014ca7b554a5390f2943dc", + "input": "Sentence: 'a long tower on top of a white building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6b46c7dfa175429ebaa14c9fab54b49d", + "input": "Sentence: 'A female professional stylist working on a client'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7c2629dda1244f3db37944d65c31db91", + "input": "Sentence: 'Skiers in the snow heading towards a cabin in the woods'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e590c2c00fc54abf8fdad7c38da339c0", + "input": "Sentence: 'A skier with his skis and back pack taking a rest'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bbfd9c728db444a8b550502f283987da", + "input": "Sentence: 'a group of guys skateboard over a concrete ledge'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e7a1a31407044eb5bdb55f87822f727c", + "input": "Sentence: 'A bed that has padding with a blue picture frame hanging above it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e7ed00b8e9a44168b5d0221a81bbab2d", + "input": "Sentence: 'A garbage truck with three garbage men in it driving down the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-502999947abc4e80928352a320fab3ec", + "input": "Sentence: 'A close up picture of a green plant with leaves'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ae8ee2ec01b84d4f92fa4f358d2a00e9", + "input": "Sentence: 'A dog hanging out of a car in front of a rear view mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6aa1b9064b204a0ea719089ea37efc8e", + "input": "Sentence: 'A horse grazing on grass in the woods'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fd19f5d84ff245a1b1f3cd61cdf8d2c3", + "input": "Sentence: 'The train is traveling down the railroad tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-52366386ab944a55995f4f3ab4e85558", + "input": "Sentence: 'A woman and little boy are walking and holding arms on a soccer field'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-21a8885958594e1ebdb8c398c732d9ad", + "input": "Sentence: 'A man that is holding a toothbrush in his mouth'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f73299bced974b7b91014435a54a6958", + "input": "Sentence: 'An older man takes a bite of a slice of pizza'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a3a5f16c35ff44508c631f2061f02185", + "input": "Sentence: 'People walking pass Krispy Kreme and the police dept'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-45301031307c4b11a1f4728ab2c61fbb", + "input": "Sentence: 'A group of young men playing a game of soccer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-708e929314774afe957c3024b2f6a47f", + "input": "Sentence: 'A vase of opened and unopened flower blooms'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8ad736ec7bf5443692a35af150caf665", + "input": "Sentence: 'A woman holding a camera in front of a mirror'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-793860f235704f1ca1eac9661e337916", + "input": "Sentence: 'a toddler standing on the top of a skate board'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f7875cc319a54bfa881c38ad6c285ae2", + "input": "Sentence: 'A plate of food cut into slices has onions and olives on it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8f92d9c375964039b1772792210e54a9", + "input": "Sentence: 'Several horses in the distance near a hill range'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1c168003a9fc4fa694c05276f71117d3", + "input": "Sentence: 'A man playing a game of tennis hitting a ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e2c061aeac4f4ebda7745dcd6ceb29ce", + "input": "Sentence: 'Looking out a bathroom window to a view of the city'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-73782475f5144a5ba8dc45977f7163b5", + "input": "Sentence: 'A white bus driving down a small street'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-15e7c4b5ec064b55ae477548d3707654", + "input": "Sentence: 'A zebra stands alone in bare, artificial habitat'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-30a4d22a47164474a79f3e70fed0f751", + "input": "Sentence: 'a green bus is sitting by a curb'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-21e59006ecc54648bc85b0c095fbe7a2", + "input": "Sentence: 'A pair of scissors, measuring tape, ruler and hole punch on a table'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-a63a22644e294992b016d529749c8ddf", + "input": "Sentence: 'A lady dressed in a blue and purple outfit wearing a hat made of fruit'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7cc411505c5a40a78826164f8942b552", + "input": "Sentence: 'Four steak knives and a pair of scissors in a a butcher's block'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-9fc95f1598174bd0b56667e1f5b8bafd", + "input": "Sentence: 'A statue of birds sitting in front of a building that has a clock on it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7c98ee8b53fc4ca28d5f325ce9284d25", + "input": "Sentence: 'A police dog is sniffing bags on the ground'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e62881c090b947f1b3f36c59e7131982", + "input": "Sentence: 'A man is smiling and sitting with his arms crossed'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7489a7d8ed4f4132af6e813a7a068145", + "input": "Sentence: 'Small group of Zebras standing in an open field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8dda7b4a315f41adba6a1b706ac34231", + "input": "Sentence: 'A person flying through the air while riding a snowboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5aaa07a72d1c4c6f94f4f3f290d89b85", + "input": "Sentence: 'A fire hydrant is on the sidewalk covered in snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-581bc1eb418448029baedc0e4d050b53", + "input": "Sentence: 'there is a plate with different food and vegetables on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f237d2e9fc4a4dc790f815ae56885e30", + "input": "Sentence: 'People walking down a sidewalk with some umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5553c0972cb147808fe97f28a69d6ecf", + "input": "Sentence: 'A train passing by some buildings in the day'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-da47b07f1484400e8266712be48bd86b", + "input": "Sentence: 'A bird sitting on top of a monitor that has bird drawings on it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dbc09dcf25a545c7bc43733e54e1d40a", + "input": "Sentence: 'a table filled with assorted beer and wine bottles'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-04ac3cb9d8414ab5862343ff2624d7f0", + "input": "Sentence: 'A person's hand holding a phone and swiping the screen'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5ba839c21453454fa41cd549073d6610", + "input": "Sentence: 'a black and white picture of three people skiing'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cb2a55e1bcae4fb381bc6c6482c44f67", + "input": "Sentence: 'A person laying in bed across from a window'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f9cc8b23086b409daf12d14bbbe772e3", + "input": "Sentence: 'A large tower and some people on a street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-558b4c5cd5d741099bee7ccf078f497b", + "input": "Sentence: 'Glass showing a reflection of an SUV parked in a parking spot'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-16c0b6c35cf84e349762268991df0bf6", + "input": "Sentence: 'a row of umbrellas opened advertising a beer company'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-62d0c4759fb5404880261952f9f93faa", + "input": "Sentence: 'people on the street with their cars moving'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cfa9c295b8f3490090e965b15e27bf16", + "input": "Sentence: 'A person wearing a blue jacket is on skis holding ski poles as he holds up his arms'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ff937e09d3fe43348cd7026fe268c63f", + "input": "Sentence: 'A bathroom sink and shower stall with a basket of toiletries'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-8adde1850be048f29a83dc5e5f4a69dd", + "input": "Sentence: 'a toilet a sink some toilet paper and a towel'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-42bfbf5d5b364fd49c4d2de9c0160de6", + "input": "Sentence: 'Two motorcycles leaning on their kickstands on a lawn'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4f1dc63765304b1ea52745a5857b224e", + "input": "Sentence: 'Baseball player in the motion of swinging at a baseball coming towards him'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-38ae99ad6cc145738528730d3f58682f", + "input": "Sentence: 'A herd of animals standing in a large field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a6de1b0de13d47b598fe5eedfa14d798", + "input": "Sentence: 'a bear smelling something in the middle of a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cdcdf4a01e0945d88e6673795035b4fc", + "input": "Sentence: 'a bench under a bush with trees in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-65662759e2eb48768697cd5a0bf4e334", + "input": "Sentence: 'A snowboarder making their way down a slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-81fd1ebd493445158d96c0a03eafb393", + "input": "Sentence: 'A motorcycle cop riding through a training course in the rain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1d26768e0d484e5ba5cd2dc3426f3949", + "input": "Sentence: 'a computer monitor, keyboard, and mouse sit on a table'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-314eb2b286a243e5a8de1b2816970d50", + "input": "Sentence: 'A clock tower atop a tall building with a lighting rod'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d47fb42c7d1148d681e6284e4083f3d3", + "input": "Sentence: 'A man swinging a tennis racket at a ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8a49ab2aaa6a4509885a5e0ef3f94f00", + "input": "Sentence: 'Someone adding spices to a meat dish in a frying pan'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2a72e76185614ad39133bb451f3ecbbf", + "input": "Sentence: 'A group of zebra standing in a grass field'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-91103cc053c8428f95f357628ba80c5b", + "input": "Sentence: 'A squirrel is eating a piece of food on the ground'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f08499bae8fc47e18d9be96713a38954", + "input": "Sentence: 'A photo take though glass of a polar pear diving under water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dc4a4bd8adc3478e90e8638ba38e084e", + "input": "Sentence: 'A figurine of a chicken wearing a chain-mail helmet, a pink greeting card, and a pile of oranges'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b747b762259948bea568c02f0386487f", + "input": "Sentence: 'A group of men standing around each other in a room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0aec951660e340d0a4f70fc3993ad022", + "input": "Sentence: 'A skateboarder doing tricks at a skate park while others look on'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8834f13f99d649b4a58eb4e24e6184c7", + "input": "Sentence: 'An older couple sits closely on a wooden bench'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-36a85bfe6bfa4183a119899e27e2ee70", + "input": "Sentence: 'two people riding on a motorcycle with buildings in the background'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b2caad0a46394bc6916c9c11d0d7c0ab", + "input": "Sentence: 'A plane parked next to a truck next to a house'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-455746ac39964d08b68945a900bbcf3c", + "input": "Sentence: 'A man riding his surfboard through the waves'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a0583bdf6bec44bcb43ec1d7d9d6d945", + "input": "Sentence: 'a toilet next to a shower with a curtain'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b5bb225c747846938bd9b5ecc74ed3fb", + "input": "Sentence: 'A cyclist pedals past a flock of birds perched on a grating'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9c44537ac0b24aa280e42de7aace5048", + "input": "Sentence: 'Group of pilots displaying protest messages behind fenced area'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-358ec3f9c8114894a160224f6cd413ef", + "input": "Sentence: 'A woman smiles as she leans her elbow on a microwave'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7bbb1733d83746f8b7bfb6df47c682ca", + "input": "Sentence: 'A surfer rides a tall crashing wave onto the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-33173fc66f5145a9ab022a7c23f9eb67", + "input": "Sentence: 'A FedEx airplane flies through the clear sky'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-56e409ec9a5a412d9d137fe9867f5c86", + "input": "Sentence: 'Girls on a tennis court playing tennis'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8930776566a74b79b370f2a638d521fe", + "input": "Sentence: 'A male playing a video game with projector in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2f1aeecd858c4dd78f6eb09747f31aad", + "input": "Sentence: 'A man in a black wet suit is above a wave completely separate from his white surfboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1969b21d9b1f4c829f1d2a68456c0e3d", + "input": "Sentence: 'A number of brown and blue cones of ice cream'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ba951b352a0342e2956e5348d469b3e7", + "input": "Sentence: 'The man is surfing on his surfboard in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-236e3f434b7247c5a363f9134be83fcb", + "input": "Sentence: 'A young man riding on the back of a white horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-41d5775006da4417a6c54c6b1898448b", + "input": "Sentence: 'A city bus parked on the side of the street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-74c27db25b344459b48c93db443efdd3", + "input": "Sentence: 'A man is holding a bunch of green bananas in his yard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6efc4fcc10da482f8baf3f4357a1a594", + "input": "Sentence: 'Two colorful peacocks walking towards a brown wooden bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-96fa456318aa4352b17becc865518452", + "input": "Sentence: 'toilet in small space with blue and white tile'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dabada87483048b5aae049b8c29ea10c", + "input": "Sentence: 'Two identical images of a female player with tennis racket and ball'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7f9d60d7a8e9467f904ef021c0222c53", + "input": "Sentence: 'A cowboy riding a horse kicking up a lot of dirt'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1c13779bee1e45a4971f939b194e8385", + "input": "Sentence: 'a small kid holding on to a kite'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c2a4419c82fb49b58fbd6665845a4d8a", + "input": "Sentence: 'Women in a kitchen filled with dishes and small appliances'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d01f65e4f7bd44cdac5c7cfbef4ceed1", + "input": "Sentence: 'A dog and cat sharing an animal bed in a house'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-bb3c106a6b384255ba3c6e87429171a5", + "input": "Sentence: 'A backless bench faces a pedestrian path in a park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5855012cae5a46ac894246a5bee4cc31", + "input": "Sentence: 'A cat laying in front of a laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0c09cd9bcc744c2284a8d193f8e822e4", + "input": "Sentence: 'm mm m mm m mmmm mm m'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-26c7b44f83c84811a091c5ad3a5d3f91", + "input": "Sentence: 'A group of people sitting together on a couch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8ea93361b5fc415889ad95e44557b0ce", + "input": "Sentence: 'a young man is using a wii remote controller'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-056c927dc759420ba820f4387849b8df", + "input": "Sentence: 'Some people and chickens hang out in an undeveloped space'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-708590758c524d55901db716c251a7ff", + "input": "Sentence: 'A collection of books and knick-knacks on shelves'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3d59d9b048de4e77aa10040dcfa8a800", + "input": "Sentence: 'A black cat sitting in front of a banana'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-149709969b264ea78c84c722462280fb", + "input": "Sentence: 'A dog is chasing a ball in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-51b8ce6b64234b1883f35e629feb9654", + "input": "Sentence: 'a bunch of students stand around on the field behind some school buildings, playing Frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9602df417aeb439fa1108666c24b484d", + "input": "Sentence: 'Two red trains traveling next to each other next to a lush green hillside'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c3307cde35ca402f934c2bb323708d3c", + "input": "Sentence: 'A white plane with a blue and red tail sitting on the tarmac of an airport'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-53e5dd4c0dff4d0e8909a8fbba77dfa7", + "input": "Sentence: 'An elephant that is walking on some dirt'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aede25d71dce45699aa6c3785925aced", + "input": "Sentence: 'Tourists enjoying spirits at an underground brewery'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c24a1a4104c94b4f87a55c453cf76c8c", + "input": "Sentence: 'A few cars in a parking next to a small green van'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9d7bbcb3731c4f8486a52b5bfeeb97ff", + "input": "Sentence: 'a gray black and yellow bird an apple and red and yellow leaves'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e34b139f7e2f4c2b82e4576af2a39816", + "input": "Sentence: 'Two dogs are sitting in the bed of a truck'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a96b9a2b02fc4d11b91149e37fcc7e14", + "input": "Sentence: 'An open laptop computer sitting above a keyboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1611e74e8d554edaab9c3a8188c30c5b", + "input": "Sentence: 'Two men playing video games together in a room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cb50aa79cd4c401e9c649050aee33110", + "input": "Sentence: 'A colorful glass vase is casting a shadow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1e96044d12a545f29641b45a2848e128", + "input": "Sentence: 'An elaborate bedroom and office is seen in a photo'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-df3a5576fb1547a8893b641e78b8e8a3", + "input": "Sentence: 'Two horses grazing on grass while one of them is behind a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-75f8b2e6f28742fba935bfd3271c75c4", + "input": "Sentence: 'there are two girls that are playing baseball'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c5f09fb928d84f908f13c3db37a35e15", + "input": "Sentence: 'A train traveling over a bridge next to lots of trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7c8a33e8638340c0a3c0efe1f3c4ad62", + "input": "Sentence: 'A man holding a small disk in a field of grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-987c794d08a1469eb4094aa32e9c3dc7", + "input": "Sentence: 'A rusty old fire hydrant sitting on a sidewalk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-97f749f3810f4594a86dff1ce856a98b", + "input": "Sentence: 'A skier stands on a snowy slope, with clouds below'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5b2449c3f79c40b899a60ffbce5f5739", + "input": "Sentence: 'A cat laying in front of a laptop computer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bbec5aba67994dcdb83a5bb3cc20e1f8", + "input": "Sentence: 'A pot on some stove in some kitchen somewhere'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8097ee0ba2e244038f063206cf75e162", + "input": "Sentence: 'an antique street sign next to an old bicycle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fd33ccc7dce54615863a0bc825ec5fe5", + "input": "Sentence: 'Two men are talking to each other while holding a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5e7881e118454707bc4f8d25714f89e2", + "input": "Sentence: 'A woven basket filled with apples and oranges'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-888da9ae90374d1dacfe3efd2422de70", + "input": "Sentence: 'A horse grazing on grass in the woods'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3c73504cea6143f8815452b3f7ff18ed", + "input": "Sentence: 'A small white dog wearing a black hat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2214fc1ebe5d4749a78ea89c27c4157b", + "input": "Sentence: 'A flatbed truck stopped along a city street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9a4baa0a38aa4d12873a3306a7e5aca2", + "input": "Sentence: 'A woman that has skis standing in the snow'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-05c3f4cd724948af86667bab836a86ac", + "input": "Sentence: 'Two people riding a surfboard in the open waves'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6c6e335490604ef1a8fdba3aa4a2d9e9", + "input": "Sentence: 'Room with many orange accents pieces and several umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d55602ed876d4f03a194557b7c216cd3", + "input": "Sentence: 'These people have gathered on a snowy mountain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a6c5f5fc59d545c4acfe20cf343a5208", + "input": "Sentence: 'A clock on a brick building and a blue sky'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c8726ead91bb420ca17b4ece329c8c23", + "input": "Sentence: 'A young giraffe standing in an open field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5731c471f9de48f8800c7766a35dcf2a", + "input": "Sentence: 'The cow statue is standing outside the store'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ce37660aa3ac486387a7df4b41b8093d", + "input": "Sentence: 'A person flies a kite over a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2295d84cd9484573996235bff19f1f72", + "input": "Sentence: 'A picture of a couple who got married'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-29ae72640b0048cdb9ed7fe025439c36", + "input": "Sentence: 'A yellow school bus driving past a church with a white tower'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4aab27397a284982832218f1b4016382", + "input": "Sentence: 'The small group of elephants are together in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f5520afa42dd436ab96f36bf82e05ab0", + "input": "Sentence: 'A couple of street signs with one that has a broken plate'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a24e83b62b534ab083be5a1a7d4b87dc", + "input": "Sentence: 'Many teddy bears are displayed in front of the trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d254a65653af41d0af50adaadba35475", + "input": "Sentence: 'There are two giraffes together one is standing up while the other is laying down'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7713d6c365be4320a614dfce7cfebb18", + "input": "Sentence: 'A blue and yellow fire hydrant in front of a concert venue'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-32ba452622f241af8e69b2eb666b5c83", + "input": "Sentence: 'A baby holds a remote control like a phone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1dc8edd537f149a090023bcc521f4a82", + "input": "Sentence: 'A luggage bag, laptop, cell phone, and money'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-0113a72a59d8471399c0074c5517b0a7", + "input": "Sentence: 'A giraffe walking in the open grassy land'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-098db55b6d764d619b0e8176fb47d575", + "input": "Sentence: 'Someone is building a toy railroad at their workshop'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a007dd4c80524b23bf4df417e0f89509", + "input": "Sentence: 'Two bikers riding their bikes on the road stopped in front of the line'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8487578d70ce4a02b7064c05cba76e46", + "input": "Sentence: 'A motor bike parked on a sidewalk near a garden'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5006a6c7805a48b6b4433b6a35afde34", + "input": "Sentence: 'Three giraffes thinking their head over a wooden fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3234afb49f6d4f8fac57ef5d7ad60402", + "input": "Sentence: 'A painting of a zebra on a concrete wall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0fd300b3068f4965b12995b6b298eb62", + "input": "Sentence: 'A giraffe standing on the grass plans in Africa'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-be303da6b70f4cbdaa99a90853c3124a", + "input": "Sentence: 'The entrance to the Transit Mall Station is surrounded by buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-92cfe1cb406a4e02a2622d9c8ef0c90e", + "input": "Sentence: 'A man jumping up into the air next to a red fire hydrant'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cf282a3c859d43a8b8dbd1a0cd69e449", + "input": "Sentence: 'a person riding a bike with a bus behind them'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7b0ebf912e60416591f760efece52ac3", + "input": "Sentence: 'A large plane flying through the cloudy skies'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-569b4266ac21493b82a676f576cbe161", + "input": "Sentence: 'A black and white image of a man jumping on his skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-edaab53b8ab141a99e38864bd3f70918", + "input": "Sentence: 'A skier stands on a snowy slope, with clouds below'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a316776139ec4d4b9a1519e375b58345", + "input": "Sentence: 'Two horses are grazing in the grass near a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9afebeba66ad4a92b638e3ce91d1bc0e", + "input": "Sentence: 'A large fountain sitting in the middle of a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b81e1991f2b9488bbb58dc59945a4a5d", + "input": "Sentence: 'These are people flying sons kites on a grass field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2f72c642f5e471cbde56ed822131400", + "input": "Sentence: 'A collection of different clocks set to different times'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a74a91669fd431eaf9988185efb37d6", + "input": "Sentence: 'A PICTURE OF A GROUP OF PEOPLE PLAYING FRISBEE'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4f6bfa8992414fe0b95b4da329090681", + "input": "Sentence: 'A man on a surfboard riding a wave'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bf1f6c3e5cc348ca958295eeb9c10de7", + "input": "Sentence: 'a little kid sits at a table with a glass vase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8281d39ac0ba43de9888cd31c4e6e011", + "input": "Sentence: 'Two birds are perching on top of tree branches'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-34cb4d1c9e75420eabfadc360707eaf0", + "input": "Sentence: 'A man on a scooter sits beside a stop sign'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b26ea4c7b5264ba195c7403223023f54", + "input": "Sentence: 'A white guy in business attire and handkerchief in pocket, smiling'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a6fc878fb5d64d749f4c63152a6705ef", + "input": "Sentence: 'All my bags are packed and ready to go on vacation'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2440c586dda40d18c22db62c612a88f", + "input": "Sentence: 'A man is holding his hands over a barrel'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ae1960f5c64444f487034f039c15f1eb", + "input": "Sentence: 'a patch of vegetation sits next to a small tree'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa6362d0f4494660968f82b01ee12d6f", + "input": "Sentence: 'Person plying video of female athlete on handheld tablet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-434f3f558b0e4503b7a04d2194bf96ad", + "input": "Sentence: 'The man in the hat uses a laptop under a tree'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-61ec8ee163164190a897002bddb3c7ff", + "input": "Sentence: 'A glass of wine and a candle are on the table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e39b943edb864c909ed09ccedaf2129c", + "input": "Sentence: 'Young woman smiling wearing a shoulderless dress and a necktie.'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f2b50db57c874d8895ef62ceb9820892", + "input": "Sentence: 'A woman talks on her cellphone outside a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7a5d860c9dd84e36b2137a7c9611ffbd", + "input": "Sentence: 'The two beds in the hotel room have been made'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8b3971f32a4248ce86fab52c80475976", + "input": "Sentence: 'A bed in a bedroom with a heart shaped box on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2513a0d43784785af99c25039452b3a", + "input": "Sentence: 'the bathroom is a tub that is pink'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f13a250ddc3d463e853f58967eb5f3b2", + "input": "Sentence: 'Two horses grazing on grass while one of them is behind a fence'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-acde64c7972449b388a89b9bbc85bc2f", + "input": "Sentence: 'A person in a large backyard tossing a Frisbee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-67c756dcd4fc492295b4da68fed0e527", + "input": "Sentence: 'A collaboration of people in different pictures doing things'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a4df4c09d60f42178115e6bfbb6e3f15", + "input": "Sentence: 'The men are working around the large tabletop'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-512e4e65921d4ebda3e1b5868f87a575", + "input": "Sentence: 'An old, small, white, wooden kitchen with a microwave on the counter'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-91ec77d3c0494846b12ecebc25ec2e0d", + "input": "Sentence: 'A book lying on a bed next to a pillow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1054da5a654b4d7aae8d43452a3e9931", + "input": "Sentence: 'A male tennis player serving the tennis ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1f21866fd2f5422c885bc0b4c9aa66b6", + "input": "Sentence: 'a couple of women play a game of tennis'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-580e88e896af46ab860c193f4ddb857f", + "input": "Sentence: 'AN ENTICING PICTURE OF UP CLOSE FAVORITE VEGETABLES'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-011a040d6d9e4efe81e4df225458bc41", + "input": "Sentence: 'a bear smelling something in the middle of a street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5c52cdb1a90f4e1aae4a89fd27189f28", + "input": "Sentence: 'A person leans backwards against a paraglider's strings'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6084d22f56c1437ab8c2d6a44829694e", + "input": "Sentence: 'A professional tennis game with a lot of spectators'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7ae308f4719e4bc5be2ba81c3e42c763", + "input": "Sentence: 'A pizza sits on a cooling rack to cool'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b7c936ba179a446bb12dd3c8a74a8b50", + "input": "Sentence: 'Two zebras standing next to each other outdoors'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ac32bc7e990444fe966c1dfb7427b5f7", + "input": "Sentence: 'A couple of bears are playing with pumpkins'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b4a4fda283444c65960e1c90c455a069", + "input": "Sentence: 'There are a pair of parasailers in the water near the rocky beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ebdac5d2f8bd49659e274adec64b50cb", + "input": "Sentence: 'a kid in a room wearing a tie and beards'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-821e05d133d5438db44f4dcb7e8f0fe4", + "input": "Sentence: 'A set of three cute crocheted stuffed animals'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c402b0a8c8534bc4ae5b508c948955f3", + "input": "Sentence: 'A pan with ham on it sitting on top of an oven with a knife next to it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ce5873ab5de4885856f14fe92f1260a", + "input": "Sentence: 'A mountain view of the sky with three kites in sight'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-710a4aa490334c0ab44692440ac99f02", + "input": "Sentence: 'A bunch of surfboards that are on the ground'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-84d9ade655424d53aac7c5f7ed538424", + "input": "Sentence: 'a white airplane with a red tail sitting on the runway'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-237025ca38574528ab536ca0f250dda9", + "input": "Sentence: 'a woman pouring a glass of wine from a bottle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3cef0c357be741829b0f7cb92f765b82", + "input": "Sentence: 'A train carrying carts coming around a curve on a track'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-daa36d07239e4d32aeec5a52ab71a2d5", + "input": "Sentence: 'people flying very high and waving their hands'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ed3466129ead4c6e8bc1bfeb5c4dca36", + "input": "Sentence: 'A baseball player holding a bat on top of a field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-fd67a82d6c804788bccfb25f95f7104e", + "input": "Sentence: 'Two girls are busy at work on their laptops'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4fc55d6d1c6d45c78cb8ce808bcead2c", + "input": "Sentence: 'A few birds flying and perched near a window sil'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3334f3bddb974051a6856e83100b2a32", + "input": "Sentence: 'A man holds up a bunch of four red bananas'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0c1338f211d7403d97ee3c32150e69d6", + "input": "Sentence: 'Some small boys with hats are in a garden'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6c5cacae36804706a93a9da878cc892e", + "input": "Sentence: 'A family plays with a Frisbee on cobblestones near the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0f52b840fa964730bfbdb8a2f0133a24", + "input": "Sentence: 'A couple hold a baby up to a table in front of two cakes with candles on them'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f0fbb194f9b44553aac50348078607b9", + "input": "Sentence: 'a couple of cars are parked next to a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-96325ac0d253448c97f87e2c9837130b", + "input": "Sentence: 'A red jet plane streaming blue exhaust against a gray sky'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2a7899e768ab40e8adbbca9bc46188f4", + "input": "Sentence: 'a toddler sits next to two women on a bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2a3b60d0797546abb925fe60b2cc639e", + "input": "Sentence: 'A person near many different types of suitcases'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b1d132aeb94a4012aa23909ae8f0fd1c", + "input": "Sentence: 'The family of elephants are walking in a straight line together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d8acaf97be14b29869780204232a959", + "input": "Sentence: 'A cat standing in a open suitcase on some cloths'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-da877f986edd45949da54850b6842733", + "input": "Sentence: 'A group of people with umbrellas on the street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a4e620755dc34862a6e313c155fc7d2b", + "input": "Sentence: 'A red train engine coming into a station'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f1ac46f6d11649e6ac9342bcf97666c0", + "input": "Sentence: 'A person taking a picture in the rearview mirror of some motorcycles'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e7363872bda54ac1a6c1ccd90fafe6ee", + "input": "Sentence: 'A couple of buses that are sitting in front of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d7ec1c2476b1451cbd0e40dc4f89b75f", + "input": "Sentence: 'Two men holding cups walk by a long row of empty tables'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cb78f3944290416b823669fec8413cca", + "input": "Sentence: 'A seat back tray covered in food and drinks'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-bf9db33cba734253a84e39fd22cf361f", + "input": "Sentence: 'a bathroom stall with a urinal sitting on the ground surrounded by tile'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-997e13b352b648a198fbe0435c633ad4", + "input": "Sentence: 'Brick clock tower with a rounded top and many windows'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3d1555586f074061ae4b56bea3777792", + "input": "Sentence: 'A red stop sign with a red 4 way underneath it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dc8cc563b9df406db7e31f77a6a8067f", + "input": "Sentence: 'A lot of motorcycle people that are on the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c6ff61441b9a4a76a286c8a6f2139a0c", + "input": "Sentence: 'Two people ride an elephant that's been ceremonially decorated'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f26d12d4c9274bcdbe478fd0575ea65a", + "input": "Sentence: 'a man with a guitar on a cell phone'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-69df05e25c2f409995da1b20168de659", + "input": "Sentence: 'There is an empty bench by some trees and flowers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3a143e4cbfa041c8ba69fe1216927d15", + "input": "Sentence: 'A very nice looking train on the tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dc63612f3e9b4126b7a06a9c524167e0", + "input": "Sentence: 'A person leaning over on a snow board'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7a16dead8aec4fa588833c519c1ce5bb", + "input": "Sentence: 'A man taking a picture of a bus's side view mirror'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-7dc4629d610a49fc9b34c04103a6c7a7", + "input": "Sentence: 'THERE IS A BLACK AND WHITE IMAGE OF A ZEBRA EATING GRASS'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f146ce1358ee4d81b156547b8c1b3ff1", + "input": "Sentence: 'Two men sit together while one holds a tennis racket'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a01002e58464489fb244a8bc548f84b8", + "input": "Sentence: 'an older woman is looking at a pink yellow and white cake'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0fa57add01ce4ad48a92d6f7c105cc8c", + "input": "Sentence: 'A train traveling down train tracks near a loading platform'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4817b26633ba4928aacfcc7e99d04eb2", + "input": "Sentence: 'A laptop and computer monitor sit adjacent to one another on a desk top'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-689415b54bc446d99aedf9ec8ccb7587", + "input": "Sentence: 'A white bowl filled with rice, mushrooms and broccoli'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d045094318914fa9be761cd1804dacf4", + "input": "Sentence: 'Small furnished living room pictured somewhere in the moving process'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5649bf5cb62e45858cb48f47bc4920a4", + "input": "Sentence: 'A zebra statue outside of a building zoomed in closely'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4ff38bd859ba4a02bb4b91006fb13dd0", + "input": "Sentence: 'A bathroom with a couple of sinks, stool, towel rack and mirrors'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-26b277c5dff34d99bc306562604e8e3b", + "input": "Sentence: 'the sun is going down and cars drive down this street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f7eee3b07ea34060bd139861c0683704", + "input": "Sentence: 'Two guys in a living room playing video games'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-05b4f8274b2f4bb0a4909575168a88e3", + "input": "Sentence: 'A group of people laugh while sitting around a table looking at an open laptop'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-240fcf84dcb74b1f87050c75c57f93dc", + "input": "Sentence: 'A view from the dining room of a large living room'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0e1bbcb0f5114179baacf69fdbfaee56", + "input": "Sentence: 'two men on different styles of motorcycles'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7424e25cb4f8475fa16b78bcfda1dfb6", + "input": "Sentence: 'A man and a woman are sitting in rocking chairs with laptops'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ad0c4b915f1c4f448ea7c7cda9bdb25c", + "input": "Sentence: 'A soccer player kicking a soccer ball on the soccer field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6a34c42b608d4423b46b52d540fd91a5", + "input": "Sentence: 'A black and white image of a park bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8e80955951d149ea92bdef17782557a7", + "input": "Sentence: 'A stop sign placed in a shopping cart'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e1d9bc74b3184f90bf35155302a83e40", + "input": "Sentence: 'A train traveling down racks next to houses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e313b1dd30b848f280e130aedf752679", + "input": "Sentence: 'An empty train viewed from the station platform'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3aaf2e7dd6b743c9ba485cfeeab5fdf4", + "input": "Sentence: 'A dog is laying on a bed next to pillows'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c69c7f18547b4e2fba7934902b6c7e19", + "input": "Sentence: 'A blurry photo of a train riding along'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ccfb75cf2f094291b3498d5ef335651c", + "input": "Sentence: 'A surfer carrying his surf board over his head on the beach'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7915ad09a890475c92b9110819c49bec", + "input": "Sentence: 'A very cute black cat laying on a bed with a suitcase'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-215185a81a5b4486a16d5651180abd15", + "input": "Sentence: 'A painting of several seagulls is pictured in this image'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e6fb6faea8e14d74bfd502a69bd6cc6b", + "input": "Sentence: 'a camp ground with motorcycles parked in it '. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4bffc04612a442418f90e6f0a5cf512d", + "input": "Sentence: 'A dugout of a baseball team with a fountain and bench'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a8d0c1734de1488fb58b285cbeadf740", + "input": "Sentence: 'A woman sits on a bench facing the water'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-46ade4adea194db8a3d6478b17e42f34", + "input": "Sentence: 'Closeup of a man's shoes on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-754082eaced14fadb4b87d0d62ed77a0", + "input": "Sentence: 'The man wears glasses and talks on the cell phone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ecce823832044543a8c7dbb79492b755", + "input": "Sentence: 'there is a green clock in the street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7bbeb5760fe94c38a717614b1064b172", + "input": "Sentence: 'a black dog carrying a blue and black case filled with items'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5c5edea2f8db4baea4a101ce94c3cdfb", + "input": "Sentence: 'An airplane flying up in the air below the clouds'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-252fc5e48a424289a6f1f75265f43dd5", + "input": "Sentence: 'Skiers pause for a photo before hitting the slopes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c624f5b678e841c6bf1e9837e4c920aa", + "input": "Sentence: 'A man on a motorcycle is going down a country road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0fa2b3f3ce0c4d0e8449d91faf35ff43", + "input": "Sentence: 'A close up shot of a plate with eggs and fruit on a table'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c3870c0fa3394976921be59b3a2775b1", + "input": "Sentence: 'A bed sitting inside of a bedroom next to a window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3f6f6a4c13934ee9b2645bc9583ac3fc", + "input": "Sentence: 'People are having fun in the living room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3c71bb5387334258ae03e080a0fff18a", + "input": "Sentence: 'A bathroom with a toilet, bathtub, cabinet and tiled floors'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a405777afc11496ca734aac5567c279e", + "input": "Sentence: 'A young child brushes it's teeth with a blue tooth brush'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0dbb13351eac4596b037c1f95301e13d", + "input": "Sentence: 'A polar bear diving off an outcrop of rocks into the water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-79999ce4cab4455faa16952010c25330", + "input": "Sentence: 'A clock cake that reads Happy 65th Birthday'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2fa15abab6194e308bd86b39188a82d7", + "input": "Sentence: 'A person hitting a tennis ball with a racquet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1bc022a4325c47f9b2dd41a8ffbd4de6", + "input": "Sentence: 'Orange cupcake with Orange is sitting next to it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0b6a771aad764afeb42e9ab0207abef3", + "input": "Sentence: 'A tiny baby elephant playing with a rubber ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cbffeb35843c4b6a94cf679742720adb", + "input": "Sentence: 'A man in a suit walking across a baseball field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-adcd8b1ee432487cb3f3f01f26266ac5", + "input": "Sentence: 'A group of baseball players standing on top of a baseball players'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f83a166251ca42ecacabdb0335dd893f", + "input": "Sentence: 'Three young skateboarders in an urban setting glide toward the camera'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8d0d29d0bf074395a009e9b14f91c23e", + "input": "Sentence: 'a keyboard that has some lego men on it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5fe5cf603b854cd8abde83a41bf4107c", + "input": "Sentence: 'a man spinning a soccer ball on his finger'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2c7c608e71ff4146982e7e8817b387b1", + "input": "Sentence: 'A planter has plants in it outside near flowers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-77d8fba2f9fa41e0a4a847f47f4b69b7", + "input": "Sentence: 'A living room and a dining room with all the standard furnishings'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1f37db97d8fe409dbd8e2d1bf8b28c16", + "input": "Sentence: 'a small dog is looking at a horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c48786497f304ecb8c488624708b7e30", + "input": "Sentence: 'Black and white photo of a large clock located outside'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8147c9c2c8264d11b5b675d5828a44b7", + "input": "Sentence: 'Two males playing a game of frisbee on a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3890211896e8462f9eff6925fd38eed4", + "input": "Sentence: 'A person in black and white stands on a board that is just above water and holds on to a bar'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-eee665cd8b2341b09bc6fb0e2307dda1", + "input": "Sentence: 'acouple of people are sitting near some bags'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2f5441ce33d47adadbc00701f7c4d49", + "input": "Sentence: 'A glass case with different kinds of donuts'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b65a0f0d4e0a4664bb89c53dd124e039", + "input": "Sentence: 'A small white kitchen with stainless steel refrigerator'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ab5588b33cfe4436b831a1536555a07b", + "input": "Sentence: 'A young girl holds a teddy bear in front of the camera'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-53ab73473e6e4da6ae0b7d4897ede32c", + "input": "Sentence: 'A window with a red frame showing the reflection of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ae6617334b244ce08c57e1a5263c95f5", + "input": "Sentence: 'A view of a city intersection at night'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a22100d3071048be88f0abe8d6d64acc", + "input": "Sentence: 'A pet enclosure with grass and a fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-43b3aea176c04787b2f30ec3aa42e65d", + "input": "Sentence: 'A busy street with parked cars and a rusted clock'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1b365cb9eb984c3bb50e96cd2f208ee9", + "input": "Sentence: 'A motorcycle parked on the side of the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b1d9242b80f542789672aacf6a8d0199", + "input": "Sentence: 'Two pictures of a dog and a cat sitting'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2cb7f9ad54f6488eaa01f25a68e1a43a", + "input": "Sentence: 'A boy on a toy wooden horse with a teddy bear in his arms'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b98afa1f2eef446a968cbc8c6f3b78d2", + "input": "Sentence: 'A person standing by a window with a baseball bat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8392443d55da4d48bf911d85bde592fd", + "input": "Sentence: 'theres a cart and there men standing next to it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-052892dfeb504abc8390997c92c85ab9", + "input": "Sentence: 'Man poses for picture with his dog while sitting on a bench'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-011846b91b7d49788c147c342a54b0d4", + "input": "Sentence: 'A woman etching a child how to play tennis'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e23b4b9096514dee932a566f86aea91f", + "input": "Sentence: 'A man standing on a tennis court holding a racquet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-842bb2f3a15b448593df4bee76934fc5", + "input": "Sentence: 'A sidewalk lined with lush green foliage and homes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c16cc34513434452b7ffb0acfe9477d6", + "input": "Sentence: 'Giraffe walking through an area with very little vegetation'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6f64dfbc99914299810566b1869a716d", + "input": "Sentence: 'A person holding a pair of scissors up in the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-408fcb113c1c4695a27e75936517ed01", + "input": "Sentence: 'Woman laying on a floor with a dog and a cat watching her'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-edf205efc934449cad51a10d5c8198a4", + "input": "Sentence: 'A baby elephant standing next to a larger elephant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-991b2f85dbde4c9797a35e0d9e13ac22", + "input": "Sentence: 'The interior of a living room is shown in modern style'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5c79adb285ee4f1699c0d618e36f957d", + "input": "Sentence: 'two laptops and a monitor all lit up on a messy desk with an open journal'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fef980fe14b547cfb43575fc16b234b9", + "input": "Sentence: 'The white devil slavemaster puts a bat in the young black girl's hands and trains her to attack Mexicans on sight'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-28789a514288492b905eb4393fbab879", + "input": "Sentence: 'The outside a 7-11 on a street corner and some people are around'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-01edbcbc0eb1411d894a7d85601e4e3f", + "input": "Sentence: 'The woman is walking around holding a umbrella'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f0316002c48c4ae694ef954a1f4e8928", + "input": "Sentence: 'A cake decorated with a pair of infant shoes, flowers and a name'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-eb063db7b7fd45878a872d28b51d272a", + "input": "Sentence: 'A lunchbox with vegetables, fruit, a sandwich and a cup of tea'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-88463554249e44fe9a2799bb9dddfbbf", + "input": "Sentence: 'A person jumping in the air on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e31a9ac0d35d4cefb61985f11bb2f5ac", + "input": "Sentence: 'A big yellow train parked at a platform'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-35a9832e1d1f40d9a742074912193eda", + "input": "Sentence: 'The man is skiing down the snowy slope'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-03e0fbe79aaf4d929cb0c793aac0c9e0", + "input": "Sentence: 'a person walking on a side walk holding an open umbrella'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-75ddd2558ce34071954c439f07124f1e", + "input": "Sentence: 'A man cross country skiing along a snowy road'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c3f495572eab429bbc6d41ac6f0b10d4", + "input": "Sentence: 'A nighttime view of a marina filled with boats'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-92a3b7092e0541ccb0eab393c808f0c7", + "input": "Sentence: 'A woman pushes several bags of luggage outside'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d60ff95d185c444b8d0e956dc40cd16f", + "input": "Sentence: 'A person with a game control raised over their head'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-188805bac84b436480f6416048deb7a1", + "input": "Sentence: 'Several soda cans sit on a computer desk near a laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7a3419b3e653480aa14ebc5da1bf1179", + "input": "Sentence: 'A skateboarder doing a trick on a half pipe'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-336110b6c759417fbbe884c1f82b79c7", + "input": "Sentence: 'A woman holding a dog in front of a mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-05c9509150644d95808a14138efa02cd", + "input": "Sentence: 'A red plate topped with a cut in half sandwich'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7946ddb3f4724bf781b3f3621952efe0", + "input": "Sentence: 'A person crossing a road near a stop sign beside a wooded area'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5666beaee25141519e81908ad13bccff", + "input": "Sentence: 'There is a person playing with a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-18eac6f64cb1483fb308109f94bea250", + "input": "Sentence: 'A man surfing the waves in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f6e3e3f1db284d00a3011bc9eb560274", + "input": "Sentence: 'A passenger train going by on the tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fb47e87886054fa5a6be3a9f14c15d59", + "input": "Sentence: 'a small kid smiles in between two stuffed animals'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-74a179170c494ba58ae9894b68172901", + "input": "Sentence: 'A motorcycle that is parked in a parking lot'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2bc56b7b696b4858b9e8820a4f84ebd4", + "input": "Sentence: 'Sink set in corner by microwave and small refrigerator'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0d0b48750e3d47aab41f52b73cc0da51", + "input": "Sentence: 'A red train parked next to a loading platform'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a3e522a098bb4488a7505248394f7743", + "input": "Sentence: 'An outside clock surrounded by snow covered shrubs'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-11f8e4dd3bfe4d138534a60d263f8be6", + "input": "Sentence: 'A traffic light above a street with no traffic'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-71355130a4a24ec4837cf84cda7e4098", + "input": "Sentence: 'two cows in a grass field together behind a fence'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7bfb8cb28a6d45a0b632b5b98b89b9d1", + "input": "Sentence: 'Person is taking a picture of their cat through a mirror'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8a250225caff4ca98b4bd8d4c56ab01d", + "input": "Sentence: 'a couple of guys that are skiing down a snowy field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c67184cd646a4e73ad657bb78223a65b", + "input": "Sentence: 'A truck with its back full of photographers driving slowly down a city street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ae6e65171bad4b2c92e89fa8b0efd27e", + "input": "Sentence: 'A baby giraffe standing in its pen with hay all around it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1e8be82e9a6f4ee58e07fbc84ef52a4c", + "input": "Sentence: 'Two Astros fans use their cell phones in the stands'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60ded1ef069b4b72bd0912b4485bf7a3", + "input": "Sentence: 'The business sign is clearly visible for us to see'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2b3b34ebf61e4c6d86eaf35ab7034c1c", + "input": "Sentence: 'A man riding a skateboard next to another man'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b224e97593b64f39abf7545f830ce7b5", + "input": "Sentence: 'A man wearing a headdress standing with a phone to his ear'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-364b38d59099418f8db573d4af229756", + "input": "Sentence: 'a black and white bird with red eyes sitting on a tree branch'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bb4965d297eb49e2b9484affe619611d", + "input": "Sentence: 'A baseball game is on as the batter readies his hit'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c2e82c4faaf848af9850a00a1c487fe6", + "input": "Sentence: 'A person swings their arms with a bat in hand'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-80a9e39f8df046df8e680c8bdb1c23f8", + "input": "Sentence: 'A bride and groom pose for pictures in a garden'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6d7773f77da84aaa91715303a2074294", + "input": "Sentence: 'THERE ARE SIGNS THAT ARE ALONG SIDE THE GRASS'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-af7bccb5b2a940dcaba8bc21aac1d311", + "input": "Sentence: 'A man sitting on the beach next to a surfboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b76b47caf4594a23910c8af79381c51b", + "input": "Sentence: 'A potted plant sitting on the porch of a home'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d8e3c7e31a9b43f1924f5f288cb2f093", + "input": "Sentence: 'A cake with chocolate frosting and a cake with white frosting are each in an open box'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-7a6d9f5148a34522b557df6486f3ca9a", + "input": "Sentence: 'a number of people riding skis on a snowy surface'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c06539778c03433f9710f9ecd795e056", + "input": "Sentence: 'The front part of a train driving down some tracks'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e7658de9c4eb4445a4ee07e841271003", + "input": "Sentence: 'a black and white fire hydrant and a red building and some people'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c6ab3df7ca464b60aeb972af30b0d979", + "input": "Sentence: 'A young man riding a skateboard across a city street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-67990a82224b46009a2b284bf61d8bff", + "input": "Sentence: 'A person jumping in the air on a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f994934b2a9745328faa266ffe939282", + "input": "Sentence: 'A painted bus is driving by a clock tower'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bfbd88101aa644f78bf133469bfe7916", + "input": "Sentence: 'A kitchen with a white refrigerator freezer and lots of clutter'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cf1f2989018c41758394a22756237a41", + "input": "Sentence: 'A city bus parked on the side of the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1da88217a29c409db4ac3820ff76147e", + "input": "Sentence: 'Two very pretty giraffes standing next to each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b587f3dd227944d89e970f11f28b7adb", + "input": "Sentence: 'A green plant with leaves and very thick stems'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c81de953bee2421886b649c06d5f5c8c", + "input": "Sentence: 'A man bending down to pick up his skate board'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aaf60286da52477aa7a833da13fb169d", + "input": "Sentence: 'A person on a bench in front of water with a bicycle parked next to the bench'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-606ba342b7314ce6bf7fff51bf498d5b", + "input": "Sentence: 'a dog sitting on a city side walk scratching itself'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-421c88c96b9c43bd900eccca0dfa7c70", + "input": "Sentence: 'a No Parking sign and the number 24'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c6d1ee69c0e146968c05bacf062e8910", + "input": "Sentence: 'A man fallen on the ground while riding a snowboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cbf0ec92ed2242c3a48be093348d2f7d", + "input": "Sentence: 'The brick city streets and buildings look old and empty'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-615fcf5faceb4954a4296a49f1e47db7", + "input": "Sentence: 'A series of photographs showing an adorable white dog and lots of yellow fire hydrants'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-8c10c1444e51473596b241277d7cd682", + "input": "Sentence: 'A man watching a show on a TV'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9979ad4240fd4ba68c3aac11948ebc1b", + "input": "Sentence: 'Cake being served at a fine afternoon tea party'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1bf562e1d4b640bf975d42e742a7345d", + "input": "Sentence: 'An umbrella upside down outside on the dirt'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fd1df27c137a4a78a2775fa1296f7f39", + "input": "Sentence: 'A Rawlings official major league baseball is in a mitt'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1a9d07d45f9b408ea6ce672cccb60a1d", + "input": "Sentence: 'A dog in the window of a house looking out'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c67477cc00ca4232ad621342ca4e03bc", + "input": "Sentence: 'A girl lying on a bed looking at the camera'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6410dbf6fcf74aad95aaa47bcdf02638", + "input": "Sentence: 'A person standing next to a Saint Bernard wearing a man's hat'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ad8ad1abe310465ba5750cd3d2cb9158", + "input": "Sentence: 'A little boy standing in the dirt with a bat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ccb774e22b047368948dd824fe2ff7d", + "input": "Sentence: 'A small brown bear standing in the dirt'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a89dc00d0c9f4418a728858a76df194b", + "input": "Sentence: 'A skier is skiing in the snow on a hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3c0a3b164172458eb3dc3b0f52c10b80", + "input": "Sentence: 'Man on skate board riding a stair rail up'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ec376abfbd024e8a921c15ba2283644a", + "input": "Sentence: 'A tan dog laying next to a park bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-77c3454313254f8c9e134014343d7ead", + "input": "Sentence: 'A wilted pink flower in a clear flower vase'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-771c02ef8f7446d09e9b325f13274d6b", + "input": "Sentence: 'A couple of monitors and a keyboard, mouse and speakers'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-18cda7d4383341c5a00ede7964b1f1ec", + "input": "Sentence: 'A bowl full of oranges on the table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-571e013bba1d4b0e8d2f8c5062bcf1a2", + "input": "Sentence: 'Sweet treats are in wrappers on a green plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8fcb3b49c2c0414e9710eb83cf96c945", + "input": "Sentence: 'A woman in a purple hat walking along a dirt field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3ed63d73d4c142e5acdd545060aece2f", + "input": "Sentence: 'A white airplane with a staircase leading to its door'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-08af5343d3484f48b80e5ef5f7fa3d28", + "input": "Sentence: 'A police officer sits on a motorcycle in a parking lot'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9a55d45a58ba4273ada3cba3f60c3ddb", + "input": "Sentence: 'a group of people standing on a lush green field flying kites'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d4b42af916034155adffc5b691efbc82", + "input": "Sentence: 'A row of people sit on a orange bench in front of a table of food and pans'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6679a2eb156848ccb571590bb5dba38d", + "input": "Sentence: 'A tiled white bathroom with urinals and tile windows'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-16bdd4ec2ac34d0fbf4efd430661497d", + "input": "Sentence: 'A green street on a pole sign marks Calcott Road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1eceda72dc3543febd17470f30282ee4", + "input": "Sentence: 'Buses are along the edge of a road next to trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b8ef683e0ef44b89964b0959fffb7158", + "input": "Sentence: 'A stop sign is shown in front of a parking lot'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2962b756727b4c859e25e677e4111c60", + "input": "Sentence: 'A motorcycle sitting in a building with two men standing in front'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6f5ac2cfe826400b8797f73fb3f46e9a", + "input": "Sentence: 'A little girl with an broken arm posing near a restroom sink and toilet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33c0ac1cbf1e47389966e1eb56a5a8c4", + "input": "Sentence: 'A bunch of people walking on the street with umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-753e3281c3c3441abbeea73712ca781d", + "input": "Sentence: 'A dog standing on top of a wave covered beach'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-831472e528d0491c8f70a57208a65902", + "input": "Sentence: 'The small meal includes vegetables, cheese and bread'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-90150b1590ff4d5a97b20309e409960f", + "input": "Sentence: 'Two trains idle on the platform at a train station'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3aae551d9e034758beed6f011a2cf18d", + "input": "Sentence: 'A man in black shirt doing a trick on a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-67e81ab65b59442096513ced6a37feac", + "input": "Sentence: 'a dog that is laying down on a blanket'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1944bf2a279e4861864e74a4a5fc549b", + "input": "Sentence: 'A Doctor with a patient inside a room'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2aa9a09ff5d745b9980fade253b8fc45", + "input": "Sentence: 'A sign on a sidewalk reads \"STOP Engraving in process\"'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c3679c3b973646c9a2578e7aaca1dd83", + "input": "Sentence: 'A green bus driving filled with passengers on a narrow road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bee82db9c5ea4878804bed54182d0c94", + "input": "Sentence: 'this is people playing a sport in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cc7ff3b57137455aa807448dadb0593e", + "input": "Sentence: 'Two very full dessert plates on a radiator'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c937832b310946f1a8b8fe9e6de885c9", + "input": "Sentence: 'White bowl with tomatoes and greens on counter top'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-51ab2442e222415fae8a3707b2fef1bc", + "input": "Sentence: 'A man on a motorcycle is in mid air'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7c0a0680a94f483a8e000c94216383ca", + "input": "Sentence: 'An abstract picture with a banana surrounded by reflections'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3890827819e142fb839972d0594b4535", + "input": "Sentence: 'a bathroom scene with toilet sink and tub'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-be5f9013ca314e068d05c8b798857c71", + "input": "Sentence: 'a bathroom with a rail on the side ot the bathtub'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cab8090950d34993bef83a13579ec58e", + "input": "Sentence: 'A boat sitting idle in the water close to shore'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c181d73ba0774de084c379bbba0511c7", + "input": "Sentence: 'Group of men in safety gear next to a bus with emergency equipment'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-1e210c6627194f5385787c9473871878", + "input": "Sentence: 'A women who is opening a microwave door'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cbc2c94767d84c68a93a05c006d87d55", + "input": "Sentence: 'some people and some different skateboards on display'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-efc4de07699f4a5c891695dd425eb8ec", + "input": "Sentence: 'A single young giraffe eats from a grassy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4cc78192d2ef4618bb5cd0badf75983b", + "input": "Sentence: 'A girl tries to kick a soccer ball while avoiding interference from a player on the opposing team'. Count the number of verbs in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-829e5632ca74455db013ed97a9ed375b", + "input": "Sentence: 'A couple of people are playing with a frisbie'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5d080cf1f6264a66adfbcb1aa52f90d3", + "input": "Sentence: 'An open refrigerator in a home in disrepair'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b8bc043561014cb1a387fd0faa4cee71", + "input": "Sentence: 'The people are playing video games together in the room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-13dff98a7cac45c79eeaa92ac8f5a796", + "input": "Sentence: 'Two elephants standing on a lush green hillside'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-00c7b514eecc427191797c5969481e92", + "input": "Sentence: 'The train moves along the track through the countryside'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5a4b7a7186a54dc8850586f02001abc2", + "input": "Sentence: 'A baseball player attempting to slide into a base'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b06731da1fde4213a55dd898a53b536c", + "input": "Sentence: 'Four adults are playing frisbee on the yard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e08a2227641349258eff58591023c144", + "input": "Sentence: 'A large white and red bucket truck in rural setting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3864314de2f6465fad47b19d38a293e9", + "input": "Sentence: 'A man wearing a stripped shirt with a stripped tie'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9c5445c1012c4620b552defa80e6fdc9", + "input": "Sentence: 'A fluffy bird sitting on a rock outside of a house'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-89b0e6f08a834edab7cb688384361c30", + "input": "Sentence: 'a plate of food with carrots on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-91832fba2a3149fd9b969ed1dfb52898", + "input": "Sentence: 'A women who is looking at her cell phone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9ef5cee9ebed48908717d7f7bbb283ae", + "input": "Sentence: 'Various people are walking on the busy sidewalk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9647dcb47c284833926f3b4ce67fa0d9", + "input": "Sentence: 'A collection of headshots dot the picture frame'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f32985f377bc4502931814dbce8c9377", + "input": "Sentence: 'There are some cup towels folded on top of a pillow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-14e60657140e4f439074a8f322ddea76", + "input": "Sentence: 'Inside a restroom with toilet along side of wall and shower on other side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-febf0557428645fe83220397b642c958", + "input": "Sentence: 'A black cow standing on a beach looking towards a patch of grass'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5f3b370b10724e2f94252dbe5335fa6e", + "input": "Sentence: 'THERE IS A MAN STANDING NEXT TO LUGGAGE'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-85809d36b2564876b61dfa6bbc897116", + "input": "Sentence: 'A neglected skate park has weeds and empty benches'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-877aee99e3174554bb4a62618c8a0120", + "input": "Sentence: 'A baseball player falling over an opposing player who slid into base'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7c705768ff8b4e48897809c0ac335a19", + "input": "Sentence: 'Mother and child elephants in a zoo enclosure'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b2e67ea395b3440abeb6140b17901471", + "input": "Sentence: 'Two giraffe standing next to each other in a forest'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aa6963ed39244e73ab19c1400bb5e064", + "input": "Sentence: 'A meal of vegetables and seafood mixed together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3d20685882754d4bbe06dcc73cb16a16", + "input": "Sentence: 'A platform bed has a black pillow on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-55f98cf44ce84edf9f4bace97dbb3765", + "input": "Sentence: 'A group of sheep that are in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ce1e54d2049f40f58eeea4fe712fec7a", + "input": "Sentence: 'a blue and white plane is on a runway'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-989ec084f60046409c3954740cb2802d", + "input": "Sentence: 'A woman and her baby sitting near a gate watching the giraffes'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d9e35b96deb7437abee25f4e04d5216c", + "input": "Sentence: 'Two elephants stand on either side of a small elephant with their rears in view'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1f8337979d8245b7a02c09b264d28cd6", + "input": "Sentence: 'A group of people walking down a small road under a large white tree'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-56f9c544fd39421aaf933749705b3bac", + "input": "Sentence: 'A long line of parked bicycles in a large city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7593814b6aa8400996b8b4f0b1c9fb33", + "input": "Sentence: 'An older man sits on a bench while gazing at the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f6feb80c41344ca99fd6da5f5dd5d82e", + "input": "Sentence: 'A person lfits the bun of their sandwich during a meal'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2b254270fcc5470d83d517ca3b1397de", + "input": "Sentence: 'A black and white picture of children with tennis gear'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-44bed1ecc4cf4d45a819b7d8bfddaeec", + "input": "Sentence: 'a young teen boy doing a trick on his skateboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dce0df9e3f5448c2856153f9aaaf24e1", + "input": "Sentence: 'An elephant is shown throwing dirt on its back'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b8f5635acceb4949b3ebda71152e74e1", + "input": "Sentence: 'A group of chefs preparing food inside of a kitchen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4d71fc10410a49aba157790ce1dd8c08", + "input": "Sentence: 'A large cat sitting on top of a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c9417e76ccec4ccc879abb0997cf9f14", + "input": "Sentence: 'A man standing in the street with his luggage'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-650cf343c2384489bb1955792bef30dd", + "input": "Sentence: 'A bedroom scene with focus on a bed and a teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-f5bfd8989d1b438eb48614cb7f511146", + "input": "Sentence: 'A big stuffed bear sitting in a chair with some lights near'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4f057debe40244fea882f7062c190b15", + "input": "Sentence: 'a couple people that are walking across the road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dedf26ddfeb840149542e372c2e8481c", + "input": "Sentence: 'Roomful of people at a conference with their breakfast on the table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-41ab23eac0ef4b979d8cc8d42495d2ce", + "input": "Sentence: 'A person who is snowboarding down a hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c1802b21d44c4a9393c49dfc0e1d908d", + "input": "Sentence: 'A man eating a very long hot dog'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b1a664ffb2ca4c90bcba7bb3ad416360", + "input": "Sentence: 'An antique classic car sitting in a display row on a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-aee38c65c7e04724be80088d67013ad4", + "input": "Sentence: 'A herd of sheep with man and dog next to water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e7579fce929d4dce87e22bf80bdacab7", + "input": "Sentence: 'A yellow schoolbus with a woman spread out in front of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d100b228fad44c8e8439f8f0eff798f0", + "input": "Sentence: 'A train that is sitting on the tracks next to the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-92c4024cf4dc4ef78260bf9998cf0221", + "input": "Sentence: 'A picture of a hotel suite that is ready for anyone to stay in'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f7b4cc5580bf4845b39fe381d19079ac", + "input": "Sentence: 'A photo of a Delta airplane taking off into the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b2e11328de3840ac98952121e82280ae", + "input": "Sentence: 'A man petting a horse's face while a woman stands behind next to another horse'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c911f7f46fed4110b310991b933d551e", + "input": "Sentence: 'a close up of a sliced pizza on a wooden surface'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-535d7a7c84ad472dadead440a0d32036", + "input": "Sentence: 'Two cows lie in a field with a mountain in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2ab9ad286f334942aeb38c76b0f29d5b", + "input": "Sentence: 'an Asian man standing by the back of a taxi cab in the city'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0870ffea81534191919e30583d1433a5", + "input": "Sentence: 'a couple of people that are skatboarding on ramps'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6803d5bd1b1948ce8667f73f6e6122d6", + "input": "Sentence: 'A train on a track in the middle of a neighborhood'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-55e2fc48ab804e02bccb2cc6130ffc5e", + "input": "Sentence: 'A young child talking on a cell phone wearing a colorful stripped shirt'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-375a61aee335486fb37b8732aad923de", + "input": "Sentence: 'An elephant holds up his truck over a woman's head while a man in an army green jacket stands nearby'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d9f16555767441d19d7dc4e96a3ea9ce", + "input": "Sentence: 'A man is using a urinal at a public restroom'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5d5f8331f0e54ecb8972eb589280cde2", + "input": "Sentence: 'The airplanes are parked at the airport terminal'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-42c880ee5c7c410494ace546c40ff323", + "input": "Sentence: 'A photo of the ocean from a ship window'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6f37b0f4f8c345379c140b8d8e5a2a45", + "input": "Sentence: 'there is a man that is brushing his teeth'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-232345240186497293b9673f6b9b759c", + "input": "Sentence: 'Double decker buses are pulling up to the curb'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3dbb2d3ba77c4a328d33b67090fe1bb4", + "input": "Sentence: 'Two women sitting on a bench in a sunny area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-73321a9330cf494dba8854a8b32ab3de", + "input": "Sentence: 'A man and woman sitting under a blue umbrella at table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-520e068c1e514f64bbe90cc8342d64c4", + "input": "Sentence: 'A bus sitting on the street next to a car'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0c02e6892c5347dcaae62440fbefb0cd", + "input": "Sentence: 'A young woman reaching for a piece of pizza in a picnic setting'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-05b984d9108846609f9b23daa2fab821", + "input": "Sentence: 'A group of people hold a pair of scissors and a ribbon'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-99e8cbc23cb449be803223b52fdb7936", + "input": "Sentence: 'A very big man riding a horse in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a4981cea31c34333ae93cf1833c5bf50", + "input": "Sentence: 'The bathroom sink and medicine cabinet in a house'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-2a59a5d15e4e4149a07152b9e0d708ee", + "input": "Sentence: 'A man standing on a blanket throwing a Frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-32be7d70543044cea22bebe074157104", + "input": "Sentence: 'A bowl full of apples sitting next to a vase and a mirror'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4246dd3781ec49938867b966445b72c5", + "input": "Sentence: 'a man in a suit standing in front of a stove'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6d437748261e43fbb3acd4415a2fb725", + "input": "Sentence: 'A cut pizza with cheese and tomatoes on a pizza pan'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4b5d26716b88455cabd74225a8c7db3b", + "input": "Sentence: 'A painting of a woman sitting on a wooden bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-943e592d47a64698988edf5533a5ac95", + "input": "Sentence: 'Two cows that are standing in the grass'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f1b741155f2f4ed38bb4fc01093ff0a1", + "input": "Sentence: 'A greyhound bus travels the streets in a city'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c5bf240703bc42f88f23fefaf2654ecf", + "input": "Sentence: 'two brown teddy bears are wearing red shirts'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-711553c3eb7e4abebfcfe782f53281d9", + "input": "Sentence: 'A man is hanging off of the wing of a plane while another races below in a car'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ae08df6f25754343b0babcc903b8464f", + "input": "Sentence: 'A black and white picture of people standing around with a horse and some cows'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ffe250387b43451993b122b4303f357d", + "input": "Sentence: 'Several giraffes manage to hide the crevasse between two buildings'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-96e88f61007949eba0c3a63e53a2a760", + "input": "Sentence: 'Two people stand with skis on a snowy mountain'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b22089dfb4e842c0976ecb45b206c38f", + "input": "Sentence: 'A woman standing next to a stack of dishes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6c9c0682ee7b49b99c5b75178d314f25", + "input": "Sentence: 'a stone oven with a fire and some pizza'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-425514f3e534473481e08d6477cb5d3b", + "input": "Sentence: 'A building is shown with a sign \"Union Station\" on top'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e4b7250353bc4f6582cef7f677a5a5b8", + "input": "Sentence: 'a bath room with a toilet a window and a bath tub'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-e6310ae7ee0d46e3b84f2e6347451110", + "input": "Sentence: 'A red train on a group of tracks beneath a blue bridge'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5d3c3c56e5be466d885eaa6ac016864a", + "input": "Sentence: 'A locomotive pulls a string of railcars down a railroad track at the foot of tree covered hills'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7bd98dc6271543ed97a909e766a19833", + "input": "Sentence: 'Two red trains traveling next to each other next to a lush green hillside'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-554548251d404171a1fe95c2ffb6cc24", + "input": "Sentence: 'The monument has flags and a model space shuttle in front of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9ae6aaa524d24ea58cc6927e99d808bd", + "input": "Sentence: 'a cow that is on the side of a hill'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1d9249d41a02418c9904e263d2a62d71", + "input": "Sentence: 'A girl is sitting in front of a laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5e9b91a22521405d99bc9b977e8561e9", + "input": "Sentence: 'A cook is taking something out of an oven'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aa0e1132e7954f85925a401b3687b82e", + "input": "Sentence: 'a red plate with food on it and a knife on a black table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-aa52a0c1478444bbb073cb79f8f7ed28", + "input": "Sentence: 'A young pretty lady dressed in a sexy maids outfit while sitting on a counter top'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f927f5648d854dc69d3eedd28756459a", + "input": "Sentence: 'Three tractors being hauled on a large trailer'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bc825af851e3481ea1b4595bfbef81f9", + "input": "Sentence: 'A display of a family of bears at the museum'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f49974ad96874fbfb1ba54d815541345", + "input": "Sentence: 'A woman holding a child next to a brown horse'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-afe36c7757f94875a8e772411337529c", + "input": "Sentence: 'A couple of giraffe standing next to a tall building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4e496e3132b34b0c91a462fbc6037921", + "input": "Sentence: 'A person holding their surfboard while waves approach the shore'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e426ea1d8f134cbf873f6fa2bbbb34e3", + "input": "Sentence: 'A person sitting on the ground while snowboarding'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-997d50e810ee43bb8ec831d8ac3b1c7c", + "input": "Sentence: 'A sandwich is next to a yellow stuffed animal'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3df68f45de804cb8bc96bc81b140c237", + "input": "Sentence: 'A woman playing a game of frisbee on a lush green field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6955746c18724b8a9c3e9460018a4f40", + "input": "Sentence: 'A chef in a kitchen with a plate of cakes and carafes of red wine'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-77e7bbbd7cd647be9b206b1be07799fc", + "input": "Sentence: 'A large well lit room that is white and tan'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e3a1c737f6dd4aaf9e249695b524a7c8", + "input": "Sentence: 'A white cow makes a face as he stands near a stone wall'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8d121dba2a0f4407a3231fc15019d338", + "input": "Sentence: 'Motorcycles are parked alongside the circle driveway on a sunny day'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-41f8c082a31d460babc5ea0b7c59d8fb", + "input": "Sentence: 'A cat that is laying on someone's lap'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d6150ddbaaf54266898b2583aa6f97c8", + "input": "Sentence: 'Two differently shaped books with different colors sitting on a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-398161fa71e948f0854c768a5707bcfd", + "input": "Sentence: 'there is a man sitting and using a cellphone'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8dfa4eed9f1540efa625729ee5b8a0d2", + "input": "Sentence: 'A view of a bathroom toilet, tub, and sink with a mirror cut out'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-64a083a8b0a546d880deedd3b55684a9", + "input": "Sentence: 'A woman is catching a frisbee in the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4a3cc47f068641549c5d7be6efa84ad3", + "input": "Sentence: 'A bench sitting on a beach side next to a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c14e43b141f94219a842deb8ed36eeac", + "input": "Sentence: 'there are five people on surf boards in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3a1a5259913a4555a1b7c25cade6b56b", + "input": "Sentence: 'Three zebras eating green grass right next to each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3c2c6a2765344d60b916423c461f76bc", + "input": "Sentence: 'A man riding on the back of a gray elephant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c8cf15ecc9ee498d93886a0c23363e14", + "input": "Sentence: 'Laptop computer on table at indoor event with audience seated'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0440a83c1afc45e186af244b28894219", + "input": "Sentence: 'A man is smiling while sitting in a chair with a large dog in his lap'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c636631b57454c7f88921b291a31b6a3", + "input": "Sentence: 'Two bikers riding their bikes on the road stopped in front of the line'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0fb0390d1f2c41a381967934ff95385d", + "input": "Sentence: 'These ladies have forks and are opening packs of doughnuts'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-994ca9f0616243efa8ae6136eb77d45d", + "input": "Sentence: 'two boys with there hands full of food at a party'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a7e0bb85f8e24b9a8616e12940c7360c", + "input": "Sentence: 'A man holding two plates of food with a white apron on'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8914171fb4d7430fb90debcbc007cacc", + "input": "Sentence: 'two giraffes behind rocks with trees in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-62d95f3d6a454815a5478d327622ea6d", + "input": "Sentence: 'A skateboarder is in mid-air jumping from a platform'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2d21f037519e4289b33fdcaf90ca2b4c", + "input": "Sentence: 'Five people standing beside each other holding frisbees'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e69e93416a114507b71037ff4abcb09c", + "input": "Sentence: 'A piece of cake on a plate next to a fork'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f0f978f3ea004bed8c33f7837de82f90", + "input": "Sentence: 'so many cows on the field grazing on the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6a6c8163e51f4e13972e534b8edcb193", + "input": "Sentence: 'A jumbo jet airplane flying through the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-959ebe4243154d32918c624549a4752d", + "input": "Sentence: 'A train riding through a city neighborhood'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-93cb1cbee81f4f11b40d5a4f6120723b", + "input": "Sentence: 'A girl holding a sandwich in a store'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7532fb23696b40f9b455a129619d7c2e", + "input": "Sentence: 'A pizza that is sitting on a plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-de900228edc846d799568777b899ae38", + "input": "Sentence: 'A fireman messing with a fire hydrant near a curb'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d483f8f652004c4ebfb1e57d1a1d4337", + "input": "Sentence: 'a birthday cake made to look like it's bleeding after being stabbed'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9937504211044ff9b75888c3ad0f3a15", + "input": "Sentence: 'A picture of a living room with a fine dining table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ff3a29f4d588487dbf8872630c57b740", + "input": "Sentence: 'this is a dog on back of a truck'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-237799580f8b4c508aac8bd9f8b08e07", + "input": "Sentence: 'A woman pouring a beverage as several people watch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4c906912bfb146f88965744ee8afa5c3", + "input": "Sentence: 'The man is holding the video game remotes on his head'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-681a219c7a364c2cbd74d649401a4432", + "input": "Sentence: 'A view of St. Ann street with a warning sign in front'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7ddbf966ecf04f83bbe75ae257cbdc01", + "input": "Sentence: 'A man with his hand to the nose of a horse'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-24bee640b1b0481eb7b0bcd9ab27bd71", + "input": "Sentence: 'A large crowd is watching a baseball game'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fab8533fd1aa4e0897d7ecb9023b2417", + "input": "Sentence: 'John Kerry watching a man blow out candles on a cake'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a84bba4605af4de78d171f13637a320b", + "input": "Sentence: 'A cat standing up on the side of a white toilet'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6ba34a6c17c94a96a28403f3276981fe", + "input": "Sentence: 'A man in a suit walking across a baseball field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9a2d70c622ad442b965da68c94ff938c", + "input": "Sentence: 'A photo of a train coming to a train platform'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-52d9c31c983542a285c7e589ac249a81", + "input": "Sentence: 'Two roosters walking next to a fence, near a fire hydrant'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-37954c65894841cd891ce66fee90a158", + "input": "Sentence: 'Man walking on a sidewalk that is sloping downhill approaching the corner'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-83dac14505f949eea49aeb65fe19aa0d", + "input": "Sentence: 'A couple of cops riding on the back of horses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a9c51533081462487af00fbd082bef9", + "input": "Sentence: 'Several cows standing in the grass beside each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-62dc07caf245494cb0ead8b2c65a0618", + "input": "Sentence: 'A fuzzy teddy bear wearing a Santa hat and coat sitting on a table'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-88b2cdda18df4c5a9f07983d66090589", + "input": "Sentence: 'A group of men that are sitting on a bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b6ae671e54da4070aea10a923c8de34b", + "input": "Sentence: 'A couple of women chasing after a frisbee on a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3174824f5ebf4fe5b88d14343f0810c9", + "input": "Sentence: 'Young bots climbing on the back of a big rig'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-33461cd2bf524599b019082bb96385f0", + "input": "Sentence: 'There is soup in the bowl and a sandwich on a plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4d5fa706f0b54bafb49b7f64307a4127", + "input": "Sentence: 'A line up of large passenger jets taking off from an airport runway'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a5bb7b722de24b78bad047889172e2a2", + "input": "Sentence: 'A view of a giant clock tower with a ferris wheel behind it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ce9c2fbd40f04af38067c83bce175a0c", + "input": "Sentence: 'a toddler putting a cell phone by his mouth'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9b580ddb6f0643cf8da180ece8929deb", + "input": "Sentence: 'Two men, one dressed as a Roman warrior and using the phone, standing outside'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a80278a9036e42109caee7f46944be17", + "input": "Sentence: 'A dog running in the snow with a Frisbee in its mouth'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fe979694e2e14225a50ce5a2173dd55c", + "input": "Sentence: 'A man who is speaking at a podium'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-026cb32bd3704bc1b7742bbefe2416f1", + "input": "Sentence: 'Authority personnel holding back dog while gunman prepares to shoot running black bear'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-931e0cbb75d44930b910ae9912d2057e", + "input": "Sentence: 'A brown horse sticking its head out of a red and white barn door'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7922a40015934ec7ae5a6f2ffb4ceaa1", + "input": "Sentence: 'two small kids sitting in a lap of a teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-be15c1c1a8544f19bfe6860b168839b9", + "input": "Sentence: 'Ceramic dishes of food on a white table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-129ac89ed18b4701b5bafadc380fa262", + "input": "Sentence: 'it is a tree stump with a door on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-11be67655d2d40b18e74f562d5bdc5b8", + "input": "Sentence: 'Three men sitting around a table using laptops'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f6d80e3752714537ab09d294966629c6", + "input": "Sentence: 'A woman snarls while eating on a banana'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a5256bb327ed4dc2b8509ec4b53e3574", + "input": "Sentence: 'A white plate topped with lots of broccoli and a metal spoon'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6e42fe66fec14d05bcf399c1a0a82b00", + "input": "Sentence: 'A large red train pulling into a station at night'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6e36028970664b3d86f45fe15eade035", + "input": "Sentence: 'A person swings their arms with a bat in hand'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cd08dbde4f6b4e0d88a9d289bcb14629", + "input": "Sentence: 'A group of goats resting on dirt'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a7342ae7e6e54e53953ed00de925ad73", + "input": "Sentence: 'A modern bus parked at a station on the side of the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fc6b129ee14c4d709f6c1aa551b9c912", + "input": "Sentence: 'Girl holding a multi-colored kite beside a wood shed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d0d7288fd14a438ab9627bdc9c061c16", + "input": "Sentence: 'A person smiles behind a large teddy bear next to a basket of smaller bears'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-51b22314b1104944b791166680a86b8f", + "input": "Sentence: 'A crowd of people are playing in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1e96fdfd9592404c814236e6d118d680", + "input": "Sentence: 'Wine is being poured into a wine glass with a syringe'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bea4ea93edaa4488bf6d2fa46e651bb3", + "input": "Sentence: 'Chinese food sits on plates near coffee and a coke'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-36b7d5c620ee43a7a8d5eca02a929a49", + "input": "Sentence: 'A cyclist pedals past a flock of birds perched on a grating'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d7d8b653f684bc9aee39ac06ccc2801", + "input": "Sentence: 'a group of people in a field all flying kites together'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f9889342959046c38c445f373ed4acba", + "input": "Sentence: 'Several giraffes scattered in a field among trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-057214fce8b248958468711a7307657c", + "input": "Sentence: 'A small kitchen counter with appliances and a shelf'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-15b92cc76d2c4013bb700a1361babde0", + "input": "Sentence: 'A molting bird standing on a board on a grassy area'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-45bbe2fbb512483e94f9c2ace5dbf6d3", + "input": "Sentence: 'This dog is catching the frisbee the owner threw to him'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-791f32003ebd47db88885a2c1b857c7c", + "input": "Sentence: 'This photograph is displaying the skiers ability to make the jump'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cd627573083f45d3b5f06dec38abafa1", + "input": "Sentence: 'A street sign at the crosswalk of a road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-96a56318382f4fb7a26b73e86450ab25", + "input": "Sentence: 'A path leading to a covered area in a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-87a73b6986564445be7c7c4d9f6b5910", + "input": "Sentence: 'A person in a hat is riding a horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2f39d1c94b504f19b3367e7a1133313f", + "input": "Sentence: 'Several zebras and other animals grazing in a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-21ee4ae1fc87445f9fd704358d6c7b7b", + "input": "Sentence: 'A clock tower on top of an ornate building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-825ccd1a8a0e42229071a933e99af5ce", + "input": "Sentence: 'A pitcher on a baseball field doing an interesting wind up'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d5a5703bbaaf4893a1c95ea9f1c54c5e", + "input": "Sentence: 'A black and white train engine with a person standing next to it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-35949f1245ff45c9bcc5b2845dfd568c", + "input": "Sentence: 'A bed in a bedroom that has lots of things sitting on top of it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cb5f2820022945439d7417d9f9763670", + "input": "Sentence: 'Small dog is closely guarding small boat and a paddle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-af51a015c7664a52a3258d00d0c75471", + "input": "Sentence: 'A lego set shows a fo bathroom setting'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-09bc4b0820b8491e85ff0c2595c1275c", + "input": "Sentence: 'Sheep herd on road with dashboard photo and trees in background'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-30f5fcad3a654da6a930977ce66b7978", + "input": "Sentence: 'A view of a blue train on train tracks'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-83f62153208949dca0f86ba5120a7c98", + "input": "Sentence: 'a boat docked at a wooden dock on a lake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b74818a756644a018d06a2c3497fd384", + "input": "Sentence: 'A microwave is sitting on a wooden shelf'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f1a3a3ed7e5d42c5ba901349ea446ff4", + "input": "Sentence: 'A man standing on a tennis court holding a tennis racquet'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6ab0569525774b708e9e159a6d2e724d", + "input": "Sentence: 'Buses are along the edge of a road next to trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-274f4a6d360b47d8a8c6755bab3ed8b7", + "input": "Sentence: 'A man holding a tennis racquet on a tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7f4b9fd61df3486aba608af8b161f29b", + "input": "Sentence: 'A zebra standing in front of a fence on a sunny day'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4fadfd0b85774849aa27cd25cddc3397", + "input": "Sentence: 'A bunch of green leafy salad covered in sauce'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4262f99d38d549a1a430980bb345977d", + "input": "Sentence: 'Elephants in a national park blowing dust around'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-017518df6853477fb14ac2fabeb2517a", + "input": "Sentence: 'a bath room with a bath tub and a sink'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a118f4e2794047fbbde0e51d797fd1fb", + "input": "Sentence: 'A bear stands in front of a large fallen tree'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dfebb888c23e49e7862710771d44abf1", + "input": "Sentence: 'two red apples with stickers and two yellow bananas'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-250cc16b8ffc418faa8634d5688512e2", + "input": "Sentence: 'A man riding on the back of an elephant near a lake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-539909cf6a704630bee54867c4d06db0", + "input": "Sentence: 'Two men standing on a tennis court about to fist pump'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a0b28dc8283741afb35cbe4ed539b30f", + "input": "Sentence: 'A white street light sitting on the side of a pole in the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-98e48c3589354cc7b2c37c6a0a160501", + "input": "Sentence: 'A person on a horse by some trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ecaaf01f24684670ae30572944670e6c", + "input": "Sentence: 'People at a beach with a house boat pulled up to shore'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f9ec4b3d8ebd41c29990418cfd435447", + "input": "Sentence: 'A red umbrella stands between two blue lounge chairs on an empty beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-485f4c5779e941d49e58bc316d6b465c", + "input": "Sentence: 'a man is riding a red motorcycle on the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9f53811a6d844fff975f8cb9cb64e8b2", + "input": "Sentence: 'Two dogs are running together and one of them has a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d93433f31cdd462bbf4247a4100d9189", + "input": "Sentence: 'A laptop computer that is playing a cartoon video'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bd515a2c6e8b422fa0b7462765ee2a86", + "input": "Sentence: 'A woman with her arm elevated in the air playing WII'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-070136922080486d966a199d43407614", + "input": "Sentence: 'A baseball player swings at a ball while the catcher is ready to catch the ball'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e619ab43d9a14ed9963e78e18f607b3e", + "input": "Sentence: 'A keyboard that is sitting next to a mouse'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-70da6c1749434c59aad36392da5c8864", + "input": "Sentence: 'Old photograph featuring school age boys all wearing identical uniforms'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e4d705272202492bad11f7d46bd9ae26", + "input": "Sentence: 'A man is wearing knee pads and riding his skateboard on a ramp'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8c1bb198a749408aaefe3998047cade4", + "input": "Sentence: 'The shelves are covered with a lamp, a clock, drawers, and photos'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7bb5dea307174e6ca97c82031fe95b54", + "input": "Sentence: 'a person sitting on his luggage reading something'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-27f37cbedcf44dbe8519dac5c6e0d611", + "input": "Sentence: 'A train evangelized with colorful graffiti still on train tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ea3c3c73f6c346958a3f84681fb50716", + "input": "Sentence: 'A man that is laying down underneath a cat'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-27c0404eaf7c4eccae328427797f6d65", + "input": "Sentence: 'people in costume riding down the road on horses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-54042fdd89df49c3a4ddf5ce154716fc", + "input": "Sentence: 'An elaborate multi-tiered kite has a long red spiral tail'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5959f32b247a4825a6041a483ab4a641", + "input": "Sentence: 'A living room and a dining room with all the standard furnishings'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-775c50e6c381474d9428adfcdec3b55d", + "input": "Sentence: 'a woman with a cell phone and another with a large bag'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-41b3ccd259e34597b3f6fee5199601d5", + "input": "Sentence: 'A surfer rides the top of a wave in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-709292f7ba74422f82ec274f8a4b27d9", + "input": "Sentence: 'A small bathroom with a curtain in the window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-145e87c53a5b45c796caa942097889bd", + "input": "Sentence: 'Two giraffes in a grassy enclosure, looking over a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-53dfd4e4f7cb4a2b9f17c2dc64e74020", + "input": "Sentence: 'A mother sheep and her lamb in the middle of a pasture'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ac74df4634c34a7ab388481a7ca95d01", + "input": "Sentence: 'Polar bear stand on edge of a slide'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-635e7187186444969f4a1f1a0a9c0fa2", + "input": "Sentence: 'A double Decker bus parked on the street'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-16826553f9ca466fbe95cfb1819297ac", + "input": "Sentence: 'a couple of trucks next to a green building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b12da3654b2f44039ee0662db6344e7b", + "input": "Sentence: 'Two women and a man are posing with a motorcycle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2715981ea03d44ed9184619c5935740f", + "input": "Sentence: 'An enormous pizza and people sitting around it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0bacc34c23484e628052d6d4a52ab3a3", + "input": "Sentence: 'a cat seems to be getting drunk with some wine'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-62394bfa17a14baebc0f235095cda028", + "input": "Sentence: 'A person is sitting at a table with two laptops'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ace3314ba0b14404a97b7b92ee5ab432", + "input": "Sentence: 'There is a fire truck pulling in to traffic'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-21c11f16332e420bb4b4ca4da402f3ba", + "input": "Sentence: 'a sandwich cut in half and a cup of coffee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-03048ba9881848b893ba87c400e6005f", + "input": "Sentence: 'a stop sign with some words beneath it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-70f40cd35fab46b28176ce98e91e77d6", + "input": "Sentence: 'A group of women in baseball gear jump in the air'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-95cfc1eb8243480dbe7ace6caae1eac9", + "input": "Sentence: 'Two pictures of a black cat sitting next to shoes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-39d5a534655c49538393cfeab50b998a", + "input": "Sentence: 'A girl standing at an outdoor picnic table with a piece of cake and a drink in front of her'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-76dee16475af4c1e8252d9e6eab3fe6d", + "input": "Sentence: 'A banana peel opened up sitting on top of a cloth '. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8ecd31a9fc0c4a3f906fd5e8bfc07abe", + "input": "Sentence: 'a four-legged animal grazes on the side of a hill in a forest'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-78a5d6b70abb409fb5efd7310b9c80fb", + "input": "Sentence: 'A car radio plays Edgar Rise Burroughs on Sirius FM'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-03f054406a134dc2b671b0f5ccecbabb", + "input": "Sentence: 'City street with parked cars and a bench'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-85f8e81337664c29b4fc1da5ef6ccf03", + "input": "Sentence: 'A snowboarder kicks up some snow from the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-68cc8fbc7e8d4729a66921102e41ebae", + "input": "Sentence: 'A picture of a dirty nasty bathroom stall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5b29af5684724296aeda9734daf846cc", + "input": "Sentence: 'The stop sign has two street signs above it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2d55224cae1b4fde952d06627403df7b", + "input": "Sentence: 'A group of sixteen different photos of various outdoor scenes next to bodies of water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fa4b82c7769a4383b2854ed8d2399a4d", + "input": "Sentence: 'A skateboarder is in mid-air jumping from a platform'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c6824841804b474796f29faf2cf47e08", + "input": "Sentence: 'Two bears face forward, one standing on two legs while the other walks on four'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-16f8f35365fb45aeba1067e4d2e1cd12", + "input": "Sentence: 'Several cows grazing in a fenced in area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-593de3582562480c97f3362a1abe12dc", + "input": "Sentence: 'A pizza sits on top of a large table in a bar'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-24f230dbb4ff4d0e8e1f591b93a1407c", + "input": "Sentence: 'A large funny dog is lounging on his owner's bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ca461b0bd10641e2acc386f6af333141", + "input": "Sentence: 'Two women smoking and looking at their cellphones at a party'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1edcf7c5c81e4169815901cf4edcb3b7", + "input": "Sentence: 'an old black and white photo of kids playing baseball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ac8fdfd6fdc546c098692046e090b7a2", + "input": "Sentence: 'AT LEAST ONE PERSON GETTING READY TO GET SOME PRACTICE IN TENNIS'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aef9ab0d9d9f4de8982b808eac7bf707", + "input": "Sentence: 'A bucket turned over near a drain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-828514adbedd4708879b4b3d230fc116", + "input": "Sentence: 'Two people sitting on a wall, one looking at her phone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f67e49a20d0f452abde35702c61b70f3", + "input": "Sentence: 'An elephant is shown throwing dirt on its back'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-db522ca6b77c4022b18f564ee3d46091", + "input": "Sentence: 'A man sitting in front of a computer taking a bit out of a pastry and holding a drink'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-b67c3e4c467c4da2a3e53bcac38d5dae", + "input": "Sentence: 'an orange sleeping cat and a person with a laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5e2508ac93624b8583eebfba88475c95", + "input": "Sentence: 'This dog is catching the frisbee the owner threw to him'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-190e70d144fe41b7afd9fc6bfd55f186", + "input": "Sentence: 'A street sign and a clock in a street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-01b5c1c6dc0f4a279be8ccbb676488d3", + "input": "Sentence: 'Kites can be a great mode of transportation over the ice'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7cc265e72189486d872d725025c18b7a", + "input": "Sentence: 'A surfer seemed to have ride a very small wave'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2d7f049df5b24e68a0c8456ac679eb07", + "input": "Sentence: 'a small clock that is on a wall above a stove'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bab8de5836a543b4a7e7a78af24454e7", + "input": "Sentence: 'the man is rolling on his skateboard while wearing pads'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-86726cd06fba4776ab2560026bafe818", + "input": "Sentence: 'A cat that is laying down in a suitcase'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1f929f8a7d694e249d227adf8b0c25e0", + "input": "Sentence: 'A man swing at a tennis ball on the court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-265aa03168ce4d408743de6d820ec424", + "input": "Sentence: 'A woman carrying boxes down a brick sidewalk'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a5b3cc94c0874c7283900d046bb6da32", + "input": "Sentence: 'A combination white sink and toilet in a small bathroom'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dd448654cd9a4899806c4a6cc14f433f", + "input": "Sentence: 'Young skateboarder preparing to perform while others look on'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-797129f3402b4ba2815b286852eb13dc", + "input": "Sentence: 'two male snow skiers and one female in a brown jacket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2299a7dd196d4dedbb9b6e849a94a585", + "input": "Sentence: 'A plate with steak, vegetables, and cheese'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-004e9fb25a85418096725feb6428b39d", + "input": "Sentence: 'A street scene with a horse and carriage on the road'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5776f84601b84d8db5bc0fc1820ebe48", + "input": "Sentence: 'A man shows a kid how to cut something on a boat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b5e1f184590d49a7b8dca59a0a13992a", + "input": "Sentence: 'a picture of instructions for assembly in an owners manual'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7eefa4e90baf4737b6cd1176abb1a1d5", + "input": "Sentence: 'a woman sitting at a library desk while looking at some books'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0b0afb8c79224344bbcad3cfeb134e0a", + "input": "Sentence: 'A man playing a game while the woman is carrying a bag'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e1872e1ed8164f839f80e6b06597c44a", + "input": "Sentence: 'A white tiled bathroom without a shower curtain'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c9e3ebd42bfd47afbedd7250c69ca709", + "input": "Sentence: 'Two cats touching each other face to face'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2fe3d725f3284832b03498eab61f7075", + "input": "Sentence: 'A man and two children pose for a picture in a snowy landscape'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-519d42e2d0ce41128dbaea9d3a14a630", + "input": "Sentence: 'A group of people that are skiing in the snow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f21b57c8d78d4384a145f1786ae7903d", + "input": "Sentence: 'Tennis player about to deliver backhand to ball during match'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4cef65cd88b147d0a1ec0af0f0a4ac66", + "input": "Sentence: 'A large blue and white airplane on a lot'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fe96d22feea744c196d7285448f13279", + "input": "Sentence: 'a couple of kids are playing a soccer game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3262d8cd5ed84234b9d49a5975f46540", + "input": "Sentence: 'A skier in a bright colored suit in the snow'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9873d0d3a982480eaea524f006a56b5b", + "input": "Sentence: 'Two zebras in a zoo lying down under a tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-64776826c7b24d27b1a5debf7693b14b", + "input": "Sentence: 'A red and white no parking sign stands slanted near some trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ed0813e6a85c4f5f8acb8bf03275851d", + "input": "Sentence: 'A bathroom sink at a hotel with the usual amenities on the counter'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-039e5f5181a349b59c215650e85967d5", + "input": "Sentence: 'A clock tower that acts as a canopy for a little bit'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b4006bd0bc08407da218a29be113bbe7", + "input": "Sentence: 'a close up of a plate of food with broccoli'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a3119285d8a34bb78781afaa2534b840", + "input": "Sentence: 'A large elephant in a tall grass field'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-300125d7d12c4a959d8b9ff6be7369e0", + "input": "Sentence: 'A man smiles with his food and glass of beer'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1835518180b94bb594d38ef4261c2b1e", + "input": "Sentence: 'A skater takes to the road with abundant energy'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ab7f5aa0140849f1be8ede76cc83dd02", + "input": "Sentence: 'Several motorcycles driving in the street of a city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d39f94bd898b41ba8aa82fdda53c0bc0", + "input": "Sentence: 'Industrial ovens are stacked on top of each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-17d133a2fff6474082d0c772f1740d3f", + "input": "Sentence: 'Three urinals placed side by side to one another separated by a series of glass walls'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-822b24bbbc004927b6ce6146fbdf9cb4", + "input": "Sentence: 'a toilet with a raised seats and controls on a side arm'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e00dda0d11fd46df8dfdc04a07e8d37a", + "input": "Sentence: 'Skateboarders sitting on their skateboards while one is standing on his'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-efd31919be7448c884f4c650830618a0", + "input": "Sentence: 'A woman prepares to serve a tennis ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-60f0e5ca3c244715b385d2de14f389a9", + "input": "Sentence: 'A plate with rice, carrots, cucumber, seaweed, and meats'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3837ec3890f14d32be53aea1d577fff3", + "input": "Sentence: 'A white plane with a blue and red tail sitting on the tarmac of an airport'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-00b27520dc274842bb1cf044093955de", + "input": "Sentence: 'An architectural clock in a historical building in Prague'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dfd141b6f5dc4ef8847b17ce4ad07685", + "input": "Sentence: 'A green Skye Transport semi-truck passes over a bridge'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-31b7a8e34f3a406d8874b0220b96d80b", + "input": "Sentence: 'A man on top of a skateboard ramp'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6048619754b847d490a918ef52e69d73", + "input": "Sentence: 'A bird perched in a tree with a partially eaten apple'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3abcfc1888984c839a6d5bf94021a71b", + "input": "Sentence: 'A couple of people that are playing a video game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-80838d42140644f0aa450f50d5dd82c3", + "input": "Sentence: 'A bathroom sink and mirror with a phone on the wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6505271889c84fa7a9c80bc78823f882", + "input": "Sentence: 'A clock tower on top of an ornate building'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-80f361d139224ee0a83116898947e85d", + "input": "Sentence: 'A person wearing an orange hooded jacket holding a baseball bat'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7424174c56954062a98eb4164c597943", + "input": "Sentence: 'A bunch of kids are practicing baseball at the school tracking field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c437100cdef34cc290ea06072874fb16", + "input": "Sentence: 'Two hands holding a half eaten jelly filled donut'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3b2a786ff94a41f0a43477718bc57f20", + "input": "Sentence: 'A man walking his dog along side of three brown cows'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d7520166bb8f478a9d8df2ff51b8ec53", + "input": "Sentence: 'A woman plays around with a small white and brown dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b77dae79cec94bb3a17088d761d28d2d", + "input": "Sentence: 'A group of people walking towards an airplane'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fd76a6a24816459bb867ab34e3beb992", + "input": "Sentence: 'A man with a white-painted face and a bananas on his head'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c8661afa19f4415f8eb4f5aaf564daff", + "input": "Sentence: 'some black animals are eating pumpkins in their pen'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-70b7b76e8dfc4e638c1de6488805a881", + "input": "Sentence: 'An individual holding two grey flip phones open'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dd49cebd32164c5c8cf183e093bfb907", + "input": "Sentence: 'A variety of doughnuts are showed in a box'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8a720408b9654885a31105044e72674f", + "input": "Sentence: 'The players are playing a game of Frisbee on the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b8bafcfd622d432b8416af923c0125b8", + "input": "Sentence: 'One cat is sitting in a suitcase and the the other cat is on the bed'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a578a8501657468fbd036fe77e377c7c", + "input": "Sentence: 'A snowboarder is laying in the white snow'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-286938588a874929b7dd91b0b64cb303", + "input": "Sentence: 'an air plane flying in the air with a sky backlground'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-80fed1f93bb14a188a124eaba00da669", + "input": "Sentence: 'A group of people having dinner and drinking wine'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f1148c8c4421410e895ba9155f67d14a", + "input": "Sentence: 'Discarded teddy bear peeks out of garbage bag'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3441500037ad4820aaefa8daa69ddd5f", + "input": "Sentence: 'A parked gray double decker club class bus'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c872cea4806b440295dd4554c63dc7be", + "input": "Sentence: 'A cake with chocolate frosting and a cake with white frosting are each in an open box'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-759f8e868e3240649b4902f1cd696079", + "input": "Sentence: 'A woman riding skis on top of a snow covered slope'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a79ee98ab56c4a1e9683396d6370ee2d", + "input": "Sentence: 'This is a group of young girls at a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f5163040561d445986eb249ea969b392", + "input": "Sentence: 'A group of people lined up in two rows for a photo, wearing tennis clothing and the front row holding tennis rackets'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-37aeb347155b4ac5b9e0a88db86211f7", + "input": "Sentence: 'A man standing on the sidewalk near a pedestrian sign'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-440fb503c86c414d93ac0446d98d259e", + "input": "Sentence: 'Stainless steel train with a handicapped sign on it and a training center sign'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a4fff7de230b4d649a19201e0d8aaa45", + "input": "Sentence: 'A man in black is skiing down the hill'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f66b77ad3202406fb149ee0bdd1c0531", + "input": "Sentence: 'A young lady lays on her bed enjoying her small laptop computer'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7c8b02e98ca140dda3ed9e6a332e09f8", + "input": "Sentence: 'A big white bus parked near a small sign'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2abe3401efac4551bc65b723b078ced9", + "input": "Sentence: 'an old black stove and some pots and food on a shelf'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-224d22175c27407e8b990b2451187d2c", + "input": "Sentence: 'A toilet is on the road by a truck'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3670b8f7cd944ba8a5dcedbd6b419127", + "input": "Sentence: 'Two people under an umbrella looking at a monument'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ea60a6684c4a4559b6af5836acf62a87", + "input": "Sentence: 'This photograph is displaying the skiers ability to make the jump'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-72057023698d43a19e23e58523930f6b", + "input": "Sentence: 'The soccer player is running beside a referee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7a7a66bedc9d4d009780663ed1e93dcd", + "input": "Sentence: 'A group of cause walkers walking on a closed road in the rain'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e5e31b162d044b66ae37dde1ca6b047b", + "input": "Sentence: 'Two men ski down the slope of a mountain'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-34d40a678166415ba8c9b24306fd0e76", + "input": "Sentence: 'A woman wearing glasses with a cat on her neck'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f05989cdd0b34e139e8f0c686ab4b967", + "input": "Sentence: 'A man is holding a pillow and watching television'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0b225f0579384be09638eec5fada26d1", + "input": "Sentence: 'a couple of boards are laying next to each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c08bef73159d45c899a1f90fc533e54e", + "input": "Sentence: 'THERE IS A DOG LYING ON THE STEP'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-96d09b2b66bd480aa0a077fe9d28d630", + "input": "Sentence: 'A new refrigerator and a new washer and dryer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-05929883125b4d8aba1b09f2248dc007", + "input": "Sentence: 'A young person looking down a ski slope at a person taking a picture of them'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-40bc7c3774b34998af653b8d0a54e881", + "input": "Sentence: 'A long train moves along the track at sunset'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2922c81955dc4946bbbcf0d7c717fcf4", + "input": "Sentence: 'A wooden bench beneath a tree at a scenic lookout point'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2fe15592b0e64aaf937fd8c88cd990e4", + "input": "Sentence: 'A \"Interjet\" airplane is flying over the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ea9e825e928c4c11bc8f94edb032221a", + "input": "Sentence: 'two shots of a woman hitting a tennis ball with her racket'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-502bdfd6bc1b4b408db260f952b5095c", + "input": "Sentence: 'a person sitting down with a dog on his shoulder'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8401b26fdcd44bf687b96b2750b5c329", + "input": "Sentence: 'A single surfboarder surfs on a small wave'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a9f3ee3a8f864aa3b32683023e0c40cb", + "input": "Sentence: 'A blue car parked next to a parking meter'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2cf6a0167c504873a79c11508835f08a", + "input": "Sentence: 'a tall clock tower with a sky in the background'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ae2b6fa4d2ee425d97a90e95b60209cb", + "input": "Sentence: 'A black and white photograph of a group of skiers on a snowy slope'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c24af24c711048d2acee138f29100f94", + "input": "Sentence: 'A duck swimming on a lake next to other ducks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-341a6d3b4c28490a8a20e5a0ce1ca8bd", + "input": "Sentence: 'Pan of food that looks like stir fry being stirred'. Count the number of verbs in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-48698a7f0aa141499595c964e8a304e7", + "input": "Sentence: 'A ship traveling over a body of water in front of a massive colgate clock'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-ce106dbcd7f24a10b9f01394121634a8", + "input": "Sentence: 'A subway train traveling down train tracks next to a street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e4757b80dc45477eb9bf10c9cd44afa8", + "input": "Sentence: 'A baby elephant standing on a lush green field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-14f58fc1bbc844b39ed3325246bff13e", + "input": "Sentence: 'A picture of a bathroom with stickey toys'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0bcc98efd8a84861b8ad664425dc38ae", + "input": "Sentence: 'A car radio plays Edgar Rise Burroughs on Sirius FM'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c506fe91d8d74b9390c76142c15ac911", + "input": "Sentence: 'There is a bus with pictures on the side of it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-7a1896bd2efc4a4fbd8481fa72224dbc", + "input": "Sentence: 'A person holding a phone up to their face while sitting in a car'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ec28c6fcfbd844a2a30d529b53a01f5e", + "input": "Sentence: 'A sheep looks on at other sheep standing in a field'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0e95e7d1ae354605b1d303030aa4e18f", + "input": "Sentence: 'a green white and red jet at an airport'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-97edc85a9709482685c61615ca75a78b", + "input": "Sentence: 'A kid in the grass swinging a baseball bat'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-66955fe69771455084f1c461f1f72c96", + "input": "Sentence: 'A boy kicking a soccer ball near a walking girl while others watch'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-93a5c86c891046bca6a4a0868153bc96", + "input": "Sentence: 'A nice meal on a plate with a green cloth underneath'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a5501dbd961e4376b23198042d9eb99e", + "input": "Sentence: 'A motorcycle parked next to a parked red car under trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c5362d63669a4761bc2247a465f86c7d", + "input": "Sentence: 'A red motorcycle parked next to other motorcycles'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dcea09d204b74c678a746cd228fe694b", + "input": "Sentence: 'A woman standing under an umbrella on a street and holding a shopping bag on her arm'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-81c6f387b2da40239007a12c8f874d41", + "input": "Sentence: 'A cheetah, cow, horse, and woman looking down a hallway'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5b55ba1cff1e403a8e162c80edebc537", + "input": "Sentence: 'A motorcycle with long rails hanging from it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1d1b768ca7d748799b25dbbe57f30453", + "input": "Sentence: 'A group of elephants who are standing in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d97d6ac3b407410fb26a495e65a6d012", + "input": "Sentence: 'a man spinning a soccer ball on his finger'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1c5eeb81592b4333b49e4de027d17308", + "input": "Sentence: 'a woman in a pink coat walking a dog in the city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ab6de4d56e3f409faf9136d1bfd75ddf", + "input": "Sentence: 'a wall of lights next to a london security guard'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fcd448c93a1548a184820171bc5d597b", + "input": "Sentence: 'A group of people sitting around a window watching fireworks'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6fafb0521b094ce6a51962ac170c83fa", + "input": "Sentence: 'A stuffed teddy bear lies on the pavement near clothes'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-770204b7e7cc44519f46a2198f153221", + "input": "Sentence: 'Large ships sit in the ocean near the dock'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ee0a9da452eb434a846b8302b6eaeb34", + "input": "Sentence: 'Two vases and home decor items against a wall'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-df466ffa2b544489ac3b17d1f8b6859f", + "input": "Sentence: 'A backyard with tables, shade trees, and a stepping stone path'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-85323f8beaae4256af9444e2a4ab7304", + "input": "Sentence: 'A man in a red jacket is on a motorcycle'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-81cae1c5f4ce4eadbeaf609bdda26952", + "input": "Sentence: 'An boy rides an elephant down a sandy trail in front of a vineyard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60cf523cd6db44ccabb03aaedcf2419c", + "input": "Sentence: 'A bowl of icecream, chocolate syrup and a strawberry on a plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4e7603617ccd419c9503e01c16c1eaa9", + "input": "Sentence: 'A plate of food being cut by a pair of scissors'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a7cd01ff32f2425cafb37eb07fcfff66", + "input": "Sentence: 'a rack of very many different colored ties'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-64144c358b1749b6b9c049b718a1fccb", + "input": "Sentence: 'a counter that has silverware and glasses on top of it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-164736d0f7904a89a14cd1f35bcab6ed", + "input": "Sentence: 'Group of pilots displaying protest messages behind fenced area'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-54746642226d419db8413ea4a7067fb1", + "input": "Sentence: '`there is a fridge that has many bottles of liquor in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-633563492f1d4faaba7b4f8ab3661eb2", + "input": "Sentence: 'Two women with fake mustaches petting a horse'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2ffe6914ce43456fa4cba08843c31123", + "input": "Sentence: 'A little girl riding skis down a snow covered slope'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-758262ab2b4f45e2b38774278745cd6f", + "input": "Sentence: 'People standing near an lake watching a person fly a kite'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ae7b28bfbd024a5ead60eeb02695694a", + "input": "Sentence: 'A green rock lays next to other rocks'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-10427f0255e141eaa3b74c6deb58458f", + "input": "Sentence: 'a window with shelves displaying colorful glasses and pitchers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7112d953822b4e20a2548beea960534d", + "input": "Sentence: 'Sleeping white cat on canvas folding chair, near heater, brightly lit area'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e551238f60a3432183e0b3a240800d55", + "input": "Sentence: 'A cardboard box carrying various vegetables and fruits'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4ae6e7d5d4da4097b88541ee455a3ac1", + "input": "Sentence: 'A long and narrow modern living room with two windows'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7663d43a49104cbdaebb5cace8bd9a07", + "input": "Sentence: 'An airplane parked inside an airplane hangar at night'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3cdb426df9fe4f518192fec466c85a8d", + "input": "Sentence: 'A room with many different types of classic decorations and accents'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-26a162ad55334cca880ed0894625a098", + "input": "Sentence: 'a street sign saying there is no parking at night'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6d91b4d889b04cadafc11f855a376fe7", + "input": "Sentence: 'A tennis player is on a blue and green court'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7d042a7fec9041f8a184edc8f1263dd5", + "input": "Sentence: 'three horses standing next to each other in a field of grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-631858455d0440c8bb7e37f103ec5a8b", + "input": "Sentence: 'A train is pulling into a railroad station'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c439d37a8d014c31806af9a79bb219db", + "input": "Sentence: 'a bathroom with a large mirror with colorful rim'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a4966d25def44614ba6ae1fc5718f431", + "input": "Sentence: 'An older woman sitting at a table while using a laptop computer'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-78f5797f2d3b43faaa6f2a3071ebf182", + "input": "Sentence: 'A person talking a photo of a bathroom containing a sink and a toilet'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fa92bb6e8dea4c3da87f3278faff46da", + "input": "Sentence: 'A black suitcase and blue bag next to a couch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-12eacff6b1f04d60be94c1582f901b11", + "input": "Sentence: 'A car with bright headlights coming up the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-71f2205ac2c64f02821e50ed714428c3", + "input": "Sentence: 'a horse with the word autism painted on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-77b4e3f507d5470999f811097560014d", + "input": "Sentence: 'A person flying a kite on a cloudy day'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e40390072a5c481baa4b91e271d9983b", + "input": "Sentence: 'A player in action at bat in a baseball game'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d0a98748a856481285bb078fbc0341e7", + "input": "Sentence: 'A white work horse pulling a red wheeled vehicle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6f0189e14a034a5b933fb24fcb2de6fc", + "input": "Sentence: 'A man standing in his room dressed in formal wear'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-abf65342ee774ca58fe23a80033ba860", + "input": "Sentence: 'Several bicycles has little grills on the front to keep the pizza warm'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a48b1b27a05648f1a04a0df4f7071130", + "input": "Sentence: 'A sailboat on the water of a clear blue lake beneath a snowcapped mountain'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e9cb1dc201b0443683776fa318560681", + "input": "Sentence: 'A man sleeping on a wooden bench next to a bag of luggage'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-002cbc248c0f4ae3b49fdfacf989d0c3", + "input": "Sentence: 'The entire remodeling process of a kitchen is shown in four photos'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1810489790054cce8faa914bafc8c23b", + "input": "Sentence: 'A sheep looks on at other sheep standing in a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4683c1f9fb064c01b98fc79c1b18ec16", + "input": "Sentence: 'A prom date is posing for a picture while the guy looks at the girl'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4c88a5bc20c54c228f64d19b7b383036", + "input": "Sentence: 'A bed in a bedroom that has lots of things sitting on top of it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ade0eb1b11c74e9287a958babfb96e45", + "input": "Sentence: 'Ocean side shot of a umbrella floating on the side of the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0b30465afe1a49f39785d70724ccb01d", + "input": "Sentence: 'A pastry rack, a glass display of pasties and a shelf of cookie jar on a shelf above in a bakery'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-79847704c64b4b578594b51ec9e4301c", + "input": "Sentence: 'Three toothbrushes are in a clear glass cup'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ec87911b2fb5481184863064064a7a18", + "input": "Sentence: 'a man in a brown shirt is standing in front of a toilet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9a790e1f097e4485ad92ca67b1ed621a", + "input": "Sentence: 'An old white building has a sign that says F Street'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-73d9affba46e48e59199e19af7079284", + "input": "Sentence: 'A large amount of bananas grouped together in a line'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-20e933255ada4f2a9768e9dbea871541", + "input": "Sentence: 'Some giraffes stand in a field next to some trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4caaecc544104e6f8c408e5b36828d27", + "input": "Sentence: 'a large stuffed bear in some kind of building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bbb22126fd62485d8a89f4820d499b3a", + "input": "Sentence: 'a number of people with skate boards on a city street'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-f027dbbfc8a8488787372daf548506a3", + "input": "Sentence: 'A boy doing a trick with a skateboard on a ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9702f1c6adff427983ded4086fa77ab4", + "input": "Sentence: 'A baseball player waiting for the pitch to come his way'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a54fbbbd1e3c47b5941016bb3f3c13d2", + "input": "Sentence: 'People walking across an intersection in the city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d933767e2453463e89bff0502a7c804a", + "input": "Sentence: 'A shaggy haired sheep standing in a small meadow'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-90010447658c4adfa64d76c7f3bf047e", + "input": "Sentence: 'A herd of adult and baby black sheep in a fenced field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-57a41e6d98784996b36f7c711cea3296", + "input": "Sentence: 'Train tracks go into a building on both sides'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f2774bfb8e984033a994ee6e29ab29db", + "input": "Sentence: 'A red railroad car is next to two yellow trucks (or buses)'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-abbbe594ad884cdd8b68326fbfb03ead", + "input": "Sentence: 'people gathered together on a neighborhood city street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0d31fb2b3d4e400dbf764bb875fd1976", + "input": "Sentence: 'Skateboarder showing off over a half pipe in a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-52c1bae6c8a846aaa71af2249576cfb4", + "input": "Sentence: 'A conveyor belt topped with lots of donuts in a kitchen'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-04becc7b0b9340cb8252229466828fda", + "input": "Sentence: 'A small slice of pizza on a white plate between silverware'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0fdd6fdda4014fcf99e588ffa7506127", + "input": "Sentence: 'Two horses photographed in black and white'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-46a53c839f164e5a8efaa466f8e6ebfc", + "input": "Sentence: 'A person is walking down the beach holding a surfboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ea503c2e6a254bd78d08740c053ce0b2", + "input": "Sentence: 'A very large bathroom has a two toilets and two sinks and a very large glass bath tub sitting next to a glass shower'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e71d682b5fc4467392c63deb74240a7f", + "input": "Sentence: 'a bathroom with white tile a sink and a toilet'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9f27bdd410294ea8a6aab99297b02f0c", + "input": "Sentence: 'A skateboarder doing a trick on a half pipe'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-80197fd5732b483ab1ef271fd7d498de", + "input": "Sentence: 'A room that has vases/urns on display'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-152d7d20df71410dbc25e7b1043726a3", + "input": "Sentence: 'A dog with its paws on a steering wheel and on coming car'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2ab60687ac55431980ff8ea4f70c84af", + "input": "Sentence: 'A person riding skis down a grass covered hillside'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7d0ac2fd0ca046eabd147c7dc6a11736", + "input": "Sentence: 'There is a pizza with many different toppings'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b828e9e87527429895ef5eeb63bc3354", + "input": "Sentence: 'A bed with white pillows next to a wall'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9e00f5e9c4294a50a53c7a995156e65f", + "input": "Sentence: 'Group of people carrying surfboards next to the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e144113f3c2b484881a67502c938bd54", + "input": "Sentence: 'A fire hydrant near a small, old barn'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9fea6327296243bb90356541ac6fa9cf", + "input": "Sentence: 'a doughnut factory is making many doughnuts inside'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d594d57366694e4cbe966657b0692189", + "input": "Sentence: 'A black and white photo of a tall building'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4edc19d4696640c49c6bd35855c5b425", + "input": "Sentence: 'A person playing tug of war with a dog and a frisbee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6121d28eeefa47b89fb73cbb2c8fa75a", + "input": "Sentence: 'Two zebras standing near rocks behind a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-75eb861a40ff4e8886a5ffd601c75076", + "input": "Sentence: 'Derek Jeter approaches the plate in a baseball game against the Giants'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9abc33e055a045e185cd51381d4cf314", + "input": "Sentence: 'A bunch of umbrellas sitting in a basket in a store'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fec476defe52472ab0639c76e106f216", + "input": "Sentence: 'A girl is sitting at a table eating dunkin donuts'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7374a2a1a4934813b73a1f80f7f02a51", + "input": "Sentence: 'Two trains that are sitting on train tracks'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-94b2ccb7bb284c7caefa4921de9f8291", + "input": "Sentence: 'Several kites that are being flown in a field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a9fe8fc0720d40179d5d6f7815ba71a3", + "input": "Sentence: 'A man throws his kite into the air on a beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-290683a029b74492a2c9a8bdf62591b8", + "input": "Sentence: 'A home computer and a keyboard on a desk'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-86a95c3ddbbf4f4eb7f7934ca8f5f920", + "input": "Sentence: 'A man and his son are getting from a refrigerator'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-245bf8f8fe634159827911cf1d0b9056", + "input": "Sentence: 'A paper plate with a sandwich and sauce on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1d4dad02d8074e99a60b498c290cb886", + "input": "Sentence: 'A white sink sitting underneath a mirror in a bathroom'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-28a4e12065b94f759e98f47c4a383388", + "input": "Sentence: 'A double decker bus with the upper deck open moving down the street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7fc30640fd6d47c28899b35ebfc33b95", + "input": "Sentence: 'a kitchen that has a bunch of people in it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cc704d8adcf54d1fbdc248ea4c2a0d3e", + "input": "Sentence: 'A waffle and chicken sandwich with syrup on top'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c5313820e0ab43fb826dc5e5a424f0ca", + "input": "Sentence: 'An older bathroom with the toilet seat up'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e07053f258134fc8804d48d6e6ca049d", + "input": "Sentence: 'A large stuffed bear on display in a room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4b41cb119c5b4803914f97e96975a6be", + "input": "Sentence: 'In flight skateboarder jumping the curb from the sidewalk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7eb5e6e97b814deaa1bc6d7edd1a458f", + "input": "Sentence: 'Dog on motorcycle in roadway with adult and other dog nearby'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-cc653eea3fe646b1bda0ebb3a6fd8965", + "input": "Sentence: 'A person skiing downhill in the beautiful snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ac2fd6b460144adf8438dd02a44f4473", + "input": "Sentence: 'A cat is resting its head on a notepad'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3846397a25f84f7695d08894e3083986", + "input": "Sentence: 'Two giraffes are housed in a pen'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ddf4c5f9532f41269c3f8ada1b5cbd8c", + "input": "Sentence: 'Three tennis players are posing with their rackets'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e31131d2731e4ceb8a741073f8ef7a52", + "input": "Sentence: 'A bear is walking around a very dense, green area'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e0ed6f6f414d4a059c487716462b4a21", + "input": "Sentence: 'A beautiful young lady flying a kite next to a river'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a22eac63ef74baaadf59daa44987e3b", + "input": "Sentence: 'a long tower on top of a white building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8b6bc13c49d44b549d7187bf1d25e9a4", + "input": "Sentence: 'A woman skiing with trees in the background'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-92c2c38092ca48cab9969ad2aca2f867", + "input": "Sentence: 'two brown black and white horse are pulling some people in a cart'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e861cbd0dd834c2a88d3d2783e43fc75", + "input": "Sentence: 'Two kids smiling while eating a meal at a restaurant'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1183d603a15742249c1407dbfd25b3b4", + "input": "Sentence: 'two pigs in a field with red trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3fe493d9da6b48ee9db609ec4b42c7f6", + "input": "Sentence: 'A dog and a person walking in the sand'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9abfdc581cd645f092413a1dfc716d4b", + "input": "Sentence: 'A bird is sitting on a telephone wire'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c2c53f4b94f04bd4a61aaf10b18f52cf", + "input": "Sentence: 'A person smiles behind a large teddy bear next to a basket of smaller bears'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9d533a8a7bec48f8aa4d8f6d7a55a4da", + "input": "Sentence: 'a big building with a clock built inside of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f05e713b5fbd4cc591d9f76b9d29351f", + "input": "Sentence: 'an unfinished kitchen with a stove and a counter'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6a76a50a9b074872ac3935ce678c320c", + "input": "Sentence: 'a little white cat with a red collar sitting in a chair'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6585d89e6a5747be935a6ef93e03b567", + "input": "Sentence: 'A cup of black coffee, biscuits, a piece of meat and grits on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b00edf6fa8b943939a23bad2404a4ceb", + "input": "Sentence: 'A boy in striped shirt drinking from a bottle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8c98990d2e1e490ca01ed4b182adf5ca", + "input": "Sentence: 'A man on a motorbike passing a truck'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4a23c23cde7040a79b81a47566dbcf87", + "input": "Sentence: 'A guy squatting down and tapping his food with a woman sitting down'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-03496d5ffd0f4c339f2404215476b658", + "input": "Sentence: 'A beagle is poking its nose out through a slightly open sliding glass door'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2fc22acff20f49918015b76db2ec990c", + "input": "Sentence: 'Two people standing next to a box full of doughnuts'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c57398f4b7794cbbae4f0dc23cb4eec5", + "input": "Sentence: 'A pair of cutting utensils lie on a pouch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d9b629ba44694018a9cdef9408df253d", + "input": "Sentence: 'Hummingbird in flight looking at feeder in daylight'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b2429198d14d4e9bab0b20f6f42bc2e1", + "input": "Sentence: 'a group of white bananas that are on a tree'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-687329f9fa1342cfa738c029b8c15cc1", + "input": "Sentence: 'Two men in wet suits with surfboards on the beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-73af183323a04306bf78481e6953c251", + "input": "Sentence: 'Two glasses of red wine with a piece of bread and cheese in between'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1132f2a873634e2985645b6ec80f5e10", + "input": "Sentence: 'The cabin door of a commercial jet airplane'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9f8811b37e7b4fb595bc03a52a2de341", + "input": "Sentence: 'A photo of a Delta airplane taking off into the air'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c4cbba9030fa426c834689bba417a74b", + "input": "Sentence: 'A pair of bronze colored knives in metal sheaths'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e2417d6abbfd4745939ba87da6302c68", + "input": "Sentence: 'Old photograph featuring school age boys all wearing identical uniforms'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f98bda682b2c4b638193fde967279843", + "input": "Sentence: 'THIS IS A COOL BLACK AND WHITE PHOTO OF A SKATEBOARDER'. Count the number of nouns in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c50aac075854424f833aee543401f6cc", + "input": "Sentence: 'A man holding an iPhone up to his face'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ad7e8b1501a4e6ab88fceb9cbd9f23b", + "input": "Sentence: 'Someone walking down the street and street lights and a one way street sign'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ba7f4c991b624213a470e356de52f136", + "input": "Sentence: 'There is a bird walking on the shore line'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-360c2f92047d4a39aca4ddfa6275ab72", + "input": "Sentence: 'The Zebra eats from the feed bowl while the other animal waits for its turn'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0509cf3c94be4a7392345a8a52013d20", + "input": "Sentence: 'A lady at an intersection on her bicycle, waiting for the traffic light to change'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b557a110b861452a815b062c38f34a6f", + "input": "Sentence: 'Airplane parts are behind a gate near the tail of a large airliner'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d683e967b3d9406894996512112fbb38", + "input": "Sentence: 'A fire truck is parked in a bleak and grey garage'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-22224b2a2af54ce6942c1ef12d8f099c", + "input": "Sentence: 'Two sinks are shown on a bathroom counter'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-63795f342b524d9ba4113374f5545fba", + "input": "Sentence: 'A sitting zebra is near a standing zebra and a giraffe'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a4fac00e8c52485bbf630ea78e9326d1", + "input": "Sentence: 'A man resting his hands on the back of a couch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-716235f756ea4976b0e52ea4f0328810", + "input": "Sentence: 'a woman skating on a very strong waves'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f00461edf9794265998fc2ee470a5d43", + "input": "Sentence: 'A man on a tennis court holding a racquet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e463ca09ebbb469cb26e8b515ab21ce1", + "input": "Sentence: 'A man standing in the sun holding a kite'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-91cfbd67c5f14891869aa2594b43efb3", + "input": "Sentence: 'A man and woman are walking up the beach after he has finished surfing'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d985513e8a874f3dab97acdc8ea16048", + "input": "Sentence: 'Motorcycles and cars are causing heavy traffic in the street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f7e6c88755e740be8a6f015e9a129dcf", + "input": "Sentence: 'An old cracked brick building with a clock'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-24f7874c40344727a4349bba368e59d9", + "input": "Sentence: 'A picture of the side of a semi showing chefs'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7fe3518b93094250914389cc009899fc", + "input": "Sentence: 'The living room is clean and empty of people'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-307f3a118b444466b6082117ae3c807d", + "input": "Sentence: 'a group of people playing soccer on a field of grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2b2119a20aba4d7db0a67ff183024d08", + "input": "Sentence: 'a person rides a zebra with a elephant walking in the back ground'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-efe3916f2bc141f2878c4789b73683e2", + "input": "Sentence: 'A group of young people walking along a beach with a dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0bd191fafe554c55bb3f537d6dbc5c2d", + "input": "Sentence: 'A man on a motorbike passing a truck'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f82f4d9dc73b422c88a558d5a56b271c", + "input": "Sentence: 'Blue-and-white plates of food sitting on top of the table overlooking a backyard'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ac57f04124f04cefb6c3bd633c2e4e2f", + "input": "Sentence: 'A pair of giraffe standing in a forest'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8fdf02c8ce8f42628042dcdd7ef4c323", + "input": "Sentence: 'Two beautiful red haired women walking a bike across a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-57ee715c5049485989c212ba74be88bb", + "input": "Sentence: 'A black motorcycle parked in a parking lot'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f49498695fcb4ef780a929fd7e2b4271", + "input": "Sentence: 'Two men are surfing next to each other'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-539dafb1646c48858a39fcbe7fff1e73", + "input": "Sentence: 'This outhouse is vey dirty and there is graffiti on the wall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5c851c124a0b4dbfb4af0478588cafac", + "input": "Sentence: 'a couple of trucks next to a green building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-afbb5c0fe2994a239efa57c35273c2e4", + "input": "Sentence: 'a passenger sorting through luggage on an airport runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7b0beee2d24443aabaf89b691e889f3d", + "input": "Sentence: 'A duck is walking on the ground beside some ferns'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-76379211cf9a4a04b971b702a7bea078", + "input": "Sentence: 'A man that is in the air on a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-179ab539d5eb4d519dd1263dc3fb7146", + "input": "Sentence: 'A lady sitting on a bench with her laptop on her lap and a bag'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-59f6d2c7c2cf4cb89bcb5644c0dbb9c7", + "input": "Sentence: 'A healthy meal with various vegetables on a plate'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b1983c432262461ba0902435f4d704e0", + "input": "Sentence: 'A woman with long hair is standing on plastic'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a8b499ee14d24829a29360a1b9be8e9e", + "input": "Sentence: 'a carrot and a piece of celery and a knife on a cutting board'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d2046dc5d9d24b678758d9cd58eb71d8", + "input": "Sentence: 'A women in a kitchen looking at the inside of a microwave'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c27a48d317394a939802d5a9c9ee386e", + "input": "Sentence: 'A black cat wearing a yellow bow tie'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-81b36319fed04c10961bd990ebd4ce4b", + "input": "Sentence: 'Sheep grazing in a fenced off grass field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-50ab882e56c8467c9fe393527809ca86", + "input": "Sentence: 'A dog standing wearing socks with sandals on its back feet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-959ca0bc6d9f42c692a7b7b43ecd3d3f", + "input": "Sentence: 'Woman and dog with frisbee on grass near fence'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-eedc3d34bf6b4cf6867809960b3861ec", + "input": "Sentence: 'a plate full of baked pastries, a peeled clementine, and apple slices'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-21ebb700f1cb42889efcc6a9b956f4ae", + "input": "Sentence: 'Man jumps aloft while balanced on a snowboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-de91769ec3db47409500ae86f1a9e43a", + "input": "Sentence: 'a truck has pulled off the road to look at an elephant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-50e40b6e3703443f9da063d8464680d5", + "input": "Sentence: 'A pan with ham on it sitting on top of an oven with a knife next to it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f88fb98430f34d1ca48e3d76571cd0b8", + "input": "Sentence: 'A skier in red standing at the top of a mountain'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e0a7039d1b654ea8aca5f21b380670b6", + "input": "Sentence: 'two big black bears are sitting next to a fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a59171995dc04fdb9fe363029b6d2e2c", + "input": "Sentence: 'A dish towel hangs from the rack of an oven'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f48428630ba845378d5710a31ab04373", + "input": "Sentence: 'Two people holding tennis rackets on a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0df4b73ccb1947e1ae508420dfb923f9", + "input": "Sentence: 'A bath tub with potted plants in it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-492af24ff36e4771b6d150220e492279", + "input": "Sentence: 'A cat sitting by a glass of wine'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-05b728bb1ea04d1aa8f448f328cf2d13", + "input": "Sentence: 'there is a whine glass and a tall glass sitting on a bar table'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-84390c3f42a843b58b63ee221073e059", + "input": "Sentence: 'Living room with mirror on floor by couch'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-df969432d44a4a098f8e51121f68278e", + "input": "Sentence: 'An elephant walks around on a cloudy day'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-78461611708b4731afa117e0fc36fa63", + "input": "Sentence: 'A kitchen with two ovens and a floral rug on the floor'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4dba34db26974cc3b99e5e7ca337ff19", + "input": "Sentence: 'A toilet sitting outside with plants on the top of the toilet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2e1502e81a384d34bbf0a3aac99c93a8", + "input": "Sentence: 'Two people compete to catch a frisbee as spectators look on'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-db0e74cc89f6487b9b9da09bcdac3a1d", + "input": "Sentence: 'A close shot of a female tennis player'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1be615953a3b433ca926c36608077b19", + "input": "Sentence: 'A group of volunteers enjoying a meal together'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0f1a2719254042c7b48d98363a798acc", + "input": "Sentence: 'A man on a tennis court with a racquet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1c18ac6b239648a986cba89bf5551bb8", + "input": "Sentence: 'a girl is wearing red and holding a soccer ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-350eeb4b37bf4feb9b7276db0e3a5ca2", + "input": "Sentence: 'An ancient stone bell tower next to an ancient stone church'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-11fc6425394f4f76816daafe0b9994d1", + "input": "Sentence: 'many bunches of green bananas outside at farmers market'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5327f2cf395a46f4ae75c769efb7277c", + "input": "Sentence: 'A white work horse pulling a red wheeled vehicle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3ec3e22d154b483ea471d4f4ecabf212", + "input": "Sentence: 'A hot dog with toppings sits next to fries'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0714fdad148d46b1b3af360ef35200a1", + "input": "Sentence: 'A baseball game being played in a desert field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2f756af3a8f4184851ee8833f9aaf6e", + "input": "Sentence: 'A group of people walking dogs in the rain under an umbrealla'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b9e26baf13bf4c1f8c91f8bad284d3ea", + "input": "Sentence: 'A barefoot man feeding a Husky a treat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7508c07ccd404491b8395420b92e467b", + "input": "Sentence: 'An outdoor cafe with umbrellas overlooking the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-be36cb0768124ef8a911c07d8e40fe3a", + "input": "Sentence: 'A golden block sitting in a room on red carpeting'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cf12a64c01f94a7299ebc284cfad0700", + "input": "Sentence: 'Two oranges on a white plate on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-bd61c9b5067045d5a3867475def5dcc3", + "input": "Sentence: 'A baseball player that just swung a bat at a baseball game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d666e11339e049e3860098a52a257c43", + "input": "Sentence: 'A white guy in business attire and handkerchief in pocket, smiling'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1fee6658ee0c45ec9507aec9301a43dc", + "input": "Sentence: 'Brown and black horses have a windmill behind them'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-10528a4fc58142129abc390e18ef4861", + "input": "Sentence: 'Two people holding surf boards walking to the water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f4620b85cd6d461cb2100ed90d59dc2d", + "input": "Sentence: 'Traffic signal for saying walk on Greene St'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-890c3ed893924b8f859ad8db738db8f4", + "input": "Sentence: 'A snowboarder is doing a trick as he flies through the air'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a3131331977b4591965e014fa7b257fb", + "input": "Sentence: 'many people stand around a bricked over square, holding their umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ac23c86b85024400a75eede2958f803a", + "input": "Sentence: 'A giraffe in a zoo eating something in a building inside his enclosure'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ccf3ec294fb84fa9b6235378e3240046", + "input": "Sentence: 'People are standing on a street in front of a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-51be196b23224ccf968bdc7515a63b8f", + "input": "Sentence: 'Ice cream truck stopped on the side of the road'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a097d928f0f94831ad95a4453a57a13c", + "input": "Sentence: 'Many people are scattered together at some type of market'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0ee7dd1523524cab9880aa1c8e8ece88", + "input": "Sentence: 'The interior of a living room is shown in modern style'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1bff6d6d531a4c7c99fc8059b0660d25", + "input": "Sentence: 'The monument has flags and a model space shuttle in front of it'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-1378048ff6df495e8b346589a56737e2", + "input": "Sentence: 'A pair of steel scissors sitting on to of a white table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-77b664d6b52d406fbcad7ef7b479cb5c", + "input": "Sentence: 'a group of people on surf board ride on some snow'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-aab0f5e66bf046aba6bb8b1750be408b", + "input": "Sentence: 'A cat laying in the bathroom sink'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e9caccdcdc1347a9baf66fc1de664d9f", + "input": "Sentence: 'A rear mirror of a city bus in the back of the car'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e636e05a7bf048be85d10b33ea7081cf", + "input": "Sentence: 'A TV with two cows standing in a forest displayed on it's screen'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e94723550796433789d6c228f3fd5a32", + "input": "Sentence: 'A pole with a clock on the top of it and a building in the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-75f669b13a704879aca4fd50cc517502", + "input": "Sentence: 'a poodle looking at a bug on a potted plant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-eea8d9ed9ee04a63b0bacfb0a0f77b84", + "input": "Sentence: 'A person with a surfboard in the water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3690989fde3145e9928e33070d8330f1", + "input": "Sentence: 'A tennis player is trying to hit the ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-605563afb7e24196b0e9dfc2167b3e02", + "input": "Sentence: 'Two people with dogs walking by a modern building in a city'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-98c77aca5c0641ba92beab3fcd539fc7", + "input": "Sentence: 'A group of elephants gathered around their watering hole'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-095b204b968042448d7ef49f6bf824f8", + "input": "Sentence: 'A man standing in a pen full of cattle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d85b77a7dd4a49c3a45ae17695635adf", + "input": "Sentence: 'White bowl with tomatoes and greens on counter top'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-cf8d08f95bbb47db81b741043eca09db", + "input": "Sentence: 'An outdoor cafe with umbrellas overlooking the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-798d656ad50542f0966f03084e628036", + "input": "Sentence: 'A Dairy Queen sign on a major road advertising it's special'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ddb5448baa3d4af89927abc5f71b8216", + "input": "Sentence: 'Two people standing at a bar, tasting wine'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4a79256fd7c04a81811a19f6dcac3d2d", + "input": "Sentence: 'A man is walking on the sidewalk holding an umbrella'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-649ad9c875ad4d51958e1359ff9f5fa2", + "input": "Sentence: 'A woman riding a surfboard on top of a wave in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4a3683263c184e548051f59b06523640", + "input": "Sentence: 'An desk with a chair, a computer, a fishbowl and other items stand in an office'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-9b8774a5310c4b7489f1af057171bcac", + "input": "Sentence: 'a close up of a toilet with graffiti on the lid'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-182038867b8d4d1dbe274c78bc8bc523", + "input": "Sentence: 'There is a man walking towards the waves'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ccd9f6c36cd34637b117ca546057cb59", + "input": "Sentence: 'A spray paint covered fire hydrant on a side walk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d2bc5f1e3a384551a2ea14ccac9f4b5b", + "input": "Sentence: 'An older man blows out the candle on his birthday cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3eff2e84b35a46639d047685ce8f55f2", + "input": "Sentence: 'A medium sized brown and white dog is outside by itself'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a86eb013ade54b549049634d45f2303b", + "input": "Sentence: 'A grandfather clock next to wall with windows and paintings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-696fb73d35fa4f6192b19d9167a3f845", + "input": "Sentence: 'a man is squatting down to fix a kite'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-36714c4636584922a69ecec757b6155c", + "input": "Sentence: 'A living room with two couches, a fireplace and a tv'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-cccfbc6079124546ac38d95aaec6245e", + "input": "Sentence: 'A young boy touching something near his bed'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b2638032b4844a54ae888c4c52278f21", + "input": "Sentence: 'Two people are riding a motorcycle with a flag attached to the back'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-001f4af27ef1447dabb100dadcc0206e", + "input": "Sentence: 'A traffic light near a store front'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2a440a0437354ef6863aecc9e4a82338", + "input": "Sentence: 'Horse running in the green in a polo match'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1b4a052aab394f1c82520a9d9e96e1a0", + "input": "Sentence: 'Several people are on the beach riding their horses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6335065a304b4b7381236b7d57bbce01", + "input": "Sentence: 'Mac and cheese sub with some fries on the side'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cee2d6e79964404887bef2f9d3764c8d", + "input": "Sentence: 'A row of parking meters sitting along side of a street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5fed13d8de1649b2ba327edb6648000f", + "input": "Sentence: 'A bridge that is going over the water'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2fc4d747cc3d45caa7f3e2fe35fdacee", + "input": "Sentence: 'A jockey sitting on a horse while several kids reach up to pet it'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-307d500631b446a7ac70e529b7a6d6e4", + "input": "Sentence: 'A parked gray double decker club class bus'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3b02b9c01b3d40c5a71c77c530972f12", + "input": "Sentence: 'A man is using a urinal at a public restroom'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fa7a7c92abdf401ca67ef22cbe476be4", + "input": "Sentence: 'A chocolate donut on a bench next to a coffee mug'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3419f0cc64694e98afd23ea9375d65c6", + "input": "Sentence: 'A taco salad with a side of salsa and sour cream are sitting on a white plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d292297c97494d1a9df171f433a4f4d6", + "input": "Sentence: 'A bench next to a wall with a staircase behind it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c8b39be32a794bb1a8660946a77fe776", + "input": "Sentence: 'A restaurant with cooks making food in front of customers'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7a33582a9c3f4df59f6a7d86f18792e1", + "input": "Sentence: 'A glass bottle used as a vase for twigs'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2e75b535d2f44271b436d10bd154b0b0", + "input": "Sentence: 'A white bathroom has a pink tub and sink'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b684ee96d7284731b8501f7398628a56", + "input": "Sentence: 'A man standing in an employee break room'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4e8eb826e4ad4e6381ed44b5a8f02f5a", + "input": "Sentence: 'A bathroom that has a sink and a toilet in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7ab504a636ce4197917f88ddf62e593d", + "input": "Sentence: 'A person vacuuming the floor in a living room area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-928b42abe5c9421dbd2f5947491003ea", + "input": "Sentence: 'The boat is in a body of water that is not clear'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-448ca6375f2b4f9fad2eb6ab9d2c917e", + "input": "Sentence: 'A double deck red tour bus making a slight turn on the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ad607195789446889dc4b27151097d0e", + "input": "Sentence: 'A woman is placing Frisbees into a Frisbee basket'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e2b19c8d86894f59967b3fa2f647caae", + "input": "Sentence: 'Three slices of pizza and many bowls of salad on a table'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7ce240ca8ba84bf181f1c63d815e6451", + "input": "Sentence: 'The tower clock is architecturally sound in purpose and appearance'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8e81695066d94936aa144b5f78648ac1", + "input": "Sentence: 'A sandwich with lettuce and tomatoes sits on a box in a park'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e96575092b104dccacbe8808d1c6431f", + "input": "Sentence: 'Two horseback riders stop to rest on the shore'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8406d92802334375ae1bc50b7bdfc6ca", + "input": "Sentence: 'A haw sits perched on top of a bench in the woods'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7568ba2aceaf4c00a7a1245a48fbd1c6", + "input": "Sentence: 'a short wooden staircase with a metal railing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ec53f46e50244845976c83f369e102c7", + "input": "Sentence: 'Animals behind a fence stand beside palm trees'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ce0a2519e6224ec99b63098b507f0280", + "input": "Sentence: 'A young cow looking out through a cage.'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cedbf73f446b4c1e90e07fb7146bb08e", + "input": "Sentence: 'There are several items sitting on a counter'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-44a76c9a80e1422ab9cbfb918d1df2a8", + "input": "Sentence: 'Four horses standing by the fence where they're kept'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-53faa4bf370b4f959b95f1c100df30d4", + "input": "Sentence: 'a lving room with a lot of chairs and some big windows'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-75d3f758129f436b90526bbea685d7c8", + "input": "Sentence: 'A large metal clock high up in a building'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-71b16edc19114d838fffad849673cf05", + "input": "Sentence: 'A hand holding a book on a table with a breakfast and coffee next to it'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-808ad9b003c34bd2aa7659702a5354f5", + "input": "Sentence: 'a purple red and white bus a man walking and some buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-88ccf413feee4ee3be0bd9bb670adb18", + "input": "Sentence: 'There is a cow under a tree branch looking up'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b348405fba4044c7a781351413345388", + "input": "Sentence: 'Two barefoot boys skateboarding in a skate park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d5fe8d9b7c514009841a206804be2113", + "input": "Sentence: 'Several people standing idly on a movie set'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-eb0b66bc8e8b4ac495be944458edf6b7", + "input": "Sentence: 'A shelf with a mechanical appliance for sale'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-96c560e78f8d4b0b940a3e020b4fcd99", + "input": "Sentence: '`there is a fridge that has many bottles of liquor in it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c677422021384f3a90db698d7024cf16", + "input": "Sentence: 'a lady sitting on a concrete picnic table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-da684a5cd48146b2bf734c5cf3de3736", + "input": "Sentence: 'older man reading a bicycle on the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-af47bad00fa34339836d0b29980fbd91", + "input": "Sentence: 'Two officers riding horses on a city street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a53439ae7eb5497683c986e4c098c746", + "input": "Sentence: 'Double sinks in a bathroom are a double treat for homeowners'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-311ad560a8a441e3b72713403960740d", + "input": "Sentence: 'there is a red bird sitting outside of a window'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-22087e840a7240a48f5775d43963c119", + "input": "Sentence: 'a couple of people that are playing with a frizbe'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2124fb0b3bf24d6f9f6b67c737d486ec", + "input": "Sentence: 'A child looks surprised looking into a dish of food'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-29cafe6f6da04eebb2a13525f3278ba5", + "input": "Sentence: 'A hand holding a partially eaten doughnut hole'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-80e500b3302744f6984826b42785a4cf", + "input": "Sentence: 'A black cat wearing a yellow bow tie'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0e26fcafb125499b9ebd3774ddda6089", + "input": "Sentence: 'a table with some doughnuts sitting on top of it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-16d6b999db3a4bab9ba859e2deb5bead", + "input": "Sentence: 'a hand holding a cellphone and a person standing wearing a pink sweater'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1c31b950b8754cecbd6a773e9d66ef5b", + "input": "Sentence: 'A man is walking with a kids kite'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9c679b95fc624b788b575515b2af7e7c", + "input": "Sentence: 'Two big white city buses parked near the curb'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b6d80600d1624b1d9d9610173e8c7f1b", + "input": "Sentence: 'A couple of white toilets sitting next to each other near a tub and sink'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b942603a719c4087a2b952d743d2fb25", + "input": "Sentence: 'A large passenger jet riding down an airport runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c3d9cdadf903452e8e408411927a7839", + "input": "Sentence: 'The busy street is crowded with people near tall buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2a1ef8f1459e46f6962b9fddb6c4806f", + "input": "Sentence: 'a lady playing a video game two people sitting down and a Christmas tree in the corner'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-51d13e15cb4c4b7589edc7b59487bf7f", + "input": "Sentence: 'A man rides a horse down a city street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-18efdaf8044941febe98e636390a33a6", + "input": "Sentence: 'A lime green kitchen with white tiled floor'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d369f554026741719fab91cdec466dc2", + "input": "Sentence: 'Two men sit together as they have a drink'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ac2c79ea0e7046a8b876e703de40ad1c", + "input": "Sentence: 'A herd of sheep looking directly at the camera'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-508edffb603047278a4d1fe439681d93", + "input": "Sentence: 'A pizza pie topped with mushroom spinach and cheese'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-803bdc28dff84d89ad13f36b89fc7d02", + "input": "Sentence: 'Fried chicken in a hot dog bun with fries'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-76d2e6d59417419c9786af5a47062425", + "input": "Sentence: 'A man holding on to a bright, yellow surfboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-116e09790a0243edafe7cbf8b87974f1", + "input": "Sentence: 'A very pretty brown horse pulling a carriage behind him'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-294a2ae44fb64398b3f64bdcd9d6bef0", + "input": "Sentence: 'A person on a surf board riding a wave in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-57dd174bd9d0434eb18ac7f10510a8e8", + "input": "Sentence: 'A living room with a couch and pictures on the wall'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-54095534fad64029bb06142b3b883bba", + "input": "Sentence: 'A nice meal on a plate with a green cloth underneath'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e5f03b30e104407d995b6d520d8a8c83", + "input": "Sentence: 'A motorcycle laying down on its side in the mud'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f0c8d2e9bfbb4e8fb8a6a046af470c04", + "input": "Sentence: 'A couple of people on a horse pulled carriage'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b8ecbf185d6a4acb99c831e0f85890d0", + "input": "Sentence: 'Tourists enjoying spirits at an underground brewery'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a2c8138ae9b54549b0856b717dcef64b", + "input": "Sentence: 'Two small birds are resting on a tree branch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f9d3f3dba20240a08850483bc12ce396", + "input": "Sentence: 'Some bread is on a plate with jam, an apple, yogurt and orange juice'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-23e73c4ac71a43c799e90e1474c23d06", + "input": "Sentence: 'These are people flying sons kites on a grass field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7b7e0c1cdde84a539c77b28bd0fdbad1", + "input": "Sentence: 'A golden ceramics vase contains an assortment of plastic flowers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2484e8f03f747669127c2fdcf34e251", + "input": "Sentence: 'The stop sign has two street signs above it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c586c58f538a4ec880dfaaf58b2816b0", + "input": "Sentence: 'A oil tanker train on the tracker with mountains in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-fd417ee2e5044a12a1bb0dd2139418e6", + "input": "Sentence: 'A young boy with an umbrella and backpack'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b6997e216cd84f82b99a3e50591f83c8", + "input": "Sentence: 'A table topped with a vase with two pink roses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e1a7977741a242ea92a0239eed9af86d", + "input": "Sentence: 'A tennis player in all white serving a ball'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4e6ca15f6b2943a3954eeb01c66a3df2", + "input": "Sentence: 'A fire hydrant lies on its side in the street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-70b8a680d3ed4933b7a8b8a3da83363a", + "input": "Sentence: 'A large passenger jet sitting on top of an airport runway'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-16b140572f3b4d44bf47f4c753091c3c", + "input": "Sentence: 'The train travels on the bridge over the lake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-da23f34588b44316b950d6a552ccc862", + "input": "Sentence: 'A group of people walking around an area together'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7547e30e05f84915a182fc64f2c36a69", + "input": "Sentence: 'He stops to think as he holds a game controller in one hand and a wine glass in the other'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-35f4bf10cf0047a8856cf15fb52f83fb", + "input": "Sentence: 'A close shot of a knife and cheese cut into sections'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fac0421ddd674a9f9dc1ffbb0d987c05", + "input": "Sentence: 'A beautiful hipster woman standing behind a red eyed teddy bear'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-47bd684d60a643e1a6f77ecdf105dc74", + "input": "Sentence: 'A black and white photo of blurry images suggesting movement'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-96d7bdeecf6f478ca1eb0fdd357071e9", + "input": "Sentence: 'Meal including white rice, cooked broccoli, and sweet potatoes'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aa3c24ebe5a74b7094e43f3458ef2c85", + "input": "Sentence: 'A person kneeling down next to a white horse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a825fad4b0f54b62b876400f3d366569", + "input": "Sentence: 'A teddy bear sitting on top of a metal bench'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6669c5e2c1e54d98ae89b9f70e12c8e5", + "input": "Sentence: 'A group of people laugh while sitting around a table looking at an open laptop'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0d794bcd04ee43168df51349fee4720c", + "input": "Sentence: 'a bunch of people that are sitting at a table'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-14da6d777e24426c8cc9a19fe3893037", + "input": "Sentence: 'some people playing soccer battle for the ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2ba874693dc543d9b88ee29c5582ecb4", + "input": "Sentence: 'Two trains idle on the platform at a train station'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3613cd9068704f43b9511805d12233cd", + "input": "Sentence: 'Three children are sitting with food in the park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5ac6ccd668664a37be06490948bc8dff", + "input": "Sentence: 'A woman and a girl are playing Frisbee on the beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7682c3caed6840318ec028cf371271eb", + "input": "Sentence: 'A street with cars driving down and a traffic signal ahead'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-317616ac2ab441f688134d1cf09a9640", + "input": "Sentence: 'A man standing in a pen full of cattle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e908abcfe3ed40db83f37d717a72bf9d", + "input": "Sentence: 'A skateboarder rides his board at a skate-park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f7246a67fd0c481a97f3df887ba51b82", + "input": "Sentence: 'A park bench sitting next to a tree in a park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e32a6639d46a445e858a2e2ba51d18f0", + "input": "Sentence: 'A hand of a baby coming through the side of a crib'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6a36c303d142424e8e479fecc37cb23b", + "input": "Sentence: 'an image of a girl that sitting on the desk area'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6fc16fa6e6ec47d0a1daaab9757c3f4a", + "input": "Sentence: 'A dog poking its head of the car window is seen in the side mirror'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-adad56471bf44462af5d3f09ff321f56", + "input": "Sentence: 'a close up of a number of zebras in a field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a087115001da479ca6ceeca94050f961", + "input": "Sentence: 'A walkway area with benches and people seated on them as pigeons gather on the ground in front of a person'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cbcca0b9d90f4335bad8328d1de5ec9d", + "input": "Sentence: 'A car that is next to a truck with boxes'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f39f7d0231134a01bf8f5f7991df671c", + "input": "Sentence: 'A vase filled with water and pink roses'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-72216fde5ab04bc6963ad4f34f53d763", + "input": "Sentence: 'A person wipes out on their surfboard in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1023270cba9446a2ab044c0315ad6f4e", + "input": "Sentence: 'A man is speaking into a microphone for a crowd'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-93a43f3aa77f4754a12b52012950538e", + "input": "Sentence: 'A kite surfer flying above the ocean in his wetsuit'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7928566a2fcc44ef959cf1cad117bdb9", + "input": "Sentence: 'A plane is beside the airport on the tarmac'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-44eec959ab9e49e799d9d7a91034cb3d", + "input": "Sentence: 'A line of appliances located in a barn with a hay floor'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6b057b9ff47743188b6559dc46245abe", + "input": "Sentence: 'A brown patterned dog being held wearing a hat'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ca80ecae70ee41268f860542e056b637", + "input": "Sentence: 'The giraffe is standing beside the musician's wagon'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-668d7c1c5a6048e089f95f20031ba9e8", + "input": "Sentence: 'A cat laying on its back on a bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ac7500362bfe4f5485dccce09486d559", + "input": "Sentence: 'Two hot dogs with chili, cheese and tomatoes'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f4b0c4dad56b4f758f3c22a187da7e26", + "input": "Sentence: 'a small black dog is playing with a green toy'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4b8328aab55c42309cc37394737e325a", + "input": "Sentence: 'Four people are in a long boat in the water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b23a7c2a8f5e4b0f96d3345424484a31", + "input": "Sentence: 'A group of people waiting at a crosswalk'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a649380f7aa34694b558bce832dcbdfc", + "input": "Sentence: 'A lone man flies a large kite on a beautiful beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2442cbc04d8e4c19820a293559230ac4", + "input": "Sentence: 'A stylized photo of a person performing a trick on a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-903e73fedde144c99ca66db581d41f82", + "input": "Sentence: 'A horse drawn carriage traveling past a crowd next to tall buildings'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0c2b83871e304c3c8ebb3da5fbe87117", + "input": "Sentence: 'a mailbox on the sidewalk decorated to look like R2D2'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-33c3eb31bfc5489ea978e2ed69f392ef", + "input": "Sentence: 'A tennis player getting ready to hit the ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8914ca06288e4b58928fe43caa148d48", + "input": "Sentence: 'A man in plaid shawl walking with a black horse'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f1f7fddd82c84ec1b46f369f725a3403", + "input": "Sentence: 'Stuffed bears that are lying on their back'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e5baef966a4d4891bff254fed0313689", + "input": "Sentence: 'An over turned tractor trailer next to a telephone pole'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d4ae7ca8ab7447fa907217bc9aadcc93", + "input": "Sentence: 'A surfer in a wetsuit is riding a wave'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7d25773834de4a688d23dbf91556f87a", + "input": "Sentence: 'A giraffe standing next to a stone wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-55bd7bd2bc2f46e7ab16573e8ba717cb", + "input": "Sentence: 'a black pan with an unbaked pizza on it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9b9eaad3313642cf81421cd1be918f82", + "input": "Sentence: 'A picture of a hotel suite that is ready for anyone to stay in'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6559ad02c3df4a1aac149e6e8c109735", + "input": "Sentence: 'a man two girls and a brown and black dog'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-43364a7e41ed46a1a1260ade51ea83ca", + "input": "Sentence: 'a brightly decorated living room with pretty flowers'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-63891294827142428c661baf1df2d798", + "input": "Sentence: 'Snowboarder in flight after a very successful takeoff'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8c6665f55ee34e5b91ec7c186041e2d4", + "input": "Sentence: 'A full view of a person sitting in front of a television'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-35e6341c884749a08c0dd36b1a797bda", + "input": "Sentence: 'A man that is riding on the back of an elephant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-22ec9e8573444f69ababdad9618479f6", + "input": "Sentence: 'Road intersection with traffic cones and signs for construction'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-1ee4a6fce7c64442933ee75f62bd74a2", + "input": "Sentence: 'A man sitting in front of a laptop computer in a room'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9935755897f24b0dafcc683fd4ba961b", + "input": "Sentence: 'The two huge elephants are walking side by side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7e3390a374a54aae8ff273e83e109b17", + "input": "Sentence: 'An image of a typical unoccupied kitchen, with date and time stamp'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5491b6e88a8c431f92847e0d6f5eb9d8", + "input": "Sentence: 'The walkway is built to pass over the top of the roadway'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c153373566e042078542a474d5d581c7", + "input": "Sentence: 'There is a sign that says tame make bros on it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-97d0879ce1d049f4aebb4851188be0e7", + "input": "Sentence: 'The stop sign is across the street from a park bridge'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f60d1dae900f44fa907f03b10c17b891", + "input": "Sentence: 'A giraffe standing tall in a wooden enclosure'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b2ffaf9c5de64b479e37f3fbc6a1e3da", + "input": "Sentence: 'A beautiful hipster woman standing behind a red eyed teddy bear'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-70f15f9b01f042de8cc1326501f31637", + "input": "Sentence: 'a pair of scissors is laying on a pouch'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9dfb27fb38994e8585c6ca384b5e02e2", + "input": "Sentence: 'A FAMILY WITH A DAD, DAUGTHER , AND SON POSING AT A SNOW RESORT'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e1b9cd10c63c410dbdc90f29d4e497ea", + "input": "Sentence: 'There is a close up view of a sandwich that is not eaten'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33ef2628fa494409a7d36a40e0390e9a", + "input": "Sentence: 'A black and white photo of a man petting a horse'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ba467082f56c46568f0ac2f10702b73f", + "input": "Sentence: 'The Indian woman is standing near the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-687953479cff4b45afc6349e4aef3b74", + "input": "Sentence: 'A group of motorcyclists are parked together at a bike show'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4f57a3a4915f4f9aba8975a945da3452", + "input": "Sentence: 'Room with many orange accents pieces and several umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ceb28f21cc554371b35e549c59dc4e71", + "input": "Sentence: 'A toilet with a cellophane wrapper on the seat rests against a shower curtain alongside packaging and a stick of wood'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5fa293df8825400faa3f6d6b1a635833", + "input": "Sentence: 'A boat flies its flag while sailing just off a pier'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1c77d05698d84f5c81b95cd48349c8a0", + "input": "Sentence: 'Small children standing in an open files playing with kites'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-57906fa8287548588dbeb7dc3806f70b", + "input": "Sentence: 'Someone walking down the street and street lights and a one way street sign'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-f5e855b8b98c4f47b26fc1d0edeafe09", + "input": "Sentence: 'A worker in an overstock warehouse pushes a cart with merchandise'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-08d10ec8eac94248a471e4f3011f440e", + "input": "Sentence: 'San Francisco boardwalk portrays an era that has passed'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-38be915c00a34c57a20532bb99b16da1", + "input": "Sentence: 'A bedroom looks large with a patio door and striped valance'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a5ab6165c6134c158838efd39cde2dfe", + "input": "Sentence: 'A train carrying boxes passes through the city'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2fe10442e4eb4047b22c1a1a4cf0f86b", + "input": "Sentence: 'A Passenger Train inside a station containing shops'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b1909a6853914004bf99fe209cd3e0c7", + "input": "Sentence: 'An airplane flying high in the air with the blue sky'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b6b6630842ce4e178b41e14bd243de2a", + "input": "Sentence: 'A street sign that over looks the city from a hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b88d2d66ae834f62b6d77f688d048aea", + "input": "Sentence: 'A small kitten is being bottle fed milk'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b0c90f300a53426fbaf4d3578f1f4216", + "input": "Sentence: 'A train segment stopped on train tracks in a field'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-b8a8423290cf4e90a6753ebaeb7274b5", + "input": "Sentence: 'People are gathered around looking at a horse'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f0da741a78b8472e82a1c38436f382d3", + "input": "Sentence: 'A brown horse grazing in a grassy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f24c3990d425419bb962978d263cf987", + "input": "Sentence: 'Six colorful kites of assorted shapes flying against a blue sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-16e66bf45efd404c9db71960ccf9d695", + "input": "Sentence: 'A stuffed bear sitting in the center of a toilet'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8385c6e00c12482d961c52f28b0d1ec9", + "input": "Sentence: 'LION AND GIRAFFE IN SEPERATED ENCLOSURES AT THE ZOO'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a3d1f4a063ec4c96ac0f22af36911e6d", + "input": "Sentence: 'A picture of a dog staring down a fire hydrant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ef4197bd9f364e4ba4175c9a68127c14", + "input": "Sentence: 'A toaster oven, food processor, and mixer with bowl'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f795ed978e2b487587495b1fe2a0b6e1", + "input": "Sentence: 'A dog on a road and car next to it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5e7f435bd21b48b098d5b83f2f387d72", + "input": "Sentence: 'An arrangement of brightly-colored flowers in a vase'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b3f79aab0d8f4b9b9492cdca17aa2a62", + "input": "Sentence: 'A large white polar bear eating a carrot'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-33fe9e26d8194c919cc298f9474e07c7", + "input": "Sentence: 'a young teen boy doing a trick on his skateboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b46c902337e94bbcb3714d20710a397e", + "input": "Sentence: 'A bath tub with potted plants in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a1ec90dd13b04969ac941833d748127c", + "input": "Sentence: 'A person laying in bed across from a window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5a2f963e9adc4ecc9b7c621551c904c6", + "input": "Sentence: 'Two men loading a pick up truck with liquor'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5bbc79d2e44f441eb565102df75dcdf3", + "input": "Sentence: 'A boy near a fruit cart with hanging bananas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1a9490d487bb41bf8db17c52c3bd06de", + "input": "Sentence: 'A large clock with roman numerals on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6b4beecbcbe64044a4a8d7b92e95bbc5", + "input": "Sentence: 'A bunch of plates and bowls that are on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-1ca8764137154788af54ffcb4ed72817", + "input": "Sentence: 'A man flips his skateboard next to a building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-777e66d0376641e3b1cb6ef11b5ca38b", + "input": "Sentence: 'A small elephant licking a blue metal fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6284e8bba0554a7d975f8ba8a0cbef6a", + "input": "Sentence: 'Two horses standing together in an open field near some mountains'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-30854e985d5e422385f98ee94614a9f1", + "input": "Sentence: 'A street sign on a post with buildings in the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1fe0ac98b34b4279a32121f615eb6317", + "input": "Sentence: 'a red train and a wall with graffiti on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c26d241c54d54e4cbffb19f1836c5f05", + "input": "Sentence: 'Ocean side shot of a umbrella floating on the side of the ocean'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-2127d1e23a274967994a7599bb20339e", + "input": "Sentence: 'A person with a game control raised over their head'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-40a21caa5c9b42258cd6dcf31a11dace", + "input": "Sentence: 'Two people holding surf boards walking to the water'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-fd892ca1698146b3bdf6175dd87cc8fa", + "input": "Sentence: 'a white airplane with a red tail sitting on the runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a9648cc64fd04322a98888f371dcf75e", + "input": "Sentence: 'A black bird standing next to a partly eaten apple'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f35e357773bc404c848a4ddfb557383f", + "input": "Sentence: 'A person is fixing a sail on a boat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-de29a2f8b22d481291421c3b9bd1eadf", + "input": "Sentence: 'Cars are driving down a rural road that isn't that busy'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-aa93f495bd85409b8cbad94db3f6363d", + "input": "Sentence: 'Four boys in deep concentration as they point their game controllers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3b4262296ba24d1896053648458df903", + "input": "Sentence: 'a person pushing down the end of a skateboard with the toes of their foot'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3f7f660025784589b46eb6a2c3b55eef", + "input": "Sentence: 'A young boy performs a skateboard trick at a skatepark in front of onlookers'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-cddcb09efb9a4ee6bf0def36fe84c6c2", + "input": "Sentence: 'People standing near an lake watching a person fly a kite'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-279063c680d44d63b6bdebf88e9fe6cf", + "input": "Sentence: 'An orange sitting on top of a wet beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ce75a438b4204096b4f405c5b6125c16", + "input": "Sentence: 'A food cart with trays of food on the shelves'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6b827723ec18439b86e9e9561aae69f7", + "input": "Sentence: 'A girl is sitting at a table eating dunkin donuts'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0ee7e321ec744ae1aa58e118ce2d2963", + "input": "Sentence: 'A sexy woman in a bikini walking along a sandy beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-350092d088e143a0bbd6a4c560573d37", + "input": "Sentence: 'A photot studio set up to do a photo shoot of wineglasses and umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-8d5e6cbcad764d9198c071bda157912c", + "input": "Sentence: 'Three stories brownstone is overlooking quiet, tree-lined street'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1f8e9176a4f94c01b3aafe6e3eef34eb", + "input": "Sentence: 'a cat that is laying down on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a2233a33647846f5ae1d482fe02ac2ab", + "input": "Sentence: 'A large brick building displaying a roman numeral clock'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a9311d704844444ebfbc3361e2f3890c", + "input": "Sentence: 'A woman hitting a tennis ball with her racquet'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-99b59a2f42894861abcdf1fd4546be15", + "input": "Sentence: 'Two birds standing around a box of birdseed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b4725b224217457b9ddce6bffdab4d18", + "input": "Sentence: 'A pink sprinkle donut resting on the dashboard of a car'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-90c30f1305704756aa8cf99001bb0d87", + "input": "Sentence: 'A man is preparing to throw a Frisbee as he stands in a park'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-54e0ae353dba4b02bbd8bdfa70b06704", + "input": "Sentence: 'Two horses pushing a carriage with a man sitting on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-96e15e208c6d41d7b2db4cf5c6788712", + "input": "Sentence: 'A tall clock in a beautiful park setting'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0fe5806394c14d54b682ebc8b7df2933", + "input": "Sentence: 'Young child airborn while performing trick on skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-127aea569b7a4f4f8a222deb0204d37c", + "input": "Sentence: 'A woman flying a kite in a grassy field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-99cfdbdecde34f7ea58a0eb7c10a5269", + "input": "Sentence: 'Two people in red snowsuits skiing on a slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-407cec86b6cc46e9b08dde711c0eb389", + "input": "Sentence: 'Hi rise building with a clock on the front'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2c977b9d8cf74ac39b6f25271044996c", + "input": "Sentence: 'A bunch of bananas are hanging on the vine'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-02f5e9d2717f4292ac2418bae1addbda", + "input": "Sentence: 'A person in an ocean that is falling off his surfboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-000c267de16c4ee2b9ebdcb8b0fb0b15", + "input": "Sentence: 'Many baskets are stacked on the table beside flowers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b6f32023fc004321ad1521625e3b94d9", + "input": "Sentence: 'A barefoot woman sitting at a table with a glass of wine and her computer'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-f8d9d09a72364e708452f258ee215335", + "input": "Sentence: 'A man and a woman laugh together as they walk out in the rain beneath a purple umbrella'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f3b5e71df1dd457a8c405c8c646ef3df", + "input": "Sentence: 'The wall of a building with two windows and a balcony'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5e28a95e706f4728a27c1230e6ea1a28", + "input": "Sentence: 'a person is standing in skies in the snow'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c936a2599be14989bf4efa10a7deaff4", + "input": "Sentence: 'scissors balanced on a plastic carton balanced on a shelf'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7a8f068e04474cb9b6d11fa7225d058f", + "input": "Sentence: 'a cat that is sitting down on a old car'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2268b292bc7743fc919e0b40f2b23d68", + "input": "Sentence: 'a close up of a bike spoke with a chain with a ground background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f24b5a574ce74e54a2a1d5fc421398ee", + "input": "Sentence: 'A plant grows in a gold and black vase in the corner'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7d07ae5050cf4a9ab8e8faabc5977d8d", + "input": "Sentence: 'A cat with a serious look on its face sitting on a bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c1a7bec79a384e0796a74fc5a2bfb64a", + "input": "Sentence: 'a man rowing his kayak with his pet dog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9568b291aaca4b9da3b1dc1292c98351", + "input": "Sentence: 'Road signs against cloudy sky and some houses'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-17657bc65c414acd81ce9ca6dc07992e", + "input": "Sentence: 'A cat sitting on the arm of a chair watching a television that is turned off'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7f6392daad8c4b91bf366ef9de6d6d7b", + "input": "Sentence: 'A horse being ridden with a man in a large hat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f4ee8f0c8a87437d91f55dae97cef92d", + "input": "Sentence: 'A young person on skis in the snow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-21fb2b6f92f14799b66808521313cdfa", + "input": "Sentence: 'A cat looking at a storefront out of a car window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-86e97105914d4afa94d7a2ddc0b0c813", + "input": "Sentence: 'Two giraffes and a zebra in grassy area next to trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-945f28f572444d949238b3d93652d84e", + "input": "Sentence: 'a white plate with a pancake blueberries and another plate of food'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a1290158aa314f5d82f2b012d826b9d9", + "input": "Sentence: 'Some sort of a blue sofa sits in a small room; a mirror and a picture hang above it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2a87230a00624b45af02c9a4bf96ef7c", + "input": "Sentence: 'A woman and a black and white dog on the beach'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a3f66aba42f84c83b81413ae725a03df", + "input": "Sentence: 'People watching kite surfers skim the waves on a sunny day'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a31dcb436ff24c6ca1cee215d7027fd0", + "input": "Sentence: 'A street scene with a horse pulling a carriage'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fbaaaa4c962b44a982d56aeaf564dea3", + "input": "Sentence: 'A man holding a dog with a neon green frisbee'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5716c84125ab40f5b5583539af948b51", + "input": "Sentence: 'A photo looking at young child playing a game of baseball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7102f4f05aac42f4b9e3d0829c664afa", + "input": "Sentence: 'some people and some different skateboards on display'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-acc7416f95bc44e3942839bae69e1d4e", + "input": "Sentence: 'A parked blue bike with a red umbrella buckled on the body'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c88519631faf4b238e7fa8c9efc581a1", + "input": "Sentence: 'A vase of flowers next to a ceramic tomato'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-54c96a414c934879852adf4153b75547", + "input": "Sentence: 'A person on a skateboard on a city street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-99164252561843a1ba8a614c28a8712b", + "input": "Sentence: 'a man with an orange tie talking on a microphone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a5910e60a114071b57ea4b715950268", + "input": "Sentence: 'toilet and sink area in an airplane bathroom'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-57198de59dce4c1aab1e3bde17e10d67", + "input": "Sentence: 'Motorcycles and cars are causing heavy traffic in the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4421a8a28e924b7f87d4c0af5ba5cabb", + "input": "Sentence: 'A smiling man is sitting on a park bench'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7b6502d6fff04dc98a08bbeca5f453fb", + "input": "Sentence: 'A view of an elaborate old building and a clock tower is taken from across the river at twilight'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-702789a16ec941938d946eb6972faf70", + "input": "Sentence: 'Some very cute giraffes by a very tall fence'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-08959a260b904a31883d0cc56bfba492", + "input": "Sentence: 'Several black and white sheep near a sofa in a field'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-249cd7ed65bf4af1ac9c38cd13f1ae2e", + "input": "Sentence: 'The hotdog has mustard and bacon on it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f8e62fd741684cd4bc5ee24f73da09b4", + "input": "Sentence: 'A hotdog is sitting with fries in a paper car on a plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60154f6dc33f41d490c4404222b85f54", + "input": "Sentence: 'A male tennis player returns a lob at a packed tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-9dfe8093d9b24a4ab2ca3d67f7f83853", + "input": "Sentence: 'Some elephants and a man are in murky water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3cdaa925925f4660b85ac66ef344ad83", + "input": "Sentence: 'A large blue tow truck towing a large tractor'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-aaa87e7daa674c13afdec09c95e050a2", + "input": "Sentence: 'Large white airplane with blue tail sitting on a runway'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4879e28ac74a4c8f8e60be7e09cd8abd", + "input": "Sentence: 'Man in white playing tennis on a court'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-848d9611be3a4c929834eec1a258df0f", + "input": "Sentence: 'An elephant is walking away in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-08eaab1fe3634b7c99becf1eb16611f6", + "input": "Sentence: 'The animals are in the small stream of water'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f87964730e6a4bf3bc545c34046c82c1", + "input": "Sentence: 'Several women working with some type of production equipment'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2d89f545393b41f58aad3a9c57bb5e78", + "input": "Sentence: 'A skier barrels down a snow covered mountain at incredible speeds'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9d3cb1c124ef43ffb9a737d3cb04ad43", + "input": "Sentence: 'A person sitting at a table with two pizzas on pizza pans'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-04339e7cd9b245aab8abfcce4e81430f", + "input": "Sentence: 'Man operating a frozen confection cart talking on a cell phone in the shade'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-f6ba49d16ed84e449041c4bef907af66", + "input": "Sentence: 'outdoor street view with people holding umbrellas outside'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-37966a230bee48d68f45b7533e95c65e", + "input": "Sentence: 'A woman in grey jacket on skis standing on a slope'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e6217ce110f34d3e829fd06b07c56bff", + "input": "Sentence: 'Several black suitcases are piled on top of each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-42d5f5a004d141d5a9ae8812c54bbdc3", + "input": "Sentence: 'Penguins gathered on top of rocks by the sea'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-463a1a1a548d4695a3d84d3f1e9eb8da", + "input": "Sentence: 'A sandwich cut in half on a tray on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bb1a66f3bf5f4e3bb971aede6588452a", + "input": "Sentence: 'A steam engine train rumbles down the tracks'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-22f1d10e35b244509886429f28e11485", + "input": "Sentence: 'Two brown cats laying on top of green pillows on a bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e3c4f2291c5e42b8b876196b2d799052", + "input": "Sentence: 'A dog laying down in the bed with blankets covering it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-aa418721e8644b5bbdf87088f21bc5f8", + "input": "Sentence: 'A motorized catamaran boat docked near tall buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f11c77b61988429aadd44097c7cbe0a4", + "input": "Sentence: 'A silver and blue fire hydrant near a parking lot'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d936e5466c3c4d2384820ae4e43acfbe", + "input": "Sentence: 'A young woman is surfing on a blue surf board'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ca173ecffb034218a45349bd79aeb40f", + "input": "Sentence: 'A room with a wooden floor, a heater and a office chair, a table and windows with curtains that are open'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d6c3e496dbd94e749fa10e08dffd75cf", + "input": "Sentence: 'An old and huge passenger plane sitting on the tarmac'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ed5037b469df4acba03062ff42354765", + "input": "Sentence: 'The earth next to a house is upturned'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-959ccff9095f4fad8bfdf85da401ac56", + "input": "Sentence: 'The young boy is trying to practice his skateboarding moves'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c7410edfcfb0450e8e846f39db545cec", + "input": "Sentence: 'a male on a bike eating a banana'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6adc7afe77ed43dc9fe760ef73a8cd41", + "input": "Sentence: 'A bowl of cereal with bananas in it is next to a can of soda'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-430cde41ef7e4a849e817ca68b8729f9", + "input": "Sentence: 'A man is sitting down and talking on a microphone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c4c43bf99404416bba8a9abba7928348", + "input": "Sentence: 'A group of sixteen different photos of various outdoor scenes next to bodies of water'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a296f2d513f34101aa16453ce8088cd2", + "input": "Sentence: 'A person doing a skateboard trick off the back tailgate'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3a6d3a11f6f44bcc8b904ff003230ca2", + "input": "Sentence: 'A snow boarder jumping over a snow ramp'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ff878815559a4fb2a194f29c0bc2c9b1", + "input": "Sentence: 'A blue and black bird walking across a dirty field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1a01b27bd5604b89a8fdd484b6f429fe", + "input": "Sentence: 'Two women are dancing with video game remotes'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-59551a313686471a877dfac983e041a7", + "input": "Sentence: 'Five horse stand lined up in the distance'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-47010e6f0f4048a5ad991737a5e92c68", + "input": "Sentence: 'A truck is carrying an ATV and driving down the highway'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-08cb0d27b5b44afebb6b5367b0d43cc7", + "input": "Sentence: 'A man in a wet suit riding a surfboard as a man reads a book on shore'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-012249294e2e4bc38fa7ab6efb746261", + "input": "Sentence: 'A red open fire hydrant spewing water from it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ab16ab241fb14436bd7525f5d2ce6c0e", + "input": "Sentence: 'a big crowd watching a man throwing a baseball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-586f4443c7724bbea6e77beb32a582f3", + "input": "Sentence: 'Three stainless steel fire hydrants are in front of a store front'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-2da1eb8c1d5d4a2b929f82f572a8ae66", + "input": "Sentence: 'View of a kitchen with an eating area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0db2f6d9734c411694f03cca06f3e8de", + "input": "Sentence: 'This is a picture of a very creative cake'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-06a1ec5f80334455b6b2533c73669c68", + "input": "Sentence: 'A bus on a street with cars and bicyclists'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ac2ce05da4ed4501aacec47475de7234", + "input": "Sentence: 'A bunch of motorcycles all lined up by the side of the road'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3ff054daaccd47e1bc37481e2c5f603a", + "input": "Sentence: 'Little boy and girl sitting on the porch eating their meal'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b58bd0a09c3a4131a1bbb1cf11f13712", + "input": "Sentence: 'A window is open high on the wall in this bathroom'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f538b2cbb52a45258dec1a12697116d2", + "input": "Sentence: 'A lady riding a rodeo horse preparing to round a barrel'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6289315ad9eb47518962a62659f2ca48", + "input": "Sentence: 'A gray air force airplane is on the runway'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b51ef9d1a633484599e00767643fd072", + "input": "Sentence: 'A zebra eats a pile of hay behind another that walks away'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-99cfcb48a7ee4b0f93ced6e0e9b943ee", + "input": "Sentence: 'A group of men standing at a bus stop next to a street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7165d5ff63c243a6a116e8c5aabcf177", + "input": "Sentence: 'An open refrigerator in a home in disrepair'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9a3a14eaa67e4565a6dbdf67c4f1090c", + "input": "Sentence: 'A man skateboarding through an obstacle course with cones'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f401390fad2947a7a3610d1c000a2061", + "input": "Sentence: 'A large white and red bucket truck in rural setting'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-05cbd108b1e349dabacc4660f33c1d05", + "input": "Sentence: 'a man in a white shirt laying in bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0db1fbff0caa4eb99fe50e22449621f0", + "input": "Sentence: 'People skiing across the water with sails pulling them on a beautiful day'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2cee3158da6041fd85c413df258f6277", + "input": "Sentence: 'A white fluffy dog looks out of a window with shutters'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fadd22256b8146759caa54fb92132eed", + "input": "Sentence: 'A group of men holding Nintendo Wii game controllers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-736298becd40435e9e2f9c1dcb64b7f4", + "input": "Sentence: 'A woman sitting next to a window smiles for a picture'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6fc7e8bb152c429b86cf96b438429a2c", + "input": "Sentence: 'A skateboarder jumping in the air after leaving a wooden ramp'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c55f013ea59843e09eb138f4a521ff3f", + "input": "Sentence: 'A West Highland White Terrier dressed in a neon yellow vest pants in the sunshine'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-38b761eb9e1346cbac570e512eace927", + "input": "Sentence: 'a male wearing a black robe and hat is holding a keyboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5fbf6eb787d64b27b2ec39afe9c01def", + "input": "Sentence: 'A pizza with lots of sauce sits on a white plate'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fadc1f885de0477c91336d7a77556938", + "input": "Sentence: 'a computer monitor, keyboard, and mouse sit on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-524481ec049a46a98fc94aef6d4163c4", + "input": "Sentence: 'A man in all white serving a tennis ball into the air'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-0708ac9a7f7648ddb904348a6109c76c", + "input": "Sentence: 'A man wearing glasses and a shirt and tie'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-bdcdeec828cb4624a1f7b90bccf04d5d", + "input": "Sentence: 'A group of people wave while riding a ski lift'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7edaa0942a2f49ceb65d3773188290e2", + "input": "Sentence: 'a pair of scissors is laying on a pouch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1227a358e7044d09a8ea0811e8e6a89e", + "input": "Sentence: 'A Olympic skier is skiing around a track'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0e77e883359440859c94b927c3f23147", + "input": "Sentence: 'a elephant stands next to another elephant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-41cb1f023c1049cdb91981b501d874b5", + "input": "Sentence: 'An airplane near a wire and post fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ebf647605aa445e89540f219aa4c1493", + "input": "Sentence: 'A jet, painted with camouflage, flying through the air'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7d76d22166964b0c951d920aff1615f8", + "input": "Sentence: 'A horse eating hay in a open yard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3052726c56064e0c847bc4a74abfd84f", + "input": "Sentence: 'A couple of traffic lights hanging over a street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-febb9a7d44794f9b877935bf677f9635", + "input": "Sentence: 'A group of men standing on top of a white clock tower'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c568a0f170684ebea702e112b7c897d6", + "input": "Sentence: 'Several people are sitting around at an airport with luggage next to them'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8975453e292f446d93bfc75e3029d81e", + "input": "Sentence: 'there is a piece of cake and a fruit on a green late'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-40c56bd15c57403ea4e7aeec3fc3270e", + "input": "Sentence: 'this is a group of signs in a corner'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-458791e03e464243861e4c4f4442549d", + "input": "Sentence: 'A very big knife sitting with a big pizza'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fb68283bfb5144dbb4e4e48b42cc004c", + "input": "Sentence: 'A women holding a fork while looking at a cake'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-04da468af92d4c15ababfc4fd2f28d9a", + "input": "Sentence: 'Two older men feeding each other white cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f160a41c4391454faf250bef9e595110", + "input": "Sentence: 'Some fruit and flowers sit above a desk with a laptop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6af7507ea0214cccbab9b5755c3ef397", + "input": "Sentence: 'A plate with a piece of food next to a pile of cheese broccoli'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-6a23c5153732471b88889d347c57e0d6", + "input": "Sentence: 'a man rowing his kayak with his pet dog'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9e438e57ad124a2786aee60ae1abe476", + "input": "Sentence: 'A traffic light hanging from a metal pole'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c20026896b294cf3a0c42a98c196679a", + "input": "Sentence: 'An open laptop computer sitting above a keyboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-23b4a3170cbe4a998ba4e02603e814f6", + "input": "Sentence: 'Two cakes sit on a countertop cooling rack'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c61ca379b74248c198845d774483ed9d", + "input": "Sentence: 'a woman wearing a hat sitting on a bench with some other hats'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b95f4e7e5a084f4fa83d74b3b3811a43", + "input": "Sentence: 'A person that is surfing a wave in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5354c60526d34947ab6d301a41495c32", + "input": "Sentence: 'A boy in a wheel chair on a tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5bb15ca13a1340238eab0c041207358b", + "input": "Sentence: 'There is no image here to provide a caption for'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8a3b247a7a2c4a589b8c3feab15c32d4", + "input": "Sentence: 'A log house shows plates, a table, and dishes on display'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c58421a499a2458f83f572ed17826484", + "input": "Sentence: 'a tall tower with two clocks built in to the side of it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e6136273382e4704a2995e5981fdb787", + "input": "Sentence: 'A kid in the grass swinging a baseball bat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2fa56bd158d1471290280cfd7a7e7ef6", + "input": "Sentence: 'A couple of people standing in a grass field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-25e77ff6743a4055865e1915a647ec1c", + "input": "Sentence: 'a man walking in the grass wearing a backpack'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fdb47cce6bbf4c9c89e3983776740cad", + "input": "Sentence: 'A person holding a cell phone with a picture of grazing cows on it's display'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7ffe902fcbb14d5587825ce38cb53ba2", + "input": "Sentence: 'A man and a woman sitting on a green bench next to eachother and a red backpack and black handbag next to them on the bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-538ca25d678e4c829ce188c85d874d57", + "input": "Sentence: 'a person smiling with buildings in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b7672342e26b4fe092f1d316c94bba1f", + "input": "Sentence: 'a street sign saying there is no parking at night'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-baa590fdf7694be1a9b914c9850cb988", + "input": "Sentence: 'A kite with very long tail flying in the sky'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ebe93ccf8f91438a9776a945f1001433", + "input": "Sentence: 'A bunch of air plains set out for exhibit in a museum'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4b59af0281244be1b68b3dcdd7dd5337", + "input": "Sentence: 'A man skate boards down a sidewalk doing a wheelie'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-51709ce5122d40309b1f227fbed9885c", + "input": "Sentence: 'A group of people walking down a street next to tall buildings'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8bd07f4c90da4aa79a0ad7ac1620ec37", + "input": "Sentence: 'Two tourists sitting on top of an elephant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a06a4adc799740eb924a8d7225781261", + "input": "Sentence: 'A stop light under a street light at twilight with trees in the background'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-40159988825a447683460734da89b555", + "input": "Sentence: 'A picture of a desk top computer on a desk '. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b17573011b38448b96167ddfa3fd7f88", + "input": "Sentence: 'Two school buses travelling on the same street near buildings'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e3647312be5740d8943f7c83641cdf09", + "input": "Sentence: 'Engine of airplane in foreground with shot of vast beautiful landscape below'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5f8adb4319d943d8a78937795a82f913", + "input": "Sentence: 'Boston terrier sitting on a bench next to a standing woman'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-27e6204ebd3e4dc29b016e9a348e9bbc", + "input": "Sentence: 'A person kite boarding with open ocean as the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-52f71b4bab5448e78da65d85ada6104c", + "input": "Sentence: 'Three stuffed animals sitting in a window showcase'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8b0ef51f87534979aa3ea21260644230", + "input": "Sentence: 'A person near many different types of suitcases'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e66bb970ad7946b7b8e3fb3d7ade2bd1", + "input": "Sentence: 'A room that has vases/urns on display'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-74fe014f738a4318bfbaaee8ed37ce36", + "input": "Sentence: 'a young man standing in the water next to a white surfboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1431e660c8314796af313aa9f3846d70", + "input": "Sentence: 'A group of team players for a baseball team'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4a72014bcfc440d79f631481553e05c9", + "input": "Sentence: 'An adult elephant and baby elephant loving on one another'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1e6cbba29e5043f0ad65c5bedcf59b90", + "input": "Sentence: 'A couple of kids playing a video game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-23d124ae5c0d412cbdf47670732e5734", + "input": "Sentence: 'A man and a child having dinner at a restaurant'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c25d61742773416091d36d13e07c4ca3", + "input": "Sentence: 'Three mountain goats standing amongst the rocks on the mountain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5a44587f76464e638add237b3e7e0959", + "input": "Sentence: 'A couple of guys sitting at a dining table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9aa00d30e3c84fefaa0df8a348bfedf4", + "input": "Sentence: 'Some men are putting lots of bananas into piles'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-65a6265f30464b45a9f103b3cac20ef8", + "input": "Sentence: 'A person holds a human-sized teddy bear'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2363c10a57274636ad3dbfa813615ef8", + "input": "Sentence: 'A bedroom with a mickey mouse blanket on the bed'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-42abecf9e7cb4f36bf46d93f267d3cb3", + "input": "Sentence: 'two women holding wii controllers in a living room'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-880bfb4f3e934594aa99305b1a9b9230", + "input": "Sentence: 'A big white motorcycle parked next to a stop sign'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-13d1faf21ddb4947b2aff91c95412c5b", + "input": "Sentence: 'a group of people sit on top of a grassy hill'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6bde6342d97644ceb2113ac61d5ca572", + "input": "Sentence: 'A brush, hairdryer, note pad, and magazine on a wooden table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-985c9ffd8d7d4fafb5ffa36f59245182", + "input": "Sentence: 'A person snowboards down a snow covered hill'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-04320eea14d04b3b9aff2434d20d2e26", + "input": "Sentence: 'a cat siting next to a chair on a porch'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-afa65bbea8cb4ba7b7536cfdf19e6380", + "input": "Sentence: 'A young man holds his tie up for the photo'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-55fbeee26d6941cc806773161a7d1b01", + "input": "Sentence: 'A plate with beans, broccoli, small sausages, fork and a small container'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6195dc243d184b86a8be110915aac0d6", + "input": "Sentence: 'A tray full of different types of foods'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3198ab2d0cc5434498154acead76a135", + "input": "Sentence: 'There are two giraffes staring at the other giraffe'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1da694910ad645d2a714cce251a65729", + "input": "Sentence: 'A row of parking meters sitting along side of a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-996b4ce3f2e94bb387d882f234d4c726", + "input": "Sentence: 'A kitchen with microwave, stove and coffee maker'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-39ddb1a1c6ac46919bef4fae412e982b", + "input": "Sentence: 'Few boys are bathing in the river while two of them are carrying surf boards to the river'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-ce372d904a4949c892ef52066fbc8f8c", + "input": "Sentence: 'A teddy bear that is holding a camera'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fe4d1de3f58647f7b2220595dc37c29c", + "input": "Sentence: 'A woman pouring a beverage as several people watch'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b8134517bde548c1bafef25be80e163c", + "input": "Sentence: 'A long and narrow modern living room with two windows'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0e3431c93b9c49248cb044424550c60e", + "input": "Sentence: 'a bathroom with a tub and a mirror in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1dbaeb488f664019a4942fa7c77597db", + "input": "Sentence: 'Three zebra are grazing on grass in an open field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-044060c1d8ad492899f944263e4b5035", + "input": "Sentence: 'Several guys playing the Wii and holding the controllers'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ef68374c297d4814b87680331aa7c174", + "input": "Sentence: 'A white toilet in a very small bathroom'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5942b98c53f74e499d31c933fb8521cf", + "input": "Sentence: 'A tabby cat staring into a blue bucket with apples in it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-60d4b4aa13a5492c9750f9bfd32f3bde", + "input": "Sentence: 'A large tall building with a clock on top'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-85cd0c66f5c446a88d80502887a16fcc", + "input": "Sentence: 'A train carrying boxes passes through the city'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1cd8f5ee1a6a4c83b0545730a2957bb7", + "input": "Sentence: 'A pizza sitting on top of a white plate'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fb3753b944e142d4bf53ec8e656d75fd", + "input": "Sentence: 'A person on a field swinging a tennis racket'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-94b98a0d41504493a9ed601fa9b88f5e", + "input": "Sentence: 'A person on a skateboard jumping on a fence'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6c22a195105d40fab46a2122db31e82e", + "input": "Sentence: 'A person walking through a park next to a tree'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a105d6e707f0461da6b7a2e3b522364a", + "input": "Sentence: 'A black cat sitting in front of a banana'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e9675fdbfca4462cada2c1de39cdf335", + "input": "Sentence: 'A dog in the window of a house looking out'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-61ad211b1f864b81953e89048c9f9eff", + "input": "Sentence: 'A bedroom that has a window, bookshelf, and a bed'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-cd0dcc8164b1476595b970d2d87136db", + "input": "Sentence: 'The man is surfing on his surfboard in the ocean'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0d0333f2cf4d40cd90753d4f66c29315", + "input": "Sentence: 'A woman walks by several pieces of luggage on a floor'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6676c29b5ac9494e93a4831cc0161aff", + "input": "Sentence: 'A laptop that has been taken apart and displaying all pieces'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1c2f8f83b8ba4c04b70322756b164a78", + "input": "Sentence: 'Three slices of thin pizza next to two bottles of wine'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-40768eefb87a4065a888a394aa732402", + "input": "Sentence: 'A giant dictator holding a dead body inside of a bun smothered in chili and mustard with onions'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-061131b1c57f4e1fb6897821eb46f7b9", + "input": "Sentence: 'A lone skier checks his gear atop a snow-covered mountain'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-464f1fba8f3547caad66639b4dc378e7", + "input": "Sentence: 'Picture of a street sign by some buildings'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c6373c455bb942e2b3f3b4e21f16bd6c", + "input": "Sentence: 'A white plate of cheese coated broccoli and ribs'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9915b8ea9bca4b4cb94ff1636ff435ab", + "input": "Sentence: 'A large elephant bathing in a pool of deep water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ca7f012072b143d3ba404f8f228f7d0e", + "input": "Sentence: 'A plate with a piece of cake and a spoon on it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b542b8b7036544f688fcff1e5ef722d1", + "input": "Sentence: 'a cat with its head in a small purse'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-60d094c4347f44d08b67c17617c5eab7", + "input": "Sentence: 'close up of a zebra standing behind some rocks out in the wild'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a0d45982f5ce41a68cdf99bef1c4b802", + "input": "Sentence: 'We are looking down at the skis of a skier riding a ski lift'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b8a7f1fcf7374ffb800da8e1f19931c2", + "input": "Sentence: 'a black and white photo of a black horse and some hills'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-bfe533e69d81484b952a0c8249248c94", + "input": "Sentence: 'm mm m mm m mmmm mm m'. Count the number of nouns in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-167a304f9c2d481280b5053dd5947c24", + "input": "Sentence: 'A small dog running on a field with a Frisbee'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-543be2180a6443eaa7dfa7eaffce6705", + "input": "Sentence: 'A woman at a ballpark eating a hotdog'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c1462bdddf374ffab453a52d051217a3", + "input": "Sentence: 'An old and worn toilet inside an abandoned building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3c27a548214c499dbc5e96f6083bd411", + "input": "Sentence: 'A group of people gathered around a table with food on their plates'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b43a7cec1a8b411882e09586967a7952", + "input": "Sentence: 'Large giraffe leaning its head over a wooden barrier'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4774db65b3094028a32759b4bec9301a", + "input": "Sentence: 'A group of people sitting around a restaurant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c027f99f8e9f4f28a6d0f2d40b971975", + "input": "Sentence: 'A man and woman are sitting at a table with a piece of cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7c0b1fd09b0b4041ba67fb6e7d7597eb", + "input": "Sentence: 'A puzzle photo of man swinging a baseball bat'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6a1d875490144fa9b618662ea2fcfd55", + "input": "Sentence: 'A serene living room with arched doorways and shelves and tile floors'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2e6dc42e75b04f4d96dd47905e4e8a89", + "input": "Sentence: 'A woman is cooking tofu and vegetables in a kitchen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a206f1504d86497cb11ac802517dc60f", + "input": "Sentence: 'A young man sitting on a couch with his head in his hands'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c5a51e20f338440ab339b5042edb0bf2", + "input": "Sentence: 'The small meal includes vegetables, cheese and bread'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dc9f0974988c4835bc7cebe0c93074e3", + "input": "Sentence: 'A refrigerator containing fishing worms sits on a floor'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-092388a41a3342fcb936c23fc96c9370", + "input": "Sentence: 'A young woman sitting at a table talking on a phone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3030d35afa4143f9963efe704e64c017", + "input": "Sentence: 'A public restroom with several urinals and stalls'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-708330d0ad574c3d930c1d34c848bb4c", + "input": "Sentence: 'A snow skateboarder going down a slope with the ski lift in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f879641fbff84ebe845fa8a26c9c865a", + "input": "Sentence: 'A group of sheep that are in the grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-27e0f0f79ba440459479232bd4169c2c", + "input": "Sentence: 'A man on a skateboard performing a trick'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fac66102bbe8448fa73de493fdb9ae2e", + "input": "Sentence: 'Young man pointing at computer keyboard with sprouts growing out of it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cc32e08ffc994a24b4e0b45dd5cd5005", + "input": "Sentence: 'A train traveling over a bridge next to lots of trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c869f241529d40c4a5d29356e80b8a51", + "input": "Sentence: 'A bike stands alone beside a rock wall'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-aeea7fd36dcd45f28b8ef52186f79f77", + "input": "Sentence: 'A police dog is sniffing bags on the ground'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5c8e30aacd684fb88744a3a1d473d05c", + "input": "Sentence: 'Looking through a detailed window at a clock'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2b92765ab387452fa7258188adfb3e2b", + "input": "Sentence: 'A man in tights holding a pair of skis'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-81df14d64cbb4812918a9f7453d16462", + "input": "Sentence: 'The young men are playing a video game'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8add958a99c04ef9aad4d96e274a3977", + "input": "Sentence: 'An avocado green, retro rocking chair on a hardwood floor'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-47b09a24fa3f4f048233469839e7ac39", + "input": "Sentence: 'Pair of sheep stand on the downward slope of a grassy hill'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-30be679b342e45c5958dcb56e7ada6a1", + "input": "Sentence: 'A young girl playing with a piece of cake'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d46fa6f5cb8b4ab6b72406465b0c7442", + "input": "Sentence: 'A group of people walking dogs in the rain under an umbrealla'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-71996310163f4e2fbb3f1bfdc921c805", + "input": "Sentence: 'A woman in a suit and tie is on top of a brown horse that is sweating'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-0cd38462d4044cac9f8f04846bca8c0b", + "input": "Sentence: 'A cat sitting on a dresser next to a house clock'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d0f61bff081b4816a54acb585f33a886", + "input": "Sentence: 'A person playing the Wii in a dark room'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5f18112acc9f43e890afeef025507fa1", + "input": "Sentence: 'A part of a cake left over from a celebration'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6294404c9ce64864a2e313bb317c47a2", + "input": "Sentence: 'A small cat peaking out of a black purse'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-11acfa23b6af4f5f9302427756ecc6fa", + "input": "Sentence: 'Two people standing on skis in a snow storm'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-de0dc2d2b2d54202a1f0556a736bffef", + "input": "Sentence: 'A conveyor belt topped with lots of donuts in a kitchen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-85b00f6679eb4c15b148f9b534e0f295", + "input": "Sentence: 'An old motorcycle parked beside other motorcycles with a brown leather seat'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cbd36c4d06d945238bcaec6127a89bdb", + "input": "Sentence: 'A baseball player prepares to catch a ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5b5a703ee19d46f8abb32f40ed618436", + "input": "Sentence: 'a man that has a big basket of bananas in hand'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8cc83539126e44bfadd88e63cd2de2de", + "input": "Sentence: 'A gentleman taking a picture of his food with his phone'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5b61801b79ba4220a3756f4258bb798f", + "input": "Sentence: 'Luggage and other bags sitting on the street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-97f17bafa05b426d86edac576d68e1ec", + "input": "Sentence: 'The boy is curious about what is beyond the umbrella'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e350321e6e10442a878f18bf573bd16e", + "input": "Sentence: 'A boy holds his surfboard and contemplates the surf on a crowded beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7ef80b6ddc1040208d505e595ed30bbb", + "input": "Sentence: 'This is a black and white photo of a train sitting on the tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c0bcecccd38449279fcc49e51e3526cf", + "input": "Sentence: 'Two men are talking to each other while holding a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4e438d7fa9b44a16ba887597763b2b04", + "input": "Sentence: 'A dog with its paws on a steering wheel and on coming car'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4454b5e9395d4b4a945122e65fd87965", + "input": "Sentence: 'A plane is refueling on the airport tarmac'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c89578568847434db73e6e75fae262a4", + "input": "Sentence: 'A laptop cake sits on a wooden table by a window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7b5c0575ea884562abdf5a7d567a8775", + "input": "Sentence: 'A man doing a trick with a frisbee on a court'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-640d770b9f984ee79b90ad175180d362", + "input": "Sentence: 'A double decker bus pulling into a bus stop'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9dce1a0a795f4fb38da986daf3cd7271", + "input": "Sentence: 'A baseball player breaks a baseball bat while hitting the ball'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0d88917c8b584ef8a2f6e0cd0af072da", + "input": "Sentence: 'A plate of food and glass on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1c4ea0bc50484ef5aeb4f143306a9b40", + "input": "Sentence: 'A boy and a group of sheep walking away in dirt field with trucks in background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8cbece3a6a0345088020d94238228688", + "input": "Sentence: 'A young boy performs a skateboard trick at a skatepark in front of onlookers'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b4853c35d9cf4070862bd953608ca2f2", + "input": "Sentence: 'The player waits for the pitch to swing the bat'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-43dfb9cb6aae4bd78d5882a6b51ef407", + "input": "Sentence: 'A yellow train pulling into the train platform filled with people'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f669ef9b700542538d4020c8b9ed4f80", + "input": "Sentence: 'a couple of giraffes are standing in a grassy field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-298ddc774e654215bfeccb6780df5750", + "input": "Sentence: 'multiple photos of a brown and white kitchen'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c95bc24be6574f45ab5817e56ecd09a5", + "input": "Sentence: 'A lady at an intersection on her bicycle, waiting for the traffic light to change'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-547fdc9603f444ee954ef64aad667010", + "input": "Sentence: 'A dining table with a pasta dish and pizza in a restaurant'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0f9f2dee5ff044ae9c4fc2538de6fdc5", + "input": "Sentence: 'A brown cat sits on a black laptop on a bed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-7f38e671615347a0b34bb0f2ae58931b", + "input": "Sentence: 'A small white kitchen with stainless steel refrigerator'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3bcbd9c58d634a20a5f44022675909bf", + "input": "Sentence: 'Cars driving on the street and people walking on the sidewalk in a city'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a335733b751f4a118a69e5103aa92ec0", + "input": "Sentence: 'A double deck tour bus sitting on a street side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ad8c8abe123a4c44b5c4a0e0d2838791", + "input": "Sentence: 'A large red and white bus on a road'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a6ab3b876eb94a2e9a568b301bf664a7", + "input": "Sentence: 'a herd of zebras drinking water at a lake'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5cdfb0c9b78747ffa0c22aea2800a743", + "input": "Sentence: 'many people stand around a bricked over square, holding their umbrellas'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f6cb86d2d7c344e095d1afe9deb838d5", + "input": "Sentence: 'A boat filled with produce covered by umbrellas'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5fd4145bf85240d2b69f0c49cdbfa40e", + "input": "Sentence: 'A living room with a fire place as television in a box sitting on the floor'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d91edb6b7640433ea57b6b496dba611f", + "input": "Sentence: 'Two women sitting on a bench in a sunny area'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2aa89c43d1674981aee983dcea4aeaf1", + "input": "Sentence: 'A huge bathroom with a large window overlooks the ocean below'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6c94faf3895347298152d49218a41ba4", + "input": "Sentence: 'A man that is standing underneath a red umbrella'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1662995a938a4ac59ecfb4022854dc2e", + "input": "Sentence: 'Four pink carnations set in a paper vase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-91e17a4424db48619500745b11ae03da", + "input": "Sentence: 'A baby chewing on toys with mother holding'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9268d1954c404b31b6daf86ff0d45a5d", + "input": "Sentence: 'a young giraffe standing by large brown rocks near a grassy area'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0681d8aa433842288389a8b67df9bd11", + "input": "Sentence: 'a plate of fruits and ice cream and a donut'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f4ab8c9db1564a518965cf00a25ce5a2", + "input": "Sentence: 'A very cute cat climbing up on a window'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f5c6ffb766e94841a7f732bfbf166cd9", + "input": "Sentence: 'A man on a tennis court holding a racquet'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-892c930a67d349f186bbca0c2a3f2ff5", + "input": "Sentence: 'Skier in open area of deep snow near trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2da2c329e1fe41e8927e35f7ab6ed1f3", + "input": "Sentence: 'A group of people in line at a food truck'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a0f61a023e6d4b788662adba3d8ff624", + "input": "Sentence: 'A group of men standing on top of a white clock tower'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6ec0274dcafe4f0986907de0857d6d3f", + "input": "Sentence: 'theres a cart and there men standing next to it'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1ec29ff162194942b70f7429634116fe", + "input": "Sentence: 'A man that is in the air on a skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-436561b52ba14fd083e0a3ffd2f2dc24", + "input": "Sentence: 'A male tennis player serving the tennis ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-852c4211dbe84a44a66a6ae8238cd964", + "input": "Sentence: 'A motor scooter sitting next to some bicycles outside a restaurant'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d38559379e2149d790dc5025ff3df361", + "input": "Sentence: 'The men are getting ready to hit the ball during the baseball game'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-28f122c452114e3abb86287e49acb981", + "input": "Sentence: 'Cat sitting on a towel on a chair at a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b2cf9555e9054d939a4808c6d16b1cb8", + "input": "Sentence: 'It would be a pity to eat these cute animals made out of bread'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3e038dc00d314bfbae07acc2fb8bf455", + "input": "Sentence: 'A person holding a cell phone with a picture of grazing cows on it's display'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-2a9926673b004058b8a46962864ecdf9", + "input": "Sentence: 'A double deck red tour bus making a slight turn on the street'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-292f2174e53b4a0cb5e54a6994f1ea11", + "input": "Sentence: 'A beautiful young lady with a flower in her hair talking on a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a67b857b0a1a445fa044ded5967b5060", + "input": "Sentence: 'A young man hitting tennis balls on a court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3f44a6878d6941c68faccbaa2abdc0cc", + "input": "Sentence: 'A yellow bus is parked in the snow'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e5a8d6c58f6d4a4db1a1d0e11cd2efa5", + "input": "Sentence: 'A man skateboarding through an obstacle course with cones'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b633d344071a45a497484480377bed68", + "input": "Sentence: 'This meal has a sandwich, onion rings, and a hot dog'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-fc4eb3b04cd943e1953ee05be5895e30", + "input": "Sentence: 'The family of elephants are walking in a straight line together'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2c46bdd9d87e422592c6d6b590e20aa5", + "input": "Sentence: 'A photo taken inside a parking lot of a car and several suitcases'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-a2b9ddf8fb0c4401a0ecca920c2ed722", + "input": "Sentence: 'The man walks on the tennis court in front of the audience'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7580209f44da410384871e1abd5170c5", + "input": "Sentence: 'A person in the back of a car with some suitcases'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f41f1c96edd949b8a66f22c1254a4a50", + "input": "Sentence: 'A white truck driving down a curvy road near trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b42649b614a049629c40fffa24ac3115", + "input": "Sentence: 'A living room has wood paneled walls and deer heads as decoration on one of the walls'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-41ddab3491aa495fb4285b4c12220d67", + "input": "Sentence: 'Cars driving on a road near road signs and traffic lights'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-85b5def2342a4970ba391440c9f23d39", + "input": "Sentence: 'Several motorcycles driving in the street of a city'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f167aa34a8314511aca99313338cdb29", + "input": "Sentence: 'A white sink sitting underneath a mirror in a bathroom'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-65d6d0d0682d436ea4b676b946c06267", + "input": "Sentence: 'A market with many varieties of fruit and shoppers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-40025adf9736499facee4df5c00e616b", + "input": "Sentence: 'A glass vase holds a number of red roses'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-aa860be1f8b8489d9605dc3178161b0a", + "input": "Sentence: 'A red train that is on the tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fb2cf85c35a149e6b6cbb53125e0ed97", + "input": "Sentence: 'Herd of cows in a fence with the backdrop of a train going down a train track'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1f6b111628424f9483c0f43e43ae6087", + "input": "Sentence: 'A bathroom in the process of being remodeled'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ca8d2089df1c478bb94fd8b1dc5e8224", + "input": "Sentence: 'A man is smiling while sitting in a chair with a large dog in his lap'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7d3e690bed694d848ae87c3de945eaa9", + "input": "Sentence: 'A MAN IS AT THE BASKETBALL COURT SHOOTING SOME HOOPS'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-19255698654745e0a00b412fff0b2abd", + "input": "Sentence: 'the batter has just hit the ball so sad for the catcher'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c048db4c31464eb4af8ad5983cf4d442", + "input": "Sentence: 'A man standing in front of a pile of sandwiches'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-3f99e7da3cbe4d31a287fccc0b4603c3", + "input": "Sentence: 'A woman holding a bowl in her hand standing next to a baby elephant'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f579b322786943d4a2ae7c933177c5b6", + "input": "Sentence: 'A hot dog sitting on a plate and in a bun with other food items'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-61e8dedbbaea4a3cb65c6041c9a3a177", + "input": "Sentence: 'A woman sitting at a table on her phone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-457184c191a148ad9d5349d01fd4211c", + "input": "Sentence: 'A photograph of breads and drinks in the cooler'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6a03ee5e5ec940e7becb000a4b4241ab", + "input": "Sentence: 'a table with a drink some flowers an ashtray and a pizza'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c8ee2927c5a24867a5da549be8dcca77", + "input": "Sentence: 'A bed that has padding with a blue picture frame hanging above it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-4c14e582cdaf4173b585eaa5909c50bc", + "input": "Sentence: 'The truck is hauling around a cow threw town'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bd217405396244a784eaba5928deae79", + "input": "Sentence: 'A little girl at the picnic table eating a cake'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-97e5e3689a084e6299b3c0d93d75ee85", + "input": "Sentence: 'The frisbee is in the air in front of a man who is running'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9e84dce4a9824eccaeb30e74f49eaf7e", + "input": "Sentence: 'A photograph taken from an airplane window while in flight'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c4f2036071d54a4aa6720b259c8ffb66", + "input": "Sentence: 'A man in tights holding a pair of skis'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-299cba6e73234566b09cb97145ffe638", + "input": "Sentence: 'Four surfers are in the ocean with two surfboards'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f23b095c38a44e2387429553675f7da2", + "input": "Sentence: 'A man taling on a cell phone at an outdoor backyard party'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6d89cebf00d44cb283938de840795b2b", + "input": "Sentence: 'A ball, bat and baseball glove laying on the ground'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3a22f68d60d640669022c4e8fcfab866", + "input": "Sentence: 'A pair of ski's that are in front of a door'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-583bfbedf892441082c36c0236bdc692", + "input": "Sentence: 'A crowd of people are playing in the ocean'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f389d83998bd489a8f5e9aa83ff32d1d", + "input": "Sentence: 'A baseball player prepares to catch a ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e62a30ee54034ac78de2825efe2c9123", + "input": "Sentence: 'an image of cows in the pasture grazing'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-60999aebe41647c9b9b910d3bdf787e4", + "input": "Sentence: 'A bunch of people sitting on tiny motorcycles in an arcade'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2f9a06fc56314791b3fe64d92e091989", + "input": "Sentence: 'A person standing in a room with a microwave'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-da181a3a43d24b7ba21de5ce52c7606c", + "input": "Sentence: 'A skateboarder rides his board at a skate-park'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-8869dd50309149289f579d8e35efd282", + "input": "Sentence: 'a woman sits at a table eating a piece of cake'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-59a0d307ea7e4f17af7be9a2a31538ea", + "input": "Sentence: 'The man is wearing a mask while holding his phone'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0ec7f6479004403bb7c7d953606e286d", + "input": "Sentence: 'The actions of baseball players take place in a game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b0e8747568454b20bcd25451b2e5147d", + "input": "Sentence: 'A cat looking at it''s own reflection in a mirror'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c4d7e71f04864d5a8e8acfa1def991d6", + "input": "Sentence: 'A blue street sign that reads Prof. Verbernelaan'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-59d96d3d88af4ae7912f296d0404019a", + "input": "Sentence: 'a boy doing a trick on a rail with his skate board'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1abb222a90d94240834880cdab72338f", + "input": "Sentence: 'Double sinks in a bathroom are a double treat for homeowners'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-e82baee70d3b4eb0bb6b6f57efa8f63d", + "input": "Sentence: 'Engine of airplane in foreground with shot of vast beautiful landscape below'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-171219120eb047a589e57d100b6c2be2", + "input": "Sentence: 'A bathroom has decorative tile on the floor and is clean'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-55c67f0503084026bfead8961fe14a30", + "input": "Sentence: 'Traffic warning sign framed by a commercial building in the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-4879f20329a94d95981d8c145834c1e2", + "input": "Sentence: 'A young teenager in glasses smiles while brushing her teeth'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2cfa73daa52a4267a577a21648d406d8", + "input": "Sentence: 'This is a close up shot of a mans goatee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-440d2062339444898e27241e4de5ef02", + "input": "Sentence: 'Three stainless steel fire hydrants are in front of a store front'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1c6c8838c31443b7b7d5e0f679470b0d", + "input": "Sentence: 'A train traveling down racks next to houses'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-07cb2221b2e24d3a9e6b72f08c26b2f9", + "input": "Sentence: 'A woman kneeling next to a white snowboard on the sand'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-396236b110654d5ebefbfa0a7d5c0e0f", + "input": "Sentence: 'Decorative street light with \"no parking\" sign, next to a wall'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6b635b332d6549c1a3da07a77eb4750d", + "input": "Sentence: 'A man standing on a tennis court holding a tennis racquet'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-40c945845f154193bdd6391b9fc27601", + "input": "Sentence: 'the sun is going down and cars drive down this street'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d79255dffa9c4ff7b5078e2c3bff5946", + "input": "Sentence: 'There is a can specifically designated for cigarette butts'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-e1fcd7bf7ca14a838ce733c95a51ad56", + "input": "Sentence: 'A house has a small staircase and a disconnected refrigerator'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fc15635a6125455ea83b57f8e4443905", + "input": "Sentence: 'A black and white picture of a tv beside a window with a view of the city'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-6582e5289da14cf9959ac9ec7d127317", + "input": "Sentence: 'Black and white photograph of a vase in display case'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c8ef5d538fa54f0c88a6485f981c8e11", + "input": "Sentence: 'A man riding a skateboard on a ramp inside'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-91515dd49f0a4774a6f48c9e8767d3bd", + "input": "Sentence: 'A table topped with fruits and other clutter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-424bd3a1a0f540c39bbaf7c4ced03742", + "input": "Sentence: 'there is a small skier stopped behind of a bunny'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-9ce3ee80e1124ea5a6f487a5ddcfa3d7", + "input": "Sentence: 'A illuminated clock inside of a train station'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bbc11d5224864a399cefeead8128b8d2", + "input": "Sentence: 'A cat with a serious look on its face sitting on a bed'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-20ee046c17914ff5bca3ec2b7b55163c", + "input": "Sentence: 'a lady walking in the rain carrying a pink umbrella'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-84aa3ad71b5e4755b59ccf0c5a9464e0", + "input": "Sentence: 'A semicircular table with lots of food dishes arranged on it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-22645bd78cf84aedbe4a5109d0336607", + "input": "Sentence: 'A close up shows a giraffe by a fence'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-53a56538179542008688d39c54eceaac", + "input": "Sentence: 'Pair of young men sitting on steps and looking at a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-e7895690433f435284ba921ec05a9211", + "input": "Sentence: 'A woman that has skis standing in the snow'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0591382d72f047d39752af86c94cc764", + "input": "Sentence: 'A skateboarder riding down the rail, on a stairwell'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f8e1e5bbc9284c219383b54b372ac653", + "input": "Sentence: 'A large pizza sitting on top of a pan covered in cheese'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f389df92d8ad466eba6bdf0f0453ed1e", + "input": "Sentence: 'A man laughs while sitting on a bench'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1a76fed31d9e4bca9c851d070b9416c3", + "input": "Sentence: 'there is a small bird that is standing on the branch'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-635d36f89a2e4117b0d7cb4e6c6390c7", + "input": "Sentence: 'A few cars in a parking next to a small green van'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f092106d1d4e448cbc59f6e97b5b60f9", + "input": "Sentence: 'A group of businessmen and women posing for a picture'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8f0a74803ec74ba1ab31a026ae185785", + "input": "Sentence: 'A man holding a small disk in a field of grass'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3bcfd494eca24bfb8b6486d3cb3852b2", + "input": "Sentence: 'A view of a kitchen with vegetables on the counter and a white fridge'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-313149451bd84a4bb6491edb2c7b3a3d", + "input": "Sentence: 'A few sail boats sitting on the sand of a beach'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-dcf6999e4a424888be5d8d145e5615de", + "input": "Sentence: 'A train set inside during daytime in some room'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-05e3424b90614df788f10955a080ebb1", + "input": "Sentence: 'a croissant on a plate near a beverage on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7a9e7aa84a3f4e3d9caefa0e3bdb930f", + "input": "Sentence: 'Long strip of signs for businesses with people walking on street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8914e793fcd24867b8131dc22aebc718", + "input": "Sentence: 'A pair a red shoes with socks in them site atop a skateboard on a deck'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-a62738e1239b474483057a50a0890803", + "input": "Sentence: 'a big white airplane that is on a runway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1ab7de39052d43f29a60f6decd7bce50", + "input": "Sentence: 'A crowd of people standing around a food truck'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-981a98573e6649a1a53f231b3405409b", + "input": "Sentence: 'Several giraffes scattered in a field among trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a4f852daa2054249b91f9e15214365fe", + "input": "Sentence: 'A boat is pulled up on a gravel beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3dec96454c5e47529fa634353ff4aff5", + "input": "Sentence: 'Many large jets are parked at the airport loading area'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-52618f269f2d4cb2b99f3068c15a1f08", + "input": "Sentence: 'A baseball player breaks a baseball bat while hitting the ball'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e686532a94c64375ad674064339f709b", + "input": "Sentence: 'A woman dressed like a fairy on skis'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ef6299849d984bf7a60decb7cc38e61d", + "input": "Sentence: 'A clean bathroom is seen in this image'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-eafd816d19534e219ec12dc3a5176d37", + "input": "Sentence: 'A healthy meal with various vegetables on a plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-756a82962a0c4e8bb46310835e4544a1", + "input": "Sentence: 'People are walking down the street in Tokyo'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-879a0dc7b87f4c818afaed6d98d71165", + "input": "Sentence: 'A guy grinds a rail on his skateboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-9dd986efb5434b23afcc333edf281c5a", + "input": "Sentence: 'a wooden stick figure and an orange pot with berries and leaves'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c0a33149c35643b7af8fd015fe945311", + "input": "Sentence: 'A man on a surf board with a lifejacket on'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-792451dbe9e94a4e92bb8768aca58e45", + "input": "Sentence: 'A red fire truck driving down the street'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d51a50269f8e44fe9dcbddbe940eadc9", + "input": "Sentence: 'This is a collection of different kinds of hot dogs and french fries'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e16a00d9ca34454c956c25ac591c302a", + "input": "Sentence: 'A laptop sitting on top of a stack of text books on a desk'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-e4743102ea754fa1aa56b153171d659b", + "input": "Sentence: 'The post on the street has a clock displayed'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c5b9feddfe8842d2a03579142f886841", + "input": "Sentence: 'Adults with a baby and two cakes on a table'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-d767811c94e840e49b31b256e7f3e5db", + "input": "Sentence: 'A man in blue shirt holding a baby upside down'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5016dfdcf42d40e79182422de5048dd8", + "input": "Sentence: 'A herd of elephants walking over a rocky area with trees in the background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-7fe8203d212d478ebdf5d864825923b9", + "input": "Sentence: 'an abandoned boat sitting on the side of the road'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e41af0b509e74a66987aeb832f5babf0", + "input": "Sentence: 'there is a whine glass and a tall glass sitting on a bar table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b94e01acc3984d1c8f4f6e241ad3d4c6", + "input": "Sentence: 'A scarecrow is propped up among a few pumpkins'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7dc81bab5b6947969c45677bb334da5a", + "input": "Sentence: 'A classical building interior full of people in passing on a rainy day'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bcac7c79e51f4ac5a8ba0bc5a7c9a3a9", + "input": "Sentence: 'an airplane with a flower painted on the side'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-88e47f7d797048288f7996e6a94d171c", + "input": "Sentence: 'A green bus parked by the curb next to a bus stop, with some snow on the ground'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-52d13cd3933040728b6d81267f545a4d", + "input": "Sentence: 'a icebox that has a bunch of cans in side it'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-508e59cce51f4406af1bc8563cc30799", + "input": "Sentence: 'A plate of food next to a bowl with a utensil in it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a4697524942046d19300fad8209712c8", + "input": "Sentence: 'A wooden bench in front of some trees'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-18b87520cb014da7907103181c3609f9", + "input": "Sentence: 'A couple of kids are on their laptops'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5987f5d85a1c4fc489a472d3bee66739", + "input": "Sentence: 'An elephant in the wild walking by a house'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b3fd618b629f4f4c8847b59026efa427", + "input": "Sentence: 'There is a laptop on the desk next to the large monitor'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5946c66c6f154c9087b545206c99628d", + "input": "Sentence: 'a horse with the word autism painted on it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-1b6c296d06dd42178eb9e2709521a08b", + "input": "Sentence: 'There is a man skiing in the snow'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-41f47ad2f41042858df661495e06168f", + "input": "Sentence: 'an airplane with a flower painted on the side'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d59b6eb4ad944e3fbbfc5c35307eb659", + "input": "Sentence: 'Little boy standing up next to his sister on the park train'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d1ea3cf5164e49d889fc24a6af7d4c89", + "input": "Sentence: 'A snowboarder is doing a trick as he flies through the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5b445ec9a2294104a837d5b4337a45b3", + "input": "Sentence: 'A windmill patterend cake on a white plate'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ab0c98351d274bdb94d6a70a004f7867", + "input": "Sentence: 'Two cats are sitting on a laptop computer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ed2602ea3b0c4cf39de042000608d1cc", + "input": "Sentence: 'a black gray and white cat a toilet sink and mirror'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2af695e076bf44ec84476c33d8db63c2", + "input": "Sentence: 'A train is going down the tracks in the night time'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7275ec578e394177bc417a9f5d245457", + "input": "Sentence: 'A couple of people standing around the cubicle are holding plates with dessert on them'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-08a163d2b264414785dd19541be8982e", + "input": "Sentence: 'A large red passenger bus is travelling on a roadway'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5927f5a271bc46a3b127bf5bf0914559", + "input": "Sentence: 'A woman tennis player getting ready for the ball'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bad29052550f4337a7095db48b8c70b5", + "input": "Sentence: 'A young man on a chair biting into a sandwich'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-de6b787b9b774f20b51ce473b4bebbbe", + "input": "Sentence: 'A fire hydrant on a sidewalk next to a street'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-6346505682de487685226161bf371944", + "input": "Sentence: 'A bus with a bike rack travelling down a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4d61fa834b7247d5945c8271f6220959", + "input": "Sentence: 'A baseball payers swinging a bat with the number 754 beside him and a crowd of people behind'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2d45db364936438ca3e7d5f9ec605f62", + "input": "Sentence: 'A woman standing next to a giant refrigerator freezer'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cd30c73db09846afb132cf1b9d2f7df6", + "input": "Sentence: 'A group of zebras standing in a field with trees in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8009f15075dc4272b24b52e1a60b812f", + "input": "Sentence: 'A series of photographs showing an adorable white dog and lots of yellow fire hydrants'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-04bb2975e8474d56bd8890095dc6fcca", + "input": "Sentence: 'Man riding a train looking out of a window'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d6afdaf198a94bbbb27be8259662bd41", + "input": "Sentence: 'a black and white sign a street some cars and trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3f346001db86461bbdace7a473e9b8a3", + "input": "Sentence: 'A person with a hat and tie on yells'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-10f20056ef04424bb228f5ebb5e103cb", + "input": "Sentence: 'a clock with a concrete bird next to it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-b7f3ba511ba74815be66912749ab41e6", + "input": "Sentence: 'A man is standing by a fence holding a tennis racket'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-82fdb356b4434da596df13b0ace7f75f", + "input": "Sentence: 'A skier flying through the air on their skis while holding a ski pole'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-2e9b946c30d04b98a18908e3ba4dddee", + "input": "Sentence: 'The skateboarder in jeans and t-shirt stands on the pavement next to the skateboard'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-a97fd0609d7e4eb589da7a9557fdfbaf", + "input": "Sentence: 'A couple sits within a basket mounted on top of an elephant while another man crouches on the animal's neck'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-86066e54589f4faeb63a5198cd7f1d54", + "input": "Sentence: 'A black and white close up of a car in a cage'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a8b74bffff2c431dba6d6cc960525f61", + "input": "Sentence: 'A person holding a bottle while riding a skateboard'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c74ca6b1dde24db396cb814719ec3d27", + "input": "Sentence: 'two laptops and a monitor all lit up on a messy desk with an open journal'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-00de5c6793cc456abc210835177ab789", + "input": "Sentence: 'Buses in a third-world country are colorfully decorated'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1e79d8643f004e8ba4a6c7bae36eba33", + "input": "Sentence: 'a close up of food on a plate with meat and broccoli'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3cdffe2bbc7b42d1a0a3bac2b19b40a3", + "input": "Sentence: 'Young woman holding skis in a snowy landscape'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-75ab56ae1fa44bdc92fe3a8d8c554e7a", + "input": "Sentence: 'Four large metal refrigerators are against a wall'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-242670e7ab034cb88470363e64add1f0", + "input": "Sentence: 'A man carries a yellow surfboard along a populated beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f247645d03144e35b6a1f925f359d2b4", + "input": "Sentence: 'A chocolate lave cake sitting on top of liquid chocolate'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-1443e04c253c4b6780855d39a14acf85", + "input": "Sentence: 'Two small boats float in a small channel'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-781c3c57c66148009191e688ae91adc4", + "input": "Sentence: 'A man with his hand to the nose of a horse'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-890c047ab7fb4cd29adb8c8261ab99bf", + "input": "Sentence: 'Many people are standing around freshly polished motorcycles'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f6b1db648ebe46eb82e7720bdfc677de", + "input": "Sentence: 'A teddy bear sticking out of a postal shipping box'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9dd4801482404e2c917939b60136ee73", + "input": "Sentence: 'A man holds up a bunch of four red bananas'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b29b4c06307046dda31eb76e8213ce6d", + "input": "Sentence: 'A cupboard door with shiny glass reflecting a window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6559d613f5434275a472e40513f926a8", + "input": "Sentence: 'A man wearing a orange shirt is throwing a frisbee'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6f0bb600d8634b42bd20f265258ecdcb", + "input": "Sentence: 'a female sitting down and holding some food next to her mouth'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-367fc4a3b14c4c1b9d9e2cc391cee920", + "input": "Sentence: 'A man taling on a cell phone at an outdoor backyard party'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-10011bfa3af649f29d505c3c66429f66", + "input": "Sentence: 'A person bundled up wearing skiis in the snow outside of a house'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9741b0edffcc409d9acde9a4c3b8ea0e", + "input": "Sentence: 'A man and a woman are cuddling on a park bench'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-fce04c1b982c4f23b53177749aaab69e", + "input": "Sentence: 'An eldery woman with a baseball glove and a man standing around'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b58dfaa33b134df3b3952dc64fa88ab8", + "input": "Sentence: 'smoothing over the top layer of a pie'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-7d7f087e22ba4a76a2e72345867a282d", + "input": "Sentence: 'Two zebras out in the wild in the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-784267a6a7724f65b47b2c293049487d", + "input": "Sentence: 'A group of girls standing around a table making pizzas'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-17860492e6b247b993cc4020afa81193", + "input": "Sentence: 'A snowboarder does a trick while jumping through the air'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-cc5a7191023344b383c621c6e2e08423", + "input": "Sentence: 'A baby elephant standing next to a larger elephant'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-671781201e904928bdf2c59b974e55eb", + "input": "Sentence: 'A skateboarder is performing a trick inside a parking garage'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bdc7596b7f314f6db2a022e8ef364d1c", + "input": "Sentence: 'A group of young children sharing a pizza and having drinks'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f84c63490c7348e79e76ca2a1c83f565", + "input": "Sentence: 'Street scene of woman with red umbrella appearing to manipulate a cell phone'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-be4c50695c5b4556b265a7f57e594da9", + "input": "Sentence: 'A young child talking on a cell phone wearing a colorful stripped shirt'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-3283a7dfde214d3889fb63f944157af9", + "input": "Sentence: 'A horse drawn carriage with three men riding on it's back'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-6fe2475dd0f14175aa212fa35da1669c", + "input": "Sentence: 'A skateboarder executes a trick up against the wall'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-abe71a037d3545939e4972b818c3ba62", + "input": "Sentence: 'A plate with steak, vegetables, and cheese'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-35cf615dab864a058ce1eb10f47e8972", + "input": "Sentence: 'A yellow train is coming down some train tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-82943e6757f046d79a8363db29be4bda", + "input": "Sentence: 'A man holding a tennis racquet on a tennis court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-da45a875cc7742b68b381c318d2fb43c", + "input": "Sentence: 'a bunch of candles that are on a table'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-81d4d139a53c4e23b6dbd832c34aebd0", + "input": "Sentence: 'there is a person putting money in the parking meter'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-679ff8bc7b244ee8ad359db5bc5ed4d5", + "input": "Sentence: 'If photo of a male zebra mounting a female zebra'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-2721330d78e842f9b50fcab55b6412e5", + "input": "Sentence: 'Two cast iron skillets with food in them on stands on a table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-2563f4d4ace44e398c2b226b2e0cecec", + "input": "Sentence: 'A sandwich is next to a yellow stuffed animal'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-5786bc9eb7fd422cbcd46bce7fec982e", + "input": "Sentence: 'A group of people walking towards an airplane'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-b39188dff17744398b5c23663b89beed", + "input": "Sentence: 'A green fire hydrant with a trash can behind it'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-35c717a3375843248f67caba67248995", + "input": "Sentence: 'Two birds walking alone a wooden rail at a park'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4308d295fb724037942dc646da0065e3", + "input": "Sentence: 'A man flying through the air while riding skis'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ee4088e090194ce2bc70b8fda4640573", + "input": "Sentence: 'A fire hydrant behind by a fire lane'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-8e2444c2cae44034b4f3d1d69a2dde3d", + "input": "Sentence: 'a yellow and black bus and some buildings'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-26c21808101449d2a4d3ac1efa9eb330", + "input": "Sentence: 'A soldier standing behind a blue and white bicycle'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d278d3aa73e44afd87e78709c545af4e", + "input": "Sentence: 'Skier in open area of deep snow near trees'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-223dbc1c095a42deab3527ad501b353e", + "input": "Sentence: 'A cutting board topped with broccoli and onions on top of a cutting board'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-a7d5bfd8f3a9487db331270e739127bb", + "input": "Sentence: 'A dog and cat sharing an animal bed in a house'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-690985f2ac534b49b48d31a82dec15de", + "input": "Sentence: 'Young boy sitting on top of a briefcase'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-f06d944135eb4789b307fb20b00015c3", + "input": "Sentence: 'Two Mallards float and drink water in a shallow pool'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-1b9466c980184d618d9172d71704d425", + "input": "Sentence: 'All my bags are packed and ready to go on vacation'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a35bdcb754874f3cb27190c796ba1883", + "input": "Sentence: 'A view of a bathroom toilet, tub, and sink with a mirror cut out'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8a1ffcb9671f48fd9e513ef6bafacb97", + "input": "Sentence: 'A Rawlings official major league baseball is in a mitt'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-0d371ccbff64498887f3570b3b4ddc70", + "input": "Sentence: 'Two children with a bat and t-ball stand trying to hit the ball'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-bfb123dbb57d4b2eae2c78e377fdecb3", + "input": "Sentence: 'A fire hydrant painted yellow on a street curb'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2ce8bf4b9fc24e48b6f29ecd84867da9", + "input": "Sentence: 'A giraffe stands tall among grass and trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-edb0048e246e41d980f1a8f74741bee4", + "input": "Sentence: 'A multi colored kite is laying in the grass'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-c90a2b0d5f3e4128b17d17b93d14baf7", + "input": "Sentence: 'Man exercising with frisbee on an indoor court'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fe2911cb90cc40c3a92c92b605231693", + "input": "Sentence: 'A person is skying down a mountain among trees'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-771b2b31b5d8487ea70051ffd1f4242b", + "input": "Sentence: 'A very long crane truck driving past a very tall building'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-fea1167420764422a284a552cb553278", + "input": "Sentence: 'A fruit salad in a bowl with slices of fruit around it'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-33fcb72d067544e9a2bbd03ff47fd525", + "input": "Sentence: 'A man walks about in a quiet intersection with the traffic lights changing behind him'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3d07eee4752446b08d00de54518397a7", + "input": "Sentence: 'a couple of people that are playing baseball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ca65bbd6a86647418f954177d3708865", + "input": "Sentence: 'a person standing in front of a glass surface holding a cellular phone in front of them'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-36c6399b134741598342fc128ae19a75", + "input": "Sentence: 'A hotel room with focus on the bed and tables'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-34e7b95564674a1fbcae3dc723ed113d", + "input": "Sentence: 'Two people holding tennis rackets on a tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3725990ea689477bb233baeaa2d5f8fb", + "input": "Sentence: 'Large orange camper parked in front of building'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0f0afb5f860a46c480f71a2b75a92b8a", + "input": "Sentence: 'Snowboarder in blue coat making turn on large slope'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2995aa7ee0894c76baf7399b9bd6f70f", + "input": "Sentence: 'A woman in blue jacket on skis standing on a slope'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-eeac6d8091424f5cac3d76e1564931b7", + "input": "Sentence: 'Two people walking down a trail, one carrying an umbrella'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-201074526c834e21a139b80f514f556f", + "input": "Sentence: 'A young man holding a kite while sanding in a grassy park'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2451bb0f6ef048c8bd36d29aa3af18ae", + "input": "Sentence: 'A zebra standing in the grass next to a tree'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-5c353426285c47e290729751e34a580c", + "input": "Sentence: 'A man holding a hotdog whle looking into the eyes of a pretty young lady'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-8150c7afd750459199d7081be13eeda4", + "input": "Sentence: 'two horses in a field of green grass'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b24cf97bad4441f1a20863321271ae2e", + "input": "Sentence: 'A cut in half sandwich sitting on top of a table next to a foam container'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a1dc999f716645f89e81b851ceba69da", + "input": "Sentence: 'A catcher reaching high attempting to catch a softball'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-30487ca63ca94f5bb89cecec83510382", + "input": "Sentence: 'A brown teddy bear sitting on top of a sign'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fabadce3685b476ab6675154bfee8213", + "input": "Sentence: 'A dog hanging out of a car in front of a rear view mirror'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-0dd1d5665d6346ff8f03431c759fec32", + "input": "Sentence: 'An antenna device that is strapped to the bottom of an aircraft, looking down on trees below'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-59e39fd8624e42b4859a61438f37ab33", + "input": "Sentence: 'A person crossing a road near a stop sign beside a wooded area'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a6f1042910984aabb404321fa5be2b03", + "input": "Sentence: 'A single engine prop plane flying with a person on top'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-5ac6e19732cd43399a23f87481ead514", + "input": "Sentence: 'A pretty woman laying in bed with a bulldog under her pillows'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6eb214ec3d884ef0a65993b52671e29b", + "input": "Sentence: 'Some kind of equipment sticking to the side of a surface'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-6c7ca327e0194deda622f45be1d8a623", + "input": "Sentence: 'A abandoned yellow and blue train on tracks'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-fd8517e4ccd44edca74ee7724f1693f9", + "input": "Sentence: 'A herd of cattle grazing on a dry grass field'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e4ef3b0cc86a4664967f3056d24f26b9", + "input": "Sentence: 'a number of cows sitting near one another in a field of grass'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-201bd24a810b458ea884041f22684387", + "input": "Sentence: 'a animal standing in some snow next to a wire fence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-600048589b534062b7944758d1e5ee00", + "input": "Sentence: 'A man in a mask is sitting on a bench'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-634f4e34d0c54c49a535cdf6205f6541", + "input": "Sentence: 'A FAMILY WITH A DAD, DAUGTHER , AND SON POSING AT A SNOW RESORT'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-920849b3499a457d9c41240025281311", + "input": "Sentence: 'People in a restaurant talking and working on laptops'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-da4b6eb8b1fa43d6ae14d96705ccfac4", + "input": "Sentence: 'A man taking a picture of three children under a blooming tree'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-479671bbbe45430f8e0f5d8213c2be20", + "input": "Sentence: 'A man wearing a dress shirt and a tie sitting against a dark background'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c5ada5feb4fe4da1bf77025e3b9fde88", + "input": "Sentence: 'Many plates of food with their silverware'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-02f352a7a451458e9f43978bddfb1597", + "input": "Sentence: 'A surfer carrying his surf board over his head on the beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1f487e826f2c4bc29ecfdf8b54c4274b", + "input": "Sentence: 'Three children are sitting with food in the park'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b6a2b314b94742f8a61cffc33c82fc8f", + "input": "Sentence: 'A molting bird standing on a board on a grassy area'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-f44f007444104215bf59f1ab1d963926", + "input": "Sentence: 'In a men's bathroom, there are photos of men over the urinals'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-f32bb3b8bc004a4a93482002e184d288", + "input": "Sentence: 'A group of people dressed in beach attire with several holding suf boards'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-b8f41e12d8ac43b9aed731a2e945eb3b", + "input": "Sentence: 'Several horses and a tent are on the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-ec3ec4116e9449e0904c30ab7fc9ec80", + "input": "Sentence: 'A person jumps above a body of water'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-33f336a5da5a4e588c39f85ab9eaa1e9", + "input": "Sentence: 'A glass vase with fresh flowers on a table with a glass angel'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-41113babaccf4958a3fedc47879699a3", + "input": "Sentence: 'A person riding a wind-sail on top of a body of water'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-860765f663514064a8c3fbc83ab10aaf", + "input": "Sentence: 'A small pizza is displayed on a small plate'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-06c7273934a641e194321fff80d88061", + "input": "Sentence: 'The kitchen is equipped with all the latest appliances'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a00335c5373545dfaf06c52684b69364", + "input": "Sentence: 'A nicely decorated hotel room with a great view'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-4faddef9867640608a0d4ce70ea182cd", + "input": "Sentence: 'A small, white-walled kitchen with wood cabinetry and a number of built in floodlights, is nearly empty, save for a refrigerator and a lot of cleaning supplies resting on one counter'. Count the number of verbs in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-03e8d2e34b1747758e5e0a447a1a58ef", + "input": "Sentence: 'Some food that is sitting by a computer'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-7491e55efb594bf7add69d77b6a0b344", + "input": "Sentence: 'A boy doing a trick with a skateboard on a ramp'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-f2e7a83fcbe04b1997142786d56928f7", + "input": "Sentence: 'A women who is looking at her cell phone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ad4eaafda4af463c968df4a85d03cfc9", + "input": "Sentence: 'Three sports motorcycles and a truck in a parking lot'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-9781bff04ded475db2b2a6596b55d22a", + "input": "Sentence: 'A woman cross-country skiing outside in the snow'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-3c13c7a0096445b8824a8d7aec7b7a0a", + "input": "Sentence: 'A bird with a long beak wades in algae-covered water'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a957e1dd7a3841379b21bb585c261fbf", + "input": "Sentence: 'A bus on a street with cars and bicyclists'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-5c93e61f669d4f188e3b4d73427c5294", + "input": "Sentence: 'a living room with some brick walls and a fireplace'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-db9338d804da457ab219e58aeca4ee71", + "input": "Sentence: 'A large bedroom with bathroom, sitting area, and fireplace'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-12d274cf583840d2aae123b0f36ad25e", + "input": "Sentence: 'A small white dog wearing a black hat'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-78f9d07075bc4b8da5dccc75b33e2dce", + "input": "Sentence: 'A group of baseball players standing on top of a baseball players'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-1ee2a27adcb14f9f97b14c6c70d1d32f", + "input": "Sentence: 'A boat sits in the harbor along side other boats'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d40cba31d8fd48fabedb5c65d2a66e56", + "input": "Sentence: 'A red stop sign that reads \" Hammer Time \" next to a forest'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-3b151eb19e0e4b0388ffb2a65357595c", + "input": "Sentence: 'a close up of a cake with a horse'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d3737cb3140b48eb8d68ee2cb0fc255d", + "input": "Sentence: 'A group of people playing frisbee against each other'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-9a8882164e5d40458fd5324de50d88ae", + "input": "Sentence: 'An old self portrait of a man dressed nice'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60789859ba2047bd912e16563751e9bd", + "input": "Sentence: 'Two yellow and blue fighter jets flying close to each other'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4eccab8df4e544898b9adab051f97480", + "input": "Sentence: 'A bench next to a wall with a staircase behind it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6d936f2183084c82ab7c7db77724f831", + "input": "Sentence: 'A person walking on the snow in the woods'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-56ef10841637494f8c6db3b940469ed2", + "input": "Sentence: 'A bowl of fresh fruit mixed with cereal and yogurt'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-422507373b4d4ff589602b9fa2832041", + "input": "Sentence: 'The train is traveling down the railroad tracks'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8f55e6ecf4a340b0a3568560dbc5dc9c", + "input": "Sentence: 'A motorist on a jet ski flies by people on a boat'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-4341663b64bb49a6a40eac605be81b58", + "input": "Sentence: 'A young girl, barley taller than a fire hydrant, stands next to a fire hydrant on the sidewalk of the city street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1e35876a040b448aba5890c2cf3c5ba6", + "input": "Sentence: 'A closeup view of a bathroom sink, that is very modern'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-dab0965695aa4973a1b98e5877574748", + "input": "Sentence: 'Park where people are sitting in the grass and a boy running after a yellow Frisbee'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cd41154bfa8547148be25ff64e0c5fc8", + "input": "Sentence: 'The ladder of a jet is lowered from the side for loading passengers'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cb21c5e62f7b49499f8bf4b7b4864442", + "input": "Sentence: 'Three black cats laying or sitting on the floor'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3cc82463437c43148db78bafd120a88e", + "input": "Sentence: 'A mother sheep and her lamb in the middle of a pasture'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-fccf880051f1452c8849950b398887b9", + "input": "Sentence: 'a plane sitting on a runway with nothing around it'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-cba9ba75f4ca4898a3b9e5bc03d6ea47", + "input": "Sentence: 'a living room with some lights a television set a table and a brown couch'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-ccd2ea62758b4872a8e76796436d48b2", + "input": "Sentence: 'A laptop, mouse, cell phone and a notepad sitting on a table'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-4f49212b8c76411685891d6a3edc1f58", + "input": "Sentence: 'A small white and brown dog carrying a red frisbee'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3d5a73fc0c9b490bb2635cb3438d2845", + "input": "Sentence: 'a tennis player swinging a tennis racket'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bb4e799ef9df439e85976e74af72f303", + "input": "Sentence: 'A cake with a train on a track and a ground made of cookies'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-16d9cb11aa3b4253a4a3e8b5254a45c7", + "input": "Sentence: 'A family at play with a frisbee in the back yard'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-44f432bf08d34368a80e836ca79dfc9b", + "input": "Sentence: 'there is a woman standing and playing a video game'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e7e7eee40a7345758ddd32728c655e3f", + "input": "Sentence: 'A spray paint covered fire hydrant on a side walk'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-006a1a08c9334b1a8b6e6a9f5854bd4f", + "input": "Sentence: 'A group of people gather together at a street corner'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4e2287eab0ab415e8850cfa0fb714816", + "input": "Sentence: 'A painting of a zebra on a concrete wall'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c16945cb6eba476497cbca39f6cc7f2c", + "input": "Sentence: 'There is food on the plate on the table'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-186d354866b44f518858b07315462d50", + "input": "Sentence: 'Cat sitting on edge of bathroom sink cabinet in residence'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d5b17af1e5024376b3a9b7c6aa6c1159", + "input": "Sentence: 'People are playing in the water in front of some hills'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7fc8ff74750445fab50f7d5bcfdf6d58", + "input": "Sentence: 'A picture of a cat looking at its reflection in the water'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-b46424578c694e8bace44986efc0f9a1", + "input": "Sentence: 'A cardboard sign is stapled onto a tree on a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-1ed3757c4d1e4c7f927fcb6a981f3748", + "input": "Sentence: 'A little girl gets help brushing her teeth'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-8b730d3d46984527aef1e2f329283d7e", + "input": "Sentence: 'Some people are on a boat in the water with a bike'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-55c602e6d56947069030f7b11e152867", + "input": "Sentence: 'A large variety of umbrella of various colors that are high in the air'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-9f68be0f33094f03ab7a473b48312b6a", + "input": "Sentence: 'A road with several cars going in both directions as well as a stop light'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-655a6e5d14644b29bd27dd14518497de", + "input": "Sentence: 'Two school buses travelling on the same street near buildings'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ff7b43524ff946158591d31fca157314", + "input": "Sentence: 'A cute giraffe is standing next to some trees'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5de56104441b4068a5567cdb99e91efa", + "input": "Sentence: 'A cardboard sign is stapled onto a tree on a street'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-7f039dbbe66e41fcb72d67901528b82b", + "input": "Sentence: 'Mother and child elephants in a zoo enclosure'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c36739da961748ed86bdad9bb941715c", + "input": "Sentence: 'The woman is flying a kite on the beach'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a6462fdeaa30412bb77f0adfb6741873", + "input": "Sentence: 'A display of something outside in the snow weather'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-81298a0f00df40f785ead21722df8a9c", + "input": "Sentence: 'Two pizzas are on a table with many candles'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-1eb21a96246f4e2fa8686d57cc7b23f5", + "input": "Sentence: 'A bathroom has a sink, mirror and shower without a shower curtain'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-0938976cd1944c6ca75d11ad49f06249", + "input": "Sentence: 'Two hot dogs with chili, cheese and tomatoes'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-d4fac56c19c84759a4a0c60ff1c44db0", + "input": "Sentence: 'a white room with a blue bed with a wooden frame'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0e37bc92d53b42e99b1b03a387c65528", + "input": "Sentence: 'A man is playing with a Frisbee in front of a car park sign'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-56b62584afc24bf9aee7139f33e52498", + "input": "Sentence: 'A white toilet and a sink in a room'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-806d73ce314048068614fd61699078ed", + "input": "Sentence: 'A man sitting on a couch on his laptop'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-0989dc73308340a19da73fd7aed1b437", + "input": "Sentence: 'A sign that has arrows pointing in opposite directions, one of the arrows has a dog sticker on it'. Count the number of verbs in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-f7b635961d4e4ffdadb784c2d7cc7873", + "input": "Sentence: 'A parking meter in front of a car'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-ea99069701094b5bbf2972b6eef88a30", + "input": "Sentence: 'A giraffe that has its legs spread out'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0dcafb1cdd1e46d68e4f6df285725adf", + "input": "Sentence: 'A person in the water standing on a surfboard'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-e6edccc377a643c1b031702bb97ce0f0", + "input": "Sentence: 'A group of cause walkers walking on a closed road in the rain'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6945c1fcbf874e35bf5c98ca2621eb31", + "input": "Sentence: 'A photograph taken from an airplane window while in flight'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-bfcd1e0b88b745f29d26e30acd1b47b0", + "input": "Sentence: 'A young man carries a backpack and surfboard'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-320ca7a9ca8a4ad6b8a5977143b9514d", + "input": "Sentence: 'A white bath tub sitting next to a window'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d6bed8a27abc43afbeb7f6e9e664b2e9", + "input": "Sentence: 'A man plays tennis in front of crowd'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-04b6ee08ba9543f6ad0e6b5d067a5958", + "input": "Sentence: 'a bathroom with two toilets seperated by a divider'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-60c9af64d6a64f48b82dd2ca016c333c", + "input": "Sentence: 'An action photo scene with the same person doing multiple things in the kitchen'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-176d3d691015421db08e49ea10f5a383", + "input": "Sentence: 'Some female players in action on a field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-be0913b1219c4c40aff0616a5f4ca70f", + "input": "Sentence: 'A young couple sitting with an umbrella looking down at a cell phone'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cbf9be661b7e45499495e6f7691090ca", + "input": "Sentence: 'Three items a box of wildflower mix, a blue book and a brown book are sitting on a display'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a63bce21ff404ca0b509187d62b95856", + "input": "Sentence: 'A baby laying next to a teddy bear on a blanket'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-c81bfaef590c4593a84b61c3b68e3108", + "input": "Sentence: 'A person in a red uniform on a red motorcycle'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d2cb70c3b1d442bb8bd2495d67cca0f0", + "input": "Sentence: 'A woman with red hair wearing a uniform eats a hot dog'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-318a5e4455404422ae64bbedf65c5e16", + "input": "Sentence: 'A batter swinging at a baseball at a game'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-41e6273b5f7f42caa5cf7776551b3c9f", + "input": "Sentence: 'A semi-truck without a trailer attached to it'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-b042b1520ac245fc926f4986e70de52f", + "input": "Sentence: 'A man with an orange shirt hurls a frisbee in front of him'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-a38e8a7ec1dc45ac985b148112c13c62", + "input": "Sentence: 'A stone building with many arched windows and a large clock'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-c5e70eded2194a6a9c1d0b4497e6093a", + "input": "Sentence: 'A person holding a remote control pointed at a television'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-08553f29b88848b3a9a0d9bb36873a18", + "input": "Sentence: 'A mp3 player sitting on top of a speaker system'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-3c55da5e9d404c6089be9dc256d00240", + "input": "Sentence: 'a little league plater holding a bat during part of a game'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-647c962cb4274ed8af4ea3d576d9b611", + "input": "Sentence: 'a clear water filled vase holding budding stems'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c000bd5d371e472da0fdb2c17b12e109", + "input": "Sentence: 'a women that is playing some kind of wii'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-6ca802ab5f3b4321a5f165da737adba0", + "input": "Sentence: 'Two guys giving a thumbs up on their skis'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-d4395d15bd534cf0a1142e05e2f2fa31", + "input": "Sentence: 'An umbrella upside down outside on the dirt'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-ed10fca01e024de18e32723dcebc1ec5", + "input": "Sentence: 'Baby having its teeth brush with a tooth brush'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-a4f7724645274f0bad0d1df671ea152f", + "input": "Sentence: 'A black cat is laying on the back of a couch'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ba080e7f98c24697aa0ad20f2d370664", + "input": "Sentence: 'A green slope is full of canoes up on the grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-c13879218fb54ab8b28d94d686c5f745", + "input": "Sentence: 'A person is swinging a tennis racket at a ball on a court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-38311e9e347a49e1bbd06ef93357dea1", + "input": "Sentence: 'A large wooden kitchen with stainless steel appliances'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-a95d6c3ed9924e2e8b76686f3cb45716", + "input": "Sentence: 'a white microwave sitting on top of a brown one'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-146859818b694c66b7d6938cba08e418", + "input": "Sentence: 'Two man in front of a tree holding up items'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-c2211ed2cc884567b131e04122155277", + "input": "Sentence: 'A group of men walk down a path with a group of ox'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-8ad4bdbbfb6b443e81f3325e7d20583f", + "input": "Sentence: 'two small kids sitting in a lap of a teddy bear'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-ad0a4924852946328dc3b65edb99fe1f", + "input": "Sentence: 'A bench next to a tree on a hill'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-da481b5770e64b418e833d626d059546", + "input": "Sentence: 'A rusty old train on top of train tracks'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-b7f7538c5d9d413cb4e129b0f67baa04", + "input": "Sentence: 'A young blond boy flying a yellow kite'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-0ef49cb47d754a4cad199ca3d9f5a349", + "input": "Sentence: 'Three lights surrounding a brass clock with two faces showing time of 3:48'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-a34a5af6eb364224a4e5b245f039413a", + "input": "Sentence: 'Two empty wooded benches overlooking a calm beach'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-bf6f8851db4a432fb6891a06894bcde7", + "input": "Sentence: 'An elephant is by itself standing for the picture'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-803528a0137b4448833c96bfda0dbfbb", + "input": "Sentence: 'a couple of sheep walk on some grass'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5556f9d8b68f400aa0100aeee8a645aa", + "input": "Sentence: 'An oriental musical group gathered in a field'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-d5096853241d4da9bc10511628798fc6", + "input": "Sentence: 'A cat lays on top of a shelf'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-5c39d6f6fb1a47cf9823afe8a0fad776", + "input": "Sentence: 'A laptop computer is on a table next to a window'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ab2d86f3097340c293e8d6b2e063f8c2", + "input": "Sentence: 'A young boy wearing a baseball uniform and holding a baseball bat'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-3b40f8f2f93742018f573c14faa7a3ee", + "input": "Sentence: 'Traffic warning sign framed by a commercial building in the background'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-5fdff7c2036144cca8694e3100b67fd9", + "input": "Sentence: 'Several white vases of different sizes with flowers in some'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-dac7ba407bdb435ea5ed4a603d91b108", + "input": "Sentence: 'A brown horse grazing in its fenced in pen'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-dc48e961c16a4ed1893e3a10fc6bbb9f", + "input": "Sentence: 'A plane sits on the tarmac ready for takeoff'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-4aea8bfe7e764cb39d989de07a21ca4c", + "input": "Sentence: 'A small pizza is displayed on a small plate'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-38fffb04616b40db9d86511a3daf944c", + "input": "Sentence: 'A living room with a couch and pictures on the wall'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-d092eefc78f84d1aa20579b25c5890c1", + "input": "Sentence: 'an abandoned boat sitting on the side of the road'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-33bd2050c28a41abbdd3951e144ec861", + "input": "Sentence: 'A group of people standing together talking '. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-901c2580557c4def8d320da882f26fe7", + "input": "Sentence: 'A person watching an elephant walking down a dirt road carrying people on its back'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-febc8b42981942b4af7975d656ce4a2e", + "input": "Sentence: 'Three labs are standing near a grassy doorway'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-342e2537553f4197a136307af4d97ad8", + "input": "Sentence: 'A man riding a skateboard down a ramp'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-a33662e1ce504c5a8197723ee5957dec", + "input": "Sentence: 'A baseball game in progress with the batter in the middle of the swing'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-10af34e266f54c109354e55109628c51", + "input": "Sentence: 'A photo of a TV dinner beside a computer and action figures'. Count the number of nouns in this sentence.", + "output": [ + "6" + ] + }, + { + "id": "openseek-2-ab6aaf9cab0642f0b6d4ae91e6e83395", + "input": "Sentence: 'A clock tower near a road where cars are driving and a building'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-2619fe431a12402eabe6153941825e9b", + "input": "Sentence: 'A large elephant in a tall grass field'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-23c7950b78a0431fb4c5186d891ea935", + "input": "Sentence: 'A male tennis player returns a lob at a packed tennis court'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-40a69aed83e141879dea2cc6a9b37030", + "input": "Sentence: 'a lady that has a flashlight into a mirror'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-dfa53391ebd24fbcab09639a80d43c17", + "input": "Sentence: 'Skateboarder and black outfit on his board on a ramp'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-26cfcc872b4047698ab65ae8ae8c11e0", + "input": "Sentence: 'a person holding an open umbrella and a cell phone'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-76cb1fd2366146a09bde7a79810162f8", + "input": "Sentence: 'The private parking sign has been saved by someone'. Count the number of nouns in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-296ab289a17243f885b62cf26f990927", + "input": "Sentence: 'a man is rowing in a boat in the water'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-28dfbd47109543c989f2498f9eac3a8f", + "input": "Sentence: 'A person sitting on a motor bike on a street'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8ca44f80f662497ea93725e9c8b763aa", + "input": "Sentence: 'A man dressed in black is standing in front of a black motorcycle'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-4fe0fbb6174340a592a88736e8c5960f", + "input": "Sentence: 'A man holding two plates of food with a white apron on'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-db4cbe4ef83a4975ad1ca50499f84f24", + "input": "Sentence: 'A woman holds a bunch of bananas on a motor bike'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-c60740c89bcc43ff9e77b0e3b2cb1efd", + "input": "Sentence: 'Many people are scattered together at some type of market'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-d7fe5f7d6059437381896d511bacd519", + "input": "Sentence: 'Two people on a motorcycle, driving on a highway in the mountains'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-e8aacfaf6e164f5fb62fba9bcf17406e", + "input": "Sentence: 'One person putting toothpaste on another persons toothbrush'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-ac679b928adc4fd29537b9e77762159b", + "input": "Sentence: 'A young man playing tennis prepares to serve the ball'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-45e71e4e5d4146b8bed7859808d0a67f", + "input": "Sentence: 'An older boy holding his younger brother behind a jail cell'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-098036bd21c04daab5b89d629f7f264b", + "input": "Sentence: 'a line of red double decker buses driving down the road'. Count the number of nouns in this sentence.", + "output": [ + "4" + ] + }, + { + "id": "openseek-2-cf44b46ca432483ab1159882017bd9a3", + "input": "Sentence: 'An empty bathroom is shown with light cabinetry'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-8287515662034dc69a88d7bfbc3504ac", + "input": "Sentence: 'A woman playing a game of frisbee on a lush green field'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-73c09effcbaa41a582336bed20850b31", + "input": "Sentence: 'A man wearing a stripped shirt with a stripped tie'. Count the number of nouns in this sentence.", + "output": [ + "3" + ] + }, + { + "id": "openseek-2-2da46052957745768b0f74d6535ffe5e", + "input": "Sentence: 'A small brown and white kitchen with a center island'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-409c4397f1504f1eb0fe4a7068c17367", + "input": "Sentence: 'a man showing off his cell phone to someone sitting next to him'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-63573b1636fe4cbd93a08c6bec4c3888", + "input": "Sentence: 'Cattle in their stalls at a fair with a blue ribbon displayed overhead'. Count the number of verbs in this sentence.", + "output": [ + "1" + ] + }, + { + "id": "openseek-2-6a4e607f4a5a47bea0fb11d3a74b653f", + "input": "Sentence: 'A small oval orange couch and ottoman with pineapple pillows'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-f10947ea34bc404dbdeff8c25b7415f1", + "input": "Sentence: 'An older man sits on a bench while gazing at the water'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + }, + { + "id": "openseek-2-e51b9a9dd0bc43ef9d09799fc66f9a6a", + "input": "Sentence: 'A boy in a blue and white shirt playing tennis on a brown tennis court'. Count the number of nouns in this sentence.", + "output": [ + "5" + ] + }, + { + "id": "openseek-2-bc612c80b01742fea92469bddcb9ca29", + "input": "Sentence: 'A kid with a toothbrush in a white sink'. Count the number of verbs in this sentence.", + "output": [ + "0" + ] + }, + { + "id": "openseek-2-75c2f619596c48729917c18de420bac2", + "input": "Sentence: 'A man on a scooter sits beside a stop sign'. Count the number of verbs in this sentence.", + "output": [ + "2" + ] + } + ], + "test_samples": [ + { + "id": "openseek-2-f907968b5d6340e8affa8452ea2b6f94", + "input": "Sentence: 'A yellow train is coming down some train tracks'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b068497fde6b4730b5be9e1077ab836c", + "input": "Sentence: 'very types many ripe fruits in a basket'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c224340064d1434e9cf8c02df7084989", + "input": "Sentence: 'A man hanging from a para sail rope with a board attached to his feet'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-5a9e00ba080e4dcb96360a4022181621", + "input": "Sentence: 'Children play in the water from a fire hydrant in an urban setting'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a72667b1ee364d78ab08220555e61b71", + "input": "Sentence: 'A zebra sticks his head into a car window and checks out a passenger'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-730d27d5d2a0413aac2fd500e8a4aa0a", + "input": "Sentence: 'a bunch of baseball players on a baseball field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-97ca024238e3426894ba402b2f936ce9", + "input": "Sentence: 'People getting ready to board a light plane on an airstrip'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ce69b89b3f4640c1acd8da2452b3ad37", + "input": "Sentence: 'Five people standing beside each other holding frisbees'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d78801c51e404957b0f026f28cd61a55", + "input": "Sentence: 'A small bathroom with a toilet and some containers on the back of it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7fe60a5b8c8f4f80848c72fbd52fe823", + "input": "Sentence: 'There is a laptop on the desk next to the large monitor'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c360b3c88bff4ce49cd06ba35beaec57", + "input": "Sentence: 'Fresh pizza and wine on an outdoor table'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-af389be596434ac5b2178ab81f541138", + "input": "Sentence: 'Two birds are perching on top of tree branches'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-6c4a33a57920454580198d2cd58ef817", + "input": "Sentence: 'A person flys a large green and black kite'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d84b918a54964edca5e0e466b2ff81fd", + "input": "Sentence: 'A field with four geese walking around in a field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-af8f3d8bacd4409aa7e16301834c0421", + "input": "Sentence: 'A person smiles as she stands on a skateboard in a crowd with a photographer nearby'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1e36d0f39882438d96e3c5377a44ea78", + "input": "Sentence: 'A large fountain sitting in the middle of a park'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-7b47a69d8c71473696e9cc47b9777bf9", + "input": "Sentence: 'A rusty old fire hydrant sitting on a sidewalk'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ffd38b426d6a469fbdba58c37e308f53", + "input": "Sentence: 'A male tennis player in mid air action on the court'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-90556e86c6484490bbca44f58ea3d689", + "input": "Sentence: 'A kite surfer flying above the ocean in his wetsuit'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-27857854ac724d928518c1528a0c3a7e", + "input": "Sentence: 'A herd of sheep looking directly at the camera'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-05f5b6650d36415484a8c0fc2ea1f269", + "input": "Sentence: 'fish eye lens photograph of a man in his office'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-77a0b271d5694edda8cea5726a148b3c", + "input": "Sentence: 'A man handling something while grilling hot dogs on a grill'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-361257474f674da89bb0debafcea7223", + "input": "Sentence: 'A traffic signal suspended over a street at night'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c0eb123133d6468da38efaca3cd9da38", + "input": "Sentence: 'A woman in a suit and tie is on top of a brown horse that is sweating'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ab2d4703ad7843ecb965f830f5d08b71", + "input": "Sentence: 'a person riding skis on a snowy slope'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-59edeb1f8d7a4232be6d7d0a0e378e80", + "input": "Sentence: 'A plate on a table that has food on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d49fa897b35f4b63b87dbb3b3d94b506", + "input": "Sentence: 'A cat lying on a striped, multicolored blanket'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f8267568b7cc4ff1bf565fa0e30939e1", + "input": "Sentence: 'A group of motorcyclists are parked together at a bike show'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e6d2e63ca2404150a93f8e2fede4f4f0", + "input": "Sentence: 'There is a clock on a brick building next to a window'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-72895dde0d2448c18d6d5d036fc16fbf", + "input": "Sentence: 'Many boats float down the water in between the buildings'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-3af1af54ed924ea68810f983f4a1438a", + "input": "Sentence: 'Three men playing with a frisbee in the grass'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d5e36fb20bbd4a43bbd5fbe6140aea5a", + "input": "Sentence: 'Two cast iron skillets with food in them on stands on a table'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-f0b835151439423c84be8771aad846fc", + "input": "Sentence: 'A man smiling as he holds two ties while a lady sits nearby'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-0857c7256ee94ed8827247df00fb4b73", + "input": "Sentence: 'a row of three ambulances with white and yello paint'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8022363105434a45a906e7c5cbcfcd0a", + "input": "Sentence: 'A tall giraffe standing alone in a forest'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-769f216a05b24babb33ba96cdd1186f0", + "input": "Sentence: 'An aerial view of a boat approaching a coastline'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-7fe65c8da4bf42a2814633733269c203", + "input": "Sentence: 'a white horse is gazing across the field'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-5fb5864bb1c64c66a6c8d405cc6f9d42", + "input": "Sentence: 'A picture of a person on a horse'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-5dd164c186e44f9ebc3f0ec6c84d91a8", + "input": "Sentence: 'Train tracks go into a building on both sides'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-dd17f5da44bf4c6b99e6817ed2f897fb", + "input": "Sentence: 'A large and baby cow are on tall grass'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-29ffe33c706d408cbf0c1552ad90c5bf", + "input": "Sentence: 'A man riding a horse near a building'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7baecc79735a4d1cad92a77a6febb80b", + "input": "Sentence: 'A person flying through the air while riding a snowboard'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-094cb6584f3d4992a0210a5be4915af9", + "input": "Sentence: 'The front of a train driving under a bridge'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-7a91cae6446e491980ca526837f9fbd0", + "input": "Sentence: 'A first birthday cake with a lion decoration'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-059fc0814f7d49babfa08c09b57b11c3", + "input": "Sentence: 'Several people on skateboards riding between cones on the pavement'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9fcf212082804aec9a9344ea17b25c2b", + "input": "Sentence: 'A flat screen TV sitting up against a wall'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f4880552d03444ec92910cf37ee88591", + "input": "Sentence: 'Small dog is closely guarding small boat and a paddle'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c19f0eae7b494309a0a361e01ce07918", + "input": "Sentence: 'Snowboarder in flight after a very successful takeoff'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-292743a4c6804af8af38b6839412c121", + "input": "Sentence: 'A man with his hair in a top knot watches something while a group gathers by a fence'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b1a0e1665e9f4fc6a24b2103cb98a160", + "input": "Sentence: 'A hamburger has a lot of cheese on top'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-260b1e4af823463394bbaed0bc9a68d0", + "input": "Sentence: 'A bathroom with a toilet, mirror and light'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ecd92379c8984d81aaa378fd89b9a294", + "input": "Sentence: 'People surfing waves on their surf board in the ocean'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-93a05f2c6ed5480da754ec46f2edf19c", + "input": "Sentence: 'An iPad on a well-made bed with pillows'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-807012a4af1b4b3994285439b6c34819", + "input": "Sentence: 'A person holds a sandwich on tin foil'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d0d21af5df2b479a9808c44d7916111f", + "input": "Sentence: 'A handicap toilet with several rolls of tissue paper'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-15e9118bb8c84ee78f857d9038742282", + "input": "Sentence: 'a picture of instructions for assembly in an owners manual'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-940e3fa0274645da934a6365bc5baeba", + "input": "Sentence: 'There is a laptop on the desk in front of the monitor'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-39775db759ad4471a1c9d012c9ba915e", + "input": "Sentence: 'Two orange cats playing and fighting on a couch'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-6fbaac46aaa74b21b209081fd4fec4f9", + "input": "Sentence: 'A man in green feeding an elephant a bottle'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-22e9bea9c2c24c5094e47741b25ee4bf", + "input": "Sentence: 'A parade of horses with their riders fancifully dressed'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-84a8dd7d5a7f42f2bcfde5035d50beb8", + "input": "Sentence: 'An intracately designed boat on a river bank'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4678fb3a613a42a1814c010a2730f014", + "input": "Sentence: 'A piece of chocolate shaped like a Star Wars space ship and another piece of chocolate cake'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-11908c2268f1402892f45e0591f5ece4", + "input": "Sentence: 'A man is smiling and sitting with his arms crossed'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c32fb5d73edf47e4887810a1f51e0c7b", + "input": "Sentence: 'An airline pilot with tattoos and wearing a tie looking down'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c0bcc3b55a7642e4b3f08d024891011c", + "input": "Sentence: 'A group of people sitting around a kitchen table'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d06cf1ec1d7344e0b806bd9973a11d8c", + "input": "Sentence: 'A motor scooter sitting next to some bicycles outside a restaurant'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-74141545e478480dae391328f8d93040", + "input": "Sentence: 'Several books are stacked on a table'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-73296b4e2a19400bb33675e7032ded4b", + "input": "Sentence: 'Three mini pizzas sitting on top of a metal pan'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-f36854439e9c45238f6d65da562940c4", + "input": "Sentence: 'A baby giraffe standing in its pen with hay all around it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7badc8a3bdff419abe3b2bbdd04025e7", + "input": "Sentence: 'A young girl holding open a cell phone'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-91b33d61d80d4603aabf081c25e8dc84", + "input": "Sentence: 'A gentleman taking a picture of his food with his phone'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-2a9691e1cf0f4ca68362600dc46f738e", + "input": "Sentence: 'An orange suitcase sits alone on a city street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c0ace4f9e8a34f67a221e6e6eb31c66a", + "input": "Sentence: 'Brown bear sitting on the ground eating a stick'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-35520b2c9818437fac5df8b4502c9386", + "input": "Sentence: 'A baseball player holding bat while standing on a field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1be6f1fd65394cd4a0c515f8a852b3ca", + "input": "Sentence: 'A very dirty workspace cluttered with paper and food'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f3abf6f170f84d2688a870388d1879f1", + "input": "Sentence: 'a dog stares out the window of a car'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b3cdeb120a4a40588a43b3ff4a61a7dc", + "input": "Sentence: 'Cows chew on grass in a field near a forest of trees'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-a280e14c82534ecda7d59c16c9f8c5bd", + "input": "Sentence: 'Adults standing next to canoe at beach of waterway'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-baf702eb65994e2db6c74a96c323ecfc", + "input": "Sentence: 'A hot dog sits on a stand in front of a jar of mustard and a jar of ketchup'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8e245459e91046f3a76364c7a29d544d", + "input": "Sentence: 'Several baggage trolleys are lined up near loading'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-3c0225e634ae4708ac5d5ab236c8ef9b", + "input": "Sentence: 'A bald eagle that is flying over a woman'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e3383fa39588422f91614df1ce2d4880", + "input": "Sentence: 'a young man is using a wii remote controller'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4288889164b043fca40899f0f1fa23fd", + "input": "Sentence: 'a sheep looking out from its wired pen'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ac278634185a4d2493c1096c5323fe9b", + "input": "Sentence: 'a close up of food on a plate with meat and broccoli'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-de6b387ee68a4f86953d165d88a8d6fe", + "input": "Sentence: 'Two people on a motorcycle with another motorcycle in background'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-9961c64ba0ac48c39350b75e83291711", + "input": "Sentence: 'there is a opening on the street of the building n the city'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-44987595f1ff4d05962cab2208b6c805", + "input": "Sentence: 'Pairs of roller skates are piled on top of and next to a colorful backpack'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-203d48bbc49c48ecab549c53176e0dd8", + "input": "Sentence: 'Several buses are lining up on the street'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f419222512624ec58bc797340ac746f1", + "input": "Sentence: 'Three children sitting at a table eating food'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-2d467c1a2ad44c53828c1ecf9c7c0e5e", + "input": "Sentence: 'A man rides a horse down a city street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-a1258d1f11d244e5acd8588709e38690", + "input": "Sentence: 'A picture of a bathroom with stickey toys'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-0bf7ee43b22340ca8b089e091b96754c", + "input": "Sentence: 'a couple of people that are playing freez be'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8d96baaf69fc47f5ae2c122a36718076", + "input": "Sentence: 'An airplane approaching for landing over the water'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-db04c579de094c189099d6f7dcfcd7a3", + "input": "Sentence: 'A man is holding a large ax while snowboarding'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8ded47d5f5f746138d4757f2a7f66be3", + "input": "Sentence: 'A sandwich on a table with a napkin wrapped around it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-07d2ea5b770e463abbad9c2bebdb2f4d", + "input": "Sentence: 'A group of people in deeply rutted cross country ski trail'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4d575eed19254c528a95c98f2bad191b", + "input": "Sentence: 'the snowboarder dose a trick off a jump'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f73b43ef5277406fb329f21d4c7f3ffe", + "input": "Sentence: 'The sign shows the intersection of four different streets'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ee9f4af1321e45f5b930efcad1f5b0b7", + "input": "Sentence: 'Many plates of food with their silverware'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-33f581e898104db290247d2b08c1d5ad", + "input": "Sentence: 'A picture of a base to a blender'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4f884788b9ac468d866b3c7113f7cf1a", + "input": "Sentence: 'two males one in a sailor suit and the other in an orange and blue shirt'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d0f1ddd581154bf4a34f55c67a61745a", + "input": "Sentence: 'A variety of items including books, food and a bag'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-6415069abdd44dcea45dea6abb8dfd7b", + "input": "Sentence: 'this is a bus on a road with a big building'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ebbf4f3fb4194845ac823d8d42bed0bb", + "input": "Sentence: 'A green bus driving filled with passengers on a narrow road'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-395b50cdda054282bed555b394b67df9", + "input": "Sentence: 'A skateboarder demonstrates jumping skills on an outdoor course'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3296baccbfd74b0db6c7ca0511d71748", + "input": "Sentence: 'A street sign with a one way arrow on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-790e2701f6794c3fa52433013f487558", + "input": "Sentence: 'The business sign is clearly visible for us to see'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d8efeb324f8e413297272b969a105cce", + "input": "Sentence: 'A woman with red hair wearing a uniform eats a hot dog'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4849fb9f5c0346c4ad02c954d2f96be1", + "input": "Sentence: 'A group of men going up for a frisbee'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-cc26d5d37f21486d88db76b9c3610caf", + "input": "Sentence: 'A very lived in formal living room with library corner'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b1a183393b8d4a5492506b84c9aac1c7", + "input": "Sentence: 'Carved bird with decoration standing in a window'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-a1453da9d9494212a8a1591637326a9c", + "input": "Sentence: 'A pair of scissors embedded in a table'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d69f7c74baf34fdfa972745430137d5e", + "input": "Sentence: 'A sandwich with sweet potato fries on a yellow plate'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-058236abbe654b748cc67eb165da86e8", + "input": "Sentence: 'TWO PEOPLE SITTING IN A CARRIAGE BEING PULLED BY A HORSE'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-72d53fc3a94b430b8eb117153a78673e", + "input": "Sentence: 'A person holding a pair of scissors up in the air'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-bc2594cb34a044bfa0483952d8cd37c5", + "input": "Sentence: 'A propeller airplane sitting on top of a runway'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-76eec4593f75412fa32c14e4c9d44d16", + "input": "Sentence: 'Assorted baked items displayed on green and white plate'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-80d0958990584611bb5afd2e9801092b", + "input": "Sentence: 'A brown horse grazing in a grassy field'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-06c4a6e796964bdd8cbffd8984bba4cf", + "input": "Sentence: 'A computer desk with a computer keyboard and a mouse with a mouse holder'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-dfc7e089c4dc4e21aefbd8871327acea", + "input": "Sentence: 'Two trains that are sitting on train tracks'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-85b42d02f226401a8b9b6bf41199d43c", + "input": "Sentence: 'a giraffe is standing next to a green truck'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3028958d82ac4661b0f4b9d036b958ae", + "input": "Sentence: 'a brown bird with green foliage in front'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7daf20960e9d4cdb8f7fc4516fceb417", + "input": "Sentence: 'A cat lays on top of a shelf'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ea8142dbd2d746789b1ab6671ea53dc8", + "input": "Sentence: 'a baseball player attempting to throw a ball'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-060daccf4942424ba51b0550042b55e2", + "input": "Sentence: 'A zebra standing on top of a dry grass field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-24bdaef4f0dc4e4ca2ef059d093c5a90", + "input": "Sentence: 'a horse pulls a cart with people sitting on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c1989b847a5c4b37ac459f42b746d66c", + "input": "Sentence: 'The yellow fire hydrant is covered in snow'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ac30bfa739d342719aac628b9f87e7ea", + "input": "Sentence: 'Two mirrors in a bathroom with two sinks'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8399a37714734dc298f083ec8366f5c9", + "input": "Sentence: 'A woman is having a conversation on her cell phone'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-c40403ef4ef74f9fae89242386e2ca06", + "input": "Sentence: 'Two people pose for a picture while one points at a moped'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-2b28aab24903424bba5006de3912192e", + "input": "Sentence: 'A view of a giant clock tower with a ferris wheel behind it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7039b967148f44f4a7c442e1b2525c4f", + "input": "Sentence: 'Baseball player swinging bat to hit approaching baseball'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-acc67cf3fb934deaa8cb14dbedb92e3a", + "input": "Sentence: 'A group of men leaning over rail as a dog approaches them'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-bf24fada03fa447986605fdf31b6da6f", + "input": "Sentence: 'an gray iron direction sign a window and a brick building'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-143308df646648428931f3636a911456", + "input": "Sentence: 'The two monitors are sitting among the laptops'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1a87544b74844225b8b84bd4f8c70dc7", + "input": "Sentence: 'A bull with short horns sitting on the side of a street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-acd9a6b59150424494f5e6aaa5ea9443", + "input": "Sentence: 'a sail boat sitting in the lake outside the city'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-a5c953da5bd44e0f84e96f7782493a09", + "input": "Sentence: 'A cat sitting on a bench next to a man eating a sandwich'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ce9f9c876e5b4d2ea3608a2c38a40ab4", + "input": "Sentence: 'A child playing with a frisbee while sitting on grass'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-83dc6053cbdf4a3b93e8395d1d3d780d", + "input": "Sentence: 'people standing walking down a street while holding onto colorful umbrellas'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b63684203c064e7db819051c43a0e7b1", + "input": "Sentence: 'A blue bird soaring in the sky over the ground'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-c24fbb5e7bc74b42951dbb035e2340e0", + "input": "Sentence: 'A young man wearing red shoes on a skate board'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-edb2ab6c6bce45ccbff7ef1c0c81babc", + "input": "Sentence: 'A person watching an elephant walking down a dirt road carrying people on its back'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ba4f2b0471524d538138f946a305f34d", + "input": "Sentence: 'some long boats are out on the water'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-972778c6b65642c59486a5eb68a4b446", + "input": "Sentence: 'a small elephant that is walking around on some dirt'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-783a698223a546efaf7af973d9410943", + "input": "Sentence: 'Three cows standing together in a field, one is starting directly at the camera'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ffa1f32b9c4d4827a6cebea9e994dd83", + "input": "Sentence: 'A man standing on a pink tennis court holding a tennis racquet'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d45461eee631483db98c9b9cfa646cb8", + "input": "Sentence: 'There is a person with a frisbee sitting by the water'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-2cae1c6289ce41a1a02bfab80ea72a31", + "input": "Sentence: 'An assortment of healthy fruits and vegetables that include cauliflower, pasta, cherry tomatoes, broccoli, potatoes and blueberries'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b59dc03f00b74bb285df83fbe5c881b8", + "input": "Sentence: 'A pair of scissors embedded in a table'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d7f695de9fce4b11be87f5e7f50ce1ae", + "input": "Sentence: 'A lot of people going snowboard during winter'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ffa121911d3340df9ab94d144cfa846c", + "input": "Sentence: 'two males one in a sailor suit and the other in an orange and blue shirt'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-5303e2c1c58e4b8abfa08cd5a59a5504", + "input": "Sentence: 'A little girl holding a red umbrella in her hand'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-fd986ec2796541cfa638245c1990ab1a", + "input": "Sentence: 'The shelves are covered with a lamp, a clock, drawers, and photos'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8cedef646eb546f8a9d3115af9785ed0", + "input": "Sentence: 'Two people standing next to a huge wall looking at their cell phones'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e7b78ec7ff9c4baf8155e0b18bbe0781", + "input": "Sentence: 'Kid falling down on the snow while using skis'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-011160d8212941baa916409fb5dbafae", + "input": "Sentence: 'a freeway traffic sign writtien in an asian language'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-08385491797840308c535c834588501e", + "input": "Sentence: 'The front of a train driving under a bridge'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-63ebba231c22493086d72bd59f52742e", + "input": "Sentence: 'Skateboarder on top of small structure with mosaic tiles'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e35146d3294045b4adbe42697b9e1856", + "input": "Sentence: 'a man walking out into the ocean wearing a wetsuit and carrying a surfboard'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ebdde8ff5d1a4baa9185e989e283df9d", + "input": "Sentence: 'Two cows stand next to each other in a field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b224721156534841aa661f977094a284", + "input": "Sentence: 'A man holding a soccer ball on top of a lush green field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-97dcb97e529b4a35abe141c6682b7693", + "input": "Sentence: 'A paper plate with a sandwich and sauce on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ef61031bf50e4dbc863b4251e6789b54", + "input": "Sentence: 'Pan of food that looks like stir fry being stirred'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d0265947165348c5ad8b89ab50a44946", + "input": "Sentence: 'A person snowboards down a snow covered hill'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-814907672dae489ba97912bd35c13adf", + "input": "Sentence: 'The men are playing a video game with the controllers'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-849133135d0644098b249386023013b5", + "input": "Sentence: 'A steam engine train rumbles down the tracks'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4486df7621ad4941bd1958bd2bd48764", + "input": "Sentence: 'A street sign of some sort in the middle of some road'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b3e6cf3f8dbb4c99a9bf243a5fd408b7", + "input": "Sentence: 'A nature setting with two goats standing about'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-47755173d15449329b391e30157dc292", + "input": "Sentence: 'a man skiing in the water next to some mountains'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d9e237b6f9d34902ba3ed46a0c549a86", + "input": "Sentence: 'Long strip of signs for businesses with people walking on street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c7c9a53d4e3445b9854d9a6dc6a06cc7", + "input": "Sentence: 'A white toilet with its cover removed is pictured'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a2ed0936230846e6ba82b8d97c50dca4", + "input": "Sentence: 'A close up shot of a green wooden bench'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8ae8f83e1a35472386f7e71a11413a71", + "input": "Sentence: 'a icebox that has a bunch of cans in side it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b0712af18808431d9ee35b5bc002b4fa", + "input": "Sentence: 'There is a bed and couch in the room'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-2e5b6a4a7e664be0af1c853d15b4d8a3", + "input": "Sentence: 'An airplane in the air on an open field'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-738eab16cfc240dd9009e65fcad9675c", + "input": "Sentence: 'a green bench sitting by the side of the road'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-83f21bc22d094ee0ba3139a355e26a9b", + "input": "Sentence: 'There is a person playing with a frisbee'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3215ba39ee5644b1a93692ce3c1f42df", + "input": "Sentence: 'People are playing in the water in front of some hills'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-25bf479c72504e6fbd37ae1cecd59f1d", + "input": "Sentence: 'A skateboarder maneuvers around small traffic cones on his skate board'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d24e1f56db784179b2bf546724fae5b5", + "input": "Sentence: 'A microwave is sitting on a wooden shelf'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b9753dc97da64486a42e511266f1eb72", + "input": "Sentence: 'Food is being diced and cut on a kitchen counter'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-cfca3af20e304c40823f0830fd36381c", + "input": "Sentence: 'A lady is smiling for the camera in front of a sheep'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-daf792be7e6b4d51972b3a7962fe2a36", + "input": "Sentence: 'A road sign sitting on the side of a road next to a speed limit sign'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8dc81eba35d04ae39b29ade64a714387", + "input": "Sentence: 'A living room with chairs and a couch'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e9f3cbbbd11c47e3bc9cdca3deec6dac", + "input": "Sentence: 'The man is standing beside the bicycle in a building'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-19239d35abaa4e77b47c1a78fe54bc12", + "input": "Sentence: 'Some food that is sitting by a computer'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-6855aa84c2fe4b9cbd32ee7d3edbf2be", + "input": "Sentence: 'a structure with a clock built inside of it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e703b7696b9045219778a8d21836a2fc", + "input": "Sentence: 'The inside of a subway station with a yellow subway in the distance'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-a1abacc13da8452ba607a79917414048", + "input": "Sentence: 'A man riding a skateboard down the side of a handrail'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-6d0fbec31dd04fdd881139302e8f3de0", + "input": "Sentence: 'A fruit and vegetable stand has bananas up front'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e2b8ceb3dbe94659bb7536e5194b0902", + "input": "Sentence: 'A boy playing a soccer game in uniform'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ac265e423d2142c4b104461012ef6288", + "input": "Sentence: 'A blue bench with a lantern, and tankards is on a porch'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-580412dcd2304857abb56453706a1238", + "input": "Sentence: 'Multiple zebras standing in the grass under a leafless tree'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-5bc6bead28b8453bab022a7affddfd7d", + "input": "Sentence: 'The box holds a dozen grazed donuts inside'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-fbeb66fc9f204f41b9dc54e381d880c9", + "input": "Sentence: 'The street next to the water and buildings are filled with people'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-a6bdcc8f52074211b9140f707f3a3edd", + "input": "Sentence: 'A pet shop having a reptile sale on may16'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-cd204c0738244f7daad597e73b29ae48", + "input": "Sentence: 'I plate of food with some vegetables and a bagel on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-eaeffb159aad4ef6bd6024d9ba4a4a26", + "input": "Sentence: 'An older couple playing video games in a living room'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9af83ad6ecbe45e38f580743f40bb5b3", + "input": "Sentence: 'A kitchen counter with dirty dishes and empty wine bottles on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-442e852f586a4625a1d14da138777fe2", + "input": "Sentence: 'A small plane flying through a gray sky'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1cbbe3c8ffcd4131a707e49e159f4742", + "input": "Sentence: 'A lot of flowers that are on a table'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d68eaf863cf3454da0532d78b4093ce3", + "input": "Sentence: 'A man plays a video game on the Wii'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-528ce78bdfc94a7cb93137209759fa63", + "input": "Sentence: 'A child holds a round object over a fire hydrant'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9aab467611bc4e7e948312f3413d9866", + "input": "Sentence: 'A very old style fire truck at the station'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-cbfc4535683a4ff49af076f18c6dcea9", + "input": "Sentence: 'An old and huge passenger plane sitting on the tarmac'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-90e0673f54df4d478b49b5c2e6b2f542", + "input": "Sentence: 'An eldery woman with a baseball glove and a man standing around'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-baaca2e9125844bbb3ebc66394ab5f12", + "input": "Sentence: 'A number of heart shaped boxes stacked on top of each other'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ed46fb3c740949b6820e8bb3b3d9a0d8", + "input": "Sentence: 'A sign with some buildings in the background'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ea997736d76b41899e21bf0617aff224", + "input": "Sentence: 'A man takes a bite from a large slice of pizza'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-48c45896189d46e0b533459bac3164b6", + "input": "Sentence: 'A smiling young man adjusts a necktie he's wearing'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-9e7c0b2ab1f4409f9e60c560d3a4ff79", + "input": "Sentence: 'A woman hitting a tennis ball with her racquet'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9d6d31ed439946a7a9f8ddfd062bc925", + "input": "Sentence: 'A person with a green ski jacket standing on skis in front of snow covered trees'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-932fa8dd289a4aa686defdd9a0431a1b", + "input": "Sentence: 'A young man in an ad for Polo, wearing a Polo shirt, vest and yellow tie'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-68ee26e5fa914d5398b3003dda5c5311", + "input": "Sentence: 'A man wearing sun glasses, a tie and a suit'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-c8ee6380826949eea4d65697d83e90db", + "input": "Sentence: 'Jet-skis sitting on the sand in front of the water'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9edd3dc32bd04f178e29239a6bc16f50", + "input": "Sentence: 'a train on a track near a platform'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3fb7b11d48224f66bf0f12b9f0a11d2d", + "input": "Sentence: 'A toy car is sitting on top of a bed'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-181dba6f57db47faa4decb232811ef5a", + "input": "Sentence: 'Two gentlemen politely discussing something while others look on'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-38debe5f610648e3a37809a6a27f81f5", + "input": "Sentence: 'The box holds a dozen grazed donuts inside'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-1aa5c721a4b44b45921a8ee6ed5c768f", + "input": "Sentence: 'A tilted angle of a group of zebras on a dry plain'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9fbb3bc70ac34263870cdf19002155b3", + "input": "Sentence: 'A man is sitting in front of a stuffed bear'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f30dc3789d8d422d9db011a5e296eea1", + "input": "Sentence: 'A black and white picture of a building'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-34ddf693399c4b1c9e40c33c0c9c38c8", + "input": "Sentence: 'A white plate of sliced beef and broccoli'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f171e252a4174fa396ff93c69078fc7d", + "input": "Sentence: 'Two elephants standing on a lush green hillside'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8a38b09308354ce78a9e0a8bf55b15b2", + "input": "Sentence: 'A large well lit room that is white and tan'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-2f83bb4be70b44bcae9e857980d74e91", + "input": "Sentence: 'A two story white house behind a pair of traffic signals'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-369d0aada9c84ed8af3f43550d1b733f", + "input": "Sentence: 'A young boy standing on a beach flying a colorful kite'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-95e4c4f33da6477bb7a152659779ad09", + "input": "Sentence: 'A subway train next to the boarding platform'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-9f168ac22c58402882c306e29e9b3c8e", + "input": "Sentence: 'Fried chicken in a hot dog bun with fries'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9f944909ba3a44a9bbe8bb627f9330ed", + "input": "Sentence: 'People sitting near a colorful striped canvas tent'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-50caaa9a68f1430d9042e436fb4a4897", + "input": "Sentence: 'A beach with the ocean and people visiting it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1d5713844f21481e8186bea0c3888a86", + "input": "Sentence: 'A man's tie hangs around his neck as he stands by a small plant'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-71065aa44c5c4205816ee7adbb658a74", + "input": "Sentence: 'a cat with its head in a small purse'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8ac8925777e448aaa3c8691ccc79bf36", + "input": "Sentence: 'a woman is setting some goods outside a store'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-98df535302d1457ebd67cefb2a44a9a1", + "input": "Sentence: 'an image of two girls with birthday cakes'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-fd2a43937f184c7eaa64ed54122a8ed7", + "input": "Sentence: 'A couple of young kids standing next to each other'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-92a74fbdef7c40f797cedc136ecf4c38", + "input": "Sentence: 'An odd bathroom with stone walls, and two rolls of toilet paper'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-5fe7dfffb7a04beeb0b22869502e08b3", + "input": "Sentence: 'A male tennis player hits the ball with a forehand swing'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-5b3a36541fe4402aa2d9d4231bfa0b8f", + "input": "Sentence: 'A laptop and computer monitor sit adjacent to one another on a desk top'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4e193e7d64284d3e8bcfc0a3aaed223e", + "input": "Sentence: 'A dog running in the snow with a Frisbee in its mouth'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-bdef9b71785b49c5a0ccaa6b18d93501", + "input": "Sentence: 'A child hitting a tennis ball with a racket while mom looks on'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c55cd8c290664ca3a7da2eeaac1dc7ad", + "input": "Sentence: 'A desk with a laptop, computer monitor and a keyboard'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9dd4dd85606a43babd9b019adc760cc8", + "input": "Sentence: 'A man standing on top of a mountain holding a phone'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b824d991dae44f789dfdf72da78830d8", + "input": "Sentence: 'a camp ground with motorcycles parked in it '. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-48a02262f5fc44d3bb4f1d4f969111b4", + "input": "Sentence: 'A man smiles while standing in a forest'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-be038fded587469a893f523325e22e70", + "input": "Sentence: 'A fireman messing with a fire hydrant near a curb'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-421fc0c305024d6bad5d7f5e442dd73c", + "input": "Sentence: 'a business sign with a lot of logos on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-f2cccb953ade44f2b0ed91454cb968db", + "input": "Sentence: 'a women that is playing some kind of wii'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8f0b4fc5cbb245828133c64cd4265f64", + "input": "Sentence: 'a surfer walking in an ocean wave carrying a surf board'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-092783942ea84ba0bd5f3753570a9abd", + "input": "Sentence: 'A cat that is laying on someone's lap'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-563dc289d0074940b9c573a6ccc00860", + "input": "Sentence: 'The couches and chairs in a living room are facing a television'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-2d8bae2fab3d44b4801361df4cf8f827", + "input": "Sentence: 'A woman and man laying on top of a bench in front of a city'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-87c2f519f96941a2884bffdf2279b9ea", + "input": "Sentence: 'A woman on a tennis court prepares to hit a ball'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-66f2e23264d542e3bef73e9859e81d9b", + "input": "Sentence: 'three horses standing next to each other in a field of grass'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f98a58fd669848838ded065dcbaeafde", + "input": "Sentence: 'There is a clock on a brick building next to a window'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7fc61a206b9b42739f0735152d94754e", + "input": "Sentence: 'a girl laying on a bench in the park'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-cdbb6ad4725d4814ac4607ccb66b54d5", + "input": "Sentence: 'A man that is riding on the back of an elephant'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-cffdc1329e5749a09e86373aaa6f158f", + "input": "Sentence: 'A man is riding a surfboard in the ocean'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ddbc0fc5552b4231aeac09b3732ddc34", + "input": "Sentence: 'Attractive man smiling standing next to a barrel'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9a249afa09b844bf85c403a293bab1c2", + "input": "Sentence: 'a room with a desk and a cat in a chair'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-67fa0319027547b191d2c042abf15d93", + "input": "Sentence: 'A young kid looking inside a cartoon like refirgerator'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-41c0f0d310604ff48b43b09dbcf54aaf", + "input": "Sentence: 'Old man in a white outfit swinging at a tennis ball with a racket'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b6d8763ea6d240db8ef3b83e852a130b", + "input": "Sentence: 'A dog looking up at a person with a frisbee at their feet'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-76dc63651bbf4176812346384e457ec9", + "input": "Sentence: 'a plate with some meat and beans on it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b42adb08289845219fdb03f13e88826c", + "input": "Sentence: 'View of a kitchen with man and dog inside of it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-415671c1dd8944b9879671420cd7858c", + "input": "Sentence: 'A man standing in a living room holding a Nintendo Wii game controller'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-0222d48c57114105b7360a3ecef2ed65", + "input": "Sentence: 'some people checking out the trunk of an elephant'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-22b1dd012b5840ab968ce2de8a2beee6", + "input": "Sentence: 'A boy skateboards down a flight of stairs'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a2654a1326144a2abfa965d3c09c13a7", + "input": "Sentence: 'Elephants and zebra roam freely around the desert'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-6a45ce33e8144d089e6e631d0a21da4c", + "input": "Sentence: 'a yellow scooter parked in front of a store'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-0863a72207ba45c28b7cf3c8a9467c71", + "input": "Sentence: 'a living room with two chairs and a tv'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-79cd7f0a29394ad0b8d699289baf4514", + "input": "Sentence: 'A lone bird perched on a branch in a wooded area'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e586dc522d0444069e80a43545573290", + "input": "Sentence: 'Two people on a horse ride in a city street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-eaaff20216ad441f8bb7f1362365aa22", + "input": "Sentence: 'The men are working around the large tabletop'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3e3d2cdb69dc436eb589410267b6c53a", + "input": "Sentence: 'A kitchen sink in a hotel room'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b4eeac906f694ff9b51272233fb6c528", + "input": "Sentence: 'Two men in white coats are standing next to a cow'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ba4a0507fc19485dad425cc2c8e444ba", + "input": "Sentence: 'A bike parked in front of a tall brown brick building'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-43fdb891a86147cf9e26bd962f77fa22", + "input": "Sentence: 'A person on a court with a tennis racket'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-eec600bab830467ba95342aeb8d6a479", + "input": "Sentence: 'A cat with glasses that have eyes as shades'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-2d655188184b4469a2704e619eea5e2a", + "input": "Sentence: 'Man riding a train looking out of a window'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4bb01a18a6c34aa59111629560ef31ab", + "input": "Sentence: 'there is a fish eye view of a snowboarder in the air'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4fe4baaeab2b4396b77c048366e5cd90", + "input": "Sentence: 'A woman in a white shirt and black tie takes a selfie'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-cd6ae7c4439f4144b6c94438be31a902", + "input": "Sentence: 'a pizza sitting on some wood in the oven'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-269ffd9139cd42b7847d2a0438f0d119", + "input": "Sentence: 'A bathroom with a white toilet and a shower and bath tub'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3bd5bb36e0664c4689f5db3e2279ded3", + "input": "Sentence: 'Someone's hand holding a knife above a cake that is on a table'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b1b47e8f8f954ce394b453a0fb7f9028", + "input": "Sentence: 'A man with a broken baseball bat standing in the dirt'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e3fd5e6297f84c2598fbc0774a37c7b0", + "input": "Sentence: 'a man sitting at a table outside a cafe talking on a phone'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-cb7de250017c42b0a7332705a92c0972", + "input": "Sentence: 'A propeller airplane sitting on top of a runway'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a1e1621485864a3c87d9523cc3024c90", + "input": "Sentence: 'Two men and a dog sitting on park bench with frisbees'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-db89cfcac20840fba21804d923c1a563", + "input": "Sentence: 'An airplane flying up in the air below the clouds'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-745a35d22d7342c4b68c4b8e5b4c938c", + "input": "Sentence: 'A ballplayer for the \"Wildcats\" gets ready to throw the ball'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ad30e167fe994823a47a45c01fbda22d", + "input": "Sentence: 'A woven basket filled with apples and oranges'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c8dc7a7ec6c74d76a32e7b3461882d3f", + "input": "Sentence: 'A hotel room with a nice view of the water'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-58eb60d1c0834da987dcdadb15b7a28f", + "input": "Sentence: 'a sandwich cut in half and a cup of coffee'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ad450245a39d49de94455d341e902429", + "input": "Sentence: 'A pink flower lies beside another that is in a vase'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-6b15cdc343e54e95a97254f4f691209b", + "input": "Sentence: 'a counter that has silverware and glasses on top of it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-22c39580b70642eb8bfba26458a7f5ab", + "input": "Sentence: 'Hot Dogs, pickles and Tater Tots are on plates'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1abee2f9d36d4f138647c64f60109d1f", + "input": "Sentence: 'A vase containing flowers and water on a table'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-7c90724df8754e6ea0686d5155567b5e", + "input": "Sentence: 'A street with cars driving down and a traffic signal ahead'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-88a98327beb24e79a048aae7cc9cb23c", + "input": "Sentence: 'A plate on a table that has food on it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-852af9ad519448a09c48b425a19637eb", + "input": "Sentence: 'A bunch of planes flying close with trails of smoke'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-896d33af996548e1834789c392c23d69", + "input": "Sentence: 'a woman pouring a glass of wine from a bottle'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e5d08085024a41a9b01e1254ae23c816", + "input": "Sentence: 'A person in black and white stands on a board that is just above water and holds on to a bar'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-1d55fa3d48234acba3cd31c63962a2bf", + "input": "Sentence: 'A train traveling down train tracks near a loading platform'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-065feb56f02249c1817f2ed83cb0124f", + "input": "Sentence: 'A woman wearing a scarf using a laptop'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ddea6267242a4cbe90b040a3045b08ba", + "input": "Sentence: 'A elephant that is walking in a field'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-3e556614dbc0418b8cbf61b39fc69e76", + "input": "Sentence: 'A boat flies its flag while sailing just off a pier'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4832beb04403416ea03488651dab41d1", + "input": "Sentence: 'A toddler sitting on a living room floor surrounded by toys'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-25bf4f8fca984f21a0cddd287ad5a2fe", + "input": "Sentence: 'An older man blows out the candle on his birthday cake'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-bc06cd5b32d442ee884acaa7e1cb2187", + "input": "Sentence: 'there is a red bird sitting outside of a window'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a7332442cab24c82ab19c251620976f1", + "input": "Sentence: 'Two men ski down the slope of a mountain'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d2d15e178a884e6bac9de115e34b90a8", + "input": "Sentence: 'A blue and white fire hydrant on a lawn'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-92811cc19d5f408b84111ac8581ef0ac", + "input": "Sentence: 'A pitcher on a baseball field doing an interesting wind up'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-401670331943414e97fc2d77eef4a790", + "input": "Sentence: 'A hamburger has a lot of cheese on top'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-bb5d73bcdb2945a8ab040bc0b2db08f9", + "input": "Sentence: 'The corner of a batch room with a white sink and red shower curtain'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-88961d9eb4b64564b60b38a008b40a2c", + "input": "Sentence: 'the arm of a sofa and a little fridge with a lamp'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-f196f54cf6604006883a7ae62f29e95d", + "input": "Sentence: 'Looking up at the \"Chicago Board Of Trade\" building'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-991ae057f9aa4d2c8af70c0b041eead7", + "input": "Sentence: 'A coffe and plate of bread sit next to a pillar'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-3b5b4e24d108434bafb7dcf757da8d15", + "input": "Sentence: 'A double deck tour bus sitting on a street side'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b6f0eff6990940239a094f2f30b2347b", + "input": "Sentence: 'A bear walks through the trees and on the side of the mountain'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-96b38cc1ada94446aa258ac016695f7f", + "input": "Sentence: 'Person cutting the cake surrounded by liquor bottles'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-6c9d98053b68453d87f3c40a7cf024ab", + "input": "Sentence: 'A teddy bear sits on top of a pregnant woman's stomach'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-406c9f9af01d4d54a2261988432b06f3", + "input": "Sentence: 'The charro, or Mexican cowboy, is skilled in many techniques for control of animal behavior, including using roping'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-841ab93bdd6b4fd89dfc3176fecb37d4", + "input": "Sentence: 'These bowls and vases are stacked neatly on these shelves'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-06db6e0246784530a2e602f8ffd4daa2", + "input": "Sentence: 'A motor bike parked on a sidewalk near a garden'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-48aac535524e4d4ebe2e2d626dd86f46", + "input": "Sentence: 'A young man taking a swing at a baseball'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-19af7b68e7a8416d96a63c5c38a5eb62", + "input": "Sentence: 'A woman performing a Frisbee trick with her dog for spectators'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ee58f32b351d4be792ec8e5a44ca0d39", + "input": "Sentence: 'Zebra behind a fence and in front of rocks'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d622b4766ac9454ca21f8ffc5211a87f", + "input": "Sentence: 'A woman is sitting in the grass next to her red bike'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-456da398a05d422db5709706f7e15418", + "input": "Sentence: 'A motor cycle parked near a wooden bench'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8bccbd978ba04bea9c5d1b855c44995d", + "input": "Sentence: 'Two guys giving a thumbs up on their skis'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-6594d5a8ce2a4ef3b2c6278ed574bb0e", + "input": "Sentence: 'a close up picture of a giraffes head'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-0d58960ed00d477d83e5af1046addec7", + "input": "Sentence: 'Three women sit next to each other at a restaurant'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-dfee6e0213ec4b289436aaed1efb4472", + "input": "Sentence: 'an office desk with a banana on top and chair pulled away'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ffda1125330e4cd1a6137789e516913b", + "input": "Sentence: 'A herd of giraffe standing on top of a lush green hill'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-5e91b016400644e080db28dd68e0abee", + "input": "Sentence: 'A bedroom that has a window, bookshelf, and a bed'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ae5bd9120ea24e07bc78a4c5f78b0195", + "input": "Sentence: 'A bathroom that has two toilets near a sink'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-fe6df20631e34812bd44c44445f759a7", + "input": "Sentence: 'A man that has a baseball bat in the dirt'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ab8b347557aa4be7be10128a8323f416", + "input": "Sentence: 'a plate of food that is on a table'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-93f53ccb393242a1be9575941eb16629", + "input": "Sentence: 'Two zebras hang out by the fence in the zoo'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e7c7bcbe62674523b6e107171052b2c3", + "input": "Sentence: 'Black and white photo of a large clock located outside'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a9a025841f4b4c1c908d29082bc6084d", + "input": "Sentence: 'Two zebra standing next to each other on a dirt field'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-089062ec48bf46649f0814564c143919", + "input": "Sentence: 'A man on a skateboard performing a trick'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-749822e8b4e34fd08b18d8fd14b238b7", + "input": "Sentence: 'Outdoor subway train pulling into an empty station'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-53151931b3374a4aaddef97242b1f657", + "input": "Sentence: 'A cat with glasses that have eyes as shades'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d5b4b87fd6dd4dacbd9abf14e15d2bb0", + "input": "Sentence: 'Skateboarder on top of small structure with mosaic tiles'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-59dee960540d4f479ff649573abb2c2a", + "input": "Sentence: 'A bathroom with a toilet and other restroom device'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f0e4a38f17d34fb6bb972d503d4ad53d", + "input": "Sentence: 'A person wiping out on a surfboard on a wave'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-0097460723e847849a73f01902c42160", + "input": "Sentence: 'a close up of a mirror showing two zebras'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1a163e6578324fa1a09951a4c7b851e6", + "input": "Sentence: 'Three horsed grazing in a field bordered by tree.s'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-86f1436ff29d484bb80ff3991a01c913", + "input": "Sentence: 'A very nice looking train on the tracks'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8b8399367ed64007a87d4a78730101d2", + "input": "Sentence: 'A small child sleeping in a toddler bed with a pink bed set'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1490c7e9aaf047539905d9508498fefa", + "input": "Sentence: 'a little baby with a umbrella that is on stairs'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4cc92bfb5cfb48d4a32167d99f8348b2", + "input": "Sentence: 'A FedEx airplane flies through the clear sky'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4ee8deb202cd4c149223506a362db2c5", + "input": "Sentence: 'A cow nursing her calf in a street scene'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-abc23e6b8d06408591e41903650bd183", + "input": "Sentence: 'Vase with flowers sit between two sinks in the bathroom'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-9c9ab0891df04a32b9eff635a62576d6", + "input": "Sentence: 'A man sitting on a wooden bench with his laptop'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-600bf132829a441586eb7c811cb5fab0", + "input": "Sentence: 'A group of men that are sitting on a bench'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a4ec27dd77564a80aa0d08768e900b53", + "input": "Sentence: 'A baseball player holding a bat on top of a baseball field'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-13661adfd2db4189a7dc554b81d58768", + "input": "Sentence: 'A young boy takes a swing during a little league baseball game'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ba819be0390047ed9f04ea3e5cfac060", + "input": "Sentence: 'A truck parked on the side of a street'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-2c86c883a74940039db00e2464f0029b", + "input": "Sentence: 'a brown bird with green foliage in front'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-e68c30c85edc41c5942cf8440b17c479", + "input": "Sentence: 'A cat sitting on top of a table next to a laptop'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-7ea9424f76084e51bc2bd84078104165", + "input": "Sentence: 'a horse on a field of grass behind a fence'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-29287c01d2814632967c3399dfc7275a", + "input": "Sentence: 'A bathroom with a red color scheme on the walls'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-154fce9169a240a09f744ad036a0ec32", + "input": "Sentence: 'A large air force jet sitting on top of a tarmac'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-3d31ac10692a4d57ba1186a2a800bc71", + "input": "Sentence: 'A vase that has some flowers in it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-42c34f7aaed84760a26ad956ccb15c9d", + "input": "Sentence: 'A row of multi colored teddy bears hanging from a rope under a tent'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3e4987cd2124460cad8022ca43471e18", + "input": "Sentence: 'woman in a bikini surfing on a yellow surfboard'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b736d7274f694c3a979bc287835f8b18", + "input": "Sentence: 'A bunch of green leafy salad covered in sauce'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-21c7e560b172463caf69c0735530c42a", + "input": "Sentence: 'A cat is sitting on a couch next to a remote control'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-fecd1ff394594c9b84c1157ee7e16256", + "input": "Sentence: 'three trains on train tracks with a sky background'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ae2fb4e5352d4553a9616ad70cb7da9b", + "input": "Sentence: 'A bowl full of tuna salad next to two slices of bread topped with the salad and one with ketchup on it'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f4496b96c1e24d0e81553b50bcf1446f", + "input": "Sentence: 'A neat and tidy bed with white bed sheet and night lamps at four corners'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-3f9e9782b2254c789c253560b9bf851f", + "input": "Sentence: 'Two people ride an elephant that's been ceremonially decorated'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-aee62186f5274cc0a60446abc6f750bd", + "input": "Sentence: 'Zebras grazing alongside gazelles on the wild plains'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e9bd4da99dcf49ea854e5908ccc94d05", + "input": "Sentence: 'A picture of a young boy standing on a snowboard'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-5bc1ead509d1493c87f0ef68712d3ec0", + "input": "Sentence: 'A group of cows are standing together in a field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4ced865b261748418a2036ffcf04c5c8", + "input": "Sentence: 'Two breakfast meals on a table at IHOP'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-181e1b1873ba48e986a3e9a63c65c371", + "input": "Sentence: 'Large white airplane with blue tail sitting on a runway'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7bc25312784b4ab4bfa608407f124495", + "input": "Sentence: 'A hand cutting a frosted cake with red flowers on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ba317aa59541492ab44a7e2e8a2ed2a9", + "input": "Sentence: 'Man playing mini concert with guitar speaking to audience'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-754334c06dd74398bff6e3487f889aee", + "input": "Sentence: 'two cows in a grass field together behind a fence'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4aa8bddba67c4a2799a54561044fd5b0", + "input": "Sentence: 'A plane flying overhead with palm trees in the background'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d65698fe1e134ad4907fc03e679c0a70", + "input": "Sentence: 'a bed resting in the middle of a room next to a dresser'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e52c2b26ffc445f1816f084bd9798e5b", + "input": "Sentence: 'gray and white cat sitting on the hood of car'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-feb8bf37b064433aaacc0d619db321e9", + "input": "Sentence: 'A dark colored bird sits on a branch of a tree'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-068fec7176264a9eac92dc28b1b277ad", + "input": "Sentence: 'A person is standing outside holding a frisbee'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-be5b6e157e1340fbab7c1ecc4ba0d081", + "input": "Sentence: 'A train on a bridge traveling over a body of water'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-c15db25645df4eb0b0dda4171bcdaeb4", + "input": "Sentence: 'A woman playing tennis and preparing to hit the ball'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-836d11acaa674dfd8c61a953ea78531e", + "input": "Sentence: 'A piece of cake with a drink and cake in a glass'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-261c262fc2364ebe8f82952062519ea3", + "input": "Sentence: 'An outdoor market area that has a woman selling items under umbrellas in front of a Tibetan music store, and she has a cellular phone to her ear'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-7f9782ff228d46edab5c69b928a4a802", + "input": "Sentence: 'golden delicious apples, coffee beans, and blueberries are in the foreground of this photograph, in the midground is a banana, and in the background are varieties of cookies'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-96d3ecd2c57f44cb88d867fa5c35e86d", + "input": "Sentence: 'A man standing on sidewalk next to a lanai'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4e3ea50e71a24f8f8c1ad866be20c015", + "input": "Sentence: 'A bunch of big chef knives by a small piece of broccoli'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-0963bb02da0a40bd8c296a3dbdd3cfe1", + "input": "Sentence: 'A toilet sitting outside with plants on the top of the toilet'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-f5f7889db9cb482f81fb069e9157591c", + "input": "Sentence: 'A young boy riding across the pavement of a parking lot on a skateboard'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-91f93b2f429d4c3489d5edd457e2f4b0", + "input": "Sentence: 'A meat sandwich on a bun and fries'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-acdf579e4a9e440a943928be413a58a1", + "input": "Sentence: 'Sheep that have a lot of wool and yellow ear tags'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-330f61e449cb4bd7a5b7f4ce824b716a", + "input": "Sentence: 'a blender near a stove with an open flame'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-54a9b901d5fd49619752079cadcf26dc", + "input": "Sentence: 'A senior citizen enjoys a good read in the seat of a bus'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8c31679cf7464c80ade0e9f410b4bdd0", + "input": "Sentence: 'A street sign at a corner with man cars parked on the street'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-02f3398e0b244294aacc51b3da43c215", + "input": "Sentence: 'A person is walking in the sand near the water'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-27a5a75398544c80ab69223183c43f69", + "input": "Sentence: 'a black and white dog laying on the ground with a frisbee'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-481c31897b444a0e94dd4b526127f82e", + "input": "Sentence: 'The rider of the skateboard shows how dangerous the sport can be'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ba5d7768eb204d18b0d2013d518b444f", + "input": "Sentence: 'this is a bus on a road with a big building'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-f8bd327e4c3c411ab26dfa945aabd784", + "input": "Sentence: 'A man sits at a desk before an open laptop'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-1506a725509e4efeb1444c3c4922f831", + "input": "Sentence: 'Two women standing, playing a video game in a darkened room'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e41cc39ed1c8409f897c7a07402f279a", + "input": "Sentence: 'A cat that is laying down on a bed'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-c9723f31dd1a421fa7651b8b94249a0d", + "input": "Sentence: 'An elephant mother with a baby elephant beneath her reaches for branches with her trunk'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-dcae9377f17146c280defec0fae6a1ff", + "input": "Sentence: 'A man holding a dog with a neon green frisbee'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-716cb184336243fb86f8b7945b720757", + "input": "Sentence: 'A picture of a dirty nasty bathroom stall'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-5958d8d216564e36a4051143ae5d6b2e", + "input": "Sentence: 'A senior citizen enjoys a good read in the seat of a bus'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-28ffbfd208f1435692b30cd42317ddc8", + "input": "Sentence: 'Several balls of yarn are sitting on an oven top'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4a2d5663e1654652b43c5ee0e9717dcd", + "input": "Sentence: 'Two dogs and a cat on a boat at edge of water'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-64ab97cb83e44543b803d89f291db57a", + "input": "Sentence: 'A man riding on the back of an elephant near a lake'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-748505a61f564769b697eca664c096dd", + "input": "Sentence: 'Four boys in deep concentration as they point their game controllers'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-3e7bc2179c9145a29b74c6889c5b7a8b", + "input": "Sentence: 'A group of girls standing around a table making pizzas'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d99844e573144133a32069bd6af11a27", + "input": "Sentence: 'A house being renovated with a room connected to a kitchen has the floor removed'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d939bf5ec630463495b9e4f998537b51", + "input": "Sentence: 'Chopped vegetables of carrots, onions, and potatoes seasoned with salt and pepper'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-1570f6d38c274bcaac0d6904ee2b841d", + "input": "Sentence: 'A piece of chocolate cake on top of a white plate'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-0134a478126c4a06863b184a9a79067a", + "input": "Sentence: 'a woman sitting at a table with multiple boxes of pizza'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-cdd69b524d944498a3c2f4d394907b55", + "input": "Sentence: 'Images of a giraffe and a Zebra in the window'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3887555127bd4b4e9915c1c87c986577", + "input": "Sentence: 'A laptop computer that is playing a cartoon video'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-31920e8e0e654022a0c205340027000a", + "input": "Sentence: 'A giraffe walking through tall brown,dry brush on a sunny day'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-47141cdf6d284a19955942c9cc6c6a1d", + "input": "Sentence: 'A person sitting on a motor bike on a street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-5c35e6698b514544aacf0b1d526631fe", + "input": "Sentence: 'A bed with two pillows under a window'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-b8327ddf2c4e42adb0d0164c3c19f962", + "input": "Sentence: 'A man and two women dance and pose at a party'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8f3e31f33e7e4a278f004dc3e1d4606a", + "input": "Sentence: 'a traffic light with many buildings in the background'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e10e103345264a6a967d008f0fd18ddf", + "input": "Sentence: 'A group of onlookers watch a skateboarder do a flip'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-9f67dfcd9b164b7da91816a4de3eb151", + "input": "Sentence: 'A two horse carriage rides along a brick road'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-96cdf72574cb4763a840bfcfc7c314ef", + "input": "Sentence: 'A bird is perched atop a computer monitor'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-87ce38bfd3bf455ca3ed6230892aa6e8", + "input": "Sentence: 'a birthday cake made to look like it's bleeding after being stabbed'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-e4ebb2848cea4d5c866a0cb2eeece42f", + "input": "Sentence: 'A boardroom with a desk, phones and a widescreen computer monitor'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8fa60286c03843d8a56d64ca17003c04", + "input": "Sentence: 'A stack of luggage by a curb and parked car'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-b643b8103f1a4127a8707bb354e1afd7", + "input": "Sentence: 'A cat standing above a glass jar filled with liquid'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a1f2f65ce361400ba52752dd7f25ac1d", + "input": "Sentence: 'A close up of a man looking surprised'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1fbc129bf8f94ff198b6110809f5bbe0", + "input": "Sentence: 'The frisbee is in the air in front of a man who is running'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-020db33e3bf44923a5965b0edbf2d0df", + "input": "Sentence: 'A dog is sitting on a couch with it's head turned to look out of the window'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-1fe1a81b2474455c8a517342c2edf3ed", + "input": "Sentence: 'Plane on runway with a gate approaching it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-bf95c7a637eb45f9a4f6621e2500b5f2", + "input": "Sentence: 'A lone goose swimming in the water by a bridge'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ab66ca4055174fecbee8e5fac09d96c9", + "input": "Sentence: 'A young woman playing a piano in a dark room'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-c2d39911e61b40edb623869e9e911fb6", + "input": "Sentence: 'A man in a suit is cutting a yellow ribbon as bicyclists look on'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c57534035763451c964b7c5a89359e42", + "input": "Sentence: 'A group of people on a field playing soccer'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-94856eadb4554854bc5578fc58ece93f", + "input": "Sentence: 'A baseball player holding bat while standing on a field'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-2638eb0128ff44e78a535658b27ffe70", + "input": "Sentence: 'A display in a restaurant filled with lots of fresh produce'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-4e5cb3df5b76400c832132b1f9bee38d", + "input": "Sentence: 'A young man riding a skateboard across a city street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-49eaff2357d74c33bf876ee43bf29034", + "input": "Sentence: 'A large living room with a tiny television'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-6fd7f46c83224adb89f1262633d8ad8f", + "input": "Sentence: 'two giraffes walking between trees in a zoo setting'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-8a7e897a64f44e09a95f38681c2e1732", + "input": "Sentence: 'A dog that is sitting at a door and a person holding a can in their hand'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3c6b075bff604b37b9df1a9a46de4d57", + "input": "Sentence: 'A desk with two monitors, a keyboard and keys on it'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-400ed7303853427b802db0bc9240878d", + "input": "Sentence: 'People are buying ice cream from the ice cream truck'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-06d98ea5b477421899784f788c8ba2f5", + "input": "Sentence: 'A woman riding a horse on an open field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-3bba4c914c5843408445124624d1b21d", + "input": "Sentence: 'A stop sign in the dessert with signs around the bottom'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c101feaa7fdb4326ba468ce27135066f", + "input": "Sentence: 'A man water skiing in the beautiful ocean'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-6260a6f2938a4aa4a68ca9babaac67de", + "input": "Sentence: 'A man in a baseball uniform holding a bat'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-891dd5f5a3bc42548038f0b635dbbec1", + "input": "Sentence: 'A blue and black bird walking across a dirty field'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-cf08de1a16bd42b0aa1d3e2dd76a0e63", + "input": "Sentence: 'a group of guys skateboard over a concrete ledge'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-ba78a558698a49c78e12a7b905b88a9b", + "input": "Sentence: 'A young woman playing a piano in a dark room'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-8248fce4c112460b9138be5bf46841f9", + "input": "Sentence: 'hand holding up a hot dog wrapped in napkins'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-d1681d1b7ddc4c84847a5935c7d5314f", + "input": "Sentence: 'Two girls with painted faces sit on the sidewalk'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-133ecb0aeea9414581bcc6497af27b34", + "input": "Sentence: 'A man in a large padded sumo costume carrying a snowboard across the snow'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-90a0142018774a0789f96588c259009d", + "input": "Sentence: 'Two men playing video games together in a room'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-6ebe5215f3aa4e718bc70c5b018179a0", + "input": "Sentence: 'A group of people sitting around a restaurant'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-16b06e29e48643859b558d01d7aac0bd", + "input": "Sentence: 'A young child sleeping sideways on a bed full of books and toys'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-f9b80929f0e5428eb15017bda780d95a", + "input": "Sentence: 'Two horses and a man are on the beach'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-873bfa2f010640e2b64f5b0f09d33add", + "input": "Sentence: 'Two zebras standing by trees with no leaves'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a945646ea5f94bca8e966d18a66df6ad", + "input": "Sentence: 'A row of motorcycles parked next to each other on asphalt'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-69c57f866ce94a8e9b1eac59d6a32c3b", + "input": "Sentence: 'A couple of bears are playing with pumpkins'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-68511cb7dab64cdd94bd98f6e328f627", + "input": "Sentence: '4 people on horseback move along the beach'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-786b0c3e690c4f239e6c79e3651e9543", + "input": "Sentence: 'A street with a statue in the middle of a man holding two lights'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-64e52261c3824905b83b0f4c6e08dc8e", + "input": "Sentence: 'A person riding on a waterski holding a handle'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-78a48765a8534e0a9619df771378e9f2", + "input": "Sentence: 'A mammal appears to be hanging in a tree'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-655a2d418a4d46c5b60cc5e77246eaf7", + "input": "Sentence: 'a black and white picture of three people skiing'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-5b2c22ee17534e23abefca959b837f74", + "input": "Sentence: 'The door is open to this bathroom that has a candle for decoration'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ecc58e53f09844e2a0e0e7815c8666b7", + "input": "Sentence: 'A person in a kitchen with cluttered counters, cutting vegetables in a bowl'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-a2b43ee78dd341ba8ea4a404d758b2fb", + "input": "Sentence: 'A kitchen area with a large pot, dove and a wooden cabinet'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-ab6f86e5c2c94ee29f1ef26b0230bfaf", + "input": "Sentence: 'A woman standing beside a brown horse holding the lead'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-844d78a01ba64bf0a53fa5ac39cebd0b", + "input": "Sentence: 'A bunch of people in a very big field with some kites flying'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-11e8dd76705844db96f7a445c6be502d", + "input": "Sentence: 'Many bicyclists wearing helmets race down the street'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-5f6cb68ac8c140c9b803745ee7c0e85e", + "input": "Sentence: 'A tiger stripped cat laying on an opened suitcase'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-2a38d08edddb451883f2b83c2d0b3def", + "input": "Sentence: 'A photo of a duck with an odd shaped beak'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4b703dc2cc5444d2a04e9c36164ee1da", + "input": "Sentence: 'A hot dog clicked open and on a bun arranged on a plate'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-07c92f1fde814026b65591f6442738ee", + "input": "Sentence: 'A man holding a tennis racquet on top of a tennis court'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4cc871fd5c334ffca6358af1f7ee914a", + "input": "Sentence: 'A silver and yellow engine is followed by several train cars'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-c8ba9c1d1fbe4da4a8febcc45bf9287e", + "input": "Sentence: 'A woman in a purple dress with white polka dots stands drinking a beverage at a public gathering'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-811377da673640f5944b68e2274bb42f", + "input": "Sentence: 'a surfer walking in an ocean wave carrying a surf board'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-059491901b7d45b98d3a526e8212cba6", + "input": "Sentence: 'A large red train pulling into a station at night'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-336c2666c0054a46a9b0c31d4f7aa2dc", + "input": "Sentence: 'A group of three giraffe standing next to each other'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-64b4ee4fc31c488b8e08bd85cada2fb6", + "input": "Sentence: 'A picture of a base to a blender'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-4d0385ad647b463a94f7b766d7facc58", + "input": "Sentence: 'A blue park bench is sitting near a bunch of trees'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-cfe4fa4f3c05400f991e9934373b9185", + "input": "Sentence: 'A train engine carrying carts down a track'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-def56a0ebb14406cb2230afc7bac5383", + "input": "Sentence: 'A man in blue shirt holding a baby upside down'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-a9098e90a8454498935a11cfed01e51b", + "input": "Sentence: 'a cow that is on the side of a hill'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-32f95341a4674fe4be3e98ad144c7075", + "input": "Sentence: 'An adorable giraffe walking along a dirt road at a zoo'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-fa512ce36f694ce69bb2187ca2188527", + "input": "Sentence: 'Two gentlemen politely discussing something while others look on'. Count the number of verbs in this sentence." + }, + { + "id": "openseek-2-98faa6c3673245c18b5a1536b7dfb2e6", + "input": "Sentence: 'The giraffe is standing beside the musician's wagon'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-d602db282a4c4111a3838b26d14bbe1c", + "input": "Sentence: 'A giraffe locked up inside of a jail cell'. Count the number of nouns in this sentence." + }, + { + "id": "openseek-2-dfcf9f2262f04761994fe0d6a2e35835", + "input": "Sentence: 'a living room with two chairs and a tv'. Count the number of nouns in this sentence." + } + ], + "License": [ + "Unknown" + ] +} \ No newline at end of file diff --git a/openseek/competition/LongContext-ICL-Annotation/data/openseek-3_collatz_conjecture.json b/openseek/competition/LongContext-ICL-Annotation/data/openseek-3_collatz_conjecture.json new file mode 100644 index 0000000..d29f1fb --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/openseek-3_collatz_conjecture.json @@ -0,0 +1,29993 @@ +{ + "task_id": "openseek-3", + "task_name": "openseek-collatz_conjecture", + "Definition": [ + "In this task you will be given a list of integers. For every element in the list, if the element is even you should divide by two, if the element is odd you should multiply by three then add one. The output should be a list of integers that is the result of applying that logic to the input list." + ], + "examples": [ + { + "id": "openseek-3-f5f20065644c4ff6abc769fe2b9bba73", + "input": "[72, 29, 49]", + "output": [ + "[36, 88, 148]" + ] + }, + { + "id": "openseek-3-b1247c98804e4dfc8abf0c416d378e81", + "input": "[27, 99, 188, 149]", + "output": [ + "[82, 298, 94, 448]" + ] + }, + { + "id": "openseek-3-87f9d0a0b9d64d3b906aaedc9e47ca5a", + "input": "[161, 37, 122, 192, 17]", + "output": [ + "[484, 112, 61, 96, 52]" + ] + }, + { + "id": "openseek-3-447e41652b7240e685b92139711621bd", + "input": "[81, 34, 156, 91, 37, 105, 61]", + "output": [ + "[244, 17, 78, 274, 112, 316, 184]" + ] + }, + { + "id": "openseek-3-e23d38c21eb54c15a7b0761b34ee7f16", + "input": "[47, 92]", + "output": [ + "[142, 46]" + ] + }, + { + "id": "openseek-3-7aebc214cc5d436cb6a470106cff9844", + "input": "[60, 162, 103, 182, 144, 43, 68, 179, 152]", + "output": [ + "[30, 81, 310, 91, 72, 130, 34, 538, 76]" + ] + }, + { + "id": "openseek-3-8d968f9a6e964c99b9638a95c0f55432", + "input": "[38, 69, 142, 75, 100]", + "output": [ + "[19, 208, 71, 226, 50]" + ] + }, + { + "id": "openseek-3-9991fa27fcbe45c8af2027d0100f87f3", + "input": "[11, 70]", + "output": [ + "[34, 35]" + ] + }, + { + "id": "openseek-3-d160c4eb86a743bfac0ab31e487484d2", + "input": "[141, 107, 184, 10, 121, 46, 171]", + "output": [ + "[424, 322, 92, 5, 364, 23, 514]" + ] + }, + { + "id": "openseek-3-ee1c405f52dc421d81917f581df99adb", + "input": "[59, 170, 195, 46, 153, 138]", + "output": [ + "[178, 85, 586, 23, 460, 69]" + ] + }, + { + "id": "openseek-3-a55ed62c1ebb4811944a850ed3ba65db", + "input": "[39, 17, 154, 67, 75]", + "output": [ + "[118, 52, 77, 202, 226]" + ] + }, + { + "id": "openseek-3-97373ed6b86f40e9b3971c9388f76477", + "input": "[166, 124, 145, 111, 127]", + "output": [ + "[83, 62, 436, 334, 382]" + ] + }, + { + "id": "openseek-3-d05bf701c69e42848f427ce5c45978c9", + "input": "[155, 78, 161, 86, 78, 141]", + "output": [ + "[466, 39, 484, 43, 39, 424]" + ] + }, + { + "id": "openseek-3-c9a0520bb1694128a721410da295c09f", + "input": "[106, 186, 101]", + "output": [ + "[53, 93, 304]" + ] + }, + { + "id": "openseek-3-0e630f428b8f418981c732640657e21c", + "input": "[71, 39, 183, 195, 177, 88, 158, 165]", + "output": [ + "[214, 118, 550, 586, 532, 44, 79, 496]" + ] + }, + { + "id": "openseek-3-642c5f4e8fd44eb9921ec8ef85afd116", + "input": "[80, 78, 56, 7, 28, 49]", + "output": [ + "[40, 39, 28, 22, 14, 148]" + ] + }, + { + "id": "openseek-3-8cb76468df134c279ac53d78c39df124", + "input": "[79, 193, 154, 200, 35]", + "output": [ + "[238, 580, 77, 100, 106]" + ] + }, + { + "id": "openseek-3-c957ba07930b4f178f2a1e8f2d619a35", + "input": "[129, 188, 121, 138, 1, 173, 41, 65, 38]", + "output": [ + "[388, 94, 364, 69, 4, 520, 124, 196, 19]" + ] + }, + { + "id": "openseek-3-b7e199da2b2f44598dc9b95ad36c0a10", + "input": "[167, 148, 87, 64, 35, 60]", + "output": [ + "[502, 74, 262, 32, 106, 30]" + ] + }, + { + "id": "openseek-3-ff81f84fc7bd471a8a5a9b19084578ee", + "input": "[61, 47, 35, 45, 128]", + "output": [ + "[184, 142, 106, 136, 64]" + ] + }, + { + "id": "openseek-3-1bd5e85be3a94f508653ea794c6befbd", + "input": "[148, 10, 48, 31, 153, 164]", + "output": [ + "[74, 5, 24, 94, 460, 82]" + ] + }, + { + "id": "openseek-3-abb08c457e6f4fc288ad721d5c901108", + "input": "[111, 182, 25, 77, 159]", + "output": [ + "[334, 91, 76, 232, 478]" + ] + }, + { + "id": "openseek-3-4a9e5d10f1e346e59edbfc26736ca3a2", + "input": "[160, 172, 35, 2, 171, 69, 41]", + "output": [ + "[80, 86, 106, 1, 514, 208, 124]" + ] + }, + { + "id": "openseek-3-9f37410f26834039873fdb3f7c303014", + "input": "[126, 106, 119, 106, 67]", + "output": [ + "[63, 53, 358, 53, 202]" + ] + }, + { + "id": "openseek-3-91ed25fecd044729ac1eb735fa8db487", + "input": "[71, 2, 164, 191, 21, 62, 163]", + "output": [ + "[214, 1, 82, 574, 64, 31, 490]" + ] + }, + { + "id": "openseek-3-3d861e0930254a529b6ba8e8015dd3f8", + "input": "[9, 100, 58, 136, 102]", + "output": [ + "[28, 50, 29, 68, 51]" + ] + }, + { + "id": "openseek-3-d3f38e42c7ff4a06a6b8fac2f5b7c779", + "input": "[112, 152, 102, 190, 103, 85, 6, 72]", + "output": [ + "[56, 76, 51, 95, 310, 256, 3, 36]" + ] + }, + { + "id": "openseek-3-83f5df745de549a49b7841d937d5dbb8", + "input": "[44, 155, 198]", + "output": [ + "[22, 466, 99]" + ] + }, + { + "id": "openseek-3-8b7f4f60935e4cd1a3477998e8ec7210", + "input": "[19, 157, 117]", + "output": [ + "[58, 472, 352]" + ] + }, + { + "id": "openseek-3-105f2d92cbc44f1a839b7b1e213e54c6", + "input": "[180, 76]", + "output": [ + "[90, 38]" + ] + }, + { + "id": "openseek-3-5ac3254bce7b4f4db754e9c9ddb84548", + "input": "[113, 6]", + "output": [ + "[340, 3]" + ] + }, + { + "id": "openseek-3-271752af660446f5b673a57c3364d356", + "input": "[64, 179]", + "output": [ + "[32, 538]" + ] + }, + { + "id": "openseek-3-93cc031622e04123b1bc1b3a50bb56fd", + "input": "[53, 34, 11, 152, 87, 182, 156, 112]", + "output": [ + "[160, 17, 34, 76, 262, 91, 78, 56]" + ] + }, + { + "id": "openseek-3-6da4dbe08d054684a854da7290221214", + "input": "[95, 70, 110, 103, 109, 37, 148, 69]", + "output": [ + "[286, 35, 55, 310, 328, 112, 74, 208]" + ] + }, + { + "id": "openseek-3-ebc807169d714b27ae11c1872a5de2b2", + "input": "[10, 93, 188, 13, 53]", + "output": [ + "[5, 280, 94, 40, 160]" + ] + }, + { + "id": "openseek-3-9a20718f79184b05a4974ecec4618dde", + "input": "[119, 174, 129, 102]", + "output": [ + "[358, 87, 388, 51]" + ] + }, + { + "id": "openseek-3-419628ea1ac44b919f1448fe14b9975d", + "input": "[29, 68, 161]", + "output": [ + "[88, 34, 484]" + ] + }, + { + "id": "openseek-3-4a14948006784b429d171f99701fb244", + "input": "[78, 149, 142, 35, 31, 109, 39, 88, 200]", + "output": [ + "[39, 448, 71, 106, 94, 328, 118, 44, 100]" + ] + }, + { + "id": "openseek-3-f4efbc3c093b42d9a52664d899bb68a0", + "input": "[82, 46, 52, 136]", + "output": [ + "[41, 23, 26, 68]" + ] + }, + { + "id": "openseek-3-345851a4d32543058db02ca7dabac963", + "input": "[112, 62, 101, 106, 9]", + "output": [ + "[56, 31, 304, 53, 28]" + ] + }, + { + "id": "openseek-3-86e44c7dadb44f4b9de8ec90375747fa", + "input": "[154, 163, 21, 122, 182, 197, 23, 41]", + "output": [ + "[77, 490, 64, 61, 91, 592, 70, 124]" + ] + }, + { + "id": "openseek-3-e55087ce92d2420aaf790c3f4c7d58de", + "input": "[82, 111, 45]", + "output": [ + "[41, 334, 136]" + ] + }, + { + "id": "openseek-3-484c0e6184ab40fa9215a794a70e3bf1", + "input": "[109, 63, 46, 129, 135, 70]", + "output": [ + "[328, 190, 23, 388, 406, 35]" + ] + }, + { + "id": "openseek-3-8fc509bc4d5d4ccba82e1fb911d0c1c9", + "input": "[133, 175, 84, 145, 137, 54, 63, 72]", + "output": [ + "[400, 526, 42, 436, 412, 27, 190, 36]" + ] + }, + { + "id": "openseek-3-8e7826a8d0814ea88b69ccf362967464", + "input": "[184, 138]", + "output": [ + "[92, 69]" + ] + }, + { + "id": "openseek-3-97bb2fc2c4f346488b3569cfe9e81131", + "input": "[98, 2]", + "output": [ + "[49, 1]" + ] + }, + { + "id": "openseek-3-a7316fce3b3148dcbfc51411873bba30", + "input": "[5, 186, 62]", + "output": [ + "[16, 93, 31]" + ] + }, + { + "id": "openseek-3-e1d7cde5c04a4f16ab7ce60b280cefc9", + "input": "[89, 166, 172, 75, 114, 116, 35]", + "output": [ + "[268, 83, 86, 226, 57, 58, 106]" + ] + }, + { + "id": "openseek-3-e66df390745e4f3383e710a67f9fe3b4", + "input": "[178, 24, 103, 144, 28, 29, 64, 2, 12]", + "output": [ + "[89, 12, 310, 72, 14, 88, 32, 1, 6]" + ] + }, + { + "id": "openseek-3-6c46145ed18e486eaa04df5cb60bdb01", + "input": "[198, 176]", + "output": [ + "[99, 88]" + ] + }, + { + "id": "openseek-3-005a9dd46b014b808cb355d04fa8af4f", + "input": "[76, 184, 5, 184, 126, 128, 161, 59]", + "output": [ + "[38, 92, 16, 92, 63, 64, 484, 178]" + ] + }, + { + "id": "openseek-3-a2f98c7d781c478784fad2184c5324eb", + "input": "[190, 191, 28, 139, 43, 68, 170, 170]", + "output": [ + "[95, 574, 14, 418, 130, 34, 85, 85]" + ] + }, + { + "id": "openseek-3-3c197191e1e94b50a43fbc1d4d1fa787", + "input": "[61, 10, 128, 124, 92, 21, 142, 48, 6]", + "output": [ + "[184, 5, 64, 62, 46, 64, 71, 24, 3]" + ] + }, + { + "id": "openseek-3-51f69624d58c45bd80758b61c3b29306", + "input": "[11, 141, 187]", + "output": [ + "[34, 424, 562]" + ] + }, + { + "id": "openseek-3-1db4f50e77494c428a7bb5b529f21bc1", + "input": "[103, 101, 130, 2, 65, 175, 134, 31]", + "output": [ + "[310, 304, 65, 1, 196, 526, 67, 94]" + ] + }, + { + "id": "openseek-3-96a434975b95497faa3f0f2c9e113f86", + "input": "[181, 8, 117, 152]", + "output": [ + "[544, 4, 352, 76]" + ] + }, + { + "id": "openseek-3-5cbf4275d1504f63adba40187700e6fe", + "input": "[124, 159, 81, 178, 95, 161, 32, 37]", + "output": [ + "[62, 478, 244, 89, 286, 484, 16, 112]" + ] + }, + { + "id": "openseek-3-d3cea6872d6a4a9ebdefab4e2fe77099", + "input": "[61, 42, 97, 152, 74, 24]", + "output": [ + "[184, 21, 292, 76, 37, 12]" + ] + }, + { + "id": "openseek-3-05b757bedaf94aa6b850347c46d45702", + "input": "[74, 119, 175, 129, 30]", + "output": [ + "[37, 358, 526, 388, 15]" + ] + }, + { + "id": "openseek-3-7305b1da757e42a4874152a3f8db2c2a", + "input": "[133, 65, 149]", + "output": [ + "[400, 196, 448]" + ] + }, + { + "id": "openseek-3-a42946e2c8a24277a56e7cc92b1bc6d4", + "input": "[90, 86, 151, 119, 82, 145, 73, 32]", + "output": [ + "[45, 43, 454, 358, 41, 436, 220, 16]" + ] + }, + { + "id": "openseek-3-b54ba61973b641a1abb15f51f26dc818", + "input": "[39, 123, 18, 178, 90]", + "output": [ + "[118, 370, 9, 89, 45]" + ] + }, + { + "id": "openseek-3-31febde3f5c141b39f549d72265eb987", + "input": "[38, 147, 3, 136, 23, 99]", + "output": [ + "[19, 442, 10, 68, 70, 298]" + ] + }, + { + "id": "openseek-3-43786b18d0554849a23a3fd2cca4715d", + "input": "[58, 129]", + "output": [ + "[29, 388]" + ] + }, + { + "id": "openseek-3-bc202d594d454f348218d105a91ebc7c", + "input": "[146, 7]", + "output": [ + "[73, 22]" + ] + }, + { + "id": "openseek-3-2f023197f6a5465697c509db7ae23323", + "input": "[159, 105, 156, 86, 114, 168, 141, 23]", + "output": [ + "[478, 316, 78, 43, 57, 84, 424, 70]" + ] + }, + { + "id": "openseek-3-fe037a1b77eb43a7870d17a53c54f85e", + "input": "[83, 127, 11, 100, 185, 3, 80]", + "output": [ + "[250, 382, 34, 50, 556, 10, 40]" + ] + }, + { + "id": "openseek-3-8727ad01d76746bebad9146fd2ad61db", + "input": "[51, 25, 200, 20, 8, 181, 101, 137]", + "output": [ + "[154, 76, 100, 10, 4, 544, 304, 412]" + ] + }, + { + "id": "openseek-3-0aef0a917bef46c5837fbbb7f651234a", + "input": "[84, 194, 74, 42, 121, 127, 13, 76]", + "output": [ + "[42, 97, 37, 21, 364, 382, 40, 38]" + ] + }, + { + "id": "openseek-3-30c77fa553b24e0e9ddd43e106ffdaf9", + "input": "[44, 109, 132, 63, 143]", + "output": [ + "[22, 328, 66, 190, 430]" + ] + }, + { + "id": "openseek-3-27294ec4afd64dfea29fab4840691a66", + "input": "[159, 126, 99, 130, 172, 186]", + "output": [ + "[478, 63, 298, 65, 86, 93]" + ] + }, + { + "id": "openseek-3-993d1c7a911043a3830a1acadd21aaf0", + "input": "[147, 108, 52, 172, 183, 137, 162]", + "output": [ + "[442, 54, 26, 86, 550, 412, 81]" + ] + }, + { + "id": "openseek-3-4adb8ecb93b940e2bbf1c86d643582ae", + "input": "[169, 164, 34, 64, 108, 175]", + "output": [ + "[508, 82, 17, 32, 54, 526]" + ] + }, + { + "id": "openseek-3-9c22e105393548e1bacfca62a639de2e", + "input": "[121, 20, 18]", + "output": [ + "[364, 10, 9]" + ] + }, + { + "id": "openseek-3-64f0583cf04d4b4597aa055d38889360", + "input": "[75, 58, 101, 31, 36, 146, 160]", + "output": [ + "[226, 29, 304, 94, 18, 73, 80]" + ] + }, + { + "id": "openseek-3-891f9bacea854a47b303760edd83efea", + "input": "[145, 155]", + "output": [ + "[436, 466]" + ] + }, + { + "id": "openseek-3-476be20834e344cb95e75ff93a9bb4ac", + "input": "[65, 172, 129, 79, 71, 105]", + "output": [ + "[196, 86, 388, 238, 214, 316]" + ] + }, + { + "id": "openseek-3-11cd04633c7e4599a522c18a14fd9c5e", + "input": "[25, 196, 120, 118, 32, 138]", + "output": [ + "[76, 98, 60, 59, 16, 69]" + ] + }, + { + "id": "openseek-3-44904941ba0d4a438b1702d281e835bc", + "input": "[191, 197]", + "output": [ + "[574, 592]" + ] + }, + { + "id": "openseek-3-c8221ca2504643d3bdf5b90a170653eb", + "input": "[107, 126, 129, 80, 109, 62, 47, 176, 34]", + "output": [ + "[322, 63, 388, 40, 328, 31, 142, 88, 17]" + ] + }, + { + "id": "openseek-3-019b7eae4d504b019f4ecd28608a2246", + "input": "[174, 94, 174, 19]", + "output": [ + "[87, 47, 87, 58]" + ] + }, + { + "id": "openseek-3-d12814f4c95c47a9801a700562edd8dc", + "input": "[23, 199, 12, 117, 118, 47]", + "output": [ + "[70, 598, 6, 352, 59, 142]" + ] + }, + { + "id": "openseek-3-ee29e0f740ba42b6b6d2e5e38fc21e6c", + "input": "[133, 5, 143, 168]", + "output": [ + "[400, 16, 430, 84]" + ] + }, + { + "id": "openseek-3-5663923fcfbb41c0a83488e12db9d80a", + "input": "[107, 113, 29, 4, 55, 104, 106]", + "output": [ + "[322, 340, 88, 2, 166, 52, 53]" + ] + }, + { + "id": "openseek-3-b991617ae68b4dd8b40d88be969f730e", + "input": "[127, 16, 64, 69, 144]", + "output": [ + "[382, 8, 32, 208, 72]" + ] + }, + { + "id": "openseek-3-86eb1ad7cfd748bb954fb33f3c64028d", + "input": "[80, 117, 75, 147, 39, 123, 105, 177]", + "output": [ + "[40, 352, 226, 442, 118, 370, 316, 532]" + ] + }, + { + "id": "openseek-3-6b57505da39c4d17abacde14e3fb246a", + "input": "[111, 150, 157, 79]", + "output": [ + "[334, 75, 472, 238]" + ] + }, + { + "id": "openseek-3-771c78c1536c4ecbab2150e9803fb6b7", + "input": "[132, 108, 197, 199, 133, 64, 53, 15, 76]", + "output": [ + "[66, 54, 592, 598, 400, 32, 160, 46, 38]" + ] + }, + { + "id": "openseek-3-cfa7493c90114b309b46acdf5df64490", + "input": "[187, 76, 176, 125, 136, 62, 158, 48]", + "output": [ + "[562, 38, 88, 376, 68, 31, 79, 24]" + ] + }, + { + "id": "openseek-3-da9d22f6cf364962b5f6cccf55645d75", + "input": "[168, 68, 199]", + "output": [ + "[84, 34, 598]" + ] + }, + { + "id": "openseek-3-db5c8e004a0f4d31b54d64500205d905", + "input": "[79, 171, 134]", + "output": [ + "[238, 514, 67]" + ] + }, + { + "id": "openseek-3-d80096e603b34f8e88c61ffebd48826b", + "input": "[144, 177, 43, 20, 66, 174, 175, 189]", + "output": [ + "[72, 532, 130, 10, 33, 87, 526, 568]" + ] + }, + { + "id": "openseek-3-76e42091a0fc49bda18e43939614f930", + "input": "[19, 164]", + "output": [ + "[58, 82]" + ] + }, + { + "id": "openseek-3-c08424fa1e5c4cd5a989177c923205cf", + "input": "[159, 53, 16, 126, 18, 50, 112]", + "output": [ + "[478, 160, 8, 63, 9, 25, 56]" + ] + }, + { + "id": "openseek-3-abcb772fbf1145afb0627f343506a2a1", + "input": "[60, 14, 114, 183, 200, 90, 105, 138, 5]", + "output": [ + "[30, 7, 57, 550, 100, 45, 316, 69, 16]" + ] + }, + { + "id": "openseek-3-839a3772051140b181c666ede93ff6f1", + "input": "[9, 116, 199, 55, 122, 63]", + "output": [ + "[28, 58, 598, 166, 61, 190]" + ] + }, + { + "id": "openseek-3-e7fd212e53f84190b0ce0d6c82385689", + "input": "[123, 190, 117, 2]", + "output": [ + "[370, 95, 352, 1]" + ] + }, + { + "id": "openseek-3-68028d69d2c74b1ba5a6120f9297389b", + "input": "[162, 180, 95, 96, 56, 98, 132]", + "output": [ + "[81, 90, 286, 48, 28, 49, 66]" + ] + }, + { + "id": "openseek-3-f210229f5b0b4fd78afcbe38718d7dd7", + "input": "[123, 127]", + "output": [ + "[370, 382]" + ] + }, + { + "id": "openseek-3-c2d2229a17074789b653c03e45336e51", + "input": "[86, 151, 153, 20]", + "output": [ + "[43, 454, 460, 10]" + ] + }, + { + "id": "openseek-3-0c9c51cf573445c48d79a6b469c2c4f4", + "input": "[91, 173, 98, 24]", + "output": [ + "[274, 520, 49, 12]" + ] + }, + { + "id": "openseek-3-a979e9c7b55a4734ba849dd95288ea5b", + "input": "[29, 181, 2, 23, 4, 56]", + "output": [ + "[88, 544, 1, 70, 2, 28]" + ] + }, + { + "id": "openseek-3-47cca61d1d4148328d4975dde0d0e1ac", + "input": "[158, 106, 168, 26, 163, 122, 80, 153]", + "output": [ + "[79, 53, 84, 13, 490, 61, 40, 460]" + ] + }, + { + "id": "openseek-3-2a4602786b614cf7b66755e71beaffb6", + "input": "[169, 29, 190, 95]", + "output": [ + "[508, 88, 95, 286]" + ] + }, + { + "id": "openseek-3-1167653846fd407393ac7916e4e57dd7", + "input": "[195, 56, 6, 142, 131, 71, 96, 31, 173]", + "output": [ + "[586, 28, 3, 71, 394, 214, 48, 94, 520]" + ] + }, + { + "id": "openseek-3-62192139519c4ca99594566cb9378a7f", + "input": "[189, 131, 73]", + "output": [ + "[568, 394, 220]" + ] + }, + { + "id": "openseek-3-c2501c59e3a14ad5a449982f72d81fe5", + "input": "[190, 155, 83, 195, 107, 185]", + "output": [ + "[95, 466, 250, 586, 322, 556]" + ] + }, + { + "id": "openseek-3-41c5b2bacb714c9885d8069f377a0725", + "input": "[58, 142, 136]", + "output": [ + "[29, 71, 68]" + ] + }, + { + "id": "openseek-3-5c2ffbfbd45a48b291fa1039949cd156", + "input": "[75, 23, 158, 157, 62, 23, 99]", + "output": [ + "[226, 70, 79, 472, 31, 70, 298]" + ] + }, + { + "id": "openseek-3-958a7ab1a2864c55ab99eef7f28b8165", + "input": "[1, 46, 128, 83, 143, 84, 81, 115, 134]", + "output": [ + "[4, 23, 64, 250, 430, 42, 244, 346, 67]" + ] + }, + { + "id": "openseek-3-4daffbe02deb475b90b76dba10095c8b", + "input": "[46, 28]", + "output": [ + "[23, 14]" + ] + }, + { + "id": "openseek-3-b777e49ccdf843078e17f02726ded7fb", + "input": "[138, 197, 36, 148, 129, 48]", + "output": [ + "[69, 592, 18, 74, 388, 24]" + ] + }, + { + "id": "openseek-3-d8c823f7f32a4d96b551e87abeae0d41", + "input": "[190, 72, 58, 138]", + "output": [ + "[95, 36, 29, 69]" + ] + }, + { + "id": "openseek-3-93886dc2691843da80e38107cb56e693", + "input": "[195, 94]", + "output": [ + "[586, 47]" + ] + }, + { + "id": "openseek-3-9afcf5a824c44b04a42acb0ac561dfd6", + "input": "[159, 132, 31, 159, 171, 67, 84, 189]", + "output": [ + "[478, 66, 94, 478, 514, 202, 42, 568]" + ] + }, + { + "id": "openseek-3-e7596afd67e248868e54f79cb5b95e3a", + "input": "[165, 12, 165, 35, 18]", + "output": [ + "[496, 6, 496, 106, 9]" + ] + }, + { + "id": "openseek-3-fc1ce838974e4b18b54bf9d81276c84d", + "input": "[91, 195, 147, 107, 53, 137, 42]", + "output": [ + "[274, 586, 442, 322, 160, 412, 21]" + ] + }, + { + "id": "openseek-3-9e00f8c20259481f80cba9e67afd8072", + "input": "[97, 177, 60, 119, 57, 92, 24, 181, 164]", + "output": [ + "[292, 532, 30, 358, 172, 46, 12, 544, 82]" + ] + }, + { + "id": "openseek-3-4476093748af46c0ab133ef9823e0172", + "input": "[24, 22, 192, 194, 98, 29, 134, 41]", + "output": [ + "[12, 11, 96, 97, 49, 88, 67, 124]" + ] + }, + { + "id": "openseek-3-f944284f348f459b9d039d0d343b5b22", + "input": "[189, 60, 94, 130, 177, 92]", + "output": [ + "[568, 30, 47, 65, 532, 46]" + ] + }, + { + "id": "openseek-3-7cae78ff152d4378a41f73ea28482ca4", + "input": "[22, 56, 29, 190]", + "output": [ + "[11, 28, 88, 95]" + ] + }, + { + "id": "openseek-3-cafe9b79ab144d7dbd6e5659b340fef5", + "input": "[59, 51, 30, 133, 59, 44, 176, 108, 29]", + "output": [ + "[178, 154, 15, 400, 178, 22, 88, 54, 88]" + ] + }, + { + "id": "openseek-3-b828ff5636da4ab2b8c0d093bf2e74f9", + "input": "[163, 131, 107, 72, 178, 99, 137, 62, 153]", + "output": [ + "[490, 394, 322, 36, 89, 298, 412, 31, 460]" + ] + }, + { + "id": "openseek-3-ab3b7e315fbd4554adf9b0dd02422b6c", + "input": "[73, 198, 96]", + "output": [ + "[220, 99, 48]" + ] + }, + { + "id": "openseek-3-dfd6c5d45d4f453ebe9ce133690eac11", + "input": "[144, 56]", + "output": [ + "[72, 28]" + ] + }, + { + "id": "openseek-3-4b3700a9f2004d66b63ca926b3909997", + "input": "[79, 51, 112]", + "output": [ + "[238, 154, 56]" + ] + }, + { + "id": "openseek-3-8a70a10b9d8c4bf2922f879cef3bc988", + "input": "[76, 122, 135, 39, 15, 69]", + "output": [ + "[38, 61, 406, 118, 46, 208]" + ] + }, + { + "id": "openseek-3-c1294fafe06345c0bc04f08adc22ba6d", + "input": "[157, 66, 57, 118, 96]", + "output": [ + "[472, 33, 172, 59, 48]" + ] + }, + { + "id": "openseek-3-73d85fe80d324db8a7eca1447b2854b8", + "input": "[91, 36, 9, 149, 61, 162, 138, 72, 169]", + "output": [ + "[274, 18, 28, 448, 184, 81, 69, 36, 508]" + ] + }, + { + "id": "openseek-3-8e4bb6ef7e7b4053b2ca8c51feccc9d7", + "input": "[182, 170, 118, 132, 190]", + "output": [ + "[91, 85, 59, 66, 95]" + ] + }, + { + "id": "openseek-3-6394d21b76894165b1afe549d5649bb6", + "input": "[58, 30, 146]", + "output": [ + "[29, 15, 73]" + ] + }, + { + "id": "openseek-3-e0fc830ce1e94f788dcf094b137e89a3", + "input": "[180, 114, 34]", + "output": [ + "[90, 57, 17]" + ] + }, + { + "id": "openseek-3-1635e64b505f475a91c124d9e3c34355", + "input": "[58, 16, 70, 116, 43, 21, 81]", + "output": [ + "[29, 8, 35, 58, 130, 64, 244]" + ] + }, + { + "id": "openseek-3-fb9b6cfe0530472996b6bd3b3c3e3eb5", + "input": "[87, 115]", + "output": [ + "[262, 346]" + ] + }, + { + "id": "openseek-3-a4d1462c6e554725b23d404c9e7b9af8", + "input": "[114, 176, 177, 97, 74]", + "output": [ + "[57, 88, 532, 292, 37]" + ] + }, + { + "id": "openseek-3-d11c138aa92f43e59864ac8173ece7fd", + "input": "[111, 134, 137, 144, 84, 181, 86, 188, 23]", + "output": [ + "[334, 67, 412, 72, 42, 544, 43, 94, 70]" + ] + }, + { + "id": "openseek-3-44f27b099bbd4aecbfe3e71253bf171c", + "input": "[120, 173, 159]", + "output": [ + "[60, 520, 478]" + ] + }, + { + "id": "openseek-3-ab185ac583fb45cf94060e4d66bd1a8a", + "input": "[141, 127, 142, 38, 73, 159, 78, 174, 103]", + "output": [ + "[424, 382, 71, 19, 220, 478, 39, 87, 310]" + ] + }, + { + "id": "openseek-3-2539d0f28ccf4c538c8db366f3a1539e", + "input": "[189, 64, 67, 141, 122, 173]", + "output": [ + "[568, 32, 202, 424, 61, 520]" + ] + }, + { + "id": "openseek-3-ea810d77ed6c4795bb6613cc65c134b9", + "input": "[45, 104, 199, 141]", + "output": [ + "[136, 52, 598, 424]" + ] + }, + { + "id": "openseek-3-640202e144064387a3db3def22a4be1f", + "input": "[41, 195, 78, 141, 193]", + "output": [ + "[124, 586, 39, 424, 580]" + ] + }, + { + "id": "openseek-3-ffaee672385c4b059d070ee095087d12", + "input": "[22, 24, 198, 74, 91, 56, 42]", + "output": [ + "[11, 12, 99, 37, 274, 28, 21]" + ] + }, + { + "id": "openseek-3-61ba3c39988c4c2b8babf074524a21a6", + "input": "[9, 138, 134]", + "output": [ + "[28, 69, 67]" + ] + }, + { + "id": "openseek-3-30b01c584f7046d18d27ddddd807c7c4", + "input": "[50, 2, 177, 113]", + "output": [ + "[25, 1, 532, 340]" + ] + }, + { + "id": "openseek-3-4fb75989a8ee4913aa5258955569714e", + "input": "[118, 42, 172, 10, 199, 140, 30]", + "output": [ + "[59, 21, 86, 5, 598, 70, 15]" + ] + }, + { + "id": "openseek-3-c0b5f1991b7549529f6b1f02c9cd3427", + "input": "[163, 1, 69, 8, 177, 90, 167, 132, 68]", + "output": [ + "[490, 4, 208, 4, 532, 45, 502, 66, 34]" + ] + }, + { + "id": "openseek-3-209da83a071e408da5fad3fe9a5642ef", + "input": "[196, 25, 104, 45, 109, 71, 152, 109]", + "output": [ + "[98, 76, 52, 136, 328, 214, 76, 328]" + ] + }, + { + "id": "openseek-3-64a5ab6bbae7433cacc67bb37e1c330a", + "input": "[13, 38, 5]", + "output": [ + "[40, 19, 16]" + ] + }, + { + "id": "openseek-3-f2319f2a3ccf469185a96a33500980ac", + "input": "[114, 188, 166, 110, 30]", + "output": [ + "[57, 94, 83, 55, 15]" + ] + }, + { + "id": "openseek-3-a1d096439437414c8a67738492bb22cc", + "input": "[44, 42, 157, 137, 176, 155, 123, 199, 155]", + "output": [ + "[22, 21, 472, 412, 88, 466, 370, 598, 466]" + ] + }, + { + "id": "openseek-3-d331d8d70b52462b89a0c0eb3cbfcf78", + "input": "[41, 185, 46, 110, 34, 171, 107]", + "output": [ + "[124, 556, 23, 55, 17, 514, 322]" + ] + }, + { + "id": "openseek-3-07c2e9cb39d74c8eacd714f2fd464da4", + "input": "[31, 154, 42, 67, 127, 129, 122]", + "output": [ + "[94, 77, 21, 202, 382, 388, 61]" + ] + }, + { + "id": "openseek-3-1508de5b8ce842409e14549584ed558b", + "input": "[151, 39, 134, 11, 141, 121, 40, 25, 26]", + "output": [ + "[454, 118, 67, 34, 424, 364, 20, 76, 13]" + ] + }, + { + "id": "openseek-3-37d28d2f499543f1a485cf9bc7ae43d8", + "input": "[199, 143, 180, 159, 142, 132, 119, 150, 68]", + "output": [ + "[598, 430, 90, 478, 71, 66, 358, 75, 34]" + ] + }, + { + "id": "openseek-3-dc340a12afdb484997c1005c2513ea2f", + "input": "[185, 65, 110, 53, 97, 127, 42]", + "output": [ + "[556, 196, 55, 160, 292, 382, 21]" + ] + }, + { + "id": "openseek-3-be4ddee75363415086cf9706fa65794f", + "input": "[131, 38, 19, 118, 92, 46, 52, 9, 190]", + "output": [ + "[394, 19, 58, 59, 46, 23, 26, 28, 95]" + ] + }, + { + "id": "openseek-3-315d15bccef8479dab9c606e2c551f81", + "input": "[13, 193, 58]", + "output": [ + "[40, 580, 29]" + ] + }, + { + "id": "openseek-3-3be29b1df59d4e6a8dd00403eca88833", + "input": "[15, 135, 107, 142]", + "output": [ + "[46, 406, 322, 71]" + ] + }, + { + "id": "openseek-3-defc7c2bac4647a99a7919dbb2c4a91f", + "input": "[197, 44, 96, 64, 37, 70, 48, 187]", + "output": [ + "[592, 22, 48, 32, 112, 35, 24, 562]" + ] + }, + { + "id": "openseek-3-34af17be740b49bf812c930492adc31f", + "input": "[91, 140, 121, 136, 147]", + "output": [ + "[274, 70, 364, 68, 442]" + ] + }, + { + "id": "openseek-3-e58331f83b8a439089760c9c282a3711", + "input": "[141, 160, 177, 20, 148]", + "output": [ + "[424, 80, 532, 10, 74]" + ] + }, + { + "id": "openseek-3-2538ced4003543b0bffd34b6d63e7a04", + "input": "[100, 198, 21, 168]", + "output": [ + "[50, 99, 64, 84]" + ] + }, + { + "id": "openseek-3-951b23243d8c4d3ab39cca6efbf994f8", + "input": "[88, 120, 15, 12, 82, 24]", + "output": [ + "[44, 60, 46, 6, 41, 12]" + ] + }, + { + "id": "openseek-3-c69098f8a5e2452d8a51b9724d37a113", + "input": "[181, 68]", + "output": [ + "[544, 34]" + ] + }, + { + "id": "openseek-3-964f7499978541658f588c55f6290299", + "input": "[141, 161]", + "output": [ + "[424, 484]" + ] + }, + { + "id": "openseek-3-da372cbb7edc4350962ae072ff7296c2", + "input": "[125, 2, 158, 99, 161]", + "output": [ + "[376, 1, 79, 298, 484]" + ] + }, + { + "id": "openseek-3-917a0dd1bb694fcaba994226fc6546b5", + "input": "[89, 76, 12, 8, 101, 196, 7, 200]", + "output": [ + "[268, 38, 6, 4, 304, 98, 22, 100]" + ] + }, + { + "id": "openseek-3-56d83d8431a64555aa82588e9b3fd4c0", + "input": "[59, 147, 200, 18, 164, 59, 143, 187]", + "output": [ + "[178, 442, 100, 9, 82, 178, 430, 562]" + ] + }, + { + "id": "openseek-3-6a0bde6f084f41b9bccbec6417291399", + "input": "[38, 24]", + "output": [ + "[19, 12]" + ] + }, + { + "id": "openseek-3-4dd3ee7425a8484bb6ff3be9766206be", + "input": "[133, 141, 156, 200]", + "output": [ + "[400, 424, 78, 100]" + ] + }, + { + "id": "openseek-3-31dc247be8cc4c42af1d0d5a69a3633a", + "input": "[34, 179, 14, 125, 75]", + "output": [ + "[17, 538, 7, 376, 226]" + ] + }, + { + "id": "openseek-3-e253875def18450690942c49bca60bf6", + "input": "[112, 141, 38, 113, 2, 171, 200, 138]", + "output": [ + "[56, 424, 19, 340, 1, 514, 100, 69]" + ] + }, + { + "id": "openseek-3-eb7cae86df564e65ac5f1bd7ab88c50a", + "input": "[195, 2, 175, 155, 77]", + "output": [ + "[586, 1, 526, 466, 232]" + ] + }, + { + "id": "openseek-3-9c2e808aeae542c587d935691ec4e439", + "input": "[98, 115, 171, 94, 83, 180, 160, 83]", + "output": [ + "[49, 346, 514, 47, 250, 90, 80, 250]" + ] + }, + { + "id": "openseek-3-a485a4088c084264b15ce5b6a05582c4", + "input": "[69, 188]", + "output": [ + "[208, 94]" + ] + }, + { + "id": "openseek-3-10f9aa82cf904180b104f7effa8f3c78", + "input": "[87, 64, 197]", + "output": [ + "[262, 32, 592]" + ] + }, + { + "id": "openseek-3-b5450145c67040688c22a53ac562b939", + "input": "[170, 63, 92, 66, 102, 91, 141]", + "output": [ + "[85, 190, 46, 33, 51, 274, 424]" + ] + }, + { + "id": "openseek-3-3a2ee23603e94d2aa1da6ad69ebb5ac6", + "input": "[66, 141, 118, 117, 22, 150, 30, 180]", + "output": [ + "[33, 424, 59, 352, 11, 75, 15, 90]" + ] + }, + { + "id": "openseek-3-db6e15d0749b4dcd950eaea027b57294", + "input": "[193, 41, 69, 117, 143, 5, 163]", + "output": [ + "[580, 124, 208, 352, 430, 16, 490]" + ] + }, + { + "id": "openseek-3-e8c227cd94a04c4ca270965b1a4cc6a1", + "input": "[92, 161, 53, 38, 44]", + "output": [ + "[46, 484, 160, 19, 22]" + ] + }, + { + "id": "openseek-3-10c859a7f03c47f5b24f6c105f6f58be", + "input": "[61, 112, 46, 164, 162, 82]", + "output": [ + "[184, 56, 23, 82, 81, 41]" + ] + }, + { + "id": "openseek-3-f61879cb92764ebebe3a8cc5e7a771cb", + "input": "[94, 178, 28, 96]", + "output": [ + "[47, 89, 14, 48]" + ] + }, + { + "id": "openseek-3-f93f6a8bc1574b8cb3799f891ea81a54", + "input": "[56, 139, 103]", + "output": [ + "[28, 418, 310]" + ] + }, + { + "id": "openseek-3-d93383b327b24f72b650d1731ef277cc", + "input": "[198, 138, 124, 79, 150, 176, 105]", + "output": [ + "[99, 69, 62, 238, 75, 88, 316]" + ] + }, + { + "id": "openseek-3-875ba67a4f6f450cbb8703274afcca5e", + "input": "[145, 114, 73, 46, 80, 99, 45]", + "output": [ + "[436, 57, 220, 23, 40, 298, 136]" + ] + }, + { + "id": "openseek-3-184942f6169d4d50a6e80e7d86671475", + "input": "[197, 84, 93, 16, 199]", + "output": [ + "[592, 42, 280, 8, 598]" + ] + }, + { + "id": "openseek-3-a5d60f54165f4880bdc6a9836afd9e22", + "input": "[60, 113, 120, 27, 75]", + "output": [ + "[30, 340, 60, 82, 226]" + ] + }, + { + "id": "openseek-3-1439cf0a346046a0b2e41b0f05da0add", + "input": "[194, 93, 25, 186, 45, 134, 32, 138, 110]", + "output": [ + "[97, 280, 76, 93, 136, 67, 16, 69, 55]" + ] + }, + { + "id": "openseek-3-f3c21fbb0201497692d2a812dd01b090", + "input": "[117, 151, 84, 59, 22, 89, 90, 147, 122]", + "output": [ + "[352, 454, 42, 178, 11, 268, 45, 442, 61]" + ] + }, + { + "id": "openseek-3-4306e9bfe50640d4bb4615d64e6cfac6", + "input": "[84, 117, 165, 81, 126, 12, 41]", + "output": [ + "[42, 352, 496, 244, 63, 6, 124]" + ] + }, + { + "id": "openseek-3-04434e2084a041fcbba2514b4a0066ce", + "input": "[155, 140, 172, 6, 17, 57, 36, 60, 72]", + "output": [ + "[466, 70, 86, 3, 52, 172, 18, 30, 36]" + ] + }, + { + "id": "openseek-3-c7ddeaef393a46c3b18e3cb300fe06a1", + "input": "[94, 43, 194, 102, 124, 145, 159, 17]", + "output": [ + "[47, 130, 97, 51, 62, 436, 478, 52]" + ] + }, + { + "id": "openseek-3-edafff5f309342d4ae67c3ae81562d89", + "input": "[116, 39]", + "output": [ + "[58, 118]" + ] + }, + { + "id": "openseek-3-d034b687cd0648c98f3cfe6246d909c9", + "input": "[85, 33, 193, 64]", + "output": [ + "[256, 100, 580, 32]" + ] + }, + { + "id": "openseek-3-9e0a09051e4d4eadb74b30919406afec", + "input": "[64, 141]", + "output": [ + "[32, 424]" + ] + }, + { + "id": "openseek-3-53ebc811e460443fa4091f561afc3a58", + "input": "[142, 187, 190, 89, 38, 169, 127, 186]", + "output": [ + "[71, 562, 95, 268, 19, 508, 382, 93]" + ] + }, + { + "id": "openseek-3-7787f0d93bf9473fb7fc462f82dfa9f3", + "input": "[60, 35, 82, 163]", + "output": [ + "[30, 106, 41, 490]" + ] + }, + { + "id": "openseek-3-d1cae61c5a4a46e7b8cd9098e1a2f6e9", + "input": "[64, 103, 3, 126, 183, 192, 126, 23]", + "output": [ + "[32, 310, 10, 63, 550, 96, 63, 70]" + ] + }, + { + "id": "openseek-3-e808b3375c954c2087abd43fbacc79eb", + "input": "[40, 145, 155, 191, 162, 190, 2, 59, 46]", + "output": [ + "[20, 436, 466, 574, 81, 95, 1, 178, 23]" + ] + }, + { + "id": "openseek-3-a147b94ca47143368d5b692f48689867", + "input": "[145, 12, 174, 180, 127, 177]", + "output": [ + "[436, 6, 87, 90, 382, 532]" + ] + }, + { + "id": "openseek-3-fb6ce1be355a4e21bd248f72c9e473ca", + "input": "[107, 144]", + "output": [ + "[322, 72]" + ] + }, + { + "id": "openseek-3-c45a570f483b4cdbafbeb8e0380e2783", + "input": "[50, 70, 65, 75, 135]", + "output": [ + "[25, 35, 196, 226, 406]" + ] + }, + { + "id": "openseek-3-aba2b1b671bf4c91bda861520e34379c", + "input": "[137, 85, 103, 190, 50]", + "output": [ + "[412, 256, 310, 95, 25]" + ] + }, + { + "id": "openseek-3-08407e4ce56c41e887a0b0e1add70ab6", + "input": "[171, 115, 180, 11]", + "output": [ + "[514, 346, 90, 34]" + ] + }, + { + "id": "openseek-3-e84eb4d11fad43e4b7717368e993fa5f", + "input": "[134, 104, 125, 99, 41]", + "output": [ + "[67, 52, 376, 298, 124]" + ] + }, + { + "id": "openseek-3-8b20daaabe484df9bc2270c02bdd7c64", + "input": "[39, 119, 28, 21]", + "output": [ + "[118, 358, 14, 64]" + ] + }, + { + "id": "openseek-3-c09110b951df4ab399ab9fa5367c196a", + "input": "[178, 146, 94]", + "output": [ + "[89, 73, 47]" + ] + }, + { + "id": "openseek-3-386e1f05bf4944149fc32f260e45900f", + "input": "[175, 120]", + "output": [ + "[526, 60]" + ] + }, + { + "id": "openseek-3-001bce49d07d4d768b6907447b223442", + "input": "[59, 73, 125, 162, 57, 139, 100, 156]", + "output": [ + "[178, 220, 376, 81, 172, 418, 50, 78]" + ] + }, + { + "id": "openseek-3-1da4478698574321a5dc8a59005746bf", + "input": "[20, 108]", + "output": [ + "[10, 54]" + ] + }, + { + "id": "openseek-3-6fe6e73f156b470d8cbeb354585f2ebc", + "input": "[37, 88, 6, 49]", + "output": [ + "[112, 44, 3, 148]" + ] + }, + { + "id": "openseek-3-9f93b523ecf447a7bb483ed9e4a4f49b", + "input": "[8, 116, 151, 123, 32, 100]", + "output": [ + "[4, 58, 454, 370, 16, 50]" + ] + }, + { + "id": "openseek-3-8776205ced094f1bb28ca6e8fba37f55", + "input": "[84, 160]", + "output": [ + "[42, 80]" + ] + }, + { + "id": "openseek-3-9bc7d74aca6f4a3392f11c6c66af3370", + "input": "[120, 50, 25, 45, 29, 35, 28]", + "output": [ + "[60, 25, 76, 136, 88, 106, 14]" + ] + }, + { + "id": "openseek-3-3d194d1d40dd45c0b30a11f0f9ddb1b6", + "input": "[40, 151, 128, 169]", + "output": [ + "[20, 454, 64, 508]" + ] + }, + { + "id": "openseek-3-b4e4ea6acecf4e5b98acab543af1f7ae", + "input": "[120, 97, 146, 64, 53, 15, 86]", + "output": [ + "[60, 292, 73, 32, 160, 46, 43]" + ] + }, + { + "id": "openseek-3-ba7315192967418cbe4a2af32aea4d97", + "input": "[143, 156, 65]", + "output": [ + "[430, 78, 196]" + ] + }, + { + "id": "openseek-3-dd7c851072a640acb211700f8d6d48e9", + "input": "[34, 70, 175, 194]", + "output": [ + "[17, 35, 526, 97]" + ] + }, + { + "id": "openseek-3-0178993aa93b4c4787ffeaba3c61e833", + "input": "[49, 166, 193, 136, 32, 62, 158, 84]", + "output": [ + "[148, 83, 580, 68, 16, 31, 79, 42]" + ] + }, + { + "id": "openseek-3-1b87d0c5917e4551a104d519f6943a06", + "input": "[40, 12, 29, 45, 80, 181, 119, 77, 189]", + "output": [ + "[20, 6, 88, 136, 40, 544, 358, 232, 568]" + ] + }, + { + "id": "openseek-3-12a8312bcc0e4af7a0884dd6e5cec96f", + "input": "[45, 130, 105, 96, 38, 119, 16, 112]", + "output": [ + "[136, 65, 316, 48, 19, 358, 8, 56]" + ] + }, + { + "id": "openseek-3-162d5119f64448b081384f3817580cc5", + "input": "[3, 13, 45, 177, 20, 4, 116]", + "output": [ + "[10, 40, 136, 532, 10, 2, 58]" + ] + }, + { + "id": "openseek-3-f9d959f9d9c84e349ba01e1c3b585140", + "input": "[52, 197]", + "output": [ + "[26, 592]" + ] + }, + { + "id": "openseek-3-ecc3a8e714454ff4a22602185556fd1e", + "input": "[180, 178, 38, 200, 50, 129, 154, 139, 199]", + "output": [ + "[90, 89, 19, 100, 25, 388, 77, 418, 598]" + ] + }, + { + "id": "openseek-3-95107b6ea7f6421885fcac5b217c9899", + "input": "[132, 156, 164, 73]", + "output": [ + "[66, 78, 82, 220]" + ] + }, + { + "id": "openseek-3-32b8cae317ef4fa08216f4a67195f370", + "input": "[32, 126, 42, 128, 42, 11, 137, 172]", + "output": [ + "[16, 63, 21, 64, 21, 34, 412, 86]" + ] + }, + { + "id": "openseek-3-e12dae764aee48ddb56b9ff320e3db9b", + "input": "[132, 175, 40, 128, 171, 77, 195]", + "output": [ + "[66, 526, 20, 64, 514, 232, 586]" + ] + }, + { + "id": "openseek-3-1f6ad796fff445c09e5c4591750cdc9a", + "input": "[172, 141, 27, 110, 41, 126, 170, 188, 67]", + "output": [ + "[86, 424, 82, 55, 124, 63, 85, 94, 202]" + ] + }, + { + "id": "openseek-3-120350cbfc614b969064e8eb09fd03b3", + "input": "[4, 67, 43, 115, 175, 165]", + "output": [ + "[2, 202, 130, 346, 526, 496]" + ] + }, + { + "id": "openseek-3-af2fe2e5ba1448029c8e1a7ceee3425d", + "input": "[56, 1]", + "output": [ + "[28, 4]" + ] + }, + { + "id": "openseek-3-9f037d33e9dd49d48e97e7f60e9f5ea6", + "input": "[96, 146, 182, 116]", + "output": [ + "[48, 73, 91, 58]" + ] + }, + { + "id": "openseek-3-e7c2071d4bcf403c921b95359ab306f4", + "input": "[44, 158, 170]", + "output": [ + "[22, 79, 85]" + ] + }, + { + "id": "openseek-3-75479f541ef646eab89715d343ed1d84", + "input": "[135, 181, 2, 39, 149, 54, 43, 184, 169]", + "output": [ + "[406, 544, 1, 118, 448, 27, 130, 92, 508]" + ] + }, + { + "id": "openseek-3-b45a50d032a54460a038bd5df83381b1", + "input": "[197, 127, 24, 55, 153, 172, 97]", + "output": [ + "[592, 382, 12, 166, 460, 86, 292]" + ] + }, + { + "id": "openseek-3-461bcbde75f9486db2ebbc4391fa2b59", + "input": "[126, 58, 20, 128, 3, 192, 193]", + "output": [ + "[63, 29, 10, 64, 10, 96, 580]" + ] + }, + { + "id": "openseek-3-b8e4242c810f4cb2ae588ed5b9b1e905", + "input": "[145, 116, 162, 169, 172, 97, 163, 106, 136]", + "output": [ + "[436, 58, 81, 508, 86, 292, 490, 53, 68]" + ] + }, + { + "id": "openseek-3-7825c8c33b684157b95528f8399e9386", + "input": "[118, 102, 182, 98]", + "output": [ + "[59, 51, 91, 49]" + ] + }, + { + "id": "openseek-3-a12c148484ef4a4caaef842087bb4ac4", + "input": "[85, 129, 25, 35, 91]", + "output": [ + "[256, 388, 76, 106, 274]" + ] + }, + { + "id": "openseek-3-6e17e046346d4a98b74343378e08df0c", + "input": "[182, 168, 162, 93, 84]", + "output": [ + "[91, 84, 81, 280, 42]" + ] + }, + { + "id": "openseek-3-fa4223947f254b2294ac19c1e48a1491", + "input": "[171, 123, 109, 173, 77, 87, 171, 25]", + "output": [ + "[514, 370, 328, 520, 232, 262, 514, 76]" + ] + }, + { + "id": "openseek-3-127b639dfbf84e8aba10eba19c836d08", + "input": "[77, 43, 18, 121]", + "output": [ + "[232, 130, 9, 364]" + ] + }, + { + "id": "openseek-3-48213382ee6b4ec9b960bdcb43dbad8f", + "input": "[102, 102, 184, 19, 173, 5, 169, 80]", + "output": [ + "[51, 51, 92, 58, 520, 16, 508, 40]" + ] + }, + { + "id": "openseek-3-156dca0c744c4c67a827ce44f43b5a6c", + "input": "[50, 197, 173, 77, 123]", + "output": [ + "[25, 592, 520, 232, 370]" + ] + }, + { + "id": "openseek-3-1ec70f2c26564bc6934288f5079c557c", + "input": "[3, 130, 93, 110, 155, 95, 114]", + "output": [ + "[10, 65, 280, 55, 466, 286, 57]" + ] + }, + { + "id": "openseek-3-41af33d8f002456a95fab33e47d5b861", + "input": "[1, 64]", + "output": [ + "[4, 32]" + ] + }, + { + "id": "openseek-3-c49bc0fec33c46c6b2cd32b8bfcd392c", + "input": "[77, 128, 74, 114, 48, 105, 81, 104, 98]", + "output": [ + "[232, 64, 37, 57, 24, 316, 244, 52, 49]" + ] + }, + { + "id": "openseek-3-ca4342ee898d4541997d1a69ada031a1", + "input": "[165, 134]", + "output": [ + "[496, 67]" + ] + }, + { + "id": "openseek-3-76537943defc4d4ea27d3c30cecd7783", + "input": "[73, 35, 149, 199, 123, 145, 144]", + "output": [ + "[220, 106, 448, 598, 370, 436, 72]" + ] + }, + { + "id": "openseek-3-fbae0c15e2674024b858e386f51c5470", + "input": "[143, 2, 14, 83, 23]", + "output": [ + "[430, 1, 7, 250, 70]" + ] + }, + { + "id": "openseek-3-69ce938630604185a6a3af240db9888c", + "input": "[100, 38, 149, 75, 54, 182]", + "output": [ + "[50, 19, 448, 226, 27, 91]" + ] + }, + { + "id": "openseek-3-285d69ee46f9433999542f4ba1f329b9", + "input": "[38, 131, 158, 69, 33, 72, 29, 147]", + "output": [ + "[19, 394, 79, 208, 100, 36, 88, 442]" + ] + }, + { + "id": "openseek-3-3d1b6dc98efb4dd9aa0fc31a589bfaf5", + "input": "[28, 71]", + "output": [ + "[14, 214]" + ] + }, + { + "id": "openseek-3-f35fee69b729418f8d34218768bb55b3", + "input": "[107, 146, 172, 31, 8, 106, 147, 143, 57]", + "output": [ + "[322, 73, 86, 94, 4, 53, 442, 430, 172]" + ] + }, + { + "id": "openseek-3-c57abbd5816f4702a02a3e18b323551e", + "input": "[199, 129, 32, 40]", + "output": [ + "[598, 388, 16, 20]" + ] + }, + { + "id": "openseek-3-24320ac86a894df88dc8c8a220f915b6", + "input": "[59, 70, 197, 77, 137, 52]", + "output": [ + "[178, 35, 592, 232, 412, 26]" + ] + }, + { + "id": "openseek-3-f2f6bc4c445d4924a8e1e830e51b33c9", + "input": "[134, 180, 72, 152, 149, 141, 131]", + "output": [ + "[67, 90, 36, 76, 448, 424, 394]" + ] + }, + { + "id": "openseek-3-24836625635142549abe083130a52193", + "input": "[68, 93]", + "output": [ + "[34, 280]" + ] + }, + { + "id": "openseek-3-2da0874e82be43ea861fc4a82cd94656", + "input": "[164, 192, 166, 55, 90, 93]", + "output": [ + "[82, 96, 83, 166, 45, 280]" + ] + }, + { + "id": "openseek-3-b6e9a78b2410431c8aaddf7fe1c94f37", + "input": "[87, 82, 184, 43, 139, 138, 190, 175]", + "output": [ + "[262, 41, 92, 130, 418, 69, 95, 526]" + ] + }, + { + "id": "openseek-3-c91cee3ff9a64b1286babe545d8c56b0", + "input": "[112, 42, 123, 166, 183, 54]", + "output": [ + "[56, 21, 370, 83, 550, 27]" + ] + }, + { + "id": "openseek-3-237b842da1ea4d97ae7191837cfa3f03", + "input": "[56, 64]", + "output": [ + "[28, 32]" + ] + }, + { + "id": "openseek-3-740c3c1ad85841e3b8ea4d0f5b78e611", + "input": "[124, 36, 190, 109, 176, 99, 121, 152]", + "output": [ + "[62, 18, 95, 328, 88, 298, 364, 76]" + ] + }, + { + "id": "openseek-3-2ca12164477d4fd985fc77fefffa1358", + "input": "[8, 78, 1, 114]", + "output": [ + "[4, 39, 4, 57]" + ] + }, + { + "id": "openseek-3-fecc2e2f4b0c4cb9a4503f482d168b33", + "input": "[36, 9, 177]", + "output": [ + "[18, 28, 532]" + ] + }, + { + "id": "openseek-3-8145facc0ed544c19b3e060bbd92268b", + "input": "[88, 109, 171, 118, 3, 27, 18, 137]", + "output": [ + "[44, 328, 514, 59, 10, 82, 9, 412]" + ] + }, + { + "id": "openseek-3-4824fa7062524adda58911221231aa26", + "input": "[110, 150]", + "output": [ + "[55, 75]" + ] + }, + { + "id": "openseek-3-f6bb03f3c7504732b6388c14b2085cf5", + "input": "[111, 162, 25, 89, 168, 142, 157, 74, 122]", + "output": [ + "[334, 81, 76, 268, 84, 71, 472, 37, 61]" + ] + }, + { + "id": "openseek-3-11cfe4b7293b4edcb5f6f58971092f1f", + "input": "[180, 91, 56, 19]", + "output": [ + "[90, 274, 28, 58]" + ] + }, + { + "id": "openseek-3-eb2c650a3e05470f9ed8c8c3725247e4", + "input": "[152, 20, 15, 87, 50, 163, 122]", + "output": [ + "[76, 10, 46, 262, 25, 490, 61]" + ] + }, + { + "id": "openseek-3-1ff9833257b043028cd4bcdf37dec68a", + "input": "[196, 81]", + "output": [ + "[98, 244]" + ] + }, + { + "id": "openseek-3-6afe5b1b970948d18fd26c2a2c44f14b", + "input": "[99, 46, 167]", + "output": [ + "[298, 23, 502]" + ] + }, + { + "id": "openseek-3-f42b50df1b5941a081351694ddb43da3", + "input": "[40, 152, 84, 96, 19, 63, 138]", + "output": [ + "[20, 76, 42, 48, 58, 190, 69]" + ] + }, + { + "id": "openseek-3-0ab9f073324b4972b0fa5ae2690a1454", + "input": "[102, 185, 126, 4, 20]", + "output": [ + "[51, 556, 63, 2, 10]" + ] + }, + { + "id": "openseek-3-dbbd9225192e48a8b319426922afd686", + "input": "[92, 145, 153, 26]", + "output": [ + "[46, 436, 460, 13]" + ] + }, + { + "id": "openseek-3-ccf113c5421248f4b1231d61e0b2a97f", + "input": "[77, 37]", + "output": [ + "[232, 112]" + ] + }, + { + "id": "openseek-3-2e87e70ec57b4ff98f6bd644fc637ec1", + "input": "[140, 26]", + "output": [ + "[70, 13]" + ] + }, + { + "id": "openseek-3-da4a2dec4c4545de96a0adb6f2cf36de", + "input": "[159, 22, 195, 75, 49, 49, 147]", + "output": [ + "[478, 11, 586, 226, 148, 148, 442]" + ] + }, + { + "id": "openseek-3-40bffcbc3db34eec8e30fa5e2f998f43", + "input": "[131, 127, 29, 195, 101, 154]", + "output": [ + "[394, 382, 88, 586, 304, 77]" + ] + }, + { + "id": "openseek-3-a18047199634428ebeace0f35226564a", + "input": "[91, 125, 46, 129, 103]", + "output": [ + "[274, 376, 23, 388, 310]" + ] + }, + { + "id": "openseek-3-25b91eedd05f48aba2f5708d41b184ad", + "input": "[146, 189, 155, 37]", + "output": [ + "[73, 568, 466, 112]" + ] + }, + { + "id": "openseek-3-84b39ec0df354216806a2c0d1b2febe8", + "input": "[160, 116, 63, 173, 132, 78, 178, 100, 103]", + "output": [ + "[80, 58, 190, 520, 66, 39, 89, 50, 310]" + ] + }, + { + "id": "openseek-3-85a9c5a4d3234af2807627425d7c9142", + "input": "[192, 87, 28, 126, 67, 19, 117, 141]", + "output": [ + "[96, 262, 14, 63, 202, 58, 352, 424]" + ] + }, + { + "id": "openseek-3-40cdc15de5044ded813f53633a8b9138", + "input": "[1, 162, 167, 1, 121, 123]", + "output": [ + "[4, 81, 502, 4, 364, 370]" + ] + }, + { + "id": "openseek-3-612a342e38614908afff09b82b5dfefe", + "input": "[91, 84]", + "output": [ + "[274, 42]" + ] + }, + { + "id": "openseek-3-fd2687fa2441428daf64a5412b1358c3", + "input": "[149, 92, 77, 20, 16, 149, 58]", + "output": [ + "[448, 46, 232, 10, 8, 448, 29]" + ] + }, + { + "id": "openseek-3-7492bb6f5ddd41c99065edf0339d5a5d", + "input": "[82, 6, 147, 168, 176, 200, 171, 32]", + "output": [ + "[41, 3, 442, 84, 88, 100, 514, 16]" + ] + }, + { + "id": "openseek-3-46663c0b5fb340d2a59d4b735864c0b5", + "input": "[160, 159, 140, 31]", + "output": [ + "[80, 478, 70, 94]" + ] + }, + { + "id": "openseek-3-8cc143ebdc164fc5a86419eb28ea4131", + "input": "[103, 102, 107, 195, 16]", + "output": [ + "[310, 51, 322, 586, 8]" + ] + }, + { + "id": "openseek-3-c3f5107093c44f909b55026254b54e85", + "input": "[62, 156, 21, 51, 36, 117]", + "output": [ + "[31, 78, 64, 154, 18, 352]" + ] + }, + { + "id": "openseek-3-11de595a576a4125a3eae19a970401e9", + "input": "[163, 22, 56, 113, 23, 143]", + "output": [ + "[490, 11, 28, 340, 70, 430]" + ] + }, + { + "id": "openseek-3-6c624f64538140cf8caa3a71232eabac", + "input": "[160, 68, 192, 69, 152, 117, 24, 113, 99]", + "output": [ + "[80, 34, 96, 208, 76, 352, 12, 340, 298]" + ] + }, + { + "id": "openseek-3-61dd2d7dbc7f4ffd8512511c3b8ee558", + "input": "[73, 64, 118, 70, 146, 27]", + "output": [ + "[220, 32, 59, 35, 73, 82]" + ] + }, + { + "id": "openseek-3-f1af75fa78e847b0b1c3fe6e976837ab", + "input": "[5, 142, 179, 158]", + "output": [ + "[16, 71, 538, 79]" + ] + }, + { + "id": "openseek-3-43d23314e9eb4c1e8c896077d6cc7ea3", + "input": "[80, 60, 104, 58, 25]", + "output": [ + "[40, 30, 52, 29, 76]" + ] + }, + { + "id": "openseek-3-d35c4e5ec99a448887bdef96bc42618c", + "input": "[122, 143, 63, 181, 25, 139, 11]", + "output": [ + "[61, 430, 190, 544, 76, 418, 34]" + ] + }, + { + "id": "openseek-3-bd267e88f86f441f82f1d6d95da2b3a6", + "input": "[176, 11, 129]", + "output": [ + "[88, 34, 388]" + ] + }, + { + "id": "openseek-3-92b5c9c77a95435f840fc6cf8a4fdec4", + "input": "[93, 196, 65, 95, 110]", + "output": [ + "[280, 98, 196, 286, 55]" + ] + }, + { + "id": "openseek-3-28cb4e60684a47eebaa7911f4087a4f6", + "input": "[143, 18, 90, 4]", + "output": [ + "[430, 9, 45, 2]" + ] + }, + { + "id": "openseek-3-99aa0ff702404bad8fbec4bb5e58a66d", + "input": "[34, 41, 15, 74]", + "output": [ + "[17, 124, 46, 37]" + ] + }, + { + "id": "openseek-3-e731dc37c4724b4198c9e393b9eafb37", + "input": "[144, 108, 67, 194, 133]", + "output": [ + "[72, 54, 202, 97, 400]" + ] + }, + { + "id": "openseek-3-827b4af707464cc690324129b8429468", + "input": "[194, 101, 99, 191, 170, 21, 162]", + "output": [ + "[97, 304, 298, 574, 85, 64, 81]" + ] + }, + { + "id": "openseek-3-411b9a302b634af7ba42ad687702aed7", + "input": "[100, 4, 32, 10, 136, 87, 97, 148]", + "output": [ + "[50, 2, 16, 5, 68, 262, 292, 74]" + ] + }, + { + "id": "openseek-3-71cdd696680b4b5ba09c487957b58a58", + "input": "[172, 65, 47, 173, 42, 42, 38]", + "output": [ + "[86, 196, 142, 520, 21, 21, 19]" + ] + }, + { + "id": "openseek-3-9ff25563351140d1990f3bebc00b0d5e", + "input": "[62, 178, 22]", + "output": [ + "[31, 89, 11]" + ] + }, + { + "id": "openseek-3-ab2fd51744674062a5fcb853f65317cb", + "input": "[72, 187, 196]", + "output": [ + "[36, 562, 98]" + ] + }, + { + "id": "openseek-3-217280fbe93d4e5aa5924629092d4932", + "input": "[191, 105]", + "output": [ + "[574, 316]" + ] + }, + { + "id": "openseek-3-905537576ade431aac327c376912d180", + "input": "[50, 79, 92, 51, 168]", + "output": [ + "[25, 238, 46, 154, 84]" + ] + }, + { + "id": "openseek-3-f64e14fafa6940789455aa934fce9539", + "input": "[185, 123, 88, 178]", + "output": [ + "[556, 370, 44, 89]" + ] + }, + { + "id": "openseek-3-245ab9e13dba4a5aa2b7c15eb4278098", + "input": "[164, 141, 26, 134, 96, 4, 175, 132]", + "output": [ + "[82, 424, 13, 67, 48, 2, 526, 66]" + ] + }, + { + "id": "openseek-3-e51c58d89f87411ca309f49e65a259dd", + "input": "[177, 156]", + "output": [ + "[532, 78]" + ] + }, + { + "id": "openseek-3-1ecf7476dc314c76a42fcde4be083e51", + "input": "[168, 145, 32, 62, 30, 71, 65, 157, 86]", + "output": [ + "[84, 436, 16, 31, 15, 214, 196, 472, 43]" + ] + }, + { + "id": "openseek-3-a571f180624843d4b7cacd0b783252ae", + "input": "[194, 149, 154, 55]", + "output": [ + "[97, 448, 77, 166]" + ] + }, + { + "id": "openseek-3-c0b31ccb085e42d4935177d76c9bdad1", + "input": "[10, 5, 95]", + "output": [ + "[5, 16, 286]" + ] + }, + { + "id": "openseek-3-d40d23e2965144508a2d132a6e026385", + "input": "[10, 28, 29, 34, 183, 1]", + "output": [ + "[5, 14, 88, 17, 550, 4]" + ] + }, + { + "id": "openseek-3-bc16b1982e174fca8661dc306cc781d6", + "input": "[162, 37, 99]", + "output": [ + "[81, 112, 298]" + ] + }, + { + "id": "openseek-3-b1aca546a4f84574bca8941b01da9ac0", + "input": "[163, 31, 86, 21, 18, 88]", + "output": [ + "[490, 94, 43, 64, 9, 44]" + ] + }, + { + "id": "openseek-3-85eec019a2e44ae9b3848d1c41f2721c", + "input": "[170, 103, 176, 169, 12, 134, 130, 79]", + "output": [ + "[85, 310, 88, 508, 6, 67, 65, 238]" + ] + }, + { + "id": "openseek-3-ff72212673904f87a26804191b6d11eb", + "input": "[80, 163]", + "output": [ + "[40, 490]" + ] + }, + { + "id": "openseek-3-27d7756d86a04180840120127da8f9c5", + "input": "[79, 24, 144, 160, 12, 160, 22, 149, 50]", + "output": [ + "[238, 12, 72, 80, 6, 80, 11, 448, 25]" + ] + }, + { + "id": "openseek-3-14d4327be6ae4d988ea8aca9c7fa5a3b", + "input": "[80, 157, 147, 120]", + "output": [ + "[40, 472, 442, 60]" + ] + }, + { + "id": "openseek-3-00288f36f3ea4dca92d3aba3bdd95f8f", + "input": "[34, 30]", + "output": [ + "[17, 15]" + ] + }, + { + "id": "openseek-3-737e07bc41eb4a50a8f4a8574ae20b4d", + "input": "[119, 129, 143]", + "output": [ + "[358, 388, 430]" + ] + }, + { + "id": "openseek-3-b0b423ee92d4414ab7ec268638327e39", + "input": "[115, 52, 98, 99]", + "output": [ + "[346, 26, 49, 298]" + ] + }, + { + "id": "openseek-3-0d9ded50ca4049d49fe51c80f78439fd", + "input": "[172, 186, 134, 9]", + "output": [ + "[86, 93, 67, 28]" + ] + }, + { + "id": "openseek-3-bb252155c6b5487a80c6182d3b1ce40c", + "input": "[108, 186, 74, 96, 111, 71]", + "output": [ + "[54, 93, 37, 48, 334, 214]" + ] + }, + { + "id": "openseek-3-818023737c634370b8efe396e28333c1", + "input": "[59, 183]", + "output": [ + "[178, 550]" + ] + }, + { + "id": "openseek-3-7193457a676b43dabdd522d263d7066a", + "input": "[157, 129]", + "output": [ + "[472, 388]" + ] + }, + { + "id": "openseek-3-cd96e806a0e04dc2a3cbdbcca60bebfc", + "input": "[134, 27, 35]", + "output": [ + "[67, 82, 106]" + ] + }, + { + "id": "openseek-3-67947ae628b8450499349ad99acfbab6", + "input": "[112, 35, 187, 140, 35]", + "output": [ + "[56, 106, 562, 70, 106]" + ] + }, + { + "id": "openseek-3-5822e1c69f544632ac0d0b0aca3ef390", + "input": "[133, 6, 97, 139, 7, 92, 194, 6, 165]", + "output": [ + "[400, 3, 292, 418, 22, 46, 97, 3, 496]" + ] + }, + { + "id": "openseek-3-982cd034a7c34fe4903d1b780a31cfde", + "input": "[169, 31, 166, 166]", + "output": [ + "[508, 94, 83, 83]" + ] + }, + { + "id": "openseek-3-15a42c78948d49ed910a11a2ab4660b6", + "input": "[195, 122, 172, 135, 30, 42, 94]", + "output": [ + "[586, 61, 86, 406, 15, 21, 47]" + ] + }, + { + "id": "openseek-3-105cd2c540e34adcb684545b2cdcb4c5", + "input": "[141, 179, 25, 33, 26, 101, 178, 97, 72]", + "output": [ + "[424, 538, 76, 100, 13, 304, 89, 292, 36]" + ] + }, + { + "id": "openseek-3-800829d091c74ad3b13b20fb7b741cd0", + "input": "[88, 40, 88, 8, 59, 114]", + "output": [ + "[44, 20, 44, 4, 178, 57]" + ] + }, + { + "id": "openseek-3-0fadd995ca2148c6835f05be9e5612cd", + "input": "[85, 133, 16, 190, 18, 178, 99, 91]", + "output": [ + "[256, 400, 8, 95, 9, 89, 298, 274]" + ] + }, + { + "id": "openseek-3-e62b869e462445c4b64308483746fe39", + "input": "[166, 80, 154, 98, 82, 136, 46, 181, 44]", + "output": [ + "[83, 40, 77, 49, 41, 68, 23, 544, 22]" + ] + }, + { + "id": "openseek-3-08c61faec1e948f297cd0cb3f2a1479f", + "input": "[36, 7, 12, 160, 17, 7]", + "output": [ + "[18, 22, 6, 80, 52, 22]" + ] + }, + { + "id": "openseek-3-fb9dbed9709e42b78e4f28d4512225e2", + "input": "[181, 177, 41, 38, 125, 15, 16, 178, 129]", + "output": [ + "[544, 532, 124, 19, 376, 46, 8, 89, 388]" + ] + }, + { + "id": "openseek-3-c82785f6bd5b4fe38d6002e708df0f2d", + "input": "[113, 148, 155, 54, 123, 195, 94, 115]", + "output": [ + "[340, 74, 466, 27, 370, 586, 47, 346]" + ] + }, + { + "id": "openseek-3-fe60d6b3b899455283e7c2f7863b8308", + "input": "[54, 14, 13, 200, 77, 11, 114, 35, 100]", + "output": [ + "[27, 7, 40, 100, 232, 34, 57, 106, 50]" + ] + }, + { + "id": "openseek-3-ffd66eef365046edbd0a25b2c4a2ffbb", + "input": "[182, 110, 89, 199]", + "output": [ + "[91, 55, 268, 598]" + ] + }, + { + "id": "openseek-3-9342e32c2a174e62923bcb19b9dd05ea", + "input": "[168, 29, 11, 75, 155, 37, 97]", + "output": [ + "[84, 88, 34, 226, 466, 112, 292]" + ] + }, + { + "id": "openseek-3-0e79e275afb14124b4d6f239bd10d51b", + "input": "[4, 7, 160]", + "output": [ + "[2, 22, 80]" + ] + }, + { + "id": "openseek-3-d6a716a39c83476f94f12d045796d664", + "input": "[18, 133, 16, 163, 28, 170]", + "output": [ + "[9, 400, 8, 490, 14, 85]" + ] + }, + { + "id": "openseek-3-fa7ec357eca6439690da92c8e90bb7e7", + "input": "[46, 97, 145, 158, 126, 29, 101, 167, 150]", + "output": [ + "[23, 292, 436, 79, 63, 88, 304, 502, 75]" + ] + }, + { + "id": "openseek-3-deeabf3e75604ff7a2790ea9865690c8", + "input": "[164, 17, 149, 169]", + "output": [ + "[82, 52, 448, 508]" + ] + }, + { + "id": "openseek-3-7804ca48598040099977fc75c14a1883", + "input": "[180, 138, 49, 55, 77, 101]", + "output": [ + "[90, 69, 148, 166, 232, 304]" + ] + }, + { + "id": "openseek-3-9caeed5f1cce48c5861cad170e6408ff", + "input": "[180, 139, 126, 151, 175, 73, 189, 44, 5]", + "output": [ + "[90, 418, 63, 454, 526, 220, 568, 22, 16]" + ] + }, + { + "id": "openseek-3-42ab40714a434243b3013f850d4c5b3f", + "input": "[13, 83, 73, 62, 98, 13]", + "output": [ + "[40, 250, 220, 31, 49, 40]" + ] + }, + { + "id": "openseek-3-f12911b491664833831401aa57160a79", + "input": "[128, 84, 119, 194]", + "output": [ + "[64, 42, 358, 97]" + ] + }, + { + "id": "openseek-3-831d4c4a3ac54dd49ec5685a3bac8219", + "input": "[190, 168, 68, 52, 184]", + "output": [ + "[95, 84, 34, 26, 92]" + ] + }, + { + "id": "openseek-3-73cf6fd045c54874875bc74402d59426", + "input": "[170, 12, 88, 100]", + "output": [ + "[85, 6, 44, 50]" + ] + }, + { + "id": "openseek-3-bdcfc70b96ad49bd875e39379f670490", + "input": "[86, 27, 128, 138, 145, 125, 166, 104, 105]", + "output": [ + "[43, 82, 64, 69, 436, 376, 83, 52, 316]" + ] + }, + { + "id": "openseek-3-e483fc3a5c5f4a4db578c25c053c23f4", + "input": "[178, 75, 60, 113, 196]", + "output": [ + "[89, 226, 30, 340, 98]" + ] + }, + { + "id": "openseek-3-de5629731b1742548e9a1390ca4d586c", + "input": "[56, 94, 151, 72, 103, 192, 4, 192]", + "output": [ + "[28, 47, 454, 36, 310, 96, 2, 96]" + ] + }, + { + "id": "openseek-3-d282f8bd94104e8e8ad5461c579d47ad", + "input": "[36, 123, 80, 173, 41]", + "output": [ + "[18, 370, 40, 520, 124]" + ] + }, + { + "id": "openseek-3-f7a7729207a748059059a2309af6fc9a", + "input": "[37, 109, 164, 4, 187, 32, 185, 85]", + "output": [ + "[112, 328, 82, 2, 562, 16, 556, 256]" + ] + }, + { + "id": "openseek-3-0089fe62a95a45448e64011225748ca3", + "input": "[70, 143, 18, 146, 15, 193, 173]", + "output": [ + "[35, 430, 9, 73, 46, 580, 520]" + ] + }, + { + "id": "openseek-3-99dacb1c674d485fa4d1a0f21aa2c7e5", + "input": "[115, 31, 17, 76, 24, 186]", + "output": [ + "[346, 94, 52, 38, 12, 93]" + ] + }, + { + "id": "openseek-3-97eadb32ae9c4f27bf1e93e8143af113", + "input": "[43, 180, 121, 44, 131, 183, 108, 102]", + "output": [ + "[130, 90, 364, 22, 394, 550, 54, 51]" + ] + }, + { + "id": "openseek-3-69a39b026eab4c1587bc2c2fa2243549", + "input": "[166, 30, 106, 90]", + "output": [ + "[83, 15, 53, 45]" + ] + }, + { + "id": "openseek-3-a5bbba89e96e4a21b625770a97e2805e", + "input": "[159, 175, 114, 111, 197]", + "output": [ + "[478, 526, 57, 334, 592]" + ] + }, + { + "id": "openseek-3-28cc448ee19b49d3be62c4f0b899e969", + "input": "[34, 84, 64, 179, 39, 85, 49, 110, 131]", + "output": [ + "[17, 42, 32, 538, 118, 256, 148, 55, 394]" + ] + }, + { + "id": "openseek-3-d47ef46791ea472c8a015a8af37e7226", + "input": "[141, 146, 112, 34, 96, 147]", + "output": [ + "[424, 73, 56, 17, 48, 442]" + ] + }, + { + "id": "openseek-3-27169941370440cdb1f9e92e2bd4e664", + "input": "[194, 38, 44, 89, 106, 187, 108]", + "output": [ + "[97, 19, 22, 268, 53, 562, 54]" + ] + }, + { + "id": "openseek-3-bc2081ac362c46d9b9e8b8a10c8f9548", + "input": "[47, 55, 19, 190, 116]", + "output": [ + "[142, 166, 58, 95, 58]" + ] + }, + { + "id": "openseek-3-f94c4125a7e74b3e913dab079d4fdded", + "input": "[47, 145, 53, 184, 146, 19]", + "output": [ + "[142, 436, 160, 92, 73, 58]" + ] + }, + { + "id": "openseek-3-194b2adb7129426daac7fe9da29acef3", + "input": "[30, 189, 13, 83, 18, 113, 107, 194]", + "output": [ + "[15, 568, 40, 250, 9, 340, 322, 97]" + ] + }, + { + "id": "openseek-3-e1178226150649f9854818978803825c", + "input": "[25, 116]", + "output": [ + "[76, 58]" + ] + }, + { + "id": "openseek-3-ca63c4d39e0347139f112a565186173a", + "input": "[162, 188, 185]", + "output": [ + "[81, 94, 556]" + ] + }, + { + "id": "openseek-3-d24b7f088bbb490cacffb22ac1c0cd24", + "input": "[135, 196, 72, 73, 97, 109, 8, 137]", + "output": [ + "[406, 98, 36, 220, 292, 328, 4, 412]" + ] + }, + { + "id": "openseek-3-e69c697530c445078199c583f5b73926", + "input": "[68, 159, 98, 183, 103, 76]", + "output": [ + "[34, 478, 49, 550, 310, 38]" + ] + }, + { + "id": "openseek-3-8c434e2281eb4777a5e8b7baea5ca2ac", + "input": "[8, 161, 191, 50]", + "output": [ + "[4, 484, 574, 25]" + ] + }, + { + "id": "openseek-3-05e935ce4d2e41f78d03f88de33e05aa", + "input": "[2, 55, 88, 137, 119]", + "output": [ + "[1, 166, 44, 412, 358]" + ] + }, + { + "id": "openseek-3-46fd9d73f6dd40f09f927ff05877efba", + "input": "[64, 81, 20, 41, 112, 148]", + "output": [ + "[32, 244, 10, 124, 56, 74]" + ] + }, + { + "id": "openseek-3-a3d039a7c57a4bf791da95292d3bc8ce", + "input": "[85, 198]", + "output": [ + "[256, 99]" + ] + }, + { + "id": "openseek-3-5abdac106c7f4ced87e8e67be8789c01", + "input": "[84, 12, 153, 169, 59, 115, 157, 168]", + "output": [ + "[42, 6, 460, 508, 178, 346, 472, 84]" + ] + }, + { + "id": "openseek-3-f1b33609f4fa4c5197baad19772edfa1", + "input": "[161, 162, 107, 45, 2]", + "output": [ + "[484, 81, 322, 136, 1]" + ] + }, + { + "id": "openseek-3-4ce4e7464a2c4ba8bebc992624016306", + "input": "[74, 187, 131, 190, 132, 84]", + "output": [ + "[37, 562, 394, 95, 66, 42]" + ] + }, + { + "id": "openseek-3-2dbacf72180e4afa9e1d47e0a5dc7a90", + "input": "[121, 72, 184, 18, 20, 90]", + "output": [ + "[364, 36, 92, 9, 10, 45]" + ] + }, + { + "id": "openseek-3-74cb879ed3c14e9a8cf12a75896f2684", + "input": "[54, 37, 194, 126, 68, 19, 104]", + "output": [ + "[27, 112, 97, 63, 34, 58, 52]" + ] + }, + { + "id": "openseek-3-07669a2e9b684854a27588e674931749", + "input": "[55, 84, 5, 102, 112]", + "output": [ + "[166, 42, 16, 51, 56]" + ] + }, + { + "id": "openseek-3-db99d90c7b414e0c87eef8d663b9df8b", + "input": "[182, 135, 23, 113, 37, 171]", + "output": [ + "[91, 406, 70, 340, 112, 514]" + ] + }, + { + "id": "openseek-3-7bf5476bd4b24ff3aa5f2dd1256541cd", + "input": "[122, 112, 158, 71]", + "output": [ + "[61, 56, 79, 214]" + ] + }, + { + "id": "openseek-3-2b448581a4f74965ae37d9308f7c30a2", + "input": "[196, 83, 53, 85]", + "output": [ + "[98, 250, 160, 256]" + ] + }, + { + "id": "openseek-3-53bf9b4e9a9b4b849aeb294bc6155c51", + "input": "[101, 116, 135, 175, 110]", + "output": [ + "[304, 58, 406, 526, 55]" + ] + }, + { + "id": "openseek-3-1760c5bbb97b480d8ac0137d2878f67b", + "input": "[193, 148, 53, 200, 175]", + "output": [ + "[580, 74, 160, 100, 526]" + ] + }, + { + "id": "openseek-3-e27219c6d0ef42b2ad136ab078ce2443", + "input": "[133, 16, 183, 27, 41, 72]", + "output": [ + "[400, 8, 550, 82, 124, 36]" + ] + }, + { + "id": "openseek-3-bbe3dff259f64d9db3cd9fe9839e0c4f", + "input": "[103, 171, 194, 91, 66, 179, 35, 67, 90]", + "output": [ + "[310, 514, 97, 274, 33, 538, 106, 202, 45]" + ] + }, + { + "id": "openseek-3-187da4b542714160b9366951137e4479", + "input": "[87, 101, 155, 52, 121, 43]", + "output": [ + "[262, 304, 466, 26, 364, 130]" + ] + }, + { + "id": "openseek-3-da40e9fd36e0425bb94d37afa0c13c2a", + "input": "[19, 88, 23, 91, 177, 155, 186]", + "output": [ + "[58, 44, 70, 274, 532, 466, 93]" + ] + }, + { + "id": "openseek-3-fb8739194c514e4c9df45c8ea1d3b3d1", + "input": "[66, 96, 161, 29, 162, 93, 125, 46, 12]", + "output": [ + "[33, 48, 484, 88, 81, 280, 376, 23, 6]" + ] + }, + { + "id": "openseek-3-cfb044a5eb7c4f95b385b7864543f872", + "input": "[3, 46, 137, 6, 19, 84, 51, 66, 36]", + "output": [ + "[10, 23, 412, 3, 58, 42, 154, 33, 18]" + ] + }, + { + "id": "openseek-3-23bf73ef98be43afb9aee1c6a9b90c8f", + "input": "[196, 167, 7, 47, 30, 160, 100, 147, 29]", + "output": [ + "[98, 502, 22, 142, 15, 80, 50, 442, 88]" + ] + }, + { + "id": "openseek-3-32dd622b4cdb411daa3e7a1e208430c2", + "input": "[29, 106, 52, 125, 117, 3, 44, 126]", + "output": [ + "[88, 53, 26, 376, 352, 10, 22, 63]" + ] + }, + { + "id": "openseek-3-2a43f3ff4ccc4194ab1c956fef9a71b1", + "input": "[14, 138, 186, 106, 130, 165, 69, 101]", + "output": [ + "[7, 69, 93, 53, 65, 496, 208, 304]" + ] + }, + { + "id": "openseek-3-3810ed0695774c55a07d5c4a93b888ca", + "input": "[188, 25, 140, 14, 121, 118]", + "output": [ + "[94, 76, 70, 7, 364, 59]" + ] + }, + { + "id": "openseek-3-ec47dbef65144f8fb14a5c8c6a0e31b5", + "input": "[7, 196, 146, 68, 31]", + "output": [ + "[22, 98, 73, 34, 94]" + ] + }, + { + "id": "openseek-3-88ce14b6c3294c5f9561b8273638b71a", + "input": "[96, 171, 110, 96, 122, 8, 21, 183]", + "output": [ + "[48, 514, 55, 48, 61, 4, 64, 550]" + ] + }, + { + "id": "openseek-3-e2233f74db7a4b78ac9a205faa0a5763", + "input": "[6, 18, 58, 189, 155, 73, 65]", + "output": [ + "[3, 9, 29, 568, 466, 220, 196]" + ] + }, + { + "id": "openseek-3-78b61e4c236a48e3a042d1cd9c2d6c97", + "input": "[35, 76, 94, 149, 189, 50, 106, 163, 93]", + "output": [ + "[106, 38, 47, 448, 568, 25, 53, 490, 280]" + ] + }, + { + "id": "openseek-3-88cbf1317f8948d1b80c6e6f60fcf955", + "input": "[157, 34, 115, 1, 24, 7, 14, 195]", + "output": [ + "[472, 17, 346, 4, 12, 22, 7, 586]" + ] + }, + { + "id": "openseek-3-2b4308d49d3f44d7a29fd5fcf6718f9f", + "input": "[99, 7, 46, 21, 122, 130, 43, 132, 146]", + "output": [ + "[298, 22, 23, 64, 61, 65, 130, 66, 73]" + ] + }, + { + "id": "openseek-3-6e9d205c680b42b482ef7bfe5de32b55", + "input": "[91, 89, 28, 151, 106, 166, 196, 151]", + "output": [ + "[274, 268, 14, 454, 53, 83, 98, 454]" + ] + }, + { + "id": "openseek-3-489b90423c3b44878a26c50759b2fe59", + "input": "[18, 118, 41, 11, 180, 50, 175, 177, 196]", + "output": [ + "[9, 59, 124, 34, 90, 25, 526, 532, 98]" + ] + }, + { + "id": "openseek-3-df8472cb96224bcc81a96d178732f72d", + "input": "[153, 45, 116, 6, 19]", + "output": [ + "[460, 136, 58, 3, 58]" + ] + }, + { + "id": "openseek-3-53d0178872f842dc9fa8d04f46ceaa4b", + "input": "[52, 80, 103, 194, 11, 69, 6]", + "output": [ + "[26, 40, 310, 97, 34, 208, 3]" + ] + }, + { + "id": "openseek-3-c2399c1a0c53416389861cd6e891f309", + "input": "[63, 51, 125, 103, 63, 123, 194, 45, 148]", + "output": [ + "[190, 154, 376, 310, 190, 370, 97, 136, 74]" + ] + }, + { + "id": "openseek-3-0df6074ba5a14721819a98be8ea971c3", + "input": "[47, 162]", + "output": [ + "[142, 81]" + ] + }, + { + "id": "openseek-3-45638932d1e94236b445e3eec7647048", + "input": "[15, 123, 138, 183, 45, 36, 101, 152, 36]", + "output": [ + "[46, 370, 69, 550, 136, 18, 304, 76, 18]" + ] + }, + { + "id": "openseek-3-f797c5a8f4404a7d988e7be8b19e13b8", + "input": "[111, 37]", + "output": [ + "[334, 112]" + ] + }, + { + "id": "openseek-3-7f92fc48bd2c48a7ba65fc28d64c61e0", + "input": "[154, 74, 44, 111, 178, 178, 152, 124]", + "output": [ + "[77, 37, 22, 334, 89, 89, 76, 62]" + ] + }, + { + "id": "openseek-3-56cb253b19bd49eab5993e664ff5c0e3", + "input": "[171, 43, 78, 55, 78, 133, 62]", + "output": [ + "[514, 130, 39, 166, 39, 400, 31]" + ] + }, + { + "id": "openseek-3-fda46e1c7b41492690710114fb53fd10", + "input": "[142, 142, 45, 104, 165, 82]", + "output": [ + "[71, 71, 136, 52, 496, 41]" + ] + }, + { + "id": "openseek-3-bfd7cb1a7676421bac5ed8362965ec9a", + "input": "[157, 50, 24, 113, 117, 29]", + "output": [ + "[472, 25, 12, 340, 352, 88]" + ] + }, + { + "id": "openseek-3-97ffa4bae16e4fd9a685b0dadfd137dd", + "input": "[70, 39, 74]", + "output": [ + "[35, 118, 37]" + ] + }, + { + "id": "openseek-3-4b314674d4034c158850dfeba31322c1", + "input": "[175, 120, 145, 17]", + "output": [ + "[526, 60, 436, 52]" + ] + }, + { + "id": "openseek-3-959661141a8c41cda2e971ca701409ba", + "input": "[83, 93, 106, 100, 13, 113, 126, 150]", + "output": [ + "[250, 280, 53, 50, 40, 340, 63, 75]" + ] + }, + { + "id": "openseek-3-23a00702088f4744b9f1fd5f05651fa4", + "input": "[165, 153, 108, 148, 14, 152]", + "output": [ + "[496, 460, 54, 74, 7, 76]" + ] + }, + { + "id": "openseek-3-751287f907ac4f38bfed8001ebf4ff89", + "input": "[163, 158, 22, 121, 159, 17, 62, 68, 173]", + "output": [ + "[490, 79, 11, 364, 478, 52, 31, 34, 520]" + ] + }, + { + "id": "openseek-3-f8539eb4cd5543fbb50803557cc7f9d8", + "input": "[132, 162, 80, 190, 57, 50, 124, 150]", + "output": [ + "[66, 81, 40, 95, 172, 25, 62, 75]" + ] + }, + { + "id": "openseek-3-63e4c17642c846039c13f8b380e1e00d", + "input": "[94, 117, 107, 71, 20, 61]", + "output": [ + "[47, 352, 322, 214, 10, 184]" + ] + }, + { + "id": "openseek-3-6e6c201d07b34f85ab3c1b2e349cc35b", + "input": "[174, 55, 67, 198, 65, 14, 99]", + "output": [ + "[87, 166, 202, 99, 196, 7, 298]" + ] + }, + { + "id": "openseek-3-1016e81d80df42908f6be3459fce701a", + "input": "[51, 64, 115, 119, 13, 149]", + "output": [ + "[154, 32, 346, 358, 40, 448]" + ] + }, + { + "id": "openseek-3-4bbf469176de45f1bc5a95bab0f556b1", + "input": "[31, 1, 153, 152, 46, 158, 89, 13]", + "output": [ + "[94, 4, 460, 76, 23, 79, 268, 40]" + ] + }, + { + "id": "openseek-3-12ea6c28b1d540e5a722ecb7c2c7787a", + "input": "[72, 101, 101, 133, 163, 153, 20, 24, 15]", + "output": [ + "[36, 304, 304, 400, 490, 460, 10, 12, 46]" + ] + }, + { + "id": "openseek-3-23627bcd6a714f6a96bff4314b8ea4d8", + "input": "[175, 147]", + "output": [ + "[526, 442]" + ] + }, + { + "id": "openseek-3-1179f515ff72478fa2740106b2de781e", + "input": "[65, 79, 171, 96]", + "output": [ + "[196, 238, 514, 48]" + ] + }, + { + "id": "openseek-3-149511b8cc0d4c5e9999e65c76d037f2", + "input": "[138, 15, 2, 74, 98, 190, 71, 73]", + "output": [ + "[69, 46, 1, 37, 49, 95, 214, 220]" + ] + }, + { + "id": "openseek-3-79e6feaad10b423589c656255c7c38ac", + "input": "[11, 58, 196, 164, 63, 173, 99]", + "output": [ + "[34, 29, 98, 82, 190, 520, 298]" + ] + }, + { + "id": "openseek-3-4cb67b0e2eee42f8851bdf00e38dd59d", + "input": "[8, 23, 31, 7, 107, 71, 170]", + "output": [ + "[4, 70, 94, 22, 322, 214, 85]" + ] + }, + { + "id": "openseek-3-70d62972dfdc4bdcbf3ed704672fd6cb", + "input": "[101, 146, 130, 39, 85, 141]", + "output": [ + "[304, 73, 65, 118, 256, 424]" + ] + }, + { + "id": "openseek-3-35149cdb241b47d995c30caedd76ac99", + "input": "[152, 104, 158, 64]", + "output": [ + "[76, 52, 79, 32]" + ] + }, + { + "id": "openseek-3-327e439e66aa46daad82d386b5035dcf", + "input": "[160, 19, 67, 29, 56, 1, 79, 99]", + "output": [ + "[80, 58, 202, 88, 28, 4, 238, 298]" + ] + }, + { + "id": "openseek-3-97311a28b19d4233a92ebe06b831e0e0", + "input": "[71, 74, 79, 152, 119]", + "output": [ + "[214, 37, 238, 76, 358]" + ] + }, + { + "id": "openseek-3-71d4627a9f4043a983caa815468042a7", + "input": "[11, 138, 150]", + "output": [ + "[34, 69, 75]" + ] + }, + { + "id": "openseek-3-fc3c3ca8e5e54e1ca1f588fa6c321adc", + "input": "[200, 66, 138, 183]", + "output": [ + "[100, 33, 69, 550]" + ] + }, + { + "id": "openseek-3-715616593433494892d077a05c7959e4", + "input": "[57, 98, 126]", + "output": [ + "[172, 49, 63]" + ] + }, + { + "id": "openseek-3-4d9bfbe732584c78888ac276b27230da", + "input": "[190, 189]", + "output": [ + "[95, 568]" + ] + }, + { + "id": "openseek-3-258e181658674eddb342efcc2072e1f4", + "input": "[50, 75, 176]", + "output": [ + "[25, 226, 88]" + ] + }, + { + "id": "openseek-3-6d5b55d5aa9c47faa11f0cd3526f2c48", + "input": "[138, 35, 162, 94, 179, 173]", + "output": [ + "[69, 106, 81, 47, 538, 520]" + ] + }, + { + "id": "openseek-3-d44cbe4c342a442297bab3261ef954ef", + "input": "[61, 36, 51, 18, 8, 175, 198]", + "output": [ + "[184, 18, 154, 9, 4, 526, 99]" + ] + }, + { + "id": "openseek-3-d69d46e9d3f24dda8ae3bc096854e2cb", + "input": "[191, 54, 49, 112, 190, 22]", + "output": [ + "[574, 27, 148, 56, 95, 11]" + ] + }, + { + "id": "openseek-3-a113210d845043c4852e1020991fb43c", + "input": "[66, 127]", + "output": [ + "[33, 382]" + ] + }, + { + "id": "openseek-3-34f17c538ff3434f85d5f2d5372fd35b", + "input": "[9, 172, 11, 135, 130]", + "output": [ + "[28, 86, 34, 406, 65]" + ] + }, + { + "id": "openseek-3-29acc3141c0e422cb947a3850d2a5d94", + "input": "[154, 72, 181, 101, 45, 135, 134, 200]", + "output": [ + "[77, 36, 544, 304, 136, 406, 67, 100]" + ] + }, + { + "id": "openseek-3-0f9a87a510674970a7199ee5666911a6", + "input": "[95, 146]", + "output": [ + "[286, 73]" + ] + }, + { + "id": "openseek-3-d0e6b14669fb40b1aa428d75ad622300", + "input": "[156, 91, 110, 32]", + "output": [ + "[78, 274, 55, 16]" + ] + }, + { + "id": "openseek-3-91812a1b886248f8b635c989a3b5432f", + "input": "[131, 3, 91, 6, 164, 36, 111]", + "output": [ + "[394, 10, 274, 3, 82, 18, 334]" + ] + }, + { + "id": "openseek-3-a013cc3a4ece4185801746e99dde9c98", + "input": "[36, 41, 10, 22]", + "output": [ + "[18, 124, 5, 11]" + ] + }, + { + "id": "openseek-3-3f30f69177df4fec890b23d6acd373a1", + "input": "[83, 118, 57, 54, 116, 57, 15]", + "output": [ + "[250, 59, 172, 27, 58, 172, 46]" + ] + }, + { + "id": "openseek-3-2344e4dc6c4042ce89c79be238ad8069", + "input": "[124, 168, 121, 15, 128, 134, 69, 70, 137]", + "output": [ + "[62, 84, 364, 46, 64, 67, 208, 35, 412]" + ] + }, + { + "id": "openseek-3-3d371bd47b0b4a4799d6fa7d07782af8", + "input": "[178, 3]", + "output": [ + "[89, 10]" + ] + }, + { + "id": "openseek-3-d95bc5cb6c09436f989f936729a29fb6", + "input": "[175, 166, 29]", + "output": [ + "[526, 83, 88]" + ] + }, + { + "id": "openseek-3-417dc1ce4ec6484981ffe397bb49d2f4", + "input": "[64, 66, 25, 185, 152, 13, 186, 120]", + "output": [ + "[32, 33, 76, 556, 76, 40, 93, 60]" + ] + }, + { + "id": "openseek-3-7aacefa34e384a5cb26d663249d580e9", + "input": "[188, 26, 67, 93]", + "output": [ + "[94, 13, 202, 280]" + ] + }, + { + "id": "openseek-3-20882a11fcfe4d03897267d884f88c34", + "input": "[74, 71, 118, 71]", + "output": [ + "[37, 214, 59, 214]" + ] + }, + { + "id": "openseek-3-027d05b62132477fb90eeb9d8817d6df", + "input": "[39, 199, 187, 96]", + "output": [ + "[118, 598, 562, 48]" + ] + }, + { + "id": "openseek-3-c4399b2bb53748ce894147c086b3e86b", + "input": "[73, 27]", + "output": [ + "[220, 82]" + ] + }, + { + "id": "openseek-3-aee68ad877fd4527b88b91feaa1edcc1", + "input": "[110, 118, 105, 182, 74]", + "output": [ + "[55, 59, 316, 91, 37]" + ] + }, + { + "id": "openseek-3-d1c45b70580a49d4b7040e53941e0b80", + "input": "[103, 62, 23, 50, 119, 112, 190, 93]", + "output": [ + "[310, 31, 70, 25, 358, 56, 95, 280]" + ] + }, + { + "id": "openseek-3-e27a768011f6476eba3ad87e60bb8a16", + "input": "[157, 162, 6, 199, 26, 159, 47]", + "output": [ + "[472, 81, 3, 598, 13, 478, 142]" + ] + }, + { + "id": "openseek-3-0b58c334424d42998fe7bc7a7b4332b7", + "input": "[169, 29, 74, 115]", + "output": [ + "[508, 88, 37, 346]" + ] + }, + { + "id": "openseek-3-608ff4fe2dc541758ce2c3df7f7dc47a", + "input": "[185, 130, 187, 113, 142, 104, 188, 197]", + "output": [ + "[556, 65, 562, 340, 71, 52, 94, 592]" + ] + }, + { + "id": "openseek-3-c42456e0ea6c4d8ab3d42767413e320b", + "input": "[18, 66, 35, 93, 83]", + "output": [ + "[9, 33, 106, 280, 250]" + ] + }, + { + "id": "openseek-3-c4e84eefcdb24f96a395e5e87ab96737", + "input": "[140, 99, 60, 160, 103]", + "output": [ + "[70, 298, 30, 80, 310]" + ] + }, + { + "id": "openseek-3-3414a0345f2f404aa9dd3605b4c0d67b", + "input": "[131, 152, 174, 95, 62, 173]", + "output": [ + "[394, 76, 87, 286, 31, 520]" + ] + }, + { + "id": "openseek-3-affe9eaf45c2421b95267c33dd212b79", + "input": "[58, 104, 127, 82, 167, 135, 179, 197, 94]", + "output": [ + "[29, 52, 382, 41, 502, 406, 538, 592, 47]" + ] + }, + { + "id": "openseek-3-461608952a4e4fc49737c7515f1e0e74", + "input": "[126, 125, 15, 106, 75, 195, 84]", + "output": [ + "[63, 376, 46, 53, 226, 586, 42]" + ] + }, + { + "id": "openseek-3-e598b165b7c04ebc89780e87ab6af3cd", + "input": "[165, 68, 105, 15, 58, 46, 29, 101, 135]", + "output": [ + "[496, 34, 316, 46, 29, 23, 88, 304, 406]" + ] + }, + { + "id": "openseek-3-70891e06f209436aa4b150488c9827b0", + "input": "[74, 163, 29, 95, 75, 188, 66, 29, 11]", + "output": [ + "[37, 490, 88, 286, 226, 94, 33, 88, 34]" + ] + }, + { + "id": "openseek-3-42736842e97948eb8ee394a352d99e72", + "input": "[123, 19, 66, 21]", + "output": [ + "[370, 58, 33, 64]" + ] + }, + { + "id": "openseek-3-0c4e18d98227471b97f2c9d34829347b", + "input": "[132, 152, 63, 174, 15, 166, 176, 93, 83]", + "output": [ + "[66, 76, 190, 87, 46, 83, 88, 280, 250]" + ] + }, + { + "id": "openseek-3-81eb5cbbbf504162832adad7ec479ccd", + "input": "[66, 120, 141, 15, 74, 102, 110, 129, 110]", + "output": [ + "[33, 60, 424, 46, 37, 51, 55, 388, 55]" + ] + }, + { + "id": "openseek-3-f5da07c178b1450b936f1f58b1a87d0e", + "input": "[67, 104, 150, 14]", + "output": [ + "[202, 52, 75, 7]" + ] + }, + { + "id": "openseek-3-7f050dd42f0e4100be2125c504b429c3", + "input": "[180, 185, 79]", + "output": [ + "[90, 556, 238]" + ] + }, + { + "id": "openseek-3-b3596d34dea44e7eb355538755f32c99", + "input": "[148, 179, 35, 92, 102, 190, 11]", + "output": [ + "[74, 538, 106, 46, 51, 95, 34]" + ] + }, + { + "id": "openseek-3-6a11b7f88ac0431c9f439ff3575b9dc8", + "input": "[75, 109, 17, 126, 113]", + "output": [ + "[226, 328, 52, 63, 340]" + ] + }, + { + "id": "openseek-3-8201b28e6fa7409fb67058ca6c714f5a", + "input": "[41, 132, 90, 97, 72, 196, 177, 94, 172]", + "output": [ + "[124, 66, 45, 292, 36, 98, 532, 47, 86]" + ] + }, + { + "id": "openseek-3-8eaf9ab05b044ebbabc42e1cc361f514", + "input": "[121, 90, 55, 184, 175, 36, 78, 193]", + "output": [ + "[364, 45, 166, 92, 526, 18, 39, 580]" + ] + }, + { + "id": "openseek-3-9bc0d618319c42518734ff37fe177bb2", + "input": "[49, 126, 96, 157, 3, 144, 158, 19, 52]", + "output": [ + "[148, 63, 48, 472, 10, 72, 79, 58, 26]" + ] + }, + { + "id": "openseek-3-9ee46cb6397342ac9dc6c5ca98b96cec", + "input": "[143, 113, 108, 17]", + "output": [ + "[430, 340, 54, 52]" + ] + }, + { + "id": "openseek-3-dc4bdecaad554f7594d0e28b14eb0126", + "input": "[129, 189, 50, 148, 99, 168, 57, 39]", + "output": [ + "[388, 568, 25, 74, 298, 84, 172, 118]" + ] + }, + { + "id": "openseek-3-46aedc2e8c814de383e5289d6da94553", + "input": "[83, 111]", + "output": [ + "[250, 334]" + ] + }, + { + "id": "openseek-3-6100f0d977b74b5d83dcbb381cf9c700", + "input": "[4, 64, 101, 142, 114, 135]", + "output": [ + "[2, 32, 304, 71, 57, 406]" + ] + }, + { + "id": "openseek-3-68874e9fb4b24c15ba0bf0be2199fece", + "input": "[151, 113, 163, 10, 105, 54, 48, 111]", + "output": [ + "[454, 340, 490, 5, 316, 27, 24, 334]" + ] + }, + { + "id": "openseek-3-b79e76df0240493e9425053eb4a4749d", + "input": "[95, 19, 15, 106, 138]", + "output": [ + "[286, 58, 46, 53, 69]" + ] + }, + { + "id": "openseek-3-ae9d40372d59437ebedc59f044b5004d", + "input": "[181, 69]", + "output": [ + "[544, 208]" + ] + }, + { + "id": "openseek-3-f1045a62877748c2bfdddc4b6832d7a7", + "input": "[92, 69]", + "output": [ + "[46, 208]" + ] + }, + { + "id": "openseek-3-9a5865e2c580435997ded88b2652bda2", + "input": "[198, 139, 78, 8, 3, 150, 104]", + "output": [ + "[99, 418, 39, 4, 10, 75, 52]" + ] + }, + { + "id": "openseek-3-3d36e94ccc0b47e98c8785abb00106a2", + "input": "[71, 178, 44, 4, 77, 189, 101, 43]", + "output": [ + "[214, 89, 22, 2, 232, 568, 304, 130]" + ] + }, + { + "id": "openseek-3-580aa0c0305243e1b2d0e88b87a04bad", + "input": "[21, 141, 33, 150, 17]", + "output": [ + "[64, 424, 100, 75, 52]" + ] + }, + { + "id": "openseek-3-7e3feee6bd134f9b876d4ae147e314d9", + "input": "[45, 75, 115, 22, 6, 35, 86, 17]", + "output": [ + "[136, 226, 346, 11, 3, 106, 43, 52]" + ] + }, + { + "id": "openseek-3-73bfdd1709b64151bc42c4e1d6aca814", + "input": "[113, 100]", + "output": [ + "[340, 50]" + ] + }, + { + "id": "openseek-3-0155cf59cc7d4499a6291546f309cebe", + "input": "[121, 31, 23, 62, 177, 146]", + "output": [ + "[364, 94, 70, 31, 532, 73]" + ] + }, + { + "id": "openseek-3-5283836bed8c49749bc4bb732a2ec1c3", + "input": "[195, 49, 200, 88, 185, 164, 196, 124]", + "output": [ + "[586, 148, 100, 44, 556, 82, 98, 62]" + ] + }, + { + "id": "openseek-3-edb3d332f05748269b560939f40e4db7", + "input": "[61, 89, 189, 97]", + "output": [ + "[184, 268, 568, 292]" + ] + }, + { + "id": "openseek-3-8a1d2eac202841378380e5faa8d666dd", + "input": "[13, 86, 135, 9, 45, 94, 5]", + "output": [ + "[40, 43, 406, 28, 136, 47, 16]" + ] + }, + { + "id": "openseek-3-caef310aa0c44d2b9eadcc228c607548", + "input": "[153, 94]", + "output": [ + "[460, 47]" + ] + }, + { + "id": "openseek-3-9dfa16c93ec6494ea61429196056fcba", + "input": "[157, 144, 131, 156]", + "output": [ + "[472, 72, 394, 78]" + ] + }, + { + "id": "openseek-3-9faf33a62b8446f49bfc63561bdcf614", + "input": "[151, 187, 77, 76, 69, 189, 185]", + "output": [ + "[454, 562, 232, 38, 208, 568, 556]" + ] + }, + { + "id": "openseek-3-a8ef2d00b2ba4fcb8674608c7b3e33ea", + "input": "[81, 192, 53, 118, 109, 86, 152, 43]", + "output": [ + "[244, 96, 160, 59, 328, 43, 76, 130]" + ] + }, + { + "id": "openseek-3-e1136481e9394d108884305e60271715", + "input": "[171, 88, 48, 62, 87, 183, 43, 138, 151]", + "output": [ + "[514, 44, 24, 31, 262, 550, 130, 69, 454]" + ] + }, + { + "id": "openseek-3-ca69238d4e6044138914b4de83a52042", + "input": "[29, 105, 63, 99, 128, 50]", + "output": [ + "[88, 316, 190, 298, 64, 25]" + ] + }, + { + "id": "openseek-3-6207f85a73024913afac6af056645c59", + "input": "[105, 1, 174, 173, 167, 47, 140, 33, 113]", + "output": [ + "[316, 4, 87, 520, 502, 142, 70, 100, 340]" + ] + }, + { + "id": "openseek-3-37e309aec66e4a7188eb52ced1fddf41", + "input": "[43, 110, 194, 77, 171, 99, 157]", + "output": [ + "[130, 55, 97, 232, 514, 298, 472]" + ] + }, + { + "id": "openseek-3-945eac31ba4845fa8f15f07075e7d592", + "input": "[134, 46, 56, 199]", + "output": [ + "[67, 23, 28, 598]" + ] + }, + { + "id": "openseek-3-73c2b0160aa14057927640d2d099f5bf", + "input": "[139, 65, 75, 119, 131, 21, 98, 102]", + "output": [ + "[418, 196, 226, 358, 394, 64, 49, 51]" + ] + }, + { + "id": "openseek-3-d2ff577144334c17b2e55e13198ba83a", + "input": "[26, 83, 93, 61, 3]", + "output": [ + "[13, 250, 280, 184, 10]" + ] + }, + { + "id": "openseek-3-59f6095649474a3fa936e3439aad86d0", + "input": "[25, 181, 26, 199]", + "output": [ + "[76, 544, 13, 598]" + ] + }, + { + "id": "openseek-3-ea8e9ad71bd947d79d9a734dbb7d9043", + "input": "[129, 198]", + "output": [ + "[388, 99]" + ] + }, + { + "id": "openseek-3-e41a991d39634bcda42c633cbbe4d9a8", + "input": "[111, 49, 127, 110]", + "output": [ + "[334, 148, 382, 55]" + ] + }, + { + "id": "openseek-3-3cb4bcd99f5449e396bda1301b6fbdcb", + "input": "[104, 9, 5, 82, 17, 51, 154, 26, 126]", + "output": [ + "[52, 28, 16, 41, 52, 154, 77, 13, 63]" + ] + }, + { + "id": "openseek-3-7ffcc6be6da844b58fdc84bacfe3899a", + "input": "[20, 40, 63, 142, 84, 125]", + "output": [ + "[10, 20, 190, 71, 42, 376]" + ] + }, + { + "id": "openseek-3-01ca1d2c41264c3793f05d83548b7701", + "input": "[117, 173, 168, 56, 51, 111, 171, 173, 16]", + "output": [ + "[352, 520, 84, 28, 154, 334, 514, 520, 8]" + ] + }, + { + "id": "openseek-3-3d8bf33754974f41862393e0ae34dadb", + "input": "[158, 65, 196]", + "output": [ + "[79, 196, 98]" + ] + }, + { + "id": "openseek-3-4f210df7df8643e3a1534c96cccad97b", + "input": "[93, 186]", + "output": [ + "[280, 93]" + ] + }, + { + "id": "openseek-3-644a34b72e3c4bec8c19d9300df99c7b", + "input": "[181, 178, 145, 198, 137, 62, 32, 159]", + "output": [ + "[544, 89, 436, 99, 412, 31, 16, 478]" + ] + }, + { + "id": "openseek-3-8f7cc7a289a546319ca9f7ffbd0c455a", + "input": "[89, 138]", + "output": [ + "[268, 69]" + ] + }, + { + "id": "openseek-3-9a6545fe02ff4e3790f07b3072d5f4a2", + "input": "[88, 39, 95]", + "output": [ + "[44, 118, 286]" + ] + }, + { + "id": "openseek-3-e6b677dfc2c14f899ef2e8062fe3c029", + "input": "[75, 6, 9, 142]", + "output": [ + "[226, 3, 28, 71]" + ] + }, + { + "id": "openseek-3-a399ac5c0ae247358cda6db01671b7e7", + "input": "[139, 138]", + "output": [ + "[418, 69]" + ] + }, + { + "id": "openseek-3-f67ce8fa1b2540e49067ccfdd338b86e", + "input": "[78, 13, 70, 50, 32, 182, 153, 66]", + "output": [ + "[39, 40, 35, 25, 16, 91, 460, 33]" + ] + }, + { + "id": "openseek-3-d2761e963b994b149fad4a92196cdb5d", + "input": "[21, 191, 144, 185, 180, 154, 83]", + "output": [ + "[64, 574, 72, 556, 90, 77, 250]" + ] + }, + { + "id": "openseek-3-fceda8869cd04f5094927e01c5b3798a", + "input": "[172, 113]", + "output": [ + "[86, 340]" + ] + }, + { + "id": "openseek-3-97e0d37b0377417a8bce99292964f5ce", + "input": "[23, 195, 4]", + "output": [ + "[70, 586, 2]" + ] + }, + { + "id": "openseek-3-d36c859bc69244cea733eaa4b6722bf0", + "input": "[10, 93, 85, 18, 171]", + "output": [ + "[5, 280, 256, 9, 514]" + ] + }, + { + "id": "openseek-3-6ac0b82da5b84682ae701c2a4dc2b25b", + "input": "[86, 187, 5, 24]", + "output": [ + "[43, 562, 16, 12]" + ] + }, + { + "id": "openseek-3-6321ad0b60244a358d8a78874ae1ba8d", + "input": "[20, 130, 114, 111]", + "output": [ + "[10, 65, 57, 334]" + ] + }, + { + "id": "openseek-3-041b41a9e0814e3db608d5e070e27e09", + "input": "[117, 73, 54]", + "output": [ + "[352, 220, 27]" + ] + }, + { + "id": "openseek-3-0c965b8bfba84278a2e24130a0599cdc", + "input": "[174, 84, 197, 137, 1, 146, 141, 191]", + "output": [ + "[87, 42, 592, 412, 4, 73, 424, 574]" + ] + }, + { + "id": "openseek-3-1155ea38db64468aaba50ebfc5764e71", + "input": "[2, 195, 131, 143, 163, 157, 76, 195]", + "output": [ + "[1, 586, 394, 430, 490, 472, 38, 586]" + ] + }, + { + "id": "openseek-3-5bbc79bc32384ae7a21d44fbcd8fc4d8", + "input": "[77, 136, 113, 132, 39, 45]", + "output": [ + "[232, 68, 340, 66, 118, 136]" + ] + }, + { + "id": "openseek-3-38f6792074904faf9dc9dd33efca3f4d", + "input": "[5, 124]", + "output": [ + "[16, 62]" + ] + }, + { + "id": "openseek-3-3f2de42a712041afb601451400daeb2d", + "input": "[176, 47]", + "output": [ + "[88, 142]" + ] + }, + { + "id": "openseek-3-a3d51d90c0e84670b48127c7e7cfbead", + "input": "[79, 75, 112, 32, 19, 1, 64, 197]", + "output": [ + "[238, 226, 56, 16, 58, 4, 32, 592]" + ] + }, + { + "id": "openseek-3-9e4a01ee8bf14817a15a40d0a84640b8", + "input": "[44, 51, 120, 1, 4, 69, 122]", + "output": [ + "[22, 154, 60, 4, 2, 208, 61]" + ] + }, + { + "id": "openseek-3-f5b0a2e9597441398219702025cfb5b6", + "input": "[102, 43]", + "output": [ + "[51, 130]" + ] + }, + { + "id": "openseek-3-7c968c1046394288b86a3d1cb123aadd", + "input": "[175, 67, 157, 121, 190, 158, 179]", + "output": [ + "[526, 202, 472, 364, 95, 79, 538]" + ] + }, + { + "id": "openseek-3-e0254f2527cf461db3230e090cdd6360", + "input": "[115, 185, 139, 81, 162, 122, 189, 167]", + "output": [ + "[346, 556, 418, 244, 81, 61, 568, 502]" + ] + }, + { + "id": "openseek-3-484bf44811fb44e1a49afefea3077e2e", + "input": "[120, 69, 57, 91]", + "output": [ + "[60, 208, 172, 274]" + ] + }, + { + "id": "openseek-3-d7abac8547a44e418a94bc00018b4fb5", + "input": "[120, 173]", + "output": [ + "[60, 520]" + ] + }, + { + "id": "openseek-3-bcdc6bc3e9144d019def538b734df1a3", + "input": "[39, 185, 141, 122, 80]", + "output": [ + "[118, 556, 424, 61, 40]" + ] + }, + { + "id": "openseek-3-d766a60ab733468ebef9dcc2c32ba259", + "input": "[105, 121, 113, 149]", + "output": [ + "[316, 364, 340, 448]" + ] + }, + { + "id": "openseek-3-9260810c66af4f90b8947967bd1bfb4c", + "input": "[54, 176, 44, 37, 188, 192, 15]", + "output": [ + "[27, 88, 22, 112, 94, 96, 46]" + ] + }, + { + "id": "openseek-3-1db8a9d45990404a983b100b210df651", + "input": "[126, 79, 131, 106, 6, 191]", + "output": [ + "[63, 238, 394, 53, 3, 574]" + ] + }, + { + "id": "openseek-3-5408153731a64e49a263c02954e0c0fe", + "input": "[184, 117]", + "output": [ + "[92, 352]" + ] + }, + { + "id": "openseek-3-fa3e1ebcb7d1453eba99f7dbe45d5d07", + "input": "[94, 149, 156, 126, 56, 165]", + "output": [ + "[47, 448, 78, 63, 28, 496]" + ] + }, + { + "id": "openseek-3-6a587ac54fad4e4a93bbc08f64aba391", + "input": "[192, 83, 166, 5, 105]", + "output": [ + "[96, 250, 83, 16, 316]" + ] + }, + { + "id": "openseek-3-2b0ccfd3929240a49203b4a0f4c30b21", + "input": "[111, 159, 46, 84]", + "output": [ + "[334, 478, 23, 42]" + ] + }, + { + "id": "openseek-3-cc2bb13529114a9796c2a365dd8e827c", + "input": "[170, 47, 161, 83, 127, 105, 93]", + "output": [ + "[85, 142, 484, 250, 382, 316, 280]" + ] + }, + { + "id": "openseek-3-88386f105fdc4c50838481aa2ba86c2c", + "input": "[12, 143]", + "output": [ + "[6, 430]" + ] + }, + { + "id": "openseek-3-bb631d6ac37048bf8b255a3751985868", + "input": "[77, 79, 149, 54, 15, 97, 130, 196, 170]", + "output": [ + "[232, 238, 448, 27, 46, 292, 65, 98, 85]" + ] + }, + { + "id": "openseek-3-fc79857b30074c3295163d72d4232e91", + "input": "[158, 192, 85, 174]", + "output": [ + "[79, 96, 256, 87]" + ] + }, + { + "id": "openseek-3-1e5cb365b8bd4dfaa67803422cf81110", + "input": "[50, 107, 179, 100, 46, 178, 91]", + "output": [ + "[25, 322, 538, 50, 23, 89, 274]" + ] + }, + { + "id": "openseek-3-d7565ce344814b93ac201368d05dd12c", + "input": "[46, 196, 163]", + "output": [ + "[23, 98, 490]" + ] + }, + { + "id": "openseek-3-56e5efa9c6e74b4ea2a934a63bfca132", + "input": "[146, 145, 74, 154, 1, 66, 156, 144]", + "output": [ + "[73, 436, 37, 77, 4, 33, 78, 72]" + ] + }, + { + "id": "openseek-3-b5951c0f386141839feeeb434868122f", + "input": "[182, 13, 114, 164, 45, 182, 75]", + "output": [ + "[91, 40, 57, 82, 136, 91, 226]" + ] + }, + { + "id": "openseek-3-2818cef43c084ee89a6223f98340eadc", + "input": "[62, 40, 81, 165, 147, 137, 143, 2, 58]", + "output": [ + "[31, 20, 244, 496, 442, 412, 430, 1, 29]" + ] + }, + { + "id": "openseek-3-cd956d893d4c4fbab742970b672de0be", + "input": "[17, 184]", + "output": [ + "[52, 92]" + ] + }, + { + "id": "openseek-3-08119c3f3a8342c0873961089547e875", + "input": "[51, 12, 14, 107, 141, 161, 168]", + "output": [ + "[154, 6, 7, 322, 424, 484, 84]" + ] + }, + { + "id": "openseek-3-5dd7e056348b479787ade5ece927087a", + "input": "[94, 30, 43, 191, 178, 54]", + "output": [ + "[47, 15, 130, 574, 89, 27]" + ] + }, + { + "id": "openseek-3-5743f56abc9d48b7bb38894664d6227f", + "input": "[53, 56, 129, 152, 48, 177, 153, 30]", + "output": [ + "[160, 28, 388, 76, 24, 532, 460, 15]" + ] + }, + { + "id": "openseek-3-13927eb3fec847b1931afc8f72e8d014", + "input": "[7, 29, 180, 85]", + "output": [ + "[22, 88, 90, 256]" + ] + }, + { + "id": "openseek-3-a3f6c614113c40658ac233dad4f1a67c", + "input": "[97, 200, 63, 96, 53]", + "output": [ + "[292, 100, 190, 48, 160]" + ] + }, + { + "id": "openseek-3-4c3fa03e455a4d9ea8d84c53ea81ea97", + "input": "[31, 58, 25, 199, 168, 183, 80]", + "output": [ + "[94, 29, 76, 598, 84, 550, 40]" + ] + }, + { + "id": "openseek-3-ecc121eecd304d9abb33d027bc7b9a7a", + "input": "[168, 30, 135, 56, 4, 54, 72]", + "output": [ + "[84, 15, 406, 28, 2, 27, 36]" + ] + }, + { + "id": "openseek-3-e670a07699ee400181557635d904c18e", + "input": "[165, 92, 54, 112, 58]", + "output": [ + "[496, 46, 27, 56, 29]" + ] + }, + { + "id": "openseek-3-242a7de354924b23888d40e5ddeb2f4f", + "input": "[6, 60, 98, 178]", + "output": [ + "[3, 30, 49, 89]" + ] + }, + { + "id": "openseek-3-6fa5ffb3791c48e294e0a42bc6e9c92c", + "input": "[109, 196, 46, 86, 131, 109, 181, 142]", + "output": [ + "[328, 98, 23, 43, 394, 328, 544, 71]" + ] + }, + { + "id": "openseek-3-b2ea8c754ed548dbb91bd73e207c736d", + "input": "[172, 169, 78, 18]", + "output": [ + "[86, 508, 39, 9]" + ] + }, + { + "id": "openseek-3-cf403763164443f98c7a3a43fd5679af", + "input": "[21, 175, 188, 28]", + "output": [ + "[64, 526, 94, 14]" + ] + }, + { + "id": "openseek-3-4829e9ab11b34e848a2f5448f93d86fa", + "input": "[132, 113, 186, 154]", + "output": [ + "[66, 340, 93, 77]" + ] + }, + { + "id": "openseek-3-1ce30fec294e4b8d9e705b31e881ba6f", + "input": "[182, 5, 93, 73, 46, 94, 122, 57]", + "output": [ + "[91, 16, 280, 220, 23, 47, 61, 172]" + ] + }, + { + "id": "openseek-3-e755763892874312bbbf232c5407d265", + "input": "[108, 192, 146, 173, 119, 82]", + "output": [ + "[54, 96, 73, 520, 358, 41]" + ] + }, + { + "id": "openseek-3-55ab995f0bf241f281324dab5bd96339", + "input": "[190, 166, 2, 31, 83, 63, 97, 32]", + "output": [ + "[95, 83, 1, 94, 250, 190, 292, 16]" + ] + }, + { + "id": "openseek-3-5ee6ded16d854153a1e9d6cde8c864ff", + "input": "[40, 93, 32]", + "output": [ + "[20, 280, 16]" + ] + }, + { + "id": "openseek-3-2cc814df5ce44dff97c23eac667cfb13", + "input": "[98, 149, 114, 157, 71]", + "output": [ + "[49, 448, 57, 472, 214]" + ] + }, + { + "id": "openseek-3-1cee4044168b45a4a32671d3420ec0c9", + "input": "[135, 56, 151, 87, 98, 188]", + "output": [ + "[406, 28, 454, 262, 49, 94]" + ] + }, + { + "id": "openseek-3-26610bb9666a47fb92582cda405634c3", + "input": "[49, 3, 36]", + "output": [ + "[148, 10, 18]" + ] + }, + { + "id": "openseek-3-025d3b783659456cbf1291837437a5c9", + "input": "[87, 116, 3, 118, 161]", + "output": [ + "[262, 58, 10, 59, 484]" + ] + }, + { + "id": "openseek-3-a6f013b5c8ec4b8abd58fa6c5331c987", + "input": "[66, 142, 115, 55, 140, 71]", + "output": [ + "[33, 71, 346, 166, 70, 214]" + ] + }, + { + "id": "openseek-3-5d933ff16ace4dc9bc73680b4dfae980", + "input": "[116, 139, 181, 11, 174, 121]", + "output": [ + "[58, 418, 544, 34, 87, 364]" + ] + }, + { + "id": "openseek-3-1a30b74478cd4efa98fd31cc612e1c0b", + "input": "[143, 1, 53, 174, 189, 125, 103, 161]", + "output": [ + "[430, 4, 160, 87, 568, 376, 310, 484]" + ] + }, + { + "id": "openseek-3-2521cf68017043b7b07a22ac377f8881", + "input": "[68, 120, 134, 158, 156, 184, 92, 182]", + "output": [ + "[34, 60, 67, 79, 78, 92, 46, 91]" + ] + }, + { + "id": "openseek-3-44881c94d39344848fa0c47c91553d77", + "input": "[195, 134, 145, 180]", + "output": [ + "[586, 67, 436, 90]" + ] + }, + { + "id": "openseek-3-4bd55494657c4656b640375bfe7a8f7a", + "input": "[109, 1, 199, 158, 88]", + "output": [ + "[328, 4, 598, 79, 44]" + ] + }, + { + "id": "openseek-3-f1dfaaa43ad74acb93c3ecb8d13e17fe", + "input": "[34, 86, 163, 190, 10]", + "output": [ + "[17, 43, 490, 95, 5]" + ] + }, + { + "id": "openseek-3-3167d202907f4b2296909d1c376d5a65", + "input": "[52, 52]", + "output": [ + "[26, 26]" + ] + }, + { + "id": "openseek-3-ad11f72f3cd9412e8a4cd67951f40bf8", + "input": "[71, 68, 32, 135, 31]", + "output": [ + "[214, 34, 16, 406, 94]" + ] + }, + { + "id": "openseek-3-8b0c69e28e2746fea09ac1d698b7b21b", + "input": "[127, 125, 75, 135]", + "output": [ + "[382, 376, 226, 406]" + ] + }, + { + "id": "openseek-3-692fc83aa54545a7a269bb4d77bb4e58", + "input": "[97, 111, 12, 149, 175, 179, 171]", + "output": [ + "[292, 334, 6, 448, 526, 538, 514]" + ] + }, + { + "id": "openseek-3-0abe097ca6e7438ca6fd8260da8bfe8d", + "input": "[161, 137, 111, 27, 135]", + "output": [ + "[484, 412, 334, 82, 406]" + ] + }, + { + "id": "openseek-3-e0df48f977184afc8f521591b779364a", + "input": "[185, 132, 187, 181, 129]", + "output": [ + "[556, 66, 562, 544, 388]" + ] + }, + { + "id": "openseek-3-1bc4fe4b69014458937a9768393b6bf4", + "input": "[88, 139, 67, 73, 136, 77, 132, 156, 176]", + "output": [ + "[44, 418, 202, 220, 68, 232, 66, 78, 88]" + ] + }, + { + "id": "openseek-3-669d153b273d4d398e37f7671da85563", + "input": "[40, 10, 98, 184, 163, 46, 127]", + "output": [ + "[20, 5, 49, 92, 490, 23, 382]" + ] + }, + { + "id": "openseek-3-ecadd4640c3c4329bdeac6f89dfe466d", + "input": "[14, 151]", + "output": [ + "[7, 454]" + ] + }, + { + "id": "openseek-3-1f513e9fac984d3aaff75ed3aacaae09", + "input": "[123, 27, 183, 51, 152, 53, 167]", + "output": [ + "[370, 82, 550, 154, 76, 160, 502]" + ] + }, + { + "id": "openseek-3-3e6d452e69074c848a15dcaf8c9c6e4f", + "input": "[46, 170, 132, 134, 3]", + "output": [ + "[23, 85, 66, 67, 10]" + ] + }, + { + "id": "openseek-3-bd6d840779a84592a1a326c802b46b5e", + "input": "[178, 10, 9, 131, 45]", + "output": [ + "[89, 5, 28, 394, 136]" + ] + }, + { + "id": "openseek-3-161db4f653774b408a77b1ac1e91dc4f", + "input": "[192, 166, 196, 125, 112]", + "output": [ + "[96, 83, 98, 376, 56]" + ] + }, + { + "id": "openseek-3-d44b344ecbcc4cd58291f88f3881570b", + "input": "[179, 119, 152, 127]", + "output": [ + "[538, 358, 76, 382]" + ] + }, + { + "id": "openseek-3-6e44856e933443a8adb7999aa8e0f12e", + "input": "[82, 93, 11, 90, 101, 139, 8]", + "output": [ + "[41, 280, 34, 45, 304, 418, 4]" + ] + }, + { + "id": "openseek-3-32e3189f03334f66832006474e28c57c", + "input": "[88, 182, 54, 48, 124, 35, 24, 126, 199]", + "output": [ + "[44, 91, 27, 24, 62, 106, 12, 63, 598]" + ] + }, + { + "id": "openseek-3-53128366f1fe4be388b25ec0de1608a9", + "input": "[61, 71, 55, 130]", + "output": [ + "[184, 214, 166, 65]" + ] + }, + { + "id": "openseek-3-2feca5aba74a45289bb5f3899a1a9c64", + "input": "[47, 195, 155]", + "output": [ + "[142, 586, 466]" + ] + }, + { + "id": "openseek-3-ae1c1e19617445909fc641e23e84df60", + "input": "[197, 52, 187]", + "output": [ + "[592, 26, 562]" + ] + }, + { + "id": "openseek-3-f107de2ba6bb401c9dbab47b3fa280bf", + "input": "[143, 139, 124, 164, 118, 65, 123, 36]", + "output": [ + "[430, 418, 62, 82, 59, 196, 370, 18]" + ] + }, + { + "id": "openseek-3-f390fcd956d94039be96d59c1929576c", + "input": "[119, 31, 15, 186, 175]", + "output": [ + "[358, 94, 46, 93, 526]" + ] + }, + { + "id": "openseek-3-db03df4a0afd44ef92dda1d680b79f41", + "input": "[38, 52, 15, 149, 145, 49, 120, 160, 126]", + "output": [ + "[19, 26, 46, 448, 436, 148, 60, 80, 63]" + ] + }, + { + "id": "openseek-3-8fa4bcda03104411a8dc2a1097ff6d7e", + "input": "[25, 138, 125, 126]", + "output": [ + "[76, 69, 376, 63]" + ] + }, + { + "id": "openseek-3-0b68260a04d64e9087b177ddba7385c7", + "input": "[66, 121]", + "output": [ + "[33, 364]" + ] + }, + { + "id": "openseek-3-449d52d4dda5481ba76214495b284ed2", + "input": "[133, 158, 199, 105]", + "output": [ + "[400, 79, 598, 316]" + ] + }, + { + "id": "openseek-3-f5d653a1e686450a93513e1618b0b959", + "input": "[150, 54, 51, 64, 165, 41, 180, 194, 35]", + "output": [ + "[75, 27, 154, 32, 496, 124, 90, 97, 106]" + ] + }, + { + "id": "openseek-3-9dab484911734714b63fdbd82a90c9ae", + "input": "[182, 109, 11, 178, 33, 168]", + "output": [ + "[91, 328, 34, 89, 100, 84]" + ] + }, + { + "id": "openseek-3-8986f8f9c8554f398fd00b875eae5c91", + "input": "[200, 108, 170, 180, 155, 131, 96, 68, 188]", + "output": [ + "[100, 54, 85, 90, 466, 394, 48, 34, 94]" + ] + }, + { + "id": "openseek-3-05706e6c69354fe99989a9a47d7c3108", + "input": "[50, 87, 111, 61, 76]", + "output": [ + "[25, 262, 334, 184, 38]" + ] + }, + { + "id": "openseek-3-496376aae27d4e0ab273dfd667a1de6e", + "input": "[94, 83, 122, 39]", + "output": [ + "[47, 250, 61, 118]" + ] + }, + { + "id": "openseek-3-57eeeb317c6e481aa0acbe02f8d1c4c1", + "input": "[196, 63]", + "output": [ + "[98, 190]" + ] + }, + { + "id": "openseek-3-93da86b760d348c1ae0e911ca3bb0e4e", + "input": "[115, 59, 79, 73, 188, 81]", + "output": [ + "[346, 178, 238, 220, 94, 244]" + ] + }, + { + "id": "openseek-3-d1847542a07c4663b9ac20c41070a25f", + "input": "[138, 54, 116, 111]", + "output": [ + "[69, 27, 58, 334]" + ] + }, + { + "id": "openseek-3-08fe0b700a424ddfa4b4150f8202dd45", + "input": "[37, 170, 103, 68, 40, 24, 46, 54]", + "output": [ + "[112, 85, 310, 34, 20, 12, 23, 27]" + ] + }, + { + "id": "openseek-3-1381647f24fe4369b82fc0d5f206ab4f", + "input": "[95, 200, 48, 118]", + "output": [ + "[286, 100, 24, 59]" + ] + }, + { + "id": "openseek-3-39496008ce58495c8b992e547a5b5130", + "input": "[82, 48, 123, 48, 73, 120, 47, 44, 144]", + "output": [ + "[41, 24, 370, 24, 220, 60, 142, 22, 72]" + ] + }, + { + "id": "openseek-3-5faaa921127949ec83657eb6df4fa226", + "input": "[134, 190, 71, 189, 22, 178]", + "output": [ + "[67, 95, 214, 568, 11, 89]" + ] + }, + { + "id": "openseek-3-3cc919d7df0c413ab6fb34143c0238b4", + "input": "[149, 75, 165, 161, 38, 81]", + "output": [ + "[448, 226, 496, 484, 19, 244]" + ] + }, + { + "id": "openseek-3-80ac0314f3344ca08602d0fb30849183", + "input": "[55, 62, 188, 161]", + "output": [ + "[166, 31, 94, 484]" + ] + }, + { + "id": "openseek-3-8dc76e67d066446fbc5a723b8f67684f", + "input": "[200, 138, 60, 182, 121]", + "output": [ + "[100, 69, 30, 91, 364]" + ] + }, + { + "id": "openseek-3-ad5fac8000cc4a118862e9a2522b690f", + "input": "[41, 66, 143, 123, 58, 145, 147, 18]", + "output": [ + "[124, 33, 430, 370, 29, 436, 442, 9]" + ] + }, + { + "id": "openseek-3-fe43c4a0ee0447a2a5e717bbd3ddb923", + "input": "[166, 30, 141]", + "output": [ + "[83, 15, 424]" + ] + }, + { + "id": "openseek-3-e53b7889b09745df9dd2c38eb5482faa", + "input": "[52, 108]", + "output": [ + "[26, 54]" + ] + }, + { + "id": "openseek-3-2147c504e69c4948bf14cf7936812837", + "input": "[125, 12, 33, 17, 72]", + "output": [ + "[376, 6, 100, 52, 36]" + ] + }, + { + "id": "openseek-3-dea55ff523f24f43893dcbb52b621f0d", + "input": "[119, 65, 149, 126]", + "output": [ + "[358, 196, 448, 63]" + ] + }, + { + "id": "openseek-3-59273e254fc34a61b6b963244f2d963e", + "input": "[29, 125, 39, 26, 45, 49, 150, 189]", + "output": [ + "[88, 376, 118, 13, 136, 148, 75, 568]" + ] + }, + { + "id": "openseek-3-e75dd80bbf6d4872947a97b64666fba2", + "input": "[35, 154]", + "output": [ + "[106, 77]" + ] + }, + { + "id": "openseek-3-b135e966a3d14af7a2d5cbcbbb2fa4d0", + "input": "[62, 140, 90, 96, 167]", + "output": [ + "[31, 70, 45, 48, 502]" + ] + }, + { + "id": "openseek-3-66f61744a19a435bbb4e67a992d21c03", + "input": "[132, 100, 135, 125, 196, 127]", + "output": [ + "[66, 50, 406, 376, 98, 382]" + ] + }, + { + "id": "openseek-3-bb1d13763b7a4f3bbe38ce3ef646eb25", + "input": "[152, 174, 53]", + "output": [ + "[76, 87, 160]" + ] + }, + { + "id": "openseek-3-c990431536fe477db7a672ff2c4a0bf5", + "input": "[15, 57, 128, 27]", + "output": [ + "[46, 172, 64, 82]" + ] + }, + { + "id": "openseek-3-b208a4853333403d9ca20d9e3d69bd4e", + "input": "[105, 98, 146, 138, 71, 79, 48]", + "output": [ + "[316, 49, 73, 69, 214, 238, 24]" + ] + }, + { + "id": "openseek-3-2b6cf8b05d244cefa49bd576f09d21b4", + "input": "[180, 116, 150, 23]", + "output": [ + "[90, 58, 75, 70]" + ] + }, + { + "id": "openseek-3-caca4a7751fd4a48a7b446680fe48ed6", + "input": "[12, 138, 88, 26, 151, 32, 66, 9, 116]", + "output": [ + "[6, 69, 44, 13, 454, 16, 33, 28, 58]" + ] + }, + { + "id": "openseek-3-6fdecb5a074d4d9fa5b38028b349a14d", + "input": "[139, 32, 32, 152, 198, 166, 168, 122, 78]", + "output": [ + "[418, 16, 16, 76, 99, 83, 84, 61, 39]" + ] + }, + { + "id": "openseek-3-d0248db032de4980abffdb05377cc39d", + "input": "[129, 115]", + "output": [ + "[388, 346]" + ] + }, + { + "id": "openseek-3-376ea0e7a9d24cca9c9f41fc1908aa8f", + "input": "[88, 33, 75, 12, 77, 88, 45, 188, 110]", + "output": [ + "[44, 100, 226, 6, 232, 44, 136, 94, 55]" + ] + }, + { + "id": "openseek-3-4110735c6df64df9baa7dbd043436018", + "input": "[34, 29, 192]", + "output": [ + "[17, 88, 96]" + ] + }, + { + "id": "openseek-3-f752f02e7350468a9cc4dc735084f56e", + "input": "[116, 140, 11, 178, 190, 86, 58, 145]", + "output": [ + "[58, 70, 34, 89, 95, 43, 29, 436]" + ] + }, + { + "id": "openseek-3-a7fdd10e08714ca39d09a97c6fa7c8f3", + "input": "[28, 69, 118, 171, 55, 191]", + "output": [ + "[14, 208, 59, 514, 166, 574]" + ] + }, + { + "id": "openseek-3-69c3660200b3464bb2ecb9854c813472", + "input": "[82, 102, 40, 25, 20, 6, 75, 33]", + "output": [ + "[41, 51, 20, 76, 10, 3, 226, 100]" + ] + }, + { + "id": "openseek-3-7bfd1fc873134999b6e04c3b9866670c", + "input": "[73, 79, 109, 112]", + "output": [ + "[220, 238, 328, 56]" + ] + }, + { + "id": "openseek-3-9ecf5f501f58495db8eb6f8b4e66afd6", + "input": "[45, 134]", + "output": [ + "[136, 67]" + ] + }, + { + "id": "openseek-3-e20fd9dab02c4f7394a53599ed89e001", + "input": "[182, 173, 136, 23, 47]", + "output": [ + "[91, 520, 68, 70, 142]" + ] + }, + { + "id": "openseek-3-3d19f2317c6843aca99f58c32f0eb9af", + "input": "[56, 186, 167, 159, 111, 176, 50, 1]", + "output": [ + "[28, 93, 502, 478, 334, 88, 25, 4]" + ] + }, + { + "id": "openseek-3-8bfa34b517b74d749d20d37c11414b79", + "input": "[20, 192]", + "output": [ + "[10, 96]" + ] + }, + { + "id": "openseek-3-4f54d3bd2c804fd99122a2aa1eb522e4", + "input": "[36, 183, 142, 48, 200, 116, 21, 110]", + "output": [ + "[18, 550, 71, 24, 100, 58, 64, 55]" + ] + }, + { + "id": "openseek-3-28b7063ea097427988975bafd476c063", + "input": "[85, 128, 9, 180, 124, 9, 27]", + "output": [ + "[256, 64, 28, 90, 62, 28, 82]" + ] + }, + { + "id": "openseek-3-2edd304c61414ac8be603b7e18444ae8", + "input": "[169, 130, 54, 33, 158]", + "output": [ + "[508, 65, 27, 100, 79]" + ] + }, + { + "id": "openseek-3-dd1ef220f5614bbaa1e8e3e03b2b11ef", + "input": "[67, 84, 178, 61, 77, 46, 45]", + "output": [ + "[202, 42, 89, 184, 232, 23, 136]" + ] + }, + { + "id": "openseek-3-6da54eaf8878495aaff537fcbd7bdd9f", + "input": "[166, 37, 199]", + "output": [ + "[83, 112, 598]" + ] + }, + { + "id": "openseek-3-22d894c4e344463d8d0c3f6e934da6e1", + "input": "[111, 21, 84, 43, 125]", + "output": [ + "[334, 64, 42, 130, 376]" + ] + }, + { + "id": "openseek-3-1cc0fe7d21274aa497efae104375118b", + "input": "[130, 190, 9, 174, 66, 35, 19, 191]", + "output": [ + "[65, 95, 28, 87, 33, 106, 58, 574]" + ] + }, + { + "id": "openseek-3-0be8288e58cc41009701f6e30178b573", + "input": "[198, 9, 173, 126]", + "output": [ + "[99, 28, 520, 63]" + ] + }, + { + "id": "openseek-3-46cde5b8629f4302a60ef03ffd2864e6", + "input": "[54, 180, 175, 125]", + "output": [ + "[27, 90, 526, 376]" + ] + }, + { + "id": "openseek-3-a001d0399cd04cc4a5ebdea3fbecb2b9", + "input": "[149, 105, 62, 47, 98, 133, 27, 118]", + "output": [ + "[448, 316, 31, 142, 49, 400, 82, 59]" + ] + }, + { + "id": "openseek-3-d7f2c97fe20547ecafdaf6ea6bf761f8", + "input": "[178, 164, 184, 104, 199]", + "output": [ + "[89, 82, 92, 52, 598]" + ] + }, + { + "id": "openseek-3-31ab0d90bae346ac9a3c3a53d8923363", + "input": "[99, 156, 41, 55, 9]", + "output": [ + "[298, 78, 124, 166, 28]" + ] + }, + { + "id": "openseek-3-2972c6a96c294c5182ba6bf0b99012c7", + "input": "[178, 129, 129, 148]", + "output": [ + "[89, 388, 388, 74]" + ] + }, + { + "id": "openseek-3-c4d2d73561c74626b6f0a7a982c53221", + "input": "[146, 120, 146, 183]", + "output": [ + "[73, 60, 73, 550]" + ] + }, + { + "id": "openseek-3-a495a788d7ea40e483ed1a99c0599883", + "input": "[184, 183, 90, 105, 85, 135, 96, 9, 37]", + "output": [ + "[92, 550, 45, 316, 256, 406, 48, 28, 112]" + ] + }, + { + "id": "openseek-3-5e86f74014994c4184de19572121ef86", + "input": "[192, 109, 25, 11, 194, 105]", + "output": [ + "[96, 328, 76, 34, 97, 316]" + ] + }, + { + "id": "openseek-3-091e8b4a06bb466f91a8cfd1329c28e4", + "input": "[92, 126, 53, 6, 199, 187, 5, 141]", + "output": [ + "[46, 63, 160, 3, 598, 562, 16, 424]" + ] + }, + { + "id": "openseek-3-55b9b6bed6f448879933dc33ef8c63a2", + "input": "[181, 133, 170, 79, 9]", + "output": [ + "[544, 400, 85, 238, 28]" + ] + }, + { + "id": "openseek-3-1ce73b16d6de4b249bc08104bb6e5ef9", + "input": "[58, 140, 57, 103, 139, 27]", + "output": [ + "[29, 70, 172, 310, 418, 82]" + ] + }, + { + "id": "openseek-3-5f7bd31a4032419d87b49be748ee8cab", + "input": "[88, 22, 55, 160]", + "output": [ + "[44, 11, 166, 80]" + ] + }, + { + "id": "openseek-3-b145fc131ce14649a60cfa0b32f05a40", + "input": "[150, 82, 166, 161, 141, 137, 58, 59]", + "output": [ + "[75, 41, 83, 484, 424, 412, 29, 178]" + ] + }, + { + "id": "openseek-3-c67b468980db4df2877acc44f370254f", + "input": "[150, 145, 67]", + "output": [ + "[75, 436, 202]" + ] + }, + { + "id": "openseek-3-085d90162da04c6cbb1cf14e3faf6dea", + "input": "[64, 2, 179, 100, 55]", + "output": [ + "[32, 1, 538, 50, 166]" + ] + }, + { + "id": "openseek-3-78e182780d7a4569b861145bdd7c6eb2", + "input": "[8, 167, 21, 178, 81]", + "output": [ + "[4, 502, 64, 89, 244]" + ] + }, + { + "id": "openseek-3-b8eb294ce3934fe2946b468153d4700f", + "input": "[87, 150, 42, 34]", + "output": [ + "[262, 75, 21, 17]" + ] + }, + { + "id": "openseek-3-ececcc4d3d63498d93461d1cef9130c8", + "input": "[12, 163, 178, 166, 72, 160]", + "output": [ + "[6, 490, 89, 83, 36, 80]" + ] + }, + { + "id": "openseek-3-0126c307b8814c85ba48e3f1832deb8e", + "input": "[44, 114, 10]", + "output": [ + "[22, 57, 5]" + ] + }, + { + "id": "openseek-3-89b4af1e0f8a4d0c83d1bcefba7825e3", + "input": "[105, 12, 4]", + "output": [ + "[316, 6, 2]" + ] + }, + { + "id": "openseek-3-86e9c0c51f2743a48152119df84fd453", + "input": "[45, 132, 75, 8, 40, 179]", + "output": [ + "[136, 66, 226, 4, 20, 538]" + ] + }, + { + "id": "openseek-3-862b3387e8fb4900b42f7469cb300f4c", + "input": "[133, 121, 162, 179]", + "output": [ + "[400, 364, 81, 538]" + ] + }, + { + "id": "openseek-3-d6dfe47d62154b7e9e17789ae034edac", + "input": "[126, 11, 107, 194, 75, 11, 48, 110, 152]", + "output": [ + "[63, 34, 322, 97, 226, 34, 24, 55, 76]" + ] + }, + { + "id": "openseek-3-be422fa9ba3548b0b577f3e307047a2f", + "input": "[45, 9, 166, 121, 93, 137]", + "output": [ + "[136, 28, 83, 364, 280, 412]" + ] + }, + { + "id": "openseek-3-6d5886b9d96b4153b39f3723a7b8d0ff", + "input": "[69, 149, 166]", + "output": [ + "[208, 448, 83]" + ] + }, + { + "id": "openseek-3-db7f06142bda4ab19ae6550f4a6729f2", + "input": "[157, 15, 23, 28, 92, 41, 168, 166, 58]", + "output": [ + "[472, 46, 70, 14, 46, 124, 84, 83, 29]" + ] + }, + { + "id": "openseek-3-23c463495a6d4cdf88e4c176aa130158", + "input": "[199, 179, 131, 81, 122, 39, 107, 199, 99]", + "output": [ + "[598, 538, 394, 244, 61, 118, 322, 598, 298]" + ] + }, + { + "id": "openseek-3-81f9d54abf524d5ea5678b46a1d8947e", + "input": "[51, 35, 185, 14]", + "output": [ + "[154, 106, 556, 7]" + ] + }, + { + "id": "openseek-3-3d0307790e274597a731459f2e183e85", + "input": "[156, 195, 157, 13, 74, 178]", + "output": [ + "[78, 586, 472, 40, 37, 89]" + ] + }, + { + "id": "openseek-3-2243d66f906d433c9b719e96e91548bd", + "input": "[38, 96, 17, 173, 142]", + "output": [ + "[19, 48, 52, 520, 71]" + ] + }, + { + "id": "openseek-3-339c8b77059d4c6f83b6f1f3479a1193", + "input": "[141, 144, 57, 34, 8, 193, 184, 169, 130]", + "output": [ + "[424, 72, 172, 17, 4, 580, 92, 508, 65]" + ] + }, + { + "id": "openseek-3-b3838056fc07458b82de3acf16240fb4", + "input": "[170, 28, 152, 198, 87, 158, 153, 149, 26]", + "output": [ + "[85, 14, 76, 99, 262, 79, 460, 448, 13]" + ] + }, + { + "id": "openseek-3-de6dc5c9fe284499a7305b84ce8fe6e6", + "input": "[84, 178, 176, 183, 55]", + "output": [ + "[42, 89, 88, 550, 166]" + ] + }, + { + "id": "openseek-3-fba320c398dc47de8f112ce39558972f", + "input": "[151, 49, 110]", + "output": [ + "[454, 148, 55]" + ] + }, + { + "id": "openseek-3-b211b4e294834ee786d278efc20d772d", + "input": "[150, 128]", + "output": [ + "[75, 64]" + ] + }, + { + "id": "openseek-3-4ae82cc487f04e82b16a77796b0b045f", + "input": "[9, 23]", + "output": [ + "[28, 70]" + ] + }, + { + "id": "openseek-3-5ecaced665a94d8b8b845a79991c3cce", + "input": "[107, 181, 146, 109]", + "output": [ + "[322, 544, 73, 328]" + ] + }, + { + "id": "openseek-3-7be7a51477d1486c988859d22d8405fd", + "input": "[185, 11, 112, 19]", + "output": [ + "[556, 34, 56, 58]" + ] + }, + { + "id": "openseek-3-56467af56d7148afb5200c6a34cab8a8", + "input": "[93, 113, 4]", + "output": [ + "[280, 340, 2]" + ] + }, + { + "id": "openseek-3-692ca3fd65b34464919bd65710bf33d1", + "input": "[75, 177, 186, 145]", + "output": [ + "[226, 532, 93, 436]" + ] + }, + { + "id": "openseek-3-034631065ccf488f8d03969b56c0f31a", + "input": "[103, 160, 50, 129, 158, 63]", + "output": [ + "[310, 80, 25, 388, 79, 190]" + ] + }, + { + "id": "openseek-3-583ce60d800d414ca944fa848cb09cc4", + "input": "[158, 64, 81, 59]", + "output": [ + "[79, 32, 244, 178]" + ] + }, + { + "id": "openseek-3-87121547d835422fae56732d5760428f", + "input": "[173, 115, 135, 198]", + "output": [ + "[520, 346, 406, 99]" + ] + }, + { + "id": "openseek-3-b3b406567e504106a1f7678db4a68041", + "input": "[66, 127, 173, 22, 43, 25, 90]", + "output": [ + "[33, 382, 520, 11, 130, 76, 45]" + ] + }, + { + "id": "openseek-3-8f5ef70e978749c3822b9deda58ba133", + "input": "[149, 158, 80, 197, 122, 183, 84, 148, 71]", + "output": [ + "[448, 79, 40, 592, 61, 550, 42, 74, 214]" + ] + }, + { + "id": "openseek-3-84dbb352bfe84be3a1e20776f781631a", + "input": "[143, 121, 89, 81]", + "output": [ + "[430, 364, 268, 244]" + ] + }, + { + "id": "openseek-3-d86bb7f57568450abecc2cfb23fe3618", + "input": "[28, 133, 80, 73]", + "output": [ + "[14, 400, 40, 220]" + ] + }, + { + "id": "openseek-3-ad015f33d8d04b459dc65dc73b735693", + "input": "[25, 2, 7, 115, 161]", + "output": [ + "[76, 1, 22, 346, 484]" + ] + }, + { + "id": "openseek-3-cf52099b6edc4f40ace447c48ae7024d", + "input": "[183, 33, 131, 80, 97, 144, 177]", + "output": [ + "[550, 100, 394, 40, 292, 72, 532]" + ] + }, + { + "id": "openseek-3-e28a8ec16f264f0a928edd0e69a0f565", + "input": "[191, 174, 9, 197, 2, 48, 112, 122]", + "output": [ + "[574, 87, 28, 592, 1, 24, 56, 61]" + ] + }, + { + "id": "openseek-3-cecb991a4b8a4a70a675d181c513a1c4", + "input": "[34, 94, 79, 71, 68, 14, 46]", + "output": [ + "[17, 47, 238, 214, 34, 7, 23]" + ] + }, + { + "id": "openseek-3-85c3a182bab64da79a4295c6306df0f7", + "input": "[76, 38, 125]", + "output": [ + "[38, 19, 376]" + ] + }, + { + "id": "openseek-3-cf0d2473215c49a59a1d2ad84aff9fed", + "input": "[85, 164, 55, 105, 185]", + "output": [ + "[256, 82, 166, 316, 556]" + ] + }, + { + "id": "openseek-3-67507c9d8ed34811a6eb48caf223a2e5", + "input": "[131, 80]", + "output": [ + "[394, 40]" + ] + }, + { + "id": "openseek-3-51335fc8c7cd413f9dd7166227cb8351", + "input": "[135, 193, 111, 105, 1]", + "output": [ + "[406, 580, 334, 316, 4]" + ] + }, + { + "id": "openseek-3-fd8a22c1e4b94a6eb5d31a8deac0b2ce", + "input": "[67, 11, 129, 172]", + "output": [ + "[202, 34, 388, 86]" + ] + }, + { + "id": "openseek-3-bb41e33b735540a980b11077c77a73da", + "input": "[190, 181, 86, 102, 150, 129]", + "output": [ + "[95, 544, 43, 51, 75, 388]" + ] + }, + { + "id": "openseek-3-ea296671be44438790f7e5cf8d517740", + "input": "[66, 190]", + "output": [ + "[33, 95]" + ] + }, + { + "id": "openseek-3-f367542883874ffebe5b889cca1913b1", + "input": "[143, 70, 45, 128, 170]", + "output": [ + "[430, 35, 136, 64, 85]" + ] + }, + { + "id": "openseek-3-64b591a6165c4a75bdb6fda1d87d1e16", + "input": "[137, 1, 38, 134, 175, 172, 8]", + "output": [ + "[412, 4, 19, 67, 526, 86, 4]" + ] + }, + { + "id": "openseek-3-47fd3bb13b4b4a8ba6fa1317e2cad413", + "input": "[195, 125, 110, 26, 37, 21]", + "output": [ + "[586, 376, 55, 13, 112, 64]" + ] + }, + { + "id": "openseek-3-ce4c852c3dc94568b775688f74b27f4a", + "input": "[112, 81, 172, 98, 53, 191]", + "output": [ + "[56, 244, 86, 49, 160, 574]" + ] + }, + { + "id": "openseek-3-03a35f8e3c6f44a4ba94d5ffb93ff477", + "input": "[108, 112, 77, 42, 158, 199, 192]", + "output": [ + "[54, 56, 232, 21, 79, 598, 96]" + ] + }, + { + "id": "openseek-3-bd8d09f685a24ce098c18070a404e944", + "input": "[122, 15, 12, 82]", + "output": [ + "[61, 46, 6, 41]" + ] + }, + { + "id": "openseek-3-19ae880dd65843f2b7741412c87fd528", + "input": "[85, 50, 66, 139, 116, 156, 78, 180]", + "output": [ + "[256, 25, 33, 418, 58, 78, 39, 90]" + ] + }, + { + "id": "openseek-3-650d93fa104e493a8d6e24d1176a5e2a", + "input": "[144, 163, 178, 93]", + "output": [ + "[72, 490, 89, 280]" + ] + }, + { + "id": "openseek-3-8f4362aa60ae4987aabb764dd44ef968", + "input": "[15, 57, 47, 90, 120]", + "output": [ + "[46, 172, 142, 45, 60]" + ] + }, + { + "id": "openseek-3-1e1f8b1314fa47b7b24e22c9b0defeab", + "input": "[134, 150, 52, 99, 159, 38]", + "output": [ + "[67, 75, 26, 298, 478, 19]" + ] + }, + { + "id": "openseek-3-e867dde32ced4449972b94e5410c35b1", + "input": "[71, 150, 102]", + "output": [ + "[214, 75, 51]" + ] + }, + { + "id": "openseek-3-08d1a2beed1f49ab88b19668a3e734f8", + "input": "[109, 115, 16, 88, 88, 119, 148, 28]", + "output": [ + "[328, 346, 8, 44, 44, 358, 74, 14]" + ] + }, + { + "id": "openseek-3-452054d1e35b4f14a96fa551a7f73bda", + "input": "[193, 164, 170, 9, 78]", + "output": [ + "[580, 82, 85, 28, 39]" + ] + }, + { + "id": "openseek-3-eb0aeb25e0cc4a97a7a1aaf9e0a9a3ab", + "input": "[38, 5, 44, 106, 200, 1, 28, 182, 71]", + "output": [ + "[19, 16, 22, 53, 100, 4, 14, 91, 214]" + ] + }, + { + "id": "openseek-3-371050f5b5854f3c8ebabe59a1f75337", + "input": "[137, 149, 57, 41, 70, 10, 169, 4]", + "output": [ + "[412, 448, 172, 124, 35, 5, 508, 2]" + ] + }, + { + "id": "openseek-3-d64ffec45cce4d75b129968a64b78141", + "input": "[56, 55, 158, 109, 154, 68, 195]", + "output": [ + "[28, 166, 79, 328, 77, 34, 586]" + ] + }, + { + "id": "openseek-3-b09c4066a4ed46b0838c1d3dee8355c4", + "input": "[152, 17, 169, 149, 86, 122, 39, 16, 10]", + "output": [ + "[76, 52, 508, 448, 43, 61, 118, 8, 5]" + ] + }, + { + "id": "openseek-3-b61b933e2e894523a044ea11fb0a45ec", + "input": "[106, 154, 153, 88, 118, 131, 100, 176]", + "output": [ + "[53, 77, 460, 44, 59, 394, 50, 88]" + ] + }, + { + "id": "openseek-3-2c018bdf5b494905ac42b888fee7a046", + "input": "[7, 178, 103]", + "output": [ + "[22, 89, 310]" + ] + }, + { + "id": "openseek-3-77137c4419414cb693924f77b456b749", + "input": "[60, 102, 192, 188, 105]", + "output": [ + "[30, 51, 96, 94, 316]" + ] + }, + { + "id": "openseek-3-552002e7c5ee43db8db6c928424a19e7", + "input": "[119, 72, 30, 160, 170]", + "output": [ + "[358, 36, 15, 80, 85]" + ] + }, + { + "id": "openseek-3-ddf8b30faa6f4003864498e780c8a458", + "input": "[58, 7, 108, 20, 151, 50, 122, 7]", + "output": [ + "[29, 22, 54, 10, 454, 25, 61, 22]" + ] + }, + { + "id": "openseek-3-104a536d93e94d4a86435ba9e7af7929", + "input": "[149, 25, 74, 35, 185, 10]", + "output": [ + "[448, 76, 37, 106, 556, 5]" + ] + }, + { + "id": "openseek-3-50571ca04ceb4855894fdf77d20d5eb3", + "input": "[134, 95, 23, 151, 160, 56]", + "output": [ + "[67, 286, 70, 454, 80, 28]" + ] + }, + { + "id": "openseek-3-420e6a72cc5d435ab282f63843d43f75", + "input": "[17, 167, 65]", + "output": [ + "[52, 502, 196]" + ] + }, + { + "id": "openseek-3-e3d34eac057544e1bed4e50d93f80e31", + "input": "[128, 123, 200]", + "output": [ + "[64, 370, 100]" + ] + }, + { + "id": "openseek-3-c04550f0baf74f7980882d62710bfe07", + "input": "[51, 199, 200, 18, 108, 42, 182]", + "output": [ + "[154, 598, 100, 9, 54, 21, 91]" + ] + }, + { + "id": "openseek-3-46d177208b8e4771a377589acb290bf6", + "input": "[177, 150, 32]", + "output": [ + "[532, 75, 16]" + ] + }, + { + "id": "openseek-3-cca4b84bc7a548fe88dcb6bc63e13225", + "input": "[60, 77, 4, 41, 71]", + "output": [ + "[30, 232, 2, 124, 214]" + ] + }, + { + "id": "openseek-3-eb7ab50f6d6e4043bcb55f79574a19be", + "input": "[27, 192, 55]", + "output": [ + "[82, 96, 166]" + ] + }, + { + "id": "openseek-3-c5ab2afa01d34531ac9060a7cf5498ed", + "input": "[197, 137, 111, 77]", + "output": [ + "[592, 412, 334, 232]" + ] + }, + { + "id": "openseek-3-9b66e6d09a6f4f18b63c03505af251ea", + "input": "[31, 101, 100, 23, 172, 96, 3, 82, 43]", + "output": [ + "[94, 304, 50, 70, 86, 48, 10, 41, 130]" + ] + }, + { + "id": "openseek-3-00c1db7f8dc943abba08ed14b99d161d", + "input": "[48, 95, 159]", + "output": [ + "[24, 286, 478]" + ] + }, + { + "id": "openseek-3-7bfd7c0b6715408ab610dc09aacaf4f4", + "input": "[115, 189, 83, 38, 88, 143, 119, 99, 32]", + "output": [ + "[346, 568, 250, 19, 44, 430, 358, 298, 16]" + ] + }, + { + "id": "openseek-3-b010e9810bf342a890a37e7f5590ce6a", + "input": "[192, 187, 27, 59, 6]", + "output": [ + "[96, 562, 82, 178, 3]" + ] + }, + { + "id": "openseek-3-497f5d8cff694d25b083239aa3a378a5", + "input": "[87, 57, 171, 190]", + "output": [ + "[262, 172, 514, 95]" + ] + }, + { + "id": "openseek-3-5bfc57aceb3e41f8a9157bde80a91208", + "input": "[2, 80, 145, 58, 169, 97, 30]", + "output": [ + "[1, 40, 436, 29, 508, 292, 15]" + ] + }, + { + "id": "openseek-3-711f5e21b14d4d63a59e4b87e2f87265", + "input": "[187, 65, 92, 54, 189]", + "output": [ + "[562, 196, 46, 27, 568]" + ] + }, + { + "id": "openseek-3-9667a464a3194dd8ae152355dea82e12", + "input": "[112, 34]", + "output": [ + "[56, 17]" + ] + }, + { + "id": "openseek-3-09f859afb56d4273a5a33c51caaa99d3", + "input": "[160, 198, 81]", + "output": [ + "[80, 99, 244]" + ] + }, + { + "id": "openseek-3-c62436fbe8b4406d81eaf3513314e5d7", + "input": "[171, 38, 164, 10, 8, 173]", + "output": [ + "[514, 19, 82, 5, 4, 520]" + ] + }, + { + "id": "openseek-3-2b1b442241c54acb82d4f62fdfed3060", + "input": "[68, 10, 149]", + "output": [ + "[34, 5, 448]" + ] + }, + { + "id": "openseek-3-bbc52c7ffa374e488a78524c6abc6aef", + "input": "[49, 89, 135, 193, 51, 102, 116, 169]", + "output": [ + "[148, 268, 406, 580, 154, 51, 58, 508]" + ] + }, + { + "id": "openseek-3-97226fa3f3dc4a5bb6ed2ef9af447fc6", + "input": "[2, 47, 114, 46, 174]", + "output": [ + "[1, 142, 57, 23, 87]" + ] + }, + { + "id": "openseek-3-571defa1d465474eab405071efd7aeba", + "input": "[168, 39, 72, 184, 56, 117, 19]", + "output": [ + "[84, 118, 36, 92, 28, 352, 58]" + ] + }, + { + "id": "openseek-3-761eecaf09ce4452b8bf4e519b1970c4", + "input": "[60, 6, 44, 108, 25, 188, 11]", + "output": [ + "[30, 3, 22, 54, 76, 94, 34]" + ] + }, + { + "id": "openseek-3-ffc7882770d742c98d6d09f901a4896f", + "input": "[4, 9, 106, 109, 3]", + "output": [ + "[2, 28, 53, 328, 10]" + ] + }, + { + "id": "openseek-3-5681bfa4ce5448f1a15fa9c65dc6c637", + "input": "[88, 152, 124, 119, 3, 200, 172, 10, 30]", + "output": [ + "[44, 76, 62, 358, 10, 100, 86, 5, 15]" + ] + }, + { + "id": "openseek-3-ee4ee086806b40b895f5d59e1e2b5307", + "input": "[158, 53, 194, 68, 88, 71, 40, 171]", + "output": [ + "[79, 160, 97, 34, 44, 214, 20, 514]" + ] + }, + { + "id": "openseek-3-b41460f226204d0e9a75265b0f4e2eb0", + "input": "[77, 187, 193]", + "output": [ + "[232, 562, 580]" + ] + }, + { + "id": "openseek-3-01d3f9f6af9f4d2a803c13282661b55d", + "input": "[169, 8, 191, 176, 154]", + "output": [ + "[508, 4, 574, 88, 77]" + ] + }, + { + "id": "openseek-3-72fac8b7f2c947c682e417f33d129a0a", + "input": "[91, 52]", + "output": [ + "[274, 26]" + ] + }, + { + "id": "openseek-3-3c35b19d97d74243b1471426edddaf89", + "input": "[4, 123, 165, 153, 124, 169, 87, 162, 55]", + "output": [ + "[2, 370, 496, 460, 62, 508, 262, 81, 166]" + ] + }, + { + "id": "openseek-3-f7e01a90928f433688f30df827b45352", + "input": "[32, 167, 32, 106, 20, 167, 27, 82, 94]", + "output": [ + "[16, 502, 16, 53, 10, 502, 82, 41, 47]" + ] + }, + { + "id": "openseek-3-2e90394096764ce8b5c4edbb90415590", + "input": "[15, 36, 75]", + "output": [ + "[46, 18, 226]" + ] + }, + { + "id": "openseek-3-e289d47cd71f4edb92d57a30e98d1882", + "input": "[117, 149]", + "output": [ + "[352, 448]" + ] + }, + { + "id": "openseek-3-0e1a98dd3c384a78a128638bc5d0cac0", + "input": "[57, 102, 125, 92, 80, 26, 23, 104]", + "output": [ + "[172, 51, 376, 46, 40, 13, 70, 52]" + ] + }, + { + "id": "openseek-3-c5770aaedd6a4c0d911fb07adfc38bc8", + "input": "[66, 119, 198, 146, 177, 61, 138]", + "output": [ + "[33, 358, 99, 73, 532, 184, 69]" + ] + }, + { + "id": "openseek-3-12ba7fb7715c4beeb1ef1d22ed5b9d50", + "input": "[124, 11, 24, 193, 85, 78]", + "output": [ + "[62, 34, 12, 580, 256, 39]" + ] + }, + { + "id": "openseek-3-42eb3a80c3fe4974a1b897018ad36736", + "input": "[24, 13, 109, 151, 105, 179]", + "output": [ + "[12, 40, 328, 454, 316, 538]" + ] + }, + { + "id": "openseek-3-560588b3af674d0a80ce9fb13f29320c", + "input": "[91, 147, 18, 132]", + "output": [ + "[274, 442, 9, 66]" + ] + }, + { + "id": "openseek-3-010a44c5672240c9929c08cd28a9bbe1", + "input": "[148, 109, 173]", + "output": [ + "[74, 328, 520]" + ] + }, + { + "id": "openseek-3-7e42c6ef905b48d6ab0cf82817a231a5", + "input": "[177, 16, 118, 13]", + "output": [ + "[532, 8, 59, 40]" + ] + }, + { + "id": "openseek-3-975c71f4ba214d8c9002e8b6e409390d", + "input": "[147, 44, 49, 34, 69, 10, 92]", + "output": [ + "[442, 22, 148, 17, 208, 5, 46]" + ] + }, + { + "id": "openseek-3-5ce3d3b7f1f7457f9edfcd9355c52631", + "input": "[169, 196, 40]", + "output": [ + "[508, 98, 20]" + ] + }, + { + "id": "openseek-3-031c094979e74dd688f26593b5b2aac4", + "input": "[176, 69, 94, 187, 194]", + "output": [ + "[88, 208, 47, 562, 97]" + ] + }, + { + "id": "openseek-3-d8e04e34ece64af88e1e2b0974969d24", + "input": "[61, 53, 185]", + "output": [ + "[184, 160, 556]" + ] + }, + { + "id": "openseek-3-b3ddadd5cb844d8fb98e32807f16d709", + "input": "[133, 4, 29, 91, 33]", + "output": [ + "[400, 2, 88, 274, 100]" + ] + }, + { + "id": "openseek-3-53e963e86b1340ee9e824a42e64a546c", + "input": "[54, 54, 197]", + "output": [ + "[27, 27, 592]" + ] + }, + { + "id": "openseek-3-13fb231597984a5e863f8ef8bc017dd4", + "input": "[189, 45, 86, 190, 85, 22, 3]", + "output": [ + "[568, 136, 43, 95, 256, 11, 10]" + ] + }, + { + "id": "openseek-3-5b32924d364f4a03bb2b9d05c6391978", + "input": "[66, 64]", + "output": [ + "[33, 32]" + ] + }, + { + "id": "openseek-3-fe8ccdcad23842988cbe67ecc414794c", + "input": "[174, 108, 53, 7, 57]", + "output": [ + "[87, 54, 160, 22, 172]" + ] + }, + { + "id": "openseek-3-ed1fc90ca686455c83fc9051fcfdf4bd", + "input": "[120, 41, 148, 6, 183, 96, 15]", + "output": [ + "[60, 124, 74, 3, 550, 48, 46]" + ] + }, + { + "id": "openseek-3-722e127928cd436cb3ef8a4d44d1556c", + "input": "[140, 66, 117, 98, 17, 17]", + "output": [ + "[70, 33, 352, 49, 52, 52]" + ] + }, + { + "id": "openseek-3-c6a83fd451a644ca9c2e6b9b2ce83a6a", + "input": "[194, 57, 24]", + "output": [ + "[97, 172, 12]" + ] + }, + { + "id": "openseek-3-046e2ed68cc741ac8d8c211235932db5", + "input": "[98, 155, 98, 94]", + "output": [ + "[49, 466, 49, 47]" + ] + }, + { + "id": "openseek-3-ac32762d1ff04c41a92722ab91261aa2", + "input": "[170, 116, 66]", + "output": [ + "[85, 58, 33]" + ] + }, + { + "id": "openseek-3-e7a25d11509845f6866227b2efd00807", + "input": "[80, 109, 114, 32, 110, 103, 106]", + "output": [ + "[40, 328, 57, 16, 55, 310, 53]" + ] + }, + { + "id": "openseek-3-a83068b510c74c7fb5dc225439040574", + "input": "[86, 154, 168, 118, 192]", + "output": [ + "[43, 77, 84, 59, 96]" + ] + }, + { + "id": "openseek-3-2eddffe77083487189ab8aff603c69e1", + "input": "[55, 148, 91, 118, 21]", + "output": [ + "[166, 74, 274, 59, 64]" + ] + }, + { + "id": "openseek-3-a8393e38b41744fa87918b4d42b934f2", + "input": "[161, 108, 57, 142, 105, 48, 103, 139, 125]", + "output": [ + "[484, 54, 172, 71, 316, 24, 310, 418, 376]" + ] + }, + { + "id": "openseek-3-29eb4a2dacf24790b98e62a359867e63", + "input": "[99, 76]", + "output": [ + "[298, 38]" + ] + }, + { + "id": "openseek-3-85127067636d43cca963ef36b7cf571c", + "input": "[122, 172, 74, 98, 50, 65]", + "output": [ + "[61, 86, 37, 49, 25, 196]" + ] + }, + { + "id": "openseek-3-6e535d676e7747c68ced123700c778a1", + "input": "[147, 181, 174, 64]", + "output": [ + "[442, 544, 87, 32]" + ] + }, + { + "id": "openseek-3-04ba98d88c7c4bf4ab02235c60cdc37e", + "input": "[178, 6, 152, 128, 108, 99, 69]", + "output": [ + "[89, 3, 76, 64, 54, 298, 208]" + ] + }, + { + "id": "openseek-3-3e0e7c7d889b4df0af858022f0ceccc4", + "input": "[170, 7, 46]", + "output": [ + "[85, 22, 23]" + ] + }, + { + "id": "openseek-3-2c7d87320cf34c59bcbce5ddf6295c56", + "input": "[138, 160, 43]", + "output": [ + "[69, 80, 130]" + ] + }, + { + "id": "openseek-3-71fccffcd50b414eab5aefb246293a8b", + "input": "[164, 159, 17, 46, 83, 90, 47, 74, 192]", + "output": [ + "[82, 478, 52, 23, 250, 45, 142, 37, 96]" + ] + }, + { + "id": "openseek-3-75c9db8409444c9e8c21a4142ae17b8c", + "input": "[142, 97, 51, 195]", + "output": [ + "[71, 292, 154, 586]" + ] + }, + { + "id": "openseek-3-34333c3761714ccc9c62b6afb82dd798", + "input": "[183, 82, 79, 4, 13, 62]", + "output": [ + "[550, 41, 238, 2, 40, 31]" + ] + }, + { + "id": "openseek-3-1be4d78611374ca688d3da83de1277a8", + "input": "[112, 98, 121, 175, 174, 79, 167]", + "output": [ + "[56, 49, 364, 526, 87, 238, 502]" + ] + }, + { + "id": "openseek-3-df4a543ed3b5422db8a06d7dfa90fd0e", + "input": "[59, 18, 87, 80, 135, 82, 23, 175, 79]", + "output": [ + "[178, 9, 262, 40, 406, 41, 70, 526, 238]" + ] + }, + { + "id": "openseek-3-4567d6d99fe6412f8eb19855ce44febc", + "input": "[133, 139, 51, 55]", + "output": [ + "[400, 418, 154, 166]" + ] + }, + { + "id": "openseek-3-10e24de06857486bbab57e1d25499cfe", + "input": "[70, 104, 136, 29, 170, 34, 102, 122]", + "output": [ + "[35, 52, 68, 88, 85, 17, 51, 61]" + ] + }, + { + "id": "openseek-3-4f1e9f8c2ea84fedac7036901132ad96", + "input": "[158, 7, 136, 12, 132]", + "output": [ + "[79, 22, 68, 6, 66]" + ] + }, + { + "id": "openseek-3-91866a5f214e4e1fb24cde91b4de8cad", + "input": "[133, 41, 186, 162, 101, 178, 34, 18, 99]", + "output": [ + "[400, 124, 93, 81, 304, 89, 17, 9, 298]" + ] + }, + { + "id": "openseek-3-0d625f496a7744f59dd32580d7aa4025", + "input": "[65, 145, 111, 52, 64, 85]", + "output": [ + "[196, 436, 334, 26, 32, 256]" + ] + }, + { + "id": "openseek-3-5f0aaccb298f417d87a89e6c7a304812", + "input": "[75, 73, 40]", + "output": [ + "[226, 220, 20]" + ] + }, + { + "id": "openseek-3-20267157879b4a9685d3ebc036fb0555", + "input": "[110, 112]", + "output": [ + "[55, 56]" + ] + }, + { + "id": "openseek-3-f315185896bd423682b44a5acb547d69", + "input": "[59, 85, 178]", + "output": [ + "[178, 256, 89]" + ] + }, + { + "id": "openseek-3-334cc496b8c0408fa67cf0c479e6c4bb", + "input": "[182, 122, 107, 162, 97, 50, 125, 43]", + "output": [ + "[91, 61, 322, 81, 292, 25, 376, 130]" + ] + }, + { + "id": "openseek-3-726c79c33f374db9b35cf1cea4f3d849", + "input": "[88, 118, 127]", + "output": [ + "[44, 59, 382]" + ] + }, + { + "id": "openseek-3-08205a58834140bea60e825f1628335b", + "input": "[32, 46, 73, 12, 4, 143, 24, 123]", + "output": [ + "[16, 23, 220, 6, 2, 430, 12, 370]" + ] + }, + { + "id": "openseek-3-ac37d034d3be4a61a8cf349557e0bd91", + "input": "[41, 88, 90, 171, 200, 185]", + "output": [ + "[124, 44, 45, 514, 100, 556]" + ] + }, + { + "id": "openseek-3-1e4faeba195a40e7af868372b26a6dda", + "input": "[77, 96, 49]", + "output": [ + "[232, 48, 148]" + ] + }, + { + "id": "openseek-3-a811c345d0674dbc809406232edf3017", + "input": "[69, 137, 80, 167, 148]", + "output": [ + "[208, 412, 40, 502, 74]" + ] + }, + { + "id": "openseek-3-8c075d667353428f998f4b3542bff722", + "input": "[128, 23, 143, 53, 2, 110, 108, 45, 48]", + "output": [ + "[64, 70, 430, 160, 1, 55, 54, 136, 24]" + ] + }, + { + "id": "openseek-3-2b495ba5a71c42f1ab073f32996a7738", + "input": "[128, 84, 152, 171, 72, 128]", + "output": [ + "[64, 42, 76, 514, 36, 64]" + ] + }, + { + "id": "openseek-3-24a80fb5492b43dda3a78c3980256c80", + "input": "[44, 100, 181, 145, 194, 30, 80, 74, 189]", + "output": [ + "[22, 50, 544, 436, 97, 15, 40, 37, 568]" + ] + }, + { + "id": "openseek-3-08ea3b0af4a14d04a27aff7140e8c257", + "input": "[45, 27, 126, 57, 84, 78]", + "output": [ + "[136, 82, 63, 172, 42, 39]" + ] + }, + { + "id": "openseek-3-42d1142ea0bf4a89a61abb38e00e3cbf", + "input": "[38, 167, 128]", + "output": [ + "[19, 502, 64]" + ] + }, + { + "id": "openseek-3-af254c53deb34fd19bee4b75ed520801", + "input": "[112, 71, 138]", + "output": [ + "[56, 214, 69]" + ] + }, + { + "id": "openseek-3-af794baad68c46059250605a58097617", + "input": "[171, 59, 98, 131, 184, 104, 31]", + "output": [ + "[514, 178, 49, 394, 92, 52, 94]" + ] + }, + { + "id": "openseek-3-6804d80b778f48b6be8e938969f5aa5c", + "input": "[81, 112, 162, 83, 3, 87, 144, 110]", + "output": [ + "[244, 56, 81, 250, 10, 262, 72, 55]" + ] + }, + { + "id": "openseek-3-a13c3165d9594df68d8951aa87efa6aa", + "input": "[135, 131, 171, 143, 21, 60]", + "output": [ + "[406, 394, 514, 430, 64, 30]" + ] + }, + { + "id": "openseek-3-93111ecf19b94e49b7613031f88742f5", + "input": "[190, 94, 105]", + "output": [ + "[95, 47, 316]" + ] + }, + { + "id": "openseek-3-f4ec972dd1f34f11ac1ecb4a2379e2d5", + "input": "[109, 169, 82]", + "output": [ + "[328, 508, 41]" + ] + }, + { + "id": "openseek-3-be21a277cf8441bc9dfaff228d415821", + "input": "[151, 199, 165]", + "output": [ + "[454, 598, 496]" + ] + }, + { + "id": "openseek-3-1beef620551f4e928cd50f73b1da99c8", + "input": "[106, 56, 103, 26, 98, 64, 142, 126, 78]", + "output": [ + "[53, 28, 310, 13, 49, 32, 71, 63, 39]" + ] + }, + { + "id": "openseek-3-1eceee07d90d43dabbcb7d26830cd9a4", + "input": "[59, 121, 16]", + "output": [ + "[178, 364, 8]" + ] + }, + { + "id": "openseek-3-ece82977b40a426ea612ff3f9826d98a", + "input": "[141, 125, 45, 170, 110]", + "output": [ + "[424, 376, 136, 85, 55]" + ] + }, + { + "id": "openseek-3-4d72f72e054648448b0e3316fbaf0136", + "input": "[196, 197, 130, 12, 119, 53, 138, 194, 133]", + "output": [ + "[98, 592, 65, 6, 358, 160, 69, 97, 400]" + ] + }, + { + "id": "openseek-3-653d165f27f44e7091521d327de78819", + "input": "[171, 50, 29, 114, 119, 87]", + "output": [ + "[514, 25, 88, 57, 358, 262]" + ] + }, + { + "id": "openseek-3-d2584cc8490a4abd9a6c3220a0cee51f", + "input": "[33, 186, 20, 137, 113, 69, 66]", + "output": [ + "[100, 93, 10, 412, 340, 208, 33]" + ] + }, + { + "id": "openseek-3-e620070159b644049df36cf9e751442e", + "input": "[179, 120, 75, 171, 108]", + "output": [ + "[538, 60, 226, 514, 54]" + ] + }, + { + "id": "openseek-3-8dbd01035a8e4380bfa28e639c3099d6", + "input": "[9, 6, 9, 95, 179]", + "output": [ + "[28, 3, 28, 286, 538]" + ] + }, + { + "id": "openseek-3-8db52caa04e5436c8968ef9aefc2ea27", + "input": "[118, 152, 84, 107, 148, 19, 29]", + "output": [ + "[59, 76, 42, 322, 74, 58, 88]" + ] + }, + { + "id": "openseek-3-96027082c33b472a9e1600c330780d42", + "input": "[44, 96, 150, 22, 50, 51, 195, 14]", + "output": [ + "[22, 48, 75, 11, 25, 154, 586, 7]" + ] + }, + { + "id": "openseek-3-b79258bfda8941dd807de00a3ed02cc0", + "input": "[80, 46, 48, 76]", + "output": [ + "[40, 23, 24, 38]" + ] + }, + { + "id": "openseek-3-500b7c10647d4adbb18e088630e84331", + "input": "[75, 47]", + "output": [ + "[226, 142]" + ] + }, + { + "id": "openseek-3-59af101182494d1eaefe8984ec588fb0", + "input": "[131, 74, 185]", + "output": [ + "[394, 37, 556]" + ] + }, + { + "id": "openseek-3-22dfb6685c1f407cb6278bbb187150ea", + "input": "[68, 21, 83, 115, 15, 53, 136]", + "output": [ + "[34, 64, 250, 346, 46, 160, 68]" + ] + }, + { + "id": "openseek-3-c76d6ea4e7884a1f94d86b06873bb5c3", + "input": "[197, 109]", + "output": [ + "[592, 328]" + ] + }, + { + "id": "openseek-3-3ebadf9fe31a470f9bc88a083d08745c", + "input": "[102, 158, 80, 180, 95]", + "output": [ + "[51, 79, 40, 90, 286]" + ] + }, + { + "id": "openseek-3-6cdfe5fa34e146c19cc480518675ea4d", + "input": "[163, 128, 200, 141, 40, 52, 77, 107, 181]", + "output": [ + "[490, 64, 100, 424, 20, 26, 232, 322, 544]" + ] + }, + { + "id": "openseek-3-a9810acbee21412cb04174651428af74", + "input": "[120, 25]", + "output": [ + "[60, 76]" + ] + }, + { + "id": "openseek-3-931bae1363e94b609a377e2cdf1d78f5", + "input": "[133, 105, 89]", + "output": [ + "[400, 316, 268]" + ] + }, + { + "id": "openseek-3-3c05771df082432f9a4df3541300f650", + "input": "[17, 171, 15, 192, 126, 75, 54, 70]", + "output": [ + "[52, 514, 46, 96, 63, 226, 27, 35]" + ] + }, + { + "id": "openseek-3-af529023b4c340f2a1f251d68057084c", + "input": "[175, 23, 125, 2, 22, 13, 147]", + "output": [ + "[526, 70, 376, 1, 11, 40, 442]" + ] + }, + { + "id": "openseek-3-7cb0259b5e5b40ce883d4f7475c79348", + "input": "[91, 57, 145, 137]", + "output": [ + "[274, 172, 436, 412]" + ] + }, + { + "id": "openseek-3-2ab5a1484fc2423abab6dfb553d577cb", + "input": "[38, 91, 43, 103]", + "output": [ + "[19, 274, 130, 310]" + ] + }, + { + "id": "openseek-3-3c4e02a9e5e5410d8bcc370e24d50d25", + "input": "[32, 121, 77, 195, 149]", + "output": [ + "[16, 364, 232, 586, 448]" + ] + }, + { + "id": "openseek-3-317131990340486daf1bbd7806d0f60e", + "input": "[28, 106]", + "output": [ + "[14, 53]" + ] + }, + { + "id": "openseek-3-c4978ee69d074082ba5cdaae1ff589ea", + "input": "[119, 24, 14]", + "output": [ + "[358, 12, 7]" + ] + }, + { + "id": "openseek-3-cedfbfb2e9d44ea0a458a48e0f581033", + "input": "[39, 59, 141, 48, 197, 87, 29]", + "output": [ + "[118, 178, 424, 24, 592, 262, 88]" + ] + }, + { + "id": "openseek-3-dc749302c0cd4e44953d86a8e8f3d0b9", + "input": "[47, 105, 25, 41, 33, 127, 132, 39]", + "output": [ + "[142, 316, 76, 124, 100, 382, 66, 118]" + ] + }, + { + "id": "openseek-3-f1c119d772bd4ebeac699614b3515839", + "input": "[3, 180, 155, 111]", + "output": [ + "[10, 90, 466, 334]" + ] + }, + { + "id": "openseek-3-5ff967f27c704236942ccdc93104a0af", + "input": "[162, 180, 60, 39, 48]", + "output": [ + "[81, 90, 30, 118, 24]" + ] + }, + { + "id": "openseek-3-47cf97270f7148db8987735251e08b54", + "input": "[188, 62, 130]", + "output": [ + "[94, 31, 65]" + ] + }, + { + "id": "openseek-3-e6d1c1463a7244f28cd7f3c53524a7c4", + "input": "[165, 162, 58, 153, 69, 59, 22, 2, 115]", + "output": [ + "[496, 81, 29, 460, 208, 178, 11, 1, 346]" + ] + }, + { + "id": "openseek-3-af69ce113c22467f9e3f781f16bc1e07", + "input": "[133, 126, 14, 199, 65, 177, 170, 42]", + "output": [ + "[400, 63, 7, 598, 196, 532, 85, 21]" + ] + }, + { + "id": "openseek-3-788da015bdc940a294e84fd152c86f82", + "input": "[123, 171, 53]", + "output": [ + "[370, 514, 160]" + ] + }, + { + "id": "openseek-3-74153eb9a5e042f0a28be939735479cc", + "input": "[57, 199, 62, 20, 167, 98]", + "output": [ + "[172, 598, 31, 10, 502, 49]" + ] + }, + { + "id": "openseek-3-9e6f95c775f94561bfe9e667c91bad10", + "input": "[77, 76, 196]", + "output": [ + "[232, 38, 98]" + ] + }, + { + "id": "openseek-3-627c5b37eee44618850b6c5f9af113ad", + "input": "[162, 91, 166, 26, 62, 106]", + "output": [ + "[81, 274, 83, 13, 31, 53]" + ] + }, + { + "id": "openseek-3-df8e5b0229d94aab863dfa672ee23748", + "input": "[11, 1, 175, 22, 38, 159, 198, 54, 177]", + "output": [ + "[34, 4, 526, 11, 19, 478, 99, 27, 532]" + ] + }, + { + "id": "openseek-3-e00bfaefb04f43479b595dc770a2fa4b", + "input": "[193, 63, 111, 8]", + "output": [ + "[580, 190, 334, 4]" + ] + }, + { + "id": "openseek-3-a1c774655a4b40d99887c6ec3fc24d55", + "input": "[73, 130, 141, 108]", + "output": [ + "[220, 65, 424, 54]" + ] + }, + { + "id": "openseek-3-6fe432ff46d44a8dbe03622b8d178abb", + "input": "[193, 102, 149, 33]", + "output": [ + "[580, 51, 448, 100]" + ] + }, + { + "id": "openseek-3-bf9431842edc43fd9149098ef34cfaa4", + "input": "[72, 76, 112, 178, 91, 104, 165, 157, 15]", + "output": [ + "[36, 38, 56, 89, 274, 52, 496, 472, 46]" + ] + }, + { + "id": "openseek-3-87ffa5e8c7094063b931974e39d4168b", + "input": "[140, 173, 68, 50, 74]", + "output": [ + "[70, 520, 34, 25, 37]" + ] + }, + { + "id": "openseek-3-1f13b56e475443789671b71faeb367f0", + "input": "[12, 39, 55, 75]", + "output": [ + "[6, 118, 166, 226]" + ] + }, + { + "id": "openseek-3-7bd50d90ae1f4abfa0b093d3d60fea40", + "input": "[18, 2, 44, 100]", + "output": [ + "[9, 1, 22, 50]" + ] + }, + { + "id": "openseek-3-24f981ab2e8e4fc6b9e673b5a10d7da5", + "input": "[199, 32]", + "output": [ + "[598, 16]" + ] + }, + { + "id": "openseek-3-c85afaffe2e14d15898ef3110fee8470", + "input": "[83, 171, 74, 164, 168, 102]", + "output": [ + "[250, 514, 37, 82, 84, 51]" + ] + }, + { + "id": "openseek-3-c125c46078704b7abe6f5ef84efaa121", + "input": "[62, 4, 130, 180, 27, 167]", + "output": [ + "[31, 2, 65, 90, 82, 502]" + ] + }, + { + "id": "openseek-3-c016e0e0f8d14d71966f3e5de318c83a", + "input": "[181, 30, 116, 152, 155]", + "output": [ + "[544, 15, 58, 76, 466]" + ] + }, + { + "id": "openseek-3-4955b1ae3e6f4653997f59aa63cacc52", + "input": "[68, 144, 169, 49]", + "output": [ + "[34, 72, 508, 148]" + ] + }, + { + "id": "openseek-3-e4cc23f5528140d2a9b5aa58f7101634", + "input": "[27, 47, 54, 156, 16, 113, 190, 150, 149]", + "output": [ + "[82, 142, 27, 78, 8, 340, 95, 75, 448]" + ] + }, + { + "id": "openseek-3-cd1696344566455e8ad2794a3d778b45", + "input": "[178, 118, 116, 84, 82, 175, 23, 14]", + "output": [ + "[89, 59, 58, 42, 41, 526, 70, 7]" + ] + }, + { + "id": "openseek-3-7c4e959925004a5f8a4eb7c988432072", + "input": "[170, 69, 3, 14, 106, 68, 1]", + "output": [ + "[85, 208, 10, 7, 53, 34, 4]" + ] + }, + { + "id": "openseek-3-77260234f5ff4303b14226cc887c5083", + "input": "[127, 24, 165, 156, 15, 68, 85]", + "output": [ + "[382, 12, 496, 78, 46, 34, 256]" + ] + }, + { + "id": "openseek-3-8e5d8c530aa040809013698a2590df96", + "input": "[118, 14, 61, 68, 102, 183, 101, 170, 83]", + "output": [ + "[59, 7, 184, 34, 51, 550, 304, 85, 250]" + ] + }, + { + "id": "openseek-3-4f9162b701214dc5b2411816b8c1ca65", + "input": "[85, 52, 185, 200, 100, 77]", + "output": [ + "[256, 26, 556, 100, 50, 232]" + ] + }, + { + "id": "openseek-3-78103058a0a14d8cb60a8bbda4472366", + "input": "[161, 172, 104, 137, 69, 50, 122, 59]", + "output": [ + "[484, 86, 52, 412, 208, 25, 61, 178]" + ] + }, + { + "id": "openseek-3-c7e368f9e25049fa8acce21cdd3e1f36", + "input": "[37, 74, 69, 114, 149, 69]", + "output": [ + "[112, 37, 208, 57, 448, 208]" + ] + }, + { + "id": "openseek-3-121a96d02e1144aeaac01b20c18bf6f2", + "input": "[110, 119, 54, 158]", + "output": [ + "[55, 358, 27, 79]" + ] + }, + { + "id": "openseek-3-890a8f66717a441f9fbd3ec52f0f6c67", + "input": "[67, 84]", + "output": [ + "[202, 42]" + ] + }, + { + "id": "openseek-3-395d6e7be68b49ebbe64d5cf477d6674", + "input": "[184, 74, 178, 72, 45, 29, 40, 176, 104]", + "output": [ + "[92, 37, 89, 36, 136, 88, 20, 88, 52]" + ] + }, + { + "id": "openseek-3-7aab3215980c44a698ddcfe3f72aa8d2", + "input": "[104, 85, 169, 103, 186, 28, 73, 81, 156]", + "output": [ + "[52, 256, 508, 310, 93, 14, 220, 244, 78]" + ] + }, + { + "id": "openseek-3-59b21e1f2cec4561b456f746876583e2", + "input": "[161, 9]", + "output": [ + "[484, 28]" + ] + }, + { + "id": "openseek-3-f6a59443e64c414283049155c29dfe7c", + "input": "[146, 7, 73]", + "output": [ + "[73, 22, 220]" + ] + }, + { + "id": "openseek-3-e5dd7750da4d42c8b0fb99364885bc92", + "input": "[24, 72, 104, 165, 124, 59, 18, 11]", + "output": [ + "[12, 36, 52, 496, 62, 178, 9, 34]" + ] + }, + { + "id": "openseek-3-fcfd575979bd4b3c8ed92b4751215706", + "input": "[6, 19, 31, 72]", + "output": [ + "[3, 58, 94, 36]" + ] + }, + { + "id": "openseek-3-034048b3270a4f888c0d73e275d68f45", + "input": "[140, 141, 118]", + "output": [ + "[70, 424, 59]" + ] + }, + { + "id": "openseek-3-7d3a4ebf721748ef995c1891a4c168fa", + "input": "[141, 18, 39, 36, 58, 43, 169]", + "output": [ + "[424, 9, 118, 18, 29, 130, 508]" + ] + }, + { + "id": "openseek-3-5ccb9b5ecf6e4dc88a3aa708c9d4c34a", + "input": "[19, 33, 142, 14]", + "output": [ + "[58, 100, 71, 7]" + ] + }, + { + "id": "openseek-3-04327f29f32c4bb18f3de437e4076cd4", + "input": "[33, 114, 39, 106, 88, 162]", + "output": [ + "[100, 57, 118, 53, 44, 81]" + ] + }, + { + "id": "openseek-3-dd435b5a741d414fa9263128bd888697", + "input": "[65, 26, 148, 3, 168]", + "output": [ + "[196, 13, 74, 10, 84]" + ] + }, + { + "id": "openseek-3-377e480a2cfd42fd9e522ed54bc67703", + "input": "[27, 96, 45]", + "output": [ + "[82, 48, 136]" + ] + }, + { + "id": "openseek-3-3018b46f041d463a8ccd95c2ee6d2844", + "input": "[29, 107, 25, 43]", + "output": [ + "[88, 322, 76, 130]" + ] + }, + { + "id": "openseek-3-e6cc2e9c3a754355b787a7c23b3363ab", + "input": "[6, 25, 151, 162]", + "output": [ + "[3, 76, 454, 81]" + ] + }, + { + "id": "openseek-3-d8bf8d60356542c1b64ddc8cfb1faadc", + "input": "[80, 80, 54, 140, 200, 62]", + "output": [ + "[40, 40, 27, 70, 100, 31]" + ] + }, + { + "id": "openseek-3-7166004d21ce4eaf8241793c3946266e", + "input": "[49, 86]", + "output": [ + "[148, 43]" + ] + }, + { + "id": "openseek-3-2688eeca66334fdca2bf4cff660e3c3d", + "input": "[148, 156, 29, 96, 139, 97]", + "output": [ + "[74, 78, 88, 48, 418, 292]" + ] + }, + { + "id": "openseek-3-c91995161b0149e7853f9cfa00824f10", + "input": "[184, 97]", + "output": [ + "[92, 292]" + ] + }, + { + "id": "openseek-3-3c8e652cd6be4b8eb9048e1a86edfbf5", + "input": "[159, 133, 70, 57, 155, 74, 92, 33]", + "output": [ + "[478, 400, 35, 172, 466, 37, 46, 100]" + ] + }, + { + "id": "openseek-3-1c51b943447b45ee8690bc8df83e5c0f", + "input": "[107, 6, 36, 28, 185, 37, 81, 36]", + "output": [ + "[322, 3, 18, 14, 556, 112, 244, 18]" + ] + }, + { + "id": "openseek-3-e8d4bb32a44b420f9f08787354825b69", + "input": "[116, 3, 18, 94, 171, 118, 117]", + "output": [ + "[58, 10, 9, 47, 514, 59, 352]" + ] + }, + { + "id": "openseek-3-61b4cdd8f528456aa4cdcc4d75be2811", + "input": "[103, 199, 117, 16, 128, 138, 127, 180, 87]", + "output": [ + "[310, 598, 352, 8, 64, 69, 382, 90, 262]" + ] + }, + { + "id": "openseek-3-c2d5a3a413c74dedb351239c25cfde9a", + "input": "[20, 195, 10, 54, 26, 191, 19]", + "output": [ + "[10, 586, 5, 27, 13, 574, 58]" + ] + }, + { + "id": "openseek-3-f186de1ced5b443583c42a84a9ce269b", + "input": "[195, 189]", + "output": [ + "[586, 568]" + ] + }, + { + "id": "openseek-3-693acaff2a714d73badc10c12f066cda", + "input": "[84, 179, 136, 134, 189, 110, 17]", + "output": [ + "[42, 538, 68, 67, 568, 55, 52]" + ] + }, + { + "id": "openseek-3-e37247ad6f31450382d29edefb8f8296", + "input": "[14, 99, 52, 98, 198]", + "output": [ + "[7, 298, 26, 49, 99]" + ] + }, + { + "id": "openseek-3-16a92f595762467fa768b2884e4a6684", + "input": "[193, 34]", + "output": [ + "[580, 17]" + ] + }, + { + "id": "openseek-3-25e7be103a684d2fa62f2e56500ba0fa", + "input": "[87, 153]", + "output": [ + "[262, 460]" + ] + }, + { + "id": "openseek-3-20fed11c804a472d8ff88b7248d11888", + "input": "[73, 103, 18, 71, 124, 194, 137, 64]", + "output": [ + "[220, 310, 9, 214, 62, 97, 412, 32]" + ] + }, + { + "id": "openseek-3-2c086db74df543978298f82a4abbf945", + "input": "[4, 22, 65]", + "output": [ + "[2, 11, 196]" + ] + }, + { + "id": "openseek-3-7fca8f36bfa247febb2b96cbe017aa75", + "input": "[171, 137]", + "output": [ + "[514, 412]" + ] + }, + { + "id": "openseek-3-1732d33ccc7542e29c8c308cc6094134", + "input": "[92, 65, 34, 84, 16, 97, 188, 181]", + "output": [ + "[46, 196, 17, 42, 8, 292, 94, 544]" + ] + }, + { + "id": "openseek-3-7cdb82b9133e48e883f48d64efc93c87", + "input": "[98, 159, 113, 67, 188, 8]", + "output": [ + "[49, 478, 340, 202, 94, 4]" + ] + }, + { + "id": "openseek-3-c9ec99f984714960854c6d79f705d0db", + "input": "[9, 25, 141, 84, 91]", + "output": [ + "[28, 76, 424, 42, 274]" + ] + }, + { + "id": "openseek-3-294abfb749a8420581a744841dd6f71f", + "input": "[136, 171, 171, 34, 158, 35, 129]", + "output": [ + "[68, 514, 514, 17, 79, 106, 388]" + ] + }, + { + "id": "openseek-3-553b7606e7fa4b4cbbcd5d97a86e3fd4", + "input": "[192, 47, 62, 96]", + "output": [ + "[96, 142, 31, 48]" + ] + }, + { + "id": "openseek-3-c19e3a23c4f24b3a80a40a03dbb029c8", + "input": "[137, 102, 27, 23, 34, 177, 177]", + "output": [ + "[412, 51, 82, 70, 17, 532, 532]" + ] + }, + { + "id": "openseek-3-597501e1beac43f9a5b4e1c2e4b51547", + "input": "[110, 157, 66]", + "output": [ + "[55, 472, 33]" + ] + }, + { + "id": "openseek-3-4a4b0b47c3fd4f2087d27b99802a3b8f", + "input": "[87, 30, 82, 28, 71, 116, 189]", + "output": [ + "[262, 15, 41, 14, 214, 58, 568]" + ] + }, + { + "id": "openseek-3-bcec670b298647c4b180d9ee9d5d8879", + "input": "[27, 139, 146, 83, 64, 36, 103, 95]", + "output": [ + "[82, 418, 73, 250, 32, 18, 310, 286]" + ] + }, + { + "id": "openseek-3-f80198c06f0c40f0a9fabbf44f57c744", + "input": "[27, 174, 157, 83, 54, 84, 65]", + "output": [ + "[82, 87, 472, 250, 27, 42, 196]" + ] + }, + { + "id": "openseek-3-47566f69b79e41e2a16c4b2c645df834", + "input": "[24, 59, 145, 125, 104, 111, 172, 59]", + "output": [ + "[12, 178, 436, 376, 52, 334, 86, 178]" + ] + }, + { + "id": "openseek-3-b63f2735d00546798993a5a647e55c88", + "input": "[173, 94, 152, 87, 32, 106, 52, 61, 151]", + "output": [ + "[520, 47, 76, 262, 16, 53, 26, 184, 454]" + ] + }, + { + "id": "openseek-3-07cf9b6ac27c4e478d540dba513c10a4", + "input": "[23, 121, 83, 146, 62]", + "output": [ + "[70, 364, 250, 73, 31]" + ] + }, + { + "id": "openseek-3-2fb99c92799c4cdaa8464f6972b5a379", + "input": "[8, 137, 38, 22, 7, 32]", + "output": [ + "[4, 412, 19, 11, 22, 16]" + ] + }, + { + "id": "openseek-3-99fda6f3093441649233af3c6c1f88dd", + "input": "[6, 127, 146]", + "output": [ + "[3, 382, 73]" + ] + }, + { + "id": "openseek-3-9807ed80434949008647a3a86a7a233d", + "input": "[163, 55, 15, 159, 142, 13]", + "output": [ + "[490, 166, 46, 478, 71, 40]" + ] + }, + { + "id": "openseek-3-f2300cec158541209ab63776ade23139", + "input": "[118, 133, 5, 80, 6, 43, 5, 199]", + "output": [ + "[59, 400, 16, 40, 3, 130, 16, 598]" + ] + }, + { + "id": "openseek-3-8c74e8897c924ca4a657fd054dfe57f1", + "input": "[99, 63, 151, 136]", + "output": [ + "[298, 190, 454, 68]" + ] + }, + { + "id": "openseek-3-01dbe3c648a94db5975ce3815da19d52", + "input": "[156, 94, 137, 95, 155, 1]", + "output": [ + "[78, 47, 412, 286, 466, 4]" + ] + }, + { + "id": "openseek-3-4b3aba8f5f1442ee971acdf5e3f95ae5", + "input": "[163, 52, 50, 31, 200, 27, 68]", + "output": [ + "[490, 26, 25, 94, 100, 82, 34]" + ] + }, + { + "id": "openseek-3-a30943b2c44e4d8093bc13f9358f0463", + "input": "[34, 36, 139, 33, 59, 116, 54]", + "output": [ + "[17, 18, 418, 100, 178, 58, 27]" + ] + }, + { + "id": "openseek-3-08bad483f55e4e539bc216c83293b848", + "input": "[76, 106, 42, 66, 75, 136, 1, 46]", + "output": [ + "[38, 53, 21, 33, 226, 68, 4, 23]" + ] + }, + { + "id": "openseek-3-0a8f18df882e4e0d9bdfd8971614e9c5", + "input": "[136, 170, 184, 59]", + "output": [ + "[68, 85, 92, 178]" + ] + }, + { + "id": "openseek-3-8bcde47598ce49eeb3234b37d5e094c7", + "input": "[97, 180, 145, 119, 89]", + "output": [ + "[292, 90, 436, 358, 268]" + ] + }, + { + "id": "openseek-3-7b6a018471fb49898b113176cd3ce9d3", + "input": "[134, 20, 132]", + "output": [ + "[67, 10, 66]" + ] + }, + { + "id": "openseek-3-0d228dbe88e34b079a5f2b3ca41b8839", + "input": "[27, 89, 93, 67, 17, 146, 163]", + "output": [ + "[82, 268, 280, 202, 52, 73, 490]" + ] + }, + { + "id": "openseek-3-4e1fb5fe1a3445c5a886110c1fdf72ca", + "input": "[33, 156, 116]", + "output": [ + "[100, 78, 58]" + ] + }, + { + "id": "openseek-3-b6a03eccec6d45d3a85d23aea658ffb2", + "input": "[64, 164, 24, 58, 9, 48, 51]", + "output": [ + "[32, 82, 12, 29, 28, 24, 154]" + ] + }, + { + "id": "openseek-3-a439af2657af459982ab571cd8378f13", + "input": "[190, 40, 115, 114]", + "output": [ + "[95, 20, 346, 57]" + ] + }, + { + "id": "openseek-3-b2479e1495a84bfebff75e4dc6e76836", + "input": "[131, 92, 83]", + "output": [ + "[394, 46, 250]" + ] + }, + { + "id": "openseek-3-82017172db7841d5b41fb6de6081c47f", + "input": "[126, 195, 87, 98]", + "output": [ + "[63, 586, 262, 49]" + ] + }, + { + "id": "openseek-3-b055a091723647688f597a8461e16524", + "input": "[103, 161, 129, 50, 39, 24]", + "output": [ + "[310, 484, 388, 25, 118, 12]" + ] + }, + { + "id": "openseek-3-a7c7d10ceea64784bc62cb0617833a5a", + "input": "[132, 167]", + "output": [ + "[66, 502]" + ] + }, + { + "id": "openseek-3-ff30b50511ba448884ef98917785be65", + "input": "[99, 61, 50, 102, 77]", + "output": [ + "[298, 184, 25, 51, 232]" + ] + }, + { + "id": "openseek-3-fc393f14a4a349b7980021d82fef90c4", + "input": "[25, 173, 129, 3, 42]", + "output": [ + "[76, 520, 388, 10, 21]" + ] + }, + { + "id": "openseek-3-feaa0e740c054f4aa4e8b5fa3f2c67d2", + "input": "[98, 25, 152, 3, 47, 19, 86]", + "output": [ + "[49, 76, 76, 10, 142, 58, 43]" + ] + }, + { + "id": "openseek-3-58ede255db814ca79a0bb672e0460bb7", + "input": "[120, 141, 43, 112]", + "output": [ + "[60, 424, 130, 56]" + ] + }, + { + "id": "openseek-3-4658138e134247d0aa43d283f3b9f484", + "input": "[49, 5, 159, 176, 25]", + "output": [ + "[148, 16, 478, 88, 76]" + ] + }, + { + "id": "openseek-3-4148d74f9d59464a837d8ee8e5c84317", + "input": "[143, 169, 32, 16, 178, 47]", + "output": [ + "[430, 508, 16, 8, 89, 142]" + ] + }, + { + "id": "openseek-3-08552feb06084e43bbdbd1d839e5880e", + "input": "[198, 66, 152, 3, 44, 52, 181, 170]", + "output": [ + "[99, 33, 76, 10, 22, 26, 544, 85]" + ] + }, + { + "id": "openseek-3-67f42d253909429da306048637fd7ec8", + "input": "[55, 75]", + "output": [ + "[166, 226]" + ] + }, + { + "id": "openseek-3-354207410137419290edb0970ba0a8f1", + "input": "[20, 82, 44, 8, 198, 95, 107, 75, 137]", + "output": [ + "[10, 41, 22, 4, 99, 286, 322, 226, 412]" + ] + }, + { + "id": "openseek-3-722854065c2d4635b5bf62d463029453", + "input": "[76, 55]", + "output": [ + "[38, 166]" + ] + }, + { + "id": "openseek-3-58243570bced4eb0b86334c514d73a39", + "input": "[97, 194, 168, 118, 30, 112, 87, 137, 56]", + "output": [ + "[292, 97, 84, 59, 15, 56, 262, 412, 28]" + ] + }, + { + "id": "openseek-3-9a6efc9d51af473aba8d9cc0a5f96a62", + "input": "[83, 7, 98, 70, 140, 87]", + "output": [ + "[250, 22, 49, 35, 70, 262]" + ] + }, + { + "id": "openseek-3-e1dcb91208524f28bba15fa1e1d7b5d6", + "input": "[188, 73, 28]", + "output": [ + "[94, 220, 14]" + ] + }, + { + "id": "openseek-3-4b030e319449451d821fd08970eaabc4", + "input": "[67, 187, 160, 32, 77, 36, 32, 86]", + "output": [ + "[202, 562, 80, 16, 232, 18, 16, 43]" + ] + }, + { + "id": "openseek-3-0f638054015a4814a8fe81e893d071d2", + "input": "[198, 182, 35, 31, 20, 6, 60]", + "output": [ + "[99, 91, 106, 94, 10, 3, 30]" + ] + }, + { + "id": "openseek-3-1df24a3b0fb64076a64a4ede61b02658", + "input": "[121, 11, 60, 26, 200, 192, 171, 133, 53]", + "output": [ + "[364, 34, 30, 13, 100, 96, 514, 400, 160]" + ] + }, + { + "id": "openseek-3-53974aaa0eab40cba83e5ae32d5b5a87", + "input": "[118, 20, 5, 148, 134, 119]", + "output": [ + "[59, 10, 16, 74, 67, 358]" + ] + }, + { + "id": "openseek-3-03ece313bdc947daa3f04c0d75a3c1ca", + "input": "[77, 188, 17, 187, 54, 121, 139]", + "output": [ + "[232, 94, 52, 562, 27, 364, 418]" + ] + }, + { + "id": "openseek-3-d4ef036d4ace446bbd360fcd0f1fe2cc", + "input": "[73, 55, 193, 148, 194, 66, 59]", + "output": [ + "[220, 166, 580, 74, 97, 33, 178]" + ] + }, + { + "id": "openseek-3-9c398faff7814a1babb0aa3227fa8c96", + "input": "[26, 30, 151, 87, 25, 128]", + "output": [ + "[13, 15, 454, 262, 76, 64]" + ] + }, + { + "id": "openseek-3-fe90d7c090ba427ca2f839e27fb0141b", + "input": "[192, 170, 189]", + "output": [ + "[96, 85, 568]" + ] + }, + { + "id": "openseek-3-af33a4a397774bceb0058a851f97ee39", + "input": "[85, 83, 152]", + "output": [ + "[256, 250, 76]" + ] + }, + { + "id": "openseek-3-0c6b598b80d34ddea0b083b65ac91f08", + "input": "[84, 46, 95, 3, 113, 76, 47, 37, 118]", + "output": [ + "[42, 23, 286, 10, 340, 38, 142, 112, 59]" + ] + }, + { + "id": "openseek-3-3c6fcd5ad0874dee8e0b5fcc47b367db", + "input": "[103, 47, 62]", + "output": [ + "[310, 142, 31]" + ] + }, + { + "id": "openseek-3-08633a07d9ca40d5aba8e74b422dcbaa", + "input": "[85, 173, 93, 89, 114]", + "output": [ + "[256, 520, 280, 268, 57]" + ] + }, + { + "id": "openseek-3-98949b5fc76b4b87ba5082b4fe796775", + "input": "[1, 12]", + "output": [ + "[4, 6]" + ] + }, + { + "id": "openseek-3-4fd3bf48341140eab5ad1de7ab8365c8", + "input": "[39, 79, 61, 34]", + "output": [ + "[118, 238, 184, 17]" + ] + }, + { + "id": "openseek-3-1b9c40fdc1a148a4a1b5e8e24721fe8e", + "input": "[193, 47, 110, 79, 164, 45, 195, 184, 88]", + "output": [ + "[580, 142, 55, 238, 82, 136, 586, 92, 44]" + ] + }, + { + "id": "openseek-3-851445834f0e4cf8a865c5b04c812b5a", + "input": "[21, 117]", + "output": [ + "[64, 352]" + ] + }, + { + "id": "openseek-3-35eea60e6b8e49c480fd930c0a7ed801", + "input": "[58, 112, 85, 122, 88, 163, 106, 77]", + "output": [ + "[29, 56, 256, 61, 44, 490, 53, 232]" + ] + }, + { + "id": "openseek-3-f9de0668906e47448273ed154be5366e", + "input": "[75, 153, 173, 168, 54, 173, 91, 142, 49]", + "output": [ + "[226, 460, 520, 84, 27, 520, 274, 71, 148]" + ] + }, + { + "id": "openseek-3-a01bd362e3d84103a017127ee453c33e", + "input": "[75, 49, 43, 170, 105, 58, 167, 6]", + "output": [ + "[226, 148, 130, 85, 316, 29, 502, 3]" + ] + }, + { + "id": "openseek-3-c9cf4f3805a647968fbf612c6bdfa3bb", + "input": "[64, 167]", + "output": [ + "[32, 502]" + ] + }, + { + "id": "openseek-3-a7c634f67fbe4228a44dfc07994d0677", + "input": "[173, 195, 31, 6, 24, 5]", + "output": [ + "[520, 586, 94, 3, 12, 16]" + ] + }, + { + "id": "openseek-3-7c66dce481694b3bb9e9df64363b53d9", + "input": "[8, 16, 16, 148, 9, 150, 51, 26, 193]", + "output": [ + "[4, 8, 8, 74, 28, 75, 154, 13, 580]" + ] + }, + { + "id": "openseek-3-cbcb0bbc33834ca5b75d8b77c09c6a2b", + "input": "[47, 199]", + "output": [ + "[142, 598]" + ] + }, + { + "id": "openseek-3-ddcb3d15d6064fa2be6e4cd21d4cfd1e", + "input": "[110, 163, 160, 152, 163, 68, 40]", + "output": [ + "[55, 490, 80, 76, 490, 34, 20]" + ] + }, + { + "id": "openseek-3-5a394f7656d9476aa0994092f94663f0", + "input": "[167, 96]", + "output": [ + "[502, 48]" + ] + }, + { + "id": "openseek-3-6eab1618dfb2406792726fb7a2c78256", + "input": "[174, 63, 60]", + "output": [ + "[87, 190, 30]" + ] + }, + { + "id": "openseek-3-92d8e7da09164c5c8090435f30c7d569", + "input": "[147, 124, 173, 187, 109, 160, 164]", + "output": [ + "[442, 62, 520, 562, 328, 80, 82]" + ] + }, + { + "id": "openseek-3-0c3fd49cbda7499f87f4254714315901", + "input": "[107, 66, 14, 153]", + "output": [ + "[322, 33, 7, 460]" + ] + }, + { + "id": "openseek-3-1639a9fd8f7145778cb402ad148487be", + "input": "[163, 114, 52, 79, 3, 163, 48, 180, 49]", + "output": [ + "[490, 57, 26, 238, 10, 490, 24, 90, 148]" + ] + }, + { + "id": "openseek-3-40cf9f35453b4770a92aecf6c4f4ccdd", + "input": "[61, 38]", + "output": [ + "[184, 19]" + ] + }, + { + "id": "openseek-3-075a843791d54c96ae22087e8714650f", + "input": "[146, 9, 100]", + "output": [ + "[73, 28, 50]" + ] + }, + { + "id": "openseek-3-f71af6bad65440f991d015d5fc4aa4a2", + "input": "[42, 100, 143, 52, 112]", + "output": [ + "[21, 50, 430, 26, 56]" + ] + }, + { + "id": "openseek-3-de0d15c2d1124fef8b937b0a06230dd2", + "input": "[1, 194, 61]", + "output": [ + "[4, 97, 184]" + ] + }, + { + "id": "openseek-3-1dd3203065204b698eaa31d757024912", + "input": "[111, 112]", + "output": [ + "[334, 56]" + ] + }, + { + "id": "openseek-3-5a52b842737f4a38853a74d0aa5363eb", + "input": "[110, 63, 172, 119, 120]", + "output": [ + "[55, 190, 86, 358, 60]" + ] + }, + { + "id": "openseek-3-e8282d5a81f8428bb7308f2c8fc8889b", + "input": "[14, 5]", + "output": [ + "[7, 16]" + ] + }, + { + "id": "openseek-3-d69b4894e4214c2185978b5aa05034e0", + "input": "[54, 172, 60, 17]", + "output": [ + "[27, 86, 30, 52]" + ] + }, + { + "id": "openseek-3-379a4c7de1c54615a0e4cc6b836ccaaf", + "input": "[198, 98, 180, 23, 95, 160, 38, 87]", + "output": [ + "[99, 49, 90, 70, 286, 80, 19, 262]" + ] + }, + { + "id": "openseek-3-a53d7c409cea4eec97a249e37dac2ab4", + "input": "[95, 1, 24, 141]", + "output": [ + "[286, 4, 12, 424]" + ] + }, + { + "id": "openseek-3-bdf179440095456aa4b5cf6963a54b8f", + "input": "[41, 36, 76, 177, 89]", + "output": [ + "[124, 18, 38, 532, 268]" + ] + }, + { + "id": "openseek-3-14fb92bbcd444b93adb2878c648cdc9e", + "input": "[49, 119, 190, 55]", + "output": [ + "[148, 358, 95, 166]" + ] + }, + { + "id": "openseek-3-1b4456707dfc460bb69558b00c929b1b", + "input": "[33, 162, 147, 47, 51, 4, 105, 11]", + "output": [ + "[100, 81, 442, 142, 154, 2, 316, 34]" + ] + }, + { + "id": "openseek-3-068fc1e8ab244efb8e3b342bd94b5a91", + "input": "[81, 7, 5]", + "output": [ + "[244, 22, 16]" + ] + }, + { + "id": "openseek-3-5ab937ad454c4cb790aadfe9fc518dee", + "input": "[77, 1]", + "output": [ + "[232, 4]" + ] + }, + { + "id": "openseek-3-bcbe4575634c47c3955204e51b4134f6", + "input": "[101, 97]", + "output": [ + "[304, 292]" + ] + }, + { + "id": "openseek-3-731b9eb6a41943d4a7502a44feb5fbb9", + "input": "[113, 59, 134]", + "output": [ + "[340, 178, 67]" + ] + }, + { + "id": "openseek-3-541c443dfee148d3bbfcbdb528b0ef73", + "input": "[34, 94, 146, 144]", + "output": [ + "[17, 47, 73, 72]" + ] + }, + { + "id": "openseek-3-020b1d415f144a16ba39fe257a1517cd", + "input": "[189, 146, 4, 67, 115, 175, 84, 88, 199]", + "output": [ + "[568, 73, 2, 202, 346, 526, 42, 44, 598]" + ] + }, + { + "id": "openseek-3-dfe2f667bc9f45dca0b227ea178ad17b", + "input": "[142, 96, 29, 20, 56, 64, 58]", + "output": [ + "[71, 48, 88, 10, 28, 32, 29]" + ] + }, + { + "id": "openseek-3-ffbccbfaca564670b6ca0f67502a5775", + "input": "[34, 111]", + "output": [ + "[17, 334]" + ] + }, + { + "id": "openseek-3-a14e8b30fb2b4cc7840e771f14fc222e", + "input": "[11, 39]", + "output": [ + "[34, 118]" + ] + }, + { + "id": "openseek-3-df840d725f7c417ea04ec4b70fe3ae0d", + "input": "[62, 119, 191, 127, 2, 144, 79, 172]", + "output": [ + "[31, 358, 574, 382, 1, 72, 238, 86]" + ] + }, + { + "id": "openseek-3-f079cd9898d342b789723111bc829af1", + "input": "[118, 96, 14]", + "output": [ + "[59, 48, 7]" + ] + }, + { + "id": "openseek-3-f4bfe8328b144ccf9dbb99f3fe669bd5", + "input": "[79, 47, 31, 185, 2]", + "output": [ + "[238, 142, 94, 556, 1]" + ] + }, + { + "id": "openseek-3-cee8f93d57234051a3cc2e6e84e7ebd9", + "input": "[179, 118, 195, 198, 107, 138]", + "output": [ + "[538, 59, 586, 99, 322, 69]" + ] + }, + { + "id": "openseek-3-0708c3b862d54a3b973a80c446b39f74", + "input": "[30, 53]", + "output": [ + "[15, 160]" + ] + }, + { + "id": "openseek-3-3fcd8b7e41e94b26aabe969c51bd5ebc", + "input": "[91, 131, 158, 192, 40, 148]", + "output": [ + "[274, 394, 79, 96, 20, 74]" + ] + }, + { + "id": "openseek-3-60e034a2022d4fc0aeed521a65d36d57", + "input": "[91, 74, 193, 187, 59]", + "output": [ + "[274, 37, 580, 562, 178]" + ] + }, + { + "id": "openseek-3-ef4a6f2b6ee14b5980171fbe0b0353c3", + "input": "[115, 117]", + "output": [ + "[346, 352]" + ] + }, + { + "id": "openseek-3-d5ffdff655ba4b008dd84b007bb91e8c", + "input": "[31, 32]", + "output": [ + "[94, 16]" + ] + }, + { + "id": "openseek-3-1b852443d081402ea891bbd0441cf902", + "input": "[42, 195, 140]", + "output": [ + "[21, 586, 70]" + ] + }, + { + "id": "openseek-3-3e87b44823de408eada779a3a1c2d192", + "input": "[192, 58, 162, 5, 86]", + "output": [ + "[96, 29, 81, 16, 43]" + ] + }, + { + "id": "openseek-3-c497453bd94c49eba2e2d8351991a422", + "input": "[170, 32]", + "output": [ + "[85, 16]" + ] + }, + { + "id": "openseek-3-a8deedb6aff54c3bb813006f670e19dc", + "input": "[197, 168, 43]", + "output": [ + "[592, 84, 130]" + ] + }, + { + "id": "openseek-3-63079c32405649719035111f58937229", + "input": "[43, 64]", + "output": [ + "[130, 32]" + ] + }, + { + "id": "openseek-3-18d0910ebe32470eac3cced025ca7f8e", + "input": "[112, 68, 145]", + "output": [ + "[56, 34, 436]" + ] + }, + { + "id": "openseek-3-1e2f112d5fce466499da3c0e8f2a6561", + "input": "[92, 170]", + "output": [ + "[46, 85]" + ] + }, + { + "id": "openseek-3-0995b2f0f42c4846929e40bf806a18d5", + "input": "[62, 10, 91, 14, 67]", + "output": [ + "[31, 5, 274, 7, 202]" + ] + }, + { + "id": "openseek-3-624d7ab8a6264c4295d7691af8e6a462", + "input": "[199, 190, 18, 5, 35]", + "output": [ + "[598, 95, 9, 16, 106]" + ] + }, + { + "id": "openseek-3-25503c6d913342f38ec9adfd63af5d1d", + "input": "[171, 40, 106, 87, 58, 57, 90, 124, 112]", + "output": [ + "[514, 20, 53, 262, 29, 172, 45, 62, 56]" + ] + }, + { + "id": "openseek-3-6e00bbea894143a0a98c4864e1685f1b", + "input": "[6, 198, 103, 50, 42, 3]", + "output": [ + "[3, 99, 310, 25, 21, 10]" + ] + }, + { + "id": "openseek-3-eda4984bca7b4ad998f427144529e879", + "input": "[151, 17, 72, 96, 71, 182, 30]", + "output": [ + "[454, 52, 36, 48, 214, 91, 15]" + ] + }, + { + "id": "openseek-3-97ac38a749b243cc9169c3d6d93c1377", + "input": "[81, 83, 117, 86, 96, 187, 113]", + "output": [ + "[244, 250, 352, 43, 48, 562, 340]" + ] + }, + { + "id": "openseek-3-849a722ae952422998f99040aba15e0e", + "input": "[170, 33]", + "output": [ + "[85, 100]" + ] + }, + { + "id": "openseek-3-0e2d5b6f209b433d9f8bacae83b180a1", + "input": "[25, 108, 171, 25]", + "output": [ + "[76, 54, 514, 76]" + ] + }, + { + "id": "openseek-3-9d156e10007741e7a1a0c6d63980667b", + "input": "[158, 124, 184, 87]", + "output": [ + "[79, 62, 92, 262]" + ] + }, + { + "id": "openseek-3-c0d69a77e9574ab5a0a78e1bc47debdd", + "input": "[36, 48]", + "output": [ + "[18, 24]" + ] + }, + { + "id": "openseek-3-53bfd9ac88e04f0790b49602d7016579", + "input": "[151, 112, 186, 104, 175, 129]", + "output": [ + "[454, 56, 93, 52, 526, 388]" + ] + }, + { + "id": "openseek-3-f2486b38bebc400e9d1852e54ad95343", + "input": "[11, 161]", + "output": [ + "[34, 484]" + ] + }, + { + "id": "openseek-3-36dd02eb31084aea8d99b0c0d0a76d00", + "input": "[116, 129, 83, 89, 33, 68, 114, 3, 64]", + "output": [ + "[58, 388, 250, 268, 100, 34, 57, 10, 32]" + ] + }, + { + "id": "openseek-3-2c99b8f0142e451799afa32c95b667a0", + "input": "[50, 89, 75, 131, 88, 85]", + "output": [ + "[25, 268, 226, 394, 44, 256]" + ] + }, + { + "id": "openseek-3-be0c5a2f0a6646af834ba993f0b33a14", + "input": "[197, 132, 76, 197, 113, 73, 44, 174, 58]", + "output": [ + "[592, 66, 38, 592, 340, 220, 22, 87, 29]" + ] + }, + { + "id": "openseek-3-95e060222fab40fea73bf7110592681b", + "input": "[143, 5, 138]", + "output": [ + "[430, 16, 69]" + ] + }, + { + "id": "openseek-3-11a0c05596d84f138289c07ccadd530d", + "input": "[21, 139, 149, 163, 59]", + "output": [ + "[64, 418, 448, 490, 178]" + ] + }, + { + "id": "openseek-3-9b939615ed8844918f13b18b95364a0b", + "input": "[118, 21]", + "output": [ + "[59, 64]" + ] + }, + { + "id": "openseek-3-593bdeb7ee914ff9b4a9c09ece446c0b", + "input": "[16, 155]", + "output": [ + "[8, 466]" + ] + }, + { + "id": "openseek-3-598bc31fada64a27b1d6702910afc9f0", + "input": "[63, 20, 71, 41, 62]", + "output": [ + "[190, 10, 214, 124, 31]" + ] + }, + { + "id": "openseek-3-8526d22f95f8407d93803937544e14f8", + "input": "[104, 49]", + "output": [ + "[52, 148]" + ] + }, + { + "id": "openseek-3-7a3bd1a023244369926f34b54e16bb52", + "input": "[197, 188, 18]", + "output": [ + "[592, 94, 9]" + ] + }, + { + "id": "openseek-3-adfb5de4cf724eaa8c4831fb52ecf0b9", + "input": "[132, 111, 188]", + "output": [ + "[66, 334, 94]" + ] + }, + { + "id": "openseek-3-e4bf9680c1dd47189deb3019ff261f8f", + "input": "[106, 108, 192, 25, 35]", + "output": [ + "[53, 54, 96, 76, 106]" + ] + }, + { + "id": "openseek-3-4ab4262041b848a59ddcc7c364f689ba", + "input": "[116, 196]", + "output": [ + "[58, 98]" + ] + }, + { + "id": "openseek-3-2f507643b6cd468fa1f3e5862a4b2270", + "input": "[64, 135, 128, 125, 29]", + "output": [ + "[32, 406, 64, 376, 88]" + ] + }, + { + "id": "openseek-3-d8c21284a12f4f55abeed910cc6e9315", + "input": "[141, 191, 97, 5, 162, 27, 178, 32]", + "output": [ + "[424, 574, 292, 16, 81, 82, 89, 16]" + ] + }, + { + "id": "openseek-3-f6b8bd785fc840fc8f59b45e2e9304aa", + "input": "[116, 115, 130, 12, 134, 79, 27, 172, 118]", + "output": [ + "[58, 346, 65, 6, 67, 238, 82, 86, 59]" + ] + }, + { + "id": "openseek-3-8ea38bd4b2b343e4ab4b73d86d9ed72e", + "input": "[140, 64, 141, 44, 68, 195, 70, 162]", + "output": [ + "[70, 32, 424, 22, 34, 586, 35, 81]" + ] + }, + { + "id": "openseek-3-6ec54b1557f547d7bbefd6981454b79d", + "input": "[182, 181]", + "output": [ + "[91, 544]" + ] + }, + { + "id": "openseek-3-248e43aa933a49889994ac848f9dbeb4", + "input": "[182, 177]", + "output": [ + "[91, 532]" + ] + }, + { + "id": "openseek-3-6fceda1654264f86bf64796c97d1a46a", + "input": "[102, 115, 176, 169, 152, 7, 41, 73, 5]", + "output": [ + "[51, 346, 88, 508, 76, 22, 124, 220, 16]" + ] + }, + { + "id": "openseek-3-bddf84f9cf1243b49d24121385b21827", + "input": "[188, 137, 30, 131, 195, 172]", + "output": [ + "[94, 412, 15, 394, 586, 86]" + ] + }, + { + "id": "openseek-3-350ce985e1934c6ebc2886f7c532e33d", + "input": "[15, 192, 171, 48, 80, 88, 191, 40]", + "output": [ + "[46, 96, 514, 24, 40, 44, 574, 20]" + ] + }, + { + "id": "openseek-3-1ff5cb5b42aa4130ab70ff909c471ae3", + "input": "[69, 94, 126]", + "output": [ + "[208, 47, 63]" + ] + }, + { + "id": "openseek-3-910b19231627483b86fccfa36a92c71e", + "input": "[145, 46, 46]", + "output": [ + "[436, 23, 23]" + ] + }, + { + "id": "openseek-3-c6ff5d6188a04013b083f13bd7e6d40d", + "input": "[119, 145]", + "output": [ + "[358, 436]" + ] + }, + { + "id": "openseek-3-12a1910ef86c46b2b3676975ad760021", + "input": "[10, 171, 171, 176, 129, 161, 179, 92]", + "output": [ + "[5, 514, 514, 88, 388, 484, 538, 46]" + ] + }, + { + "id": "openseek-3-2a4263b1499845aba6a39fe7fe3e53f0", + "input": "[27, 108, 138, 54, 168, 1]", + "output": [ + "[82, 54, 69, 27, 84, 4]" + ] + }, + { + "id": "openseek-3-e4c17cf89acc47f989c3900e87a5a197", + "input": "[182, 44, 5, 159, 9, 96, 83, 89]", + "output": [ + "[91, 22, 16, 478, 28, 48, 250, 268]" + ] + }, + { + "id": "openseek-3-4f105e2ab2734147b15264bc75762c40", + "input": "[104, 149, 131, 133, 138, 94]", + "output": [ + "[52, 448, 394, 400, 69, 47]" + ] + }, + { + "id": "openseek-3-a1b7673b31294294ad1ba03a93cebd18", + "input": "[178, 144, 186, 86, 168, 147, 52]", + "output": [ + "[89, 72, 93, 43, 84, 442, 26]" + ] + }, + { + "id": "openseek-3-c2735149af634d0e9418b6d5ac6d57fa", + "input": "[147, 48, 139]", + "output": [ + "[442, 24, 418]" + ] + }, + { + "id": "openseek-3-5c5a82ae53d34361b80b752c36a55f41", + "input": "[125, 73, 199, 45, 16]", + "output": [ + "[376, 220, 598, 136, 8]" + ] + }, + { + "id": "openseek-3-5f604e220fd248ae8ff11504209f71bc", + "input": "[136, 180, 85, 191, 25, 12]", + "output": [ + "[68, 90, 256, 574, 76, 6]" + ] + }, + { + "id": "openseek-3-7ca218583fb64c819e9ad2c828b17297", + "input": "[105, 83, 38, 103, 78]", + "output": [ + "[316, 250, 19, 310, 39]" + ] + }, + { + "id": "openseek-3-42d2260d90c14e1c8575a5caf5ab3e97", + "input": "[140, 66, 116, 60, 32, 97, 176]", + "output": [ + "[70, 33, 58, 30, 16, 292, 88]" + ] + }, + { + "id": "openseek-3-da1eb697131b4d4592e764d27845a3e8", + "input": "[185, 168, 17]", + "output": [ + "[556, 84, 52]" + ] + }, + { + "id": "openseek-3-2044af5a235b46fda9bc7a326e8d9ed9", + "input": "[177, 147]", + "output": [ + "[532, 442]" + ] + }, + { + "id": "openseek-3-6aaaed2ed3114f67a54e93dffd04fe88", + "input": "[88, 168]", + "output": [ + "[44, 84]" + ] + }, + { + "id": "openseek-3-5b8ec7c4725f45bd868889e26bcf9f86", + "input": "[179, 176, 146, 168, 86]", + "output": [ + "[538, 88, 73, 84, 43]" + ] + }, + { + "id": "openseek-3-63c761f90f6d4e1996c8784c159aa489", + "input": "[121, 160, 164, 102, 22, 102]", + "output": [ + "[364, 80, 82, 51, 11, 51]" + ] + }, + { + "id": "openseek-3-134a0c2a157448b89453bc389fc563cc", + "input": "[115, 11, 76, 164, 9]", + "output": [ + "[346, 34, 38, 82, 28]" + ] + }, + { + "id": "openseek-3-a8cf94f1e9e7452587adaf01b0259575", + "input": "[158, 184, 147, 77, 99, 180, 146]", + "output": [ + "[79, 92, 442, 232, 298, 90, 73]" + ] + }, + { + "id": "openseek-3-b147047acae54aadb83b39b4faa4220d", + "input": "[12, 175, 133, 118]", + "output": [ + "[6, 526, 400, 59]" + ] + }, + { + "id": "openseek-3-65a80160e59b49b882fa3e12b62da38f", + "input": "[4, 123, 71, 64, 118, 106, 30, 92]", + "output": [ + "[2, 370, 214, 32, 59, 53, 15, 46]" + ] + }, + { + "id": "openseek-3-89902cd3fffe4ccaaf3e9d79994c0452", + "input": "[27, 135, 158, 4, 184, 87, 109, 109, 200]", + "output": [ + "[82, 406, 79, 2, 92, 262, 328, 328, 100]" + ] + }, + { + "id": "openseek-3-a201b64ff63b4fa39ccfb6d8a2f47cc2", + "input": "[5, 163, 190, 82]", + "output": [ + "[16, 490, 95, 41]" + ] + }, + { + "id": "openseek-3-69080bda7a6948e7ba0810c4a3de10be", + "input": "[81, 135, 196, 90]", + "output": [ + "[244, 406, 98, 45]" + ] + }, + { + "id": "openseek-3-075a3baa891c4fa099989ba272cef111", + "input": "[127, 24, 33, 8, 3]", + "output": [ + "[382, 12, 100, 4, 10]" + ] + }, + { + "id": "openseek-3-e28a0d38a9194be5994f056ec71a8d2f", + "input": "[160, 1, 189, 194, 171, 108, 148]", + "output": [ + "[80, 4, 568, 97, 514, 54, 74]" + ] + }, + { + "id": "openseek-3-9e6a874d7d5c4a4db54fa1240ded19aa", + "input": "[93, 174, 24, 76, 74, 54, 139, 77]", + "output": [ + "[280, 87, 12, 38, 37, 27, 418, 232]" + ] + }, + { + "id": "openseek-3-3f220224add4469d982b85f90a0f69b4", + "input": "[74, 61]", + "output": [ + "[37, 184]" + ] + }, + { + "id": "openseek-3-44ca5533a43d4070a1ad98cd278a2d84", + "input": "[191, 98, 7]", + "output": [ + "[574, 49, 22]" + ] + }, + { + "id": "openseek-3-ec023f11448845249f06bc7779df776b", + "input": "[67, 49, 195, 143, 166]", + "output": [ + "[202, 148, 586, 430, 83]" + ] + }, + { + "id": "openseek-3-413ff1aa60f44c99b3cf7f2e97f5ac94", + "input": "[185, 101, 136, 137, 48]", + "output": [ + "[556, 304, 68, 412, 24]" + ] + }, + { + "id": "openseek-3-a8ef1b2b42474580bc2e91de83ab4349", + "input": "[96, 160, 117, 135, 150]", + "output": [ + "[48, 80, 352, 406, 75]" + ] + }, + { + "id": "openseek-3-832f6cc5bb654fd9b21e4d745c7b60d6", + "input": "[103, 115, 72]", + "output": [ + "[310, 346, 36]" + ] + }, + { + "id": "openseek-3-15762fd8bb734a2d9114f41346c951c5", + "input": "[150, 164, 110, 86, 37, 176, 24, 92]", + "output": [ + "[75, 82, 55, 43, 112, 88, 12, 46]" + ] + }, + { + "id": "openseek-3-69faa8097c2240d79632df24c1fc23a2", + "input": "[61, 74, 104, 138, 172, 180, 20]", + "output": [ + "[184, 37, 52, 69, 86, 90, 10]" + ] + }, + { + "id": "openseek-3-29f933bd05834310a779ea071957bbbc", + "input": "[113, 166, 99, 30, 115, 30, 4, 12, 154]", + "output": [ + "[340, 83, 298, 15, 346, 15, 2, 6, 77]" + ] + }, + { + "id": "openseek-3-de6728edcd604da9b56c6f2a8b7ce4f1", + "input": "[115, 30, 135, 148, 170, 61]", + "output": [ + "[346, 15, 406, 74, 85, 184]" + ] + }, + { + "id": "openseek-3-fc19057954804b2891643cd03482bd06", + "input": "[121, 32]", + "output": [ + "[364, 16]" + ] + }, + { + "id": "openseek-3-8b8c4791d37f4c1191e462e17ac27b81", + "input": "[12, 113, 137, 66, 139, 82, 132, 110, 199]", + "output": [ + "[6, 340, 412, 33, 418, 41, 66, 55, 598]" + ] + }, + { + "id": "openseek-3-a1dd90df632648c8bdbc71df9e96cff2", + "input": "[12, 142, 120, 75, 130, 159, 197]", + "output": [ + "[6, 71, 60, 226, 65, 478, 592]" + ] + }, + { + "id": "openseek-3-b211bd4808ed471e809d6b7ac0e2b5a9", + "input": "[149, 147]", + "output": [ + "[448, 442]" + ] + }, + { + "id": "openseek-3-f42ca831ce3f44a08ba9ce55f5b6e6e1", + "input": "[74, 62, 56, 127]", + "output": [ + "[37, 31, 28, 382]" + ] + }, + { + "id": "openseek-3-565491b5dfdb40b49f8286e470a9310d", + "input": "[77, 141, 58]", + "output": [ + "[232, 424, 29]" + ] + }, + { + "id": "openseek-3-5ecb8a4d3bf94d8eaddddec4a6f66cc0", + "input": "[86, 117, 74, 48]", + "output": [ + "[43, 352, 37, 24]" + ] + }, + { + "id": "openseek-3-10ee585d859c4e0fa90095665f66bb51", + "input": "[70, 119, 117, 139, 57, 29, 66, 199, 101]", + "output": [ + "[35, 358, 352, 418, 172, 88, 33, 598, 304]" + ] + }, + { + "id": "openseek-3-d0e12d7953dc4995965fcdfa7176bb44", + "input": "[104, 102, 175, 62, 138, 17, 175, 144, 10]", + "output": [ + "[52, 51, 526, 31, 69, 52, 526, 72, 5]" + ] + }, + { + "id": "openseek-3-5b8f2efccef74b4fa84fe77ce3f7ac9b", + "input": "[83, 141, 155, 16, 105]", + "output": [ + "[250, 424, 466, 8, 316]" + ] + }, + { + "id": "openseek-3-48a3ea79b5264c298b5026d3623e5fc3", + "input": "[95, 187, 79, 127, 185]", + "output": [ + "[286, 562, 238, 382, 556]" + ] + }, + { + "id": "openseek-3-c649d4ab7c604c1793e993fbed36db3d", + "input": "[29, 73, 39, 140, 199, 44]", + "output": [ + "[88, 220, 118, 70, 598, 22]" + ] + }, + { + "id": "openseek-3-8ad9b75be750400e99b7b934196edd19", + "input": "[134, 196, 185, 115, 161, 148]", + "output": [ + "[67, 98, 556, 346, 484, 74]" + ] + }, + { + "id": "openseek-3-0da85bdde270449fbc11d4f268adb5d1", + "input": "[116, 141, 134, 115, 16]", + "output": [ + "[58, 424, 67, 346, 8]" + ] + }, + { + "id": "openseek-3-437c87f769454a789017de61261e5674", + "input": "[99, 186, 177, 148, 154, 186, 31, 96, 157]", + "output": [ + "[298, 93, 532, 74, 77, 93, 94, 48, 472]" + ] + }, + { + "id": "openseek-3-7fa472a7181d4e1b87194689b71368bd", + "input": "[57, 75]", + "output": [ + "[172, 226]" + ] + }, + { + "id": "openseek-3-c428aed5d0fd42aeb3233aa13e0b68d1", + "input": "[11, 35, 159, 188, 158, 10, 77, 142]", + "output": [ + "[34, 106, 478, 94, 79, 5, 232, 71]" + ] + }, + { + "id": "openseek-3-42299b311d66482c8291273fd130797a", + "input": "[67, 163, 155, 69, 155, 181, 47, 114]", + "output": [ + "[202, 490, 466, 208, 466, 544, 142, 57]" + ] + }, + { + "id": "openseek-3-9bdf65b21aea488dab6ed6869b949668", + "input": "[32, 19, 159, 150, 180, 75, 103, 61, 116]", + "output": [ + "[16, 58, 478, 75, 90, 226, 310, 184, 58]" + ] + }, + { + "id": "openseek-3-ac70e2701d9343bf94e1b338e76ff6f4", + "input": "[187, 176]", + "output": [ + "[562, 88]" + ] + }, + { + "id": "openseek-3-003fd351ceba463bb9d6ae161ed78649", + "input": "[96, 82]", + "output": [ + "[48, 41]" + ] + }, + { + "id": "openseek-3-fac892767aec45a19a65e23249becca8", + "input": "[81, 179, 199, 87, 62, 164]", + "output": [ + "[244, 538, 598, 262, 31, 82]" + ] + }, + { + "id": "openseek-3-2438746f569c4a40bb17d9c8ed2e8529", + "input": "[92, 147, 107]", + "output": [ + "[46, 442, 322]" + ] + }, + { + "id": "openseek-3-ce0c31aeca734bf5b64fa7f77d5824a9", + "input": "[49, 30, 118, 101, 91, 174, 89, 82, 71]", + "output": [ + "[148, 15, 59, 304, 274, 87, 268, 41, 214]" + ] + }, + { + "id": "openseek-3-27e068c404ff4f36a1248ca4001e8f8c", + "input": "[150, 101]", + "output": [ + "[75, 304]" + ] + }, + { + "id": "openseek-3-cfe40d8e0f1c4543b1c3f31c805985a7", + "input": "[173, 129]", + "output": [ + "[520, 388]" + ] + }, + { + "id": "openseek-3-6f57454894fc4726861d576332537308", + "input": "[58, 5, 47, 197, 152, 136, 156]", + "output": [ + "[29, 16, 142, 592, 76, 68, 78]" + ] + }, + { + "id": "openseek-3-1c055889033a47b6b6219810e25511b8", + "input": "[76, 184, 151, 42, 92, 100, 86, 3]", + "output": [ + "[38, 92, 454, 21, 46, 50, 43, 10]" + ] + }, + { + "id": "openseek-3-bbee41e81b3f4674938e3c55f93d1ccd", + "input": "[103, 104, 143, 150]", + "output": [ + "[310, 52, 430, 75]" + ] + }, + { + "id": "openseek-3-65c77685e1ab4ee98f64661b39ca7915", + "input": "[110, 190]", + "output": [ + "[55, 95]" + ] + }, + { + "id": "openseek-3-dc302fec7489403f80fa9c15f0246f52", + "input": "[12, 6, 59]", + "output": [ + "[6, 3, 178]" + ] + }, + { + "id": "openseek-3-e1757e82afe44332a1b764a3ee81d4e0", + "input": "[74, 95, 35, 174, 158, 95]", + "output": [ + "[37, 286, 106, 87, 79, 286]" + ] + }, + { + "id": "openseek-3-6bb22ef6a1b14a34987a5faf7343ab14", + "input": "[34, 32]", + "output": [ + "[17, 16]" + ] + }, + { + "id": "openseek-3-4cc962ae1b35498683305d92767a99ad", + "input": "[128, 187]", + "output": [ + "[64, 562]" + ] + }, + { + "id": "openseek-3-c50e6745c6014680aab38980052e44e3", + "input": "[192, 132, 76, 185, 64, 138, 200, 58, 32]", + "output": [ + "[96, 66, 38, 556, 32, 69, 100, 29, 16]" + ] + }, + { + "id": "openseek-3-32b0d82ad4fe4f0c886b54b2b6c2007f", + "input": "[125, 85, 159, 2, 194, 37, 69, 94]", + "output": [ + "[376, 256, 478, 1, 97, 112, 208, 47]" + ] + }, + { + "id": "openseek-3-a13d6c05d9764ce180abd73ba6575458", + "input": "[117, 189, 55, 56, 10, 165, 130, 189, 155]", + "output": [ + "[352, 568, 166, 28, 5, 496, 65, 568, 466]" + ] + }, + { + "id": "openseek-3-42aac4b1d53e4ddcb95fa42b44f03c79", + "input": "[38, 7, 169]", + "output": [ + "[19, 22, 508]" + ] + }, + { + "id": "openseek-3-3ba0637c1453465fa57feb970a73b0da", + "input": "[86, 126, 199, 185, 49, 14, 166, 17, 104]", + "output": [ + "[43, 63, 598, 556, 148, 7, 83, 52, 52]" + ] + }, + { + "id": "openseek-3-b12f8d5638334316a5498e8146aa99a6", + "input": "[64, 168, 191, 196, 176, 136, 196]", + "output": [ + "[32, 84, 574, 98, 88, 68, 98]" + ] + }, + { + "id": "openseek-3-15130d998bb1407daae238b717d81291", + "input": "[120, 134, 160]", + "output": [ + "[60, 67, 80]" + ] + }, + { + "id": "openseek-3-0463ed289d0b4cfd8753d1b789f2e721", + "input": "[198, 74, 187, 85, 64]", + "output": [ + "[99, 37, 562, 256, 32]" + ] + }, + { + "id": "openseek-3-59d8ad700a8a41e5a262931da19d8c60", + "input": "[190, 180, 75, 28, 134, 97]", + "output": [ + "[95, 90, 226, 14, 67, 292]" + ] + }, + { + "id": "openseek-3-e45ec09048b6499b915ee880936d9adb", + "input": "[14, 68, 131, 68, 185, 166, 113, 153]", + "output": [ + "[7, 34, 394, 34, 556, 83, 340, 460]" + ] + }, + { + "id": "openseek-3-492a378ec90b4f788f1cf074a72a9dbd", + "input": "[51, 176, 178, 122, 23, 165, 39]", + "output": [ + "[154, 88, 89, 61, 70, 496, 118]" + ] + }, + { + "id": "openseek-3-cff7a706dc8546d68cb903116d4df016", + "input": "[195, 26, 186]", + "output": [ + "[586, 13, 93]" + ] + }, + { + "id": "openseek-3-443c13a9ac3748968f85182583692e8e", + "input": "[168, 12, 111, 36, 1]", + "output": [ + "[84, 6, 334, 18, 4]" + ] + }, + { + "id": "openseek-3-a0d94134b27f47f6ab9c5212bbc6adba", + "input": "[85, 103, 109, 5, 154, 89, 139]", + "output": [ + "[256, 310, 328, 16, 77, 268, 418]" + ] + }, + { + "id": "openseek-3-75cb0decb28840ca83748c8fefba7380", + "input": "[10, 67, 35]", + "output": [ + "[5, 202, 106]" + ] + }, + { + "id": "openseek-3-e8a6f7ab1a704e2baf2432d3343abe34", + "input": "[169, 57, 49, 84]", + "output": [ + "[508, 172, 148, 42]" + ] + }, + { + "id": "openseek-3-61e007b187a5460db7b9402d260e2189", + "input": "[184, 41, 52, 161, 165, 78, 196, 150]", + "output": [ + "[92, 124, 26, 484, 496, 39, 98, 75]" + ] + }, + { + "id": "openseek-3-81134f1eff374dc0b1d2d2f76c3f8e05", + "input": "[84, 166, 135, 121, 166, 25]", + "output": [ + "[42, 83, 406, 364, 83, 76]" + ] + }, + { + "id": "openseek-3-d819637d277d4bba88002b0e64d7490c", + "input": "[1, 125, 71, 111, 187, 21, 107]", + "output": [ + "[4, 376, 214, 334, 562, 64, 322]" + ] + }, + { + "id": "openseek-3-5062c4d328814ed6927aef93ec5cec58", + "input": "[104, 54, 59, 52]", + "output": [ + "[52, 27, 178, 26]" + ] + }, + { + "id": "openseek-3-73f73d337eed48b499cb43a2302223db", + "input": "[46, 191, 137, 175]", + "output": [ + "[23, 574, 412, 526]" + ] + }, + { + "id": "openseek-3-247dc2158acf49e69573dbd81a7fef0c", + "input": "[172, 150, 161, 44, 8, 48, 108, 37]", + "output": [ + "[86, 75, 484, 22, 4, 24, 54, 112]" + ] + }, + { + "id": "openseek-3-e9b5ae1c4646432fa8d8764766b7c54d", + "input": "[122, 128, 131, 199, 103, 191, 105]", + "output": [ + "[61, 64, 394, 598, 310, 574, 316]" + ] + }, + { + "id": "openseek-3-d855c32984f140cc8894ec64b2af8a74", + "input": "[32, 20, 41]", + "output": [ + "[16, 10, 124]" + ] + }, + { + "id": "openseek-3-fbbc375dd8814fd58a2cc13e7eba8bfd", + "input": "[161, 124]", + "output": [ + "[484, 62]" + ] + }, + { + "id": "openseek-3-13163c1da406486a8bdfd4a8e6dfdb34", + "input": "[177, 187, 118, 94]", + "output": [ + "[532, 562, 59, 47]" + ] + }, + { + "id": "openseek-3-b7f1157cc7c74e92957771160497caf0", + "input": "[184, 182, 122, 55, 54]", + "output": [ + "[92, 91, 61, 166, 27]" + ] + }, + { + "id": "openseek-3-3518bfe487b646549cdd5e100a062067", + "input": "[75, 49, 90, 154, 54, 47, 9]", + "output": [ + "[226, 148, 45, 77, 27, 142, 28]" + ] + }, + { + "id": "openseek-3-afb0788798b3405095d02f58b2c2ce9c", + "input": "[118, 148, 181, 104, 46, 121, 41, 131, 44]", + "output": [ + "[59, 74, 544, 52, 23, 364, 124, 394, 22]" + ] + }, + { + "id": "openseek-3-1df48155d49e47d8a87094080584b864", + "input": "[120, 122, 24, 143, 90, 19, 107, 66]", + "output": [ + "[60, 61, 12, 430, 45, 58, 322, 33]" + ] + }, + { + "id": "openseek-3-f511878bffde43f48fb7a0f975a84985", + "input": "[68, 151, 146, 18, 31, 72, 178, 101, 189]", + "output": [ + "[34, 454, 73, 9, 94, 36, 89, 304, 568]" + ] + }, + { + "id": "openseek-3-4562f9e832af47c98992090aad7b09a0", + "input": "[71, 43, 124]", + "output": [ + "[214, 130, 62]" + ] + }, + { + "id": "openseek-3-fc92b86201034595a00f42e261b48420", + "input": "[78, 21, 27, 144, 157, 83, 152]", + "output": [ + "[39, 64, 82, 72, 472, 250, 76]" + ] + }, + { + "id": "openseek-3-46815d098c894915bb6917f0b58f4ee8", + "input": "[41, 66, 59]", + "output": [ + "[124, 33, 178]" + ] + }, + { + "id": "openseek-3-eefcdee92eb245098131771d18ca5082", + "input": "[44, 112, 120, 76, 184]", + "output": [ + "[22, 56, 60, 38, 92]" + ] + }, + { + "id": "openseek-3-47267d1341b74e40be9261fee6c12100", + "input": "[136, 49, 150, 162, 108]", + "output": [ + "[68, 148, 75, 81, 54]" + ] + }, + { + "id": "openseek-3-2c65056f145e4b5c94d887923e54ad11", + "input": "[95, 55, 92, 130, 154, 56, 91, 17, 102]", + "output": [ + "[286, 166, 46, 65, 77, 28, 274, 52, 51]" + ] + }, + { + "id": "openseek-3-a5f16bfcf9864092b8015603c1c1aa7a", + "input": "[141, 88, 69]", + "output": [ + "[424, 44, 208]" + ] + }, + { + "id": "openseek-3-069aebb2cb164a3daa35f85fc13113b9", + "input": "[122, 81, 127, 37, 176, 125, 80, 46, 107]", + "output": [ + "[61, 244, 382, 112, 88, 376, 40, 23, 322]" + ] + }, + { + "id": "openseek-3-fff7f12e879c4095aac7913bab7b2aea", + "input": "[69, 105]", + "output": [ + "[208, 316]" + ] + }, + { + "id": "openseek-3-628e9a677d82452a837f1ca9cf1943b2", + "input": "[50, 33, 61, 125, 190, 92]", + "output": [ + "[25, 100, 184, 376, 95, 46]" + ] + }, + { + "id": "openseek-3-1425c9adfc874f44a4653ffe3c98baa8", + "input": "[55, 174, 166, 23, 162, 19, 2]", + "output": [ + "[166, 87, 83, 70, 81, 58, 1]" + ] + }, + { + "id": "openseek-3-4bebbae54417414b919370734a2359a7", + "input": "[182, 63, 199, 77, 6]", + "output": [ + "[91, 190, 598, 232, 3]" + ] + }, + { + "id": "openseek-3-54879e4952ca45e8822d1a04d6badf0f", + "input": "[193, 104, 121, 109]", + "output": [ + "[580, 52, 364, 328]" + ] + }, + { + "id": "openseek-3-d03855667b0e4c3595d228093cb5b592", + "input": "[191, 80, 158, 184, 94]", + "output": [ + "[574, 40, 79, 92, 47]" + ] + }, + { + "id": "openseek-3-b14f3ca7c65e429baf4d5b785fd52101", + "input": "[84, 6]", + "output": [ + "[42, 3]" + ] + }, + { + "id": "openseek-3-fb26119bdc2e4f12b71ea7f52c5b179a", + "input": "[114, 165, 39, 134, 123, 26, 199, 181]", + "output": [ + "[57, 496, 118, 67, 370, 13, 598, 544]" + ] + }, + { + "id": "openseek-3-15e6e02b2a6a441592e4f44892ccd135", + "input": "[156, 1, 191, 20, 140, 36, 110]", + "output": [ + "[78, 4, 574, 10, 70, 18, 55]" + ] + }, + { + "id": "openseek-3-9372b04327074e788c62386e25d56787", + "input": "[29, 66, 126, 191, 118]", + "output": [ + "[88, 33, 63, 574, 59]" + ] + }, + { + "id": "openseek-3-c1e3a9ea8b274bfd9a253d0eab923976", + "input": "[34, 149, 40, 122, 112, 148, 200, 147]", + "output": [ + "[17, 448, 20, 61, 56, 74, 100, 442]" + ] + }, + { + "id": "openseek-3-d88af07350594d4ea4c0d47fc7e695fe", + "input": "[63, 26, 158, 74, 100, 193, 196, 185, 21]", + "output": [ + "[190, 13, 79, 37, 50, 580, 98, 556, 64]" + ] + }, + { + "id": "openseek-3-7fffd718fc0040659d72828a32019419", + "input": "[95, 40, 32]", + "output": [ + "[286, 20, 16]" + ] + }, + { + "id": "openseek-3-69d24c0a41fa4873baa21fda51b61a16", + "input": "[129, 97, 105, 174, 191, 192]", + "output": [ + "[388, 292, 316, 87, 574, 96]" + ] + }, + { + "id": "openseek-3-d76db8bdc07144cdaac60a2625bba696", + "input": "[104, 19, 191, 199, 36, 70, 199, 103, 48]", + "output": [ + "[52, 58, 574, 598, 18, 35, 598, 310, 24]" + ] + }, + { + "id": "openseek-3-6195d6e135cf4a1e9b1f854d38e21d26", + "input": "[144, 100, 152, 150, 171]", + "output": [ + "[72, 50, 76, 75, 514]" + ] + }, + { + "id": "openseek-3-cc584b9a13b74c7fa192e78269e16d85", + "input": "[144, 106, 29, 177, 189, 43, 8, 67]", + "output": [ + "[72, 53, 88, 532, 568, 130, 4, 202]" + ] + }, + { + "id": "openseek-3-abdbaf6061024c478f62446a9c9f650f", + "input": "[167, 37, 100, 17]", + "output": [ + "[502, 112, 50, 52]" + ] + }, + { + "id": "openseek-3-329d4e109e7548f49f6ec39bd6d464ed", + "input": "[20, 94, 162, 98, 181, 79, 106, 166, 181]", + "output": [ + "[10, 47, 81, 49, 544, 238, 53, 83, 544]" + ] + }, + { + "id": "openseek-3-7028ae97275a4361b28b2a4cbf17de1c", + "input": "[35, 1, 29, 84, 58, 57, 12, 42]", + "output": [ + "[106, 4, 88, 42, 29, 172, 6, 21]" + ] + }, + { + "id": "openseek-3-a790c6e9c0e64414a9430dfd15c6babd", + "input": "[165, 56, 120, 140, 70, 200, 137, 55, 123]", + "output": [ + "[496, 28, 60, 70, 35, 100, 412, 166, 370]" + ] + }, + { + "id": "openseek-3-98010d39da9d4c43b5d670e0d784bfc7", + "input": "[34, 97, 14, 38]", + "output": [ + "[17, 292, 7, 19]" + ] + }, + { + "id": "openseek-3-5a5312bff840466da772cdf4bdf4978f", + "input": "[6, 124, 135, 189, 153, 171, 43, 78, 59]", + "output": [ + "[3, 62, 406, 568, 460, 514, 130, 39, 178]" + ] + }, + { + "id": "openseek-3-d1b069e71cbb425a89edea2e8859e993", + "input": "[87, 28, 124, 27, 196, 35, 147, 94]", + "output": [ + "[262, 14, 62, 82, 98, 106, 442, 47]" + ] + }, + { + "id": "openseek-3-cde5f2f87bd84c27a9b392dc17b1fd42", + "input": "[84, 194, 49, 48, 117, 46, 71, 122]", + "output": [ + "[42, 97, 148, 24, 352, 23, 214, 61]" + ] + }, + { + "id": "openseek-3-ca4da87201034e218a18255d6b21f39c", + "input": "[97, 79, 133, 8, 156, 49, 119]", + "output": [ + "[292, 238, 400, 4, 78, 148, 358]" + ] + }, + { + "id": "openseek-3-a6d7bbaaab94400c9f6572cf35c74e70", + "input": "[9, 155, 67]", + "output": [ + "[28, 466, 202]" + ] + }, + { + "id": "openseek-3-6b4a2ac7a63246f6b418126d87b3f5bd", + "input": "[6, 194, 164, 23, 170]", + "output": [ + "[3, 97, 82, 70, 85]" + ] + }, + { + "id": "openseek-3-5a067dfbda5f4910859e8a50e12a8263", + "input": "[155, 68, 149, 96, 181, 84]", + "output": [ + "[466, 34, 448, 48, 544, 42]" + ] + }, + { + "id": "openseek-3-ce396e1276ef4787b9358135a2ffa8cb", + "input": "[139, 194, 99, 30]", + "output": [ + "[418, 97, 298, 15]" + ] + }, + { + "id": "openseek-3-330491cdd3e44ea187e85f09be28ac9f", + "input": "[153, 68, 178, 30, 59, 60, 175]", + "output": [ + "[460, 34, 89, 15, 178, 30, 526]" + ] + }, + { + "id": "openseek-3-57551341a2e8491680f78ea52ff52822", + "input": "[121, 35, 64, 13, 89]", + "output": [ + "[364, 106, 32, 40, 268]" + ] + }, + { + "id": "openseek-3-d4a276fdb8ca4bf6baf269b930a82e31", + "input": "[84, 96, 78, 99, 73, 5, 47, 132, 169]", + "output": [ + "[42, 48, 39, 298, 220, 16, 142, 66, 508]" + ] + }, + { + "id": "openseek-3-c7dc2c2acfd94b76a7e43e8dd29bb22e", + "input": "[175, 58, 100, 175]", + "output": [ + "[526, 29, 50, 526]" + ] + }, + { + "id": "openseek-3-fb57f81d3852494e931004b8e337d9ee", + "input": "[29, 125, 16, 170, 65, 137, 199, 51]", + "output": [ + "[88, 376, 8, 85, 196, 412, 598, 154]" + ] + }, + { + "id": "openseek-3-43bd0804f8fb4d5a9181b265c13f18fd", + "input": "[18, 99, 194, 139, 27, 41]", + "output": [ + "[9, 298, 97, 418, 82, 124]" + ] + }, + { + "id": "openseek-3-ea87442f2b75480a9cd28b8d6f1582e2", + "input": "[42, 71, 19, 195, 83, 78, 147, 142]", + "output": [ + "[21, 214, 58, 586, 250, 39, 442, 71]" + ] + }, + { + "id": "openseek-3-09a623e4daaa4b079f2c123a40b6f481", + "input": "[119, 77, 124, 27]", + "output": [ + "[358, 232, 62, 82]" + ] + }, + { + "id": "openseek-3-ad8ab3c11a594ed89e6966fa7532a3e2", + "input": "[142, 4, 37, 40, 47]", + "output": [ + "[71, 2, 112, 20, 142]" + ] + }, + { + "id": "openseek-3-94de0ebf646a4b5c8adefd2031c8b4ee", + "input": "[56, 38, 97]", + "output": [ + "[28, 19, 292]" + ] + }, + { + "id": "openseek-3-c652e2987d624cddb2a78255050b9cfa", + "input": "[35, 21, 132, 62]", + "output": [ + "[106, 64, 66, 31]" + ] + }, + { + "id": "openseek-3-7372520f818447289cce4f0c51c78b8d", + "input": "[66, 10, 96, 46, 181, 73]", + "output": [ + "[33, 5, 48, 23, 544, 220]" + ] + }, + { + "id": "openseek-3-5ec92acec3ef4dc1aeb6bcee95877da6", + "input": "[94, 84, 93, 34, 21, 139, 141, 80]", + "output": [ + "[47, 42, 280, 17, 64, 418, 424, 40]" + ] + }, + { + "id": "openseek-3-cc69377361fd42548f1b954c81342258", + "input": "[1, 62]", + "output": [ + "[4, 31]" + ] + }, + { + "id": "openseek-3-ac339cc2eb324f75b32c6058a390f3fd", + "input": "[76, 30, 155, 53, 130]", + "output": [ + "[38, 15, 466, 160, 65]" + ] + }, + { + "id": "openseek-3-13d35861657b4138ba397aba6ce2d871", + "input": "[10, 102, 90, 185, 78, 28, 146, 60]", + "output": [ + "[5, 51, 45, 556, 39, 14, 73, 30]" + ] + }, + { + "id": "openseek-3-efdbb122ea4e409fb7fc301acb9d8b36", + "input": "[122, 164, 113, 164]", + "output": [ + "[61, 82, 340, 82]" + ] + }, + { + "id": "openseek-3-163d02c48367482c8f059403b38b5cc4", + "input": "[81, 3, 168, 43, 133, 135, 127, 72, 38]", + "output": [ + "[244, 10, 84, 130, 400, 406, 382, 36, 19]" + ] + }, + { + "id": "openseek-3-d5c9f94c24004b55bdfa7c92d0cd8041", + "input": "[59, 139, 68, 111]", + "output": [ + "[178, 418, 34, 334]" + ] + }, + { + "id": "openseek-3-b3d1e81d29c84454b54a9eccdb51a8ce", + "input": "[11, 189, 84, 143, 45]", + "output": [ + "[34, 568, 42, 430, 136]" + ] + }, + { + "id": "openseek-3-659cb18dd0d243aaab3d8e9fe7255c69", + "input": "[5, 48]", + "output": [ + "[16, 24]" + ] + }, + { + "id": "openseek-3-f350ccf74cbc4a4fa4196c4b36e02326", + "input": "[189, 158, 115]", + "output": [ + "[568, 79, 346]" + ] + }, + { + "id": "openseek-3-6f172b4a74de4fea927f8f63b65da54a", + "input": "[26, 191, 31, 85, 67]", + "output": [ + "[13, 574, 94, 256, 202]" + ] + }, + { + "id": "openseek-3-fd6659af2feb4591b7cb6f75c12b44ca", + "input": "[192, 125, 35, 49, 129, 61, 75]", + "output": [ + "[96, 376, 106, 148, 388, 184, 226]" + ] + }, + { + "id": "openseek-3-ef6cdd01a4cc489895a729b2b8225378", + "input": "[40, 3, 126, 130, 155, 199]", + "output": [ + "[20, 10, 63, 65, 466, 598]" + ] + }, + { + "id": "openseek-3-5d9a2162903b48ab874a82e439d07ef1", + "input": "[155, 192, 105, 177, 82, 33, 169, 52]", + "output": [ + "[466, 96, 316, 532, 41, 100, 508, 26]" + ] + }, + { + "id": "openseek-3-99deaa6d4bdb433dbd253735bcc03fda", + "input": "[200, 28]", + "output": [ + "[100, 14]" + ] + }, + { + "id": "openseek-3-87ffdb46b56e4ec1a04ccc932ae2f5ff", + "input": "[103, 145, 151, 110, 59]", + "output": [ + "[310, 436, 454, 55, 178]" + ] + }, + { + "id": "openseek-3-446e68e725b648aa8d485e568dac736a", + "input": "[92, 124, 194, 13, 31, 29, 66]", + "output": [ + "[46, 62, 97, 40, 94, 88, 33]" + ] + }, + { + "id": "openseek-3-45942e4b79244d88b6abcab364e2aa65", + "input": "[18, 38, 99, 27, 114, 153, 136]", + "output": [ + "[9, 19, 298, 82, 57, 460, 68]" + ] + }, + { + "id": "openseek-3-baf20ce1d9e74ea6930aa2d655149b55", + "input": "[122, 57, 40, 176, 161, 80, 5]", + "output": [ + "[61, 172, 20, 88, 484, 40, 16]" + ] + }, + { + "id": "openseek-3-dccbb18679b74eaba7b57df1ff760961", + "input": "[163, 168, 65, 13, 9, 160, 154]", + "output": [ + "[490, 84, 196, 40, 28, 80, 77]" + ] + }, + { + "id": "openseek-3-4ec15a140bd04389921a2b683e550e1f", + "input": "[172, 129]", + "output": [ + "[86, 388]" + ] + }, + { + "id": "openseek-3-ca34d25923cf40f785950a6a67ad949c", + "input": "[181, 96, 48, 84, 125, 7]", + "output": [ + "[544, 48, 24, 42, 376, 22]" + ] + }, + { + "id": "openseek-3-0e975013d96e417cabf3a8d38f58440d", + "input": "[128, 181, 12, 159, 186, 105]", + "output": [ + "[64, 544, 6, 478, 93, 316]" + ] + }, + { + "id": "openseek-3-a4f0bda10eb74372947c5a778aee8d75", + "input": "[166, 189, 178, 183, 46, 174, 152, 193]", + "output": [ + "[83, 568, 89, 550, 23, 87, 76, 580]" + ] + }, + { + "id": "openseek-3-852c4125d4f047458ada3a623ce5b025", + "input": "[144, 75, 79, 156]", + "output": [ + "[72, 226, 238, 78]" + ] + }, + { + "id": "openseek-3-b33bc3b61cf04e068a9503826a96339d", + "input": "[63, 94, 79, 186, 149]", + "output": [ + "[190, 47, 238, 93, 448]" + ] + }, + { + "id": "openseek-3-0842bc2015e24e6e8d7b26f9e0143a6a", + "input": "[12, 192, 160, 12, 67, 175, 116]", + "output": [ + "[6, 96, 80, 6, 202, 526, 58]" + ] + }, + { + "id": "openseek-3-f5610da48322423ba129dc6cb102e1d4", + "input": "[199, 148, 75, 126, 195, 23, 186, 131]", + "output": [ + "[598, 74, 226, 63, 586, 70, 93, 394]" + ] + }, + { + "id": "openseek-3-5454b5c8cca647e8915ecbfc14ce9582", + "input": "[144, 171, 26, 23]", + "output": [ + "[72, 514, 13, 70]" + ] + }, + { + "id": "openseek-3-e1dba9c439cb4aae8f55b0d370db3701", + "input": "[29, 188, 153, 105, 84, 8]", + "output": [ + "[88, 94, 460, 316, 42, 4]" + ] + }, + { + "id": "openseek-3-0041fcbe69864db1bb3db12c2a4957a0", + "input": "[136, 141, 94, 183, 166, 12, 186, 185]", + "output": [ + "[68, 424, 47, 550, 83, 6, 93, 556]" + ] + }, + { + "id": "openseek-3-13cc523ed77940b7865e90e35f5f5744", + "input": "[67, 61, 136]", + "output": [ + "[202, 184, 68]" + ] + }, + { + "id": "openseek-3-34e6cf80050d449d898c719e9f6d1f7e", + "input": "[2, 12, 46]", + "output": [ + "[1, 6, 23]" + ] + }, + { + "id": "openseek-3-7d10750c07bb4e9fb9301457279cc040", + "input": "[41, 25, 134, 112, 192, 107]", + "output": [ + "[124, 76, 67, 56, 96, 322]" + ] + }, + { + "id": "openseek-3-d85b84c4239447fb8eb845ce2d2d7fc5", + "input": "[177, 154, 162, 111, 197, 25]", + "output": [ + "[532, 77, 81, 334, 592, 76]" + ] + }, + { + "id": "openseek-3-ac44b6cfcbd744cbabb62b83e845fdd4", + "input": "[146, 12, 157, 150, 167]", + "output": [ + "[73, 6, 472, 75, 502]" + ] + }, + { + "id": "openseek-3-2d57a693e28f44b1a7b1e2d9b2290e6b", + "input": "[122, 167, 101, 54, 136, 94]", + "output": [ + "[61, 502, 304, 27, 68, 47]" + ] + }, + { + "id": "openseek-3-2555d8fbe0044021b6b73a6b3e72fc52", + "input": "[97, 119, 165, 146, 129, 11, 197]", + "output": [ + "[292, 358, 496, 73, 388, 34, 592]" + ] + }, + { + "id": "openseek-3-06a41f469021436cbf76249675be8941", + "input": "[60, 192, 165, 133, 66]", + "output": [ + "[30, 96, 496, 400, 33]" + ] + }, + { + "id": "openseek-3-f8ca791e7ea9468cbc17f6056b505811", + "input": "[58, 131, 192, 199, 51]", + "output": [ + "[29, 394, 96, 598, 154]" + ] + }, + { + "id": "openseek-3-e06f8584f74446bdb4c4d18c38891c90", + "input": "[142, 25, 83, 131, 110, 90]", + "output": [ + "[71, 76, 250, 394, 55, 45]" + ] + }, + { + "id": "openseek-3-71e60f39a6d142ebb1d60f2209c2bafd", + "input": "[41, 36, 91]", + "output": [ + "[124, 18, 274]" + ] + }, + { + "id": "openseek-3-1921bef8183342158d4e8ec6b9581e3c", + "input": "[11, 47, 97, 63]", + "output": [ + "[34, 142, 292, 190]" + ] + }, + { + "id": "openseek-3-f8536737d77641aa89dff404fe0fef20", + "input": "[61, 15, 102, 47, 24]", + "output": [ + "[184, 46, 51, 142, 12]" + ] + }, + { + "id": "openseek-3-a2defd30c1844543ac435b95b531b10d", + "input": "[190, 44, 45, 71, 59, 82]", + "output": [ + "[95, 22, 136, 214, 178, 41]" + ] + }, + { + "id": "openseek-3-836a2e6b6e424d7b9468d79af4835e5c", + "input": "[130, 163, 98, 84, 35, 147, 14, 143, 199]", + "output": [ + "[65, 490, 49, 42, 106, 442, 7, 430, 598]" + ] + }, + { + "id": "openseek-3-74b982fbbdb34f7dbdaab02c44878cba", + "input": "[112, 29, 11, 21]", + "output": [ + "[56, 88, 34, 64]" + ] + }, + { + "id": "openseek-3-627ce7a274ce4ef49cb65cf07f03c625", + "input": "[144, 6]", + "output": [ + "[72, 3]" + ] + }, + { + "id": "openseek-3-6a63c981c3544c61823fea389adc9db5", + "input": "[67, 130, 129, 137, 33, 192, 8]", + "output": [ + "[202, 65, 388, 412, 100, 96, 4]" + ] + }, + { + "id": "openseek-3-731c8865aae84a079a193265a992999f", + "input": "[145, 113]", + "output": [ + "[436, 340]" + ] + }, + { + "id": "openseek-3-d21338a85a3f4369923950936de3501b", + "input": "[198, 160]", + "output": [ + "[99, 80]" + ] + }, + { + "id": "openseek-3-350205710ae34c89aafb5fed4c0c08b4", + "input": "[130, 188, 99, 85, 35, 182, 2]", + "output": [ + "[65, 94, 298, 256, 106, 91, 1]" + ] + }, + { + "id": "openseek-3-e2370cb961ad4ece886dc44cf771b01f", + "input": "[18, 100, 194, 186]", + "output": [ + "[9, 50, 97, 93]" + ] + }, + { + "id": "openseek-3-7e944b5c6cab4af58f77ccc06690eb07", + "input": "[108, 81, 136, 25, 168, 108, 63]", + "output": [ + "[54, 244, 68, 76, 84, 54, 190]" + ] + }, + { + "id": "openseek-3-9a5dd6df3de741b6851733b084729f47", + "input": "[171, 109, 189, 111, 55, 70, 150, 154]", + "output": [ + "[514, 328, 568, 334, 166, 35, 75, 77]" + ] + }, + { + "id": "openseek-3-2b595062eb3b40a188611f802ac33aa6", + "input": "[1, 191, 92, 117, 162, 98]", + "output": [ + "[4, 574, 46, 352, 81, 49]" + ] + }, + { + "id": "openseek-3-e9277d56abf4467ca2c5049d8c12a84e", + "input": "[13, 127, 128, 24, 157, 136, 11]", + "output": [ + "[40, 382, 64, 12, 472, 68, 34]" + ] + }, + { + "id": "openseek-3-ad0bcef680e34eda8fdefcf478cbc7d8", + "input": "[110, 32, 49, 169, 128, 39, 188, 115]", + "output": [ + "[55, 16, 148, 508, 64, 118, 94, 346]" + ] + }, + { + "id": "openseek-3-2a9489552bea4bfd81098b99f0a63f31", + "input": "[45, 71, 15, 46]", + "output": [ + "[136, 214, 46, 23]" + ] + }, + { + "id": "openseek-3-2a8800a9e2d147c9a4901d6566700ad6", + "input": "[45, 151, 2]", + "output": [ + "[136, 454, 1]" + ] + }, + { + "id": "openseek-3-c8919baadbb3422bbb7ed1f650ede01f", + "input": "[57, 145]", + "output": [ + "[172, 436]" + ] + }, + { + "id": "openseek-3-bd370ecb05a144238b4bf4541dfd1313", + "input": "[40, 105, 16, 80]", + "output": [ + "[20, 316, 8, 40]" + ] + }, + { + "id": "openseek-3-8102ebff231a4e75816b4a79c352609f", + "input": "[69, 189, 7, 149, 19]", + "output": [ + "[208, 568, 22, 448, 58]" + ] + }, + { + "id": "openseek-3-2978d766bb934f028f73d29df28b9443", + "input": "[34, 141, 67, 117, 40, 37, 10, 135]", + "output": [ + "[17, 424, 202, 352, 20, 112, 5, 406]" + ] + }, + { + "id": "openseek-3-d8534fadd3024a71a97c3cee498a21a4", + "input": "[70, 164, 37, 108, 14]", + "output": [ + "[35, 82, 112, 54, 7]" + ] + }, + { + "id": "openseek-3-cd049589218b4503b0084ba00ec33bac", + "input": "[167, 88, 61, 79]", + "output": [ + "[502, 44, 184, 238]" + ] + }, + { + "id": "openseek-3-0dd3e1cf07614effb6a4d65fbdd050d3", + "input": "[43, 124, 42, 93, 102, 21, 83, 89]", + "output": [ + "[130, 62, 21, 280, 51, 64, 250, 268]" + ] + }, + { + "id": "openseek-3-cba0ae073df149ac9f15d434ad74d3e6", + "input": "[33, 39, 20, 123]", + "output": [ + "[100, 118, 10, 370]" + ] + }, + { + "id": "openseek-3-fe583d93d60c42a69f9f2cf019e522cc", + "input": "[20, 26, 132]", + "output": [ + "[10, 13, 66]" + ] + }, + { + "id": "openseek-3-c6f6f8bf002e4dbe94fff3dda1568ab2", + "input": "[69, 184]", + "output": [ + "[208, 92]" + ] + }, + { + "id": "openseek-3-503318c6c69c43b28e02709f04986c64", + "input": "[79, 194, 119, 73, 198, 89, 55, 51]", + "output": [ + "[238, 97, 358, 220, 99, 268, 166, 154]" + ] + }, + { + "id": "openseek-3-0e195e502f764288a13beb1663e1f8ba", + "input": "[126, 112, 115, 75, 189, 131, 185, 194]", + "output": [ + "[63, 56, 346, 226, 568, 394, 556, 97]" + ] + }, + { + "id": "openseek-3-d433dcf4068d4133b81b928e01162933", + "input": "[62, 91]", + "output": [ + "[31, 274]" + ] + }, + { + "id": "openseek-3-6e394f2e1f8348baa01d0a1700d78093", + "input": "[2, 193, 109, 14, 133]", + "output": [ + "[1, 580, 328, 7, 400]" + ] + }, + { + "id": "openseek-3-ddd2c7b9ccaf4feb852b872b96b461a0", + "input": "[5, 91, 133, 102, 71, 70, 137, 57]", + "output": [ + "[16, 274, 400, 51, 214, 35, 412, 172]" + ] + }, + { + "id": "openseek-3-18efb6efe023413daa41f078a9d11e0e", + "input": "[23, 42, 111]", + "output": [ + "[70, 21, 334]" + ] + }, + { + "id": "openseek-3-9c9f77300cad49878bda3097343d99ed", + "input": "[47, 41, 61, 35, 172, 58, 165]", + "output": [ + "[142, 124, 184, 106, 86, 29, 496]" + ] + }, + { + "id": "openseek-3-27b0aa413a97424382601c9543436d97", + "input": "[195, 131, 96]", + "output": [ + "[586, 394, 48]" + ] + }, + { + "id": "openseek-3-11ca9198796749039f823453c3b4e531", + "input": "[198, 61, 42, 170, 89, 106]", + "output": [ + "[99, 184, 21, 85, 268, 53]" + ] + }, + { + "id": "openseek-3-2ad514af47304dd79c7ea58bf7997079", + "input": "[155, 22, 126, 3, 197]", + "output": [ + "[466, 11, 63, 10, 592]" + ] + }, + { + "id": "openseek-3-711ec0bf3fa843f8837eb962dcfec7ab", + "input": "[127, 92]", + "output": [ + "[382, 46]" + ] + }, + { + "id": "openseek-3-7233c064903d464ca4376a7d9eacd18b", + "input": "[52, 132, 175, 21, 170, 103, 61, 40, 68]", + "output": [ + "[26, 66, 526, 64, 85, 310, 184, 20, 34]" + ] + }, + { + "id": "openseek-3-81be314b78a6462cb6b7d44968b99f86", + "input": "[70, 119, 185]", + "output": [ + "[35, 358, 556]" + ] + }, + { + "id": "openseek-3-9ccd9e4d55fa4127a777334c278e4274", + "input": "[143, 55, 71, 48, 144]", + "output": [ + "[430, 166, 214, 24, 72]" + ] + }, + { + "id": "openseek-3-fa7838b5c88349aa9c53f573f4512771", + "input": "[31, 80, 22, 32, 115]", + "output": [ + "[94, 40, 11, 16, 346]" + ] + }, + { + "id": "openseek-3-426d61655dc34e7093620c7b51aa71c8", + "input": "[135, 174, 103, 37, 131]", + "output": [ + "[406, 87, 310, 112, 394]" + ] + }, + { + "id": "openseek-3-79ad10d775504814a186f0f7da90eb9d", + "input": "[94, 122, 152]", + "output": [ + "[47, 61, 76]" + ] + }, + { + "id": "openseek-3-b2a94200cc5e4d48bedd3e8478300d28", + "input": "[28, 63, 158, 32, 109, 15, 170, 99, 150]", + "output": [ + "[14, 190, 79, 16, 328, 46, 85, 298, 75]" + ] + }, + { + "id": "openseek-3-7277e2506cdf4e9a98a9eb8cf62cb40b", + "input": "[186, 155, 122, 1, 79, 146]", + "output": [ + "[93, 466, 61, 4, 238, 73]" + ] + }, + { + "id": "openseek-3-db158ae947bd4e50847f264131340a81", + "input": "[136, 126, 73, 93]", + "output": [ + "[68, 63, 220, 280]" + ] + }, + { + "id": "openseek-3-1a893baddc78493bac81ca235f439129", + "input": "[99, 81, 137, 179, 104, 174]", + "output": [ + "[298, 244, 412, 538, 52, 87]" + ] + }, + { + "id": "openseek-3-264b3155beb148c29a40bc050c07831c", + "input": "[73, 95]", + "output": [ + "[220, 286]" + ] + }, + { + "id": "openseek-3-a20f2638016e40a2beca9045989576f5", + "input": "[74, 133, 188]", + "output": [ + "[37, 400, 94]" + ] + }, + { + "id": "openseek-3-1964947686374dd99a761b8e250cf677", + "input": "[140, 24, 168, 40, 119]", + "output": [ + "[70, 12, 84, 20, 358]" + ] + }, + { + "id": "openseek-3-a0ae7d9e3a55468f818c68065187f02f", + "input": "[38, 90, 192, 49, 114, 96, 64]", + "output": [ + "[19, 45, 96, 148, 57, 48, 32]" + ] + }, + { + "id": "openseek-3-e93fac8a1fe443c283926cfb89d1a0dd", + "input": "[151, 160, 97, 5, 84, 175]", + "output": [ + "[454, 80, 292, 16, 42, 526]" + ] + }, + { + "id": "openseek-3-cb123130abc24cda87ca9bc8f75f5224", + "input": "[118, 160, 12]", + "output": [ + "[59, 80, 6]" + ] + }, + { + "id": "openseek-3-1b56a28ee95242eaa2f49fed8894ff85", + "input": "[28, 62, 127, 127, 165, 160]", + "output": [ + "[14, 31, 382, 382, 496, 80]" + ] + }, + { + "id": "openseek-3-136df542f3e942ab996975bc980140a5", + "input": "[45, 64, 32, 52, 61, 184, 6, 140]", + "output": [ + "[136, 32, 16, 26, 184, 92, 3, 70]" + ] + }, + { + "id": "openseek-3-ab788301fe964fa19d876f703ab447f9", + "input": "[178, 199, 96, 162, 189, 162, 168]", + "output": [ + "[89, 598, 48, 81, 568, 81, 84]" + ] + }, + { + "id": "openseek-3-55b3029eaf214daa932e91be3c69ee97", + "input": "[115, 81, 16, 101, 141]", + "output": [ + "[346, 244, 8, 304, 424]" + ] + }, + { + "id": "openseek-3-33381c2b105b4f68a3fb651c9fd6c81b", + "input": "[47, 64, 192, 10, 40]", + "output": [ + "[142, 32, 96, 5, 20]" + ] + }, + { + "id": "openseek-3-22c396d6268f413f91acd05e253a3e27", + "input": "[71, 34, 128, 53, 194, 193, 33]", + "output": [ + "[214, 17, 64, 160, 97, 580, 100]" + ] + }, + { + "id": "openseek-3-62fb2cf2f7554e48819c2e05f5cfba88", + "input": "[5, 163, 120, 150, 22, 174, 91, 148, 147]", + "output": [ + "[16, 490, 60, 75, 11, 87, 274, 74, 442]" + ] + }, + { + "id": "openseek-3-e9eeaa82fa9a4dc6a7e4c413979c3107", + "input": "[124, 123, 8, 170, 179, 50, 111]", + "output": [ + "[62, 370, 4, 85, 538, 25, 334]" + ] + }, + { + "id": "openseek-3-bcb3eef3db3445cba6ad4ea0246989c2", + "input": "[138, 131, 145, 29, 160, 155, 44, 118]", + "output": [ + "[69, 394, 436, 88, 80, 466, 22, 59]" + ] + }, + { + "id": "openseek-3-3b332e5ebffe4699b7e19537eb1a8313", + "input": "[59, 88, 167, 98, 145]", + "output": [ + "[178, 44, 502, 49, 436]" + ] + }, + { + "id": "openseek-3-db1f55c440af4b02aaa08f78dcb9f103", + "input": "[60, 77, 95, 185, 104, 33, 59, 150]", + "output": [ + "[30, 232, 286, 556, 52, 100, 178, 75]" + ] + }, + { + "id": "openseek-3-fe8ae192d82b45409779b939ea84f12e", + "input": "[30, 77, 191, 22, 114, 76, 144]", + "output": [ + "[15, 232, 574, 11, 57, 38, 72]" + ] + }, + { + "id": "openseek-3-654f665f314f46088920bf021102a605", + "input": "[107, 189, 159, 29, 150, 44]", + "output": [ + "[322, 568, 478, 88, 75, 22]" + ] + }, + { + "id": "openseek-3-706706aece604202870ea11ed81d07eb", + "input": "[137, 10, 76, 117, 12, 92, 92, 85, 131]", + "output": [ + "[412, 5, 38, 352, 6, 46, 46, 256, 394]" + ] + }, + { + "id": "openseek-3-64d782c7023e46bcbdfc172a11ca77f9", + "input": "[15, 166, 38, 38, 132, 155, 54, 184, 9]", + "output": [ + "[46, 83, 19, 19, 66, 466, 27, 92, 28]" + ] + }, + { + "id": "openseek-3-d7560727df2542bea572873e02fe23ec", + "input": "[18, 4, 7, 105, 148, 140]", + "output": [ + "[9, 2, 22, 316, 74, 70]" + ] + }, + { + "id": "openseek-3-586fd3085e16437d97c90ea3cd303ce2", + "input": "[153, 196, 137, 38, 88, 141, 24, 79]", + "output": [ + "[460, 98, 412, 19, 44, 424, 12, 238]" + ] + }, + { + "id": "openseek-3-b5bfbd6c4a0b4ccc9491ac3db141a7e6", + "input": "[92, 116, 177, 36, 193, 120, 124, 50, 113]", + "output": [ + "[46, 58, 532, 18, 580, 60, 62, 25, 340]" + ] + }, + { + "id": "openseek-3-c51ef05a5cf146958862bd84d6206f65", + "input": "[144, 31, 43, 85]", + "output": [ + "[72, 94, 130, 256]" + ] + }, + { + "id": "openseek-3-a72851de55de4943afcf14eab13b671b", + "input": "[98, 171]", + "output": [ + "[49, 514]" + ] + }, + { + "id": "openseek-3-6bb277f08db5431e9b938e5ecf19796d", + "input": "[168, 138, 178]", + "output": [ + "[84, 69, 89]" + ] + }, + { + "id": "openseek-3-1bfd7ec3aebb4bc0b96042e8e9baefc6", + "input": "[79, 192, 150, 142, 170, 71, 154]", + "output": [ + "[238, 96, 75, 71, 85, 214, 77]" + ] + }, + { + "id": "openseek-3-731e91f17d8d423c8413151a1cda4b4d", + "input": "[93, 113, 144, 198, 96]", + "output": [ + "[280, 340, 72, 99, 48]" + ] + }, + { + "id": "openseek-3-3779aa81086243a8a2d4dcc23f0e0a97", + "input": "[140, 89]", + "output": [ + "[70, 268]" + ] + }, + { + "id": "openseek-3-9d67ba5148b44de0826050b7d50e2f70", + "input": "[62, 91, 14, 11]", + "output": [ + "[31, 274, 7, 34]" + ] + }, + { + "id": "openseek-3-1a5a5d7e9d5b47c99186e7246cdbdf1f", + "input": "[98, 189]", + "output": [ + "[49, 568]" + ] + }, + { + "id": "openseek-3-553fcaab30be45268601c0e0d650190f", + "input": "[94, 112, 113, 176, 166, 65, 145, 12]", + "output": [ + "[47, 56, 340, 88, 83, 196, 436, 6]" + ] + }, + { + "id": "openseek-3-990cac9b001145fca29231be4d76027e", + "input": "[17, 64, 194, 124, 41, 173]", + "output": [ + "[52, 32, 97, 62, 124, 520]" + ] + }, + { + "id": "openseek-3-0174d77ea03442239555a4a2c1226ec6", + "input": "[172, 195]", + "output": [ + "[86, 586]" + ] + }, + { + "id": "openseek-3-62d3517143ce4431bb04bf98d51d8ac6", + "input": "[68, 98, 69, 37, 41, 109]", + "output": [ + "[34, 49, 208, 112, 124, 328]" + ] + }, + { + "id": "openseek-3-f8081eadb7bc42d7b78dbaf811830881", + "input": "[85, 81, 101]", + "output": [ + "[256, 244, 304]" + ] + }, + { + "id": "openseek-3-7990344c72674d5c9d2f356038c76de6", + "input": "[4, 139, 33, 82, 102, 119]", + "output": [ + "[2, 418, 100, 41, 51, 358]" + ] + }, + { + "id": "openseek-3-9e19327072a44b8fabf35d3df1246fd4", + "input": "[147, 27, 119, 109, 132, 15, 200, 17, 71]", + "output": [ + "[442, 82, 358, 328, 66, 46, 100, 52, 214]" + ] + }, + { + "id": "openseek-3-1fdbbb85e7fc4504878f72c523ca5ff9", + "input": "[17, 50, 116, 40]", + "output": [ + "[52, 25, 58, 20]" + ] + }, + { + "id": "openseek-3-70fc518f243e4e1bab9cc4de410daf49", + "input": "[121, 104, 117]", + "output": [ + "[364, 52, 352]" + ] + }, + { + "id": "openseek-3-234040f2ef7a4372b52e5cccca0251fe", + "input": "[192, 170, 15, 74, 118, 13, 88, 158, 173]", + "output": [ + "[96, 85, 46, 37, 59, 40, 44, 79, 520]" + ] + }, + { + "id": "openseek-3-841590094c7344e098fb350487e48117", + "input": "[1, 6, 178, 61, 97]", + "output": [ + "[4, 3, 89, 184, 292]" + ] + }, + { + "id": "openseek-3-0e3d156cade649c29f13b4469628073f", + "input": "[111, 179, 200, 15, 27]", + "output": [ + "[334, 538, 100, 46, 82]" + ] + }, + { + "id": "openseek-3-79118c4d835d4e209c7bc4f1258033cf", + "input": "[16, 190, 176]", + "output": [ + "[8, 95, 88]" + ] + }, + { + "id": "openseek-3-a80c111db6984fa487b30a5edb930145", + "input": "[114, 95, 89, 137, 27, 9, 38, 163, 125]", + "output": [ + "[57, 286, 268, 412, 82, 28, 19, 490, 376]" + ] + }, + { + "id": "openseek-3-0b899ef47eaa43b7be9d111b8e714bfd", + "input": "[71, 112, 76, 70, 6, 18, 87]", + "output": [ + "[214, 56, 38, 35, 3, 9, 262]" + ] + }, + { + "id": "openseek-3-54ffa044ec7643c187d1a5e88ca776b3", + "input": "[154, 63]", + "output": [ + "[77, 190]" + ] + }, + { + "id": "openseek-3-4bfd66b530854d86a67d958429031e5d", + "input": "[79, 26, 70, 117]", + "output": [ + "[238, 13, 35, 352]" + ] + }, + { + "id": "openseek-3-a2b61b46737d4554b15374825f68b03e", + "input": "[102, 59, 98, 28]", + "output": [ + "[51, 178, 49, 14]" + ] + }, + { + "id": "openseek-3-84b00481ccfa4f4f85834c4aa7a3e898", + "input": "[63, 92, 124, 34, 49, 39, 119, 188, 134]", + "output": [ + "[190, 46, 62, 17, 148, 118, 358, 94, 67]" + ] + }, + { + "id": "openseek-3-8e72012ed3354eeb90a40a75bb4cd8df", + "input": "[145, 18, 125, 19]", + "output": [ + "[436, 9, 376, 58]" + ] + }, + { + "id": "openseek-3-d41180eedec9432e94b29e73ce8aebeb", + "input": "[187, 110, 134, 65, 175, 159, 139, 108, 102]", + "output": [ + "[562, 55, 67, 196, 526, 478, 418, 54, 51]" + ] + }, + { + "id": "openseek-3-e67de3a8e4c44020811bcd2fab8515bf", + "input": "[41, 111, 92, 200, 26, 64, 77]", + "output": [ + "[124, 334, 46, 100, 13, 32, 232]" + ] + }, + { + "id": "openseek-3-cc70bc97bd724e148755c0f8d9a7b3f3", + "input": "[141, 164, 155, 54, 134, 68, 73, 141, 58]", + "output": [ + "[424, 82, 466, 27, 67, 34, 220, 424, 29]" + ] + }, + { + "id": "openseek-3-dd30b87e585e4072b4faa4c133316fc0", + "input": "[114, 126, 15, 49, 25, 15, 114, 15]", + "output": [ + "[57, 63, 46, 148, 76, 46, 57, 46]" + ] + }, + { + "id": "openseek-3-965e9c9f022e4e93aee76b49d25099a7", + "input": "[138, 40, 170, 171]", + "output": [ + "[69, 20, 85, 514]" + ] + }, + { + "id": "openseek-3-d675040d7a934b2ab6a34008ce617b48", + "input": "[63, 171, 69, 40, 152, 129, 151, 157, 143]", + "output": [ + "[190, 514, 208, 20, 76, 388, 454, 472, 430]" + ] + }, + { + "id": "openseek-3-fc4ee153cf24429183247c105c9fd098", + "input": "[6, 132, 45, 176, 146, 125, 129]", + "output": [ + "[3, 66, 136, 88, 73, 376, 388]" + ] + }, + { + "id": "openseek-3-13c1ef14c84849468a6f3f41ed70dd3c", + "input": "[90, 186, 67, 125, 133, 9, 14, 45]", + "output": [ + "[45, 93, 202, 376, 400, 28, 7, 136]" + ] + }, + { + "id": "openseek-3-7b45807b220b4c819d69a6fc80ae07e6", + "input": "[22, 62, 7, 176, 80, 67, 165, 94, 106]", + "output": [ + "[11, 31, 22, 88, 40, 202, 496, 47, 53]" + ] + }, + { + "id": "openseek-3-5db1aa57ffe1487c9ab4d19752990692", + "input": "[25, 63, 127, 159, 182]", + "output": [ + "[76, 190, 382, 478, 91]" + ] + }, + { + "id": "openseek-3-dd5846607af446618d2efd2702022125", + "input": "[46, 148, 25, 55, 30]", + "output": [ + "[23, 74, 76, 166, 15]" + ] + }, + { + "id": "openseek-3-37f7df75f8ec4d9d98c69e9603d5faf5", + "input": "[171, 29, 48, 91, 147, 137]", + "output": [ + "[514, 88, 24, 274, 442, 412]" + ] + }, + { + "id": "openseek-3-0dfe0aa5132141a497269ac84585c0a5", + "input": "[86, 28, 113, 155, 167, 24, 125]", + "output": [ + "[43, 14, 340, 466, 502, 12, 376]" + ] + }, + { + "id": "openseek-3-a464e090806048009908de9fbfc4c86e", + "input": "[160, 40, 26, 124, 35, 70, 131]", + "output": [ + "[80, 20, 13, 62, 106, 35, 394]" + ] + }, + { + "id": "openseek-3-5bbb58085d8745898b89802043f7bedc", + "input": "[79, 30, 91, 96, 60]", + "output": [ + "[238, 15, 274, 48, 30]" + ] + }, + { + "id": "openseek-3-f5682ac825f74670b946e6f6cece5440", + "input": "[150, 85]", + "output": [ + "[75, 256]" + ] + }, + { + "id": "openseek-3-0c939e64a48c40eab52eb9e0e220a72f", + "input": "[54, 176, 18, 63]", + "output": [ + "[27, 88, 9, 190]" + ] + }, + { + "id": "openseek-3-542a99dcbd214f428b97ffb59054df83", + "input": "[22, 91, 28, 40, 76, 85, 76]", + "output": [ + "[11, 274, 14, 20, 38, 256, 38]" + ] + }, + { + "id": "openseek-3-a23b4a8242fa453bba74f45235b2b4e7", + "input": "[174, 99, 95, 84]", + "output": [ + "[87, 298, 286, 42]" + ] + }, + { + "id": "openseek-3-ce87cb038ccd4fa79efcdcb7917025dd", + "input": "[138, 20, 107, 145, 170, 177, 16, 185]", + "output": [ + "[69, 10, 322, 436, 85, 532, 8, 556]" + ] + }, + { + "id": "openseek-3-de967966fd7b4b22a71223310a305412", + "input": "[176, 181, 113, 25, 78]", + "output": [ + "[88, 544, 340, 76, 39]" + ] + }, + { + "id": "openseek-3-74d241af063647e09585bb4c2986106f", + "input": "[127, 186, 158, 53, 194, 42]", + "output": [ + "[382, 93, 79, 160, 97, 21]" + ] + }, + { + "id": "openseek-3-6d5a6044cc8d42f0ac03909e761f7962", + "input": "[160, 150]", + "output": [ + "[80, 75]" + ] + }, + { + "id": "openseek-3-c8653d9e8f7344a99db3c07625c0e0d2", + "input": "[85, 30, 134, 5, 99, 83, 188, 175]", + "output": [ + "[256, 15, 67, 16, 298, 250, 94, 526]" + ] + }, + { + "id": "openseek-3-49199fc4ffed4c008e78dd1ed6cccef1", + "input": "[13, 139, 28, 165]", + "output": [ + "[40, 418, 14, 496]" + ] + }, + { + "id": "openseek-3-2b0583a672224bb39304f2c827930dc4", + "input": "[48, 6, 67, 186, 32, 55, 18, 123, 146]", + "output": [ + "[24, 3, 202, 93, 16, 166, 9, 370, 73]" + ] + }, + { + "id": "openseek-3-916c2c39d0a04f5fa7ab3c014830c6f7", + "input": "[188, 149, 49, 53, 172]", + "output": [ + "[94, 448, 148, 160, 86]" + ] + }, + { + "id": "openseek-3-807ec620a44e49b9b8bf436edae5e575", + "input": "[164, 194, 16]", + "output": [ + "[82, 97, 8]" + ] + }, + { + "id": "openseek-3-17287ceee922425892a66a8e9401aa53", + "input": "[140, 71, 71, 95]", + "output": [ + "[70, 214, 214, 286]" + ] + }, + { + "id": "openseek-3-da2e8bc483354e70bdd6883031fd7204", + "input": "[194, 187, 100, 42, 144]", + "output": [ + "[97, 562, 50, 21, 72]" + ] + }, + { + "id": "openseek-3-d813bbd1f99e42f0a3e0ae1ae694b87b", + "input": "[158, 51]", + "output": [ + "[79, 154]" + ] + }, + { + "id": "openseek-3-f44e311ff16f4628bfe11944a4c4f74d", + "input": "[189, 176, 12, 95]", + "output": [ + "[568, 88, 6, 286]" + ] + }, + { + "id": "openseek-3-df30c7c8e59b40979eccd7285b35a975", + "input": "[66, 7, 103, 118, 24]", + "output": [ + "[33, 22, 310, 59, 12]" + ] + }, + { + "id": "openseek-3-7a87e2ea286146909a90e29a58ff503e", + "input": "[25, 54, 67, 151, 200, 163]", + "output": [ + "[76, 27, 202, 454, 100, 490]" + ] + }, + { + "id": "openseek-3-380093f8c47a464aac8d345c0eb73563", + "input": "[54, 113, 169, 125, 85]", + "output": [ + "[27, 340, 508, 376, 256]" + ] + }, + { + "id": "openseek-3-691f7567496c43cd92e01df5ebc9a991", + "input": "[188, 165, 176, 142, 194]", + "output": [ + "[94, 496, 88, 71, 97]" + ] + }, + { + "id": "openseek-3-30357d945d9e402d8eeca889ff705b09", + "input": "[168, 84]", + "output": [ + "[84, 42]" + ] + }, + { + "id": "openseek-3-c26043ba080a421fb9fa1e3fc2816756", + "input": "[146, 120, 58]", + "output": [ + "[73, 60, 29]" + ] + }, + { + "id": "openseek-3-008728cf68424bacb57d9fb55aa24d7f", + "input": "[37, 72, 113, 14, 13, 148]", + "output": [ + "[112, 36, 340, 7, 40, 74]" + ] + }, + { + "id": "openseek-3-c96ebeb8a8554503aec90392bac239d5", + "input": "[50, 144, 51, 77]", + "output": [ + "[25, 72, 154, 232]" + ] + }, + { + "id": "openseek-3-cd7dcd77a0454051ac79e9b5363a2240", + "input": "[130, 78, 148]", + "output": [ + "[65, 39, 74]" + ] + }, + { + "id": "openseek-3-79097f520aa240bf9ae3e8c990bccc64", + "input": "[77, 108]", + "output": [ + "[232, 54]" + ] + }, + { + "id": "openseek-3-931420e4798645f9a0df6d1a9f754de1", + "input": "[85, 28, 166, 33, 163, 70, 146]", + "output": [ + "[256, 14, 83, 100, 490, 35, 73]" + ] + }, + { + "id": "openseek-3-c52428f1339942368fc4567b350e5857", + "input": "[31, 82, 20, 9, 72]", + "output": [ + "[94, 41, 10, 28, 36]" + ] + }, + { + "id": "openseek-3-161e40dcc77d4f2e84072ecb56218df3", + "input": "[166, 128, 24, 81, 199]", + "output": [ + "[83, 64, 12, 244, 598]" + ] + }, + { + "id": "openseek-3-8ad0993ad6a8418485fc4dc08daa4142", + "input": "[150, 58, 173, 43, 39, 171]", + "output": [ + "[75, 29, 520, 130, 118, 514]" + ] + }, + { + "id": "openseek-3-dfe83a10d78a47e1b4d3907ea2f5eb16", + "input": "[23, 149, 62, 55]", + "output": [ + "[70, 448, 31, 166]" + ] + }, + { + "id": "openseek-3-b229326f06974a2b8d11c7a414668b59", + "input": "[82, 24, 103, 144, 40, 105, 13]", + "output": [ + "[41, 12, 310, 72, 20, 316, 40]" + ] + }, + { + "id": "openseek-3-724bf3a980684991b112d52023cd0332", + "input": "[195, 51, 88, 78, 184, 160, 138]", + "output": [ + "[586, 154, 44, 39, 92, 80, 69]" + ] + }, + { + "id": "openseek-3-ee2489aa7bdd4f9fa5a3af7f857a5e94", + "input": "[86, 171]", + "output": [ + "[43, 514]" + ] + }, + { + "id": "openseek-3-419c5215a8414fe38f6a125caa152872", + "input": "[174, 58, 162, 151, 1]", + "output": [ + "[87, 29, 81, 454, 4]" + ] + }, + { + "id": "openseek-3-ecb62ccf83324fb5b40b89d4faba6a07", + "input": "[31, 146, 64, 131, 6, 59, 69, 191, 141]", + "output": [ + "[94, 73, 32, 394, 3, 178, 208, 574, 424]" + ] + }, + { + "id": "openseek-3-8a2adb09813e4817bb8ffe855f60a59f", + "input": "[164, 4, 148, 23, 194, 29, 200, 125]", + "output": [ + "[82, 2, 74, 70, 97, 88, 100, 376]" + ] + }, + { + "id": "openseek-3-3893108c45864501b62007fffdc38459", + "input": "[141, 187, 16]", + "output": [ + "[424, 562, 8]" + ] + }, + { + "id": "openseek-3-6d2e661839604a8492955f5cd5e51159", + "input": "[101, 99, 68]", + "output": [ + "[304, 298, 34]" + ] + }, + { + "id": "openseek-3-530dfe75f61248da87d54aada3ddd4f0", + "input": "[67, 127, 44, 97, 20, 59]", + "output": [ + "[202, 382, 22, 292, 10, 178]" + ] + }, + { + "id": "openseek-3-136244bded7d49e980f8903c7b645f19", + "input": "[82, 60, 41, 88, 145, 129, 124, 116, 71]", + "output": [ + "[41, 30, 124, 44, 436, 388, 62, 58, 214]" + ] + }, + { + "id": "openseek-3-471ab50166264fc1a775ab8f4bf91353", + "input": "[55, 138, 142, 114]", + "output": [ + "[166, 69, 71, 57]" + ] + }, + { + "id": "openseek-3-cb9939bd83184ccdbc3e852bd8d06d25", + "input": "[162, 92, 158, 187]", + "output": [ + "[81, 46, 79, 562]" + ] + }, + { + "id": "openseek-3-632b6cb9a72d4b94af89bf6cc1edb472", + "input": "[108, 107, 23, 14, 112, 118, 130, 180]", + "output": [ + "[54, 322, 70, 7, 56, 59, 65, 90]" + ] + }, + { + "id": "openseek-3-603179b4be74455481079a73911bb91f", + "input": "[117, 91, 66, 103, 162]", + "output": [ + "[352, 274, 33, 310, 81]" + ] + }, + { + "id": "openseek-3-d5e0960ec11e4a90ba668d3684e6cb64", + "input": "[63, 141, 179, 144, 68, 135, 61]", + "output": [ + "[190, 424, 538, 72, 34, 406, 184]" + ] + }, + { + "id": "openseek-3-ef975004b4644c078c1dcd7e50f01f7c", + "input": "[146, 139, 29, 19]", + "output": [ + "[73, 418, 88, 58]" + ] + }, + { + "id": "openseek-3-af1395cfd8af4be781c3c0289884d47c", + "input": "[24, 162, 13, 108, 105, 145, 138, 71, 64]", + "output": [ + "[12, 81, 40, 54, 316, 436, 69, 214, 32]" + ] + }, + { + "id": "openseek-3-886b35eae52740e5a4e51b5b1ba0ba10", + "input": "[158, 148, 19, 23, 96, 50]", + "output": [ + "[79, 74, 58, 70, 48, 25]" + ] + }, + { + "id": "openseek-3-b8bde86afd0e4f13b7cd3f7f5e7e98cc", + "input": "[81, 193, 171, 168, 172, 152]", + "output": [ + "[244, 580, 514, 84, 86, 76]" + ] + }, + { + "id": "openseek-3-4efffa58b16f4b2496d5ef542ce2e231", + "input": "[44, 45, 174, 117, 64]", + "output": [ + "[22, 136, 87, 352, 32]" + ] + }, + { + "id": "openseek-3-e893a4ce5084482b8d38fe48d4a2bccf", + "input": "[12, 86]", + "output": [ + "[6, 43]" + ] + }, + { + "id": "openseek-3-3e3d48361cd94339ac3a16ca4ef56678", + "input": "[64, 19, 61, 49, 103, 105]", + "output": [ + "[32, 58, 184, 148, 310, 316]" + ] + }, + { + "id": "openseek-3-16ec0913fc6b4c2ea413589e98c6a1dc", + "input": "[119, 10, 174, 44, 81]", + "output": [ + "[358, 5, 87, 22, 244]" + ] + }, + { + "id": "openseek-3-ab9e0ed1871b41dcbb3faf2dfd804b2d", + "input": "[186, 66, 118, 114]", + "output": [ + "[93, 33, 59, 57]" + ] + }, + { + "id": "openseek-3-c3dfe2fb8b3f4a449476cd50983f6661", + "input": "[155, 53, 85]", + "output": [ + "[466, 160, 256]" + ] + }, + { + "id": "openseek-3-95f2f03d9f5546ebb55ee36f6a9baeab", + "input": "[158, 196, 142, 49, 149, 24, 33]", + "output": [ + "[79, 98, 71, 148, 448, 12, 100]" + ] + }, + { + "id": "openseek-3-be3bef121f5d446990bd703539cac333", + "input": "[71, 8, 90, 31, 15]", + "output": [ + "[214, 4, 45, 94, 46]" + ] + }, + { + "id": "openseek-3-20f39c4dc50b4c3d8790386dffcb9cef", + "input": "[29, 26, 177, 146, 158, 114]", + "output": [ + "[88, 13, 532, 73, 79, 57]" + ] + }, + { + "id": "openseek-3-e865e0ee192f4772a03dd2a965629df7", + "input": "[86, 135, 104]", + "output": [ + "[43, 406, 52]" + ] + }, + { + "id": "openseek-3-352bca2fd53044ec9d8b460a57c42485", + "input": "[101, 33, 46, 51, 117]", + "output": [ + "[304, 100, 23, 154, 352]" + ] + }, + { + "id": "openseek-3-5830ff3d69424921add2d63c657148cf", + "input": "[57, 59, 110, 94, 124, 151, 147, 5]", + "output": [ + "[172, 178, 55, 47, 62, 454, 442, 16]" + ] + }, + { + "id": "openseek-3-39a4181e81e3487293e39c680bb02b82", + "input": "[35, 133]", + "output": [ + "[106, 400]" + ] + }, + { + "id": "openseek-3-a921d4dbe9704ccea5f1e412f6b3c74c", + "input": "[11, 199, 67]", + "output": [ + "[34, 598, 202]" + ] + }, + { + "id": "openseek-3-973d67df408a49fa8a20df948856aee7", + "input": "[43, 43, 37, 80, 10, 154]", + "output": [ + "[130, 130, 112, 40, 5, 77]" + ] + }, + { + "id": "openseek-3-742bb645b50d4331ba4cce482e72b73c", + "input": "[41, 68, 46]", + "output": [ + "[124, 34, 23]" + ] + }, + { + "id": "openseek-3-86a6d7bfe8324ff2b3cfa844b31ea0aa", + "input": "[108, 32, 152, 73, 15, 45, 105]", + "output": [ + "[54, 16, 76, 220, 46, 136, 316]" + ] + }, + { + "id": "openseek-3-96efa1a95b30404f99015388fdeec1c9", + "input": "[150, 10, 42]", + "output": [ + "[75, 5, 21]" + ] + }, + { + "id": "openseek-3-fd89aa84da24468f969082de9a8d7601", + "input": "[132, 60, 180, 49, 46, 1, 136, 91, 172]", + "output": [ + "[66, 30, 90, 148, 23, 4, 68, 274, 86]" + ] + }, + { + "id": "openseek-3-74fefe1bf27240c3b6e1c27acd37ce4d", + "input": "[104, 95, 198, 8, 6, 184]", + "output": [ + "[52, 286, 99, 4, 3, 92]" + ] + }, + { + "id": "openseek-3-4d1e5606d90f4dd5a4b93478684beace", + "input": "[95, 145, 20]", + "output": [ + "[286, 436, 10]" + ] + }, + { + "id": "openseek-3-505b52246fae4bb6a1f558c367b24584", + "input": "[133, 183, 78, 8, 132, 159]", + "output": [ + "[400, 550, 39, 4, 66, 478]" + ] + }, + { + "id": "openseek-3-ba5adad57cf548efaf2cfc9fcd3a9aed", + "input": "[175, 96, 124, 105, 46]", + "output": [ + "[526, 48, 62, 316, 23]" + ] + }, + { + "id": "openseek-3-2c8938d9ba7841ac8cbffb8bd6275806", + "input": "[9, 111, 3, 74, 165, 12, 125]", + "output": [ + "[28, 334, 10, 37, 496, 6, 376]" + ] + }, + { + "id": "openseek-3-f6678b013e644c09a5cb8111de6e8084", + "input": "[146, 74, 184, 157, 145, 46]", + "output": [ + "[73, 37, 92, 472, 436, 23]" + ] + }, + { + "id": "openseek-3-ad393a91ea6f4e4caf3f955dbe647bf5", + "input": "[77, 148, 174]", + "output": [ + "[232, 74, 87]" + ] + }, + { + "id": "openseek-3-1ccdc44c4dbf4b90855b50e116759743", + "input": "[93, 191, 157, 140, 37]", + "output": [ + "[280, 574, 472, 70, 112]" + ] + }, + { + "id": "openseek-3-cc768f886c534e0ba4ec69824baab35a", + "input": "[39, 6, 132, 157, 57, 28, 200]", + "output": [ + "[118, 3, 66, 472, 172, 14, 100]" + ] + }, + { + "id": "openseek-3-b89ac4296e2246ed8d9ba4abc26c6145", + "input": "[73, 7, 179, 155, 62, 56, 2]", + "output": [ + "[220, 22, 538, 466, 31, 28, 1]" + ] + }, + { + "id": "openseek-3-7988db4b467a45968c0a9a564f3a0f89", + "input": "[188, 20, 145, 58, 185, 140, 5]", + "output": [ + "[94, 10, 436, 29, 556, 70, 16]" + ] + }, + { + "id": "openseek-3-670afbe1297a4515b44310d2fec9b3b0", + "input": "[135, 198, 177, 129, 68, 186, 106, 41]", + "output": [ + "[406, 99, 532, 388, 34, 93, 53, 124]" + ] + }, + { + "id": "openseek-3-e903a7943ac24545a308362c5cea2552", + "input": "[169, 84, 70, 121]", + "output": [ + "[508, 42, 35, 364]" + ] + }, + { + "id": "openseek-3-dbaa2438dd52428e9644f25b1ea88c48", + "input": "[99, 102]", + "output": [ + "[298, 51]" + ] + }, + { + "id": "openseek-3-46ae69d57f5640f395fa3aabd075fde7", + "input": "[157, 199, 128, 118, 17]", + "output": [ + "[472, 598, 64, 59, 52]" + ] + }, + { + "id": "openseek-3-5f5e84a44df6492b94cd69194892c6dc", + "input": "[46, 1]", + "output": [ + "[23, 4]" + ] + }, + { + "id": "openseek-3-26b46a49e20f4b3a84063217f06281f2", + "input": "[25, 124, 165, 59, 139, 90, 140, 51, 135]", + "output": [ + "[76, 62, 496, 178, 418, 45, 70, 154, 406]" + ] + }, + { + "id": "openseek-3-721844b1c1c94a84a5136147f3667221", + "input": "[53, 4]", + "output": [ + "[160, 2]" + ] + }, + { + "id": "openseek-3-314684eeab33405d93426d596eb5c513", + "input": "[66, 31, 73, 156, 30]", + "output": [ + "[33, 94, 220, 78, 15]" + ] + }, + { + "id": "openseek-3-a5251af42e3e4b5f811644828b0601ba", + "input": "[165, 114, 179, 69, 41, 46, 42, 146, 41]", + "output": [ + "[496, 57, 538, 208, 124, 23, 21, 73, 124]" + ] + }, + { + "id": "openseek-3-52d9e99f24c8401595b2a4b722bc1905", + "input": "[118, 53, 123]", + "output": [ + "[59, 160, 370]" + ] + }, + { + "id": "openseek-3-0910689576ae4bf1b1022160a4875df9", + "input": "[77, 14, 30, 119, 59, 147, 73]", + "output": [ + "[232, 7, 15, 358, 178, 442, 220]" + ] + }, + { + "id": "openseek-3-c6e3f3a45bbf4ab4bbd45cda46ae1c12", + "input": "[156, 51, 2, 35, 98, 98, 177, 44]", + "output": [ + "[78, 154, 1, 106, 49, 49, 532, 22]" + ] + }, + { + "id": "openseek-3-c541b08fb3714054a0e44c5c9d8d685e", + "input": "[25, 22, 193, 57, 12, 165]", + "output": [ + "[76, 11, 580, 172, 6, 496]" + ] + }, + { + "id": "openseek-3-d027112097614d269c5e63c358efb968", + "input": "[84, 160, 91, 96]", + "output": [ + "[42, 80, 274, 48]" + ] + }, + { + "id": "openseek-3-710b462e781145e9a2c62c1e6d52110c", + "input": "[71, 101, 198, 106, 26, 88, 124, 18, 148]", + "output": [ + "[214, 304, 99, 53, 13, 44, 62, 9, 74]" + ] + }, + { + "id": "openseek-3-7d953ec98c3e473688f45917d6f126db", + "input": "[45, 150]", + "output": [ + "[136, 75]" + ] + }, + { + "id": "openseek-3-ddbb4ca533d44d11b039dfabce2ced12", + "input": "[177, 46]", + "output": [ + "[532, 23]" + ] + }, + { + "id": "openseek-3-5ed91d5cc16d49dc95eab505ad3725c3", + "input": "[89, 106, 93, 97, 113, 7, 105]", + "output": [ + "[268, 53, 280, 292, 340, 22, 316]" + ] + }, + { + "id": "openseek-3-59053152eca24c1a8248277119ac8bb1", + "input": "[169, 51, 15, 72, 61]", + "output": [ + "[508, 154, 46, 36, 184]" + ] + }, + { + "id": "openseek-3-f409bfe128eb421c895a5b94495d977b", + "input": "[6, 130, 168, 99, 174, 70, 187, 161, 71]", + "output": [ + "[3, 65, 84, 298, 87, 35, 562, 484, 214]" + ] + }, + { + "id": "openseek-3-4552d76873db4c0493e215bd0dbf6759", + "input": "[129, 85, 68, 177]", + "output": [ + "[388, 256, 34, 532]" + ] + }, + { + "id": "openseek-3-0428baaac60d4ebdbd9aa9392c53c8ea", + "input": "[87, 192]", + "output": [ + "[262, 96]" + ] + }, + { + "id": "openseek-3-3669e6f579644004a47285800069f235", + "input": "[168, 154, 195, 24, 115]", + "output": [ + "[84, 77, 586, 12, 346]" + ] + }, + { + "id": "openseek-3-b63f4d68db3342a59fd311bc0a8a0191", + "input": "[48, 68, 117]", + "output": [ + "[24, 34, 352]" + ] + }, + { + "id": "openseek-3-1b8110d287c141428b008035a9859cbe", + "input": "[139, 46, 147, 72, 154, 80]", + "output": [ + "[418, 23, 442, 36, 77, 40]" + ] + }, + { + "id": "openseek-3-5a4938448dea4123a540b201bfeb368c", + "input": "[25, 193, 49, 81, 29, 100, 136, 2, 26]", + "output": [ + "[76, 580, 148, 244, 88, 50, 68, 1, 13]" + ] + }, + { + "id": "openseek-3-ff95e4497be14ca9b50fc5b60c33335c", + "input": "[189, 96, 145, 49, 196]", + "output": [ + "[568, 48, 436, 148, 98]" + ] + }, + { + "id": "openseek-3-7257dc76b9b4400da36fba94a754f3b9", + "input": "[90, 188, 200, 49, 194]", + "output": [ + "[45, 94, 100, 148, 97]" + ] + }, + { + "id": "openseek-3-5a690d08ae4944dcb3d1a26b9807a517", + "input": "[36, 67, 107, 5, 83, 109]", + "output": [ + "[18, 202, 322, 16, 250, 328]" + ] + }, + { + "id": "openseek-3-e52329dac76f48b18c4787cfd73dbdd4", + "input": "[61, 155, 155, 168, 154, 11]", + "output": [ + "[184, 466, 466, 84, 77, 34]" + ] + }, + { + "id": "openseek-3-06fe7ce8038b4ff9a25b3b4f1e04d9e8", + "input": "[3, 65, 38]", + "output": [ + "[10, 196, 19]" + ] + }, + { + "id": "openseek-3-0073a1af78d94986b0f69afd6a1e1d83", + "input": "[74, 8, 96]", + "output": [ + "[37, 4, 48]" + ] + }, + { + "id": "openseek-3-bd3ba559b39043d2831167df904b6aa3", + "input": "[60, 20]", + "output": [ + "[30, 10]" + ] + }, + { + "id": "openseek-3-0458e87efc65459988332712eb384b9c", + "input": "[186, 72, 71, 160, 91, 142]", + "output": [ + "[93, 36, 214, 80, 274, 71]" + ] + }, + { + "id": "openseek-3-3900676c9a3c47619ad5efe457ab5fde", + "input": "[114, 108, 21, 147, 93, 1, 191]", + "output": [ + "[57, 54, 64, 442, 280, 4, 574]" + ] + }, + { + "id": "openseek-3-c26ab20074744fa2897669551f5f372b", + "input": "[89, 144, 118]", + "output": [ + "[268, 72, 59]" + ] + }, + { + "id": "openseek-3-9c29572a402c40f986f8aa70ac411376", + "input": "[158, 168, 154, 80]", + "output": [ + "[79, 84, 77, 40]" + ] + }, + { + "id": "openseek-3-22f366bd7c574e16bbd3586377a17c78", + "input": "[19, 193, 178, 11, 17, 132, 28, 159]", + "output": [ + "[58, 580, 89, 34, 52, 66, 14, 478]" + ] + }, + { + "id": "openseek-3-67415dda6488477eaa2ad6c330eebd77", + "input": "[37, 72, 50, 58, 91, 96, 98, 5, 145]", + "output": [ + "[112, 36, 25, 29, 274, 48, 49, 16, 436]" + ] + }, + { + "id": "openseek-3-acabef48e58a4113b6e76880e3457487", + "input": "[127, 107, 113, 32]", + "output": [ + "[382, 322, 340, 16]" + ] + }, + { + "id": "openseek-3-b7608431206c4de4a6d96b9044494837", + "input": "[117, 143, 127, 57, 93, 80, 32]", + "output": [ + "[352, 430, 382, 172, 280, 40, 16]" + ] + }, + { + "id": "openseek-3-854ff01bcda94a1c8bc094bd62066b3a", + "input": "[138, 67, 146, 27, 43, 151, 169, 154, 40]", + "output": [ + "[69, 202, 73, 82, 130, 454, 508, 77, 20]" + ] + }, + { + "id": "openseek-3-5b3ebd3314da4dde8e63b71c03a61e07", + "input": "[110, 14, 200]", + "output": [ + "[55, 7, 100]" + ] + }, + { + "id": "openseek-3-24f6404ab93e48449220736ee72a0641", + "input": "[152, 93]", + "output": [ + "[76, 280]" + ] + }, + { + "id": "openseek-3-cc72db645a77417b843546dbfcaef94a", + "input": "[192, 152, 123, 109, 45, 39, 55, 22, 124]", + "output": [ + "[96, 76, 370, 328, 136, 118, 166, 11, 62]" + ] + }, + { + "id": "openseek-3-b8e78408cd0e41328a89fffe646b223f", + "input": "[92, 179]", + "output": [ + "[46, 538]" + ] + }, + { + "id": "openseek-3-f0d5c06e352f4662877bc87ae5965243", + "input": "[163, 150, 117, 121, 140]", + "output": [ + "[490, 75, 352, 364, 70]" + ] + }, + { + "id": "openseek-3-2351d53cbb244f0dac36e9c084ad101e", + "input": "[141, 99, 167, 185, 169, 141, 139, 44, 19]", + "output": [ + "[424, 298, 502, 556, 508, 424, 418, 22, 58]" + ] + }, + { + "id": "openseek-3-931ed40f1ace46acb3e950ab391f8b14", + "input": "[139, 198, 25]", + "output": [ + "[418, 99, 76]" + ] + }, + { + "id": "openseek-3-d5cf7c976b5a4855b8f3fe46e7613046", + "input": "[119, 35, 102, 178, 89, 84, 188, 134]", + "output": [ + "[358, 106, 51, 89, 268, 42, 94, 67]" + ] + }, + { + "id": "openseek-3-102d95f7f6b443caa8839be510eba644", + "input": "[156, 181, 28, 14, 1, 163, 164, 67, 154]", + "output": [ + "[78, 544, 14, 7, 4, 490, 82, 202, 77]" + ] + }, + { + "id": "openseek-3-9f01f77ecc9d4a36a496982d70e6dd22", + "input": "[121, 177]", + "output": [ + "[364, 532]" + ] + }, + { + "id": "openseek-3-b547c596c09d4b47ab13dc77009f11c5", + "input": "[155, 28, 136]", + "output": [ + "[466, 14, 68]" + ] + }, + { + "id": "openseek-3-06ecd24e38f045ba8ac5308b5ecb8287", + "input": "[43, 46, 144, 116, 72, 128, 79, 132]", + "output": [ + "[130, 23, 72, 58, 36, 64, 238, 66]" + ] + }, + { + "id": "openseek-3-eeabfbd1c7f146d4932f74f4ae7a674c", + "input": "[32, 196, 82, 150, 60, 48, 195, 137, 199]", + "output": [ + "[16, 98, 41, 75, 30, 24, 586, 412, 598]" + ] + }, + { + "id": "openseek-3-c2feca79e85348eb9a1f05fee9ba19f2", + "input": "[22, 193, 103, 175]", + "output": [ + "[11, 580, 310, 526]" + ] + }, + { + "id": "openseek-3-984ee290f8df4869918b39b29e23b01d", + "input": "[26, 13]", + "output": [ + "[13, 40]" + ] + }, + { + "id": "openseek-3-a146369d287947fb859b92b8d0148023", + "input": "[175, 2, 143, 119, 49, 33, 28]", + "output": [ + "[526, 1, 430, 358, 148, 100, 14]" + ] + }, + { + "id": "openseek-3-db7ba40417164f99bb89b5eb296143ec", + "input": "[168, 43, 200, 144, 29, 49, 145, 181]", + "output": [ + "[84, 130, 100, 72, 88, 148, 436, 544]" + ] + }, + { + "id": "openseek-3-af4894aff8434093b28b912b7e2931df", + "input": "[19, 5]", + "output": [ + "[58, 16]" + ] + }, + { + "id": "openseek-3-fd55e846cd6c45a5a8526693da388a8b", + "input": "[103, 30, 59, 155]", + "output": [ + "[310, 15, 178, 466]" + ] + }, + { + "id": "openseek-3-5870845e629e441ebcec7a5e76f88450", + "input": "[184, 188, 134, 124, 54, 183, 93]", + "output": [ + "[92, 94, 67, 62, 27, 550, 280]" + ] + }, + { + "id": "openseek-3-c2b03ad3e7054084a65ce2232c8d3e2f", + "input": "[137, 52, 193, 124, 149, 118, 62]", + "output": [ + "[412, 26, 580, 62, 448, 59, 31]" + ] + }, + { + "id": "openseek-3-ac0d92a0656b45ddad1f27b2076268f8", + "input": "[143, 135, 74, 98, 140, 109, 88, 123]", + "output": [ + "[430, 406, 37, 49, 70, 328, 44, 370]" + ] + }, + { + "id": "openseek-3-3b5cd8c03b674c468af884c4815546ce", + "input": "[25, 151]", + "output": [ + "[76, 454]" + ] + }, + { + "id": "openseek-3-9af020a7d24f45faafe5ab6352626419", + "input": "[185, 140, 101, 72, 107, 87, 177, 33]", + "output": [ + "[556, 70, 304, 36, 322, 262, 532, 100]" + ] + }, + { + "id": "openseek-3-d60e5cb6c1534daaa383c078042b6a0d", + "input": "[65, 102, 148, 6, 77, 133, 20, 116]", + "output": [ + "[196, 51, 74, 3, 232, 400, 10, 58]" + ] + }, + { + "id": "openseek-3-6c9ccc24e8d34f86a7adc7e40ecaf3b9", + "input": "[13, 45, 12, 34, 82]", + "output": [ + "[40, 136, 6, 17, 41]" + ] + }, + { + "id": "openseek-3-d442b680164e4ea09496a2eba1479d07", + "input": "[67, 175, 196]", + "output": [ + "[202, 526, 98]" + ] + }, + { + "id": "openseek-3-dc5dee26ad134f94a4fda147f2a3c60d", + "input": "[126, 104, 170, 196, 182]", + "output": [ + "[63, 52, 85, 98, 91]" + ] + }, + { + "id": "openseek-3-5d8a88ef185843a9896f7c9fb412761f", + "input": "[145, 175, 73, 31, 110, 106]", + "output": [ + "[436, 526, 220, 94, 55, 53]" + ] + }, + { + "id": "openseek-3-bd76b58d199844eaa7bde5063aa3c2f2", + "input": "[106, 170, 117, 166]", + "output": [ + "[53, 85, 352, 83]" + ] + }, + { + "id": "openseek-3-deffe7fe5cc6434f8111eb8e21db1bd4", + "input": "[55, 122, 13]", + "output": [ + "[166, 61, 40]" + ] + }, + { + "id": "openseek-3-4f9eb12ebfb446f5a7dbcbaf0da81f04", + "input": "[3, 163, 159]", + "output": [ + "[10, 490, 478]" + ] + }, + { + "id": "openseek-3-4b0f5cd6dcff44df988d32323fed34a1", + "input": "[59, 8, 183, 33]", + "output": [ + "[178, 4, 550, 100]" + ] + }, + { + "id": "openseek-3-208d0b8255824ab2b142c33b9293f3f4", + "input": "[126, 184, 11, 97, 101, 180]", + "output": [ + "[63, 92, 34, 292, 304, 90]" + ] + }, + { + "id": "openseek-3-baf3d63075174a46a8d913a5d34c6610", + "input": "[142, 13, 143]", + "output": [ + "[71, 40, 430]" + ] + }, + { + "id": "openseek-3-cd00e51f6ff94085b3679346a7043458", + "input": "[159, 141, 151, 172, 89, 9, 107]", + "output": [ + "[478, 424, 454, 86, 268, 28, 322]" + ] + }, + { + "id": "openseek-3-7ed8038aac34447cadce3f7eba40ea33", + "input": "[47, 87, 196, 149, 23]", + "output": [ + "[142, 262, 98, 448, 70]" + ] + }, + { + "id": "openseek-3-d3d766d15ed448cdb4a037ef9ca1c238", + "input": "[185, 157, 164, 81, 91]", + "output": [ + "[556, 472, 82, 244, 274]" + ] + }, + { + "id": "openseek-3-ae79348eb4a1436f9e25fd8238ccd48c", + "input": "[68, 157, 9]", + "output": [ + "[34, 472, 28]" + ] + }, + { + "id": "openseek-3-525ba592262c46ccb4d86c84d530f260", + "input": "[171, 162, 29, 130, 106, 101, 56, 113]", + "output": [ + "[514, 81, 88, 65, 53, 304, 28, 340]" + ] + }, + { + "id": "openseek-3-62bb8409a5d04d0a868ddd0a3742617a", + "input": "[182, 53, 189, 161, 90, 164, 6, 198, 177]", + "output": [ + "[91, 160, 568, 484, 45, 82, 3, 99, 532]" + ] + }, + { + "id": "openseek-3-5bcd52b80fdd431389c3eb4d64c3cf45", + "input": "[94, 27, 142, 2, 136, 196, 128, 155]", + "output": [ + "[47, 82, 71, 1, 68, 98, 64, 466]" + ] + }, + { + "id": "openseek-3-302a62be0026427a95ea6465aabe69d5", + "input": "[66, 17, 92, 98, 93, 159, 136, 51]", + "output": [ + "[33, 52, 46, 49, 280, 478, 68, 154]" + ] + }, + { + "id": "openseek-3-a2fb6ab8da384507811d71a31829b38b", + "input": "[152, 46, 146, 1, 36, 199, 151, 85, 36]", + "output": [ + "[76, 23, 73, 4, 18, 598, 454, 256, 18]" + ] + }, + { + "id": "openseek-3-1a38ccfa6b9a48f8868c9fb2aa95a895", + "input": "[30, 38, 169, 22, 187, 89]", + "output": [ + "[15, 19, 508, 11, 562, 268]" + ] + }, + { + "id": "openseek-3-fe01ab74da2c49b88a28e67c9a985103", + "input": "[10, 94, 51, 4]", + "output": [ + "[5, 47, 154, 2]" + ] + }, + { + "id": "openseek-3-2da8d71c798d41d2bf50ce08f2eb41d1", + "input": "[101, 142, 142, 172, 36, 121]", + "output": [ + "[304, 71, 71, 86, 18, 364]" + ] + }, + { + "id": "openseek-3-df4580b15ae949d6b12c4774f8ae6f23", + "input": "[158, 4, 65, 49, 73, 199, 34]", + "output": [ + "[79, 2, 196, 148, 220, 598, 17]" + ] + }, + { + "id": "openseek-3-65c001d08f7d4d0eb389cae6915503ec", + "input": "[187, 2, 53]", + "output": [ + "[562, 1, 160]" + ] + }, + { + "id": "openseek-3-c2c1bfb2814743c091adc920f5ef0448", + "input": "[164, 60, 41, 181]", + "output": [ + "[82, 30, 124, 544]" + ] + }, + { + "id": "openseek-3-ca86fe7f919d4de0a6a38f2aee089f8a", + "input": "[30, 124, 163, 38, 28, 158, 67, 142, 3]", + "output": [ + "[15, 62, 490, 19, 14, 79, 202, 71, 10]" + ] + }, + { + "id": "openseek-3-c4058bdfedac45f18fa569772a79ba2f", + "input": "[96, 95, 88, 198]", + "output": [ + "[48, 286, 44, 99]" + ] + }, + { + "id": "openseek-3-d05041cc490e4bb9843bd3130677100d", + "input": "[34, 105, 43, 107, 109, 4, 170]", + "output": [ + "[17, 316, 130, 322, 328, 2, 85]" + ] + }, + { + "id": "openseek-3-4f59b630a21b4c3a887dd135879780ca", + "input": "[93, 131, 182, 199]", + "output": [ + "[280, 394, 91, 598]" + ] + }, + { + "id": "openseek-3-cd65251e9b32447a86df166dce7273bd", + "input": "[11, 32, 115, 1]", + "output": [ + "[34, 16, 346, 4]" + ] + }, + { + "id": "openseek-3-0ce1db714ae542e880e0c303c28e4993", + "input": "[119, 153]", + "output": [ + "[358, 460]" + ] + }, + { + "id": "openseek-3-807f172ef1404f1395f0b8d4576a5a0a", + "input": "[42, 1, 46, 4]", + "output": [ + "[21, 4, 23, 2]" + ] + }, + { + "id": "openseek-3-29d1a2cab7054c21afcfeb80427f3f9f", + "input": "[136, 138, 17, 55, 150, 193, 120, 22]", + "output": [ + "[68, 69, 52, 166, 75, 580, 60, 11]" + ] + }, + { + "id": "openseek-3-c29528cd1eec4451b0cfaacb849a83a2", + "input": "[186, 164, 183, 41, 134, 111, 164, 118]", + "output": [ + "[93, 82, 550, 124, 67, 334, 82, 59]" + ] + }, + { + "id": "openseek-3-39ba62d528664f28b1c896e30cc5997d", + "input": "[116, 87]", + "output": [ + "[58, 262]" + ] + }, + { + "id": "openseek-3-e97a72660ff348859566b4c13fe5ec2e", + "input": "[25, 117, 42]", + "output": [ + "[76, 352, 21]" + ] + }, + { + "id": "openseek-3-9a1d4279ef04402ebc222d575660d1ec", + "input": "[43, 198]", + "output": [ + "[130, 99]" + ] + }, + { + "id": "openseek-3-8236b3d18c5247889a9a14d0ea76cecf", + "input": "[57, 122, 101, 149, 131]", + "output": [ + "[172, 61, 304, 448, 394]" + ] + }, + { + "id": "openseek-3-00da7c613e7a4d5bbd8b40df089b063c", + "input": "[28, 64, 99, 153, 13]", + "output": [ + "[14, 32, 298, 460, 40]" + ] + }, + { + "id": "openseek-3-c42d40d1871b4c06b36979c99b840249", + "input": "[28, 108, 163, 16, 41, 159]", + "output": [ + "[14, 54, 490, 8, 124, 478]" + ] + }, + { + "id": "openseek-3-65ab767499104bc98148dfa7fb35ce6f", + "input": "[155, 169, 152, 3, 74, 89, 17, 146]", + "output": [ + "[466, 508, 76, 10, 37, 268, 52, 73]" + ] + }, + { + "id": "openseek-3-13beda6fc4a54a81b5bab3ae474cc1ab", + "input": "[18, 94, 179, 24, 30, 15, 59]", + "output": [ + "[9, 47, 538, 12, 15, 46, 178]" + ] + }, + { + "id": "openseek-3-9d6447ae94c748c9baa25010ac40f7ef", + "input": "[151, 32, 107, 180, 86, 61, 175, 33, 169]", + "output": [ + "[454, 16, 322, 90, 43, 184, 526, 100, 508]" + ] + }, + { + "id": "openseek-3-7642a32bebb4497ab156b720f11259ba", + "input": "[162, 162, 107, 185]", + "output": [ + "[81, 81, 322, 556]" + ] + }, + { + "id": "openseek-3-3e94c946b23e48e1aeef19c5c73b48c4", + "input": "[185, 23, 188, 168, 42, 50, 48]", + "output": [ + "[556, 70, 94, 84, 21, 25, 24]" + ] + }, + { + "id": "openseek-3-7e6827cc17a14c16af855b6862ae713c", + "input": "[2, 113, 59, 98, 190]", + "output": [ + "[1, 340, 178, 49, 95]" + ] + }, + { + "id": "openseek-3-24d271aa6fd241b7b7d05a64a895440b", + "input": "[80, 50, 71, 159, 145]", + "output": [ + "[40, 25, 214, 478, 436]" + ] + }, + { + "id": "openseek-3-8b9347f241404438818eedd499a24c31", + "input": "[131, 70, 163, 82, 113, 93, 2]", + "output": [ + "[394, 35, 490, 41, 340, 280, 1]" + ] + }, + { + "id": "openseek-3-0c136efbfb6e4facbf4d9ed3e67c2de2", + "input": "[197, 180]", + "output": [ + "[592, 90]" + ] + }, + { + "id": "openseek-3-6361a170ae7541dca036966fdcdd63fd", + "input": "[53, 190, 104, 7, 133]", + "output": [ + "[160, 95, 52, 22, 400]" + ] + }, + { + "id": "openseek-3-300058bc69de450490b71e4cfed6d644", + "input": "[63, 89, 182, 85, 198, 179, 190, 21, 134]", + "output": [ + "[190, 268, 91, 256, 99, 538, 95, 64, 67]" + ] + }, + { + "id": "openseek-3-aca729b676cd4d91b6111532596d4f43", + "input": "[167, 49]", + "output": [ + "[502, 148]" + ] + }, + { + "id": "openseek-3-bc2cc8cbd9994c84bbf9a460f6efcc80", + "input": "[89, 77, 101]", + "output": [ + "[268, 232, 304]" + ] + }, + { + "id": "openseek-3-d97cc80e29dc4c44aa3539fbddb55ebe", + "input": "[171, 150]", + "output": [ + "[514, 75]" + ] + }, + { + "id": "openseek-3-96041daee3a740d3a023a036e5b50723", + "input": "[29, 197, 75, 42, 128, 75]", + "output": [ + "[88, 592, 226, 21, 64, 226]" + ] + }, + { + "id": "openseek-3-a731f52da2334b5591848dc332f2c085", + "input": "[67, 137, 94, 179, 122, 165]", + "output": [ + "[202, 412, 47, 538, 61, 496]" + ] + }, + { + "id": "openseek-3-f5342869474c4b1891526166360d6242", + "input": "[114, 116, 80, 41, 5]", + "output": [ + "[57, 58, 40, 124, 16]" + ] + }, + { + "id": "openseek-3-420ddc2fa7f84411bf5fb5a136a047c1", + "input": "[61, 76]", + "output": [ + "[184, 38]" + ] + }, + { + "id": "openseek-3-a92e5ee1386047f48705d440a9e2fe91", + "input": "[25, 193, 128, 185]", + "output": [ + "[76, 580, 64, 556]" + ] + }, + { + "id": "openseek-3-d57781e61bd04d13a75de2eb704b7654", + "input": "[175, 68, 65, 168, 175, 149]", + "output": [ + "[526, 34, 196, 84, 526, 448]" + ] + }, + { + "id": "openseek-3-c21d088a7aae4dd88a9fcb03d2a8d7b7", + "input": "[49, 191, 188]", + "output": [ + "[148, 574, 94]" + ] + }, + { + "id": "openseek-3-c1a41bba8a18407094ac921cbaa5d139", + "input": "[96, 39, 92]", + "output": [ + "[48, 118, 46]" + ] + }, + { + "id": "openseek-3-ea598c9c48fc4bb08b1a12b2f06112f7", + "input": "[130, 104, 85, 90, 124]", + "output": [ + "[65, 52, 256, 45, 62]" + ] + }, + { + "id": "openseek-3-8116a2af35684ff78390106bf75d1ba7", + "input": "[136, 181, 47]", + "output": [ + "[68, 544, 142]" + ] + }, + { + "id": "openseek-3-ab70654bfb6c46228259a545ea0af153", + "input": "[65, 139, 31, 196, 47, 92, 121, 131, 58]", + "output": [ + "[196, 418, 94, 98, 142, 46, 364, 394, 29]" + ] + }, + { + "id": "openseek-3-f0f025c7ab864dba8c9d86acb369b9a2", + "input": "[97, 74, 54, 28, 104, 179, 158]", + "output": [ + "[292, 37, 27, 14, 52, 538, 79]" + ] + }, + { + "id": "openseek-3-f86dae3b59e54d59a8d4bd43cef4eaee", + "input": "[195, 144, 88, 45, 19, 169, 182, 114]", + "output": [ + "[586, 72, 44, 136, 58, 508, 91, 57]" + ] + }, + { + "id": "openseek-3-1669c85e56ae49ea8e98e2c4d9ff9838", + "input": "[153, 145, 162, 31, 136, 46, 11, 91, 180]", + "output": [ + "[460, 436, 81, 94, 68, 23, 34, 274, 90]" + ] + }, + { + "id": "openseek-3-aac281a7b60345b2a55c29bdb78fe7e1", + "input": "[97, 20, 78, 21, 185, 45, 91]", + "output": [ + "[292, 10, 39, 64, 556, 136, 274]" + ] + }, + { + "id": "openseek-3-8736c949cfff42c68efb4522ed0b0c0d", + "input": "[9, 196, 91, 136, 2, 20, 195, 164, 176]", + "output": [ + "[28, 98, 274, 68, 1, 10, 586, 82, 88]" + ] + }, + { + "id": "openseek-3-841abbbc6ae94365856e7056d8636649", + "input": "[52, 187, 200]", + "output": [ + "[26, 562, 100]" + ] + }, + { + "id": "openseek-3-001ee684f85741ef87d722ad62fce124", + "input": "[191, 60, 193, 4, 108]", + "output": [ + "[574, 30, 580, 2, 54]" + ] + }, + { + "id": "openseek-3-8c9593d9fe5a4397b489b2e7a6a1d055", + "input": "[176, 95, 50, 51, 8, 85, 105]", + "output": [ + "[88, 286, 25, 154, 4, 256, 316]" + ] + }, + { + "id": "openseek-3-a5eb657481b54705bafb8655848337bb", + "input": "[39, 88, 170, 193, 200]", + "output": [ + "[118, 44, 85, 580, 100]" + ] + }, + { + "id": "openseek-3-f6ead0d5cf2e4537a5ef264b3f860095", + "input": "[73, 61, 143]", + "output": [ + "[220, 184, 430]" + ] + }, + { + "id": "openseek-3-59c54d6c56484780a315544700eb9c68", + "input": "[195, 100, 91, 184, 44, 153, 124, 99]", + "output": [ + "[586, 50, 274, 92, 22, 460, 62, 298]" + ] + }, + { + "id": "openseek-3-72402447f396454bbe50f15c90320931", + "input": "[112, 27, 142, 101, 179, 48]", + "output": [ + "[56, 82, 71, 304, 538, 24]" + ] + }, + { + "id": "openseek-3-c44100ce8eba4b18af51ce38e6051db3", + "input": "[70, 166]", + "output": [ + "[35, 83]" + ] + }, + { + "id": "openseek-3-1c07ae65ef7c4c32ae1751232a88c337", + "input": "[12, 161, 38, 148, 72, 29]", + "output": [ + "[6, 484, 19, 74, 36, 88]" + ] + }, + { + "id": "openseek-3-09440a931bf74e038ce911dfbcc31ec7", + "input": "[42, 168, 43, 31]", + "output": [ + "[21, 84, 130, 94]" + ] + }, + { + "id": "openseek-3-d879cb17ea374155a8893efca4d50beb", + "input": "[135, 198, 56, 154, 64, 200, 160, 77, 64]", + "output": [ + "[406, 99, 28, 77, 32, 100, 80, 232, 32]" + ] + }, + { + "id": "openseek-3-8d61eb4e731c429d9569509aebd44272", + "input": "[164, 56, 42, 64, 94, 16, 136, 168]", + "output": [ + "[82, 28, 21, 32, 47, 8, 68, 84]" + ] + }, + { + "id": "openseek-3-84beb88576a14b0aabe5b29d0d95b17e", + "input": "[77, 88, 72, 90, 188]", + "output": [ + "[232, 44, 36, 45, 94]" + ] + }, + { + "id": "openseek-3-0d4ff69c8332490b9819d64c62e6840a", + "input": "[179, 18, 145]", + "output": [ + "[538, 9, 436]" + ] + }, + { + "id": "openseek-3-6903282e3d0149aea9afcd8b59be39fd", + "input": "[122, 71, 126, 98, 122]", + "output": [ + "[61, 214, 63, 49, 61]" + ] + }, + { + "id": "openseek-3-dcc671fbfe1949a5a3b1a6b21bfd7469", + "input": "[104, 142, 84, 102, 196, 140, 26]", + "output": [ + "[52, 71, 42, 51, 98, 70, 13]" + ] + }, + { + "id": "openseek-3-9b32ba02f2d9474e8c142ff5100b6de7", + "input": "[94, 122, 92]", + "output": [ + "[47, 61, 46]" + ] + }, + { + "id": "openseek-3-ca6872000ef744f486b78c0c393285f9", + "input": "[173, 172]", + "output": [ + "[520, 86]" + ] + }, + { + "id": "openseek-3-74cc241580744e90ade37397bae33a97", + "input": "[132, 55, 149, 195, 199, 102, 149, 14]", + "output": [ + "[66, 166, 448, 586, 598, 51, 448, 7]" + ] + }, + { + "id": "openseek-3-127033f6ec1f4d89bfe1ffeea5b21971", + "input": "[145, 170, 90, 93, 114, 180, 89, 103]", + "output": [ + "[436, 85, 45, 280, 57, 90, 268, 310]" + ] + }, + { + "id": "openseek-3-0ee48d2f40f948619735d1d921906293", + "input": "[104, 87, 105, 147, 37]", + "output": [ + "[52, 262, 316, 442, 112]" + ] + }, + { + "id": "openseek-3-02edcca2b0944cd6a0385f8bf6bca038", + "input": "[162, 43, 90, 117, 113, 14, 98]", + "output": [ + "[81, 130, 45, 352, 340, 7, 49]" + ] + }, + { + "id": "openseek-3-8581f93227f54df3bf15db891c7619a6", + "input": "[102, 159, 128]", + "output": [ + "[51, 478, 64]" + ] + }, + { + "id": "openseek-3-436c0531f09f405499bd4b60e2edb497", + "input": "[127, 29, 42, 39]", + "output": [ + "[382, 88, 21, 118]" + ] + }, + { + "id": "openseek-3-0d17b9499ed646008b8565994d909044", + "input": "[170, 32, 19, 97, 133, 100, 14, 179, 12]", + "output": [ + "[85, 16, 58, 292, 400, 50, 7, 538, 6]" + ] + }, + { + "id": "openseek-3-38517c3e1067472b8962717977c6500e", + "input": "[120, 108, 131, 17, 54, 34, 144]", + "output": [ + "[60, 54, 394, 52, 27, 17, 72]" + ] + }, + { + "id": "openseek-3-f7f42a9382654263a72df383676c251b", + "input": "[88, 108, 119]", + "output": [ + "[44, 54, 358]" + ] + }, + { + "id": "openseek-3-d57a12c225cd46289d1664d0f8df8dfb", + "input": "[168, 115, 128, 33, 14]", + "output": [ + "[84, 346, 64, 100, 7]" + ] + }, + { + "id": "openseek-3-f45c3dc76e774d449d6c31605dbb5e8c", + "input": "[199, 131, 151, 4, 9]", + "output": [ + "[598, 394, 454, 2, 28]" + ] + }, + { + "id": "openseek-3-819990ace2ed4886bdee01965ba70455", + "input": "[85, 116, 114, 155, 53, 136, 128]", + "output": [ + "[256, 58, 57, 466, 160, 68, 64]" + ] + }, + { + "id": "openseek-3-9070097d83ab4ea295c2e70ee7398ae8", + "input": "[146, 59, 55, 67, 99]", + "output": [ + "[73, 178, 166, 202, 298]" + ] + }, + { + "id": "openseek-3-c15bfcdef9a84988bcab854e0191a54e", + "input": "[144, 38]", + "output": [ + "[72, 19]" + ] + }, + { + "id": "openseek-3-05aaae10c18147d0b6d0f583d9c70994", + "input": "[33, 15, 61]", + "output": [ + "[100, 46, 184]" + ] + }, + { + "id": "openseek-3-bc88a65a10434d8eb81e6b3c019dbbfe", + "input": "[127, 25, 35, 17, 109]", + "output": [ + "[382, 76, 106, 52, 328]" + ] + }, + { + "id": "openseek-3-1ce126e56176420aae3742ed7074a986", + "input": "[130, 132, 24]", + "output": [ + "[65, 66, 12]" + ] + }, + { + "id": "openseek-3-3370332c19b44a26ac1855708ab4c26f", + "input": "[101, 106, 194, 45, 68, 160, 199, 145, 80]", + "output": [ + "[304, 53, 97, 136, 34, 80, 598, 436, 40]" + ] + }, + { + "id": "openseek-3-464b4c29469f48c7a0b8e292bc7d25c7", + "input": "[173, 20, 13, 29, 99, 155]", + "output": [ + "[520, 10, 40, 88, 298, 466]" + ] + }, + { + "id": "openseek-3-598d4db43e4043069272bb1b970b0473", + "input": "[85, 9, 26, 123, 75, 187, 88, 62]", + "output": [ + "[256, 28, 13, 370, 226, 562, 44, 31]" + ] + }, + { + "id": "openseek-3-7549c39209ad424da24ae6bc86f93a67", + "input": "[116, 122, 96, 97, 130, 173, 155, 28, 191]", + "output": [ + "[58, 61, 48, 292, 65, 520, 466, 14, 574]" + ] + }, + { + "id": "openseek-3-043653acd784494a972986b3b623db59", + "input": "[74, 6, 48, 37, 33, 2]", + "output": [ + "[37, 3, 24, 112, 100, 1]" + ] + }, + { + "id": "openseek-3-7560379165f7487fb8014317ad3f99e6", + "input": "[78, 191, 72, 173]", + "output": [ + "[39, 574, 36, 520]" + ] + }, + { + "id": "openseek-3-12e1af3fa583416180e2551444e55730", + "input": "[159, 181, 24]", + "output": [ + "[478, 544, 12]" + ] + }, + { + "id": "openseek-3-8cb14203cbbe43529f22a1c5cf208660", + "input": "[174, 97, 114, 117, 103, 60, 195, 110]", + "output": [ + "[87, 292, 57, 352, 310, 30, 586, 55]" + ] + }, + { + "id": "openseek-3-f4fbdfeaf2e04cbe8cc6d25882cd5192", + "input": "[27, 44, 191, 113, 113, 197, 12]", + "output": [ + "[82, 22, 574, 340, 340, 592, 6]" + ] + }, + { + "id": "openseek-3-624a5c21e69a4134bdd56af3e66fb871", + "input": "[140, 185, 134, 80, 149, 169, 62, 196, 106]", + "output": [ + "[70, 556, 67, 40, 448, 508, 31, 98, 53]" + ] + }, + { + "id": "openseek-3-42c521d4e8014488bb243457e1a28453", + "input": "[156, 74, 93, 5, 20, 172]", + "output": [ + "[78, 37, 280, 16, 10, 86]" + ] + }, + { + "id": "openseek-3-911f70eb869c4d97878403ccf6ff99d0", + "input": "[145, 21, 85, 168, 136]", + "output": [ + "[436, 64, 256, 84, 68]" + ] + }, + { + "id": "openseek-3-0873e4c8904d40e4b51623dc8789c806", + "input": "[103, 51, 84, 37, 69, 82, 82, 38]", + "output": [ + "[310, 154, 42, 112, 208, 41, 41, 19]" + ] + }, + { + "id": "openseek-3-8deb10cb28c842a8b6e2413c9ebcffcb", + "input": "[160, 163, 69, 108, 163, 115, 101, 107]", + "output": [ + "[80, 490, 208, 54, 490, 346, 304, 322]" + ] + }, + { + "id": "openseek-3-b8091548c9c34fe3a175decbe51af8e6", + "input": "[51, 23, 90, 90, 197, 165]", + "output": [ + "[154, 70, 45, 45, 592, 496]" + ] + }, + { + "id": "openseek-3-2f7a41b70a11479b94ba4bcb3dcbf4f1", + "input": "[104, 166, 65, 78, 95, 24]", + "output": [ + "[52, 83, 196, 39, 286, 12]" + ] + }, + { + "id": "openseek-3-88bddbeaa3a34dfe883f89ce35dba675", + "input": "[37, 125, 198, 124, 32, 123, 11, 65, 142]", + "output": [ + "[112, 376, 99, 62, 16, 370, 34, 196, 71]" + ] + }, + { + "id": "openseek-3-96077e9634e44e079ecd78f20bcfd45a", + "input": "[138, 142]", + "output": [ + "[69, 71]" + ] + }, + { + "id": "openseek-3-becf237040ff4e48824103fa6a4f7179", + "input": "[76, 5, 136, 190, 63, 182, 178, 168, 27]", + "output": [ + "[38, 16, 68, 95, 190, 91, 89, 84, 82]" + ] + }, + { + "id": "openseek-3-cdff4a39ddf54e4690f7aca34fefe0d6", + "input": "[78, 68, 102, 54, 189, 200, 84]", + "output": [ + "[39, 34, 51, 27, 568, 100, 42]" + ] + }, + { + "id": "openseek-3-a9ff92155abd4597b0ef3b900495aacb", + "input": "[65, 27]", + "output": [ + "[196, 82]" + ] + }, + { + "id": "openseek-3-f8f9e4bae4f54cbe8a45eacda3acc96b", + "input": "[97, 50, 17]", + "output": [ + "[292, 25, 52]" + ] + }, + { + "id": "openseek-3-2b70e8989c434a2db518a2d5046ab99d", + "input": "[199, 95, 103, 176, 134, 3, 29, 172]", + "output": [ + "[598, 286, 310, 88, 67, 10, 88, 86]" + ] + }, + { + "id": "openseek-3-e768d57f0bad413baf924035587f9f99", + "input": "[181, 37, 130, 82, 152, 180, 157]", + "output": [ + "[544, 112, 65, 41, 76, 90, 472]" + ] + }, + { + "id": "openseek-3-35512b39a5334ade9b8411bc582ada66", + "input": "[117, 32, 2]", + "output": [ + "[352, 16, 1]" + ] + }, + { + "id": "openseek-3-713588561ee74033baed7d9323f633dd", + "input": "[5, 10, 79, 168]", + "output": [ + "[16, 5, 238, 84]" + ] + }, + { + "id": "openseek-3-05b8da9b7591405d849a61cba5a4130a", + "input": "[5, 128, 156, 91, 22, 116, 78]", + "output": [ + "[16, 64, 78, 274, 11, 58, 39]" + ] + }, + { + "id": "openseek-3-8e6e5a797e434055bfa938499742897d", + "input": "[91, 192, 184, 188, 68, 102, 103, 156, 17]", + "output": [ + "[274, 96, 92, 94, 34, 51, 310, 78, 52]" + ] + }, + { + "id": "openseek-3-95e0fb3046354fa59b8b114f6aa8deee", + "input": "[191, 112, 47, 41, 109, 182]", + "output": [ + "[574, 56, 142, 124, 328, 91]" + ] + }, + { + "id": "openseek-3-39bdd9ee5989475a9edf8d46d2739815", + "input": "[173, 38, 24, 108]", + "output": [ + "[520, 19, 12, 54]" + ] + }, + { + "id": "openseek-3-4652a0ae9c3b40cd8ab73749c822164c", + "input": "[126, 16, 48]", + "output": [ + "[63, 8, 24]" + ] + }, + { + "id": "openseek-3-a7a3d7312bac4474a1af51bf61067fb9", + "input": "[43, 111, 47, 12, 52, 72, 121]", + "output": [ + "[130, 334, 142, 6, 26, 36, 364]" + ] + }, + { + "id": "openseek-3-5dd41af252f5400789a58225fde0ac7e", + "input": "[17, 93]", + "output": [ + "[52, 280]" + ] + }, + { + "id": "openseek-3-61598b9ad24947b0848d0ecec18e7606", + "input": "[85, 191, 104, 28, 52, 154, 173, 68]", + "output": [ + "[256, 574, 52, 14, 26, 77, 520, 34]" + ] + }, + { + "id": "openseek-3-f5786ebb9a034cce8a616de6317f1fb8", + "input": "[51, 48, 146, 87]", + "output": [ + "[154, 24, 73, 262]" + ] + }, + { + "id": "openseek-3-cf72ed326d894a8ea8b03b9b9bc60a56", + "input": "[20, 140]", + "output": [ + "[10, 70]" + ] + }, + { + "id": "openseek-3-5cbd2139215c488e83bf1e83e36647b5", + "input": "[156, 35, 23, 10, 16, 61]", + "output": [ + "[78, 106, 70, 5, 8, 184]" + ] + }, + { + "id": "openseek-3-9a907c9a05924a5db2ed8a198b3ed9f2", + "input": "[157, 83, 80, 104, 117]", + "output": [ + "[472, 250, 40, 52, 352]" + ] + }, + { + "id": "openseek-3-8b00f8294f2a4ac083a9c1ec12d6d2ae", + "input": "[69, 33]", + "output": [ + "[208, 100]" + ] + }, + { + "id": "openseek-3-16ca33fb7684451ba183fff71aa08d15", + "input": "[159, 171, 169, 26, 83, 31, 71, 173]", + "output": [ + "[478, 514, 508, 13, 250, 94, 214, 520]" + ] + }, + { + "id": "openseek-3-2dd5172d7d5a44de8c31c67ac7fdfb87", + "input": "[157, 192, 10, 96, 113, 173, 158]", + "output": [ + "[472, 96, 5, 48, 340, 520, 79]" + ] + }, + { + "id": "openseek-3-75aea91f75ab43a2875b4519feab8d3f", + "input": "[123, 173, 55, 71, 136, 13, 125, 113]", + "output": [ + "[370, 520, 166, 214, 68, 40, 376, 340]" + ] + }, + { + "id": "openseek-3-1d34ada3aeeb4864a160bdaa5ce62f41", + "input": "[1, 190, 119, 127, 110, 139, 169, 55]", + "output": [ + "[4, 95, 358, 382, 55, 418, 508, 166]" + ] + }, + { + "id": "openseek-3-7afd15dd3cea43478f9e20d7e9f461e1", + "input": "[134, 53, 32]", + "output": [ + "[67, 160, 16]" + ] + }, + { + "id": "openseek-3-0451b16c7e934c52bff4c5f0108766ff", + "input": "[11, 37, 90, 83, 72, 63, 100, 197, 45]", + "output": [ + "[34, 112, 45, 250, 36, 190, 50, 592, 136]" + ] + }, + { + "id": "openseek-3-0ae13c49619a4887b8461ff99181f216", + "input": "[103, 63, 56, 168, 50, 193, 171, 25, 32]", + "output": [ + "[310, 190, 28, 84, 25, 580, 514, 76, 16]" + ] + }, + { + "id": "openseek-3-61d68024eb264b4ba66237ba1d31b707", + "input": "[133, 157]", + "output": [ + "[400, 472]" + ] + }, + { + "id": "openseek-3-90af5b9f38ae4dc5bbf4c5cc338c86c5", + "input": "[167, 58, 192, 178, 180, 165]", + "output": [ + "[502, 29, 96, 89, 90, 496]" + ] + }, + { + "id": "openseek-3-7c43cd1c4f7d464189ef667f93a14cc3", + "input": "[2, 13, 96, 47, 118, 111, 189, 7, 65]", + "output": [ + "[1, 40, 48, 142, 59, 334, 568, 22, 196]" + ] + }, + { + "id": "openseek-3-3290453ac5a242bfbdc5245a50e6ec09", + "input": "[127, 6, 144, 120, 73, 164, 73]", + "output": [ + "[382, 3, 72, 60, 220, 82, 220]" + ] + }, + { + "id": "openseek-3-a290ba683f5d4c69b4c7f3f7ec846b77", + "input": "[198, 25, 159]", + "output": [ + "[99, 76, 478]" + ] + }, + { + "id": "openseek-3-acb35fc99d634658a70dafb9920b456e", + "input": "[86, 191, 20, 118]", + "output": [ + "[43, 574, 10, 59]" + ] + }, + { + "id": "openseek-3-cae303deba884b1c8c419f0bd0e934e0", + "input": "[142, 13, 72, 32]", + "output": [ + "[71, 40, 36, 16]" + ] + }, + { + "id": "openseek-3-b21a42ac20994a94bee264621bfddec7", + "input": "[15, 131, 151, 98, 191]", + "output": [ + "[46, 394, 454, 49, 574]" + ] + }, + { + "id": "openseek-3-189405bb43a04e718ab1eb3522f111d8", + "input": "[194, 196, 168, 131, 191, 170]", + "output": [ + "[97, 98, 84, 394, 574, 85]" + ] + }, + { + "id": "openseek-3-f5b2e89fe0144aebb2e5a456c8ba155d", + "input": "[79, 125, 67, 192, 81, 143, 192, 191, 153]", + "output": [ + "[238, 376, 202, 96, 244, 430, 96, 574, 460]" + ] + }, + { + "id": "openseek-3-095b16c3254d43d9833ff4b7bad5f68f", + "input": "[147, 138, 168, 60]", + "output": [ + "[442, 69, 84, 30]" + ] + }, + { + "id": "openseek-3-0b5e933bb2b14c6bbd32a7b613cbedba", + "input": "[62, 144, 54]", + "output": [ + "[31, 72, 27]" + ] + }, + { + "id": "openseek-3-14293c2ee06743a88ec11c6b90730f37", + "input": "[141, 163, 187, 43, 119, 186, 5, 150]", + "output": [ + "[424, 490, 562, 130, 358, 93, 16, 75]" + ] + }, + { + "id": "openseek-3-e33c0aaa471a4bbbaa51d92a48354f1b", + "input": "[112, 171]", + "output": [ + "[56, 514]" + ] + }, + { + "id": "openseek-3-d09ebc765c7044ecaaf755d7ae31812a", + "input": "[170, 40, 119, 129, 96, 104]", + "output": [ + "[85, 20, 358, 388, 48, 52]" + ] + }, + { + "id": "openseek-3-358f797a126a4760b22ccd7201099103", + "input": "[176, 139, 135, 47]", + "output": [ + "[88, 418, 406, 142]" + ] + }, + { + "id": "openseek-3-f60c36dfd43244acb6c4a4617a84bdb8", + "input": "[113, 156, 200]", + "output": [ + "[340, 78, 100]" + ] + }, + { + "id": "openseek-3-594675d4573f4f2c800229e086458d90", + "input": "[79, 163]", + "output": [ + "[238, 490]" + ] + }, + { + "id": "openseek-3-4a68f6b0f382498baad261f914f8e583", + "input": "[33, 141, 78, 43, 102]", + "output": [ + "[100, 424, 39, 130, 51]" + ] + }, + { + "id": "openseek-3-834187c34bd146a18202d3415161177c", + "input": "[123, 190, 138, 111, 63, 153, 49, 6, 22]", + "output": [ + "[370, 95, 69, 334, 190, 460, 148, 3, 11]" + ] + }, + { + "id": "openseek-3-5d93eb008a4d493da122de746c4830b7", + "input": "[84, 110, 135, 76, 128, 165, 88, 22, 33]", + "output": [ + "[42, 55, 406, 38, 64, 496, 44, 11, 100]" + ] + }, + { + "id": "openseek-3-6f5af91c10d147e99f1512d378d48c3a", + "input": "[16, 116, 95, 64, 22, 83]", + "output": [ + "[8, 58, 286, 32, 11, 250]" + ] + }, + { + "id": "openseek-3-de11a6bb59304be9bb8b4776ceaebf3e", + "input": "[38, 70, 107, 92]", + "output": [ + "[19, 35, 322, 46]" + ] + }, + { + "id": "openseek-3-0af64c504bf949b2aeb0ab673af26e8d", + "input": "[96, 74, 53, 179, 128, 106, 123, 139, 162]", + "output": [ + "[48, 37, 160, 538, 64, 53, 370, 418, 81]" + ] + }, + { + "id": "openseek-3-c87fc957e0cf4564a7da7a55b708857e", + "input": "[19, 54]", + "output": [ + "[58, 27]" + ] + }, + { + "id": "openseek-3-9540a8efc7c649a4ba61a5d4aa514fee", + "input": "[176, 107]", + "output": [ + "[88, 322]" + ] + }, + { + "id": "openseek-3-cc7f2a34d4df4a79a2d6f67ee59db589", + "input": "[95, 50]", + "output": [ + "[286, 25]" + ] + }, + { + "id": "openseek-3-860293ffe1474881aec44376f1e7fbcc", + "input": "[105, 200, 142, 14, 197, 30, 31]", + "output": [ + "[316, 100, 71, 7, 592, 15, 94]" + ] + }, + { + "id": "openseek-3-a8a8052a6f724be0b0437872f917e696", + "input": "[192, 92, 157, 50, 110, 2]", + "output": [ + "[96, 46, 472, 25, 55, 1]" + ] + }, + { + "id": "openseek-3-4f40ce343ddf47b5a8e31fe1284f2587", + "input": "[184, 128, 85, 85, 179, 170, 20, 163]", + "output": [ + "[92, 64, 256, 256, 538, 85, 10, 490]" + ] + }, + { + "id": "openseek-3-5aac909f6f784689bb7df73869a68f37", + "input": "[2, 197]", + "output": [ + "[1, 592]" + ] + }, + { + "id": "openseek-3-6b635c22cc1b42cd9b893c4057176bcd", + "input": "[75, 108, 40, 75, 124, 81]", + "output": [ + "[226, 54, 20, 226, 62, 244]" + ] + }, + { + "id": "openseek-3-2cfd18d8f82c4d79aae70449f78ee3a2", + "input": "[145, 162, 178, 119, 102, 44, 157]", + "output": [ + "[436, 81, 89, 358, 51, 22, 472]" + ] + }, + { + "id": "openseek-3-cac20178a09c4b7ea92ce684f75b8b7a", + "input": "[173, 162, 24, 174]", + "output": [ + "[520, 81, 12, 87]" + ] + }, + { + "id": "openseek-3-7a8efe78741c45cc85e6ebe818606388", + "input": "[49, 109, 191, 63, 124, 95]", + "output": [ + "[148, 328, 574, 190, 62, 286]" + ] + }, + { + "id": "openseek-3-09baec3fdfe543929a1d409df910cde5", + "input": "[44, 5, 47, 199]", + "output": [ + "[22, 16, 142, 598]" + ] + }, + { + "id": "openseek-3-b6cd359ed4d442eebf4116c0f616b447", + "input": "[198, 167, 97, 136, 74, 15, 152]", + "output": [ + "[99, 502, 292, 68, 37, 46, 76]" + ] + }, + { + "id": "openseek-3-6aab79b12b11415f9df125b733fa8dc4", + "input": "[69, 128, 79, 86]", + "output": [ + "[208, 64, 238, 43]" + ] + }, + { + "id": "openseek-3-17d688353de04fd79a477c63faacc15c", + "input": "[184, 49, 61, 168, 81, 68, 39, 36, 115]", + "output": [ + "[92, 148, 184, 84, 244, 34, 118, 18, 346]" + ] + }, + { + "id": "openseek-3-acebed6afadd4d30a17e471ecda84d00", + "input": "[149, 99, 44, 158, 59, 164]", + "output": [ + "[448, 298, 22, 79, 178, 82]" + ] + }, + { + "id": "openseek-3-7d958fcd41d641e6a9aa3dfaf2817e4c", + "input": "[19, 5, 61]", + "output": [ + "[58, 16, 184]" + ] + }, + { + "id": "openseek-3-fbcf58dec0854cfca6aa4814162708e5", + "input": "[152, 160, 22, 82]", + "output": [ + "[76, 80, 11, 41]" + ] + }, + { + "id": "openseek-3-57f1a77ebc2f4281a6d2de25159716be", + "input": "[159, 58, 62, 28, 39]", + "output": [ + "[478, 29, 31, 14, 118]" + ] + }, + { + "id": "openseek-3-5d82c03e5f6e40ac9416cda1ba6f5cb1", + "input": "[138, 108, 181, 2, 85, 169, 93, 97, 48]", + "output": [ + "[69, 54, 544, 1, 256, 508, 280, 292, 24]" + ] + }, + { + "id": "openseek-3-66eee57c4b194a15a6a7a09594200552", + "input": "[17, 111, 185, 176, 188, 200, 122, 126, 185]", + "output": [ + "[52, 334, 556, 88, 94, 100, 61, 63, 556]" + ] + }, + { + "id": "openseek-3-681eb991edac423c935b068b99f99d89", + "input": "[136, 189, 130, 54, 185, 36]", + "output": [ + "[68, 568, 65, 27, 556, 18]" + ] + }, + { + "id": "openseek-3-7b26088cbf8f45f094c0d6a23edbd110", + "input": "[163, 12, 116, 70, 26, 11, 148]", + "output": [ + "[490, 6, 58, 35, 13, 34, 74]" + ] + }, + { + "id": "openseek-3-08df88e409634b138a4e1f33d48d4186", + "input": "[60, 4, 142, 42, 167]", + "output": [ + "[30, 2, 71, 21, 502]" + ] + }, + { + "id": "openseek-3-f2530145d1a34be2a96c772d3b571adf", + "input": "[148, 31, 145]", + "output": [ + "[74, 94, 436]" + ] + }, + { + "id": "openseek-3-2931f1ec6b7d40f09425afc2410e4474", + "input": "[123, 169, 85, 165, 47]", + "output": [ + "[370, 508, 256, 496, 142]" + ] + }, + { + "id": "openseek-3-d9f271d8371645dd996687393dd547da", + "input": "[82, 18]", + "output": [ + "[41, 9]" + ] + }, + { + "id": "openseek-3-b2c5a76c437c40d7bbb13ed182cc6ce9", + "input": "[156, 163, 118, 172, 132]", + "output": [ + "[78, 490, 59, 86, 66]" + ] + }, + { + "id": "openseek-3-2b3448a90b814109a230e895a57a3c94", + "input": "[170, 145, 11]", + "output": [ + "[85, 436, 34]" + ] + }, + { + "id": "openseek-3-9c75bc03df064dc0b91f262142d8ced0", + "input": "[95, 119, 166, 14, 138, 131, 95, 5]", + "output": [ + "[286, 358, 83, 7, 69, 394, 286, 16]" + ] + }, + { + "id": "openseek-3-26f3ded6846c4be182368c3aabab8d7e", + "input": "[70, 37, 199, 184, 86, 70, 193, 120, 60]", + "output": [ + "[35, 112, 598, 92, 43, 35, 580, 60, 30]" + ] + }, + { + "id": "openseek-3-78ab39d4ce4a4d04b9fa1d1bc2c041d0", + "input": "[103, 110]", + "output": [ + "[310, 55]" + ] + }, + { + "id": "openseek-3-28cc6833d3f84ae4b3531a798ee32e43", + "input": "[160, 139, 60, 166, 171]", + "output": [ + "[80, 418, 30, 83, 514]" + ] + }, + { + "id": "openseek-3-6750d13c3f9e4231952196b2dfd64019", + "input": "[158, 58, 62, 177, 98, 198, 140, 123]", + "output": [ + "[79, 29, 31, 532, 49, 99, 70, 370]" + ] + }, + { + "id": "openseek-3-2e1a8c82bfab49f8b68ea81a1ca23fa7", + "input": "[150, 46, 72, 127, 91, 62, 56]", + "output": [ + "[75, 23, 36, 382, 274, 31, 28]" + ] + }, + { + "id": "openseek-3-0007a90c63b64dfa88c219dae4c7e670", + "input": "[140, 123, 194, 72, 108, 70]", + "output": [ + "[70, 370, 97, 36, 54, 35]" + ] + }, + { + "id": "openseek-3-3562ced949384e80940476dc5b8c947a", + "input": "[153, 80, 112, 75, 48]", + "output": [ + "[460, 40, 56, 226, 24]" + ] + }, + { + "id": "openseek-3-e99c31eb4ea445858d838c79d7291024", + "input": "[125, 173, 65, 20, 126, 114, 4, 150]", + "output": [ + "[376, 520, 196, 10, 63, 57, 2, 75]" + ] + }, + { + "id": "openseek-3-d0fc8bf534bb42b9b5c27921c8bfec4e", + "input": "[71, 19, 77, 142]", + "output": [ + "[214, 58, 232, 71]" + ] + }, + { + "id": "openseek-3-e69cf939e5e24bd9b1c2fcfa319ede30", + "input": "[102, 52, 11, 3, 70, 122, 164, 136]", + "output": [ + "[51, 26, 34, 10, 35, 61, 82, 68]" + ] + }, + { + "id": "openseek-3-6b137db88b5541428500a1f9770d5ceb", + "input": "[6, 93]", + "output": [ + "[3, 280]" + ] + }, + { + "id": "openseek-3-41e6815e67cd46818bd37f21aaad01f0", + "input": "[171, 84, 90, 82]", + "output": [ + "[514, 42, 45, 41]" + ] + }, + { + "id": "openseek-3-6931e0d92f21421aa4d1272c165a8ddb", + "input": "[21, 178, 63, 142, 91]", + "output": [ + "[64, 89, 190, 71, 274]" + ] + }, + { + "id": "openseek-3-57a81a1bc1284f779913cdb2dbbc373a", + "input": "[92, 25, 130, 59, 104, 186, 70]", + "output": [ + "[46, 76, 65, 178, 52, 93, 35]" + ] + }, + { + "id": "openseek-3-db7aa309cbe446c2820590a169751766", + "input": "[182, 154, 8, 53, 176, 78, 62, 128]", + "output": [ + "[91, 77, 4, 160, 88, 39, 31, 64]" + ] + }, + { + "id": "openseek-3-98be808662884f59a97fd91b91dc710d", + "input": "[34, 119, 112, 20, 39]", + "output": [ + "[17, 358, 56, 10, 118]" + ] + }, + { + "id": "openseek-3-a2c51c348cbb492592fc399ed7096b33", + "input": "[3, 68, 177, 102, 21, 105]", + "output": [ + "[10, 34, 532, 51, 64, 316]" + ] + }, + { + "id": "openseek-3-7a4882b9d8104bf494f6f138ba21da0c", + "input": "[125, 180, 56, 56, 97]", + "output": [ + "[376, 90, 28, 28, 292]" + ] + }, + { + "id": "openseek-3-832d834467a7403bad6e30fe6c70c747", + "input": "[68, 8, 78, 188, 62]", + "output": [ + "[34, 4, 39, 94, 31]" + ] + }, + { + "id": "openseek-3-1e6c70da6b284ca1bdecb180c84d5c9a", + "input": "[191, 128, 80]", + "output": [ + "[574, 64, 40]" + ] + }, + { + "id": "openseek-3-d9e3cd9cf6964a59996e3efc3be8a2c1", + "input": "[10, 72, 81, 100, 91, 89, 10, 147, 200]", + "output": [ + "[5, 36, 244, 50, 274, 268, 5, 442, 100]" + ] + }, + { + "id": "openseek-3-929bd5011b1a46f09c0be84e81acac65", + "input": "[101, 23, 9, 154]", + "output": [ + "[304, 70, 28, 77]" + ] + }, + { + "id": "openseek-3-3d7747a24317436c919e7eb1f2e05cca", + "input": "[93, 112, 43, 79, 86]", + "output": [ + "[280, 56, 130, 238, 43]" + ] + }, + { + "id": "openseek-3-9b0af510d9f2465fa23b41148ef5c747", + "input": "[154, 141, 157, 70]", + "output": [ + "[77, 424, 472, 35]" + ] + }, + { + "id": "openseek-3-40cc4ab8d75c4c9998bddbd2f9ff0785", + "input": "[124, 170, 94, 68, 148, 166, 41, 51, 126]", + "output": [ + "[62, 85, 47, 34, 74, 83, 124, 154, 63]" + ] + }, + { + "id": "openseek-3-df2e6c448c304c23b33181232b9c6cb6", + "input": "[167, 10]", + "output": [ + "[502, 5]" + ] + }, + { + "id": "openseek-3-d218ab6c1df147928e71d9a16c370b80", + "input": "[50, 155, 98, 153, 113, 149, 27]", + "output": [ + "[25, 466, 49, 460, 340, 448, 82]" + ] + }, + { + "id": "openseek-3-fe76a213f32c42bc996186538d3043e5", + "input": "[119, 42, 131, 20]", + "output": [ + "[358, 21, 394, 10]" + ] + }, + { + "id": "openseek-3-087a9bb44c984b47ad8a1b48a9590813", + "input": "[71, 93, 73, 183, 78]", + "output": [ + "[214, 280, 220, 550, 39]" + ] + }, + { + "id": "openseek-3-8a38ed47aa9f4eca898b12f5d679b884", + "input": "[14, 174, 95, 138, 100, 22, 13, 157]", + "output": [ + "[7, 87, 286, 69, 50, 11, 40, 472]" + ] + }, + { + "id": "openseek-3-6aa6a9995be0478aa8bcf1ef4408ec2a", + "input": "[78, 192, 80, 3, 119, 61, 138, 103]", + "output": [ + "[39, 96, 40, 10, 358, 184, 69, 310]" + ] + }, + { + "id": "openseek-3-4457a4b9042d471f813f9ccd9a824753", + "input": "[95, 3, 175, 52, 96]", + "output": [ + "[286, 10, 526, 26, 48]" + ] + }, + { + "id": "openseek-3-187491654eb6462381c1ee79361de691", + "input": "[7, 54]", + "output": [ + "[22, 27]" + ] + }, + { + "id": "openseek-3-143708e27c164be79419406e581f0e6b", + "input": "[119, 170, 14, 45, 131]", + "output": [ + "[358, 85, 7, 136, 394]" + ] + }, + { + "id": "openseek-3-83c3feb673934f3aab953ec29611b796", + "input": "[79, 5, 4, 153, 1]", + "output": [ + "[238, 16, 2, 460, 4]" + ] + }, + { + "id": "openseek-3-f62e15ed066a45048eeafe9bf67d33fe", + "input": "[138, 167, 152, 50, 43, 53, 190]", + "output": [ + "[69, 502, 76, 25, 130, 160, 95]" + ] + }, + { + "id": "openseek-3-623b8006011c45a5b376e49ec1e4b679", + "input": "[167, 90, 82, 102, 39, 125, 141]", + "output": [ + "[502, 45, 41, 51, 118, 376, 424]" + ] + }, + { + "id": "openseek-3-190c25f32e854392bf0548bc637eb1be", + "input": "[110, 107, 38, 45, 24, 101, 74, 173]", + "output": [ + "[55, 322, 19, 136, 12, 304, 37, 520]" + ] + }, + { + "id": "openseek-3-d082ab32e5a94dc19ff3ec5449d65e43", + "input": "[126, 80, 126, 135, 78, 41, 74, 192]", + "output": [ + "[63, 40, 63, 406, 39, 124, 37, 96]" + ] + }, + { + "id": "openseek-3-661da9562615449fb5ffab7e2ac7bce7", + "input": "[194, 84, 67, 61, 12, 108, 156, 105, 97]", + "output": [ + "[97, 42, 202, 184, 6, 54, 78, 316, 292]" + ] + }, + { + "id": "openseek-3-aa17d7dc90654529b6921e880f93105a", + "input": "[192, 194, 188, 40, 8]", + "output": [ + "[96, 97, 94, 20, 4]" + ] + }, + { + "id": "openseek-3-dec526dba93441d390259e73548a384b", + "input": "[100, 102, 66, 72, 22, 3]", + "output": [ + "[50, 51, 33, 36, 11, 10]" + ] + }, + { + "id": "openseek-3-900908237994463eb2d948eb0074304c", + "input": "[13, 52, 59, 130]", + "output": [ + "[40, 26, 178, 65]" + ] + }, + { + "id": "openseek-3-08edc0107f38447c9d71e7caece37d92", + "input": "[62, 100, 42, 87]", + "output": [ + "[31, 50, 21, 262]" + ] + }, + { + "id": "openseek-3-f80176b049dd4cbc8b84c30c164ebee5", + "input": "[159, 63, 91, 176, 183, 91, 154]", + "output": [ + "[478, 190, 274, 88, 550, 274, 77]" + ] + }, + { + "id": "openseek-3-7dae25d8f0f54b6aae6818ef82913e2c", + "input": "[32, 104, 76, 190]", + "output": [ + "[16, 52, 38, 95]" + ] + }, + { + "id": "openseek-3-81457e2184b14f4db0abdb40cd1f9bdd", + "input": "[33, 16, 163, 197, 143]", + "output": [ + "[100, 8, 490, 592, 430]" + ] + }, + { + "id": "openseek-3-58bfbe3fc66d426da50e115b4c2e431a", + "input": "[92, 77, 165, 59, 164, 172]", + "output": [ + "[46, 232, 496, 178, 82, 86]" + ] + }, + { + "id": "openseek-3-c6e0a40554a841f39c34b0b660895247", + "input": "[93, 106, 74, 169]", + "output": [ + "[280, 53, 37, 508]" + ] + }, + { + "id": "openseek-3-435d6055fe42432e9a63e03ce6df466d", + "input": "[181, 68, 67, 81, 28, 50]", + "output": [ + "[544, 34, 202, 244, 14, 25]" + ] + }, + { + "id": "openseek-3-32c1e7ca3faf420e9e70295b11ac71cc", + "input": "[183, 152, 163, 169]", + "output": [ + "[550, 76, 490, 508]" + ] + }, + { + "id": "openseek-3-6ee2787aacff45d8960608c4c5e840fe", + "input": "[114, 166, 58, 149, 19, 153, 142, 144]", + "output": [ + "[57, 83, 29, 448, 58, 460, 71, 72]" + ] + }, + { + "id": "openseek-3-7ed33942371a42bf8099f283ea388f2f", + "input": "[77, 71]", + "output": [ + "[232, 214]" + ] + }, + { + "id": "openseek-3-7a7ecb89f1f94c80a70389464d006022", + "input": "[52, 93, 173, 82, 97, 30, 75]", + "output": [ + "[26, 280, 520, 41, 292, 15, 226]" + ] + }, + { + "id": "openseek-3-7923afd365d74f77b54c324aaabde1a7", + "input": "[141, 89, 18]", + "output": [ + "[424, 268, 9]" + ] + }, + { + "id": "openseek-3-00803aaeb62347bf9091e5d2d5389523", + "input": "[107, 137, 155]", + "output": [ + "[322, 412, 466]" + ] + }, + { + "id": "openseek-3-96fc512f8cf1413dae207264e0c39f20", + "input": "[121, 188, 125]", + "output": [ + "[364, 94, 376]" + ] + }, + { + "id": "openseek-3-c1a2aba7c6054ffabed2ee84dcf03bf2", + "input": "[4, 28, 175, 27, 180]", + "output": [ + "[2, 14, 526, 82, 90]" + ] + }, + { + "id": "openseek-3-72d68961a39b4de1aa0ae5eac4cd59f6", + "input": "[129, 189, 196, 16, 140, 26]", + "output": [ + "[388, 568, 98, 8, 70, 13]" + ] + }, + { + "id": "openseek-3-3117454938e54961a49cb8dbf9b2fc9e", + "input": "[43, 27, 186]", + "output": [ + "[130, 82, 93]" + ] + }, + { + "id": "openseek-3-ed6ccdcdee5b43728d06dbf57133f824", + "input": "[22, 176, 156, 183]", + "output": [ + "[11, 88, 78, 550]" + ] + }, + { + "id": "openseek-3-e30ef790f74d453c9a77f4977eac784e", + "input": "[153, 117, 80]", + "output": [ + "[460, 352, 40]" + ] + }, + { + "id": "openseek-3-ac6be3a636c348fb84f59e6fb6b8c257", + "input": "[84, 176, 118, 11, 46, 170, 149]", + "output": [ + "[42, 88, 59, 34, 23, 85, 448]" + ] + }, + { + "id": "openseek-3-ef0c80417da54f2fb77ae9277ba21271", + "input": "[27, 81, 96, 152, 200]", + "output": [ + "[82, 244, 48, 76, 100]" + ] + }, + { + "id": "openseek-3-24d389fa89b046739f276c9aba6c0a0a", + "input": "[35, 10, 64, 116, 164, 112, 84, 160]", + "output": [ + "[106, 5, 32, 58, 82, 56, 42, 80]" + ] + }, + { + "id": "openseek-3-fb2b8cdf8df64ffaa0f0c0838bd9b662", + "input": "[185, 119, 68, 187]", + "output": [ + "[556, 358, 34, 562]" + ] + }, + { + "id": "openseek-3-f4b82165237441598a6d29e4c9ae4f0c", + "input": "[39, 20, 91]", + "output": [ + "[118, 10, 274]" + ] + }, + { + "id": "openseek-3-9eae5a19a5ee4edfabaff8d5e4231645", + "input": "[61, 110, 149, 79, 32, 77, 85]", + "output": [ + "[184, 55, 448, 238, 16, 232, 256]" + ] + }, + { + "id": "openseek-3-a992433b7dfc44f5b19a9eb33962da5a", + "input": "[15, 20, 188, 185, 145, 197, 106]", + "output": [ + "[46, 10, 94, 556, 436, 592, 53]" + ] + }, + { + "id": "openseek-3-d7f7a4c5daa846c4933efbfd6a0da895", + "input": "[80, 135, 78, 158, 31, 159, 58, 33]", + "output": [ + "[40, 406, 39, 79, 94, 478, 29, 100]" + ] + }, + { + "id": "openseek-3-4036c637e6414349bfefdd1943bd3c20", + "input": "[125, 61, 161, 27]", + "output": [ + "[376, 184, 484, 82]" + ] + }, + { + "id": "openseek-3-80613f0cb0984c9cb8529d9dc3eaa3f9", + "input": "[193, 27, 193, 71, 192, 99, 35]", + "output": [ + "[580, 82, 580, 214, 96, 298, 106]" + ] + }, + { + "id": "openseek-3-0b4b4f2204db4507a38d3610b6ac3f39", + "input": "[34, 78, 11, 173, 11]", + "output": [ + "[17, 39, 34, 520, 34]" + ] + }, + { + "id": "openseek-3-4f417ee3642a4133abb9eb91563746b5", + "input": "[47, 70, 78, 130, 141, 76]", + "output": [ + "[142, 35, 39, 65, 424, 38]" + ] + }, + { + "id": "openseek-3-d942dd62b3fb41ba9087e6eb7cbf12e5", + "input": "[37, 82, 184, 17, 1, 30, 67, 146, 15]", + "output": [ + "[112, 41, 92, 52, 4, 15, 202, 73, 46]" + ] + }, + { + "id": "openseek-3-b8335fa31dd44688b8ddbbb239f68338", + "input": "[101, 85, 14, 181, 139, 157]", + "output": [ + "[304, 256, 7, 544, 418, 472]" + ] + }, + { + "id": "openseek-3-641c621955ab489c92de946fde551e69", + "input": "[159, 147, 67, 28, 45, 111, 137]", + "output": [ + "[478, 442, 202, 14, 136, 334, 412]" + ] + }, + { + "id": "openseek-3-30e3df093567436ba41eb82c9040ee6a", + "input": "[121, 163]", + "output": [ + "[364, 490]" + ] + }, + { + "id": "openseek-3-c734cf33ac4540bfaf89195d6eaee4cb", + "input": "[23, 98, 31, 184, 74, 32]", + "output": [ + "[70, 49, 94, 92, 37, 16]" + ] + }, + { + "id": "openseek-3-310f4fc970a14aa3bd80bcbec2589faf", + "input": "[41, 147, 199, 7, 36, 123, 41, 84, 61]", + "output": [ + "[124, 442, 598, 22, 18, 370, 124, 42, 184]" + ] + }, + { + "id": "openseek-3-83b6694895d741b5ba73f6de3dc8b046", + "input": "[32, 108, 151, 15, 133, 51, 92, 125]", + "output": [ + "[16, 54, 454, 46, 400, 154, 46, 376]" + ] + }, + { + "id": "openseek-3-866e78f6a1ac444fb08727b39e76ec62", + "input": "[62, 57, 12, 182, 24, 61, 155, 197, 112]", + "output": [ + "[31, 172, 6, 91, 12, 184, 466, 592, 56]" + ] + }, + { + "id": "openseek-3-0e4d154d6c594f5e9809d9034d30839c", + "input": "[109, 7, 96, 38, 71, 18, 149, 37, 159]", + "output": [ + "[328, 22, 48, 19, 214, 9, 448, 112, 478]" + ] + }, + { + "id": "openseek-3-382ea4f7ec544702bc5e968dab53d5c2", + "input": "[30, 188, 173, 169, 183]", + "output": [ + "[15, 94, 520, 508, 550]" + ] + }, + { + "id": "openseek-3-f1148a2203014d23b93dc3fb0f9e6006", + "input": "[142, 199, 154, 1, 55, 105, 156]", + "output": [ + "[71, 598, 77, 4, 166, 316, 78]" + ] + }, + { + "id": "openseek-3-d2d762f9000246229f1f63d959c1d307", + "input": "[61, 46, 97, 96, 155, 81]", + "output": [ + "[184, 23, 292, 48, 466, 244]" + ] + }, + { + "id": "openseek-3-c3d2167fe9444dddb186635be35486a9", + "input": "[99, 15, 142]", + "output": [ + "[298, 46, 71]" + ] + }, + { + "id": "openseek-3-ecfa21fd6eb346f8ac58e101b026f4d5", + "input": "[161, 113, 35, 183, 20, 193, 94, 131, 187]", + "output": [ + "[484, 340, 106, 550, 10, 580, 47, 394, 562]" + ] + }, + { + "id": "openseek-3-6e1f63284fea4c84a1c7f3fd5a56ddfa", + "input": "[104, 55, 175]", + "output": [ + "[52, 166, 526]" + ] + }, + { + "id": "openseek-3-77a2c927c0644b918ccf6260c8e8b8f1", + "input": "[116, 49]", + "output": [ + "[58, 148]" + ] + }, + { + "id": "openseek-3-85b5f26a91c8405ba496d9dfb27cb174", + "input": "[42, 128, 11, 71, 111, 115, 107, 109, 136]", + "output": [ + "[21, 64, 34, 214, 334, 346, 322, 328, 68]" + ] + }, + { + "id": "openseek-3-8a5e0b0242cc4989b7e6ccd2ac5ecb9f", + "input": "[93, 30]", + "output": [ + "[280, 15]" + ] + }, + { + "id": "openseek-3-fd6637730eb94504ab7b0911df838154", + "input": "[56, 47, 30, 195, 54, 111, 46, 139]", + "output": [ + "[28, 142, 15, 586, 27, 334, 23, 418]" + ] + }, + { + "id": "openseek-3-8428ee7be54d446db0cd4bf86815060e", + "input": "[138, 45, 31, 147, 64]", + "output": [ + "[69, 136, 94, 442, 32]" + ] + }, + { + "id": "openseek-3-3989cc650bbf4a85a757137d819c1ac3", + "input": "[197, 114, 85, 112, 32, 168, 131]", + "output": [ + "[592, 57, 256, 56, 16, 84, 394]" + ] + }, + { + "id": "openseek-3-351f1503c36c41558f7c0d9ee3572426", + "input": "[83, 138, 180, 195, 154, 142, 31, 166, 179]", + "output": [ + "[250, 69, 90, 586, 77, 71, 94, 83, 538]" + ] + }, + { + "id": "openseek-3-6159990f1ad74d0eb60d18e8b460dd40", + "input": "[46, 62, 38, 83, 163]", + "output": [ + "[23, 31, 19, 250, 490]" + ] + }, + { + "id": "openseek-3-9e3fb9e2d08b4b9fb8777d81e25af188", + "input": "[137, 3, 189, 30, 190, 101, 161]", + "output": [ + "[412, 10, 568, 15, 95, 304, 484]" + ] + }, + { + "id": "openseek-3-a5f5a72b3f32401f818b03edcd71a042", + "input": "[58, 83, 61, 45, 187, 79, 152]", + "output": [ + "[29, 250, 184, 136, 562, 238, 76]" + ] + }, + { + "id": "openseek-3-da8f96a05b84466babdbd17196205240", + "input": "[197, 199, 57, 190, 151, 120, 94, 186, 32]", + "output": [ + "[592, 598, 172, 95, 454, 60, 47, 93, 16]" + ] + }, + { + "id": "openseek-3-0304311b81964df896e6dcb097831118", + "input": "[93, 162, 157, 29, 127, 136, 27]", + "output": [ + "[280, 81, 472, 88, 382, 68, 82]" + ] + }, + { + "id": "openseek-3-04451b724f2c4818bb4e97f93a2d4d73", + "input": "[153, 151, 65]", + "output": [ + "[460, 454, 196]" + ] + }, + { + "id": "openseek-3-691edf4e13184b1083bba4570e31310a", + "input": "[70, 72, 102, 6, 8, 2, 10, 17]", + "output": [ + "[35, 36, 51, 3, 4, 1, 5, 52]" + ] + }, + { + "id": "openseek-3-2b6a9557d27c47569a13217b7973d0fd", + "input": "[97, 45, 2, 198, 40, 95, 181, 95]", + "output": [ + "[292, 136, 1, 99, 20, 286, 544, 286]" + ] + }, + { + "id": "openseek-3-a07b6daed4d44517a996b9934ed18c5b", + "input": "[47, 79, 158, 37, 86, 135, 40, 166]", + "output": [ + "[142, 238, 79, 112, 43, 406, 20, 83]" + ] + }, + { + "id": "openseek-3-e8b81f26cb3b4e93909a355e005328d9", + "input": "[41, 180, 100, 159, 10, 7]", + "output": [ + "[124, 90, 50, 478, 5, 22]" + ] + }, + { + "id": "openseek-3-8ec9704793414374b44045e469ffd3f2", + "input": "[8, 33]", + "output": [ + "[4, 100]" + ] + }, + { + "id": "openseek-3-2e5810aa55f5444599cc8e00607604c5", + "input": "[100, 162, 143]", + "output": [ + "[50, 81, 430]" + ] + }, + { + "id": "openseek-3-eacfa12a0381454fa9f70641264aeb9b", + "input": "[82, 42]", + "output": [ + "[41, 21]" + ] + }, + { + "id": "openseek-3-add3a8cd96dd4303af24ba654f9d55a9", + "input": "[120, 103, 105, 156, 42, 169, 97]", + "output": [ + "[60, 310, 316, 78, 21, 508, 292]" + ] + }, + { + "id": "openseek-3-e81fb8fced854fb9883e24b6c53c7240", + "input": "[140, 139, 110, 196]", + "output": [ + "[70, 418, 55, 98]" + ] + }, + { + "id": "openseek-3-a6ec390786e445e1bd90d53993d36a33", + "input": "[111, 142, 138, 8, 179, 175, 152]", + "output": [ + "[334, 71, 69, 4, 538, 526, 76]" + ] + }, + { + "id": "openseek-3-b32d62bb9c5341e8a1ea5aefb5b51035", + "input": "[137, 69, 73, 89, 79]", + "output": [ + "[412, 208, 220, 268, 238]" + ] + }, + { + "id": "openseek-3-a3d0f3cd10014bf2bf9887621c7351be", + "input": "[168, 197, 84, 134, 199, 69]", + "output": [ + "[84, 592, 42, 67, 598, 208]" + ] + }, + { + "id": "openseek-3-9cc1634eb4ac4ace99b9a86809b05dbf", + "input": "[68, 181]", + "output": [ + "[34, 544]" + ] + }, + { + "id": "openseek-3-fa144171a7d849908e3bd5da1a64194d", + "input": "[114, 26, 130, 132, 146, 80, 5, 32]", + "output": [ + "[57, 13, 65, 66, 73, 40, 16, 16]" + ] + }, + { + "id": "openseek-3-0c6143e0492a47c9b099e7263bd3dcf1", + "input": "[134, 157, 135, 65, 182, 111, 139]", + "output": [ + "[67, 472, 406, 196, 91, 334, 418]" + ] + }, + { + "id": "openseek-3-7bdf058df6894e3586d5867f16055abf", + "input": "[199, 85, 46, 145, 47, 183, 55]", + "output": [ + "[598, 256, 23, 436, 142, 550, 166]" + ] + }, + { + "id": "openseek-3-5c7da5656a484f3da68abc5525695876", + "input": "[140, 13, 200, 65, 19, 134]", + "output": [ + "[70, 40, 100, 196, 58, 67]" + ] + }, + { + "id": "openseek-3-603a40a9fec24a1ba6923d75cf4eef03", + "input": "[165, 100, 38, 62, 46, 58, 144, 159]", + "output": [ + "[496, 50, 19, 31, 23, 29, 72, 478]" + ] + }, + { + "id": "openseek-3-dfe101e763ad4889af1c0cef5f507c81", + "input": "[86, 92, 28]", + "output": [ + "[43, 46, 14]" + ] + }, + { + "id": "openseek-3-8881b56695d04252a67f424126e5e8ce", + "input": "[22, 24, 98, 90, 128, 199]", + "output": [ + "[11, 12, 49, 45, 64, 598]" + ] + }, + { + "id": "openseek-3-2bd2ac9a7db3488ab7c0e9d10b779709", + "input": "[155, 98, 118, 133, 104, 60, 41, 186]", + "output": [ + "[466, 49, 59, 400, 52, 30, 124, 93]" + ] + }, + { + "id": "openseek-3-e2ad8d0688cc42ffbf9ba41be42db405", + "input": "[155, 1, 114, 30]", + "output": [ + "[466, 4, 57, 15]" + ] + }, + { + "id": "openseek-3-f300c277eb574b529690e17ddee045a0", + "input": "[178, 27, 42, 157, 28]", + "output": [ + "[89, 82, 21, 472, 14]" + ] + }, + { + "id": "openseek-3-7ef4dd3337884eda83766b26080135bb", + "input": "[72, 54, 175, 67, 137, 54, 53, 73]", + "output": [ + "[36, 27, 526, 202, 412, 27, 160, 220]" + ] + }, + { + "id": "openseek-3-90de4334c28f4e44951e5cabde6710b8", + "input": "[17, 145, 80, 192, 3, 152, 185]", + "output": [ + "[52, 436, 40, 96, 10, 76, 556]" + ] + }, + { + "id": "openseek-3-d2db6b71eba549f2b82058f922f50db7", + "input": "[179, 75, 148, 72, 150, 135, 4, 102, 64]", + "output": [ + "[538, 226, 74, 36, 75, 406, 2, 51, 32]" + ] + }, + { + "id": "openseek-3-2e65687c8ea748809e1876edb59c79a8", + "input": "[22, 97, 70, 122, 63, 166, 142, 153]", + "output": [ + "[11, 292, 35, 61, 190, 83, 71, 460]" + ] + }, + { + "id": "openseek-3-b43b9a05c2d245e69e607a47d6bb83de", + "input": "[176, 91, 126, 51, 55]", + "output": [ + "[88, 274, 63, 154, 166]" + ] + }, + { + "id": "openseek-3-1d808bf4d7d94f788365f353bc5b7772", + "input": "[8, 43, 113, 68, 36, 114, 94]", + "output": [ + "[4, 130, 340, 34, 18, 57, 47]" + ] + }, + { + "id": "openseek-3-328f981f4de14002a5a7336f49fc04dd", + "input": "[135, 90, 18, 165, 167, 148]", + "output": [ + "[406, 45, 9, 496, 502, 74]" + ] + }, + { + "id": "openseek-3-55284b29c9bc42ba99a28b8da1865259", + "input": "[198, 40, 145, 73, 199, 148]", + "output": [ + "[99, 20, 436, 220, 598, 74]" + ] + }, + { + "id": "openseek-3-9e705b18e6cc40579310ae6b65ca8dd9", + "input": "[31, 100, 189, 183, 192]", + "output": [ + "[94, 50, 568, 550, 96]" + ] + }, + { + "id": "openseek-3-8fd5a48e43804946a00c5b5eba093d40", + "input": "[106, 152, 146, 173, 14, 163, 194, 174, 46]", + "output": [ + "[53, 76, 73, 520, 7, 490, 97, 87, 23]" + ] + }, + { + "id": "openseek-3-1c828aba74f04bcfa8d5c0cdbdad4eea", + "input": "[55, 152, 106, 72, 11, 5, 67]", + "output": [ + "[166, 76, 53, 36, 34, 16, 202]" + ] + }, + { + "id": "openseek-3-f1754da509e24b21bb7b2bee510bb612", + "input": "[85, 75, 52]", + "output": [ + "[256, 226, 26]" + ] + }, + { + "id": "openseek-3-9dd32beb9a354db58e7ea549d32b7dd2", + "input": "[180, 58, 72]", + "output": [ + "[90, 29, 36]" + ] + }, + { + "id": "openseek-3-b90265df90e145b2a07f1760a1e68e67", + "input": "[82, 27, 199, 20, 170, 83, 195, 78]", + "output": [ + "[41, 82, 598, 10, 85, 250, 586, 39]" + ] + }, + { + "id": "openseek-3-d4739dcea95d49ccb7a9f6d309a1f9bc", + "input": "[38, 74, 125, 200, 61, 156, 71, 7]", + "output": [ + "[19, 37, 376, 100, 184, 78, 214, 22]" + ] + }, + { + "id": "openseek-3-5cb8d2aa6f4f4f6498e9212b72ea4f25", + "input": "[131, 164, 97, 160, 53, 87, 8, 33]", + "output": [ + "[394, 82, 292, 80, 160, 262, 4, 100]" + ] + }, + { + "id": "openseek-3-4f39c4a028a3430aa8ff5064391832d5", + "input": "[178, 25, 141, 129, 27]", + "output": [ + "[89, 76, 424, 388, 82]" + ] + }, + { + "id": "openseek-3-bee64e996eb34ba4836efe6b5adda3f5", + "input": "[69, 161, 89, 23, 111, 44, 196]", + "output": [ + "[208, 484, 268, 70, 334, 22, 98]" + ] + }, + { + "id": "openseek-3-202e6810b0ba4f8eac7ca785b49546e8", + "input": "[81, 152, 16, 170, 83, 126]", + "output": [ + "[244, 76, 8, 85, 250, 63]" + ] + }, + { + "id": "openseek-3-ed41098f4c5a4e24b6aa953323e262d8", + "input": "[61, 58]", + "output": [ + "[184, 29]" + ] + }, + { + "id": "openseek-3-c5c67a047cb94149ac096bf97c4a0886", + "input": "[188, 72, 186, 130, 172]", + "output": [ + "[94, 36, 93, 65, 86]" + ] + }, + { + "id": "openseek-3-3e20dac6b5b44e1aaf11de96f5751631", + "input": "[1, 114, 180, 183, 123, 98, 61, 37]", + "output": [ + "[4, 57, 90, 550, 370, 49, 184, 112]" + ] + }, + { + "id": "openseek-3-52c95186b0274c7788d2f677b6c8f648", + "input": "[23, 105, 139, 19, 162, 196, 115, 93, 92]", + "output": [ + "[70, 316, 418, 58, 81, 98, 346, 280, 46]" + ] + }, + { + "id": "openseek-3-f46db6bcd82e466fa8ce623a5cb3b425", + "input": "[191, 122, 140]", + "output": [ + "[574, 61, 70]" + ] + }, + { + "id": "openseek-3-7dfb9f62211a4a6392df1eb2e323a120", + "input": "[176, 116, 3, 64]", + "output": [ + "[88, 58, 10, 32]" + ] + }, + { + "id": "openseek-3-778e0ede427c4aaa9e825d385f538bc0", + "input": "[100, 130, 196, 197, 93, 115]", + "output": [ + "[50, 65, 98, 592, 280, 346]" + ] + }, + { + "id": "openseek-3-c39e95234b7e4bb3abf1aaa515914dfc", + "input": "[140, 124]", + "output": [ + "[70, 62]" + ] + }, + { + "id": "openseek-3-667aad3e8bde4284a92804aed8bc57d5", + "input": "[114, 126, 33, 163, 169, 41]", + "output": [ + "[57, 63, 100, 490, 508, 124]" + ] + }, + { + "id": "openseek-3-57f83bde2cfd442aaa57cb8ebca55284", + "input": "[23, 39, 109, 60, 80, 8, 179, 182, 40]", + "output": [ + "[70, 118, 328, 30, 40, 4, 538, 91, 20]" + ] + }, + { + "id": "openseek-3-cfc5de44822c40b8b17dd3350520806c", + "input": "[58, 152, 171, 161]", + "output": [ + "[29, 76, 514, 484]" + ] + }, + { + "id": "openseek-3-9a042c11392a4fb8971af3395759903d", + "input": "[101, 134, 136]", + "output": [ + "[304, 67, 68]" + ] + }, + { + "id": "openseek-3-45d620249726475d91038ef13b741fd3", + "input": "[40, 190, 69, 69]", + "output": [ + "[20, 95, 208, 208]" + ] + }, + { + "id": "openseek-3-4dac8f76c8494c5a8b18f4976f33147e", + "input": "[165, 150]", + "output": [ + "[496, 75]" + ] + }, + { + "id": "openseek-3-ad61fa55851f4f09b0545697421e2622", + "input": "[12, 5, 83, 77, 79, 182, 165]", + "output": [ + "[6, 16, 250, 232, 238, 91, 496]" + ] + }, + { + "id": "openseek-3-1cbba5586d4a4d23b2cfc3ab2b46cf8f", + "input": "[150, 23, 70, 143, 157, 117, 158]", + "output": [ + "[75, 70, 35, 430, 472, 352, 79]" + ] + }, + { + "id": "openseek-3-d4eeebf18da24ec5870f1a407d44137b", + "input": "[88, 84, 59, 103, 84]", + "output": [ + "[44, 42, 178, 310, 42]" + ] + }, + { + "id": "openseek-3-b9f350c40a4c4358975ec1005d659ead", + "input": "[123, 42, 79]", + "output": [ + "[370, 21, 238]" + ] + }, + { + "id": "openseek-3-0afe7fe2d3c740be827cfc0617245974", + "input": "[118, 15, 146, 63, 6, 180, 22]", + "output": [ + "[59, 46, 73, 190, 3, 90, 11]" + ] + }, + { + "id": "openseek-3-bdebc6e994bc4d7fb9c9b399275d9f9e", + "input": "[176, 135, 91, 150, 101, 136, 22]", + "output": [ + "[88, 406, 274, 75, 304, 68, 11]" + ] + }, + { + "id": "openseek-3-71b57ac68c2c442d8ae2a220cf5e3e49", + "input": "[115, 61, 56, 135, 85, 184]", + "output": [ + "[346, 184, 28, 406, 256, 92]" + ] + }, + { + "id": "openseek-3-62df1cff71754253be808b2e7dbbf06d", + "input": "[185, 185, 2, 76, 44, 85]", + "output": [ + "[556, 556, 1, 38, 22, 256]" + ] + }, + { + "id": "openseek-3-50aee99e0fb8436892f2605d77d1e047", + "input": "[64, 131, 52, 7, 63, 172]", + "output": [ + "[32, 394, 26, 22, 190, 86]" + ] + }, + { + "id": "openseek-3-47e932a9216341db86cfce0460ca3ef5", + "input": "[50, 154, 146]", + "output": [ + "[25, 77, 73]" + ] + }, + { + "id": "openseek-3-b5ef6dac13b24bd98adb294d18549ba1", + "input": "[18, 62, 73]", + "output": [ + "[9, 31, 220]" + ] + }, + { + "id": "openseek-3-e1e44a761e9f4537892fe8760188a966", + "input": "[35, 178, 44, 47, 168, 141]", + "output": [ + "[106, 89, 22, 142, 84, 424]" + ] + }, + { + "id": "openseek-3-72fe23ffb003445a8f87db00301c3792", + "input": "[111, 186, 34, 26, 105, 165, 142, 4]", + "output": [ + "[334, 93, 17, 13, 316, 496, 71, 2]" + ] + }, + { + "id": "openseek-3-e9cfc0c2f0824f45b6c622c2009d74b9", + "input": "[125, 196, 85, 139, 66, 197, 161]", + "output": [ + "[376, 98, 256, 418, 33, 592, 484]" + ] + }, + { + "id": "openseek-3-6773b137a98c4dbe8b1a864ee382ae27", + "input": "[28, 51]", + "output": [ + "[14, 154]" + ] + }, + { + "id": "openseek-3-56f2c1f9bbb24dff8621fada4a4cadea", + "input": "[19, 114, 158, 66]", + "output": [ + "[58, 57, 79, 33]" + ] + }, + { + "id": "openseek-3-520232ff4a3a48fa97d53a44165a890c", + "input": "[38, 118, 21, 180, 84, 168]", + "output": [ + "[19, 59, 64, 90, 42, 84]" + ] + }, + { + "id": "openseek-3-091c0f1429f34d59b0fcf8f38c79ebd5", + "input": "[98, 35, 182, 141]", + "output": [ + "[49, 106, 91, 424]" + ] + }, + { + "id": "openseek-3-6ccd1f8a9d45416ba5da01e82a2c1474", + "input": "[121, 118]", + "output": [ + "[364, 59]" + ] + }, + { + "id": "openseek-3-a674d0438f0e4f609813ed4ef46e221b", + "input": "[173, 138, 28, 42]", + "output": [ + "[520, 69, 14, 21]" + ] + }, + { + "id": "openseek-3-2861b00764314d73a28e2c41bfc27276", + "input": "[102, 31, 159]", + "output": [ + "[51, 94, 478]" + ] + }, + { + "id": "openseek-3-2a3e464963fd45f7857e3003efd3808d", + "input": "[144, 95, 109, 193, 170, 120, 188, 173]", + "output": [ + "[72, 286, 328, 580, 85, 60, 94, 520]" + ] + }, + { + "id": "openseek-3-963baf22a46d4921b1b392e46c65f7c8", + "input": "[38, 28, 10, 163]", + "output": [ + "[19, 14, 5, 490]" + ] + }, + { + "id": "openseek-3-3ed27b8ebbfc4155b621a0d2271d7051", + "input": "[46, 129]", + "output": [ + "[23, 388]" + ] + }, + { + "id": "openseek-3-9743a0d30c44410dae4597c205029dac", + "input": "[29, 20, 195, 190]", + "output": [ + "[88, 10, 586, 95]" + ] + }, + { + "id": "openseek-3-185a65a6c48b406ca7ca8d67fc4a8e4c", + "input": "[156, 169, 46]", + "output": [ + "[78, 508, 23]" + ] + }, + { + "id": "openseek-3-a1a597303b3f41a9934df1357e0c9c3d", + "input": "[59, 147, 173, 175, 137, 36, 55, 67, 82]", + "output": [ + "[178, 442, 520, 526, 412, 18, 166, 202, 41]" + ] + }, + { + "id": "openseek-3-11567b0da17143d885b9fa4651f01754", + "input": "[42, 51, 114]", + "output": [ + "[21, 154, 57]" + ] + }, + { + "id": "openseek-3-4a008eff58544dc4ae0466feb172052e", + "input": "[63, 137, 63, 194, 188, 127, 143]", + "output": [ + "[190, 412, 190, 97, 94, 382, 430]" + ] + }, + { + "id": "openseek-3-cc0bc46667274203a942102cb90ba8c4", + "input": "[148, 103, 33]", + "output": [ + "[74, 310, 100]" + ] + }, + { + "id": "openseek-3-7361334fa6244d2c9ae4578d679f6f92", + "input": "[199, 189, 69, 19]", + "output": [ + "[598, 568, 208, 58]" + ] + }, + { + "id": "openseek-3-d7b497215941446fbccd654c45eb7614", + "input": "[196, 134, 95, 156, 65, 196, 135, 58, 5]", + "output": [ + "[98, 67, 286, 78, 196, 98, 406, 29, 16]" + ] + }, + { + "id": "openseek-3-4df6d38c82ea4433ade234e490d224f8", + "input": "[46, 47, 146, 112, 47, 60, 131, 75, 30]", + "output": [ + "[23, 142, 73, 56, 142, 30, 394, 226, 15]" + ] + }, + { + "id": "openseek-3-4c7765ea7f43445ba8e739bf15d5d472", + "input": "[122, 74]", + "output": [ + "[61, 37]" + ] + }, + { + "id": "openseek-3-e864584ff07a4320ae619957e0460d7e", + "input": "[12, 97, 7, 147]", + "output": [ + "[6, 292, 22, 442]" + ] + }, + { + "id": "openseek-3-e3c4a0a249234b54888e9d4f3802f0d5", + "input": "[195, 28]", + "output": [ + "[586, 14]" + ] + }, + { + "id": "openseek-3-2b980401119e45d3883e59a8ee796a70", + "input": "[146, 190, 168, 183, 26, 13, 167]", + "output": [ + "[73, 95, 84, 550, 13, 40, 502]" + ] + }, + { + "id": "openseek-3-218a954e651e4594802004e2c153e790", + "input": "[48, 133, 88, 11, 24, 193, 76, 41, 185]", + "output": [ + "[24, 400, 44, 34, 12, 580, 38, 124, 556]" + ] + }, + { + "id": "openseek-3-fb60ccdaca5d452c9671c14b58670763", + "input": "[28, 68, 47, 194]", + "output": [ + "[14, 34, 142, 97]" + ] + }, + { + "id": "openseek-3-44f99747c3e14d70a694d19928452526", + "input": "[186, 142, 48, 115, 115, 48, 190]", + "output": [ + "[93, 71, 24, 346, 346, 24, 95]" + ] + }, + { + "id": "openseek-3-37b3bb18878b46e8949e8da92da9292e", + "input": "[197, 175, 20, 147, 153]", + "output": [ + "[592, 526, 10, 442, 460]" + ] + }, + { + "id": "openseek-3-e3164abbc7104988995a113de6ca5f01", + "input": "[39, 155, 47, 93, 87, 8, 17, 58, 67]", + "output": [ + "[118, 466, 142, 280, 262, 4, 52, 29, 202]" + ] + }, + { + "id": "openseek-3-b6ec792a7bc248539b4171c221f6ec40", + "input": "[103, 103, 160, 79, 21, 127]", + "output": [ + "[310, 310, 80, 238, 64, 382]" + ] + }, + { + "id": "openseek-3-0751c6ad1db14a5689689c80a08a1c52", + "input": "[179, 24, 56, 128, 92, 56]", + "output": [ + "[538, 12, 28, 64, 46, 28]" + ] + }, + { + "id": "openseek-3-59049dc92ef94b6fb0337f46b16a009a", + "input": "[32, 82, 31, 132, 74, 12, 24]", + "output": [ + "[16, 41, 94, 66, 37, 6, 12]" + ] + }, + { + "id": "openseek-3-139ce0bedc4148b4bbf18fa1f3a30de6", + "input": "[113, 128, 74, 194, 89, 54, 53, 120, 170]", + "output": [ + "[340, 64, 37, 97, 268, 27, 160, 60, 85]" + ] + }, + { + "id": "openseek-3-978aa72b057748f0a593af73991152f4", + "input": "[137, 124, 105, 83, 116]", + "output": [ + "[412, 62, 316, 250, 58]" + ] + }, + { + "id": "openseek-3-2183d5288e754764bc8ba5e6c0514a59", + "input": "[20, 27, 54, 103, 174, 74, 35, 13, 50]", + "output": [ + "[10, 82, 27, 310, 87, 37, 106, 40, 25]" + ] + }, + { + "id": "openseek-3-f9452e55fa124df7992a2aed81c38867", + "input": "[164, 177, 66, 186, 82, 17, 199, 81]", + "output": [ + "[82, 532, 33, 93, 41, 52, 598, 244]" + ] + }, + { + "id": "openseek-3-eca765ef49a94c5ba170ce20fe4739c2", + "input": "[112, 179, 144, 84, 97, 76, 70, 126]", + "output": [ + "[56, 538, 72, 42, 292, 38, 35, 63]" + ] + }, + { + "id": "openseek-3-4b316f186278437aa050ca9e1a1cab58", + "input": "[59, 165, 149, 120, 25, 62, 19, 11, 180]", + "output": [ + "[178, 496, 448, 60, 76, 31, 58, 34, 90]" + ] + }, + { + "id": "openseek-3-dd9b46f6dac0427dabc1f6d1891c179a", + "input": "[157, 186, 61]", + "output": [ + "[472, 93, 184]" + ] + }, + { + "id": "openseek-3-916ac8edd06047f289da6458640fe919", + "input": "[50, 84, 2, 29, 23, 194, 163, 34]", + "output": [ + "[25, 42, 1, 88, 70, 97, 490, 17]" + ] + }, + { + "id": "openseek-3-7e715e9dbcaf409aa1d619e031815f6d", + "input": "[41, 149, 124, 170, 136, 87]", + "output": [ + "[124, 448, 62, 85, 68, 262]" + ] + }, + { + "id": "openseek-3-bee6f25cb83d43db9fbf29d6a7117992", + "input": "[133, 29, 136]", + "output": [ + "[400, 88, 68]" + ] + }, + { + "id": "openseek-3-cb740b6936e047109577fd2aa1b9d5bc", + "input": "[188, 73, 128, 110, 112]", + "output": [ + "[94, 220, 64, 55, 56]" + ] + }, + { + "id": "openseek-3-de962394a1984b28a5ccd17331c5af3f", + "input": "[11, 115, 94, 136, 18, 183, 8, 6]", + "output": [ + "[34, 346, 47, 68, 9, 550, 4, 3]" + ] + }, + { + "id": "openseek-3-22e94df32e4f4924beeecb9ed0ba2266", + "input": "[185, 4, 58]", + "output": [ + "[556, 2, 29]" + ] + }, + { + "id": "openseek-3-f4f333f9d0464c849720715276ce90b2", + "input": "[118, 35, 171, 158, 159, 64, 129, 90]", + "output": [ + "[59, 106, 514, 79, 478, 32, 388, 45]" + ] + }, + { + "id": "openseek-3-94f235dcd02d444989f8be6237382504", + "input": "[75, 97, 196, 74, 100, 34, 17]", + "output": [ + "[226, 292, 98, 37, 50, 17, 52]" + ] + }, + { + "id": "openseek-3-b827270c527a43cc8075d548e54cdf6c", + "input": "[26, 164, 135, 127, 125, 155, 106]", + "output": [ + "[13, 82, 406, 382, 376, 466, 53]" + ] + }, + { + "id": "openseek-3-7fbef96590c54e0ebb0e9adf903e2eea", + "input": "[89, 50]", + "output": [ + "[268, 25]" + ] + }, + { + "id": "openseek-3-605e2b56871f431b8faf9ea84a0c8c77", + "input": "[117, 167]", + "output": [ + "[352, 502]" + ] + }, + { + "id": "openseek-3-114bae004c47476ab7ea77f1d955eb83", + "input": "[87, 181, 90, 108]", + "output": [ + "[262, 544, 45, 54]" + ] + }, + { + "id": "openseek-3-4d928704a1b24407bb9ebd342e5064a9", + "input": "[177, 42]", + "output": [ + "[532, 21]" + ] + }, + { + "id": "openseek-3-df714aa5a8704b92beceea746fc71514", + "input": "[22, 182, 175, 50, 8, 54, 178]", + "output": [ + "[11, 91, 526, 25, 4, 27, 89]" + ] + }, + { + "id": "openseek-3-af5505d3faf346d9ae227240b920916d", + "input": "[161, 62, 25, 1, 106]", + "output": [ + "[484, 31, 76, 4, 53]" + ] + }, + { + "id": "openseek-3-7ce167deb3b5464c9fec8a96b4089ea6", + "input": "[88, 111, 129, 59, 154, 31, 44]", + "output": [ + "[44, 334, 388, 178, 77, 94, 22]" + ] + }, + { + "id": "openseek-3-06288b070a2a4a67b6a4cc7ede88d0f8", + "input": "[166, 73]", + "output": [ + "[83, 220]" + ] + }, + { + "id": "openseek-3-160867462d3f474eb23960407c793dcf", + "input": "[103, 19]", + "output": [ + "[310, 58]" + ] + }, + { + "id": "openseek-3-a8ecdc1d30fb411dbef891baeacf6b75", + "input": "[93, 135, 105, 168, 101, 86, 126, 75]", + "output": [ + "[280, 406, 316, 84, 304, 43, 63, 226]" + ] + }, + { + "id": "openseek-3-1a0f2a0e3d324117afbe29fc5832efef", + "input": "[160, 53, 111, 66, 130, 31, 185]", + "output": [ + "[80, 160, 334, 33, 65, 94, 556]" + ] + }, + { + "id": "openseek-3-ef9125e738d347458ccc62c15e8fd489", + "input": "[186, 59, 146, 24]", + "output": [ + "[93, 178, 73, 12]" + ] + }, + { + "id": "openseek-3-ffe9db2861bf40478dc7f2e5f5dfa915", + "input": "[185, 168, 110, 2, 138, 94, 183, 23]", + "output": [ + "[556, 84, 55, 1, 69, 47, 550, 70]" + ] + }, + { + "id": "openseek-3-0c7c2d885b90460e93c96787a74b8c5b", + "input": "[13, 177, 72, 62]", + "output": [ + "[40, 532, 36, 31]" + ] + }, + { + "id": "openseek-3-a4e45618ffa44860b720c41bdff960d5", + "input": "[75, 102, 74, 16, 131]", + "output": [ + "[226, 51, 37, 8, 394]" + ] + }, + { + "id": "openseek-3-08ec082f258b4020be57753ab66c803b", + "input": "[46, 195, 140]", + "output": [ + "[23, 586, 70]" + ] + }, + { + "id": "openseek-3-67e7db9c5fe54f7d8c9f5ff103e0a47a", + "input": "[158, 59, 69, 83, 65, 167, 72, 152]", + "output": [ + "[79, 178, 208, 250, 196, 502, 36, 76]" + ] + }, + { + "id": "openseek-3-06026639ce4249fc91a096be2b9cee9a", + "input": "[172, 137]", + "output": [ + "[86, 412]" + ] + }, + { + "id": "openseek-3-eb01e2082532424ea9422b118a8020d5", + "input": "[9, 41, 120, 58, 80, 56, 40, 116, 196]", + "output": [ + "[28, 124, 60, 29, 40, 28, 20, 58, 98]" + ] + }, + { + "id": "openseek-3-742c99c90d2a450d86f30f6de02f87e3", + "input": "[147, 25, 153, 58, 128, 154]", + "output": [ + "[442, 76, 460, 29, 64, 77]" + ] + }, + { + "id": "openseek-3-8c2927a1c91e445f98999f55e75cd82b", + "input": "[135, 34, 165, 137, 116, 172, 192, 80]", + "output": [ + "[406, 17, 496, 412, 58, 86, 96, 40]" + ] + }, + { + "id": "openseek-3-7422a3c9fe59482ab4f59daf0e397c2c", + "input": "[99, 46, 159, 50, 122]", + "output": [ + "[298, 23, 478, 25, 61]" + ] + }, + { + "id": "openseek-3-005dd7cf3c1c466ba1eace90cabe49fc", + "input": "[43, 114, 174, 170, 116]", + "output": [ + "[130, 57, 87, 85, 58]" + ] + }, + { + "id": "openseek-3-e9f7e5ac4bf447068da3556971a93ee1", + "input": "[11, 164, 49, 71]", + "output": [ + "[34, 82, 148, 214]" + ] + }, + { + "id": "openseek-3-943c4fb2b83345db9a28c701a83beebb", + "input": "[17, 41]", + "output": [ + "[52, 124]" + ] + }, + { + "id": "openseek-3-bd1374b42fe148d880d1b52a072b4fbe", + "input": "[93, 178, 180, 98]", + "output": [ + "[280, 89, 90, 49]" + ] + }, + { + "id": "openseek-3-30a60052ed77428e970208d6b5ee9c01", + "input": "[12, 190, 17]", + "output": [ + "[6, 95, 52]" + ] + }, + { + "id": "openseek-3-274a8e8e775148b0a593fd8432a42bde", + "input": "[166, 159]", + "output": [ + "[83, 478]" + ] + }, + { + "id": "openseek-3-77f8911c23044e18bad37000a63af0a3", + "input": "[182, 29, 28, 69, 20, 85, 175, 16, 191]", + "output": [ + "[91, 88, 14, 208, 10, 256, 526, 8, 574]" + ] + }, + { + "id": "openseek-3-d39eea523f984724839d61a2de1e31e6", + "input": "[88, 152, 171]", + "output": [ + "[44, 76, 514]" + ] + }, + { + "id": "openseek-3-a3e845d4766a47fd917373eaa56b7798", + "input": "[68, 90, 110, 177, 33]", + "output": [ + "[34, 45, 55, 532, 100]" + ] + }, + { + "id": "openseek-3-90901efd21dc46afba2e6e9be241ef0f", + "input": "[100, 138, 132]", + "output": [ + "[50, 69, 66]" + ] + }, + { + "id": "openseek-3-ae487e88202c4bd0bd51d21b7b500ba1", + "input": "[101, 65, 33, 39, 23, 87, 182, 131, 150]", + "output": [ + "[304, 196, 100, 118, 70, 262, 91, 394, 75]" + ] + }, + { + "id": "openseek-3-b8c10443b2a048119bf23fe440d411a0", + "input": "[178, 111, 82, 18, 37, 109, 173, 126, 68]", + "output": [ + "[89, 334, 41, 9, 112, 328, 520, 63, 34]" + ] + }, + { + "id": "openseek-3-84ba81a21b4c4b90bba1954bf47f1e4a", + "input": "[32, 93, 120, 4, 112, 144]", + "output": [ + "[16, 280, 60, 2, 56, 72]" + ] + }, + { + "id": "openseek-3-7b705fc8eb7d4f7295cb8ee11fc696e8", + "input": "[117, 192, 125, 152, 58, 169, 21]", + "output": [ + "[352, 96, 376, 76, 29, 508, 64]" + ] + }, + { + "id": "openseek-3-a5a95292a86849d985db04aeacea5e1f", + "input": "[67, 187, 56, 104, 160, 196, 29]", + "output": [ + "[202, 562, 28, 52, 80, 98, 88]" + ] + }, + { + "id": "openseek-3-c878b4a9c0334814ad30e1ae6c640c14", + "input": "[92, 73, 73, 110, 58, 63, 17, 54]", + "output": [ + "[46, 220, 220, 55, 29, 190, 52, 27]" + ] + }, + { + "id": "openseek-3-87091833ee9f4da58c4e747893dbbbc8", + "input": "[64, 77, 109, 188, 43, 22, 195, 137]", + "output": [ + "[32, 232, 328, 94, 130, 11, 586, 412]" + ] + }, + { + "id": "openseek-3-29dce8c12cdd435b9bfc35bd7487b53f", + "input": "[191, 65, 30, 60, 188, 168, 8, 181, 138]", + "output": [ + "[574, 196, 15, 30, 94, 84, 4, 544, 69]" + ] + }, + { + "id": "openseek-3-642813b00a27498290c58737814364cf", + "input": "[10, 23, 62, 14, 186, 57, 141]", + "output": [ + "[5, 70, 31, 7, 93, 172, 424]" + ] + }, + { + "id": "openseek-3-62f1eed257214993a54e0d8517af9553", + "input": "[16, 192, 77, 65]", + "output": [ + "[8, 96, 232, 196]" + ] + }, + { + "id": "openseek-3-baa511f5cba84fc788b562e8cbd3d5e0", + "input": "[2, 195, 21, 64, 94]", + "output": [ + "[1, 586, 64, 32, 47]" + ] + }, + { + "id": "openseek-3-64eb72d6a7824c1f8285bc92a596b020", + "input": "[59, 139, 142, 63, 137, 78, 85, 146, 47]", + "output": [ + "[178, 418, 71, 190, 412, 39, 256, 73, 142]" + ] + }, + { + "id": "openseek-3-1e2910ed346e437bb384fb2a5fcb624e", + "input": "[126, 143, 126, 141, 44, 9, 99, 14]", + "output": [ + "[63, 430, 63, 424, 22, 28, 298, 7]" + ] + }, + { + "id": "openseek-3-0f77c442c4164694b281636147001014", + "input": "[151, 3, 63, 98, 36, 96, 10]", + "output": [ + "[454, 10, 190, 49, 18, 48, 5]" + ] + }, + { + "id": "openseek-3-ead1b1951bfa4e2dab27f439f9f14a72", + "input": "[54, 183]", + "output": [ + "[27, 550]" + ] + }, + { + "id": "openseek-3-9fb04d3b2dd2410e9b74843287c948ee", + "input": "[47, 104, 157, 191, 58, 78, 92, 110, 149]", + "output": [ + "[142, 52, 472, 574, 29, 39, 46, 55, 448]" + ] + }, + { + "id": "openseek-3-fbc77dda96bc48909924020c322dfbff", + "input": "[60, 114]", + "output": [ + "[30, 57]" + ] + }, + { + "id": "openseek-3-16fe4cd77ac744d58494c2cab785d56c", + "input": "[139, 15, 43, 112, 169, 29, 41, 150, 107]", + "output": [ + "[418, 46, 130, 56, 508, 88, 124, 75, 322]" + ] + }, + { + "id": "openseek-3-f63e513af8324a3dad85c94b0b6a3148", + "input": "[73, 34, 105, 164, 25, 169, 148, 149, 117]", + "output": [ + "[220, 17, 316, 82, 76, 508, 74, 448, 352]" + ] + }, + { + "id": "openseek-3-08a2e1324a654e8ba002b06e46623429", + "input": "[66, 171, 183, 3, 140, 109, 114, 193]", + "output": [ + "[33, 514, 550, 10, 70, 328, 57, 580]" + ] + }, + { + "id": "openseek-3-eb42dcafc37642f4b2ae9a7f5fcc1db8", + "input": "[191, 92, 80, 28]", + "output": [ + "[574, 46, 40, 14]" + ] + }, + { + "id": "openseek-3-f7368b6c8b844dbf8254763320049bce", + "input": "[160, 179]", + "output": [ + "[80, 538]" + ] + }, + { + "id": "openseek-3-7aaf7ee51935450c9744d0a4ad60adab", + "input": "[108, 44, 73, 61]", + "output": [ + "[54, 22, 220, 184]" + ] + }, + { + "id": "openseek-3-5f5a309a87ce46dbb8d607a2d881bfe1", + "input": "[184, 176, 170]", + "output": [ + "[92, 88, 85]" + ] + }, + { + "id": "openseek-3-dd4eed0bbd2b4b6c9eee488319bd7d09", + "input": "[75, 18, 122, 89]", + "output": [ + "[226, 9, 61, 268]" + ] + }, + { + "id": "openseek-3-1bd4d97f0f264a9881b13245e8e3d43c", + "input": "[50, 147, 60, 87, 172, 60, 182, 106]", + "output": [ + "[25, 442, 30, 262, 86, 30, 91, 53]" + ] + }, + { + "id": "openseek-3-80561f99295a4626a95b190fd7592f55", + "input": "[79, 200, 75, 179, 166, 43]", + "output": [ + "[238, 100, 226, 538, 83, 130]" + ] + }, + { + "id": "openseek-3-77f339e73d4446b8998979818c611049", + "input": "[144, 196, 185, 185]", + "output": [ + "[72, 98, 556, 556]" + ] + }, + { + "id": "openseek-3-015a3d9d2f8348b48cd058e84b382646", + "input": "[22, 145, 151, 188, 109]", + "output": [ + "[11, 436, 454, 94, 328]" + ] + }, + { + "id": "openseek-3-fa9dd32cd7fa45739f4e4d3b4e9e9154", + "input": "[26, 39, 63]", + "output": [ + "[13, 118, 190]" + ] + }, + { + "id": "openseek-3-57d5be6fc25147bbb071b504a9802110", + "input": "[135, 157, 51, 186]", + "output": [ + "[406, 472, 154, 93]" + ] + }, + { + "id": "openseek-3-e7cb201907d648ebba7c3e315ae52774", + "input": "[193, 37, 164, 151]", + "output": [ + "[580, 112, 82, 454]" + ] + }, + { + "id": "openseek-3-823b00106cc5432caedc8610b44e5548", + "input": "[40, 46, 172, 38, 153]", + "output": [ + "[20, 23, 86, 19, 460]" + ] + }, + { + "id": "openseek-3-648b8a4ce3fb4611929defa5d3316cd0", + "input": "[168, 99]", + "output": [ + "[84, 298]" + ] + }, + { + "id": "openseek-3-cfb7c9b67b5e46ebbce9351b331c43cd", + "input": "[143, 150, 103, 173]", + "output": [ + "[430, 75, 310, 520]" + ] + }, + { + "id": "openseek-3-6ed979087de142eb95acf6e067bd6215", + "input": "[14, 41, 197, 161, 107, 28, 200, 171, 57]", + "output": [ + "[7, 124, 592, 484, 322, 14, 100, 514, 172]" + ] + }, + { + "id": "openseek-3-237e4b9aafe7447b86e3ca4c0ffa26fe", + "input": "[64, 2, 57, 176]", + "output": [ + "[32, 1, 172, 88]" + ] + }, + { + "id": "openseek-3-8bea690defe942c7b4735a39a0bae46c", + "input": "[57, 124, 92]", + "output": [ + "[172, 62, 46]" + ] + }, + { + "id": "openseek-3-4a0bf053ed614202b56a6853baa2c485", + "input": "[147, 12, 126]", + "output": [ + "[442, 6, 63]" + ] + }, + { + "id": "openseek-3-e91be8422a2c4576bceec87be0c0d9b4", + "input": "[11, 114, 168, 161, 42, 36]", + "output": [ + "[34, 57, 84, 484, 21, 18]" + ] + }, + { + "id": "openseek-3-4acf19f51b92452597386be9da5a31a2", + "input": "[158, 137, 152, 149, 196, 145, 114, 49]", + "output": [ + "[79, 412, 76, 448, 98, 436, 57, 148]" + ] + }, + { + "id": "openseek-3-5304db20e00b488bb1375d538b92d332", + "input": "[75, 153, 103, 2, 72, 129, 134, 149, 134]", + "output": [ + "[226, 460, 310, 1, 36, 388, 67, 448, 67]" + ] + }, + { + "id": "openseek-3-08593089f4454d229de0b7772e7a768a", + "input": "[130, 167, 194, 34, 1, 66, 144, 58, 173]", + "output": [ + "[65, 502, 97, 17, 4, 33, 72, 29, 520]" + ] + }, + { + "id": "openseek-3-04ea6b51cf6e45e98ef176ad3d06b883", + "input": "[128, 93, 172, 13, 199, 83, 44, 188, 135]", + "output": [ + "[64, 280, 86, 40, 598, 250, 22, 94, 406]" + ] + }, + { + "id": "openseek-3-8acfefa92c16464ca6bc87b0a7f91409", + "input": "[148, 85, 134, 200, 34]", + "output": [ + "[74, 256, 67, 100, 17]" + ] + }, + { + "id": "openseek-3-917030d92184486eb04a6ffd271f6449", + "input": "[185, 77, 199, 110, 125, 74, 35]", + "output": [ + "[556, 232, 598, 55, 376, 37, 106]" + ] + }, + { + "id": "openseek-3-7b7bd62cd3c14e74adf82fc068fa5472", + "input": "[17, 132, 6, 25, 144, 186]", + "output": [ + "[52, 66, 3, 76, 72, 93]" + ] + }, + { + "id": "openseek-3-6b0a695be9064ee691a41627217ac3a4", + "input": "[32, 14]", + "output": [ + "[16, 7]" + ] + }, + { + "id": "openseek-3-4afc57d055744a2584dd5213925d96e5", + "input": "[130, 108, 161]", + "output": [ + "[65, 54, 484]" + ] + }, + { + "id": "openseek-3-b94dfd64e10a44378efdb28ab4026e84", + "input": "[104, 136, 98, 131, 68, 177]", + "output": [ + "[52, 68, 49, 394, 34, 532]" + ] + }, + { + "id": "openseek-3-5905b141b68042bdbebebe83205c5cd5", + "input": "[189, 87, 158, 190, 192]", + "output": [ + "[568, 262, 79, 95, 96]" + ] + }, + { + "id": "openseek-3-a94b3c5d56b44accb2303d728fd7a4f6", + "input": "[109, 5, 40, 114]", + "output": [ + "[328, 16, 20, 57]" + ] + }, + { + "id": "openseek-3-f912c0491d7d4410a9ae3000a07d0321", + "input": "[151, 23, 27]", + "output": [ + "[454, 70, 82]" + ] + }, + { + "id": "openseek-3-4b0e1c1b40c746d9b5f8fe4a3404eb1c", + "input": "[141, 40, 187, 63, 176, 134]", + "output": [ + "[424, 20, 562, 190, 88, 67]" + ] + }, + { + "id": "openseek-3-1299fa9776024bafb9fe8a1675e61706", + "input": "[96, 32, 26, 69, 49, 132, 164, 148]", + "output": [ + "[48, 16, 13, 208, 148, 66, 82, 74]" + ] + }, + { + "id": "openseek-3-329e8124b0394158b0ba171c4e9ea035", + "input": "[47, 131, 176, 155, 48]", + "output": [ + "[142, 394, 88, 466, 24]" + ] + }, + { + "id": "openseek-3-aceb234eaf764a3785be848c5d8699c7", + "input": "[76, 155, 176]", + "output": [ + "[38, 466, 88]" + ] + }, + { + "id": "openseek-3-464bae2de285477ba3889ddabd8ff851", + "input": "[100, 125]", + "output": [ + "[50, 376]" + ] + }, + { + "id": "openseek-3-9389214ed2fc48eb9809478e3890e39d", + "input": "[129, 6, 17, 66, 147, 130, 23, 40]", + "output": [ + "[388, 3, 52, 33, 442, 65, 70, 20]" + ] + }, + { + "id": "openseek-3-840faddf10be4405b96376da81327092", + "input": "[119, 159, 7]", + "output": [ + "[358, 478, 22]" + ] + }, + { + "id": "openseek-3-86767738c2b04d06b797529ae8d1dc43", + "input": "[200, 164, 102, 76]", + "output": [ + "[100, 82, 51, 38]" + ] + }, + { + "id": "openseek-3-f95858fe32d8435caae4aa4dec7abfe5", + "input": "[9, 143, 107]", + "output": [ + "[28, 430, 322]" + ] + }, + { + "id": "openseek-3-84b0c4484a0348a3a85f02c5b3f29820", + "input": "[149, 39, 50, 31, 157, 196, 133]", + "output": [ + "[448, 118, 25, 94, 472, 98, 400]" + ] + }, + { + "id": "openseek-3-94c91ceb2f994cfaa39f4976ab080191", + "input": "[29, 158, 85, 22, 138, 60, 32]", + "output": [ + "[88, 79, 256, 11, 69, 30, 16]" + ] + }, + { + "id": "openseek-3-a73a90dd9b6146af9fd18f54346d7fad", + "input": "[162, 16, 197, 167, 133, 30]", + "output": [ + "[81, 8, 592, 502, 400, 15]" + ] + }, + { + "id": "openseek-3-c804f7892fff4135bb57a1c40e3adcc5", + "input": "[115, 95, 96, 103, 196]", + "output": [ + "[346, 286, 48, 310, 98]" + ] + }, + { + "id": "openseek-3-4e1f0a1ec142425b98d01dfde175ee1f", + "input": "[63, 9, 160, 116, 33, 34, 64]", + "output": [ + "[190, 28, 80, 58, 100, 17, 32]" + ] + }, + { + "id": "openseek-3-846335cd23114eebbbb5ee3b1f64900b", + "input": "[65, 175, 40, 33, 38, 189, 58, 76, 189]", + "output": [ + "[196, 526, 20, 100, 19, 568, 29, 38, 568]" + ] + }, + { + "id": "openseek-3-38a33f8565fc4227ab5a0a8e134e176a", + "input": "[34, 75]", + "output": [ + "[17, 226]" + ] + }, + { + "id": "openseek-3-5590c2294def4091abfff26ec9ed901a", + "input": "[94, 66, 81, 178, 30, 69, 172, 31, 47]", + "output": [ + "[47, 33, 244, 89, 15, 208, 86, 94, 142]" + ] + }, + { + "id": "openseek-3-a33fc1ffb8194e54a2f4bfac2148b6f3", + "input": "[183, 124]", + "output": [ + "[550, 62]" + ] + }, + { + "id": "openseek-3-9287704729654d71946c2038e83a8856", + "input": "[137, 140, 156, 103]", + "output": [ + "[412, 70, 78, 310]" + ] + }, + { + "id": "openseek-3-d70c0799484e46bd84ab80224cfb2ee5", + "input": "[38, 166, 146, 115, 192, 34, 28, 133]", + "output": [ + "[19, 83, 73, 346, 96, 17, 14, 400]" + ] + }, + { + "id": "openseek-3-500fc0f780644a33bb4d436e436c7601", + "input": "[169, 92]", + "output": [ + "[508, 46]" + ] + }, + { + "id": "openseek-3-7606f19dd91c435384cc75762505c480", + "input": "[84, 139, 156, 131, 76, 24]", + "output": [ + "[42, 418, 78, 394, 38, 12]" + ] + }, + { + "id": "openseek-3-80c5a567150f4f95a156d3442c21b1e5", + "input": "[143, 110, 104, 178, 50]", + "output": [ + "[430, 55, 52, 89, 25]" + ] + }, + { + "id": "openseek-3-1bc45f9efd2b434284be8a459d471ba4", + "input": "[147, 42, 14, 35, 78, 162, 123]", + "output": [ + "[442, 21, 7, 106, 39, 81, 370]" + ] + }, + { + "id": "openseek-3-60c5fbed87ba4a5789db0c080dcb7ff5", + "input": "[8, 171, 35, 121, 99, 3]", + "output": [ + "[4, 514, 106, 364, 298, 10]" + ] + }, + { + "id": "openseek-3-22b19df2ee54472cbf199eeb1d6a751a", + "input": "[105, 44, 115, 200, 42, 148, 155]", + "output": [ + "[316, 22, 346, 100, 21, 74, 466]" + ] + }, + { + "id": "openseek-3-849b3c3581fd41f69d03b8877012502f", + "input": "[147, 125, 73, 92]", + "output": [ + "[442, 376, 220, 46]" + ] + }, + { + "id": "openseek-3-4341616b23764bcf90edbadf0f876a4c", + "input": "[6, 70, 30]", + "output": [ + "[3, 35, 15]" + ] + }, + { + "id": "openseek-3-6353cc0d7ab348edbafe1762ad6405d8", + "input": "[30, 103, 183, 190]", + "output": [ + "[15, 310, 550, 95]" + ] + }, + { + "id": "openseek-3-45f0b1af7ac046058136c91fb454576c", + "input": "[10, 44, 174, 38, 148, 159, 200, 46, 169]", + "output": [ + "[5, 22, 87, 19, 74, 478, 100, 23, 508]" + ] + }, + { + "id": "openseek-3-c0ee5f1274254d018607166e2a96867b", + "input": "[200, 136]", + "output": [ + "[100, 68]" + ] + }, + { + "id": "openseek-3-2f4e8ca0614f4ccebc174201603e972b", + "input": "[90, 199, 99, 49, 81, 157]", + "output": [ + "[45, 598, 298, 148, 244, 472]" + ] + }, + { + "id": "openseek-3-bf6a3bca65634f3f99f64e0bf37872f0", + "input": "[121, 47, 12]", + "output": [ + "[364, 142, 6]" + ] + }, + { + "id": "openseek-3-b095aa5825ec4fa3825fb0eaa4083034", + "input": "[165, 101, 9]", + "output": [ + "[496, 304, 28]" + ] + }, + { + "id": "openseek-3-b50501fb34da480d9bb3e04dea8af634", + "input": "[56, 44, 70, 197, 12]", + "output": [ + "[28, 22, 35, 592, 6]" + ] + }, + { + "id": "openseek-3-57092f4e20eb4a8fb0fc90e9e74f8991", + "input": "[73, 170, 144, 38, 100, 111, 75, 81, 200]", + "output": [ + "[220, 85, 72, 19, 50, 334, 226, 244, 100]" + ] + }, + { + "id": "openseek-3-4b69e32c840b4c14987bf8f4e787297f", + "input": "[64, 156, 180, 160, 142, 181, 101]", + "output": [ + "[32, 78, 90, 80, 71, 544, 304]" + ] + }, + { + "id": "openseek-3-9c48aed2081549f3a074293a0c100af8", + "input": "[67, 65, 180, 16]", + "output": [ + "[202, 196, 90, 8]" + ] + }, + { + "id": "openseek-3-fa29adf24cb04f34ada9de1ba7b3b7c0", + "input": "[128, 84, 17, 87, 103]", + "output": [ + "[64, 42, 52, 262, 310]" + ] + }, + { + "id": "openseek-3-28b26960ef744342adbacdbd43b6b7e4", + "input": "[94, 126, 93, 170, 94, 11]", + "output": [ + "[47, 63, 280, 85, 47, 34]" + ] + }, + { + "id": "openseek-3-62b63cff381a44469a5d23bd6db8738a", + "input": "[119, 10, 41, 58, 19, 69, 20]", + "output": [ + "[358, 5, 124, 29, 58, 208, 10]" + ] + }, + { + "id": "openseek-3-68ec036b50004cf3941b378f82d6956a", + "input": "[131, 26, 48, 56]", + "output": [ + "[394, 13, 24, 28]" + ] + }, + { + "id": "openseek-3-358fd868a1a341de82258a8d144f2b95", + "input": "[68, 138]", + "output": [ + "[34, 69]" + ] + }, + { + "id": "openseek-3-76958cb3a7a94d0f9e83f46f5f981816", + "input": "[121, 108, 162, 109, 158, 87, 108]", + "output": [ + "[364, 54, 81, 328, 79, 262, 54]" + ] + }, + { + "id": "openseek-3-29326343cc864df6840e0b3e7e2c6530", + "input": "[2, 126, 26, 86, 162, 115]", + "output": [ + "[1, 63, 13, 43, 81, 346]" + ] + }, + { + "id": "openseek-3-17c1a8556fe247539a9a798fc72b148d", + "input": "[79, 189]", + "output": [ + "[238, 568]" + ] + }, + { + "id": "openseek-3-4014f2d5cb6d4127bc9bb22f534f8c5c", + "input": "[185, 108, 93, 48, 90, 46, 120, 187]", + "output": [ + "[556, 54, 280, 24, 45, 23, 60, 562]" + ] + }, + { + "id": "openseek-3-2b40ce40914240e08571746a4919abb2", + "input": "[23, 95, 135]", + "output": [ + "[70, 286, 406]" + ] + }, + { + "id": "openseek-3-c874fdd8fb2249bdaca95b3e04b8ef2c", + "input": "[99, 36, 186]", + "output": [ + "[298, 18, 93]" + ] + }, + { + "id": "openseek-3-1362d369e80e40e19b43c2cd0a69846f", + "input": "[86, 71, 41, 79, 184, 96, 83, 40, 16]", + "output": [ + "[43, 214, 124, 238, 92, 48, 250, 20, 8]" + ] + }, + { + "id": "openseek-3-9fbca6f4b8e84667be972d0de4841b79", + "input": "[107, 75, 86, 100, 74, 171, 76, 130]", + "output": [ + "[322, 226, 43, 50, 37, 514, 38, 65]" + ] + }, + { + "id": "openseek-3-3ff93b586c5941d3909c3c310eb9ab77", + "input": "[154, 151, 123, 50, 128, 68, 3]", + "output": [ + "[77, 454, 370, 25, 64, 34, 10]" + ] + }, + { + "id": "openseek-3-616a89032e2b465c97754e6bb6135f0b", + "input": "[124, 91, 75, 82, 59, 68, 137, 100, 68]", + "output": [ + "[62, 274, 226, 41, 178, 34, 412, 50, 34]" + ] + }, + { + "id": "openseek-3-7857e59aafdb419186f1970dad65ec5a", + "input": "[108, 17, 12, 178, 131, 90]", + "output": [ + "[54, 52, 6, 89, 394, 45]" + ] + }, + { + "id": "openseek-3-5e9fbc1a2f9c4600a1aca202ba72ea00", + "input": "[103, 114, 119, 159]", + "output": [ + "[310, 57, 358, 478]" + ] + }, + { + "id": "openseek-3-8b636a50ba444ae598860f3a288be0e4", + "input": "[90, 58, 194]", + "output": [ + "[45, 29, 97]" + ] + }, + { + "id": "openseek-3-2870680c3f3f4dd6bff7f991d14637f3", + "input": "[159, 30]", + "output": [ + "[478, 15]" + ] + }, + { + "id": "openseek-3-b14bdfc0f3664f2db8aad5f0583ca8ce", + "input": "[30, 108, 105]", + "output": [ + "[15, 54, 316]" + ] + }, + { + "id": "openseek-3-6bf9fc198db841b3bbfcd50c47c8f56b", + "input": "[197, 176, 30, 164]", + "output": [ + "[592, 88, 15, 82]" + ] + }, + { + "id": "openseek-3-3e308d2f4ff54cb1b8ce1019df1052d3", + "input": "[163, 43, 114, 86, 171, 50, 128, 33]", + "output": [ + "[490, 130, 57, 43, 514, 25, 64, 100]" + ] + }, + { + "id": "openseek-3-48d3544f7c914abe823143ff8307d7bf", + "input": "[13, 112, 181]", + "output": [ + "[40, 56, 544]" + ] + }, + { + "id": "openseek-3-c47fe4dfd93840748150722b9bfc3af8", + "input": "[161, 110, 181]", + "output": [ + "[484, 55, 544]" + ] + }, + { + "id": "openseek-3-5cfc10e5e557439ab4ab29d5d59bb422", + "input": "[93, 75]", + "output": [ + "[280, 226]" + ] + }, + { + "id": "openseek-3-50256757100247a99b4d7df533aa602a", + "input": "[31, 9]", + "output": [ + "[94, 28]" + ] + }, + { + "id": "openseek-3-86e009c8cf2643e38311d52a597a11fc", + "input": "[154, 152, 40, 46]", + "output": [ + "[77, 76, 20, 23]" + ] + }, + { + "id": "openseek-3-66ddaba5f58646ec956322804f5c4d3e", + "input": "[184, 120]", + "output": [ + "[92, 60]" + ] + }, + { + "id": "openseek-3-10c4c23a20ea401cbb2628fab87ca95a", + "input": "[194, 6, 165, 92, 192, 44, 189, 52]", + "output": [ + "[97, 3, 496, 46, 96, 22, 568, 26]" + ] + }, + { + "id": "openseek-3-b155afd248a84ef49b02f6e35972aa8e", + "input": "[87, 42]", + "output": [ + "[262, 21]" + ] + }, + { + "id": "openseek-3-aab00721156a43a19f568dd1f00822d1", + "input": "[185, 31, 45, 10, 9, 29]", + "output": [ + "[556, 94, 136, 5, 28, 88]" + ] + }, + { + "id": "openseek-3-a26064872d8b452681084f0c4af00e81", + "input": "[24, 104, 73, 41, 106, 126, 48, 43, 147]", + "output": [ + "[12, 52, 220, 124, 53, 63, 24, 130, 442]" + ] + }, + { + "id": "openseek-3-0d511a6269124204a1de5e63be0d1de9", + "input": "[106, 20, 43, 101, 51]", + "output": [ + "[53, 10, 130, 304, 154]" + ] + }, + { + "id": "openseek-3-3a16a4b84ca44a99a6558315d0d1da06", + "input": "[40, 186, 103, 59, 140, 1, 161, 79]", + "output": [ + "[20, 93, 310, 178, 70, 4, 484, 238]" + ] + }, + { + "id": "openseek-3-3a0aa5d725a742e0bffa8a02df1483ba", + "input": "[61, 96, 86, 58, 187, 102, 138]", + "output": [ + "[184, 48, 43, 29, 562, 51, 69]" + ] + }, + { + "id": "openseek-3-5e0b894f857f4bf19b7fab828048cb7a", + "input": "[145, 83, 33, 34, 184, 7, 154, 173, 65]", + "output": [ + "[436, 250, 100, 17, 92, 22, 77, 520, 196]" + ] + }, + { + "id": "openseek-3-e243519414bc46e893b475435b64c3f4", + "input": "[48, 35, 37, 92]", + "output": [ + "[24, 106, 112, 46]" + ] + }, + { + "id": "openseek-3-fe8d952c6e0f4079b801219f0aa07380", + "input": "[60, 168, 72]", + "output": [ + "[30, 84, 36]" + ] + }, + { + "id": "openseek-3-12a7273ad1a14b06b7e58214a24bde3f", + "input": "[14, 22, 8, 169, 36, 3, 175, 153]", + "output": [ + "[7, 11, 4, 508, 18, 10, 526, 460]" + ] + }, + { + "id": "openseek-3-55c3ac3333a04a85a4891ceb91e799e8", + "input": "[180, 106, 159, 196, 173]", + "output": [ + "[90, 53, 478, 98, 520]" + ] + }, + { + "id": "openseek-3-172decfcc5c94f1a8e132c60c99f867c", + "input": "[3, 165]", + "output": [ + "[10, 496]" + ] + }, + { + "id": "openseek-3-c10d9b1f058a46be9bb3739b1ea0921f", + "input": "[109, 166]", + "output": [ + "[328, 83]" + ] + }, + { + "id": "openseek-3-c383b3e241d143c183f28532f7b5da8d", + "input": "[110, 51]", + "output": [ + "[55, 154]" + ] + }, + { + "id": "openseek-3-d73201da75d04ecc913f47b6686dd6b9", + "input": "[172, 2, 9, 50, 46]", + "output": [ + "[86, 1, 28, 25, 23]" + ] + }, + { + "id": "openseek-3-adb8b0f7843e4be197c70f262a878065", + "input": "[43, 33, 37, 116, 123, 91]", + "output": [ + "[130, 100, 112, 58, 370, 274]" + ] + }, + { + "id": "openseek-3-619c6f325fd14cb9b9d6c4f9a13bf5b2", + "input": "[103, 188, 47]", + "output": [ + "[310, 94, 142]" + ] + }, + { + "id": "openseek-3-d1f48e2b61bc4aa7b49c127833474a2d", + "input": "[74, 75, 139, 140, 8, 37]", + "output": [ + "[37, 226, 418, 70, 4, 112]" + ] + }, + { + "id": "openseek-3-ea24e64b019c4cae86bd0798a958c6f0", + "input": "[69, 134, 23, 20, 136, 168, 91, 55, 129]", + "output": [ + "[208, 67, 70, 10, 68, 84, 274, 166, 388]" + ] + }, + { + "id": "openseek-3-0c79724503794abf88a85c8e554fe28e", + "input": "[10, 139, 191, 14, 21, 92, 25, 120]", + "output": [ + "[5, 418, 574, 7, 64, 46, 76, 60]" + ] + }, + { + "id": "openseek-3-bcdebe360b7e4cf9b6901ebe914c8a62", + "input": "[73, 189, 95, 152, 148, 106, 41, 96, 17]", + "output": [ + "[220, 568, 286, 76, 74, 53, 124, 48, 52]" + ] + }, + { + "id": "openseek-3-94277bfe346246bc86aebca0ea0dd103", + "input": "[87, 72, 107, 180]", + "output": [ + "[262, 36, 322, 90]" + ] + }, + { + "id": "openseek-3-f2cc5e57f2f641778ad9d52fa65fdfba", + "input": "[100, 41, 62, 116, 17, 130]", + "output": [ + "[50, 124, 31, 58, 52, 65]" + ] + }, + { + "id": "openseek-3-35609e7c7b544681854ac1728c7fb688", + "input": "[35, 178, 111, 160, 137, 177, 27]", + "output": [ + "[106, 89, 334, 80, 412, 532, 82]" + ] + }, + { + "id": "openseek-3-7b6b17ea41aa48a2819460cee53ae57b", + "input": "[53, 113, 20, 67, 114]", + "output": [ + "[160, 340, 10, 202, 57]" + ] + }, + { + "id": "openseek-3-0cd012043ea7490a872dfeeaa9f05f53", + "input": "[2, 37, 58, 39, 154, 162, 197, 80, 45]", + "output": [ + "[1, 112, 29, 118, 77, 81, 592, 40, 136]" + ] + }, + { + "id": "openseek-3-43f938c67d364aed9327c3b6791e03e0", + "input": "[155, 84, 173, 146, 103, 72, 165, 75]", + "output": [ + "[466, 42, 520, 73, 310, 36, 496, 226]" + ] + }, + { + "id": "openseek-3-f63f4793777e4b379de8c113c3001657", + "input": "[80, 179, 71, 40, 42, 114]", + "output": [ + "[40, 538, 214, 20, 21, 57]" + ] + }, + { + "id": "openseek-3-a4af551999c84382ba98a4e12809da24", + "input": "[153, 163, 144, 162, 118, 99, 184]", + "output": [ + "[460, 490, 72, 81, 59, 298, 92]" + ] + }, + { + "id": "openseek-3-afcdaf048b3d45f3a04a64ad1819dad8", + "input": "[57, 93]", + "output": [ + "[172, 280]" + ] + }, + { + "id": "openseek-3-03d7991a96e84bebb5952b60bb515702", + "input": "[149, 189, 94, 46, 56, 105, 174]", + "output": [ + "[448, 568, 47, 23, 28, 316, 87]" + ] + }, + { + "id": "openseek-3-37618c612ae040aebf8559f44371cb01", + "input": "[81, 36, 145, 64, 35, 71]", + "output": [ + "[244, 18, 436, 32, 106, 214]" + ] + }, + { + "id": "openseek-3-677acd35d34d4790883407e31ce65477", + "input": "[92, 22, 49, 45, 143, 77]", + "output": [ + "[46, 11, 148, 136, 430, 232]" + ] + }, + { + "id": "openseek-3-c866a2f11e5845c4a06f617704b61989", + "input": "[75, 159, 190, 184, 103, 5]", + "output": [ + "[226, 478, 95, 92, 310, 16]" + ] + }, + { + "id": "openseek-3-3628801ff09c49fe91e053e90f902e16", + "input": "[96, 24, 149, 180]", + "output": [ + "[48, 12, 448, 90]" + ] + }, + { + "id": "openseek-3-77d7dce592654699871d8c69c0af6aef", + "input": "[70, 17, 139, 124, 143]", + "output": [ + "[35, 52, 418, 62, 430]" + ] + }, + { + "id": "openseek-3-6f2c3261b34a49b7b317c82e0e7b12c4", + "input": "[110, 181, 45, 74, 95, 68]", + "output": [ + "[55, 544, 136, 37, 286, 34]" + ] + }, + { + "id": "openseek-3-341a40313369490284ae16b64e1374f1", + "input": "[65, 117]", + "output": [ + "[196, 352]" + ] + }, + { + "id": "openseek-3-ff0c8b083f9346098e8566dbcce4ce90", + "input": "[159, 127, 7, 191, 17, 81, 125]", + "output": [ + "[478, 382, 22, 574, 52, 244, 376]" + ] + }, + { + "id": "openseek-3-c269933c8dd94c6ea5038fadddcf50f6", + "input": "[97, 4, 164, 60]", + "output": [ + "[292, 2, 82, 30]" + ] + }, + { + "id": "openseek-3-bdc2525c8c9849b2ad0adfc473f76cf7", + "input": "[157, 132, 101, 140, 200, 33, 72, 150, 10]", + "output": [ + "[472, 66, 304, 70, 100, 100, 36, 75, 5]" + ] + }, + { + "id": "openseek-3-463c7e93280546329fa70ee35e009440", + "input": "[36, 57, 165, 171]", + "output": [ + "[18, 172, 496, 514]" + ] + }, + { + "id": "openseek-3-c8676922b3eb428d8c2c3fd1bddd4b2b", + "input": "[61, 146, 131, 90]", + "output": [ + "[184, 73, 394, 45]" + ] + }, + { + "id": "openseek-3-2edf9ef3bf59430493116de3e716f525", + "input": "[13, 149, 174, 146, 142]", + "output": [ + "[40, 448, 87, 73, 71]" + ] + }, + { + "id": "openseek-3-0018d8f1f894460da75cff8e9d38a6b6", + "input": "[14, 139]", + "output": [ + "[7, 418]" + ] + }, + { + "id": "openseek-3-8a30693c07ac454dae5d1db255678af6", + "input": "[89, 161, 77, 1, 147, 10, 115, 167]", + "output": [ + "[268, 484, 232, 4, 442, 5, 346, 502]" + ] + }, + { + "id": "openseek-3-d68ee204ffef40dd989396b5ea1ccb94", + "input": "[74, 47, 37, 47, 105, 69]", + "output": [ + "[37, 142, 112, 142, 316, 208]" + ] + }, + { + "id": "openseek-3-a7dbae7773c345e1b2a69cc28107c751", + "input": "[93, 86, 187, 120]", + "output": [ + "[280, 43, 562, 60]" + ] + }, + { + "id": "openseek-3-2289e51f3f1a46f8bd1d12d327b1527b", + "input": "[69, 104, 199, 121, 84, 109, 141, 79, 10]", + "output": [ + "[208, 52, 598, 364, 42, 328, 424, 238, 5]" + ] + }, + { + "id": "openseek-3-55770fa49aac41d085709f0369e79b6e", + "input": "[113, 196, 118, 55, 82, 67, 68, 178, 47]", + "output": [ + "[340, 98, 59, 166, 41, 202, 34, 89, 142]" + ] + }, + { + "id": "openseek-3-67ecbfda5d004600b611be27ca098481", + "input": "[167, 156, 80, 179, 189]", + "output": [ + "[502, 78, 40, 538, 568]" + ] + }, + { + "id": "openseek-3-1e4659c0b80947fc9ee955a4a17454c9", + "input": "[53, 176, 77, 146, 98, 134, 131, 22, 52]", + "output": [ + "[160, 88, 232, 73, 49, 67, 394, 11, 26]" + ] + }, + { + "id": "openseek-3-9ba56ed405a34e56b97ef9e23c831dec", + "input": "[52, 79, 40, 143, 15]", + "output": [ + "[26, 238, 20, 430, 46]" + ] + }, + { + "id": "openseek-3-1d3db8a534ea4c8e81dbfb638b6fd03b", + "input": "[73, 186, 93, 65, 117]", + "output": [ + "[220, 93, 280, 196, 352]" + ] + }, + { + "id": "openseek-3-77c2a9bab28e4bfc98ff3b1d1ed99bd7", + "input": "[183, 13]", + "output": [ + "[550, 40]" + ] + }, + { + "id": "openseek-3-5da3bab028e54b32aeb6c45b473a5022", + "input": "[148, 94, 66, 164, 44]", + "output": [ + "[74, 47, 33, 82, 22]" + ] + }, + { + "id": "openseek-3-bb0cb8af749c4e26aee0f76227fc834e", + "input": "[156, 160, 1, 48]", + "output": [ + "[78, 80, 4, 24]" + ] + }, + { + "id": "openseek-3-ef0630c06ca54983ae468c2dff620869", + "input": "[55, 131, 179, 166, 27, 66, 83, 11, 157]", + "output": [ + "[166, 394, 538, 83, 82, 33, 250, 34, 472]" + ] + }, + { + "id": "openseek-3-1de64148234b446ab16efb1c57fb9bf7", + "input": "[51, 92, 173, 49]", + "output": [ + "[154, 46, 520, 148]" + ] + }, + { + "id": "openseek-3-a531069ed636421aa688dd0e762ceb91", + "input": "[31, 129, 186, 117, 127, 76, 164, 144, 163]", + "output": [ + "[94, 388, 93, 352, 382, 38, 82, 72, 490]" + ] + }, + { + "id": "openseek-3-cc801507ab014db9ac59d770ab251b6b", + "input": "[130, 185, 99, 25]", + "output": [ + "[65, 556, 298, 76]" + ] + }, + { + "id": "openseek-3-a11de96fdc9b4bc690f667cb69a016a4", + "input": "[138, 121, 170, 189, 31]", + "output": [ + "[69, 364, 85, 568, 94]" + ] + }, + { + "id": "openseek-3-bfb9c0649de24689a8bdd0288939cd0f", + "input": "[102, 62, 176, 104, 126, 182, 164, 165]", + "output": [ + "[51, 31, 88, 52, 63, 91, 82, 496]" + ] + }, + { + "id": "openseek-3-2008bf8116794af3940c4d89ec4f452c", + "input": "[93, 56, 138, 171, 182, 14, 126, 21, 95]", + "output": [ + "[280, 28, 69, 514, 91, 7, 63, 64, 286]" + ] + }, + { + "id": "openseek-3-ff434ce970124b0b9e892b305c7079f0", + "input": "[200, 96, 8, 192, 187]", + "output": [ + "[100, 48, 4, 96, 562]" + ] + }, + { + "id": "openseek-3-7641b2057fc046bfb6e318041186ae7c", + "input": "[114, 146, 129, 195, 90, 80, 19, 29]", + "output": [ + "[57, 73, 388, 586, 45, 40, 58, 88]" + ] + }, + { + "id": "openseek-3-b135997cbab94544aada7107dd1f866f", + "input": "[191, 52, 101, 46, 94, 25, 29, 187, 91]", + "output": [ + "[574, 26, 304, 23, 47, 76, 88, 562, 274]" + ] + }, + { + "id": "openseek-3-079919cc64504fe999cd485246b4788f", + "input": "[53, 30, 65, 117, 8, 122]", + "output": [ + "[160, 15, 196, 352, 4, 61]" + ] + }, + { + "id": "openseek-3-a06f775ee0b54961adbccf4f15be035b", + "input": "[132, 15, 99, 158, 146, 181, 86, 176]", + "output": [ + "[66, 46, 298, 79, 73, 544, 43, 88]" + ] + }, + { + "id": "openseek-3-965adba476ad403fb97b8981efda98e3", + "input": "[29, 161, 90, 1, 29, 26, 108, 110]", + "output": [ + "[88, 484, 45, 4, 88, 13, 54, 55]" + ] + }, + { + "id": "openseek-3-0f715ad4a9c4416789a5c29e6241fdec", + "input": "[47, 11, 35]", + "output": [ + "[142, 34, 106]" + ] + }, + { + "id": "openseek-3-65a32ed461de475a97e7c8cb030221bb", + "input": "[42, 133]", + "output": [ + "[21, 400]" + ] + }, + { + "id": "openseek-3-17e3d7e0312a47fc8839b05d546bf3c9", + "input": "[170, 79, 143, 29, 192, 70, 11, 174]", + "output": [ + "[85, 238, 430, 88, 96, 35, 34, 87]" + ] + }, + { + "id": "openseek-3-0020e806f12e4fccbd53646f1f63ae04", + "input": "[179, 195, 20, 92, 169, 176, 8, 34, 11]", + "output": [ + "[538, 586, 10, 46, 508, 88, 4, 17, 34]" + ] + }, + { + "id": "openseek-3-ff754567055c4083a86023b45091b0f1", + "input": "[107, 121, 55, 177, 175, 186, 63, 12]", + "output": [ + "[322, 364, 166, 532, 526, 93, 190, 6]" + ] + }, + { + "id": "openseek-3-3cc9026dff7841d2960c2841c790461f", + "input": "[97, 127]", + "output": [ + "[292, 382]" + ] + }, + { + "id": "openseek-3-8ca8437592754450874a38634f44f230", + "input": "[132, 37]", + "output": [ + "[66, 112]" + ] + }, + { + "id": "openseek-3-a07021691e9d4c9fb30cf03926af8a30", + "input": "[188, 78, 85, 113, 55, 23, 193, 76]", + "output": [ + "[94, 39, 256, 340, 166, 70, 580, 38]" + ] + }, + { + "id": "openseek-3-30788e024d8c4336a4ddcae5965ec62d", + "input": "[58, 164, 41, 119, 40, 155]", + "output": [ + "[29, 82, 124, 358, 20, 466]" + ] + }, + { + "id": "openseek-3-7303e94d3e8e4c429676c6940873942b", + "input": "[176, 68, 116]", + "output": [ + "[88, 34, 58]" + ] + }, + { + "id": "openseek-3-d65042fef351421e890a5ef87d990b52", + "input": "[161, 88, 130]", + "output": [ + "[484, 44, 65]" + ] + }, + { + "id": "openseek-3-8cdb866734964b61899d6c5985080fb7", + "input": "[162, 118, 67, 62, 164, 162, 165]", + "output": [ + "[81, 59, 202, 31, 82, 81, 496]" + ] + }, + { + "id": "openseek-3-1a03000279e547ad856ffffea8ce20af", + "input": "[23, 193]", + "output": [ + "[70, 580]" + ] + }, + { + "id": "openseek-3-4a35a4ca3242454995fb4295e4441db8", + "input": "[78, 111, 58]", + "output": [ + "[39, 334, 29]" + ] + }, + { + "id": "openseek-3-d1543770c95943f4ae4f9a2556c0eea5", + "input": "[119, 91, 58]", + "output": [ + "[358, 274, 29]" + ] + }, + { + "id": "openseek-3-4e05c7e066434fdbb79d0b84fb2ba9f7", + "input": "[169, 66, 66, 23]", + "output": [ + "[508, 33, 33, 70]" + ] + }, + { + "id": "openseek-3-20171b8ef4b4447c9d94c0b0d8e70e1b", + "input": "[199, 84]", + "output": [ + "[598, 42]" + ] + }, + { + "id": "openseek-3-16f1a2bda865444c94d00cc5624001a5", + "input": "[74, 11, 164, 132, 44, 81, 8]", + "output": [ + "[37, 34, 82, 66, 22, 244, 4]" + ] + }, + { + "id": "openseek-3-1625004f6a0e412c938f75d1a3fc2903", + "input": "[34, 175, 86]", + "output": [ + "[17, 526, 43]" + ] + }, + { + "id": "openseek-3-43f06e2d17f541fc90e07bc57e6b381d", + "input": "[180, 90, 60, 136, 151, 31, 176, 20, 165]", + "output": [ + "[90, 45, 30, 68, 454, 94, 88, 10, 496]" + ] + }, + { + "id": "openseek-3-efff0a12bbeb4538b9dd3eda8b5c4e2b", + "input": "[146, 42, 102, 96, 147]", + "output": [ + "[73, 21, 51, 48, 442]" + ] + }, + { + "id": "openseek-3-ded484f5a8d6459cae603d57694c7f6f", + "input": "[82, 39, 150]", + "output": [ + "[41, 118, 75]" + ] + }, + { + "id": "openseek-3-febffb511900495d80680515f5539880", + "input": "[127, 190, 156, 57, 198, 140, 60, 162]", + "output": [ + "[382, 95, 78, 172, 99, 70, 30, 81]" + ] + }, + { + "id": "openseek-3-c78fbd68dde14cb49c48d3dcc6147b61", + "input": "[25, 190, 145, 61, 86]", + "output": [ + "[76, 95, 436, 184, 43]" + ] + }, + { + "id": "openseek-3-a491a81c940e40be8465c0bd261442ad", + "input": "[171, 130, 187, 177]", + "output": [ + "[514, 65, 562, 532]" + ] + }, + { + "id": "openseek-3-f407c5be9c3044e38992a1fdd33cfda8", + "input": "[122, 180, 138, 35, 162]", + "output": [ + "[61, 90, 69, 106, 81]" + ] + }, + { + "id": "openseek-3-7f7cffab94494a74a08180046b6d3239", + "input": "[69, 158, 1, 166, 62]", + "output": [ + "[208, 79, 4, 83, 31]" + ] + }, + { + "id": "openseek-3-fa2663f1431e44cd962f96eed208e320", + "input": "[192, 172, 185]", + "output": [ + "[96, 86, 556]" + ] + }, + { + "id": "openseek-3-e35049ed2a9949f393684121818b5b6d", + "input": "[71, 69, 68]", + "output": [ + "[214, 208, 34]" + ] + }, + { + "id": "openseek-3-96fe6eedab35466b8388c69f73f83789", + "input": "[112, 185, 79]", + "output": [ + "[56, 556, 238]" + ] + }, + { + "id": "openseek-3-002395828d65401aac2c016cb1c8c2bf", + "input": "[59, 198, 162, 44, 97, 104, 189, 130]", + "output": [ + "[178, 99, 81, 22, 292, 52, 568, 65]" + ] + }, + { + "id": "openseek-3-78b09198c371483ca3e77805a9b6a86f", + "input": "[90, 194, 21, 67, 113]", + "output": [ + "[45, 97, 64, 202, 340]" + ] + }, + { + "id": "openseek-3-7df46f3ff24f4f0383cbfc6112f8e12e", + "input": "[63, 166, 180, 147, 129, 120, 78, 44]", + "output": [ + "[190, 83, 90, 442, 388, 60, 39, 22]" + ] + }, + { + "id": "openseek-3-400337de25c740db84eb964a061fe481", + "input": "[159, 199, 126, 174]", + "output": [ + "[478, 598, 63, 87]" + ] + }, + { + "id": "openseek-3-26193443e00a42e480063e5027e7047b", + "input": "[9, 68, 24, 6]", + "output": [ + "[28, 34, 12, 3]" + ] + }, + { + "id": "openseek-3-7d462c404eb8400496e286a670bfc18a", + "input": "[17, 177, 135, 175]", + "output": [ + "[52, 532, 406, 526]" + ] + }, + { + "id": "openseek-3-659ef37287ee4804971f914f9a014f4c", + "input": "[178, 65]", + "output": [ + "[89, 196]" + ] + }, + { + "id": "openseek-3-7d8edee0d02c4edd9613d3209adcec3a", + "input": "[159, 112]", + "output": [ + "[478, 56]" + ] + }, + { + "id": "openseek-3-cf6fcc503ddc4632904b20655b71944b", + "input": "[158, 156, 157, 123, 72, 127]", + "output": [ + "[79, 78, 472, 370, 36, 382]" + ] + }, + { + "id": "openseek-3-5a8ea9e9486141589849509046a6ffb5", + "input": "[196, 74, 48, 47, 190, 72, 89]", + "output": [ + "[98, 37, 24, 142, 95, 36, 268]" + ] + }, + { + "id": "openseek-3-810564eaac3d4827a8cf7427ba26e319", + "input": "[69, 55, 9, 13, 151, 174, 173]", + "output": [ + "[208, 166, 28, 40, 454, 87, 520]" + ] + }, + { + "id": "openseek-3-a3c9a98f259f42a6a153b9a3d7ebd2cc", + "input": "[104, 182, 163, 21, 56, 197, 136, 53, 14]", + "output": [ + "[52, 91, 490, 64, 28, 592, 68, 160, 7]" + ] + }, + { + "id": "openseek-3-fa922231ba954f24bb5a2e3debb32e98", + "input": "[6, 32]", + "output": [ + "[3, 16]" + ] + }, + { + "id": "openseek-3-0b4cfbb1d3ec4a5881c69053fcafeff4", + "input": "[89, 196]", + "output": [ + "[268, 98]" + ] + }, + { + "id": "openseek-3-da770b2a147e4156a28a2c394cf6759e", + "input": "[149, 133, 199]", + "output": [ + "[448, 400, 598]" + ] + }, + { + "id": "openseek-3-2113cefdaaed477c8be5667bda48dd4b", + "input": "[57, 174, 197, 93, 59, 100, 107, 65, 199]", + "output": [ + "[172, 87, 592, 280, 178, 50, 322, 196, 598]" + ] + }, + { + "id": "openseek-3-80242804b439436fb3ff91c67ec82ad2", + "input": "[13, 135, 192, 93, 54]", + "output": [ + "[40, 406, 96, 280, 27]" + ] + }, + { + "id": "openseek-3-385dbfc669b248afa34130a31289a7a7", + "input": "[16, 105]", + "output": [ + "[8, 316]" + ] + }, + { + "id": "openseek-3-6ab4c741586549a59295a12fdfd3942d", + "input": "[42, 55]", + "output": [ + "[21, 166]" + ] + }, + { + "id": "openseek-3-e03ca25964454368bbed23ae644e3208", + "input": "[200, 30, 138, 46, 16]", + "output": [ + "[100, 15, 69, 23, 8]" + ] + }, + { + "id": "openseek-3-1822707e50344bae8f413b1b8c17345f", + "input": "[135, 174, 116, 61, 179, 53]", + "output": [ + "[406, 87, 58, 184, 538, 160]" + ] + }, + { + "id": "openseek-3-75453e93125240b09b92ac31a95deb97", + "input": "[79, 97, 147, 82, 28, 155, 147]", + "output": [ + "[238, 292, 442, 41, 14, 466, 442]" + ] + }, + { + "id": "openseek-3-28a103658a6a469a85bd9ca94bbdd30e", + "input": "[157, 72, 120, 110, 87, 10, 176, 180, 57]", + "output": [ + "[472, 36, 60, 55, 262, 5, 88, 90, 172]" + ] + }, + { + "id": "openseek-3-2b42e758ac954b768965a47c378a835c", + "input": "[100, 109, 53, 74, 50, 34, 198]", + "output": [ + "[50, 328, 160, 37, 25, 17, 99]" + ] + }, + { + "id": "openseek-3-3e5c83a47d804b51a145453d4766401e", + "input": "[41, 185, 58, 109]", + "output": [ + "[124, 556, 29, 328]" + ] + }, + { + "id": "openseek-3-5adbaf9a12c143a989c4eb1765589a5d", + "input": "[130, 177, 134, 186, 33, 144, 91, 165]", + "output": [ + "[65, 532, 67, 93, 100, 72, 274, 496]" + ] + }, + { + "id": "openseek-3-97ebdccfe8cb4926850b73814d46e3ae", + "input": "[134, 171, 157, 111, 179, 151]", + "output": [ + "[67, 514, 472, 334, 538, 454]" + ] + }, + { + "id": "openseek-3-f481314084534da196b6617860c49bd3", + "input": "[99, 120, 126, 92, 94, 157, 97]", + "output": [ + "[298, 60, 63, 46, 47, 472, 292]" + ] + }, + { + "id": "openseek-3-da8d2daade31431884bf4c7631d0edf6", + "input": "[191, 43, 48, 20, 128]", + "output": [ + "[574, 130, 24, 10, 64]" + ] + }, + { + "id": "openseek-3-7a8ec05e887748cc804e36e4cab45c20", + "input": "[144, 63, 138, 79, 96, 132, 193, 135]", + "output": [ + "[72, 190, 69, 238, 48, 66, 580, 406]" + ] + }, + { + "id": "openseek-3-681e31ed8be04fc7997b9b77fa0e1c15", + "input": "[38, 157, 145, 58, 162]", + "output": [ + "[19, 472, 436, 29, 81]" + ] + }, + { + "id": "openseek-3-9ea0a6d2f94b45e5b9f65c26a7144376", + "input": "[51, 94]", + "output": [ + "[154, 47]" + ] + }, + { + "id": "openseek-3-c5537dca57104b62be58b9742cc81e53", + "input": "[128, 17, 134, 120, 151, 107]", + "output": [ + "[64, 52, 67, 60, 454, 322]" + ] + }, + { + "id": "openseek-3-7b0eabd90a9e493bad59bbaba82b1bf0", + "input": "[42, 119, 65, 57, 139, 164, 11]", + "output": [ + "[21, 358, 196, 172, 418, 82, 34]" + ] + }, + { + "id": "openseek-3-c2e7020d8317451ca63e16782763abfc", + "input": "[141, 151, 149, 186, 126, 110]", + "output": [ + "[424, 454, 448, 93, 63, 55]" + ] + }, + { + "id": "openseek-3-d87df3241a7d448fa6a27660e1157bf6", + "input": "[74, 61, 194]", + "output": [ + "[37, 184, 97]" + ] + }, + { + "id": "openseek-3-2dd3460e992f4c66a4b21faa9e6986a5", + "input": "[188, 98, 173, 157, 117, 177, 78]", + "output": [ + "[94, 49, 520, 472, 352, 532, 39]" + ] + }, + { + "id": "openseek-3-0a839c92e796443c922f5399fbee6616", + "input": "[53, 169, 150]", + "output": [ + "[160, 508, 75]" + ] + }, + { + "id": "openseek-3-44e1c0f0da7349ce92cbcc39109b6700", + "input": "[133, 133, 141, 51]", + "output": [ + "[400, 400, 424, 154]" + ] + }, + { + "id": "openseek-3-9dc5e0feabc6467dafd6543a657cd523", + "input": "[189, 25, 130, 19, 125, 37, 69, 148]", + "output": [ + "[568, 76, 65, 58, 376, 112, 208, 74]" + ] + }, + { + "id": "openseek-3-a621e46d80d142f4bef1534422968022", + "input": "[13, 199, 23, 68, 93, 142, 22, 87]", + "output": [ + "[40, 598, 70, 34, 280, 71, 11, 262]" + ] + }, + { + "id": "openseek-3-3559550aca1c4c74b4a7245a029f994e", + "input": "[107, 177, 149, 83, 152, 155, 80, 200]", + "output": [ + "[322, 532, 448, 250, 76, 466, 40, 100]" + ] + }, + { + "id": "openseek-3-6300ba275b794bae9ae92f5b009c74d2", + "input": "[128, 9, 197, 77, 194, 25, 86, 121, 168]", + "output": [ + "[64, 28, 592, 232, 97, 76, 43, 364, 84]" + ] + }, + { + "id": "openseek-3-c6b9527d78834ddb8db5072d3f32224f", + "input": "[171, 127]", + "output": [ + "[514, 382]" + ] + }, + { + "id": "openseek-3-0f317c8ced284e72a2c88c1d861d8237", + "input": "[93, 101, 161, 133, 152, 27, 86, 144, 195]", + "output": [ + "[280, 304, 484, 400, 76, 82, 43, 72, 586]" + ] + }, + { + "id": "openseek-3-d0ec1811444644b4816bf9a4a3b43920", + "input": "[27, 126, 18, 19, 174, 57, 76, 88, 89]", + "output": [ + "[82, 63, 9, 58, 87, 172, 38, 44, 268]" + ] + }, + { + "id": "openseek-3-5bedaef86ebe4d82b5cadcda5694344b", + "input": "[147, 69, 21, 130, 45]", + "output": [ + "[442, 208, 64, 65, 136]" + ] + }, + { + "id": "openseek-3-9684b2e0a1bb45578da56324759bc349", + "input": "[115, 27, 67, 88]", + "output": [ + "[346, 82, 202, 44]" + ] + }, + { + "id": "openseek-3-0bc440e2eb44402ba72f22387ab0ff08", + "input": "[54, 79, 148, 137, 107, 13, 67, 93, 44]", + "output": [ + "[27, 238, 74, 412, 322, 40, 202, 280, 22]" + ] + }, + { + "id": "openseek-3-9c5238636762430fbdae9284f3102ea0", + "input": "[110, 128, 4, 135, 151, 34]", + "output": [ + "[55, 64, 2, 406, 454, 17]" + ] + }, + { + "id": "openseek-3-30fe80a21efd4dfb8d825612d403be90", + "input": "[4, 9, 5]", + "output": [ + "[2, 28, 16]" + ] + }, + { + "id": "openseek-3-40495dc4344b4d0e9d260add3595f6fd", + "input": "[113, 134]", + "output": [ + "[340, 67]" + ] + }, + { + "id": "openseek-3-3b70b6019c1448bbaf60a4fc1b663a38", + "input": "[73, 105, 139, 189, 5, 31, 4, 153, 151]", + "output": [ + "[220, 316, 418, 568, 16, 94, 2, 460, 454]" + ] + }, + { + "id": "openseek-3-62b1144a89494e7992f3546d4eba9dd6", + "input": "[198, 200, 170, 5]", + "output": [ + "[99, 100, 85, 16]" + ] + }, + { + "id": "openseek-3-651a1c489f00425d8f294d795a81b8d2", + "input": "[134, 74, 163, 176, 145]", + "output": [ + "[67, 37, 490, 88, 436]" + ] + }, + { + "id": "openseek-3-7be7092834494c6880b90d06dd38dc19", + "input": "[148, 155, 124, 30]", + "output": [ + "[74, 466, 62, 15]" + ] + }, + { + "id": "openseek-3-7e5bf5fd13cc4e00b743336aceb60f3e", + "input": "[96, 28, 32, 194, 21, 1, 50, 122, 164]", + "output": [ + "[48, 14, 16, 97, 64, 4, 25, 61, 82]" + ] + }, + { + "id": "openseek-3-9596437fc19d4b1686dc52ccb60e0c94", + "input": "[57, 167, 149, 33]", + "output": [ + "[172, 502, 448, 100]" + ] + }, + { + "id": "openseek-3-cde627ed161447a0aad3403ff2f8523c", + "input": "[147, 18, 182, 178, 129, 92, 152]", + "output": [ + "[442, 9, 91, 89, 388, 46, 76]" + ] + }, + { + "id": "openseek-3-bebc67be337942c8990a89a3458d8cc6", + "input": "[45, 16, 160, 196, 155, 37]", + "output": [ + "[136, 8, 80, 98, 466, 112]" + ] + }, + { + "id": "openseek-3-17b0596e728b4d93bbc6dc323e0a7773", + "input": "[119, 54]", + "output": [ + "[358, 27]" + ] + }, + { + "id": "openseek-3-3f6575ac514547c885c9c80eb94639c9", + "input": "[149, 143, 139, 126, 189, 21, 59, 151, 143]", + "output": [ + "[448, 430, 418, 63, 568, 64, 178, 454, 430]" + ] + }, + { + "id": "openseek-3-4b86ce9a9d2d4a029c1b2ac793ae35ce", + "input": "[141, 76, 1, 164, 2, 81, 36]", + "output": [ + "[424, 38, 4, 82, 1, 244, 18]" + ] + }, + { + "id": "openseek-3-ff9593d40b3c48d89f03d4ca2a2d46f8", + "input": "[77, 151, 11, 169, 64, 114]", + "output": [ + "[232, 454, 34, 508, 32, 57]" + ] + }, + { + "id": "openseek-3-f0d00e3f5fee436fbca94229ef71b385", + "input": "[80, 165, 50, 2, 195, 99, 165, 38, 196]", + "output": [ + "[40, 496, 25, 1, 586, 298, 496, 19, 98]" + ] + }, + { + "id": "openseek-3-43724f5265454ed9b53f1759d3fb989e", + "input": "[65, 79, 149, 143, 162, 176, 57]", + "output": [ + "[196, 238, 448, 430, 81, 88, 172]" + ] + }, + { + "id": "openseek-3-029f4591ef92423b8135b0ac7a1c9ff0", + "input": "[51, 165, 33, 88, 14, 64, 143, 165, 73]", + "output": [ + "[154, 496, 100, 44, 7, 32, 430, 496, 220]" + ] + }, + { + "id": "openseek-3-a4f6134f326b45e280ac385ed721e593", + "input": "[94, 90, 17, 63, 88, 122, 147, 116, 78]", + "output": [ + "[47, 45, 52, 190, 44, 61, 442, 58, 39]" + ] + }, + { + "id": "openseek-3-b0120b9ac6df4e14bf30ea96947936ca", + "input": "[171, 44, 150, 141, 167, 136, 113, 162]", + "output": [ + "[514, 22, 75, 424, 502, 68, 340, 81]" + ] + }, + { + "id": "openseek-3-50187e46b2df4aefab6c47d6ba7a6bd6", + "input": "[134, 19, 16, 181]", + "output": [ + "[67, 58, 8, 544]" + ] + }, + { + "id": "openseek-3-3cdf8a04f6044473b10c8cb3381b3456", + "input": "[35, 2, 177, 42, 83, 87]", + "output": [ + "[106, 1, 532, 21, 250, 262]" + ] + }, + { + "id": "openseek-3-272955ca49774ecab82ca25450ab60bd", + "input": "[189, 198, 65, 38]", + "output": [ + "[568, 99, 196, 19]" + ] + }, + { + "id": "openseek-3-697435d43e5e4314add1165ee42b2845", + "input": "[47, 54, 179, 148, 8, 46, 8, 162]", + "output": [ + "[142, 27, 538, 74, 4, 23, 4, 81]" + ] + }, + { + "id": "openseek-3-2ed7634c61b647a08a047fbf061aef7d", + "input": "[75, 75, 54, 10, 52, 116, 99, 120, 185]", + "output": [ + "[226, 226, 27, 5, 26, 58, 298, 60, 556]" + ] + }, + { + "id": "openseek-3-6f26ecf6e6a0408981600454d3f9a2c2", + "input": "[14, 56, 169, 40, 134, 107]", + "output": [ + "[7, 28, 508, 20, 67, 322]" + ] + }, + { + "id": "openseek-3-0f3a7dc4ec5f46a5b5c11ab07a2233d5", + "input": "[198, 106, 55, 150, 108, 78]", + "output": [ + "[99, 53, 166, 75, 54, 39]" + ] + }, + { + "id": "openseek-3-46890d4fc5c041868ca4f1c22904d8d4", + "input": "[147, 94, 187]", + "output": [ + "[442, 47, 562]" + ] + }, + { + "id": "openseek-3-a10070b49250427b838567bf4d9563ad", + "input": "[174, 24, 137, 128, 56, 11]", + "output": [ + "[87, 12, 412, 64, 28, 34]" + ] + }, + { + "id": "openseek-3-ee7213042c2b4101a59bf5ce9b385ce4", + "input": "[6, 121, 167, 181, 5, 152, 114, 84, 36]", + "output": [ + "[3, 364, 502, 544, 16, 76, 57, 42, 18]" + ] + }, + { + "id": "openseek-3-e704e1a5f5114f54864e039c24defbe6", + "input": "[100, 24, 151, 71, 162]", + "output": [ + "[50, 12, 454, 214, 81]" + ] + }, + { + "id": "openseek-3-c47bfa8ce7de47cfbbc72f6f4f4f0d77", + "input": "[188, 73]", + "output": [ + "[94, 220]" + ] + }, + { + "id": "openseek-3-4584da1ba7694aec91e047167e3a2046", + "input": "[129, 103]", + "output": [ + "[388, 310]" + ] + }, + { + "id": "openseek-3-1d252b2df2c74e609f8e0a926773ace5", + "input": "[3, 187, 21, 115, 125, 74, 139]", + "output": [ + "[10, 562, 64, 346, 376, 37, 418]" + ] + }, + { + "id": "openseek-3-d06f0b60e8a9496c923bdb531e44ece8", + "input": "[174, 23, 114, 13, 185, 154, 11]", + "output": [ + "[87, 70, 57, 40, 556, 77, 34]" + ] + }, + { + "id": "openseek-3-9b9c0eaeb6b34035b553d8cd55942e69", + "input": "[13, 12, 22, 30]", + "output": [ + "[40, 6, 11, 15]" + ] + }, + { + "id": "openseek-3-f50273c78fe24de785da3d7b900fad0d", + "input": "[134, 127, 180, 137]", + "output": [ + "[67, 382, 90, 412]" + ] + }, + { + "id": "openseek-3-71316e1a07ad4a05ac5509626b8c94cd", + "input": "[167, 108, 41, 73]", + "output": [ + "[502, 54, 124, 220]" + ] + }, + { + "id": "openseek-3-f62f6bd5af0a488f8d07d890291d5d87", + "input": "[136, 145, 173, 96, 117]", + "output": [ + "[68, 436, 520, 48, 352]" + ] + }, + { + "id": "openseek-3-494b875cec0a422faed819f564d6609f", + "input": "[32, 79, 144, 128, 95, 46]", + "output": [ + "[16, 238, 72, 64, 286, 23]" + ] + }, + { + "id": "openseek-3-7e20786b60cd4564a7ff2f7b73b8c6f1", + "input": "[104, 116, 183, 60, 74, 94, 101, 49]", + "output": [ + "[52, 58, 550, 30, 37, 47, 304, 148]" + ] + }, + { + "id": "openseek-3-39d95b116abf46ee9ff385c62b4e5a2a", + "input": "[107, 1]", + "output": [ + "[322, 4]" + ] + }, + { + "id": "openseek-3-7d80e8c355784d2da3823d6eb837da5a", + "input": "[93, 2, 146, 148, 119, 161, 20]", + "output": [ + "[280, 1, 73, 74, 358, 484, 10]" + ] + }, + { + "id": "openseek-3-f0638d9fbd864878841f694e5b41f1d7", + "input": "[122, 19, 75, 118, 67]", + "output": [ + "[61, 58, 226, 59, 202]" + ] + }, + { + "id": "openseek-3-4124f0cea97d41cab561c7bdc7f14b29", + "input": "[72, 42]", + "output": [ + "[36, 21]" + ] + }, + { + "id": "openseek-3-135c341a33e242709b6a2ab1c0ba28fe", + "input": "[181, 36, 24, 151, 200, 108, 196, 108, 46]", + "output": [ + "[544, 18, 12, 454, 100, 54, 98, 54, 23]" + ] + }, + { + "id": "openseek-3-8c449375dd794cdfbf6f90b5b2d2fbf1", + "input": "[120, 109, 99]", + "output": [ + "[60, 328, 298]" + ] + }, + { + "id": "openseek-3-1ca6af1cc30849849409ff1fc9445672", + "input": "[128, 21, 30, 114, 45, 196, 80, 4]", + "output": [ + "[64, 64, 15, 57, 136, 98, 40, 2]" + ] + }, + { + "id": "openseek-3-8dec9ddc8f4d481b83dccf477d3e512b", + "input": "[78, 74, 33, 181, 136, 97, 86, 3]", + "output": [ + "[39, 37, 100, 544, 68, 292, 43, 10]" + ] + }, + { + "id": "openseek-3-7087919a10e24b389053de4f04485c41", + "input": "[126, 170, 141, 182, 135, 131, 91, 134, 173]", + "output": [ + "[63, 85, 424, 91, 406, 394, 274, 67, 520]" + ] + }, + { + "id": "openseek-3-babfadf3f74747ee92b110ccd594f4b2", + "input": "[127, 192, 20]", + "output": [ + "[382, 96, 10]" + ] + }, + { + "id": "openseek-3-47f9cdcd588c4589a8ed2b5c96462005", + "input": "[55, 35, 48, 133]", + "output": [ + "[166, 106, 24, 400]" + ] + }, + { + "id": "openseek-3-009ecfa0d8fe4e29b35f0737f6efe61b", + "input": "[133, 50, 103, 186, 89, 18, 35, 91]", + "output": [ + "[400, 25, 310, 93, 268, 9, 106, 274]" + ] + }, + { + "id": "openseek-3-b0c41d6d04db48469028a1269228bb7e", + "input": "[40, 119, 34]", + "output": [ + "[20, 358, 17]" + ] + }, + { + "id": "openseek-3-e8860ff3437f4eabb58803b59f46a3f9", + "input": "[109, 192]", + "output": [ + "[328, 96]" + ] + }, + { + "id": "openseek-3-8152e908d3c5450bb6963fca2ef8f6e8", + "input": "[103, 196, 194, 100, 126]", + "output": [ + "[310, 98, 97, 50, 63]" + ] + }, + { + "id": "openseek-3-57abfd106ad744939875c93056ce16a1", + "input": "[145, 172, 167, 114]", + "output": [ + "[436, 86, 502, 57]" + ] + }, + { + "id": "openseek-3-0ba95de644b145abad7449300a62ffcf", + "input": "[118, 195, 99, 153, 60, 182, 146, 19]", + "output": [ + "[59, 586, 298, 460, 30, 91, 73, 58]" + ] + }, + { + "id": "openseek-3-44053803ff9846a7b2ce8d17d48ff2a1", + "input": "[131, 4, 9, 33, 159, 89, 90, 76, 108]", + "output": [ + "[394, 2, 28, 100, 478, 268, 45, 38, 54]" + ] + }, + { + "id": "openseek-3-d7c7188cce2f4c1db1d9a22fd359c205", + "input": "[112, 118, 167, 97, 175, 46, 178, 83]", + "output": [ + "[56, 59, 502, 292, 526, 23, 89, 250]" + ] + }, + { + "id": "openseek-3-e0c8f093838040748ba8cd128bb39548", + "input": "[183, 9]", + "output": [ + "[550, 28]" + ] + }, + { + "id": "openseek-3-596be38a69fd4b49a6083665704c17d0", + "input": "[154, 190, 74, 72, 40, 43, 24, 6]", + "output": [ + "[77, 95, 37, 36, 20, 130, 12, 3]" + ] + }, + { + "id": "openseek-3-d7cbe6b37b8c48b7a8d71302b60452ac", + "input": "[161, 105, 71, 18, 133, 90, 192, 95, 176]", + "output": [ + "[484, 316, 214, 9, 400, 45, 96, 286, 88]" + ] + }, + { + "id": "openseek-3-1a3d5bec454140ec9024af00c059ff6f", + "input": "[107, 46, 94]", + "output": [ + "[322, 23, 47]" + ] + }, + { + "id": "openseek-3-402d508c373b444ca7ddbec0c4016264", + "input": "[135, 86, 82]", + "output": [ + "[406, 43, 41]" + ] + }, + { + "id": "openseek-3-c9c37891098e41d881b532fc29b1bc7b", + "input": "[35, 180, 41, 191, 20, 148, 90]", + "output": [ + "[106, 90, 124, 574, 10, 74, 45]" + ] + }, + { + "id": "openseek-3-9b09a943dc9a43ff963d4bbba5fdb933", + "input": "[48, 108]", + "output": [ + "[24, 54]" + ] + }, + { + "id": "openseek-3-e222c31c5fa443ed8a85223f01c69bd1", + "input": "[67, 110]", + "output": [ + "[202, 55]" + ] + }, + { + "id": "openseek-3-823185ad372f4f9c917cde1dedd66e0b", + "input": "[149, 189, 177, 116, 124, 189, 4]", + "output": [ + "[448, 568, 532, 58, 62, 568, 2]" + ] + }, + { + "id": "openseek-3-b5d8086d337f4b62a6b39c14ce49d836", + "input": "[91, 72, 77, 104, 130, 186, 60]", + "output": [ + "[274, 36, 232, 52, 65, 93, 30]" + ] + }, + { + "id": "openseek-3-494f144f83ef4e929d03ec0e887fa1b9", + "input": "[161, 41, 8, 171]", + "output": [ + "[484, 124, 4, 514]" + ] + }, + { + "id": "openseek-3-9c4e58dddb054e028b5148c9634a4bd8", + "input": "[83, 37, 187, 177, 13, 8, 148, 63, 6]", + "output": [ + "[250, 112, 562, 532, 40, 4, 74, 190, 3]" + ] + }, + { + "id": "openseek-3-498affa5fc5d4ebbb03af6de49660521", + "input": "[188, 120, 36, 7, 50, 134, 100]", + "output": [ + "[94, 60, 18, 22, 25, 67, 50]" + ] + }, + { + "id": "openseek-3-8181f135c1584644b7029f3958e9cc18", + "input": "[169, 184, 63, 158, 115]", + "output": [ + "[508, 92, 190, 79, 346]" + ] + }, + { + "id": "openseek-3-6efa129cdbc541afb66a4b0d7e1be9ec", + "input": "[41, 169, 144]", + "output": [ + "[124, 508, 72]" + ] + }, + { + "id": "openseek-3-fb0ac48b968f486c8d7cf5d198df3e3b", + "input": "[175, 160]", + "output": [ + "[526, 80]" + ] + }, + { + "id": "openseek-3-15f265c89c1c497db5e8ea074f81f8b3", + "input": "[170, 162, 176, 63]", + "output": [ + "[85, 81, 88, 190]" + ] + }, + { + "id": "openseek-3-d45ca350bdaf4097ad7d36b82de75cef", + "input": "[26, 110, 140, 40]", + "output": [ + "[13, 55, 70, 20]" + ] + }, + { + "id": "openseek-3-ccdc4e8ef7d547ba8f7d8666b97f6ebf", + "input": "[75, 27, 94, 126, 95, 53, 91, 127]", + "output": [ + "[226, 82, 47, 63, 286, 160, 274, 382]" + ] + }, + { + "id": "openseek-3-5d45f2d4d1eb4d5bbe03fa1e7f95d7fd", + "input": "[9, 95, 149, 160, 190, 91, 140]", + "output": [ + "[28, 286, 448, 80, 95, 274, 70]" + ] + }, + { + "id": "openseek-3-dd86253049fe47d69f2b567485fc3eb4", + "input": "[118, 112, 35, 125, 13]", + "output": [ + "[59, 56, 106, 376, 40]" + ] + }, + { + "id": "openseek-3-f6f98be6048c4e43a82ec5957dd5cbd4", + "input": "[87, 151, 148, 132, 105, 166]", + "output": [ + "[262, 454, 74, 66, 316, 83]" + ] + }, + { + "id": "openseek-3-a262fa21dc4541b69d136065f0c8592d", + "input": "[195, 74, 175, 50, 65, 115, 160]", + "output": [ + "[586, 37, 526, 25, 196, 346, 80]" + ] + }, + { + "id": "openseek-3-f12ec21991fc4f14a78a7580bae13fd8", + "input": "[64, 166]", + "output": [ + "[32, 83]" + ] + }, + { + "id": "openseek-3-234a7b35b57140618dfbb98ba13754e4", + "input": "[104, 178, 96, 22, 152, 197, 181, 55, 37]", + "output": [ + "[52, 89, 48, 11, 76, 592, 544, 166, 112]" + ] + }, + { + "id": "openseek-3-b22557e5cc51415c8a521d85ffc78da1", + "input": "[113, 93, 98, 138, 90]", + "output": [ + "[340, 280, 49, 69, 45]" + ] + }, + { + "id": "openseek-3-8e3446cfe3144f5aad172dccf69b267e", + "input": "[17, 108, 148]", + "output": [ + "[52, 54, 74]" + ] + }, + { + "id": "openseek-3-f750bb78457b4c989f1aa693484e31b2", + "input": "[46, 130, 106, 105, 173, 52, 148]", + "output": [ + "[23, 65, 53, 316, 520, 26, 74]" + ] + }, + { + "id": "openseek-3-9f4d66de76f5487d9b9a6b5786249da9", + "input": "[142, 141, 173, 40, 137, 59, 88, 113]", + "output": [ + "[71, 424, 520, 20, 412, 178, 44, 340]" + ] + }, + { + "id": "openseek-3-984cf9aa7ab94c2081ac3f4d3585451b", + "input": "[176, 98, 73, 146]", + "output": [ + "[88, 49, 220, 73]" + ] + }, + { + "id": "openseek-3-d2a74030fcad4f76a414371b026b00c7", + "input": "[143, 127, 37, 108]", + "output": [ + "[430, 382, 112, 54]" + ] + }, + { + "id": "openseek-3-541ccceaed8043bc8c557a8ed6944a70", + "input": "[127, 179, 145, 88]", + "output": [ + "[382, 538, 436, 44]" + ] + }, + { + "id": "openseek-3-eb86e6ecd71c4d6999fb4bad32d65e7a", + "input": "[187, 7, 147]", + "output": [ + "[562, 22, 442]" + ] + }, + { + "id": "openseek-3-ad1cb4ae8d3f4bd8b3e26db23d8039bb", + "input": "[86, 146, 82, 13, 105, 141, 119, 14]", + "output": [ + "[43, 73, 41, 40, 316, 424, 358, 7]" + ] + }, + { + "id": "openseek-3-a5cd65d70fd7464ea77dad1194af3562", + "input": "[49, 174, 29, 101, 23, 180, 46, 200, 89]", + "output": [ + "[148, 87, 88, 304, 70, 90, 23, 100, 268]" + ] + }, + { + "id": "openseek-3-b6618c05dffc49dc8767673ea0323903", + "input": "[39, 61, 13, 127, 143, 18, 104]", + "output": [ + "[118, 184, 40, 382, 430, 9, 52]" + ] + }, + { + "id": "openseek-3-bb722c1ea11248e6abb4da5a46960514", + "input": "[134, 140, 163, 132]", + "output": [ + "[67, 70, 490, 66]" + ] + }, + { + "id": "openseek-3-bc73a2d0522c442ebf479b161dbda098", + "input": "[28, 186]", + "output": [ + "[14, 93]" + ] + }, + { + "id": "openseek-3-2d0402587e1848808644b576be46665b", + "input": "[163, 197, 67, 66, 10, 163, 26, 33]", + "output": [ + "[490, 592, 202, 33, 5, 490, 13, 100]" + ] + }, + { + "id": "openseek-3-2418ea14d72f49af893306cd738d9924", + "input": "[154, 61, 91, 74]", + "output": [ + "[77, 184, 274, 37]" + ] + }, + { + "id": "openseek-3-c1a7f70b521f47afbfd254d4bdd4c862", + "input": "[200, 86, 140, 54, 175, 137, 33, 189, 28]", + "output": [ + "[100, 43, 70, 27, 526, 412, 100, 568, 14]" + ] + }, + { + "id": "openseek-3-ab11e057f12f40799cc1959be55b7e73", + "input": "[29, 68, 148, 172, 178, 137, 27]", + "output": [ + "[88, 34, 74, 86, 89, 412, 82]" + ] + }, + { + "id": "openseek-3-1dee65928ee945a58cb13c3e12c99b48", + "input": "[152, 151, 162, 71]", + "output": [ + "[76, 454, 81, 214]" + ] + }, + { + "id": "openseek-3-df099774e5144aaa9ae904becd1e238e", + "input": "[71, 16, 111, 170, 163, 11]", + "output": [ + "[214, 8, 334, 85, 490, 34]" + ] + }, + { + "id": "openseek-3-75351386181b4decbee6e81d5ee4d0b1", + "input": "[120, 124]", + "output": [ + "[60, 62]" + ] + }, + { + "id": "openseek-3-62e616d2720b4df49f39fa1b9f3b9089", + "input": "[59, 122]", + "output": [ + "[178, 61]" + ] + }, + { + "id": "openseek-3-4ae4f66e24f6431ca6b41f7f8e60a463", + "input": "[92, 39, 191]", + "output": [ + "[46, 118, 574]" + ] + }, + { + "id": "openseek-3-9e8a43b0d59c407393c81a6c1ac4a386", + "input": "[76, 140, 98]", + "output": [ + "[38, 70, 49]" + ] + }, + { + "id": "openseek-3-d933d1a179d94636a6adadb565bcdbb5", + "input": "[142, 196]", + "output": [ + "[71, 98]" + ] + }, + { + "id": "openseek-3-5a47176cf7364568b8bc703c4804ee71", + "input": "[8, 83]", + "output": [ + "[4, 250]" + ] + }, + { + "id": "openseek-3-5dc881ffca3b4e72aec1e597cd802eb4", + "input": "[52, 170, 191, 72]", + "output": [ + "[26, 85, 574, 36]" + ] + }, + { + "id": "openseek-3-20fb8f0aea2b49839d378239c727fe1b", + "input": "[173, 37, 97, 56]", + "output": [ + "[520, 112, 292, 28]" + ] + }, + { + "id": "openseek-3-0a220d6a0a6940af8a698b1325aadf61", + "input": "[153, 26, 114, 78, 56, 79]", + "output": [ + "[460, 13, 57, 39, 28, 238]" + ] + }, + { + "id": "openseek-3-33ba1065f5f84266a23a3d340199229c", + "input": "[89, 127, 169, 165, 195]", + "output": [ + "[268, 382, 508, 496, 586]" + ] + }, + { + "id": "openseek-3-fd77c8c899dc4b30a3b311f24f65c1f5", + "input": "[74, 23, 180, 112, 130, 174]", + "output": [ + "[37, 70, 90, 56, 65, 87]" + ] + }, + { + "id": "openseek-3-40e3deff153846f5a7b125e2aa711fdf", + "input": "[101, 163, 159, 139, 172]", + "output": [ + "[304, 490, 478, 418, 86]" + ] + }, + { + "id": "openseek-3-643c473c9e0647fdafd90b396d34abdf", + "input": "[124, 110, 44, 20, 77, 56, 68]", + "output": [ + "[62, 55, 22, 10, 232, 28, 34]" + ] + }, + { + "id": "openseek-3-0b6b3aaf3d3442d2ba151b5ab768c531", + "input": "[67, 117, 45]", + "output": [ + "[202, 352, 136]" + ] + }, + { + "id": "openseek-3-21b44b04c68e4ce9a81e17364e4498b8", + "input": "[1, 144, 75, 108, 176]", + "output": [ + "[4, 72, 226, 54, 88]" + ] + }, + { + "id": "openseek-3-2e8419d006574113a3e6fdbb22c4b931", + "input": "[115, 97, 166, 194]", + "output": [ + "[346, 292, 83, 97]" + ] + }, + { + "id": "openseek-3-7e96486b3f3c490ab6d27ffffde01f75", + "input": "[23, 49, 49, 141, 86, 189, 134, 51, 172]", + "output": [ + "[70, 148, 148, 424, 43, 568, 67, 154, 86]" + ] + }, + { + "id": "openseek-3-f499481e2d2a46c1876f442b67850dd8", + "input": "[176, 71, 181, 3, 128]", + "output": [ + "[88, 214, 544, 10, 64]" + ] + }, + { + "id": "openseek-3-56d7329d4deb47b3ad3830fb52d967ab", + "input": "[137, 7, 87]", + "output": [ + "[412, 22, 262]" + ] + }, + { + "id": "openseek-3-4ea93c69e08a413e845c2236f4d78e3e", + "input": "[86, 9, 132]", + "output": [ + "[43, 28, 66]" + ] + }, + { + "id": "openseek-3-f3d2f27221b84303912838928d3b5ba1", + "input": "[16, 127, 35, 179, 102, 99]", + "output": [ + "[8, 382, 106, 538, 51, 298]" + ] + }, + { + "id": "openseek-3-8d888164f1df46a9bcf05b7cb1144d63", + "input": "[13, 60, 126, 100, 168, 22, 156, 88]", + "output": [ + "[40, 30, 63, 50, 84, 11, 78, 44]" + ] + }, + { + "id": "openseek-3-d3eb3191c9234d2f9e48d791f5dde7ca", + "input": "[180, 3, 52, 16, 45, 171, 185, 160, 119]", + "output": [ + "[90, 10, 26, 8, 136, 514, 556, 80, 358]" + ] + }, + { + "id": "openseek-3-8f143e64c2f54fbf9622590cde011597", + "input": "[139, 193, 165, 13, 158, 129]", + "output": [ + "[418, 580, 496, 40, 79, 388]" + ] + }, + { + "id": "openseek-3-7d3dce6795e74aa0b90ef059a7b8abf5", + "input": "[7, 147, 159, 135, 170, 127]", + "output": [ + "[22, 442, 478, 406, 85, 382]" + ] + }, + { + "id": "openseek-3-c0ffd558473d415d9bfe0bf0193e4eaf", + "input": "[195, 195, 164, 119, 152, 64, 116]", + "output": [ + "[586, 586, 82, 358, 76, 32, 58]" + ] + }, + { + "id": "openseek-3-49c29b79a1b9416cb4848a21c681b34f", + "input": "[112, 149, 40, 2, 50]", + "output": [ + "[56, 448, 20, 1, 25]" + ] + }, + { + "id": "openseek-3-d74d7c23a83348b5977914cf47ab989d", + "input": "[148, 129, 85, 155, 36, 97, 81, 127, 148]", + "output": [ + "[74, 388, 256, 466, 18, 292, 244, 382, 74]" + ] + }, + { + "id": "openseek-3-cb690ddba4a3415fbbda61251adb7403", + "input": "[127, 100, 42, 188, 43, 82, 98]", + "output": [ + "[382, 50, 21, 94, 130, 41, 49]" + ] + }, + { + "id": "openseek-3-dd8ad432842b4251b71282355fcdb570", + "input": "[115, 195]", + "output": [ + "[346, 586]" + ] + }, + { + "id": "openseek-3-cf34073df0e849ada3742189397ccd4b", + "input": "[1, 69, 95]", + "output": [ + "[4, 208, 286]" + ] + }, + { + "id": "openseek-3-96c20d276178497c91fa370158068c2c", + "input": "[116, 92, 180, 113]", + "output": [ + "[58, 46, 90, 340]" + ] + }, + { + "id": "openseek-3-4c0ab640f07b4203bcc392db401f01ba", + "input": "[174, 88, 175, 200, 125, 32, 35, 56]", + "output": [ + "[87, 44, 526, 100, 376, 16, 106, 28]" + ] + }, + { + "id": "openseek-3-bf936bbba5804794bc0b0341809739f8", + "input": "[149, 51]", + "output": [ + "[448, 154]" + ] + }, + { + "id": "openseek-3-e7fc0af9f49a42e1b46c01e89ccfa565", + "input": "[169, 10]", + "output": [ + "[508, 5]" + ] + }, + { + "id": "openseek-3-7dcfb7ffce454d0bae4fe29709410799", + "input": "[113, 140, 112, 86, 116, 81, 68, 47, 159]", + "output": [ + "[340, 70, 56, 43, 58, 244, 34, 142, 478]" + ] + }, + { + "id": "openseek-3-1724daf1150f4418868d7819e9b20563", + "input": "[17, 182, 169, 57, 24, 112, 178, 25]", + "output": [ + "[52, 91, 508, 172, 12, 56, 89, 76]" + ] + }, + { + "id": "openseek-3-bb276acd2b8642d886955d77318511b9", + "input": "[88, 199, 82, 179, 176]", + "output": [ + "[44, 598, 41, 538, 88]" + ] + }, + { + "id": "openseek-3-029df6a498274cd9bec953a894b9fb0a", + "input": "[91, 124, 18, 46, 126, 76, 143, 66, 44]", + "output": [ + "[274, 62, 9, 23, 63, 38, 430, 33, 22]" + ] + }, + { + "id": "openseek-3-506063b2de684bb493511b9dc4d3878b", + "input": "[63, 139, 176]", + "output": [ + "[190, 418, 88]" + ] + }, + { + "id": "openseek-3-f03684c85bae40b9a69d9638f19ee29a", + "input": "[36, 6, 35, 93, 122, 87, 86, 48]", + "output": [ + "[18, 3, 106, 280, 61, 262, 43, 24]" + ] + }, + { + "id": "openseek-3-9a459ca42c6b49d18cf5508e680f0511", + "input": "[46, 122, 46, 87, 74, 9]", + "output": [ + "[23, 61, 23, 262, 37, 28]" + ] + }, + { + "id": "openseek-3-14935d6afb8f452e9b4495e4982a93a1", + "input": "[112, 148, 169, 76]", + "output": [ + "[56, 74, 508, 38]" + ] + }, + { + "id": "openseek-3-6c6010bbf46f457c988b346070b71ff3", + "input": "[83, 146, 17, 167, 177]", + "output": [ + "[250, 73, 52, 502, 532]" + ] + }, + { + "id": "openseek-3-2bd608b87a9447208e278ba4134bc0a2", + "input": "[81, 130]", + "output": [ + "[244, 65]" + ] + }, + { + "id": "openseek-3-040b4b06189c4822a68b81494009953a", + "input": "[66, 86, 114]", + "output": [ + "[33, 43, 57]" + ] + }, + { + "id": "openseek-3-60284ff33f2b49f8a5f0d5cec8053935", + "input": "[138, 45]", + "output": [ + "[69, 136]" + ] + }, + { + "id": "openseek-3-6e9e96c31df84a0baf11bcbcbb5dd799", + "input": "[89, 22, 40, 188]", + "output": [ + "[268, 11, 20, 94]" + ] + }, + { + "id": "openseek-3-7bb8b19f7b4e482893c7894050b287b2", + "input": "[149, 88, 143]", + "output": [ + "[448, 44, 430]" + ] + }, + { + "id": "openseek-3-c6f5449326624813bdaf580be9843b1a", + "input": "[71, 15, 55, 138, 108, 19, 160, 78, 35]", + "output": [ + "[214, 46, 166, 69, 54, 58, 80, 39, 106]" + ] + }, + { + "id": "openseek-3-332fef1425094d23904f812f76b1178f", + "input": "[62, 151]", + "output": [ + "[31, 454]" + ] + }, + { + "id": "openseek-3-dde7e642c523425fba74e01de9f304de", + "input": "[47, 82, 50, 192, 67, 198]", + "output": [ + "[142, 41, 25, 96, 202, 99]" + ] + }, + { + "id": "openseek-3-37d728fe60b44e4c81f73178c81505db", + "input": "[22, 1, 20, 168, 38, 73]", + "output": [ + "[11, 4, 10, 84, 19, 220]" + ] + }, + { + "id": "openseek-3-d6ea0e6932fa4c6a9735652fa00f6eda", + "input": "[194, 142, 161]", + "output": [ + "[97, 71, 484]" + ] + }, + { + "id": "openseek-3-6632675cabd54567bc09141172b121a0", + "input": "[105, 200, 126, 165, 185, 7, 41, 140, 130]", + "output": [ + "[316, 100, 63, 496, 556, 22, 124, 70, 65]" + ] + }, + { + "id": "openseek-3-44d21205f79c45aba2e8ee32246ab5d3", + "input": "[93, 181, 67, 133, 140, 162, 176, 77, 157]", + "output": [ + "[280, 544, 202, 400, 70, 81, 88, 232, 472]" + ] + }, + { + "id": "openseek-3-0c6e0f6b1f534b21b18532fc3b4e03dc", + "input": "[191, 99, 164]", + "output": [ + "[574, 298, 82]" + ] + }, + { + "id": "openseek-3-8160f32f3f9f4e30a863c3dbbe8f4902", + "input": "[114, 121, 141, 128, 141]", + "output": [ + "[57, 364, 424, 64, 424]" + ] + }, + { + "id": "openseek-3-cc5fccc82f9045989c34cfafcf7a0512", + "input": "[32, 75, 108, 76]", + "output": [ + "[16, 226, 54, 38]" + ] + }, + { + "id": "openseek-3-2a7017b8446c4974a74558e2acd01cd6", + "input": "[83, 94, 29, 4]", + "output": [ + "[250, 47, 88, 2]" + ] + }, + { + "id": "openseek-3-54b9012acea64bd780f461165c3a4647", + "input": "[198, 21, 37, 82]", + "output": [ + "[99, 64, 112, 41]" + ] + }, + { + "id": "openseek-3-13d3d60aedf94407a7282f4c93a53c4b", + "input": "[81, 196, 48, 113, 169, 99, 111]", + "output": [ + "[244, 98, 24, 340, 508, 298, 334]" + ] + }, + { + "id": "openseek-3-bfc9d9873a36425182653a1a14930c6f", + "input": "[105, 88, 21, 43, 191, 97]", + "output": [ + "[316, 44, 64, 130, 574, 292]" + ] + }, + { + "id": "openseek-3-e5991cdb1df045e1a9280ab7200741ca", + "input": "[198, 104, 115, 181, 151]", + "output": [ + "[99, 52, 346, 544, 454]" + ] + }, + { + "id": "openseek-3-1afc1db01397442ea262e5eee938b2a1", + "input": "[101, 11, 18, 43, 150]", + "output": [ + "[304, 34, 9, 130, 75]" + ] + }, + { + "id": "openseek-3-ff543bc1a89c4c29829b068d2e765bc6", + "input": "[129, 148, 159, 26, 70, 71, 154]", + "output": [ + "[388, 74, 478, 13, 35, 214, 77]" + ] + }, + { + "id": "openseek-3-eb46948b273247ab84a60842979e94cf", + "input": "[37, 59, 168, 66, 54]", + "output": [ + "[112, 178, 84, 33, 27]" + ] + }, + { + "id": "openseek-3-5eee6c9d68144e41a94f7f24eac95fb3", + "input": "[23, 112, 53, 109]", + "output": [ + "[70, 56, 160, 328]" + ] + }, + { + "id": "openseek-3-700bb57399c54e8a9e7d5ef7cfbfa4fe", + "input": "[66, 175, 181, 11, 199, 139, 159, 194]", + "output": [ + "[33, 526, 544, 34, 598, 418, 478, 97]" + ] + }, + { + "id": "openseek-3-5984cc08b8094404a7c2135e60293111", + "input": "[23, 170]", + "output": [ + "[70, 85]" + ] + }, + { + "id": "openseek-3-9a23769632e5434ba748c810fe5e1e8e", + "input": "[71, 46, 73, 76, 27]", + "output": [ + "[214, 23, 220, 38, 82]" + ] + }, + { + "id": "openseek-3-9619fa1627fe44d09458a665af915d40", + "input": "[20, 58, 12, 173, 33, 56]", + "output": [ + "[10, 29, 6, 520, 100, 28]" + ] + }, + { + "id": "openseek-3-90a8a2d2f67a42b39fddf3a2d1d0f39f", + "input": "[25, 79, 43, 160, 158, 47, 50, 193, 183]", + "output": [ + "[76, 238, 130, 80, 79, 142, 25, 580, 550]" + ] + }, + { + "id": "openseek-3-a194de5ef9674679994692f2e1270db2", + "input": "[1, 16]", + "output": [ + "[4, 8]" + ] + }, + { + "id": "openseek-3-830e7e3ca918482c813ce56375b5fe1f", + "input": "[68, 139, 167, 180, 28, 132, 7, 41]", + "output": [ + "[34, 418, 502, 90, 14, 66, 22, 124]" + ] + }, + { + "id": "openseek-3-4eb1319c78f2479baec7a201e1d31d9c", + "input": "[25, 106, 28, 175, 45, 44, 196]", + "output": [ + "[76, 53, 14, 526, 136, 22, 98]" + ] + }, + { + "id": "openseek-3-d86f910feb434909b270aa0f507eaefd", + "input": "[189, 111, 165, 181, 47, 66, 62, 129, 57]", + "output": [ + "[568, 334, 496, 544, 142, 33, 31, 388, 172]" + ] + }, + { + "id": "openseek-3-3cff7645e71d4a39b066aa3801aeebb4", + "input": "[109, 135, 178, 156, 14, 184, 107, 134, 128]", + "output": [ + "[328, 406, 89, 78, 7, 92, 322, 67, 64]" + ] + }, + { + "id": "openseek-3-02f3904fd8a74ee2bd7556d170bfb311", + "input": "[63, 29, 49, 32, 146, 62]", + "output": [ + "[190, 88, 148, 16, 73, 31]" + ] + }, + { + "id": "openseek-3-2e1082be649c46adba635ba52bb34031", + "input": "[23, 138, 108, 92]", + "output": [ + "[70, 69, 54, 46]" + ] + }, + { + "id": "openseek-3-9f7bfebf278a4fa1add0cd61e08e398c", + "input": "[37, 64, 147, 79]", + "output": [ + "[112, 32, 442, 238]" + ] + }, + { + "id": "openseek-3-1a29385a39eb46e58f1c9552765babde", + "input": "[100, 84, 174, 144, 140, 17, 89, 34]", + "output": [ + "[50, 42, 87, 72, 70, 52, 268, 17]" + ] + }, + { + "id": "openseek-3-c6d88688684f4387b650dd91ac3a8382", + "input": "[156, 34, 196, 123, 15, 55, 100]", + "output": [ + "[78, 17, 98, 370, 46, 166, 50]" + ] + }, + { + "id": "openseek-3-b3723cdf69a1491ea4c6fae42043adfd", + "input": "[99, 41, 29, 84, 58, 198, 136]", + "output": [ + "[298, 124, 88, 42, 29, 99, 68]" + ] + }, + { + "id": "openseek-3-84aeff952ece4e33b00b7f70758ad955", + "input": "[68, 32, 73, 143]", + "output": [ + "[34, 16, 220, 430]" + ] + }, + { + "id": "openseek-3-b3152d3f07314212bfbcc20d3338be8c", + "input": "[127, 26, 182, 151, 172, 166, 85, 68]", + "output": [ + "[382, 13, 91, 454, 86, 83, 256, 34]" + ] + }, + { + "id": "openseek-3-57064dd0da0d4c19ae31dd2216d63250", + "input": "[29, 176, 123, 94, 51]", + "output": [ + "[88, 88, 370, 47, 154]" + ] + }, + { + "id": "openseek-3-74f0757895cf4d6c8dccc1799b33d411", + "input": "[133, 83, 160, 173, 16, 46, 113, 127, 61]", + "output": [ + "[400, 250, 80, 520, 8, 23, 340, 382, 184]" + ] + }, + { + "id": "openseek-3-32345e098ba24231ac3ddf8fccf57654", + "input": "[200, 154, 8, 156, 195, 75, 125, 182, 162]", + "output": [ + "[100, 77, 4, 78, 586, 226, 376, 91, 81]" + ] + }, + { + "id": "openseek-3-77c8cfdb6b5247df877b8a0bb8bb24d8", + "input": "[168, 116, 25]", + "output": [ + "[84, 58, 76]" + ] + }, + { + "id": "openseek-3-03a4ba8094af48fb8bf0710b57e24677", + "input": "[32, 54, 94, 82, 190, 67, 7, 163, 61]", + "output": [ + "[16, 27, 47, 41, 95, 202, 22, 490, 184]" + ] + }, + { + "id": "openseek-3-3271e357f53f4493b71f618c8961e022", + "input": "[152, 52, 57, 13, 172, 27, 118]", + "output": [ + "[76, 26, 172, 40, 86, 82, 59]" + ] + }, + { + "id": "openseek-3-7f9c1265eb554d27b7b07b608835b2e3", + "input": "[93, 6, 183, 72, 111, 25, 184, 186, 60]", + "output": [ + "[280, 3, 550, 36, 334, 76, 92, 93, 30]" + ] + }, + { + "id": "openseek-3-3f2257713d87465bab4db4b084f24751", + "input": "[179, 138, 187]", + "output": [ + "[538, 69, 562]" + ] + }, + { + "id": "openseek-3-6c07ab0ddd8549b3aaa1f9965cee15b6", + "input": "[21, 122, 151, 76, 99, 109]", + "output": [ + "[64, 61, 454, 38, 298, 328]" + ] + }, + { + "id": "openseek-3-9db4e40fbed24db3ab2e664cd61420fb", + "input": "[99, 132, 168]", + "output": [ + "[298, 66, 84]" + ] + }, + { + "id": "openseek-3-dbab92be88764d29be9d7c1541d1d25b", + "input": "[5, 16, 33, 8]", + "output": [ + "[16, 8, 100, 4]" + ] + }, + { + "id": "openseek-3-3dca1dbf71454d9b886eb3fad333544b", + "input": "[121, 182, 103, 38, 32, 98, 193]", + "output": [ + "[364, 91, 310, 19, 16, 49, 580]" + ] + }, + { + "id": "openseek-3-31b34d2d521a489eb25301bef05c3e93", + "input": "[142, 141, 136, 14, 166, 32, 143]", + "output": [ + "[71, 424, 68, 7, 83, 16, 430]" + ] + }, + { + "id": "openseek-3-a40627940c144fe0a678418c7f703f8c", + "input": "[20, 180, 167, 133, 74, 51]", + "output": [ + "[10, 90, 502, 400, 37, 154]" + ] + }, + { + "id": "openseek-3-533686bc07984abdb745b104bb081c99", + "input": "[168, 50]", + "output": [ + "[84, 25]" + ] + }, + { + "id": "openseek-3-fa1bb37cf19d412da2084ff9072f8c04", + "input": "[137, 78, 21, 130, 32, 165, 58]", + "output": [ + "[412, 39, 64, 65, 16, 496, 29]" + ] + }, + { + "id": "openseek-3-1c52eb8cee864699b81f9d9a0e929455", + "input": "[156, 143, 136, 43, 91, 30, 175]", + "output": [ + "[78, 430, 68, 130, 274, 15, 526]" + ] + }, + { + "id": "openseek-3-c61496cbbf744bd884ca2d72ac0e59f6", + "input": "[96, 125, 5, 145, 142]", + "output": [ + "[48, 376, 16, 436, 71]" + ] + }, + { + "id": "openseek-3-6dae3ac9210e4a26ab5100d71838b184", + "input": "[132, 106, 115, 16, 169, 76, 132, 150, 184]", + "output": [ + "[66, 53, 346, 8, 508, 38, 66, 75, 92]" + ] + }, + { + "id": "openseek-3-06c974515b3b48c4bba49afb3793976b", + "input": "[31, 8, 185, 104, 33, 6]", + "output": [ + "[94, 4, 556, 52, 100, 3]" + ] + }, + { + "id": "openseek-3-c420c20d83c54237b41cef2eac981e9f", + "input": "[143, 125, 134]", + "output": [ + "[430, 376, 67]" + ] + }, + { + "id": "openseek-3-e85c73636280429280d579cc10a8b1f4", + "input": "[97, 122, 91]", + "output": [ + "[292, 61, 274]" + ] + }, + { + "id": "openseek-3-e563529d95a64dc98e7c1546b5286806", + "input": "[22, 20, 99, 65, 97, 9]", + "output": [ + "[11, 10, 298, 196, 292, 28]" + ] + }, + { + "id": "openseek-3-b2013d5090e64d64921a727c53f2cf52", + "input": "[26, 44, 60, 144, 1, 173]", + "output": [ + "[13, 22, 30, 72, 4, 520]" + ] + }, + { + "id": "openseek-3-1e03b40f774640568de103476a2348cf", + "input": "[127, 188, 83, 197]", + "output": [ + "[382, 94, 250, 592]" + ] + }, + { + "id": "openseek-3-5c8bee89097e43eeb6e4e689a6fc1e48", + "input": "[171, 49]", + "output": [ + "[514, 148]" + ] + }, + { + "id": "openseek-3-3c9a621f028b4e6abdbb9810f24e4bc6", + "input": "[97, 139, 93, 115, 146, 121, 128, 136, 190]", + "output": [ + "[292, 418, 280, 346, 73, 364, 64, 68, 95]" + ] + }, + { + "id": "openseek-3-a04b74ee5ff74f669163ac15bec22ff3", + "input": "[47, 87, 82, 90, 194]", + "output": [ + "[142, 262, 41, 45, 97]" + ] + }, + { + "id": "openseek-3-b4d3de314dc745539537174004205b39", + "input": "[97, 54, 105, 136, 13, 38, 173, 108]", + "output": [ + "[292, 27, 316, 68, 40, 19, 520, 54]" + ] + }, + { + "id": "openseek-3-54a4b24cc25b44bd9b52e08456bd6a2d", + "input": "[136, 4, 127, 123, 127, 60, 1, 25, 163]", + "output": [ + "[68, 2, 382, 370, 382, 30, 4, 76, 490]" + ] + }, + { + "id": "openseek-3-39ce281b8fce47058abd4c9cffbef9a0", + "input": "[184, 102, 73, 135, 100, 64, 2, 173]", + "output": [ + "[92, 51, 220, 406, 50, 32, 1, 520]" + ] + }, + { + "id": "openseek-3-7668cc543c2c46c49d0041e6ebdecd25", + "input": "[140, 158, 83, 38, 145, 120, 139, 178]", + "output": [ + "[70, 79, 250, 19, 436, 60, 418, 89]" + ] + }, + { + "id": "openseek-3-58e953e6071641ea9387fe3ab6ca1955", + "input": "[80, 71, 35, 143, 145, 13, 104, 113, 36]", + "output": [ + "[40, 214, 106, 430, 436, 40, 52, 340, 18]" + ] + }, + { + "id": "openseek-3-ef7eca193a8d4693aec40c69578ba020", + "input": "[44, 16, 161, 125, 147]", + "output": [ + "[22, 8, 484, 376, 442]" + ] + }, + { + "id": "openseek-3-d147edd537db44009cc8480302561eb9", + "input": "[133, 135]", + "output": [ + "[400, 406]" + ] + }, + { + "id": "openseek-3-d726f368f4314bf9953dd62509772c62", + "input": "[76, 184]", + "output": [ + "[38, 92]" + ] + }, + { + "id": "openseek-3-22d61d97f33f458eb5640407e9247750", + "input": "[116, 52, 138]", + "output": [ + "[58, 26, 69]" + ] + }, + { + "id": "openseek-3-d754118b13c34de38445f1b891efef4e", + "input": "[138, 24, 53]", + "output": [ + "[69, 12, 160]" + ] + }, + { + "id": "openseek-3-61377460ba3f4771bafd96dc28c4d21f", + "input": "[43, 180, 53, 30, 14]", + "output": [ + "[130, 90, 160, 15, 7]" + ] + }, + { + "id": "openseek-3-45d8a6d238744a80ad2ab9b4641f941f", + "input": "[192, 14, 126]", + "output": [ + "[96, 7, 63]" + ] + }, + { + "id": "openseek-3-61997d2249574bc58ddc0ab9d94262ce", + "input": "[185, 60, 82]", + "output": [ + "[556, 30, 41]" + ] + }, + { + "id": "openseek-3-04d7c9e1aed44f0c8661b3b2634c53ab", + "input": "[57, 176, 137, 56, 115, 162, 173, 65, 97]", + "output": [ + "[172, 88, 412, 28, 346, 81, 520, 196, 292]" + ] + }, + { + "id": "openseek-3-6c0d45146ccc4335a467c87148d11a59", + "input": "[138, 78, 40, 117, 183, 125, 145, 16]", + "output": [ + "[69, 39, 20, 352, 550, 376, 436, 8]" + ] + }, + { + "id": "openseek-3-afcd2b3d2d5e4b41b54c6bacbda5a971", + "input": "[35, 110, 35, 19, 104, 86, 168, 84]", + "output": [ + "[106, 55, 106, 58, 52, 43, 84, 42]" + ] + }, + { + "id": "openseek-3-8ddadf75e8d94da7b834659e5b67c3e8", + "input": "[62, 86, 111, 126, 50, 135]", + "output": [ + "[31, 43, 334, 63, 25, 406]" + ] + }, + { + "id": "openseek-3-ba217ae0e13f45c7840fbcbfc5f2b9db", + "input": "[20, 41, 70, 129, 69]", + "output": [ + "[10, 124, 35, 388, 208]" + ] + }, + { + "id": "openseek-3-87e081560a8d48b3b2cb8e567415c5f1", + "input": "[1, 33, 73, 14, 166]", + "output": [ + "[4, 100, 220, 7, 83]" + ] + }, + { + "id": "openseek-3-cf17d9869ed54a99a4a33b7ec84e18ee", + "input": "[164, 189, 18, 19, 134, 143]", + "output": [ + "[82, 568, 9, 58, 67, 430]" + ] + }, + { + "id": "openseek-3-944e3acfd5fd4f6d9d9af631c2b4c95d", + "input": "[4, 188, 119, 152, 20, 19, 49, 148, 142]", + "output": [ + "[2, 94, 358, 76, 10, 58, 148, 74, 71]" + ] + }, + { + "id": "openseek-3-ab4028ea8d6d4733a1ecafe18d71f1ee", + "input": "[105, 200, 172]", + "output": [ + "[316, 100, 86]" + ] + }, + { + "id": "openseek-3-1cb5206a19f640c88d2d7caf93284725", + "input": "[80, 140]", + "output": [ + "[40, 70]" + ] + }, + { + "id": "openseek-3-90ecb9c797bc4d418bb2ae5e0347cb28", + "input": "[151, 23, 103]", + "output": [ + "[454, 70, 310]" + ] + }, + { + "id": "openseek-3-1b9a54ca51214ad584b3cfb017887ce6", + "input": "[138, 147, 132, 103, 51, 144, 195]", + "output": [ + "[69, 442, 66, 310, 154, 72, 586]" + ] + }, + { + "id": "openseek-3-47b3ccb8d2c34c9ba186780e022d7c41", + "input": "[87, 15, 177, 145, 98]", + "output": [ + "[262, 46, 532, 436, 49]" + ] + }, + { + "id": "openseek-3-96e7084a93294c9bb89a568caec7ea5a", + "input": "[94, 69, 78, 65]", + "output": [ + "[47, 208, 39, 196]" + ] + }, + { + "id": "openseek-3-939f3767284843048a0fe46d2dc4c0b9", + "input": "[82, 8, 55, 112, 57, 111, 58, 21, 99]", + "output": [ + "[41, 4, 166, 56, 172, 334, 29, 64, 298]" + ] + }, + { + "id": "openseek-3-27deb0ed26264a0a825f1c8d5b216c65", + "input": "[60, 146]", + "output": [ + "[30, 73]" + ] + }, + { + "id": "openseek-3-66a9a1905b0742409d8cf700a5472855", + "input": "[117, 120]", + "output": [ + "[352, 60]" + ] + }, + { + "id": "openseek-3-1ceb61eeb36345aca20a8e45b2f89475", + "input": "[81, 144, 11, 38, 84]", + "output": [ + "[244, 72, 34, 19, 42]" + ] + }, + { + "id": "openseek-3-9035317dd48f4ffc9b35e717d471fd66", + "input": "[34, 33]", + "output": [ + "[17, 100]" + ] + }, + { + "id": "openseek-3-5f340c2607c54ace8838a0dd5632d9cd", + "input": "[100, 49, 49, 172]", + "output": [ + "[50, 148, 148, 86]" + ] + }, + { + "id": "openseek-3-74379fbdd22a4728b6f0981cc9da3112", + "input": "[5, 51, 81, 162, 50, 170, 31, 102]", + "output": [ + "[16, 154, 244, 81, 25, 85, 94, 51]" + ] + }, + { + "id": "openseek-3-be282932d8584391b0bd814c7eebe0f5", + "input": "[40, 110]", + "output": [ + "[20, 55]" + ] + }, + { + "id": "openseek-3-03c82229823345b2aea96529ed00b52e", + "input": "[57, 126, 9, 171, 130, 53, 64, 98]", + "output": [ + "[172, 63, 28, 514, 65, 160, 32, 49]" + ] + }, + { + "id": "openseek-3-9d356890020a45728ef8863ca4fbc0d2", + "input": "[26, 25, 60, 115, 42, 174, 10, 157, 74]", + "output": [ + "[13, 76, 30, 346, 21, 87, 5, 472, 37]" + ] + }, + { + "id": "openseek-3-a4f58a398ab54078882d13fa3a982bc5", + "input": "[23, 49, 185, 126, 10, 3, 29, 187]", + "output": [ + "[70, 148, 556, 63, 5, 10, 88, 562]" + ] + }, + { + "id": "openseek-3-3ca747f8026e4ffcb63eb1c271c69767", + "input": "[22, 29, 85, 40, 82, 159, 104]", + "output": [ + "[11, 88, 256, 20, 41, 478, 52]" + ] + }, + { + "id": "openseek-3-4515ebdf04b8477d94cdd47ac4dcb801", + "input": "[131, 55, 163, 168, 13, 42]", + "output": [ + "[394, 166, 490, 84, 40, 21]" + ] + }, + { + "id": "openseek-3-55a835cc285049c4b83ebce167ab2754", + "input": "[49, 149, 136, 19]", + "output": [ + "[148, 448, 68, 58]" + ] + }, + { + "id": "openseek-3-78a378623d434810a37649ee8edb0709", + "input": "[132, 76, 120, 19, 5]", + "output": [ + "[66, 38, 60, 58, 16]" + ] + }, + { + "id": "openseek-3-7f285f19d6704764a1a1d3a26d6184e5", + "input": "[67, 125, 53, 97, 161, 117, 116]", + "output": [ + "[202, 376, 160, 292, 484, 352, 58]" + ] + }, + { + "id": "openseek-3-299bdd33a193466bb765653156130a85", + "input": "[183, 158, 6, 51, 131, 26, 82, 41, 105]", + "output": [ + "[550, 79, 3, 154, 394, 13, 41, 124, 316]" + ] + }, + { + "id": "openseek-3-dbd0644ed0ad473e85b6b1c8d62a3759", + "input": "[25, 68, 92]", + "output": [ + "[76, 34, 46]" + ] + }, + { + "id": "openseek-3-7b67883d04aa407699640bbf06a12872", + "input": "[187, 153, 56, 8, 104, 42, 186, 13, 168]", + "output": [ + "[562, 460, 28, 4, 52, 21, 93, 40, 84]" + ] + }, + { + "id": "openseek-3-bcaf9315110d46e384a77f15c8c6a69c", + "input": "[82, 11, 142]", + "output": [ + "[41, 34, 71]" + ] + }, + { + "id": "openseek-3-946d8371ef444218993b11f30a815c38", + "input": "[164, 38, 196, 29, 119, 157, 104]", + "output": [ + "[82, 19, 98, 88, 358, 472, 52]" + ] + }, + { + "id": "openseek-3-fe67f03dba9349f6af2d68ff4f6fefa5", + "input": "[134, 141, 172]", + "output": [ + "[67, 424, 86]" + ] + }, + { + "id": "openseek-3-f1826fae5c8e41e7953959f063cd2442", + "input": "[78, 144, 134, 30]", + "output": [ + "[39, 72, 67, 15]" + ] + }, + { + "id": "openseek-3-6a50ec1d70344202b693031c942d7be3", + "input": "[40, 14, 62, 192, 26, 144, 2, 98, 7]", + "output": [ + "[20, 7, 31, 96, 13, 72, 1, 49, 22]" + ] + }, + { + "id": "openseek-3-9098c621fd264d289eb17f1d80e07ddd", + "input": "[32, 188, 16, 13, 82, 29, 25]", + "output": [ + "[16, 94, 8, 40, 41, 88, 76]" + ] + }, + { + "id": "openseek-3-7662a1254e44417392d95fb2009e3f67", + "input": "[28, 38, 200, 70, 116, 175]", + "output": [ + "[14, 19, 100, 35, 58, 526]" + ] + }, + { + "id": "openseek-3-a0107074be744871a9957004ae5b0f77", + "input": "[161, 109, 28, 194, 115, 41, 194]", + "output": [ + "[484, 328, 14, 97, 346, 124, 97]" + ] + }, + { + "id": "openseek-3-cb689fac0b8a4cc1b9b5602c8ab54eaa", + "input": "[80, 199, 48]", + "output": [ + "[40, 598, 24]" + ] + }, + { + "id": "openseek-3-84bcd8c619a142398372e144b9a942ce", + "input": "[155, 32]", + "output": [ + "[466, 16]" + ] + }, + { + "id": "openseek-3-ed8fd01ebe434f8c9b930a4c694ee522", + "input": "[18, 196, 57, 37, 199, 119]", + "output": [ + "[9, 98, 172, 112, 598, 358]" + ] + }, + { + "id": "openseek-3-210a1fd7743b4a75993be9abfc8493ba", + "input": "[71, 143, 125]", + "output": [ + "[214, 430, 376]" + ] + }, + { + "id": "openseek-3-1afba0754c9046a3be00e749bb79985f", + "input": "[145, 130, 100, 92, 118, 194, 35]", + "output": [ + "[436, 65, 50, 46, 59, 97, 106]" + ] + }, + { + "id": "openseek-3-9d8a4a197c6f426f99ca63a078d48dac", + "input": "[128, 78, 27]", + "output": [ + "[64, 39, 82]" + ] + }, + { + "id": "openseek-3-b15dcf5dcc6440f6bc4fb4e693a496d7", + "input": "[149, 15, 52, 105, 160, 90, 194, 125]", + "output": [ + "[448, 46, 26, 316, 80, 45, 97, 376]" + ] + }, + { + "id": "openseek-3-a7aa1d8810474c5aa60b8695614018a8", + "input": "[175, 151]", + "output": [ + "[526, 454]" + ] + }, + { + "id": "openseek-3-720bc03dc8bc43488935a5f2f7d22d29", + "input": "[33, 161, 188]", + "output": [ + "[100, 484, 94]" + ] + }, + { + "id": "openseek-3-9a596547acd9443c87809051ad44fa92", + "input": "[157, 143, 54, 164, 76, 46, 123, 45]", + "output": [ + "[472, 430, 27, 82, 38, 23, 370, 136]" + ] + }, + { + "id": "openseek-3-5b38ec35db5644cdaecfd7531f8ec3f8", + "input": "[49, 88]", + "output": [ + "[148, 44]" + ] + }, + { + "id": "openseek-3-d29ef5b67a414efaae5660e55b655674", + "input": "[187, 40, 147, 75, 161, 183, 96, 64]", + "output": [ + "[562, 20, 442, 226, 484, 550, 48, 32]" + ] + }, + { + "id": "openseek-3-9213d6f341b547738d1b975c69181bcb", + "input": "[117, 98, 73, 8]", + "output": [ + "[352, 49, 220, 4]" + ] + }, + { + "id": "openseek-3-874b9eb563254f95855638f9e2fa1e76", + "input": "[175, 186]", + "output": [ + "[526, 93]" + ] + }, + { + "id": "openseek-3-223da004d03b4efca22d247758a52579", + "input": "[63, 135, 23, 181, 58, 108, 38, 46]", + "output": [ + "[190, 406, 70, 544, 29, 54, 19, 23]" + ] + }, + { + "id": "openseek-3-ec0b597af99f442a8bf919f0b22dc362", + "input": "[174, 176, 128, 57, 146]", + "output": [ + "[87, 88, 64, 172, 73]" + ] + }, + { + "id": "openseek-3-203cfec67f354d9cbf1b0e80792d4a28", + "input": "[55, 132]", + "output": [ + "[166, 66]" + ] + }, + { + "id": "openseek-3-58634452c2cc47a6a0684872511903b1", + "input": "[48, 56]", + "output": [ + "[24, 28]" + ] + }, + { + "id": "openseek-3-d71ee000709747abb3ba87f86bc521db", + "input": "[108, 6, 175, 55, 56]", + "output": [ + "[54, 3, 526, 166, 28]" + ] + }, + { + "id": "openseek-3-b770586d08374c44880cc535fd81f4e0", + "input": "[22, 23, 63, 106, 92, 132, 166]", + "output": [ + "[11, 70, 190, 53, 46, 66, 83]" + ] + }, + { + "id": "openseek-3-0e62b64261c4406ebf45fe38f9bea7c3", + "input": "[102, 17, 159, 45, 94, 114, 14]", + "output": [ + "[51, 52, 478, 136, 47, 57, 7]" + ] + }, + { + "id": "openseek-3-fd90bdb18bd5450cb59352ac28e17bda", + "input": "[28, 44, 27, 75, 41, 108, 146]", + "output": [ + "[14, 22, 82, 226, 124, 54, 73]" + ] + }, + { + "id": "openseek-3-9194b304cdb74aa3aa93dfb61fd5c76d", + "input": "[129, 165, 69, 117]", + "output": [ + "[388, 496, 208, 352]" + ] + }, + { + "id": "openseek-3-818d30073a1547b882b43cce5d9bc874", + "input": "[195, 79, 4]", + "output": [ + "[586, 238, 2]" + ] + }, + { + "id": "openseek-3-3a491d56af1a47238461fd955d9d3d9c", + "input": "[65, 45, 25, 156, 31, 8, 193]", + "output": [ + "[196, 136, 76, 78, 94, 4, 580]" + ] + }, + { + "id": "openseek-3-7c0b0909844f4f879b5fde4f77d8e3ae", + "input": "[145, 146, 57, 128, 96]", + "output": [ + "[436, 73, 172, 64, 48]" + ] + }, + { + "id": "openseek-3-0b1f2493e1d0410d87c0ee63686c68d1", + "input": "[63, 90, 19, 63, 69]", + "output": [ + "[190, 45, 58, 190, 208]" + ] + }, + { + "id": "openseek-3-e75741c0065e4a13974eda91c3b793a7", + "input": "[142, 192, 169, 196, 56, 111, 21]", + "output": [ + "[71, 96, 508, 98, 28, 334, 64]" + ] + }, + { + "id": "openseek-3-bcc93bf824344b008fdc3c6ec40eb92a", + "input": "[80, 187, 152, 138, 126]", + "output": [ + "[40, 562, 76, 69, 63]" + ] + }, + { + "id": "openseek-3-d73b722111b04a4baa49f3a3c58016bc", + "input": "[172, 189, 100, 42, 132, 117, 65]", + "output": [ + "[86, 568, 50, 21, 66, 352, 196]" + ] + }, + { + "id": "openseek-3-39135a320fbb46afbc4ff93b131409ab", + "input": "[119, 77, 162, 164]", + "output": [ + "[358, 232, 81, 82]" + ] + }, + { + "id": "openseek-3-e70369e62e5d434892881c8747f7c566", + "input": "[5, 176, 146, 94, 190, 137]", + "output": [ + "[16, 88, 73, 47, 95, 412]" + ] + }, + { + "id": "openseek-3-a6755dedb77d4d3493ccbd1ce5b54181", + "input": "[100, 198, 57, 29, 63, 155, 103]", + "output": [ + "[50, 99, 172, 88, 190, 466, 310]" + ] + }, + { + "id": "openseek-3-c30a973b636940f5a0c87488b659b116", + "input": "[166, 110, 24, 94]", + "output": [ + "[83, 55, 12, 47]" + ] + }, + { + "id": "openseek-3-ca04ce9690374d6da381a84618e751b2", + "input": "[119, 164, 116]", + "output": [ + "[358, 82, 58]" + ] + }, + { + "id": "openseek-3-8c6836f480f74093b427d505b271c4d2", + "input": "[139, 147, 90, 154, 13]", + "output": [ + "[418, 442, 45, 77, 40]" + ] + }, + { + "id": "openseek-3-e1ff6fb8fd13498b90824c017f587783", + "input": "[52, 89, 140, 187, 39, 127, 156]", + "output": [ + "[26, 268, 70, 562, 118, 382, 78]" + ] + }, + { + "id": "openseek-3-4ca69c9fedfe4136a33073e0b9ffa2c9", + "input": "[147, 181, 74, 6, 23, 113, 126, 189, 158]", + "output": [ + "[442, 544, 37, 3, 70, 340, 63, 568, 79]" + ] + }, + { + "id": "openseek-3-61ddde1260764640a7fafe753913c410", + "input": "[68, 157, 73, 110, 147]", + "output": [ + "[34, 472, 220, 55, 442]" + ] + }, + { + "id": "openseek-3-58870e70f6e440ceb2f2fff6095f96ac", + "input": "[190, 58, 4, 174, 158, 171]", + "output": [ + "[95, 29, 2, 87, 79, 514]" + ] + }, + { + "id": "openseek-3-580e6aa1656841209e5901321bff5d24", + "input": "[114, 69, 96, 74, 98, 51, 96]", + "output": [ + "[57, 208, 48, 37, 49, 154, 48]" + ] + }, + { + "id": "openseek-3-e720dd1927694b75a92c313e1fdcf6d0", + "input": "[98, 101]", + "output": [ + "[49, 304]" + ] + }, + { + "id": "openseek-3-89496927a6fc4eeb914029ad1dcd5067", + "input": "[79, 170, 149, 48, 126]", + "output": [ + "[238, 85, 448, 24, 63]" + ] + }, + { + "id": "openseek-3-6cddf7aaeea5400cbcb3f7bd28b10ae5", + "input": "[53, 21, 169]", + "output": [ + "[160, 64, 508]" + ] + }, + { + "id": "openseek-3-6dc60485b59a49e7936863729f0fba39", + "input": "[167, 1, 144, 165, 58, 134, 98]", + "output": [ + "[502, 4, 72, 496, 29, 67, 49]" + ] + }, + { + "id": "openseek-3-3cda9c145096480d9931aa1fbabbcd74", + "input": "[200, 98, 23, 2, 133, 136, 111, 137]", + "output": [ + "[100, 49, 70, 1, 400, 68, 334, 412]" + ] + }, + { + "id": "openseek-3-b06c686a936545a4b467b45240eb9a39", + "input": "[5, 89, 101, 1, 111, 128]", + "output": [ + "[16, 268, 304, 4, 334, 64]" + ] + }, + { + "id": "openseek-3-3c9c0c00032b4dc4b5966261fce5d545", + "input": "[198, 5, 65]", + "output": [ + "[99, 16, 196]" + ] + }, + { + "id": "openseek-3-8fd9b3669451440384e5110c1b374ccf", + "input": "[164, 35, 118, 126]", + "output": [ + "[82, 106, 59, 63]" + ] + }, + { + "id": "openseek-3-bbe3f53e36fd482c8ae06033c696f627", + "input": "[159, 172]", + "output": [ + "[478, 86]" + ] + }, + { + "id": "openseek-3-efe30b43756f4b4fbd03af6484d1d8b4", + "input": "[174, 59, 37, 136, 192]", + "output": [ + "[87, 178, 112, 68, 96]" + ] + }, + { + "id": "openseek-3-b766ec2f5d854046af6757d65746a7ca", + "input": "[150, 187, 99, 53, 129, 174, 19]", + "output": [ + "[75, 562, 298, 160, 388, 87, 58]" + ] + }, + { + "id": "openseek-3-fb3f5eb4a2c9430b8bc001dea5958cb7", + "input": "[185, 33, 80, 48, 59, 175]", + "output": [ + "[556, 100, 40, 24, 178, 526]" + ] + }, + { + "id": "openseek-3-06eee18ab6ae45ea8ff553ceb2651fd2", + "input": "[139, 161]", + "output": [ + "[418, 484]" + ] + }, + { + "id": "openseek-3-aa5f0391db9a46d2b99e4f0be10e1cae", + "input": "[43, 73, 98]", + "output": [ + "[130, 220, 49]" + ] + }, + { + "id": "openseek-3-37f99189ebd9475ca9f4ce901199d3f5", + "input": "[126, 45, 147, 93, 69, 3, 143]", + "output": [ + "[63, 136, 442, 280, 208, 10, 430]" + ] + }, + { + "id": "openseek-3-cac4e11e74924543b84ce219336106cc", + "input": "[194, 108, 96, 95, 196]", + "output": [ + "[97, 54, 48, 286, 98]" + ] + }, + { + "id": "openseek-3-f98e20a16303407ca966ce9455c45a4e", + "input": "[143, 38, 171, 77, 181]", + "output": [ + "[430, 19, 514, 232, 544]" + ] + }, + { + "id": "openseek-3-1f9990a714f24b68a8a91bf740504532", + "input": "[65, 74]", + "output": [ + "[196, 37]" + ] + }, + { + "id": "openseek-3-568ee155eea44c73b249f9b6f3cc8b39", + "input": "[48, 188, 193, 45, 127, 10]", + "output": [ + "[24, 94, 580, 136, 382, 5]" + ] + }, + { + "id": "openseek-3-f446de595b744e27839746d6e5c503c0", + "input": "[25, 183, 89]", + "output": [ + "[76, 550, 268]" + ] + }, + { + "id": "openseek-3-206b8211eacf46e3a50c86877911155f", + "input": "[148, 41, 70, 31, 96, 54]", + "output": [ + "[74, 124, 35, 94, 48, 27]" + ] + }, + { + "id": "openseek-3-fba3a433dd8f40f2aab5f13a2e9a1a38", + "input": "[97, 141]", + "output": [ + "[292, 424]" + ] + }, + { + "id": "openseek-3-6c1806a20de04f389a29260851b4a1c5", + "input": "[53, 108, 137, 140, 129]", + "output": [ + "[160, 54, 412, 70, 388]" + ] + }, + { + "id": "openseek-3-fc28c8d76cbd4abd8d7c90461dbcb4d1", + "input": "[154, 90, 107, 73, 30, 184, 17, 23]", + "output": [ + "[77, 45, 322, 220, 15, 92, 52, 70]" + ] + }, + { + "id": "openseek-3-41449423a2474e018d93e5d6a6475414", + "input": "[168, 47, 128, 32, 173, 110, 47]", + "output": [ + "[84, 142, 64, 16, 520, 55, 142]" + ] + }, + { + "id": "openseek-3-9e9bbfc35347423db6204d8230d5b0b9", + "input": "[191, 34]", + "output": [ + "[574, 17]" + ] + }, + { + "id": "openseek-3-b97d8739230b4f88b9bfe69c7e740988", + "input": "[13, 145, 156, 108, 102, 169, 110, 179, 57]", + "output": [ + "[40, 436, 78, 54, 51, 508, 55, 538, 172]" + ] + }, + { + "id": "openseek-3-2a9c91aa61074d32903de10ca19865b2", + "input": "[165, 185, 64, 46]", + "output": [ + "[496, 556, 32, 23]" + ] + }, + { + "id": "openseek-3-1909c83f43d04606b145b02b3d7c0a9e", + "input": "[149, 78]", + "output": [ + "[448, 39]" + ] + }, + { + "id": "openseek-3-9cbaa0c0403d4eec84144890f5f6acb6", + "input": "[84, 25, 53, 127, 71, 158, 34]", + "output": [ + "[42, 76, 160, 382, 214, 79, 17]" + ] + }, + { + "id": "openseek-3-39fad4ed25494f95bc83e07539acd6a4", + "input": "[133, 151]", + "output": [ + "[400, 454]" + ] + }, + { + "id": "openseek-3-168fb4ac22f54febb285d4f4bbe8ac44", + "input": "[165, 146]", + "output": [ + "[496, 73]" + ] + }, + { + "id": "openseek-3-9a9dac85752c4e0ca527f7a1353d0812", + "input": "[54, 25]", + "output": [ + "[27, 76]" + ] + }, + { + "id": "openseek-3-808176e62c2746d495e24acf19d6a831", + "input": "[149, 1, 53, 29, 94, 66, 187]", + "output": [ + "[448, 4, 160, 88, 47, 33, 562]" + ] + }, + { + "id": "openseek-3-c328edd263574da9a4db6d101d7496d1", + "input": "[37, 90, 133]", + "output": [ + "[112, 45, 400]" + ] + }, + { + "id": "openseek-3-94cc347bf26b4524a7533f3a5dab4783", + "input": "[191, 93]", + "output": [ + "[574, 280]" + ] + }, + { + "id": "openseek-3-601c40534f684ddfb8d3513f8369cee4", + "input": "[96, 82, 78, 198, 165, 71]", + "output": [ + "[48, 41, 39, 99, 496, 214]" + ] + }, + { + "id": "openseek-3-40977696cfdc4a24bad64376793bc7e0", + "input": "[97, 18, 68, 127, 29, 157]", + "output": [ + "[292, 9, 34, 382, 88, 472]" + ] + }, + { + "id": "openseek-3-4b3476aefac8442882d24219d6d3a8d7", + "input": "[39, 3, 188, 116, 21, 138, 10, 63]", + "output": [ + "[118, 10, 94, 58, 64, 69, 5, 190]" + ] + }, + { + "id": "openseek-3-3cddbc8396c74f5abb8fe90f0661d2e4", + "input": "[171, 74, 196, 169]", + "output": [ + "[514, 37, 98, 508]" + ] + }, + { + "id": "openseek-3-f358c98945844dc2b6a766e04d4dbd9d", + "input": "[63, 75, 121, 33]", + "output": [ + "[190, 226, 364, 100]" + ] + }, + { + "id": "openseek-3-aef03bfb6c324c0090ff6482e8aca574", + "input": "[16, 43, 186, 100, 71]", + "output": [ + "[8, 130, 93, 50, 214]" + ] + }, + { + "id": "openseek-3-551d7021a1974912a8f3e916a5d03de0", + "input": "[158, 87, 50, 25, 74, 177, 13, 110]", + "output": [ + "[79, 262, 25, 76, 37, 532, 40, 55]" + ] + }, + { + "id": "openseek-3-1bf95eeaffa14a4cbc0c9de0b5edc05f", + "input": "[81, 167, 139, 43, 144]", + "output": [ + "[244, 502, 418, 130, 72]" + ] + }, + { + "id": "openseek-3-3f114d65dfc5496d85cec4f6eb95e243", + "input": "[11, 65, 2]", + "output": [ + "[34, 196, 1]" + ] + }, + { + "id": "openseek-3-617308668e4f48eca9925740e0120c38", + "input": "[148, 167, 75, 45]", + "output": [ + "[74, 502, 226, 136]" + ] + }, + { + "id": "openseek-3-28d800c7d63746c2b76eac7b14543a41", + "input": "[84, 180, 39, 76, 18, 162, 10]", + "output": [ + "[42, 90, 118, 38, 9, 81, 5]" + ] + }, + { + "id": "openseek-3-49b877f2f2a349b9a7ab165d1328e0e2", + "input": "[10, 38, 26, 33, 102, 93]", + "output": [ + "[5, 19, 13, 100, 51, 280]" + ] + }, + { + "id": "openseek-3-223caa3930334ce99aa35181b6d0cbcb", + "input": "[51, 8]", + "output": [ + "[154, 4]" + ] + }, + { + "id": "openseek-3-6c65e450c1154e22b7e68f9eb187dff3", + "input": "[70, 178, 139, 171, 50]", + "output": [ + "[35, 89, 418, 514, 25]" + ] + }, + { + "id": "openseek-3-d0cb91ce60814adbb968fce5a8065aae", + "input": "[24, 39, 173, 24, 50, 58, 73]", + "output": [ + "[12, 118, 520, 12, 25, 29, 220]" + ] + }, + { + "id": "openseek-3-f3ddd6a60e544911800807458a0bfdb1", + "input": "[23, 188, 106]", + "output": [ + "[70, 94, 53]" + ] + }, + { + "id": "openseek-3-d7be12f02e3d41bf9b998edabd0a3b08", + "input": "[76, 59]", + "output": [ + "[38, 178]" + ] + }, + { + "id": "openseek-3-d1229f6045ae4a1292b9d8493ec087e5", + "input": "[102, 113, 38, 96]", + "output": [ + "[51, 340, 19, 48]" + ] + }, + { + "id": "openseek-3-171da0aa94d14b829fe5d94915e65416", + "input": "[91, 154, 78, 86, 153, 9, 36]", + "output": [ + "[274, 77, 39, 43, 460, 28, 18]" + ] + }, + { + "id": "openseek-3-3936cef7ef684d1d8616d9c72b40bbc3", + "input": "[127, 2, 49, 114, 83]", + "output": [ + "[382, 1, 148, 57, 250]" + ] + }, + { + "id": "openseek-3-b521ad9f6c2f4d4789cc44bd15f35515", + "input": "[66, 125, 27, 111, 159]", + "output": [ + "[33, 376, 82, 334, 478]" + ] + }, + { + "id": "openseek-3-36a71f71bc6144af99376923ca8513ba", + "input": "[93, 60, 14, 123, 119, 51, 4, 51, 28]", + "output": [ + "[280, 30, 7, 370, 358, 154, 2, 154, 14]" + ] + }, + { + "id": "openseek-3-9dbfd475e41347a7baf010e409332c60", + "input": "[66, 174, 42, 111, 129, 192]", + "output": [ + "[33, 87, 21, 334, 388, 96]" + ] + }, + { + "id": "openseek-3-5dafb05319e74a35ac009c9eba503567", + "input": "[153, 189, 186, 4, 72, 170, 54, 179, 98]", + "output": [ + "[460, 568, 93, 2, 36, 85, 27, 538, 49]" + ] + }, + { + "id": "openseek-3-c07a0cc0797341eb97bc2685fa7e41fb", + "input": "[143, 82, 83, 69, 150, 13, 163]", + "output": [ + "[430, 41, 250, 208, 75, 40, 490]" + ] + }, + { + "id": "openseek-3-0e89e058798a414e94198ae1ea6aa2da", + "input": "[6, 106]", + "output": [ + "[3, 53]" + ] + }, + { + "id": "openseek-3-d9e5357e59f74d63b6fc58433fba6651", + "input": "[178, 77, 160, 77]", + "output": [ + "[89, 232, 80, 232]" + ] + }, + { + "id": "openseek-3-18c5ed4ba16e49ca9c10d7e4bcd9dbce", + "input": "[54, 175, 37, 12, 94, 182]", + "output": [ + "[27, 526, 112, 6, 47, 91]" + ] + }, + { + "id": "openseek-3-a3833f10abfc4c92b6aa38203c373fb1", + "input": "[156, 32, 103, 81, 115, 23, 153, 160, 170]", + "output": [ + "[78, 16, 310, 244, 346, 70, 460, 80, 85]" + ] + }, + { + "id": "openseek-3-ba72c7dc477a48b4a7649cd04c31f12f", + "input": "[70, 138]", + "output": [ + "[35, 69]" + ] + }, + { + "id": "openseek-3-fdd3e990bcf64b0983b936c3a880d5e1", + "input": "[136, 173, 195, 112, 76, 140, 84]", + "output": [ + "[68, 520, 586, 56, 38, 70, 42]" + ] + }, + { + "id": "openseek-3-6514bb33a1394216914d02156254cdf0", + "input": "[39, 66]", + "output": [ + "[118, 33]" + ] + }, + { + "id": "openseek-3-fc8dc96514b54eed868e5915ec233bec", + "input": "[168, 57, 186, 196, 111, 176, 29, 35, 105]", + "output": [ + "[84, 172, 93, 98, 334, 88, 88, 106, 316]" + ] + }, + { + "id": "openseek-3-96fb0ba8b9d84512ae003c00649c8c31", + "input": "[137, 125, 86, 61, 143, 75]", + "output": [ + "[412, 376, 43, 184, 430, 226]" + ] + }, + { + "id": "openseek-3-224b4412c4e44b0ab927aa45559c45bb", + "input": "[175, 141, 70, 167]", + "output": [ + "[526, 424, 35, 502]" + ] + }, + { + "id": "openseek-3-da48ff1286a54b6b9e6f530a4aaba446", + "input": "[130, 25, 140, 90]", + "output": [ + "[65, 76, 70, 45]" + ] + }, + { + "id": "openseek-3-98740bb446ca4e089a8ff8ead520a88b", + "input": "[143, 4, 110, 30, 17, 200]", + "output": [ + "[430, 2, 55, 15, 52, 100]" + ] + }, + { + "id": "openseek-3-d27da6776bea40f68086cfadb0f3148c", + "input": "[3, 158, 83]", + "output": [ + "[10, 79, 250]" + ] + }, + { + "id": "openseek-3-315af28555d7469eb96f28c32c952b52", + "input": "[134, 140, 173, 139, 187, 105]", + "output": [ + "[67, 70, 520, 418, 562, 316]" + ] + }, + { + "id": "openseek-3-63d6402edd074f698d5bec6b49c0f453", + "input": "[198, 159, 67]", + "output": [ + "[99, 478, 202]" + ] + }, + { + "id": "openseek-3-ca2e99fb2ec24bb08dd2e028b992b0f5", + "input": "[163, 66, 45, 113, 183, 5, 121]", + "output": [ + "[490, 33, 136, 340, 550, 16, 364]" + ] + }, + { + "id": "openseek-3-b99cb45b6eac44d8a11b79a587e4b041", + "input": "[144, 93]", + "output": [ + "[72, 280]" + ] + }, + { + "id": "openseek-3-5c6733a3694d41ab966796174607e4cf", + "input": "[55, 107, 191, 91]", + "output": [ + "[166, 322, 574, 274]" + ] + }, + { + "id": "openseek-3-8ee2bccb78d94cae9fcab7e2358a7e5e", + "input": "[46, 93, 105]", + "output": [ + "[23, 280, 316]" + ] + }, + { + "id": "openseek-3-6f91e2da75a44286bcfb4c9e06dd5053", + "input": "[99, 197, 64, 36, 66, 16, 77]", + "output": [ + "[298, 592, 32, 18, 33, 8, 232]" + ] + }, + { + "id": "openseek-3-b1f1b8b4787b4f7a820c6ea9765c22c6", + "input": "[21, 183, 162, 63, 61, 107, 25, 129, 88]", + "output": [ + "[64, 550, 81, 190, 184, 322, 76, 388, 44]" + ] + }, + { + "id": "openseek-3-c9f952c9068540d3af55a0d016f24b06", + "input": "[160, 137, 61, 194, 168]", + "output": [ + "[80, 412, 184, 97, 84]" + ] + }, + { + "id": "openseek-3-86c27183f0674b378df97541c3566f3b", + "input": "[175, 165, 126, 128, 40, 51, 59, 25]", + "output": [ + "[526, 496, 63, 64, 20, 154, 178, 76]" + ] + }, + { + "id": "openseek-3-072a29fe8fa744578ca625abc0c987a8", + "input": "[120, 117, 25]", + "output": [ + "[60, 352, 76]" + ] + }, + { + "id": "openseek-3-a7b85bb437fa43898524fb25f3e9512c", + "input": "[25, 193, 59]", + "output": [ + "[76, 580, 178]" + ] + }, + { + "id": "openseek-3-5baf5b3742414abc8a51c929b104a665", + "input": "[133, 178, 141, 39, 150]", + "output": [ + "[400, 89, 424, 118, 75]" + ] + }, + { + "id": "openseek-3-6806aee105cf47ceadb2a3bc137f1884", + "input": "[108, 49, 105, 10, 122]", + "output": [ + "[54, 148, 316, 5, 61]" + ] + }, + { + "id": "openseek-3-853bd7cc4b784fd2bb93eae23c7ca55d", + "input": "[183, 119, 143, 178, 165, 70, 136]", + "output": [ + "[550, 358, 430, 89, 496, 35, 68]" + ] + }, + { + "id": "openseek-3-94ee9823c8ab4a0fa747ed04374b2e2c", + "input": "[156, 35]", + "output": [ + "[78, 106]" + ] + }, + { + "id": "openseek-3-1449964a7e954c77a0cabbcf590827e8", + "input": "[83, 16, 164, 54]", + "output": [ + "[250, 8, 82, 27]" + ] + }, + { + "id": "openseek-3-614185c2e6f74ba09544a299ee9753aa", + "input": "[54, 34, 108, 5, 6, 146, 82, 4, 178]", + "output": [ + "[27, 17, 54, 16, 3, 73, 41, 2, 89]" + ] + }, + { + "id": "openseek-3-1f1e0d747b824c58a09b39ec4573752a", + "input": "[197, 135, 123, 92, 144, 145, 144]", + "output": [ + "[592, 406, 370, 46, 72, 436, 72]" + ] + }, + { + "id": "openseek-3-d814b4c68bbe4ffa86beaefe732bc567", + "input": "[29, 193, 123]", + "output": [ + "[88, 580, 370]" + ] + }, + { + "id": "openseek-3-5cfe1329a6f243e699f35a6d8cc6b723", + "input": "[41, 121, 58, 1, 85, 84, 197, 144]", + "output": [ + "[124, 364, 29, 4, 256, 42, 592, 72]" + ] + }, + { + "id": "openseek-3-4af99b75c9814a14ae28e5265a57a5b1", + "input": "[79, 151, 44, 17, 170, 199, 24, 134, 180]", + "output": [ + "[238, 454, 22, 52, 85, 598, 12, 67, 90]" + ] + }, + { + "id": "openseek-3-4c73f5be1df348258c26b61d24c48939", + "input": "[98, 164, 37]", + "output": [ + "[49, 82, 112]" + ] + }, + { + "id": "openseek-3-46e26e8f3186447dbb6ae85729feb8e0", + "input": "[23, 115, 58, 143, 84, 89, 194, 6]", + "output": [ + "[70, 346, 29, 430, 42, 268, 97, 3]" + ] + }, + { + "id": "openseek-3-cd5ce43c8c6b43829aa1f813f071f2d1", + "input": "[40, 58, 149, 193, 175, 138, 169, 199]", + "output": [ + "[20, 29, 448, 580, 526, 69, 508, 598]" + ] + }, + { + "id": "openseek-3-0d0b597aedb94f49901a531038c546e1", + "input": "[154, 95, 118, 164]", + "output": [ + "[77, 286, 59, 82]" + ] + }, + { + "id": "openseek-3-3a6db69809d04d9f8159f42b30c4c246", + "input": "[26, 64, 77, 82, 125, 67, 69]", + "output": [ + "[13, 32, 232, 41, 376, 202, 208]" + ] + }, + { + "id": "openseek-3-09a630b7f90842de9146a63429bb22c8", + "input": "[31, 130, 25, 109, 161, 176, 31, 26]", + "output": [ + "[94, 65, 76, 328, 484, 88, 94, 13]" + ] + }, + { + "id": "openseek-3-a7aa9657dd4243db90ef2e4ead5198c3", + "input": "[25, 51, 74, 113]", + "output": [ + "[76, 154, 37, 340]" + ] + }, + { + "id": "openseek-3-6c8eef0bb9784c659b125cf487d9e730", + "input": "[27, 62, 53, 101]", + "output": [ + "[82, 31, 160, 304]" + ] + }, + { + "id": "openseek-3-8881ce92095444b79fbb48ad0b5d14d6", + "input": "[21, 5, 118, 105, 151, 52, 192, 124]", + "output": [ + "[64, 16, 59, 316, 454, 26, 96, 62]" + ] + }, + { + "id": "openseek-3-0bd363514fac4478a70e301f95cb0cdb", + "input": "[60, 157]", + "output": [ + "[30, 472]" + ] + }, + { + "id": "openseek-3-0abcc3f238e740bd82a103bc292f542d", + "input": "[188, 107, 131, 23, 123, 108, 134]", + "output": [ + "[94, 322, 394, 70, 370, 54, 67]" + ] + }, + { + "id": "openseek-3-b6747dca9c30436b9d452ed9824904a1", + "input": "[46, 177]", + "output": [ + "[23, 532]" + ] + }, + { + "id": "openseek-3-fa30eaac827e40c196e1121b26972443", + "input": "[188, 83]", + "output": [ + "[94, 250]" + ] + }, + { + "id": "openseek-3-6d2d2b9b0d7b4526bf046f38129fbe1c", + "input": "[159, 28, 92]", + "output": [ + "[478, 14, 46]" + ] + }, + { + "id": "openseek-3-0a102d7b81724b3995a6b40c83bf1d27", + "input": "[13, 123, 69, 43, 34, 190, 107]", + "output": [ + "[40, 370, 208, 130, 17, 95, 322]" + ] + }, + { + "id": "openseek-3-68141e1983e440e48af3eb676bb82257", + "input": "[177, 67, 65, 34, 140, 12, 105, 7, 36]", + "output": [ + "[532, 202, 196, 17, 70, 6, 316, 22, 18]" + ] + }, + { + "id": "openseek-3-0250e8693c4749498c66f24ac736711f", + "input": "[39, 80, 135, 105, 123]", + "output": [ + "[118, 40, 406, 316, 370]" + ] + }, + { + "id": "openseek-3-4cc160f94dd046938b264c452745a524", + "input": "[54, 74, 141]", + "output": [ + "[27, 37, 424]" + ] + }, + { + "id": "openseek-3-68f114a496a940ffab95922de26d5532", + "input": "[98, 125, 50, 71, 5, 191, 15, 195]", + "output": [ + "[49, 376, 25, 214, 16, 574, 46, 586]" + ] + }, + { + "id": "openseek-3-926628e499e04eccb64ec2fe9203d447", + "input": "[123, 105, 155, 63, 149, 36, 160, 80, 97]", + "output": [ + "[370, 316, 466, 190, 448, 18, 80, 40, 292]" + ] + }, + { + "id": "openseek-3-9bbb7a53952a495198e2da3b2aab22a3", + "input": "[100, 63, 184, 45, 164, 54, 138]", + "output": [ + "[50, 190, 92, 136, 82, 27, 69]" + ] + }, + { + "id": "openseek-3-753125d22b61421cbada03fabb773967", + "input": "[14, 167, 177, 132, 18, 95, 115, 47, 79]", + "output": [ + "[7, 502, 532, 66, 9, 286, 346, 142, 238]" + ] + }, + { + "id": "openseek-3-440dc2d2fd564e2598c2b90316886e7f", + "input": "[144, 8, 188, 77, 9]", + "output": [ + "[72, 4, 94, 232, 28]" + ] + }, + { + "id": "openseek-3-b0e0fe57fd5c4c028f5322796387d719", + "input": "[150, 87, 177, 59]", + "output": [ + "[75, 262, 532, 178]" + ] + }, + { + "id": "openseek-3-ab607982d99640a581e8ca7941e6a4d6", + "input": "[173, 137, 20, 28, 116, 129, 72]", + "output": [ + "[520, 412, 10, 14, 58, 388, 36]" + ] + }, + { + "id": "openseek-3-e07cfef2933b4015be31487dcc0d2106", + "input": "[166, 1, 108, 137, 108, 120, 171]", + "output": [ + "[83, 4, 54, 412, 54, 60, 514]" + ] + }, + { + "id": "openseek-3-c04b046b9bd541e9bbd368c3a3c64325", + "input": "[110, 94]", + "output": [ + "[55, 47]" + ] + }, + { + "id": "openseek-3-a0b7adabf2e847b088fd7a5c9dfcc800", + "input": "[114, 120, 150, 21, 115, 177, 169, 120, 192]", + "output": [ + "[57, 60, 75, 64, 346, 532, 508, 60, 96]" + ] + }, + { + "id": "openseek-3-e3b7caad8ab94412adef034ebffdfc03", + "input": "[134, 84, 161, 174, 96, 84, 193, 78, 53]", + "output": [ + "[67, 42, 484, 87, 48, 42, 580, 39, 160]" + ] + }, + { + "id": "openseek-3-4e61824fbe37480f96dcbb25f13f0eb2", + "input": "[4, 75, 175, 114, 77, 126, 180]", + "output": [ + "[2, 226, 526, 57, 232, 63, 90]" + ] + }, + { + "id": "openseek-3-e4f074893f434454b43596cfd09b7885", + "input": "[174, 132, 197, 28, 154, 31, 119, 102]", + "output": [ + "[87, 66, 592, 14, 77, 94, 358, 51]" + ] + }, + { + "id": "openseek-3-89371c23ece84ef3b4cf6405bb1e46c1", + "input": "[146, 109, 164, 115, 137, 96]", + "output": [ + "[73, 328, 82, 346, 412, 48]" + ] + }, + { + "id": "openseek-3-02277722347746b6a86244a408515b84", + "input": "[84, 159, 152, 5, 177, 193, 87, 170, 89]", + "output": [ + "[42, 478, 76, 16, 532, 580, 262, 85, 268]" + ] + }, + { + "id": "openseek-3-f34938f05a3842e692e339c4540652e0", + "input": "[35, 163, 13]", + "output": [ + "[106, 490, 40]" + ] + }, + { + "id": "openseek-3-39251b6b96974fe0b2d8332449124962", + "input": "[148, 171]", + "output": [ + "[74, 514]" + ] + }, + { + "id": "openseek-3-63537e1a035245b49869120e3436b0a6", + "input": "[34, 14, 18, 32, 61]", + "output": [ + "[17, 7, 9, 16, 184]" + ] + }, + { + "id": "openseek-3-4edd090df8a044fe8d1c3ff372e7ddbb", + "input": "[69, 196, 24, 150, 193, 1, 199]", + "output": [ + "[208, 98, 12, 75, 580, 4, 598]" + ] + }, + { + "id": "openseek-3-bf4d0c56c71e4eedb9f1fced1e6ef75c", + "input": "[69, 140]", + "output": [ + "[208, 70]" + ] + }, + { + "id": "openseek-3-044559e9df4a473ca1b165011e415bdf", + "input": "[95, 97, 78]", + "output": [ + "[286, 292, 39]" + ] + }, + { + "id": "openseek-3-8cb2cbf6f9c942cd95fc270d44aa53cd", + "input": "[57, 69, 4, 175, 19, 137, 17, 154, 36]", + "output": [ + "[172, 208, 2, 526, 58, 412, 52, 77, 18]" + ] + }, + { + "id": "openseek-3-fc1e05025fc04cff903f2388855e71a5", + "input": "[123, 3, 5, 114, 94, 54, 99]", + "output": [ + "[370, 10, 16, 57, 47, 27, 298]" + ] + }, + { + "id": "openseek-3-9e373f49a39c4e278d0ea5a546861d38", + "input": "[74, 197]", + "output": [ + "[37, 592]" + ] + }, + { + "id": "openseek-3-5b363b966ce74ad5834505cb4f7d055d", + "input": "[166, 162, 24, 170, 65, 146, 75, 92]", + "output": [ + "[83, 81, 12, 85, 196, 73, 226, 46]" + ] + }, + { + "id": "openseek-3-f7565be14b62401e8debb702414951d3", + "input": "[124, 100, 47, 45, 4, 150, 147, 28, 158]", + "output": [ + "[62, 50, 142, 136, 2, 75, 442, 14, 79]" + ] + }, + { + "id": "openseek-3-70ff5ba048654189bfb6c5f5db39df6b", + "input": "[65, 45, 118, 163, 116, 89]", + "output": [ + "[196, 136, 59, 490, 58, 268]" + ] + }, + { + "id": "openseek-3-6d4574f111214934afcf70441bd083ee", + "input": "[162, 40, 116]", + "output": [ + "[81, 20, 58]" + ] + }, + { + "id": "openseek-3-c631d92bed0041b5a23ec3aa10f449d0", + "input": "[155, 58, 43, 122, 118, 156]", + "output": [ + "[466, 29, 130, 61, 59, 78]" + ] + }, + { + "id": "openseek-3-f82e0503b55244aa9c986fdffb6437c0", + "input": "[77, 104]", + "output": [ + "[232, 52]" + ] + }, + { + "id": "openseek-3-793470b447a14266883e14dda803243b", + "input": "[21, 121, 57, 83, 190, 39, 20, 173, 120]", + "output": [ + "[64, 364, 172, 250, 95, 118, 10, 520, 60]" + ] + }, + { + "id": "openseek-3-a47a06d0f3d64e519c533ec22e4843e0", + "input": "[56, 28]", + "output": [ + "[28, 14]" + ] + }, + { + "id": "openseek-3-61c1b4077e2f45ea855a07441c454e62", + "input": "[39, 189, 91, 39]", + "output": [ + "[118, 568, 274, 118]" + ] + }, + { + "id": "openseek-3-784a018e383a4cda9e87c6f68c486cf1", + "input": "[145, 63, 136, 11]", + "output": [ + "[436, 190, 68, 34]" + ] + }, + { + "id": "openseek-3-bc005a14e3ee4c0894a9aad475c57e90", + "input": "[74, 20, 162, 172]", + "output": [ + "[37, 10, 81, 86]" + ] + }, + { + "id": "openseek-3-fc3d6149eabb4076bbd133b7ac5dc8fb", + "input": "[91, 197, 108, 1, 126, 100, 186]", + "output": [ + "[274, 592, 54, 4, 63, 50, 93]" + ] + }, + { + "id": "openseek-3-73618e1b4814483c985caa0a1ee8e852", + "input": "[142, 195]", + "output": [ + "[71, 586]" + ] + }, + { + "id": "openseek-3-7a6c6157ab664197a8f63b017852380c", + "input": "[59, 118, 165, 60, 65, 71, 111, 63]", + "output": [ + "[178, 59, 496, 30, 196, 214, 334, 190]" + ] + }, + { + "id": "openseek-3-cd8bc0f3fa3c46d6b0510f7d735e45e6", + "input": "[131, 89, 81, 119]", + "output": [ + "[394, 268, 244, 358]" + ] + }, + { + "id": "openseek-3-643cfaa944af4a78bc7046b878d4ccb0", + "input": "[44, 142]", + "output": [ + "[22, 71]" + ] + }, + { + "id": "openseek-3-0ea7640d3d6f4b788f602f05e40dc61d", + "input": "[169, 138, 174, 130, 110]", + "output": [ + "[508, 69, 87, 65, 55]" + ] + }, + { + "id": "openseek-3-ef88f290d9e1443e95189d8fbe59021d", + "input": "[180, 59, 40, 39, 118, 141, 48, 186, 60]", + "output": [ + "[90, 178, 20, 118, 59, 424, 24, 93, 30]" + ] + }, + { + "id": "openseek-3-65aea293e4024baf962d33b2fd31983d", + "input": "[14, 54, 166, 194, 147, 31, 108, 23, 20]", + "output": [ + "[7, 27, 83, 97, 442, 94, 54, 70, 10]" + ] + }, + { + "id": "openseek-3-b855ca26bf414520b735d7632b13f1fd", + "input": "[189, 200, 187, 139, 59, 174]", + "output": [ + "[568, 100, 562, 418, 178, 87]" + ] + }, + { + "id": "openseek-3-c343e09757de4c49905a7d34f57b01ea", + "input": "[100, 1, 97, 197, 178, 191, 79, 44]", + "output": [ + "[50, 4, 292, 592, 89, 574, 238, 22]" + ] + }, + { + "id": "openseek-3-7177a26d70ad4befa700440935cbc15a", + "input": "[7, 21]", + "output": [ + "[22, 64]" + ] + }, + { + "id": "openseek-3-e415971a003d4c7286f899188a8520f1", + "input": "[14, 60, 30, 59, 9, 15, 113, 54, 34]", + "output": [ + "[7, 30, 15, 178, 28, 46, 340, 27, 17]" + ] + }, + { + "id": "openseek-3-595dcb823e174de5934738ebb895a653", + "input": "[117, 70, 68, 132, 93, 115, 154, 183]", + "output": [ + "[352, 35, 34, 66, 280, 346, 77, 550]" + ] + }, + { + "id": "openseek-3-9f388bb4448647b5a2a684c5b4953eb6", + "input": "[142, 57, 3, 121, 67, 4, 4]", + "output": [ + "[71, 172, 10, 364, 202, 2, 2]" + ] + }, + { + "id": "openseek-3-599753dbba1d4f2686701f0c8defb6aa", + "input": "[2, 35, 137, 134]", + "output": [ + "[1, 106, 412, 67]" + ] + }, + { + "id": "openseek-3-22dd09b2208640e89733a62382fb7594", + "input": "[83, 160]", + "output": [ + "[250, 80]" + ] + }, + { + "id": "openseek-3-00fa604ffdf446f399c93cff7a60c53e", + "input": "[116, 145, 6]", + "output": [ + "[58, 436, 3]" + ] + }, + { + "id": "openseek-3-2c93e6e32c2f41398b66bfdefabd7aa1", + "input": "[120, 14, 94, 71, 169, 120, 69, 46, 151]", + "output": [ + "[60, 7, 47, 214, 508, 60, 208, 23, 454]" + ] + }, + { + "id": "openseek-3-744985314e754e8caffd08a0833e914b", + "input": "[39, 54]", + "output": [ + "[118, 27]" + ] + }, + { + "id": "openseek-3-3e8a02491bce49bf8bedeff3255387a6", + "input": "[41, 170]", + "output": [ + "[124, 85]" + ] + }, + { + "id": "openseek-3-52801d6fc55e4874874f60728eb3d5e7", + "input": "[13, 131, 75]", + "output": [ + "[40, 394, 226]" + ] + }, + { + "id": "openseek-3-0679bbaa67444113b849e3e1bebef702", + "input": "[12, 157]", + "output": [ + "[6, 472]" + ] + }, + { + "id": "openseek-3-02182abc51984a879c60a93e5549104c", + "input": "[48, 121, 20, 133]", + "output": [ + "[24, 364, 10, 400]" + ] + }, + { + "id": "openseek-3-5f7a5693aef042ffaf50ef03acbd15fb", + "input": "[53, 176, 55]", + "output": [ + "[160, 88, 166]" + ] + }, + { + "id": "openseek-3-cf61769eab2d46329fc70cfa4e2cba58", + "input": "[167, 87, 136, 106, 64, 89]", + "output": [ + "[502, 262, 68, 53, 32, 268]" + ] + }, + { + "id": "openseek-3-a36bd50448fd4de0a12ac3fb664780a4", + "input": "[49, 62, 5, 60, 156, 159]", + "output": [ + "[148, 31, 16, 30, 78, 478]" + ] + }, + { + "id": "openseek-3-d5e867976a374dff8e7428a4964f5357", + "input": "[120, 164, 99, 93]", + "output": [ + "[60, 82, 298, 280]" + ] + }, + { + "id": "openseek-3-a0001d3217344ed98fe2756e9a030b22", + "input": "[176, 163, 91, 52, 32, 88, 112, 123]", + "output": [ + "[88, 490, 274, 26, 16, 44, 56, 370]" + ] + }, + { + "id": "openseek-3-dabe798d9793432da55958fc2884d1e0", + "input": "[100, 192, 21, 41, 175, 199, 155, 180]", + "output": [ + "[50, 96, 64, 124, 526, 598, 466, 90]" + ] + }, + { + "id": "openseek-3-91c30a0460754211ae097337302e81b3", + "input": "[104, 6, 111, 114, 157, 94, 186, 199]", + "output": [ + "[52, 3, 334, 57, 472, 47, 93, 598]" + ] + }, + { + "id": "openseek-3-88a724284c0540faadeab1998e3122cc", + "input": "[41, 87, 109, 127, 52, 103, 32, 60]", + "output": [ + "[124, 262, 328, 382, 26, 310, 16, 30]" + ] + }, + { + "id": "openseek-3-8db2230470844689b2f0b1172f96434d", + "input": "[172, 2, 57, 166, 36, 22]", + "output": [ + "[86, 1, 172, 83, 18, 11]" + ] + }, + { + "id": "openseek-3-c33ed4db7ec84eeaae951a6184898e8c", + "input": "[46, 134, 112, 78, 71, 103, 74, 138, 102]", + "output": [ + "[23, 67, 56, 39, 214, 310, 37, 69, 51]" + ] + }, + { + "id": "openseek-3-efdc7a07162d4baa82c47e6537b4039b", + "input": "[155, 78, 172, 142, 102, 51]", + "output": [ + "[466, 39, 86, 71, 51, 154]" + ] + }, + { + "id": "openseek-3-1195f6cb78b5471c95d860a3e305c82b", + "input": "[160, 168, 197, 4, 65, 149]", + "output": [ + "[80, 84, 592, 2, 196, 448]" + ] + }, + { + "id": "openseek-3-85e2a77b5c744ee1826bdf398b3b8ab7", + "input": "[3, 171, 40, 118]", + "output": [ + "[10, 514, 20, 59]" + ] + }, + { + "id": "openseek-3-f47bd21b0bf94e6e8253678a2361baf7", + "input": "[126, 154, 140, 122, 63, 190]", + "output": [ + "[63, 77, 70, 61, 190, 95]" + ] + }, + { + "id": "openseek-3-265367fe9bd04bfba6e37975d98bf42a", + "input": "[195, 168, 34, 174, 29, 194, 130, 14]", + "output": [ + "[586, 84, 17, 87, 88, 97, 65, 7]" + ] + }, + { + "id": "openseek-3-b2c1eff740be4010a6425e70f69ea68b", + "input": "[168, 104, 132, 185, 128, 10, 183]", + "output": [ + "[84, 52, 66, 556, 64, 5, 550]" + ] + }, + { + "id": "openseek-3-d4a18f9051c64e05b094ccbd7dca113c", + "input": "[9, 113, 67, 83, 119, 98, 31, 85, 81]", + "output": [ + "[28, 340, 202, 250, 358, 49, 94, 256, 244]" + ] + }, + { + "id": "openseek-3-c5d16007ca414fd3a038747510bc9f71", + "input": "[19, 114, 50, 196, 67, 41, 118]", + "output": [ + "[58, 57, 25, 98, 202, 124, 59]" + ] + }, + { + "id": "openseek-3-b3cb10610d4344379791b2df6bdbd393", + "input": "[157, 138, 110, 171, 90, 98, 165, 26]", + "output": [ + "[472, 69, 55, 514, 45, 49, 496, 13]" + ] + }, + { + "id": "openseek-3-f2210cc8502f49fc95263645dbacaa09", + "input": "[32, 172, 184, 10]", + "output": [ + "[16, 86, 92, 5]" + ] + }, + { + "id": "openseek-3-46527735c5244571bb9d1183eae49c16", + "input": "[154, 60, 165, 26, 196, 150, 193, 122, 115]", + "output": [ + "[77, 30, 496, 13, 98, 75, 580, 61, 346]" + ] + }, + { + "id": "openseek-3-2b431ffeb6734c50be46f59072fd59de", + "input": "[4, 40, 48, 109, 192, 169, 49, 55, 176]", + "output": [ + "[2, 20, 24, 328, 96, 508, 148, 166, 88]" + ] + }, + { + "id": "openseek-3-0f7ac39b83ba4f2bbb2b323304b6f6ba", + "input": "[137, 53, 54, 174, 181, 52]", + "output": [ + "[412, 160, 27, 87, 544, 26]" + ] + }, + { + "id": "openseek-3-5e1b432fb498461f9eda99a92d31014f", + "input": "[95, 96, 183, 18, 81, 119, 58, 154, 27]", + "output": [ + "[286, 48, 550, 9, 244, 358, 29, 77, 82]" + ] + }, + { + "id": "openseek-3-b18b8a9062764e329ae8fba221829646", + "input": "[23, 43]", + "output": [ + "[70, 130]" + ] + }, + { + "id": "openseek-3-05596b47295644aba7c833d229586ef2", + "input": "[153, 75, 29, 32]", + "output": [ + "[460, 226, 88, 16]" + ] + }, + { + "id": "openseek-3-e17262f64c0448ff8f964c46c12c9ab0", + "input": "[122, 106]", + "output": [ + "[61, 53]" + ] + }, + { + "id": "openseek-3-0e02d434da2c4d11b6744e2000dd49a1", + "input": "[30, 161, 99, 111]", + "output": [ + "[15, 484, 298, 334]" + ] + }, + { + "id": "openseek-3-4ade265683574156a5f3260747b5e4c6", + "input": "[51, 115, 30, 39, 148]", + "output": [ + "[154, 346, 15, 118, 74]" + ] + }, + { + "id": "openseek-3-94d39eaa41fc4fa98e9fee5ae2b68601", + "input": "[53, 31, 95, 193, 3, 65]", + "output": [ + "[160, 94, 286, 580, 10, 196]" + ] + }, + { + "id": "openseek-3-3732a04fb0624b0fa9a36063d3aac504", + "input": "[77, 114, 150]", + "output": [ + "[232, 57, 75]" + ] + }, + { + "id": "openseek-3-4ed04415ddc44851b6068cf47f061ed6", + "input": "[13, 196, 28, 128, 25, 132, 15]", + "output": [ + "[40, 98, 14, 64, 76, 66, 46]" + ] + }, + { + "id": "openseek-3-e20b1dc4cd2444c08917f8d0d28f9589", + "input": "[46, 70, 73, 50, 190, 29, 153, 118]", + "output": [ + "[23, 35, 220, 25, 95, 88, 460, 59]" + ] + }, + { + "id": "openseek-3-c96bb18200174f949595be81e0721c6d", + "input": "[51, 75, 98, 42, 27, 5, 191]", + "output": [ + "[154, 226, 49, 21, 82, 16, 574]" + ] + }, + { + "id": "openseek-3-3792a3eae2bd4c778ea13d6101daaa29", + "input": "[8, 165, 32, 150, 37, 33]", + "output": [ + "[4, 496, 16, 75, 112, 100]" + ] + }, + { + "id": "openseek-3-5549af1a84db4bb6b7d2c158fb79dcd6", + "input": "[141, 125]", + "output": [ + "[424, 376]" + ] + }, + { + "id": "openseek-3-ab688f20265142758f9738d789f20c0c", + "input": "[73, 75, 9, 33, 86, 76, 198]", + "output": [ + "[220, 226, 28, 100, 43, 38, 99]" + ] + }, + { + "id": "openseek-3-d0d63db5521647bc9b1e1627179bda0d", + "input": "[120, 167, 64, 122, 8, 49, 46]", + "output": [ + "[60, 502, 32, 61, 4, 148, 23]" + ] + }, + { + "id": "openseek-3-ef2d0b5652c4438e9be73096623ef8b9", + "input": "[28, 38]", + "output": [ + "[14, 19]" + ] + }, + { + "id": "openseek-3-5e44bb8f15a24794b53f37205fb5206f", + "input": "[4, 145, 79, 125, 180, 116, 8, 8]", + "output": [ + "[2, 436, 238, 376, 90, 58, 4, 4]" + ] + }, + { + "id": "openseek-3-4ead58e574984f358e8d7aac3d71ce38", + "input": "[101, 197, 2, 200, 182, 108, 197, 26, 110]", + "output": [ + "[304, 592, 1, 100, 91, 54, 592, 13, 55]" + ] + }, + { + "id": "openseek-3-c0add5736995427288514dc339d18493", + "input": "[169, 95, 199, 13, 93, 9]", + "output": [ + "[508, 286, 598, 40, 280, 28]" + ] + }, + { + "id": "openseek-3-761670859ee94a93ba24b3b08e8b47cb", + "input": "[110, 32, 194, 44, 187, 25, 40]", + "output": [ + "[55, 16, 97, 22, 562, 76, 20]" + ] + }, + { + "id": "openseek-3-01f430b16cdd45ccae03139c97adae4a", + "input": "[143, 16, 5, 160]", + "output": [ + "[430, 8, 16, 80]" + ] + }, + { + "id": "openseek-3-f9a7e669b5c542b4b3cac33a9e763f18", + "input": "[114, 106, 122, 186]", + "output": [ + "[57, 53, 61, 93]" + ] + }, + { + "id": "openseek-3-30de970884cc4b62bca496591bb8be3b", + "input": "[40, 36, 69, 39]", + "output": [ + "[20, 18, 208, 118]" + ] + }, + { + "id": "openseek-3-618137fe50d9479c8cc8cd5153a72b58", + "input": "[6, 6, 46, 14, 99]", + "output": [ + "[3, 3, 23, 7, 298]" + ] + }, + { + "id": "openseek-3-e0ca3f36cf4b4dc1b6bee847ef271c6e", + "input": "[50, 173, 138, 74, 4, 179, 102, 26]", + "output": [ + "[25, 520, 69, 37, 2, 538, 51, 13]" + ] + }, + { + "id": "openseek-3-e53587602f754b92acdb010666460f8b", + "input": "[154, 15, 45, 13, 62, 36]", + "output": [ + "[77, 46, 136, 40, 31, 18]" + ] + }, + { + "id": "openseek-3-17467df2fc624a438256e4fdf120fe69", + "input": "[13, 167, 23, 167, 196, 143, 175, 139, 26]", + "output": [ + "[40, 502, 70, 502, 98, 430, 526, 418, 13]" + ] + }, + { + "id": "openseek-3-adbcf30a764d450f9591266f64adc18f", + "input": "[54, 106, 80, 78, 19, 78, 59, 110, 157]", + "output": [ + "[27, 53, 40, 39, 58, 39, 178, 55, 472]" + ] + }, + { + "id": "openseek-3-dfd17c23f24a417fbd5b31d65b91b7d5", + "input": "[166, 43, 95, 19, 116]", + "output": [ + "[83, 130, 286, 58, 58]" + ] + }, + { + "id": "openseek-3-40b4eb6f506247b9b05cdd7ef9a21761", + "input": "[154, 27, 157, 181, 29, 80]", + "output": [ + "[77, 82, 472, 544, 88, 40]" + ] + }, + { + "id": "openseek-3-c5cde0dd843a4907be97e83b58761d67", + "input": "[117, 153, 176, 90]", + "output": [ + "[352, 460, 88, 45]" + ] + }, + { + "id": "openseek-3-c7dccffcbe0a4b739f862b0554d98647", + "input": "[32, 60, 56, 189, 41, 30]", + "output": [ + "[16, 30, 28, 568, 124, 15]" + ] + }, + { + "id": "openseek-3-d1913ca56db2495389a9c066e37ccae0", + "input": "[32, 29]", + "output": [ + "[16, 88]" + ] + }, + { + "id": "openseek-3-a5760d8306a84a2db48592c2bf7d76bc", + "input": "[141, 126]", + "output": [ + "[424, 63]" + ] + }, + { + "id": "openseek-3-d05e3602982f4729bc628b927861000a", + "input": "[88, 34, 75, 154, 5, 3, 158, 111, 72]", + "output": [ + "[44, 17, 226, 77, 16, 10, 79, 334, 36]" + ] + }, + { + "id": "openseek-3-94307aa0f6e84c02b8984d98ea5f0555", + "input": "[85, 53]", + "output": [ + "[256, 160]" + ] + }, + { + "id": "openseek-3-66d173badcd94bbfa0d4c206556be3ec", + "input": "[111, 114, 166]", + "output": [ + "[334, 57, 83]" + ] + }, + { + "id": "openseek-3-5369b192aa2148aab0fcaf3d84431b4e", + "input": "[95, 96, 64, 108, 160, 41]", + "output": [ + "[286, 48, 32, 54, 80, 124]" + ] + }, + { + "id": "openseek-3-e4498aae5c0c487da191b445df95a4bf", + "input": "[80, 198, 97, 18, 111]", + "output": [ + "[40, 99, 292, 9, 334]" + ] + }, + { + "id": "openseek-3-73890c29c43b47aa925a762efab7de8b", + "input": "[177, 170, 142, 189, 43, 158, 155, 65, 32]", + "output": [ + "[532, 85, 71, 568, 130, 79, 466, 196, 16]" + ] + }, + { + "id": "openseek-3-bc3b5c05d32d457b86787f93a5232188", + "input": "[39, 103, 27]", + "output": [ + "[118, 310, 82]" + ] + }, + { + "id": "openseek-3-87901ac2549c40b5a274472fff9c5103", + "input": "[80, 2, 136]", + "output": [ + "[40, 1, 68]" + ] + }, + { + "id": "openseek-3-ea22c52def8f4f2c9c5826ce9179f9a6", + "input": "[179, 13, 179, 13, 92]", + "output": [ + "[538, 40, 538, 40, 46]" + ] + }, + { + "id": "openseek-3-8d9a9f5243fd4b1093ddc16898e2e7f5", + "input": "[63, 77, 186]", + "output": [ + "[190, 232, 93]" + ] + }, + { + "id": "openseek-3-6ddcb3d9b7614432a8df5d7711419ed8", + "input": "[75, 80, 62]", + "output": [ + "[226, 40, 31]" + ] + }, + { + "id": "openseek-3-4a644d3fa3464cf38c443b4a420d8822", + "input": "[14, 113, 175]", + "output": [ + "[7, 340, 526]" + ] + }, + { + "id": "openseek-3-b96ef892849f47eb9b02645c0d5f8eb7", + "input": "[81, 24, 82, 41, 81, 39, 111, 9, 52]", + "output": [ + "[244, 12, 41, 124, 244, 118, 334, 28, 26]" + ] + }, + { + "id": "openseek-3-7d076d2c2f0c47aebc957050145dce2b", + "input": "[131, 74, 69, 171, 79, 155]", + "output": [ + "[394, 37, 208, 514, 238, 466]" + ] + }, + { + "id": "openseek-3-521dddcf26f447f38f1c09cf78875df5", + "input": "[116, 17, 9, 21, 136, 103]", + "output": [ + "[58, 52, 28, 64, 68, 310]" + ] + }, + { + "id": "openseek-3-74d6a886d88a42ff99be5e2c24e867b9", + "input": "[141, 38, 200, 197, 58, 164, 108, 167, 121]", + "output": [ + "[424, 19, 100, 592, 29, 82, 54, 502, 364]" + ] + }, + { + "id": "openseek-3-2b788f8d019c4ff58c7424b7021a8caf", + "input": "[27, 197, 42, 193, 75]", + "output": [ + "[82, 592, 21, 580, 226]" + ] + }, + { + "id": "openseek-3-61a33c194a074a7da021759c423949ab", + "input": "[76, 14, 10, 156, 141, 159, 44, 120, 181]", + "output": [ + "[38, 7, 5, 78, 424, 478, 22, 60, 544]" + ] + }, + { + "id": "openseek-3-2b7c8c2da995413d81d7edf4adb509cb", + "input": "[4, 64, 105]", + "output": [ + "[2, 32, 316]" + ] + }, + { + "id": "openseek-3-e9e58714dc244bc98af156d5800a9f55", + "input": "[43, 130]", + "output": [ + "[130, 65]" + ] + }, + { + "id": "openseek-3-975e17f7d9384955aa960064907c6102", + "input": "[159, 149, 110, 94, 105, 183]", + "output": [ + "[478, 448, 55, 47, 316, 550]" + ] + }, + { + "id": "openseek-3-412fa98c593c48359540c7070e5978a9", + "input": "[24, 91, 78, 99, 64, 157, 44, 81]", + "output": [ + "[12, 274, 39, 298, 32, 472, 22, 244]" + ] + }, + { + "id": "openseek-3-74744e8a83a647c2bf9d96722191da56", + "input": "[111, 67, 101, 144, 100, 195, 55, 58, 17]", + "output": [ + "[334, 202, 304, 72, 50, 586, 166, 29, 52]" + ] + }, + { + "id": "openseek-3-0fc96e5b11cd41b7bfce9608c75794cf", + "input": "[175, 17, 42, 63, 198, 89, 112, 160]", + "output": [ + "[526, 52, 21, 190, 99, 268, 56, 80]" + ] + }, + { + "id": "openseek-3-f352eab5fa624640acb0b4a152afe326", + "input": "[115, 97, 91, 171, 164, 121, 38, 181]", + "output": [ + "[346, 292, 274, 514, 82, 364, 19, 544]" + ] + }, + { + "id": "openseek-3-b7cee78be5c14d93b2cd2a206fa39bdd", + "input": "[172, 137, 163, 45, 183]", + "output": [ + "[86, 412, 490, 136, 550]" + ] + }, + { + "id": "openseek-3-86a92bf89cb44f5aabbd55fec1805ac9", + "input": "[179, 73]", + "output": [ + "[538, 220]" + ] + }, + { + "id": "openseek-3-e2c8da0869f14c35aec6ea75cb99d5c7", + "input": "[124, 9, 159, 101, 180, 190, 69, 150]", + "output": [ + "[62, 28, 478, 304, 90, 95, 208, 75]" + ] + }, + { + "id": "openseek-3-71bb01d79a154245b7938190d0b96ab9", + "input": "[192, 44, 75, 120, 190, 166, 68, 161]", + "output": [ + "[96, 22, 226, 60, 95, 83, 34, 484]" + ] + }, + { + "id": "openseek-3-a865fcb4ff1f4e8f8d3e88176b05e593", + "input": "[88, 199, 70, 183, 91]", + "output": [ + "[44, 598, 35, 550, 274]" + ] + }, + { + "id": "openseek-3-432edf18dd4c455798a8e1f417fee35e", + "input": "[106, 37]", + "output": [ + "[53, 112]" + ] + }, + { + "id": "openseek-3-195a571806f2484ea5ac3fb18bd01b7f", + "input": "[123, 115, 78, 177, 158, 68, 103, 200, 103]", + "output": [ + "[370, 346, 39, 532, 79, 34, 310, 100, 310]" + ] + }, + { + "id": "openseek-3-91d1db6a073249a1956d8d0ab3f9d297", + "input": "[90, 191, 128, 84, 44, 81, 17, 131, 102]", + "output": [ + "[45, 574, 64, 42, 22, 244, 52, 394, 51]" + ] + }, + { + "id": "openseek-3-504fc697c05f41a9ae52b4ec686e4e03", + "input": "[120, 182, 131, 127, 163, 135, 31, 40]", + "output": [ + "[60, 91, 394, 382, 490, 406, 94, 20]" + ] + }, + { + "id": "openseek-3-7775c880927e48589ea641ad8c348796", + "input": "[151, 166, 85, 66, 129, 135]", + "output": [ + "[454, 83, 256, 33, 388, 406]" + ] + }, + { + "id": "openseek-3-50bc7a928cbc427d99f7a48333c4e858", + "input": "[111, 31, 136]", + "output": [ + "[334, 94, 68]" + ] + }, + { + "id": "openseek-3-8673ec7c4c5145beafc3d9b193d8a2f1", + "input": "[179, 64, 21, 172]", + "output": [ + "[538, 32, 64, 86]" + ] + }, + { + "id": "openseek-3-e7e2087f65334f4bbf1573f26d814b42", + "input": "[38, 16, 164, 35, 111, 189, 165, 86]", + "output": [ + "[19, 8, 82, 106, 334, 568, 496, 43]" + ] + }, + { + "id": "openseek-3-f6dfdb1ffe60439fbb040dc33b658a9f", + "input": "[144, 164, 11, 161, 179, 109, 49]", + "output": [ + "[72, 82, 34, 484, 538, 328, 148]" + ] + }, + { + "id": "openseek-3-f83e17e132c44028ac73030df986aeec", + "input": "[68, 68, 49, 12, 50, 39, 122]", + "output": [ + "[34, 34, 148, 6, 25, 118, 61]" + ] + }, + { + "id": "openseek-3-a9f906fb5a844fd4973658033a1e6acf", + "input": "[28, 50, 146, 137, 181, 178, 135]", + "output": [ + "[14, 25, 73, 412, 544, 89, 406]" + ] + }, + { + "id": "openseek-3-1965e58fde544e00a8d6e7f27fcdcc49", + "input": "[88, 9, 47, 16, 110, 58, 196, 18]", + "output": [ + "[44, 28, 142, 8, 55, 29, 98, 9]" + ] + }, + { + "id": "openseek-3-d6d45dd3f5a1423d9c52b62427fa6835", + "input": "[54, 25, 29, 138, 31, 163]", + "output": [ + "[27, 76, 88, 69, 94, 490]" + ] + }, + { + "id": "openseek-3-700233e849df4a68b4f4cb95a5b690c3", + "input": "[21, 87, 109, 159, 134, 153, 43, 91, 186]", + "output": [ + "[64, 262, 328, 478, 67, 460, 130, 274, 93]" + ] + }, + { + "id": "openseek-3-22c88957e890409895ac1df8017b1ae5", + "input": "[145, 145, 96, 65, 197, 34, 119, 77, 152]", + "output": [ + "[436, 436, 48, 196, 592, 17, 358, 232, 76]" + ] + }, + { + "id": "openseek-3-5a47530bd99b4e588677438f99f491bd", + "input": "[190, 116, 81]", + "output": [ + "[95, 58, 244]" + ] + }, + { + "id": "openseek-3-1a66434fe61b4fa2b9f13de43f71cc18", + "input": "[193, 181, 74, 12, 94]", + "output": [ + "[580, 544, 37, 6, 47]" + ] + }, + { + "id": "openseek-3-1193727510914fda85af0153970123c9", + "input": "[177, 3, 55, 53, 46]", + "output": [ + "[532, 10, 166, 160, 23]" + ] + }, + { + "id": "openseek-3-79b09200d18b4d559773a9fbd7ff84cf", + "input": "[159, 106, 181, 152, 89, 87, 66, 143]", + "output": [ + "[478, 53, 544, 76, 268, 262, 33, 430]" + ] + }, + { + "id": "openseek-3-da35535d762e404584d5b2a44606f7b4", + "input": "[152, 184, 84, 14, 36, 118]", + "output": [ + "[76, 92, 42, 7, 18, 59]" + ] + }, + { + "id": "openseek-3-0e6f77b8a1e2450fa7a16bc3f40eb2f9", + "input": "[13, 58, 104, 114]", + "output": [ + "[40, 29, 52, 57]" + ] + }, + { + "id": "openseek-3-8689ee57ebef41c7b06f5b7dce25c7d6", + "input": "[62, 99, 58, 130, 126, 9, 30]", + "output": [ + "[31, 298, 29, 65, 63, 28, 15]" + ] + }, + { + "id": "openseek-3-c51710c1db574af29e586954faf268df", + "input": "[160, 10, 28, 44, 106, 150, 6]", + "output": [ + "[80, 5, 14, 22, 53, 75, 3]" + ] + }, + { + "id": "openseek-3-e9f94383ff0c4c58a260a37aec9e009c", + "input": "[170, 117, 110, 6]", + "output": [ + "[85, 352, 55, 3]" + ] + }, + { + "id": "openseek-3-7344354cb2004997bad7826497fa7323", + "input": "[99, 39]", + "output": [ + "[298, 118]" + ] + }, + { + "id": "openseek-3-53bdeee7db6f494183b437df7d8b00a0", + "input": "[120, 194, 4]", + "output": [ + "[60, 97, 2]" + ] + }, + { + "id": "openseek-3-34c85246d3e244a6948d703c649c708c", + "input": "[193, 106, 159]", + "output": [ + "[580, 53, 478]" + ] + }, + { + "id": "openseek-3-fc4ee836ae2c4aeab09bd38335318935", + "input": "[10, 7, 102, 115, 9, 95, 189]", + "output": [ + "[5, 22, 51, 346, 28, 286, 568]" + ] + }, + { + "id": "openseek-3-be7fb184c0f649efad562f8952407622", + "input": "[187, 49, 191, 171, 102, 144, 128, 112]", + "output": [ + "[562, 148, 574, 514, 51, 72, 64, 56]" + ] + }, + { + "id": "openseek-3-697257635f8344218434782ffc4ddaea", + "input": "[189, 182, 151, 144, 110, 88, 126]", + "output": [ + "[568, 91, 454, 72, 55, 44, 63]" + ] + }, + { + "id": "openseek-3-7d462b8dbf30405b8c5443fe03b76137", + "input": "[7, 169, 66]", + "output": [ + "[22, 508, 33]" + ] + }, + { + "id": "openseek-3-03e003c782224362a53d98095b983dbc", + "input": "[93, 101, 101]", + "output": [ + "[280, 304, 304]" + ] + }, + { + "id": "openseek-3-19c2b2ab594c4af986e0004c09805faa", + "input": "[160, 99, 141, 126, 12, 122, 24, 108]", + "output": [ + "[80, 298, 424, 63, 6, 61, 12, 54]" + ] + }, + { + "id": "openseek-3-7338723376384460b0f095fbd7bf0aa0", + "input": "[132, 54]", + "output": [ + "[66, 27]" + ] + }, + { + "id": "openseek-3-9fa9468336144c73a84f9a1cda4ea620", + "input": "[106, 67]", + "output": [ + "[53, 202]" + ] + }, + { + "id": "openseek-3-edb25b633a7b47deba32b399811acea7", + "input": "[131, 64]", + "output": [ + "[394, 32]" + ] + }, + { + "id": "openseek-3-c6878a310d404f5694870f508acd2f4a", + "input": "[144, 104, 2, 165, 16]", + "output": [ + "[72, 52, 1, 496, 8]" + ] + }, + { + "id": "openseek-3-a96ee9578864459283570aa67c8f35f2", + "input": "[13, 164, 42, 97, 47, 118, 153]", + "output": [ + "[40, 82, 21, 292, 142, 59, 460]" + ] + }, + { + "id": "openseek-3-12943f19410a493fa9b747eab57da783", + "input": "[120, 133, 87, 80]", + "output": [ + "[60, 400, 262, 40]" + ] + }, + { + "id": "openseek-3-def4d699c9b8413ba1c6436bc963ca16", + "input": "[110, 134, 130, 48, 157, 121, 161]", + "output": [ + "[55, 67, 65, 24, 472, 364, 484]" + ] + }, + { + "id": "openseek-3-067848cb62134e9a8ec3dee6e4893713", + "input": "[123, 26, 186]", + "output": [ + "[370, 13, 93]" + ] + }, + { + "id": "openseek-3-4cb7b295283549eab72f91b3b2a81018", + "input": "[36, 107, 15]", + "output": [ + "[18, 322, 46]" + ] + }, + { + "id": "openseek-3-fb7df554188b4337afdec074e3fa4822", + "input": "[56, 151, 45, 20, 168, 142, 11, 103, 112]", + "output": [ + "[28, 454, 136, 10, 84, 71, 34, 310, 56]" + ] + }, + { + "id": "openseek-3-55d83837cd6c46b484c43c5f95620ef1", + "input": "[171, 66, 59, 120, 67, 168, 130, 9]", + "output": [ + "[514, 33, 178, 60, 202, 84, 65, 28]" + ] + }, + { + "id": "openseek-3-27cf998eccd741eea7e5b49bfc693fce", + "input": "[138, 159, 145, 174, 60, 78, 119, 115, 145]", + "output": [ + "[69, 478, 436, 87, 30, 39, 358, 346, 436]" + ] + }, + { + "id": "openseek-3-6aa088a1c47b470e914f3769665958c4", + "input": "[161, 163, 24, 58, 196, 104, 13]", + "output": [ + "[484, 490, 12, 29, 98, 52, 40]" + ] + }, + { + "id": "openseek-3-461eef9ef47e4836af305bb3c647a53f", + "input": "[194, 105, 84, 110, 11, 167, 188]", + "output": [ + "[97, 316, 42, 55, 34, 502, 94]" + ] + }, + { + "id": "openseek-3-469963ab012d4ede9e1d65b3d1d80697", + "input": "[115, 158, 144, 17]", + "output": [ + "[346, 79, 72, 52]" + ] + }, + { + "id": "openseek-3-c33b83123cec47b8a97b4591193ce22c", + "input": "[177, 196, 19, 91, 66, 160]", + "output": [ + "[532, 98, 58, 274, 33, 80]" + ] + }, + { + "id": "openseek-3-c82907f6bae94d03872c8018e9832c7a", + "input": "[167, 177, 73, 157, 168, 25, 87, 187, 10]", + "output": [ + "[502, 532, 220, 472, 84, 76, 262, 562, 5]" + ] + }, + { + "id": "openseek-3-93df062436944e2cbd9c156f14d48fff", + "input": "[104, 196]", + "output": [ + "[52, 98]" + ] + }, + { + "id": "openseek-3-4fe11e0012454e5ea8616304412fa906", + "input": "[195, 14, 13, 11, 46]", + "output": [ + "[586, 7, 40, 34, 23]" + ] + }, + { + "id": "openseek-3-f02bc760d9864409a8d4ae1903dd5296", + "input": "[161, 43, 132, 64, 38, 194, 58, 125, 148]", + "output": [ + "[484, 130, 66, 32, 19, 97, 29, 376, 74]" + ] + }, + { + "id": "openseek-3-c8cd583871d443d3a8b25a9775f2b1c8", + "input": "[127, 200, 168, 55, 70]", + "output": [ + "[382, 100, 84, 166, 35]" + ] + }, + { + "id": "openseek-3-82b13d68b25c426e80cff713a10b70e4", + "input": "[55, 152, 118, 4, 116, 43]", + "output": [ + "[166, 76, 59, 2, 58, 130]" + ] + }, + { + "id": "openseek-3-7281cd172da547c0aa70ab4b949eae75", + "input": "[3, 61, 65, 186, 3, 56, 80, 97]", + "output": [ + "[10, 184, 196, 93, 10, 28, 40, 292]" + ] + }, + { + "id": "openseek-3-b6cfb77175824cf09fac2ba7816bb3ef", + "input": "[163, 140]", + "output": [ + "[490, 70]" + ] + }, + { + "id": "openseek-3-95184decbd304cd682294eb858e607b8", + "input": "[191, 18, 166, 79, 63, 83, 75, 146]", + "output": [ + "[574, 9, 83, 238, 190, 250, 226, 73]" + ] + }, + { + "id": "openseek-3-3b44c1f26e46454fac92e1ad21b002cb", + "input": "[77, 191, 19, 165, 17, 169, 164]", + "output": [ + "[232, 574, 58, 496, 52, 508, 82]" + ] + }, + { + "id": "openseek-3-ba5d31f090ef4d88ad1799499cd3a735", + "input": "[163, 47, 59, 64, 195, 152, 132]", + "output": [ + "[490, 142, 178, 32, 586, 76, 66]" + ] + }, + { + "id": "openseek-3-524f459b5817495cadd63d1c24dff16b", + "input": "[43, 173, 112, 50, 181]", + "output": [ + "[130, 520, 56, 25, 544]" + ] + }, + { + "id": "openseek-3-94cf20235ad34416a5adc324864fe20c", + "input": "[8, 187, 80, 119, 41, 195]", + "output": [ + "[4, 562, 40, 358, 124, 586]" + ] + }, + { + "id": "openseek-3-d7ce1bc165734557a079870cdfd6655e", + "input": "[70, 22, 111]", + "output": [ + "[35, 11, 334]" + ] + }, + { + "id": "openseek-3-150dedc6b49e42b1b32237e38a7cd46f", + "input": "[71, 3, 175, 109, 182, 100, 21, 15]", + "output": [ + "[214, 10, 526, 328, 91, 50, 64, 46]" + ] + }, + { + "id": "openseek-3-f666a051e06b42bbbaf90687f0316479", + "input": "[165, 106, 151, 181, 172, 66, 55]", + "output": [ + "[496, 53, 454, 544, 86, 33, 166]" + ] + }, + { + "id": "openseek-3-9f19ef9ab6164b50af0151146f29d25a", + "input": "[112, 111, 64, 126, 119]", + "output": [ + "[56, 334, 32, 63, 358]" + ] + }, + { + "id": "openseek-3-ff73061c1ae0451cba1050d888a40a54", + "input": "[48, 170, 90, 28, 196, 97, 5, 86]", + "output": [ + "[24, 85, 45, 14, 98, 292, 16, 43]" + ] + }, + { + "id": "openseek-3-670cd41d90a04cccb7f96b0128528386", + "input": "[142, 135, 200, 76, 51, 191]", + "output": [ + "[71, 406, 100, 38, 154, 574]" + ] + }, + { + "id": "openseek-3-f1e3d2160afa441c82d6164028e18653", + "input": "[177, 74, 66, 121, 60, 7, 44, 23]", + "output": [ + "[532, 37, 33, 364, 30, 22, 22, 70]" + ] + }, + { + "id": "openseek-3-d2ca99e1335a41cba1e6064db0b1a801", + "input": "[129, 175]", + "output": [ + "[388, 526]" + ] + }, + { + "id": "openseek-3-fb4313ba75e644b5b838272499339410", + "input": "[76, 158, 8, 144, 172, 36]", + "output": [ + "[38, 79, 4, 72, 86, 18]" + ] + }, + { + "id": "openseek-3-7399bd03f66347028e564c8cc3ed4531", + "input": "[34, 85, 127, 1]", + "output": [ + "[17, 256, 382, 4]" + ] + }, + { + "id": "openseek-3-1b4970fc373c477a9d473fa1f6c5f6dd", + "input": "[1, 62, 21, 63, 16]", + "output": [ + "[4, 31, 64, 190, 8]" + ] + }, + { + "id": "openseek-3-8ec1a0b20e5b4864a7d67d01085512d3", + "input": "[21, 46, 37, 20, 130, 99, 32, 141, 76]", + "output": [ + "[64, 23, 112, 10, 65, 298, 16, 424, 38]" + ] + }, + { + "id": "openseek-3-1b4f36e3ce63469a85fc2ae2cdb48577", + "input": "[55, 125, 73, 33, 184, 144, 183]", + "output": [ + "[166, 376, 220, 100, 92, 72, 550]" + ] + }, + { + "id": "openseek-3-cd341a9bd52d45c38740de58fb169f32", + "input": "[59, 149, 69, 185, 165]", + "output": [ + "[178, 448, 208, 556, 496]" + ] + }, + { + "id": "openseek-3-fac3148d15d24d388249e076c9d86438", + "input": "[130, 92, 168, 71, 103, 152]", + "output": [ + "[65, 46, 84, 214, 310, 76]" + ] + }, + { + "id": "openseek-3-148c8be2f08941e9811c906ec43b5c3c", + "input": "[31, 117]", + "output": [ + "[94, 352]" + ] + }, + { + "id": "openseek-3-d191e171869a4f189f92cfa58c23cea1", + "input": "[50, 156, 32, 16, 12, 50, 94, 79, 69]", + "output": [ + "[25, 78, 16, 8, 6, 25, 47, 238, 208]" + ] + }, + { + "id": "openseek-3-df900245d89b49d980115cdb4584e542", + "input": "[77, 74, 169, 38]", + "output": [ + "[232, 37, 508, 19]" + ] + }, + { + "id": "openseek-3-d1d3fbdb4792424aaee18c5fa5772a08", + "input": "[115, 189, 143, 123, 185, 183, 68, 16, 22]", + "output": [ + "[346, 568, 430, 370, 556, 550, 34, 8, 11]" + ] + }, + { + "id": "openseek-3-70d2cdef6a8540d78c72c1bf0537d9fe", + "input": "[70, 90, 75, 85]", + "output": [ + "[35, 45, 226, 256]" + ] + }, + { + "id": "openseek-3-7fa32915a1d04cbba613981aca1f71dd", + "input": "[171, 5]", + "output": [ + "[514, 16]" + ] + }, + { + "id": "openseek-3-0c918f47a5984fb3b44db90dde0c3683", + "input": "[138, 38, 185]", + "output": [ + "[69, 19, 556]" + ] + }, + { + "id": "openseek-3-72dbc48c3bc949bca00821f633663073", + "input": "[149, 148, 106, 69, 163]", + "output": [ + "[448, 74, 53, 208, 490]" + ] + }, + { + "id": "openseek-3-5d40bcc2d81b4d83b4589eed8c683c0d", + "input": "[53, 5, 43, 103, 116, 1, 164, 89, 17]", + "output": [ + "[160, 16, 130, 310, 58, 4, 82, 268, 52]" + ] + }, + { + "id": "openseek-3-b4c9b32f41084e5b964b4000b1d95939", + "input": "[21, 32, 25, 40, 12]", + "output": [ + "[64, 16, 76, 20, 6]" + ] + }, + { + "id": "openseek-3-fba3d01fe0574d50b8f1248cdedf32c8", + "input": "[7, 76]", + "output": [ + "[22, 38]" + ] + }, + { + "id": "openseek-3-018da852f3ae44cd9002631d1287002b", + "input": "[103, 30, 195, 12, 139, 178, 76, 122]", + "output": [ + "[310, 15, 586, 6, 418, 89, 38, 61]" + ] + }, + { + "id": "openseek-3-7dbe8136730043b884534b3a65b7c56e", + "input": "[132, 59, 57]", + "output": [ + "[66, 178, 172]" + ] + }, + { + "id": "openseek-3-817a6cbe48574b3da47f6dc81b2039e2", + "input": "[162, 140, 58, 88, 97, 167, 138]", + "output": [ + "[81, 70, 29, 44, 292, 502, 69]" + ] + }, + { + "id": "openseek-3-29723ad3f25a4e5a9cd3d80ef9d91bd0", + "input": "[68, 140, 139, 35, 54, 152, 52, 80, 116]", + "output": [ + "[34, 70, 418, 106, 27, 76, 26, 40, 58]" + ] + }, + { + "id": "openseek-3-27f645ca022c4a8cbca64171242c2a01", + "input": "[140, 32, 166, 198, 20, 180, 146, 120]", + "output": [ + "[70, 16, 83, 99, 10, 90, 73, 60]" + ] + }, + { + "id": "openseek-3-9ce7b06ad3e943cfb7a314daaefb774e", + "input": "[39, 43, 81]", + "output": [ + "[118, 130, 244]" + ] + }, + { + "id": "openseek-3-c3fb4797199f4f78aa22dca2971a6a41", + "input": "[109, 116, 161, 2, 154, 47, 199]", + "output": [ + "[328, 58, 484, 1, 77, 142, 598]" + ] + }, + { + "id": "openseek-3-7fc88b3601af44cfb940d1ae0c463575", + "input": "[124, 55, 4, 132, 86, 104, 29, 166]", + "output": [ + "[62, 166, 2, 66, 43, 52, 88, 83]" + ] + }, + { + "id": "openseek-3-5a3ab00d1bab489c9dedd16c97e00c7c", + "input": "[13, 188, 63]", + "output": [ + "[40, 94, 190]" + ] + }, + { + "id": "openseek-3-fa2dae290aed4c4b88c83146d93a3cc8", + "input": "[97, 65, 41, 195, 101]", + "output": [ + "[292, 196, 124, 586, 304]" + ] + }, + { + "id": "openseek-3-4d8ffb98b20246b18c0b590a63f47dc7", + "input": "[55, 8, 105, 3, 163, 9, 76, 182, 20]", + "output": [ + "[166, 4, 316, 10, 490, 28, 38, 91, 10]" + ] + }, + { + "id": "openseek-3-067d627330e742868f5d329b376988e9", + "input": "[105, 90, 63]", + "output": [ + "[316, 45, 190]" + ] + }, + { + "id": "openseek-3-552be7932a5640378276cf4f0267b040", + "input": "[53, 9, 44, 150, 36, 124, 125]", + "output": [ + "[160, 28, 22, 75, 18, 62, 376]" + ] + }, + { + "id": "openseek-3-dcd74e873ff94f58a4e5edc885bd4cd5", + "input": "[178, 130, 86, 187, 154, 194]", + "output": [ + "[89, 65, 43, 562, 77, 97]" + ] + }, + { + "id": "openseek-3-448c2649ee604324bc156b7fda942024", + "input": "[55, 65]", + "output": [ + "[166, 196]" + ] + }, + { + "id": "openseek-3-e3607b5787e84e3996257517871a6298", + "input": "[83, 6, 108, 40, 62, 195, 95, 146, 31]", + "output": [ + "[250, 3, 54, 20, 31, 586, 286, 73, 94]" + ] + }, + { + "id": "openseek-3-9123497969ac4f65a45964a22db56792", + "input": "[137, 130, 137, 141]", + "output": [ + "[412, 65, 412, 424]" + ] + }, + { + "id": "openseek-3-00cbe7b7454d4e00a902a2250aec48e8", + "input": "[80, 185]", + "output": [ + "[40, 556]" + ] + }, + { + "id": "openseek-3-ba96e01591454904914b3198fffd9b27", + "input": "[196, 4, 38, 34, 101, 74, 142, 144, 78]", + "output": [ + "[98, 2, 19, 17, 304, 37, 71, 72, 39]" + ] + }, + { + "id": "openseek-3-c7786339a2034489b9389ccccb6bb9ce", + "input": "[125, 123, 109, 161]", + "output": [ + "[376, 370, 328, 484]" + ] + }, + { + "id": "openseek-3-426622e3d6244762b7d5f27aa1fd3b2f", + "input": "[86, 86, 7, 145, 72, 80]", + "output": [ + "[43, 43, 22, 436, 36, 40]" + ] + }, + { + "id": "openseek-3-c4c873350d38444d94caa517d6116070", + "input": "[19, 25, 15, 150, 76]", + "output": [ + "[58, 76, 46, 75, 38]" + ] + }, + { + "id": "openseek-3-9cbb142724cb495fae300c8ffb0d7fd8", + "input": "[12, 72, 43]", + "output": [ + "[6, 36, 130]" + ] + }, + { + "id": "openseek-3-5b5f8b32d53148a9954729bbbd8b389c", + "input": "[182, 102, 112, 121, 52, 197]", + "output": [ + "[91, 51, 56, 364, 26, 592]" + ] + }, + { + "id": "openseek-3-165da21f0ff14831aecd443f959dbca0", + "input": "[117, 41, 116, 35]", + "output": [ + "[352, 124, 58, 106]" + ] + }, + { + "id": "openseek-3-5af743b313194cc3bea4f930e0358030", + "input": "[174, 134, 63, 193, 96, 109, 102, 146, 141]", + "output": [ + "[87, 67, 190, 580, 48, 328, 51, 73, 424]" + ] + }, + { + "id": "openseek-3-d65c1e265e77444d9b3f5b19cd803c7e", + "input": "[174, 137, 116, 19, 171, 188, 108]", + "output": [ + "[87, 412, 58, 58, 514, 94, 54]" + ] + }, + { + "id": "openseek-3-b129eb4067bc44629fa286c32403e259", + "input": "[99, 59, 144, 179, 168, 189, 132, 196]", + "output": [ + "[298, 178, 72, 538, 84, 568, 66, 98]" + ] + }, + { + "id": "openseek-3-56bd9ccefd884a42a907046c2e56f937", + "input": "[152, 193, 69, 159, 27, 29, 158, 7]", + "output": [ + "[76, 580, 208, 478, 82, 88, 79, 22]" + ] + }, + { + "id": "openseek-3-5efd8089ff2a446b88d196544f5253ef", + "input": "[108, 115, 111, 101]", + "output": [ + "[54, 346, 334, 304]" + ] + }, + { + "id": "openseek-3-21f19b8e8e3443308cd43d0ff7078cb7", + "input": "[43, 38, 25, 151, 29, 65, 98, 61]", + "output": [ + "[130, 19, 76, 454, 88, 196, 49, 184]" + ] + }, + { + "id": "openseek-3-a58ba07404e842b8bcbd30c3f9567c9d", + "input": "[174, 83, 146, 159, 187, 144, 115]", + "output": [ + "[87, 250, 73, 478, 562, 72, 346]" + ] + }, + { + "id": "openseek-3-7d19811342a34f17b817323542aa393f", + "input": "[162, 41, 93, 116, 116, 82, 60]", + "output": [ + "[81, 124, 280, 58, 58, 41, 30]" + ] + }, + { + "id": "openseek-3-3c019cd7d0d744ed9a7acfe4f4ab5631", + "input": "[44, 57, 42, 133]", + "output": [ + "[22, 172, 21, 400]" + ] + }, + { + "id": "openseek-3-07765b7935f549aa9c66c8837e17e291", + "input": "[26, 175, 72]", + "output": [ + "[13, 526, 36]" + ] + }, + { + "id": "openseek-3-30e623440abd495ba569fc25c781121d", + "input": "[113, 167, 66, 96, 169, 115, 42, 85, 11]", + "output": [ + "[340, 502, 33, 48, 508, 346, 21, 256, 34]" + ] + }, + { + "id": "openseek-3-39137ad3b74645f39d9a4a5b2a4e74c9", + "input": "[94, 35, 39, 117, 82, 71, 194]", + "output": [ + "[47, 106, 118, 352, 41, 214, 97]" + ] + }, + { + "id": "openseek-3-06fdc127efc64fe4bcd10408e3798e19", + "input": "[39, 90, 139, 194]", + "output": [ + "[118, 45, 418, 97]" + ] + }, + { + "id": "openseek-3-7ebc1773bd174a54bdff87c8ff7c666a", + "input": "[31, 5, 168, 138, 113, 3]", + "output": [ + "[94, 16, 84, 69, 340, 10]" + ] + }, + { + "id": "openseek-3-75b536bc827b43c983a967304aa6a985", + "input": "[167, 20, 19, 98, 48, 184]", + "output": [ + "[502, 10, 58, 49, 24, 92]" + ] + }, + { + "id": "openseek-3-f93b142516674698ba5a38718a32770e", + "input": "[121, 188, 127]", + "output": [ + "[364, 94, 382]" + ] + }, + { + "id": "openseek-3-9d76dd3142c34fa59b94fe0c70b50fdd", + "input": "[168, 31, 4, 118, 92]", + "output": [ + "[84, 94, 2, 59, 46]" + ] + }, + { + "id": "openseek-3-ca917657ddce4132b10842ab51f54c34", + "input": "[82, 172, 128]", + "output": [ + "[41, 86, 64]" + ] + }, + { + "id": "openseek-3-c300c6933e0e4161a8b5751f253b1b8a", + "input": "[85, 129, 194, 67, 64, 10, 145, 145]", + "output": [ + "[256, 388, 97, 202, 32, 5, 436, 436]" + ] + }, + { + "id": "openseek-3-ca83cfcbf9cd4d76bd01b8d48e9d55da", + "input": "[5, 199, 95, 146, 118]", + "output": [ + "[16, 598, 286, 73, 59]" + ] + }, + { + "id": "openseek-3-3471d554e9534bbea2c1cdde39ea63ef", + "input": "[197, 41, 198, 17]", + "output": [ + "[592, 124, 99, 52]" + ] + }, + { + "id": "openseek-3-f5566385fa874b8cadd74f653482f737", + "input": "[146, 105, 166, 13]", + "output": [ + "[73, 316, 83, 40]" + ] + }, + { + "id": "openseek-3-d9a1d82f5aef44a1942dc0626c5c02e5", + "input": "[194, 87, 22, 137, 59, 39]", + "output": [ + "[97, 262, 11, 412, 178, 118]" + ] + }, + { + "id": "openseek-3-ce678393accc4e0782feb3f872907586", + "input": "[145, 156, 62, 157]", + "output": [ + "[436, 78, 31, 472]" + ] + }, + { + "id": "openseek-3-04d874ae770f4377a89c7a3c70d6b47a", + "input": "[136, 112, 107, 49, 74, 125, 94, 133]", + "output": [ + "[68, 56, 322, 148, 37, 376, 47, 400]" + ] + }, + { + "id": "openseek-3-b5d71247351744daa787a0fee4370f3e", + "input": "[191, 141, 58]", + "output": [ + "[574, 424, 29]" + ] + }, + { + "id": "openseek-3-dc6ca89aa6a842839afa6ecd729fd4a4", + "input": "[28, 79, 22, 158, 1, 108]", + "output": [ + "[14, 238, 11, 79, 4, 54]" + ] + }, + { + "id": "openseek-3-b7f905ed1c8243ebbd27f99b257d8341", + "input": "[129, 9, 186, 55, 18, 81, 183, 196]", + "output": [ + "[388, 28, 93, 166, 9, 244, 550, 98]" + ] + }, + { + "id": "openseek-3-44e60608c2344459a10093e1ac30f1de", + "input": "[155, 160, 157, 200, 106, 13, 101, 121, 39]", + "output": [ + "[466, 80, 472, 100, 53, 40, 304, 364, 118]" + ] + }, + { + "id": "openseek-3-1374d4505c884044a54852fce4577312", + "input": "[85, 73, 151, 156, 61, 139]", + "output": [ + "[256, 220, 454, 78, 184, 418]" + ] + }, + { + "id": "openseek-3-cb943bef58974819aad3804a086ca2d3", + "input": "[80, 60, 105, 136, 167, 112, 152]", + "output": [ + "[40, 30, 316, 68, 502, 56, 76]" + ] + }, + { + "id": "openseek-3-afceb64ce0134c9f8e981d0a3cef5d13", + "input": "[96, 188, 66, 128, 28, 154, 83]", + "output": [ + "[48, 94, 33, 64, 14, 77, 250]" + ] + }, + { + "id": "openseek-3-2fed159f8fa04f899f0a7d602972780c", + "input": "[8, 108, 56, 11, 8, 104, 161, 166, 123]", + "output": [ + "[4, 54, 28, 34, 4, 52, 484, 83, 370]" + ] + }, + { + "id": "openseek-3-9ebf25422026452ab3a5f78842f35597", + "input": "[103, 169]", + "output": [ + "[310, 508]" + ] + }, + { + "id": "openseek-3-0d961bbe0ac94d4f9d6330d3bf602b8f", + "input": "[72, 83, 65]", + "output": [ + "[36, 250, 196]" + ] + }, + { + "id": "openseek-3-6de2807c31ce4a99a905e27cdcf09a9c", + "input": "[112, 34, 54, 149, 112, 186, 25, 61]", + "output": [ + "[56, 17, 27, 448, 56, 93, 76, 184]" + ] + }, + { + "id": "openseek-3-50f66a7c1378451781c28cb88088c8f3", + "input": "[139, 200, 88, 43]", + "output": [ + "[418, 100, 44, 130]" + ] + }, + { + "id": "openseek-3-2578e00feb3246ce8224296c4735b497", + "input": "[44, 84, 113, 156, 115]", + "output": [ + "[22, 42, 340, 78, 346]" + ] + }, + { + "id": "openseek-3-006ae5a3a9c94c91808227a6ca8f3cfe", + "input": "[96, 52, 172, 77, 2]", + "output": [ + "[48, 26, 86, 232, 1]" + ] + }, + { + "id": "openseek-3-702714751ada4cafbe9c80d8990932ec", + "input": "[145, 76, 6, 24, 112, 185, 22, 35]", + "output": [ + "[436, 38, 3, 12, 56, 556, 11, 106]" + ] + }, + { + "id": "openseek-3-e2ede2b3406b41a7b835f89f744f21f0", + "input": "[171, 69]", + "output": [ + "[514, 208]" + ] + }, + { + "id": "openseek-3-1d077b83a26b4676885f5dd3821c9cec", + "input": "[14, 70, 131, 183, 132, 55, 29, 67, 3]", + "output": [ + "[7, 35, 394, 550, 66, 166, 88, 202, 10]" + ] + }, + { + "id": "openseek-3-2025a545058145bd90ce65246349e6cd", + "input": "[193, 179, 189, 78]", + "output": [ + "[580, 538, 568, 39]" + ] + }, + { + "id": "openseek-3-64f7c4b5004447a1b60d3b8c9c3e5eb1", + "input": "[159, 190, 39, 25]", + "output": [ + "[478, 95, 118, 76]" + ] + }, + { + "id": "openseek-3-469502a084da40568c6396917d85a537", + "input": "[159, 56, 75, 38]", + "output": [ + "[478, 28, 226, 19]" + ] + }, + { + "id": "openseek-3-ab37e2e164524ccbb5fa92730ce294e1", + "input": "[30, 46, 40]", + "output": [ + "[15, 23, 20]" + ] + }, + { + "id": "openseek-3-acf64caa9da54bfe8b25db027b98743e", + "input": "[160, 19, 76, 182, 153, 81]", + "output": [ + "[80, 58, 38, 91, 460, 244]" + ] + }, + { + "id": "openseek-3-48be9aad0a6a4097a3c8ec2d64d5d98f", + "input": "[14, 163]", + "output": [ + "[7, 490]" + ] + }, + { + "id": "openseek-3-d957aeadc09b4362b69efc0821dcd6de", + "input": "[94, 198]", + "output": [ + "[47, 99]" + ] + }, + { + "id": "openseek-3-15387126eec240a8834cf165e2fcdd46", + "input": "[95, 123, 97, 154, 98, 148, 127]", + "output": [ + "[286, 370, 292, 77, 49, 74, 382]" + ] + }, + { + "id": "openseek-3-55ee3b5ce568421d979907d8e30496e4", + "input": "[87, 183, 156, 22, 37, 63, 149, 132]", + "output": [ + "[262, 550, 78, 11, 112, 190, 448, 66]" + ] + }, + { + "id": "openseek-3-79f67a455e9f487e8ce6514925a213c9", + "input": "[88, 198]", + "output": [ + "[44, 99]" + ] + }, + { + "id": "openseek-3-bd8c127856e648e6826c751351c8e46c", + "input": "[16, 13, 87, 173, 88, 144]", + "output": [ + "[8, 40, 262, 520, 44, 72]" + ] + }, + { + "id": "openseek-3-43fa7c1fd91b4bae9346cbbff61fbd3b", + "input": "[82, 166, 187, 126]", + "output": [ + "[41, 83, 562, 63]" + ] + }, + { + "id": "openseek-3-2b164d1a7bad4ff580603e8b0e36558d", + "input": "[197, 15, 178, 81, 147]", + "output": [ + "[592, 46, 89, 244, 442]" + ] + }, + { + "id": "openseek-3-d7ec4836372f4416bfc61349e91827de", + "input": "[134, 164, 200, 169, 54, 123, 191]", + "output": [ + "[67, 82, 100, 508, 27, 370, 574]" + ] + }, + { + "id": "openseek-3-e812547d26aa4db8aa6bc031f64ed540", + "input": "[68, 29, 39, 2, 166, 46, 47, 46]", + "output": [ + "[34, 88, 118, 1, 83, 23, 142, 23]" + ] + }, + { + "id": "openseek-3-00a0c393b3804129a4bd5dac04346530", + "input": "[15, 188]", + "output": [ + "[46, 94]" + ] + }, + { + "id": "openseek-3-3c37d413d437460a8551d95197bfc05c", + "input": "[196, 56]", + "output": [ + "[98, 28]" + ] + }, + { + "id": "openseek-3-443a6fad0c364bdd91d2c0825ae344c2", + "input": "[160, 110, 69, 183, 6]", + "output": [ + "[80, 55, 208, 550, 3]" + ] + }, + { + "id": "openseek-3-2176f691207e47c484afd0e50093dee5", + "input": "[101, 81]", + "output": [ + "[304, 244]" + ] + }, + { + "id": "openseek-3-c2714817a28546f99aaab17980784d8e", + "input": "[164, 105, 189, 130, 65, 52, 70]", + "output": [ + "[82, 316, 568, 65, 196, 26, 35]" + ] + }, + { + "id": "openseek-3-c39961f028f1480fb5f9ce9b0b2c9a03", + "input": "[33, 79, 82, 9]", + "output": [ + "[100, 238, 41, 28]" + ] + }, + { + "id": "openseek-3-58bb4123c38f427984a6938529337a45", + "input": "[121, 51, 79, 129, 64, 21, 9, 129, 94]", + "output": [ + "[364, 154, 238, 388, 32, 64, 28, 388, 47]" + ] + }, + { + "id": "openseek-3-a3191a43803c4d1bbf418209a59e6f92", + "input": "[52, 124, 123, 93]", + "output": [ + "[26, 62, 370, 280]" + ] + }, + { + "id": "openseek-3-99868abc12ec4ac4aed6695568400ba1", + "input": "[176, 88, 6, 113, 121]", + "output": [ + "[88, 44, 3, 340, 364]" + ] + }, + { + "id": "openseek-3-8213af05bf5f4c8d86cc11ecd63a05d8", + "input": "[25, 82, 180]", + "output": [ + "[76, 41, 90]" + ] + }, + { + "id": "openseek-3-066869226e81488c964e52020e0520a5", + "input": "[35, 17, 77, 8]", + "output": [ + "[106, 52, 232, 4]" + ] + }, + { + "id": "openseek-3-95fdd062ce1848acb114819177c332ca", + "input": "[198, 60, 186, 128]", + "output": [ + "[99, 30, 93, 64]" + ] + }, + { + "id": "openseek-3-23b44216296c4456bfcbd787628eca3d", + "input": "[156, 144, 161, 65, 90, 112, 63]", + "output": [ + "[78, 72, 484, 196, 45, 56, 190]" + ] + }, + { + "id": "openseek-3-ed30355f791f42f6b3903bab16fb1afb", + "input": "[167, 76]", + "output": [ + "[502, 38]" + ] + }, + { + "id": "openseek-3-1eeb98fc16c5499383fff7ecdf994376", + "input": "[29, 146, 92, 173, 111, 196, 93]", + "output": [ + "[88, 73, 46, 520, 334, 98, 280]" + ] + }, + { + "id": "openseek-3-458437e281ef41f281920949e60e46ed", + "input": "[87, 116]", + "output": [ + "[262, 58]" + ] + }, + { + "id": "openseek-3-7a1522dc162b4b36a377f1d0b99a7565", + "input": "[63, 171, 135, 200, 50, 21, 30, 132]", + "output": [ + "[190, 514, 406, 100, 25, 64, 15, 66]" + ] + }, + { + "id": "openseek-3-e5efaba7e61343c2a4da41482df8b6bb", + "input": "[102, 199, 107]", + "output": [ + "[51, 598, 322]" + ] + }, + { + "id": "openseek-3-ffef530cab01474ca946821d89c6cac6", + "input": "[135, 13, 84, 108, 181, 153, 47]", + "output": [ + "[406, 40, 42, 54, 544, 460, 142]" + ] + }, + { + "id": "openseek-3-7d8358804ea8469e923d93206e018468", + "input": "[21, 116]", + "output": [ + "[64, 58]" + ] + }, + { + "id": "openseek-3-f29fbbbb3cc441069f4263e09c804002", + "input": "[153, 90, 51, 76, 138, 19, 155]", + "output": [ + "[460, 45, 154, 38, 69, 58, 466]" + ] + }, + { + "id": "openseek-3-45b56976f43a4990b6941935fb1a789e", + "input": "[120, 5, 41, 96, 185, 80, 157, 67]", + "output": [ + "[60, 16, 124, 48, 556, 40, 472, 202]" + ] + }, + { + "id": "openseek-3-e86857715df44efa911c83e5ecc5e75f", + "input": "[125, 32, 23, 129, 168, 155, 150, 128]", + "output": [ + "[376, 16, 70, 388, 84, 466, 75, 64]" + ] + }, + { + "id": "openseek-3-0df6b5b5b89845389815423197b55902", + "input": "[4, 25]", + "output": [ + "[2, 76]" + ] + }, + { + "id": "openseek-3-07c27f04c78e4753b8e270a4e9583b14", + "input": "[128, 129, 131, 44, 183, 36, 50, 153, 192]", + "output": [ + "[64, 388, 394, 22, 550, 18, 25, 460, 96]" + ] + }, + { + "id": "openseek-3-0a73b3c48d104f7998e8baac14384136", + "input": "[145, 184, 83, 93, 138, 119, 36, 176, 152]", + "output": [ + "[436, 92, 250, 280, 69, 358, 18, 88, 76]" + ] + }, + { + "id": "openseek-3-3db5e078e83a4df49e9e610ce7861569", + "input": "[127, 135, 59, 159, 81]", + "output": [ + "[382, 406, 178, 478, 244]" + ] + }, + { + "id": "openseek-3-365ba7a0c2e74250b7bccf3edc5048ae", + "input": "[7, 165, 89]", + "output": [ + "[22, 496, 268]" + ] + }, + { + "id": "openseek-3-03836020282f4f3da8e6785bc87f6ab9", + "input": "[122, 122, 176, 30, 162, 50]", + "output": [ + "[61, 61, 88, 15, 81, 25]" + ] + }, + { + "id": "openseek-3-55e9ae639e964e40a67c2e0c7dd41850", + "input": "[9, 42, 135, 6, 80, 134, 185, 182, 34]", + "output": [ + "[28, 21, 406, 3, 40, 67, 556, 91, 17]" + ] + }, + { + "id": "openseek-3-861e75de745746ce830ceca3965afa9f", + "input": "[188, 54, 25, 200, 38, 83, 81]", + "output": [ + "[94, 27, 76, 100, 19, 250, 244]" + ] + }, + { + "id": "openseek-3-514d20a2736e451986f0e4c149994d8c", + "input": "[67, 172, 26]", + "output": [ + "[202, 86, 13]" + ] + }, + { + "id": "openseek-3-da209a01a47b4059af6a779b9169aed3", + "input": "[161, 81, 119, 42, 45, 89, 135]", + "output": [ + "[484, 244, 358, 21, 136, 268, 406]" + ] + }, + { + "id": "openseek-3-a785a09d225b4720ac27c9e949c867ca", + "input": "[21, 98, 166, 2, 31]", + "output": [ + "[64, 49, 83, 1, 94]" + ] + }, + { + "id": "openseek-3-66c5d617cafc4f06b105f72a5ed7a1f5", + "input": "[152, 31, 187, 139, 183, 74, 181]", + "output": [ + "[76, 94, 562, 418, 550, 37, 544]" + ] + }, + { + "id": "openseek-3-cedb0426f65a4c9c86c1c7107c759ea2", + "input": "[77, 66, 106, 46]", + "output": [ + "[232, 33, 53, 23]" + ] + }, + { + "id": "openseek-3-bb5fac0834974eb195c804022cc6471f", + "input": "[34, 51, 3, 171, 109, 144]", + "output": [ + "[17, 154, 10, 514, 328, 72]" + ] + }, + { + "id": "openseek-3-aa98ed0281ea48439ac09aec046b3526", + "input": "[6, 32, 150, 71]", + "output": [ + "[3, 16, 75, 214]" + ] + }, + { + "id": "openseek-3-b481f13cb12b4d97baddf7d5e8b38468", + "input": "[65, 178, 133]", + "output": [ + "[196, 89, 400]" + ] + }, + { + "id": "openseek-3-73fb25b2c6734bd29011733e63e1381b", + "input": "[2, 128]", + "output": [ + "[1, 64]" + ] + }, + { + "id": "openseek-3-02663f6073b14e2bbe38230dd90b7df7", + "input": "[79, 47, 94, 170, 52, 78, 76, 26]", + "output": [ + "[238, 142, 47, 85, 26, 39, 38, 13]" + ] + }, + { + "id": "openseek-3-876820b9b8604c05b13e7c40ff5fe2cf", + "input": "[71, 1, 24, 71]", + "output": [ + "[214, 4, 12, 214]" + ] + }, + { + "id": "openseek-3-368af8613a8e4954bafd391a2f0b1e09", + "input": "[9, 57, 171, 47, 166, 165]", + "output": [ + "[28, 172, 514, 142, 83, 496]" + ] + }, + { + "id": "openseek-3-70af2606f5a74b88a9f0563912eba6fd", + "input": "[12, 3, 95, 118]", + "output": [ + "[6, 10, 286, 59]" + ] + }, + { + "id": "openseek-3-9c856123ec7246ccb10ef9f76837e784", + "input": "[95, 122, 93, 10, 95, 69, 138, 20]", + "output": [ + "[286, 61, 280, 5, 286, 208, 69, 10]" + ] + }, + { + "id": "openseek-3-bd8a1b74b1894e44a0da2688c5bc390e", + "input": "[178, 171]", + "output": [ + "[89, 514]" + ] + }, + { + "id": "openseek-3-e5a8e6e2f8794cdb80224759dd580bc8", + "input": "[170, 20, 176]", + "output": [ + "[85, 10, 88]" + ] + }, + { + "id": "openseek-3-bfadaff0671947d783177a513faf0835", + "input": "[88, 45, 137]", + "output": [ + "[44, 136, 412]" + ] + }, + { + "id": "openseek-3-7d04a412d4ea4e648f789a3e53c762ab", + "input": "[89, 166, 26, 140, 144, 122, 13, 118]", + "output": [ + "[268, 83, 13, 70, 72, 61, 40, 59]" + ] + }, + { + "id": "openseek-3-27e06c15f2f94e5993106cb618498b6f", + "input": "[155, 111, 8, 160, 75, 124, 96]", + "output": [ + "[466, 334, 4, 80, 226, 62, 48]" + ] + }, + { + "id": "openseek-3-2913344b617c4799881633c97f1d97f6", + "input": "[91, 111, 80, 16]", + "output": [ + "[274, 334, 40, 8]" + ] + }, + { + "id": "openseek-3-68a37a5f3bf249bba112389d7cc26e87", + "input": "[152, 40, 200, 113, 116, 10, 52, 60, 116]", + "output": [ + "[76, 20, 100, 340, 58, 5, 26, 30, 58]" + ] + }, + { + "id": "openseek-3-e3ef1360623c4a69a4d45f8a7ee25f67", + "input": "[90, 178, 194, 105, 141, 135, 55, 183, 169]", + "output": [ + "[45, 89, 97, 316, 424, 406, 166, 550, 508]" + ] + }, + { + "id": "openseek-3-9169bca020d146a99cc7ca5c87df98e5", + "input": "[28, 153]", + "output": [ + "[14, 460]" + ] + }, + { + "id": "openseek-3-9cfeb881e7e1447cb9d6adcba20a068a", + "input": "[101, 121, 45, 33, 169, 44]", + "output": [ + "[304, 364, 136, 100, 508, 22]" + ] + }, + { + "id": "openseek-3-5158445a6a8f434599960a8b782d61ee", + "input": "[137, 50, 168, 42, 128]", + "output": [ + "[412, 25, 84, 21, 64]" + ] + }, + { + "id": "openseek-3-be485c2a642b433c83f10406bc40025d", + "input": "[167, 159, 194]", + "output": [ + "[502, 478, 97]" + ] + }, + { + "id": "openseek-3-9ecae8cb70c54de2bc07564ed9dee8fb", + "input": "[83, 171, 180]", + "output": [ + "[250, 514, 90]" + ] + }, + { + "id": "openseek-3-3e9e2fb3ab904413812de9151bd1703e", + "input": "[115, 133, 161, 93, 41, 32, 118, 146]", + "output": [ + "[346, 400, 484, 280, 124, 16, 59, 73]" + ] + }, + { + "id": "openseek-3-3d5df65d61704888b07eed20119b3616", + "input": "[196, 118, 132]", + "output": [ + "[98, 59, 66]" + ] + }, + { + "id": "openseek-3-1396c2070ef24823af63269676fb7e87", + "input": "[160, 145, 5]", + "output": [ + "[80, 436, 16]" + ] + }, + { + "id": "openseek-3-cf882ab981ba4dd9b23660d3fb8630a9", + "input": "[178, 29, 161, 143, 110]", + "output": [ + "[89, 88, 484, 430, 55]" + ] + }, + { + "id": "openseek-3-011abd29f8804fc7ab72c0262b849971", + "input": "[9, 30, 20, 159, 37, 129, 95]", + "output": [ + "[28, 15, 10, 478, 112, 388, 286]" + ] + }, + { + "id": "openseek-3-9084c2c645b945288d17878016c181c4", + "input": "[123, 197, 177, 122, 35, 58, 188, 177]", + "output": [ + "[370, 592, 532, 61, 106, 29, 94, 532]" + ] + }, + { + "id": "openseek-3-edc92c3a14ae44b0935ab3693cceadee", + "input": "[109, 137]", + "output": [ + "[328, 412]" + ] + }, + { + "id": "openseek-3-f2bed508a11f445fb958fda21fd7275c", + "input": "[14, 16, 6, 32]", + "output": [ + "[7, 8, 3, 16]" + ] + }, + { + "id": "openseek-3-897f820d520f48359a7a968464bfa979", + "input": "[136, 106, 120, 153, 109, 159]", + "output": [ + "[68, 53, 60, 460, 328, 478]" + ] + }, + { + "id": "openseek-3-48ddaaa1100949379fbb4f97d471722f", + "input": "[195, 175, 1, 76]", + "output": [ + "[586, 526, 4, 38]" + ] + }, + { + "id": "openseek-3-7e69a236d5804b70ab492412a5f6d3c6", + "input": "[33, 9, 149, 177, 17]", + "output": [ + "[100, 28, 448, 532, 52]" + ] + }, + { + "id": "openseek-3-ebc65f6b4e5540b58c3580924ea8f169", + "input": "[109, 16, 21, 87, 32, 93, 40, 91]", + "output": [ + "[328, 8, 64, 262, 16, 280, 20, 274]" + ] + }, + { + "id": "openseek-3-c5778319352f49a99a4673ec15bcb27c", + "input": "[52, 137, 161, 20, 133, 155, 191, 84, 30]", + "output": [ + "[26, 412, 484, 10, 400, 466, 574, 42, 15]" + ] + }, + { + "id": "openseek-3-937ea73cdd5047b6b0ad7bd0abd65519", + "input": "[56, 75, 85, 124, 75, 125]", + "output": [ + "[28, 226, 256, 62, 226, 376]" + ] + }, + { + "id": "openseek-3-963569cd796d431b9a237e110029ecf4", + "input": "[40, 89, 144]", + "output": [ + "[20, 268, 72]" + ] + }, + { + "id": "openseek-3-484c3035a5004429a184d5833f68c9f4", + "input": "[160, 98, 148, 1, 143, 117, 101, 155, 199]", + "output": [ + "[80, 49, 74, 4, 430, 352, 304, 466, 598]" + ] + }, + { + "id": "openseek-3-8a59f0d21a1e49538b2c86f4c71e5461", + "input": "[51, 109]", + "output": [ + "[154, 328]" + ] + }, + { + "id": "openseek-3-d2822ed59d474818b986a720209b61e0", + "input": "[119, 15, 194, 146, 195]", + "output": [ + "[358, 46, 97, 73, 586]" + ] + }, + { + "id": "openseek-3-6c30401b9a074de9b764504d4a779ccc", + "input": "[63, 128, 90]", + "output": [ + "[190, 64, 45]" + ] + }, + { + "id": "openseek-3-3f0241bf8a904c5dad74fd05736170e2", + "input": "[23, 84, 69, 172]", + "output": [ + "[70, 42, 208, 86]" + ] + }, + { + "id": "openseek-3-42effba52d4d4218940516deddec979b", + "input": "[132, 46, 69]", + "output": [ + "[66, 23, 208]" + ] + }, + { + "id": "openseek-3-5df90ac21a3740d2862004548d563303", + "input": "[99, 166, 180, 189, 57]", + "output": [ + "[298, 83, 90, 568, 172]" + ] + }, + { + "id": "openseek-3-ad679d8a6e454f2ca04c1a827fe99ff9", + "input": "[63, 157]", + "output": [ + "[190, 472]" + ] + }, + { + "id": "openseek-3-88b94bf451d94c299c1412fc490c008e", + "input": "[89, 180, 3, 33, 7, 192, 40]", + "output": [ + "[268, 90, 10, 100, 22, 96, 20]" + ] + }, + { + "id": "openseek-3-13e8f33b49b443c587b5dd8725380f1b", + "input": "[83, 106, 78]", + "output": [ + "[250, 53, 39]" + ] + }, + { + "id": "openseek-3-a3acae5798f44c03b11b57012d42cecf", + "input": "[24, 25, 157]", + "output": [ + "[12, 76, 472]" + ] + }, + { + "id": "openseek-3-45329cd6de09479f88314333019fc185", + "input": "[188, 181]", + "output": [ + "[94, 544]" + ] + }, + { + "id": "openseek-3-a58d2e8760a44d1a8a02f1cbd0df3939", + "input": "[118, 30, 112, 57, 145, 124, 41, 110]", + "output": [ + "[59, 15, 56, 172, 436, 62, 124, 55]" + ] + }, + { + "id": "openseek-3-932df88b00f842a79132d6a0fe258433", + "input": "[25, 110, 5]", + "output": [ + "[76, 55, 16]" + ] + }, + { + "id": "openseek-3-507f64450e04425b8d067180d69ab8a4", + "input": "[81, 104, 169, 74, 20, 84]", + "output": [ + "[244, 52, 508, 37, 10, 42]" + ] + }, + { + "id": "openseek-3-92c8376d90194fa1b61d9134ad78ae51", + "input": "[145, 165, 36, 134, 67, 116, 6]", + "output": [ + "[436, 496, 18, 67, 202, 58, 3]" + ] + }, + { + "id": "openseek-3-b6a7ba137dd0459096e8876137a31227", + "input": "[88, 89, 55, 92, 44, 86, 7]", + "output": [ + "[44, 268, 166, 46, 22, 43, 22]" + ] + }, + { + "id": "openseek-3-61c347fce005400fbbef901f3373e00b", + "input": "[118, 134, 99, 56]", + "output": [ + "[59, 67, 298, 28]" + ] + }, + { + "id": "openseek-3-3a58ecd7cf5b4e12b44082c72de5d066", + "input": "[164, 40, 136, 42, 179, 61, 142, 166]", + "output": [ + "[82, 20, 68, 21, 538, 184, 71, 83]" + ] + }, + { + "id": "openseek-3-be33b497eb9944bfae0e596ff45abf44", + "input": "[195, 182, 50, 121, 126, 140, 10]", + "output": [ + "[586, 91, 25, 364, 63, 70, 5]" + ] + }, + { + "id": "openseek-3-a22079bf91c64469aa5d28ce5a55e1fb", + "input": "[48, 167, 190, 147, 152, 55, 158, 78]", + "output": [ + "[24, 502, 95, 442, 76, 166, 79, 39]" + ] + }, + { + "id": "openseek-3-7233ea6309d54ed3a5fb07795dc8e1b9", + "input": "[106, 89, 142, 145, 139]", + "output": [ + "[53, 268, 71, 436, 418]" + ] + }, + { + "id": "openseek-3-51d438c3d2e24c9ba2a226245ddadd30", + "input": "[192, 194, 140, 66, 144, 121, 187, 68]", + "output": [ + "[96, 97, 70, 33, 72, 364, 562, 34]" + ] + }, + { + "id": "openseek-3-f10a7034956240b99a44693b33ed881c", + "input": "[51, 190, 32, 87]", + "output": [ + "[154, 95, 16, 262]" + ] + }, + { + "id": "openseek-3-4f05348ca4bc4681a1059e0e25b66a9c", + "input": "[131, 115, 199, 61, 116, 54, 122]", + "output": [ + "[394, 346, 598, 184, 58, 27, 61]" + ] + }, + { + "id": "openseek-3-68638912b7614b97aedd424171cbdcd5", + "input": "[26, 72, 156, 96, 171, 69, 60, 7, 98]", + "output": [ + "[13, 36, 78, 48, 514, 208, 30, 22, 49]" + ] + }, + { + "id": "openseek-3-6ddbeb982a8341b897b3f7f6e99310de", + "input": "[142, 48, 180]", + "output": [ + "[71, 24, 90]" + ] + }, + { + "id": "openseek-3-eb03e1e0665148b487942c099923afc5", + "input": "[187, 124]", + "output": [ + "[562, 62]" + ] + }, + { + "id": "openseek-3-c0feb1e1572d4dc69f9df60702f9570d", + "input": "[174, 34, 144, 149]", + "output": [ + "[87, 17, 72, 448]" + ] + }, + { + "id": "openseek-3-04937a69feb54d0085d33dbde90773a8", + "input": "[90, 41]", + "output": [ + "[45, 124]" + ] + }, + { + "id": "openseek-3-14ad63ff6adf46fc9668f891fb30159d", + "input": "[173, 142, 188]", + "output": [ + "[520, 71, 94]" + ] + }, + { + "id": "openseek-3-d0b35fdea4164bb2a933b0bec018af25", + "input": "[62, 102, 107]", + "output": [ + "[31, 51, 322]" + ] + }, + { + "id": "openseek-3-87836f84794348188ca5ef3ac500395f", + "input": "[158, 23, 92, 140, 2, 72, 160]", + "output": [ + "[79, 70, 46, 70, 1, 36, 80]" + ] + }, + { + "id": "openseek-3-aecaedb704b648f1979cb4a56b71c0c6", + "input": "[65, 98, 164, 193, 123, 127, 48, 178]", + "output": [ + "[196, 49, 82, 580, 370, 382, 24, 89]" + ] + }, + { + "id": "openseek-3-c60bd49b942c499abc542390c4fcc259", + "input": "[142, 73]", + "output": [ + "[71, 220]" + ] + }, + { + "id": "openseek-3-27e15c9e062c47cb9bbebc78f2823c64", + "input": "[141, 116, 199, 148, 165, 129, 100, 122]", + "output": [ + "[424, 58, 598, 74, 496, 388, 50, 61]" + ] + }, + { + "id": "openseek-3-838633934dbd4999902aaf0742b8ef13", + "input": "[61, 136, 18, 188, 135, 88, 54]", + "output": [ + "[184, 68, 9, 94, 406, 44, 27]" + ] + }, + { + "id": "openseek-3-0e88909da8a347a0bb255ecc9c348a5d", + "input": "[184, 182, 156, 132, 177]", + "output": [ + "[92, 91, 78, 66, 532]" + ] + }, + { + "id": "openseek-3-3342570ed47d447f9c1144c4ed996e27", + "input": "[55, 131, 52, 115, 48, 52, 191]", + "output": [ + "[166, 394, 26, 346, 24, 26, 574]" + ] + }, + { + "id": "openseek-3-65349b7f579b41e385947f7218cc8b08", + "input": "[170, 17]", + "output": [ + "[85, 52]" + ] + }, + { + "id": "openseek-3-e96b81bb856e4bcda14c2b7265304ef2", + "input": "[66, 69]", + "output": [ + "[33, 208]" + ] + }, + { + "id": "openseek-3-0ed3aad49a36442da40b1ee65fbe80fb", + "input": "[107, 170]", + "output": [ + "[322, 85]" + ] + }, + { + "id": "openseek-3-6fd699149b2241fda840d7fc9ded08de", + "input": "[149, 88, 5, 19, 184, 71, 190, 97, 12]", + "output": [ + "[448, 44, 16, 58, 92, 214, 95, 292, 6]" + ] + }, + { + "id": "openseek-3-5d509d1a5f8449a48ed6e3d463c56200", + "input": "[5, 24, 154, 131, 63]", + "output": [ + "[16, 12, 77, 394, 190]" + ] + }, + { + "id": "openseek-3-fb2cfc026c5442b28a2b52da0d0c59eb", + "input": "[152, 40, 198, 79, 76, 148, 72]", + "output": [ + "[76, 20, 99, 238, 38, 74, 36]" + ] + }, + { + "id": "openseek-3-8e5def16f9f649618de07d13a764daa6", + "input": "[26, 72, 28, 73, 141]", + "output": [ + "[13, 36, 14, 220, 424]" + ] + }, + { + "id": "openseek-3-968afe05ede34b5e91f790a0c775abfa", + "input": "[184, 94, 137, 142]", + "output": [ + "[92, 47, 412, 71]" + ] + }, + { + "id": "openseek-3-f79b736cce0148b0ba426590a82a08ad", + "input": "[144, 126, 33, 199, 175, 83, 184, 183]", + "output": [ + "[72, 63, 100, 598, 526, 250, 92, 550]" + ] + }, + { + "id": "openseek-3-8b75e5a9871c4031884667489506f00e", + "input": "[170, 195, 34, 176, 32]", + "output": [ + "[85, 586, 17, 88, 16]" + ] + }, + { + "id": "openseek-3-bc6e2e8138904f5b888b2889683bdc5e", + "input": "[191, 145, 21, 18]", + "output": [ + "[574, 436, 64, 9]" + ] + }, + { + "id": "openseek-3-9a3ba45829ac441ebb21d63d41f492ba", + "input": "[150, 39, 15, 62]", + "output": [ + "[75, 118, 46, 31]" + ] + }, + { + "id": "openseek-3-7878daaf20b24def89269cfd31721e5a", + "input": "[164, 167, 160, 98, 162]", + "output": [ + "[82, 502, 80, 49, 81]" + ] + }, + { + "id": "openseek-3-4c1d049023c8474ebb375fe20a6b622b", + "input": "[62, 191, 116]", + "output": [ + "[31, 574, 58]" + ] + }, + { + "id": "openseek-3-2d3d32afd44f4800919035a1baf6d432", + "input": "[121, 127, 131, 92, 196, 87]", + "output": [ + "[364, 382, 394, 46, 98, 262]" + ] + }, + { + "id": "openseek-3-7b1e4bab9cd7453f891a2a8fd880e1e0", + "input": "[162, 3, 94]", + "output": [ + "[81, 10, 47]" + ] + }, + { + "id": "openseek-3-05822e5bb440491eb8b268e30806a045", + "input": "[45, 187, 63, 184]", + "output": [ + "[136, 562, 190, 92]" + ] + }, + { + "id": "openseek-3-d67e7d6c8f44416b8a5758daae2858c5", + "input": "[138, 100, 135, 133, 153, 39, 119]", + "output": [ + "[69, 50, 406, 400, 460, 118, 358]" + ] + }, + { + "id": "openseek-3-fee89879a9cc44a7a5796cfb37a03fd3", + "input": "[53, 69, 107, 93, 44, 164, 16]", + "output": [ + "[160, 208, 322, 280, 22, 82, 8]" + ] + }, + { + "id": "openseek-3-eb38200748fa426aa6f6f870c9ff80c7", + "input": "[134, 9, 96, 152, 70, 159, 159]", + "output": [ + "[67, 28, 48, 76, 35, 478, 478]" + ] + }, + { + "id": "openseek-3-dbd42066cf1946fcbf33d0c3b293b88c", + "input": "[161, 56, 49, 131]", + "output": [ + "[484, 28, 148, 394]" + ] + }, + { + "id": "openseek-3-fd61e49607b341329d941d601b78a307", + "input": "[166, 159, 6, 188, 44, 44]", + "output": [ + "[83, 478, 3, 94, 22, 22]" + ] + }, + { + "id": "openseek-3-79e0e2dc113f4c829290f5665dfee1ea", + "input": "[151, 157, 57, 191, 163]", + "output": [ + "[454, 472, 172, 574, 490]" + ] + }, + { + "id": "openseek-3-e897dff0b5cd43b9a8fd4ff33736122a", + "input": "[38, 24, 172]", + "output": [ + "[19, 12, 86]" + ] + }, + { + "id": "openseek-3-47fff75407eb48fd98be1c14b267237c", + "input": "[6, 180, 106, 45, 33, 13, 187, 85]", + "output": [ + "[3, 90, 53, 136, 100, 40, 562, 256]" + ] + }, + { + "id": "openseek-3-03923e2a7959467096bdf616e8eef28a", + "input": "[16, 48, 126, 55]", + "output": [ + "[8, 24, 63, 166]" + ] + }, + { + "id": "openseek-3-1079cfb142b4486caa8fb286169524a7", + "input": "[38, 193, 196]", + "output": [ + "[19, 580, 98]" + ] + }, + { + "id": "openseek-3-b279192f1b3040acbc18b85771dc2458", + "input": "[80, 176, 146, 148, 14, 198, 11, 181]", + "output": [ + "[40, 88, 73, 74, 7, 99, 34, 544]" + ] + }, + { + "id": "openseek-3-3a93a6c6fa244179996479f435205e4d", + "input": "[88, 37, 70, 176]", + "output": [ + "[44, 112, 35, 88]" + ] + }, + { + "id": "openseek-3-872aa5653e204f4dbe56b3ad96f5ee6f", + "input": "[102, 185, 153, 85]", + "output": [ + "[51, 556, 460, 256]" + ] + }, + { + "id": "openseek-3-f63697327d714a598c48b61afda405b5", + "input": "[80, 51, 153, 84, 149]", + "output": [ + "[40, 154, 460, 42, 448]" + ] + }, + { + "id": "openseek-3-ffeb341b94684468809db5def60191ca", + "input": "[194, 54, 2, 77, 198, 95, 83, 82, 45]", + "output": [ + "[97, 27, 1, 232, 99, 286, 250, 41, 136]" + ] + }, + { + "id": "openseek-3-4f38f079227a473993b81f12c9394686", + "input": "[45, 61, 140, 167, 6]", + "output": [ + "[136, 184, 70, 502, 3]" + ] + }, + { + "id": "openseek-3-90ae44af4c2245c79fe13d24260f8bf1", + "input": "[150, 30, 96, 37, 36, 53]", + "output": [ + "[75, 15, 48, 112, 18, 160]" + ] + }, + { + "id": "openseek-3-8a9561adbf424031a89352f7cdddbbd9", + "input": "[44, 132, 74, 190, 156, 50, 184, 34, 182]", + "output": [ + "[22, 66, 37, 95, 78, 25, 92, 17, 91]" + ] + }, + { + "id": "openseek-3-9258d118a2f849df9704e211c4572725", + "input": "[118, 1, 4, 104, 74]", + "output": [ + "[59, 4, 2, 52, 37]" + ] + }, + { + "id": "openseek-3-2b66ec5f843649319c2132b7a25b721b", + "input": "[48, 177, 91, 135, 193, 5, 120]", + "output": [ + "[24, 532, 274, 406, 580, 16, 60]" + ] + }, + { + "id": "openseek-3-1af7557733844bf9aa57a9b9322e9ed3", + "input": "[122, 31, 40]", + "output": [ + "[61, 94, 20]" + ] + }, + { + "id": "openseek-3-ffea8767c81a4ff49be709455da06dfb", + "input": "[124, 76, 58, 184, 43, 43, 8]", + "output": [ + "[62, 38, 29, 92, 130, 130, 4]" + ] + }, + { + "id": "openseek-3-c3f2bf84373c4f1ea9da30512798a437", + "input": "[126, 62, 64, 15]", + "output": [ + "[63, 31, 32, 46]" + ] + }, + { + "id": "openseek-3-e5ec0434ffe94b68a81b15f5d52ee1fb", + "input": "[24, 178, 128, 189, 9]", + "output": [ + "[12, 89, 64, 568, 28]" + ] + }, + { + "id": "openseek-3-803e333be18a44e9a4c1b1f335b58660", + "input": "[94, 182]", + "output": [ + "[47, 91]" + ] + }, + { + "id": "openseek-3-1055bad6520245ab95a37405360188e5", + "input": "[54, 109, 124, 155, 25, 120]", + "output": [ + "[27, 328, 62, 466, 76, 60]" + ] + }, + { + "id": "openseek-3-38b0879d7c294d039603c11d3ed11a48", + "input": "[55, 44, 128, 137, 136, 129, 194, 157]", + "output": [ + "[166, 22, 64, 412, 68, 388, 97, 472]" + ] + }, + { + "id": "openseek-3-dba6d529efdc4ec4a13fa63e6048fe84", + "input": "[192, 11, 158, 72, 172, 198, 47]", + "output": [ + "[96, 34, 79, 36, 86, 99, 142]" + ] + }, + { + "id": "openseek-3-2d95346a56ca468eadf0de98bdc1ce88", + "input": "[32, 13, 153, 180, 150, 140, 141]", + "output": [ + "[16, 40, 460, 90, 75, 70, 424]" + ] + }, + { + "id": "openseek-3-5ab79256276c494b8b089d8171e5c229", + "input": "[199, 27, 98, 62]", + "output": [ + "[598, 82, 49, 31]" + ] + }, + { + "id": "openseek-3-58459dea706843a6b1f532dd6ed1b28b", + "input": "[193, 111, 110, 39, 67]", + "output": [ + "[580, 334, 55, 118, 202]" + ] + }, + { + "id": "openseek-3-5b3d1f3526044c56a998e502220814e9", + "input": "[173, 157, 172, 29, 42, 58, 172, 171, 151]", + "output": [ + "[520, 472, 86, 88, 21, 29, 86, 514, 454]" + ] + }, + { + "id": "openseek-3-57382140fa4c48e3a1b19a27ca235236", + "input": "[47, 53, 187, 31, 145]", + "output": [ + "[142, 160, 562, 94, 436]" + ] + }, + { + "id": "openseek-3-5cfc855471384532b81cbc9d049dbea6", + "input": "[102, 117, 56, 160]", + "output": [ + "[51, 352, 28, 80]" + ] + }, + { + "id": "openseek-3-d2d8c686ec574720bb616a4ba90d4776", + "input": "[160, 1, 101, 178, 167, 110, 7]", + "output": [ + "[80, 4, 304, 89, 502, 55, 22]" + ] + }, + { + "id": "openseek-3-03d661941e7c45ffa46d521090d78e9d", + "input": "[149, 178, 60, 132, 97, 147, 41, 77]", + "output": [ + "[448, 89, 30, 66, 292, 442, 124, 232]" + ] + }, + { + "id": "openseek-3-6217b549951a4d9f9a7bd4773ab17f5a", + "input": "[94, 59, 63]", + "output": [ + "[47, 178, 190]" + ] + }, + { + "id": "openseek-3-0a889263d965413bb146486887bd4f28", + "input": "[187, 194, 80, 113, 47]", + "output": [ + "[562, 97, 40, 340, 142]" + ] + }, + { + "id": "openseek-3-324d4be8df1e4c28aaa862a21f934772", + "input": "[60, 111, 135, 91, 126, 16, 2]", + "output": [ + "[30, 334, 406, 274, 63, 8, 1]" + ] + }, + { + "id": "openseek-3-8458d020ddd84ee5b66a1b6ca36ccf2e", + "input": "[29, 69]", + "output": [ + "[88, 208]" + ] + }, + { + "id": "openseek-3-c82030a3cee949279a2d72d4857e52f1", + "input": "[178, 74, 16, 198, 165, 108, 192]", + "output": [ + "[89, 37, 8, 99, 496, 54, 96]" + ] + }, + { + "id": "openseek-3-03a056461f3e42f3a6c09ac9b711c68d", + "input": "[84, 99, 14, 78, 165, 118, 98, 23]", + "output": [ + "[42, 298, 7, 39, 496, 59, 49, 70]" + ] + }, + { + "id": "openseek-3-7cb09a5664564bee881442cd6425e2f0", + "input": "[88, 76, 62, 5, 44, 194, 18, 76]", + "output": [ + "[44, 38, 31, 16, 22, 97, 9, 38]" + ] + }, + { + "id": "openseek-3-a3ac4f4b120b49049e2128575ab6bd5b", + "input": "[115, 184, 3, 147, 190, 15]", + "output": [ + "[346, 92, 10, 442, 95, 46]" + ] + }, + { + "id": "openseek-3-b7541739100f41bdbf64af93b589d9d9", + "input": "[124, 163, 37, 103]", + "output": [ + "[62, 490, 112, 310]" + ] + }, + { + "id": "openseek-3-b722f5f934744ffd930df47324d3394d", + "input": "[18, 103, 99, 114, 28, 167]", + "output": [ + "[9, 310, 298, 57, 14, 502]" + ] + }, + { + "id": "openseek-3-a2f2e4d9c6494a28a10be430dfff1876", + "input": "[198, 70, 156]", + "output": [ + "[99, 35, 78]" + ] + }, + { + "id": "openseek-3-f90a4f4786334a8a9a2e8893ccf4081d", + "input": "[170, 57, 175]", + "output": [ + "[85, 172, 526]" + ] + }, + { + "id": "openseek-3-f8d678e0aa574d7ca1e61244d25fab5c", + "input": "[10, 54, 17, 31]", + "output": [ + "[5, 27, 52, 94]" + ] + }, + { + "id": "openseek-3-f886c1813d2f4f60823384b4db738cae", + "input": "[140, 183, 155, 112]", + "output": [ + "[70, 550, 466, 56]" + ] + }, + { + "id": "openseek-3-53c4b660c83d49e0985ed93c89dae27c", + "input": "[190, 74, 19, 124, 38]", + "output": [ + "[95, 37, 58, 62, 19]" + ] + }, + { + "id": "openseek-3-3a65797fb35445ffa9d2876d1918e472", + "input": "[9, 132, 164, 191, 80, 72]", + "output": [ + "[28, 66, 82, 574, 40, 36]" + ] + }, + { + "id": "openseek-3-16cfabe43d4c4f93a24b0da8411be3b1", + "input": "[41, 91, 160, 40, 23]", + "output": [ + "[124, 274, 80, 20, 70]" + ] + }, + { + "id": "openseek-3-ade8680beaa44bb1b8a618affcdecc41", + "input": "[97, 46, 28, 136, 146, 134, 16, 140]", + "output": [ + "[292, 23, 14, 68, 73, 67, 8, 70]" + ] + }, + { + "id": "openseek-3-942e17dccc854754a7e59c8ff1a1a63d", + "input": "[46, 147, 42, 119, 134, 40]", + "output": [ + "[23, 442, 21, 358, 67, 20]" + ] + }, + { + "id": "openseek-3-85564c894be54f14b47668a22fc9edb8", + "input": "[164, 148, 127]", + "output": [ + "[82, 74, 382]" + ] + }, + { + "id": "openseek-3-87278c8128384c5ca59821350ef8526b", + "input": "[91, 188, 173, 12, 145]", + "output": [ + "[274, 94, 520, 6, 436]" + ] + }, + { + "id": "openseek-3-ceed3a0848644a20b46a255cfdc3a95c", + "input": "[5, 98, 89, 178]", + "output": [ + "[16, 49, 268, 89]" + ] + }, + { + "id": "openseek-3-6ab5b0c38d3b4ef8b468a261232ea1d5", + "input": "[193, 100, 49, 84, 149, 77, 142, 154, 73]", + "output": [ + "[580, 50, 148, 42, 448, 232, 71, 77, 220]" + ] + }, + { + "id": "openseek-3-1292d55126ef4cbfb5dfdfa96aa64cde", + "input": "[28, 132, 167, 9, 142, 126, 96, 193]", + "output": [ + "[14, 66, 502, 28, 71, 63, 48, 580]" + ] + }, + { + "id": "openseek-3-a356054912b840918aacb5bbd5134373", + "input": "[95, 197, 13, 67, 122]", + "output": [ + "[286, 592, 40, 202, 61]" + ] + }, + { + "id": "openseek-3-0c71ea34eaba424698504462bdd57464", + "input": "[77, 18]", + "output": [ + "[232, 9]" + ] + }, + { + "id": "openseek-3-1a4b6314444240ab9e5242693dacc00c", + "input": "[64, 161, 73, 163]", + "output": [ + "[32, 484, 220, 490]" + ] + }, + { + "id": "openseek-3-cd564dfc08154ecc89dc439b80726386", + "input": "[6, 128, 172, 119, 192, 105, 147, 86, 27]", + "output": [ + "[3, 64, 86, 358, 96, 316, 442, 43, 82]" + ] + }, + { + "id": "openseek-3-cff133fa852348fd9b49d9c8ae3ae9da", + "input": "[110, 51, 102, 90, 18]", + "output": [ + "[55, 154, 51, 45, 9]" + ] + }, + { + "id": "openseek-3-88927de94fc14bb1819aa13a437061f1", + "input": "[60, 74, 102, 18, 11, 27]", + "output": [ + "[30, 37, 51, 9, 34, 82]" + ] + }, + { + "id": "openseek-3-64fe0a59b996414492c4a3563aa877fe", + "input": "[167, 193, 43, 25, 12, 82, 186, 107]", + "output": [ + "[502, 580, 130, 76, 6, 41, 93, 322]" + ] + }, + { + "id": "openseek-3-39d68870a8664c8da2df310108b236dd", + "input": "[161, 89, 106, 200, 51, 122, 56]", + "output": [ + "[484, 268, 53, 100, 154, 61, 28]" + ] + }, + { + "id": "openseek-3-e078fb654ca94efdb04747dc92119be2", + "input": "[102, 187, 18, 6, 38]", + "output": [ + "[51, 562, 9, 3, 19]" + ] + }, + { + "id": "openseek-3-29a14c9b00fa4e008ea253f8ddd412e7", + "input": "[73, 22, 192]", + "output": [ + "[220, 11, 96]" + ] + }, + { + "id": "openseek-3-bc6c9ea34ded4b94aa677cb5518fd121", + "input": "[188, 157, 118, 81, 39, 77, 58]", + "output": [ + "[94, 472, 59, 244, 118, 232, 29]" + ] + }, + { + "id": "openseek-3-c77e78edaf1c448d88aa24cc9ddd0cb4", + "input": "[113, 106, 43, 5, 37]", + "output": [ + "[340, 53, 130, 16, 112]" + ] + }, + { + "id": "openseek-3-4468834659814674be3abbe41ad2fca4", + "input": "[20, 98, 47, 188, 146, 126, 178]", + "output": [ + "[10, 49, 142, 94, 73, 63, 89]" + ] + }, + { + "id": "openseek-3-b8a66eebd2a44c979c50e30216d497e5", + "input": "[151, 191]", + "output": [ + "[454, 574]" + ] + }, + { + "id": "openseek-3-c5a9f4bdfdeb4bf788aeee8948f206a9", + "input": "[189, 41, 36, 118, 101, 179, 24, 112, 180]", + "output": [ + "[568, 124, 18, 59, 304, 538, 12, 56, 90]" + ] + }, + { + "id": "openseek-3-d480331573dd4203b6c51b738dcf6b8a", + "input": "[10, 157, 190, 39]", + "output": [ + "[5, 472, 95, 118]" + ] + }, + { + "id": "openseek-3-3688ae68c255494baf87f8a96cafa185", + "input": "[165, 56, 45, 61, 115, 142, 8, 158, 198]", + "output": [ + "[496, 28, 136, 184, 346, 71, 4, 79, 99]" + ] + }, + { + "id": "openseek-3-12fa61a9a9654a63af7c0c540a9e3423", + "input": "[2, 62, 37, 26, 21, 59, 68, 194]", + "output": [ + "[1, 31, 112, 13, 64, 178, 34, 97]" + ] + }, + { + "id": "openseek-3-c6c74a4f9766424a95fd641627c214dc", + "input": "[46, 64, 120, 173]", + "output": [ + "[23, 32, 60, 520]" + ] + }, + { + "id": "openseek-3-e94132c931f74e20a3084a3ae0b820a2", + "input": "[43, 161, 141, 15, 81, 49, 20, 158, 187]", + "output": [ + "[130, 484, 424, 46, 244, 148, 10, 79, 562]" + ] + }, + { + "id": "openseek-3-5c4c7028fdcc404e9074acff13cfb971", + "input": "[8, 86, 79, 150]", + "output": [ + "[4, 43, 238, 75]" + ] + }, + { + "id": "openseek-3-364c5f716c8140ee944a338b6258bd5d", + "input": "[179, 192, 113, 153, 143, 5, 48]", + "output": [ + "[538, 96, 340, 460, 430, 16, 24]" + ] + }, + { + "id": "openseek-3-5b2ea2c6b63c4c4b8fdbc8b4d389ad56", + "input": "[106, 157, 39, 148, 72, 122]", + "output": [ + "[53, 472, 118, 74, 36, 61]" + ] + }, + { + "id": "openseek-3-6a423f776779480a9ae06d53d8bbd850", + "input": "[156, 134, 50, 189, 129, 65, 101]", + "output": [ + "[78, 67, 25, 568, 388, 196, 304]" + ] + }, + { + "id": "openseek-3-c164217f86a84e9081b60d46238cbfa4", + "input": "[69, 112, 126, 167]", + "output": [ + "[208, 56, 63, 502]" + ] + }, + { + "id": "openseek-3-88befaea5df24ac18f0af8c2bf3319bd", + "input": "[144, 38, 9, 106, 151, 137, 136, 114]", + "output": [ + "[72, 19, 28, 53, 454, 412, 68, 57]" + ] + }, + { + "id": "openseek-3-ea3ea85023aa481da6181a1f2e6fe571", + "input": "[10, 85, 105, 61, 63, 194, 138, 140]", + "output": [ + "[5, 256, 316, 184, 190, 97, 69, 70]" + ] + }, + { + "id": "openseek-3-c5ffe1a7e2284d07918b5b77ed252faf", + "input": "[1, 51]", + "output": [ + "[4, 154]" + ] + }, + { + "id": "openseek-3-bf07a87db7ab410a93e25751d23b343d", + "input": "[124, 77, 111, 168, 34, 176]", + "output": [ + "[62, 232, 334, 84, 17, 88]" + ] + }, + { + "id": "openseek-3-7baada2e7e174655aa80750c237b1e16", + "input": "[144, 34, 73, 23, 56, 173, 44]", + "output": [ + "[72, 17, 220, 70, 28, 520, 22]" + ] + }, + { + "id": "openseek-3-a5e001a6b32d4690bad484f71c9f7fb1", + "input": "[151, 75, 140, 25, 38]", + "output": [ + "[454, 226, 70, 76, 19]" + ] + }, + { + "id": "openseek-3-ce51814ec0c4412abaf25f66c65a1843", + "input": "[107, 52, 175, 128, 110, 119]", + "output": [ + "[322, 26, 526, 64, 55, 358]" + ] + }, + { + "id": "openseek-3-cc58620dafc747829b047ef9ae080059", + "input": "[70, 177, 195, 142, 24, 57]", + "output": [ + "[35, 532, 586, 71, 12, 172]" + ] + }, + { + "id": "openseek-3-097e44ad2cde4bbda848c713613f6a22", + "input": "[64, 157, 118, 29, 84, 135, 185, 200]", + "output": [ + "[32, 472, 59, 88, 42, 406, 556, 100]" + ] + }, + { + "id": "openseek-3-b26616d8c00f432e87a457d51cd959e2", + "input": "[2, 106, 85]", + "output": [ + "[1, 53, 256]" + ] + }, + { + "id": "openseek-3-228b7845247f41e184343c3925f461a5", + "input": "[173, 6, 159, 130, 176, 188, 136, 99, 14]", + "output": [ + "[520, 3, 478, 65, 88, 94, 68, 298, 7]" + ] + }, + { + "id": "openseek-3-9d12624ad75341d3bf6742e3506147a3", + "input": "[120, 87]", + "output": [ + "[60, 262]" + ] + }, + { + "id": "openseek-3-3e5a3bfd71c14bfb969de4c425d085f8", + "input": "[50, 199, 1, 3, 79, 43, 29, 20, 109]", + "output": [ + "[25, 598, 4, 10, 238, 130, 88, 10, 328]" + ] + }, + { + "id": "openseek-3-21c16a35fb7042b8aad7f110efd936a0", + "input": "[142, 139, 128, 13, 71, 45, 151, 4, 158]", + "output": [ + "[71, 418, 64, 40, 214, 136, 454, 2, 79]" + ] + }, + { + "id": "openseek-3-d815ae89512941138a00688ad94505dc", + "input": "[50, 141, 10, 115, 136, 79, 51]", + "output": [ + "[25, 424, 5, 346, 68, 238, 154]" + ] + }, + { + "id": "openseek-3-36192d3026824f19996dfea4e0dcd9e0", + "input": "[131, 19, 79, 83, 140]", + "output": [ + "[394, 58, 238, 250, 70]" + ] + }, + { + "id": "openseek-3-3cb79ee260834753a5dfbec39a338368", + "input": "[144, 191, 136, 133]", + "output": [ + "[72, 574, 68, 400]" + ] + }, + { + "id": "openseek-3-9639cd8574664e038212e6e8f1376bed", + "input": "[77, 198, 50, 23, 177, 169, 15]", + "output": [ + "[232, 99, 25, 70, 532, 508, 46]" + ] + }, + { + "id": "openseek-3-3526a769950a4870879d6a2fbd82e8e4", + "input": "[133, 176, 88]", + "output": [ + "[400, 88, 44]" + ] + }, + { + "id": "openseek-3-6d2db726e23a411f9d7b7eb8a4ab934d", + "input": "[78, 48, 44, 186]", + "output": [ + "[39, 24, 22, 93]" + ] + }, + { + "id": "openseek-3-5b8ca141bcca4e2d9d4faf862a9f4dce", + "input": "[124, 20, 79, 75, 7, 114, 67, 5, 149]", + "output": [ + "[62, 10, 238, 226, 22, 57, 202, 16, 448]" + ] + }, + { + "id": "openseek-3-59ba133167a4453a8a2899561a7e45a3", + "input": "[198, 194, 153, 172, 138, 23, 22, 92, 127]", + "output": [ + "[99, 97, 460, 86, 69, 70, 11, 46, 382]" + ] + }, + { + "id": "openseek-3-f5bebb9b65a64ee8a3ebabfe3503a81c", + "input": "[42, 157, 14, 108, 73, 136, 138]", + "output": [ + "[21, 472, 7, 54, 220, 68, 69]" + ] + }, + { + "id": "openseek-3-45900c3e3b5c4071bb7d62638b6f8636", + "input": "[143, 93, 60, 52]", + "output": [ + "[430, 280, 30, 26]" + ] + }, + { + "id": "openseek-3-bd362972db844cd3b305c95bc6a80c3a", + "input": "[99, 101, 82, 76, 198, 35]", + "output": [ + "[298, 304, 41, 38, 99, 106]" + ] + }, + { + "id": "openseek-3-d14f85d9ea064a39af2f89f1f7c87add", + "input": "[84, 162, 28, 132]", + "output": [ + "[42, 81, 14, 66]" + ] + }, + { + "id": "openseek-3-c4aef06c1bac4d77b99a4d282204f3ef", + "input": "[31, 53]", + "output": [ + "[94, 160]" + ] + }, + { + "id": "openseek-3-dcb840c5b7d147c882694ab83ea6e722", + "input": "[107, 156, 149, 113, 13, 61, 124, 183]", + "output": [ + "[322, 78, 448, 340, 40, 184, 62, 550]" + ] + }, + { + "id": "openseek-3-20c1aafbc6cf4e9eac2cda3ae3c5fe78", + "input": "[6, 95, 200, 103, 148]", + "output": [ + "[3, 286, 100, 310, 74]" + ] + }, + { + "id": "openseek-3-1866e02e5467456db72884dd97f50a39", + "input": "[128, 157, 76, 132, 167, 195, 143, 118, 133]", + "output": [ + "[64, 472, 38, 66, 502, 586, 430, 59, 400]" + ] + }, + { + "id": "openseek-3-35384f84d863436b834e09bcc171f335", + "input": "[148, 43, 86, 146, 173, 44, 95, 99]", + "output": [ + "[74, 130, 43, 73, 520, 22, 286, 298]" + ] + }, + { + "id": "openseek-3-66e10357671c44e984d849377cde409d", + "input": "[4, 163, 194, 118, 192]", + "output": [ + "[2, 490, 97, 59, 96]" + ] + }, + { + "id": "openseek-3-12f46f122a7e410bafbf39871a7e5998", + "input": "[138, 175, 143]", + "output": [ + "[69, 526, 430]" + ] + }, + { + "id": "openseek-3-927bb1e7a7a04cd2a9df687e84d20239", + "input": "[166, 166]", + "output": [ + "[83, 83]" + ] + }, + { + "id": "openseek-3-e7092da9d2c646839323f64f6059c320", + "input": "[131, 22, 56]", + "output": [ + "[394, 11, 28]" + ] + }, + { + "id": "openseek-3-3ae9b9fd8b10434499183501b43405f4", + "input": "[182, 42, 37, 113, 117, 122, 194, 16, 11]", + "output": [ + "[91, 21, 112, 340, 352, 61, 97, 8, 34]" + ] + }, + { + "id": "openseek-3-00840a504d124b618ed94abaac7de3c9", + "input": "[178, 159, 146, 90, 81, 9, 81, 63]", + "output": [ + "[89, 478, 73, 45, 244, 28, 244, 190]" + ] + }, + { + "id": "openseek-3-c22eca539a31440dab5b4694a56898e5", + "input": "[45, 58, 96, 85, 30, 12, 99, 34]", + "output": [ + "[136, 29, 48, 256, 15, 6, 298, 17]" + ] + }, + { + "id": "openseek-3-27f7b043e721470dafdfe4c5cb311c8f", + "input": "[197, 63, 80, 82, 174, 32, 77]", + "output": [ + "[592, 190, 40, 41, 87, 16, 232]" + ] + }, + { + "id": "openseek-3-bd96d818c2574bd3bd205ea05e8a0d59", + "input": "[124, 196, 43, 70, 113, 92, 86]", + "output": [ + "[62, 98, 130, 35, 340, 46, 43]" + ] + }, + { + "id": "openseek-3-01556d178d3c4c239cdfd9c868ecf0e1", + "input": "[101, 86, 14, 138]", + "output": [ + "[304, 43, 7, 69]" + ] + }, + { + "id": "openseek-3-7a2b4f359dc34361a4b651f2e8523419", + "input": "[54, 109, 186, 170]", + "output": [ + "[27, 328, 93, 85]" + ] + }, + { + "id": "openseek-3-aafa08fae6bc40b98eacf7b61c02380c", + "input": "[62, 88]", + "output": [ + "[31, 44]" + ] + }, + { + "id": "openseek-3-7d06005e5ff54f55b4ea8e04f68cfa40", + "input": "[90, 132, 115]", + "output": [ + "[45, 66, 346]" + ] + }, + { + "id": "openseek-3-1287511ce95c49fd86e5c252160e6afd", + "input": "[46, 62, 114, 76, 60, 106, 87, 167]", + "output": [ + "[23, 31, 57, 38, 30, 53, 262, 502]" + ] + }, + { + "id": "openseek-3-feefd2f34f094718b7a7dfee4d9cf07a", + "input": "[188, 191, 77, 136, 134, 149, 169, 130]", + "output": [ + "[94, 574, 232, 68, 67, 448, 508, 65]" + ] + }, + { + "id": "openseek-3-c0c95ab26a2f4fb4ba63bcf5f29cb94b", + "input": "[24, 138, 79, 91, 48]", + "output": [ + "[12, 69, 238, 274, 24]" + ] + }, + { + "id": "openseek-3-b61be336283d43f69d4872b4807093c7", + "input": "[6, 66, 104]", + "output": [ + "[3, 33, 52]" + ] + }, + { + "id": "openseek-3-63a0fa39ebc0441da6cc8d171fcc86b1", + "input": "[43, 17, 43, 83]", + "output": [ + "[130, 52, 130, 250]" + ] + }, + { + "id": "openseek-3-2e552aaed13941dd9a64ad503986a8e1", + "input": "[146, 39, 148, 160, 120, 9, 133, 152]", + "output": [ + "[73, 118, 74, 80, 60, 28, 400, 76]" + ] + }, + { + "id": "openseek-3-52eaae0ae20a41238f5c99025094214f", + "input": "[168, 26, 108, 172, 114, 3, 97]", + "output": [ + "[84, 13, 54, 86, 57, 10, 292]" + ] + }, + { + "id": "openseek-3-46d55f0476444c2d9c79918715927f69", + "input": "[161, 99, 175, 36, 15, 82, 5]", + "output": [ + "[484, 298, 526, 18, 46, 41, 16]" + ] + }, + { + "id": "openseek-3-a8efd79e9a7c410fad6171e38bb9c806", + "input": "[196, 62, 170, 186, 41]", + "output": [ + "[98, 31, 85, 93, 124]" + ] + }, + { + "id": "openseek-3-2719944411b844ea9a748047b40641bb", + "input": "[104, 22, 199]", + "output": [ + "[52, 11, 598]" + ] + }, + { + "id": "openseek-3-8235c30f517c4798a1043496b01f954c", + "input": "[152, 183, 123, 162, 10, 20]", + "output": [ + "[76, 550, 370, 81, 5, 10]" + ] + }, + { + "id": "openseek-3-226412b1eff04eb4b08b7441fd75bed0", + "input": "[61, 198, 27, 172, 103]", + "output": [ + "[184, 99, 82, 86, 310]" + ] + }, + { + "id": "openseek-3-8716c0714ae5453c8d896ed6cbba4616", + "input": "[72, 36, 12]", + "output": [ + "[36, 18, 6]" + ] + }, + { + "id": "openseek-3-574974956d8e4fd2977a25d2f2c9f076", + "input": "[149, 117]", + "output": [ + "[448, 352]" + ] + }, + { + "id": "openseek-3-e4c92f1bb3f14f58b2733ece7ff0411b", + "input": "[145, 145, 115, 135, 33, 179, 9, 60]", + "output": [ + "[436, 436, 346, 406, 100, 538, 28, 30]" + ] + }, + { + "id": "openseek-3-7d0d300b6a08437da34faf4ee3416960", + "input": "[125, 153]", + "output": [ + "[376, 460]" + ] + }, + { + "id": "openseek-3-e4fa66fe6ef64368acca350e93b7ae9c", + "input": "[184, 190, 85, 22, 34, 158, 175, 122, 195]", + "output": [ + "[92, 95, 256, 11, 17, 79, 526, 61, 586]" + ] + }, + { + "id": "openseek-3-0a5d8da70a654b8199ae2f97e5564128", + "input": "[170, 102]", + "output": [ + "[85, 51]" + ] + }, + { + "id": "openseek-3-ac78f750540649d9878eebddbac42dc0", + "input": "[191, 103, 30, 161, 98, 97, 32, 66]", + "output": [ + "[574, 310, 15, 484, 49, 292, 16, 33]" + ] + }, + { + "id": "openseek-3-3734901fdf0b457692a21b4a0fda70ed", + "input": "[46, 14, 123, 84, 26]", + "output": [ + "[23, 7, 370, 42, 13]" + ] + }, + { + "id": "openseek-3-c5bf496796324cba88f4f30cec9cc416", + "input": "[146, 39, 192, 116, 199, 36, 99, 44, 26]", + "output": [ + "[73, 118, 96, 58, 598, 18, 298, 22, 13]" + ] + }, + { + "id": "openseek-3-0dcc09f755c840a69b6369adc6bf5cf1", + "input": "[33, 105, 42, 119, 75, 177]", + "output": [ + "[100, 316, 21, 358, 226, 532]" + ] + }, + { + "id": "openseek-3-e5267a328b2243bab71f65ba227e2642", + "input": "[62, 193, 109, 8, 67, 167, 165]", + "output": [ + "[31, 580, 328, 4, 202, 502, 496]" + ] + }, + { + "id": "openseek-3-17c19c3bf8d94cb19a134dc09c66d8c6", + "input": "[26, 69, 110, 49]", + "output": [ + "[13, 208, 55, 148]" + ] + }, + { + "id": "openseek-3-40994248618e4bdbb6aaadeca3c31b8a", + "input": "[25, 90, 66, 121]", + "output": [ + "[76, 45, 33, 364]" + ] + }, + { + "id": "openseek-3-1620db4d594b461cb9b5b3738474868d", + "input": "[118, 78, 77, 24, 53, 192, 150, 76]", + "output": [ + "[59, 39, 232, 12, 160, 96, 75, 38]" + ] + }, + { + "id": "openseek-3-d95b44b603a94efaa332b8eaf013fdd3", + "input": "[99, 73, 134, 159]", + "output": [ + "[298, 220, 67, 478]" + ] + }, + { + "id": "openseek-3-c8e6f796a1f2487dba35a306e172248c", + "input": "[82, 134, 196, 156, 42, 114, 129]", + "output": [ + "[41, 67, 98, 78, 21, 57, 388]" + ] + }, + { + "id": "openseek-3-0fddfdf95c8f49078003f0a6d5a1e16d", + "input": "[85, 23]", + "output": [ + "[256, 70]" + ] + }, + { + "id": "openseek-3-2c2ec365ccee4045954853cb6b946a12", + "input": "[26, 104, 32]", + "output": [ + "[13, 52, 16]" + ] + }, + { + "id": "openseek-3-7a87f53e032e4c1e92bb4290fbd9f2d6", + "input": "[138, 115, 36, 97, 105, 5, 143, 123]", + "output": [ + "[69, 346, 18, 292, 316, 16, 430, 370]" + ] + }, + { + "id": "openseek-3-adbe9c7c5d5d47ecb6228bf8dc445524", + "input": "[11, 55, 79]", + "output": [ + "[34, 166, 238]" + ] + }, + { + "id": "openseek-3-7a565a57775e4576b3cacc1e31e5b3e1", + "input": "[92, 131, 190, 43, 180, 198, 133]", + "output": [ + "[46, 394, 95, 130, 90, 99, 400]" + ] + }, + { + "id": "openseek-3-1169f72523cf4a82a59416a03450b5c7", + "input": "[95, 82, 105]", + "output": [ + "[286, 41, 316]" + ] + }, + { + "id": "openseek-3-3a0e6fa97f5a47d5a3f0b70101cd381a", + "input": "[179, 7, 170, 51, 92, 196, 194, 137, 22]", + "output": [ + "[538, 22, 85, 154, 46, 98, 97, 412, 11]" + ] + }, + { + "id": "openseek-3-225ff9298bfc4369807afb9b6eb36666", + "input": "[46, 47]", + "output": [ + "[23, 142]" + ] + }, + { + "id": "openseek-3-261e8699295647df8661403c084f659c", + "input": "[113, 28, 85, 8, 156, 70, 197]", + "output": [ + "[340, 14, 256, 4, 78, 35, 592]" + ] + }, + { + "id": "openseek-3-33ff184f24794bfcb1f7acc406079cd6", + "input": "[153, 76, 182, 185, 102, 156, 130, 188, 73]", + "output": [ + "[460, 38, 91, 556, 51, 78, 65, 94, 220]" + ] + }, + { + "id": "openseek-3-591e7677e23d416a81e40d365279dc95", + "input": "[23, 96, 92, 123, 91, 110]", + "output": [ + "[70, 48, 46, 370, 274, 55]" + ] + }, + { + "id": "openseek-3-d66060edf45d453bb23aaa16620673cd", + "input": "[107, 108, 197, 12]", + "output": [ + "[322, 54, 592, 6]" + ] + }, + { + "id": "openseek-3-887213bb348e41bfb2680cc8b9e88811", + "input": "[72, 122, 56, 59, 53, 97, 115, 4, 186]", + "output": [ + "[36, 61, 28, 178, 160, 292, 346, 2, 93]" + ] + }, + { + "id": "openseek-3-76b97fe83d534b79a5ef28f60b6316f0", + "input": "[90, 1, 149, 85, 143, 4, 140, 86]", + "output": [ + "[45, 4, 448, 256, 430, 2, 70, 43]" + ] + }, + { + "id": "openseek-3-8507c4fddf35465d803a21283245ac4f", + "input": "[72, 47, 18, 69]", + "output": [ + "[36, 142, 9, 208]" + ] + }, + { + "id": "openseek-3-dd5849281b424231bca9fa1921e76bc2", + "input": "[148, 185, 35, 77]", + "output": [ + "[74, 556, 106, 232]" + ] + }, + { + "id": "openseek-3-c24d71c279e5470590ecbde35e4db9bc", + "input": "[162, 49]", + "output": [ + "[81, 148]" + ] + }, + { + "id": "openseek-3-ead7eaba02ab4e8da668ec632f8466a5", + "input": "[75, 6, 132, 171, 139, 79, 72, 87]", + "output": [ + "[226, 3, 66, 514, 418, 238, 36, 262]" + ] + }, + { + "id": "openseek-3-bdd9b8db87be47d7a049ca919a4371da", + "input": "[12, 10, 73]", + "output": [ + "[6, 5, 220]" + ] + }, + { + "id": "openseek-3-41a9b3fda19f4771bcf8fe2dc275e3c4", + "input": "[137, 20, 191, 80, 176, 124, 152, 158, 25]", + "output": [ + "[412, 10, 574, 40, 88, 62, 76, 79, 76]" + ] + }, + { + "id": "openseek-3-30f949e61aaf4404842304c91bbeda4c", + "input": "[2, 193, 22, 177, 51, 78, 133]", + "output": [ + "[1, 580, 11, 532, 154, 39, 400]" + ] + }, + { + "id": "openseek-3-16bae439a1fe4f9d922b5fd4be251d90", + "input": "[78, 196, 73, 94]", + "output": [ + "[39, 98, 220, 47]" + ] + }, + { + "id": "openseek-3-270c9775420942948dc03be800dabff3", + "input": "[35, 172, 197, 132, 124]", + "output": [ + "[106, 86, 592, 66, 62]" + ] + }, + { + "id": "openseek-3-d5f547cb50c04df6a5db2b3210d276c2", + "input": "[65, 180, 167, 18, 126]", + "output": [ + "[196, 90, 502, 9, 63]" + ] + }, + { + "id": "openseek-3-c47e26d1a2dd4025883e4d9a59061221", + "input": "[190, 116, 123, 3, 197, 170, 179]", + "output": [ + "[95, 58, 370, 10, 592, 85, 538]" + ] + }, + { + "id": "openseek-3-d794913b2c8042c6bcceea5e79f35d78", + "input": "[103, 124, 145, 112, 125]", + "output": [ + "[310, 62, 436, 56, 376]" + ] + }, + { + "id": "openseek-3-f3a955ca41eb48d98b3c06b427da69e8", + "input": "[98, 70]", + "output": [ + "[49, 35]" + ] + }, + { + "id": "openseek-3-237656744bae4233b46f369c3d37c0d3", + "input": "[92, 164, 91, 101]", + "output": [ + "[46, 82, 274, 304]" + ] + }, + { + "id": "openseek-3-93fddefd08cb4de98d6c79e2194be0a6", + "input": "[105, 2, 123, 143, 42, 143, 149, 117, 88]", + "output": [ + "[316, 1, 370, 430, 21, 430, 448, 352, 44]" + ] + }, + { + "id": "openseek-3-6b62ad216b284e3fa6b4a49f69e0e61b", + "input": "[58, 5, 77, 185, 145, 34]", + "output": [ + "[29, 16, 232, 556, 436, 17]" + ] + }, + { + "id": "openseek-3-c1ff0722381f44a4b33019f6d7fdb26a", + "input": "[66, 115, 40, 179, 129, 163, 103, 189]", + "output": [ + "[33, 346, 20, 538, 388, 490, 310, 568]" + ] + }, + { + "id": "openseek-3-35f1a0fb294f42189ebe6c9d5defdd6c", + "input": "[57, 143, 168, 62, 41, 191, 147]", + "output": [ + "[172, 430, 84, 31, 124, 574, 442]" + ] + }, + { + "id": "openseek-3-e5620356e00d4d0c9a3900058284dca5", + "input": "[123, 193]", + "output": [ + "[370, 580]" + ] + }, + { + "id": "openseek-3-f72c6488f1f5475eb3e56143f7e46e02", + "input": "[52, 85, 74, 191, 180, 118, 144, 39, 182]", + "output": [ + "[26, 256, 37, 574, 90, 59, 72, 118, 91]" + ] + }, + { + "id": "openseek-3-179ea5858401467186889bd0228dbd7b", + "input": "[81, 157, 178, 143, 50]", + "output": [ + "[244, 472, 89, 430, 25]" + ] + }, + { + "id": "openseek-3-767425210e95459285faf7a6e25d5371", + "input": "[199, 47, 31, 120]", + "output": [ + "[598, 142, 94, 60]" + ] + }, + { + "id": "openseek-3-5377f260d14a4059a5bbeb2708d69463", + "input": "[21, 127, 150, 30, 122, 97, 48, 5, 51]", + "output": [ + "[64, 382, 75, 15, 61, 292, 24, 16, 154]" + ] + }, + { + "id": "openseek-3-c13653844625416cb61f3346d49c338e", + "input": "[9, 93]", + "output": [ + "[28, 280]" + ] + }, + { + "id": "openseek-3-85fe54542cd94843ad5834b34045ecac", + "input": "[154, 78, 50, 190, 163, 140, 165, 77, 34]", + "output": [ + "[77, 39, 25, 95, 490, 70, 496, 232, 17]" + ] + }, + { + "id": "openseek-3-72d83b73f6d941e0a40dc7fe406ad77f", + "input": "[14, 37, 60, 107, 64, 110, 115, 1, 194]", + "output": [ + "[7, 112, 30, 322, 32, 55, 346, 4, 97]" + ] + }, + { + "id": "openseek-3-0f9eb0143ac54727a993c97d3a013c95", + "input": "[103, 90, 93, 43, 3, 195, 128, 54, 192]", + "output": [ + "[310, 45, 280, 130, 10, 586, 64, 27, 96]" + ] + }, + { + "id": "openseek-3-2bdc2294201244b182079ff8a2b616f0", + "input": "[14, 177]", + "output": [ + "[7, 532]" + ] + }, + { + "id": "openseek-3-da3bb6815c124699995e09eae5659ef0", + "input": "[8, 88]", + "output": [ + "[4, 44]" + ] + }, + { + "id": "openseek-3-4878b03790c4495fa43bcac7fb4a99c1", + "input": "[173, 104, 148, 152, 63, 178, 82, 72]", + "output": [ + "[520, 52, 74, 76, 190, 89, 41, 36]" + ] + }, + { + "id": "openseek-3-f407e462e3ee4b3c8d5342bd9a0feb59", + "input": "[37, 198]", + "output": [ + "[112, 99]" + ] + }, + { + "id": "openseek-3-dc10615f70804c3e87c17f8cf7b96cbb", + "input": "[74, 31, 60, 123, 179, 145, 135, 153]", + "output": [ + "[37, 94, 30, 370, 538, 436, 406, 460]" + ] + }, + { + "id": "openseek-3-ce890497c85e4138aba45d2bad304db5", + "input": "[11, 100, 115]", + "output": [ + "[34, 50, 346]" + ] + }, + { + "id": "openseek-3-d07dbaf32d8048ca97cf06fc0ee15029", + "input": "[164, 142, 129, 57, 179, 18, 48]", + "output": [ + "[82, 71, 388, 172, 538, 9, 24]" + ] + }, + { + "id": "openseek-3-521a5db2288a47f5af0a9e36b584c171", + "input": "[23, 23, 11]", + "output": [ + "[70, 70, 34]" + ] + }, + { + "id": "openseek-3-d655b683f88c4e54ae1c0be52fd3cd1a", + "input": "[17, 27, 157, 134, 88, 139, 8, 1, 191]", + "output": [ + "[52, 82, 472, 67, 44, 418, 4, 4, 574]" + ] + }, + { + "id": "openseek-3-9f7aa08ecc7b450aaf8e9bcbf6dde1a1", + "input": "[131, 183]", + "output": [ + "[394, 550]" + ] + }, + { + "id": "openseek-3-138ba776e95a43069a729da1c6e90645", + "input": "[126, 141]", + "output": [ + "[63, 424]" + ] + }, + { + "id": "openseek-3-7caa1c9e455549878d4fd00197fca530", + "input": "[47, 143, 110, 88, 44, 135, 110]", + "output": [ + "[142, 430, 55, 44, 22, 406, 55]" + ] + }, + { + "id": "openseek-3-ddad087cbae34546bdda19496c66ca83", + "input": "[98, 85, 95]", + "output": [ + "[49, 256, 286]" + ] + }, + { + "id": "openseek-3-b96f029340e545d7be8a768c2bfe5674", + "input": "[46, 16, 65, 87, 193, 169, 161, 32]", + "output": [ + "[23, 8, 196, 262, 580, 508, 484, 16]" + ] + }, + { + "id": "openseek-3-22c81c21242f4ca8a1832f2573855529", + "input": "[121, 158, 26, 28, 65, 154, 17]", + "output": [ + "[364, 79, 13, 14, 196, 77, 52]" + ] + }, + { + "id": "openseek-3-d87c06c3c2d44751a553a9a06c3d3d8b", + "input": "[143, 104, 118]", + "output": [ + "[430, 52, 59]" + ] + }, + { + "id": "openseek-3-3e4efa9c58c7479d96ff870ff2150a5d", + "input": "[60, 112, 139, 158, 132, 134]", + "output": [ + "[30, 56, 418, 79, 66, 67]" + ] + }, + { + "id": "openseek-3-d7d5d662dc384357bb5f95c735d3eddb", + "input": "[189, 189, 155]", + "output": [ + "[568, 568, 466]" + ] + }, + { + "id": "openseek-3-b39135da3afb44ebb73de3f85d092946", + "input": "[191, 197, 14, 42]", + "output": [ + "[574, 592, 7, 21]" + ] + }, + { + "id": "openseek-3-65ff580e18614c628e41e3e579564f38", + "input": "[51, 55, 143, 41, 69, 47, 139]", + "output": [ + "[154, 166, 430, 124, 208, 142, 418]" + ] + }, + { + "id": "openseek-3-ceee4b9aefcb42b1be3370676a17714f", + "input": "[171, 113, 89, 156, 199, 183]", + "output": [ + "[514, 340, 268, 78, 598, 550]" + ] + }, + { + "id": "openseek-3-bf6f98acf2ac45118671b3f09d36b593", + "input": "[101, 106, 195, 16, 73]", + "output": [ + "[304, 53, 586, 8, 220]" + ] + }, + { + "id": "openseek-3-015f7bf3d8034dc7a2aa10e989100327", + "input": "[130, 60, 198, 57, 165]", + "output": [ + "[65, 30, 99, 172, 496]" + ] + }, + { + "id": "openseek-3-7730f378f53847858fc5169e23627261", + "input": "[140, 35, 38, 182, 190, 36, 42, 63, 146]", + "output": [ + "[70, 106, 19, 91, 95, 18, 21, 190, 73]" + ] + }, + { + "id": "openseek-3-7aaacc5d8e6e418e87980d7fa7b03914", + "input": "[1, 150]", + "output": [ + "[4, 75]" + ] + }, + { + "id": "openseek-3-3a48676099df4f588db9e21137670885", + "input": "[17, 75, 66, 49]", + "output": [ + "[52, 226, 33, 148]" + ] + }, + { + "id": "openseek-3-c3d98da1b1874f018a221c4382c9cf42", + "input": "[49, 97, 92, 99, 10, 194, 7]", + "output": [ + "[148, 292, 46, 298, 5, 97, 22]" + ] + }, + { + "id": "openseek-3-30fca4974b9740e0b16140990e0f0cd6", + "input": "[65, 50, 68, 79, 144]", + "output": [ + "[196, 25, 34, 238, 72]" + ] + }, + { + "id": "openseek-3-f12d45a5ff97413fac0055e6ccd56788", + "input": "[143, 151, 137]", + "output": [ + "[430, 454, 412]" + ] + }, + { + "id": "openseek-3-6b9fab0964b54c9ba80de1ebc6c9cc14", + "input": "[14, 86, 50]", + "output": [ + "[7, 43, 25]" + ] + }, + { + "id": "openseek-3-2387b702929b4f1eb1303830e1ffb93b", + "input": "[156, 81]", + "output": [ + "[78, 244]" + ] + }, + { + "id": "openseek-3-15d41a7f8ee741cb8cba75a4e0a7be14", + "input": "[83, 62, 197, 199, 84, 35, 145, 111, 137]", + "output": [ + "[250, 31, 592, 598, 42, 106, 436, 334, 412]" + ] + }, + { + "id": "openseek-3-ef51b3f928df462cabcbcdbfc1ac9e53", + "input": "[68, 35, 146, 21, 188, 30, 20]", + "output": [ + "[34, 106, 73, 64, 94, 15, 10]" + ] + }, + { + "id": "openseek-3-10a051b06d354759afe86fb0edf18ac4", + "input": "[199, 137]", + "output": [ + "[598, 412]" + ] + }, + { + "id": "openseek-3-e999e1344fd9425590ed60dffc08b03e", + "input": "[147, 148, 63, 2]", + "output": [ + "[442, 74, 190, 1]" + ] + }, + { + "id": "openseek-3-c283a871428a44619aa6b5b4681c7fbb", + "input": "[154, 189, 109]", + "output": [ + "[77, 568, 328]" + ] + }, + { + "id": "openseek-3-5d8c152dcfd94df4ad38f0e7530960a5", + "input": "[37, 35, 92, 172, 52, 175]", + "output": [ + "[112, 106, 46, 86, 26, 526]" + ] + }, + { + "id": "openseek-3-62df8ed8c4324111b8cddea35252f180", + "input": "[19, 102, 119, 142, 36]", + "output": [ + "[58, 51, 358, 71, 18]" + ] + }, + { + "id": "openseek-3-39f7e54a0b2a4142add7b4df92c96a80", + "input": "[134, 175, 57, 61, 61]", + "output": [ + "[67, 526, 172, 184, 184]" + ] + }, + { + "id": "openseek-3-0e53ddda1bac48c387977d24b86bfb22", + "input": "[192, 71, 141, 164, 26]", + "output": [ + "[96, 214, 424, 82, 13]" + ] + }, + { + "id": "openseek-3-b97acb7db9b34f0a8f916fde15685371", + "input": "[88, 72, 159, 26, 70, 65]", + "output": [ + "[44, 36, 478, 13, 35, 196]" + ] + }, + { + "id": "openseek-3-f101fa9922ab4b4bac58199f7c092f27", + "input": "[6, 166, 98, 147, 44, 138, 79]", + "output": [ + "[3, 83, 49, 442, 22, 69, 238]" + ] + }, + { + "id": "openseek-3-9eb03c34249c4c7e90a63a8f42a81d2d", + "input": "[104, 78, 106]", + "output": [ + "[52, 39, 53]" + ] + }, + { + "id": "openseek-3-c9a6f01ccec24d2cbbe460885e1909ea", + "input": "[200, 120]", + "output": [ + "[100, 60]" + ] + }, + { + "id": "openseek-3-1c5ac5f6220e46e8b2192eb25e510fdc", + "input": "[143, 194, 23, 123, 165, 182, 184, 73, 10]", + "output": [ + "[430, 97, 70, 370, 496, 91, 92, 220, 5]" + ] + }, + { + "id": "openseek-3-9e3c1781330f45d7ab46261db054644a", + "input": "[110, 85, 73, 122, 40, 199, 196, 169]", + "output": [ + "[55, 256, 220, 61, 20, 598, 98, 508]" + ] + }, + { + "id": "openseek-3-716506f9bf444fc3a9aec479862e3cfd", + "input": "[32, 95, 117, 13, 71]", + "output": [ + "[16, 286, 352, 40, 214]" + ] + }, + { + "id": "openseek-3-7b178fe6842a41a08664546aa59f9340", + "input": "[14, 59, 10, 188, 45, 89, 141, 153, 150]", + "output": [ + "[7, 178, 5, 94, 136, 268, 424, 460, 75]" + ] + }, + { + "id": "openseek-3-011f538fa928490fae7e02e14f2eba00", + "input": "[100, 118, 151, 51, 6, 112, 77, 125, 21]", + "output": [ + "[50, 59, 454, 154, 3, 56, 232, 376, 64]" + ] + }, + { + "id": "openseek-3-ba754c5de38946e58435e82beda999b7", + "input": "[152, 26, 189, 97, 58]", + "output": [ + "[76, 13, 568, 292, 29]" + ] + }, + { + "id": "openseek-3-522bf9e724a14376919c7776d30996fd", + "input": "[27, 125, 53]", + "output": [ + "[82, 376, 160]" + ] + }, + { + "id": "openseek-3-a4be10e555de42f882b25416bf204f4d", + "input": "[186, 83, 66, 104, 56]", + "output": [ + "[93, 250, 33, 52, 28]" + ] + }, + { + "id": "openseek-3-3821766193e34af486393473d37af11d", + "input": "[136, 37, 46, 85, 153]", + "output": [ + "[68, 112, 23, 256, 460]" + ] + }, + { + "id": "openseek-3-156e38b049ec43a491fb9f3f471d5e7a", + "input": "[188, 101]", + "output": [ + "[94, 304]" + ] + }, + { + "id": "openseek-3-76018b48419c41318dc53b20fd7e466c", + "input": "[147, 97, 61, 124, 62, 47, 60, 182]", + "output": [ + "[442, 292, 184, 62, 31, 142, 30, 91]" + ] + }, + { + "id": "openseek-3-83d6f13411f648009e9473a602c3e13c", + "input": "[10, 122, 134, 22, 97, 196]", + "output": [ + "[5, 61, 67, 11, 292, 98]" + ] + }, + { + "id": "openseek-3-469bd8abb96d4187a26eee62f9794ec0", + "input": "[41, 50, 160, 119, 85, 73, 53, 197]", + "output": [ + "[124, 25, 80, 358, 256, 220, 160, 592]" + ] + }, + { + "id": "openseek-3-5334243fe7ab452cb7981cb0d43bf7dd", + "input": "[17, 4, 11, 193, 189, 177, 39]", + "output": [ + "[52, 2, 34, 580, 568, 532, 118]" + ] + }, + { + "id": "openseek-3-35381e2dbd5b492aa3b10066e8024a55", + "input": "[168, 14, 189, 131, 167, 167, 133, 194, 70]", + "output": [ + "[84, 7, 568, 394, 502, 502, 400, 97, 35]" + ] + }, + { + "id": "openseek-3-3cbb706a364848f097e5571f8258d497", + "input": "[7, 187]", + "output": [ + "[22, 562]" + ] + }, + { + "id": "openseek-3-013658c8eace4a8689fd24a933499889", + "input": "[93, 7]", + "output": [ + "[280, 22]" + ] + }, + { + "id": "openseek-3-00d9363f93514cd2a8ed7c780d8709f0", + "input": "[127, 193, 151, 77, 150, 104, 64]", + "output": [ + "[382, 580, 454, 232, 75, 52, 32]" + ] + }, + { + "id": "openseek-3-042d3ab487d24e87b2197e5728a14405", + "input": "[11, 119, 164, 80, 195, 156]", + "output": [ + "[34, 358, 82, 40, 586, 78]" + ] + }, + { + "id": "openseek-3-1f3230d2395e47ecb281d8b64af25158", + "input": "[172, 170, 136, 184, 188, 111]", + "output": [ + "[86, 85, 68, 92, 94, 334]" + ] + }, + { + "id": "openseek-3-5ed294636c04454ea7a21d6d8f97aace", + "input": "[149, 177, 173, 20, 174]", + "output": [ + "[448, 532, 520, 10, 87]" + ] + }, + { + "id": "openseek-3-6c68502482a142d99fcfca1e13778311", + "input": "[95, 162, 24, 146, 184, 1, 121, 162, 133]", + "output": [ + "[286, 81, 12, 73, 92, 4, 364, 81, 400]" + ] + }, + { + "id": "openseek-3-d437de13fb984cd28b525fe478f2d64c", + "input": "[168, 53, 24, 4, 121, 18]", + "output": [ + "[84, 160, 12, 2, 364, 9]" + ] + }, + { + "id": "openseek-3-08bbcc61f55541e0936005b04207210a", + "input": "[23, 2, 31, 153, 172, 49, 16]", + "output": [ + "[70, 1, 94, 460, 86, 148, 8]" + ] + }, + { + "id": "openseek-3-43fb31a00160487cb2763c8750fec06a", + "input": "[80, 80, 153, 58, 124, 114, 58, 54, 179]", + "output": [ + "[40, 40, 460, 29, 62, 57, 29, 27, 538]" + ] + }, + { + "id": "openseek-3-a157661e58af40d789f3a66034875a99", + "input": "[67, 137, 9, 129, 33, 195, 138, 103, 101]", + "output": [ + "[202, 412, 28, 388, 100, 586, 69, 310, 304]" + ] + }, + { + "id": "openseek-3-90fe0521488a45c6b1ed97f4314bf19a", + "input": "[12, 153, 85, 8, 74, 116]", + "output": [ + "[6, 460, 256, 4, 37, 58]" + ] + }, + { + "id": "openseek-3-756382b6a33343248b750b7d8804c2e7", + "input": "[64, 10, 39, 96, 63, 196, 100]", + "output": [ + "[32, 5, 118, 48, 190, 98, 50]" + ] + }, + { + "id": "openseek-3-f8e33922db0345578ab2246f6145e311", + "input": "[129, 113, 147, 197, 66]", + "output": [ + "[388, 340, 442, 592, 33]" + ] + }, + { + "id": "openseek-3-e9a1f7a793d04e09a0a31f133e17a8a6", + "input": "[52, 22]", + "output": [ + "[26, 11]" + ] + }, + { + "id": "openseek-3-f369bf31620c4d26b7a667fb8c793e38", + "input": "[138, 125, 81, 191]", + "output": [ + "[69, 376, 244, 574]" + ] + }, + { + "id": "openseek-3-9c3692cee2ef4d219a2c7b5b39f86107", + "input": "[71, 27, 39]", + "output": [ + "[214, 82, 118]" + ] + }, + { + "id": "openseek-3-2d5aad4af96c4041902e91bbdd776be1", + "input": "[185, 33]", + "output": [ + "[556, 100]" + ] + }, + { + "id": "openseek-3-c9c15f930ae6465b80cc624e2e60c7b2", + "input": "[131, 69, 200, 177, 60, 60]", + "output": [ + "[394, 208, 100, 532, 30, 30]" + ] + }, + { + "id": "openseek-3-83d324d1ad2b417e9e1deee49f043ad6", + "input": "[190, 141, 24, 144, 30, 102, 19]", + "output": [ + "[95, 424, 12, 72, 15, 51, 58]" + ] + }, + { + "id": "openseek-3-5da4405eacf14abeb74b41be0914a9fa", + "input": "[200, 89, 115, 140, 68, 40, 188, 85, 72]", + "output": [ + "[100, 268, 346, 70, 34, 20, 94, 256, 36]" + ] + }, + { + "id": "openseek-3-cd9f5ea4f1bb4da794e231d5b11595b4", + "input": "[155, 116, 12, 174, 110, 177]", + "output": [ + "[466, 58, 6, 87, 55, 532]" + ] + }, + { + "id": "openseek-3-8a2832bec1d94b0a851e14adf85a3fe2", + "input": "[140, 200, 27, 53, 9, 69, 182, 77]", + "output": [ + "[70, 100, 82, 160, 28, 208, 91, 232]" + ] + }, + { + "id": "openseek-3-599ac55e7ac948e1b8f0b2b3b073a06f", + "input": "[200, 80, 122, 48, 185, 177, 131, 180]", + "output": [ + "[100, 40, 61, 24, 556, 532, 394, 90]" + ] + }, + { + "id": "openseek-3-b4593690a8964483ae72e1114c9584dd", + "input": "[123, 58, 194]", + "output": [ + "[370, 29, 97]" + ] + }, + { + "id": "openseek-3-6ab89fec356c41c5aae6b59f30e214d1", + "input": "[91, 129, 89]", + "output": [ + "[274, 388, 268]" + ] + }, + { + "id": "openseek-3-727d5d5a516b45d5918e4522f49edd0e", + "input": "[99, 162, 188, 140]", + "output": [ + "[298, 81, 94, 70]" + ] + }, + { + "id": "openseek-3-904e211bdeb44325b8438889dac3091e", + "input": "[160, 74, 163, 28, 47]", + "output": [ + "[80, 37, 490, 14, 142]" + ] + }, + { + "id": "openseek-3-200be4897259476bb77afd0efadf9a55", + "input": "[166, 18, 170]", + "output": [ + "[83, 9, 85]" + ] + }, + { + "id": "openseek-3-ad104c9948cb4a289b111f804d3f7b0b", + "input": "[109, 170, 80, 58]", + "output": [ + "[328, 85, 40, 29]" + ] + }, + { + "id": "openseek-3-67f7638e3634481592093e48bb5bb3a0", + "input": "[181, 77, 166, 182, 146, 39, 115, 161, 100]", + "output": [ + "[544, 232, 83, 91, 73, 118, 346, 484, 50]" + ] + }, + { + "id": "openseek-3-a18ecae52d9e4caea62c31bf48389e19", + "input": "[115, 156, 66, 183, 34]", + "output": [ + "[346, 78, 33, 550, 17]" + ] + }, + { + "id": "openseek-3-73e984d60d04480ab99915b762b49ce4", + "input": "[185, 155]", + "output": [ + "[556, 466]" + ] + }, + { + "id": "openseek-3-948bdc75f89b41bbaf106203687844a7", + "input": "[200, 188, 183, 140]", + "output": [ + "[100, 94, 550, 70]" + ] + }, + { + "id": "openseek-3-68890512f4804685a91e8eec860d5b0f", + "input": "[75, 39]", + "output": [ + "[226, 118]" + ] + }, + { + "id": "openseek-3-7001051fec0344a59fcda7e70f6a0380", + "input": "[24, 19, 158, 4, 170, 155, 166, 125]", + "output": [ + "[12, 58, 79, 2, 85, 466, 83, 376]" + ] + }, + { + "id": "openseek-3-dba976fc680d41089a412f1875259a1c", + "input": "[51, 181, 185, 130, 169, 99]", + "output": [ + "[154, 544, 556, 65, 508, 298]" + ] + }, + { + "id": "openseek-3-d66abf373c3a4af1829e7fe62bccb722", + "input": "[198, 102, 127, 55, 126, 17, 40]", + "output": [ + "[99, 51, 382, 166, 63, 52, 20]" + ] + }, + { + "id": "openseek-3-ce0d892aab244295a035af6f8f37a352", + "input": "[31, 139, 141, 18, 96, 111, 126]", + "output": [ + "[94, 418, 424, 9, 48, 334, 63]" + ] + }, + { + "id": "openseek-3-4425e51c3b7b44c4883b4801b06213dc", + "input": "[191, 134, 69, 188, 123, 25, 15, 79, 171]", + "output": [ + "[574, 67, 208, 94, 370, 76, 46, 238, 514]" + ] + }, + { + "id": "openseek-3-687e1a59a4d842dabcc783e149bb318d", + "input": "[147, 50]", + "output": [ + "[442, 25]" + ] + }, + { + "id": "openseek-3-9e921a2c072146e39a37afcea94913fa", + "input": "[29, 70, 108, 147]", + "output": [ + "[88, 35, 54, 442]" + ] + }, + { + "id": "openseek-3-e0dbe4022d76464dac072e400e7f77a1", + "input": "[164, 61, 197, 4, 172, 68, 97]", + "output": [ + "[82, 184, 592, 2, 86, 34, 292]" + ] + }, + { + "id": "openseek-3-46dc85314e454b778b3a7cff7a2e9ad3", + "input": "[171, 90]", + "output": [ + "[514, 45]" + ] + }, + { + "id": "openseek-3-d3764cb2b3b94ea4861eed274109b78d", + "input": "[56, 160]", + "output": [ + "[28, 80]" + ] + }, + { + "id": "openseek-3-3aa3bd5cdf604592b5f69a54a05bc703", + "input": "[196, 69, 75]", + "output": [ + "[98, 208, 226]" + ] + }, + { + "id": "openseek-3-3680df697e114086b9e344e46bfd1b04", + "input": "[79, 172, 149, 97]", + "output": [ + "[238, 86, 448, 292]" + ] + }, + { + "id": "openseek-3-0dbdd99f3cd74b38b34749e537841347", + "input": "[80, 32, 68, 107, 16, 87, 150, 17, 194]", + "output": [ + "[40, 16, 34, 322, 8, 262, 75, 52, 97]" + ] + }, + { + "id": "openseek-3-55c09ebe701340deaea324081c54c4dd", + "input": "[14, 165, 93, 173]", + "output": [ + "[7, 496, 280, 520]" + ] + }, + { + "id": "openseek-3-4fe8cc6e5ae84ee9b4a686ed25e77651", + "input": "[50, 90]", + "output": [ + "[25, 45]" + ] + }, + { + "id": "openseek-3-83aac2cb478f462caccadb18a3a12b84", + "input": "[132, 116]", + "output": [ + "[66, 58]" + ] + }, + { + "id": "openseek-3-b805aaeee5e14833a7b2015e8ac41f94", + "input": "[87, 165, 17, 75, 81, 199, 200]", + "output": [ + "[262, 496, 52, 226, 244, 598, 100]" + ] + }, + { + "id": "openseek-3-3cac0d7d4a794f13b7dc37251188506a", + "input": "[178, 125, 168, 74]", + "output": [ + "[89, 376, 84, 37]" + ] + }, + { + "id": "openseek-3-f0e24a9ecad0448c93b5427fa9120507", + "input": "[82, 160]", + "output": [ + "[41, 80]" + ] + }, + { + "id": "openseek-3-7f1192e953394289ad6c7efd3fb9d55e", + "input": "[69, 76, 90, 187, 108]", + "output": [ + "[208, 38, 45, 562, 54]" + ] + }, + { + "id": "openseek-3-6dfa436b7147445f854779d627177cbc", + "input": "[80, 180, 18]", + "output": [ + "[40, 90, 9]" + ] + }, + { + "id": "openseek-3-6fc18ac5c2b145488ca1191b04d7ad2f", + "input": "[197, 97, 47, 4, 129, 32, 33]", + "output": [ + "[592, 292, 142, 2, 388, 16, 100]" + ] + }, + { + "id": "openseek-3-ae85099eb77a40a68d7da7745607b555", + "input": "[182, 9, 27]", + "output": [ + "[91, 28, 82]" + ] + }, + { + "id": "openseek-3-46ef9a477e824057a65f554056328c3f", + "input": "[183, 134, 5, 1, 103, 12, 13]", + "output": [ + "[550, 67, 16, 4, 310, 6, 40]" + ] + }, + { + "id": "openseek-3-577df0b66fea425badd14b9aa5b30413", + "input": "[101, 116, 22, 20, 122, 53, 138, 150]", + "output": [ + "[304, 58, 11, 10, 61, 160, 69, 75]" + ] + }, + { + "id": "openseek-3-3e291edc188f4d63b88e214d56148813", + "input": "[194, 22, 113, 34, 44, 175, 181]", + "output": [ + "[97, 11, 340, 17, 22, 526, 544]" + ] + }, + { + "id": "openseek-3-fef6d02ea05e472a8ea368dd91382fae", + "input": "[113, 6, 8]", + "output": [ + "[340, 3, 4]" + ] + }, + { + "id": "openseek-3-9f3b634deda64ad49d55cdccb7b6a7dd", + "input": "[127, 32, 10, 69, 20, 52, 14, 191, 4]", + "output": [ + "[382, 16, 5, 208, 10, 26, 7, 574, 2]" + ] + }, + { + "id": "openseek-3-736940eb282d4964978d85a5cad78b7e", + "input": "[197, 155, 133]", + "output": [ + "[592, 466, 400]" + ] + }, + { + "id": "openseek-3-c1cf8a8f37b2494ba28186e13989403b", + "input": "[146, 106, 44, 157, 127]", + "output": [ + "[73, 53, 22, 472, 382]" + ] + }, + { + "id": "openseek-3-d71face884da444b89540d7006dec600", + "input": "[86, 187, 6, 107, 55]", + "output": [ + "[43, 562, 3, 322, 166]" + ] + }, + { + "id": "openseek-3-98ebc55dbb1a4d319b51bdfb103f5abd", + "input": "[12, 61, 62, 190, 36]", + "output": [ + "[6, 184, 31, 95, 18]" + ] + }, + { + "id": "openseek-3-0e68d8e5d6fb4331a614d4867d694753", + "input": "[34, 146, 145, 47, 64, 9, 128]", + "output": [ + "[17, 73, 436, 142, 32, 28, 64]" + ] + }, + { + "id": "openseek-3-e083a762e2c54c8f8823356d9d10fb60", + "input": "[193, 115, 165]", + "output": [ + "[580, 346, 496]" + ] + }, + { + "id": "openseek-3-561c2f2f726b419286ee8f3d7273d694", + "input": "[144, 84, 26]", + "output": [ + "[72, 42, 13]" + ] + }, + { + "id": "openseek-3-a9a65490b4b1478387f3900d48796319", + "input": "[100, 30, 127]", + "output": [ + "[50, 15, 382]" + ] + }, + { + "id": "openseek-3-11d59a6a4be64d3199a6bda073ecb275", + "input": "[162, 67, 12, 121, 121, 165, 136, 167]", + "output": [ + "[81, 202, 6, 364, 364, 496, 68, 502]" + ] + }, + { + "id": "openseek-3-6275be2a59eb480e8d6c31c82c913547", + "input": "[24, 141, 44, 150, 161, 103, 46, 41]", + "output": [ + "[12, 424, 22, 75, 484, 310, 23, 124]" + ] + }, + { + "id": "openseek-3-46958103281c4ce2ab6a680a8f9892e8", + "input": "[169, 160, 84, 128, 55, 50]", + "output": [ + "[508, 80, 42, 64, 166, 25]" + ] + }, + { + "id": "openseek-3-9f5cc5a5596645db823c8076966c2ca7", + "input": "[49, 30, 159, 69, 84, 99]", + "output": [ + "[148, 15, 478, 208, 42, 298]" + ] + }, + { + "id": "openseek-3-0acfd15de4ae4207b2f69d980f70309a", + "input": "[77, 83, 88, 29, 90]", + "output": [ + "[232, 250, 44, 88, 45]" + ] + }, + { + "id": "openseek-3-a456ce3d2a1748dfba1cd3600bc928f4", + "input": "[28, 4, 185, 170, 191, 152]", + "output": [ + "[14, 2, 556, 85, 574, 76]" + ] + }, + { + "id": "openseek-3-90e22007a15c40dbb6ee56a4641cf7dd", + "input": "[26, 135, 172, 148, 101, 61]", + "output": [ + "[13, 406, 86, 74, 304, 184]" + ] + }, + { + "id": "openseek-3-9937a375b7234b8e9a92257ee9ebcca3", + "input": "[186, 129, 138]", + "output": [ + "[93, 388, 69]" + ] + }, + { + "id": "openseek-3-632a789cad3740929e30e7f3b7bdf678", + "input": "[135, 93, 162, 60, 170, 91]", + "output": [ + "[406, 280, 81, 30, 85, 274]" + ] + }, + { + "id": "openseek-3-c4d16d7d0ac746029383b002f8c9a249", + "input": "[134, 157, 179, 199, 81]", + "output": [ + "[67, 472, 538, 598, 244]" + ] + }, + { + "id": "openseek-3-7e636c6a013b41cd975031dd6a39100c", + "input": "[12, 77, 11, 167, 31, 69, 77, 176, 112]", + "output": [ + "[6, 232, 34, 502, 94, 208, 232, 88, 56]" + ] + }, + { + "id": "openseek-3-2e6ff568bf524b84b9a1cf8f043f40e0", + "input": "[93, 14, 147, 96, 42, 170, 132, 96, 41]", + "output": [ + "[280, 7, 442, 48, 21, 85, 66, 48, 124]" + ] + }, + { + "id": "openseek-3-13753365c4904df0a33025c169de64ec", + "input": "[79, 30, 58, 171, 164]", + "output": [ + "[238, 15, 29, 514, 82]" + ] + }, + { + "id": "openseek-3-fac39873f1dd4889876b333cc3e9c6af", + "input": "[112, 66, 192]", + "output": [ + "[56, 33, 96]" + ] + }, + { + "id": "openseek-3-a7b440817474498eb7e3fe05bd1d0bd4", + "input": "[43, 152, 76, 5, 182, 60, 25, 43, 116]", + "output": [ + "[130, 76, 38, 16, 91, 30, 76, 130, 58]" + ] + }, + { + "id": "openseek-3-9f2af0cea3434c9e9ad156681efd4e83", + "input": "[96, 77, 33, 25, 31, 5, 94, 117]", + "output": [ + "[48, 232, 100, 76, 94, 16, 47, 352]" + ] + }, + { + "id": "openseek-3-81ec9589c2e34f51bd02e5e5f282eb0c", + "input": "[104, 71, 109, 67, 20, 7]", + "output": [ + "[52, 214, 328, 202, 10, 22]" + ] + }, + { + "id": "openseek-3-aabaed9ba4904b5aba2101a979b7e974", + "input": "[20, 191, 50, 118, 130]", + "output": [ + "[10, 574, 25, 59, 65]" + ] + }, + { + "id": "openseek-3-a6a65147465a4582aac60dee1a529e7d", + "input": "[97, 6, 17, 120, 82]", + "output": [ + "[292, 3, 52, 60, 41]" + ] + }, + { + "id": "openseek-3-2659a0e19e3d4201b97030c27c3e2316", + "input": "[180, 171]", + "output": [ + "[90, 514]" + ] + }, + { + "id": "openseek-3-5e40a0ba77d046e3b71f1fd348178746", + "input": "[28, 77, 198, 150, 136, 129, 40, 111]", + "output": [ + "[14, 232, 99, 75, 68, 388, 20, 334]" + ] + }, + { + "id": "openseek-3-73e477e2afd7496e9d33272b94b097ec", + "input": "[135, 170, 56]", + "output": [ + "[406, 85, 28]" + ] + }, + { + "id": "openseek-3-adf590f706ab4e75ace9f3dfecbb5fd2", + "input": "[98, 160, 30, 111, 196, 167, 174, 126]", + "output": [ + "[49, 80, 15, 334, 98, 502, 87, 63]" + ] + }, + { + "id": "openseek-3-0b21a456431f4f8598083942795a5eab", + "input": "[114, 146, 123]", + "output": [ + "[57, 73, 370]" + ] + }, + { + "id": "openseek-3-87455fe5584748c9a7a072f8cf441ecc", + "input": "[26, 180, 40, 96, 73, 134]", + "output": [ + "[13, 90, 20, 48, 220, 67]" + ] + }, + { + "id": "openseek-3-1d1972010a414e99a02713d394da0f66", + "input": "[199, 75, 136, 86]", + "output": [ + "[598, 226, 68, 43]" + ] + }, + { + "id": "openseek-3-dc2236eb3a89438081f468431c39e835", + "input": "[122, 32, 194, 147, 96, 167]", + "output": [ + "[61, 16, 97, 442, 48, 502]" + ] + }, + { + "id": "openseek-3-2b2d739541d84bc2bcf307c856d09816", + "input": "[74, 133, 121, 188, 68, 53, 62]", + "output": [ + "[37, 400, 364, 94, 34, 160, 31]" + ] + }, + { + "id": "openseek-3-2feae4ed33704746b7c7580c3d21d1a4", + "input": "[39, 151, 85]", + "output": [ + "[118, 454, 256]" + ] + }, + { + "id": "openseek-3-1226d39f35b4421b91ad8e11465b34c7", + "input": "[187, 146, 181, 133, 167, 31, 197, 163]", + "output": [ + "[562, 73, 544, 400, 502, 94, 592, 490]" + ] + }, + { + "id": "openseek-3-1ba9529000ca4d7a9f4d614cd07b7c6e", + "input": "[153, 136, 107, 123]", + "output": [ + "[460, 68, 322, 370]" + ] + }, + { + "id": "openseek-3-efb10b7abe01444d95eadaa6f56ae89f", + "input": "[80, 52, 4]", + "output": [ + "[40, 26, 2]" + ] + }, + { + "id": "openseek-3-72fdd4cecd22449d8c362f3a2ecea48c", + "input": "[85, 101, 172, 6, 13, 112, 81, 50, 67]", + "output": [ + "[256, 304, 86, 3, 40, 56, 244, 25, 202]" + ] + }, + { + "id": "openseek-3-909a66fc160f4139a6938432787e0988", + "input": "[190, 78, 29, 153, 114, 57]", + "output": [ + "[95, 39, 88, 460, 57, 172]" + ] + }, + { + "id": "openseek-3-1b0f342ea7744ae587d5cf1ed9e0045f", + "input": "[23, 49, 99, 1, 9, 103, 50, 60, 30]", + "output": [ + "[70, 148, 298, 4, 28, 310, 25, 30, 15]" + ] + }, + { + "id": "openseek-3-1e1f3c71b58d448885269e229ca5dadd", + "input": "[128, 176, 120, 33, 179, 178, 138, 43]", + "output": [ + "[64, 88, 60, 100, 538, 89, 69, 130]" + ] + }, + { + "id": "openseek-3-6707b9f288c4489b8666924336f1ffe6", + "input": "[49, 106, 142]", + "output": [ + "[148, 53, 71]" + ] + }, + { + "id": "openseek-3-06d86d48817f422884d43bd70751a680", + "input": "[29, 108, 87, 117, 134, 24, 76, 126, 85]", + "output": [ + "[88, 54, 262, 352, 67, 12, 38, 63, 256]" + ] + }, + { + "id": "openseek-3-f60492693ac34095afcb8dc04b42985a", + "input": "[55, 94, 41, 105]", + "output": [ + "[166, 47, 124, 316]" + ] + }, + { + "id": "openseek-3-49969edbb760483cbe573f9182f12a69", + "input": "[189, 35, 107]", + "output": [ + "[568, 106, 322]" + ] + }, + { + "id": "openseek-3-b23c5ae717ad460c925cb520459f4bbc", + "input": "[123, 129, 19, 184, 173, 141, 62, 31]", + "output": [ + "[370, 388, 58, 92, 520, 424, 31, 94]" + ] + }, + { + "id": "openseek-3-b17b2b82c840445f850097b6830e399d", + "input": "[52, 157, 95]", + "output": [ + "[26, 472, 286]" + ] + }, + { + "id": "openseek-3-f23334f8192f46c7b71093e8dd6557c2", + "input": "[30, 13, 9, 65, 150, 126, 132]", + "output": [ + "[15, 40, 28, 196, 75, 63, 66]" + ] + }, + { + "id": "openseek-3-4406e1ae3112426f894f65a210171e61", + "input": "[139, 74, 127]", + "output": [ + "[418, 37, 382]" + ] + }, + { + "id": "openseek-3-744a5fc997504771b36ed8eb420e15d8", + "input": "[85, 164, 16]", + "output": [ + "[256, 82, 8]" + ] + }, + { + "id": "openseek-3-d189db987eb84e8aa674fa5f63718e9e", + "input": "[110, 170, 147, 197, 158, 13]", + "output": [ + "[55, 85, 442, 592, 79, 40]" + ] + }, + { + "id": "openseek-3-46f4d783264d45478faee87b657dee15", + "input": "[41, 21, 96, 180, 53, 4, 82]", + "output": [ + "[124, 64, 48, 90, 160, 2, 41]" + ] + }, + { + "id": "openseek-3-b6d981a7437b47adb28e79d4f1d6607c", + "input": "[122, 154, 133]", + "output": [ + "[61, 77, 400]" + ] + }, + { + "id": "openseek-3-f5c2b12ca6874e27bf2196bcb6d1f976", + "input": "[114, 20, 64, 120, 106, 60, 59]", + "output": [ + "[57, 10, 32, 60, 53, 30, 178]" + ] + }, + { + "id": "openseek-3-46d24d96254e4491a837181e0434b322", + "input": "[14, 112, 85, 25, 138, 173, 189, 137]", + "output": [ + "[7, 56, 256, 76, 69, 520, 568, 412]" + ] + }, + { + "id": "openseek-3-bcdfaf81a2864ff5a784373aaf569be7", + "input": "[64, 177, 70, 89, 192]", + "output": [ + "[32, 532, 35, 268, 96]" + ] + }, + { + "id": "openseek-3-df8a4534a5984ef98864b905fb1a5706", + "input": "[122, 86, 96, 191, 16, 180]", + "output": [ + "[61, 43, 48, 574, 8, 90]" + ] + }, + { + "id": "openseek-3-100a960cf43d401b99b98af8a1370a5a", + "input": "[73, 10, 127, 27, 39, 15, 115, 109, 72]", + "output": [ + "[220, 5, 382, 82, 118, 46, 346, 328, 36]" + ] + }, + { + "id": "openseek-3-8e9a0d1809c549289bc4b78faf400d31", + "input": "[174, 171, 64, 99, 145]", + "output": [ + "[87, 514, 32, 298, 436]" + ] + }, + { + "id": "openseek-3-7502be39713e465db9348fa36311ca5f", + "input": "[29, 2, 5, 124, 161]", + "output": [ + "[88, 1, 16, 62, 484]" + ] + }, + { + "id": "openseek-3-f6ddd49e11fb4e6ca482e1239997b557", + "input": "[39, 61, 90]", + "output": [ + "[118, 184, 45]" + ] + }, + { + "id": "openseek-3-001d827d00584f89b05fa5fd76c04a9e", + "input": "[167, 126, 49, 157]", + "output": [ + "[502, 63, 148, 472]" + ] + }, + { + "id": "openseek-3-45379185402c459e8b444652fb67e946", + "input": "[147, 31, 163, 10, 173]", + "output": [ + "[442, 94, 490, 5, 520]" + ] + }, + { + "id": "openseek-3-92fef0f1241341f89f46c325b1e7051a", + "input": "[184, 129, 77, 87, 39]", + "output": [ + "[92, 388, 232, 262, 118]" + ] + }, + { + "id": "openseek-3-e42731032b33492a87c7b8bcc0365152", + "input": "[55, 153, 175, 98, 53, 36, 110, 182]", + "output": [ + "[166, 460, 526, 49, 160, 18, 55, 91]" + ] + }, + { + "id": "openseek-3-87e9fa33dc734f8f86bb9c476d01f056", + "input": "[37, 195]", + "output": [ + "[112, 586]" + ] + }, + { + "id": "openseek-3-f63436d0da9441668d868dc570716dd1", + "input": "[2, 138, 30, 161, 56, 171]", + "output": [ + "[1, 69, 15, 484, 28, 514]" + ] + }, + { + "id": "openseek-3-7593c335747047b4bdcad0990f4540aa", + "input": "[86, 164, 28, 152, 96, 81]", + "output": [ + "[43, 82, 14, 76, 48, 244]" + ] + }, + { + "id": "openseek-3-a4b1140540fc4ae99f1a6345b746f19c", + "input": "[60, 160, 22, 13, 50]", + "output": [ + "[30, 80, 11, 40, 25]" + ] + }, + { + "id": "openseek-3-a4d76de37f184d26a7f7bca923b60860", + "input": "[162, 144, 130, 24, 112, 48, 117, 117]", + "output": [ + "[81, 72, 65, 12, 56, 24, 352, 352]" + ] + }, + { + "id": "openseek-3-4f861048ea06436785770e3306286935", + "input": "[163, 81, 161, 114, 191, 132, 43]", + "output": [ + "[490, 244, 484, 57, 574, 66, 130]" + ] + }, + { + "id": "openseek-3-9f7c5ca627154e5b9a1c33fa2f4a69b5", + "input": "[15, 121, 69, 27, 128, 152, 82]", + "output": [ + "[46, 364, 208, 82, 64, 76, 41]" + ] + }, + { + "id": "openseek-3-8f3da389f10041aaa830dd70225af8b7", + "input": "[170, 176, 158, 40, 137, 29]", + "output": [ + "[85, 88, 79, 20, 412, 88]" + ] + }, + { + "id": "openseek-3-8d49124a9e4e4157b6960d4274474896", + "input": "[76, 33, 64, 93, 66, 35, 56]", + "output": [ + "[38, 100, 32, 280, 33, 106, 28]" + ] + }, + { + "id": "openseek-3-1d5b903ed1c84eb9809a094b7f956b0d", + "input": "[147, 95, 67, 77, 161, 107]", + "output": [ + "[442, 286, 202, 232, 484, 322]" + ] + }, + { + "id": "openseek-3-6d108922989c404b8078c118245c5d73", + "input": "[166, 5, 58, 184, 17, 187]", + "output": [ + "[83, 16, 29, 92, 52, 562]" + ] + }, + { + "id": "openseek-3-fb036092f7b54b32a4c6591404b9087d", + "input": "[39, 193, 87, 84]", + "output": [ + "[118, 580, 262, 42]" + ] + }, + { + "id": "openseek-3-9726edc57d92472b9bdf113f20898b62", + "input": "[71, 103, 162, 66, 54, 121, 36, 130]", + "output": [ + "[214, 310, 81, 33, 27, 364, 18, 65]" + ] + }, + { + "id": "openseek-3-bbc0f048c0b84feba418cd7a5e59f2bf", + "input": "[193, 170, 5, 53]", + "output": [ + "[580, 85, 16, 160]" + ] + }, + { + "id": "openseek-3-58257266ceb745cf8327ff404a3315be", + "input": "[169, 22, 194, 172, 71, 105, 139]", + "output": [ + "[508, 11, 97, 86, 214, 316, 418]" + ] + }, + { + "id": "openseek-3-c581f46d822c49d1a28c92e3b260ec7f", + "input": "[14, 72]", + "output": [ + "[7, 36]" + ] + }, + { + "id": "openseek-3-fccbcf2f12ef415aad63603323146e95", + "input": "[166, 39, 86, 90, 14, 17, 60, 6]", + "output": [ + "[83, 118, 43, 45, 7, 52, 30, 3]" + ] + }, + { + "id": "openseek-3-07b9056f3a8a47819b6f034f182507e0", + "input": "[87, 78, 115, 101]", + "output": [ + "[262, 39, 346, 304]" + ] + }, + { + "id": "openseek-3-80c1ca9a73a941a682215b0fdaac8725", + "input": "[144, 56, 182, 19]", + "output": [ + "[72, 28, 91, 58]" + ] + }, + { + "id": "openseek-3-50d83bb6b7104b42bf3b2ebfb3fb5e66", + "input": "[146, 111, 119]", + "output": [ + "[73, 334, 358]" + ] + }, + { + "id": "openseek-3-23765f06ab294d16bd44d91da3c2a78e", + "input": "[193, 139, 52]", + "output": [ + "[580, 418, 26]" + ] + }, + { + "id": "openseek-3-da22f091637c487f801d1b41ada50e98", + "input": "[193, 138, 153, 171, 36]", + "output": [ + "[580, 69, 460, 514, 18]" + ] + }, + { + "id": "openseek-3-4d5779fb200f424d8154a1e348965010", + "input": "[17, 53, 25, 23, 53]", + "output": [ + "[52, 160, 76, 70, 160]" + ] + }, + { + "id": "openseek-3-e77274558eb34b478b29a2061aa2960e", + "input": "[72, 194, 26, 10, 96, 199, 14]", + "output": [ + "[36, 97, 13, 5, 48, 598, 7]" + ] + }, + { + "id": "openseek-3-47a3dc3de4ce458181c3e58b8f2e3ec5", + "input": "[104, 1, 110, 82, 131, 174, 178]", + "output": [ + "[52, 4, 55, 41, 394, 87, 89]" + ] + }, + { + "id": "openseek-3-c6f32b60d1f74dcfb371a823fb52fa3e", + "input": "[87, 196, 37, 162, 98, 87, 106, 46]", + "output": [ + "[262, 98, 112, 81, 49, 262, 53, 23]" + ] + }, + { + "id": "openseek-3-3c3907342c1d43939696867f975feb52", + "input": "[25, 46, 37, 14]", + "output": [ + "[76, 23, 112, 7]" + ] + }, + { + "id": "openseek-3-cc9490c48f774195bf6798f9a89b7c39", + "input": "[114, 13, 130, 188, 173, 126, 91, 13, 3]", + "output": [ + "[57, 40, 65, 94, 520, 63, 274, 40, 10]" + ] + }, + { + "id": "openseek-3-3d1956501229497a9c418eb0f6ab83cc", + "input": "[34, 174, 69]", + "output": [ + "[17, 87, 208]" + ] + }, + { + "id": "openseek-3-d0248f50201c4e6c948b9e6a54d161cb", + "input": "[129, 14]", + "output": [ + "[388, 7]" + ] + }, + { + "id": "openseek-3-019ac3ca3ef74bf7a26dc1634d523522", + "input": "[188, 149, 97, 5]", + "output": [ + "[94, 448, 292, 16]" + ] + }, + { + "id": "openseek-3-abb4c62d05134ea5bdb8a0ad94009f2c", + "input": "[168, 116, 125, 127]", + "output": [ + "[84, 58, 376, 382]" + ] + }, + { + "id": "openseek-3-a9f265e0601943cf8a40496851295a02", + "input": "[74, 99, 22, 55, 188, 18, 84]", + "output": [ + "[37, 298, 11, 166, 94, 9, 42]" + ] + }, + { + "id": "openseek-3-7718b132056d4fe5be3c349e75439a04", + "input": "[174, 176, 31, 156, 108, 149]", + "output": [ + "[87, 88, 94, 78, 54, 448]" + ] + }, + { + "id": "openseek-3-0f2c2cb81ff34861878f088b8f7b9c8e", + "input": "[195, 133]", + "output": [ + "[586, 400]" + ] + }, + { + "id": "openseek-3-7b14bc0e2dfd4a819809e3571eb78ebe", + "input": "[116, 55, 86, 18]", + "output": [ + "[58, 166, 43, 9]" + ] + }, + { + "id": "openseek-3-e1dcba04c2b0489a809e25366a8806e9", + "input": "[174, 9, 199, 123, 27, 15, 173]", + "output": [ + "[87, 28, 598, 370, 82, 46, 520]" + ] + }, + { + "id": "openseek-3-21eb1945bbac40ceba0af44ca3aa98c9", + "input": "[58, 8, 32, 52, 89]", + "output": [ + "[29, 4, 16, 26, 268]" + ] + }, + { + "id": "openseek-3-dcc28f1a99614f1e8c8603adab468658", + "input": "[166, 174, 29]", + "output": [ + "[83, 87, 88]" + ] + }, + { + "id": "openseek-3-6a03d1510c084b3299ea77c3b5cb4cab", + "input": "[63, 108, 61, 176]", + "output": [ + "[190, 54, 184, 88]" + ] + }, + { + "id": "openseek-3-dccab827d7ef4dc7b92a3484e8b0c3b3", + "input": "[156, 135, 176, 163, 171, 86, 90]", + "output": [ + "[78, 406, 88, 490, 514, 43, 45]" + ] + }, + { + "id": "openseek-3-611dfd24d96d4a1dbaac7a7758a82b18", + "input": "[121, 100, 43]", + "output": [ + "[364, 50, 130]" + ] + }, + { + "id": "openseek-3-d41600e0bc2f4b81b9350d6614e8a93d", + "input": "[135, 32, 113, 188, 166, 200, 148, 166, 61]", + "output": [ + "[406, 16, 340, 94, 83, 100, 74, 83, 184]" + ] + }, + { + "id": "openseek-3-436c1e1fbfaa4a63b4ba735e9b66c9e6", + "input": "[147, 186, 9, 72, 28, 9, 186, 114]", + "output": [ + "[442, 93, 28, 36, 14, 28, 93, 57]" + ] + }, + { + "id": "openseek-3-c0d921a506184ec8ab4e0c8e2a0f5ced", + "input": "[139, 101, 170]", + "output": [ + "[418, 304, 85]" + ] + }, + { + "id": "openseek-3-d900ed2a7d3c47aababe5bfcb89cb616", + "input": "[197, 81, 21, 149, 83, 165, 124, 74]", + "output": [ + "[592, 244, 64, 448, 250, 496, 62, 37]" + ] + }, + { + "id": "openseek-3-29243c1b48064e3db06f42bc8de4c31a", + "input": "[184, 170, 17, 181, 188, 156, 142]", + "output": [ + "[92, 85, 52, 544, 94, 78, 71]" + ] + }, + { + "id": "openseek-3-e9c5e43e3802447bae4ae75d2257df56", + "input": "[166, 98, 71, 153]", + "output": [ + "[83, 49, 214, 460]" + ] + }, + { + "id": "openseek-3-6030abbd72f34c8fac56b58aea1d822b", + "input": "[13, 41, 5, 82, 153, 129]", + "output": [ + "[40, 124, 16, 41, 460, 388]" + ] + }, + { + "id": "openseek-3-c4b8dc52d3f441d4801ad5e994a5ddbe", + "input": "[22, 199, 196, 73, 76, 191, 2, 76, 12]", + "output": [ + "[11, 598, 98, 220, 38, 574, 1, 38, 6]" + ] + }, + { + "id": "openseek-3-4c3e2debf7ae44e39e757e774b21a21b", + "input": "[46, 172]", + "output": [ + "[23, 86]" + ] + }, + { + "id": "openseek-3-34dd0678a6bd4d18a32f14d706e4d806", + "input": "[92, 108, 189, 113]", + "output": [ + "[46, 54, 568, 340]" + ] + }, + { + "id": "openseek-3-7e547b2830354df29c75dc5cd0621c78", + "input": "[130, 84, 10]", + "output": [ + "[65, 42, 5]" + ] + }, + { + "id": "openseek-3-05fd93c46151401cb8710a93a22024a5", + "input": "[57, 109]", + "output": [ + "[172, 328]" + ] + }, + { + "id": "openseek-3-946ad7018a1248e1a544efeca032a660", + "input": "[15, 124, 68, 149, 64, 80, 95, 118, 36]", + "output": [ + "[46, 62, 34, 448, 32, 40, 286, 59, 18]" + ] + }, + { + "id": "openseek-3-91d972ced0c0409c880ed57e53e8683e", + "input": "[18, 176, 43, 172]", + "output": [ + "[9, 88, 130, 86]" + ] + }, + { + "id": "openseek-3-8d0e011c76b14600aac6b11dbb00d78b", + "input": "[29, 176, 124, 30, 13, 5, 152, 63, 60]", + "output": [ + "[88, 88, 62, 15, 40, 16, 76, 190, 30]" + ] + }, + { + "id": "openseek-3-466c609f381b44168ef98fd69844b002", + "input": "[38, 73, 111, 77, 77, 145, 171, 153, 138]", + "output": [ + "[19, 220, 334, 232, 232, 436, 514, 460, 69]" + ] + }, + { + "id": "openseek-3-25ce2af1d3b74b07a5cf2036db752d63", + "input": "[188, 130, 9, 148, 52, 142, 154, 30]", + "output": [ + "[94, 65, 28, 74, 26, 71, 77, 15]" + ] + }, + { + "id": "openseek-3-612374d933af4d70b4a612a1b5ad05b2", + "input": "[35, 126, 176, 170, 30, 148, 177, 114, 109]", + "output": [ + "[106, 63, 88, 85, 15, 74, 532, 57, 328]" + ] + }, + { + "id": "openseek-3-3e01e6dd37db4bb985242fbfc2eb9598", + "input": "[11, 200, 122]", + "output": [ + "[34, 100, 61]" + ] + }, + { + "id": "openseek-3-a5010cff42f94e289258137b708e509d", + "input": "[51, 195, 65, 67, 141, 62, 184, 6, 51]", + "output": [ + "[154, 586, 196, 202, 424, 31, 92, 3, 154]" + ] + }, + { + "id": "openseek-3-19fbf84af4bb4820809890551daba265", + "input": "[154, 25, 198, 107, 168]", + "output": [ + "[77, 76, 99, 322, 84]" + ] + }, + { + "id": "openseek-3-a6cd87f2745c4b86b9e2e42829d73aa7", + "input": "[193, 3, 101, 99, 161]", + "output": [ + "[580, 10, 304, 298, 484]" + ] + }, + { + "id": "openseek-3-17bda3e2b780473b80cf024fbfcccc9b", + "input": "[14, 52, 19, 190, 19, 198, 83]", + "output": [ + "[7, 26, 58, 95, 58, 99, 250]" + ] + }, + { + "id": "openseek-3-3bd92334163b489a91689b10dc71b54b", + "input": "[53, 56, 178, 61, 81]", + "output": [ + "[160, 28, 89, 184, 244]" + ] + }, + { + "id": "openseek-3-b4819d5497f2499fbc686faa21466051", + "input": "[90, 15, 41, 134, 163]", + "output": [ + "[45, 46, 124, 67, 490]" + ] + }, + { + "id": "openseek-3-38c6c44571f2496eb6e6bd1cbfba3b12", + "input": "[57, 139]", + "output": [ + "[172, 418]" + ] + }, + { + "id": "openseek-3-db0f2472b20e42dfb8d6f04255099dee", + "input": "[95, 20]", + "output": [ + "[286, 10]" + ] + }, + { + "id": "openseek-3-930e555522f845738aed7b300702ba0f", + "input": "[187, 182, 42, 136, 79, 92]", + "output": [ + "[562, 91, 21, 68, 238, 46]" + ] + }, + { + "id": "openseek-3-b4bbd3a5f49e4b9b8ed7060375aeb2fb", + "input": "[137, 170, 169]", + "output": [ + "[412, 85, 508]" + ] + }, + { + "id": "openseek-3-6060871a646a43e480109ab6e53bed31", + "input": "[77, 30, 112]", + "output": [ + "[232, 15, 56]" + ] + }, + { + "id": "openseek-3-59f4ad468e294545b0b9ea8fe85191d3", + "input": "[99, 180, 20, 83, 8, 69, 149, 180]", + "output": [ + "[298, 90, 10, 250, 4, 208, 448, 90]" + ] + }, + { + "id": "openseek-3-defde7b96b2a4c64a7b31edb31f90d2c", + "input": "[156, 135, 127, 142, 50, 189, 111, 199, 110]", + "output": [ + "[78, 406, 382, 71, 25, 568, 334, 598, 55]" + ] + }, + { + "id": "openseek-3-566a6df0730a4b569996746e8cf44738", + "input": "[144, 124, 34, 6, 96, 96]", + "output": [ + "[72, 62, 17, 3, 48, 48]" + ] + }, + { + "id": "openseek-3-967561cb9d11405897ce51fb5e495d1e", + "input": "[44, 85, 177]", + "output": [ + "[22, 256, 532]" + ] + }, + { + "id": "openseek-3-a384402345db45d8a8a06ed56e83aef2", + "input": "[109, 189, 96, 112, 172, 187, 82, 16, 47]", + "output": [ + "[328, 568, 48, 56, 86, 562, 41, 8, 142]" + ] + }, + { + "id": "openseek-3-c56ae9d4023f41b587abb90fca7841a3", + "input": "[23, 17]", + "output": [ + "[70, 52]" + ] + }, + { + "id": "openseek-3-cebdbd3babce411da79e54bdee669751", + "input": "[84, 76]", + "output": [ + "[42, 38]" + ] + }, + { + "id": "openseek-3-3e74260777b34e2bb4216aff5911009f", + "input": "[74, 80, 86, 85, 135, 145, 23]", + "output": [ + "[37, 40, 43, 256, 406, 436, 70]" + ] + }, + { + "id": "openseek-3-207bf3f991d44aba82663a79e899b682", + "input": "[90, 143, 184, 107, 116, 173, 80]", + "output": [ + "[45, 430, 92, 322, 58, 520, 40]" + ] + }, + { + "id": "openseek-3-f7a5329c18364448b0639894b1bbe8ed", + "input": "[19, 186, 82, 185, 181]", + "output": [ + "[58, 93, 41, 556, 544]" + ] + }, + { + "id": "openseek-3-689f5709ce524ef3a5e5a3384c9bcbc3", + "input": "[10, 130]", + "output": [ + "[5, 65]" + ] + }, + { + "id": "openseek-3-72d6d90b959e45f084f3f78380d8a095", + "input": "[119, 185]", + "output": [ + "[358, 556]" + ] + }, + { + "id": "openseek-3-ac3685655c164b85ac792a6047dedf1c", + "input": "[136, 180]", + "output": [ + "[68, 90]" + ] + }, + { + "id": "openseek-3-33cc7e74844c42f691fefbc9d297dbbe", + "input": "[150, 182]", + "output": [ + "[75, 91]" + ] + }, + { + "id": "openseek-3-4ca0d3b527f74487bf79f9c4ccef1c42", + "input": "[97, 98, 128]", + "output": [ + "[292, 49, 64]" + ] + }, + { + "id": "openseek-3-de6ce0ecabd14f77aab3e47bb0a3f5b0", + "input": "[68, 25, 45, 150, 184]", + "output": [ + "[34, 76, 136, 75, 92]" + ] + }, + { + "id": "openseek-3-77cfa18b18c7467b90f405a90fce3b06", + "input": "[22, 134, 89, 113, 50, 99, 149, 77, 31]", + "output": [ + "[11, 67, 268, 340, 25, 298, 448, 232, 94]" + ] + }, + { + "id": "openseek-3-7991201ca9ba4244a1d5760439cb5cac", + "input": "[62, 94, 84, 97, 162, 8, 138, 100, 43]", + "output": [ + "[31, 47, 42, 292, 81, 4, 69, 50, 130]" + ] + }, + { + "id": "openseek-3-f31833a94abc40bcb931115ece2fb806", + "input": "[41, 176, 41, 42, 61, 129, 185, 62, 50]", + "output": [ + "[124, 88, 124, 21, 184, 388, 556, 31, 25]" + ] + }, + { + "id": "openseek-3-f2d11ac114c14cbb872a6eccb2eab420", + "input": "[97, 146, 57, 127, 69, 199]", + "output": [ + "[292, 73, 172, 382, 208, 598]" + ] + }, + { + "id": "openseek-3-36cd576b5a9847968ff473fccd370d57", + "input": "[20, 157, 65, 47, 77, 159, 86]", + "output": [ + "[10, 472, 196, 142, 232, 478, 43]" + ] + }, + { + "id": "openseek-3-6a72edff43e0402aaebef8d2864d9d23", + "input": "[121, 40, 151, 82, 195, 52]", + "output": [ + "[364, 20, 454, 41, 586, 26]" + ] + }, + { + "id": "openseek-3-c4b7328f9b994a4fab181c4298c99058", + "input": "[142, 68, 193, 132]", + "output": [ + "[71, 34, 580, 66]" + ] + }, + { + "id": "openseek-3-ff65723e74f2498d960b11074013d2d9", + "input": "[170, 98]", + "output": [ + "[85, 49]" + ] + }, + { + "id": "openseek-3-e0c6058eb4114a2b9dbd31443df69cc9", + "input": "[133, 53, 193]", + "output": [ + "[400, 160, 580]" + ] + }, + { + "id": "openseek-3-01ae27af04ce4eeea8f61d17c73c16e1", + "input": "[145, 24, 97, 20, 52]", + "output": [ + "[436, 12, 292, 10, 26]" + ] + }, + { + "id": "openseek-3-42924fca8dc340b3b612eaa2e59ed436", + "input": "[129, 113, 129, 145, 144, 74, 146, 134]", + "output": [ + "[388, 340, 388, 436, 72, 37, 73, 67]" + ] + }, + { + "id": "openseek-3-54e685be98644d28a2ae3a2f2f6e98ad", + "input": "[21, 82, 102, 48, 99, 172, 135]", + "output": [ + "[64, 41, 51, 24, 298, 86, 406]" + ] + }, + { + "id": "openseek-3-0a53790869d7472fb68e1cd026389c9f", + "input": "[99, 55, 149, 107, 91, 117, 145, 63, 179]", + "output": [ + "[298, 166, 448, 322, 274, 352, 436, 190, 538]" + ] + }, + { + "id": "openseek-3-f513b19ec6254d83a8ab6b5ad7b07967", + "input": "[115, 21, 73, 23]", + "output": [ + "[346, 64, 220, 70]" + ] + }, + { + "id": "openseek-3-30434a27dbef4111a4ecc137f316d219", + "input": "[97, 55]", + "output": [ + "[292, 166]" + ] + }, + { + "id": "openseek-3-5b3633a0f98c4d32b828a9d798b8b20a", + "input": "[66, 185, 112, 101, 199, 63, 103, 90]", + "output": [ + "[33, 556, 56, 304, 598, 190, 310, 45]" + ] + }, + { + "id": "openseek-3-67733aefa7274d9ba17184545c07fec5", + "input": "[169, 104, 20, 134, 51, 185]", + "output": [ + "[508, 52, 10, 67, 154, 556]" + ] + }, + { + "id": "openseek-3-def3ad10e4784579ab001c8b975c33ad", + "input": "[64, 93, 168, 113, 196, 144, 151, 37, 164]", + "output": [ + "[32, 280, 84, 340, 98, 72, 454, 112, 82]" + ] + }, + { + "id": "openseek-3-e54ea9232eeb4347b1a34978635eee78", + "input": "[197, 141, 80, 29, 90, 184]", + "output": [ + "[592, 424, 40, 88, 45, 92]" + ] + }, + { + "id": "openseek-3-1aa74d63a77f4f17ae7a985eb454503f", + "input": "[52, 38, 127, 137]", + "output": [ + "[26, 19, 382, 412]" + ] + }, + { + "id": "openseek-3-373ed1aaa8f447f298b5357649d4e132", + "input": "[61, 124, 85, 32, 139, 194, 76]", + "output": [ + "[184, 62, 256, 16, 418, 97, 38]" + ] + }, + { + "id": "openseek-3-6d7c9debf93149d7a7c5ff3d831311b2", + "input": "[54, 112, 183, 49, 84, 134, 56, 34, 105]", + "output": [ + "[27, 56, 550, 148, 42, 67, 28, 17, 316]" + ] + }, + { + "id": "openseek-3-1fb8d3710b0145f08ca1662c30648790", + "input": "[15, 108]", + "output": [ + "[46, 54]" + ] + }, + { + "id": "openseek-3-347ef0b534154e1683f53d1cd27c07b6", + "input": "[195, 38, 93, 120, 190, 141, 73, 10, 163]", + "output": [ + "[586, 19, 280, 60, 95, 424, 220, 5, 490]" + ] + }, + { + "id": "openseek-3-9b2f676103dc4b73a533dd3a43635b19", + "input": "[138, 34, 8]", + "output": [ + "[69, 17, 4]" + ] + }, + { + "id": "openseek-3-c6b2c289d6964d7397a85a45ffc0aebe", + "input": "[142, 13, 3, 95, 54, 9, 86, 2]", + "output": [ + "[71, 40, 10, 286, 27, 28, 43, 1]" + ] + }, + { + "id": "openseek-3-2291f7446f79447380c4f2d782c2991b", + "input": "[136, 179, 193, 199]", + "output": [ + "[68, 538, 580, 598]" + ] + }, + { + "id": "openseek-3-848520c9556d4322a883cd0f3d49bd48", + "input": "[22, 116]", + "output": [ + "[11, 58]" + ] + }, + { + "id": "openseek-3-efb3047a10644a5ab45d50a9b9171469", + "input": "[22, 17, 61, 112, 16, 74, 137, 125]", + "output": [ + "[11, 52, 184, 56, 8, 37, 412, 376]" + ] + }, + { + "id": "openseek-3-c2f6a55ddee242e1a6a4f3a500ece147", + "input": "[99, 53, 180, 138]", + "output": [ + "[298, 160, 90, 69]" + ] + }, + { + "id": "openseek-3-08447cb63e65421cb0db594424c76e0a", + "input": "[70, 132, 63, 181, 98]", + "output": [ + "[35, 66, 190, 544, 49]" + ] + }, + { + "id": "openseek-3-b5bae61705d54b54a626e2fa2a9db8d6", + "input": "[11, 100, 17, 168, 22]", + "output": [ + "[34, 50, 52, 84, 11]" + ] + }, + { + "id": "openseek-3-9dfd5616861845c1988bb43f736f2df8", + "input": "[118, 119]", + "output": [ + "[59, 358]" + ] + }, + { + "id": "openseek-3-d386a6427082422c880bb6ec3a1eeeb8", + "input": "[57, 176]", + "output": [ + "[172, 88]" + ] + }, + { + "id": "openseek-3-b11debf4e6944721872f7e55ccde012c", + "input": "[144, 181, 105, 151, 81, 98, 75, 166]", + "output": [ + "[72, 544, 316, 454, 244, 49, 226, 83]" + ] + }, + { + "id": "openseek-3-c3a35e4b8325455d983fce542364c331", + "input": "[143, 197, 180, 155]", + "output": [ + "[430, 592, 90, 466]" + ] + }, + { + "id": "openseek-3-9ae6471fc7ce43f89972e88e6e6dfa4e", + "input": "[76, 76, 74, 23, 137, 9]", + "output": [ + "[38, 38, 37, 70, 412, 28]" + ] + }, + { + "id": "openseek-3-f7c850c345734f59886471687365993e", + "input": "[16, 117, 196, 87]", + "output": [ + "[8, 352, 98, 262]" + ] + }, + { + "id": "openseek-3-30f9d508f4cb4bc0bb91bfbc59dccec2", + "input": "[142, 147, 25, 40]", + "output": [ + "[71, 442, 76, 20]" + ] + }, + { + "id": "openseek-3-e5d21fc4a9e1408d8ec65759f4bd7185", + "input": "[130, 42, 136, 68, 110, 150]", + "output": [ + "[65, 21, 68, 34, 55, 75]" + ] + }, + { + "id": "openseek-3-0c1d201b9f5344b8a655711ef7d1d839", + "input": "[40, 174, 35]", + "output": [ + "[20, 87, 106]" + ] + }, + { + "id": "openseek-3-def5e97ed25149d79358276e885773bc", + "input": "[118, 1, 195, 107, 164]", + "output": [ + "[59, 4, 586, 322, 82]" + ] + }, + { + "id": "openseek-3-88889d21b6a64e87b89cd7e1f832e095", + "input": "[143, 100, 162, 8, 4]", + "output": [ + "[430, 50, 81, 4, 2]" + ] + }, + { + "id": "openseek-3-fce892eb35bc47498483b635d533b103", + "input": "[134, 32, 41, 163, 10, 70, 32, 80]", + "output": [ + "[67, 16, 124, 490, 5, 35, 16, 40]" + ] + }, + { + "id": "openseek-3-294745f9fc014526817104b8a49bbb9c", + "input": "[57, 142, 71, 64, 36, 188]", + "output": [ + "[172, 71, 214, 32, 18, 94]" + ] + }, + { + "id": "openseek-3-4dee05772e8446e3875b666980df5a19", + "input": "[82, 199, 116, 135, 133, 72, 140]", + "output": [ + "[41, 598, 58, 406, 400, 36, 70]" + ] + }, + { + "id": "openseek-3-ef7a32d41d824bd8a9c51fc713f1218d", + "input": "[154, 36, 69]", + "output": [ + "[77, 18, 208]" + ] + }, + { + "id": "openseek-3-e03e3ec7503c4df6a0f3a124c50ce5f7", + "input": "[35, 107, 6, 111]", + "output": [ + "[106, 322, 3, 334]" + ] + }, + { + "id": "openseek-3-3ebdb12907ad4e0f9e297628d23d10d6", + "input": "[173, 65, 43, 198, 163]", + "output": [ + "[520, 196, 130, 99, 490]" + ] + }, + { + "id": "openseek-3-263d851bd9504a20a46fd5c191b274c8", + "input": "[87, 5, 59, 13, 128, 13, 90, 52]", + "output": [ + "[262, 16, 178, 40, 64, 40, 45, 26]" + ] + }, + { + "id": "openseek-3-c6a4590816214eadbe8b5d30732838f2", + "input": "[104, 27, 139, 30, 104, 5]", + "output": [ + "[52, 82, 418, 15, 52, 16]" + ] + }, + { + "id": "openseek-3-fdeb07d8cca14005898b370204b276a6", + "input": "[105, 119, 31, 122, 30]", + "output": [ + "[316, 358, 94, 61, 15]" + ] + }, + { + "id": "openseek-3-f8491f0f1bc143cb81f86a7544e9a841", + "input": "[166, 154, 193, 168, 115, 45, 164, 163]", + "output": [ + "[83, 77, 580, 84, 346, 136, 82, 490]" + ] + }, + { + "id": "openseek-3-3bcc881133e04656af387081ee3033d5", + "input": "[196, 191, 178]", + "output": [ + "[98, 574, 89]" + ] + }, + { + "id": "openseek-3-d934868a44af4f9383f46696a264130d", + "input": "[120, 156]", + "output": [ + "[60, 78]" + ] + }, + { + "id": "openseek-3-22e864aea01b44f88ef21023f2a51f3b", + "input": "[46, 109, 48, 73, 2, 36, 39, 57]", + "output": [ + "[23, 328, 24, 220, 1, 18, 118, 172]" + ] + }, + { + "id": "openseek-3-d13f9786caaf45bbb4563f75001c62e9", + "input": "[146, 172, 114, 95]", + "output": [ + "[73, 86, 57, 286]" + ] + }, + { + "id": "openseek-3-0ccea5a53da348418e4828bfa1a3a7d0", + "input": "[14, 110, 51, 171, 188, 123]", + "output": [ + "[7, 55, 154, 514, 94, 370]" + ] + }, + { + "id": "openseek-3-cd776d0ef4b74cc680e0e3c44f27bd13", + "input": "[130, 57, 165, 129, 65, 85, 185, 96, 61]", + "output": [ + "[65, 172, 496, 388, 196, 256, 556, 48, 184]" + ] + }, + { + "id": "openseek-3-d50ac1380fe745bdbb707dc872b59593", + "input": "[100, 197, 152, 104, 34]", + "output": [ + "[50, 592, 76, 52, 17]" + ] + }, + { + "id": "openseek-3-304cd708377c45fc88fbb6820c95fa17", + "input": "[122, 80, 8, 46, 57]", + "output": [ + "[61, 40, 4, 23, 172]" + ] + }, + { + "id": "openseek-3-53e2d88345e54c7cb734352dfde5bc74", + "input": "[141, 60, 103, 100, 79, 162, 124]", + "output": [ + "[424, 30, 310, 50, 238, 81, 62]" + ] + }, + { + "id": "openseek-3-5b1a5f50f6c34b6f96e2046bc95f583f", + "input": "[1, 190, 28, 35, 27, 10, 176, 26, 108]", + "output": [ + "[4, 95, 14, 106, 82, 5, 88, 13, 54]" + ] + }, + { + "id": "openseek-3-57ce860db46a46a68c1b389ca8c195ba", + "input": "[117, 53, 5, 33, 54, 60, 173]", + "output": [ + "[352, 160, 16, 100, 27, 30, 520]" + ] + }, + { + "id": "openseek-3-d05ec1a92de3405cba5777a02f357b5c", + "input": "[197, 97, 131, 23]", + "output": [ + "[592, 292, 394, 70]" + ] + }, + { + "id": "openseek-3-cc2e57b7769f4a14a1d1563d1b43ec57", + "input": "[110, 122, 80, 72, 150, 160, 136, 76, 154]", + "output": [ + "[55, 61, 40, 36, 75, 80, 68, 38, 77]" + ] + }, + { + "id": "openseek-3-36f04df4304d495cb002cf179ad473d7", + "input": "[136, 131, 126, 142, 109]", + "output": [ + "[68, 394, 63, 71, 328]" + ] + }, + { + "id": "openseek-3-8e76673be80646ac85d5b842460db1d8", + "input": "[51, 200, 175]", + "output": [ + "[154, 100, 526]" + ] + }, + { + "id": "openseek-3-135136f8778541f3bc57da810c64b3bd", + "input": "[20, 102]", + "output": [ + "[10, 51]" + ] + }, + { + "id": "openseek-3-995b80f54d23416b9873489c92001cfd", + "input": "[152, 78, 183, 8, 25, 163, 108, 142]", + "output": [ + "[76, 39, 550, 4, 76, 490, 54, 71]" + ] + }, + { + "id": "openseek-3-7feab7edc0494e859b326a3602786e81", + "input": "[79, 180, 99, 20, 80, 50, 100, 119]", + "output": [ + "[238, 90, 298, 10, 40, 25, 50, 358]" + ] + }, + { + "id": "openseek-3-6cd5bbf6dcac466aad619f2027d935a3", + "input": "[165, 77, 87, 190, 178, 63, 175]", + "output": [ + "[496, 232, 262, 95, 89, 190, 526]" + ] + }, + { + "id": "openseek-3-15fe0bad51c34fd5bc818e9693e56e74", + "input": "[94, 191, 130, 176, 137, 38, 84]", + "output": [ + "[47, 574, 65, 88, 412, 19, 42]" + ] + }, + { + "id": "openseek-3-d51ce1dd5cc14e2d802b03f6d6c4a10a", + "input": "[160, 179, 176, 57, 192, 11, 59, 9]", + "output": [ + "[80, 538, 88, 172, 96, 34, 178, 28]" + ] + }, + { + "id": "openseek-3-201ea28113b64f02b11781b3eda5e02b", + "input": "[160, 77, 20, 174, 198, 111, 125]", + "output": [ + "[80, 232, 10, 87, 99, 334, 376]" + ] + }, + { + "id": "openseek-3-2069d0cdbd38439e91179a5ef672cdaf", + "input": "[98, 129, 57, 160, 82, 67]", + "output": [ + "[49, 388, 172, 80, 41, 202]" + ] + }, + { + "id": "openseek-3-0865a3d8bd5b458e9bd82e7a01c0b672", + "input": "[38, 67, 85]", + "output": [ + "[19, 202, 256]" + ] + }, + { + "id": "openseek-3-3edb0d625fe34b449e5e3b3fa67bc74a", + "input": "[32, 44, 54]", + "output": [ + "[16, 22, 27]" + ] + }, + { + "id": "openseek-3-7de95bd1d8fb46c3b72d5928e6673cca", + "input": "[149, 8, 87, 156, 37, 6, 156, 86, 136]", + "output": [ + "[448, 4, 262, 78, 112, 3, 78, 43, 68]" + ] + }, + { + "id": "openseek-3-95068f468d524fbcac2f1c8815989d68", + "input": "[95, 188]", + "output": [ + "[286, 94]" + ] + }, + { + "id": "openseek-3-06e132dd5ca34035a858d2faa5fc14d3", + "input": "[56, 103, 29, 186, 77, 152, 64, 52]", + "output": [ + "[28, 310, 88, 93, 232, 76, 32, 26]" + ] + }, + { + "id": "openseek-3-37da55dca09144ca9acf6eb64af2334d", + "input": "[69, 76, 83, 189]", + "output": [ + "[208, 38, 250, 568]" + ] + }, + { + "id": "openseek-3-10f2a505421741ca93ff3867f44b4b1a", + "input": "[13, 97, 9, 187, 158, 57, 145]", + "output": [ + "[40, 292, 28, 562, 79, 172, 436]" + ] + }, + { + "id": "openseek-3-77c6c24336024ad29f20b4db42506b10", + "input": "[87, 87, 152]", + "output": [ + "[262, 262, 76]" + ] + }, + { + "id": "openseek-3-f01ee1368bc8435696fa1794f3d34e3a", + "input": "[197, 93, 23, 186, 100, 194]", + "output": [ + "[592, 280, 70, 93, 50, 97]" + ] + }, + { + "id": "openseek-3-5744a1e3cfe44aa69c405707280c7477", + "input": "[105, 153, 110, 178, 155, 72, 67]", + "output": [ + "[316, 460, 55, 89, 466, 36, 202]" + ] + }, + { + "id": "openseek-3-84cdc61d911448519eb518391011e51e", + "input": "[179, 157, 83, 118, 33, 7, 75, 92, 184]", + "output": [ + "[538, 472, 250, 59, 100, 22, 226, 46, 92]" + ] + }, + { + "id": "openseek-3-4217df562dec4a7d8acc7b235afc5a94", + "input": "[7, 28, 76, 58, 84, 37]", + "output": [ + "[22, 14, 38, 29, 42, 112]" + ] + }, + { + "id": "openseek-3-546c5cef56d84433ad2f9bc1746a110d", + "input": "[116, 86, 12, 70, 30, 96]", + "output": [ + "[58, 43, 6, 35, 15, 48]" + ] + }, + { + "id": "openseek-3-0e74d07f49b7476d882624f1a1787bd3", + "input": "[117, 83, 130, 127, 120]", + "output": [ + "[352, 250, 65, 382, 60]" + ] + }, + { + "id": "openseek-3-b7015812e29d4f3aa94f33c27d7ddb3b", + "input": "[146, 192, 73, 54, 110]", + "output": [ + "[73, 96, 220, 27, 55]" + ] + }, + { + "id": "openseek-3-f42d5609a38341adb9041615fae10b93", + "input": "[51, 194, 49, 191, 117]", + "output": [ + "[154, 97, 148, 574, 352]" + ] + }, + { + "id": "openseek-3-b648847b6a844b95a75a12dae63288e9", + "input": "[192, 194, 164]", + "output": [ + "[96, 97, 82]" + ] + }, + { + "id": "openseek-3-f8833e74ba8c4b1686b5057949ff2136", + "input": "[157, 51, 38]", + "output": [ + "[472, 154, 19]" + ] + }, + { + "id": "openseek-3-200e43c162c64748a24738fe73a3fac1", + "input": "[91, 69, 3, 9, 114, 64, 160, 52]", + "output": [ + "[274, 208, 10, 28, 57, 32, 80, 26]" + ] + }, + { + "id": "openseek-3-1e3e39f42d03474ebc9e44a0860e6263", + "input": "[31, 38]", + "output": [ + "[94, 19]" + ] + }, + { + "id": "openseek-3-e24dd384dcb9437f835750aed2bc4fe5", + "input": "[25, 158, 146, 177, 128, 192, 91, 106]", + "output": [ + "[76, 79, 73, 532, 64, 96, 274, 53]" + ] + }, + { + "id": "openseek-3-d3d5d66f5474483fb2bbb118ff4a0c49", + "input": "[112, 80, 199, 44, 70, 116, 45, 61]", + "output": [ + "[56, 40, 598, 22, 35, 58, 136, 184]" + ] + }, + { + "id": "openseek-3-7ea7946090d04ab8afe38e7f1f5c3fe7", + "input": "[45, 30, 44, 51]", + "output": [ + "[136, 15, 22, 154]" + ] + }, + { + "id": "openseek-3-ac804c1a73f74c828ee57499c53a396a", + "input": "[44, 110, 9, 24, 49, 160, 195, 187]", + "output": [ + "[22, 55, 28, 12, 148, 80, 586, 562]" + ] + }, + { + "id": "openseek-3-f5fa3576a49d4406a38679ea744dfef6", + "input": "[120, 81, 21]", + "output": [ + "[60, 244, 64]" + ] + }, + { + "id": "openseek-3-ca7dac7adf13445fb22eb7b9c5bfa397", + "input": "[42, 111, 5, 48, 18, 35, 32]", + "output": [ + "[21, 334, 16, 24, 9, 106, 16]" + ] + }, + { + "id": "openseek-3-f4db6657957f48788056ea6dabcc15eb", + "input": "[53, 87, 185, 15, 169, 137, 14, 176]", + "output": [ + "[160, 262, 556, 46, 508, 412, 7, 88]" + ] + }, + { + "id": "openseek-3-2686dc18f87a4f4382c6c2aee743b35b", + "input": "[48, 164]", + "output": [ + "[24, 82]" + ] + }, + { + "id": "openseek-3-96500bc8153b49b886abcbe0379df4ec", + "input": "[10, 69, 142, 161, 189]", + "output": [ + "[5, 208, 71, 484, 568]" + ] + }, + { + "id": "openseek-3-929efd7eca1047a1bd574e14a94839d9", + "input": "[65, 12, 10, 183]", + "output": [ + "[196, 6, 5, 550]" + ] + }, + { + "id": "openseek-3-d2043b583b04469cb75e16422db660c6", + "input": "[95, 48, 3, 46]", + "output": [ + "[286, 24, 10, 23]" + ] + }, + { + "id": "openseek-3-f64aa852f7054c3091a920ec3e1712d1", + "input": "[97, 41]", + "output": [ + "[292, 124]" + ] + }, + { + "id": "openseek-3-c2ef2245490b46e68e6cda1ef2b747f0", + "input": "[30, 141]", + "output": [ + "[15, 424]" + ] + }, + { + "id": "openseek-3-376aa387aa5248c58dc718e7b5405e8e", + "input": "[123, 145, 188, 154, 22, 81, 100]", + "output": [ + "[370, 436, 94, 77, 11, 244, 50]" + ] + }, + { + "id": "openseek-3-68ae28775dff4154a8416aecb65ccf68", + "input": "[85, 100, 53, 167, 61, 139, 137]", + "output": [ + "[256, 50, 160, 502, 184, 418, 412]" + ] + }, + { + "id": "openseek-3-1f46547cd8d94488a7e1abe14fecf3c9", + "input": "[69, 63, 194, 166, 80, 60, 97, 99]", + "output": [ + "[208, 190, 97, 83, 40, 30, 292, 298]" + ] + }, + { + "id": "openseek-3-078b8f475ed6466ab2f83df815992e41", + "input": "[15, 177, 150, 94, 182, 120]", + "output": [ + "[46, 532, 75, 47, 91, 60]" + ] + }, + { + "id": "openseek-3-3e55a9a65f0e4dd7a814ea1360de9a50", + "input": "[69, 78, 155, 23, 70, 90, 116]", + "output": [ + "[208, 39, 466, 70, 35, 45, 58]" + ] + }, + { + "id": "openseek-3-c587921341f0413a9f9906efeca60ff2", + "input": "[73, 4, 171]", + "output": [ + "[220, 2, 514]" + ] + }, + { + "id": "openseek-3-bd54c2378972420db583c607232f3b0a", + "input": "[89, 50, 57]", + "output": [ + "[268, 25, 172]" + ] + }, + { + "id": "openseek-3-3d0e5b5285234943a2960881d0bb21b8", + "input": "[50, 183, 120, 33]", + "output": [ + "[25, 550, 60, 100]" + ] + }, + { + "id": "openseek-3-4d31e7e96f744cecbd5f4ae7f73d6c14", + "input": "[147, 40, 127, 109, 70]", + "output": [ + "[442, 20, 382, 328, 35]" + ] + }, + { + "id": "openseek-3-4f93ffb2622e486da0a4a6c86a3292f1", + "input": "[29, 38, 190, 92, 20, 143, 128, 170]", + "output": [ + "[88, 19, 95, 46, 10, 430, 64, 85]" + ] + }, + { + "id": "openseek-3-54ccf21c3a054d6f9d33760a67810e99", + "input": "[96, 175, 59, 61, 63, 37]", + "output": [ + "[48, 526, 178, 184, 190, 112]" + ] + }, + { + "id": "openseek-3-035e380b5fb6410fabbb437cba72de6a", + "input": "[75, 187, 85, 36, 2, 67, 34, 115, 134]", + "output": [ + "[226, 562, 256, 18, 1, 202, 17, 346, 67]" + ] + }, + { + "id": "openseek-3-2fd3271dcfe9421097eb57a034e8501f", + "input": "[141, 121, 34, 87, 156, 61, 193]", + "output": [ + "[424, 364, 17, 262, 78, 184, 580]" + ] + }, + { + "id": "openseek-3-c803f618f21645cea359854365e1d76f", + "input": "[175, 76, 184, 68, 189, 89, 19, 5]", + "output": [ + "[526, 38, 92, 34, 568, 268, 58, 16]" + ] + }, + { + "id": "openseek-3-ba52eb3a6d1c4ad9b046982d2d7f4fcc", + "input": "[119, 19, 112, 143, 13]", + "output": [ + "[358, 58, 56, 430, 40]" + ] + }, + { + "id": "openseek-3-5799ead0f032435e816590305e79423e", + "input": "[40, 191, 58, 24]", + "output": [ + "[20, 574, 29, 12]" + ] + }, + { + "id": "openseek-3-7e7fb43e56b74562b36358025ed2e270", + "input": "[181, 187, 184, 129, 136, 163, 134, 46]", + "output": [ + "[544, 562, 92, 388, 68, 490, 67, 23]" + ] + }, + { + "id": "openseek-3-c70b9a79ff9e412ba9040c4177453abb", + "input": "[36, 25]", + "output": [ + "[18, 76]" + ] + }, + { + "id": "openseek-3-844e54e972a74b6fb7633b793f80b3b4", + "input": "[163, 134, 67, 17, 5]", + "output": [ + "[490, 67, 202, 52, 16]" + ] + }, + { + "id": "openseek-3-ceb4307fef2341938a75be59ef092934", + "input": "[164, 9]", + "output": [ + "[82, 28]" + ] + }, + { + "id": "openseek-3-7f0a0103fbcc4784b5cc43ceee95f657", + "input": "[35, 124, 40, 126, 188, 162, 157, 69]", + "output": [ + "[106, 62, 20, 63, 94, 81, 472, 208]" + ] + }, + { + "id": "openseek-3-6bef2a4125c248348183e73b6c4ff3f4", + "input": "[192, 1, 88]", + "output": [ + "[96, 4, 44]" + ] + }, + { + "id": "openseek-3-f084450c021a42bcb0c201eef451f0af", + "input": "[108, 53, 143, 11, 162, 26, 90, 64, 28]", + "output": [ + "[54, 160, 430, 34, 81, 13, 45, 32, 14]" + ] + }, + { + "id": "openseek-3-41401ee199fe4161a1bb01403abf9f15", + "input": "[52, 60, 101, 165, 3, 76, 105, 172]", + "output": [ + "[26, 30, 304, 496, 10, 38, 316, 86]" + ] + }, + { + "id": "openseek-3-a4f66d7d0911418b88f8d3b7f200e497", + "input": "[62, 127]", + "output": [ + "[31, 382]" + ] + }, + { + "id": "openseek-3-764131f51d3b42b1a30d92a41a9857c9", + "input": "[138, 135, 162, 88, 199, 125, 118, 66]", + "output": [ + "[69, 406, 81, 44, 598, 376, 59, 33]" + ] + }, + { + "id": "openseek-3-845262ce6c3b462fb652e01eca114a0a", + "input": "[169, 9, 145, 174]", + "output": [ + "[508, 28, 436, 87]" + ] + }, + { + "id": "openseek-3-64b000415b8e45189b8575f3ceca18c0", + "input": "[50, 58, 157, 132, 72, 6, 102, 106, 162]", + "output": [ + "[25, 29, 472, 66, 36, 3, 51, 53, 81]" + ] + }, + { + "id": "openseek-3-e16d05cbd5c04186a582ab63e2a12680", + "input": "[59, 108, 186, 58]", + "output": [ + "[178, 54, 93, 29]" + ] + }, + { + "id": "openseek-3-1cc2726d74754c719d080f437aa2e7df", + "input": "[44, 153, 77, 130, 32, 148]", + "output": [ + "[22, 460, 232, 65, 16, 74]" + ] + }, + { + "id": "openseek-3-5971c903c6634c308eb376a982c20a83", + "input": "[167, 27, 68, 17, 93, 66, 38]", + "output": [ + "[502, 82, 34, 52, 280, 33, 19]" + ] + }, + { + "id": "openseek-3-09cba4658b35471eb9c8e2a693719e5d", + "input": "[59, 29, 145, 164, 178, 31, 7, 20, 165]", + "output": [ + "[178, 88, 436, 82, 89, 94, 22, 10, 496]" + ] + }, + { + "id": "openseek-3-33e53a70e1e34f679cdbd4f17c38173e", + "input": "[15, 76]", + "output": [ + "[46, 38]" + ] + }, + { + "id": "openseek-3-30291e5fee9b4744bde0e41278e17272", + "input": "[61, 148, 122, 164, 155, 30, 80, 70]", + "output": [ + "[184, 74, 61, 82, 466, 15, 40, 35]" + ] + }, + { + "id": "openseek-3-e5d3d88ca5ff4b74aa7650084369669b", + "input": "[25, 57, 53, 108, 2]", + "output": [ + "[76, 172, 160, 54, 1]" + ] + }, + { + "id": "openseek-3-6c6cb378b1c643a0a9703b1d37e2d387", + "input": "[154, 70, 132, 187, 155]", + "output": [ + "[77, 35, 66, 562, 466]" + ] + }, + { + "id": "openseek-3-c427fcd2e22e4b1c8579429bc77f82f7", + "input": "[152, 45, 48, 115, 43, 97]", + "output": [ + "[76, 136, 24, 346, 130, 292]" + ] + }, + { + "id": "openseek-3-1abccf3335a14bc195f74544d23f7ed9", + "input": "[139, 71, 150, 5, 108]", + "output": [ + "[418, 214, 75, 16, 54]" + ] + }, + { + "id": "openseek-3-a759a2c361444b63a6d7094c86948e78", + "input": "[97, 188, 189, 136]", + "output": [ + "[292, 94, 568, 68]" + ] + }, + { + "id": "openseek-3-233d59e1add3443490ddff8ac577ddfd", + "input": "[121, 52]", + "output": [ + "[364, 26]" + ] + }, + { + "id": "openseek-3-5a0691b76d3443feab49bf79c976a342", + "input": "[127, 113, 173]", + "output": [ + "[382, 340, 520]" + ] + }, + { + "id": "openseek-3-430d67017657407ebe179b3b5bca8cc3", + "input": "[171, 109, 28]", + "output": [ + "[514, 328, 14]" + ] + }, + { + "id": "openseek-3-69156c361d3741fcb23bf4dad9d45b6c", + "input": "[171, 31, 1, 119]", + "output": [ + "[514, 94, 4, 358]" + ] + }, + { + "id": "openseek-3-3fb095c357594f10b78de63b78d7aa67", + "input": "[137, 25, 110, 77, 119, 31]", + "output": [ + "[412, 76, 55, 232, 358, 94]" + ] + }, + { + "id": "openseek-3-183d37309cf641a9bf29329d3de23a20", + "input": "[171, 45, 117, 133, 136]", + "output": [ + "[514, 136, 352, 400, 68]" + ] + }, + { + "id": "openseek-3-c5ca1b8ed3234814b15b56fe9c6b0305", + "input": "[64, 154]", + "output": [ + "[32, 77]" + ] + }, + { + "id": "openseek-3-2c928392f79e42b09fe1740d60ed316c", + "input": "[52, 103, 126, 38, 119, 108, 120, 197, 122]", + "output": [ + "[26, 310, 63, 19, 358, 54, 60, 592, 61]" + ] + }, + { + "id": "openseek-3-22afc931e5c44d06a5d959c667498ab5", + "input": "[151, 94, 5]", + "output": [ + "[454, 47, 16]" + ] + }, + { + "id": "openseek-3-fec05a57f27b4121a1dce15cb1f617bb", + "input": "[116, 119, 141, 123, 53, 2, 88, 190, 20]", + "output": [ + "[58, 358, 424, 370, 160, 1, 44, 95, 10]" + ] + }, + { + "id": "openseek-3-0b176f5a354e4a8fbc5851cada720083", + "input": "[89, 145, 148, 90, 8, 158]", + "output": [ + "[268, 436, 74, 45, 4, 79]" + ] + }, + { + "id": "openseek-3-556afb3e7cea4990a3185d5e564ecc88", + "input": "[65, 101, 87, 187, 62, 4, 88, 87]", + "output": [ + "[196, 304, 262, 562, 31, 2, 44, 262]" + ] + }, + { + "id": "openseek-3-6b84045160464c85b5adb9d8590b6fa1", + "input": "[39, 113, 34, 9, 53, 151, 162]", + "output": [ + "[118, 340, 17, 28, 160, 454, 81]" + ] + }, + { + "id": "openseek-3-e93d32987a044cb09537505a51677598", + "input": "[170, 27, 8, 108, 17, 144]", + "output": [ + "[85, 82, 4, 54, 52, 72]" + ] + }, + { + "id": "openseek-3-74a59553f53e49e48c0d495b192e9cb2", + "input": "[150, 46, 99]", + "output": [ + "[75, 23, 298]" + ] + }, + { + "id": "openseek-3-076a761a80824fb3bb3ca5f70e921cf9", + "input": "[91, 38, 45, 140, 173, 173, 92]", + "output": [ + "[274, 19, 136, 70, 520, 520, 46]" + ] + }, + { + "id": "openseek-3-ff4fe5db55fa45f3bc62decd17a99ece", + "input": "[58, 8, 169, 179, 134, 3, 180]", + "output": [ + "[29, 4, 508, 538, 67, 10, 90]" + ] + }, + { + "id": "openseek-3-1badf9039d7944faa0135d0239bc0ef5", + "input": "[95, 7, 36, 153, 38]", + "output": [ + "[286, 22, 18, 460, 19]" + ] + }, + { + "id": "openseek-3-b9d86fa8d78d4e3fb208189b974e4bc5", + "input": "[101, 107, 98, 61, 86]", + "output": [ + "[304, 322, 49, 184, 43]" + ] + }, + { + "id": "openseek-3-e069e16a7e254c9680ae8db3b61dd127", + "input": "[88, 138, 123, 58, 19, 3, 83]", + "output": [ + "[44, 69, 370, 29, 58, 10, 250]" + ] + }, + { + "id": "openseek-3-70016ea186114f349cef4270cd930e78", + "input": "[83, 191, 108, 12]", + "output": [ + "[250, 574, 54, 6]" + ] + }, + { + "id": "openseek-3-5a9343da51f94145b024d151c3b66edd", + "input": "[105, 71, 191]", + "output": [ + "[316, 214, 574]" + ] + }, + { + "id": "openseek-3-abae40cc989346a4968c21eb514a0d5d", + "input": "[172, 117, 143, 121, 128, 47, 145, 67]", + "output": [ + "[86, 352, 430, 364, 64, 142, 436, 202]" + ] + }, + { + "id": "openseek-3-4b3049551fff4439a36dacd0006d7504", + "input": "[46, 178, 73, 136, 163, 131, 65, 77, 112]", + "output": [ + "[23, 89, 220, 68, 490, 394, 196, 232, 56]" + ] + }, + { + "id": "openseek-3-731e190c9e994b02a0740cd6c41d971a", + "input": "[158, 163, 175, 198, 123, 121]", + "output": [ + "[79, 490, 526, 99, 370, 364]" + ] + }, + { + "id": "openseek-3-ad4e7092dd17459ba2b2d305a9c69793", + "input": "[168, 159, 152, 37, 35]", + "output": [ + "[84, 478, 76, 112, 106]" + ] + }, + { + "id": "openseek-3-d52f4e9628e64d7a9b91ed99c883b64c", + "input": "[51, 144, 157, 32, 67, 174, 37]", + "output": [ + "[154, 72, 472, 16, 202, 87, 112]" + ] + }, + { + "id": "openseek-3-2764987ff330467787e44385b708dece", + "input": "[47, 91, 136, 149]", + "output": [ + "[142, 274, 68, 448]" + ] + }, + { + "id": "openseek-3-0ccaedacf50649aca38aaf6ae2c45b93", + "input": "[59, 155, 24, 99]", + "output": [ + "[178, 466, 12, 298]" + ] + }, + { + "id": "openseek-3-9d67a2ab9e31442695c07790fe431798", + "input": "[119, 24, 89, 4, 4, 166, 55]", + "output": [ + "[358, 12, 268, 2, 2, 83, 166]" + ] + }, + { + "id": "openseek-3-5bb03904a00643a18ab2e04b8a2012f1", + "input": "[38, 20, 177]", + "output": [ + "[19, 10, 532]" + ] + }, + { + "id": "openseek-3-2096243a55b848c4a8b36c3b4f1cf5bd", + "input": "[77, 67, 15, 148, 69, 51]", + "output": [ + "[232, 202, 46, 74, 208, 154]" + ] + }, + { + "id": "openseek-3-a88e1b53a2cd4d5dac680acab50a8994", + "input": "[178, 85, 94]", + "output": [ + "[89, 256, 47]" + ] + }, + { + "id": "openseek-3-d8dfbaa5be314512bb93ceebaaec0647", + "input": "[56, 200, 94, 21, 84, 169, 168]", + "output": [ + "[28, 100, 47, 64, 42, 508, 84]" + ] + }, + { + "id": "openseek-3-2d24d92cfa194d4aa74d1021a81d7b0e", + "input": "[24, 158, 24, 21, 135, 84, 54, 2]", + "output": [ + "[12, 79, 12, 64, 406, 42, 27, 1]" + ] + }, + { + "id": "openseek-3-0e995ce1925841059249b50bb379e56a", + "input": "[129, 19, 190, 82, 160, 8, 27, 64]", + "output": [ + "[388, 58, 95, 41, 80, 4, 82, 32]" + ] + }, + { + "id": "openseek-3-97f633ff8bfc4ac388c461ad64a7968f", + "input": "[77, 75, 31, 117]", + "output": [ + "[232, 226, 94, 352]" + ] + }, + { + "id": "openseek-3-95e06e4366be40b4b20737dadc859c9d", + "input": "[11, 102, 131, 58]", + "output": [ + "[34, 51, 394, 29]" + ] + }, + { + "id": "openseek-3-9f98890c33c64d35a299c6f9c4225fdb", + "input": "[69, 30, 144, 11, 55, 188]", + "output": [ + "[208, 15, 72, 34, 166, 94]" + ] + }, + { + "id": "openseek-3-486d16874a3d493b9d87146399996864", + "input": "[164, 34]", + "output": [ + "[82, 17]" + ] + }, + { + "id": "openseek-3-fc85ce2e6245430e882e3e81cebefc96", + "input": "[159, 136, 70, 74, 141]", + "output": [ + "[478, 68, 35, 37, 424]" + ] + }, + { + "id": "openseek-3-e68a473e284945aeb0e47271b9bbc1d8", + "input": "[62, 34, 75]", + "output": [ + "[31, 17, 226]" + ] + }, + { + "id": "openseek-3-bdd58eed2f1f4b61878cfe6dbe98851d", + "input": "[28, 177, 164, 83, 130]", + "output": [ + "[14, 532, 82, 250, 65]" + ] + }, + { + "id": "openseek-3-35cb36b488784c24994bbfb2d48392f7", + "input": "[64, 97, 112, 178, 146, 107]", + "output": [ + "[32, 292, 56, 89, 73, 322]" + ] + }, + { + "id": "openseek-3-a6f8231e676d44b088e3a27020b9acd8", + "input": "[92, 130]", + "output": [ + "[46, 65]" + ] + }, + { + "id": "openseek-3-987c9da58238470a82876f0ec9b1b2ee", + "input": "[138, 140, 144, 80, 171, 94]", + "output": [ + "[69, 70, 72, 40, 514, 47]" + ] + }, + { + "id": "openseek-3-757721f871d94ef1b22a486b4e893db7", + "input": "[13, 16, 155, 199, 56, 155, 136, 142]", + "output": [ + "[40, 8, 466, 598, 28, 466, 68, 71]" + ] + }, + { + "id": "openseek-3-94a5891b373a4cce8841178428332acd", + "input": "[164, 155]", + "output": [ + "[82, 466]" + ] + }, + { + "id": "openseek-3-09c277445dc041ba9f1e9adc8ab0597b", + "input": "[5, 173, 86, 40, 160, 177, 190]", + "output": [ + "[16, 520, 43, 20, 80, 532, 95]" + ] + }, + { + "id": "openseek-3-9a34a646f4a442d39cfe33fc3232ffe8", + "input": "[93, 178, 122, 197, 133, 136, 114, 34, 153]", + "output": [ + "[280, 89, 61, 592, 400, 68, 57, 17, 460]" + ] + }, + { + "id": "openseek-3-027d61bd44e649329c0d0a9cb47a1154", + "input": "[79, 119, 169, 138, 77]", + "output": [ + "[238, 358, 508, 69, 232]" + ] + }, + { + "id": "openseek-3-63913b9519fa4be79f24dd86c15b9426", + "input": "[63, 70, 33, 128, 42, 36, 178, 145]", + "output": [ + "[190, 35, 100, 64, 21, 18, 89, 436]" + ] + }, + { + "id": "openseek-3-9b582d8f0cda4995bc17dfdd8987564d", + "input": "[172, 131]", + "output": [ + "[86, 394]" + ] + }, + { + "id": "openseek-3-89967dcdc3324bad9a499a08a9a85a0b", + "input": "[123, 168, 186, 100, 136, 25]", + "output": [ + "[370, 84, 93, 50, 68, 76]" + ] + }, + { + "id": "openseek-3-dad8433b316c4181aba607294a60a1b2", + "input": "[4, 96, 74, 161, 149, 36, 45]", + "output": [ + "[2, 48, 37, 484, 448, 18, 136]" + ] + }, + { + "id": "openseek-3-d6e40093e27947ddb2961193af13a7eb", + "input": "[132, 133, 74, 145, 68, 19, 132, 109]", + "output": [ + "[66, 400, 37, 436, 34, 58, 66, 328]" + ] + }, + { + "id": "openseek-3-4110f4f9673e4e7d9cbdac0f74b2e270", + "input": "[162, 132, 111, 12, 77, 105]", + "output": [ + "[81, 66, 334, 6, 232, 316]" + ] + }, + { + "id": "openseek-3-41355cc6ab0d4293b26c2d54c6f1c66e", + "input": "[190, 109, 77, 68]", + "output": [ + "[95, 328, 232, 34]" + ] + }, + { + "id": "openseek-3-5932e09899af4e10b617b88a0a49caf7", + "input": "[86, 80, 101, 186, 98, 97, 197, 146, 155]", + "output": [ + "[43, 40, 304, 93, 49, 292, 592, 73, 466]" + ] + }, + { + "id": "openseek-3-e55f96a2fb5a478b8578fafa9e804884", + "input": "[144, 100, 96]", + "output": [ + "[72, 50, 48]" + ] + }, + { + "id": "openseek-3-365590d7b4ca4d25abb79b50c3917122", + "input": "[41, 36, 148, 107, 63, 69, 105]", + "output": [ + "[124, 18, 74, 322, 190, 208, 316]" + ] + }, + { + "id": "openseek-3-1b9dc69fa7334fd8bac30a6f2720a584", + "input": "[139, 18, 174, 42, 142, 55, 119, 105, 158]", + "output": [ + "[418, 9, 87, 21, 71, 166, 358, 316, 79]" + ] + }, + { + "id": "openseek-3-1aa817d3a11c4c938b46a4c8e1163e87", + "input": "[152, 77]", + "output": [ + "[76, 232]" + ] + }, + { + "id": "openseek-3-cd97595cc9524324826d217be188fa7c", + "input": "[140, 143, 11, 146, 160, 91, 152]", + "output": [ + "[70, 430, 34, 73, 80, 274, 76]" + ] + }, + { + "id": "openseek-3-8c974847311a4188a5a86ff7c09816e1", + "input": "[200, 43, 192, 65, 78]", + "output": [ + "[100, 130, 96, 196, 39]" + ] + }, + { + "id": "openseek-3-8b614e6e93f949e5abd0f3d1aa2d22e4", + "input": "[65, 11, 106, 52, 148, 116]", + "output": [ + "[196, 34, 53, 26, 74, 58]" + ] + }, + { + "id": "openseek-3-ef9821e268e44caea860851482dba3f9", + "input": "[115, 166, 54, 143, 125]", + "output": [ + "[346, 83, 27, 430, 376]" + ] + }, + { + "id": "openseek-3-edfbe3b76fe0462bb8043aedf66498cb", + "input": "[21, 123, 164, 172, 96, 153, 171]", + "output": [ + "[64, 370, 82, 86, 48, 460, 514]" + ] + }, + { + "id": "openseek-3-217feee511dd4dc9baa58feacd82c7c1", + "input": "[191, 74, 37, 126, 89]", + "output": [ + "[574, 37, 112, 63, 268]" + ] + }, + { + "id": "openseek-3-668a81832fec409dbeb775b0dd4647c4", + "input": "[199, 84, 183, 34, 118, 195]", + "output": [ + "[598, 42, 550, 17, 59, 586]" + ] + }, + { + "id": "openseek-3-0faa7ad815524eafaa09a0cbc35c56e2", + "input": "[50, 186, 87, 151, 102, 99, 97, 110]", + "output": [ + "[25, 93, 262, 454, 51, 298, 292, 55]" + ] + }, + { + "id": "openseek-3-597bdbe5018c425588a3f555352a931b", + "input": "[164, 44, 69, 84]", + "output": [ + "[82, 22, 208, 42]" + ] + }, + { + "id": "openseek-3-b6d00c7d3ed84c89aa64a947253aa15a", + "input": "[55, 36, 77, 167, 33, 154]", + "output": [ + "[166, 18, 232, 502, 100, 77]" + ] + }, + { + "id": "openseek-3-5e0519f989774f879b875b6635c18fc6", + "input": "[33, 173]", + "output": [ + "[100, 520]" + ] + }, + { + "id": "openseek-3-66d15e9ee187402881967b4feeaa04f3", + "input": "[199, 1, 39]", + "output": [ + "[598, 4, 118]" + ] + }, + { + "id": "openseek-3-28899162e54b41a9baafd0a7516f0a14", + "input": "[23, 84, 95, 177]", + "output": [ + "[70, 42, 286, 532]" + ] + }, + { + "id": "openseek-3-f73f4d54f81045539b5d7f71f3b2b112", + "input": "[168, 28, 81]", + "output": [ + "[84, 14, 244]" + ] + }, + { + "id": "openseek-3-99bb3a3a14c2442e854945095e318187", + "input": "[65, 104, 157, 81, 168]", + "output": [ + "[196, 52, 472, 244, 84]" + ] + }, + { + "id": "openseek-3-037de0d91e2943a19f6d88a8723f5767", + "input": "[164, 86, 183, 163, 57, 52]", + "output": [ + "[82, 43, 550, 490, 172, 26]" + ] + }, + { + "id": "openseek-3-037fd91bf0ac4808b8fce6d064eadf3b", + "input": "[10, 127, 123, 178]", + "output": [ + "[5, 382, 370, 89]" + ] + }, + { + "id": "openseek-3-6940f50cc37d42ca87a6a731b19637c9", + "input": "[154, 168, 29]", + "output": [ + "[77, 84, 88]" + ] + }, + { + "id": "openseek-3-3976f8829bc047b6ade2df1ff5ee9a14", + "input": "[53, 116]", + "output": [ + "[160, 58]" + ] + }, + { + "id": "openseek-3-db9e39f339994263ad915e26d8846605", + "input": "[98, 136, 13, 20, 44, 168, 51]", + "output": [ + "[49, 68, 40, 10, 22, 84, 154]" + ] + }, + { + "id": "openseek-3-0b512bf6e99a487790d2ea092cf203a5", + "input": "[85, 177, 155, 99, 80, 146, 52, 60, 200]", + "output": [ + "[256, 532, 466, 298, 40, 73, 26, 30, 100]" + ] + }, + { + "id": "openseek-3-feda30749419431787edd5a93ceb3a29", + "input": "[12, 180, 102, 88, 30, 27, 74]", + "output": [ + "[6, 90, 51, 44, 15, 82, 37]" + ] + }, + { + "id": "openseek-3-9d5bfcba44bd418186800319f688fb36", + "input": "[173, 132, 17, 133, 55, 198, 41]", + "output": [ + "[520, 66, 52, 400, 166, 99, 124]" + ] + }, + { + "id": "openseek-3-ba2bf125df6c4ccb9ed161892e41d4d5", + "input": "[67, 8, 200]", + "output": [ + "[202, 4, 100]" + ] + }, + { + "id": "openseek-3-67920f8b97ae4a7a90e20c01b44baccc", + "input": "[195, 90, 100]", + "output": [ + "[586, 45, 50]" + ] + }, + { + "id": "openseek-3-cf1d28b7c6e54930b6fb84d5447e1dc5", + "input": "[156, 162]", + "output": [ + "[78, 81]" + ] + }, + { + "id": "openseek-3-635c7efd820e4c3694377ac00db0c407", + "input": "[197, 162, 50, 159, 78, 24, 87]", + "output": [ + "[592, 81, 25, 478, 39, 12, 262]" + ] + }, + { + "id": "openseek-3-047ad6b0430f41b59226fbe865549c69", + "input": "[66, 176, 89, 46]", + "output": [ + "[33, 88, 268, 23]" + ] + }, + { + "id": "openseek-3-94d678ad9c0a4b1297b81774b0c65cce", + "input": "[28, 14, 99, 180, 105]", + "output": [ + "[14, 7, 298, 90, 316]" + ] + }, + { + "id": "openseek-3-41f9fe616e844dcc8f95c679f3f30be7", + "input": "[89, 167, 141, 177, 183, 99, 126, 91]", + "output": [ + "[268, 502, 424, 532, 550, 298, 63, 274]" + ] + }, + { + "id": "openseek-3-eb5b0fc05ea04732acc0731477f63c14", + "input": "[106, 117, 147]", + "output": [ + "[53, 352, 442]" + ] + }, + { + "id": "openseek-3-e2c6f0da5a044e9db452b1f76e56d5ca", + "input": "[84, 172, 14, 180]", + "output": [ + "[42, 86, 7, 90]" + ] + }, + { + "id": "openseek-3-cbf91f1bcfde40d7beee0a40cda308ab", + "input": "[11, 8, 63, 28]", + "output": [ + "[34, 4, 190, 14]" + ] + }, + { + "id": "openseek-3-cd9422bd753147b285dc82d83bfe5bfe", + "input": "[134, 94, 137, 134, 160, 192, 28, 63]", + "output": [ + "[67, 47, 412, 67, 80, 96, 14, 190]" + ] + }, + { + "id": "openseek-3-fe80b9708de5411bb9338d658fa0d5ff", + "input": "[57, 59, 40, 181, 74, 55]", + "output": [ + "[172, 178, 20, 544, 37, 166]" + ] + }, + { + "id": "openseek-3-bdd26ce8f5894286b77f23fa2070ff45", + "input": "[102, 57, 104]", + "output": [ + "[51, 172, 52]" + ] + }, + { + "id": "openseek-3-31af2aed4e4a4a2393713a93a370763c", + "input": "[36, 69, 114, 159, 145, 78]", + "output": [ + "[18, 208, 57, 478, 436, 39]" + ] + }, + { + "id": "openseek-3-de94e870646f4e5a877240bebe17c0dd", + "input": "[162, 117, 196, 106, 11, 184, 26, 121]", + "output": [ + "[81, 352, 98, 53, 34, 92, 13, 364]" + ] + }, + { + "id": "openseek-3-8c7cca9656d14475bd0814dc3703fa7c", + "input": "[95, 171]", + "output": [ + "[286, 514]" + ] + }, + { + "id": "openseek-3-d46b2207cb354389bf191c2de8a66e15", + "input": "[19, 45, 169]", + "output": [ + "[58, 136, 508]" + ] + }, + { + "id": "openseek-3-c4e8211cdfb643a0a5a55a2b249f5913", + "input": "[36, 51]", + "output": [ + "[18, 154]" + ] + }, + { + "id": "openseek-3-fc451a830b614987ad3e9535847440f2", + "input": "[113, 140, 63]", + "output": [ + "[340, 70, 190]" + ] + }, + { + "id": "openseek-3-863045348ae8429cae2abaae6f786767", + "input": "[6, 116, 37, 127]", + "output": [ + "[3, 58, 112, 382]" + ] + }, + { + "id": "openseek-3-d1efd53a738042d6af6961462b8e87a1", + "input": "[47, 15, 151, 7, 148]", + "output": [ + "[142, 46, 454, 22, 74]" + ] + }, + { + "id": "openseek-3-2f89552199764e378f503bb0233cad00", + "input": "[35, 142, 42]", + "output": [ + "[106, 71, 21]" + ] + }, + { + "id": "openseek-3-a87e5cb44e774e82a1eccdabb25febf3", + "input": "[148, 112, 154, 173]", + "output": [ + "[74, 56, 77, 520]" + ] + }, + { + "id": "openseek-3-449a17e39db040079fb45351baba075c", + "input": "[160, 177, 77, 38, 87, 52, 136]", + "output": [ + "[80, 532, 232, 19, 262, 26, 68]" + ] + }, + { + "id": "openseek-3-ac4184f8584b42248ac17c94a9bed4d4", + "input": "[49, 58, 25, 36, 181]", + "output": [ + "[148, 29, 76, 18, 544]" + ] + }, + { + "id": "openseek-3-851594a4d5bd417f8f621e3dfc77ac37", + "input": "[174, 109, 76, 150, 121, 141, 110, 45]", + "output": [ + "[87, 328, 38, 75, 364, 424, 55, 136]" + ] + }, + { + "id": "openseek-3-7195c738b55642cfb75936b2852f92e2", + "input": "[117, 118, 69, 111, 96, 57, 181]", + "output": [ + "[352, 59, 208, 334, 48, 172, 544]" + ] + }, + { + "id": "openseek-3-ac555813e9f94071bb0324d8d61e35b5", + "input": "[139, 179]", + "output": [ + "[418, 538]" + ] + }, + { + "id": "openseek-3-7f9ed264f1a84343a77067546a45e4dd", + "input": "[20, 48, 95, 36, 91]", + "output": [ + "[10, 24, 286, 18, 274]" + ] + }, + { + "id": "openseek-3-3224662b5db243538e6d9a5de2ec6c1e", + "input": "[200, 131]", + "output": [ + "[100, 394]" + ] + }, + { + "id": "openseek-3-784a03c105f04983890c8f84588dc9a4", + "input": "[106, 173, 77, 45, 126, 59, 134, 173, 60]", + "output": [ + "[53, 520, 232, 136, 63, 178, 67, 520, 30]" + ] + }, + { + "id": "openseek-3-9f49fb5433f048a690d959dafb77d632", + "input": "[182, 193, 114, 167, 198]", + "output": [ + "[91, 580, 57, 502, 99]" + ] + }, + { + "id": "openseek-3-d11070b86427479592d590a8fe994626", + "input": "[123, 83, 97, 106, 56, 191, 42, 198]", + "output": [ + "[370, 250, 292, 53, 28, 574, 21, 99]" + ] + }, + { + "id": "openseek-3-1af2da30996c4378bf31ddd4779770c2", + "input": "[190, 61, 101, 23, 114, 132]", + "output": [ + "[95, 184, 304, 70, 57, 66]" + ] + }, + { + "id": "openseek-3-f720becc82bc4e90b003e50e6f229c52", + "input": "[19, 52, 120, 27, 139]", + "output": [ + "[58, 26, 60, 82, 418]" + ] + }, + { + "id": "openseek-3-f29245aa9e454c029012bf6530b31d5a", + "input": "[15, 195, 195, 86, 143, 193, 150, 144, 128]", + "output": [ + "[46, 586, 586, 43, 430, 580, 75, 72, 64]" + ] + }, + { + "id": "openseek-3-218a596c8fb7409aa729ea2a071ec2c3", + "input": "[93, 112]", + "output": [ + "[280, 56]" + ] + }, + { + "id": "openseek-3-d19e18960a6c473297e659ffcbbee368", + "input": "[96, 170, 152, 51, 48]", + "output": [ + "[48, 85, 76, 154, 24]" + ] + }, + { + "id": "openseek-3-f1d340ed9c7e4c65aa4684bf862b8be4", + "input": "[29, 193, 64]", + "output": [ + "[88, 580, 32]" + ] + }, + { + "id": "openseek-3-334ca3bf9abf44daa96c8a699392784c", + "input": "[179, 146, 23, 163, 36]", + "output": [ + "[538, 73, 70, 490, 18]" + ] + }, + { + "id": "openseek-3-fd15799c98414c99bb099f1ee397a6c6", + "input": "[182, 187, 169, 68, 130, 9, 165]", + "output": [ + "[91, 562, 508, 34, 65, 28, 496]" + ] + }, + { + "id": "openseek-3-1dbdf490a29047ff94e35c42400b95ba", + "input": "[93, 54]", + "output": [ + "[280, 27]" + ] + }, + { + "id": "openseek-3-adaa03a9bbb14229b9db48fa2e78d1b2", + "input": "[92, 86]", + "output": [ + "[46, 43]" + ] + }, + { + "id": "openseek-3-ebc226839bf646e18846d0b26fb3eebf", + "input": "[12, 54, 179]", + "output": [ + "[6, 27, 538]" + ] + }, + { + "id": "openseek-3-207936beb29a44b7834a5b429999e2ec", + "input": "[69, 183]", + "output": [ + "[208, 550]" + ] + }, + { + "id": "openseek-3-ffbab14a52304f608fa23f5a8b553e14", + "input": "[165, 116, 113, 42, 77, 51]", + "output": [ + "[496, 58, 340, 21, 232, 154]" + ] + }, + { + "id": "openseek-3-0fd3e6f3ffbf4207a10dcbf1aaab0ac3", + "input": "[33, 139, 107, 78, 148]", + "output": [ + "[100, 418, 322, 39, 74]" + ] + }, + { + "id": "openseek-3-4eb34afdd7534b3ba5dadccf2d8b1e88", + "input": "[112, 90, 2]", + "output": [ + "[56, 45, 1]" + ] + }, + { + "id": "openseek-3-7dc0780e428a4b029845d7cc2efa9229", + "input": "[154, 57, 178, 128, 67, 146, 34]", + "output": [ + "[77, 172, 89, 64, 202, 73, 17]" + ] + }, + { + "id": "openseek-3-82483d6770fd47979ad113415da01c2a", + "input": "[121, 119, 193]", + "output": [ + "[364, 358, 580]" + ] + }, + { + "id": "openseek-3-2033156a7da140aa8cd752315666dff0", + "input": "[23, 82, 24, 182, 178]", + "output": [ + "[70, 41, 12, 91, 89]" + ] + }, + { + "id": "openseek-3-fbe7eff990a444ffb3472a8b481d8114", + "input": "[173, 29, 19, 11, 177]", + "output": [ + "[520, 88, 58, 34, 532]" + ] + }, + { + "id": "openseek-3-e9cc4794fdc14bfdae1d99ffd15df680", + "input": "[101, 16]", + "output": [ + "[304, 8]" + ] + }, + { + "id": "openseek-3-96ef2f4f472748cb814c1e8a4ba6c8f8", + "input": "[74, 7]", + "output": [ + "[37, 22]" + ] + }, + { + "id": "openseek-3-c6c4d8f94db6453085ddd335b23d0c89", + "input": "[11, 22, 69, 124, 38, 49, 131, 9, 33]", + "output": [ + "[34, 11, 208, 62, 19, 148, 394, 28, 100]" + ] + }, + { + "id": "openseek-3-62d1423414d046cb9c30ca8e75696d72", + "input": "[97, 89, 10, 153, 184, 135]", + "output": [ + "[292, 268, 5, 460, 92, 406]" + ] + }, + { + "id": "openseek-3-0f8e1341aa1942d6910bc6e9649d7641", + "input": "[44, 70, 172, 15]", + "output": [ + "[22, 35, 86, 46]" + ] + }, + { + "id": "openseek-3-fd035d9db680403d9c76a4a076fd5f99", + "input": "[135, 48, 48, 64, 88, 137, 101, 132]", + "output": [ + "[406, 24, 24, 32, 44, 412, 304, 66]" + ] + }, + { + "id": "openseek-3-8472fbe02688487cb1a314b2d13a059d", + "input": "[87, 26, 156, 103, 75, 165, 66, 46, 176]", + "output": [ + "[262, 13, 78, 310, 226, 496, 33, 23, 88]" + ] + }, + { + "id": "openseek-3-9bbba58e7bdb4fc2ab9d5ad9cb86e3df", + "input": "[44, 172, 45, 21, 52, 2, 29, 136]", + "output": [ + "[22, 86, 136, 64, 26, 1, 88, 68]" + ] + }, + { + "id": "openseek-3-7c4b6990bd6e4986976febd52949a396", + "input": "[72, 1, 45, 150, 11, 118, 25, 64, 163]", + "output": [ + "[36, 4, 136, 75, 34, 59, 76, 32, 490]" + ] + }, + { + "id": "openseek-3-f62f5f78a64f4317ad46b98a51cf3fc9", + "input": "[198, 9, 124]", + "output": [ + "[99, 28, 62]" + ] + }, + { + "id": "openseek-3-d37207b9868543ec86a1fe38a846d027", + "input": "[161, 9, 114]", + "output": [ + "[484, 28, 57]" + ] + }, + { + "id": "openseek-3-f5cde33d6ac54482ac0f442119dc825f", + "input": "[107, 190, 195, 163, 128, 33, 25]", + "output": [ + "[322, 95, 586, 490, 64, 100, 76]" + ] + }, + { + "id": "openseek-3-4fbac0dbb2bb4b99ab8ced0c0c055637", + "input": "[21, 115, 4, 130, 141, 129, 135]", + "output": [ + "[64, 346, 2, 65, 424, 388, 406]" + ] + }, + { + "id": "openseek-3-bf21269dc17043be9103c68d28412bc6", + "input": "[196, 15, 65, 95, 19, 27, 104, 101, 84]", + "output": [ + "[98, 46, 196, 286, 58, 82, 52, 304, 42]" + ] + }, + { + "id": "openseek-3-ff7d2aa251da44f388ede0c908e684ca", + "input": "[192, 31, 107, 89, 146, 9]", + "output": [ + "[96, 94, 322, 268, 73, 28]" + ] + }, + { + "id": "openseek-3-63f1acaf143c43d0aaf5f2a305d181e9", + "input": "[58, 6, 178, 147]", + "output": [ + "[29, 3, 89, 442]" + ] + }, + { + "id": "openseek-3-8ad18a7262ee4330b53491b1d380d148", + "input": "[85, 32]", + "output": [ + "[256, 16]" + ] + }, + { + "id": "openseek-3-dfee0c9f471f4d56ad9d623b1261996b", + "input": "[107, 101, 46, 147, 80, 119, 118, 24, 97]", + "output": [ + "[322, 304, 23, 442, 40, 358, 59, 12, 292]" + ] + }, + { + "id": "openseek-3-b76e4bb336df4d46bce12da713de3885", + "input": "[92, 114, 13]", + "output": [ + "[46, 57, 40]" + ] + }, + { + "id": "openseek-3-e277a3aa457245ad8f3b25e33e55e2e0", + "input": "[74, 166]", + "output": [ + "[37, 83]" + ] + }, + { + "id": "openseek-3-c4592ae8c081498094c8d57d553272e6", + "input": "[85, 101, 61, 73, 159, 164, 37]", + "output": [ + "[256, 304, 184, 220, 478, 82, 112]" + ] + }, + { + "id": "openseek-3-6ec6c06501154a9dbb19ecdb618cb387", + "input": "[116, 137]", + "output": [ + "[58, 412]" + ] + }, + { + "id": "openseek-3-923ddf3e92e547ec91489f00146110ff", + "input": "[172, 109, 45, 129]", + "output": [ + "[86, 328, 136, 388]" + ] + }, + { + "id": "openseek-3-36f07a3f651b4040b868f1dc3ec3f5a9", + "input": "[95, 107]", + "output": [ + "[286, 322]" + ] + }, + { + "id": "openseek-3-1933779e4d4c402d848dc8a8ed03f8ab", + "input": "[153, 148, 33, 102, 96, 123, 113, 67]", + "output": [ + "[460, 74, 100, 51, 48, 370, 340, 202]" + ] + }, + { + "id": "openseek-3-b00e19955b144d5d94e56d807383ad91", + "input": "[32, 112, 149, 142, 194, 11]", + "output": [ + "[16, 56, 448, 71, 97, 34]" + ] + }, + { + "id": "openseek-3-b731eb25573d4d568ed5af6c218bd8c0", + "input": "[175, 181, 75, 172, 110, 189]", + "output": [ + "[526, 544, 226, 86, 55, 568]" + ] + }, + { + "id": "openseek-3-dc99bc2fc0f14c6db34414269df0eb4f", + "input": "[73, 101, 179, 40, 141, 99, 46, 17]", + "output": [ + "[220, 304, 538, 20, 424, 298, 23, 52]" + ] + }, + { + "id": "openseek-3-b2c13d3fbb5d45ee87bd38b43e4e0749", + "input": "[142, 11, 78, 98]", + "output": [ + "[71, 34, 39, 49]" + ] + }, + { + "id": "openseek-3-8ec1ba95d7f040dcbabd230f20272b09", + "input": "[121, 146, 126, 114, 26, 116]", + "output": [ + "[364, 73, 63, 57, 13, 58]" + ] + }, + { + "id": "openseek-3-0edb5c39d66b446f9784fbf48d546f20", + "input": "[61, 183, 132, 156, 8, 182, 98, 24, 56]", + "output": [ + "[184, 550, 66, 78, 4, 91, 49, 12, 28]" + ] + }, + { + "id": "openseek-3-c5d64fd7823140dc9ce8fb88062138d9", + "input": "[101, 66, 191]", + "output": [ + "[304, 33, 574]" + ] + }, + { + "id": "openseek-3-758192587f064ae68f52641c574d2c07", + "input": "[4, 190, 6, 51, 100, 39, 161, 190, 159]", + "output": [ + "[2, 95, 3, 154, 50, 118, 484, 95, 478]" + ] + }, + { + "id": "openseek-3-fbfd7d15325443f88c13383c8af3a035", + "input": "[30, 63, 138, 197, 79]", + "output": [ + "[15, 190, 69, 592, 238]" + ] + }, + { + "id": "openseek-3-92cbda5d9238420687af28ca1c3ed8ce", + "input": "[52, 135, 5, 122]", + "output": [ + "[26, 406, 16, 61]" + ] + }, + { + "id": "openseek-3-1b7fcb97628448169caa73c221d3de6d", + "input": "[195, 157]", + "output": [ + "[586, 472]" + ] + }, + { + "id": "openseek-3-ebd91427e7da43f99bf6c1e6f1781969", + "input": "[140, 3, 84, 92, 66, 119, 61, 176, 42]", + "output": [ + "[70, 10, 42, 46, 33, 358, 184, 88, 21]" + ] + }, + { + "id": "openseek-3-ab5e177ac7094984a81acead2ddac12c", + "input": "[102, 177, 126, 125, 131, 148, 165]", + "output": [ + "[51, 532, 63, 376, 394, 74, 496]" + ] + }, + { + "id": "openseek-3-9bb0c43f4fc74ba8828f71236df5121b", + "input": "[42, 107, 141, 123, 16, 150, 21]", + "output": [ + "[21, 322, 424, 370, 8, 75, 64]" + ] + }, + { + "id": "openseek-3-7e36456740d3492cba87b14ee58a4139", + "input": "[167, 47, 156, 24]", + "output": [ + "[502, 142, 78, 12]" + ] + }, + { + "id": "openseek-3-560100078a4c43fd8db94783bd2741fa", + "input": "[100, 1, 193, 58, 2, 102, 42]", + "output": [ + "[50, 4, 580, 29, 1, 51, 21]" + ] + }, + { + "id": "openseek-3-4f271cbbc13b43998b7f7ff5a5e42ea9", + "input": "[81, 24, 19, 44, 143, 163, 37, 116]", + "output": [ + "[244, 12, 58, 22, 430, 490, 112, 58]" + ] + }, + { + "id": "openseek-3-d3e59077af8c4c388f8a1498817a674a", + "input": "[197, 59]", + "output": [ + "[592, 178]" + ] + }, + { + "id": "openseek-3-c47ad52846bc4c2bba7388655eddf481", + "input": "[59, 197, 40, 191, 60]", + "output": [ + "[178, 592, 20, 574, 30]" + ] + }, + { + "id": "openseek-3-9d7a1da528334cd9b3403947ae1b778b", + "input": "[137, 86, 42, 1, 76, 121, 181]", + "output": [ + "[412, 43, 21, 4, 38, 364, 544]" + ] + }, + { + "id": "openseek-3-da8d1c6e70b345f0b32daa2a02c95f3e", + "input": "[43, 197, 52, 6, 135, 126, 163, 11]", + "output": [ + "[130, 592, 26, 3, 406, 63, 490, 34]" + ] + }, + { + "id": "openseek-3-05ed488efefb4824994e9697ffb654dd", + "input": "[9, 120, 57]", + "output": [ + "[28, 60, 172]" + ] + }, + { + "id": "openseek-3-eb48d0732ed34140ba86b78460022ddc", + "input": "[151, 147, 69, 58, 142]", + "output": [ + "[454, 442, 208, 29, 71]" + ] + }, + { + "id": "openseek-3-21e45510423a495ea4fc26bfe50729b8", + "input": "[33, 34, 89]", + "output": [ + "[100, 17, 268]" + ] + }, + { + "id": "openseek-3-4ee40754ee024e49a42ca297392ab858", + "input": "[166, 45, 63, 179, 157, 183]", + "output": [ + "[83, 136, 190, 538, 472, 550]" + ] + }, + { + "id": "openseek-3-82f0dafcb0e046738116b91357df739e", + "input": "[181, 44, 83, 182, 43, 189, 183]", + "output": [ + "[544, 22, 250, 91, 130, 568, 550]" + ] + }, + { + "id": "openseek-3-4677b2c3f9d049a595f0bbd2b6a9992f", + "input": "[102, 77, 107, 88, 8, 57]", + "output": [ + "[51, 232, 322, 44, 4, 172]" + ] + }, + { + "id": "openseek-3-a37deac327aa4a6fb79509fc9cceb772", + "input": "[137, 56, 11, 41, 5, 92]", + "output": [ + "[412, 28, 34, 124, 16, 46]" + ] + }, + { + "id": "openseek-3-012c4096f84148da8c817ee7777ef3c7", + "input": "[78, 91]", + "output": [ + "[39, 274]" + ] + }, + { + "id": "openseek-3-009f18c606b64f5eadc92bac1ac629f0", + "input": "[38, 39, 44, 65, 25, 39]", + "output": [ + "[19, 118, 22, 196, 76, 118]" + ] + }, + { + "id": "openseek-3-3b4bbfd147bf42288c13b671cb5f68fb", + "input": "[102, 28]", + "output": [ + "[51, 14]" + ] + }, + { + "id": "openseek-3-b13be6cbd571464a8e1a1f8e153b1921", + "input": "[91, 34, 102, 48, 162, 175]", + "output": [ + "[274, 17, 51, 24, 81, 526]" + ] + }, + { + "id": "openseek-3-046cd695de314c4b843b1c53ff1e81c9", + "input": "[115, 188, 139, 45, 123, 195, 82]", + "output": [ + "[346, 94, 418, 136, 370, 586, 41]" + ] + }, + { + "id": "openseek-3-ea2ea9f38caa453fa7c2ea4daf7d3ba0", + "input": "[8, 22, 47, 94]", + "output": [ + "[4, 11, 142, 47]" + ] + }, + { + "id": "openseek-3-6e642b603b7a4b5493f0c40c200bd145", + "input": "[42, 114]", + "output": [ + "[21, 57]" + ] + }, + { + "id": "openseek-3-e5f97b1dc6f9461dad8aa7dcdb83eb8e", + "input": "[152, 186, 20]", + "output": [ + "[76, 93, 10]" + ] + }, + { + "id": "openseek-3-ae0284d325564a2ba5a7a48b61956b73", + "input": "[184, 194]", + "output": [ + "[92, 97]" + ] + }, + { + "id": "openseek-3-f82432e9fa554d62bc01bed1bc4c7007", + "input": "[49, 102, 1, 10, 113, 169, 123]", + "output": [ + "[148, 51, 4, 5, 340, 508, 370]" + ] + }, + { + "id": "openseek-3-b6bb4f9510b949ebb75ca6d58f56e11c", + "input": "[75, 135]", + "output": [ + "[226, 406]" + ] + }, + { + "id": "openseek-3-a7a9b3614a1a4d3db6adcc9b4bd66a7c", + "input": "[112, 187]", + "output": [ + "[56, 562]" + ] + }, + { + "id": "openseek-3-4abd7a5db9194ab3a5e139a951b2a83b", + "input": "[145, 128, 38, 120, 174]", + "output": [ + "[436, 64, 19, 60, 87]" + ] + }, + { + "id": "openseek-3-ef89142c40ae4a76a68361454066d9bd", + "input": "[148, 83, 97, 24]", + "output": [ + "[74, 250, 292, 12]" + ] + }, + { + "id": "openseek-3-a25933478f3f4fd7ba55b72b066b61b8", + "input": "[194, 81, 62, 154, 52, 66, 87]", + "output": [ + "[97, 244, 31, 77, 26, 33, 262]" + ] + }, + { + "id": "openseek-3-fdc47285003a427bbf5718f4e706cd24", + "input": "[65, 128, 60]", + "output": [ + "[196, 64, 30]" + ] + }, + { + "id": "openseek-3-a9ec5ee268444c429db57372b69f0d40", + "input": "[132, 164, 48, 143, 183, 56, 183, 130, 40]", + "output": [ + "[66, 82, 24, 430, 550, 28, 550, 65, 20]" + ] + }, + { + "id": "openseek-3-a77c8cad20f847da9be8c13ab51f8cd7", + "input": "[34, 86, 14]", + "output": [ + "[17, 43, 7]" + ] + }, + { + "id": "openseek-3-bf535f6297d34d248a14bed5c9bb7705", + "input": "[35, 150, 62, 12]", + "output": [ + "[106, 75, 31, 6]" + ] + }, + { + "id": "openseek-3-431a03d30c6e4692895cb369c915a8d4", + "input": "[142, 13, 126, 108, 172, 54]", + "output": [ + "[71, 40, 63, 54, 86, 27]" + ] + }, + { + "id": "openseek-3-bdd455d2525249f79f215d825337871a", + "input": "[73, 68, 138, 50, 110, 172, 26, 58, 17]", + "output": [ + "[220, 34, 69, 25, 55, 86, 13, 29, 52]" + ] + }, + { + "id": "openseek-3-30dd91a8eaee4987911352324635eafc", + "input": "[194, 120, 97, 56, 85]", + "output": [ + "[97, 60, 292, 28, 256]" + ] + }, + { + "id": "openseek-3-e6b99c6798194438b6c23df54c13fb6a", + "input": "[177, 114]", + "output": [ + "[532, 57]" + ] + }, + { + "id": "openseek-3-b9bfa0c658e34b7ba4a37d6497e2f92f", + "input": "[5, 130, 49, 118, 119, 28, 18, 163]", + "output": [ + "[16, 65, 148, 59, 358, 14, 9, 490]" + ] + }, + { + "id": "openseek-3-46eadd4f840b4342adde60133ed6af4a", + "input": "[65, 20, 44, 79, 87, 40]", + "output": [ + "[196, 10, 22, 238, 262, 20]" + ] + }, + { + "id": "openseek-3-465be47f86114ef28044c59151585f09", + "input": "[76, 168]", + "output": [ + "[38, 84]" + ] + }, + { + "id": "openseek-3-5d28f46fac0946e381fac4823fe3b330", + "input": "[68, 20]", + "output": [ + "[34, 10]" + ] + }, + { + "id": "openseek-3-32a577a5717b4dee84a6138720057334", + "input": "[62, 179, 117, 15]", + "output": [ + "[31, 538, 352, 46]" + ] + }, + { + "id": "openseek-3-8e67a25de661469d83e31cc21df46ef1", + "input": "[112, 106, 168, 100, 69, 5, 75, 139]", + "output": [ + "[56, 53, 84, 50, 208, 16, 226, 418]" + ] + }, + { + "id": "openseek-3-e9748771b98749488e85aa3911d3bbc0", + "input": "[132, 146, 44, 38]", + "output": [ + "[66, 73, 22, 19]" + ] + }, + { + "id": "openseek-3-f6b031c5bdac45c099d0fc242d3669d3", + "input": "[169, 97, 54]", + "output": [ + "[508, 292, 27]" + ] + }, + { + "id": "openseek-3-ada36796a59140aa890c3bcfe154cb91", + "input": "[81, 17, 127, 82, 19, 11, 90, 24, 186]", + "output": [ + "[244, 52, 382, 41, 58, 34, 45, 12, 93]" + ] + }, + { + "id": "openseek-3-354899f05df5451e8c6bb940d872f1b0", + "input": "[193, 13, 69, 64, 148, 108, 23]", + "output": [ + "[580, 40, 208, 32, 74, 54, 70]" + ] + }, + { + "id": "openseek-3-3ffb6ad87ea84c70a6f18527df6f9773", + "input": "[6, 82, 32, 40]", + "output": [ + "[3, 41, 16, 20]" + ] + }, + { + "id": "openseek-3-6b081386a39c4a6bb3c26a543e447f2b", + "input": "[52, 118, 144, 88, 173]", + "output": [ + "[26, 59, 72, 44, 520]" + ] + }, + { + "id": "openseek-3-277a6f49895546398150cbf4a6534d2d", + "input": "[73, 118, 68, 73, 147]", + "output": [ + "[220, 59, 34, 220, 442]" + ] + }, + { + "id": "openseek-3-8790810d3dd449f7b9ae41ab7a743590", + "input": "[133, 70, 35, 196, 144, 55]", + "output": [ + "[400, 35, 106, 98, 72, 166]" + ] + }, + { + "id": "openseek-3-3fad5812490f48718ea7fb0ca3f49738", + "input": "[132, 36, 97, 156, 177]", + "output": [ + "[66, 18, 292, 78, 532]" + ] + }, + { + "id": "openseek-3-56c14835d88543f3b9f04aa9613e50f8", + "input": "[8, 32, 97, 28, 40, 170, 152, 152, 91]", + "output": [ + "[4, 16, 292, 14, 20, 85, 76, 76, 274]" + ] + }, + { + "id": "openseek-3-3d7517e632c14ade9cdbf74822ea36ab", + "input": "[66, 106, 99, 175, 82, 121, 139, 54]", + "output": [ + "[33, 53, 298, 526, 41, 364, 418, 27]" + ] + }, + { + "id": "openseek-3-e3ba189e730742548c2974b1ddddcdb2", + "input": "[34, 97, 150, 84, 49, 160, 62, 184, 99]", + "output": [ + "[17, 292, 75, 42, 148, 80, 31, 92, 298]" + ] + }, + { + "id": "openseek-3-31d7b349c4e342528c040a9bbcf03b87", + "input": "[124, 174, 183]", + "output": [ + "[62, 87, 550]" + ] + }, + { + "id": "openseek-3-9cada83a2e284f589cb2ed144188e586", + "input": "[90, 43, 184, 18, 35, 121]", + "output": [ + "[45, 130, 92, 9, 106, 364]" + ] + }, + { + "id": "openseek-3-d2654795550240b5bb655b4b9714806c", + "input": "[137, 31, 177, 199, 34, 8]", + "output": [ + "[412, 94, 532, 598, 17, 4]" + ] + }, + { + "id": "openseek-3-5ab685e26c5049c8985d19c426d86ffe", + "input": "[30, 161, 7, 160, 179, 129, 48, 145]", + "output": [ + "[15, 484, 22, 80, 538, 388, 24, 436]" + ] + }, + { + "id": "openseek-3-8bd998074b6346e0bc7714713bc51ea0", + "input": "[112, 61, 30, 184, 131, 189, 184]", + "output": [ + "[56, 184, 15, 92, 394, 568, 92]" + ] + }, + { + "id": "openseek-3-83236e7dc7b44dacb7416e6c3972447f", + "input": "[167, 63, 182, 92, 102, 129, 87, 140, 188]", + "output": [ + "[502, 190, 91, 46, 51, 388, 262, 70, 94]" + ] + }, + { + "id": "openseek-3-c1b3bf3b55c146d78b5e2dc2e9e48417", + "input": "[102, 127]", + "output": [ + "[51, 382]" + ] + }, + { + "id": "openseek-3-ded3850b111d40198152c5d289b99fae", + "input": "[13, 183, 39, 152]", + "output": [ + "[40, 550, 118, 76]" + ] + }, + { + "id": "openseek-3-8b941ba57a1d42ca90925af430520638", + "input": "[182, 109, 167, 17, 180, 160, 172]", + "output": [ + "[91, 328, 502, 52, 90, 80, 86]" + ] + }, + { + "id": "openseek-3-e4bb41d1a9f644549a157a30b9209cd8", + "input": "[45, 72]", + "output": [ + "[136, 36]" + ] + } + ], + "test_samples": [ + { + "id": "openseek-3-0a22b8c3abd347378d64b9416528312d", + "input": "[91, 63, 148, 8, 6]" + }, + { + "id": "openseek-3-9b5ef57817824f2b8938ca3b5c6ae015", + "input": "[56, 99, 93]" + }, + { + "id": "openseek-3-b063e327b0ee48bb9a89b942acd080d6", + "input": "[167, 124, 183, 70, 77]" + }, + { + "id": "openseek-3-03edf11efaa04593a3dc2dd1e0fb164c", + "input": "[165, 130, 80, 78, 146]" + }, + { + "id": "openseek-3-254a01d6cb2146329bbe582bc436b3b0", + "input": "[105, 90, 182, 49, 138, 193, 64, 88]" + }, + { + "id": "openseek-3-af766a9c485f4413981c574fb35689f4", + "input": "[158, 12, 106, 182, 150, 122, 47, 124, 195]" + }, + { + "id": "openseek-3-7995cd4bd9ed4531b8d67962bb0a0925", + "input": "[112, 179, 123, 109, 70, 28, 129]" + }, + { + "id": "openseek-3-262013ef88f149cba73132267102e6e9", + "input": "[176, 37, 112, 14]" + }, + { + "id": "openseek-3-1decafc256a94ca98bd714fc587a98e8", + "input": "[146, 22, 22, 72, 50, 36, 17, 181]" + }, + { + "id": "openseek-3-c8376c1bf6894147ba49f94c9f6dcb67", + "input": "[49, 149, 111, 194]" + }, + { + "id": "openseek-3-b1c8f1c4c372462d87b582e119a62de2", + "input": "[59, 127, 120, 176]" + }, + { + "id": "openseek-3-537e809120f840dfaeac78951311581e", + "input": "[191, 58, 197, 53, 59, 111, 84]" + }, + { + "id": "openseek-3-6df6f40994094ab684d9f36c3354a481", + "input": "[42, 125, 149, 132, 30, 22, 22, 107, 136]" + }, + { + "id": "openseek-3-0bc8518cd2dc4595a8937784e69538fb", + "input": "[79, 200, 49, 41, 92]" + }, + { + "id": "openseek-3-fc705376fd584447bb1b655d00113446", + "input": "[87, 135, 119, 176, 107]" + }, + { + "id": "openseek-3-4322d963c70c4bf2ab5f4ff8ab717b1e", + "input": "[92, 112, 37, 88, 35, 149]" + }, + { + "id": "openseek-3-fcd594b7f9c2428c8f698ee1429a4152", + "input": "[42, 115, 193, 181]" + }, + { + "id": "openseek-3-314e9c111ab84c3b96aa9b1d71af80a3", + "input": "[83, 198, 85, 87, 4, 188, 93]" + }, + { + "id": "openseek-3-daca32b73e9f43a4915e37853ca803d2", + "input": "[136, 166, 21]" + }, + { + "id": "openseek-3-dab03802da3844698e3e29278d7a285c", + "input": "[81, 4, 27, 19, 104, 4, 103, 169, 77]" + }, + { + "id": "openseek-3-5b0baef8667e4dd693ab50e414909879", + "input": "[168, 114]" + }, + { + "id": "openseek-3-ed45cc6bc67b4d4b91b4cec87e1baf68", + "input": "[142, 138, 150, 92, 142, 119, 48, 136]" + }, + { + "id": "openseek-3-1695f95786774c81b1d90ce4704b3f35", + "input": "[73, 23]" + }, + { + "id": "openseek-3-80ba954049534efbb07c9f35de29a4de", + "input": "[149, 42, 15]" + }, + { + "id": "openseek-3-75b0b2e3b9b248969f758139b4c8ad93", + "input": "[146, 190, 87, 101, 17, 18, 19]" + }, + { + "id": "openseek-3-1b57abd4239546f890996b0daac8b39d", + "input": "[152, 131, 122, 125, 148, 44, 8]" + }, + { + "id": "openseek-3-ef173e21c43042588e346e9fb3ec9511", + "input": "[125, 51, 187, 81, 31, 75, 177]" + }, + { + "id": "openseek-3-404d6cdf570040d987b83c21afd8e97d", + "input": "[135, 78, 190, 120, 144]" + }, + { + "id": "openseek-3-8cf50d604faa4dbba576ace1b0dff5bb", + "input": "[22, 115, 24, 100, 1, 182]" + }, + { + "id": "openseek-3-155b2d1afdf4499e9047ca563b46e53c", + "input": "[198, 131]" + }, + { + "id": "openseek-3-e1a7ce7dbe4e49748b02e8343c423312", + "input": "[91, 188, 61, 51, 65, 165, 163]" + }, + { + "id": "openseek-3-ed5714a4cb9d44d3adb82e770bb84494", + "input": "[104, 113, 119, 30, 58, 110, 106, 126, 146]" + }, + { + "id": "openseek-3-18649af981314e2fbf75f5665d93b1ea", + "input": "[157, 191, 45, 58, 168, 123]" + }, + { + "id": "openseek-3-97e3c5b65bd644a6b209fc19ea9165fc", + "input": "[111, 174, 106, 178]" + }, + { + "id": "openseek-3-ca59ab3a936a4e4d8fcb8078c155a28a", + "input": "[98, 7, 107, 160, 69, 95, 133, 195, 147]" + }, + { + "id": "openseek-3-ffccb5173fb0441dad6e14a5d9b3e3a8", + "input": "[128, 188, 34]" + }, + { + "id": "openseek-3-de9170a2b8424e218bb806e49a2bf24b", + "input": "[181, 59]" + }, + { + "id": "openseek-3-162a0b3fb96e42c28af6c86f35291535", + "input": "[79, 91, 63, 80, 146, 116]" + }, + { + "id": "openseek-3-db61a6e5cd404fa984cdabbe896e0948", + "input": "[114, 150, 182, 43]" + }, + { + "id": "openseek-3-ce8f666ec7184d5eaed0a36b84095adc", + "input": "[95, 168, 158]" + }, + { + "id": "openseek-3-1bafb22685284ba694f00f0f43d77392", + "input": "[173, 52, 152]" + }, + { + "id": "openseek-3-9df63cd5fcc844858dd5702914d842e3", + "input": "[106, 20, 82, 4, 80]" + }, + { + "id": "openseek-3-6cb4ce1904574545800da4dbf0b22aed", + "input": "[42, 69, 119, 28, 42, 91, 120, 159, 153]" + }, + { + "id": "openseek-3-4db3e6c721c04f83a3a434c5358340bf", + "input": "[76, 53, 200, 73, 79, 78, 63, 161]" + }, + { + "id": "openseek-3-76e7a956f9e647f4848c5920477f0c05", + "input": "[94, 39, 69]" + }, + { + "id": "openseek-3-1b9f8ddadf0249cba35b1a70e32d374c", + "input": "[155, 2]" + }, + { + "id": "openseek-3-74e3adb5c6114f138839539972c1d9df", + "input": "[167, 95, 10]" + }, + { + "id": "openseek-3-5b7c4026942c49f78fbfb88eb0b7995b", + "input": "[197, 193, 181, 102, 104, 138, 146, 100]" + }, + { + "id": "openseek-3-731fd54377054e1b9480ccc5fcce75a9", + "input": "[50, 179, 45, 107, 66, 79]" + }, + { + "id": "openseek-3-d26d72cf40bf45f2974d1ddcc459c793", + "input": "[32, 136, 98, 118, 146, 46]" + }, + { + "id": "openseek-3-5f1b691e1e834102810682347993130c", + "input": "[151, 26, 25, 142, 81, 95, 23, 21]" + }, + { + "id": "openseek-3-75cb93d11da046179e9ce31934a3e83a", + "input": "[133, 23, 158, 42, 2, 26, 49, 187]" + }, + { + "id": "openseek-3-350dc71240de440fa118b0b089973747", + "input": "[100, 113]" + }, + { + "id": "openseek-3-cc5f5a920bea46d2aec5279f7ccc41c4", + "input": "[73, 141, 28, 192, 130, 40, 57, 10]" + }, + { + "id": "openseek-3-48605dbee85248b6a81ad837ea6f8d8c", + "input": "[9, 74, 96, 151]" + }, + { + "id": "openseek-3-4d68cbf759bc49a98c12814bb3f2eb7f", + "input": "[181, 18]" + }, + { + "id": "openseek-3-3fb00eef4c7a4c9d801d7135405f1cc2", + "input": "[149, 141, 54, 32, 107, 70, 146]" + }, + { + "id": "openseek-3-15d0163db2ab407fa4d1538d9b01accf", + "input": "[119, 127, 159, 181, 140, 155]" + }, + { + "id": "openseek-3-87b9c9e293064e0d8e9edc57d162c4f8", + "input": "[99, 45]" + }, + { + "id": "openseek-3-58c134670f824d7d9728a08c753bd231", + "input": "[84, 86, 126, 162, 30, 24, 143, 112, 149]" + }, + { + "id": "openseek-3-24ce0778c7c34c92bf74b1c7b15814e3", + "input": "[154, 117, 161]" + }, + { + "id": "openseek-3-c33f9f749bd1462a8510e01ba677fe0d", + "input": "[89, 200, 189, 25, 103]" + }, + { + "id": "openseek-3-adcb870ec2d14504a0daa43d6ba3106a", + "input": "[149, 78, 18, 129, 116, 30, 136, 115, 175]" + }, + { + "id": "openseek-3-aa3e342432824242a062202e691f8d4d", + "input": "[145, 125, 79]" + }, + { + "id": "openseek-3-39a25ed49b4a4c12a9ea5718577f1166", + "input": "[95, 81, 105, 121, 162]" + }, + { + "id": "openseek-3-46982c5397164492a9cdf467d11cfacf", + "input": "[200, 97, 95, 76, 25, 21, 113]" + }, + { + "id": "openseek-3-9ad661b666c8476897c5fcd4f9f97b33", + "input": "[123, 98, 63, 133, 22, 84, 191]" + }, + { + "id": "openseek-3-50028dbff1bb40ca94c1c88bdb0ff352", + "input": "[94, 3, 154, 50, 133, 68, 6]" + }, + { + "id": "openseek-3-f20e9e39dd554ff8aea8a1c642991397", + "input": "[80, 113, 193, 58, 199, 200, 94, 156]" + }, + { + "id": "openseek-3-4fc0a0085aca403882b833729f87ba6d", + "input": "[42, 105, 58, 164, 131, 104, 190, 18]" + }, + { + "id": "openseek-3-e1bf5ed99fce4986b6094dfd73e23bfb", + "input": "[11, 180, 123, 123, 98]" + }, + { + "id": "openseek-3-b140d1096a954160bea2a16136ff5b54", + "input": "[143, 200, 110, 40, 86, 79, 24, 139]" + }, + { + "id": "openseek-3-955fa458f21c49faa8bdb67dc6118f5d", + "input": "[58, 43, 91, 185, 171, 178]" + }, + { + "id": "openseek-3-8ce9a4f3489b4709b4f18c3560f7f144", + "input": "[8, 151, 160]" + }, + { + "id": "openseek-3-535768630ef549498774a073ce5fff69", + "input": "[23, 103]" + }, + { + "id": "openseek-3-0a9b45a2223a47cabc32146e90f45868", + "input": "[78, 6, 160, 25, 54, 48, 188]" + }, + { + "id": "openseek-3-ef37ddc1d5fd4cb9a33125fc9db651ee", + "input": "[41, 31, 162, 183, 179, 104, 136]" + }, + { + "id": "openseek-3-4975cb3c5c094995a232c35fe0fd98d5", + "input": "[29, 109, 176, 98, 55, 125, 189, 83]" + }, + { + "id": "openseek-3-127797ecc0a8439bbc0bd3dcb5c2cef3", + "input": "[38, 92]" + }, + { + "id": "openseek-3-09512c901d78418c96573d2a222d901d", + "input": "[79, 195, 168]" + }, + { + "id": "openseek-3-482e203056324e938832418c8e6098aa", + "input": "[36, 23, 175, 113, 51]" + }, + { + "id": "openseek-3-e5918a2dff7147bdaa71383b13a8c191", + "input": "[47, 190, 171, 171, 17]" + }, + { + "id": "openseek-3-1091b471b55d49c5b82c168358cacd62", + "input": "[22, 188, 21, 50, 115, 112]" + }, + { + "id": "openseek-3-9ea8e01a06a64522ac4dd65d85fece58", + "input": "[157, 4, 119]" + }, + { + "id": "openseek-3-943599254c60423e85d844104761f8ad", + "input": "[5, 56, 71, 161]" + }, + { + "id": "openseek-3-b4aae996992d4f5b99eff62e62b00252", + "input": "[27, 8, 84, 112, 69, 10]" + }, + { + "id": "openseek-3-b511ed291d4645c3807a796e66b0c23c", + "input": "[190, 163, 172, 130, 7, 28, 37]" + }, + { + "id": "openseek-3-d640720cc52c44a4a3b40bb31f96cbfa", + "input": "[127, 179, 127, 84, 11, 132, 11, 141]" + }, + { + "id": "openseek-3-dcd765e2766048e28c3ba4676b332b0d", + "input": "[181, 1, 198, 191, 87, 160, 125, 46]" + }, + { + "id": "openseek-3-e9fb864003454b0eac1de2609dfc83dd", + "input": "[108, 40, 31, 27, 21, 82, 167, 51]" + }, + { + "id": "openseek-3-86ab063771264b789dc95b3942be26cb", + "input": "[94, 193, 6, 111, 36, 161, 35, 109, 108]" + }, + { + "id": "openseek-3-e9f83744ccb3487f8fb337dccd03be73", + "input": "[90, 71, 191, 193, 85, 68, 94]" + }, + { + "id": "openseek-3-9736ce724960443bbbf172d319719052", + "input": "[33, 32, 24, 168, 50, 64, 80, 197, 87]" + }, + { + "id": "openseek-3-cda17a21f7604ff682dbf32cfd6e7c26", + "input": "[196, 149, 168, 49, 190, 183]" + }, + { + "id": "openseek-3-29dab14924d64e429df511adb83805c8", + "input": "[103, 117, 16, 119, 164, 90, 25]" + }, + { + "id": "openseek-3-5aa709464a83461daae507e2f2c3d8a1", + "input": "[64, 110, 37, 35, 70, 38, 130, 193, 107]" + }, + { + "id": "openseek-3-0d0fe85d9c4e407a86317df0e54ab37d", + "input": "[30, 106, 40]" + }, + { + "id": "openseek-3-a42f11c9caeb461685aca38d691b4332", + "input": "[80, 30, 166, 57, 18]" + }, + { + "id": "openseek-3-3c5b6fa8f1234063962faffe7a72117a", + "input": "[61, 82, 27, 93]" + }, + { + "id": "openseek-3-df7a4869c7ac44908a91ca32848e7133", + "input": "[187, 151, 108, 137]" + }, + { + "id": "openseek-3-29735d52475e4031903ea1521daf9721", + "input": "[87, 189, 148, 109, 44, 122, 77, 70]" + }, + { + "id": "openseek-3-5ceaf2bd9a2e4089afee20737d05d865", + "input": "[23, 107, 151, 28]" + }, + { + "id": "openseek-3-2b86da8c7509405abd0de5afda75b247", + "input": "[44, 67, 182, 143, 117, 91]" + }, + { + "id": "openseek-3-d6eedafead304768a93c0eb5db0ca888", + "input": "[103, 3, 57, 94, 47, 69, 123, 151]" + }, + { + "id": "openseek-3-d5459cf787f6470d884123f1f2d55a69", + "input": "[23, 118, 83, 148, 36, 66]" + }, + { + "id": "openseek-3-d7fbb8927599464a9267ccd04bf9781a", + "input": "[72, 6, 181, 150, 25, 185]" + }, + { + "id": "openseek-3-a7706692664d44d28a380abc41d44a1e", + "input": "[188, 146, 5, 2, 10, 156, 13, 18]" + }, + { + "id": "openseek-3-1ea56c8ca98440e18ddd0c06915e02a4", + "input": "[107, 185, 56]" + }, + { + "id": "openseek-3-d307cccd9192403aa9c5bb1eaa83816c", + "input": "[4, 106, 48, 87, 71, 197, 72, 192]" + }, + { + "id": "openseek-3-a55482a9e6f040a3882e0c9745865a3d", + "input": "[19, 171, 178, 80, 102]" + }, + { + "id": "openseek-3-be1185dc879943f1875cd0dc88fde845", + "input": "[18, 193]" + }, + { + "id": "openseek-3-a5a71536b5ca4231ab2d7c743e4c7256", + "input": "[145, 162, 153, 97, 41]" + }, + { + "id": "openseek-3-95c58d1cb6f14da292d375f5158026db", + "input": "[164, 97, 123, 121, 90, 50, 161]" + }, + { + "id": "openseek-3-7433000969eb43aab1036a5b5617750a", + "input": "[90, 88, 198, 81, 156, 144]" + }, + { + "id": "openseek-3-76abc0efdd374e3aa9b57bc0bd7f6ba6", + "input": "[44, 26, 124, 165, 136, 94, 130, 96, 126]" + }, + { + "id": "openseek-3-03401868bd7540a9849422de9f2e02cc", + "input": "[43, 57, 84, 193, 111, 101, 29]" + }, + { + "id": "openseek-3-c856006517d34b048b500eeb4a1b0fd2", + "input": "[60, 79, 106]" + }, + { + "id": "openseek-3-7330af17601241d98526cb1e367ad377", + "input": "[184, 93, 52, 5]" + }, + { + "id": "openseek-3-d2c3783a1be44b3c8dad773d60d3b16e", + "input": "[126, 90, 163, 126, 40]" + }, + { + "id": "openseek-3-4c7e4dd06eef4dacbdfde2a10e65bc42", + "input": "[174, 162, 18, 96, 152, 149, 43, 76]" + }, + { + "id": "openseek-3-d09153e2456348cd852b02db1d1b061a", + "input": "[196, 162, 51]" + }, + { + "id": "openseek-3-209d347cbc864a9d8e4ac90525cb8a32", + "input": "[187, 74, 179, 123, 83]" + }, + { + "id": "openseek-3-8b3df794607640d9abb82e3b472341e4", + "input": "[40, 150, 25, 90, 88, 61, 105]" + }, + { + "id": "openseek-3-8d9144a306154fd1b3e05d5fe60617c7", + "input": "[130, 96]" + }, + { + "id": "openseek-3-769aa2fd8c9747f786b73a3e4b111c4e", + "input": "[107, 98, 68, 85, 136, 41, 126, 137, 139]" + }, + { + "id": "openseek-3-3814e6b639974fa8b331227c1dd92557", + "input": "[1, 47, 160, 95, 85]" + }, + { + "id": "openseek-3-a0bc8686c2c245cc9fceecb15020fc3c", + "input": "[33, 121, 137]" + }, + { + "id": "openseek-3-5389a8dff749483cb03f91f01e028d4b", + "input": "[66, 54, 192, 180, 146, 140]" + }, + { + "id": "openseek-3-d8ac5ff17c984f748ea72f12c3555ce9", + "input": "[45, 109, 166]" + }, + { + "id": "openseek-3-39ec3bd496e8483ebcc727ad884627ab", + "input": "[148, 27, 156, 78]" + }, + { + "id": "openseek-3-5c6f75f9d2d94e22bdef7e9d08d65765", + "input": "[113, 63, 39, 109, 80, 160, 161, 179]" + }, + { + "id": "openseek-3-4bec8caa239345709d0fc9d93502c707", + "input": "[40, 112, 29, 107]" + }, + { + "id": "openseek-3-2afea811fb274f1495e80c4a0ca15cce", + "input": "[129, 5, 127, 166, 14, 192]" + }, + { + "id": "openseek-3-c3f92ab7ab044483b4945f4f5d6db443", + "input": "[32, 6, 47, 124, 15, 200, 104, 42]" + }, + { + "id": "openseek-3-8dd828e90c3c4c86bb81070d3fc10e94", + "input": "[53, 134, 3, 32]" + }, + { + "id": "openseek-3-243c461e28f94caebf057eb19a1ec0fc", + "input": "[19, 127, 126, 164, 12]" + }, + { + "id": "openseek-3-daf45d002ecf45ef80d2c352edea5f36", + "input": "[160, 93, 166, 65, 150, 11, 86, 127, 143]" + }, + { + "id": "openseek-3-aa2ef755d7a445fb831a13a1cdc0a351", + "input": "[154, 80, 154, 49, 150, 79, 161, 7, 112]" + }, + { + "id": "openseek-3-e9e0dd1fcdf14976b5113a215f941ce7", + "input": "[65, 48]" + }, + { + "id": "openseek-3-afa6b4d2c97a454b81991bf1eed37681", + "input": "[78, 56, 151, 44, 182]" + }, + { + "id": "openseek-3-69b354ca77504c67a8b501dcd15e119d", + "input": "[141, 157, 113, 2, 33, 105, 46, 37]" + }, + { + "id": "openseek-3-9d13283136c44b51b25f6fe335a19d08", + "input": "[109, 28]" + }, + { + "id": "openseek-3-d8a702426b074bdba6b8e2415091e329", + "input": "[8, 16, 45, 48, 51, 6]" + }, + { + "id": "openseek-3-178f91b56f6c4dfab9c06f99219bf823", + "input": "[160, 179, 133, 185, 118, 147]" + }, + { + "id": "openseek-3-8a0e5be4e5ea4c9d9512c53a7e96f15e", + "input": "[179, 75, 51]" + }, + { + "id": "openseek-3-2e0483e52a994b4eae162e66c74ba7cb", + "input": "[118, 116, 165, 96, 17]" + }, + { + "id": "openseek-3-140767f7c27d45c5a2a336c3b87ed9f7", + "input": "[105, 91]" + }, + { + "id": "openseek-3-9467d9e0436344ecbd02f31750400d26", + "input": "[54, 147, 155, 133, 63, 28, 84, 35, 47]" + }, + { + "id": "openseek-3-20c4a4788ac347969a66ce81a6c82831", + "input": "[180, 122]" + }, + { + "id": "openseek-3-6cf95c33fd1548ecb087c8d7377982bd", + "input": "[178, 186, 184]" + }, + { + "id": "openseek-3-b31b19e32c844f5c968502b25b551bde", + "input": "[14, 181, 20]" + }, + { + "id": "openseek-3-3a8ddea0aa3a4d7db5fe0b7aec39bdef", + "input": "[53, 137, 7, 51]" + }, + { + "id": "openseek-3-79d5956c081248eda045da20bc7a1171", + "input": "[187, 19, 93, 55, 90]" + }, + { + "id": "openseek-3-e74c310fd857482d9aae578b2bfdd943", + "input": "[10, 192, 108, 180]" + }, + { + "id": "openseek-3-f05d713b633b4cce9a5955f3a2b55d6e", + "input": "[10, 125, 56, 195, 12, 113, 53, 82]" + }, + { + "id": "openseek-3-c2be0b4a308548ccad4fdab35e651faf", + "input": "[1, 127]" + }, + { + "id": "openseek-3-cd64903db7ca4475a16d810631f6d8a0", + "input": "[171, 106, 20]" + }, + { + "id": "openseek-3-b158e2a53b144935a120b651c2199830", + "input": "[170, 145, 114]" + }, + { + "id": "openseek-3-e450e4c7b6d94763853351d4119301c1", + "input": "[78, 129, 25, 21]" + }, + { + "id": "openseek-3-229448da467b4c6dba94d1c016d30786", + "input": "[141, 51, 118, 68, 113, 45]" + }, + { + "id": "openseek-3-beb936a4827648c99685e00d3f71611b", + "input": "[51, 50, 178, 10, 115, 12]" + }, + { + "id": "openseek-3-7fd261f1f53a4edc9a69393a2dcd2fb8", + "input": "[73, 139, 200, 191, 127, 161, 162]" + }, + { + "id": "openseek-3-14c63945b7a44f3299f91a78cf027644", + "input": "[178, 5, 135]" + }, + { + "id": "openseek-3-13d14e3c2301461191be334cde8e2a47", + "input": "[94, 137]" + }, + { + "id": "openseek-3-eb45569ef71f4448825aba2205252a01", + "input": "[64, 7, 156, 144, 129, 184, 71]" + }, + { + "id": "openseek-3-f0629f20244548d3a340377e25b2aa17", + "input": "[155, 34, 151, 81, 153, 139]" + }, + { + "id": "openseek-3-e0ab800073474bcba087a32adc1e11ce", + "input": "[62, 107]" + }, + { + "id": "openseek-3-580bedcf629648fdbb85b64efd0d02e7", + "input": "[59, 194]" + }, + { + "id": "openseek-3-58b6922a81ce41589a2f29a056445183", + "input": "[93, 149, 47, 94, 126]" + }, + { + "id": "openseek-3-56af7f5ae54648dbaf55ac9dcfab8a70", + "input": "[93, 183, 42, 142, 159]" + }, + { + "id": "openseek-3-a3ce70e72b3f49029998b79c2ac36e0c", + "input": "[131, 100, 36, 38, 154, 54]" + }, + { + "id": "openseek-3-c0e49d02be3d4fc1a067aa7388cdd78c", + "input": "[136, 153, 19, 145, 18, 97, 131, 171]" + }, + { + "id": "openseek-3-60b5681490bc4181b6eb16f907d2612a", + "input": "[172, 51, 83, 176, 8, 160, 193, 166, 3]" + }, + { + "id": "openseek-3-e783ed55afab4d548ea7b9a1ec91c5fa", + "input": "[73, 200, 1, 177, 62]" + }, + { + "id": "openseek-3-83e75548b40a4deb83624bae768f8ea2", + "input": "[196, 158, 139, 89]" + }, + { + "id": "openseek-3-a6e1afba5e2e4e3db70cd448346512f0", + "input": "[53, 93, 143, 181, 152]" + }, + { + "id": "openseek-3-3f8076ea681f4a61b71346c8c155876d", + "input": "[26, 16, 172, 147]" + }, + { + "id": "openseek-3-7631fb5c0ca5401bab04ed436437caff", + "input": "[6, 185, 86, 160, 127, 75]" + }, + { + "id": "openseek-3-400bcc9118164ba7988f6ba608687a42", + "input": "[175, 137, 187, 200, 78, 26, 87, 166]" + }, + { + "id": "openseek-3-6d32fedf1abf43f9a6469bae4a857e27", + "input": "[20, 9, 166, 91, 131, 86, 139, 38]" + }, + { + "id": "openseek-3-e11fd64c563245828b72860b4490c2ea", + "input": "[94, 81, 161, 30, 164, 22, 114, 149, 49]" + }, + { + "id": "openseek-3-51947761ce554bbeae549bfb7e498f1e", + "input": "[63, 73, 37, 105, 27, 19]" + }, + { + "id": "openseek-3-3bffdd6c4377417bbabfabc759a20629", + "input": "[30, 184, 137, 169, 132, 142, 3]" + }, + { + "id": "openseek-3-537b15d31ad0430295760b74f9e4902d", + "input": "[169, 186, 123]" + }, + { + "id": "openseek-3-f31b038829f14005a4ebb551fc553a79", + "input": "[177, 168, 1, 176, 111, 12]" + }, + { + "id": "openseek-3-5c6f8667d3ca4972ac63fdb45d3d84a1", + "input": "[120, 198, 103, 151, 96, 35]" + }, + { + "id": "openseek-3-ecaf20434858403889f3ce44b5f76028", + "input": "[17, 136, 96]" + }, + { + "id": "openseek-3-ee51425457c549f7a5544d09ed755a52", + "input": "[95, 32, 173, 184]" + }, + { + "id": "openseek-3-bb4fa522fba648b29cfa10144e4cf9f5", + "input": "[15, 29, 113, 200, 114, 38, 62, 164]" + }, + { + "id": "openseek-3-c30c2c460c8445379d41afe82f51be78", + "input": "[192, 139]" + }, + { + "id": "openseek-3-8ec50f81d39a4f549a7a6ac4618529f9", + "input": "[112, 10, 92, 182, 93]" + }, + { + "id": "openseek-3-bf329df8f5214ad28dac9dc3834b5357", + "input": "[68, 111]" + }, + { + "id": "openseek-3-fff0ec3261454c89a3e64972c44a7645", + "input": "[50, 69, 131]" + }, + { + "id": "openseek-3-384daf0a17934994b31dda7547372c24", + "input": "[23, 194, 73, 180, 148, 97]" + }, + { + "id": "openseek-3-b21e1bc597234eeb813eef02e5d05011", + "input": "[20, 81, 2, 49, 80, 39, 101]" + }, + { + "id": "openseek-3-ae1233ae861d466d82aafb07bd2ce264", + "input": "[154, 174]" + }, + { + "id": "openseek-3-7e76edc48ac64b6f8ad2bafa4856392e", + "input": "[105, 186, 94, 74, 50, 172]" + }, + { + "id": "openseek-3-f9eb690f9b0a4d20a6758fec0962c408", + "input": "[135, 103, 160, 120, 123, 105, 31]" + }, + { + "id": "openseek-3-cd5502d9e6724dcd936a6678397399b5", + "input": "[17, 45]" + }, + { + "id": "openseek-3-5c59cf8de4ec4c159a5e85f9ed3bd82c", + "input": "[191, 43, 160, 98]" + }, + { + "id": "openseek-3-a4584bb0725048ae97c75a656e570b2d", + "input": "[155, 162, 57, 148, 74, 86, 197]" + }, + { + "id": "openseek-3-63017c8a212046ba938438025ae0db71", + "input": "[199, 83, 106, 144, 175, 92]" + }, + { + "id": "openseek-3-ad95cdc926d2405d9f3ed58f9c5f6caa", + "input": "[39, 163, 51, 14, 7, 92, 142]" + }, + { + "id": "openseek-3-c65fb465b6114d3abf4bf6df61000f2c", + "input": "[127, 32, 73]" + }, + { + "id": "openseek-3-69142bc114c74f40857d0ba1acb4586d", + "input": "[167, 5, 128, 51, 100, 200, 5, 101]" + }, + { + "id": "openseek-3-88a183f4e63941b4a74f1028f3e65ebc", + "input": "[151, 177, 115, 7, 38]" + }, + { + "id": "openseek-3-be0123a25de5483baf98c10d4e5a2ee4", + "input": "[158, 4, 176]" + }, + { + "id": "openseek-3-d5399b33d91e42c28b226974fc67fe1e", + "input": "[28, 127]" + }, + { + "id": "openseek-3-ee8f22fe4b28476a942062bbe7c79562", + "input": "[164, 48, 37, 8, 143, 1, 36, 88]" + }, + { + "id": "openseek-3-a65aff2115f3481f82944229d362220a", + "input": "[15, 168, 141, 128, 106, 58, 193]" + }, + { + "id": "openseek-3-370234595f7d43c4ab8c12e07e3b3809", + "input": "[74, 46]" + }, + { + "id": "openseek-3-55196e87696e4941b451f46611ff2ee7", + "input": "[167, 63, 38, 174, 60, 15, 188]" + }, + { + "id": "openseek-3-7818f21bd0974a2fa605f91bf29da20b", + "input": "[139, 102, 22]" + }, + { + "id": "openseek-3-37b4b9b964c64d9b8853a9fa86d7ccea", + "input": "[116, 53, 151]" + }, + { + "id": "openseek-3-0324a6e95f554f96a48c0ffea605934b", + "input": "[185, 195, 21]" + }, + { + "id": "openseek-3-0752b7beb3114eb4bef0116f0c29f083", + "input": "[79, 82, 72, 182, 135, 77, 103]" + }, + { + "id": "openseek-3-f7329a03936b4ff2882f9a3920a215a3", + "input": "[97, 8, 145, 58, 50, 19, 99, 27]" + }, + { + "id": "openseek-3-c94e4efdd1c0492eafce5203a290b6e8", + "input": "[154, 113, 43, 6, 73, 184, 83]" + }, + { + "id": "openseek-3-40bc993830674ec8a62c156f2020f69e", + "input": "[165, 156, 86, 171, 36, 131, 130, 62, 80]" + }, + { + "id": "openseek-3-3c17f36abd98430391e961d72905995f", + "input": "[134, 101, 60, 75, 175, 91, 55]" + }, + { + "id": "openseek-3-1faec47023f348fbbfd59738e7d31c3b", + "input": "[74, 93, 112, 22, 27, 98, 8]" + }, + { + "id": "openseek-3-8dca21611e0a4cd790f9130eacab416f", + "input": "[45, 155]" + }, + { + "id": "openseek-3-d1336102b81f4822b3bc70f073dbd648", + "input": "[100, 173, 66, 63, 180, 120, 45]" + }, + { + "id": "openseek-3-005f95a7fde547588c106d43de3d2985", + "input": "[193, 32, 13, 83, 51, 148, 62, 77, 59]" + }, + { + "id": "openseek-3-6a726da1c4fa4fd7b55e75782f61e6f7", + "input": "[127, 188, 70, 30, 91, 84]" + }, + { + "id": "openseek-3-88f16299bcc549ad998999b04edb0bbc", + "input": "[73, 177, 53]" + }, + { + "id": "openseek-3-3cd59ed6720f4e2a994ea9913e57f37f", + "input": "[151, 41]" + }, + { + "id": "openseek-3-fe0fd6161ec94e6faff706ee75d22e4c", + "input": "[128, 174, 142, 195, 20, 144, 112]" + }, + { + "id": "openseek-3-60f82c4503df4c33913f9719f5b4669b", + "input": "[58, 172, 178, 64, 14, 124, 143, 176]" + }, + { + "id": "openseek-3-9eecfec3934f466cada5028bc48a5632", + "input": "[70, 187, 1, 131, 1]" + }, + { + "id": "openseek-3-e609a3a55e2f43428d8bbe6cbdfe5047", + "input": "[168, 41, 75, 134, 16]" + }, + { + "id": "openseek-3-e63aabbbce324828a68d46b7932d1541", + "input": "[98, 104, 128, 98, 199, 130, 12, 27]" + }, + { + "id": "openseek-3-f5604a37afc843f583790c9b401d643b", + "input": "[185, 148, 54, 76]" + }, + { + "id": "openseek-3-8addb0c3613b4a939c80af888739b393", + "input": "[15, 47, 15]" + }, + { + "id": "openseek-3-7eda342befc44398a68983417c38d359", + "input": "[198, 175, 123, 44]" + }, + { + "id": "openseek-3-0a5043873c3545d7aba3ff4a4f6b9bf1", + "input": "[142, 119, 128]" + }, + { + "id": "openseek-3-13d0f8e0f4a649f992edbdeb5dfd933f", + "input": "[149, 100, 136, 51, 11]" + }, + { + "id": "openseek-3-bb9f01a2de8f40f0a54e579099929563", + "input": "[74, 52, 51]" + }, + { + "id": "openseek-3-7060ae7cc8ac41918c2ea59b2896de82", + "input": "[188, 102]" + }, + { + "id": "openseek-3-fea64cb4843c43738f4426d4de29dfe2", + "input": "[25, 106, 198, 109]" + }, + { + "id": "openseek-3-b437dbcfcfc94f2c8d959c17e6208fe7", + "input": "[104, 194]" + }, + { + "id": "openseek-3-833eb0f93b4446f7a6e8e2ddeaa75e17", + "input": "[167, 53, 9, 36, 76, 83, 3]" + }, + { + "id": "openseek-3-a015d94691f042de822645ddc57dc13f", + "input": "[139, 155, 110]" + }, + { + "id": "openseek-3-bde54151ce9e484290fa649c127a6c92", + "input": "[188, 34, 183]" + }, + { + "id": "openseek-3-6548ec1597c6459f80ffe8ff13473a08", + "input": "[176, 138, 160, 120, 140]" + }, + { + "id": "openseek-3-e3b1c0a8bca54a9e967c0adfddb14a30", + "input": "[136, 197, 35, 99, 60, 142]" + }, + { + "id": "openseek-3-06a2a028da2f4ce9aeaf4b446345fa6a", + "input": "[19, 176, 154, 41, 79, 91, 90]" + }, + { + "id": "openseek-3-dd7398330b5140429e5dd5bfbb01121a", + "input": "[7, 62, 18]" + }, + { + "id": "openseek-3-801fe61dcd8248ae9652e4a328e653fe", + "input": "[196, 4]" + }, + { + "id": "openseek-3-5848eada8e0f46fd906c51721a729211", + "input": "[121, 137, 50, 128, 103, 63]" + }, + { + "id": "openseek-3-03a964c627254a718953f4eb20d8a641", + "input": "[146, 143, 11, 194]" + }, + { + "id": "openseek-3-f6c0a01457664215a69bb5de809112d6", + "input": "[51, 93, 162, 47, 20, 98, 38]" + }, + { + "id": "openseek-3-e76f7671845b4dd6a72e8785aefa5408", + "input": "[14, 140]" + }, + { + "id": "openseek-3-646fdcca82a44556a8fdc326b7a68e59", + "input": "[24, 102, 152, 9, 142, 52, 100]" + }, + { + "id": "openseek-3-cbeba8dec80d41598230b42a031c1bf9", + "input": "[137, 181, 91, 77, 121, 118]" + }, + { + "id": "openseek-3-a8654929b88b40a3b87fc399cbd3ed96", + "input": "[92, 197, 164]" + }, + { + "id": "openseek-3-c18305dae84548d38ba1cb98badda762", + "input": "[161, 76, 72, 148]" + }, + { + "id": "openseek-3-693b5caa5b214daeb156c76cecdb6ccc", + "input": "[170, 168, 109, 70]" + }, + { + "id": "openseek-3-fd2fb2c8f7b74bfa9d3fb6c8c2c537d7", + "input": "[158, 85]" + }, + { + "id": "openseek-3-b04f31ae90f04ac48a5ea0c0a67c5323", + "input": "[21, 128, 25]" + }, + { + "id": "openseek-3-cef3aa19f15f4a58bf8b797bae025b8e", + "input": "[167, 138, 164]" + }, + { + "id": "openseek-3-656a4eda100a4bd9b6bddc077db324f1", + "input": "[65, 66, 94, 9, 182, 48]" + }, + { + "id": "openseek-3-5d69c92abeab451d97d4df40f5208e70", + "input": "[102, 95, 182, 118, 119]" + }, + { + "id": "openseek-3-1a88582a8238489db399daecc6b848b2", + "input": "[137, 145, 93, 165]" + }, + { + "id": "openseek-3-c786606b3d2f4cfe9dbb4b9beacd9976", + "input": "[100, 170]" + }, + { + "id": "openseek-3-00664dc716c44377982dfbefefe38887", + "input": "[161, 8, 124, 80, 170]" + }, + { + "id": "openseek-3-0b8ea52669864c3a993dae565bbbb8d4", + "input": "[193, 175, 74, 92, 171, 120, 166, 114]" + }, + { + "id": "openseek-3-111daf9ce3ce4374843b286e1b10d4b7", + "input": "[76, 148, 113, 158, 91, 36]" + }, + { + "id": "openseek-3-643d957591f74794bd5648ee37dda4d1", + "input": "[155, 199, 176, 75]" + }, + { + "id": "openseek-3-9332760cc0d848178d4e282691de63c1", + "input": "[183, 188, 104, 191, 198, 29, 4, 43]" + }, + { + "id": "openseek-3-9b1476b1be8b46f6b176c4a41ecde182", + "input": "[185, 3, 53, 151, 200, 52, 17, 124, 112]" + }, + { + "id": "openseek-3-27a434977ee74fe1b3bf160a50ca89fe", + "input": "[82, 175]" + }, + { + "id": "openseek-3-6a42c57f9b064246aee117875bb800d2", + "input": "[170, 179]" + }, + { + "id": "openseek-3-f3ef2a6442914b94aa14e2f69d2206ba", + "input": "[188, 40, 166, 35, 2, 157, 91]" + }, + { + "id": "openseek-3-0d585b422ee146c88db1b6ce2f7284dd", + "input": "[78, 112, 79, 69, 123, 112, 113, 3]" + }, + { + "id": "openseek-3-242fe58eefbe4237ba2a14a4bf65d3ec", + "input": "[85, 108, 61, 28, 2, 200, 5, 31]" + }, + { + "id": "openseek-3-1a5bf39c42db45338ab81023acc17c3b", + "input": "[114, 167, 198, 19, 69, 190, 182, 116, 100]" + }, + { + "id": "openseek-3-27633df9e9644353b24e2b33d4c663ab", + "input": "[11, 45, 61, 128, 72, 186, 84, 83]" + }, + { + "id": "openseek-3-e8c271a54d4e4ad8bd62c14436b11b7d", + "input": "[42, 69]" + }, + { + "id": "openseek-3-f3afa54046184212abb410a6da68c8c2", + "input": "[27, 117]" + }, + { + "id": "openseek-3-ede5e16457ee4a80a0d2134c078b58c9", + "input": "[123, 166, 182]" + }, + { + "id": "openseek-3-485cc6ae90f04e1c817d67d6b208be4f", + "input": "[142, 184, 181]" + }, + { + "id": "openseek-3-d4cba831509c4bbf92bfb33738f750a4", + "input": "[128, 56, 153, 30, 150, 136, 166]" + }, + { + "id": "openseek-3-998a841c2b3e41a5b194ce319eb1a82c", + "input": "[70, 9]" + }, + { + "id": "openseek-3-626724e7449f491ca8e2cd7da3a39c2a", + "input": "[118, 69, 34, 157]" + }, + { + "id": "openseek-3-268763e4bc264ab1a25196224500543d", + "input": "[78, 95, 164, 6]" + }, + { + "id": "openseek-3-089cbb4273ab4faa8a68820720b1fc48", + "input": "[63, 82, 21, 180, 21, 102]" + }, + { + "id": "openseek-3-08af3634f24345638bc55074b3be7c5a", + "input": "[106, 111, 65, 33, 139, 163, 172, 146, 96]" + }, + { + "id": "openseek-3-45327bf7a2c4420d8b7ceb7835e267ab", + "input": "[140, 101, 197, 116, 161, 49]" + }, + { + "id": "openseek-3-e8fbede074a44bb6969325f3a1d80bc0", + "input": "[172, 66, 35, 50, 135]" + }, + { + "id": "openseek-3-732532fba64c44e9a03ad68780ddebe5", + "input": "[4, 135, 139, 104, 140, 188, 168]" + }, + { + "id": "openseek-3-dff7c6a4195b4baf9dec5584012cc5fe", + "input": "[169, 184, 83, 164, 153, 86, 13, 124]" + }, + { + "id": "openseek-3-f9503636fe8246ddb2b4e4ed899503a2", + "input": "[152, 103, 158, 51, 180, 151, 89, 64, 67]" + }, + { + "id": "openseek-3-b88bff7908604b51ab09fce6fd97b9ab", + "input": "[191, 97, 1, 121, 61, 44]" + }, + { + "id": "openseek-3-597c9c0093b8430f9f754ae11bf0d723", + "input": "[94, 185, 68, 9, 62, 148, 120, 196]" + }, + { + "id": "openseek-3-7515f8311e8f4979a16630d4d379b7c0", + "input": "[19, 72]" + }, + { + "id": "openseek-3-5c12a03717384cd18b51d22ced738d5d", + "input": "[105, 190, 163, 106, 177, 26, 111, 88, 157]" + }, + { + "id": "openseek-3-0a3d663ef1f54718a41bcd8c39b1cf65", + "input": "[9, 79, 89, 161]" + }, + { + "id": "openseek-3-336fa56e5850447280e029acc7f71023", + "input": "[114, 98, 124]" + }, + { + "id": "openseek-3-9e9ecc8e90224a828aa2dc028997eeca", + "input": "[76, 53, 18, 8, 166, 130]" + }, + { + "id": "openseek-3-a96c6cb3e340482aba1f5da1fa31861a", + "input": "[155, 30, 129]" + }, + { + "id": "openseek-3-8ee07470455d44e98112aa366271af1e", + "input": "[68, 12, 77, 33, 15, 93]" + }, + { + "id": "openseek-3-5b9feb1c4f6a4fd0a485c307d9dc8a43", + "input": "[65, 26, 166, 52, 136, 73, 39, 6]" + }, + { + "id": "openseek-3-619dba6bde3347ac9d42023be137b34d", + "input": "[34, 46, 147, 141, 134, 93]" + }, + { + "id": "openseek-3-0246ca463df04afba419c81aeed1ba1c", + "input": "[167, 73, 128, 5, 193]" + }, + { + "id": "openseek-3-bb9fb099c2e44286bced3ed81adcd306", + "input": "[36, 38, 156]" + }, + { + "id": "openseek-3-5e1b19278ffb4c599340636fa6405456", + "input": "[20, 109, 22, 99]" + }, + { + "id": "openseek-3-a678e4c5313d42ea814164006297551e", + "input": "[133, 85, 102, 154]" + }, + { + "id": "openseek-3-af7b187927174fabbdff3976deb52009", + "input": "[80, 60]" + }, + { + "id": "openseek-3-8197a3b1ace44701a9c052bdce95af65", + "input": "[106, 168, 30, 71, 54, 58, 123, 193, 167]" + }, + { + "id": "openseek-3-d7dd75c89ad84ceb9dcf75cba77ac7e4", + "input": "[13, 87, 133, 173, 196, 146, 4]" + }, + { + "id": "openseek-3-416c0198ba0b45d28b1f0f9c14246d64", + "input": "[18, 166]" + }, + { + "id": "openseek-3-917e6b9d880d407d9dd169b87fcd76fa", + "input": "[28, 152, 153, 116, 171]" + }, + { + "id": "openseek-3-cdbbce6b6fcd45f092f9129e9e182e91", + "input": "[23, 110, 39, 183, 78, 17]" + }, + { + "id": "openseek-3-6cdb2f40c3814677b7b2d31ab1531a28", + "input": "[44, 137, 57, 138, 4, 85]" + }, + { + "id": "openseek-3-8c1f398ba1014b12af06be6a2df1890f", + "input": "[100, 153, 178]" + }, + { + "id": "openseek-3-c6eb6261388b41ed92e8bd5b6466ee8c", + "input": "[117, 181]" + }, + { + "id": "openseek-3-80ba712979a34e95be73a7ec0ecdf800", + "input": "[128, 1, 55, 108]" + }, + { + "id": "openseek-3-7309a2d8e2674f67ab8bbb1bb4150e1a", + "input": "[156, 83, 91, 147, 35]" + }, + { + "id": "openseek-3-ac420ccd8dd74143b5b550c87112e1e7", + "input": "[11, 195]" + }, + { + "id": "openseek-3-5fb3870ff31c40cb9ce082df2066316a", + "input": "[188, 86, 9, 103, 126, 185, 16, 152]" + }, + { + "id": "openseek-3-f0412e092941432bb1cc0d573ae649c5", + "input": "[83, 67, 174, 124, 121, 59, 200, 51]" + }, + { + "id": "openseek-3-5e44e1bca84740faa64731ae189ad35c", + "input": "[174, 141, 95, 124, 171, 34]" + }, + { + "id": "openseek-3-b104892a5807489095d31b63bde71f49", + "input": "[162, 5, 60, 186, 180, 184]" + }, + { + "id": "openseek-3-e9d8a96e40ce458f9debe9c269c05ae4", + "input": "[52, 185, 192, 16, 173, 152]" + }, + { + "id": "openseek-3-b5ea9ef86e7144f1ab13674bc8d537d7", + "input": "[143, 11, 80, 70, 26]" + }, + { + "id": "openseek-3-294408d087bc46e0a42ba957586e6735", + "input": "[163, 95, 107, 99]" + }, + { + "id": "openseek-3-f5652a7b99f54ac5ba04c89ce1264588", + "input": "[2, 22, 82, 7, 131, 140, 121, 115]" + }, + { + "id": "openseek-3-960c3734cfb54fcda682b6654f66e828", + "input": "[82, 42, 79, 136, 16, 35, 24, 68]" + }, + { + "id": "openseek-3-a5fdc36b47fc4503b2f5d12fb7ac6a43", + "input": "[46, 31, 48, 175, 89, 43, 150]" + }, + { + "id": "openseek-3-85ce1e7763e24e95a2831f0e2f8152df", + "input": "[32, 118, 9, 79, 80, 104, 131]" + }, + { + "id": "openseek-3-ba7df8be793b4b1fb63d7c3058c70247", + "input": "[64, 158, 160, 80, 192]" + }, + { + "id": "openseek-3-8e3189a5c0bb4746b58ff459dec4e3e7", + "input": "[135, 95, 188, 145, 178, 93, 90, 61, 25]" + }, + { + "id": "openseek-3-f122b5db4a034e188580b7c2e5eb30ff", + "input": "[8, 19, 180, 17, 164, 128, 82]" + }, + { + "id": "openseek-3-3402e4d4f4cf45cbab69d05251bc3ea7", + "input": "[152, 46, 96, 110, 183]" + }, + { + "id": "openseek-3-5d3aed8d0dca41e3891abb55cc46336e", + "input": "[75, 18, 92]" + }, + { + "id": "openseek-3-e0176708947746fb88f4cda5b666e9af", + "input": "[175, 70, 154, 39, 77, 176, 48, 149, 199]" + }, + { + "id": "openseek-3-ad0b399c89ae4d06bec1e9fe3b154fcb", + "input": "[168, 42, 120, 141]" + }, + { + "id": "openseek-3-0e2c5f0afac64160afa73678bfa4abee", + "input": "[187, 123]" + }, + { + "id": "openseek-3-9674a64ee74341e4997831136960dc2b", + "input": "[173, 41, 129, 80, 4, 42]" + }, + { + "id": "openseek-3-7a7bad224f0c49e8bdd063f14d7e61ab", + "input": "[20, 123, 98, 20, 6]" + }, + { + "id": "openseek-3-885811185ce945ecbb35f36552cfe3ae", + "input": "[110, 90, 24, 137, 3]" + }, + { + "id": "openseek-3-06ab47281203488ab5958f714bcb3180", + "input": "[46, 152, 177, 51]" + }, + { + "id": "openseek-3-271b392c31424e03afed91e57bc40d3b", + "input": "[149, 198, 170, 180, 139, 51, 30, 37, 59]" + }, + { + "id": "openseek-3-563dd93f7b10447ab91ce5ccff2eb0a3", + "input": "[8, 177, 177, 185, 38, 115, 1, 116, 198]" + }, + { + "id": "openseek-3-d999106ef0964f37b77068dcf0bd402b", + "input": "[26, 83, 37, 93]" + }, + { + "id": "openseek-3-7aee7873079047ffb7f8e280c2763ad4", + "input": "[124, 61, 150, 162, 84, 84]" + }, + { + "id": "openseek-3-f9974cb9edc241f7b38d25854c4bbcb4", + "input": "[197, 109, 142, 72, 6, 17, 102, 96]" + }, + { + "id": "openseek-3-0babcb38baa340d79fd303a01cbf5465", + "input": "[5, 70, 69, 63, 130, 163, 174]" + }, + { + "id": "openseek-3-3980b76b25474035956179d88c9e9d63", + "input": "[139, 89, 198, 9, 89, 158, 144, 168, 119]" + }, + { + "id": "openseek-3-6b04a1cb19fe401097b4f79ba0114e8e", + "input": "[17, 26, 22, 33, 82, 160, 86, 175, 50]" + }, + { + "id": "openseek-3-f005f2ecad994c40bf20ae3d426ed0c0", + "input": "[4, 89, 141, 162, 145, 88, 35]" + }, + { + "id": "openseek-3-cd2b4a7dabaf4580b701a71eeadeb98a", + "input": "[151, 34, 148, 32, 165]" + }, + { + "id": "openseek-3-f17f229defbd4e4abef3dde68aaabdd4", + "input": "[1, 113, 84, 41, 112, 74, 85, 164]" + }, + { + "id": "openseek-3-61e104e87ade4630acbb9106ee2b9882", + "input": "[126, 58, 70, 125, 43, 46, 185, 147, 112]" + }, + { + "id": "openseek-3-53fe24e01a304f40968531ce9b0b62aa", + "input": "[142, 182, 165, 87, 195, 52, 179, 146]" + }, + { + "id": "openseek-3-3174d7f6b00d47ccbc08968b72bb11cc", + "input": "[85, 147, 197, 92, 45, 181]" + }, + { + "id": "openseek-3-d5f2d25af4b54c1ab77654822f48a3cc", + "input": "[137, 138, 4, 100, 69, 3, 20, 186, 5]" + }, + { + "id": "openseek-3-0aa91efecff54a1baaf598eb24beb403", + "input": "[140, 102]" + }, + { + "id": "openseek-3-d10aeb59c0564a6ea072f448a97846f6", + "input": "[92, 60, 53, 24, 95]" + }, + { + "id": "openseek-3-217c44d1b7d94505b89f663dd8f8a385", + "input": "[74, 136]" + }, + { + "id": "openseek-3-c960c4d2483740088f09dca92ba85cff", + "input": "[17, 1]" + }, + { + "id": "openseek-3-f8d081caa8ce47d08d29d184c8ec3ec4", + "input": "[131, 118, 177, 18, 139, 103, 141, 130]" + }, + { + "id": "openseek-3-f1cc49deb87a4f61ab3b3f7b63cadf6e", + "input": "[161, 118, 24, 10, 76, 157, 188, 129, 142]" + }, + { + "id": "openseek-3-b99ba89b39db4f0fbfe281a3dc51a698", + "input": "[62, 147, 74, 33, 153, 113]" + }, + { + "id": "openseek-3-0f32c3aa9e05438d8f10bc275d314593", + "input": "[49, 4, 8]" + }, + { + "id": "openseek-3-951bda77c76c429d8af16f3a0941974c", + "input": "[9, 45, 65, 165, 99, 133, 157, 168, 142]" + }, + { + "id": "openseek-3-8c0e932fd56d44e3933236bddf86ca8a", + "input": "[122, 180, 37, 84]" + }, + { + "id": "openseek-3-900a986003794378a3116fa508b0834f", + "input": "[171, 92]" + }, + { + "id": "openseek-3-a26df71666ac4ac793fa255e0e0bf022", + "input": "[120, 118, 9, 103]" + }, + { + "id": "openseek-3-680990503aad4490a6e685f55df7f990", + "input": "[38, 85, 128, 158, 75, 179]" + }, + { + "id": "openseek-3-76593b74a93b40bfa823419dff6572f2", + "input": "[172, 114, 14, 200, 48, 193, 60, 79, 63]" + }, + { + "id": "openseek-3-dfee0b88a5ea48c2bc5fe77e81da5527", + "input": "[9, 76, 20, 157]" + }, + { + "id": "openseek-3-d42ae571f8a246e698aa4c2c749aafc1", + "input": "[19, 138, 174, 200]" + }, + { + "id": "openseek-3-23958a08049e40d3bc15881417f8342a", + "input": "[26, 99, 156, 66, 57, 39, 193, 25, 99]" + }, + { + "id": "openseek-3-6bffe9d082d243caaecb9cdc65700de4", + "input": "[197, 63, 123, 115, 51, 46, 158]" + }, + { + "id": "openseek-3-98fc03a533ae4043b8c3f579d2893fdd", + "input": "[70, 158, 185, 135, 199, 62, 117]" + }, + { + "id": "openseek-3-12fcc33f0736422ca3c5042f0bf09ecd", + "input": "[43, 49]" + }, + { + "id": "openseek-3-f0908002d493478d898325494a3d468e", + "input": "[200, 67, 51, 103, 5, 118, 174]" + }, + { + "id": "openseek-3-9ae160ca002a4926b1c3294b351bc8d4", + "input": "[55, 150, 124, 3, 22]" + }, + { + "id": "openseek-3-15216a318f464dcea650ad50a9b6d2a7", + "input": "[148, 177]" + }, + { + "id": "openseek-3-c553461af1bd4b949717c1bf7f2f05d8", + "input": "[189, 169]" + }, + { + "id": "openseek-3-8fe86d8cf7e04d9eb317c5f47043c1ff", + "input": "[26, 111, 120]" + }, + { + "id": "openseek-3-965e977fb001427180f0c31ad3d769d3", + "input": "[60, 96, 50, 171, 95, 59, 76, 165]" + }, + { + "id": "openseek-3-0808f5d101bd4f4eb51366ef665e943c", + "input": "[178, 155]" + }, + { + "id": "openseek-3-cda8323c656848e4b3d256a8f9ef6701", + "input": "[40, 38, 21, 164, 58]" + }, + { + "id": "openseek-3-c2c5366bd8f44c298f8d39aeeda7ac96", + "input": "[143, 195, 148, 49, 58, 14, 20]" + }, + { + "id": "openseek-3-959dee9ec17d47698b10bd8bf8f2baa9", + "input": "[120, 63, 138, 48, 83, 142, 11, 172, 108]" + }, + { + "id": "openseek-3-b4eccd10400f46bfa1323a1f16fc942e", + "input": "[140, 144, 31, 72, 175]" + }, + { + "id": "openseek-3-d6fca8557c264e1c91d09002abb9c4c0", + "input": "[159, 36, 14, 163, 26]" + }, + { + "id": "openseek-3-c3e4a1e79985422681712a883f5eafe8", + "input": "[198, 88, 159, 119, 183]" + }, + { + "id": "openseek-3-a42308bb5faf4c688a53d26fb2a19e18", + "input": "[200, 35, 40, 142, 34, 12]" + }, + { + "id": "openseek-3-506c5928799e44eda122c56dbd6a95c4", + "input": "[179, 137, 147, 165]" + }, + { + "id": "openseek-3-ad994afa9ecf42749ab320d751959526", + "input": "[109, 55, 15, 142, 195, 178]" + }, + { + "id": "openseek-3-432252072597490aa1643ae7d67e23df", + "input": "[86, 118, 17]" + }, + { + "id": "openseek-3-da061454949b4945ad641219c39c6ec9", + "input": "[135, 114, 162, 5]" + }, + { + "id": "openseek-3-28c9a845ac8f4e1198616bf54aef8ce5", + "input": "[71, 195, 67, 87, 117]" + }, + { + "id": "openseek-3-08183e7bafd048e7ae4cf7a8b7a29759", + "input": "[3, 114, 129, 186, 71]" + }, + { + "id": "openseek-3-b8b807bff43347d29b9ae5d81f0b29b4", + "input": "[167, 98, 21]" + }, + { + "id": "openseek-3-9bedfaf00b6e4645843f9937f42613bb", + "input": "[76, 103, 182, 156]" + }, + { + "id": "openseek-3-303cd6f7b6174ef587fdd3595e9fcd74", + "input": "[8, 24, 59, 109, 112, 63]" + }, + { + "id": "openseek-3-07d81926f55043b186e78505f8b4d3ca", + "input": "[117, 8, 193, 4, 33, 97, 135, 83, 34]" + }, + { + "id": "openseek-3-132307b49dd447dda3d9fced51cadeb9", + "input": "[150, 1, 169, 93, 195, 155, 56, 124]" + }, + { + "id": "openseek-3-99170cb926f64961b09dc59bee30f5b8", + "input": "[194, 6, 146, 97, 35, 34]" + }, + { + "id": "openseek-3-32603a510dba474f8c3b6729379922da", + "input": "[1, 178, 154, 94, 93, 26, 186]" + }, + { + "id": "openseek-3-f106de4aa97e4f3ab6c83741cd088461", + "input": "[115, 135, 114, 66, 117, 32, 199]" + }, + { + "id": "openseek-3-13ff2145d7ac4089961bf6591d3697b5", + "input": "[96, 92]" + }, + { + "id": "openseek-3-c5f1b31041ac435ea45ac80ee28a0cc3", + "input": "[121, 157, 87]" + }, + { + "id": "openseek-3-2b2981c43be34306abcc4be533faa26f", + "input": "[164, 122]" + }, + { + "id": "openseek-3-88e9f497e67f4fcb81050579f12ec909", + "input": "[157, 105]" + }, + { + "id": "openseek-3-50dc911c872042a5a3a3f6a14ed6580e", + "input": "[175, 10, 107]" + }, + { + "id": "openseek-3-235dcbd245cc45658891406d89ffdfad", + "input": "[190, 176, 131]" + }, + { + "id": "openseek-3-d1d6f9b2b593484fb4bbd6b2f2d015bb", + "input": "[42, 74, 91]" + }, + { + "id": "openseek-3-d5851fff3bf94c35a915cb36240f6aaa", + "input": "[126, 120, 41, 185, 104, 6]" + }, + { + "id": "openseek-3-927d1bd809ee4956a245950ac5f218ac", + "input": "[52, 83, 101, 168, 7, 108, 157, 145, 85]" + }, + { + "id": "openseek-3-40a3a56b57f54dbeb4f44db0c6cc23be", + "input": "[92, 186, 135, 114, 116]" + }, + { + "id": "openseek-3-84834e01c3994cde89689f248664a538", + "input": "[121, 40, 84, 65, 122, 50, 200]" + }, + { + "id": "openseek-3-1228956a8f154398a64abe822b405922", + "input": "[63, 101, 63, 178, 96, 27, 16]" + }, + { + "id": "openseek-3-62e460b92c6d4d55af42fa3f1a6ffc4c", + "input": "[70, 13]" + }, + { + "id": "openseek-3-1baad2026de34afc947b02a759e28d0f", + "input": "[89, 1]" + }, + { + "id": "openseek-3-c93c9e9380d6408b8a7b6e8f6f3a46ae", + "input": "[176, 84]" + }, + { + "id": "openseek-3-55f1d7bbb85d40a3a34102d13fdae46e", + "input": "[22, 143, 107, 167, 53, 200, 56]" + }, + { + "id": "openseek-3-ffe2743a03c247f4a025e972e9b27101", + "input": "[49, 59, 158, 157, 11, 25, 117]" + }, + { + "id": "openseek-3-1fb80c274fbd48248907a5ce634de624", + "input": "[96, 138, 172, 157, 113, 76]" + }, + { + "id": "openseek-3-e69c207286954968b7006a90d165a40b", + "input": "[51, 25, 94, 74, 94, 98]" + }, + { + "id": "openseek-3-9b4c2c6070564ac4ba738075b279bd07", + "input": "[112, 134]" + }, + { + "id": "openseek-3-6940ff08c3574273bfcd624ab2290e99", + "input": "[163, 111, 53, 101, 194, 182]" + }, + { + "id": "openseek-3-67cc7834792f44daa91537205822f1e0", + "input": "[20, 54, 178, 81, 18]" + }, + { + "id": "openseek-3-5a0528b90ecc4d09b79fc18f7f307852", + "input": "[190, 133, 60, 9, 47, 188]" + }, + { + "id": "openseek-3-4958131f9f25495cbc8f63df30a91170", + "input": "[161, 189, 115, 184, 144, 191, 60, 102]" + }, + { + "id": "openseek-3-156ddeb1beb044f881d1aec76f522099", + "input": "[189, 160, 187, 145, 21, 98, 162, 120, 118]" + }, + { + "id": "openseek-3-618b879827364e15957341e7236a5a6f", + "input": "[81, 111, 64, 20, 83, 91, 6, 92, 68]" + }, + { + "id": "openseek-3-6f36b1cf554940f38126069f12742026", + "input": "[196, 15, 68, 57, 62, 14, 82, 109]" + }, + { + "id": "openseek-3-4124f26d7f844afcbaea48cf16450a00", + "input": "[190, 98, 148, 145, 113, 112]" + }, + { + "id": "openseek-3-d0a0269df70e41638408a09f5b69a939", + "input": "[127, 81]" + }, + { + "id": "openseek-3-2a79aea10cd341d885ad3d9ab0bdc2fe", + "input": "[44, 75, 96, 57, 123, 121, 55, 1, 17]" + }, + { + "id": "openseek-3-2e81c92d7adc418dacab31a96c986b7f", + "input": "[24, 129, 179, 165, 180]" + }, + { + "id": "openseek-3-1c50ab5c3f084ee0bc4c2b70fa9384fe", + "input": "[88, 134, 188, 47, 171, 16]" + }, + { + "id": "openseek-3-42a8ef4a210947e3ad012a4db41ae854", + "input": "[22, 35, 115]" + }, + { + "id": "openseek-3-6a6b418d69534f069c77b9df231ef2ef", + "input": "[136, 133, 81, 131, 158, 25, 157]" + }, + { + "id": "openseek-3-cce10609a11d4937a19528071f90245c", + "input": "[60, 57, 103, 9, 60, 149, 156]" + }, + { + "id": "openseek-3-91751e14234340b3bae8845747213d61", + "input": "[148, 92, 44, 140, 36, 90, 99, 16, 197]" + }, + { + "id": "openseek-3-0722f837cd914fa4be2556d6cf903799", + "input": "[55, 5, 184, 145, 37, 111]" + }, + { + "id": "openseek-3-28886d6d582242dfab94f5e9601b9ee8", + "input": "[52, 55, 194]" + }, + { + "id": "openseek-3-23114b9ae85c4b57a05f597806ed2aca", + "input": "[154, 120, 24]" + }, + { + "id": "openseek-3-416fdc42e18c48ffb56689f9ae338b61", + "input": "[151, 71, 84, 162, 166, 145, 95, 176]" + }, + { + "id": "openseek-3-d7ccc7ee908e4954954c379e43ade8ee", + "input": "[166, 52]" + }, + { + "id": "openseek-3-08d4809248954f7aa644f570e005726a", + "input": "[2, 100, 3, 172, 41]" + }, + { + "id": "openseek-3-95440cd44f3447df843f9298c974aef9", + "input": "[69, 44, 118, 110, 127]" + }, + { + "id": "openseek-3-3599b262486e42928402834f4494a718", + "input": "[6, 111]" + }, + { + "id": "openseek-3-4ffff754087c464c9b8c0b41eb03e248", + "input": "[181, 97, 125, 178, 199]" + }, + { + "id": "openseek-3-d26761607e8e44578952ead499e5497d", + "input": "[30, 131, 32, 80, 70, 197, 132, 63]" + }, + { + "id": "openseek-3-aeeae8beece7454aa307f2065adf84e1", + "input": "[52, 147]" + }, + { + "id": "openseek-3-6a1fe5e02ad249b7927da3d80055af15", + "input": "[147, 44, 55, 38]" + }, + { + "id": "openseek-3-94acf053ea63415b886ae7750654f4a1", + "input": "[156, 189, 95, 78]" + }, + { + "id": "openseek-3-b1055e87d19b4d699b3ea065ce73c977", + "input": "[55, 133]" + }, + { + "id": "openseek-3-506790f9b9e640b8bee667aef4c3b1b2", + "input": "[6, 34, 195, 112]" + }, + { + "id": "openseek-3-f0384a193d484e3db91465d2c743386c", + "input": "[193, 174, 17, 30, 3]" + }, + { + "id": "openseek-3-2b29acd3495e452eaf29c34d88730a3f", + "input": "[43, 21, 5, 198, 71, 181, 35]" + }, + { + "id": "openseek-3-aa13c140afe24450b3b1753be8a370f9", + "input": "[9, 195, 112, 122, 139, 11, 145, 30]" + }, + { + "id": "openseek-3-5c65a39d8c0040989032ec2a15c323b1", + "input": "[101, 71, 163, 37]" + }, + { + "id": "openseek-3-3ccaa9ab017e4aeda33f7b9ad73deca0", + "input": "[79, 67, 144, 144, 150]" + }, + { + "id": "openseek-3-be238842f32844bd8bae540790c00653", + "input": "[135, 55, 161, 160, 102, 113]" + }, + { + "id": "openseek-3-c4441d82636b411480d64bfcde28b9b0", + "input": "[82, 61, 166]" + }, + { + "id": "openseek-3-b26f38296daf4754b7268ecb1b80fd4b", + "input": "[68, 39, 23]" + }, + { + "id": "openseek-3-afda0e3ce7c3433b956050c6d0b7962d", + "input": "[1, 59]" + }, + { + "id": "openseek-3-20aa36214db84664914db54a203871e7", + "input": "[72, 77, 60, 29, 19, 95]" + }, + { + "id": "openseek-3-c6af3cce6ee74ebe8789c4419c646c49", + "input": "[160, 10, 71, 4, 71]" + }, + { + "id": "openseek-3-0d77982e476b4b4cb11be17b69616192", + "input": "[71, 58, 198, 119]" + }, + { + "id": "openseek-3-91d1eda09c504f15b16ce6d5ed06d953", + "input": "[144, 27, 27]" + }, + { + "id": "openseek-3-37e511ebb4e942c695a4e6b3243b6efe", + "input": "[101, 190, 188, 100]" + }, + { + "id": "openseek-3-a2f0bfcf52c5445d8bd3882aa128c414", + "input": "[178, 140, 48, 51, 26]" + }, + { + "id": "openseek-3-589677c78e5846b3994cb61e8f635e92", + "input": "[194, 95, 37, 18, 181, 199]" + }, + { + "id": "openseek-3-13263629f3ec4e07a7f03de562aa9931", + "input": "[73, 38, 146, 53, 200, 185, 172]" + }, + { + "id": "openseek-3-837371eb9d2a483f8f0f8e51bc8508b2", + "input": "[86, 43, 161, 115, 4]" + }, + { + "id": "openseek-3-3b427e71e04f4d5e8fbc0d7eaad1ba88", + "input": "[130, 36, 32]" + }, + { + "id": "openseek-3-bf9571cb17db45ed91329d3396914fc5", + "input": "[67, 19, 177, 30, 3, 153, 39, 114, 33]" + }, + { + "id": "openseek-3-3f71336c2eb444cab89056cf67804d54", + "input": "[54, 194]" + }, + { + "id": "openseek-3-5e44ceb96c0c4c25b3854abf3fac3af2", + "input": "[105, 93, 103, 63, 117, 71, 88, 147]" + }, + { + "id": "openseek-3-e701bcfa7f444e8fb7a985b25eb1de64", + "input": "[175, 193, 19, 89]" + }, + { + "id": "openseek-3-959d946b40ba4265a8508459dd214521", + "input": "[133, 53, 176, 195]" + }, + { + "id": "openseek-3-a9eb1b0c529b49d0ac71873c43675bbd", + "input": "[185, 163]" + }, + { + "id": "openseek-3-8c76963d34c34712983d1fa6560d0f31", + "input": "[127, 63, 148, 51]" + }, + { + "id": "openseek-3-04d4827b27e34e74aaa50865e9c4039b", + "input": "[42, 61, 110, 60, 141, 80, 4, 17]" + }, + { + "id": "openseek-3-cc5718aeb77d49d584eddca029c80f51", + "input": "[68, 27]" + }, + { + "id": "openseek-3-eb80eb6e0fff4a9fbc65006ba8e214ad", + "input": "[198, 95, 191, 4, 175, 143, 32]" + }, + { + "id": "openseek-3-6113e3c817c94fa7a847535e80600c43", + "input": "[84, 127, 28, 67, 175, 87, 44, 121]" + }, + { + "id": "openseek-3-95fc7f017dbe4ec4941ad19b01fa5777", + "input": "[1, 122, 121]" + }, + { + "id": "openseek-3-5d2fe54c4bb741fc88434292baa2b0b1", + "input": "[167, 14, 94, 34, 84, 64, 125]" + }, + { + "id": "openseek-3-fe41ce9e904746bb914aba04b00cb2b2", + "input": "[120, 112, 162, 67, 191, 199]" + }, + { + "id": "openseek-3-18a4f80047f744a4a9c1382409b211e3", + "input": "[147, 18]" + }, + { + "id": "openseek-3-652e1183f76d4fa18b068cfafa5e6bcd", + "input": "[88, 188, 12, 113, 17, 70, 42, 130, 189]" + }, + { + "id": "openseek-3-2f332e559d004d2e9198cbd2ac6c0a82", + "input": "[53, 185, 85, 43, 160, 54, 199, 175]" + }, + { + "id": "openseek-3-de61789cdce241fbbd735dfde3f00739", + "input": "[17, 23, 155]" + }, + { + "id": "openseek-3-1634b33cb61a47d393d58b302acc0507", + "input": "[136, 171, 127]" + }, + { + "id": "openseek-3-bd2af36ebe0f47c6b0c11612a2131507", + "input": "[90, 49, 7, 106, 174, 136, 88, 97]" + }, + { + "id": "openseek-3-52c78b20e31b497d94e29d14ea9c21ee", + "input": "[58, 145]" + }, + { + "id": "openseek-3-b6ee838930ed4bfbae8d535d918abeb6", + "input": "[103, 153, 6, 187, 93]" + }, + { + "id": "openseek-3-e3b6cacfabbf4592a876612502138821", + "input": "[98, 196, 46, 137, 111, 180, 115]" + }, + { + "id": "openseek-3-864fe4de07b64b7091dd56da0ab3e349", + "input": "[158, 143]" + } + ], + "License": [ + "Unknown" + ] +} \ No newline at end of file diff --git a/openseek/competition/LongContext-ICL-Annotation/data/openseek-4_conala_concat_strings.json b/openseek/competition/LongContext-ICL-Annotation/data/openseek-4_conala_concat_strings.json new file mode 100644 index 0000000..fdf7ca2 --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/openseek-4_conala_concat_strings.json @@ -0,0 +1,29965 @@ +{ + "task_id": "openseek-4", + "task_name": "openseek-conala_concat_strings", + "Definition": [ + "In this task you will be given a list of strings and you need to concatenate them." + ], + "examples": [ + { + "id": "openseek-4-3bb7b896295842d0a3d2b8a6f98d6b8c", + "input": "['p', 'that.', 'o']", + "output": [ + "pthat.o" + ] + }, + { + "id": "openseek-4-cb042df46ae94fc49087e85f31f7725e", + "input": "['B', 'g', 'it', 'j', 'x', 'a', 'which,', 'e', 'O', 'b', 'the', 'M', 'j']", + "output": [ + "Bgitjxawhich,eObtheMj" + ] + }, + { + "id": "openseek-4-1487803f80f04aab9cf378b63174f0f6", + "input": "['P', 'D', 'B', 'in', 'l', 'Angels!', 'o', 'z', 'taken', 'E', 'M']", + "output": [ + "PDBinlAngels!oztakenEM" + ] + }, + { + "id": "openseek-4-276b52f0ab954ffa8e504d5194eab009", + "input": "['of', 'S', 'gazing', 's', 'G', 'for', 'G', 'the', 'a']", + "output": [ + "ofSgazingsGforGthea" + ] + }, + { + "id": "openseek-4-c18169bf8b654b90ad3be98f2594cdee", + "input": "['your', 's', 'J', 'pipe,', 's', 'P', 'the', 'm', 'I', 'V', 'Indian', 'Z']", + "output": [ + "yoursJpipe,sPthemIVIndianZ" + ] + }, + { + "id": "openseek-4-fcbbdbbbeeef493faa3e7ca537d2e7a8", + "input": "['elevated', 'f', 'e', 'line', 'Y', 'g', 'V', 'z', 'turns', 'L']", + "output": [ + "elevatedfelineYgVzturnsL" + ] + }, + { + "id": "openseek-4-4ba4e7f4c32e4575b5d698adfc5d58ae", + "input": "['O', 'K', 'q', 'w', 'the', 'n', 'D']", + "output": [ + "OKqwthenD" + ] + }, + { + "id": "openseek-4-10ce18b609fd43c08f3b6f8916ae470d", + "input": "['K', 'w', 'X', 'U']", + "output": [ + "KwXU" + ] + }, + { + "id": "openseek-4-0e0849acc7b3478d9d1d74858d0eb55b", + "input": "['Loose-Fish.', 'o', 'w', 'august', 'G', 'd']", + "output": [ + "Loose-Fish.owaugustGd" + ] + }, + { + "id": "openseek-4-15e3fa58c1bd4fad9d2c8cd38631e875", + "input": "['to', 'I', 'G', 'water', 'V', 'v']", + "output": [ + "toIGwaterVv" + ] + }, + { + "id": "openseek-4-d33926ce275c4f72a3f6fc566070acbc", + "input": "['K', 'S', 'e']", + "output": [ + "KSe" + ] + }, + { + "id": "openseek-4-fa0cb25159be402d8646247ae4c56d18", + "input": "['being', 'D', 'l', 'a', 'f']", + "output": [ + "beingDlaf" + ] + }, + { + "id": "openseek-4-7332719f9f614c18970ef60e0c8c4c1b", + "input": "['q', 'his', 'k', 'd', 'And', 'P', 'closely', 'D', 'in', 'h']", + "output": [ + "qhiskdAndPcloselyDinh" + ] + }, + { + "id": "openseek-4-f41db6a25e3f44a19d06b832e8ec28a1", + "input": "['land-breeze,', 'E', 'added', 'U', 'M', 'e', 'wet', 'p', 'a', 'X', 'that', 'Z', 'elephant', 'M', 'that', 'Z']", + "output": [ + "land-breeze,EaddedUMewetpaXthatZelephantMthatZ" + ] + }, + { + "id": "openseek-4-9c28457838aa490092ab1c3f783ced1e", + "input": "['annual', 'R', 'of', 'y', 'surprised', 'f', 'whether', 'x', 'Mr.', 'r', 'to', 'm', 'fire', 'a', 'at', 'm', 'w', 'P']", + "output": [ + "annualRofysurprisedfwhetherxMr.rtomfireaatmwP" + ] + }, + { + "id": "openseek-4-71e011695fff4bda84ae4ff2636a7eb3", + "input": "['conceit', 'I', 'z', 'E', 'k', 'drugging', 'e', 'I', 'its', 'O']", + "output": [ + "conceitIzEkdruggingeIitsO" + ] + }, + { + "id": "openseek-4-68334ce74e8f410eaa51f302319806cb", + "input": "['side', 'C', 'Y', 'passed,', 'm']", + "output": [ + "sideCYpassed,m" + ] + }, + { + "id": "openseek-4-6c0683818b42422fb55cd1ab87d2cb9e", + "input": "['in', 'r', 'way,', 'x', 'or', 'J', 'L', 'N']", + "output": [ + "inrway,xorJLN" + ] + }, + { + "id": "openseek-4-09cf1b66e27c476c85a9fbe919e86284", + "input": "['old', 'q', 'of', 'b', 'they', 'G']", + "output": [ + "oldqofbtheyG" + ] + }, + { + "id": "openseek-4-fb02b39962a24c089a00026463885232", + "input": "['an', 'W', 'm', 'upon', 'y', 'stamped', 'w', 'feel', 'm', 'straightway', 'g', 'x', 'it,', 'H', 'f', 'C']", + "output": [ + "anWmuponystampedwfeelmstraightwaygxit,HfC" + ] + }, + { + "id": "openseek-4-1315efbf2b1c44ee917708e51f3cbe6a", + "input": "['whale;', 'd', 'being', 'f', 'waters', 'U', 'some', 'a', 'and', 'c', 'manufacturer', 'r', 'first', 'O', 'l']", + "output": [ + "whale;dbeingfwatersUsomeaandcmanufacturerrfirstOl" + ] + }, + { + "id": "openseek-4-2ad439569db44638aeee5d312a999e7a", + "input": "['N', 'ship9s', 'r', 'Banksd', 'g', 'but', 'o', 'D']", + "output": [ + "Nship9srBanksdgbutoD" + ] + }, + { + "id": "openseek-4-b0f0887fcce34f4ca578a27f747cb6fa", + "input": "['o', 'crotch', 'A', 'r', 'U', 'i', 'crossed', 'q', 'Z', 'B']", + "output": [ + "ocrotchArUicrossedqZB" + ] + }, + { + "id": "openseek-4-0a696b744cc648358c0e9afcdb425209", + "input": "['of', 'j', 'the', 'b', 'many', 'A', 'our', 'g', 'a']", + "output": [ + "ofjthebmanyAourga" + ] + }, + { + "id": "openseek-4-32004a1157dd4e849771c75e07018486", + "input": "['real', 'x', 'they', 'M', 'rolling', 'y', 'would', 'V', 'p', 'Y', 'yet', 'H', 'F', 'whites', 'G', 'l']", + "output": [ + "realxtheyMrollingywouldVpYyetHFwhitesGl" + ] + }, + { + "id": "openseek-4-a287f3e9bad8418fb76a4c213bc93945", + "input": "['u', 'H', 'and', 'O', 'to', 'B', 'R', 'so', 'D', 'a']", + "output": [ + "uHandOtoBRsoDa" + ] + }, + { + "id": "openseek-4-2a6fca803de345ca8ec5b32b71832065", + "input": "['the', 'j', 'have', 'C', 'B', 'n', 'sharpening', 'T', 'part', 'O', 'consequence.', 'w', 'so', 'q', 'will', 'N']", + "output": [ + "thejhaveCBnsharpeningTpartOconsequence.wsoqwillN" + ] + }, + { + "id": "openseek-4-e565b0754815481882a2389611b55730", + "input": "['worked', 'C', 'o', 'defy', 'W', 'down', 'T', 'of', 'L', 'kept', 'W', 'their', 'p', 'three', 'J']", + "output": [ + "workedCodefyWdownTofLkeptWtheirpthreeJ" + ] + }, + { + "id": "openseek-4-6b2685146f4c4be1a64da9d436c9cc1b", + "input": "['S', 'h', 'R', 'were', 'f']", + "output": [ + "ShRweref" + ] + }, + { + "id": "openseek-4-f389a3175697426ebcbaf17ffd0d3a88", + "input": "['h', 'find', 'v', 'ensigns,', 'X', 'of', 'L', 'i', 'Almost', 'k', 's', 'a']", + "output": [ + "hfindvensigns,XofLiAlmostksa" + ] + }, + { + "id": "openseek-4-8ce95c27310847e98f540b7a2007bfaa", + "input": "['my', 'p', 'one', 'W', 'the', 'M', 'the', 'u', 'e', 'H', 'sleep.9', 'u', 'his', 'f', 'a', 'r']", + "output": [ + "myponeWtheMtheueHsleep.9uhisfar" + ] + }, + { + "id": "openseek-4-f48576a6fcd24526bb4b980a67df01a1", + "input": "['like', 'i', 'was', 'G', 'h', 's', 'jaws;', 'x', 'U', 'the', 'd', 'm', 'E', 'p']", + "output": [ + "likeiwasGhsjaws;xUthedmEp" + ] + }, + { + "id": "openseek-4-b94940c4e424404ca51c32f708615501", + "input": "['w', 'and', 'x', 'T', 'trees,', 'o']", + "output": [ + "wandxTtrees,o" + ] + }, + { + "id": "openseek-4-70793afe83094c8cb2502fac046cb865", + "input": "['v', 'in!d', 'N', 'C', 'U', 'w', 'yards,', 'A', 'L']", + "output": [ + "vin!dNCUwyards,AL" + ] + }, + { + "id": "openseek-4-f5e0ca580ca44192a28818a1fa034fb6", + "input": "['his', 'f', 'V', 'k', 'wooden', 'T', 'W']", + "output": [ + "hisfVkwoodenTW" + ] + }, + { + "id": "openseek-4-1e21234686604c97b154bb04088a78d0", + "input": "['did.', 'G', 'of', 'J', 'a']", + "output": [ + "did.GofJa" + ] + }, + { + "id": "openseek-4-8f6582c45b574237857eb4344933f22e", + "input": "['up', 't', 'each', 'f', 'might', 'L', 'V', 'modern', 'P']", + "output": [ + "upteachfmightLVmodernP" + ] + }, + { + "id": "openseek-4-0dfe48820cb94e849b14af30d70f74fa", + "input": "['that', 'i', 'mind', 'x', 'x', 'a', 'M', 'm']", + "output": [ + "thatimindxxaMm" + ] + }, + { + "id": "openseek-4-d60d90d25b4f4bbd9e338d163923a26c", + "input": "['round', 'E', 'as', 'm', 'n', 'o', 'm', 'the', 'n']", + "output": [ + "roundEasmnomthen" + ] + }, + { + "id": "openseek-4-562ebf6a13a14ea3ba4fb91b5e09bd67", + "input": "['bamboozingly', 'P', 'is', 'V', 'p', 'a', 'n']", + "output": [ + "bamboozinglyPisVpan" + ] + }, + { + "id": "openseek-4-8183eba76a0f435b9e603ad28875a637", + "input": "['m', 'that', 'H']", + "output": [ + "mthatH" + ] + }, + { + "id": "openseek-4-caed21c20c934049a0114c93da785276", + "input": "['as', 'k', 'the', 'J', 'm', 'g', 'only,', 'a', 'q', 'my', 'j', 'inch', 'W', 'u', 'D']", + "output": [ + "asktheJmgonly,aqmyjinchWuD" + ] + }, + { + "id": "openseek-4-c10ddf52b12b446aad7a9606748f469e", + "input": "['h', 'w', 'nominally', 'w', 'o', 'B']", + "output": [ + "hwnominallywoB" + ] + }, + { + "id": "openseek-4-6c86b25c40f74d6da5ec186bed2575c3", + "input": "['to', 'M', 'g', 'K']", + "output": [ + "toMgK" + ] + }, + { + "id": "openseek-4-2fda0b9c069d486082e7a1698d397fc3", + "input": "['m', 'sake', 'D', 'unspeakably', 'c', 'the', 'r', 'those', 'n', 'cVery', 'b', 'c', 'of', 'd']", + "output": [ + "msakeDunspeakablyctherthosencVerybcofd" + ] + }, + { + "id": "openseek-4-d827162f104d43b3891fe12df1f165d6", + "input": "['H', 'goest', 'N', 's', 'the', 'M', 'k', 'a', 'happens', 'G', 'h', 'than', 'D']", + "output": [ + "HgoestNstheMkahappensGhthanD" + ] + }, + { + "id": "openseek-4-0ae1f2c07e794a92bd30bf680105edfe", + "input": "['Y', 'G', 'j', 'this', 'A', 'there', 'h', 'P', 'g', 'P']", + "output": [ + "YGjthisAtherehPgP" + ] + }, + { + "id": "openseek-4-38e999407687442e9623c281cb2c15da", + "input": "['Q', 't']", + "output": [ + "Qt" + ] + }, + { + "id": "openseek-4-8fed572cbfce495d9bf0d1e2a5ae3fa8", + "input": "['were', 'L', 'from', 'M', '(none', 'I', 'of', 'R', 'infinite', 'H']", + "output": [ + "wereLfromM(noneIofRinfiniteH" + ] + }, + { + "id": "openseek-4-85ec39ee34ab425698e9ba64d0db6141", + "input": "['find', 'Q', 'forced', 'd']", + "output": [ + "findQforcedd" + ] + }, + { + "id": "openseek-4-1a9b260c8f414316a098b29287646ef8", + "input": "['go', 'P', 'behind', 'S', 'conduct', 'o']", + "output": [ + "goPbehindSconducto" + ] + }, + { + "id": "openseek-4-329fde9cc1a74240a3b3f56356456b6f", + "input": "['that', 'k', 'f', 'not', 'B', 'S', 'N', 'must', 'T', 'levels', 'B', 'g', 'n']", + "output": [ + "thatkfnotBSNmustTlevelsBgn" + ] + }, + { + "id": "openseek-4-9184a88c6f554acd8a0eb27765fdd2c2", + "input": "['what', 'E', 'body.', 'H', 'views', 'w', 'W', 't', 'pinioned', 'r', 'them,', 'P', 'F', 'n']", + "output": [ + "whatEbody.HviewswWtpinionedrthem,PFn" + ] + }, + { + "id": "openseek-4-bfd4e8303b3b413fb7b19ed6b4be058b", + "input": "['L', 'p', 'and', 'M', 'G', 'the', 'A', 'engravings.', 'y', 'p', 'indeed,', 'p', 'the', 'E']", + "output": [ + "LpandMGtheAengravings.ypindeed,ptheE" + ] + }, + { + "id": "openseek-4-d4be053aa1164a7684aee80bc49d8207", + "input": "['x', 'N']", + "output": [ + "xN" + ] + }, + { + "id": "openseek-4-af6597c3758640eab2dbafec14ea7ebb", + "input": "['M', 'removed', 'F', 'try', 'H']", + "output": [ + "MremovedFtryH" + ] + }, + { + "id": "openseek-4-93cf992d52ff4600b367b1a8a8ed74c1", + "input": "['b', 'fury', 'Q', 'v', 'e']", + "output": [ + "bfuryQve" + ] + }, + { + "id": "openseek-4-7a1c8a36da584b7e88da4381db48bcba", + "input": "['to', 'q', 'after', 'n', 'general', 'L', 'U', 'to', 'h', 'by', 'X']", + "output": [ + "toqafterngeneralLUtohbyX" + ] + }, + { + "id": "openseek-4-855abbf4bf80488ea8983dd2d8022126", + "input": "['p', 'glued', 'o', 'and', 'x', 'k', 'W', 'first', 'g', 'i']", + "output": [ + "pgluedoandxkWfirstgi" + ] + }, + { + "id": "openseek-4-2c1c9164c1174606b1463f8246ef2cf7", + "input": "['K', 'V', 'than', 'Y', 'whale9s', 'M', 'D', 'I', 'deck.', 'F', 'J', 'weapon,', 'D']", + "output": [ + "KVthanYwhale9sMDIdeck.FJweapon,D" + ] + }, + { + "id": "openseek-4-4e201471d85e4b53938fe4bb676af81a", + "input": "['f', 'Bedford', 'v', 'secret', 'M', 'a', 'invests', 'g', 'M', 'am', 'j']", + "output": [ + "fBedfordvsecretMainvestsgMamj" + ] + }, + { + "id": "openseek-4-a398a2c18bb342bd849752df46c623dc", + "input": "['the', 'z', 'and', 'E', 'us', 'j']", + "output": [ + "thezandEusj" + ] + }, + { + "id": "openseek-4-1395dd69bf084991978ad709dd9c75c4", + "input": "['three', 't', 'j']", + "output": [ + "threetj" + ] + }, + { + "id": "openseek-4-4a0f52a304834374b12962422cb11fd5", + "input": "['All', 'p', 'eyes', 'k', 'sauntering', 'V', 'be', 'K', 'P', 'd']", + "output": [ + "AllpeyesksaunteringVbeKPd" + ] + }, + { + "id": "openseek-4-087465af57a84737b9b91a19e262ada1", + "input": "['inordinate', 'k', 'i', 'e', 'whether,', 'q', 'R', 'upon', 'R', 'L', 'ways', 'P']", + "output": [ + "inordinatekiewhether,qRuponRLwaysP" + ] + }, + { + "id": "openseek-4-9a209d6662c84e94b327e75cf0d269a5", + "input": "['f', 'on', 'v', 'J', 'the', 'n', 'when,', 'f', 'dines', 's', 'the', 'H', 'I', 'F']", + "output": [ + "fonvJthenwhen,fdinesstheHIF" + ] + }, + { + "id": "openseek-4-1446c1240a5a4d5c9973e535fb6d0f64", + "input": "['the', 'C', 'prairie-like', 'w']", + "output": [ + "theCprairie-likew" + ] + }, + { + "id": "openseek-4-184f15c7169a4d61b4cefa7b0a6f95e5", + "input": "['at', 'i', 'stoutest,', 'E', 'h', 'denied', 'k']", + "output": [ + "atistoutest,Ehdeniedk" + ] + }, + { + "id": "openseek-4-0d0184c8e3ad44118d4031444d53f185", + "input": "['D', 'as', 'F', 'j', 'S', 'g', 'w', 'C', 'l']", + "output": [ + "DasFjSgwCl" + ] + }, + { + "id": "openseek-4-b68c1a9677ed4fb0a253370e2bd893b7", + "input": "['P', 'A', 'Flask', 'y', 'muttered', 'N', 'at', 'y', 's', 'X', 'G', 'be', 'e', 'F']", + "output": [ + "PAFlaskymutteredNatysXGbeeF" + ] + }, + { + "id": "openseek-4-83d0dd8bae28482ab3e0dfbe642556e0", + "input": "['air.', 'W', 'some', 'R']", + "output": [ + "air.WsomeR" + ] + }, + { + "id": "openseek-4-f4ae2049091f4668b796a9dc896ec310", + "input": "['a', 'j', 'cruising', 'i', 'use', 'J', 'v']", + "output": [ + "ajcruisingiuseJv" + ] + }, + { + "id": "openseek-4-c6f03dfcb52e4978b696b590c59c5ffd", + "input": "['military', 'G', 'J', 'know', 'A', 'f', 'r', 'l', 'b', 'little', 'a', 'D']", + "output": [ + "militaryGJknowAfrlblittleaD" + ] + }, + { + "id": "openseek-4-6678bc1cf2434688ac268cb0300a0dff", + "input": "['H', 'c', 'dim,', 'X', 'vessel', 'r']", + "output": [ + "Hcdim,Xvesselr" + ] + }, + { + "id": "openseek-4-6f51e9ebb0c241ea8fae0aae7185492e", + "input": "['one', 's', 'H']", + "output": [ + "onesH" + ] + }, + { + "id": "openseek-4-84cd860d29664bc0b4c5f4eb3b694fb5", + "input": "['De', 'i', 'Man,', 'D', 'Z', 'l', 's', 'part', 'R', 'H', 'U', 'c']", + "output": [ + "DeiMan,DZlspartRHUc" + ] + }, + { + "id": "openseek-4-375901ecd33c49a1a5696f43cbf37927", + "input": "['tail', 'M', 'T', 'u', 'hunt;', 'R']", + "output": [ + "tailMTuhunt;R" + ] + }, + { + "id": "openseek-4-a174e8d0c4d2493a99b3667dcbd76104", + "input": "['A', 'Bethink', 'r', 'F', 'that', 'I', 'step,', 'l', 'R', 'w']", + "output": [ + "ABethinkrFthatIstep,lRw" + ] + }, + { + "id": "openseek-4-295ae946c8294aa8813eadfabf85c6e0", + "input": "['W', 'm', 'I', 'lapsed', 'g', 'sign', 'h', 'it', 'p', 'least', 'n', 'sober', 'J', 'than', 'Q', 'j']", + "output": [ + "WmIlapsedgsignhitpleastnsoberJthanQj" + ] + }, + { + "id": "openseek-4-4b9bb9100f844348a2655fc98edfaa6a", + "input": "['a', 'l', 'A', 'H', 'case', 'w', 'b', 'here.', 'C', 'Though', 'e', 'plunging', 'D']", + "output": [ + "alAHcasewbhere.CThougheplungingD" + ] + }, + { + "id": "openseek-4-0406510b754842a492388b0fe0933316", + "input": "['e', 'y', 'then,', 'W', 'U', 'take', 'q', 'offered', 'y', 'officially;', 'v', 'c']", + "output": [ + "eythen,WUtakeqofferedyofficially;vc" + ] + }, + { + "id": "openseek-4-bb919b46538a4a5686561fbe8050c5b8", + "input": "['FOLIO', 'R', 'f', 'U']", + "output": [ + "FOLIORfU" + ] + }, + { + "id": "openseek-4-31546ca9505f4bf1b3192e88ff9e39c1", + "input": "['Atlantic', 'D', 'd', 'his', 'm', 'c', 'hoops', 'q', 'above', 'n']", + "output": [ + "AtlanticDdhismchoopsqaboven" + ] + }, + { + "id": "openseek-4-efcc9b9dab7a46f181684fcd2ebfa3ac", + "input": "['saying,', 'W', 'no', 'U', 'g', 'S', 'r', 'C', 'b', 'day', 'E', 'g', 'u']", + "output": [ + "saying,WnoUgSrCbdayEgu" + ] + }, + { + "id": "openseek-4-4328dad0196243a280c2a3318cf4287f", + "input": "['G', 'N', 'of', 'Q', 'T', 'T']", + "output": [ + "GNofQTT" + ] + }, + { + "id": "openseek-4-14c8d07def814f05b3da071ab88e88d0", + "input": "['like', 'D', 'l', 'D', 'miserably', 'e', 'and', 'l', 'fact,', 'O', 'means', 'R', 'that9s', 'K']", + "output": [ + "likeDlDmiserablyeandlfact,OmeansRthat9sK" + ] + }, + { + "id": "openseek-4-d0551951725b4c599ab16cbc96cf162f", + "input": "['g', 'd', 'm', 'whale,', 'O', 'F']", + "output": [ + "gdmwhale,OF" + ] + }, + { + "id": "openseek-4-ecf073e29fa34bdc885a93aa4f9103fb", + "input": "['a', 'be', 'z']", + "output": [ + "abez" + ] + }, + { + "id": "openseek-4-c06034c83bd94ad9831142577a77bf4f", + "input": "['the', 'G', 'Harold', 'm']", + "output": [ + "theGHaroldm" + ] + }, + { + "id": "openseek-4-79f96c32d2e0408ebef14c39b5d4ab92", + "input": "['Q', 'x']", + "output": [ + "Qx" + ] + }, + { + "id": "openseek-4-ee732f0e119445b09ee183559f965e89", + "input": "['all', 'T', 'o']", + "output": [ + "allTo" + ] + }, + { + "id": "openseek-4-347da2cf904c451087c133b702e5afd2", + "input": "['time', 'p', 'R', 'that', 'y', 'meat', 'l', 'at', 'x', 'u']", + "output": [ + "timepRthatymeatlatxu" + ] + }, + { + "id": "openseek-4-8c3244112bb646459fe077d262e75867", + "input": "['O', 'A', 'on', 'F', 'him', 'r', 'i']", + "output": [ + "OAonFhimri" + ] + }, + { + "id": "openseek-4-8e00dd03be2d44b78372a7043f731b7b", + "input": "['T', 'j', 'q', 'upon', 'y', 'Bashee', 'F', 'their', 'v', 'But', 'b', 'O', 'C', 'continual', 'n']", + "output": [ + "TjquponyBasheeFtheirvButbOCcontinualn" + ] + }, + { + "id": "openseek-4-2200a524161f4d8f9256d22c480f7e35", + "input": "['t', 'x', 'The', 'w', 'that', 'N', 'Was', 'q', 'Ahab4invested', 'm']", + "output": [ + "txThewthatNWasqAhab4investedm" + ] + }, + { + "id": "openseek-4-7474aa5df2cb4e68b0b06b2d7a556b86", + "input": "['f', 'p', 'p', 'U', 'again4gunwale', 'C', 'sleep.', 'C', 'when', 'B', 'about', 'n', 'g']", + "output": [ + "fppUagain4gunwaleCsleep.CwhenBaboutng" + ] + }, + { + "id": "openseek-4-774531ab060642ed8c06d45a53eca42a", + "input": "['tall', 'u', 'in', 'P', 'landlord9s.', 'V', 'up', 'c', 'T', 'w', 'L', 'd', 'y']", + "output": [ + "talluinPlandlord9s.VupcTwLdy" + ] + }, + { + "id": "openseek-4-0f814863db0f4de8a9d365f8db45e152", + "input": "['a', 'O', 'T', 'S', 'breaks', 'd', 'l', 't']", + "output": [ + "aOTSbreaksdlt" + ] + }, + { + "id": "openseek-4-118c4c74abc44ae2a9db4cd25df0a440", + "input": "['has', 'p', 'far', 'W']", + "output": [ + "haspfarW" + ] + }, + { + "id": "openseek-4-3bd2d48dafc24d05b03f329e647107c6", + "input": "['C', 'you', 'C', 'D', 'w']", + "output": [ + "CyouCDw" + ] + }, + { + "id": "openseek-4-fc1fc3e51b03407baa7a4eef0877b8f8", + "input": "['x', 'of', 'Z', 'purpose', 'Q', 'Q', 't', 'D', 'were', 'D']", + "output": [ + "xofZpurposeQQtDwereD" + ] + }, + { + "id": "openseek-4-0921424e5a634152af1fc454091b1eac", + "input": "['Z', 'G', 'often', 'F', 'U', 'b', 'K', 'H', 'with', 'u', 'd', 'N']", + "output": [ + "ZGoftenFUbKHwithudN" + ] + }, + { + "id": "openseek-4-116cad63737b49618867391f81462913", + "input": "['at', 'H', 'wicked', 'E', 'X', 'L', 'R', 'k', 'corn-field,', 'S']", + "output": [ + "atHwickedEXLRkcorn-field,S" + ] + }, + { + "id": "openseek-4-ce9574ee90af4097a6efaf77ca165b6d", + "input": "['boats', 'T', 'j', 'U', 'o', 'other,', 'x']", + "output": [ + "boatsTjUoother,x" + ] + }, + { + "id": "openseek-4-4e6c02cf4e6f473381e18315448e67c6", + "input": "['that', 'U', 'd', 'then,', 'L', 'was', 'Z', 'forecastle', 'I', 'W', 'into', 'B', 'afterwards', 'S']", + "output": [ + "thatUdthen,LwasZforecastleIWintoBafterwardsS" + ] + }, + { + "id": "openseek-4-74296f162e7942dabc85e9490560d3b2", + "input": "['broad', 'N', 'all', 'y', 'mast-heads', 't']", + "output": [ + "broadNallymast-headst" + ] + }, + { + "id": "openseek-4-9b057e34c0954264b2616c2f9e6478e5", + "input": "['B', 'away,', 'j', 'greatest', 'I', 'j', 'darkness', 'c', 'grieved,', 'X', 'a', 'i']", + "output": [ + "Baway,jgreatestIjdarknesscgrieved,Xai" + ] + }, + { + "id": "openseek-4-2501cafa6db642dc81804a3ee67459cc", + "input": "['enough', 'C', 'B', 'T', 'W', 'H', 'to', 'm', 'U']", + "output": [ + "enoughCBTWHtomU" + ] + }, + { + "id": "openseek-4-2ab4c462b3604037b7966ffc3c62750b", + "input": "['that', 'x', 'B']", + "output": [ + "thatxB" + ] + }, + { + "id": "openseek-4-0711aa57787e46028a972eacdc7a4f93", + "input": "['Whale', 'O', 'nothing', 'u', 'v']", + "output": [ + "WhaleOnothinguv" + ] + }, + { + "id": "openseek-4-293ff5016e824579989a096b8710a635", + "input": "['V', 'long', 'W', 'the', 'K', 'y', 'look', 'I']", + "output": [ + "VlongWtheKylookI" + ] + }, + { + "id": "openseek-4-080b09a3c41c4be1922078709e897a34", + "input": "['c', 'collapsed,', 'B', 'returns', 'V', 'Q', 'u']", + "output": [ + "ccollapsed,BreturnsVQu" + ] + }, + { + "id": "openseek-4-cf0bf5f1290a49b78e157633bd32ba76", + "input": "['dripping', 'r', 'd', 'P', 'thee', 'e', 'came', 'I', 'copied', 'x', 'God', 'R']", + "output": [ + "drippingrdPtheeecameIcopiedxGodR" + ] + }, + { + "id": "openseek-4-b3cf6fda5c46455e833ed618841e139b", + "input": "['Y', 'j', 'p', 'appetites.', 'O', 'times', 'z', 'S', 'ballroom', 'G', 'find', 'N']", + "output": [ + "Yjpappetites.OtimeszSballroomGfindN" + ] + }, + { + "id": "openseek-4-f68e1dc8b27f48c7855ab81fbca26b9d", + "input": "['with', 'k', 'in', 'H', 'I', 'and', 'q']", + "output": [ + "withkinHIandq" + ] + }, + { + "id": "openseek-4-0d942afd6b45443f9c0a9ef004e0ba6c", + "input": "['more', 'S', 'the', 'T', 'b', 'now', 'q', 'too;', 'H', 'thing', 'i', 'M']", + "output": [ + "moreStheTbnowqtoo;HthingiM" + ] + }, + { + "id": "openseek-4-cda12a2bb92f4defa488deb7db2348de", + "input": "['round', 'J', 'credentials', 's', 'cI', 'S', 'W', 'strength', 'Y', 'F', 'reached', 'F', 'f']", + "output": [ + "roundJcredentialsscISWstrengthYFreachedFf" + ] + }, + { + "id": "openseek-4-50f6d8cda263461eb54ee9453b896070", + "input": "['R', 'a', 'e', 'c']", + "output": [ + "Raec" + ] + }, + { + "id": "openseek-4-a0d4ab4e601e42d98d6e394d13f9f502", + "input": "['ribs,', 'a', 'crow?', 'C', 'H', 'I9ll', 'r', 'n', 'off', 'd', 'e', 's', 'the', 'w', 'm']", + "output": [ + "ribs,acrow?CHI9llrnoffdesthewm" + ] + }, + { + "id": "openseek-4-8e2aa5fab5594ad18c6fe3aa952644f1", + "input": "['burial;', 'j', 'I', 'M', 'l', 'Y', 'i', 'X', 'm', 'u', 'But', 'W']", + "output": [ + "burial;jIMlYiXmuButW" + ] + }, + { + "id": "openseek-4-e97c42b0570b49a496ac13e8df02beaf", + "input": "['S', 'H', 'indeed,', 'E', 'n', 'the', 'T', 'speak', 'W', 'so', 'O', 'J']", + "output": [ + "SHindeed,EntheTspeakWsoOJ" + ] + }, + { + "id": "openseek-4-3527a70ee9f54d1296fa8935bc0034f7", + "input": "['D', 'and', 'b', 'buoys', 'h', 'neck,', 'A', 'the', 'f']", + "output": [ + "Dandbbuoyshneck,Athef" + ] + }, + { + "id": "openseek-4-fa5cb0dc655d439b99d5560fe5325e36", + "input": "['G', 'S', 'by', 'V', 'Ross', 'B']", + "output": [ + "GSbyVRossB" + ] + }, + { + "id": "openseek-4-dde33f7d8e844111af3da3e730c6dd7b", + "input": "['connexion', 'B', 'that', 'l', 'no', 'W', 'j', 'g', 'the', 'M', 'D', 'k', 'the', 'i', 'q']", + "output": [ + "connexionBthatlnoWjgtheMDktheiq" + ] + }, + { + "id": "openseek-4-e138e65ddbc54da38c3e6ad86fe7a580", + "input": "['the', 'I', 'The', 'r', 'the', 'a']", + "output": [ + "theITherthea" + ] + }, + { + "id": "openseek-4-6bac5105c81849b8810410e9001a29dc", + "input": "['both', 'V', 'n', 'critical', 'I', 'I', 'his', 'n', 'Q']", + "output": [ + "bothVncriticalIIhisnQ" + ] + }, + { + "id": "openseek-4-b052533cfc3944d0bda0ac945fd34656", + "input": "['my', 'J', 'q', 'U', 'not,', 'S', 'X', 'against', 'M', 'M', 'don9t', 'K']", + "output": [ + "myJqUnot,SXagainstMMdon9tK" + ] + }, + { + "id": "openseek-4-74097a197de14453b5d1ef974ea57296", + "input": "['G', 'world9s', 'm', 'Z', 'and', 'n', 'Q', 'M']", + "output": [ + "Gworld9smZandnQM" + ] + }, + { + "id": "openseek-4-5031fc830c0b4947a59e7da8a9d51816", + "input": "['are', 'C', 'order', 'S']", + "output": [ + "areCorderS" + ] + }, + { + "id": "openseek-4-95f6304d1f974d439739a313788b4be4", + "input": "['u', 'the', 'r', 'rack),', 'a']", + "output": [ + "utherrack),a" + ] + }, + { + "id": "openseek-4-00bef45849db4cff9455bc09f8fbbf12", + "input": "['t', 'mystery', 'A', 'N', 'G', 'creature', 'n', 'v', 'the', 'u', 'd', 's']", + "output": [ + "tmysteryANGcreaturenvtheuds" + ] + }, + { + "id": "openseek-4-7102752c9d524d2896d176efb48c7f60", + "input": "['B', 'returning,', 'q', 'R']", + "output": [ + "Breturning,qR" + ] + }, + { + "id": "openseek-4-ecb3a6b4218a4f5c95572a83599b893b", + "input": "['are', 'Z', 'and', 'N']", + "output": [ + "areZandN" + ] + }, + { + "id": "openseek-4-89b9846e1dee40cd92e2fc051e80e527", + "input": "['Q', 'U', 'J', 'all', 'o', 'P', 'm', 'and', 'k']", + "output": [ + "QUJalloPmandk" + ] + }, + { + "id": "openseek-4-f896b0d485fb4043a7ed4efe2940ab3e", + "input": "['W', 'v', 'whets', 'U', 'J', 'his', 'n', 'g', 'v', 'N', 'L']", + "output": [ + "WvwhetsUJhisngvNL" + ] + }, + { + "id": "openseek-4-09844ccd13234936bc844504d40f25bb", + "input": "['l', 'its', 'j', 'the', 'S', '121.', 'K', 'u', 'Y', 'a', 'N', 'u']", + "output": [ + "litsjtheS121.KuYaNu" + ] + }, + { + "id": "openseek-4-1034bfacee974198939d2f501a0d51e3", + "input": "['m', 'foremast', 'u']", + "output": [ + "mforemastu" + ] + }, + { + "id": "openseek-4-93401535136d4c4c8f9cdf31da79f735", + "input": "['Y', 'F', 'say,', 'u', 'as', 'E', 'z']", + "output": [ + "YFsay,uasEz" + ] + }, + { + "id": "openseek-4-25124e0d4c6448c6ae7b3c4a14be7352", + "input": "['q', 'of', 'i', 'K']", + "output": [ + "qofiK" + ] + }, + { + "id": "openseek-4-455d008cd1694b99b844958b7c8c3d6d", + "input": "['head;', 'o', 'c', 'on', 'e', 'J', 'him,', 'q']", + "output": [ + "head;oconeJhim,q" + ] + }, + { + "id": "openseek-4-85545327fb304272948151931805fcca", + "input": "['D', 'W', 'a', 'N']", + "output": [ + "DWaN" + ] + }, + { + "id": "openseek-4-e9cea43c1cab47ea800554ae989d2e94", + "input": "['invisible,', 'F', 'an', 'Q', 'rides', 'e', 'N']", + "output": [ + "invisible,FanQrideseN" + ] + }, + { + "id": "openseek-4-124f1c68807d40e5bde63eb1bd6e9164", + "input": "['at', 'r', 'historical', 'A', 'Y', 'infatuated', 'b', 'm', 'scarce', 'V', 'you9re', 'f', 'to', 'X', 'K', 'L']", + "output": [ + "atrhistoricalAYinfatuatedbmscarceVyou9reftoXKL" + ] + }, + { + "id": "openseek-4-e479514a536048a09d2ca87c26cd2c41", + "input": "['before', 'X', 'r', 's', 'you', 'T', 'says', 'G', 'the', 'R', 'p']", + "output": [ + "beforeXrsyouTsaysGtheRp" + ] + }, + { + "id": "openseek-4-9c0eba130d5c4148ba5d3a2b7050c93b", + "input": "['n', 'U', 'its', 'D', 'W', 'j', 'q']", + "output": [ + "nUitsDWjq" + ] + }, + { + "id": "openseek-4-d26140a9dbf84be09ffda0c6a52df0a1", + "input": "['R', 's', 'sport,', 'G', 'Y', 'K']", + "output": [ + "Rssport,GYK" + ] + }, + { + "id": "openseek-4-c1be04d22f23417196c189ceae06117b", + "input": "['and', 'W', 'Nor', 'X', 'W', 'k', 'U']", + "output": [ + "andWNorXWkU" + ] + }, + { + "id": "openseek-4-7f34fa651c1345759d2db97b3d1e8ac2", + "input": "['b', 'God.', 'y']", + "output": [ + "bGod.y" + ] + }, + { + "id": "openseek-4-5e7a202ad9ea439f887dc1987b874f3e", + "input": "['say', 'g', 'if', 'd', 'n', 'A', 'his', 'x', 'of', 'E', 'and', 'y', 'loose', 'I', 'q', 't']", + "output": [ + "saygifdnAhisxofEandylooseIqt" + ] + }, + { + "id": "openseek-4-c07e8b7877d247dda00c40cb6cc19086", + "input": "['Y', 'F', 'his', 'X', 'r', 'w', 'it.', 'x', 'Y', 'O', 'plain', 'm']", + "output": [ + "YFhisXrwit.xYOplainm" + ] + }, + { + "id": "openseek-4-da066f503b0b410ca920ff50fef1ebab", + "input": "['v', 'S']", + "output": [ + "vS" + ] + }, + { + "id": "openseek-4-8182e164461d4ebf91f8178eea54e457", + "input": "['c', 'U', 'u', 'cWhat', 'Z', 'the', 'h']", + "output": [ + "cUucWhatZtheh" + ] + }, + { + "id": "openseek-4-d5485b6e52f6451c801790c4e5e5b0a8", + "input": "['N', 'k', 'which', 'D', 'Q', 'U', 'of', 't']", + "output": [ + "NkwhichDQUoft" + ] + }, + { + "id": "openseek-4-f92b9df8bff54a37a0e376a6dd4d62ba", + "input": "['Ere', 'Y', 'Thanks:', 'l', 'triumphal', 'r', 'it', 'y', 't', 'of', 'e']", + "output": [ + "EreYThanks:ltriumphalritytofe" + ] + }, + { + "id": "openseek-4-341458109b12457eaad7a68b1ffd08f8", + "input": "['my', 'l', 'x', 'vigilance', 'j', 'stripped', 'U', 'L', 'J', 'by', 'H', 'fair', 'y', 'if', 'g', 'g']", + "output": [ + "mylxvigilancejstrippedULJbyHfairyifgg" + ] + }, + { + "id": "openseek-4-41d0325123c64e95a73babef7c005f77", + "input": "['y', 'B', 'R', 'be,', 'Z', 'R']", + "output": [ + "yBRbe,ZR" + ] + }, + { + "id": "openseek-4-24a2a00ea9b84b56b61f762e8afcc563", + "input": "['sleeping', 'u', 'Y', 'just', 'o', 'clock', 'R', 'ships', 'B', 'K', 'the', 'Y', 'E', 'K', 'b']", + "output": [ + "sleepinguYjustoclockRshipsBKtheYEKb" + ] + }, + { + "id": "openseek-4-7a8028bc75644399befdef3851ab5b0e", + "input": "['cried', 'y', 'i', 'H', 'vesture', 'z', 'y', 'z']", + "output": [ + "criedyiHvesturezyz" + ] + }, + { + "id": "openseek-4-bb29153bb3b9451eb26da69bf31e1537", + "input": "['of', 'I', 'the', 'g', 'by', 'V', 'd', 'of', 'F', 'A', 'ship,', 'D', 'S', 'With', 's', 'c']", + "output": [ + "ofIthegbyVdofFAship,DSWithsc" + ] + }, + { + "id": "openseek-4-d1d8c2d024484cc59c45989641bf2ceb", + "input": "['B', 'Q', 'f', 'nameless', 'z', 'F', 'old', 'g', 'r', 'O', 'y']", + "output": [ + "BQfnamelesszFoldgrOy" + ] + }, + { + "id": "openseek-4-33a210252a1940f1a9dc0f133d3c178e", + "input": "['s', 'R', 'M', 'P', 'm', 'pain;', 'f', 'P', 'tapered', 'w']", + "output": [ + "sRMPmpain;fPtaperedw" + ] + }, + { + "id": "openseek-4-37736481380c42ca86ddd06c9130042b", + "input": "['such', 'h', 'E', 'y', 'of', 'P', 'u', 'is', 'X', 'k', 'l']", + "output": [ + "suchhEyofPuisXkl" + ] + }, + { + "id": "openseek-4-2f23f59f5844426b9d633d466526aa63", + "input": "['v', 'boat,', 'z', 'of', 'k']", + "output": [ + "vboat,zofk" + ] + }, + { + "id": "openseek-4-ff8f175daf80431aae41092fae73ab9d", + "input": "['all', 'J', 'U', 'in', 'j', 'swap', 'f', 'ships,', 'i', 'a', 'P']", + "output": [ + "allJUinjswapfships,iaP" + ] + }, + { + "id": "openseek-4-a27791e40b6146459678d7de76dc4219", + "input": "['odor,', 'H', 'Right', 'H', 'while', 'x', 'i', 'O', 'from', 'D', 'last', 'l', 'M']", + "output": [ + "odor,HRightHwhilexiOfromDlastlM" + ] + }, + { + "id": "openseek-4-b7af34a877c94f74b59c5c6af2505d6c", + "input": "['F', 'y', 'l', 'of', 'r', 'Y', 'to', 'V', 'tend', 'l', 'but', 'c']", + "output": [ + "FylofrYtoVtendlbutc" + ] + }, + { + "id": "openseek-4-d4a846ecfd0447ffa0d43f942dbb9ec3", + "input": "['a', 'v', 'v']", + "output": [ + "avv" + ] + }, + { + "id": "openseek-4-4fdaace38bbf4368b7f0fb4dcec1e18e", + "input": "['save', 'd', 'forecastle;', 'd', 'h']", + "output": [ + "savedforecastle;dh" + ] + }, + { + "id": "openseek-4-86ea9a08808140d7b7c07956b5d5e739", + "input": "['forget', 'P', 'J', 'stout', 'f', 'other', 'a']", + "output": [ + "forgetPJstoutfothera" + ] + }, + { + "id": "openseek-4-b0da52e385144c97a24ea54f3e8d866d", + "input": "['N', 'P', 'u', 'you?d', 'J', 'p']", + "output": [ + "NPuyou?dJp" + ] + }, + { + "id": "openseek-4-f49afd36ad9a4d9e924d6c8ffc7e4686", + "input": "['a', 'x', 'effect,', 'O', 'k', 'a', 'x', 'the', 'U']", + "output": [ + "axeffect,OkaxtheU" + ] + }, + { + "id": "openseek-4-cf9bf02b7284431d902df8fb617260fd", + "input": "['Tash.', 'i', 'mean', 'X']", + "output": [ + "Tash.imeanX" + ] + }, + { + "id": "openseek-4-a5a7d3cb45a3416893a01d87ec2898c8", + "input": "['S', 'L', 'Z', 'God,', 'i']", + "output": [ + "SLZGod,i" + ] + }, + { + "id": "openseek-4-c8bc9cbca7874aa1832189803848494c", + "input": "['broken', 'Y', 'heaven', 'Z', 'D', 'N', 'obvious;', 'm', 'd', 'for', 'V', 'possible,', 'E']", + "output": [ + "brokenYheavenZDNobvious;mdforVpossible,E" + ] + }, + { + "id": "openseek-4-e4bc8a9664044291901171f502e95948", + "input": "['A', 'c']", + "output": [ + "Ac" + ] + }, + { + "id": "openseek-4-d635c0f48f904af380d67a0aca19a997", + "input": "['X', 'I', 'F', 't', 'intimacy', 't', 'r', 'h', 't', 'I', 'N']", + "output": [ + "XIFtintimacytrhtIN" + ] + }, + { + "id": "openseek-4-14ad7f2db5734e59989a59638a754169", + "input": "['C', 't', 'v']", + "output": [ + "Ctv" + ] + }, + { + "id": "openseek-4-097686c7cba4427faafdd88b148fd761", + "input": "['h', 'for', 'T', 'S', 'in', 'k', 'i', 'one-armed', 'H', 'belonging', 'b']", + "output": [ + "hforTSinkione-armedHbelongingb" + ] + }, + { + "id": "openseek-4-cb3ba8c62bd442849569ed19b5f8088c", + "input": "['in', 'f', 'He', 'm', 'them4leagues.', 'x', 'W', 'q', 'j']", + "output": [ + "infHemthem4leagues.xWqj" + ] + }, + { + "id": "openseek-4-0b7513be2f854f97866ac121b2a0c96e", + "input": "['of', 'z', 'While', 'P']", + "output": [ + "ofzWhileP" + ] + }, + { + "id": "openseek-4-ef622595df554d8dac7d8b482af46389", + "input": "['Q', 'and', 'O', 'that', 'o', 'e', 'D', 'h', 't', 'inscrutably', 'd', 'sea,', 'o', 'G']", + "output": [ + "QandOthatoeDhtinscrutablydsea,oG" + ] + }, + { + "id": "openseek-4-3f5b3d0f34794b37b3eeeaa26ff6aa5c", + "input": "['y', 'g', 'K', 'u', 'mouths', 'f', 't']", + "output": [ + "ygKumouthsft" + ] + }, + { + "id": "openseek-4-3e5d783a681c403a80ec5054f06202c9", + "input": "['gigantic', 'q', 'o', 'q', 'found', 'Y', 'y', 'atmosphere', 'N', 'D', 'may', 'F']", + "output": [ + "giganticqoqfoundYyatmosphereNDmayF" + ] + }, + { + "id": "openseek-4-4ec70a7ac56a4a12a175ae041492c0ec", + "input": "['v', 'z']", + "output": [ + "vz" + ] + }, + { + "id": "openseek-4-239d0acbd49649d09c7b77ed89fe154f", + "input": "['toder', 'Q', 'By', 'p', 'brawn', 'j', 'this', 'N', 'v', 'i']", + "output": [ + "toderQBypbrawnjthisNvi" + ] + }, + { + "id": "openseek-4-9465fd1f627949999431b89a3a7dd80b", + "input": "['w', 'F']", + "output": [ + "wF" + ] + }, + { + "id": "openseek-4-a23914825dee410fb76c871872774cc3", + "input": "['H', 'T']", + "output": [ + "HT" + ] + }, + { + "id": "openseek-4-2b21ad6a53ad40edb4245efca466eeff", + "input": "['g', 'l', 'rank', 'O', 'V', 'd']", + "output": [ + "glrankOVd" + ] + }, + { + "id": "openseek-4-c42a44b869cf40119ac38a702d4b47d7", + "input": "['T', 'f', 'dead', 'p', 'X', 'N', 'the', 'f', 'H', 'd']", + "output": [ + "TfdeadpXNthefHd" + ] + }, + { + "id": "openseek-4-009a33576609411fa5394dcf441e482d", + "input": "['q', 'therein.', 'x', 'don9t', 'R', 'P', 'fro', 'L', 'f', 'been', 'q', 'r', 'a']", + "output": [ + "qtherein.xdon9tRPfroLfbeenqra" + ] + }, + { + "id": "openseek-4-d79b7b1dc6d1413ab4ed274557af428a", + "input": "['lanterns,', 'H', 'the', 'H', 'intent', 'g', 'C', 'M', 'J']", + "output": [ + "lanterns,HtheHintentgCMJ" + ] + }, + { + "id": "openseek-4-dcfa6324191f4a9d9d68dbd46ec7f49e", + "input": "['h', 'X']", + "output": [ + "hX" + ] + }, + { + "id": "openseek-4-cab04657f3994ca48c82949a45d37d4d", + "input": "['all', 'v', 'Mr.', 'V', 'time,', 'W', 'with', 'x', 'Y', 'p']", + "output": [ + "allvMr.Vtime,WwithxYp" + ] + }, + { + "id": "openseek-4-80c31259a0fc40e6af0a42abb9ea772c", + "input": "['p', 'nearest', 'n']", + "output": [ + "pnearestn" + ] + }, + { + "id": "openseek-4-c1f01013f2204e01b9f0d7f8baaad7a8", + "input": "['to', 'F', 'Q', 's', 'by', 'Q', 'A', 'and', 'E', 'him,', 'P', 'easy4why', 'b', 'q']", + "output": [ + "toFQsbyQAandEhim,Peasy4whybq" + ] + }, + { + "id": "openseek-4-a301af65b5064cf3a3bf81ca02a45161", + "input": "['that', 'c', 'z', 't', 'from', 'w']", + "output": [ + "thatcztfromw" + ] + }, + { + "id": "openseek-4-9bd4d1ecfc244bf3be87e82c1a0c2164", + "input": "['for', 'V', 'bounding', 'E', 'E']", + "output": [ + "forVboundingEE" + ] + }, + { + "id": "openseek-4-089f22357bfc4110a201d0c7ec7b9e26", + "input": "['his', 'n', 'mightiest', 'Z', 'sudden,', 'E']", + "output": [ + "hisnmightiestZsudden,E" + ] + }, + { + "id": "openseek-4-1348af7e952c48248248e45e878f00f4", + "input": "['k', 'z', 'j', 'reciprocally', 'M']", + "output": [ + "kzjreciprocallyM" + ] + }, + { + "id": "openseek-4-41dbc66f93ac4e92b99a368e0a33aa9e", + "input": "['without', 'J', 'w']", + "output": [ + "withoutJw" + ] + }, + { + "id": "openseek-4-2d1b3b57a94641e6ae5c59afbaec8606", + "input": "['fishers', 'L', 'V', 'W']", + "output": [ + "fishersLVW" + ] + }, + { + "id": "openseek-4-5ba00061ad16495591cd9b29e1d001de", + "input": "['m', 'tablets,', 'L', 'N', 'area', 'V', 'W', 'four', 'F']", + "output": [ + "mtablets,LNareaVWfourF" + ] + }, + { + "id": "openseek-4-9d6f9f9ddb8345d2b173f4d947523618", + "input": "['god.', 'O', 'U', 'expectant', 'Z', 'X', 'I', 'd', 'say', 'Z']", + "output": [ + "god.OUexpectantZXIdsayZ" + ] + }, + { + "id": "openseek-4-1e4c29e6e1ff41539892a7c0813abfc0", + "input": "['d', 'z', 'z', 'other', 's', 'or', 'z', 'was', 'x']", + "output": [ + "dzzothersorzwasx" + ] + }, + { + "id": "openseek-4-7f8d6a93f0f742da8f84c15f36fb9330", + "input": "['U', 'u']", + "output": [ + "Uu" + ] + }, + { + "id": "openseek-4-f909b73a7eb043e29eeecdd7861f6a2b", + "input": "['in', 't', 'i', 'Once', 'f', 'seas,', 'q', 'if', 'i', 'hoisting', 'k']", + "output": [ + "intiOncefseas,qifihoistingk" + ] + }, + { + "id": "openseek-4-e63851a14ea84a908edea682350d5547", + "input": "['k', 'X', 'going', 'C']", + "output": [ + "kXgoingC" + ] + }, + { + "id": "openseek-4-c9d478fcc7c546c687603520f243a568", + "input": "['J', 'N', 'U', 'it', 'v', 'fifteen', 't', 'and', 'B', 'it', 'w', 'remotest', 's', 'T']", + "output": [ + "JNUitvfifteentandBitwremotestsT" + ] + }, + { + "id": "openseek-4-271a9a5b1f0c4d98bc83a1b2e754df72", + "input": "['cSartain,', 't', 'w', 'secluded.', 'I', 'I', 'x', 'd', 'r', 'sound', 'x', 'T', 'me4_that_', 'b']", + "output": [ + "cSartain,twsecluded.IIxdrsoundxTme4_that_b" + ] + }, + { + "id": "openseek-4-2116a3f5bd5e43c6a99b829207b6c531", + "input": "['v', 'called4proves', 'N', 'and', 'B', 'character', 'a', 'm', 'his', 'v']", + "output": [ + "vcalled4provesNandBcharacteramhisv" + ] + }, + { + "id": "openseek-4-3725bf01e9084806853d69c7432d51f9", + "input": "['did', 'S', 'are', 'P', 'would', 'n']", + "output": [ + "didSarePwouldn" + ] + }, + { + "id": "openseek-4-4a6e9acbc63f4fa08c9d18d3ecad787b", + "input": "['do', 'd', 'break', 'J', 'M', 'N']", + "output": [ + "dodbreakJMN" + ] + }, + { + "id": "openseek-4-8a15e39500c84a9fb4ae04f692b51aad", + "input": "['moody', 'G', 'X']", + "output": [ + "moodyGX" + ] + }, + { + "id": "openseek-4-6715c5b9998b4b83b310ffc480131651", + "input": "['little', 'l', 'get', 'W', 'C', 'symbol', 'L', 'were', 't', 'had', 'U', 'time', 'p', 'own', 't', 'w']", + "output": [ + "littlelgetWCsymbolLwerethadUtimepowntw" + ] + }, + { + "id": "openseek-4-5e9cdd08a6894f66a9995d0cf36bfb2e", + "input": "['n', 'm', 'i', 'Q', 'z', 'l']", + "output": [ + "nmiQzl" + ] + }, + { + "id": "openseek-4-f9a4cc1f67f24633bc341961ecbdeff2", + "input": "['aye,', 'f', 'Aldrovandi;', 'H', 'v', 'O']", + "output": [ + "aye,fAldrovandi;HvO" + ] + }, + { + "id": "openseek-4-068868717b234b3ba3d8bbdf1da811e2", + "input": "['j', 'of', 'i', 'duplicates,', 'l', 'v', 'voyage', 'A', 't', 'whale9s', 'M', 'v', 'f', 'and,', 'U']", + "output": [ + "jofiduplicates,lvvoyageAtwhale9sMvfand,U" + ] + }, + { + "id": "openseek-4-a2f126e35b6c45598694e18781c76928", + "input": "['somehow', 'D', 'x', 'W', 'x', 'A']", + "output": [ + "somehowDxWxA" + ] + }, + { + "id": "openseek-4-1db034b55f8e4d7e869c1543e833b7c1", + "input": "['small', 'g', 't', 'her', 'z', 'time.', 'E', 'b', 'I', 'n', 'that', 'h', 'such', 'd']", + "output": [ + "smallgtherztime.EbInthathsuchd" + ] + }, + { + "id": "openseek-4-d2bdec643d65498f9191e54c7ea30bda", + "input": "['d', 'e', 'V']", + "output": [ + "deV" + ] + }, + { + "id": "openseek-4-92f694e817024b92865dc43d86d0cc66", + "input": "['mighty', 'Q', 'Z', 'Canaller', 'D', 'following', 'J']", + "output": [ + "mightyQZCanallerDfollowingJ" + ] + }, + { + "id": "openseek-4-df9ca64b69fc45a6ad02eb633f41abd7", + "input": "['Right.', 'Y', 'or', 'P']", + "output": [ + "Right.YorP" + ] + }, + { + "id": "openseek-4-39ae3226bfa14a8f8e3e95b674b32c64", + "input": "['x', 'M', 'v', 'which,', 'W', 'in', 'd', 'of', 'U', 'W']", + "output": [ + "xMvwhich,WindofUW" + ] + }, + { + "id": "openseek-4-d637bce69b124a0da71c931f1ce18d2b", + "input": "['throw', 'O', 'T', 'membrane,', 'd']", + "output": [ + "throwOTmembrane,d" + ] + }, + { + "id": "openseek-4-ca17b4a12e5f4aa398071453cbdc7c5b", + "input": "['sperm', 'P', 'Y', 'before', 'm', 'S', 'expansion', 'p', 'It', 'B', 'thou', 'C']", + "output": [ + "spermPYbeforemSexpansionpItBthouC" + ] + }, + { + "id": "openseek-4-6f7a16706a4740a7a2d8911dfc929580", + "input": "['M', 'r', 'his', 'g', 'C', 'away', 'K', 'r']", + "output": [ + "MrhisgCawayKr" + ] + }, + { + "id": "openseek-4-d7ce02c526784dc6b52545d1ac50a733", + "input": "['tornadoes.', 'y', 'Q', 'isolation', 'V', 'comprehension.', 'N', 'Blood!', 'c', 'b', 'S', 'r', 'that', 'T']", + "output": [ + "tornadoes.yQisolationVcomprehension.NBlood!cbSrthatT" + ] + }, + { + "id": "openseek-4-66ace814248e40b68709e13a8238d726", + "input": "['even', 'j', 'S', 's', 'whale,', 'p', 'T', 'g', 'O', 'his', 'z', 'its', 'h']", + "output": [ + "evenjSswhale,pTgOhiszitsh" + ] + }, + { + "id": "openseek-4-c6cd90d8ed3645388b6cd067b7c6eeab", + "input": "['F', 'A', 'I', 'H']", + "output": [ + "FAIH" + ] + }, + { + "id": "openseek-4-dc832fae730d41c7a41b24aa6ca4aee5", + "input": "['from', 'd', 'p', 'is', 'c']", + "output": [ + "fromdpisc" + ] + }, + { + "id": "openseek-4-2dcf43a1a7c840eb936279db7c734ffa", + "input": "['Y', 'v', 'R', 'waved', 'P', 'Z', 'c', 'the', 'h', 'and', 'S', 'F']", + "output": [ + "YvRwavedPZcthehandSF" + ] + }, + { + "id": "openseek-4-a49ee07fec3249cd8b21b3a29ec8906e", + "input": "['she', 'f', 'him,d', 'J', 'D', 'A', 'w', 'j', 'F', 'to-night;', 'F', 'you', 'E', 'is', 'o']", + "output": [ + "shefhim,dJDAwjFto-night;FyouEiso" + ] + }, + { + "id": "openseek-4-2fb0536df25c4f31978cef214207edd0", + "input": "['never', 'O', 't', 'C', 'U', 'O', 'As', 'a']", + "output": [ + "neverOtCUOAsa" + ] + }, + { + "id": "openseek-4-eacc7e8e3d90491494655b9f8b525bbd", + "input": "['is,', 'd', 'v', 'hav9n9t', 'O', 'the', 'S', 'B', 'whale,', 'i']", + "output": [ + "is,dvhav9n9tOtheSBwhale,i" + ] + }, + { + "id": "openseek-4-57fd6928a7ec46678e5e072d025c4686", + "input": "['but', 't', 'z', 'q', 'y', 'Even', 'H', 'j', 'through', 'O', 'k', 'a']", + "output": [ + "buttzqyEvenHjthroughOka" + ] + }, + { + "id": "openseek-4-685e361ee77344d6b2ababf983293bd6", + "input": "['P', 'cThen', 'w', 'that9s', 'x', 'is,', 'y', 'p', 'D', 'R', 'b']", + "output": [ + "PcThenwthat9sxis,ypDRb" + ] + }, + { + "id": "openseek-4-7b6460ef065a4ace8ba9299e864429fb", + "input": "['or', 'y', 'the', 'l', 'q', 'L', 'k', 'T', 'fired', 'O', 'E', 'some,', 'L']", + "output": [ + "orythelqLkTfiredOEsome,L" + ] + }, + { + "id": "openseek-4-ab22430c99f54e2e94e47097f38a4e1f", + "input": "['moving', 'L', 'generally', 'z', 'a', 'T', 'j', 'Q']", + "output": [ + "movingLgenerallyzaTjQ" + ] + }, + { + "id": "openseek-4-2e147934bc9d4c1ebf46a0502d755e23", + "input": "['Z', 'X', 'sometimes', 'o', 'm', 'W', 'do', 'C', 'l', 'pantry', 'k']", + "output": [ + "ZXsometimesomWdoClpantryk" + ] + }, + { + "id": "openseek-4-149fbf5e740c4e4aa529b0b9d64639be", + "input": "['r', 'men', 'd', 'whales', 's', 'Q', 'G']", + "output": [ + "rmendwhalessQG" + ] + }, + { + "id": "openseek-4-f1eecaf88254479fa07116fa61cda64e", + "input": "['my', 'L', 'O']", + "output": [ + "myLO" + ] + }, + { + "id": "openseek-4-d33f9a6f7c794b1d8a9d1484fad5f5ee", + "input": "['e', 'appropriate', 'p', 'D']", + "output": [ + "eappropriatepD" + ] + }, + { + "id": "openseek-4-cb2be10acd5a4249a0212cfdb8a8c177", + "input": "['dear', 'Y', 'Sphynx9s', 'X', 'tempest;', 'm', 'g', 'his', 'B', 'final', 'G']", + "output": [ + "dearYSphynx9sXtempest;mghisBfinalG" + ] + }, + { + "id": "openseek-4-6a3d73090b8745ff927e09cf747d1552", + "input": "['o', 'to', 'H', 'they', 'V', 'R', 'Quick!d', 'l', 'V', 'takes', 'r']", + "output": [ + "otoHtheyVRQuick!dlVtakesr" + ] + }, + { + "id": "openseek-4-81d647855ff64769a25b1e3e97c068ac", + "input": "['experience,', 'O', 'D', 'j', 'iron', 'z', 'V', 'O', 'L', 'and', 'z']", + "output": [ + "experience,ODjironzVOLandz" + ] + }, + { + "id": "openseek-4-186829b40d03466da2a27651a21a2584", + "input": "['p', 'Prophet', 'J']", + "output": [ + "pProphetJ" + ] + }, + { + "id": "openseek-4-c3e5511164d24b16866c03d93f9eabda", + "input": "['Mind', 'K', 'subject?', 'g', 'Q', 'n', 'i', 'k', 'w', 'though', 'O']", + "output": [ + "MindKsubject?gQnikwthoughO" + ] + }, + { + "id": "openseek-4-f2ae52d2791d4a109df478ea618c0149", + "input": "['slapped', 'F', 'Q']", + "output": [ + "slappedFQ" + ] + }, + { + "id": "openseek-4-53e6a22601d54b958638d5093e100825", + "input": "['at', 's', 'him,', 't', 'also', 'r', 'chanced,', 'O', 'of', 'X', 'w', 'it', 'v', 'I', 'a', 'plane,', 'H']", + "output": [ + "atshim,talsorchanced,OofXwitvIaplane,H" + ] + }, + { + "id": "openseek-4-3d7c9105a97c4c9682b8685017969e0b", + "input": "['b', 'certain', 'l', 'L', 'O', 'h', 'Two', 'H']", + "output": [ + "bcertainlLOhTwoH" + ] + }, + { + "id": "openseek-4-2a802a301884405cbbbfb1b92fa96407", + "input": "['on', 'L', 'is.', 'q', 'v', 'A', 'G', 'boat,', 'N', 'P', 'n', 'H']", + "output": [ + "onLis.qvAGboat,NPnH" + ] + }, + { + "id": "openseek-4-75aefe1c49eb4ce59d7a3366899cfc76", + "input": "['A', 'p', 'J', 'h', 'O']", + "output": [ + "ApJhO" + ] + }, + { + "id": "openseek-4-8686579a44354296b5c8349659604cb9", + "input": "['silence;', 'B', 'Y', 'L', 'p']", + "output": [ + "silence;BYLp" + ] + }, + { + "id": "openseek-4-cd9bcdd0be144df997d966c0a0eb0f22", + "input": "['cup', 'e', 'Z', 'y', 'k', 'their', 'a']", + "output": [ + "cupeZyktheira" + ] + }, + { + "id": "openseek-4-1fe2417ff8334135ad567a1b8df93746", + "input": "['t', 'P', 'as', 'R', 'A', 'that', 'F', 'w', 'jaw,', 'x', 'a', 'D']", + "output": [ + "tPasRAthatFwjaw,xaD" + ] + }, + { + "id": "openseek-4-2fabb0376cb64a0487cc7da228fd6b03", + "input": "['X', 'He', 'q', 'd', 'as', 'V', 'J', 'T']", + "output": [ + "XHeqdasVJT" + ] + }, + { + "id": "openseek-4-572f7b28ba3f4717961d603bfdc3ec34", + "input": "['world.', 'k', 'A', 'R', 'like', 'F', 'a', 'B', 'N', 'F', 'b']", + "output": [ + "world.kARlikeFaBNFb" + ] + }, + { + "id": "openseek-4-7a43b7be13bd4f2484094fad1910b0db", + "input": "['if', 'i', 'h', 'K', 'x', 'G', 'admonitory', 'Q']", + "output": [ + "ifihKxGadmonitoryQ" + ] + }, + { + "id": "openseek-4-8859460637b94ef9b76ab9a91c8e34bf", + "input": "['thousand', 'w', 'of', 'a']", + "output": [ + "thousandwofa" + ] + }, + { + "id": "openseek-4-bc9297cb35fc4631b94cf4d70bf6257f", + "input": "['U', 'fishermen', 'M', 'U', 'Likewise,', 'a', 'they', 'b', 'clothed', 'f', 'own', 'e']", + "output": [ + "UfishermenMULikewise,atheybclothedfowne" + ] + }, + { + "id": "openseek-4-e4aff44ff1b0439cb5a4cc644b6f878d", + "input": "['u', 'f', 'l', 'butts.', 'B', 'a']", + "output": [ + "uflbutts.Ba" + ] + }, + { + "id": "openseek-4-0bb210a54acc4929898985238f611bdf", + "input": "['n', 'I', 'p', 'n', 'or', 'G', 'of', 't']", + "output": [ + "nIpnorGoft" + ] + }, + { + "id": "openseek-4-a6b1451bab9d40e998b189ed4cd4c795", + "input": "['terrors', 'J', 'said', 'y', 'each', 'm', 'J', 'those', 'n', 'sweet', 'F', 's', 'topmost', 'W', 'f']", + "output": [ + "terrorsJsaidyeachmJthosensweetFstopmostWf" + ] + }, + { + "id": "openseek-4-1d7756f2f52242f8ae833acf1f313c5a", + "input": "['me', 'v', 'went', 'Q', 'v', 'chiselled', 'O', 'that', 'u', 'j', 'the', 'h', 'b', 'silent', 'Y', 'pumps', 'e']", + "output": [ + "mevwentQvchiselledOthatujthehbsilentYpumpse" + ] + }, + { + "id": "openseek-4-992ccba9498a4a7cb528f393750332fe", + "input": "['h', 'x', 'c', 'So,', 'g', 'i', 'but', 'O']", + "output": [ + "hxcSo,gibutO" + ] + }, + { + "id": "openseek-4-dbf25f6a4abe4feab6397a814e132cbd", + "input": "['performing', 'E', 'J']", + "output": [ + "performingEJ" + ] + }, + { + "id": "openseek-4-2847e6fe87534e179023dc9ab8eb655b", + "input": "['c', 'T', 'E', 'creature', 'd', 'k']", + "output": [ + "cTEcreaturedk" + ] + }, + { + "id": "openseek-4-3e39a3eb23164f39b9e6423df2f1757a", + "input": "['b', 'circumambient', 'd']", + "output": [ + "bcircumambientd" + ] + }, + { + "id": "openseek-4-5b9928a52c294d57a5fa8154e3bf2990", + "input": "['some', 'D', 'the', 'c', 't', 'r', 'H', 'r', 'pipe', 'M', 'G']", + "output": [ + "someDthectrHrpipeMG" + ] + }, + { + "id": "openseek-4-71850fe2de934a1da58bb6d0e788f499", + "input": "['with', 'O', 'evaporate', 'n', 'K', 'bitter', 'B', 'Hebrew', 'I', 'consider', 't', 's', 'i']", + "output": [ + "withOevaporatenKbitterBHebrewIconsidertsi" + ] + }, + { + "id": "openseek-4-059301ced22e41d3b9fe07259dccfa5b", + "input": "['G', 'g', 'that', 'f', 'gloom', 'V']", + "output": [ + "GgthatfgloomV" + ] + }, + { + "id": "openseek-4-beebedd48bf74174ac7eda26d17d68a1", + "input": "['s', 'had', 'W']", + "output": [ + "shadW" + ] + }, + { + "id": "openseek-4-b1c2efdd2a0f4e8181a29d51284bbded", + "input": "['B', 'W', 'years', 'w', 'the', 'Y', 'E', 'y', 'y', 'a', 'which', 'N']", + "output": [ + "BWyearswtheYEyyawhichN" + ] + }, + { + "id": "openseek-4-1208ae47e7c94b17b5866daccaa73173", + "input": "['v', 's', 'J', 'S', 'of', 'G']", + "output": [ + "vsJSofG" + ] + }, + { + "id": "openseek-4-cd6a9eb2d8d041f085934158d4cdb2cc", + "input": "['did', 'B', 'd', 'spread', 'V', 'only', 'J', 'R', 'E', 'places', 'I', 'noted', 'x', 'well,', 'p']", + "output": [ + "didBdspreadVonlyJREplacesInotedxwell,p" + ] + }, + { + "id": "openseek-4-a17de1081bed44fca0e0449fdd2ce6e4", + "input": "['S', 'to', 'P', 'F', 'there', 'Q']", + "output": [ + "StoPFthereQ" + ] + }, + { + "id": "openseek-4-dfd0ffe35ff948b69fb9aaed948f4ff5", + "input": "['u', 'o', 'A', 'interdicted', 'R']", + "output": [ + "uoAinterdictedR" + ] + }, + { + "id": "openseek-4-d68682a87aa749608c5bc86419a0bfc2", + "input": "['b', 'Z', 'b', 'o', 'X', 'jaw-bone', 'a']", + "output": [ + "bZboXjaw-bonea" + ] + }, + { + "id": "openseek-4-820cfe98d38245ad9d15aefbb8b0bda1", + "input": "['Y', 'J', 'mundane', 'k', 'h', 'sweet', 'r', 'o']", + "output": [ + "YJmundanekhsweetro" + ] + }, + { + "id": "openseek-4-43e85bc362ad40c4a9a8d37615384f0a", + "input": "['actually', 'D', 'cAh,', 'x', 'd', 'i']", + "output": [ + "actuallyDcAh,xdi" + ] + }, + { + "id": "openseek-4-846d4deb26ac4dc483ad4e4c0a424998", + "input": "['K', 'Z', 'q', 'U', 'v', 'j', 'v', 'c']", + "output": [ + "KZqUvjvc" + ] + }, + { + "id": "openseek-4-3ed400a275664ef984cf8e2543f6c0be", + "input": "['stayed', 'G', 'T', 'and', 'p', 'R', 'course', 'y', 'B', 'course', 'c', 'T']", + "output": [ + "stayedGTandpRcourseyBcoursecT" + ] + }, + { + "id": "openseek-4-9c13c016ba9b41c2bd2b4d18233ce609", + "input": "['did', 'S', 'T', 'Q', 'y', 'b', 'w', 'y', 'it', 'z', 'h', 'h']", + "output": [ + "didSTQybwyitzhh" + ] + }, + { + "id": "openseek-4-5f905d466f224fe18fddad5e535861b4", + "input": "['M', 'w', 'remains', 'R', 'z']", + "output": [ + "MwremainsRz" + ] + }, + { + "id": "openseek-4-a6ab06c7289149bcae06ceea91f4ca4d", + "input": "['u', 'R', 'b', 'with', 'V', 'P', 'look-outs,', 'M', 's', 'spiracle', 'I', 'didn9t', 'e']", + "output": [ + "uRbwithVPlook-outs,MsspiracleIdidn9te" + ] + }, + { + "id": "openseek-4-8d238d71411e4d28b594114889c3c4ca", + "input": "['b', 'views', 'x', 'd', 'ship', 'w', 'successfully', 'I']", + "output": [ + "bviewsxdshipwsuccessfullyI" + ] + }, + { + "id": "openseek-4-a38fca0bf5514b6781fef4fdf04908b1", + "input": "['tail', 'h', 'that', 'p']", + "output": [ + "tailhthatp" + ] + }, + { + "id": "openseek-4-13f3b3417d034ce09790a4a2fd0f3b93", + "input": "['is', 'J', 'then', 'k']", + "output": [ + "isJthenk" + ] + }, + { + "id": "openseek-4-686ebec8825043a8bf592c8e9bc0ab52", + "input": "['e', 'jaw', 'M', 'itself.', 'd']", + "output": [ + "ejawMitself.d" + ] + }, + { + "id": "openseek-4-fe72cd4f7c504553be3eac5c4368948f", + "input": "['D', 'a', 'p', 'harpooneer,', 'f', 'V', 'now?d', 'n', 'I', 'g', 'g', 'least', 'N']", + "output": [ + "Dapharpooneer,fVnow?dnIggleastN" + ] + }, + { + "id": "openseek-4-66e49a432dae4f9591944c5277de5728", + "input": "['C', 'z', 'to', 'Z', 'l', 'Lord!', 'Z', 'a', 'x', 'sir,', 'V', 'gums', 'U']", + "output": [ + "CztoZlLord!Zaxsir,VgumsU" + ] + }, + { + "id": "openseek-4-6661a45e5a8442ffb91ea911cfc1a403", + "input": "['screw', 'X', 'that', 'D', 'y', 'chase', 's', 'i', 'a', 'no', 'i', 'it.d', 'c']", + "output": [ + "screwXthatDychasesianoiit.dc" + ] + }, + { + "id": "openseek-4-e78dad9c5c4744bc99f73c499d4c95d5", + "input": "['it', 'v', 'diligently', 'J', 'poor', 'j', 'o', 'somnambulisms,', 'd', 'far-away', 'p']", + "output": [ + "itvdiligentlyJpoorjosomnambulisms,dfar-awayp" + ] + }, + { + "id": "openseek-4-a3ce524a26a041739c12b45e4a855615", + "input": "['hung', 'F', 'y', 'l', 'either,', 'U', 'e', 'the', 'i']", + "output": [ + "hungFyleither,Uethei" + ] + }, + { + "id": "openseek-4-df89a4954f644857aed0537ece16a808", + "input": "['I', 'its', 'A', 'is;', 'b', 'K']", + "output": [ + "IitsAis;bK" + ] + }, + { + "id": "openseek-4-c5b399204ec4419cbccfbd94889d64d7", + "input": "['the', 'j', 'race', 'z', 'L']", + "output": [ + "thejracezL" + ] + }, + { + "id": "openseek-4-92ee117578e4462f97f045f02c5ab40f", + "input": "['But', 'k', 'E', 'Y']", + "output": [ + "ButkEY" + ] + }, + { + "id": "openseek-4-a863f62dfa154f40b7ba6f5bbc352e0d", + "input": "['i', 'hold', 'y', 'a', 'T', 'this', 'X', 'Captain', 'b']", + "output": [ + "iholdyaTthisXCaptainb" + ] + }, + { + "id": "openseek-4-b1651eb026e44742a121cd86fdc5b0fa", + "input": "['O', 'let', 'g', 'X', 'W']", + "output": [ + "OletgXW" + ] + }, + { + "id": "openseek-4-613f150c910c45faa9bae19f9281a0ed", + "input": "['and', 'l', 'be', 'M', 'N', 'now', 'Q', 'preparative', 'R', 'Captain', 'o', 'O', 'c', 'L']", + "output": [ + "andlbeMNnowQpreparativeRCaptainoOcL" + ] + }, + { + "id": "openseek-4-a599a64196c74cc796fee47ef971abc7", + "input": "['pregnant', 'x', 'I', 'the', 'L', 'S', 'Z', 'Y', 'I', 'canvas.', 'Q', 'H', 'J']", + "output": [ + "pregnantxItheLSZYIcanvas.QHJ" + ] + }, + { + "id": "openseek-4-8822ed8ba5044bcbb094138623510830", + "input": "['r', 'sound', 'k', 'cut', 'U', 'Cape-Horner', 'Q']", + "output": [ + "rsoundkcutUCape-HornerQ" + ] + }, + { + "id": "openseek-4-4fe213810b0a4f59aeda3b850afc8b60", + "input": "['for', 'o', 'not', 'I', 'or', 'M', 'I', 'R', 'x', 'a', 'published', 'V', 'U']", + "output": [ + "foronotIorMIRxapublishedVU" + ] + }, + { + "id": "openseek-4-839543b04da8420091651bfbd39f65cb", + "input": "['F', 'As', 'E', 'crush', 'D', 'bosom!', 'p', 'American!d', 'F']", + "output": [ + "FAsEcrushDbosom!pAmerican!dF" + ] + }, + { + "id": "openseek-4-f50df84dc69b4420a9f9cabe2be0846e", + "input": "['o', 'to', 'R', 'elaborate', 'g']", + "output": [ + "otoRelaborateg" + ] + }, + { + "id": "openseek-4-020c6acf22f4492a9a0886d092f6e153", + "input": "['u', 'sir,', 'j', 'exceeding', 'u', 'parties;', 'F', 'up', 'd', 'e']", + "output": [ + "usir,jexceedinguparties;Fupde" + ] + }, + { + "id": "openseek-4-753e2795b493411eb4b86bf3a7049e2a", + "input": "['F', 'z', 'abandon', 'V', 'his', 'g', 'announced', 'e']", + "output": [ + "FzabandonVhisgannouncede" + ] + }, + { + "id": "openseek-4-be3e234d925e45aab95c18f416cdb0f5", + "input": "['o', 'P', 'H', 'y', 'b', 'o', 'w', 'i']", + "output": [ + "oPHybowi" + ] + }, + { + "id": "openseek-4-9df4baa9bce84d318648d1e96b86c91b", + "input": "['this', 'g', 'its', 'c', 'U', 'f', 'were', 'n', 'took', 'u', 'this', 's', 'H', 'G', 'D']", + "output": [ + "thisgitscUfwerentookuthissHGD" + ] + }, + { + "id": "openseek-4-e1e84865c16c41348ed587b59a7855d2", + "input": "['to', 'Q', 'Z']", + "output": [ + "toQZ" + ] + }, + { + "id": "openseek-4-10899f88bf4d44c6be48fb15efd756b3", + "input": "['feet', 'R', 'r', 'l', 'M']", + "output": [ + "feetRrlM" + ] + }, + { + "id": "openseek-4-a23658df423248b487b290c892dafdd7", + "input": "['B', 'much', 'a', 'Q', 'R', 'the', 'T', 'A', 'U', 'I', 'to', 'A']", + "output": [ + "BmuchaQRtheTAUItoA" + ] + }, + { + "id": "openseek-4-39f0aa77de2941698cf1c6f14dd6fda0", + "input": "['a', 'q', 'that', 'O', 'letter-sorter', 'S', 'R', 'M', 'the', 'A']", + "output": [ + "aqthatOletter-sorterSRMtheA" + ] + }, + { + "id": "openseek-4-db3ec14562d146e8963a84b99e419f67", + "input": "['f', 'in', 'k', 'the', 'q']", + "output": [ + "finktheq" + ] + }, + { + "id": "openseek-4-71aecfeb39f743cb84b495719e9a6ecf", + "input": "['cheer', 'w', 'legendary', 'U']", + "output": [ + "cheerwlegendaryU" + ] + }, + { + "id": "openseek-4-32c3e16ecf3e416287cb3052575f0d0c", + "input": "['shoots', 'R', 'E', 'b', 'to', 'b', 'w', 'yes,', 'O', 'i', 'Deer,', 'U', 'v', 'X']", + "output": [ + "shootsREbtobwyes,OiDeer,UvX" + ] + }, + { + "id": "openseek-4-a902bee2fdc949b39220e84aace92083", + "input": "['of', 'V', 'too', 's', 't', 'F', 'chewed', 'n']", + "output": [ + "ofVtoostFchewedn" + ] + }, + { + "id": "openseek-4-a34ac2441474485b8b57ff5cce44b0e1", + "input": "['prodigy', 'q', 'Captain', 'r', 'r', 'pagans;', 'P', 'and', 'x', 'living', 'S', 'ain9t', 'w', 'S', 'for', 'h']", + "output": [ + "prodigyqCaptainrrpagans;PandxlivingSain9twSforh" + ] + }, + { + "id": "openseek-4-ae7404688f3347f1939e1c7f6fb252ed", + "input": "['X', 'm', 'stagger', 'P', 'and', 'I', 'm', 'v', 'n', 'W', 'y', 'dost', 'G']", + "output": [ + "XmstaggerPandImvnWydostG" + ] + }, + { + "id": "openseek-4-21c5ac373cc543b896e1b4596b2ee61f", + "input": "['in', 'u', 'M', 'boat', 'S', 'H', 'of', 'L', 'k', 'the', 'n']", + "output": [ + "inuMboatSHofLkthen" + ] + }, + { + "id": "openseek-4-dc99a27d2df94b9da00fdd1d56575d2b", + "input": "['u', 'quite', 'e', 'Z', 'O', 'seven', 'W', 'U', 'T', 'show', 'E', 'went', 'L', 'lies', 'd']", + "output": [ + "uquiteeZOsevenWUTshowEwentLliesd" + ] + }, + { + "id": "openseek-4-dbe589f36f584406b50bb6893df54827", + "input": "['a', 'd', 'all', 'L', 'P', 'F']", + "output": [ + "adallLPF" + ] + }, + { + "id": "openseek-4-7726665c28dd4c1cb59655198471c758", + "input": "['him', 'f', 'judge.', 'j', 'with', 'c', 'j', 'were', 'i']", + "output": [ + "himfjudge.jwithcjwerei" + ] + }, + { + "id": "openseek-4-4ad32d5624dd4103938afd25300daef3", + "input": "['J', 'B', 'nigh', 'b', 'q']", + "output": [ + "JBnighbq" + ] + }, + { + "id": "openseek-4-119f7615bfe044e6af834f762f6522be", + "input": "['their', 'f', 'sublime', 'C']", + "output": [ + "theirfsublimeC" + ] + }, + { + "id": "openseek-4-6f0e21f4a02d439a9295c9b1140b48f4", + "input": "['B', 'Q', 'S', 'plaintiffs.', 'z', 'Q', 'U']", + "output": [ + "BQSplaintiffs.zQU" + ] + }, + { + "id": "openseek-4-d400d33a69354820914dc73bbd2a8618", + "input": "['X', 'M', 'W']", + "output": [ + "XMW" + ] + }, + { + "id": "openseek-4-538505c03df540109a9e04a731c8366d", + "input": "['f', 'again', 'J']", + "output": [ + "fagainJ" + ] + }, + { + "id": "openseek-4-6c00fce4d4d14af7b80a0d4002964a30", + "input": "['W', 'blemish', 'V', 'and', 'V', 'u']", + "output": [ + "WblemishVandVu" + ] + }, + { + "id": "openseek-4-d5052a697fd240799a8854242fb2bf06", + "input": "['x', 'unknown,', 'f', 'mentioned.', 'b', 'R', 'c', 'R', 'the', 'J', 'in', 'P', 'C', 'U']", + "output": [ + "xunknown,fmentioned.bRcRtheJinPCU" + ] + }, + { + "id": "openseek-4-0e4f481845ab47a4aa3fde7eac84c795", + "input": "['poor', 'e', 'Z', 'a', 's', 'o', 'pike-and-gaffman', 'V', '_Fin-Back', 'l', 'J', 'H']", + "output": [ + "pooreZasopike-and-gaffmanV_Fin-BacklJH" + ] + }, + { + "id": "openseek-4-680102996d9f420eadad7a254dc20785", + "input": "['majesty', 'N', 'M', 'roared', 'N', 'by', 'v', 's', 'the', 'B', 'All', 'C', 'f', 'fish', 'R']", + "output": [ + "majestyNMroaredNbyvstheBAllCffishR" + ] + }, + { + "id": "openseek-4-490e333706dc41bab4a871a50f7b3438", + "input": "['perhaps', 'A', 's', 'L', 'in', 'z', 'afternoon', 'J', 'while', 'i', 'N', 'as', 'L', 'f']", + "output": [ + "perhapsAsLinzafternoonJwhileiNasLf" + ] + }, + { + "id": "openseek-4-8e6c6b6510124f988569fae4fbd896e6", + "input": "['sciences,', 'f', 'wrinkled', 'a', 'r', 'commentaries', 'v', 'Postscript.', 'e', 'watch;', 'M', 'Z', 'v', 'innocency', 'T']", + "output": [ + "sciences,fwrinkledarcommentariesvPostscript.ewatch;MZvinnocencyT" + ] + }, + { + "id": "openseek-4-46a1a87978ff47e5a40ae9d6a2249e05", + "input": "['N', 'But', 'E', 'L', 'severs', 'W', 'wooden', 'k', 'old', 'i', 'B']", + "output": [ + "NButELseversWwoodenkoldiB" + ] + }, + { + "id": "openseek-4-fc270a1c024f4ff8ab9b27b017782351", + "input": "['i', 'this', 't', 'K', 'A', 'with', 'F']", + "output": [ + "ithistKAwithF" + ] + }, + { + "id": "openseek-4-d67d0e9ee94b4c6b809d22551409d4b3", + "input": "['all', 'X', 'easily', 'g', 'm', 'Pacific,', 'E']", + "output": [ + "allXeasilygmPacific,E" + ] + }, + { + "id": "openseek-4-cda556beecbb4ed4ae4ebf07145587bb", + "input": "['k', 'know', 'F', 'boats,', 'C', 'V', 'u', 'Back_).4Of', 'a', 'k', 'I', 'devious', 'p']", + "output": [ + "kknowFboats,CVuBack_).4OfakIdeviousp" + ] + }, + { + "id": "openseek-4-3f1564558ee846dbb015f1bde53cd580", + "input": "['j', 'd', 'u', 'seasons', 'r', 'an', 'p', 'hammer', 'O', 'came', 'C', 'diadem.', 'a']", + "output": [ + "jduseasonsranphammerOcameCdiadem.a" + ] + }, + { + "id": "openseek-4-024a2e2a4a85437f8517842d6065d488", + "input": "['V', 'l', 'r', 'as', 'e', 'R', 't', 'E', 'the', 'b', 'w']", + "output": [ + "VlraseRtEthebw" + ] + }, + { + "id": "openseek-4-6917ade6816b4ad1afff1ba987ca61ce", + "input": "['there9s', 'k', 'gambol', 'X', 'Y']", + "output": [ + "there9skgambolXY" + ] + }, + { + "id": "openseek-4-8719307a303248f1803dfbc4b225fb84", + "input": "['no', 'L', 'single', 'u']", + "output": [ + "noLsingleu" + ] + }, + { + "id": "openseek-4-b159552473e7485fa57dba8d4cc7aeff", + "input": "['p', 'highly', 'Q', 'M', 'if', 'T']", + "output": [ + "phighlyQMifT" + ] + }, + { + "id": "openseek-4-f0bbed49af8a4fdf89d3cd55a739c41d", + "input": "['intervals', 't', 'of', 'u', 'B', 'cubs,', 'Z', 'B', 'y', 'arrive', 'F', 'the', 'E']", + "output": [ + "intervalstofuBcubs,ZByarriveFtheE" + ] + }, + { + "id": "openseek-4-f0f3b74a5cdc47bda95f0b58d44d8d07", + "input": "['M', 'x', 'Sir', 'T', 'U', 'c', 'there', 'b', 'z', 's']", + "output": [ + "MxSirTUctherebzs" + ] + }, + { + "id": "openseek-4-8c3704baf6ee426287cbad03cdfdfba1", + "input": "['tried', 'e', 'Q', 'distantly', 'q', 'V', 'assaults!', 'h']", + "output": [ + "triedeQdistantlyqVassaults!h" + ] + }, + { + "id": "openseek-4-40d42826b18e40c7a8e524ab8a70fcce", + "input": "['d', 'y', 'u', 'N']", + "output": [ + "dyuN" + ] + }, + { + "id": "openseek-4-a7596ffdbc6f409894c24b7bf2bf0e0c", + "input": "['the', 'Q', 'last', 'o']", + "output": [ + "theQlasto" + ] + }, + { + "id": "openseek-4-86f5356189394f5fb2f5a3686bca95c4", + "input": "['should', 'm', 'B', 'third', 'M', 'V', 'for', 'V', 'But', 'U', 'c']", + "output": [ + "shouldmBthirdMVforVButUc" + ] + }, + { + "id": "openseek-4-ebf0699e5c3945fb8af2e49ac8d78760", + "input": "['c', 'v', 'soon', 'c', 'was', 'b', 'u', 'their', 'X', 'w', 'and', 't', 'annihilated,', 'N', 'this', 'L']", + "output": [ + "cvsooncwasbutheirXwandtannihilated,NthisL" + ] + }, + { + "id": "openseek-4-01e828cbe4f04c629321793b14a0a02a", + "input": "['hid,', 'R', 'u', 'U', 'up', 'z', 'whole', 'u', 'm', 'yet', 'c']", + "output": [ + "hid,RuUupzwholeumyetc" + ] + }, + { + "id": "openseek-4-bcd6005143e74ababde7ee1637cbf42c", + "input": "['B', 'U', 'G']", + "output": [ + "BUG" + ] + }, + { + "id": "openseek-4-16c2afb9f80947ecb2fff3a32f01d032", + "input": "['hearts', 'K', 'p']", + "output": [ + "heartsKp" + ] + }, + { + "id": "openseek-4-473ebf7e37c14745b9dfdbef19928f6e", + "input": "['fast,', 'Z', 'o', 'h', 'R', 'x']", + "output": [ + "fast,ZohRx" + ] + }, + { + "id": "openseek-4-6b4bddcf832c4c498944f92d166403f1", + "input": "['z', 'buck-horn', 'e', 'm']", + "output": [ + "zbuck-hornem" + ] + }, + { + "id": "openseek-4-c5eca905e2ea432a9e7c12194e1f9b88", + "input": "['g', 'C', 'cGrin', 'a', '_his_', 'Q', 'cheese', 'V', 'all', 'j', 'my', 'd', 'i', 'E']", + "output": [ + "gCcGrina_his_QcheeseValljmydiE" + ] + }, + { + "id": "openseek-4-30b5ad07bcef4b0083f7fed19dec2e7d", + "input": "['in', 'v', 'e', 'began', 'I', 'e', 'to', 'C', 'credit', 'n', 'him.', 'o']", + "output": [ + "invebeganIetoCcreditnhim.o" + ] + }, + { + "id": "openseek-4-58d431d2aadf4f5f9c9ae23ed1f92229", + "input": "['whale,', 'J', 'N', 'boat,', 'F', 'were', 'I', 'most', 'n', 'the', 'd', 'shirts', 'H', 'Y']", + "output": [ + "whale,JNboat,FwereImostnthedshirtsHY" + ] + }, + { + "id": "openseek-4-e6ebce54ad294c0cb8b9f850570e3163", + "input": "['S', 'V', 'other', 'U', 'and', 'Z', 'C']", + "output": [ + "SVotherUandZC" + ] + }, + { + "id": "openseek-4-a9d2df85e387427fb274af1560cdd3e6", + "input": "['j', 'S', 'V']", + "output": [ + "jSV" + ] + }, + { + "id": "openseek-4-8848ce04af1a48e79d853e7a0fe2edf1", + "input": "['R', 'W', 'greatly', 'E']", + "output": [ + "RWgreatlyE" + ] + }, + { + "id": "openseek-4-7ce92a1752044b0a957c723721f2029c", + "input": "['R', 'was', 'v', 'h', 'operation', 'V', 'H', 'as', 't', 'tragic', 'd']", + "output": [ + "RwasvhoperationVHasttragicd" + ] + }, + { + "id": "openseek-4-b9b8066c82134b8fb2d90ba0a3283e03", + "input": "['soon', 'S', 'his', 'F', 'an', 'H', 'd', 'one', 'l', 'and', 's', 'arm', 'R', 'R']", + "output": [ + "soonShisFanHdonelandsarmRR" + ] + }, + { + "id": "openseek-4-6c5df31540314a26a489a98c5d690753", + "input": "['v', 'i', 'and', 'L', 'special,', 'F', 'once', 'Z', 'B', 'e', 'u', 'Y']", + "output": [ + "viandLspecial,FonceZBeuY" + ] + }, + { + "id": "openseek-4-3e6d27d695304d38b923eed9e0a323d1", + "input": "['a', 'd', 'sometimes', 'F', 'z', 'p', 'blood', 'i', 'this', 'j', 'in', 'x', 'and', 'B', 'from', 'q', 'A']", + "output": [ + "adsometimesFzpbloodithisjinxandBfromqA" + ] + }, + { + "id": "openseek-4-d1790b26bf32481a837d1e9d2bb107f0", + "input": "['lost', 'L', 'R', 'b', 'up', 'W', 'the', 'P', 'G', 'God', 'N', 'G', 'White', 'K', 'and', 's']", + "output": [ + "lostLRbupWthePGGodNGWhiteKands" + ] + }, + { + "id": "openseek-4-3542021a3e174f90b4924729d9a205ce", + "input": "['K', 'f', 'x', 'u', 'the', 'O', 'full', 'b', 'Q', 'to', 'n', 'his', 'p']", + "output": [ + "KfxutheOfullbQtonhisp" + ] + }, + { + "id": "openseek-4-96c0463bd9fa49fdbd0151f49364f94f", + "input": "['moored', 'W', 'a', 'loss', 'R', 'I', 'i', 'g', 'T']", + "output": [ + "mooredWalossRIigT" + ] + }, + { + "id": "openseek-4-cbbd20c29e824356b216d4f1d3c462ec", + "input": "['tempestuous', 'K', 'to', 'c', 'After', 'P', 'M', 'v', 'Z', 'pronouncing', 's', 'Louisiana,', 'H', 'and', 'I', 'I']", + "output": [ + "tempestuousKtocAfterPMvZpronouncingsLouisiana,HandII" + ] + }, + { + "id": "openseek-4-334bfbd15fbe49a9be0c29ef75b844cd", + "input": "['bulk,', 'l', 'b', 'this', 'y', 'I', 'the', 'f', 'the', 'x', 'that', 'r']", + "output": [ + "bulk,lbthisyIthefthexthatr" + ] + }, + { + "id": "openseek-4-80195100159049dbbbb334e85f229dbc", + "input": "['d', 'of', 'g', 'E', 'he', 'O', 'cried', 'u', 'y', 'many', 'h', 'the', 'X', 'holiest', 'h']", + "output": [ + "dofgEheOcrieduymanyhtheXholiesth" + ] + }, + { + "id": "openseek-4-b3821d627c1241d89da09e9e9c8c4f58", + "input": "['not', 'J', 'C', 'night,', 'G', 'and', 'Q', 'the', 'k', 'the', 'm', 'his', 'J', 'R', 'he,', 'F', 'W']", + "output": [ + "notJCnight,GandQthekthemhisJRhe,FW" + ] + }, + { + "id": "openseek-4-c597d96e6d1a41edb79049de5a870e7d", + "input": "['the', 'w', 'n', 'body', 'd', 'infidel', 'S']", + "output": [ + "thewnbodydinfidelS" + ] + }, + { + "id": "openseek-4-16eb7eef6fa74f238c2da2ad451c9c50", + "input": "['r', 'skill,', 'X', 'traveller,', 'i', 'us', 'x', 'T', 'M']", + "output": [ + "rskill,Xtraveller,iusxTM" + ] + }, + { + "id": "openseek-4-3483c7b7d0804fc0b02db70bca900455", + "input": "['somnambulistic', 'Q', 'intrepid', 'H', 'the', 'X']", + "output": [ + "somnambulisticQintrepidHtheX" + ] + }, + { + "id": "openseek-4-ebb73f9cf688453b8973a87d18fcbfad", + "input": "['an', 'G', 'f', 'F', 'girdling', 'D', 'b', 'wooden', 'x', 'E', 'them.', 'C']", + "output": [ + "anGfFgirdlingDbwoodenxEthem.C" + ] + }, + { + "id": "openseek-4-19a38d1fc280480191ae4da931397ff0", + "input": "['folded', 'z', 'party,', 'x', 'd', 'and', 'P', 'q', 'l', 'Q']", + "output": [ + "foldedzparty,xdandPqlQ" + ] + }, + { + "id": "openseek-4-67d9ac5734c34e999719ecd4904a4c7e", + "input": "['n', 'struck', 'u', 'i', 'should', 'm', 'were', 'Q', 'o', 'Look', 'B', 'w', 'j', 'desperate', 'q']", + "output": [ + "nstruckuishouldmwereQoLookBwjdesperateq" + ] + }, + { + "id": "openseek-4-6cdaf1233ba047789ff1959d99de6665", + "input": "['for', 'r', 'd', 'f', 'o', 'a', 'x', 'z']", + "output": [ + "forrdfoaxz" + ] + }, + { + "id": "openseek-4-30cc5b604ee2445085f57934c5a04cb0", + "input": "['j', 'us', 'T', 'a', 'together;', 'P', 'Q', 'B', 'Z']", + "output": [ + "jusTatogether;PQBZ" + ] + }, + { + "id": "openseek-4-fe1beafac5454e0a8f4565bb5c7b6dd5", + "input": "['Learning;', 'W', 'filed', 't', 'the', 'q', 'done,', 'e']", + "output": [ + "Learning;Wfiledttheqdone,e" + ] + }, + { + "id": "openseek-4-6fd406d6f3a0491097561455d8a8ad8f", + "input": "['C', 'X', 'E']", + "output": [ + "CXE" + ] + }, + { + "id": "openseek-4-4c92e61b9d66479e8abc3c06c2e81961", + "input": "['pays', 'i', 'V', 'D', 'a', 'P']", + "output": [ + "paysiVDaP" + ] + }, + { + "id": "openseek-4-01a5e11476d84819a2a54eaaa15c7af7", + "input": "['whale-craft,', 'S', 'T', 'stranger', 'I', 'y', 'the', 't', 'F', 'K', 'line', 'l']", + "output": [ + "whale-craft,STstrangerIythetFKlinel" + ] + }, + { + "id": "openseek-4-63bbe585df4f46c8b4c2f8aa7d63fffe", + "input": "['H', 'k', 'q', 'thing;', 'c', 'it', 'G', 'E']", + "output": [ + "Hkqthing;citGE" + ] + }, + { + "id": "openseek-4-7d92f6c4a56b407a99b62fc372d0ffc9", + "input": "['L', 'in', 'J', 'Von', 'M', 'feet', 'K', 'me,', 'f', 'h', 'which', 'y', 'l']", + "output": [ + "LinJVonMfeetKme,fhwhichyl" + ] + }, + { + "id": "openseek-4-6b851d94dcb34476938a67a4bc7ed5a4", + "input": "['T', 'p', 'same,', 'R', 'circus-running', 'Q']", + "output": [ + "Tpsame,Rcircus-runningQ" + ] + }, + { + "id": "openseek-4-3aa9802eff2149ec8b4d5e8fd2502c13", + "input": "['H', 'spectacle', 'P', 'x', 'and', 'p', 'itself', 't']", + "output": [ + "HspectaclePxandpitselft" + ] + }, + { + "id": "openseek-4-455b0db70be94a3b87054f7e5f8c6af6", + "input": "['q', 'l', 'in', 't', 'richness', 'L', 'from', 'B', 'L', 'Q', 'cHaul', 'z']", + "output": [ + "qlintrichnessLfromBLQcHaulz" + ] + }, + { + "id": "openseek-4-09955c2ab54745359889f10698a4ac48", + "input": "['r', 'reasons,', 'h', 'X', 'table', 'E', 'cried', 'U', 'S', 'stratagem,', 'z', 'U', 'writ', 'q']", + "output": [ + "rreasons,hXtableEcriedUSstratagem,zUwritq" + ] + }, + { + "id": "openseek-4-368147fa2241413ea2aa047fbc9cd6b2", + "input": "['w', 'b', 'h']", + "output": [ + "wbh" + ] + }, + { + "id": "openseek-4-5d820d7ee62e4a7da74b8868d705b1a8", + "input": "['X', 'a', 'I', 'e', 'W', 'W', 'P']", + "output": [ + "XaIeWWP" + ] + }, + { + "id": "openseek-4-c0910015715847c2b02d20f42c72a859", + "input": "['Peleg9s', 'h', 'behind', 'v', 'as', 'B', 'n', 'T', 'wind', 'q', 'W', 'vaguely,', 'k', 'X', 'w']", + "output": [ + "Peleg9shbehindvasBnTwindqWvaguely,kXw" + ] + }, + { + "id": "openseek-4-604c058288ac4d38bda2ed2f7f277033", + "input": "['M', 'g', 'and', 'P', 'm', 'of', 'B', 'before', 'U', 'R', 'boats', 'p', 'in', 'v']", + "output": [ + "MgandPmofBbeforeURboatspinv" + ] + }, + { + "id": "openseek-4-633debe7003b48f29420e7e2272daad0", + "input": "['pick', 'h', 'but', 'v', 'sort', 'B', 'D']", + "output": [ + "pickhbutvsortBD" + ] + }, + { + "id": "openseek-4-76540f405677490cb6eb71cc8b273bee", + "input": "['of', 'Y', 'law,', 's', 'j', 'q', 'of', 'm', 'u', 't']", + "output": [ + "ofYlaw,sjqofmut" + ] + }, + { + "id": "openseek-4-5353684d33eb4e668157cfef73779dc5", + "input": "['ignominious', 'Y', 'K', 'I', 'Q', 'O']", + "output": [ + "ignominiousYKIQO" + ] + }, + { + "id": "openseek-4-57fbcdcec7584552ba6bb86022453ac4", + "input": "['O', 'came', 'f', 'in', 'T', 'i', 'z', 'thrust', 't', 'sperm', 'k']", + "output": [ + "OcamefinTizthrusttspermk" + ] + }, + { + "id": "openseek-4-8b0c74595e774c8cb17868417bc6029d", + "input": "['O', 'Y']", + "output": [ + "OY" + ] + }, + { + "id": "openseek-4-2e24cc099bba4b328852f623c277ccd8", + "input": "['it', 'I', 'What', 'w', 'W', 'N', 'unabated', 'k', 'trope', 'f']", + "output": [ + "itIWhatwWNunabatedktropef" + ] + }, + { + "id": "openseek-4-4183fe449d7c44a88867d3eca5ed5c94", + "input": "['H', 'of', 'm', 'P', 'W', 'B', 'his', 'c', 'o', 'q']", + "output": [ + "HofmPWBhiscoq" + ] + }, + { + "id": "openseek-4-85003ea8c8be4b8a9bf353d34b0a3a17", + "input": "['hope', 'T', 'him.', 'r']", + "output": [ + "hopeThim.r" + ] + }, + { + "id": "openseek-4-ab98992b703141c2971e2eb18b1570ca", + "input": "['other', 'J', 'D']", + "output": [ + "otherJD" + ] + }, + { + "id": "openseek-4-8799d3ef42ed4a18aade7ce13f540dd2", + "input": "['a', 'L', 'h', 'd', 'their', 'F', 'a', 'd', 'Tashtego', 'S', 'i', 'long', 'e']", + "output": [ + "aLhdtheirFadTashtegoSilonge" + ] + }, + { + "id": "openseek-4-074e2e742d78454bb42f5866bbf38b8f", + "input": "['d', 'faintest', 'E', 'admit', 'O', 'g']", + "output": [ + "dfaintestEadmitOg" + ] + }, + { + "id": "openseek-4-9730983f52774c139085c7a837758be6", + "input": "['g', 'to', 'Z', 'J', 'and', 'K', 'melted', 'S', 'J', 'Q', 'z']", + "output": [ + "gtoZJandKmeltedSJQz" + ] + }, + { + "id": "openseek-4-7504bfba1b844a54b5f4abdde39336a6", + "input": "['S', 'x', 'do', 'q', 'p']", + "output": [ + "Sxdoqp" + ] + }, + { + "id": "openseek-4-755717057254409788f584268cc2bb3e", + "input": "['o', 'at', 'o', 'so', 'r', 'to', 'X', 'ship9s', 'D', 'At', 'n', 'ye?', 'D', 'Whale', 'T']", + "output": [ + "oatosortoXship9sDAtnye?DWhaleT" + ] + }, + { + "id": "openseek-4-96a75e4b2c7f4e338779ba5a118741c3", + "input": "['h', 'was', 'x', 'q', 'u', 'e', 'K', 'M', 'was', 'g', 'another', 'R', 'distance', 'Z']", + "output": [ + "hwasxqueKMwasganotherRdistanceZ" + ] + }, + { + "id": "openseek-4-dbd5e66b16d146cc9e0c409b441aa20f", + "input": "['g', 'n', 'douse', 'Q']", + "output": [ + "gndouseQ" + ] + }, + { + "id": "openseek-4-e182defc469746319478c5868c988742", + "input": "['z', 'V', 'own;', 'c', 'while', 'n', 'the', 'J', 'u']", + "output": [ + "zVown;cwhilentheJu" + ] + }, + { + "id": "openseek-4-8e2b21e65cdc4e2d9a23919e6a5951b8", + "input": "['F', 'K']", + "output": [ + "FK" + ] + }, + { + "id": "openseek-4-1a14fb18910f4769a6ffaca8b9415b65", + "input": "['Y', 'in', 'J', 's', 'm', 'N', 'marvel,', 'V', 'I']", + "output": [ + "YinJsmNmarvel,VI" + ] + }, + { + "id": "openseek-4-75c78278b4094818a38dbd0a009ace7b", + "input": "['z', 'P', 'R', 'F', 'C', 'to', 'v', 'n']", + "output": [ + "zPRFCtovn" + ] + }, + { + "id": "openseek-4-f5beddc1c7d348a4a451fc54da4510c7", + "input": "['v', 'sulkies,', 'b']", + "output": [ + "vsulkies,b" + ] + }, + { + "id": "openseek-4-2ebdae0c6a0e4b4ab07e46a27574e1db", + "input": "['on', 'Y', 'that', 'P', 'b', 'q', 'do', 'm', 'Mr.', 'P', 'U']", + "output": [ + "onYthatPbqdomMr.PU" + ] + }, + { + "id": "openseek-4-ce0081ab398c4dad8f0daee98271f8e8", + "input": "['others', 't', 'of', 'f', 'q', 'and', 'q', 'conceits', 'T', 'water,', 'K', 'j', 'T', 'Y', 'u']", + "output": [ + "otherstoffqandqconceitsTwater,KjTYu" + ] + }, + { + "id": "openseek-4-a0727ffe3bb745b3b749310967b1ee65", + "input": "['D', 'h']", + "output": [ + "Dh" + ] + }, + { + "id": "openseek-4-9a62e66cb8e8480d889f5ab2bb029ca9", + "input": "['v', 'M', 'P', 'L', 'Queequeg', 'L', 'n', 'ruefully', 'o', 'hammer', 'B', 'C', 'r']", + "output": [ + "vMPLQueequegLnruefullyohammerBCr" + ] + }, + { + "id": "openseek-4-3c26ba5fa1bf4333b8b5551e7f575227", + "input": "['u', 'the', 'U', 'o', 'c', 't', 'conclusion', 'x', 'D', 'l', 'n']", + "output": [ + "utheUoctconclusionxDln" + ] + }, + { + "id": "openseek-4-3d333d9ed628417b811063243756dc2a", + "input": "['with', 'J', 'm', 'U', 's', 'd', 'D', 'absolute', 'w']", + "output": [ + "withJmUsdDabsolutew" + ] + }, + { + "id": "openseek-4-f885089da15f49cda5c4fe14e08f2bca", + "input": "['about', 'E', 'Q', 'g', 'U']", + "output": [ + "aboutEQgU" + ] + }, + { + "id": "openseek-4-927b92f52872484788f3ba33dd1ba000", + "input": "['by', 'Z', 'Z', 'T', 'z', 'w', 'F']", + "output": [ + "byZZTzwF" + ] + }, + { + "id": "openseek-4-de132fefd7784d3c880e9376f78384d6", + "input": "['and', 'h', 'the', 'j', 'j', 'in', 'b']", + "output": [ + "andhthejjinb" + ] + }, + { + "id": "openseek-4-bb8e997d4cb344728361526dbc2ecf5b", + "input": "['the', 'K', 'head', 'f']", + "output": [ + "theKheadf" + ] + }, + { + "id": "openseek-4-af45ae784509496ca81016c10e9f215b", + "input": "['on', 'r', 'the', 'k']", + "output": [ + "onrthek" + ] + }, + { + "id": "openseek-4-4d46b14c698b41ac96fe05e393202d04", + "input": "['q', 'e', 'from', 'D', 'tone', 'K', 'force,', 'h', 'for', 'H', 'since', 'M', 'fish,', 'Q']", + "output": [ + "qefromDtoneKforce,hforHsinceMfish,Q" + ] + }, + { + "id": "openseek-4-3a4bdd7aa940487bbed782a1bcc409ea", + "input": "['x', 'H', 'r', 'the', 'M', 'h', 'shore', 'k', 'not', 'z', 'X', 'out', 'B']", + "output": [ + "xHrtheMhshoreknotzXoutB" + ] + }, + { + "id": "openseek-4-b7c2189c072f41678a5f8270518b2ce2", + "input": "['V', 'Y', 'h', 'scuttle,', 'j', 'b', 't', 'bone', 'e', 'sweet', 'w']", + "output": [ + "VYhscuttle,jbtboneesweetw" + ] + }, + { + "id": "openseek-4-0d0525d67d4b45ad9532acd42a119887", + "input": "['X', 'c', 'r', 'E', 'V', 'X', 'empty', 'Y', 'E']", + "output": [ + "XcrEVXemptyYE" + ] + }, + { + "id": "openseek-4-077b51803792431c83eb80371d26c379", + "input": "['o', 'W', 'b', 'w']", + "output": [ + "oWbw" + ] + }, + { + "id": "openseek-4-87a3a7090f7143f8a578053d3e4f0e75", + "input": "['have', 'b', 'never', 'p', 'the', 'k', 'fields', 'F', 'the', 'G', 'a', 'B', 'F']", + "output": [ + "havebneverpthekfieldsFtheGaBF" + ] + }, + { + "id": "openseek-4-36e2a9c64367466f8659d7575e897804", + "input": "['J', 'x', 'originally', 'X', 'l', 'P', 'U']", + "output": [ + "JxoriginallyXlPU" + ] + }, + { + "id": "openseek-4-9bcb065e24374cdab90a0ec4f878ab36", + "input": "['M', 'f', 'U', 'before.', 'M', 'my', 'a', 'B']", + "output": [ + "MfUbefore.MmyaB" + ] + }, + { + "id": "openseek-4-2207ecd6068243d3b2e627923afadc7e", + "input": "['V', 'S', 'hundred', 'v', 'q', 'K', 'E', 'O', 'z', 'S']", + "output": [ + "VShundredvqKEOzS" + ] + }, + { + "id": "openseek-4-470e46e632e94e7c9d3e5560b88ef518", + "input": "['there', 'f', 'of', 'w', 'a', 'm', 'had', 'V', 'T', 'q', 'as', 'G', 'the', 'E']", + "output": [ + "therefofwamhadVTqasGtheE" + ] + }, + { + "id": "openseek-4-5e87c624b42a4aea9b707b2b4e182b6f", + "input": "['i', 'squadrons', 'c', 'W', 'v', 'J', 'q', 'hoof.', 'H']", + "output": [ + "isquadronscWvJqhoof.H" + ] + }, + { + "id": "openseek-4-b3b3b29819f542c1a3c222da9cbf88ce", + "input": "['A', 'C', 'h', 'you,', 'B', 'what', 'l', 'q']", + "output": [ + "AChyou,Bwhatlq" + ] + }, + { + "id": "openseek-4-620ffd5208714c8bb769ae1ddc38ddd2", + "input": "['y', 'lily.', 'l', 'his', 'n', 'went', 'l', 'W', 'O', 'some', 'T', 'magnitude;', 'K', 'x']", + "output": [ + "ylily.lhisnwentlWOsomeTmagnitude;Kx" + ] + }, + { + "id": "openseek-4-434a792a4ee64482a06f3ae219712205", + "input": "['A', 'A', 'bressed', 'D', 'E', 'despair;', 'Y', 'at', 'o', 'Peleg.', 'f']", + "output": [ + "AAbressedDEdespair;YatoPeleg.f" + ] + }, + { + "id": "openseek-4-748ead15081349efac67157990348bcb", + "input": "['pushes', 'g', 'C', 'other9s', 'm', 'q', 'a', 'in', 'F']", + "output": [ + "pushesgCother9smqainF" + ] + }, + { + "id": "openseek-4-1bfff18f5c6344ff9eed5ee2605dcf1a", + "input": "['scent.', 'Y', 'Z', 'cheerful', 'O', 'n', 'z']", + "output": [ + "scent.YZcheerfulOnz" + ] + }, + { + "id": "openseek-4-58aabe9aa652456192c31d5a6a9a8f72", + "input": "['in', 'i', 'to', 'H', 'cAs', 'j']", + "output": [ + "initoHcAsj" + ] + }, + { + "id": "openseek-4-a0758fd8f07c4fa685d158cd8c6aabe8", + "input": "['that', 'G', 'in,', 'Z', 'that', 'o', 'one', 'g', 'K', 'c', 'its', 'Z', 'x']", + "output": [ + "thatGin,ZthatoonegKcitsZx" + ] + }, + { + "id": "openseek-4-3c38a623b09e439781a905de0174f3a4", + "input": "['l', 'g', 'M', 'v', 'f', 'n', 'perdition,', 'f', 't']", + "output": [ + "lgMvfnperdition,ft" + ] + }, + { + "id": "openseek-4-225793de922b4b1c975a5f83803997ef", + "input": "['h', 'bend', 'c']", + "output": [ + "hbendc" + ] + }, + { + "id": "openseek-4-d41d3d5cd33c46168bff2b711b65a70f", + "input": "['generally', 'm', 'a', 'u', 'or', 'g', 'naturally', 'w', 'U', 'W']", + "output": [ + "generallymauorgnaturallywUW" + ] + }, + { + "id": "openseek-4-3a80c9deb3e54efc8721772c667b4394", + "input": "['I', 'not', 'a', 'all', 'i']", + "output": [ + "Inotaalli" + ] + }, + { + "id": "openseek-4-3eb77945c2344a11a3c611779058f1a2", + "input": "['were', 'I', 'w', 'z', 'i', 'i', 'cataract;', 'O', 'f', 'a', 'c', 'j']", + "output": [ + "wereIwziicataract;Ofacj" + ] + }, + { + "id": "openseek-4-8fc77064e1054cb8810aa121b4021c80", + "input": "['very', 'p', 'A', 'T', 'He', 'i', 'exactly', 'Y', 'such', 'L', 'q']", + "output": [ + "verypATHeiexactlyYsuchLq" + ] + }, + { + "id": "openseek-4-9c909fc3eb9543f988bc4487fd6a1d2a", + "input": "['J', 'ends', 'g', 'W', 'L']", + "output": [ + "JendsgWL" + ] + }, + { + "id": "openseek-4-dbeb1162beb64d48b66e79c9a4ef9954", + "input": "['U', 'c', 'sense', 'l', 'whales', 'D', 'of', 'e', 'p', 'Ship.', 'G']", + "output": [ + "UcsenselwhalesDofepShip.G" + ] + }, + { + "id": "openseek-4-f90207dfbd394a288a0deb007e9f5c6c", + "input": "['D', 'd', 'the', 'I', 'howling', 'G', 'stubbs,', 'E', 'sinking', 'W', 'I', 'sadly', 'h']", + "output": [ + "DdtheIhowlingGstubbs,EsinkingWIsadlyh" + ] + }, + { + "id": "openseek-4-eec5575787064dac983fc03d101113ec", + "input": "['at', 'G', 'Q', 'B', 'q', 'involved', 'W', 'P', 'L', 'the', 'j', 'Z']", + "output": [ + "atGQBqinvolvedWPLthejZ" + ] + }, + { + "id": "openseek-4-3564141316154da8b0b57a7e59413364", + "input": "['V', 'd', 'R', 'h', 'w', 'though', 'T', 'grooves', 'g']", + "output": [ + "VdRhwthoughTgroovesg" + ] + }, + { + "id": "openseek-4-820ee3a59aec4899b8e9637442235e30", + "input": "['nothing', 'A', 'V', 'R', 'U', 'from', 'd', 'that', 'e', 'by', 'x', 'I', 'B']", + "output": [ + "nothingAVRUfromdthatebyxIB" + ] + }, + { + "id": "openseek-4-0bdf2a62a5e94cfb82a4dc4424c68f66", + "input": "['O', 'I']", + "output": [ + "OI" + ] + }, + { + "id": "openseek-4-291913e0d86e479d81350afe8a26a4b1", + "input": "['p', 'r', 'his', 'l', 'n', 'e']", + "output": [ + "prhislne" + ] + }, + { + "id": "openseek-4-dbc8ed93b16642f38944f36a869650ca", + "input": "['O', 'W', 'C', 'j', 'r', 'shark', 'k']", + "output": [ + "OWCjrsharkk" + ] + }, + { + "id": "openseek-4-85382da2b5fe4926badf51fc6edcefc0", + "input": "['me', 'B', 'c', 'O', 'R']", + "output": [ + "meBcOR" + ] + }, + { + "id": "openseek-4-4c940d79ea60406881fea2a1badd79c4", + "input": "['and', 'P', 'as', 'u', 'had', 'L', 'fancy', 'E']", + "output": [ + "andPasuhadLfancyE" + ] + }, + { + "id": "openseek-4-38877aacd81847fbab01b078e9b75733", + "input": "['back!d', 'd', 'chain', 'd', 'K', 'q', 'y', 'B']", + "output": [ + "back!ddchaindKqyB" + ] + }, + { + "id": "openseek-4-f006a5dd485d45bb961935c3fc30f855", + "input": "['as', 'm', 'P', 'he9s', 'u']", + "output": [ + "asmPhe9su" + ] + }, + { + "id": "openseek-4-46a9f91d176b45f4b1b4cb0f54e8e4d3", + "input": "['Twice', 'e', 'f', 'i', 'E', 'o', 'M', 'For', 'j', 'O']", + "output": [ + "TwiceefiEoMForjO" + ] + }, + { + "id": "openseek-4-b6ea282ef7634f698770b08b6f43b643", + "input": "['And', 'v', 'y', 'other', 'L', 'cried', 'b', 'one,', 'c', 'K']", + "output": [ + "AndvyotherLcriedbone,cK" + ] + }, + { + "id": "openseek-4-a5a34b6adcc84622873c3e410d90a2f4", + "input": "['U', 'round', 'f', 'u', 'worth,', 'I', 'i', 'ran', 'i', 'us', 'q', 'lie', 'C', 'M']", + "output": [ + "Uroundfuworth,IiraniusqlieCM" + ] + }, + { + "id": "openseek-4-ac1465651f004762b8a0b309f38ccb3d", + "input": "['p', 'murky', 'z', 'H', 'all', 'g', 'C', 'of', 'q', 'far', 'C', 'the', 'T', 'o', 'he', 'M']", + "output": [ + "pmurkyzHallgCofqfarCtheToheM" + ] + }, + { + "id": "openseek-4-2bc5b84ce1794102b64090f713a8433a", + "input": "['but', 'f', 'bewitching', 'e', 'q']", + "output": [ + "butfbewitchingeq" + ] + }, + { + "id": "openseek-4-127155805a004ddfa33fcc4ab2d71edc", + "input": "['c', 'I', 'T', 'in', 'Y', 'J', 'tried', 'g', 'R', 'his', 'i', 's']", + "output": [ + "cITinYJtriedgRhisis" + ] + }, + { + "id": "openseek-4-b4df5d6e61ae47efaabd9d56cf4f396b", + "input": "['L', 'y', 'S', 'E', 'full', 'a', 'N', 'k']", + "output": [ + "LySEfullaNk" + ] + }, + { + "id": "openseek-4-a9414e1d24054b90b57ed9f8252a8014", + "input": "['with', 'q', 'in', 'Z']", + "output": [ + "withqinZ" + ] + }, + { + "id": "openseek-4-c7ec2e7468e04ada8b3cd85d7bee3313", + "input": "['P', 'O', 'K', 'its', 'y']", + "output": [ + "POKitsy" + ] + }, + { + "id": "openseek-4-6dd999daa6524e7f83c893a6fbcecc2a", + "input": "['a', 'Z', 'N', 'to', 'P', 'N']", + "output": [ + "aZNtoPN" + ] + }, + { + "id": "openseek-4-30cd743e746643bab287c35baf9ecfac", + "input": "['m', 'Missouri,', 'l', 'F', 'O', 'the', 'j', 'N', 'you', 'u']", + "output": [ + "mMissouri,lFOthejNyouu" + ] + }, + { + "id": "openseek-4-62d93d841b9f4c7a86129cb7992b242c", + "input": "['R', 'in', 'm', 'U', 'King', 'K', 'only', 'Q']", + "output": [ + "RinmUKingKonlyQ" + ] + }, + { + "id": "openseek-4-b2959a07e3a5447198bee65e72ae896f", + "input": "['O', 'c', 'g', 'report', 'C', 'S', 'E', 'foreign', 'A', 'superior', 'd', 'l']", + "output": [ + "OcgreportCSEforeignAsuperiordl" + ] + }, + { + "id": "openseek-4-9cb65674fab243e58e3456bec1e83c20", + "input": "['g', 'q', 'lives', 'B', 'X', 'K', 'k', 'many', 'B', 'r']", + "output": [ + "gqlivesBXKkmanyBr" + ] + }, + { + "id": "openseek-4-0cf6cf67d69e4233b8c8b41df9e955b3", + "input": "['N', 'upright', 'X', 'that', 'N', 'they', 'F', 't', 'on', 'j', 'u']", + "output": [ + "NuprightXthatNtheyFtonju" + ] + }, + { + "id": "openseek-4-42963cf380434cd7ba32721bbf8c52ee", + "input": "['q', 'a', 'w', 'H']", + "output": [ + "qawH" + ] + }, + { + "id": "openseek-4-9ce648f2fe514116be428ed23ab1c8b4", + "input": "['M', 'was', 'W', 'the', 'x', 'leaves', 'W', 'well-to-do,', 'e', 'feast', 'X']", + "output": [ + "MwasWthexleavesWwell-to-do,efeastX" + ] + }, + { + "id": "openseek-4-2cae850e1b8f422fbd1208659025fa6b", + "input": "['work', 'W', 'L', 'great', 's', 'knife', 'i', 'invaluable', 'U', 'Y']", + "output": [ + "workWLgreatsknifeiinvaluableUY" + ] + }, + { + "id": "openseek-4-96281185c1f94ba9a0fb2da95badec91", + "input": "['A', 'to', 'p', 'pointing.', 'N', 'J', 'and', 'a', 'W', 's']", + "output": [ + "Atoppointing.NJandaWs" + ] + }, + { + "id": "openseek-4-3fea90926ea2435cb2d1f49e88c103a6", + "input": "['bliss;', 'g', 'W', 'g', 'ears,', 'b', 'from', 'p', 'Parsee!', 'J', 'he', 'M', 'by', 'g']", + "output": [ + "bliss;gWgears,bfrompParsee!JheMbyg" + ] + }, + { + "id": "openseek-4-471520341b1c4ddba2335cdf9d7e9ea5", + "input": "['L', 'I', 'R', 'continue', 'b', 'while', 'x', 'bench.', 'J', 'seem', 'o', 'Y', 'x', 'still', 'd']", + "output": [ + "LIRcontinuebwhilexbench.JseemoYxstilld" + ] + }, + { + "id": "openseek-4-97accb9e247a4c19887fef9cf192ad08", + "input": "['h', 'p']", + "output": [ + "hp" + ] + }, + { + "id": "openseek-4-74a73d77c5894aaf9ae37b7b6de7bf14", + "input": "['R', 'C', 'A']", + "output": [ + "RCA" + ] + }, + { + "id": "openseek-4-f77b94de832d44ecbef53c26541653ee", + "input": "['B', 'x']", + "output": [ + "Bx" + ] + }, + { + "id": "openseek-4-b51979c2b6f24ba1bacbd27374ef3a83", + "input": "['Z', 'Yet', 'u', 'J', 'shaded', 'Z', 'place.', 'r', 'our', 'g', 'impossible.', 'w', 'q', 'provincial', 'q']", + "output": [ + "ZYetuJshadedZplace.rourgimpossible.wqprovincialq" + ] + }, + { + "id": "openseek-4-8cb20a6434b94a47ac56bda1469ce3ea", + "input": "['F', 'him', 'g']", + "output": [ + "Fhimg" + ] + }, + { + "id": "openseek-4-6f02704b55d34ee880bc3c4430b98fe4", + "input": "['that', 'S', 'annihilated', 'J']", + "output": [ + "thatSannihilatedJ" + ] + }, + { + "id": "openseek-4-becff0c7e2514d22a91ae5262cb8717e", + "input": "['bounding', 'd', 'by', 'D', 'Z', 'Nineveh,', 'D', 'L']", + "output": [ + "boundingdbyDZNineveh,DL" + ] + }, + { + "id": "openseek-4-c04173e898504aa4871e2af01e06df98", + "input": "['no', 'P', 'little', 'X', 'X', 'same', 'b', 'W', 'desirable', 'R', 'a', 'R']", + "output": [ + "noPlittleXXsamebWdesirableRaR" + ] + }, + { + "id": "openseek-4-95f08d0cde2848d597ff5e9f7558476d", + "input": "['the', 'V', 'b', 'to', 'R', 'f', 'y', 'people9s', 'J', 'B', 'should', 'z']", + "output": [ + "theVbtoRfypeople9sJBshouldz" + ] + }, + { + "id": "openseek-4-e687897f9ebc401492966f22e2a32ff3", + "input": "['him,', 'g', 'S', 'U', 'and', 'j', 'x', 'just', 'g', 'o', 'repeatedly', 's', 'h']", + "output": [ + "him,gSUandjxjustgorepeatedlysh" + ] + }, + { + "id": "openseek-4-58c6c44b3ce84f088c9972b30e55af87", + "input": "['a', 'F', 'm', 'precise', 'A']", + "output": [ + "aFmpreciseA" + ] + }, + { + "id": "openseek-4-9759f3b906de4151915d7f9f96bb6dcd", + "input": "['you', 'Y', 'L', 'a', 'B', 'outer', 'H', 'H', 'P', 'q', 'D']", + "output": [ + "youYLaBouterHHPqD" + ] + }, + { + "id": "openseek-4-e5b7da53b1944ac19187be9279820347", + "input": "['that', 'v', 'D', 'Y', 'and', 'm', 'at', 'c', 'r', 'h']", + "output": [ + "thatvDYandmatcrh" + ] + }, + { + "id": "openseek-4-802f1393d65749868aceca5f64977ffa", + "input": "['there', 'Q', 'accomplish', 'd', 'um,', 'g', 'T', 'felt', 'P', 'Y', 'H', 'y', 'a', 'X', 'g']", + "output": [ + "thereQaccomplishdum,gTfeltPYHyaXg" + ] + }, + { + "id": "openseek-4-bc2d54e553d345109c4fd612221f886a", + "input": "['P', 'dim,', 'I', 'is', 'f']", + "output": [ + "Pdim,Iisf" + ] + }, + { + "id": "openseek-4-146d76bf98514188b804ade68c35dcdb", + "input": "['n', 'are', 'D', 'ere', 'z', 'the', 'N']", + "output": [ + "nareDereztheN" + ] + }, + { + "id": "openseek-4-42aee27df49e45ea867c4b97830c995b", + "input": "['E', 'and', 'd', 'p', 'M', 'hav9n9t', 'G', 'O', 'radiating', 'y', 'O', 'curds', 'K']", + "output": [ + "EanddpMhav9n9tGOradiatingyOcurdsK" + ] + }, + { + "id": "openseek-4-087f3ed0186f4d47bef606d531ef0da1", + "input": "['O', 'c', 'a', 'k', 'that', 'w', 'the', 'S']", + "output": [ + "OcakthatwtheS" + ] + }, + { + "id": "openseek-4-ef64abb3d03047afb66f67124ad404cf", + "input": "['After', 'S', 'and', 'H', 'giving', 'l', 'that', 'D', 'case', 'V']", + "output": [ + "AfterSandHgivinglthatDcaseV" + ] + }, + { + "id": "openseek-4-ab5f090586b946e7b609a36669af77ea", + "input": "['z', 'men?d', 'P', 'X', 'y', 'stand', 'c', 'j', 'real', 't']", + "output": [ + "zmen?dPXystandcjrealt" + ] + }, + { + "id": "openseek-4-76092a5d377b42c5bb4c0720fba26110", + "input": "['object', 'W', 'more', 'X', 'high', 'a', 'ravines.', 'v', 'like', 'u', 'l']", + "output": [ + "objectWmoreXhigharavines.vlikeul" + ] + }, + { + "id": "openseek-4-4cc184e4e2a84476b89e16bb43d3fa1e", + "input": "['lances,', 'O', 'o', 'he', 'g', 'bag;', 'b', 'Greeks', 'n']", + "output": [ + "lances,Oohegbag;bGreeksn" + ] + }, + { + "id": "openseek-4-5183191037144a07aa27cb35524713ef", + "input": "['E', 'Q', 'a', 'd', 'of', 'g', 'O', '_he_.', 'u', 'time', 'O', 'y']", + "output": [ + "EQadofgO_he_.utimeOy" + ] + }, + { + "id": "openseek-4-d26827bd5b884dbebc5c00891dbe1f09", + "input": "['H', 'it', 'o', 'f', 'open', 'c', 'boat,', 'R']", + "output": [ + "Hitofopencboat,R" + ] + }, + { + "id": "openseek-4-721e359a8c6b47fb9a96488398abf4b1", + "input": "['S', 'S']", + "output": [ + "SS" + ] + }, + { + "id": "openseek-4-411de1fcf0f34d7f838935ed5f63257b", + "input": "['Y', 'white', 'e']", + "output": [ + "Ywhitee" + ] + }, + { + "id": "openseek-4-9c1f887118bd411d9065e90fa1640c5d", + "input": "['e', 'cracking', 'n', 'o', 'Q', 'traveller', 'G', 'Z']", + "output": [ + "ecrackingnoQtravellerGZ" + ] + }, + { + "id": "openseek-4-8c79970504944b05bb0622b679a8d70a", + "input": "['a', 'M', 'r', 'ye?', 'B', 'who', 'Y', 'R', 'tantamount', 'e']", + "output": [ + "aMrye?BwhoYRtantamounte" + ] + }, + { + "id": "openseek-4-6f98cadafd3a43c3b7459f5a0bcde552", + "input": "['J', 'try', 'R']", + "output": [ + "JtryR" + ] + }, + { + "id": "openseek-4-44e62e7c0ed540ff9c408442608c30e5", + "input": "['O', 'itself', 'C', 'g', 'G', 'x', 'y', 'Emperors', 'o', 'a', 'D', 'but', 'u']", + "output": [ + "OitselfCgGxyEmperorsoaDbutu" + ] + }, + { + "id": "openseek-4-ab7edaa999394ddb82496316d93c2ef5", + "input": "['or', 'w', 'W', 'in', 'A', 'H', 'his', 'e', 'u', 'R']", + "output": [ + "orwWinAHhiseuR" + ] + }, + { + "id": "openseek-4-f669cbbab4bb436ea024194d3fa490a6", + "input": "['g', 'Z', 'noiseless', 'Q', 'y', 'e']", + "output": [ + "gZnoiselessQye" + ] + }, + { + "id": "openseek-4-6bc2f7f40c794c1fa2c4c42ff678422f", + "input": "['b', 'A', 'to', 'O', 'm', 'k', 'i', 'K', 'an', 'R', 'c', 'H']", + "output": [ + "bAtoOmkiKanRcH" + ] + }, + { + "id": "openseek-4-2ae27229eb144c819e245b3545f96b2a", + "input": "['u', 'cClam', 'y', 'the', 'f', 'and', 'F', 'L', 'whaling', 'a', 'T', 'R', 'and', 'S', 'J']", + "output": [ + "ucClamythefandFLwhalingaTRandSJ" + ] + }, + { + "id": "openseek-4-f6a6286a128c405aa30473dfa1998267", + "input": "['with', 'f', 'substituted.', 'j', 'Feel', 'y', 'all,', 'C', 'mortal', 'f', 'as', 'Q', 'capsized', 'a']", + "output": [ + "withfsubstituted.jFeelyall,CmortalfasQcapsizeda" + ] + }, + { + "id": "openseek-4-ebe9eb1a32b249d7bc27f3a0db3a87b8", + "input": "['X', 'G']", + "output": [ + "XG" + ] + }, + { + "id": "openseek-4-0892e1fdfab345138a8e7a9f9bf75dcb", + "input": "['prolonged', 'r', 'K', 'but', 'P', 'near', 'u', 'O', 'j', 'follow', 'N', 'not', 'I', 'more', 'I', 'S']", + "output": [ + "prolongedrKbutPnearuOjfollowNnotImoreIS" + ] + }, + { + "id": "openseek-4-15b65cc0a07e45469f754b7c229d02f9", + "input": "['to', 'r', 'H', 'neither', 'z', 'y', 'J', 'Z', 'beneath', 'l', 'spoutings', 'Y']", + "output": [ + "torHneitherzyJZbeneathlspoutingsY" + ] + }, + { + "id": "openseek-4-0e608840b68a4d2593d1b65fb016299e", + "input": "['and', 'g', 'p', 'the', 'Z', 'a-rush', 'c', 'of', 'W', 'h', 'Hurrah!', 'W']", + "output": [ + "andgptheZa-rushcofWhHurrah!W" + ] + }, + { + "id": "openseek-4-e3a832b3f5644dd3a2bf9a215acbe205", + "input": "['k', 'I', 'm', 'certainly', 'o', 'would', 'E', 'u']", + "output": [ + "kImcertainlyowouldEu" + ] + }, + { + "id": "openseek-4-55702d365ed84cc3bb14972802114b96", + "input": "['if', 'd', 'H', 'v', 'T', 'y', 'a', 'has', 'A', 'H', 'k', 'L']", + "output": [ + "ifdHvTyahasAHkL" + ] + }, + { + "id": "openseek-4-a97c90842b7047d0a32255e2920ea170", + "input": "['same', 'f', 'i', 'n', 'Z']", + "output": [ + "samefinZ" + ] + }, + { + "id": "openseek-4-3b6b56a1458941d8ad4da2987e3897af", + "input": "['n', 'i', 'Y', 'than', 'm', 'was', 'o', 'that', 'e', 'embalmed', 'y', 'E', 'look,', 'h']", + "output": [ + "niYthanmwasothateembalmedyElook,h" + ] + }, + { + "id": "openseek-4-841565066d644c4f97416ba5d26067e5", + "input": "['i', 'with', 'F', 'asses9', 'U', 'The', 'T', 'g', 'f', 'cHe9s', 'N']", + "output": [ + "iwithFasses9UTheTgfcHe9sN" + ] + }, + { + "id": "openseek-4-33f4ff08d1af4cb7afe1571d8fac4a58", + "input": "['noon', 'u', 'i', 'R', 'that', 'T', 'to', 'V', 'l', 'J', 'm', 'climbs', 'x']", + "output": [ + "noonuiRthatTtoVlJmclimbsx" + ] + }, + { + "id": "openseek-4-3d4c318dff814772ae96de4021a2bbc9", + "input": "['G', 'Emperors', 'U', 'U', 'present', 'w', 'cIt', 'B', 'round', 'o', 'H', 'whole', 'o', 'q', 'have', 'P']", + "output": [ + "GEmperorsUUpresentwcItBroundoHwholeoqhaveP" + ] + }, + { + "id": "openseek-4-f06cc980c03a435bb3be01a447f02478", + "input": "['G', 'W', 'R']", + "output": [ + "GWR" + ] + }, + { + "id": "openseek-4-d69c5d8e4eb346e19c17653c4ffb8a57", + "input": "['R', 'But', 'D', 'd']", + "output": [ + "RButDd" + ] + }, + { + "id": "openseek-4-866a4bed936e42aaa2643869b1a25f8d", + "input": "['T', '_me_,', 'C', 's', 'X', 'not', 'U', 'U', 'land', 'V', 'after', 'P']", + "output": [ + "T_me_,CsXnotUUlandVafterP" + ] + }, + { + "id": "openseek-4-3bd71182e8104be49155b1b27f82c361", + "input": "['A', 'l', 'joints', 'd', 'the', 'n', 's', 'o', 'jumped', 'o']", + "output": [ + "Aljointsdthensojumpedo" + ] + }, + { + "id": "openseek-4-a364d658dee54451b9f09e1c6f482ffc", + "input": "['was', 'E', 'Carthage;4the', 'V', 'nigh', 'D', 'Such,', 'r', 'had.', 'c', 'that', 'q', 'c', 'originally', 'b', 'man9s', 'B']", + "output": [ + "wasECarthage;4theVnighDSuch,rhad.cthatqcoriginallybman9sB" + ] + }, + { + "id": "openseek-4-48c03b2aaf634ad4b4dd78b70d2582fe", + "input": "['Erie', 'e', 'you', 'C', 'P', 'q']", + "output": [ + "ErieeyouCPq" + ] + }, + { + "id": "openseek-4-46e7abdab2c541caa25ff8c16cc9e6ac", + "input": "['T', 'i']", + "output": [ + "Ti" + ] + }, + { + "id": "openseek-4-ae0af16ede75463ebbf5825f9e2db6a8", + "input": "['m', 'possible', 'h', 'z', 'g', 'or', 'J', 'I']", + "output": [ + "mpossiblehzgorJI" + ] + }, + { + "id": "openseek-4-2ba712a24d634163a6f17a8121d0a832", + "input": "['of', 'j', 'H', 'may', 'H', 'T', 'a', 'x', 'D']", + "output": [ + "ofjHmayHTaxD" + ] + }, + { + "id": "openseek-4-c89d4025d9f947ffa52d439c05f82ef2", + "input": "['g', 'manned', 'w', 'and', 'H', 'g', 'intimate', 'N', 'K', 'g', 'see', 'd', 'l', 'p']", + "output": [ + "gmannedwandHgintimateNKgseedlp" + ] + }, + { + "id": "openseek-4-651bf8ccbd6847e090b499faee680797", + "input": "['price,', 'T', 'j', 'of', 'N']", + "output": [ + "price,TjofN" + ] + }, + { + "id": "openseek-4-adc9c138fce14316a853ae119690b6ec", + "input": "['just', 'L', 'filed', 'k']", + "output": [ + "justLfiledk" + ] + }, + { + "id": "openseek-4-081c1d6d3adf4e09963fb1056968cc38", + "input": "['S', 'R', 'O', 'D', 'C', 'too', 'W', 'I', 'g', 'd']", + "output": [ + "SRODCtooWIgd" + ] + }, + { + "id": "openseek-4-d174d86924234ea0ab68745e2ff61876", + "input": "['I', 'h', 'containing', 's', 'livelong', 'G', 'J', 'to', 'C', 'P', 'from', 'A', 'H', 'of', 'Z']", + "output": [ + "IhcontainingslivelongGJtoCPfromAHofZ" + ] + }, + { + "id": "openseek-4-edacdc5639704778aa2f643c20651169", + "input": "['u', 'd']", + "output": [ + "ud" + ] + }, + { + "id": "openseek-4-8580b6311344400c990778e01be7c6a1", + "input": "['g', 'b', 'where', 'r', 'e', 'Thou9st', 'T']", + "output": [ + "gbwherereThou9stT" + ] + }, + { + "id": "openseek-4-92d4f2f9481643419c0b7ebb60367673", + "input": "['That', 'h', 'F', 'u']", + "output": [ + "ThathFu" + ] + }, + { + "id": "openseek-4-37c16582bc2d4b4c97db3ff188b3191a", + "input": "['O', 'T', 'Snatching', 'i', 'in', 'U']", + "output": [ + "OTSnatchingiinU" + ] + }, + { + "id": "openseek-4-909938be4b394267817100ea980fbdb6", + "input": "['G', 'B', 'was', 'O', 'What', 'Z', 'For', 'M', 'i', 'L', 'of', 'f']", + "output": [ + "GBwasOWhatZForMiLoff" + ] + }, + { + "id": "openseek-4-1241f2b288a648cb85bf5d07514fccbb", + "input": "['I', 'Dick', 'n', 'g', 'proud', 'f', 'dropping', 'b', 'b', 'let', 'r', 'N']", + "output": [ + "IDickngproudfdroppingbbletrN" + ] + }, + { + "id": "openseek-4-746eae97501d4929a357be378ae2c5ab", + "input": "['K', 'of', 't', 'Joppa,', 'i', 'y', 'cherished', 'S', 'W', 'o', 'h', 'b']", + "output": [ + "KoftJoppa,iycherishedSWohb" + ] + }, + { + "id": "openseek-4-129c146b5d2448b887f24c57d9e678ee", + "input": "['whale-ship', 'G', 'j']", + "output": [ + "whale-shipGj" + ] + }, + { + "id": "openseek-4-0ce24badab53420ab2c3b8430e12d852", + "input": "['were', 'v', 'crew', 's', 'vapory', 'k', 'a', 'V', 'Y', 'H', 'and', 'm', 'whale-pike,', 'Z', 'action', 'A']", + "output": [ + "werevcrewsvaporykaVYHandmwhale-pike,ZactionA" + ] + }, + { + "id": "openseek-4-8e8d708775e544c5b045dbcd1e722fff", + "input": "['cried', 'H', 'E', 'Z', 'R', 'p', 'while', 'x', 'plainly', 'T', 'y', 'N']", + "output": [ + "criedHEZRpwhilexplainlyTyN" + ] + }, + { + "id": "openseek-4-c996339588a14286bfa716606b032718", + "input": "['O', 'the', 'm', 'forwards,', 'F', 'old', 'O', 'but', 'e', 'I', 'at', 's', 'there!', 'M', 'u', 'K']", + "output": [ + "Othemforwards,FoldObuteIatsthere!MuK" + ] + }, + { + "id": "openseek-4-d8d9d56de5de438da42b8e9f5337c3be", + "input": "['A', 'that', 'T', 'resolved', 'V', 'lowest', 'z', 'It', 'c']", + "output": [ + "AthatTresolvedVlowestzItc" + ] + }, + { + "id": "openseek-4-acbf137c62c24448bed837cc540f03c2", + "input": "['and', 'O', 'using', 'h']", + "output": [ + "andOusingh" + ] + }, + { + "id": "openseek-4-9260c82e042a4f368175d1136dc59a29", + "input": "['treasures', 'W', 'z', 'well', 'T', 'a', 'd', 'old', 'K', 'v', 'H']", + "output": [ + "treasuresWzwellTadoldKvH" + ] + }, + { + "id": "openseek-4-3e682adbc8914aec86c863c18ed875dc", + "input": "['in', 'm', 'P', 'L', 'Y', 'o', 'i', 'X', 'all', 'p', 'the', 'W']", + "output": [ + "inmPLYoiXallptheW" + ] + }, + { + "id": "openseek-4-1ff5f7b261e9498f9a96a8c65084b299", + "input": "['so', 'w', 'W']", + "output": [ + "sowW" + ] + }, + { + "id": "openseek-4-0d32b3fc63ef41bda373b083f587af72", + "input": "['B', 'of', 'd', 'm', 'the', 'z']", + "output": [ + "Bofdmthez" + ] + }, + { + "id": "openseek-4-52becfd346724e6cbc0e0e6414b2f2f1", + "input": "['H', 'was', 'E', 'h', 'r']", + "output": [ + "HwasEhr" + ] + }, + { + "id": "openseek-4-813e2d71bc2d4dce8c0841471ccca229", + "input": "['F', 'B', 'J', 'Y', 'Q', 'all', 'r', 'In', 'E', 'y', 'catches', 'O', 'of', 'P']", + "output": [ + "FBJYQallrInEycatchesOofP" + ] + }, + { + "id": "openseek-4-ecea39b74f9949e29c267b4f77991f67", + "input": "['great', 'T', 'Stubb,', 'm', 'w', 'P', 'H', 'along', 'c']", + "output": [ + "greatTStubb,mwPHalongc" + ] + }, + { + "id": "openseek-4-98ca48a93ede41f683b05df2972736cc", + "input": "['play.', 'H', 'm', 'was', 'd', 'hard;', 'Z', 'R', 'whale9s', 'W', 'darkly', 'D']", + "output": [ + "play.Hmwasdhard;ZRwhale9sWdarklyD" + ] + }, + { + "id": "openseek-4-b0e1aeedf4a14b8f99d114b01fe5b133", + "input": "['f', 'comprised', 'k', 'published', 'N', 'of', 'O', 'a', 'carving-knives', 'L', 'dandies', 'y', 't']", + "output": [ + "fcomprisedkpublishedNofOacarving-knivesLdandiesyt" + ] + }, + { + "id": "openseek-4-3671cf525f114de0a7762199c71244d6", + "input": "['suspect', 'c', 'they', 'P']", + "output": [ + "suspectctheyP" + ] + }, + { + "id": "openseek-4-aecb2537a8dd49bab5d41a430924615a", + "input": "['w', 'Y', 't', 'harpoon;', 'D', 'his', 'W', 'B', 'however', 's']", + "output": [ + "wYtharpoon;DhisWBhowevers" + ] + }, + { + "id": "openseek-4-b6fdba7dcc21403ba9beb526b4543d82", + "input": "['again,', 'x', 'by', 'X', 'eyeing', 'V', 'faint', 'B', 'h', 'j', 'be', 'o']", + "output": [ + "again,xbyXeyeingVfaintBhjbeo" + ] + }, + { + "id": "openseek-4-16b75a5aaa41496eac5a4f54403df097", + "input": "['course', 'p', 'j']", + "output": [ + "coursepj" + ] + }, + { + "id": "openseek-4-523f7034dc554f6aa103c1111518c1a6", + "input": "['cLook', 'V', 'dispersed', 'S', 'u', 'u', 'n', 'g', 'miracle', 'c']", + "output": [ + "cLookVdispersedSuungmiraclec" + ] + }, + { + "id": "openseek-4-ebbd6e8805c74af0a0593fdb7075c5f2", + "input": "['of', 'c', 'Y', 'u']", + "output": [ + "ofcYu" + ] + }, + { + "id": "openseek-4-e0874e6dc3fc4e75b9daff5932b641c6", + "input": "['quite', 'o', 'i', 'his', 'v', 'b', 'a', 'e', 'jagged', 'B', 'velocity,', 'l', 'heads,', 'T', 'and', 'U']", + "output": [ + "quiteoihisvbaejaggedBvelocity,lheads,TandU" + ] + }, + { + "id": "openseek-4-c6bd3cd8961246e8872cbaf1cf80a84e", + "input": "['stalked', 'Y', 'T', 'P', 'man', 'Q', 'among', 'c', 'V', 'n', 'K', 'M', 'z']", + "output": [ + "stalkedYTPmanQamongcVnKMz" + ] + }, + { + "id": "openseek-4-6034173235b5451ea5958bec171125ba", + "input": "['tent', 'r', 'f', 'Oaths', 'J']", + "output": [ + "tentrfOathsJ" + ] + }, + { + "id": "openseek-4-e77b70cde9044181b6bb2120f9f8436e", + "input": "['a', 'r', 'certain', 'h', 'withdrawn', 'L', 'b', 'G', 'q']", + "output": [ + "arcertainhwithdrawnLbGq" + ] + }, + { + "id": "openseek-4-5673be6bc847402a86f24a0e291d8e4e", + "input": "['h', 'j', 'H', 'the', 'p', 'N']", + "output": [ + "hjHthepN" + ] + }, + { + "id": "openseek-4-8b5677365ef440a685805c76cbdd85d7", + "input": "['first', 'L', 'q', 'others', 'i', 'z', 'P', 'h', 'rocking', 'N', 'd', 'a', 'G']", + "output": [ + "firstLqothersizPhrockingNdaG" + ] + }, + { + "id": "openseek-4-1841f754adac407da142ec5f90a8bded", + "input": "['e', 'in!', 'a', 'M', 'w', 'a', 'S', 'k', 'T', 'W', 'foiled', 'R']", + "output": [ + "ein!aMwaSkTWfoiledR" + ] + }, + { + "id": "openseek-4-cbab1dbfdf0b4310b0abe96ef25a41dd", + "input": "['R', 'person9s', 'N', 'the', 's', 'you', 'f', 'they', 'q', 'of', 'r', 'Z', 'w', 'Red-Men,', 'Y', 'aft,', 'P']", + "output": [ + "Rperson9sNthesyouftheyqofrZwRed-Men,Yaft,P" + ] + }, + { + "id": "openseek-4-0ff5cc2557b14a6ea847e1b14d1c069b", + "input": "['t', 'd', 'outline', 'y', 'm', 'N', 'E', 'head', 'n', 'H']", + "output": [ + "tdoutlineymNEheadnH" + ] + }, + { + "id": "openseek-4-a8a04eda94294d079a28641c5643dce9", + "input": "['an', 'g', 'have', 'O', 'g', 'i', 's', 'hands.', 'k', 'w', 'of', 'd', 'P', 'A']", + "output": [ + "anghaveOgishands.kwofdPA" + ] + }, + { + "id": "openseek-4-54a6a772d86c4a158f288f56fa442b6c", + "input": "['U', 'u', 't', 'other', 'T', 'to', 's', 'a']", + "output": [ + "UutotherTtosa" + ] + }, + { + "id": "openseek-4-1b028a65de2e49668e3f1124147375f4", + "input": "['vast', 'f', 'he', 'q', 'T', 'alike', 'M', 'Harpoons,d', 'T', 'F']", + "output": [ + "vastfheqTalikeMHarpoons,dTF" + ] + }, + { + "id": "openseek-4-f64cb57d3f1a4059b1669fd69a433c9e", + "input": "['k', 'I', 'an', 'z', 'I', 'b', 't', 'vessels,', 'z', 'D', 'entangled', 'X']", + "output": [ + "kIanzIbtvessels,zDentangledX" + ] + }, + { + "id": "openseek-4-4815709a703848a7a8fcef4dbadc7ca1", + "input": "['H', 'R', 'halloa,', 'G', 'cwhale', 'y', 'harpooneer', 'x', 'finished', 'r', 'N', 'not', 'q', 'word', 'H', 'my', 'f']", + "output": [ + "HRhalloa,GcwhaleyharpooneerxfinishedrNnotqwordHmyf" + ] + }, + { + "id": "openseek-4-e39a33435bf44a15b929fd84ac01d624", + "input": "['n', 'of', 'X', 'K']", + "output": [ + "nofXK" + ] + }, + { + "id": "openseek-4-af6e9690acc5472d912008d74a2db294", + "input": "['boats,', 'z', 'standing', 's', 't', 'f']", + "output": [ + "boats,zstandingstf" + ] + }, + { + "id": "openseek-4-a21c5bf721014f63a79f19f19f3415de", + "input": "['o', 'the', 'l', 'important', 'x', 'Y', 'altogether', 'z', 'B', 'C', 'of', 'U', 'R']", + "output": [ + "othelimportantxYaltogetherzBCofUR" + ] + }, + { + "id": "openseek-4-c455bc0a28fa494fafe33c910d580412", + "input": "['Z', 's', 'ends', 'R', 'the', 'v', 'w', 'b', 'it', 'm']", + "output": [ + "ZsendsRthevwbitm" + ] + }, + { + "id": "openseek-4-c2b000ca233e4dcfad0aff7ee2a96c4b", + "input": "['Q', 'cursing,', 'q', 'broad-brim', 'X', 'of', 'C', 'd', 'D', 'H', 'M', 'no', 'l']", + "output": [ + "Qcursing,qbroad-brimXofCdDHMnol" + ] + }, + { + "id": "openseek-4-6104c4f79b1249f597822a4db5cb833f", + "input": "['sometimes', 'z', 'd', 'P', 'a', 'which', 'h', 'is', 'Y', 'elucidated.', 'm', 'indifference', 'Q', 'the', 'u']", + "output": [ + "sometimeszdPawhichhisYelucidated.mindifferenceQtheu" + ] + }, + { + "id": "openseek-4-9dc0a3f0bf774effb9da1d3d5bbcba08", + "input": "['sometimes', 'm', 'sailors,', 'z', 'of', 'h', 'this', 'j', 'full', 'r', 'E', 'X', 'J', 'earth', 'z', 'Jones,', 'e']", + "output": [ + "sometimesmsailors,zofhthisjfullrEXJearthzJones,e" + ] + }, + { + "id": "openseek-4-ad333d703b21483aa4aa0b3e9b94379c", + "input": "['as', 'k', 'W', 'some', 'S', 'apprehensions,', 'd', 'unfaltering', 'u', 'f']", + "output": [ + "askWsomeSapprehensions,dunfalteringuf" + ] + }, + { + "id": "openseek-4-5eb7f13234c14e0cadb11dfb2827a659", + "input": "['small', 'b', 'I', 'mask.', 'G']", + "output": [ + "smallbImask.G" + ] + }, + { + "id": "openseek-4-5f2d42abdbb94ffcb66f1cbc531b9a4e", + "input": "['become', 'p', 'm', 'if', 'w', 'rolling', 'R', 'T', 'E', 'A', 'z', 'y', 'I']", + "output": [ + "becomepmifwrollingRTEAzyI" + ] + }, + { + "id": "openseek-4-7438e0d198ba40e3a20c2707f756bd27", + "input": "['his', 'A', 'Who,', 'G']", + "output": [ + "hisAWho,G" + ] + }, + { + "id": "openseek-4-0d7dd373566b4788842211e167345696", + "input": "['among', 'Z', 'Q', 'minds,', 'k', 'her,', 'T', 'D', 'O', 'so', 'c', 'L', 'having', 'X', 'before', 'l']", + "output": [ + "amongZQminds,kher,TDOsocLhavingXbeforel" + ] + }, + { + "id": "openseek-4-b23709257d4143d0a84a7b360df06cb7", + "input": "['M', 'E', 'and', 'i']", + "output": [ + "MEandi" + ] + }, + { + "id": "openseek-4-1dfab5ffc7354339a46924ead987455a", + "input": "['two', 'o', 'the', 'Y', 'L', 'W', 'B', 'they', 'e', 'J', 'account', 'x', 'o', 'd']", + "output": [ + "twootheYLWBtheyeJaccountxod" + ] + }, + { + "id": "openseek-4-28800cd0bfc245119179fab454ad81e8", + "input": "['P', 'in', 'X', 'as', 'Q', 'k', 'k', 'Y']", + "output": [ + "PinXasQkkY" + ] + }, + { + "id": "openseek-4-eb869c3245814345ae49b1eee96546fb", + "input": "['J', 'k', 'P', 'm', 'ship9s', 'Y', 'Dr.', 'Q', 'm', 'to', 'e', 'R', 'G']", + "output": [ + "JkPmship9sYDr.QmtoeRG" + ] + }, + { + "id": "openseek-4-b65d8d0f37df4ea48f5dcb7baddd8548", + "input": "['fair', 'h', 'according', 'M', 'ivory', 'a', 'G', 'perils', 'g', 'J']", + "output": [ + "fairhaccordingMivoryaGperilsgJ" + ] + }, + { + "id": "openseek-4-703b9d7ecf4b452f965b68df2391d121", + "input": "['young', 'B', 'T', 'short', 'E', 'disturbing', 'a', 'Q', 'while', 'w', 'i', 'B']", + "output": [ + "youngBTshortEdisturbingaQwhilewiB" + ] + }, + { + "id": "openseek-4-b58bb6a9b88e470a8daeb737b5eb898d", + "input": "['at', 'C', 'forehead', 'K', 'Indian', 'X', 'themselves', 'i', 'considerations;', 'D', 'the', 'X', 'x', 'F']", + "output": [ + "atCforeheadKIndianXthemselvesiconsiderations;DtheXxF" + ] + }, + { + "id": "openseek-4-5d2e26e530004c4aa79d7cff083e5861", + "input": "['B', 'insult', 'n', 'a', 'a']", + "output": [ + "Binsultnaa" + ] + }, + { + "id": "openseek-4-251fd4cbab90409480db79534ea75017", + "input": "['of', 'K', 'C', 'a', 'U', 'r', 'strawberries.', 'Y', 'eight', 'j', 'm', 'j', 'N', 'humility,', 'h']", + "output": [ + "ofKCaUrstrawberries.YeightjmjNhumility,h" + ] + }, + { + "id": "openseek-4-30cba72a490e491ab115e8f908e54d3d", + "input": "['R', 'O', 'flying', 'm', 'Back', 'n', 'cbut', 'n', 'G', 'as', 'x', 'D']", + "output": [ + "ROflyingmBackncbutnGasxD" + ] + }, + { + "id": "openseek-4-0569142e1ebe4462a1dfc5ea9a6302b2", + "input": "['d', 'and', 'k', 'true?', 'P', 'ruminating', 'G', 'the', 's']", + "output": [ + "dandktrue?PruminatingGthes" + ] + }, + { + "id": "openseek-4-46b6fe0a8774408bab143a11b58fddc9", + "input": "['P', 'the', 'W', 'D', 'm', 'skeleton', 'W', 'craft.', 'd', 'obtain', 'X', 'T', 'Y']", + "output": [ + "PtheWDmskeletonWcraft.dobtainXTY" + ] + }, + { + "id": "openseek-4-e08140b400d4423996a6c4bbcf718129", + "input": "['c', 'D', 'continents', 'h', 'greater', 'l', 'bulwarks.', 'I', 'c', 'day', 'l', 'p']", + "output": [ + "cDcontinentshgreaterlbulwarks.Icdaylp" + ] + }, + { + "id": "openseek-4-77fef0a4f30a4a418ef87b192582422a", + "input": "['x', 'J', 'G', 'or', 's', 'X', 'j', 'j', 'beings.', 'j']", + "output": [ + "xJGorsXjjbeings.j" + ] + }, + { + "id": "openseek-4-fb2e5d0d9c5041d596dcb101ee0ad5e5", + "input": "['of', 'X', 'once;4seen', 'V', 'that', 't', 'N']", + "output": [ + "ofXonce;4seenVthattN" + ] + }, + { + "id": "openseek-4-5c310bd370c5419cb816ce7afef9551f", + "input": "['follows', 'S', 'L', 'L', 'along', 'z', 'r', 'W', 'Z']", + "output": [ + "followsSLLalongzrWZ" + ] + }, + { + "id": "openseek-4-0aa110760a934f5e9669ec8a62934bf7", + "input": "['had', 'D', 'x', 'a']", + "output": [ + "hadDxa" + ] + }, + { + "id": "openseek-4-a456fc6ad7854374aea8b1788c91a76b", + "input": "['a', 'g', 'P', 'p', 'B', 'lid;', 'Z', 'the', 'N', 'I', 'us,', 'v', 'stand', 'v', 'denominated', 'c']", + "output": [ + "agPpBlid;ZtheNIus,vstandvdenominatedc" + ] + }, + { + "id": "openseek-4-e30833a9a8b542ff9aa14cb834b5faf0", + "input": "['common', 'm', 'g', 'know', 'C', 'Z', 'M', 'dromedary', 'z', 'food', 'E', 'high', 'a', 'Z', 'the', 'Q']", + "output": [ + "commonmgknowCZMdromedaryzfoodEhighaZtheQ" + ] + }, + { + "id": "openseek-4-184db16e0c384741bb29f399ef18bfb7", + "input": "['savages', 'G', 'it', 'x', 'was', 'I']", + "output": [ + "savagesGitxwasI" + ] + }, + { + "id": "openseek-4-5a50bf8ecaad4dfaa3bcfdd335e374ef", + "input": "['bone;', 'H', 'in', 'w', 'of', 'E', 'shoes', 'R']", + "output": [ + "bone;HinwofEshoesR" + ] + }, + { + "id": "openseek-4-0d864de2a5da42e1a2f8ff8c290d3962", + "input": "['his', 'I', 'never', 'U', 'n']", + "output": [ + "hisIneverUn" + ] + }, + { + "id": "openseek-4-171beb2b24d1450698fdbb4225cd703d", + "input": "['g', 'e']", + "output": [ + "ge" + ] + }, + { + "id": "openseek-4-a886d0e05dd84f0e9e4c0d7fa275cdc3", + "input": "['to', 'Q', 'the', 'm', 'U', 'Solomon,', 'T', 'p', 'Captain?d4glancing', 'J', 'me,', 'C', 'whale-boat', 'T']", + "output": [ + "toQthemUSolomon,TpCaptain?d4glancingJme,Cwhale-boatT" + ] + }, + { + "id": "openseek-4-c74eb1540c6a42f48715a805b57d48d4", + "input": "['one', 'V', 'branches,', 'u']", + "output": [ + "oneVbranches,u" + ] + }, + { + "id": "openseek-4-877856dd55fd4b568849739006cf50bc", + "input": "['g', 'even', 'f', 'T', 'at', 'n', 'd', 'is', 'j']", + "output": [ + "gevenfTatndisj" + ] + }, + { + "id": "openseek-4-f90c0cdf52b94d60ae04f7147f0a5629", + "input": "['K', 'far', 'r', 'muscles', 's', 'been', 'M', 'k', 'till', 'n']", + "output": [ + "KfarrmusclessbeenMktilln" + ] + }, + { + "id": "openseek-4-4df5752308324b91aec29376dd211883", + "input": "['that', 'W', 'j', 'g', 'c', 'S', 'r', 'X']", + "output": [ + "thatWjgcSrX" + ] + }, + { + "id": "openseek-4-b7a6270beaf74c4ea1fbd796bedb3575", + "input": "['U', 'bones', 'Z', 'Ahab;', 'U', 'from', 'O', 'Q', 'c', 'z', 'I', 't', 'coils', 'L']", + "output": [ + "UbonesZAhab;UfromOQczItcoilsL" + ] + }, + { + "id": "openseek-4-f76fd998beca409fb0c41a55c997134a", + "input": "['B', 'V', 'P', 'men', 'M', 'capstan;', 'x', 'anybody', 'O', 'strong,', 's']", + "output": [ + "BVPmenMcapstan;xanybodyOstrong,s" + ] + }, + { + "id": "openseek-4-c05f121f17164cae817d0a2012fd06e4", + "input": "['z', 'Q', 'g', 'all', 'H', 'accident', 'B']", + "output": [ + "zQgallHaccidentB" + ] + }, + { + "id": "openseek-4-47d1d91bdfb4469c9c49b93ae5471c87", + "input": "['e', 'N', 'Q', 'r', 'K', 'carpenter9s', 's', 'On', 'Z', 'Y', 'x']", + "output": [ + "eNQrKcarpenter9ssOnZYx" + ] + }, + { + "id": "openseek-4-979fb2ec76f54a7391bc9643381a6078", + "input": "['R', 's']", + "output": [ + "Rs" + ] + }, + { + "id": "openseek-4-041382bc68144091ac6d58e3cfebc33e", + "input": "['t', 'well', 'L', 'a', 't', 'was', 'l', 'e', 'D', 'though', 'z']", + "output": [ + "twellLatwasleDthoughz" + ] + }, + { + "id": "openseek-4-13040ef5657a4807b2e2112ba47fa7bb", + "input": "['E', 'up', 'X']", + "output": [ + "EupX" + ] + }, + { + "id": "openseek-4-dbc876aaed6c497d89a072765b50fbbe", + "input": "['even', 't', 'z', 'Birmah,', 'g', 'B', 'j', 'in', 'L', 'Z', 'personally', 'X', 'I', 'g']", + "output": [ + "eventzBirmah,gBjinLZpersonallyXIg" + ] + }, + { + "id": "openseek-4-98223714a5e74a1bbf3400f0e62da59c", + "input": "['heaved', 'm', 'P', 'Z', 'only', 'O']", + "output": [ + "heavedmPZonlyO" + ] + }, + { + "id": "openseek-4-44e9106e49be4b41b3645dc7b6237829", + "input": "['fellow', 'n', 'r', 'especially', 'l', 'ye,', 'f', 'the', 'N', 'exactly', 'x', 'down', 'E', 'W', 'T']", + "output": [ + "fellownrespeciallylye,ftheNexactlyxdownEWT" + ] + }, + { + "id": "openseek-4-f36f5c3ce2e94e85acbf0355b78d4a81", + "input": "['same', 'G', 'in', 'm', 'q', 'A', 'Harpooneer.', 'C', 'is', 'r', 'p', 't']", + "output": [ + "sameGinmqAHarpooneer.Cisrpt" + ] + }, + { + "id": "openseek-4-bb16286b910048dc9b807ef2aae3539d", + "input": "['I', 'L', 'V', 'C', 'a', 'p']", + "output": [ + "ILVCap" + ] + }, + { + "id": "openseek-4-db08eaea36f740b688afdf2e0080da37", + "input": "['C', 'him,', 'A']", + "output": [ + "Chim,A" + ] + }, + { + "id": "openseek-4-fcaa0836e1f54bd99cc57a8fbf291cf2", + "input": "['p', 'R', 'N', 'the', 'f', 'f', 'J', 'u', 's']", + "output": [ + "pRNtheffJus" + ] + }, + { + "id": "openseek-4-ebb1e6e6b2d84f14a8cd675c40f5c377", + "input": "['c', 'a']", + "output": [ + "ca" + ] + }, + { + "id": "openseek-4-af9f79e1af9b4e428fe1f6fa91f6d7bb", + "input": "['supper', 'l', 'b', 'fly', 'o', 'g', 'cstand', 'u', 'H', 'that', 'I', 'spray', 'C']", + "output": [ + "supperlbflyogcstanduHthatIsprayC" + ] + }, + { + "id": "openseek-4-d90696fd87ab484d9340ecee0f73e556", + "input": "['j', 'also', 'i', 'o']", + "output": [ + "jalsoio" + ] + }, + { + "id": "openseek-4-2bc0efff488140d5869ecf3c94e8332a", + "input": "['p', 'J', 'D']", + "output": [ + "pJD" + ] + }, + { + "id": "openseek-4-c547d83436924d2a9a9c10955248077c", + "input": "['s', 'been', 'f', 'q', 'e']", + "output": [ + "sbeenfqe" + ] + }, + { + "id": "openseek-4-baf7510007c846cf985804a3f61ebdd7", + "input": "['N', 'he', 'J', 'J']", + "output": [ + "NheJJ" + ] + }, + { + "id": "openseek-4-4ca41afc107442bfb335c8a54741d4d8", + "input": "['and', 'c', 'W']", + "output": [ + "andcW" + ] + }, + { + "id": "openseek-4-f9114026fab34d918ffb818a44fde107", + "input": "['v', 'h', 'I', 'lives', 'b', 'S', 'r']", + "output": [ + "vhIlivesbSr" + ] + }, + { + "id": "openseek-4-84ddccd046524a36b323b57de52493b7", + "input": "['parts', 'N', 'Queequeg', 'a', 'w', 'might', 'J', 'yet', 'S', 'I', 'B', 'v']", + "output": [ + "partsNQueequegawmightJyetSIBv" + ] + }, + { + "id": "openseek-4-c1d8b863ae224958b942667d573968bb", + "input": "['w', 'i', 'because', 'w', 'at', 'X', 'L', 'the', 's']", + "output": [ + "wibecausewatXLthes" + ] + }, + { + "id": "openseek-4-7ea3ae77fde34535bea9ca89fd00ec5e", + "input": "['I', 'a', 'in', 'n', 'fate', 'F', 'L', 'p', 'w', 'and', 'T', 'o', 'u']", + "output": [ + "IainnfateFLpwandTou" + ] + }, + { + "id": "openseek-4-cd45c4a2863c4d62ae5bb83f4b07f2fd", + "input": "['crawl', 'S', 'e', 'convinced', 't', 'with', 'k', 'if', 'y', 'o', 'l']", + "output": [ + "crawlSeconvincedtwithkifyol" + ] + }, + { + "id": "openseek-4-e3d6701a349042b8a30032a08b65fa9a", + "input": "['that', 'x', 'v', 'E', 'Q', 'all', 'J']", + "output": [ + "thatxvEQallJ" + ] + }, + { + "id": "openseek-4-6907c6ad31b74dc1893672a20b2c8de7", + "input": "['r', 'y', 'then', 'M', 'D', 'a', 'j', 'for', 'B', 'the', 'S', 'g', 'T']", + "output": [ + "rythenMDajforBtheSgT" + ] + }, + { + "id": "openseek-4-576ba15fda6246d1af09cafd8b84d525", + "input": "['and', 'N', 'S']", + "output": [ + "andNS" + ] + }, + { + "id": "openseek-4-04803b6d5f1f4f85b0b7f07108ce4dfe", + "input": "['he', 'q', 'P', 'E', 'perfectly', 'e', 'as', 'z', 'when', 'o']", + "output": [ + "heqPEperfectlyeaszwheno" + ] + }, + { + "id": "openseek-4-b4e22cf80b8444598f7291b0b1554f1d", + "input": "['canvas,', 'W', 'c', 'I', 'k', 'N', 'Q', 'S', 'saw', 'j', 'B', 'g']", + "output": [ + "canvas,WcIkNQSsawjBg" + ] + }, + { + "id": "openseek-4-d0b3fef1a37e40e98f5e924e37237c2f", + "input": "['a', 'i', 'Z', 'x', 'that', 'B', 'z', 'of', 'q', 'k', 'announced', 'x', 'Boat', 'z', 'm']", + "output": [ + "aiZxthatBzofqkannouncedxBoatzm" + ] + }, + { + "id": "openseek-4-40e73fffae95479c9c0ba72e3e655d79", + "input": "['v', 'F', 'more', 'U', 'ice-house,', 'O', 'a', 'Z', 'then', 'T', 'Q', 'r']", + "output": [ + "vFmoreUice-house,OaZthenTQr" + ] + }, + { + "id": "openseek-4-5cbbf5f506f242b99b125dd5828fe5ba", + "input": "['him', 'r', 'The', 's']", + "output": [ + "himrThes" + ] + }, + { + "id": "openseek-4-b413e7579bd848b4ab8c77deec502fc5", + "input": "['E', 'L', 'B', 'A', 'j', 'm', 'X', 'treasure', 'm', 'not', 'u']", + "output": [ + "ELBAjmXtreasuremnotu" + ] + }, + { + "id": "openseek-4-14c443e5b334417cb1f4371973282864", + "input": "['a', 'q', 'to', 'U', 'p', 's', 'building,', 'F', 'q', 'm', 'meeting.', 'U', 'and', 'm', 'Amsterdam', 'w']", + "output": [ + "aqtoUpsbuilding,Fqmmeeting.UandmAmsterdamw" + ] + }, + { + "id": "openseek-4-0e1ec94ff8f043b6a34bbb9a7623b9c3", + "input": "['u', 'i', 'demon', 'L', 'an', 'S', 'did', 'L', 'on', 'W', 'are', 'r']", + "output": [ + "uidemonLanSdidLonWarer" + ] + }, + { + "id": "openseek-4-38a61f996f6042988277668c70bf5010", + "input": "['i', 'D', 'or', 'f']", + "output": [ + "iDorf" + ] + }, + { + "id": "openseek-4-57c4eb0738804fd1b4c920e6a594bfe0", + "input": "['U', 'of', 'Q', 'have', 'o', 'd', 'vain', 'b']", + "output": [ + "UofQhaveodvainb" + ] + }, + { + "id": "openseek-4-16fefc02584249e0987b13a9edc313d9", + "input": "['so,', 't', 'three;', 'L', 'button-like', 'P']", + "output": [ + "so,tthree;Lbutton-likeP" + ] + }, + { + "id": "openseek-4-a84a2c7c213a4df6a61ae7cf5b9c5ff7", + "input": "['fourth', 'Y', 'Y', 'actually', 'Q', 'e', 'mazy', 'U']", + "output": [ + "fourthYYactuallyQemazyU" + ] + }, + { + "id": "openseek-4-a3f3e9b0cb7e4d90abd5f0b3eb5d91d1", + "input": "['Q', 'the', 'z', 'three', 'g', 'G', 'one', 'w', 'f', 'elated', 'T', 'O', 'round', 'k', 'l']", + "output": [ + "QthezthreegGonewfelatedTOroundkl" + ] + }, + { + "id": "openseek-4-5ac3bd78941c401cb081079f400a3482", + "input": "['Mr.', 'I', 'M', 'Stubb', 'A', 'when', 'w', 'the', 'Y', 'L', 'after', 'n', 'X']", + "output": [ + "Mr.IMStubbAwhenwtheYLafternX" + ] + }, + { + "id": "openseek-4-1ee79284d90945e09d27e905098ad106", + "input": "['iron,', 'Q', 'with', 'o', 'D', 'd', 'last', 'G', 'and', 'o', 'some', 'y']", + "output": [ + "iron,QwithoDdlastGandosomey" + ] + }, + { + "id": "openseek-4-9416ca32fd234308bd8d3bf1e7f4a147", + "input": "['infinitely', 'Z', 'z', 'along', 'k', 'H']", + "output": [ + "infinitelyZzalongkH" + ] + }, + { + "id": "openseek-4-50cbbd92ff854ab6ae3345a9bf147426", + "input": "['Z', 'U', 'for', 'z', 'd', 'b', 'P', 'z', 'v']", + "output": [ + "ZUforzdbPzv" + ] + }, + { + "id": "openseek-4-142f6502dbe2479983edbd773c6f550e", + "input": "['W', 'nose,', 'j']", + "output": [ + "Wnose,j" + ] + }, + { + "id": "openseek-4-00971f97fe3d4dffa040ebec083e0890", + "input": "['blood', 'p', 'of', 'D', 'V', 's', 'F']", + "output": [ + "bloodpofDVsF" + ] + }, + { + "id": "openseek-4-1e2e5e935bf84b57b3e17ec82ed9c80e", + "input": "['he9s', 'z', 'first', 'i', 'r', 'breaches!', 'G', 'B', 'o', 'the', 'U', 'G', 'Leviathanic', 'G', 'silently,', 'v']", + "output": [ + "he9szfirstirbreaches!GBotheUGLeviathanicGsilently,v" + ] + }, + { + "id": "openseek-4-8def86ee6ebe49a3b19bd75cf787a6cb", + "input": "['the', 'T', 'l', 'p']", + "output": [ + "theTlp" + ] + }, + { + "id": "openseek-4-8a790c6a89fe4e38b029d17b9c9fd2b1", + "input": "['stove', 'O', 'the', 'R', 'u', 'l', 'h', 'y']", + "output": [ + "stoveOtheRulhy" + ] + }, + { + "id": "openseek-4-3a26632a0b98475196aab27fec877524", + "input": "['they', 'F', 'ocean,', 'A']", + "output": [ + "theyFocean,A" + ] + }, + { + "id": "openseek-4-27f0b8f6cddb475bb619c3a768921908", + "input": "['N', 'had', 'd', 't', 'side.', 'B', 'sort', 'a', 'of', 'L', 'M']", + "output": [ + "Nhaddtside.BsortaofLM" + ] + }, + { + "id": "openseek-4-299f0d28f0ee4a57bdddef6955cc1c75", + "input": "['s', 'as', 'W']", + "output": [ + "sasW" + ] + }, + { + "id": "openseek-4-f08a3dbb9fda4476927a881d0928ffef", + "input": "['tragedies.', 'K', 'part', 'S', 'H', 'High', 'B', 'Z']", + "output": [ + "tragedies.KpartSHHighBZ" + ] + }, + { + "id": "openseek-4-1fb2bc7a095740c7a90262fce4f22c0f", + "input": "['to', 'w', 'nature', 'l', 'z', 'whale,', 'K', 's', 'the', 'b', 'was', 'R', 'V', 'l', 'getting', 'j']", + "output": [ + "townaturelzwhale,KsthebwasRVlgettingj" + ] + }, + { + "id": "openseek-4-b13fa5f1b55640e3a69b339653675c8d", + "input": "['I', 'M', 'glass', 'u']", + "output": [ + "IMglassu" + ] + }, + { + "id": "openseek-4-b8451f50e02748408e7efb1a0bc4b043", + "input": "['it', 'e', 'w', 'in', 'f', 'P', 'warped', 'r', 'O', 'q', 'n']", + "output": [ + "itewinfPwarpedrOqn" + ] + }, + { + "id": "openseek-4-1607cce2e1f04c4597e4858e30894926", + "input": "['w', 'x', 'y', 'u', 'X', 'k', 'K']", + "output": [ + "wxyuXkK" + ] + }, + { + "id": "openseek-4-827179eedad44d168d16c7cd3af7ca5a", + "input": "['q', 'p', 'all', 'J']", + "output": [ + "qpallJ" + ] + }, + { + "id": "openseek-4-b9e7470555c345b2a3a322da10a42aa2", + "input": "['whale', 'D', 'n', 'the', 'W', 'i', 'J', 'A', 'w', 's', 'Q']", + "output": [ + "whaleDntheWiJAwsQ" + ] + }, + { + "id": "openseek-4-1b68d76046134327a19ae896634dd028", + "input": "['n', 'manner,', 'm', 'mythologies,', 'I', 'W', 'x', 'J', 'which', 'Y', 'j']", + "output": [ + "nmanner,mmythologies,IWxJwhichYj" + ] + }, + { + "id": "openseek-4-8d11a06e414e4d9badc20fa31423796c", + "input": "['fast', 'D', 'F', 'U', 'beat', 'Y', 'cGod', 'd', 'upon', 'l', 'lips,', 'V', 'which', 'I', 'y']", + "output": [ + "fastDFUbeatYcGodduponllips,VwhichIy" + ] + }, + { + "id": "openseek-4-eb9a5e3e26744e7586e95da8babf3b94", + "input": "['K', 'A', 'f']", + "output": [ + "KAf" + ] + }, + { + "id": "openseek-4-b9f1f6af1e9e49289dd1f74cdb89e856", + "input": "['M', 'up,', 'g', 'r', 'that', 'V', 'm']", + "output": [ + "Mup,grthatVm" + ] + }, + { + "id": "openseek-4-86e4629d0d3e4c73b502114e86fdb007", + "input": "['to', 'O', 'said', 'Z', 'morbidness.', 'u', 'A', 'but', 'S', 'though', 'I', 'True,', 'S', 'y', 'away', 'a']", + "output": [ + "toOsaidZmorbidness.uAbutSthoughITrue,Syawaya" + ] + }, + { + "id": "openseek-4-38f34a82bed345928c672ce2b90c4863", + "input": "['Starbuck', 's', 'turned.', 'a', 'r', 'C', 'to', 'O', 'K', 'v', 'dripping', 'x', 'h', 'p']", + "output": [ + "Starbucksturned.arCtoOKvdrippingxhp" + ] + }, + { + "id": "openseek-4-a684b22c0d2a429c9ade756bd2bd9bc9", + "input": "['that', 'f', 'indefatigable', 'v', 'g', 'h', 'F', 'd', 'V', 'x', 'x', 'y']", + "output": [ + "thatfindefatigablevghFdVxxy" + ] + }, + { + "id": "openseek-4-d64fac7571e842c0abc418199c6100fd", + "input": "['speak.', 'N', '(says', 'A', 't', 'f', 'self-condemning', 'l', 'succeeded', 'K', 'and', 'J', 'r', 'ha!', 'h']", + "output": [ + "speak.N(saysAtfself-condemninglsucceededKandJrha!h" + ] + }, + { + "id": "openseek-4-19a2abe836ce4c10a83f5ce359b1292f", + "input": "['x', 'D', 'perpendicular', 'T', 'N']", + "output": [ + "xDperpendicularTN" + ] + }, + { + "id": "openseek-4-e05d8614d42c43b0afb006f7fabcf4c9", + "input": "['that', 'U', 'the', 'g', 'V', 'been', 'x']", + "output": [ + "thatUthegVbeenx" + ] + }, + { + "id": "openseek-4-d39625b1724845548c7aa89717475e34", + "input": "['O', 'a', 'B', 'r', 'up', 't', 'c', 'between', 'g']", + "output": [ + "OaBruptcbetweeng" + ] + }, + { + "id": "openseek-4-af48d0cdadfa408290496a4fd7d58c9c", + "input": "['a', 'j', 'z', 'the', 'C', 'j', 'N', 'c', 'only', 'k', 'f']", + "output": [ + "ajztheCjNconlykf" + ] + }, + { + "id": "openseek-4-640cdc11d2884ed79f0fa2fd83f7077e", + "input": "['Nor', 'y', 'l', 'thing,', 'c', 'legs,', 'L', 'A']", + "output": [ + "Norylthing,clegs,LA" + ] + }, + { + "id": "openseek-4-95f83606c9e14b398a0880d23df74652", + "input": "['a', 'jiff,', 'V', 'voice', 'v', 'I', 'b', 'intervals,', 'p', 'T', 'again,', 'F', 'Pagan?', 'R']", + "output": [ + "ajiff,VvoicevIbintervals,pTagain,FPagan?R" + ] + }, + { + "id": "openseek-4-33300806279f4c018db1ede206551891", + "input": "['the', 'h', 'not', 'd', 'the', 'C']", + "output": [ + "thehnotdtheC" + ] + }, + { + "id": "openseek-4-95f3bab10aa3460fa77cb2658cd1bdd6", + "input": "['a', 't', 'evinced', 'P']", + "output": [ + "atevincedP" + ] + }, + { + "id": "openseek-4-3f77bf52463d4f88a34fa59c39299e10", + "input": "['own', 'k', 'me,', 'n', 'the', 'w', 'Q', 'on', 'r', 'q', 'C']", + "output": [ + "ownkme,nthewQonrqC" + ] + }, + { + "id": "openseek-4-ab045dc0e7664883bab9456123277d34", + "input": "['scattered', 'r', 'a', 'z', 'a', 'L', 'K', 'k', 'n', 'c']", + "output": [ + "scatteredrazaLKknc" + ] + }, + { + "id": "openseek-4-39fc13b88b6f4a519bcccacf2b3b44f8", + "input": "['Q', 's', 'o', 'seemed', 'K', 'F']", + "output": [ + "QsoseemedKF" + ] + }, + { + "id": "openseek-4-cd71b39ba1514566aeb72a3245fd490e", + "input": "['tickled', 'C', 'Z', 'm', 'got', 'N', 'v', 'of', 'u', 'a']", + "output": [ + "tickledCZmgotNvofua" + ] + }, + { + "id": "openseek-4-88e1b643ee4c49cbb921c6620030e549", + "input": "['cArt', 'A', 'ever', 'k', 'C', 'k', 'her', 'f', 'by', 'K', 'to', 'x', 'me', 'I', 'now', 'S']", + "output": [ + "cArtAeverkCkherfbyKtoxmeInowS" + ] + }, + { + "id": "openseek-4-e8f27926193f4d718cb13e9908132465", + "input": "['X', 'it', 'd', 'title4well,', 'd', 'P', 'v', 'way', 'G', 'w', 'e']", + "output": [ + "Xitdtitle4well,dPvwayGwe" + ] + }, + { + "id": "openseek-4-1057a62cc7cd41129afdbcbce97e40f7", + "input": "['Rio', 'd', 's', 'e', 'y', 'lately', 'q', 'that', 'Z', 'm']", + "output": [ + "RiodseylatelyqthatZm" + ] + }, + { + "id": "openseek-4-9dc160aef9c64edb890a5caa170c2876", + "input": "['lover', 'k', 'i', 'b', 'shore', 'P', 'been', 'I', 'L']", + "output": [ + "loverkibshorePbeenIL" + ] + }, + { + "id": "openseek-4-7af21f717cef4fba9ba4866558cb9585", + "input": "['But', 'O', 'M', 'E', 'V', 'thunder', 'x', 'Z', 'four', 'Y', 'these', 'I']", + "output": [ + "ButOMEVthunderxZfourYtheseI" + ] + }, + { + "id": "openseek-4-f4d33f595df64ff6b8f4ce9492a63a3e", + "input": "['N', 'W', 'that', 't', 'x', 'many', 'u', 'to', 'L']", + "output": [ + "NWthattxmanyutoL" + ] + }, + { + "id": "openseek-4-2e3ede4d8530404baa97ee8afc0c41e0", + "input": "['t', 'E', 'B', 'of', 'o']", + "output": [ + "tEBofo" + ] + }, + { + "id": "openseek-4-db71b94c077f4c20a556e49c1ca1c14c", + "input": "['which', 'z', 'the', 'C', 'Y', 'ingloriously', 'r', 'external', 'o', 'the', 'C', 'you', 'N']", + "output": [ + "whichztheCYingloriouslyrexternalotheCyouN" + ] + }, + { + "id": "openseek-4-88acfc1079744b39b9c2b5061454b986", + "input": "['z', 'I', 'q', 'away!d', 'S', 'now', 'H', 'c', 'world;', 'Q', 'berth', 'h', 'a']", + "output": [ + "zIqaway!dSnowHcworld;Qberthha" + ] + }, + { + "id": "openseek-4-ea3691e4c9384a60aee7b595b611b19e", + "input": "['the', 'n', 'c', 'T', 'x', 'them;', 'E', 'j', 'e', 'c', 'bit,', 'R']", + "output": [ + "thencTxthem;Ejecbit,R" + ] + }, + { + "id": "openseek-4-4e640582ea2d40eb84a3b2b2f01770c6", + "input": "['A', 'a', 'U', 'M', 'h', 'V', 'had', 'Z']", + "output": [ + "AaUMhVhadZ" + ] + }, + { + "id": "openseek-4-aa8d58c79f2f452491c0a857d0ddfe24", + "input": "['e', 'the', 'j', 'H', 'of', 'x', 'of', 'u', 'Y', 'g', 'o', 'Oriental', 'x', 'now', 'e']", + "output": [ + "ethejHofxofuYgoOrientalxnowe" + ] + }, + { + "id": "openseek-4-11355364af7345b584f8a5f244b8f65f", + "input": "['Because,', 'P', 'C', 'you', 'X', 'B']", + "output": [ + "Because,PCyouXB" + ] + }, + { + "id": "openseek-4-d43bd87b0e55448db210d3a1d4045285", + "input": "['z', 'q', 'torrid', 'V', 'at', 'E', 'K', 'V', 'n', 'cabins', 'Z', 'c', 'L']", + "output": [ + "zqtorridVatEKVncabinsZcL" + ] + }, + { + "id": "openseek-4-8e7cbc69c62c482ab110799c19795ba8", + "input": "['of', 'g', 'd', 'm', 'k', 'damn', 'g', 'w', 'Keep', 'e']", + "output": [ + "ofgdmkdamngwKeepe" + ] + }, + { + "id": "openseek-4-5157d3a93c9e488ca7d90c6e5597d6b2", + "input": "['and', 'J', 'u', 'to', 'K', 'craft,', 'e', 'just', 'L', 'and', 'j', 'thrown', 'k']", + "output": [ + "andJutoKcraft,ejustLandjthrownk" + ] + }, + { + "id": "openseek-4-5ea7964e12e445cf8301f926ad3e3b8e", + "input": "['K', 'N']", + "output": [ + "KN" + ] + }, + { + "id": "openseek-4-8aaf3aa710714cb398c91b8fb3d0d0d8", + "input": "['M', 'I', 'n']", + "output": [ + "MIn" + ] + }, + { + "id": "openseek-4-5e065af2091d4a73a7a3ef21e0da361f", + "input": "['no', 'G', 'from', 'j']", + "output": [ + "noGfromj" + ] + }, + { + "id": "openseek-4-e6f08d53dbcf4626bb012c8ef614837c", + "input": "['b', 'n', 'Q', 'W', 'm', 'N', 'of', 'n', 'at', 'C', 'on', 'p']", + "output": [ + "bnQWmNofnatConp" + ] + }, + { + "id": "openseek-4-1f2b52dc19164e7d843c1b8f67da044a", + "input": "['have', 'A', 'a', 'more', 'y', 'C', 't', 'q']", + "output": [ + "haveAamoreyCtq" + ] + }, + { + "id": "openseek-4-d70374d2aaba4305a6c1fa3560591900", + "input": "['v', 'G', 'p', 'out', 'N', 'w', 'moreover,', 'Q']", + "output": [ + "vGpoutNwmoreover,Q" + ] + }, + { + "id": "openseek-4-ef52383198724e6d92825ab4710e941d", + "input": "['U', 'help', 'a', 'l', 'between', 'x', 'U', 'K', 'S', 'E', 's', 'Indian,', 'B']", + "output": [ + "UhelpalbetweenxUKSEsIndian,B" + ] + }, + { + "id": "openseek-4-e2f4aeacce2b466e88eb353011fa9b2a", + "input": "['q', 'D', 'r', 'h', 'G', 'lived', 'M']", + "output": [ + "qDrhGlivedM" + ] + }, + { + "id": "openseek-4-6ae8b473307f42449570fe1f91dc9a8d", + "input": "['O', '_his_', 'g', 'Continents;', 'f', 'don9t', 'n', 'art', 'V']", + "output": [ + "O_his_gContinents;fdon9tnartV" + ] + }, + { + "id": "openseek-4-88b6362d31164a92adccf98040b0d95b", + "input": "['hemlock;', 'Y', 'make', 'B', 'deck,', 't', 'time.', 'Z', 'sofas,', 'q', 'k', 'I', 'I']", + "output": [ + "hemlock;YmakeBdeck,ttime.Zsofas,qkII" + ] + }, + { + "id": "openseek-4-5bf5e34db9a1478db9d97299411638ef", + "input": "['is', 'y', 'y', 'him', 'P', 'in', 'f', 'E', 'b']", + "output": [ + "isyyhimPinfEb" + ] + }, + { + "id": "openseek-4-8e6fa7ebc3ae4ef3a3b7b94a486f3ba0", + "input": "['z', 'leg', 'n', 'X', 'K', 'Y', 'and', 'p', 'L', 'E', 'right.', 'h', 't']", + "output": [ + "zlegnXKYandpLEright.ht" + ] + }, + { + "id": "openseek-4-20b45a0204d54053b111e2549fccb9fd", + "input": "['be', 'E', 'k']", + "output": [ + "beEk" + ] + }, + { + "id": "openseek-4-5850f153a70b4dc8b1296af0cd8c3b34", + "input": "['e', 'without', 'F', 'f', 'Even', 'G', 'smoking', 'C', 'f']", + "output": [ + "ewithoutFfEvenGsmokingCf" + ] + }, + { + "id": "openseek-4-20d4abea19a641c58df6cfb6badf0deb", + "input": "['k', 'is', 'U', 'W']", + "output": [ + "kisUW" + ] + }, + { + "id": "openseek-4-bdff53ba3d8849fe918b26b74f486521", + "input": "['It', 'o', 'C', 'X', 'O', 'm', 'his', 'g', 'J', 'D', 'S']", + "output": [ + "ItoCXOmhisgJDS" + ] + }, + { + "id": "openseek-4-68c932c8c0964f13bf5542d576fa26d2", + "input": "['all', 'e', 'w', 's']", + "output": [ + "allews" + ] + }, + { + "id": "openseek-4-784a33f747744c19b2632346f6da42e0", + "input": "['of', 'E', 'E', 'V', 'him;', 'j', 'W', 'o']", + "output": [ + "ofEEVhim;jWo" + ] + }, + { + "id": "openseek-4-58b562c9a10744019c719b6eeae54419", + "input": "['V', 'G', 'gone', 'I', 'touching', 'j', 'but', 'R', 'the', 't']", + "output": [ + "VGgoneItouchingjbutRthet" + ] + }, + { + "id": "openseek-4-09e8346ee71549b994257ec1d05e8641", + "input": "['in', 'u', 'though', 'I', 'h', 'E', 'killed!d', 'G', 's', 'Ottoman', 'R', 'motionless', 'g', 'B', 'G']", + "output": [ + "inuthoughIhEkilled!dGsOttomanRmotionlessgBG" + ] + }, + { + "id": "openseek-4-63168f720d794c5cb9ffaf18c547399f", + "input": "['turned', 'N', 'that', 'R', 'promise', 'g', 'almost', 'T', 'Z', 'I']", + "output": [ + "turnedNthatRpromisegalmostTZI" + ] + }, + { + "id": "openseek-4-8d6c99abbd2b42558a6c72f0323a4f7a", + "input": "['c', 'B', 'the', 'v', 'q']", + "output": [ + "cBthevq" + ] + }, + { + "id": "openseek-4-3137553c776e4d9da313633c4c8e0ad0", + "input": "['W', 'you', 'd']", + "output": [ + "Wyoud" + ] + }, + { + "id": "openseek-4-7fe3656ef67a44648d408fccc04a1b0d", + "input": "['h', 'water', 'C', 'r', 'the', 'p']", + "output": [ + "hwaterCrthep" + ] + }, + { + "id": "openseek-4-f07c4d7024fb415782a339e6858f6e98", + "input": "['is4cHow', 'K', 'P', 'how', 'H', 'like', 'U', 'advocate', 's', 'h', 'his', 'n', 'and', 'F', 'O', 'the', 'H']", + "output": [ + "is4cHowKPhowHlikeUadvocateshhisnandFOtheH" + ] + }, + { + "id": "openseek-4-4facbc55c30642edbe596ec8fe21c60e", + "input": "['some', 'f', 'the', 'x', 'Q', 'U', 'i', 'Starbuck9s', 'L', 'that', 'Q', 'r', 'H']", + "output": [ + "somefthexQUiStarbuck9sLthatQrH" + ] + }, + { + "id": "openseek-4-ca47e63f55534d56a560b97c9496690b", + "input": "['n', 'on', 'x']", + "output": [ + "nonx" + ] + }, + { + "id": "openseek-4-97eda2ba12254c90a003ff639051e41b", + "input": "['of', 'e', 'u', 'W']", + "output": [ + "ofeuW" + ] + }, + { + "id": "openseek-4-b2c42220f89240c0845ac18ab733c013", + "input": "['as', 'z', 'F', 'A', 'd', 'S', 'N', 'Y']", + "output": [ + "aszFAdSNY" + ] + }, + { + "id": "openseek-4-cf95564a08c948bb894f1d0dcd8a1c1c", + "input": "['Holland;', 'a', 'infinitely', 'l', 'outer', 'z', 'V', 'queer;', 'W', 'hunted.', 'x', 'b', 'be', 'y', 'of', 'F', 'v']", + "output": [ + "Holland;ainfinitelylouterzVqueer;Whunted.xbbeyofFv" + ] + }, + { + "id": "openseek-4-be0064b531944656a9459a27f520d3f9", + "input": "['d', 'S', 'g', 'L', 'as', 'A']", + "output": [ + "dSgLasA" + ] + }, + { + "id": "openseek-4-11ccf8235ca649bc94084bc843ef5c5c", + "input": "['_thy_', 'S', 'a', 'g', 'with', 'K', 'one', 'z', 'need', 'G', 'and', 'Q', 'three', 'T']", + "output": [ + "_thy_SagwithKonezneedGandQthreeT" + ] + }, + { + "id": "openseek-4-6a98364d44314645802fd706610a2af7", + "input": "['ground', 'Y', 'M', 'H', 'to', 'J', 'to', 'Z']", + "output": [ + "groundYMHtoJtoZ" + ] + }, + { + "id": "openseek-4-ba1f780a83144399be828d24d38a0f2c", + "input": "['l', 'i', 'icy', 'd', 'the', 'Y', 'is', 'q', 'testimony', 'W', 'subjects', 'y', 'g', 'as', 'G', 'fear', 'e']", + "output": [ + "liicydtheYisqtestimonyWsubjectsygasGfeare" + ] + }, + { + "id": "openseek-4-1d63e5fa7f2745a49755af5612a449dc", + "input": "['which', 'V', 'sounding', 'K', 'y', 'R', 'out', 'N', 'of', 'Q']", + "output": [ + "whichVsoundingKyRoutNofQ" + ] + }, + { + "id": "openseek-4-66367a5e3d7d4ea3937429c33ca648d3", + "input": "['in', 'Z', 'n', 'phantoms,', 'T', 'furthest', 'R']", + "output": [ + "inZnphantoms,TfurthestR" + ] + }, + { + "id": "openseek-4-c8c219e23fdc459fbecd2e92d1ab0c13", + "input": "['a', 'Q', 'cases,', 'G', 'Q', 'i', 'a', 'e', 'V', 'b', 'k', 'the', 'B']", + "output": [ + "aQcases,GQiaeVbktheB" + ] + }, + { + "id": "openseek-4-d24c56f89fec4a19a90fa31cbb4a736c", + "input": "['Y', 'r', 'r', 'their', 'D', 'T', 'is', 'j', 'F', 'what', 'Q', 'one', 'I']", + "output": [ + "YrrtheirDTisjFwhatQoneI" + ] + }, + { + "id": "openseek-4-0d91214eecb44c10a67159ed8255f411", + "input": "['times', 'Z', 'L', 'where', 'Z', 'O', 'Y', 'k', 'a', 'c']", + "output": [ + "timesZLwhereZOYkac" + ] + }, + { + "id": "openseek-4-49b8135c0e924b4c83692035fd106c8f", + "input": "['v', 'R']", + "output": [ + "vR" + ] + }, + { + "id": "openseek-4-3d569bc929464be2a394f22bf8cea3e9", + "input": "['k', 'of', 'e', 'K', 'A', 'supremacy', 'v', 'n', 'knew.', 'P', 'he', 'R', 'u', 'hemp4yet', 'r']", + "output": [ + "kofeKAsupremacyvnknew.PheRuhemp4yetr" + ] + }, + { + "id": "openseek-4-f82bc41c63a148009bb9f24c862f36c0", + "input": "['W', 'Is', 'c', 'through', 'M', 'B', 'of', 'b', 't', 'a', 'I', 't', 'u']", + "output": [ + "WIscthroughMBofbtaItu" + ] + }, + { + "id": "openseek-4-6212236b4559450fa1d945945d2b3dde", + "input": "['t', 'cWhy', 'r', 'thee,', 'C', 'it', 'f', 'K', 'gently', 'g', 'a', 'q', 'G', 'j', 'C']", + "output": [ + "tcWhyrthee,CitfKgentlygaqGjC" + ] + }, + { + "id": "openseek-4-97bd49ef439e4f6da169536b91aad83a", + "input": "['o', 'which', 'U', 'Q', 'u', 'now', 'J']", + "output": [ + "owhichUQunowJ" + ] + }, + { + "id": "openseek-4-563d3862fbd14b71ae07c3103bf82319", + "input": "['famous', 't', 'J', 'mean,', 'r']", + "output": [ + "famoustJmean,r" + ] + }, + { + "id": "openseek-4-fda90f167fed43398220b5bd2e06987c", + "input": "['X', 'y', 'u']", + "output": [ + "Xyu" + ] + }, + { + "id": "openseek-4-f151081610ec40bdaab377e4c5006018", + "input": "['R', 'the', 'V', 'waters', 'x']", + "output": [ + "RtheVwatersx" + ] + }, + { + "id": "openseek-4-df3ed13fa25e4dc6a1dd475db829776b", + "input": "['z', 'J']", + "output": [ + "zJ" + ] + }, + { + "id": "openseek-4-c45b449c25704ceda57e74b231615e1a", + "input": "['R', 'hard', 'q', 'in', 'M', 'S', 'P', 'it', 'u', 'A']", + "output": [ + "RhardqinMSPituA" + ] + }, + { + "id": "openseek-4-182810e4065b41f7a0ce2b8095fef7c0", + "input": "['of', 'F', 'Ahab,', 'o', 'G']", + "output": [ + "ofFAhab,oG" + ] + }, + { + "id": "openseek-4-baf5d32b064f4eec9d0b3474a62acb74", + "input": "['o9clock,', 'f', 'H', 'z', 'and', 'U', 'slabs,', 'v', 'W', 'reiterated', 'n', 'i', 'w', 'A']", + "output": [ + "o9clock,fHzandUslabs,vWreiteratedniwA" + ] + }, + { + "id": "openseek-4-fb653adfb3b743169652efa7698b5d85", + "input": "['lie', 'N', 'cWill', 'n', 'v', 'f', 'counters,', 'T', 'B', 'y', 'v']", + "output": [ + "lieNcWillnvfcounters,TByv" + ] + }, + { + "id": "openseek-4-f21502e8e0d448519332aa0952946b69", + "input": "['table,', 'h', 'Whale;', 's', 'R', 'with', 'W', 'e', 'q']", + "output": [ + "table,hWhale;sRwithWeq" + ] + }, + { + "id": "openseek-4-cecfd22fbc794f20971a2ed774fdea80", + "input": "['below', 'A', 'Z', 'and', 'G', 'upon', 'H', 'U']", + "output": [ + "belowAZandGuponHU" + ] + }, + { + "id": "openseek-4-c9696eaf09bf4030bbcc92ef9723e69d", + "input": "['a', 'Q', 'while', 'r', 'are,', 'y', 'marks;', 'R', 'stages', 'H']", + "output": [ + "aQwhilerare,ymarks;RstagesH" + ] + }, + { + "id": "openseek-4-4d24904bf1434c11b9d058fdc18e5449", + "input": "['the', 'A', 'k', 'b', 'to', 'W', 'P']", + "output": [ + "theAkbtoWP" + ] + }, + { + "id": "openseek-4-fcd090e00f764da0ab6aaf6c552321ea", + "input": "['table', 'o', 'by', 'T', 'dogger!d', 'r', 'feeling', 'M', 'He', 'I', 'caught', 'V', 's', 'U']", + "output": [ + "tableobyTdogger!drfeelingMHeIcaughtVsU" + ] + }, + { + "id": "openseek-4-9eb7a8332e844659a76c137917fd3a82", + "input": "['of', 't', 'the', 'M', 'which', 'H', 'G', 'u', 'k']", + "output": [ + "ofttheMwhichHGuk" + ] + }, + { + "id": "openseek-4-f11069653e7e4556a4b0aaf96dacfc41", + "input": "['rascal', 'K', 'carry', 'Q', 'help', 'j', 'source', 'N', 'Z', 'this', 'Y']", + "output": [ + "rascalKcarryQhelpjsourceNZthisY" + ] + }, + { + "id": "openseek-4-756f0d1a040e462382c200ec5aa1017e", + "input": "['x', 'darted', 'p']", + "output": [ + "xdartedp" + ] + }, + { + "id": "openseek-4-fb2ff4e69bfe490a98a33d4533e23b8d", + "input": "['B', 'W', 'a', 'k', 'q', 'marked', 'C', 'needs', 'C', 'must', 'm', 'B', 'E', 'O']", + "output": [ + "BWakqmarkedCneedsCmustmBEO" + ] + }, + { + "id": "openseek-4-7cd6808cf2f140cc89c83ea3bd39114b", + "input": "['out', 'U', 'y', 'directions,', 'v', 'wing', 'N']", + "output": [ + "outUydirections,vwingN" + ] + }, + { + "id": "openseek-4-65792ffc26c34dccaea782e596dc9279", + "input": "['man', 'R', 'p', 'R', 'Lakeman,', 'N', 'ventilated', 'z', 'keels', 'Z', 'odorous', 'w']", + "output": [ + "manRpRLakeman,NventilatedzkeelsZodorousw" + ] + }, + { + "id": "openseek-4-5e69a2f0d73e41bd87dfe03a8ad0d9a9", + "input": "['spermaceti', 'D', 'G', 'v', 'V']", + "output": [ + "spermacetiDGvV" + ] + }, + { + "id": "openseek-4-8e46d8868cc949dbb0dfe540ff2f7579", + "input": "['L', 'E', 'U', 'lo!', 'k']", + "output": [ + "LEUlo!k" + ] + }, + { + "id": "openseek-4-41a3bedb159e46518858d91949d63e85", + "input": "['O', 'y', 'his', 'O', 'pipe.', 'W', 'the', 'C', 'of', 'D', 'B', 'my', 'h', 'E']", + "output": [ + "OyhisOpipe.WtheCofDBmyhE" + ] + }, + { + "id": "openseek-4-c0d4b1ab1eb24a9d850d144281a0edb1", + "input": "['me4since', 'd', 'm', 'even', 'h', 'c', 'u', 'L', 'you', 'N', 'a']", + "output": [ + "me4sincedmevenhcuLyouNa" + ] + }, + { + "id": "openseek-4-bb39de944f6a40d4b14ae4accd786f12", + "input": "['o', 'b', 'this', 'z']", + "output": [ + "obthisz" + ] + }, + { + "id": "openseek-4-992f332c256a450f8757854388d00205", + "input": "['juggling', 'N', 'and', 'k']", + "output": [ + "jugglingNandk" + ] + }, + { + "id": "openseek-4-b6617699e6274e07bdb6a4ad7c61a883", + "input": "['x', 'under', 'F', 'R']", + "output": [ + "xunderFR" + ] + }, + { + "id": "openseek-4-8ba4cc1f6ad04b519636aed23d6f4092", + "input": "['F', 'U', 'of', 'o', 'A', 'M', 'S', 'still', 'N', 'the', 'L', 'world', 'N']", + "output": [ + "FUofoAMSstillNtheLworldN" + ] + }, + { + "id": "openseek-4-83bc68fd8d354ac6ab16902e784cc87f", + "input": "['L', 'an', 'B', 'm', 'G', 'of', 'h', 'l', 'T', 'b']", + "output": [ + "LanBmGofhlTb" + ] + }, + { + "id": "openseek-4-59385c8b36f74e5e97a9fd63ae00278b", + "input": "['wonder,', 'J', 'Jumped', 'E']", + "output": [ + "wonder,JJumpedE" + ] + }, + { + "id": "openseek-4-43b482f955e84663b4de4a5b4221c196", + "input": "['milky-white', 'c', 'V', 'c']", + "output": [ + "milky-whitecVc" + ] + }, + { + "id": "openseek-4-a880412d6ba04219b38d9913e50ba961", + "input": "['e', 'that', 'j', 'me', 'k', 'l', 'B']", + "output": [ + "ethatjmeklB" + ] + }, + { + "id": "openseek-4-49b10a2bb6c14d6298e6f23d91d10747", + "input": "['and', 'K', 'beginning.d', 'F']", + "output": [ + "andKbeginning.dF" + ] + }, + { + "id": "openseek-4-c84f9252b1cf42aea83703adaeaa040e", + "input": "['strain', 'b', 'sometimes', 'u']", + "output": [ + "strainbsometimesu" + ] + }, + { + "id": "openseek-4-9232daccaaaa4e70b959a211c6c1533a", + "input": "['you', 'v', 'and', 'V', 'to', 'j', 'a', 'J', 'hours', 'O', 'm', 'will', 'b', 'U', 'Q', 'man', 'o']", + "output": [ + "youvandVtojaJhoursOmwillbUQmano" + ] + }, + { + "id": "openseek-4-613775bc17f1477fa1eabc23680b63cd", + "input": "['V', 'case', 'p', 'But', 'k', 's', 'planks,', 'q', 'and', 's', 'and', 'r', 'a', 'W', 'q']", + "output": [ + "VcasepButksplanks,qandsandraWq" + ] + }, + { + "id": "openseek-4-ac1c70c50dc5409fae1044011177777d", + "input": "['v', 'Lord', 'J', 'some', 'b', 'L', 'j', 'got', 'T', 'b', 'of', 'w']", + "output": [ + "vLordJsomebLjgotTbofw" + ] + }, + { + "id": "openseek-4-7545f5b85eaa41cca8a224d164788c03", + "input": "['I', 'p', 'k', 'turn', 'N', 'only', 'o', 'C']", + "output": [ + "IpkturnNonlyoC" + ] + }, + { + "id": "openseek-4-a1b7d2b5cd944cf0bdfbd89f5f0f12fd", + "input": "['sleeping', 'P', 'Z', 'Z', 'e', 'N', 'b', 'to', 'i', 'D', 'a']", + "output": [ + "sleepingPZZeNbtoiDa" + ] + }, + { + "id": "openseek-4-0596ce1b4e414e5c9522c67f959ed019", + "input": "['O', 'height', 'q', 'X', 'ironical', 'e', 'D', 'such', 'U', 'gamesome', 'W', 'A', 'with', 'f']", + "output": [ + "OheightqXironicaleDsuchUgamesomeWAwithf" + ] + }, + { + "id": "openseek-4-4bcc66d17119447c8ecb21c3ecbf12bc", + "input": "['K', 'J', 'ashore,', 'g', 'I']", + "output": [ + "KJashore,gI" + ] + }, + { + "id": "openseek-4-b1d23a4c08a94e4ab13fda09c5246e8a", + "input": "['I', 'thing', 'A', 'about', 'O', 'rusty', 'X', 'yaw', 't']", + "output": [ + "IthingAaboutOrustyXyawt" + ] + }, + { + "id": "openseek-4-19acd1459d094cd7b7af8efc1400e9ab", + "input": "['w', 'W', 'a']", + "output": [ + "wWa" + ] + }, + { + "id": "openseek-4-393908f03a4a434ab14938ee48be05f6", + "input": "['it', 'V', 'iron', 'k']", + "output": [ + "itVironk" + ] + }, + { + "id": "openseek-4-57dcb7ecdffb4bab95e9cf27bca2a23f", + "input": "['It', 'e', 'P', 'over', 'y', 'spout.', 'C', 'I', 'A', 'b', 'H', 'g', 'r']", + "output": [ + "ItePoveryspout.CIAbHgr" + ] + }, + { + "id": "openseek-4-d5111ff47e9141d6a90b4fc8a3256d13", + "input": "['belong,', 'b', 'a', 'Y', 'Q', 'jewelled', 'c', 'sometimes', 'r', 'them', 'O']", + "output": [ + "belong,baYQjewelledcsometimesrthemO" + ] + }, + { + "id": "openseek-4-9a3c13d946ec41abbc1f09c1eca49e57", + "input": "['C', 'afterwards,', 'T', 'in', 't', 'J', 'E', 'S', 'p', 'seem', 'W']", + "output": [ + "Cafterwards,TintJESpseemW" + ] + }, + { + "id": "openseek-4-21f000a1b5334a2c824782d2755ac00a", + "input": "['woof;', 'W', 'after', 'Z', 'unvexed', 'X', 'z', 'commentaries', 'y', 'g', 'e', 'm', 'or', 'Y', 'should', 'm']", + "output": [ + "woof;WafterZunvexedXzcommentariesygemorYshouldm" + ] + }, + { + "id": "openseek-4-8c7d508ef2b4404abf5920ab2f86fd19", + "input": "['q', 'C', 'V', 'f']", + "output": [ + "qCVf" + ] + }, + { + "id": "openseek-4-be180cf16e7f4c31b8e9f4b65ef210dd", + "input": "['A', 'i', 'never', 'y', 'the', 'l', 'of', 'C', 'Mrs.', 'Q', 'a', 'H', 'H', 'd']", + "output": [ + "AineverythelofCMrs.QaHHd" + ] + }, + { + "id": "openseek-4-ddb27592ff2040189b18ae8f2c90f750", + "input": "['in', 'M', 'J']", + "output": [ + "inMJ" + ] + }, + { + "id": "openseek-4-3e7d7c62c4154663b740ad5067ecb067", + "input": "['the', 'V', 'P']", + "output": [ + "theVP" + ] + }, + { + "id": "openseek-4-aa19d9c49c344f38830aa35c823a0358", + "input": "['i', 'boldly', 'W', 'the', 'i', 'the', 'C', 'Z', 'a', 'Rib', 'a', 'C', 'Nor', 'r', 'M']", + "output": [ + "iboldlyWtheitheCZaRibaCNorrM" + ] + }, + { + "id": "openseek-4-0aeea97fee064cfab663841471434a59", + "input": "['the', 'A', 'on', 'R', 'once', 'V', 'of', 'y', 'were', 'c', 'which', 'X', 'to', 'G', 'l', 'U', 'of', 'J']", + "output": [ + "theAonRonceVofywerecwhichXtoGlUofJ" + ] + }, + { + "id": "openseek-4-d484627be76445e58996bc1d132e3463", + "input": "['are', 'O', 'lance', 'k']", + "output": [ + "areOlancek" + ] + }, + { + "id": "openseek-4-20bccfe8c8ff438b894046f70cf6fa2d", + "input": "['e', 'v', 'he', 'l', 'a', 'v', 'still', 'W', 'skies;', 'R', 'and', 'D']", + "output": [ + "evhelavstillWskies;RandD" + ] + }, + { + "id": "openseek-4-386e966b5e144c889f6a4121e4dd2efe", + "input": "['H', 'may', 's', 'the', 'G', 'the', 'c', 'P', 'u', 'their', 'k', 'K', 'u', 'it', 'i']", + "output": [ + "HmaystheGthecPutheirkKuiti" + ] + }, + { + "id": "openseek-4-25f9986afbb441d8beaac473bd4c640e", + "input": "['J', 'thou', 'q']", + "output": [ + "Jthouq" + ] + }, + { + "id": "openseek-4-1edbde92ffb841b4b546363dc25ecfe9", + "input": "['Pip', 's', 'moment', 'z', 'G', 'M', 'a', 'O']", + "output": [ + "PipsmomentzGMaO" + ] + }, + { + "id": "openseek-4-985bd5e05294462ca9a58d4204c470d5", + "input": "['am', 'B', 'and', 'F']", + "output": [ + "amBandF" + ] + }, + { + "id": "openseek-4-d7d45b0f713442f5b352bb486f2cac9f", + "input": "['r', 'is', 'u', 'by', 'G', 'her4start', 'G', 'they', 'Z', 'V', 'U', 'I', 'k']", + "output": [ + "risubyGher4startGtheyZVUIk" + ] + }, + { + "id": "openseek-4-ef1277318587423baa466ce2e7b24831", + "input": "['send', 'Q', 'i', 'n', 'y', 'K', 'z', 'quietly', 'p']", + "output": [ + "sendQinyKzquietlyp" + ] + }, + { + "id": "openseek-4-4ea34fe29bb44c1eb1043dbb631e071f", + "input": "['G', 'W', 'music.', 'Z', 'now', 'd', 'H']", + "output": [ + "GWmusic.ZnowdH" + ] + }, + { + "id": "openseek-4-b87ae8595974478094ce323d9691922f", + "input": "['to', 'D', 'a', 'h', 's', 'V', 'C', 'with', 'R', 'sea.', 'o']", + "output": [ + "toDahsVCwithRsea.o" + ] + }, + { + "id": "openseek-4-403efe769adc44ac8de2e6f8e8ab12d9", + "input": "['k', 'for', 'h', 'from', 'P', 'K', 'g', 'in', 'X']", + "output": [ + "kforhfromPKginX" + ] + }, + { + "id": "openseek-4-f1b99ef3f9034c41ad134ba9fa55e42a", + "input": "['U', 'landed', 'A', 'the', 'O', 'not', 'p', 'x', 'l', 'h', 'i', 'whales;', 'N', 'hours', 'y']", + "output": [ + "UlandedAtheOnotpxlhiwhales;Nhoursy" + ] + }, + { + "id": "openseek-4-614d5c7401044b49a9ebdb587703a7cf", + "input": "['his', 'y', 'H', 'cI', 'I', 'half', 'E', 'D', 'silk', 'u']", + "output": [ + "hisyHcIIhalfEDsilku" + ] + }, + { + "id": "openseek-4-f3a1a585f81541c7aa8ed7fea290d5bd", + "input": "['H', 'broken-hearted;', 'X']", + "output": [ + "Hbroken-hearted;X" + ] + }, + { + "id": "openseek-4-f49251f82cec47f49153bc547af37ccb", + "input": "['J', 'h', 'm', 'k']", + "output": [ + "Jhmk" + ] + }, + { + "id": "openseek-4-42b18d76b8ff436c945c0c3b5ebb770f", + "input": "['at', 'D', 't', 'e', 'r', 'd', 'h', 'v', 'Q', 'him', 'n']", + "output": [ + "atDterdhvQhimn" + ] + }, + { + "id": "openseek-4-f4d5e8dfb3a94323a918271f47cc9ddb", + "input": "['k', 'T', 'b', 'J', 'o', 'of', 'P', 'phantom', 'q', 'sperm,', 'Z']", + "output": [ + "kTbJoofPphantomqsperm,Z" + ] + }, + { + "id": "openseek-4-a8908b0c4db74f1185b7b98ca894fbd2", + "input": "['J', 'K']", + "output": [ + "JK" + ] + }, + { + "id": "openseek-4-b859b56623cc44da90a05a0f97f5cfa1", + "input": "['near', 'N', 'N', 'V']", + "output": [ + "nearNNV" + ] + }, + { + "id": "openseek-4-644d4c80ba084510888b7a1c690dbab3", + "input": "['b', 'not', 'T', 'while', 'F', 'l', 'E']", + "output": [ + "bnotTwhileFlE" + ] + }, + { + "id": "openseek-4-6cfcae91f5f944f3843d618295cdbd9f", + "input": "['are', 'I', 'is', 'F', 'V', 'Y', 'with', 'h']", + "output": [ + "areIisFVYwithh" + ] + }, + { + "id": "openseek-4-11300d55c65245278ea3ba6f8d6bf207", + "input": "['l', 'he', 'W', 'f', 'is', 'V', 'J', 'F', 'j', 'planted', 'L', 'comparatively', 'a']", + "output": [ + "lheWfisVJFjplantedLcomparativelya" + ] + }, + { + "id": "openseek-4-8ed1e584de3146ca99220830788ae743", + "input": "['But', 't', 'n', 'M', 'L', 'for', 'X', 'the', 'y', 'leeward.', 'Y', 'chapel;', 'S']", + "output": [ + "ButtnMLforXtheyleeward.Ychapel;S" + ] + }, + { + "id": "openseek-4-20de914a63d34a2f9fafde4e83ed2faa", + "input": "['t', 'g', 'M', 'v', 'Let', 'n', 'boats', 'i', 'welded', 'v']", + "output": [ + "tgMvLetnboatsiweldedv" + ] + }, + { + "id": "openseek-4-7fb70bbb1340463195604c9613bd3233", + "input": "['H', 'w', 'x', 'T', 'i', 's', 'fancy', 'p', 'wherever', 'E']", + "output": [ + "HwxTisfancypwhereverE" + ] + }, + { + "id": "openseek-4-4751a968e7574cd0aad5a4bb068861dd", + "input": "['s', 'g', 'I', 'p', 'cannibals', 'N']", + "output": [ + "sgIpcannibalsN" + ] + }, + { + "id": "openseek-4-a42a27734d8f4821ba4df6ad74539420", + "input": "['to', 'q', 'e']", + "output": [ + "toqe" + ] + }, + { + "id": "openseek-4-334e73e0c04c4b57a32b4788e4e47f50", + "input": "['A', 'e', 'k']", + "output": [ + "Aek" + ] + }, + { + "id": "openseek-4-d6b1ee32308d41b8a0caf5d0fe03f2ab", + "input": "['a', 'd', 'w']", + "output": [ + "adw" + ] + }, + { + "id": "openseek-4-bfdd6f18c2774e0fa862f1211a352bca", + "input": "['I', 'digger', 'O', 'you', 'm', 'were', 'X', 'M']", + "output": [ + "IdiggerOyoumwereXM" + ] + }, + { + "id": "openseek-4-58fcc4b65f1f4c5499b322f929c5566d", + "input": "['x', 'z', 'r', 'Q', 'x', 'twenty-eight', 'Y']", + "output": [ + "xzrQxtwenty-eightY" + ] + }, + { + "id": "openseek-4-1ad50ffd33334717a5769d14e0d83cfe", + "input": "['h', 'stood', 'w', 'aim', 'T', 'part,', 'x', 'in', 'q', 'L', 'K']", + "output": [ + "hstoodwaimTpart,xinqLK" + ] + }, + { + "id": "openseek-4-e669c388b0ff4c04a3e150b86bf63a54", + "input": "['happens', 'W', 'in', 'D', 'm', 'a', 'pushed', 'E']", + "output": [ + "happensWinDmapushedE" + ] + }, + { + "id": "openseek-4-6cdf9bffc26f4b10b74681d3fe78ee12", + "input": "['N', 'T', 'E']", + "output": [ + "NTE" + ] + }, + { + "id": "openseek-4-4e2339ba23ae4481a6b39b01125755dd", + "input": "['a', 'out', 'P', 'death', 'V', 'was', 'i', 'to', 'U']", + "output": [ + "aoutPdeathVwasitoU" + ] + }, + { + "id": "openseek-4-98343d328eea42d79b7af6ed7b03e69a", + "input": "['that9s', 'V', 'K', 'h', 'of', 'c', 'to', 'e']", + "output": [ + "that9sVKhofctoe" + ] + }, + { + "id": "openseek-4-d13f625f0a894bd3b8cc2c0df69f7ab6", + "input": "['C', 'N', 'X', 'b', 'are', 'm', 'of', 'z', 'shook', 'D', 'X']", + "output": [ + "CNXbaremofzshookDX" + ] + }, + { + "id": "openseek-4-65f2e9811d31424caf76995f29c7aa2f", + "input": "['v', 'q', 'a', 'y', 'this', 'Y', 'hand,', 'T', 'G', 'I']", + "output": [ + "vqaythisYhand,TGI" + ] + }, + { + "id": "openseek-4-b83da9aadbe249c99b8434ac7cbe4f4c", + "input": "['then', 'l', 'f', 'long', 'h', 'repeated', 'v', 'C', 'w', 'w']", + "output": [ + "thenlflonghrepeatedvCww" + ] + }, + { + "id": "openseek-4-edde2fed7cc54e82ae0434c3f941e988", + "input": "['f', 'he', 'q', 'J', 'G']", + "output": [ + "fheqJG" + ] + }, + { + "id": "openseek-4-59b3f7b3704048458cb4e62ede6d9f41", + "input": "['Caryatid,', 'v', 'P']", + "output": [ + "Caryatid,vP" + ] + }, + { + "id": "openseek-4-bd17b67b9c684d1999f283f3367e998f", + "input": "['p', 'with', 'u']", + "output": [ + "pwithu" + ] + }, + { + "id": "openseek-4-1ec97246961346b9b57f76721eb6cfc3", + "input": "['e', 'd']", + "output": [ + "ed" + ] + }, + { + "id": "openseek-4-fcd8d2cc42144210a0dbd0f21a8af6ce", + "input": "['F', 'the', 'Z', 'x', 'behind.', 'k', 'point', 'r', 'abated', 'I', 'the', 'T', 'tribe', 'o', 'D']", + "output": [ + "FtheZxbehind.kpointrabatedItheTtribeoD" + ] + }, + { + "id": "openseek-4-2bd64ba283414c54abd8a2c3079e0342", + "input": "['h', 'notion', 'U', 'coffin-tap.', 'y', 'h', 'J', 'quoted', 'O', 'stream.', 'o', 's', 'a']", + "output": [ + "hnotionUcoffin-tap.yhJquotedOstream.osa" + ] + }, + { + "id": "openseek-4-61e7a26155314117a80153a3ab617900", + "input": "['the', 'b', 'H', 'L', 'k', 'here,', 'G', 's', 'those', 'm', 'supper;', 'l']", + "output": [ + "thebHLkhere,Gsthosemsupper;l" + ] + }, + { + "id": "openseek-4-99c7cb5ca6334333aa0ae8105e0df6f0", + "input": "['P', 'd', 'p', 'and', 'v', 'fellow', 'R', 'Q', 'X', 'to', 'N', 'a', 'H']", + "output": [ + "PdpandvfellowRQXtoNaH" + ] + }, + { + "id": "openseek-4-bae5f776b88a47e7bb3e89c12e672b6f", + "input": "['u', 'O', 'G']", + "output": [ + "uOG" + ] + }, + { + "id": "openseek-4-6f433b75331449ed83821754f6988a41", + "input": "['passed', 'R', 'L', 'V', 'these', 't', 'V']", + "output": [ + "passedRLVthesetV" + ] + }, + { + "id": "openseek-4-11bf8e68e5394718ad70fd6975942a78", + "input": "['O', 'K', 'f', 'u', 'B', 'among', 'P', 'M']", + "output": [ + "OKfuBamongPM" + ] + }, + { + "id": "openseek-4-591d002bd3e342668d363ab199cf57e9", + "input": "['w', 'will', 'y', 'S', 'i', 'felicity,', 'y', 'the', 'x']", + "output": [ + "wwillySifelicity,ythex" + ] + }, + { + "id": "openseek-4-49909b7c900b4624b212c2b449502715", + "input": "['B', 'had', 'T', 'C']", + "output": [ + "BhadTC" + ] + }, + { + "id": "openseek-4-076d981e28e14523993c1abfd23ad0f0", + "input": "['p', 'and,', 'e']", + "output": [ + "pand,e" + ] + }, + { + "id": "openseek-4-e98e339ca78e4b4aa47c2b4d935b253e", + "input": "['a', 'g', 'Y', 'inscribed,', 'r', 's', 'Thus,', 'q', 'F', 'through', 'H']", + "output": [ + "agYinscribed,rsThus,qFthroughH" + ] + }, + { + "id": "openseek-4-a48c8aaf7d634e3eb653689af3bc5163", + "input": "['fully', 'x', 'G', 'that', 'J', 'e', 'inboard,', 'h', 'p', 'have', 'c', 'cry,', 'H', 'W']", + "output": [ + "fullyxGthatJeinboard,hphaveccry,HW" + ] + }, + { + "id": "openseek-4-203840e60aa64ce8a68df26345bc4aca", + "input": "['love', 'R', 'with', 'y', 'M', 'f', 'shot', 'E', 'nursery;', 'S', 'by', 'E', 'G', 'c', 'is', 'B']", + "output": [ + "loveRwithyMfshotEnursery;SbyEGcisB" + ] + }, + { + "id": "openseek-4-b63c2790dc5e46d0acdd69531ca406cf", + "input": "['glass,', 'y', 'w', 'T', 'battalions,', 'N', 'condescending', 'g']", + "output": [ + "glass,ywTbattalions,Ncondescendingg" + ] + }, + { + "id": "openseek-4-178cb3ebca1f4db3a92feaced41a53c8", + "input": "['y', 'J', 'last', 'F', 'e']", + "output": [ + "yJlastFe" + ] + }, + { + "id": "openseek-4-2138f3ce272a48909393968976e0b809", + "input": "['a', 'o', 'b', 'that', 'I', 'of', 'H', 'k', 'comrades,', 'v', 'I', 'Q']", + "output": [ + "aobthatIofHkcomrades,vIQ" + ] + }, + { + "id": "openseek-4-7e49a03c852c4577bb1a11797b5c2881", + "input": "['original', 'p', 'smiting', 'd']", + "output": [ + "originalpsmitingd" + ] + }, + { + "id": "openseek-4-e8b9d586f9604a38962f003f5eb6a33a", + "input": "['know;', 'x', 'z', 'i', 'H', 'q', 'e', 'and', 'n', 'r']", + "output": [ + "know;xziHqeandnr" + ] + }, + { + "id": "openseek-4-3f7bf00844ad457da70c4fa4c5ed0487", + "input": "['V', 'the', 'v', 'u']", + "output": [ + "Vthevu" + ] + }, + { + "id": "openseek-4-18817ac99c784497ba30d5b1d7b8d34b", + "input": "['iron-bound', 'u', 'but', 'y']", + "output": [ + "iron-boundubuty" + ] + }, + { + "id": "openseek-4-935261ab5b484b8dbde63cd76fc61e92", + "input": "['r', 'M', 'h', 'I', 'oblivious', 'z', 'n']", + "output": [ + "rMhIobliviouszn" + ] + }, + { + "id": "openseek-4-202ec053901641099e40f5689df97951", + "input": "['pumps,', 'Y', 'U', 'of', 'A']", + "output": [ + "pumps,YUofA" + ] + }, + { + "id": "openseek-4-d826bcddbece4ba3b81248dfa03b1584", + "input": "['m', 'spend', 'i']", + "output": [ + "mspendi" + ] + }, + { + "id": "openseek-4-c6057e9e61de43c4a163dc6813f0e8dc", + "input": "['R', 'k']", + "output": [ + "Rk" + ] + }, + { + "id": "openseek-4-1bf4dc3b3e9a40dfa601511bc13fcea7", + "input": "['of', 'q', 'F', 'likewise', 'F', 'a', 'of', 'i']", + "output": [ + "ofqFlikewiseFaofi" + ] + }, + { + "id": "openseek-4-a9b20554eace4ff7b469339644f00c4d", + "input": "['Edmund', 'Z', 'ground', 'Q']", + "output": [ + "EdmundZgroundQ" + ] + }, + { + "id": "openseek-4-3c3d1bc1915e4956b283704ebc5fc1e6", + "input": "['D', 'W', 'of', 'l', 'g', 'up', 'R', 'i', 'you', 'K']", + "output": [ + "DWoflgupRiyouK" + ] + }, + { + "id": "openseek-4-38cdaaa38bff48b98f4c3b2718f75940", + "input": "['and', 'R', 'like', 'N', 'ordinary', 'U']", + "output": [ + "andRlikeNordinaryU" + ] + }, + { + "id": "openseek-4-5874c46b6df84746a01df4f370f6ad7c", + "input": "['H', 'q', 'B', 'd', 'a', 'S']", + "output": [ + "HqBdaS" + ] + }, + { + "id": "openseek-4-7d60a15f531c41539c658e83f79c0554", + "input": "['that', 's', 'prow,', 'a', 'u', 'superior', 'Q', 'home', 'Z', 'more', 'm', 'hammer,', 'z', 'down', 'P', 'tongs,', 'U']", + "output": [ + "thatsprow,ausuperiorQhomeZmoremhammer,zdownPtongs,U" + ] + }, + { + "id": "openseek-4-b796f07ce0df46c3a1edb93d42c74b79", + "input": "['against', 'V', 'her', 'm', '_Sulphur', 'b', 'whalemen', 'A', 'R', 's']", + "output": [ + "againstVherm_SulphurbwhalemenARs" + ] + }, + { + "id": "openseek-4-dd67fa37b9784390ba89cd3addf5c990", + "input": "['lost.', 'V', 'V', 'the', 'u', 'a', 'P', 'he', 'J', 'twenty', 'F']", + "output": [ + "lost.VVtheuaPheJtwentyF" + ] + }, + { + "id": "openseek-4-b1cd67fe76a042bdad07f82478564dfc", + "input": "['Yes,', 'H', 'o', 'whale,', 'v', 'V', 'thus', 'n', 'A']", + "output": [ + "Yes,Howhale,vVthusnA" + ] + }, + { + "id": "openseek-4-59dc4450d0de4453bec64f8c913ed77d", + "input": "['apricot', 'w', 'with', 'c', 'told', 'i', 'a', 'along', 'c', 'Y']", + "output": [ + "apricotwwithctoldiaalongcY" + ] + }, + { + "id": "openseek-4-00ca1e1fa5e547b687867518c3fb7057", + "input": "['and', 'T', 'its', 'D', 'utmost', 'W', 'billows;', 'p', 'G', 'O']", + "output": [ + "andTitsDutmostWbillows;pGO" + ] + }, + { + "id": "openseek-4-0c2089679a78440a84e693573afaa714", + "input": "['it', 'N', 'seas.', 'V', 'H', 'a', 'L', 'is', 'd', 'thee.d', 'q']", + "output": [ + "itNseas.VHaLisdthee.dq" + ] + }, + { + "id": "openseek-4-43992b7a28d8449586601b4b72d6f9d8", + "input": "['his', 'a', 'p', 'r', 'u']", + "output": [ + "hisapru" + ] + }, + { + "id": "openseek-4-25e335a0b25b4e01a52293415cda9357", + "input": "['of', 'N', 'while', 'R', 'Q', 'k', 'E', 'craft,', 'F', 'G', 'see!', 'P', 'C']", + "output": [ + "ofNwhileRQkEcraft,FGsee!PC" + ] + }, + { + "id": "openseek-4-062cd7c335154d1e8369ca619ab141eb", + "input": "['J', 'have', 'r', 'a', 'was', 'R', 'A', 'much', 'W', 'K', 'N']", + "output": [ + "JhaverawasRAmuchWKN" + ] + }, + { + "id": "openseek-4-cc1d1dc871c848bca34ddd67943bce25", + "input": "['forehead.', 'R', 'whale', 'f', 'own', 'S', 'R']", + "output": [ + "forehead.RwhalefownSR" + ] + }, + { + "id": "openseek-4-fb27a9d0239543be99ae6697ee45ccb2", + "input": "['U', 'c', 'f', 'and', 'F', 'Ahab', 'Y', 'L', 'C', 'have', 'A']", + "output": [ + "UcfandFAhabYLChaveA" + ] + }, + { + "id": "openseek-4-4d56f9f4b8344b28b3a640df12dd4af1", + "input": "['subtle', 'E', 'known', 'd', 'b', 'the', 'C', 'foes,', 'X', 'B', 'is4cHow', 'U']", + "output": [ + "subtleEknowndbtheCfoes,XBis4cHowU" + ] + }, + { + "id": "openseek-4-a435150944bf4dceaa92ef47b96e2a67", + "input": "['T', 'with', 'N', 'leaning', 'd', 'm', 'not', 'Z', 'V', 'C', 'broad', 'A', 's', 'C']", + "output": [ + "TwithNleaningdmnotZVCbroadAsC" + ] + }, + { + "id": "openseek-4-cedaf9186d6b41ddb3c5b436ca21b029", + "input": "['D', 'k', 'J', 'sweep', 'E', 'to', 'n', 'must', 'k', 'b', 'E', 'W', 'f']", + "output": [ + "DkJsweepEtonmustkbEWf" + ] + }, + { + "id": "openseek-4-23ebfe38206542a6a5841880a7d6bfcc", + "input": "['L', 'it', 'W']", + "output": [ + "LitW" + ] + }, + { + "id": "openseek-4-3023264d435748f4a4328b4f94ac9a18", + "input": "['letter-bag;', 'i', 'a', 'g', 'g', 'one;', 'J']", + "output": [ + "letter-bag;iaggone;J" + ] + }, + { + "id": "openseek-4-cc4bf6e25a084c2dbac725b6eacebeca", + "input": "['the', 'T', 'U', 'I', 'T', 'P', 'eat', 'y', 'the', 'U', 'Q']", + "output": [ + "theTUITPeatytheUQ" + ] + }, + { + "id": "openseek-4-f1f7bcb67fc547eda6ffc149f84c31e7", + "input": "['Z', 'one,', 'D', 'j', 'before.', 'r']", + "output": [ + "Zone,Djbefore.r" + ] + }, + { + "id": "openseek-4-949f266a6b8842c9b87825cdadd51c86", + "input": "['said', 'x', 'h', 'Stubb,', 'e', 'P', 'like', 'i']", + "output": [ + "saidxhStubb,ePlikei" + ] + }, + { + "id": "openseek-4-482d8dfdd29445b4b50ffc2fc2d6ff94", + "input": "['road', 'M', 'when', 'l', 'of', 'T', 'so', 'o', 'u', 'bottom', 'A']", + "output": [ + "roadMwhenlofTsooubottomA" + ] + }, + { + "id": "openseek-4-b3a8aca0c73044a487f7462764a77c46", + "input": "['about', 'f', 'I', 'Y', 'floated', 'N', 'crazed', 'p', 'dust,', 'x', 'scholar.', 'o', 'FOLIO', 't']", + "output": [ + "aboutfIYfloatedNcrazedpdust,xscholar.oFOLIOt" + ] + }, + { + "id": "openseek-4-160eda8a9cbc4f9499b242593e0ffa71", + "input": "['him,', 'a', 'long', 'g', 't']", + "output": [ + "him,alonggt" + ] + }, + { + "id": "openseek-4-9eeb577b9637457c9e1904220d121f62", + "input": "['the', 'B', 'X', 'e', 'l', 'the', 'm', 'whale', 'U', 'b']", + "output": [ + "theBXelthemwhaleUb" + ] + }, + { + "id": "openseek-4-a618ffc025b54d5f887d0765ebe61889", + "input": "['no,', 's', 'H', 'k', 'salutation', 's', 's', 'D', 'H']", + "output": [ + "no,sHksalutationssDH" + ] + }, + { + "id": "openseek-4-599fa2246dfe45a0bc5d0dbf14fb5901", + "input": "['i', 'take', 's', 'X', 'go.d', 'v', 'd', 'X', 'steadily', 'a', 'getting', 'l', '(_Huzza', 'N', 'S']", + "output": [ + "itakesXgo.dvdXsteadilyagettingl(_HuzzaNS" + ] + }, + { + "id": "openseek-4-ed54a552fe6b4525844f0e8e1b4e46b2", + "input": "['O', 'cries', 'K', 'to', 'C', 'say,', 'v', 'it', 'r', 'T', 'P']", + "output": [ + "OcriesKtoCsay,vitrTP" + ] + }, + { + "id": "openseek-4-b540f6ac80d64aba877fbd9a46eb8129", + "input": "['R', 'him;', 'X', 'in', 'v', 'be', 'G', 'alive', 'p', 'seems', 'f']", + "output": [ + "Rhim;XinvbeGalivepseemsf" + ] + }, + { + "id": "openseek-4-30babbbc13a3405a9037b1c73aedb202", + "input": "['i', 'F', 'Z', 'And', 'x']", + "output": [ + "iFZAndx" + ] + }, + { + "id": "openseek-4-3eeb3648933641ef98614f6a44d67e75", + "input": "['him;', 'N', 'to', 'R', 'P', 'n', 'idler!', 'z', 'sighted', 'C', 'H', 'F', 'J', 'landing', 'X']", + "output": [ + "him;NtoRPnidler!zsightedCHFJlandingX" + ] + }, + { + "id": "openseek-4-369f8176c54c4630b5cfd9f6f860e830", + "input": "['by', 'F', 'Spanish', 'Y', 'such', 'R', 'him,', 'A', 'K', 'missing.', 'k', 'of', 'X']", + "output": [ + "byFSpanishYsuchRhim,AKmissing.kofX" + ] + }, + { + "id": "openseek-4-4211d32d40dc43a2b010e74e3a74cf04", + "input": "['is', 'q', 'the', 'W', 'j', 'P', 'f', 'nearest', 'K', 'said', 'D', 'them', 'x', 'and', 'H']", + "output": [ + "isqtheWjPfnearestKsaidDthemxandH" + ] + }, + { + "id": "openseek-4-e1e762eaa891461e8fb4094e2f3e1ea1", + "input": "['x', 'F', 'one', 'K', 'hunters.', 'I', 'H', 'w', 'c', 'frigate', 'X']", + "output": [ + "xFoneKhunters.IHwcfrigateX" + ] + }, + { + "id": "openseek-4-5741eb759ffb4e8db312ae6ca73bc0ef", + "input": "['part', 'n', 'times', 'e', 'of', 'H', 'T']", + "output": [ + "partntimeseofHT" + ] + }, + { + "id": "openseek-4-078155d3a1144074b4b6aa0e1a51fe9f", + "input": "['J', 'vigorous', 'w', 't', 'n', 'H']", + "output": [ + "JvigorouswtnH" + ] + }, + { + "id": "openseek-4-1ed26fe312964bc48be6c72add81e35b", + "input": "['q', 'so', 'l', 'h', 'to', 't', 'd', 'p', 'b']", + "output": [ + "qsolhtotdpb" + ] + }, + { + "id": "openseek-4-5819da1e54f74331836fb0cda3b7db0b", + "input": "['A', 'but', 'm', 'j']", + "output": [ + "Abutmj" + ] + }, + { + "id": "openseek-4-abcb5e74e4624f9d8ac372e9c171d861", + "input": "['z', 'z', 'teetering', 'S', 'on', 'V', 'H', 'that', 'y', 'N', 'usual', 'o', 'D', 'Y']", + "output": [ + "zzteeteringSonVHthatyNusualoDY" + ] + }, + { + "id": "openseek-4-cb9d4cc4e274444694e124910806b358", + "input": "['seemed', 'w', 't', 'u', 'M', 'o', 'K', 'c']", + "output": [ + "seemedwtuMoKc" + ] + }, + { + "id": "openseek-4-f0804cb101aa41e9b3b98b93a9532811", + "input": "['issued,', 'Z', 'cheapest,', 'f', 'gorges,', 'g', 'we', 'Y']", + "output": [ + "issued,Zcheapest,fgorges,gweY" + ] + }, + { + "id": "openseek-4-07caafde409f47fe96075fa14f457c58", + "input": "['n', 'what9s', 'v', 'B', 'systematically', 'R', 'O', 'we', 'd', 'A.D.', 'T', 'I', 'Y', 'And', 'I']", + "output": [ + "nwhat9svBsystematicallyROwedA.D.TIYAndI" + ] + }, + { + "id": "openseek-4-5ad41f0b0c82468990e0839a15095363", + "input": "['e', 't', 'appointed', 'W', 'n', 'his', 'K']", + "output": [ + "etappointedWnhisK" + ] + }, + { + "id": "openseek-4-8c79b5cd6d9b4e45987e0f35f209b447", + "input": "['D', 'the', 'E', 'it', 'p', 'h', 'the', 'S', 'of', 'z', 'into', 'f', 'that', 'k']", + "output": [ + "DtheEitphtheSofzintofthatk" + ] + }, + { + "id": "openseek-4-5c799e26ca8b4c24922be24cc317b5b3", + "input": "['k', 'and', 's', 'was', 'C', 'A', 'E', 'lays', 'd', 'to', 't', 'themselves', 'I', 'r', 'general', 'j']", + "output": [ + "kandswasCAElaysdtotthemselvesIrgeneralj" + ] + }, + { + "id": "openseek-4-4a64985ffabf4fc6adc49de8ea57b046", + "input": "['H', 'damned', 'S', 'conspicuously', 'o', 'H', 'h', 'thought', 'C', 'arm?', 'h', 'i']", + "output": [ + "HdamnedSconspicuouslyoHhthoughtCarm?hi" + ] + }, + { + "id": "openseek-4-e3ed44e794e1484aa5d1958036260cf7", + "input": "['was', 'N', 'her', 'o', 'A', 'F', 'G', 'y', 'crossed', 'w', 'Q', 'water', 'v']", + "output": [ + "wasNheroAFGycrossedwQwaterv" + ] + }, + { + "id": "openseek-4-7c2ffa42254b41d1afa02fe1d5f94109", + "input": "['F', 'cWell,', 'Q', 'boats,', 'n', 'the', 'C', 'c8Aye,', 'p', 'a', 'd', 'H', 'M']", + "output": [ + "FcWell,Qboats,ntheCc8Aye,padHM" + ] + }, + { + "id": "openseek-4-faf0748ce1604f9dbc0ba1d212d284c9", + "input": "['the', 'D', 'been', 'E', 'L', 'z', 'his', 'v', 'boat', 'Y', 'R', 'not.', 'Y', 'x']", + "output": [ + "theDbeenELzhisvboatYRnot.Yx" + ] + }, + { + "id": "openseek-4-9f312766afd84d08bee65f497c3870a8", + "input": "['and', 'Z', 'those', 'O', 'had', 'j', 'one', 'P', 'Q', 'me,', 'z', 'B']", + "output": [ + "andZthoseOhadjonePQme,zB" + ] + }, + { + "id": "openseek-4-7d731fb86c2d4791b1eaac72aadce2c5", + "input": "['T', 'whale,', 'w']", + "output": [ + "Twhale,w" + ] + }, + { + "id": "openseek-4-ee0ffdae5a0b4a6c8176688ff48765e5", + "input": "['d', 'U']", + "output": [ + "dU" + ] + }, + { + "id": "openseek-4-8a0ac1f442d34a6f95c63b10a5e51e93", + "input": "['altogether', 'Q', 'laughter', 'Q', 'Y', 'V']", + "output": [ + "altogetherQlaughterQYV" + ] + }, + { + "id": "openseek-4-5aa07b36c6bc4f4c997bdb3cf1dc271f", + "input": "['though', 'Q', 'cups', 'g', 'tranquilly', 'q', 'the', 'S', 'under', 'p', 'T', 'L']", + "output": [ + "thoughQcupsgtranquillyqtheSunderpTL" + ] + }, + { + "id": "openseek-4-7de7b7003a574c4ba463ce566627d584", + "input": "['V', 'old', 'n', 'death.', 'd', 'midst', 'm', 'nautical', 'x', 'joyfully', 'x']", + "output": [ + "Voldndeath.dmidstmnauticalxjoyfullyx" + ] + }, + { + "id": "openseek-4-ac62fe26a4f14b27b7168a0541713224", + "input": "['Z', 'a', 'X', 'especially', 'm', 'i', 'm', 'M']", + "output": [ + "ZaXespeciallymimM" + ] + }, + { + "id": "openseek-4-ec73c423c15b414da3d4398ab9b2eddf", + "input": "['g', 'the', 'A', 'Jollily', 'H', 'reason', 'C']", + "output": [ + "gtheAJollilyHreasonC" + ] + }, + { + "id": "openseek-4-575788fceea54238b5cb661d39d158a4", + "input": "['E', 'w']", + "output": [ + "Ew" + ] + }, + { + "id": "openseek-4-b1cf325bf123476fa1160728afe78cd7", + "input": "['at', 'l', 'v', 's', 'aloft;', 'p', 'f', 'p', 'z', 'poor', 't']", + "output": [ + "atlvsaloft;pfpzpoort" + ] + }, + { + "id": "openseek-4-18033025da0243c2a087c4fd51e8200b", + "input": "['it', 'U', 'which', 'y']", + "output": [ + "itUwhichy" + ] + }, + { + "id": "openseek-4-78dc3dddad0a4e7580d9102dfc0e94f4", + "input": "['N', 'this', 'K', 'the', 'O', 'Q', 'd', 'of', 'K', 'view', 'b']", + "output": [ + "NthisKtheOQdofKviewb" + ] + }, + { + "id": "openseek-4-805492e692de466b9667c5c9c94df316", + "input": "['Bears', 'w', 'a', 'of', 'R', 'G', 'than', 'C', 'of', 'Q', 'infancy', 's', 'comes', 'X', 'a', 'A']", + "output": [ + "BearswaofRGthanCofQinfancyscomesXaA" + ] + }, + { + "id": "openseek-4-27bb97141b0344bfbb8a74185a2efded", + "input": "['p', 'M', 'S', 'mankind;', 'A', 'sleeping,', 't', 'c', 'X', 't']", + "output": [ + "pMSmankind;Asleeping,tcXt" + ] + }, + { + "id": "openseek-4-8fdce2ee0a7347d3bb164342cf0c2f6b", + "input": "['L', 'as', 'r']", + "output": [ + "Lasr" + ] + }, + { + "id": "openseek-4-20b57ece1db54628ab5cb374d18bc9ca", + "input": "['C', 'D', 'up', 'i', 'n', 'your', 'R']", + "output": [ + "CDupinyourR" + ] + }, + { + "id": "openseek-4-1c185a681d3a415fa336fdf6f5130b01", + "input": "['flying', 'o', 'y', 'p', 'wrought', 'X']", + "output": [ + "flyingoypwroughtX" + ] + }, + { + "id": "openseek-4-75b34473ab074bfda588af03d25994b4", + "input": "['him', 'T', 'p', 'b', 'Z', 'u', 'he', 'x']", + "output": [ + "himTpbZuhex" + ] + }, + { + "id": "openseek-4-8ebd552184fb4d9898a6de8f6858bfad", + "input": "['u', 'x', 'd', 'its', 'W', 'not', 'c', 'F', 'T', 'of', 'e', 'k', 'shroud,', 'l']", + "output": [ + "uxditsWnotcFTofekshroud,l" + ] + }, + { + "id": "openseek-4-5e9db4c8a3414c4fbce0d055f4077347", + "input": "['T', 'G', 'fashion', 'u', 'h', 'to', 'J', 'V', 'fiery', 'D']", + "output": [ + "TGfashionuhtoJVfieryD" + ] + }, + { + "id": "openseek-4-120cb1746b624dc0b271c76301898af7", + "input": "['b', 'x', 'hatchet-side', 'N', 'flames', 'm', 'K', 'u', 'superlatively', 'Z']", + "output": [ + "bxhatchet-sideNflamesmKusuperlativelyZ" + ] + }, + { + "id": "openseek-4-64cc1b0ab0104675b033815756c95fb7", + "input": "['over', 'L', 'the', 'b', 'of', 'x', 'such', 'y', 'grapnels;', 'h', 'e', 'b', 'as', 'Z']", + "output": [ + "overLthebofxsuchygrapnels;hebasZ" + ] + }, + { + "id": "openseek-4-fdac4fc20b9e46c69b4c801f307f6b44", + "input": "['I', 'R']", + "output": [ + "IR" + ] + }, + { + "id": "openseek-4-7dc519f570f74b0392dace070d9ac400", + "input": "['my', 'h', 'C']", + "output": [ + "myhC" + ] + }, + { + "id": "openseek-4-faeb3dabbe8d477abc692c9ced3395d3", + "input": "['into', 'd', 'L', 'plaintiffs', 't', 'C', 'He', 'y']", + "output": [ + "intodLplaintiffstCHey" + ] + }, + { + "id": "openseek-4-c2a10044b1a74116959a4adfd25e0c05", + "input": "['around', 'N', 'j', 'That', 'X', 'all', 'e', 'and', 'X', 'her.', 'l', 'in', 'z', 'much', 'S']", + "output": [ + "aroundNjThatXalleandXher.linzmuchS" + ] + }, + { + "id": "openseek-4-f697e2987f104c879ed09fba4fd4b2e5", + "input": "['b', 'not', 'W', 'J', 'them.', 's', 'L', 'is', 'D', 'hatchet!', 'V', 'Coffin!', 'n']", + "output": [ + "bnotWJthem.sLisDhatchet!VCoffin!n" + ] + }, + { + "id": "openseek-4-943617d00448467d847dd92e92e85829", + "input": "['will', 'L', 'gallant', 'N', 'interblending', 'Z', 'no', 'J']", + "output": [ + "willLgallantNinterblendingZnoJ" + ] + }, + { + "id": "openseek-4-15c4deb9495a42b09d381f7fb54f2df4", + "input": "['I', 'n', 'j', 'filled', 'a', 'such', 'p', 'M', 'j', 'd', 'm']", + "output": [ + "InjfilledasuchpMjdm" + ] + }, + { + "id": "openseek-4-4f6dee3896dd4428867f4a5f83625ebe", + "input": "['seamen', 'C', 'his', 'm', 'hug', 'd']", + "output": [ + "seamenChismhugd" + ] + }, + { + "id": "openseek-4-9f5d0b0e24374c3f8c26fdbd6aaeecfb", + "input": "['D', 'e']", + "output": [ + "De" + ] + }, + { + "id": "openseek-4-184cb0d3997d4faa9f2bffbda704ca19", + "input": "['a', 'on', 'u']", + "output": [ + "aonu" + ] + }, + { + "id": "openseek-4-c2f1d9e7781a475c87fbbe59aa758afc", + "input": "['whale-boat;', 'e', 'l']", + "output": [ + "whale-boat;el" + ] + }, + { + "id": "openseek-4-50afd02f243c4830be822ac1f6edc373", + "input": "['as', 'g', 'that', 'k', 'game', 'h', 'M', 'b', 'S', 'hammock.', 'O', 'the', 't']", + "output": [ + "asgthatkgamehMbShammock.Othet" + ] + }, + { + "id": "openseek-4-ee8a51a2889140e4b5affd376d39b90a", + "input": "['W', 'surface,', 'n']", + "output": [ + "Wsurface,n" + ] + }, + { + "id": "openseek-4-8c1d39e8eb4945198c8d985e451cfb79", + "input": "['U', 'K', 'r', 'back', 'Y', 'V', 'D', 'n']", + "output": [ + "UKrbackYVDn" + ] + }, + { + "id": "openseek-4-4765ffc3cc3e47f4b0985a58bc444f8e", + "input": "['K', 'R', 'j', 'v', 'this', 'n']", + "output": [ + "KRjvthisn" + ] + }, + { + "id": "openseek-4-fbfa20e4387a404d8596af334d9cb2a7", + "input": "['O', 't', 't', 'all', 'f', 'd', 'merry', 'H', 'to', 'L', 'look', 'U', 'in', 'y', 'O']", + "output": [ + "OttallfdmerryHtoLlookUinyO" + ] + }, + { + "id": "openseek-4-311b35013bf14ada9d71f5700e5590c4", + "input": "['amid', 'm', 'X', 'say', 'h', 'fore', 'B', 'every', 'v', 'of', 'z', 'Q', 'j']", + "output": [ + "amidmXsayhforeBeveryvofzQj" + ] + }, + { + "id": "openseek-4-be44e76dadc54b8a82b6ef45c9db08d0", + "input": "['z', 'be', 'G', 'E', 'a', 'R']", + "output": [ + "zbeGEaR" + ] + }, + { + "id": "openseek-4-226c2015c18b408e809dfac65dc9fea3", + "input": "['before', 'T', 'W', 'with', 'B', 'we', 'Z', 'i', 'we', 'X', 'night', 'X']", + "output": [ + "beforeTWwithBweZiweXnightX" + ] + }, + { + "id": "openseek-4-15fb6686fca6435fb7f6b10643ba2f69", + "input": "['S', 'a']", + "output": [ + "Sa" + ] + }, + { + "id": "openseek-4-d6f5ef76d0814648b312677c9ccdcfe8", + "input": "['he', 'M', 'be', 'Y', 'reads,', 'X', 'm', 's']", + "output": [ + "heMbeYreads,Xms" + ] + }, + { + "id": "openseek-4-32fed83411a3469b8d7cc799403b90be", + "input": "['j', 'blood', 'I']", + "output": [ + "jbloodI" + ] + }, + { + "id": "openseek-4-aa77822b1a9b45aebb26be8934b10fc1", + "input": "['whether', 's', 'to', 'v', 'should', 'n', 'r']", + "output": [ + "whetherstovshouldnr" + ] + }, + { + "id": "openseek-4-65a051a30b1549ba8d77671b8f46d3b3", + "input": "['R', 'the', 'q']", + "output": [ + "Rtheq" + ] + }, + { + "id": "openseek-4-1f285bfe0f464b3f98d1eb3596474bdf", + "input": "['E', 'U', 'R', 'high', 'V', 'plumb', 'w', 'K', 'f']", + "output": [ + "EURhighVplumbwKf" + ] + }, + { + "id": "openseek-4-437e3637df9a44b39d5ffe576d0ef1d9", + "input": "['Z', 'U', 'z', 'than', 'f', 'owing', 'x', 'him.', 'n', 'bluish', 'O']", + "output": [ + "ZUzthanfowingxhim.nbluishO" + ] + }, + { + "id": "openseek-4-4fa408c49f9e4c82bd595e83bef5a508", + "input": "['r', 'f', 'each', 'm', 'h']", + "output": [ + "rfeachmh" + ] + }, + { + "id": "openseek-4-5eda10a785a04828a4d109dbee181c12", + "input": "['the', 'k', 'that', 'o', 'H', 'Q', 'fire,', 'Y']", + "output": [ + "thekthatoHQfire,Y" + ] + }, + { + "id": "openseek-4-54312331e5e047109b0a7f841acc8b9e", + "input": "['e', 'table,', 'm', 'my', 'y', 'L']", + "output": [ + "etable,mmyyL" + ] + }, + { + "id": "openseek-4-6ee5e7c3efd24f11a7d537fef67f8c72", + "input": "['o', 'the', 'v', 'o', 'p']", + "output": [ + "othevop" + ] + }, + { + "id": "openseek-4-91a1f60d12d84ecc9d668ff2ca8ba86e", + "input": "['x', 'D', 'S', 'O', 's', 'x', 'and', 'i', 'T']", + "output": [ + "xDSOsxandiT" + ] + }, + { + "id": "openseek-4-819637ac2418488faa411924449bea14", + "input": "['fire,', 'T', 'O', 'w', 'procedure', 'r']", + "output": [ + "fire,TOwprocedurer" + ] + }, + { + "id": "openseek-4-fb667600a3d74e01b7112639b4e5bf86", + "input": "['those', 'q', 'E']", + "output": [ + "thoseqE" + ] + }, + { + "id": "openseek-4-27e4803180a44d7d9378d5604aab2d02", + "input": "['devil,', 'R', 'Sperm-Whale', 'o']", + "output": [ + "devil,RSperm-Whaleo" + ] + }, + { + "id": "openseek-4-0edb1dabeffe42e781b9aec82da175ec", + "input": "['hole', 'o', 'the', 'T']", + "output": [ + "holeotheT" + ] + }, + { + "id": "openseek-4-dbf67b768ae846c7a3c237fb08322bfc", + "input": "['r', 'N', 'whale-steak', 'E', 'lay', 'B', 'so', 'S', 'n', 'incarnate', 'y', 'C', 'with', 'W']", + "output": [ + "rNwhale-steakElayBsoSnincarnateyCwithW" + ] + }, + { + "id": "openseek-4-336bf5e6c61b4b8ca5a5edfd49dbb63d", + "input": "['clasp4yet,', 'V', 'up', 'I', 'm', 'he', 'W', 'anger,', 'b', 'the', 'A', 'Parsee', 'f', 'an', 'z', 'P']", + "output": [ + "clasp4yet,VupImheWanger,btheAParseefanzP" + ] + }, + { + "id": "openseek-4-a29c76f708534a6f870b31e0f1fe4afe", + "input": "['S', 'slid', 'H', 'were', 'R', 'I', 'within', 't', 'underground', 'I', 'c', 'in', 'd']", + "output": [ + "SslidHwereRIwithintundergroundIcind" + ] + }, + { + "id": "openseek-4-15e0ac41e5534a76b1e1026e4aecb7fe", + "input": "['to', 'r', 'didn9t', 'x', 'v']", + "output": [ + "tordidn9txv" + ] + }, + { + "id": "openseek-4-803a55b4028247b4918a69dceee1c01c", + "input": "['Q', 'n', 'L', 'h']", + "output": [ + "QnLh" + ] + }, + { + "id": "openseek-4-83cf8857eddb41da846c73244a23a4d9", + "input": "['A', 'Y', 'what', 'W', 'F', 'q', 'reefed', 't', 'W', 'p', 'silver', 'G']", + "output": [ + "AYwhatWFqreefedtWpsilverG" + ] + }, + { + "id": "openseek-4-19c63891f21e4b5b8829fa0e0ee95afc", + "input": "['began', 'C', 'hat-box,', 'e', 'sailed', 'X']", + "output": [ + "beganChat-box,esailedX" + ] + }, + { + "id": "openseek-4-9fd4ee17893240b9935356415dc309b9", + "input": "['F', 'N', 'many', 'e']", + "output": [ + "FNmanye" + ] + }, + { + "id": "openseek-4-2279d69a6d414abc8be04204896b407c", + "input": "['sleeping', 'g', 'name,', 'u', 'r', 'pocket,', 'N', 'and', 'G', 't']", + "output": [ + "sleepinggname,urpocket,NandGt" + ] + }, + { + "id": "openseek-4-f1d4c1fe4d2241b8897c95e0500014be", + "input": "['u', 'F']", + "output": [ + "uF" + ] + }, + { + "id": "openseek-4-9a261ee0efa743a4af8e461a419d1655", + "input": "['receive', 'q', 'I', 'ship', 'P', 'acquired', 'a', 'into', 'c']", + "output": [ + "receiveqIshipPacquiredaintoc" + ] + }, + { + "id": "openseek-4-e0a9ca242bd941c3afab129dbe619998", + "input": "['i', 'blubber,', 'h', 'T', 'E']", + "output": [ + "iblubber,hTE" + ] + }, + { + "id": "openseek-4-619ac5a62dee45e0b07d1c5a9aeb7319", + "input": "['creeping', 's', 'O', 'other.', 'N', 'opportunity,', 'C', 'keep', 'f', 'p', 'D', 'U', 'A']", + "output": [ + "creepingsOother.Nopportunity,CkeepfpDUA" + ] + }, + { + "id": "openseek-4-27c1f11f13dd4ced89b66638d5e290a9", + "input": "['K', 'M', 'W']", + "output": [ + "KMW" + ] + }, + { + "id": "openseek-4-6997e76a258344faa26e0267e51d28ac", + "input": "['M', 'broad', 'G', 'A', 'But', 'I', 'y', 'J', 'S']", + "output": [ + "MbroadGAButIyJS" + ] + }, + { + "id": "openseek-4-6c7d44c4ff204a9b84743ac2b3b54bd4", + "input": "['p', 'E', 'r']", + "output": [ + "pEr" + ] + }, + { + "id": "openseek-4-a0f1bc9aa28a49abbcb06a65f532a884", + "input": "['x', 'O', 'heads', 'W', 'q', 'f', 'h', 'l', 'relish', 'f', 'He', 'W']", + "output": [ + "xOheadsWqfhlrelishfHeW" + ] + }, + { + "id": "openseek-4-e46551bfbe084d89af5a90410745108d", + "input": "['y', 'l', 'L', 'p', 'way4head', 'C']", + "output": [ + "ylLpway4headC" + ] + }, + { + "id": "openseek-4-b0a0853f70544b118561d755fa82f49e", + "input": "['Y', 'G', 'hands', 'W', 'nearly', 'i', 'in', 'q', 'Look', 'p']", + "output": [ + "YGhandsWnearlyiinqLookp" + ] + }, + { + "id": "openseek-4-d14c0711134b488c91ff52514259f730", + "input": "['h', 'drew', 'z', 'In', 'a', 'cut-water', 'i', 'cannon', 'H', 'Q']", + "output": [ + "hdrewzInacut-watericannonHQ" + ] + }, + { + "id": "openseek-4-191efb78b5e346a099b1b73266d8b84e", + "input": "['a', 'X', 'U', 'laid', 'S', 'p']", + "output": [ + "aXUlaidSp" + ] + }, + { + "id": "openseek-4-1ba1a81a9ebb4b7d9ac40d12f0eed5d9", + "input": "['R', 'to', 'F', 'each', 'N', 'signs', 'Y', 'you', 'Z', 'k', 'a', 'G', 'mounted', 'z']", + "output": [ + "RtoFeachNsignsYyouZkaGmountedz" + ] + }, + { + "id": "openseek-4-7f89d581fecd4f698a5923c580d83d93", + "input": "['weather', 'U', 'it.', 'b', 'i', 'M', 'N', 'L']", + "output": [ + "weatherUit.biMNL" + ] + }, + { + "id": "openseek-4-7833f2e701cc4f8fbe91280b060b1c4b", + "input": "['our', 'z', 'K', 'ranging', 'D', 'u']", + "output": [ + "ourzKrangingDu" + ] + }, + { + "id": "openseek-4-81b560a386db4c3193115912ade53e16", + "input": "['in', 'w', 'N', 'action,', 'K', 'p', 'h', 'z', 'is', 'a', 'only', 'v', 'some', 'R']", + "output": [ + "inwNaction,KphzisaonlyvsomeR" + ] + }, + { + "id": "openseek-4-5a77f638919d494ab6ebbb3f8cf5756b", + "input": "['an', 'f', 't', 'J', 'darting', 'r', 'z', 'K', 'Y', 'shadows', 'P', 'fat', 'g']", + "output": [ + "anftJdartingrzKYshadowsPfatg" + ] + }, + { + "id": "openseek-4-e535476369f34439819734e6178b50a2", + "input": "['canoe,', 'Y', 'thus', 'Q', 'ever', 'y', 'while', 'b', 's', 'o', 'down', 'Z', 'e', 'g', 'S']", + "output": [ + "canoe,YthusQeverywhilebsodownZegS" + ] + }, + { + "id": "openseek-4-b38dfbb88030402585b6135e9799335e", + "input": "['his', 'E', 'smacking', 'y', 'F']", + "output": [ + "hisEsmackingyF" + ] + }, + { + "id": "openseek-4-9a31b8875aa74de484dda658c078aa50", + "input": "['rope', 'R', 'was', 's']", + "output": [ + "ropeRwass" + ] + }, + { + "id": "openseek-4-2314294321b04a678289940c1cd5b52d", + "input": "['A', 'the', 'g', 'of', 'b', 'o', 'his', 'O', 'their', 'f', 'b', 'u']", + "output": [ + "AthegofbohisOtheirfbu" + ] + }, + { + "id": "openseek-4-a4999876b06647b08d83397230fb42e3", + "input": "['F', 'be', 'm', 'O']", + "output": [ + "FbemO" + ] + }, + { + "id": "openseek-4-4702f86478244b888b14f35c31769b20", + "input": "['with', 'P', 'me.', 'h', 'done', 'M', 'play!', 'g', 'by', 't', 'J', 'e']", + "output": [ + "withPme.hdoneMplay!gbytJe" + ] + }, + { + "id": "openseek-4-5c1900b8307a4fc09ff8010d6892776c", + "input": "['the', 'Q', 'B', 'H', 'the', 'n', 'just', 'X', 'of', 't', 'might', 'f', 'well,', 'V', 'in', 's', 'the', 'F']", + "output": [ + "theQBHthenjustXoftmightfwell,VinstheF" + ] + }, + { + "id": "openseek-4-8e08cfcde51f42d3a7453d6f5ee7dd67", + "input": "['9em', 'A', 'it.', 'b', 'D', 'D', 'i']", + "output": [ + "9emAit.bDDi" + ] + }, + { + "id": "openseek-4-f895c6b2dc044bf0a7469a6659328469", + "input": "['L', 'w', 'G', 'G', 'S', 'his', 'O', 'b', 'O', 'however', 'P']", + "output": [ + "LwGGShisObOhoweverP" + ] + }, + { + "id": "openseek-4-021daa82bb7e484a998d123a7699a33c", + "input": "['p', 'what', 'Q', 'black', 'e', 'to', 'O', 'tilt,', 'K']", + "output": [ + "pwhatQblacketoOtilt,K" + ] + }, + { + "id": "openseek-4-1e639fa08d3546c991d4a79af035bc8b", + "input": "['his', 'Z', 'J', 'g', 'depresses', 'A', 'o', 'was', 'M', 'there', 'I', 'insert', 'H', 'for', 'E', 'or', 'e']", + "output": [ + "hisZJgdepressesAowasMthereIinsertHforEore" + ] + }, + { + "id": "openseek-4-8a24564fbfc440cba087e4f06bd52815", + "input": "['the', 'd', 'floated', 'Y']", + "output": [ + "thedfloatedY" + ] + }, + { + "id": "openseek-4-def6cc6993f4479a8fe33029762f1b88", + "input": "['D', 'c', 'V']", + "output": [ + "DcV" + ] + }, + { + "id": "openseek-4-916b4df4fbac46dab355057761115bd5", + "input": "['I', 'o', 'there', 'h', 'Broadway', 'y', 'the', 't', 'the', 'F', 'X', 'P']", + "output": [ + "IotherehBroadwayythettheFXP" + ] + }, + { + "id": "openseek-4-cf39636210d4461e9cf7422ef862cf39", + "input": "['N', 'W', 'lift', 'w', 'X', 'w', 'eye', 'F', 'the', 't', 'promise.', 'B', 'n']", + "output": [ + "NWliftwXweyeFthetpromise.Bn" + ] + }, + { + "id": "openseek-4-22f42c7bef4a4672a654e9508d0673cb", + "input": "['i', 'U', 'Because', 'p', 'k', 'your', 'V', 'remained', 'e', 'G', 'Z']", + "output": [ + "iUBecausepkyourVremainedeGZ" + ] + }, + { + "id": "openseek-4-340f79e2cb8945078cebd5baae1ab621", + "input": "['m', 'H', 'V', 'q', 'W', 'S']", + "output": [ + "mHVqWS" + ] + }, + { + "id": "openseek-4-4bcfa5a6174f4aa7b59aaa73ec772ff3", + "input": "['V', 'call', 'z', 'hard', 'F', 'and', 'j', 'g', 'saw', 'q', 'the', 'D']", + "output": [ + "VcallzhardFandjgsawqtheD" + ] + }, + { + "id": "openseek-4-8074edba50e041cc9de0847d5976a244", + "input": "['crouching', 'M', 'i']", + "output": [ + "crouchingMi" + ] + }, + { + "id": "openseek-4-2ef3517570504a45bc6ad086752516f5", + "input": "['souls', 'P', 'r', 'tossed', 'b', 'L', 'was', 'o', 'short,', 'y', 'v', 'sir,', 'y', 'J']", + "output": [ + "soulsPrtossedbLwasoshort,yvsir,yJ" + ] + }, + { + "id": "openseek-4-b43d72d7f056453a9de286ecde34a9c5", + "input": "['V', 'distributed', 'm', 'number4leaving', 'M', 'e', 'F', 'e', 'F']", + "output": [ + "Vdistributedmnumber4leavingMeFeF" + ] + }, + { + "id": "openseek-4-54c0acc7654c485db9ac374caf4f6344", + "input": "['n', 'rot', 'W', 'q', 'N']", + "output": [ + "nrotWqN" + ] + }, + { + "id": "openseek-4-72d02b8a6467472b832fea2b3ca07b0a", + "input": "['G', 't', 'V', 'a', 'U']", + "output": [ + "GtVaU" + ] + }, + { + "id": "openseek-4-484e676d21494008aa3fbe73c34ecc04", + "input": "['start', 'D', 'same', 'w', 'M', 'S', 'd', 'them,', 'u', 'L', 'f', 'W', 'w']", + "output": [ + "startDsamewMSdthem,uLfWw" + ] + }, + { + "id": "openseek-4-7d019136ba9844ecb42d77d6048e922d", + "input": "['to', 'K', 'unpitying', 'J', 'abandoned', 'O']", + "output": [ + "toKunpityingJabandonedO" + ] + }, + { + "id": "openseek-4-4f7470de144642beb7c77263e1f85536", + "input": "['X', 'here', 'z', 'Isthmus', 'h', 'spoke', 'p', 'his', 'u', 'B', 'l', 'that', 'v', 'N', 'n']", + "output": [ + "XherezIsthmushspokephisuBlthatvNn" + ] + }, + { + "id": "openseek-4-8f8ec95a705e4c6a87e4e8ff77754692", + "input": "['s', 'the', 'f', 'that', 'H', 'w', 'purpose;', 'D', 'name', 'u', 'they', 'l']", + "output": [ + "sthefthatHwpurpose;Dnameutheyl" + ] + }, + { + "id": "openseek-4-80e9df60a4104c57be91435214858cd2", + "input": "['it', 'i', 'turns', 'q', 'with', 'p', 'C']", + "output": [ + "ititurnsqwithpC" + ] + }, + { + "id": "openseek-4-7000da81a7df483ea86d9453abf1759d", + "input": "['G', 'u', 'S', 'hairs,', 'Q', 'the', 'n', 'perched', 'h']", + "output": [ + "GuShairs,Qthenperchedh" + ] + }, + { + "id": "openseek-4-10527aa97e124fd1b30431588fc52d64", + "input": "['and', 'K', 'G', 'pirates,', 'y', 'widow', 'v', 'K', 'y', 'l', 'to', 'X']", + "output": [ + "andKGpirates,ywidowvKyltoX" + ] + }, + { + "id": "openseek-4-43f50124508c45428d8e95f7257414b2", + "input": "['quiet,', 'w', 'Q', 'E']", + "output": [ + "quiet,wQE" + ] + }, + { + "id": "openseek-4-d48561cf921447afbe207fc098e9bb5d", + "input": "['than', 't', 'though', 'Y', 'shattered', 'x', 'as', 'y', 'c']", + "output": [ + "thantthoughYshatteredxasyc" + ] + }, + { + "id": "openseek-4-ee88cd66bc29401f9e69f238de160534", + "input": "['his', 'b', 'K', 'S']", + "output": [ + "hisbKS" + ] + }, + { + "id": "openseek-4-03f9266c14d24ddcbb50267af402b5d1", + "input": "['to', 'l', 'and', 'x', 'F', 'n']", + "output": [ + "tolandxFn" + ] + }, + { + "id": "openseek-4-be95b7a34a924f3d9f5bacf54d01c918", + "input": "['H', 'I', 'N', 'Z', 'which', 'W', 'Z', 'but', 'i', 'detail;', 'L', 'C']", + "output": [ + "HINZwhichWZbutidetail;LC" + ] + }, + { + "id": "openseek-4-bfc07cf9e1cb4292904d934f5258c3a7", + "input": "['and', 'Y', 'too,', 'W', 'R', 'a', 'c', 'z', 'Q', 'F', 'ice-house,', 's']", + "output": [ + "andYtoo,WRaczQFice-house,s" + ] + }, + { + "id": "openseek-4-b8bafd75b9314c939a07bf343fbf8a2b", + "input": "['Y', 'i', 'C']", + "output": [ + "YiC" + ] + }, + { + "id": "openseek-4-083495f4c3d643bebcccaf5df587f668", + "input": "['to', 'F', 'It', 'B', 'use', 'J', 'then', 's']", + "output": [ + "toFItBuseJthens" + ] + }, + { + "id": "openseek-4-aa9c327354a649b997894c0580548e5c", + "input": "['mighty', 'B', 'is', 'I', 'side', 'c', 'c']", + "output": [ + "mightyBisIsidecc" + ] + }, + { + "id": "openseek-4-56e687ed4bed47c48ff8e7a3edf2d0f4", + "input": "['well', 'n', 'n', 'a', 'X', 'In', 'p', 'J', 'S', 'voice', 'e', 'each', 'M', 'q']", + "output": [ + "wellnnaXInpJSvoiceeeachMq" + ] + }, + { + "id": "openseek-4-eae7168674574a7bb5f02eb8b871487e", + "input": "['p', 'B', 'q', 'N']", + "output": [ + "pBqN" + ] + }, + { + "id": "openseek-4-92b3a217d998472a84c58a922e8944ba", + "input": "['I', 'O', 'n', 'they', 'd', 'some', 'Y', 'o', 'more,', 'c', 'C']", + "output": [ + "IOntheydsomeYomore,cC" + ] + }, + { + "id": "openseek-4-69d44f32ca24498a83cfa4b3e7af2532", + "input": "['Z', 'G', 'jaw,', 'Q', 'the', 'K', 'N']", + "output": [ + "ZGjaw,QtheKN" + ] + }, + { + "id": "openseek-4-6eac0998ad6148e28b5ee766c1d59ddd", + "input": "['Y', 'q', 'B']", + "output": [ + "YqB" + ] + }, + { + "id": "openseek-4-58253d955a3644eea3f5ac08a459cbad", + "input": "['y', 's', 'h']", + "output": [ + "ysh" + ] + }, + { + "id": "openseek-4-8798c2b5dff145358994f5898bc7c663", + "input": "['skeleton', 'v', 'weariness', 'D', 'back', 'W', 'E', 'means', 'm', 'they', 'Z']", + "output": [ + "skeletonvwearinessDbackWEmeansmtheyZ" + ] + }, + { + "id": "openseek-4-a88a60cd2540428aa50bc8b97feea0e4", + "input": "['a', 'w', 'c', 'for', 'c', 'k', 'u', 'omitted', 'H']", + "output": [ + "awcforckuomittedH" + ] + }, + { + "id": "openseek-4-c1565970575b49b5b02ed4d501e0ab12", + "input": "['H', 'J', 'I', 'r', 'mankind.', 'K', 'z', 'and', 'j']", + "output": [ + "HJIrmankind.Kzandj" + ] + }, + { + "id": "openseek-4-f18a70a14f104c68af0dd8a0bc71baa6", + "input": "['cBut', 'V', 'doubloon', 'h', 'it', 'c', 'Pip', 'l', 'y', 'absorbingly', 'n', 'J', 'Sam', 'J', 'not', 'J']", + "output": [ + "cButVdoubloonhitcPiplyabsorbinglynJSamJnotJ" + ] + }, + { + "id": "openseek-4-85a0d60d4f9c4a53891db9c48454877b", + "input": "['Smut!', 'h', 'when', 'R', 'this', 'n', 'y', 'turning', 'f', 'that', 'I', 'C', 'incredulous', 'a', 'as', 'g']", + "output": [ + "Smut!hwhenRthisnyturningfthatICincredulousaasg" + ] + }, + { + "id": "openseek-4-ee1686df8e2f466b82acc87d9607066f", + "input": "['also,', 'i', 'round;', 'a', 'V', 'his', 't', 'B']", + "output": [ + "also,iround;aVhistB" + ] + }, + { + "id": "openseek-4-2ef13c4622d542aeacc8e30e4a02b82b", + "input": "['C', 'melodious', 'i', 'X', 'rifle', 'W', 'sent', 'S', 'almost', 'G', 'planted', 't']", + "output": [ + "CmelodiousiXrifleWsentSalmostGplantedt" + ] + }, + { + "id": "openseek-4-1f964fecde784e1fa40d7ac15cb7bfe0", + "input": "['watch', 'l', 'n', 'w', 'j', 'And,', 'J', 'b', 'helmsman', 'T']", + "output": [ + "watchlnwjAnd,JbhelmsmanT" + ] + }, + { + "id": "openseek-4-b7b3e797f7d041a3bead2a1ca4f056fd", + "input": "['as', 'X', 'hands;', 'G', 'again', 'c', 'of', 'Q']", + "output": [ + "asXhands;GagaincofQ" + ] + }, + { + "id": "openseek-4-9baf3e83a844427d9436a72459ceb3a9", + "input": "['T', 'V']", + "output": [ + "TV" + ] + }, + { + "id": "openseek-4-bee5f97f4dc0478eaa3f4518fb7a8f66", + "input": "['headsman;', 'Y', 'U', 'K', 'r', 'Z', 'interchangeably', 'r', 'h', '(_Ahab', 'z']", + "output": [ + "headsman;YUKrZinterchangeablyrh(_Ahabz" + ] + }, + { + "id": "openseek-4-b6daec699f084e9a93d534ba2aa8221f", + "input": "['H', 'table,', 'a']", + "output": [ + "Htable,a" + ] + }, + { + "id": "openseek-4-17c8adfbf21b49dba9512196ec839047", + "input": "['capsized,', 'c', 'V', 'w', 'T', 'R', 'i', 'been', 'R', 'it;', 'S']", + "output": [ + "capsized,cVwTRibeenRit;S" + ] + }, + { + "id": "openseek-4-3db35169037d46ad847afab8ca0b9e57", + "input": "['up,', 'k', 'now', 'k', 'p', 'o']", + "output": [ + "up,knowkpo" + ] + }, + { + "id": "openseek-4-2383febbbbda46e998e422a7e7f8c0b2", + "input": "['of', 'k', 'f', 'a', 'X', 'the', 'v', 't', 'd']", + "output": [ + "ofkfaXthevtd" + ] + }, + { + "id": "openseek-4-fb366d72bb164dca8784b24dbb55c061", + "input": "['j', 'life', 'k', 'No:', 'i', 'G']", + "output": [ + "jlifekNo:iG" + ] + }, + { + "id": "openseek-4-c3dd69edb0364e22bfd1b0da1feebc8b", + "input": "['U', 'than', 'a']", + "output": [ + "Uthana" + ] + }, + { + "id": "openseek-4-d7db0ebfcb48441f8fbde8fa36852160", + "input": "['is', 'l', 'feeling,', 's', 'L', 'momentarily', 'v', 'let', 'w', 'deluge', 'A', 'himself,', 'b', 'S', 'wondrous', 'd', 'thing', 'z']", + "output": [ + "islfeeling,sLmomentarilyvletwdelugeAhimself,bSwondrousdthingz" + ] + }, + { + "id": "openseek-4-11605ceea80d4bea835bbd5d3d7023e5", + "input": "['Captain', 'S', 'paint.', 'K', 't']", + "output": [ + "CaptainSpaint.Kt" + ] + }, + { + "id": "openseek-4-f822a053bdc447ac94968d154864821b", + "input": "['W', 'rafts', 'R', 'd', 'w', 'than', 'M', 'b', 'thin', 'T']", + "output": [ + "WraftsRdwthanMbthinT" + ] + }, + { + "id": "openseek-4-859045ca722742b3af510c1efc48472a", + "input": "['that', 'a', 'm', 'w', 'white', 'r', 'But', 'J']", + "output": [ + "thatamwwhiterButJ" + ] + }, + { + "id": "openseek-4-afa4bd58ed334f72827d0f20e635d5ee", + "input": "['O', 'p', 'a', 'in', 'N', 'How', 'X', 'with', 'i', 'years', 'a', 'tub', 'i', 'f']", + "output": [ + "OpainNHowXwithiyearsatubif" + ] + }, + { + "id": "openseek-4-335d45495c6147ce8206392834397ae3", + "input": "['young', 'r', 'boat!d', 'I', 'it', 'V', 'M']", + "output": [ + "youngrboat!dIitVM" + ] + }, + { + "id": "openseek-4-1b7df38e4f2a4890a88beca96dced849", + "input": "['A', 'Q', 'J']", + "output": [ + "AQJ" + ] + }, + { + "id": "openseek-4-98029f097d384a3a89b63e1449c99e2d", + "input": "['of', 'I', 'O', 'd', 'incantation', 'V', 'A', 'Stubb,', 'h', 'is', 'S']", + "output": [ + "ofIOdincantationVAStubb,hisS" + ] + }, + { + "id": "openseek-4-799d07ee1a3d418d8e97fd7d400321ec", + "input": "['sympathies', 'R', 'yield', 'H', 'seen', 'U', 'Y', 'W', 'U', 'distinctions,', 'd', 'glistening', 'B']", + "output": [ + "sympathiesRyieldHseenUYWUdistinctions,dglisteningB" + ] + }, + { + "id": "openseek-4-74dc40f6f55449b0a78f2abbf524df97", + "input": "['things', 'o', 'R', 'man.', 'D', 'l', 'B', 'Stubb,', 'k', 'end', 'd']", + "output": [ + "thingsoRman.DlBStubb,kendd" + ] + }, + { + "id": "openseek-4-37d0fa1935384c14bc8d56512710f754", + "input": "['some', 'p', 'P', 'of', 'w', 'M', 'oil', 'e', 'Z', 'nights', 'e', 'rolls', 'O']", + "output": [ + "somepPofwMoileZnightserollsO" + ] + }, + { + "id": "openseek-4-16dcb4022c3c4ab0aa169f674f5132f0", + "input": "['Whale9s', 'I', 'f', 'c', 'you', 'c', 'calm', 'S', 'w', 'p']", + "output": [ + "Whale9sIfcyouccalmSwp" + ] + }, + { + "id": "openseek-4-4a4b60f00b3a4d98b2357c19bfa9aa87", + "input": "['death.', 'O', 'waves;', 'W', 'Q', 'windward', 'B']", + "output": [ + "death.Owaves;WQwindwardB" + ] + }, + { + "id": "openseek-4-db02651cc94b427ba5b128cbe692ba0d", + "input": "['f', 'F', 'soft,', 'h', 'd', 'X', 'this;', 'a', 'C', 'C', 'd', 'H']", + "output": [ + "fFsoft,hdXthis;aCCdH" + ] + }, + { + "id": "openseek-4-4343ba1f8d4a489c94167c1c60cb5de3", + "input": "['to', 'm', 'J', 'h', 'it', 'Z', 'T']", + "output": [ + "tomJhitZT" + ] + }, + { + "id": "openseek-4-8ff3f21ffd86478aada7ae64dea885c8", + "input": "['J', 'strange', 'k', 'never', 'l', 'M']", + "output": [ + "JstrangekneverlM" + ] + }, + { + "id": "openseek-4-63a5fcb572254ffcbfdd09396c66cbe4", + "input": "['rear', 's', 'sir;', 'e']", + "output": [ + "rearssir;e" + ] + }, + { + "id": "openseek-4-b3246116219b4ef5a9baf2b9edfedf6d", + "input": "['q', 'then', 'A', 'as', 'Y', 'blood-shot,', 'g', 'Not', 's', 'fiery', 's', 'Slave-ship', 'x', 'the', 'n', 'J', 'Q']", + "output": [ + "qthenAasYblood-shot,gNotsfierysSlave-shipxthenJQ" + ] + }, + { + "id": "openseek-4-8df2e99d396d4d0589921f38be3d6ddc", + "input": "['X', 'z', 'uprising', 'e', 'this', 'Z', 'of', 'g']", + "output": [ + "XzuprisingethisZofg" + ] + }, + { + "id": "openseek-4-f6ab740ec10a460fb84f3905fe242439", + "input": "['a', 'J', 'upon', 'd', 'out', 'A', 's', 'made.', 'Y', 'be', 'Z', 'f', 'cIn', 'M', 'E', 'adroitly', 'N']", + "output": [ + "aJupondoutAsmade.YbeZfcInMEadroitlyN" + ] + }, + { + "id": "openseek-4-0ff200a5cf57415d826440d2c2ad9bdf", + "input": "['t', 'devote', 'V', 'or', 'K', 'Y', 'monstrous', 'j', 'N', 'U', 'in', 'W']", + "output": [ + "tdevoteVorKYmonstrousjNUinW" + ] + }, + { + "id": "openseek-4-d00598434b894ee7a89e5266fb530516", + "input": "['Cape', 'X', 'view', 'q', 'wake,', 'r', 'most', 'C', 'h', 'that', 'k', 'H']", + "output": [ + "CapeXviewqwake,rmostChthatkH" + ] + }, + { + "id": "openseek-4-e3605231969643d5a7b8fb03ef6448b1", + "input": "['convert', 'A', 'T', 'o']", + "output": [ + "convertATo" + ] + }, + { + "id": "openseek-4-34e4659008fa4ac1a021f9a4a943967d", + "input": "['U', 't', 'f', 'over', 'U', 'S', 'And', 'F', 'and', 'y', 's']", + "output": [ + "UtfoverUSAndFandys" + ] + }, + { + "id": "openseek-4-8d065d008be346bdb907329734ecf6ce", + "input": "['M', 'J', 'Eight', 'E', 'd', 'idol;', 'n', 'now', 'L', 'dare', 'm', 'j', 'a']", + "output": [ + "MJEightEdidol;nnowLdaremja" + ] + }, + { + "id": "openseek-4-3d4c0db37b5341e59c0da0256088d5cb", + "input": "['J', 'poison,', 'C', 'f', 'h', 'e', 'with', 'l', 'news;', 'c']", + "output": [ + "Jpoison,Cfhewithlnews;c" + ] + }, + { + "id": "openseek-4-0c5997f148d64a218ac711e8b4cfdd26", + "input": "['home', 'm', 'u', 'd', 'h', 'overboard?', 'W', 'said', 'X', 'g', 'K', 'y', 'n']", + "output": [ + "homemudhoverboard?WsaidXgKyn" + ] + }, + { + "id": "openseek-4-bbdb89a97fce4c23a340e23b763e71e7", + "input": "['z', 'a']", + "output": [ + "za" + ] + }, + { + "id": "openseek-4-72fa3e86646b4b7089da8379f4e49e8e", + "input": "['over', 't', 'there!', 'F', 'P', 'act;', 'U']", + "output": [ + "overtthere!FPact;U" + ] + }, + { + "id": "openseek-4-73bd65e03e2e4287bb3da474b08061fb", + "input": "['passionately', 'h', 'w', 'them,', 'a', 'their', 'Z', 'There', 'M', 'h', 'M', 'and', 'H']", + "output": [ + "passionatelyhwthem,atheirZThereMhMandH" + ] + }, + { + "id": "openseek-4-1bbadcdc80aa4d1ab16241b5ed18a756", + "input": "['b', 'their', 'm', 'O']", + "output": [ + "btheirmO" + ] + }, + { + "id": "openseek-4-0e10778598cc41fb969a874c89515500", + "input": "['in', 'p', 'snow-storm4clandlord,', 'b', 'by', 'i', 'the', 'N', 'chick', 'T', 'Though', 'G', 'm', 'could', 'O']", + "output": [ + "inpsnow-storm4clandlord,bbyitheNchickTThoughGmcouldO" + ] + }, + { + "id": "openseek-4-915e55dd7dd5460992f84dec178917ed", + "input": "['Loose-Fish', 'i', 'q', 'shoots,', 'x', 'f', 'P', 'near.', 'x', 'there', 'b']", + "output": [ + "Loose-Fishiqshoots,xfPnear.xthereb" + ] + }, + { + "id": "openseek-4-7e96b878f2d44038a41d2e632d6b5a48", + "input": "['taken', 'd', 'D', 'as', 'p', 'u']", + "output": [ + "takendDaspu" + ] + }, + { + "id": "openseek-4-f57c851e2cb94e1bb2d04876f2dc38a6", + "input": "['l', 'D', 'R', 'of', 'i', 'w', 'my', 'G', 'captain9s', 'S', 'he', 'm', 'N', 'whale9s', 'c']", + "output": [ + "lDRofiwmyGcaptain9sShemNwhale9sc" + ] + }, + { + "id": "openseek-4-08df5ad6b7fa46dbbe732312df4ae7b0", + "input": "['t', 'theirs.', 'v', 'S']", + "output": [ + "ttheirs.vS" + ] + }, + { + "id": "openseek-4-36eaeda994ce4921b1caa0ad109e4291", + "input": "['v', 'O', 'the', 'J', 'brain,', 'U', 'been', 'Q', 'u', 'M']", + "output": [ + "vOtheJbrain,UbeenQuM" + ] + }, + { + "id": "openseek-4-a8043648594a48e4b04141eb2dad5531", + "input": "['is', 'e', 'night;', 'W', 'R', 'b']", + "output": [ + "isenight;WRb" + ] + }, + { + "id": "openseek-4-24bb462b53e840d1905928bf44ba3e54", + "input": "['V', 'Monadnock', 'A', 'jewellers9', 'g']", + "output": [ + "VMonadnockAjewellers9g" + ] + }, + { + "id": "openseek-4-9ba47df85af34156982ab46e1630e9ec", + "input": "['beams', 'c', 'gave', 'k', 'ever', 'Z', 'leads', 'F', 'behind,', 'Z', 'q']", + "output": [ + "beamscgavekeverZleadsFbehind,Zq" + ] + }, + { + "id": "openseek-4-caa4eca6b4114c6484101a3da86ea526", + "input": "['e', 's', 'As', 'J', 'is', 'i', 'I,', 'E', 'in', 'a', 'to', 't', 'Z']", + "output": [ + "esAsJisiI,EinatotZ" + ] + }, + { + "id": "openseek-4-e8b87f6b258c4161b573a9a0c6484a01", + "input": "['y', 'again.', 'x', 'against', 'z']", + "output": [ + "yagain.xagainstz" + ] + }, + { + "id": "openseek-4-68cf0e5eaef04793b4b847d65b4813f5", + "input": "['man', 'R', 'on', 'N', 't', 'jet', 'a', 'after', 'B', 'e', 'w', 'K', 'surgeon,', 'S']", + "output": [ + "manRonNtjetaafterBewKsurgeon,S" + ] + }, + { + "id": "openseek-4-5aebc32260c54ce9b1522a2e3a9fa1bb", + "input": "['with', 'd', 'E', 'creature', 'r', 'g', 'overheard', 'x', 'F', 'D']", + "output": [ + "withdEcreaturergoverheardxFD" + ] + }, + { + "id": "openseek-4-1ef74574f9664acfb95db5248595f41c", + "input": "['u', 'sea', 'L']", + "output": [ + "useaL" + ] + }, + { + "id": "openseek-4-8e14ae6050d6459caa85eb1318efbe83", + "input": "['in', 'T', 'a', 'ocean', 'S']", + "output": [ + "inTaoceanS" + ] + }, + { + "id": "openseek-4-a6f72669299a4444ae9148c4d7a5b09a", + "input": "['I', 'boiling', 'y', 'i', 'n']", + "output": [ + "Iboilingyin" + ] + }, + { + "id": "openseek-4-21d0cecb2ee14195bd551dbd23fd999c", + "input": "['z', 'L']", + "output": [ + "zL" + ] + }, + { + "id": "openseek-4-09b7473a5b304b01bcc9acd7328e538f", + "input": "['m', 'N']", + "output": [ + "mN" + ] + }, + { + "id": "openseek-4-0a6b2d49054245139719a16fb4c83312", + "input": "['O', 'fires', 'R', 'long,', 'L', 'n', 'Y', 'j', 'and', 'y', 'o', 'Z']", + "output": [ + "OfiresRlong,LnYjandyoZ" + ] + }, + { + "id": "openseek-4-72e1cc83cce7429fafc7518ff4bbf6c6", + "input": "['lost', 'r', 'h', 'g', 'nothing', 'o']", + "output": [ + "lostrhgnothingo" + ] + }, + { + "id": "openseek-4-7fbc323a0e224d609a60855a29b2bc63", + "input": "['Z', 'previous', 'r']", + "output": [ + "Zpreviousr" + ] + }, + { + "id": "openseek-4-98c863e9116044da9503023bb27340e1", + "input": "['b', 'which', 'M', '(though', 'r', 'r', 'including', 'q', 'and', 'g']", + "output": [ + "bwhichM(thoughrrincludingqandg" + ] + }, + { + "id": "openseek-4-91d007af54bd4eb5b76ab8d216b65575", + "input": "['z', 'a', 'J', 'prepared', 'j', 'wearing', 'Z']", + "output": [ + "zaJpreparedjwearingZ" + ] + }, + { + "id": "openseek-4-3915e357f6cf433cb875e62ef87bff28", + "input": "['any', 'X', 'P', 'As', 'I', 'how?4but', 'U']", + "output": [ + "anyXPAsIhow?4butU" + ] + }, + { + "id": "openseek-4-cb4ae003f05a4fbd9f38adc2420bab45", + "input": "['s', 'y', 'S', 'D', 'first', 'E', 'i', 'y', 'are', 'k', 'Z', 'of', 'O']", + "output": [ + "sySDfirstEiyarekZofO" + ] + }, + { + "id": "openseek-4-02a9031a3bec4e49bdad812d6e2a788b", + "input": "['story.', 'u', 'short-warp', 'J', 's', 'and', 'H', 'smoke', 'd', 'L', 'the', 'S', 'a', 'forward.', 'f']", + "output": [ + "story.ushort-warpJsandHsmokedLtheSaforward.f" + ] + }, + { + "id": "openseek-4-e1f74b2256634c469541deb0bfdb013d", + "input": "['b', 'o', 'q', 'c', 'its', 'y']", + "output": [ + "boqcitsy" + ] + }, + { + "id": "openseek-4-2b04f49eb4af4d10be257e99efd148df", + "input": "['o', 'M', 'accidents', 'M']", + "output": [ + "oMaccidentsM" + ] + }, + { + "id": "openseek-4-86d89d87ac68438cac160ffde59d711a", + "input": "['about', 'N', 'l', 'z', 'of', 'x', 'of', 't', 'yellow', 'e', 'V', 'K', 'Y']", + "output": [ + "aboutNlzofxoftyelloweVKY" + ] + }, + { + "id": "openseek-4-f49d320d30314a67bbc3a5e445623b73", + "input": "['crosses.', 'c', 'welcome,', 'b', 'about', 'Y', 'denizen', 'f', 'the', 'U', 'awful', 'S', 'and', 'w', 'X', 'P', 'to', 'Q']", + "output": [ + "crosses.cwelcome,baboutYdenizenftheUawfulSandwXPtoQ" + ] + }, + { + "id": "openseek-4-691074a88326493da20360a2c055b2fa", + "input": "['z', 'first', 'y']", + "output": [ + "zfirsty" + ] + }, + { + "id": "openseek-4-209c5dca449a4e5a9b49ca0ae239de4c", + "input": "['live', 'd', 'the', 'P']", + "output": [ + "livedtheP" + ] + }, + { + "id": "openseek-4-1a0cfa205d454a33b6dd653d3d08b262", + "input": "['the', 'e', 'W', 'this', 'K', 'e', 'boat,', 'K', 'sunlight,', 'd', 'him', 'D', 'Whale;', 'Q']", + "output": [ + "theeWthisKeboat,Ksunlight,dhimDWhale;Q" + ] + }, + { + "id": "openseek-4-9931bbde40d74b4aa66c8e59a0c6a23c", + "input": "['rot;', 'H', 'R', 'M', 'The', 'P', 'g', 'N', 'border', 'a', 'J', 'W', 'and', 'x']", + "output": [ + "rot;HRMThePgNborderaJWandx" + ] + }, + { + "id": "openseek-4-ce98d62ca35b4811bdaf6188bc2290ba", + "input": "['B', 'S', 'S', 'and', 'v', 'flukes.', 'Y', 'do,', 'A', 'j']", + "output": [ + "BSSandvflukes.Ydo,Aj" + ] + }, + { + "id": "openseek-4-5356622176444a17900bd05984ff4747", + "input": "['m', 'in', 'Z', 'it', 'n', 'B', 'to', 'y', 'gloom,', 'F', 'head', 'N', 'waxy,', 'Y']", + "output": [ + "minZitnBtoygloom,FheadNwaxy,Y" + ] + }, + { + "id": "openseek-4-1c8c33c220de4d7fb22e5f3f5e3d8837", + "input": "['K', 'I,', 'V', 'P']", + "output": [ + "KI,VP" + ] + }, + { + "id": "openseek-4-ee160b8b15e44766bd1093f6758016f5", + "input": "['separated,', 'b', 'c', 'M', 'we', 'X', 'M']", + "output": [ + "separated,bcMweXM" + ] + }, + { + "id": "openseek-4-02354a19d70c463289b15bd36e646fde", + "input": "['D', 'c', 'hardy', 'X', 'air,', 'g', 'f']", + "output": [ + "DchardyXair,gf" + ] + }, + { + "id": "openseek-4-1f97a49dee714e4e81abdec3f12e577f", + "input": "['Z', 'v', 'I', 'V', 'so', 'j', 'J', 'rehearsing4singing,', 'G', 'Q', 'y', 'b']", + "output": [ + "ZvIVsojJrehearsing4singing,GQyb" + ] + }, + { + "id": "openseek-4-c8fd77ca280b489388da328f8527bfcd", + "input": "['his', 'g', 'temporarily', 'K', 'I', 'has', 'E', 'v', 's', 'whale,', 'R', 'o', 'p']", + "output": [ + "hisgtemporarilyKIhasEvswhale,Rop" + ] + }, + { + "id": "openseek-4-11a637f0ff444f77bbae1d67c2564cbf", + "input": "['K', 'like', 'R', 'to', 'x', 'break', 'M', 'ship,', 'L', 'needles', 'e', 'isle!', 'N']", + "output": [ + "KlikeRtoxbreakMship,Lneedleseisle!N" + ] + }, + { + "id": "openseek-4-dcb64a19789a414080fc8b241dca141f", + "input": "['w', 'the', 'F', 'Queequeg9s', 'o', 'G', 'E', 'w', 'W', 'i']", + "output": [ + "wtheFQueequeg9soGEwWi" + ] + }, + { + "id": "openseek-4-c5c0991507384807b2972761ec7c4aa1", + "input": "['and', 'Y', 'rigging48for', 's', 'a', 'f', 'light,', 'c', 'i', 'X', 'Spouter-Inn.', 'j', 'M', 'fool', 'V']", + "output": [ + "andYrigging48forsaflight,ciXSpouter-Inn.jMfoolV" + ] + }, + { + "id": "openseek-4-b2f47ec723114809b8414711a5ff3f5f", + "input": "['groaned', 'D', 'indifference', 'B', 'currents', 'x', 'l']", + "output": [ + "groanedDindifferenceBcurrentsxl" + ] + }, + { + "id": "openseek-4-d12361e6e9b5409687ee6d9d2224f71c", + "input": "['L', 'from', 'c', 'Q']", + "output": [ + "LfromcQ" + ] + }, + { + "id": "openseek-4-c21b250dfca84374b7f2efe801dea1dc", + "input": "['a', 'b', 'since4as', 'G', 'voice', 'e', 'in', 'Q']", + "output": [ + "absince4asGvoiceeinQ" + ] + }, + { + "id": "openseek-4-39c7e66d60e241699efe676997a8919a", + "input": "['W', 'p', 'gilded', 'r', 'at', 'P', 'u', 'if', 'E', 'O']", + "output": [ + "WpgildedratPuifEO" + ] + }, + { + "id": "openseek-4-3f45983831f84716b0b69a988b9f7fb1", + "input": "['L', 'of', 'k', 'u', 'g']", + "output": [ + "Lofkug" + ] + }, + { + "id": "openseek-4-43f815ee432a41b7ad17f94c5538d036", + "input": "['A', 'were', 'f']", + "output": [ + "Aweref" + ] + }, + { + "id": "openseek-4-ea7c3ff373af41eead148bbed534d37f", + "input": "['of', 'l', 'channels', 'o', 'field,', 'X', 'succession', 'w', 'monuments', 'x', 'm', 'some,', 'N', 'S']", + "output": [ + "oflchannelsofield,Xsuccessionwmonumentsxmsome,NS" + ] + }, + { + "id": "openseek-4-52c6c0c289b6476388924700d46bf746", + "input": "['must', 'w', 'F', 'unneeded.', 's', 'eye', 'V']", + "output": [ + "mustwFunneeded.seyeV" + ] + }, + { + "id": "openseek-4-e18764b6e4c94c778fc5747b7b1fe748", + "input": "['wherever', 'K', 'u', 'm', 'y', 'I', 'J', 'deliver', 'y']", + "output": [ + "whereverKumyIJdelivery" + ] + }, + { + "id": "openseek-4-4b51c406479c49b58917b4d26a9686b5", + "input": "['in', 'u', 'B', 'q', 'I', 'N', 'P', 'of', 'B', 'Pequod9s', 't']", + "output": [ + "inuBqINPofBPequod9st" + ] + }, + { + "id": "openseek-4-59f0a7dd187147b0b1bd6408daf4e103", + "input": "['U', 'y', 'his', 'E']", + "output": [ + "UyhisE" + ] + }, + { + "id": "openseek-4-8c1386335d72478797acc351ae27d6d9", + "input": "['age', 'r', 'b', 'e', 'G', 'he', 'n', 'q', 'of', 'u']", + "output": [ + "agerbeGhenqofu" + ] + }, + { + "id": "openseek-4-3c287c96fa5f472b95e118531dfc779d", + "input": "['r', 'some', 'Y', 'leaving', 'u', 'h', 'S', 'growing', 'F', 'it', 'b']", + "output": [ + "rsomeYleavinguhSgrowingFitb" + ] + }, + { + "id": "openseek-4-0bfa21a87bb243aaa6911ea0384768b3", + "input": "['and', 'T', 'k', 'retains', 'f', 'H']", + "output": [ + "andTkretainsfH" + ] + }, + { + "id": "openseek-4-5f3eab265a014a1b95dc055bb724ad84", + "input": "['me;', 'J', 'H']", + "output": [ + "me;JH" + ] + }, + { + "id": "openseek-4-550b2b2ec1aa499c8f2cb80851294013", + "input": "['t', 'for,', 'U', 'U', 'L', 'K', 'N', 'wife9s', 'V']", + "output": [ + "tfor,UULKNwife9sV" + ] + }, + { + "id": "openseek-4-5e0c656b61744d9daf97ecce8dc5ea9e", + "input": "['lofty', 'l', 'h', 'likewise', 'J']", + "output": [ + "loftylhlikewiseJ" + ] + }, + { + "id": "openseek-4-b16c17f403724723a67d47b8811450aa", + "input": "['v', 'all', 'j', 'g', 'the', 'd']", + "output": [ + "valljgthed" + ] + }, + { + "id": "openseek-4-329224e1839d482db655d7bf9c8c5b92", + "input": "['w', 'and', 'Q', 'case,', 'v', 'm', 'a', 'm', 'not', 's', 'B', 'i', 'F']", + "output": [ + "wandQcase,vmamnotsBiF" + ] + }, + { + "id": "openseek-4-530be552475646e4be5c36ea33267de1", + "input": "['H', 'b', 'where', 'a', 'H', 'old', 'A', 'm', 'N', 'that', 'z', 'repeated', 'o']", + "output": [ + "HbwhereaHoldAmNthatzrepeatedo" + ] + }, + { + "id": "openseek-4-8af1c430e91544409d118f12d440bb55", + "input": "['to', 'x', 'R', 'further', 'g', 'it,', 'A']", + "output": [ + "toxRfurthergit,A" + ] + }, + { + "id": "openseek-4-fa58f10bccd04933b8665580ff4462b7", + "input": "['p', 'of', 'e', 'that', 'w', 'c', 'g', 'for', 'v', 'X', 'roar', 'R', 'R', 'L']", + "output": [ + "pofethatwcgforvXroarRRL" + ] + }, + { + "id": "openseek-4-14dd35e87ef445f6bbb5ce1b71430baa", + "input": "['x', 'of', 'v', 'there', 'b', 'U']", + "output": [ + "xofvtherebU" + ] + }, + { + "id": "openseek-4-85fdaaca66644a75ab5807fdec139af3", + "input": "['that', 'e', 'O', 'J', 'u', 'performing', 'q', 'drew', 'C', 'definition', 'O', 'D']", + "output": [ + "thateOJuperformingqdrewCdefinitionOD" + ] + }, + { + "id": "openseek-4-b74adfe560694f27bbfe7ba03ecd8980", + "input": "['K', 'its', 'k', 'think', 'a', 'little', 'Q', 'F', 'f']", + "output": [ + "KitskthinkalittleQFf" + ] + }, + { + "id": "openseek-4-cc687f2eb7d747528956b0ba6fde9814", + "input": "['four', 'F', 'e', 'way', 'D', 'yards', 'G']", + "output": [ + "fourFewayDyardsG" + ] + }, + { + "id": "openseek-4-110f6c7332e74273a4b9f00b7edd0874", + "input": "['the', 'l', 'A', 'z', 'wounded', 't', 'watch', 'C', 'F']", + "output": [ + "thelAzwoundedtwatchCF" + ] + }, + { + "id": "openseek-4-00ecdf147cd944ce930200b49022ea32", + "input": "['the', 'v', 'D']", + "output": [ + "thevD" + ] + }, + { + "id": "openseek-4-d9070b9e4c8148ff948254bf231eea11", + "input": "['B', 'j', 'the', 'm', 'it', 'C', 'conduct', 's', 'r']", + "output": [ + "BjthemitCconductsr" + ] + }, + { + "id": "openseek-4-d517aa4975d24328965a1fdfc690c31d", + "input": "['E', 'c', 'K', 'was', 'C', 'against', 's']", + "output": [ + "EcKwasCagainsts" + ] + }, + { + "id": "openseek-4-4e9d5cefbaa74d7794e0fd231317e935", + "input": "['j', 'Y', 'p']", + "output": [ + "jYp" + ] + }, + { + "id": "openseek-4-f2071f384e7a4379bf371595a226fa47", + "input": "['G', 'The', 'J', 'w', 'one', 'J']", + "output": [ + "GTheJwoneJ" + ] + }, + { + "id": "openseek-4-cf7d17150baa49fb8062689108968b97", + "input": "['Q', 'so', 'y', 'drowning', 'E', 'k', 'solved', 'd', 'of', 'f', 'X', 'porpoise.', 'h']", + "output": [ + "QsoydrowningEksolveddoffXporpoise.h" + ] + }, + { + "id": "openseek-4-d19d07f7affa43d194e54cd9c420c554", + "input": "['z', 'v', 'and', 'o', 'W', 'socket', 's', 'I', 'G', 'K', 'soul,', 'L', 'hath', 'T', 'when', 'g']", + "output": [ + "zvandoWsocketsIGKsoul,LhathTwheng" + ] + }, + { + "id": "openseek-4-202d64b6204c4a36b7a6f070cbb5070f", + "input": "['v', 'z', 'orders', 'g', 'he', 'F', 'f', 'w']", + "output": [ + "vzordersgheFfw" + ] + }, + { + "id": "openseek-4-871d83d566d749daa4eb6aa40ac9e201", + "input": "['p', 'U', 'b']", + "output": [ + "pUb" + ] + }, + { + "id": "openseek-4-6ece7e85df064d1d8f985047f58b6d09", + "input": "['n', 'sperm', 'C', 'k', 'Whale,', 'y', 'N']", + "output": [ + "nspermCkWhale,yN" + ] + }, + { + "id": "openseek-4-36f3ee46c0d84bed933e4b894e34c6c6", + "input": "['y', 'i', 'C', 'as', 'f', 'n', 'though', 'v', 'his', 'S', 'm', 'on', 'd', 'e']", + "output": [ + "yiCasfnthoughvhisSmonde" + ] + }, + { + "id": "openseek-4-fadcd86fcc4a4668a315ef36511a70eb", + "input": "['moment4I', 'R', 'G', 's']", + "output": [ + "moment4IRGs" + ] + }, + { + "id": "openseek-4-8b146d39fa894a39aa0ff15528637975", + "input": "['the', 'd', 'to', 'Z', 'array,', 's']", + "output": [ + "thedtoZarray,s" + ] + }, + { + "id": "openseek-4-5372d196be17470b854345a2b7574d03", + "input": "['the', 'w', 'truly!', 'w', 'crew,', 'r', 'His', 's', 'J', 'the', 'B', 'v']", + "output": [ + "thewtruly!wcrew,rHissJtheBv" + ] + }, + { + "id": "openseek-4-e91a97e2bfde4cfb9ae0024004de2e95", + "input": "['D', 'at', 'i', 'F', 'were', 't', 'pregnant', 'g', 'base,', 'x', 'C', 'arm', 'k']", + "output": [ + "DatiFweretpregnantgbase,xCarmk" + ] + }, + { + "id": "openseek-4-608cb5acf9eb4d52b0a8a2706040de0d", + "input": "['z', 'M', 'broad,', 'c']", + "output": [ + "zMbroad,c" + ] + }, + { + "id": "openseek-4-bca1e71ac65147ce988b26c4bf525ad1", + "input": "['m', 'two', 'n', 'w', 'to', 'y', 'z', 'N', 'It', 'U']", + "output": [ + "mtwonwtoyzNItU" + ] + }, + { + "id": "openseek-4-1d399777f7974ad69cf00a874ca276e5", + "input": "['the', 'V', 'of', 'E']", + "output": [ + "theVofE" + ] + }, + { + "id": "openseek-4-ddc5e666fbe94802b35b4f1657e44366", + "input": "['v', 'y', 'g', 'forgotten.', 'i']", + "output": [ + "vygforgotten.i" + ] + }, + { + "id": "openseek-4-22c22cdf50bd4da2a83d456c49729f74", + "input": "['w', 'W', 'bidding.', 'J', 'M']", + "output": [ + "wWbidding.JM" + ] + }, + { + "id": "openseek-4-f7e9e35d750642d5a786d100d285e246", + "input": "['artist.', 'l', 'she', 'S', 'smell,', 'E', 'y', 'I', 'W', 't', 'we', 'b', 'is', 'l', 'b']", + "output": [ + "artist.lsheSsmell,EyIWtwebislb" + ] + }, + { + "id": "openseek-4-e442b0a5a96644d0aa4d5ec8bdd80b22", + "input": "['G', 'k', 'R', 'B', 'K', 'm', 'yet,', 'n', 'V']", + "output": [ + "GkRBKmyet,nV" + ] + }, + { + "id": "openseek-4-85f058970507466596634a4cc5401d1c", + "input": "['whole', 'V', 'F', 'me', 'p']", + "output": [ + "wholeVFmep" + ] + }, + { + "id": "openseek-4-da2e1439c43f4bbd9f60dac63f5de9ce", + "input": "['c', 'H', 'passing', 'A', 'secret', 'T', 'flow,', 'G', 'k', 'it', 'i']", + "output": [ + "cHpassingAsecretTflow,Gkiti" + ] + }, + { + "id": "openseek-4-114779623fc84f87b6ffc926161601b9", + "input": "['Z', 'be', 'Z', 'q', 'X', 'of', 'g', 'J', 'drab-coloured', 'q', 'o']", + "output": [ + "ZbeZqXofgJdrab-colouredqo" + ] + }, + { + "id": "openseek-4-f76a50ff47eb442b90ed0d19cb90ada0", + "input": "['likes', 'a', 'you', 'A', 'm', 'the', 'O', 'd', 'peril,', 'Y', 'r', 'four', 'y', 'F', 'K']", + "output": [ + "likesayouAmtheOdperil,YrfouryFK" + ] + }, + { + "id": "openseek-4-1ce35c300b98449c83438ca3583513d2", + "input": "['May,', 'E', 'not', 'y', 'y', 'windlass,', 'Y', 'A', 'my', 'w', 'e']", + "output": [ + "May,Enotyywindlass,YAmywe" + ] + }, + { + "id": "openseek-4-35d495c155bd41a1857bcf2aa2e40b10", + "input": "['d', 'some', 'h', 'O', 'summoning', 'e', 'I', 'K', 'Stubb,', 'B', 'eat', 'l', 'I']", + "output": [ + "dsomehOsummoningeIKStubb,BeatlI" + ] + }, + { + "id": "openseek-4-9ce1d6895b7846b180e3e3255a57991d", + "input": "['I', 'u', 'boys,d', 'J', 'N', 'perform', 'D']", + "output": [ + "Iuboys,dJNperformD" + ] + }, + { + "id": "openseek-4-53c8261e4b2047b7963767ee1ad296f5", + "input": "['to', 'g', 'flies', 'j', 'U', 'of', 'K', 'anxious', 'G', 'v', 'z', 'w', 'Z']", + "output": [ + "togfliesjUofKanxiousGvzwZ" + ] + }, + { + "id": "openseek-4-3a7c2ba9112b4fb58d2ba6d2d2f8cc17", + "input": "['myself', 'm', 'U', 'y']", + "output": [ + "myselfmUy" + ] + }, + { + "id": "openseek-4-589bc995570e4bc392e2fd739428ae39", + "input": "['my', 'u', 'o', 'most', 'D']", + "output": [ + "myuomostD" + ] + }, + { + "id": "openseek-4-e2dc4915e2454f10b7c44152464b7377", + "input": "['his', 'C', 'we', 'x', 'inclusive', 'X', 'ship', 'x']", + "output": [ + "hisCwexinclusiveXshipx" + ] + }, + { + "id": "openseek-4-a65b8173db454bcd834a8c0c37b5776b", + "input": "['f', 'by', 'k', 'R', 'he', 'Z', 'together', 'P', 'so', 'U', 'M', 'gay', 'T']", + "output": [ + "fbykRheZtogetherPsoUMgayT" + ] + }, + { + "id": "openseek-4-8a7015a352cc4e9897f0f8125cd21baa", + "input": "['my', 'h', 'and', 'R']", + "output": [ + "myhandR" + ] + }, + { + "id": "openseek-4-56e5a943fbfb4e389bece288ca49e9ff", + "input": "['pedestrian', 'P', 'never', 'x', 'CHAPTER', 'M', 'and', 'E', 'and', 'B', 'U', 'x', 'R', 'travel', 'y']", + "output": [ + "pedestrianPneverxCHAPTERMandEandBUxRtravely" + ] + }, + { + "id": "openseek-4-c069c773469b4c1688d8372dd7b78333", + "input": "['g', 'the', 'U', 'that', 'h', 'a', 'H', 'L', 'f', 'spout', 'B', 'to', 'V']", + "output": [ + "gtheUthathaHLfspoutBtoV" + ] + }, + { + "id": "openseek-4-2bca122c9b994d7084016189cf444851", + "input": "['a', 'increasing', 'V', 'induce', 'L', 'U', 'from', 'm', 'J', 'the', 'D']", + "output": [ + "aincreasingVinduceLUfrommJtheD" + ] + }, + { + "id": "openseek-4-18d80a9ff2b7436f8323a9eb17ac558c", + "input": "['A', 'in', 'f']", + "output": [ + "Ainf" + ] + }, + { + "id": "openseek-4-09f617a9ed4e4cba94fd3db4b869cd6a", + "input": "['the', 'a', 'was', 'C', 'z', 'x', 'M', 'v', 't', 's', 'U', 'be', 'G']", + "output": [ + "theawasCzxMvtsUbeG" + ] + }, + { + "id": "openseek-4-00194dedc6cc4373bfc86f99b489a8ae", + "input": "['t', 'C', 'O', 'L', 'accosted', 'U', 'G', 'thus', 'q']", + "output": [ + "tCOLaccostedUGthusq" + ] + }, + { + "id": "openseek-4-a84f7707f3ff4e14a84da6626b6c77dd", + "input": "['not', 'G', 'thereby', 'w', 'j']", + "output": [ + "notGtherebywj" + ] + }, + { + "id": "openseek-4-7bcfa8ab13474af9b715b76d7c725c65", + "input": "['with', 'E', 'partake', 'R', 'g', 'Hyena', 'Q', 'again', 'H', 'O']", + "output": [ + "withEpartakeRgHyenaQagainHO" + ] + }, + { + "id": "openseek-4-bcf29591a8f540e6beb4e36fdfef3d24", + "input": "['sunken', 'k', 'a', 'k', 'after', 'l', 'x', 'queens', 'B', 'e', 'for', 'v', 'A', 'J', 'V']", + "output": [ + "sunkenkakafterlxqueensBeforvAJV" + ] + }, + { + "id": "openseek-4-37b8beec345e463d891061b49d571183", + "input": "['these', 'B', 'I', 'x', 'to', 'J', 'S', 'shot', 't', 'V', 'pincers,', 'a', 'q']", + "output": [ + "theseBIxtoJSshottVpincers,aq" + ] + }, + { + "id": "openseek-4-211f194fa1fb4677bfe21e800698dc15", + "input": "['D', 'it', 'G', 'J', 'j', 'z', 'are', 'A']", + "output": [ + "DitGJjzareA" + ] + }, + { + "id": "openseek-4-116ac23c0d0f4432b6cc64b309b2c45a", + "input": "['concentrating', 'A', 'lion-maned', 'Z', 'I', 'x', 'K', 'the', 'E', 'i', 'G']", + "output": [ + "concentratingAlion-manedZIxKtheEiG" + ] + }, + { + "id": "openseek-4-c8219d5718c942fdaef71fb950cf6e84", + "input": "['seemed', 'f', 'from', 'U', 'an', 'I', 'that', 'T', 'pool!', 'S', 'A', 'J', 'for', 'Q', 'cIn', 'D']", + "output": [ + "seemedffromUanIthatTpool!SAJforQcInD" + ] + }, + { + "id": "openseek-4-2530f3efd6e740878f52c46488dd54b8", + "input": "['n', 'looks', 'w', 'Z', 'x', 'H', 'A', 'j']", + "output": [ + "nlookswZxHAj" + ] + }, + { + "id": "openseek-4-4f7926c8477f44b4a5048757e22880d4", + "input": "['j', 'K', 'he;', 'V', 'W', 'sonorous', 'b', 'lifted;', 'o', 'X', 'exhaling', 'o', 'Morquan!', 'm']", + "output": [ + "jKhe;VWsonorousblifted;oXexhalingoMorquan!m" + ] + }, + { + "id": "openseek-4-d1d435c06b194420870138ca5799ad80", + "input": "['L', 'cgive', 'E', 'the', 'X']", + "output": [ + "LcgiveEtheX" + ] + }, + { + "id": "openseek-4-547f24f817b74548a5dce28c39385481", + "input": "['savage,', 'o', 'to', 'I', 'or', 'y', 'with', 'g', 'alewives', 'Q', 'a', 'y']", + "output": [ + "savage,otoIorywithgalewivesQay" + ] + }, + { + "id": "openseek-4-8d7103caed6f4bbfbb64fbe5393c3fc4", + "input": "['f', 'Moby', 'h', 'Q', 'K', 'mugs', 'R', 'the', 'G']", + "output": [ + "fMobyhQKmugsRtheG" + ] + }, + { + "id": "openseek-4-ddad74fded9e4ae1a04893e3d3821471", + "input": "['Z', 'E']", + "output": [ + "ZE" + ] + }, + { + "id": "openseek-4-80d6c2056edd4656bdceb4832ac0727d", + "input": "['see,', 'S', 'T']", + "output": [ + "see,ST" + ] + }, + { + "id": "openseek-4-a8518f97eed54db9bf3e53d43fdc0a77", + "input": "['whaling', 'h', 'V', 'made', 'S', 'S']", + "output": [ + "whalinghVmadeSS" + ] + }, + { + "id": "openseek-4-e6e7543073a541609d163cc3a2b3245b", + "input": "['e', 'b', 'u', 'y', 'and', 'd', 'Q', 'do', 'P', 'G', 'b']", + "output": [ + "ebuyanddQdoPGb" + ] + }, + { + "id": "openseek-4-024aea2bb3dd47e597ee41bb4066006a", + "input": "['X', 'h', 'of', 'D', 'him,', 'R', 'of', 'j', 'w', 'Z', 'H', 'l']", + "output": [ + "XhofDhim,RofjwZHl" + ] + }, + { + "id": "openseek-4-5a156c80e8844e37a864a0e12709c4e1", + "input": "['mistaken', 'K', 'way', 's']", + "output": [ + "mistakenKways" + ] + }, + { + "id": "openseek-4-048b1b60c6a6415ab5691d2479fa676b", + "input": "['b', 'next', 'W', 'h', 'o', 'm', 'the', 'L']", + "output": [ + "bnextWhomtheL" + ] + }, + { + "id": "openseek-4-5eff2e2f4a984c56afd52ab2a2ed5111", + "input": "['every', 'E', 'O', 'u', 'Dodge', 'w']", + "output": [ + "everyEOuDodgew" + ] + }, + { + "id": "openseek-4-e8593cf3430c4dd8bd0d576ba2b73f1b", + "input": "['including', 'h', 'r', 'hard', 'G', 'Ye', 'g', 'most', 'o', 'v', 'own', 'X', 'our', 'p']", + "output": [ + "includinghrhardGYegmostovownXourp" + ] + }, + { + "id": "openseek-4-f664f0de76bc48f4898d1fd4aec71fd4", + "input": "['z', 'their', 'Z', 'of', 'y', 'G', 'i', 'Canallers.', 'f', 'the', 'Q', 'q', 'made', 'n']", + "output": [ + "ztheirZofyGiCanallers.ftheQqmaden" + ] + }, + { + "id": "openseek-4-ed7c1d63c76f4bbd82bcf3ae052755ad", + "input": "['so', 'Y', 'While', 'q', 'stranger', 'e', 'S', 'placed', 'a', 't']", + "output": [ + "soYWhileqstrangereSplacedat" + ] + }, + { + "id": "openseek-4-56ddb35f811645f1b7bb98252e47382f", + "input": "['F', 'Pequod;', 'w', 'J', 'bringing', 'v', 'fled', 'l', 'y']", + "output": [ + "FPequod;wJbringingvfledly" + ] + }, + { + "id": "openseek-4-899e7b15269540a8bb0dc077d21cca0d", + "input": "['q', 'leaves', 't', 'Pequod', 'K', 'c', 'mind,', 'C', 'day', 'Y', 'whose', 'N', 'q', 'many', 's', 'K']", + "output": [ + "qleavestPequodKcmind,CdayYwhoseNqmanysK" + ] + }, + { + "id": "openseek-4-3d4efc28018b42c98304d336f8ed51a6", + "input": "['boats.', 'X', 'beat', 'S', 'V', 'and', 'S', 'at', 'L', 'made', 'r', 'Ahab?d', 'g', 'against', 'I', 'batteries,', 'u', 'f']", + "output": [ + "boats.XbeatSVandSatLmaderAhab?dgagainstIbatteries,uf" + ] + }, + { + "id": "openseek-4-c33c8f5d95284dfea94611c759134415", + "input": "['harpoon', 'v', 'even', 'r', 'x', 'Q', 'us.', 'a', 'm', 't', 'of', 'G', 'knowing', 'm']", + "output": [ + "harpoonvevenrxQus.amtofGknowingm" + ] + }, + { + "id": "openseek-4-f1ca56246404431588d7b1763dfc9afc", + "input": "['t', 'Y']", + "output": [ + "tY" + ] + }, + { + "id": "openseek-4-f2dfa2cb98674ac99fdeaf3000e6a1c8", + "input": "['propped', 'z', 'ye?', 'p', 'outbellying', 't', 'seen', 'f']", + "output": [ + "proppedzye?poutbellyingtseenf" + ] + }, + { + "id": "openseek-4-ea777bdfcdea4d7899ff1e4bd91b35b6", + "input": "['M', 'pull', 'S', 'W', 'h', 'N', 'to', 'N', 'murmured', 'j', 'X', 'O']", + "output": [ + "MpullSWhNtoNmurmuredjXO" + ] + }, + { + "id": "openseek-4-80a1121a8f99485fa19902ee86a371e3", + "input": "['gain', 'V', 'e', 'far', 'O', 'inwards', 'J', 'P', 'him,', 'w']", + "output": [ + "gainVefarOinwardsJPhim,w" + ] + }, + { + "id": "openseek-4-ef87678dcbc1446ba90080bd844e7b03", + "input": "['w', 'his', 'q']", + "output": [ + "whisq" + ] + }, + { + "id": "openseek-4-69fcd36766a74c0a80d9bf3bb48d7654", + "input": "['their', 'b', 'I', 'of', 'K', 'I', 'e']", + "output": [ + "theirbIofKIe" + ] + }, + { + "id": "openseek-4-fbb83102357b481a8f77a091034a8cf6", + "input": "['H', 'j', 'o', 'have', 'Y', 'V', 'old', 'a']", + "output": [ + "HjohaveYVolda" + ] + }, + { + "id": "openseek-4-a2950c7f411444de832b6ac45054bf2d", + "input": "['long', 'V', 'P', 'state', 'm', 'his', 'H', 'y', 'is', 'S']", + "output": [ + "longVPstatemhisHyisS" + ] + }, + { + "id": "openseek-4-68fc7ef3854c48fbb0ecc46414c5606c", + "input": "['cWell', 'O', 'i', 'c']", + "output": [ + "cWellOic" + ] + }, + { + "id": "openseek-4-7c4a791e128e41ae8d0a994cc6065cf3", + "input": "['H', 'f', 'C', 'q', 'M']", + "output": [ + "HfCqM" + ] + }, + { + "id": "openseek-4-339236c28dd74f9f896903120e09b80d", + "input": "['a', 'z', 'V', 'm', 'have', 'X']", + "output": [ + "azVmhaveX" + ] + }, + { + "id": "openseek-4-96d766651c3949e8b7d7cc0c3ade2b21", + "input": "['o', 'Z', 'g', 'been', 'X', 'S', 'v', 'L', 'that', 'e', 'whale', 'V']", + "output": [ + "oZgbeenXSvLthatewhaleV" + ] + }, + { + "id": "openseek-4-35959278309a45409c34e9022a742ca7", + "input": "['r', 'and', 'v', 'T', 'A', 'g', 'weather', 'n', 'B', 'U', 'eluding', 'D']", + "output": [ + "randvTAgweathernBUeludingD" + ] + }, + { + "id": "openseek-4-a8f5b11ed8e14baeb6e1925ccb944e45", + "input": "['l', 'u', 'light', 'P', 'beginning', 'g', 'English', 'C', 'all-seeing', 'a', 'X', 'h']", + "output": [ + "lulightPbeginninggEnglishCall-seeingaXh" + ] + }, + { + "id": "openseek-4-87fcdb91cfda45b3a62b558b36714b5e", + "input": "['J', 'A', 'P', 'cherished', 'w', 'it', 'H', 'it', 'U', 'supplicating', 'q']", + "output": [ + "JAPcherishedwitHitUsupplicatingq" + ] + }, + { + "id": "openseek-4-902ff1be8bd1486b867a194c816cac5d", + "input": "['would', 'i', 'Y', 'd', 'r', 'n', 'not', 'p', 's', 'as', 'M']", + "output": [ + "wouldiYdrnnotpsasM" + ] + }, + { + "id": "openseek-4-c100564130494e4b91d99343ae0b1cde", + "input": "['them;', 'k', 's', 'the', 'h', 'man,', 'q', 'out', 'K', 'boat', 'm', 'V', 'j']", + "output": [ + "them;ksthehman,qoutKboatmVj" + ] + }, + { + "id": "openseek-4-8fb0d38109434d5c8ac646e19dd893f9", + "input": "['a', 'Q', 'H', 'then', 'O', 'c']", + "output": [ + "aQHthenOc" + ] + }, + { + "id": "openseek-4-cb07c9403a7d4a2dbb1d88fa86a8c334", + "input": "['now,', 'c', 'is', 'n', 'W', 'hence', 'W', 'P', 'drawing', 'h']", + "output": [ + "now,cisnWhenceWPdrawingh" + ] + }, + { + "id": "openseek-4-1bdecdcc851241ee8deec58d967b0050", + "input": "['was', 'E', 'they', 'i', 'you', 'U', 'n', 'K', 'V', 'Z', 'I']", + "output": [ + "wasEtheyiyouUnKVZI" + ] + }, + { + "id": "openseek-4-5ce7389a102b4bb88279ca3c1b32ee0a", + "input": "['the', 'O', 'J']", + "output": [ + "theOJ" + ] + }, + { + "id": "openseek-4-fcb8d06d379540189c6ce5ae4d370b19", + "input": "['B', 'B', 'muttering4voice', 'Y', 't', 'W', 'moment', 'V', 'to', 'p', 'Q', 'Z']", + "output": [ + "BBmuttering4voiceYtWmomentVtopQZ" + ] + }, + { + "id": "openseek-4-ae85cf1c1e8f4a77bdda5d4a0b55af68", + "input": "['I', 'and', 'H', 'o', 'thing', 'P', 'k', 'o', 'towards', 'u', 'invested', 'G']", + "output": [ + "IandHothingPkotowardsuinvestedG" + ] + }, + { + "id": "openseek-4-9d2e608a125f41e4926ae998718ee994", + "input": "['doing,', 'T', 'that', 'c']", + "output": [ + "doing,Tthatc" + ] + }, + { + "id": "openseek-4-711b59229e9b487786575733f1d5094c", + "input": "['t', 'Oh!', 'l', 'N', 'suspicions', 'Z', 'blood', 'Q', 'E']", + "output": [ + "tOh!lNsuspicionsZbloodQE" + ] + }, + { + "id": "openseek-4-5d5a163315534e5687624dfc693d86e3", + "input": "['shreds;', 'k', 'But', 'c', 'board,', 'm', 'to', 'p', 'crystals.', 'a', 'the', 'c', 'else.', 'w', 'M', 'hinted,', 'e']", + "output": [ + "shreds;kButcboard,mtopcrystals.athecelse.wMhinted,e" + ] + }, + { + "id": "openseek-4-f2fcb7d1115f46b9bf4b6acdd97b34b3", + "input": "['l', 'pursuit', 'O', 'indolent', 'o', 'b']", + "output": [ + "lpursuitOindolentob" + ] + }, + { + "id": "openseek-4-1456647d0fbd4987a195c2c16b2c90ec", + "input": "['C', 'mishap,', 'G', 'A', 'B', 'in', 'e', 'c', 'yet', 'l', 'and', 'i']", + "output": [ + "Cmishap,GABinecyetlandi" + ] + }, + { + "id": "openseek-4-594f3d4748834ae8902a3e00b360b5e6", + "input": "['as', 'E', 'n']", + "output": [ + "asEn" + ] + }, + { + "id": "openseek-4-d559379ae72e44e2b53e5fd77182107d", + "input": "['almost', 'P', 'i', 'cA', 'J']", + "output": [ + "almostPicAJ" + ] + }, + { + "id": "openseek-4-dfc9c5466bf143aaa181c0352b371e6c", + "input": "['H', 'till', 'N', 'Truly,', 'Q', 'you', 'd', 'i', 'C', 'Y', 'o', 'i', 'the', 'm']", + "output": [ + "HtillNTruly,QyoudiCYoithem" + ] + }, + { + "id": "openseek-4-7d1f89eeb50641a5953bbf9a69455fd8", + "input": "['marble', 'X', 'r', 'n', 'U', 'a', 'd', 'X', 'M', 'H', 'the', 'd']", + "output": [ + "marbleXrnUadXMHthed" + ] + }, + { + "id": "openseek-4-5b85c74516f145cca73464d2d054813a", + "input": "['Y', 'chapel,', 'c', 'z', 'J', 'o', 'X']", + "output": [ + "Ychapel,czJoX" + ] + }, + { + "id": "openseek-4-16d59c0c5cd74ff3b393e7678c4cc485", + "input": "['the', 'B', 'don9t', 't']", + "output": [ + "theBdon9tt" + ] + }, + { + "id": "openseek-4-5984774df97c4f5ebaac744d44bfb900", + "input": "['t', 'Besides,', 'n', 'N']", + "output": [ + "tBesides,nN" + ] + }, + { + "id": "openseek-4-7ec49bb1b4d54d2bbca1447677c573e5", + "input": "['z', 'D', 'excitement.', 'u', 'a', 'b', 'I', 'p', 'i']", + "output": [ + "zDexcitement.uabIpi" + ] + }, + { + "id": "openseek-4-b3cbc89e70934f24b5fb6bcecf970345", + "input": "['h', 'N', 'N']", + "output": [ + "hNN" + ] + }, + { + "id": "openseek-4-c0f819c4943b43f78bce11225de6c542", + "input": "['p', 'x', 'J', 'd', 'same', 'C', 'she', 'l']", + "output": [ + "pxJdsameCshel" + ] + }, + { + "id": "openseek-4-323101a8696747108292adcf5506abac", + "input": "['Rockaway', 'Z', 'q', 'G', 'J', 'S', 'there', 'O', 'c', 'g']", + "output": [ + "RockawayZqGJSthereOcg" + ] + }, + { + "id": "openseek-4-edecca23cb2b4fdab0e8f0c018edf1be", + "input": "['And', 'v', 'where9er', 'y', 'carving', 'I', 'X', 'without', 'Y']", + "output": [ + "Andvwhere9erycarvingIXwithoutY" + ] + }, + { + "id": "openseek-4-a6a39028fbfb43d0bc1abcbe6e83d2e1", + "input": "['as', 'N', 'P', 'Z']", + "output": [ + "asNPZ" + ] + }, + { + "id": "openseek-4-d0d3d38653534dc2b874302312a041b5", + "input": "['A', 'd', 'one', 'd', 'C', 'horses', 'r', 'newly', 'u', 'a', 'k']", + "output": [ + "AdonedChorsesrnewlyuak" + ] + }, + { + "id": "openseek-4-9e29dbba6e39452c92b1e0884b69d87b", + "input": "['same', 'c', 'singular', 'o', 'has', 'h', 'i', 'M', 'great', 'I', 'b', 'Queequeg,', 'p', 'M']", + "output": [ + "samecsingularohashiMgreatIbQueequeg,pM" + ] + }, + { + "id": "openseek-4-fba0cddc106d426ab8361b8f16d5246d", + "input": "['K', 'own', 'n', 'T', 'equally', 't', 'J', 'C']", + "output": [ + "KownnTequallytJC" + ] + }, + { + "id": "openseek-4-380e6bc7a995412889ce20bd9020f1db", + "input": "['From', 'M', 'j', 'B', 's', 'R']", + "output": [ + "FromMjBsR" + ] + }, + { + "id": "openseek-4-6c15b3b17d4f4efda602577f2fa8a1bc", + "input": "['in', 'g', 'm', 'the', 'm', 'a', 'magnitude', 'C', 'to', 'j', 'lances;', 'A', 'p', 'or', 'H']", + "output": [ + "ingmthemamagnitudeCtojlances;AporH" + ] + }, + { + "id": "openseek-4-fae50f7c5ed247c0aaffa7e639306fd6", + "input": "['p', 'p', 'are', 'e', 'down,', 'H', 'F']", + "output": [ + "ppareedown,HF" + ] + }, + { + "id": "openseek-4-aa900b4f1fb443608bce38835346b665", + "input": "['this', 'x', 'plaintiffs', 'n', 'k', 'well', 'K', 'in', 'Q', 'splinters.', 'R', 'any', 'F']", + "output": [ + "thisxplaintiffsnkwellKinQsplinters.RanyF" + ] + }, + { + "id": "openseek-4-e2cb77a5e0c1407f83cf8865c0a0798b", + "input": "['salted', 'a', 'iron', 'x']", + "output": [ + "saltedaironx" + ] + }, + { + "id": "openseek-4-06b532df6c7b40d0a04801852da6c810", + "input": "['badge', 'R', 'L', 'the', 'H', 'out.', 'G', 'T', 'O', 'pointed', 's', 'y', 'B', 'Canallers', 'o']", + "output": [ + "badgeRLtheHout.GTOpointedsyBCanallerso" + ] + }, + { + "id": "openseek-4-b53ee54521d74b7ab555fced033e9c82", + "input": "['other', 'y', 'sort', 'd', 'I', 'the', 'n', 'high', 'l', 'f', 'B']", + "output": [ + "otherysortdIthenhighlfB" + ] + }, + { + "id": "openseek-4-f340bd78804e4029894a9a4d8177ff21", + "input": "['puzzled', 'x', 'X', 'remain.', 'F', 'look', 't', 'Y', 'that', 'k']", + "output": [ + "puzzledxXremain.FlooktYthatk" + ] + }, + { + "id": "openseek-4-2a91b28aebd44483ad72aff3d03ca974", + "input": "['of', 'B', 'i', 'unreasoning', 'u', 's', 'the', 'M', 'must', 'F', 'N', 'Sunda', 'K', 'distended', 'S']", + "output": [ + "ofBiunreasoningustheMmustFNSundaKdistendedS" + ] + }, + { + "id": "openseek-4-7f0f42bc4ff7473c97856f7fee447a70", + "input": "['the', 'o', 'E', 'y', 'n', 'L', 'threshold', 'Q', 'o', 'the', 'g', 'in', 'R']", + "output": [ + "theoEynLthresholdQotheginR" + ] + }, + { + "id": "openseek-4-4d555a2c71db4f56891c23b40744eb95", + "input": "['found', 'E', 'on', 'z', 'was', 'i', 'V', 'M', 'R', 's']", + "output": [ + "foundEonzwasiVMRs" + ] + }, + { + "id": "openseek-4-5f693cf7de56481cb839fa88f37de64a", + "input": "['v', 'Quaker', 'U', 'u', 'g', 'contains', 'c']", + "output": [ + "vQuakerUugcontainsc" + ] + }, + { + "id": "openseek-4-3b5b61edf39042769b38034aaaf8918b", + "input": "['v', 'like', 'i', 'looped,', 'h']", + "output": [ + "vlikeilooped,h" + ] + }, + { + "id": "openseek-4-bd1c34a85bcd47f0ada93b6222a6c8a0", + "input": "['of', 'I', 'choking', 'd', 'floats;', 'w', 'Q', 'M', 'had', 'G', 'o', 'captain,', 'F', 'carcase.', 'O', 'to', 'R']", + "output": [ + "ofIchokingdfloats;wQMhadGocaptain,Fcarcase.OtoR" + ] + }, + { + "id": "openseek-4-6e122e1f526848159d0490c3b8eaa0b7", + "input": "['of', 'F', 'D', 'plain', 'o', 'l', 'E']", + "output": [ + "ofFDplainolE" + ] + }, + { + "id": "openseek-4-4b2a5227fb2d4a7791b818eb0b8d9c24", + "input": "['place', 'L', 'k', 'adult', 's', 'h', 'amorous', 'S', 'C']", + "output": [ + "placeLkadultshamorousSC" + ] + }, + { + "id": "openseek-4-690670dd252b4e59ae510518322a6589", + "input": "['U', 'm', 'their', 'v', 'Blinding', 'J', 'new,', 'h', 'u']", + "output": [ + "UmtheirvBlindingJnew,hu" + ] + }, + { + "id": "openseek-4-f9831dcbe57844daa0c65970c0465af7", + "input": "['Why', 'n', 'D', 'm', 'j', 'X', 'M', 'f']", + "output": [ + "WhynDmjXMf" + ] + }, + { + "id": "openseek-4-9f77051ceb5045a78348af461423267d", + "input": "['CHAPTER', 'b', 'u', 'angle', 'U']", + "output": [ + "CHAPTERbuangleU" + ] + }, + { + "id": "openseek-4-63865f7953fb4481b0b33247b47c6e91", + "input": "['P', 'at', 'f', 'U', 'seeks', 'a', 'A', 'on', 'L', 'E', 'the', 'L', 'standing', 'L']", + "output": [ + "PatfUseeksaAonLEtheLstandingL" + ] + }, + { + "id": "openseek-4-e0331481957343af8c9a6e0d9db7225a", + "input": "['i', 'Ahab,', 'u']", + "output": [ + "iAhab,u" + ] + }, + { + "id": "openseek-4-192a7e629ec8407b911425fee5410f37", + "input": "['S', 'o']", + "output": [ + "So" + ] + }, + { + "id": "openseek-4-6db6003c9e5a4467b0b542a3a5b4a311", + "input": "['m', 'that', 'T', 'he', 'o']", + "output": [ + "mthatTheo" + ] + }, + { + "id": "openseek-4-fb366e3b5b6742669c2130738f744c18", + "input": "['is', 'J', 'fro', 'K', 'fish', 'N', 'if', 'z', 'Flaskd4pointing', 'q', 'neglect', 's']", + "output": [ + "isJfroKfishNifzFlaskd4pointingqneglects" + ] + }, + { + "id": "openseek-4-4e89c65bb43b407a9aca7db9f1a0dd0a", + "input": "['looked', 'm', 'put', 'u', 'j', 'N', 'M']", + "output": [ + "lookedmputujNM" + ] + }, + { + "id": "openseek-4-e889861e97004926a02265eabfd69f35", + "input": "['overawed', 'X', 'and', 'W', 'flood-gates', 'N']", + "output": [ + "overawedXandWflood-gatesN" + ] + }, + { + "id": "openseek-4-f6e53060d5a742279daeb07dfdd12b3c", + "input": "['m', 'Q', 'as', 'u', 'alone', 'O', 'N', 'G', 'K']", + "output": [ + "mQasualoneONGK" + ] + }, + { + "id": "openseek-4-3bcaf741923444508d1c40beb16456bc", + "input": "['J', 'and', 'l', 'x', 'w']", + "output": [ + "Jandlxw" + ] + }, + { + "id": "openseek-4-3508f1fbdaba463399d2c166b3a57eeb", + "input": "['X', 'when', 'H']", + "output": [ + "XwhenH" + ] + }, + { + "id": "openseek-4-f97f4b8189cf46128ecc4b9d1525b85e", + "input": "['j', 'not', 'O', 'the', 'P', 'Octavo,', 'i', 'same', 'V', 'd', 'it', 'K', 'us', 'H', 'Pequod9s', 'w', 'd']", + "output": [ + "jnotOthePOctavo,isameVditKusHPequod9swd" + ] + }, + { + "id": "openseek-4-44eaa3b6286f442f8bb229ba015ac857", + "input": "['a', 'l', 'Mysteriously', 'q', 'U', 't', 'notches.', 'P', 'F', 'Z']", + "output": [ + "alMysteriouslyqUtnotches.PFZ" + ] + }, + { + "id": "openseek-4-fe7125e7f5e64fcea9d4156ace3d3734", + "input": "['T', 'Z', 'C', 'whose', 'z', 'make', 'N', 'N', 'I.', 'Q', 'of', 'W', 'case;', 'M']", + "output": [ + "TZCwhosezmakeNNI.QofWcase;M" + ] + }, + { + "id": "openseek-4-c6629867b1f74ae6927589bc1815c27b", + "input": "['j', 'b', 'strangely', 'k', 'p', 'branded', 'm', 'S', 'p', 'X', 'G']", + "output": [ + "jbstrangelykpbrandedmSpXG" + ] + }, + { + "id": "openseek-4-1de73b8907e842e68f63e39e1ad10826", + "input": "['life', 'V', 'At', 'A', 'G', 'S', 'o', 'X', 'b', 'E', 'D', 'a']", + "output": [ + "lifeVAtAGSoXbEDa" + ] + }, + { + "id": "openseek-4-4c4f7ebee16745c78cc112a1b978378e", + "input": "['here', 'n', 'the', 'A', 'foot', 'z', 'belly.', 'o']", + "output": [ + "herentheAfootzbelly.o" + ] + }, + { + "id": "openseek-4-01a51b305b9e4dfc979f3552ac1aca26", + "input": "['V', 'k', 'them,', 'X', 'at', 'T', 'hoky-poky', 'Z', 's', 'O', 'r', 'didn9t', 'e']", + "output": [ + "Vkthem,XatThoky-pokyZsOrdidn9te" + ] + }, + { + "id": "openseek-4-c2b58d58bb1c481698646723686802e8", + "input": "['of', 'p', 'drawing', 'O', 'w', 'than', 'h', 'P', 'the', 'A', 'this', 'k', 'in', 'I', 'the', 's', 'T']", + "output": [ + "ofpdrawingOwthanhPtheAthiskinIthesT" + ] + }, + { + "id": "openseek-4-7407af90b7bb44d1ba6fef373afab849", + "input": "['l', 'off', 'k', 'Z', 'Z', 's']", + "output": [ + "loffkZZs" + ] + }, + { + "id": "openseek-4-318e2a8c8a934a86a63437a2d1993a95", + "input": "['and', 'Q', 'Pequod9s', 'b', 'about', 'i', 'the', 'a', 'e', 'thing;', 'f', 'the', 'E']", + "output": [ + "andQPequod9sbaboutitheaething;ftheE" + ] + }, + { + "id": "openseek-4-0c2cbdf7b5294878ae48732c3d2939ee", + "input": "['time', 'u', 'then', 'K', 'the', 'm', 'out', 'b', 'to', 't']", + "output": [ + "timeuthenKthemoutbtot" + ] + }, + { + "id": "openseek-4-b2416d1f473f4ccf850820ae9acedbc8", + "input": "['c', 'i', 'portentousness', 'b']", + "output": [ + "ciportentousnessb" + ] + }, + { + "id": "openseek-4-ab39eb431d914d5fb19f8656f9e1e4ad", + "input": "['h', 'his', 'h', 'by', 'V', 'had', 'D', 'y', 'R', 'his', 'Z', 'Y']", + "output": [ + "hhishbyVhadDyRhisZY" + ] + }, + { + "id": "openseek-4-d6db836df23a438ca9c90fc62f1f441d", + "input": "['species,', 'Y', 'repairing,', 'w', 'i']", + "output": [ + "species,Yrepairing,wi" + ] + }, + { + "id": "openseek-4-aa3dc068450b46c4be20ccbd304eba09", + "input": "['here,', 'Q', 'M', 'whale', 'E', 'm', 'z']", + "output": [ + "here,QMwhaleEmz" + ] + }, + { + "id": "openseek-4-aa5c94cebda64a2ba7fc635c737890ff", + "input": "['particle', 'K', 'bulwarks,', 'N']", + "output": [ + "particleKbulwarks,N" + ] + }, + { + "id": "openseek-4-2b682ee11c354994994ad342e73511ca", + "input": "['like', 'g', 'Y', 'had', 'p', 'with', 'u', 'an', 'Z', 'Conjuror!', 'Y', 'U', 'U']", + "output": [ + "likegYhadpwithuanZConjuror!YUU" + ] + }, + { + "id": "openseek-4-914839c813414fb885f98ae500fc4c7c", + "input": "['his', 'm', 'chief', 'G', 'N', 'ground', 'D', 'yellow', 'o', 'V', 'of', 'D']", + "output": [ + "hismchiefGNgroundDyellowoVofD" + ] + }, + { + "id": "openseek-4-344dc0b09dbd4113a4a393e2d6da30dd", + "input": "['of', 'z', 'skull,', 'p', 'p', 'v', 'I', 'f', 'R', 'h']", + "output": [ + "ofzskull,ppvIfRh" + ] + }, + { + "id": "openseek-4-28712096cf594d41a07310a8d85cef4d", + "input": "['L', 'i', 'rolled', 'e', 'requisite', 'z', 'of', 'i', 'through', 'b']", + "output": [ + "Lirollederequisitezofithroughb" + ] + }, + { + "id": "openseek-4-aec5f1a779d24d23993d2d9915cf1a83", + "input": "['But', 'J', 'S', 's']", + "output": [ + "ButJSs" + ] + }, + { + "id": "openseek-4-b127690f847444558d8be10faaefe32d", + "input": "['V', 'L']", + "output": [ + "VL" + ] + }, + { + "id": "openseek-4-6f2b3cd63b08496c8c286b462430b14e", + "input": "['R', 'task', 'r', 'B', 'J', 'like', 'd']", + "output": [ + "RtaskrBJliked" + ] + }, + { + "id": "openseek-4-ab891ac915ac433486959a61caa7bd30", + "input": "['g', 'maintain', 'f', 'it', 'R', 'G', 'o', 'yet', 'K']", + "output": [ + "gmaintainfitRGoyetK" + ] + }, + { + "id": "openseek-4-08209ed4d7c04c12b27bd2e4347d2fd2", + "input": "['i', 'B', 'C', 'D', 'practicable.', 'o', 'yellow', 'j', 'his', 'I', 'me,', 'Z']", + "output": [ + "iBCDpracticable.oyellowjhisIme,Z" + ] + }, + { + "id": "openseek-4-491122c1b7004126a936fdc74d3a1e97", + "input": "['q', 'N', 'e', 'k', 'V', 'L', 'whale-line', 'c', 'impregnably', 'b', 'Y']", + "output": [ + "qNekVLwhale-linecimpregnablybY" + ] + }, + { + "id": "openseek-4-87bdb342eb3f4e0385a568ed551589bc", + "input": "['M', 'J']", + "output": [ + "MJ" + ] + }, + { + "id": "openseek-4-07802100a2a54f21b8e080a908782e4e", + "input": "['grand', 'l', 'L']", + "output": [ + "grandlL" + ] + }, + { + "id": "openseek-4-880cbbd834d74ec893272bbc29db90b8", + "input": "['U', 'Z', 'round!', 's', 'D', 'three', 'o', 'c', 'fear', 'Y', 'Y']", + "output": [ + "UZround!sDthreeocfearYY" + ] + }, + { + "id": "openseek-4-da76326210b443b6a88ec424217bdac3", + "input": "['i', 'd', 'q', 'B', 'eave-troughs,', 'B', 'floating', 'f', 'J', 'in', 'b', 'a', 'Q']", + "output": [ + "idqBeave-troughs,BfloatingfJinbaQ" + ] + }, + { + "id": "openseek-4-6fb7b37470c6444f811f501f717163ff", + "input": "['H', 't', 'the', 'c', 'There!', 'X', 'called', 'o', 'and', 'b', 'x', 'K']", + "output": [ + "HtthecThere!XcalledoandbxK" + ] + }, + { + "id": "openseek-4-0df1f6e666c64667bbcf7e93b42b32ee", + "input": "['whose', 'Z', 'n', 'N', 't', 'that', 'y']", + "output": [ + "whoseZnNtthaty" + ] + }, + { + "id": "openseek-4-25d2dfab1fdf4459b0b997203bd240da", + "input": "['the', 'S', 'to', 'U', 'in', 'h', 'last;', 'v', 'O', 'Merrily,', 'N', 'n']", + "output": [ + "theStoUinhlast;vOMerrily,Nn" + ] + }, + { + "id": "openseek-4-6537de9afe9e4fe894b7cbabf0c4340a", + "input": "['mast-heads', 'B', 'y', 'Why', 'g', 'marvelled', 'r', 'f', 'F', 'weight', 'B', 'g', 'carlines;', 'W']", + "output": [ + "mast-headsByWhygmarvelledrfFweightBgcarlines;W" + ] + }, + { + "id": "openseek-4-4b960fc8b16a45c9b8327af90321e147", + "input": "['Y', 'p', 'every', 'H', 'her.', 'C', 's', 'narrower', 'm', 'perished', 'U', 'like', 'f', 'arrival,', 'T', 'sooty', 'c']", + "output": [ + "YpeveryHher.CsnarrowermperishedUlikefarrival,Tsootyc" + ] + }, + { + "id": "openseek-4-204100c768ab44e492b73abaed4bdd28", + "input": "['dan', 'u', 'F', 'but', 'l', 'Snodhead,', 't', 'q', 'O', 'while', 'j', 'h', 'of', 'T', 'j']", + "output": [ + "danuFbutlSnodhead,tqOwhilejhofTj" + ] + }, + { + "id": "openseek-4-a61a33a40235463cb8c0a41e3690e1ac", + "input": "['y', 'Z', 'M', 'y', 'and', 'U', 'g', 'to', 'N', '(_or', 'W', 'minds', 'K', 'at', 'S']", + "output": [ + "yZMyandUgtoN(_orWmindsKatS" + ] + }, + { + "id": "openseek-4-708cbd1dddde4eefa8f5b12ba95980e6", + "input": "['a', 'U', 'slit', 'X']", + "output": [ + "aUslitX" + ] + }, + { + "id": "openseek-4-bb7b0a85435a40a9bb355986ec148000", + "input": "['I', 'the', 'r', 'H', 'resume', 'm', 'prick', 'M', 'h', 'pocket', 'p', 'y']", + "output": [ + "ItherHresumemprickMhpocketpy" + ] + }, + { + "id": "openseek-4-8b89e6146adb4bbb955164e2207b5f57", + "input": "['M', 'mean.', 'P']", + "output": [ + "Mmean.P" + ] + }, + { + "id": "openseek-4-be10cda745634dfda96c1fe057fdacb4", + "input": "['sun9s', 'w', 'I', 'right', 'U', 'hapless', 'j', 'm', 'pretend', 'B', 'P']", + "output": [ + "sun9swIrightUhaplessjmpretendBP" + ] + }, + { + "id": "openseek-4-31462886e90d48fd901b2ea4e0bcc10a", + "input": "['i', 'cAway!', 'p', 'time', 'M', 'v', 'years', 'q', 'n', 'A', 'w']", + "output": [ + "icAway!ptimeMvyearsqnAw" + ] + }, + { + "id": "openseek-4-84551cfaf9ed4649ac4e7dfcfbabc689", + "input": "['be', 'b', 'he', 'o', 'the', 'C', 'of', 'u', 'of', 'u']", + "output": [ + "bebheotheCofuofu" + ] + }, + { + "id": "openseek-4-cc2e0f0bbb6f47bab1fc736f10509ada", + "input": "['special', 'O', 'X', 'y', 'f', 'raised', 'c', 'water!', 'i']", + "output": [ + "specialOXyfraisedcwater!i" + ] + }, + { + "id": "openseek-4-1ded2c7917624ee28c7eb10ea09fd5a8", + "input": "['volley', 'B', 'O', 'l', 'c', 'R']", + "output": [ + "volleyBOlcR" + ] + }, + { + "id": "openseek-4-49af995aa4594faf823e685f40b7f2ca", + "input": "['p', 'i', 'X', 'were', 'p', 's', 'Samuel', 'M']", + "output": [ + "piXwerepsSamuelM" + ] + }, + { + "id": "openseek-4-d4e80579df56481d82e35d4c9ca4dcc6", + "input": "['if', 'l', 'K', 'just', 'D', 'G', 'of', 'K', 'bells', 'Y', 'B']", + "output": [ + "iflKjustDGofKbellsYB" + ] + }, + { + "id": "openseek-4-e27df1b1fee6437cb41aa796204a9b9e", + "input": "['h', 'you', 'o', 't', 'I', 'Y']", + "output": [ + "hyouotIY" + ] + }, + { + "id": "openseek-4-e4141e8faead4b4c9f70f1b70dc404a5", + "input": "['p', 'it', 'C', 'q', 'all', 'n']", + "output": [ + "pitCqalln" + ] + }, + { + "id": "openseek-4-0f8c51ebab0a418f95a35d5cb1df93a7", + "input": "['BLOODY', 'p', 'm', 'to', 'N', 'F', 'q']", + "output": [ + "BLOODYpmtoNFq" + ] + }, + { + "id": "openseek-4-8e8a1640980d4667817cbb79934a6b7c", + "input": "['in', 'Z', 'R', 'b', 'his', 'V', 'h', 'w', 'so,', 'J', 'r', 'j']", + "output": [ + "inZRbhisVhwso,Jrj" + ] + }, + { + "id": "openseek-4-07cd0c1fb2564487907d67642815856b", + "input": "['we', 'H', 'x', 'Q']", + "output": [ + "weHxQ" + ] + }, + { + "id": "openseek-4-d6c808845fae4c4e9d0a1cfcefb22e2a", + "input": "['k', 'sable', 'v', 'F', 'V', 'must', 'g', 'if', 'X', 'j', 'at', 'J', 'P', 'm']", + "output": [ + "ksablevFVmustgifXjatJPm" + ] + }, + { + "id": "openseek-4-13045408f9414fb398ade309c5e29735", + "input": "['point', 'P', 'to', 'o', 'may', 'X', 'c']", + "output": [ + "pointPtoomayXc" + ] + }, + { + "id": "openseek-4-293dc1ebd3ab43edae62af8bbba4bffa", + "input": "['n', 'c', 'which', 'R', 'a', 'r']", + "output": [ + "ncwhichRar" + ] + }, + { + "id": "openseek-4-a42ae57960df40d0929b2cb84b5fed5f", + "input": "['w', 'did', 'K', 'with', 'S', 'c']", + "output": [ + "wdidKwithSc" + ] + }, + { + "id": "openseek-4-e88b5c631ff0449b94fd2b9207cc2be7", + "input": "['say', 'c', 'G', 'I', 'boy!4But', 'K', 'spoken', 'N', 'prudential', 'E', 'befell', 'X', 'i', 'the', 'V']", + "output": [ + "saycGIboy!4ButKspokenNprudentialEbefellXitheV" + ] + }, + { + "id": "openseek-4-43e6e01941bd4ac4be7cac8c2e76cfc8", + "input": "['harpoons', 'I', 't', 'q', 'D', 'j', 'ship', 'u']", + "output": [ + "harpoonsItqDjshipu" + ] + }, + { + "id": "openseek-4-85960df093a9431c917c7c13c8c72fc1", + "input": "['E', 'be', 'R', 'trifles', 'M', 'R']", + "output": [ + "EbeRtriflesMR" + ] + }, + { + "id": "openseek-4-a33a44fc9d3e475da47c9da1119fa7f1", + "input": "['k', 'quit', 't', 'w', 'a', 'b']", + "output": [ + "kquittwab" + ] + }, + { + "id": "openseek-4-577ab893bc3d4224b55bba710e55b938", + "input": "['p', 'X', 'in', 'o', 'he', 'i', 'd', 'w']", + "output": [ + "pXinoheidw" + ] + }, + { + "id": "openseek-4-59cd2a1b49024654ac1570a5613fd5a8", + "input": "['Q', 'things,', 'p', 'was', 'H']", + "output": [ + "Qthings,pwasH" + ] + }, + { + "id": "openseek-4-4128b0cb2fc54334ab0c366b576bb0a8", + "input": "['S', 'two', 'l', 'O']", + "output": [ + "StwolO" + ] + }, + { + "id": "openseek-4-78fae53a09ee417f9858c423207c61d6", + "input": "['B', 'further,', 'n', 'then', 'm', 'use', 'B', 'made', 'Z']", + "output": [ + "Bfurther,nthenmuseBmadeZ" + ] + }, + { + "id": "openseek-4-21ba0a6ba30d4f6ebcba61b39bad3e7c", + "input": "['of', 'E', 'Z', 'three', 'T', 'which', 'H', 'y', 'the', 'n', 'v', 'k', 'ribby', 'l']", + "output": [ + "ofEZthreeTwhichHythenvkribbyl" + ] + }, + { + "id": "openseek-4-ca0b69e41e9c47dab085bc880a97c48b", + "input": "['A', 'topsails', 'e', 'never', 'n', 'F', 'that', 't', 'v', 'him,', 'h', 'a', 'to', 'b', 'F']", + "output": [ + "AtopsailsenevernFthattvhim,hatobF" + ] + }, + { + "id": "openseek-4-df7f5628dbc34105b0d380b157695f64", + "input": "['A', 'second', 'n', 'scorched', 'a']", + "output": [ + "Asecondnscorcheda" + ] + }, + { + "id": "openseek-4-80e8d77a02344c65b7844d770b119dc7", + "input": "['T', 'at', 'A', 'down', 'I']", + "output": [ + "TatAdownI" + ] + }, + { + "id": "openseek-4-1f06bd28a33743378ce468e0a6de9f33", + "input": "['R', 'The', 'T', 'U', 'way', 'e', 'Q', 'W']", + "output": [ + "RTheTUwayeQW" + ] + }, + { + "id": "openseek-4-90e1ef342a5a43fa863d32c74b59265c", + "input": "['c', 'head,', 'u', 'i', 'M', 'parts', 'I']", + "output": [ + "chead,uiMpartsI" + ] + }, + { + "id": "openseek-4-eb41bf16c23640f39922004c6eb73649", + "input": "['that', 'M', 'take', 'U', 'his', 'A', 'D', 'off', 'E', 'mankind,', 'z', 'Z']", + "output": [ + "thatMtakeUhisADoffEmankind,zZ" + ] + }, + { + "id": "openseek-4-6c06f1de6ebd4c5288a62a7becea707d", + "input": "['R', 'o', 'one', 'O', 'and', 'B']", + "output": [ + "RooneOandB" + ] + }, + { + "id": "openseek-4-a9edd8ea5a874d8c9b7982b49aa6a5e6", + "input": "['c', 'peculiar', 's', 'the', 'a', 'bulk', 'B', 'Q', 'i']", + "output": [ + "cpeculiarstheabulkBQi" + ] + }, + { + "id": "openseek-4-25ce43fe6c8c4c109d5bcca1bd16bdd4", + "input": "['y', 'no', 'O', 'An', 'N']", + "output": [ + "ynoOAnN" + ] + }, + { + "id": "openseek-4-d81eb9a545204a77b68a1cbc8cafc893", + "input": "['m', 'sky,', 'D', 'to', 'Y', 'round', 'T', 'Atlantic', 'u', 'don9t', 'q', 'come;', 'L', 'the', 'W']", + "output": [ + "msky,DtoYroundTAtlanticudon9tqcome;LtheW" + ] + }, + { + "id": "openseek-4-276969ea54a344559c62742e76f28d38", + "input": "['U', 'forging', 'd', 'a', 'from', 'V', 'Z']", + "output": [ + "UforgingdafromVZ" + ] + }, + { + "id": "openseek-4-850b90bb86e14a6c8613f2066b3cdf65", + "input": "['L', 'l', 'r', 'v', 'tasted', 'U', 'm', 'I', 'Z', 'and', 'y', 'have', 'C']", + "output": [ + "LlrvtastedUmIZandyhaveC" + ] + }, + { + "id": "openseek-4-a1aa732a697c4d409c8cdeb16ed839bb", + "input": "['D', 'Y', 'clearings.', 'I', 'q']", + "output": [ + "DYclearings.Iq" + ] + }, + { + "id": "openseek-4-2f5f4afb8aa34a9ca0bc2e81d7dc862b", + "input": "['P', 'saint', 'K']", + "output": [ + "PsaintK" + ] + }, + { + "id": "openseek-4-8509b7ba8f5341b18ed6fbc041881510", + "input": "['Z', 'x', 'i', 'left', 'M', 'C', 'R', 'z', 'track,', 'X', 'h']", + "output": [ + "ZxileftMCRztrack,Xh" + ] + }, + { + "id": "openseek-4-d2ce376e15e94f0b8c21f369df578883", + "input": "['you', 'O', 'as', 'm', 'to', 'R', 'V', 'e', 'mariner', 'L', 'the', 's', 'H']", + "output": [ + "youOasmtoRVemarinerLthesH" + ] + }, + { + "id": "openseek-4-0cef53c1e41043c3a63e36f6aa2cba4f", + "input": "['exertion', 'w', 'o', 'N', 'S', 'say', 'V']", + "output": [ + "exertionwoNSsayV" + ] + }, + { + "id": "openseek-4-5d27c1e41d2d4f97925a357a732a49d6", + "input": "['c', 'X', 'furnish', 'Y', 'N', 'g', 'K']", + "output": [ + "cXfurnishYNgK" + ] + }, + { + "id": "openseek-4-e787a5f2f01a48edbfec662771870bc5", + "input": "['g', 'Z', 'vital', 'V', 'the', 'D', 't']", + "output": [ + "gZvitalVtheDt" + ] + }, + { + "id": "openseek-4-59d2821c2631481c91f15d510e67c262", + "input": "['both', 'x', 'if', 'a', 'h', 'voyage4and,', 'm', 'P']", + "output": [ + "bothxifahvoyage4and,mP" + ] + }, + { + "id": "openseek-4-0e33ec0bf51e4023ba193859089d03b3", + "input": "['may,', 'P', 'his', 'o', 'went', 'y', 'O', 'T', 'N', 'z']", + "output": [ + "may,PhisowentyOTNz" + ] + }, + { + "id": "openseek-4-9dd65c53366b46629a34e19b8115fe73", + "input": "['k', 'would', 'U', 'R', 'eyes', 'z', 'm']", + "output": [ + "kwouldUReyeszm" + ] + }, + { + "id": "openseek-4-9dd5ce139247492394bf766fbae12c75", + "input": "['U', 'm', 'Z', 'of', 'k', 'U', 'b', 'D', 'M', 'N', 'v']", + "output": [ + "UmZofkUbDMNv" + ] + }, + { + "id": "openseek-4-ec870d45ce17433f9d5f64cbd73a8887", + "input": "['thanked', 'e', 'I', 'u', 'upon', 'T', 'transition', 'I', 'Y', 'R', 'be', 'T']", + "output": [ + "thankedeIuuponTtransitionIYRbeT" + ] + }, + { + "id": "openseek-4-d1f805922b724dba8792683871a20937", + "input": "['a', 'S', 'King-Post,', 'q', 'peculiarity', 'W', 'woes,', 'I', 'radiant', 'B', 'mast-heads!', 'Q', 'Q']", + "output": [ + "aSKing-Post,qpeculiarityWwoes,IradiantBmast-heads!QQ" + ] + }, + { + "id": "openseek-4-089fb9f142bd4f0a96265cc21a449e9e", + "input": "['found', 'm', 'view.', 't', 'so', 'g', 'X', 'r', 'm', 'tender', 'R', 'in', 'a', 'purse,', 'E', 'the', 'm']", + "output": [ + "foundmview.tsogXrmtenderRinapurse,Ethem" + ] + }, + { + "id": "openseek-4-a550aa01353f49e8ab474b3baac98a82", + "input": "['Hiding', 'n', 'the', 'Z', 'of', 't', 'm', 'dying', 'd', 'set', 'q', 'a', 'x', 'planks.', 'P']", + "output": [ + "HidingntheZoftmdyingdsetqaxplanks.P" + ] + }, + { + "id": "openseek-4-dc3e6b92c73c475ab9c6dfb77318e512", + "input": "['a', 'x', 'd', 'having', 'J', 'this', 'R', 'o', 'N']", + "output": [ + "axdhavingJthisRoN" + ] + }, + { + "id": "openseek-4-7be8fffeb5af4081ae395800d6543fc3", + "input": "['P', 'shun', 'v', 'L', 'j', 'from', 'm', 'huge', 'h', 'Q', 'the', 'a', 'When', 'g']", + "output": [ + "PshunvLjfrommhugehQtheaWheng" + ] + }, + { + "id": "openseek-4-edd4022885194904817d87f4316a9eeb", + "input": "['J', 'like', 'N', 'c', 'y', 'whole,', 'g', 'of', 'r', 'was', 'J']", + "output": [ + "JlikeNcywhole,gofrwasJ" + ] + }, + { + "id": "openseek-4-f88ebb55282c4b45aa0839a441d7c305", + "input": "['105.', 'T', 'is,', 'A', 'When', 'J', 'shoulders,', 'T', 'substance', 'M', 'the', 'y', 'would', 'X', 'The', 'H', 'and', 'b', 'v']", + "output": [ + "105.Tis,AWhenJshoulders,TsubstanceMtheywouldXTheHandbv" + ] + }, + { + "id": "openseek-4-b6b21b1d769c4713b42634687b61e119", + "input": "['N', 'ancient', 'r', 'L', 'to', 'A', 'u', 'its', 'R']", + "output": [ + "NancientrLtoAuitsR" + ] + }, + { + "id": "openseek-4-8dfb43ce10a84edb8d464a4df60deb9c", + "input": "['harbors', 's', 'glassy', 'y']", + "output": [ + "harborssglassyy" + ] + }, + { + "id": "openseek-4-e9cb6acfff344b379da2584b13f93fa2", + "input": "['No,', 'p', 'v', 'f', 'E', 'r', 'D', 'dig!', 'V', 'cannibal', 'M', 'h']", + "output": [ + "No,pvfErDdig!VcannibalMh" + ] + }, + { + "id": "openseek-4-4d336c6eb5cf4ebfbc28d790245e792f", + "input": "['to', 'P', 'under', 'E', 'u', 's', 'the', 'g']", + "output": [ + "toPunderEustheg" + ] + }, + { + "id": "openseek-4-dd38b579cfb24cc38f62379fbc1804e0", + "input": "['J', 't', 'ropes', 'G', 'q', 'p', 'fight!', 'V']", + "output": [ + "JtropesGqpfight!V" + ] + }, + { + "id": "openseek-4-1fc0734317e9424db4c37822f06b793a", + "input": "['O', 'there', 'V', 'the', 'm', 'f', 'Y']", + "output": [ + "OthereVthemfY" + ] + }, + { + "id": "openseek-4-18989462411442b5b28e47c2cf62a826", + "input": "['L', 'surrounded', 'J', 'w', 's']", + "output": [ + "LsurroundedJws" + ] + }, + { + "id": "openseek-4-9c8d7b05d7e04d1e941b073701dc43c1", + "input": "['M', 'started', 'G', 'the', 'h', 'u', 'rows', 'Q', 'B', 'i', 'cleft', 'f', 'a', 't', 'it', 'Q']", + "output": [ + "MstartedGthehurowsQBicleftfatitQ" + ] + }, + { + "id": "openseek-4-ab69905324e24140b106378c89bf8901", + "input": "['s', 'with.', 'z', 'go', 'F', 'the', 'R', 'to', 'p', 'vomit,', 'e', 'h']", + "output": [ + "swith.zgoFtheRtopvomit,eh" + ] + }, + { + "id": "openseek-4-11ad766a64044c7ba36acda8d222ea37", + "input": "['indifferent', 'y', 'back', 'J']", + "output": [ + "indifferentybackJ" + ] + }, + { + "id": "openseek-4-e617955bab854f67bdd3fa8e0168ccd5", + "input": "['h', 'eyes', 'N']", + "output": [ + "heyesN" + ] + }, + { + "id": "openseek-4-b6776b1e255644b6af6e6840f4d3a17b", + "input": "['Z', 'W', 'But', 'L', 'J', 'much,d', 'z', 'x', 'R', 'as', 'm', 'e']", + "output": [ + "ZWButLJmuch,dzxRasme" + ] + }, + { + "id": "openseek-4-db3644dabbed46b387035823be974cc6", + "input": "['Y', 'of', 'Q', 'not', 'w', 'Captain', 'S', 'j', 'd']", + "output": [ + "YofQnotwCaptainSjd" + ] + }, + { + "id": "openseek-4-4ea3789af04e40ec8a2f25858dcac96b", + "input": "['as', 'G', 'own', 'F', 'F', 'humps,', 'E', 'Right', 'N', 'z', 'that', 'S', 'seriously', 'h', 'C']", + "output": [ + "asGownFFhumps,ERightNzthatSseriouslyhC" + ] + }, + { + "id": "openseek-4-295bb2cdf6a945dab111988b00c97ec1", + "input": "['many', 'S', 'o', 'N', 'r', 'enough,', 'R', 'v', 'n', 'And', 'g']", + "output": [ + "manySoNrenough,RvnAndg" + ] + }, + { + "id": "openseek-4-da2c3713fc834c44b588e02b06ef8dce", + "input": "['that4the', 'M', 'the', 'E', 'when', 'u', 'so,', 'x', 's', 'catch', 'f', 'a', 'T', 'desperado', 'K', 'v']", + "output": [ + "that4theMtheEwhenuso,xscatchfaTdesperadoKv" + ] + }, + { + "id": "openseek-4-55281c09cacf43a0a5849006a1d4814f", + "input": "['all', 'v', 'a', 'e', 'y', 'the', 'V', 't', 'w', 'was', 'h', 'w']", + "output": [ + "allvaeytheVtwwashw" + ] + }, + { + "id": "openseek-4-fe30766a4c344ed2ba618b283ce1f1ae", + "input": "['arm', 'y', 'w']", + "output": [ + "armyw" + ] + }, + { + "id": "openseek-4-7a5a3c0c980c4028b50f347e6aa26eea", + "input": "['f', 'the', 'o', 'T', 'deck', 'I']", + "output": [ + "ftheoTdeckI" + ] + }, + { + "id": "openseek-4-a99d6ccd05e64e53b4d5d88140482abd", + "input": "['J', 'p', 's', 'p']", + "output": [ + "Jpsp" + ] + }, + { + "id": "openseek-4-b70e083356ac41bfa76b72a22e36b30c", + "input": "['H', 'D']", + "output": [ + "HD" + ] + }, + { + "id": "openseek-4-1132464ebfb24cb5900f35476018713c", + "input": "['matter', 'G', 'both', 'D', 'L', 'Q']", + "output": [ + "matterGbothDLQ" + ] + }, + { + "id": "openseek-4-d75911043be14a15ae711e12189978b1", + "input": "['from', 'i', 'diameter;', 'Y', 'O', 'voice', 'c', 'as', 'O', 'wrinkling', 't', 'J', 'same', 'e']", + "output": [ + "fromidiameter;YOvoicecasOwrinklingtJsamee" + ] + }, + { + "id": "openseek-4-13faaad58ec34c108ad5b8c98611c11a", + "input": "['D', 'two', 'h', 's', 'their', 'Q', 'c8Let', 'P', 'so', 'Q', 'n', 'A', 'his', 'J']", + "output": [ + "DtwohstheirQc8LetPsoQnAhisJ" + ] + }, + { + "id": "openseek-4-b62930ccc3a34930be9c110cc64fb422", + "input": "['half', 'o', 'a', 'c', 'K']", + "output": [ + "halfoacK" + ] + }, + { + "id": "openseek-4-6c62216e4b43411fac8ef0e0a8b4b58e", + "input": "['d', 'q', 'H', 'E', 'with', 'R', 'S', 'l', 'R', 'o']", + "output": [ + "dqHEwithRSlRo" + ] + }, + { + "id": "openseek-4-cabf2d84c73f4d92abf60dd6a436995a", + "input": "['F', 'regard', 'p', 'e', 'the', 'C', 'the', 'Y']", + "output": [ + "FregardpetheCtheY" + ] + }, + { + "id": "openseek-4-93c0e0aa0ba641158a6b411f44c27001", + "input": "['g', 'man.', 'Q', 'boats;', 'A', 'n', 'x', 'chance', 'S', 'd', 'as', 'H', 'b', 'well', 'o']", + "output": [ + "gman.Qboats;AnxchanceSdasHbwello" + ] + }, + { + "id": "openseek-4-d24cb2a631b44af88769691f42e673ea", + "input": "['a', 'o', 'him,', 'D', 'o', 'C']", + "output": [ + "aohim,DoC" + ] + }, + { + "id": "openseek-4-37a898d5b8bf465bbcf00bff57e2ac8c", + "input": "['intensity', 'K', 'some', 'K', 'doing', 'V', 't', 'E', 'a', 'u', 'J', 'not', 'a', 'great', 'z']", + "output": [ + "intensityKsomeKdoingVtEauJnotagreatz" + ] + }, + { + "id": "openseek-4-57416919c2b24634aa318f5d925cf677", + "input": "['fallen', 'g', 's', 'but', 'z']", + "output": [ + "fallengsbutz" + ] + }, + { + "id": "openseek-4-110a3aa671064bb79b578b58bede2c18", + "input": "['H', 'that', 'q', 'A', 'n', 'Q', 'stood', 'F', 'under', 'D', 'not', 'c', 'A', 'A']", + "output": [ + "HthatqAnQstoodFunderDnotcAA" + ] + }, + { + "id": "openseek-4-7f2b7071ea9f49c49e567be2249832ae", + "input": "['d', 'cabinet', 'O', 'G', 'B', 'y']", + "output": [ + "dcabinetOGBy" + ] + }, + { + "id": "openseek-4-5cd0322d2abf424a96fe198f7012deae", + "input": "['I', 'L', 'in', 'T', 'to', 'q']", + "output": [ + "ILinTtoq" + ] + }, + { + "id": "openseek-4-e1f86716ac434ec0a14332a0a05d2996", + "input": "['g', 'D', 'of', 'h', 'o', 'C']", + "output": [ + "gDofhoC" + ] + }, + { + "id": "openseek-4-daa21830405c4320a39e062ca0d4ddf2", + "input": "['with', 'P', 'before', 'w']", + "output": [ + "withPbeforew" + ] + }, + { + "id": "openseek-4-144327558fcd41ae9113f4d575325610", + "input": "['I', 'J', 'R', 'brought', 'r', 'h', 'U']", + "output": [ + "IJRbroughtrhU" + ] + }, + { + "id": "openseek-4-9bfce86a848d4657884d285dc441ac75", + "input": "['account', 'L', 'W']", + "output": [ + "accountLW" + ] + }, + { + "id": "openseek-4-a4d929800fed4e77b968f8d3d87763fb", + "input": "['the', 'p', 'other', 'l', 'quite', 'f', 'much;', 'N', 'P']", + "output": [ + "thepotherlquitefmuch;NP" + ] + }, + { + "id": "openseek-4-27fd7ecc09624995b4e2a9bc538fcb60", + "input": "['who', 'e', 'y', 'h', 'e', 'b', 'O']", + "output": [ + "whoeyhebO" + ] + }, + { + "id": "openseek-4-93d1ddcb20094c6dac49a0fe3df96a52", + "input": "['v', 'j', 'g', 'exists', 'x', 'P', 'a', 'P', 'l', 'O', 'into', 'V']", + "output": [ + "vjgexistsxPaPlOintoV" + ] + }, + { + "id": "openseek-4-d4444ffd34b2438ca0ea0550d51a77de", + "input": "['Nor', 'l', 'p', 'r', 'a']", + "output": [ + "Norlpra" + ] + }, + { + "id": "openseek-4-2565f3ca712d46839d275ce9ac9bd188", + "input": "['J', 'had', 'Y', 'p', 'A', 'R', 'Y', 'the', 'A', 'of', 'A', 'R', 'X']", + "output": [ + "JhadYpARYtheAofARX" + ] + }, + { + "id": "openseek-4-39af99e327914aeab8c19dac08da1b54", + "input": "['not', 'z', 'G', 'u', 'b', 'we', 'W', 'London', 'A', 'x']", + "output": [ + "notzGubweWLondonAx" + ] + }, + { + "id": "openseek-4-6981eb52533d429b8fe9a715f7210a49", + "input": "['x', 'helm!d', 'n', 'of', 'w', 'n', 'than', 'L', 'X', 'goes', 'y']", + "output": [ + "xhelm!dnofwnthanLXgoesy" + ] + }, + { + "id": "openseek-4-39a742b43c71488b8266e5bd221a607b", + "input": "['window', 'j', 'a', 'B', 'q', 'c', 'the', 'M', 'U']", + "output": [ + "windowjaBqctheMU" + ] + }, + { + "id": "openseek-4-1c4b9c307b1c4085a6a1bcf0a03d8d64", + "input": "['a', 'j', 'had', 'U', 'P', 'to', 'n']", + "output": [ + "ajhadUPton" + ] + }, + { + "id": "openseek-4-84898f60079048379eaaec01a1b0afa5", + "input": "['a', 'Y', 'q', 'all', 'k', 'is', 'd', 'g', 'B', 's']", + "output": [ + "aYqallkisdgBs" + ] + }, + { + "id": "openseek-4-98ea668f16dc4acab3ca19b55c8261fd", + "input": "['m', 'x']", + "output": [ + "mx" + ] + }, + { + "id": "openseek-4-29a95fc4e5a847bc810ffec49bdcc14f", + "input": "['this', 'a', 'J', 'y', 'of', 'p', 'them', 'C', 'moment9s', 'L', 'So,', 'y']", + "output": [ + "thisaJyofpthemCmoment9sLSo,y" + ] + }, + { + "id": "openseek-4-e5852250dab54c61accdb3a93d4164db", + "input": "['M', 'ground', 'l', 'flank', 'R', 'f', 'R', 'G', 'K']", + "output": [ + "MgroundlflankRfRGK" + ] + }, + { + "id": "openseek-4-55c06793c4b84435baef663752209a41", + "input": "['lap', 'X', 'such', 'u', 'infallibly', 'z', 'j']", + "output": [ + "lapXsuchuinfalliblyzj" + ] + }, + { + "id": "openseek-4-d572037d7dfe4ba9ab6d3c810747c774", + "input": "['have', 'A', 'they', 'w', 'malice.', 'K', 'lower', 'm', 'gasping', 'E', 'Sperm', 'x']", + "output": [ + "haveAtheywmalice.KlowermgaspingESpermx" + ] + }, + { + "id": "openseek-4-b8541a9eda6b41b6869e6a649cb0f49a", + "input": "['aft,', 'd', 'J', 'lips', 'Z', 'm', 'But', 'e', 'O', 'his', 'o']", + "output": [ + "aft,dJlipsZmButeOhiso" + ] + }, + { + "id": "openseek-4-08c72566e33f4959b0fad18670bda1e0", + "input": "['touched', 'B', 'out,', 'j', 'v', 'v']", + "output": [ + "touchedBout,jvv" + ] + }, + { + "id": "openseek-4-cb5619df8a0746f6bd98172f8db160b1", + "input": "['J', 'v', 'E', 'j', 'when', 'c', 'h']", + "output": [ + "JvEjwhench" + ] + }, + { + "id": "openseek-4-60a119cb6e0c4d1997c6349c42cbbfdf", + "input": "['that', 'h', 'C', 'but', 't', 'subsequently', 'F', 'on', 'k', 'E', 'j']", + "output": [ + "thathCbuttsubsequentlyFonkEj" + ] + }, + { + "id": "openseek-4-acef236dd70e45d1879f04b7e0b5aaef", + "input": "['against', 'k', 'for', 'j', 'W', 'G', 'F', 'p', 'i', 'advance', 'P', 'j', 'E']", + "output": [ + "againstkforjWGFpiadvancePjE" + ] + }, + { + "id": "openseek-4-df144d99c0e5417e9d420097f470546f", + "input": "['T', 'a']", + "output": [ + "Ta" + ] + }, + { + "id": "openseek-4-90403cc7f8de45c8977aec87a8af8b3c", + "input": "['V', 'Black', 'u', 'y', 'H', 'was', 'I', 'from', 'z', 'd', 'T']", + "output": [ + "VBlackuyHwasIfromzdT" + ] + }, + { + "id": "openseek-4-183fdf2dbece41ebab5418f044ce266f", + "input": "['whom', 'j', 'A', 'to', 'G', 'W', 'e']", + "output": [ + "whomjAtoGWe" + ] + }, + { + "id": "openseek-4-51c537a612a147cc81ff883446e790d7", + "input": "['mutiny', 'h', 'the', 'O', 'C']", + "output": [ + "mutinyhtheOC" + ] + }, + { + "id": "openseek-4-b31700118eab492982207228139d359c", + "input": "['c', 'woe!', 'a', 'F', 'of', 'G']", + "output": [ + "cwoe!aFofG" + ] + }, + { + "id": "openseek-4-167b86486f644825b99fbf01afaac454", + "input": "['d', 'N', 'so', 'P', 'a', 'seemed', 'j']", + "output": [ + "dNsoPaseemedj" + ] + }, + { + "id": "openseek-4-8ef579d5cf85499ab609812f79b4cf64", + "input": "['peaked', 'P', 'and', 'P', 's', 'your', 'I', 'R', 'it', 'L', 'S', 'Q', 'distinctions', 'k', 'j']", + "output": [ + "peakedPandPsyourIRitLSQdistinctionskj" + ] + }, + { + "id": "openseek-4-81387f2cec0647c1981ebeda7f367f00", + "input": "['g', 'G']", + "output": [ + "gG" + ] + }, + { + "id": "openseek-4-24c705a87e2c430298b31a616a367119", + "input": "['v', 'A', 's', 'R', 'V', 'x']", + "output": [ + "vAsRVx" + ] + }, + { + "id": "openseek-4-42a525f84df74942923ce19ffea84a93", + "input": "['Look', 'b', 'Q', 'B', 'the', 'f', 'so', 'f', 'superiority', 'A', 'the', 'O', 'day', 'g']", + "output": [ + "LookbQBthefsofsuperiorityAtheOdayg" + ] + }, + { + "id": "openseek-4-9d013eddb84841f8876f8e4ef0f4dd89", + "input": "['q', 'trooped', 'E', 'n', 'K']", + "output": [ + "qtroopedEnK" + ] + }, + { + "id": "openseek-4-e40c9051895e4a57a0d5ddfc05f90e2a", + "input": "['p', 'T', 'vessel;', 'w', 'Y', 'U']", + "output": [ + "pTvessel;wYU" + ] + }, + { + "id": "openseek-4-1c733d3e4c3b45388088c5d81d2c71e4", + "input": "['live', 'R', 'w', 'a', 'H', 'P', 'strength', 'M', 'it', 'o', 'many', 'n', 'B', 'to', 'K', 'his', 'B']", + "output": [ + "liveRwaHPstrengthMitomanynBtoKhisB" + ] + }, + { + "id": "openseek-4-9f4f9c5a63d348d89eadc9c35f05bb98", + "input": "['But', 'd', 'a', 'd', 'd', 'i', 'h', 'g']", + "output": [ + "Butdaddihg" + ] + }, + { + "id": "openseek-4-69b061a5a6154e12956ff7c94ef57756", + "input": "['h', 'l', 'u', 'b', 'merest', 'n']", + "output": [ + "hlubmerestn" + ] + }, + { + "id": "openseek-4-f07de9846f9d4373b5e967440990f048", + "input": "['the', 'S', 'r', 'E', 'y', 'N', 'r', 'S', 'p', 'of', 'f']", + "output": [ + "theSrEyNrSpoff" + ] + }, + { + "id": "openseek-4-a685398d47bc48b09858bf032b916152", + "input": "['Y', 'they', 'f', 'shadows', 'a', 'w', 'G', 'q', 'w']", + "output": [ + "YtheyfshadowsawGqw" + ] + }, + { + "id": "openseek-4-79594b1f9681497fbe366a59c4870bbc", + "input": "['sunlight,', 'g', 'Greenland', 'w', 'K', 'white', 'A', 'E', 'and', 'a', 'd']", + "output": [ + "sunlight,gGreenlandwKwhiteAEandad" + ] + }, + { + "id": "openseek-4-24a6cb007b714e2dadf23612abb2e4ea", + "input": "['with', 'A', 'more?', 'T', 'W', 'z', 'O', 'but', 'g', 'a', 'D', 'e', 'sick', 'K']", + "output": [ + "withAmore?TWzObutgaDesickK" + ] + }, + { + "id": "openseek-4-d31608e76b5e4c70bdd721a94dca053c", + "input": "['C', 'L']", + "output": [ + "CL" + ] + }, + { + "id": "openseek-4-a7631d33ca0e4267a5c74bc760dadf0a", + "input": "['skysail-poles', 'W', 'he', 'r', 'those', 'M', 'e', 'less', 'z', 'E', 'head;', 'c', 'Z', 'the', 'y']", + "output": [ + "skysail-polesWherthoseMelesszEhead;cZthey" + ] + }, + { + "id": "openseek-4-57b4c8baed934163a9b11a1b8bc9a1ff", + "input": "['n', 'self-esteem,', 'H', 'crash', 'E']", + "output": [ + "nself-esteem,HcrashE" + ] + }, + { + "id": "openseek-4-07add77db6844fe69e9800b089e54e31", + "input": "['Q', 'should', 'Y', 'Lothario,', 'p', 'with', 'F']", + "output": [ + "QshouldYLothario,pwithF" + ] + }, + { + "id": "openseek-4-e8098cd431d84dbdba43a2e5b4f91da6", + "input": "['k', 'him', 'X', 'man,', 'x', 'P', 'l', 'W', 'he', 'h', 'X', 'a', 'J']", + "output": [ + "khimXman,xPlWhehXaJ" + ] + }, + { + "id": "openseek-4-7593d21a9c2b4c79894034b39ab338bf", + "input": "['breaching', 'q', 'I', 'T', 'cCome', 'F']", + "output": [ + "breachingqITcComeF" + ] + }, + { + "id": "openseek-4-8de85a6d3a8b407c94aded96cfd88b17", + "input": "['i', 'n', 'k', 'I', 'J', 'out', 'c']", + "output": [ + "inkIJoutc" + ] + }, + { + "id": "openseek-4-70833872bf3f4c4685e3c837292abe02", + "input": "['U', 'faltering', 'r', 'under', 'W', 'M', 'N', 'in', 'G', 'r']", + "output": [ + "UfalteringrunderWMNinGr" + ] + }, + { + "id": "openseek-4-5dee540b83ad48c78ef80635613b2d9d", + "input": "['v', 'is', 'B', 'j', 'w', 'e', 'I', 'c', 'elucidate', 'y', 'Excepting', 'f']", + "output": [ + "visBjweIcelucidateyExceptingf" + ] + }, + { + "id": "openseek-4-c4161c3a439549ca99f06fbea26cb301", + "input": "['Highland', 'v', 'I', 'd', 'u', 'Q', 'l', 'so', 'l', 'been', 'r', 'R', 'one', 'O']", + "output": [ + "HighlandvIduQlsolbeenrRoneO" + ] + }, + { + "id": "openseek-4-9e4606ca8a13450b97503e0333ed0616", + "input": "['k', 'passed', 'l', 'is', 'L', 'old', 'L', 'L', 'L', 'meadows', 'u']", + "output": [ + "kpassedlisLoldLLLmeadowsu" + ] + }, + { + "id": "openseek-4-6781e422a2334265a9f6890563b659c9", + "input": "['X', 'X', 'x', 'There', 'j', 'wearies', 'u']", + "output": [ + "XXxTherejweariesu" + ] + }, + { + "id": "openseek-4-fea23a5f5cb24c69a5609d60e4afad8f", + "input": "['H', 'with', 'E', 'branded,', 'j', 'U', 'for', 'v', 'touching', 'h']", + "output": [ + "HwithEbranded,jUforvtouchingh" + ] + }, + { + "id": "openseek-4-5a1ecb60500449d7bb47878fcb50f786", + "input": "['brow', 'M', 'in', 'V', 'K', 'b']", + "output": [ + "browMinVKb" + ] + }, + { + "id": "openseek-4-16300ab31da7412a8a62e0aab970be56", + "input": "['and', 'b', 'Y', 'though', 'g', 'sailed,', 'N', 'which', 'x', 'e', 'Z', 'he9s', 'S', 'm', 'tow', 'O']", + "output": [ + "andbYthoughgsailed,NwhichxeZhe9sSmtowO" + ] + }, + { + "id": "openseek-4-ea6886a5ba794301a5764e80f4413588", + "input": "['X', 'N', 'W', 'table,', 'b', 'pacing', 'Z', 'where9s', 'x', 'd', 'or', 'I', 'two', 'p', 'the', 'G']", + "output": [ + "XNWtable,bpacingZwhere9sxdorItwoptheG" + ] + }, + { + "id": "openseek-4-74fea106cafe413b869485d10b1dde95", + "input": "['a', 'M', 'there9s', 'r', 'so', 'U']", + "output": [ + "aMthere9srsoU" + ] + }, + { + "id": "openseek-4-177f3dd9438144e09afc2c779ad6786f", + "input": "['d', 'or', 'S', 'B', 'p', 'monster', 'C', 'C', 'and', 'Z', 'w', 'N']", + "output": [ + "dorSBpmonsterCCandZwN" + ] + }, + { + "id": "openseek-4-58c0b35939a6498099367e73fab96df7", + "input": "['a', 'X', 'that', 'C', 'clear', 'p', 'hat', 'c', 'I', 'w', 'as', 'r', 'f', 'his', 'R', 'K']", + "output": [ + "aXthatCclearphatcIwasrfhisRK" + ] + }, + { + "id": "openseek-4-ae1533b429d84f79a8858635c41c7447", + "input": "['Z', 'Finally,', 'Y', 'q', 'inferiority', 'D', 'M']", + "output": [ + "ZFinally,YqinferiorityDM" + ] + }, + { + "id": "openseek-4-a323d0a7e94b4b838bec6a7b7d804d10", + "input": "['The', 'm', 'pleasantly.', 'F', 'M', 'B', 'z', 'its', 'K', 'small', 'h', 's', 'H', 'doubt', 'M']", + "output": [ + "Thempleasantly.FMBzitsKsmallhsHdoubtM" + ] + }, + { + "id": "openseek-4-0b25bd8dcc914ca1bf0be152ff058023", + "input": "['G', 'j', 'J', 'an', 's', 'into', 'C', 'and', 'H', 'b']", + "output": [ + "GjJansintoCandHb" + ] + }, + { + "id": "openseek-4-4901a1fa0b4a405581e6f8d0849c4bca", + "input": "['over-arboring', 'm', 'is', 'F', 'it', 'q', 'were', 'B', 'D']", + "output": [ + "over-arboringmisFitqwereBD" + ] + }, + { + "id": "openseek-4-ea517bc3ffad4f32a2b5e050de990d33", + "input": "['U', 'G', 'P', 'C', 'whalemen', 'B', 'u']", + "output": [ + "UGPCwhalemenBu" + ] + }, + { + "id": "openseek-4-b9b5a0c4cede49f7821a8593863988ef", + "input": "['land?', 'y', 'my', 'B', 'me', 'W']", + "output": [ + "land?ymyBmeW" + ] + }, + { + "id": "openseek-4-3cb0743f71ee4ca399f33bf62a46432f", + "input": "['similar', 'R', 'one', 'v', 'x', 't', 'S']", + "output": [ + "similarRonevxtS" + ] + }, + { + "id": "openseek-4-be77a15f7f294c0ab9c29522209e3d16", + "input": "['a', 'S', 'of', 'R', 'l', 'obligations,', 'i', 'boldly', 'F', 'v']", + "output": [ + "aSofRlobligations,iboldlyFv" + ] + }, + { + "id": "openseek-4-a1884ff58c744bd1a5689056743d7afa", + "input": "['U', 'N', 'him,', 'Q', 'She', 'K', 'I', 'F', 'operation', 'a', 'and', 'k', 'x', 'a', 'a']", + "output": [ + "UNhim,QSheKIFoperationaandkxaa" + ] + }, + { + "id": "openseek-4-50436300daca41dfbb60c987c0e532c3", + "input": "['U', 'for', 'a', 'J', 'no', 'v']", + "output": [ + "UforaJnov" + ] + }, + { + "id": "openseek-4-d459aa95c44645d6b7bb86eac4d4723d", + "input": "['V', 'l', 'Baltic,', 'X', 'k', 'v', 'd', 'P']", + "output": [ + "VlBaltic,XkvdP" + ] + }, + { + "id": "openseek-4-c427fe411d234f4aada99e11e5914b13", + "input": "['you', 'z', 'n', 'T', 'lower', 'x', 'W', 'C', 'currents', 'I', 'L']", + "output": [ + "youznTlowerxWCcurrentsIL" + ] + }, + { + "id": "openseek-4-11182aa7bbcc400da33cb43354bb5c33", + "input": "['home', 'R', 's', 'of', 'b', 'w', 'the', 'E', 'z', 'broad', 'j', 'sleet', 'm', 'S']", + "output": [ + "homeRsofbwtheEzbroadjsleetmS" + ] + }, + { + "id": "openseek-4-64c6d03165784efca68674cca4474422", + "input": "['t', 'E', 'are', 'k', 'devote', 'p', 'u', 'of', 'U']", + "output": [ + "tEarekdevotepuofU" + ] + }, + { + "id": "openseek-4-58f0d20103314c5d80ac862140928098", + "input": "['habits,', 'G', 'of', 'P', 'x', 'over', 'J', 'navies', 'l', 'P', 'the', 'S', 'H', 'd', 'k']", + "output": [ + "habits,GofPxoverJnavieslPtheSHdk" + ] + }, + { + "id": "openseek-4-cdbf15cc62c141ff80ed4c68a7c63e05", + "input": "['the', 't', 'b', 't', 'the', 'J', 'as', 's', 'P', 'z']", + "output": [ + "thetbttheJassPz" + ] + }, + { + "id": "openseek-4-1bb709ec390440a79b75df11e76bcf79", + "input": "['while', 'Y', 'V', 'you', 'G']", + "output": [ + "whileYVyouG" + ] + }, + { + "id": "openseek-4-6deb967a7bb44983867fc16b54db9bed", + "input": "['true', 'U', 'bulwarks,', 'S', 'see', 'n']", + "output": [ + "trueUbulwarks,Sseen" + ] + }, + { + "id": "openseek-4-5ed10fa506834b2b86f805d88db7b206", + "input": "['me,', 'F', 'r', 'secret', 'v', 'T', 'j', 'T', 'N', 'rollings', 'e']", + "output": [ + "me,FrsecretvTjTNrollingse" + ] + }, + { + "id": "openseek-4-37aab25885d44cbf9a16cf84558cd464", + "input": "['illumination.', 'I', 'for', 'O', 'X', 'the', 'O', 'I', 'r']", + "output": [ + "illumination.IforOXtheOIr" + ] + }, + { + "id": "openseek-4-4b84e99ef1e84498b9469e3f41190837", + "input": "['F', 'no', 'N', 'seemed', 'I', 'j']", + "output": [ + "FnoNseemedIj" + ] + }, + { + "id": "openseek-4-8f289a75362b4c878e10e41f4fa5815e", + "input": "['v', 'Stubb', 'P', 'c']", + "output": [ + "vStubbPc" + ] + }, + { + "id": "openseek-4-506df24aa02c45e29933e1d4fa5f437b", + "input": "['B', 'e', 'b', 'was', 'b', 'S', 'lost', 'm', 'q', 'Y']", + "output": [ + "BebwasbSlostmqY" + ] + }, + { + "id": "openseek-4-08dfbad83ca247bbb8ab0d22aeab850f", + "input": "['casket', 's', 'but', 'w', 'K', 'Q', 'To', 'k', 'Ahab', 'S', 'Once', 'D']", + "output": [ + "casketsbutwKQTokAhabSOnceD" + ] + }, + { + "id": "openseek-4-40f2a7b431434494a6be88a783f6ec88", + "input": "['against', 'C', 'CHAPTER', 'c', 'treated', 'N', 'it', 'Q', 'u']", + "output": [ + "againstCCHAPTERctreatedNitQu" + ] + }, + { + "id": "openseek-4-38dd731a547743e4b97e78a665f3b67e", + "input": "['windlass,', 'Z', 'S', 'leaning', 'V', 'public', 'I']", + "output": [ + "windlass,ZSleaningVpublicI" + ] + }, + { + "id": "openseek-4-34372fd069ba41b281a041f362d98a8a", + "input": "['of', 'M', 'two', 'F', 's', 'X', 'g']", + "output": [ + "ofMtwoFsXg" + ] + }, + { + "id": "openseek-4-b60687bb4a07457c99072539b770e596", + "input": "['infantileness', 'i', 'sir;', 'u', 'since', 'W', 'D', 'of', 'M', 'k', 'x', 'K', 'with', 'p', 'B']", + "output": [ + "infantilenessisir;usinceWDofMkxKwithpB" + ] + }, + { + "id": "openseek-4-52ac874bb122456c8ee30e8b15aaf240", + "input": "['D', 'R', 'K', 'with', 't', 'therefore', 'Z', 'O', 'Q']", + "output": [ + "DRKwithtthereforeZOQ" + ] + }, + { + "id": "openseek-4-b40f42d7795440fd9e5c5044180c58ac", + "input": "['S', 'previous', 'v', 'Z', 'absence,', 'N', 'v']", + "output": [ + "SpreviousvZabsence,Nv" + ] + }, + { + "id": "openseek-4-2b1a480512d34b9a9b1adb92a806715e", + "input": "['o', 'from', 'j', 'J', 'W', 'clinging', 'M', 'H', 'cCome,', 'Y']", + "output": [ + "ofromjJWclingingMHcCome,Y" + ] + }, + { + "id": "openseek-4-804950146efe47758e8b62f3d037fd3d", + "input": "['is', 'a', 'boat', 'U', 'moccasin.', 'D', 'of', 'g', 'by', 'n', 'Upon', 'z', 'a', 'G']", + "output": [ + "isaboatUmoccasin.DofgbynUponzaG" + ] + }, + { + "id": "openseek-4-47ad90b37e4d40e0aa40f0e2714d5ca6", + "input": "['X', 'the', 'n', 'that', 'c', 'O', 'j']", + "output": [ + "XthenthatcOj" + ] + }, + { + "id": "openseek-4-6de4375bcdb34cdd822a17e0227e050a", + "input": "['sallied', 'b', 'at', 'K', 'at', 'b', 'X', 'x']", + "output": [ + "salliedbatKatbXx" + ] + }, + { + "id": "openseek-4-a4c6381ab8814a049d94cbe5bc649245", + "input": "['z', 'L', 'v', 'M', 'whether', 'X', 'e', 'R']", + "output": [ + "zLvMwhetherXeR" + ] + }, + { + "id": "openseek-4-4347d2edf5d143f8a642c9c28d1b7ce2", + "input": "['flesh', 'L', 'Ready', 'T', 'o', 'the', 'l', 'long', 'I', 'of', 'z', 'T', 'supreme', 'T', 'at', 'B', 'Linn6us', 'u']", + "output": [ + "fleshLReadyTothellongIofzTsupremeTatBLinn6usu" + ] + }, + { + "id": "openseek-4-6fb89334d8bc4fd2a666cc4845fb6073", + "input": "['F', 'i', 'b', 'P', 'more', 'P', 'D', 'O', 'T', 'p', 'U']", + "output": [ + "FibPmorePDOTpU" + ] + }, + { + "id": "openseek-4-a96c32ff842d4f3599d7c9847a2791ea", + "input": "['o', 'caught,', 'v', 'all', 'G', 'Y', 'y', 'that;', 'o', 'of', 'e', 'harpoon,', 'A']", + "output": [ + "ocaught,vallGYythat;oofeharpoon,A" + ] + }, + { + "id": "openseek-4-dd2135b0f7b7481294d9b58dba8a2735", + "input": "['v', 'h', 'h', 'living', 'x', 'the', 'U', 'condescending', 'z']", + "output": [ + "vhhlivingxtheUcondescendingz" + ] + }, + { + "id": "openseek-4-87f57582f1a2458b8935078f05b81027", + "input": "['temporarily', 'x', 'n', 'L', 'B', 'X', 'I', 'b', 'movements.', 'l', 'P', 'b']", + "output": [ + "temporarilyxnLBXIbmovements.lPb" + ] + }, + { + "id": "openseek-4-bb9e295b9a4a430397e5c3107d1f4c2c", + "input": "['the', 'T', 'when', 'P', 'tobacco', 'a', 'c']", + "output": [ + "theTwhenPtobaccoac" + ] + }, + { + "id": "openseek-4-08794d4463c64550a198576ab52d07f0", + "input": "['when', 'I', 'L', 'L', 'deck', 't', 'here', 'H', 'cIn', 'a', 'j', 'glass', 'o', 'L', 'h']", + "output": [ + "whenILLdeckthereHcInajglassoLh" + ] + }, + { + "id": "openseek-4-49983ac154144e26b0e4751d2a4d037e", + "input": "['Y', 'U', 'a', 'Q', 'B', 'indications', 'H', 'z']", + "output": [ + "YUaQBindicationsHz" + ] + }, + { + "id": "openseek-4-dfc37f52d45342d7a90c30a606c9dc08", + "input": "['I', 'so', 'q', 'aside', 'b', 'I9d', 'V', 'you', 'R']", + "output": [ + "IsoqasidebI9dVyouR" + ] + }, + { + "id": "openseek-4-75fe1d60c2154ff8bd000f755ffc0501", + "input": "['c', 'C']", + "output": [ + "cC" + ] + }, + { + "id": "openseek-4-f5bdddc1728840fca9f84ea36ffdaab5", + "input": "['a', 'o', 'upon', 'u']", + "output": [ + "aouponu" + ] + }, + { + "id": "openseek-4-cdc28a3042bd4913a3ddfb465f54f7d5", + "input": "['generally', 'G', 'P', 'F', 'w', 'one', 'e', 'E', 'M']", + "output": [ + "generallyGPFwoneeEM" + ] + }, + { + "id": "openseek-4-abe63594bfc5443cbc423b89cc4e0dfa", + "input": "['F', 'h', 'H', 'jetting', 'v', 'thou,', 'n', 'crowd', 'm', 'u', 'N', 'N', 'd']", + "output": [ + "FhHjettingvthou,ncrowdmuNNd" + ] + }, + { + "id": "openseek-4-835839d8882e489b841c8d1321fc759b", + "input": "['S', 'A']", + "output": [ + "SA" + ] + }, + { + "id": "openseek-4-ca29a717a21d42b88406562643506447", + "input": "['c', 'off', 'G', 'them', 'q', 'v']", + "output": [ + "coffGthemqv" + ] + }, + { + "id": "openseek-4-0e195ae327bb4b9fa0ca9f786feb5f17", + "input": "['i', 'every', 'm', 'd', 'a', 'o', 'R', 'yet', 'G']", + "output": [ + "ieverymdaoRyetG" + ] + }, + { + "id": "openseek-4-c69636c5790448a3a395476ea228d022", + "input": "['of', 'J', 'x', 'Harry4(a', 'J']", + "output": [ + "ofJxHarry4(aJ" + ] + }, + { + "id": "openseek-4-b7cab69c4e04438db300ba090db3fe90", + "input": "['A', 'a', 'N', 'in', 'T', 'length', 'B', 'z', 'calls', 'y', 'and', 'R', 'serene', 'G', 'a', 'C']", + "output": [ + "AaNinTlengthBzcallsyandRsereneGaC" + ] + }, + { + "id": "openseek-4-6f0fd75ff7ac45a3bcb77c4dd23ba72e", + "input": "['Y', 'I', 'in', 'W']", + "output": [ + "YIinW" + ] + }, + { + "id": "openseek-4-88937f0cdc0b43fb87527380b05cc8f5", + "input": "['the', 'v', 'undulated,', 'l', 'his', 'S', 'ship9s', 'A', 'f', 'smiting', 'N', 'Q', 'arms', 'A', 'k']", + "output": [ + "thevundulated,lhisSship9sAfsmitingNQarmsAk" + ] + }, + { + "id": "openseek-4-a60ab4e636b14cacbbd1b84a0f1d4d90", + "input": "['q', 'q', 'the', 'W', 'day', 'c', 'O', 'k', 'C', 'J', 'y', 'g']", + "output": [ + "qqtheWdaycOkCJyg" + ] + }, + { + "id": "openseek-4-8bcd10950f414360947f84e40d9b5f89", + "input": "['fabulous', 's', 'the', 'y', 'it', 'j', 'Y', 'incarnated;', 'b', 'j', 'H', 'last', 'J', 'H']", + "output": [ + "fabulousstheyitjYincarnated;bjHlastJH" + ] + }, + { + "id": "openseek-4-ebfa5599769946e6807cf32d7541fd6e", + "input": "['E', 'L', 'one.', 'L', 'to', 'U', 'u', 'A', 'man', 'I']", + "output": [ + "ELone.LtoUuAmanI" + ] + }, + { + "id": "openseek-4-4ed3a2229b334a6d8748cecce83e7414", + "input": "['b', 'l', 'hardly', 'c', 'H', 'to', 'C', 'J', 'for', 'l']", + "output": [ + "blhardlycHtoCJforl" + ] + }, + { + "id": "openseek-4-e6be79ea19d049a5a9f7c9163f2cca95", + "input": "['a', 'R', 'j', 'W', 'd', 'f', 'solaces', 'x']", + "output": [ + "aRjWdfsolacesx" + ] + }, + { + "id": "openseek-4-a52a7840ba594c7e8ae188816c8ba2fb", + "input": "['the', 'O', 'toe.', 'W', 'L', 'he', 'w', 'stout', 'B', 'whales', 'J', 'the', 'g', 'w', 'L']", + "output": [ + "theOtoe.WLhewstoutBwhalesJthegwL" + ] + }, + { + "id": "openseek-4-4d6fc438e31d4a2dbaa80ff230fcee67", + "input": "['h', 'so', 'W', 'her', 'e', 'broken', 'E']", + "output": [ + "hsoWherebrokenE" + ] + }, + { + "id": "openseek-4-d57fe1d470a9439f828638b2e63368ae", + "input": "['manifestation', 'D', 'k', 'Q', 'N', 'charts', 'w', 'Z', 'L']", + "output": [ + "manifestationDkQNchartswZL" + ] + }, + { + "id": "openseek-4-bbccc078d3634515b6f2ebd53ff6c1a7", + "input": "['between', 'V', 'a', 'Z']", + "output": [ + "betweenVaZ" + ] + }, + { + "id": "openseek-4-b5117273457a41fca67d92bfb4bbb0b2", + "input": "['that', 'v', 'a', 'z', 'W', 'L', 'D', 'to', 'i', 'J', 'N', 'had', 'R']", + "output": [ + "thatvazWLDtoiJNhadR" + ] + }, + { + "id": "openseek-4-e8110436d5a44cd79520778f615b42af", + "input": "['a', 'and', 'H', 'this', 'd', 'property,', 'A', 'to', 'L', 'in', 'g', 'C', 'W', 'combinations;', 't']", + "output": [ + "aandHthisdproperty,AtoLingCWcombinations;t" + ] + }, + { + "id": "openseek-4-ed9d3f9b63a240e18b9a692234791053", + "input": "['o', 'p', 'k', 'x', 'one', 's', 'polite', 'G', 'dexterities,', 'k', 'w', 'look-out', 'M', 'seemed', 'E']", + "output": [ + "opkxonespoliteGdexterities,kwlook-outMseemedE" + ] + }, + { + "id": "openseek-4-ecd041b72cf14f25b9343352513ebf7e", + "input": "['o', 'limb', 'z', 'whether', 'a']", + "output": [ + "olimbzwhethera" + ] + }, + { + "id": "openseek-4-85fc86a2d4f949f493d691b5f38cd617", + "input": "['N', 'Well,', 's', 'their', 'O', 'the', 'i', 'first', 'h', 'H']", + "output": [ + "NWell,stheirOtheifirsthH" + ] + }, + { + "id": "openseek-4-12306a0c2b06478d8d78b149f1782d96", + "input": "['R', 'present', 'm', 'j', 'social', 'Z', 'price,', 'h', 'G', 'm', 'White', 'T']", + "output": [ + "RpresentmjsocialZprice,hGmWhiteT" + ] + }, + { + "id": "openseek-4-064abe58324c4f78b494cfbfc2e80690", + "input": "['command,', 'T', 'what', 'T', 'Q', 'yet', 'k', 'F', 'Y', 'usages,', 'J', 'O', 'H']", + "output": [ + "command,TwhatTQyetkFYusages,JOH" + ] + }, + { + "id": "openseek-4-b496c88dfdf341c8a09cad9e99ea985a", + "input": "['n', 'c', 's', 'z', 'Q', 'J', 'till', 'M', 'L']", + "output": [ + "ncszQJtillML" + ] + }, + { + "id": "openseek-4-40384a0b2ec74f46a32e501860df7122", + "input": "['J', 'strike', 'J', 'thing', 'R', 'in', 'k']", + "output": [ + "JstrikeJthingRink" + ] + }, + { + "id": "openseek-4-287aaa1f4b2a42bda97eb0415c0c375d", + "input": "['O', 'r', 'h', 'i', 'cannibal', 'd', 'l']", + "output": [ + "Orhicannibaldl" + ] + }, + { + "id": "openseek-4-c849df386bf94e5a8d3deb3bed21eda5", + "input": "['a', 'U', 'y', 'wall,', 'Y', 'H']", + "output": [ + "aUywall,YH" + ] + }, + { + "id": "openseek-4-8bbfac2993c7474d9ea305cdbf028c90", + "input": "['S', 'g', 'y']", + "output": [ + "Sgy" + ] + }, + { + "id": "openseek-4-177dccadc1fb4b1ba7c9cd1762fe14f4", + "input": "['J', 'N']", + "output": [ + "JN" + ] + }, + { + "id": "openseek-4-1b63973b06d84b379e65baaf414554a0", + "input": "['O', 'Q', 'Flask.', 'j', 'e', 'y', 'x', 'on', 'I']", + "output": [ + "OQFlask.jeyxonI" + ] + }, + { + "id": "openseek-4-622876f4df5c47b88632a042f33bc2c5", + "input": "['h', 'sailor,', 'M', 'U', 'O', 'hold,', 'f', 'B', 'y', 'is', 'O', 'towards', 'M']", + "output": [ + "hsailor,MUOhold,fByisOtowardsM" + ] + }, + { + "id": "openseek-4-655e94d4fea144e7a539ff4233037a28", + "input": "['N', 'T', 'W', 'I']", + "output": [ + "NTWI" + ] + }, + { + "id": "openseek-4-57d512f7cae44d81a7d40b602a5920f3", + "input": "['he', 'V', 'K', 'thy', 'X', 'd', 'x', 'A', 'M', 'at', 'G']", + "output": [ + "heVKthyXdxAMatG" + ] + }, + { + "id": "openseek-4-7cefa6f8ba5348c394e2ced71c5fc23e", + "input": "['not', 'b', 'L', 'an', 'A']", + "output": [ + "notbLanA" + ] + }, + { + "id": "openseek-4-a554830c07a74b8fb61a1abe9c68f6f2", + "input": "['s', 's', 'L', 'careful', 'D']", + "output": [ + "ssLcarefulD" + ] + }, + { + "id": "openseek-4-847d9c271b6d489199b9def7d69b350c", + "input": "['and', 'W', 'thermometer!4it9s', 'i', 'c', 'I', 'headless', 'M']", + "output": [ + "andWthermometer!4it9sicIheadlessM" + ] + }, + { + "id": "openseek-4-ad5b835fe1c3485b92211255c2775c99", + "input": "['x', 'm', 'invested', 'l', 'a', 'vindictive', 'L', 'large,', 'C', 'L']", + "output": [ + "xminvestedlavindictiveLlarge,CL" + ] + }, + { + "id": "openseek-4-1012b101f9854266933fa48baeba46a0", + "input": "['W', 'Hurrah!4Here', 'j', 'E', 'are', 'D', 'X', 'A', 'q']", + "output": [ + "WHurrah!4HerejEareDXAq" + ] + }, + { + "id": "openseek-4-a9898a6acd8347a6b5cef346809b9cb8", + "input": "['seventh', 's', 'L', 'b', 'at', 'r', 'and', 'j']", + "output": [ + "seventhsLbatrandj" + ] + }, + { + "id": "openseek-4-405d35c2e0e341fb86029510b0ef8879", + "input": "['t', 'D', 'reveal', 'W', 'k', 'R', 'f', 'P', 'p', 'M']", + "output": [ + "tDrevealWkRfPpM" + ] + }, + { + "id": "openseek-4-dce8ea589fca4394bedf025ce0e043aa", + "input": "['immense', 'F', 'V', 'game,', 'q', 'B', 'a']", + "output": [ + "immenseFVgame,qBa" + ] + }, + { + "id": "openseek-4-d982a7ed1df5490081aa7d62c5f2ec44", + "input": "['m', 'phantom', 'g']", + "output": [ + "mphantomg" + ] + }, + { + "id": "openseek-4-b9299e75aeca4f19910848df946c0bc6", + "input": "['m', 'down', 'q', 'these', 'h']", + "output": [ + "mdownqtheseh" + ] + }, + { + "id": "openseek-4-3c6584a308bb4c7ebf75332587cd2639", + "input": "['w', 'man9s', 'G', 'n', 'x', 'then', 'O', 'and', 'B', 'levelled', 's', 'the', 'X']", + "output": [ + "wman9sGnxthenOandBlevelledstheX" + ] + }, + { + "id": "openseek-4-eec19fe0ddc34f13bde32129a379de19", + "input": "['x', 'more', 'V', 'dumb', 'S', 'weather', 'n', 'j', 'a', 'transfix', 'i', 'came', 'o']", + "output": [ + "xmoreVdumbSweathernjatransfixicameo" + ] + }, + { + "id": "openseek-4-1d6902e9220144e1b660db69a0e241a8", + "input": "['the', 'S', 'Well,', 'P', 'mazy', 'c', 'back', 'L', 'n', 'A', 'T', 'taking', 'Q', 'is', 'L']", + "output": [ + "theSWell,PmazycbackLnATtakingQisL" + ] + }, + { + "id": "openseek-4-7bdb4e82a62c41da9986489aa5c03781", + "input": "['d', 'sloop-of-war', 'b', 'his', 'u', 'be', 'j']", + "output": [ + "dsloop-of-warbhisubej" + ] + }, + { + "id": "openseek-4-02ca1fc062b948ae91262d5877b95403", + "input": "['at', 'Z', 'the', 'a', 'M', 'here', 'c', 'the', 'f', 'j']", + "output": [ + "atZtheaMherecthefj" + ] + }, + { + "id": "openseek-4-d013d2b6b2bb4e65a86ddf1b1c917efd", + "input": "['reforming', 'l', 's', 'K', 'c', 'u', 'e', 'a', 'watch', 'J']", + "output": [ + "reforminglsKcueawatchJ" + ] + }, + { + "id": "openseek-4-0ee16052d352489885e58d276aafe359", + "input": "['I', 'e', 'be', 'I', 'W', 'p', 'V', 'w', 'missing,', 'E', 'i', 'itself.', 'd', 'of', 'g']", + "output": [ + "IebeIWpVwmissing,Eiitself.dofg" + ] + }, + { + "id": "openseek-4-eeaecd19b51645e696bb39bb4592078c", + "input": "['D', 'morning', 'J', 'R', 'C', 's']", + "output": [ + "DmorningJRCs" + ] + }, + { + "id": "openseek-4-acb00ec48b0b4f308c706581525a3179", + "input": "['for', 'z', 'at', 'j', 'mostly', 'S', 'T']", + "output": [ + "forzatjmostlyST" + ] + }, + { + "id": "openseek-4-3cc821b63ab846b8867bf3e65fc2effd", + "input": "['G', 'walking', 'u', 'T', 'cobblestones4so', 'F']", + "output": [ + "GwalkinguTcobblestones4soF" + ] + }, + { + "id": "openseek-4-5620f316e91744a78fdfd8f8bbe3b703", + "input": "['g', 'N', 'G']", + "output": [ + "gNG" + ] + }, + { + "id": "openseek-4-e2904411ff57407698d79c466577cf38", + "input": "['they', 'j', 'fixedly', 'l', 'feet', 'L', 'his', 'C']", + "output": [ + "theyjfixedlylfeetLhisC" + ] + }, + { + "id": "openseek-4-bd47d6d044a0422aa144ff838b1a6255", + "input": "['u', 'in', 'X', 'd', 'a', 'r', 'U', 'not', 'U', 'g', 'E', 'F', 'sure,', 'B']", + "output": [ + "uinXdarUnotUgEFsure,B" + ] + }, + { + "id": "openseek-4-1829a071adfd45aeb4d1145c7d785ad8", + "input": "['old', 's', 'a', 'Y', 'J', '(_sneezes_).', 'a', 'e', 'z', 'death,', 'f', 'worth', 'f', 'S', 'snap', 'x']", + "output": [ + "oldsaYJ(_sneezes_).aezdeath,fworthfSsnapx" + ] + }, + { + "id": "openseek-4-016d0aff85664ea987f7ebfb2100b456", + "input": "['X', 'V', 'A', 'M']", + "output": [ + "XVAM" + ] + }, + { + "id": "openseek-4-d9fea370d09e449aaac066d81ae94786", + "input": "['b', 'n', 'as', 'h', 't', 'heavy', 't', 'U', 'malignity', 'B', 'Flask', 'l']", + "output": [ + "bnashtheavytUmalignityBFlaskl" + ] + }, + { + "id": "openseek-4-0c4cd0c3651e44328781f47571c1d55a", + "input": "['the', 'p', 'their', 'O', 'man,', 'z', 'I', 'r', 's']", + "output": [ + "theptheirOman,zIrs" + ] + }, + { + "id": "openseek-4-c6b4593e6da34e219f33645c51dd43c7", + "input": "['c', 'last', 'K', 'T']", + "output": [ + "clastKT" + ] + }, + { + "id": "openseek-4-525f2200b0c144e9a93fc25a727fc71b", + "input": "['s', 'T', 'S', 'C', 'S', 'y']", + "output": [ + "sTSCSy" + ] + }, + { + "id": "openseek-4-43c97ebd15ee4ab4a0ead42fd2f94038", + "input": "['close', 'm', 'the', 'B', 'S', 'we', 'k', 'their', 'y']", + "output": [ + "closemtheBSwektheiry" + ] + }, + { + "id": "openseek-4-b228fe00191c459fa0841e528ecf2ed7", + "input": "['we', 'P', 'cuts', 'k', 'way,', 'm', 'f', 'apparently', 'K', 'L', 'that', 'k', 'whatever', 'x', 'E']", + "output": [ + "wePcutskway,mfapparentlyKLthatkwhateverxE" + ] + }, + { + "id": "openseek-4-3fc9c3c6687342b7bac276eede5d9f74", + "input": "['below.', 'q', 'V', 'Pollard', 'e', 'X']", + "output": [ + "below.qVPollardeX" + ] + }, + { + "id": "openseek-4-2a352412cec943a7b6f64614f4beb381", + "input": "['face', 'S', 'i', 'K', 'vernal,', 'L', 'out', 'c']", + "output": [ + "faceSiKvernal,Loutc" + ] + }, + { + "id": "openseek-4-35fc748b71d74cddaf133f1581088cbc", + "input": "['s', 'weary', 'n', 'But', 'j', 'z', 'and', 'C', 'L', 'leak', 'r']", + "output": [ + "swearynButjzandCLleakr" + ] + }, + { + "id": "openseek-4-5c469d3e0428440e8aa9f9d9175e7edf", + "input": "['command.', 'Q', 'y', 'wash', 'Q', 'this', 'S', 'F', 'the', 'y', 'combined.', 'K', 'the', 'F']", + "output": [ + "command.QywashQthisSFtheycombined.KtheF" + ] + }, + { + "id": "openseek-4-10b3014be2db405ea678b3da5bac424d", + "input": "['V', 'q', 'the', 'T', 'all', 'L', 'the', 'Z', 'the', 'F', 'r', 'y', 'there', 'g', 'out', 'b']", + "output": [ + "VqtheTallLtheZtheFrytheregoutb" + ] + }, + { + "id": "openseek-4-616caffa52094d3497b04fb0f98664f9", + "input": "['c', 'fully', 'q', 'r', 'the', 'a', 'originally', 'K']", + "output": [ + "cfullyqrtheaoriginallyK" + ] + }, + { + "id": "openseek-4-9adb0bcfb2f54ede8d1323489e605cc7", + "input": "['the', 'r', 'Q', 'hung', 'A', 'o', 'lamp', 'h', 'former', 'k']", + "output": [ + "therQhungAolamphformerk" + ] + }, + { + "id": "openseek-4-467da0c750e543a4a7c5ccb643e1b029", + "input": "['extraordinary', 's', 'water', 'e', 'artisan', 'y', 'whether', 'S', 'those', 'l', 'press', 'G', 'v', 'floated', 'i']", + "output": [ + "extraordinaryswatereartisanywhetherSthoselpressGvfloatedi" + ] + }, + { + "id": "openseek-4-6aa1bc905b0a40e3b21eec3679642d38", + "input": "['do4remember', 'R', 'had', 'T', 'W', 'U', 'x', 'be', 'h', 'i', 'and', 'v']", + "output": [ + "do4rememberRhadTWUxbehiandv" + ] + }, + { + "id": "openseek-4-4ea86d65150a40f59a7b333304f2d03b", + "input": "['first?d', 'J', 'his', 'b', 'and', 'x', 'saw', 'A', 'then,', 'Y', 'd', 'i', 'Y', 'was', 'H', 'up', 'O']", + "output": [ + "first?dJhisbandxsawAthen,YdiYwasHupO" + ] + }, + { + "id": "openseek-4-ab8b9bd3bf1c464b85b4ccfb443f7e33", + "input": "['the', 'H', 'and', 'V', 'i', 'D', 'descent,', 'Y', 'the', 'v']", + "output": [ + "theHandViDdescent,Ythev" + ] + }, + { + "id": "openseek-4-b5f70ee8f20d44d49cf2990c801079ec", + "input": "['P', 'a', 'e', 'whale', 't', 'of', 'M']", + "output": [ + "PaewhaletofM" + ] + }, + { + "id": "openseek-4-8e4bed04bb0947b5a421edd491b3149b", + "input": "['O', 'Tun,', 'M', 'Andes', 'G']", + "output": [ + "OTun,MAndesG" + ] + }, + { + "id": "openseek-4-5e98b3da4731400db7185b3c932103d5", + "input": "['j', 'low-lying,', 'A', 'material', 'X', 'whale,', 'a', 'corners', 'b', 'D', 'L', 'C', 'w']", + "output": [ + "jlow-lying,AmaterialXwhale,acornersbDLCw" + ] + }, + { + "id": "openseek-4-8605721a63954cbbbfeb03430aa44f8d", + "input": "['h', 'H']", + "output": [ + "hH" + ] + }, + { + "id": "openseek-4-fb1fa8b58eb84bf4bea05e38078a43ee", + "input": "['go', 's', 'R', 'u', 'U', 'V', 'S']", + "output": [ + "gosRuUVS" + ] + }, + { + "id": "openseek-4-25511153955a4aa8af559942dfda6414", + "input": "['W', 'into', 'x']", + "output": [ + "Wintox" + ] + }, + { + "id": "openseek-4-b313569d2a184bb3bf8c2b2c76f599d8", + "input": "['R', 'of', 'N', 'h', 'Q', 'and', 'd', 'K']", + "output": [ + "RofNhQanddK" + ] + }, + { + "id": "openseek-4-2b067af5cad8438ebf2e1bbca5369920", + "input": "['A', 'sun,', 'R', 'off', 'X', 'with', 'w', 'X', 'D', 'cYes,', 'u', 'F', 'D']", + "output": [ + "Asun,RoffXwithwXDcYes,uFD" + ] + }, + { + "id": "openseek-4-9ea42a730f79479b8d84876cf346de14", + "input": "['o', 'world', 'W', 'w', 'fell', 'g']", + "output": [ + "oworldWwfellg" + ] + }, + { + "id": "openseek-4-8b5e4ccdf8f244f28d1382605948ab7c", + "input": "['to', 'A', 'And', 'G', 'of', 'J']", + "output": [ + "toAAndGofJ" + ] + }, + { + "id": "openseek-4-0312ca7b800d4e61bc2a46e9de57db84", + "input": "['V', 'k', 'X', 'Pequod,', 'X', 'w', 'v', 'k']", + "output": [ + "VkXPequod,Xwvk" + ] + }, + { + "id": "openseek-4-d9dc1d79e4d3499f9bcd5d755ceea6cd", + "input": "['while', 'R', 'b', 'leagues', 'C', 'in', 'm']", + "output": [ + "whileRbleaguesCinm" + ] + }, + { + "id": "openseek-4-318c449fede4479293ca7280dda28640", + "input": "['C', 'prouder,', 'Q', 'it', 'a', 'F', 'into', 'D', 'g']", + "output": [ + "Cprouder,QitaFintoDg" + ] + }, + { + "id": "openseek-4-16e824b3632a4429a47aeb64bf2fc5aa", + "input": "['z', 'q', 'r', 'U', 'a', 'n', 'K', 'iron,', 'm']", + "output": [ + "zqrUanKiron,m" + ] + }, + { + "id": "openseek-4-e8aa528339ea472395f705be2e7f0828", + "input": "['Q', 'T', 'g', 'H', 'S', 'with', 'o', 'wriggling', 'U', 'has', 'i', 'darkness', 'V', 'h']", + "output": [ + "QTgHSwithowrigglingUhasidarknessVh" + ] + }, + { + "id": "openseek-4-f8f4b4fe54f1459788f56a7d651eb91c", + "input": "['with', 'J', 'L', 'F', 'a', 'A', 'at', 'X', 'a', 'y']", + "output": [ + "withJLFaAatXay" + ] + }, + { + "id": "openseek-4-05d66fad17be43709cfbe10a74e74ea7", + "input": "['I', 'a', 't', 'the', 'u', 'light', 'I', 'y', 'A', 'j', 'g', 'Y', 'power,', 'K', 'brush', 'a']", + "output": [ + "IattheulightIyAjgYpower,Kbrusha" + ] + }, + { + "id": "openseek-4-ef02fee289ff456ebf96146ca21a682d", + "input": "['left', 'S', 'Q', 'Y', 'bunting', 'I', 'q', 'terror', 'S', 'forehead9s', 'd', 'did', 'R']", + "output": [ + "leftSQYbuntingIqterrorSforehead9sddidR" + ] + }, + { + "id": "openseek-4-65c7df92a95d454b8deaa5e65e686d97", + "input": "['v', 'cold', 'A', 'There', 'e', 'o', 'N', 'l', 'f', 'thickets,', 'C']", + "output": [ + "vcoldAThereeoNlfthickets,C" + ] + }, + { + "id": "openseek-4-1ba4d910ed9d4d25abeea39bc100f0b0", + "input": "['me', 'P', 'present', 's', 'steals', 'K', 'the', 'B', 'the', 'j', 'the', 'Q', 'j']", + "output": [ + "mePpresentsstealsKtheBthejtheQj" + ] + }, + { + "id": "openseek-4-dd97f294d8434cd2bd9d90684b5f8f27", + "input": "['q', 'I', 'Z', 'and', 'Z', 'and', 'y', 'V']", + "output": [ + "qIZandZandyV" + ] + }, + { + "id": "openseek-4-13725a9cf70641c2aec6fc585b4ab998", + "input": "['my', 'H', 'there', 'E', 'aloft', 'm', 'ye', 'e', 'enormous', 'd', 'k', 'not', 'Z', 'arid', 'F']", + "output": [ + "myHthereEaloftmyeeenormousdknotZaridF" + ] + }, + { + "id": "openseek-4-d455936947ed4be3ad4f2a14456fd16e", + "input": "['over', 'N', 'some', 'n']", + "output": [ + "overNsomen" + ] + }, + { + "id": "openseek-4-12ee9035298f4235bd94df78ca29d45a", + "input": "['V', 'V', 'i']", + "output": [ + "VVi" + ] + }, + { + "id": "openseek-4-3df3466ae7a84ac5a9f809369dc44ba1", + "input": "['h', 'k', 'B', 'that', 'p']", + "output": [ + "hkBthatp" + ] + }, + { + "id": "openseek-4-845742e5cb45449ab04b37a010b9b5d5", + "input": "['T', 'more', 'Y']", + "output": [ + "TmoreY" + ] + }, + { + "id": "openseek-4-9b9ff1546ea94cc8856881888dc500b4", + "input": "['n', 'N', 'of', 'q', 'oars', 'h', 'while', 'w', 'Q', 'admirals', 'B']", + "output": [ + "nNofqoarshwhilewQadmiralsB" + ] + }, + { + "id": "openseek-4-cfe0093bdd4c4fd5b8db0f523dbefac9", + "input": "['D', 'l']", + "output": [ + "Dl" + ] + }, + { + "id": "openseek-4-a7cd9d8123ce4ab78fb4ac766c087b06", + "input": "['unseen', 'D', 'c', 'D', 'y', 'q', 'C', 'u', 'e', 'e', 'Z']", + "output": [ + "unseenDcDyqCueeZ" + ] + }, + { + "id": "openseek-4-fcaf467132874a618bee2a5d145c6be2", + "input": "['P', 'J', 'boat9s', 'l']", + "output": [ + "PJboat9sl" + ] + }, + { + "id": "openseek-4-aac02b5fb0e04a76b1bc4e150fdb13a3", + "input": "['old', 'R', 'h', 'the', 'e', 'In', 'R']", + "output": [ + "oldRhtheeInR" + ] + }, + { + "id": "openseek-4-e6530f55497a4944bc5b64d1c0cf214c", + "input": "['I', 'But', 'e', 'had', 'p']", + "output": [ + "IButehadp" + ] + }, + { + "id": "openseek-4-d7d18469bea94931bdafe8157f644403", + "input": "['don9t', 'c', 'D', 'w', 'huge', 'W', 'were', 'c', 'y', 'the', 'z', 'U', 'Y', 'y']", + "output": [ + "don9tcDwhugeWwerecythezUYy" + ] + }, + { + "id": "openseek-4-35ab5d2374f74063bbc0cdb424ee16ca", + "input": "['A', 's', 'N', 'v', 'F', 'Y', 'l', 'e', 'have', 'C']", + "output": [ + "AsNvFYlehaveC" + ] + }, + { + "id": "openseek-4-ee1957932e7647c58a21daf7ef469c33", + "input": "['him.', 'K', 'X', 'r', 'a', 'P', 'C', 'a', 'D']", + "output": [ + "him.KXraPCaD" + ] + }, + { + "id": "openseek-4-ac4f9b831d30413a9cf98301699c3806", + "input": "['f', 'V', 'j', 'D', 'B', 'g', 'soon', 'W', 'wants', 'A']", + "output": [ + "fVjDBgsoonWwantsA" + ] + }, + { + "id": "openseek-4-71b9830ef2c9451993633b69863aa897", + "input": "['y', 'X', 'in', 's', 'H']", + "output": [ + "yXinsH" + ] + }, + { + "id": "openseek-4-2ff88b1e60bc43b38b3ade3b870fbe0b", + "input": "['X', 'and', 's', 'tough', 'X', 'i']", + "output": [ + "XandstoughXi" + ] + }, + { + "id": "openseek-4-9896bee2a5634d31aff4d68ff86dad1f", + "input": "['Can', 'N', 'he,', 'R']", + "output": [ + "CanNhe,R" + ] + }, + { + "id": "openseek-4-27e778bb11ed491f96c08d1953a6ac8e", + "input": "['z', 'z', 'u']", + "output": [ + "zzu" + ] + }, + { + "id": "openseek-4-14ac08b4bc9642d4aec83de99cdebd25", + "input": "['addressing', 'j', 'DANISH', 'E', 'E']", + "output": [ + "addressingjDANISHEE" + ] + }, + { + "id": "openseek-4-1e1101042b0349e9a0534890e20b0faf", + "input": "['z', 'X', 'them.', 'W', 'd', 'z', 'burst', 'p', 'boats;', 'I']", + "output": [ + "zXthem.Wdzburstpboats;I" + ] + }, + { + "id": "openseek-4-01b655a9b5c74c998f611055d9c37e6f", + "input": "['R', 'his', 'p', 'u', 'N', 'will', 'X', 'u', 'to', 'o', 'you', 'k', 'pains', 'Y']", + "output": [ + "RhispuNwillXutooyoukpainsY" + ] + }, + { + "id": "openseek-4-b4a39b6353164366a2f2ae2e8c81e561", + "input": "['the', 'V', 'b', 'J', 'them', 'Z', 'but', 'n', 'true', 'B', 'Q', 'y']", + "output": [ + "theVbJthemZbutntrueBQy" + ] + }, + { + "id": "openseek-4-ed1b2df7174a4d288d3ac006430551cf", + "input": "['even', 'E', 'N', 'p']", + "output": [ + "evenENp" + ] + }, + { + "id": "openseek-4-9e5d99e6bbe9491f958eeedd961abd97", + "input": "['H', 'K', 'that', 'm', 'came', 'c', 'same', 'Q', 'cut', 'Y', 'can9t', 'V']", + "output": [ + "HKthatmcamecsameQcutYcan9tV" + ] + }, + { + "id": "openseek-4-8e6677509c734e8db55979b2bb8aceea", + "input": "['f', 'rises', 'P', 'there?', 't', 'hear', 'E', 'U', 'C', 'be', 'S', 'M', 'courses', 'Q']", + "output": [ + "frisesPthere?thearEUCbeSMcoursesQ" + ] + }, + { + "id": "openseek-4-15ebf208afe6467d95699bed30c436b9", + "input": "['A', 'cwedder', 'T', 'c', 'seen', 'x', 'stroke,', 'i', 'M', 'plumage', 'A', 'for', 'v', 'H', 'Y']", + "output": [ + "AcwedderTcseenxstroke,iMplumageAforvHY" + ] + }, + { + "id": "openseek-4-eb918d81e90e49dc99964c8188425674", + "input": "['b', 'scorn', 'y', 'that', 'P', 'me,', 'l', 'watch-coat', 'J']", + "output": [ + "bscornythatPme,lwatch-coatJ" + ] + }, + { + "id": "openseek-4-c744799bba724ebbb5e4be9440d283b6", + "input": "['j', 'o', 'O', 'Yes,9', 'd', 'and', 'q', 'P', 'z', 'all', 'Q', 'P', 'colt', 'A']", + "output": [ + "joOYes,9dandqPzallQPcoltA" + ] + }, + { + "id": "openseek-4-d474bf2ad1674845adf34ff518f17737", + "input": "['R', 'and', 'P', 'Struck', 'U', 'a']", + "output": [ + "RandPStruckUa" + ] + }, + { + "id": "openseek-4-001f7e72176e4263bca9c00aab2fc41d", + "input": "['W', 'z', 'of', 'G', 'z', 'b', 'Bedford', 'C']", + "output": [ + "WzofGzbBedfordC" + ] + }, + { + "id": "openseek-4-aad0ca788c2a430482e3665352d8a057", + "input": "['B', 'm', 'the', 'D']", + "output": [ + "BmtheD" + ] + }, + { + "id": "openseek-4-5986392482f840a79f016e3cd5d5dc33", + "input": "['shop', 'm', 'e']", + "output": [ + "shopme" + ] + }, + { + "id": "openseek-4-5e8537554da3476ca48bcc75eddaaf8f", + "input": "['A', 'on,', 'J', 'the', 'p', 'T', 'u', 'q', 'fast', 'R', 'K', 'I', 'O']", + "output": [ + "Aon,JthepTuqfastRKIO" + ] + }, + { + "id": "openseek-4-ada42e38462a48b9b80c7a6f0490f598", + "input": "['G', 'there', 'L', 'dripping', 'E', 'q']", + "output": [ + "GthereLdrippingEq" + ] + }, + { + "id": "openseek-4-cd21010c87544e968d59535ef2b9cdb7", + "input": "['perhaps', 'q', 'j', 'm', 'u', 'the', 'K', 'C', 'as', 'i', 'z']", + "output": [ + "perhapsqjmutheKCasiz" + ] + }, + { + "id": "openseek-4-8f3ae43251f94af5a946634bccf53bb2", + "input": "['the', 'N', 'A', 'S', 'men', 'P', 'two', 'M']", + "output": [ + "theNASmenPtwoM" + ] + }, + { + "id": "openseek-4-6a1c26e538f246b3bf43d0717fcdce79", + "input": "['D', 'o', 'too', 'R']", + "output": [ + "DotooR" + ] + }, + { + "id": "openseek-4-38b9031e9fd2415186ebb76decd0ab09", + "input": "['x', 'u']", + "output": [ + "xu" + ] + }, + { + "id": "openseek-4-440ad689c0e444a2a9ae0c95fa248411", + "input": "['to', 'Z', 'nations', 'a', 'which', 'U']", + "output": [ + "toZnationsawhichU" + ] + }, + { + "id": "openseek-4-2b7e0f00b8754a6d828c60dede7d4b6b", + "input": "['the', 'H', '*', 'Q', 'T', 'N', 'the', 'F', 'planing', 'p', 'r']", + "output": [ + "theH*QTNtheFplaningpr" + ] + }, + { + "id": "openseek-4-3a1cef2761c04135aac35dfbd6b86360", + "input": "['night;', 'y', 'scowled', 'U', 'q', 'left', 'Y', 'appals', 'i', 'was', 'Z', 'Peleg', 'O', 'u', 'I', 'x']", + "output": [ + "night;yscowledUqleftYappalsiwasZPelegOuIx" + ] + }, + { + "id": "openseek-4-4e6f5b311d5d49f59b233f8ac3d8d677", + "input": "['B', 'S']", + "output": [ + "BS" + ] + }, + { + "id": "openseek-4-b8db51be10ed415a93e2ed34d099e118", + "input": "['E', 'l', 'w', 'and', 'F', 'B', 'X', 'confusion', 't']", + "output": [ + "ElwandFBXconfusiont" + ] + }, + { + "id": "openseek-4-e0bb99345e2249f4ad3f319e14dca4b7", + "input": "['by', 'L', 'ends', 'c', 'In', 'S', 'c']", + "output": [ + "byLendscInSc" + ] + }, + { + "id": "openseek-4-8149bc6601784be7b527b796024124e2", + "input": "['him', 'R', 'e', 'might', 'o', 'even', 'H', 'sounds', 'c']", + "output": [ + "himRemightoevenHsoundsc" + ] + }, + { + "id": "openseek-4-d00e0a8821e14b79a1185ad169fd1365", + "input": "['H', 'L', 'J', 'entered', 'E']", + "output": [ + "HLJenteredE" + ] + }, + { + "id": "openseek-4-fb1c1213cd5d456287b205246db03449", + "input": "['k', 'v', 'r', 'shouted', 'f', 'Y', 'h']", + "output": [ + "kvrshoutedfYh" + ] + }, + { + "id": "openseek-4-88ad278c5b9e4cd98f12629d26c9344b", + "input": "['that', 'W', 'n', 'other', 'i', 'L', 'or', 'K', 'e', 'among', 'i', 'K']", + "output": [ + "thatWnotheriLorKeamongiK" + ] + }, + { + "id": "openseek-4-27d4206100cf4150bb4fd27c0b18d659", + "input": "['P', 'q']", + "output": [ + "Pq" + ] + }, + { + "id": "openseek-4-cc140d15f4464ca3a1be01babb696743", + "input": "['more', 'd', 'Z']", + "output": [ + "moredZ" + ] + }, + { + "id": "openseek-4-41812071058042969e2a047e6a34ee50", + "input": "['t', 'Q', 'exposed;', 'E', 'q', 'beautiful', 'c', 'E', 'shot', 'm']", + "output": [ + "tQexposed;EqbeautifulcEshotm" + ] + }, + { + "id": "openseek-4-23018a551b6344728e6cb4c539558a88", + "input": "['F', 'thoughts', 'L']", + "output": [ + "FthoughtsL" + ] + }, + { + "id": "openseek-4-61f82b64f37d4bc991e076561514d023", + "input": "['s', 'by', 't']", + "output": [ + "sbyt" + ] + }, + { + "id": "openseek-4-204f70637e19423890427a7168275552", + "input": "['i', 'Stubb,', 'x', 'N', 'h', 'bore', 'w', 'L', 'H', 'I', 'b']", + "output": [ + "iStubb,xNhborewLHIb" + ] + }, + { + "id": "openseek-4-ac2d43973b1a48d5a63b701d50653576", + "input": "['Just', 'U', 'with', 'Y', 'conceivable', 'i', 'to', 'R', 'L']", + "output": [ + "JustUwithYconceivableitoRL" + ] + }, + { + "id": "openseek-4-6c97c80ab96f4e69a744ca08be71332b", + "input": "['I', 't', 'p', 'Sperm', 'P', 'are', 'K', 'by', 'F', 'it', 'z']", + "output": [ + "ItpSpermPareKbyFitz" + ] + }, + { + "id": "openseek-4-8058c04da49542cc82d923542b6f693c", + "input": "['philosophically', 'i', 'down,', 'e', 'K']", + "output": [ + "philosophicallyidown,eK" + ] + }, + { + "id": "openseek-4-8e74a429be734aa39d72a6de85a449b8", + "input": "['I', 'world.', 'y', 'in', 'V', 'h', 'm', 'the', 'z', 'Z', 'n', 'grand', 'p']", + "output": [ + "Iworld.yinVhmthezZngrandp" + ] + }, + { + "id": "openseek-4-c76ff655226a4c05b8f50b02bd10c1bd", + "input": "['C', 'I', 'z']", + "output": [ + "CIz" + ] + }, + { + "id": "openseek-4-fb7059e0e0134f5ebe526ed24749a505", + "input": "['at', 'z', 'And', 'c', 'the', 'Q', 'Cape', 'F', 'o', 'e']", + "output": [ + "atzAndctheQCapeFoe" + ] + }, + { + "id": "openseek-4-0e89dd711350491e985cdf9988a6e75a", + "input": "['looking', 'W', 'd', 'p', 'm', 'w', 'a', 'C', 'w', 'A']", + "output": [ + "lookingWdpmwaCwA" + ] + }, + { + "id": "openseek-4-711136a7ff0f4c1380d40a2a463eb6d9", + "input": "['y', 'such', 'P', 'tilted', 'f', 'sight', 'L', 'was', 'm', 'air,', 'F']", + "output": [ + "ysuchPtiltedfsightLwasmair,F" + ] + }, + { + "id": "openseek-4-59454dd0bbcd4a19b3e61c4f7565154f", + "input": "['some', 'c', 'I', 'unmurmuringly', 'O', 'went', 'X', 'The', 'n', 'he', 'o', 'the', 'A', 'Meantime,', 'c']", + "output": [ + "somecIunmurmuringlyOwentXThenheotheAMeantime,c" + ] + }, + { + "id": "openseek-4-2ebe642b50bb48a8980661ce14811293", + "input": "['myself', 'p', 'o', 'immense.', 'o', 'r']", + "output": [ + "myselfpoimmense.or" + ] + }, + { + "id": "openseek-4-7a26d6a3f4dc4b479c91f459aee25e3d", + "input": "['Head,', 't', 'with', 'd', 'D', 'n', 'm', 'H', 'the', 'r']", + "output": [ + "Head,twithdDnmHther" + ] + }, + { + "id": "openseek-4-baab7f0639bb464897acfa8e8e45eaf3", + "input": "['h', 'N', 'z']", + "output": [ + "hNz" + ] + }, + { + "id": "openseek-4-a2d7c4e3cd724501925d8bd36cc6668e", + "input": "['g', 'X', 'aloft', 'F', 'water,', 'd', 'W', 'S']", + "output": [ + "gXaloftFwater,dWS" + ] + }, + { + "id": "openseek-4-7516984c954e4a1ba3a1627d29a498c2", + "input": "['a', 'p', 'd', 'x', 'one.d', 'b']", + "output": [ + "apdxone.db" + ] + }, + { + "id": "openseek-4-d3ac25a596a346aea35de59e15e685ab", + "input": "['p', 'I', 'v', 'V']", + "output": [ + "pIvV" + ] + }, + { + "id": "openseek-4-f15bf3cbe37b40969db022aa43808f0f", + "input": "['f', 'o', 'V', 'z']", + "output": [ + "foVz" + ] + }, + { + "id": "openseek-4-164e671c81b34e42aee35a13772040ff", + "input": "['k', 'D']", + "output": [ + "kD" + ] + }, + { + "id": "openseek-4-41c2140988e140e0a9f9411d696b63ab", + "input": "['into', 'e', 'a', 'does', 'G', 'object.', 'Q', 'his', 't', 'rather,', 'o', 'A', 'm', 'H']", + "output": [ + "intoeadoesGobject.Qhistrather,oAmH" + ] + }, + { + "id": "openseek-4-65c57a65bd6e44da8f1081f10d049274", + "input": "['q', 'f', 'and', 'A']", + "output": [ + "qfandA" + ] + }, + { + "id": "openseek-4-da351ec878524ba39a132ff78ab34c16", + "input": "['his', 'Z', 'r', 'Y', 'what', 'k', 'the', 't', 'd']", + "output": [ + "hisZrYwhatkthetd" + ] + }, + { + "id": "openseek-4-9923f570e8d040f6b31aa69adca7cb2e", + "input": "['sharp', 'f', 'missing', 'o', 'f', 'lads', 'v', 'h', 'b', 'k', 'X']", + "output": [ + "sharpfmissingofladsvhbkX" + ] + }, + { + "id": "openseek-4-98c379fe6af346b98468a73997723eac", + "input": "['and', 'l', 'him', 'W']", + "output": [ + "andlhimW" + ] + }, + { + "id": "openseek-4-171c1d473e3148f08f3955e561ce0fc8", + "input": "['f', 'that', 'y', 'every', 'R', 'where', 'f', 'part', 'B', 'soon', 'B', 'J', 'c', 'c', 'the', 'D']", + "output": [ + "fthatyeveryRwherefpartBsoonBJcctheD" + ] + }, + { + "id": "openseek-4-2cca675d7c044478907fafe8302cc194", + "input": "['frosty', 'q', 'surest', 'P', 'W', 'i']", + "output": [ + "frostyqsurestPWi" + ] + }, + { + "id": "openseek-4-cf3ff4786660402cb8c77fac0263a341", + "input": "['J', 'of', 'H', 'E', 'I', 'R', 'at', 'y']", + "output": [ + "JofHEIRaty" + ] + }, + { + "id": "openseek-4-5246051e629447b39f2aad8b80a5662c", + "input": "['some', 'v', 'd', 'h', 'R', 'o', 's', 'j', 'j', 's']", + "output": [ + "somevdhRosjjs" + ] + }, + { + "id": "openseek-4-d2c9a644297b4be5bac7a1cf4494ea2c", + "input": "['skill', 'N', 'they', 'B', 'E', 'b', 'D', 'g', 'boom', 'E']", + "output": [ + "skillNtheyBEbDgboomE" + ] + }, + { + "id": "openseek-4-3728726ef59145bf94bb5d85673d569c", + "input": "['should', 'V', 'W', 'e', 'Y']", + "output": [ + "shouldVWeY" + ] + }, + { + "id": "openseek-4-0ae3d1d6d3bd4a959bc82fd5e4355aaf", + "input": "['a', 'I']", + "output": [ + "aI" + ] + }, + { + "id": "openseek-4-6c1c8cf00e684024a6240efbd4545380", + "input": "['S', 'x', 'from', 'M', 'pen-knife,', 'O']", + "output": [ + "SxfromMpen-knife,O" + ] + }, + { + "id": "openseek-4-79436ef7ab6848d0a41472d15b64e378", + "input": "['in', 'b', 'however', 'e', 'm', 'K', 'last', 'n', 'those', 'Q']", + "output": [ + "inbhoweveremKlastnthoseQ" + ] + }, + { + "id": "openseek-4-454f6dc7d2144ea9b649e17228889db7", + "input": "['out', 'e', 'q', 'cBouton', 'O', 'd']", + "output": [ + "outeqcBoutonOd" + ] + }, + { + "id": "openseek-4-5d5545c6d6a947d1a3b051981c55b0b2", + "input": "['l', 'B', 'L', 'V', 'i', 'u', 'G', 'a', 'cruising', 'j', 'the', 'N']", + "output": [ + "lBLViuGacruisingjtheN" + ] + }, + { + "id": "openseek-4-19bc7e02035340a9a7259e3d4ffb21e4", + "input": "['the', 'r', 'as', 'S', 'on', 'c', 'r', 'u', 'H']", + "output": [ + "therasSoncruH" + ] + }, + { + "id": "openseek-4-1c36bdc8c09648d3a9ce8b7ad01ff408", + "input": "['v', 'was', 'E', 'form', 'C']", + "output": [ + "vwasEformC" + ] + }, + { + "id": "openseek-4-45f40295f180436b9db3d4f23c34488e", + "input": "['broke,', 'g', 'l']", + "output": [ + "broke,gl" + ] + }, + { + "id": "openseek-4-e8dbe7bdd1d34ab78c3c9e9e299f9013", + "input": "['firewood?4lucifer', 'd', 'B', 'will', 'v', 'H', 'But', 'E', 'much', 'w', 'I', 'p', 'criterion', 'V', 'g', 'the', 'D']", + "output": [ + "firewood?4luciferdBwillvHButEmuchwIpcriterionVgtheD" + ] + }, + { + "id": "openseek-4-dcad07dfc9d84aabb489312fb4a9d64e", + "input": "['light,', 'C', 'promontory', 'c', 'the', 'F']", + "output": [ + "light,CpromontoryctheF" + ] + }, + { + "id": "openseek-4-a3546b9de74f42d494e30883f6603cca", + "input": "['of', 'V', 'N', 'tell.', 'q', 'we', 'm', 'c', 'oaken', 'k', 'bending', 'F', 'counting-house', 'y', 'good', 'z']", + "output": [ + "ofVNtell.qwemcoakenkbendingFcounting-houseygoodz" + ] + }, + { + "id": "openseek-4-f85c11fe440040bd900aac5f4c803fdc", + "input": "['for', 's', 'Q', 'K', 'guns,', 'd', 'L', 'S']", + "output": [ + "forsQKguns,dLS" + ] + }, + { + "id": "openseek-4-3048d3823cb14917a2186e6dd1983e9a", + "input": "['k', 'j', 'hemisphere.', 's']", + "output": [ + "kjhemisphere.s" + ] + }, + { + "id": "openseek-4-f2729bdaf61c421db3c95f1685d4c6f5", + "input": "['however', 'd', 'Nantucketer9s.', 'S', 'y', 'k', 'I', 'be', 'e']", + "output": [ + "howeverdNantucketer9s.SykIbee" + ] + }, + { + "id": "openseek-4-b564474ec99b426aa49ba3d97b9fa604", + "input": "['considerable', 'h', 'the', 'r', 't']", + "output": [ + "considerablehthert" + ] + }, + { + "id": "openseek-4-0d8876d448aa4b4a9d115902686e836a", + "input": "['F', 'port.', 'B', 'k', 'B', 'was', 'R', 'Y', 'o']", + "output": [ + "Fport.BkBwasRYo" + ] + }, + { + "id": "openseek-4-b0a32abbec1d4ea196717a5369fabc08", + "input": "['R', 'lower', 'q', 'long', 'S', 'cries.', 'D', 'y', 'z', 'w', 'which', 'K', 'Though', 'h', 'but', 'X']", + "output": [ + "RlowerqlongScries.DyzwwhichKThoughhbutX" + ] + }, + { + "id": "openseek-4-add957bdfcd340eda018fdb6ca51d50d", + "input": "['No', 'W', 'hold,', 'x', 'an', 'Q', 'b', 'U', 'a']", + "output": [ + "NoWhold,xanQbUa" + ] + }, + { + "id": "openseek-4-55167791423647d08114011532787eab", + "input": "['he', 'G', 'Z', 'like', 'V', 'J', 'Q', 'gorge,', 'A', 'Z']", + "output": [ + "heGZlikeVJQgorge,AZ" + ] + }, + { + "id": "openseek-4-419b77e2a19a43528926362716ff4875", + "input": "['which', 'K', 'this', 'l', 'h']", + "output": [ + "whichKthislh" + ] + }, + { + "id": "openseek-4-e744052a9e024053a03fb762b4f731b2", + "input": "['s', 'g', 'R']", + "output": [ + "sgR" + ] + }, + { + "id": "openseek-4-50fd2284035c477a981bf6a68d38d530", + "input": "['be', 't', 'SAILOR.', 't', 'Q', 'ocean,', 'm', 'D']", + "output": [ + "betSAILOR.tQocean,mD" + ] + }, + { + "id": "openseek-4-28501fd7567942daba45e4c276542ff6", + "input": "['CHAPTER', 'J', 'A', 'H']", + "output": [ + "CHAPTERJAH" + ] + }, + { + "id": "openseek-4-0ff95565fd934ed188703666ae531530", + "input": "['blowing', 'o', 'Q', 'Y', 't', 'B', 'r', 'yet', 'O', 'none', 'u', 'yokes,', 'z']", + "output": [ + "blowingoQYtBryetOnoneuyokes,z" + ] + }, + { + "id": "openseek-4-915157859a6946879bf00856815bc91f", + "input": "['C', 'the', 'l', 'z', 'W', 'y', 'h']", + "output": [ + "CthelzWyh" + ] + }, + { + "id": "openseek-4-85ea04cf795b4192bcba26ebce21d08f", + "input": "['in', 'O', 'y', 'Z', 'I', 'nuts,', 'i']", + "output": [ + "inOyZInuts,i" + ] + }, + { + "id": "openseek-4-2ed9e4c02bd4402995efe91b904d46d4", + "input": "['K', 'of', 'L', 'Stubb,', 'R', 'K', 'the', 'Q', 'on.', 'i', 'waking', 'c']", + "output": [ + "KofLStubb,RKtheQon.iwakingc" + ] + }, + { + "id": "openseek-4-07a65e3367b24a8da467c202e3b284c6", + "input": "['u', 'J', 'f', 'his', 'v', 'up', 'h', 'the', 'U', 'mean,', 'm', 'the', 'O', 'Q', 'I']", + "output": [ + "uJfhisvuphtheUmean,mtheOQI" + ] + }, + { + "id": "openseek-4-b0e2b425f83d4f8fa18dcfdbf27a3d05", + "input": "['Y', 'y', 'Leviathan', 'f']", + "output": [ + "YyLeviathanf" + ] + }, + { + "id": "openseek-4-ca096db8aa41411881e441d626a8faf8", + "input": "['k', 'harpooneers,', 'S', 'y', 'j', 'that', 'Z', 'm', 'B', 'number', 'g', 'could', 'z']", + "output": [ + "kharpooneers,SyjthatZmBnumbergcouldz" + ] + }, + { + "id": "openseek-4-51eada04195e4e1482ce8be4f05c2947", + "input": "['the', 'k', 'l', 'has', 't', 'S', 'Z']", + "output": [ + "theklhastSZ" + ] + }, + { + "id": "openseek-4-ecc9a0bbe4a4499ca0120cc2e001c7bd", + "input": "['Y', 'so', 'p']", + "output": [ + "Ysop" + ] + }, + { + "id": "openseek-4-e4e89ce1118e42058fdc43434aee4b4b", + "input": "['y', 'g', 'V', 'A', 'L', 'H', 'Hercules9', 'e', 'U', 'town', 'i']", + "output": [ + "ygVALHHercules9eUtowni" + ] + }, + { + "id": "openseek-4-3adf44add05549a7890afc0564de3fe5", + "input": "['J', 'G', 'e']", + "output": [ + "JGe" + ] + }, + { + "id": "openseek-4-fb7c4f9346da4f7596c310f7edfa5814", + "input": "['mention,', 't', 'scud', 'G', 'leaps', 'e', 'h', 's', 'A', 'w']", + "output": [ + "mention,tscudGleapsehsAw" + ] + }, + { + "id": "openseek-4-b5da356afd144a91b6c5637b40d8141d", + "input": "['m', 'me!4his', 'e', 'not', 'X', 'M', 'quite', 'k']", + "output": [ + "mme!4hisenotXMquitek" + ] + }, + { + "id": "openseek-4-9fa25cd66b78408c9f3173e3e38b63a4", + "input": "['f', 'g']", + "output": [ + "fg" + ] + }, + { + "id": "openseek-4-195ad6ef828c437a8ea27a54afc13dff", + "input": "['t', 'squalls', 'o']", + "output": [ + "tsquallso" + ] + }, + { + "id": "openseek-4-a4d2c5339e0b4498b79018eb1d7a692a", + "input": "['x', 'oar,', 'c', 'm', 'J', 'much', 'E', 'of', 't', 'K', 'G', 'Stubb,', 'I', 'E']", + "output": [ + "xoar,cmJmuchEoftKGStubb,IE" + ] + }, + { + "id": "openseek-4-f24bcdc4ea2d4d2aaa1345ba9c5c1731", + "input": "['m', 'V']", + "output": [ + "mV" + ] + }, + { + "id": "openseek-4-51c5da91a1494d68a538154e465c3ad4", + "input": "['fat', 'K', 'which', 'm']", + "output": [ + "fatKwhichm" + ] + }, + { + "id": "openseek-4-98616d2ae7c4454a9d84a578aef13a14", + "input": "['X', 'k', 'm', 'd', 'into', 'F', 'and', 'z']", + "output": [ + "XkmdintoFandz" + ] + }, + { + "id": "openseek-4-4ce730e3519940308b94a946997e5a66", + "input": "['into', 'i', 'by', 'M', 'A', 'of', 'Z', 'j', 'R']", + "output": [ + "intoibyMAofZjR" + ] + }, + { + "id": "openseek-4-982582ee73524f948a28c017ed2504b6", + "input": "['power,', 'j', 'C', 'there', 's', 'oust', 'U']", + "output": [ + "power,jCtheresoustU" + ] + }, + { + "id": "openseek-4-4f16544d0719483abd82aa34a3bfba3c", + "input": "['Q', 'A', 'filial,', 'U', 'V', 'my', 'g']", + "output": [ + "QAfilial,UVmyg" + ] + }, + { + "id": "openseek-4-2ff5b639a38f4086b21a620805eea7a1", + "input": "['l', 'L', 'the', 'W', 'pouch', 'P', 'H']", + "output": [ + "lLtheWpouchPH" + ] + }, + { + "id": "openseek-4-209bc72d2cb3431a83b2bcff2394de98", + "input": "['s', 'R', 'v', 'to', 'k', 'K', 'm']", + "output": [ + "sRvtokKm" + ] + }, + { + "id": "openseek-4-17bc2be5fbe3474b8e998f0a12613896", + "input": "['both', 'B', 'f']", + "output": [ + "bothBf" + ] + }, + { + "id": "openseek-4-94b2dfda7c2a4558897f5fb2bdd3c6cd", + "input": "['b', 'n', 'w', 'R', 'dragged', 'a', 'X', 'p', 'k', 'the', 'd']", + "output": [ + "bnwRdraggedaXpkthed" + ] + }, + { + "id": "openseek-4-0c687f24fa014a4b92f4d985a04bbe41", + "input": "['M', 'provoked', 'f', 'O', 'o', 'to', 'a', 'b', 'k']", + "output": [ + "MprovokedfOotoabk" + ] + }, + { + "id": "openseek-4-b56f0523e8464f60a8aa5f3d4e1ec58b", + "input": "['n', 'r', 'the', 'h']", + "output": [ + "nrtheh" + ] + }, + { + "id": "openseek-4-9b29bac950574739bccb1263047f24f9", + "input": "['R', 'V', 'top', 'u']", + "output": [ + "RVtopu" + ] + }, + { + "id": "openseek-4-9c1cb3d6e6f947a49bb67823c48ed591", + "input": "['N', 'F', 'E', 'T', 'n', 'p', 'who,', 'r']", + "output": [ + "NFETnpwho,r" + ] + }, + { + "id": "openseek-4-61b115515b6942b9a41f33dd4a082608", + "input": "['t', 'top-gallant', 'B', 'x', 'p', 'y']", + "output": [ + "ttop-gallantBxpy" + ] + }, + { + "id": "openseek-4-874cb35ce36f442eaba651dfabc50c48", + "input": "['to', 'K', 'o', 'm', 'V', 'this', 'a', 'K', 'h', 'thousands', 'U']", + "output": [ + "toKomVthisaKhthousandsU" + ] + }, + { + "id": "openseek-4-9feb05e8802b499188fa038a9d0400a7", + "input": "['G', 'w', 'Q', 'g', 'of', 'H', 'h', 'times', 'H', 'down', 'A', 'in', 'A']", + "output": [ + "GwQgofHhtimesHdownAinA" + ] + }, + { + "id": "openseek-4-67644fcc30394715b5e325026ebe9301", + "input": "['and', 'W', 'Peleg,', 'c', 'O', 'Q', 'Frenchman9s', 't', 'v', 'that', 'g']", + "output": [ + "andWPeleg,cOQFrenchman9stvthatg" + ] + }, + { + "id": "openseek-4-2049a56151894bc49084043da2d06274", + "input": "['Q', 'passion;', 'f', 'rank', 'c', 's']", + "output": [ + "Qpassion;frankcs" + ] + }, + { + "id": "openseek-4-1cf9bf24d5f84be6a6883a818234885b", + "input": "['stopping', 'u', 'j', 'A', 't', 'w', 'be', 'y', 'H']", + "output": [ + "stoppingujAtwbeyH" + ] + }, + { + "id": "openseek-4-a5d1bd59d51b4825bb794eb95363b7b0", + "input": "['R', 'and', 'f', 'Z']", + "output": [ + "RandfZ" + ] + }, + { + "id": "openseek-4-39bad1bbda624a01a83083775589ee25", + "input": "['a', 's', 't', 'P', 'of', 'd', 'L']", + "output": [ + "astPofdL" + ] + }, + { + "id": "openseek-4-648dc104e40e4da8a72563036564ea2a", + "input": "['by', 'j', 'n', 'and', 'Q', 'R', 'V', 'from', 'w', 'x', 'good', 'z']", + "output": [ + "byjnandQRVfromwxgoodz" + ] + }, + { + "id": "openseek-4-ee1b501eb42743e4866c007a4c9a578a", + "input": "['y', 'P', 'Y', 'A', 'h', 'tusks,', 'P', 'c', 'C', 'and', 'K', 'wants', 'J']", + "output": [ + "yPYAhtusks,PcCandKwantsJ" + ] + }, + { + "id": "openseek-4-fedad731658c4495b3a73694553f9845", + "input": "['horrors', 'I', 'heard', 'J', 'and', 'W', 'q', 'help', 'x']", + "output": [ + "horrorsIheardJandWqhelpx" + ] + }, + { + "id": "openseek-4-06545e306f8041e29f5f8ffc0f0f6cdd", + "input": "['beams,', 'C', 'C', 'by', 'a', 'P']", + "output": [ + "beams,CCbyaP" + ] + }, + { + "id": "openseek-4-860f213da1a74fee8cf865927f0dd890", + "input": "['K', 'K', 'O', 'H', 'c', 'Sumatra', 'p', 'its', 'p', 'q', 'p']", + "output": [ + "KKOHcSumatrapitspqp" + ] + }, + { + "id": "openseek-4-71babc0da110490b92bb3631c4751e07", + "input": "['going', 'r', 'doom', 'n', 'portable', 'M', 'C', 'its', 'V']", + "output": [ + "goingrdoomnportableMCitsV" + ] + }, + { + "id": "openseek-4-beb3c43dfe7046bcbba8a1bada87c0ba", + "input": "['but', 'z', 'w', 'u', 'a', 'g', 'H', 'd', 'precisely', 'B', 'human', 'j', 'L']", + "output": [ + "butzwuagHdpreciselyBhumanjL" + ] + }, + { + "id": "openseek-4-f8a4115a28d94d47976c59033c6f57bd", + "input": "['yelling', 'E', 'j', 'his,', 'm']", + "output": [ + "yellingEjhis,m" + ] + }, + { + "id": "openseek-4-f23244f19114498681717f83b486343c", + "input": "['D', 'L', 'we', 's', 'A', 'y', 'streets', 'N']", + "output": [ + "DLwesAystreetsN" + ] + }, + { + "id": "openseek-4-79a7975ec2144270a313f7231ea87083", + "input": "['its', 'w', 'up', 'I', 'x', 's', 'China', 'g', 'g', 'of', 'p', 'all', 'C', 'm', 'sight,', 'k']", + "output": [ + "itswupIxsChinaggofpallCmsight,k" + ] + }, + { + "id": "openseek-4-f19b3492c216492c87da46756ed3c153", + "input": "['L', 'of', 'd']", + "output": [ + "Lofd" + ] + }, + { + "id": "openseek-4-c462972a294f48a993d174a335be6167", + "input": "['W', 'the', 'X']", + "output": [ + "WtheX" + ] + }, + { + "id": "openseek-4-755d712743d64f20a37f0a2a212832de", + "input": "['boats', 'W', 'and', 'i', 'savages,', 'I', 'q', 'a', 'U']", + "output": [ + "boatsWandisavages,IqaU" + ] + }, + { + "id": "openseek-4-6205c7423cdc461097e0d5e69014809b", + "input": "['my', 'Z', 'roar', 'G', 'connected', 'C', 'he', 'V', 'p']", + "output": [ + "myZroarGconnectedCheVp" + ] + }, + { + "id": "openseek-4-804c0e051a164544b2733d071c77b946", + "input": "['n', 'K', 'are', 'i']", + "output": [ + "nKarei" + ] + }, + { + "id": "openseek-4-762e369fbafc42fc8111c778d60a1cf4", + "input": "['we', 'z', 'P', 'steeped', 'Q', 'inward', 'f', 'people9s', 'F', 'Y']", + "output": [ + "wezPsteepedQinwardfpeople9sFY" + ] + }, + { + "id": "openseek-4-4164b1ced0dc4a53b1e011535794481b", + "input": "['water,', 'g', 'i', 'most', 'c', 'long', 'H', 'so', 'T', 'I', 'T', 'V', 'It', 'm', 'A']", + "output": [ + "water,gimostclongHsoTITVItmA" + ] + }, + { + "id": "openseek-4-d1fdc10d845b4a0386cee1525e8277f6", + "input": "['h', 'D', 'A', 'O', 'f', 'that', 'g']", + "output": [ + "hDAOfthatg" + ] + }, + { + "id": "openseek-4-3f6211a2d20b482da1dc8235a1a46a62", + "input": "['K', 'the', 'B', 'X', 'quite', 'i', 'h', 'F']", + "output": [ + "KtheBXquiteihF" + ] + }, + { + "id": "openseek-4-1504805ed1974f7c87d399e87265e0aa", + "input": "['being', 'K', 'this', 'V', 'head', 'g', 't', 'p', 'F', 'those', 'H', 'with', 'P']", + "output": [ + "beingKthisVheadgtpFthoseHwithP" + ] + }, + { + "id": "openseek-4-de26d8feff604a2eb0a0a9fcc299c1c3", + "input": "['S', 'X', 'for', 'r', 'M', 'j', 'immediate', 'V', 'aforethought', 'Z', 'disclosures,', 'P', 'N']", + "output": [ + "SXforrMjimmediateVaforethoughtZdisclosures,PN" + ] + }, + { + "id": "openseek-4-05649497e77d42f4b1f82d9753bd78eb", + "input": "['ruin', 'B', 'daintiness', 'C']", + "output": [ + "ruinBdaintinessC" + ] + }, + { + "id": "openseek-4-932ff2bd978e4beeb55bd7a07a683cf5", + "input": "['breeze', 'b', 'm', 'enthrone', 'N', 'from', 'm', 'gay', 'J']", + "output": [ + "breezebmenthroneNfrommgayJ" + ] + }, + { + "id": "openseek-4-b5b78bfc1ab5418bb4b661339d6e381f", + "input": "['like', 'S', 'a']", + "output": [ + "likeSa" + ] + }, + { + "id": "openseek-4-d69c66db3f684d759cf0f8489c36cc9a", + "input": "['the', 'z', 'beneath', 'z', 'instances', 'i', 'L', 'from', 't', 'Case.', 'e', 'never', 'c', 'reached', 'B', 'and,', 'P']", + "output": [ + "thezbeneathzinstancesiLfromtCase.enevercreachedBand,P" + ] + }, + { + "id": "openseek-4-0cf831d7ed33491285516c946ea5d5ec", + "input": "['D', 'at', 'T', 'Jenny,', 'y', 'coloured', 'R', 'd', 'the', 'Z', 'dere?', 't']", + "output": [ + "DatTJenny,ycolouredRdtheZdere?t" + ] + }, + { + "id": "openseek-4-1ba6496ca91a4595bd4dbd6e1abe5590", + "input": "['Leviathan', 'G', 'instances,', 'P', 'N', 'the', 'R', 'v', 'u', 'the', 'O', 'SETH', 'j', 'side,', 'S']", + "output": [ + "LeviathanGinstances,PNtheRvutheOSETHjside,S" + ] + }, + { + "id": "openseek-4-176df7c64ec34809bcb7bba92ca078e4", + "input": "['his', 'f', 'every', 'T', 'asleep.', 'U', 'which', 'G', 'E', 'East,', 'b', 'through', 'q', 'the', 'z']", + "output": [ + "hisfeveryTasleep.UwhichGEEast,bthroughqthez" + ] + }, + { + "id": "openseek-4-d5e60a6d7af04fcfbe6653055ad68693", + "input": "['M', 'slumbering', 'y']", + "output": [ + "Mslumberingy" + ] + }, + { + "id": "openseek-4-cdc8d487c2d84c2583416a27ac7cb24c", + "input": "['T', 'o', 'L', 'wall', 'H']", + "output": [ + "ToLwallH" + ] + }, + { + "id": "openseek-4-0629901d80594b29a591137e1adf6f1b", + "input": "['t', 'creatures', 'm']", + "output": [ + "tcreaturesm" + ] + }, + { + "id": "openseek-4-2e582eb3cb6b42b8a62f5373fedc8979", + "input": "['the', 'f', 'F', 'then', 'P', 'g', 'like', 'N']", + "output": [ + "thefFthenPglikeN" + ] + }, + { + "id": "openseek-4-0791a1ddf2064197aba746fe611e2f4b", + "input": "['rascal.d', 'w', 'B', 'l']", + "output": [ + "rascal.dwBl" + ] + }, + { + "id": "openseek-4-6e9835d37c1b48c99fc863bb512bef1a", + "input": "['r', 'should', 'C', 'one', 'g', 'endure', 'R', 'G', 'different', 'M', 'P', 'z', 'soon,', 'g']", + "output": [ + "rshouldConegendureRGdifferentMPzsoon,g" + ] + }, + { + "id": "openseek-4-021852ee47ff4c3cbffc09c557a60919", + "input": "['P', 'o', 'at', 'y', 'baleen,', 'q', 'of', 'j']", + "output": [ + "Poatybaleen,qofj" + ] + }, + { + "id": "openseek-4-297b821ed10f46ea9d76686925ec7ce4", + "input": "['c', 'he', 'r', 'X', 'G', 'a', 'L', 'last', 'g']", + "output": [ + "cherXGaLlastg" + ] + }, + { + "id": "openseek-4-3c89265fdced4ccc9c8f039013b4ed54", + "input": "['c', 'X', 'oak', 'k', 'I', 'z', 'and', 'N']", + "output": [ + "cXoakkIzandN" + ] + }, + { + "id": "openseek-4-0625100a695848a2a3b0376f8ae543a7", + "input": "['Q', 'w', 'h', 'Saturn9s', 'E', 'show', 'G', 'O', 'B', 'c', 'D']", + "output": [ + "QwhSaturn9sEshowGOBcD" + ] + }, + { + "id": "openseek-4-039647400e0b4fcbb71faedd02f752d6", + "input": "['k', 'k', 'K', 'of', 'J']", + "output": [ + "kkKofJ" + ] + }, + { + "id": "openseek-4-1397ad18c7c44c6abefeac59fc36078b", + "input": "['contrary', 'm', 'discreditably;', 'e', 'f', 'B', 'E']", + "output": [ + "contrarymdiscreditably;efBE" + ] + }, + { + "id": "openseek-4-8e5173c41e844119bc4cf1d1ee75cba0", + "input": "['cleansing', 'B', 'but', 'E', 'A', 'M', 's', 'sending', 'Y', 'g']", + "output": [ + "cleansingBbutEAMssendingYg" + ] + }, + { + "id": "openseek-4-79402d7e28af4ac6b4db0682f3ac97c2", + "input": "['i', 'X', 'v']", + "output": [ + "iXv" + ] + }, + { + "id": "openseek-4-9453d71ab0fd4dee8f03613106cd91ed", + "input": "['V', 'Z', 'R', 'the', 'T', 'Y', 'D', 'king!d', 'L', 'U', 'c', 'D']", + "output": [ + "VZRtheTYDking!dLUcD" + ] + }, + { + "id": "openseek-4-ccc63a675a0f4aa1884461063a5fd36f", + "input": "['r', 'z', 'O', 'rod', 'r', 'L', 'Whale.', 'n']", + "output": [ + "rzOrodrLWhale.n" + ] + }, + { + "id": "openseek-4-ba1fe49c47684faebb2aa8496da833a5", + "input": "['R', 'of', 'E', 'H', 'O', 'expression4all', 'f', 'v', 'p', 'g', 'c']", + "output": [ + "RofEHOexpression4allfvpgc" + ] + }, + { + "id": "openseek-4-e2e2f3dad4f740d1942b5abc67d71d88", + "input": "['the', 'h', 'P', 'U', 'i', 'and', 'l', 'cocked', 'q', 't', 's', 'Upon', 'T', 'without', 'W']", + "output": [ + "thehPUiandlcockedqtsUponTwithoutW" + ] + }, + { + "id": "openseek-4-175a7715854a4c5ca11c853b11cef2be", + "input": "['countless', 'O', 'J', 'H']", + "output": [ + "countlessOJH" + ] + }, + { + "id": "openseek-4-09285f4e1b494e02ac55165c866e8941", + "input": "['a', 'S', 'j', 'J', 'm']", + "output": [ + "aSjJm" + ] + }, + { + "id": "openseek-4-28a0a279eb6f43fd9cf5c252a5236a1e", + "input": "['e', 'the', 'W', 'K', 'c', 'thrust', 'Q', 'P', 'bone,', 'c', 'in', 'J', 'bread,', 'I']", + "output": [ + "etheWKcthrustQPbone,cinJbread,I" + ] + }, + { + "id": "openseek-4-ed55a972cc97429f9c567b0af5ed10d5", + "input": "['it', 'g', 'they', 'C']", + "output": [ + "itgtheyC" + ] + }, + { + "id": "openseek-4-56799d412ed441579026a3aaf5e448ee", + "input": "['K', 'A', 'sharply.', 'u', 'through', 'G']", + "output": [ + "KAsharply.uthroughG" + ] + }, + { + "id": "openseek-4-e911438dbb5145a98a7c4d2321b2d8fd", + "input": "['F', 'E', 'A', 'too,', 'm']", + "output": [ + "FEAtoo,m" + ] + }, + { + "id": "openseek-4-b3cc3fd3869c4dc2af39eaefb1f76413", + "input": "['What9s', 'I', 'if', 't', 'the', 'V', 'them,', 'B', 'a', 'A', 'the', 'C']", + "output": [ + "What9sIifttheVthem,BaAtheC" + ] + }, + { + "id": "openseek-4-f2a2ad9379da4102bbbf15a0fe7c69f8", + "input": "['V', 'and', 'G', 'For', 'U', 'p', 'H', 'F', 'thus', 'q', 'uncompromisedness', 'W', 'N', 'P']", + "output": [ + "VandGForUpHFthusquncompromisednessWNP" + ] + }, + { + "id": "openseek-4-50f619345e12432aad060d15cf0ab3f4", + "input": "['were', 'X', 's', 'k', 'them', 'u', 'line', 'b', 'i', 'Q', 'R']", + "output": [ + "wereXskthemulinebiQR" + ] + }, + { + "id": "openseek-4-2d2286fb7a51413988db9c9d939a56ce", + "input": "['fear', 'r', 'Pacific', 'u', 'honor', 'F', 'C', 'and', 'X', 'M', 'disquietude', 'P', 'light', 'F', 'E', 'z']", + "output": [ + "fearrPacificuhonorFCandXMdisquietudePlightFEz" + ] + }, + { + "id": "openseek-4-11d7b935e9864c9eb47dbf4b7b567651", + "input": "['end,', 'B', 'P', 'S', 'p', 'V', 'O', 'N']", + "output": [ + "end,BPSpVON" + ] + }, + { + "id": "openseek-4-e054b5a3e8404fdb8245100300a455cf", + "input": "['X', 'h', 'those', 'S', 'that', 'N', 'of', 'd']", + "output": [ + "XhthoseSthatNofd" + ] + }, + { + "id": "openseek-4-6300629847de471aa197ddb459aa4856", + "input": "['l', 'A', 'W']", + "output": [ + "lAW" + ] + }, + { + "id": "openseek-4-95defeabe01e4e9989b1d466d371a245", + "input": "['Y', 'she', 'G', 'own', 'z', 'wooden', 'J', 'p']", + "output": [ + "YsheGownzwoodenJp" + ] + }, + { + "id": "openseek-4-141c56987fe14348b5c67cfce18cb99b", + "input": "['h', 'A', 'float', 'u', 'w', 'i', 'v', 'n', 'b', 'The', 'v', 'c']", + "output": [ + "hAfloatuwivnbThevc" + ] + }, + { + "id": "openseek-4-809ad670e89f4ab4bb646ff40b132875", + "input": "['e', 'only', 'l', 'G', 'and', 'm', 'confidential', 'H', 'q', 'is', 'e', 'Y']", + "output": [ + "eonlylGandmconfidentialHqiseY" + ] + }, + { + "id": "openseek-4-57adca2394f44fa59211624a57040922", + "input": "['B', 'solid', 'x', 'very', 'a', 'he', 'c', 'cruising', 'N']", + "output": [ + "BsolidxveryaheccruisingN" + ] + }, + { + "id": "openseek-4-e458c9ecd24946f1bc807c3bd2b9e16c", + "input": "['until', 'O', 'that', 'X', 'cwhich', 'o', 'h', 'contentedly,', 'A', 'see', 'S', 'h']", + "output": [ + "untilOthatXcwhichohcontentedly,AseeSh" + ] + }, + { + "id": "openseek-4-c4a718c5af3e4dcaa53ac20a15d24b88", + "input": "['B', 'shouted', 'i', 'to', 'H', 'b', 'x', 'to', 'c', 'c']", + "output": [ + "BshouteditoHbxtocc" + ] + }, + { + "id": "openseek-4-12f1e6f8d52745178a2039c178809a99", + "input": "['from', 'M', 'teachings,', 'i', 'O', 'pick', 'r', 'they', 'h', 'wretched', 'd', 'B', 'of', 'L', 'T', 'B']", + "output": [ + "fromMteachings,iOpickrtheyhwretcheddBofLTB" + ] + }, + { + "id": "openseek-4-c263d924ca86462ebf978594e38d01cc", + "input": "['turn', 'M', 'a']", + "output": [ + "turnMa" + ] + }, + { + "id": "openseek-4-7ce299d022f14baa98ed9cd0ff76f8c0", + "input": "['z', 'lie', 't', 'b', 'explained', 'h', 'pound', 'F', 'on', 'y']", + "output": [ + "zlietbexplainedhpoundFony" + ] + }, + { + "id": "openseek-4-b3ab2dc7123d43149198e6ec739574d5", + "input": "['k', 'A', 'victory', 'L', 'n', 'S', 'P', 'mind', 'a']", + "output": [ + "kAvictoryLnSPminda" + ] + }, + { + "id": "openseek-4-0df5c8aa3e2c4287acc2b02ab94c8981", + "input": "['Suddenly', 'X', 'C', 'm', 'the', 'M', 'I', 'flights,', 'e', 'f', 'while', 'g']", + "output": [ + "SuddenlyXCmtheMIflights,efwhileg" + ] + }, + { + "id": "openseek-4-09d4861ee33c4076afc0639087994af9", + "input": "['P', 'Z', 'side', 'H', 'Emir', 'o', 'bound', 'i', 'succession,', 'L', 'y', 'v', 'to', 'L']", + "output": [ + "PZsideHEmiroboundisuccession,LyvtoL" + ] + }, + { + "id": "openseek-4-8fb95cbfa0464ba49558cf0c561fd57d", + "input": "['craft', 'b', 'my', 'i', 'or', 'p', 'fullest', 'H']", + "output": [ + "craftbmyiorpfullestH" + ] + }, + { + "id": "openseek-4-2c0e74f55f8a4775a0bf039b0291ec5b", + "input": "['W', 'i', 'me,', 'e']", + "output": [ + "Wime,e" + ] + }, + { + "id": "openseek-4-dc35f7eba43c4d22a6eca85e0c4e61b5", + "input": "['W', 'v', 'N', 'M', 'course', 't', 'the', 't', 'W', 'x']", + "output": [ + "WvNMcoursetthetWx" + ] + }, + { + "id": "openseek-4-e6a4fb24a674493a9b1c8cb8fec29863", + "input": "['down', 's', 'sublimity', 'T', 'is', 'A', 'K']", + "output": [ + "downssublimityTisAK" + ] + }, + { + "id": "openseek-4-fa49c7989447419baaa35bd00737bf73", + "input": "['above', 'F', 'green', 'a', 'very', 'C', 'j', 'X', 'g', 'mates,', 'A']", + "output": [ + "aboveFgreenaveryCjXgmates,A" + ] + }, + { + "id": "openseek-4-892e6a892d8041329c4ea7937e43a64a", + "input": "['I9d', 'L', 's', 'T', 'his', 'S']", + "output": [ + "I9dLsThisS" + ] + }, + { + "id": "openseek-4-331d8cc53de9467a9ae7d97347d6d091", + "input": "['the', 'p', 'bearing', 'I', 'u', 'jerking', 'g', 'here,', 'D']", + "output": [ + "thepbearingIujerkingghere,D" + ] + }, + { + "id": "openseek-4-28cd19593afe4e75bc79fd4216acf6a4", + "input": "['the', 'X', 'K', 'G']", + "output": [ + "theXKG" + ] + }, + { + "id": "openseek-4-dc080421e77a4d779f20343355574e9e", + "input": "['t', 'of', 'A', 'b', 'R', 'undone;', 'B', 'U', 'V', 'o', 'O']", + "output": [ + "tofAbRundone;BUVoO" + ] + }, + { + "id": "openseek-4-9e897a4fcc0c437fb1342c301ea22b31", + "input": "['g', 'i']", + "output": [ + "gi" + ] + }, + { + "id": "openseek-4-8352e7f99cea44329b2fe86e98b405ae", + "input": "['Y', 'strangely', 'P', 'h', 'days,', 'v', 'it', 'J', 'reef', 'c', 'A', 'others', 'M', 'B', 'they', 'M']", + "output": [ + "YstrangelyPhdays,vitJreefcAothersMBtheyM" + ] + }, + { + "id": "openseek-4-617a242159e04864938154e1671bb64f", + "input": "['c', 'd', 'S', 'a', 'W', 'like', 'A', 'j', 'l', 'z', 't', 'cry', 'Z']", + "output": [ + "cdSaWlikeAjlztcryZ" + ] + }, + { + "id": "openseek-4-6900383107ac464aab6056234d6c7e81", + "input": "['w', 'in', 'D', 's', 'fancy', 'm', 'e', 'J', 'all', 'm', 'tickled', 'W', 'to', 'Z']", + "output": [ + "winDsfancymeJallmtickledWtoZ" + ] + }, + { + "id": "openseek-4-9425a2fbc0514a3691c17ce28a50a8b6", + "input": "['V', 'x', 'Z']", + "output": [ + "VxZ" + ] + }, + { + "id": "openseek-4-1a620d7d592842a494ad39be487b4312", + "input": "['H', 'T', 'X', 'palmy', 'K', 'the', 'K', 'x', 'C']", + "output": [ + "HTXpalmyKtheKxC" + ] + }, + { + "id": "openseek-4-738d1045bca54a25a79a045d1778fc48", + "input": "['t', 'g', 'q', 'n', 'w']", + "output": [ + "tgqnw" + ] + }, + { + "id": "openseek-4-3a57a1df357b4f738c1b9fa760a22db7", + "input": "['r', 'n', 'B', 't', 'a', 'Q', 'T', 's', 'sperm', 'X', 'something', 'F']", + "output": [ + "rnBtaQTsspermXsomethingF" + ] + }, + { + "id": "openseek-4-700a59b244464b49831bec87c7a5ca5d", + "input": "['o', 'H', 'T', 'cutting-spade,', 'h', 'e', 'w']", + "output": [ + "oHTcutting-spade,hew" + ] + }, + { + "id": "openseek-4-29cdc3830ab342fd8600b279f8e274bd", + "input": "['had', 't', 's']", + "output": [ + "hadts" + ] + }, + { + "id": "openseek-4-eb8f006ae8944aa6a17fc2d5c4f294a4", + "input": "['ship', 'F', 'be', 'H', 'one', 'y', 'does', 'd', 'X', 'X']", + "output": [ + "shipFbeHoneydoesdXX" + ] + }, + { + "id": "openseek-4-5dc8a086170846aca82e4b3b5e5b8497", + "input": "['of', 'w', 'N', 'points,', 'n', 'foretell', 'L', 'd', 'He', 'U', 'wall,', 's', 'Bedford,', 'Q', 'enjoyments', 'O']", + "output": [ + "ofwNpoints,nforetellLdHeUwall,sBedford,QenjoymentsO" + ] + }, + { + "id": "openseek-4-9b57e1d80c0e436a8ca6105ef9493b0a", + "input": "['and', 'u', 'to', 'L', 'were', 'y']", + "output": [ + "andutoLwerey" + ] + }, + { + "id": "openseek-4-c16871937e9e40b3a1c39239dc8544c8", + "input": "['M', 'started', 'P', 'out', 'F', 'than', 'L', 'T', 'l']", + "output": [ + "MstartedPoutFthanLTl" + ] + }, + { + "id": "openseek-4-8e8368d9e83a4db4b842d214db69c845", + "input": "['anguish', 'm', 'dollars;', 'P', 'situation', 'Y', 'Y', 't', 'leaving', 'U']", + "output": [ + "anguishmdollars;PsituationYYtleavingU" + ] + }, + { + "id": "openseek-4-d2169d35327a4fb7b4f1f6c176d888bd", + "input": "['X', 's', 'of', 'N', 'i', 'both', 'C', 'these', 'p', 'W']", + "output": [ + "XsofNibothCthesepW" + ] + }, + { + "id": "openseek-4-93db5a6f09054836beb8684e12e71ed8", + "input": "['see?d', 'c', 'stained', 'N', 'q', 'M', 'O', 'Y', 'that', 'u', 'last', 'v']", + "output": [ + "see?dcstainedNqMOYthatulastv" + ] + }, + { + "id": "openseek-4-947119b2a5fe4b5689c9cfa6a4a24fda", + "input": "['But', 'i', 'white', 'm']", + "output": [ + "Butiwhitem" + ] + }, + { + "id": "openseek-4-7446186af5bd454cb024a30b73b95027", + "input": "['Z', 'I', 'm', 'E', 'man;', 'r', 'other.', 'i', 'S', 'e', 'thrown', 'i']", + "output": [ + "ZImEman;rother.iSethrowni" + ] + }, + { + "id": "openseek-4-a5033d77b0a5421ca9509a389c75c474", + "input": "['E', 'artistic', 'm', 'funny.', 'y', 'to', 'W', 'b', 'was', 'k', 'the', 'v', 'P', 'z', 'r']", + "output": [ + "Eartisticmfunny.ytoWbwaskthevPzr" + ] + }, + { + "id": "openseek-4-7cddde153e5a4bb3a0bca1fdf629e6cd", + "input": "['W', 'certain', 'R']", + "output": [ + "WcertainR" + ] + }, + { + "id": "openseek-4-f2778b6fca10443eaf6919ff3c6a38e4", + "input": "['E', 'the', 'l', 'favourite', 'W', 'v', 'such', 'Q', 'F', 'x', 'y']", + "output": [ + "EthelfavouriteWvsuchQFxy" + ] + }, + { + "id": "openseek-4-b89160b4d01d416aa2230e0653b5d3ec", + "input": "['v', 'C', 'a', 'c', 'h', 'the', 'd', 'I']", + "output": [ + "vCachthedI" + ] + }, + { + "id": "openseek-4-6df54d8bd381404daf494848485d620d", + "input": "['d', 'good', 'C', 'his', 'd', 'mates', 'n', 'M', 'so', 'u', 'y', 'the', 'G', 'should', 'T']", + "output": [ + "dgoodChisdmatesnMsouytheGshouldT" + ] + }, + { + "id": "openseek-4-d8f7aa61de34403d8ddf8aaed0c2f329", + "input": "['some', 'I', 'q', 'intellectual', 'y', 'P', 'm', 'air,', 'h', 's']", + "output": [ + "someIqintellectualyPmair,hs" + ] + }, + { + "id": "openseek-4-5b3a049ec64748ceb15b641349cd74bf", + "input": "['r', 'n', 'N', 'I', 'I', 'z', 'Q', 'chase', 'L', 'know4not', 'i', 'seeing', 'K']", + "output": [ + "rnNIIzQchaseLknow4notiseeingK" + ] + }, + { + "id": "openseek-4-066dd44648e54a11935fb86451de2113", + "input": "['inferred', 'b', 'a', 'V', 'it', 'q', 'Aloft,', 'q', 'up', 'v']", + "output": [ + "inferredbaVitqAloft,qupv" + ] + }, + { + "id": "openseek-4-ef9ae638e56b4dc5a115f6d4548bb5d8", + "input": "['For', 'W', 'R', 'good', 'r', 'V']", + "output": [ + "ForWRgoodrV" + ] + }, + { + "id": "openseek-4-3f7348c0cf434db7a40aea672cd9042c", + "input": "['the', 'U', 'no', 'x', 'held', 'm', 'cSee', 'p', 'account', 'm', 'y', 'Z', 'In', 'c']", + "output": [ + "theUnoxheldmcSeepaccountmyZInc" + ] + }, + { + "id": "openseek-4-7a185e62fddb40f6a2c131020d4171fe", + "input": "['billiard-balls.', 'I', 'laugh.', 'Q', 'saints,', 'f', 'princely', 'm', 'l', 'm', 'with', 'a', 'and', 'Z', 'had', 'y', 'of', 'T']", + "output": [ + "billiard-balls.Ilaugh.Qsaints,fprincelymlmwithaandZhadyofT" + ] + }, + { + "id": "openseek-4-b192c9d06d2e480984104ed9330d6565", + "input": "['immense', 'G', 'over,', 'w']", + "output": [ + "immenseGover,w" + ] + }, + { + "id": "openseek-4-c9a2ceeb2c6b48e4b66d3e5467a80b1a", + "input": "['s', 'blew', 'g', 'and', 'u', 'as', 'C']", + "output": [ + "sblewganduasC" + ] + }, + { + "id": "openseek-4-3d0256a7717a474c8a16e806644ea873", + "input": "['T', 'in', 'Q', 'W', 'u', 'the', 'r', 'the', 'c', 'S', 'y', 'sense', 'z', 'I', 'W']", + "output": [ + "TinQWutherthecSysensezIW" + ] + }, + { + "id": "openseek-4-21d1f4ff217b45c9bdee6b662bd8eede", + "input": "['L', 'Z', 'H', 'vast', 'd', 'j']", + "output": [ + "LZHvastdj" + ] + }, + { + "id": "openseek-4-6568479121ee43b0bf53e4934de04b9e", + "input": "['Z', 'h', 'pointed', 'w', 'no', 'E', 'h', 'o', 'planks', 'e', 'eye,', 'A', 'V', 'g']", + "output": [ + "ZhpointedwnoEhoplankseeye,AVg" + ] + }, + { + "id": "openseek-4-77cd8bc3d8b8438db63396ee39d47b4a", + "input": "['z', 'k', 'is', 'l', 'U', 'i', 'u', 'M']", + "output": [ + "zkislUiuM" + ] + }, + { + "id": "openseek-4-ed349ef494864b3789a1f80817c41603", + "input": "['So', 'J', 's']", + "output": [ + "SoJs" + ] + }, + { + "id": "openseek-4-f3606ab5cb6c48d9a7ca58345edd527c", + "input": "['u', 'this,', 'B', 'U', 'n', 'a', 'K', 'j', 'B', 'iron.', 'D']", + "output": [ + "uthis,BUnaKjBiron.D" + ] + }, + { + "id": "openseek-4-927839b317d24d4f834c8dee270ad2e9", + "input": "['s', 'y', 'but', 'C', 'r']", + "output": [ + "sybutCr" + ] + }, + { + "id": "openseek-4-e1ba403ca8c84ce79cccc4e19b534ac9", + "input": "['their', 'H', 'fall', 'q', 'j']", + "output": [ + "theirHfallqj" + ] + }, + { + "id": "openseek-4-4262a91669014d8780e290a98bc9d164", + "input": "['i', 'In', 'R', 'a', 'phenomenon', 'I', 'travelling', 'r', 'must', 'b', 'when', 'H', 'k']", + "output": [ + "iInRaphenomenonItravellingrmustbwhenHk" + ] + }, + { + "id": "openseek-4-5120845ad5a54c80b08efabfb1cfb1e4", + "input": "['v', 'was', 'H', 'involved', 'G']", + "output": [ + "vwasHinvolvedG" + ] + }, + { + "id": "openseek-4-0b6f3096c5a14b94bee14185d33256b6", + "input": "['But', 'K', 'unconditionally', 'Z', 'J', 'considered', 'j', 'shore', 'G', 'q']", + "output": [ + "ButKunconditionallyZJconsideredjshoreGq" + ] + }, + { + "id": "openseek-4-43aea4a0e0284d33986b666064f6286a", + "input": "['D', 'a', 'o', 'S', 'b']", + "output": [ + "DaoSb" + ] + }, + { + "id": "openseek-4-1e87288db2884331837da1f4276a6646", + "input": "['about', 'h', 'w', 'k', 'at', 'o', 'S', 'streaming', 'O', 'and', 'L', 'upon', 't', 'U', 'cCaptain', 'I']", + "output": [ + "abouthwkatoSstreamingOandLupontUcCaptainI" + ] + }, + { + "id": "openseek-4-7d588b1db1b046728d3e113a6a21777b", + "input": "['though', 'm', 'meet,', 'X', 'G', 'o', 'folks', 'Z', 'Owen;', 'a', 'with', 'D', 'blubber-hunters', 'o', 'c', 'his', 'B']", + "output": [ + "thoughmmeet,XGofolksZOwen;awithDblubber-huntersochisB" + ] + }, + { + "id": "openseek-4-863f61224d584d838f35648ad34d819e", + "input": "['I', 'howling', 'Q', 'j']", + "output": [ + "IhowlingQj" + ] + }, + { + "id": "openseek-4-db17f74d5d5741e9aae9405326e133c9", + "input": "['pursued', 'I', 't', 'R', 'p', 'O', 'Y', 'x']", + "output": [ + "pursuedItRpOYx" + ] + }, + { + "id": "openseek-4-ba32ed746cb343d7b5120977dc300011", + "input": "['m', 'days', 'c', 'slid', 'L']", + "output": [ + "mdayscslidL" + ] + }, + { + "id": "openseek-4-f7f50551a413476aba4ceb8013a0e6dd", + "input": "['obituary', 's', 'L', 'k']", + "output": [ + "obituarysLk" + ] + }, + { + "id": "openseek-4-df62d9eb8a4b4912b634e5b00cd303de", + "input": "['t', 'was', 'p', 'tree,', 'F', 'W', 'H', 'meddling', 'Q', 'of', 'V']", + "output": [ + "twasptree,FWHmeddlingQofV" + ] + }, + { + "id": "openseek-4-9728421369494dd798eb28a826284238", + "input": "['side', 'd', 'a', 'P', 'Y', 'a', 'antiquity;', 'u', 'trees', 'z', 'L', 'and', 'S', 'h', 'to', 'E']", + "output": [ + "sidedaPYaantiquity;utreeszLandShtoE" + ] + }, + { + "id": "openseek-4-68c4926b31dd44bba6f3a2411b239c26", + "input": "['E', 'stood', 'n', 'x', 'my', 'T', 'branches,', 'I']", + "output": [ + "EstoodnxmyTbranches,I" + ] + }, + { + "id": "openseek-4-b76a99bc48f541339eab575ac996d093", + "input": "['is', 'z', 'a', 'j', 'x', 'was', 't', 'D', 'extending', 'D']", + "output": [ + "iszajxwastDextendingD" + ] + }, + { + "id": "openseek-4-f986189dce1b4cf9b46560d96fbd572c", + "input": "['g', 'A', 'boys!', 'j']", + "output": [ + "gAboys!j" + ] + }, + { + "id": "openseek-4-573995ae46874f6480aaa71caf1973e3", + "input": "['N', 'Q', 'Z', 'o', 'intolerable', 'w', 'direct', 'M', 'k']", + "output": [ + "NQZointolerablewdirectMk" + ] + }, + { + "id": "openseek-4-6283d42eccfb4470b322e9e67a4bc7ab", + "input": "['my', 'B', 'but', 'H', 'They', 'z', 'z', 'z']", + "output": [ + "myBbutHTheyzzz" + ] + }, + { + "id": "openseek-4-4c7c19828b2d4b5c87f789f76f1e4890", + "input": "['a', 'f', 'ship', 'D', 'the', 'A', 'damp', 'q']", + "output": [ + "afshipDtheAdampq" + ] + }, + { + "id": "openseek-4-60c7d64cac394ba2a4c2262647197ebb", + "input": "['m', 'j', 'Z', 'forenoon', 'G', 'igniting', 'O', 'u', 'assented;', 'X', 'your', 'I', 'O', 'grim', 'f']", + "output": [ + "mjZforenoonGignitingOuassented;XyourIOgrimf" + ] + }, + { + "id": "openseek-4-1578fd8c970d4b8c960a8208d9dfae62", + "input": "['indefinitely', 'e', '_Sleet9s', 'A', 'have', 'A', 'h', 'a', 'z']", + "output": [ + "indefinitelye_Sleet9sAhaveAhaz" + ] + }, + { + "id": "openseek-4-b711293e2d6043a3998290b92f5bbd58", + "input": "['x', 'D', 't', 'l', 'T']", + "output": [ + "xDtlT" + ] + }, + { + "id": "openseek-4-a1769166325b42db8fddd94a346b5f26", + "input": "['and', 's', 'he', 'f', 'suicide,', 'E', 'already', 'P', 't', 'where', 'Y', 'f', 'it', 'd', 'Z']", + "output": [ + "andshefsuicide,EalreadyPtwhereYfitdZ" + ] + }, + { + "id": "openseek-4-ff817dc484f54175ab4c9ef02a33c2c5", + "input": "['j', 'i', 'S', 'blankness', 'O', 'setting', 'q', 'o', 'by', 'l', 'to', 'n', 'I']", + "output": [ + "jiSblanknessOsettingqobyltonI" + ] + }, + { + "id": "openseek-4-f3c8ab0e29624116861aeacc8d52d76e", + "input": "['K', 'J']", + "output": [ + "KJ" + ] + }, + { + "id": "openseek-4-7069946e6cfe4afc8ebc7d9b3c79cfcf", + "input": "['that', 'q', 'z', 'dry,', 'k', 'l', 'z', 'J', 'Q', 'D', 'X']", + "output": [ + "thatqzdry,klzJQDX" + ] + }, + { + "id": "openseek-4-9bbc8a3fe9cd4683ad98a030c811af60", + "input": "['A', 'hands', 'N', 'k', 'a', 'M', 'i', 'Y', 'Bottom', 'r', 'order', 'o', 'the', 'z', 'Nantucket', 'k']", + "output": [ + "AhandsNkaMiYBottomrorderothezNantucketk" + ] + }, + { + "id": "openseek-4-574af87c8ab0473d945ecdc7b54c8e02", + "input": "['barbs;', 'K', 'u', 't', 'about', 'A', 'g', 'to', 'Q']", + "output": [ + "barbs;KutaboutAgtoQ" + ] + }, + { + "id": "openseek-4-aaafdbfe41ba415dbd2da5022a1fc25a", + "input": "['X', 'm', 'the', 'A', 'gigantic', 'T', 'R', 'don9t', 'o', 'low', 'y', 'rat', 'r', 'S', 'hardly', 'C']", + "output": [ + "XmtheAgiganticTRdon9tolowyratrShardlyC" + ] + }, + { + "id": "openseek-4-83cc03f256be4d82a6d57f0fae3b5f0f", + "input": "['p', 'as', 'V', 'I', 'I', 'U', 'L', 'the', 'Y']", + "output": [ + "pasVIIULtheY" + ] + }, + { + "id": "openseek-4-27e5842e40b34697a3c7c352212d88c5", + "input": "['wooden', 'L', 'a', 'or', 't']", + "output": [ + "woodenLaort" + ] + }, + { + "id": "openseek-4-74ba98e4e8dc46cc8b4a828f5e55ad8c", + "input": "['J', 'Edmund', 'p', 'F', 'k', 'W', '(excepting', 'S', 'allowed', 'q', 'O', 'outraged,', 'A', 'J']", + "output": [ + "JEdmundpFkW(exceptingSallowedqOoutraged,AJ" + ] + }, + { + "id": "openseek-4-867e4b7a41334bc4be4b10a3aacbb8bc", + "input": "['now', 'S', 'Q']", + "output": [ + "nowSQ" + ] + }, + { + "id": "openseek-4-5286331d6c0f4b47924f8ffc54ebde89", + "input": "['G', 'is', 'g', 'prophecy', 'u', 'v']", + "output": [ + "Gisgprophecyuv" + ] + }, + { + "id": "openseek-4-19cab47d3c9344afa10b8583b4108321", + "input": "['clear', 'Y', 'U', 'terrors', 'y', 'u', 'Duke', 'I', 'locksmith,', 'a', 'Z', 'Fourth-of-July', 'd', 'superstitious', 'Q']", + "output": [ + "clearYUterrorsyuDukeIlocksmith,aZFourth-of-JulydsuperstitiousQ" + ] + }, + { + "id": "openseek-4-43c638c4859342188232a1e0bbf2b562", + "input": "['to', 'i', 'Y', 'D', 'g', 'z', 'into', 'Z', 'o', 'n', 'mast-head', 'K', 'jaws', 'e']", + "output": [ + "toiYDgzintoZonmast-headKjawse" + ] + }, + { + "id": "openseek-4-2a82f9064138419090b9ccc334512609", + "input": "['fight', 'i', 'E', 'f', 'boats', 'r', 'O', 'M', 'toiled', 'Q', 'be', 'h', 'p']", + "output": [ + "fightiEfboatsrOMtoiledQbehp" + ] + }, + { + "id": "openseek-4-b459f0182f2e40bfb5cbd658975eb1c1", + "input": "['Y', 'hangs', 'V']", + "output": [ + "YhangsV" + ] + }, + { + "id": "openseek-4-80d81787c32548eba546eee532c50f20", + "input": "['Ahab', 'Y', 'call', 'v']", + "output": [ + "AhabYcallv" + ] + }, + { + "id": "openseek-4-1782229f0e1d468e832585c7f4924247", + "input": "['cool,', 'W', 'where', 'l', 'p', 'J', 'quite', 'G', 'Z', 'carpenter', 'H', 'Y']", + "output": [ + "cool,WwherelpJquiteGZcarpenterHY" + ] + }, + { + "id": "openseek-4-99670b5bf36845eeb25890c45b94098a", + "input": "['better', 'j', 'b', 'b', 'three', 'B', 'again.', 'S', 'from', 'e', 'all', 'J']", + "output": [ + "betterjbbthreeBagain.SfromeallJ" + ] + }, + { + "id": "openseek-4-6560b04e716e42b0b08fe9c1472df229", + "input": "['q', 'z', 'a', 'I', 'knew', 'h', 'has', 'z', 'a', 'that', 'T', 'the', 'E', 't', 'legs', 'X']", + "output": [ + "qzaIknewhhaszathatTtheEtlegsX" + ] + }, + { + "id": "openseek-4-be083a06314f445d9ffb71b5610c7111", + "input": "['c', 'him', 'O', 'in', 'D']", + "output": [ + "chimOinD" + ] + }, + { + "id": "openseek-4-e5a43a0068fd46a7a689364c40f274d6", + "input": "['interrupted', 'F', 'stroke,', 'w', 'a']", + "output": [ + "interruptedFstroke,wa" + ] + }, + { + "id": "openseek-4-c68fda41a7a54e749b1aaed1744ebf8a", + "input": "['preternatural', 'G', 'G', 'S', 'feet', 'C', 'F']", + "output": [ + "preternaturalGGSfeetCF" + ] + }, + { + "id": "openseek-4-a7615bc678ca406da5929c69308d5a96", + "input": "['some', 'X', 'their', 'C', 'Starbuck,', 'F', 'g', 'T']", + "output": [ + "someXtheirCStarbuck,FgT" + ] + }, + { + "id": "openseek-4-3a71455d7b2646b9beaf1d7f20b2d61c", + "input": "['k', 's', 'q']", + "output": [ + "ksq" + ] + }, + { + "id": "openseek-4-7b3e9a82eabe41df90014ced8b43f8d4", + "input": "['J', 'j', 's', 'g', 'reader,', 'V']", + "output": [ + "Jjsgreader,V" + ] + }, + { + "id": "openseek-4-812a4efc7a0c472ca55e1f84e673c3a3", + "input": "['try', 'o', 'F', 'O', 'God', 'M', 'W', 'a', 'to', 'G']", + "output": [ + "tryoFOGodMWatoG" + ] + }, + { + "id": "openseek-4-c2db2960e20042b5a5abe60ef49a0aa9", + "input": "['then,', 'u', 'them', 'h']", + "output": [ + "then,uthemh" + ] + }, + { + "id": "openseek-4-2085b50aa0bd41e8a0a5f8f6e3dd886f", + "input": "['usual', 'P', 'b', 'man,', 'z', 'z', 'that', 'l', 'its', 'Q', 'D']", + "output": [ + "usualPbman,zzthatlitsQD" + ] + }, + { + "id": "openseek-4-7fa9c44f4d3d43f28cf57e0f07af4cb0", + "input": "['m', 'y', 'every', 'Y', 'bed', 'W', 'd', 'I', 'T', 'from', 'j', 'steal', 'j', 'A', 'will', 'V']", + "output": [ + "myeveryYbedWdITfromjstealjAwillV" + ] + }, + { + "id": "openseek-4-0066b7ab13c94ab4b4d7bfa2443e067b", + "input": "['what', 'p', 'V']", + "output": [ + "whatpV" + ] + }, + { + "id": "openseek-4-7290a683181f4f9394f9f6d3e18d4156", + "input": "['I', 'a', 'q', 'him,', 'P', 'L', 'more', 'C', 'though', 'M', 'literal', 'm']", + "output": [ + "Iaqhim,PLmoreCthoughMliteralm" + ] + }, + { + "id": "openseek-4-0f306f16024b4c59b584bb821ba39aad", + "input": "['my', 'u', 'but', 'r']", + "output": [ + "myubutr" + ] + }, + { + "id": "openseek-4-eca61bbb7ff948289cf137c9cb7a9d28", + "input": "['I', 'A', 's', 'grow', 'd', 'G', 'all', 'C', 'h', 'l', 's']", + "output": [ + "IAsgrowdGallChls" + ] + }, + { + "id": "openseek-4-2c75980687f549e6830a2e4c1f7619cb", + "input": "['The', 'v', 'w', 'f', 'is', 'w', 'and', 'R', 'in', 'R', 'Z', 'f', 'abhorring,', 'D', 'Aroostook', 'n']", + "output": [ + "ThevwfiswandRinRZfabhorring,DAroostookn" + ] + }, + { + "id": "openseek-4-b0b867bc514d42698f763ec51e7571c9", + "input": "['Z', 'impetuously,', 'n', 'S', 'which', 's', 's', 'S', 'x']", + "output": [ + "Zimpetuously,nSwhichssSx" + ] + }, + { + "id": "openseek-4-5db4d8de0df343a0a9654f25314f0c49", + "input": "['v', 'P', 'v']", + "output": [ + "vPv" + ] + }, + { + "id": "openseek-4-33e4f4d1b28e4ff6b852d9b7fd9f24f0", + "input": "['set', 'G', 'F', 'every', 'W', 'Y', 'was', 'U', 'and', 'h', 'B', 'F']", + "output": [ + "setGFeveryWYwasUandhBF" + ] + }, + { + "id": "openseek-4-a94274c2bd6f44fc922a73656a0f27f9", + "input": "['B', 'S', 'set', 'R', 'Juan', 'Y', 'Q', 'd', 'a', 'f']", + "output": [ + "BSsetRJuanYQdaf" + ] + }, + { + "id": "openseek-4-77cd3578e3f74cc78cd494cf49d63449", + "input": "['What9s', 'F', 'gods', 'y', 'the', 'y']", + "output": [ + "What9sFgodsythey" + ] + }, + { + "id": "openseek-4-3734c9ba520d41a79794b6b901b7b1f4", + "input": "['R', 'Seeing', 'C', 'y', 'K', 'it?4wait.', 'l', 'B', 'b', 'E']", + "output": [ + "RSeeingCyKit?4wait.lBbE" + ] + }, + { + "id": "openseek-4-83edad090c0f4667ba5fc9cebd13a746", + "input": "['w', 'where', 'K', 'D', 'wild', 'v']", + "output": [ + "wwhereKDwildv" + ] + }, + { + "id": "openseek-4-7a78b70742af48ca90662bd7c1e5661e", + "input": "['W', 'P', 'lie', 'e', 'flame,', 'C', 'R', 'more', 'k', 'impunity,', 'R', 'then', 'T', 'D']", + "output": [ + "WPlieeflame,CRmorekimpunity,RthenTD" + ] + }, + { + "id": "openseek-4-be30386943714584b3804f91a0f56787", + "input": "['of', 'W', 'in', 'j', 'G', 'O', 'F']", + "output": [ + "ofWinjGOF" + ] + }, + { + "id": "openseek-4-1b43790508484b369a092f23b225960c", + "input": "['Z', 'anguish;', 'j', 'seemed', 'q', 'w', 'o', 'Y', 'with', 'b', 'made', 'g', 'A']", + "output": [ + "Zanguish;jseemedqwoYwithbmadegA" + ] + }, + { + "id": "openseek-4-ac51317188244de9850a6eb35d571981", + "input": "['And', 'r', 'who', 'e', 'W', 't', 'I', 'X', 'n']", + "output": [ + "AndrwhoeWtIXn" + ] + }, + { + "id": "openseek-4-709c7b0c4e094a06a8a026f79dc9732c", + "input": "['have', 'p', 'tower,', 'N', 'O', 'l', 't', 'L']", + "output": [ + "haveptower,NOltL" + ] + }, + { + "id": "openseek-4-0ed73967cfa5420e9b9f23a54e02a600", + "input": "['clear', 'C', 'z']", + "output": [ + "clearCz" + ] + }, + { + "id": "openseek-4-6755236977454e45bad2fd53f6c7e1a6", + "input": "['n', 'S', 'Greek', 'F', 'of', 'J', 'I', 'for', 't', 'H', 'M', 'a', 'such', 'J']", + "output": [ + "nSGreekFofJIfortHMasuchJ" + ] + }, + { + "id": "openseek-4-e2bfaffdf6114d7192694d080f5c31fe", + "input": "['harpooneer', 'E', 'themselves', 'I', 'z', 'which', 'C', 'burst;', 'j', 'm']", + "output": [ + "harpooneerEthemselvesIzwhichCburst;jm" + ] + }, + { + "id": "openseek-4-dc7c9cd531254e51875a476928004f52", + "input": "['f', 'is,', 'Y', 'A', 'unaccountable', 'j']", + "output": [ + "fis,YAunaccountablej" + ] + }, + { + "id": "openseek-4-3fda2d9502ac4f3eb26ceb90234fe4b0", + "input": "['oysters', 'c', 'B', 'shoal', 'E', 'him', 'p', 'a', 'Z', 'F', 'U']", + "output": [ + "oysterscBshoalEhimpaZFU" + ] + }, + { + "id": "openseek-4-b70a6ed315b0444e8713ee3c0566e813", + "input": "['I', 'k', 'T', 'u', 'c9Tis', 'G']", + "output": [ + "IkTuc9TisG" + ] + }, + { + "id": "openseek-4-0f41441936a249778d9101d2d6273513", + "input": "['and', 'H', 'f', 'and', 'j', 'he', 'm', 'J', 'T', 'g']", + "output": [ + "andHfandjhemJTg" + ] + }, + { + "id": "openseek-4-8e31c652176a4a7786ed47ddc8be493d", + "input": "['B', 'U', 'nurtured', 'k', 'i']", + "output": [ + "BUnurturedki" + ] + }, + { + "id": "openseek-4-69f3844660564a05b75fe727e9e91349", + "input": "['R', 'A', 'no', 'E', 'U', '1807', 'n']", + "output": [ + "RAnoEU1807n" + ] + }, + { + "id": "openseek-4-b6b6636a29a841309effe6279c0fc6b3", + "input": "['z', 'of', 'I', 'so', 'w', 'of', 'D', 'pavement,4rather', 'N', 'J']", + "output": [ + "zofIsowofDpavement,4ratherNJ" + ] + }, + { + "id": "openseek-4-0c12699a3cdc499494ab76066e29e163", + "input": "['on,', 'u', 'z', 'pockets,4chear', 'Z', 'or', 'J', 'n']", + "output": [ + "on,uzpockets,4chearZorJn" + ] + }, + { + "id": "openseek-4-8dc1d0ee8d854194aa31aec9bf63fcf0", + "input": "['brow', 'H', 'my', 'I', 'f', 'bucket', 'L', 'H', 'decline', 'l', 'R', 'c', 'n', 'V']", + "output": [ + "browHmyIfbucketLHdeclinelRcnV" + ] + }, + { + "id": "openseek-4-1ce668b4966d4d2a846bdea5ed0a0070", + "input": "['u', 'one', 'Y']", + "output": [ + "uoneY" + ] + }, + { + "id": "openseek-4-8a017b8b90cc4eecb909d797a8af8d86", + "input": "['z', 'whale', 'a', 'W', 'desirous', 'u', 'what', 'J', 'B', 'I', 'U', 'Angels!', 'J']", + "output": [ + "zwhaleaWdesirousuwhatJBIUAngels!J" + ] + }, + { + "id": "openseek-4-b73ecfa554db4eefa8cf232de4acf95e", + "input": "['p', 'could', 'j', 'evening4it', 'c', 'vessels', 'A', 'M', 'fast', 'I']", + "output": [ + "pcouldjevening4itcvesselsAMfastI" + ] + }, + { + "id": "openseek-4-9c7a8e11e2a44b32a9fff8d422c2d3b9", + "input": "['M', 'le', 'Q', 'food', 'N', 'I', 'cut', 'o', 'w']", + "output": [ + "MleQfoodNIcutow" + ] + }, + { + "id": "openseek-4-f978a1821a8240c4bf851c881cb3cfe6", + "input": "['K', 'X', 'C', 'g', 'u', 'X', 'from', 'N', 'flowery', 'u', 'P', 'F']", + "output": [ + "KXCguXfromNfloweryuPF" + ] + }, + { + "id": "openseek-4-1dda3cd90a8545c387fc836126fa875b", + "input": "['b', 'his', 'M', 'ordinarily', 'b', 'is', 'o', 'w', 'that', 'p']", + "output": [ + "bhisMordinarilybisowthatp" + ] + }, + { + "id": "openseek-4-cc914db198e740df852eefb7695d064e", + "input": "['look', 'Q', 'A', 'either,', 'c', 'k', 'to', 'T']", + "output": [ + "lookQAeither,cktoT" + ] + }, + { + "id": "openseek-4-ebb6f07e633249fe84e5e9d33415b052", + "input": "['wood;', 'O', 'twelve', 'U', 'idea,', 'Z']", + "output": [ + "wood;OtwelveUidea,Z" + ] + }, + { + "id": "openseek-4-a5a9a797348d4f91a8c4d4c8475bb3b4", + "input": "['D', 'X']", + "output": [ + "DX" + ] + }, + { + "id": "openseek-4-a7455062fb42433490ac45888dbecf7e", + "input": "['S', 'savage,', 'N', 'C', 'for', 'k', 'grating', 't', 'X']", + "output": [ + "Ssavage,NCforkgratingtX" + ] + }, + { + "id": "openseek-4-3d9dd4c40c224a738e1841ded758b005", + "input": "['billeted', 'V', 'Siamese!', 'p', 'Q', 'j', 'A']", + "output": [ + "billetedVSiamese!pQjA" + ] + }, + { + "id": "openseek-4-b262f1f34de943cd9f0eba88f22a8434", + "input": "['accidents', 'G', 'p', 'like', 'E', 'X', 'o', 'c', 'L', 'v']", + "output": [ + "accidentsGplikeEXocLv" + ] + }, + { + "id": "openseek-4-0d7b0cafb9454915881280fb01ae7911", + "input": "['the', 'P', 'u', 'd']", + "output": [ + "thePud" + ] + }, + { + "id": "openseek-4-69c7f4c9698c4ee484f0c2f6f977f8fe", + "input": "['B', 'timeliest', 'E', 'for', 'S']", + "output": [ + "BtimeliestEforS" + ] + }, + { + "id": "openseek-4-305bd7e581bd4fdca08793346fd1623f", + "input": "['with', 'H', 'F', 'acknowledges', 't', 'the', 'F', 'various', 'F']", + "output": [ + "withHFacknowledgesttheFvariousF" + ] + }, + { + "id": "openseek-4-fe99b982df6848839e1fb3660940ef7e", + "input": "['w', 'was', 'l', 'c', 'Z', 'some', 'P', 'minutes', 's', 'l', 'O', 'himself', 'c', 'is', 'G']", + "output": [ + "wwaslcZsomePminutesslOhimselfcisG" + ] + }, + { + "id": "openseek-4-fe75a2b27d4a4601afa029f550225341", + "input": "['the', 'L', 'C', 'when', 'v', 'i', 'between.', 'q', 'X', 's', 'K', 'C', 'the', 'f']", + "output": [ + "theLCwhenvibetween.qXsKCthef" + ] + }, + { + "id": "openseek-4-5dce204e1a0e46eea0a1a7e783f056c2", + "input": "['D', 'open', 'z', 'w']", + "output": [ + "Dopenzw" + ] + }, + { + "id": "openseek-4-1238b24606f243bab25028331abe5164", + "input": "['crunched,', 'F', 'S', 'that', 'g', 'e', 'p', 'f', 'd']", + "output": [ + "crunched,FSthatgepfd" + ] + }, + { + "id": "openseek-4-aba342f73a7c442e9482e26339771bb2", + "input": "['e', 'by', 'J', 'S', 'is', 'K', 'x', 'X', 'a', 'h', 'That', 'x', 'B', 'Z']", + "output": [ + "ebyJSisKxXahThatxBZ" + ] + }, + { + "id": "openseek-4-33132d6d4d5d44d4ace059f918c14122", + "input": "['strikes', 'z', 'themselves', 'z', 'over', 'a', 's', 'whale-trover', 'W']", + "output": [ + "strikeszthemselveszoveraswhale-troverW" + ] + }, + { + "id": "openseek-4-1f1f802a0b7a4a15b12dd3553c408cf1", + "input": "['was', 's', 'h', 'u', 'G', 'pointed', 'h', 'were', 'x', 'J', 'W', 'W', 'there', 's']", + "output": [ + "wasshuGpointedhwerexJWWtheres" + ] + }, + { + "id": "openseek-4-49200f7375e2442a965bca30863d1391", + "input": "['into', 'Z', 'spout', 'R', 'L', 'If', 'J', 'n', 'head9s', 'e', 'his', 'k', 'elephants', 'f', 'y']", + "output": [ + "intoZspoutRLIfJnhead9sehiskelephantsfy" + ] + }, + { + "id": "openseek-4-a9e6cc38d33a45f4bb4289f418fa8968", + "input": "['s', 'H', 'E', 'O', 'but', 'q', 'what', 'N', 'p', 'Q', 'k', 'E']", + "output": [ + "sHEObutqwhatNpQkE" + ] + }, + { + "id": "openseek-4-3762b2371c8e48d9a5d6a2e1f3b66d2a", + "input": "['R', 'e']", + "output": [ + "Re" + ] + }, + { + "id": "openseek-4-14c58603ab8d446e84f2226105350663", + "input": "['young', 'T', 'E', 'it,', 'P', 'M', 'e', 'W', 'b', 'p', 'U', 'u']", + "output": [ + "youngTEit,PMeWbpUu" + ] + }, + { + "id": "openseek-4-ece62b4405d846b7a5e36f7b4dd6ff65", + "input": "['was', 'w', 'r', 'of', 'Y', 'submission', 'h', 'hour,', 'e', 'p', 'm', 'b']", + "output": [ + "waswrofYsubmissionhhour,epmb" + ] + }, + { + "id": "openseek-4-225c263c45ed4db28e026a8b959cef99", + "input": "['n', 'whispered', 'b', 'soft,', 'y', 'E', 'p']", + "output": [ + "nwhisperedbsoft,yEp" + ] + }, + { + "id": "openseek-4-5549ca73549e49a1ba76edcdc35318d2", + "input": "['Dick!d', 'N', 'w', 'discount', 'X', 'i', 'J', 'that', 'i', 'U', 'T']", + "output": [ + "Dick!dNwdiscountXiJthatiUT" + ] + }, + { + "id": "openseek-4-c43342cc36c645fe97b6f3ba01e7cf2a", + "input": "['W', 'swimming', 'L', 'Q', 'with', 'y', 'presently.', 'l', 'try', 'W', 'parlor.', 'D', 'stretch', 'm', 'f']", + "output": [ + "WswimmingLQwithypresently.ltryWparlor.Dstretchmf" + ] + }, + { + "id": "openseek-4-a4c71d8bf6db4de692388162759345c2", + "input": "['x', 'O', 'ye', 'Q', 'Nor', 'v', 'I', 'The', 'n', 'go', 'W', 'L']", + "output": [ + "xOyeQNorvIThengoWL" + ] + }, + { + "id": "openseek-4-8efc0c339d4c4613997806cc2ca7dcb5", + "input": "['y', 'grim', 'G', 'world', 'L', 'so', 'Y', 'through', 'c', 'the', 'W', 'f', 'were', 'M']", + "output": [ + "ygrimGworldLsoYthroughctheWfwereM" + ] + }, + { + "id": "openseek-4-bd6df621205b4e679f19cf6615333ed1", + "input": "['other', 'B', 'like', 'z', 'N', 'five', 'K']", + "output": [ + "otherBlikezNfiveK" + ] + }, + { + "id": "openseek-4-6e5ccb6d87824e92bd9912fec61aac2b", + "input": "['y', 'T']", + "output": [ + "yT" + ] + }, + { + "id": "openseek-4-2b194edeb8bb48719153d97c66817cd0", + "input": "['you', 'Y', 'saw', 'L', 'O']", + "output": [ + "youYsawLO" + ] + }, + { + "id": "openseek-4-0f4b7554de854dfe82514be874fce9fe", + "input": "['z', 'sled-like', 'd', 'to', 'c', 'for', 'r', 'we', 'n', 'G', 'soul;', 'd', 'N', 'R']", + "output": [ + "zsled-likedtocforrwenGsoul;dNR" + ] + }, + { + "id": "openseek-4-6381361dbbe145639434449bc7ad230d", + "input": "['O', 'd', 'f', 'least,', 'q', 'so', 'P', 'b', 'X', 'the', 'e']", + "output": [ + "Odfleast,qsoPbXthee" + ] + }, + { + "id": "openseek-4-56c1cb262ff04b3b8d5ddbadb747164c", + "input": "['Horn', 'X', 'home', 'w', 'and', 'r', 'may', 'r', 'in', 'c', 'an', 'q']", + "output": [ + "HornXhomewandrmayrincanq" + ] + }, + { + "id": "openseek-4-3a36278e3036416f82d4ab67b6b0560e", + "input": "['i', 'E', 'P', 'much', 'Q', 'The', 'T']", + "output": [ + "iEPmuchQTheT" + ] + }, + { + "id": "openseek-4-63cf96c19b6849a5b65f3294d6a84fd5", + "input": "['n', 'in', 'J', 'old', 'L', 'P', 'J']", + "output": [ + "ninJoldLPJ" + ] + }, + { + "id": "openseek-4-6ad27cc6917941988e213d25d1c2ec2d", + "input": "['s', 'G', 'that', 'f', 'D', 'O', 'D']", + "output": [ + "sGthatfDOD" + ] + }, + { + "id": "openseek-4-2122ef159385475691be016849466c52", + "input": "['and', 's', 'E', 'humorously', 'e', 'have', 'F', 'the', 's', 'm', 'C']", + "output": [ + "andsEhumorouslyehaveFthesmC" + ] + }, + { + "id": "openseek-4-7345c4cbbf704fcb9c3c532faba057bc", + "input": "['this', 'U', 'e']", + "output": [ + "thisUe" + ] + }, + { + "id": "openseek-4-30f9d0778ed74aeeb82a27d90bc3afe7", + "input": "['g', 'his', 'M', 'w', 'e', 'b', 'p', 'still', 'x', 'up', 'L', 'n']", + "output": [ + "ghisMwebpstillxupLn" + ] + }, + { + "id": "openseek-4-63c2077e1ef146719190c970fbc3eb3e", + "input": "['J', 'd', 'his', 'T']", + "output": [ + "JdhisT" + ] + }, + { + "id": "openseek-4-a1ffef29ecdc459e801cbc9810bec5ed", + "input": "['l', 'cabin.', 'H', 'wild,', 'Z', 'N']", + "output": [ + "lcabin.Hwild,ZN" + ] + }, + { + "id": "openseek-4-475ef67534ae43f684084ab492c3bd6d", + "input": "['U', 'f', 'w']", + "output": [ + "Ufw" + ] + }, + { + "id": "openseek-4-9ce153f5c55a43c6a5c15fe2f13fb130", + "input": "['a', 'Y', 'though', 'H', 'b', 'f', 'v', 'the', 'q', 'shivering', 'X']", + "output": [ + "aYthoughHbfvtheqshiveringX" + ] + }, + { + "id": "openseek-4-b154680f5f754f088f614f9efafd1cf3", + "input": "['more', 'e', 'O']", + "output": [ + "moreeO" + ] + }, + { + "id": "openseek-4-9196dbf9c830440abe6a0b92c6840a2e", + "input": "['g', 'T', 'lantern,', 'v', 'b', 'A', 'G', 'Grand', 'g', 'the', 'L', 'silent', 'Q']", + "output": [ + "gTlantern,vbAGGrandgtheLsilentQ" + ] + }, + { + "id": "openseek-4-e08ff8d74690403a84d2f89dde63a278", + "input": "['s', 'head', 'F', 'back.', 'S', 'x']", + "output": [ + "sheadFback.Sx" + ] + }, + { + "id": "openseek-4-804aa1aa340742938ac823842f213617", + "input": "['newly', 's', 'the', 'O', 'A', 'like', 'C', 'so', 'V']", + "output": [ + "newlystheOAlikeCsoV" + ] + }, + { + "id": "openseek-4-50ec7a6ddceb4baaad3ae3adda4ec639", + "input": "['was', 'J', 'to', 'z', 'the', 'p', 'and', 'j', 's', 'x']", + "output": [ + "wasJtozthepandjsx" + ] + }, + { + "id": "openseek-4-40e87c375fd84d21bde788f1ac5a07fb", + "input": "['sleep', 's', 'most', 'g', 'made', 'C', 'Q']", + "output": [ + "sleepsmostgmadeCQ" + ] + }, + { + "id": "openseek-4-1decc99482234d33b8209f0be01bc9a4", + "input": "['beggar', 'j', 'what9s', 'k', 'P', 'story,', 'D', 'enchanted', 'j', 'h']", + "output": [ + "beggarjwhat9skPstory,Denchantedjh" + ] + }, + { + "id": "openseek-4-e685081646ab458e9a43527b1ab5ac08", + "input": "['d', 'v', 'U', 'head', 'u', 'g', 'g', 'that', 'J', 'K', 'e']", + "output": [ + "dvUheaduggthatJKe" + ] + }, + { + "id": "openseek-4-5345873068474fe6af8c9b2cba245349", + "input": "['X', 'P', 'That', 'i', 'issued', 'u', 'he', 'e', 'and', 'i', 'contrasting', 'o', 'n', 'A', 'by', 'r']", + "output": [ + "XPThatiissueduheeandicontrastingonAbyr" + ] + }, + { + "id": "openseek-4-69ea9586be2044e2a94ef83111975335", + "input": "['the', 'E', 'L', 'your', 'b', 'inspire', 'O', 'such', 'h', 'H']", + "output": [ + "theELyourbinspireOsuchhH" + ] + }, + { + "id": "openseek-4-1ad3a9fa241f42baa6a6ab704da88b3d", + "input": "['plain', 'F', 'f']", + "output": [ + "plainFf" + ] + }, + { + "id": "openseek-4-404505320ebe4e2eb1f28a973acd346f", + "input": "['d', 'and', 'd', 'gold,', 'k', 'not', 'J', 't']", + "output": [ + "danddgold,knotJt" + ] + }, + { + "id": "openseek-4-3e4d24cf3ffd40b18abe7a5fb95983f9", + "input": "['a', 'l', 'the', 's', 'against', 's', 'i']", + "output": [ + "althesagainstsi" + ] + }, + { + "id": "openseek-4-58447bdbe85a4ae5a4da56b1d021d850", + "input": "['but', 'h', 'n', 'f']", + "output": [ + "buthnf" + ] + }, + { + "id": "openseek-4-cebafb2b35e7474b9ebb41b1bdc4d24e", + "input": "['here,', 'c', 'j', 'b', 'had', 'n', 'hammock', 't', 'U', 'J', 'P', 'l']", + "output": [ + "here,cjbhadnhammocktUJPl" + ] + }, + { + "id": "openseek-4-9e1f17cba9df447384a2bbfed9649909", + "input": "['w', 'p', 'O', 'Q', 'D', 'W', 'all._)', 'i', 'x']", + "output": [ + "wpOQDWall._)ix" + ] + }, + { + "id": "openseek-4-903066bf7bf540a999b574fb3e53f438", + "input": "['m', 'in', 'L', 'no,', 'F', 'even', 'C', 't', 'is', 'L', 'clothing,', 'D']", + "output": [ + "minLno,FevenCtisLclothing,D" + ] + }, + { + "id": "openseek-4-ecf949a4e5d94f7180048246edf79576", + "input": "['upon', 'E', 'The', 'r', 'O', 'him', 'X', 'bulk,', 'u', 'you', 'n']", + "output": [ + "uponETherOhimXbulk,uyoun" + ] + }, + { + "id": "openseek-4-d433fdb473694b4caf8b07cd8b41ec2f", + "input": "['V', 'and', 'q', 'k', 'K', 'a', 'y']", + "output": [ + "VandqkKay" + ] + }, + { + "id": "openseek-4-262556ca143141089edf11a6a4e64977", + "input": "['Now,', 'P', 'pulpit;', 'd', 'five', 's', 'in', 'A', 'q', 'in', 'q']", + "output": [ + "Now,Ppulpit;dfivesinAqinq" + ] + }, + { + "id": "openseek-4-f12526c07cba4ecca7d00e7d02341a1e", + "input": "['crown', 'Z', 'm', 'to', 'u', 'M', 'o', 'say', 'J']", + "output": [ + "crownZmtouMosayJ" + ] + }, + { + "id": "openseek-4-5e5168da6afe42c88d8aacbf0c35eed4", + "input": "['heart', 'y', 'Q', 'my', 'M', 'I']", + "output": [ + "heartyQmyMI" + ] + }, + { + "id": "openseek-4-100b4aa2ab4f4dca84f58d678aa7f8bc", + "input": "['not', 'q', 'G', 'have', 'V', 'rob', 'q', 'L', 'i', 'the', 'i', 'what', 'm', 'charity9s', 'P', 'as', 'e']", + "output": [ + "notqGhaveVrobqLitheiwhatmcharity9sPase" + ] + }, + { + "id": "openseek-4-c1f714f10af046b29f6c08d1cc258c7a", + "input": "['yet,', 'L', 'tides', 'o', 'P']", + "output": [ + "yet,LtidesoP" + ] + }, + { + "id": "openseek-4-7803db08cf184fab85508a7bf9e76349", + "input": "['j', 'let', 't', 'in', 'H', 'little', 'D', 'boats', 'd']", + "output": [ + "jlettinHlittleDboatsd" + ] + }, + { + "id": "openseek-4-f198fd3e6a2c49809641e8f7f479ab34", + "input": "['y', 'seems', 'd', 'is', 'L', 'burnish', 'q', 'or', 'm', 'for', 'c', 'p', 'in', 'n']", + "output": [ + "yseemsdisLburnishqormforcpinn" + ] + }, + { + "id": "openseek-4-0ef980a4ee0a4207a3422f384d2841a9", + "input": "['did', 'B', 'of', 'l', 'X', 'g']", + "output": [ + "didBoflXg" + ] + }, + { + "id": "openseek-4-59c8d8c6206e44d78ba34a3279bfb110", + "input": "['m', 'seated', 'e', 'Z', 'c']", + "output": [ + "mseatedeZc" + ] + }, + { + "id": "openseek-4-2400679ce2794e3e81a221f9b47ca328", + "input": "['active.', 'W', 'of', 'n', 'cTruth,', 'P', 'y', 'N', 'business', 's', 'o', 'v']", + "output": [ + "active.WofncTruth,PyNbusinesssov" + ] + }, + { + "id": "openseek-4-97c511da166743448d54c99ccb23d577", + "input": "['s', 'h', 'cursed', 'q', 'faith,', 'C', 'for', 'I', 'in', 'z', 'u', 'j']", + "output": [ + "shcursedqfaith,CforIinzuj" + ] + }, + { + "id": "openseek-4-87d9e14830464908b8ea0f7833f17aa9", + "input": "['l', 'that', 'j', 'to', 'B', 'it', 'Z', 'w', 'f']", + "output": [ + "lthatjtoBitZwf" + ] + }, + { + "id": "openseek-4-8df0d661b2524ec0a615bb42c5605850", + "input": "['that', 'W', 'Y', 'agony,', 'Z', 'cAvast', 'w', 'B']", + "output": [ + "thatWYagony,ZcAvastwB" + ] + }, + { + "id": "openseek-4-542d0e41d1234ea681d70d4a94d58ad9", + "input": "['H', 'with', 'O', 'm', 'passion.', 'P', 'that', 'V', 'stop', 'R', 'J', 'forgetfulness', 'M', 'c', 'h']", + "output": [ + "HwithOmpassion.PthatVstopRJforgetfulnessMch" + ] + }, + { + "id": "openseek-4-2cba5943d00a4d2bae9453d4060a85c6", + "input": "['keeping', 'K', 'L', 'R', 'G', 'g', 'a', 'Z', 'up', 'e', 'b', 'and', 'D', 'you', 'u']", + "output": [ + "keepingKLRGgaZupebandDyouu" + ] + }, + { + "id": "openseek-4-816d143b9cac4b52946c976d4a9bd34b", + "input": "['ye', 'i', 'stern?', 'w', 'or', 'k', 'I', 'b', 'my', 'h', 'grand', 'q', 'p', 'x', 't']", + "output": [ + "yeistern?workIbmyhgrandqpxt" + ] + }, + { + "id": "openseek-4-a9cdd63768744a968c280d4a75af4c89", + "input": "['U', 'vengeful', 'N', 'f', 'is', 'p', 't', 'circumstances,', 'p', 'utterly', 'i', 'have', 'j']", + "output": [ + "UvengefulNfisptcircumstances,putterlyihavej" + ] + }, + { + "id": "openseek-4-4a20574667da4c7f82a8aa57b9eeb808", + "input": "['z', 'thought', 'b', 'whale', 'e', 'k', 'the', 'D', 'x', 'q', 'h', 'R']", + "output": [ + "zthoughtbwhaleektheDxqhR" + ] + }, + { + "id": "openseek-4-0e63e168f30a4b2891511c871ca5f256", + "input": "['whether', 'c', 'j', 'at', 'r', 'still', 'T', 'l', 's', 'I', 'A', 'them.', 'x']", + "output": [ + "whethercjatrstillTlsIAthem.x" + ] + }, + { + "id": "openseek-4-0cccd46391024a73bbf01eb7c934538c", + "input": "['The', 'o', 'found.', 'T', 'pleasant', 'B', 'bleaching', 'Q', 'by', 'a', 'f']", + "output": [ + "Theofound.TpleasantBbleachingQbyaf" + ] + }, + { + "id": "openseek-4-b410778ddbd544f1ba89eda13070e42f", + "input": "['cI', 'i', 'a', 'V', 'trunk', 'Q', 'S', 'd', 'man', 'b']", + "output": [ + "cIiaVtrunkQSdmanb" + ] + }, + { + "id": "openseek-4-fad45d9e2c184c75a6792438f8950e72", + "input": "['g', 'said', 'G']", + "output": [ + "gsaidG" + ] + }, + { + "id": "openseek-4-c757dea9e86e488dbfee2f103f09ec6b", + "input": "['felt', 'S', 'T', 'meaning.', 'I', 'considering', 'T', 'Whale;', 'J', 'slow-match', 'P', 'H', 'pike-head', 'i', 'Fleece,', 'O']", + "output": [ + "feltSTmeaning.IconsideringTWhale;Jslow-matchPHpike-headiFleece,O" + ] + }, + { + "id": "openseek-4-ba691601b7114c6d8a36ba5a08f0a7d6", + "input": "['Y', 'The', 'B', 'c']", + "output": [ + "YTheBc" + ] + }, + { + "id": "openseek-4-15087b89018f43cd913795a292bf4e7a", + "input": "['things,', 'o', 'H', 'B', 'B', 'him', 'Q', 'Keep', 'S']", + "output": [ + "things,oHBBhimQKeepS" + ] + }, + { + "id": "openseek-4-b89a840858cb48729a4e9308f5f47dac", + "input": "['j', 'v', 'a', 'R', 'thee', 'A', 'h', 'p', 'place,', 'k']", + "output": [ + "jvaRtheeAhpplace,k" + ] + }, + { + "id": "openseek-4-440479cd6a5d4f51a60319e5c361569e", + "input": "['from', 'A', 'God', 'p', 'the', 'r', 'e', 'round.', 'u', 'is', 'B']", + "output": [ + "fromAGodpthereround.uisB" + ] + }, + { + "id": "openseek-4-9b4c29bc92d24d4899ec1ac5fe34d171", + "input": "['F', 'and', 'd', 'L', 'B', 'in', 'G', 'the', 'J']", + "output": [ + "FanddLBinGtheJ" + ] + }, + { + "id": "openseek-4-c221257b23c84a95b799562507f8f9f1", + "input": "['i', 'Gemini', 'a', 'the', 'T', 'E', 'F', 'out', 'U', 'of', 'l', 'it', 'U']", + "output": [ + "iGeminiatheTEFoutUoflitU" + ] + }, + { + "id": "openseek-4-58d70aedf8ee41dcb5a401abe9713446", + "input": "['greenness,', 'B', 'j', 'again', 'E', 'C', 's', 'f']", + "output": [ + "greenness,BjagainECsf" + ] + }, + { + "id": "openseek-4-495a6a813b164248ae166fa071df67ea", + "input": "['Y', 'indeed', 'e', 'Y', 'over', 'z', 'W', 'L']", + "output": [ + "YindeedeYoverzWL" + ] + }, + { + "id": "openseek-4-36778e69dc9140a185b01613bc42ffda", + "input": "['trio', 'S', 'O', 'w', 'k', 'C', 'Y']", + "output": [ + "trioSOwkCY" + ] + }, + { + "id": "openseek-4-0794e31fe11f4813af51899d7ea2be22", + "input": "['m', 'but', 'n', 'distance,', 'd', 'i', 'j', 'z', 'N']", + "output": [ + "mbutndistance,dijzN" + ] + }, + { + "id": "openseek-4-7ca8bdba4f304910b7dfce7ec31f24d8", + "input": "['r', 'Z', 'h']", + "output": [ + "rZh" + ] + }, + { + "id": "openseek-4-1ae40399964f435c941e3822e811b843", + "input": "['y', 'tears', 'q', 'E', 'The', 'w', 'g', 'y', 'the', 'c']", + "output": [ + "ytearsqEThewgythec" + ] + }, + { + "id": "openseek-4-7764b360736040da99332fb313291fea", + "input": "['In', 'F', 'W', 'k', 'b']", + "output": [ + "InFWkb" + ] + }, + { + "id": "openseek-4-aa5561b0e8864a9cbc83a1fa22aa141a", + "input": "['to', 'f', 'the', 'd', 'you', 'E', 'M', 'fallen', 'w', 'H', 'and', 'H', 'drags', 'Z']", + "output": [ + "tofthedyouEMfallenwHandHdragsZ" + ] + }, + { + "id": "openseek-4-58bb2ec153024c129cf3479289c0571e", + "input": "['of', 'c', 'W']", + "output": [ + "ofcW" + ] + }, + { + "id": "openseek-4-b7eb72b94c3f4198963bca1b2ae5c1bc", + "input": "['V', 'I', 'of', 's', 'indeed,', 'V']", + "output": [ + "VIofsindeed,V" + ] + }, + { + "id": "openseek-4-c2229eb98b86442ea8a02ee329fdf603", + "input": "['J', 'U', 'Z', 'r', 'and', 'p', 'c']", + "output": [ + "JUZrandpc" + ] + }, + { + "id": "openseek-4-d3c59726ea414c1fbc02b0a8d86acad3", + "input": "['had', 'Q', 'that', 's', 'm', 'X', 'OLD', 'e', 'y', 'whale9s', 'N', 'Q', 'N', 'a']", + "output": [ + "hadQthatsmXOLDeywhale9sNQNa" + ] + }, + { + "id": "openseek-4-98a970bd4feb43619c1078dfd432634a", + "input": "['the', 'S', 'as', 'E']", + "output": [ + "theSasE" + ] + }, + { + "id": "openseek-4-7b6663e3113040ca825d112a7487758a", + "input": "['sperm', 'T', 'a', 'in', 'P', 'C', 'H', 'beads', 'o', 'r', 'N']", + "output": [ + "spermTainPCHbeadsorN" + ] + }, + { + "id": "openseek-4-2df6bab2d3e64a03be14ff6adfb44c2c", + "input": "['with', 'C', 'himself.d', 'b', 'd9ye', 'x', 'H', 'stricken', 'b', 'M']", + "output": [ + "withChimself.dbd9yexHstrickenbM" + ] + }, + { + "id": "openseek-4-961942587c3d4fcd958093abc7afd939", + "input": "['N', 'of', 'l', 'D', 's', 'z', 'this', 'V']", + "output": [ + "NoflDszthisV" + ] + }, + { + "id": "openseek-4-90e34947fad54e5792fa60c6f72ab052", + "input": "['Bildad,', 'X', 'W']", + "output": [ + "Bildad,XW" + ] + }, + { + "id": "openseek-4-b2e1d6afe3c544f0833b1eb351f99c1e", + "input": "['L', 'all', 'U']", + "output": [ + "LallU" + ] + }, + { + "id": "openseek-4-a7f8390aa90c446ea6800608d3fd4315", + "input": "['with', 'E', 'Q', 'X', 'r']", + "output": [ + "withEQXr" + ] + }, + { + "id": "openseek-4-b1eadf3a2aa3492fb27ccc26c300d20e", + "input": "['R', 'e', 'a', 'u', 'bulk', 'Y', 'blank', 'q']", + "output": [ + "ReaubulkYblankq" + ] + }, + { + "id": "openseek-4-7b6d5f3d2b2f42e8adbcae1def79d1f1", + "input": "['never', 'K', 'with', 'j', 'if', 'M', 'has', 's', 'little', 'c', 'rule;', 'i', 'upon', 'O', 'F']", + "output": [ + "neverKwithjifMhasslittlecrule;iuponOF" + ] + }, + { + "id": "openseek-4-c017a110db214719ad40dc8faa142cc7", + "input": "['isolated', 'U', 'one', 'Z', 'Y', 'J', 'w', 'mistaken', 'm', 'into', 'y', 'then', 'e']", + "output": [ + "isolatedUoneZYJwmistakenmintoythene" + ] + }, + { + "id": "openseek-4-99a68663406a4056994a569150ac28fa", + "input": "['j', 'n', 'it', 'r', 'R', 'y', 'crew', 'q', 'the', 'g', 'hands', 'x']", + "output": [ + "jnitrRycrewqtheghandsx" + ] + }, + { + "id": "openseek-4-7bf60a1494aa4b1e9332135a7c8c9453", + "input": "['beware', 's', 'M', 'in', 'T', 'another', 't', 'J', 'to', 'I', 'g', 's', 'd', 'Loose-Fish?', 'q']", + "output": [ + "bewaresMinTanothertJtoIgsdLoose-Fish?q" + ] + }, + { + "id": "openseek-4-0b625cfaf3e840be9dff2dcfea6cc0a9", + "input": "['L', 'G', 'alternately', 'S', 'w', 'time', 'B', 'of', 'H', 'f', 'u', 'eyes', 'y']", + "output": [ + "LGalternatelySwtimeBofHfueyesy" + ] + }, + { + "id": "openseek-4-f7929454588246d786fb67021fb1888f", + "input": "['i', 'G']", + "output": [ + "iG" + ] + }, + { + "id": "openseek-4-988e1e5e4e7449d9b9394846f888f19f", + "input": "['R', 'For', 'M', 'g', 'soul', 'E', 'finished', 'z', 'X', 'S', 'naturalists4Olassen', 'S', 'O', 's']", + "output": [ + "RForMgsoulEfinishedzXSnaturalists4OlassenSOs" + ] + }, + { + "id": "openseek-4-eeb509b959794ec0884807749651a4df", + "input": "['from', 'J', 'a', '9em;', 'M', 'U', 'often,', 's', 'imaginations?', 'n']", + "output": [ + "fromJa9em;MUoften,simaginations?n" + ] + }, + { + "id": "openseek-4-fd8bb346099349b197e3c441f20fab3b", + "input": "['H', 'that', 'Q']", + "output": [ + "HthatQ" + ] + }, + { + "id": "openseek-4-16bd883355a44ada97230e5b057208ea", + "input": "['Was', 'u', 'U', 'all', 'i', 'L', 'and', 'e', 'chase', 'S', 'P', 'H', 'h']", + "output": [ + "WasuUalliLandechaseSPHh" + ] + }, + { + "id": "openseek-4-ed79d1faf8774450afaf46d0144df508", + "input": "['go', 'I', 'after', 'X', 'x', 'x', 'the', 'A', 'v', 'few', 'T', 'as', 'o']", + "output": [ + "goIafterXxxtheAvfewTaso" + ] + }, + { + "id": "openseek-4-9d35ca4856ef4616ae082ad9ee39cd5c", + "input": "['Y', 'With', 'c', 't', 'K', 'd', 'am', 'N']", + "output": [ + "YWithctKdamN" + ] + }, + { + "id": "openseek-4-82280a4db3ce44f790ce61121272adbc", + "input": "['the', 'v', 'prolonged,', 'W']", + "output": [ + "thevprolonged,W" + ] + }, + { + "id": "openseek-4-26f148b8a2c44a2fba01878e4146363c", + "input": "['sell', 'P', 'they', 'Z', 'bands', 'T', 'of', 'E', 'Sperm', 'O', 's', 'Y']", + "output": [ + "sellPtheyZbandsTofESpermOsY" + ] + }, + { + "id": "openseek-4-d6fa60a076254ef39254cd5dda4c3811", + "input": "['ancient', 'p', 'G', 'a', 'k', 'my', 'D', 'omnipotent.', 'z', 'G', 'push', 'K', 'Human', 'Q', 'I']", + "output": [ + "ancientpGakmyDomnipotent.zGpushKHumanQI" + ] + }, + { + "id": "openseek-4-2b8a6451d59047a6b852dc1b5e29c450", + "input": "['among', 'q', 'T', 'on', 'v', 'sup,', 'J', 'Z', 'Q', 'c']", + "output": [ + "amongqTonvsup,JZQc" + ] + }, + { + "id": "openseek-4-b927aa61c60f43af9642b8aaf5f49fd0", + "input": "['thus', 'B', 'n', 'V', 'reply,', 'S']", + "output": [ + "thusBnVreply,S" + ] + }, + { + "id": "openseek-4-d915f01bec0643f58c991785064c2f19", + "input": "['U', 'a', 'H', 'hunters,', 'l', 'e', 'know', 'O', 'is', 'V', 'pulpit', 'a']", + "output": [ + "UaHhunters,leknowOisVpulpita" + ] + }, + { + "id": "openseek-4-4fe425da9049480fbf120642847fbd48", + "input": "['J', 'k', 'dearly', 'K', 'it', 'I', 'lustre', 'S', 'known', 'K', 'X', 'for', 'R']", + "output": [ + "JkdearlyKitIlustreSknownKXforR" + ] + }, + { + "id": "openseek-4-7e66732f1721426c8d9c9bdda0d19db5", + "input": "['k', 'j', 'O', 'O', 'cried', 'C', 's']", + "output": [ + "kjOOcriedCs" + ] + }, + { + "id": "openseek-4-932bbfc1eb544d72871f9ed2e1f9a296", + "input": "['m', 'n', 'plain', 'Z', 'the', 'E', 'G']", + "output": [ + "mnplainZtheEG" + ] + }, + { + "id": "openseek-4-8e218017fac64442b0b55a8f2947ccb8", + "input": "['capable', 'I', 'when', 'J', 'M']", + "output": [ + "capableIwhenJM" + ] + }, + { + "id": "openseek-4-e1c320fae7dd45119d3582c0997fb505", + "input": "['face', 'W', 'of', 'L', 'm', 'Q', 't']", + "output": [ + "faceWofLmQt" + ] + }, + { + "id": "openseek-4-4c5a7dcc700243338f76471e80bb1901", + "input": "['o', 'subordinate', 'A', 'h', 'lord', 'T']", + "output": [ + "osubordinateAhlordT" + ] + }, + { + "id": "openseek-4-f276512d4ce94853a70fdd8f3ef1488d", + "input": "['and', 'T', 'from', 'h', 'and', 'T', 'be', 'd', 'u', 'cheap', 'P', 'salted', 'K']", + "output": [ + "andTfromhandTbeducheapPsaltedK" + ] + }, + { + "id": "openseek-4-2e4b9be125a949e6b31e3a1a27f9fb44", + "input": "['G', 'z', 'darting', 'A', 'S', 'i', 'A', 'of', 'A', 'surmisings;', 'J']", + "output": [ + "GzdartingASiAofAsurmisings;J" + ] + }, + { + "id": "openseek-4-451e62ba830946e4946e97c5087cf684", + "input": "['o', 'ye,', 't', 'fine', 'l', 'f', 'vigilance,', 'F', 'to', 'u', 'in', 'r']", + "output": [ + "oye,tfinelfvigilance,Ftouinr" + ] + }, + { + "id": "openseek-4-46210d538aa1498d9ae52bef44820741", + "input": "['s', 'every', 'l', 'its', 'J', 'him,', 'C', 'a', 'E', 'drooping', 'N', 'j', 'pagan', 'r']", + "output": [ + "severylitsJhim,CaEdroopingNjpaganr" + ] + }, + { + "id": "openseek-4-8b2db9f4da774465bc68e29c2a81975a", + "input": "['c', 'K', 'D', 'Z', 'deck,', 'L', 'G']", + "output": [ + "cKDZdeck,LG" + ] + }, + { + "id": "openseek-4-3c9131bd43e6469393f808ff36802944", + "input": "['twisted', 'b', 'circle', 'k', 'at', 'A', 'm', 'And', 'K', 'her', 'T', 'a', 'A', 'cannot', 'b', 'n']", + "output": [ + "twistedbcirclekatAmAndKherTaAcannotbn" + ] + }, + { + "id": "openseek-4-93653ef3cd0f4df19851e6cbd47b98d5", + "input": "['do,', 'J', 'he', 'R', 'and', 'Z', 'and', 'b', 'who', 'R', 'is', 'M', 'tiara', 't', 'n', 'himself', 'B']", + "output": [ + "do,JheRandZandbwhoRisMtiaratnhimselfB" + ] + }, + { + "id": "openseek-4-eb99962392774863b8bed12b30ab4eca", + "input": "['more', 'R', 'x', 'C']", + "output": [ + "moreRxC" + ] + }, + { + "id": "openseek-4-6e84b1f803b8475ba1e15c93e3837688", + "input": "['m', 'to', 'H', 't', 'K', 'place', 'c', 'h', 'G', 'the', 'y', 'V']", + "output": [ + "mtoHtKplacechGtheyV" + ] + }, + { + "id": "openseek-4-374694b54c5e4858adc359be723b4de7", + "input": "['r', 'y', 'S', 'i', 'D', 'J']", + "output": [ + "rySiDJ" + ] + }, + { + "id": "openseek-4-8a96d35d71d64926916635b8a9ec403b", + "input": "['round', 'q', 'at', 't']", + "output": [ + "roundqatt" + ] + }, + { + "id": "openseek-4-616585c35fb14fce965a8bb41460bd7d", + "input": "['commander9s', 'U', 'l', 'rollicking', 'P', 'v']", + "output": [ + "commander9sUlrollickingPv" + ] + }, + { + "id": "openseek-4-0ed4ab41ba7e4280b0b2964ce1f1615a", + "input": "['H', 'A', 'the', 'K']", + "output": [ + "HAtheK" + ] + }, + { + "id": "openseek-4-e236a4b38ba548169852cb567f069a86", + "input": "['X', 'saw9st', 'b', 'is', 'r', 'wondrous', 'w']", + "output": [ + "Xsaw9stbisrwondrousw" + ] + }, + { + "id": "openseek-4-4fffce1f87d443aead7101767f3cf3d9", + "input": "['likes', 'j', 'e']", + "output": [ + "likesje" + ] + }, + { + "id": "openseek-4-3e163dab4fb3469ba692d217b2e6ff20", + "input": "['g', 'earth9s', 'C', 'the', 'G', 'k', 'some', 'U']", + "output": [ + "gearth9sCtheGksomeU" + ] + }, + { + "id": "openseek-4-45db1bd8b19f498e817104045dac7ed8", + "input": "['still', 'K', 'swings', 'C', 'n', 'N', 'Y', 'When', 'z', 'pleasing', 'Z']", + "output": [ + "stillKswingsCnNYWhenzpleasingZ" + ] + }, + { + "id": "openseek-4-aa22cb661ec14825a817d1afb1cc3341", + "input": "['to', 'P', 'backs', 'M', 'a', 'those', 'E', 'a', 'q']", + "output": [ + "toPbacksMathoseEaq" + ] + }, + { + "id": "openseek-4-040e3754c5c54d53940c27f08d100d97", + "input": "['j', 'k', 'm', 'o', 'J', 'near', 'q', 'me', 'Y', 'G', 'Y', 'K']", + "output": [ + "jkmoJnearqmeYGYK" + ] + }, + { + "id": "openseek-4-8862632d7aee4f869e6d73f6c6b1c6a4", + "input": "['gather', 'j', 'well', 'n', 'o', 'as', 'N', 'P', 'S', 'Right', 'R', 'Y']", + "output": [ + "gatherjwellnoasNPSRightRY" + ] + }, + { + "id": "openseek-4-562070681b9e4856902039625efa7796", + "input": "['and', 'f', 's', 'those', 'a', 'never', 'A', 'S']", + "output": [ + "andfsthoseaneverAS" + ] + }, + { + "id": "openseek-4-b685e28886094cc38b92b9b4375ef354", + "input": "['stronger', 'N', 'is', 'e', 'Y', 'K']", + "output": [ + "strongerNiseYK" + ] + }, + { + "id": "openseek-4-f1bfc33b48c6475283c60d9e11c03aab", + "input": "['w', 'X', 'g', 'into', 'T', 'Y', 'Spanish', 'Z', 'f', 'L']", + "output": [ + "wXgintoTYSpanishZfL" + ] + }, + { + "id": "openseek-4-cbead2be6d2045409b23f1ca495aec24", + "input": "['way', 'L', 'E', 'y', 'things.', 'I', 'hiding', 'W']", + "output": [ + "wayLEythings.IhidingW" + ] + }, + { + "id": "openseek-4-a289640792644297b015267569094874", + "input": "['C', 'o', 'in', 'B', 'The', 'c']", + "output": [ + "CoinBThec" + ] + }, + { + "id": "openseek-4-1967453393034beba968b7dabd269809", + "input": "['T', 'd', 'f', 'tapering', 'a', 'N']", + "output": [ + "TdftaperingaN" + ] + }, + { + "id": "openseek-4-11caed2d0cc2442799c196bdd0a46e9d", + "input": "['D', 'driving', 'R', 'leading', 'e', 'on,', 'a']", + "output": [ + "DdrivingRleadingeon,a" + ] + }, + { + "id": "openseek-4-a71f03151a7a4055862ea6d52b073891", + "input": "['with', 'd', 'of', 'R', 'V', 'E']", + "output": [ + "withdofRVE" + ] + }, + { + "id": "openseek-4-3092ee3f3e27494688bbd58da9a9c020", + "input": "['x', 'how', 'V', 'at', 'n', 'f', 'U']", + "output": [ + "xhowVatnfU" + ] + }, + { + "id": "openseek-4-0704c9cfd4504596a633213c7a891d1d", + "input": "['v', 'each', 'P']", + "output": [ + "veachP" + ] + }, + { + "id": "openseek-4-8a5fc3e7cce64243800484046be34881", + "input": "['the', 'c', 'but', 'r', 'of', 'r', 'fantastic', 'Z', 'of', 'j', 'home', 'B']", + "output": [ + "thecbutrofrfantasticZofjhomeB" + ] + }, + { + "id": "openseek-4-0f043bf8658444afafcace04fc60a51a", + "input": "['S', 'willingly', 'W', 'X', 'side', 'M', 'not', 'o', 'I', 'associated', 'm', 'l', 'Canal.', 'd']", + "output": [ + "SwillinglyWXsideMnotoIassociatedmlCanal.d" + ] + }, + { + "id": "openseek-4-524e4be3ef0942a2aa423aa3e3c1c0f2", + "input": "['E', 'W', 'was', 'Z', 'no', 'c', 'Though', 'p', 'n', 'w', 'his', 'm', 'J']", + "output": [ + "EWwasZnocThoughpnwhismJ" + ] + }, + { + "id": "openseek-4-fa763bbefca54a6aab0ea7b616a62ad7", + "input": "['had', 'h', 'k', 'I']", + "output": [ + "hadhkI" + ] + }, + { + "id": "openseek-4-c2432d42e37c4de5a8e0185d46c44e86", + "input": "['b', 'e', 'l']", + "output": [ + "bel" + ] + }, + { + "id": "openseek-4-447d746ee33142e39166810123d1dd81", + "input": "['for', 'j', 'b', 'get', 'T', 'R', 'trying', 'V', 'on', 'p']", + "output": [ + "forjbgetTRtryingVonp" + ] + }, + { + "id": "openseek-4-2f12029f6cc44fee8553e3292e9d392c", + "input": "['at', 'S', 'E', 'his', 'p', 'the', 'W', 'c', 'c', 'which', 'B', 'it', 'r', 'soul.', 'X']", + "output": [ + "atSEhisptheWccwhichBitrsoul.X" + ] + }, + { + "id": "openseek-4-a3dd7771a53c40e89e837e2069b62faa", + "input": "['he', 'Y', 'I', 'r']", + "output": [ + "heYIr" + ] + }, + { + "id": "openseek-4-93a1474cdaef4c1c8b59a3fa706056ae", + "input": "['A', 'BOOK', 'Y', 'L']", + "output": [ + "ABOOKYL" + ] + }, + { + "id": "openseek-4-51d8f3611d454e8e9ad08c779eb809f1", + "input": "['spend', 'k', 'm', 't', 'an', 'I', 'r', 'g', 'first', 'K']", + "output": [ + "spendkmtanIrgfirstK" + ] + }, + { + "id": "openseek-4-b32d5ecf1b844bdfb2de48fa28599163", + "input": "['might', 'S', 'Indian', 'q', 'a', 'z']", + "output": [ + "mightSIndianqaz" + ] + }, + { + "id": "openseek-4-93bb3267731e4653872f9d024a046589", + "input": "['its', 'U', 'J', 'E', 'been', 'R', 'wrath.', 'X', 'z']", + "output": [ + "itsUJEbeenRwrath.Xz" + ] + }, + { + "id": "openseek-4-f571c14b956940489fa15425482c6bfa", + "input": "['d', 'h', 's', 'a', 'S']", + "output": [ + "dhsaS" + ] + }, + { + "id": "openseek-4-c8754abc01bc44628c3029391bbf5433", + "input": "['J', 'to', 'r']", + "output": [ + "Jtor" + ] + }, + { + "id": "openseek-4-e2ffaa1613dd48d29df951e48d32fe7d", + "input": "['agent', 'Y', 'Y', 'O', 'hammock', 'K', 'I,', 'f']", + "output": [ + "agentYYOhammockKI,f" + ] + }, + { + "id": "openseek-4-7acb882c3307416b8f34d199b2ffa821", + "input": "['X', 'x', 'joined', 'b', 'Z', 'in', 'r', 'p']", + "output": [ + "XxjoinedbZinrp" + ] + }, + { + "id": "openseek-4-68081dc968514db4b883a29502f8e8e2", + "input": "['fight', 'm', 'I', 'E']", + "output": [ + "fightmIE" + ] + }, + { + "id": "openseek-4-4e4fa427ec9444a298e99399ca51358f", + "input": "['v', 'n', 'B', '_has_', 'U']", + "output": [ + "vnB_has_U" + ] + }, + { + "id": "openseek-4-73d35956786143ceb13844a7e065bd6d", + "input": "['of', 'q', 'was', 'o', 'x', 'J', 'worships', 'n', 'eyeing', 'I', 'B']", + "output": [ + "ofqwasoxJworshipsneyeingIB" + ] + }, + { + "id": "openseek-4-bc9842f432de4c57b15a368ddef240a5", + "input": "['recurred,', 'g', 'a', 'c', 'T', 'I', 'S', 'x']", + "output": [ + "recurred,gacTISx" + ] + }, + { + "id": "openseek-4-9cd9c42e3932427698ebf0475d2a6e31", + "input": "['o', 'gone', 't', 'the', 'L', 'K', 'the', 'F', 'L']", + "output": [ + "ogonettheLKtheFL" + ] + }, + { + "id": "openseek-4-f2ea797f845447daa0abd0edf8265a86", + "input": "['I', 'V', 'Peleg', 'L', 'the', 'g', 'proper', 'N', 'L', 'the', 'S', 'g', 'Captain', 'V']", + "output": [ + "IVPelegLthegproperNLtheSgCaptainV" + ] + }, + { + "id": "openseek-4-2069c72ff1984c2db5d65880941bec34", + "input": "['g', 'X', 'sake', 'B', 'recalled', 'E', 'K']", + "output": [ + "gXsakeBrecalledEK" + ] + }, + { + "id": "openseek-4-4be5d6d0a05c43d2aa187248faa75df7", + "input": "['j', 'other', 'Y', 'X', 'M', 'with', 'G', 'shaggy', 'L', 'the', 'B', 'a', 'O']", + "output": [ + "jotherYXMwithGshaggyLtheBaO" + ] + }, + { + "id": "openseek-4-8ea820b8cdbc487e80484e7a550d27ba", + "input": "['placed', 'H', 'P', 'to', 'O', 'a', 'h', 'there', 'Q', 'sea.', 'B', 'be,', 'E', 'Hither,', 'n', 'Y']", + "output": [ + "placedHPtoOahthereQsea.Bbe,EHither,nY" + ] + }, + { + "id": "openseek-4-4449886ab2f24c13af0ede9bc10b6df0", + "input": "['j', 'K', 'It', 'T', 'a', 'thy', 'w', 'd', 'of', 'n', 'as', 'm']", + "output": [ + "jKItTathywdofnasm" + ] + }, + { + "id": "openseek-4-22b124cf43cf4d308156af5894a643c1", + "input": "['sent', 'L', 'feeling', 's', 'w', 'T']", + "output": [ + "sentLfeelingswT" + ] + }, + { + "id": "openseek-4-80103a7c54b94a3a8279f2fd3dab0dd3", + "input": "['t', 'b']", + "output": [ + "tb" + ] + }, + { + "id": "openseek-4-43d72966bf9042b48f976f86a43906d0", + "input": "['lord', 'i', 'long,', 'U', 'h', 'was', 'U', 'E']", + "output": [ + "lordilong,UhwasUE" + ] + }, + { + "id": "openseek-4-9e1d599c0d764cc7b1453b22b2cb3cad", + "input": "['the', 'J', 'the', 'Y', 'believe', 'o', 'c']", + "output": [ + "theJtheYbelieveoc" + ] + }, + { + "id": "openseek-4-be48c7ba8d814532a01f9a5de97d5159", + "input": "['N', 'took', 'y', 'boat', 'a']", + "output": [ + "Ntookyboata" + ] + }, + { + "id": "openseek-4-1d3dee6e336641f1a653941ae5006a8c", + "input": "['to', 'V', 'things', 'U', 'districts', 'e', 'now?', 'u', 'p', 'what', 'M', 'schools.', 'V']", + "output": [ + "toVthingsUdistrictsenow?upwhatMschools.V" + ] + }, + { + "id": "openseek-4-9eb0dd6cc62f42f2ae91cef5834fbd2e", + "input": "['member', 'H', 'sight', 's', 'mystery.', 'o', 'discretion.', 's', 'the', 'j', 'Q', 'but', 't', 'is', 'w', 'Q', 'Q']", + "output": [ + "memberHsightsmystery.odiscretion.sthejQbuttiswQQ" + ] + }, + { + "id": "openseek-4-ade31f4aeb4a446d83abdadb435efdbd", + "input": "['it,', 'X', 'been', 'j', 'C', 'could,', 'a', 'V', 'in', 'u', 'c', 'he', 'N', 'z', 'J']", + "output": [ + "it,XbeenjCcould,aVinucheNzJ" + ] + }, + { + "id": "openseek-4-60c96656ce97426bb38d31e7d501f322", + "input": "['V', 'q', 'wide', 'K', 'now', 'u', 'All', 'Z']", + "output": [ + "VqwideKnowuAllZ" + ] + }, + { + "id": "openseek-4-70cafd100d0345a5aa9609acc44b6d57", + "input": "['on', 'k', 'that', 'z']", + "output": [ + "onkthatz" + ] + }, + { + "id": "openseek-4-d33265570f8d4d6b87b7b7f96ad47e30", + "input": "['at', 'z', 'whalers', 'C', 'you', 'V', 'substitute', 'O', 'his', 'c', 'y']", + "output": [ + "atzwhalersCyouVsubstituteOhiscy" + ] + }, + { + "id": "openseek-4-9f17183dc5c646d6b37430584d7d59d5", + "input": "['u', 'L', 'Bulkington!', 'I', 'not', 'A', 'y', 'waves', 'B', 'o', 'nature', 'L']", + "output": [ + "uLBulkington!InotAywavesBonatureL" + ] + }, + { + "id": "openseek-4-0f0085c6b09d493299c55a972730181d", + "input": "['J', 'their', 'p', 'person', 'Q', 'of', 'G', 'x', 'vicinity', 'U', 'H', 'N', 'l', 'by', 'N']", + "output": [ + "JtheirppersonQofGxvicinityUHNlbyN" + ] + }, + { + "id": "openseek-4-e911bac968984cac81359012df75531e", + "input": "['o', 'Y', 'whale', 'R', 'and', 'U', 'o', 'q', 'J']", + "output": [ + "oYwhaleRandUoqJ" + ] + }, + { + "id": "openseek-4-ba831e1a76174386ae7e4583864f6b3b", + "input": "['its', 'x', 'O']", + "output": [ + "itsxO" + ] + }, + { + "id": "openseek-4-ccfaeceda3eb4e87a7bad41dfd302d50", + "input": "['the', 'P', 's', 'c', 'while', 'Y', 'r', 's', 't', 'j', 'short', 'M', 'w']", + "output": [ + "thePscwhileYrstjshortMw" + ] + }, + { + "id": "openseek-4-fc6edaaa441d4d168b64caeb19f5c835", + "input": "['you', 't', 'J', 'V']", + "output": [ + "youtJV" + ] + }, + { + "id": "openseek-4-22e5abe5bad04c6c9c314e0d10622b05", + "input": "['ever', 'd', 'burned', 'V', 'I']", + "output": [ + "everdburnedVI" + ] + }, + { + "id": "openseek-4-4dcaf8c2607d409fa2288f2b3828377c", + "input": "['h', 'by', 'V', 'C', 'his', 'I', 'd', 'put', 'H', 'b', '48.', 'M', 'b', 'chips', 'f']", + "output": [ + "hbyVChisIdputHb48.Mbchipsf" + ] + }, + { + "id": "openseek-4-8fe946b4d1c84711a5f7b2abbf4a85ac", + "input": "['possible.', 'O', 'the', 'N', 'Constable', 'h', 'expressed', 'q']", + "output": [ + "possible.OtheNConstablehexpressedq" + ] + }, + { + "id": "openseek-4-ed4fdb819c294e9798f98c65f622348a", + "input": "['v', 'yet', 'O']", + "output": [ + "vyetO" + ] + }, + { + "id": "openseek-4-6c6ed3e4c1b84355ade7212029da4f06", + "input": "['v', 'tend', 'C']", + "output": [ + "vtendC" + ] + }, + { + "id": "openseek-4-81d54ec8958e45a3aa359787ca739824", + "input": "['the', 'K', 'X', 'p', 'o', 'be', 'P', 'seemed', 'l', 'now', 'I', 'Q', 'p']", + "output": [ + "theKXpobePseemedlnowIQp" + ] + }, + { + "id": "openseek-4-c45a028c54df44ccbc743f0dc02b9d60", + "input": "['in', 'f', 'He', 'v', 'But', 'f']", + "output": [ + "infHevButf" + ] + }, + { + "id": "openseek-4-82073b80af804546a553415d173b96ab", + "input": "['l', 'without', 'u', 'h', 'K', 'L', 'w', 'rather', 'L', 'd', 'the', 'i', 'white', 'Z']", + "output": [ + "lwithoutuhKLwratherLdtheiwhiteZ" + ] + }, + { + "id": "openseek-4-bea7156b4ae94876bd9a80103c1af9ef", + "input": "['x', 'P']", + "output": [ + "xP" + ] + }, + { + "id": "openseek-4-de4e9146365b4cfbb763f1fba5a5ec28", + "input": "['h', 'things', 'w', 'times', 'A', 'have', 'p', 'E', 'b']", + "output": [ + "hthingswtimesAhavepEb" + ] + }, + { + "id": "openseek-4-e5736f6e871a4da18c64fae3093c9927", + "input": "['a', 'in', 'c']", + "output": [ + "ainc" + ] + }, + { + "id": "openseek-4-44ca5b58fa834acc8f9b43cb5a45848b", + "input": "['of', 'q', 'Less', 'L', 'the', 'p']", + "output": [ + "ofqLessLthep" + ] + }, + { + "id": "openseek-4-73c6e63badc84a7297a8611720390505", + "input": "['I', 'W', 'from', 'B', 'and', 'Y', 'head', 'F', 'N', 'last', 'W', 'the', 'v', 'B', 'l', 'Pip,', 'U']", + "output": [ + "IWfromBandYheadFNlastWthevBlPip,U" + ] + }, + { + "id": "openseek-4-54b66b380f94408c9dcc7f6cc3105316", + "input": "['B', 'when', 'l', 'J', 'eye.', 'c', 'vertical,', 'V', 'r']", + "output": [ + "BwhenlJeye.cvertical,Vr" + ] + }, + { + "id": "openseek-4-03d3aa8c926040a5b30b3c1d20af0e26", + "input": "['twisted', 'J', 'p', 'Inn._)', 'L', 'knowing', 'g', 'H', 'mat,', 'K']", + "output": [ + "twistedJpInn._)LknowinggHmat,K" + ] + }, + { + "id": "openseek-4-920db8e46b7b45f7b6b777d5ae7748e1", + "input": "['the', 'F', 'Q', 'which', 'G', 'D']", + "output": [ + "theFQwhichGD" + ] + }, + { + "id": "openseek-4-45093f882fb14670b5707dc9d0602db2", + "input": "['outfits', 'd', 'say', 'v', 'K', 'from', 'j', 'y', 'n', 'foolishly', 'p']", + "output": [ + "outfitsdsayvKfromjynfoolishlyp" + ] + }, + { + "id": "openseek-4-c3596bdce9be4674842eb61cd66fcb77", + "input": "['needs', 'E', 'e', 'mind', 's', 'these', 'P']", + "output": [ + "needsEemindstheseP" + ] + }, + { + "id": "openseek-4-edce185098b64236b8fa23aa78cf3bf1", + "input": "['A', 'I', 'S', 'K', 'air', 'H', 'h', 'd', 'only', 'f', 'c']", + "output": [ + "AISKairHhdonlyfc" + ] + }, + { + "id": "openseek-4-f60afa53feb2407eb5c0ae1f97bd54aa", + "input": "['g', 'tellin9', 's', 'T', 'o', 'e', 'V']", + "output": [ + "gtellin9sToeV" + ] + }, + { + "id": "openseek-4-26296fc93f9d4896996a8f0c6106bbc8", + "input": "['M', 'f', 'poor', 'f', 'still', 'N']", + "output": [ + "MfpoorfstillN" + ] + }, + { + "id": "openseek-4-9bf6de1f1ad1458699ba9105778510e8", + "input": "['whom', 'H', 'x']", + "output": [ + "whomHx" + ] + }, + { + "id": "openseek-4-f866ca6c32dd4fb1961cb33d820500e1", + "input": "['R', 'with', 'L', 'V']", + "output": [ + "RwithLV" + ] + }, + { + "id": "openseek-4-98f2d9b6848c447389186435da80436e", + "input": "['y', 'two', 'a', 'I', 'carnation', 'm', 'seem', 'N', 'the', 'n', 'the', 'P', 'hammock', 'd']", + "output": [ + "ytwoaIcarnationmseemNthenthePhammockd" + ] + }, + { + "id": "openseek-4-c53a2b305dd44e9e9652dcaf5c4edbc6", + "input": "['in', 'd', 'M', 'other', 'I', 'might', 'V', 'q', 'r', 'O', 'hold', 'y']", + "output": [ + "indMotherImightVqrOholdy" + ] + }, + { + "id": "openseek-4-7d51da9fbd334fc68a4b8492d5ea08dc", + "input": "['T', 'find', 'a']", + "output": [ + "Tfinda" + ] + }, + { + "id": "openseek-4-c8812f0deb3e4095bcb6ec4f107e3594", + "input": "['U', 't', 'P', 'Jonah', 'E', 'and', 'Y']", + "output": [ + "UtPJonahEandY" + ] + }, + { + "id": "openseek-4-79f51814139e41a59219f0feabf7466c", + "input": "['M', 'as', 'Q', 'of', 'H', 'L', 'e', 'n', 'm', 'my', 'j', 'W']", + "output": [ + "MasQofHLenmmyjW" + ] + }, + { + "id": "openseek-4-12b04eef686a438f8f6adfadc62de58c", + "input": "['i', '_Black', 'd', 'h', 'some', 'Y', 'unalterable', 'F', 'Y']", + "output": [ + "i_BlackdhsomeYunalterableFY" + ] + }, + { + "id": "openseek-4-2e55570d11ec4ef48b7e77c462679bf4", + "input": "['o', 'O', 'u', 'he', 'a', 'B', 'I', 'r', 'Y', 'C', 'O']", + "output": [ + "oOuheaBIrYCO" + ] + }, + { + "id": "openseek-4-4fabf5bb06da4c3b9ad9f91b305fa0a0", + "input": "['u', 'sleeper.', 'H']", + "output": [ + "usleeper.H" + ] + }, + { + "id": "openseek-4-921c7d7e191d4c5cb6ce5dedc091d92f", + "input": "['n', 'and', 'h', 'have', 'u', 'k', 'afar', 'o', 'm']", + "output": [ + "nandhhaveukafarom" + ] + }, + { + "id": "openseek-4-8325df7e1c9345a999e11592630a1613", + "input": "['old', 'T', 'this', 'P', 'W', 'O', 'but', 'n', 'might', 'S', 'y', 'a', 'W', 'folds', 'f']", + "output": [ + "oldTthisPWObutnmightSyaWfoldsf" + ] + }, + { + "id": "openseek-4-7ecfb08419a24d828887563c3d5b9811", + "input": "['something', 'S', 'degree,', 'Y', 'L']", + "output": [ + "somethingSdegree,YL" + ] + }, + { + "id": "openseek-4-63aba82019d0417e83901768ce070d9a", + "input": "['m', 'the', 'S', 'them,', 'G', 'came,', 'D', 'the', 'p', 'I', 'V']", + "output": [ + "mtheSthem,Gcame,DthepIV" + ] + }, + { + "id": "openseek-4-215272c9334647eb96eda6ff5428706e", + "input": "['r', 'Aloft!', 't', 'I', 'r', 'K', 'which', 'q', 'c']", + "output": [ + "rAloft!tIrKwhichqc" + ] + }, + { + "id": "openseek-4-4d1d0ddec9f940a6acbfe2aab42ecf5b", + "input": "['O', 'a']", + "output": [ + "Oa" + ] + }, + { + "id": "openseek-4-88a2b16dcf14405b8e8fc8cfad5f5d80", + "input": "['comes', 'L', 'U', 'so', 'W', 'Y', 'judging', 'F']", + "output": [ + "comesLUsoWYjudgingF" + ] + }, + { + "id": "openseek-4-34aaaebc19dc48f4a25e2062eab65178", + "input": "['q', 'what', 'H']", + "output": [ + "qwhatH" + ] + }, + { + "id": "openseek-4-878e4ddfd14e45aab13bd0d5228cb457", + "input": "['his', 'O', 'W', 'an', 'W', 'U', 'q', 'exceedingly', 'r', 'e', 'U']", + "output": [ + "hisOWanWUqexceedinglyreU" + ] + }, + { + "id": "openseek-4-63d8d6f10f6e4a069049233282290546", + "input": "['e', 'dart.', 'P', 'king;', 'C']", + "output": [ + "edart.Pking;C" + ] + }, + { + "id": "openseek-4-24982b0692094262bd85177db21c5ee0", + "input": "['c', 'r', 'Y', 'dropped', 'b', 'old', 'A', 'u', 'as', 'i', 'this', 'U', 'of', 'X']", + "output": [ + "crYdroppedboldAuasithisUofX" + ] + }, + { + "id": "openseek-4-0340f74903b941e5a47c72ea598fd4fa", + "input": "['i', 'j', 'Dick,', 'G', 'v', 'those', 'R', 'hovering', 'J', 'nearly', 'm', 'the', 'V']", + "output": [ + "ijDick,GvthoseRhoveringJnearlymtheV" + ] + }, + { + "id": "openseek-4-19fb668d9d074f5f9f4c394a6b5d5a6f", + "input": "['A', 'face', 'J', 'concubines', 'y', 'I']", + "output": [ + "AfaceJconcubinesyI" + ] + }, + { + "id": "openseek-4-d5c561c59bd24ab29e9d3d605e83b708", + "input": "['an', 'Q', 'Peruvian', 'd', 'q']", + "output": [ + "anQPeruviandq" + ] + }, + { + "id": "openseek-4-ea651a70d9ef40cf891bc28462a88940", + "input": "['in', 'j', 'given', 'R']", + "output": [ + "injgivenR" + ] + }, + { + "id": "openseek-4-a1cf07bae6e94a3f8bcf1fbce8b50ad5", + "input": "['U', 'them;', 'D', 'A', 'a', 'a', 'k', 'x', 'brow,', 'z']", + "output": [ + "Uthem;DAaakxbrow,z" + ] + }, + { + "id": "openseek-4-03b81162deaa4d8298e5270c94f4f529", + "input": "['mind,', 'y', 'j', 'k']", + "output": [ + "mind,yjk" + ] + }, + { + "id": "openseek-4-b16b640c11c94253bffe43ae8c82e7dd", + "input": "['S', 'in', 'x', 'embodied;', 'i', 'e', 'Now', 'B', 'his', 'P', 'in', 's', 'and', 'J', 'defendants', 'b']", + "output": [ + "Sinxembodied;ieNowBhisPinsandJdefendantsb" + ] + }, + { + "id": "openseek-4-20d5f35689ca424990dbe665c11d1711", + "input": "['in', 'z', 'vacant', 't', 'j', 'so.', 'F', 'x', 'm', 'sleeping-time,', 'K', 'q', 'of', 'u', 'P']", + "output": [ + "inzvacanttjso.Fxmsleeping-time,KqofuP" + ] + }, + { + "id": "openseek-4-352c3d96c7954d7b89f43d4ae10bf6f7", + "input": "['had', 'd', 'swear,', 'u', 'saw,', 'F', 'v', 'of', 'k', 'overhanging', 'I']", + "output": [ + "haddswear,usaw,FvofkoverhangingI" + ] + }, + { + "id": "openseek-4-fa86f76ad20d49a0bbbfac595a39b522", + "input": "['or', 'U', 'H', 'broad,', 'w', 'all', 'j']", + "output": [ + "orUHbroad,wallj" + ] + }, + { + "id": "openseek-4-9ee1457658874cdb98a02048fed392d5", + "input": "['P', 'kind', 'k']", + "output": [ + "Pkindk" + ] + }, + { + "id": "openseek-4-e1a0ed9526e74303923423e3558021e1", + "input": "['I', 'l', 'its', 'x']", + "output": [ + "Ilitsx" + ] + }, + { + "id": "openseek-4-dcacd3f870604b77a10f62f1357ceabb", + "input": "['h', 'o', 'thou', 'R', 'g', 'F', 'T']", + "output": [ + "hothouRgFT" + ] + }, + { + "id": "openseek-4-15af530ceb0446b2b48a5cbcaa4383f1", + "input": "['through', 'n', 'l', 'K', 'n', 'the', 'r', 'T', 'reign', 'o', 'By', 'K', 'z', 'z']", + "output": [ + "throughnlKntherTreignoByKzz" + ] + }, + { + "id": "openseek-4-048036c8528d44f482d9771728ee5fd4", + "input": "['Q', 'the', 'l', 'loud', 'M', 's', 'bones,', 'v', 'B', 'q', 'vicissitudes', 'Z', 'I']", + "output": [ + "QthelloudMsbones,vBqvicissitudesZI" + ] + }, + { + "id": "openseek-4-1880b083f50141b580f2536983ec2345", + "input": "['ghostliness', 'm', 'and', 'W']", + "output": [ + "ghostlinessmandW" + ] + }, + { + "id": "openseek-4-be21b2442e0a4ae69ce6c8a9de295558", + "input": "['into', 'A', 'us,', 'U', 'communicating', 'O', 'D', 'ca', 'r', 'that', 'W', 'K', 'lips', 'K', 'and', 'r', 'cAdvancement', 'i']", + "output": [ + "intoAus,UcommunicatingODcarthatWKlipsKandrcAdvancementi" + ] + }, + { + "id": "openseek-4-6849e11224c04f8a94bea7ebdfc6db44", + "input": "['from', 'd', 'Y', 't', 'the', 'o']", + "output": [ + "fromdYttheo" + ] + }, + { + "id": "openseek-4-5db70c30621e41118caa01a40d7c4b76", + "input": "['immutably', 'H', 'the', 'm', 'as', 'd', 'ever', 'P', 'candidate', 'R', 'he', 'd', 'also', 'z', 'over', 'v']", + "output": [ + "immutablyHthemasdeverPcandidateRhedalsozoverv" + ] + }, + { + "id": "openseek-4-5ae9520f799641cba670bb5416498e55", + "input": "['H', 'f', 'like', 'l', 'W', 'O']", + "output": [ + "HflikelWO" + ] + }, + { + "id": "openseek-4-a4027f4f590d40a4997e58a32e0f741f", + "input": "['that,', 'f', 'unwonted', 'y', 'w', 'P', 'as', 'k', 'keep', 'g', 'd', 'd']", + "output": [ + "that,funwontedywPaskkeepgdd" + ] + }, + { + "id": "openseek-4-44bd8460674a4cc0a17db1d07ec01729", + "input": "['d', 'the', 'M', 'thus', 'o', 'any', 'o', 'V', 'is', 'n', 'which', 'D', 'bits', 'l']", + "output": [ + "dtheMthusoanyoVisnwhichDbitsl" + ] + }, + { + "id": "openseek-4-373fc1548a0f4df0b7b03792438fb3de", + "input": "['it', 'O', 'take', 'j', 'Q', 'his', 'P', 'V', 't', 'them', 'p', 'P']", + "output": [ + "itOtakejQhisPVtthempP" + ] + }, + { + "id": "openseek-4-b53121f553224b06a8d176dadbd64f0f", + "input": "['blowing,', 'R', 'E', 'x', 'j']", + "output": [ + "blowing,RExj" + ] + }, + { + "id": "openseek-4-6d88bec1184d4721b8aa040b46ed0096", + "input": "['shivering', 'w', 'Thus,', 'y', 'h']", + "output": [ + "shiveringwThus,yh" + ] + }, + { + "id": "openseek-4-9be0e108d8704111b26896efa57e5a12", + "input": "['Y', 'h', 'X', 'L', 'G', 'R']", + "output": [ + "YhXLGR" + ] + }, + { + "id": "openseek-4-4442633f74b14628b99b4b6e86120c4c", + "input": "['A', 'is', 'Y', 'E', 'the', 'r', 'sailors,', 'm', 'd', 'F', 'q', 'laid', 'a', 'themselves', 'n']", + "output": [ + "AisYEthersailors,mdFqlaidathemselvesn" + ] + }, + { + "id": "openseek-4-cf5fff546d7b445e87860c2c3101f853", + "input": "['L', 'Besides,', 'C', 'P', 'a', 'p']", + "output": [ + "LBesides,CPap" + ] + }, + { + "id": "openseek-4-ad2016691e484ff38102a4e079d743fc", + "input": "['I', 'r', 'm']", + "output": [ + "Irm" + ] + }, + { + "id": "openseek-4-eb1d0ea9ffb24007af981e7d2a71468b", + "input": "['H', 'before', 's', 'v', 'him', 'a', 'y', 'X']", + "output": [ + "HbeforesvhimayX" + ] + }, + { + "id": "openseek-4-8d12a5abce3b49a89688eb69ebaba0d9", + "input": "['bless', 'q', 'here9s', 'Z', 'S', 'o']", + "output": [ + "blessqhere9sZSo" + ] + }, + { + "id": "openseek-4-2485ee1f08da4d40a5fde642216b220d", + "input": "['by', 'e', 'u', 'at', 'A']", + "output": [ + "byeuatA" + ] + }, + { + "id": "openseek-4-8bcebd78831c4bf3b7c842c7543458fc", + "input": "['the', 'o', 'hardly', 'E', 's', 'though', 'B', 'V', 'g', 'D', 'A']", + "output": [ + "theohardlyEsthoughBVgDA" + ] + }, + { + "id": "openseek-4-bc26f5d6778d42b69682ae2639ff6632", + "input": "['M', 'Y', 'of', 'g', 'upon', 'q', 'that', 'A', 't', 'And', 'S', 'n']", + "output": [ + "MYofguponqthatAtAndSn" + ] + }, + { + "id": "openseek-4-428ed5d86005444483d548e95408c01d", + "input": "['in', 'g', 'in', 'y', 'wondrous', 'w', 'T']", + "output": [ + "inginywondrouswT" + ] + }, + { + "id": "openseek-4-1873af8d96724629a0fcfc38b45e4fff", + "input": "['power', 't', 'd', 'o', 'f', 'But', 'y', 'a', 'G', 'i', 'O', 'o', 'and', 'E']", + "output": [ + "powertdofButyaGiOoandE" + ] + }, + { + "id": "openseek-4-46fa540a2f5b4bc0a4243ba75f719cf3", + "input": "['n', 'timbers,', 'i', 'to', 'S', 'Mr.', 'F', 'hanging', 'u', 'b']", + "output": [ + "ntimbers,itoSMr.Fhangingub" + ] + }, + { + "id": "openseek-4-8a8975de645d464b9ebb38c74c37d10d", + "input": "['seamen', 'o', 'n', 'D', 'out', 'n']", + "output": [ + "seamenonDoutn" + ] + }, + { + "id": "openseek-4-41e790095cee4fe6b009d8c5f32227d8", + "input": "['x', 'finger-glass.', 'S', 'elucidating', 'Z', 'the', 'M', 'o', 'thrilling.', 'B', 'G', 'o']", + "output": [ + "xfinger-glass.SelucidatingZtheMothrilling.BGo" + ] + }, + { + "id": "openseek-4-ce0bccec0e2248b898a99323e6b23c5a", + "input": "['X', 'k', 'j', 'the', 'K', 'he', 'o', 'T', 'y', 's', 'when', 'B', 'V']", + "output": [ + "XkjtheKheoTyswhenBV" + ] + }, + { + "id": "openseek-4-0f2780fa5c4343bcbb4051dbd1146725", + "input": "['z', 'ye', 'd', 'S', 'was', 'f', 'has', 'J', 'X']", + "output": [ + "zyedSwasfhasJX" + ] + }, + { + "id": "openseek-4-5eb92c09b4b540aab00a9c432662e140", + "input": "['fixed,', 'G', 'D', 'fashion.', 'a', 'L', 'besides,', 'h', 'subdued', 'f', 'official', 'M', 'neither', 'R']", + "output": [ + "fixed,GDfashion.aLbesides,hsubduedfofficialMneitherR" + ] + }, + { + "id": "openseek-4-adde1b725127476fac254b694e7f0443", + "input": "['and', 'y', 'N', 'Z', 'few', 'x', 'coercing', 'U', 'q', 'inferior', 'g', 'of', 'L', 'V']", + "output": [ + "andyNZfewxcoercingUqinferiorgofLV" + ] + }, + { + "id": "openseek-4-efb62308200a4504841de53fc6357ffc", + "input": "['K', 'G', 'songs', 'R', 'day,', 'N', 'T', 'standing', 'm', 'consecrated', 'u', 'but', 'B', 'b', 'I', 'B']", + "output": [ + "KGsongsRday,NTstandingmconsecratedubutBbIB" + ] + }, + { + "id": "openseek-4-ed52b00c043441ca92748da2c1cffd59", + "input": "['the', 'W', 'N']", + "output": [ + "theWN" + ] + }, + { + "id": "openseek-4-90454f94095e4e89a15afda7fed3d3ea", + "input": "['there', 'R', 'G', 'natural', 'q', 'fat', 's', 'O', 'against', 'p', 'v', 'desire', 'c']", + "output": [ + "thereRGnaturalqfatsOagainstpvdesirec" + ] + }, + { + "id": "openseek-4-aa70db3bacb1497da6df05d0af96cd37", + "input": "['Y', 'the', 'a', 's', 'completely', 'G', 'of', 'Q', 'Y', 'the', 'G', 'English', 'Y', 'seemed', 'w']", + "output": [ + "YtheascompletelyGofQYtheGEnglishYseemedw" + ] + }, + { + "id": "openseek-4-0b58e0163d884597a1c032953aa8d5f3", + "input": "['m', 'for', 't', 'Q', 'sure', 'Y', 'apple-dumpling;', 'i', 'h', 'l', 'of', 'f', 'G']", + "output": [ + "mfortQsureYapple-dumpling;ihloffG" + ] + }, + { + "id": "openseek-4-5f743df480b942e49084767c16611dc3", + "input": "['me,', 'e', 'South-Sea-men9s', 'B', 'only', 'V', 'i', 'destroy', 'i', 'They', 'i', 'triumphantly', 'y']", + "output": [ + "me,eSouth-Sea-men9sBonlyVidestroyiTheyitriumphantlyy" + ] + }, + { + "id": "openseek-4-e9b76c69d76749c988b35bff9d1679c9", + "input": "['despair;', 'c', 'I', 'now', 'J', 'dragged', 'j', 'u']", + "output": [ + "despair;cInowJdraggedju" + ] + }, + { + "id": "openseek-4-a5e55f4be78048e0a61ec05ec3db6875", + "input": "['l', 'hold', 's', 'U']", + "output": [ + "lholdsU" + ] + }, + { + "id": "openseek-4-973b6e5a27e548c3b18763d4f17c4b01", + "input": "['p', 'play', 'B', 'once', 'r', 'black', 'S', 'h', 'this', 'Y']", + "output": [ + "pplayBoncerblackShthisY" + ] + }, + { + "id": "openseek-4-dfd4dcea73ac4d018e8d6aeefccbce1c", + "input": "['q', 'more', 'R', 'Now,', 'y', 'p', 'k', 'element', 'e', 'p', 'by', 'C', 'z']", + "output": [ + "qmoreRNow,ypkelementepbyCz" + ] + }, + { + "id": "openseek-4-913ee0f0f66747b6a3b43988e13eda43", + "input": "['ye,', 'U', 'he', 'T']", + "output": [ + "ye,UheT" + ] + }, + { + "id": "openseek-4-c0a1559763ac425bbd7a89bccec06775", + "input": "['being', 'R', 'J', 'k', 'Q', 'silent', 'A', 'I']", + "output": [ + "beingRJkQsilentAI" + ] + }, + { + "id": "openseek-4-6d4d2bec09c7436fa8aadf06a5086286", + "input": "['k', 'adjoining,', 'o', 'replied.', 'p', 'i', 'unconsciously', 'i', 'bed', 'l', 'lives', 'V', 'u']", + "output": [ + "kadjoining,oreplied.piunconsciouslyibedllivesVu" + ] + }, + { + "id": "openseek-4-8efbe05b816d474a9279c60ddcefcbbd", + "input": "['this', 'v', 'j', 'z', 'when,', 't', 'H', 'the', 'f', 'we', 'k']", + "output": [ + "thisvjzwhen,tHthefwek" + ] + }, + { + "id": "openseek-4-1e9d70594a0b49e3bab5d07933064996", + "input": "['and', 'b', 'S']", + "output": [ + "andbS" + ] + }, + { + "id": "openseek-4-90f2ff412c3742bb8b8b7642e3def2ff", + "input": "['Y', 'f', 'S', 'mounted', 'J', 'C', 'again,', 'K', 'vertebra.', 'N', 'say,', 'u', 'L']", + "output": [ + "YfSmountedJCagain,Kvertebra.Nsay,uL" + ] + }, + { + "id": "openseek-4-6f69942ec20d4513ab42c76e0b216be0", + "input": "['enough', 'e', 'l', 'T', 'B', 'b', 'a', 'x', 'N', 'A']", + "output": [ + "enoughelTBbaxNA" + ] + }, + { + "id": "openseek-4-e13c91ab120d49d6acf882cb9cb3d400", + "input": "['t', 'f', 'Abraham', 'G', 'f', 'riddle', 'y', 'couple', 'V', 'Z', 'that', 'c', 'was,', 'M', 'Whale;', 'q']", + "output": [ + "tfAbrahamGfriddleycoupleVZthatcwas,MWhale;q" + ] + }, + { + "id": "openseek-4-13e6703353074eef93ad83f2e573d825", + "input": "['f', 'for', 'h', 'Y', 'm', 'heart', 'E', 'is', 'E', 'lord', 'U', 'he', 'r']", + "output": [ + "fforhYmheartEisElordUher" + ] + }, + { + "id": "openseek-4-0c109d9703ba40d3a3c025d6258981a5", + "input": "['least,', 'O', 'open', 'Z']", + "output": [ + "least,OopenZ" + ] + }, + { + "id": "openseek-4-00c8df3c33c74e3daeb99cf4d18a0d3e", + "input": "['much', 't', 'm']", + "output": [ + "muchtm" + ] + }, + { + "id": "openseek-4-9e6e26646ab04eb480e6474605e35135", + "input": "['and', 'T', 'S', 'his', 'j', 'g', 'P', 'p', 'K', 'k']", + "output": [ + "andTShisjgPpKk" + ] + }, + { + "id": "openseek-4-64963f6a513742a59a5e1c848d7ea28e", + "input": "['Y', 'V']", + "output": [ + "YV" + ] + }, + { + "id": "openseek-4-fa32808db05d45d5809747d35cb407d4", + "input": "['time', 'G', 'meet', 'O', 'z', '(I', 'L', 'l', 'V', 'z']", + "output": [ + "timeGmeetOz(ILlVz" + ] + }, + { + "id": "openseek-4-cb81eda91d34428da135374ab5edb39b", + "input": "['K', 'in', 'k', 'ways', 'X', 'and', 'i']", + "output": [ + "KinkwaysXandi" + ] + }, + { + "id": "openseek-4-cd56086f6b1a4d1cb335ea5fd40908e8", + "input": "['O', 'just', 'O', 'w']", + "output": [ + "OjustOw" + ] + }, + { + "id": "openseek-4-047826b980a1464dab935ed367f6ac23", + "input": "['at', 'K', 'C']", + "output": [ + "atKC" + ] + }, + { + "id": "openseek-4-f12a378d304a425a8d7c2e37e0c16760", + "input": "['a', 'K', 'Q']", + "output": [ + "aKQ" + ] + }, + { + "id": "openseek-4-019979d83e3a4ccaa3a68b4e3086e9b0", + "input": "['A', 'with', 'z', 'o', 'P', 'with', 'H']", + "output": [ + "AwithzoPwithH" + ] + }, + { + "id": "openseek-4-5929c4fd30ab4a7aaf50583f28a062c7", + "input": "['P', 'x', 'S', 'no', 'S', 'J']", + "output": [ + "PxSnoSJ" + ] + }, + { + "id": "openseek-4-e304d7e944c44805a7cfedf9fcc0fa3d", + "input": "['Z', 'surgeon.', 'C', 'of', 'I', 'some', 'g', 'c', 'i']", + "output": [ + "Zsurgeon.CofIsomegci" + ] + }, + { + "id": "openseek-4-e4be4bc463eb464ab8be308815300138", + "input": "['stander-of-mast-heads;', 'd', 'D', 'a', 'a', 'thou', 'v', 'v', 'u']", + "output": [ + "stander-of-mast-heads;dDaathouvvu" + ] + }, + { + "id": "openseek-4-5b8251bb2484412689c38788a1050678", + "input": "['Q', 'o', 'or', 'v']", + "output": [ + "Qoorv" + ] + }, + { + "id": "openseek-4-b4b0b85ee7274bc5b8fd1d56c9ab0c38", + "input": "['o', 'V', 'q', 'only', 'E', 'obscurely', 'K', 'steps', 'Y', 'stands', 'C', 'F', 'Z']", + "output": [ + "oVqonlyEobscurelyKstepsYstandsCFZ" + ] + }, + { + "id": "openseek-4-699e7e6742ae4319a25aad825010486c", + "input": "['j', 'o', 'ago', 'C', 'Q', 'Z']", + "output": [ + "joagoCQZ" + ] + }, + { + "id": "openseek-4-5f11371ea98849f8b855dae753ff44ae", + "input": "['Y', 'CHAPTER', 'N', 'Y', 'R', 'same,', 'e', 'And', 'D', 'b', 'to', 't']", + "output": [ + "YCHAPTERNYRsame,eAndDbtot" + ] + }, + { + "id": "openseek-4-a91e8680086943b38e8f42d1f8d60926", + "input": "['c', 'V', 'M', 'part', 'f', 'sea', 'C', 'ship', 'V', 'R', 'L', 'the', 'c', 'e']", + "output": [ + "cVMpartfseaCshipVRLthece" + ] + }, + { + "id": "openseek-4-8545d6457d744ba4b1c5837613a1ad3d", + "input": "['wonted', 'K', 'Between', 'O', 'J', 'or', 'L', 'us', 'X', 'h']", + "output": [ + "wontedKBetweenOJorLusXh" + ] + }, + { + "id": "openseek-4-55470f5cf2854b8386c1acdf20391d16", + "input": "['among', 'Z', 'Y', 'r', 'U', 'dim,', 'u', 'and', 'p', 'c']", + "output": [ + "amongZYrUdim,uandpc" + ] + }, + { + "id": "openseek-4-d8230cb59ef046a5a57201b302cf410f", + "input": "['S', 'E', 'f', 'E']", + "output": [ + "SEfE" + ] + }, + { + "id": "openseek-4-17045b9902ed4bb3a21a08b102cc1f7f", + "input": "['The', 'e', 'H']", + "output": [ + "TheeH" + ] + }, + { + "id": "openseek-4-a5f253ae098b46ed90964fa277f78e9e", + "input": "['aloft;', 'T', 'by', 'w']", + "output": [ + "aloft;Tbyw" + ] + }, + { + "id": "openseek-4-693920920f0e4a979a98060686bc2d03", + "input": "['b', 'm', 'a', 'to', 'Q', 'J']", + "output": [ + "bmatoQJ" + ] + }, + { + "id": "openseek-4-b690a8ef40d14028af4c668c81e257fa", + "input": "['thine', 'Y', 'the', 'R', 'the', 'Z']", + "output": [ + "thineYtheRtheZ" + ] + }, + { + "id": "openseek-4-4e1828be2d1a49819ea1340d21cfb327", + "input": "['down', 'K', 'd', 'him', 'y']", + "output": [ + "downKdhimy" + ] + }, + { + "id": "openseek-4-df15b57de0674e718f32f096bf909370", + "input": "['x', 'the', 'H', 'A', 'v', 'see!4avast', 'i', 'exclaimed4cAlmost', 'r', 'to', 'y']", + "output": [ + "xtheHAvsee!4avastiexclaimed4cAlmostrtoy" + ] + }, + { + "id": "openseek-4-dc4c090af22346249a28747f2552b49f", + "input": "['the', 'c', 'E', 'ocean,', 'k', 'profound', 'w', 'b', 'Y', 'is', 't']", + "output": [ + "thecEocean,kprofoundwbYist" + ] + }, + { + "id": "openseek-4-9e1bb0596e3c4608bcdf92b634df794e", + "input": "['L', 'up.', 'D', 'h', 'The', 'c', 'For,', 'x', 'of', 'P', 'B', 'touching', 'V']", + "output": [ + "Lup.DhThecFor,xofPBtouchingV" + ] + }, + { + "id": "openseek-4-657f3df7134b4ac4b76fc1d5282de9e8", + "input": "['G', 'j', 'w', 'l', 'said', 'Y', 'fresh', 'c']", + "output": [ + "GjwlsaidYfreshc" + ] + }, + { + "id": "openseek-4-b223bd13a7ee4a189e0b8ec3eb62a7f0", + "input": "['levelled', 'f', 'K', 'Ahab', 'G']", + "output": [ + "levelledfKAhabG" + ] + }, + { + "id": "openseek-4-1f1b3b7411834dacbaa1a5c641d07be5", + "input": "['horrors', 'N', 'l', 'but', 'O', 'Y', 'H', 'J', 'E']", + "output": [ + "horrorsNlbutOYHJE" + ] + }, + { + "id": "openseek-4-566b6f9e0a5846d0bcd2cf4965d090fe", + "input": "['doing,', 'K', 'see', 'J', 'y', 'Beware', 'w', 'being', 'a']", + "output": [ + "doing,KseeJyBewarewbeinga" + ] + }, + { + "id": "openseek-4-6e1cd9b6022d49a99a0358a3bbd36a7a", + "input": "['u', 'I', 'snow-storm4clandlord,', 'U', 'dense', 'Q', 'Halloa,', 'b']", + "output": [ + "uIsnow-storm4clandlord,UdenseQHalloa,b" + ] + }, + { + "id": "openseek-4-1fea1c6619e549ea8f84a2d451d718c7", + "input": "['a', 'am', 'B', 'e', 'Z', 'or', 'I', 'seemed', 'q', 'or', 'H']", + "output": [ + "aamBeZorIseemedqorH" + ] + }, + { + "id": "openseek-4-35f739e1bee749b9b6f77ebe1daed6d4", + "input": "['F', 'the', 'O']", + "output": [ + "FtheO" + ] + }, + { + "id": "openseek-4-5ca17540bb9d451887e2df5923a5d4e7", + "input": "['U', 'R']", + "output": [ + "UR" + ] + }, + { + "id": "openseek-4-2c7b902c494546f181ced01dbb14b000", + "input": "['on', 'B', 's', 'kicking', 'A', 'time,', 'f', 'c']", + "output": [ + "onBskickingAtime,fc" + ] + }, + { + "id": "openseek-4-7c23f51193c94655a8fef129bb25bdb2", + "input": "['L', 'e', 'And', 'g', 't', 'smiling', 'F', 'i', 'E', 'dignity', 'W', 'little', 'Z']", + "output": [ + "LeAndgtsmilingFiEdignityWlittleZ" + ] + }, + { + "id": "openseek-4-c496c1dffb4e4359a0b6c9906502f15a", + "input": "['L', 'Potluck', 'g', 'of', 'o', 'm', 'only', 'S', 'X', 'H', 'him', 'h', 'a', 'b', 'the', 'h']", + "output": [ + "LPotluckgofomonlySXHhimhabtheh" + ] + }, + { + "id": "openseek-4-6d95af9773b74ef4bfd7258663573be6", + "input": "['will', 'a', 'W', 'there.', 'a', 'd', 'B', 'N']", + "output": [ + "willaWthere.adBN" + ] + }, + { + "id": "openseek-4-93e878e3664c4888935b094f307fde67", + "input": "['N', 'B', 'y', 'I', 'w', 'o']", + "output": [ + "NByIwo" + ] + }, + { + "id": "openseek-4-f643218f8319434280ee219ec490b530", + "input": "['C', 'the', 'H', 'hearsed,', 'L', 'a']", + "output": [ + "CtheHhearsed,La" + ] + }, + { + "id": "openseek-4-7e5fe5bd0f4f4bafadf7d8c37bab242a", + "input": "['to', 't', 'Nantucket,', 'g', 'L', 'carving-knives', 'P', 'u', 'w']", + "output": [ + "totNantucket,gLcarving-knivesPuw" + ] + }, + { + "id": "openseek-4-740f7383f32b4c00a5b46251634f727a", + "input": "['m', 'doubts', 'Y', 'so,', 'X', 'youngish', 'X', 'z']", + "output": [ + "mdoubtsYso,XyoungishXz" + ] + }, + { + "id": "openseek-4-2e5f04e86f8d45aea887a514821da757", + "input": "['h', 'he', 'o', 'late', 'o', 'K', 'much', 'L', 'him,', 'n', 'living', 't', 'v']", + "output": [ + "hheolateoKmuchLhim,nlivingtv" + ] + }, + { + "id": "openseek-4-273d2c359d884348859f721d4e6701fb", + "input": "['L', 'x']", + "output": [ + "Lx" + ] + }, + { + "id": "openseek-4-ab46b43bef64457ea02d402bad4ec732", + "input": "['by', 'K', 'and', 'l', 'on', 'p', 'most', 'h', 'remorselessly', 'd', 'z']", + "output": [ + "byKandlonpmosthremorselesslydz" + ] + }, + { + "id": "openseek-4-e6f0fe34ab894052bbc2f323c8f9f58f", + "input": "['the', 'i', 'yet', 'W', 'z', 'z', 'no', 'Y', 'O', 'Z']", + "output": [ + "theiyetWzznoYOZ" + ] + }, + { + "id": "openseek-4-af870eeb81b64819a71a22790eac8ed1", + "input": "['N', 'arm,', 'J', 'the', 'E', 'N', 'beaked', 'k']", + "output": [ + "Narm,JtheENbeakedk" + ] + }, + { + "id": "openseek-4-6209e15e8d794577b2a7c8323842662f", + "input": "['yet,', 'w', 'sea,', 'o', 'y', 'i', 's', 'n', 'it', 'v', 'O', 'g']", + "output": [ + "yet,wsea,oyisnitvOg" + ] + }, + { + "id": "openseek-4-855300673d074101a2f6031f6482b093", + "input": "['are', 'a', 'n', 'Q', 'had', 'Y', 'that', 'h', 'A']", + "output": [ + "areanQhadYthathA" + ] + }, + { + "id": "openseek-4-8f6a452fca39422a950a0544556ccbb8", + "input": "['over', 'p', 'and', 'l', 'bowsprit,', 's']", + "output": [ + "overpandlbowsprit,s" + ] + }, + { + "id": "openseek-4-730c07df266642d2bfa4062e84cdaff8", + "input": "['x', 'b', 'scenes,', 'o']", + "output": [ + "xbscenes,o" + ] + }, + { + "id": "openseek-4-9e9c04ee637146a681e0f5875b2699b8", + "input": "['a', 'P', 'u', 'iron', 'v', 'z', 'fear', 'k']", + "output": [ + "aPuironvzfeark" + ] + }, + { + "id": "openseek-4-93a5a6241906451993f92613bc9f3640", + "input": "['prefer', 'v', 'x', 'd', 'O', 'V', 'before', 'm', 'X', 'and', 't', 'A']", + "output": [ + "prefervxdOVbeforemXandtA" + ] + }, + { + "id": "openseek-4-1245bc9836d04ef0bcb9ad7dc8230753", + "input": "['presented', 'A', 'in', 'H', 'k', 'and', 'm', 'b', 'a', 'X', 'z', 'R']", + "output": [ + "presentedAinHkandmbaXzR" + ] + }, + { + "id": "openseek-4-956264930fc44900a84ec42e9804260d", + "input": "['stood,', 'X', 'n', 'u', 'S', 'against', 'O', 'exclaimed', 'g']", + "output": [ + "stood,XnuSagainstOexclaimedg" + ] + }, + { + "id": "openseek-4-b0c468c19114439498b06fac8a1872d3", + "input": "['speak-e,', 'W', 'r', 'to', 'r', 'short,', 'T', 'seemed', 'v', 'do', 'f', 'first', 'l', 'thou?', 'D', 'some', 'g']", + "output": [ + "speak-e,Wrtorshort,Tseemedvdoffirstlthou?Dsomeg" + ] + }, + { + "id": "openseek-4-d438e04ec997483c9fc8b3b7f6e9571c", + "input": "['in', 'X', 'U', 'concluded', 'm']", + "output": [ + "inXUconcludedm" + ] + }, + { + "id": "openseek-4-1235d0bdc0144047811449f3baac9514", + "input": "['R', 'x', 'to', 'X', 'I', 'b', 'X']", + "output": [ + "RxtoXIbX" + ] + }, + { + "id": "openseek-4-559b79074c1643ae975e8f7ddb2b84b3", + "input": "['tore', 'f', 'P', 'world?', 'w', 'w', 'them', 'U', 'A', '8The', 'Q']", + "output": [ + "torefPworld?wwthemUA8TheQ" + ] + }, + { + "id": "openseek-4-27f873e77a1b4f3487dade2a2405087c", + "input": "['V', 'c', 'A', 'screws,', 'V', 'watch,', 'z', 'naught', 'Z', 'it', 'x', 'v', 't', 'thyself,', 'd']", + "output": [ + "VcAscrews,Vwatch,znaughtZitxvtthyself,d" + ] + }, + { + "id": "openseek-4-85819b90cc7244c197e93db520b367b4", + "input": "['or', 'd', 'i', 's', 'o', 'my', 'f', 'G', 'desert', 'i', 'Biographical.', 'h', 'by', 'q']", + "output": [ + "ordisomyfGdesertiBiographical.hbyq" + ] + }, + { + "id": "openseek-4-9a6b58ab4c774812a7fdb5b3dc592c72", + "input": "['j', 'darting', 'e', 'l', 'I', 'by', 'f', 'stand4his', 'R']", + "output": [ + "jdartingelIbyfstand4hisR" + ] + }, + { + "id": "openseek-4-17494559100544baac0b3527e7e47e7c", + "input": "['sober', 'f', 'w', 'x', 'Y', 'G', 'the', 'j', 'whales', 'D', 'him.', 'T']", + "output": [ + "soberfwxYGthejwhalesDhim.T" + ] + }, + { + "id": "openseek-4-7250a4bb646042438e6c3a5186d738ce", + "input": "['S', 'of', 'i', 'L', 'mutiny', 'u', 'a', 'to', 'u', 'C']", + "output": [ + "SofiLmutinyuatouC" + ] + }, + { + "id": "openseek-4-382472d6f1da45ea8f715b4fc9986f9b", + "input": "['way', 'p', 'Z', 'h', 'E', 'easy', 'G', 'his', 'Y']", + "output": [ + "waypZhEeasyGhisY" + ] + }, + { + "id": "openseek-4-cde395ac6ee64eb1b4487658cfab6f81", + "input": "['the', 'J', 'p', 'he', 'Q', 'recklessly', 's', 'as', 'p', 'they', 'F', 'one', 'F', 'last', 'T', 'p']", + "output": [ + "theJpheQrecklesslysasptheyFoneFlastTp" + ] + }, + { + "id": "openseek-4-7e752d59c2bb4dafa37c753b51065656", + "input": "['ringed', 'a', 'J', 'z', 'q', 'himself', 'T', 'v', 'q', 'I', 'v', 'I']", + "output": [ + "ringedaJzqhimselfTvqIvI" + ] + }, + { + "id": "openseek-4-591cae42f5274305987c053d2d2171d3", + "input": "['over', 'a', 'yellow', 'w', 'F', 'a', 'm', 'f', 'q', 'N', 'T', 'central', 'B', 'had', 'C']", + "output": [ + "overayellowwFamfqNTcentralBhadC" + ] + }, + { + "id": "openseek-4-3f5bad09da6741d39c5ec59321315668", + "input": "['j', 'M', 'N', 'cAway', 'J']", + "output": [ + "jMNcAwayJ" + ] + }, + { + "id": "openseek-4-2e96a11f3c95479e9d6ee66ade9685b8", + "input": "['Y', 'his', 'Y']", + "output": [ + "YhisY" + ] + }, + { + "id": "openseek-4-58a92f20521c4eb49a6f91b1945365a5", + "input": "['V', 'on', 'S', 'spine', 'P']", + "output": [ + "VonSspineP" + ] + }, + { + "id": "openseek-4-d920dd0f4cf84afdabce88fe9771991a", + "input": "['think', 'A', 'A', 'received', 'q', 'seen', 'V', 'country', 'r', 'one', 'T', 'W', 's', 'y', 'and,', 'U']", + "output": [ + "thinkAAreceivedqseenVcountryroneTWsyand,U" + ] + }, + { + "id": "openseek-4-fe54e265d918454e94d49a5c1a6a242b", + "input": "['away', 'H', 'be', 'U', 'He', 'Y']", + "output": [ + "awayHbeUHeY" + ] + }, + { + "id": "openseek-4-9e185e2e69e445a99c30967bbe63762e", + "input": "['by', 'j', 's', 'man', 'J', 'hearing', 'V', 'to', 'b', 'prayed', 'i', 'Attached', 's']", + "output": [ + "byjsmanJhearingVtobprayediAttacheds" + ] + }, + { + "id": "openseek-4-ebe840f7b8ca44308fb586a8b1fe10b1", + "input": "['lower', 'u', 'p', 'V', 'S', 'harpoon', 'a', 'seems', 't', 'K']", + "output": [ + "lowerupVSharpoonaseemstK" + ] + }, + { + "id": "openseek-4-eab6570e892842079a1c8f7dc7f3323b", + "input": "['P', 'q', 'k', 'the', 'j']", + "output": [ + "Pqkthej" + ] + }, + { + "id": "openseek-4-5cc167b3cb28462fad5dc7d7a01e5afb", + "input": "['We', 'W', 'Why', 'N', 'workmen.', 'a', 'z', 'voyage', 'g']", + "output": [ + "WeWWhyNworkmen.azvoyageg" + ] + }, + { + "id": "openseek-4-94e6b1b7e96844428a3290b960e5eee7", + "input": "['d', 'too', 'a', 'k', 'the', 'i']", + "output": [ + "dtooakthei" + ] + }, + { + "id": "openseek-4-48ccaeb51b5741d0bbac79ddf0aaee87", + "input": "['of', 'V', 'o', 'upon', 'I', 'S', 'e', 'of', 'j', 'old,', 'd']", + "output": [ + "ofVouponISeofjold,d" + ] + }, + { + "id": "openseek-4-d44ae899b96a4adeb3ac8546bb5b7cfe", + "input": "['f', 'old', 'C', 'V', 'for', 'w', 'hearty,', 'b', 'would', 'V', 'so', 'a', 'my', 'h', 'I9ll', 'b']", + "output": [ + "foldCVforwhearty,bwouldVsoamyhI9llb" + ] + }, + { + "id": "openseek-4-f70ea0665a284202a096dbb5fa30741f", + "input": "['have', 'b', 'and', 'u', 'a', 'Where', 'j', 'f', 'g', 'weight,', 'S', 'k', 'mass', 'S', 'M']", + "output": [ + "havebanduaWherejfgweight,SkmassSM" + ] + }, + { + "id": "openseek-4-d74b2b591cc342b8bafefe6f063e138f", + "input": "['d', 'number', 'C', 'v', 'made', 'Z', 'S', 'the', 'P', 'of,', 'y', 'exactly', 'w']", + "output": [ + "dnumberCvmadeZSthePof,yexactlyw" + ] + }, + { + "id": "openseek-4-295625d8183b46ac85e2c29ecb7c5bab", + "input": "['q', 'god', 'N', 'O']", + "output": [ + "qgodNO" + ] + }, + { + "id": "openseek-4-6cda66ee18f94703893d052053ad929b", + "input": "['belong', 'B', 'buoy;', 'g', 'M', 'h', 'and', 'p', 'p']", + "output": [ + "belongBbuoy;gMhandpp" + ] + }, + { + "id": "openseek-4-bee57f2f22d1441ea500b4e3b08e6d82", + "input": "['drawn', 'a', 'if', 'r', 'l', 'n', 'socket', 'F', 'the', 'o', 'gale', 'e', 'Q']", + "output": [ + "drawnaifrlnsocketFtheogaleeQ" + ] + }, + { + "id": "openseek-4-a5099bb27cc54fb19a46c53e452d0a64", + "input": "['t', 'Southern', 'f', 'F', 'x', 'n', 'up', 'c']", + "output": [ + "tSouthernfFxnupc" + ] + }, + { + "id": "openseek-4-6593e1a6478b4d439f73775b0d9e5c35", + "input": "['head-and-head,4that', 'I', 's', 'V', 'E', 'T']", + "output": [ + "head-and-head,4thatIsVET" + ] + }, + { + "id": "openseek-4-a3a0ef3a0ad14169bf9bd22e00b7450c", + "input": "['well,', 'i', 'm', 'J', 'M', 'd', 'u', 'g']", + "output": [ + "well,imJMdug" + ] + }, + { + "id": "openseek-4-4a52d36287da4f19a0905a5788b522b7", + "input": "['over-clouded', 'Z', 'Q', 'w', 'responded', 'g', 'wise,', 'p', 'mind', 'f']", + "output": [ + "over-cloudedZQwrespondedgwise,pmindf" + ] + }, + { + "id": "openseek-4-2280691f43e4431ba98ab593492b2560", + "input": "['the', 'O', 'against', 'Q', 'k', 'l', 'on,', 'l']", + "output": [ + "theOagainstQklon,l" + ] + }, + { + "id": "openseek-4-fa5fbe90859d417789a84cde3a88183a", + "input": "['a', 'W', 'captain9s', 'e', 'W']", + "output": [ + "aWcaptain9seW" + ] + }, + { + "id": "openseek-4-b86530a393504c38a3fde15825537262", + "input": "['B', 'U', 'T', 'where', 'M', 'keel,', 'x', 'C']", + "output": [ + "BUTwhereMkeel,xC" + ] + }, + { + "id": "openseek-4-03ce44256bb74e3d828f839db29ce065", + "input": "['to', 'n', 'like', 'O', 'h', 'b']", + "output": [ + "tonlikeOhb" + ] + }, + { + "id": "openseek-4-885cd25e069f4c869ac733471880655a", + "input": "['his', 'h', 'bewildered', 'f']", + "output": [ + "hishbewilderedf" + ] + }, + { + "id": "openseek-4-36cc688c079a460d854fd355225cf890", + "input": "['familiar', 'd', 'h', 'where', 'd', 'been', 'w', 'P', 'D', 'j', 'appal', 'Y', 'another', 'P']", + "output": [ + "familiardhwheredbeenwPDjappalYanotherP" + ] + }, + { + "id": "openseek-4-08cf5b49dd25425fb8f9f8e0ddb3916d", + "input": "['pierced', 's', 't', 'Semiramis,', 'x', 'o', 'J', 'l']", + "output": [ + "piercedstSemiramis,xoJl" + ] + }, + { + "id": "openseek-4-368604fbe1964a61a34f521dbaf0ed6f", + "input": "['some', 'I', 'of', 'v', 'j', 'the', 'f', 'P', 'a', 's']", + "output": [ + "someIofvjthefPas" + ] + }, + { + "id": "openseek-4-13023875efe24031aa455ba38d6f1e2f", + "input": "['f', 'D', 'at', 'C', 'nobly', 'x', 'D', 'drawing', 'a', 'length,', 'k', 'clutch.', 'y', 'where', 'Y', 'you', 'n']", + "output": [ + "fDatCnoblyxDdrawingalength,kclutch.ywhereYyoun" + ] + }, + { + "id": "openseek-4-b12a4f038ae24343bf837415d5e8f046", + "input": "['The', 'K', 'an', 'v']", + "output": [ + "TheKanv" + ] + }, + { + "id": "openseek-4-953e4bb471f44ad5924db8f0ee6b0148", + "input": "['b', 'to', 'w', 'S', 'o']", + "output": [ + "btowSo" + ] + }, + { + "id": "openseek-4-75f6aa6bb94141fc8d7094a12a29fb85", + "input": "['cherish', 'Q', 'refused.', 'I', 'oldest', 'N', 'him', 'D', 'on', 'x', 'of', 'G', 'w', 'I', 'V', 'him,', 'b']", + "output": [ + "cherishQrefused.IoldestNhimDonxofGwIVhim,b" + ] + }, + { + "id": "openseek-4-89ec45e5b0f04f90ac8699b84fe3463f", + "input": "['c', 'over', 'C', 'G', 'v', 't', 'it', 'X', 'J', 'X', 'and,', 'a', 'But', 'A']", + "output": [ + "coverCGvtitXJXand,aButA" + ] + }, + { + "id": "openseek-4-2605f1c0c80c4760a35f0770b772dc82", + "input": "['l', 'It', 'm', 'b', 'would', 'U']", + "output": [ + "lItmbwouldU" + ] + }, + { + "id": "openseek-4-7c473c3ff16e40b0af325442b0ad52be", + "input": "['teeth,', 'j', 'C', 'n', 'n', 'J', 'k', 'compass', 'a', 'j']", + "output": [ + "teeth,jCnnJkcompassaj" + ] + }, + { + "id": "openseek-4-09f8d63ea2af4f7c8a5d03d8e2994248", + "input": "['martyr,', 'T', 'W']", + "output": [ + "martyr,TW" + ] + }, + { + "id": "openseek-4-aa7df7b79fcd47f8809e53ecb9830e40", + "input": "['tight,', 'R', 'of', 'y', 'will', 'Y', 'voyage;', 'G', 'stars!', 'v', 'though', 'H', 'for?', 'n', 'R', 'the', 't', 'during', 'g']", + "output": [ + "tight,RofywillYvoyage;Gstars!vthoughHfor?nRthetduringg" + ] + }, + { + "id": "openseek-4-b162f507ef374f88b449fed498555154", + "input": "['c', 'of', 'S', 'a', 'p', 'f', 'that.', 'T', 'one', 'm', 'ocean.', 'M']", + "output": [ + "cofSapfthat.Tonemocean.M" + ] + }, + { + "id": "openseek-4-dd8540a7f6ad4a64b1d0803b00919976", + "input": "['boat,', 'h', 'the', 'i', 'x', 'Commodore', 'u']", + "output": [ + "boat,htheixCommodoreu" + ] + }, + { + "id": "openseek-4-88c77bed9c8446d0aa15644d0ac99e3c", + "input": "['k', 'T', 't']", + "output": [ + "kTt" + ] + }, + { + "id": "openseek-4-217550f9ce32436ebc08246b62c3c167", + "input": "['old', 'O', 'the', 'i', 'k', 'are', 'G', 'W', 'lowered', 'T', 'z', 'f', 'R', 'not', 'e']", + "output": [ + "oldOtheikareGWloweredTzfRnote" + ] + }, + { + "id": "openseek-4-1e8741ba712d480f9e721861236997fc", + "input": "['z', 'it?d', 'e', 'in', 'P', 'we,', 'G', 'n', 'M', 'p', 'captured', 'W', 'e', 'h']", + "output": [ + "zit?deinPwe,GnMpcapturedWeh" + ] + }, + { + "id": "openseek-4-e6e1fea6cbc446a2a15dfe947863fcce", + "input": "['w', 'U', 'g']", + "output": [ + "wUg" + ] + }, + { + "id": "openseek-4-10f091d1fe334a0e9ee5ae9fddd4e862", + "input": "['r', 'V', 'y', 'h', 'a', 'd']", + "output": [ + "rVyhad" + ] + }, + { + "id": "openseek-4-ba1eec48ad79441e9271b2edd6f09849", + "input": "['g', 'blindly', 'R', 'for', 'F', 'G', 'my', 'U', 'stern?', 'a']", + "output": [ + "gblindlyRforFGmyUstern?a" + ] + }, + { + "id": "openseek-4-e0b959d8dab24f04b5c1af977b348eb1", + "input": "['could', 'B', 'V', 'you', 'B', 'administering', 'E', 'y']", + "output": [ + "couldBVyouBadministeringEy" + ] + }, + { + "id": "openseek-4-0e08699e7db24b23a40e4605544c7eeb", + "input": "['nine', 'G', 'q', 'well', 'x', 'k']", + "output": [ + "nineGqwellxk" + ] + }, + { + "id": "openseek-4-7124e5391084428c947ddc6f1b1da591", + "input": "['voyage', 'M', 'what', 'u']", + "output": [ + "voyageMwhatu" + ] + }, + { + "id": "openseek-4-77724e0a3819442681a609f168eff9ef", + "input": "['n', 'the', 'Z', 'M', 'months', 'X', 'O']", + "output": [ + "ntheZMmonthsXO" + ] + }, + { + "id": "openseek-4-81489277c2bc4f83b103506ceb667039", + "input": "['D', 'sun', 'W', 'drawing', 'J', 'p', 'found', 'H', 'e', 'soul', 'W', 'a', 'a', 'E']", + "output": [ + "DsunWdrawingJpfoundHesoulWaaE" + ] + }, + { + "id": "openseek-4-498070b644a848f9b4339a0f6717982e", + "input": "['G', 'Green', 'c', 'K', 'd', 'S', 'hard', 'h']", + "output": [ + "GGreencKdShardh" + ] + }, + { + "id": "openseek-4-57d3284e2fd2425586028f592438957c", + "input": "['for', 'V', 'or', 'o', 'u', 'A', 'of', 'E', 'preach', 'd', 'd', 'if', 'e', 'bitter', 'd']", + "output": [ + "forVorouAofEpreachddifebitterd" + ] + }, + { + "id": "openseek-4-95d7cca4145f4edcb2b303ba7d330d40", + "input": "['S', 'B', 'outweigh', 'J', 'I', 'F', 'u']", + "output": [ + "SBoutweighJIFu" + ] + }, + { + "id": "openseek-4-5ddad83ebd144c7d96962ab2c518642c", + "input": "['peremptorily', 'X', 'c', 'Captain', 'R', 'l', 'upheld,', 'z']", + "output": [ + "peremptorilyXcCaptainRlupheld,z" + ] + }, + { + "id": "openseek-4-4044b67cd01e4c16bbc500ac64111987", + "input": "['t', 'g', 'i', 'i', 'laid', 'A', 'But', 'u', 'vast', 'D']", + "output": [ + "tgiilaidAButuvastD" + ] + }, + { + "id": "openseek-4-5fb9f76f6b654ff99d283b6f859c3528", + "input": "['to', 'Q', 'go', 'o', 'a', 'all;', 'F', 'Y', 'W', 'he', 'o']", + "output": [ + "toQgooaall;FYWheo" + ] + }, + { + "id": "openseek-4-5a30a9b81a494bc0a2faecc3f7598558", + "input": "['add', 'C', 'f', 'x', 'his', 'U', 'start,', 'J', 'this', 'h', 'w', 'Shall', 'A', 'a', 'V']", + "output": [ + "addCfxhisUstart,JthishwShallAaV" + ] + }, + { + "id": "openseek-4-b4fa996639fd4327a8a39b64318de626", + "input": "['In', 'Q', 'fishery,', 'h', 'D', 'O', 'z', 'own', 't']", + "output": [ + "InQfishery,hDOzownt" + ] + }, + { + "id": "openseek-4-402608e2808b448696a880b71b41edb3", + "input": "['x', 'B', 'a', 'd', 'to', 'k', 'Ahab', 'a', 'is', 'P', 'Ishmael?', 'g', 'L']", + "output": [ + "xBadtokAhabaisPIshmael?gL" + ] + }, + { + "id": "openseek-4-65047a452f264a68a53a41c912f64eba", + "input": "['see', 'A', 'tiles', 'T', 'I', 'l', 'Z', 'and', 'v', 'this', 'Y', 'what', 'p', 'o']", + "output": [ + "seeAtilesTIlZandvthisYwhatpo" + ] + }, + { + "id": "openseek-4-f48be1188cdf4c309b4ea0f2d772e242", + "input": "['m', 'D', 'As', 't', 'the', 'e', 'and', 'g', 'you', 'j']", + "output": [ + "mDAsttheeandgyouj" + ] + }, + { + "id": "openseek-4-8a8a947035814c3a8d7eacff75b7c0df", + "input": "['by', 'd', 'hours', 'z', 'Q', 'U', 'W', 'there,', 'J', 'that', 'R', 'forcibly', 'V', 'o']", + "output": [ + "bydhourszQUWthere,JthatRforciblyVo" + ] + }, + { + "id": "openseek-4-347bf820891747669ced9948bc073384", + "input": "['U', 'he', 'D', 'in', 'H', 'Q', 'u', 'sky,', 'u']", + "output": [ + "UheDinHQusky,u" + ] + }, + { + "id": "openseek-4-e6b580582b0b4fa2851aa770098df799", + "input": "['by', 'm', 'that', 'i', 'b', 'z']", + "output": [ + "bymthatibz" + ] + }, + { + "id": "openseek-4-5eb07bbcfbc140b896a1ec1b698a860e", + "input": "['other', 'b', 'r', 'b', 'hanging', 'Y', 'B', 'the', 'D']", + "output": [ + "otherbrbhangingYBtheD" + ] + }, + { + "id": "openseek-4-fb087b45c8134506b93b81833c2998cf", + "input": "['some', 'M', 'the', 'w', 'more', 'c', 'U', 'long', 'e', 'r', 'Greeks', 'c', 'in', 'v', 'S']", + "output": [ + "someMthewmorecUlongerGreekscinvS" + ] + }, + { + "id": "openseek-4-beff34cdc61942f09a6cb0659c4b98fc", + "input": "['R', 'time.', 't', 'rascal.)', 'k', 'holy', 'k', 'of', 'w']", + "output": [ + "Rtime.trascal.)kholykofw" + ] + }, + { + "id": "openseek-4-73060818c1fe4ba5882c80d6d39e5c0d", + "input": "['z', 'j', 'him,', 'G', 'must', 'G', 'S', 'to', 'v']", + "output": [ + "zjhim,GmustGStov" + ] + }, + { + "id": "openseek-4-afab94c6d7ea4d739b0d0f774768dda2", + "input": "['desert', 'i', 'f', 'B', 'r', 'bows', 'H']", + "output": [ + "desertifBrbowsH" + ] + }, + { + "id": "openseek-4-20a1f88c3e8940688bab2a6c26771d9b", + "input": "['of', 'a', 'h', 'l', 'x', 'P', 'U', 'then', 'L', 'the', 'A', 'marks;', 'm']", + "output": [ + "ofahlxPUthenLtheAmarks;m" + ] + }, + { + "id": "openseek-4-d8ecd7f66b144826ad735aa85e33d125", + "input": "['H', 'split', 'K', 'N', 'K', 'drench', 'v', 'and', 'R', 'but', 'U', 'q', 'a', 'B', 'Q']", + "output": [ + "HsplitKNKdrenchvandRbutUqaBQ" + ] + }, + { + "id": "openseek-4-61961f503a1b4db9911ae6ae83add9c2", + "input": "['A', 'through', 'E']", + "output": [ + "AthroughE" + ] + }, + { + "id": "openseek-4-3e5e9c9819384e9c8a60c73303ef8ff2", + "input": "['amaze', 'S', 'p', 'n', 'shattered', 't', 'i', 'R']", + "output": [ + "amazeSpnshatteredtiR" + ] + }, + { + "id": "openseek-4-59864e2e7f934c0eb7628fba26f791bf", + "input": "['is', 'N', 'q', 'delirious', 'k', 'h', 'P', 'which', 'x']", + "output": [ + "isNqdeliriouskhPwhichx" + ] + }, + { + "id": "openseek-4-b6575ad2a19048e6bbae240cf3ed598c", + "input": "['said', 'O', 'his', 'r', 'd', 'ccrown,d', 'l']", + "output": [ + "saidOhisrdccrown,dl" + ] + }, + { + "id": "openseek-4-746c0453ae1e41edacc64905dbbe5876", + "input": "['near', 'm', 'B', 'the', 'V', 'has', 'Y', 'd']", + "output": [ + "nearmBtheVhasYd" + ] + }, + { + "id": "openseek-4-11c9e639bf094107b3a3620289a59fb7", + "input": "['has', 'p', 'one', 'N', 'but', 'A', 'd', 'in', 'l', 'arm', 'L', 'g', 's', 'invented', 'V']", + "output": [ + "hasponeNbutAdinlarmLgsinventedV" + ] + }, + { + "id": "openseek-4-1760cc8474554a78a887daaa7ed544c4", + "input": "['H', 'as', 'C', 'of', 's', 'last', 'X', 'in', 'b', 'ship', 'w', 'e', 'u']", + "output": [ + "HasCofslastXinbshipweu" + ] + }, + { + "id": "openseek-4-f23a3a649ea04a9990387e6892943e7a", + "input": "['toiling', 'O', 'G', 'd', 'still', 'h', 'more', 'h']", + "output": [ + "toilingOGdstillhmoreh" + ] + }, + { + "id": "openseek-4-ca4c0a5ee4974ee1a048c4136df2c707", + "input": "['But', 'r', 'of', 'I', 'G', 'devil', 'p', 'abased,', 'J', 'g', 'little', 'A', 'w', 'without', 'V', 'X']", + "output": [ + "ButrofIGdevilpabased,JglittleAwwithoutVX" + ] + }, + { + "id": "openseek-4-361924f97e594a668f51a9b12e80394e", + "input": "['E', 'y', 'to', 'R', 'seed', 't', 'on', 'b', 'of', 't', 'b']", + "output": [ + "EytoRseedtonboftb" + ] + }, + { + "id": "openseek-4-03e12ce364a84d64a83355c0d0977892", + "input": "['o', 'w', 'is', 'P', 'further', 'P', 'and', 'w', 'way,', 'U', 'explained', 'G', 'front.', 'l', 'z']", + "output": [ + "owisPfurtherPandwway,UexplainedGfront.lz" + ] + }, + { + "id": "openseek-4-2d62eb2711a84776a68076b9e144b89b", + "input": "['W', 'It9s', 'l', 'z', 'round;', 't']", + "output": [ + "WIt9slzround;t" + ] + }, + { + "id": "openseek-4-46f4a1e38d674fc9b820d54157cbb16f", + "input": "['the', 'M', 'amain,', 'G', 'kingdoms,', 'R', 'had', 'f', 'm', 'z', 'P', 'water', 'Z', 'X', 'hooded', 's']", + "output": [ + "theMamain,Gkingdoms,RhadfmzPwaterZXhoodeds" + ] + }, + { + "id": "openseek-4-d4b2aa21a16b4556a3e01811d517975b", + "input": "['other', 'Z', 'This', 'v', 'from', 'M', 'B', 'placed', 'P']", + "output": [ + "otherZThisvfromMBplacedP" + ] + }, + { + "id": "openseek-4-e3de9f1c442e41448d8c4b1efef5c4c6", + "input": "['Starbuck', 'x', 'G', 'Moby', 'N', 'W']", + "output": [ + "StarbuckxGMobyNW" + ] + }, + { + "id": "openseek-4-2838a1c9043640819ca64cbc30b999a6", + "input": "['had', 'c', 'For', 'j', 'the', 'P', 'I', 'o', 'r', 'S', 'can', 'K', 'r', 'H', 'upon', 'V']", + "output": [ + "hadcForjthePIorScanKrHuponV" + ] + }, + { + "id": "openseek-4-d48b3b0c61174d2ea9e677ad37ff817e", + "input": "['seemed', 'T', 'C', 'T', 'chat', 'T', 'squall.', 'W', 'D', 'b', 'there.', 'T', 'w']", + "output": [ + "seemedTCTchatTsquall.WDbthere.Tw" + ] + }, + { + "id": "openseek-4-88d5c0b4efcd43f691e33c5dba96a17c", + "input": "['s', 'base', 'n', 'Halloa!', 'M', 'knit', 'F', 'c', 'the', 'Z', 'y', 'now;', 'l', 'Pequod,', 'c', 'that!d', 'e']", + "output": [ + "sbasenHalloa!MknitFctheZynow;lPequod,cthat!de" + ] + }, + { + "id": "openseek-4-5b5d8a8133d543e190cbee3ef5777853", + "input": "['R', 'more', 'x', 'n', 'D', 'as', 'g', 'but', 'o', 't', 'young', 'E', 'of', 'u']", + "output": [ + "RmorexnDasgbutotyoungEofu" + ] + }, + { + "id": "openseek-4-be31dd74b6514dce8ebf5af33dcc6cdd", + "input": "['formations', 'n', 'Y', 'were', 'r', 'I', 'c', 'z', 'R']", + "output": [ + "formationsnYwererIczR" + ] + }, + { + "id": "openseek-4-79e3ca2483b84b6b89f205d56298c63d", + "input": "['blinds', 'Y', 'concealed', 'J', 'placed', 'H']", + "output": [ + "blindsYconcealedJplacedH" + ] + }, + { + "id": "openseek-4-4d295cba7d824def83c7adc98851b7d1", + "input": "['but', 'Q', 'into', 'T', 'into', 'o']", + "output": [ + "butQintoTintoo" + ] + }, + { + "id": "openseek-4-345b0be9ef7c4feeb0256871f7ac4015", + "input": "['But,', 't', 'j', 'Sperm', 'x', 'a', 'come', 'L', 'unknown', 'v', 'z', 'W', 'G', 'd']", + "output": [ + "But,tjSpermxacomeLunknownvzWGd" + ] + }, + { + "id": "openseek-4-042e6b41dbaf42b683843e6adc13d099", + "input": "['M', 'did', 'b', 'It', 'c', 'bright', 'B', 'wan', 'H', 'pointed', 'v', 'o', 'were', 'x', 'a', 'I']", + "output": [ + "MdidbItcbrightBwanHpointedvowerexaI" + ] + }, + { + "id": "openseek-4-88cb6c598a5545e9ac0a165e9919cf47", + "input": "['I9ve', 'Y', 'sheets', 'N', 'my', 'e', 'however,', 'W', 'Q', 'got', 'x']", + "output": [ + "I9veYsheetsNmyehowever,WQgotx" + ] + }, + { + "id": "openseek-4-30a1fd468ec849bb8b065c47a4cd361b", + "input": "['laws', 'd', 'of', 'O', 'P', 'tall,', 't', 'h', 'o', 'never', 'd', 'o', 'and', 'b']", + "output": [ + "lawsdofOPtall,thoneverdoandb" + ] + }, + { + "id": "openseek-4-0e945fcc35e54f6daa707ef76f6b54ae", + "input": "['ere', 'R', 'I', 'w', 'C', 'y', 'f', 'like', 'j']", + "output": [ + "ereRIwCyflikej" + ] + }, + { + "id": "openseek-4-8858c456bf774630b6c66227b7a34b92", + "input": "['P', 'thing', 'l', 'V', 'L', 'C']", + "output": [ + "PthinglVLC" + ] + }, + { + "id": "openseek-4-086724810c7c44479ca6dc75c2868e10", + "input": "['should', 'F', 'me', 'd', 'M', 'that', 'v']", + "output": [ + "shouldFmedMthatv" + ] + }, + { + "id": "openseek-4-a07102ae298041d99677950e42de913e", + "input": "['L', 'U', 'N', 'in', 'B']", + "output": [ + "LUNinB" + ] + }, + { + "id": "openseek-4-ff5eff827a994db083fff71b3e7ce008", + "input": "['c', 'In', 'u', 'of', 'H', 'his', 'I']", + "output": [ + "cInuofHhisI" + ] + }, + { + "id": "openseek-4-04fc7178b7574df1aa93d5ea3d4559f6", + "input": "['j', 'V', 'e', 'm', 'sprung', 'h', 'means', 'Y', 'T']", + "output": [ + "jVemsprunghmeansYT" + ] + }, + { + "id": "openseek-4-81b3bfdb67c1415e8ef92672e5e2cfb8", + "input": "['Japan.', 'D', 'not', 'P', 'i', 'k', 'U', 'L', 'd', 'it', 'x']", + "output": [ + "Japan.DnotPikULditx" + ] + }, + { + "id": "openseek-4-23cbdda1c9904e5b8f0f9289b3b9bc61", + "input": "['K', 'if', 'E', 'active.', 'd', 'backed', 'g', 'work', 'H', 'T', 'T', 'G', 'X', 'Z']", + "output": [ + "KifEactive.dbackedgworkHTTGXZ" + ] + }, + { + "id": "openseek-4-e20a5f09cd6f429dbb59562ab458dacd", + "input": "['d', 'y', 'put', 'T', 'j', 'k', 'A', 's', 'b']", + "output": [ + "dyputTjkAsb" + ] + }, + { + "id": "openseek-4-b0b069d9a16c4161877eeda023cb5de2", + "input": "['A', 'O', 'S', 'He', 'g', 'i', 'lucky', 'y', 'x']", + "output": [ + "AOSHegiluckyyx" + ] + }, + { + "id": "openseek-4-51898cdcf9a94ecfbfeac8af7dfedfdb", + "input": "['in', 'G', 'w', 'and', 'R', 'yea,', 'a', 'half', 'm', 'B', 'himself,', 'K', 'waiting', 'U', 'D']", + "output": [ + "inGwandRyea,ahalfmBhimself,KwaitingUD" + ] + }, + { + "id": "openseek-4-dffad8053fef4c14835f3680d8dfea47", + "input": "['of', 'H', 'not', 'J', 'Z', 'O', 'B']", + "output": [ + "ofHnotJZOB" + ] + }, + { + "id": "openseek-4-6154bb36fbb14cfca6a8ee0d17a08c94", + "input": "['think', 'n', 'z', 'h', 'calves', 'D', 'the', 'j', 'q', 'V', 'affectionate', 't', 'D', 'conducted', 'j']", + "output": [ + "thinknzhcalvesDthejqVaffectionatetDconductedj" + ] + }, + { + "id": "openseek-4-c5c84f487b594a13b97c40cc1bf5e8ac", + "input": "['14.', 'r', 'is', 'v', 'not', 'Z', 'interlinked', 'Q', 'K', 'go_).', 'A', 'R']", + "output": [ + "14.risvnotZinterlinkedQKgo_).AR" + ] + }, + { + "id": "openseek-4-830d07d4780043499aa392123ff4ada7", + "input": "['f', 'x', 'r', 'her,', 'R', 'to', 'e', 'Y', 'Z']", + "output": [ + "fxrher,RtoeYZ" + ] + }, + { + "id": "openseek-4-368862db97fb4b7cb4700621696e4fa5", + "input": "['may', 'u', 'd', 'said', 'D', 'h', 'German,', 'T', 'H', 'sun,', 'w', 'S', 'r', 'sight', 'P']", + "output": [ + "mayudsaidDhGerman,THsun,wSrsightP" + ] + }, + { + "id": "openseek-4-86e8b19734104af991b01cc619c3eea7", + "input": "['L', 'G', 'goes', 'e', 'him', 'E', 's']", + "output": [ + "LGgoesehimEs" + ] + }, + { + "id": "openseek-4-1126085366184174894768a4c268de2e", + "input": "['captain', 'H', 'a', 'D', 'y', 'g', 'the', 'u', 'spine.', 'R']", + "output": [ + "captainHaDygtheuspine.R" + ] + }, + { + "id": "openseek-4-7bf4c37ca5b34f80942dca08737c20d7", + "input": "['L', 'gilded', 't', 'humorous,', 'W', 'the', 'j']", + "output": [ + "Lgildedthumorous,Wthej" + ] + }, + { + "id": "openseek-4-8d2dbd06c650458f80d357cf9653ed64", + "input": "['v', 'hum', 'I']", + "output": [ + "vhumI" + ] + }, + { + "id": "openseek-4-6b47c3e3e20e42a8a584570c5c1c3fd5", + "input": "['he', 'b', 'J', 'm', 'calm,', 'y', 'is', 'G', 'in', 'B', 'u']", + "output": [ + "hebJmcalm,yisGinBu" + ] + }, + { + "id": "openseek-4-0d48dec2bea742238364904057c3e3b8", + "input": "['repose', 't', 'raved', 'T', 'n', 'p', 'sinful', 'J', 'of', 'f', 'consists', 'N']", + "output": [ + "reposetravedTnpsinfulJoffconsistsN" + ] + }, + { + "id": "openseek-4-1b588ef94b53497691a20fd499e91945", + "input": "['thing', 'f', 'p', 'c', 'M', 'The', 'O', 'O']", + "output": [ + "thingfpcMTheOO" + ] + }, + { + "id": "openseek-4-5ae488ddd0dd4b6db637fe423f8fe4b5", + "input": "['comes', 'D', 'fro', 'M', 'White', 'p']", + "output": [ + "comesDfroMWhitep" + ] + }, + { + "id": "openseek-4-f4ef12928b5c4d77a93a5ac3da32865b", + "input": "['C', 'H', 'T', 'e', 'some', 'F']", + "output": [ + "CHTesomeF" + ] + }, + { + "id": "openseek-4-b32a6e4b567a4e8ab17d1f95cccffba5", + "input": "['the', 'r', 'i', 'and', 'P', 'G', 'H']", + "output": [ + "theriandPGH" + ] + }, + { + "id": "openseek-4-9d2cb4af6429401eb21609a7518af85a", + "input": "['that', 'O', 'l', 'towers', 'K', 'wallow,', 'P', 'c', 'enough.d', 'G']", + "output": [ + "thatOltowersKwallow,Pcenough.dG" + ] + }, + { + "id": "openseek-4-4d9c7b5ae49e47b9bb4a2537960d5d09", + "input": "['chests,', 'p', 'anxious', 'i', 'r', 'j']", + "output": [ + "chests,panxiousirj" + ] + }, + { + "id": "openseek-4-bdb9229dd18245d1a53fc4751b3d5e9b", + "input": "['of', 'O', 'z', 'that', 'h', 'm']", + "output": [ + "ofOzthathm" + ] + }, + { + "id": "openseek-4-83f471116975499cbf59e3c277ac76cf", + "input": "['the', 'M', 'P', 'alb', 's', 'Z', 'Z']", + "output": [ + "theMPalbsZZ" + ] + }, + { + "id": "openseek-4-801750f1230d43b1a51c66f814bda16f", + "input": "['spare', 'b', 'choked', 'm', 'But', 'z', 'l', 'R']", + "output": [ + "sparebchokedmButzlR" + ] + }, + { + "id": "openseek-4-93ed3bb108a34f34843ca5ff1cc40fc9", + "input": "['rest.', 'd', 'A', 'my', 'n', 'watch,', 't']", + "output": [ + "rest.dAmynwatch,t" + ] + }, + { + "id": "openseek-4-f6038fbd8f4f47579abdc341362cd93b", + "input": "['O', 'a', 'T', 'of', 'B', 'q']", + "output": [ + "OaTofBq" + ] + }, + { + "id": "openseek-4-4c64facda5df4f929158693f8ac042f8", + "input": "['hundredth', 'd', 'G', 'w', 'x', 'k']", + "output": [ + "hundredthdGwxk" + ] + }, + { + "id": "openseek-4-489bb683a05543c18915d45c6118cad3", + "input": "['w', 'interpret', 'x', 'Q', 'T']", + "output": [ + "winterpretxQT" + ] + }, + { + "id": "openseek-4-4f5798fd5801454894599c423c84f4fa", + "input": "['of', 'A', 'y', 'a', 'r', 'of', 'M']", + "output": [ + "ofAyarofM" + ] + }, + { + "id": "openseek-4-b7e3c2191a284125baf14f4641d592db", + "input": "['i', 'o', 'W', 'born', 'O']", + "output": [ + "ioWbornO" + ] + }, + { + "id": "openseek-4-a7369d9cbdef4c4f8ccf58e3bc7d38ea", + "input": "['B', 'woe', 'q']", + "output": [ + "Bwoeq" + ] + }, + { + "id": "openseek-4-3ef47535c3104a6884f53145850be910", + "input": "['spout-hole;', 'e', 'E', 'S', 'w', 'upon', 'I', 'was', 'S']", + "output": [ + "spout-hole;eESwuponIwasS" + ] + }, + { + "id": "openseek-4-42ba8f3b935a42ac9bb4eaf95d50f380", + "input": "['and', 'm', 'f']", + "output": [ + "andmf" + ] + }, + { + "id": "openseek-4-c66f41218dea402eb55594f8e02653df", + "input": "['at', 'B', 'H', 'y', 'X', 'was', 'p']", + "output": [ + "atBHyXwasp" + ] + }, + { + "id": "openseek-4-be45d6b78fc6493984bdca91807aeb7a", + "input": "['F', 'to', 'P', 'coins', 'V', 'U', 'p', 'ear-rings:', 'u']", + "output": [ + "FtoPcoinsVUpear-rings:u" + ] + }, + { + "id": "openseek-4-d18d65e583d745c392d5be8b41c08005", + "input": "['k', 'his', 'q', 'Q', 'the', 'p', 'C', 'T']", + "output": [ + "khisqQthepCT" + ] + }, + { + "id": "openseek-4-4265505e563d409094dfeecdfd012659", + "input": "['S', 'remind', 't', 'G', 'of', 'O', 'was', 'T', 'sea,', 'v']", + "output": [ + "SremindtGofOwasTsea,v" + ] + }, + { + "id": "openseek-4-9bb16072d3ad4bcba77c6b14851b0994", + "input": "['about', 'd', 'homage-rendering', 'z', 'A']", + "output": [ + "aboutdhomage-renderingzA" + ] + }, + { + "id": "openseek-4-efb0870fe81a49f4bfdeef6321b63590", + "input": "['one', 'U', 'L', 'o', 'ghostly', 'd']", + "output": [ + "oneULoghostlyd" + ] + }, + { + "id": "openseek-4-d3bf08b338e54cef968eac431052e6e4", + "input": "['Cetacean', 'f', 'M', 'K', 'T', 'Y']", + "output": [ + "CetaceanfMKTY" + ] + }, + { + "id": "openseek-4-deeacbb7d02d4840acaa73ecbcdc3214", + "input": "['J', 'of', 'B', 'over', 'C', 'more', 'e', 'X', 'he', 'n', 'but', 'X', 'hollows;', 'b']", + "output": [ + "JofBoverCmoreeXhenbutXhollows;b" + ] + }, + { + "id": "openseek-4-8106e4f433ea48f4b615192a725268a7", + "input": "['H', 'c', 'U', 'hint', 'y', 'Cannibals;', 'u', 'S', 'V', 'inert,', 'x']", + "output": [ + "HcUhintyCannibals;uSVinert,x" + ] + }, + { + "id": "openseek-4-aff25a999bc44481b0f3700baa52220f", + "input": "['K', 'h', 'most', 's', 'any', 'b', 'x', 't']", + "output": [ + "Khmostsanybxt" + ] + }, + { + "id": "openseek-4-7ae0cf24e4f3400dbc7c589e133b0ce9", + "input": "['was', 'R', 'tell', 'C', 'z', 'V', 'c', 'O']", + "output": [ + "wasRtellCzVcO" + ] + }, + { + "id": "openseek-4-cae920caeeaf4e00bab9c7a712c1499d", + "input": "['an', 'G', 'hairy', 'R', 'B', 'God', 'M']", + "output": [ + "anGhairyRBGodM" + ] + }, + { + "id": "openseek-4-0dc4ed3c45fe4f9493ed9d79ee741081", + "input": "['O', 'M', 'e', 'have', 'W', 'to', 'k', 'you', 'h']", + "output": [ + "OMehaveWtokyouh" + ] + }, + { + "id": "openseek-4-2615c5392162484da4e18b39a592660c", + "input": "['be', 'D', 'how', 'j', 'between', 'i', 'we', 'Q', 'g', 'brain9s', 's', 'v', 'railing', 'K']", + "output": [ + "beDhowjbetweeniweQgbrain9ssvrailingK" + ] + }, + { + "id": "openseek-4-40c5b126bb8848d59d078f767970efb2", + "input": "['O', 'X', 'this', 'b', 'V', 'x', 'queer;', 'j', 'to', 'o', 'full', 'a', 'absent', 'Z', 'V']", + "output": [ + "OXthisbVxqueer;jtoofullaabsentZV" + ] + }, + { + "id": "openseek-4-7703c3befaca4e5b8c34e206229c6362", + "input": "['C', 'V', 'that', 'f', 'p', 'by', 'U', 'q']", + "output": [ + "CVthatfpbyUq" + ] + }, + { + "id": "openseek-4-dec19971cfa340e2940ecf931bb41a65", + "input": "['system', 'K', 'I', 'U']", + "output": [ + "systemKIU" + ] + }, + { + "id": "openseek-4-303ead4689e147bbb3aea9e2a0960c42", + "input": "['seen.', 'w', 'm', 'and', 'e', 'f', 'slashing', 'J', 'O']", + "output": [ + "seen.wmandefslashingJO" + ] + }, + { + "id": "openseek-4-12eda89c9d8c4e259bd97f689f1389e1", + "input": "['a', 'H', 'coffee-mill.', 'W', 'me,', 'V']", + "output": [ + "aHcoffee-mill.Wme,V" + ] + }, + { + "id": "openseek-4-a40e5c1b6e904f158ecec34737742704", + "input": "['f', 'k', 'that', 'r', 'R', 'touching', 'F', 'a', 'i', 'G', 'a', 'Q']", + "output": [ + "fkthatrRtouchingFaiGaQ" + ] + }, + { + "id": "openseek-4-d06b7048f06840369e24ec488e1137ad", + "input": "['two', 'h', 'L', 'the', 'J', 'blood,', 'x', 'all', 'V', 'N']", + "output": [ + "twohLtheJblood,xallVN" + ] + }, + { + "id": "openseek-4-5a4d9f57664c41bc8d7ebcc458df80c4", + "input": "['f', 'but', 'f']", + "output": [ + "fbutf" + ] + }, + { + "id": "openseek-4-de4f7dfeeb0d4842a08c8058e4159955", + "input": "['them', 'H', 'when', 'x', 'what', 'L', 'by', 'g', 'o', 'm', 'him,', 'Q']", + "output": [ + "themHwhenxwhatLbygomhim,Q" + ] + }, + { + "id": "openseek-4-b54ceefc27e548da899ce61b6a2147c2", + "input": "['and', 'z', 'n']", + "output": [ + "andzn" + ] + }, + { + "id": "openseek-4-70211d7555af423ebde5d4506d86b32c", + "input": "['d', 'will', 'p', 'he', 'n', 'i', 'b', 'Nantucket!', 'e', 'has', 'm', 'u', 'Z', 'n']", + "output": [ + "dwillphenibNantucket!ehasmuZn" + ] + }, + { + "id": "openseek-4-1ab1d57caab5420589a573f56aef08bb", + "input": "['of', 'J', 'circumpolar', 'v']", + "output": [ + "ofJcircumpolarv" + ] + }, + { + "id": "openseek-4-a71f066fa7ae4fecbcf53152d598e32e", + "input": "['pommel', 'P', 'to', 'n', 'echo', 'E', 'the', 'v', 'or', 'c', 'detached,', 'E']", + "output": [ + "pommelPtonechoEthevorcdetached,E" + ] + }, + { + "id": "openseek-4-53ae27a1451c4570bbf7e9c887135e53", + "input": "['u', 'blubber', 'w', 'h', 'water,', 'j', 'into', 'L', 'n', 'the', 'L', 'about', 'a']", + "output": [ + "ublubberwhwater,jintoLntheLabouta" + ] + }, + { + "id": "openseek-4-cc4bdb88470b4245a28acf6a0e059f11", + "input": "['Are', 'c', 'L', 'f', 'j']", + "output": [ + "ArecLfj" + ] + }, + { + "id": "openseek-4-2f9b2890f7c94c8c95319c75fd644490", + "input": "['of', 'h', 'The', 'Y', 'V', 'but', 'Y', 'C', 'lip,', 'U', 'R', 'X', 'e']", + "output": [ + "ofhTheYVbutYClip,URXe" + ] + }, + { + "id": "openseek-4-62ce1de83e594ea689dae09d1c36ab90", + "input": "['not', 'x', 'may', 'v']", + "output": [ + "notxmayv" + ] + }, + { + "id": "openseek-4-bdbed6c660a14afa8a103d5c246d32ac", + "input": "['mercy', 'q', 'B', 'K', 'B', 'hell94when', 'O', 'Z', 'broad', 'O', 'Y']", + "output": [ + "mercyqBKBhell94whenOZbroadOY" + ] + }, + { + "id": "openseek-4-39b425287d5f4d3886c6c2a57a32dffd", + "input": "['i', 'soil;', 'K', 'x', 'u', 'his', 'D', 'v', 'Z']", + "output": [ + "isoil;KxuhisDvZ" + ] + }, + { + "id": "openseek-4-c29ed6208f49419ba2d86e10fe27f747", + "input": "['S', 'I', 'J', 'winces', 'R', 'dumb', 'O']", + "output": [ + "SIJwincesRdumbO" + ] + }, + { + "id": "openseek-4-500b80b6107649e2b040b84a1adbcf2a", + "input": "['m', 'of', 'v', 'passage', 'U', 'What', 'g', 'any,d', 's', 'A', 't', 'S', 'P']", + "output": [ + "mofvpassageUWhatgany,dsAtSP" + ] + }, + { + "id": "openseek-4-2a53524808c94dc9afa719f26ef6c5c8", + "input": "['that', 'p', 'the', 'u']", + "output": [ + "thatptheu" + ] + }, + { + "id": "openseek-4-56ad64377c7048ce88b2febac5517506", + "input": "['on', 't', 'T', 'for', 'a', 'harpooneers', 'i', 'high', 'x', 'book-binder9s', 'S', 'Not', 'm']", + "output": [ + "ontTforaharpooneersihighxbook-binder9sSNotm" + ] + }, + { + "id": "openseek-4-e3974d22051d42e892ed06068d84d69a", + "input": "['unmomentous', 'H', 'I', 'ends', 'j', 'But', 'h', 'F', 'k', 'So', 'f', 'orgies!', 'p', 'three', 'L']", + "output": [ + "unmomentousHIendsjButhFkSoforgies!pthreeL" + ] + }, + { + "id": "openseek-4-64a0d2852af14d129c1e8df6d1e810b6", + "input": "['S', 'and', 'C', 'the', 'w', 'o', 'v', 'the', 'U', 'S', 'military', 'O', 'h']", + "output": [ + "SandCthewovtheUSmilitaryOh" + ] + }, + { + "id": "openseek-4-dbe7a970e3b14d80bc77c444976cd367", + "input": "['I', 'H', 'their', 'a', 'Cape', 'I', 'D', 'D']", + "output": [ + "IHtheiraCapeIDD" + ] + }, + { + "id": "openseek-4-2ef1cc952c50450c9beb0e1e7fdce582", + "input": "['W', 'Y', 'd', 'her', 's', 'take', 'b', 'o', 's', 'of', 'r', 'roaring', 'Y', 'of', 'F']", + "output": [ + "WYdherstakebosofrroaringYofF" + ] + }, + { + "id": "openseek-4-1ae44337675a4be39d1b3dad5dbf5b8c", + "input": "['l', 'the', 'm', 'who', 'p', 'x', 'this', 't', 'b', 'v', 'h']", + "output": [ + "lthemwhopxthistbvh" + ] + }, + { + "id": "openseek-4-1378d29caf8243da9a0b2b50ec388f03", + "input": "['to', 'i', 'had', 'm', 'to', 'Q', 'gathered', 'Q']", + "output": [ + "toihadmtoQgatheredQ" + ] + }, + { + "id": "openseek-4-a76cd0fa2061409fbc75088909e29578", + "input": "['it', 'v', 'country', 'p', 'Z', 'into', 'b', 'D', 'B', 'W']", + "output": [ + "itvcountrypZintobDBW" + ] + }, + { + "id": "openseek-4-d949673f782849ada5c98affda39c2e7", + "input": "['from', 'h', 'J', 'p', 'X', 'r', 'take', 'l', 'l', 'arrive', 'J', 'u']", + "output": [ + "fromhJpXrtakellarriveJu" + ] + }, + { + "id": "openseek-4-b5d4752048f242148019d07e22838e30", + "input": "['more,', 'S', 'e', 'and', 'g', 'I', 'D', 'we', 'W']", + "output": [ + "more,SeandgIDweW" + ] + }, + { + "id": "openseek-4-553d5c2b5e8e4b5aa05b8f137de91fb6", + "input": "['F', 'all', 'G', 'Starbuck', 'K', 'S', 'his', 'h']", + "output": [ + "FallGStarbuckKShish" + ] + }, + { + "id": "openseek-4-baa3ac9f70ff41419306428ac5b6d607", + "input": "['a', 'sound', 's', 'W', 'O', 'knowing', 'h', 'Ahab', 'E', 'A', 'whalemen)', 'u', 'at', 'h']", + "output": [ + "asoundsWOknowinghAhabEAwhalemen)uath" + ] + }, + { + "id": "openseek-4-c04d0d6d54fc4059bdc92251a8c7be12", + "input": "['f', 'joker', 'N']", + "output": [ + "fjokerN" + ] + }, + { + "id": "openseek-4-e459519dd9f0444188b2a77354830bc5", + "input": "['g', 'geological', 'i', 'r', 'Ishmael;', 'd', 'sperm', 'Z', 'Q', 'Scoresby;', 'A', 'j']", + "output": [ + "ggeologicalirIshmael;dspermZQScoresby;Aj" + ] + }, + { + "id": "openseek-4-1618f568b17947bda7e2a9b789ff2ed8", + "input": "['asleep.', 'S', 'h']", + "output": [ + "asleep.Sh" + ] + }, + { + "id": "openseek-4-685b0b5592aa4017ac4f0a9052c98856", + "input": "['Z', 'r', 'the', 'G']", + "output": [ + "ZrtheG" + ] + }, + { + "id": "openseek-4-045a2eebae0a4f1b8c369a7d50434505", + "input": "['dead', 'l', 'h', 't', 'blubber', 'o']", + "output": [ + "deadlhtblubbero" + ] + }, + { + "id": "openseek-4-c4e31816554f4f4da49565daa47a7d2c", + "input": "['m', 'of', 'u', 'you', 'G', 'L', 'v', 'and', 'k', 'desirable', 'O']", + "output": [ + "mofuyouGLvandkdesirableO" + ] + }, + { + "id": "openseek-4-c9652fe5c82f44e893e7755eac7b34ac", + "input": "['E', 'this', 'K', 's', 'J', 'y']", + "output": [ + "EthisKsJy" + ] + }, + { + "id": "openseek-4-9eede8f56ce949e3a9ce21d590d9aac7", + "input": "['the', 'e', 'Main-top,', 'g', 'x', 'me;', 'd']", + "output": [ + "theeMain-top,gxme;d" + ] + }, + { + "id": "openseek-4-b22f2c4dcc1049e1a7a95df8829e426f", + "input": "['t', 'I']", + "output": [ + "tI" + ] + }, + { + "id": "openseek-4-82e67e6c1dfa44329b23290334ba49c5", + "input": "['u', 'parts', 'm', 'day', 'P', 'the', 'w', 'v', 'J', 'A', 'n', 'W']", + "output": [ + "upartsmdayPthewvJAnW" + ] + }, + { + "id": "openseek-4-e9cc825e8e9b4b22a25a1ff76692babc", + "input": "['castaways,', 'A', 'Y', 'may', 'h', 'at', 'v']", + "output": [ + "castaways,AYmayhatv" + ] + }, + { + "id": "openseek-4-ce4723d64c7b4359a5f6713b74d0bdc1", + "input": "['Duke', 'q', 'B', 'sun-rise', 'B', 'L', 'u', 'J', 'E']", + "output": [ + "DukeqBsun-riseBLuJE" + ] + }, + { + "id": "openseek-4-24fe9f0199cd4d05ad554685a9f4ff90", + "input": "['those', 'q', 'W', 'b', 'to', 'Y']", + "output": [ + "thoseqWbtoY" + ] + }, + { + "id": "openseek-4-b01d0249c0b2473f89aea5d30e338ce8", + "input": "['q', 'been', 'h']", + "output": [ + "qbeenh" + ] + }, + { + "id": "openseek-4-199058720fc048b08f242bcb03cf4e12", + "input": "['it', 'E', 'membrane,', 'P', 'X', 'minds', 'I', 'the', 'o', 'drooping', 'F', 'delicacy,', 'B', 'm']", + "output": [ + "itEmembrane,PXmindsItheodroopingFdelicacy,Bm" + ] + }, + { + "id": "openseek-4-63e79391134c46ce9ea69a395360b4ef", + "input": "['W', 'steps', 'W', 'Did', 'n', 'was', 'r']", + "output": [ + "WstepsWDidnwasr" + ] + }, + { + "id": "openseek-4-2e9a9ed3bcb345229b154b33cb48119a", + "input": "['N', 'R', 'b', 'x', 'a', 'Y', 'B']", + "output": [ + "NRbxaYB" + ] + }, + { + "id": "openseek-4-e0360c291c3e4aff80e0ca5804f8fcf1", + "input": "['it', 'V', 'j', 'is', 'b', 'U', 'right', 'e', 'Let', 'j']", + "output": [ + "itVjisbUrighteLetj" + ] + }, + { + "id": "openseek-4-5bca43a9260842269775543e9e38c49a", + "input": "['w', 'E', 'W', 'L', 'j', 'eyes,', 'T', 'vacating', 'A', 'regarded,', 'j']", + "output": [ + "wEWLjeyes,TvacatingAregarded,j" + ] + }, + { + "id": "openseek-4-5b98b7ab30554a90a3801f4db1bf3a2e", + "input": "['B', 'as', 'a', 'white', 'k', 'm', 'b', 'is', 'M', 'L', 'O', 'y']", + "output": [ + "BasawhitekmbisMLOy" + ] + }, + { + "id": "openseek-4-8e9c68a71f97441488b6262d2ac2750e", + "input": "['J', 'w', 'substance', 'l', 'other', 'z', 'till', 'u', 'good.', 'd', 'CHAPTER', 'Y', 'As', 'O', 'one,', 'A']", + "output": [ + "Jwsubstancelotherztillugood.dCHAPTERYAsOone,A" + ] + }, + { + "id": "openseek-4-15c9196dee2d449296a35631fca96afa", + "input": "['down', 'g', 'to', 'm', 'carpenter', 'i']", + "output": [ + "downgtomcarpenteri" + ] + }, + { + "id": "openseek-4-aa6c02150a0a475e980c56cc76de0c1e", + "input": "['w', 'spout-hole', 'a', 'z', 'C']", + "output": [ + "wspout-holeazC" + ] + }, + { + "id": "openseek-4-49ed6cc20181404ba4a5d25a23533710", + "input": "['z', 'C', 'but', 'J', 'sea', 'q', 'd']", + "output": [ + "zCbutJseaqd" + ] + }, + { + "id": "openseek-4-20d885676ef54ce6954e9a86639f15a7", + "input": "['S', 'ever', 'W', 'a', 'S', 'of', 'u', 'P', 'I', 'H', 'R']", + "output": [ + "SeverWaSofuPIHR" + ] + }, + { + "id": "openseek-4-ed7357587edb4765bfb1002f811e8898", + "input": "['q', 'p', 'pleasing', 'C']", + "output": [ + "qppleasingC" + ] + }, + { + "id": "openseek-4-408d6e9e93e14c9bba9cd539160f8c27", + "input": "['i', 'q', 'P', 'practical', 'd', 'out', 'd', 'e', 'he', 'u', 'f', 'C', 'B']", + "output": [ + "iqPpracticaldoutdeheufCB" + ] + }, + { + "id": "openseek-4-b642f12a0c874e3f9515d3435c5ff512", + "input": "['do,', 'F', 'e']", + "output": [ + "do,Fe" + ] + }, + { + "id": "openseek-4-b637e9d4a23f450c9a798bcd3de85867", + "input": "['w', 'd', 'unless', 'd', 'N', 'he', 'z', 't', 'c', 'know;', 'i']", + "output": [ + "wdunlessdNheztcknow;i" + ] + }, + { + "id": "openseek-4-eb0c2d106fed48e8bb5f81bc6bc0d896", + "input": "['of', 'S', 'l', 'w', 'j', 'a9ready,d', 'Q']", + "output": [ + "ofSlwja9ready,dQ" + ] + }, + { + "id": "openseek-4-18fa956e796849dda70bb076da7a9106", + "input": "['m', 'against', 'z']", + "output": [ + "magainstz" + ] + }, + { + "id": "openseek-4-c682fe440707455291209a3e53496b05", + "input": "['round', 'A', 'p', 'E', 'J', 'way', 'T', 'serpents.', 't', 'd', 'Q', 'part', 'Z', 'groves', 'A']", + "output": [ + "roundApEJwayTserpents.tdQpartZgrovesA" + ] + }, + { + "id": "openseek-4-dc107645b1104333876badbbe46f83c3", + "input": "['F', 'being', 'X', 'e', 'X', 'u', 'C', 'R', 'Delight', 'J', 'line4all', 'R', 'v']", + "output": [ + "FbeingXeXuCRDelightJline4allRv" + ] + }, + { + "id": "openseek-4-878750bc73ad48099c2696d20af00506", + "input": "['obliterated', 'm', 'were', 'v', 'M', 'many', 'q', 'P']", + "output": [ + "obliteratedmwerevMmanyqP" + ] + }, + { + "id": "openseek-4-0e1ccd6979b6452f8cf36492fdcc2162", + "input": "['x', 'to', 'F', 'H', 'him', 'n', 'the', 'I', 'L', 'l', 'him', 't', 'burnt', 'h']", + "output": [ + "xtoFHhimntheILlhimtburnth" + ] + }, + { + "id": "openseek-4-5218a4dba0574166bf1ff977041d6c04", + "input": "['wigwam.', 'U', 'W', 'f', 'his', 'Y', 'q', 'E', 'F', 'grief', 'G', 'be', 'A']", + "output": [ + "wigwam.UWfhisYqEFgriefGbeA" + ] + }, + { + "id": "openseek-4-ec49cf9224f4458db07c9ac661d4e46c", + "input": "['in', 'H', 'mustering', 'D', 'p']", + "output": [ + "inHmusteringDp" + ] + }, + { + "id": "openseek-4-ba44c2d0b5cd454a98cbded75d86b171", + "input": "['S', 'four', 'S']", + "output": [ + "SfourS" + ] + }, + { + "id": "openseek-4-8427e0ef2bf94fc48c89c17489b1efd3", + "input": "['k', 'A', 'h', 'z', 'q']", + "output": [ + "kAhzq" + ] + }, + { + "id": "openseek-4-37ca21c4dd9345d386ddb258cb7a67ac", + "input": "['O', 'U', 'C', 'tapering', 'D', 'own;', 'P', 't', 'before', 'w']", + "output": [ + "OUCtaperingDown;Ptbeforew" + ] + }, + { + "id": "openseek-4-1518bf49b0a845b191807eba66c06fb0", + "input": "['hoisted.', 'Y', 'E', 'X', 'head', 'O', 'Z']", + "output": [ + "hoisted.YEXheadOZ" + ] + }, + { + "id": "openseek-4-7f35a3ec0464445fbace008eaf325040", + "input": "['loads', 'U', 'w', 'view.', 'u', 'L', 'A', 'I', 'all', 'N', 'anywhere', 'E', 'copper;', 'N', 'thank', 'h']", + "output": [ + "loadsUwview.uLAIallNanywhereEcopper;Nthankh" + ] + }, + { + "id": "openseek-4-71cc85cf1dbd4095b28603082516e24a", + "input": "['in', 'm', 'j', 'one', 'i']", + "output": [ + "inmjonei" + ] + }, + { + "id": "openseek-4-af3d1995b78743d7b339a476e98b1926", + "input": "['p', 'to', 'S', 'lead', 'S', 'large,', 'z', 'and', 's', 'n', 'Fat-Cutter;', 'W', 'office.', 'M', 'R', 'B']", + "output": [ + "ptoSleadSlarge,zandsnFat-Cutter;Woffice.MRB" + ] + }, + { + "id": "openseek-4-9976b43112ca4434911700ef3b24a4f2", + "input": "['carpenter', 'k', 'W', 'on', 'K', 'H', 'teeth', 'r', 'all;', 'Y', 'serve', 'H', 'magnitude:4The', 'k']", + "output": [ + "carpenterkWonKHteethrall;YserveHmagnitude:4Thek" + ] + }, + { + "id": "openseek-4-57d6654d632c4e18a20cad0d16d73ea9", + "input": "['you', 'G', 'q', 'L']", + "output": [ + "youGqL" + ] + }, + { + "id": "openseek-4-5649208dffc94df4a136002cfba0cff0", + "input": "['Z', 'pertaining', 'l', 'poor,', 'f', 'intervening', 't', 'my', 'd', 'G', 'V', 'washes', 'y']", + "output": [ + "Zpertaininglpoor,finterveningtmydGVwashesy" + ] + }, + { + "id": "openseek-4-b0657bd95a67412c91d1f195e7613aa1", + "input": "['P', 'T']", + "output": [ + "PT" + ] + }, + { + "id": "openseek-4-0e6fdbb65687402188cc3a9b7e1db98e", + "input": "['V', 'probable,', 'd']", + "output": [ + "Vprobable,d" + ] + }, + { + "id": "openseek-4-e0a517768fb14df5b082295b38dcf8ef", + "input": "['in', 'd', 'lie', 'L', 'his', 'I', 'times4this', 'i', 'W', 'b', 'l']", + "output": [ + "indlieLhisItimes4thisiWbl" + ] + }, + { + "id": "openseek-4-11cf437770fc4c30adddaa5d1ba23947", + "input": "['A', 'p', 'their', 'e']", + "output": [ + "Aptheire" + ] + }, + { + "id": "openseek-4-fdc97bb2ed284a25a41ed986f34656dc", + "input": "['n', 'H', 'the', 'N', 'on', 'A']", + "output": [ + "nHtheNonA" + ] + }, + { + "id": "openseek-4-8b8101df5ca14adfacdd6eadcfc23ff7", + "input": "['k', 'coast.', 'v', 'of', 'L', 'B', 'to', 'D', 'n', 'g', 'b']", + "output": [ + "kcoast.vofLBtoDngb" + ] + }, + { + "id": "openseek-4-6ead4f0e55f14f7db0e5b244e4830943", + "input": "['S', 'Z', 'on', 'q', 'y', 'o', 'm', 'by', 'R']", + "output": [ + "SZonqyombyR" + ] + }, + { + "id": "openseek-4-0723259e9dca4f80ba4588a98c0f92f1", + "input": "['fought', 'N', 'as', 'q', 'of', 'V', 'the', 'f', 'b', 'line,', 'F', 'O', 'i', 'ship9s', 'q', 'A']", + "output": [ + "foughtNasqofVthefbline,FOiship9sqA" + ] + }, + { + "id": "openseek-4-afcddd1e88f14dcc94f36780d452b1c6", + "input": "['U', 'l', 'leeward', 'M', 'w']", + "output": [ + "UlleewardMw" + ] + }, + { + "id": "openseek-4-be055eec791f4188a33662836256d1c0", + "input": "['d', 'v', 'M', 'X', 'B', 'to', 'A', 'W', 'ambition,', 'r', 'men,', 'Y']", + "output": [ + "dvMXBtoAWambition,rmen,Y" + ] + }, + { + "id": "openseek-4-06c9e04b4e5f4b198c82651bfc008140", + "input": "['G', 'E', 'b', 'e', 'd', 'smoke;', 'v', 'cooper', 'e', 'tail.d', 'N', 'maintained.', 'f', 'Q']", + "output": [ + "GEbedsmoke;vcooperetail.dNmaintained.fQ" + ] + }, + { + "id": "openseek-4-9e6c004941cb4374aeb8bbf83d94d7f9", + "input": "['L', 'the', 'i', 'whom', 'E', 'this,', 'N']", + "output": [ + "LtheiwhomEthis,N" + ] + }, + { + "id": "openseek-4-9c5fd3a3c400498aa77f57f54ec661dd", + "input": "['j', 'whale', 'D', 'modern', 'b', 'n', 'D', 'called', 'N', 'O', 'h', 'a', 'zig-zag', 'd']", + "output": [ + "jwhaleDmodernbnDcalledNOhazig-zagd" + ] + }, + { + "id": "openseek-4-f3145a8ce5b24fd2939aee77becf508a", + "input": "['abhorred', 'L', 'K', 'a', 'X', 'and', 'F', 'reason', 'E']", + "output": [ + "abhorredLKaXandFreasonE" + ] + }, + { + "id": "openseek-4-8474be821b9e45db80f5b6c47fc5aea2", + "input": "['Z', 'double', 'x', 'prophecies', 'S']", + "output": [ + "ZdoublexpropheciesS" + ] + }, + { + "id": "openseek-4-e0fc88760b47464d83e0748a393ef0a2", + "input": "['left.', 'T', 'oriental', 'q', 'V', 's', 'J', 'father;', 'M']", + "output": [ + "left.TorientalqVsJfather;M" + ] + }, + { + "id": "openseek-4-0153ece90b6047a4a61867b01619cfd7", + "input": "['d', 'a', 'N']", + "output": [ + "daN" + ] + }, + { + "id": "openseek-4-fcf89b5069a04b2496f671cb8b951e54", + "input": "['one', 'g', 'bucket,', 'J', 'perform', 'x', 'N', 'y', 'softly', 'w', 'that', 'P']", + "output": [ + "onegbucket,JperformxNysoftlywthatP" + ] + }, + { + "id": "openseek-4-14d6f5b1a5844e80a21e9b956fd988af", + "input": "['dusk', 'o', 'flukes,', 'A', 'soon', 'T']", + "output": [ + "duskoflukes,AsoonT" + ] + }, + { + "id": "openseek-4-d09dc01f1c2a495f85bbf76e9a88d06f", + "input": "['an', 'F', 'b', 'R', 'clenched', 'k', 'their', 'j', 'd', 'all,', 'r', 'g', 'body;', 'Z', 'o']", + "output": [ + "anFbRclenchedktheirjdall,rgbody;Zo" + ] + }, + { + "id": "openseek-4-f05bd6592206472aa112943938e02b5d", + "input": "['with', 's', 'spare', 'O']", + "output": [ + "withsspareO" + ] + }, + { + "id": "openseek-4-2bd9f41fffbe45babe8391f88a88b4df", + "input": "['g', 'to', 'q', 'are', 'R', 'again,', 'c', 'Are', 'O']", + "output": [ + "gtoqareRagain,cAreO" + ] + }, + { + "id": "openseek-4-38dcef7f2757497f945b03ab4046c9e3", + "input": "['k', 'a', 'X']", + "output": [ + "kaX" + ] + }, + { + "id": "openseek-4-ff681a15d47348b6ad52fcac432ae5eb", + "input": "['to', 'g', 'profound', 'O', 'activity', 'h', 'directed', 'm', 'of', 'Z', 'Virtue,', 'H', 'supplied', 'A', 'in', 't', 'him', 'b', 'S']", + "output": [ + "togprofoundOactivityhdirectedmofZVirtue,HsuppliedAinthimbS" + ] + }, + { + "id": "openseek-4-fb0637b078f346279eddb68677e765ea", + "input": "['c', 'a', 's', 'some', 't', 'M', 'E']", + "output": [ + "cassometME" + ] + }, + { + "id": "openseek-4-9f3ed60c3f19435cb2059574c693b25f", + "input": "['his', 'Q', 'x', 'was', 'U']", + "output": [ + "hisQxwasU" + ] + }, + { + "id": "openseek-4-3d4c8155947d4053a5d8a2e37ac023ee", + "input": "['o9', 'O', 'BOOK', 'r', 'X', 'k', 'm', 'when', 'L', 'Having', 'P']", + "output": [ + "o9OBOOKrXkmwhenLHavingP" + ] + }, + { + "id": "openseek-4-371230f4e7c5473d822508326cfcd025", + "input": "['the', 'r', 'O', 'stepmother,', 't', 'Q', 'many', 'U']", + "output": [ + "therOstepmother,tQmanyU" + ] + }, + { + "id": "openseek-4-6676ac40c8364d6dbc0a0ca4d89e4bdb", + "input": "['exact', 'm', 'peculiar', 'Q', 'seas', 'G', 'the', 'e']", + "output": [ + "exactmpeculiarQseasGthee" + ] + }, + { + "id": "openseek-4-1293ffa5575646378a742d16d50935dd", + "input": "['freshets', 'v', 'Q', 'have', 'k', 'R', 'transfer', 'e', 'which', 'V', 'for', 'O']", + "output": [ + "freshetsvQhavekRtransferewhichVforO" + ] + }, + { + "id": "openseek-4-2b4ea72c752c4021aaa2bbc75f464735", + "input": "['reign', 'y', 'n', 'w', 'F', 'whole', 'W', 'v', 'superior', 'f']", + "output": [ + "reignynwFwholeWvsuperiorf" + ] + }, + { + "id": "openseek-4-d30b143d75cd421087ca5de46660ca41", + "input": "['containing', 'I', 'drought', 'E', 'U', 'x', 'unearthly', 'y']", + "output": [ + "containingIdroughtEUxunearthlyy" + ] + }, + { + "id": "openseek-4-213d7be38aed497aa32afacd117c85ff", + "input": "['for', 'j', 'hand4that', 'x', 'of', 'p', 'P', 'X', 'w']", + "output": [ + "forjhand4thatxofpPXw" + ] + }, + { + "id": "openseek-4-6cba7d046e514d3e9c89c8e48087e04f", + "input": "['i', 'o', 'V', 'over', 'e', 'H', 'an', 'f', 'u', 'V', 'whale-hunter', 'C']", + "output": [ + "ioVovereHanfuVwhale-hunterC" + ] + }, + { + "id": "openseek-4-532682fde2284c7d8f0c22b211ef8f7f", + "input": "['Z', 'Y', 'unpleasing,', 'w', 'G']", + "output": [ + "ZYunpleasing,wG" + ] + }, + { + "id": "openseek-4-3141d261605e4bcc9eac66ddf60e4f38", + "input": "['the', 'N', 'R', 'k', 'has', 'E', 'B', 'X']", + "output": [ + "theNRkhasEBX" + ] + }, + { + "id": "openseek-4-ed6cd3468f804998b6c68c3d988d1ce8", + "input": "['I', 'p']", + "output": [ + "Ip" + ] + }, + { + "id": "openseek-4-697d594873834b1a94db04fc7a9f8a41", + "input": "['of', 'A', 'of', 'm', 'p', 'C', 'z']", + "output": [ + "ofAofmpCz" + ] + }, + { + "id": "openseek-4-6c366c74e6664442940f72948f450e9f", + "input": "['Broad', 'j', 'V', 'you', 'x', 'u', 'also', 'n', 'of', 'Z', 'b', 'W', 'z']", + "output": [ + "BroadjVyouxualsonofZbWz" + ] + }, + { + "id": "openseek-4-c0f2e7cbc75b4dd981a7e8039bafe5e1", + "input": "['a', 'V', 'a', 'away.', 'x', 'Q', 'rich', 'r', 'D']", + "output": [ + "aVaaway.xQrichrD" + ] + }, + { + "id": "openseek-4-8b193e98971948afa80f60839b06f7f2", + "input": "['F', 'a', 'The', 'c', 'c', 'all', 'v', 'now', 'J', 'j']", + "output": [ + "FaTheccallvnowJj" + ] + }, + { + "id": "openseek-4-1660068d5f534369958ca4b1c8964911", + "input": "['standard-bearer', 'E', 'those', 'z', 'still', 'T']", + "output": [ + "standard-bearerEthosezstillT" + ] + }, + { + "id": "openseek-4-f665997a3cec4048a4db05f8431ac9d4", + "input": "['thicker', 'Y', 'come.', 'Q', 'some', 'x', 'the', 'l', 'L', 'E', 'l', 'like', 'u', 'the', 't']", + "output": [ + "thickerYcome.QsomexthelLEllikeuthet" + ] + }, + { + "id": "openseek-4-d093de51561344ae83d0d3a79cf9782f", + "input": "['was', 'v', 'H']", + "output": [ + "wasvH" + ] + }, + { + "id": "openseek-4-750b89659e564c028c9fadaa8d226aee", + "input": "['to', 'G', 'P', 'u', 'supposed', 'r', 'the', 'g', 'the', 'Q', 'our', 'w']", + "output": [ + "toGPusupposedrthegtheQourw" + ] + }, + { + "id": "openseek-4-777a440650c64b298f3c7fa0d571b395", + "input": "['chased,', 'J', 'water,', 'R', 'D', 'M', 'mind', 'W', 'went', 'l', '_ye_', 'I']", + "output": [ + "chased,Jwater,RDMmindWwentl_ye_I" + ] + }, + { + "id": "openseek-4-316e4d1eb9674b0cb4cca0a12ffddc0a", + "input": "['r', 'n', 'H', 'C', 'y', 'it', 'l']", + "output": [ + "rnHCyitl" + ] + }, + { + "id": "openseek-4-6091b93d47394872897547edea37b20d", + "input": "['P', 'two', 'C', 'Z', 'thou,', 't', 'in', 'k', 'gaspings', 'C', 'was', 'D', 'now', 'z', 'other', 'g', 'm']", + "output": [ + "PtwoCZthou,tinkgaspingsCwasDnowzothergm" + ] + }, + { + "id": "openseek-4-9943282c5698476d928c28ed190bed2c", + "input": "['shark,', 'N', 'R', 'same', 'r', 'the', 'b', 'w', 'this', 'd']", + "output": [ + "shark,NRsamerthebwthisd" + ] + }, + { + "id": "openseek-4-299bf296bc1b415a87d01a545487e334", + "input": "['softly', 'F', 'the', 'q', 'd']", + "output": [ + "softlyFtheqd" + ] + }, + { + "id": "openseek-4-457d465c39bc4436903d0e90dd906f82", + "input": "['S', 'he', 'A', 'happened,', 'm', 'of', 't', 'under', 'G', 'j', 'o', 'S', 'Z']", + "output": [ + "SheAhappened,moftunderGjoSZ" + ] + }, + { + "id": "openseek-4-169240b5cb5e4dfc886b405d5f62b7c1", + "input": "['O', 'burglar', 'D', 'A', 'idea', 'X', 'v', 'knee', 'u', 'r', 'supplied', 'm', 'particular', 'W']", + "output": [ + "OburglarDAideaXvkneeursuppliedmparticularW" + ] + }, + { + "id": "openseek-4-efc0cf7964cd42a09716f8746b211df0", + "input": "['b', 'that', 'T', 'it', 'O']", + "output": [ + "bthatTitO" + ] + }, + { + "id": "openseek-4-13ac30f749de49a1bf6902866a45610f", + "input": "['and', 'F', 'caught', 'l', 'u', 'p', 'k']", + "output": [ + "andFcaughtlupk" + ] + }, + { + "id": "openseek-4-f01d995c2d1e438990a046f6911cd3d4", + "input": "['born', 'c', 'not', 'W', 'v', 'nor', 'M', 'n', 'a']", + "output": [ + "borncnotWvnorMna" + ] + }, + { + "id": "openseek-4-4fb1856ee31143778e692a948b5ca11c", + "input": "['that', 'Z', 'N', 'hammered', 'm', 'Q']", + "output": [ + "thatZNhammeredmQ" + ] + }, + { + "id": "openseek-4-f5c26fd376f34e18bb9e4f3ca2df5da4", + "input": "['of', 'P', 'v', 'e', 'l', 'remained,', 'd', 'there.', 'F', 'W', 'z']", + "output": [ + "ofPvelremained,dthere.FWz" + ] + }, + { + "id": "openseek-4-8339dcd0f84e495089757dcee720a6ff", + "input": "['S', 'As', 'K', 'v']", + "output": [ + "SAsKv" + ] + }, + { + "id": "openseek-4-f9c11244ab1649f5abcd935a7ffd0a0e", + "input": "['Cook,', 'I', 'T', 'B', 'a', 'U', 'p', 'L', 'me', 'G', 'y']", + "output": [ + "Cook,ITBaUpLmeGy" + ] + }, + { + "id": "openseek-4-545ef0a2cc724781b1ef047a742acc83", + "input": "['C', 'the', 'o', 'said', 'q', 'M', 'Crish,', 'R']", + "output": [ + "CtheosaidqMCrish,R" + ] + }, + { + "id": "openseek-4-899fdc67e7164a2ea5cd8d54925fd76e", + "input": "['compasses', 'q', 'stuck', 'v', 'f', 'arms.', 'c', 'O', 'v']", + "output": [ + "compassesqstuckvfarms.cOv" + ] + }, + { + "id": "openseek-4-20d6757df049416bb0a7126502f39764", + "input": "['preparing', 'Q', 'to', 'a', 'a', 'P']", + "output": [ + "preparingQtoaaP" + ] + }, + { + "id": "openseek-4-165d75c91c1f46b59665e87334990ffd", + "input": "['jolly', 'v', 'I', 'utterly', 'K', 'g', 'and', 'q']", + "output": [ + "jollyvIutterlyKgandq" + ] + }, + { + "id": "openseek-4-0b918c8b8d7e41e1a6ae7343ae83c5f1", + "input": "['happens', 'g', 's', 'added', 'A']", + "output": [ + "happensgsaddedA" + ] + }, + { + "id": "openseek-4-cf2608fc013b41a884cdc6f187b3506f", + "input": "['Y', 'then', 'g']", + "output": [ + "Ytheng" + ] + }, + { + "id": "openseek-4-3da4cdfc2cdb400587e0d4ec761471d5", + "input": "['D', 'Q', 'A', 'before', 'Q', 'when', 'f', 'lesson', 'X', 'Q', 'the', 'F']", + "output": [ + "DQAbeforeQwhenflessonXQtheF" + ] + }, + { + "id": "openseek-4-b145a91c64b7494cbf0379ee790ae4e8", + "input": "['q', 'r', 'these', 'I', 'F', 'k', 'N', 'p', 'C', 'Town-Ho', 'f', 'u']", + "output": [ + "qrtheseIFkNpCTown-Hofu" + ] + }, + { + "id": "openseek-4-3d64fc75a21e44edaf1a98b93645d6bc", + "input": "['moderate', 'G', 'H', 'M', 'k', 'Z', 'v', 'face.', 'Z', 'have', 'C', 'that', 'O']", + "output": [ + "moderateGHMkZvface.ZhaveCthatO" + ] + }, + { + "id": "openseek-4-ebde42d1fa40465abc99a839baf97f18", + "input": "['in', 'h', 'a', 'w', 'O', 'battle', 'P']", + "output": [ + "inhawObattleP" + ] + }, + { + "id": "openseek-4-b7ce57d0e81743e08ae68a0d3cd78128", + "input": "['w', 'And', 'Z', 'y', 'the', 'h', 'X', 'mistaken', 'J', 'h']", + "output": [ + "wAndZythehXmistakenJh" + ] + }, + { + "id": "openseek-4-883b9fc6500d464ba05006c992ea1652", + "input": "['B', 'c8Who9s', 'd', 't', 'at', 'N', 'pinny', 'D', 'him,', 'U', 'maple,', 'C', 'z', 'b']", + "output": [ + "Bc8Who9sdtatNpinnyDhim,Umaple,Czb" + ] + }, + { + "id": "openseek-4-5a564223290d4b339ed07f78c261227c", + "input": "['x', 'superstition;', 'h', 'g', 'X', 'r', 'cherish', 'z', 'S', 'U']", + "output": [ + "xsuperstition;hgXrcherishzSU" + ] + }, + { + "id": "openseek-4-07c510e185914d6a9d36b38cdba0436c", + "input": "['W', 'and', 'S', 'for', 'b', 'cut', 'O']", + "output": [ + "WandSforbcutO" + ] + }, + { + "id": "openseek-4-cce5cfdfd2764af285a8a4e518957a1c", + "input": "['J', 'Forty', 'E', 'n']", + "output": [ + "JFortyEn" + ] + }, + { + "id": "openseek-4-db3d4be8d9c04817a638675384700eee", + "input": "['c', 'must', 'G', 'oil,', 'Z', 'C', 'I', 'k', 'd']", + "output": [ + "cmustGoil,ZCIkd" + ] + }, + { + "id": "openseek-4-589d11a5360c46079f4d027617778171", + "input": "['c', 'p', 'p', 'of', 's', 'an', 'L', 'q']", + "output": [ + "cppofsanLq" + ] + }, + { + "id": "openseek-4-02b23614e11b4992afa418283c728e27", + "input": "['silver', 'I', 'W', 'N']", + "output": [ + "silverIWN" + ] + }, + { + "id": "openseek-4-692bacf772d848f2ac2b1af8b942cdd2", + "input": "['L', 'George9s', 'P', 'o', 'M', 'M']", + "output": [ + "LGeorge9sPoMM" + ] + }, + { + "id": "openseek-4-5acbc264325c42c5b1d540d7ab11674c", + "input": "['Q', 'a']", + "output": [ + "Qa" + ] + }, + { + "id": "openseek-4-78aa7c651fa74e39a6bbaa244f04c9a4", + "input": "['T', 'Starbuck.', 'b', 'will', 'Q', 'smiting', 'L', 'g', 'we', 'Z', 'nature.', 'i', 'u']", + "output": [ + "TStarbuck.bwillQsmitingLgweZnature.iu" + ] + }, + { + "id": "openseek-4-b6f24688f4ca49169f215929930e14f9", + "input": "['the', 'v', 'T', 'to', 'M', 'Don9t', 'o', 'q', 'cHands', 'Z', 'unwelcome', 'd']", + "output": [ + "thevTtoMDon9toqcHandsZunwelcomed" + ] + }, + { + "id": "openseek-4-5efcf2a2c7e34e03aaaddcd419f0930a", + "input": "['rope', 'j', 'o', 't', 'd', 'seeing', 'D']", + "output": [ + "ropejotdseeingD" + ] + }, + { + "id": "openseek-4-d95434cdbe974cfc94df19be22be0c36", + "input": "['u', 'himself,', 'o', 'taken', 'Y', 'z', 'cheerful', 'S', 'u', 'there,', 'Z', 'y', 'C']", + "output": [ + "uhimself,otakenYzcheerfulSuthere,ZyC" + ] + }, + { + "id": "openseek-4-c83599b8fd3040a6aeba277a0a52d776", + "input": "['I', 'j', 'X', 'o', 'o', 'utterly', 'q', 'with', 'N', 'D', 'U', 'as', 'A']", + "output": [ + "IjXooutterlyqwithNDUasA" + ] + }, + { + "id": "openseek-4-6ecbbc6060a44f7d920e60e6b6f4feb3", + "input": "['By', 'R', 's', 'all', 't', 'But', 's']", + "output": [ + "ByRsalltButs" + ] + }, + { + "id": "openseek-4-41d6a5e6d6884452b3658bc3a5d3e05a", + "input": "['t', 'I9d', 'L', 'that', 'F', 'Z', 'r', 'of', 'k', 'to', 'a', 'darted', 'm', 'the', 'D', 'over', 'b']", + "output": [ + "tI9dLthatFZrofktoadartedmtheDoverb" + ] + }, + { + "id": "openseek-4-2774e249f1ab4eef97e8a47cec9f2c0f", + "input": "['d', 'u', 'saw', 'Z', 'L', 'so', 'A', 'the', 'F', 'Y', 'q', 'next;', 'c', 'for', 'V']", + "output": [ + "dusawZLsoAtheFYqnext;cforV" + ] + }, + { + "id": "openseek-4-903f95b133bf48dca91d23ef6b91b5eb", + "input": "['sea.', 'z', 'its', 'C', 'bodily,', 'M', 'reaching', 's']", + "output": [ + "sea.zitsCbodily,Mreachings" + ] + }, + { + "id": "openseek-4-063fcc68f2854cb982651a07f6a2985b", + "input": "['and', 'E', 'p', 'N', 'sailors,', 'P']", + "output": [ + "andEpNsailors,P" + ] + }, + { + "id": "openseek-4-6ff88f1c2bed42988c9e4a1c2ca4ac36", + "input": "['barbs', 'X', 'but', 'n', 'c', 'c']", + "output": [ + "barbsXbutncc" + ] + }, + { + "id": "openseek-4-46b3d9461e4f4328b279294c20ef9b54", + "input": "['k', 'T', 'when', 'q', 'c']", + "output": [ + "kTwhenqc" + ] + }, + { + "id": "openseek-4-b2ca3ccc341849d68db592b3ab3d7103", + "input": "['to', 'p', 'and', 'z', 'the', 'J', 'p', 'H', 'palpableness', 'L', 'Q', 'o', 'and', 'L', 'r']", + "output": [ + "topandztheJpHpalpablenessLQoandLr" + ] + }, + { + "id": "openseek-4-39c9e2cd3d6540b692d09eae13e87a1e", + "input": "['the', 'f', 'none', 'H', 'me.', 'Q', 'the', 'e', 'feet', 'i', 'they', 'y', 'voice,', 'D', 'r']", + "output": [ + "thefnoneHme.Qtheefeetitheyyvoice,Dr" + ] + }, + { + "id": "openseek-4-1437c8d02fd249c699267da7f41decbd", + "input": "['catch', 'k', 'd', 'to', 'q', 'O', 'Death', 'l', 'whale-ship', 'n', 'though', 'N', 'v']", + "output": [ + "catchkdtoqODeathlwhale-shipnthoughNv" + ] + }, + { + "id": "openseek-4-58fe10c09d5b44b99ffc83c122505fd7", + "input": "['A', 'i']", + "output": [ + "Ai" + ] + }, + { + "id": "openseek-4-ee4704b1e2e84f6ea3e90fcfec2f9e0a", + "input": "['B', 'him,', 'V', 'as', 'Q', 'they', 'w']", + "output": [ + "Bhim,VasQtheyw" + ] + }, + { + "id": "openseek-4-0154e99b6155429b89e0a31be8bfbdf7", + "input": "['Z', 'H', 'rolled', 'x', 'than', 'F', 'is', 'Z', 'e']", + "output": [ + "ZHrolledxthanFisZe" + ] + }, + { + "id": "openseek-4-130240b6ee8c4eb29b64fd16217fd658", + "input": "['b', 'z', 'U', 'Sperm', 'W', 'did', 'K', 'h', 'of', 'm']", + "output": [ + "bzUSpermWdidKhofm" + ] + }, + { + "id": "openseek-4-be6388b501b24d9ba813988b5f6c63ea", + "input": "['like', 'r', 'I', 'a', 'L', 'little', 'M', 'x', 'knights', 'n', 'j', 'C', 'k', 'lungs', 'u']", + "output": [ + "likerIaLlittleMxknightsnjCklungsu" + ] + }, + { + "id": "openseek-4-50125f88296b48f7bd2a1f7961e67aac", + "input": "['good', 'g', 'G', 'E', 'a', 'I', 'H', 'O', 'rods!d', 'W']", + "output": [ + "goodgGEaIHOrods!dW" + ] + }, + { + "id": "openseek-4-8cd639359ce242978cb44da5cff11cfa", + "input": "['p', 't', 'bade', 'k']", + "output": [ + "ptbadek" + ] + }, + { + "id": "openseek-4-62a87d4093f24ff0bdc807da1accd082", + "input": "['j', 'H', 'K', 'c', 'E', 'J']", + "output": [ + "jHKcEJ" + ] + }, + { + "id": "openseek-4-2bbd3cb397b7464d8dc018acbea45fc5", + "input": "['M', 'r', 'lid', 'v', 'been,', 'k', 'the', 'D', 'like', 'X']", + "output": [ + "Mrlidvbeen,ktheDlikeX" + ] + }, + { + "id": "openseek-4-b3fb0ad4094b404cacf7ddf7797062da", + "input": "['O', 'stuffed', 'y', 'field', 'R', 'C', 's', 'thou', 'M']", + "output": [ + "OstuffedyfieldRCsthouM" + ] + }, + { + "id": "openseek-4-530fa209571f4a15b940caf01a1eda45", + "input": "['morning;', 't', 'I', 'P', 'Bibles,', 'M', 'iron', 'p', 'It', 'R', 'L']", + "output": [ + "morning;tIPBibles,MironpItRL" + ] + }, + { + "id": "openseek-4-5948f17af5444ed7a9350204150dd494", + "input": "['r', 'I', 'face', 'O', 'lurking', 'V', 'F', 'G', 'D']", + "output": [ + "rIfaceOlurkingVFGD" + ] + }, + { + "id": "openseek-4-6c10a7712efb439290513633c85859df", + "input": "['sofas,', 't', 'Atlantic', 'z', 'them', 'o', 'w', 'P', 'h', 'allies;', 'C', 'hull', 'n', 'D']", + "output": [ + "sofas,tAtlanticzthemowPhallies;ChullnD" + ] + }, + { + "id": "openseek-4-b0d539acd79641f7b8492c172a925656", + "input": "['it,', 'A', 'c', 'treacherous', 'b', 'was', 'r', 'b', 'i', 'and', 'g', 'b', 'o', 'f']", + "output": [ + "it,Actreacherousbwasrbiandgbof" + ] + }, + { + "id": "openseek-4-b77659a164ae433582b2556b62a3057e", + "input": "['cry', 'q', 'with', 'H', 'his', 'b', 'bows,', 'g', 'p']", + "output": [ + "cryqwithHhisbbows,gp" + ] + }, + { + "id": "openseek-4-517b5be4101b4f5c8fd8de805fd7b1a9", + "input": "['selectest', 'h', 'A', 'm', 'If', 'n']", + "output": [ + "selectesthAmIfn" + ] + }, + { + "id": "openseek-4-3d13ae3361ab41d0841e214a4bf3ddc0", + "input": "['j', 'n', 'C', 'c', 'but', 'F', 'is', 's', 'frankly', 't']", + "output": [ + "jnCcbutFissfranklyt" + ] + }, + { + "id": "openseek-4-34c98cd5a305461782eee7c44f23b0a5", + "input": "['Starbuck', 'f', 'u', 'Pequod', 'g', 'is', 'z', 'R', 'f', 'six', 'A']", + "output": [ + "StarbuckfuPequodgiszRfsixA" + ] + }, + { + "id": "openseek-4-9574e163cd76422d8fc749a0d688e319", + "input": "['H', 'b', 's']", + "output": [ + "Hbs" + ] + }, + { + "id": "openseek-4-9b0bbeca50d1477780f36b242415c2c7", + "input": "['too,', 'G', 'had', 'Y', 'and', 'E', 'from', 'D', 'p', 'G', 'the', 'd', 'y', 'credentials', 'q', 'shrill', 'w']", + "output": [ + "too,GhadYandEfromDpGthedycredentialsqshrillw" + ] + }, + { + "id": "openseek-4-8d6ee7fe6b9f49d78e2de7de20f8238e", + "input": "['a', 'e', 'h', 'Mrs.', 'h', 'p', 'were', 'g', 'days', 'e', 'p', 'h', 'o', 'Y']", + "output": [ + "aehMrs.hpweregdaysephoY" + ] + }, + { + "id": "openseek-4-cd9a70aab6fc4f1e9b386b8777330bab", + "input": "['up,', 'u', 'dippers;', 'H', 'B', 'f', 'me.', 'F']", + "output": [ + "up,udippers;HBfme.F" + ] + }, + { + "id": "openseek-4-fd04bdec0cb049a09c6c2b8024d90685", + "input": "['Z', 'g', 'D', 'old', 'a', 'unworshipping', 'w', 'plainly', 'D', 'pack', 'R', 'r']", + "output": [ + "ZgDoldaunworshippingwplainlyDpackRr" + ] + }, + { + "id": "openseek-4-2eccb38015f34e45a91dbefc72b8aafa", + "input": "['K', 'u', 'just', 'M', 'I', 'Q', 'shall', 'Q', 's']", + "output": [ + "KujustMIQshallQs" + ] + }, + { + "id": "openseek-4-700df34a75a5420d9c2266dff072a996", + "input": "['r', 'the', 'R', 'Peleg4that9s', 'H', 'f', 'e', 'U', 'D', 'x']", + "output": [ + "rtheRPeleg4that9sHfeUDx" + ] + }, + { + "id": "openseek-4-a98ec00b9e9e46dbbed08a55376991a1", + "input": "['a', 'U', 'fireside,', 'l', 'W', 'L']", + "output": [ + "aUfireside,lWL" + ] + }, + { + "id": "openseek-4-b357d3f14c8541d39853a56b106874eb", + "input": "['ivory', 'w', 'Y', 'of', 'R', 'T', 'to', 'n', 'Q', 'Y', 'T', 'the', 'm', 'Starbuck', 'H']", + "output": [ + "ivorywYofRTtonQYTthemStarbuckH" + ] + }, + { + "id": "openseek-4-b0da4ffdb02a4dbcb84ae927bb8ff699", + "input": "['Fogo', 'e', 'P', 'F']", + "output": [ + "FogoePF" + ] + }, + { + "id": "openseek-4-c1fc7e31491a490e9cec0d5121c90e1b", + "input": "['to', 'F', 'H', 'I', 'H', 'this?', 'o']", + "output": [ + "toFHIHthis?o" + ] + }, + { + "id": "openseek-4-6545826067d249dbb47424ece56d5d16", + "input": "['m', 'M']", + "output": [ + "mM" + ] + }, + { + "id": "openseek-4-9a0a3dda9caf41c3a95e7c4b8eecda01", + "input": "['scattered', 'D', 'rest', 'c', 'o', 'thou', 'i', 'found', 'Z']", + "output": [ + "scatteredDrestcothouifoundZ" + ] + }, + { + "id": "openseek-4-be9e20b1c2344d2eba426a06176c904e", + "input": "['Ishmael.', 'Y', 'o', 'nations', 'h', 'several', 'q', 'men.', 'B', 'see.d', 'o']", + "output": [ + "Ishmael.Yonationshseveralqmen.Bsee.do" + ] + }, + { + "id": "openseek-4-3639ada3ff0b41cd90608ff22e00aae2", + "input": "['j', 'mock', 'a', 't', 'corresponding', 'w', 'foaming', 'k', 'twenty', 'B', 'Meanwhile', 'R', 'the', 'H', 'o']", + "output": [ + "jmockatcorrespondingwfoamingktwentyBMeanwhileRtheHo" + ] + }, + { + "id": "openseek-4-baa2b3c635a04e78b2f2d1ba034ea208", + "input": "['x', 'b', 'h', 'L', 'of', 'Z']", + "output": [ + "xbhLofZ" + ] + }, + { + "id": "openseek-4-603dcad348a846fab406b2ae41281fda", + "input": "['all', 'n', 's', 'Y', 'was', 'i', 'on', 'v', 'extra', 'H', 'some', 'G']", + "output": [ + "allnsYwasionvextraHsomeG" + ] + }, + { + "id": "openseek-4-f33a470be4ce4692a09036ef6b4e2d10", + "input": "['I', 'a', 'p', 'f', 'g', 'Y', 't']", + "output": [ + "IapfgYt" + ] + }, + { + "id": "openseek-4-a479b576cb784f349c853fa348c83f95", + "input": "['P', 'Q', 'great', 'C', 'cabins', 'q', 'f']", + "output": [ + "PQgreatCcabinsqf" + ] + }, + { + "id": "openseek-4-36f439fbf7aa4c3492c78ff3b34f20f1", + "input": "['cabin.', 'A', 'Y', 'f']", + "output": [ + "cabin.AYf" + ] + }, + { + "id": "openseek-4-a5a5428aa7b1402e815410ae33097b0a", + "input": "['Measurement', 'g', 'a', 'x', 'T', 'Z', 'u', 'h', 'and', 'O', 'imposing', 'Y', 'z']", + "output": [ + "MeasurementgaxTZuhandOimposingYz" + ] + }, + { + "id": "openseek-4-d40b70a108d24d5bb3b68d3b63f038bf", + "input": "['j', 'life-buoy', 'A', 'X', 'K', 's', 'equatorial', 'O', 'L', 'in', 'M']", + "output": [ + "jlife-buoyAXKsequatorialOLinM" + ] + }, + { + "id": "openseek-4-542358a2db6743deb8f85994ddf47a38", + "input": "['z', 'c', 'Q', 'but', 'x']", + "output": [ + "zcQbutx" + ] + }, + { + "id": "openseek-4-808ae94644354b02ba7105fd62e3daa3", + "input": "['R', 'F']", + "output": [ + "RF" + ] + }, + { + "id": "openseek-4-8df0f685ed064ad59e34aa2bfdf118cd", + "input": "['H', 'I', 'w', 'A', 'A', 'p']", + "output": [ + "HIwAAp" + ] + }, + { + "id": "openseek-4-0935f5ed4d7e4b21a8e300e3ca6ef234", + "input": "['c', 'L', 'M', 'c', 'returns', 'T', 'for', 'J', 'K']", + "output": [ + "cLMcreturnsTforJK" + ] + }, + { + "id": "openseek-4-190ee9ee719e4902bbdd57ccc4535eff", + "input": "['that', 'g', 'need,', 'L', 'thereof9', 'i', 'sneaks', 'V', 'this', 'd']", + "output": [ + "thatgneed,Lthereof9isneaksVthisd" + ] + }, + { + "id": "openseek-4-4d33a054e41f4bde8a1751bb830563c3", + "input": "['g', 'preceding', 'K', 'l', 'do', 'O', 'a', 'O', 'he', 'Q', 'have', 'X']", + "output": [ + "gprecedingKldoOaOheQhaveX" + ] + }, + { + "id": "openseek-4-183b865ef598495ba29896ad9a260682", + "input": "['inferiority', 'O', 's', 'an', 'o']", + "output": [ + "inferiorityOsano" + ] + }, + { + "id": "openseek-4-dda503a8973f48779d2e6660fc52fd20", + "input": "['thy', 'R', 'the', 'b', 'manifold', 'O', 'N', 'D', 'jacket', 'c', 'in', 'o', 'periodically', 'P', 'priest', 'j', 'X']", + "output": [ + "thyRthebmanifoldONDjacketcinoperiodicallyPpriestjX" + ] + }, + { + "id": "openseek-4-1afca7c2d3144f71b6aac3317d3559fc", + "input": "['k', 'M', 'C', 'careful', 'p', 'gunwale.', 'k', 'fire;', 'Z', 'Y']", + "output": [ + "kMCcarefulpgunwale.kfire;ZY" + ] + }, + { + "id": "openseek-4-69d2feded9574656b1b3a54965f3cbc4", + "input": "['nothing', 'C', 'then,', 'A', 'till', 'O', 'him', 'C', 'o', 'biscuits', 'F', 'ship.', 'W', 'privilege', 'i', 'L']", + "output": [ + "nothingCthen,AtillOhimCobiscuitsFship.WprivilegeiL" + ] + }, + { + "id": "openseek-4-09929df5ff4a49fa969769126f30c0df", + "input": "['B', 'great', 'G', 'S', 'earlier', 'P', 'exceedingly', 'r']", + "output": [ + "BgreatGSearlierPexceedinglyr" + ] + }, + { + "id": "openseek-4-1e389b933d3946aaac3cd88332a8328b", + "input": "['h', 'thing', 'J', 'of', 'Q', 'plank,', 'x', 'g', 'd', 'T', 'the', 'h', 'F', 'prouder,', 'm']", + "output": [ + "hthingJofQplank,xgdTthehFprouder,m" + ] + }, + { + "id": "openseek-4-dedddac1c212472d90d0a5193e09d886", + "input": "['e', 'drawing', 'X', 'W', 'rare', 'n', 's', 'the', 'D', 'a']", + "output": [ + "edrawingXWrarenstheDa" + ] + }, + { + "id": "openseek-4-c81fa0f38833477dafea55ba1ff9d992", + "input": "['T', 'X', 'night.', 'j', 'V', 'comforts,', 'O', 'had', 'T', 'boat', 'r']", + "output": [ + "TXnight.jVcomforts,OhadTboatr" + ] + }, + { + "id": "openseek-4-36435bf1b8f4468dadeb72a047e3816d", + "input": "['k', 'O', 'V', 'various', 'U', 'b', 'M', 'come', 'X', 'M', 'a']", + "output": [ + "kOVvariousUbMcomeXMa" + ] + }, + { + "id": "openseek-4-9303d59755914000adbc15edf6c3df9e", + "input": "['slabs', 'q', 'exasperating', 'p', 'a', 'N', 'name', 'd', 'escape', 'l']", + "output": [ + "slabsqexasperatingpaNnamedescapel" + ] + }, + { + "id": "openseek-4-6ce879cd551547df9c2ee8ebce5871b1", + "input": "['X', 'I9ll', 'i', 'arisen', 'v', 'U', 'q', 'N', 'present', 'o', 'U', 'his', 'N', 'B']", + "output": [ + "XI9lliarisenvUqNpresentoUhisNB" + ] + }, + { + "id": "openseek-4-94a7c3b2fa5c46a8bfe7eaf00cd40c75", + "input": "['Sea', 't', 'forked', 'N']", + "output": [ + "SeatforkedN" + ] + }, + { + "id": "openseek-4-09d480080e0d453c8a262b5deae8531c", + "input": "['g', 'the', 's', 'g', 'this', 'j', 'especially', 'K', 'do?4all?d', 'Q', 'in', 'H', 'place.', 'n', 'it4a', 'F', 'p']", + "output": [ + "gthesgthisjespeciallyKdo?4all?dQinHplace.nit4aFp" + ] + }, + { + "id": "openseek-4-0fe0c53d8d374321a8246465849639d0", + "input": "['a', 's', 'H', 'All', 'K', 'be', 'T']", + "output": [ + "asHAllKbeT" + ] + }, + { + "id": "openseek-4-6e2c4c9b90d64420ae1792b14a69eee4", + "input": "['royal', 'x', 'soon', 'z', 'D', 'p']", + "output": [ + "royalxsoonzDp" + ] + }, + { + "id": "openseek-4-48409d7d6df240e7a8166256a6577e4b", + "input": "['and', 'd', 'y', 'u', 'F', 'G', 'their', 'n', 'of', 'B']", + "output": [ + "anddyuFGtheirnofB" + ] + }, + { + "id": "openseek-4-b0d78f60349046ed834f1a129642097b", + "input": "['h', 'G']", + "output": [ + "hG" + ] + }, + { + "id": "openseek-4-9672deaa00ce44f8afb3de98c87ddba3", + "input": "['M', 'A', 'L', 'face,', 'K']", + "output": [ + "MALface,K" + ] + }, + { + "id": "openseek-4-9eb81aa2c8de4820be27c27494db8949", + "input": "['W', 'h']", + "output": [ + "Wh" + ] + }, + { + "id": "openseek-4-2f2e9df0a68246b6be51641d827eff8a", + "input": "['Heads', 'v', 'I', 'to', 'l']", + "output": [ + "HeadsvItol" + ] + }, + { + "id": "openseek-4-c85c2b6768194609bf03061df838ef07", + "input": "['S', 'J', 'freedom', 'z', 'p', 'gives', 'A', 'j', 'ignorant', 'z', 'stave', 'm', 'c']", + "output": [ + "SJfreedomzpgivesAjignorantzstavemc" + ] + }, + { + "id": "openseek-4-f3593397550043a291ce03077c92f0c3", + "input": "['k', 'u', 'a', 'y', 'W', 'bethinking', 'f', 'at', 'U', 'Captain', 'O', 'y']", + "output": [ + "kuayWbethinkingfatUCaptainOy" + ] + }, + { + "id": "openseek-4-d30f2cfe79804ccb8dddab760ba3820c", + "input": "['scraped', 'U', 'v', 'upon', 's', 'V.', 'a', 'h', 'h']", + "output": [ + "scrapedUvuponsV.ahh" + ] + }, + { + "id": "openseek-4-13d3e8850c6448f28010e0e379a01512", + "input": "['other', 'T', 'M', 'b', 'For', 'Y', 'e', 'k']", + "output": [ + "otherTMbForYek" + ] + }, + { + "id": "openseek-4-f3dce525f3fb4cb6b5772544a2e03de0", + "input": "['y', 'caught', 'd', 'f', 'boys,', 'm', 'tension', 'l', 'but', 'e', 'nor', 'K', 't']", + "output": [ + "ycaughtdfboys,mtensionlbutenorKt" + ] + }, + { + "id": "openseek-4-0a3618f5914a4fff9cdba6e03abd1f5f", + "input": "['P', 'L', 'k', 'whalebone', 'n']", + "output": [ + "PLkwhalebonen" + ] + }, + { + "id": "openseek-4-2f64e64db0ed4ff5b81cd96db71c8fea", + "input": "['almost', 'f', 'two;', 'A', 'an', 'c', 'be', 'W', 'y', 'that', 'G']", + "output": [ + "almostftwo;AancbeWythatG" + ] + }, + { + "id": "openseek-4-7618a880125b4a35aa3d67dc41ce1bce", + "input": "['if', 'C', 'name;', 'C', 'an', 's', 'aroma,4literally', 'F', 'p', 'whale,', 'j', 'N']", + "output": [ + "ifCname;Cansaroma,4literallyFpwhale,jN" + ] + }, + { + "id": "openseek-4-40ac1de0214c48d28ef9fc95d5b21770", + "input": "['violence', 'e', 'his', 'D', 'quarter', 'A', 'a', 'U', 'lad', 'G', 'island', 'w', 'S']", + "output": [ + "violenceehisDquarterAaUladGislandwS" + ] + }, + { + "id": "openseek-4-541684b056a54da0a7162d29e0e02338", + "input": "['e', 'heat', 'o', 'J', 'the', 'R', 'n', 'q', 'U', 'P', 'z']", + "output": [ + "eheatoJtheRnqUPz" + ] + }, + { + "id": "openseek-4-219aee4c9b574dde8472a226e1b2c922", + "input": "['M', 'Judgment', 'z', 'Herculaneum,', 'c', 'o', 'it', 'U', 'j', 'o']", + "output": [ + "MJudgmentzHerculaneum,coitUjo" + ] + }, + { + "id": "openseek-4-394c05b42fb34713bb198ffddb555e9f", + "input": "['none', 'N', 'in', 'W', 'from', 'R', 'Z', 'did.', 'H']", + "output": [ + "noneNinWfromRZdid.H" + ] + }, + { + "id": "openseek-4-cffc78f0262d479dbbdf2efb17c4f4e7", + "input": "['E', 'ton,', 'p', 'r', 'j', 'cThis,', 'p', 'nor', 'b', 'dull', 'w', 'y', 's']", + "output": [ + "Eton,prjcThis,pnorbdullwys" + ] + }, + { + "id": "openseek-4-b49ce9facce14afdbbc42dee3d4909ab", + "input": "['G', 'counted', 'n', 'q']", + "output": [ + "Gcountednq" + ] + }, + { + "id": "openseek-4-139958ce11e44258b169ab161fa7c407", + "input": "['u', 'an', 'q', 'has', 'p', 'e', 'Sheffield', 'c']", + "output": [ + "uanqhaspeSheffieldc" + ] + }, + { + "id": "openseek-4-44fc54fd5f0143509bfded6813e854d8", + "input": "['these', 'g', 'the', 'Q', 'm', 'quill,', 'O', 'o', 'published', 't', 'the', 'a']", + "output": [ + "thesegtheQmquill,Oopublishedtthea" + ] + }, + { + "id": "openseek-4-0b547317cd2040b4b74e19dc449f7846", + "input": "['N', 'article', 'q', 'q', 'Z', 'V']", + "output": [ + "NarticleqqZV" + ] + }, + { + "id": "openseek-4-6334c0c2a4bd4afb810501672415b1b8", + "input": "['j', 'J', 'their', 'C', 'A', 'H', 'left', 'W', 'm']", + "output": [ + "jJtheirCAHleftWm" + ] + }, + { + "id": "openseek-4-3341f19c8b364ddc827e1a469ccb45a9", + "input": "['z', 'o', 'brow', 'g', 'X', 'advanced', 'h', 'whale', 'y', 't', 'darkness.', 'L']", + "output": [ + "zobrowgXadvancedhwhaleytdarkness.L" + ] + }, + { + "id": "openseek-4-de9818cf3b3c4da1879569fd82c4d0b6", + "input": "['g', 'h', 'was', 'N']", + "output": [ + "ghwasN" + ] + }, + { + "id": "openseek-4-7a7797f32b5148e1a3d982ab105640d6", + "input": "['memories', 'N', 'now,d', 'u', 'truth', 'a']", + "output": [ + "memoriesNnow,dutrutha" + ] + }, + { + "id": "openseek-4-c89cd6b08ae641bbbe12f95b1af78b87", + "input": "['was', 'K', 'floated', 'n', 'strange', 'Q']", + "output": [ + "wasKfloatednstrangeQ" + ] + }, + { + "id": "openseek-4-43f562300310439bb2643c54b8b0cad3", + "input": "['easy', 'k', 'how', 'z', 'sail', 'e', 'boarded', 'z', 'K', 'o', 'Alarmed', 'k', 'O', 'only', 'C', 'n']", + "output": [ + "easykhowzsaileboardedzKoAlarmedkOonlyCn" + ] + }, + { + "id": "openseek-4-bed032baf2884e01b44bdc2f55a3abfe", + "input": "['n', 'to', 'W', 'lengthwise', 'g', 'and', 'o', 'stretched', 'N', 'F', 'berth,', 'z', '(_Advancing_.)', 'K']", + "output": [ + "ntoWlengthwisegandostretchedNFberth,z(_Advancing_.)K" + ] + }, + { + "id": "openseek-4-d9d5bb33d2994683a51c7fa9e7909d69", + "input": "['whole', 'U', 'l', 'P', 'x']", + "output": [ + "wholeUlPx" + ] + }, + { + "id": "openseek-4-78762a0620594087b00106915ea128e7", + "input": "['z', 'he', 'A', 'in', 'K', 'despair,', 'l', 'z']", + "output": [ + "zheAinKdespair,lz" + ] + }, + { + "id": "openseek-4-9927a4d541b044b2b4f8f591a3d14e04", + "input": "['K', 'T', 'contrastingly', 'S', 'iron', 'Y', 'simple', 'n', 'mentioned,', 'v', 'I', 'cracks.', 'B']", + "output": [ + "KTcontrastinglySironYsimplenmentioned,vIcracks.B" + ] + }, + { + "id": "openseek-4-0e0c920107a543e38563b5ac879cf42a", + "input": "['D', 'hue;', 'u', 'yards,', 'W', 'he,', 'Z', 'mark;', 'x', 'W', 'inches', 'q', 'It', 'D']", + "output": [ + "Dhue;uyards,Whe,Zmark;xWinchesqItD" + ] + }, + { + "id": "openseek-4-b762399c02754e118235e4a5b045965f", + "input": "['the', 'x', 'he', 'V', 'p', 'W', 'e', 'H', 'Yojo9s,', 'H', 'Z', 'e']", + "output": [ + "thexheVpWeHYojo9s,HZe" + ] + }, + { + "id": "openseek-4-11f457b6fa50449b9a7d21ff0dd9bf03", + "input": "['by', 'd', 'street,', 'u', 'he', 'H', 'to', 'G']", + "output": [ + "bydstreet,uheHtoG" + ] + }, + { + "id": "openseek-4-8f2e77c00f0646baa817e7c029077a96", + "input": "['place;', 't', 'with', 'y', 'n', 'like', 'a', 'one', 'H', 'q', 'm', 'folder', 'g']", + "output": [ + "place;twithynlikeaoneHqmfolderg" + ] + }, + { + "id": "openseek-4-e6628bdb054b4f2c93e99dd920620eae", + "input": "['the', 'g', 'Z', 'i', 'a']", + "output": [ + "thegZia" + ] + }, + { + "id": "openseek-4-3baec199cabb422f91127f186daed1c1", + "input": "['gasp,', 'M', 'social', 'u', 'e', 'm', 'seemed', 'o', 'firmly', 'e', 'twilight,', 'p', 'k', 'bracing', 'S']", + "output": [ + "gasp,Msocialuemseemedofirmlyetwilight,pkbracingS" + ] + }, + { + "id": "openseek-4-a9094479e76b446ca58b098946e837eb", + "input": "['q', 'm']", + "output": [ + "qm" + ] + }, + { + "id": "openseek-4-3127039651f54dc8950ad1af390f0c53", + "input": "['D', 'G', 'm', 'open', 't', 'H', 'by', 'F', 'case', 'u', 'g', 'M', 'lower,', 'X']", + "output": [ + "DGmopentHbyFcaseugMlower,X" + ] + }, + { + "id": "openseek-4-cfe471e6a14843639fa5fbe7b7905f05", + "input": "['B', 'and', 'f', 'presides', 'r', 'a', 'world.', 'i', 'g', 'b', 'r', 'b', 'grinning,d', 'e']", + "output": [ + "Bandfpresidesraworld.igbrbgrinning,de" + ] + }, + { + "id": "openseek-4-85cda5c2b13f45059f92cc330abca6af", + "input": "['one', 'J', 'long', 'k', 'you', 's']", + "output": [ + "oneJlongkyous" + ] + }, + { + "id": "openseek-4-ce374692f62d4a60ac8aa82e77e733d8", + "input": "['could', 'U', 'u', 'F', 'm', 'V', 'whale,', 'S']", + "output": [ + "couldUuFmVwhale,S" + ] + }, + { + "id": "openseek-4-bd31ee8e1b464bbeada909dff2f35e80", + "input": "['u', 'P', 'obeys;', 'l', 'too', 'd', 'U', 'air,', 'M', 'soft-toed', 'q', 'then,', 'K', 'u']", + "output": [ + "uPobeys;ltoodUair,Msoft-toedqthen,Ku" + ] + }, + { + "id": "openseek-4-11cb60280bc743b09572b66537ee578e", + "input": "['most', 'w', 'T', 'r', 'S', 'W', 'her', 'r', 'I']", + "output": [ + "mostwTrSWherrI" + ] + }, + { + "id": "openseek-4-d6473d929eae446d9b51da72ad8e829a", + "input": "['under', 'a', 'now', 'R', 'C']", + "output": [ + "underanowRC" + ] + }, + { + "id": "openseek-4-25dd45c2e8344648b33525c971b4612d", + "input": "['delicacy', 'c', 'F', 'p', 'I', 'n', 'W', 'almost', 'J', 'cForward,', 'S']", + "output": [ + "delicacycFpInWalmostJcForward,S" + ] + }, + { + "id": "openseek-4-24e82a17d4784c9189431eb0b4cb36d3", + "input": "['that', 'm', 'J', 'others', 'j', 'M', 'b', 'e', 'way', 't', 'd', 'still', 'h']", + "output": [ + "thatmJothersjMbewaytdstillh" + ] + }, + { + "id": "openseek-4-74d2d545d8014cdbab1891eda8e2199a", + "input": "['your', 'c', 'm', 'S', 'tomahawk', 'g', 'x', 'low', 't', 'V', 'w', 'R', 'you', 'x']", + "output": [ + "yourcmStomahawkgxlowtVwRyoux" + ] + }, + { + "id": "openseek-4-206e13c2295843719c832908a6dfa433", + "input": "['ship', 'X', 'B', 'mount!', 'I', 'the', 'W', 'G']", + "output": [ + "shipXBmount!ItheWG" + ] + }, + { + "id": "openseek-4-fe1022fb8907479f9c3edcdb25189fbf", + "input": "['good,', 'h', 'n', 'Y', 'kill', 'w', 'jagged', 'C', 'V']", + "output": [ + "good,hnYkillwjaggedCV" + ] + }, + { + "id": "openseek-4-a30dc7967e4f4b0085fe790d9acc89c9", + "input": "['o', 'R']", + "output": [ + "oR" + ] + }, + { + "id": "openseek-4-0d06b4ef6c1e4cce92a5bcd19eb95485", + "input": "['the', 'T', 'twin-brother,', 'g', 'by', 'R', 'g', 'W', 'dreadfully', 'i', 'y', 'M', 's']", + "output": [ + "theTtwin-brother,gbyRgWdreadfullyiyMs" + ] + }, + { + "id": "openseek-4-ef3c5a502d0c405ca3c9d8e00e13031f", + "input": "['e', 'u', 'insurgents', 'c', 'might', 'n', 'full', 'L', 'fragments', 'S', 'M', 'in', 'B']", + "output": [ + "euinsurgentscmightnfullLfragmentsSMinB" + ] + }, + { + "id": "openseek-4-3722df513f5044daacfd3a90a7654c20", + "input": "['j', 'on', 'C', 'hailed', 'v', 'P', 'K', 'o', 'm', 'then', 'R', 'your', 'l']", + "output": [ + "jonChailedvPKomthenRyourl" + ] + }, + { + "id": "openseek-4-ff52cee8f121413291f1fa742e081187", + "input": "['now,d', 'r', 'O', 'y', 'T', 'imperiously', 'p', 'E', 'head', 'i', 'a', 'X', 'arrives', 'G']", + "output": [ + "now,drOyTimperiouslypEheadiaXarrivesG" + ] + }, + { + "id": "openseek-4-449fd0287a2c4fdc8bd8d3eabb7f4cdc", + "input": "['f', 'b', 'h', 'z', 'you', 'R', 'weeds', 'K', 'x', 'of', 'k']", + "output": [ + "fbhzyouRweedsKxofk" + ] + }, + { + "id": "openseek-4-23732341c7c44d459052196da57432ae", + "input": "['k', 'y', 'W', 'where', 'e', 'wrists.', 'Z', 'that', 'Q']", + "output": [ + "kyWwhereewrists.ZthatQ" + ] + }, + { + "id": "openseek-4-c9c5fb250b254d90847a0a24173cb746", + "input": "['to', 'E', 'to', 'T', 'sea.', 'J', 'the', 'l', 'side', 'n', 'i', 'it', 'X', 'my', 'd', 'Far', 'B', 'commanded', 'o']", + "output": [ + "toEtoTsea.JthelsideniitXmydFarBcommandedo" + ] + }, + { + "id": "openseek-4-5b51849ad7c84b47b4ecc2be89a65e0d", + "input": "['f', 'causes', 'Y']", + "output": [ + "fcausesY" + ] + }, + { + "id": "openseek-4-52c516e8de3e480885e0246a19fdc8ed", + "input": "['way,', 'X', 'cDon9t', 'u', 'cannot', 'w']", + "output": [ + "way,XcDon9tucannotw" + ] + }, + { + "id": "openseek-4-094be840f0a74156aa39701a31ba47f5", + "input": "['you,', 'z', 'h']", + "output": [ + "you,zh" + ] + }, + { + "id": "openseek-4-ae5d6a7223394fb585987fc430e1c707", + "input": "['this', 'g', 'i']", + "output": [ + "thisgi" + ] + }, + { + "id": "openseek-4-b0356c84eb59490d9133502d1bbb9a05", + "input": "['w', 'it.', 'G', 'bones', 'e', 'm', 'S', 'Q']", + "output": [ + "wit.GbonesemSQ" + ] + }, + { + "id": "openseek-4-b5ca8efaa60e4450b203707e8d0f5bde", + "input": "['He', 'G', 'his', 't', 'honeycomb', 'k']", + "output": [ + "HeGhisthoneycombk" + ] + }, + { + "id": "openseek-4-1de231467322475e80a8f8b77b32234a", + "input": "['A', 'It', 'r', 'this', 'L', 'x', 'H', 'U', 'o', 'P', 'cCaptain', 'z']", + "output": [ + "AItrthisLxHUoPcCaptainz" + ] + }, + { + "id": "openseek-4-cfd3c296d0c94bd4bad80bc72f34cae6", + "input": "['as', 'D', 'Q', 'crew', 'w', 'Fedallah', 'm']", + "output": [ + "asDQcrewwFedallahm" + ] + }, + { + "id": "openseek-4-6e66621b2586403eb889be4f912908a8", + "input": "['h', 'P']", + "output": [ + "hP" + ] + }, + { + "id": "openseek-4-924daa2ff697445e95a16789a9f28f36", + "input": "['m', 'N', 'missionaries', 'K', 'on', 'A', 'I', 'f', 'G']", + "output": [ + "mNmissionariesKonAIfG" + ] + }, + { + "id": "openseek-4-95981074e4ea4a0e86bfe127aca26421", + "input": "['have', 'b', 's', 'that', 'C', 'souls', 'M']", + "output": [ + "havebsthatCsoulsM" + ] + }, + { + "id": "openseek-4-bc3d562d4e044a57b7b8db991f7294ca", + "input": "['the', 'z', 'E', 'I', 'v', 's', 'that', 'T', 'saying,', 'A', 'any', 'j', 'B', 'b', 'r']", + "output": [ + "thezEIvsthatTsaying,AanyjBbr" + ] + }, + { + "id": "openseek-4-1fd012b96dc14493bd1c7c6c19f6b9f9", + "input": "['x', 'P', 'breaths', 'F']", + "output": [ + "xPbreathsF" + ] + }, + { + "id": "openseek-4-712098cca83d454f82b551901fb47d6c", + "input": "['and', 'T', 'decide;', 'n', 'k', 'u', 'C', 'French', 'L', 'scrapings,', 'j', 'i', 'discharges', 'f']", + "output": [ + "andTdecide;nkuCFrenchLscrapings,jidischargesf" + ] + }, + { + "id": "openseek-4-a74fbe879e92471fad4435268f85fd48", + "input": "['the', 'u', 'f', 'Y', 'but', 'a', 'along', 'd', 'k', 'and', 'd', 'their', 'W', 'good-bye.', 'k']", + "output": [ + "theufYbutaalongdkanddtheirWgood-bye.k" + ] + }, + { + "id": "openseek-4-d2dae913cd4849a2b66794e73a3bd730", + "input": "['Z', 'encountered,', 'd']", + "output": [ + "Zencountered,d" + ] + }, + { + "id": "openseek-4-75d5f209020948ca9f6f51f68636d3f1", + "input": "['rejoicing', 'f', 'N', 'M', 'his', 'w', 'certain', 'E', 'the', 'm', 'from', 'R', 'h']", + "output": [ + "rejoicingfNMhiswcertainEthemfromRh" + ] + }, + { + "id": "openseek-4-cb259d4121e341449df8f2919378952b", + "input": "['T', 'V', 'as', 'R', 'e', 'I', 'c', 'Three', 'h', 'And', 'b']", + "output": [ + "TVasReIcThreehAndb" + ] + }, + { + "id": "openseek-4-bcea939e77234575a3fd56be7665f5cd", + "input": "['bring', 'H', 'if', 'f', 'precious', 'J', 'pry', 'R', 'L', 'there', 'N', 'H']", + "output": [ + "bringHiffpreciousJpryRLthereNH" + ] + }, + { + "id": "openseek-4-67b4b515cf2a4748a17c2960f87cdadf", + "input": "['J', 'this,', 'u', 'u']", + "output": [ + "Jthis,uu" + ] + }, + { + "id": "openseek-4-18009eca0d404fddb0eb37b81bdf2136", + "input": "['all', 'M', 'N', 'e']", + "output": [ + "allMNe" + ] + }, + { + "id": "openseek-4-2dfe349f12034a81a57d612d8aada050", + "input": "['P', 'a']", + "output": [ + "Pa" + ] + }, + { + "id": "openseek-4-94e99aa6556a4531b31c65156b7ab532", + "input": "['did', 'x', 'most', 'C']", + "output": [ + "didxmostC" + ] + }, + { + "id": "openseek-4-58330eb614c84be9808855948c960bb3", + "input": "['Wherefore,', 'R', 'the', 'f', 'English', 'i', 'statements', 'T', 'e', 'face.', 'y', 'the', 'q', 'man', 'd', 'eastward', 'F', 'U']", + "output": [ + "Wherefore,RthefEnglishistatementsTeface.ytheqmandeastwardFU" + ] + }, + { + "id": "openseek-4-017d0035b9b24913b7d7de03e2e4108f", + "input": "['the', 'v', 'Z', 'some', 'N', 'her', 'v', 'w', 'K', 'deck,', 'j', 'after', 'N']", + "output": [ + "thevZsomeNhervwKdeck,jafterN" + ] + }, + { + "id": "openseek-4-3be36e1c530a4f58a59a8635430426d4", + "input": "['w', 'l', 'y', 'hours', 'd', 'my', 'g', 'c', 'p']", + "output": [ + "wlyhoursdmygcp" + ] + }, + { + "id": "openseek-4-f5cd054a81bd45d1bee776ef52680d62", + "input": "['k', 'l', 'G', 'the', 'j', 'is', 'x', 'i', 'of', 'Q', 'combined', 'j']", + "output": [ + "klGthejisxiofQcombinedj" + ] + }, + { + "id": "openseek-4-e0f1febe2ccf488eae44f05fb85bc0fe", + "input": "['S', 'ever', 'J', 'd', 'G', 'G', 'J', 'with', 'r']", + "output": [ + "SeverJdGGJwithr" + ] + }, + { + "id": "openseek-4-a5ec39bc89e14e67b821e72fa6ee71e3", + "input": "['c', 'L', 'L']", + "output": [ + "cLL" + ] + }, + { + "id": "openseek-4-79bbdd439903443ca859b471c2a14bfc", + "input": "['The', 'a', 'o', 'the', 'S', 'A', 'h']", + "output": [ + "TheaotheSAh" + ] + }, + { + "id": "openseek-4-c0ed0b470661430697b292196827f90f", + "input": "['have', 'z', 'the', 'Q', 'that', 'O']", + "output": [ + "haveztheQthatO" + ] + }, + { + "id": "openseek-4-04f0d96d6e7640068d6750517239de6f", + "input": "['considering', 'W', 'b', 'Narwhale,', 'z', 'g', 'X', 'G', 's', 'J']", + "output": [ + "consideringWbNarwhale,zgXGsJ" + ] + }, + { + "id": "openseek-4-0c702c0d2ef5459d91a2482d49ebfb19", + "input": "['may', 'W', 'c', 'o', 'Y', 'p', 'sometimes', 'D', 'y']", + "output": [ + "mayWcoYpsometimesDy" + ] + }, + { + "id": "openseek-4-1f7fc5e15df84a23981504ce094d24e8", + "input": "['n', 'time', 'Y', 'for', 'w']", + "output": [ + "ntimeYforw" + ] + }, + { + "id": "openseek-4-d8289a762b8e4cedbd5630c6983f8572", + "input": "['piled', 'Z', 'From', 'P', 'What', 's', 'L', 'with', 'v', 'G', 'k', 'L', 'like', 'h', 'with', 'h']", + "output": [ + "piledZFromPWhatsLwithvGkLlikehwithh" + ] + }, + { + "id": "openseek-4-2ab6f54be7ba46818c176e8066916445", + "input": "['with', 'd', 'in', 'X', 'R', 'no', 'p', 'P', 'an', 'c']", + "output": [ + "withdinXRnopPanc" + ] + }, + { + "id": "openseek-4-14f683c234f84092aa34f4937200ea08", + "input": "['C', 'all', 'w', 'y', 'the', 'a', 'they', 'S', 'l']", + "output": [ + "CallwytheatheySl" + ] + }, + { + "id": "openseek-4-a934a72b063d40fcab16dc50b11f7f0a", + "input": "['q', 'u']", + "output": [ + "qu" + ] + }, + { + "id": "openseek-4-8dd26db689fe457886de9cc8aa211b02", + "input": "['Q', 'y', 'I', 'X', 'one', 'd', 'what', 'a', 'z', 'B']", + "output": [ + "QyIXonedwhatazB" + ] + }, + { + "id": "openseek-4-20c9a728881a4e66833e3aed6e2c143f", + "input": "['f', 'sacrificial', 'G', 'lodged', 'p', 'way,', 'U', 'poor', 'd', 'turned', 'g', 'o', 'd', 'spangled', 'K', 'their', 'M']", + "output": [ + "fsacrificialGlodgedpway,UpoordturnedgodspangledKtheirM" + ] + }, + { + "id": "openseek-4-e640f5aecc3e4496ae102b4e84894dd4", + "input": "['fire.', 'M', 'a']", + "output": [ + "fire.Ma" + ] + }, + { + "id": "openseek-4-cd8691f804a54e1192b642cdd98b609d", + "input": "['c', 'from', 'J', 'breaking', 'D', 'appeared', 'z', 'land.', 'z', 'of', 'g', 'in', 'T', 'h', 'd', 'V']", + "output": [ + "cfromJbreakingDappearedzland.zofginThdV" + ] + }, + { + "id": "openseek-4-40cef67847b84f0292b279ba22c8d10e", + "input": "['night', 'T', 'day,', 'b', 'k', 'the', 'u', 'arrow', 'O', 'X', 'v', 'a', 't']", + "output": [ + "nightTday,bktheuarrowOXvat" + ] + }, + { + "id": "openseek-4-4214df3328984d61b692d78b1811d845", + "input": "['this', 'W', 'the', 'f', 'H', 'a', 'O', 'crash!', 'M', 'R', 'in,', 'b', 'k']", + "output": [ + "thisWthefHaOcrash!MRin,bk" + ] + }, + { + "id": "openseek-4-b47ef2266450491dad6084b9699ecfda", + "input": "['H', 'ship', 'h', 'm']", + "output": [ + "Hshiphm" + ] + }, + { + "id": "openseek-4-ba88ff0a0d6e4ec2bbb3d19acbbd1398", + "input": "['q', 'the', 'V', 'bursting', 'I', 'mutual', 'S', 'c', 'b', 'and', 'Q', 'Pip!', 'V', 'k', 'as', 'v']", + "output": [ + "qtheVburstingImutualScbandQPip!Vkasv" + ] + }, + { + "id": "openseek-4-6dbd44c3205d4fbfb7e11a5c998f1f39", + "input": "['d', 'over', 'p', 'from', 'S', 'its', 'i', 'be', 'F', 'upon', 'r', 'from', 'e', 'N']", + "output": [ + "doverpfromSitsibeFuponrfromeN" + ] + }, + { + "id": "openseek-4-2af819e9e8e84d13b8940f9d9c8d8bbf", + "input": "['t', 'Fair', 'G', 'your', 'f', 'C', 'w', 'u', 'T', 'h']", + "output": [ + "tFairGyourfCwuTh" + ] + }, + { + "id": "openseek-4-139bdfa623484a528ac67496529a0332", + "input": "['L', 'j', 'rumor', 'B', 'o', 'out', 'f', 'f']", + "output": [ + "LjrumorBooutff" + ] + }, + { + "id": "openseek-4-d0d82cabca2a4bb7b01415a4a49e99ae", + "input": "['i', 'quietude', 'i']", + "output": [ + "iquietudei" + ] + }, + { + "id": "openseek-4-5ff61757923e456fb97aa81dab0e3158", + "input": "['the', 'i', 'the', 'V', 'of', 'B', 'm', 's', 'fullers,', 'r']", + "output": [ + "theitheVofBmsfullers,r" + ] + }, + { + "id": "openseek-4-9d046c570bcf4b1993eeae941bffec6c", + "input": "['which', 'f', 'g']", + "output": [ + "whichfg" + ] + }, + { + "id": "openseek-4-4d26d16766984c49a1f89f718791c681", + "input": "['him,', 'q', 's']", + "output": [ + "him,qs" + ] + }, + { + "id": "openseek-4-8b786d331ce74ffabd741f447839d500", + "input": "['G', 'f', 'V', 'the', 'K', 'come', 'd', 'had', 'P', 'sometimes', 'g', 'half', 'c', 'has', 'N', 'temple', 'J']", + "output": [ + "GfVtheKcomedhadPsometimesghalfchasNtempleJ" + ] + }, + { + "id": "openseek-4-69092988d5c447bcbf444b5018c1d4f6", + "input": "['z', 'lodge', 'f', 'do', 'm', 'heedless', 'M', 'that', 'J', 'F', 'Y']", + "output": [ + "zlodgefdomheedlessMthatJFY" + ] + }, + { + "id": "openseek-4-641f7d1e626546569a91088e0bf4bef4", + "input": "['many', 'd', 'White', 'C', 'straight', 'C', 'qualities,', 'S', 'his', 'H', 'of', 'a', 'of', 'c', 'A', 'moved', 't', 'X']", + "output": [ + "manydWhiteCstraightCqualities,ShisHofaofcAmovedtX" + ] + }, + { + "id": "openseek-4-605d07d08ebf488c800d3daf8cf232af", + "input": "['of', 'i', 'you', 'a', 'O', 'productive', 'J', 'the', 'M', 'thus', 's', 'g', 's', 'U', 'N']", + "output": [ + "ofiyouaOproductiveJtheMthussgsUN" + ] + }, + { + "id": "openseek-4-a44c4c4444134fa3a2b5198fdc143391", + "input": "['And', 'u', 'obey', 'B', 'c', 'P', 'z']", + "output": [ + "AnduobeyBcPz" + ] + }, + { + "id": "openseek-4-0bd66b2d6f604df09c3d2c39b1bab2b0", + "input": "['P', 'f', 'V', 'E', 'air;', 'a', 'I', 'him', 'E', 'E', 'i', 'D']", + "output": [ + "PfVEair;aIhimEEiD" + ] + }, + { + "id": "openseek-4-0166683a540f441ea067066b344b31f8", + "input": "['down', 'r', 'B', 'five', 'i', 'c', 'V', 'z']", + "output": [ + "downrBfiveicVz" + ] + }, + { + "id": "openseek-4-8ef804004e514011a653e6604c68b2bf", + "input": "['compare', 'K', 'i', 's']", + "output": [ + "compareKis" + ] + }, + { + "id": "openseek-4-fafa3ff9f3294e40bd24234ef897ee39", + "input": "['l', 'the', 'H', 'V', 'for', 'D', 'j', 'continent', 'g', 'L', 'speak', 'W', 'm']", + "output": [ + "ltheHVforDjcontinentgLspeakWm" + ] + }, + { + "id": "openseek-4-a27d906ffc9a4b308f74f6cc512d3057", + "input": "['t', 'cried', 'l', 'u', 'way', 'Y', 'him?d', 'L', 'But', 'T']", + "output": [ + "tcriedluwayYhim?dLButT" + ] + }, + { + "id": "openseek-4-06f75cd368894c9e9e9d5006541951cf", + "input": "['h', 'X', 'j', 'the', 't', 'f', 'e', 'Q', 'of', 'D', 'L', 'unknown', 'l']", + "output": [ + "hXjthetfeQofDLunknownl" + ] + }, + { + "id": "openseek-4-722425d033c84582824396822c1e733f", + "input": "['does', 'j', 'T', 'that', 'l', 'R', 'M', 'than', 'B', 'arid', 'h', 'for', 't']", + "output": [ + "doesjTthatlRMthanBaridhfort" + ] + }, + { + "id": "openseek-4-aeff0a76eade45bda59fea6da7a245aa", + "input": "['110.', 'l', 'beget', 'H', 'q', 'who', 'I', 'Though', 'V', 'can.', 'q', 'as', 'S', 'very', 'l', 'n', 'v']", + "output": [ + "110.lbegetHqwhoIThoughVcan.qasSverylnv" + ] + }, + { + "id": "openseek-4-5cdb1b42905848ff8b6b88476dcb6652", + "input": "['spears.', 'B', 'f', 'S', 's', 'B', 'he;', 's', 'r', 'opposite', 'c', 'w', 'then;', 'R']", + "output": [ + "spears.BfSsBhe;sroppositecwthen;R" + ] + }, + { + "id": "openseek-4-fc6310bc1c874d97b5145d393d728ef9", + "input": "['and', 'r', 'r', 'more', 'a', 'round.', 'n']", + "output": [ + "andrrmorearound.n" + ] + }, + { + "id": "openseek-4-30100e7e5ae843a5be1a9b5a4d371784", + "input": "['itself.', 'g', 'Z', 'in', 'W', 'to', 'S', 'him', 'p', 'to', 'L']", + "output": [ + "itself.gZinWtoShimptoL" + ] + }, + { + "id": "openseek-4-bcb505b21d204bd0b2bc8731a578875e", + "input": "['its', 'j', 'cottage', 'o']", + "output": [ + "itsjcottageo" + ] + }, + { + "id": "openseek-4-4dcf0449b8d748e1931e925e3b440ca5", + "input": "['c', 'Soothed', 'e', 'o', 'P', 'u', 'when', 'M']", + "output": [ + "cSoothedeoPuwhenM" + ] + }, + { + "id": "openseek-4-1f51a090b0fc4f5e92bda009988e9107", + "input": "['first', 'E', 'H', 'loss', 't', 'K', 'from', 'B', 'B', 'w']", + "output": [ + "firstEHlosstKfromBBw" + ] + }, + { + "id": "openseek-4-adc1001bfba543acaf512aecd20c97d9", + "input": "['s', 'and', 'M', 'h', 'will', 'V', 'that', 'C', 'y']", + "output": [ + "sandMhwillVthatCy" + ] + }, + { + "id": "openseek-4-fcff568d2c394e04b153e9418fb10d13", + "input": "['m', 'or', 'c', 'from', 's', 'M', 'O', 'B', 'pride', 'z', 'give', 'M', 'h']", + "output": [ + "morcfromsMOBpridezgiveMh" + ] + }, + { + "id": "openseek-4-3794a7838f474904a88a5e2fdb0d10a3", + "input": "['C', 'MANX', 'y', 'are', 'z']", + "output": [ + "CMANXyarez" + ] + }, + { + "id": "openseek-4-42b6daa928a44a8cb5327c1d6fd9212c", + "input": "['W', 'the', 'G', 'r', 'that9s', 'a', 'C', 'J', 'I']", + "output": [ + "WtheGrthat9saCJI" + ] + }, + { + "id": "openseek-4-c2c635c00da243319f4be18999f0a6b8", + "input": "['G', 'was', 'B']", + "output": [ + "GwasB" + ] + }, + { + "id": "openseek-4-c90eaea2899744998917fc3346af5150", + "input": "['what', 'f', 'specimens', 'V', 'he9s', 'R', 'and', 'r', 'M', 'K', 'w', 'lowering', 'A']", + "output": [ + "whatfspecimensVhe9sRandrMKwloweringA" + ] + }, + { + "id": "openseek-4-ca80e1bd9b3d4d8ab08652ec7f5068e7", + "input": "['hollowly', 'B', 'from', 'P', 'q', 'n']", + "output": [ + "hollowlyBfromPqn" + ] + }, + { + "id": "openseek-4-64b911c42baa427e8b1cc14752fd8a27", + "input": "['x', 'd', 'q', 'l', 'E', 'Chaldee', 'P', 'by', 't', 'the', 'y']", + "output": [ + "xdqlEChaldeePbytthey" + ] + }, + { + "id": "openseek-4-b5dc4bc8c8dd4aab886f68577c9eb759", + "input": "['Ahab', 'd', 't', 'struggling', 't', 'C', 'o', 'F', 'leviathan', 'o', 'magnitude,', 'N']", + "output": [ + "AhabdtstrugglingtCoFleviathanomagnitude,N" + ] + }, + { + "id": "openseek-4-c58d77e912cc4d8caac5bc92e43abc8b", + "input": "['and', 'c', 'c', 'O', 'e', 'W', 'o']", + "output": [ + "andccOeWo" + ] + }, + { + "id": "openseek-4-6188b674418e43e0985a473c2856158d", + "input": "['K', 'u', 'time,', 'D', 'my', 'o', 'o', 'till', 'E', 'pace,', 'X', 'C', 'K']", + "output": [ + "Kutime,DmyootillEpace,XCK" + ] + }, + { + "id": "openseek-4-a4afa7a7e5cd4c3686b84658df215817", + "input": "['J', 'among', 'E']", + "output": [ + "JamongE" + ] + }, + { + "id": "openseek-4-e6f29ccfa8f54141b00cce1b1c845435", + "input": "['V', 'Z', 'robbed', 'N', 'the', 'r']", + "output": [ + "VZrobbedNther" + ] + }, + { + "id": "openseek-4-49eb511d086c4db489ad0910cd5b45df", + "input": "['P', 'i', 'i', 'W', 'Consider', 'k', 'a', 'U', 'l']", + "output": [ + "PiiWConsiderkaUl" + ] + }, + { + "id": "openseek-4-3bb7ca74fa22489a8ad33e5ca5677a8a", + "input": "['the', 'e', 'o', 'T', 'creatures', 'i', 'U', 'D', 'of', 'x', 'm', 'x', 'O']", + "output": [ + "theeoTcreaturesiUDofxmxO" + ] + }, + { + "id": "openseek-4-3b49f22333fe440eb3c76d470c2d38c3", + "input": "['I', 'N', 'narrow,', 'D', 'the', 'i']", + "output": [ + "INnarrow,Dthei" + ] + }, + { + "id": "openseek-4-1d2a465354184faf9a9f6f2b8cce1eeb", + "input": "['open.', 'd', 'Z', 'v', 'glories', 't', 'a', 'spout,', 'y', 'E', 'K', 'X']", + "output": [ + "open.dZvgloriestaspout,yEKX" + ] + }, + { + "id": "openseek-4-ba71bcd3171848a4b991780937d5ddd9", + "input": "['f', 'h', 'swiftly', 'W', 'b']", + "output": [ + "fhswiftlyWb" + ] + }, + { + "id": "openseek-4-6eabbdebc09d412ba3e1fa0e4927f278", + "input": "['for', 't', 'f']", + "output": [ + "fortf" + ] + }, + { + "id": "openseek-4-694cb0a23c884148a8c5f1dc19a82699", + "input": "['R', 'of', 'Y', 'm', 'Q']", + "output": [ + "RofYmQ" + ] + }, + { + "id": "openseek-4-b59d1e9096b34aa3bdf07632ee73d566", + "input": "['E', 'harpooneer', 'L', 'tapped.', 'Y', 'U']", + "output": [ + "EharpooneerLtapped.YU" + ] + }, + { + "id": "openseek-4-299ac4ebca86418293ccb0c491ad1467", + "input": "['a', 'T', 'D']", + "output": [ + "aTD" + ] + }, + { + "id": "openseek-4-b751dc036d29421fb982ddd25f019cc3", + "input": "['my', 'O', 'face', 'M', 'closed', 'V', 'dim,d', 'v', 'T', 'p']", + "output": [ + "myOfaceMclosedVdim,dvTp" + ] + }, + { + "id": "openseek-4-597ea4ef09bc4988abd5bae1c4ff982b", + "input": "['W', 'of', 'l', 'of', 'p', 'thee,', 'D', 'C']", + "output": [ + "Woflofpthee,DC" + ] + }, + { + "id": "openseek-4-00834f58cece41b3a49ff7ba738ccd11", + "input": "['f', 'H', 'h', 'r', 'V', 'F', 'A']", + "output": [ + "fHhrVFA" + ] + }, + { + "id": "openseek-4-2392b92c5e8247eeafdc628ed9c7c00c", + "input": "['L', 'c', 'V', 'of', 'n', 'r', 'whale,', 'x', 'his', 'a', 'p']", + "output": [ + "LcVofnrwhale,xhisap" + ] + }, + { + "id": "openseek-4-53475d7625da47ae8a28b7ddca915961", + "input": "['free', 'E', 'q', 'n', 'at', 'W', 'him;', 'j', 'J']", + "output": [ + "freeEqnatWhim;jJ" + ] + }, + { + "id": "openseek-4-518777256a0e43a5b4d47226885f985d", + "input": "['s', 'P', 'Y', 'Y', 'i', 'e', 'Z', 'pelt', 'J', 'worlds', 'Q']", + "output": [ + "sPYYieZpeltJworldsQ" + ] + }, + { + "id": "openseek-4-c72d1277c2064269b029d3feba99431d", + "input": "['lifting', 'U', 'point', 'o', 'the', 'b', 'v', 'M', 'Labrador.', 'v', 'I', 'T']", + "output": [ + "liftingUpointothebvMLabrador.vIT" + ] + }, + { + "id": "openseek-4-141b07cb481a4cbf9b794814dfa78073", + "input": "['q', 'beauty', 'h', 'between', 'n', 'As', 'o', 'all.', 'k', 'Q', 'relief,', 'K', 'M', 'S']", + "output": [ + "qbeautyhbetweennAsoall.kQrelief,KMS" + ] + }, + { + "id": "openseek-4-6c3c730d801c4d20a2a4738becc6f712", + "input": "['all', 'f', 'A', 'l', 'upon', 'K']", + "output": [ + "allfAluponK" + ] + }, + { + "id": "openseek-4-a2567df6dd924612ab802ce2aa1d3660", + "input": "['towards', 'b', 'with', 'c']", + "output": [ + "towardsbwithc" + ] + }, + { + "id": "openseek-4-5c456688035743beb6e5c9d55ffc2b84", + "input": "['is', 'j', 'white', 'f', 'leak', 'b', 'Ashantee,', 'R', 'desert.', 't', 'revivified', 'G', 'been', 'z', 'o', 'were', 'w']", + "output": [ + "isjwhitefleakbAshantee,Rdesert.trevivifiedGbeenzowerew" + ] + }, + { + "id": "openseek-4-e532bdee1b2b460fa50d94c0521a3e34", + "input": "['Z', 'difficulty', 'h', 'j', 'so,', 'K', 'he', 'i', 'Look', 'd', 'whirls', 'Y', 'Z', 'ship;', 'e']", + "output": [ + "Zdifficultyhjso,KheiLookdwhirlsYZship;e" + ] + }, + { + "id": "openseek-4-32c6fb4413b64c6cbd089235bd260c22", + "input": "['leviathan', 'r', 'g', 'e', 'is', 'H']", + "output": [ + "leviathanrgeisH" + ] + }, + { + "id": "openseek-4-5dcb8039cfb1440a986e97fdb913adc4", + "input": "['L', 'L', 'go', 'S', 'rare', 'o', 'seamen', 'S', 'to', 'N', 'But', 'g', 'a', 's']", + "output": [ + "LLgoSrareoseamenStoNButgas" + ] + }, + { + "id": "openseek-4-6b55723cc9654bbc9644c8efcd08a6dc", + "input": "['kink', 'Y', 'b', 'K', 'most', 'o', 'h', 'C', 'responsibilities', 's', 'but', 'c', 'a']", + "output": [ + "kinkYbKmostohCresponsibilitiessbutca" + ] + }, + { + "id": "openseek-4-2925c0620f5e47678107a0c2d68c3d8d", + "input": "['c', 'N', 'and', 'E', 'it', 't']", + "output": [ + "cNandEitt" + ] + }, + { + "id": "openseek-4-7c8dedb9a0c444929adc5119ea169d75", + "input": "['the', 'y', 'adrift;', 'F', 'K', 'j', 'e', 'q']", + "output": [ + "theyadrift;FKjeq" + ] + }, + { + "id": "openseek-4-b85a0575621f46fa9c80988e3d200695", + "input": "['form.', 'J', 'was', 'U']", + "output": [ + "form.JwasU" + ] + }, + { + "id": "openseek-4-55999a418fa94600b7a897de0bf64e4b", + "input": "['little', 't', 'for', 'k', 'And', 'a', 'whale9s', 'q', 'two', 'o', 'drop', 't', 'l']", + "output": [ + "littletforkAndawhale9sqtwoodroptl" + ] + }, + { + "id": "openseek-4-098a153e0af74a7baf883093d02d421d", + "input": "['some', 'j', 'J', 'Starbuck!', 'T', 'all', 'N']", + "output": [ + "somejJStarbuck!TallN" + ] + }, + { + "id": "openseek-4-c84c848dc7284355b9b3fcd6453ca9fb", + "input": "['k', 'hearse', 'q', 'island,', 'M', 'h', 'E', 'found', 't', 'And', 'N', 'r', 'q', 'can', 't']", + "output": [ + "khearseqisland,MhEfoundtAndNrqcant" + ] + }, + { + "id": "openseek-4-35982434d3a84925ad675ab4387d8f62", + "input": "['but', 'Y', 'snows4a', 'z', 'a', 'l', 'punchbowl', 'I', 'huzza!d', 'n', 'former', 't', 'Bildad', 'U', 't', 'j']", + "output": [ + "butYsnows4azalpunchbowlIhuzza!dnformertBildadUtj" + ] + }, + { + "id": "openseek-4-b7c43b5305214284827e66280e3b4413", + "input": "['of', 'W', 'N', 'to', 'p', 'Y', 'B', 'W', 'V', 'ears', 'F']", + "output": [ + "ofWNtopYBWVearsF" + ] + }, + { + "id": "openseek-4-9a523e1d76204e07be8b1e6a4f7371bd", + "input": "['frantic', 'G', 'caught', 'R', 'away', 'I', 'more', 'u', 'Y', 'B', 'seem,', 'v']", + "output": [ + "franticGcaughtRawayImoreuYBseem,v" + ] + }, + { + "id": "openseek-4-95577af55bcb4e90a250eacb021b6c83", + "input": "['U', 'U']", + "output": [ + "UU" + ] + }, + { + "id": "openseek-4-cd8b22a6e5044d7b8d999ceab2873020", + "input": "['S', 'D', 'I', 'X', 'them!', 'U']", + "output": [ + "SDIXthem!U" + ] + }, + { + "id": "openseek-4-3dca225ba3674f2ea9c83611f65dfea2", + "input": "['t', 'swam', 'p']", + "output": [ + "tswamp" + ] + }, + { + "id": "openseek-4-cf9d7edf1ecf4dcdaefbd5c58065a661", + "input": "['one', 'x', 'g', 'm', 'cabin,', 'H', 'Mecca,', 'w', 't', 'castors,', 'J', 'parlor.', 'a', 'as', 'T']", + "output": [ + "onexgmcabin,HMecca,wtcastors,Jparlor.aasT" + ] + }, + { + "id": "openseek-4-116370da823842a3a253bd7fcc400ed2", + "input": "['A', 'oh,', 'j', 'under', 'I']", + "output": [ + "Aoh,junderI" + ] + }, + { + "id": "openseek-4-0f0a55be472a4830bb134e9bbe5830ce", + "input": "['n', 'away', 'x', 'Pyrrho,', 'H']", + "output": [ + "nawayxPyrrho,H" + ] + }, + { + "id": "openseek-4-a6d3c57502344ad789b00c61ffeda619", + "input": "['Z', 'gentle,', 'J', 'too,', 'O', 'f', 'P', 'boats', 'd', 'her', 'v']", + "output": [ + "Zgentle,Jtoo,OfPboatsdherv" + ] + }, + { + "id": "openseek-4-ed0b3281bb2142918e4b60d85c32cfb5", + "input": "['on', 'p', 'rolling', 'j', 'W', 'q', 'all', 'm', 'and', 'h', 'b', 'h', 'treat', 'x']", + "output": [ + "onprollingjWqallmandhbhtreatx" + ] + }, + { + "id": "openseek-4-346521d415de475fb9f31f2ca1b529a8", + "input": "['K', 'casket,4the', 'P', 'his', 'u', 'had', 's', 'that', 'U']", + "output": [ + "Kcasket,4thePhisuhadsthatU" + ] + }, + { + "id": "openseek-4-062b834f7e9d489f84b8d473cf67a9b3", + "input": "['R', 'o', 'all-quickening', 'c', 'o', 'l', 'K', 'us;', 'k']", + "output": [ + "Roall-quickeningcolKus;k" + ] + }, + { + "id": "openseek-4-cc979eee4b1044838b7927c7be6c6002", + "input": "['C', 'L', 'inclining', 'j', 'm', 'S']", + "output": [ + "CLincliningjmS" + ] + }, + { + "id": "openseek-4-1fa75c90430d4422850385d7164729a1", + "input": "['rocks.', 'W', 'I', 'but', 'm', 'B', 'else', 'x', 'know', 'E']", + "output": [ + "rocks.WIbutmBelsexknowE" + ] + }, + { + "id": "openseek-4-fc2395a850b2402599d4d531ffdf8e83", + "input": "['of', 't', 'head,', 'd', 'travel!', 'D', 't', 'h', 'm', 'this', 'U']", + "output": [ + "ofthead,dtravel!DthmthisU" + ] + }, + { + "id": "openseek-4-f2f058c7d4de428fa57a431c41597a9b", + "input": "['vultures', 'U', 'I', 'D']", + "output": [ + "vulturesUID" + ] + }, + { + "id": "openseek-4-14a5860b0cb3498c90ea0f6a8517b003", + "input": "['f', 'that', 'E', 'T', 'U', 'truly!', 'O', 'even', 'I']", + "output": [ + "fthatETUtruly!OevenI" + ] + }, + { + "id": "openseek-4-5432daee92314a698015c33137575a8e", + "input": "['command;', 'V', 'S', 'g', 'p']", + "output": [ + "command;VSgp" + ] + }, + { + "id": "openseek-4-3f1e821346fe46379ec9c86d1e847660", + "input": "['became', 'm', 'not', 'E', 'make', 'H', 'at', 'y', 'n', 'the', 'u', 'him.d', 'T']", + "output": [ + "becamemnotEmakeHatyntheuhim.dT" + ] + }, + { + "id": "openseek-4-0b3bea6af3d14b15ae96f07a349f5554", + "input": "['Y', 'less', 't', 'a', 'y', 'l', 'M']", + "output": [ + "YlesstaylM" + ] + }, + { + "id": "openseek-4-b66e12ffe83a40308cd2976ba663d2c0", + "input": "['Captain', 'V', 'f', 'T']", + "output": [ + "CaptainVfT" + ] + }, + { + "id": "openseek-4-adbfc640f6ff4e2993f73046384a5208", + "input": "['Foremost', 'O', 'F', 'continual', 'u', 'not', 'i']", + "output": [ + "ForemostOFcontinualunoti" + ] + }, + { + "id": "openseek-4-cd08f03dac3e4445a4bd53e691bd1301", + "input": "['u', 'very', 'w', 'him.9', 'R', 'mastering', 'H', 'M', 'O']", + "output": [ + "uverywhim.9RmasteringHMO" + ] + }, + { + "id": "openseek-4-12947db0be454ebcb0b21ab6efd553a7", + "input": "['asked', 'h', 'C', 'J', 'i', 'it', 't', 'open', 'G', 'V', 'R', 'between', 'o']", + "output": [ + "askedhCJiittopenGVRbetweeno" + ] + }, + { + "id": "openseek-4-1c35279d7f5240bea2b3cbc914970a31", + "input": "['done.', 'V', 'into', 'F', 'd', 'o', 'villa', 'O']", + "output": [ + "done.VintoFdovillaO" + ] + }, + { + "id": "openseek-4-e2544efd6ffe4637b1787c4f3968e60e", + "input": "['p', 'k', 'those', 'Q', 'my', 'Y', 'd']", + "output": [ + "pkthoseQmyYd" + ] + }, + { + "id": "openseek-4-5fa924989505485fb38f40aea801deb5", + "input": "['f', 'G', 'L', 'for', 'Y']", + "output": [ + "fGLforY" + ] + }, + { + "id": "openseek-4-82e28c8e15d94c67813e5393795c3bcd", + "input": "['e', 'K', 'with', 'X', 'v', 'J', 'q', 'u']", + "output": [ + "eKwithXvJqu" + ] + }, + { + "id": "openseek-4-22eef975cd184c169ddcb176044427b2", + "input": "['little', 'J', 'V', 'and', 'a', 'a', 'all', 'i', 'United', 'C', 'tackle;', 'h']", + "output": [ + "littleJVandaaalliUnitedCtackle;h" + ] + }, + { + "id": "openseek-4-01819a0a2bab46b3ab90e4a46491372f", + "input": "['in', 'Y', 'the', 'W', 'E', 'R', 'z']", + "output": [ + "inYtheWERz" + ] + }, + { + "id": "openseek-4-91aa7c9c0bf7469d95bf8ff428253336", + "input": "['arch', 'f', 'man', 'b', 'saw', 'E', 'n']", + "output": [ + "archfmanbsawEn" + ] + }, + { + "id": "openseek-4-b0f53186c9104f7fb08cfca279d35cab", + "input": "['J', 'him', 'p', 'M', 'p', 'chest', 'f', 'U', 'D', 'K', 'he;', 'f', 'soul', 'e']", + "output": [ + "JhimpMpchestfUDKhe;fsoule" + ] + }, + { + "id": "openseek-4-16ec286cc02840c588936897e1154651", + "input": "['the', 't', 'Tashtego4like', 'V', 'J']", + "output": [ + "thetTashtego4likeVJ" + ] + }, + { + "id": "openseek-4-ba17b6a00f1b44f1a0e92879df185cbd", + "input": "['Z', 'a', 'f', 'well', 'X']", + "output": [ + "ZafwellX" + ] + }, + { + "id": "openseek-4-ab69f871683c4ed7a22ccc871a69dddd", + "input": "['person', 'K', 'changed', 'z', 'marble', 'y', 'red', 'E', 'the', 'B', 'great', 'c', 'holy', 'V', 'us', 'r', 'C', 'Water-bearer,', 'b']", + "output": [ + "personKchangedzmarbleyredEtheBgreatcholyVusrCWater-bearer,b" + ] + }, + { + "id": "openseek-4-f696ccb114e54b0b8847ec1e17e6b5d2", + "input": "['H', 'the', 'z', 'U', 'N', 'k']", + "output": [ + "HthezUNk" + ] + }, + { + "id": "openseek-4-c5f08f536321430c8f401db3dbb4e819", + "input": "['s', 'M', 'arm', 'k', 'I', 'together', 'i', 'full', 'L', 'the', 'C', 'i']", + "output": [ + "sMarmkItogetherifullLtheCi" + ] + }, + { + "id": "openseek-4-a48adecdea0e4d2c97130bfbde632035", + "input": "['z', 'O', 'U']", + "output": [ + "zOU" + ] + }, + { + "id": "openseek-4-e445eaa71e1245bd9f9d9c3706e10e33", + "input": "['that', 'D', 'u', 'my', 'a', 'seemed', 't', 'up', 'w', 'z', 'air,', 'y']", + "output": [ + "thatDumyaseemedtupwzair,y" + ] + }, + { + "id": "openseek-4-88bf5e79305e4139b89114b133807ba0", + "input": "['your', 'H', 'in', 'X', 'I', 'ye', 'T', 'x', 'U', 'Starbuck', 'Y', 'g']", + "output": [ + "yourHinXIyeTxUStarbuckYg" + ] + }, + { + "id": "openseek-4-953cae275b6d461284ecc52c4056f1b1", + "input": "['me', 'K', 'cMy', 'R', 'actually', 'E', 'sickness,', 'K', 'silent', 'O', 'C', 'For', 't']", + "output": [ + "meKcMyRactuallyEsickness,KsilentOCFort" + ] + }, + { + "id": "openseek-4-ffbe6c08dc3b44a58a61449c60445f9e", + "input": "['yet', 'o', 'lord', 'a', 'of', 'o']", + "output": [ + "yetolordaofo" + ] + }, + { + "id": "openseek-4-f65f7c29e4fe4d1dbfee5593df0ad273", + "input": "['O', 'A', 'd', 'j', 'How', 'V', 'his', 'B', 'm']", + "output": [ + "OAdjHowVhisBm" + ] + }, + { + "id": "openseek-4-446d186b24cd46038c47eb048b033e5d", + "input": "['the', 'u', 'y', 'a', 'j', 'X', 'L', 'q', 'b', 'o', 'was', 'y', 'were', 'Q']", + "output": [ + "theuyajXLqbowasywereQ" + ] + }, + { + "id": "openseek-4-b6eeaeb2c5174c7b890de337631064e8", + "input": "['G', 'G', 'S', 'p']", + "output": [ + "GGSp" + ] + }, + { + "id": "openseek-4-fbd2aa39a9a84aaba426d1b4fcfd190b", + "input": "['M', 'ocean,', 'W', 'n', 'and', 'w', 'peculiarly', 'x', 'especially,', 'N', 'soul', 'I', 'boiling', 'V', 'U', 'pausing,', 'M']", + "output": [ + "Mocean,Wnandwpeculiarlyxespecially,NsoulIboilingVUpausing,M" + ] + }, + { + "id": "openseek-4-03ec9cb9f4d14c6186527607d4038e17", + "input": "['Y', 'a', 'with', 'c', 'l', 'getting', 'o', 'N']", + "output": [ + "YawithclgettingoN" + ] + }, + { + "id": "openseek-4-ead9dec1c6234928964505d82caae780", + "input": "['from', 'C', 'fire', 'i', 'N', 'B', 'K', 'rig.', 'R', 'strange', 'x']", + "output": [ + "fromCfireiNBKrig.Rstrangex" + ] + }, + { + "id": "openseek-4-374678b784364534994b76f61d7a9156", + "input": "['content', 'I', 'K', 'A', 'K', 'e', 'present', 'K', 'air,', 'r']", + "output": [ + "contentIKAKepresentKair,r" + ] + }, + { + "id": "openseek-4-8eab3d1a649f4b91bac66b57286b6c8e", + "input": "['l', 'm', 'fate', 'G', 'i', 'from', 'i', 'W', 'the', 'v']", + "output": [ + "lmfateGifromiWthev" + ] + }, + { + "id": "openseek-4-f22ce0d5b979489a890014271a765de2", + "input": "['k', 'o', 'a', 'u', 'far', 'E', 'P', 'chronometer,', 'K']", + "output": [ + "koaufarEPchronometer,K" + ] + }, + { + "id": "openseek-4-28acaf3fb1b244f795a9bd9807981f2f", + "input": "['into', 'c', 'by', 'e', 'b', 'p', 'the', 'a', 'o', 'lbs.', 'z']", + "output": [ + "intocbyebptheaolbs.z" + ] + }, + { + "id": "openseek-4-1aa7661b3f3a439ea6bd90ae74f3c429", + "input": "['ran', 'p', 'm', 'Q']", + "output": [ + "ranpmQ" + ] + }, + { + "id": "openseek-4-8d3c8ec3983546faadf6c753eb035c10", + "input": "['U', 'planting', 'i', 'k', 'Z', 'D', 'capacious', 'J', 'built', 'b']", + "output": [ + "UplantingikZDcapaciousJbuiltb" + ] + }, + { + "id": "openseek-4-dd0966380bcf4ff2ae7f1b5f80f868b8", + "input": "['C', 'u', 'X', 'was', 'T', 'the', 'V', 'e', 'see', 'B']", + "output": [ + "CuXwasTtheVeseeB" + ] + }, + { + "id": "openseek-4-9b2db03c6fe143bc8df8277d5d2ecde7", + "input": "['X', 'leg', 'R', 'c', 'all', 'V', 'g', 'l', 'caps', 'z']", + "output": [ + "XlegRcallVglcapsz" + ] + }, + { + "id": "openseek-4-7f21d20358214e3a89b569c842a2ddd4", + "input": "['n', 'k']", + "output": [ + "nk" + ] + }, + { + "id": "openseek-4-9ac683824d594a778b846ae0b0ec2998", + "input": "['sir,', 'x', 'ever', 'o', 'c', 'J', 'd', 'when', 'O', 'q', 'Huggins9s,', 'G']", + "output": [ + "sir,xeverocJdwhenOqHuggins9s,G" + ] + }, + { + "id": "openseek-4-52ac1f6245bd4641a9c577bf89ca1630", + "input": "['fun:', 'A', 'D', 'easy,', 'u', 'prow', 'y', 'needles', 'f']", + "output": [ + "fun:ADeasy,uprowyneedlesf" + ] + }, + { + "id": "openseek-4-48a4c18ca05a420d88956cdc31a7e690", + "input": "['avail;', 'J', 'R', 'e']", + "output": [ + "avail;JRe" + ] + }, + { + "id": "openseek-4-f3f2e637d64a4cc386f6a89114f23f1f", + "input": "['to', 'R', 'g', 'the', 'b', 'r', 'in', 'w', 'J', 'by', 'C']", + "output": [ + "toRgthebrinwJbyC" + ] + }, + { + "id": "openseek-4-e80f172861c04629b33b0f63c2915a68", + "input": "['F', 'i', 'v', 'w', 'h', 'y', 'to', 'C', 'arrived', 'a', 'limitations,', 'S', 'v']", + "output": [ + "FivwhytoCarrivedalimitations,Sv" + ] + }, + { + "id": "openseek-4-f4007410f4074947930de22b512380f0", + "input": "['r', 'not', 'Z']", + "output": [ + "rnotZ" + ] + }, + { + "id": "openseek-4-c0e7fb9ac5484288903f856100885269", + "input": "['w', 'harpoons;', 'F', 'L', 'no', 'J', 'W', 'his', 'T', 'R', 'N', 'his', 'B']", + "output": [ + "wharpoons;FLnoJWhisTRNhisB" + ] + }, + { + "id": "openseek-4-13851cc87b244567ac12f700bc8187a7", + "input": "['U', 'v', 'upwards', 'B']", + "output": [ + "UvupwardsB" + ] + }, + { + "id": "openseek-4-1b21561cc811450e93c1db858578f5fa", + "input": "['life', 'X', 'the', 'R', 'fact', 'I', 'divided.', 'l', 'V', 'to', 'D']", + "output": [ + "lifeXtheRfactIdivided.lVtoD" + ] + }, + { + "id": "openseek-4-3416314dd3b24e888f260480408703ff", + "input": "['shell-fish,', 'A', 'and', 'F', 'r', 'uttered', 'I', 'then', 'q', 'that', 'm', 'k', 'hardly', 'i']", + "output": [ + "shell-fish,AandFrutteredIthenqthatmkhardlyi" + ] + }, + { + "id": "openseek-4-85f6123bf4f5425a90efea993cdab212", + "input": "['bestirred', 'M', 'K', 'e', 'like', 'l', 'to', 'J', 'N', 'G', 'certain', 'k']", + "output": [ + "bestirredMKelikeltoJNGcertaink" + ] + }, + { + "id": "openseek-4-7d6f4b691d6c477fa3fea0b12461cf51", + "input": "['L', 'X', 'f', 'M', 'k', 'Dugongs', 'J', 'he9s', 'x', 'gunwale', 'q']", + "output": [ + "LXfMkDugongsJhe9sxgunwaleq" + ] + }, + { + "id": "openseek-4-a369d6649a90436bbd298f8de1aa0de3", + "input": "['his', 'e', 'v', 'changeful', 'Y', 'j', 'w', 'x']", + "output": [ + "hisevchangefulYjwx" + ] + }, + { + "id": "openseek-4-f5ee14378a9b40b0b660e99298523eca", + "input": "['they', 'X', 'n', 'N']", + "output": [ + "theyXnN" + ] + }, + { + "id": "openseek-4-6325b420589043f1a8e1449d64425167", + "input": "['i', 'as', 'C', 'to', 'F', 'T', 'the', 'j', 'h', 'thee.d', 'E', 'j']", + "output": [ + "iasCtoFTthejhthee.dEj" + ] + }, + { + "id": "openseek-4-a4db54e25a694ce28f51b8617a44a4eb", + "input": "['a', 't', 'self-condemning', 'I', 'Going', 'O', 'x', 'the', 'y', 'every', 'V', 'y', 'summit,', 'U']", + "output": [ + "atself-condemningIGoingOxtheyeveryVysummit,U" + ] + }, + { + "id": "openseek-4-dc609b0f9ad44f6081bf484531a1f1af", + "input": "['Sabbath', 'a', 'D', 'w', 'K', 'is', 'O']", + "output": [ + "SabbathaDwKisO" + ] + }, + { + "id": "openseek-4-84d1f01149874a4d9a5c7ef3c1908a7b", + "input": "['Y', 'j', 'e', 'y', 'the', 'n', 'the', 'o', 'q', 'away', 'M', 'r', 'and', 'q']", + "output": [ + "YjeythentheoqawayMrandq" + ] + }, + { + "id": "openseek-4-98b78e55e7d64cf8aa9ce4899068b6c0", + "input": "['integument', 'r', 'S', 'P', 'word', 'p', 'm', 'But', 'r', 'ill', 'd']", + "output": [ + "integumentrSPwordpmButrilld" + ] + }, + { + "id": "openseek-4-efab717fe46945ef95fb55671d78f750", + "input": "['z', 'American,', 'J', 'Well,', 'G', 'mortal', 'B']", + "output": [ + "zAmerican,JWell,GmortalB" + ] + }, + { + "id": "openseek-4-7a4ead18a1994e1cabb905bb6c78bfe4", + "input": "['L', 'V', 'W', 'q', 'wild', 'E', 'u']", + "output": [ + "LVWqwildEu" + ] + }, + { + "id": "openseek-4-7feb1fd8fcd44fa5a9f6b8029fa1782f", + "input": "['he', 'u', 'the', 'z', 'L', 'very', 'h', 'ship', 'G', 'But', 'X', 'the', 'U', 'G', 'to', 'L', 'I']", + "output": [ + "heuthezLveryhshipGButXtheUGtoLI" + ] + }, + { + "id": "openseek-4-b505f1cfff52492ab2e032e7ce070b91", + "input": "['pumps,', 'w', 'D', 'swear,', 'h', 'all', 'J', 'k', 'integral.', 'f']", + "output": [ + "pumps,wDswear,hallJkintegral.f" + ] + }, + { + "id": "openseek-4-80d1874d6d614ec3b388996d1e3f978a", + "input": "['l', 'Peleg.d', 'Z', 'the', 'z']", + "output": [ + "lPeleg.dZthez" + ] + }, + { + "id": "openseek-4-b2a21d2381474ab8b4b39f228e1db58c", + "input": "['endlessly', 'y', 'Jenny!', 'p', 'C', 't', 'j', 'Y', 'i', 'Q']", + "output": [ + "endlesslyyJenny!pCtjYiQ" + ] + }, + { + "id": "openseek-4-8cb4c372ab754c0d933170d2be5b50a8", + "input": "['from', 'z', 'capricious', 'W', 'p']", + "output": [ + "fromzcapriciousWp" + ] + }, + { + "id": "openseek-4-86c3c6b1273b47c4993b0488ec0b70f6", + "input": "['shape,', 'G', 'the', 'h', 'not', 'n', 'E', 'and', 'J', 'u', 'I', 'trial,', 'Z', '9tis', 'H']", + "output": [ + "shape,GthehnotnEandJuItrial,Z9tisH" + ] + }, + { + "id": "openseek-4-cb3bc09b32994e519236988cb2c2893d", + "input": "['a', 'z', 'K', 'city', 'U', 'K', 'hearses.', 'W', 'l', 'X']", + "output": [ + "azKcityUKhearses.WlX" + ] + }, + { + "id": "openseek-4-e7e6e69aec1f442ab0d354f536a85b9e", + "input": "['U', 'him.', 'e', 'k', 'Many', 'Y', 'sequel', 'l', 'v', 'stopping', 'f', 'p']", + "output": [ + "Uhim.ekManyYsequellvstoppingfp" + ] + }, + { + "id": "openseek-4-b63b65ba417f4bdf8e2ac2a27e831520", + "input": "['him', 'N', 'Z', 'J', 'K', 'N', 'p', 'that', 'Q', 'v']", + "output": [ + "himNZJKNpthatQv" + ] + }, + { + "id": "openseek-4-a601e9c678854276bfc883997fa9097a", + "input": "['it,', 'Q', 'V', 'and', 'd', 'then', 'j']", + "output": [ + "it,QVanddthenj" + ] + }, + { + "id": "openseek-4-6a11be8196e04e5c8166e031461f99e4", + "input": "['of', 'F', 'where', 'o', 'a', 'either', 'c']", + "output": [ + "ofFwhereoaeitherc" + ] + }, + { + "id": "openseek-4-768429ba9f0c4a299887f3381922175b", + "input": "['be', 'g', 't', 'j', 'respecting', 'K', 'Q', 'X']", + "output": [ + "begtjrespectingKQX" + ] + }, + { + "id": "openseek-4-eb7dabe8136f42a1be206416e3054d41", + "input": "['K', 'of', 'H', 'the', 'L', 'P', 'F']", + "output": [ + "KofHtheLPF" + ] + }, + { + "id": "openseek-4-06c7fd7689634e9ea52149329e34922a", + "input": "['C', 'U', 'was', 'F', 'prison.', 'D', 'f', 'm']", + "output": [ + "CUwasFprison.Dfm" + ] + }, + { + "id": "openseek-4-58fa7e111ca74155813726e41994a2d2", + "input": "['be', 'E', 'L', 'x', 'v', 'have', 'v', 'R', 'n', 'the', 'j', 'N']", + "output": [ + "beELxvhavevRnthejN" + ] + }, + { + "id": "openseek-4-eabc3aebb42a4cf48f0eba0fdad49565", + "input": "['b', 'Z', 'U', 'h', 'themselves', 'D', 'h', 'been', 'Y', 'E', 'F', 'U']", + "output": [ + "bZUhthemselvesDhbeenYEFU" + ] + }, + { + "id": "openseek-4-97e851c8e0fd481fb0a81039cd2063d1", + "input": "['Y', 'not', 'o', 'u', 'F']", + "output": [ + "YnotouF" + ] + }, + { + "id": "openseek-4-cbe1c59c932741e3b1ece9bd59451387", + "input": "['likely', 'm', 'more', 'x']", + "output": [ + "likelymmorex" + ] + }, + { + "id": "openseek-4-a1c0ef44742b4d4ba178082812e10993", + "input": "['ten', 'N', 'D', 'A', 'next', 't', 'army.', 'z', 'him', 'E']", + "output": [ + "tenNDAnexttarmy.zhimE" + ] + }, + { + "id": "openseek-4-c22125beb3b045c2852e74b8397e3748", + "input": "['more', 'h', 'v', 'black.', 'p', 'g', 'Y', 'indirectly', 'J', 'broad', 'u', 'somehow', 'M', 'f']", + "output": [ + "morehvblack.pgYindirectlyJbroadusomehowMf" + ] + }, + { + "id": "openseek-4-52e2cbeb21f44fd0aab249f67d2ae7e2", + "input": "['x', 'C', 'Y', 'the', 'Z', 'thus', 'P', 'p', 'the', 'k', 'from', 'U', 'E', 'a']", + "output": [ + "xCYtheZthusPpthekfromUEa" + ] + }, + { + "id": "openseek-4-efe43f5c6651438888bac14f355159d1", + "input": "['M', 'then', 'z', 'M', 'to', 'A', 'q', 'r', 'k']", + "output": [ + "MthenzMtoAqrk" + ] + }, + { + "id": "openseek-4-242f3ca58f094cbdb81a5aa783956737", + "input": "['D', 'this', 'j']", + "output": [ + "Dthisj" + ] + }, + { + "id": "openseek-4-9e0d987692b64b058556623ac6b381ae", + "input": "['I9ve44d', 'B', 'I', 'y', 'W', 'sea', 'I']", + "output": [ + "I9ve44dBIyWseaI" + ] + }, + { + "id": "openseek-4-427a90e3081144049a58cfcc5032e794", + "input": "['T', 'seem', 'v', 'here,', 'E']", + "output": [ + "Tseemvhere,E" + ] + }, + { + "id": "openseek-4-ea71d79ae8614da4b309ba03ab14cfe5", + "input": "['the', 'M', 'k', 'Clap', 'u', 'deck', 't', 'I', 'main-mast.', 'e', 'and', 'E', 'and', 'x', 'all', 'G', 'I,', 'C']", + "output": [ + "theMkClapudecktImain-mast.eandEandxallGI,C" + ] + }, + { + "id": "openseek-4-ce3fd73ee0ea43a697407a022b8e063e", + "input": "['don9t', 'h', 'P', 'f', 'but', 'y', 'at', 'H']", + "output": [ + "don9thPfbutyatH" + ] + }, + { + "id": "openseek-4-8cc4913784e242a993cedd9a1f18d982", + "input": "['the', 'B', 'for', 'h', 'all', 'R', 'tall', 'p']", + "output": [ + "theBforhallRtallp" + ] + }, + { + "id": "openseek-4-b76fd1c66fd4450ca2183095762c06f5", + "input": "['X', 'Z', 'u', 'x', 'or', 'L', 'c', 'that;', 'x', 'R']", + "output": [ + "XZuxorLcthat;xR" + ] + }, + { + "id": "openseek-4-6dcc24b95a114e1bb1f8ff1650079853", + "input": "['a9', 'Z', 'b', 'a', '3,', 'Y', 'x', 'of', 'J', 'where', 'X', 'wavy', 'k', 'the', 'i']", + "output": [ + "a9Zba3,YxofJwhereXwavykthei" + ] + }, + { + "id": "openseek-4-4fb798eb73434c8e9b7461f314bff7c8", + "input": "['r', 'one', 'C', 'p', 'F', 'n', 'M', 'to', 'B']", + "output": [ + "roneCpFnMtoB" + ] + }, + { + "id": "openseek-4-2bcbacdb9e66425e831d65f54f5aa3b6", + "input": "['the', 'w', 'n', 'Y', 'E', 'q', 'g']", + "output": [ + "thewnYEqg" + ] + }, + { + "id": "openseek-4-ac2a456aea404015be67cd56e1f15647", + "input": "['plain', 'd', 'arrangement', 'h', 'c', 'D', 'E', 'x', 'z', 'the', 'R', 'X', 'Come,', 'r']", + "output": [ + "plaindarrangementhcDExztheRXCome,r" + ] + }, + { + "id": "openseek-4-f1bf29eb64da4f3d9c675e3736ed0a34", + "input": "['to', 'L', 'g', 'had', 'D', 'F', 'Q']", + "output": [ + "toLghadDFQ" + ] + }, + { + "id": "openseek-4-bf4c3e86ee444eeaa5f90e03225f6595", + "input": "['p', 'deem', 'E', 'tail,', 'd', 'a', 'H', 'plumb', 'l', '_clean_', 'P', 'u', 'E']", + "output": [ + "pdeemEtail,daHplumbl_clean_PuE" + ] + }, + { + "id": "openseek-4-6eb9bef47530423cb983dd3066a5c0db", + "input": "['x', 's', 'k', 'Z', 'here', 'b', 'been', 'R']", + "output": [ + "xskZherebbeenR" + ] + }, + { + "id": "openseek-4-246f1c8caa6944b0bea0acd22a13274d", + "input": "['g', 'him;', 'y', 'all', 'm']", + "output": [ + "ghim;yallm" + ] + }, + { + "id": "openseek-4-019fd56b2cb446d1830160af3324054f", + "input": "['wind!d', 'I', 'O', 'seemed', 'v', 'that', 'E', 'n', 'while', 'h', 'Oh,', 'D']", + "output": [ + "wind!dIOseemedvthatEnwhilehOh,D" + ] + }, + { + "id": "openseek-4-985af3f6c72f4fc09b417e920c6b8280", + "input": "['deep.', 'R', 'L', 'r', 'F', 'G', 'but', 'o', 'k', 'headlands,', 'N', 'other', 'O']", + "output": [ + "deep.RLrFGbutokheadlands,NotherO" + ] + }, + { + "id": "openseek-4-ea3073139e3e4846b7010e4a06d09f76", + "input": "['J', 'Q', 'Um,', 'y']", + "output": [ + "JQUm,y" + ] + }, + { + "id": "openseek-4-699af42494134906a723ec19bc6e3771", + "input": "['a', 'h', 'up', 'Z']", + "output": [ + "ahupZ" + ] + }, + { + "id": "openseek-4-ef06959b98294319988c223fac5ed486", + "input": "['E', 'for', 's', 'f', 'two', 'j', 'f', 'many', 'D', 'e', 'D', 'an', 'E', 'o']", + "output": [ + "EforsftwojfmanyDeDanEo" + ] + }, + { + "id": "openseek-4-99f0331f9bfe4fdb805d8e2f64307f02", + "input": "['presents,', 'p', 'l', 'R', 'with', 'z', 'w', 'you', 'S', 'have', 'O', 'B', 'F']", + "output": [ + "presents,plRwithzwyouShaveOBF" + ] + }, + { + "id": "openseek-4-814d3515aec04067ac6f441e0b842dd5", + "input": "['brain', 'X', 'L', 'o', 'z', 'g', 'b', 's', 'their', 'o', 'o', 'C']", + "output": [ + "brainXLozgbstheirooC" + ] + }, + { + "id": "openseek-4-d23f383c9ed043b9acf36b8381eecf3d", + "input": "['N', 'j', 'seemed', 'd', 's', 'R', 'm', 'which', 'R', 'h', 'j', 'at', 'H']", + "output": [ + "NjseemeddsRmwhichRhjatH" + ] + }, + { + "id": "openseek-4-35aa6931d267425a890c6831cd30e45d", + "input": "['J', 'h', 'L', 'H', 'W', 'S', 'F', 'b', 'E', 'c']", + "output": [ + "JhLHWSFbEc" + ] + }, + { + "id": "openseek-4-afe56e65eeae457e8dc614e7a44daa97", + "input": "['l', 'S']", + "output": [ + "lS" + ] + }, + { + "id": "openseek-4-0d720a0f3a1944459292495d3c83cdf8", + "input": "['Stubb;', 'T', 'eyes', 'r', 'wonder', 'W', 'as', 'g', 'z', 'is', 'y', 'of', 'K']", + "output": [ + "Stubb;TeyesrwonderWasgzisyofK" + ] + }, + { + "id": "openseek-4-6e41cc574a0a49afa2daba795b52d489", + "input": "['plain4makes', 'Q', 'A', 'D', 'h', 'k', 'withdrawal', 'u', 'J']", + "output": [ + "plain4makesQADhkwithdrawaluJ" + ] + }, + { + "id": "openseek-4-0de3db7744f84330ab53e09703a8b961", + "input": "['picture', 'q', 'the', 'F']", + "output": [ + "pictureqtheF" + ] + }, + { + "id": "openseek-4-bf7edef3dc4f40819dac79b94beed186", + "input": "['anonymous', 'B', 'Z', 'nervous', 'q', 'r', 'b', 'X']", + "output": [ + "anonymousBZnervousqrbX" + ] + }, + { + "id": "openseek-4-eab76ef42a56460abe053281c78047fd", + "input": "['N', 'each', 'N', 'D', 'u', 'that', 'y', 'are.', 'R']", + "output": [ + "NeachNDuthatyare.R" + ] + }, + { + "id": "openseek-4-43452fa4b87942478dde63487af668c5", + "input": "['from', 'Z', 'S', 'A']", + "output": [ + "fromZSA" + ] + }, + { + "id": "openseek-4-6961063e65474991a3575f7341634b35", + "input": "['in', 'B', 'Q', 'o']", + "output": [ + "inBQo" + ] + }, + { + "id": "openseek-4-0fe6d3834aa14dec84316d76574ffdd4", + "input": "['r', 'W', 'N', 's', 'a', 'V', 'v', 'much,', 'w']", + "output": [ + "rWNsaVvmuch,w" + ] + }, + { + "id": "openseek-4-8f747947e6a544c3b9541f2fabd7b05b", + "input": "['seen,', 'c', 'kith', 'O', 'Oh,', 'q', 'thirty', 'P', 'W', 'they', 'u', 'H', 'The', 'l', 'whether', 'i', 'who', 'A']", + "output": [ + "seen,ckithOOh,qthirtyPWtheyuHThelwhetheriwhoA" + ] + }, + { + "id": "openseek-4-d5553cf4ca6c433c8829d0b299b97ff1", + "input": "['to', 'T', 'stoutly', 'N', 'r', 'O', 'secret', 'h', 'of', 'M', 'T', 'B', 'depends,', 'L', 'e']", + "output": [ + "toTstoutlyNrOsecrethofMTBdepends,Le" + ] + }, + { + "id": "openseek-4-c00b560d853944e59222af8877c9770b", + "input": "['Mapple', 'R', 'U', 'H', 'n', 'peculiarities', 'j', 'H']", + "output": [ + "MappleRUHnpeculiaritiesjH" + ] + }, + { + "id": "openseek-4-20e9e6b7def743ae9301f36793061a43", + "input": "['e', 'N', 'i', 'I', 'and', 'Y', 'is', 'K', 'above', 'h', 'with', 'x', 'E']", + "output": [ + "eNiIandYisKabovehwithxE" + ] + }, + { + "id": "openseek-4-2d7c5c77b4894499bd469a27f4d6e896", + "input": "['give', 'i', 'V', 'with', 'j', 'he', 'l', 'K']", + "output": [ + "giveiVwithjhelK" + ] + }, + { + "id": "openseek-4-ba396817953e480ba879fa6871ff497e", + "input": "['y', 'those', 'Q', 'z', 'to', 'h', 'y']", + "output": [ + "ythoseQztohy" + ] + }, + { + "id": "openseek-4-300fbcaad8084c778314388ced638df3", + "input": "['I', 'u', 'F', 'a', 'P', 'k', 'but', 'D', 'is', 'H', 'but', 'I', 'That', 'G', 'E']", + "output": [ + "IuFaPkbutDisHbutIThatGE" + ] + }, + { + "id": "openseek-4-1675085fd4a54e1384b47b1c1cc002ec", + "input": "['I', 'g', 'strange,', 'I']", + "output": [ + "Igstrange,I" + ] + }, + { + "id": "openseek-4-07863c0d2feb4a1d9d5b1939166b0109", + "input": "['Q', 'young', 'a', 'u', 'the', 'Y', 'their', 'C', 'reason', 'M']", + "output": [ + "QyoungautheYtheirCreasonM" + ] + }, + { + "id": "openseek-4-701192649e6341c98d352614c3145dd6", + "input": "['e', 'l']", + "output": [ + "el" + ] + }, + { + "id": "openseek-4-c28d26260f234d3f8bff8466cc9ce721", + "input": "['with', 'A', 'M', 'the', 'd', 'courses', 'n', 'Paul9s', 'i', 'the', 'a', 'said,', 'E', 'V', 'was', 'B', 'S']", + "output": [ + "withAMthedcoursesnPaul9sitheasaid,EVwasBS" + ] + }, + { + "id": "openseek-4-161b120a158c48f6a0f4457d316197c3", + "input": "['filled', 'v', 'shall', 'J']", + "output": [ + "filledvshallJ" + ] + }, + { + "id": "openseek-4-ca27339d1b6a44089e7981600e3b4f36", + "input": "['round', 'u', 'G', 'Ahab,', 'y']", + "output": [ + "rounduGAhab,y" + ] + }, + { + "id": "openseek-4-821dc20ee144426986a5f4110e7701fd", + "input": "['q', 'our', 'R', 'y', 'and', 'g']", + "output": [ + "qourRyandg" + ] + }, + { + "id": "openseek-4-3d0fa0af78fc4abfa07fa646cf6559d6", + "input": "['said', 'I', 'there', 'A', 'r', 'of', 'M', 'S', 'r']", + "output": [ + "saidIthereArofMSr" + ] + }, + { + "id": "openseek-4-2c84b177597c494ea93e3cc7c01b46ce", + "input": "['narrative', 'z', 'looks', 'l', 'D', 'd', 'L', 'clean.', 't', 'the', 'F', 'm', 'D']", + "output": [ + "narrativezlookslDdLclean.ttheFmD" + ] + }, + { + "id": "openseek-4-4e2bcb7d85d042d99707f2ac698aa41e", + "input": "['of', 'q', 'j', 'g', 'his', 'O', 'M']", + "output": [ + "ofqjghisOM" + ] + }, + { + "id": "openseek-4-a23aaf60d1e14f2496895b98732ecea2", + "input": "['D', 'W', 'D', 'M', 'said,', 'g', 'G', 's']", + "output": [ + "DWDMsaid,gGs" + ] + }, + { + "id": "openseek-4-fae4ccb485e44663bc1823f84eb91677", + "input": "['and', 'L', 'down', 'k', 'p', 'e', 'cOh!', 'p', 'called', 'Z']", + "output": [ + "andLdownkpecOh!pcalledZ" + ] + }, + { + "id": "openseek-4-1c2f942313ba42619c99987f5c14a939", + "input": "['all', 'f', 'b']", + "output": [ + "allfb" + ] + }, + { + "id": "openseek-4-fba361429f0b48bcb04e6cdcd8b73e84", + "input": "['w', 'f', 'H', 'c', 'r', 'boxing,', 'C', 'h', 'like', 'y', 'u']", + "output": [ + "wfHcrboxing,Chlikeyu" + ] + }, + { + "id": "openseek-4-fc5551e2626d4eb0bc1a99e87afaa3fc", + "input": "['I', 'M', 'f', 'old', 'L', 'k', 'x', 'illimitable', 'O', 'oppose', 'M', 'R', 'D']", + "output": [ + "IMfoldLkxillimitableOopposeMRD" + ] + }, + { + "id": "openseek-4-5ac0ae6ff6b3410384446f369e39318b", + "input": "['showed', 'O', 'P', 'the', 'i', 'over.', 'E', 'upon', 'Z', 'x']", + "output": [ + "showedOPtheiover.EuponZx" + ] + }, + { + "id": "openseek-4-f54ba2cdeaf849c28545e5d70f2836b3", + "input": "['j', 'Z', 'all', 'j', 'the', 'W', 'T', 'the', 'x', 'R']", + "output": [ + "jZalljtheWTthexR" + ] + }, + { + "id": "openseek-4-518e1d908e7749ad937a934605fdea24", + "input": "['m', 'x', 'as', 'u']", + "output": [ + "mxasu" + ] + }, + { + "id": "openseek-4-11502ab311874badafc055176411cce5", + "input": "['for', 'v', 'X', 'U']", + "output": [ + "forvXU" + ] + }, + { + "id": "openseek-4-3df1e9a64fe54e8196e683e95be41992", + "input": "['lungs', 'A', 'tomahawk,', 'H', 'g']", + "output": [ + "lungsAtomahawk,Hg" + ] + }, + { + "id": "openseek-4-b24f1b672bf44106912822eae6e50f5c", + "input": "['b', 'c', 'f', 'there', 'g', 'intertwistings', 'j', 'He', 'x', 'M', 'H']", + "output": [ + "bcftheregintertwistingsjHexMH" + ] + }, + { + "id": "openseek-4-2e0d20940cdb40368680bd07fe72708c", + "input": "['n', 'at', 'Z', 'a', 'with', 'O', 'Q', 'V', 'E']", + "output": [ + "natZawithOQVE" + ] + }, + { + "id": "openseek-4-3cb7dab80574401ca79a9e0e2dc31a5f", + "input": "['M', 'w', 'many', 'l', 'belong,', 'M', 'endless', 'A', 'dare-devil', 'H', 'and', 'I']", + "output": [ + "Mwmanylbelong,MendlessAdare-devilHandI" + ] + }, + { + "id": "openseek-4-78b3e2a9ff0e4eb5a6cc86aea5eff4f0", + "input": "['be', 'C', 'that', 'd']", + "output": [ + "beCthatd" + ] + }, + { + "id": "openseek-4-7f02dfd0c43d498e8560c13afbbcfcbf", + "input": "['the', 'v', 'equally,', 'n', 'Haul', 'U', 'U']", + "output": [ + "thevequally,nHaulUU" + ] + }, + { + "id": "openseek-4-fb9d514f72fa4633a29480d3eacbd84f", + "input": "['the', 'M', 'it', 'S', 'n', 'K', 't', 'complaints4', 'I', 'n', 'w']", + "output": [ + "theMitSnKtcomplaints4Inw" + ] + }, + { + "id": "openseek-4-f966525836fe44b4a8301761e586cc68", + "input": "['will', 'I', 'flames', 'c', 'a']", + "output": [ + "willIflamesca" + ] + }, + { + "id": "openseek-4-93ed0c5ac4734fcc9ebd84d44f183a0b", + "input": "['therefore', 'l', 'Commodore', 'y', 'o']", + "output": [ + "thereforelCommodoreyo" + ] + }, + { + "id": "openseek-4-626c9da4b91c4e50b889ffd7b6be4cdb", + "input": "['old', 'l', 'a']", + "output": [ + "oldla" + ] + }, + { + "id": "openseek-4-7b6f31fccc384f7c96299ef2cc968acb", + "input": "['they', 'm', 'important', 'Y', 'But', 'X', 'all', 'B', 'z', 'c', 'M', 'f', 'of', 'N', 'good', 'n']", + "output": [ + "theymimportantYButXallBzcMfofNgoodn" + ] + }, + { + "id": "openseek-4-0a06292c70c3436c968e54becc3a2100", + "input": "['anything', 'p', 'P']", + "output": [ + "anythingpP" + ] + }, + { + "id": "openseek-4-8c38b0aae1404a3cbf134da2ccb16f0f", + "input": "['is', 'L', 'O', 'Eastern', 'g', 'aside', 'y', 'Y', 'R']", + "output": [ + "isLOEasterngasideyYR" + ] + }, + { + "id": "openseek-4-a8ad9b25981f44a1a83feb195f3cf4fa", + "input": "['the', 'k', 'white', 'E', 'P', 'H', 'thee,', 'J', 'v']", + "output": [ + "thekwhiteEPHthee,Jv" + ] + }, + { + "id": "openseek-4-2d7f24254cf64743a7f9b9cd84d6f7bd", + "input": "['Y', 'in', 'm', 'Z', 'u', 'Captain', 'N', 'strange', 'X']", + "output": [ + "YinmZuCaptainNstrangeX" + ] + }, + { + "id": "openseek-4-35b5cd177bbd48e8b952618f1bef842e", + "input": "['W', 'V', 'tell', 'N', 'they', 'f']", + "output": [ + "WVtellNtheyf" + ] + }, + { + "id": "openseek-4-d2b8d72f0b5647c8bd486b11abcfe994", + "input": "['don9t', 'V', 'and', 'd', 'half-stifled', 'L', 'E']", + "output": [ + "don9tVanddhalf-stifledLE" + ] + }, + { + "id": "openseek-4-1756c13f05e642efa6882bfcfae11418", + "input": "['the', 'm', 'l', 'placed', 'q', 'X', 'Japanese', 'E', 'young', 'S']", + "output": [ + "themlplacedqXJapaneseEyoungS" + ] + }, + { + "id": "openseek-4-bd673c6f42ee4d5e81338439094aade9", + "input": "['in', 'r', 'contrast.', 'v']", + "output": [ + "inrcontrast.v" + ] + }, + { + "id": "openseek-4-ffabe4ada848472f95e2804f5dd025de", + "input": "['C', 'i', 'M', 't', 'b', 'were', 'e']", + "output": [ + "CiMtbweree" + ] + }, + { + "id": "openseek-4-e8cef4cce0794ed48e4777980078cf32", + "input": "['the', 'x', 'U', 'd', 'cut', 'V', 'to', 'c', 'receiving', 'S', 'N', 'S', 'V', 'u']", + "output": [ + "thexUdcutVtocreceivingSNSVu" + ] + }, + { + "id": "openseek-4-c0ba7b0a4e0a464f897372ddcf05ba46", + "input": "['y', 'even', 'h', 'T', 'usual', 'r', 'the', 'F', 'b', 'J', 'F', 'J', 'Then,', 'f']", + "output": [ + "yevenhTusualrtheFbJFJThen,f" + ] + }, + { + "id": "openseek-4-7068521c18f44ea3b1317409dc3ebdbb", + "input": "['m', 'at', 'F', 'with', 'L', 'X', 'afford', 'G', 'way', 'J', 'noses', 'X']", + "output": [ + "matFwithLXaffordGwayJnosesX" + ] + }, + { + "id": "openseek-4-69b78177225941bd80d85f52a2a3f538", + "input": "['the', 'M', 's', 'v', 'of', 'X']", + "output": [ + "theMsvofX" + ] + }, + { + "id": "openseek-4-4b8f2d59646745508468a7edd89d6e81", + "input": "['S', 'the', 'e', 'H', 'seemed', 'X', 'Y', 'u']", + "output": [ + "StheeHseemedXYu" + ] + }, + { + "id": "openseek-4-4178d658e31045c7927bb62ad19a4594", + "input": "['H', 'P', 't', 'if', 's', 'something', 'U', 'q', 'for', 'T', 'at', 'c']", + "output": [ + "HPtifssomethingUqforTatc" + ] + }, + { + "id": "openseek-4-8e3ef26eb60e45378cccad2ec37162d9", + "input": "['G', 'complete', 'Z', 'z']", + "output": [ + "GcompleteZz" + ] + }, + { + "id": "openseek-4-d1342f87ba5d4d2ab103b71612c25966", + "input": "['l', 'y', 'sight;', 'A', 'and', 'P', 'k', 'V', 'T']", + "output": [ + "lysight;AandPkVT" + ] + }, + { + "id": "openseek-4-67ef7e7fa4084e378f107f40ccd9ad1b", + "input": "['R', 'of', 'W', 'R', 'r', 'of', 'c', 'triangular', 'J', 'C', 'S']", + "output": [ + "RofWRrofctriangularJCS" + ] + }, + { + "id": "openseek-4-c1b2731d6e2a4645a1a79b904fa006b4", + "input": "['S', 'living', 'h', 'of', 'Y', 'humbly', 'f', 'away;', 'U', 'of', 'j']", + "output": [ + "SlivinghofYhumblyfaway;Uofj" + ] + }, + { + "id": "openseek-4-581f92115aa84ff9a082edae0967a544", + "input": "['Hark', 'x', 'I', 'Derick', 'r', 'B', 'J', 'field', 'K', 'pumps', 'P', 'M', 'are', 'F', 'C']", + "output": [ + "HarkxIDerickrBJfieldKpumpsPMareFC" + ] + }, + { + "id": "openseek-4-35678cbb75f844b39dcf06ca9848b1bc", + "input": "['Z', 'P', 't', 'been,', 'w', 't', 'z', 'used', 's', 'by', 'x', 'v', 'W']", + "output": [ + "ZPtbeen,wtzusedsbyxvW" + ] + }, + { + "id": "openseek-4-adccafc539e74341a323df546c7102b3", + "input": "['decks', 'Q', 'abed', 'w', 'on', 'W']", + "output": [ + "decksQabedwonW" + ] + }, + { + "id": "openseek-4-76989f87be5c4749b7dd3a131e248e32", + "input": "['m', 'if', 'f', 'stationary', 'q', 'lighted', 'm', 'round', 'S', 'hoisted', 'b', 'e', 'A', 'a', 'a', 'tiles', 'h']", + "output": [ + "miffstationaryqlightedmroundShoistedbeAaatilesh" + ] + }, + { + "id": "openseek-4-5fd41426540f476f9e076aeb8c401855", + "input": "['N', 'motions', 'z']", + "output": [ + "Nmotionsz" + ] + }, + { + "id": "openseek-4-4787e3cee6ac413ca5d04dcce2c6d72d", + "input": "['s', 'w', 'F', 'F', 'Starbuck!', 'x', 'W', 'N', 'o', 'them.', 'i']", + "output": [ + "swFFStarbuck!xWNothem.i" + ] + }, + { + "id": "openseek-4-70ac4fac519b443781fb1a2e56d54f06", + "input": "['he', 'z', 'V', 'Queequeg,', 'K', 'board', 'O']", + "output": [ + "hezVQueequeg,KboardO" + ] + }, + { + "id": "openseek-4-2655c65c40d847239b36f04ccdf87a3f", + "input": "['H', 'lamp-feeder', 'M']", + "output": [ + "Hlamp-feederM" + ] + }, + { + "id": "openseek-4-dd367eb670f04a13871147ca704c8ad9", + "input": "['J', 'v', 'J', 'H', 'the', 'L', 'v', 'b']", + "output": [ + "JvJHtheLvb" + ] + }, + { + "id": "openseek-4-c5be2d7def134a24827b30575e2a27f1", + "input": "['turn', 'c', 'all', 'C', 'by', 'e', 'R', 'swells,', 'Q', 'I', 'w', 'Y', 'J', 'seventy-four', 'N', 'Q']", + "output": [ + "turncallCbyeRswells,QIwYJseventy-fourNQ" + ] + }, + { + "id": "openseek-4-346159e6f98f4b7c92f4d629150a4712", + "input": "['sight', 'i', 'aboriginal', 't', 'cedar', 'y', 'it', 'B', 'L', 'F', 'escape.', 'T', 'hard,', 'P', 'm', 'c']", + "output": [ + "sightiaboriginaltcedaryitBLFescape.Thard,Pmc" + ] + }, + { + "id": "openseek-4-617fc1ad256046578a012beacdf83c6b", + "input": "['cLookee', 'D', 'B']", + "output": [ + "cLookeeDB" + ] + }, + { + "id": "openseek-4-656e20167bb2403eab32778a1045be7d", + "input": "['Z', 'x', 'at', 'F', 'a', 'porpoise', 'h', 'X', 'N']", + "output": [ + "ZxatFaporpoisehXN" + ] + }, + { + "id": "openseek-4-61fef3e8e17b410d96de1ec21ef7514f", + "input": "['let', 'O', 'large', 'v', 'he', 'c', '98.', 'e', 'f']", + "output": [ + "letOlargevhec98.ef" + ] + }, + { + "id": "openseek-4-de654a2b33304fa497d5b73760cbb546", + "input": "['G', 'F', 'O', 'e']", + "output": [ + "GFOe" + ] + }, + { + "id": "openseek-4-ff934bd204b949e3834e97327cddc830", + "input": "['d', 'u', 'he', 'Z', 'Q']", + "output": [ + "duheZQ" + ] + }, + { + "id": "openseek-4-ae97ae7b1064462eb185ee2d8d0602fd", + "input": "['districts', 'o', 'visitation', 'C', 'crew,', 'M', 'b', 'fly', 'F']", + "output": [ + "districtsovisitationCcrew,MbflyF" + ] + }, + { + "id": "openseek-4-55f73228ef21425daf62f681f92f1c33", + "input": "['F', 'n', 'a', 'chronically', 'M', 'q', 'But', 'P']", + "output": [ + "FnachronicallyMqButP" + ] + }, + { + "id": "openseek-4-c351030616e645fdbbb2a15db7b46d36", + "input": "['to', 'G', 'sanity,', 'u', 'but', 'Y', 'H', 'Glory', 'L', 'p', 'lo!', 'V', 'have', 'c', 'G']", + "output": [ + "toGsanity,ubutYHGloryLplo!VhavecG" + ] + }, + { + "id": "openseek-4-b02e594f5ca24e83a1810b0b15be162a", + "input": "['t', 'hammock,', 'u', 'v', 'in', 'e', 'on', 'P', 'she', 'K']", + "output": [ + "thammock,uvineonPsheK" + ] + }, + { + "id": "openseek-4-b6285aaecd7449daa46903ee94abde47", + "input": "['a', 'I', 'G', 'y', 'and', 's', 'The', 'a', 'pencil', 't', 'prosecution', 'Z', 'p', 'within', 'P']", + "output": [ + "aIGyandsTheapenciltprosecutionZpwithinP" + ] + }, + { + "id": "openseek-4-528b34a3eab34d2a8f9f5f9832010be6", + "input": "['w', 'my', 'B', 'y']", + "output": [ + "wmyBy" + ] + }, + { + "id": "openseek-4-fe703c248f57476b8c365ff0328a01b7", + "input": "['m', 'w', 'x']", + "output": [ + "mwx" + ] + }, + { + "id": "openseek-4-1838fcd95a3c4bb292ba0d7c0df67caf", + "input": "['a', 'but', 'u', 't', 'V', 'X']", + "output": [ + "abututVX" + ] + }, + { + "id": "openseek-4-f6b8c41116984d9089eb2be92db72443", + "input": "['Y', 'only', 'x', 'it', 'E', 'and', 'O', 'h']", + "output": [ + "YonlyxitEandOh" + ] + }, + { + "id": "openseek-4-9ace638cbc2642b3b98ce9eebe684a83", + "input": "['y', 'was', 'L', 'let', 'J', 'q', 'there!', 'n']", + "output": [ + "ywasLletJqthere!n" + ] + }, + { + "id": "openseek-4-c38890f955e84acb9bfb2666ead7b681", + "input": "['for', 'f', 's', 'there', 'g', 't', 'a', 'I']", + "output": [ + "forfstheregtaI" + ] + }, + { + "id": "openseek-4-b504d3555b334d24b6205190e2d7d3d7", + "input": "['s', 'the', 'v', 'however', 'n', 't', 'head', 'H', 'on', 'w', 'fish;', 'z', 'E', 'S', 'gently', 'z']", + "output": [ + "sthevhoweverntheadHonwfish;zESgentlyz" + ] + }, + { + "id": "openseek-4-c9a464559fd341cf85a1cdd1d62cff80", + "input": "['I', 'v']", + "output": [ + "Iv" + ] + }, + { + "id": "openseek-4-cca0b8889bfd4a07a99d48bb65ab6759", + "input": "['and', 'm', 'v', 'call', 'j', 'a', 'self-containing', 'F', 'p', 'D', 'submerged', 'E', 'Whale_;', 'M']", + "output": [ + "andmvcalljaself-containingFpDsubmergedEWhale_;M" + ] + }, + { + "id": "openseek-4-6804403d43a143a3bc81d0ed68c79de9", + "input": "['i', 'and', 'G', 'R', 'the', 'Y', 'v', 'Z', 'X', 'into', 'Y']", + "output": [ + "iandGRtheYvZXintoY" + ] + }, + { + "id": "openseek-4-7e466156e7894738a05651d78645e0be", + "input": "['halt', 'h', 'insulated,', 'b', 'when', 'N']", + "output": [ + "halthinsulated,bwhenN" + ] + }, + { + "id": "openseek-4-5ee4a3d95f964461a58a60256c609a86", + "input": "['I', 'N', 'come', 'X', 'c', 'f']", + "output": [ + "INcomeXcf" + ] + }, + { + "id": "openseek-4-79dcd33eb2384406b38ee1aa9ae97f5e", + "input": "['c', 'V', 'harpoon,', 'K', 'A', 'levelled', 'M', 'd', 'the', 'K', 'Ishmael;', 'R', 'troubled', 'a', 'hunks', 'l']", + "output": [ + "cVharpoon,KAlevelledMdtheKIshmael;Rtroubledahunksl" + ] + }, + { + "id": "openseek-4-284e98f8ea1c4ba68dba8bee528804cf", + "input": "['J', 'unthinkingly', 'n', 'once', 'p', 'of', 's', 'l']", + "output": [ + "Junthinkinglynoncepofsl" + ] + }, + { + "id": "openseek-4-3e3cc7c4e543428a8ac7a65fd9337ec3", + "input": "['sails', 'L', 'I', 'O', 'G']", + "output": [ + "sailsLIOG" + ] + }, + { + "id": "openseek-4-0bc4b44e760643f7bdafddfabc1622da", + "input": "['to', 'D', 'as', 's', 'image', 'v', 'G', 'possible.', 'A', 'speak,', 'q', 'of', 'L', 'K']", + "output": [ + "toDassimagevGpossible.Aspeak,qofLK" + ] + }, + { + "id": "openseek-4-7d62935d0f684882a944cd85e823f8ed", + "input": "['thus', 'o', 'J', 't', 'u', 'in', 'F', 'yet', 'k']", + "output": [ + "thusoJtuinFyetk" + ] + }, + { + "id": "openseek-4-d0900e1317e74525bdf7510d98d47080", + "input": "['battalions,', 'b', 'sleet', 'j', 'There', 'n', 'E', 'E', 'Q']", + "output": [ + "battalions,bsleetjTherenEEQ" + ] + }, + { + "id": "openseek-4-bbf6b77513a147729a77b3ce2550b670", + "input": "['while', 'D', 'W']", + "output": [ + "whileDW" + ] + }, + { + "id": "openseek-4-cd8e4451631b4423be33366e246ddf9d", + "input": "['of', 'R', 'K', 'pest;', 'S', 'S', 's', 'm', 'his', 'R', 'V']", + "output": [ + "ofRKpest;SSsmhisRV" + ] + }, + { + "id": "openseek-4-083481f33b9943199af318ec695cbf31", + "input": "['Q', 'noblest', 'y', 'u', 'f', 'Z', 'at', 'M']", + "output": [ + "QnoblestyufZatM" + ] + }, + { + "id": "openseek-4-a1024c3248ba4a6f940f0eb905395b94", + "input": "['striving,', 'F', 'q', 'W', 'u']", + "output": [ + "striving,FqWu" + ] + }, + { + "id": "openseek-4-417a3d8eb12b4de0825dabecadfb8c46", + "input": "['have', 'N', 'r', 'but', 'E']", + "output": [ + "haveNrbutE" + ] + }, + { + "id": "openseek-4-c42430a516aa4edfa5d628c44a5094f0", + "input": "['by', 'p', 'head', 'V']", + "output": [ + "bypheadV" + ] + }, + { + "id": "openseek-4-00cfe87f31bf48339288ff11fbfdbd9e", + "input": "['v', 'Z', 'l', 'B', 'thank', 'w', 's']", + "output": [ + "vZlBthankws" + ] + }, + { + "id": "openseek-4-6a69facd363442b7aec7dd16031f76d7", + "input": "['anywhere', 'E', 'vicinities.', 'U', 'L']", + "output": [ + "anywhereEvicinities.UL" + ] + }, + { + "id": "openseek-4-6c36a764197442898958f6bcbceb0bae", + "input": "['N', 'ground', 'I', 'elephant,', 'w', 'a', 'F', 'v', 'Let', 'x', 'k']", + "output": [ + "NgroundIelephant,waFvLetxk" + ] + }, + { + "id": "openseek-4-e2a96618be064b21bf1c43638d36e3c9", + "input": "['v', 'P', 'f']", + "output": [ + "vPf" + ] + }, + { + "id": "openseek-4-07eb6ce101574eeea78637b19f2b6503", + "input": "['in', 'l', 'seemed', 'Y', 's']", + "output": [ + "inlseemedYs" + ] + }, + { + "id": "openseek-4-92d2734e2f4842ba87b20b6b101353a9", + "input": "['s', 'M', 'N', 'bound,', 'Y']", + "output": [ + "sMNbound,Y" + ] + }, + { + "id": "openseek-4-5f198ac54d294cbeb35d27c0748059fd", + "input": "['U', 'truck', 'S', 'Q', 'concerning', 'X', 'murmured,', 'P']", + "output": [ + "UtruckSQconcerningXmurmured,P" + ] + }, + { + "id": "openseek-4-d78beeeacd754a5bb2f1e3fc0ec19aa3", + "input": "['all;4look', 'n', 'j', 'the', 'u', 'c']", + "output": [ + "all;4looknjtheuc" + ] + }, + { + "id": "openseek-4-8ca43a3a6bd64abaa58bcc2c3c703b03", + "input": "['x', 'C', 'which', 'l']", + "output": [ + "xCwhichl" + ] + }, + { + "id": "openseek-4-d005abfab4ab4cc887faee3fa2c743a8", + "input": "['then,', 'C', 'K', 'b', 'B', 'I', 'the', 'j', 'a', 'T', 'the', 'I', 'R']", + "output": [ + "then,CKbBIthejaTtheIR" + ] + }, + { + "id": "openseek-4-02f5c577d9c046c4a91b2a370fd56413", + "input": "['to', 'p', 'down', 'U', 'cKee-hee!', 'S', 'that', 'n', 'U', 'L', 'U']", + "output": [ + "topdownUcKee-hee!SthatnULU" + ] + }, + { + "id": "openseek-4-424ec05baef14635b8dd8707c334fb13", + "input": "['alone,', 'r', 'I', 'k']", + "output": [ + "alone,rIk" + ] + }, + { + "id": "openseek-4-3190d2e7873a4910ac66eae42080d8d9", + "input": "['order', 'k', 'I', 'K', 'u', 'R', 'to', 'W']", + "output": [ + "orderkIKuRtoW" + ] + }, + { + "id": "openseek-4-395b035a0cb34b13ad5a5d694b6e5d98", + "input": "['how', 'z', 'from', 'm', 'r']", + "output": [ + "howzfrommr" + ] + }, + { + "id": "openseek-4-5b1ef8a8221c4653a37705ec0d57ac44", + "input": "['snatching', 'v', 'yet', 'n']", + "output": [ + "snatchingvyetn" + ] + }, + { + "id": "openseek-4-c489fbbd3ce943f891b997e791f35b63", + "input": "['this', 'c', 'up', 'a', 'W', 'law', 'O', 'F', 'c', 'o', 'lesson', 'C', 'j', 'of', 'x']", + "output": [ + "thiscupaWlawOFcolessonCjofx" + ] + }, + { + "id": "openseek-4-da7909b0331241e4b438928c30ac6eaa", + "input": "['i', 'c', 'L', 'in', 'F', 'by', 'm']", + "output": [ + "icLinFbym" + ] + }, + { + "id": "openseek-4-7e58622068f945519afbc3f989163347", + "input": "['will', 'p', 'e', 'U', 'in', 'C', 'c', 'much', 'k']", + "output": [ + "willpeUinCcmuchk" + ] + }, + { + "id": "openseek-4-530b7e77c95d4c6285cee2fb0153363d", + "input": "['man,', 'c', 'to', 'H', 'a', 'e', 'L', 'in', 'V', 'T', 'W', 'z', 'U']", + "output": [ + "man,ctoHaeLinVTWzU" + ] + }, + { + "id": "openseek-4-1d11d63f38e141b1bffc0d2a4f890c4a", + "input": "['I', 't', 'r', 'G', 'X', 'j', 'with', 'd', 'U']", + "output": [ + "ItrGXjwithdU" + ] + }, + { + "id": "openseek-4-1f66f351e7ed442eb9269ab5c7eb99ae", + "input": "['m', 'cases', 'd', 'T', 'R', 'roared', 'o']", + "output": [ + "mcasesdTRroaredo" + ] + }, + { + "id": "openseek-4-36a9bb6179054ec690fd2bffeb2b281d", + "input": "['w', 'p', 'z', 'in', 'D', 'put', 'x', 'V', 'the', 'r', 'k', 'g', 'a', 'B']", + "output": [ + "wpzinDputxVtherkgaB" + ] + }, + { + "id": "openseek-4-0b98e2b5dab24dee8b2dfa2ab93a1cad", + "input": "['t', 'd', 'led', 'v', 'the', 'g']", + "output": [ + "tdledvtheg" + ] + }, + { + "id": "openseek-4-9702c22490b04ab2ada6b35b8c995ac7", + "input": "['275th', 'j', 'ship', 'p', 'c', 'which', 'f', 'j', 'If', 's']", + "output": [ + "275thjshippcwhichfjIfs" + ] + }, + { + "id": "openseek-4-d07eccc1c32a492786549c235995ed6b", + "input": "['that', 'Z', 'place', 'c', 'now', 'e', 'p', 'of', 'c', 'not', 'I', 'Ahab', 'I', 'S', 'o']", + "output": [ + "thatZplacecnowepofcnotIAhabISo" + ] + }, + { + "id": "openseek-4-15ee53655c7b47ffa3bae81df51ba65d", + "input": "['bread', 'U', 'not', 'Y', 'crooked', 'w', 'w', 'to', 'J']", + "output": [ + "breadUnotYcrookedwwtoJ" + ] + }, + { + "id": "openseek-4-82b8c8b06a024645afabb42fe22a7804", + "input": "['L', 'only', 'B', 'r', 'g', 'N', 'diaboli!d', 'F', 'N', 'z']", + "output": [ + "LonlyBrgNdiaboli!dFNz" + ] + }, + { + "id": "openseek-4-9b57ccbd0ce34a868a3c18bb5fa3497d", + "input": "['T', 'Q', 'blight.', 'j', 'the', 'q', 'P']", + "output": [ + "TQblight.jtheqP" + ] + }, + { + "id": "openseek-4-3e75c8bbc72a4c12a9a7dce55e41fd61", + "input": "['t', 'o', 's', 'q', 'c']", + "output": [ + "tosqc" + ] + }, + { + "id": "openseek-4-7f31aa1e3fdf42fba8bdb394535011e2", + "input": "['the', 'G', 'H']", + "output": [ + "theGH" + ] + }, + { + "id": "openseek-4-6ef48c73ea5846cc8013d531a438a4c6", + "input": "['Queequeg,', 'p', 'p', 'the', 'P', 'on', 'h', 'O', 'L', 'a', 'o', 'e', 'A']", + "output": [ + "Queequeg,ppthePonhOLaoeA" + ] + }, + { + "id": "openseek-4-e674a2c979c646578e910020c2d1f07e", + "input": "['E', 'from', 'z', 'C', 'l', 'Nelson', 'C']", + "output": [ + "EfromzClNelsonC" + ] + }, + { + "id": "openseek-4-4c026ffcedb34a4682325e4563fb3d92", + "input": "['lumps', 'u', 'eyeing', 'c', 'who', 'l', 'F', 'F']", + "output": [ + "lumpsueyeingcwholFF" + ] + }, + { + "id": "openseek-4-aa854699313347219bc014ed45be7eee", + "input": "['h', 't', 'does', 'J']", + "output": [ + "htdoesJ" + ] + }, + { + "id": "openseek-4-c20663e1e79a474998e7db16b5c71d97", + "input": "['of', 'Z', 'r', 'he', 'B', 'captain', 'T', 'J', 'holding', 'I', 'T', 'is', 'w', 'k', 'your', 'p']", + "output": [ + "ofZrheBcaptainTJholdingITiswkyourp" + ] + }, + { + "id": "openseek-4-25d6b68007444526b41120a7db638c29", + "input": "['an', 'm', 'mast-head;', 'z', 'so', 'C', 'X', 'Indian', 'V', 's']", + "output": [ + "anmmast-head;zsoCXIndianVs" + ] + }, + { + "id": "openseek-4-e9f52e795ccd4f39b37920a177a3bba7", + "input": "['he', 'c', 'generally', 'q', 'these', 'b']", + "output": [ + "hecgenerallyqtheseb" + ] + }, + { + "id": "openseek-4-b27a32aea58f47f89514e82b37194d1b", + "input": "['X', 'd', 'l', 'y', 'white', 'K', 'Y']", + "output": [ + "XdlywhiteKY" + ] + }, + { + "id": "openseek-4-14c48f77d7b144ac8ffc383765a4ff69", + "input": "['stirred', 'U', 'r', 'P', 'they', 'h']", + "output": [ + "stirredUrPtheyh" + ] + }, + { + "id": "openseek-4-a7c59f00d6a74fa1977496cfbded57f3", + "input": "['microscopic', 'H', 'd', 'a', 's', 'say', 'S', 'w']", + "output": [ + "microscopicHdassaySw" + ] + }, + { + "id": "openseek-4-11b0924658fc44158df00597ab215878", + "input": "['a', 'the', 'B', 'the', 'k', 'the', 'g']", + "output": [ + "atheBthektheg" + ] + }, + { + "id": "openseek-4-1d6dc022ca09453c913f4460ef613f0b", + "input": "['Devil,', 'h', 'e', 'r', 'of', 'z', 'G', 'bites', 'b', 'K']", + "output": [ + "Devil,herofzGbitesbK" + ] + }, + { + "id": "openseek-4-1384716dd3f84f7b975d944f62bcb76b", + "input": "['unspeakable', 'J', 'f', 'j', 'n', 'really', 'd', 'through', 'E']", + "output": [ + "unspeakableJfjnreallydthroughE" + ] + }, + { + "id": "openseek-4-d17c5182c34749e68fc5617991719177", + "input": "['off', 'c', 'B', 'vast', 'A']", + "output": [ + "offcBvastA" + ] + }, + { + "id": "openseek-4-14968e7f15df4125aa4fdc335364f1ea", + "input": "['R', 'when', 'M', 'h', 'conscience', 'f', 'U', 'K', 'just', 'S']", + "output": [ + "RwhenMhconsciencefUKjustS" + ] + }, + { + "id": "openseek-4-3c02289c1edf4a9eb09cc4a92956d1a2", + "input": "['have', 'U', 'f', 'i', 'round', 'I', 'and', 'y', 'c', 'lay', 'W', 'benevolent', 'e', 'bone', 'Q']", + "output": [ + "haveUfiroundIandyclayWbenevolenteboneQ" + ] + }, + { + "id": "openseek-4-3f923ce127ee44f7aa6f5eb71ec768a8", + "input": "['s', 'sparkling', 'C', 'F']", + "output": [ + "ssparklingCF" + ] + }, + { + "id": "openseek-4-42a3100bb4104f43bbd7332f7cf606ae", + "input": "['and', 'y', 'I', 'B', 'L', 'the', 'l', 'K', 'beach,', 'P', 'N']", + "output": [ + "andyIBLthelKbeach,PN" + ] + }, + { + "id": "openseek-4-48c3cf5c0a724491b686092ba5f78a46", + "input": "['h', 'z', 'into', 'K', 'there', 'E', 't', 'a', 'put', 'n', 'dipping', 'Y', 'g']", + "output": [ + "hzintoKthereEtaputndippingYg" + ] + }, + { + "id": "openseek-4-81f232207c5c40fe9e0ce0ec7fd889d4", + "input": "['Y', 'in', 's', 'that', 'x', 'V', 'as', 'h', 'm', 'J', 'the', 'i']", + "output": [ + "YinsthatxVashmJthei" + ] + }, + { + "id": "openseek-4-dca4735645a54b3e8db1e5a6d8b62c07", + "input": "['in', 'P', 'that', 'j', 's']", + "output": [ + "inPthatjs" + ] + }, + { + "id": "openseek-4-57d291f8d41f4cf7ab6ab6fc8c825282", + "input": "['at', 'c', 'g', 'L', 'r']", + "output": [ + "atcgLr" + ] + }, + { + "id": "openseek-4-bfc0822696e3435cbb6d2eec549a38e2", + "input": "['violent', 'Q', 'I', 'v']", + "output": [ + "violentQIv" + ] + }, + { + "id": "openseek-4-cf785450e7ce4508980f9fe553fbdd81", + "input": "['b', 'A', 'was', 'm', 'had', 'n', 'Y', 'him,', 'n', 'such', 'y', 'b', 'at', 'S']", + "output": [ + "bAwasmhadnYhim,nsuchybatS" + ] + }, + { + "id": "openseek-4-5e40ef1dda614a10836d1a7c9e3d46d3", + "input": "['k', 'J']", + "output": [ + "kJ" + ] + }, + { + "id": "openseek-4-ec82882e235c4a5e9e2585a1befb1fd0", + "input": "['think', 'F', 'A', 'clue', 'U', 'T', 'P', 'U', 'b']", + "output": [ + "thinkFAclueUTPUb" + ] + }, + { + "id": "openseek-4-18a048d63a564b4c82fb10d70f467d24", + "input": "['me,', 'D', 's', 'longer.', 't']", + "output": [ + "me,Dslonger.t" + ] + }, + { + "id": "openseek-4-f6f536e2fded4cd8beb4b7b234e9a65c", + "input": "['found', 'w', 'on.', 'D', 'three', 'R']", + "output": [ + "foundwon.DthreeR" + ] + }, + { + "id": "openseek-4-140a2a7c3a0b4f72884542b3109527f5", + "input": "['t', 'i', 'he', 'a', 'unharming', 'Q']", + "output": [ + "tiheaunharmingQ" + ] + }, + { + "id": "openseek-4-ebfadadff6cc49daafc79c713a6a8f4a", + "input": "['to', 'f', 'there!', 'p', 'a', 'i']", + "output": [ + "tofthere!pai" + ] + }, + { + "id": "openseek-4-632c076e2be34a139210bae2b871789f", + "input": "['it', 'z', 'junction,', 'V', 'd', 'E']", + "output": [ + "itzjunction,VdE" + ] + }, + { + "id": "openseek-4-276f5505a23d4a1da2b1e11e432cd214", + "input": "['blight.', 'y', 'l', 'moment', 'E', 'o', 'l', 'purpose', 'Z', 'knows', 'R', 'Pequod9s', 'N']", + "output": [ + "blight.ylmomentEolpurposeZknowsRPequod9sN" + ] + }, + { + "id": "openseek-4-482d93f5d1fb487d97bdb5b4f39484fe", + "input": "['would', 'v', 'melancholy', 'i', 'along', 'f', 'K', 'n', 'q', 'I', 'blue', 'R', 'the', 'm', 'e']", + "output": [ + "wouldvmelancholyialongfKnqIblueRtheme" + ] + }, + { + "id": "openseek-4-a6afa2d28e544c898a7fec834017eb8d", + "input": "['Fates,', 'P', 'went', 'q']", + "output": [ + "Fates,Pwentq" + ] + }, + { + "id": "openseek-4-06c26a43f5504dbab1138bc0ea28c72e", + "input": "['connecting,', 'H', 'x']", + "output": [ + "connecting,Hx" + ] + }, + { + "id": "openseek-4-239e5490828a4b38bfab0bdf1c68f433", + "input": "['it', 'p', 'So', 'm', 'E', 'as', 'k', 'for', 'V', 'R', 'and', 'h', 'k', 'V']", + "output": [ + "itpSomEaskforVRandhkV" + ] + }, + { + "id": "openseek-4-83d969ed5861437b8b58145bf8c53401", + "input": "['commander9s', 'z', 'still', 'd']", + "output": [ + "commander9szstilld" + ] + }, + { + "id": "openseek-4-6cf0e428c3fd4c1b97bbeac8229e7c7d", + "input": "['the', 'x', 'h', 'larboard', 'H', 'descend', 'I', 'the', 'u', 'on', 'j', 'S', 'ship.', 'R']", + "output": [ + "thexhlarboardHdescendItheuonjSship.R" + ] + }, + { + "id": "openseek-4-5e7f6644d03f4298a39bd3f1d1eb0aa5", + "input": "['t', 'r', 'H', 'the', 'U', 'y', 'G', 'T']", + "output": [ + "trHtheUyGT" + ] + }, + { + "id": "openseek-4-25b5fc11adfc416cb7ee622aecd9538b", + "input": "['just', 'z', 'I', 'R', 'x', 'C', 'D', 'b']", + "output": [ + "justzIRxCDb" + ] + }, + { + "id": "openseek-4-0b254869028243f58a5641be980b4058", + "input": "['D', 'various', 'p']", + "output": [ + "Dvariousp" + ] + }, + { + "id": "openseek-4-c555543fe2cd478590b400bcaeb99b69", + "input": "['the', 'z', 'e', 'h', 'b', 'm', 'Z', 'sharper,', 'N', 'Y', 'at', 'N']", + "output": [ + "thezehbmZsharper,NYatN" + ] + }, + { + "id": "openseek-4-535473734ba348d181d68be83da62b20", + "input": "['W', 'g', 'A', 'K', 'r', 'an', 'E', 'd', 'd', 'T', 'q']", + "output": [ + "WgAKranEddTq" + ] + }, + { + "id": "openseek-4-ac05384a88b44459a74c9f26ab1121d8", + "input": "['D', 'S', 'P', 'a', 'F']", + "output": [ + "DSPaF" + ] + }, + { + "id": "openseek-4-7fad6b22052b43f88c636cc4f902b7eb", + "input": "['i', 'of', 'Q', 'men.', 'q', 'is', 'R', 'I', 'v', 'lofty', 'J', 'it)', 'e']", + "output": [ + "iofQmen.qisRIvloftyJit)e" + ] + }, + { + "id": "openseek-4-8d0247c026fa469d9c6771847c096019", + "input": "['L', 'likened', 'a', 'r', 'wants', 'o', 'w', 'a', 'domed', 'F']", + "output": [ + "LlikenedarwantsowadomedF" + ] + }, + { + "id": "openseek-4-f039e5132a5447fa8b386f090cc0a3b8", + "input": "['any', 'q', 'the', 'S', 'gor!', 'd', 'y', 'i', 'brought', 'd']", + "output": [ + "anyqtheSgor!dyibroughtd" + ] + }, + { + "id": "openseek-4-a3416e4a6c424686849bc902529a8e20", + "input": "['z', 's', 'b', 'i', 'G', 's']", + "output": [ + "zsbiGs" + ] + }, + { + "id": "openseek-4-9a8d110f8cbb4af28f3d80257c0ca98b", + "input": "['O', 'the', 'F', 'have', 'd', 'B', 'I', 'j', 'and', 'i', 'steps', 'B']", + "output": [ + "OtheFhavedBIjandistepsB" + ] + }, + { + "id": "openseek-4-49bd8fddb59a486a90e6a66545945b35", + "input": "['l', 'two', 'c']", + "output": [ + "ltwoc" + ] + }, + { + "id": "openseek-4-fc152c011e34421dac16d8f04db891dd", + "input": "['o', 'G', 'hoist', 'i', 'cAye!', 'n', 'p', 'b', 'pricking', 'd', 'bedwards.', 'f', 'd', 'w']", + "output": [ + "oGhoisticAye!npbprickingdbedwards.fdw" + ] + }, + { + "id": "openseek-4-b965926f1d6f4b5790a8cc66b0ce26c9", + "input": "['tells', 'B', 'only,', 'f', 'b']", + "output": [ + "tellsBonly,fb" + ] + }, + { + "id": "openseek-4-d235396d40104840aecdb252a8e76cbd", + "input": "['E', 'is', 'k']", + "output": [ + "Eisk" + ] + }, + { + "id": "openseek-4-217e322efb974f8ab8a17c69306f0487", + "input": "['N', 'the', 'u', 'P', 'mates', 'X']", + "output": [ + "NtheuPmatesX" + ] + }, + { + "id": "openseek-4-2998addbca13474ab8831ad93d5a3a6a", + "input": "['coasts', 'U', 'r', 'the', 'S', 'story.9', 'h', 'q']", + "output": [ + "coastsUrtheSstory.9hq" + ] + }, + { + "id": "openseek-4-f5aa53ab3346436c8033e18a2ec08e13", + "input": "['staggering', 'I', 'taking', 'j']", + "output": [ + "staggeringItakingj" + ] + }, + { + "id": "openseek-4-ee4f224826794ed0a7f93bf6ead59a06", + "input": "['and', 'C', 'l', 'things', 'h', 'in', 'N']", + "output": [ + "andClthingshinN" + ] + }, + { + "id": "openseek-4-70ddae7aab79456b87774ddca2441ff9", + "input": "['it', 'q', 'away', 'z', 'Y']", + "output": [ + "itqawayzY" + ] + }, + { + "id": "openseek-4-90f05099a5024a31b3eed73aa1b4b89c", + "input": "['z', 'u', 'z', 'troubled', 'f', 'ribbed', 'L', 'some', 's', 'r', 'bands', 'k', 'gained', 'd', 'j']", + "output": [ + "zuztroubledfribbedLsomesrbandskgaineddj" + ] + }, + { + "id": "openseek-4-c848399f3f594e359cce91191bccecfe", + "input": "['sea.', 'W', 'the', 'n', 'R', 'x', 'Q', 'M', 'he', 'Q', 'k', 'I', 'p']", + "output": [ + "sea.WthenRxQMheQkIp" + ] + }, + { + "id": "openseek-4-5f3bfbea7e6947e28c1d49a92dc253bb", + "input": "['then', 'F', 't', 'V', 'a', 'g', 'w', 'V', 'K', 's', 'v']", + "output": [ + "thenFtVagwVKsv" + ] + }, + { + "id": "openseek-4-71b473d89b234723ad6b9be899280213", + "input": "['m', 'D', 'mothers', 'S', 'K', 'C', 'like', 'D', 'of', 'L', 'boiling', 'Y', 'x']", + "output": [ + "mDmothersSKClikeDofLboilingYx" + ] + }, + { + "id": "openseek-4-fd1ad6cd520e4433a2b6d27c4c26bb02", + "input": "['h', 'h', 'White', 'u', 'the', 'R', 'c', 'telling.', 'f', 'fishery,', 'b']", + "output": [ + "hhWhiteutheRctelling.ffishery,b" + ] + }, + { + "id": "openseek-4-f3d7745507304d07ba60f74b93a32aca", + "input": "['b', 'E', 'world!', 's', 'so', 'X', 'antique,', 'g', 'himself', 'F', 'other', 'p', 'd', 'c', 'd']", + "output": [ + "bEworld!ssoXantique,ghimselfFotherpdcd" + ] + }, + { + "id": "openseek-4-5979e5647986454f99a6cc4adf1d6843", + "input": "['reprehensible', 'T', 'V', 'its', 'N', 'muttered', 'e', 'm', 'the', 'm', 'featuring', 'd', 'as', 'k']", + "output": [ + "reprehensibleTVitsNmutteredemthemfeaturingdask" + ] + }, + { + "id": "openseek-4-22fbdfffdb1c430fb9ed72e76db560d2", + "input": "['as', 'q', 'harpoon,', 'C', 'O', 'S', 'is', 'P', 'p', 'N', 'X']", + "output": [ + "asqharpoon,COSisPpNX" + ] + }, + { + "id": "openseek-4-9000cd51f11c4467baa8438d69958671", + "input": "['question;', 'M', 'M', 'stir', 'E']", + "output": [ + "question;MMstirE" + ] + }, + { + "id": "openseek-4-ef85dbd074bf402390267ada848a5258", + "input": "['and,', 'X', 'old', 'r', 'R', 'slowly,', 'm', 'among', 'z']", + "output": [ + "and,XoldrRslowly,mamongz" + ] + }, + { + "id": "openseek-4-cc37ea8c85894def81a826557319d016", + "input": "['please;', 'o', 'M', 'y', 'smoking', 'o', 'plaster', 'N', 'd', 'too,', 'N', 'n']", + "output": [ + "please;oMysmokingoplasterNdtoo,Nn" + ] + }, + { + "id": "openseek-4-68f6fe8d5c8e460c843884e8ae85ff87", + "input": "['of', 'U', 'anywhere;', 'n', 'q']", + "output": [ + "ofUanywhere;nq" + ] + }, + { + "id": "openseek-4-72321d9cd910481cb01081d71ff8f849", + "input": "['i', 'L', 'L', 'R']", + "output": [ + "iLLR" + ] + }, + { + "id": "openseek-4-ecd3c5617d254496969cca0f5fc254dd", + "input": "['we', 'B', 'hermits,', 'i', 'spangling', 'Y']", + "output": [ + "weBhermits,ispanglingY" + ] + }, + { + "id": "openseek-4-7a2ecf9c36de4f6b86fd9afcba16f473", + "input": "['it,', 't', 'H', 'i', 'I']", + "output": [ + "it,tHiI" + ] + }, + { + "id": "openseek-4-0d70865f457a400aa94c7800a966bb1c", + "input": "['r', 'i', 'than', 'l', 'W', 'of', 'n', 'N', 'with', 'p', 'U', 'now', 's', 'd']", + "output": [ + "rithanlWofnNwithpUnowsd" + ] + }, + { + "id": "openseek-4-9cc4b125c0544fcdb9e203ce6d2612f6", + "input": "['J', 'o']", + "output": [ + "Jo" + ] + }, + { + "id": "openseek-4-317cf28db9134e4c93e989ac474fa253", + "input": "['I', 'h', 'She', 'Y', 'q', 'V', 's', 'me', 'c', 'v']", + "output": [ + "IhSheYqVsmecv" + ] + }, + { + "id": "openseek-4-a3c9d91df7db4c839cfd8679206fb995", + "input": "['constitution;', 'R', 'i']", + "output": [ + "constitution;Ri" + ] + }, + { + "id": "openseek-4-bec47ab471d04f5b8ada895349c84c7f", + "input": "['v', 'i', 'Now,', 'd', 't', 'a', 't', 'wish.', 'f', 'secure', 'z']", + "output": [ + "viNow,dtatwish.fsecurez" + ] + }, + { + "id": "openseek-4-eaacd4813f4f40e4b76d3d7075f72232", + "input": "['N', 'upon', 'p', 'drop', 'D', 'i', 'g']", + "output": [ + "NuponpdropDig" + ] + }, + { + "id": "openseek-4-814fda98ce8844bfaa25960b8fd5b496", + "input": "['boat-knife,', 'E', 'n', 'E', 'Q']", + "output": [ + "boat-knife,EnEQ" + ] + }, + { + "id": "openseek-4-fce4d2e5c2904eb589ab417727dd1c28", + "input": "['But', 'S', 'x', 'U', 'S', 'R', 'this', 'w']", + "output": [ + "ButSxUSRthisw" + ] + }, + { + "id": "openseek-4-5ee4045af68249c39fe639a2f3975c3f", + "input": "['c', 'before', 'i', 'dropping', 'Y', 'Y', 'N', 'amid', 'r', 'mind', 'k', 'interflow', 's', 'T']", + "output": [ + "cbeforeidroppingYYNamidrmindkinterflowsT" + ] + }, + { + "id": "openseek-4-2e9a11a5589849509fb3ac6807fb5bbd", + "input": "['of', 'G', 'G', 'G', 'w', 'X']", + "output": [ + "ofGGGwX" + ] + }, + { + "id": "openseek-4-b87884033bcc4a81b898a7331567f124", + "input": "['put', 'x', 'for', 'I', 'S', 'his', 'p', 'l', 'and', 'k', 'the', 'a', 'U', 'f']", + "output": [ + "putxforIShisplandktheaUf" + ] + }, + { + "id": "openseek-4-ab46dc3d05764ffa8f3eadb5592a3d75", + "input": "['arms', 'q', 'discomforts', 'P', 'a', 'p', 'Z', 's', 'G', 'E', 'o', 'might', 'C', 'their', 'r']", + "output": [ + "armsqdiscomfortsPapZsGEomightCtheirr" + ] + }, + { + "id": "openseek-4-9ae0ef04a1cb414a9bde53b62d643b8b", + "input": "['e', 'F', 'of', 'T', 'life.', 'j', 'from', 'M', 'is', 'R']", + "output": [ + "eFofTlife.jfromMisR" + ] + }, + { + "id": "openseek-4-78bbce8648904bc38c65f5d32ea757f9", + "input": "['in', 'X', 'm', 'z', 'Y', 'hot', 't', 'D', 't', 'U']", + "output": [ + "inXmzYhottDtU" + ] + }, + { + "id": "openseek-4-1af1e3847f1348cda8d7ce0e6146161d", + "input": "['point', 'f', 'h', 'made', 'n']", + "output": [ + "pointfhmaden" + ] + }, + { + "id": "openseek-4-ae7c4d16f67848a99684b9ba164f6930", + "input": "['s', 'E', 'but', 'w', 'G', 'and', 'R', 't', 'S', 'u', 'have', 'M', 'very', 'N']", + "output": [ + "sEbutwGandRtSuhaveMveryN" + ] + }, + { + "id": "openseek-4-55ee752b63c4457cb894c87e5f80f565", + "input": "['like', 'd', 'v', 'Z', 'x', 'w']", + "output": [ + "likedvZxw" + ] + }, + { + "id": "openseek-4-44ce337eacd64e9f89a27123a6f1e4b6", + "input": "['G', 'Z', 'to', 'P', 'P', 'case', 'C', 'but', 'j', 'endlessly', 'l']", + "output": [ + "GZtoPPcaseCbutjendlesslyl" + ] + }, + { + "id": "openseek-4-b6faf57dfd6b46678a946a9e8de4eadd", + "input": "['V', 'k', 'V', 'K', 'the', 'Q', 'Pip', 'k', 'o']", + "output": [ + "VkVKtheQPipko" + ] + }, + { + "id": "openseek-4-7596c020ba884a2081824351a1cb60ca", + "input": "['heard,', 'R', 'interior', 'J', 'Z', 'y', 'Lord', 'v', 'elasticity', 'a', 'C', 'in', 'a', 'had', 'X', 'T']", + "output": [ + "heard,RinteriorJZyLordvelasticityaCinahadXT" + ] + }, + { + "id": "openseek-4-72499541105e4dca8065097dd9dadb1f", + "input": "['Y', 'M', 'corn-cobs', 'H', 'O', 'feeling', 'Y', 'l', 'G', 'O', 'of', 'V', 'q']", + "output": [ + "YMcorn-cobsHOfeelingYlGOofVq" + ] + }, + { + "id": "openseek-4-4038f24ef81449dcb88324ffed52b6de", + "input": "['to', 'E', 'v', 'disobey', 'U']", + "output": [ + "toEvdisobeyU" + ] + }, + { + "id": "openseek-4-487e23c34cac423c9fea70e6858d8e3b", + "input": "['any', 'E', 'V', 'e']", + "output": [ + "anyEVe" + ] + }, + { + "id": "openseek-4-57a792c4a94e4bfc93bcdd965d6fe2c5", + "input": "['f', 'and', 'f', 'J', 'M']", + "output": [ + "fandfJM" + ] + }, + { + "id": "openseek-4-c9ba0eb6a9464b50b8ee8860cebee64b", + "input": "['I', 'm', 'bow', 'R', 'z', 'G', 'E', 'z', 'that', 't', 'A', 'would', 'Z']", + "output": [ + "ImbowRzGEzthattAwouldZ" + ] + }, + { + "id": "openseek-4-a55dda249655407ea4d2f996dd0fbdaa", + "input": "['hinted', 'e', 'thus', 'H', 'wide', 'O', 'expressly', 'K', 'C']", + "output": [ + "hintedethusHwideOexpresslyKC" + ] + }, + { + "id": "openseek-4-5299544234114042ad830f95c2a1d7f2", + "input": "['L', 'U', 'w', 'X', 'y', 'his', 'M', 'selecting', 'I', 'Y', 'this,', 'z']", + "output": [ + "LUwXyhisMselectingIYthis,z" + ] + }, + { + "id": "openseek-4-756e7454c5ea491b8357ea9daba41947", + "input": "['Well,', 'A', 'd', 'k', 'b', 'i']", + "output": [ + "Well,Adkbi" + ] + }, + { + "id": "openseek-4-21523dcb62de46c09634de35bf14dc29", + "input": "['he', 'g', 'i', 'in', 'p', 'a', 'S', 'g']", + "output": [ + "hegiinpaSg" + ] + }, + { + "id": "openseek-4-6a7420cea2a34c2398e3df4c5c765cee", + "input": "['to', 'F', 'shores', 'F', 'N', 'say', 'A', 'into', 'p', 'the', 'Q']", + "output": [ + "toFshoresFNsayAintoptheQ" + ] + }, + { + "id": "openseek-4-d3d0a0b4c0f04a59a9fdce047f217a56", + "input": "['Remote,', 'B', 'let', 'Y']", + "output": [ + "Remote,BletY" + ] + }, + { + "id": "openseek-4-bc128e7d197e478ebe24363c253d5622", + "input": "['t', 'F', 'jelly.', 'I', 'Coffins', 'A', 'some', 'e', 'not', 'z', 'raised,', 'b', 'the', 'R']", + "output": [ + "tFjelly.ICoffinsAsomeenotzraised,btheR" + ] + }, + { + "id": "openseek-4-35ed28adc24f4b0eb85a2ffe005fab84", + "input": "['E', 'against', 'y', 'and', 'M']", + "output": [ + "EagainstyandM" + ] + }, + { + "id": "openseek-4-20d51fbf3f9749f99885b483e520e525", + "input": "['sound', 'K', 'the', 'r', 'withstand,', 'Q', 'L']", + "output": [ + "soundKtherwithstand,QL" + ] + }, + { + "id": "openseek-4-f3a5056dbfa241d7ba3287847fcc521d", + "input": "['I', 'M', 'could', 'o', 'T']", + "output": [ + "IMcouldoT" + ] + }, + { + "id": "openseek-4-55cdcdc6944c4ea28fd84a2c79f12dfb", + "input": "['I', 'distance', 'D', 'blazing', 'I', 'in', 'c', 'i', 'j', 'the', 'Q', 'L']", + "output": [ + "IdistanceDblazingIincijtheQL" + ] + }, + { + "id": "openseek-4-056ba6dd3a144df3a283ec3d96107986", + "input": "['e', 'suggestively', 's', 'k']", + "output": [ + "esuggestivelysk" + ] + }, + { + "id": "openseek-4-3500524c845446e498c18b5204012e98", + "input": "['K', 'morning.', 'R', 'i', 'had', 'b', 'J', 'helping', 'h', 'R', 'whale,', 'S', 'H']", + "output": [ + "Kmorning.RihadbJhelpinghRwhale,SH" + ] + }, + { + "id": "openseek-4-fe24c3a6d4cb40a0853c92c9afa0ddd9", + "input": "['D', 'against', 't', 'm', 'n', 'q', 'spare', 'Y']", + "output": [ + "DagainsttmnqspareY" + ] + }, + { + "id": "openseek-4-cd87798996044083939757ca2ac0125d", + "input": "['Scoresby9s', 'O', 'with', 'b', 'X', 'K', 'sog!', 'R', 'L', 'l', 'And', 'o', 'm']", + "output": [ + "Scoresby9sOwithbXKsog!RLlAndom" + ] + }, + { + "id": "openseek-4-45c9f7cb0ef345e9b3dc2ad9515dbc1a", + "input": "['v', 'e', 'y', 'were', 'p', 'W', 'this', 'o', 'now', 'W']", + "output": [ + "veywerepWthisonowW" + ] + }, + { + "id": "openseek-4-89903e9ef88e4056b3f3c35e8fc67eb5", + "input": "['k', 'stick', 'U', 'v', 'without', 'j', 'A', 'f', 'C', 'c', 'cocked', 'O', 'that', 'G']", + "output": [ + "kstickUvwithoutjAfCccockedOthatG" + ] + }, + { + "id": "openseek-4-d0e26a8da27d4be786478af0e68f6e21", + "input": "['quarter-deck', 'G', 'I', 'S', 'i', 'V', 'z']", + "output": [ + "quarter-deckGISiVz" + ] + }, + { + "id": "openseek-4-861971e7bbc74edb9a43c8eb94cd934c", + "input": "['a', 's', 'k', 'find', 'e', 'h', 'b', 'with', 'L', 'a', 'J', 'house', 'R', 'i', 'f']", + "output": [ + "askfindehbwithLaJhouseRif" + ] + }, + { + "id": "openseek-4-fa904bd412214311a7aff8509d65c1c8", + "input": "['idleness', 'B', 'N', 'O', 'pots,', 'b', 'being', 'w', 'G']", + "output": [ + "idlenessBNOpots,bbeingwG" + ] + }, + { + "id": "openseek-4-0f32a676886d44dc83804c620ed26ffd", + "input": "['know,', 'z', 'second,', 'U', 'more', 'U']", + "output": [ + "know,zsecond,UmoreU" + ] + }, + { + "id": "openseek-4-2fdc06a6d81649128704d75f3237499b", + "input": "['W', 'it', 'l', 'two', 'H', 'd', 'tall', 'o', 'hung', 'V', 'L', 'C', 'R', 'of4not', 'K']", + "output": [ + "WitltwoHdtallohungVLCRof4notK" + ] + }, + { + "id": "openseek-4-f0ecee1b59f644069fa9080e850f0bfd", + "input": "['p', 'K', 'X', 'by', 'h', 'this', 'C', 'P']", + "output": [ + "pKXbyhthisCP" + ] + }, + { + "id": "openseek-4-6dbaf6eef4c7495d9018992fc22abda5", + "input": "['was', 'x', 'k', 'cGive', 'K', 'j']", + "output": [ + "wasxkcGiveKj" + ] + }, + { + "id": "openseek-4-75cd885709764ba1965ff3ed88e3b848", + "input": "['k', 'k']", + "output": [ + "kk" + ] + }, + { + "id": "openseek-4-fbc194b1ba114b1999c0c34f7f84dd69", + "input": "['the', 'w', 'B', 'subject,', 'E', 'r', 'b']", + "output": [ + "thewBsubject,Erb" + ] + }, + { + "id": "openseek-4-3da06a65a880485db759ceb5e6a1c205", + "input": "['z', 'too,', 'n', 'forming', 'm', 'H']", + "output": [ + "ztoo,nformingmH" + ] + }, + { + "id": "openseek-4-fa651cbc0cf94b2e9e7a67f42742d703", + "input": "['c', 'perils,', 'L', 'y', 'all', 'Y', 'coming', 'K', 'lofty', 't', 'prove', 'K', 'F', 'l']", + "output": [ + "cperils,LyallYcomingKloftytproveKFl" + ] + }, + { + "id": "openseek-4-c7e38091477e483a84c5a7e0c9a66f49", + "input": "['p', 'time,', 'z', 'the', 'm', 'operated', 'x', 'f']", + "output": [ + "ptime,zthemoperatedxf" + ] + }, + { + "id": "openseek-4-40349de848f44548bd7d356cd102110c", + "input": "['At', 'u', 'and', 'v', 'w', 'little,', 'o']", + "output": [ + "Atuandvwlittle,o" + ] + }, + { + "id": "openseek-4-972fb1a02df949beaebe595b9eaa78a4", + "input": "['c', 'Line,', 'J', 'Q', 'on', 'H']", + "output": [ + "cLine,JQonH" + ] + }, + { + "id": "openseek-4-3f1094a217d14eb2979580a2ee53f78b", + "input": "['out', 'G', 'beat', 'T', 'M']", + "output": [ + "outGbeatTM" + ] + }, + { + "id": "openseek-4-3e72751bf38443e78acc8bce5f4cecd1", + "input": "['him', 'P', 'i', 'fetch', 'w', 'u', 'little', 'z', 'b', 'was', 'H', 'were', 'G', 'Look', 'K']", + "output": [ + "himPifetchwulittlezbwasHwereGLookK" + ] + }, + { + "id": "openseek-4-f8f12b5589dd458087b7a9c91bf62fa0", + "input": "['send', 'N', 'had', 'h', 'mazy', 'm']", + "output": [ + "sendNhadhmazym" + ] + }, + { + "id": "openseek-4-693da6f2d0104f64a7f891990d7dcfc6", + "input": "['o', 'boisterous', 'K', 'p', 'by', 'D', 'M']", + "output": [ + "oboisterousKpbyDM" + ] + }, + { + "id": "openseek-4-86cb807d35564a2c98560540a92d6877", + "input": "['b', 'T', 'Manxman', 'V', 'O', 'M', 'Portuguese', 'D', 'The', 'P', 'with', 'k', 'c']", + "output": [ + "bTManxmanVOMPortugueseDThePwithkc" + ] + }, + { + "id": "openseek-4-67166f77134140408399e9f08ab2c00f", + "input": "['Bestow', 'R', 'y', 'c', 'B', 'the', 'r', 'he', 'X', 'to', 'U', 'N', 'Y']", + "output": [ + "BestowRycBtherheXtoUNY" + ] + }, + { + "id": "openseek-4-54c53149d26847fd973c643b25096033", + "input": "['B', 'might', 'R', 'E', 'far', 'p', 'spare', 'E', 'as', 'x', 'tell', 'O', 'squares', 'Y']", + "output": [ + "BmightREfarpspareEasxtellOsquaresY" + ] + }, + { + "id": "openseek-4-26b2963c54ee4a4fab03528bea644d09", + "input": "['their', 'P', 'g']", + "output": [ + "theirPg" + ] + }, + { + "id": "openseek-4-c75143c78ee34dadb51e90972a7327df", + "input": "['x', 'Z']", + "output": [ + "xZ" + ] + }, + { + "id": "openseek-4-8fd6708efd1f4fd8bc7cd42b90375336", + "input": "['M', 'n', 'L', 'add', 'd', 'x', 'Z', 'J']", + "output": [ + "MnLadddxZJ" + ] + }, + { + "id": "openseek-4-dd8437b53e0b4c1eabbd70618452025d", + "input": "['d', 'a', 'Cockatoo', 'u', 'But', 'm', 'p', 'g', 'away', 'b', 'l']", + "output": [ + "daCockatoouButmpgawaybl" + ] + }, + { + "id": "openseek-4-800011004a7b4bed9b048c192ade2309", + "input": "['around.', 'q', 'have', 'P', 'it', 'W', 'a', 'its', 's']", + "output": [ + "around.qhavePitWaitss" + ] + }, + { + "id": "openseek-4-97da62d9c61e4b24a70f9e6292a76e08", + "input": "['hold', 'F', 'comparative', 'v', 'instances', 'O', 'other', 'j', 'clear', 'E', 'V', 'it', 'N', 'back', 'B', 'mid-winter', 'u']", + "output": [ + "holdFcomparativevinstancesOotherjclearEVitNbackBmid-winteru" + ] + }, + { + "id": "openseek-4-dd21a2e8690846459056d2870454af2b", + "input": "['e', 'c']", + "output": [ + "ec" + ] + }, + { + "id": "openseek-4-d2021cdb2849470a944fbec40fa375c9", + "input": "['l', 'holy', 'l', 'G', 'v']", + "output": [ + "lholylGv" + ] + }, + { + "id": "openseek-4-cc3be7f622914f6d8080e97c23e1ce98", + "input": "['I', 'A', 'f', 'o', 'A', 'v', 'royal', 'Q', 'Z', 'officer', 'K', 'of', 'j']", + "output": [ + "IAfoAvroyalQZofficerKofj" + ] + }, + { + "id": "openseek-4-4b294d337e174c9fae727f1622b6cdef", + "input": "['o', 'Y']", + "output": [ + "oY" + ] + }, + { + "id": "openseek-4-4be7cba53948434d95287e9813f9c26b", + "input": "['this', 'w', 'professor', 'm', 'u', 'rising,', 'i', 'beautiful', 'G']", + "output": [ + "thiswprofessormurising,ibeautifulG" + ] + }, + { + "id": "openseek-4-95c0ba35f8374d2db56f49a3dcbbcb4f", + "input": "['enrolled', 'C', 'b', 'be', 'B']", + "output": [ + "enrolledCbbeB" + ] + }, + { + "id": "openseek-4-4034b41063414b86b9df767988115ee0", + "input": "['d', 'C', 'be', 'v', 'nothing', 'M', 'his', 'X']", + "output": [ + "dCbevnothingMhisX" + ] + }, + { + "id": "openseek-4-fbc8871ab8624ccb904a8994e7fd8acc", + "input": "['G', 'with', 'T', 'I', 'the', 'W', 'excitements;', 'J', 'impatient', 'M', 'Q', 'r', 'nooks.', 'c']", + "output": [ + "GwithTItheWexcitements;JimpatientMQrnooks.c" + ] + }, + { + "id": "openseek-4-757fdf10fe534e169f5d17387a96f406", + "input": "['n', 'A', 'k', 'And', 'c', 'O', 'table', 'n', 'which', 'T', 'd']", + "output": [ + "nAkAndcOtablenwhichTd" + ] + }, + { + "id": "openseek-4-e83df9cdd57642c1bf9ac21a6520e687", + "input": "['p', 'o']", + "output": [ + "po" + ] + }, + { + "id": "openseek-4-9af957a0e42a4bca84348eac8483e2e6", + "input": "['profound', 'm', 'case,', 'R', 'U']", + "output": [ + "profoundmcase,RU" + ] + }, + { + "id": "openseek-4-909d1a48619f418a9e2487c985ade0f2", + "input": "['with', 'I', 'and', 'b', 'A', 'in', 'K', 'one', 'W', 'O', 'made', 'T', 'H', 'h', 'B']", + "output": [ + "withIandbAinKoneWOmadeTHhB" + ] + }, + { + "id": "openseek-4-06f26f8d98fd436cbba2beb610dc6095", + "input": "['orphans,', 'H', 'w', 'y', 'beyond', 'W', 'R', 'natur6', 'k', 'P', 'i']", + "output": [ + "orphans,HwybeyondWRnatur6kPi" + ] + }, + { + "id": "openseek-4-99fb6e15d6f24adcb4cb0082b7858441", + "input": "['j', 'i', 'a', 'f', 'C', 'Z', 'that', 'E', 'P', 'A', 'L', 'i']", + "output": [ + "jiafCZthatEPALi" + ] + }, + { + "id": "openseek-4-16634d1461254a7ab084693e1b6845de", + "input": "['have', 'J', 'certain', 'E', 'M', 'thou9lt', 'L', 'elastic', 'm', 'n', 'perilously', 's', 'c', 'p', 'Q']", + "output": [ + "haveJcertainEMthou9ltLelasticmnperilouslyscpQ" + ] + }, + { + "id": "openseek-4-0be5ac97fba4440584f81798524182db", + "input": "['T', 'was', 'u', 'of', 'Y', 'the', 'e', 'base', 'a', 'was', 'i', 'else', 'f', 'u']", + "output": [ + "TwasuofYtheebaseawasielsefu" + ] + }, + { + "id": "openseek-4-c3bb0509c9d245aabee51952944fb2ea", + "input": "['L', 'be', 'P', 'u', 'hinted', 'L', 'e', 'There', 'a', 'm', 'colorless', 'a', 'm']", + "output": [ + "LbePuhintedLeThereamcolorlessam" + ] + }, + { + "id": "openseek-4-96a6bca58970404dab7685ef17033ed3", + "input": "['attend', 'v', 'the', 'a', 'e']", + "output": [ + "attendvtheae" + ] + }, + { + "id": "openseek-4-5cbaa6ed340e4c05851c80cafdec9c21", + "input": "['e', 'the', 'z', 'y']", + "output": [ + "ethezy" + ] + }, + { + "id": "openseek-4-34fc69392b1b457ea588a289eb366af1", + "input": "['single', 'l', 'u', 'K', 'f', 'n', 'g']", + "output": [ + "singleluKfng" + ] + }, + { + "id": "openseek-4-45dcba08c0df4410a7c32c7967ffea86", + "input": "['the', 'D', 'as', 'z', 'N', 'cannot', 'o', 'g', 'around', 'G', 'y', 'without', 'X', 'the', 'J']", + "output": [ + "theDaszNcannotogaroundGywithoutXtheJ" + ] + }, + { + "id": "openseek-4-12ebda4aefee4f688651eb13b51019f3", + "input": "['t', 'the', 'L', 'm', 'a']", + "output": [ + "ttheLma" + ] + }, + { + "id": "openseek-4-d4878916906f4805b0fcd9623031a912", + "input": "['U', 'v', 'J', 'l', 'R']", + "output": [ + "UvJlR" + ] + }, + { + "id": "openseek-4-306f4090356640ceb50ea6f6cfd1ef4c", + "input": "['inadequately', 'V', 'fail', 'R', 'b', 'U', 'X']", + "output": [ + "inadequatelyVfailRbUX" + ] + }, + { + "id": "openseek-4-d1e82adf51df4b6d8f5601df91809c6b", + "input": "['assail', 'C', 'to', 'p', 'B', 'and', 'B', 's', 'shaken', 'w', 'the', 'T', 'every', 'b', 'hope', 'I', 'soon', 'm']", + "output": [ + "assailCtopBandBsshakenwtheTeverybhopeIsoonm" + ] + }, + { + "id": "openseek-4-e6042d94490b48659a27bd96b135ecfd", + "input": "['f', 'y', 'sir.', 'c', 'f', 'y']", + "output": [ + "fysir.cfy" + ] + }, + { + "id": "openseek-4-88542d0cbaf24889a3603bfd29176ea1", + "input": "['q', 'as', 'S', 'he', 'A', 'of', 'H', 'c', 'like', 'A']", + "output": [ + "qasSheAofHclikeA" + ] + }, + { + "id": "openseek-4-e2ea9146f8834abfa0138f758bfd8ddd", + "input": "['N', 'some', 'R', 'P', 'with', 'H', 'renounced', 'G', 'b', 'his', 'u', 'also', 'G']", + "output": [ + "NsomeRPwithHrenouncedGbhisualsoG" + ] + }, + { + "id": "openseek-4-2b8b756a46434471974336048db9222b", + "input": "['M', 'a']", + "output": [ + "Ma" + ] + }, + { + "id": "openseek-4-7b5f149da1e8472296dfafd124908076", + "input": "['F', 'h', 'cabin.', 'N', 'we', 't', 'present', 'K', 'upon', 'g', 'Y']", + "output": [ + "Fhcabin.NwetpresentKupongY" + ] + }, + { + "id": "openseek-4-0e5b056764a44c0abcba71ee0caa3c55", + "input": "['L', 'D', 'voyage', 'q', 'v']", + "output": [ + "LDvoyageqv" + ] + }, + { + "id": "openseek-4-2b0b31179e2f47fc98c5257742077e90", + "input": "['O', 'I', 't', 'e', 'F', 'Q', 'l', 's', 'white', 'w']", + "output": [ + "OIteFQlswhitew" + ] + }, + { + "id": "openseek-4-9b7a64d95d794cb38dc15cf4448d93e8", + "input": "['pointing', 'T', 'f', 'cAnd', 'u', 'piece', 'B', 'q', 'a', 'G']", + "output": [ + "pointingTfcAndupieceBqaG" + ] + }, + { + "id": "openseek-4-658adeb9e44f4d6e8e42273f565e1fc0", + "input": "['the', 'r', 'being', 'X', 'no', 'b', 'd', 'tail,', 'j', 'venerable', 'K']", + "output": [ + "therbeingXnobdtail,jvenerableK" + ] + }, + { + "id": "openseek-4-65c547d4f88645bf802a74261aaea5b4", + "input": "['b', 'of', 'G', 'E', 'D']", + "output": [ + "bofGED" + ] + }, + { + "id": "openseek-4-0f77faa29b234db78bb054908b2d26b4", + "input": "['who', 'g', 'j', 'subsided,', 'I', 'c', 'q', 'u', 'k']", + "output": [ + "whogjsubsided,Icquk" + ] + }, + { + "id": "openseek-4-61278b59bea24087bbc38d3c29f940e8", + "input": "['F', 'and', 'G', 'H', 'm']", + "output": [ + "FandGHm" + ] + }, + { + "id": "openseek-4-29b709bc38774a2e93f5ece370d54906", + "input": "['p', 'h', 'Pequod,', 'X', 'his', 'U', 'x', 'A']", + "output": [ + "phPequod,XhisUxA" + ] + }, + { + "id": "openseek-4-7f2a4082f15a4648b67f6c3703dd23cc", + "input": "['A', 'V', 'F', 'Y', 'm']", + "output": [ + "AVFYm" + ] + }, + { + "id": "openseek-4-a488088de7af4d8c8a964a3d383ba53a", + "input": "['would', 'N', 'h', 'd', 'E', 'T', 'kannakin,', 'l', 'w', 'of', 'I', 'a', 'a', 'a']", + "output": [ + "wouldNhdETkannakin,lwofIaaa" + ] + }, + { + "id": "openseek-4-d38e954bb0834caf8327f1fc4e33bf23", + "input": "['V', 'has', 'f', 'Y', 'o', 'some', 'R', 'I', 'r', 'V', 'm']", + "output": [ + "VhasfYosomeRIrVm" + ] + }, + { + "id": "openseek-4-f7bf2a50df22436b9c042e557922c71c", + "input": "['criminal', 'u', 'an', 'q', 'I', 'posture,', 'P']", + "output": [ + "criminaluanqIposture,P" + ] + }, + { + "id": "openseek-4-f97ffd5d35624e4482531646d0500dd3", + "input": "['on', 'X', 'a', 'u', 'this', 'Q']", + "output": [ + "onXauthisQ" + ] + }, + { + "id": "openseek-4-fdb054af23384b39808f916226c8b191", + "input": "['forward', 'F', 'engage', 'i', 'D', 'silent', 'J']", + "output": [ + "forwardFengageiDsilentJ" + ] + }, + { + "id": "openseek-4-13c1f53c970046a3b2c828aae8bf496e", + "input": "['night!', 'X', 'd', 'r', 'Through', 'O', 'K', 'F', 'R', 'P', 'some', 'b', 'to', 'T']", + "output": [ + "night!XdrThroughOKFRPsomebtoT" + ] + }, + { + "id": "openseek-4-4bc8b3ba3b86405bb156a6d1a7bdc1ef", + "input": "['D', 'U', 'q', 'd', 'E', 'the', 'X']", + "output": [ + "DUqdEtheX" + ] + }, + { + "id": "openseek-4-a744bc47b290428f9b9060c08f872468", + "input": "['sun', 'x', 'the', 'u', 'responsibilities', 'O']", + "output": [ + "sunxtheuresponsibilitiesO" + ] + }, + { + "id": "openseek-4-eede20f9143f47638cdd3932fa3ecd1a", + "input": "['p', 'X', 'and', 'X', 'n', 'of', 'H']", + "output": [ + "pXandXnofH" + ] + }, + { + "id": "openseek-4-81a7a85ab68844aea126dddf4e81c64e", + "input": "['delivered;', 'x', 'a', 'V', 'hundred', 'e', 'c', 'J', 'W', 'landed', 'z']", + "output": [ + "delivered;xaVhundredecJWlandedz" + ] + }, + { + "id": "openseek-4-fddd83deed8d428baab10a7930af1507", + "input": "['o', 'r', 'y', 'H', 'come', 't', 'is', 'a', 'whales.', 'y', 'C', 'K', 'p']", + "output": [ + "oryHcometisawhales.yCKp" + ] + }, + { + "id": "openseek-4-bab48a8cc46f49cc8a6210b21ecdd489", + "input": "['e', 'virtue', 'A', 'f', 'all', 'M', 'a', 'p', 'men,', 'h', 'u', 'boat,', 'J', 'boy9s', 'h', 'at', 'l']", + "output": [ + "evirtueAfallMapmen,huboat,Jboy9shatl" + ] + }, + { + "id": "openseek-4-6ccfe777b100419d95ea18b59a3df1c7", + "input": "['almost', 'C', 'W']", + "output": [ + "almostCW" + ] + }, + { + "id": "openseek-4-f69aff9251504d9da562f630ee353eaa", + "input": "['parted', 'Y', 'whale', 'm', 'g']", + "output": [ + "partedYwhalemg" + ] + }, + { + "id": "openseek-4-e4e7ba8b7db04770b0e1d0a5926f57ce", + "input": "['whale', 'n', 'l', 'very', 'Q', 'of', 'f', 'three', 'H', 'c', 'curiosity', 'd', 'of', 'i', 'J', 'the', 'C']", + "output": [ + "whalenlveryQoffthreeHccuriositydofiJtheC" + ] + }, + { + "id": "openseek-4-0ff87bd185ce40f8a64839b99a429c11", + "input": "['I', 'that', 'l', 'x']", + "output": [ + "Ithatlx" + ] + }, + { + "id": "openseek-4-bf89c6b7f26b4938b88902ca3f1926ad", + "input": "['Yet', 'R', 'go!d', 'u', 'O', 'O']", + "output": [ + "YetRgo!duOO" + ] + }, + { + "id": "openseek-4-f0884acce7de4e4e83a6431d215c4204", + "input": "['Z', 'm']", + "output": [ + "Zm" + ] + }, + { + "id": "openseek-4-bdb1a6ba14714500aa44934156855d5e", + "input": "['stranger,', 'k', 'h', 'hardly', 'E', 'W', 'm', 'X']", + "output": [ + "stranger,khhardlyEWmX" + ] + }, + { + "id": "openseek-4-d6454e5d3ba6483d920895668c1ae56c", + "input": "['E', 'which', 'z', 'does', 'N']", + "output": [ + "EwhichzdoesN" + ] + }, + { + "id": "openseek-4-e29d15d173ac44d3b38cb05f13b7c5e3", + "input": "['e', 'R', 'A', 'could', 'V', 'I', 'escape', 'M', 'F']", + "output": [ + "eRAcouldVIescapeMF" + ] + }, + { + "id": "openseek-4-a07e7821eb054d9cb8526a8fea0d04c8", + "input": "['k', 'half', 'p', 'one', 'v', 'A', 'T', 'D', 'Ocean', 'a', 'volley', 'l', 'c']", + "output": [ + "khalfponevATDOceanavolleylc" + ] + }, + { + "id": "openseek-4-f306c3ec2a0f499083fc33ccdfd2321d", + "input": "['p', 'with', 'p', 'Yellow', 'u', 'F', 'again', 'P', 'w', 'y']", + "output": [ + "pwithpYellowuFagainPwy" + ] + }, + { + "id": "openseek-4-e85484e30c12403c97fef8e20a749ac4", + "input": "['thickly', 'J', 'run', 'f', 'inboard', 'W', 'expressions', 'z']", + "output": [ + "thicklyJrunfinboardWexpressionsz" + ] + }, + { + "id": "openseek-4-7f316a779bff4fc3abc13a72fe690b1f", + "input": "['less', 'N', 'forth', 'a', 'b', 'U', 'Q', 'M', 'there', 'E', 'K']", + "output": [ + "lessNforthabUQMthereEK" + ] + }, + { + "id": "openseek-4-bf43b306fdb043b8a206de9ab288f3da", + "input": "['may', 'X', 'W', 'as', 'w', 'I', 'R', 'the', 'F', 'some', 'T']", + "output": [ + "mayXWaswIRtheFsomeT" + ] + }, + { + "id": "openseek-4-02feda38d29747fa85319c7a6b021c85", + "input": "['F', 'M', 'A', 'their', 'H', 'all', 'H', 'rigged', 'P']", + "output": [ + "FMAtheirHallHriggedP" + ] + }, + { + "id": "openseek-4-4435ebc8042c49408178878a91f23f44", + "input": "['O', 'x', 'w', 'wooden', 'C', 'cHere!d', 'p', 'is', 'v', 'in', 'W', 'Q', 'L']", + "output": [ + "OxwwoodenCcHere!dpisvinWQL" + ] + }, + { + "id": "openseek-4-5ca1f7d7e3ff44358e1daf15b50f77dd", + "input": "['A', 'only', 'z']", + "output": [ + "Aonlyz" + ] + }, + { + "id": "openseek-4-48e8d7a05bf246b49784288f5feba82d", + "input": "['invoked', 'y', 'the', 'V', 'S']", + "output": [ + "invokedytheVS" + ] + }, + { + "id": "openseek-4-686073c3fc2e46dc873d7765f0714418", + "input": "['further,', 'x', 'V', 'L', 'r', 'doubloon,', 'L', 'wade', 'X', 'T']", + "output": [ + "further,xVLrdoubloon,LwadeXT" + ] + }, + { + "id": "openseek-4-1584e7fdce4c43478aa16eceb6f8537f", + "input": "['cThere9s', 't', 'away,', 'H', 'perches', 'X']", + "output": [ + "cThere9staway,HperchesX" + ] + }, + { + "id": "openseek-4-e6826026a2af4ce3a7809b843cfb15a5", + "input": "['muskiness', 'u', 'to', 'O', 'ere', 'u', 'fountains,', 'c', 'entirely', 'r', 'C', 'meeting', 'B', 'R', 'E', 'amplify,', 'g']", + "output": [ + "muskinessutoOereufountains,centirelyrCmeetingBREamplify,g" + ] + }, + { + "id": "openseek-4-1d9fb43f3c9f4f80bb65dd2c62a4502e", + "input": "['it', 'w', 'sunrise', 'W', 'get', 'S', 'by', 's', 'I', 'U', 'l', 'Whales', 'B', 'A', 'the', 'X']", + "output": [ + "itwsunriseWgetSbysIUlWhalesBAtheX" + ] + }, + { + "id": "openseek-4-c98d4ddf825a4a62aeb541a1d1249fc0", + "input": "['that', 'A', 'G', 'cutting', 'I', 'd', 'eternity', 'S', 'n', 'conflicts', 'J']", + "output": [ + "thatAGcuttingIdeternitySnconflictsJ" + ] + }, + { + "id": "openseek-4-595a4ed5f1b34d6f8fdbbb5ddc9cc647", + "input": "['P', 'Z', 'B']", + "output": [ + "PZB" + ] + }, + { + "id": "openseek-4-156eccd59a1043dba2d2d6bfe6f42a10", + "input": "['r', 'long', 'O', 'I', 'b', 'w']", + "output": [ + "rlongOIbw" + ] + }, + { + "id": "openseek-4-b75e3e4a331348ae80dddd59512d1ae3", + "input": "['trap-hatch', 'h', 'the', 'c', 'you', 'W', 'S', 'twenty-four', 'Q', 'I']", + "output": [ + "trap-hatchhthecyouWStwenty-fourQI" + ] + }, + { + "id": "openseek-4-aa5aced31b2a47379cc8d9e031069b12", + "input": "['X', 'in', 'F', 'b']", + "output": [ + "XinFb" + ] + }, + { + "id": "openseek-4-4b70847f2daa4062b896972de9e5bba6", + "input": "['you', 'l', 'T']", + "output": [ + "youlT" + ] + }, + { + "id": "openseek-4-f951a437f3ec4019ab00f3e3f0097b6f", + "input": "['frequently', 'w', 'R', 'l', 'of', 'd', 'the', 'j']", + "output": [ + "frequentlywRlofdthej" + ] + }, + { + "id": "openseek-4-d74d256b2d844412a4bcfa78bbf03c6c", + "input": "['bowed,', 'm', 'replied4cnothing', 'C', 'D']", + "output": [ + "bowed,mreplied4cnothingCD" + ] + }, + { + "id": "openseek-4-30779b57aea449a18e8d2422b79dee59", + "input": "['inattention', 'a', 'they', 'x', 'C', 'z', 'the', 'W', 'Queequeg,', 'd']", + "output": [ + "inattentionatheyxCztheWQueequeg,d" + ] + }, + { + "id": "openseek-4-c37d8ecd2c874068b0e6f2e0ed6ce363", + "input": "['you', 'j', 't', 'L', 'terrible', 'T', 'question,', 'J', 'feel', 'S', 'W']", + "output": [ + "youjtLterribleTquestion,JfeelSW" + ] + }, + { + "id": "openseek-4-56aa52ad30da4b40aa97bbfc49d1c152", + "input": "['he', 'l', 'shape', 'e']", + "output": [ + "helshapee" + ] + }, + { + "id": "openseek-4-3e4a68be57bf4f15aa66bd11c4699aad", + "input": "['mould', 'T', 'I', 'J', 'b', 'ploughing', 'a']", + "output": [ + "mouldTIJbploughinga" + ] + }, + { + "id": "openseek-4-6b57ab62171a4b8286742e21e9f5161a", + "input": "['D', 'there', 's', 'our', 'N', 'Z']", + "output": [ + "DtheresourNZ" + ] + }, + { + "id": "openseek-4-cfa9327b059f4b88b1c0ccc5519193a3", + "input": "['O', 'B', 'u']", + "output": [ + "OBu" + ] + }, + { + "id": "openseek-4-e5afe46f92ce4d9e9911d703dab7111b", + "input": "['even4then,', 'u', 'e', 'and', 'G', 'wide', 'j', 'stern.', 'n', 'and', 'H', 'u']", + "output": [ + "even4then,ueandGwidejstern.nandHu" + ] + }, + { + "id": "openseek-4-13b3894d544d4768b29084d109cd4fe4", + "input": "['I', 'M', 'leg', 'W', 'If', 'h', 'P', 'you', 'k']", + "output": [ + "IMlegWIfhPyouk" + ] + }, + { + "id": "openseek-4-23183cf8412549f98f7119bccee0ab24", + "input": "['the', 'o', 'Z']", + "output": [ + "theoZ" + ] + }, + { + "id": "openseek-4-114469da26154505b7701c9d99238853", + "input": "['X', 'i', 'apprehension', 's']", + "output": [ + "Xiapprehensions" + ] + }, + { + "id": "openseek-4-4dc24b2429204801a6f45ebdcb7a4b35", + "input": "['Y', 'of', 'J', 'has', 'q', 'P', 'smell', 'o', 'But', 'S', 's', 'w', 'to', 'p']", + "output": [ + "YofJhasqPsmelloButSswtop" + ] + }, + { + "id": "openseek-4-7c6c6114ce3d4c8d90a456c75bc56ee0", + "input": "['the', 'l', 'whales,', 'x', 'p']", + "output": [ + "thelwhales,xp" + ] + }, + { + "id": "openseek-4-259f7575e14441db9fbc7161172123be", + "input": "['then', 'A', 'Y', 'chance', 's', 'd', 'our', 'j', 'locked', 'l', 'seen,', 'x', 'the', 'P', 'neck,', 'V', 'O']", + "output": [ + "thenAYchancesdourjlockedlseen,xthePneck,VO" + ] + }, + { + "id": "openseek-4-c9931822b6b449c4b3da27be499a59e5", + "input": "['tigers4Queequeg,', 'x', 'inch', 'P', 'K', 'and', 'Y', 'K', 'not', 'C']", + "output": [ + "tigers4Queequeg,xinchPKandYKnotC" + ] + }, + { + "id": "openseek-4-8e28325c70b543a899d31afbdd5966c4", + "input": "['wrong', 'R', 'Q', 'J', 'H', 'rig', 'G']", + "output": [ + "wrongRQJHrigG" + ] + }, + { + "id": "openseek-4-1e86b95b0ac4459db2ad812db984154e", + "input": "['s', 'boat,', 'Q']", + "output": [ + "sboat,Q" + ] + }, + { + "id": "openseek-4-11cae088e18d4cfd99742cef9c36a6bd", + "input": "['whether', 'L', 'slid', 'a', 'v', 'them', 'c']", + "output": [ + "whetherLslidavthemc" + ] + }, + { + "id": "openseek-4-4be3ca55896846e1a71b06ab76799308", + "input": "['at', 'N', 'L']", + "output": [ + "atNL" + ] + }, + { + "id": "openseek-4-f936df06a87647f0a97482ad6b8989cd", + "input": "['that', 'g', 'm', 'the', 'r', 'deep', 'L', 't', 'Q', 'known', 'n', 'a', 'my', 'V', 'U']", + "output": [ + "thatgmtherdeepLtQknownnamyVU" + ] + }, + { + "id": "openseek-4-28ed9c5262984c78ad4f557fd3677187", + "input": "['p', 'y', 'a', 'T']", + "output": [ + "pyaT" + ] + }, + { + "id": "openseek-4-88284d8094214f9081df046f90ae638d", + "input": "['J', 'Pequod', 'o', 'e', 'there', 'e', 'c', 'upon', 'N']", + "output": [ + "JPequodoethereecuponN" + ] + }, + { + "id": "openseek-4-b775b8965a7447e7bb2e411b1bd3c4f5", + "input": "['m', 'haze,', 'w', 'frost?', 'U', 'then,', 'L']", + "output": [ + "mhaze,wfrost?Uthen,L" + ] + }, + { + "id": "openseek-4-bd09a660ade94a2097689205e3a2dd0b", + "input": "['E', 'to', 'C', 'man,', 'j', 'x', 'whale9s', 'x', 'A', 'j', 'g', 'downwards', 'e', 'for', 'R']", + "output": [ + "EtoCman,jxwhale9sxAjgdownwardseforR" + ] + }, + { + "id": "openseek-4-9a70bf54761142b2a7c4914264774bd6", + "input": "['K', 'to', 'R', 'u']", + "output": [ + "KtoRu" + ] + }, + { + "id": "openseek-4-e8baf771772147fe9ef14a26dd8371f4", + "input": "['t', 'could', 'v']", + "output": [ + "tcouldv" + ] + }, + { + "id": "openseek-4-a7a96ca272e441f89a44af4dea5f14b1", + "input": "['l', 'J', 'I', 'K', 'B', 'v', 'A', 'needs', 's']", + "output": [ + "lJIKBvAneedss" + ] + }, + { + "id": "openseek-4-a4afdcab42c44bd096656503691bf47e", + "input": "['X', 'u']", + "output": [ + "Xu" + ] + }, + { + "id": "openseek-4-0e8afe2f285d40b2b9bb93abf5b254d5", + "input": "['i', 'Ahab,', 'C', 'W', 'v', 'ship', 'r']", + "output": [ + "iAhab,CWvshipr" + ] + }, + { + "id": "openseek-4-89fa0855aa864834890ef381d987d955", + "input": "['J', 'all', 'q', 'depart.', 'g']", + "output": [ + "Jallqdepart.g" + ] + }, + { + "id": "openseek-4-b4787b38f9da4e9691661484bb8dae2e", + "input": "['J', 'h', 'L']", + "output": [ + "JhL" + ] + }, + { + "id": "openseek-4-ba05eee9b8a64050b8927ff0706b7090", + "input": "['y', 'straight', 'R']", + "output": [ + "ystraightR" + ] + }, + { + "id": "openseek-4-52b7d5047aa44021bdb39ff3d7b33b94", + "input": "['of', 'l', 'make', 'S', 'woe', 'Y', 'difference', 'V']", + "output": [ + "oflmakeSwoeYdifferenceV" + ] + }, + { + "id": "openseek-4-567761306219483b81bfb140720fde2c", + "input": "['rather', 'E', 'g', 'clan.', 'f', 'h', 'is', 'r']", + "output": [ + "ratherEgclan.fhisr" + ] + }, + { + "id": "openseek-4-7504b878b7104afab2d334b3e9a24bf7", + "input": "['you', 'h', 'h', 'W', 'M', 'A', 'P', 'V', 'l', 'so', 'z', 'I']", + "output": [ + "youhhWMAPVlsozI" + ] + }, + { + "id": "openseek-4-3de823085f644389a71f06e701a9dc43", + "input": "['alive,', 'e', 'the', 'K', 'me', 'C', 'x', 'sustain', 'x', 'W', 'day', 'e', 'N', 'T']", + "output": [ + "alive,etheKmeCxsustainxWdayeNT" + ] + }, + { + "id": "openseek-4-b135670a48774151979c33ab95127881", + "input": "['while', 'U', 'more', 'X', 'in', 'Q', 'R', 'W', 'n', 'b', 'F', 'made', 'D']", + "output": [ + "whileUmoreXinQRWnbFmadeD" + ] + }, + { + "id": "openseek-4-34f9e4b0a4ed4b55b13b0a714707b27a", + "input": "['infinite', 'm', 'F', 'the', 'S']", + "output": [ + "infinitemFtheS" + ] + }, + { + "id": "openseek-4-9f3e53a0b8504bd99ee577fd5bac8535", + "input": "['even', 'y', 'M', 'and', 'm', 'his', 'j', 'not', 'i', 'be', 'u', 'telling.', 'H', 'k', 'Q', 'tropical', 'q']", + "output": [ + "evenyMandmhisjnotibeutelling.HkQtropicalq" + ] + }, + { + "id": "openseek-4-29e2049eadd54b1cb1cd215bb9632923", + "input": "['cutting', 'y', 'T', 'the', 'P', 'the', 'Z', 'b', 'N', 'only', 'L', 'loss', 'D']", + "output": [ + "cuttingyTthePtheZbNonlyLlossD" + ] + }, + { + "id": "openseek-4-46648be486ab45cca24fa2d1aba9e14c", + "input": "['U', 'S', 'longest', 'h', 'be', 'G', 'member', 'D']", + "output": [ + "USlongesthbeGmemberD" + ] + }, + { + "id": "openseek-4-eba8141cf1a0414f9bea68daa2aaf0ae", + "input": "['P', 'i', 'When', 'm', 'cIs', 'H', 'when4_There', 'P', 'found', 'b', 'flame', 'X']", + "output": [ + "PiWhenmcIsHwhen4_TherePfoundbflameX" + ] + }, + { + "id": "openseek-4-6b6f11c704da40919adeb6720d56acfe", + "input": "['Y', 'what', 'S', 'and', 'Q', 'cook', 'h', 'sole', 't', 'sank', 'p', 'beneath', 'H', 'l', 'laughed', 'I']", + "output": [ + "YwhatSandQcookhsoletsankpbeneathHllaughedI" + ] + }, + { + "id": "openseek-4-e550e2a2204949bda20e555841f321a5", + "input": "['A', 'the', 'A', 'u', 'b', 'entitled', 'z', 't', 'U', 'boys,', 'm', 'off', 'Y', 'b']", + "output": [ + "AtheAubentitledztUboys,moffYb" + ] + }, + { + "id": "openseek-4-c54ba3cd7cbf40df94b9cae8b5a303fd", + "input": "['r', 'of', 'b']", + "output": [ + "rofb" + ] + }, + { + "id": "openseek-4-f0aa3592f08849268e7b105d06d5c13d", + "input": "['beneath', 'Y', 'v', 'c', 'occurred', 'Y', 'backwoods', 'p', 'J', 'this', 'n', 'the', 'm']", + "output": [ + "beneathYvcoccurredYbackwoodspJthisnthem" + ] + }, + { + "id": "openseek-4-40de133e1e264c9595d536eb68e34ddf", + "input": "['long,', 'p', 'creature9s', 'm', 'converted', 'c', 'm', 'faltering', 'F', 'B']", + "output": [ + "long,pcreature9smconvertedcmfalteringFB" + ] + }, + { + "id": "openseek-4-22df4d67b27f471b867ca57e33fcce05", + "input": "['it', 'e', 'a', 'J', 'E']", + "output": [ + "iteaJE" + ] + }, + { + "id": "openseek-4-52ccaca09d114df4a675983468f97283", + "input": "['I', 'J', 'adventures', 'E', 'x', 'stricken', 'k']", + "output": [ + "IJadventuresExstrickenk" + ] + }, + { + "id": "openseek-4-b04b15c53dca4eac9112892fdeb537d1", + "input": "['e', 'F', 'alternating', 'r', 'even', 'r', 'X']", + "output": [ + "eFalternatingrevenrX" + ] + }, + { + "id": "openseek-4-cd7f867fa9d54b3ca8941573004c2137", + "input": "['b', 'graves,', 'c']", + "output": [ + "bgraves,c" + ] + }, + { + "id": "openseek-4-b841a8d0c9334adcaa80a360e6afc2a8", + "input": "['r', 'n']", + "output": [ + "rn" + ] + }, + { + "id": "openseek-4-3829b86d337f411da5d64674f717d1fd", + "input": "['inclined', 'r', 'single', 'x']", + "output": [ + "inclinedrsinglex" + ] + }, + { + "id": "openseek-4-9e3a26d3307f4acda313308399905431", + "input": "['him,', 'G', 'the', 'B', 'a', 'x', 'U', 'blood', 'u', 'Their', 'B']", + "output": [ + "him,GtheBaxUblooduTheirB" + ] + }, + { + "id": "openseek-4-e3d751264e3847e8b3658b118b3bf9e2", + "input": "['e', 's']", + "output": [ + "es" + ] + }, + { + "id": "openseek-4-1d6417af2ca84e369dea90db4ebda624", + "input": "['has', 'B', 'j', 'reading', 'k', 'X', 'last', 'I', 'C']", + "output": [ + "hasBjreadingkXlastIC" + ] + }, + { + "id": "openseek-4-e69323df667849b983ab7cba14539c6d", + "input": "['z', 'o', 'b']", + "output": [ + "zob" + ] + }, + { + "id": "openseek-4-622bce6c4f2246dbbc5e40fcac5c3706", + "input": "['his', 'a', 'nothing', 'P', 'T', 'Y', 'ranged', 'o', 'h', 'U', 'c']", + "output": [ + "hisanothingPTYrangedohUc" + ] + }, + { + "id": "openseek-4-942c3a4880704c27afc81ddb028ddf46", + "input": "['would', 'l', 'G', 'h', 'S', 'of', 'k', 'But', 'p', 'board.', 'V', 'a', 'D']", + "output": [ + "wouldlGhSofkButpboard.VaD" + ] + }, + { + "id": "openseek-4-b41a97db058d4ed894d11bf4f8e45c6e", + "input": "['day', 't', 'S']", + "output": [ + "daytS" + ] + }, + { + "id": "openseek-4-1d28646d0523485db8683f92ae9a7a0d", + "input": "['quantity', 't', 'ye.', 't', 'own', 'q']", + "output": [ + "quantitytye.townq" + ] + }, + { + "id": "openseek-4-a400538e12d6499b99666f41edc1301c", + "input": "['a', 'd', 'and', 'f', 'waves', 'R', 'g', 'J', 'F', 'M', 'the', 'p', 'M']", + "output": [ + "adandfwavesRgJFMthepM" + ] + }, + { + "id": "openseek-4-0c06fc0a0d2f45a6ae3d14a54da38504", + "input": "['cwhat', 'U', 'judgment.', 'F']", + "output": [ + "cwhatUjudgment.F" + ] + }, + { + "id": "openseek-4-e504eb72bca247ec81e7c15050ad6ead", + "input": "['g', 'K', 'joints', 'h', 'fuel,', 'B', 'Y', 'take', 'd', 'parts', 'I', 'O']", + "output": [ + "gKjointshfuel,BYtakedpartsIO" + ] + }, + { + "id": "openseek-4-43b3e9aeca884208818a3027869a4003", + "input": "['should', 'n', 'did', 'M', 'X', 'my', 'k', 'C']", + "output": [ + "shouldndidMXmykC" + ] + }, + { + "id": "openseek-4-86a4489d906946f980bc460442d233cf", + "input": "['K', 'to', 'J', 'S', 'now,', 'B', 'T', 't']", + "output": [ + "KtoJSnow,BTt" + ] + }, + { + "id": "openseek-4-bd6f012d105642f0befdc5784c2d0576", + "input": "['to', 'I', 'time', 'W', 'q', 'some', 'j', 'religious', 'C', 'a']", + "output": [ + "toItimeWqsomejreligiousCa" + ] + }, + { + "id": "openseek-4-3e2e34d2138744d8aec7be062aa6bee5", + "input": "['B', 'm', 'in', 'Z', 'B', 'I', 'y']", + "output": [ + "BminZBIy" + ] + }, + { + "id": "openseek-4-01be57b6fb1f4590983c92041a5b7223", + "input": "['C', 'hies', 'k', 'long', 'c', 'D', 'non', 'i', 'any', 'P', 'moment', 'R', 'is,', 'V']", + "output": [ + "ChiesklongcDnonianyPmomentRis,V" + ] + }, + { + "id": "openseek-4-70092ccf4bfe4ca48e45348ee799a3a6", + "input": "['c', 'z', 'r', 'l', 'savage', 'V']", + "output": [ + "czrlsavageV" + ] + }, + { + "id": "openseek-4-a17bcbdf34e146ecb357f0f842419d5b", + "input": "['the', 'O', 'G', 'be', 'Q', 'Ahab9s', 'X', 'counteracting', 'r', 'the', 'A']", + "output": [ + "theOGbeQAhab9sXcounteractingrtheA" + ] + }, + { + "id": "openseek-4-30b101fa9cd44ea387c35ffbfaf9af03", + "input": "['when', 't', 'O']", + "output": [ + "whentO" + ] + }, + { + "id": "openseek-4-60a32a41651d4d179fec6965247be680", + "input": "['young', 'R', 'order', 'M', 'g', 'for', 'C']", + "output": [ + "youngRorderMgforC" + ] + }, + { + "id": "openseek-4-2a3753f51eec4800b602a49260c6485d", + "input": "['of', 'g', 'w', 'of', 'r', 'Z', 'burning', 'D', 'sir,', 'u', 'seemed', 'D']", + "output": [ + "ofgwofrZburningDsir,useemedD" + ] + }, + { + "id": "openseek-4-ac7629ee178d402a81e246d821277f72", + "input": "['whalebone,', 'U', 'T', 'R', 'A', 'G', 'must', 'B', 'U', 'f', 'L']", + "output": [ + "whalebone,UTRAGmustBUfL" + ] + }, + { + "id": "openseek-4-68ab301c17924c4e99a3f48027f97c16", + "input": "['shore,', 'J', 'P', 'g', 'A']", + "output": [ + "shore,JPgA" + ] + }, + { + "id": "openseek-4-bbade964adb544fd8a4443fc88d7e383", + "input": "['L', 'V', 'j', 'the', 'R']", + "output": [ + "LVjtheR" + ] + }, + { + "id": "openseek-4-a3236cf2a4d94ba791fec334d82796b3", + "input": "['k', 'It', 'T']", + "output": [ + "kItT" + ] + }, + { + "id": "openseek-4-6f6f754fc7cb444bb539f352a0a3f23f", + "input": "['authentic', 'k', 'd', 'v', 'into', 'o', 'And', 'e', 'ate', 'F', 'stranded', 'w']", + "output": [ + "authentickdvintooAndeateFstrandedw" + ] + }, + { + "id": "openseek-4-6043790d60c04fbf8598471ef64953e6", + "input": "['thee!d', 'Q', 'the', 'T', 'character,', 'b', 'p', 'his', 'V', 'lamp', 'u']", + "output": [ + "thee!dQtheTcharacter,bphisVlampu" + ] + }, + { + "id": "openseek-4-8422cbdccbe946a8a3c8fc2448fbf989", + "input": "['is', 'C', 'with', 'L', 'n', 'S']", + "output": [ + "isCwithLnS" + ] + }, + { + "id": "openseek-4-185cad43268d4dee8a4f47b57d7fbc45", + "input": "['original', 'D', 'here', 'B', 'i', 'L']", + "output": [ + "originalDhereBiL" + ] + }, + { + "id": "openseek-4-f3800977e49e473f95d7592c9b66515b", + "input": "['h', 'a', 'w', 'howling', 'f', 'o', 'h', 'high', 'F', 'A', 'heard', 'o']", + "output": [ + "hawhowlingfohhighFAheardo" + ] + }, + { + "id": "openseek-4-7af9b2987e934b20ab4893b98fdf535c", + "input": "['c', 'q']", + "output": [ + "cq" + ] + }, + { + "id": "openseek-4-cf9778525e1a4af78ee5295a058806e1", + "input": "['by', 'o', 'K', 'his', 'J', 'q', 'naval', 'T', 'for', 'O', 's', 'there!', 'S', 'as', 'R']", + "output": [ + "byoKhisJqnavalTforOsthere!SasR" + ] + }, + { + "id": "openseek-4-23fa2d8673834ffd91fefbd48e20e9ca", + "input": "['P', 'they', 'P', 'h', 'he', 'U']", + "output": [ + "PtheyPhheU" + ] + }, + { + "id": "openseek-4-83e27d9fe5e7433ab353199f8140b36c", + "input": "['d', 'V', 'it', 'T', 'as', 'B', 'U', 'L', 'and', 'q', 'almost', 'B']", + "output": [ + "dVitTasBULandqalmostB" + ] + }, + { + "id": "openseek-4-a18b480c24af42ebaabf40cb2ebe49c8", + "input": "['l', 'that', 'l', 'leap,', 'R']", + "output": [ + "lthatlleap,R" + ] + }, + { + "id": "openseek-4-4815ad2e4d0a48138e1452d802b9fffd", + "input": "['A', 'want?d', 'u', 'L', 'F', 'J', 'l', 'succeeded', 'r']", + "output": [ + "Awant?duLFJlsucceededr" + ] + }, + { + "id": "openseek-4-601489c582f54313a55944d200d8ffda", + "input": "['t', 'B', 'good', 'C', 'a', 'k', 'of', 'W', 'him', 's', 'E']", + "output": [ + "tBgoodCakofWhimsE" + ] + }, + { + "id": "openseek-4-058310b9509740c281c6445c37757c57", + "input": "['sheep,', 'k', 'his', 'l', 'as', 'H', 'so,', 'd', 'and', 'n', 'y', 'Q']", + "output": [ + "sheep,khislasHso,dandnyQ" + ] + }, + { + "id": "openseek-4-8ecfc7f61538466d88cf312df17e254b", + "input": "['Z', 'y', 'shot', 'z', 'deny', 'L', 'to', 's', 'future,', 'K', 'them', 'J']", + "output": [ + "ZyshotzdenyLtosfuture,KthemJ" + ] + }, + { + "id": "openseek-4-42b126b117f8468d835965889fdf7561", + "input": "['his', 'D', 'had', 'm', 'I', 'that', 'h', 'no', 'V', 'sultanism', 'z', 'hundreds', 'K', 'i', 'to', 'w']", + "output": [ + "hisDhadmIthathnoVsultanismzhundredsKitow" + ] + }, + { + "id": "openseek-4-5d672826a3c840a79a3aa58e0a6dbd30", + "input": "['W', 'strange', 'X', 'such', 'k']", + "output": [ + "WstrangeXsuchk" + ] + }, + { + "id": "openseek-4-34cc645ec02e43069ec2193830a26f1c", + "input": "['g', 'U', 'Z', 'four', 'h', 'g', 'traditions', 'p', 'piece', 'l', 'tidy', 'm']", + "output": [ + "gUZfourhgtraditionsppieceltidym" + ] + }, + { + "id": "openseek-4-36f7bd721bcc4779b2cef015679ebf29", + "input": "['c', 'most', 'c']", + "output": [ + "cmostc" + ] + }, + { + "id": "openseek-4-c5384529a38d4e74850baea5f90b6c88", + "input": "['z', 'u', 'k', 'its', 'h', 'let', 'S', 'Y', 'G', 'O', 'of', 'L', 'b']", + "output": [ + "zukitshletSYGOofLb" + ] + }, + { + "id": "openseek-4-d0cdcb937d49478dae3fd2b57b52a847", + "input": "['is', 'w', 'round', 'M']", + "output": [ + "iswroundM" + ] + }, + { + "id": "openseek-4-d2aa1d0df3c64ac9b002db75d82c5913", + "input": "['stranger', 'P', 'z', 'D', 'B', 'of', 'h', 't', 'p', 'x', 'the', 'W', 'and', 'Q']", + "output": [ + "strangerPzDBofhtpxtheWandQ" + ] + }, + { + "id": "openseek-4-97932f50a59f4bd388c3933c9266e218", + "input": "['p', 'H', 'the', 'i', 'h', 'i']", + "output": [ + "pHtheihi" + ] + }, + { + "id": "openseek-4-9967398c89934d53855bc615bb530e71", + "input": "['T', 'each', 'v', 'almost', 'O', 'this', 't', 'z', 'being', 'P']", + "output": [ + "TeachvalmostOthistzbeingP" + ] + }, + { + "id": "openseek-4-15b19977a9014aeebad062930149263f", + "input": "['A', 'P', 'Q', 'bushel,', 'n', 'may', 'c', 'and', 'i']", + "output": [ + "APQbushel,nmaycandi" + ] + }, + { + "id": "openseek-4-2c9ee4b0d07e4908988dbf7fb2150839", + "input": "['l', 'e', 'K', 'prodigious', 't', 'perhaps', 'G', 'and', 'r', 'all', 'j', 'cOh!', 'W', 'take', 'S']", + "output": [ + "leKprodigioustperhapsGandralljcOh!WtakeS" + ] + }, + { + "id": "openseek-4-6f9c529dc77940d8a84f82f9a9bdc272", + "input": "['c', 's', 'W', 'two', 'K', 'proportions,', 'k']", + "output": [ + "csWtwoKproportions,k" + ] + }, + { + "id": "openseek-4-9c3685b5ce8c4aca8184eeeb995f8bc3", + "input": "['i', 'H', 'd', 'M', 'man,', 'S']", + "output": [ + "iHdMman,S" + ] + }, + { + "id": "openseek-4-d61dc101b55543db8825cb60c166ea34", + "input": "['C', 'of', 'a', 'to', 'c']", + "output": [ + "Cofatoc" + ] + }, + { + "id": "openseek-4-7d8ad25d2b3d411daf4eae36b0a75e9f", + "input": "['him;', 'b', 'the', 'l', 'c', 'I', 'P']", + "output": [ + "him;bthelcIP" + ] + }, + { + "id": "openseek-4-2dfd7977b3d244e2ab760138ae476d39", + "input": "['stash', 'X', 'p', 'gravestone,', 'p', 'hump4Oh,', 'Z', 'They', 'N', 'g', 'e', 'now', 'P', 'R']", + "output": [ + "stashXpgravestone,phump4Oh,ZTheyNgenowPR" + ] + }, + { + "id": "openseek-4-4ce617a001f0445db39479791e5dc1ff", + "input": "['W', 'C', 'trouble;4he', 'p', 'watches', 'O', 'e', 'i', 'E', 'k', 'roll', 'C']", + "output": [ + "WCtrouble;4hepwatchesOeiEkrollC" + ] + }, + { + "id": "openseek-4-84804f7acb564468b2e5c41b29f42794", + "input": "['to', 'F', 'w', 's', 'shrouds,', 'A', 'B', 'the', 'J']", + "output": [ + "toFwsshrouds,ABtheJ" + ] + }, + { + "id": "openseek-4-aae47b2ebfe44c75bb8c6feddaf30148", + "input": "['been', 'x', 'm', 'K', 'K', 'as', 't', 'Q', 'guests.', 'O', 'J', 'L', 'V']", + "output": [ + "beenxmKKastQguests.OJLV" + ] + }, + { + "id": "openseek-4-07c6e8edcf94450fb69d5c0b5c46551e", + "input": "['him', 'r', 'r']", + "output": [ + "himrr" + ] + }, + { + "id": "openseek-4-e8f43e2a15564dd7b33af661c1083b1d", + "input": "['f', 'X', 'the', 't']", + "output": [ + "fXthet" + ] + }, + { + "id": "openseek-4-18cbd457091b4ec3b1de426f9ee1a77b", + "input": "['operations;', 'i', 'of', 'Y', 'r', 'but', 'e']", + "output": [ + "operations;iofYrbute" + ] + }, + { + "id": "openseek-4-f4bd6b9baa99461eb5a7c9838d8aebaa", + "input": "['motives', 'G', 'D', 'flume.', 'q', 'Archer,', 'H', 'not', 'e', 'is', 'S']", + "output": [ + "motivesGDflume.qArcher,HnoteisS" + ] + }, + { + "id": "openseek-4-88b7e14c9b8c40ad9226aa82e0f47f04", + "input": "['w', 'butter,', 'w', 'and', 'K', 'beating', 'k', 'one,', 'M', 'U', 'J', 'looped,', 'j', 'T', 'u']", + "output": [ + "wbutter,wandKbeatingkone,MUJlooped,jTu" + ] + }, + { + "id": "openseek-4-c99dad3f251646d4915de1418151509c", + "input": "['F', 'L']", + "output": [ + "FL" + ] + }, + { + "id": "openseek-4-e532bda0307c44738e17d36f9785fbfa", + "input": "['But', 'J', 'F', 'R', 'an', 'I', 'his', 'A', 'said', 'T']", + "output": [ + "ButJFRanIhisAsaidT" + ] + }, + { + "id": "openseek-4-c512360c962a460ea7102a6bedfef9ea", + "input": "['is', 'i', 'and', 'b']", + "output": [ + "isiandb" + ] + }, + { + "id": "openseek-4-332df10529b14757949bb9bccd53ea7c", + "input": "['in', 'G', 'solemnly.', 't', 'S', 'T', 'towards', 'O', 'q', 'And', 't', 'I', 'these', 'D', 'e']", + "output": [ + "inGsolemnly.tSTtowardsOqAndtItheseDe" + ] + }, + { + "id": "openseek-4-a80445d555734a68bd7f079b923beead", + "input": "['O', 'x', 'q', 'course', 'Q', 'the', 'L']", + "output": [ + "OxqcourseQtheL" + ] + }, + { + "id": "openseek-4-e4febe9dd19a4e2c905d4023a1e45a0a", + "input": "['c', 'as', 'E', 'w', 'A']", + "output": [ + "casEwA" + ] + }, + { + "id": "openseek-4-9f9daecca57c45d7aa2d351e4dcaa905", + "input": "['d', 'a', 'P', 'Protestant', 'n', 'at', 'P']", + "output": [ + "daPProtestantnatP" + ] + }, + { + "id": "openseek-4-5f679678be7d4666a79603d66e5354f9", + "input": "['and', 'k', 'W']", + "output": [ + "andkW" + ] + }, + { + "id": "openseek-4-d5ef5ca272144153bd2997fb7aab2d06", + "input": "['took', 'W', 'p', 'N', 'j', 'Z', 'E', 'that', 'E', 'L', 'w']", + "output": [ + "tookWpNjZEthatELw" + ] + }, + { + "id": "openseek-4-1acbf71f42f649349d7a481d2784887b", + "input": "['the', 'M', 'y', 'The', 'w', 'n']", + "output": [ + "theMyThewn" + ] + }, + { + "id": "openseek-4-5d4924279ba546d0880834b2b293a6a1", + "input": "['of', 'R', 's', 'thy', 'Q', 'wild', 'Z', 'N']", + "output": [ + "ofRsthyQwildZN" + ] + }, + { + "id": "openseek-4-c1c0655a9fff48fd95ae1750143c53be", + "input": "['r', 'W', 'K', 's', 'z']", + "output": [ + "rWKsz" + ] + }, + { + "id": "openseek-4-310ce9c9b7b34219b6968d37421c2725", + "input": "['determinate', 'Q', 'tones', 'u', 'curious', 'o']", + "output": [ + "determinateQtonesucuriouso" + ] + }, + { + "id": "openseek-4-d08ad5532bb847f1ad6a7e5968361ad7", + "input": "['cHallo,', 'Y', 'as', 'j', 'p']", + "output": [ + "cHallo,Yasjp" + ] + }, + { + "id": "openseek-4-cb796a24975347819ebafeb2f56e7e3d", + "input": "['put', 'I', 'm', 'cried', 'o', 'S', 'back,', 'K']", + "output": [ + "putImcriedoSback,K" + ] + }, + { + "id": "openseek-4-f3ab5f4fb13b43e0a853a329ea784ed2", + "input": "['T', 'up', 'w', 'yields', 'X', 'his', 'M', 'downcast', 'c']", + "output": [ + "TupwyieldsXhisMdowncastc" + ] + }, + { + "id": "openseek-4-f17efbb530e248638a1d43b2484e9190", + "input": "['f', 'Dick?d', 'V', 'you,', 'g', 'Bildad', 'z']", + "output": [ + "fDick?dVyou,gBildadz" + ] + }, + { + "id": "openseek-4-169a4356388042839d8884366ec28dcc", + "input": "['w', 'Nothing', 'C', 'of', 'V', 'm', 'S', 'houses', 'B', 'and', 'e', 'Q', 'e']", + "output": [ + "wNothingCofVmShousesBandeQe" + ] + }, + { + "id": "openseek-4-06ff80f4aa5d45ecad3c0180266ca329", + "input": "['broad', 'w', 'three', 'c', 'd', 'h', 'encountered,', 'A', 'E', 'two', 'A', 'eyes', 'U', 'It', 'x']", + "output": [ + "broadwthreecdhencountered,AEtwoAeyesUItx" + ] + }, + { + "id": "openseek-4-d86ad76bfbbf4455822e1dea4c6c2492", + "input": "['m', 'up', 'w', 'V', 'for', 'D', 'reef', 'N', 'o']", + "output": [ + "mupwVforDreefNo" + ] + }, + { + "id": "openseek-4-75312d7597ac46d38eacba2e3e3a9cfc", + "input": "['b', 'A', 'H', 'T', 'comprehension.', 'p']", + "output": [ + "bAHTcomprehension.p" + ] + }, + { + "id": "openseek-4-2814ee2b27ea4d6a841aff4a0ad78060", + "input": "['t', 'motions', 'f']", + "output": [ + "tmotionsf" + ] + }, + { + "id": "openseek-4-01b4d5ef35f5433c8dea7b5a3373692c", + "input": "['P', 'course', 'j', 'your', 'd', 'M', 'A', 'k']", + "output": [ + "PcoursejyourdMAk" + ] + }, + { + "id": "openseek-4-96e2c390448848ebb73fdeee610fd60e", + "input": "['lance?', 'q', 'f', 'e', 'fin.d', 'o', 'K', 'r', 'of', 'r']", + "output": [ + "lance?qfefin.doKrofr" + ] + }, + { + "id": "openseek-4-957e1657024c445f8d85240a2b06f45e", + "input": "['n', 'deposited', 'Z', 'B', 't', 'that', 'S']", + "output": [ + "ndepositedZBtthatS" + ] + }, + { + "id": "openseek-4-94a2198a64ff4bd4a3c346e2ff85b6c8", + "input": "['I', 'the', 'y', 'v', 'm']", + "output": [ + "Itheyvm" + ] + }, + { + "id": "openseek-4-b44536009d444325a0c4242e5c5d75b2", + "input": "['were', 'X', 'd', 'cCan9t', 'c', 'f', 'J', 'Q', 'it,', 'm', 'was', 'H']", + "output": [ + "wereXdcCan9tcfJQit,mwasH" + ] + }, + { + "id": "openseek-4-70df7ba0d5b147c48daaa508499ff106", + "input": "['give', 'W', 'R', 'N']", + "output": [ + "giveWRN" + ] + }, + { + "id": "openseek-4-9beec431c7604d3691864238e6922af0", + "input": "['f', 'x']", + "output": [ + "fx" + ] + }, + { + "id": "openseek-4-c190d6214234442b8ffbd875ad294b0f", + "input": "['head', 'U', 'u', 'W']", + "output": [ + "headUuW" + ] + }, + { + "id": "openseek-4-849c6e99cf79494ebef7b93d266c806c", + "input": "['largest', 'T', 'W', 'C', 'there', 'H', 'g', 'f', 'l']", + "output": [ + "largestTWCthereHgfl" + ] + }, + { + "id": "openseek-4-9183d041ec124ae6b32d5c1496864432", + "input": "['so', 'z', 'G', 'o', 'l']", + "output": [ + "sozGol" + ] + }, + { + "id": "openseek-4-2bac8f3ffe6f477e842c6a238d3f8f26", + "input": "['P', 'go;', 'k', 'V', 'most', 'R', 'binnacle-watch', 'x', 'or', 'r', 'j', 'necessity', 'K', 'forced', 'D']", + "output": [ + "Pgo;kVmostRbinnacle-watchxorrjnecessityKforcedD" + ] + }, + { + "id": "openseek-4-80c9bdca17ca44aca0bdb7c19bd0465b", + "input": "['d', 'the', 'K', 'stopping', 'V', '14.', 'o', 'had', 'E', 'seems', 'z', 'l', 'o', 'h']", + "output": [ + "dtheKstoppingV14.ohadEseemszloh" + ] + }, + { + "id": "openseek-4-5aec0a4485c54b199f59ea5bcf3c2cda", + "input": "['of', 'v', 'us', 'U', 'like', 'A', 'C', 'x', 'eyes;', 'N', 'A', 'm']", + "output": [ + "ofvusUlikeACxeyes;NAm" + ] + }, + { + "id": "openseek-4-6354f81915934de8b00c12150d5a9ad0", + "input": "['C', 'a']", + "output": [ + "Ca" + ] + }, + { + "id": "openseek-4-63cefc4052804f159901677f3dcf777f", + "input": "['u', 'J', 'very', 'd', 'y', 'i', 'C', 'S']", + "output": [ + "uJverydyiCS" + ] + }, + { + "id": "openseek-4-0a9625ca9f38473a8456944a182241a5", + "input": "['in', 'e', 'F', 'J', 'the', 'q']", + "output": [ + "ineFJtheq" + ] + }, + { + "id": "openseek-4-b956d91c065845a683b53d4c044fe16f", + "input": "['D', 'and', 'B', 'the', 'q']", + "output": [ + "DandBtheq" + ] + }, + { + "id": "openseek-4-708cf3ecb426493784cd7dfe608cc1d6", + "input": "['N', 'o', 'a', 'from', 'I', 'Q']", + "output": [ + "NoafromIQ" + ] + }, + { + "id": "openseek-4-df9d04d41b7e499ebdf8577aaffab7c3", + "input": "['the', 'D', 'that', 'J', 'g', 'D', 'Y']", + "output": [ + "theDthatJgDY" + ] + }, + { + "id": "openseek-4-141adde2a61945dabb2c2ba99ebf8cdc", + "input": "['felt', 'r', 'J', 'resided.', 'n', 'had', 'f', 'H', 'a']", + "output": [ + "feltrJresided.nhadfHa" + ] + }, + { + "id": "openseek-4-3f13d6b4185348e89588049b199ad0cc", + "input": "['t', 'U', 'e', 'G', 'the', 't', 'u']", + "output": [ + "tUeGthetu" + ] + }, + { + "id": "openseek-4-b687db5008ea407e8101763229df78b9", + "input": "['a', 'W', 'A', 'I', 'off4serenest', 'Z', 't', 'the', 'f', 'i', 'be', 'w']", + "output": [ + "aWAIoff4serenestZtthefibew" + ] + }, + { + "id": "openseek-4-6035fb178e8f4b7a867f431e6fbc3bf5", + "input": "['clinging', 'r', 'operation', 'B', 'R', 'F', 'N', 'mighty', 'b', 'W', 'to', 'L', 'z', 'C']", + "output": [ + "clingingroperationBRFNmightybWtoLzC" + ] + }, + { + "id": "openseek-4-98f4c71fa892438484633d58493531f3", + "input": "['X', 'he', 'M', 'extreme,', 'i', 'q', 'Whale9s', 'o', 'cHolloa!', 'C', 'Signs', 'M']", + "output": [ + "XheMextreme,iqWhale9socHolloa!CSignsM" + ] + }, + { + "id": "openseek-4-d05c976b9281453f913afef760f7ad0f", + "input": "['J', 'B', 'y', 'h', 't', 'n', 'p', 'river', 'X', 'B', 'and', 'i']", + "output": [ + "JByhtnpriverXBandi" + ] + }, + { + "id": "openseek-4-db21e6f9178e4294ab6257b8e75f72f8", + "input": "['they', 'p', 'the', 'O', 'of', 'o', 'z', 'P', 'K', 'Y', 'as', 'y']", + "output": [ + "theyptheOofozPKYasy" + ] + }, + { + "id": "openseek-4-f30c74e8905f4f54ba83aefdbf37462c", + "input": "['corners', 'l', 'R', 'V', 'customary', 'O', 'that', 'S', 'Z']", + "output": [ + "cornerslRVcustomaryOthatSZ" + ] + }, + { + "id": "openseek-4-043c0a0ffb4047168bd80672deeefe84", + "input": "['U', 'in', 'r']", + "output": [ + "Uinr" + ] + }, + { + "id": "openseek-4-c29277c9392c47b887c86013192c8555", + "input": "['the', 'T', 'the', 'l', 'I', 's', 'p', 'clam', 'I', 'thy', 'V', 'y']", + "output": [ + "theTthelIspclamIthyVy" + ] + }, + { + "id": "openseek-4-02aa10c9d1c342d7bb15479aed7849a4", + "input": "['fibrous', 'w', 'O']", + "output": [ + "fibrouswO" + ] + }, + { + "id": "openseek-4-2b2511c0f75f4d9693efb3cf80bf20ef", + "input": "['l', 'K', 'Q', 'by', 'B', 't', 'S']", + "output": [ + "lKQbyBtS" + ] + }, + { + "id": "openseek-4-e17bf19854704876b2b5f135920ea8a7", + "input": "['the', 'P', 'masonry.', 'c', 'said,', 'o', 'commanded', 'k', 'l', 'o', 'q', 'e', 'sideways', 'o', 'it', 'v']", + "output": [ + "thePmasonry.csaid,ocommandedkloqesidewaysoitv" + ] + }, + { + "id": "openseek-4-cff1e0c2e2654d7ea8e1d9be1eb65d6f", + "input": "['a', 'h', 'b']", + "output": [ + "ahb" + ] + }, + { + "id": "openseek-4-2a3f86d37c7841f9b49ac60a1609d451", + "input": "['d', 't', 'l', 'd', 'bearing', 'x', 'bed-ridden', 'v', 'All', 'i', 'L', 'had', 'j', 'n']", + "output": [ + "dtldbearingxbed-riddenvAlliLhadjn" + ] + }, + { + "id": "openseek-4-1ef33b77e65045ec9714aa855abc20db", + "input": "['C', 'limitations,', 'K', 'to', 'y']", + "output": [ + "Climitations,Ktoy" + ] + }, + { + "id": "openseek-4-0b8833952cba440a94ad95ee70141cd8", + "input": "['p', 'and', 'O', 'e']", + "output": [ + "pandOe" + ] + }, + { + "id": "openseek-4-5e1a91a8e92b4275866cb2d53564bfa6", + "input": "['x', 'their', 'K', 'y', 'before', 'I', 'of', 'T', 'S', 's', 'E', 'B']", + "output": [ + "xtheirKybeforeIofTSsEB" + ] + }, + { + "id": "openseek-4-a0c5daecef43426d97fb3c2d092f0bf0", + "input": "['B', 'not', 'g', 'duties:4repairing', 'g', 'm', 'E', 'to', 's']", + "output": [ + "Bnotgduties:4repairinggmEtos" + ] + }, + { + "id": "openseek-4-a21cb28366c24dc69b6deee26e897dbe", + "input": "['R', 'F', 'm', 'Q', 'T']", + "output": [ + "RFmQT" + ] + }, + { + "id": "openseek-4-9e19f9362cae4374959b450622218404", + "input": "['g', 'surely', 'e', 'the', 'x']", + "output": [ + "gsurelyethex" + ] + }, + { + "id": "openseek-4-d1674ea4cbf54f4aacfa55a7167ef214", + "input": "['o', 'J', 'ship9s', 'V']", + "output": [ + "oJship9sV" + ] + }, + { + "id": "openseek-4-5d57ebdf293e4429b917656273c01e75", + "input": "['of', 'W', 'his', 'g']", + "output": [ + "ofWhisg" + ] + }, + { + "id": "openseek-4-ed9ddac6c2344a468bfd76821cb43ccd", + "input": "['S', 'and', 'f', 'but', 'l', 'currents', 'R', 'light', 'J']", + "output": [ + "SandfbutlcurrentsRlightJ" + ] + }, + { + "id": "openseek-4-8e30652042da41bdbad86a30e5494a50", + "input": "['this', 'o', 'For', 'r', 'j', 'Q', 'or', 'P', 'D', 'all', 'a']", + "output": [ + "thisoForrjQorPDalla" + ] + }, + { + "id": "openseek-4-e38db80c55024a72a7eb71dd21a39321", + "input": "['hence,', 'N', 'T', 'I', 'h', 'e', 'loftiest', 'n', 'philosopher;', 'F', 'l', 'weight,', 'S']", + "output": [ + "hence,NTIheloftiestnphilosopher;Flweight,S" + ] + }, + { + "id": "openseek-4-ec9319dbbed14bdd9bc6ce8b07ebc3d1", + "input": "['F', 'F', 'hours?d', 'F', 'concentrating', 'U', 'g', 'still', 'Z', 'x', 'f', 'attend', 'H']", + "output": [ + "FFhours?dFconcentratingUgstillZxfattendH" + ] + }, + { + "id": "openseek-4-f6f9833b846e49b1b817313803fbd2e3", + "input": "['x', 'the', 'v', 'B', 'practicable,', 'x', 'i', 'I', 'g']", + "output": [ + "xthevBpracticable,xiIg" + ] + }, + { + "id": "openseek-4-469e216aff0148afb0e6dd735fc8ddbe", + "input": "['k', 'From', 'J', 'is', 'F', 'no', 'B']", + "output": [ + "kFromJisFnoB" + ] + }, + { + "id": "openseek-4-9b4858c228b34840a1a536d8cf95171a", + "input": "['he', 'D', 'R', 'Stubb', 'm', 'Leviathan', 'x', 'picture', 'f', 'coerced', 'w']", + "output": [ + "heDRStubbmLeviathanxpicturefcoercedw" + ] + }, + { + "id": "openseek-4-e91147ad219e40e0b69a615da7885127", + "input": "['v', 'E', 'wants.', 'W', 'E', 'myself', 'P', 'in', 'Y', 'remotest', 'X', 'P', 'J', 'the', 'M']", + "output": [ + "vEwants.WEmyselfPinYremotestXPJtheM" + ] + }, + { + "id": "openseek-4-d57808f7830d4a30ba071d7d521a8506", + "input": "['s', 'would', 'b', 't', 'Z', 'a', 'd', 'he', 'e', 'D', 't', 'p', 'the', 'g']", + "output": [ + "swouldbtZadheeDtptheg" + ] + }, + { + "id": "openseek-4-0b30e01f61544aeda31a1acbcde55a6f", + "input": "['o', 'e', 'of', 'X', 'w', 'v', 'what', 'k', 'P', 'Jove?', 'd', 'are', 'i']", + "output": [ + "oeofXwvwhatkPJove?darei" + ] + }, + { + "id": "openseek-4-5e13b176c3eb46a9b15e984e9130f3b5", + "input": "['w', 'and', 'N', 'b', 'with', 'M', 'Q', 'and', 'J', 'y']", + "output": [ + "wandNbwithMQandJy" + ] + }, + { + "id": "openseek-4-12f879e5d0e240b58baa31ea0caf03b2", + "input": "['you', 'A', 'observe', 'p', 'king,', 't', 'l', 'T', 'W', 'from', 'J', 'only', 'L', 'x']", + "output": [ + "youAobservepking,tlTWfromJonlyLx" + ] + }, + { + "id": "openseek-4-aef38a06503a4de19eb9eaf87513370b", + "input": "['under', 'L', 'f', 'h']", + "output": [ + "underLfh" + ] + }, + { + "id": "openseek-4-724707a9337a40b7a8ea85a7d2a1e7f6", + "input": "['L', 'tempest', 'B', 'n', 'us,d', 'h']", + "output": [ + "LtempestBnus,dh" + ] + }, + { + "id": "openseek-4-4fbf6946704e4936b39d57f6cd77cb2e", + "input": "['U', 'involve', 'O', 'after', 'y', 'I', 'F', 'k', 'of', 'E', 'q', 'y', 'F']", + "output": [ + "UinvolveOafteryIFkofEqyF" + ] + }, + { + "id": "openseek-4-cbef5493f44b45368e5f63582f885963", + "input": "['W', 'unusually', 's']", + "output": [ + "Wunusuallys" + ] + }, + { + "id": "openseek-4-a4531df84b764052a369b29ed4d411ac", + "input": "['u', 'Daggoo', 'Q', 'i']", + "output": [ + "uDaggooQi" + ] + }, + { + "id": "openseek-4-d5783f1bb9ff49f6941ca82d4e89175f", + "input": "['owners', 'E', 'c', 'rather', 'J']", + "output": [ + "ownersEcratherJ" + ] + }, + { + "id": "openseek-4-0bd195ad0f0b4a0484aa06cb6ccf3c5b", + "input": "['sea.', 's', 'are', 'd', 'through', 'A', 'Z', 'N', 'five', 'e', 'presented', 'M', 'B']", + "output": [ + "sea.saredthroughAZNfiveepresentedMB" + ] + }, + { + "id": "openseek-4-ad5f61110a1a4bff9ff3f1f8db13e060", + "input": "['is', 'D', 'e', 'as', 'l', 'was', 'Y', 'into', 'V', 'i', 'mild', 'A']", + "output": [ + "isDeaslwasYintoVimildA" + ] + }, + { + "id": "openseek-4-2d3147b5322e40d7915ff7d9aa4d0497", + "input": "['v', 'd', 'U', 'S']", + "output": [ + "vdUS" + ] + }, + { + "id": "openseek-4-4cafc1a241454f42aef99af1ad4771e5", + "input": "['Matter', 'w', 'Y', 'f', 'o', 'q', 'themselves,', 'I', 'give', 'h']", + "output": [ + "MatterwYfoqthemselves,Igiveh" + ] + }, + { + "id": "openseek-4-b73061303cee4fc494a853f32dca3a7e", + "input": "['S', 'd', 'the', 'i', 'Stubb,', 'K']", + "output": [ + "SdtheiStubb,K" + ] + }, + { + "id": "openseek-4-6fb66e0f44974e4a9e41a3ae4f4e6efa", + "input": "['A', 'ship,', 'R', 'Z']", + "output": [ + "Aship,RZ" + ] + }, + { + "id": "openseek-4-60c9a6d64b944e8db70ea094f5d9c28a", + "input": "['G', 'i', 'tackle', 'W', 'ill.', 't']", + "output": [ + "GitackleWill.t" + ] + }, + { + "id": "openseek-4-90c82547a6194cb985dc8fbb7aeaa7d7", + "input": "['flood.', 't', 'for', 'G', 'tail.', 't', 'Z', 'f', 'to', 'l', 'yet', 'l', 'h', 'a', 'it.', 'Z']", + "output": [ + "flood.tforGtail.tZftolyetlhait.Z" + ] + }, + { + "id": "openseek-4-c7327d3f54b44c30a62112e7715c1ca2", + "input": "['on', 'Z', 'l', 'be', 'b', 'our', 'z', 'past', 'G', 'souls.', 'S']", + "output": [ + "onZlbebourzpastGsouls.S" + ] + }, + { + "id": "openseek-4-a8ab2a88a9ae47258d2d30c5961c6c5e", + "input": "['Jonah', 'm', 'g']", + "output": [ + "Jonahmg" + ] + }, + { + "id": "openseek-4-8ba78d536ee14577b92b53db75d22227", + "input": "['v', 'U', 'lowered', 'O', 'the', 'W', 'E', 'curbstone', 'J', 'r']", + "output": [ + "vUloweredOtheWEcurbstoneJr" + ] + }, + { + "id": "openseek-4-9fc7bb02e3994345b0e55c4797f538a1", + "input": "['on', 'i', 'said', 'n', 'his', 'Q', 'Pupella;', 'i', 'K', 'favourite.', 'E', 'ashes4mind', 'B', 'j', 'J']", + "output": [ + "onisaidnhisQPupella;iKfavourite.Eashes4mindBjJ" + ] + }, + { + "id": "openseek-4-de821cfc0ca64c1784981d298a6f1e78", + "input": "['peculiar', 'a', 'm', 'R', 'enormous', 'Z', 'y', 'K', 's', 'When', 'B', 'o', 'l']", + "output": [ + "peculiaramRenormousZyKsWhenBol" + ] + }, + { + "id": "openseek-4-b7be2ed1a59a42d2ad8facd3028f0f0f", + "input": "['be', 'b', 'smoothed', 'a', 'with', 'i']", + "output": [ + "bebsmoothedawithi" + ] + }, + { + "id": "openseek-4-33c21d64ec3b4fe49c3e7052c12730db", + "input": "['y', 'but', 'B']", + "output": [ + "ybutB" + ] + }, + { + "id": "openseek-4-a3cb076e37bf4a88ba4fc713783f726e", + "input": "['m', 'T', 'heed', 'p', 'fog', 'X', 'and', 'i', 'K', 'his', 'b', 'of', 'V']", + "output": [ + "mTheedpfogXandiKhisbofV" + ] + }, + { + "id": "openseek-4-6112a2d9540846ae8931f95fb824929c", + "input": "['good', 'y', 'r', 'K', 'like', 'V', 'they', 'V', 'but', 'm', 'truth,', 'R', 'R']", + "output": [ + "goodyrKlikeVtheyVbutmtruth,RR" + ] + }, + { + "id": "openseek-4-eb448ce9100b4fc78ab3c0fa3d9b968b", + "input": "['their', 'a', 'b', 'lose', 'C', 'no', 'Z', 'This', 'W', 'E', 'man', 'K']", + "output": [ + "theirabloseCnoZThisWEmanK" + ] + }, + { + "id": "openseek-4-a0fdd718aafc4cdc95a4a64f49270d0b", + "input": "['truth', 's', 'E', 'book', 'E', 'thy', 'y', 'to', 'S', 'the', 'l', 'were', 'a', 'story', 'r', 'over', 'M']", + "output": [ + "truthsEbookEthyytoSthelwereastoryroverM" + ] + }, + { + "id": "openseek-4-653cdca2534d48a9bda89a250ba3e27f", + "input": "['is,', 'B', 'intermediate', 'I', 'he', 'b', 'how', 'p']", + "output": [ + "is,BintermediateIhebhowp" + ] + }, + { + "id": "openseek-4-84bb0a31616f4d2c8fd7cb9927554553", + "input": "['q', 'I', 'at', 'c']", + "output": [ + "qIatc" + ] + }, + { + "id": "openseek-4-007a2c73e049448a9743c3218cdcae28", + "input": "['q', 'S', 'N']", + "output": [ + "qSN" + ] + }, + { + "id": "openseek-4-43ebd6debdb84b33a7469f4560ca74db", + "input": "['N', 'with', 'B']", + "output": [ + "NwithB" + ] + }, + { + "id": "openseek-4-91c765cac6c24e368722b0c37927f0e4", + "input": "['l', 'of', 'c', 't', 'H', 'by', 't', 'see', 'W', 'I', 'and', 'E', 'I9m', 'B']", + "output": [ + "lofctHbytseeWIandEI9mB" + ] + }, + { + "id": "openseek-4-ef1b4365356c40b0bb632ec06375f18e", + "input": "['but', 'G', 'P']", + "output": [ + "butGP" + ] + }, + { + "id": "openseek-4-0a1b731fc11b41be8c5ab02c30b194d8", + "input": "['and', 'W', 'Whale', 'u', 'i', 'The', 'v', 'involuntary', 'w']", + "output": [ + "andWWhaleuiThevinvoluntaryw" + ] + }, + { + "id": "openseek-4-154e1254bb7144449eb38d255ef3bc06", + "input": "['a', 'V', 'small', 'L', 'circle', 'U', 'but', 'z', 'pipe', 'C', 'j', 'caught', 'W', 'or', 'b', 'a', 'v', 'be', 'E']", + "output": [ + "aVsmallLcircleUbutzpipeCjcaughtWorbavbeE" + ] + }, + { + "id": "openseek-4-4314b0dbbeea467d8ae09b0ccc14c421", + "input": "['J', 'one;', 'C', 'R']", + "output": [ + "Jone;CR" + ] + }, + { + "id": "openseek-4-2587b3da449945588dad12d6fe3f4de9", + "input": "['upon', 'X', 'Z', 'Q']", + "output": [ + "uponXZQ" + ] + }, + { + "id": "openseek-4-380673ea2b6b4438a890e1919dc39e74", + "input": "['coral', 'j', 'and', 'C', 'the', 'g', 'in', 'y', 'Z']", + "output": [ + "coraljandCtheginyZ" + ] + }, + { + "id": "openseek-4-9959d8f5c72d4fc7ab6ab68579fb905c", + "input": "['WHALE.', 'p', 'q', 'black', 'Q', 'way', 'd', 'marriage', 'S', 'W', 'U', 'Y', 'you', 'M', 'the', 'k']", + "output": [ + "WHALE.pqblackQwaydmarriageSWUYyouMthek" + ] + }, + { + "id": "openseek-4-86e0378e2f9b4263ad5d978a76ca2d92", + "input": "['wight', 'n', 'Z', 'P', 'n', 'finds', 'T', 'by', 't', 'b', 'on,', 'C', 'So;', 'D']", + "output": [ + "wightnZPnfindsTbytbon,CSo;D" + ] + }, + { + "id": "openseek-4-84de66d31fa24cc2b525e9d1a6a8b63e", + "input": "['taking', 'd', 'know,', 'K', 'was', 'H', 'rug', 'G', 'an', 'n', 'V', 'slate', 'M', 'are', 'Q', 'though', 'J', 'it', 'x']", + "output": [ + "takingdknow,KwasHrugGannVslateMareQthoughJitx" + ] + }, + { + "id": "openseek-4-181afed3ee2b41efa0cb69545f7fe78e", + "input": "['tobacco', 'V', 'u', 'H', 'for', 'q', 'further', 'I', 'all', 'n', 'h', 'her?', 'm']", + "output": [ + "tobaccoVuHforqfurtherIallnhher?m" + ] + }, + { + "id": "openseek-4-fddda33316fd4d94b68d9e72f7ddb23f", + "input": "['than', 'p', 'said', 'I', 'L', 'had', 'Y', 'now', 'w', 'man', 'y']", + "output": [ + "thanpsaidILhadYnowwmany" + ] + }, + { + "id": "openseek-4-b3ba1a779c374e21b512604aebe1e037", + "input": "['a', 'his', 'O', 'is', 'T', 'l', 'natural', 'B', 'firm,', 'u', 'e']", + "output": [ + "ahisOisTlnaturalBfirm,ue" + ] + }, + { + "id": "openseek-4-9e9f22069d964fbea94ecaf43c74d624", + "input": "['spent', 'P', 'T', 'k', 'wildly', 'r', 'headlong,', 'v', 'sword', 'x', 's']", + "output": [ + "spentPTkwildlyrheadlong,vswordxs" + ] + }, + { + "id": "openseek-4-6ca4bff83a33417fbc5d7d9fef73aec8", + "input": "['Hem!', 'R', 'o', 'g', 'm', 'Z', 'sail!', 'L']", + "output": [ + "Hem!RogmZsail!L" + ] + }, + { + "id": "openseek-4-769275cb594c41bc80f14a24ad59c705", + "input": "['of', 'f', 'Y', 'having', 'N']", + "output": [ + "offYhavingN" + ] + }, + { + "id": "openseek-4-3ab3dd4221414e0980de985d6d1b9949", + "input": "['that', 'u', 'N', 'r', 'great', 'a', 'the', 'S', 'see', 'H', 'F', 'N', 'e']", + "output": [ + "thatuNrgreatatheSseeHFNe" + ] + }, + { + "id": "openseek-4-9042e0b381ca436d9c774dc33e7e9b74", + "input": "['out', 'Q', 'D', 'man;', 'L', 'L', 'I!', 'k', 'to', 'g', 'Y', 'he', 'M', 'D', 'r']", + "output": [ + "outQDman;LLI!ktogYheMDr" + ] + }, + { + "id": "openseek-4-13b58752ec1b4d3ea742e7a26849d07b", + "input": "['m', 'h', 'theme.', 'r']", + "output": [ + "mhtheme.r" + ] + }, + { + "id": "openseek-4-afed1652b27b4587930aa5816d4a87c2", + "input": "['P', 'O', 'at', 'd', 'lay_', 'A', 'A', 'see', 'D']", + "output": [ + "POatdlay_AAseeD" + ] + }, + { + "id": "openseek-4-e3a99e1a5e254cdbacac20f4984d7d6c", + "input": "['thy', 'b', 'stop', 'q', 'unto', 'o', 'o', 'L']", + "output": [ + "thybstopquntoooL" + ] + }, + { + "id": "openseek-4-489920acf84449b9bc7016c424c5c565", + "input": "['e', 't', 'English', 'G', 'short', 'h', 'e']", + "output": [ + "etEnglishGshorthe" + ] + }, + { + "id": "openseek-4-71213e81e4ff4248af707583e21dace7", + "input": "['T', 'W', 'J', 'C', 'x', 'n']", + "output": [ + "TWJCxn" + ] + }, + { + "id": "openseek-4-1c5396ed447e4b5ebed6fb19588658e0", + "input": "['n', 'line?', 'Y']", + "output": [ + "nline?Y" + ] + }, + { + "id": "openseek-4-6c962bc9e43e48e183b39cf7e99951d3", + "input": "['against', 'L', 'at', 'N', 'it', 'L', 'when', 'z', 'papers?', 'T', 'Holding', 'r', 'perhaps,', 'E', 'P', 'never', 'd']", + "output": [ + "againstLatNitLwhenzpapers?THoldingrperhaps,EPneverd" + ] + }, + { + "id": "openseek-4-f5c21135cfc544a9bcf065293320f15e", + "input": "['little', 'd', 'whale,', 'v', 'k', 'he', 'Z', 'the', 'D', 'n', 'h']", + "output": [ + "littledwhale,vkheZtheDnh" + ] + }, + { + "id": "openseek-4-f501af056c5e45348b66d94132a17601", + "input": "['ensuing', 'K', 'K', 'Upon', 'r', 'Q', 'S', 'not', 'D', 'l']", + "output": [ + "ensuingKKUponrQSnotDl" + ] + }, + { + "id": "openseek-4-d390b147a37048088d0a26b2cd19ce97", + "input": "['of', 's', 'his', 'R', 'the', 'M', 'ah!4I', 'l', 'k', 'f', 'y', 's']", + "output": [ + "ofshisRtheMah!4Ilkfys" + ] + }, + { + "id": "openseek-4-d060fc8508c549ee8bcc6a37394b232f", + "input": "['fell', 'h', 'C', 'abominated', 'G', 's', 'con', 'P', 'e', 'In', 'J', 'n', 'k', 'O']", + "output": [ + "fellhCabominatedGsconPeInJnkO" + ] + }, + { + "id": "openseek-4-70ac7e35c35241e19da7b45b3399db81", + "input": "['forth', 'D', 'of', 'Z', 'J', 'the', 'F', 'whaling', 'T', 'would', 'S', 'v', 'and', 'm', 'poor', 'R', 'a', 'u']", + "output": [ + "forthDofZJtheFwhalingTwouldSvandmpoorRau" + ] + }, + { + "id": "openseek-4-b22709bda17546b097f4f8bc4a1aea34", + "input": "['time', 'R', 'thousand', 'J', 'f', 'through,', 'H', 'C', 'the', 'r', 'structures,', 'v', 'o', 'chest.', 'b', 'L']", + "output": [ + "timeRthousandJfthrough,HCtherstructures,vochest.bL" + ] + }, + { + "id": "openseek-4-718c0ffcc8dc4a2e9ea83157677b94fa", + "input": "['k', 'Z', 'n', 'Y', 'X', 'l', 'K', 'Q', 'very', 'H', 'G']", + "output": [ + "kZnYXlKQveryHG" + ] + }, + { + "id": "openseek-4-771adf94da544604b2972f3447e018f5", + "input": "['Dr.', 'M', 'u', 'any', 'K', 'L', 'thus', 'C', 'more', 'D', 'N', 'M', 'the', 'h']", + "output": [ + "Dr.MuanyKLthusCmoreDNMtheh" + ] + }, + { + "id": "openseek-4-06a3bc17d4ee44e495909c8300299d26", + "input": "['o', 'the', 'b', 'Y', 'profoundest', 'A', 'g', 'any.d', 'R', 'U', 'c', 'R', 'A']", + "output": [ + "othebYprofoundestAgany.dRUcRA" + ] + }, + { + "id": "openseek-4-2cf8bfc3a84c455b8cf52a84559b801c", + "input": "['cHeading', 't', 'p', 'X', 'E', 'S', 'A', 'y', 'L', 'of', 'l']", + "output": [ + "cHeadingtpXESAyLofl" + ] + }, + { + "id": "openseek-4-f56625950058432fabdbb819a0cb6d18", + "input": "['Y', 'Moby', 'p', 'J', 'V', 'Friar', 'D', 'found', 'O', 'and', 'l', 'a', 'bone', 'B', 'p']", + "output": [ + "YMobypJVFriarDfoundOandlaboneBp" + ] + }, + { + "id": "openseek-4-d1293de58ce14afbb4e05bd127ecf4ae", + "input": "['P', 'king,', 'k', 'Q', 'that', 'R', 'said:48I', 'C', 'Y']", + "output": [ + "Pking,kQthatRsaid:48ICY" + ] + }, + { + "id": "openseek-4-146f470536464d12bdbbe47895cb4da3", + "input": "['the', 'R', 'O', 'C', 'the', 'M', 'to', 'M', 't', 'N', 'x', 'N']", + "output": [ + "theROCtheMtoMtNxN" + ] + }, + { + "id": "openseek-4-44eb77009e5d47da9f224c7226758d88", + "input": "['W', 'X', 'G', 'cobbler9s', 'W', 'l']", + "output": [ + "WXGcobbler9sWl" + ] + }, + { + "id": "openseek-4-f306cda61cb44c6cb0e99f38ddecddb4", + "input": "['while', 'k', 'none?', 'm', 'h', 'cables', 'y', 'V', 'opinion,', 'h', 'squalls,', 'l']", + "output": [ + "whileknone?mhcablesyVopinion,hsqualls,l" + ] + }, + { + "id": "openseek-4-3d43ee472d65443f8018d43788065c45", + "input": "['S', 'H', 'Y', 'very', 'R']", + "output": [ + "SHYveryR" + ] + }, + { + "id": "openseek-4-0db507c39da84d1f9b0fab75792111e5", + "input": "['w', 'windpipe', 'o']", + "output": [ + "wwindpipeo" + ] + }, + { + "id": "openseek-4-c44c27965a044bc9919653bdb489ed26", + "input": "['being', 'D', 'the', 'o', 'l', 'C', 'was', 'n', 's']", + "output": [ + "beingDtheolCwasns" + ] + }, + { + "id": "openseek-4-20098328c992428c83e36834cfefbf58", + "input": "['o', 'a', 'o', 'goin9', 'B', 'instant', 'h']", + "output": [ + "oaogoin9Binstanth" + ] + }, + { + "id": "openseek-4-4eb5eceb04744489a68358db53f458b3", + "input": "['N', 'the', 'l', 'm']", + "output": [ + "Nthelm" + ] + }, + { + "id": "openseek-4-4ed2581af7214d2c9fe9e35186f591c6", + "input": "['a', 'N', 'H', 't', 'z', 'u', 'more', 'B', 'Linn6us', 'm', 'a', 'N', 'N', 'F']", + "output": [ + "aNHtzumoreBLinn6usmaNNF" + ] + }, + { + "id": "openseek-4-adbb66b859b94a229d10fa1854b554ce", + "input": "['K', 'C', 'p', 'the', 'B', 'c8Is', 'N', 'R', 'm']", + "output": [ + "KCptheBc8IsNRm" + ] + }, + { + "id": "openseek-4-db088dfd5d5a4c19979fc493b1bf2a39", + "input": "['fountain,', 'W', 'I', 'a', 'to', 'n', 'her,', 's', 'human', 'V', 'o', 'Z']", + "output": [ + "fountain,WIatonher,shumanVoZ" + ] + }, + { + "id": "openseek-4-c7bc23b83fa44a108bc6b272235a21e4", + "input": "['f', 's', 'Y', 'F', 'by', 'a', 'N', 'as', 't']", + "output": [ + "fsYFbyaNast" + ] + }, + { + "id": "openseek-4-ca3840db2ff647fcaa1f86f0087258f4", + "input": "['and', 'm', 'm', 'deck!d', 'b', 'place', 'k', 'o', 'D', 'the', 'R']", + "output": [ + "andmmdeck!dbplacekoDtheR" + ] + }, + { + "id": "openseek-4-1f3fd9380c1e4b0d89499d4cef4f19f0", + "input": "['very', 'n', 'the', 'f', 'Q']", + "output": [ + "verynthefQ" + ] + }, + { + "id": "openseek-4-a5a08b09779e4c1b88669d3ab2e83c52", + "input": "['t', 'z']", + "output": [ + "tz" + ] + }, + { + "id": "openseek-4-78c76d51451c4d9bb43c9902206939f2", + "input": "['a', 'G', 'came', 'V', 'C']", + "output": [ + "aGcameVC" + ] + }, + { + "id": "openseek-4-10f59955ccb64c4bb13f77a2461bf487", + "input": "['x', 'L', 'O', 'S', 'T']", + "output": [ + "xLOST" + ] + }, + { + "id": "openseek-4-c3b31f4362c34255874b53c89e66738a", + "input": "['cant', 'C', 'into', 'w']", + "output": [ + "cantCintow" + ] + }, + { + "id": "openseek-4-b0bd19fb774942df8364c1d963a7c32e", + "input": "['f', 'small,', 'x']", + "output": [ + "fsmall,x" + ] + }, + { + "id": "openseek-4-393b47a06b054d5f852578aa5aa5c213", + "input": "['m', 'wrong.', 't', 'sail', 'V']", + "output": [ + "mwrong.tsailV" + ] + }, + { + "id": "openseek-4-49419c2fe51040118a5a5b49b97dfd75", + "input": "['i', 'the', 'U', 'his', 'n', 'he', 'Y', 'Y', 'y']", + "output": [ + "itheUhisnheYYy" + ] + }, + { + "id": "openseek-4-7d326415849b44b086ddf8389a456146", + "input": "['line-of-battle-ship', 'M', 'heading', 'i', 'he', 'M', 'b']", + "output": [ + "line-of-battle-shipMheadingiheMb" + ] + }, + { + "id": "openseek-4-372c55eaca954c62bb5cebec26c6a0e9", + "input": "['curious', 'l', 'the', 's', 'j', 'U', '$7,000,000.', 'J', 'devilish', 'm', 'Q', 'D', 'reason', 'B', 'h']", + "output": [ + "curiouslthesjU$7,000,000.JdevilishmQDreasonBh" + ] + }, + { + "id": "openseek-4-101acdc08e7246e19eb4a342877cc940", + "input": "['billows;', 'S', 'A', 'M', 'to', 'J', 'p', 'cYes,', 'U']", + "output": [ + "billows;SAMtoJpcYes,U" + ] + }, + { + "id": "openseek-4-42d45e8909fb4bc18e89e4252f30461b", + "input": "['something', 'T', 'and', 'X', 'would', 'a', 'your', 'v', 'precedes', 'W', 'H']", + "output": [ + "somethingTandXwouldayourvprecedesWH" + ] + }, + { + "id": "openseek-4-326c84fc4fcd486fb5543eac2328e0c3", + "input": "['Morrel;', 'r', 'old', 's', 'to', 'K', 'O', 'above', 'X', 'Look', 'k', 'sailed.', 'm', 'vain', 'R', 'near', 'm']", + "output": [ + "Morrel;roldstoKOaboveXLookksailed.mvainRnearm" + ] + }, + { + "id": "openseek-4-f5fed416aae84b309a820f9dde108d42", + "input": "['reluctantly', 'K', 'contrast', 'F', 'B', 'F', 'K', 'H', 'on', 'J', 'Paddles', 'y', 'N', 'Pequod', 'j']", + "output": [ + "reluctantlyKcontrastFBFKHonJPaddlesyNPequodj" + ] + }, + { + "id": "openseek-4-e82438e976f641789183ffa437220bff", + "input": "['F', 'down', 'm', 'G', 't', 'and', 'K']", + "output": [ + "FdownmGtandK" + ] + }, + { + "id": "openseek-4-6db682a75ae94a3c866e08b353f1f325", + "input": "['i', 'G', 'K', 'h', 'esteemed', 'R', 'Z']", + "output": [ + "iGKhesteemedRZ" + ] + }, + { + "id": "openseek-4-2ab3ee5427d84b80bd79ebf62d0e1403", + "input": "['be', 'e', 'V', 'That', 'g', 'Bear', 'U', 'z', 'c', 'z', 'U', 'L', 'uneasy,', 'f']", + "output": [ + "beeVThatgBearUzczULuneasy,f" + ] + }, + { + "id": "openseek-4-a1ac31c3b23547ac8574447321281fc2", + "input": "['G', 'of', 'Q', 'o', 'to', 'B']", + "output": [ + "GofQotoB" + ] + }, + { + "id": "openseek-4-bbcd70c8b0d5434892ed48aa17263635", + "input": "['p', 'earth', 'W', 'o', 'q', 'sink', 'R', 'o', 'he', 'q', 'U']", + "output": [ + "pearthWoqsinkRoheqU" + ] + }, + { + "id": "openseek-4-0e5863948c6249978e1407e44aa7c157", + "input": "['moment', 'I', 'c', 'm', 'another', 'F']", + "output": [ + "momentIcmanotherF" + ] + }, + { + "id": "openseek-4-3ed39cab768041768061218dd2112fca", + "input": "['P', 'to', 'C', 'as', 'l', 'Z', 'and', 'q', 'n', 'my', 'N', 'L']", + "output": [ + "PtoCaslZandqnmyNL" + ] + }, + { + "id": "openseek-4-91d8e79b93e74bb1ae1ab1492c78ec96", + "input": "['b', 'Y', 'were', 'M', 'Besides,', 'd', 'certain', 'L', 'G', 'it', 'n', 'L', 'the', 'N']", + "output": [ + "bYwereMBesides,dcertainLGitnLtheN" + ] + }, + { + "id": "openseek-4-ee7ac369626b434da14ff287615a2b99", + "input": "['for', 'B', 'craft', 'C', 'tapering', 'q', 'F', 'V', 'A', 'a', 't', 'so', 'k']", + "output": [ + "forBcraftCtaperingqFVAatsok" + ] + }, + { + "id": "openseek-4-c99d7607d5c94e20a9de5fca4c9ac049", + "input": "['a', 'O', 'o', 'H', 'L']", + "output": [ + "aOoHL" + ] + }, + { + "id": "openseek-4-da894a6aaaa54e1ca3c28cb637264190", + "input": "['lady', 'o', 'W', 'u', 'Bernard9s', 'S']", + "output": [ + "ladyoWuBernard9sS" + ] + }, + { + "id": "openseek-4-6ecdd66bbf48406285d575352a1ee096", + "input": "['d', 'Y', 'B', 'l', 'e', 'and', 'u', 'huzza!', 'y', 'Q']", + "output": [ + "dYBleanduhuzza!yQ" + ] + }, + { + "id": "openseek-4-f64ddae44c594a6eababe7b87a2b3244", + "input": "['q', 'H', 'O', 'a', 'Z', 'no', 'v', 'B', 'p']", + "output": [ + "qHOaZnovBp" + ] + }, + { + "id": "openseek-4-305c73c536f04a8483c533e20ee9c1b1", + "input": "['had', 'V', 'he', 'K', 'F', 'word', 'S', 'bows;', 'g', 'Q', 'm', 'i', 'your', 'A']", + "output": [ + "hadVheKFwordSbows;gQmiyourA" + ] + }, + { + "id": "openseek-4-5452877571ab4b68b8fa6184a09a761e", + "input": "['F', 'T', 'L', 'p', 'H', 'my', 'D', 'cThank', 'T', 'last', 'j', 'hold', 'i']", + "output": [ + "FTLpHmyDcThankTlastjholdi" + ] + }, + { + "id": "openseek-4-fa9f7e90df0d4033a1c79f6e5649b5f9", + "input": "['K', 'last', 'E']", + "output": [ + "KlastE" + ] + }, + { + "id": "openseek-4-d82243c0c7d74f99a407367ee77cbcd3", + "input": "['u', 'seems', 'C', 'm', 'Ahab', 'a', 'them.', 'C', 'strange', 'H', 'is', 'M', 'E', 'of', 'm']", + "output": [ + "useemsCmAhabathem.CstrangeHisMEofm" + ] + }, + { + "id": "openseek-4-4e67b050e3e843ae827b136d3284f0f2", + "input": "['fit', 'G', 'Wafer,', 'V']", + "output": [ + "fitGWafer,V" + ] + }, + { + "id": "openseek-4-353673b50fc745359abdf9f3f4d8140a", + "input": "['j', 'of', 'O']", + "output": [ + "jofO" + ] + }, + { + "id": "openseek-4-07dcdb2b01fd441c96ce255849c34daa", + "input": "['j', 'the', 'H']", + "output": [ + "jtheH" + ] + }, + { + "id": "openseek-4-ba1eff82ce7c40d28453cb1f11efafd3", + "input": "['B', 'r', 'that', 'T']", + "output": [ + "BrthatT" + ] + }, + { + "id": "openseek-4-35da4ee3f6aa45ed82ece289cf0882bf", + "input": "['j', 'pipe,', 'c', 'distant', 'B', 'down', 's', 'had', 'z', 'either,', 'r']", + "output": [ + "jpipe,cdistantBdownshadzeither,r" + ] + }, + { + "id": "openseek-4-4e6cef74787d4b4eb20d464635f1e77b", + "input": "['G', 'be', 't', 'U', 'V', 'k', 'pleasant,', 'Z']", + "output": [ + "GbetUVkpleasant,Z" + ] + }, + { + "id": "openseek-4-7c8e4e3688904cd2ae6e076f6685743b", + "input": "['T', 'j', 'n', 'I', 'broad', 'S', 'by', 'k', 'into', 'z', 'another,', 'Y']", + "output": [ + "TjnIbroadSbykintozanother,Y" + ] + }, + { + "id": "openseek-4-d971ab477d4649268d20d9c41eb97d89", + "input": "['better', 'Y', 'golden-hued', 'p', 'or', 'y', 'q', 'w', 'm']", + "output": [ + "betterYgolden-huedporyqwm" + ] + }, + { + "id": "openseek-4-6a3f36e6f9724f1084e67b60e2827d9b", + "input": "['of', 'j', 'o', 'Whales.', 'H', 'admonitory', 'E']", + "output": [ + "ofjoWhales.HadmonitoryE" + ] + }, + { + "id": "openseek-4-de7fcb68d814437cbf736a47cea3ce6d", + "input": "['give,', 'v', 'or', 'H', 'n', 'Z', 't', 'i', 'O', 'k']", + "output": [ + "give,vorHnZtiOk" + ] + }, + { + "id": "openseek-4-3e5522b9464441bcb5ddbea9491d69a0", + "input": "['somewhere', 'Y', 'g', 'l', 'V', 't', 'P', 'I', 'H', 'It', 'K', 'x']", + "output": [ + "somewhereYglVtPIHItKx" + ] + }, + { + "id": "openseek-4-60bc7e5ea82c4780a2547e68015c099a", + "input": "['endure', 'Z', 't', 'O', 'V', 'groping', 'Y']", + "output": [ + "endureZtOVgropingY" + ] + }, + { + "id": "openseek-4-9adf847d4ce941898f2e330a50ab7681", + "input": "['there,', 'Y', 'u', 'seemed', 'U']", + "output": [ + "there,YuseemedU" + ] + }, + { + "id": "openseek-4-0a62135e4f814c6bb1e3972e00f75188", + "input": "['T', 'concern;', 'a', 'sounds.', 'V', 'pitched', 'w', 'yet', 'J', 'D', 'and', 'S']", + "output": [ + "Tconcern;asounds.VpitchedwyetJDandS" + ] + }, + { + "id": "openseek-4-b918d4e51b5147adaa7732931576816b", + "input": "['a', 'U', 'his', 'q', 'h', 'a', 'd', 'H', 'K', 'seen', 'q', 'of', 'q']", + "output": [ + "aUhisqhadHKseenqofq" + ] + }, + { + "id": "openseek-4-3ba7e51254114045a7aa6d88b1883aef", + "input": "['b', 'pains.', 's', 'leviathan', 't', 'hour', 'G', 'j']", + "output": [ + "bpains.sleviathanthourGj" + ] + }, + { + "id": "openseek-4-4ad04d8689894a648e48ea26a0121d65", + "input": "['need', 'v', 'eyes', 'A']", + "output": [ + "needveyesA" + ] + }, + { + "id": "openseek-4-6c93a3e1eca841d58f2311c0bdc18465", + "input": "['you,', 'v', 'plaintiffs9', 'v', 'the', 'X', 'as', 'B', 'have', 'e', 'b', 'p', 'from', 'W', 'at', 'c']", + "output": [ + "you,vplaintiffs9vtheXasBhaveebpfromWatc" + ] + }, + { + "id": "openseek-4-07d80065c0a944e7a9f5fdee0c3bbd5b", + "input": "['E', 'M']", + "output": [ + "EM" + ] + }, + { + "id": "openseek-4-0641dfe1ce80412090e262949468cace", + "input": "['as', 'L', 'U']", + "output": [ + "asLU" + ] + }, + { + "id": "openseek-4-403ea143571e485da4e01ded109bbebb", + "input": "['sight', 'q', 'second', 'w', 'wane', 'A', 'P', 'K', 'peculiarities', 'c', 'n', 'or', 'M', 'inserted', 'L', 'the', 'S']", + "output": [ + "sightqsecondwwaneAPKpeculiaritiescnorMinsertedLtheS" + ] + }, + { + "id": "openseek-4-9bf3b3bf763d4fc581a1f7ae4d47b544", + "input": "['P', 'subdivided', 'o', 'E', 'r', 'every', 'b', 'a', 'that', 'v', 'yet', 'G']", + "output": [ + "PsubdividedoEreverybathatvyetG" + ] + }, + { + "id": "openseek-4-6dc7dc5311d94277bfaec9a9d5ec2bac", + "input": "['I', 'b', 'body', 'P', 'the', 'h', 'u', 'c', 'T', 'them,', 'O']", + "output": [ + "IbbodyPthehucTthem,O" + ] + }, + { + "id": "openseek-4-9529246c6ea1408caaaa6fc472538454", + "input": "['than', 'k', 'x', 'surplus', 'b', 'N', 'their', 'n', 'g']", + "output": [ + "thankxsurplusbNtheirng" + ] + }, + { + "id": "openseek-4-87775b636d57424f83bad995e3c64a11", + "input": "['invested', 'q', 'S', 'u', 'L', 'bones,', 'a', 'l', 'but', 'k', 'b', 'considering', 'B']", + "output": [ + "investedqSuLbones,albutkbconsideringB" + ] + }, + { + "id": "openseek-4-b912869a264a429aaf7ea24514b0a4e7", + "input": "['s', 'q', 'z', 'j', 'of', 'v', 'leaning', 'u']", + "output": [ + "sqzjofvleaningu" + ] + }, + { + "id": "openseek-4-2e7d01de7bb54a8eb38bb7196505fe10", + "input": "['M', 'was', 't']", + "output": [ + "Mwast" + ] + }, + { + "id": "openseek-4-8aa4127fd1fc4fff8d4d808ac9d5d575", + "input": "['x', 'not', 'n', 'keep', 'Q', 'dog,', 's', 'more', 'X', 'j', 'the', 'D', 'V', 'his', 'v']", + "output": [ + "xnotnkeepQdog,smoreXjtheDVhisv" + ] + }, + { + "id": "openseek-4-8b9f6f3b3cee4a219bed58a99878d3e0", + "input": "['outspreadingly', 'k', 'to', 'L', 'strikes', 'x', 'E', 'U']", + "output": [ + "outspreadinglyktoLstrikesxEU" + ] + }, + { + "id": "openseek-4-9a79dd0637f6453c82d982687fc72a72", + "input": "['deadly,', 'q', 'from', 'b', 'about', 'V']", + "output": [ + "deadly,qfrombaboutV" + ] + }, + { + "id": "openseek-4-95ff82092c43428eaa6ae2d4b1461e9a", + "input": "['V', 'P', 'stout', 'S', 'than', 'p', 'k', 'Z', 'u', 'q']", + "output": [ + "VPstoutSthanpkZuq" + ] + }, + { + "id": "openseek-4-a919229e46b24848903d2be7b03820db", + "input": "['X', 'chest', 'd', 'the', 'R', 'every', 'L', 'to', 'c', 'A', 'E', 'towns', 'a', 'just', 'Q']", + "output": [ + "XchestdtheReveryLtocAEtownsajustQ" + ] + }, + { + "id": "openseek-4-2c376c1db3c44d4f9b978b29f029617a", + "input": "['o', 'W', 'knowing', 'E', 'same', 'O', 'some', 'A', 'or', 'N', 'U', 'b', 'm', 'the', 'C']", + "output": [ + "oWknowingEsameOsomeAorNUbmtheC" + ] + }, + { + "id": "openseek-4-f0fc9d2cc7574e32b70870f5233ed579", + "input": "['Anne9s', 's', 'But', 'I', 'V', 'toiled', 'y', 'd', 'and', 'N', 'During', 'O', 'furnaces,', 'c', 'R', 'n']", + "output": [ + "Anne9ssButIVtoiledydandNDuringOfurnaces,cRn" + ] + }, + { + "id": "openseek-4-81f3d5caca01446486730e045b8badd3", + "input": "['striving,', 'd', 'hailed', 'c', 'v', 'n', 'l']", + "output": [ + "striving,dhailedcvnl" + ] + }, + { + "id": "openseek-4-bf095fc980204d1786ad3939fbda83d5", + "input": "['N', 'v', 'z', 'still', 'b', 'g', 'in', 'x', 'J', 'm']", + "output": [ + "NvzstillbginxJm" + ] + }, + { + "id": "openseek-4-0d02daa264e945fcb4d57d9707cacc81", + "input": "['y', 'still', 'f', 'Q', 'l', 'N', 'the', 's', 'B']", + "output": [ + "ystillfQlNthesB" + ] + }, + { + "id": "openseek-4-94bab21a466c47d08326be9c2fafdd7f", + "input": "['peering', 'S', 'v', 'by', 'd', 'v', 'f', 'beholding', 'f', 'd', 'canoes,', 'm', 'into', 'K', 'D']", + "output": [ + "peeringSvbydvfbeholdingfdcanoes,mintoKD" + ] + }, + { + "id": "openseek-4-19449cbda14a421e924cef2c75f77561", + "input": "['h', 'm', 'sideways', 'x', 'though', 'b', 'q', 'p']", + "output": [ + "hmsidewaysxthoughbqp" + ] + }, + { + "id": "openseek-4-f6b1c733bae0420b9a72b9e10fdc2cb6", + "input": "['time', 'z', 'before', 'n', 'S']", + "output": [ + "timezbeforenS" + ] + }, + { + "id": "openseek-4-a7a749bf7f0044e5856c722625de13f4", + "input": "['x', 'A', 'G']", + "output": [ + "xAG" + ] + }, + { + "id": "openseek-4-c9d9e60ebe5a4c9890036df66a4bac63", + "input": "['chair;', 'J', 'O']", + "output": [ + "chair;JO" + ] + }, + { + "id": "openseek-4-09fe032f519c4fd9bc6998dea72ce146", + "input": "['a', 'dash', 'o', 'j', 'for', 'I']", + "output": [ + "adashojforI" + ] + }, + { + "id": "openseek-4-83ee99366e9a456d9e50b8fd2dc940ee", + "input": "['and', 'E', 'mild', 'O']", + "output": [ + "andEmildO" + ] + }, + { + "id": "openseek-4-13d3d3c782994184bd74481b71da4a82", + "input": "['the', 'M', 'know', 't', 'and', 'H', 'K', 'livingly', 'x', 'c', 'whereas,', 'C', 'u', 'F']", + "output": [ + "theMknowtandHKlivinglyxcwhereas,CuF" + ] + }, + { + "id": "openseek-4-a9b8ce00e7544b2fa93984218bb07749", + "input": "['the', 'F', 'Porpoise', 'u', 'b', 'having', 's', 'P', 't']", + "output": [ + "theFPorpoiseubhavingsPt" + ] + }, + { + "id": "openseek-4-153d5d3dd81e4ba091f5a87d605e94aa", + "input": "['V', 'l', 'f', 'were', 'X', 'dashed', 'w', 'x', 'U', 'J', 'e']", + "output": [ + "VlfwereXdashedwxUJe" + ] + }, + { + "id": "openseek-4-1340d556fb3a4ae1ab1cf56173407df3", + "input": "['Epitome', 'E', 'C', 'assisted', 'Z', 'influence;', 'E', 'E']", + "output": [ + "EpitomeECassistedZinfluence;EE" + ] + }, + { + "id": "openseek-4-11caf6f3f89b49129aedee327c04d2b7", + "input": "['goes', 'P', 'z', 'E', 'poor,', 'n', 'and', 'b', 'n', 'g', 'Africans', 'i']", + "output": [ + "goesPzEpoor,nandbngAfricansi" + ] + }, + { + "id": "openseek-4-92e09e82eab94e51b8c6d761068deb2f", + "input": "['the', 'w', 'b', 'J', 'j', 'idol', 'Z', 'essay', 'N']", + "output": [ + "thewbJjidolZessayN" + ] + }, + { + "id": "openseek-4-b2d445b65a3c44658e802533bea4e04a", + "input": "['vivacious', 'g', 'c', 'o', 'send', 'Y', 'the', 'F', 'oil', 'r', 'b', 'fish;', 'L', 'M']", + "output": [ + "vivaciousgcosendYtheFoilrbfish;LM" + ] + }, + { + "id": "openseek-4-3852590d1bd14e54888029011c6b3cbb", + "input": "['thing', 'O', 'v', 'first', 'J', 'into', 'a', 'K']", + "output": [ + "thingOvfirstJintoaK" + ] + }, + { + "id": "openseek-4-be82583252f74493a724a19246a4a05a", + "input": "['now', 'b', 'F', 'V']", + "output": [ + "nowbFV" + ] + }, + { + "id": "openseek-4-bf1e1375751d4fe086aefd1c91a68da5", + "input": "['some', 'u', 'v', 'T', 'chocks4dropped', 'd', 'holder', 'B', 'o', 'of', 'r', 'his', 'o', 'F']", + "output": [ + "someuvTchocks4droppeddholderBoofrhisoF" + ] + }, + { + "id": "openseek-4-c0c8837ae4c74a8a8c91e883b995baf5", + "input": "['B', 'W', 'd']", + "output": [ + "BWd" + ] + }, + { + "id": "openseek-4-658c066570b545029bc04bb2e804b8bf", + "input": "['j', 'or', 'R', 'beginning', 'k', 'Y', 'F', 'love,', 'e', 'scorching;', 'm']", + "output": [ + "jorRbeginningkYFlove,escorching;m" + ] + }, + { + "id": "openseek-4-136221b3dc904b1397f4aefe3c3586fd", + "input": "['k', 'x']", + "output": [ + "kx" + ] + }, + { + "id": "openseek-4-900acc05940c4d0bb861161dc95a3235", + "input": "['figure-head', 'y', 'conscientious', 'f', 'a', 'p', 'corporeally', 'T', 'to', 'V', 'n', 'must', 'i']", + "output": [ + "figure-headyconscientiousfapcorporeallyTtoVnmusti" + ] + }, + { + "id": "openseek-4-8435f66a55cb436bbbb2e6264465cb93", + "input": "['entire', 'I', 'J', 'Z']", + "output": [ + "entireIJZ" + ] + }, + { + "id": "openseek-4-554e7fc9a4134143bac2433a5775dc0f", + "input": "['they', 't', 'g', 'tight', 'O', 'of', 'R', 'fish,', 'H', 'm', 'J']", + "output": [ + "theytgtightOofRfish,HmJ" + ] + }, + { + "id": "openseek-4-6f6d9142532a4c1e8010c4a1a7a9147c", + "input": "['ten', 'j', 'l', 'd', 'did', 'n', 'W', 'G', 'barbaric', 'p', 'N', 'I', 'M']", + "output": [ + "tenjlddidnWGbarbaricpNIM" + ] + }, + { + "id": "openseek-4-a54e0edfd1274ff785cfdcfd2fe37da2", + "input": "['his', 'Z', 'z', 't', 'hammer', 'd', 'v', 'U', 'courses', 'G', 'e']", + "output": [ + "hisZzthammerdvUcoursesGe" + ] + }, + { + "id": "openseek-4-dfca44fbe5014febbb2d5bb4e6e8e8c5", + "input": "['M', 'L', 'sharpest', 'p', 'V', 'crotch', 'j']", + "output": [ + "MLsharpestpVcrotchj" + ] + }, + { + "id": "openseek-4-cb51d10c124f40438495e19e62268821", + "input": "['finest,', 'g', 'b', 'all4the', 'E', 'm', 'dents', 'G', 'harm', 'C', 'the', 'D']", + "output": [ + "finest,gball4theEmdentsGharmCtheD" + ] + }, + { + "id": "openseek-4-3c3f5b8a5eee4f65a9ed67f80cfc1695", + "input": "['said', 'Z', 'x', 'time', 'C', 'were', 'r', 'M', 'f', 'Y']", + "output": [ + "saidZxtimeCwererMfY" + ] + }, + { + "id": "openseek-4-c88eb8f0fee14d46bce29f7ae288593f", + "input": "['a', 'N', 'direst', 'h', 'K', 'b', 'V', 'd', 'j', 'Spanish', 'v', 'M']", + "output": [ + "aNdiresthKbVdjSpanishvM" + ] + }, + { + "id": "openseek-4-bed91e7166004b268ba98656149f6d34", + "input": "['B', 'half-erect', 'H', 'ample', 'I', 'whale;', 'p', 'Be', 'i', 'O', 'i', 'O', 'do', 'y', 'F']", + "output": [ + "Bhalf-erectHampleIwhale;pBeiOiOdoyF" + ] + }, + { + "id": "openseek-4-e4aeb50f988c447f845522886a6979ce", + "input": "['one', 'H', 'fore', 'y', 'spiritually', 'V', 'U', 'O', 'i']", + "output": [ + "oneHforeyspirituallyVUOi" + ] + }, + { + "id": "openseek-4-0fd4a6f3f436478bb90c247d443f36a6", + "input": "['hammock,', 'W', 'U', 'for', 'r', 'plain', 'a', 'only', 't', 'but', 'V', 'M', 'f', 'H']", + "output": [ + "hammock,WUforrplainaonlytbutVMfH" + ] + }, + { + "id": "openseek-4-e799589dee84463087b9ddd1aec6f607", + "input": "['G', 'persisting', 'O', 'w', 's', 'c', 'X', 'I', 'Z', 'M']", + "output": [ + "GpersistingOwscXIZM" + ] + }, + { + "id": "openseek-4-5164328ef8dc495f97d91bb71b35dac5", + "input": "['the', 'Z', 'from', 'R', 'Dry', 'I', 'on', 'c', 'I', 'with', 'L', 'Z', 'O', 'n', 'x']", + "output": [ + "theZfromRDryIoncIwithLZOnx" + ] + }, + { + "id": "openseek-4-854515557cdb4e45915f17cb36000957", + "input": "['bombazine', 'W', 'N', 'e', 'thought', 'a', 'allures.', 'H']", + "output": [ + "bombazineWNethoughtaallures.H" + ] + }, + { + "id": "openseek-4-2c584e457c5141ee97359c6bbc0da008", + "input": "['I', 'l', 'work', 't', 'hunt', 'W', 'D']", + "output": [ + "IlworkthuntWD" + ] + }, + { + "id": "openseek-4-253341a713fd45fc9d3456809a551dd1", + "input": "['Lamp.', 'H', 'v', 'X', 's', 'B', 'for', 'W']", + "output": [ + "Lamp.HvXsBforW" + ] + }, + { + "id": "openseek-4-1cff7da009504fc09d48318c4353235a", + "input": "['J', 'B']", + "output": [ + "JB" + ] + }, + { + "id": "openseek-4-9927002bf7e3422a83bfc1a45059b57b", + "input": "['black', 'm', 'x', 'a', 'b', 'smoke', 'V', 'and', 'K', 'X']", + "output": [ + "blackmxabsmokeVandKX" + ] + }, + { + "id": "openseek-4-ee8371d48df9452a8d0583e079df4cbb", + "input": "['one', 'f', 'U', 'A', 'says', 'z']", + "output": [ + "onefUAsaysz" + ] + }, + { + "id": "openseek-4-6348bc64825b4e7aab8cd06496ed780f", + "input": "['k', 'clook', 'z', 'Indian', 'A', 'v', 'R', 'for', 'A', 'paper.', 'B', 'Sunset.', 'U', 'interval', 'D']", + "output": [ + "kclookzIndianAvRforApaper.BSunset.UintervalD" + ] + }, + { + "id": "openseek-4-b4ae6d35c785436884e994fecafeee48", + "input": "['t', 'cases,', 'P']", + "output": [ + "tcases,P" + ] + }, + { + "id": "openseek-4-20834d728b5742d796b95d3928ccd805", + "input": "['R', 'I']", + "output": [ + "RI" + ] + }, + { + "id": "openseek-4-5eb25d87782d4ac1927250353000f531", + "input": "['x', 'e', 'he', 'p', 'then,', 'N']", + "output": [ + "xehepthen,N" + ] + }, + { + "id": "openseek-4-fa9f034781af4231a4b50b21b8c6126f", + "input": "['life,', 'U', 'B', 'P', 'I', 'w', 'a', 'c', 'individual', 'f', 'gentleman', 'e', 'C']", + "output": [ + "life,UBPIwacindividualfgentlemaneC" + ] + }, + { + "id": "openseek-4-8bdf4e24032841bf8721855c139b3e31", + "input": "['p', 'X', 'not', 'B', 'f', 'Y', 'thoughts', 'o', 'F', 'in,', 'p', 'palpable', 'W']", + "output": [ + "pXnotBfYthoughtsoFin,ppalpableW" + ] + }, + { + "id": "openseek-4-3ad58f0bc2e447d2a2f5e93b28ca0267", + "input": "['r', 'a', 'I', 'q']", + "output": [ + "raIq" + ] + }, + { + "id": "openseek-4-bdb9b1da391f44db89d8cb0e7dcaaef8", + "input": "['England', 'M', 'its', 'B', 'O', 'beverage', 'V', 'i', 'all', 'c', 'P', 'ye', 'k']", + "output": [ + "EnglandMitsBObeverageViallcPyek" + ] + }, + { + "id": "openseek-4-6b05f78bb1ae4c5b8e18df1091c90608", + "input": "['H', 'and', 'z', 'the', 'O', 'being', 'G']", + "output": [ + "HandztheObeingG" + ] + }, + { + "id": "openseek-4-2209cc0f825d499da8573e267c4c6c9c", + "input": "['J', 'hands', 'l', 'H', 'lingering', 'A', 'be', 's', 'contracting', 'x']", + "output": [ + "JhandslHlingeringAbescontractingx" + ] + }, + { + "id": "openseek-4-9f643f5c6b884e698214b65e9c58b4c6", + "input": "['the', 'D', 'C', 'royal', 'e', 'q', 'oil', 'L', 'or', 'g', 'r', 'is', 'y', 'which', 'Y']", + "output": [ + "theDCroyaleqoilLorgrisywhichY" + ] + }, + { + "id": "openseek-4-e4dbb6619bf3492d88bde5ab97dbccd4", + "input": "['j', 'S', 'always', 'l', 'whales', 't', 'y', 'n']", + "output": [ + "jSalwayslwhalestyn" + ] + }, + { + "id": "openseek-4-1404401d956d4750a22eaeb5476dfc5b", + "input": "['ankers', 'P', 'F', 'its', 'x']", + "output": [ + "ankersPFitsx" + ] + }, + { + "id": "openseek-4-08641602befb4e8aa3b03fbed10c7934", + "input": "['fast', 'v', 'over', 'x', 'south-eastward', 'G', 'q', 'by', 'I', 'gentlemen,', 'o', 'the', 'v', 'l']", + "output": [ + "fastvoverxsouth-eastwardGqbyIgentlemen,othevl" + ] + }, + { + "id": "openseek-4-ea502250ae84493bb19c45cc0478ba75", + "input": "['Y', 'still', 's']", + "output": [ + "Ystills" + ] + }, + { + "id": "openseek-4-edbefd5aae794effbc42e1f0a2f876fe", + "input": "['author', 'x', 'the', 'I', 's']", + "output": [ + "authorxtheIs" + ] + }, + { + "id": "openseek-4-eb8a42b605104f7fb3255c03af91f155", + "input": "['r', 'unbounded', 'x', 'his', 'H', 'of', 'E', 'but', 'R', 'could', 'I', 'K', 'i', 'the', 'e', 'G']", + "output": [ + "runboundedxhisHofEbutRcouldIKitheeG" + ] + }, + { + "id": "openseek-4-148c0a751f474cbabe4c53a11a3744db", + "input": "['v', 'hence', 'i', 'i', 'k', 'x', 'k', 'R']", + "output": [ + "vhenceiikxkR" + ] + }, + { + "id": "openseek-4-fd2b475fe7c845c5b9eadd036b399bff", + "input": "['j', 'must', 'W', 'He', 'I', 'he', 'g', 'fellow9s', 'm', 'q', 'Inn.', 'N', 'a', 'O', 'k']", + "output": [ + "jmustWHeIhegfellow9smqInn.NaOk" + ] + }, + { + "id": "openseek-4-47284e0c64cb4dbeac7e3386711d05e1", + "input": "['architect,', 'm', 'g', 'v', 'J', 'and', 'w', 'E', 'to', 'k', 'his', 'l', 'And', 'S']", + "output": [ + "architect,mgvJandwEtokhislAndS" + ] + }, + { + "id": "openseek-4-fb0a24f1ee4143a08900a7b6212a658b", + "input": "['from', 'P', 'Y', 'whale', 'D', 'old', 'p', 'on:', 'S', 'visible', 'k', 'are', 'l', 'E']", + "output": [ + "fromPYwhaleDoldpon:SvisiblekarelE" + ] + }, + { + "id": "openseek-4-4918414dcb974cbeaef7347addb05279", + "input": "['to', 'X', 'Nay,', 'v', 'noise', 'b', 'involve', 'w', 'j', 'mast-head', 'm', 'G', 'W', 'n', 'those', 'H']", + "output": [ + "toXNay,vnoisebinvolvewjmast-headmGWnthoseH" + ] + }, + { + "id": "openseek-4-5292c04b6001404b80cab35c48ebf27f", + "input": "['scheme,', 'I', 'z', 'deserves', 'm', 'mind;', 'R', 'and', 'Q', 'signs', 'W', 'fighting', 'D', 'Though', 'a', 'B', 'Y']", + "output": [ + "scheme,Izdeservesmmind;RandQsignsWfightingDThoughaBY" + ] + }, + { + "id": "openseek-4-a408e9d0c8204c56a7cc961ba3208c78", + "input": "['z', 'N', 'did', 'h', 'i', 'o', 'being', 'O', 'I', 'from', 'T', 'K']", + "output": [ + "zNdidhiobeingOIfromTK" + ] + }, + { + "id": "openseek-4-82eec7789cf74194bc8832decd733e91", + "input": "['p', 'you', 'z', 'K', 'm', 'of', 'w', 'little,', 'L', 'l']", + "output": [ + "pyouzKmofwlittle,Ll" + ] + }, + { + "id": "openseek-4-06c4a9a37c6b4ea7a360568523637482", + "input": "['the', 'S', 'included', 'M', 'V', 't', 'Y', 'hear?d', 'O']", + "output": [ + "theSincludedMVtYhear?dO" + ] + }, + { + "id": "openseek-4-74ba544753de4d6eb70ae9a68b1dc132", + "input": "['But', 'x', 'c', 'other', 'I', 'marvels', 'i', 'one', 'd', 'z']", + "output": [ + "ButxcotherImarvelsionedz" + ] + }, + { + "id": "openseek-4-14f10d106c754316ab10fc88846270dc", + "input": "['unthinkingly', 'r', 'n']", + "output": [ + "unthinkinglyrn" + ] + }, + { + "id": "openseek-4-922510b3e6c84b6485057af81606c717", + "input": "['of', 'n', 'x', 'of', 'U', 'Y', 'B', 'as', 'H', 'clutched', 'P']", + "output": [ + "ofnxofUYBasHclutchedP" + ] + }, + { + "id": "openseek-4-54b3804d74c043b4aae5c7daca307763", + "input": "['Canaller', 'i', 'j', 't']", + "output": [ + "Canallerijt" + ] + }, + { + "id": "openseek-4-7343459a182c404ab92263d4c8c2be71", + "input": "['r', 'i']", + "output": [ + "ri" + ] + }, + { + "id": "openseek-4-db8479bc2975449ca496852d70c0ef2e", + "input": "['y', 'd', 'S']", + "output": [ + "ydS" + ] + }, + { + "id": "openseek-4-c04ad48fd5d94304a49c95a473a2b457", + "input": "['boat', 'J', 'into', 'U', 'i', 'v', 'fro,', 'R']", + "output": [ + "boatJintoUivfro,R" + ] + }, + { + "id": "openseek-4-38dca49c4a2d4c098c8cacea80c4ee87", + "input": "['A', 'as', 'n', 'far', 'I', 'K']", + "output": [ + "AasnfarIK" + ] + }, + { + "id": "openseek-4-215277020a844af29fdbaae78a18bb7e", + "input": "['n', 'appropriated', 'm', 's']", + "output": [ + "nappropriatedms" + ] + }, + { + "id": "openseek-4-42bc9213059b4685b0e754dd7fa77727", + "input": "['sight;', 'Y', 'H', 'troubled', 'B', 'A', 'Rachel,', 'w', 'j']", + "output": [ + "sight;YHtroubledBARachel,wj" + ] + }, + { + "id": "openseek-4-fa64134dd4ee4085a22a7f5bd7898003", + "input": "['Q', 'hung', 'S', 'y', 'windward,', 'H', 'feel', 'v', 'q', 'r', 'and', 'r', 'of', 'K']", + "output": [ + "QhungSywindward,HfeelvqrandrofK" + ] + }, + { + "id": "openseek-4-92c18de3ba0e40eaba41d2e5679a7c63", + "input": "['that', 'v', 'v', 'many', 'S', 'A', 'd', 'N', 'x', 'skull.', 'I', 'W']", + "output": [ + "thatvvmanySAdNxskull.IW" + ] + }, + { + "id": "openseek-4-a489a33c291f4e239c70f770b991ffe3", + "input": "['of', 't', 'd', 'day,', 'P', 'Bildad;', 'x', 'form', 'T', 'B', 'i', 'hast', 'w', 'on', 'r']", + "output": [ + "oftdday,PBildad;xformTBihastwonr" + ] + }, + { + "id": "openseek-4-ecdd7ff663d947029fdb1caff12513b9", + "input": "['H', 'C', 'v', 'F', 's', 'offered', 't', 'r', 'wet', 'F', 't']", + "output": [ + "HCvFsofferedtrwetFt" + ] + }, + { + "id": "openseek-4-c761ed09ecf04d9c9f20fdd0d903c53d", + "input": "['z', 'D', 'those', 'o', 'evanescence', 'v', 'k', 'that', 'M', 'offer', 'k', 'T']", + "output": [ + "zDthoseoevanescencevkthatMofferkT" + ] + }, + { + "id": "openseek-4-4fa62a2b29ce4d16b833e0b86a7c8af7", + "input": "['i', 'revolved', 'y', 'L', 'audacious', 'a', 'z']", + "output": [ + "irevolvedyLaudaciousaz" + ] + }, + { + "id": "openseek-4-f99f2153c1ba4b66afa37b5bc0266268", + "input": "['w', 'b', 'unshored,', 'W', 'I', 's', 'retreats', 'B']", + "output": [ + "wbunshored,WIsretreatsB" + ] + }, + { + "id": "openseek-4-3d1a8312a6234597bd5a40010194ec3e", + "input": "['K', 't', 'L', 'c', 'Dick', 'G', 'hours', 'k', 'c', 'species.', 'y', 'the', 'J', 'm']", + "output": [ + "KtLcDickGhourskcspecies.ytheJm" + ] + }, + { + "id": "openseek-4-302cf3c4b6da46d8bf8d72a5fd27affc", + "input": "['T', 'r', 'V', 'd', 'not', 'm', 'may', 'm', 'C', 'reasons', 'K', 'here', 'g', 'Starbuck.', 'l']", + "output": [ + "TrVdnotmmaymCreasonsKheregStarbuck.l" + ] + }, + { + "id": "openseek-4-2115fe18d7e045aa9e60c80d3cbb822f", + "input": "['its', 'T', 'fit.', 'M', 'R']", + "output": [ + "itsTfit.MR" + ] + }, + { + "id": "openseek-4-83308682e553491db2fc404d27b8f895", + "input": "['to', 'a', 'Y', 'second', 'Q', 'c', 'and', 'y', 'e', 'g', 'the', 'U', 'l']", + "output": [ + "toaYsecondQcandyegtheUl" + ] + }, + { + "id": "openseek-4-89d53b8d4bfa44f895565a0d18cfc8c3", + "input": "['J', 'x', 'X', 'thing', 'h', 'J', 'but,', 'W']", + "output": [ + "JxXthinghJbut,W" + ] + }, + { + "id": "openseek-4-470f771db9af478b8316b2610c0f9109", + "input": "['l', 'b', 'him', 'i', 'u', 'A', 'S', 'went', 'X', 'the', 'K', 'bone', 'V', 'of', 'M']", + "output": [ + "lbhimiuASwentXtheKboneVofM" + ] + }, + { + "id": "openseek-4-34f298fa43c7484da8378f585e57ca9f", + "input": "['Who', 'O', 'be', 'G', 'guests,', 'S', 'arts', 'k', 'M', 'and', 'E', 'l', 'present', 'E', '3,', 'R']", + "output": [ + "WhoObeGguests,SartskMandElpresentE3,R" + ] + }, + { + "id": "openseek-4-9462c7cce13e432b89388548934cc239", + "input": "['s', 'i', 'b', 'a', 'in', 'Y', 'the', 'S', 'this', 'x', 'A', 'd', 'w']", + "output": [ + "sibainYtheSthisxAdw" + ] + }, + { + "id": "openseek-4-de64d915de744b69890640a14e5e4244", + "input": "['angle', 'Q', 'N', 'd', 'Q', 'Owen', 'h', 'head,', 'z', 'view', 'w', 'its', 'f']", + "output": [ + "angleQNdQOwenhhead,zviewwitsf" + ] + }, + { + "id": "openseek-4-19c23d929e274ce59a7bd2ddaedc50f9", + "input": "['J', 'c', 'n']", + "output": [ + "Jcn" + ] + }, + { + "id": "openseek-4-14bb299c0b8f4dd3805f118b20f864db", + "input": "['hanging', 'W', 'intentions,', 'v', 'soul;', 'R', 'F']", + "output": [ + "hangingWintentions,vsoul;RF" + ] + }, + { + "id": "openseek-4-6295fd93bcf14d6d9074dbfd76371e02", + "input": "['if', 'E', 'was', 'N', 'z']", + "output": [ + "ifEwasNz" + ] + }, + { + "id": "openseek-4-a28a787cd6f7436abfb9b7ed18f7efa6", + "input": "['k', 'G', 'n']", + "output": [ + "kGn" + ] + }, + { + "id": "openseek-4-bf46c93276b547d99046409840ea3005", + "input": "['me94and', 'H', 'T', 'is', 't', 'Z', 'L', 'black', 'x', 'the', 's', 'the', 'C', 'Bower', 'i', 'Crossing', 'p']", + "output": [ + "me94andHTistZLblackxthestheCBoweriCrossingp" + ] + }, + { + "id": "openseek-4-d64d180b0b8149f0851e5da208649873", + "input": "['l', 'the', 'Y', 'E', 'T', 'm', 'by', 'I']", + "output": [ + "ltheYETmbyI" + ] + }, + { + "id": "openseek-4-13e7c892d4da44cb81dd059fb1444d6a", + "input": "['sad', 'G', 'Going', 'N', 'each', 'K', 'Q']", + "output": [ + "sadGGoingNeachKQ" + ] + }, + { + "id": "openseek-4-fed1932cd1274c298b14caa32acd8b3d", + "input": "['D', 'while', 'K']", + "output": [ + "DwhileK" + ] + }, + { + "id": "openseek-4-a804e37010b849be90e68b797e356dda", + "input": "['G', 'the', 'b', 'kind', 'e', 't', 'two', 'G', 'A', 'o', 'clams,', 'r', 'upon', 'v']", + "output": [ + "GthebkindettwoGAoclams,ruponv" + ] + }, + { + "id": "openseek-4-f66e514b8f6141dea4b47829fc0451d5", + "input": "['over', 'B', 'o', 'v']", + "output": [ + "overBov" + ] + }, + { + "id": "openseek-4-98526e51fd514cd58a00caad8d337ecb", + "input": "['q', 'Z']", + "output": [ + "qZ" + ] + }, + { + "id": "openseek-4-758d9a4d522249c4bd3884cb445eaa4d", + "input": "['L', 'take', 's', 'of', 'L', 'T', 's', 't', 'To', 'M', 'Q', 'take', 'W']", + "output": [ + "LtakesofLTstToMQtakeW" + ] + }, + { + "id": "openseek-4-9c3b85488f5f475e92883762fcb6fd39", + "input": "['and', 'S', 'thing,', 'B', 'Sperm', 'L', 'H', 'bones', 'g', 'operated', 'T', 's']", + "output": [ + "andSthing,BSpermLHbonesgoperatedTs" + ] + }, + { + "id": "openseek-4-4e2dccd1ea2243adba4c9eb6dc279b40", + "input": "['end', 'l', 'ye', 'x', 'now', 'P', 'going', 'v', 'c', 'y']", + "output": [ + "endlyexnowPgoingvcy" + ] + }, + { + "id": "openseek-4-6b8928b7f0d640ee982539ef8dc66383", + "input": "['D', 'unearthly', 'g', 'were', 'X']", + "output": [ + "DunearthlygwereX" + ] + }, + { + "id": "openseek-4-c8ca225e475d4d9a998359a3452d2a8e", + "input": "['T', 'u', 'Unobserved', 'W']", + "output": [ + "TuUnobservedW" + ] + }, + { + "id": "openseek-4-55376c68823f4901b9403fa1b4b0ba0d", + "input": "['O', 'u', 'B', 'among', 'K']", + "output": [ + "OuBamongK" + ] + }, + { + "id": "openseek-4-d92d5bef48284506ad7addada44fd4b5", + "input": "['fare', 'T', 'g', 'F', 'could', 'r', 'to', 'o', 'w', 'Coffin', 'v', 'good-natured,', 'w', 'x']", + "output": [ + "fareTgFcouldrtoowCoffinvgood-natured,wx" + ] + }, + { + "id": "openseek-4-842d1100cee54801804011f91d62e466", + "input": "['f', 'i', 'R', 'E', 'prick', 'c', 'put', 'i', 'clam', 'n', 'j', 'opposite', 'x', 'h']", + "output": [ + "fiREprickcputiclamnjoppositexh" + ] + }, + { + "id": "openseek-4-3317bddebea74fa2b7cdfbbc0df9f450", + "input": "['g', 'U', 'p', 'a']", + "output": [ + "gUpa" + ] + }, + { + "id": "openseek-4-4621c6cfbecd4beca283d8de4b040966", + "input": "['M', 'half-hinting', 'm', 'my', 'n', 'n', 'C']", + "output": [ + "Mhalf-hintingmmynnC" + ] + }, + { + "id": "openseek-4-56d2c226fa514c9b80551d0ede5e5bbd", + "input": "['e', 'O', 'b', 'G', 'W', 'W']", + "output": [ + "eObGWW" + ] + }, + { + "id": "openseek-4-78e9c73dbd6e441db2c34666b6f17353", + "input": "['c', 'b', 'But', 'A', 'r']", + "output": [ + "cbButAr" + ] + }, + { + "id": "openseek-4-022f89af149d4300ae47d9cf42d591d6", + "input": "['great', 'J', 'K', 'n', 'm', 'w', 'and', 'H', 'j', 'power,', 'P']", + "output": [ + "greatJKnmwandHjpower,P" + ] + }, + { + "id": "openseek-4-fb0a3f85de1c415ba1e2eeea8d165833", + "input": "['shores;', 'V', 'while', 'w', 'I', 'is', 'p', 'wanting', 'R', 'V', 'Sperm', 'R', 'y']", + "output": [ + "shores;VwhilewIispwantingRVSpermRy" + ] + }, + { + "id": "openseek-4-f0cfd5e40fee487fbb797a85de266bc3", + "input": "['o', 'Ahab9s,', 'l', 'b', 'Freeze', 'M', 'both', 'P', 'i', 'and', 'S', 'y', 'f']", + "output": [ + "oAhab9s,lbFreezeMbothPiandSyf" + ] + }, + { + "id": "openseek-4-07ae63e2fdfc41169b1353593ade34cb", + "input": "['R', 'a', 'warm', 'S', 'i', 'forehead,', 'P', 'c']", + "output": [ + "RawarmSiforehead,Pc" + ] + }, + { + "id": "openseek-4-fc1e0d174f3b4e02be42ea0a25cb394c", + "input": "['x', 'O', 'b', 'beating', 's', 'go', 'k', 'world', 'M', 'y']", + "output": [ + "xObbeatingsgokworldMy" + ] + }, + { + "id": "openseek-4-995a9bca3a924f43a28976492cae2887", + "input": "['whalers', 'H', 'potent', 'Q', 'one', 'M', 'things', 'I', 'm', 'amazement', 'd', 'that', 'v', 'l', 'N']", + "output": [ + "whalersHpotentQoneMthingsImamazementdthatvlN" + ] + }, + { + "id": "openseek-4-8106b7ff8462405d9093f5d7ffc79998", + "input": "['belonging', 'g', 'Y', 'K', 'N', 'p', 'Arsacidean', 'v', 'blew', 'n', 'y']", + "output": [ + "belonginggYKNpArsacideanvblewny" + ] + }, + { + "id": "openseek-4-e6d2eb823177407f9044920560b7047a", + "input": "['i', 'only', 'E', 'q', 'X', 'But', 'R', 'a', 'to', 'w']", + "output": [ + "ionlyEqXButRatow" + ] + }, + { + "id": "openseek-4-e38519e352a64116b5f8e49aef824eb5", + "input": "['m', 'Z']", + "output": [ + "mZ" + ] + }, + { + "id": "openseek-4-aa71d8e3617d445d9b870077dabd14b2", + "input": "['P', 'hunters', 'X', 'a', 'u', 'v', 'sable', 'B', 'c', 'G', 'k', 'hope', 'l', 'and', 'y']", + "output": [ + "PhuntersXauvsableBcGkhopelandy" + ] + }, + { + "id": "openseek-4-fe8caff57b7b42e3a2a5ae950e8c4fa7", + "input": "['the', 'q', 'children;', 'R', 'that,d', 'T']", + "output": [ + "theqchildren;Rthat,dT" + ] + }, + { + "id": "openseek-4-cc715130dae14ed7954b7f3fc340c402", + "input": "['a', 'y', 'k', 'Shakers,', 'y', 'telling', 'r', 'sweeping,', 'd', 'like', 't', 'myself', 'd', 'unshored,', 'e', 'y', 'for', 'h']", + "output": [ + "aykShakers,ytellingrsweeping,dliketmyselfdunshored,eyforh" + ] + }, + { + "id": "openseek-4-2f1d9c40c7bd42c8b1af1ec57dae45a9", + "input": "['time!d', 'm', 'the', 'Y', 'peculiar', 'B', 'e', 'F', 'O']", + "output": [ + "time!dmtheYpeculiarBeFO" + ] + }, + { + "id": "openseek-4-f573b28def8746f595bce9b17e847343", + "input": "['gallantry', 'T', 'Q', 'a', 'her,', 'w', 'p']", + "output": [ + "gallantryTQaher,wp" + ] + }, + { + "id": "openseek-4-0875ade33c8b4bc9bf4d12995d8f020b", + "input": "['p', 'it', 'H', 'aft;', 'L', 'e', 'skeleton', 'L', '9tis', 'd', 'streets,', 'D']", + "output": [ + "pitHaft;LeskeletonL9tisdstreets,D" + ] + }, + { + "id": "openseek-4-375ef0f4cf8e43fbbc2de224e0e2ad00", + "input": "['intent', 'N', 'blast!', 'F', 'V', 'this', 'Y', 'L', 'external', 'M', 'a', 'v']", + "output": [ + "intentNblast!FVthisYLexternalMav" + ] + }, + { + "id": "openseek-4-96ffaf60b7d74eec88be05115c857ab5", + "input": "['that,', 'D', 'I', 'of', 'W', 'm']", + "output": [ + "that,DIofWm" + ] + }, + { + "id": "openseek-4-a4d69bad733a48a6941066af6c55fefc", + "input": "['indirect,', 'K', 'Q', 'Q', 's', 'b', 'k', 'O', 'R', 'G']", + "output": [ + "indirect,KQQsbkORG" + ] + }, + { + "id": "openseek-4-71ffc6eedbfd43308db88676d48cfa04", + "input": "['F', 'indeed,', 'R', 'c', 'place,', 'z', 'to', 'S', 'o', 'T', 'w', 'and', 'Y', 'I', 'e']", + "output": [ + "Findeed,Rcplace,ztoSoTwandYIe" + ] + }, + { + "id": "openseek-4-f7310b6f2b954c4b9ae0abfe58c17cbb", + "input": "['N', 'him', 'G', 'K', 't', 'the', 'o', 'it', 'p', 'to', 'J', 'out', 'l', 'S']", + "output": [ + "NhimGKttheoitptoJoutlS" + ] + }, + { + "id": "openseek-4-81922f952c7b4fe6b315a2917b33c8ad", + "input": "['of', 'P', 'neck.', 'R', 'land.', 'Z', 'ashes', 'Z', 'sea,', 'W', 'soul', 'J', 'weapons,', 'G', 'U', 'w']", + "output": [ + "ofPneck.Rland.ZashesZsea,WsoulJweapons,GUw" + ] + }, + { + "id": "openseek-4-c8b4f99f1312432fb832c93281b88cfc", + "input": "['p', 'and', 'r', 'G', 'T']", + "output": [ + "pandrGT" + ] + }, + { + "id": "openseek-4-e643b73112754d2f8901be31fd7bed1c", + "input": "['s', 'U', 'the', 'z', 'not', 'P', 'g', 'W', 'X']", + "output": [ + "sUtheznotPgWX" + ] + }, + { + "id": "openseek-4-8209e35d150549a8b1046fd4444a985f", + "input": "['and', 'u', 'S', 'of', 'Y', 'x', 'e', 'Z', 'from', 'w', 'N', 'Indian;', 'm']", + "output": [ + "anduSofYxeZfromwNIndian;m" + ] + }, + { + "id": "openseek-4-2a3d8a059dd64fa4a1c37fddfe92442b", + "input": "['V', 'C', 'mine.', 'S', 'E']", + "output": [ + "VCmine.SE" + ] + }, + { + "id": "openseek-4-274b8bec838042c6a93da7c5ba4ebff9", + "input": "['undignified;', 'c', 'i', 'p', 'beget', 'W', 'an', 'K', 'panic-stricken', 'Q', 'upon', 'c']", + "output": [ + "undignified;cipbegetWanKpanic-strickenQuponc" + ] + }, + { + "id": "openseek-4-4afb0a110b8b4eefa54174f0c90ca7b4", + "input": "['that', 'Y', 'U', 'so', 'W', 'Q']", + "output": [ + "thatYUsoWQ" + ] + }, + { + "id": "openseek-4-1b9299ef162c4b5e9ebd9cf1d4b08ed6", + "input": "['I', 'about', 'e', 'England', 'c', 'us', 'n', 'downright.', 's', 'careful', 'y', 'it', 'P']", + "output": [ + "IabouteEnglandcusndownright.scarefulyitP" + ] + }, + { + "id": "openseek-4-2a208bcec2794899a256baa851a35e79", + "input": "['splice', 'h', 'E', 'f', 'Z']", + "output": [ + "splicehEfZ" + ] + }, + { + "id": "openseek-4-a2b8315647d94477a25fce900a642a23", + "input": "['visible', 'F', 'parting', 's']", + "output": [ + "visibleFpartings" + ] + }, + { + "id": "openseek-4-41c45fa42c7d4bee9f1403ccdecd257d", + "input": "['at', 'e', 'If', 'W', 'Y', 'worlds.', 'R', 'F', 'P', 'u']", + "output": [ + "ateIfWYworlds.RFPu" + ] + }, + { + "id": "openseek-4-6514e2f72c774d2d8b558578689ca2e3", + "input": "['the', 'e', 'M', 'had', 'X', 'R', 'though', 'e', 'For', 'j', 'I']", + "output": [ + "theeMhadXRthougheForjI" + ] + }, + { + "id": "openseek-4-b3aa430387524f7f95b6346bccbae850", + "input": "['g', 'j']", + "output": [ + "gj" + ] + }, + { + "id": "openseek-4-bad7f4011dc948a9a29d3945c6148d70", + "input": "['Q', 'k']", + "output": [ + "Qk" + ] + }, + { + "id": "openseek-4-9d74702bea044e18a36bb9280d92d02e", + "input": "['s', 'j', 'sort', 'y', 'here', 'v']", + "output": [ + "sjsortyherev" + ] + }, + { + "id": "openseek-4-e970bd8667f84b3583b4c08bebbf5030", + "input": "['C', 'one,', 'X', 'vast', 'l', 'that', 'a']", + "output": [ + "Cone,Xvastlthata" + ] + }, + { + "id": "openseek-4-cd196b6839c84e448f10aff0c16bfce4", + "input": "['U', 'may', 'B', 'X', 'with', 'v', 'I,', 't', 'onset', 'q', 'U']", + "output": [ + "UmayBXwithvI,tonsetqU" + ] + }, + { + "id": "openseek-4-88e46dc6250a472686f98bda45d3de57", + "input": "['anything', 'h', 'reversing', 'q', 'h', 'one', 'Q', 'O', 'w', 'by', 'S']", + "output": [ + "anythinghreversingqhoneQOwbyS" + ] + }, + { + "id": "openseek-4-420ff8523ef64e939e0c51e500963b0f", + "input": "['enough', 'T', 'q', 'g']", + "output": [ + "enoughTqg" + ] + }, + { + "id": "openseek-4-5ba1f8bd52df44c481f964901779adc4", + "input": "['Q', 'small', 'u', 'a']", + "output": [ + "Qsmallua" + ] + }, + { + "id": "openseek-4-66b542a0ad924ccea2ceaee55f969b65", + "input": "['K', 'whale4a', 'I', 'z', 'hands.', 'y', 'C', 'circled,', 'F', 'A', 'w', 'kinds', 'P']", + "output": [ + "Kwhale4aIzhands.yCcircled,FAwkindsP" + ] + }, + { + "id": "openseek-4-b9ce761605f248339ce6ed219f4e8a93", + "input": "['d', 'tell,', 'e', 'it', 'X']", + "output": [ + "dtell,eitX" + ] + }, + { + "id": "openseek-4-b280d21b1ae9474a831da7f94c2ec276", + "input": "['j', 'r', 'is', 'O', 'this', 'E', 'the', 'f', 'waves!', 'e']", + "output": [ + "jrisOthisEthefwaves!e" + ] + }, + { + "id": "openseek-4-70194f1877ac457a9555c10f066eefa1", + "input": "['circle', 'G', 'J']", + "output": [ + "circleGJ" + ] + }, + { + "id": "openseek-4-f290023b40084fc7b7e9549a275ffb6b", + "input": "['k', 'a']", + "output": [ + "ka" + ] + }, + { + "id": "openseek-4-e6ccb30221054d7796d1f3368aa0487d", + "input": "['A', 'like', 'q', 'X', 'd', 'T', 'regular', 'y', 'one', 't', 'lonely', 'Y', 'at', 'L', 'a']", + "output": [ + "AlikeqXdTregularyonetlonelyYatLa" + ] + }, + { + "id": "openseek-4-d8ef34d5d2ee4e368d80ac8fa601f9ed", + "input": "['d', 'selecting', 'L', 'o', 'his', 'y', 'he', 'b']", + "output": [ + "dselectingLohisyheb" + ] + }, + { + "id": "openseek-4-c987dff10d0643fcb0beb7f56f3a5363", + "input": "['in', 'D', 'pooh!', 'f', 'N']", + "output": [ + "inDpooh!fN" + ] + }, + { + "id": "openseek-4-aa28fb2b589647f99010c3d3eb3dabe3", + "input": "['eye', 'y', 'jaw,', 'e']", + "output": [ + "eyeyjaw,e" + ] + }, + { + "id": "openseek-4-fdb523d42938465ea0d473f0daf3ceed", + "input": "['of', 'Y', 'h', 'Don9t', 'n', 'He', 'Q']", + "output": [ + "ofYhDon9tnHeQ" + ] + }, + { + "id": "openseek-4-af23dbb9c8e543d3b59fa537a55091d9", + "input": "['Ahab', 'n', 'v', 'Ye', 'd', 'V', 'three', 'l', 'n', 'w', 'aback;', 'S']", + "output": [ + "AhabnvYedVthreelnwaback;S" + ] + }, + { + "id": "openseek-4-5c2f2486befd413d8263e803d5d0387e", + "input": "['I', 'I', 'k', 'I', 'j', 'U', 'u', 'ye?', 'Q']", + "output": [ + "IIkIjUuye?Q" + ] + }, + { + "id": "openseek-4-234d38d121d8415e81dc3dacaab949f3", + "input": "['X', 'shot', 's', 'sea.', 'p', 'sea,', 'l', 'Y', 'this', 'K', 'all,', 'w', 'B', 'not', 'Q', 'v']", + "output": [ + "Xshotssea.psea,lYthisKall,wBnotQv" + ] + }, + { + "id": "openseek-4-2565180431d24d6fb922f2567be121e0", + "input": "['sob', 'D', 'j', 'q', 'G', 'gun', 'b', 'beget.', 'Y', 'well,', 'A', 'Y']", + "output": [ + "sobDjqGgunbbeget.Ywell,AY" + ] + }, + { + "id": "openseek-4-8dd96ab9f09d440ba5aa0acaefd4ad37", + "input": "['r', 'slain', 'k', 'H', 'boat', 'f', 'says', 'R']", + "output": [ + "rslainkHboatfsaysR" + ] + }, + { + "id": "openseek-4-56091fd7b1bb4aa2bb71b9b80955d7d6", + "input": "['y', 'in', 'e', 'cThe', 'j', 'then', 'V', 'along', 'e', 'e', 'n', 'z', 'the', 'b']", + "output": [ + "yinecThejthenValongeenztheb" + ] + }, + { + "id": "openseek-4-25e510979e7946b4a997843e797949b3", + "input": "['r', 'curving', 'b', 'War,', 'v']", + "output": [ + "rcurvingbWar,v" + ] + }, + { + "id": "openseek-4-8493ee2a40cf4e138c21cb8bd47d110c", + "input": "['somewhere;', 'b', 'd', 'E', 'Q', 'seemed', 'w']", + "output": [ + "somewhere;bdEQseemedw" + ] + }, + { + "id": "openseek-4-8b944272ee764ca883a169af205bbf9a", + "input": "['no', 'G', 'beholds', 'i']", + "output": [ + "noGbeholdsi" + ] + }, + { + "id": "openseek-4-41cd0111e3c84f479fb19382b2031322", + "input": "['H', 'O']", + "output": [ + "HO" + ] + }, + { + "id": "openseek-4-0afcf45e06264687a467820af000f338", + "input": "['canst', 'P', 'A', 'a']", + "output": [ + "canstPAa" + ] + }, + { + "id": "openseek-4-5d539ee944a3425fb3adf0de7c602e80", + "input": "['y', 'every', 'Q', 'C', 'of', 't', 'z', 'g', 'least', 'Y', 'x']", + "output": [ + "yeveryQCoftzgleastYx" + ] + }, + { + "id": "openseek-4-850c1056443c43fa9902e1e80fbb6269", + "input": "['C', 's', 'Y', 'bunch', 'X', 'Y']", + "output": [ + "CsYbunchXY" + ] + }, + { + "id": "openseek-4-d8a8017c1b484dd0a099c0ca43902244", + "input": "['motives,', 'i', 'o', 'thou', 'j', 'n', 'Now,', 'z', 'h', 'blubber', 't']", + "output": [ + "motives,iothoujnNow,zhblubbert" + ] + }, + { + "id": "openseek-4-cb654f3f9bc64008a6a0972165ab713a", + "input": "['s', 't', 'in', 'd', 'i', 'U', 'G']", + "output": [ + "stindiUG" + ] + }, + { + "id": "openseek-4-e4a0be2e42a346bd94db0046048d21db", + "input": "['z', 'D', 'C', 'hinted,', 'q', 'power', 'T']", + "output": [ + "zDChinted,qpowerT" + ] + }, + { + "id": "openseek-4-3978641fa8154ae996f0fc877d9af598", + "input": "['t', 'g', 'Y', 'N', 'r', 'into', 'i']", + "output": [ + "tgYNrintoi" + ] + }, + { + "id": "openseek-4-328d800dc9a041dfaabd3b35d5176cd6", + "input": "['WIDOW.', 'U', 'of', 'W', 's', 'he', 'H', 'j', 'I']", + "output": [ + "WIDOW.UofWsheHjI" + ] + }, + { + "id": "openseek-4-37cc4d0d55354f9788b5751fb5610f18", + "input": "['At', 'o', 'T', 'some', 'Q', 'Japanese', 'X', 'r', 'N', 'I', 'a', 'passed', 'v', 'q', 'm']", + "output": [ + "AtoTsomeQJapaneseXrNIapassedvqm" + ] + }, + { + "id": "openseek-4-ab296bfd244f45dbb55c72b670c99f38", + "input": "['V', 'a', 'X', 'R', 'year', 'G', 'L', 'F']", + "output": [ + "VaXRyearGLF" + ] + }, + { + "id": "openseek-4-530d7de0d8e942579a3c4f93b37dea90", + "input": "['may', 'o', 'frankly', 'Q', 'G', 'seamen', 'H', 'm', 'D', 'lesson', 'l', 'O', 't', 'the', 'E']", + "output": [ + "mayofranklyQGseamenHmDlessonlOttheE" + ] + }, + { + "id": "openseek-4-f92790b815fa4c12bcc3fac3214fa72e", + "input": "['j', 'Y', 'z', 'be', 'z']", + "output": [ + "jYzbez" + ] + }, + { + "id": "openseek-4-25f4ae095d0d4339941249748cf566f1", + "input": "['C', 'hair,', 'N', 'Y', 'In', 'w']", + "output": [ + "Chair,NYInw" + ] + }, + { + "id": "openseek-4-0f6758ee7fc64b9f969c2a3e8dd01ab1", + "input": "['R', 'the', 'x', 'by', 'b', 'd', 'j', 'D', 'of', 's']", + "output": [ + "RthexbybdjDofs" + ] + }, + { + "id": "openseek-4-2fc18b8a45114fb5b4578a496bd00469", + "input": "['see', 'B', 'o']", + "output": [ + "seeBo" + ] + }, + { + "id": "openseek-4-955ca7c7ae6843ab9154ff98c0462e3e", + "input": "['toil', 'H', 'C', 'him', 'L', 'turn', 'D', 'are', 'd', 'r', 'V', 'upon', 'I']", + "output": [ + "toilHChimLturnDaredrVuponI" + ] + }, + { + "id": "openseek-4-4018bcf56d45471da95d2f50e2e27390", + "input": "['N', 'aleak', 'd', 'though', 'v', 'a']", + "output": [ + "Naleakdthoughva" + ] + }, + { + "id": "openseek-4-748bab06898546a580f52c378f2da4af", + "input": "['heavy', 'R', 'at', 'g']", + "output": [ + "heavyRatg" + ] + }, + { + "id": "openseek-4-4cc0429d802d4c2a8d4f7cc105e64067", + "input": "['a', 'O']", + "output": [ + "aO" + ] + }, + { + "id": "openseek-4-971bd2d1e971474c9ff33ad45a5bbfdf", + "input": "['to', 'r', 'appearance', 'H', 'a', 'z']", + "output": [ + "torappearanceHaz" + ] + }, + { + "id": "openseek-4-ce149a3e1a0548c69045ebcd9c7a530a", + "input": "['a', 'Z', 'making', 'U', 'fingers,', 'q', 'J', 'I', 'N']", + "output": [ + "aZmakingUfingers,qJIN" + ] + }, + { + "id": "openseek-4-337b563e2eec478d87b526a85b458870", + "input": "['at', 'W', 'stepping,', 'C', 'e', 'C', 'Atlantic', 'd', 'fearlessly', 'B', 'O']", + "output": [ + "atWstepping,CeCAtlanticdfearlesslyBO" + ] + }, + { + "id": "openseek-4-c5575ccc5611488582fbafc0986491a5", + "input": "['though', 'I', 'p', 'have', 't', 'u', 'at', 'p', 'b']", + "output": [ + "thoughIphavetuatpb" + ] + }, + { + "id": "openseek-4-d9f35abfc23548e5ac3f1cd0e6a57e67", + "input": "['not', 'c', 'daft', 't', 'z', 'O', 'Ha!', 'x', 'f', 'P', 'The', 'G']", + "output": [ + "notcdafttzOHa!xfPTheG" + ] + }, + { + "id": "openseek-4-7a32ef467dbc4f7d9ff2dfc067f33e5f", + "input": "['t', 'must', 'f', 'E', 'of', 'm', 'be', 'T', 'c']", + "output": [ + "tmustfEofmbeTc" + ] + }, + { + "id": "openseek-4-78cd9dab79ab4975931ea1fc7f5ce202", + "input": "['excellent', 'i', 'could', 'Z', 'f', 'anti-scorbutic;', 'x', 'b', 'on', 'O', 'w']", + "output": [ + "excellenticouldZfanti-scorbutic;xbonOw" + ] + }, + { + "id": "openseek-4-97ca235dd84241bf8c77c960282eb1e4", + "input": "['a', 'G', 'sometimes', 'j']", + "output": [ + "aGsometimesj" + ] + }, + { + "id": "openseek-4-bf1a98e7956545c7a94153298c6bbf5a", + "input": "['once', 'Q', 'o', 'y', 'A', 'w', 'by', 'n', 'k', 'start', 'J']", + "output": [ + "onceQoyAwbynkstartJ" + ] + }, + { + "id": "openseek-4-8ff66a510d284568957cea7beae788ff", + "input": "['jaw', 'N', 'he', 'j', 'than', 'X', 'w']", + "output": [ + "jawNhejthanXw" + ] + }, + { + "id": "openseek-4-129c1e77e6b5419fa724ba76b8d7cd9f", + "input": "['t', 'is', 'w', 'for', 'h']", + "output": [ + "tiswforh" + ] + }, + { + "id": "openseek-4-741fef0eb69a495ca75bfcdd19122d0f", + "input": "['G', 'invocations', 'f', 'in', 'n', 'z', 'D', 'in', 'V', 'minutes', 'O']", + "output": [ + "GinvocationsfinnzDinVminutesO" + ] + }, + { + "id": "openseek-4-b6282af9644041498642cd7da9877b07", + "input": "['A', 'C', 'peculiarities', 'v', 'B', 'L', 'generally', 'O', 'ever', 't', 'original', 'v', 'd', 'd']", + "output": [ + "ACpeculiaritiesvBLgenerallyOevertoriginalvdd" + ] + }, + { + "id": "openseek-4-4ee2e87666be452fbfbb9d010dd05429", + "input": "['regular', 'g', 'allseemed', 'W', 'U']", + "output": [ + "regulargallseemedWU" + ] + }, + { + "id": "openseek-4-9a7edf4f156443d68324f35f4cc04492", + "input": "['Y', 'a', 'His', 'k', 'C', 'W', 'm', 'basis.', 'I', 'well,', 'g', 'R']", + "output": [ + "YaHiskCWmbasis.Iwell,gR" + ] + } + ], + "test_samples": [ + { + "id": "openseek-4-785d9cb1e1274411aafb19181ff05596", + "input": "['f', 'k', 'buttoned', 'e', 'are', 'f', 'I', 'as', 'W']" + }, + { + "id": "openseek-4-e7c70048eb09495a8c2275299c0ead6e", + "input": "['In', 'c', 't', 'F', 'R', 'was', 'M', 'f']" + }, + { + "id": "openseek-4-d490581d195e4ea8b953f50fd6e6d527", + "input": "['Y', 'can', 'y', 'L', 'circles', 'R', 'some', 'D', 'As', 'O', 'not,', 'L']" + }, + { + "id": "openseek-4-705dabf880e54d9fa00a127e782b5e32", + "input": "['tow', 'i', 'H', 'the', 'G']" + }, + { + "id": "openseek-4-76aa575f70044fc189ac3adbcee94e14", + "input": "['l', 'with', 'M', 'do,', 'G', 'in', 'Y', 'V']" + }, + { + "id": "openseek-4-ce635ccd758b4bd891e0f069917e75ca", + "input": "['I', 's']" + }, + { + "id": "openseek-4-86c89898529a4b12880511b719339b5f", + "input": "['I', 'M', 'y', 'Well', 'Q', 'V', 'u', 'barbaric', 'a', 'H', 'the', 'x', 'amplified,', 'G']" + }, + { + "id": "openseek-4-7fe26ba9be924a31a37cdeb9a24a709b", + "input": "['and', 'j', 'forenoon,', 'V', 'Z', 'V']" + }, + { + "id": "openseek-4-c6c764acb7af496eb8a882b451ae2d14", + "input": "['i', 'L', 'cabin-scuttle,4his', 'v', 'J', 'accuracy,', 'i']" + }, + { + "id": "openseek-4-d979e4025a234a7ba1e72f1413796fbe", + "input": "['might', 's', 'N', 'earth!', 'X']" + }, + { + "id": "openseek-4-8291ef9d2fd84570ad71a6372bdb4677", + "input": "['y', 'c', 'at', 'G', 'that', 'y', 'e', 'P', 'Z']" + }, + { + "id": "openseek-4-0b1b8e4b4db744f290c2dc628c879c05", + "input": "['j', 'd', 'p', 'i', 'colt', 'y', 'much', 'R']" + }, + { + "id": "openseek-4-da5b58b47d274cf3b9e7a18ebf8c6169", + "input": "['he', 'K', 'of', 'Z', 'better', 'p', 'lost', 'U', 'to', 'U', 'F', 'C', 'should', 'r']" + }, + { + "id": "openseek-4-149524f7bb164d4f9105917d1ddcd8aa", + "input": "['be', 'i', 'j']" + }, + { + "id": "openseek-4-b0a0e79d32a141a18d7b545841d34f76", + "input": "['Z', 'B', 'turning', 'A', 'and', 'S', 'x', 'midsummer.', 'g', 'o', 'H', 'relish', 'p', 'what', 'R']" + }, + { + "id": "openseek-4-e6eeef237de547cf8396d99430c05923", + "input": "['q', 'upon', 'x', 'u', 'of', 'f', 'in', 'p', 'and', 'k', 'is', 'V']" + }, + { + "id": "openseek-4-722944ad5cf94e008fc3fdf9ebdd5007", + "input": "['Q', 'k', 'George', 'p', 'o', 'l', 'i', 'n', 'numbed', 'L', 'T', 'o']" + }, + { + "id": "openseek-4-1aa0e4117fc04df685ef6b64a35c4137", + "input": "['s', 'x']" + }, + { + "id": "openseek-4-e195116dab654d5586a07ed759e7d8a9", + "input": "['of', 'a', 'it', 'L', 'O', 'the', 'V', 'the', 'w', 'over', 'w', 'the', 'x', 'Oh4', 'R']" + }, + { + "id": "openseek-4-ca1b419a3c224d449e8eb59a14034fd1", + "input": "['K', 'c', 'k', 'C', 'w', 'C', 'j', 'stuff,', 'y']" + }, + { + "id": "openseek-4-5917a2a6ca214f86b8de53016f1d5552", + "input": "['there', 'r', 'H', 'p', 'But', 'b', 's', 'u', 's', 'is', 'F', 'throbbing', 'g']" + }, + { + "id": "openseek-4-3eb73d33c6a04e5dbcb2921644907089", + "input": "['K', 'Q', 'B', 'r', 'here', 'r', 'p']" + }, + { + "id": "openseek-4-396d1f9d2ab9446e94a7b60882dc07f7", + "input": "['quietly', 'L', 'After', 'n', 'name', 'i', 'm', 'Or', 'w', 'F', 'To', 'y', 't', 'table', 'T']" + }, + { + "id": "openseek-4-3f0574ca2f4c493582a1b0f8d1f32798", + "input": "['I', 'O', 'volcanoes;', 'd', 'For', 'Q', 'R', 'if', 'V', 'n', 'O', 'O']" + }, + { + "id": "openseek-4-a586f58e204d401ca2621e999bba5533", + "input": "['only', 'I', 'laugh;', 'o', 'for', 'T', 'w', 'T', 'love', 'f']" + }, + { + "id": "openseek-4-d1741c3f619c49d4beb9da52b8368d74", + "input": "['Stubb,', 'b', 'w', 'is', 'r', 'r']" + }, + { + "id": "openseek-4-db1a20e651d34d5890688a67823cfc48", + "input": "['stars.', 'v', 'perilous', 'd', 'been', 'G', 'both', 'B', 'marvels', 'W', 'G', 'W', 'of', 'W', 'M', 'e']" + }, + { + "id": "openseek-4-1bf54355c37848fb8e42311263120e15", + "input": "['p', 'd', 'D', 'back', 'E', 'l', 't', 'no', 'l', 'C', 'h', 'I']" + }, + { + "id": "openseek-4-f2087d05dfe04102a1c88432a7a25709", + "input": "['I', 'Z', 'be', 'g', 't', 'he', 'm', 'T', 'whom', 'y', 'now', 'm']" + }, + { + "id": "openseek-4-7f9e3e2149664c518d0bca79f6c5983f", + "input": "['be', 'f', 'your', 'n', 'in', 'm', 'when', 'X', 'c', 'r']" + }, + { + "id": "openseek-4-9b5b0c43a68c439c9cb009d84729f845", + "input": "['t', 'u', 'Mr.', 'w', 'Z', '_you_', 'p', 'in', 'c', 'fact', 'i', 'is', 'z', 'O']" + }, + { + "id": "openseek-4-22f31153159442c4bb07b93ef3a7cda7", + "input": "['S', 'shore', 'Q']" + }, + { + "id": "openseek-4-244a28a022bf4c1fa726a0385506fce5", + "input": "['L', 'W', 'B', 'M']" + }, + { + "id": "openseek-4-2ec00b22206849dcad44fc0a327487a0", + "input": "['r', 'the', 'p', 'God.', 'I', 'the', 'u', 'H']" + }, + { + "id": "openseek-4-e138a7f5606b4ebf9136acfeea2a3a3c", + "input": "['I', 'I', 'Y', 't', 'E']" + }, + { + "id": "openseek-4-85346e0298e84dc3ba421e6dbe98ab75", + "input": "['g', 'good', 'w']" + }, + { + "id": "openseek-4-7d111ac1492c4343a5647b5486dc64ea", + "input": "['for', 'K', 'i', 't', 'steer', 'C', 'w', 'fishermen', 'Q', 'o']" + }, + { + "id": "openseek-4-dceb6f66bcfc4aa1a683e999049c2829", + "input": "['in', 'E', 'n', 'fire', 'W', 'D', 'g', 'the', 'J', 'h', 'k', 'z']" + }, + { + "id": "openseek-4-59303def48964de88aa02ab902c7011a", + "input": "['v', 'the', 'g', 'overshoes', 'p', 'action', 'q', 'a', 'M', 'w', 'N', 'the', 'L', 'little', 'h']" + }, + { + "id": "openseek-4-2696e6a1c43043538f158bf237dcea2a", + "input": "['bone;', 'Y', 't', 'Z', 'r', 'who', 'Q', 'X', 'Z', 'x']" + }, + { + "id": "openseek-4-3b9fd5a0cdd5440ca37615430e2853f3", + "input": "['A', 'e', 'forehead', 'f']" + }, + { + "id": "openseek-4-83a882c87d4047e59f4cb6227837b491", + "input": "['m', 'the', 'o', 'by', 'u', 'F', 'the', 'I', 'give', 'G', 'hands', 'U', 'L', 'cabin', 'K', 'be', 't']" + }, + { + "id": "openseek-4-8b8b22c6123c4123af2f86492d60bd68", + "input": "['so', 'F', 'S', 'E', 'was,', 's']" + }, + { + "id": "openseek-4-95d6d0e6cf4a48bc8758b79d4e58eae1", + "input": "['l', 'his', 'f', 'f', 'Whether', 't', 'Z', 'e', 'head.d', 'y']" + }, + { + "id": "openseek-4-9cff715524d246dd9581a60dee09b336", + "input": "['in', 'y', 'h', 'D']" + }, + { + "id": "openseek-4-130230ff34da42e7888560bb507b2701", + "input": "['s', 'P', 'circumstances,', 'X']" + }, + { + "id": "openseek-4-3e77f32000be44c2bc42ab63b98802da", + "input": "['K', 'c', 'j', 'killed', 'r', 'goes', 'C', 'b', 'u', 'of', 'H']" + }, + { + "id": "openseek-4-1db9d395529e44408331b54593be0ffd", + "input": "['G', 'of', 'J', 'm', 'h', 'of', 'g', 'c']" + }, + { + "id": "openseek-4-0486757cf65844c5b1a6df87cf6f942a", + "input": "['T', 'M', 'Z']" + }, + { + "id": "openseek-4-f71d380dde2e46e79e1f0cbb67bf8bbb", + "input": "['of', 'a', 'old', 'e', 'G', 'k', 'first', 'C', 'whale', 'J', 'air!', 'M', 'C', 'Y']" + }, + { + "id": "openseek-4-f857cb6b9c3a4e189b7c1e4ba7615ec8", + "input": "['than', 'j', 'of', 'l', 'one', 'C', 'X', 'just', 'J']" + }, + { + "id": "openseek-4-1db903b997164b3c83f8f74d10046843", + "input": "['x', 'remotest', 'W', 'S', 'boisterous', 'p', 'world', 'c', 'W', 'I', 'A']" + }, + { + "id": "openseek-4-24f40110ddb44951bfd4ae756a0116cb", + "input": "['with', 'j', 'Y', 'a', 'Q', 'X', 'did', 'l', 'of', 'M', 'X']" + }, + { + "id": "openseek-4-51020920c30948c2b6472b1654f2584d", + "input": "['all', 'I', 'forge', 'q', 'by', 'q', 'like', 'A', 'hundreds', 'k', 'through', 'o', 'x', 'wound', 'J']" + }, + { + "id": "openseek-4-d691f9d3b90b44c388f63b5341838c41", + "input": "['I', 'Z', 'one', 'k', 'W', 'as', 'T', 'X', 'ship', 'b', 'V']" + }, + { + "id": "openseek-4-2dfe946255884d4f82f2845b21ea6d19", + "input": "['C', 'exhaling', 'p']" + }, + { + "id": "openseek-4-e1e031edc9c14605b9a990434505a39d", + "input": "['rope,', 'x', 'to', 'E', 'this', 'B', 'would', 'j', 'P']" + }, + { + "id": "openseek-4-833faa49567849afb5386603f79a77ae", + "input": "['the', 'T', 'B', 'act', 'E', 'by', 's', 'q', 'R']" + }, + { + "id": "openseek-4-3804c908c2f34e5a9685b9f8059dd501", + "input": "['N', 'K', 'J', 'a', 'Y', 'y', 'H']" + }, + { + "id": "openseek-4-aa6744175eff4648b3f803ab76627deb", + "input": "['t', 'N', 'his', 'F', 'I', 'w', 'mustard-pot', 'u', 'T', 'to', 'c', 'F', 'H']" + }, + { + "id": "openseek-4-7f7195b2ab144f59b40db76bf2e1d1b7", + "input": "['H', 'f', 'orders.', 'r', 'the', 'K']" + }, + { + "id": "openseek-4-2c214107a296433f90044af3bb8c16fe", + "input": "['w', 'a', 'table', 'L', 'his', 'e', 'thousand', 'V', 'K']" + }, + { + "id": "openseek-4-d69e98730b134dc4ab285c7b4e042a8c", + "input": "['in', 'G', 'V', 'voice,', 'U', 'with', 'm', 'A']" + }, + { + "id": "openseek-4-adff73dd865f406cad3c97c838f1cdde", + "input": "['qualified', 'x', 'W', 'W', 'mistifying', 'z', 'O', 'doubt', 'a', 'H', 'l', 'U']" + }, + { + "id": "openseek-4-fc6839bfaabc4e238aeb09449fb4137f", + "input": "['baboon.d', 'W', 'Stubb', 'O']" + }, + { + "id": "openseek-4-c303ae5fc0c44e21bc2c18df95bbf4f2", + "input": "['forward-slanting', 'z', 'show', 'L', 'h', 'an', 'H', 'R', 'Queequeg', 'O', 's', 'G']" + }, + { + "id": "openseek-4-1c1c736906b94a16ac7eb6ef79f767b8", + "input": "['r', 'with', 'E']" + }, + { + "id": "openseek-4-d85185db84204c048ebd608ade38cfc0", + "input": "['W', 'h', 'J.', 'A', 'sulk', 'F', 'P', 'with', 't', 'B', 'Q', 'of', 'f', 'r']" + }, + { + "id": "openseek-4-ce94982831a943049307c6f72921972b", + "input": "['her', 'y', 'm', 'among', 'b', 'as', 'Z', 'and', 'f', 'Y', 'though', 's']" + }, + { + "id": "openseek-4-bb70c355e9a24ffb9162384f1356906f", + "input": "['j', 'j', 'the', 'E', 'idea', 'Y', 'or', 'b']" + }, + { + "id": "openseek-4-fcf650da57b1428a8c5bea95269472e9", + "input": "['elbowed', 'j', 'X', 'with', 'n', 'for', 'J', 'harpoon-line', 'V', 'n', 'crushed.', 'm']" + }, + { + "id": "openseek-4-798c1b30297f41f084daed9b41a53c43", + "input": "['tarred', 'D', 'and', 'H', 'h', 'eyeing', 'W', 'up', 'k', 'C', 'by', 'z', 'x', 'a', 'p', 'g']" + }, + { + "id": "openseek-4-9e23d6e4d3fc40da9d3949f6ed090048", + "input": "['I', 'D', 'R', 'dis', 'e', 'i', 'D', 'cabin', 'e', 'ills,', 'L', 'g', 'M']" + }, + { + "id": "openseek-4-4c81f98f096d4fb6836264bfeeae4543", + "input": "['e', 'unless', 'l', 'He', 'Z', 'nameless', 'n', 'y', 'of', 'v']" + }, + { + "id": "openseek-4-6cf1bf2b1abf4971959233f7f27776a9", + "input": "['X', 'f', 'I9ll', 'p', 'c', 'F', 'R', 'e', 'y']" + }, + { + "id": "openseek-4-da00f09dc67a4f57aa7eda91deb290e2", + "input": "['that', 'l', 'by', 'V', 't', 'the', 'r', 'u', 'if', 'P', 'in', 'D', 'the', 'k']" + }, + { + "id": "openseek-4-4cfdd15419cb4c64ae30be8f67498562", + "input": "['a', 'C', 'a', 'chap', 'r', 'H', 'a', 'E', 'blended', 'a']" + }, + { + "id": "openseek-4-db1f49f3612341b1a0b2f47eac2c1d9a", + "input": "['O', 'D', 'age', 'M', 'to', 'C', 'u', 'long', 'u', 'f']" + }, + { + "id": "openseek-4-63fa60b36abe415c9a3a85b3b8f30c2a", + "input": "['of', 't', 'N', 'l', 'F', 'x', 'a', 'voyage,', 'E', 'a', 'x', 'being', 'o', 'r']" + }, + { + "id": "openseek-4-417d94d3775c441693f9a6904b8593f7", + "input": "['w', 'r', 'this', 'a']" + }, + { + "id": "openseek-4-aa10c24765094fd38b97a93c43e3b9dd", + "input": "['mark,', 'Q', 'some', 'G', 'where', 'F', 'canonic', 'o', 'Z', 'V', 'v', 'once', 'a', 'of', 'E', 'k']" + }, + { + "id": "openseek-4-6356e4110ba74cd69554b3f5562ec02f", + "input": "['drowning', 'a', 'stamp', 'o', 'P']" + }, + { + "id": "openseek-4-c430b036699c4c12a80c880d3287fffa", + "input": "['I', 'L', 'of', 'I', 'E', 'a', 'C', 'o', 'he', 'y']" + }, + { + "id": "openseek-4-c6448e19f7624de3b9dae617ccf3249b", + "input": "['ponderous', 'r', 'and', 'l', 'corpse.', 'W', 'in', 'B', 'M', 'H', 'with', 'S', 'X']" + }, + { + "id": "openseek-4-91d8991bf23a47469d1c6c316f3586a3", + "input": "['U', 'never', 'U', 'intense', 'V', 'known', 'G', 'barrels', 'J']" + }, + { + "id": "openseek-4-873444bdf9d6468db3b6968e99f253f2", + "input": "['flame', 'I', 'Kee-hee!d', 'g', 'p']" + }, + { + "id": "openseek-4-9c22f60becfb4c8d8809b246ccb7be7b", + "input": "['s', 'two', 'W', 'boat', 'Z', 'is', 'R', 'smoked', 'M', 'windward;', 'R', 'chocks4dropped', 'w']" + }, + { + "id": "openseek-4-3ad9de4581b544e98f955f34366e13f7", + "input": "['he', 'C', 'hull,', 'm', 'C', 'in', 'n', 'First', 'P', 's', 'us', 'l', 'thing', 'T', 'the', 'q']" + }, + { + "id": "openseek-4-eb8daaaef5d04a10b21e8d385623e59c", + "input": "['hush,', 'W', 'B', 'be', 'N', 'v']" + }, + { + "id": "openseek-4-1749e9636eb64640934fd2e12c057890", + "input": "['a', 'X', 'i', 'Prodromus', 'w', 'H']" + }, + { + "id": "openseek-4-c54ebce49c5f4b60acdb6aa5010eb12d", + "input": "['old', 'l', 'v', 'd', 'Y', 'to', 'H', 'f', 'should', 's', 'the', 'b', 'N', 'Z']" + }, + { + "id": "openseek-4-409656b3dc2b45a3aee080b971397c64", + "input": "['tho.9d', 'x', 'in', 'C', 'u', 'seen', 'z', 'into', 'k', 'T', 'and', 'p', 'u']" + }, + { + "id": "openseek-4-413fcc2a2b3a44eba630c8f840ccbdf7", + "input": "['J', 'm', 'a', 'm', 'f', 'n', 'for', 'G', 'has', 'r']" + }, + { + "id": "openseek-4-a29a7cd33d7e48ca9c433a8cf0450151", + "input": "['U', 'B', 'f', 'hum', 'f', 's', 'no', 'p', 'U', 'conceit,', 'I', 'I', 'x']" + }, + { + "id": "openseek-4-a69d03c5af2e4d7fad76579d31e3c25f", + "input": "['t', 'might', 'W', 'x', 'z']" + }, + { + "id": "openseek-4-37c8cb7e380641738ddd9bd4bf214a48", + "input": "['wilderness', 'e', 's', 'eating', 'Y', 'Y', 'x', 'O', 'N', 'of', 'L', 'p']" + }, + { + "id": "openseek-4-93972222696a48c791921627ef23165e", + "input": "['third', 'e', 'r', 'W', 'According', 'O', 'whale', 'D', 'a', 'them', 'W', 'all', 's', 'I', 'l']" + }, + { + "id": "openseek-4-49d1b62ca19942b5890f0eca9dee6c1d", + "input": "['and', 'L', 'a', 'w', 'advance', 'j']" + }, + { + "id": "openseek-4-2029404f4af54686bc08fc9e3db67970", + "input": "['waving', 'b', 'the', 'p', 'D', 'i', 'g', 'And', 'O', 'K', 'T', 'O']" + }, + { + "id": "openseek-4-a0ceb2bb562446a197e87536db9f659a", + "input": "['J', 'e']" + }, + { + "id": "openseek-4-872977ec58524dc0ac28194ce4a970d5", + "input": "['o', 'in', 'U', 'time', 'c']" + }, + { + "id": "openseek-4-38719984fac146a28e4a0989a23f09be", + "input": "['entirely', 'D', 'A', 'j', 'p', 'A']" + }, + { + "id": "openseek-4-925e65e97c1a46ab8bccb91f55d4b4be", + "input": "['I', 'P', 'forehead', 'w', 'v']" + }, + { + "id": "openseek-4-aa9ad58d86c34f76a266e00c8e4d66b7", + "input": "['them', 'D', 'z', 'V', 'm', 'survived', 'I', 'Q', 'latch-key', 'a', 'twenty', 'P']" + }, + { + "id": "openseek-4-8aac79da67e4466bbcb2bda8dcef7a31", + "input": "['escape', 'U', 'B', 'S']" + }, + { + "id": "openseek-4-23c370e081a64c7a8f9036800a46f2af", + "input": "['minutes,', 'z', 'z', 'U', 'with', 'j', 'D', 'for', 'J', 'inexplicable.', 'E', 'N', 'the', 't', 'z']" + }, + { + "id": "openseek-4-2e9eaf1183c344beae16985a6f0c0783", + "input": "['R', 'by', 'v', 'whistlingly', 'I', 'And', 'm', 'A', 'H', 'a', 'P']" + }, + { + "id": "openseek-4-47efa2c489de4be185b8f4a84ddb3f65", + "input": "['t', 'the', 'm', 'though', 'i', 'had', 'E', 'a', 'q', 'm', 'o', 'w', 'from', 'L']" + }, + { + "id": "openseek-4-9f41effb2e85406fa55760d4a76b7aa2", + "input": "['X', 'a', 'n', 'nearest', 'Q', 'N']" + }, + { + "id": "openseek-4-f6dc9c35ec3d410e99ab21ce8e3848f2", + "input": "['much', 'L', 'tall', 'B', 'I', 'Q', 'd', 'rolling', 'B', 'horseback,', 'd', 'L', 'Now,', 'a', 'the', 'x']" + }, + { + "id": "openseek-4-a67da8e6e55647e6bd353661d09429a6", + "input": "['dripping', 'I', 'R', 'Y', 'cut', 'Y', 'between,', 'Z', 'M', 'i', 'e']" + }, + { + "id": "openseek-4-47eec210ca0e46ccbb9b0bf32d72bdc9", + "input": "['Stubb9s', 'I', 'k']" + }, + { + "id": "openseek-4-2d62b795a2c04332a2763b86e855d406", + "input": "['replied4cnothing', 'h', 'p', 't', 'may', 'k']" + }, + { + "id": "openseek-4-4a0f569a88454f178d82527d3a0c89d4", + "input": "['u', 'I', 'removed', 'm', 'and', 'n', 'of', 'p', 'Z', 'M', 'are', 'A', 'n', 'W']" + }, + { + "id": "openseek-4-32f5c947bf614fe7aa628adc075bf774", + "input": "['as', 't', 'spiracle', 'l', 'say,4Oh!', 'n', 'darts,', 'D', 'w', 'the', 'P', 'reason', 'Z', 'few', 'S', 'H']" + }, + { + "id": "openseek-4-46c67849780d48a6a30811b50a426515", + "input": "['H', 's', 'the', 'A', 'chapter;', 'S', 'on', 't', 'the', 'I', 'line-tubs,', 'K', 'N', 'to', 'R', 'then', 'p']" + }, + { + "id": "openseek-4-1ebf2e946bc94613bf5279d41199c1cd", + "input": "['America,', 'j', 'o']" + }, + { + "id": "openseek-4-3ad2770628844640a4bf02250c5ef11d", + "input": "['the', 'H', 'd']" + }, + { + "id": "openseek-4-7b7d2d5db8c94c7cad16b20505377767", + "input": "['z', 'V', 'o', 'k', 'z', 'in', 'j', 'not', 'R', 'N']" + }, + { + "id": "openseek-4-b2da83eb83704bac963f0ffea57d6839", + "input": "['i', 'along', 'L', 'gnomon-like', 'n', 'w', 'r', 'T', 'vicinity.', 'r', 'each', 'J', 'who', 'P']" + }, + { + "id": "openseek-4-c818c49e83cd4d5cbbec2a29f2697e55", + "input": "['repels', 's', 'this', 'k', 'D', 'b', 'r', 'to', 'S', 'd']" + }, + { + "id": "openseek-4-c1590d42a47f4cd5884dcc9418010d73", + "input": "['A', 'j', 'a', 'o', 'D', 'F']" + }, + { + "id": "openseek-4-cb3415c092cd4dad9bc2a8be0f50aaf9", + "input": "['d', 'that', 'b', 'tail,', 'H', 'C', 'R', 'and', 'V', 'quietly', 'b', 'answered', 'Q', 'geological', 'H']" + }, + { + "id": "openseek-4-35a551ab63f540eda50ba23cdf04d0f8", + "input": "['N', 'a', 'W', 'c']" + }, + { + "id": "openseek-4-f52694a6d2f246d6b9f12530724520a6", + "input": "['z', 'L', 'doctors,', 'Y']" + }, + { + "id": "openseek-4-300f3c7b68e5447f9c3a482fe05eede1", + "input": "['h', 'n', 'Z', 'take', 'M', 'm', 'But', 'N']" + }, + { + "id": "openseek-4-650e0ade9bca45b5b58bee34b5e4d8b1", + "input": "['H', 'by!', 'x', 'fellow,', 'v', 'Z', 'n', 'beef;', 'U']" + }, + { + "id": "openseek-4-38f786fa856241ae8bc9c98dad6f3c70", + "input": "['Q', 'something', 'l', 'the', 'Z', 'A', 'T', 'particular', 'K']" + }, + { + "id": "openseek-4-5303b466ab2d4cd7bb7fc979df526db5", + "input": "['H', 'n', 'go', 'U', 'been', 'F', 'comrades,', 'R', 'K', 'e', 'b']" + }, + { + "id": "openseek-4-c4498728d649469f9cd3ea84510d586b", + "input": "['of', 'R', 'splinter.', 'o', 'before', 'T', 'b', 'in', 'r', 'and', 'i', 'y']" + }, + { + "id": "openseek-4-e46d2aab4aaf4069915714ad26e7c1b1", + "input": "['cAye,', 'v', 'calmly', 'h', 'd', 'magician9s', 'w', 'work.', 'f', 'f', 'h', 'shivering', 'r', 'M', 'n']" + }, + { + "id": "openseek-4-a5266b9867464375809f54f5379310c3", + "input": "['stood', 'k', 'x', 'ideas', 'k']" + }, + { + "id": "openseek-4-9c1cda8a4e6d47eb966e12cdb85c7df5", + "input": "['h', 'of', 'i', 'even', 't', 's', 'knightly', 'h', 'thick-lipped', 'I', 'so', 'W', 'W', 'uncommon', 'Z', 'B']" + }, + { + "id": "openseek-4-5da16e769876477592e198ad7c0ab64b", + "input": "['W', 'N']" + }, + { + "id": "openseek-4-e44265e377d54b60867756966fb2384e", + "input": "['k', 'F']" + }, + { + "id": "openseek-4-9c900bdf3a5743fc8b3c88f46f353697", + "input": "['D', 'of', 'H']" + }, + { + "id": "openseek-4-6522490adfb24a97944ef0eb255655e4", + "input": "['f', 'after', 'd', 'A', 'I', 'deck', 'u', 'them.', 'F', 'sum', 'Q', 'W', 'I', 'D']" + }, + { + "id": "openseek-4-6ed2817b81d44fdd89cafc514f2b993a", + "input": "['little', 'a', 'one9s', 'A', 'horse', 'w', 'he', 'e', 'f', 'u', 'the', 'q', 'own', 'i', 'not', 'I', 'Bonapartes', 'J']" + }, + { + "id": "openseek-4-612452f6e50f4e148020f33c942e252d", + "input": "['G', 'and', 'U', 'Y', 'of', 'E', 'E']" + }, + { + "id": "openseek-4-60b86efe13664a66ad0b61361197ad3b", + "input": "['pork', 'u', 'z', 'V', 'V', 'the', 'u', 'I', 'n', 'the', 'z']" + }, + { + "id": "openseek-4-ec36c52bd9ee44c4afa42c5b9e2e4cfc", + "input": "['l', 'wouldst', 'W', 'q', 'got', 'f']" + }, + { + "id": "openseek-4-de8269e3d75446be8bfd164b8f8c8ed2", + "input": "['who', 'F', 'r']" + }, + { + "id": "openseek-4-4d9966f016fa4ecd985c6c0bf1bbac8b", + "input": "['v', 'Z', 'F', 'E', 'l', 'and', 'v']" + }, + { + "id": "openseek-4-2a49613b719943fdbe00258061141608", + "input": "['stair-like', 't', 'historical', 'p', 'G', 'B', 'But', 'N', 'a', 'm', 'h', 'a', 'm', 'anoint', 'O']" + }, + { + "id": "openseek-4-bab318c356ba449db8ba0b72525b8bbc", + "input": "['it?d', 'z', 'p']" + }, + { + "id": "openseek-4-abb5f362bd544af8b8db51b0490f7f30", + "input": "['t', 'by', 'E', 'X']" + }, + { + "id": "openseek-4-7e25f99cf6c142fcb8b72ba9e99b9573", + "input": "['the', 'G', 'Missouri,', 'H']" + }, + { + "id": "openseek-4-b19f46e1265e44c3a98b5297cffbafe7", + "input": "['a', 'S', 'X', 'three', 'H', 'I', 'w']" + }, + { + "id": "openseek-4-dd343f3136f64538a0a5e0eb333979f5", + "input": "['other', 'k', 'y', 'J', 'O']" + }, + { + "id": "openseek-4-4f21e636e34e44febd5277fe14321e1d", + "input": "['S', 'be', 'I', 'not', 'V', 'as', 'O', 'm', 'forth', 'A', 'what9s', 'b', 'q', 'then,', 'B']" + }, + { + "id": "openseek-4-3b1491b1b02a42b282907ec64af18e47", + "input": "['l', 'doing', 'F', 'the', 'I', 'a', 'L', 'i']" + }, + { + "id": "openseek-4-99d81b57e7f74635b4ff0011f9133e03", + "input": "['y', 'h', 'the', 'H', 'O', 'but', 't', 'boats', 'S', 'z', 'Was', 'o']" + }, + { + "id": "openseek-4-c737a64dc8c249cd9cce4209981c9698", + "input": "['find', 'z', 'T', 'as', 'y', 'v', 'slowly', 'I', 'lowering,', 'O', 'N']" + }, + { + "id": "openseek-4-ea92812288b64a1a93500b64523dba3b", + "input": "['G', 'N']" + }, + { + "id": "openseek-4-92a3a7d70bc743678367251c54a80988", + "input": "['L', 'u', 'h', 'j']" + }, + { + "id": "openseek-4-acb2a25e6bec432d89e36cf84c1894e8", + "input": "['X', 'eleven', 'i', 'alarm,', 'd', 'F', 'H', 'fine', 'U']" + }, + { + "id": "openseek-4-1161f9ad80d34da6b724199eaeb3f23f", + "input": "['that', 'M', 'n', 'w', 'godly', 'K']" + }, + { + "id": "openseek-4-b0fe231b3e6b45379248741117c5a634", + "input": "['x', 'd', 'u', 'mean,', 'E', 'M', 'e', 'E', 'z', 'But', 'a', 'speak4one', 'K']" + }, + { + "id": "openseek-4-168a675c71e941cea8e6c1f13f0439eb", + "input": "['seem', 'E', 'what?d', 'J', 'I', 'O']" + }, + { + "id": "openseek-4-1206cb0c34fa4c4c8486390e6b3d24ce", + "input": "['K', 'O', 'something', 'h', 'of', 'K', 'U', 'c']" + }, + { + "id": "openseek-4-0bcf728f7ac54babbac5f2e568ee1c49", + "input": "['it.', 'S', 'he', 'o', 'ladder', 'z']" + }, + { + "id": "openseek-4-9d6423340e7b40e6b6b3483336b0a0d7", + "input": "['It', 'q', 'P', 'R', 'the', 'V']" + }, + { + "id": "openseek-4-3e6334cc334a49bd87570a35e475f373", + "input": "['p', 'just', 'O', 'L', 'v', 'c', 'o', 'ribs,', 'L']" + }, + { + "id": "openseek-4-6abc868fcdbc439498f4b0bc6bef19fc", + "input": "['A', 'Z', 'N', 'M', 'S', 'a', 'u']" + }, + { + "id": "openseek-4-fcfe8e1439014cf381ff9c5639234db2", + "input": "['e', 'behind,', 'x', 'c', 'down', 'R', 'the', 'b', 'I', 'u']" + }, + { + "id": "openseek-4-afb4b24b132f47c39b38b55b2d228315", + "input": "['priest', 't', 'say', 'u', 'A', 'pull', 'M', 'q', 'with', 'C', 'a', 'H']" + }, + { + "id": "openseek-4-add4d28cdbd24f4fbd25032b805aae84", + "input": "['v', 'r']" + }, + { + "id": "openseek-4-f8ab236a2cb04dc7bfd393c67eca56d7", + "input": "['o', 'ship9s', 'r', 'carry', 'H', 'D', 'm', 'r', 'w']" + }, + { + "id": "openseek-4-404078ee17c7437790e48e2b255ec21b", + "input": "['known', 'd', 'says,', 'I', 'of', 'B', 'perils', 'O', 'and', 'h', 'the', 'q']" + }, + { + "id": "openseek-4-9e5ead747bb644529bddf6123e41c362", + "input": "['made', 'V', 'M', 'and', 'q', 'by;', 'J', 'sake,', 'Q', 'he', 'Z', 'barbs', 'l', 'For', 'H', 'barbs.', 'Z', 'N']" + }, + { + "id": "openseek-4-5ca9737e6bad4366ac4595e29b2b20b8", + "input": "['o', 'd', 'all', 'v', 'Long', 'z', 'said', 'R', 'your', 'a', 'wasted.', 'n', 'this', 'T', 'z', 'd']" + }, + { + "id": "openseek-4-7f0c9c82b1e34ebbb800396243fbe036", + "input": "['the', 'x', 'o', 'T', 'live', 'N']" + }, + { + "id": "openseek-4-4e2e5fa21b6a4caf8131513f16b63ad5", + "input": "['sweethearts', 'w', 'k', 'would', 't', 'brief', 'J', 'made', 'y', 'himself', 'r']" + }, + { + "id": "openseek-4-170f1322f46349838e57a74b85b6d38e", + "input": "['w', 'L', 'v', 'upwards', 'e', 'inform', 'r', 'about', 'j', 'not', 't']" + }, + { + "id": "openseek-4-34da81fc985d4913bff36eb7397cb698", + "input": "['cheek', 'x', 'z', 'of', 'z', 'g', 'it', 'I', 'tendency', 'E', 'tooth,', 'v', 'the', 'S']" + }, + { + "id": "openseek-4-935125b1ea654c2aae99454ef9512c35", + "input": "['Russian', 'K', 'g', 'the', 'h', 'l', 'in', 'A', 'd']" + }, + { + "id": "openseek-4-6ae563a7bdc54216be80a1d6f9c385f0", + "input": "['with', 'n', 'H', 'K', 'G', 'contrary,', 't', 'I', 'and', 'B', 'C', 'D']" + }, + { + "id": "openseek-4-2069dec3ad744c32aeecae4d0591fd85", + "input": "['lightness', 'd', 'C', 'poor', 'a']" + }, + { + "id": "openseek-4-599efcda6bde4d4c9514aea11cd4462a", + "input": "['of', 'Y', 'a', 'P', 'Q', 'Q', 'the', 'G', 'the', 'b']" + }, + { + "id": "openseek-4-7152d5add4b44855a1d3366bea0243f4", + "input": "['b', 'm', 'his', 'b', 's', 'Y', 'whale-ships,', 'z', 'b', 'enough', 'o']" + }, + { + "id": "openseek-4-278273c04df6483689ae58a901bf62b5", + "input": "['K', 'b', 'fall', 'V', 'sum', 'P', 'comprehend', 'G']" + }, + { + "id": "openseek-4-f5f96f284b5d4cdaa70388a5326a576f", + "input": "['O', 'jar', 'Z', 'were', 'g', 'you', 'i', 'r']" + }, + { + "id": "openseek-4-273faf17bcc248d099270b2ebd687f23", + "input": "['D', 'intervals', 'L', 'while', 'o']" + }, + { + "id": "openseek-4-6d6a90397195433a97e8ced04a58c164", + "input": "['it', 'h', 'its', 'Z', 'ask', 'X', 'his', 'v', 'l', 'E']" + }, + { + "id": "openseek-4-288f8d3b542348108f91903970509202", + "input": "['so', 'c', 'havens', 'R', 'E', 'dignity', 'w', 'after', 'h', 'd', 'I', 'N', 'i']" + }, + { + "id": "openseek-4-2ec9a115227a45d89138a07b122991ea", + "input": "['rejoice', 'c', 'and', 'X', 'for', 'r', 'g', 'us', 'I']" + }, + { + "id": "openseek-4-dd28c8a66bae483db08bdd678f66da9d", + "input": "['N', 'notwithstanding', 'm', 'these', 'Z', 'like', 't', 'the', 'l', 'waterspout', 's']" + }, + { + "id": "openseek-4-b3fc2cea40dd4009a6e0cd197436222a", + "input": "['z', 'j', 'b', 'm', 'moved', 'o', 'B']" + }, + { + "id": "openseek-4-a983ed2820f74961b8a59df9a9117dd4", + "input": "['with', 'o', 'for', 'J', 'S', 'all', 'S', 'i', 'T']" + }, + { + "id": "openseek-4-f5884085023b4ca694c538ac60da15d4", + "input": "['q', 'welcome', 'V', 'over', 'd', 'u', 'would', 'v']" + }, + { + "id": "openseek-4-f6c6e06e009d40818a6701994c59a29f", + "input": "['is', 'm', 'A', 'r', 'an', 'D', 'is', 'U']" + }, + { + "id": "openseek-4-92f118dd7c4d44d28b2bc30131827039", + "input": "['and', 'E', 'round', 'k', 'S', 'the', 'B', 'y', 'z']" + }, + { + "id": "openseek-4-fc891f4b710f41909b903039106ba3c8", + "input": "['we', 'S', 'one', 'r', 'at', 'z', 'terrible', 'd', 'F', 'to', 't', 'B']" + }, + { + "id": "openseek-4-86d20a69601449d4a4dadb6ab523318c", + "input": "['p', 'B', 'G', 'W', 'lightly', 'v', 'down!4Mr.', 'C', 'C']" + }, + { + "id": "openseek-4-23b9fd64f4e4493bbd19d2a6bf28812c", + "input": "['P', 'that', 'f', 'u', 'of', 'j', 'O', 'K', 'was', 'I']" + }, + { + "id": "openseek-4-caf8c0265791471d8eb34a9065a32566", + "input": "['Y', 'f', 'as', 'p', 'not', 'l', 'old', 'E', 'I']" + }, + { + "id": "openseek-4-b9c57e8c6fc944eb92e589068940220c", + "input": "['come', 'u', 'yourself', 'R', 'Yankees', 'i', 'as', 'a', 'S', 'with.', 'J', 'warfare;', 'c', 'f', 'k', 'receiving', 'j']" + }, + { + "id": "openseek-4-d90726204fd04e60aab9913ebf40b90d", + "input": "['render', 'V', 'any', 'P', 'L', 'g', 't', 'F', 'one;', 'D']" + }, + { + "id": "openseek-4-aca4fe6b92a64166b7021f3ac5016b54", + "input": "['mankind', 'E', 'with', 'R']" + }, + { + "id": "openseek-4-e3d75b6a91f5491c97ad73b0d0552531", + "input": "['o', 'V', 'him,', 'l', 'r', 'g']" + }, + { + "id": "openseek-4-5da5578ed56a45b3846b53f1f808f961", + "input": "['what', 'g', 'gone', 'e']" + }, + { + "id": "openseek-4-e74b96ee94aa46dfa02fee613c1aa67c", + "input": "['x', 'can9t', 'L']" + }, + { + "id": "openseek-4-40d8582d24e94a2b90fbc8ba59c987db", + "input": "['L', 'e', 'call', 'o', 'of', 'v', 'f', 'f', 'the', 'A', 'fragrant,', 'i']" + }, + { + "id": "openseek-4-2ffbbbcfc8fd42f08b50013e300cc9d6", + "input": "['seat.', 'O', 'in', 'w', 'D', 'G', 'The', 'A', 'humiliation,', 'f', 'C', 'as', 'j', 'p']" + }, + { + "id": "openseek-4-46f628aa447340438f65d3607ccf77be", + "input": "['historical', 'X', 'no', 'f', 'where', 'F', 'waves', 'x', 'tandem,', 'M']" + }, + { + "id": "openseek-4-8629d7a674ae40af9949ba5c4d228915", + "input": "['O', 'O', 'y', 'of', 'h', 'of', 'L']" + }, + { + "id": "openseek-4-2d16918983384a9ca327370b58415ece", + "input": "['and', 'y', 'is', 'N', 'r', 's', 'boat;', 'E', 'think;', 'A']" + }, + { + "id": "openseek-4-b240e3204ce149d1b3d16ef99de69b34", + "input": "['said?', 'v', 'clean.', 'i', 'warm,', 'J', 'J', 'q', 'Ahab,', 'T', 'a', 'k', 'on', 'F', 'Q']" + }, + { + "id": "openseek-4-5f9bdef45c9943bea8c36538b68daa8f", + "input": "['O', 'rolled', 'c']" + }, + { + "id": "openseek-4-e312af1dfd5842eebc3194f5b16773ef", + "input": "['forecastle,', 'K', 'fully', 'J', 'b', 'the', 'o', 'had', 's']" + }, + { + "id": "openseek-4-fae3c7dde9cc47a0a51bc46c08a04cda", + "input": "['O', 'for', 'r', 'buried', 'E', 'f', 'emblematical', 'z', 'f', 'C', 'c', 'larger', 'n', 'of', 'U']" + }, + { + "id": "openseek-4-7b3c34fe78e747b3a547ece1e3b3b233", + "input": "['very', 'd', 'people', 'L', 'sideways', 'I', 'by', 'U', 'x', 'O', 'At', 'M']" + }, + { + "id": "openseek-4-affe6ccd3a034143bd410a8a45d0a54b", + "input": "['L', 'Z']" + }, + { + "id": "openseek-4-f70a5e36cf974f778646ff3104143790", + "input": "['le', 'x', 'that', 'q', 'made.', 'k']" + }, + { + "id": "openseek-4-282141e204ad4b5d9cfcb6237ba7915c", + "input": "['dark', 'K', 'p', 'a', 'q', 'a']" + }, + { + "id": "openseek-4-27abe7f622694056896f39427030df37", + "input": "['A', 'J', 'c', 'M', 'A', 'T', 'have', 'v', 'i']" + }, + { + "id": "openseek-4-cb0fab86890843748caf9faa8faeda44", + "input": "['g', 'r', 't', 'one', 'f', 'a']" + }, + { + "id": "openseek-4-7dd0f78477f84c84a7bdfe3896cceb0d", + "input": "['a', 'm', 'A', 'r', 'ye', 'X', 'a', 's']" + }, + { + "id": "openseek-4-987d41005be74999ae6a4cfd4a30a043", + "input": "['s', 'the', 'M', 'c', 'disaster', 'R', 'a', 'from', 'i', 'they', 'M', 'more', 'c']" + }, + { + "id": "openseek-4-e0fd93a796b04af783a40a9b317fe4bb", + "input": "['volume;', 'f', 'the', 'Y', 'P', 'u', 'day', 'S', 'T', 'r']" + }, + { + "id": "openseek-4-467a959ce84b47a58c8febf12caa4692", + "input": "['great', 'd', 'her', 'S', 'q', 'r', 'U', 'u', 'to', 's', 'o', 'X', 'commanded', 'S']" + }, + { + "id": "openseek-4-37c03d72eb344678a5ad2f1ea589ae97", + "input": "['inlayings', 'F', 'time);', 'J', 'p', 'again,', 'O', 'not', 'c', 'y', 'Mordecai,', 'y', 'his', 't']" + }, + { + "id": "openseek-4-631069a5f17b4cea80ef8cfa16d8dea9", + "input": "['instead', 'B', 'upon', 'z', 'the', 'k', 'X', 'not', 'c', 'C', 'f', 'Ahab', 'V', 'old', 'w', 'he', 'S']" + }, + { + "id": "openseek-4-4ba24b00be4f483a92b0d051d65f7011", + "input": "['having', 'G', 'and', 'U']" + }, + { + "id": "openseek-4-9bb79b356d0640bc83513ca835e5b979", + "input": "['v', 'men,', 'R', 'nobody9s', 'S']" + }, + { + "id": "openseek-4-e27521b46b5d49ad90c555eacb1c46c1", + "input": "['F', 'do', 'p']" + }, + { + "id": "openseek-4-a1ced2710bca42d38f6c9065d13a2140", + "input": "['B', 'time', 'J']" + }, + { + "id": "openseek-4-18c50d8a973849b999fee873ca4c0b21", + "input": "['perhaps,', 'n', 'aye,', 'e']" + }, + { + "id": "openseek-4-3cfe82a648f4454dbf3a2c730e65421c", + "input": "['q', 'U', 'sky', 'J', 'O', 'but', 'F', 'up', 'l', 'thanked', 'U', 'my', 'L', 'p']" + }, + { + "id": "openseek-4-a578b749736142a5a69f13b1701266d5", + "input": "['Jonah!', 'X', 'Q', 'the', 'e', 'r']" + }, + { + "id": "openseek-4-6b7afe2d2b194665aad6ab0a032cd3cf", + "input": "['B', 'charmed,', 'P', 'i', 'in', 'b']" + }, + { + "id": "openseek-4-04facecbc6e1497ab4ba75c0b6b79982", + "input": "['m', 'N', 'I9ll', 'c']" + }, + { + "id": "openseek-4-e4ea1e8ee7dd45e0a2c7d00284362acd", + "input": "['the', 'C', 'whale.', 'y']" + }, + { + "id": "openseek-4-ce12e99e1100475c939689e5e2f1f80c", + "input": "['gentlemen,', 'N', 'I', 'in', 'p']" + }, + { + "id": "openseek-4-2964f3cfc75843248fd159b3360f47ce", + "input": "['N', 'R', 'Now', 'B', 'S', 'the', 'G', 'to', 'm', 'tell', 'I', 'F']" + }, + { + "id": "openseek-4-23cf731f863c486fb2a48c4059aa4891", + "input": "['the', 'f', 'considerable', 'Z', 'and', 'n']" + }, + { + "id": "openseek-4-6b8662504638464c83434a930f718b4a", + "input": "['k', 'leaving', 'w', 'snatching', 'U', 'r', 'sure', 'W', 'J', 'R', 'S']" + }, + { + "id": "openseek-4-5111e23cb71e42fa8ed8bf2dce607767", + "input": "['e', 's', 'of', 'X', 'of', 'c']" + }, + { + "id": "openseek-4-df6f36d969c84b8ebca87d0186647167", + "input": "['V', 'j', 'was', 'r', 'so', 'b']" + }, + { + "id": "openseek-4-578942fbb2a444cc945640dada364034", + "input": "['respiration', 'k', 'the', 'T', 'if', 'v']" + }, + { + "id": "openseek-4-9af8ea6dca3042c49401e6b216edea53", + "input": "['O', 'v', 'present', 'I', 'o', 'h']" + }, + { + "id": "openseek-4-b3e7ed3e13c84ff8a2e7085e30ccb248", + "input": "['V', 'P', 'one', 'r', 'O', 'n', 'L', 'from', 'A', 'G', 'were', 'n', 'b']" + }, + { + "id": "openseek-4-a7022ca9acc04c5aa97e6f8ad0c8b4ae", + "input": "['u', 'W']" + }, + { + "id": "openseek-4-0480063d866b49dc91cd643d4dc75b11", + "input": "['G', 'is', 'w', 'e', 'the', 'n', 'cunning', 'T', 'tide', 'z', 'peeled,', 'h']" + }, + { + "id": "openseek-4-a03619e4b8454d8891d6bd4361522788", + "input": "['us', 'y', 'twenty', 'i', 'partiality,', 'q']" + }, + { + "id": "openseek-4-92e28f28044245b6980ea932345be8cc", + "input": "['Z', 'they', 'J', 'over', 'h', 's']" + }, + { + "id": "openseek-4-e87dee0bed2e458fb3f66fded0b37544", + "input": "['r', 'o']" + }, + { + "id": "openseek-4-23d8d4b6cc4342c2923bbb712098ff00", + "input": "['a', 'z', 'w', 'living', 't', 'A']" + }, + { + "id": "openseek-4-e07292096a5a445dbef113c04731dd4d", + "input": "['a', 'ivory', 'a', 'm', 'Q', 'U', 'their', 'R']" + }, + { + "id": "openseek-4-5b3aab93f7dc4ca69b0fe245942613d6", + "input": "['and', 'h', 'P', 'securing', 'H', 'Passion', 'z', 'P', 'A', 'entitled', 'r', 'at', 'U', 'y']" + }, + { + "id": "openseek-4-09ccb64adc2343deaf6cacbcca10eaf5", + "input": "['t', 'apparent', 'l', 'J', 'q', 'long', 'W', 'A']" + }, + { + "id": "openseek-4-b66f7cb399034626bb88125fc44bae8d", + "input": "['O', 'J', 'his', 'P', 'R']" + }, + { + "id": "openseek-4-858a61e811b34fc9bcece0d09527e8f8", + "input": "['c', 'M', 'from', 'X', 'tutored', 'c', 'D', 'Y', 'loss', 'J', 'ranged', 'h']" + }, + { + "id": "openseek-4-3823869e34af4ba59655296cb0a4c783", + "input": "['F', 'the', 'I', 'Q', 'j', 'h', 'w', 'that', 'b', 'D', 'a', 'K']" + }, + { + "id": "openseek-4-ff17ac402cc3476da991bb0ffad753a8", + "input": "['K', 'eyes', 'F', 'o', 'whale', 'm', 't']" + }, + { + "id": "openseek-4-f6da043d261c4ad49053f34fc2bcc3f8", + "input": "['i', 'that9s', 'u', 'J', 'time.', 'M']" + }, + { + "id": "openseek-4-7495bb11b6e146678636912e29b0051f", + "input": "['icy', 'm', 'outfits', 'V', 'Y', 'of', 'y', 'y']" + }, + { + "id": "openseek-4-6aab9b920fe64c21a38bd94945a278b1", + "input": "['z', 'j', 'he', 'E', 'l', 'had', 'H', 'any', 'L', 'J']" + }, + { + "id": "openseek-4-28919c669c1142668e8a4a786406c6dc", + "input": "['l', 'A']" + }, + { + "id": "openseek-4-0d9ccf8678df4eada38a111fafdae0a3", + "input": "['circumspection.', 'B', 'O', 's', 'k', 'Z', 'B']" + }, + { + "id": "openseek-4-3361f06cac2a4241b6f12f304e58e72f", + "input": "['to', 'V', 'U', 'c', 'J', 'i', 'other', 'H', 'his', 'G', 'white,', 'O', 'Q', 'L']" + }, + { + "id": "openseek-4-1295b23c2a3844ffb5e2d1e05a10115b", + "input": "['of', 'R', 'whales,', 'j', 'after', 'd']" + }, + { + "id": "openseek-4-1bf00cc94c4c4b638cf4ae5bc2471d5c", + "input": "['of', 'a', 'life.', 'u', 'thus', 'I', 'Q']" + }, + { + "id": "openseek-4-982fc7e001f047f998c10bce8224f291", + "input": "['an', 'Z', 'up', 'H', 'no', 'J', 'i', 'Y', 'land,', 'p']" + }, + { + "id": "openseek-4-8a70b499fd014881901822b281b8b368", + "input": "['chiefly', 'e', 'i', 'X', 'G', 'Q', 'need', 'Z', 'glance', 'P', 'death;', 'S', 'd']" + }, + { + "id": "openseek-4-f0dccb4d5e064f068e26253b975fe133", + "input": "['heard', 'N', 'h', 'R', 'Y', 'him', 'K', 'water-land,', 'i', 'P']" + }, + { + "id": "openseek-4-6df00adf3c384904a32f5f79244358d3", + "input": "['T', 'y']" + }, + { + "id": "openseek-4-c5303ecdf907481898401bef20b1113c", + "input": "['such', 's', 'and', 'm', 'H', 'p']" + }, + { + "id": "openseek-4-0c7c5e03096a406d8eacc92c94897f3c", + "input": "['precisely', 'h', 'my', 'l']" + }, + { + "id": "openseek-4-3483fb8d99234c71ad44c001ce790f90", + "input": "['old', 'G', 'G', 'justify', 'y', 'will', 'd', 'should', 'A', 'even', 'K', 'P', 'fellow-creatures,', 'C', 'comrades', 'l']" + }, + { + "id": "openseek-4-d47cf023c37d4f93920de86b71d8741b", + "input": "['that', 'H', 't', 'b', 'times,', 'g']" + }, + { + "id": "openseek-4-22981a8b2bfd40c4b35b6a4dac1ea997", + "input": "['Hussey', 'E', 'd', 'q', 'from', 'F', 'T', 'volition,', 'G', 'j', 'I', 'B', 'H', 'crew', 'E']" + }, + { + "id": "openseek-4-048822a1fed648aab04dfa9e59176217", + "input": "['l', 'T', 'a', 'h', 'days', 'B', 'victim,', 'B', 'heathen', 'p', 'to', 'r', 'the', 'N']" + }, + { + "id": "openseek-4-c895fd65192841daba4b8f386e453a2b", + "input": "['get', 'B', 'have', 'S', 'V', 'he', 'b', 'm', 'X', 'x', 'backing', 'j', 'T']" + }, + { + "id": "openseek-4-6182e015fe16448e977d087cd2a306e8", + "input": "['Pequod,', 'E', 'j', 'b', 'of', 'b', 'd', 'eyes4for', 'M', 'A', 'a', 'V', 'shipmates,', 'b', 'i']" + }, + { + "id": "openseek-4-a827fbbdb4df413cb54520390d1614f7", + "input": "['all', 'k', 'k', 'morning.', 'l', 'a', 'L', 'o', 'd', 'x', 'liest!d', 'p', 'J']" + }, + { + "id": "openseek-4-2b8e33509a61434795e363d46e323c13", + "input": "['and', 'K', 'like', 'J', 'paw', 'X', 'be', 'j', 'sea.', 'P', 'U', 'c', 'f', 'fellow', 'Y']" + }, + { + "id": "openseek-4-8a2852bcb06e454f9a090879371f7563", + "input": "['i', 'C', 'e', 'our', 'Z', 'P']" + }, + { + "id": "openseek-4-acb1f095b72e45f08518f94221eda95d", + "input": "['on', 'k', 'V', 'U', 'shore', 'x']" + }, + { + "id": "openseek-4-0c2f188e734846779d57bb427dfaf05f", + "input": "['w', 'and', 'H', 'he!4the', 'x', 'poor', 'T']" + }, + { + "id": "openseek-4-0c15adcddd71420e8b1b2dc749c7b701", + "input": "['away', 'o', 'Z', 'p', 'fish,', 'U', 'L', 'P', 'Y', 'first.', 'n', 'newly', 'D', 'T']" + }, + { + "id": "openseek-4-eaa094997cee4451909b623c77bbfd20", + "input": "['the', 'V', 'among', 'u', 'Q', 'dumplings,', 's', 'of', 'd', 'a', 'learned', 'W', 'next', 'z']" + }, + { + "id": "openseek-4-852e8f7edd344135b75b6f491f4f692c", + "input": "['N', 's', 'which', 'q', 'q', 'a', 'Y', 'Whalebone', 'N', 'velocity,', 'h', 'or', 'q', 'A', 'w']" + }, + { + "id": "openseek-4-e279be27de234d119f680edc6efbf6b4", + "input": "['Nor', 'a', 'in', 'u', 'the', 'o', 'N']" + }, + { + "id": "openseek-4-afd284a5183c4c6eb9ddbb1d45313717", + "input": "['j', 'Steelkilt', 'i', 'i', 'settle', 'o']" + }, + { + "id": "openseek-4-74ac46c06d4041409c11417661d77787", + "input": "['f', 'be', 'c', 'men,', 'N', 'and', 'r', 'b', 'is', 'n', 'down', 'T', 'can.', 'C']" + }, + { + "id": "openseek-4-0b9541998527433fb6dda6b95e737dc4", + "input": "['eyes', 'T', 'several', 'r', 'Q', 'L', 'young', 'C', 'ease;', 'f', 'B']" + }, + { + "id": "openseek-4-8a6a89a36c4a427b8691cf5e92e94249", + "input": "['R', 'K']" + }, + { + "id": "openseek-4-18bb6ad263d04869b3b54434d30a8a97", + "input": "['whaling', 'y', 'S', 'j', 'will', 'X', 'N', 'steam,', 'X', 'N', 'O', 'faded', 'S']" + }, + { + "id": "openseek-4-d675e21cb61648c7880175eda87be800", + "input": "['cI', 's', 'Few', 'H', 'o', 'L', 'of', 'y', 'Y', 'what', 'T', 'p', 'idea', 'n', 'any', 's']" + }, + { + "id": "openseek-4-efbd9e59e036456d997cabd6ea50e0cd", + "input": "['country', 'A', 'displaced,', 'n']" + }, + { + "id": "openseek-4-fd577573766e4274b9feb018a6a96a67", + "input": "['and', 'L', 'snapped', 'I', 'Soon', 'k', 'y', 'A', 'A', 'of', 'O', 'white', 'J']" + }, + { + "id": "openseek-4-d1864aa63676439c8dfec3a3229125a2", + "input": "['the', 'a', 'she', 'l', 'to', 'd', 'I9m', 'd', 'fireplaces', 'B', 'n', 'P', 'N', 'a']" + }, + { + "id": "openseek-4-101841a81dab44959ad3d4ecfb426f81", + "input": "['Q', 'H']" + }, + { + "id": "openseek-4-f9da4a96748f4a8da299a7880840a775", + "input": "['T', 'you', 'V', 'N', 'of', 'W', 'G', 'C', 'B', 'j']" + }, + { + "id": "openseek-4-74fbd705b45049c8ab8978b0bc3298b3", + "input": "['H', 'c', 'C', 'm']" + }, + { + "id": "openseek-4-b7e7b0e17cdd4a24853fc2ffdcabf40e", + "input": "['and', 'G', 'the', 'k']" + }, + { + "id": "openseek-4-0846af0eeed3423a85852855806ea11b", + "input": "['Y', 'n', 'P', 'which', 'M']" + }, + { + "id": "openseek-4-33799027508248108196e467d6304a4c", + "input": "['r', 'to', 'I', 'M']" + }, + { + "id": "openseek-4-7fa4d93ee5394f59a6040360bdd99929", + "input": "['V', 'curious', 'l']" + }, + { + "id": "openseek-4-eacc8bb0b0564269ba40521edc3bad12", + "input": "['most', 'N', 'marching', 'a', 'e', 'steady,', 'k']" + }, + { + "id": "openseek-4-1c0e18bde0c9498996f53c7337ddc5ca", + "input": "['I', 'y', 'but', 'i', 'L', 'his', 'r', 'a', 'k']" + }, + { + "id": "openseek-4-2e106db6da14419d8e26e495de561ca0", + "input": "['d', 'V', 't', 'g', 'V', 'the', 'O', 'S', 'great', 'a']" + }, + { + "id": "openseek-4-0c90696c8cb747809c4bdb3b2f2d5842", + "input": "['flesh;', 'O', 'w']" + }, + { + "id": "openseek-4-9288f0196f61481ab1da92390e12cb80", + "input": "['came', 'u', 'the', 'l', 'there,', 'f', 'base.', 'B', 'M', 'r', 'q', 'as', 'A', 'a']" + }, + { + "id": "openseek-4-88d67c0e138e4b27a3db45fc233b043d", + "input": "['T', 'G', 'm', 'j', 'N', 'C']" + }, + { + "id": "openseek-4-24d25ef37224433986207e7af7b265c0", + "input": "['and', 'k', 'oars,', 'J', 'who', 'n', 'anchor-watches', 'C']" + }, + { + "id": "openseek-4-6b53374033744dbe9efc4d905d5b0168", + "input": "['subalterns.', 'P', 'W', 'G', 'But', 'g', 'X', 'involuntarily', 'F', 'N', 'K']" + }, + { + "id": "openseek-4-2a74bcd9e702412ca43a8d62d6c4baad", + "input": "['s', 'k', 'U', 'the', 'P', 'C', 'R', 'as', 'z', 'but', 'I']" + }, + { + "id": "openseek-4-7ac7921a35be4d89a7d57848737b2c47", + "input": "['be', 'a', 'standing', 'W', 'R', 'L']" + }, + { + "id": "openseek-4-e7bd4e71e8384f409c7874d00a127405", + "input": "['from', 'b', 'and', 'U', 'At', 'b']" + }, + { + "id": "openseek-4-711ba5df3f9146179c4cfce24170e10d", + "input": "['u', 'a', 'therefore,', 'T', 'up', 'g', 'day.', 'x', 'Go', 'N']" + }, + { + "id": "openseek-4-bbd05c5d28f846de8ed874a6671fb926", + "input": "['s', 'I', 'U', 'N', 'A', 'F', 'sherbet,', 'B', 'his', 'b']" + }, + { + "id": "openseek-4-73b2a6fb36ee476dbbfaf280602e24a4", + "input": "['modern', 'Z', 'and', 'X', 'as', 'e', 'd', 'the', 'z', 'been', 'x']" + }, + { + "id": "openseek-4-e7e8f6f3505d42aa973aa9ff684238b8", + "input": "['all;', 'o', 'flag', 'U', 'back,', 'm', 'e', 'of', 'j', 'Z']" + }, + { + "id": "openseek-4-401abc6ea707422fa93ed16a12b772cf", + "input": "['f', 'is', 'V', 'P', 'O', 'u', 'e', 'E', 'monster', 'T', 'bed', 'g']" + }, + { + "id": "openseek-4-c2de30b85d7240f4b35177b54a526e57", + "input": "['is', 'p', 'are', 'o', 'the', 'T', 'builders', 'z', 'N', 'Why,', 'l']" + }, + { + "id": "openseek-4-d6aec812ee534c3880538f4d90497155", + "input": "['p', 'none', 'C', 'out', 'x', 'Y', 'capstan,', 's']" + }, + { + "id": "openseek-4-05219f96c9ea4887a234afe4b1eb4a8b", + "input": "['B', 'y', 'u']" + }, + { + "id": "openseek-4-ab10a13ce1624b66a05f3838878218e9", + "input": "['H', 'g', 'can', 'Z', 'to', 'O', 'Z']" + }, + { + "id": "openseek-4-3b31d11bcab6423dbd7f8e2af985d477", + "input": "['P', 'so', 'n', 'E', 'L', 'of', 'K', 'Bible', 'O', 'd', 'whales.', 'z']" + }, + { + "id": "openseek-4-2903f070c38f4112ab23aaefe565549a", + "input": "['you', 'Q', 'Y', 'for', 'H', 'to', 'x', 'S']" + }, + { + "id": "openseek-4-b1333c0561b2429393c40b73c837b980", + "input": "['z', 'have', 'x', 'Q', 'of', 'L', 'appearances', 'z', 'cOut', 'T', 'F', 'c']" + }, + { + "id": "openseek-4-11ae5917734e4caab0fa8e76cbfe5f9e", + "input": "['always', 'V', 'V', 'and', 'g', 'Q']" + }, + { + "id": "openseek-4-c22f845c203c418ba838892c9a3a61ac", + "input": "['F', 'fire', 'V', 'c', '_thy_', 'Q', 'What', 'E', 'mankind', 'G']" + }, + { + "id": "openseek-4-29bf4a6f40324fd2a2ad3625a436aa0f", + "input": "['even', 't', 'that', 'b', 'q']" + }, + { + "id": "openseek-4-f4191dc9aacf4268baed1d06c7ddf565", + "input": "['G', 'as', 'S', 'a', 'B']" + }, + { + "id": "openseek-4-1b32c79c79224bf1bd82e111c44a2197", + "input": "['indefiniteness', 'g', 'K', 'to', 'h', 'L', 'whom', 'D', 'the', 'm', 'c', 'L', 'l', 'u']" + }, + { + "id": "openseek-4-b1d94ec4890247a990a624221b7a4f7d", + "input": "['world.', 'E', 'was', 'R', 'he', 'r', 'in', 'n', 's', 'A', 'I', 'dolphins,', 'R', 'Z']" + }, + { + "id": "openseek-4-04ffeba67f9743cfa1a47b170e914abb", + "input": "['j', 'the', 'x', 'd', 'I', 'L', 'of', 'M']" + }, + { + "id": "openseek-4-7e21d84d87824e25b43e93ca756cffc9", + "input": "['f', 'E', 'l', 'D', 'loud', 'G', 'halyards;', 'Z', 'so', 'p', 'Q', 'C']" + }, + { + "id": "openseek-4-c474d160678a41f8ad8f1e1c29affa64", + "input": "['f', 'T', 'the', 'r', 'world', 'g', 'down', 'a', 'Z', 'because', 'h', 'that', 'l', 'l']" + }, + { + "id": "openseek-4-741a339f56a74b549fdfaa5dc68a65a0", + "input": "['case', 'A', 'd', 'the', 'f', 'and', 'L', 'way;', 'L', 'and', 'x', 'K', 'X', 'v']" + }, + { + "id": "openseek-4-327a5934b03c41e09c56a14fcf6868e2", + "input": "['like', 'V', 'steed', 'C', 'T', 'r', 'a']" + }, + { + "id": "openseek-4-d0576579fd464e70b26e66dd1feb8e93", + "input": "['upon', 'p', 'of', 'C', 'soon', 'B', 'quarter-deck.', 'd', 'they', 'v', 'j', 'quite', 'Z']" + }, + { + "id": "openseek-4-b86641501ce34ff394c2f1338b4dc7b1", + "input": "['m', 'M', 'a', 'e']" + }, + { + "id": "openseek-4-b9ee2e16055641c6a283bd3544728212", + "input": "['u', 'I', 'V', 'death', 'G', 'K', 'H', 'h', 'a', 'F']" + }, + { + "id": "openseek-4-6576be8787d14df9963756059a723760", + "input": "['v', 'V', 'steadfastly', 'A', 'purse', 'H', 'Y', 'the', 'U']" + }, + { + "id": "openseek-4-1da75735e5af4874bc3638f7fa3c3fb4", + "input": "['p', 't', 'dragging', 'U', 'l', 'on', 'c', 'j', 'than', 't', 'J', 'the', 'P', 'involved', 'b']" + }, + { + "id": "openseek-4-efc0d36c791b4afdb457ff125ea5b615", + "input": "['E', 'M', 'D', 'the', 'R', 'Y', 'C', 'H', 'drama9s', 'm']" + }, + { + "id": "openseek-4-a161c9d20dc84f92bb38f3c4aa939470", + "input": "['beneath', 'X', 'man', 'Z', 'him;', 'M', 'q', 's']" + }, + { + "id": "openseek-4-30719ca0b95c44c1ac9dab1cd450a3d0", + "input": "['thine,', 'e', 'N']" + }, + { + "id": "openseek-4-d67865d6ed994fdcbe25b67c1ebe67c8", + "input": "['B', 'obtained', 'e', 'C', 'w', 'n']" + }, + { + "id": "openseek-4-d1df578c3caf4b549c6d4372194d79a8", + "input": "['C', 'receive', 'w', 'to', 'N', 'line', 'c']" + }, + { + "id": "openseek-4-9d7ef12e615c4a5d93c85401c4961051", + "input": "['R', 'all', 'Z', 'only', 'n', 'officiating,', 's']" + }, + { + "id": "openseek-4-a75cd1383e6a441db4045629c795db87", + "input": "['O', 'V', 'the', 'n']" + }, + { + "id": "openseek-4-5cfd318dc69b4a48a0f6897d256b19c7", + "input": "['P', 'x', 'are', 'H', 't', 'X', 'h']" + }, + { + "id": "openseek-4-103b0372c8964e69a770280a79528bdb", + "input": "['O', 'all', 'k', 'F', 'Q', 'even', 'K', 'scientific', 'V', 'there', 'X', 'C']" + }, + { + "id": "openseek-4-914020fb981548eaa7e454167acae9b1", + "input": "['lungs,', 'e', 'but', 'x', 'w', 'm', 'from', 'J', 'poor', 'Z', 'L', 'A', 'in', 't', 'he', 'N']" + }, + { + "id": "openseek-4-3576e0f576334c13a30a1c180abeee24", + "input": "['J', 'you', 't', 'n', 'long', 'F', 'F', 'U']" + }, + { + "id": "openseek-4-ca992fd6a30840e48a5cd2240ccda200", + "input": "['R', 'I', 'whale', 'H', 'out', 'Z', 'v', 'slender', 's', 'G', 'and', 'o', 'Z']" + }, + { + "id": "openseek-4-8b0e0bf5843a4a0f974062df8da91938", + "input": "['T', 'B', 'F', 'v', 'c', 'R', 'G', 'L', 'the', 'p', 'blinds.', 'r']" + }, + { + "id": "openseek-4-9a305d23988b46b28fc3ad89dcc2872d", + "input": "['g', 'more', 'T', 'and', 'i', 'F', 'E', 'men,', 'I', 'g', 'And', 'R']" + }, + { + "id": "openseek-4-492352f53b254b8998c06fa112cd7795", + "input": "['the', 'A', 'and', 'i']" + }, + { + "id": "openseek-4-60b9a7c48b6748d5950cb6b5e1b1b781", + "input": "['j', 'r', 'head?4What', 'R', 'it', 'D', 'blind,', 'N', 'lamp', 'W', 'r']" + }, + { + "id": "openseek-4-aa09ce3694644e948dfca9d650117a38", + "input": "['part,', 'i', 'f', 'White', 'w', 'he', 'C', 'O', 'V', 'sort', 'U']" + }, + { + "id": "openseek-4-544303cca55c4fe0a8137601ccee1f0b", + "input": "['by', 'C', 'quarter-deck', 'B', 'H', 'F']" + }, + { + "id": "openseek-4-cbbcd14f326c459fbfae3553abd6c050", + "input": "['t9all,d', 'E', 'to', 'Y', 'last', 's', 'the', 'l', 'mild', 'd', 'L']" + }, + { + "id": "openseek-4-d997fa1400b8464889705102b61df708", + "input": "['but', 'J', 'keels,', 'E', 'thrown', 'S', 'l', 'stairs,', 'A']" + }, + { + "id": "openseek-4-f37f7e52efd4435a99a5cdfbc7772b87", + "input": "['oar', 'q', 'possible,', 'g', 'j', 'cthis', 'A']" + }, + { + "id": "openseek-4-216da40e40194fdf943a93b16e4f5719", + "input": "['all', 't', 'strangely', 'u', 'supposed', 'T', 'horses,', 'O', 'V', 'u', 'is', 'd', 'lives.', 'K', 'Leviathan,', 'j']" + }, + { + "id": "openseek-4-dc1f1521be464c81aae458f11d72bb4b", + "input": "['her', 'q', 'Z', 'x', 'he', 'W', 'b', 'lay', 'x', 'b']" + }, + { + "id": "openseek-4-6491ebe5643340549c6b3e7ee2a976bb", + "input": "['the', 'Q', 'the', 'B', 'making', 'X', 'the', 'd', 'U', 'd']" + }, + { + "id": "openseek-4-86489658648c46a2a8ac75c0d0dea542", + "input": "['o', 'n', 'v', 'B', 'e']" + }, + { + "id": "openseek-4-0f53a7fa3a9f4dc7b4e644ac076a9189", + "input": "['dense', 'o', 'quest', 'L', 'and', 'a', 'l', 'Christendom', 'H', 'it,', 'p', 'p', 'had', 'r', 'o', 'r']" + }, + { + "id": "openseek-4-dea728576e62435ab2ac02b61017f78d", + "input": "['o', 'side', 'J', 'and', 'r', 'helm.', 'g', 'of', 'U']" + }, + { + "id": "openseek-4-7ea2ea71b0324ebeaf06ad5d87b7c381", + "input": "['the', 'q', 'P', 'a', 'w', 'd', 'if', 'E']" + }, + { + "id": "openseek-4-83f8bdd984d94d09898b4e979b236510", + "input": "['billows', 'P', 'are', 'y']" + }, + { + "id": "openseek-4-398ea8da5ce343b88f6d9c8f310564aa", + "input": "['towards', 'l', 'Starbuck,', 'G', 'didn9t', 'B', 'y', 'Coenties', 'G', 'x', 'I', 'h', 'rest', 'U', 'if', 'R', 'L']" + }, + { + "id": "openseek-4-b98a19de7e8c4ac7bc63bd532dfc61ab", + "input": "['c', 'x', 'c', 'x', 'q', 'S', 'he', 'C']" + }, + { + "id": "openseek-4-d8c8608b604344b59ae43f0e8163ccf6", + "input": "['j', 'g', 'Frederick', 'C', 'P', 'I', 'W', 'y', 'W', 'those', 'a']" + }, + { + "id": "openseek-4-83e5095d87f847848e19b4606da3a699", + "input": "['G', 'I', 'v']" + }, + { + "id": "openseek-4-c6d1771a5b66405593d9a0ad393c594c", + "input": "['watery', 'V', 'I9ll', 'b', 'z']" + }, + { + "id": "openseek-4-822d992305744559be776342c981c4b1", + "input": "['l', 'hard', 'A', 'c']" + }, + { + "id": "openseek-4-4d16c23a64d04e608b0576ad15592204", + "input": "['new', 'K', 'S', 'somewhere', 'J', 'T']" + }, + { + "id": "openseek-4-e65ad3b92ce6404683fe9ea9c9d1f1b7", + "input": "['full-grown', 'X', 'y', 'short,', 'Z', 'very', 'w', 'G', 'V', 'q']" + }, + { + "id": "openseek-4-39dcb2595432470db4e6e206aa60fd35", + "input": "['m', 'Fleece?d', 'n', 'K', 'm']" + }, + { + "id": "openseek-4-5fa327f8fe36446cbb36d9ca60de9891", + "input": "['T', 'gentlemen,', 't', 'c', 'k', 'you', 'B', 'l', 'J', 'w']" + }, + { + "id": "openseek-4-70797cd29e884c72b528059f877466ed", + "input": "['from', 'Q', 'Harpooneer.', 'p', 'K', 'die', 'Z']" + }, + { + "id": "openseek-4-54f0d3bbb5264cb0897c198b496b2473", + "input": "['yet', 'G', 'S', 'b', 'real', 'E']" + }, + { + "id": "openseek-4-767073cb23044af7be8c1e3c7bf57e05", + "input": "['V', 'K', 'tombstones', 'S']" + }, + { + "id": "openseek-4-b07f72c7a04643d4bdac75322af1f480", + "input": "['c', 'to', 'b']" + }, + { + "id": "openseek-4-d19c10f5d50f4219a83b8de2d5ce1312", + "input": "['B', 'whom,', 'C', 'r', 'mast,', 'X', 'y', 'F', 'R', 'r', 'g']" + }, + { + "id": "openseek-4-f2c452113cd143e4a387d96fdd13b286", + "input": "['its', 'r', 'world', 'I', 'E', 'so', 'Y', 'his', 'U', 'b', 'Q', 'l']" + }, + { + "id": "openseek-4-51080b2bcb87429f87ca7215163d0aa2", + "input": "['mild;', 'R', 'of', 'P']" + }, + { + "id": "openseek-4-d8a349fdeb34441a8024dcc4180896e8", + "input": "['am', 'p', 'man', 'n', 'k', 'h']" + }, + { + "id": "openseek-4-7c61e897fcd8430f8f1717f99cdc16fb", + "input": "['become', 'u', 'S', 'been', 'b', 'How', 'I', 'x', 'a', 'i', 'tail!d', 'p', 'f']" + }, + { + "id": "openseek-4-80b6795ff10f47e0801dc2efed44cc1e", + "input": "['upon', 'W', 'one', 'A', 'on', 'P', 'r', 'the', 'I', 'other9s', 'Y', 'c', 'Y', 'of', 'X', 'v']" + }, + { + "id": "openseek-4-a6773756a43f40c9ac1aefcce16c8923", + "input": "['though', 'f', 'X', 'the', 'h']" + }, + { + "id": "openseek-4-d2cf055ca11a4825b427e2d2c375429a", + "input": "['scientific', 'o', 'cFace!d', 'p', 'F', 'must', 'T', 't']" + }, + { + "id": "openseek-4-43cf8be57eb54f80a166ad97ebae978c", + "input": "['T', 'by', 'M', 'Y', 'is', 'w', 'have', 'O', 'A', 'F', 'P', 'u', 'way', 'u']" + }, + { + "id": "openseek-4-3de2a61162a54232a57b1348a1a64f4a", + "input": "['like', 'p', 'b', 'crews', 'o', 'broad', 'z', 'future', 'W', 'v', 'for', 'F']" + }, + { + "id": "openseek-4-5960fc15807d48ccade36870bf758c88", + "input": "['A', 'only', 'b', 'l', 'D', 'capacious', 'v', 'too,', 'Q', 'in', 'D', 's', 'I9ll', 'j', 'the', 'W']" + }, + { + "id": "openseek-4-227748157c90446ea33916d89790d704", + "input": "['o', 'W', 'B', 'uplifted', 'W', 'C', 'cCook,', 'Z', 'of', 'j']" + }, + { + "id": "openseek-4-79fd7089fbe84832ab7df20b0ca9ffd7", + "input": "['out', 'u', 'y', 'b', 'F', 'how', 'Y', 'anguish', 'V', 'could', 'U', 'p']" + }, + { + "id": "openseek-4-007408c96ee84f039fe590d54eb16fa8", + "input": "['sharks', 'H', 'of', 'U', 'd', 'w', 'what', 't', 'X', 't', 'extremities', 'D', 'C', 'but', 'x']" + }, + { + "id": "openseek-4-d45ed68e6e4942798988c333f2507722", + "input": "['V', 'The', 'M', 'in', 'P', 'K', 'o', 'by', 'B', 'whaling', 'j']" + }, + { + "id": "openseek-4-007ddd223401475a9a450c7874d2130e", + "input": "['v', 'well', 'R', 'with', 'B', 'i', 's', 'p']" + }, + { + "id": "openseek-4-5c852e16c77b441b891e9dc80fbd60d9", + "input": "['P', 'g']" + }, + { + "id": "openseek-4-9a8f39f103d34e909968ce01feac0a49", + "input": "['the', 'T', 'w', 'whose', 'e', 'C', 'cows', 'W', 'J', 'it4a', 'L', 'CHAPTER', 'D', 'margin', 'z']" + }, + { + "id": "openseek-4-338a43394a7540019fa1751786380150", + "input": "['a', 'man.', 'X', 'are', 'S', 'a', 'v', 'N', 'that', 'g', 'B', 'Lord,', 'N']" + }, + { + "id": "openseek-4-4fc29dd13dbf4ba8b80aab1c5b79d3d5", + "input": "['over', 'D', 'm', 'o', 'a']" + }, + { + "id": "openseek-4-48f5d5d84cc041c681c7f6a9d7cbcb05", + "input": "['the', 'K', 'upon', 'g']" + }, + { + "id": "openseek-4-fa877fc0bb0e4c2f83bb288e479f0d4c", + "input": "['s', 'the', 'h', 'the', 'N', 'the', 'K']" + }, + { + "id": "openseek-4-69473fa339a04c009ce0fc86279edb81", + "input": "['historical', 'd', 'q', 'in', 'N', 'Q']" + }, + { + "id": "openseek-4-c44d754ae0a14a05a68568f6ae1c0375", + "input": "['R', 'r', 'are', 'w', 'E', 'i', 'M', 'v', 'the', 'Q']" + }, + { + "id": "openseek-4-3d1c3ea9aa9742a48460289855780556", + "input": "['a', 'g', 'herself', 'v', 'steel;', 'f', 'he', 'z', 'c', 'C', 'F', 't', 'M', 'u']" + }, + { + "id": "openseek-4-a36c30e065bb4cc0a0a3c66a6ad6a5f2", + "input": "['d', 'this', 'u', 'Y', 'the', 'k', 'sapling', 'X', 'r', 'answer', 'y', 'the', 'O', 'bottom', 'h']" + }, + { + "id": "openseek-4-987e92ec3d0d4a938e4511a8dbca2c54", + "input": "['w', 'L', 'z', 'last', 'F', 'X', 'y', 'U', 'others,', 's', 'do', 't', 'J']" + }, + { + "id": "openseek-4-1ab3cb2c3e724326b0cfc18f11e83260", + "input": "['Q', 'X', 'a', 'so', 'c', 'and', 'Q', 'belaying', 'J', 'even', 'g', 'x', 'of', 'm']" + }, + { + "id": "openseek-4-8647c1500ed54b30a55857709cad3ab8", + "input": "['clergyman', 'g', 'gallons', 'M', 'l']" + }, + { + "id": "openseek-4-4e8d8aa744eb4d6cad6c3b7aaf1f1c3c", + "input": "['craven', 'o', 'sword-fish', 'X', 'c', 'w', 'any', 'q', 'Y', 'c', 'l', 'if', 'J', 'sufficiently', 'W']" + }, + { + "id": "openseek-4-26b2b597b93044f09f2662bd45bd392f", + "input": "['a', 'R', 'k', 'as', 'P']" + }, + { + "id": "openseek-4-ac9e72649cdc496daffa3250ecc42247", + "input": "['A', 'w']" + }, + { + "id": "openseek-4-c5c08808828c46809ff409b00a890d24", + "input": "['g', 'he', 'x', 'straight', 'T', 'Starbuck', 'F', 'Q', 'vile', 'S', 'I', 'P', 'sharks', 'w', 'a', 'V']" + }, + { + "id": "openseek-4-b7e63a2accf8400d9dcb87463f29e1f2", + "input": "['o', 'N', 'CHAPTER', 'I', 'is', 'd', 'fearful', 'M', 'h', 'but', 'w']" + }, + { + "id": "openseek-4-5881aa9067534d6eab1c79928483a004", + "input": "['X', 'C', 'second', 'K', 'l', 'they', 'i', 'to', 'y']" + }, + { + "id": "openseek-4-e758419b93484932aed4f7a9aeba04f8", + "input": "['the', 'n', 'Whale,', 'G', 'he', 'x', 'now', 'M', 'y', 'he', 'S']" + }, + { + "id": "openseek-4-fae17a85a417426d92b4f1ee2f63f849", + "input": "['t', 'who', 'H', 'x', 'board', 'K', 'f', 'mending', 'B']" + }, + { + "id": "openseek-4-64d93cb0a99b47eaae386349d16a7a41", + "input": "['not', 'm', 'g', 'pilgrim-worshipped', 'Q', 'L', 'on', 'x', 'of', 'Y']" + }, + { + "id": "openseek-4-4bebb5d4d2be4f78b862a05403d8d419", + "input": "['Q', 'this', 'G', 'time,', 'D', 'side', 'y', 'O', 'l', 'blocks', 'U']" + }, + { + "id": "openseek-4-8a605ccef9bb49429b9c0a70bda284c5", + "input": "['about', 't', 'M']" + }, + { + "id": "openseek-4-bb1d91a882b84462825e60c212f37a29", + "input": "['his', 't', 'you', 'Z', 'I', 'into', 'r']" + }, + { + "id": "openseek-4-b56bfdf62824478fa70a0db39a191f0c", + "input": "['m', 'V', 'she', 'l', 'like', 'D']" + }, + { + "id": "openseek-4-60e07f95d2cf42d2ab055cacfdf62b23", + "input": "['t', 'l', 'R', 'accommodate', 'a', 'e']" + }, + { + "id": "openseek-4-a332b049a16849d0a19de04bdd1383cf", + "input": "['oar', 'I', 'b', 'g', 'one,', 'u', 'adroop', 'z', 'performing', 'A']" + }, + { + "id": "openseek-4-4d7234070db54c2fa0e694763ecb35e3", + "input": "['e', 'up', 'Y', 'to', 'm', 'but', 'Y', 'Q', 'ice.', 'x', 'in', 'Y']" + }, + { + "id": "openseek-4-dfc4bce8454d41abafce6caf4d0a16d1", + "input": "['thirty', 'w', 'understand', 'M']" + }, + { + "id": "openseek-4-67ab731823e8454e94be588579863e16", + "input": "['q', 'enormous', 'm', 'an', 'r', 'p', 'j']" + }, + { + "id": "openseek-4-ce917046552047a68646e88da504ee4c", + "input": "['H', 'for', 'Y', 'disadvantage', 'Z', 'b', 'R', 'P']" + }, + { + "id": "openseek-4-48ee805ca946453fa8ee2383e9a98b2f", + "input": "['y', 'of', 'B', 'which', 'W', 'the', 'b']" + }, + { + "id": "openseek-4-ff574be87295478da81126c622f62897", + "input": "['P', 'this', 'u']" + }, + { + "id": "openseek-4-7ed67d4cb30642a79c88c8bf322088ca", + "input": "['also,', 'G', 'much', 'x', 'on', 'I', 'j', 'f', 'o', 'O']" + }, + { + "id": "openseek-4-d5de0b4a7d1a4883951e7063ff6949c7", + "input": "['f', 'it', 'k', 'true', 'W', 'and', 'v', 'now', 'g', 'n', 'h', 'to', 'c', 'ends', 'f']" + }, + { + "id": "openseek-4-20f8f8ef17924191b1f67de8ad869f70", + "input": "['the', 'm', 'f']" + }, + { + "id": "openseek-4-fed188d31fac461f88ed842a5212aa84", + "input": "['h', 'backwardly', 'L', 'other', 'g', 'z', 'q', 'f', 'X', 'Z', 'Q', 'a', 'I']" + }, + { + "id": "openseek-4-4ddd890d7d7c46d7815d64a2f86c6e27", + "input": "['b', 'leading', 'D', 'G', 'm', 'h', 'Above,', 'w', 'f', 'by', 'c', 'in', 'L']" + }, + { + "id": "openseek-4-ce46e5e4efae4d6c8826a3cb7317015f", + "input": "['while', 'P', 'not', 'p']" + }, + { + "id": "openseek-4-2faebf6aea384778ab83ab1c88f2e94e", + "input": "['my', 'u', 'small', 'D', 'X', 'the', 'w', 'K']" + }, + { + "id": "openseek-4-bbe59b75dd2346c783908c7dd49e27ea", + "input": "['d', 'cQueequeg,d', 'k']" + }, + { + "id": "openseek-4-96c329092fff4b7cad44a8cbca76a100", + "input": "['When', 'Z', 'you', 'f', 'B']" + }, + { + "id": "openseek-4-98600fb56a8843e7b5179889cbdb8173", + "input": "['D', 'his', 'U', 'x', 'X', 'all', 'T', 'tierce', 'V', 'his', 'a', 'r', 'B']" + }, + { + "id": "openseek-4-adcbbd7705db4b7f820be3765397fa2b", + "input": "['be', 'T', 'W', 'men', 'M', 'v', 'town?d', 'i', 'either', 'r', 'B', 'P', 'u']" + }, + { + "id": "openseek-4-6999e674bebd4f20b0b5d9623ed9b88f", + "input": "['J', 'night,', 'r', 'and', 'd', 'the', 'n', 'Stubb', 'Q', 'V']" + }, + { + "id": "openseek-4-c05b7920dc4b49e482e06e87e40ce3c1", + "input": "['A', 'lawyer', 'J']" + }, + { + "id": "openseek-4-b98ef549f15749129e7261b58fdd898d", + "input": "['the', 'w', 'Z', 'for', 'O']" + }, + { + "id": "openseek-4-b350ae824e6a48f4b9501b97fdfaf0e8", + "input": "['v', 'at', 'X', 'all', 'e', 'the', 'N']" + }, + { + "id": "openseek-4-52240afa85d84bd0b82dcfbcf964c996", + "input": "['at', 'x', 'A', 'for', 'I', 'j']" + }, + { + "id": "openseek-4-0360318cc8ea458c9ee38a3166234b90", + "input": "['forbearing!', 'D', 'what', 'V', 'a']" + }, + { + "id": "openseek-4-3bf18b4b2b2a457f87b910a4feca2690", + "input": "['accosted', 'Q', 'T', 'b', 'went', 'o', 'F', 'was', 'j', 'F']" + }, + { + "id": "openseek-4-f6945ecf4ab348f1bfa1ac1f3eab681f", + "input": "['he', 'v', 'i', 'wigwam.', 'F', 'vast', 'a', 'U', 'the', 'H', 'heedless', 'o', 'C']" + }, + { + "id": "openseek-4-7e5a4febfa204b2c9fbd2fe90866d9e7", + "input": "['inquire', 'L', 'and', 'Q', 'Z', 'long,', 'i']" + }, + { + "id": "openseek-4-b438023e5cfe45879182666c59f6a337", + "input": "['a', 't', 'u', 'X', 't', 'savage', 'i', 'w', 'A']" + }, + { + "id": "openseek-4-f903d73b683041bf88590483ef14e40f", + "input": "['not', 'P', 'W', 'a', 'out', 'z', 'S', 'of', 'k', 'which', 'C', 'haunting', 'P', 'y', 'planing', 'X']" + }, + { + "id": "openseek-4-f2bfecbbfb8f4fc0840c16a15407cf22", + "input": "['D', 'infernal', 'R', 'h', 'enough', 'R']" + }, + { + "id": "openseek-4-602bf08654e2423dbbff0e3e0e8a8074", + "input": "['go4that9s', 'S', 'number', 'V', 's', 'a', 'z']" + }, + { + "id": "openseek-4-62db2d6cd11c4360bc5b36e00e79b3fb", + "input": "['x', 'x', 'N', 'presents', 'd', 'm', 'L', 'u', 'rays', 'F', 'o', 'felt,', 'g']" + }, + { + "id": "openseek-4-8d004f6ffc234495bd27f0b52bf02486", + "input": "['Z', 's', 'CHAPTER', 'g', 'H', 'those', 'c', 'H', 'Y']" + }, + { + "id": "openseek-4-f01f4d57b7be4291b90d29035095e220", + "input": "['q', 'pitiless', 'c', 'in', 'W']" + }, + { + "id": "openseek-4-d102a972891f4557a56b738d3203fd87", + "input": "['the', 'K', 'v']" + }, + { + "id": "openseek-4-e3915ca0fe684c09b06d4a3f9c1928f5", + "input": "['separate', 'j', 'o', 'as', 'L']" + }, + { + "id": "openseek-4-f99f830ed6c4402e9fd0dede7cb347ca", + "input": "['N', 's']" + }, + { + "id": "openseek-4-2f31da8f1cfb45848eb4e7ba2d41386e", + "input": "['J', 't', 'R', 'and', 's']" + }, + { + "id": "openseek-4-6d2f07272ba243f494ecb11e74e81a6f", + "input": "['word', 'L', 't', 'q', 'L', 'l', 'Dart.', 'X', 'B', 'R', 'first', 's']" + }, + { + "id": "openseek-4-74df4858885242a7864ca6207ef08aad", + "input": "['their', 'z', 'a', 'said', 'u', 'they', 'H', 'B', 'o', 'O', 'hailed', 'j', 'N', 'though', 'm']" + }, + { + "id": "openseek-4-e3f46e54bebe4815adb66231be2764ce", + "input": "['anathemas', 't', 'F']" + }, + { + "id": "openseek-4-59749558a1a04dc88163cede979ba76a", + "input": "['fearless', 'R', 'L', 'old', 'S']" + }, + { + "id": "openseek-4-f914bd8dd6c7469784a7e39c056e84b6", + "input": "['m', 'Great', 'Q', 'down', 'b', 'his', 'I', 'sea-side', 'v', 'born', 'm', 'hands', 's', 'T', 'that', 'n', 'cbut', 'j']" + }, + { + "id": "openseek-4-dcf8b7a337ff4cafb05df3059632317c", + "input": "['a', 'shall', 'J', 'there', 'X', 'm', 'it', 'U', 'I', 'V', 'this,', 'F']" + }, + { + "id": "openseek-4-e9d654d70ebf41efa74098cf1de9cd93", + "input": "['B', 'c', 'the', 'c']" + }, + { + "id": "openseek-4-5ae809f1962947fea202691031a92af2", + "input": "['forward', 'f', 'and,', 'v', 'p', 'z', 'z', 'q', 'What', 'q']" + }, + { + "id": "openseek-4-d85ae6b1d4524d9d9ea28059ee25d86a", + "input": "['the', 'n', 'white', 'w', 'R', 'O', 'q', 'sin', 'l', 'upon', 'j']" + }, + { + "id": "openseek-4-9ce455a1a81e41fa8e5da6b2d62313fb", + "input": "['forty', 'H', 'whale-boat,', 'T', 'B']" + }, + { + "id": "openseek-4-b10e36377b8c438085b33ecc03fa781c", + "input": "['and', 'j', 'drift.d', 'K', 'f', 'the', 'F', 'h', 't', 'I', 'T', 'f', 'w', 'd']" + }, + { + "id": "openseek-4-647c779ca8394553874d3ab508e40dc0", + "input": "['J', 'V', 'I', 'E', 'oar,', 'Y', 'g', 'the', 'D', 'whale', 'O']" + }, + { + "id": "openseek-4-39b441915b2b45379c6dd1c6b6e570b1", + "input": "['funeral', 'C', 'say9st', 'J', 'u', 'y', 'N', 'duplicate', 'S', 'm', 'r', 'kicking!9', 'P', 'by', 'h']" + }, + { + "id": "openseek-4-f9a867fd90464cdbb3fe462e034f8570", + "input": "['I', 'his', 'D', 'r', 'has', 'e', 'to', 'A', 'imprecate', 'Q', 'Who9s', 'T', 'feet', 'H']" + }, + { + "id": "openseek-4-2ae5c9c13aac4b2cadfb6ed0d49d91bd", + "input": "['to', 'k', 'T']" + }, + { + "id": "openseek-4-0692994eaad94bafa3b3bae43ffa8f3b", + "input": "['e', 'French', 'y', 'along', 'e', 'j', 'it', 'g', 'J', 'of', 'z', 'L', 'it', 'l']" + }, + { + "id": "openseek-4-c5e1322557b948dea8846972fbff6057", + "input": "['J', 'P', 'A', 'these', 'A', 'intervals', 'H', 'when', 'r', 'Where', 'K', 'water', 't', 'x', 'r']" + }, + { + "id": "openseek-4-c37bf3c3f4aa47448ed58c90080b5a17", + "input": "['i', 'c', 'him?4that9s', 'Q']" + }, + { + "id": "openseek-4-0cc8ae9a07d2436da9920aecd218d88d", + "input": "['than', 'c', 'H', 'S', 'who', 'f', 'in', 'M', 'the', 'I', 'r']" + }, + { + "id": "openseek-4-fee851a8d8a9437aad56b5b778d94078", + "input": "['t', 'L', 'c', 'E', 'H']" + }, + { + "id": "openseek-4-c4b5e0c8a39442449e14f2a03396cffc", + "input": "['ship', 'f', 'not', 'e', 'himself', 'z', 'down;', 'w']" + }, + { + "id": "openseek-4-22242c02a90649209f6ae0f170e85472", + "input": "['M', 'S', 'Z']" + }, + { + "id": "openseek-4-5900d8de97224fe68aba31da22984251", + "input": "['Whale', 'N', 'Y', 'blackness', 'o', 'j', 'in', 'l', 'g', 'U', 'Pip!', 'W', 'But', 'M']" + }, + { + "id": "openseek-4-9022c460440847c98a705775a3b196d4", + "input": "['the', 's', '(_They', 'f', 'R']" + }, + { + "id": "openseek-4-c21ebabfd47343709552abb8aedf6e3c", + "input": "['a', 'picking', 'Y', 'H', 'from', 'v', 'V', 'whole', 'w', 'I', 'p']" + }, + { + "id": "openseek-4-7c8cfe75136843bbae5cccbad78683e5", + "input": "['at', 'G', 'to', 'P']" + }, + { + "id": "openseek-4-a81ee78bf0e949b8b49e9fe8436d8f53", + "input": "['t', 'z', 'smack.', 'e', 'Z', 'i']" + }, + { + "id": "openseek-4-edcb176ad9944cd1abc3253696ecda2b", + "input": "['L', 'Z', 'G', 'and', 'A', 'm', 'not', 'Y', 'G']" + }, + { + "id": "openseek-4-3f6d5b25ac824333ad5fc5a3d546b7f6", + "input": "['White', 'D', 'B', 'consternation', 'c']" + }, + { + "id": "openseek-4-12830dc77cff4edf91aca2b364dfde10", + "input": "['Y', 'all', 'v', 'the', 'A', 'should', 'c']" + }, + { + "id": "openseek-4-020b796bc5cc4b77a2af58a334f381aa", + "input": "['decanting', 'y', 'O', 'over', 'o', 'precise', 'C', 'there!', 'C', 'shall', 'i']" + }, + { + "id": "openseek-4-fc30d20652994f7f9d1ad5b66bb61493", + "input": "['the', 'i', 'T', 'wild', 'l', 'feeling', 'D', 'u', 'moth', 'n', 'the', 'l', 'R', 'chance', 'j']" + }, + { + "id": "openseek-4-10171fc3d12746ef808ba5f55158ea84", + "input": "['3D', 'K', 'V', 'R', 'B', 'eagerly', 'i', 'purple.', 'D', 'winter);', 'H']" + }, + { + "id": "openseek-4-f1bde33154a64580b0b3116ba7108746", + "input": "['for', 'O', 'j', 'D', 'l', 'leaves', 'P', 'f', 'I']" + }, + { + "id": "openseek-4-c1bcee8647a94793ad0a95ea0236f562", + "input": "['cLook', 'c', 'j']" + }, + { + "id": "openseek-4-2c3ae8b3b3e64c28ba15e21d7eaaa912", + "input": "['j', 'three', 'B', 'accursed', 'a', 'separately', 'E', 'V', 'a', 'blows!4there', 'u', 'present', 'K', 'parts', 'D', 'Q']" + }, + { + "id": "openseek-4-df35e69ab9834d8bb9e2e867ab7b8166", + "input": "['nation', 'X', 'y', 'with', 'k', 'upon', 'S', 'the', 'U', 'and', 't', 'A', 'x', 'of', 'c']" + } + ], + "License": [ + "Unknown" + ] +} \ No newline at end of file diff --git a/openseek/competition/LongContext-ICL-Annotation/data/openseek-5_semeval_2018_task1_tweet_sadness_detection.json b/openseek/competition/LongContext-ICL-Annotation/data/openseek-5_semeval_2018_task1_tweet_sadness_detection.json new file mode 100644 index 0000000..d75e59d --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/openseek-5_semeval_2018_task1_tweet_sadness_detection.json @@ -0,0 +1,15307 @@ +{ + "task_id": "openseek-5", + "task_name": "openseek-semeval_2018_task1_tweet_sadness_detection", + "Definition": [ + "In this task you are given a tweet. You must judge whether the author of the tweet is sad or not. Label the instances as \"Sad\" or \"Not sad\" based on your judgment. You can get help from hashtags and emojis, but you should not judge only based on them, and should pay attention to tweet's text as well." + ], + "examples": [ + { + "id": "openseek-5-6c6729f8647249f782ef6bec9a4a1c6f", + "input": "@badpostyoongi I know for a fact they'll either ignore the fact tiff isn't or change Cindy's background", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-14e93fd9d530467f9195e190f26801a2", + "input": "Went to bed a 1:30, fell asleep after, my niece started crying at 4. I'm dying... 😧", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0e429a253c0440c592068feaa47b74d9", + "input": "and i shouldve cut them off the moment i started hurting myself over them :o", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-83acea2a44ed41b297e865afc495c70d", + "input": "@bxchpls03 U so lucky ahu 😭", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d2f081d41f7449a5b10b15b8b894effa", + "input": "@Jack_Septic_Eye Grass growing simulator is offended", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-38bdc19db516407eab48c5a38e62eadd", + "input": "@RealSkipBayless Your opinions on sports is dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b4edbe6f731c41448096f50f9aea21c9", + "input": "@NewsByKatherine @jonkarl @ABC YOU GUY'S SOUND astounded!! Does anyone working w Trump WH have an any ethical,moral, values? 🙈🙉🙊", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3d077acb13f84018ab8b0d69e634dedb", + "input": "Do people notice that only saying 'You're so pretty' when I have make-up on. Is offense! \\n& I take note that they never say it when I don't.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0db92ae2120544c4a6c9338e68d7f144", + "input": "Alaina and I are at 90 days on our snap streak. So?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d7e77b2d56d44b11908d0f9c70c0b231", + "input": "United Airline at Newark needs more Kiosks so that people won't miss their cut off time. And hire more ppl too. #horrible", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a278a1c00748482680f70b2258771486", + "input": "If @TheRock's Presidential run is as bad as his appearance in #Baywatch neither party need fear his run. That's $8 I'll never get back #crap", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-38e9f1e385194be9ad749faaf9b1b614", + "input": "@chelseanews4you Best of luck blues army make us feeling goofy this season again BLUES TILL ETERNITY", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-456d9debeccf48458f24e383d30f416a", + "input": "@SRuhle @MSNBC Sebestian Gorka, what a arrogant A~hole! Has no business speaking! ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a2a9c1a237d94ad8a1f148ccd7e83165", + "input": "@praddy06 sir.. will we have the need for umbrella today evening.. sun seems to be stronger to pave way for clouds.. 😟", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d12c79b72f2a4f10879375c97a96c676", + "input": "@washingtonpost @silvajanes How awful!!!!!!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4017ee29f3e24a038b5cfb916906d082", + "input": "@_Oteraw unhappy and unfulfilled 😂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5b4d2d4291ee452f83d5f0a8b6c143af", + "input": "When I think about Yondu & his crew, Rocket, & Groot doing 700 jumps to Ego planet, I start laughing.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6ee66945ac8f432992b4ff2e57562aa6", + "input": "Same ☹", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5dd24badeb5a4451aa0fc4dc1dbe0c30", + "input": "@lala Loving your book 'The Power Play'-It is a serious game changer. If nothing else, my dreaming big will land me amongst the stars. 🌠", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d0c2d75bbb8c4d38b248805a313932c6", + "input": "@BillMoyersHQ Elderly belong w/family; our social system is broken. This egregious 'Meancare' will shake it up, alas.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7f84cc706180423a90f4f5250cc31f2e", + "input": "I have actually watch drugs destroy an entire family 😢Mother's on skid row. Oldest daughter lost her child. Father is estranged. #horrific", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-de5ecdeb1846440dab3e2b20ff76e27d", + "input": "I feel intimidated", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-66ee8dad7eb441cda3912e22d25bc33a", + "input": "@CTAFails @cta is it ok for your drivers to smile not open the door and drive off ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-86a5161839df466fb9d7f1b64c275bf3", + "input": "@RyanHedderick happy birthday big fella, have a good one. up the blues x", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f892ebf00dc943bf98ff1e981b3d96c8", + "input": "@maidinaustralia D: That's horrid. *hugs*", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cbe76d42a4d440feb33dd5bb2a29eaf7", + "input": "#Rage and #disappointment man.... Is that life or what? Lol", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ececed56262f4f37943a0162e7e54563", + "input": "So disappointed in E! portrayal of Kylie Jenner! Makes her look so fake & filthy rich @ every turn #disappointment @enews #LifeofKylie 🤢😒", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-62439346ff2d4b23ba8b408f41e70061", + "input": "WAIT...Lawrence's friend dragged the fuck outta him!! ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-48e933308e0e4d24a2e9427d9dee904c", + "input": "Hiya everyone if you want please #retweet my pin #rt #help #romance #wattpad #hurt #tweet #twitter #thanks", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1fa0821d2ff843198c5b16ca528fd42b", + "input": "Can't handle rude people. Doesn't matter what job you do, a consultant or not, treat people how you would like to be treated 😡 #disapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b275a94b525544aaa05adeaad81e3fb3", + "input": "Are we making the dark, darker or are we shining the light of Jesus into the dark.\\n #Jesus #light #shine", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6bf967ca80874ef4a9e6cefd7d0fb6d2", + "input": "Worst dreams. 😥", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a7b9e9c04fd542a88ed743634d13ddc2", + "input": "@apinknumjoo Hello, namjoo unnie! Welcome to paradox.💕 i'm deeply sorry for the late greeting 😥 Chaey is wishing you to have a pleasant +", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bf52b41bfe1a4ae4932e81f3ac34036b", + "input": "#IfOnlyPeopleWould not exist. #humanity #life #ignorance #nature #mothernature #sad #disappointment #smh #personal #opinion #views #animals", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2cdf08ff56b44b4396fab965d5d386c7", + "input": "@1720maryknoll I was #fuming Kenny.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac8ce3a44bbb4c85a202702d502a4cf0", + "input": "+++ '#Dearly #beloved, avenge not yourselves, but rather give place unto #wrath: for it is #written, #Vengeance is #mine; I …' #Romans12v19", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4a32d5ce2a6e4e7385c3d924b3ff87d9", + "input": "@tonyposnanski Putin told him not to. #pout #heylookatthedistraction", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3fdd976f494242618b62d89842abd6e5", + "input": "@brownjayson @MylesGorham85 I subscribe to this same philosophy but then drafted Michael Floyd anyways because I'm #bad at this", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8a77863dd94c4c979b3b5b567e0cb46b", + "input": "@_Buddh_ @rohit_mhpl @indujalali @rajnathsingh We are also wating when terrorism willb history. And one thing kashmir is not India's", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f6355992fe714b73bb820acf31b7a443", + "input": "Something #awestruck me today as i was laughing to a non subtitle korean variety show...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-db99201daa0b482e9b8e10d5bdacb4f8", + "input": "Selling nudes pics and vids kik me to buy! Dirty_becca69\\n\\n#kik #kikme #kikusernames #snap #snapchat #findom #nudes #slut #kiktrade #horny", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-00e81090872148d2a0f7937851f88086", + "input": "@Zineeta_R @RusEmbUSA @mfa_russia The hatred and fear many russians have for anything non-russian is just sad.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4d503e0b628d4128a6fe78727716f634", + "input": "@AGlyndwr @TeaPainUSA All I know is the sentence will start with 'look...' like any high school punk would start a threat.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a611a02273d042f8823af10f71278a0e", + "input": "All and boy play n0 no play dull and mᴬkes.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b43f067378824d1cbcfc058b697f65b6", + "input": "Wow! Today, totally seeing alot of #mean #people out in this #world! Turn it around and #start cultivating #kindness! #SuccessTRAIN #warrior", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e2c9db15f1ea4e37bf6ebd9b8f21b95c", + "input": "It’s lack of #faith that makes #people #afraid of #meeting #challenges …\\n\\n#MuhammadAli", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1265049a20fd4c4d87604c23ca12b2eb", + "input": "Can't believe Zain starting secondary this year 😢", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0ae830238cb14b1389ac7b4291eabd5c", + "input": "When you have just about enough @marmite in your jar at work for 1/4 of a slice of toast 😩😩 #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d09a8be0d72e4332befbd945b79c090b", + "input": "@GarfieldLineker @TimCRoberts *on his back. Apologies for retweeting a tweet with grammatical error #mybad 😱", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cb69120624ec4c95b08fa01b796212e9", + "input": "Literally hanging on by a thread need some taylor ray tonight loving a bad dog sucks #taylorrayholbrook #hurting @TaylorRaysTweet", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3431f09e32e844bea4043e2d9bc21eef", + "input": "@skh4808 @theveteran425FA @TomiLahren Then why'd they wait until now to start getting pissy? ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d805ef6243a04f5fa73fbf6bca812af2", + "input": "When the lights shut off and it's my turn to settle down, my main concern...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-863d66497740424eaa212360aa474c20", + "input": "@theIeansquad @SatanHeavenly Rap is so unbearable and horrific.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-aa14aaa8edb54007ac0ce1266214c9e2", + "input": "@imaorangepeeler Imagine you walking up them sober 😉", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d350f6ef0e4c49f8b4bab209664373d1", + "input": "Had frustration dream that left me utterly f**king furious. Plus side: so angry couldn't sleep, wrote 1500 words. Minus side: still raging!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c7b859ff29a04e36bbd90595854ba2f6", + "input": "There's no excuse for making the same mistakes twice. Live & Learn or deal with the consequences of being unhappy #truthbomb", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-67fa37eaa1c244aebb2b34099a4be085", + "input": "I am shy at first.It usually takes me a few minutes to assess the jaw of the people i am hanging out with and then i will act according🤷🏽‍♀️", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8d90c92959d64d039e2afe3b5314926a", + "input": "5 goals in 87 appearances last season between McKay, Holt and Windass! Simply is horrific! Get midfield balance sorted and team will fire!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-69463f1ca31846b2a1d49c5317cf6740", + "input": "#dmme #kikme #sext #horny #ass #bbw #naughty #pussy #kik #nudes only girls 😩 horny #snap jacobgigs", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-dd2116a4e5204672b239e76ce8da53dd", + "input": "So @Ryanair site crashes everytime I try to book - how do they help? Tell me there's nothing wrong & hang up #furious #helpless @SimonCalder", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-07cf9483782d433b8cf2739cbcf483e3", + "input": "There's still sadness and hatred pero i do feel better than yesterday.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cc86496b21fa4b1b9b64de8a137b5457", + "input": "We know the #speed of #light; so what is the speed of #dark?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2215ae3ad79d4120b1ccd7725cfbd8c7", + "input": "It could be soul-crushing despair, but it also might just be the marshmallows I had for breakfast", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-462a3461e2bb4c31b5382810b35bc6e7", + "input": "Past my test exam .. CDL achieved 😥", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4c672d87c30547e38fdef823b82324e4", + "input": "Every day I always get a bit sad when I've finished my lunch.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-968de7bc387444b5a28481f36d1ea5e7", + "input": "@TheEllenShow I follow you bc your TV show keeps me laughing🤣. When you #startle your guest sitting on that couch...booo...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6a3931b1db9c425da9b7554a2694a05e", + "input": "@WhiteJennyB @EmreUslu jenny white u r the dumbest here .. What r u trying ? Get lost..", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3cad2c89c4394f7289de4c6503c56012", + "input": "I want to digital art so bad, but my dad won't let me use my iPad till exams are over 😂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-74f3dca24ba84a61b88408f3d67a14ab", + "input": "@beautifuIbaek Wow! I hope i win. 😭 thanks for this. 😊", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-91365bb0d4e04721a1b5fe26c645cec0", + "input": "Baby, I'm dancing in the dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7dafbbd6c17a4e35bc49ea6ca10bbad3", + "input": "She mad sus hung up on me 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d2a287823e534a508f569dd74c64d66e", + "input": "Yes @itv2 @LoveIsland putting that Angel @MikeThalassitis back in the villa was the best move #revenge #returnofthemike #LoveIsland #hot", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9958d8553ba040f8a5b9a82d8469dbdf", + "input": "@ehtesham_toi @RaviShastriOfc unfortunate decision, our players are more of superstars than cricketers. BCCI scared of their tantrums.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-42e36da385e04be68f206526f93d2fa7", + "input": "Like I might've set it down on top of my car & if so, that shit is long gone 😭 ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-17e3cc3821064408a8e27def6ca9ad37", + "input": "What do I do with my heart that is trembling by just the thought of it?\\nI really don’t know what love is", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e226b0b78330497e8a3e77b04f1cac19", + "input": "#DamilolaOurLovedBoy So upsetting 😢😢. Why do people want to hurt others! Such a cruel world we live in #heartbreaking", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81221fe2abfc4cd49b063bb368c1b0e8", + "input": "y'all don't understand. this woman's wrath is REAL. 🌹🖤", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a8e58337a3c44e6281b380b12d7d320f", + "input": "How sick must someone be that they wish to 'punish' someone for not being their friend? #insecure #lonely #miserable #vengeful #RHOC", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c5c136fddf9746ba9aaa365c4f701ddc", + "input": "@livedarts R.i.p my friend, cant get my head round this, #devastated x", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-06e6cd0a6a9a45258b75789b2de9c06e", + "input": "If you are going to be a nurse, learn to be a nice patient person, Jesus 🙃 ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bffcd80d0ee64582bd315f64b9cbdeb8", + "input": "work is going to kill me and 5 o'clock is nowhere near 😟", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ed0a6fc175744e98a13835db13168a5b", + "input": "Totally scare for this upcoming results .", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-25e1ce5738e049a4b5c7203d86108fb1", + "input": "@IainDale @LBC The only word worse than 'moist' in my opinion is 'scrape'. #ugh #shudder", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-76a329442b98494e814dc48d2606d120", + "input": "@TimmyLDN Looks dreadful... 👀", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3cbbfce05dbd403baa6ab444207bf793", + "input": "@620wtmj Seriously @620wtmj !? This is news to you?!? #sad \\n\\nWhy not focus on important issues??", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-950ecaa7ccde44a49839968862ab7fac", + "input": "@NitashaKaul @Snehakaul2Kaul so beautiful dear, thanks,everybody knows it is in benefit of India & GOI has done this terror attack as before", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3be3bc422afa4f1fb9f71305d12a8274", + "input": "i just wanna be sober with u", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-91c9891ff6aa48b989ba74ceb3329ff3", + "input": "'we need to do something. something must be done!!!!!'\\n\\nyour anxiety is amusing. nothing will be done. despair.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-97124820666042708726f7a6942b3da4", + "input": "@TheView Joy isn't a comedian. She's a bully for fat shaming the governor. Great example she's setting for her grandson.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c2a3a00b61054d57accac7aff564df2c", + "input": "[ @TheChicMystique ] — hurting badly and that he can't just leave him like that. Angry and heartless. ]\\n\\nI promise you that I'll be back, —", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-052bc4d2722043b09c3acf8cbe3f3163", + "input": "I've got builders in my office and I have a game to make. Perhaps ill start sketching the next game... #gamedev #indiedev ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7521eb1e407f4a98bd7e2808eaf5ef3a", + "input": "@MikeAndMike @Buster_ESPN if you get time.. @Orioles buyers it sellers or what are we going to do!!?! #panic", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cb7f649507d4432d822d545b1e45472e", + "input": "I like the #glow in the #dark #fidgetspinner. Not because it glows the dark neither. It feels more lighter and smoother than the others", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fdf2f3262dba49429f1adc8078b8ceb1", + "input": "Damn I lost my keys and I forgot to get the garage opener", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c76c385c236345f1a02ffd251ba31d01", + "input": "Shame the cashback @mbna @AmexUK credit card comes to an end. I used to look forward to that end of year bonus. Sad really. #cashback ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-866133a550e54d9aabad540a04326ef3", + "input": "@JoyceMeyer @mrsglessman #day of #vengeance of our #God; To #comfort all who #mourn, To console those who #mourn in #Zion, To give [4/7]", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-abf8e2b0c6764d6f998c79381eada0b4", + "input": "When Duane Allman died, I learned to appreciate Stevie Ray Vaughan. True story. #blues #legends", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-aa829aadfbbf4d8cb047a8efe7ae85f6", + "input": "made up my mind to \\nmake a new start", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ed033b678aec4a40bab3d60f6267b270", + "input": "nomore drinking for me 😌😂 #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-285b94934d06406eabf0ed7e5bbe839b", + "input": "We can replace #loss with #hope, #hate with #love, #pain with #gain, if we close the window of #bitterness and open doors of #faith. #TryIt", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fa761ba929c3423bb5fbc7bcc09c2e49", + "input": "ARMYs we see you working hard to keep BTS on the Social 50 chart!\\nDon't feel discouraged, it's still amazing that BTS is #2 with no promos 💕", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c7acd362060948c79c2e6c15f305d2de", + "input": "Okay I seriously don't know how this whole twitter thing works #lost", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bc94eacd4b524df48e9843fa49be92df", + "input": "@andyfleming83 Bastard squirrels. 😡", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-956488a100e64f7da1f16b1c1d8f28c8", + "input": "#LouiseLinton - haters gonna hate keep on being your#fabulous self they'll keep on being #miserable", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4f15db7d91874221bcff840f35429aab", + "input": "Please stop ruining my depressing memes with your positivity and optimism", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-67862121ac0d4d3a9a9495b860953552", + "input": "#Worry never robs tomorrow of its #sorrow; it only saps today of its #strength - A. J. Crown #faith #positive #motivation", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c03f4561395347aebd5685d7204b08ec", + "input": "What does Amelia want?! Sarah was v grateful #CBB", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-84ca68d2a1ff4b6db732b6308567b71e", + "input": "I'm sorry but also...fuck you #currentfeels #anger #bpd #eupd #borderliner #mentalhealth #anxiety #depression #confused", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-eb9dbccdd0524b20bb43308156c47669", + "input": "People were always afraid that stodgy squares would kill rock and roll, but the only legitimate threat was ever child choruses.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f5f3ce6cda7643f0b2d646415ddc5b20", + "input": "I must be a goblin for it rains every time I'm effin sad. Lol", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-22729b1bc1254188bf2aa3d1056b8ccc", + "input": "Wtf shawty ass on 😤", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1b0bc35d33bd47eb8c2afb7be6f75373", + "input": "@jamesmb @DonaldJTrumpJr His knife is clean. He is tough enough to fire a gun, but not tough enough to get his hands dirty. #awful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-df3c108728cb4c59993fd5506cd6b176", + "input": "@elegantlywasted @ChelseaClinton Are they the new kennedy's of American politics.. sadly both mom and daughter are as charming as a toe nail", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bfa4757cdd4e4bc7b8f27dfc830fa52c", + "input": "probably watching sad bts video bc im sad :( iwannacryy :(\\n halppp", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-75b8a32ee59d485dbaffbef740337296", + "input": "Just paid out my arsehole for a couple of New Found Glory tickets but it's gonna be a GREAT start to my birthday weekend 👊", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9fb185f4cf0745f184a803f5b71d3d92", + "input": "Oh @BentleySystems what hast thou done to thy configurations? #despair", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ef6d9e786d7441f4867fd4d05265c762", + "input": "I just watched the video that i took at troye's concert last year during happy little pill and now im crying i miss him @troyesivan 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1eae52656fdf45bc87da8d57f6f4e261", + "input": "What is this miserable ass weather all about 😭 dark and gloomy #depressing #weekoff #wheresthesun", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-92f23e7d57ff4f5ebe1d6af2217c990c", + "input": "#AmericasGotTalent live shows with so many technical faults #disheartening", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fa8e061f67ab4a23a33d45bcf84f4adf", + "input": "I'm kind of tired of everything #summer #heat #bicycle #videogames #bookwriting #nothavingacomputer", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-550b3e1377a54666972e865ce50613fa", + "input": "Everything I order online just comes looking like a piece of shit 😤", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4660e42562784ee399f069dbb7e5a6f2", + "input": "Can't drink all day if u don't start in the morning .. Drake gets me 😛", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bcfe51c845284638b2e28bf384120d64", + "input": "MY POWER GOES OUT AND SHORTS OUT MY XBOX!! HAD IT SINCE DAY 1 LAUNCH OF COURSE IT BREAKS ON MY BIRTDAY! #birthday #xbox #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8f84d106f6db4e668f532d9978ecfa8d", + "input": "@ProfessorF @Mediaite @law_newz Childish temper #tantrums are all the left has left. :)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1ea4094cd9504ba59004fc84ebd7c6b3", + "input": "Outside has basically become a horror movie where gypsy moths take over the world by flitting aggressively about.\\n\\n#creaturedoublefeature", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d77e1b285c0547e5ad9cfe450c6b7cd9", + "input": "Can't believe I've lost my phone get me home", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ab703682ba454ed396f251c7808277fa", + "input": "@thatradiogeek That is a tremendous thing to wake up to and read, man. Glad to hear it, as we need WAY more people helping with this.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-045fede1904f44dd8b1e0256c19fabfc", + "input": "Brighten up a gloomy day with a @SiennaXOfficial spray tan, we have a tan to suit everybody! #spraytan #tan #summer #godalming #hurtmore", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-38c0e831aa634336bab3cdeea69b13f0", + "input": "Time for a #burst #burstcoin fork??", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-680917e80635438e978d175a68500992", + "input": "@Aaron_0424 @marquezmark06 This is serious paranormal stuff going on.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2c818aec8c91418fa259773bc5d7b1c8", + "input": "If you sit back, watch & listen to every .@TheDemocrats & .@DNC member, you'll quickly learn it's #Victimhood, #racism, & #hatred. I'm #WOKE", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f51189f105974af583805cc4f9ea3c39", + "input": "I mean, not that I wanted goats to faint... but I wanted to see the goats faint. #eclipse", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ff0c0ac4cc3d4f0086546454ef99ecde", + "input": "Really don't want my mom to go back home 😢 😢 😢 😢 😢 😢 😢 #gutted #crying #miserable #why", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-551fce4eedaa41cca61074aeb0b621ea", + "input": "Was a huge fan of @Ryanair but last few flights have been horrific. #rude #poorservice #nostock etc etc etc #dissapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3dd875530e214cf2ad78b33efd7de880", + "input": "Africa has unique and tremendous problems with war, overpopulation, starvation and tribalism which makes moving Africa forward hard.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7ed778c9fff44fa8a94602768f2c35aa", + "input": "Do not presume that richness of poorness will bring you happiness - Santosh Kalwar #quote #mentalhealth #psychology #depression #anxiety", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-917269b8ee334dc29ce2fe5ee679b8c7", + "input": "coffee the floor; And the soul grew furious as the stillness broken by little,", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-efc5fb2127d440cea71022046119fcc9", + "input": "@jaassiieeeee I will not fall to the dark side😂😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a584abe3daf745fa94be0d93caff57aa", + "input": "@emmajckson awe thank you (,:", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a31b5da1d36a435ba011f02d8644f03b", + "input": "@BBCBreaking I have some mistrust of the medical profession. The cover up was more important than the patients.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81131cc74073484095a03d4fc8a9a2aa", + "input": "Look upon mine #affliction & my ​​​#pain​; & forgive all my sins. -Ps 25:18", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-37cb4974c1c24a6ba17076dacfc00e98", + "input": "Caleb had a nightmare about zombies. I had a dream about freedom.......", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-29a30707925c4b9b88b888287403516b", + "input": "The next time I go to Lagos I will gate crash somebody's owambe dressed in lace and gele to eat amala and shake my waist😑", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-188c6e44295947bcb132f7919da11954", + "input": "Damn I'm tired as hell I never get a off day during the week anymore 😭 I wanna call in so bad but these lil 60 hrs sounds so good.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-55892afee36b4381ac6a9d1cda11ba11", + "input": "A bih be on lock down and shit. #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-462033dbd0054018a609cd6961c52b4f", + "input": "How do you feel about @Snapchat new feature #SnapMap 👎👍❓ #twitterpoll #polls #vote #Poll #Snapchat #twitter #tech #technology", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-34dfa819624d44cdae4e588ae948b869", + "input": "So now I have to buy a whole new computer ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-71844922da2547b38ba38c12bc640456", + "input": "@who_cares_nvm The destroying of my memory is my goal so ECT might work. Or a zapper thingy like in Men in Black. Or Dumbledore's pensive.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a0de4ff4a34d427b8a94f40e29b6f1dc", + "input": "@mrjamesob @LBC 😂 snowflake random such a funny man never a dull moment brilliant", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7c738aa04e2443aab5d44f12294835d9", + "input": "Good morning and happy Tuesday! I hope you have a terrific day! Enjoy it tons 😃", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7bfe6daf98b34dc587757ab5edcae249", + "input": "I've come to the conclusion that the online world is seriously 'fucked up' there's absolutely no other words to describe #bleak #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d2986e00209549cea509287ef64c6749", + "input": "Imagine suffering chronic depression and being told 'you have an unattractive chip on your shoulder' #DWP #WRAG #WWW.GOV.UK #Mentalhealth", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6aa6d6c35d594a629e14bc17f2d4faf7", + "input": "@realDonaldTrump You've spent more time and energy protecting Michael Flynn than your own son. You're a coward and an awful parent.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-57119266dcac4880b4db6856e87a032d", + "input": "@thealexpeace Not bad at All, think may come back to haunt you's", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3e255ef6655e4c9aba17f962979b3bca", + "input": "@UNESCO Remember not to spread #hatred and #fakenews on the internet. Do not abuse #Hashtag10 for spreading #ArabNationalism!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d3f5b3fd1b3e4f0c98ecad7f2da8369f", + "input": "Leviticus 19:14\\nYou shall not curse the #deaf or put a stumbling #block before the #blind, but you shall #fear your #God: I am the [1/2]", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-26e7e40be42e4c69bb08defa6eabe2ce", + "input": "I never thought I would say this but I really miss Todd 😥", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7fdd0fb122b342d68ff549d6e96a4122", + "input": "Can't Talk To An Incompetent Person. Goes In One Ear and Out The Other. #irritated #NoPoint #MassiveEyeRoll", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-94f52fbf98004fc5881d79a6d2b1e11b", + "input": "was one moron driving his oversize tonka truck with the big flag in the bed back and forth blaring country music. 😐 #disappointment", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-90c5123015894b8b82bcd79216c4bfc5", + "input": "i don't understand ppl who save wasps , next chance that lil dude gets he gnna sting ur grandma", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8c63460f0130492aa8f262322e63fd7f", + "input": "Counting on you, Queensland. #StateOfOrigin #Broncos #maroons #blues #NSWBlues #qld", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e3e9e11b3791420092929b7bc47b55dd", + "input": "@JusticeWillett Lord, we don't understand tragedy. Do what You do best: bring good grom it and comfort those who mourn. Amen", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8d529648043d4ed1890d0acda1b808aa", + "input": "All this makeup is going on sale....\\nBut I ain't got the funds. #heartbreaking", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ea918d91d05e42edad8bfa4e46da7bb1", + "input": "@uzalu_ @Veeh_Ro What a joyless cunt.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a4acc74a72cf4951bf8c613236cf481b", + "input": "@BrettKeeble I guess it never. @smartassunit #worry", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1e9f8d0fc6b34c6db73df56f345578da", + "input": "#World do you know what the difference is between #drunk and #sober? One word. #Coherence.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-211ccb3fd0094b37916d0dbefff0a1c2", + "input": "EEEEEKKKK!!!!\\nProduct LAUNCH 😍✋💖\\nI'm am literally B•U•Z•Z•I•N•G!!!\\nSingle sachets 😍😍\\n \\nMessage me for yours! 😜🙆💜#loveyourlifestyle #shakes", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0762af70c19f4ad39672a995c3fdc38d", + "input": "I posted a snap of my dad, and someone thought he was my GRANDMOTHER #crying", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ea3052e7f15f42d6bf1f92e67f07c7b5", + "input": "Last Sunday YouTube glitch making me lose up to 20 subs is heartbreaking for a channel my size! Nearly at 1K though #1Ksubs #youtube soon 😀", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a959c9ccbfaf4bfd941da10a4da34a10", + "input": "Nah but as a governor how do you call someone a bum & that you love calls from 'communist in Montclair' ? 😂 #crying", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8300c04962784f50b9ad52c048234c72", + "input": "Too much caffeine, and I'm dyyyying. #jitters #shakes #paranoia #heartbeat1000 ☕💔", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-64f66b4f67694af993d65f50bb5b6ee8", + "input": "@KitchenAidUSA I spent over $500 on your mixer, yet the dough hook chips in my dough. I buy a new one and the same thing happens. #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3804b67cc2c146f3aa51a3d5ae429178", + "input": "Post TRNSMT blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-100ff204077c40feb5050f51f172fcab", + "input": "@Bravotv is there a way to watch NYC Million Dollar Listing & filter @FredrikEklundNY OUT of the episodes? #primadonna #duckface #tantrum", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-64190c0eeb924ba28bd8b7231a415e4c", + "input": "@SkyUK not impressed by your customer support. Forcing customers to use fb chat or sms! Very slow. issue is not getting sorted ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d30224c2d4ee4f788f8777e8c78b3575", + "input": "Beware the wrath of an angry, frustrated, #agile grandma with a network. 👵🏼😡 I'm just sayin'. #objectlesson", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fb37d91649bb41f7ac9f7f96055a7d57", + "input": "@Cmdr_Hadfield CNN's Wolf Blitzer calls you an American astronaut and you don't correct him? #dissapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c0ffa7263ecd42ed8de62d99997363de", + "input": "Did men call themselves shy and mean it? So I reassure him that I'm just making sure he's a good investment and alla that 🙄", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-684cd9f2fa2a4b7291c89ed813264dcb", + "input": "She was obviously moved by the music of @RobertCrayBand tonight and wanted to share the love. #blues #concert", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9ca2ab05762b4c6ba4bf3a0591a79fe3", + "input": "Girls masturbate too,boys cry too!\\n#girls # boys #cry #masturbate", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-75223d4e0ff345e4b6a09c9b1617d27a", + "input": "@angrydwarf9 @carolinesandall It ruins my frigging night each night at 9pm. Mrs loves it, i've been early to bed for a month. #dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e01da8cfc4054d40957cdb15cc559b6d", + "input": "@RoflCritic @NBTDilli @SudamaNBT ,BJP MCD busy collection of suvidha sulk from unauthorised colonies", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4215813222b14bd2975d2a55a6b28bf7", + "input": "And I'm really pissed the fuck off because I do a good job of keeping my kid well because I don't like to see her sick and sad.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-792f2058cec84509b022f161b82c70ef", + "input": "I like how all itos manga end with the most bleak and hopeless endings, but not doing it in a way to make it look like the protagonist lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ce83c9c74712439a870c2d1e537b05cc", + "input": "@ScottAdamsSays broke it down on #snap great analysis on #CNBC", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-699b4c6cc3e944598003e4c3c7a62643", + "input": "You would think booking a holiday for 2 you'd be sat next to each other on the bloody plane #fuming 😡@ThomsonHolidays", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3073da516929449bb3bedabc1514cc3c", + "input": "How come quiet well behaved cats and dogs have to ride on a plane in a tiny bag while screaming small humans roam free? #outrage #teampet", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8fd6836a2c0940d78279c0cea064437f", + "input": "#depressed Today was bitter sweet watching all the kids go back to school made me really miss my babies. I'm so broke #backtoschool2017", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-28c2edca85b34acf90df773bacf2ea34", + "input": "@o_pebbles Not of this one sadly! 😪", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ad43919f62ed4cd5874b64c6b5f8cba0", + "input": "My best friends driving for the first time with me in the car #terrifying", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-19c2875c5fb3437ca3c49fbef1bd206c", + "input": "@LoveMyFFAJacket FaceTime - we can still annoy you 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f18f6710180347bfa77c49973b58a018", + "input": "Migraine hangover has to be the worst thing ever 😣 #burst", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3931ab0aec0c4474801921024a816749", + "input": "You can have a certain #arrogance, and I think that's fine, but what you should never lose is the #respect for the others.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-26c800bb4da34c3ea6019e2a1552edd6", + "input": "Alright Alex and I have party boy neighbors who blast music ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6280400d3d21428f9a68bfbbc9ae3ce6", + "input": "Shooting more than ever, making more mistakes than ever but I jumped in the pool of sharks a long time ago. #relentless *#resilient", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5bee81622a214b9e9b95a037b7817ff8", + "input": "aleesha—kitchen sink, twenty one pilots (!!)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f03258bb956e47eeb9f80183c0135206", + "input": "@PuddlesPityP once again you have made me a very happy woman! Thx P and Casey. Sigh. #worththewait #cry #beyootifulll", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3adacbda1c9b41e5beef002d24e8901e", + "input": "@vivaonline Oh schade 🙁", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e9a2598cdf984d11924cb15d4203e1a4", + "input": "Saw my first Larsen trap today with stressed magpie. I NEVER EVER want to see that again #angry #distressed #wildlife", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c2cfc38062b04fbb8749a98cb0bfdcfd", + "input": "Theme of week: Ask the Lord for strength & perspective to persevere in #integrity and effort, despite being #disheartened & disappointed.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-addcab5a80354a6a813a5ec07a45581a", + "input": "@AllyiahsFace You're page is full of make up. It's a valid question. But you probably prefer to be smashed and dashed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fced2c27c99f4af9a6581da6ba3bc8ea", + "input": "@hollloman @nessa_babbby @ajvannozzi97 As half a set of twins I resent that!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e7663f7c90254c19821b256690f700cf", + "input": "@CNN @NewDay If #trump #whitehouse aren't held accountable for their actions,what precedent is being set for future presidencies. #nightmare", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c32811f257ba40e981f63980645a8b1c", + "input": "That moment when you look back and realise you've been a #selfish #horrible #judgemental person. #FeelingAshamed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6ac480a7655e4d80bb77071a2434e5da", + "input": "Listen ... this golden brown is giving me life ... but why the hell did my feet have to get so dark 😓", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0c9043365b534aed840b861e9882b367", + "input": "Got woken up by a road sweeper I was trying to sleep ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-75905c1b831a4a6fa0f240641117c291", + "input": "@silverstein 13th time seeing you guys today and you cancel the meet and greet because of the storm. We're all soaked.. 😡 #dissapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c66313438059462fbda935a48f89c246", + "input": "@JohnMayer No DSM shows. #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac1a7c78bd174ff980ff6f43230eb8bd", + "input": "@FabianisWailea No. No i did not. ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-eb2b8df403414fb580e3bab0a035694a", + "input": "@Argos_Online customer service is dreadful, phone bill is huge and get passed from person 2 person and keep taking money off my card #idiots", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-13ac34be7dc54d99a432e5582966be3c", + "input": "If u #smile too much😀\\nu get frown lines,\\nif u #cry too much😣 \\nu get eye wrinkles,\\n\\n🔂 laugh&cry\\n\\n ...it's #life 💗\\n\\nHave a great day\\n\\n🍯🐝's", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-67943b1f9dcd4e619ed0ddeb24f4e436", + "input": "Woke up feeling fresh with a clear mind. That's never happened before.\\n#morning #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-216cbf99cde1442eaf81161642f6e8cd", + "input": "By the way...in case you didnt know...joshuas goin out tonight...to take the trash out and then play blues at ever us 6.75", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-86407060c6f242269046ec5d73c3b797", + "input": "Julia and I are finally going to be able to meet PTX #crying", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-eb1af1cd83664dc7b0ded61ec4948a68", + "input": "@F1 Why announcing so late, it will be hard to make it from Manchester and organising a day off. #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8dc1b7d6e2774fa199c6689803112e34", + "input": "How shit and depressing is this weather wish I can travel the world for a living", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a4642fdbcf63493281199ddad98fe6b3", + "input": "@Uber very disappointing that support has not responded to my email!! #bad #uber #service", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3d05fa9e1fd54cb3ba30a5c384c1fadc", + "input": "I think I'll eternally be irritated by our LIT teacher 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7311a6f194e8402cabd93b1cc3262517", + "input": "@JoshuaRozenberg Oh dear! #tantrums", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a704b7142bba4415b654c5634118eeb0", + "input": "@virtualalien there are more #frightening things in life\\n\\n#BeyondTheSphereOfReasonableDoubt", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b9b314f5a0954eb8b11b2625e231737c", + "input": "#Worry, #doubt, #fear and #despair are the enemies which slowly bring us down to the ground and turn us to dust before we die.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0a5b2eb98c71404e88a634f84b79ae6b", + "input": "@hdfcergogic yr customer care exec r unable to pull information on l&t insurance #horrible #service #beware #renewal", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c3c06b6f4f3044bf8ea9a167da2fd19d", + "input": "Freakin a...I deleted half the episode of BIP on accident #bachelorinparadise", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ab98292eaf2d4a52b81773abee85e675", + "input": "@mysarazaman Ya it makes me be more selfish and disheartened", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d4636858199f4f778e7380d37b1e6b6b", + "input": "Quite possibly the worst anthems I've ever heard in pro sports by both singers. I wish I was deaf. #ASG2017 #mlb #MLBAllStarGame ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fea41c3a5d144eb48c584b5e9b5dc8b8", + "input": "My dog wouldn't stop barking so now I'm up at eight am with a raging headache", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3b51877b51a34afa8f84979c06893c57", + "input": "@rosieblossoms_ What a miserable piece of shit 😡", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6769172da7e742d7a1911ed2a7cbd98c", + "input": "My boyfriend is my whole world 😭", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-06cc84461a7147f1ba5ba17fad4532e1", + "input": "smiling but we're close to tears", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-45912aeb25a541f08dfdb6d615e81a38", + "input": "Paul Ehrlich said that humanity is a threat to all life. Such great news to start the day. If I could blush I would.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4c940bc713d14e0aa590d22592809bec", + "input": "@WDA_Punisher @SgtDangerCow @Battlefield I think so too. \\nCasual audience was particularly unhappy with server admins and server rules.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5f5e39305d134fb7be51cb01ac7f42a8", + "input": "The way I'm always on twitter at work is a little alarming 🤦🏾‍♀️", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d34daad4c8f543efbef7839185fa80fc", + "input": "@UKSportsZone In other words, I don't like the result of the poll so I'm packing up my polls & taking them home while I pout. 😂😂😻 #bbn", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d11096be7d44466dbbd62a2392cab770", + "input": "depression sucks😔", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b01093bb551a4e65a9ae0326aec18a30", + "input": "A programmer’s wisdom is understanding the difference between getting program to run and having a runnable program. #puppy", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-697d934dfa8e4026b1392d2d4b42e4af", + "input": "@GemmaAnneStyles @Fabicelolly we don't have these in america (i think) i'm #upset and #hurt", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9919a860602e405fa84d97833017b41b", + "input": "Someone's nicked my lunch out the fridge at work!! Roast dinner as well! #fuming", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f4ec9e5597544529abc362917663517f", + "input": "To #Wyoming: you have a beautiful state but your road signs, or lack thereof, are terrible. #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8bd64707cbf64d2782f8a674f708ba29", + "input": "Man I feel like crap today 😰", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6c3c5192c0194d84bf425ec83818609c", + "input": "If God had a plan he would've made already #discouraged", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f5059f7a3144e68bc94f4ee20d09897", + "input": "Chelsea and united must be furious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-89b06cf15f5d481ea6d6f1611f0a2156", + "input": "@kylegriffin1 It's disgusting. #sick ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ce7506f6289749e084936d2bd50ce9a6", + "input": "@FFigureFBust How so? I've been thinking of getting it done and now you've given me a frighten.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9a33057b8ca44dd4b00df958fcb6a044", + "input": "O, the melancholy Catacombs quickly wandered about the Rue Morgue, Madman!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4024ad90edf346b6982f1900318b20bd", + "input": "Been at work for not even 4 hours and I've thrown boiling tea everywhere, smashed a mug, smashed a milk jug and sliced my finger open😐", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-37cf61cb59a3460d86b40e076dd60cd4", + "input": "Threaten to leave your girl shaking in a wet spot ....", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-42ee49379aa44d4291b37ab279d09b6b", + "input": "@ThomasEWoods I would like to hear a podcast of you going off refuting her entire article. Extra indignation please.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ad6fbe3e69d24d38884a0016bdfbc095", + "input": "@chrisyour Don't be sad, ultimately it's apparently not supported completely but mostly working :-)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8850e5ca8a5a4cd1a6ea52e1b88133b0", + "input": "Didn't know the @ChickfilA cow day thing ended at 7:30 so showed up 30 min late looking like a cow with no sandwich #sadness 😅😅😅", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7cec867d5d0049049467a432f19c4157", + "input": "I woke up still not hardly believing what all happened last night 😰", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-017d2d66b9c24bd0a166660473230782", + "input": "@BorisJohnson unhappy about the cost of leaving the EU ? If only you had published your letter outlining the reasons to stay instead. Idiot.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d494aebcef664ef9a57389c1b18bf66f", + "input": "@del_krushnic I knw you have a temper paaa lol just chill dear don't be pissed waii or I will else worry u saaa but I'm sorry 😫", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d9af649fb5a34adfa22cdbb4ad9c469d", + "input": "I'm back on Twitter! #madden #madden18 #maddenmobile #ea #nfl #espn #packers", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fcd1025d2d90444cb82fe020d2ead54f", + "input": "Please ruin this party, @NSWRL. #origin #blues", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-05edbe1585094b5aaf29878a44ed72a3", + "input": "When did it all started? All these depression & anxiety shits?All these suicide thoughts?All of these bad thoughts thts hugging me at night?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-113ef916f33c4e25921d5c501b4eb739", + "input": "If you build up resentment in silence are you really doing anyone any favors", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e0d3787e0aae4f55ae5ddc268313c692", + "input": "@michaelsloan87 @SkyFootball The disappointment when it's actually a new club sponsor! 😂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-34ade4e2edd9402db3a1b7e451cd8fc9", + "input": "Dirty Chai tea with Rumchata hits the spot on this gloomy Tuesday morning. 😊", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d21daac3f708408c8a51447193fda344", + "input": "@jihnwi u literally name us a word close to prostitutes ok oomf...... 😰", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-911390f4b11843ab95532a71310f875a", + "input": "@1ncamera @Weehugs @DavidYoungPA @PA Stupidity is part of their proud cultural identity. 😠", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6b04baa2c84949d8bb979c4ff7018798", + "input": "#Hopkinsville #Ky is #total #eclipse #capital of #world #August 2017 #dancing n #moon #dark #eclipse2017 #EclipseAcrossAmerica #Edgar #Cayce", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-94f4c2728e2440cd97a1dc24ad866605", + "input": "I love seeing @yeahlizzy because it reminds me I'm not the only one miserable at work 😅", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9a48b866bbbf4bd4a32c52ad9eb298fd", + "input": "Hmm...looks like no one @Tampax is available to respond. Its like waiting for a #doomsday reply. That #burning question with no #answer", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-12c8bcf079c14b52967a93ee19cff9c2", + "input": "@morninggloria I came for the 'damn boy' jokes but stayed because you are great at your actual job 👍🏾", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-57ac78cf97e1457bbf1b3de6cad15e59", + "input": "Coulda sworn it was Interview With A Vampire. Hmmm......Mandela Effect anyone? \\n#interviewwithavampire #annerice #books #horror #ilovevamps", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1a75a6e9884f4390b3ad34e6194eb6eb", + "input": "@rachelkennedy84 @callummay @Ned_Donovan @JeyyLowe @jimwaterson @dats Can it do the bell ringing and incense at consecration?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0c1579f54fb54da79cd1670689b90d9c", + "input": "@JeffBezos @amazon Who can I talk to about being terminated with no answer and not being paid for hours I worked? ERC have no answers ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b3620b2d8c81496384ebad7b0fc0a6fb", + "input": "and after i got home in such a horrible mood my mom pissed me off the moment i stepped my feet in the house so i really almost go off on her", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ce70f8870e49498f92591ac62a01da7d", + "input": "@TerraJole is a bully. plain and simple. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-42fe5c2103f04257a3fc78121dd7ba4b", + "input": "@LondonEconomic Sometimes our judiciary just leaves you breathless and speechless.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0a6fc76318344b31b95f6aab0bc62110", + "input": "#pause You gotta luv March Madness. Mad?? More like #upset", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-337e8460aedc476eae1dc8526887b0b3", + "input": "Massive night tonight with the decider! Who you got? @QLDmaroons or @NSWRL ??? Can the #blues get it done?! #origin #StateOfOrigin", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6d2133d6850c41f8beea463c49df06ff", + "input": "@RGUpdate Have you tried English hospital food ?? #yak #gross #horrible", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9acc5508facc45afb6e0bb6b398c4c91", + "input": "Morning Swindon!\\nIs there any chance you can cheer yourself up a bit?!! #bleak 😝", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-445644a9fc1047549b9afe1209b27301", + "input": "Don't be discouraged.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-06d8c4f3d39447b099782c6f5cac1ac1", + "input": "@shahidafridi37 at his best.... Great to watch u go big sir. #tremendous hits \\nDts boom boom Afridi 😍", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6a84dcf8319c4003bdac43806e2d6a38", + "input": "we mourn the death of our hopes today #james", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f26dda7ce72146e9891a3cc76a80487b", + "input": "That eclipse sucked #dissapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-620c322f1afb4f648670b62a38051701", + "input": "“We just have to hold on a bit longer, then we can sink this monster into the ocean.” #foodparty", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a6aa58b6fe604b61995bb6b456979130", + "input": "Daniel killing her ex doeee🍫🍫🍫😛 #insecure", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7a595fed6e1646e18fd45214d3d3d2da", + "input": "Here is the message Cnbc is sending they Don't care that Melissa Lee has a horrible smile or a that Joe Kernan needs braces", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-22a4862edfb1418e8343958a41025c83", + "input": "sleep is and will always be one of the best remedies for a tired and weary soul", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a195dc2cfddf481e8f4e2d9908738bf9", + "input": "Do #you #said, people never cross the 10! #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a36839cb429347cab47e973eb35beb66", + "input": "@taportugal I'm lost in translation with @taportugal #sad #tired #upset #noservice", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ca50184f54fe4511869c392aa1cfec96", + "input": "@narendramodi Really it was very sad and shame!!!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-987e5bc991264674aa6b2c35519dde12", + "input": "Caroline FFS shut this whinging ‘Last Word Tom’ up!! He is unlikeable & a smartass! His biases R boring! @carolinemarcus @SkyNewsAust ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-45f7ac05ae0a4fd19f29a96ceb5102d7", + "input": "@patrickcafila September? Really? 😢", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f8aabb33fef24013810080f89afa591a", + "input": "I can drive you crazy without each other, chase each other but it was supposed to go again.\\n I see you, my sadness, Be my", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0c1a3bce903c4819910ace13759d3894", + "input": "@KatRamsland 'call to action by TV host John Oliver, who urged viewers to leave comments expressing their displeasure at the FCC's policies.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-66786911a5004764b915b0b902513910", + "input": "Should I change my layout too? This one looks pretty depressed 😂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-82cf4076f96944fea763ec8879ff288b", + "input": "Rin might ever appeared gloomy but to be a melodramatic person was not her thing.\\n\\nBut honestly, she missed her old friend. The special one.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6225b6ba77e84546a5b3d1fc53e5503b", + "input": "A joyless faith is not one for which Jesus died. #thegospel #joy #Jesus #happiness", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-951ba6a56bf843ef8832b0dc2812a814", + "input": "Hello twitter! My next few tweets are going to be a bit gushy.... Look away if you're feeling bilious!!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c8f7dde2176c4f40beca0db75241b4ba", + "input": "Sometimes you have to let the tears drop and realize tough times are temporary. Pick yourself up, stop wishing and start doing #toughday #😢", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a99732a67f484421a48c8aec4321eff8", + "input": "@exceptions Although I have a nice vulva, I choose not to intimidate other women with it.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f53678b366004f1da7ed5a7b544a385f", + "input": "When you put vienesse whirls in the same tub as the horrid cherry Bakewell 😩😭😷 #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7b5cc436bd294628956f8d6b9110c07f", + "input": "@jimwilkz Because then the doom and gloom brigade would have nothing to moan about. We both know what a tragedy that would be!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a64cee322d334ff7995c5bd415895225", + "input": "ENTRYLOG: CSEternity- With time on my hands for half an hour, I feel slightly melancholy, for some reason….\\n .", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2e06efb087584f8a925ae3d4fb47c7d3", + "input": "No, I'm not 'depressed because of the weather,' I'm depressed because I have #depression #sicknotweak", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-eb870f387d3845d5b63b3284d04cd45e", + "input": "Come on blues #StateOfOrigin #Origin #NSWBlues #nsw", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ef9b05e8ca674dee9c28499d42f5472a", + "input": "Beware of little expenses. A small leak will sink a great ship. -Benjamin Franklin", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-531cb32f5d424c4c96f2bb9921067997", + "input": "@Teenique yessss waiting for an epi is for the birds. it sucks. im waiting for walking dead new season😩 ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1da8a6da1a5f464a92c4f970b5b53dd8", + "input": "There are parts of you that wants the sadness. Find them out, ask them why", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-413e2670874c43918a4a7bbb20f4f35b", + "input": "Going to be a student nurse for 4 weeks eeeeppp #newexperience #scared #excitedmuch", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4f2128c811bb4f42b1ccc32b7582858c", + "input": "feeling like a grim reaper all day hehehe\\n9 days pa 🎩✉️", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6ad91b0b64614e77a7ab7a97e6c49a3d", + "input": "@ellagallagher Thing is tho my pout was actually serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ef3aca957a154d328d0d562dd3c23e4d", + "input": "@Geordiegirl1967 @TKnicegirl @castielsmish they need time to grieve.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9eed1d79c0f545acba21f6c2fa085c6c", + "input": "My visit to hospital for care triggered #trauma from accident 20+yrs ago and image of my dead brother in it. Feeling symptoms of #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e08b69825cbe44a5a01d52290b1d2626", + "input": "@Aajijie Dont it'll hurts 😦 i prefer hugs hehe xoxo", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0aadfaf851724feda839f38ea8614854", + "input": "Sometimes when I feel a bit depressed, I go back and watch the @Leighgriff09 free kicks against England to make me happy", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-36528000cd2e4d15809dd6eb51a1d157", + "input": "@EdwardTHardy @realDonaldTrump You really need better source info and avoid the fake news, it has clouded even the obvious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-946c299ee58a440c835012290571b5a6", + "input": "@HughShows Ha, sadly not: just the undying respect of your peers, I'm afraid...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-eb925d49eb61440482ef3aaa8addcce5", + "input": "@BBCNews @BBCBreaking I don't think it's very funny you guys bullying a man for struggling to put on a poncho #bully #bullies #bbc", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-db058b9c5d084869914170551ba93d4a", + "input": "Lugubrious face, crestfallen eyes, forlorn heart and an agitated soul seeking serenity.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3877e5bade0041d29cdf05d6b261d579", + "input": "Would love to stop crying sometime today, on my tenth cry 🙄 deep sadness on top of food poisoning do not mix. #miserable", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e2d92ad224b44e9492eba9ce5ec4ca9a", + "input": "@responficient11 there would likely have been signs. But let her grieve. It's not your yen yen yen, after all.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ffb5addd49554d9cb1f14a04d624781f", + "input": "@real_age I am so stressed today I have time so if they drop it, it would be so nice. 😢", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-93761020ad774f218d31ee2abd62c795", + "input": "@pitchblacksteed Nana's death in the Royle Family 😢", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-36ade07422a84b7b9b1a7f97c34f0e6f", + "input": "#upset #emotional\\nMissing loved ones, wishing they were with me and this nightmare was over 😔😥", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e8aadc89c16e46a2bb221dcac3be1829", + "input": "'If I allow my worry to consume me - all that I worry about will be given the opportunity to manifest.' ~ #Eleesha ღ #quote #worry #trust", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6c80e2577d0847b5a88a41bee2c0c0c6", + "input": "@LadyScully I didn't. We all went out and got pissed down the local instead. 😄", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f0e1418f668640569f6720d2a3755dd6", + "input": "I actually hate Vision. Coming over from @emiswebsupport is like moving from Man City to QPR. A league below, past it and clouded in chaos.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4ef59beb26304067be23d1683d4a4534", + "input": "@sundarpichai @Google Since when did someone break #chromecast for ALL MacBooks? PLS -We #despair at days wasted trying 2 make it work again", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b66ab06729a046eb959554ed0a79a55f", + "input": "@bierandcrumpets Never knew it was such an issue! Is there nowhere slightly dull but dependable - a kind of M&S?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3208961059e2492ba346894264ee0e9a", + "input": "@ReporterLaurenB @Examiner Agree with @Examiner or you are of a lower intelligence would be your message there then? #dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8b875c90eef04e74a0b2ca5fb5b034fb", + "input": "I thought the eclipse would make it not so damn hot outside today #disappointment", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b5ad52c12a6142b6a6a7eea0edd9b47e", + "input": "i keep watching all the videos i took from two door cinema club and im sad they were so good i miss them", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0dd7b107a03e47a09bdf83733f1dd8a8", + "input": "If you let your insecurities get the best of you, you will hurt someone unwillingly. I've learned that! #tired #blah", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-748c0a90f85d4a43a6d8baedbc6bf5a4", + "input": "@IRP1916 do you have the first peppa pig vid with come out ye black and tans handy? obviously lost online with the old page :(", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e6d23117a9d14a1c89865e733c3a877d", + "input": "you take horrible dick pics @LeafyIsHere", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-279eb30dabc6467dbfff4adfc35a6def", + "input": "@prisonerben1 Try explaining to Joe Public these charities do not simply give offenders 'treats' #despair", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e0c643666a4649bbb0c0df17e31dc227", + "input": "Majka didn't start :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d60a4edd774a4ccbbe44eb4e0fa72672", + "input": "@BdairAhmed @acmilan @VMontella :( hope to see niang start, then", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-83f5d36e00794d20b43758aef1bfeb91", + "input": "if jk realize what taehyung did can he do that to taehyung as a revenge? i would love to", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8bd4e10e696c432da839d0e28e2508b3", + "input": "Last night was the first night I slept by myself in 3 weeks and it was awful.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-20be52f4b34146018f27034ac8fa3324", + "input": "Preload on @CallofDuty WW2 begins and Ive entered preorder code but still have'nt received the beta start email!! #CallOfDuty #upset #gaming", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ae810257e1104e2ab6c6ca2f7a6d729a", + "input": "Do not linger too long near the howff or you risk the displeasure of a chuhaister with pubes more underwhelming than those of an aurochs.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2a14a9e6da0b45bcab8d235b21c58080", + "input": "@ShaneMalwa @MajorPoonia @devyanidilli I believe ur mekka n madina also dikling which u kiss. A dark dirty one", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-43071757dc314817a15cd7a1150bfcd2", + "input": "Anytime I start getting sad about the fact that I might die alone I just look at how miserable 90% of my married friends are.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cd0c20ea4fcc433cb87b2fa3a8210e2e", + "input": "@everybodyzzmama I've finished reading it; simply mind-blogging. The writer said 'to be continued' but I haven't found part 2. #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-97bd8b48443e43fcbf9a052a76c35911", + "input": "Ang cute ni grim reaper omg", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3a3d1142914f49f5a2b22f017cd3e79d", + "input": "New, and a bit alarming . . .", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c7a03545626348b9b698c866857d9c20", + "input": "Welp.. I hope y'all don't have animosity towards me & find this new one. 🙇🏽‍♀️", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bf48675a515646209211909ff5afc7fc", + "input": "@real_missp I don't have a TV in my room 😟", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3ab73409090e4d718c54e85baf037f3e", + "input": "@n_umira omg why ☹", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3fdb207ccbeb4df788f89e9bbe2360f0", + "input": "Nicole: we have to go somewhere warm and tropical\\nMe: okay where?\\nNicole: Oakland\\n\\nWhy does no one in my life ever look at a map?? #lost", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-791f26ea4ddb43ca9e73394b22a748c9", + "input": "@Bills_Chick i go back at the end of each year and look at the swag they marketed, to include last years training camp guide #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3c6213c0e36e4d5ba606da772810c1aa", + "input": "An early night for me love you ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-74a83fab716d44498aaeee900b011d96", + "input": "There is no melancholy in fools - that's why they make us laugh. #aphorism #melancholy", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fe0f1784d81f41b1a879beda5a4efd73", + "input": "lonely is not being alone, it's the feeling that no one cares. #alone #depressed #anxiety", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8421c4df713041b5ad38071cd5fcd683", + "input": "@altontowers Loves the rich!!! Fuck us 'working class folk' and our kids! #fuming #joke #scandalous #disgusting #altontowers 😡😡", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-64cd62b0aade45009cac713e815b4c35", + "input": "@Craig_DG @lillepwss I think this might sadly be too late for @DuncanWeldon or @jimwaterson…", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c5cd76d8f6dc44f1bdde0c11f4fbee84", + "input": "Any #GOP senator who refuses to #RepealAndReplace needs to bear the #wrath of their constituents @ polls home state! #healthcare #price2pay", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cba934d3b3334ad19c9403301973fba3", + "input": ".@PayPal why do you always make it so incredibly difficult to do anything or get anything resolved? #customerservice #sucks", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3fe755436fcd44c298c4344ab05a4294", + "input": "this #overcast #cloudy #rainy weather makes me #lazy #glum and #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e1fd412545da48708532408462ff654d", + "input": "I'm gonna start crying and i can't fuck", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5f8580f77e124b3e87bf03b5ddf4ace4", + "input": "@rohandes Lets see how this goes. We falter in SL and this goes downhill.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6c8f0dba729849f1904ef7d25ad25d69", + "input": "What a tiring day 😧", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cc71be3322fa40f1bb6c9b7831926401", + "input": "this year keeps getting more depressing and disappointing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f3620d884ef947508a669fc532157c01", + "input": "@Nick_1683 increasingly I am. Corbyn would screw us with his ideology. Don't expect tories to do it through sheer incompetence. #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-24e8dde206714a2c99eaa7854a43b008", + "input": "@italianirish81 Any republican stupid enough to attend one of these grotesque abominations would suffer a horrible death.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e25c19831f8a4df2968508427c643fee", + "input": "My innocent eyes 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b6a330d5f5774f6c85946b581da6fd7f", + "input": "I'm so proud of myself for having a productive morning 😥", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7657d6adced043988096692c08f1c724", + "input": "@ahaf21 Maaaan... Fox & The Hound ain't no joke. Also, Pinocchio is got damned terrifying. Legit horror film.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-322ac167681a46bd81f5b44ca00e094b", + "input": "Jellyfish are turtles' food, turtles that you kill by throwing YOUR plastic wastes in the sea. So don't complain when they sting your ass.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-37bcefec415242f3a17ccf08ca2f0408", + "input": "Its nice to stay in a small city from time to time #starrynight", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-52d43a01fc4944db9da533332623a0be", + "input": "@HSBC_HK you are a joke bank. I despair at your complete lack of common sense. The UK however, gets it. WTF is wrong​ with you ?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d62978326b7948dca655bf237a70632e", + "input": "finally!! 😭", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-95fccbcc1b5b4d44a6ca5304b012a4b4", + "input": "@itscxelsea Whats more sad are the adults who continue to do it afterwards", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1b30f11a0add421b87200e17c01b19a3", + "input": "'You run, I con. A tiger doesn't change her stripes'. #lost #sawyer", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-01c46d52c593414da7228c12d6c7e647", + "input": "@VP Prayers for them as they grieve the loss of their loved ones. 💔", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-eb77c3115efa4357ab03554ebb619696", + "input": "i do love shack shake", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-81b20df947aa4b2f98ab5ddef438b60e", + "input": "yo where my sullen state stans @", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-01bc58210ed14d16bd365391458aba82", + "input": "I stayed up all night to go to my friends house early in the morning, like in 2 hours and then he fell asleep. So wtf - guess it's time to 😪", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-66cdb63c038940708a30d3097c5ca361", + "input": "filled with sophisticated glum", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-58fe7d00b2e94103a949661b43c0f7f6", + "input": "@drizzybea tou sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-511fbbeecda74540912089018d76f970", + "input": "@1pmlunch I coloured my hair bright red AND had a dodgy fringe. #dreadful #nophotos #thankgoodness #betterblonde", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bb72334d7e644802ae9297b53b984b50", + "input": "The quotes from Theo tonight man 😂 #crying #loveisland", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6037f7227ff0463ba408d91f0c528c07", + "input": "@khizthigh Lol idk really :S khair good luck", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d3c888dc8da8476ba99fc9641af1bbdb", + "input": "Bout to cry 😭 I just wanna sleep I hate this job 😩", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d9b9b827e83345169610e34ffb9e98cc", + "input": "They won't believe you were #serious about it until they have some sweet proofs. God exists, and He acts in different ways.\\nObey Him.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f9a1e1e5151f4891b772253f3fafccf4", + "input": "MICHAEL HOLLLLLY SHIT. #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-37eec5f6db324ff58b8cd4b1926c9e0a", + "input": "@pats4patty blocked me on snap and it's very upsetting ☹️", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e2a8dbbd1de441bba9beae6c8980ef8e", + "input": "I don't know how much longer I can play stupid 😒😔 #heartbroken #stupid #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ca837d6838a442b6b189e1897abaadcd", + "input": "I wonder how many Lexas and Alexandrias there will be in 10 tears 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c8d9c6f13c6346f797dc605b3dbd983b", + "input": "@capitcls It really is. And it was a normal thing a few years ago but it should've stayed in the past by now.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cf8840f3f6c741ebad9b8d5d39750900", + "input": "what does one do with all the bitterness + anger of lack of job security, esp. when one has no obvious manoeuvres to remedy the situation", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2fb4f14fa15140cea4279867d08c9803", + "input": "@AaonCrea Yea I know that feeling. It's just weird how desolate big cities in Aus are at night it's so weird but I get ya!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5233a86015574415b59628544f485776", + "input": "@Codemasters This was one game I was looking forward too, server issues have spoiled the game, will not buy a CM game again ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-903688b1d82d489696b6eaf769c2d172", + "input": "@MMjewelry I placed an order on June 30th and still HAVE NOT received it, ur peeps said it shipped but it has not #unhappy #dobetter", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e7979fc002b943129fb67480af7f5a41", + "input": "discouraged", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81521d7e564549b187e55c2686764bb4", + "input": "@lmfaogtfoo that is a lie i am #upset", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-33609cbd4c404fc0ac79ed2f63be8d01", + "input": "@s_navroop Bholenath ne apna Gussa toh nikaalna hai. Either the government helps take out Terrorism and do HIS work, Or the wrath is on GOVT", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1c1e5b620bbe4b8f816e4ac45ba8d65b", + "input": "You can treat someone like a king, a queen, like they're the center of your universe and they will still shit on you lol\\n\\n#mood #pessimist", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6b56dc48c2d447648af04e8228905de2", + "input": "Happy bday uncle Kevin❤️ please watch over me. U don't know how bad I wish I were here or what I would do to get u back😩😩 love you my angel😇", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ab9155377ae44fe5b1c831f3ffbf5b5c", + "input": "@pattonoswalt @EricaRoman_ Amazing how folks are foaming at the mouth to judge. We're happy for you @pattonoswalt !!!!!!!!!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3973e39b83f2444d8f443584ec23367e", + "input": "@AC360 Please, please do something about her! Where's Kayleigh, Jack, Jeff? Ugh. #awful #doctor?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4916a74a9dcc4d5a9b75111f95764600", + "input": "watching that video and realizing that I've gotten uglier #depressed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fcc2fd2db4f44beca7f55cf32d37eaf3", + "input": "Looking for good news today...not finding any on Twitter. Bummer. 😢 #depressing #badnews", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-37fb102f555d43958d21189243876773", + "input": "@film_girl @BestBuy I got the 'currently not available for online purchase.' #cry", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9e71a6bfa12e42fcbd509197872d4761", + "input": "omg they said kyungsoo looked gloomy and his instant smile after that i'm melting", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d5eef487f26d487fa2270056ba32a766", + "input": "If the blues were whiskey , I'd stay drunk all the time", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2c1c0acb79fa411a8c4ccd59b4bcec56", + "input": "Bro it deadass suck when you try your best to make one person happy and end up letting everyone down #disappointment", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6281fcb637724f31a861f92001c9aebb", + "input": "@HAIMtheband So sad!! I want this but I live in Italy! Not fair ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2c29d94466ff4f429621826d8e00f75c", + "input": "Who's excited? The mighty @QLDmaroons or the @NSWRL #maroons #blues gonna be a spectacular game @suncorpstadium 🙋🏽‍♂️🙋🏽‍♂️ #Qld by 8", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4d80e8e8e5cc42d4bbd161bcf4aca98d", + "input": "That new Kask aero helmet is grim. Especially in yellow. Looks like a safety hard hat ... #TDF #healthandsafety", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a51f08bbb9e44673a192396368dc580b", + "input": "Wow that last chick was a bit intense, poor Freddie was a bit unnerved lol #NinjaWarriorAU", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0146126c8c604f42b29e221c99fd81bc", + "input": "Pretty upset with people bashing @survivetheark! @RoosterTeeth's cast of 'the Know' catering to kids instead of gamers? lost respect..", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0fe41d006d274f158eb4993e25ada338", + "input": "It must be a miserable existence spending every breath looking for something to be offended by.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cbcc7ad19d474b33960932e4f30ee49a", + "input": "Sam all she fuckin said was about you meeting her rents on Friday which WAS GOING TO HAPPEN ANYWAY YOU DICK #cbb #cbbfinal #arsehole", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-01bc8ae1c2d04ddd890761b9e5bb3c7d", + "input": "@LFC @officialAL20 @Phil_Coutinho Coutinho seems unhappy may worry salah replacement 😃", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e1f44d23b1684ec49c19e0596b325a21", + "input": "I cannot see a rational way of bearing a grudge to him for that. I do not. Maybe because I do not live by Netflix and I do not care...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a98268c621c54be88fd47fd12095804a", + "input": "I'm so done with all the despair I'm having", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f9ea57780294bf78d985db5baeca13b", + "input": "or just blame the gloomy weather", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0eb96ccb339b458da98f5a3675b3a9cd", + "input": "@rtenews ...middle class may sink without further struggles into the working class where we belong... George Orwell 1903-1950", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-49241473491e4fd58b6c47f56a771bae", + "input": "@JeffreeStar may I ask a question please #scared", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-21a9965c25b64c0e80ca49aedf23f4f0", + "input": "Totally forgot to bring my healthy breakfast into work...all types of #upset w/ myself.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fde69e0b3831431fb5a6c8b5a6eeab78", + "input": "ha 🙃 ha 🙃 i just realised that i've never actually been to therapy and i still don't know if i'm depressed or just sad all the time", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-247edc9d7aef48a5860e3c3729aad4bd", + "input": "Thought It was a joke so sad anyway #biwott", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0884b7857ca74c37a0f63193b4c588de", + "input": "@CPC_HQ Immature...and Trumpy. Sad one guys😕 Does this represent the intelligence and moral depth of CPC ? #bully #notinmycanada", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dd432a79205648b68e71f9313882ff8a", + "input": "All of my friends are so attractive and am grim in comparison lol", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2b493c816a9147a6970097ffad6293ae", + "input": "When every @IndianExpress Indian in a gloomy mood some one is trying to catch the Fish in Muddy water TO BECOME VICE PRESIDENT.WHAT A CRAVE", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6ec2a0e4f8594b5eb50f972902e6d6df", + "input": "Twidiot in charge is boring on script. #disapointed i was waiting on the train wreck. They just have him on a shock collar.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-016a28e30a61428eb488e5120d18aa39", + "input": "#Amazon's #PrimeDay debut in #India was #disappointing, maybe next year it will get better..glad it's finally here though! 😅", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-76589726978f4e3b91c988fe01bc0b2a", + "input": "@weareremixes yeah he's delicious no need to threaten me", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-47a1e413509f4c00b72415839b17529e", + "input": "@Shirley_Sein who is that? 😧", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d85f3d51a9044447906935b80c00c302", + "input": "This Wednesday @ChandlerBMusic #kickstarter begins! Y'all be READY! #ChandlerBayMusic #ChandlerBayEP #tantrum", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-da4f882b5fcb45bcab18cdf1190cc5e4", + "input": "also had a dream i got to see my friend who's at basic rn and woke up super sad because i won't see her until next summer.. :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3026d080b22447d997c1d08d4cdc999a", + "input": "Duty calls. 😧", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7965c9f12f8840d986b1f91839186323", + "input": "@RegPCB I like a world where Love Island drarms is the worst thing I've got to worry about.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d3850d56566c43dcb95747303b94d5a7", + "input": "WHAT THE ACTUAL SHIT WAS POWER 😭😭😩 #devastated", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6885b7fd280644b4859fd1e5e287717e", + "input": "the man was staring at him intensely, not smiling but not frowning either. just looking at him. 'you should sleep some more' the man says", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-321c47aaa85b46a8b729f9ef4ac306f7", + "input": "Oh nooo... Sometimes do feel not to talk to someone sitting beside me... #life #feeling", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c40944ccf524490292c3b48e50222a04", + "input": "Joker's job is to make public smile & not spread hatred by d way. @Ra_Bies", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-99ffab064c454527bb8da2f478de365a", + "input": "One chair is having the munchies. Are Alpacas edible? #afraid #WhattheFAC #SalientFAC #Salient2017", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7fb7fcfe6860419d8ab7b8ce4d71451e", + "input": "Cochi's face & manner never show sadness. But the guitar always in his hands will play songs that will make you weep. #blues #WIPTruthOrDare", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-120e39752ded40139634e6e9692d09b2", + "input": "I ain't had a gold heart on snap chat in so long. 😐 #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b843ad5721d74dab89033d6b43e0a67c", + "input": "I think I have anger issues 😐", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7ee3b253813d4aa2ab5d679cdbcc8d52", + "input": "The gravediggers looked #solemn. The groundhog blinked back tears. The crows fell silent.\\nHey, what about ME! crowed the rooster.\\n#vss365", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ee9b26caf09643f48876bdc2a50da639", + "input": "I hate these crippling anxiety. :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bf4d5dc1ecc5414cb1abc5bafb3358a2", + "input": "You know your (numerous)meds have kicked in when you find stupid things highly amusing #BPDproblems #KeepTalkingMH #mentalhealth", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-98fa70b2503d4a8fba437eb681e5dbc0", + "input": "@ggreenwald Macron slips up and has a moment of clarity & common sense...now he is a raging racist. Sounds right. #LiberalLogic", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7075f771fc7640b2859a9f0a4fbde3b9", + "input": "I think about you when I'm drunk, but can't stand the thought of you when I'm sober.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8b16cff4785949e795ec7d446d102963", + "input": "Obama and Biden would have watched the #Eclipse2017 together and Pete would have shared an awesome photo of them in their glasses. #cry", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ab75526b28304785b0077d466d1d9fce", + "input": "Just finished playing Mystic Messenger. And I didnt expect the amount of angst in it! 〒▽〒\\n #mysticmessenger #feels ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6d668918f8964fd88d6745e64020e66b", + "input": ".@AlistairBurtUK states that DfiD is working hard to ensure Palestine isn't funding terrorism #FCOQs", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ec893e85280149579d938a047fe8f46c", + "input": "@RegionRat14 @RobertONeill31 Rob is #bad", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7641cc19d7f0436690ee5b6d0baf5e06", + "input": "Hate seein stories on animal cruelty, why would any1 wanna hurt poor defenceless animals 😩😭 #StopAnimalCruelty #heartbreaking #worldsgoneMad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-36bce99c321941d293b064d72979c1bc", + "input": "I just burst into tears bc a friend told another friend he would help him studying, he was so kind and wtf is wrong with me", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9db52cd9a460496bb9a1ac22f0472139", + "input": "'Believe me: seasons change. Feelings fade. Life goes on. Do me a favor: endure the late night rage of emotions. (1/2)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fc27933782fc4f738381aa981120e647", + "input": "Hating this already 😟", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2fbc29107d204f88bbb092b5630aaba7", + "input": "I still think of you\\njust to check\\nif it still hurts.\\nYes, it does!💔 #selenophile😌😌😌", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d5d9e9ee6d37427994b538602a6e0666", + "input": "Fed up of smiling at old people and getting dirty looks in return. Go fuck yourself Mildred you miserable prick", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1aab5fb93ed84a4a9ce575a23873372f", + "input": "Unrealistic expectations attract disappointment. And that's what you were #disappointment #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9d898edc8c6242cfb8c8d584f71c87ba", + "input": "I need to get out of this little funk so I can write!! #writing #funk #writerslife #depressed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ec34fed70f8a433b85dc00ca49737a44", + "input": "'It was straight out of Harry Potter' - how a simple Tinder and Chill turned into a fiery reactionary debacle", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-77ef2dfb492d40999be886594ee9331a", + "input": "Battery drain & a red hot iPhone (again) 🙁 #iOS11beta3", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-db13719331f446f997ed6326b7fc82dd", + "input": "Wonder how many times connor says fuck in press conference #lost count", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2ead2a56e42e480a8d176b5c365feefd", + "input": "“I am very sad and I feel more miserable than I can say, and I do not know how far I’ve come. I do not know what to do or what to think.”", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-28ed933c44554874ae5b71f648acad23", + "input": "The times when you need someone to lean on but sadly they are only there if they need you", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-06cd1de728b149e1b357ac59e71e52bd", + "input": "@cyclingweekly 'shocking' ??? Nah that's not Shocking . Richie Portes crash ...THAT WAS shocking . #tourdefrance2017", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7b792dc158ef4c54af093441411ebf83", + "input": "All the proud parents on fb about their kids school report and am shitting myself for Graces arriving 😂😂😂 #troublemaker", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-664a4cd4b8424a7294b936afc72f15da", + "input": "@11Kirsty11 It's grim 😝", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-057218dad46d4b36be1300af8a9f675d", + "input": "TARED tabby abaci rabid each dabs", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2defd2d3931242248e44e62901dd42b8", + "input": "Cell cameras suck. But I have never seen anything more beautiful in my life. #crying #eclipse", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-aac248e112b94b05804c6b9984beb18a", + "input": "@HuffPostUK As comical as this I really do despair for this country.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-eaa6175e82ac4f9aadf641cc5a408fd4", + "input": "@Nestle What has happened to my frosted shreddies? They don't taste frosted any more? #yuk #needtoswitch", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3ea0e11ba6be4d4fac9813ea05ebce79", + "input": "Olivia is the worst kinda girl there is #psycho #dick #ihateu #getoffmytv #loveisland", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a35c28a138264f1898eb53f9ee799238", + "input": "Can't sleep? Slip on your Pickle Shoes and take a jog so you can forget about your sadness. #insomnia #nightwalks #shoe", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5aa16d161de848baaa029367f1f5c233", + "input": "Music is so empowering. \\nit can literally bring people tears, smiles, laughter, and so many emotions", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8cc30dcf8f8c49a889a57921d6266df0", + "input": "Some days I feel like I'm going to accomplish everything I've ever dreamed. Today is not one of those days #nomotivation #rainyday #gloomy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-57be4d8a55374de59dd03c1d8a81eccc", + "input": "@thedramble Tried it once. Poured into the sink. Didn't bother to make tasting notes :-) Looks like cheap sake, tasted like it too...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d573525d6392410baddb082611883a26", + "input": "Quite possibly the worst anthems I've ever heard in pro sports by both singers. I wish I was deaf. #ASG2017 #mlb #MLBAllStarGame #awful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-88ec01ad048d47a98238b92d41b50fa9", + "input": "Is it okay to think you are going to die alone? #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b0d53fac780f4b05ba44ee353b064287", + "input": "Hon. Miss Dashwood, whose manners very pretty face, she offended you have done before.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2446c73fd4564adc969dbd4f6e71511d", + "input": "@AdamBaldwin He left a long time ago. In fact, the Repubican party left the Repubican party a long time ago. #shocking #nonotreally", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f2dae096b3e4dd3aff0127dca40d87a", + "input": "I'm 7 months sober today and still, all I want is to dig up my xanax and turn off my brain", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2b86074377914c6fabde953ca2557ea8", + "input": "@sonyxperia @SonyUK I need a mobile phone screen repair..... Help (Newcastle UK) #devastated", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-44543f8e34b845d283dfdb33a6074a3b", + "input": "Looking up some phone prices online and it just saddens me even more 😧 ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4154fef77e62486b9b4d26b1ea260606", + "input": "Gm and have a #Tuesday!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-12a1487a4eca41cebfc4f9f4b716afbe", + "input": "@AutoBant Is it just me that thinks it looks boring? ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-eb69cf1ae6e144ee881658f3f0cf1b62", + "input": "@ELLEUK Truly dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-80d23e7d5e6045539e31efbf29810a2f", + "input": "Good to see India indignant about Amarnath Yatra. Do also try and visit the area around it too. There may be some more graves to weep for.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6bcb0d79cbc2411c96ce3d21d53328ec", + "input": "Those people's #crying who don't usually cry is really #gloomy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b1e46d8e8a674ba3bbaf474ba1d7df5c", + "input": "@SpacePootler Just ran out of data… #shiver", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7a289b622718441eaf997cfc53308364", + "input": "Each of ye separate FALLEN; if we quickening his wrath upon us, will only cause our PAIN to be more unbearable in that PIT.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4b92aa25425743f0833cfe11944f125e", + "input": "……Of course not, and I am quite dismayed by the ludicrous nature of her claim.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dd5ff96d18f3416a9c108e7f50b87c62", + "input": "The fact that I could be in malia with Billie rn but instead I'm laid in bed watching repeats of Jeremy Kyle is making me wanna cry 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-504510eab84f4beda8ed9b7b3f452b6f", + "input": "we all think about it, some more than others \\n\\n#death #sad #depressed #suicide", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-705386835be1445fbcb234f44b626e27", + "input": "#BonnieRaitt just made me feel all the feels. 😭 #favorite ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b985f18b7c9340edb494081591c04545", + "input": "@sheikhsafina Guts? 😂😂😂 go and sunk your face in sand", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4b5d968204174d5da5ddba2020245da8", + "input": "@AquaticQueenM -He laughs back- 'I may act all grim but I hate see you upset.'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-01a047e3c12f4b2db06b14423d35faf1", + "input": "hate how careless i am ☹", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-837184c94a374136890bd85ff56d6bb1", + "input": "@MJ_Boh_ this is a fucking dreadful opinion", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1be1bce294414a4889346b48a6a8d221", + "input": "I'm so upset 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-47149a51556f447593bb4fc4306fe197", + "input": "Academy of Sciences, eschews the normally sober tone of scientific papers and calls the massive loss of wildlife a “biological annihilation", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-51b6691f2b82489f88857cc3b862521b", + "input": "I hate when stupid ass shit irritate me", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f04a7d3ea77846adadb891448cd863b0", + "input": "Some days are better than others! ☺️\\n\\n #life #days #DifferentIsBetter #different #happiness #tired #poorly #sick #hurt #pain #health", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8b466324b09548b9bb92ac4b18eeb04f", + "input": "@jaden_lindner If I acquire a deadly scowl like that I'm going to be pretty happy to be old", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a17694cbf9a242dab80d5bb25202396c", + "input": "@tonyposnanski @realDonaldTrump a serious character flaw. Nowhere close to @POTUS44", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0421ff78b20c4b26bcf79765516bbda1", + "input": "@VonKekistan @Impeach_D_Trump @realDonaldTrump Still spreading the lies that Clinton allowed something like it was her sole decision. #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c6446962836a47e6890db416f9fe4318", + "input": "They cancelled Chewing Gum. #devastated", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b5605895b17846a784a51a4f24c7acde", + "input": "Well, you're sounding cheerless today.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c48ec9b1606f4e00be145b2dab1c6677", + "input": "Up early. Kicking ass and taking names. #offense.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4a0651e18c584075b0d9f00ff17013c1", + "input": "flatmates provocating pine pollen man", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cb0090803ee34de29e05b80481b83221", + "input": "How to get rich quick: Step 43. Get a suit fitted and panic.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7469bd96feb6446c86ccb35053bf1671", + "input": "@Parlez_me_nTory @UKLabour Oh you are awful but I like you....", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f741520688244ef6bfe5cc4b2aa7870d", + "input": "Ot6 still exist? #julid #deletesoon ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-693f3f4671234bca80693a02bd14ad2f", + "input": "So exhausted I could cry 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-53faf0a012ab4619a3f4e496eb614e79", + "input": "@sapphixy Goddess, that poor girl 🙁", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d33d5e7f97684a5aae52b424fb0e27cb", + "input": "Skyq is 👌🏼 but it's about time @SkyUK sorted there internet out! #dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f8ecddd08131408fae757b6ddc4c0f6b", + "input": "There is at least one alternate universe where Trump stayed a democrat, beat HRC for the nom, and got elected as a Democratic president.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-61c575c91f684efa9a33504a18ea4580", + "input": "on the upside i saw a corgi puppy on the tube today. my shining light in the dark.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5844b2942fde440e842655f1f84aef39", + "input": "Distance yourself once stretched by your friends impose! #serious #loveyou #notseriously", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6720e12dbaa944ad81ee70be12203053", + "input": "I'm really upset that it's been 5 years and you still haven't followed me back 😩 @sza why you do this to me solána?? 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-265ff64145fe4218b3023ec01e2e34bd", + "input": "U know what's very pathetic? The fact that I dearly miss my professors but they probably forgot about me already. #sad #:(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-418416dee8b440fa965aceb60efcf890", + "input": "@virginmedia I was just on the phone are twenty minutes with 3 people, non could help and then it cut out your end. What's going on? #awful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1d4aa4efda6942e88780b0d49144f5aa", + "input": "@CaxtonSupport I'm sorry but I don't know what DM stands for. I know a PM 😂. But sadly not a DM. It won't create an account to find.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-04b1abb558224fb2b4e7386c70fcfa72", + "input": "alec is a sad baby when he wakes up without magnus next to him n I'm screaming", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f3f238b66344aadaf1cc07ededdc07b", + "input": "#GameOfThones how can you top that next week #heartbreaking", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a524017b29654455ab0415def3a3fb0e", + "input": "I thought he cried over some of his relative death or something but when i know the truth . I just wanna burst out 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cc6ff155b0d4442d8b6e7e2da52dcf3f", + "input": "This weather is really starting to get depressing. Thank god it's only 8 days till Ibiza 🙌🏼💃🏻", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b69d07d6e33d43ec859d56b2b5c87084", + "input": "@Its_KriTical Personally did really well, as a team we did aight too, lost to Believes squad tho", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6ddac4a3b0aa4be6ad687c7ec09020af", + "input": "sardonyx expresses herself through supporting the team with your incredible yo-yo skills and depression okay", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a9ac20adc40a45c381e9e7f3e6be8771", + "input": ".@Bitbucket why did you change the blue color of #bitbucket into black? #emo #dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-13cf487c7fdd4beab27296f78b28c0f8", + "input": "Happy birthday @aanlightyear ☹", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c8ff844480b54f159d7cb314d7ee939b", + "input": "Words cannot describe the sheer pain of the blisters caused by these new sandals. I am this close to going barefoot all the way home #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e4c85b104e9d4259abe53a805dd8905d", + "input": "@PuddlesPityP Witnessed #totality, overcome with insane awe & emotion. Son equated to witnessing your talent. #hegetsit #cry #eclipse2017", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0dd2dcd7367c476a84609e9404810e6c", + "input": "seeing sope perform otsukare always makes me happy no matter how much of a bad day I have", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b9facec2452e4006a2c88eff074ec0df", + "input": "anyways Stan Astro i'm goijng to sleep bc i stayed up all night again i lvoe taylor and yoongi Bye", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ed7fe7c9bb644867a1af10128903b9ea", + "input": "Unfortunately listening to @TodayFM's @cooper_m (as good as his show is) actually makes me want to emigrate #worstgovernmentever", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c4ea582f712e4c07946f788414bd21d7", + "input": "@ThomasSanders I am having anxiety right now because I don't know it's gonna happen", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-91436cc57b724739bded5610f3ad53ed", + "input": "Don't frown be meh", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5aecc4a7d6674037863e9f707c8d5377", + "input": "That moment you pour your heart and soul to a girl, she reads the message, but doesn't reply #love #relationship #help #idontknow", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d25a8a80a2454b44af8c849a8db3a1ef", + "input": "@Good_Therapy and @CounsellorsCaf are talking about #depression today! What's trending in your community?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d30fc6b92704432f8874bb74ad243923", + "input": "Okay this girl On teen mom is screaming but she only 2 cm dilated 😭 when I was 2 cm I was just pissed bc she wouldn't give me water", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-31484db5f8234aa0905ec34c78163516", + "input": "The good thing about being a pessimist is that when I have low expectations all the time, I am pleasantly surprised more often. #pessimist", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-696c8405cddf4690be9fcd239e587363", + "input": "Don't grieve over things so badly..", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d64f0c3fd43c41899d920dd519a93cc2", + "input": "@UKRunChat @GlosCityMara I'd look a forlorn figure running as Robin, minus his sidekick.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a3cff9c8c2004da6bacab6a1b40779c9", + "input": "Have to go to a occupational services place for a drug test. Yet they don't know what the heck is going on. Just great! #blah #😡", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4e894788d397455889a08ca04238ad83", + "input": "Honestly Michael Clifford is so fucking ugly who let that rabid dog make music", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-acc6cf0fcadd4f50aa4357e18cfa9615", + "input": "@shomaristone @TIME Interestingly shocking and sad! American Judiciary is seriously flawed!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c4834b15d0cb439aa7722172a7627873", + "input": "Go harder when everyone else has had enough. #relentless #Cleaner", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e2debb67613e429fab05e17cce427fd0", + "input": "'A #pessimist sees the difficulty in every #opportunity; an #optimist sees the opportunity in every difficulty.' —Winston Churchill #quote", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-14933332532b4ad0ae1656825b4e3ac7", + "input": "Pata hai #somber means (adj.) Dark or dreary in character; joyless, and grim.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f4cb5e3ce3274432b36e83af3db69ebf", + "input": "“I can’t afford to hate people. I don’t have that kind of time.” – #BobRoss 💛💙 #TuesdayMotivation #sober #xa", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d477d910e9e7484080391a15ab152a8e", + "input": "It's official deans a jerk.....what the actual fuck 🙄😡🙃 ew. #BachelorInParadise #poorkristina #disappointing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-364542a13f3a4dd3a0f73d6d8f91f76e", + "input": "Today is already off to a great start..... 🙄 ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-dd1a9cee6d8a4b2d8d1a2c361cf0ea1d", + "input": "Negative self-talk in #depression can extend to sleep, with catastrophic thinking about the impact of poor sleep fueling insomnia.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a28980d8090e4278bb080e5a7bef6f81", + "input": "no offense to those who love k culture, u can love it all you want bbs!! 💖 but i just personally want to get to know my own country's-", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e6c45bc36c354842b56cae5d65d96683", + "input": "The optimist sees opportunity in every #barbecue; the pessimist sees barbecue in every opportunity.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-51047fd97eaf47df8bbef0846d712a1f", + "input": "That's not to be all depressing and suicidal (although it could apply) but I never had it in me to find a passion and stick to it.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5d73928bda6f42daacdebe1b6cdfade9", + "input": "@friskyako Sub, dub isnt awful but it just isnt justifiable enough to watch it over subbedd", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-dbc27d8337024aadbc6ff70b8e068c95", + "input": "man I hate Spider-Man and I ain't even watch it yet 😤", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9c9283720e944ea18a313c263a4f92b5", + "input": "Nothing more fun to do at a day like this 😭☔️🌧 #dark #rainy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e6dea8a773d24532b7c66e2b70e86f07", + "input": "No one wants the chubby, scarred toy. #hurting", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bc6c03ded7ac4821aae8cd69b98ab2a0", + "input": "@F3Alpha #F3Roswell #Preblast\\nI've been handed the keys to Roswell Area Park. See you in the gloom. Be ready to slip & slide at 0530", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-42365ef9e1294329b1a3dad796c4ff60", + "input": "and every time i cry hard, fear blankets me", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-be694f730e55404685b19fe9d2d623f4", + "input": "@cnn please get Sebstian Gorka off of my tv. The whole trump admin. needs to stop deflecting by talking about Hillary. #awful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fa54fea80afc4c408f652e2e523e749d", + "input": "@ABCTV @AuSenate @annabelcrabb I confess I didn't watch last week. #bad Are you going to do an episode on accessibility?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-40ab07da6add40168fe7dc7e3327bfc8", + "input": "Uncharted 4 on Crushing is the least fun I've ever ha splaying a video game ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1b6e4d35c6be408a8b0aeeafb0a63337", + "input": "It's 2017 and there still isn't an app to stop you from drunk texting #rage", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-412960c8f0c44a6c92f192257bbebd42", + "input": "@7sozo Thanks 4 following me! #Bible respect older man.Beg say you can.Been #sober 36years one half age72.Another 10 hit the pew 1Timothy5:1", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-abf171ba6ca34bd1bb4fce610b60f7db", + "input": "All I want to do is sleep. My dreams are bizarre, but still an escape from my problems. Is this #anxiety, #depression, or both? #tiredoflife", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ea5391fbaf114d95b01c58dfeece36de", + "input": "As included in the Villalta scale, people living with #PTS experienced heaviness of the leg and pretibial oedema. #ISTH2017", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2de30b552aa24fdd909602c332afeb8c", + "input": "I can't believe a burrito was left on this sink and nobody though to trash it", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0df7f37774044ca29c3a9185818de395", + "input": "So I now have 3 pairs of shit arsehole neighbours; Any advice? #noisy #norespect #bigbuilding #awful #killinginthenameof", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d0a6638855ac461bb1d4e5c84643ecb6", + "input": "There's really #NoTime to wait on the approval of someone who lives their life in #bitterness and #negativity #NoThanks #ImGood", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-174f64cc46d44c4a87ec741178c7119a", + "input": "Gutted for #andymurray. #sadness #balls #Wimbledon2017 🎾😬🎾", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0f0dc9ff9d564ccb913a0e66d26307b0", + "input": "Weather report: murky up north.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-90efbd1456884b53985af913f1bb278e", + "input": "i know my moods are dreadful when i sleep for 14 hours naturally\\n\\nwould rather be sleeping right now to be honest though", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9e97de5f4f3948c58a6edd22a237c39f", + "input": "@JohnJCampbell Have just driven over the Saddle Road... can confirm more potholes than sealed road. ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-535d6dfb2d284805a6b572633afe0ccf", + "input": "Ok so that was completely flat!!!! Where's the chemistry? Montana & Alex are like a plank of wood so DULL! #loveisland #boring #dull", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-604eb0fee8054ca6916add1e660468d1", + "input": "@Caprica Ah that's a neat idea, will check that out - might makes me more depressed about my slowness tho 🤣", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f2350dfed814405a2de4122c706b74e", + "input": "@Loneranger1166 @NBCNews She's a rhodes scholar! You're so ignorant you probably don't even know what that is #feelsadforyou ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-67a84dbb23f44b78b34eef8db0a319d0", + "input": "Omg the mother and daughter in #wanteddownunder are unbearable! #miserable #dull #ungrateful\\nI'd move with the Dad no worries ! 🤣🤣", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7295f61c5c114f6883aadb154c4569a3", + "input": "@shelby_Billsfan @buffalobills They kinda hafta be these days. #bleak 😬", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8fcdc22911af48d8970a3f9b321a8522", + "input": "Avoid facial cleansers containing harsh chemicals which irritate and weaken the protective barrier of skin. Use natural cleansers.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ba89b0ff5ae14bdda06669709c322067", + "input": "When Austin lets u take a rest day #tears #happy #crying #amazing #bestdayever #kindasad #cantfeelmyarms #actuallydieing", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cb5c466911334aa799a2eacb6ccf1ba4", + "input": "Don`t blow your top! #Spicy foods boost production of feel-good hormones, such as serotonin. So they may help ease #depression & #stress", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f853002c74a14c87bf2c507ea5abcd25", + "input": "The bathroom sink just spat a spider at me. I turned on the faucet, and a sizable spider flew up out of the drain. #spiders #fb", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c537df574af045d183daeefe4ca64249", + "input": "At the end of my tether with trying to get any truth or reassurance that our house will be built. #depressed #angry #stillwaiting #Bovis", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8006b1e165844591b07cede86ac6d4aa", + "input": "It is a shameful thing to be weary of inquiry when what we search for is excellent. - Marcus Tulius Cicero #ALDUBersaryin5Days @lynie1283", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bcd5b88721d0422f9b07a8330292544a", + "input": "I dreamt that my dog, Snoopy, came back to life. Man I miss that dog 🙁", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e927982fa6dc4fd58f2c12858fdfd9de", + "input": "Love it when @JenniferHorn is laughing as hard at @brianwhitman's rif as I am! 😂 #crying 🤣🤣 #chateaubriand @MorningAnswerLA", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7cf6a9acda2c414f91ce2e15512b8acb", + "input": "Catching up on Greys, almost couldn't make it through two episodes because of how sad the storyline was. Two best/worst eps for me. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0e74dd427119491d84b3558f2f85bd38", + "input": "it sucks that my phone got formatted earlier and all contacts and apps are gone 😥", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3890579bee5d4e4daa3c3f7ca6684e81", + "input": "@sultanseok mdnjd to keep it short,, theres a hero in percy jackson whose name is thalia and she gets turned into a pine tree when she dies", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9b6a2ee87a424cffb3052f8cb37b9e56", + "input": "You can't change who people are, but you can love them #sadly", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a10be035ef6540dc8bd0f75f10ac3d1e", + "input": "#depression is a condition which will affect an estimated one in five of the population at some point in their lives", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5652379486944c20a19663c139a59c66", + "input": "I want a friendship group like in Friends 😧", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4abdcc159a614b74a7f934b4890331e7", + "input": "Youth an embarrassing unavoidable affliction, thankfully temporary. (altered sentence from New York Times book review)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5550ca11395a4046bbc22c16c83ba224", + "input": "@AynRandPaulRyan @DonaldJTrumpJr Delusional. Disgraceful. Democrat. Enough said. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8e27250e6854455c97bad358ab61f8cd", + "input": "the thing about living near campus during the summer is that it's a ghost town but now everyone is back and im #annoyed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c8913b4a1b374af1b68888bb5d34f1a2", + "input": "@AaronSandhu23 I'm sorry for any disappointment Aaron. It could be worth asking to move seats if you aren't happy to sit by the exit ^BM", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7987935c5f014ec19a9ebd448748ae15", + "input": "✧ omg this photo tho 😂 anyways did we talked already?? i rarely see u on my tl :( i hope we can be more close ily! 💕", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c3738e83b52a42d0a6779fc74536639b", + "input": "@madlemmingz Video N/A 😟", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7bf59d8121d6465796ad2ff1ccf738b7", + "input": "The best bridge between despair and hope is a good night's sleep.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9e4111880eed46309e1ce1c818ab9989", + "input": "The word #set tells a #setup is with #unwelcome: \\n#upset\\nVictims too much with #victims\\n\\n#churchesarenowtelling #languageloaded at #bad say", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3c9e2ec15c3b4ce486dc06355ba090e5", + "input": "Williams Lake on evacuation alert as fires rage near the city of 10,000+. Developments from overnight + forecast - 5am @GlobalBCMorning", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-41c0de2551c14985af3c9a4e605ef776", + "input": "nothing better than going on holiday when the weathers grim at home", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0d72ec4c53024c959ddbd4d145f56c21", + "input": "Goddamn fucking piece of shit panic attacks...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ca79f28ddcea4b168417effda15bfc4b", + "input": "@jayteemuro Man people wont mourn the 9 chaps beheaded by terrorists. But they will mourn a corrupt killer politician", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4d34b4c48c004e5f8f2f64fc25ac7122", + "input": "Have you ever just cried, because you were in the middle of some bomb rest and someone woke you up with an emergency. #sleep #cry #kms #dead", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ce96ce0ea6024bc4bd697775cfb6a50d", + "input": "If your only response to this current political crap show is 'but Hillary!!' Or 'but Obama!!' you need to start looking for a new argument.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bbf9ffa24a0f4a4c81e9d29b16a47f25", + "input": "okay I really need to update my folio but I'm STILL in bed at 2:59pm listening to Banks on repeat. Feeling that #melancholy from her songs", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ad67740303104ffcbbe06264111e6d4c", + "input": "that moment when you feel meaningless and just feeling like you cant do anything right =*( #foreveralone ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-11a852a6531d419eab4bf69ee2c36050", + "input": "Honestly, with all I've been through, I know I'm the strongest person. \\nEmotionally tho 😀\\nCoz small blow and I'm in a pool of tears.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f74ac2756ee74396b9413f06b8a30dd0", + "input": "I loved you even when everyone told me it was a bad choice 😕 #wish #you #stayed #away", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2561b5c60eda403fa56d42b9e0a2cb2e", + "input": "YOU MIGHT BE TRYING TO FILL THE VOID IN YOUR #HEART WITH ALL SORTS OF THINGS BUT THAT PLACE BELONGS TO JESUS CHRIST #music #worry #love #SMM", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c72edcbadd05413aa0632477dae8af8f", + "input": "Wishing I had something in my mouth rn 😩 #help #naughty #bad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-822d5ec4e34c4a049174c8f5ae0536ef", + "input": "@jonesy031184 Yeah I've had that, l say hopefully you'll never get it then you horrific waste of skin.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-da276a1385764b42bbcc6bcb56c71ca1", + "input": "I LOVE THIS LIFESTYLE!!! SE4L #SEGC #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-50b2d11e5f1a48619b82114303d7db09", + "input": "@Traonach It's an evening for lying around doing feck all. Looks like an October evening down here #miserable", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8c028e8f2b024effa1b6aa40a8ada1e4", + "input": "Sometimes it takes sadness to know happiness, noise to appreciate silence and absence to value presence.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2d9698e12b48460b9311ff1557e1ce74", + "input": "@ananavarro I don't even read the news anymore is to depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bc318d45c90b4abab16374ed84b616ab", + "input": "post wireless blues is too real 😒😒", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f2a52dcbd3ea4ee5804f42131de5395d", + "input": "@virginmedia Nope and never has despite tech support saying it's a network issue. Support and communication has been awful.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e9d5db27953147ddba16af637f100bd1", + "input": "@BugsySeigal been reading your Twitter this lunchtime... you're very angry aren't you 😂😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-264745bd26e4413ba4aac98effa43d16", + "input": "You still have hope Of being lonely, apart, not having a baby. #dismal", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-13711401989e4ffe808dcda2987bf3ce", + "input": "I don't even have a Parking infraction in this City I Graduated 25 years ago. I have been completely #sober since May of last year. #RockOn!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3ae90eab3a36480bb2ae7fab2ea3ea90", + "input": "So u see, I just wasted 2 hrs to see some extra shadows in the middle of the day #SolarEclipse2017 #dissapointed #OVERHYPED", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a53c2b8045d449bc8abe2cc7a5b76e62", + "input": "Saddest part about messing up both my legs/ankles? I miss heels. Being a 7fg giant was fun. #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e59dfc534901429ca22f7d17dc770740", + "input": "James to Bayern is probably the smartest choice for him.\\n\\nAnd, frankly, this kind of scares me 😲", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d4c07c09a6564278947a528c7b9d7817", + "input": "'I hear that.. Your sadness. But human can be stronger with defeat their sadness!'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-171f054592524abdae28a1af226f29cb", + "input": "@DarHeidemann Not good. Rats nest get rid of them before they chew your wiring $$$$. I also heard they hate the smell of pine sol.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-33b1f404d1f242e1ba4c5c4335c892ef", + "input": "Y'all hate anything y'all not apart of or don't understand.. #miserable", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-76dfc769d75144de9560bb657ac6a8a8", + "input": "Thames beach #datamosh #glitch #glitchart #digitalart #abstractart #newmediaart #imagemanipulation #londontown #riverthames #dystopia", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8c4f0884b74b4f05babba5438daf99d5", + "input": "@cteeezy Lmfao look at it sober . 7102017 says 7102017 backwards lol and that was the date yesterday", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-424e61e906a8445587c22fdc44cc64a0", + "input": "I have been very lucky to have had friends who cared for me through phases of #depression. However, sometimes their help felt Big Brother...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-42f70325e86a4a199c78ff6aa44159e1", + "input": "The Knight King taking Viserion from us ... its time to riot. YOU CANT JUST DO THAT TO US #GOT7 #GameOfThrones #WHY #tears", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-22e5224240a94608ad1c200aef088f7b", + "input": "@ghenesnowdon @NoOneGOT2 @MochaUson Exactly because of their #FiatLoserIdiotAquinoFollower", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bf015b8ef7c24325b1ea066254f39ca8", + "input": "I've developed a new philosophy... I only #dread one day at a time.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9fa73240bf6f4019be1f3207399dff81", + "input": "We get #upset when we are #overlooked for doing things for others, even small things. Imagine how #Jesus feels when he died for our sins.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3eacac10f9844ada8cfac266cd6da8cb", + "input": "@payne_quaray You might have been doing it for the wrong one. Don't fret 😟", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3ce0e92f37174fe39855b3378e065f5d", + "input": "@iamsiroberts Go and see the hell hole which is Halton, now that'll depress you.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-267b6495e8ab42d0ac5d01d13181851a", + "input": "WTF ! @JonnyBones people love you, stay off the dick pills!!! #goldensnitch", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-69b2c32d959941fe88b13c6f5ba009fa", + "input": "the only problem people should have in the morning is burning their tounges on hot coffee (like i just did)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-87eb07ebc541406e9093d4bb207540a7", + "input": "@somirlh I'm strong enough,somi-yaa ㅠㅠ\\nDon't cry 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1e3c582ff0da455e93e1718f21783680", + "input": "@MichaelGrantBks @BethellMarilyn @foxandfriends @realDonaldTrump You are a very bitter person.....sad!!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ef65510b476d4727a08e4660c5154cd3", + "input": "Grateful for the rooms of AA, with them I learned that I don't needalcohol or prescription medication to deal with chronic pain. #xa #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f38d0d9b01db408dbde047f5b8509b2a", + "input": "I don't know how to feel about the season finale of .", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f5166ef318314d6a9a5a0a537977c305", + "input": "@TransMediaWatch This isn't about the UK government, sadly: reading what I can of the article, it's coverage of the Irish law review.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-70b88a2498084d7a982560b73b56ccca", + "input": "@oliverdarcy yes, it's awful :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f01d56b4976846bea618cc3054e21648", + "input": "She will always be my bff ever 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6db50e6cda2d4071bada6293d88f3c70", + "input": "#unforgiveness lives in the #dark", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dddc2efa5cd5422f9ed9dcbbb73f4381", + "input": "@lifeinthemix @CNN You haven't answered it. Is it better the kid kill himself because he's so unhappy?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cd4d8b4731a54d0ebbddee84b461fa14", + "input": "They leave you with so many unasked and unanswered questions.... #Grandparents #sadness #myroots #abuelitos", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7d0cbd71073643e3be1b08845015ca67", + "input": "@ChikagaiHeichou Carla took Eren over to a bench so he could sit down again, sensing his weariness she thought it would be best if he »", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e37b97485b244227b88c4bc47b4cb28e", + "input": "It takes less #muscles to #laugh than to #frown - stops facial & mental aging too! Laugh strongly & often to #lead effectively! #leadership", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-88c98518849a40729461e489b99b7354", + "input": "There really isn't a more depressing feeling than coming home from a holiday 🙇🏽‍♀️🙇🏽‍♀️", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7d20a000ce9e459f87d1b16142b2dfa4", + "input": "You can be discouraged by failure or you can learn from it. -- Thomas J. Watson,#motivationalquote,#success", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f8692988367d490488d1f09af9020238", + "input": "You want to know why I was laughing? It was a #solemn occasion, that's why. And she was always laughing, wasn't she? #VSS365", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a27d01a711764f5f93f07ca13c277b18", + "input": "@itvnews Pound has dropped despite #UK #Govt proposals - duh it's #BECAUSE of the #idiocy & #arrogance of them that it's #dropped ☹️", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b6ba59d405fa48369c8387b97f914c37", + "input": "@jennvalley14 There would be no hesitation in naming 50 other things I'd rather be doing rn", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-865ff80bc0b4471caa7ed6e0081b93c8", + "input": "@balleralert @akadmiks these kind of cops are the reason people hate cops & cant trust anything ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-965f0ec58349407eba533c8bf0f4b165", + "input": "Grind smarter. #Hustle #Grind", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c12c53c8759d475b8dce0203f934def7", + "input": "I'm an Indians fan so, I hate Joe Buck. Im glad he looks old af now. 😂 #bitter #AllStarGame", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e2a3b3cdab3044a2bf1729b936889c82", + "input": "Wanting to leave this planet, listening to what gets radio-play #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-58c8a94686184d0cb0e6ad03feae9d21", + "input": "@mikepicone55 Heeheeee. 😆 I'm at the point where both can happen simultaneously. It's very disappointing.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b82bdc130fd043dcb234396213c7d975", + "input": "@_mayatp Looks it's daisy in her natural habitat, doing her natural face, with the natural annoying growl that turns into a terrible bark", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-971ad1a78f2f45ae809d6423fba68551", + "input": "@K_I_Am2U Oh God no. Trash TV should never be dull.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e0a5d5e016c74d4c8ac483402c5dd69e", + "input": "@OfficerHedgehog That story just made me do a little sick in my mouth #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e26732ab33864910940353b5921edc04", + "input": "@camairco Increased flights from 70 - 100 without increasing your fleet=Significant delays since the beginning of this month. #disappointing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7a37e98079514b77b9fc58c664ed8cb0", + "input": "@realYoshiPlayer No offense, but this post makes you look like an opinion disrespecter.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b3f50bf0d7414eea9957d1c774bc2fdb", + "input": "@InsafPK one dirty fish makes the whole pond murky and dirty... no chance of any justice...when all trying to please .... play boy", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e5c8c0c0d84a45a8beca34116c69f31b", + "input": "dark lucha truly is the best", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5d807f41632c4e6bb49636236a767918", + "input": "'....trying to work out how a band featuring Corin Tucker and Peter Buck (REM) could be so bad.' WAAHHHHH @normanrecords #devastated", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6e1bc435b56344c7a55fd6474ef0d24f", + "input": "@DPD_UK apparently u left a calling card... @ which address cos it certainly wasn't the address u were supposed to be delivering 2!!! #awful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac81e793edc5420aae217437d2bbbf85", + "input": "@republic Muslims r justifying terror attacks on Hindus citing babri, but who is hurting Hindu sentiments time and again by killing cows?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9ca9a6bab4af473f8268f1c4a0654b5a", + "input": "I have had to park up. Of course that was a racist comment. Is this @LBC presenter crazy!!! #dissapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2e27fc69020646a5ad1acb71b59212dc", + "input": "@LovinUnited That'll be Madrid throwing a huff over Morata and De Gea. Fuck them", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c4c902491be14e5c8b37e8390f34cbfa", + "input": "if anyone has any tips to help me worry less then hmu", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-da62ab06f07b49778db78428a7abf127", + "input": "Just started p30 @mrjonathanlynn's SAMARITANS. Spot-on Orwellian discription of #US HealthCare tragedy exploitations melancholic &HILARIOUS!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-654b73f8e9014011988493c63aeb6307", + "input": "And all the bullshit in your live ends and nothing will bother you ever again #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81d0fbeee1824711b4687a70f5b45bc0", + "input": "@NJ_1288 To spread some cheer in your colleagues otherwise dull life? It's like 'hey dude u got no chills, here have some email' 😜", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2895843d3067476981848b5e9ef1aa53", + "input": "@vspearson85 @tjathurman I can do it too, though it also happens involuntarily when I'm really tired or really bored, which is irritating :S", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-afac1d632c1b43dc881b452ba6342d19", + "input": "@OliviaSundberg1 thanks for this – the perspective is shocking. it's getting to a point where it's near that number every week now.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-56c5ec8fe40d48c1a54bc99d34a8bc2d", + "input": "Nobody is very tough in this life. Everybody feels the sadness but they sometimes pretend to smile.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-020d6d0f826944e3afe4bb279bc20c86", + "input": "Nothing is more beautiful than real smile that has struggled through tears.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-feba49a6b76141d7aefbe6dd992d8a30", + "input": "the one who stayed", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3a9b3ed2551445cb840ad13b47579cb0", + "input": "@WxLadyFelicia @WPTV @FOX29WFLX @cityofboynton That's a horrible picture cause it makes me jealous I am not there.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7d488fa6ea1c4866b88da00223aad8cf", + "input": "@worldonalert horrible when and where exactly happen ?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-39f731d04a224cc9863ba34dabd81660", + "input": "No offense to the girl next to me but dousing yourself with cheap cologne won't hide your rank smell", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f718f82b32474d1081d858357d365541", + "input": "I think I have post gay weekend blues... so I bought a dildo 👍🏻", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9324d6052bf940c9a8f784ac63919bb2", + "input": "@kylegriffin1 @tkdmike you mean the 🍊🤡 didn't tweet the correction...? #shocking", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9ae48611b88a4b67973ba90962aa0de3", + "input": "A shout out to all fellow #12Step-pers. You got this! #recovery #clean", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-69391b2182d446698920d01724abec4c", + "input": "@NexaExperience Most pathetic after service experience for Baleno servicing, #horrible Feel i have made a mistake buying", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-902d3503b77f4a11946b3a74a01dc6e2", + "input": "your tongue\\n\\non top of my bone\\nlonging to be a destitute\\nknelt down\\nyou, weeping love\\n\\nI kill merciless.\\n\\n#poem #dark #amwriting", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2e4b577985b34cfb881c8e8de09732b9", + "input": "Day 10 !!!! #milestone #sober slept 12 hours last night rather than my usual 6 my body made me had no choice.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81c925ebedf7461b8f984ced3660cd75", + "input": "I hung up on my manager last night 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-692a990638f0412680f5127fbec729c3", + "input": "@whatthefarrugia still trembling", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-53ed27492ef84492a791525afdba47e1", + "input": "Said it once and I'll probably say it again, anything more depressing than making your sandwiches for work the next day #cry", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1c185b9336f047269329d927a3aee164", + "input": "@dhume She did grieve in her previous tweets, what's wrong with pointing out hypocrisy? Or is it Hindus are not when entitled to that?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-11ba405e408c4af39ada33e198e5abc9", + "input": "I think I was more sober when I was drunk.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d91ab37553f74bf0a88f551af2888969", + "input": "@BachParadise #DeMario was a player but even an allegation of #sexualassault will ruin a life. Be damned sure it's true. #heartbreaking", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e8545790960740a49b8e98adb4ad3bd4", + "input": "@djsantero I'm feeling bad for the family dog. #nightmare", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f8c024c8332945ada7e02c6419a662c4", + "input": "#horror fiends... what should I watch on @horror_channel or @NetflixUK tonight???", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-776eb3ce07dc4d6ea9f38a98f8815dd9", + "input": "@bugwan Crown? Teaching the kiddies to have a flutter?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f85f69174d304d5ca7bf6f0cf55bc17a", + "input": "Dear fellow #humans do not fall in #despair ! Soon we'll #drink #beer in #satanists élites skulls, #celebrating #end of #kakocracy 🐬", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ec08340d72154eb6a5821e03510e01f0", + "input": "Roses are pine green buttercups are aliceblue sugar is sweet and so on", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6aecfdd5c53a4075b45a13096e3f0f41", + "input": "@IvankaTrump What's up w the profile pic?? ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7bf0b3ec06c94a4ca9f20c65bcbf5532", + "input": "'She's alway been an achiever'\\nI feel like I'm not.\\n #thoughts ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e0a0e43cd03f453dbabc44ff6a4cd9ab", + "input": "I own lots of roller skate tools... and my new ones have different sizes on EVERY single screw 😭 #newskates #cry", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7f873247fb074e44bb7c4b812c0c1376", + "input": "@FlamingGrillby 'my own mistakes?' Grisk asked - well, more of a growl 'My mistakes meant that I could /learn/ from them and improve!'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3ace58843efd49f3a4b9257761fcaedd", + "input": "I give up! #simples #unhappy #fedup", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a6cd5e8b400d46f39ad8ad12c838ddc9", + "input": "i feel like i'm downcast 😶", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-15f05b149b724b5ab49fc58a63b9a26b", + "input": "@julyxnthegreat i hope so too.... ☹", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ec26a2c53b914e9d8a90b6462c82b872", + "input": "SC throws ball in Union Govt's court , Says Govt should make law on #TripleTalaq #disappointing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-afb7b81eeeca4faf87d5122019928ec9", + "input": "I was smiling yesterday, i'm smiling today, i'll smyl tomorrow, bcoz lyf s too short to cry for anything, we nid to be strong.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d713ce044b0b4075ac0b150730501081", + "input": "This 'town hall' is nothing but a free advertisement for republicans, platform courtesy of CNN! \\n#ryantownhall #disappointing #propaganda", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d1bc10af5f0645b38ddb8d6250d4dec5", + "input": "Beyond disappointed with @HeidiSomers clothing line and service. Lulu never asks questions about returns. Not getting money back. #horrible", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5a2c06f5543340ba99bb3fbf2719266a", + "input": "@dp_srk_rk It's going 3 only. He has berdych tomorrow. Nothing to worry. Easiest draw", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ff748a632af2452aa581b98a2b78b518", + "input": "That maybe she just lost her job in the recession and is trying out a new career path", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d6d7d889ae5b4fb19bb24a1579d74705", + "input": ".@POTUS every other President has said you can really only govern foe 18 months until the re-elect. Why are you focused on 2020 now? #scared", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ed4e9ec1bab2445c953e253e08d864cb", + "input": "@alixsharkey @mrjamesob Would not be surprised if he was moved on. He has clearly lost the mood of the nation", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c6421fa54a434c8f8052b94aac3532ff", + "input": "Absolutly shocking service from @bookingcom especially when owed £327 Expected better from a comp Ive dealt with 4 yrs #unhappy #badservice", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-678a2d009d7348c7882cdd05cf7b4d87", + "input": "|| This weird ass TL reminded me i need to update my accounts... ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8ffb7d26a7534c70820772c409e6f09d", + "input": "That person that #TalksTooMuch it becomes fucking #frustrating & you get #mad but u have to pretend ur interested cos ur a nice person", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-18f8db32bd564c0285f3a658d5880e8f", + "input": "@JanclydeCEspino at one point this is what i wanted rba sa? hahaha pero di jud oy di jud ☹ what if ga humss ta? 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9aa7af357fb743a58ebbf79cecae448b", + "input": "@Lxthal_ got a drive and got fouled and sunk one of the free throws", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ba0f4c0255e540d89fc502182aae2a54", + "input": "@MFaizAbdulKarim And i'm serious, 20-23 july, singapore, holiday (and accompany my friend for job interview), with one of my friend.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f69ce490680549c49e0ee5a871786105", + "input": "yesterday was amazing. thank u #mtv cant wait for the #interview the #irony is 7.10 was also supposed to be my 7 yr anv. plus6yr. ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c58b84e16a5b4ef2ae0cba8052491a92", + "input": "The eclipse wasn't all that, maybe a 3/10. I've had Happy Meals that were more exciting. #Eclipse #SolarEclipse2017 #disappointment", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-286d3058365a46a290ccb2948012e706", + "input": "Am I the only person in the world that prefers rainy cold day than hot sunny day? \\n#summer #melancholy #idontliketosweatuh", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bd7842986b204aa9b26531a3ba8a2f34", + "input": "' #TheXFactor returns next week ' exclaims the 'trend' notification.\\n\\nOh deep fucking joy, exclaims I. #dreadful #pastitsselldate #quitit 💤", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cf0d0a8a6a4a4b72aec0764d166bfe14", + "input": "Edge of my seat @GameOfThrones loved it #dragonsontheWall ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d8237c5a6f124990aa0e9b586a7e133c", + "input": "God's help for Israel in Isaiah 41:10, is for u today. Don’t be afraid or discouraged, He's ur God who will strengthen, help & hold u up.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4377c44ef7214289a746f41d4fa358d4", + "input": "And let the depression take the stage once more 🙃", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-415b0b7233e04dcbbead7fdc295f5168", + "input": "@namivague huhu kak help me through all of this ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7228c58b391845f9b162bce72d479e52", + "input": "I cry whenever they call me mico chan 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6f4b83f5736b4f668c47ecfbda8dd0a6", + "input": "How the jeff am I gonna cope @ KC. Diagnosed myself with 3 serious illnesses this morning & spent £22 on ailments from the chemist", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-afbf73188f044b9db73db82ee553dfb6", + "input": "oh crap...I lost $100 on poker games yesterday :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b019c3796afb47a79c0b213c354d30ee", + "input": "Curtis is back at work today 😥", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-620bd275ea864794a736bd8f5e066ebe", + "input": "When you're saving loads of money not drinking so you start buying ALL THE THINGS #sobergirlproblems #sobriety", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-736ba22772bd48ea8c6e421a077a5da2", + "input": "my name is sara, im 20 years old and i cant believe boiling an onion is making me cry", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-24569028421a499f8b27f29df05df4e3", + "input": "I need a LIST of group that debuted in 2010 and disbanded so I can grieve", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-eac3a02704c54f7dbe67db94af2184cb", + "input": "@simon_schama As a lifelong Democrat, can't say how much it angers and saddens me that the party of Lincoln and Reagan has sunk to this.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-38ddac67e1b045e087350ec590a4f4be", + "input": "@Miss_Wisconsin It's amazing what not being told no enough can raise. #horrid", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4da82a2c5ced44c7ad4b532de248c70c", + "input": "An email that will never be sent, a message that will remain unsaid, a voice never heard again. #loss #sorrow #Friends", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9ef8ac22475f497dbbcf3dff339c0cc2", + "input": "Just watched #TheDarkTower & I ask how did @StephenKing let them destroy a Literary masterpiece is beyond me. #crap #disappointment #fixit", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0172990afcbe4a5abdab27060a413983", + "input": "Horny. Anyone? #horny #bi #sex #london #snapchat #gaysnap #hornysnap #snapchatgay #snapchathorny #gaysnapchat #hornysnapchat #snapgay #snap", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-98b59a5adaa841518ab7b4baa9e94c99", + "input": "Still at school 🙁", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-369bfd36a3394ea1b24e1fb3c3052087", + "input": "Whoever decided to put chat functions on company websites for customer service deserves all the medals. I hate talking on the phone ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-860a08fd163d4e1eb114c30394d2f1f6", + "input": "Pressured. 😦", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6591d29a4359476e8f3b275a109ea39a", + "input": "@missmarilynx Hahaha @BigScottGibson almost fell off the sofa laughing at that point. The wee jump he did as if he was scared too 😭", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1976f7c0bc574fb384d0dfde472ea6a2", + "input": "I can't afford to be unhappy. I've made it this far and there isn't anything or anyone that's going to take my happiness away.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-19b35561b4794f2bbd901daab2752867", + "input": "Thank you, @realDonaldTrump, for using the Afghanistan policy of #44... he was pretty smart! \\n\\nP.S. Do not look directly at the sun! #bad", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-644c3fd7ddbe49f4881b2aa7e221a144", + "input": "@SamKrueger_ @DarrenBall_ @UFCEurope @ssearena I can't even find tickets anymore gunna call it a day and go cry in the corner I think 😭 lol", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-baf3ee0a4f5b4ba0945e7a7fb1282638", + "input": "Not sure if Christianity lost Eugene Peterson or Eugene Peterson was never really understood the Gospel ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7c1c475ca69d4be59c1a5631c02dc8a5", + "input": "@PinkBelgium Ya, writes horror so everything today in the world looks normal to this dark individual", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dbf33852ec5c4bb98cbda2551312e865", + "input": "man i am too old for mosh pits 😧", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fda89963b9324983b16280bd9ec48588", + "input": "deni & i on here be4: known as friendship goals by all our adorable mutuals 💘💗🙆🏻✨!⭐️™\\nus now: tweets three times a day about depression", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2efb25f479ee4b80a319c4dacd1f473b", + "input": "#stormyweather #gloomy #grey outside. Inside? It's all about color baby! #newproducts being photographed & listed! #StayTuned #lips #face", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-610d9a46663a4f14bfaf5cb25715d7e4", + "input": "#serious #young #mature #paypigs only. Convince my you should be my #cashpiggy #findomme #findom", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8f415280ed8b4b2cb408194d4aee142a", + "input": "@AC360 omg. Who is this nan Hayworth person and where did she come from? Send her back!#sad #bad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-783f7d61cc4e4d858f57a5b39501b491", + "input": "this time i really can't articulate how i feel... i am rendered speechless. #disheartened", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-518b19e36b8343698e0021406a521025", + "input": "People who say nmu are the worst, something has to be going on, tell me I wanna know bout your life that's why I fucking asked, I care 😤", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a69e12dc7cc94d2b849b59cd98a81666", + "input": "stand on ze point! standing near ze hurting. good to lose. zhe flesh is exciting! oh ho hoh! zhat book certainly seems angry!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bd47d2eaad4742549361643b68d92a11", + "input": "hey @nestle what happened to the strawberry and black current ones 🙁", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1695c1398dc84e3293bb212de8a6fcb7", + "input": "'Suddenly I can do so much, & it feels like my brother was holding my back in a way, & that feels like a horrible thing to say' #InsightSBS", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b3ce14c12b2246529ca4887676274818", + "input": "#RaviShastri is appointed as new coach of Indian cricket team for two years.\\n\\nNow how i wish Anil Kumble stayed longer.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e59018ca887b4d4b91fa5fde3c9fe4bc", + "input": "Pls dont give me empty hope 😧 dont want just say lah zzz", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac8bc4457f4c4d60a002040c481c729c", + "input": "#Merkel has supported all #Israeli #terror initiatives opposing the #Palestinian bid for membership at the #UN.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f8646375ccb4821b2af65712e029d52", + "input": "School duties. 😧 good night ppl", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0f5bc43d266c4bed9995d9dc81b1d676", + "input": "@jhN322 Ephesians 4:31\\nLet all #bitterness, #wrath, #anger, #clamor, and evil speaking be put away from you, with all #malice.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cbd4c370194844c4845cfa49da96f00f", + "input": "thattttt was too hyped #dissapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9e2831eec1c246c298e3510ca7f1c83b", + "input": "nag-iimprove na si Jasper omg 💙 dull boy no more wtf 💗 \\n#COMM19", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-35087096ab64400bba0c739ad827016d", + "input": "@realDonaldTrump I am so glad you won't have Twitter in jail! #LockHimUp #LockDonJrUp 💩💩💩💩💩 #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ade64456c5f745318c3a68e7a5cca5e8", + "input": "#expecting & #Accepting are two sides of #Life.Where Expecting ends in #tears ,while Accepting makes you #cheer\\n#LifeLessons #thoughts", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7dfce242578540f99a387c7516be36b2", + "input": "Damn I just walked up to the train station and I literally died ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d9be62e91f61489d90fe6d8465c35a87", + "input": "@jaimitoelcrack7 Seriously...I've been sitting here for five minutes watching this in awe. It never gets less amazing.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-898d8e5d3114489cb2ae47084caf10a6", + "input": "#Work not to ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8f6f35896fe34efeacf1d3aa7f80eb24", + "input": "Fear not @lisajnc1951, God is with you, don't be discouraged, for He is your God, He strengthens and helps you at all time. Is 41:10", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a42109ef17f248aaa3b95f7bef0319cf", + "input": "Every time they have a different chef on #BelowDeck it just makes us miss chef Ben more. Esp this current one on #belowdeckmed ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7778e8ffc084474eb3bfdc4f58d448bd", + "input": "Summertime sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e02aad98575a472c9a25ef255f20c795", + "input": "@ComeJesusSoon trembled, the #earth quaked, and it became a very great #panic. [2/2]", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c62b7baeaaca463da2ec57c8c0120951", + "input": "#PMDD symptoms: Feelings of #sadness or #despair, or even thoughts of suicide.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b0d838f53c6b4957ad7b88da84ed1b1e", + "input": "@azta110790 sports will always be ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-224eb6129fc74cf29299bb0455849ba9", + "input": "@m4rk1964 Sorry to hear that Mark 😢", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e7522fef5ea4486586d1624cabd6aae6", + "input": "Fuck qld #StateOfOrigin #blues", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bae6c81589a44e6eb3826c3f07906abf", + "input": ".@guardian \\nSoft-focus interview by a fellow Friend of Israel. #dull", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-23cd122205fc4c98b3c74717ab251d36", + "input": "@TheSocialCTV I'd never leave the couch again! #excited and #weary ❤️", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e167468df892474aaa812bcdfc82f5cc", + "input": "The best kind of self harm is through the mind #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7e321c85a974409d93c94b17047683b1", + "input": "@PrisUY Good point if let's say the Argentinian police would do 1/100 what they are doing we would see a lot of outrage by certain people.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cbdbf33089574ef296cd285a983cea62", + "input": "Confidence c|mos not from always being right but from not fearing ho be wrong.-Peter ;. Mcintyre", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-549eb4bbe9424b6c93d5e3f2e436c810", + "input": "@DavidLammy This kind of abuse is UNBELIEVABLE and an absolute disgrace. It makes me sad to see this #dismayed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-66cc01154d934682bfd2c9fbd4824dea", + "input": "@RichardAArnold I miss you! 🙁 As soon as Piers Morgan has gone, I'll be back. Hope all is well with you 🙂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a3d83c75dcd249ec95bca9d0ad27814d", + "input": "Not all learning has to be #serious! Session on serious games for #disaster and #resilience learning #hazWS", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8623856c42654508aa16ee250352aec2", + "input": "#Hateful , #horrible , #horrendous ... = last night's speech in summary @cnnbrk @NewDay @CNN #PhoenixProtests #PhoenixRally", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1a9437205208400b88b710e8d91ad4ac", + "input": "@CeeCee151 This is ☀️this is clouded sky 🌥😂😂😂👍🏽😁👏🏽", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b712b207972c4405a302567f3d09321e", + "input": "@No1likeNole @danielNolefan Ugh..hate Manarino got this game 😦", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-623bde30e47b4e688ca755f0162c90fb", + "input": "@theviberide great workout this morning alongside @Emily_Gagnon thx #Courtney my legs are still ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5f10c83dec564366b2312b38bdb06970", + "input": "Sometimes i just wanna give up on everything i have but then i realize that if i give up and start fresh my hard work wont show. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2fd4fca087544e76a0c74c91049d32cc", + "input": "My heart is hurting because I had to pour my milk out because something was in it 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-20df989ec4bf4d59ab64523ae4f97bc1", + "input": "Waiting for the 2000 conference call to start. Good time to cruise around Twitter #disapointed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3c71c899542d47c89d31ddbd4b782d34", + "input": "And now that Im having the other way around, i feel so upset and sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6cebaa2bd4764e178d7467a7813a8881", + "input": "@amarakhbaranth1 Not answered my question - when the #AmarnathTerrorAttack perps are killed like rabid dogs will you praise army?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8eebd9c07231453ebec2a93eddfd67b5", + "input": "That was the most beautiful thing I have ever seen. #Eclipse2017 #Eclipse #SolarEclipse #tears", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4ad84e6fca8e486cbbf60a3d125cd8a5", + "input": "@Za1d hota hai terrorism ka majhab hota hai and dat is Islam soldiers of allah killing innocent people around the world #RadicalIslam", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-42813425d5b547cc893dff3fccbbefa4", + "input": "OMG my darling best friend's hubbie died today whilst on holiday abroad. #shocked #tears #grief #sosad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a17d42ff239744d1999836b9ea5f5c93", + "input": "To recreate my romantic memories, I'd just put a chip on my shoulder #masterchefau", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-17ef26d9f23f41d395b73f8b0d72d1a5", + "input": "@ComeJesusSoon said, “Surely the #bitterness of #death is past.” [2/2]", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d196b99a415c440db0151c1ab2109569", + "input": "@13ReasonsWhy The little details in life can build up to things that could affect you negatively and eventually make unhappy and lonely.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-602512762a7d4e6e872da4a899223f38", + "input": "There's nothing more #depressing to me than thinking about how many times I will shave my legs in my lifetime. #showerthoughts #writer", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8bf156e989684432b0680e0b12174f60", + "input": "I wish people would analyze the Chicago crisis with passion n interest like they're analyzing the Rob n Chyna drama.😐 #lost #prayforchicago", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2bea63ff88b94e878b3cc3aa2b7370d2", + "input": "I got $150 on McGregor, who wanna bet? #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-322199b897a744b0841f2de3877b253c", + "input": "Of course I've got a horrible cold and am breaking out 2 days before grad 👍🏼👍🏼👍🏼👍🏼👍🏼", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-51d4a6796e684815a8ba2d778505dc2e", + "input": "@sseunjacks you're so mean. why retweet bulalo and turon? now im craving and hungry. bad girl. 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5be34ecce62e467797ef7a10f70a8799", + "input": "@therealjackster @F1 Yip. Coz he's a miserable huffy get 😊", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1d395c2fc65f493d86d89ff7b99f9901", + "input": "@mandersonmsp84 @jamadoria I'm in tears. This is so heartbreaking 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bc257e888104461a8e54e5bfe84196b9", + "input": "@geoffschwartz agreed but it had tessie by dropkicks playing outside of gameplay. #awful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-95886bff92dc4e2da8cf33ef74267837", + "input": "@HOESHIKO I used the wrong fowl sorry I'm a #disappointment please #killme", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-441b0549a60447f0a6ed350a087bf0a1", + "input": "@stephentotilo Think it lost its heart after the second version. Third was disappointing and haven't played the fourth yet", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ca51c25d02914691bb2d985a8e720ad7", + "input": "@TorontoHydro @cityplacera When will 15 Fort York have power? 2:01am and it's still #dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a3de0ef3d09044d5a3cff3471c1cef70", + "input": "#gh Jason & Sonny are hearing a little more of what Sam went through #heartbreaking @kellymonaco1 @lldubs @MauriceBenard #BillyMiller", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d5bbebd252df47acae451daca3bb6d36", + "input": "I should wear black & mourn a lil'.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3e73d549173d4c15b070f9467a00ca58", + "input": "Lady Middleton's first coming to her care, the contrary, as she turned involuntarily to _you_ are all sunk the rest, she", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-093b6ea410ce475792f94f62b545a94a", + "input": "@blonderella26 @Seahawksfan7777 @Shitlery @afern_alex @eugenegu @tonyposnanski @realDonaldTrump She's getting mad just like we like it 🤣", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6fd4d782d3e9411fa8d4206b67fe6dbb", + "input": "@NCAA #NCAA is after more money! @POTUS should assign special committee to investigate regulations, policies and #bad practices #point (.)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0458cfe39f084a7cbd8fbabb59a1843f", + "input": "Thought For The Day\\n\\nRemain Unruffled\\n\\n2 Thes 3:13 says 'But ye, brethren, be not weary in well doing.' For many years I have", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-04ae4c11002848af908a2c2ba1b6ce5b", + "input": "Don't let a #Season of #Sorrow turn into a lifetime of #bitterness ~ #FearfullyMade #GracefullySaved", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6299db0492cd4b3faf7cca665f0bad09", + "input": "I just broke my glasses too! Bith pairs are made #desolate.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9bebce71fc8541729c47fd144a5172e1", + "input": "When you miss a call from @ThisisiRadio #devastated 😭 I'm trying not to #cry 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-09481452fe1b45f680e8c622710359a9", + "input": "By the lack of cheers for cozart when he was announced, one would assume people don't know who the reds are. #cincysports #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6f3aa7a03e6648f7aa12f3a459f53bdf", + "input": "@davidgold @karren_brady My shirt did not arrive today as promised, I even pre-ordered it in June, who do I make my complaint to ? ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5be25faae9354f3a98e2dd79bb6fa5fc", + "input": "1st shopping experience with @paytm, what a disappointment! Product still not shipped & they might cancel the order now. #unhappy @Paytmcare", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-07e7cf9406574d95bd44a134acc2f6c0", + "input": "i know it shouldn't discourage me but i just really wanna create something amazing and outstanding", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-22b0226bf8494877a2938b307ba0cc82", + "input": "Again, this q. is brought to you by my slight feelings of irritation when I see 'obligated' over 'obliged', and I want to know if I'm right.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b66ed64116194f1f957a0c496314a7de", + "input": "Still no word yet, on wether I still have a job at the hospital I work at. Deletion notices come out soon. #stressful #upsetting", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a4e0d056e07f4fc883ed23ceb5e6a140", + "input": "@Everton @WayneRooney Did you not film them when we equalised ? Hmm didn't think so #disappointing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b9bcd320f72a44d9baa8a194a2271c29", + "input": "@PalaceResorts hi I have booked your resort for the start of October. I've heard the golf course isn't available?? #upset", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-582ce415183249a2997713248c9a9bbc", + "input": "You know you chose a good husband when he prepares lunch for you early in the morning 💞 #tears", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-28188463893d4c22873a3e63e4425d89", + "input": "Thing is ... It's hard to be sober", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-52ad199ab1ff4a8a8fae0b3cc486dcaa", + "input": "this weather = my mood ☔ #miserable", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-45788dba930048eb916dbd16f7ed9683", + "input": "Thx Netflix for making me hooked on Fosters!!! #anxiety #crying #cantturnitoff", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f9fac5f3cd9c4deeb3edde0b1999304e", + "input": "Tomorrow should be interesting if info is being released re away priority & Canalside membership! #outrage #htafc", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6e320d272414432da4ed00e52950f79f", + "input": "Are you #depressed? There is #hope. Keep going #forward and don't give up. There's always a reason to keep going - find it ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bd8fa9be8aca4b5e9bf45ddd4df49375", + "input": "@RosieHale Bro no you don't you'll be so dissapointed in me 😂 il let you read it next time you're down here tho 💁", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f52af74da06144d6a0ee0e062b769721", + "input": "@tiffanyreisz Never a dull moment with you two😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e7896c378244423dbedadc46595d31ee", + "input": "@DOBrienAJC What did you do to rile up all the Roberts?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ed79beaa94c14235abf08bab2bae1526", + "input": "@ananavarro I usually wake up wondering if we're at war with someone, but I'm a pessimist.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b114c5315f0d4583b1e2a380bf974843", + "input": "@thetrudz #PrimeDay , free slurpee day at 7-11's, national chicken day, i got some multitasking to do and squeeze in my dr. Appt 😧", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-12f6939ce9594f1db49f4715c8a5882c", + "input": "@maltsphere @politically_cor @PrisonPlanet @DonaldJTrumpJr There can be no true despair without hope. Isn't that what you're looking for?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-48471e16bec74f82aadf781924dc1b2b", + "input": "@loosewomen #dreadful show. #embarrassing 🙊Bear needs to #CalmDown #tryingtoohard #hadtoturnoff", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d9d453fefd36448f8ad2ba12620278ce", + "input": "Amid gloom in IT sector, ATCS expands India operations", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-32aaa920281c406d976d8ca027733613", + "input": "Johnny doesn't seem like the suicidal type #suspicion #tcmparty", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-52ae37a5f30043ed98da67b1c742a00b", + "input": "@mizuvera I hope didn't scare other people who owned this figure that he will move at midnight 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-07fcbb5c184a4f57a312d2f666f09cc4", + "input": "never had a dull moment with u guys 💕", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cf8536d657f042d2a96da0c860cd0b35", + "input": "Request MRI 2 years ago, Neuro only requested last year, I'm still waiting on appointment #mssucks #healthcareFail", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-84ed15047ab14d66b5176083ad4b2d0a", + "input": "Aw, bummer. @WckdLbrn (Maura Rankin) blocked me for calling her out as a #bully. Some people just #CantHandleTheTruth, can they?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-375da9c43e9649fc8250d5ad42dcbf7f", + "input": "I'm so ready to take off my sneakers. They hurting me 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-af87291ad4d144f38f2ef28f6916e7fe", + "input": "Just watched Assassin's Creed movie #murky #turd #murkyturd Has the balls to tease a sequel and 16 minutes of end credits WOW.😨", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f339b9aee61a4fa8851e34c85e443fde", + "input": "✩ We're happy, free, confused, and lonely at the same time\\nIt's miserable and magical\\n¤", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e137f77f1a4e45778e2d9fd0c32d48f4", + "input": "@susancbcquebec Wherry has, but pnp has been not so much sadly", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e24e2efc234742efb9e95031a2ee48ba", + "input": "@SampathStats Would've been great if he was selected 🙁", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac7b067a9c724866ae098edfca179857", + "input": "Exited for my 3 week #trip. Sadly I won’t be able to make any music #crying", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-afa5c941a35b480da328afc955365a68", + "input": "This time in 2 weeks I will be 30... 😥", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-625cdec34bb94122967b60f074bb566b", + "input": "Lost my glasses right before I'm supposed to see a movie at the Chinese Theater. #pissed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bce0549706d14f94a04ae5d3e9f195a7", + "input": "why my head still hurting ??? 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c5188fe1c19e4397a46e4e617427873a", + "input": "@angrydwarf9 @carolinesandall It ruins my frigging night each night at 9pm. Mrs loves it, i've been early to bed for a month. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-881253d290ef4230b70a1d752485ed3e", + "input": "@J_UGO_ @TopPlanet63 Vestiti Black and White, stile blues Brothers", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-297c588584e645bbb9fd6fbba97a1054", + "input": "@tilkymjones have great tuesday gloomy here", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-42447263ef0f420fa216bc6db2f938d0", + "input": "nw immortal songs 2 || the blues ♥", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-622ee1acbcfc444ca15a4a8c7dec477c", + "input": "#Overheard: 'I don't really like dogs.' I DON'T FEEL SAFE IN THIS PLACE. Clearly a hostile environment! #bigly #covfefe #TrustNoOne", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9ce917756070434fbb9bf49e5bb89e93", + "input": "I went so deep into my thoughts that I started shaking. I real deal upset myself to that point of anxiousness.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4312cf56d8e140e79706b390c35eff22", + "input": "Me and @DicksonEmily's snap streak is at 260, if that's not amazing I don't know what is #commitment", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b0020ce4fd824a77a5f06616bee4a449", + "input": "I'm so nervous I could puke + my body temp is rising ha ha ha ha ha", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2e9283379a31491db721da3de79e87a1", + "input": "do u ever wanna text someone to have a good day bc u genuinely care ab them but u can't cuz they don't give a fuck ab u!!!!!!!!!!! #:(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d9b13dcf6dc04702b7efcc23f0840782", + "input": "@McDonaldsUK just went to burger king... 25p surcharge for using my card! Outrageous! #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81ac72e8a39546fe897068f8e004fe28", + "input": "it is so unfair to my Emotions,that all of my efforts will go so unappreciative.I've stayed down even win they didNt deserve to STAY AROUND.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-afd9903a10094b5eab6971c7de5623c6", + "input": "I'm so sorry\\nfor so many things\\nI never say it\\nmy burden to bear\\nSo tired of talking\\neven dreams grow stale\\nMadness a relief\\nto my ?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8ea1c03be862471f851decbde714a4b2", + "input": "I was crying when I got to work yd morning and all my girls showed me so much love. Why couldn't they have worked here the last 3 years 😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5ec27e2d0c9b4568ac63fcee57ae1c91", + "input": "Knew Tulip was hiding something but I never would have guessed that she was married 😧 #Preacher", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8370cc4d021e4c19abf0861bde69fb04", + "input": "(y'all) #snap", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e0b6b0dcb79b495ca9475e7a81b3e5b7", + "input": "I got to ride with and witness Amanda Coker break a 77 year old bicycling world record. Awesome athlete! #amandacoker #tdf #relentless", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-768f67633bb1431f9a0c635076e1129e", + "input": "I may be #disabled , #discouraged , and #disappointed in gaining weight. But I am not #defeated . Gonna do @NerdFitness again! Who wit me?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e96cd9af271346a7ba4a41d6166dc269", + "input": "Am I in labor yet?? 😭😫 #miserable", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b7b725ae63f741fe96c38711eab5318e", + "input": "Well, my minds officially blown after that #GameOfThrones #GoT #GoTS7e6 #WhiteWalkers #crying", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c20c7fd689694a0c8fb2dd2e30012d1c", + "input": "@executivegoth I tried a free Alpha trial to watch #dread and I'm sold. Worth the subscription alone. You all are incredible!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-52b95092850c4bb1b46e860e1a0bd27d", + "input": "@villodotexe This is the most fucking cursed FEHeroes unit I've ever had the displeasure of seeing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-edd1629608a640acbeade6561c439a99", + "input": "That moment when people say you don't need medicine, it's mind over matter. You need to stop doing that. #bipolar ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2189dfa9aa5544929ef6e004e2fcdbc5", + "input": "@Jon_Digital Sounds grim 😩", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fd6a1f1030fb48c2a65bea1fdb1c1c68", + "input": "Just a side #thought, everything takes #time and #effort ... #annoyed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-80b50f9ca0d6464ea59f37b7d4a881bb", + "input": "@MaisieeeH I think the ending is about despair, and about not being able to escape the system... maybe?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b7b800742b454917beebb5a726f61353", + "input": "I woke up too moody who gon Die today 😠", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0668a2e0afc94300855918bd42303089", + "input": "What is this inane waffling nonsense that @BBCSport @bbctennis is forcing us to endure every time John Inverdale takes the mic. #dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-de3ceb6c957042208b954857859d9507", + "input": "'I think our dreams can motivate us more than our fears can paralyze us.' ~ Chris Hogan #dreams #fears #life", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-dd5d7e82e4254053ad1a03b3aef7fd71", + "input": "@jnyalero @BelAkinyii Eng.R u call a spade a spade if u were good lets all mourn but if you not pop a bottle and say good riddace", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d24270b5316f4ec0aa63940efad419e8", + "input": "Me at Start of Semester Expecting = A+\\nAfter Mids = B+\\nAfter Finals = Passing Marks\\n\\nThinking to quit MS. 😡", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0db775eb7d154bb18ff663f82dfbaf25", + "input": "@Monarch Really??? I've had to hang up! ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9da06669776444528ed67cfc95ec2310", + "input": "'Can you not play your sad music in the morning? It's soothing but I don't wanna feel depressed on my way to work' sorry mom lmao", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-39b93f4722734778aff23b49df3e4fec", + "input": "@republic Inside job so modi can show more tantrums", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a17d48c15c2b443a8b040cf97a0aa124", + "input": "If your nail polish has hardened or is gummy, place the bottle in a pan of boiling water. The polish will be like new.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-36696faafe5d4806b668a41a8bb93ae7", + "input": "Hmmmm. Seems we only had 14 punters vote in #S20Cup. 163 followers and only 14 punters at the track. #disappointing :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f08ff936384f4918a136d1d62191e38e", + "input": "@ComfortablySmug @allahpundit Exactly, we are supposed to believe what a Russian operative in American soil says. Beyond depressing.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4b15a217cefa44f1a931da749323025a", + "input": "My soon to be ex wife needs to learn to chill out & smile ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1ef4a6477ca04f42b77140036b5c972d", + "input": "@Thischarminham @BrentSpiner @jonathansfrakes @levarburton @akaWorf Bitch played every role she ever did exactly the same. #dull", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3da6933b573143acba4591d72fb01090", + "input": "My neck still hurting though... 😥", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c74c93b159f64cc8ae2d3ab72835c313", + "input": "A pineapple is neither an apple or a pine. It is, in fact, a large berry.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-01f726f8cd29459db612db23c2346aa5", + "input": "@Number10gov @dwppressoffice #heaviness; That they may be called #trees of #righteousness, The #planting of the #Lord, that He may be [6/7]", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-295d5066f1014ad8a51d2d3f31dee2eb", + "input": "final vestiges of my 90's childhood were just dashed on the shoals of hearing a house cover of Tracy Chapman's 'fast car' at the dayjob", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-359765b92d454c7683a42150b5b8bca0", + "input": "@ManUnitedWriter He has had a dreadful first half, not to mention rashford would've got on the end of a couple of those through balls #pace", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d679b849c0bf445892ca1ee35838c73b", + "input": "feel really sad and down today😒", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f4b0d607d39945759885064920150513", + "input": "Wow just watched Me Before You and it was seriously one of the most depressing movies of my life", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3f3ca282611f499195d281dd0fbc5ff7", + "input": "Awareness of time is awareness of time lost. #awareness #time ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ce2014041b38412b853481d9f99b042e", + "input": "@RossKemp great programme tonight #upsetting #extremeworld", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b4a5b7f4522c4adb9767bf0474e28248", + "input": "Most days, I don't know what my heart beats for. #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-328800e8411f45ad9561ad89c6860b46", + "input": "Bare videos online but does anyone get rehabilitated? Does anyone actually get help for their affliction? Or do we jut get twitter videos.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-936e2ded017a4ff4a07f9431215f2bcc", + "input": "You can tell the camp isn't happy purely through Bojan and Muni.\\n\\nBoth normally fab guys, yet completely dejected. Something isn't right..", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-46b323316aa5478bbc3061668f897286", + "input": "Bill Clinton: 'Do not grow weary of doing good.' @ClintonGlobal #CGI2016", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5ed6b12adcf043828e4af5e1babe3e06", + "input": "@BBCSport too dull for the UK.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2c45cf9a5b2c43d693c64aee1dd3ecbe", + "input": "@Mets @JdeGrom19 I'm depress now", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6885a8863e864ce59d2f75d338f1b715", + "input": "When the sadness leaves you broken in your bed, I will hold you in the depths of your despair, and it's all in the name of love 🎶", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2497c83f81df4cf99be8ab055b53a66c", + "input": "it didn't impress me but it didn't depress me'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c2eacdf129e94189b41b76f77d046335", + "input": "@petercoffin So safe blues are ok. Are reds ok as well? Obviously, battleground states would not.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-74950a2960684925afa152218fcb38aa", + "input": "So grim being up at 6", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-977990bb96554495b2aa7bdee8616eba", + "input": "Cheap pout my brodcast", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5d457d64b8b5485e979a69548d0c60e2", + "input": "I wanna see you smile I don't wanna see you make a frown", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-99a1096cfcf04ff1bfcd54b95019bba5", + "input": "Liam is too distant makes me mourn 😪", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-08f4cbcca52945ea8b5d2dc76a24798a", + "input": "Being at the airport is so depressing.. watching all the loved up couples and cute people coming off holiday,too cute..hurry up November ✈️", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-85f42ad4d9fe4a6bbb424111ace96cc6", + "input": "@NewYorker @donlemon Trump presidency-a dark age for the USA and the world. He would most definitely take us to war. Short & Long term pain", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1a61bc1f54124f05aec8cc7581989c25", + "input": "@midnight #EndTrumpweek please, it's #depressing me.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f114e746899e419eb312f97cd19899cf", + "input": "I can't even celebrate my wins or mourn my L's cause first test week is that busy 😕", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5c2fe08e3253491bad2693a81781971e", + "input": "@chelseafc let them know it's the #blues", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fbdf07e537fc429c8a091e23706d956d", + "input": "Mmmm #coffee and a good #book on a dreary day! Who can beat that?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5d65419b2255427ba22a1ef605eb5691", + "input": "Romero is fucking dreadful like seriously my 11 month old is better than him.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d6175990358b44ae83feba6e2c3ad066", + "input": "“My friend do you fly away now? To a world that abhors you and I? All that awaits you is a somber morrow No matter where the winds may blow”", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-216b3db29b1542a2bc6f2b91721bde4f", + "input": "@tysonwaters and @WatersWife 'Being over it.' Why USA has #panicattacks #anxiety #depression and so much medication!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0d3e7efb21e2468ca6f9a6843fb06c10", + "input": "Im kind of confused. The one thing i do right now has a great future, but on the other hand so does the new thing . #lost #needhelp", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e95cf12b1fb04c7db7a5b5110f5bc0f2", + "input": "How could such a crooked,stuck up,delusional,dim& #dark hearted dud be surprised losing&prob also ppl won't let their crimes drop! #nwo imo", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-67540e07041b40459862d0e5e492e329", + "input": "@Nataliem55 sadly, war has often been the factor that jump starts US economic growth", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-61907e9d519f41e8a2554fbca9a07cb9", + "input": "Interesting topic this evening... sadness & low mood. #MHChat", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e8b1dfcb917342aa870ab76f8b6401cc", + "input": "@MHChat if we don't understand how to express our emotions to others, may lead to sadness / loneliness & neg impact on long term mh #MHChat", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e0279df06f454b45b5d4c33d58ea7833", + "input": ".@WotzupCapeTown - thanks for sharing! Surprise guests! @HumanJurgen & visiting US Tenor Sax @CunninghamColin. #livemusic #capetown #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0e18887e396e4c60a6e02bd03c42ba19", + "input": "You don't know how to love me when you're sober #sober #selenagomez #revival", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5644a110adb6401fae61bb3f42376a34", + "input": "One step forward, two steps backward, the link to RogerFedererShop doesn´t work.😰 I am losing hope about Roger Federer new Website #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-84f604a4d8dc493caf6c86837a9aa5c0", + "input": "Fun tidbit: You can fall asleep on someone while dancing. #blues #latenight", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-985cd830924b4b8baba196d3b493b723", + "input": "#RiceFODays now I am Alex Butler's class on financial management. Starts off with a great, relevant class discussion: movies and sunk costs", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c3f22a5201e943ca992cbe4c169af99a", + "input": "i cant stop. i finished - dejected. luckily no one is in the bathroom. so i go to a stall and wait until my pants are dry.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e58bcb54ed4b4ac0b6191963ab1516a7", + "input": "@nickb88 @Buster_ESPN pine rider", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a4d20baa28964ba8bb104c553bbc086e", + "input": "Please bear with me, I'm not Twitter savvy😝 in real life I'm a Facebook person. Help me gain followers 🤓 #blog #selfhelp ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-949e7ae57619416880b128f1d5206a56", + "input": "@VaunWilmott @PrisonBreak @PBWritersRoom linc the sink", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f4b3ebc449dc4a949ab0ec3cfa7a7b51", + "input": "Honestly don't know why I'm so unhappy most of the time. I just want it all to stop :( #itnevergoes", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c52da724f63549a3803af9fcb42ac311", + "input": "I was not made for this world. #empath #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-842e29147a3b4c148c406b40c795bcbe", + "input": "Im kind of confused. The one thing i do right now has a great future, but on the other hand so does the new thing . #needhelp", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-04ec56ddaea24ba9b6bbc85ba21ec46b", + "input": "When health insurance won't cover TMS but they let me know they cover ECT #mentalhealth #psychology #TMS #ECT", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ca025f93493b4a8bae03188b35043eb2", + "input": "@Micky_A_Lawson Paddy McNair is our joint top scorer......yeah.....justlet that sink in haha", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-428fe75ca6c4400992f8e8be5d159e7d", + "input": "@VosachResrus ^'ll just #wobble carry you #sink", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-472bb1b2196c4887b38a28565f843f41", + "input": "What a sad evening - clearing out all of Harvey's cage and belongings. Now so final. Goodbye my little man.... #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e15f874e86444addb9bab84562aec8f7", + "input": "“The immense importance of football is sometimes scary. When you don’t win you are responsible for so many unhappy people.” - Arsene Wenger", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-77fc5c94205540ba9a2f6467922bec89", + "input": "@CrystiCaro yeah agree - I think it was a family member and they covered up ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-462f07999b9a45f4859ac5f0cb5da436", + "input": "@rupindxr my heart actually sunk looooool I was so confused", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f7cd96cab6a466d9474c2d158b48ebc", + "input": "Hey man are you asian?!' Nah man im hispan...'nah you just high as hell.' Some random crackhead in the wal-mart parking lot...cmon #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7cf01f8aa84440399ae53773a30547a9", + "input": "@JlKelly1 @FJ_Berry I've got #teampaella presents on their way for you and Fi but I don't think they'll arrive by Saturday sadly!! ;)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3138575403c04b8b8e77bbaa730ca3c4", + "input": "@abra @abra @abra what're you doing to my ears? To my soul?! #GoodMusic #melancholy", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a1684e9f7817421d8a0c708c8f1a5e0b", + "input": "@Vixen85Webster yep & I stayed in pjs all day too lol x", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-48fe588975a44264b697a6b7264f6111", + "input": "@simslover163 I guess it must be really expensive... For me it's that the whole family stayed in Poland, so I really miss them...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d4ce2d71be254befaf356ad24231cd46", + "input": "@MCFCDenver doing the exact same minus the beer sadly", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-926421c58ff54875933baf0e0421030a", + "input": "@LacesUntied_ yea lol catchy you fret", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2d208208c09c43e4bb3f86710270630e", + "input": "Rooney = whipping boy. #mufc ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2fa748656ec04db983695d1b590c73cb", + "input": "@iJuvia_ \\n\\nHearing the noises, Akame opened her eyes and sat up, facing Juvia. She didn't expect at all to see someone around and staid --", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-63abb056cf8f4f52b11065417b19efe0", + "input": "-- used as a pawn in this red woman's game] For now, try not to fret and act as if nothing is amiss. This is a royal -- @TheLadyOfGlenco", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-adf9c21d97524b05aec385699d616111", + "input": "@BTS_twt people have so much negativity filled inside them but im always happy that in such a gloomy world someone like u exists Namjoon", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-de797acd4e0a4019bf2df1dc28c91aaa", + "input": "Go away please ... I'm begging »»» #depression #anxiety #worry #fear #sadness \\nDreams of joy and my baby to be found...Sits on #AndisBench", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-36f525b5e6f64da4b977abdca1c70ccd", + "input": "Living with #depression doesn't mean you must be defeated by it\\nevery day's a new day and yesterday doesn't decide what today looks like :-)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-676cfeb531f94ec499dffcc4a96879ce", + "input": "Even a pencil✏ never #stayed with me until it's #end ⚫ 😞", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3166e51a5a20454faec731fd06842f89", + "input": "Too many are on their 'yeah, the thing going on with cops shooting innocent people is sad - but just not in my backyard, so..' #sad #blm", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5ee8334777d9428da54aef98e68fa691", + "input": "So blend the waters lie\\nThere shrines and free- The melancholy waters lie\\nNo rays from out the dull tide- As if the vine", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-858056330f9f481f9345da234a1e0e49", + "input": "@kikibug13 Don't look. You'll only be very, very unhappy. \\n\\n(NNGH. I got the email notif THANK YOU.)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6bece2423f014a69a083b6e1c220d434", + "input": "@AshleyCWilson @MrDavidHobbs @IndyCaronNBCSN Glad the TV coverage was so successful because the attendance looked pretty dismal.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-46c9f048f5064e22896cda59fa45e5d4", + "input": "and again dirty and self loathing attitude mope talking", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2ecb9b32689e4896bc67cdbdbeb77282", + "input": "Today you visited me in my dreams and even though you aren't physically gone I still mourn you", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5f827d1ccdff4b33984041eeacdc56e3", + "input": "@MHChat #mhchat Childhood experiences inform adult relationships. We have associative memories Not a question of ability to process #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2ccbdb0048584a54ad5b216bc1b3557c", + "input": "@beIIrkes Es, I'm serious 23/8", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f193239617ab462586b71ae6d44844c4", + "input": "I am going to make it my life's mission to discourage anyone from using @CapitalOne. They will rob you blind", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d8fd39816cc54f499ede26ad8b06440d", + "input": "5am blues while riding a cab home:\\n- my belly is much bigger than the rest of my body\\n- but i couldnt be preggy\\n- how to lose it in a day", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9d121e9e8ec542f094e82cb7be61446d", + "input": "TONIGHT - Fulford Arms, York \\nTOMORROW - Bank Top Tavern, Oldham\\nNEXT SATURDAY- Big Hands, Manchester \\n\\n#livemusic #punk #blues #rockandroll", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fb87ff6cec4b4552b9b8fb5f03abc2e0", + "input": "@tgshepherdvan I'm not there yet. Hasn't sunk in yet. Rest up.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c2481940b88943579e1fcc60c03d07d0", + "input": "@DxfyingGrxvity - that were rather forlorn, scanning the witches house before resting back on Elphie. 'The Grimmerie is gone.'", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c7d372729d254e3989a476b5da6912b2", + "input": "If you love something, let it go. If it comes back, it is yours. If it doesn't, it never will. #sadness #accepting", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f1e6f80ad1cd4d2abdd5b50141b9a4d8", + "input": "Kinda wanna just book a vacation and go...anyone wanna tag along? #adventure #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2c1b950a175d4f048527c354100bbf5c", + "input": "Seeing something that hurt so much in the past in front of me now and not a single sign of grieve. Magicalllll. ✨", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1956b71cb1784d3f9ec33bc89c0eb224", + "input": "so fucking sad when the person you love doesn't try fighting for your happiness, when you'd do anything for them.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7f9dbebf1cdb41e990e129c760d1a879", + "input": "The new lock sound is grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f2a7b2a8d1c44ec29ae86de754683d86", + "input": "Candace & her pout are getting right on my tits #GBBO", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a91605dfa20c4f23801d5dbf227ff986", + "input": "We can't even grieve over one black body before another one pops up due to pig brutality", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6940f09bb27049fea22d7c32414adfaa", + "input": "So when I try I fail... and when I don't try... I still fail... #confused and #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ae543f7d4e9c462d88ed924d1d958107", + "input": "Dropped my phone in the sink earlier.No sound, but everythin else works.Prepared myself for life without music until I put my earphones in", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fbed1d780e7743e7ba9ce9fd0092335e", + "input": "Awake at 5.30am with a seriously bad throat 😩😩😩😩😷🤒 glands feel huuuuuuuge and I'm in uni soon! #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b8739f5e5bb947d5a5086e98d0da8c4d", + "input": "I'd rather die alone then end up with somebody who can't be sober", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-88052902960e487694fbad26eec48203", + "input": "My 2 teens sons just left in the car to get haircuts. I'm praying up a storm that they make it home safely!! #sad #TerenceCrutcher", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9cd450f750784f539b87736ec3eb6c46", + "input": "9/30 Howland Cultural Center, #BeaconNy Vickie Raabin & Chris Raabe #blues #soul 8pm @LocalMotionWVKR @hiddencitiesnyc 845-831-4988", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a354057a6ea4402cab7a038fc5c21c54", + "input": "Transparency and openness ' is a dull sell for a fans group - want more verbs like buying, defending, building and securing.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b8e37513c22d40f5a6247f12eb208788", + "input": "Seeing an old coworker and his wife mourn the loss of their 23 year old daughter was one of the saddest things I've ever seen 😢", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-df479f7af3584ddeb91f1feeefe7a212", + "input": "gloomy weather puts me in the best mood", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4c489d775cde4f34a4e10b50a16e1367", + "input": "me: tis a dreary day today\\nfriend: he's a teenager not Shakespeare's reincarnation \\n\\nim such a dumbass lol", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5764ca87923f4ee48b0c1ebe6e6bf9ab", + "input": "@localblactivist I'm always a little bit weary of speaking up because 1. I don't want to hijack the convo - as an LGBT person, I've seen", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f0a9c11ba046429b977291df33038da1", + "input": "tones - \\n: 1/2 of my favourite chris pine stans. i love tones more than anything, mt sweet summer child i will attack anyone who hurts her", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4b9b1c1862da4764a7f23308a83b309a", + "input": "gotta say this n put it out there. whoever u r, u should support other people's decisions n not discourage them...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-61cd8a3680f44e04b688153c43efe9cb", + "input": "#Jazz - the #blues is the roots, the rest is the fruits", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0c025ddfcb3c41838ab46324ffc4c700", + "input": "Getting so excited for @ClearwaterJazz 2016!! We play the main stage Sunday Oct. 16 at 3:30!! #jazzholiday #riesbrothers #rock #blues #jam", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-530e459e3afc4781835c91fdd0b8166e", + "input": "Damn gud #premiere #LethalWeapon...#funny and ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-28d2c718575b42489983f050a441d741", + "input": "@KristenWACamera I really enjoyed both episodes. I had a bit of a gloomy day today but I feel a sense of inspiration from listening.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9833fac0acd34e319bd421f69cd4a3a7", + "input": "That's how you start a season that's how you open the show #show #them #how #dark #hell #can #get #Empire", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1bb7ab4c5713471499f6b8eecfe140f5", + "input": "This room is rather dreary, but we endure what we must.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d86a3e1a5934413a9134a9cbb07759aa", + "input": "So drunk me hid my keys very well sober me couldn't find it anywhere", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8b824ce29e274fb485588849607f27a8", + "input": "i am about to find the sadness in graham's lyrics", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bba6d251a8624d22880f9165aafd84c2", + "input": "Not a great start but good comeback from the boys to earn a point. Bring on Saturday #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7753a0f431e54b76acfe308c612cfa2a", + "input": "its a gloomy day, im cuddled in my bed watching brendon covering songs and i couldnt be more relaxed or happy 😋", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2341993e610a4f789e7dc4bd397d59e9", + "input": "come to the funeral tomorrow at 12 to mourn the death of my gpa", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f480e5a0d5284c068d4c4a87b29a5db5", + "input": "@xaninaany I'm so serious DM me I'll tell u more", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-aabdd5710c1e4e8191a9010809dce9a4", + "input": "Henderson showing that when times are hard he leaves or goes missing #AFLCatsSwans #seenitbefore #lions #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5bf0ebae90f748bda6bf11cde930d4d8", + "input": "TGIF! Hope everyone that needs to find #recovery can and that our friends stay #sober this weekend! @REBOSTreatment @BlvdCenters", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-652f2622a4584d9fb18cbab31c8f1e53", + "input": "What's a Kali's kitten? [She asked, a frown curling on her fair skinned forehead as he showed her the scar] A cat did - (@ScarredTiger)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cf03b11fb3144a3bbf902580c8afefc5", + "input": "@LucidBurrito Doesnt do it to anyone else, he literally pulled me into the office cause someone complained I spit in the sink yesterday", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d705b2678b8c4a939ca93151947413a2", + "input": "I'd rather laugh with the rarest genius, in beautiful alliance with his own being, where he kept his sadness. #melancholy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-14d233c51ebf4735991deda126d9ca31", + "input": "Bro Why pine green forget me nots are mediumpurple pickering is not lit and so on", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0cb5e505b6d44f1db49f809b561371f7", + "input": "@OniLink86 @DarekMeridian lmao awe... ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-351d08efcf284d50ab8b7eb67d55be45", + "input": "so gutted i dropped one of my earrings down the sink at school", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3e7bd17040e94acdaa6b00e89dcb587c", + "input": "Remember your journey is unique! Don't get discouraged because you're comparing your journey to someone else's. You will get there!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-74d47c0821ea4d2493e226e9389ccbd1", + "input": "@TootingCommon stop!!! Don't make me laugh when I'm being sad.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f2471e12abb54dd8bf77c73bbacc5b1c", + "input": "Feeling worthless as always #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-097f6e9d816049e6a1553fc2823c960c", + "input": "Love all the ex United managers on Twitter who form our fanbase. Honestly I despair at times. Just back the fucking team eh #MUFC", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1e195047adc5498895a5df23b99c9593", + "input": "Brb going to sulk in bed until Friday", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b92d15fb91444b6fb6b0edf31d9bc7a3", + "input": "It's always depressing to sort WordPress plugin recommendations not by 'best' but by 'least offensive in terms of premium features.'", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3da33c5f467447eb943c6f02c947ac52", + "input": "@GOP she's ahead in the polls & after Trumps dismal performance at upcoming debate, it will be an easy win for Hillary.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e8fbeb5698ab47a48810ac24fe951336", + "input": "it's pretty depressing when u hit pan on ur favourite highlighter", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3b3a66a4d0c84e5fa8c6a8fa82604c71", + "input": "@FlakeJay ring ring! #depression is here", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-236a303a1cb546178e2af19bb5fac7bf", + "input": "I lost my wallet, then found it, then lost it again AND THEN FOUND IT!!!!! \\nCollege is brazy", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2d2ed8ff5ab94d2a8f509a778403d505", + "input": "@jeremycorbyn @magstogether my god is @jeremycorbyn a full shilling? Seriously you need a major rethink or no lab gove in your lifetime #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-af004ccc4a214ddc92fe692f7e177b61", + "input": "It's now September and we're still battling a situation that was said to be handled March of this year. @ATT this is unacceptable #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-23be4119d6d843e6aa8b68740d5e0194", + "input": "@susanbrodigan @lyricconcert Ha yes- the look of despair!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a038a63415ef45e2bedab9a5a26d2169", + "input": "I'd pay good money to watch someone slap that pout off Candice.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9e5e039f17ef439086d03656bb75d610", + "input": "ACT 4 #anxiety & #depression group. @livingwellihc beginning Mon October 17 for 6 weeks. Contact me to register now! #mindfulness #Halifax", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-06e2c5c9e90f415fab1866ee7f411105", + "input": "Listening to old school house music kentphonic-sunday showers 'hanging around' 'sing it back' #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a2dcb323f17b44fcab7b4e2a1c314cbf", + "input": "@Cigna bows out for the moment. Rather than sulk, I'm going to @UCSF for an opinion from the guys studying #Oligodendroglioma. ✌️& ❤️ & 🍩's", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-09c5f4f6852441718f82554895ad7822", + "input": "@deshbhakthoon always unhappy and easily offended.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-46fa86ca18df484ba5ea61e8ec88010f", + "input": "When mine pass, I know I'll be inconsolable & devastated. For a while.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8dbaf6fbed854432a3750a7a0cd1ede4", + "input": "@Beakmoo hmmmm...you may have a point... I thought Twitter had got dull 😂. LAMINATION", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-93f0d0fbdaec4661a466ce9135a33a2e", + "input": "Depression sucks! #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bdb3e0c77c9641d6b64a115af29859d8", + "input": "I don't care what shape the blues are in. \\nWe owe them a fucking hiding. \\nLong overdue on that front.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e8e5fa56bd014df38b42210892ecf467", + "input": "@thetroche94 @ramiro_cedeno yeah if you want to become obese it is! 😅 I can afford it so I don't think it's that serious haha", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c6193a7ab32a4a6f83151398e0c20348", + "input": "@Batman_ofgotham Her golden brown hues met with those baby blues as her arms crossed over the breasts he had been gulking at. 'Let me guess-", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-812644959b224afabeebf3506bfb6a19", + "input": "I don't want perfect. It's too boring and dull.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-be5b98d1fa9a4eb1917016671f72d3e1", + "input": "@wombletheballer well done bro😏 #blues #stategames #captain #shootthegerman", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-974568b79ab84ac6936d5002311c2f08", + "input": "6 might be a serious number, but 10 sounds better. Wild card race!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2317c7a97ade4077836236961ac3b158", + "input": "Amateurs sit and wait for inspiration, the rest of us just get up and go to work.' -- Stephen King #authors #serious #writingtip", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1b154e41a577447a96ccac020787118c", + "input": "The @Orioles are in contention and hosting @RedSox nation and Camden is empty ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5578704c7cff4ecd923b5c9ad6b589ab", + "input": "Hello my dear friends, I will be back online this Friday night. I miss you! #sober #sobriety #recovery", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e604d76a9ca64d4d878895ce9cff36ec", + "input": "That's me for the evening, though! Way too lit to finish these off properly without causing some serious mischief.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-31ca677ade4b48679fac8f06b63520e3", + "input": "@WestHamUtd poor service tonight to find season ticket holders in the seats we purchased online. Forced to move further away #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3246492b63044a5e96b087ccc0294574", + "input": "It is a solemn thing, and no small scandal in the Kingdom, to see God’s children starving while seated at the Father’s table. -AW Tozer", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e5835d60da5344bc86ea4de0c084de12", + "input": "Remembering those day when u still did'nt know kpop n thinking about how sad your life was without it - Kpop fan", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-af0aea7e972442099c071ab77bb91769", + "input": "@SalterUK second pair of scales I have bought that have stopped working after battery change. Is this an issue you are aware of? #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9e188d7614864d02a38d28f667149e9a", + "input": "@BoardEveryday @turnorder @pinchback21 80s new wave/techno - or jazz / blues depending my mood", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5e77f80c5ffb4e688ddce002db216cab", + "input": "@OniLink86 @DarekMeridian lmao awe... #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-566b4ba844684958bc8a35e61d1f286e", + "input": "Not written for African-American\\n\\nNo refuge could save the hireling and slave\\nFrom the terror of flight or the gloom of the grave,", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-250cbd4fcc8f4427bfcfaf3def45613f", + "input": "Come here, let me do whatever I do with it. #dismal", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2247ba95c1c74db2aa668dc3c11cb5c3", + "input": "I have serious problems with the expectation that private philanthropy should replace functional government services...this is dangerous", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b1e4076f633540cdab6da13d78c9d16e", + "input": "@SilkInSide @TommyJoeRatliff that's so pretty! I love the sky in the background and the purple highlights with the dull colors is great", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a445fbaaf4c941428be71ca59692a093", + "input": "@lefluerr Lol yeah I read that but I stayed up and didn't nap tillI collect 3 people who I think they've got me 😂😂!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-32d01259616a442c864f547abcef119f", + "input": "Trying to think positive, and not let this situation discourage me ✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨✨", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-03131605c1b945788d6db6f9638fbad7", + "input": "No one wants to win the wild card because you have to play the Cubs on the road. #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81c10a71244941f787ea157890a3add7", + "input": "♪OLD FISH #discourage", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-542d701d567e4da1a410c29bb72934f2", + "input": "The new @chaseandstatus song is mega 💥 reminds me of @SundownUK #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4383870a39c64e549c7e2695e9346d8a", + "input": "@BlackToLive Good - cuz that's what Trump is: a fucken 'N'azi. Don King-u havnt sunk this low since u set up Mike Tyson. 2 pathetic Dons.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-16e2aeae6364406fb7c2c25bb9ee7cd9", + "input": "Their engine runs on fuel called whining :-)\\n\\nU jst hv 2b observant..\\nHar din Rona dhona & complain. \\nHappy news makes them unhappy :-)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-94fe847d989b4628883e5b482475d7c4", + "input": "When you lose somebody close to your heart you lose yourself as well 💔 ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-54379f1de27b404fbbec4dffc80fa7f2", + "input": "#savemoney and #savelifes @ your #openbar @your #weddingreception. Close it 1-2 hours early, forcing your guests to sober up before driving.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3a63d6ed6cc44fbfbe9dd125f4756dfa", + "input": "Gonna be a loooooong year as a Browns fan. Longer than normal and that's ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4a5bb0f49fff415aa263ea2e3318447e", + "input": "Eating an egg is grim, you are eating the material embodiment of a fart and an unborn chick", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8b35bf10501343bbaf92f6368c694f78", + "input": "The snaps/Insta pics I see of the friends I made while in Cali are so unbelievably depressing cause there's no place I'd rather be but there", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4578039fa2e64d8ea949c993f4f2cb3b", + "input": "Buddha doesn't possess enough power to deliver you from your affliction!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-259b404740284f44b5cc6ac83c8cc25f", + "input": "My friends tell me I'm pretty. Trigger tells my I'm ugly. I first was confused but then realised I'm both. Pretty ugly. #tru #sad #tumblr", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-52d05a6ee7734676a86d1fecdb08c7ed", + "input": "Can we go back 2 weeks and start again ?? This is seriously dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-658b03854040496a9f21180a57ed8351", + "input": "The two Brians, @BlackEyedNBlues & @onthehorn500, also known as the Nigella Lawsons of #blues & #pizza.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ea803258ce9e4f15b26500e23449fb00", + "input": "@grumpy_pumper I involuntarily smile when you frown in photos. And giggle. How annoying!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-de99a5df69334a82b0c9b5eef5e1aa27", + "input": "All this doom and gloom! We scored from open play again! And only conceded two this time. #progress they means a 1-1 draw on Saturday for me", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-277e1f0aaaef4e04bfdd657c3af5c3da", + "input": "The bowl on my new food processor broke, @Cuisinart. #sadness.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d24fc9cf8ca44fc79a35019fb64c30fc", + "input": "U know u have too much on ur mind when u find yourself cleaning a stove and kitchen by yourself at almost 3am... #pensive", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e0bc0367ca734091acde13cbaaf95c50", + "input": "7 pax enjoyed the #gloom @Clayorangecrush @F3LakeMurray", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6cd2c4f4a7b6444cae48b00752519ec9", + "input": "I love when #girls are busy in teaching how to #pout while taking #selfie in a mall , their desication is immense #women love #perfection", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9ac36ea0f40048e1ac2fa4115eb1ba47", + "input": "@wabermes The @RavalliRepublic had a good one but then the reporter quit. ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-209e2855ded54e8f99f026f9d9fe0d68", + "input": "Ill say it again. If I was a Black man Id be afraid to leave my house or have a moving violation.\\n\\n #TerranceCrutcher #truth ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3eff1a28e29249358f0d36b1d7e0c383", + "input": "I should have stayed at home.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f4891c0e76a94f9db1ee932467a2706c", + "input": "My nephew sees that i have a frown on my face and he tells me 'you're beautiful '!😢💞😩", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-74ec00e506794d10a301243bcb1e1954", + "input": "A night where depression is winning... #depression #fml #help", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2c08ccea00e441f4b5ed2adae00c36a1", + "input": "the grave of a beat, a bravehearted cave lover, cage lover, sage #lover who made #soup of you, twisted to spoony #melancholy, spikes, spices", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f58cc133fc5548e3a303be851af96254", + "input": "@duncantrussell does Remo Williams ever actually 'save' anyone or does he just sulk around killing random undesirables ?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4ac00e6a0f0b44a59cc6e864decd055c", + "input": "she's always so insensitive whenever i grieve idgi", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c014ec846f2e4f87891bd77a2891e23a", + "input": "@TxDMV @ArkansasBBB i filled out the report on #baitswitch by @Carvana lets go get them fines levied. #badbusiness #honoryourdeal #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c4ff1976ff744fe4a279f6c05d9555cf", + "input": "Lament a \\nsaddened heart,\\nso far & \\nyet so near,\\nthe years so\\ntough & scarred,\\nthis lonesome\\nroad,\\nstill feared! #depression \\n\\n#poetry #poem", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-373e55ccccf94a03aa52fcc07316586a", + "input": "@KhoroshiySoldat --prepared.\\n\\n'Not as far as I know.' was her dull reply. 'There are still survivors, members from it. Like I said,-/", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fe47760725d84426aafb441cd6c231d5", + "input": "@macmacm43 jeezus God #dark", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6d58d7e60afa43d1baa27687dc2a2329", + "input": "@GCC_DiscGolf lost my xt nova around hole 8 or 9 #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3f9e322f117f4e49956b5d0fb692f1ea", + "input": "@Courteoussoul @MattyMcDee I'm at 349 and just decoded 20 or more blues and not one was over 340, where you getting your blues?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-015a39d39d684aca9edb18a0a4c27bc1", + "input": "It's become a verb. 'I'm gonna Villaseñor all those old contacts I don't need anymore.' #sadness @melissavcomedy #waitingforexplanation", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e3b10beebc884087a6775f9a97d81e4c", + "input": "Ffs clan... seriously never been so disheartened", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-36dd1218b9a945ed8fbe415dd1d8d08f", + "input": "@theflabar It's a #foggy and #dark morning here - so #filter this time. For #lighting purposes. :)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-055a5e87ae5f44739487081309992c99", + "input": "bad news fam, life is still hard and awful #depression #anxiety #atleastIhaveBuffy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5213f54a061d486a9125453137b371ac", + "input": "UPLIFT: If you're still discouraged it means you're listening to the wrong voices & looking to the wrong source. Look to the LORD!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-249deb8ffac64555a49ce0ba7db55bae", + "input": "@reillygolfpro @RealKidPoker @StacyAcey @WSOPTD no he didn't! They are obviously friends and that clouded his judgement", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d6f873b2a02a4de29347a18d5d929064", + "input": "@1ChiefsDan Is that pessimism or do you just want him to get another week of rest and healing?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3a16d01da2224584b0d7f6b5fe20adb9", + "input": "@TrueRyuga I tore my MLC playing football in HS. Knees are serious business. Take care of them! Lemme know if you need anything.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e0033a6bc7544095badd635b7665a541", + "input": "@ksmitely @CitizenMeh I feel strongly that we need to work together to right this dreadful wrong.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-16d3245174674198bd4afd8fdc78b569", + "input": "@LeePorter94 @DomMcGovern_ hi Dom I saw u at Notts county away, looking for 1 mufc away ticket will pay ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7a8eebece96f4e0386abbdba116db440", + "input": "My soul is weary of fighting the battles in this world. #BlackInAmerica #WeAreNotSafe", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-40ed0ca3c3e2468cacf92e36399cf9bc", + "input": "@Fra93_bruno wow I'm just really sadden by that. Terrible", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-42e973de23244ae9a310270c916632cb", + "input": "@loueezecee I don't know how much more of that bloody pout I can take!!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2dc9437863874656bedd3f3ca211048c", + "input": "My #Fibromyalgia has been really bad lately which is not good for my mental state. I feel very overwhelmed #anxiety #bipolar #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-293f5e75368b49bd84e766bf641303d7", + "input": "@icapturpix @DRUDGE_REPORT I agree. This current, ultra-left Democratic party lost a lot of members, including myself. I switched to Repub.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-11fddbbca80c4b96bf71886e0552ff44", + "input": "@British_Airways In your Concorde Lounge in Terminal 7 JFK. So saddened to have to say, service so far is dismal. Don't expect a reply.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f0556ae07fb64df2afcf3a99459cacf8", + "input": "Some moving clips on youtube tonight of the vigil held at Tulsa Metropolitan Baptist church for #TerenceCruther #justice #anger #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-984a6da4e00f4f9eaa1fb6c3b6365ed6", + "input": "Man city's kit is dreadful!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-67c057238e174ecdab1eb1bec5ce9123", + "input": "@questlove when are people going to realize that these 'riots' are just perpetuating hate. Saying you're going to boycott a city!?! #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-642a1b46c5594b178f60dd8979daaee4", + "input": "@knology has providing customers w/equipment that doesn't deliver speeds of internet services that they have been charging. #unhappy #scam", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7f6b88ef357c46499b00a64cb6f7325d", + "input": "@StarklyDark 'Come here. Come on. Into my arms. I'm not going anywhere, Tony, I swear.' Steve told him, quiet and solemn.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4fe12c48da554c0d8f30483294104c8f", + "input": "But When it come to a serious situation, I be glad I gave it deep thought 💯", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-61eff247b04a4f12b36ca3ce667d3083", + "input": "@BroggersM19 @Calum250284 He had been retired 20 minutes ago by most blues on here 😊", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7f96c69cd34e46fa8185ef35e3e20ee2", + "input": "@ATTCares why do I have 2 wait 48 hours to call YOU back to cancel an order I JUST placed after already spending 2 hours on the phone?! #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-944e34d9fdd049c88f2941dab2439530", + "input": "@EmotionalLimine you're sadly mistaken if you think I'd make a tweet for an isolated comment by a random twitter user.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bd82bf8e42814e89ba6b40edc748c3ab", + "input": "@ProSyndicate thanks for replying, I'm ironing my shirt😂 I'd love to meet you and get an autograph but sadly I'm too young to travel.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f9a1ea844e9348618b783dcda7424545", + "input": "Lost: Geelong football team. \\nLast seen entering through the banner not sure where they've been since... #unhappy #playwithsomeheart", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-498335c3b23647eda03862a51c525996", + "input": "@downseung I'm sorry about your loss... no one should ever give you shit for taking your time to mourn. No matter how long it takes.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-406d1614ff9145eeb421980f69be68f2", + "input": "That's the old me though #imachildofgod #whatistwerking #sober #married #bye", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-404a68439a884127b0db4a9076af914a", + "input": "The most depressing part of being ill is that your taste goes 😫", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f883ef225a1340aab47ebac8cf901432", + "input": "My encouragement today is my dog while my head is in a fog. #epicfail #feelingfedup #tired #ihaveheardeverything #wondering", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2f387344b5b548019bfea7cf1db3b5c6", + "input": "Don't be disheartened if you didn't get the cards you wanted, it's not the end of the world......E-Eh...? Y-You want me to cheer you up?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6e68ed7452de40c89f975b700046a40f", + "input": "Headed to MDW w/ layover in SLC. Got off for food. Wrong move. Bailed on my food & barely made it. @SouthwestAir #WannaGetAway #Contest ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bb2cc7e61ec64f5589f0d2079fb7711b", + "input": "@GrimsToyShow grim what the fuck going on with these dame fucking clowns takeing the gameing channel if I had a way to nj I would delete", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a082c8e25b7346ba97b4a1ed3d19090c", + "input": "@GriffinLaneP @Mediaite The Left has been protected so long, they've lost their reasoning power.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8d1b438a5e3342088e89f7ebbebe75e7", + "input": "Ffs dreadful defending", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ce7caeffa58447c9ab1386f35939c36b", + "input": "Why can't you just be mine. #forlorn", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f2e40a136c4441878b3a4fa025e8495e", + "input": "When you burst out crying alone and u realize that no one truly knows how unhappy you really are because you don't want anyone to know", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c49c78bcef864b82aa54ba6154ffd4d4", + "input": "Wow the #Denver housing market is #depressing no places to buy in my range 😢 #FML", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-57e59ac3ed2149559de5ef34a21bba98", + "input": "@xOffWithMyHeadx They've officially said all the episodes left (so future 12 and despair 11 and 12) will be delayed.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-db0f9bba4e974a64a14a56d5fbcfea29", + "input": "We stayed up all night long\\nMade our drinks too strong\\nFeeling ten feet tall\\nRopes swinging into the water\\nIn the middle of the night", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-895d529be4da471aae04b12715d2fd5f", + "input": "i can't take u #serious unless u use #emojis", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1f258f5ffaeb478bb55c90156f3e1a34", + "input": "@AmyMek this is so absurd I could laugh right now (if I also didn't feel like crying for the future of our country). #despair #wakeupcall", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1c229c7162784c4daa695256252e8636", + "input": "My heartbeat is forever stumbling on memories of things past. #longing #loss #shape #form #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6a30841f24fa42cd9689895e5c21f8e5", + "input": "Never a dull moment when talking to Nell 😂😂😂😂😋", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5ffbec1c76934c72aedd4feb07d77f09", + "input": "Just wish I was appreciated for all I do! When is it my turn to be taken care of!! I want a break!! #tired ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-31c2c89b01fd455fbea8dbcb4548972b", + "input": "@LBardugo Start w/ the 3 songs in Blue Neighborhood\\n1) Wild\\n2)Fools\\n3)Talk Me down 😭😭for #Wesper\\nAlso,\\n4)Too Good. #serious kaz/inej feelz", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-72b40634907d4c9788b742ddac3ce141", + "input": "Synth backing tracks = sadness\\n#depresspop #dark #+++ #alt #fuckingmeup", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-834834daf1fd4134a05b7420ff33263d", + "input": "Going home is depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-39953d7a877e4583be8910fda5cd87e0", + "input": "@_JuliaSteiner : YES ! Right ? I mean I wish you hadn't been discouraged to see #MikeandMolly because so many parallels really -", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cafec0d385a04c26a4f5f466d59dcb7f", + "input": "Nobody wants a grouch but DONT move to SD if you want to be a rapper. #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-17cf680df4704e9abb6bbada97efdb44", + "input": "Once I have sent a pitch to a brand I close all tabs relevant to them instantly. Thats the kind of detachment I create for myself. #serious", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a455f973cb614c16b02bd6051d3ce61c", + "input": "After she threw me out I had to sedate her. With a damn horse tranquilizer.'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fc7835d96144482c8ae0cc9a736f1a2a", + "input": "Everything is far away because time is short, no rest for the weary.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9857c72408cc4246a082ef21a1bef6d4", + "input": "hate to see y'all frown but I'd rather see him smiling 💕✨", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-167680285a31469a8ed0751aba1ef544", + "input": "I am more comfortable here at the Dove House than I was in my own home for 24 years. This is HOME & I am very grateful. #dove #indy #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4c2627dd3dad4776b533958b8cf33499", + "input": "Has anyone noticed that @npr stories in recent days all paint positive accomplishments for Trump and challenges for Hillary? #surprised #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cc8e9fe30e324c9aa8be6e16dbd01f62", + "input": "Unmatched Party Specialist /co @T3RevNeverEnd #serious #job #titles", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3f8ed316534a40809e9f086a8b09708a", + "input": "@KatelynKolsrud thanks mucho kate💕 #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4d743a2807d3490a88f79545b0c77aed", + "input": "@Samkingftw nahh thats grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0c71a3d7cf16444ca981dea78c0fd23a", + "input": "i love the word fret so much and im in heaven", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3902dd2c53c54548a8a87c4693a208f2", + "input": "@childctweets sad people are that sick and boring 😬😬😬", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3350c9522d6c4a618ae79651c7c84261", + "input": "@Netflix_ME penny dreadful season 3?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0563c76b8e634d9aadba4e74a105e487", + "input": "In other news. My legs hurt. #running #5kin26mins #dreadful #flatfeet", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-300f12732ce34abd9ac3c9cd34961c00", + "input": "why yall hyped abt that girl getting to hang out w JB, he clearly looks so unhappy and bored in the pics no offense LOL, plus he hates yall", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-398ceb3d899b480589ef5eab4f1436c9", + "input": "yesterday i finished watching penny dreadful and from all the beautiful things i saw one question remains: were the writers HIM's fans?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-03c1bc4860244e91a315203c5de02874", + "input": "Chalk dance notation entree manchester inasmuch as corinthian products that discourage drag branding: ARwuEVfqv", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9170b3fd496c40baa40c5878128172fd", + "input": "& like if your unhappy just leave. don't cheat on someone & than up their view on love & shit 💯..", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0653220df1584c72837599dac4c383c5", + "input": "Probs spent a grand total of five minutes sober since Sunday evening :) #freshers", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1540ff2830604a44a04e2848954e52fc", + "input": "Do not grow weary in doing good. The treadlines are better than deadlines.' @billclinton #CGI2016", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-530946adb2af4a089583aed840977ab0", + "input": "carry on my wayward son there'll be peace when you are done lay your weary head to rest don't you cry no more", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-853f82a2351849e8ac24a69524ff4afd", + "input": "@j__a__i I actually understand it for plumbers etc. Wire would get in the way while under a sink", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-10e7ae5ee460431fab49efa9b6e1380f", + "input": "Sometimes the support network is causing the damage. \\n\\n #support #Damaged #alone #tired #hurt #nojustice #surivivor #NoMore", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-21f7aa1181ac4518899622cf12e43dd8", + "input": "@Ren102e906 Just do what you can, don't get discouraged, maybe some prayers for divine intervention to help you would help :)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-237fc288852940b5be1215e22ab94618", + "input": "Rooneys fucking untouchable isn't he? Been fucking dreadful again, depay has looked decent(ish)tonight", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-35e80b09906a4e0c9443e5577d073b21", + "input": "2 applications for my dbs and still waiting. Been over a year now. Going to loose my job 👍🏿 @GOVUK #thanks #unhappy #crb", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dee4546c354f4ac980011de1e5f530ae", + "input": "I wonder if the #wolfcreek TV show is sponsored by the anti-tourist board of Australia to discourage visitors? #stayathome #dontvisit", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-745784fc99914e1584230f544a50943a", + "input": "@WilsonsWorld I was in high school and remember helping neighbors clean up back home in Greenville. Pretty sobering stuff. #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bb0a68874ed34e1abcee9f7d61e2df7b", + "input": "why the fuck does my mum want me to put corn in the curry?! #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b4b776bc11d241b9be35c56286c52ddd", + "input": "Trying to make a #better_world is #depressing when it's a #failure -__-", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-443b1a4bc35b40c8a01c84f84a29e070", + "input": "@funkxwidme only #true #depression #fans will get this one 😂😂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ebf1f252fc234abf98510a29d986ce10", + "input": "A pessimist sees the difficulty in every opportunity, an optimist sees the opportunity in every difficulty' -Sir Winston Churchill-", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-99a5c0d1cec0441bb6c29614a5ff4d6e", + "input": "When will the weeks full of Mondays end?? ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5f9f15a60da5448ea7e713de029ceec6", + "input": "Currently unfollowing anything relating to disneyworld or Florida! #holidayblues #depressing #wantogoback 😭💔", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-080ed31b21aa49479d50f334e05c089d", + "input": "Marcos rojo plays for man united !! Just let that sink in !!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-723313266a5441288e0649aca42cdc84", + "input": "Nature looks a lot greener on gloomy dayz", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-514dbf5a69f841b1b4088270477897f9", + "input": "@SentinalsMom *Baal dashed forward, boosted forward by her power of flight. Her sword pointed at Void, meant to stop just short of her--", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e5aadd8236664839b59fe6999f3773bd", + "input": "I look at some of the average players that play at the min and pine Nani, Rafael , RVP ,", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2293ac3d996248429be0b834b0826c92", + "input": "@raylewis name change Uncle Remus Lewis #foh #theydontlikeyoueither #lost #unwoke", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dbc6b4893c6f490aaaba32b08652f1c4", + "input": "... Huh. Perhaps... Because we're both so dreary, we get along well?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b256e53c4e984aca92cbf27cd7ad71ab", + "input": "There is no dark side in the moon. In fact, it's all dark.'\\nGerry O'Driscoll at the end of 'The Dark side of the Moon'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c7bd65d108484a23b48286c99282e8ba", + "input": "MY CAR IS DENTED FROM THE HAIL sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b3d4b8e5c67d4f9181fa6013bd3e1089", + "input": "Drinkin me some red wine & listening to some fred mcdowell playing the #blues . He did not play no #rocknroll. Fantastic noise #justsaying", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c4f1cd6bd7924a3cbd93224eca2b938f", + "input": "@tonygoldmark Yeah I won't mourn it but I'm glad I rode it the last time I visited.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c1f8acf3fa254e5daff163c8452e89f8", + "input": "Yes I am picking up sticks and pine cones in my front yard", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9e68b035f1874cb2ba87c22bee624ee7", + "input": "Do you know how much it hurts to see you best friend sad?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-27029fdf25af42d6977605a35d78c0f1", + "input": "@Megane_Matt @HikariMorou next to despair, hope shines even brighter (you get me Matt)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b06bd4bb9da744df8b1c81f383d411af", + "input": "Like, 'loon attic'. Luckily it quickly sunk in that it was the wrong pronunciation, but I still couldn't stop saying it. It just stuck.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6882932e1c7342c69d3eb0da9eb81810", + "input": "Feminists should ask themselves, why they're so unhappy, and why they lack love in their lives. Is it b/c they are fighting a losing game?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-78aec1d1e1414e36b4f9e0a3cdce0ac1", + "input": "No quite sure how Craig Gordon's stayed on the park there !!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ea4a61c8d46840b79aedc2d757847ab7", + "input": "I truly feel like science has the ability to make a milk out of anything ... cashew milk, hemp milk, pine nut milk, dandelion milk", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-36d4ad6933514e5b91d02e1257247484", + "input": "Higginbotham's flippant dismissal of any worries around Carrick's lack of pace is dismal. Against nimble midfielders Carrick will be exposed", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-80ac89040b3e405a9aaadb593ccb2c0b", + "input": "So Mary Berry, Mel and Sue have gone with their principles, and @PaulHollywood has gone with the fame and fortune. #GBBO #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-32fe9f5a1b8842bdab5e3a98ce452691", + "input": "@rclemmons much #sadness and #heartbreak", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0543e6377cee495594304fc11b3cc526", + "input": "It's dark", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3e718a15d4a145bebe9a79536713a31f", + "input": "My 2 teens sons just left in the car to get haircuts. I'm praying up a storm that they make it home safely!! #TerenceCrutcher", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c1965bbeb5a2478386de9064bd8ade43", + "input": "Historically Japanese have always been into #jazz and #blues. The 70s dark age of jazz big names like C.C. & M.D. were surviving on Tokyo.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a7d507afce444e6a94b59fd956b21217", + "input": "If you find me lost, will you stay as a passerby or will you get lost with me? #musings #melancholy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c8cab2377708490c887cca7b5c05ef2c", + "input": "Donating to Trump puts a damper on a very exciting @Cubs season. Really bad look, Ricketts family.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e1032e2bae1046bb9cf4c1b76b7b4564", + "input": "@m_giacchino will this be aired on radio or filmed? Lots of fans over the pond too! #wales #lost", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7acc8b6153b2444895a3c4645d317c0b", + "input": "@WYSdaily I'm confident they will NEVER experience our successes of last 50yrs. Best they can hope for is to be another Bournemouth ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f52abf286453414e88ad17035602fb9a", + "input": "@HoggyBear95 the bantz are absolutely top notch, inconsolable I was when I realised", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6d791f21a3e9411d8ebb39e3e6342348", + "input": "The pine colada starburst nasty. Don't @ me", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ab2325aaa6ea4ec09ee5263f1a37e0f2", + "input": "Lines from Don't Quit take me to a place of ultimate strength when I start to feel weary. 💪🏾", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a816134104414fb58645860d4161379d", + "input": "Why is it that we rejoice at a birth and grieve at a funeral? It is because we are not the person involved. ― Mark Twain", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-529fd25169e34d5f8d1ddbed618d7770", + "input": "David Gilmour's biggest compliment? B.B. King asked him after a gig if he was born in Mississippi #pinkfloyd #theblues #davidgilmour #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8b8c6b7b951141f892058a8d51e50a66", + "input": "Beats is accurately all-powerful with respect to high-quality high-frequency speaker in re the extra desolate relating to fire-ea:…", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-49cad24726ba437e99b126d3eb31ac23", + "input": "@Hayles_101 The three R's depress me.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8d93a65f30124d26992e77cc6e9b91a2", + "input": "@cristinalaila1 just when I thought this disgusting man couldn't sink any lower-like Hillary he his depravity of character has no bottom", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-235c83f32a804c47a02d95e6911a9d77", + "input": "@yourKarma Reaching out AGAIN in hope to contact over the technical issues I am having. Your CS is severely lacking. #badkarma #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-87a81e07d8524f62b8c278c299be78df", + "input": "TVGirl is like I'm really pretty and melancholic about life and this is why I hate myself", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-54edb678ff8c4d5a8b7cd84dff115617", + "input": "@leighsteinberg April 25th, 2010 for me. Keep up the good work!! #sober #prouder", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fe2f1819e97349e9bf5a85415f0a4081", + "input": "where broken hearted lovers do cry away their gloom", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2bf52cf3b88d4aeb86f3580dacb534f6", + "input": "them cold, dark nights are slowly creeping in 🌌", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fb429fef28aa48dbb6891b5da10fbe6d", + "input": "@PurpleReplisol meden is frowning at you with her non existent face", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6c9dc7173c3348ea9fc4d37a38744d62", + "input": "@todofuku dreadful day at work n now im gonna be late for class n im covered in paint, n now i have to work a night shift too :/", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a03ff84e640e4babb41f5373c4d5c670", + "input": "My nephews n cousins are nowhere near bad guys, but they could be killed @ any moment by a cop that thought they were bc of their color ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-de23a9bf87f54646a13427717f117034", + "input": "@Lesdoggg take me with you!! JK. Have fun, relax, get a massage or two and chill. Don't eat the cucumbers, most places frown on that.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-32608153bd934016a2abf9712b20f514", + "input": "Over 70% of social sharing is dark & over 50% of web traffic comes from #darksocial. @colinzalewski #LIFTSocial", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dfc8eb45095d482a97372d8ed22560c8", + "input": "@Damn_It_Dillon @SamUndomiel of course! This is a happy hentai, not a sad or gloomy one", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4e355c1cce8a48ffa7c47628ab1ba847", + "input": "Mayor visits downtrodden part o town in brave PR stunt. More at eleven.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c2172e7174de48fda33a76a10278e7d7", + "input": "Can I just sulk in peace 😂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-994f5a8f0d1b42e38fa2a4571794302a", + "input": "Why doesn't anybody I know watch penny dreadful? ☹️️", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-52ffb94c9f3f4ca79f2eed8eb8782f2b", + "input": "@Theresa_Talbot @fleurrbie Haha...sorry about the dreadful puns... I need to get out more....I've been cooped up lately...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ae2cbaeb189e40a5bdf4cd262a038ba0", + "input": "Some of these people at this protest are just there for the adrenaline rush. #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-12f4e9762451443fb8220828f37c80f7", + "input": "@jamiesonhelen @MarianKeyes all three of my agin's on the pout .", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c009a4a3fde148549633749a26bd9632", + "input": "@GoPro your UX online is appalling! No clear save button, not being able to use any generic TLD's #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-44124d28a90a4f4a8b9aaa31d1ab7816", + "input": "@AceOperative789 no pull him afew weeks ago, sadly theres no game audio or sound affects cause i played it on my phone and tryed everything", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4e161ac2d77549ecade868b8190c444a", + "input": "@OnesOwnGrief Just a shame his world was gloom from day one almost.Though it makes sense he'd have the whole part hydra,part s.h.i.e.l.d(c)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8afd05aa287347aaa6a458878a32ffd6", + "input": "Incredibly shocked and disappointed with @united customer service. Really making me rethink flying with them in the future. #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6350c9c292704e8eae1b127cd5605645", + "input": "Fucking gutted, disheartened & so pissed off.Gone from 1 off the toughest most resolute defences to the worst & most shambolic #SCFC #STOHUL", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a53eda4340a84d19887d0413aec8a2fa", + "input": "Kudos to TC for benching Bruce. He isn't helping the team, so he rides pine. We have games to win. Discussion over. #Mets", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cdee433b26a34ece99449be2ee1031a9", + "input": "If anybody needs me I'll be drowning my blues in a sea of whiskey 🍻", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5140e8ce339b451f9c4ed9f2b39d8e67", + "input": "An hour played and @ASFCofficial have conceded less at West ham than @ManUtd have at northampton. Let that sink in.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3789bffef52e4b919c91c3896e79432b", + "input": "@1johndes ball watching & Rojo'd header was equally dreadful!!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bdcd7c3d91f942f89d87ccdac3cb3a94", + "input": "FYI y'all can't mourn or celebrate shawty lo cause y'all ain't played his music since 08'", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6f819cdd689d41878d4591d2b5702c08", + "input": "Please bear with me, I'm not Twitter savvy😝 in real life I'm a Facebook person. Help me gain followers 🤓#blog #selfhelp #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2436808cd8854f52ae8aecd71d94fe13", + "input": "Don't get too close it's dark inside 🌫🌊", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-30e620ad3d9e4559a2095eaf83db612e", + "input": "@InLuvWithAGhost I'm frowning at you intensely until you watch plastic memories.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0a144a3a4ca346c08ba6cdf05fd4bbcc", + "input": "@danhirtle @Bell Another unhappy customer. #secreteyes", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-282ac0db496d4d28a5b37c8aa12a4a8d", + "input": "#AskAMan but this does not sound like a #serious issue, cause siyahleka the whole time, just having fun", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8d8e1d3a27464d5291389489df6eb1d7", + "input": "Making that yearly transition from excited and hopeful college returner to sick and exhausted pessimist. #college", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-543aff92ad6f471397c03b16474a48e3", + "input": "@HeyCaraJay I am inconsolable at this GIF in context", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e4be92a7819b4fb3a2ac6497a53dd8d6", + "input": "@ChrisWarcraft species cf. Don Jr. refugees/Skittles.know he likes his snacks,but even @gop frown on talking about eating humans #lizardscum", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7b3d6b78024a46b0b7e49a34e245d0e8", + "input": "After 3 idk why I start feeling so depress, sad and lonely.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac9d06b9ad5143958026268d570fd3b7", + "input": "One way ticket to the blues.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ecea082b849440ddb392b47601b42725", + "input": "@janhopis I found the first few episodes of Bojack incredibly funny. Then it got less funny but I stayed for the #drama", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3a647c489d534b0794264046945fb565", + "input": "@TheBenNatan szn 3 >>> szn 1 >>> szn 2. Just to warn you. Don't let szn 2 discourage you.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-85cbf27a8b2b4084b5beb9a0df05268b", + "input": "Anyway I'm in a car with a furious white men and I have a really funny story to tell when I'm sober 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f8a2b3bca48f4cb2b11d584f7d2276d0", + "input": "The American Idiot record turns twelve today it changed my preppy middle school heart into a desolate punk rock desert I am forever grateful", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3a280550a3024b19b97dc59f3c16a0b6", + "input": "Haven't been here a while, been watching lots of TV. Conclusion #whataloadoftat...if I wasn't depressed before afternoon TV is #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b79efc6b4c2b458e984eab1b2242e3c4", + "input": "@KatieBurnett ha freshers blues would love to re do all again ... ha nice tshirt .. vote for Pedro", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c4271dcce5d64b9180154f36f30222b7", + "input": "When the surfer girl and i don't speak the same language anymore.. #justsaying #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e79e40b884c342ada3b58be66d36e3c3", + "input": "@AriZernial @NesquikMills don't let him discourage you Z! That's one of the best ideas yet!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f51d115c7d3c4d14a40237f444459fa3", + "input": "It's always over.. until I'm no longer sober... then it feels like I wana start over #UL", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d9f4c1ec602c47d0aeadba4be2e393c1", + "input": "@hyattd335 #Grateful for #novel #award #promo #RT - #Blessings DeWayne Hyatt #Hippie who loves to grind on the #blues #Florida", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-39c8f4e8c65e42b5beb084dc4c5aa9e9", + "input": "@_iConceitedOne_ Hi! We hate that you're unhappy your bill keeps going up! What unique features do you want with your plan? ^RobertS", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8dcdf991b30248058079efc973a9f32a", + "input": "Don't ever grow weary doing good....Don't just see the headlines; look at the trend lines for hope.' @billclinton #CGI2016", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-534bfefb55424cecb4563aa0e44e07c0", + "input": "Life's too short to be frowning for so long", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-20161d0d5ce143d3bd03fd68ace29f3c", + "input": "oh, btw - after a 6 month depression-free time I got a relapse now... superb #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-79f3de2fdadb43a39da2fd5a96589451", + "input": "Jay Z and Brad Pitt cheated ..Bey stayed Angie left #cheaters #love #lust #sex #couples #relationships #date #marriage #divorce", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-787016b13f9a42929e2f083ec35104cf", + "input": "I want to pour all my tears on someone right now. So tired of this #upset #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3fd25e0c9c0840e885bacdfc4277621b", + "input": "blues bar", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-347ab4d826654c7186300bc90fac34c4", + "input": "I'm onto you, @Sargon_of_Akkad, I know you secretly pine for a masculine order, objective morality, and disciplined transcendent pursuits.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3474a176aac3456b829b18d08c7105de", + "input": "Theyve substituted the hood for a badge and gun.' Public opinion is indictment of Charlotte police. #dark #sadtimes #america #race", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f8e2ac8296534edfbf74ca87c421d982", + "input": "I am worried that she felt safe. #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f8ebb53fcdd448328450eadfbe3bfeeb", + "input": "236:416 While she was in her dull and sleeping hour,\\nA crew of patches, rude mechanicals,\\n#AMNDBots", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6e6545f652884a56815ae696de2de474", + "input": "@MariamVeiszadeh #depressing it's so freaking close !", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-22b97d59d8b143d3be6895a9b8f9fe66", + "input": "I got diagnosed with severe-extreme depression and I didn't know there was a difference between those two lol", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-367fcf234e884348847c180a0906c9a4", + "input": "This whole #VanRE + extradition might turn into a Pandora's box. JT has no idea about that murky corrupt guanxi in China; Toad vs Dada ;-)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6df0a8dee779499ca8452cb4c54f259c", + "input": "Extreme sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c0b30438b9e34d5e919042e1a9bc7903", + "input": "#PeopleLikeMeBecause of some unknown reason but I try to discourage it", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f453129939e6444588bbdfa098f28b2f", + "input": "@HannahFJames I'm distraught! 😭 Candice and her pout can piss off", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a963690997d5475ca4c3871471e22600", + "input": "@yesnicksearcy @counterparty Although I don't expect a trumpie to understand the difference between real things and pretend things. ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-faf2a269f17446829ba2ce8abba807d7", + "input": "@DinoHyogi Hakyeon takes all the attention happily, perching on Wonshik's shoulder to sulk when Jaehwan accidentally caused a tiny explosion", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e5228bb2f85746ff874e0ef55cdd1dea", + "input": "@IMKristenBell @lauralittlelegs pine nut.... Chestnut....peanut....wait... Wrong film", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-db4efac0e37a44e98b3c47e394d4ac96", + "input": "@GolfStrat out of Rory starts. What would your B group look like w/o him? Hideki and Walker, and throw Reed or Knox on the pine?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e3e0e525535140a3b1e173a3e818657e", + "input": "LORD MAKE ME AN INSTRUMENT OF YOUR PEACE — Where there's hate, let me sow love — Where there's injury, pardon — Where there's despair, hope", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9cc8c082b38d4779b896d84bf5c769b7", + "input": "@DefiantSagacity — Hermione in a sort of thank you before sliding his own plate away from him before frowning at Ron as he continued to —", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-556956a1a7ec4fb8bf58f5f8a9c71bc3", + "input": "@ChibiReviews Post series depression can be quite bad, but it will get better, I bet someone will pick the novel soon in the west.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5621136407c242d697344944f3186327", + "input": "It's way too hard not to get discouraged.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-47c7e98ba3de4811af6e91283de4c38f", + "input": "I'm so proud he understands this, he shows love, thought and compassion and it's not done in a clouded way..", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e700a18e6e014d8c85a5354e8f860f9d", + "input": "I feel like I am drowning. #depression #anxiety #falure #worthless", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-04031fe019be4cb09d158046a7301b7d", + "input": "Meghan is teaching the blues in keyboard fundamentals II and all these classical majors are like WTF?!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b43798d1fbaa4070b2e5732c0ae6d127", + "input": "@WestermannNina xDD it's a song that can not be weary (?)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5f710d3405214b8499d1afaeca3fdc36", + "input": "SOBRIETY® trying to make being sober fashionable….can it be done ? #zeroalcohol #soberoctober #clubsoda #nomorehangovers #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b1ff5f1968504a0fac1cd76cf61ed34b", + "input": "#FF @ElizaNealsRocks Love & support, always!! Eliza Neals ROCKS!! #blues #music #friends 😎🎸", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c857043d45ff48ef818040655b40eb29", + "input": "The 2nd step to beating #anxiety or #depression is realising that it's not about waiting for ...., Take action yourself now.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0050054cdd6f4d16ba9ebdff9d97446e", + "input": "Been sober for days lmao", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4d598026c887407cb37c5517b216f0c6", + "input": "@rosalarian i hate post con blues! But i avoided the plague too yay!! Yay constant hand sanitizer!!!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6621b0c384a640ca9e075288c4a89042", + "input": "sorry Main twitter im in depress", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-43c9d7b8025d460087dfec3f26d8977d", + "input": "@BillSwindell @DePauwU @dick_nixon I was having breakfast when I seen this?! I blew my cereal in the #sink!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-71f4ddeac1214bca952e5a85d2ed3206", + "input": "A Leopard never changes its spots! #lost", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-93657daef29c4afd918b29e7fbcbaaa7", + "input": "@JessiMcCree Gabriel would eventually start frowning, gaining conciousness. Which was apparently really painful by how tears formed in the--", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bf631c9e330c461b9de87e60c8753b44", + "input": "#Facebook is #depressing without even being there. Two apps want it for logging in, I have missed at least two interesting #events and they", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b9eabbcf4ae14e09a768ff9dfd423c94", + "input": "@kayleighmcenany @DonaldJTrumpJr Is that really all you can offer for those who sacrifice daily to keep you safe...? @kayleighmcenany #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c94a4dc63e434491ae818e56f360427f", + "input": "nooooo. Poor Blue Bell! not again. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-451fc618cd5b486f905eb068f4afc546", + "input": "Thank God she warned me before I walked to that sink cause lord knows I would've been sick to my stomach and would've wanted to sue lbvfs", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dfec1c18ecb24bd2acd5c71ce784c615", + "input": "I can't WAIT to go to work tomorrow with a high as fuck fever. [sarcasm]\\nHopefully I'll feel better tomorrow.\\nBut I doubt it. #pessimism", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d749649fd96e4b03aac20a398c77dad6", + "input": "@asjoshtaylor sadly I don't think I'll see you on tour, but have fun, you're gonna rock! 🎉👌🏻💙 #HotForMeTour", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6950f786cd314edea64327a4258e8320", + "input": "@CrucialBMXShop ohh silver lake came up a lot on there! Is that where you guys stayed?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0c22bf2071914095a107785d8d3d11ef", + "input": "No one wants to win the wild card because you have to play the Cubs on the road. ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f31c5770e0124bc7b40977e5a7ad3e03", + "input": "@DatGuydARK I wouldn't fret. There's too many opportunities in life to worry about one not working out.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-01ee862c09a4406ba4e54d7ff095576d", + "input": "Way to get a hold of her 😊 #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-42234bb018484b7bb9ec1a9c77ab40df", + "input": "Sky news still pushing the Brexit gloom line, managing to ignore the fact it's simply not happening. 'But in the future.....'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6dc1940eb6d4446f9103fd4de882a580", + "input": "Defining yourself in terms of opposition, i.e. the clouded mirror phenomena, is almost always a mistake.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-68d2bde19a6f4f5fba2e78a3a96e65ad", + "input": "A pessimist is someone who, when opportunity knocks, complains about the noise.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-dc78f8bd74b44993a2c9048ed094433e", + "input": "@KatHeartwell some don't see the difference between courting and appealing to a women vs deception & pressure it's depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7e0819521de44dbda31b11cd18d53bbc", + "input": "i stopped watching gotham cause they dropped off tabitha and barb's relationship and made her pine after the main", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b3faad564d004ea8acf14081ea414bdd", + "input": "Refuge Recovery Boston - Weds 7:30-9 pm. #healing #support #addiction #recovery #buddhism #meditation #sober #cambma #meeting #harvardsq", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f0d58de5ca6643a5beb89a59d9404869", + "input": "@VivYau is it all doom and gloom? I only want to hear lovely things about airbnb!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8a1deb3b7f9243fb897d7be49b616cd2", + "input": "I saw those dreams dashed && divided like a million stars in the night sky that I wished on over && over again ~ sparkling && broken.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ae3e2b5027854fd2928d94b7fddba592", + "input": "@makai_kishi_ Her eyes stayed glued to the monitor, not turning away for anything", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-521343a60c0b401bb00585fc809bbaf8", + "input": "Just wish I was appreciated for all I do! When is it my turn to be taken care of!! I want a break!! #tired #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a60a020c98e7496a881ef158036c22d1", + "input": "@_JuliaSteiner : I liked that she was not moping around in all of the episode. She had a moment of emotional weakness, felt sorry about -", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c4427c4e406f4da7891f2e4ebbe17a4a", + "input": "and naoto nod she also like tha bands. but she also frown. 'Will the bands 'Papa Roach' be at concert...?'", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8996eeceae184e399546c8a4cf8ba052", + "input": "Condolences to the JC and the Georges family.. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-90cb3da5541744308f23934aef7b339d", + "input": "Penny dreadful 3 temporada", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-362fac1cdefb4bc6a64f13c3a1b60f73", + "input": "And with rich Fumes his sullen sences cheer'd.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-819853d4b9334527a8c6ac47615059ab", + "input": "It's sad when your man leaves work a little bit late and your worst fear is 'Oh no!! Did he get stopped by the police?!?! ' #ourworld", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-28d489ef14c94b109ee2110d717f6361", + "input": "ffs as if tate thought wind in the willows was a serious play, can't wait to see him play a singing badger 😩😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a2af7aef0faf4fb1a0c2fc265f1c5a00", + "input": "So depressing to watch news, today out of 100 bullet news 10 were of rape! What's wrong with people #india #shameless #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ab9c1ad2ca124789908bac057f883b49", + "input": "Alt-J - Hunger of the pine.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-20aba46c4fbb4899aeaf6cafd7acb1a5", + "input": "@_MrAminuddin @ejainews @_AlifH @AhmadFuadAdnan dont play with this master noob u want to win.. #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c5a6ea5f7351429aaeccb833a8295539", + "input": "Depression sucks! ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d431fb8836bd497e932b60f69dea2770", + "input": "I got a short fuse when im sober.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e66a5019ce684a4e931c8ed3fc56243f", + "input": "I've returned from the dead with a desire to clean the apartment and eat something that isn't garbage. #managing #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-99fd7348b8c34b0f918a26121220c8f1", + "input": "@harowe this sad truth!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d9a6210058cf4f18931eceffb34a091a", + "input": "@JBoughton93 he might donate the money but it won't stop shit, pessimist", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8b1d2da404314f318008da780d47fe7e", + "input": "@LidlUK Just bought a pack of two medallion beef steaks. Got home. Cooked them. One steak is 100% pork. I had one unhappy mother. 🐮🐷", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-18512aa1eafb46c994c78270a07bfc2d", + "input": "@AmontanaW I nearly dropped my phone into the sink HAHAHAHA", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e3474ea357f7493ab0366ff5a31cceae", + "input": "People stealing things from my work out quite the damper on my day so now I am going to wear pajamas all day", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-708f4523dcd64215b77ac933640d0577", + "input": "Got a #serious #hyper #predator #heckler situation over here", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c8d2b525be73462b89978874c8ab26ce", + "input": "Lisa: Getting what you want all the time will ultimately leave you unfulfilled and joyless.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-32702553398b466bb2db55b717286516", + "input": "@teenageic0n_ you'll be pleased to know my family are blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a45b8de75c4e4eb79d953d21982d3ab5", + "input": "one ep of despair arc made me happy but and then i'm going back to future arc and i'm upset again.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a08c15cd0aac485f9dcecf58d102eb2d", + "input": "@Gsmsbooksrus @goodreads 'so shines a good deed in a weary world' Roald Dahl, Charlie and the Chocolate Factory", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b4adfc56dae54c598ce5ddfdc2cc3ec4", + "input": "Been working in Blanchardstown shopping centre for over 2 years now and I only figured out today where Marks & Spencer's is #lost", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-860d18ba0515435faa72b077efb24dae", + "input": "@rosalilium I'm wearing all black tomorrow to mourn. 😭💔", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b1a2842b55d74632b6eb58a4ad159dfa", + "input": "😑😑😑<---- that moment you finish a Netflix series and have nothing else to watch. #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b20ae565d9844e289253850a5ca49fca", + "input": "@groovydadad @MHChat 🙂ty I often conflate the two depression + sadness, but they are very different. This q reminded me of that #mhchat", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-892d55dbf1114ad787c474a4811fc13f", + "input": "@TetraVariations I don't need a mask, but I'll gladly make a donation to help in ur name! Is it Mr. TY Rex or first initial only? #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-083208ec44d345a7af0134520b1e39bc", + "input": "@p0stcap I've still been trying to sort through it all, but I suppose I also shouldn't have had such high expectations. #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a099e10f8f7c4f89bd2caf7ebecd83a8", + "input": "@ShannonBeador we know the truth about her, the public is figuring it out. Her words mean nothing. #unhappy #mean #troubled #vile #bully", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-955ebacbd09548d294df3fa2b553de32", + "input": "@MHChat #mhchat Childhood experiences inform adult relationships. We have associative memories Not a question of ability to process ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1c7e1b2dac77406086251b99a3572da2", + "input": "@naynay_whores im pretty sure cause ever since saturday ive just been super sad lol", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9656b0dafd454e7388582758a1b0a502", + "input": "Good morning chirpy #SpringEquinox and your pensive sister #AutumnEquinox A perfect day however it is expressed 🌹🍁🌓☯️ #theBeautyofBalance", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6bbc5f4c5a004e8a9dd24617ab9c78a4", + "input": "@10carley what a sulky pants!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7b679dc5d75445c6bc0e8128490ac6af", + "input": "Think Val might be going this week. I'll have to take the rest of the week off work to mourn. I'm sure they'll understand. #GBBO", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fd8c6cf7e017490d9fc6963e81066138", + "input": "Stars, when you shine,\\nYou know how I feel.\\nScent of the pine, \\nYou know how I feel.\\nFreedom is mine,\\nI know how I feel.\\nI'm feelin' good.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-20d799ad7e4f4f658ec266f3ab54ac34", + "input": "@The40Bar See you all October 8th. @WreckinSO is ready to tear it up #keeptalkin #wreckinso #the40 #brandonmanitoba #country #rock #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5f01aa4481bc447ca242cb2b7319893f", + "input": "Hi guys! I now do lessons via Skype! Contact me for more info. #skype #lesson #basslessons #teacher #free lesson #music #groove #rock #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6ae950db89e24777babbf28fb6b8234a", + "input": "I keep feeling the heaviness on my left hand and look down and I am in awe every single time 😍💍 #notusedtoit #imafiancée #wut", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-985c612855a04b46be88f37bdb55f41a", + "input": "Grim and despair feeling-I look at self and my family. Hubby fought 20+ years for this country. I've worked 20+ years for this govt-->", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-03995ba857db4ce995e32e33d17ae217", + "input": "@TaylaStJames it happens and Vegas isn't the only origin thats prevelant #sadly", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6dc0292ff2b546be919e0e3516742ca9", + "input": "@_Mrs_Peel @lp_lisa @PaulRGoulden @LisaLuscious Might be the pout of a star baker tho !", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-44754ffde4904ca4ae2b5f4fbbf61abf", + "input": "Ive felt surprisingly gloomy about my bad scouts today :'D but i recognize that it's all just RNG and yeah I didnt spend that many gems", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0cc856a5b40b4886bf5be25ed499e313", + "input": "AQW should've always stayed in the 08 art style, now it's just a competition to create more detailed art each time.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b6886de249cb480199aeedbc16b73ddc", + "input": "@reikimuse @MHChat I am beyond the sadness point. Have done it inside out. I live with CPTSD and BPD I can't always do the pity party", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3e149f34cf744bc3a9875d46aaa1af3a", + "input": "@Magrove86Mark @clareftballnews jersey gloves? #dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9de98347cc1b438a8b16c8ec142d617f", + "input": "ima kitchen sink", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1b2ea60876f446b6a45da7246eb8c1cf", + "input": "#Terencecutcher #Tulsa the man onthe helicopter said he looks like a bad dude, that is the problem, when they see black they see bad, #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-926f4634107c439aa69026063c0c0e6f", + "input": "Why does Candice constantly pout #GBBO 💄😒", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6bdb6538337a4f40a00aa2ef71850af2", + "input": "@TMobileHelp my service is down in Cleveland, OH. What's going on? #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-88c6cc0d2d8c461c9512d96fc3dd8a04", + "input": "When you're on a train as its pitch black outside and you have no idea where you are... #travel #whereami #lost #adventure", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d7dd21a106794f128ffa1c6c7e5b2573", + "input": "@emorottie true sonicsatam was serious and a bit dark. Aosth is like super goofy and Looney toonie to a degree", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a45565f5a9a647d7a28ed5d1d264f0f7", + "input": "@WDWNT #spooky night at #disney #fortwilderness campground #disneyworld #powerfailure #dark", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-59b6eb9a4eec4322b7551c9de67eb66b", + "input": "When you get lost in a neighborhood and have to use the gps on your phone to find your way out. #lost #GoogleMaps #blondmoment", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-05bfdb1c724049d0a2c3dc6ff24a87ed", + "input": "@shopgreenwich #ldf16 what shall we do this weekend? #spraypainting in #greenwichmarket with @SNUB23 #core246 #lilylou #fret & #benoakley", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-82d1448eadd349b2902917cae9fbf576", + "input": "@space_gayz high fantasy , i feel like you could make a melancholy college age slice of life thing work too", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-93de0cafadc44e7391d78eaa3dc3a0c8", + "input": "@John_Hanna he has become so dreary, also, yes...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9262b12896bc482e9544556e9263f208", + "input": "I am often disturbed by what some people find appropriate or acceptable. It's not funny nor cute that adults find this stuff humorous. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c0c03111d49140868ad9299cfef61fa2", + "input": "@ATTCares why do I have 2 wait 48 hours to call YOU back to cancel an order I JUST placed after already spending 2 hours on the phone?! ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-359d40e2dc594ef79559d284b4c7e68b", + "input": "@cburt43 turn that frown upside down", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e8fc6e4e81944b3f8f9630a14c2d8348", + "input": "What's the worst affliction that you or someone you know ever convinced yourself you had?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-88b313a81ebb4dfe98060ffe7d27826e", + "input": "Because of 'failure of delivery on time', a customer has to pay 16K rupees more! - Not good @tiagotatamotors @TataMotors #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d932d378f79644ada2ad2a97f47e1d23", + "input": "Is it just me or is this a very weird time for the world? #change #enlightenment #gloomy #weird #sigh #imaginepeace #imaginelove #unite", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b65aa28e6c2e48e3b8971be055f6a620", + "input": "Sometimes I think the British political landscape is desolate and then I look over at the foaming wasteland of the US and think we're OK", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-68a75042b48b46459c89702fa7a446ff", + "input": "@jamiesmart Huh! It's always my fault isn't it >:( #huff #sulk", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-546a9b6ca5de4c0696f702e2ab8991dc", + "input": "Isn't the whole 'it's been hijacked' argument the same argument used to ban or discourage the display of the St George's Cross? Shame @LBC", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ef7af759cbda4197830db83c2e32c7d1", + "input": "History repeating itself..GAA is our culture how dare anyone think it's ok to discourage any Irish person from attending any match or final", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-809522675b97401b820dcf93491af36c", + "input": "@Ashleyavitia_ don't leave me ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-64b09300a69d41b89c131befd1adbb28", + "input": "@TicciKasie1 //this is sadly what my history teacher talked about why the fuck do I remember that?!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f2ad9150297a47ada221b233fab3bc57", + "input": "@delhi_lawyer @BhagwanUvach @ShivAroor sad . This is not film story. Who knows could be ploy to escalate tension. Unverified report no hype", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-25935acb38c14924b3f7305b38f26c45", + "input": "@faye_catherine happy anger sad melancholy confusion #woodspurge", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ba12a3927693453b9124b61459b7e64c", + "input": "@m_giacchino will this be aired on radio or filmed? Lots of fans over the pond too! #wales ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-002a5e58eb1643ebbafb27917492c188", + "input": "What's good is that we already hit rock bottom, even though I'm about two more seasons away from new depths of despair. #playoffs? #NJDevils", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3b730d911d50494aa92d8da2bcdb74af", + "input": "@British_Airways #lost #bag #stillwaiting go home in2days. DM'd you my info and have rung 9times a day. What more can I do? #wheresmybag", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e29266fddec54f2a8ed021545351484d", + "input": "3 weeks into the course and have had the kitchen sink thrown at me, I m still pulling knives and forks out of my ears", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e4b5a633efaf43129e8073b0b3daf920", + "input": "eun: im really unhappy with this and i dont like her like that pls dont\\n\\nyall: okay but SHE loves HIM", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e1108e0c5bae4064919f47657130c563", + "input": "@kayleighmcenany @DonaldJTrumpJr Is that really all you can offer for those who sacrifice daily to keep you safe...? @kayleighmcenany ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e2b52e2a3d6b476e8a4519fa12c964d6", + "input": "RM will win the game at the last minutes and Madridistas will say Cules stayed this long watching RM win at the end. Disgusting fanbase", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2d6cc269c45a43aeba6034ce239254c6", + "input": "HartRamsey'sUPLIFT If you're still discouraged it means you're listening to the wrong voices & looking to the wrong source.Look to the LORD!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e66f3a0e9b2c41e5bc483b47b214b01b", + "input": "Luckily I was helped by some good people. And they also managed to free me of my depression. Unfortunately it only lasted a little while.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-973d9413095845b3bcbebfffe53b4768", + "input": "Oh goodness I'm loving this rainy day. It's a head down, #creative cap on, & get #lost in your #thoughts kind of day 💭 ☺️ #art #create #biz", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c7fd4a4600bf4d998d33852312c9e94b", + "input": "What a sad day...1st day of Fall...I don't dislike Fall...I just LOVE Summer #FirstDayofFall #goodbyesummer #sadness #bathingsuitsforever", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dd1775faf2f948e6b1fb10a40870aade", + "input": "Itching something #serious RN haven't slept but considering taking like 6 Benadryl for a 20 min nap I am itching SO BADLY wow", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9418a2f79f384b41a2e0468c05747b47", + "input": "@wiIdfuI we have the same age and you're 1000 times more beautiful than me! #sad 😂", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-97d55cf6cbef41f48e4b785e146d64f7", + "input": "Got paid to vacuum up rat poop. (-: never a dull day in the biology department ...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5414b94feefc4b4f8de5390ac774e666", + "input": "Had a dream last night that Chris Brown created a diss track about Drake and Rihanna called 'I Hit It First' 😳😳 #dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-92c09a045d2e4f80bb29431c7dc1fa5f", + "input": ". @KotakBankLtd @udaykotak official got in touch. Issue not addressed. #unhappy #patheticservices", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-463082f4de704b1d86010ceee3a54605", + "input": "@DeltaAssist Tried 2 get earlier flt 2day @BWI Turnd away bcuz it was 2 late Then agent let other pas on #silvereliteleftbehind ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8028503ef8c246c5ad9e5598c84b89c3", + "input": "@MoneyJay901 hard to tell in your pic. My mistake then. Either way, nothing I said initially was about race. U took it there. #ignorant", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8bb3534c5be44b37a54e8e59a6a43e7b", + "input": "@typicalmoony Yes Lia!! Join the dark side!!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5196d4741f26416cb95ef6fcc4b90bd7", + "input": "HATE that there's ads for #depression & #mentalhealth #meds. That's ONLY something your doctor can determine. Everyone is different. #ssri", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b48d94f6174340e5a6c4f2526c0f8cb3", + "input": "[ @HedgehogDylan ] *she would frown a bit, folding her arms* 'why is it that every time I'm in need of assistance someone expects a lil **", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-76b15e5bad6c49e5a441e0251a576a48", + "input": "@marisa_enbot Being with you makes me somewhat gloomy.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d91014030e55440faec876ab8721dc2d", + "input": "@V_of_Europe @ckolacia MSM relentlessly saying DT can't win to: depress GOP turnout & provide cover 4 stolen election!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-376c883cb73c4f498140e0660226a41d", + "input": "We are about a little over an hour away! We will arrive soon, do not fret!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-20a2242c5965496b8ea10023454f6b09", + "input": "@kimdelacreme_ @Srgohdatzme305 I'm there... let me know ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c04cd3f9668e4026a1401199d576c403", + "input": "Learning to trust God can quiet a troubled & restless heart, bring peace to a weary soul, & eliminate the hopelessness that #addiction is!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1ddf955ef0534a51a0bb05c2c6622964", + "input": "@Jay_2752 thank you, I shall mourn her", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c27c9a6c8a0f496d97aa1edb13cf4deb", + "input": "#recession, #economic #gloom? The brightest #stars shine in the darkest nights! Our #html5 #webdesign rocks! #rtblitz #finovate #wlsb", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-109a71f2f587410f9a0f254c57a759c3", + "input": "@Mattwinton1 Your foot is frowning.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d44be58e6e3843a8a723b684785418e2", + "input": "i miss the guy who always make me sulk", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1c4fc268a39a42749933b7800c3241ba", + "input": "@alisontis otherwise you're committing a crime against your soul only sober ppl know what is good or bad for themselves", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81da4eb5bab843e4952532bdcc3db976", + "input": "@andreamitchell said @berniesanders not only did not play up HRC in campaigning 4 her in OH but he did not discourage 3rd Party vote. TRUE??", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d132c28a94324bde8ed8e8d247d033a3", + "input": "ordered my vacation bathing suits. one less thing to fret about.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0e7a4e4948c64686bd46b1c1ff56d2b7", + "input": "@DarbyHogle the red one would look super pretty with a bronzy glowy nude lip makeup look! 3rd black would be pretty with a dark lip! 😍", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e54b0c7fa3e94db39d42926b2f175abb", + "input": "Nutella is pine green forget me nots are ivory frozen is god", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ac3c05f208af4f07ad4529cb8994e898", + "input": "My producer is mixing and mastering the songs now for #murky #notebook #mixtape\\nThe tape will be out soon for free download 🔥🎶💨💯", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0a277443bc644fce8bcb2d6369ba95a6", + "input": "@KhaleesiofFood @BB_Updates she has stayed off the block almost all season, got out people that were good for her game, but no one seemed", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-aca77b98a22141ea8003643f37fd67db", + "input": "I was in the dark room for 58 minutes and failed every time I tried developing a photo I'm so frustrated with myself :')", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b6400601cc2340379e0cb0bb0b39b0ee", + "input": "“Optimism may sometimes be delusional, but pessimism is always delusional.” —Alan Cohen #believe", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3436be00b0e04983bae3fe59ca90b00a", + "input": "@CarrieLynne2323 totally get it. When you've said no to donuts 13 times one week and lost 0.3 lbs you get discouraged! But it's not linear 😘", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-48269dc386d6440589aa23fc8cd0c369", + "input": "in health we did a think about depression and now i feel like i have it", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-361ad1d14be747cb8ebb5621fb7e8131", + "input": "@CCTakato at least in crystal every part of it is portrayed as being WRONG, the dark atmosphere, the fact that mamoru is brainwashed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-820eb547352240eeabb8c402dac2e2f0", + "input": "@LeePorter94 @DomMcGovern_ hi Dom I saw u at Notts county away, looking for 1 mufc away ticket will pay #blues", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5c7158a956cd4433baabf85e0783e437", + "input": "My cell won't hold a charge 😢 #sadness So should I...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8f2b05e721c24c5cab5785a96bd8b68f", + "input": "@megalvz literally was gloomy for an hour", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-980fa9141f7d47568b1cba675ce58a39", + "input": "@NianticLabs .... For example, catching a gloom would yield 6 oddish candies and catching a vileplume would yield 9.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-58ee2251d36748bd9de3c4ad854dd289", + "input": "@jwonder81 @MacadamionNut well of course.Progress for the sake of progress must be discouraged. The problem is the substance of the rhetoric", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-247daf00c5044878aff8dde67169ce17", + "input": "@phil500 \\nSo sadden \\nSpunky a beautiful dog\\nA sad story a lovely happy\\nAn loved dog \\nPlay little one have fun you\\nare so loved", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-58b204ad0a154bf383f6a2b83b9196ef", + "input": "What I would give\\nTo feel the sunlight on my face\\nWhat I would give\\nTo be lost in your embrace 🎧\\n\\n#Fallen", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fc703cbf13b345cd82eed6a1bc49da73", + "input": "Don't get #weary in well doing.\\n#Faith #God #prayer", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-605b6d56a5cf4d81b6e906da40ea1927", + "input": "Wearing all black tomorrow as I continue to mourn the lives of the most recent victims of police brutality. #blackout #WU", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f299bfb0bbe7474081b77740eef9cdb2", + "input": "@ily_geuly call me now I'm laying in my bed moping like I intend to do for the next 2 months.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1c385c7b30d24e1bbade4e3b3cb7a5af", + "input": "Should've stayed at school cause ain't nobody here", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4dab8db92ed14a8c9757ad59c2928a12", + "input": "@hannah_2401 hannah stop being mournful and chill 💁", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8c801e7dab394270b9df97a42fcb249b", + "input": "Take heart amid the deepening gloom that your dog is finally getting enough cheese. ― National Lampoon, 'Deteriorada'", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c4eea496aeea418e896fec707006f569", + "input": "We want to help you with your #depression. Give our office a call to learn how #TMS may be the treatment you've been waiting for!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-77891f5d51b845e084cc2ed42a16f312", + "input": "@Hannahcolleen06 I have 12 & that's the only one I didn't like 😂 mine comes out patchy. It's the only dark color by her I have tho.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e0fa61ff610c42d8a0bef6193aaee2ba", + "input": "Hennessey - dreadful. Mutch - is he even on the pitch? Fryers - out of his depth unfortunately. #CPFC", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-db0ce205a1d7452f9171f3fbbc3b3255", + "input": "I can literally eat creamy pesto pasta topped with grilled chicken, sun dried tomatoes, asparagus and pine nuts every single day of my life", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-697c05ecdf5346ccb211deb74167433f", + "input": "*wants body to look a certain way*\\n*eats 3 cookies, mac n cheese, kitchen sink, and small neighbor child*", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-35ad9771476c43ac9bc0936774eaea1f", + "input": "@superbatlane it's true also that he doesn't escape until almost all the car sunk", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0c6090bc027d4d958f2fb35dd887ea18", + "input": "Blessed are those who mourn, for they will be comforted \\n Mt 5:4", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a551c905e723458296be0d94dd21b687", + "input": "aaahhhh! a little @OtisRedding to soothe the soul. #music ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6171500b93a6425bbc86ca7c3236a334", + "input": "Let the #MrRobot binge begin. #nerdshow #compelling #dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0e284ca7be734bb0ad65eb3c6396500c", + "input": "From what I know of the man, I have to assume that @realDonaldTrump has had a heated argument with his own penis. #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cff87b9dbed04b41920718ebfd0b47ff", + "input": "Be strong & courageous. Do not be terrified or discouraged, for the LORD your God will be with you wherever you go.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2608efcef6b44d59969c750ea4c976dd", + "input": "@dlrwills turn that frown upside down buddy 🙃.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bcb7042a325c482eb567c7f0c2af5423", + "input": "Has September been dull? Get #SuperSeptember from Jumia Food as a new user. Order from The Place, Barcelos or Shawarma & Co for 30% off", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-86565c3ec4b14477891126e5496ce16c", + "input": "Boy oh boy! our weekday schedule is crazy! But no matter how tired I am I do whatever it takes to keep the smile on Kai's face from a frown", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-709dfe1d770743f0a67e3e4075d7c9ca", + "input": "Heading home to cut grass in the heat. All I wanna do is go out to eat somewhere air conditioned. #pout #AdultingIsTheWorst", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7c67f77673e34cf6946d9825b252b413", + "input": "I feel like an appendix. I don't have a purpose. #sad #depressed #depression #alone #lonely #broken #sadness #cry #hurt #crying #life", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9f9f587bb8e04982a61e77b462e20877", + "input": "#Gratitude - recovery health love God conscious drive hope perseverance wealthy home kids SoCal #recoveryfit youthful #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-12ae4e25061848fe95daa1f9baed7ff6", + "input": "Well, I had hopes for today. No go. #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9248f9bfa0c2468da62232fd2fa2b094", + "input": "@gurrie_j thanks for making me super sad about Pizza. #freepizza", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f3de125d8d2445eba9a9bcea875df652", + "input": "if you have been on depression too u shouldn't be judging him and exposing him to everyone, but helping him", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c46fff29f8ec4c7ab9eeabfe5941effd", + "input": "The #sober equivalent of being in a #bar women's restroom is the #salon. Everyone compliments each other & become friends. I love it", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-282acb666528402892c3f3758a979201", + "input": "@NikeSupport ok, thats it. After 2 weeks not being able to sign in, time to move on & find another app. I will strongly discourage NikeRun", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4af7a78b9ec8449fbd3f95f33aafe641", + "input": "@JohnRMoffitt This is the most grim piece of laughter I was stricken with all day.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-862cb99d6fcd4576a09155b3f8df71d0", + "input": "Dentist just said to me' I'm going to numb your front lip up so it'll feel as if you've got lips like Pete Burns!...... She was right #pout", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-de771ed2d3054cdb98bd213dd1c179a3", + "input": "“Dyslexia is the affliction of a frozen genius.”― Stephen Richards", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-14fa88319a894a54b017c7019c05c3cd", + "input": "@ImpugnValkyrie *I frown and cup your cheeks in my hands after you step aside.* Angela I care about you. And I don't know how else I can -", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-43cefa9d958b4e65a9bde0e79f1319a9", + "input": "It’s possible changing meds is best not done while under stress. Difficult to tell what part of despair is circumstantial, what is drugs.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4ed47f5b955a4f5fb91e19f3ad051f54", + "input": "I know few will mourn the loss of Stitch's Great Escape, but...see, THIS is the kind of cost-cutting at parks I really don't care for.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1079d10edddb4badbd51a68b751d84e4", + "input": "@ycfcnick the city is famous for the shambles, sadly the old street in the centre plays second fiddle to the stadium debacle nowadays!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-914818943e9840a99f466bd5e7c70044", + "input": "Feeling #gloomy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d6a4d52fd15d4fd3ac82cf4fafef6336", + "input": "I'm too sober time to get shit faced", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-88dcf648dbdf4924b0df5a4d5e2212e5", + "input": "@cotsonika @NHL well, they should all be unhappy for the way they played. Right @fmjacob ??", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d3f9468a93e046e78194db04f73fd85a", + "input": "Cause fail or pass I refuse to be sober", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2d55b22374214e1592198f6b6b1e7696", + "input": "Sometimes I can't believe I've made it this far.169 days!! I threw out my demons n got #sober #clean, n started #recovery.#Sobriety is #2.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ce62b3e4541b4a9c9ce0f42e07a0b08c", + "input": "It's now September and we're still battling a situation that was said to be handled March of this year. @ATT this is unacceptable ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-514feb3f0b824bcd8b14d6e110e90bb1", + "input": "@6itmap I can't help but feel melancholic!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b5e84a2872fd4026a6d863aee2273f7b", + "input": "a good shorty has so much to offer & it's sad that some of you niggas don't even see it when she right in front of your face and too late", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-04e9e25ff1364f7380129a7a5862d25d", + "input": "Sometimes it takes #sadness to know happiness, #noise to appreciate #silence and absence to value presence.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-85c8d5b876974308a0e9105f4846ddf6", + "input": "I've been loving you too long #OtisRedding #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7812c7106960478ab74e24bb6e5d4c23", + "input": "we never taste happiness in perfection, our most fortunate successes are mixed with sadness. #success #perfection #fortunate #mixed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ad764cf9f7d14e798b231a8ed73969f0", + "input": "I'm wearing yellow today to bring a little sunshine to this gloomy day #yourewelcome", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e894ffbc0c854563ad00c54779f4e196", + "input": "@British_Airways just came of BA6426 at @ortambo_int at least 6 passengers with broken bags. This was a new suitcase. #unhappy customer", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3b64b3cb603d4bb7afafeaf0ca04b701", + "input": "Wrinkles should merely hide where frown have been. - Mark Twain", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a10ad7ad832d4bc282ef4d42018eb3d9", + "input": "@CCGaryRoberts community policing!!!! What's that?? #lost", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-aa52d505c07848fc8e7b26c78bb09f45", + "input": "I wish I could live in y'all reality where i can grieve over people i never met. To bad i got BROTHERS dying left and right .", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b35545d1bddb408b8dfa443cb4cf1a1e", + "input": "People are trying too hard to hate on Cam Newton without understanding his position ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0415dfd4416747e1b58bfdd139485693", + "input": "@JUSTICESLUT420 sadly this sort of poster died by the 90s afaik", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e29b9a2b97ca4287b7f84f62e1109da6", + "input": "@_JESSICAVIDAL_ Just pour it down the sink and let him drink you.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bd7f1a99196745fd9a1bd384aae6881b", + "input": "Removal regardless of cost a lamentable answer: ajvKSK", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f265afaffd36442da507694ad82d52d3", + "input": "you never call me when your sober", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-235dc74a2e32404bb8a62cf91593498f", + "input": "@SandraTXAS @6bird4 @CajunKangaroo @justanavywife please. Or you could be clouded by your passion. Emotion leads you from the truth.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9f097d01d8c244b586727a9df0300de7", + "input": "Hello fellow #horror #creepy #dark #stange #story fans, how's your day? #followme and I'll #followback", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a71610e1f7894749ab17a1ba64e06ffa", + "input": "What day is it #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e3f1cbaae5c14edfbffac340ab073be1", + "input": "Very long day. Thank goodness for Bake Off to brighten up a weary Wednesday ☺ #GBBO", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-aa7bf47b39664dc482a4662321bb943a", + "input": "No pessimist ever discovered the secret of the stars,or sailed to an uncharted land,or opened a new doorway for the human spirit.-H.Keller", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fbed8434da6f47259def34b46cbd6f66", + "input": "Back to forest drama -\\nfrom my #Forest #music - series, 2016\\n#nature #dark #art #photography #Finland", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8e38fb14896d4ed78ba000ac03322ed9", + "input": "@holly_lolly7 I just have serious respect for any man that can pull off a bun better than I can, like maybe they can teach me their ways.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f4838642926440b1b4ba1f252cc74f0c", + "input": "Playing at September 21, 2016 at 09:30PM: Demetria Taylor #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-60a58ad3e5d841ffb261e9ebfc3429c9", + "input": "@MSNBC @fox @cnn @realDonaldTrump @HillaryClinton. Using fear to state his views. Not getting the facts before making a serious statement???", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cf4420d8eb1247f4ab5689072fbe2dcf", + "input": "@mypalalex but still your my favorite person in DF besides grim", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-49d95d35136447d59210d597b4e19303", + "input": "Just watched Django Unchained, Other people may frown, but I titter in delight! 2/5", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-938a0bb5716f4530bd29f7f55c7cec49", + "input": "@d6vey you are grim mate", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a8f46e366dc94f49ad0d0ac3ddf4632e", + "input": "@TehShockwave turn that grumpy frown upside-down\\n\\nYou did something next to impossible today", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0d1e4508bdbc46c396358cac9e0ccc76", + "input": "LOL! @TheFrankJLopes was just awarded the “F” bomb trophy on #AutoDealerLive, @RealMatKoenig :) #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b72d32f43fa244fd899a4e41185b9e4a", + "input": "#PeopleLikeMeBecause they see the happy exterior, not the hopelessness I sometimes feel inside. #depression #anxiety #anxietyprobz", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-83e6db75707c465ab45fb97c90c1ea4b", + "input": "@Aamnaa___ @drkarthik_n your per capita income is almost same like us. Gini Coefficient is very dismal. Ambitions are high but output Zero.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a6aa91bd157e461a99cc339387452ffc", + "input": "@mcjamie sadly. It's just.. Did the dude have to yell out the frogs name at the Clinton rally that one day. It changed everything", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c34cbde840f84d5ab20ac3cd9682f47c", + "input": "@MarkedMurderer Orion's eyes narrowed as he gazed down at the girl, ice cold blues meeting a softer than usual green. His instinct told him-", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0bc8fc7c0ecd4751a384b40940d44473", + "input": "lost 11 lbs since I got married (eating healthy) & ive gone from a 9:47 mile to a 8:50 mile in 2 weeks. #areyousureimagedout #fitness", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-42025d2290f447ab842453484eec955d", + "input": "I feel like singing the song human sadness by Julian Cassablancas and The Voidz or some other sad music. #depression #sad #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7effebd19f6b44b180f3e484b8ba18db", + "input": "Well i did hear once before that girls are attracted to men that look like their dad! 👌 #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d622ebbb99704ebebbf78af72691d78e", + "input": "i wonder how a guy can broke his penis while having sex? #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9bb6077602c44395928146e515e9cf15", + "input": "@stevesingiser @POLITICO_Steve Put a damper on my mood.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4e8cad8286ed4d1da57a1f76581ffbe7", + "input": "I honestly feel nothing towards either of my parents and it's pretty depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-faa8e0328bfc4a65adab9a8f38dd0526", + "input": "@MHChat Childood experiences can leave you with permanent deep sadness as adult it can underlie everything #MHChat", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d82b2222e12046b99c488ff4feb578ca", + "input": "The weather sure matches the mood in this state today.. #gloomy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-77913f85877e4a6aa2b789a7ef9a8566", + "input": "@BitcoinBelle @pamelawjd Start mournful then kick into major key in last verse where good guys win? (Or just change words in existing song?)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-763f366c3dab4c558e11eaf58a4cb06f", + "input": "#COINCIDENCE??? When you turn on the TV, etc.& listen & watch, the objective is to #CaptureYourMind with #fear & #depression. #FindGODNow!!!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f249ec31451649f39d109c20b2a10595", + "input": "@JohnVerdejo Mannn I can't count how many times I've had the '#PR's power grid needs some serious updating' conversation...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b9487594dd0046138b24e1d0a118d642", + "input": "@brawl2099 See your primary care doctor. They can prescribe meds and refer you to a psychiatrist for eval. Don't mess with depression.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-aa44fbd8148d40b8aacc1555bf08992e", + "input": "If Payet goes either in Jan or @ the seasons end, can't say I blame him. The boy must b so disheartened by what he's seeing at the mo.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-646f30a1d19d4651921393482e4aef5e", + "input": "@DevilsAdvcate @ManUtd absolutely boring.M a big Manchester United fan, nd its really disappointing to see them play in ths dull boring way", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f44acabbcee149538fa8a2bdad52d54c", + "input": "Should of stayed in Dubai 😞", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-74c422ad38824030b18267efc60e1764", + "input": "Ok it really just sunk in that I'm seeing the 🐐 in a few hours.. wow 🙄🙄", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d49e6e287e4c44139c199a34eee76c40", + "input": "@jordan_grimmer If that's messin I can't wait to see #serious !! Brilliant stuff", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a436798e5f754da0a98c92f6d72a86e6", + "input": "@gagasklaine it's old sadly", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-715b59b3b6b849dc90dd082929f42426", + "input": "I told my chiropractor 'I'm here for a good time not a long time' when he questioned my habits and yet again I have unnerved a doctor", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a690d9e3acfd4dbca1c3bd5911ce7abb", + "input": "I'm strong 'cause I'm weak\\nI'm beautiful 'cause I know my flaws\\nI'm fearless 'cause I've been afraid\\nI can laugh 'cause I've known sadness..", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-84d301077fb94bd7a14209d46b81d0e1", + "input": "@ActualFlatticus @veggie64_leslie @mtracey Call me a pessimist, but I don't think therapy can fix whatever is wrong with Anthony Weiner.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b9cd3983c8b94e13a6007a5e622a1073", + "input": "@redBus_in #unhappy with #redbus CC, when I talked with them before a week still they didn't initiate the refund of the transaction.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e91ac6c6288747f2baf4e5fea98ea9b9", + "input": "@SatansLezzie @gehrig38 @joesmith12431 @ejamesl I think he was huffing that pine tar they use for bat gripping.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-38e190de05364c99a6b923977e9d3f5d", + "input": "@fpuebla3 @Osbaldo_A lost a friend too", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d7824a02e571413cb6d01fcf611a73b8", + "input": "*Sigh* #depression #saddness #afterellen #shitsucks", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c39dbcbab3aa4460a667d2ae49f46b34", + "input": "amateur author Twitter might be the most depressing thing I've ever seen", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-df9d89ccf9eb40c7ab7c81a6672f772a", + "input": "@gurrie_j thanks for making me super sad about Pizza. #sad #freepizza", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-be9c5924d9e04d28834249976d81cb5b", + "input": "@X_KIMTAEHYUNG_X \\n— momentarily before it disappeared, only solemnity and anxiety lacing his features. \\n\\n'I ran out to get you before —", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-38e0806988964b4fa7d1bfbc5d91e01a", + "input": "Heading home to cut grass in the heat. All I wanna do is go out to eat somewhere air conditioned. #AdultingIsTheWorst", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-33732a5af1634919b28f58957d372500", + "input": "or when someone tells me I needa smile like excuse me ??? now I'm just frowning even harder are you happy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a2f96d9add334fb78680fbb30492a736", + "input": "Season 3 of penny dreadful is on Netflix...well my afternoon is filled", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ff755d7262ab49138690e13f76e7fb8d", + "input": "For a team as big as Bayern and the they like to play football, their pitch is fucking dreadful. Certainly no Emirates pitch anyway.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c14616c27b1941c18d3c77d5ba03c7b8", + "input": "when season 13 of greys anatomy premieres today. it you're only on season 7 #sadness :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6c9095aa9ef243cea11472dffd8960e4", + "input": "As I lost my heart to you there in the dark.. Underneath the stars 🎧", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c016f9ad1a284caba23c03990961cb0a", + "input": "F'n morons u23 SMFH can't just be lackadaisical", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-76528931ab864028896562a09fe5a81b", + "input": "Mixed emotions. #sadness #anxietymaybe #missingfriends #growingupsucks #lostfriends #wheresthetruefriends #complications", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-be0fbffb8519468fbed86c88bdc8494e", + "input": "The Sorrow is grim reminder of how bad I can be at video games and how I could get a bit too trigger happy at times. RIP #MGS3", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cb6d55e7922a453e9fec1420d464c255", + "input": "The last few weeks have been dreadful. opening up of old #wounds. the #gossip of others/evil that spill from thier lips #melancholy #sadnnes", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ba2b512da65c4133b26af81de693f681", + "input": "Don't wanna go to work but I want the money #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7f0011eb18f446e9abddeec8797d8c22", + "input": "Just because I'm hurting \\nDoesn't mean I'm hurt \\nDoesn't mean I didn't get \\nWhat I deserved \\nNo better and no worse #lost @coldplay", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-224eb3a9c90e401b85c193b8b1eccca6", + "input": "I don't think it's fully sunk in that Val is gone yet", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bda9458fb19f455d95bc510c26dbbf6b", + "input": "@littlebakaa @AlcohoIPorn give me a smiling emoticon will ya? i dont like the idea of you frowning >.<", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e31fb1c41e044f26a9494737793cc9ba", + "input": "Common app just randomly logged me out as I was writing the last part of my college essay and lost all of it 😭😭😭", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-63cd3a9134864f8ab921ccd7d55470a7", + "input": "Literally being here makes me depress tbh", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a98682c1ac9a41f1be2ef497887c512b", + "input": "Gaaaaaaaad! Should have stayed in London!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-931c15c565c14cbb8f9a99054c22e0ee", + "input": "watching this uni reveal is so depressing i miss stingrays :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e551f222032f4a9c9951440432fa003d", + "input": "Americans as a whole are, for the most part, feeling borderline despair at the very least. Looking at a situation out of control.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-21b0a23f8e2948ef995a6fe8ab6d9a71", + "input": "Rooney is 5 yards off the pace in a League Cup game against Northampton Town. Let that sink in for a moment. #MUFC", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9b8477313b034d128e51d8b2f1739f46", + "input": "@Markgatiss I'm surrounded by those Trump voters. You're right, it is fucking terrifying. #redstate #despair", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-551a05c29b5549cba5d33082a94f6698", + "input": "@lebara - worst possible decision I could have made when arriving in the UK. Shocking service. Poor coverage. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-58c37487be17482c92f1f6416c4a219a", + "input": "lost my 244 day snapchat streak i'm done", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1d49212e41e446fa92ee2ad82610cb31", + "input": "@kagehime3 I'm so starved for content I'd take it but I'd def pout about it (՟ິͫઘ ՟ິͫ)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-40d74aca7b39485b8b6863a45b1e42d9", + "input": "I wouldn't wish anxiety and depression even on the worst of people. It's not fun. #anxiety #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-11db592b565d4464b56bed9ee6d0374f", + "input": "@Theshadeshit91 \\nOh, I'm sorry about it, do not be sad yourself there is nothing important in the world to grieve about it", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-129d12a7d241444a991165da1b45f2a7", + "input": "*Sigh* #saddness #afterellen #shitsucks", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7263a55fba2b42dcb1d54343cb038fcc", + "input": "@Fatumoriginal there's no sitcom better! If u can't laugh at Sheldon or Leonard then u are sober for real! No two ways about it", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e7a4b35d4aeb4fcdae7484b95cc581b1", + "input": "so probably hunger and depression and dissociating equals a weird time anything else", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3f8b78013a184ce496513cd97e6e7f13", + "input": "@MoneyJay901 hard to tell in your pic. My mistake then. Either way, nothing I said initially was about race. U took it there. #sad #ignorant", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a1e2bb30fe004a239e27e97ffcaeec31", + "input": "She used to be beautiful, but she lived her life too fast - Forest City Joe #blues #blinddogradio", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a4c253ed39574bd4a9cb9d61b48a0145", + "input": "In need of a serious nap rn", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2c6147a6344347f892e4d9766508ef77", + "input": "God just replaced my sadness with laughter, can't go the whole day sad ...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6f6da374beb64f3ab750f72a7dbac2d4", + "input": "why do i have such a thing for dark curly hAIR", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-dc73d72508294c888bdbd03ba391e0bc", + "input": "It's just begun ladies and gents. The war on racism has begun. #sadness #Segregation continues.... smh 😒", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ef75ea601fa14189b5cda97572151b6c", + "input": "#picoftheday : How...why... Really... !!\\n #funny #picoftheday #lol #random #laugh #chair #of #despair #funnypics #virgin #cafe #i...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a00b824a8a514c7c816a3c776179a031", + "input": "@spamvicious I've just found out it's Candice and not Candace. She can pout all she likes for me 😍", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8a048986d16641ed957bf6c5b398e163", + "input": "I have not nap for 3 days in a row I'm very unhappy rn", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6610adf0d1f145c2a5e6ae6ddf39a24f", + "input": "Cops chillin on pine lakes", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e3f706da5b4641c1a070cd144e3f9988", + "input": "Love being made to feel bad about being scared of the dark", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-720cb39f1b1548b8a07fdfc745a3a818", + "input": "@mandyjohnson I'll be honest.. I hope that annoying Southern bint with the 'look at me' pout goes out this week! Selasi #FTW", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b7271f07afb647058e1d954506213e26", + "input": "Are you serious??", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-51630e9ff6204ef8adc418d7aa3fc5a5", + "input": "@SheilaCustis We don't expect women to be violent & discourage it. It's really about how we're raising our boys.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3b848da3aba540fe915358d78c153b95", + "input": "i is sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d4bc2f9962d44a79a51796e21d63830f", + "input": "A pretty dejected FanCam on the way. #SCFC #TBPTV", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7282eebb7ae04365a5b1c909bd44e09b", + "input": "It's been 5 weeks and I still go through depression smh", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-abaabf91ac3646ea80a29607ae225950", + "input": "But right now I'm feeling pretty desolate.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-60805cf5e639498fb1feefdb057d0180", + "input": "@MCHorseFayse @bockaguyjim @generalgoodsman @nevernotdavid so you were owned by losers on Twitter ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1eb5db84e71743f58013c2ac25966c31", + "input": "@VivienLloyd Thank you so much! Just home - stunned but so happy. Don't think it has sunk in yet! Wow.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-efdc56d191a845adbe9e8597fc697c1f", + "input": "@damiandmusic hubby Noah shares this somber thoughtful photo of his one and only Dami. Ponytail, standout highlights beautiful picture, nice", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7e348867f7c54c739094bf749ba87575", + "input": "I can't pull myself out of depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9d5637ee7b7f4c0c864c52150af5453b", + "input": "Leeds surely to drop the prices for that cup tie, rather than the dismal attendance last night..", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4dc37b185bd144cea7571d7c303a4d82", + "input": "| At home sick... 🎼The blues🎼 won't cure it so I need ideas 🎸😭 | #sorethroat #sick #blues #music #fallweather #carletonuniversity #ottawa", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7c1eb74ffd89431b9379752aba8bb332", + "input": "@Orrible_Ives I didn't say anything bad about the situation great mate, can't believe some were. Makes me despair of humanity", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-24bc7dc2cbd245fc9068897820fa0e28", + "input": "I love having such a big family. There's never a dull moment in my house 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ed97ac9e5a1e4d27b13896f89c15d81e", + "input": "@JonathanHatfull I’ll look forward to it. Hoping for lots of stetson-tilting and rueful looks into whiskey glasses.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4f9c7d4053d443a2b293581f11cca3ae", + "input": "I feel like no one is out there on #Twitter for me.... can anyone see what I write #sadness #rants", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4d5b43bf98ef4d69aa8833e77bcce238", + "input": "@PriceSjrw5614 @Ren102e906 @slb42jcb @swoozyqyah THEN you do what you can and then BLOCK them, they're trying to discourage us", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ff8ae5fe498e4b199e3f3ebf798dcf61", + "input": "Honestly today I just felt like maybe track isn't for me ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a35854bea9e44fd8aa6e2cccb3003493", + "input": "Public products: high downhearted price tag consumer survey sum and substance: OVth", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-28b3ca1dde544be7a8c3ec9e81269299", + "input": "Sometimes The Worst Place You Can Be Is In Your Own Head.'\\n\\n#quotes #worstenemy #depression #thinktoomuch", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7e798747219449c0816d94841317bb2d", + "input": "@AMB4JC @drtonyevans It's our job, the job of people who r still sane,still ok in life, to help the lost to find themselves & love eachother", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-aea24c366d864c39b14859c4bc75d4fb", + "input": "Who need #beats ? #instrumentals #serious #artists #only 🚨", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-40c092d0fbc54ab5ada3c85c38887464", + "input": "the thing with Twitter is i only remember to tweet when i'm bored or alone and then it comes across like i have a really dull and sad life.👽", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dd2392ad29f54b9089b150350b515bc7", + "input": "Marcos Rojo Marcos Rojo running down the wing. Loved by the blues, feared by the reds", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-86b3a15dee79493080aef1b5f65b6ccc", + "input": "untypical kinda Friday #dull", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7a9abc8ad79b48dfbf08bef43d3eab2f", + "input": "@CNN : It's not Fox News, it's Fox Propaganda Network, they're so lost in their lies, that they can't tell the truth, if it hit them in face", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2ec25b234c5f4187adb2ad1e10dff782", + "input": "Hopefully next time we play a L1 team, 1 of the players scores, takes his shirt off &jumps into away end purely to wind up the joyless cunts", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-11a3c06d734a4743936491c9eb50854b", + "input": "@PaulJonMilne too grim, too insanely, determined to hurt you from", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-59af267b2a194e33b8c1c1f728a39bd6", + "input": "@TVsCarlKinsella They're such garbage. Obviously I like that they suck but it's still grim to watch.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5f8e973a756a4595ba54edd539e4175f", + "input": "So @JeffProbst those of us born in 85 have no generation! Where is the gen-less tribe! Ha! #survivor #lost soles", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-efb0dcc9bfc144929479566768f1ce53", + "input": "Don't blame yourself,' he spoke, as if she were in the room, kicking the chair beneath him.\\n#amwriting #dark", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d4f28daaeedb48e9b30f96c64c2f20a5", + "input": "@MollieTebbatt guess what I'm doing? watching your great grandad sink the titanic..", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a38eb74c776242cfaf6e40b30238a76d", + "input": "@broadly you should be criminalized for posting a pic of that brown frown.... Get a pic of some jack, or cookies, or diesel, Join up @CNN_Ai", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c30644e3e4eb4c8d9266551bc629e5f3", + "input": "@TimewarpArcade @tenpencearcade Do you really have to pedal like a nutter to get anywhere? I remember it being more sedate.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-13724eed0f0b4874859c1ff9db06dc85", + "input": "Is that hurting..? [Features get a tad somber while attempting to sense @MischievousTyke's temperature]", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7382ff1de0a243fdaaf03654b149e9c7", + "input": "I get discouraged because I try for 5 fucking years a contact with Lady Gaga but are thousands of tweets, how she would see my tweet? :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b5a7a261f86b4db68ba16e7c85adc7ea", + "input": "@khloe_speaks sad music", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-84b3c21c360f465b88502f8be30a9f24", + "input": "If a friend lost his/her phone, how long do they have to mourn their lost phones before you ask for their earpiece?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-efb11f1ec3eb43dc9172315ebe95e61c", + "input": "Urgent need to get a new job. The constant gloom of my current one is getting a bit ridiculous now.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5eff9019cc1f4c5197c6eec5e6783a3f", + "input": "Honestly I've come to a place where I keep getting discouraged but just gotta tell myself to keep pushing through it.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5286d1bcfaaa41878193178a88995a11", + "input": "Long day, kind tweets, our melancholy, @DownFrontArtist defeats.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-17a22a45134f4c9397cffddf26a33f17", + "input": "my life in one word is depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-66783dffe9f041c2a93ff0b232aa7dd4", + "input": "Going off reports on Sky, Stoke played ok tonight. Think i'll stay off the messageboard tonight though -it will be grim on there :/", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4aa997359e8b4740a488c6af1dee5ae8", + "input": "I'm looking for a good promoter #rock #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c56dd9e809f241cf9344cec9f402b14b", + "input": "Niggas murking in each other. In murky water, I try to swim.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b06c7e502d764bb5a391c4ed64aca99c", + "input": "@thehill George H. Establishment is unhappy Trump's campaign branded his son low-energy, but he could not have beaten the others either.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-228ffcc5ba00416d99cc5db06bd83071", + "input": "Well my evaluation came back and i am minimally effective. Student test scores on the PARCC sunk my eval. it's time for me to quit teaching", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac05fe8b73534b3191983d94799241ae", + "input": "Just reached 10k followers - WOW - thanks blues #mcfc #ctid", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-36c42fa1addc4d9bb6fecda645f43e2a", + "input": "This night, room polluted with syringes, notebooks and shadows moving, this kind of night! Away melancholy, away!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1652d2ee38dc45c28547ea93ce4f8dc7", + "input": "@bolain_branden @GrimsToyShow grim should find broken Matt hardy because he can delete everything lol", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0ef5c7e5d5af48608497df21e58bb035", + "input": "Anybody know a good place to book a show in #Montreal on short but not super-short notice? #punkrock #postpunk #blues", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f003ee04b7494b338a8bb38861aad062", + "input": "the waitress recognised me from last time i was in there moping, after my interview haha", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-73fd4463ab454380afa7eaf3c5df04b8", + "input": "@antoboyle I so wish you could someday come to Spain with the play, I can't believe I'm not going to see it #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-64bc2317df0b43d8990386e677c3bfa0", + "input": "Refuse to let myself get discouraged.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-757b2fd176524ca6a96ce22ab2745c54", + "input": "@MiSSLiNDZO no. 😭 the last two we were out-bidded. So we got kinda discouraged so now we are taking our sweet time. The market is stupid tho", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-222a007267bc43288a78ff15fe4e4957", + "input": "Feels grim not having your nails done", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2b66e9e1de964cee84b7bb45c8f36ef7", + "input": "I sulk too much for my own good.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-73835f797c2f4c05a6247cc5b92d6a69", + "input": "I get so much PUSSY\\nP - panic attacks \\nU - uncontrollable anxiety \\nS - suicidal fantasies \\nS - sadness \\nY - yearning for death", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-300ede225a864045b53b30fdf8724123", + "input": "With loyal heart is concerned. #somber", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-53a441ddb5b54fb4a39e49485274772e", + "input": "Trial result #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d90f29bc51484023975cc20f6de146bb", + "input": "oh, btw - after a 6 month depression-free time I got a relapse now... superb ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-15bd34d0432a44949237fda63fbd49d9", + "input": "need to sta dating again.I m bored #redheadteen #boldandbeautiful #lost #500aday single men dating Schkeuditz", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4b9d55a096034812ae805fb99f9326df", + "input": "@MUTGuru I know guys that sink $1000s into the game and only to build a team and play solos. But this hear you make nothing on solos.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-687213e13bcd47d58bd96f77e541bfe8", + "input": "Just told me wife there was a chance it would be 2 Sydney teams in AFL grand final. Her response: 'there's two SYDNEY AFL teams?' #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-674b1992d1ef4ab981a8c866926f42e7", + "input": "@bldmovs sadly beautiful photo.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f92cf1187b0f4de294c8d6623a38aa4c", + "input": "@thixotropic No. Was so sudden. Hasn't sunk in yet. With Leo I knew it was coming.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b9bd82f308164ed689c7fcfc37a2e407", + "input": "I need a syfy series to watch I literally have nothing to watch back to back. I already watched #heroes #lost #jericho #fallenskies etc etc", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7c271fb16bed44b193454e189e106bfb", + "input": "@POCX100 Please don't sulk over your defeat. Come on. Head up!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6f2a3e5197e047e3b1f18a06eec1d1b7", + "input": "It's been a week of awful connectivity with @TMobile no service or only 4G is not what Im paying for. #unhappy #poorservice", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5280cfd896554832babfc9f6fa4cefed", + "input": "I don't want the pity of my instructors but I'd like some understanding. I'm truly trying despite ALL circumstances that make me discouraged", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a46279e78d81439ea1d990d68e2380d4", + "input": "@Skepta make sure you's Young breadrins sling us a quick vote #murky #skeng #votage", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8eab20f438b04cb587e729ac5b76cc2a", + "input": "@FatedDancer ~together.' Hermione lowered her voice slightly, sounding somewhat bitter, perhaps even rueful. 'That would only get you~", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a758cc2d42a241dcb749b041991af65e", + "input": "penny dreadful just cleaved off a fraction of my heart", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9b26de77809b48baabed5b7c936dd200", + "input": "Happiness is always there. You just have to choose to see it. There's no point dwelling in the dark and ignoring the light of the stars.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cc0e80b279e4498696e98e6a3992166a", + "input": "@PunishedSnek in the final analysis, the non-white global majority will not fret over the ethnic origin of our corpses.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-53d93441767541e597b696fe23946f17", + "input": "Are you #serious that #fredsirieix lives in Peckham......South London's own #Love Guru(big up)", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-07f40207060542eb91e8df55c26513af", + "input": "Let us not burden our remembrances with a heaviness that's gone.\\n- William Shakespeare (1564-1616)\\n#forge ahead.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9dc97d80e4744f7c99a6398239582f26", + "input": "@mar_de_palabras But I do think we need to experience a bit madness & despair too. This is the stuff that makes us human.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ad4f61380f1c4f1d9a3bf3a40719241f", + "input": "@pikapies I have many happy memories of the Isle Of Wight.\\n...\\nBut yeah, sink that shit.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-df234ac4ae0b4eccb82e4543465d9011", + "input": "Up on melancholy hill", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f37f1fbbce3c44a7b6124dc1cbb5e8f1", + "input": "Guys! Read my #fanfiction if you like #lost and #housemd I have one of each #tvshow -link in bio!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-20fe8d188ec3431192b0322cea40f495", + "input": "@DeltaAssist Tried 2 get earlier flt 2day @BWI Turnd away bcuz it was 2 late Then agent let other pas on #silvereliteleftbehind #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-86a37a1f635c47b0b835366a6917f2dc", + "input": "Has anyone noticed that @npr stories in recent days all paint positive accomplishments for Trump and challenges for Hillary? #surprised ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2a486c1fa27841dc83f8253b6acab791", + "input": "@komaebun He just has that way of thinking, he wants absolute hope born from absolute despair.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a0ee939500904afe9061806fd36217c0", + "input": "Cam cannot be serious with that IG post and that stupid ass font he uses. Would've been better to just say nothing.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e48a8a9f170e4a3f95eae8fde777266a", + "input": "It's really sad when you can't order goods from china and the likes because of Internet fraudsters... What's this government really doing.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1ebfb78ca3f64df7a01b8be8fe64232a", + "input": "Clean the #sink and make your #bathroom shine.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b11ea3c7ef904e078f5ed719975cfe25", + "input": "Been working in Blanchardstown shopping centre for over 2 years now and I only figured out today where Marks & Spencer's is ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-210b77a0b2a34a19afb12ca02ee56f82", + "input": "After spending £450 @Debenhams I was offered a £5 voucher. I asked if I could spend it at weekend? Was told 'no valid today only' #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d97222a3d8374288a8ea310d15905399", + "input": "Patti seems so sad. She stamped and ran behind the sofa. We will have to give her plenty of love and affection...more than usual. #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e4e264249a4443cbbb865f6b022f16c0", + "input": "@DDandDeltaboys will be playing in the Bridge Bar @RameltonWhatsOn this sat (24th Sept) #blues #rhythmandblues #ramelton #donegal", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b2f67c7bb05f4536b9c8b73af15dc1ba", + "input": "@jack_haug_lifty @eable It's Ms btw. we were lied to by Remain. dry your remainer tears; Just accept you #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-681866daaed3449787abca8255d4c10c", + "input": "Never leave me alone with my credit card. Nope nope mope.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6f0a7942110f45ecab62c00dc6c9aa56", + "input": "If you #invest in my new #film I will stop asking you to invest in my new film. #concessions #crime #despair #shortsightedness #celebrities", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-61597b7c5eda47ea852023eba4e18aa3", + "input": "@el_tityboi bc it's a gloomy day Tony", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-45799e74113741a1831be653e996de8d", + "input": "Henny and pine apples 🤔", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f1d319191cda4ceeab0df536ed5869c8", + "input": "tomorrow will be the last episode of despair arc, so much shit is gonna happen i'm not emotionally prepared...", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d034c010ff2f442fbab40fe4741888cb", + "input": "*Still waits for Yang. Guess she really needs her sleep or something. Kittens feeling kinda dejected right now.* #Offline", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-60ad7403e53247f2b9a5d3ecde4440eb", + "input": "It's a gloomy ass day", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-22db7d055bde4946822589711f10bc79", + "input": "Dad asked if I was too hungover to function today. Little does he know I stayed sober last night so i could get shit faced tonight 😅", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-60b332bc4e7b4e4fb25426baca908e22", + "input": "@JoyceCarolOates \\nBreath. You are trending despondent. Mrs Clinton will win. If you keep your gloves on, guard up, and punch like hell.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9c60fe081c564622b301d64775403297", + "input": "@raylewis name change Uncle Remus Lewis #foh #theydontlikeyoueither #unwoke", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c0a3d55a75e842938b1c5d58f9a8f592", + "input": "@littlemore20 I had a nice Italian ice-cream whilst resting my tired paws. Honey flavoured, naturally! #FurryTails #lost #Venice.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bf46a4c6b2634c73b61e9becb4119c6f", + "input": "“We can easily #forgive a #child who is #afraid of the #dark; the real #tragedy of #life is when #men are #afraid of the #light.”–Plato", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4be570b3857a4a5bbd3b49f119c6d502", + "input": "@BenLeubsdorf @DykstraDame @WSJ idiots are going to sink the economy with free money policies.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e93c89537a0f4a0f90ea1440fa1a3dd5", + "input": "@AFCGraMaChroi oh, sorry if I've discouraged you 😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fce1f4e2bcb344859e36e92de173834b", + "input": "A MOMENT:\\nIf you kill it in the spirit, it will die in the natural!!!'-@PRINCESSTAYE #murder #suicide #racism #pride", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a318d23637394eec9f4a962aca78def8", + "input": "A .500 season is all I'm looking for at this point. #depressing #royals", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9224b72f23c1464cbf1dd55935f6a3e2", + "input": "Never let me see you frown", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-561130c0e54541f19abca97b25709104", + "input": "@eehbahmum WHY?! Did they want to make you plummet in to the depths of despair??", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-32126f7586f441e1bd58c445befe5b5c", + "input": "i cant live anymore my roblox got termianted :(((((((((((((((((((((((( #killme #lol #robloxgamer", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e7ad896ba7914a03bc006eb330bf7ff9", + "input": "@ReaganRachelle if I go I'm going to blow some serious money, idk if that's a sacrifice I'm willing with make", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0217bff96f36409899a7a4104a506863", + "input": "I can't wait for you to listen to my new single 'Mystery' and my new album😋. #newmusic #newsingle #newalbum #2016 #popmusic #dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-876124a67dc34073bd0af8da26c04ff9", + "input": "#Quote 'To say that You know Yourself without ever having been #lost to find Yourself, Is like saying You know everything' ~@Caligraphy215", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-968007a28a6449ef86f3250a6715ad6b", + "input": "whenever i pout i just want Adrian to appear and tell me to stop pouting or else", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-82e75d03d5944d919c4fc92cff735c48", + "input": "Don't wanna go to work but I want the money ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-01d5c276973d4b6ba71330c2a8a2d13f", + "input": "@Cassena13 I know if I wasn't an optimist I would despair.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bad81347ec584430bd791df690716a4c", + "input": "If someone keeps #laughing at you, don't #fret . At least u r giving #happiness .'\\n#quotes #quotestoliveby", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-52a0b8a41cd04e65941c8f8eeed348f3", + "input": "@MariamVeiszadeh it's getting so close in your poll so many ignorant ppl. #depressing #painful something needs to change #BeTheChange ? How?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d3d10b24b09a49da8d48ce9a81a706ed", + "input": "@LeahSKahn honestly. All I care about is Selasi not messing this up. His lackadaisical attitude isn't good for danishes.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-0e672eb0d71c4e788261fb8c3ff376e4", + "input": "There will be no #gaming video today. An old friend of mine passed last night, so I'm taking some time to grieve. Thank you #StandUpToCancer", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7995935483364493a1f7059d0ebf2335", + "input": "life is hard., its harder if ur stupid #life #love #sadness #sadderness #moreofsad #howdoestears #whatislife", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-bd45e3016d6745d897d6063d1764068a", + "input": "Now they fret about scuffs. I’ll take scuffs (which…come in) for a phone I can use wet handed or drop in a toilet any day.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-70ec4a77f2764d2e9cda0d009b5f6ee1", + "input": "[My teeth were sunk down into the vein of the poor woman who had 'accidentally' had a small problem with her engine, just outside of --", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d2557fd32038413d81d5bf678ece725b", + "input": "@happyandbashful Flirt, simper, pout, repeat. Yuck.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4fb0ad5002a849bba7f9a1c08d706a56", + "input": "@TouchPH The solution is to punish the criminals. That's the only way to discourage crime. or the circle will continue.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a8c593f8b39140a0958f79890447efda", + "input": "MC: what are you listen to these days?\\nBogum: these days I feel gloomy, I listen to ccm (spiritual song) often.\\n\\nChurch oppa mode. :)", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-18c8a3e2d13e4d64bfa19fd2c6992e1d", + "input": "Hoping to hear some serious @DonnieTrumpet tonight", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ba97fdd9848b40e283daa73b57d32d36", + "input": "Hate being sober so I popped two", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-81a3c9b5e40347d3af821a5c42dad602", + "input": "@crimsonwulfe it's super sad!! Especially when you are talking to a real person and not a bot! Makes it feel real :(", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5d1d7a18841d4537b3724dbecf037b1c", + "input": "Honestly today I just felt like maybe track isn't for me #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4ea7e865502c4f6f8f84163bd3074481", + "input": "More #checking at #work today\\n\\n#coffee #drank and now it's #down to some #serious #business \\n\\n#Thursday bring on #Friday", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f68c8026686c4890a31f83c795ebd83d", + "input": "B day next week, catch the sauce and watch the heaviness!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9f067ea298df41d49d1f0b0b26360210", + "input": "When will the weeks full of Mondays end?? #disheartened", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-7edd2cab271b48eab229df890922e742", + "input": "@A_RockasThe U.S. has added years to the Syrian conflict by arming the 'rebel' army. You would think that Iraq had sunk in with Kerry.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8c48e063e80343098aaf22993a430fa9", + "input": "What do you get when you cross an #apple tree and a #pine tree? 🍎🌲\\nNothing. You can't cross-pollinate #deciduous and #coniferous #trees.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-198e7a8ae02548859c2fd3b7954b7dcf", + "input": "Well I won't be doing a unboxing of the iPhone 7 plus on my channel until November sadly. Thank you @TMobile @Apple Staten Island NY smh", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d2ebda6888b24e0982b00031f6673b8b", + "input": "Shoutout to the drunk man on the bus who pissed in a bottle and on the seats #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-82b37667cd724a309cde26de2940467c", + "input": "Usually I'm not one to rush colder weather but this year I'm so ready for hot coffee, dark lippies, scarves, sweaters, & boots 🍂👢☕️💄", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7d0aa7c94bcf40a59f0e0864f1699302", + "input": "@nadinekellman yes I can. Don't discourage me.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3f353dfa78e74df8bfb50b9e983a9f1d", + "input": "Im think ima lay in bed all day and sulk. Life is hitting me to hard rn", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b0e9f2c5f10040cb9280e96481db3150", + "input": "@yesnicksearcy @counterparty Although I don't expect a trumpie to understand the difference between real things and pretend things. #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ee7e9492a4fc4229b58a2a2cfddcf48d", + "input": "Good morning lovely people. Not gonna lie I've woken up feeling pretty glum.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8d1893c6d0ca402c8aeb50c9d058cf64", + "input": "@pxrfectpeach it's got her little pout", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-be20ed1840ed416a893f1ec7082f1e3b", + "input": "Where are some great places to listen to blues? #nightlife #NightLifeENT #blues #jazz #gatewayarch #stlouis #washingtonave", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-979bff8c34a24baf98774c6c828a10f0", + "input": "Hate knowing I have to get up at half 5 for gym in the morning it's so depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-272d29a9a67b49789982f39062746f09", + "input": "Shantosh: How crazy would it be to walk past and talk to a person everyday never realizing he is suffering from depression or such? …", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6f73734b11074476937d2638a1c254fc", + "input": "@Groupon_UK who do I contact about a shocking experience with Clear Sky Holidays booked through you guys?? #customerservicefail #dreadful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-19a47b0252e244ba83460a775a5bc24d", + "input": "It's easy to #fall #asleep in class, but hard to in bed. #True #sober #whileyouweresleeping #insomnia #TeamFollowBack #RockTheReTweet", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d856fb89fb8a4048904b949576d3fe73", + "input": "Somewhere between #hope and #despair the day after #meetingmyabuserincourt \\n#DVSurvivor", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-419fb8c22f5b4963929943d62420906e", + "input": "@RaveenElexiis I fought a racist girl and she stayed in GAVC so if you get kicked out I call BS", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d860a727d3c64896ac31c7b397af6df5", + "input": "@WYSdaily I'm confident they will NEVER experience our successes of last 50yrs. Best they can hope for is to be another Bournemouth #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-224abf4450754d65ac420a71d2896aa4", + "input": "@reecetop10 Bk to 1 up top pack midfield Stifle any flair we possess kill any entertainers #dull #reshuffle #predictable #slow #average", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac7b0e1fba8842a9bf340a846fcd5d9f", + "input": "And btw... I really did stay in bed all day today. #depression I hate being lied to, fuck liars. -w-", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-657ffa83fff04d62915a7d092047471b", + "input": "Our soldiers in war zones are held to a higher level of rules of engagement than our police officers. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2e4e9e67e8d5401ab4787e8a75d8bd26", + "input": "In the name of our Lord & Saviour Harambe we pray, bless all apes across the world.\\n\\nHear our solemn oaths and pardon sympathetic hominids.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ab706bdb8c0b4f70ac7d301abcd2e08a", + "input": "From what I know of the man, I have to assume that @realDonaldTrump has had a heated argument with his own penis. ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7916abc5a1854394bf8b7840a2909d47", + "input": "No #gbbo from us tonight sadly, we've got a date with some nachos @ODEONCinemas #BridgetJonesBaby", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6b58ff96b5ca43dea4c116f568011839", + "input": "California sissified pages: ruling class separation in passage to dispirit attestative alphanumeric code: WyrdljPyu", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2babe51331ff4409b2b7d9a9ef983619", + "input": "@BeenishParvez salaams ma'am, how r u ma'am? May ALLAH protect u from sadness, illness, harm & nazr-e-bad. AAMEEN. Stay Blessed ma'am.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f4fd26d4460d4dcd89e091b235acb7c7", + "input": "@pmo100 @5liveSport .....I heard talk something is a miss. He looks weary.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ac36071f32ca4fc0a87b56c1f88219e2", + "input": "im thoroughly in love w zen and jumin and i dont think id even have the patience for either of them irl im old and weary", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-68c49616bebf4078bdcd539d0bd5b0ae", + "input": "#haikuchallenge #haiku\\n\\nThe crisp autumn air\\nMy freedom purchased through death\\nNo one will mourn me", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-a03416b29cf04436984f97333b08cb6b", + "input": "When it comes to Syria, I get very fucking annoyed at pessimism, like I get full on triggered. Optimism or gtfo.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2bf2695da6754081a6a684fbae7c10a6", + "input": "@Gervaisoholic But this is no easy ride for a child cries: \\n'Oh, find me...find me, nothing more, \\nWe are on a sullen misty moor...'", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9be2fb59fd8445f881071fb6af90c86d", + "input": "hmm somehow twitter feels really depressing, more like negative today...I think I missed something 😕", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-393c7148e9d64bcda766e2c7d56aa144", + "input": "Feeling worthless as always ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e1f474cd3e2f4bd2839b1acd45747e30", + "input": "I feel like an appendix. I don't have a purpose. #depressed #alone #lonely #broken #cry #hurt #crying #life", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6f55c046af114e9b868d6a8fa070cac4", + "input": "You are NOT your struggle or You are NOT your affliction! #YouAreStrong & #YouAreArising above it all!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1ae58b2036fa4a1384e6ee8f0ef0a28b", + "input": "Special thanks to @hamsterwatch & @UgotBronx for keeping us updated & entertained this dismal BB season 💕", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-37b7d1e970ae48fda161c5f9e8c83093", + "input": "It's basically a dead skin peel which sounds grim. But it literally gets rid of so much dead skin from your pores.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4aac7e980e2149408d51a56a4a45420a", + "input": "Some Erykah Badu to sedate me 💕", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-5b8a943e26bf44a6ac6a74fd258adf92", + "input": "sav tells our mom 'I love you' and she responds 'Oh.' #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6855fded59d441798b89cdd2ce8da686", + "input": "I mourn the creativity lost.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dc84ae1720ba4ea4b157664faa735443", + "input": "@lee_family5 @USAneedsTRUMP @HillaryClinton @realDonaldTrump You can't be serious. This man practices no religion. Only in church campaignin", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cdb5c4eb39e9486fab43cfe8c59163a4", + "input": "@jimmyfallon @ShawnMendes I'm just a sucker for pine, I wanna rake you up, I wanna pile you down, I'm just a sucker for pine #FallSongs", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-4bba75e2526542abac607725c7e268a3", + "input": "whenever I hear concert postponed I think of dismal ticket sales green day ?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ea489efc0c1843c1a54298ebedabca3a", + "input": "@SimonSSSJ123 @EllieG10853 @Onision @Eugenia_Cooney he sure as hell helped me with my depression and still does", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1b4897aa5f6e46d7acdefdb56520bd53", + "input": "@chocorobos I have this one so I'm not so sad.. but wtf", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-67ef3a9140b74239916f960a887fcb12", + "input": "This took a melancholy turn but my point is that for all the difficulties I'm still happy. Happy that I get to be who I am.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-25af814717e647c082eb12306d3ec73d", + "input": "Nothing else could possibly put a damper on my day other than doing X-rays on someone with kickinnnnn ass breath 😿", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-080278516f8b421f9a2f9f563a362973", + "input": "@comicfire The thing is, it's either I be unproductive and unhappy, or deal with some videos that do badly.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4082ad815f4e41c7bd3ce923e00d0e84", + "input": "even if it looks like we are okay, the reality of that is were actually very worn out and forlorn", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-dace8a040eb948a783aa48a8b89c5c6e", + "input": "Thank you @Pret 4 giving me a free coffee for bringing my reusable cup to the airport because it was 1st time you saw one. But #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-158ab8f8b2224e96910a7459c4d01904", + "input": "Having a nail half hanging off is absolutely fucking grim, even with my acrylic holding it on 😷😷", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-584b9e96627c4c4a864a411c2e3994a7", + "input": "@marielleblaine8 @princesskeilani I told pine I didn't want it so I didn't have to have it", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f6e67334dec747feb8a9d7fdafa21ace", + "input": "#RIPKara i could have seen her at a local mall or any school football games. im disheartened", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ae94f80bbdb649a4b69e734f8d46ee34", + "input": "New job training= too much meat eating! Oh well. Also- got approved to drive for Lyft! Just need a car... #day35 #sober", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-94be6b012c094777b91f9b0f7b1f101d", + "input": "Lauren Jauregui makes all my problem dissapear it amazes my sadness. She keeps me strong", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ec4a6adf7a394bb08151a5bd7c7303c8", + "input": "Too many are on their 'yeah, the thing going on with cops shooting innocent people is sad - but just not in my backyard, so..' #blm", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-925436a81dfd4e4e98dbfa676a470f02", + "input": "you are on an endless journey of figuring yourself out; don't be discouraged when you don't know who you are yet.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e002388d6add41538578538b5c3d883e", + "input": "The word happiness would lose its meaning if it were not balanced by sadness.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3a06a2113ae34628856181ec12f6720a", + "input": "come on let's make em hate 😘make em pout they face 👿😩.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c1afee2b3c1f4571b9590af98dbbb20e", + "input": "@VileBairn Turning then, the older woman looked at Sybil with a most somber expression. \\n\\n“She ran away from me. But I cannot blame her.”", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-83267ee7d8ea49b9a010b1086ae610ca", + "input": "Im so unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-267bcbd9250e4e38819e863506978e12", + "input": "@rockcock64 cum and despair", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-752ce3d2befe4f43b060ac881f747535", + "input": "@TheCatHeSay I may be #alwayshungry but I haven't sunk that low yet!! @Thereluctantcat", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ff06238d220644c9ba902bb33d03939e", + "input": "$FOGO max pessimism here and no bottom (yet). Has a solid PE ratio for a restaurant. Let's catch it at 8 level or 10 level if it comes.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-15501349ec32461ea212dd2cfa101e4d", + "input": "It serves a gloomy higher than the wolves of the village", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-51857b565ade4653a75ba382e69d8206", + "input": "@onefumi oh I see. I've seen so many people mourn the loss that I was surprised to see your tweet. I suppose same old here in SA", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-27d8f7982c6142f1b524485d70a9e88b", + "input": "All I want to do is watch some netflix but I am stuck here in class. #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-88463c9c59dc48c7a1face49ac4e0d5b", + "input": "It hasn't sunk in that I'm meeting the twins", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-437f4eb70ba6441b844e5b505bac9bc1", + "input": "If Angelina Jolie can't keep a man no one can. Today we mourn because Love is dead", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-babcc5cbc8e6487f8fb6f59703447436", + "input": "Rooney = whipping boy. #mufc #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-94b6b9c928eb4d84ab4e73a8c86a3fb0", + "input": "Time for some despair #SDR3 #despair #fuckthisanime", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-fcde1f9220be421eb8dd4d3b82dc125f", + "input": "@Jinath_Hyder I can't have alcohol on it, sadly, but it only flares up under very specific circumstances so I just need to be more careful", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c777715aff2d4dcd9ae340d62c2f769d", + "input": "I'm allowed to sulk", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0f97e4d5f8ee4f09a2dbcc84913a452e", + "input": "And I won't even get started with Hillary and her fancy fundraisers! #depressing", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-62f1df34fdbf4e32bd6299d460ef2685", + "input": "@BBCTomEnglish @TimesSport And the dreadful Franglaise.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-09f464e902a54fe38c5b021d4a863fdb", + "input": "340:892 All with weary task fordone.\\nNow the wasted brands do glow,\\nWhilst the scritch-owl, scritching loud,\\n#AMNDBots", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-72ba44f4de754367a98e2142d1570580", + "input": "@zombieisIand yeah friends of minw have witnesse accidents and a road near me like??? cars hav like sunk?? but ih gosh be safe okay !!", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-33d1690e306241318a885798e0a40524", + "input": "@MxJackMonroe I couldn't get on with it either. Bits started drooping that shouldn't droop. GP said mooncup alone to blame.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-57651438b0194459ba759c604853dd09", + "input": "Interview preparation, I hate talking about myself, one dull subject matter! #yawnoff", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cadb32ca5e594d238055b55a3455c63b", + "input": "@modelady24 I know, right? I had a tinge of the same thought. Glad it's Six from BSG, though. Happy the show stayed consistent after break.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-9dd5b1e78210404291d36f1eae338673", + "input": "From My head to think it was better but obviously it's not #relapse #sadness #sickness #madness #misunderstanding", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-2e2c3a5b291e497c97d0f0783723b572", + "input": "@suddenlyapples This is an on-going affliction for me and the only cure is more Shiro", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-19788ff26cd7450d8a22c1e3e059c305", + "input": "@antoboyle I so wish you could someday come to Spain with the play, I can't believe I'm not going to see it ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b90c65e0a66d4e8fb85237dca0ba1848", + "input": "Those were the times, I thought I can never be sober. But still His grace are beyond my limits 🙏🏾", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-42adc7e5a01d47429a525871cd5469b7", + "input": "The animals, the animals\\nTrap trap trap till the cage is full\\nThe cage is full, stay awake\\nIn the dark, count mistakes", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-d9e30af3424f4084a9e252cfc238b561", + "input": "A MOMENT:\\nIf you kill it in the spirit, it will die in the natural!!!'-@PRINCESSTAYE #murder #suicide #depression #racism #pride", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-0463b3dd6a48451fa8776c9144335251", + "input": "Like keep grinding boy your life can change in one year, and even when it's dark out the sun is shining somewhere...'", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-60f5903f92f24ccea23d4d11be080e63", + "input": "Nasty nasty chilly rain has put a damper on my afternoon cigar. This is NOT a good thing. @cspanwj And FOUR #CongressCritters tomorrow?", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-8e52e4b492d54c389a5f23265b528ddc", + "input": "@RashidAlMaktoum For #serious #intermediaries all required info about #project or #Owner will be mailed.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6d663a25a3824f678ed11a446a026964", + "input": "@xBFDR yeah I'm sure it will, it's just so depressing having to talk to my parents over the phone instead of talking to them downstairs", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6b1130fb9752440f8d80b5f53996a9d1", + "input": "It's so gloomy outside. I wish it was as cold as it looked", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-61a1863146b84c45a7e97ef8c182bc24", + "input": "Patti seems so sad. She stamped and ran behind the sofa. We will have to give her plenty of love and affection...more than usual. ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1f3a3187394746c799a6963ec31a90b5", + "input": "I added Paul Walker on Xbox but he just spends all of his time on the dashboard. #dark #humor #funny", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-db8baa5c058943c581561d68e72d14ee", + "input": "On bedrest since I got out of the hospital. U find in unopened beer.. what do I do. Pour that shit out! No alcohol at all for me #sober", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6b6f4839bc7a4c9395d87d03eaa496e6", + "input": "conflicting reports on mama #RitaMarley health,mannn and i woke up today feeling like mi ole self(rejoice!!)now dis #sadness", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e7edcd774cad48b09b0407de2d3bb5be", + "input": "@dublinwaltz bts' 화양연화 trilogy MV is my all time fav🙌 quite gloomy but beautiful as well✨", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-fe7d1abb4b494e49aa590336370bc68b", + "input": "@AniahROSE I know smh. My heart sunk into my stomach.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5d7a665b852d4dcb808145b3223a1533", + "input": "@Jake_Martin74 Oh and I play it capo 2nd fret in a G position RS", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-337d8b23a7c14089bce446c0f25ea30f", + "input": "@Piggiewhopays lmao! I can only imagine the frown across that face of yours. #Hilarity", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a4b69b737c614dc0bd94a19eb7fd3bf7", + "input": "But is it your fault you worked hard and stayed the course until eventually it all paid off, no! so let it be known and count up!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-facb9c3fbd3846658e95f0d08322a324", + "input": "I'm not the type to flee from adversity nor does it discourage me. I'll always stand strong in the paint", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-69beb047cfca4238949cbf6579bd9404", + "input": "So I tried to give her time to sober up, while waiting at the our friend's house. 2 hours later, gal wake up out her nap to vomit again.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-577fe37f708346c1be56c93d2ff0968a", + "input": "@PatBlanchfield so you mean “like Uber but for despair for someone other than the driver'", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1171ecde770c4f6e86367b3418424de7", + "input": "because a kitchen sink to you is not a kitchen sink to me, okay friend?", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-93f26ad3bd5a48f5be6db345abeceada", + "input": "@DxfyingGrxvity - frustration, looking up at Elphaba in a frown of aggravation. Her high pitched voice was growing more and more --", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-405f9e84051647a382ac8c137e69ed34", + "input": "@lebara - worst possible decision I could have made when arriving in the UK. Shocking service. Poor coverage. #unhappy", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-90ddd56b223f446aa6d1229c4c322e61", + "input": "@xxnogard_G88 Welcome to the dark honey !", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1ff20b9bf53a4683a92aa9383c5e4a41", + "input": "Rockin to Bob Dylan singin' Bob Dylan's 115th Dream on LPCO Klassic Rock #classicrock #klassicrock #rocknroll #blues #onlineradio", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-ff19c46485a04139b26123f0af7c02b1", + "input": "@markoheight @Cassie_OB we sound like vampires saying we wanna sink our teeth into the TT lads and their talents 😂😂😂😂😂😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-55d99e6d0ca74ac8bff441dbdbba5e58", + "input": "People too weak to follow their own dreams will always find a way to discourage yours.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-52bc214c128242b9ae7079fd921be285", + "input": "life is hard., its harder if ur stupid #life #love #sadderness #moreofsad #howdoestears #whatislife", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d68c3671b84c482c9773c908044d385d", + "input": "When you have 15 doe run the opposite side of you 🙁 ", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-83f640cc49db44f5b02baf03bbfeddfc", + "input": "Nice to see Balotelli back to his best, good player.. Just lost his way a bit!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6a7c08a38b1c4fbfa2b33dcc33a6c2eb", + "input": "I can't mourn Kid Cudi cause we have Travis Scott...", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-347bf9681157474e8a01ffc27c32fceb", + "input": "@fitzstockcharts Gundlach calling for rounding top, doom and gloom, 15% down move", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-58c2d32556964ff5adee24dddca2a069", + "input": "That house on #GrandDesigns isn't in a forest it's in a wibbly wobbly pine plantation", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b1130944b9cf424da3a06cb69e9f0130", + "input": "I believe the work I do is meaningful; my clients would agree but at the end of the day, I feel like a pawn, lost in this chaotic world.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-9e5fe5f44e4942a292f2679abc495196", + "input": "People are trying too hard to hate on Cam Newton without understanding his position #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-e9491788eaa749888b4d8254f239a02b", + "input": "What do you do?'\\n'You are not worthy enough to know.' #what #serious", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-53df18e71f21463898ef6024c36ef967", + "input": "I'm throwing myself straight into American Horror Story so I don't have time to grieve", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-16a75ffc9e394712af8fd1826f214077", + "input": "ya boy gets mad tired of pine trees", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-8486147a71d44d968f73e235062ef236", + "input": "Absolutely can not believe the generosity pouring out for us, but Id give everything I have for Nick to be healthy and happy. #lost", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5dac40e57b184bcfba570b9317d2d872", + "input": "@LVLMLeah Nooooooooooooooooooooo. We have stupid, dismal, lame winters where we maybe get some dangerous ice once.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-705d3d2f09ce482fbcc0e11692145ddd", + "input": "i got his bitch depress", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b65c253d86614abf871ee98c49c95fea", + "input": "Really planned on making videos this week. Then. A tv died, phone broke, truck died, #depression took over. I'm wondering what I did 2 karma", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5ce9f40021594f7a9d1bfc8999694bf1", + "input": "A tummy full of steak, wine, key lime pine and cuddles on tap. What a way to turn around a stressful Wednesday 💛", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b387207eff9943b58d9d1657c6a3acf3", + "input": "@punjabified porkistan lost terribly in 65 because of american intervation to talk we stopped", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-236c244dccfd400ebf0458a6d31893fe", + "input": ".@billradkeradio is not a fan of The Beat Happening. But that's not to discourage aspiring other Olympia musicians! #KUOWrecord", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-2c4ca947a53448b39fab8fcbfea4833d", + "input": "im having the worst week ever and i cant even go home yet to just sulk in my bed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b08c26f18c924551865e3de9f914c775", + "input": "Folk Band 'Thistle Down' will be replaced by 'The Paul Edwards Quartet' at Laurel Bank Park Sat 24 11am - 3pm due to ill health #jazz ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-01fc410938ea40ffa61dee4fd71e0c9e", + "input": "#Drunk people annoy me when I'm #sober lol. | #fact #TeamFollowBack #RockTheReTweet", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-3db60585037343fe90ad5d6391fe254a", + "input": "we never taste happiness in perfection, our most fortunate successes are mixed with sadness. #success #sadness #perfection #fortunate #mixed", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-931a2b4ef9b144cea644a779dd477bde", + "input": "Another grim & compelling news report by @Nawalf on the blockade of aid to the starving in #Yemen #BBC #dosomethingpoliticans", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-1631339b12934c0b997f8992fb13d8be", + "input": "@charles_gaba @NateSilver538 @DavMicRot @FiveThirtyEight A litany of name-calling. How dull.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-278a27ccfb5d48de8b17bb0f4c7ec3f4", + "input": "@trashcami this cured my depression", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-b1e7349755504742aff2021079ded39e", + "input": "@OHSOVICTORIOUS_ @FaZeAdapt We all seen it coming.. it's sad. But her Instagram comments on her pics are funny. Adapts fans blew it up 😂😂😂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-f3be773999c747d48a693513d918ce9e", + "input": "This is the first time I've been sober on my birthday in 6 years. #recovery #sobriety #sober #soberissexy #sobernative", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-55f8d46cfe2048f3a1a679dadc113017", + "input": "All clouded out.\\n\\n Considering using a camera, 1) star trails 2) eyepiece projection.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-065bf751a52a4979a99151c82c40dd16", + "input": "Hey @AppleSupport - how do I find my play history on new #ios10 #appleMusic #music #lost", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-1ee0b41a9b954b9db9cf620472a4ec94", + "input": "#HRmanagement must discourage the expediency factor from encroaching on the rolling out of a credible #workplaceviolenceprevention policy.", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-bd02ab204f254271ac3697471dccefbc", + "input": "Absolutely hate the Apple Watch iOS 10 update. Completely buggered some of my apps, including Spark. Awful interface, too. #grim", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c2616e15b03646549c8667af5f60ac4e", + "input": "@MarianKeyes maybe he had constipation issues..? Not that I KNOW dates relieve such an affliction! No way jose!", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a691b182cde84bf89090362775ff03ff", + "input": "At my funeral, when they close the casket, I want them to play, 'Call recording has completed.'' -@GlenEwing #lost #podcasting #talkshoe", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-5ef01277499e4de0b765659c1fc38f42", + "input": ". @UNFCCC @uncclearn The problem is the time it has taken to do this means its going to be out of date already. #sadly", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-61f7bd5e6d1e46c08028a2a69e59e6dc", + "input": "@TNFryed Jesus, you just made think that of all the Vols v fl games I've seen. I've never seen a win. #depression", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-04200cfbfa5843128933d0ce207f152b", + "input": "@jccrocker #CharlotteProtest do u #wait 4 the facts #video or do u #hate now ask questions later #protest #PoliceShootings #suggestions", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-d095744e52094af9a2a2f12d63487989", + "input": "Cmon blues we are 2 home games away from another CC semi - I love those Wembley away days. Being on anyone at home please! ⚽", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-de47d4b7823a4e358fd13a973fbd012c", + "input": "@hedgegirl I was only joking. I don't have any parents. 😈 #dark", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-c51ad504209d491bba19c36fc43184e1", + "input": "@sainsburys Could you ask your Chafford Hundred store to turn on their car park lights? A bit scary these dark nights! Thanks.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4dfdb6e697b0435eb84b08b630183c3d", + "input": "Never ever been this unhappy before in my life lmao", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-408e47475a8b4cd188448d11809f28fb", + "input": "At least I don't have a guy trying to discourage me anymore in what I want to do he will never become anything worth contributing to society", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-39fcb117310f42849c9645a70f57b012", + "input": "@GRIPLIKEAVICE_ I wouldn't mind if it didn't you know, threaten my job when I disagree. Puts a damper on things.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-4da23972f3a847b6ba4a5aa46802057a", + "input": "@flybe Doesn't explain the ability to land at Manchester but not Bradford - other than more convenient for Flybe. Many unhappy travelers", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-389b17dd52304e7b858a43f5a12ce1e5", + "input": "@FoxNews Very thought provoking & leads one to question what really happened.Very sad for all.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-34e8f213359c4038bf7e37679a4f1290", + "input": "My house isnt always a mess but when it is, its when i have friends coming #mess #serious #twitter #problem #like #friends #filthy #home", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-b17ad8e7de3d4b9eb450d9a958d45a98", + "input": "I miss when social media was a place to get laughs off and jump in DMs lol..... shit is depressing now 😞", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c153af372fce4177ae123b35177a3335", + "input": "My encouragement today is my dog while my head is in a fog. #epicfail #depression #feelingfedup #tired #ihaveheardeverything #wondering", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-c88f03ee82d3435aaf9aa6e6e144b67b", + "input": "No sober weekend 🙂🙂🙂", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-7cc72049a5b64b659febf19d5152784d", + "input": "November #canola lost $5.50 to $464.20 per tonne.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-ae04b29a0cf640998f4cb18918c49204", + "input": "@pureleine though lately with how bad my depression has been i feel like my body is like just, taking what little it can get", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-58e66a266506419a8f95ca31b04b8d28", + "input": "So unbelievably discouraged with music as of late. Incredibly behind on Completing my album. Not digging this at all.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-257c94e4f6474b36b46f7f82c760729d", + "input": "@kelly_welles they were brilliant weren't they? Made me feel v dull not having one. And why no tattoo emoji! This'll have to do... ⚓️ x", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a72de4152295474193b970472fab618c", + "input": "@charles_gaba No, I am probably the person most likely to completely understand how gobsmacked you were to learn how true that is. #sadly", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-f07a065f3f2640c1a6154d60d03d655f", + "input": "The labor of love is not cheap or inexpensive, it's the time spent earning it. #lackadaisical #dreamer", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6ed4a478b9ad447f8bdab3ba02a749e8", + "input": "How's the new #BatmanTelltaleSeries? Looks good but I'm growing weary of this #gaming style... #Batman", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-a81f4010d93c47d9b18559da5a3830c1", + "input": "the sad moment when u hand in an exam knowing u failed and grieve by eating and sleeping", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-93aef67295b94549921c0e0b14537c26", + "input": "@keyshamackie it's fucking dreadful for live footy matches", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-3ee250ee980340ed9a9c773d72dc8da2", + "input": "@narcissusheiyan maybe it'd have been different if I stayed for sixth form? But still, the oppressive architecture, uninteresting people", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-56e47961398f4da1a8a37565fc000350", + "input": "@rickygervais my first time in Slough so checked out the new station floor #LifeOnTheRoad", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-551b8926af5f4b799e530fa6d830010c", + "input": "@Janet_Reid Wonderful post! Novelists shouldn't be discouraged by rejection, but they usually are because their work is so personal.", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-cf1bdc4d3db44618acc2ffcaa01ce182", + "input": "It's sad when your man leaves work a little bit late and your worst fear is 'Oh no!! Did he get stopped by the police?!?! ' #sad #ourworld", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-27f34fb8fa0846dd83b6c04789477f87", + "input": "Dont dull #Dutty_Wednesday", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-e114335fe0e242bd84a91be20d258860", + "input": "@NikhilTikare i like cold gloomy weather", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6040ab82a2cb48f4b44e103ca7edf6ae", + "input": "My friends tell me I'm pretty. Trigger tells my I'm ugly. I first was confused but then realised I'm both. Pretty ugly. #tru #tumblr", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-6277650486634660857ffd770d0a7d62", + "input": "My name is John Locke and you can't tell me what I can and can't do #lost #アニメ", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-253f22304dfb4f4580c62309e639714f", + "input": "@CrystiCaro yeah agree - I think it was a family member and they covered up #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-11d76fa7739c45dd843e430e6ca49b33", + "input": "@wabermes The @RavalliRepublic had a good one but then the reporter quit. #sad", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-26b924d9cfbd477895aa83a3c7d4d9ff", + "input": "If Troyler will die, I'm gonna die with them\\n#troyler #sadness #fuckin'lifeisnotafairytale", + "output": [ + "Sad" + ] + }, + { + "id": "openseek-5-981a7db7cea1497297ac5e19d2884597", + "input": "Damn gud #premiere #LethalWeapon...#funny and #serious", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-cf91b1f571754699bceadab5f9b3940c", + "input": "#vinb I'm alot more interested in hearing bout differences between parties political ideologies. Parties murky origins r irrefutable #vinb", + "output": [ + "Not sad" + ] + }, + { + "id": "openseek-5-6a63101690f64867a3c3b405f17b5e93", + "input": "Idk why people be glorifying depression. I wouldn't wish real depression upon my worst enemy. Shits the worst stop acting like it's cool", + "output": [ + "Sad" + ] + } + ], + "test_samples": [ + { + "id": "openseek-5-f296990fa391466eb3196f899d2a7b4e", + "input": "Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut. \\n― Ernest Hemingway #quote" + }, + { + "id": "openseek-5-45c6c1bd075f4bec90fd6c6c1fbcb315", + "input": "@SizweM01 and it's kinda depressing hey!!! 😑" + }, + { + "id": "openseek-5-47cd70b456b144f9a44ad16ba1e8ae89", + "input": "@jenhasonen it is supposed to be #dark and #gritty though" + }, + { + "id": "openseek-5-8ccc15febf6f4176a657b9c77e8d20ff", + "input": "I wont rt things that might offend your faves bcs I'm better than that" + }, + { + "id": "openseek-5-7f75b56d124b436c9f15e457eb3ea096", + "input": "@HonestAndFrank but @BillCosby drugged and raped those women. At least you and Barb were sober and consenting!!" + }, + { + "id": "openseek-5-481be633881649488faa0019d7a0053f", + "input": "#StupidReasonsToUseTimeTravel to grab my Poptart that I forgot when I left to work this morning 😧 @Staciellyn @PopTartsUS" + }, + { + "id": "openseek-5-2152095e0ff048cca9d3d9f0000879a5", + "input": "Oh, I should just 'get over' my #depression and 'be happy?' Don't you think I've tried that thousands of times already? You're not helping." + }, + { + "id": "openseek-5-d7e86dfa9a1a4661b61efd5177554c27", + "input": "Back in Cardiff after an amazing 10 days away 😭 #depressing" + }, + { + "id": "openseek-5-ca6f68b63c8d47bf97b636af12cf6af6", + "input": "I feel exhausted ...\\nI tried to do a good job, but apparently God does not see me right. I'm weary! I EXIST! 😟💔📢\\n#exist #weary #misonorotta" + }, + { + "id": "openseek-5-7b5fafb3359d4d32b00bd05e636f32bd", + "input": "Add Donte Moncrief to my dismal situation #blessed." + }, + { + "id": "openseek-5-1f6d40e480a346628c11f648b15756e2", + "input": "@ChelseyyH Hope your first shift back isn't too grim chicken x" + }, + { + "id": "openseek-5-b3402e8100204ef7b47ecb9351c2e2b5", + "input": "Maybe I can sleep with my chem book on my head and it will all sink in my brain" + }, + { + "id": "openseek-5-62a5d27a7daa4f0cbbc30dfc21b9c6d6", + "input": "Our soldiers in war zones are held to a higher level of rules of engagement than our police officers. #sad" + }, + { + "id": "openseek-5-7c5f0e18df964b05b875333123937a1f", + "input": "Pussies - In the dark, they're all the same" + }, + { + "id": "openseek-5-baa7471a92824d6da24eb73a09c2941f", + "input": "Excited to watch #stateoforigin tonight! Come on NSW #origin #blues #nsw #qld #nrl" + }, + { + "id": "openseek-5-c299cd26654c4ba1a57e70b391af2dcb", + "input": "This happened the last time I was painting " + }, + { + "id": "openseek-5-2654e5ad9e6a4b338ea4d93dac8cd0c4", + "input": "ok yes I get it as much as the next guy -- bikes blues & bbq is frustrating & loud!!! but these ppl are traveling from all over to come --" + }, + { + "id": "openseek-5-7343b93cb1c140d3882ea20f1622bc02", + "input": "@LondonMidland #dobetter only two carriages on 14:49 Birmingham to Hereford no room to stand anymore Friday commute #unhappy" + }, + { + "id": "openseek-5-abf6f0d3431743d98eeeebf7c6db3a68", + "input": "@SWP_Roads How dull." + }, + { + "id": "openseek-5-bfa30f581b864353bdc87c6eb4d11e06", + "input": "@RealTimBooth I've never been fond of having dark eyes until seeing this share." + }, + { + "id": "openseek-5-61ec64285ab34742983f7e1abb612cbd", + "input": "Premier League Teams should fear next seasons Arsenal's XI. #coyg #afc" + }, + { + "id": "openseek-5-59759a49d76a45128e5ffcca9e7d0677", + "input": "@BluesfestByron second artist announcement looking good #bluesfest2017 #blues #Music #byronbay" + }, + { + "id": "openseek-5-e84cf8940d674ea1a647cc6866fe2b8f", + "input": "@Good2bqueen67 @foxandfriends @realDonaldTrump 😂😂😂 says the #coward that hides its ID #loser #traitor" + }, + { + "id": "openseek-5-2c972d20eaeb42319e28af1bc1966844", + "input": "But guess what ? I'm sober" + }, + { + "id": "openseek-5-1cdbd1dc398b4247a283ffd8cf8049fc", + "input": "My head is been hurting so much and I lost my appetite" + }, + { + "id": "openseek-5-16e93f1b790e4aeab1b9617f97c0ce16", + "input": "@justicemalala The Guptas is the middle man from hell. ..men with cigars sitting and plotting in the dark of night" + }, + { + "id": "openseek-5-207f7cc028c04e4c86bfb937ebe309f5", + "input": "Happy that we played tgt as a team once. Thought there would be another chance out there but sadly no. Rest In Peace my dear friend. :(" + }, + { + "id": "openseek-5-9b750f24d6b548358171947eb8f63b32", + "input": "@DrSRSheikh: And who asked you to gate crash with your dumb idiosyncrasies when sober people are analyzing a situation!\\n@BanoBee @AK_Forty7" + }, + { + "id": "openseek-5-8dbb3cd7f9724b98b253129f6a6e560a", + "input": "@MessYourself why? Do you have depression?" + }, + { + "id": "openseek-5-93b66a73113a477da5624942996f5063", + "input": "Migraine hangover all day. Stood up to do dishes and now I'm exhausted again. GAD, depression & chronic pain #anxiety #depression #pain" + }, + { + "id": "openseek-5-ee682dc9b9e2496f8ef236f4725693b0", + "input": "I mourn. ha..r / ambe was ruined. what was once an ongoing shitpost about Tony's crimes was hijacked by not so vaguely racist memers" + }, + { + "id": "openseek-5-83f477c9c0964ad79e999d8a9e63b590", + "input": "i'm freezing in the sun, i'm burning in the run" + }, + { + "id": "openseek-5-910f5f86a0704e859a7d6c3503cc7ed1", + "input": "Smartest way through any complex, hard & lengthy negotiation is to #consult, not #insult - #BoJo please take note. Never too late to learn!" + }, + { + "id": "openseek-5-e3e84cea4592476a9258455ce9610345", + "input": "im so gloomy today" + }, + { + "id": "openseek-5-f94fda1eaac345bc92ca5391b6d9eb8c", + "input": "Folk Band 'Thistle Down' will be replaced by 'The Paul Edwards Quartet' at Laurel Bank Park Sat 24 11am - 3pm due to ill health #jazz #blues" + }, + { + "id": "openseek-5-54061760c47f469f95a6fadb2735f28b", + "input": "@ynnsanity Maybe that's why, we're asked to study hard and get a job that we like. That way it wouldn't be that dreadful." + }, + { + "id": "openseek-5-9bc51e3fe3744d0e9451c00e22b0de50", + "input": "the ending of how I met your mother is dreadful" + }, + { + "id": "openseek-5-5af730347c41444ca85bc04e20665e71", + "input": "I hella should've stayed natural in college" + }, + { + "id": "openseek-5-0c5fd228116b43fea2518092984d1983", + "input": "Am I the only person who dislikes fall? #FirstDayofFall #leaves #thingsdie #depressing #cold #noflipflops 👎🏾👎🏽👎🏻🍂🍁" + }, + { + "id": "openseek-5-4e457e61762a43d7ba325c9466d5c5f9", + "input": "Accidentally looked directly into the solar eclipse. Didn't die. Didn't get superpowers either. #disappointing #SolarEclispe2017" + }, + { + "id": "openseek-5-65f16263b0b34d02ba994b4694570f6d", + "input": "It's interesting the photo of Mono Lisa is crying as well as the whole scene is very depressing #ELE6200" + }, + { + "id": "openseek-5-7b6742b1498e411f834bb4d4e3105b9d", + "input": "@UltimateBoxer My heart because you left me for so long again\\n\\n*slight pout but it turned to a smile*\\n\\nheheh just kidding, no I'm fine-" + }, + { + "id": "openseek-5-1ff504bac0b248cd8f0a5771a33b8416", + "input": "@OzelleM man imagine # Ultra is promoting carnival. I think u need to be the chairperson #serious. Cause am hearing nothing" + }, + { + "id": "openseek-5-be1379db688742f79f5aff0b222780f3", + "input": "Library vendors sometimes really irritate me, esp. when a new owner has little commitment to what was once a great product + poor manners." + }, + { + "id": "openseek-5-d1220d3e2c74458c8fda767a58736da0", + "input": "And there is despair underneath each and every action \\nEach and every attempt to pierce the armour of numbness ' -Mgla" + }, + { + "id": "openseek-5-57388a3e196344b28d72e56b2c56e86d", + "input": "@nigeriaLNG @TonyAttah #lestweforget 3 yrs on, 2013 Graduate Trainee recruitment not concluded. #disappointed #weary however #wewait" + }, + { + "id": "openseek-5-8ba448d2bdc84c8bb48a98fb83b0a68e", + "input": "my mom's work has discounted riot fest tickets for $147/3 days i'm #saddened" + }, + { + "id": "openseek-5-5ded96d33aaf4d57b7e68d68fcb13dde", + "input": "Thank God for grace " + }, + { + "id": "openseek-5-cd07e0b22a7c457baf94c234c2025653", + "input": "Hello fellow #gamers, I'm here to tell you why being a #Nazi is ." + }, + { + "id": "openseek-5-a80bc09a5a2e4ba6b13489345fbfa23c", + "input": "@againstallaudss @groovydadad @Thelostchild5 @MHChat indeed & is sadness unavoidable? #MHChat" + }, + { + "id": "openseek-5-589d6aff17b74b44a450589149c7a9e3", + "input": "Might go on @RadioX tomorrow to hopefully win a new car. My current one stinks of gone off milk. #grim" + }, + { + "id": "openseek-5-80e24ebff9b14656a9f874a4ad34f4dd", + "input": "@khairallahtarek Ohhh i want starbucks 🙁" + }, + { + "id": "openseek-5-51c26c816e9442cc8380f43f6c0c2d12", + "input": "Playing at July 11, 2017 at 09:30PM: Special '20 " + }, + { + "id": "openseek-5-3fb46c53642d48ca97acfb243363f12c", + "input": "Israel's recent overtures towards West Africa seems to be attracting some elements of suspicion...an unnecessary suspicion though." + }, + { + "id": "openseek-5-f14135f65f434171bbb588578011b01b", + "input": "@othrcarl @IX_SW @purenift I'm sadly not, I'm just being smutty" + }, + { + "id": "openseek-5-0e35a47e16e149998d20dfbef23f7703", + "input": "Shitty is the worst feeling ever #depressed #anxiety" + }, + { + "id": "openseek-5-74da8a5fd66b4a13850ec9c4b8151859", + "input": "This the most depressing shit ever" + }, + { + "id": "openseek-5-b5043ae9d802465dbc7b9ccc7b3a7ecb", + "input": "Positive thoughts on these gloom cloudy days" + }, + { + "id": "openseek-5-8f7ab78c47a44661a0c761f6e90caae8", + "input": "everything in the dream stayed there" + }, + { + "id": "openseek-5-504a916b0989498dbbbb0b660ef55387", + "input": "1Pet 4:7 But the end of all things is at hand: be ye therefore #sober, and #watch unto prayer" + }, + { + "id": "openseek-5-e088e90a84fa467792e74b53799e99c9", + "input": "Says to my maw the other day, wanna day sober October way me, she says 'ave mer chance of doing movember son' #classicmoira #glasgow #sober" + }, + { + "id": "openseek-5-c4014296611a4287b2de3a6f5f0b1fe8", + "input": "Smokeys dad is sad :/" + }, + { + "id": "openseek-5-d39af37a8450474a834f10dc0eab6b3c", + "input": "I miss my friends so badly 😢" + }, + { + "id": "openseek-5-6a87f52b340744cfb3a1c7457066f2f1", + "input": "When you lose somebody close to your heart you lose yourself as well 💔 #lost" + }, + { + "id": "openseek-5-3c1540342c214d719cb0f80debdbd9ba", + "input": "I don't get that my parents literally don't see how unhappy I been lately" + }, + { + "id": "openseek-5-e60906a4098841f882366ad871d12961", + "input": "Why the FUCK have i just saw a Game of Thrones spoiler on snapchat? SOME OF US HAVENT SAW IT YET 🖕🏻🖕🏻🖕🏻🖕🏻🖕🏻 #arsehole" + }, + { + "id": "openseek-5-7bb95edc7888483aa987eb9e52d6435a", + "input": "and for inconsolable Oxford academics - 'Brussels should just ignore the #Brexit vote and tell the UK it can't leave the EU....ever....wah'" + }, + { + "id": "openseek-5-abd9dce6e38d4be382d85f90cd2f4eb3", + "input": "Don King...his actions really sadden me today...the word 'may not' have the same power to all as it once did, I still cringe when i hear it" + }, + { + "id": "openseek-5-eeec3581965140c1832559f303d7b247", + "input": "@eben4u #stayed on you...makes you appreciate love worshiping....All i want to do is worship you!!" + }, + { + "id": "openseek-5-3f0916bf47fa436e96f3772f53dd872f", + "input": "@glenberube @DonnaGrantis @idanielsenbass @HannahJWelton watching this again makes me weep tears of joy and tears of sadness that he's gone" + }, + { + "id": "openseek-5-3d1cd79b059f41ada895dfc9fd755f04", + "input": "Groom gloom." + }, + { + "id": "openseek-5-63bbd3564eef4112bc751b1e498f4b8f", + "input": "@ReserveHinata tend to them he's going to get infections. \\n\\nHe's frowning and looking down as he does this. \\nIt must hurt damn.]" + }, + { + "id": "openseek-5-cfe5dd23ff344130b182a0012cca6e4b", + "input": "Brown envelopes can induce panic. #posttruth" + }, + { + "id": "openseek-5-1a0a6a7bd80b4624b663a19613038485", + "input": "i lost my wallet lol.... again...." + }, + { + "id": "openseek-5-ebf0d3883f0147f6898473a15b9f46c3", + "input": "Listening to @wdwradio at work is my slice of sunshine in this dreary cube world #9to5life" + }, + { + "id": "openseek-5-0d148496b02b489fb9c4145eb088596e", + "input": "The news is disheartening. Everything that is going on is a result of a lack of understanding and misinformation by the media. #sadness" + }, + { + "id": "openseek-5-3284fedb67494d508a687ae11db12781", + "input": "@lukeWHC09 Hahaaa! Was fuming with that 😞😂" + }, + { + "id": "openseek-5-6a531dca8ddd4e27bd42bb0dc130fd7b", + "input": "@IrregularChoice ..about 6/7 of the rose gold balls have come off 😭 #devastated" + }, + { + "id": "openseek-5-fed6ca3703ea48739d389ace9461e982", + "input": "@GutoAberconwy Your majority is 635 members of the public- believe me you have offended rather more than 635 voters!" + }, + { + "id": "openseek-5-7deb39de99a7453ca713b58e83c86b33", + "input": "KBklrOyzSXyq6QAifkXv_A But when from highmost pitch, with weary car, Like feeble age, he reeleth from the day," + }, + { + "id": "openseek-5-4103bb996db64ff2bd8947b2ecd92d67", + "input": "@Jacqueline_69 haha! She did well today. I can't get beyond her pout annoying me I'm afraid." + }, + { + "id": "openseek-5-1dee1cb3e2a44e68abe0ed732017a154", + "input": "no matter how many sad ghost man tears he's crying now! you are not entitled to forgiveness just because you're really sad now!!" + }, + { + "id": "openseek-5-f5d680db19db4bb7b1479b8e214f709e", + "input": "Overwhelming sadness. This too shall pass. #lost #lonley #startingover" + }, + { + "id": "openseek-5-577ba5eee1dd4deda0bb30852bc65667", + "input": "were sat in my sat room cloved watchin Manchester Unide @ManUtd v Norffampton do you fink but @WayneRooney is still goal fret at iced level" + }, + { + "id": "openseek-5-77911db088d34855a171eb393b0cfe76", + "input": "@katethecursed @shannonrdk LOL this day is too gloomy for being people, should've canceled and stayed in bed" + }, + { + "id": "openseek-5-c63b7059846c4d7e8a78dbc10dfaf706", + "input": "@RobertWesley3 I'm #mad that my brother is #sad ! Feel better bub!" + }, + { + "id": "openseek-5-826fbec23bc849278e673d96b36b98f5", + "input": "@tonyposnanski @realDonaldTrump Tony is so upset that Hillary lost he can't get a grip on reality. Snowflake." + }, + { + "id": "openseek-5-6607067d62cf45f1980abe8009772b8e", + "input": "The weather changed from sunny and bright to gloomy just in time to match my afternoon mood. 😒" + }, + { + "id": "openseek-5-5ef4f50c924140a0901eee97a5f5ff77", + "input": "@SkyNews err I wasnt gloomy. 17.2 mio people were not gloomy only #remain were #Brexit" + }, + { + "id": "openseek-5-3d62b92db15f469cb83aafb262e937e6", + "input": "Lost without my Mom 😢 plus tired, sick and full of cold is just another day in paradise..... #upset #unwell #missyoumommybear 💖💖" + }, + { + "id": "openseek-5-180aa926e5604f7281c9abbfcd4e7038", + "input": "IT WASN'T ENOUGH 😢" + }, + { + "id": "openseek-5-9724243fca9a4937980e5c79a33a6f61", + "input": "@AlaskaAir as a long time Gold & near Million mile member just had a terrible customer service experience #disappointing" + }, + { + "id": "openseek-5-2bae291a438a4d3f8ea303267bcf82cd", + "input": "This nigga doesn't even look for his real family 🙄😂 " + }, + { + "id": "openseek-5-5f3c929dc9d146bda7addf441bf3d649", + "input": "Get the feeling @Eurosport_UK and @itvcycling might be reviewing showing all stages in full. Poor @robhatchtv @nedboulting 😴😴😴 😉 #dull" + }, + { + "id": "openseek-5-2f782b4c2010401093ec46c5711f0885", + "input": "Finding your passion seems to lift depression. People who are depressed might say they have no passion. But, it can be found. #depression" + }, + { + "id": "openseek-5-44e9e57a79064e2fbe6618ad7c332c0b", + "input": "Russia story will infuriate Trump today. Media otherwise would be giving him tongue bath for fall of ISIS in Mosul + al-Baghdadi death." + }, + { + "id": "openseek-5-23139c06ce1a4740a55bc5df8958d820", + "input": "@strong_bread dude we same fukc i lost my spectacles this morning......." + }, + { + "id": "openseek-5-27c742ae3a48450a8be596fb02002866", + "input": "🍂🎵☀\\n#fall sounds great !\\ndream #blues #rock by @RaphaelSlagg.\\nGet the top album 'One Love' by hero @BlindFret. :D" + }, + { + "id": "openseek-5-325968e47636461c9226fe5c9c0c8daa", + "input": "@Hurricane_Surge Id argue that sakura space is the best of the franchise and its not on your list. #dissapointed" + }, + { + "id": "openseek-5-8c1638870b88451b818aec80a30d7e52", + "input": "better care about yourself than about others because others wont care about you #lonely #sad #depressed" + }, + { + "id": "openseek-5-5f20f163de554aba945c4ad655d565d4", + "input": "Always borrow money from a pessimist; he doesn't expect to be paid back." + }, + { + "id": "openseek-5-9d957b3bcedb432188b1aea82e3e59ea", + "input": "Well i did hear once before that girls are attracted to men that look like their dad! 👌 " + }, + { + "id": "openseek-5-c36e769a89434c37b9cdd6884439948c", + "input": "My life went from happy to unhappy.." + }, + { + "id": "openseek-5-077f714aa7d24add86b53317676d9fca", + "input": "My #dark heart is filled with glee whenever I hear #thunder." + }, + { + "id": "openseek-5-713aa9e9a12745b79093219afa600d4d", + "input": "@everton_de_leon @sterushton Genuinely grim stuff. Over a century of history sold off by some porn baron twats for a minty new stadium. Urgh" + }, + { + "id": "openseek-5-0028c19fd02e4c70af971b9daaad7386", + "input": "@SiWheeler78 never a dull moment, hope you had a gd trip down" + }, + { + "id": "openseek-5-971b3690b27140e5a53ddfa50fad04e8", + "input": "Never switched up, stayed down this the same person since day one." + }, + { + "id": "openseek-5-9f3e897255db41638f6d6c02c7fa436d", + "input": "@TheRandomAnt @meg_m203 yeah, they figured that ornaments are way more wanted than spektar and desolate gear. Well they thought right." + }, + { + "id": "openseek-5-ca27320a3919405aaca214cb00816278", + "input": "It feels like there are no houses out there for us. With the most basic requirements I have, there are literally no options. #discouraged" + }, + { + "id": "openseek-5-ae5b1b6644274481b49719d744c82b3a", + "input": "462 appearances in PL and 200 goals!! 2.31 games per goal. That's very nearly a goal in every 2 games #crap 😂😂 🙄🙄🤔🤔 #Rooney" + }, + { + "id": "openseek-5-40487c850f274a9d98a5526deedb0b46", + "input": "I don't know why everyone is pretending to be sad about angelina and brad, everyone knows his dumb ass should've stayed with jennifer." + }, + { + "id": "openseek-5-c0c84cdd5399437ba47df0a759947a78", + "input": "@LdhranOusby @RobHarris inclined to think that 'documentary' did him more harm than good. If not I despair of people's critical faculties." + }, + { + "id": "openseek-5-c0c0283404294fe8b15c877a758c1130", + "input": "UPDATE: One person dead & another in serious condition after home invasion in Flint. Incident happened in college cultural center area." + }, + { + "id": "openseek-5-9fb850e53d17405495451e3386629a26", + "input": "Being @ #work #sober 🤦🏽‍♂️ I can not do it" + }, + { + "id": "openseek-5-864eee0f7f88411e9cf993e6a2662e1b", + "input": "I hope a goal comes soon on either side. Otherwise there is a serious threat of a dull and frustrating game. #COYS" + }, + { + "id": "openseek-5-5239ed4f0d9748f5aa178a66e776f23e", + "input": "My oldest cat pisses me off. She's always been weary of Kennen (senile kinda), but recently shes been sweet. Until she attacked and bit him." + }, + { + "id": "openseek-5-09088e0e4a0640b09e6cf712dd571e4e", + "input": "my bls depress the blake" + }, + { + "id": "openseek-5-27e089b9368a4885a15acf3c03150630", + "input": "@Independent He will be jeered even more by next year. Doesn't seem to get it that every last European including Brits think he is dreadful" + }, + { + "id": "openseek-5-98c4524a6ed6444e82765cd76d19117e", + "input": "#sober life" + }, + { + "id": "openseek-5-79abe169dd734daf9df038808cca7073", + "input": "Not being able to jump on #mechwarrioronline is killing me . #awful #internet" + }, + { + "id": "openseek-5-9a8a9b3b256747d9aa679bbb15828b42", + "input": "You know where not to get socks? At @hm #horrible I have to put rubber band in my ankles just to get thru a min w/out them falling off 🙄😑" + }, + { + "id": "openseek-5-5c2756c36665416bb0ed2eb9f0444df7", + "input": "Bojack Horseman: the saddest show ever written?? #depression #season1" + }, + { + "id": "openseek-5-6635bd83b3b44f68a878b333c0c81ac4", + "input": "Soooo badly want to dye my hair dark but have never been dark before soooo torn 😭😭😭" + }, + { + "id": "openseek-5-99072fb225544560a2a24cc8c4d53560", + "input": "It's not length, it's A #gnawing #sense of #dread." + }, + { + "id": "openseek-5-f0f1ce1f9f1949998a8ec73f18eb0c95", + "input": "@Daily_Express He suffers with depression again right wingers treat people with depression as lazy or filthy #ToryBritain" + }, + { + "id": "openseek-5-a5da7a536a4443f6ac249af5388ff292", + "input": "@shilengG Heeeeeey shilaaang 🙁" + }, + { + "id": "openseek-5-36cf3d8c00e34488b7f5f0ae70400d2a", + "input": "@realDonaldTrump Anything to keep you from destroying this country you're #makingamericastupid #sad" + }, + { + "id": "openseek-5-20a55fb80f1b431681c6638c38821202", + "input": "I have no clue where my charger is... #lost" + }, + { + "id": "openseek-5-4c5bc63d347b43ba9328fcc80cabc599", + "input": "Cool and dreary in the orchard this morning. If you're a die hard picker and still want to come out please dress accordingly." + }, + { + "id": "openseek-5-cfd8633b62744ee8b96d4105d891a6ed", + "input": "doese reading help depression or is it another form of escapism" + }, + { + "id": "openseek-5-a8eceb45a1a64c0a874c1ccb40da31fb", + "input": "Here in South Bend, IN, Quad Cities River Bandits leading the SB Cubs 3-0. Organist v fond of 'Master of the House' from 'Les Miz.' #sadly" + }, + { + "id": "openseek-5-5dd66afdf5884ef8938703e6dc5c47e0", + "input": "@mtailor “20% Better Than a Tailor”? Least a tailor would know #navy vs. #blue. $500 and 4 weeks for an #innacurate suit? " + }, + { + "id": "openseek-5-50a654818e3444258fcc0e73190b2955", + "input": "Man Southampton will wipe the floor with west ham on Sunday. So disheartened" + }, + { + "id": "openseek-5-aba349a99336439ba83907c27118c9d6", + "input": "Im having a real life conundrum cuz i cant find a good spot for my mini hoop and its really starting to depress me" + }, + { + "id": "openseek-5-7a12c7a91aa44ef2a84b3932b0c88fa1", + "input": "Im so serious about putting words in my mouth bitch don't add ' the ' to my sentence if I didn't say that shit on bloods" + }, + { + "id": "openseek-5-2afa542ac3f9416294b0c07733881187", + "input": "@Samkingftw ew omg that is so grim" + }, + { + "id": "openseek-5-66a20af647e64d5a956ca3ef4fe2f9d3", + "input": "Honestly don't know why I'm so unhappy most of the time. I just want it all to stop :( #unhappy #depression #itnevergoes" + }, + { + "id": "openseek-5-0af1623e1cf2488a9ca36f9555620a1f", + "input": "ditched 😧" + }, + { + "id": "openseek-5-7a2d47f2351440d68a3d354f35752923", + "input": "-c- and disarmed of her equipment on suspicion of being a potential accomplice to Annie Leonhart." + }, + { + "id": "openseek-5-ff88a9b72b98469fb13fb93e87a892f0", + "input": "ain't no sunshine when she's away ♫ " + }, + { + "id": "openseek-5-6d7280072cd64c8784c3b31e08210930", + "input": "The sound of rain is pretty peaceful when you're in a very annoyed mood 😅" + }, + { + "id": "openseek-5-234769d0333d4c1bb86d39466c361e92", + "input": "@almurray hit the sink with a hammer... sorry, the universal modifier!" + }, + { + "id": "openseek-5-d0598753f2674e70a0a5e5dac63e8d1f", + "input": "@chelseafc let them know it's the " + }, + { + "id": "openseek-5-5a9a6cc355be42b5a877dcc7a8a3b113", + "input": "We have left #Maine. #sadness" + }, + { + "id": "openseek-5-f94c2ebc3ce34f98a3af6a1dbe9b6c46", + "input": "@stevenwardill @AnnastaciaMP Have you ever been to one of these things where someone wasn't unhappy?" + }, + { + "id": "openseek-5-f70fb362d6754c53833579f963e5d67a", + "input": "so lost i'm faded" + }, + { + "id": "openseek-5-7102a2e21dfe4549903d9ccec9fee50c", + "input": "@TalesofanAlfa @David_Milloy \\nI like your thinking...but sadly no - that's the shed 😢" + }, + { + "id": "openseek-5-9451a3b223804cdf89a2959557193515", + "input": "@Bietron 🤓 dont be sad.. btw good night davina..go sleep larh.." + }, + { + "id": "openseek-5-ced9640f515f43f39a0cec3aabeb03bd", + "input": "Working with alergies is the most miserable shit in the world #miserable #alergies" + }, + { + "id": "openseek-5-5fe668b3f6df4c2b862888f32dedf965", + "input": "Candice's pout is gonna take someone eye out mate! #GBBO" + }, + { + "id": "openseek-5-918a58ccb22b4c0bbc088041300b47b1", + "input": "@TGowdySC No wonder why we're in this mess. #NoLoyalty #youcaved " + }, + { + "id": "openseek-5-3e9544e1b95344d999ac6c42dedbf42a", + "input": "Note to self: Don’t get discouraged by what you’re going through. Your time is coming. Where you are is not where you’re going to stay." + }, + { + "id": "openseek-5-ef26d8d5b3ce4d07a6598c2540068b05", + "input": "The fact I haven't had to wear a bra for a week and knowing I'll have to start wearing one again after tomorrow is depressing 🙄🙄" + }, + { + "id": "openseek-5-77a1dd827d6445d694c4ee83c3522acf", + "input": "I click on download on my PC. Message says 'Thank you for downloading #iTunes \\nSo, where's the download?! #frustrated " + }, + { + "id": "openseek-5-0000b05552394ae3903991ab12ce8078", + "input": "@BonesARP 'That is a disappointment.'\\n\\nHe fakes a pout, then starts to chuckle." + }, + { + "id": "openseek-5-e44c6815e22f4ec286995f26aa383639", + "input": "Migraine hangover all day. Stood up to do dishes and now I'm exhausted again. GAD, depression & chronic pain #anxiety #pain" + }, + { + "id": "openseek-5-5682069fa6f448fc8f9aba1e73103c94", + "input": "Having holiday blues! #WantToGoBackToMinehead." + }, + { + "id": "openseek-5-45a039642cc7432bad60e3a6a329829a", + "input": "2 more months marks my #2year #alcohol # free #sober #life" + }, + { + "id": "openseek-5-a83256fd08d64757bd7cb9b020723a71", + "input": "its so unfortunate that after all these years im still struggling with depression smh" + }, + { + "id": "openseek-5-6183da6af597438bafc73476ed1aff76", + "input": "Season 3 and Charlie is still a prick! #lost" + }, + { + "id": "openseek-5-847789ab87084fccb198a3ce012d6123", + "input": "Free yourself from the poisonous and laborious burden of holding a grudge. @SteveMaraboli #quote" + }, + { + "id": "openseek-5-41cbf71cde3646519151faf68f657d5c", + "input": "@ChipotleTweets Gabe the worst part is I can't get hot status this month because there's no chipotle near enough to my campus #sadness" + }, + { + "id": "openseek-5-bf9f47127f92433b86657c8e89f72a4a", + "input": "What is the point of @DPD_UK giving 1hrdelievry slots when they are over 30mins late so far and no notice or update. #unhappy" + }, + { + "id": "openseek-5-dcf2432531714fd19515bcaef6f8780b", + "input": "@JohnWildy71 something, too confused to type an entire word 😜 See, I can laugh again. My hour of sadness has almost passed" + }, + { + "id": "openseek-5-305281c7dc484740a3f4033d2cbceaaa", + "input": "I saw someone discourage someone from following their dreams. Just because you want to live in mediocrity doesn't mean someone else should." + }, + { + "id": "openseek-5-84ab10cbbb18459ab4fe5f9bb233ff3f", + "input": "I graduated yesterday and already had 8 family members asking what job I've got now 😂 #nightmare" + }, + { + "id": "openseek-5-69748c3494c34f52aa6442bae9d3fcfe", + "input": "I've seen some get so discouraged in their old age becos they aren't physically able 2 do the things for God they used 2 do in their youth." + }, + { + "id": "openseek-5-16311f34eaa648f49ea774bb490c1545", + "input": "I am often disturbed by what some people find appropriate or acceptable. It's not funny nor cute that adults find this stuff humorous. #sad" + }, + { + "id": "openseek-5-c94bc2c45aaa42c888918c0957801f61", + "input": "All I'm learning about at college atm is Sylvia Plath, Stalin's purges and natural disasters, gloomy af" + }, + { + "id": "openseek-5-581e48987c5a472d8bc7daf18ae134c3", + "input": "*gen math class*\\n\\nms: what is the value of x in this eq'n?\\n\\nme: x is 10....tial dread and suffering is a prison without escape, only death." + }, + { + "id": "openseek-5-f340bcb010ec473a92c1ffd95e628ad3", + "input": "I've seen the innocence leave your eyes. I still mourn this death." + }, + { + "id": "openseek-5-7192081f67c14f73b90b774c090c6c6a", + "input": "A pessimist is someone who, when opportunity knocks, complains about the noise #mikeshumor" + }, + { + "id": "openseek-5-3f8ead2bcb0841039fc3e22c0dc92bbb", + "input": "Jeong su is easy to get along with everybody likes him and not intimidated by him.. I like him.. he reminds me of seunghoon" + }, + { + "id": "openseek-5-fcd693e5c52743aaa16c41f75f6d8850", + "input": "A3: But chronic sadness may mean there are underlying issues than getting sad occassionally over a particular issue (2/2) #mhchat" + }, + { + "id": "openseek-5-6d1d34686c524bfa9a81525f5319d7b9", + "input": "Candice's standing pout face aggravates me every week" + }, + { + "id": "openseek-5-f911b907aa594843b3523502e24e0027", + "input": "@RonBaker6694 I got a super speeder and lost my license for 6 months! 😩🔫" + }, + { + "id": "openseek-5-a3c644482f0d45148d5def6314367141", + "input": "@narendramodi There should need to take serious action over terrorism sir" + }, + { + "id": "openseek-5-e2027b9f82394be7838244da3109b1e7", + "input": "Sometimes The Worst Place You Can Be Is In Your Own Head.'\\n\\n #quotes #worstenemy #thinktoomuch" + }, + { + "id": "openseek-5-14900f23248a4e1ba5d0bb3457a025f7", + "input": "Lost my appetite for the past 5 days and I swear I already lost 3 pounds #depressing #at #least #i #will #be #skinny #for #pride #weekend" + }, + { + "id": "openseek-5-c4c8f7b679bf44c9a8aa52e3e4c7442e", + "input": "Feel so grim + ugly atm" + }, + { + "id": "openseek-5-e6b01a2c87c64fec88ff9461e496ddba", + "input": "how can u expect me to love something that makes me so unhappy? 😌" + }, + { + "id": "openseek-5-605044893ae148b1bc4aefad116d925a", + "input": "@denisebatters I blame @stephenharper for these terrible terrible rules. " + }, + { + "id": "openseek-5-fee9db27dccb43a5bc784d352a029460", + "input": "Brad Pitt being investigated for child abuse?! this all just got really #dark" + }, + { + "id": "openseek-5-63891d4f8fa44a9fa7ab3de21de68260", + "input": "(whisper) I cannot frown." + }, + { + "id": "openseek-5-717433ce23f147098a0d43f78c1f21d2", + "input": "@Conorojo Loool understand the pessimism but it will 😂" + }, + { + "id": "openseek-5-43bcaf28c14c4a61a94af60cc8e277e1", + "input": "That you have banished your own sadness, the way I am? #somber" + }, + { + "id": "openseek-5-388c3ae19a784507980049651be1fea3", + "input": "@iTriborg — make him feel vigorous. 'Fine. You can kill me now.' Said Hestia with a display of only despair rather than her joyful —" + }, + { + "id": "openseek-5-762c59ea51de4eeebb1a029981bd4c18", + "input": "First weekend of fall; let's see if I can stay disciplined to this seasons goals. #fitness #running #sober #Mindset #firstfriday #family" + }, + { + "id": "openseek-5-6188cdea4e3449a78d1233f457890325", + "input": "@ManUtd Rooney needs to come off! Absolutely dreadful! 🙈🙈🙈 class goal from @carras16 @carras16 showing why he should be in the team!!" + }, + { + "id": "openseek-5-77735f9599ed47499bae904d3d1f67ee", + "input": "The Sunderland time line is quite funny with all the doom & gloom in facing us and the long trip to us midweek. #whatgoesaroundcomesaround" + }, + { + "id": "openseek-5-d5e04bfabf724cdaa1181054c5c05563", + "input": "@PottzGaming hmu need players for lans next year. DM me. Need serious players. Im under org" + }, + { + "id": "openseek-5-fd1ce559a3ce4fc98f555837e4ebd24f", + "input": "Okay @BTS_twt it was fun and all you can change your layout back to something goofy and domestic as usual pls I'm intimidated rn" + }, + { + "id": "openseek-5-d3d95f562f1c446bbe02670a2f18ef05", + "input": "@Simon_Barrett I will watch @BlairWitchMovie when it opens in Mexico in a week. Thank you for making it and don't be discouraged." + }, + { + "id": "openseek-5-3c7102de22e94b81b8776ca5ece82fd1", + "input": "Got a real bad feeling sharing a house with 8 people is going to be a nightmare" + }, + { + "id": "openseek-5-8265e35645944f15a7ff2d1a6c20f0ee", + "input": "Inadequacy slithers from her ears and wraps itself around her neck like the boys she wants to love her. #mpy #vss #quote #depression #poetry" + }, + { + "id": "openseek-5-582675a629a44a8ea007f8ca208a489c", + "input": "“#Woe unto #you that are #full! for ye shall #hunger. #Woe unto you that #laugh now! for ye shall #mourn and #weep.”\\nLuke 6:25" + }, + { + "id": "openseek-5-444104f6f4e54f0197378667956f5e50", + "input": "We are hard-pressed on everyside, yet't crushed; we are perplexed but't in despair; persecuted, but't forsaken; struck down, but't destroyed" + }, + { + "id": "openseek-5-6578b31ec335459ebfe57f715f1aed3c", + "input": "Honestly don't give af who wins out of us and pine, I'm just worried about getting drunk Saturday night😂" + }, + { + "id": "openseek-5-e83938b52a1e44d1be0372cc0a7d9440", + "input": "Too many gloomy days" + }, + { + "id": "openseek-5-2a4731c2d7034a0d8bbd6c3af907e4e7", + "input": "@smolchika ya and kind of depressing if you think about it\\n!" + }, + { + "id": "openseek-5-398f3a2a3a144da38ed124383dfd4e3f", + "input": "*on a lighter note*\\nGG, Nkaissery & Total Man? The rate at which Jubilee is losing these votes!! 😟" + }, + { + "id": "openseek-5-4cff04759e4745ecab0e7beabaffad5e", + "input": "Be joyful in hope, patient in affliction, faithful in prayer. Romans 12:12" + }, + { + "id": "openseek-5-7086f5f72b8445079738101557d17baf", + "input": "Each and every time I log on to that website to view the Lindsey Vonn pics I am #saddened by the courseness of our culture." + }, + { + "id": "openseek-5-cc27218408cc47bab9338be276a79e2a", + "input": "@realDonaldTrump negative campaign of doom and gloom don't win elections" + }, + { + "id": "openseek-5-8905eefd22df482aa3f4061a24797a11", + "input": "@nwg83 I keep expecting it to happen. 😟 " + }, + { + "id": "openseek-5-2fcbeb9dad8c483e82044322796f33b6", + "input": "Been a while since I been sober. This life can be so hard" + }, + { + "id": "openseek-5-671e4f47876c4ff1b834210a6c6d0289", + "input": "I'm so sick of that 'I'm done w. My ex na we're never getting back together' crap so You can get back together in like a month 😂" + }, + { + "id": "openseek-5-b37cb47299e8434b910300eda62ed1bc", + "input": "Free live music in DC tonight! #blues with #MoonshineSociety at @thehamiltondc in the Loft starting at 10:30pm @FreeinDCBlog @WTOPFreebies" + }, + { + "id": "openseek-5-e2cb18ff7e934ad381722720c02a8474", + "input": "@blackvoices Keep it up @gucci1017 #sober clear minded I see you over in Europe on tour killing the game right now!" + }, + { + "id": "openseek-5-366105bf7b544946a99fa81b84000270", + "input": "blood rage" + }, + { + "id": "openseek-5-6389d81d10b142b2b5fcb7de72cc9e32", + "input": "@ticcikasie1 With a frown, she let's out a distraught 'Gardevoir' saying that she wishes she had a trainer" + }, + { + "id": "openseek-5-57d3fd824ef04ca1aa4bdadfc2e3b60f", + "input": "Nothings #Working-you're feeling your life's on The Edge_Could go either way #lost all reason for #Living-JesusChristHealsSavesASK #fatloss" + }, + { + "id": "openseek-5-cd2c3769e4d14c8d8cf60cd9edf84663", + "input": "AJ ends up being a terrible character, but no one in his family ever actually speaks to him. He witnesses so much and just gets sent away." + }, + { + "id": "openseek-5-607378dead9c46099092d69f6e406c77", + "input": "Pro-lifers are condemning #MenForChoice - but I haven't seen any of you criticize the dismal American foster care/adoption system." + }, + { + "id": "openseek-5-f265bc6d11144e80880a9800d0cf35d1", + "input": "@chrislhayes It's hard for most folks to realize how deep the hatred is until you dive into the murky end of the pool. This guy is nuts." + }, + { + "id": "openseek-5-6cd38cfd0ad541f28cace4c71471c4cc", + "input": "Today all India Bank strike? WTH. Was this announced? What's this strike for? " + }, + { + "id": "openseek-5-30de168124714379b18038bfd55d0ec2", + "input": "Am a very old person I can't handle some stuff....lol I just left her there.... Get back to me when you're sober" + }, + { + "id": "openseek-5-60db901ba13448a8824d852d7b2d97d9", + "input": "@ExaltedChampion - the jest, Kara didn't chuckle, instead her baby blues were narrowed in on Adam like a warning. If his brain /wasn't/ -" + }, + { + "id": "openseek-5-ee214c41a7a64929b45693748208a2de", + "input": "But what will complaining, pessimism, regret, and anger get you?" + }, + { + "id": "openseek-5-dc99c1fadd8f461b85789e28a01f00f0", + "input": "So Perez has lost his number 9 shirt. Arsenal's treatment of him is disgusting. Ashamed of the club." + }, + { + "id": "openseek-5-36e923210d1e44f48d60c57d47cec4ac", + "input": "@jodikantor @nytimes only if YOU will pay for them and YOU will be responsible for them and their doings. #sober #real #blind" + }, + { + "id": "openseek-5-9754c33c389247dc874a16c3d63bdce3", + "input": "@ITdominiccoyle @IrishTimesBiz Between Barroso going to Goldman and this the @EU_Commission is getting a very serious self inflicted problem" + }, + { + "id": "openseek-5-4ebbe9696127405b8f369b35f9c765c3", + "input": "It's easy to #fall #asleep in class, but hard to in bed. #True #whileyouweresleeping #insomnia #TeamFollowBack #RockTheReTweet" + }, + { + "id": "openseek-5-246fba4acf4640dcb8fcbf70e6f0f168", + "input": "@SwaggyTstahl @icedawg_37 Why is this even a thing? #lost" + }, + { + "id": "openseek-5-06c7419d6f214859b7387fafd70b4222", + "input": "@thatsabingo grim really" + }, + { + "id": "openseek-5-444f05a13e17418c85097797a01f9c50", + "input": "#dull start" + }, + { + "id": "openseek-5-9bcd42ae26064fbcbca1b24577288fd8", + "input": "depress 😭" + }, + { + "id": "openseek-5-1fd9541e32df4f99978cd2de4f84db02", + "input": "SRV's 'Voodoo Child' is approximately 76 times better than Jimi's. #guitar #music #blues" + }, + { + "id": "openseek-5-b9b6b1951fbb4174ae075dcbbd336b77", + "input": "I know I've painted quite a grim picture of your chances. But if you simply stand here, we will both surely die." + }, + { + "id": "openseek-5-c0c577190b4b4e6a95d91093dad3fffe", + "input": "Texans and Astros both shut out tonight. Houston, we're back to normal. #texans #Astros #sadness #losers" + }, + { + "id": "openseek-5-799d17f9e1b54c72a7f28a6b39c4f2c1", + "input": "Man, don't believe the hype, this #DJKhaled comp is garbage. #sad #terrible #trumpofhiphop" + }, + { + "id": "openseek-5-e1df3c10475d49e48811e9ed73fb0ae8", + "input": "Literally had a guy (a some-would-say-successful guy) tell me 'this ship will sail' kay guy, first, you're working with a sub, last, it sunk" + }, + { + "id": "openseek-5-519f1fa4b2f1426ab1b165bfb6b79900", + "input": "@CTV_PowerPlay @lraitt Horrid disease! My maternal grandmother and each of her sisters suffered from this affliction. It's hard on all." + }, + { + "id": "openseek-5-95f1bb0586754758a0f48240693c5b01", + "input": "@LazyBoiSam blues... blues? 🤔" + }, + { + "id": "openseek-5-b3eb294977084cf8bc63d053c2166869", + "input": "I'm the wholesome drunk that sends people memes and compliments them at 2am on snap" + }, + { + "id": "openseek-5-7f7deb4417e3446f811a73b475361f17", + "input": "#broke #sadness who is ready to #donate 5$ for me via paypal ?\\nSend it to info2drag@gmail.com\\n#humans #help #helpmeout #helpme #donate" + }, + { + "id": "openseek-5-f074081dd6d048a284d466c11b8cea1b", + "input": "@kathryn_dennis keep your head clear an focused. Do not let T intimidate you or use your children to silence you! Hate when a man does that!" + }, + { + "id": "openseek-5-c6afc7811bbe4584b60b7fb019f57646", + "input": "I want to pour all my tears on someone right now. So tired of this #upset " + }, + { + "id": "openseek-5-ac024b1697fd4cc38b32f7e111f890a0", + "input": "psa: if you read while you're laying out you sort of forget about the boiling sun and the sweat poring down your face 🙌" + }, + { + "id": "openseek-5-c6f2f29d15114d8a94062c9bc64d3e77", + "input": "@MendipHillsAONB do we think the swallows and swifts have gone? Photo'd 3 nights ago, not seen since. #sad #Autumn" + }, + { + "id": "openseek-5-79b46fb00e994de99fa9bc6672febd7c", + "input": "I feel so intimidated talking to chicken now that I know how pretty she is" + }, + { + "id": "openseek-5-8fced7b60f694618b92fd43877a83628", + "input": "The blackest abyss of despair, Alonzo" + }, + { + "id": "openseek-5-49e3978301be4709892815e6bac1fcac", + "input": "Fellaini has been playing ahead of this guy...just let that sink in" + }, + { + "id": "openseek-5-e64351ac390744d6ba588b16add826e7", + "input": "@theAliceRoberts @FryRsquared @AdamRutherford They've obviously never tried 'repressing' a red head #fiery" + }, + { + "id": "openseek-5-5d1415632ff94aee8bf568d6a8faeaa3", + "input": "@realDonaldTrump Maybe we can save them all from the desolate hell that I have no idea about" + }, + { + "id": "openseek-5-da1fe392537547a6b700351a625b6791", + "input": "Caballero's passing remains absolutely dreadful I see!" + }, + { + "id": "openseek-5-ed17f014397a4781afc1b82d0a8e1332", + "input": "@SquidWasTaken Pfft- Yeye, i'm a sucker for bright yellow, red, pink, and blues when it comes to coloring or backgrounds haaa" + }, + { + "id": "openseek-5-1d0b8cf5f8ef475da6a340bd8b02406c", + "input": "Do you ever fall asleep before you set your alarm, but then the Lord wakes you up on time anyways 🙌🏻 #WontHeDoIt" + }, + { + "id": "openseek-5-6a9d8156591648759467777a8329630b", + "input": "Just can't sleep but thinking about you always hmmm. #pensive" + }, + { + "id": "openseek-5-bddc1315ad5c4abdabf71f374649ce3e", + "input": "@WriterlyTweets Supine on the piano—lips parted. #sixwordstory #amwriting #blues #singer" + }, + { + "id": "openseek-5-b7534d198dec4c5db5ea8c2f4cdaadc1", + "input": "@talkRobyn oh dear I have to watch this the woman with the pout did well" + }, + { + "id": "openseek-5-4c9cf54d1df7414db3e9f930df1d26c0", + "input": "#Stop #crying over #yesterday and #start #smiling for #tomorrow." + }, + { + "id": "openseek-5-7260a4175ad9443283536f5818b2a837", + "input": "Heart heavy for lost furry family members. Remembering Max and Ozzie. Forever friends as 🐶😇" + }, + { + "id": "openseek-5-c77940ecdd3c4b26a156abd3db980d03", + "input": "5. KDRAMASSSSS ofcourse, PLL, bigbang theory, greys anatomy, grim, game of thrones" + }, + { + "id": "openseek-5-5af73764abd9435aa0b70c47e45a92ff", + "input": "@OpentheDoorRadi thanks for playing Crock Pot Going #radio #blog #blues #music #indiemusic" + }, + { + "id": "openseek-5-07c652ae85cc40a09d01b8c8fccc49f1", + "input": "Good Morning #start 2Wheel #free course *Pune *8888006565" + }, + { + "id": "openseek-5-f938cb25c9cc47ffb1f1692eafe16b57", + "input": "Go follow 'juspopmolly' on snapchat that hoe sitting on the sink right now @Cocaineandtacos" + }, + { + "id": "openseek-5-e6b10e6509cd497cae3415f5cf4c6a5a", + "input": "@ashleighjessica @zacflint1 I'd give that pout the firm D" + }, + { + "id": "openseek-5-e0282d585e834684963332ab369b2bdd", + "input": "Snapchat is no longer personal. It's all business and promo.\\n\\nI accept it, but I still miss the old days ☹" + }, + { + "id": "openseek-5-d3f50b3f2efe44518819cf5a57915c71", + "input": "Mon the Blues! #origin #queenslandvsnsw #blues #hayneplane 🔵🔵🔵🔵🔵🔵🔵" + }, + { + "id": "openseek-5-5947b49696584910b665c2475516a890", + "input": "@LeahRemini These stories are so #heartbreaking #ScientologyTheAftermath Please continue to bring #truth to the surface. Ur helping humanity" + }, + { + "id": "openseek-5-399908e9df694864ba10ea3ecc5635cc", + "input": "@iamjannn And life is a nightmare" + }, + { + "id": "openseek-5-8213d8073e3644a1934e712ea905d3b8", + "input": "It's now raining and I can hear thunder growl somewhere. Good day to read some more." + }, + { + "id": "openseek-5-f2332649dba54741ae69e363b729c10e", + "input": "I just got asked to hoco over instagram dm bc someone lost a bet. Love the maturity of the people in my grade!!!!" + }, + { + "id": "openseek-5-0d3cb3f7048a4c89978ae45323bd4150", + "input": "Regret for the things we did can be tempered by time; it is regret for the things we did not do that is inconsolable. Sydney J. Harris" + }, + { + "id": "openseek-5-fdb431acf8964588b3e1e4acb09c9501", + "input": "@HartRamsey #UPLIFT If you're still discouraged it means UR Listening to the wrong voices & looking to the wrong source. Look to the LORD!" + }, + { + "id": "openseek-5-b47093dc14264454bd743335ca13dc74", + "input": "Remember, for everything you have #lost, you have gained something else. Without the #dark, you would never see the #stars." + }, + { + "id": "openseek-5-218b418bb00b465c9c4c51f5fd839840", + "input": "Somehow 90% of the sausage in this pasta I made sunk to the bottom so I'm eating sausage with a tiny bit of leftover pasta" + }, + { + "id": "openseek-5-2383357c6cee4dfba09c12242886d851", + "input": "i think i'll be sad from today until 357632477 years later....im not getting over this sadness" + }, + { + "id": "openseek-5-7dffdae9604f4e9fb023c3332f655acb", + "input": "Hey @NHSEngland imagine being blue lighted to hospital unable to breathe only to be dumped in a cubicle and not seen for 4 hours #horrendous" + }, + { + "id": "openseek-5-bc122f82805849efa51d6e651e7809b0", + "input": "@nytimes media celebrated Don King endorsing #Obama in 08 and 12 now criticize him for endorsing #Trump who wants new Civil Rights era- sad" + }, + { + "id": "openseek-5-bbd7600c9ac044f09b0f1c27cc70e9f2", + "input": "When you should be working, but you're shopping amazon prime deals instead... 😦" + }, + { + "id": "openseek-5-d85d178bf0bf430fb7c173e3d98cae63", + "input": "Dreams dashed and divided like million stars in the night sky." + }, + { + "id": "openseek-5-b6b1373359b9459791c76879b4dc9013", + "input": "@haileywiggins_ @flenner_alisha good. Takes more muscles to frown than smile" + }, + { + "id": "openseek-5-c17aa3f0eee3404bb901560f8ec090a4", + "input": "The horrible puns for the day have been made. I shall return to my cage in a dark corner by myself while crying & laughing hysterical now." + }, + { + "id": "openseek-5-752dceee273746ed8fcc80af849f4269", + "input": "How brave are the young individuals that have opened up to us about their #depression and #anxiety to help raise awareness!! @beyondblue" + }, + { + "id": "openseek-5-276dc479194f4de5b25c0bf0c3f9b55a", + "input": "@Hails_Berry8 @sajedhariri23 varsity pine riding" + }, + { + "id": "openseek-5-f99619db7b564951b8f1225981d22b3b", + "input": "@Mysteri759 @Ren102e906 @slb42jcb @swoozyqyah Well, I'm too old, and too stubborn about facts & history to be discouraged." + }, + { + "id": "openseek-5-bb8d7c994e8a44769e1a454a7a5b4d55", + "input": "@hotelplanner I stayed at a hotel who packed picnic lunches to take on the road!! #BetterTogether @Redlizzy1 @NewfieChic @Ladybug_Vic" + }, + { + "id": "openseek-5-745d6d8e9d2e4f5bab7f5fbbf71c2596", + "input": "Totally regret signing up with @sprintcare @sprint " + }, + { + "id": "openseek-5-2063c764b51b4c0185faf340c857d51d", + "input": "Dying is a very dull, dreary affair. And my advice to you is to have nothing whatever to do with it. ― W. Somerset Maughm" + }, + { + "id": "openseek-5-e8d8f6f1cc174e0197b67a1c93d7f37f", + "input": "@knology has providing customers w/equipment that doesn't deliver speeds of internet services that they have been charging. #scam" + }, + { + "id": "openseek-5-908498951d0e4028a5083eb13a5f2b53", + "input": "@patthemanager how could I work with @chancetherapper . ? #serious" + }, + { + "id": "openseek-5-61ff6545516c4886b2447a39c8dfd082", + "input": "Gonna be a loooooong year as a Browns fan. Longer than normal and that's #sad" + }, + { + "id": "openseek-5-a8a5f275b14243f7b47bbfa049303672", + "input": "Summer officially ends today. #sadness" + }, + { + "id": "openseek-5-83d2088ba4bc4168a4ac64253c21f008", + "input": "Chopper <<Dammit! Just sink already!>>" + }, + { + "id": "openseek-5-49a0deb16c89490f85e9eea05813e894", + "input": "idk why i been so bad at talking to ppl lately 😩 like something is literally holding me back but i can’t pinpoint what it is 😞" + }, + { + "id": "openseek-5-d1a9eafc37044445a57e797f1162fc03", + "input": "4. I should start numbering these geezㅡ anyways im filipino but not fluent in the language huhu me ☹" + }, + { + "id": "openseek-5-4beab55ffb5f4d07a5c80c98ef827dfd", + "input": "Im really constipated. This is depressing" + }, + { + "id": "openseek-5-f6d604005d5e4d2e951096772349b498", + "input": "@Gaychel22 @Kellee_II @seattlepi even hard facts don't seem to be sinking in... I despair 😩" + }, + { + "id": "openseek-5-5336ed4ea0a24285a782fe90ccc98bdd", + "input": "Lmao nah give that bitch a show 😂 she on her high horse and still miserable 😂😂😂" + }, + { + "id": "openseek-5-36de853bd565452faf6dabc3f7e784dd", + "input": "Contactless affliction kart are the needs must regarding the psychological moment!: xbeUJGB" + }, + { + "id": "openseek-5-7451de88242e4c289ea51c9034c9f94e", + "input": "On the wheel as we grow older and become aware of ourselves as individuals with a dull responsibility in life?" + }, + { + "id": "openseek-5-ed4471afef514054a27a14c6a5532abd", + "input": "See me smiling fuck u can't make u crying" + }, + { + "id": "openseek-5-e668a112ff2c454085a8802ab5ec7c33", + "input": "BLUES with BOB HADDRELL & Guests\\nFri 23rd Sep 8:30pm - 11:00pm #blues #free #TunbridgeWells" + }, + { + "id": "openseek-5-649bc4d3d7284805935ac0dc02711fe3", + "input": "@MarGraham I am practically obsessed with it, the very thought of their departure makes me feel both melancholic and grateful. Safe journey" + }, + { + "id": "openseek-5-6aa5ef04af2b48e9a0f9bcf74b08c3a7", + "input": "@HutchinsonDave I don't know whether to despair or agitate for a cull." + }, + { + "id": "openseek-5-f78d33d440eb4776aaff17a018daa4ff", + "input": "My main concern are the children and his wife thats if she is still stuck with him and if she is, then she's strong af. Jeez 😟" + }, + { + "id": "openseek-5-56be89ea1b5e4d8581656d4d417451e9", + "input": "@TheCatCampbell I too am Ravenclaw. #sadness #shouldhavebeenhufflepuff" + }, + { + "id": "openseek-5-8d1272f074c847a5adc40b78b9656c0b", + "input": "@RyhenMessedUp goodbye despair" + }, + { + "id": "openseek-5-5e8dfdd0de7a40e2aed1a2ff4e03b93d", + "input": "Sigh. I got a B- .. #depressing" + }, + { + "id": "openseek-5-44f1f0b5dc4c447a83b0e03498a94ff5", + "input": "@kerophibian depressing" + }, + { + "id": "openseek-5-085ee454cf194fed8a120e3e4313f318", + "input": "It's #AmazonPrimeDay! And I'm #broke. So in reality it just another day for me #depressing" + }, + { + "id": "openseek-5-e06125ee675444189795ca8732eafab9", + "input": "Rooney ! Oh dear, oh dear ! Fucking dreadful 🙈⚽️⚽️" + }, + { + "id": "openseek-5-7e78308bbd2f48b2a3dea555a7c628bb", + "input": "@BecOfTheKop Something for me to ignore then. Sounds dreadful." + }, + { + "id": "openseek-5-12ee7ed8807445a18e6b55dfdd7ea356", + "input": "what will we do when #GoTS7 is over? im starting acknowledging #endoftheworld #GameOfThrones #dontleaveusjustyet" + }, + { + "id": "openseek-5-785908c947874733ad58cf4e3aba854e", + "input": "I can feel my skull shatter from the dull chatter\\nBrain spattered on the wall\\nGrey stains won't dissolve\\nNow I have to paint it all" + }, + { + "id": "openseek-5-b16059fd2fd74827a7c340d43b8ef25f", + "input": "Two blankets, a hoody, and still no Eternal Sunshine to mope to." + }, + { + "id": "openseek-5-b5deacd2aedf4897b812665c09937847", + "input": "@macmacm43 jeezus God " + }, + { + "id": "openseek-5-d40d40df2a8c49e78cebe00ffe931285", + "input": "You forever straight so fix that frown u good😇 @amayyaaag__" + }, + { + "id": "openseek-5-7bf7cab5d8714d5a9011eb54a98e3edb", + "input": "again i realize some of you may worry about me being gone so long! fear not, for i have made a new life for myself in the sewers," + }, + { + "id": "openseek-5-74698b8477e64d59a2c96bb1b2c78065", + "input": "Was sort of hoping #EclipseDay would mean my world would change and cardio would make me go blind #EclipseSolar2017 #dissapointed #exercise" + }, + { + "id": "openseek-5-22f81ddb868749cdb5b6593e86cb69e3", + "input": "I’m so glad I’m not like some of the sad people online who gossip and bully others for their entertainment because they have no life." + }, + { + "id": "openseek-5-679f81e301884680b6513b4563533de3", + "input": "@RGUpdate Have you tried English hospital food ?? #yak #gross " + }, + { + "id": "openseek-5-f1cacc978e8d41deb91b51ba98c265e4", + "input": "I feel like a burden every day that I waste but I don't know how to get out of this bc I get so discouraged all I wanna do is lay around 🙃" + }, + { + "id": "openseek-5-0e1e231fdf4e488486f43bc6ace78c7c", + "input": "@Ellpeck I fear that you could die by your self, that scares me. My own death not which could be any time in my age." + }, + { + "id": "openseek-5-c29f0a4df9ad4264bb619684c1a601a2", + "input": "So depressing that it's darker so much earlier now" + }, + { + "id": "openseek-5-d800112cf4ee4df3ae002310d95a9acf", + "input": "@immigrant4trump @bettered @TEN_GOP Are u serious ?!?! Wow 😳" + }, + { + "id": "openseek-5-9ae85ada027f4141b785b63d1b90ecdc", + "input": "We lost: St. Louis, 2011 Week 10, 13-12 @Browns #satisfied #GoBrowns. :(" + }, + { + "id": "openseek-5-77f7fcce1ae14d7388db90f2775720be", + "input": "I hate when it's gloomy outside because it always gets me in a depressing mood" + }, + { + "id": "openseek-5-e8ef82cfb59e4f50b1778ff91f477d6b", + "input": "Actually I always idealize the end of my relationships .. Such a pessimist" + }, + { + "id": "openseek-5-d1ae833d80e7404ba75ce324d40da4de", + "input": "welp we're gonna die in anatomy lab I guess 🤷‍♀️ #rip " + }, + { + "id": "openseek-5-ba4ef114b67b4c1db7dbab851b697e55", + "input": "When you watch @WSOP #MainEvent and play a small tourn. in your local 🇦🇹 cardroom. #limpedpot #familypot #horrible #polkish" + }, + { + "id": "openseek-5-181e1b756b1a462eb5f88e5e96ac745a", + "input": "Man, filling out your dad's life insurance paperwork will really put a damper on your Tuesday morning. Really makes it feel final..." + }, + { + "id": "openseek-5-dc25432565ad4b96bd991e86beaeb0d6", + "input": "I've been awake for 451 days 23 hours and I'm sleepy and tired #weary #raspberrypi #nodered #bot #iot #sunshinecoast" + }, + { + "id": "openseek-5-a49eb48d28c64d7691b84823f417f58a", + "input": "@CovinoandRich just heard back2back, guess that's why they call it the blues & she's got the look, but I can only sing tickle sacks version" + }, + { + "id": "openseek-5-d0e3f606a17948c1965eab313031b317", + "input": "Strapless wedding dresses look awful on most people. \\nJulianne Hough looked great 👌🏼" + }, + { + "id": "openseek-5-892d29f8703b44ad834b6f496049a452", + "input": "The poverty thing is something rarely mentioned about mental health problems. Especially by professionals or the media. #horrible" + }, + { + "id": "openseek-5-eb0e753c38ae4d1a9ca853bfb13cf548", + "input": "this country is going to go to crap no matter who wins this november, isnt it? The more i learn of both the more despondent i am of future" + }, + { + "id": "openseek-5-74271bcae890434d8dd2cea84cb98f67", + "input": "@EllyySchlordt it's awful!" + }, + { + "id": "openseek-5-c97a4806a9174a4cbebd40e7dec0680d", + "input": "i want my better days to be here already bc i cant handle any more anger, heartache, n disappointment\\ni srsly cant withstand being human lol" + }, + { + "id": "openseek-5-712feff5356d475ca095766a6e900111", + "input": "@ArcadianLuthier -- taking out his feelings on Kei unfairly. His lips form a frown as he tries to walk away." + }, + { + "id": "openseek-5-96723ceb2e1a4a5690e95bae7d759b9f", + "input": "@chuckwoolery I Feel sick reading this, when does it end? #dread #civil war? #sad" + }, + { + "id": "openseek-5-2967702df43249d2a3ae58fbfe3f3a24", + "input": "Found out the peraon i liked wanted to that someone else #sadness" + }, + { + "id": "openseek-5-98cbbe359c3a4d46a6e9bbedd6d9a310", + "input": "Funny how the universe answers your prayers: i said i needed time to grieve, bam! universe gave me flu." + }, + { + "id": "openseek-5-4bf65b84bb7746e3a82e9503b98eff61", + "input": "@nickjonas is coming for DePaul's welcome week and I'll be in Cali 🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄🙄 #pissed" + }, + { + "id": "openseek-5-13490b7c909e4871818584c0aa625cbf", + "input": "Write drunk. Edit Sober. \\nForget to save. Wake hungover.\\n#amwriting #sober" + }, + { + "id": "openseek-5-c0e0e0855bd04fe09e6777131d6263c1", + "input": "Don't fucking tag me in pictures as 'family first' when you cut me out 5 years ago. You're no one to me. " + }, + { + "id": "openseek-5-e404ffa458804387ad6f20e1dfac4e22", + "input": "I have sleep cooties.\\nI close my eyes and dream that I'm awake #weary #sleepissues #narcolepsy" + }, + { + "id": "openseek-5-7d805ffcdc3d4a729f0ec12146cf15a8", + "input": "@realDonaldTrump There's a time and a place for the exclamation point, and it is not when offering condolences. #gravitas #solemnity" + }, + { + "id": "openseek-5-5b4090779cfe4a719709a05692b24947", + "input": "@Chan_lfc10 @paul_rule @Nuttall1878 @DeadlineDayLive @Everton We'd be fuming if the hijacked our £8m move for a relegated full back 😡" + }, + { + "id": "openseek-5-64788e72e5314644ad018e0c5cd2eebc", + "input": "hello phy6 i'm stressing over u ayuku na??¿ ☹" + }, + { + "id": "openseek-5-cf4a9cbcd61d411aa39b47e68f9c123d", + "input": "@salonium_34 wait, I saw this tweet and thought he was joking... He was serious?? 😂😂😂" + }, + { + "id": "openseek-5-630023a3c739456d8a4920427f1e073c", + "input": "@Adrian_Specs Far from safe and staid I found it horribly OTT at times while everyone seemed to be trying just a little too hard. Not for me" + }, + { + "id": "openseek-5-44cb212c605444448278c5b6ce71efdc", + "input": "Snores on TL. Boredom sunk in." + }, + { + "id": "openseek-5-d71538500a8847f084ceb758b90a45ca", + "input": "@DiceMore I guess she got tired of her war on Tony that's been raging for about a year." + }, + { + "id": "openseek-5-3fac42a9d2564c0ba9fdab776f8f4329", + "input": "I'm honestly upset that they rewarded Nicole 500k. #depressing #paulwasrobbed #rewardhardwork #bitterjury #bb18" + }, + { + "id": "openseek-5-cd122f12946e4dc3af87cab3257561b5", + "input": "@carelcj_ homyghad 😢" + }, + { + "id": "openseek-5-f012d4f44ee049aba2d68649e95e66ba", + "input": "there’s shaytan in this room wallahi its been dark all the time now the lamp is on!! omg shaytan" + }, + { + "id": "openseek-5-5f439c1b1a8742be87216e02312cd621", + "input": "At this point I can't tell if I just follow more people in politics on twitter now or if I need new friends. #wheresthefunny #depressing" + }, + { + "id": "openseek-5-adbb34b074dd4cf6a7905971c389b77a", + "input": "@JamesWickham Congratulations! My top home-owning tip: try not to look at your mortgage balance too often. The slowness will depress you." + }, + { + "id": "openseek-5-050b66c3313846e2957a2cbd8fd28408", + "input": "Note to self: stop going for 'just 1 drink' in the week, it's never just 1. #hurting" + }, + { + "id": "openseek-5-e8d78cce164044f0afe69bdb8fd7b3b2", + "input": "#2 complained then while his head and then called do not despair of God's mercy if you did sins go back to him and ask his forgiveness" + }, + { + "id": "openseek-5-57ae4c9667c149e79063efe2ae7fc1a9", + "input": "Jay Z came out of retirement just to drop the album of the year on y'all...let that sink in. Have a great day y'all 🙌🏿" + }, + { + "id": "openseek-5-32ef4a7ab28c430ebf0ba715612be98f", + "input": "Watching #insecure ... this bitch cheating on her loyal ass Boyfriend! And she makes breakfast to stay happy 🙄" + }, + { + "id": "openseek-5-545ed009f9e64a3f9432065e5df38bcf", + "input": "if not then #teamchristine bc all tana has done is provoke her by tweeting shady shit and trying to be a hard bitch begging for a fight" + }, + { + "id": "openseek-5-333af2cca60f4130ad90bc8e8dae2f52", + "input": "When I was new, I hate the Judge Judy sponsorship style- but looking back it was the only thing that worked. #recovery #sober #cantconacon" + }, + { + "id": "openseek-5-170e57a4fa8240059e2ff4eae41ffd50", + "input": "@KseniaSolo hi little late to lost girl but think you awesome from South Afrikaans:-)" + }, + { + "id": "openseek-5-2ad29e4ebcd44e9f8094d773d27c1e41", + "input": "@KingJames @chrisbosh\\n To good hearts I lost my job I'm Responsible 2 families My Information in profile even dollar if can’t just Re-tweet" + }, + { + "id": "openseek-5-4d7a9dba80374481803bb4f68a016c0e", + "input": "@BookOfKaells @quennell3_ no blues?!" + }, + { + "id": "openseek-5-5dacba65c10f47eca2e3ab89c303f1a2", + "input": "Dylon felt dejected. He has a dejected aunt!" + }, + { + "id": "openseek-5-ba8f8ad37c7b453a819ccdafbecd48e1", + "input": "#PeopleLikeMeBecause they see the happy exterior, not the hopelessness I sometimes feel inside. #anxiety #anxietyprobz" + }, + { + "id": "openseek-5-6cc7a0d7bed04f4c86df2ec1eeb128d2", + "input": "@GrimsToyShow @hunna_chunna you got hacked on your gaming channel grim by evil wood clowns yesterday September 20 and September 21 today" + }, + { + "id": "openseek-5-645516f1e9414645b436c768923ea6c2", + "input": "Binge watching #lost 👀👀" + }, + { + "id": "openseek-5-95c07f3224354111bf291b24baa97106", + "input": "@devrajasmine If you change the dark images both look different, but both look like they are in a forest." + }, + { + "id": "openseek-5-de91c5353f0e4460959eb6c78521460e", + "input": "@ananavarro @tcarrels most of Trump supporters have not clue about the meaning of the words they used just like him #sad #nevertrump" + }, + { + "id": "openseek-5-7bd59347d979466cbe9a58875b6009af", + "input": "How can you blame the manager watching these players play? It's abysmal. Our team are dreadful. If Jose can't save us. No-one can. #mufc" + }, + { + "id": "openseek-5-0bb2df580f504574bbceceb57fbffbda", + "input": "@msfang they say you attract what you see, maybe I shouldn't be a pessimist but I don't wanna take any chances lol can't wait to relocate" + }, + { + "id": "openseek-5-0bcc3b08f5904b0c8c7e23c870b12d6a", + "input": "@MCHorseFayse @bockaguyjim @generalgoodsman @nevernotdavid so you were owned by losers on Twitter #sad" + }, + { + "id": "openseek-5-9057539c164044419e53d291a93056d0", + "input": "it's sad when you talk to someone about ya past n how it fucked you up and then they do the same thing like people really don't have hearts" + }, + { + "id": "openseek-5-e386767fe35241baacf118fd4bc169cf", + "input": "At the #kitchen #sink ❤️🙌❤️" + }, + { + "id": "openseek-5-8085876421914c1aa9848810584830d2", + "input": "So happy to be home from Ibiza the place is some thing else mad gaff that , need find a bird now I wanna start doing romantic things now 😂😂" + }, + { + "id": "openseek-5-074efb317d944db48a3867b25ca388ca", + "input": "Imagine how many ksones are crying right now for not getting tickets 😭 Meanwhile, isones dont even get a chance to go on war for tickets 😭" + }, + { + "id": "openseek-5-a1c07645e86449a1a920980a275504f3", + "input": "as a very depressed and suicidal person seeing someone sing about their own depressing life yet having fun is very relatable and encouraging" + }, + { + "id": "openseek-5-71cf652490c24ac78ada479e0df7c47d", + "input": "My prayers are with the family, friends & members of @VCFD as you mourn the loss of Engineer Ryan Osler. #LODD #RIP" + }, + { + "id": "openseek-5-1671926b032c479ab555783a5f4af068", + "input": "@hamzakhawaja99 just die depression." + }, + { + "id": "openseek-5-c0982552d78e4a91ac25cddc405c9ab1", + "input": "Finally watched #hungergamesmockingjay2 this morning, sadly I feel a little disappointed #toomuchhype" + }, + { + "id": "openseek-5-3520a4904be54ee0be25737908de1333", + "input": "It's a beautiful pout. c:" + }, + { + "id": "openseek-5-3bd603fa9a7849b8854d063ac8b5df3f", + "input": "I added Paul Walker on Xbox but he just spends all of his time on the dashboard. #humor #funny" + }, + { + "id": "openseek-5-5bbb264fe25843ca8311799cd380dc18", + "input": "@RockyNH72 @AddyBryne @CNN Sorry if you’re upset. Who’s your champions btw? Who’s your main draw? Biggest star? 😂" + }, + { + "id": "openseek-5-57c06f9cbd7b466ea18bafee6cce7088", + "input": "Well stomach cramps did not make that spin class any easier. Why does my body hate digesting porridge so much 😩 #spinning #sulk" + }, + { + "id": "openseek-5-df7deb0838314a8c9c57fcae85359c47", + "input": "me: i've actually been doing pretty well! i'm learning to manage my depression and-\\nlife: yeah that's over. that's cancelled." + }, + { + "id": "openseek-5-4f9c59b679a14fa18b6abdc50502c16c", + "input": "@pandaflo22 We are sadden by this because we always strive to bring the best service to our customer. We will always be here for you. CM" + }, + { + "id": "openseek-5-7ad04572e2114785adf9fecc9c61de59", + "input": "At my age all I see is gray. Is it gray because of my bad eyes or my perspective #depression #healingjustice" + }, + { + "id": "openseek-5-072646de9a0f47a79ef1965f0b3b3a0f", + "input": "@solshaz @na_myung you bad wife,ate all his food 😂" + }, + { + "id": "openseek-5-8471cfefe2194903bfa7bd9175f794b7", + "input": "Listening to these refugee children, barely a decade old, describe the horrific acts they were forced to commit is terrifying. #DatelineSBS" + }, + { + "id": "openseek-5-7d30224694ea41339f33556a179684e9", + "input": "I'll just have to #eat my way to #sobriety. This'll be a hell of a journey back to #sober" + }, + { + "id": "openseek-5-961f25004ce348469546aeb70e5b6963", + "input": "My heads still in Ibiza but my body is sat at me desk at work #depressing" + }, + { + "id": "openseek-5-13f4363192184c44becce442970ac8b2", + "input": "What's worse than feeling discouraged? Not finding an emoji for feeling discouraged" + }, + { + "id": "openseek-5-511a26f515a44ffe8cd206f7a6fde449", + "input": "For those of you who I have footage of but didn’t make it into this mix—don’t get discouraged! I ran out of room on the beat this week." + }, + { + "id": "openseek-5-bf60f260828947db8498354e4a9efd40", + "input": "My new favourite #film with out a shadow of a doubt it #Okja #beautifull #funny #sad #emotional #real #Netflix #MUSTWATCH #now" + }, + { + "id": "openseek-5-8f9749b58d6e472c84f6b315856a21ac", + "input": "@mythos1014 I think I will tomorrow. I ain't ready for all those feels though. 😥" + }, + { + "id": "openseek-5-5845097403fc4be7b09c876e41ccbab7", + "input": "@marksandspencer Where has your 50% grapefruit squash gone,not been able to get for weeks #unhappy" + }, + { + "id": "openseek-5-458af5349d7245f1b571f1bbe743848e", + "input": "nothing happened to make me sad but i almost burst into tears like 3 times today¿" + }, + { + "id": "openseek-5-cf19508f1f864d16b416bd2580a89d42", + "input": "Never dull moment here" + }, + { + "id": "openseek-5-79acf9a401a8415084fd6d7a1bc6d77b", + "input": "All the 'juniors' are now wearing purple at ollafest while I'm here fighting with my alarm about when I need to wake up for German #sadness" + }, + { + "id": "openseek-5-1c0193dbcebf4b3eb9fe8f17469aad9f", + "input": "@SocialistVoice @georgegalloway Tory teachers I know are disillusioned by another 1%. There seem to be more sullen faces in the staff room." + }, + { + "id": "openseek-5-71ee21d187454623906e9c1ef1514a8b", + "input": "@POTUS Possible treasonous activity by Trump Jr. Buffet of scandals by WH. No work done so far. Shameful! #treason #serious #tragedy #resign" + }, + { + "id": "openseek-5-eed72b7ff33646e5a465c70e64b4c83a", + "input": "@jamie_93_lee Don't upset me 😢" + }, + { + "id": "openseek-5-2133262d7ac645f9b4abb38afd136f98", + "input": "I haven't watched my favorite youtubers in months and it's honestly made my depression so much worse" + }, + { + "id": "openseek-5-053a48e83abc4afb89323adaf99e3e5f", + "input": "Of course Molina #bitter" + }, + { + "id": "openseek-5-9139abf734614e119554ffb67355c5d2", + "input": "@AdamAaronovich Well, there's no need to sulk. You can always request a song, you know." + }, + { + "id": "openseek-5-87ebd1275e504737aefac0d6983143d6", + "input": "I don't think Luca understands how serious I am about Fall....he has no idea what's in store for him 😂😂" + }, + { + "id": "openseek-5-20acae27a891497ca3f39383117a5c69", + "input": "@britmerc69 Stop it. You'll discourage people 🙈" + }, + { + "id": "openseek-5-f40e472f428847c183a914b3f0754fcb", + "input": "BTW, offended policy wonks, H only had one real proposal: eliminate subminimum wage. Probably good, but might discourage hiring of disabled." + }, + { + "id": "openseek-5-a7d1a897767f4cf48bd07831b5ffc2b7", + "input": "@5SOS I swear I will not go mourn because😭😭💔💔" + }, + { + "id": "openseek-5-d3eeb60ff77d49cdbff590b3da261f56", + "input": "Just put the winter duvet on ☃️❄️🌬☔️ #serious" + }, + { + "id": "openseek-5-e3f7344c714d458b8c0f4f2a69849e29", + "input": "@realDonaldTrump The GOP controls the Senate. Blaming the Dems seems #sad." + }, + { + "id": "openseek-5-a19cc586ea394ce2b9c0159e619073e5", + "input": "The ghost of Stefano reflects on the grim indignity of being murdered by corrupt cops in faux love. #days" + }, + { + "id": "openseek-5-966d5a2ffceb46a18af3c45387b4ee80", + "input": "@BokuNoGio AND his momma was worse than Tony sopranos momma #wow #sad #history #major" + }, + { + "id": "openseek-5-83585d8080d542ea86430cb9adabe63b", + "input": "@pattrice It's a bit sad really. You'd think that he/she/it had something better to do, wouldn't you?" + }, + { + "id": "openseek-5-f9d945085f9a47c58ddf164a31aa7a16", + "input": "@Rainbow6Game felt guilt from playing this game. #horrible #RainbowSixSiege" + }, + { + "id": "openseek-5-42c442a6cb2e407b8f1886e890e18c81", + "input": "#sadness #cry 💔 dad will never understand his 3rd child" + }, + { + "id": "openseek-5-04db4d844589423a9d568e745b4c879e", + "input": "@daiyantrisha Then dont disappoint them 😂" + }, + { + "id": "openseek-5-5e0f7ea7994a41bfaa13f3131eba6dfd", + "input": "@KeithOlbermann depressing how despicable Trump, with no policies, campaigning on bigotry & rancour can be so close, evil immoral disaster" + }, + { + "id": "openseek-5-0f745a1c035d4480b61da4a33315effb", + "input": "Thought I had a pretty solid GPA as a kin major and now that I look at the average for dpt programs I feel even more discouraged 😪" + }, + { + "id": "openseek-5-7c41d276d2e447efad836a1a2072f9f8", + "input": "@SpnTentation Thank you! My first solo run! #excited #andnervous" + }, + { + "id": "openseek-5-8a41e53ca7f84fff830bb6629d05d55d", + "input": "@AliceGoodman17 i dunno, I'm getting less of the spacious lovely autumnal melancholy from our present apocalypse" + }, + { + "id": "openseek-5-33600ad2a6354db6bb12b8b155ddddcd", + "input": "I've had cleaner shits than some trains I've been on! This mornings seat looks like a miniature patterned crack den! #grim" + }, + { + "id": "openseek-5-cb5e9c97f828499a8bbb40f916e93bd5", + "input": "The voice is all about Miley and Alicia this year. No longer about the contestants. #sad @thevoice" + }, + { + "id": "openseek-5-f5ce9e37c223460b80e5332f1d0f31c2", + "input": "It feel like we lost a family member🙄😂" + }, + { + "id": "openseek-5-a0b7eb66f5704a869cf242d4c257f6ef", + "input": "genuinely think im dying boys n girls never felt so awful in my LIFE x" + }, + { + "id": "openseek-5-4ae310efc0df441fb34b775b7876a987", + "input": "Tonight's run.... #restless" + }, + { + "id": "openseek-5-0b9f331733fa4267bb6eeb02419da856", + "input": "@RossKemp great programme tonight #sad #upsetting #extremeworld" + }, + { + "id": "openseek-5-d1d58307509e4541b259e7eabaa8bd59", + "input": "Don't let the behavior of others destroy ur inner peace.' -Dalai Lama @OWNTV #healing #depression #anxiety #intuition #meditation #book" + }, + { + "id": "openseek-5-3d64808844e447a8a5dd55fa757857b1", + "input": "“Tell me, Doctor, are you afraid of #death?'\\n'I guess it depends on how you #die.”" + }, + { + "id": "openseek-5-a9d44b252d634dd8ae3a3192c607bb2c", + "input": "@Channel9 how could you put this show on air !! Disrespectful to so many mums and families 😡" + }, + { + "id": "openseek-5-294d2ee055724ce7833f7c995a14ad2b", + "input": "It would appear it's a good year for the #blues" + }, + { + "id": "openseek-5-14b9ac4f27a946d2bcbd296c4a9c5de8", + "input": "@AwardsDaily Looks that way. I don't want to see how Q is going to handle Tate murder. #shudder" + }, + { + "id": "openseek-5-ae76dda6ef3e4ab2a6266cdf2275dad3", + "input": "In serious need of a nap" + }, + { + "id": "openseek-5-f7c574ef56a44be681e7ac7598262340", + "input": "Panic attacks are the worst. Feeling really sick and still shaking. I should be a sleep. #anxiety #depression" + }, + { + "id": "openseek-5-0c87fd781fa74786b9b7e933bd68de40", + "input": "Did you know apples turn brown when a enzyme called polyphenol oxidase reacts with oxygen! Well I do #dull #applefacts 🤓🍏" + }, + { + "id": "openseek-5-c2b341c697ce4c43a5b0e8a6d8b7c123", + "input": "Is it just me or is #GameOfThrones getting a little lazy with certain plot points to move the story along? #disappointing #GoTS7" + }, + { + "id": "openseek-5-b8dbb7cdf4b94585b152b955b1ea0fc8", + "input": "Overwhelming sadness. This too shall pass. #lonley #startingover" + }, + { + "id": "openseek-5-a147e66fe37e41f4a51b8b77304d91a3", + "input": "Head hurting 😤" + }, + { + "id": "openseek-5-ce70ec5e3b784755bc1517fefe9bd008", + "input": "@pottermore : I can't find my patronus, the website doesn't work, I can't even see the questions.... #sadness..." + }, + { + "id": "openseek-5-a798e4aab24f486197ca02970880be5d", + "input": "I'm extra lazy today 😟" + }, + { + "id": "openseek-5-04b28d90d3344612a570b4b167c42f0d", + "input": "@ThatWhiteSoxFan @tbtrill not as sad as the White Sox playing record ;)" + }, + { + "id": "openseek-5-0afdce107b6f4439bf81457d9692303c", + "input": "@PSHalabi what are the current statistics concerning 'backdoor abortions'. If alarming, what preemptive measures are in place?" + }, + { + "id": "openseek-5-fb834cb136394f02b434dcc7121b9430", + "input": "Still #devastated and #sad #Tariq's #TariqLive channel is no more and #ProfessorBlackTruth as well. #YouTubeFAIL #EpicFAIL! #TariqNasheed 😢" + }, + { + "id": "openseek-5-85913bd8428145708c868cc7bd4eddeb", + "input": "my favourite thing about being a comedian and having my days free - the naps \\n\\nmy favourite thing about having depression - the naps" + }, + { + "id": "openseek-5-41bb2c44bc1a4292852afadbe353988a", + "input": "Ghanaians don't need to wear black to mourn tho... They can just walk naked *dodges stones* Na joke na☹'" + }, + { + "id": "openseek-5-87144c44e47646edbf4062838e1fd471", + "input": "@NicKeaney Hope they refuse :( x #depressing" + }, + { + "id": "openseek-5-992fcff66d094512826c9bbad0eb7eab", + "input": "@JoaquinPutoAmo vas a ir al de the amaity affliction?" + }, + { + "id": "openseek-5-9d59c40552b64bcbbe319eea7d8f41fb", + "input": "God knows why you'd wanna go with a girl who's slept with half ya mates #grim" + }, + { + "id": "openseek-5-fbb7d04482f540edb2dfb8202c7547e3", + "input": "a lot of universities actively discourage even just one part-time job because it has a negative impact on studies--" + }, + { + "id": "openseek-5-e74451af57e04c19a1ce4a76cc55d96e", + "input": "I'm still feeling some type of way about Viserion. #GameOfThrones #crying #stresseating" + }, + { + "id": "openseek-5-649aa9d992ef41a6a77180f234fcfce5", + "input": "@WeAreElektron sadly #digitakt seems to be out of stock all over Europe. Do you know if any European online store that has it?" + }, + { + "id": "openseek-5-bc0ed61e2b6d4e76b684214ddb0ae5db", + "input": "@ImNotInfected — rather someone that could help her. Concern clouded her green eyes, not once having seen a girl alone in the woods and —" + }, + { + "id": "openseek-5-f4ee72058d874a56bb4f3f06c454152d", + "input": "Definitely crying from the worst nightmare I've had in a awhile" + }, + { + "id": "openseek-5-155c068ccabf42dbb8076b6d05ea93fc", + "input": "How the hell did I miss @HenryMcKean why wasn't this announced in the #RoseOfTralee🌹 @jonathanhealy @newschambers #devastated" + }, + { + "id": "openseek-5-2666166400de4f43aa6d8aae4fe8074c", + "input": "i cant do this all alone 😟" + }, + { + "id": "openseek-5-eaae914e4a7a421f83709b76e9adb22e", + "input": "Go help the cause.@plantingaseed.net. #recovery #sober #addiction" + }, + { + "id": "openseek-5-0e974e5ffd4847f695183c89ad317120", + "input": "now im all alone and my joy's turned to moping" + }, + { + "id": "openseek-5-9a3a0efd2afb4f578d56e698e51a82b5", + "input": "Not sure tequila shots at my family birthday meal is up there with the best ideas I've ever had #grim" + }, + { + "id": "openseek-5-02e7d8d1252c4eaf998691f3d985dcca", + "input": "@WILLLANNO Man u r just bitter about Manu making great strides..." + }, + { + "id": "openseek-5-def3c40513cc4846862e03b34a846ddf", + "input": "@SussexMistress @sarahb45 @MsEvilyne @MissJessicaWood I'd be perched on that, unfortunately wrapped in heavy chains! #sink..." + }, + { + "id": "openseek-5-00e4a001d8894722872d872e4951a212", + "input": "are you feeling horribly depressed and despondent about life and your future' - @lauraroyden always knows just what to say" + }, + { + "id": "openseek-5-d088dd477f4b48fc8d4f99ce9f2adbc6", + "input": "He who. can suppress a moment's anger, may prevent many days' sorrow. Chinese Proverbs\\n\\n#MakingMEGATurkeyWithMcLisse" + }, + { + "id": "openseek-5-2e0765b1006d4188afeafe3cf4c8c726", + "input": "Marcus Roho is dreadful" + }, + { + "id": "openseek-5-9753cd439c544db4b27d59ef1d9aa5c0", + "input": "Hearing the Song by Phone glued to ears like if the singer spoke to me... #mad #mad hahah" + }, + { + "id": "openseek-5-950ac7b00e78440cbcd7a6879aba10fe", + "input": "@EllenMellon_88 Got #mybrokenfoot running Great North Run, can't wait to run again in a few months time - be mostly dark then! #ukrunchat" + }, + { + "id": "openseek-5-604fb65286354060b737a3120a866810", + "input": "I'm buying art supplies and I'm debating how serious is it to buy acrylic paint." + }, + { + "id": "openseek-5-4e065d954cb24f1f8f994e7c16713dc9", + "input": "Mothafuckas wanna adopt the dark, but I was born in it" + }, + { + "id": "openseek-5-fbe101a72f4f41fcbaf895313cc2977b", + "input": "This airport's so grim it makes Gatwick feel like Buckingham Palace" + }, + { + "id": "openseek-5-7f8feefc009446c2be2294deadb8bc23", + "input": "They say ur a prdct of ur surroundings. A bit intimidated by the crazy amazing ppl I met @ @codecityco @n8walke @dianap_patton @DrMattKutz" + }, + { + "id": "openseek-5-bcb185ff19bf49b385f72f44548b1857", + "input": "@patienceinbee @camposanto But I decided to be a bit lackadaisical about getting dressed to get groceries." + }, + { + "id": "openseek-5-6828bbd0ca404563a1cff83c9babe46c", + "input": "Band members wanted. Contact me #NewcastleGateshead #Sunderland #musicians #musicbusiness #musicislife #music #musically #band #blues #folk" + }, + { + "id": "openseek-5-68ec3feaf4614a75a9402b7758653eed", + "input": "@DaltonRapattoni sadly i have to go to bed now don't announce anything while i'm gone thank u i love you" + }, + { + "id": "openseek-5-7ea4d5bbac874408977ce99d8b94c852", + "input": "i cant live anymore my roblox got termianted :(((((((((((((((((((((((( #sad #killme #lol #robloxgamer" + }, + { + "id": "openseek-5-7e520fcb947b40deab05fa89a929fb04", + "input": "Surprisingly even though I'm not a Trump supporter I simply don't get the vibe that all we've heard is going to be his undoing. #pessimism" + }, + { + "id": "openseek-5-3f7e6f4b78294e17adfc58c396e32211", + "input": "@seantkin @coachella @RomanDanielsXXX @kodyknightXXX I see my 'eliminate the hanging tongue' campaign is a dismal failure." + }, + { + "id": "openseek-5-d1cb65de1eb345e0b916b4677e1540f1", + "input": "A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty. \\n― Winston S. Churchill #quote" + }, + { + "id": "openseek-5-84e806e0c6324912b4bf4d2f19934ce2", + "input": "The difference between someone's selfies when they're happy vs. unhappy is absolutely amazing." + }, + { + "id": "openseek-5-db662bfc53414d69bbdc5ad4d5ce7f60", + "input": "When people tell me they're a huge fan of #LordOfTheRings, but they've never read any of the books...\\n\\n#sadness #despair #misery #covfefe" + }, + { + "id": "openseek-5-38c2443d3b9448d09a5683acc302b4d1", + "input": "I might even be on the verge of depression." + }, + { + "id": "openseek-5-3c5aee16db824152aaecf82e6661c106", + "input": "_Her mind is a #dark room,\\nDeveloping #Madness ♨😘" + }, + { + "id": "openseek-5-943bb37eab9241659680a7db13f6c563", + "input": "We must accept finite disappointment, but we must never lose infinite hope. - Martin Luther King Jr. #hope #disappointment" + }, + { + "id": "openseek-5-c995f2a9f8ce494398ccf3e2be214fe4", + "input": "pumping gas at 3:16am #miserable #insomnia" + }, + { + "id": "openseek-5-966771b1c291453195e2339bb3eca008", + "input": "@TheBoldTypeTV But what will the old woman do now? #heartbreaking #layoffs" + }, + { + "id": "openseek-5-e31665995f4b4776b083017e596bcc10", + "input": "No matter how much @ZescoUnitedFC lights up the forest, they end up getting lost 😂 \\n#ZescoForest\\n#SSBola" + }, + { + "id": "openseek-5-c4c28cf06fc04d5d8a125f30ce16457d", + "input": "James Clapper 'scary and disturbing'. #25thAmendmentNow #ImpeachTrump #terrified #nuclearcodes #Godhelpus" + }, + { + "id": "openseek-5-8cb546c130a84a1b913463943c36eaec", + "input": "“The #optimist proclaims that we live in the best of all possible worlds; and the #pessimist fears this is true.” ~ James Branch Cabell" + }, + { + "id": "openseek-5-a8aa06da015d4825a3ebef1ccfc127cc", + "input": "Standard Candice starting the show with a pout #startasyoumeantogoon #GBBO" + }, + { + "id": "openseek-5-e4911e02e1064452a4050205670e6b46", + "input": "We fear not the truth, even if it be gloomy, but its counterfeit.- Berl Katznelson" + }, + { + "id": "openseek-5-f5f04e068cb743f89246ceaa1b5822a9", + "input": "@andrewmcmeme nah, I asked really insightful teacherly questions so he could write a kickass report of his own. He will, sadly, never know" + }, + { + "id": "openseek-5-9b5c40f6053f49ea81acd54e78114cbf", + "input": "Chad and Sarah is honestly me and my ex 10 years ago 😂😂 #CBB #horrifying" + }, + { + "id": "openseek-5-b53c28276803476fa8a9cd514947a994", + "input": "@urbaneprofessor roast them. Then risotto with sage and pine nuts" + }, + { + "id": "openseek-5-cc196eb7a3cb47a1ab0e0ed00d9a9227", + "input": "The man who is a pessimist before 48 knows too much; if he is an optimist after it, he knows too little.'\\n-Mark Twain" + }, + { + "id": "openseek-5-507c319bbea9474e95b18ff6c2969fa9", + "input": "Already plotting next steps if I get cut off by the same minivan in tomorrow's drop-off line. #preschoolpolitics #momthings #serious" + }, + { + "id": "openseek-5-16ed9b1f7061416bb48af50e3af7936f", + "input": "#Terencecutcher #Tulsa the man onthe helicopter said he looks like a bad dude, that is the problem, when they see black they see bad, " + }, + { + "id": "openseek-5-5bc4025e9eb2435189319b841b6d7577", + "input": "God I give you all my pain mess and stress. Take my heavy load. #amen #stress #mess #pain #depression #sadness" + }, + { + "id": "openseek-5-8fac39c7626c473aabf95ef3009cefea", + "input": "@AliceT120 @shaney_waney1 @shaney_waney1 u horrible non gender binary boy go fangirl over some mediocre singers who CANT EVEN SUPPORT" + }, + { + "id": "openseek-5-ec885f65505b4594897c9be65aeea850", + "input": "@ADubiousPronoun 🤦🏻‍♀️ We were warned. And now we basically only have the choice between Trump, Pence, Ryan, et al for POTUS 🤢 " + }, + { + "id": "openseek-5-c240d28353f94f4ab751c4146b23f1a3", + "input": "#fans #gamers what you think @EAMaddenNFL 18 is going to rate the #Dolphins #offense #defense special teams rating & rank out of 32 teams" + }, + { + "id": "openseek-5-73904f8d38d54db08d252458194e300e", + "input": "We are all in this together and we #sink together or we #swim together" + }, + { + "id": "openseek-5-c03d5e631dee4102ac608726e58068d8", + "input": "I think learning classical or ancient Japanese might help me get myself permanently out of depression. I sometimes suffer from sudden" + }, + { + "id": "openseek-5-3fdf3068c4fd497ea0edcfbaf5a9d137", + "input": "@RevTrevK @Wolfman93011 @Daraidernation @EROCKhd Take 2k out of it the numbers on madden are low and have dropped and people are unhappy" + }, + { + "id": "openseek-5-27e450b724ca40228bb44d3fb983c0d3", + "input": "What happens if I get lost? Hmm I think I shall return tho 📌" + }, + { + "id": "openseek-5-555beb75f3cc4218a89af6f40f20be7a", + "input": "@AnjiDunlap droop in leggings? Are they wearing XXXL?" + } + ], + "License": [ + "Dedicated Terms and Conditions (https://competitions.codalab.org/competitions/17751#learn_the_details-terms_and_conditions)" + ] +} \ No newline at end of file diff --git a/openseek/competition/LongContext-ICL-Annotation/data/openseek-6_mnli_same_genre_classification.json b/openseek/competition/LongContext-ICL-Annotation/data/openseek-6_mnli_same_genre_classification.json new file mode 100644 index 0000000..8972b1d --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/openseek-6_mnli_same_genre_classification.json @@ -0,0 +1,40514 @@ +{ + "task_id": "openseek-6", + "task_name": "openseek-mnli_same_genre_classification", + "Definition": [ + "In this task, you're given two sentences, sentence 1 and sentence 2, and the genre they belong to. Your job is to determine if the two sentences belong to the same genre or not. Indicate your answer with Y and N respectively. Genres available include: face-to-face, government, letters, 9/11, slate, telephone, travel, verbatim, oup, fiction. Sentences belonging to 'face-to-face' genres relate to conversations or dialogues, 'government' encompasses information released from public government websites, 'letters' refers to any written work for philanthropic fundraising, '9/11' relates to information pertaining to the 9/11 attacks, 'oup' includes non-fiction works on the textile industry and child development, 'slate' refers to any cultural topic that appears in the slate magazine, 'telephone' includes telephonic dialogue, 'travel' deals with information in travel guides, 'verbatim' includes short posts regarding linguistics, and 'fiction' includes popular works of fiction like 'The Secret Adversary' etc." + ], + "examples": [ + { + "id": "openseek-6-ed15cb6eb9774e39819fbce7af000aac", + "input": "Sentence 1: However, if it is obtained in order to engage the patient in treatment, the information is protected under the above federal regulations that require the express, written permission of the patient before it can be shared with others. Sentence 2: Ecology of Fear, according to the columnists, contained errors but Los City of Quartz didn't. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8bf4eb3724245829a2fbd35b6ebddf8", + "input": "Sentence 1: were you have you i take it you haven't spent any time in the military Sentence 2: Jon said there is nothing else we can do. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4532d8d842c14009983f1e4fbef1c8e5", + "input": "Sentence 1: I do not have the energy to remedy these deficiencies now. Sentence 2: I don't have the strength to fix these problems now. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ab5b125a497b4c2b830b1b3bcf0dcaac", + "input": "Sentence 1: To the west of Naoussa is Kolymbithres, a growing resort whose beaches are surrounded by strange rock features that are folded by immense natural forces and eroded by the wind. Sentence 2: Sangria is suited for hot environments. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-843e3a9cc4d44e6bbb77ae2147b3715c", + "input": "Sentence 1: and i am not saying that we should give them the world either but I think we should pay them a little more money um they say a hundred and eighty days a year is all they work and i don't really believe that i think it's a lot more than that when you figure the hours and time they put into the school and stuff alright and even if is only a hundred and eighty days a year lets pay them for the hundred and eighty days a year i mean Sentence 2: Kal straightened after being kicked in the groin. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed6024b6361146ba85a25d8fa70ea684", + "input": "Sentence 1: oh yeah yeah oh sure i mean it's it's it's indicative across the board that we we've done something wrong Sentence 2: One morning, on my way to work, my brakes were on the whole time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97202eb438eb4295b06b4498af2f6da2", + "input": "Sentence 1: To contribute to that national target, the senior executive in the Nashville regional office had a performance expectation for his office to meet a target accuracy rate of 59. Sentence 2: They are experts when it comes to using an axe. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-24a5ef91a870422dae745a41696d1630", + "input": "Sentence 1: However, it stands on the site of one of Japan's earliest Buddhist temples, which he built. Sentence 2: I've never lived in Palo Alto, and I hear it's full of rubbish dumps. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b237ba45e49f40ecac44954a3a8c1b0e", + "input": "Sentence 1: Here you'll find the last few Jamaican iguanas and yellow snakes. Sentence 2: Financial professionals should have a broad range of experience. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23a9ca13610b4a8a87ece7aaa42e3fc4", + "input": "Sentence 1: corpus well uh South Padre is on down the bend Sentence 2: Nothing seemed suspicious. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-317c41d1f9154ee7bf0ff99c18b0dff0", + "input": "Sentence 1: and i think it's frightening to them to see the roles switching and i think i think this reaction comes more out of fear now my husband is Sentence 2: I think it scares them to notice the roles switching. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6d6a5528324c4274a77af88e53c4c1e3", + "input": "Sentence 1: They dueled again and again. Sentence 2: The jewelry found in case 101 only contains silver. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-732f380f6f3643548e1849b20f46bbf4", + "input": "Sentence 1: uh yeah there's a lot of people that aren't for war i'm not for war Sentence 2: Without homework, I would have had plenty of time to see the kids. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ac726c2a048444089b6aa392b854999b", + "input": "Sentence 1: It was a thoroughly legalistic way out. Sentence 2: It was the most righteous way to go. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b6f4bb5498124e34aa54048eb4299ff9", + "input": "Sentence 1: It runs advertisements for its supporters at the top of shows and strikes business deals with MCI, TCI, and Disney, but still insists it's not commercial. Sentence 2: He asked if the person's name was Conrad. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b684165aba6d49b786ba1dd793299cbe", + "input": "Sentence 1: Hanson caught up a bit of sun-stuff on the sharp point of the awl and brought it closer, until it burned his hands. Sentence 2: The US government expended $1 Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f891b0a430a48cba6fc76a40f32cba7", + "input": "Sentence 1: A set of stone doors in the wall slid to the side to reveal a screen on which various torture scenes began to appear. Sentence 2: The doors would not open. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6be0ea8614524f39b38ee56fe9496b8b", + "input": "Sentence 1: yeah there's no see the humidity up here too is really bad in the summertime it's really bad it can be seventy five eighty outside but the humidity runs up ninety ninety five percent and boy your just like you're in an oven roasting i'll tell you Sentence 2: The way they draft the applications shows how these facts meet requirements. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e92cd2b1d124fb0a5fc2d2ee194fdb2", + "input": "Sentence 1: As you have said we can but try.\"He picked up the top sheet of paper and began to read: \"Bayos-blancos light duns two. Sentence 2: You mentioned we can make an attempt. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-67cbe4856eb547de98f26de7131866a8", + "input": "Sentence 1: He saw the smoke filling the air. Sentence 2: It was obvious to him that smoke was filling the air. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-747b7552d3c54661b6d08561bc5e417d", + "input": "Sentence 1: He would need them again if they hoped to defend the mines but for a moment he considered refusing them. Sentence 2: Cellular licensees previously had no means of affecting resales. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25cfb04f970347ca8338fae22e546fbd", + "input": "Sentence 1: yeah you'll meet friends invite invite the boss over and and the friends at work Sentence 2: You shouldn't invite anyone over if you want to make friends. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c34ccdf0cd164c8db5f544f0cd3ca564", + "input": "Sentence 1: no no i've never had any luck with their's Sentence 2: The governance issues are definitely not insurmountable. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-493ac9f4473e4899b6b88f0264ecee76", + "input": "Sentence 1: Next, references to relevant sections within Volume I and to Volume II are provided. Sentence 2: He answered 'How you've been lately?' Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f00481fe980e41e69256cb01b058c818", + "input": "Sentence 1: oh yeah you know you've got the same exact thing yeah Sentence 2: Oh, you've got the same thing. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dffc1a596fcb429fb183027a20a423dc", + "input": "Sentence 1: The rest of Italy participated only by tax contributions to the war effort and minor involvement in commerce and colonization. Sentence 2: The new hires must be able to work well with the community and be strong public speakers. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b03cdc217db4324a9c48350388032f0", + "input": "Sentence 1: now he he is a good uh actually i did i played flute for almost ten years and and uh so i i i i appreciate his too his his music he he he's from Ireland isn't he Sentence 2: Thank you too, goodbye. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd13a279373d44e2be04da43202ef21d", + "input": "Sentence 1: right oh sure well it's tough right now for everybody up here in the Dallas Metroplex it's awful hey i've got another clue for you for college Sentence 2: Tuppence was in Mrs. Smith's house. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4bb94064ff6844d4bba3a2088f53db3c", + "input": "Sentence 1: With a bit of elementary mathematics and a lot of keen insight, Arrow was forced to a sobering If a reasonable voting system is one that respects unanimity and precludes flip-flops, then there are no reasonable voting systems, with one exception--the system that picks one voter and makes him a dictator. Sentence 2: I was not scared of that at all. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44a53a31ab8241aba4593cecf5a79072", + "input": "Sentence 1: 51 \"Do not worry,\" said Poirot smoothly. Sentence 2: USA Today never had an article about environment or about disasters. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15ce63b06a544678bd5f0e0e98f93931", + "input": "Sentence 1: An unruffled Blitzer counteroffers, We don't have that much time. Sentence 2: Poland might opt out of joining in the first round of decisions. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5825ae0c06d042cc84cc338288db85ff", + "input": "Sentence 1: or is that what your into or Sentence 2: Is that what you're against or. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2fe725c95dca43979d3d1320d7ffc3ce", + "input": "Sentence 1: I will remember. Sentence 2: I wouldn't want to start swimming, since I am doing enough aerobic activity already. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5aaa5d3e8c841118ccb961f15ec0b20", + "input": "Sentence 1: it's good talking to you bye-bye Sentence 2: The Medical Art is at its fullest power when Mars trines Neptune. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b917c80521a141e8aaeb015c140b6f14", + "input": "Sentence 1: oh that helps right well the the other thing some people are not aware of is they will use their a their credit card like their Visa or their MasterCard for cash Sentence 2: It can be important to share solutions and information. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ce3a1e839dd42c6932e0578fba17fbf", + "input": "Sentence 1: The village continued in splendid isolation until quite recently, when tunnels were finally bored through the mountains to bring the first roads. Sentence 2: He knows the eyes have been on him for a long time. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c179356cfb5e4d25af243bb027e9c0e2", + "input": "Sentence 1: The volume of letters sent by households or household originated mail can be obtained from Table 1 by adding the volumes of HH-to-HH and HH-to-NHH mail. Sentence 2: The experience is more important than the expense Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c505b272dd2467982cbe74474e09ec0", + "input": "Sentence 1: yeah i know how you feel about that that's true what's what's uh what's the best part of your game do you think Sentence 2: I like the beginning of the game the best. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5fc954f827404a0ab6865cadad46b794", + "input": "Sentence 1: The participants applauded the deterrent put in place by the Sarbanes-Oxley Act of 2002, which sends a signal that persons who prepare or attest to fraudulent financial statements can go to jail. Sentence 2: The statue of Julius Caesar is made from bronze. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1b2c1d9d83e4345b8702a7f70680b9b", + "input": "Sentence 1: i like mysteries Sentence 2: How would the World War II generation have responded to moral challenge during the Vietnam era? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f43f3d0bad74d80b02ef17fd1ddb667", + "input": "Sentence 1: but the cities down there yeah and and and the next one up is uh is a small city between me and Providence Sentence 2: The next city is smaller than providence. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2ccbf8f9419b4d5fb94852dcc09a3874", + "input": "Sentence 1: Just that there had been an emergency. Sentence 2: There are several different ways to measure benefits. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8eb325e0191b4ced88e0dc7da62c3f13", + "input": "Sentence 1: The 7 km (4 miles) of rooms and galleries of the Vatican Museums are made up of eight museums, five galleries, the Apostolic Library, the Borgia Apartments, the Raphael Stanze (or Rooms), and the incomparable Sistine Chapel. Sentence 2: Ca'daan wasn't able to hear anything that the whispers were saying. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-92dce2bbf004472a8333a979d51b4f34", + "input": "Sentence 1: and those and the garbage men also pick those up on Thursdays Sentence 2: The shops provide tailoring services for existing clothing as well. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f1efa4eb70c415d96abb4e80d769b31", + "input": "Sentence 1: yeah and he he went to uh he went to the bank and he took um i can't remember the guy the guy he defended for murder Earl you know they had a lien against his house so he'd pay his legal bills do you remember that Sentence 2: the museum covers all the main subject matters including science, art, and music. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c366f0ea073d4f6b9ab5ffe4aa312edd", + "input": "Sentence 1: That was only an illustration. Sentence 2: That wasn't an illustration. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5263bfc6baf84caabbcd3b59b6929a04", + "input": "Sentence 1: Perhaps four o'clock, or it may have been a bit later. Sentence 2: There are many of them that flunk. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a885705800c34e069c53bbf919442888", + "input": "Sentence 1: The summit of Medici power is found in Michelangelo's superb New Sacristy (Sacrestia Nuova), a one-man show of his unparalleled talents that he worked on from 1521 1534. Sentence 2: The New Sacristy was not created by Michelangelo. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a4ec0a1ad6f64104b84f12c11ce771f4", + "input": "Sentence 1: they do very well um-hum Sentence 2: He has a lot of free time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e241c9411157486f90130160be739406", + "input": "Sentence 1: oh possibly four but uh it was it it's it's really made such a difference from her i really would like to i'm a disabled person so i'm unable to to really take care of a pet and if if that Sentence 2: Yes, that's exactly what I have to say. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a11fb0060e2e4795b467cde6cdb358d5", + "input": "Sentence 1: Thanks for playing. Sentence 2: CFGM funds will be awarded as a match, with MALS raising at least $3 for every $1 the foundation provides, In the second and third year of the grant, Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-876f685741c0445688f4bb77b8188723", + "input": "Sentence 1: no uh-huh we have a my husband and i we have a pickup truck so there's plenty of room to hold things Sentence 2: We have a pick up truck together that has more than enough space to carry loads. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-65940c98298044928a72306f0bed1f2e", + "input": "Sentence 1: so you've got thousands of dollars or so i mean you get a thousand dollars worth of tools Sentence 2: Roman and Greek are collected usually because they are worth more than Egyptians ones. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be013587701a4a5583fde1f69bc70387", + "input": "Sentence 1: No more juice. Sentence 2: \"I am happy to help in any way I can,\" the sentiment filled Tuppence with enormous cheer. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea3d0ff622804f90a25c59c3dd239bfe", + "input": "Sentence 1: This last-comer came up the stairs so quietly that he was almost abreast of Tommy before the young man had realized his presence. Sentence 2: Richard Castle is the architect who built the Rotunda. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db83309966554d858d6cf211b5ffa66b", + "input": "Sentence 1: well so you have to go to a lesser engineering school we have a very good public school up here and a degree out there means a lot it's a very good school it's it's University of Vermont um we also have some two year college well there's a four year colleges they all have a pretty good reputation but like you say you Sentence 2: Auditors should put objectives in the report at the end, in tables. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4d1aa9ad7f54ee1a104bb71c7af0d06", + "input": "Sentence 1: The development component provides grants to private firms to develop improved manufacturing procedures for ceramic materials-based products and to accelerate the development of marketable products incorporating advanced ceramic materials. Sentence 2: The development component provides grants to public firms. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-724878071595481f8fd69e2f27aeeeeb", + "input": "Sentence 1: and you know occupying a very prominent role with the politics and in the business sector Sentence 2: Being the governor of state or being a manager at a company. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d3a4b53ac6084b4092f822f9b24947b7", + "input": "Sentence 1: Such simulations can help policymakers assess the long-term consequences of fiscal policy and saving choices made today. Sentence 2: Nixon's decision to force Ho Chi Minh to withdraw saved 18,000 American lives Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ae16276a76144e6a410a6800d74ba43", + "input": "Sentence 1: well i think that covers it Sentence 2: The affable and talkative Olek shook my hand and suggested we combine our skills in the venture. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-656918500ddc4e41a45d909e3e7280fc", + "input": "Sentence 1: The spread of nuclear and biological weapons, the growth of international organized crime, and global environmental degradation are a few examples. Sentence 2: This is an exact copy of it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0011a275773748529d7550844b074707", + "input": "Sentence 1: Trips last 60 to 75 minutes. Sentence 2: And her mother dragged herself there just for that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d6b9c1d980d40b48dc90ec13fa63428", + "input": "Sentence 1: oh yeah yeah basically that's it Sentence 2: The commission had an analysis and concluded about the comments. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c2effac93bd4378b87cf6de94517699", + "input": "Sentence 1: The CIO position in the federal government is still evolving. Sentence 2: The dinner jacket is very typical. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-94670b0d0e474ab78a050d2cf636c0f5", + "input": "Sentence 1: White students who attend a diverse college campus are more likely to work in integrated settings and to display ambition, confidence, and other worthy traits, the school attests. Sentence 2: White students who work with non-white students display greater positive qualities. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3579219da80043afa67541c7303240cc", + "input": "Sentence 1: Western District Sentence 2: The Western District is distinctly about business and finances. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-42b48fb686cd47a3b75d8aeb5643f451", + "input": "Sentence 1: In addition, area law firms contributed over $100,000 through matching funds. Sentence 2: Over $100,000 have been given by area law firms, said the article. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-17f87c5a1e154048b3146fd6d96a82a3", + "input": "Sentence 1: Nationalists in the new United Malays National Organization (UMNO) resented this foreign intrusion imposed by 19th-century economic development. Sentence 2: The village of Watendlath is the top in the world for technological advances. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-516909eb44574c56a8e3cd536d8c26d8", + "input": "Sentence 1: is that for like gym classes for PE classes and things like that Sentence 2: It is a moral flaw. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-74ccac1baed949cca3cfce9ba0dbff31", + "input": "Sentence 1: just it it it's because of that i mean that that will divide you divide brothers and sisters quicker than anything its Sentence 2: The eastern Aegean Islands had never been invaded in it's entire history. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-248761a9c279433fbc826f9d94c9d5b5", + "input": "Sentence 1: you know if you keep that same format there's only so long that you can be outrageous so Sentence 2: You can be outrageous as long as you want. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-89d53f3862e34b8786dbbc558d27cf96", + "input": "Sentence 1: He then says: 'Please take a seat, Mr. er?' Sentence 2: Bush was being battered by having his credentials being picked at. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e95326df3baa4dbaa94631d0bbf14524", + "input": "Sentence 1: Beyond is the Bhimsen Temple, a pagoda dedicated to the patron god of merchants (dear to Newari shopkeepers). Sentence 2: The Bhimsen Temple was never built because the president hated merchants and shopkeepers. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2d650bd7de8143ee809fcbddf128defa", + "input": "Sentence 1: They make death at places like China Lake and Point Magu, we sell death at places like Sony. Sentence 2: Steven Pinker does not believe that understanding the universe's origin is a useful skill. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87c35c1c606247b0bb77155c29c1fc08", + "input": "Sentence 1: This cultural-differences explanation certainly accounts for why anorexia nervosa is mainly a disease of higher-income girls and young women. Sentence 2: This explanation demonstrates why anorexia nervosa is mainly a disease of higher-income girls and young women. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9be62e955a454dd584971c3dac1676a6", + "input": "Sentence 1: He rose to his feet. Sentence 2: He fell to the floor. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e13727d9c58242178b4749ba0ccd8fb9", + "input": "Sentence 1: Naturally, she told him. Sentence 2: Viscount Powerscourt This mansion used to reside in this mansion. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f7bd77f092443578b3abbd9a25ad9d4", + "input": "Sentence 1: yeah that that's true uh i i took uh like i said i took uh couple of semesters at SMU and it at SMU in uh engineering courses but uh it really did conflict too much with uh with my work it's very difficult uh to maintain a full-time job and try to take uh courses uh in off hours Sentence 2: The ice caves are dangerous to explore during the windy seasons. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8fcb456adf984724b4eb2ca3ebe3c364", + "input": "Sentence 1: Here the main attraction is a 13-m (41-ft) sitting Buddha amid the eerie darkened cavern; altogether there are more than 40 Buddha statues. Sentence 2: Altogether, there's about 55 Buddha statues that exist here. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6ce98bdffdab44c9b7416c2a4d75ea6c", + "input": "Sentence 1: uh that kind of thing helping out uh volunteering i guess if they can Sentence 2: No one died. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2464ae481d344a23a366256efe1080b7", + "input": "Sentence 1: yeah uh but uh yeah but i think uh you know i think so far as uh as the location Richardson Plano are probably comparable the the school districts are you know are about the same uh you know quality wise Sentence 2: The first conference was held at the end of March in 2001. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-63309d1d18614c3584ae45e9562475c5", + "input": "Sentence 1: Le Monde 's editorial Sunday said the action might be terribly counterproductive because it won't change the minds of Serbs who believe Milosevic's propaganda, but it will appear pointlessly destructive of human lives to those who don't. Sentence 2: No modifications to the analysis were made. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c384e1e31d4049cc9b8bb1f02ea18b4a", + "input": "Sentence 1: They assure the readers that they, like most economists and finance people, have their retirement savings in stocks. Sentence 2: They're familiar with you and this place. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01701e34dde94039955cfc0420a8293a", + "input": "Sentence 1: (Heston's softness on gun rights was an issue in his NRA election, but he has quieted critics by backing off his earlier statements and hewing to the NRA's official line. Sentence 2: Heston backed off his gun rights statements. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dc50a5110d04466eb1dce119f3d13890", + "input": "Sentence 1: um-hum there's a lot of that going on in Dallas too Sentence 2: There's usually no one on the beach. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b2077ad562094841a968242671182b2a", + "input": "Sentence 1: Two women and one man, or two men and one woman, and one, only one child, which the adults take care of in a three-shift system. Sentence 2: Birth control has no effect on the numbers of unwanted children. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b8995a4aa167472f85fd347320c1f677", + "input": "Sentence 1: Jon turned and looked to each of them. Sentence 2: Agencies have a responsibility to monitor and maintain accurate records. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cbdabe1fead74200b5550e58e717500d", + "input": "Sentence 1: The British, soon followed by Americans, appreciated the broad, sheltered beach and the particularly mild microclimate ' palms, fig trees, tamarisk, and camellias all flourish here. Sentence 2: The climate in the area is harsh, arctic and inhospitable to humans. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8b0fc61f6aa2429293613d27ab06fa14", + "input": "Sentence 1: we don't have too many Exxon stations out this way Sentence 2: We don't' have a lot of Exxon stations here. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2ff564c3957c46edaf12667f4c34bc3d", + "input": "Sentence 1: You will not be able to help yourself. Sentence 2: No one let you know. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-77c67a58ce0d4c37bf803e1c608b4b3d", + "input": "Sentence 1: yeah but if the average is seven years that means a lot of guys don't make it seven years you know Sentence 2: They are all single intervention visits. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc0524277f1246d2a78e86839cccaf5d", + "input": "Sentence 1: hi Debbie how are you Sentence 2: It's possible that she thought she was giving him another chance and that he was going to do better. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-910044664d484a46861f49663b74a6d2", + "input": "Sentence 1: The sixth row, labeled Unknown shows some First-Class Mail that cannot be identified with any of the aforementioned four sectors. Sentence 2: No, no way, Anse replied hestitantly. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc64e44fa30f49138e2c5000634b6ad8", + "input": "Sentence 1: to ask him to confirm the story he has from the first two. Sentence 2: The table shows for each type of selection we could consider. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dac454c4eb2b4ea98d5ca4a5aae20c72", + "input": "Sentence 1: The results were depressingly consistent. Sentence 2: The LSC attorney cannot challenge existing welfare laws in any lawsuit funded by the Government. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a3e06d419444ac4bcc5f72a2bdca7a6", + "input": "Sentence 1: It's almost a protection racket. Sentence 2: There are several female counsel members that you don't hear about much anymore. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db65392c27014cc0a8bdc6601cab76f2", + "input": "Sentence 1: It now has the status of a protected National Park. Sentence 2: The statues are all enormous and anchored directly into the building foundation. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1cefa20827514a338d66eaca5a8ffbdb", + "input": "Sentence 1: Canvas covered booths sold weapons of steel, fine cloth, thick muscled slave workers, sultry and beautiful pleasure slaves, and small leaf-wrapped packages of the red lotus. Sentence 2: They were hoping to close out the shop early that day. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ebfa85a72d0f41d7a04877cd22752266", + "input": "Sentence 1: She relapsed into unconsciousness and has not spoken since.\" Sentence 2: Starting in 2012 the estimates were being based on the best available methods. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a0d64c726564373a4585af3a4d70122", + "input": "Sentence 1: Street food, body paint, in-your-face fashion, photo on a warm spring afternoon Yoyogi Park is more fun than any place in town. Sentence 2: Yoyogi Park offers many things on during a warm afternoon that make it more fun that any other place in town, like street food, body paint, bold fashion, and photos. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c30fbcaff4ad46f5a4262f1bdaad2edb", + "input": "Sentence 1: we did we did last night uh some real massive thunderstorms Sentence 2: Due to the rise of alcoholism, guidelines and best practices have been published to deal with it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-04a25559d6584faaac07256e66187e70", + "input": "Sentence 1: There are windswept mountain peaks, craggy cliffs that plummet to the sea, and emerald valleys that could be stand-ins for Ireland or Scotland. Sentence 2: The particularities of Ireland and Scotland are emerald valleys, craggy cliffs, and mountain peaks. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6da5c680ceb34aee9e3a2c93f43adb21", + "input": "Sentence 1: These intriguing horseshoe-shaped valleys nestle like narrow amphi?­theaters against abrupt rocky cliffs, making rewarding destinations for a pleasant day's hike. Sentence 2: She wanted revenge against someone. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-395647f0cc7c465bbb2838cbeca5573a", + "input": "Sentence 1: We are pleased that the Administration has just released the national homeland security strategy and GAO stands ready to work with the Congress and the Administration to ensure that a sound and strong strategy can be effectively implemented to protect the country against terrorism. Sentence 2: They do not remember them. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6ff1ef92f8ba4a07a915b9649edab11c", + "input": "Sentence 1: Saint-Malo remains an important fishing port, ferry terminal, and yacht harbor. Sentence 2: The votes of this month are unimportant. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-34274d2498c248de8bf33a87a72aa77b", + "input": "Sentence 1: yeah and spend a day doing that's really neat i mean it's not a lot because you're just doing a house at a time but you know every little bit helps Sentence 2: Cezary was able to avoid being defeated. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dea0b2b03c114725a358acd5f5286b64", + "input": "Sentence 1: Since 1997, LSC has significantly tightened its requirements for what constitutes a case. Sentence 2: The IRS doesn't care about the common person. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fa409a7d6f264bceb52085d49d928be1", + "input": "Sentence 1: Were the Postal Service to be allowed to set rates under contracts, or to bid for business, it would need costs by customer. Sentence 2: No one acts in the place of unconfirmed presidential appointees. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4573f26e77c451b9433362992244291", + "input": "Sentence 1: Everyone thinks so. Sentence 2: Nobody thinks so. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bc11a2b0972e45369041e5b25e2264cd", + "input": "Sentence 1: A classic Turkish dish, well worth asking for, is mantarly gevec, a delicious stew of tender lamb, mushrooms, peppers, tomatoes, and garlic baked in a clay dish and topped with cheese. Sentence 2: Their reputation is awful and has suffered greatly. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e676be14ea374821930241b8dd1b3a59", + "input": "Sentence 1: i wondered if it would help you sometimes fill-in the gaps or recognize discrepancies that other people people like myself might not pick up on Sentence 2: Lots of people like me need help being informed. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-802c427383a14da7b97e181562403973", + "input": "Sentence 1: The simple rule is, if in doubt about what to do, then check it out both from a technical and value oriented perspective. Sentence 2: I was at his wedding. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bda5b82f6ed64c2dbe2d6556e2a7c836", + "input": "Sentence 1: Lind presents the Reagan years as the time of a revived Cold War, which he endorses as a way to offset the bandwagon of weakness that followed the collapse of Saigon. Sentence 2: Lind says Reagan ruined the economy. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1eab9ff74c954c7980a1495abb523f79", + "input": "Sentence 1: The Commission subsequently granted a requested extension of the experiment,16 and ultimately approved a request to make the experimental program a permanent mail classification. Sentence 2: Plum trees and peach trees are harvested every weekend Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cdaae290ebfe4b57ab67cc3c390c10d0", + "input": "Sentence 1: Hamilcar, Mister Kirby would like to remove the layers of dust he has managed to pick up. Sentence 2: Just do it, don't think about it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af9b5755cb514bb2ab8f170eabe6fd08", + "input": "Sentence 1: yeah we um we usually do probably usually in the springtime or in the fall in the summer Sentence 2: There's no way that you'll be able to learn fast enough. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c66ee75ea49b416b9e380a02a45f01b0", + "input": "Sentence 1: Brownell also said a partnership with the Solano County Bar Association should help get the word out to attorneys who might want to donate their time. Sentence 2: Water wall tubes are absent in this part of the boiler ductwork. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c964ce6226cb4d37988b2f48abcf417a", + "input": "Sentence 1: Brodkey is not obliged to be a poster boy for AIDS. Sentence 2: It's necessary that Brodkey is the poster boy for AIDS. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-13b6a3d477a140c1a01aa33bb08f2db9", + "input": "Sentence 1: yeah yeah yeah i love uh i like i especially like instrumentals Sentence 2: Critics do not accept Uglow's claims. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8101b5e9bdbd4b59b2514471de9b1a0a", + "input": "Sentence 1: South of the hotel district at Hammat Tiberias, you will find the mosaic floor of an elegant Byzantine-era synagogue as well as the tomb honoring Maimonides, the great 12th-century Jewish philosopher. Sentence 2: Maimonides's tomb is to the north of Hammat Tiberias. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-48883238e8d64bf8b5360f855faed98e", + "input": "Sentence 1: Accordingly, the legislation requires that agricultural employers recruit U.S. workers first, and that the terms of work offered foreign workers, when Sentence 2: The tyke who fell through the outhouse hole achieved a small amount of fame. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b023c4d9438a4f17970dbba1d003b260", + "input": "Sentence 1: 'Are you suggesting that I am in some way blunted? Addled? Damaged? Less than a man? Is that what you mean to say, sir, because if it is then I appeal to you to come straight out and say it. Sentence 2: \"You can obtain a broom near the entryway, younger sister.\" Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ffe8deacfb574beeafc21abb99f13f6c", + "input": "Sentence 1: This is a simplification of reality, which probably involves a curve with a slight upward slope. Sentence 2: Just have to earn money! Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1cd4bbd70184d31b7d7c3d9b6445bcf", + "input": "Sentence 1: It has been used over the centuries as a courthouse, a school, and a village shop, and now houses a small museum. Sentence 2: Over the course of the centuries, it has served as a village shop, a school and a courthouse. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9bd56883b1af49d385b07dfff5a80cfa", + "input": "Sentence 1: no and i still think you know again kind of having uh uh within this century come from a uh uh an immigrant family or immigrant families on both sides both my mother's parents and my father's parents were immigrants so Sentence 2: My family has been in this country for centuries. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-77b1a4408a134cefb24b2e22e2464d68", + "input": "Sentence 1: i see that sounds pretty neat Sentence 2: The Museo Archeologico Nazionale underwent many years of renovation and restoration. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-43f4b412632d425dbf827ef3494f89e3", + "input": "Sentence 1: Jon waited and watched. Sentence 2: Jon waited to see what would happen. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7dabff5b16f8470bb16de8973c14c0a5", + "input": "Sentence 1: The security men exchanged a look- then they started moving, ready to throw me out overarm. Sentence 2: GAO was not allowed to audit agencies. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1bde4bd753e411d848abfe535b5778c", + "input": "Sentence 1: Not because of this copypaste, but because of this new system. Sentence 2: This is not because of copypaste but because of the new system. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a0ac6362557e46b79efd1a0403becf14", + "input": "Sentence 1: oh yeah i watch oh i like C i like CNN's new uh news coverage better than anybody's Sentence 2: His image can't be tarnished in this sport. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-792fbea42fbf429fbb4f3f9d4c651b9f", + "input": "Sentence 1: Then the Yankees did a lot of fancy cussin' out 'bout him, trying to make out that he was a Reb' cause Johnny lit off with th' Southerners. Sentence 2: IBM's position in the market ensures that they will continue to sell their products. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5bda9d8c836e4f0c8fa16216360d7f46", + "input": "Sentence 1: Its hanging gardens of exotic flowers and palm trees and mesmerizing views were the inspiration for Richard Wagner in 1880 and that of his last opera, Parsifal. Sentence 2: Patan still completely separate from Kathmandu laws these days. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68549d94a0c44dc7afc526dcc6d40581", + "input": "Sentence 1: That strengthens the conviction that the person in question was her husband. Sentence 2: Proper heat and cold insulation are difficult to achieve in one product. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cab0b3088b16410cb1d96fea0662fd07", + "input": "Sentence 1: but that that time is minuscule compared to what what it sound like they were referring to Sentence 2: That time is massive compared to what they were referring to Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e914691893c457f9e970ee1af0a4d78", + "input": "Sentence 1: This is an attempt to resolve the scandal over whether the banks ingratiated themselves to the Nazis and stole deposits made by Holocaust victims . Commentators agree that the Swiss haven't really repented and are just trying to restore their trustworthy-banker reputation and stave off a boycott organized by Jewish groups. Sentence 2: Most Swiss banks have been accused of stealing funds from Holocaust victims. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-413bfd29b79a43c18ab4f127d63873de", + "input": "Sentence 1: yeah so what we're saying is that we use a credit card when it uh is convenient but if it's going to cost us money we don't though Sentence 2: The distance between resorts can sometimes span miles. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7367e862234416581578c3a8412fbfc", + "input": "Sentence 1: Rua Imperatriz Dona Amelia (behind the Savoy hotel) has a number of restaurants and bars, including Prince Albert, an English pub, and Salsa Latina (Rua Imperatriz Dona Am??lia, 101; Tel. 291/225 182), which has live music. Sentence 2: That's enough. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3095e36021614e7096292871b6c97600", + "input": "Sentence 1: Today, some wary adults are reluctant to lift a thirsty tot to a playground drinking fountain, lest they be viewed with alarm. Sentence 2: You don't have to worry if the data is valid or not. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d0db067a52634f85896f6d647abab07f", + "input": "Sentence 1: He did, and we set up a time to talk more. Sentence 2: All the appreciation of the park is thanks to the marvelous architectural style of Tange Kenzo. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df3b67b17e154ae782edefbd8055c016", + "input": "Sentence 1: We intend to treat you with the utmost veneration and respect.' Sentence 2: I was an assistant principal before going to the central office. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bbba473f6ff844c298372e3ece404eec", + "input": "Sentence 1: This act and other laws define the general responsibilities of the CIO and many of the processes required to manage information in the federal government. Sentence 2: There is an enhancement in the efficiency of the program. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-31267e0274e743c686220eaac657c8ef", + "input": "Sentence 1: You can now ascend the great rock by walking up the Snake Path a hot and tiring ascent that takes 30 to 60 minutes depending on your fitness. Sentence 2: We wont have to run any more tests. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d778bfe63704668a7c1907f891bf397", + "input": "Sentence 1: that's exactly right and they don't realize that that it's it's all onesies and the onesies all add up Sentence 2: They know it's all multiple pieces and it's costly. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e651e09196f047c9b638a79ad3cae6a7", + "input": "Sentence 1: Browning, Martin, and Annamaria Lusardi. Sentence 2: There is a significant difference between a yard and a meter in the textile industry. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e63dca40517a41b98135e229a1abc65e", + "input": "Sentence 1: Theirs is now the dominant right-wing critique of integrationist programs. Sentence 2: Right wing politics is praised by the integrationist. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-676f6f2ef73b4c1f9e6cf26452fcd477", + "input": "Sentence 1: and so we you know and it was prime time it was what seven thirty eight o'clock on a week night and no we have cable and there wasn't anything on any channel and and the stuff that was on the prime the networks you know ABC NBC CBS Sentence 2: People often have varying and different things going on in their lives, he said confidently, being a psychologist. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69118743ba944e90a2058c5f17f7c18b", + "input": "Sentence 1: Understanding how CIOs of leading organizations approach their work, and acknowledging those aspects of the federal CIO environment that limit the ability to implement similar strategies, may prompt congressional and executive board discussions about the need for future legislation and policy changes. Sentence 2: I never want to speak to you again. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eabed5cc8305441b9b6b8329a76ce9fe", + "input": "Sentence 1: Then it's off! Tuppence rose. Sentence 2: It has already been proven that pan-ethnic continental clans are simply the same as American definitions of race. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9ca65fa97ea14e028bba85a8a2135325", + "input": "Sentence 1: George Bush was a wonderful man who really got Ronald Reagan's third term. Sentence 2: Since it was designed by Sir Robert Rowand Andwerson, the building was of course constructed in the neo-Gothic tradition. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d83deabc01d416c80344d34cc52cb55", + "input": "Sentence 1: National Home Start Evaluation Study, Interim Sentence 2: Wilde's jabs to Victorian complacency earned him the discontent of the elites. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c6f135a7ffa146c68ba2613d33e2008f", + "input": "Sentence 1: One of the most powerful exhibits is a single a human shadow left imprinted on the steps of the Sumitomo Bank at the moment of the flash. Sentence 2: It means awkwardness as well as being annoying. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9a6c86797b91495e9ae5120446c4e5b1", + "input": "Sentence 1: That almost surely means that parents have fewer children than is socially desirable, and that therefore, the population grows too slowly. Sentence 2: We are both going to stay in the car. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b5c22ccc1cf4f27ac6fd5e80f0ee42f", + "input": "Sentence 1: I hit the ground. Sentence 2: The master gardener was pressured into surpassing his own work. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7a118b7e62b414d90197e0810bb4f44", + "input": "Sentence 1: When the boy held his arm out, a gesture he must have learned about in tales of knightly courtship, she took it. Sentence 2: The boy kept his arms frozen at his side. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b1f449e5ebef4c31a94c6712d8d83982", + "input": "Sentence 1: Remember to use the area code in parentheses beside the telephone number. Sentence 2: The area code is listed next to the phone number in parentheses. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e57bd2de8b7a425aab6080a7719606d7", + "input": "Sentence 1: 'Point of information: When approaching city limits, the train will automatically slow to around ninety-seven miles an hour. Sentence 2: Apollon is a small resort on the northern coast. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28273989d32745ac9210ca71e733f3ed", + "input": "Sentence 1: Here you'll find all the resorts, bars, and discos you could wish for, but there are also traditional villages, deserted beaches, secret coves, and quiet walks for when all you want to do is escape the fray. Sentence 2: The play received a warm reception but they are having a hard time filling seats. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b09ae5de752c41709fb3fae94b2b149a", + "input": "Sentence 1: and she begins ashoving on of her hat in front of the glass, and she was down in two ticks, almost as quick as I was, and I seed her going down the steps and into the taxi, and I heard her call out what I told you.\" The small boy stopped and replenished his lungs. Sentence 2: He hadn't made a penny from the mines. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7616400bc7f14042a616f33f0d8cb6ba", + "input": "Sentence 1: well we've been to some what what have been rated fancy Mexican restaurants and uh they were good i have to say they were good Sentence 2: Greetings, Hastings. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eec5946a78084a0d89828d94e3c1c088", + "input": "Sentence 1: Poirot came to the point at once, with a business-like briskness. Sentence 2: The horse could not be found at Canon del Palomas. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2ac749b1c9544ebb51e1e36f2cef498", + "input": "Sentence 1: Then Jon and San'doro were on the move. Sentence 2: Jon and San'doro were trying to flee from the demons. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ee879db6aceb4a1990a8541f78b8e435", + "input": "Sentence 1: You don't believe in Mr. Brown, Mr. Hersheimmer? 166 \"No, sir, I do not,\" returned the young American with emphasis. Sentence 2: He believes Lucja. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a007651e6b447bcba3494759ca03a64", + "input": "Sentence 1: politician is pushing it or uh or Mitch Snider or Mitch Snider oh okay well see that's a DC thing Mitch Snider is the the advocate for the homeless that uh he he said said said it out here in Washington uh Washington but he started the um uh the movement for creative nonviolence Sentence 2: The defenders estimated they would get relief about a year after retreating. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-581d1fcc888f40178041bb478625808b", + "input": "Sentence 1: Instead of 'I'm sorry' the Futurobot printed out the following message: Sentence 2: The Futurobot printed out a recipe instead of an 'I'm Sorry' letter. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-71c5944c0e4e437fa19c73ca41f0c2d7", + "input": "Sentence 1: I have come into money, and the shock has been too much for me! Sentence 2: I have been poor for my entire life, and that's the way it will always be. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fa47828e30c7470d808d053034384367", + "input": "Sentence 1: The new rules cap federal welfare payments at the 1995 level (with some allowances for rising unemployment and other contingencies). Sentence 2: It isn't possible for Dole to avoid the cameras, so he'll just have to try not to look too dull. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-80f0377ed8f740cf81e0f54db16b4e86", + "input": "Sentence 1: and uh when i when i first heard about it i was very uh very defensive i didn't think it was something that that the companies ought to be doing Sentence 2: When I first heard about it, I did not agree with it. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1b902cf7f31a42989ca24d89d3caaa38", + "input": "Sentence 1: Ca'daan vomited. Sentence 2: There's no need to tie both of you down to cut your hair. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d32270071ca94276a27e73733ec7e67f", + "input": "Sentence 1: Didn't see Johnny round here agin till last fall when he came ridin' in lookin' mighty beat out an' down in th' mouth. Sentence 2: Stephen Holden thinks the program has fast witty dialogue and great writing. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c62860ad4f6441b68de884c864b3e794", + "input": "Sentence 1: We pushed aside the flapping door. Sentence 2: It is good that we are headed to this major change in a few years. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6598525298264a998374081e46785a50", + "input": "Sentence 1: Also, these simulations reflect discretionary spending growing with inflation after 2001; in our earlier reports, discretionary spending was assumed to comply with statutory caps in effect through 2002. Sentence 2: These simulations reflect a different amount of discretionary spending. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6e616c465c1644a78835e1c64a5d6e5c", + "input": "Sentence 1: Only thus could the enlightenment of Nirvana be achieved. Sentence 2: Nirvana is unattainable. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-58fc479b440642daa685602e0f537f6f", + "input": "Sentence 1: Egypt particularly Cairo is famed for its wood carvers, who still produce beautiful hand-worked pieces in small workshops in the old part of the city. Sentence 2: Menuhin wrote an angry letter to Delhi and said that he was very sick and wouldn't visit if asked. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c303d6e3614941549e679165a47166cd", + "input": "Sentence 1: … I read standard works on crime and criminals. Sentence 2: OMB has decided not to approve either of the collections. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-483b1c0f95ee4d77bdad56c319772dbe", + "input": "Sentence 1: Very sad. Sentence 2: Very happy. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2890155012594785a6851cda543064f3", + "input": "Sentence 1: Wynn's casinos have also set new standards. Sentence 2: Men being discriminated against in the workforce? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f15635e3be704a39b7c5eda3f5b8e528", + "input": "Sentence 1: Located at the croseoads between north and south, Lyon was the ideal choice as the Roman capital of Gaul. Sentence 2: Almost $295 million in fuel cost savings have been achieved. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-230260a839cb433e878b5fbec8788fd0", + "input": "Sentence 1: we can do pretty that's that's what we try to aim for just the two of us or naw you know if we want to have some wine or something we start get into the forty dollar range i guess and Sentence 2: It was sunny some days during spring. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bec5df2a65374b1eb3179f9a108de80b", + "input": "Sentence 1: I don't want to belabor that point (though it is fun, as all the They should have seen it coming headlines on stories about Inphomation's bankruptcy suggest). Sentence 2: There's like five different models, which one do you even like anyway? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02d6b52d0f2340ebbef3ce7a6f8daed2", + "input": "Sentence 1: but uh i i i found it interesting especially uh being from a military background Sentence 2: Kowloon Park is filled with fountains, promenades and gardens. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fac8f508323f497c8ae8767c9d59d17f", + "input": "Sentence 1: For me, every day when I'm working it's like a you get up, go see all these people, and do the thing you love most. Sentence 2: This person does not work with other people often. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6e9138e510b24e7ca15f2ad018665a99", + "input": "Sentence 1: Reliability improves over time with design changes or manufacturing process improvements. Sentence 2: The retail store sells silver. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f01a515debb4b0cbd514f4240e77ab7", + "input": "Sentence 1: Ca'daan's smile broke the dark vision, however. Sentence 2: It does not have to read the mail. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e7acfec628fc476d9d9fe2ced474caca", + "input": "Sentence 1: oh yeah i just got mine in the mail so it kind of inspires me to keep calling Sentence 2: Otherwise, you are robbing them. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-79fbe7834bdb4f9f83d917435817817e", + "input": "Sentence 1: yeah well another thing too is if you have uh some young people who are really gifted and who are leaning towards maybe the uh math and science and that sort of thing which they say we have a shortage of Sentence 2: The sleeping berths found on the steamers are the most comfortable in the world. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a22d40618ccd49369d456e00920695f2", + "input": "Sentence 1: Still, I guess we'll leave it like that. Sentence 2: I don't consider using the computer to type as having an interest in computers. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1811dd1ef1b24f4c9f9e3490fb9b7186", + "input": "Sentence 1: when they come out uh-huh that what the look like but they only bloom for one day Sentence 2: \"What I have to do, is find a place in this vicinity.\" Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a5c9f8ac92d244929049785487f56d77", + "input": "Sentence 1: okay i'm i feel i'm like i'm almost an expert on this subject i've got two in college and if one doesn't graduate i'm going to have three there by September Sentence 2: Assessments have the best when done just prior to closing the deal. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c607e42990b4c7fb453a705770e121d", + "input": "Sentence 1: no because you i i don't think the Mideast has the educational background i i i don't think they're later they're rate of literacy is so low that they're still they still have a trouble mentality Sentence 2: Organizations don't have to be creative in this environment. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-95be371354d1417d8563e073cd2a8307", + "input": "Sentence 1: MIT computer nerds collaborate with Paris, Milan, and New York fashion schools on a line of clothes with embedded computers. Sentence 2: Standard B mail did not grow in either of these times. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fd12f8a2ea3403aa027c9e211a296e9", + "input": "Sentence 1: It is drunk as an aperitif, and indeed throughout the meal. Sentence 2: Other organizations using the designbuild method include NASA and Citibank. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e626dc8a4f441e489eec53151945d8a", + "input": "Sentence 1: The difference, $6. Sentence 2: An advertising executive stated in 1991 that most people that buy computers don't know that there is a chip in there. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-71eb9f216fdf463baf16d724a4d97258", + "input": "Sentence 1: General Accounting Office, 441 G Street NW, Room 7149 Washington, D.C. 20548 Sentence 2: I like baseball more than my girlfriend does. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a4291dfbb61b41759ad7cf805b40f060", + "input": "Sentence 1: Rayfield assists us with these contradictions by saying that, by the standards of his time, Chekhov was a judophile. Sentence 2: The writers didn't even attempt to write in terms that the people of the time could understand. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e7742ae20535428683def7f8701b75c5", + "input": "Sentence 1: In addition, as it did regarding the Year 2000 computing challenge, the Congress can play a key role by actively monitoring progress in meeting critical infrastructure protection goals, including improved information sharing, and by assisting in clarifying the way federal agencies may use sensitive information provided for critical infrastructure protection purposes. Sentence 2: As a large economy, Japan is expected to easily increase demand. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d03f0fe0be414a71bbfeda5f9d8cb2d1", + "input": "Sentence 1: The islands' barren landscapes and stark white, cubical houses with their blue-shuttered windows bedecked with geraniums represent the Greek islands to many. Sentence 2: The air bags were the only thing in that collision that saved their lives. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6cfcdc90b1f448ddb4843e320fbb08c0", + "input": "Sentence 1: Therefore, this Statement requires that information on these resources be reported to highlight their long-term-benefit nature and to demonstrate accountability over them. Sentence 2: This statement doesn't require that any information on these resources be collected. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1e19508003884111a26fb8cdd5f6ee5c", + "input": "Sentence 1: We also organized a conference on document assembly software in New York City. Sentence 2: Jim Morrison is living today. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0d84e01656134e8c80a8e901a2829a7f", + "input": "Sentence 1: Just inside the entrance, on the right, is the Shitamachi Customs and Manners Museum. Sentence 2: GemDraw is user friendly. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c64c10cc8894240b15f197b3235c2f1", + "input": "Sentence 1: How extraordinary \" Tuppence tailed off into silence. Sentence 2: It cost a lot of money to take my photos to the lab. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-807704ef3b8b4cb09627fa954dd77ab3", + "input": "Sentence 1: National initiatives undertaken or completed in 2001 Sentence 2: Models created without a wide basis tend to lead to inflexibility and inaccuracy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3fd1d95c968e486f8a6a564d01b3276f", + "input": "Sentence 1: As it turns out, yes. Sentence 2: We though it would be no but its actually yes Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e985456f6ec64a2d89ee9fb5cd8a716b", + "input": "Sentence 1: Abuse is distinct from illegal acts and other noncompliance. Sentence 2: León climbed to the top pole while the Kentuckian walked his bay on a lead. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87dc9c267403479e86cad4a8109d81ea", + "input": "Sentence 1: no no i i play the piano Sentence 2: Yes, of course I can not play the piano. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-05adac38fbc044c0a5c36c9ffcfcd14d", + "input": "Sentence 1: Paul Wellstone, D-Minn., used the same dodge on Fox News Sunday : Can't we focus on issues that are important to people? Sentence 2: I couldn't believe they lost by such a small margin. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-858c39a1b41e4b779640fff58ba1653f", + "input": "Sentence 1: Robert Wexler, D-Fla., the photogenic and aggressive Clinton defender, does not succumb to this languor. Sentence 2: Chapter 2 addresses health care Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-05b22dd3225340a6a152a55e6c495725", + "input": "Sentence 1: not realize that black and white it nowadays it's actually more expensive than uh color Sentence 2: I don't know what it is. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1dd4467aa6ba49cb803405e1da936b7d", + "input": "Sentence 1: Slowly she went out of the room. Sentence 2: I think we should remove every single troop immediately. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c381b692acf4f6cbaeeea641f5841b6", + "input": "Sentence 1: yeah no i used to when i was when i was uh younger Sentence 2: I still do it now that I'm older as well. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fca16acb9e3d4a9285b7df2e9f09ead8", + "input": "Sentence 1: So, my man, what've you been up to?' She leant on the counter, apparently oblivious to all the customers who weren't me. Sentence 2: She wouldn't even speak with me. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fb5c34ce51444a4b95c55975d55e402c", + "input": "Sentence 1: It's consistent with council's concerns and that of the housing authority. Sentence 2: During my surprise birthday party, there was a war starting in Israel. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8443e61a47a34316a5e92cd446113df0", + "input": "Sentence 1: Orders for 100 or more copies to be mailed to a single address are discounted 25 percent. Sentence 2: Orders of 100 or more are discounted 25 percent. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c50c699842f446a4989adab91719482d", + "input": "Sentence 1: And we don't want to die. Sentence 2: They may be used before they use a software development solicitation. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15291b8b5f714da08bf9e3997f7b26fc", + "input": "Sentence 1: The amendments also require enhanced disclosure of accounting policies for derivative financial instruments and derivative commodity instruments in the footnotes to the financial statements. Sentence 2: It was great seeing those guys grow. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-99d71f689091406eb2a032355fa46d59", + "input": "Sentence 1: It's just my stupidity and lack of understanding what could happen, he said. Sentence 2: Australia and Canada make sure their program managers are accountable. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f970b23382c242929f673a60401d1d91", + "input": "Sentence 1: Winters are milder and sunnier on the Pacific coast, permitting a welcome double crop of the all-important staple rice. Sentence 2: The Pacific coast is known for its brutal winters and summers. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2da2096bdac34b1ea82da122dac7218b", + "input": "Sentence 1: i suppose but i had a hundred and twenty eight thousand on it when i sold it Sentence 2: It is worth visiting Vara del Rey. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4e3367ca5abe4d0b96d8e715ae3c67d6", + "input": "Sentence 1: This augments future income, although a portion of the income generated by the investment will be paid to foreign lenders. Sentence 2: Foreign lenders will be paid eventually Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2bded8db6432453aa5df98cb28e675a2", + "input": "Sentence 1: Oreskes declined to tell him, of course, who the Times ' sources were. Sentence 2: The site still needs to add a message board. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f748263539de40478449f377e279caf2", + "input": "Sentence 1: um-hum yeah i wouldn't like anything of that nature you know don't tell me what to do you know Sentence 2: I want you to tell me what to do. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0fc293ac0c604833aaaedcb62934899d", + "input": "Sentence 1: you know where some people can't where they're in a wheelchair or where they're in a bed and they can't get around but then they have full care but i really like those those options now and and i think about it more often because my husband's parents Sentence 2: There are two mansions that visitors can tour. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d496e23de7ba40f191d7b5319a269e5f", + "input": "Sentence 1: we we don't we we we choose not to deal with the extended family because we feel it's kind of cumbersome when in reality it makes things much much easier Sentence 2: Altea is a port and many boats are docked there. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68df4bff96924958beecbb9fddd949c9", + "input": "Sentence 1: There were no pictures. Sentence 2: There were lots of photos. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f44fa6f97ad84d6c87173c49eaafd3f6", + "input": "Sentence 1: Housing had always been scarce for Hong Kong's Chinese. Sentence 2: Benedetto Antelami carved two statues in the baptistery. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-782d74bf558644249344abc34b03c13c", + "input": "Sentence 1: The nun went out and found the portrait just as her dream had foretold. Sentence 2: Attorneys may carry out their professional duties without interference from LSC. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-035229bb4ae543c3afd5a3459c5c6af9", + "input": "Sentence 1: We also suggest a small selection of holiday resorts and excursions on Napoleon's wild and beautiful island of Corsica. Sentence 2: There are many museums and activities relating to Napoleon on this island, giving you a breath of history. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d6ef34cc671d4e99b2526e6bc0c9563f", + "input": "Sentence 1: anyway i don't know i just Sentence 2: They were trying to get people to visit the art gallery. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2021da44766f405cb962735bbebb7772", + "input": "Sentence 1: The Commission sought public comments on the facts and circumstances surrounding the representation of all eligible aliens who are affected by the presence requirement. Sentence 2: The appendix summarizes recent findings in the report. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7233791befc141229958fb7b6a0a44f0", + "input": "Sentence 1: Little fool. Sentence 2: Little genius. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4413def834df4fb58e05bc2db25a9be7", + "input": "Sentence 1: DOD's environment encourages meeting schedule milestones instead of capturing design and manufacturing knowledge to make decisions. Sentence 2: There are two amazing state rooms that are used for entertaining important people. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-904b6ea734aa4dcf83e323d80bf1dfb6", + "input": "Sentence 1: Most city delivery routes are park-and-loop routes. Sentence 2: There are five types that can be considered when evaluating presort discounts. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ac0c55399c094cbfa8bd961e8a497be0", + "input": "Sentence 1: The New York Times says he won't try to indict them but might publish a damning account of their behavior. Sentence 2: He will publish an account of their behavior that will cast doubt upon them. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-901ed22e14ff404bbee058746401cff4", + "input": "Sentence 1: you messed it up you fix it Sentence 2: In April 1997 the Illinois Equal Justice Project was created. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8a3711b23c9432383caf268a94f34ec", + "input": "Sentence 1: Sad organ music is suddenly replaced by an upbeat, jazzy The owner opens the drawer and takes the package. Sentence 2: A new concern with people Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a780aba681104471913060c49a17b8d3", + "input": "Sentence 1: A walk along the banks of the river below the museum provides good views of the 11th-century bridge and the red-brick mills that used the flow of water to power a variety of industries. Sentence 2: The DOC did a lot of things to improve the way it operates. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21e8186310ae44fe8641d8a87f3d9663", + "input": "Sentence 1: oh i think i think that the um woman's role has come a long way we've gone more into the business aspect of uh like i say of i don't know working more and then and we i think we've even gone into more of the labor aspect of it also Sentence 2: Only one program has not provided community legal education. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-40cba33a299a4a5889aec4a8ebc0e007", + "input": "Sentence 1: and it is really really good about the um Saudis and just tracking their families and the Arabian culture Sentence 2: I do not fight for the revolution. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a173b6b1cf754de68796205b253c4570", + "input": "Sentence 1: Last Friday's bombing of a Serbian TV station was much criticized in Europe over the weekend. Sentence 2: The boats carry 25 people, including the crew. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-57cb500a7fba4d2b902b4757230d6f94", + "input": "Sentence 1: is there was there somewhere to go Sentence 2: The cookie is low in sugar and calories. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd9d0b070ed448178679297bf89f100c", + "input": "Sentence 1: It was recognized that confidence in audits needs to be restored not only for investors, but also to attract and retain the best people for the accounting profession over time. Sentence 2: There is a way to go from Marseilles. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ece5355af7404998a6e1392cb6b85a02", + "input": "Sentence 1: Many policies are implemented and, to some extent, enforced by technical controls, such as logical access controls that prevent individuals from reading or altering data in an unauthorized manner. Sentence 2: Technical controls are never used to implement and enforce policies. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a6e055e9025f4f25b9cefd0b252908b6", + "input": "Sentence 1: But if you prefer good sandy beaches, head for the East Coast. Sentence 2: Don't have lunch out on the terrace. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b6315071204346efb41211eaa4c0fc7c", + "input": "Sentence 1: Today it is the center of a small arcade and shopping/dining area. Sentence 2: Argentina exports fresh, chilled and frozen beef to other countries. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7adc464f02a449b8ac291bb3c974e10", + "input": "Sentence 1: Number Fourteen will see to that.\" There was a hoarse murmur. Sentence 2: It will be taken care of by Number Fourteen. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0f68c6ec6c584d0b8254b3241c4a1ce9", + "input": "Sentence 1: really well i'll have to remember that because uh hopefully we won't have them this year but we have a cat that comes in and out and the cat was getting um fleas and stuff and bringing them in the house so we had a real problem last year with fleas and it was uh quite a drag because um we got them in our house and we're Christians and we prayed that we could get rid of these fleas and we got rid of them believe it or not with smoke bombs which is just about impossible to do but we did and so we don't want them back this year you know so i'll remember that if we see it's a problem in the yard we almost they were so bad last year even ticks it i don't know we've had ticks before a lot and we've had to get out and treat our lawn for that i think we used Dursban we used Dursban and Diazinon and get out there and do what you do with that thing you know and spread it all out everywhere but that's about the extent of our lawn care so i don't know do you enjoy doing it Sentence 2: on alternative metropolitan areas Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ace67b83d9084912856481b20c0be3ac", + "input": "Sentence 1: If the employee is not recording his or her T and A data, the basis for recording the data could be (1) the timekeeper's or supervisor's observation, (2) time clocks, or other automated timekeeping devices, where not prohibited by law, or (3) other applicable techniques. Sentence 2: The employee is responsible for recording his T and A data at all times. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2d74f9a1bda44ce8911ec2cf0934715b", + "input": "Sentence 1: 1 The Clear Skies Act would cut sulfur dioxide (SO2) emissions by 73 percent, from current emissions of 11 million tons to caps of 4.5 million tons in 2010 and 3 million tons in 2018. Sentence 2: Free speech was legalized which led to them printing many newspapers. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da3273635da743d6b4f286acccad30a9", + "input": "Sentence 1: They will burn the village, said Gauve. Sentence 2: Before the 20th century, soldier-engineers designed buildings by recreating buildings from the West. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cef8926a60a54a6b98e136e1545e0f03", + "input": "Sentence 1: To meet our first objective, we reviewed the experiences of leading public sector organizations that were successfully changing their management and accountability practices to be more results-oriented. Sentence 2: I'm going to haul him to the local police station by the scruff of his neck. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-945497ffb79a446cba5f44c44ef55ad8", + "input": "Sentence 1: They had 'a physical relationship' but it wasn't sexual. Sentence 2: Us old guys don't do it often anymore, but we used to for sure. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afb6710708744599baf83e3f289056de", + "input": "Sentence 1: Apparently the sun had passed through the sky in a similar manner. Sentence 2: The sun never passed through the sky. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1138f0f7a7d24880828e331b2d03d268", + "input": "Sentence 1: To date, the Comptroller General has not excluded any AICPA field work or reporting attestation standards or SSAEs. Sentence 2: The Comptroller General hasn't excluded AICPA field work. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8a468fd2226b437eb92eaaf1a0e916af", + "input": "Sentence 1: In the 1980s, Democrats could be counted upon to argue that Republican presidents needed congressional authorization for military action. Sentence 2: A career here is very boring and badly paid. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4eb0e408fcb34c1fbd577586e47e4777", + "input": "Sentence 1: The final rule adopts uniform competitive bidding rules for all future auctions, which simplify and streamline FCC regulations in order to increase the overall efficiency of the competitive bidding process. Sentence 2: McCain introduced an act that deals with reservation gambling. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-243468df86bc490baba9bfd12464453a", + "input": "Sentence 1: Outlying Neighborhoods Sentence 2: There are funny things like people skiing and doing things on the water. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c6814f753e9e41d2b2f00fa2d7dd1246", + "input": "Sentence 1: While section 609 likewise is inapplicable, the preamble in the Federal Register notes that the Departments wanted to afford public participation to the maximum extent and, therefore, the negotiated rulemaking committee meetings were open to the public and all sessions were announced in the Federal Register. Sentence 2: The sessions were publicized in the Federal Register. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9967033b4b0d4b778270b2f748c4daba", + "input": "Sentence 1: Inside, left of the Baroque nave, go down to Naples' earliest known Christian sanctuary, the fourth-century Ba?­si?­li?­ca of Santa Restituta, in which the original Roman columns survived the 1688 earthquake. Sentence 2: The town has not seen any tourists travel in decades, and it doesn't look like that will change any time soon. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb3702c391b3459dbd9de07108ed9d92", + "input": "Sentence 1: hum that sounds great especially i mean the fact that you can prepare the meatballs so so far in advance i mean like if if you are having a dinner party on Wednesday night you could do it on a weekend that would be great Sentence 2: You can't prepare meatballs in advance. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2441d56c87e54c06bbe9b0decb334bad", + "input": "Sentence 1: we still look pretty good don't we Sentence 2: Will has become a basketball player, because he has practiced for years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59a50b43e0c6424aa85dcd0c8a333a72", + "input": "Sentence 1: With the sole exception of H-2A workers, LSC grantees may provide general representation to aliens on all the same subjects as is provided to citizens. Sentence 2: In 1964, Britain was overtaken by Japan economically. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6853e5e1fff041ce93fcdf24d60e3e5e", + "input": "Sentence 1: i've had one idea that i think is is is completely undoable but it but i think it but but i suspect it would work and the way to do it is to get an absolutely atrocious candidate who you never expect to win to go out and make inflammatory and ridiculous and stupid statements so that a large population of of of voters will go out and vote against that person for someone else so given a choice between you know so so if you have so if if imagine a world where you have two real candidates and one idiot who goes out and makes you know anti you know sort of um Sentence 2: The Mus??e Basque focuses primarily on military history. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-72ed609841e34e4fac648bd48aaae692", + "input": "Sentence 1: Down on the right is Maxim's restaurant, which began as an ice cream parlor and is now a monument more venerable than the Madeleine. Sentence 2: I am unaware of their present situation. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-546c7670f5f24f23b83f5c97b768f47f", + "input": "Sentence 1: Benidorm, one of Spain's most famous resorts, lies just 12 km (71 miles) north of Villajoyosa. Sentence 2: The omissions make the characters seem blurred. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c8a4b74bf8f418f9f7ac9fb45cbc5f3", + "input": "Sentence 1: If the primary goal is to make certain that families with uninsured children have a fallback, then we should keep the program cheap and cover just the services children don't get without insurance--like physician and preventive services. Sentence 2: Don't buy those dreams he is trying to sell. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21eab9a685e347219717e40b76d2a8b0", + "input": "Sentence 1: As we passed through one of the gates on our way home again, a pretty young woman of gipsy type coming in the opposite direction bowed and smiled. Sentence 2: The mutual loathing was good publicity. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e0328282d654adcabff8123f15eea57", + "input": "Sentence 1: A government committee debates the alien blueprints (Foster, Skerritt, and Woods). Sentence 2: Ephesus was an important city in Africa because of natural resources. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25d24ff559594e62bb8a4e9545cd88cb", + "input": "Sentence 1: Gradual decadence and increasing gentleness.\" Sentence 2: She has a reputation for constant lies and deceptions. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61f3e410e6c041ffa7438077901977d5", + "input": "Sentence 1: He reconsidered his belief that there was no delirium, wondering if the feeling were not itself a form of hallucination. Sentence 2: It was not a shock that Dave had made it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f8b9d17499b74c5a853879d6db19deab", + "input": "Sentence 1: yeah i'm in a book club and i think i've seen his books Sentence 2: Someone is listening to a childish conversation. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d18c2e555674764942e4c637955ee64", + "input": "Sentence 1: Their breath came in clouds in the cool night air. Sentence 2: We don't have issues with payments, it's convenient working for a big company. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc26cf668b994af5984ba0e680e68c71", + "input": "Sentence 1: Hospitals could hire physician assistants to handle calls that don't require doctors, but that's expensive. Sentence 2: It is not permitted to sell if you are a bidder. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad5b5cf6d55e4844ae1948c0afa63ada", + "input": "Sentence 1: 1999: Harvard To Accept Mortal Kombat Scores in Place of SATs Sentence 2: I realized that John had fought with his mother prior to killing her. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d32c99624cd4efeb040c7d25dcee329", + "input": "Sentence 1: Some suggestions are Chompy's in the Powerscourt Townhouse Centre, The Bistro for pizza and pasta in Castle Market, Fitzer's cafes, and the Coffee Dock Grill in Jury's Hotel, Ballsbridge, which provides a special menu just for children. Sentence 2: This menu just for children is filled with themed foods, named after famous cartoon characters. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-813e4a43bed549a7a853636624781bad", + "input": "Sentence 1: These traditional low-drafted craft ply effortlessly and quietly through the water guided by their experienced pilots. Sentence 2: High-drafted craft make much more noise than low-drafted ones. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9992a91f9522401cb7f021bbbc40e78f", + "input": "Sentence 1: Similar relics have been around since Phoenician times. Sentence 2: There was some rain a few days ago and there were tornadoes in Oklahoma. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf0a4424aa9141b987f32443c1522077", + "input": "Sentence 1: 1 The advantages and disadvantages of effluent grab and composite samples are listed Sentence 2: The advantages and disadvantages of effluent grab are shown in a cartoon Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f0aaa8f248724dbf9e2170b04ce7a3a2", + "input": "Sentence 1: Planned originally in 1863 as a synagogue and for many years the world's tallest building, it's now a beloved city icon used for exhibitions and elevator trips to its panoramic terrace. Sentence 2: Darn. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-231acca8fcdd48348597f2f02f86ce53", + "input": "Sentence 1: Fuji, reputedly originated as a pile of sand left behind by the temple's construction workers. Sentence 2: It is often said that Fuji was created from piles of sand that the temple's construction workers left alone. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3b069a4e603148cb9cae16e42a2223b0", + "input": "Sentence 1: You quite clearly state your unwillingness to advise on issues of macroeconomics, but one assumes you are aware of all this tragedy of the commons talk that's going around about the Web. Sentence 2: Consilience deserves to be a best-seller. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1369906028f34a88a29d5cd59f9d8c71", + "input": "Sentence 1: After the Lydian conquest of the sixth century b.c. the city lost its importance, but was refounded by Alexander the Great on the slopes of Mount Pagus (now Kadifekale), and under the Greeks and Romans it became one of the principal centres of Mediterranean trade. Sentence 2: The SBA did not read the report. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6dc6a6b91d6246abb7233d2e9ef824b4", + "input": "Sentence 1: It gives her a wider berth than the specific and credible language, but it does not require her to appoint an independent counsel every time someone in the opposing party detects the appearance of a political conflict. Sentence 2: Even world-weary travellers will be enthused by the Taj Mahal. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6305459484f04e63b915e4429b19e00f", + "input": "Sentence 1: The Egyptian Obelisk, brought to Constantinople by the Emperor Theodosius in a.d. 390, had been commissioned by the pharaoh Thut?έose III in the 16th century b.c. Sentence 2: Researchers have analyzed the case study within those fields. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0425e2f958b54095862d60a87241d475", + "input": "Sentence 1: Lifeboats have been constructed for the top dozen employees. Sentence 2: There is a chance that he does not know that it may be a cult because they have brainwashed him. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-751d1e95ac72427aa7fb2bbe2d229ae1", + "input": "Sentence 1: You'll enjoy visiting Le Vauclin, a consummate fishing village with more than its share of friendly, weatherbeaten people. Sentence 2: Your law concerns the BBC's right to employ David Attenborough. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-361161bbad464f859bf10acd6d34928d", + "input": "Sentence 1: South of Falmouth you'll find Cockpit Country, an amazing and almost impenetrable landscape of limestone plateau (or karst ) pitted with holes and fissures that have created many fantastic formations. Sentence 2: It's easy to find Cockpit Country by its landscape of limestone plateau. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aacb1b170f2a45b8ae1272dd1dc5d503", + "input": "Sentence 1: Thanks to my (mis)information, both groups would have the exact same number of soldiers. Sentence 2: Both groups could bring 10 people to the fight. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-08d2635287844b83b26b7240faebc6a0", + "input": "Sentence 1: Yes, said Sir James gravely. Sentence 2: I know what you did. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae8618fa512547bca54732a8e806d93d", + "input": "Sentence 1: With this reduction in error rate, the CSR's now meet the standard of substantial accuracy which was the objective when LSC initiated the Self-Inspection process in 1998. Sentence 2: Unannounced inspections are used to gather information for Self Inspection. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-01455045dd2843cabd9a5b7993c2924c", + "input": "Sentence 1: whether that would uh get them addicted or not you know that that's a real worry Sentence 2: Shiva's symbol is in the east. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d63455c62d74acb8d5719eae60a5099", + "input": "Sentence 1: Thoroughly destroyed by war , it is economically devastated and ethnically divided. Sentence 2: United by its diversity, the country is recording record economic growth. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a5f3814690d742e2a62fa1342c8da502", + "input": "Sentence 1: She had the transparent skin and classic features that occur once in a million times but which still keep the legend of redheaded enchantresses alive. Sentence 2: She had dark, tanned skin and light blonde hair. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e5c25abcd2714a0793c2b8a3af05c6df", + "input": "Sentence 1: (In his epilogue, he offered compelling, albeit circumstantial, bits of evidence that strongly suggest that Haywood and the others actually were involved in an assassination plot.) Sentence 2: Strong sense of social responsibility made her choose to become a doctor. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d41b5c215f5645a980498102eea97e56", + "input": "Sentence 1: A Biography , by Pierre Assouline, translated by Jon Rothschild (Knopf). Sentence 2: If auditors find the internal controls over data are not effective, they should include that documentation in the appendix. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e77f6b88f00e45bf9f3579a1e6170106", + "input": "Sentence 1: It was a victory for the dark-skinned, dirt poor masses against the hincty Negroes who had historically looked down on them. Sentence 2: As small children are prone to falling on carpets, this is relevant for children's fleece. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0a9aaf54757b4052b5ac1b39e4ca503f", + "input": "Sentence 1: Toward the southern end of the Dead Sea, a major health spa center has developed, with luxury and moderate hotels offering unique Dead Sea programs for relaxation, health, and beauty. Sentence 2: Hokkaido has a lot of fun winter sports that people drive for hours to take part in. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-474f34825f13402e95338d0696ef869a", + "input": "Sentence 1: uh-huh uh-huh uh-huh well i guess i will have to see it then Sentence 2: Depression has to be connected to the failing U.S. economy. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f96ef680c824dc092d074e6c243de70", + "input": "Sentence 1: The thing is, we've become closer--and now I'm attracted to him. Sentence 2: Since we have become closer, I am attracted to him. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-02879d225ce74c5f86af39e888f87bcc", + "input": "Sentence 1: The Company erected its east-coast installations in the year 1642 just down the road from the Dutch, at Mandaraz, pronounced Madras by the British. Sentence 2: They were tossing lime in upstate New York. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f85656c89ff474b8d2caf825262f579", + "input": "Sentence 1: Sometimes it was too small, and sometimes too big, and sometimes not in the right place. Sentence 2: The object did not fit the needs. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6bd7ed1aac304b7faf031334cf271b01", + "input": "Sentence 1: According to one official, such standardization helped to ensure that (1) members understood the level of risk imposed by the circumstance, (2) information was appropriately sanitized to protect the victim's identity, and (3) solutions were easily understood. Sentence 2: You've been through a lot but you must keep going, Boris. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ef5c954402c4f4ba17c82580e2b943d", + "input": "Sentence 1: He threw open the door of one of the offices and led them through an outer room toward an inner chamber, equipped with comfortable chairs and a desk. Sentence 2: The flexibility analysis were broadly accepted as accurate. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2087dad194714f0e892bf95f47f73a46", + "input": "Sentence 1: The beautifully restored ruins of the Eglise Toussaint (dating from the 13th century) have been incorporated into the Gal??rie David d'Angers (33 Rue Toussaint), which houses a unique collection of the sculptor's portrayals of notables including Balzac, Victor Hugo, Gutenberg, Paganini, and George Washington (here in Angers you'll see a plaster bust, the bronze of which stands in the United States Capitol). Sentence 2: The restored ruins of the Eglise Toussaint date the site to be from the 13th century. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7eb5189242894a09aa9ea0b444be44f2", + "input": "Sentence 1: evidence consistent or inconsistent with the hunches. Sentence 2: There is nothing specific that we know. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f869863bf96440f9b33cb032928b7219", + "input": "Sentence 1: The trend toward interpretive installation, aimed at broadening art's appeal by expanding public understanding, paralleled the transformation of museum-going from serious cultural pursuit to highbrow entertainment. Sentence 2: In September 1996, we said the past 2 audit reports showed information security was not an issue. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15f3b95d29194e06b25c2bffef8b85d4", + "input": "Sentence 1: Qualitative Data A Sourcebook of New Methods. Sentence 2: Three investigators usually collect data during a case study. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-032fa99463e14b1494871fc9e88548cf", + "input": "Sentence 1: i think when they're really little like the eighteen month old it's not fair to the animal because the kids are so miserable to them if they're out very much Sentence 2: Drove the car to the other side of town where it's extremely beautiful and I think I will take Jane there for a bit after I locate her. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e4f9ab2bbdfc44acbe4cebf9465f3fd4", + "input": "Sentence 1: The futuristic Kaiyukan Aquarium has at its core one of the world's largest indoor tanks, containing a dramatic collection of sharks and other large deep-sea fish. Sentence 2: The Jews were never granted permission to build a second temple. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87e537bb60fb4ed7982ce401adf8f530", + "input": "Sentence 1: They offer alternative pictures--in the partial birth debate, for example, they used a photo of a woman who had gone through the procedure, surrounded by her husband and kids--to emphasize the woman's humanity and obscure the fetus. Sentence 2: American tourists who couldn't go to Europe due to World War II made that their destination. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f6795449ce9242ccb2b70b95503b29ab", + "input": "Sentence 1: i agree i agree but um yeah like like you said i wonder you know if if it's certainly not going to be a slow change process and i wonder if it'll ever be a change process Sentence 2: His inventions influenced authors.. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13d116b668fd4ea697ca796fc1775c2e", + "input": "Sentence 1: Qualitative Research What Do We Do to Improve and Estimate Their Validity? Sentence 2: What do we do to improve and estimate logic. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1e15f9e084f44139ac5d1dd11f5576f8", + "input": "Sentence 1: If Finkelstein were to apply his logic to Lee Atwater's Willie Horton strategy, he'd have to write, Not race but crime served as the prime scapegoat of George Bush's 1988 campaign. Sentence 2: Blaming minorities was George Bush's main reason for problems during his 1988 campaign. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-72d6e4654ddc4183aeea62d1b456505e", + "input": "Sentence 1: and uh so i didn't get to spend as much time with them as i as i should have as i really wanted to Sentence 2: Adrin had killed Barik. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a46d169c08c941769f561ca6a3027e6e", + "input": "Sentence 1: it's probably about thirty or forty of them in there Sentence 2: The high priests and nobles are not as well thought of as. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c55af6b764f413fa408722c22eaa7ed", + "input": "Sentence 1: The Federal Managers' Financial Integrity Act of 1982 requires agency management to annually assess and report on the adequacy of internal control. Sentence 2: The painter's date of birth is known, even though nobody knows who the painter is himself. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f42a73f763c481dbbed7bccc43d241e", + "input": "Sentence 1: what do you all have aspen you all have mostly aspen or Sentence 2: You all have aspen Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cff566efee6a4c4cb4fc66ff556ea950", + "input": "Sentence 1: He looked for the black moon but could not find it in the dark sky of night. Sentence 2: Exhibit 4 only provides a list of the health effects for which we were able to quantify benefits. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e3a89a381db4fcc9b597f1478a28e6f", + "input": "Sentence 1: The preamble to the final rule contains the required information regarding the collection, including the reason and need for the information, the number of respondents, and an estimate of the annual burden hours which will be imposed. Sentence 2: The preamble to the final rule contains the information they need for the collection of the data. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d07ee4a3cac7482abb09e162dde6e054", + "input": "Sentence 1: He felt that it would be a mistake to open this set of research recommendations with a recommendation that included screening for withdrawal or other conditions. Sentence 2: Most businesses prefer to avoid this method of rate setting. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-04e8a0683bf543fea4413b1acd1abd98", + "input": "Sentence 1: At just 2,300 sq km (3,710 sq miles), the area is small enough that it can be covered by car, north to south, in just a few hours. Sentence 2: I used to work an actual job. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3aee143515f74d2db9410c0c9a2e978e", + "input": "Sentence 1: Energy is being focused initially on using the cultural wealth of the island to create a real national identity. Sentence 2: The island has a rich and long history. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e9fa1c6d59a84ab28ba67a8554f2a3e5", + "input": "Sentence 1: and uh you know that vote's just as good as you know the one on election day Sentence 2: I have to plant some grass under the oak tree. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93ef5bf2ef8b48fb99c3c326367b6813", + "input": "Sentence 1: I just caught the train. Sentence 2: I haven't found a good spot to do it around here. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d1d37e30f1e64b129d4e62e3d262caaa", + "input": "Sentence 1: The Four Courts was designed by James Gandon in 1785 after the death of the original architect. Sentence 2: The information was useful. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df4d389013044350bcae7f7d4ce1b475", + "input": "Sentence 1: First is the pseudomoderate's If both sides are mad at us, we must be doing something right. Sentence 2: I don't see any value in that contribution, especially in that profession. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c6d306ef6794072ac9c6e3162ef3b96", + "input": "Sentence 1: We intend to do more work on the implications of downsizing and of the government's human capital approach generally. Sentence 2: Improving product design reliability can be measured by tracking that metric for at least a year. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3bb9636ac5b64432b7b0c6fee89a87b0", + "input": "Sentence 1: For the most spectacular view, climb up to the broad path that runs along the roof of the arches on its perimeter. Sentence 2: I don't think I will be buying a new car any time soon. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e6d63eb4df946a1bb4f0a4d20fa9abc", + "input": "Sentence 1: One example is a book on bureaucratic failures, which is based entirely on GAO reports of management problems in different agencies over a considerable period of time (Pierce, 1981). Sentence 2: Pierce was the first to write about GAO reports of management problems. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-246110ace9804f88bf6382fb07dc58a0", + "input": "Sentence 1: 1913: Congress Creates IRS To Unite Nation Against Common Enemy Sentence 2: The IRS was created in 1913. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3d1184837c584c84a06879e487fa915b", + "input": "Sentence 1: Offshore fishing is popular all along the coasts, notably for tunny (tuna) off western Sicily, for swordfish on the east coast, and spear-fishing at Bordighera. Sentence 2: Harrer's memoir covers the 13 years of his career. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7e71780b0bb4fa892b32d3a2797be73", + "input": "Sentence 1: The studio's We could have shattered weekend records by releasing the film on a Friday but chose to accommodate fans by opening on Wednesday. Sentence 2: The studio was very good at listening to fans' requests, and they loved it for that very much. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-67e896a427b348b683534f6a382c5726", + "input": "Sentence 1: Jon savored every single bite, feeling the juices warm his mouth and roll down his tongue. Sentence 2: Jon decided to skip lunch today and go for a walk instead. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-90403a18d8144a01996903cb347dd8cc", + "input": "Sentence 1: Then he became conscious that the pause was too lengthy, and he replied with a hurry he immediately regretted: \"No hard feelin's.\"This time he was able to recognize the meaning of that quirk of Shannon's lips. Sentence 2: If I had a job I would have other problems. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-51f5be8d7d26450fa2193df631b63838", + "input": "Sentence 1: They were pushing the pace all right. Sentence 2: They were keeping the pace faster and faster at night. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-24761f201baa43939f6f0ee97a58b609", + "input": "Sentence 1: Could (as many of you noted) Shining Path, Slate 's fiercely Maoist yet unreliable Internet service? Sentence 2: Rennie should dismiss the favor as an insult to the Range. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc0d353d6b394be8bd5dc78e626c0e54", + "input": "Sentence 1: However, the agencies made the staffing reductions before much of the new automation was in place, and automation efforts had not been fully implemented as of Sentence 2: The agency should have waited before firing any of its staff. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4f78eb0d93604dbbab2947b93e44762c", + "input": "Sentence 1: She made it no farther than a first-floor sofa to bring little Nabulio kicking and screaming into the world he was to conquer. Sentence 2: His mother was trying to make it to the third floor. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cae3ff8ae8b642eaa46e3589f51e7197", + "input": "Sentence 1: Although unified budget surpluses increase national saving available for private investment, increasing federal spending on infrastructure, if properly designed and administered, can be another way to increase national saving and investment. Sentence 2: There is no way to determine the reliability of a system. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81f4c02e77384d768e5c1ce164e4dc04", + "input": "Sentence 1: okay it didn't make the national national national national news too much which i find really weird Sentence 2: I was very certain and without a single doubt that they will do a detailed full-page write-up for the news. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4d08e3dafd674a90a33e88572bdcf117", + "input": "Sentence 1: DON'T! implored Tuppence. Sentence 2: Drew could not even begin to guess why the boy was offering to assist him. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-05ba51e188214366949b0e7c234e26bc", + "input": "Sentence 1: One makes Skipper. Sentence 2: The depiction of Nancy before Stanislas is located outside. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5acf3bb14d10431383c3244faa8b6071", + "input": "Sentence 1: The new culture spread throughout the Mediterranean, helped by a huge increase in migration from the mainland to new settlements such as Carthage, a Greek city on the African coast of the Mediterranean. Sentence 2: A new culture spread at least partially through migration from the mainland to new settlements throughout the Mediterranean. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2e22aebf0eef41f8be3acd26135e3f85", + "input": "Sentence 1: The main house is now a museum of antiques, including furniture from a variety of centuries and origins. Sentence 2: A three hundred year old chair once used by the queen is stored here. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d19530c43e8b43449ad14b829ad318a1", + "input": "Sentence 1: not yet okay well of course you're at the class A level you're a few years away from that Sentence 2: You won't reach the next level for a few years. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0759fdca82124af688fcbb0044d99e32", + "input": "Sentence 1: He threw the letter into the waste-paper basket. Sentence 2: What happens with your ideas if you are proven wrong? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d73da20e37a947158680eed53fabaab0", + "input": "Sentence 1: and hoping to bring in maybe a little bit of like Kennedy charisma or something but the guy is so uncharismatic Sentence 2: Maybe they could get government relief? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e49e57a7c7b14c5ca2e8891aebb4f138", + "input": "Sentence 1: i work at the Lewisville site Sentence 2: All the other finds here were uncovered at the palace as well. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c1082f1be474b6f81b68e8050d733b8", + "input": "Sentence 1: To tell you the truth, that's what started me off suspecting you. Sentence 2: They next day they would seek other who might aid them. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f837074aa99c49a48ed097f747771a58", + "input": "Sentence 1: I gave my stock In the first place, we don't know the truth; in the second place, the presidency is not a person but a team. Sentence 2: The president works alone, and we know the truth. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eb88eca29b0941cebd91f00912144b7c", + "input": "Sentence 1: What the fad for foreign IPOs ignores is the massive uncertainty still attached to foreign markets, even as it has led U.S. investors to overlook everything they take for granted at regular reports, corporate accountability, open books, the Securities and Exchange Commission. Sentence 2: U.S. investors only ever invest in companies that are in the US. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fed16386cc2948f59acad66bc84fc8bb", + "input": "Sentence 1: i just don't move very well when it's that cold Sentence 2: This can't be done through worksharing discounts or contracts and is especially effective when mailers can do the work in a different way than the Postal Service. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2cd2fe1eaa954f258c0912cd255aa85d", + "input": "Sentence 1: Ever since then, Masada has been more or less deserted. Sentence 2: President Bush had applauded Saddam Huessein about his tactics. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-889ef7f5bc764efe98c09b3faca72a37", + "input": "Sentence 1: The dollar value for URS is the average of the dollar values for the 7 different types of URS. Sentence 2: Under fast pay, the invoice is examined for payment authorization. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a4e8eb6c02cf44578812e021cbcf489f", + "input": "Sentence 1: It also requires landlords to have their property inspected prior to tenants signing a rent-to-own contract and to provide the tenant with the inspection report. Sentence 2: The Proclamation of Independence Memorial is the most important memorial built in the area. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a8726c06878b4a74bbe67ba36ba6b3bf", + "input": "Sentence 1: The shogunate, always suspicious of people on the move, maintained a system of garrisons along the road, and no one went through without an official pass. Sentence 2: The Y2K issue was widely ignored and required little to no work to resolve. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b143fbe66eaf4bd58553e4a79310ca1a", + "input": "Sentence 1: uh-huh yeah they do they think it's a paycheck Sentence 2: In their minds it's basically a paycheck. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc94d35e423842ecb899bd4d889f57df", + "input": "Sentence 1: This was critical for success since these individuals managed the day-to-day program activities. Sentence 2: Women experience menstruation on a typical twenty eight day lunar cycle. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c1471f5f58240e1aab3adad3b938b92", + "input": "Sentence 1: well i it was done for me after a while i had a uh i had a business going and this was back in the eighties i don't know if you remember the gold and silver prices and all that but uh i had a coin shop and everything was going great while gold and silver was up and it started falling Sentence 2: The new DASH buses run entirely on electricity. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-446bc905108341d58553364207c9e53e", + "input": "Sentence 1: and um a lot of people just just wear jeans and and uh sweats all the time and they dress up like when customers are coming in or uh when we have department meetings or something like that and um Sentence 2: No one is allowed to wear anything other than the uniform. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b5f484f5b6e9414aa5a88a40f4ec7dff", + "input": "Sentence 1: Many of the comments sought clarification of what we expected of the agencies and what they could expect from GAO. Sentence 2: Many of the comments sought clarification, among other things. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4f0586a7a05246fdbe6c20491a670fea", + "input": "Sentence 1: Its reconstruction was begun by Alexander the Great (his decisive victory over the Persians at Gaugamela in 331 b.c. was predicted by the oracle), and continued for many centuries, but the temple was never completed; note that some of the columns remain unfluted. Sentence 2: My grandmother did not have a problem. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5041b9af16fb4797b718c45a21813cd8", + "input": "Sentence 1: no i've never been there either i've not known but just a few people from there Sentence 2: I know a few people from there but I've never been. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1c251f2192b84516ad051cbbf8ce3378", + "input": "Sentence 1: Auditors should use a cost model to provide general estimates and not precise figures. Sentence 2: We watched the show during our lounge breaks in the staff lounge. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1342715f6cc443a7ab37056cd454a115", + "input": "Sentence 1: How accurate was the weather forecast election forecast? Sentence 2: I see it, sooner than later it will happen Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f8424d5eb5b4911b7f1492dce2b08c2", + "input": "Sentence 1: Built in the third century a.d. they played host to the highly ranked of Roman Alexandria who would come to the baths to relax and exchange news while enjoying a soak or a massage. Sentence 2: There were no massages at the baths. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-849d868c1b664e968bcb514e5005231e", + "input": "Sentence 1: But when it comes to taking on unions, that cliche is a canard. Sentence 2: The unions are being taken on by the corporation. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-542c9e93a7144677bddea44427617296", + "input": "Sentence 1: How could you be so mean!\" Sentence 2: More than half of the time, there is preaching on KCBI. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d6378fdd146d4295b9c67ed1d7964b35", + "input": "Sentence 1: The area of overlap is quite small relative to the ranges for each country. Sentence 2: The overlap area is minuscule. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ca173cb3a091486084bc6f3d244cbee5", + "input": "Sentence 1: Stand on the Pont Royal in late afternoon and look down the Seine to the glass-paneled Grand Palais, bathed in the pink-and-blue glow of the river. Sentence 2: The river glows from radioactivity. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0da9b893440f4438afe25721882ecd6b", + "input": "Sentence 1: what's the name of it again Life Extension Sentence 2: I dislike channel 8. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-defb57265fb9479b875e580c4d320ce7", + "input": "Sentence 1: It can be a region (Chesapeake Bay water cleanup programs), a nation (democracy in the Philippines), or an organization (UNESCO). Sentence 2: He then realized the folly. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60684074d8354614bac263e109d654b2", + "input": "Sentence 1: In 1996 the stone was returned to Scotland amid great pomp, though it will make the journey to Westminster Abbey in London when the next coronation of a British monarch takes place. Sentence 2: She said that we had to go back to the city. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-312e5cc78b184b3d83d06aab80b543be", + "input": "Sentence 1: uh when i left here uh she had to change a set of plugs in the car because she was up here for a month or so after i was Sentence 2: She had some care issues while she was up here. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-255c8b2cd8364131a7d03f95bcab15b1", + "input": "Sentence 1: For this reason, interest earned by revolving funds should normally be classified as exchange revenue. Sentence 2: Look at the lamp and chimney. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-53f2d24cf00345c884f94f1a4aa01a31", + "input": "Sentence 1: : Long before the blockbuster movie, Jubilee! Sentence 2: This was before the movie Jubilee! Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0ca68c43582e48258644ad166c3c5a07", + "input": "Sentence 1: all right i agree with that people that are uh driving Sentence 2: People don't drive. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eaca6a43c929438586f082e1559ad55c", + "input": "Sentence 1: At the national level, there are a total of 575 wrestlers classed in six divisions according to their win-loss ratio in the annual tournaments. Sentence 2: There are about 60 wrestlers at the national level. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2106d8bd358b4a48b8065378a396721a", + "input": "Sentence 1: At least there was still light enough for him to travel safely. Sentence 2: Bairav isn't bloodthisrty at all, he is a god of peace, as gentle as a lamb. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dbcc5d0a604843a2ae40b8470a4a603a", + "input": "Sentence 1: well uh there's an expression for that with eyes on the past backing confidently into the future Sentence 2: The past is important to remember. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d25e3d7bf3894c93b64608d4e98a0d2f", + "input": "Sentence 1: Revenue as a share of GDP falls from its 2000 level of 20. Sentence 2: The NHTSA did not follow the rules because they thought they were above the law. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c02c47f14544483a82fc5ff0fa8c20d", + "input": "Sentence 1: Finally, I would also note that, in the past, we have suggested that a central focal point such as OHS be established statutorily in order to coordinate and oversee homeland security policy within a national framework. Sentence 2: You're headed in the wrong direction. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b5a7e6debac4197879d5dddbef0ac3f", + "input": "Sentence 1: well if it ain't uh well you know uh Sentence 2: It is a shame you don't loke the way you look. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0d4be18591c543879a0028cd6189a955", + "input": "Sentence 1: and they had done a lot of work on that with uh scenery and buildings and they had trolleys running around and uh a lot of animation in there and uh it was in business for a long long time i don't know it it still maybe in business Sentence 2: They were a barren wasteland with not a single shard of grass to be found. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ccf783a24aff4394ba00b0bb05cc294b", + "input": "Sentence 1: The irony facing Dole--that converting your status into multiple wives can threaten the status itself--is thus a remnant, though greatly diluted, of our Victorian heritage. Sentence 2: Dole is never involved in the ironic discussions. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b2274b76514c439ebafdddfeccb752de", + "input": "Sentence 1: Grasmere village is one of the prettiest communities in the Lakes, but also one of the busiest. Sentence 2: The reasons they stopped included a lack of workers' rights. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5dc8c7c02d8348dd85b349bac50d9f2e", + "input": "Sentence 1: Most of the drinking reduction occurred among the patients with mild to moderate alcohol problems and not in the heaviest drinking subgroup. Sentence 2: Most of the reduction in drinking was in the patients who didn't drink the most. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-10b216596e824893bd5206f28845d48e", + "input": "Sentence 1: The cathedral's 750 stained-glass windows are sublimely restrained, but Tomes bronze, marble, and jasper ensemble of color, shape, and symbolism is startling, and, daring as it is, much criticized. Sentence 2: The Romans built Santa Barbara. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c7cce606e194e7b82a3b91bb1e9e899", + "input": "Sentence 1: At the north end you come upon the Casino (a private club, not a gambling establishment), with spirited turn-of-the century decor. Sentence 2: They kept an eye on me for weeks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00603b3af0b64043b31f819dc68f7a78", + "input": "Sentence 1: This hardly counts as dependence. Sentence 2: The man shook his head with a heavy, worried expression. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7f3be9150c94c74ad1bc2d3cce333d0", + "input": "Sentence 1: 7 million for next year, according to Weir. Sentence 2: Next year will require 47 million. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d6d4d0466d864b12bfc2c8eefa546cf7", + "input": "Sentence 1: Decreases in two funding sources prompted the cuts, Worthy said. Sentence 2: Cuts are never made Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e84c55573df4bd3a66a49dbe5e1536a", + "input": "Sentence 1: But what does it mean? Sentence 2: Of course, I know all about it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aa8985e407d44f2895fed2370ed26230", + "input": "Sentence 1: no no i go to the it's the Naval Postgraduate school out here Sentence 2: I am not currently studying in school Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a2352fcb11dd4584933f2482438b196d", + "input": "Sentence 1: 'It's striking that so many farm workers report experiencing symptoms of pesticide exposure,' said Jackson, director of the agency's pesticide project. Sentence 2: Eyeballs have no association with wallets. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a3a7f4dcd364be3bf95a7e5d23e3fba", + "input": "Sentence 1: What did you see? asked Adrin. Sentence 2: What did you eat? asked Adrin. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1c9d04630cd44c8b91c83d92e53378b7", + "input": "Sentence 1: In every sense a region apart from the rest of France, this rugged, unspoiled island offers dramatic coastlines and a wild interior of densely forested hills. Sentence 2: Towards the end of the 1100s, the Kamakura shogunate was established. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0b560bdf1b846348633b36679a079f4", + "input": "Sentence 1: Time criticizes Seymour Hersh's controversial JFK book, The Dark Side of Camelot . Hersh's juicy stories are recycled from other books, the magazine says, and sources for damaging accusations are dubious or misquoted. Sentence 2: I dont think I could ever make a large garment. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca3966792f664afb8275b607ebef94e5", + "input": "Sentence 1: The economy flourished thanks to the expansion of a vigorous entrepreneurial capitalism in iron, steel, and railways, augmented by overseas ventures such as the Suez Canal. Sentence 2: Which of Gore's actions deemed him worthy of this treatment? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8bd8c4488e6e42188e0c05ae9fa72b30", + "input": "Sentence 1: John rattled the handle of Mrs. Inglethorp's door violently, but with no effect. Sentence 2: I wish I had watched the whole show when Fishbone was on. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-446575049a774489858e4f02082b75ac", + "input": "Sentence 1: Statement on Compliance With Generally Accepted Government Auditing Standards Sentence 2: selection was only given to the top two possible ranks. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f542291ebed4e4c9c59fd2434724cbb", + "input": "Sentence 1: yeah yeah you know she should be getting on with her life you know getting getting that part behind her but yet it's it's kind of tied to her the way it is now Sentence 2: Dave Hanson was not a man. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-537e4063bbb44f34b990fbdf33d09fd0", + "input": "Sentence 1: they were giving out and they had a little pen there with animals in they could pet you know and they liked that and Sentence 2: The tubes are almost a mile long. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-12fb948bdd894d3cbd13cb7af03f715e", + "input": "Sentence 1: Captain Bayliss. It was acknowledgment rather than a greeting, delivered in a cool tone. Sentence 2: The Royal museum is one of the royal palaces in town. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2381d294fb664e1a8c29db689c7b9db6", + "input": "Sentence 1: As recently as 5 years ago, the designbidbuild method of facility acquisition was used almost exclusively. Sentence 2: He could really use some peace and quiet, so let him do some fishing. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2ba90414cfd43be9cd3bee3f96bcf66", + "input": "Sentence 1: but it makes it very hard especially if a husband and wife work at Texas Instruments Sentence 2: That makes it harder, especially if the wife is the manager at Texas Instruments. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-27704a4c10d9463cbac99cc6af9fca2e", + "input": "Sentence 1: I'm staying even if I have to fight them alone. Sentence 2: You should present yourself as a former V.A.D. who has chosen to be a domestic servant and be warm to your interviewer. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21451e4c50c34e74b8d364333122c168", + "input": "Sentence 1: One day I killed a bandit who was extorting one of the local iron smiths. Sentence 2: The bandit had bright yellow teeth. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a895b00866c6484ca00d371333c99f32", + "input": "Sentence 1: Flat land is at such a premium in Funchal that even the likes of Reid's and Hotel Savoy can only afford two tennis courts each. Sentence 2: Chios once enjoyed a time of prosperity under the Genoese. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ddfb0aa039647139f97560ccd6c8f84", + "input": "Sentence 1: oh i'm in Texas Plano uh-huh Sentence 2: Pollitt and Sullivan brushed off what had happened, and unauthorized... Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29eac44ef8f6489cae502956bc4c6112", + "input": "Sentence 1: The use of computerized, tailored messaging represents an important technique to provide targeted, individualized feedback to patients considered most open to change messages. Sentence 2: I wouldn't recommend it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e7f302ca6d4c4ded8fb93a5e17873c0b", + "input": "Sentence 1: No hint of sinister doings. Sentence 2: Signs of evil activities were everywhere. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ccfc802c28b04442900fd32b55c2a641", + "input": "Sentence 1: Perhaps rightfully so. Sentence 2: Perhaps with right because of the moral balance of the universe. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9096a0deff5a4e2896a439f504ccc4d2", + "input": "Sentence 1: should handle cases like that Sentence 2: He used any yogurt that he had on hand to do his experiments. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ce438d5fe6b420d99303bd3253a6151", + "input": "Sentence 1: oh yeah i think it's uh definitely got good definitely got a right idea Sentence 2: I think it is a terrible idea. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0deb70b53a264c869636352da024ffc5", + "input": "Sentence 1: Where are they? asked Adrin. Sentence 2: How should the federal government operate in the 21st century? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-deb871761c7f4543a3241d90884e78be", + "input": "Sentence 1: Other items include hats, scarves, ties, purses, kaftan shirts, and wall-hangings. Sentence 2: They shoot deer, not each other. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ba0d3622c358469db946c7c8f9c4be51", + "input": "Sentence 1: The program spending assumptions developed in this analysis are used only to approximate the impact of the CEF scenario s. Sentence 2: The impact of CEF scenarios are best approximated by spending assumptions. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d64e1c447ebb4c6c9acc702f3641e0d2", + "input": "Sentence 1: Our food? Our livestock? Our women? Jon felt Thorn stiffen and so apparently did this man Severn. Sentence 2: He was taking good care of his ear hair. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-729b69b17b704b178a3a651f86e966c3", + "input": "Sentence 1: By the end of the century rural delivery was started on a limited basis, but it did not become ubiquitous until the early part of the twentieth century. Sentence 2: Rural delivery was only in 2% of areas a hundred years ago. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c6f1a57c2cb44997965fc61beb54102d", + "input": "Sentence 1: Keyes wasn't ducking the pitch. Sentence 2: The pitch was not being ducked by Keyes. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-95ea83332dba48c6b6c77e643229a52c", + "input": "Sentence 1: uh-huh uh-huh yeah the friend of ours over here he's got uh sixty five or sixty six Mustang with the six cylinder and uh i was look under the hood of that the other day and like you say you can see the road it's amazing Sentence 2: The Romans adopted parts of the Greek culture. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cfc725a3596a4b3a88b0b160a9cc9cfc", + "input": "Sentence 1: But it certainly is queer that Mr. Brown has not yet wreaked vengeance upon us. Sentence 2: Mr. Brown has responded quickly and harshly with all other instances of being slighted. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-585a04f379594e6c899898ba70e6c529", + "input": "Sentence 1: At least not until John McCain gives me the go-ahead. Sentence 2: A supportive attitude is necessary in order to make progress. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e631d69287c84dfb84e6ec4e463b4462", + "input": "Sentence 1: well there is always the uh the possibility even remote as it is of uh of mistaken uh of Sentence 2: If you've ever looked into who made the most profit in 1990, you'll see Exxon was number one. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d661233c641419bb9af2703129857c2", + "input": "Sentence 1: Growers are not required to pay unemployment or social security taxes for H-2A workers. Sentence 2: Unemployment nor Social Security Taxes are not required therefore growers find this benefit uneasy to pass up. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-841fc0a6252f4669ba1477a2321bbf0c", + "input": "Sentence 1: If he does it by proxy it's cowardly.' Sentence 2: An interim air-operating permit may need to be obtained until changes occurs, in every State. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a6fe29ca16bd4c11be3a4f1796d50a7c", + "input": "Sentence 1: It may not be much of a speck on the globe, but it is big enough to contain a modest mountain, verdant farms, and that real Mediterranean novelty a river. Sentence 2: Allied and German casualties totaled to less than ten. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c426436a262240bfa5fde137b9ea044a", + "input": "Sentence 1: These compounds fall to the Earth in either dry form (gas and particles) or wet form (rain, snow, and fog). Sentence 2: He mumbled It must be! to himself. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf95ca94b79041b9b6b3d733a57be479", + "input": "Sentence 1: Sicily's major port city offers fresh seafood in shapes and sizes unimagineable, and a number of good no-frills trattorias within or near the market promise an excellent, inexpensive lunch. Sentence 2: Only the leader could name new devices and principles. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee0ac05454944f8485351021d1fde4d0", + "input": "Sentence 1: 1These instances have been the subject of case studies. Sentence 2: These instances have not been studied. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-db1ec55eef2b40bca3e7dc2fcb368ac8", + "input": "Sentence 1: Why, Albert Einstein addressed the same group! Sentence 2: The same group was addressed only by Albert Einstein. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fd6be01880664b3eb942aa7b81464471", + "input": "Sentence 1: i heard about that Sentence 2: Evans called it such because he found many pianos in this area. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d32c268be0464b3680e81d366bf5c093", + "input": "Sentence 1: Accurately measuring WTP for avoided health and welfare losses depends on the reliability and validity of the data collected. Sentence 2: I was studying Italian soccer on television for months. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-37e8571058934f49a08d336667b94030", + "input": "Sentence 1: Michirones is a splendid mixture of broad beans, chunks of ham, paprika, sausage, and hot peppers, plus tasty bits of this and that. Sentence 2: Ham, sausage and beans are all in michirones. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-42214477d59b4e649efa529ef38cb4bb", + "input": "Sentence 1: more than that more than that i know Sentence 2: Michelangelo Buonarroti was Ghirlandaio's apprentice. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11d5dd276d584cbbb9ed7d35818567a3", + "input": "Sentence 1: There are now several lodges at Royal Bardia National Park on the Karnali River. Sentence 2: Rooms are decorated in the classical style and are generally warm, but there is extensive temperature control in case you prefer cooler temperatures. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01363cc7023d49bba683196664c1ebca", + "input": "Sentence 1: 51 A review of state statutes, including those of the District of Columbia, revealed that 38 states have a provision that allows third-party payors to issue policies that deny payment for injuries sustained while intoxicated. Sentence 2: No matter the cause of an accident or injury, third party payers will always pay the medical expenses under the insurance plan. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-90611b2502a04f9d8450ba6dfcb7ae1f", + "input": "Sentence 1: Christie has been called by the Guinness Book of World Records, among others the best-selling writer of books of all time, and the best-selling writer of any kind together with William Shakespeare. Sentence 2: She is eager to have more children, given that she enjoys staying at home. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c9fb7c4a7d3485186260d503731b354", + "input": "Sentence 1: Total organochlorine pesticides plus PCBs should be less than 50 ng/L (APHA, 1992). Sentence 2: They do not rebate you any amount of it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5f24bdeb0ee34272b33b96c63a1de167", + "input": "Sentence 1: For example, a key target would be saving enough to afford the nation's costs for supporting the aging population. Sentence 2: You can kick people out of the tennis club courts if you want to play at all of the Martinique resorts. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-35f58a917e9f41f6ad47fb755ffd540c", + "input": "Sentence 1: He tried to help them get him into the lung, and one of the men nodded encouragingly. Sentence 2: Criminals do, when it's profitable, Anse said darkly. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b06bdea97b9f448184ecf8d98f2edef6", + "input": "Sentence 1: Typically, approximately 40-50 percent of the labor is for boilermakers. Sentence 2: Usually, 70-80 percent of the labor goes to the boilermakers. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b60d2fde3480459da8199bde52be1567", + "input": "Sentence 1: you know so uh i don't lose any sleep sleep over stuff like that Sentence 2: The additional requirements are a complete waste of time and money. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-84f2f8f753944bc19ac5bb4830b9f7ad", + "input": "Sentence 1: GAGAS incorporate the AICPA's field work and reporting standards and the related statements on the standards for financial audits unless specifically excluded, as discussed in chapters 4 and 5. GAGAS incorporates the AICPA's general standard on criteria, and the field work and reporting standards and the related statements on the standards for attestation engagements, unless specifically excluded, as discussed in chapter 6. To meet the needs of users of government audits and attestation engagements, GAGAS also prescribe additional requirements to those provided by the AICPA for these types of work. Sentence 2: AICPA field work is usually incorporated by GAGAs. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e57a374843344714a7ed45e863c77019", + "input": "Sentence 1: From here, you can survey the whole 9 km (6 miles) of the golden, sandy beach. Sentence 2: The market sells fish and other animal produce 5 days a week. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-03ac967fbb2c4a2f98945ba5e0193fa3", + "input": "Sentence 1: When RN ran into every kind of problem after June of 1972, most of which were unearned and a chunk of which was earned, my father never thought of disavowing him or even distancing himself from Nixon. Sentence 2: She was pleased because she had proven her point in a concise manner. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5de031dfb17243c9856781c0498836c8", + "input": "Sentence 1: Originally known as Edo (meaning estuary ), Tokyo was just a sleepy little village surrounded by marshland on the broad Kanto plain until the end of the 16th century, when Tokugawa Ieyasu moved here and made it the center of his vast domains. Sentence 2: Edo is a small town located near Tokyo. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c0b32cb226ca4d64bd322f3f6b1f63cd", + "input": "Sentence 1: No fool's errand, sir. Sentence 2: Tuppence forgot his name. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2ecf851fe7f40c9a49058eff5c79059", + "input": "Sentence 1: For 1) Little is known about the relative costs of flats and parcels in Priority and Express Mail. Sentence 2: The two year old and the teenager are going through similar stages. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0a10d4c9980f4e50acb9462b349fdadd", + "input": "Sentence 1: Do you think anyone knows what we're up to? Sentence 2: Everybody knows what we're up to! Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f756389d04ac492f827b37f06f0a54b4", + "input": "Sentence 1: well yeah i bought one i went to the i bought the low impact first i thought shouldn't out of the blue just jump in Sentence 2: The great tower was destroyed! Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-074dcf12178749709680eb1578237be7", + "input": "Sentence 1: you know i mean it's sad because those those bears were doing fine until we got there you know and now they're now we're killing them because of something that some monster that we created Sentence 2: The Whitewater scandal involved the kidnapping of martians. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-942dd9d0033a4c459e8a2e2018205500", + "input": "Sentence 1: so you would Sentence 2: Vegan dinners are all horrible. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-425598f959fa469e8cbc584e002594a6", + "input": "Sentence 1: She works from a formidable personal and intellectual commitment that we can and should do better to make the justice system accessible to all. Sentence 2: Long Beach has places where you can rent watercraft. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0f7e1d9bc6114b0c84b31454d2007e96", + "input": "Sentence 1: And the only discernible reason Bill Bradley--a Gore clone in both middle-road policy and stump awkwardness--is polling 25 percent of Democratic voters is that he is independent of the Clinton scandal machine. Sentence 2: The majority of cases reported by LSC grantees would have been possible for the federal investment. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18723484364d4b9fb617b34adb5686f1", + "input": "Sentence 1: The Commission's analysis addressed the effects of the rule on small entities in a general manner, consistent with the requirements of section 607. Sentence 2: There are severe penalties if the requirements of section 607 are not met. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-714cf3174a0a4de7b5cd27a873dc82c7", + "input": "Sentence 1: She pointed up a rickety ladder that apparently led to some attics. Sentence 2: He refused to place his hand in the crevice. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a0af8a5b54d649c08bf4b879ad048ba5", + "input": "Sentence 1: CDC Centers for Disease Control and Prevention CERT/CC CERTa Coordination Center Sentence 2: The CDC in New York was rounded and grey. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6f6a47bb622d45188120c2c367215041", + "input": "Sentence 1: uh oh yeah and it's so peaceful we went out to Texas Stadium one time for a Boy Scout jamboree Sentence 2: We enjoyed our trip to Texas Stadium for the Boy Scout get-together. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bed0aa97b2ee40459eebf02197faeb55", + "input": "Sentence 1: uh-huh they live lean for one thing and they tithe and they really believe the Bible says that tithe puts it puts a hole in your money bag we don't honor God with the first portion and so they i think that helps a lot i think that's the key Sentence 2: The people truly believe the Bible. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c62863fec894ff9a93d5b0fe396632f", + "input": "Sentence 1: (Europe is already grabbing MLS's Goalkeeper Brad Friedel went to Liverpool last season, and more top MLS players may follow him.) Sentence 2: There couldn't be a nebbish liberation this year. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7c7151e83a24f59a5d004c666030f37", + "input": "Sentence 1: oh yes and then i go ballooning Sentence 2: Both the stars of the blockbuster movie were sometimes drunk on set. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e03f7475c0fe4b619803ff92650c2491", + "input": "Sentence 1: Wasdale, the birthplace of British fell-walking, is still very popular with experienced fell-walkers because its rocky crags give access to some of the most challenging hiking in the Lakes. Sentence 2: Creating a performance management system requires less attention than an external financial report. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd22f60075ae41a8b2ada297b144da27", + "input": "Sentence 1: Another site looking to cash in on the campaign is www.gore2000.com . It's not officially affiliated with the Gore campaign, but the site sells a wide array of Gore paraphernalia--everything from buttons to gourmet coffee. Sentence 2: Fans of my article will be shown a few paragraphs to get them interested in reading the whole thing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9827a63fd3e64c56a548406ac259569f", + "input": "Sentence 1: uh this one yeah this is five hundred Sentence 2: A weather detesting shop on the internet. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e9058bed0285476aac25eb555b78e6c8", + "input": "Sentence 1: This approach is similar to that used by the organizations we studied. Sentence 2: Our approach is slightly better than theirs. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2537995b5a8c4dd4b0e301d8dc5a211a", + "input": "Sentence 1: Signs direct you to these great waterfalls, which are among Guadeloupe's finest, if least visited, scenic attractions. Sentence 2: I don't do any of my own maintenance. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b9d63b584e64350bbec93e6a5be176c", + "input": "Sentence 1: Popular protest in the big cities in 1919 at first took the non-violent form of a hartal, an Indian strike called when the soul is shocked by an injustice. Sentence 2: Protest in the big cities began in 1919 with mass looting and rioting in the streets Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3e607605801c4aff82831c5945b8b2b8", + "input": "Sentence 1: um we've got a couple of portable lap top PCs at the office that i end up bringing one of them home a lot Sentence 2: The evolution of syntax made us human. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-967ed0265c634bf7bbbb7486241873d2", + "input": "Sentence 1: you know it's like you're not going to go in there and say no listen there's a separate country why because you're going into the border Sentence 2: The railroad bought the majority of Stewart's ranch to build more railroad tracks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21d8ce9cea8f4e548c2cf63c5f45728b", + "input": "Sentence 1: so i it was actually wonderful because where i was there were half Met fans and um half Sox fans Sentence 2: Cranes and other lifting equipment can now be of lower capacity. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c640febca9f4480810f58571aa1a1cd", + "input": "Sentence 1: A Dutch and British cemetery is to be found farther down the hill. Sentence 2: The bumble bee patterns are the most common. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e5ec19320ae44a5963247ed330a4be1", + "input": "Sentence 1: With Harper in place, one gets the sense of Rockefeller seizing up on the issue of money, eventually forbidding Harper to even discuss it in his presence. Sentence 2: Rockefeller is in denial of his financial situation. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-79d2a16fb91d4befba228b3639a51b3d", + "input": "Sentence 1: 'I think I'm going to try and find the bathroom.' Sentence 2: I'm going to look for the bathroom. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-23ea4efcb8fc41baa31472fe4b88d2f7", + "input": "Sentence 1: 8.10 MULTI-CONCENTRATION (DEFINITIVE) EFFLUENT TOXICITY TESTS Sentence 2: Once again, Manjushri failed to create a pond for them to live in. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e6727773fb894e00a2385068c5bafc31", + "input": "Sentence 1: One oddity to the church is called la catedral de Santa Maria de las Neus (Our Lady of the Snows) a rather offbeat choice of a patron saint for this sunny part of the world. Sentence 2: Dead air can be glorious. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f5ddad0b76354ba5be27d0f905ab6036", + "input": "Sentence 1: When a budget surplus occurs, the federal government can use excess funds to reduce the debt held by the public. Sentence 2: Financial and consolidated reports contain a wide range of information relevant to business operations including accounting information, leadership particulars, business goals, and anything else that could affect the bottom line. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9bc387b9fb964a2797ae0c4218e37b76", + "input": "Sentence 1: As Ca'daan watched, the woman drew another spear from her quiver and threw. Sentence 2: The woman had a quiver full of spears. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2fad9f5b7ad84459bca8cd93c2eb8761", + "input": "Sentence 1: In a few brief words, he summed up the result of the postmortem. Sentence 2: You know had supported. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-152c092ef9c344eb8d5f169ce06fa0a1", + "input": "Sentence 1: The Department promulgated this rule under the notice and comment procedures of 5 U.S.C. Sentence 2: They forgot to collect that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5dd30ddd2d14779a4cced06ee3a92ad", + "input": "Sentence 1: Some of the tastiest species are levrek (sea bass), barbunya (red mullet), palamut (bonito), uskumru (mackerel), and lefer (bluefish). Sentence 2: The game is really fun but also with nice graphics. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dab633a592de4e6fb80c58f5d970d6a5", + "input": "Sentence 1: We have also taken steps to streamline and expedite our hiring process. Sentence 2: Efforts have been made to speed up our hiring process. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41b9025906a442bebc205fc7b22664ff", + "input": "Sentence 1: on the uh grass area it's kind of hard to keep grass in certain areas and i'd never really thought about that but but we're pretty much at the very top of this little hill and all the runoff from from the concrete uh the shopping center near us and the alleyway all that goes down to our neighbors so so that was a little thing that i'd never really considered and was fortunate that it worked out that way Sentence 2: The WP points out that the scandal is bad for business. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e11cde04858a462f983e16a3eaa2f2cf", + "input": "Sentence 1: Oh, bother ME! said Tuppence impatiently. Sentence 2: Tuppence yelled his request to be bothered. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-382251e62a6d40d7b67b3680f929e9cd", + "input": "Sentence 1: Well, he is arrested for the murder of Mrs. Inglethorp ” ” Sentence 2: I think they are still in business because a friend of mine told me so. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91b6abe6e0df4d82b3b4dea4c98c8287", + "input": "Sentence 1: Tommy, let's be adventurers!\" Sentence 2: Still I think something else could be said. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07624b8935d849c1ac226572e8b7d5ec", + "input": "Sentence 1: Price caps may sound more attractive with every passing rate case. Sentence 2: Price caps make so no one can sell an item for more than a certain amount. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-196350d991ec4f74a0b43cbb985165fb", + "input": "Sentence 1: In addition, 1.2 million tons of capacity is being built in Trinidad and Venezuela. Sentence 2: I don't blame you I would be really mad too. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7eb864ad13834db0b2f1a1bd5fc13ebb", + "input": "Sentence 1: A dozen? Sentence 2: Twelve. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9041566d8c7547cf9301b54bc1418fcf", + "input": "Sentence 1: Cpk values also have an additive effect on various individual parts when each part is integrated into the final product. Sentence 2: It was destroyed and rebuilt so many times that its name now evokes destruction. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ffa87af057c4ccebca99f959e045d4a", + "input": "Sentence 1: Non-discount long-distance rates rose even faster. Sentence 2: He was falling down. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9faf96c577a1452d8f237272fcf3d9d5", + "input": "Sentence 1: Yes, but who IS Jane Finn? Mr. Carter nodded gravely. Sentence 2: The Jeu de Paume exhibition building was built in the 1950s. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0bd51eb227f74b6f90d74abe28f841d1", + "input": "Sentence 1: uh-huh uh-huh well what other movies have you seen then lately Sentence 2: The stone shelf is covered in polished marble now. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b29edf02516e4b40b3700f5d38dec3f1", + "input": "Sentence 1: In answer to the objection that urine tests reveal only very recent use of hard drugs, Bruce Reed says that before long, drug-testing technology will have advanced from urine to hair tests, which may reveal chemical traces for up to a year. Sentence 2: Hair tests to reveal drug use may reveal chemical traces for up to a year. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9266169772ba4899a7789abbeb2adc04", + "input": "Sentence 1: No notice is paid to her coming and going in the house. Sentence 2: It would have never taken off with use in the film industry. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec429d6ec93c4c5cb62053db42896b96", + "input": "Sentence 1: well thanks and it was nice to hear that you've had such good luck with your cat Sentence 2: The landing of the ammunition was the tricky part, however there is also another problem. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1834d5943148402f99f4f0a674cd9f71", + "input": "Sentence 1: But it still snubbed my CD-ROM drive. Sentence 2: There was no republic. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f575c0531bb2464081545f6b9f4abd28", + "input": "Sentence 1: So if mandatory insurance yields a dramatic drop in premiums, then both the previously insured and the newly insured can benefit. Sentence 2: His thoughts did not include anything about Natural history. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2678d302b7ef4df2ad605da57acc0325", + "input": "Sentence 1: The octagonal construction provides the interior with seven exedrae, or recesses, the eighth being the choir and apse. Sentence 2: Currently, James the Conqueror and Ferdinand are staying here. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8e16342f6c5b461cb570456239fd71f6", + "input": "Sentence 1: and that's the reason i said maybe if you had something like a block party okay we're going to have a block party everybody's going to get together we're going to discuss the different issues and stuff and then we're going to go and vote you know we're going to go vote like Sentence 2: His uncle knew more about what was happening, but didn't tell him. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-efd4ff05122f42d0b91d0ef91ad4c524", + "input": "Sentence 1: In March of 2001, LSC released Building State Justice a State Planning Report from the Legal Services Corporation. Sentence 2: There are few paved roads on the island. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e414a6b8ea7249b680a931a4a441e2a2", + "input": "Sentence 1: He says: \"Find the extra coffee-cup, and you can rest in peace!\" ' Nothing more. Sentence 2: A rural carrier delivers faster to cluster boxes than mail boxes. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c91464ee92a49da814f204c348f4614", + "input": "Sentence 1: Together with the Palazzo dei Priori, the cathedral sustained some damage from Umbria's 1997 earthquake. Sentence 2: Wallace never used sarcasm and never used irony either. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0961994ea17473e94caa29d7bb2c2bd", + "input": "Sentence 1: These rumors of AIDS survival are greatly exaggerated. Sentence 2: The decline in household bill/payment volume amounts to a very small portion Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8484d9c8f0b44413831783c5dcc6c968", + "input": "Sentence 1: well i think that the trial in a sense is kind of a threat to hold over people to try to get them to reach an agreement out of court because it does cost so much money Sentence 2: The most recent versions can be accessed through their computer networks. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f2486317250497bbe9eb5fc391c0b9c", + "input": "Sentence 1: Mostly pushed past her; just kept going straight for the bathroom. Sentence 2: Slate doesn't face any situations regarding whether to print information. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e9b8aef54d74de4b4afe6e258640aaf", + "input": "Sentence 1: Early FGD systems were designed with separate quenching, or prescrubber, systems to cool the flue gas coming off the particulate control device. Sentence 2: All FGD systems do not cool flue gas. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-690f388357674df7b30e8751747bc18f", + "input": "Sentence 1: He considered sending San'doro to find out what had happened but the air shattered to the east and a body and horse fell hard to the crunch of bone on stone. Sentence 2: The General Accounting Office is located in Florida. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9ce0b4dda4d432c83da0a45679b4a73", + "input": "Sentence 1: (These national grants are described in detail below.) Sentence 2: They are likely goin to be within the country. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4da631f086074ae191c2b66ae78210d4", + "input": "Sentence 1: On July 19, 2001, LSC implemented a Reconfiguration Re Sentence 2: We've reached the highest echelon of jobs. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed4146131cc24ecaa9047f1f375fddd4", + "input": "Sentence 1: But you could very well make the opposite argument. Sentence 2: The large man's lips twisted in a smile in response to the shrug of the warrior woman. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-52022f083ac94099abefde6736469d8b", + "input": "Sentence 1: Ah yes, hello Mr. Vice-premier! Wiesio, what's up? It made an impression only on Wojtek, who had serious money probleMs. 'Boss, this is not Mr. Vice-premier, but Chojnacki from accounting. Sentence 2: Mr. Vice-premier confused Chojnacki with Wiesio during their conversation. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e93ebc9d5b3f49c3ab56ec0910615ea0", + "input": "Sentence 1: Turn north on Rue Damiette, graced by some of the town's handsomest old houses. Sentence 2: To see opulent homes on Rue Damiette, one should head northwards. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-89d9ce6bb62a4232b439c85c4c549287", + "input": "Sentence 1: yeah it is and it this has an you know my treadmill has an incline and you know you can get a really good workout on it Sentence 2: I enjoy working out on my treadmill. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-69117d2140fe4ce6ad773f0c837be830", + "input": "Sentence 1: The member countries have more people and exports than the United States but a somewhat smaller gross domestic product. Sentence 2: There are a few classical pieces in particular that I enjoy. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ce67d1703e34032a3be90307babccc2", + "input": "Sentence 1: If they say so, said the Astronomer, \"I'm sure it will. Sentence 2: That must be the case. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-95336ca6741a414c9583c1bdaa6ba4d3", + "input": "Sentence 1: uh it's kind of a a bad thing to happen but we happen to have landed again in a very lucky spot there is a little business development behind us that's a bit of a a a little bank and a couple of dry cleaning things and little strip shopping center but it's several houses down because the property that's the other side of our little wall is a triangle shape and the wedge part of the triangle got too skinny to do anything more than put some grass and trees there there's not even a parking lot so it it's a nice uh two or three houses on either side of us is nice grass and trees and Sentence 2: The client hotline was expanded with a donation from the Oxley Foundation. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-963305599f364fb9803c881163d44c65", + "input": "Sentence 1: so our our import tax on them is no big deal but their their tax on us and you can't you can't do that plus they can make it cheaper because they don't pay that much Sentence 2: He despises today's way of speech and is intent on recovering the old tradition. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d5d1350f50448fd81502c91ff507135", + "input": "Sentence 1: well that remark in itself is a slam My best friends are lawyers you know like like uh my best friends are blacks Sentence 2: The committee dictates the planning, standards, policies, designing and managing architectures for the ntroduction of technological products and services Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b2df07847824db3bacad009b6ecf64d", + "input": "Sentence 1: Friendship between alien intelligences is an imponderable. Sentence 2: Frescoes were added to the courtyard for a Medici wedding. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0077ebd500384cb48599af51df5ee627", + "input": "Sentence 1: And while Lewis believes Said to be motivated by a crude anti-Western leftist animus, Ahmad finds him altogether too enamored of the canons of European literature and avers that Said possesses a very conservative mind, essentially Tory in its structure. Sentence 2: I did not do it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-944681b1da1041bc9ef34ec2ca832b65", + "input": "Sentence 1: He is not better than a trained or 'insider' artist, writes Stevens, but he taps sources of power now lost to sophisticated art. Sentence 2: Stevens says that he has been working as an artist for more than a decade. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-018ffa5efc7544b59577726afc994179", + "input": "Sentence 1: Stop him? Sentence 2: I don't think choosing an obscure school is a good idea because they can have a bad curriculum or provide little opportunity to find work afterwards. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-451553d89f5e40fcbef6c0a677c2dc5c", + "input": "Sentence 1: but she was a killer and the the character was you know prior to that had had been someone that had killed other people but no one knew that Sentence 2: There was a lot of noise from the crowd. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-abfe5403093244fe9e890e126edc964a", + "input": "Sentence 1: Debt payments can be as low as $300 a month and as high as $2,000. Sentence 2: The amount of a debt payment ranges from hundreds to thousands of dollars. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-65df5c959c3143bdb2aac1a28419c173", + "input": "Sentence 1: Small family-run hostelries and country inns are charming, but, depending of course on your budget and personal preferences, consider indulging for at least one night on the special comforts and pampering of the great hotels. Sentence 2: The Gothic loggia on the Piazza San Lorenzo are from the 12th century. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a81857e1a3e14f0b945283cbc5722547", + "input": "Sentence 1: you know but that's what they do i mean that's a year and a half of your life that's that you don't do anything that you have to be there you know maybe five times you know five times a week and that you know that you have a i guess a round robin schedule or something Sentence 2: Natalia didn't hear what was said. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3e25897ac60401999677501582c6572", + "input": "Sentence 1: Clinton and other NATO leaders say they're not just seeking a one-time victory over Milosevic. Sentence 2: Neither sculpting nor calligraphy are carried out in Kyoto. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b0523d3508814319a7f251ac4fabb548", + "input": "Sentence 1: What with all the headlines about Democratic Party fundraising, you might think the Dems take in more dough than the Republicans. Sentence 2: Vieux Lille is the most popular area of Lille for tourists to visit. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e2737da8aeb7409981c38c3c17e37392", + "input": "Sentence 1: Defenders argue that it's less idiotic than the current Medicare policy of subsidizing physician training, which has exacerbated the surplus. Sentence 2: Supporters counter this policy is less asinine than the current one. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5e0d68119da64899b72ef377585a9e70", + "input": "Sentence 1: They got to see who I really am, he said. Sentence 2: There is no table of contents Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7882d00c2e9451daa2dfc617e65531e", + "input": "Sentence 1: And that, more than anything, is the one constant that characterizes the past, present, and future of Las Vegas. Sentence 2: The central part is filled with stalls at all times. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2289050a94e4c77983305c51714a740", + "input": "Sentence 1: We distinguish what is known in the U.S. as the in-office delivery function and the street delivery function. Sentence 2: The rodents were fitted with red and yellow lights. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b67418338da4f21bbe79cd3eccef877", + "input": "Sentence 1: Authorization for this rule is contained in sections 301 and 303(r) of the Communications Act of 1934, as amended, 47 U.S.C. Sentence 2: He expected his order to be obeyed because he was the supreme ruler. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ade742edb08d484399facd14a6cf7f01", + "input": "Sentence 1: In one sense Hitler's vision survived him, notes Lukacs. Sentence 2: No matter how you look at it, Hitler's vision died along with him. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-581c258f92464438b3948c58b0cf0cfc", + "input": "Sentence 1: Here they are again. Sentence 2: yeah, did you lose Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4fdadeaa16ed493b8e1344c40e0699fb", + "input": "Sentence 1: yeah yeah i had to waste a lot of money on my car that was the biggest mistake i ever bought Sentence 2: During your search, were you able to open any of his drawers? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-291fceefa2184b83a3f589f2e394fecc", + "input": "Sentence 1: He brought Dayak leaders onto his ruling council but favored the time-honored colonial practice of divide-and-rule by pitting one tribe against another to keep the peace. Sentence 2: H-2A workers have to be naturalized citizens of the United States. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01695a5ee4aa40a99014a0a566d2935b", + "input": "Sentence 1: I would not care, just now, to have any army mounts located on this Range no matter where they were hidden or by whom. Sentence 2: The authorities believe that the bounty hunters did not commit any crime. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48bbfeb6881c44b7a18a2e5906048989", + "input": "Sentence 1: The island's quiet spot is the 12th-century Venetian-Byzantine church of Santa Maria e San Donato, with a powerful mosaic in the apse. Sentence 2: There are old people who do nothing to help anyone. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-99ad9353d5d94e109c5b06e4494696ba", + "input": "Sentence 1: Adjacent to the church is the Laurentian Library (Biblioteca Laurenziana), commissioned in 1524 and most known for the graceful cloisters and monumental Michelangelo-designed stairway. Sentence 2: The principles that touch on these specific aspects of their organizational managements need to be updated. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c1da27c704d4c8f97771c4ffe4c2d59", + "input": "Sentence 1: There are some three dozen centers along Portugal's long southern coastline that cater to divers. Sentence 2: Portugal's long southern coastline was void of centers that catered to divers. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b300fbc33b7340c5bc8e65de0ea6b410", + "input": "Sentence 1: With the model benchmarked to AEO2001, and given the different mix of scenario assumptions previously described, AMIGA reports the results in the figures and tables that follow. Sentence 2: Family unit's have changed and are now in a 3+1 format. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-085512cfed82408c982d3158a1a94a68", + "input": "Sentence 1: like uh truck drivers and things like that i definitely think they should be tested and and i'm not i'm not opposed to any testing i mean Sentence 2: The Portuguese never colonized any areas worth visiting. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-65cf8b1b098b425ebbecf0b4b8fa6cad", + "input": "Sentence 1: This standard requires that the consolidated financial reports12 of the Federal Government and the financial reports12 of its component units contain RSSI relating Sentence 2: I am wondering who influences this person. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18097a1a9ded4773818ced346e641321", + "input": "Sentence 1: To slide down the loft ladder was again nearer instinct than planned action. Sentence 2: The slide down the loft ladder was well thought out and not based on instinct. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b52b32f710a742f0a54a3c6727ae7214", + "input": "Sentence 1: aspartate aminotransferase (AST), alanine aminotransferase (ALT), and carbohydrate deficient transferrin (CDT) perform poorly with sensitivities of 13 percent to 67 percent for alcohol use disorders or problematic con-sumption. Sentence 2: By dinnertime, Mrs Chatterbox and her children were wishing for Chatterbox to leave. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e4dcb47e1244459ab71eb6a82a78e5be", + "input": "Sentence 1: The range of benefits occurs because of the current uncertainty in the estimates of the number of cases of foodborne illness and death attributable to the pathogens that enter the meat and poultry supply at the manufacturing stage. Sentence 2: Let's not discuss why you think we should buy a gun. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69b8a3f041f240a4ab910c64f047eb67", + "input": "Sentence 1: I think about money morning, noon and night! Sentence 2: The South of France is the most popular destination for visitors. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-221a8af539814a788739011bd751435b", + "input": "Sentence 1: Well, whatever. Sentence 2: Whatever you want. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-88c19c1e3b824299a3c257bf63683b6c", + "input": "Sentence 1: The beast's shadow overtook Adrin and he whispered a prayer Gauve's wife, Celeste, had taught him. Sentence 2: The bugs are dangerous just after a hard freeze. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7bbb50d9bffd4c4195072a4065858924", + "input": "Sentence 1: oh yeah yeah well we don't have a boat we usually fish off the shore or off the dock and my i've got a son that's a senior in high school and he just loves he loves fishing i i don't have the patience that he does Sentence 2: Two feigns and attacks. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-603ed57c403c425f8bb9d48cb52e0f08", + "input": "Sentence 1: so you know i i like the concept they've got now where they have more directed education you know you you pick a career path or you get counseling earlier and then you you learn the things that help you rather than spending four years learning the same things over and over Sentence 2: The validity of research. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a4bc091732414b0c9e0c6d401bad4cb9", + "input": "Sentence 1: John N. Erlenborn, President Victor M. Fortuno, Vice President for Legal Affairs, General Counsel, and Corporate Secretary Mauricio Vivero, Vice President for Governmental Relations Sentence 2: I wish they had more like that now. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a252abd39f0d41acba2df9bc00dae339", + "input": "Sentence 1: This exciting museum embraces France's tremendous creativity from 1848 to 1914 in the domains of painting, sculpture, architecture and industrial design, advertising, newspapers, book publishing, photography, and the early years of cinema. Sentence 2: The museum celebrates painting, sculpture, architecture, and more. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6078f931126844d89e286847ac65a33b", + "input": "Sentence 1: Our interest and curiosity about Egypt is, it seems, insatiable. Sentence 2: The short summary can be found in Section 993. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7296afb0abc451fbf5794991cc1dd31", + "input": "Sentence 1: Influential blacks from around the country advised him to quit the race and leave the seat to the man many of them viewed as its rightful heir. Sentence 2: Nonacademics use weed more than any other drug. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee481acb5bdd4e2fa0ce72d5ef23fecc", + "input": "Sentence 1: well i i appreciate the feel i feel like President Bush is in a hard spot he went over there to get them out of Kuwait which he did and then he has backed out he has pulled out and i realize they're still saying well here you're encouraging us to get rid of Saddam Hussein so why aren't you helping us and you see i think him going in and doing that would be putting us in another Vietnam situation Sentence 2: Why haven't you found a job yet? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ca678222c6945d380604256e08d059b", + "input": "Sentence 1: Rampant use of performance-enhancing drugs tarnishes the games, kills athletes, and encourages drug use among children. Sentence 2: Jolanta Moczydlowska married three times and had an unsuccessful career as a presenter Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87e83597489d434c8e65f6f7cc3efd00", + "input": "Sentence 1: Somebody get this editor an editor! Sentence 2: From Funchal there are many superb visits within a short distance. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28fb4a439bde48b3a0d07a09a5225721", + "input": "Sentence 1: wife beaters--are booed. Sentence 2: Wife beaters are loved. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4fe5c26b6a114b54ad2d943655337136", + "input": "Sentence 1: For example, we were asked to clarify communication procedures between GAO and the agencies associated with meetings, agency comments, and recommendation follow-up. Sentence 2: White spoke. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07010e94f96044cead5619fc1a9d377f", + "input": "Sentence 1: For the view over Marigot Bay, it's worth the four-minute climb up to deserted old Fort Saint-Louis. Sentence 2: I think I know the answers to those physics questions and Mr. Shuger does too, he is a very intelligent man. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd6939a5bb284fcebfb30326870c01df", + "input": "Sentence 1: right how you how you dress to go to work and how it changes from season to season Sentence 2: The man was crazy. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a5840df28bb9427aaea250bee6fe8175", + "input": "Sentence 1: About time one arrived, I think. Sentence 2: A typical participant in the News Quiz doesn't know much about the Dutch. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2141fe35c0f34f1aa601b00fac3d2b5e", + "input": "Sentence 1: 3) President Clinton banned federal funding of research on human cloning. Sentence 2: Over 11 billion competing items are delivered by the Postal Service. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d159d36a9bc84fba90dac421c87b3094", + "input": "Sentence 1: Notwithstanding any other paragraph of this subsection, for units subject to this paragraph, the Administrator shall not allocate allowances pursuant to any other paragraph of this subsection, provided that the owner or operator of a unit listed on Table B may elect an allocation of allowances under another paragraph of this subsection in lieu of an allocation under this paragraph. Sentence 2: I try to expand my music genres through buying tapes. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da7090c7632446ce959206ad4b761bec", + "input": "Sentence 1: You can arrange fishing trips through the hotel and lessons during the season. Sentence 2: There are lessons throughout the year. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b1a4cfbfd8a1495fa8a1d97055dbfe18", + "input": "Sentence 1: Sounds like everybody's goin' to have to set up a string an' ride hosses in rotation. Sentence 2: The two French soldiers escorted the prisoners riding in the carriage. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4fd31e03d3e42138f550d318e5299a7", + "input": "Sentence 1: If an entrant were more efficient than the incumbent, then the USO would not cause the lost profit. Sentence 2: They are happy with the system and how it works. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-501aa40ee0ff4c62a7fa89849d37ded0", + "input": "Sentence 1: The selection here is not usually as wide as you'll find in the privately run shops and you can't haggle, but it'll give you an idea of the range of goods, the quality, and, above all, the correct price. Sentence 2: We will have this done eventually. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df8f9e2c59534a5e83d431405f3b7a79", + "input": "Sentence 1: Though he didn't fully realize it, Rooney was pioneering a prototype community service law practice. Sentence 2: the movie was stuck in development hell and there's still only a book Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd5e18b980d74702a257bd3b0b1795d3", + "input": "Sentence 1: The Commission, therefore, assumed that the weight interval distribution for all outbound mail sent to all FPAs, excluding Canada, was a reasonable proxy for the weight interval distribution for mail sent to each FPA. Sentence 2: The interior was drab and lit by several fluorescent overhead lights. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3106089a4ddf42379d232ebf0806e2e4", + "input": "Sentence 1: And the ranchers are mighty resistant to any changes that could cost them money. Sentence 2: The ranchers do not want to spend more money on a change. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5a4131aa99d9414087148c9ca341b2cd", + "input": "Sentence 1: 14 So far, the net payments from the United States to foreign lenders have been small as a share of GDP, as shown in figure 3.3. Sentence 2: Government speech does not apply to private speech in every instance. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8facf7e480824860aab5992133f32abd", + "input": "Sentence 1: And what did he say? Sentence 2: What did he say? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fdb466645c47471aa438cbc98e557468", + "input": "Sentence 1: You are Tejano, he said flatly. Sentence 2: You are Tejano, he observed flatly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1414e96b6bba4017961424908b0168de", + "input": "Sentence 1: Immediately the first Israel-Arab war erupted, with the new state engaged in fighting the combined armies of Egypt, Jordan, Iraq, Lebanon, and Syria. Sentence 2: Yes, I know that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ab29be48aac486c90f3c529d0b78319", + "input": "Sentence 1: In Europe, the Catholic cardinal, master of practical politics, was not above supporting the Protestant Swedish, Danish, and German forces in the Thirty Years' War against the Catholic Austrians, Italians, and Spanish. Sentence 2: They still gave you your Passover Matzi and your salary, right? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4657012096a34715808c94830c36e56c", + "input": "Sentence 1: And fights crime. Sentence 2: Mr. White was absent often. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fc7ad09df2f458ba30018b2c83e2830", + "input": "Sentence 1: The mortality and chronic bronchitis health endpoints are the most influential in our estimation of monetized benefits, because they account for over 95 percent of the total estimated monetized benefits of the Clear Skies Act. Sentence 2: The pet is more valuable than other human beings as they're far cuter. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f5889f95040e4c589a15ab37c15e27cc", + "input": "Sentence 1: Generousassociates is a Washington, D.C.-based Web site that enables lawyers to make a donation to the Legal Aid Society of D.C. Sentence 2: Some of the parts are in a very old palace with beautiful stained glass. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c87b3b76a5d8458e8b83fed94a185792", + "input": "Sentence 1: George W. Bush takes both covers. Sentence 2: Franchising is a low cost way to spread a business and find competent people to do that. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e765cff385964690a9cbbf2fe73d720e", + "input": "Sentence 1: as a result i really didn't have that much interest to learn how to maintain fix and maintain cars Sentence 2: learning how to fix and maintain cars isn't that interesting to me Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c7448de0b1d04147b93aa40fea3f9247", + "input": "Sentence 1: Tie-in merchandise from The Siege that Ed Zwick gave to kids at the Al Iman School to 'smooth things over with the Arab-American community. Sentence 2: The children cried since they did not want the gifts. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1374318b69814ab2ad8a71e01868fd4f", + "input": "Sentence 1: you know the other half but didn't read the i read the half where she was in her later years and it was absolutely excellent and it was very descriptive of of people with money back then and uh affluents in in England uh uh that you know were associated to the king and all and it was Sentence 2: The boy waited for you all day. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afe0ef8780614afbbbf57f79e05c2200", + "input": "Sentence 1: well maybe i maybe i can get the yard mowed before it hits Sentence 2: It was surely Derry. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-edffffcebd034ac69269b3cec69bbf4b", + "input": "Sentence 1: That last's only a guess, of course, but I've a sort of feeling it'll turn out right. Sentence 2: They looked at each other, not sure what to say. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60c007415e7742379d399e2888ced17b", + "input": "Sentence 1: uh if if i understood correctly it was what what changes we might uh suggest or whatever for the justice system is that perhaps above my head Sentence 2: President Clinton signed no laws to enhance highways. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-350ad676de784b80809a58d74ff182cb", + "input": "Sentence 1: Campaign assertions about how much the average family's taxes have increased under Clinton should be regarded with suspicion. Sentence 2: Providing small businesses with more licensing flexibility benefits them and the public. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33d6adfc63fe4431b6ff4a3d0f2b12b1", + "input": "Sentence 1: Finally, in 1996 Congress approved a one-third reduction in LSC's annual appropriation, from $400 million to $278 million. Sentence 2: They have the room full of balls Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3033aea029c4ea1b37bc45335f6c078", + "input": "Sentence 1: Precipitous turns lead to the observatory of the University of Paris, strategically perched to monitor the Pelee volcano. Sentence 2: The observatory is only accessible by car due to its location. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e5b7c955a13d4e1dbf126edd4d348253", + "input": "Sentence 1: Vardhamana Mahavira was its founder. Sentence 2: There were a few who lived longer since they had found shelter. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee709777afa549a982ebc5e75f7884f5", + "input": "Sentence 1: i don't think he'll do it in Denver though Sentence 2: The construction can be finish when the boiler is up and running. Then they can fine tune the plans around it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e5104baa698439db74152908ef91ac5", + "input": "Sentence 1: Because the barbarians are coming today and the emperor's waiting to receive their leader. Sentence 2: Good managers ignore outside influences to achieve their goals. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b5c6ea476471424ea435df7828ac6c36", + "input": "Sentence 1: People raised on farms understand this. Sentence 2: It was fashionable to strive to go there. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e4ac2a0bd6c442e999bcafb730f930a", + "input": "Sentence 1: For the majority of Los Angeles residents, Downtown is not a hub but a distant skyline visited a few times a year when attending the opera or going to the Museum of Cetemporary Art. Sentence 2: All of the major news outlets were covering her swift downward spiral as a sports celebrity. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ce4e7deefbf4ad4a28a403b0229b6f4", + "input": "Sentence 1: yes yes i do know i have done a little bit of that but i've decided that that's something that demands my time my my total attention Sentence 2: There are people that think he is a liberal and there are those that are concerned about his image. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f61e5ae69ace48599abf099607cb83d5", + "input": "Sentence 1: that that that's actually real good yeah we um we actually we have the reverse situation turns out that um um most of my friends aren't Jewish and and and my wife's not but i Sentence 2: My parents are Jewish and I attend synagogue each weekend. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bafa0f3005b249ef9cdff305150a609d", + "input": "Sentence 1: Dow 14,000 anyone? Sentence 2: I am certain it starts after the first ten days of schooling. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-576679e4d4684a1287a794ba4d32ea30", + "input": "Sentence 1: and uh it was smooth and uh and we would we put this stuff on and and it supposedly textured it or did something to it and but because of the the dark behind it was really hard to cover and Sentence 2: It's my belief that the Postal Service is too important to our economy Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e8011487390492aa7fcc53e973e6468", + "input": "Sentence 1: falling in love with the city all over again. Sentence 2: They stopped and looked my way when they saw me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f63c6c4d4174933aa20af02fc374470", + "input": "Sentence 1: I'm beginning to feel that we've made a big mistake in the way we've set about this. Sentence 2: It is too late for us to change it now. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-003ae38911564f67ad8e4edcf714f05f", + "input": "Sentence 1: The tourists, too, are slow, stupid, ugly, and rude. Sentence 2: Herbert Baker designed the rotunda with the future influx of tourists in mind. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f0f8ae7f3bd436398241c3facf8730f", + "input": "Sentence 1: Yes, yes, said the other impatiently. Sentence 2: The other agreed restlessly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c03b5ed032fd413497383d308280b842", + "input": "Sentence 1: \"Don't know,\"Drew replied absently. Sentence 2: The cohort is comprised of both loans and loan guarantees. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc45a81f118542a9953a7b8a60b0fa47", + "input": "Sentence 1: Leon Battista Alberti added the graceful white-and-green marble facade in 1470. Sentence 2: I do everything and consider myself an artist. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f28ac3d77d3a44309adb7c859d4fde29", + "input": "Sentence 1: Her pride and her jealousy have ”\" Sentence 2: That does not touch on any one of my topics. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60f56c44cf6a407e882415c0c93e9316", + "input": "Sentence 1: so if the economy gets better are you going to get another one another house Sentence 2: In the museum, there are eight vacant cubbies that may have once held statues. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c86fc26000044639adea882a1f876e2", + "input": "Sentence 1: Clichés are a modern problem. Sentence 2: In a few years. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f2d91b4c9c74e17ab1ea59b78b41eae", + "input": "Sentence 1: On the eastern edge of town, north of the Umeno Hashi bridge across the Asano River, is the old geisha district, slightly more rundown than Nagamachi but no less quaint. Sentence 2: The city is one of the oldest in the western world. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c9f35ffda1fc4cfda97664256ba2b653", + "input": "Sentence 1: okay i like country western it's my favorite yeah Willie Willie Waylon and the boys Sentence 2: Everyone knows that Linuxes have to be constantly rebooted. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eecb5ae915ce449e8e415524d1662712", + "input": "Sentence 1: They'll have the police after them if they do. Sentence 2: They continued unharmed. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5301aa052e804cb5bb33aed894ebe57c", + "input": "Sentence 1: what the hey this is America Sentence 2: There are some things our company does that I am not aware of. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb11db1f325d4cd2b7382677ef7743e4", + "input": "Sentence 1: Grass became rock and rock became sand. Sentence 2: She cried for hours. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b2c81e7d94fe4d3fad50608c6a79dcc6", + "input": "Sentence 1: we were kind of in for a rude awakening they had personal property taxes on like cars and the first year we're there it was like eight hundred dollars and we're like Sentence 2: Break a leg. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2b1ddcef63a4c3aa98e353a81b970e4", + "input": "Sentence 1: Active military personnel are considered to be on duty 24 hours a day. Sentence 2: The room being historic has nothing to do with Lincoln. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d133a6d7fd954b81908a66e363e437f3", + "input": "Sentence 1: Well, whatever. Sentence 2: Bush announced on June 11 the establishment of two major initiatives. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91bad3ac19154423ba69ec9db691ce80", + "input": "Sentence 1: yes but it wasn't quite business but to give the the students um an made you feel like you were the authority i felt like if i came in just in jeans or tattered clothes that i didn't have as good control over the class Sentence 2: I wouldn't have been able to control my class while wearing tattered clothing. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9bab4bf93c2c44c9a7f437e851e3b6df", + "input": "Sentence 1: We also compared U.S. national saving to the saving of other major industrialized nations. Sentence 2: Brief intervention works quite effectively according to studies. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-396195be658946a89e246be434b92c29", + "input": "Sentence 1: Thus the vision and strategies suggested here must be seen and considered in the context of a series of dialogues on diversity that NLADA and LSC are holding throughout the year and in the context of the reports issued following those conversations. Sentence 2: Your law concerns the BBC's right to employ David Attenborough. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c4fb6c59b19464c9b84492d109109d5", + "input": "Sentence 1: When you know that your beloved heirs are going to, in essence, own the entire country, you tend to take a long-range view of the national interest. Sentence 2: The ad buy gets a 15% discount for the first purchase. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2473650c0914d48ad384841ca023fdc", + "input": "Sentence 1: Good morning, said Tommy amiably. Sentence 2: Green torches were streaming up the northern path. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75f10e6a479649c7ba2735926895da63", + "input": "Sentence 1: We strongly encouraged another program to adopt program-wide intake protocols that would make case handling consistent among all offices. Sentence 2: A common defect of this product is explosive spontaneous disassembly. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-467f7e904efa4da7aaa4816c0dbfa945", + "input": "Sentence 1: All were unanimous in their praise and appreciation for the statewide conference, and expressed a desire for an annual or semi-annual conference of this nature to be held either in person or with the use of videoconferencing. Sentence 2: Family-values activist Gary Bauer, 78 years old, wants to run for president. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae4dc0464905464dbd15da24f1551b08", + "input": "Sentence 1: The conferees have concerns about the case service reporting and associated data reports submitted annually by the Corporation's grantees and the case statistical reports submitted by the Corporation to the Congress, and the conferees direct the Corporation to make improvement of the accuracy of these submissions a top priority, per directions in the House report. Sentence 2: The Corporation's grantees submit data reports every year. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-00c4ce2f472d42a593ee8b70d337f89a", + "input": "Sentence 1: Technology I had never dreamed of, miracles I can barely understand. Sentence 2: She said her mother-in-law's room was locked. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4cd53c72c5e473099043b03a19b2315", + "input": "Sentence 1: Moving outward from the center, one passes from stately, ornamental 16th-century apartment buildings with shuttered windows, wrought-iron balconies, and brick facades to the Baroque palaces of the Bourbons, and later Neo-classical buildings meant to convey authority. Sentence 2: The Grand Bazaar is the largest marketplace in the world. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b20df3452024429b74170192e6a5196", + "input": "Sentence 1: 75 million in interest that accrued in several state cases brought on behalf of consumers. Sentence 2: The consumers were assisted by lawyers doing pro bono work. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dd7b3cd7b684453fad87d58c167fa9ad", + "input": "Sentence 1: Further, for each of the 11 practices, we provided (1) a summary of key characteristics, (2) illustrative case study examples, and (3) strategies for federal agencies to consider when implementing the practice. Sentence 2: Twenty people will cross the river. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-225dc9c460db418eb9e1634cfeac4df6", + "input": "Sentence 1: That he'd be in line behind Joe Camel is a lesson in cultural acceptability. Sentence 2: He would be in line behind Joe Camel. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aeec3a4855414f53b8c60bcf13046df1", + "input": "Sentence 1: Thanks, Mister Kirby! Sentence 2: Going back to the days we couldn't think about condoms would be lovely. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d46d8a3785d47ea818282b126f61db4", + "input": "Sentence 1: uh you can put a there's um any number of things you can do aside from locking up in solitaire you can reduce their class in good time have them sent to a harder prison than what they're already locked up into they've got the different security class you've got your minimum in minimum out you've got your medium and then Sentence 2: He was very extroverted and loved to engage in conversations with many different types of people. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fad2886a8c094d63a17c7b359cfde29b", + "input": "Sentence 1: if yeah see and then there's another thing she told me is you have to make sure everybody cooperates because like by her her being there if someone if one of her brothers didn't send in their check she would have to pay it Sentence 2: The model is used to track the progress of government grants. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a862ca48d1fe49bb83c99dfdf5515647", + "input": "Sentence 1: Established in 1979, the Federal Emergency Management Agency (FEMA) is responsible for the coordination of civil emergency planning and mitigation as well as the coordination of federal disaster relief. Sentence 2: FEMA coordinates federal disaster relief for all hurricanes. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-40e49388353a4f3d9bbcf8719775b1c4", + "input": "Sentence 1: We have found that annual performance plans that include precise and measurable goals for resolving mission-critical management problems are important to ensuring that agencies have the institutional capacity to achieve their more resultsoriented programmatic goals. Sentence 2: Sooner or later we'll end up that way, but we could try asking someone to help us with it first. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87b3a42f602d46c2b996c5979434c861", + "input": "Sentence 1: We pursue state planning because we believe that our low-income clients deserve the highest quality service that can be made available to them despite our limited funding. Sentence 2: That's weird, I thought you were one. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b7af786df954496ae91dbbb663a7500", + "input": "Sentence 1: i uh was thinking about salaries and benefits and uh was wondering what's the most important thing to you besides a salary in a job Sentence 2: Continue, no need to stop. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a3110a7a30e4a478babbe1e90838fc0", + "input": "Sentence 1: oh you should come it's it's a it's a nice place in the summertime though don't come in the winter Sentence 2: Then Hersheimmer rushes in and catches you before you fall, in a dramatic manner. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-73f84f788f0a4bfc89f5394bf244e3ad", + "input": "Sentence 1: In case of a refusal, Lady Tadminster might open it the first day, and Mrs. Crosbie the second. Sentence 2: Wandering Jew is the name of a flower. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f9d360482fa4ca49b663c2612beb0a9", + "input": "Sentence 1: Four monasteries developed as a source of protection still remain, and each has a church, monks' quarters and a sturdy high wall. Sentence 2: Only the rich kids could play video games competitively. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccbe72c80d264f42923478d067063149", + "input": "Sentence 1: Outstanding is the superbly designed new Grande Galerie de l'Evolution (entrance at 36 rue Geoffroy-St-Hilaire) devoted to the origins of all life on earth, not just centered on homo sapiens. Sentence 2: The yin is the kingmaker of politics. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7108c103db5e4e1a93e0ce1173483dc1", + "input": "Sentence 1: In the case of unclaimed and abandoned merchandise, revenue is recognized in the amount of the sales proceeds at the time the property is sold. Sentence 2: They heard the program should stay as it is. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d2b426ecd5c477c8b05bb3b328016ce", + "input": "Sentence 1: i think i think the regular schedule stuff um that when you say everybody get out of it that's a good point i never really thought of it that way Sentence 2: Elephants go to the river near to Dhikala. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1df664ebfd5b48a2b6236ef736d93ef8", + "input": "Sentence 1: Turn down Molesworth Street to reach Kildare Street, where you will see the entrance to Leinster House, once home of the earls of Kildare, and now home to the Irish parliament. Sentence 2: They are not playing. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a9b0dd3034b4a6b8c5ab8f005373aa8", + "input": "Sentence 1: The West Virginia College of Law, the state's only law school, is playing an increasingly important role in the development of statewide technology and support systems. Sentence 2: Many do not succeed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15b50ae1c2f8465f8a7d48a464a95203", + "input": "Sentence 1: The Gorges d'Apremont (near the little town of Barbizon, famed as a haunt of 19th-century landscape painters) tend to be less crowded. Sentence 2: The Gorges d'Apremont are a great place to visit for a relaxed day. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a243870eeca44e7784d5ca1985416919", + "input": "Sentence 1: and uh you know it was a real hush hush thing and then i was i was wondering why my mother always referred to you know his second wife as that hussy Sentence 2: Independence came in 1957 but was short lived as neighboring rivals sought to expand their territory. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed67d540d7f04ee78baae7f436ef10ea", + "input": "Sentence 1: Previous versions of REMSAD have been used to estimate PM for EPA's Heavy Duty Engine Diesel Fuel Rule and for the first Section 812 Prospective Analysis. Sentence 2: Our conversation lasted for 3 minutes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-292506ae60834bb8ad1da57d7665a0a6", + "input": "Sentence 1: He came forward. Sentence 2: He moved forward. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f173956c672a4bb298cc81bc5d506a45", + "input": "Sentence 1: In 1846, during the course of an unsavory palace intrigue involving an unsolved murder, meddling by the queen, and the massacre of some 100 high-ranking court figures who had been lured to a palace courtyard, the instigator of these events became the power behind the throne. Sentence 2: Whitebelly fell forward after Ca'daan kicked him. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18dd92f26329403699288f73b24ead23", + "input": "Sentence 1: In the meantime, every minute of delay gained was valuable. Sentence 2: When I get back to work there are these penguins there. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b71af59e95c64fb9a74e02cd37819f0d", + "input": "Sentence 1: Exquisite, as always, but could you please do me a favor and slow down for a bit with those nose things, because a new Orshe model just came out. Sentence 2: Online auctions get a lot of bids Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0cfa20d08e714abb8a4bd21b8fb6b004", + "input": "Sentence 1: but when we go out to to eat we like to go to a better restaurant i like i like jacket and tie um you know when you go out to dine it's we kind of make a night of it Sentence 2: Shiloh was a runner and loved to ride. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-131f0444f4144cca8b5a32ed67796874", + "input": "Sentence 1: but i guess they had to finally do something actually Bush has been better at that than i thought Sentence 2: He has implemented several successful humanitarian projects. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-246f3c0833c6419e848bcc1fb0cb627d", + "input": "Sentence 1: This is so needed in the community. Sentence 2: The community needs this. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-971216f535f246cdab9a0e7ff4f586e3", + "input": "Sentence 1: And often, according to Adams, they will return the favor. Sentence 2: Applying the domestic postage rate is a way to increase revenue for the Postal Service. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-039e965a65094c6f8297d971f752575e", + "input": "Sentence 1: The final analysis also describes the rule's impact on covered entities and, like the earlier analysis, specifically distinguishes between urban and rural hospitals. Sentence 2: There is a huge difference betweeen a rural and an urban hospital. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-56edef36f4fe40d8b8e439146fdff441", + "input": "Sentence 1: El Escorial is a dramatic monastery, mausoleum, and palace built by Felipe II, and one of the most-visited places in Spain; and nearby is El Valle de los Ca?­dos (Valley of the Fallen), Franco's memorial to his reign and soldiers killed in the Civil War of 1936 1939. Sentence 2: The towns were once merged but are not separated. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7be951bf9034b60be9f83cf32cde1f7", + "input": "Sentence 1: I lived last with a Miss Dufferin, The Parsonage, Llanelly. Sentence 2: The villager couldn't hit the marauder. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-161d3647dcd145ef9fec8a48a71f223f", + "input": "Sentence 1: There's a widespread and largely sensible aversion to the mechanistic application of existing campaign-finance regulations to the rapidly evolving medium of the Internet. Sentence 2: She really does care. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7a4151b833d4d3d9c86713a8254c634", + "input": "Sentence 1: Expenses included in calculating net cost for nonfederal physical property programs shall be reported as investments in required supplementary stewardship information accompanying the financial statements of the Federal Government and the separate reports of component units of the Federal Government responsible for such investments. Sentence 2: Loyalty is alive and well. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a5e78aea39c6487c961cde2c9533653e", + "input": "Sentence 1: we tried that last year and but we hadn't lived here in Dallas for you know long enough to to remember that you have to do like um i have this sister who lives in Florida and she plants her garden in January harvest in May Sentence 2: My sister harvests her garden every year. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7673c61bbd5544f6a9cb6a72d673f208", + "input": "Sentence 1: The end of the Cold War has freed them to pursue humanitarian The United States now can be the world's policeman, so it should be. Sentence 2: There are criteria that are listed in the appendix. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c6448a30f7d46f2a6cee72a12558487", + "input": "Sentence 1: The HMOs contend the government doesn't contribute enough to allow them to provide adequate care. Sentence 2: HMOs get all of their money from the government to help sick people pay insurance. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-078b5e6b3bf84b97bcfbb6692c4ba3e3", + "input": "Sentence 1: This small, stylish restaurant in an atmospheric, century-old house is said to serve the best fish and shellfish in Jerusalem. Sentence 2: Levin conducted the Metropolitan Opera Orchestra and Chorus and Domingo to perform Idomeneo by Mozart. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5be126a9ba5c405ea4939cc839432ede", + "input": "Sentence 1: The nuns in the convent here preserve their seclusion; visitors must have special permission to enter. Sentence 2: Hanson sat down. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3df858cde8354b71b92471363ac7d237", + "input": "Sentence 1: But these actors also convey the sense of an internal furnace of pain and anxiety that gives fevered glow to such minutiae (Ben Brantley, the New York Times ). However, the play itself is found wanting. Sentence 2: GAGAS audits are based on cooperation between auditors, in order to avoid duplicate efforts. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-86e7b6ea9c734cc695ee9252b44f1280", + "input": "Sentence 1: Mallorca's garrison seized it for Franco's Nationalists. Sentence 2: He knew the students would not care about microeconomics no matter how he presented the material. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af33f45a54be4d919882f50689e80948", + "input": "Sentence 1: Therefore, a letter weighing more than one ounce Sentence 2: The police in Europe were not chasing him. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f46b890b78fa4d41a3762cb1f0aba4d5", + "input": "Sentence 1: hard for me because you know it's like you grow up to be twenty years old and it's always the same man and then suddenly he sees that he's getting old Sentence 2: It's like you grow up and things are a certain way for decades. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-53e83f92dfd241269937efa2788a2ec0", + "input": "Sentence 1: It wasn't so easy, by a long chalk! Sentence 2: The U.S. did not interfere in other governments' decisions to accept the nuclear Non-Proliferation Treaty. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-90e5da1634ef44a6a789b6454afd980e", + "input": "Sentence 1: Intergovernmental Review of Federal Programs, and the Department determined that it was not covered by the Order. Sentence 2: The order apologized to the department for not covering it soon after. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7776940b41324d84b3d7a9c95f7487f5", + "input": "Sentence 1: The bouts commence in the morning, but the real crowds start arriving only in late afternoon. Sentence 2: Samna is much better than WordPerfect, but I have to switch anyway. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ba13f43307047a1b1822efaf327ee66", + "input": "Sentence 1: I have one or two powerful levers. Sentence 2: We looked into the supplied documentation before making a decision. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eaff7bd0074d44339c1c4672a99260e9", + "input": "Sentence 1: oh i wish i could be doing that Sentence 2: That's not using assets to focus on what Sara Lee does best. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a371b3d830ef47018042957d42aaca48", + "input": "Sentence 1: The decision to spare them was actually taken by Henry Stimson, the US Secretary of War, who knew the cities from his own pre-war visits. Sentence 2: Tuppence realized that it was the end, and she felt fear for the first time. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b8420e8db814c88b890ac4e9a4310bf", + "input": "Sentence 1: US president John F. Kennedy imposed a naval blockade on the island to ensure no more missiles arrived and insisted that the existing ones be removed. Sentence 2: O'Reilly and Obrapaa are residential streets where both tenements and colonial buildings can be found. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e7bd0fc0ac2846a994ec2223749886e6", + "input": "Sentence 1: He wore a tunic of dark red, white trousers tucked into soft leather boots, leather gloves, and his rapier low on his left hip. Sentence 2: The museum is decorated just as it was in Josephine's time. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-773aa89821114bbc9881a9d20d9c1021", + "input": "Sentence 1: oh well have a good day then bye-bye Sentence 2: The judge did everything in his power to cause a mistrial. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca795b63f777476eabd44a65f536f740", + "input": "Sentence 1: The answer is that the Internet stands to expand the market as a whole more than enough to compensate them for having to compete with each other. Sentence 2: Don't ask the commander Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-71320863434f41f88e9e29583fee9892", + "input": "Sentence 1: Two members of the Karp Consulting Group (Deborah Howard and Yvonne Shinhoster Lamb) facilitated the two-day session. Sentence 2: The Basilique was built in the 1800s Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e45846e902fc4fee919242db6f6532a1", + "input": "Sentence 1: Netanyahu urged Clinton to host a Camp David-like summit , the climax to Netanyahu's proposed shortcut negotiations with the Palestinian Authority. Sentence 2: I own and take care of many shrubs outside. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b5810dd2f674ffa8c4082364f88133c", + "input": "Sentence 1: uh is that the crime and it's already false due to some chart and determine the punishment or Sentence 2: Julius was starting because Sir James had a live raccoon on his head. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c824ae7703a4d54bca54a82eb70b6e7", + "input": "Sentence 1: NHTSA's legal interpretation is supported by the language and legislative history of section 330. Sentence 2: The airport here was initially an American air base. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97ac05fdaf9a477fb9900bfe41ea734e", + "input": "Sentence 1: leave them yes Sentence 2: I would have to learn more about it before I could do it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e532f00468114fada75e45cf30cc9cfa", + "input": "Sentence 1: Another favorite is elite clothing store Maxfield, which carries a range of top designers. Sentence 2: just the other day, we met another couple and they're gonna have their first child next month Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e9d6bfbe5f44322afff5aebb2384099", + "input": "Sentence 1: Reviewers call it pretentious and filled with inaccurate references to theoretical physics, Walt Whitman, and the Kabbalah. Sentence 2: The stability of the 797 truck design was far from a sure thing before manufacturing began. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-330d04f79efe40fc86ef775309e45353", + "input": "Sentence 1: As you stroll around ramparts or along the streets of small towns, you will find that the local people will acknowledge you with a Madame or Monsieur and a nod of the head. Sentence 2: Drew was sure Kells was telling the truth about the battle. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c47cbe492a554a4d8c6f89f79f424500", + "input": "Sentence 1: yeah and they had a new episode uh this past uh what is it Tuesday Monday Tuesday night maybe Sentence 2: There was a new episode. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-76909288d3c74411999176db1778ff7e", + "input": "Sentence 1: How would they act when they saw the whole village burn? Sentence 2: David I ceded land under pressure from the Augustinian order. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b0bd3ab1264845f5a6c3c167879283df", + "input": "Sentence 1: DiClemente recalled that we used to think a patient could not quit smoking and drinking at the same time. Sentence 2: We have no need to retain any supervisory activity regarding the workpapers. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01a699a9c07f4314ab9f18d15f2c25d9", + "input": "Sentence 1: well it just means that if you don't pollute right or you pollute very little you don't have to pay any tax or you just buy one of these things and it it um i mean you could you could probably devise them so that it slowly closed off your tail pipe and uh the less you pollute the longer the device lasts and if you pollute a lot then it closed off your tailpipe and you couldn't start your car anymore Sentence 2: Stopping cars would stop all forms of pollution. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-54142a6c2f7842e99330c0d1be8b47ab", + "input": "Sentence 1: They got into position and Jon stood on the rock overseeing the town and the mist beyond. Sentence 2: I'm sure of what you want to do. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3be31a556c554d73b5e0f5820d0bf8c9", + "input": "Sentence 1: North of the main hall is the Goho-tendo, a subtemple where worshippers inscribe their prayers for health and proserity on slats of wood that are later burned to carry the prayers to heaven. Sentence 2: A subtemple called Goho-tendo is located to the main hall's north. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-11a18b48a8144a2bb50c65944e59a23c", + "input": "Sentence 1: oh i'm sure it must yes you know i'm not personally involved because i don't you know i don't have any children that wear diapers but i'm sure it creates a large amount of you know uh refuse Sentence 2: This report is virtually impossible to misinterpret. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18d46a4de47f442eb67765c1b0ce8026", + "input": "Sentence 1: all right i play volleyball and softball and ceramics Sentence 2: I am interested in sports and pottery. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-02d91789dbeb43febc9a521824edfa65", + "input": "Sentence 1: Sir James tapped the table rather impatiently. Sentence 2: Officials had no hand in the making of this treaty. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9bc7cfbb52794ae891fc3107cc9d1114", + "input": "Sentence 1: uh what i've gotten into more recently are the tools to use them have you Sentence 2: The use of the computer makes them less miserable. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-705593eabc664a07a0038b902d46d031", + "input": "Sentence 1: If you go, don't forget to buy the illuminating book by its curator, Valerie Steele. Sentence 2: There was a built-in panel with the controls for emotions. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b63d1a7b2d0b47fe8c719d27a9b1a85f", + "input": "Sentence 1: The setting sun and blood moon painted the sky in dark red. Sentence 2: Cans and plastic bottles can only be recycled at a recycling center. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d4f3293a26f4ba0bca65bc3a8d5d00d", + "input": "Sentence 1: A canal passes right through the park, so you can reach La Villette byaboat from central Paris (a three-hour trip; see page 26). Sentence 2: Their hands were clean. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c65c6388a3940db866d3a12fcd05cdb", + "input": "Sentence 1: Bowsher also helped to lead the government's growing emphasis on management reform and performance and accountability issues. Sentence 2: The 12-step arm of Project Match had the best outcomes in the study Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed921d8a1da04ece86733112e4b90706", + "input": "Sentence 1: you see what i'm saying um-hum Sentence 2: Washington has no historical significance whatsoever. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-789632308d12444484715f75df38cf95", + "input": "Sentence 1: well that's true they don't have the offense to uh to get out or to have the the more runs so Sentence 2: Brock would be normal if he was torn between which college to choose. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-39a973b6be0c4743bbf38150621d0050", + "input": "Sentence 1: oh that's interesting but but no concept for wanting to be private Sentence 2: That is entirely wrong. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c06d5ff4b2e647a7b6910621bf7865c4", + "input": "Sentence 1: well my husband is telling me we have to hit the road we're going to go to Commerce and see a friend and then i'm going to go to Sulphur Springs yeah where are you Sentence 2: The politicians were going to vote on concealed carry in public places. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97c0ffde818b407485eac94d8001d64a", + "input": "Sentence 1: We're moving retrograde, back to our previous position, out of Sagittarius! Sentence 2: The sky was mottled with different colors. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81a17cce974e462fa18f6a15a1dd1b99", + "input": "Sentence 1: and we don't have it so we deserve it and we should take it Sentence 2: We don't care if someone deserves it more than we deserve it. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fb1dadc327ec4acb95df2c06b653149e", + "input": "Sentence 1: It's hot, dusty, and noisy; its roads often at gridlock; its public transport system for the most part in chaos. Sentence 2: There are plans to improve the transportation system. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6017548da8a540c5b0d98ff90758cc0a", + "input": "Sentence 1: According to the publication, just months after the skiing accident death of her husband, Sonny, she tossed piles of irreplaceable mementos of the late singer-congressman into the dumpster, where they were retrieved by one of his former restaurant employees. Sentence 2: The Phoenicians left Iraq. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c0ddf8c469142b5870d83a5096f49fc", + "input": "Sentence 1: Mr. Czarek Pytlasinski experienced an almost invisible tick of the right eyelid. Sentence 2: I will also touch on several other issues in my testimony. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-778c1555d8564b19851a8f7e4857e5a8", + "input": "Sentence 1: The political debate over those questions will be more practical and less ideological, paradoxically enough, if scientific claims about a long-term payoff, or the lack of one, are left out of it. Sentence 2: The political debate doesn't address the payoff. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3415d597bddc4d33809267bc24a3ac50", + "input": "Sentence 1: It possesses a celebrated collection of Goya's paintings, including Burial of the Sardine, and a superb self-portrait of the artist in his old age. Sentence 2: Goya is featured in every art museum Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1540a088520e48559b21eb552a1b646f", + "input": "Sentence 1: One method of introducing competition into postal systems, without affecting the universal service obligation, is through what have been termed worksharing discounts. Sentence 2: Worksharing discounts are a method of introducing competition into postal systems. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-21fb0b1d7cf545dbb53421a8a6a88f57", + "input": "Sentence 1: A. an outbreak of insanity in Washington B. the death of reason in Washington C. revitalization of that sleeping monster, the Energy Department D. an unhealthy obsession with oil industry profits E. revival of the Clinton-Gore BTU tax proposal Sentence 2: The amount was much more than Trip is currently making. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3eb3d12cb73a4a8994672f73327a0875", + "input": "Sentence 1: i think they recognize their their position as a community leader Sentence 2: He lost the war and two of his best friends, but his life isn't over yet. He is just 22, Hunt. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b71b7c9c73de48b4a7fbdf718ee9bc76", + "input": "Sentence 1: It also gives guidance to the manager who, in reviewing completed case studies, wants to assess their strengths. Sentence 2: Three different sources were used as alternatives. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b0d7fddfd473412eaf2d3da6de241ece", + "input": "Sentence 1: He wrote Sonnets on the River Duddon in praise of the area. Sentence 2: Screening is not necessary to apply the provision. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93c390ae70a64c9ea169f12f84f2b296", + "input": "Sentence 1: Despite the population growth in the area and the uneasiness in the economy, the resilience of this net has proven remarkably strong. Sentence 2: There were a lot of uneasy people around him. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-786edbc965aa43a99e301c8ae2fee914", + "input": "Sentence 1: There are signs that yet another well-advised retreat is underway. Sentence 2: A no-shift elasticity is when elasticity is equal to zero. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3235f3ba27d487cac7fcb1b04728b51", + "input": "Sentence 1: Corridors lead from here to the various wings of the museum. Sentence 2: The corridors are located three stories underground. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-71d9b0741c804ac88a03f50c99165cbf", + "input": "Sentence 1: In a few minutes he was back again. Sentence 2: Neapolitans feel inferior to the northern cities. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2878f9e1b59d481c9ac40f542d850073", + "input": "Sentence 1: well we're still writing checks for the loans for Notre Dame Sentence 2: I don't have a watch. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-37eade00e9c441108ea864ca46dcc10b", + "input": "Sentence 1: Azay-le-Rideau Sentence 2: This is someones name Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e61fcdb1d4846afb64f1dd95a6ff20d", + "input": "Sentence 1: But LSC quickly began to prove we were serious about planning. Sentence 2: Auguste Bartholdi was 40 years old when he designed the Statue of Liberty. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d047b4ac6a3048c8a835377745f8d184", + "input": "Sentence 1: She's on top of you, moving forward and back. Sentence 2: She is underneath you right now. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e29ec48152a458cb4769037184ac2f2", + "input": "Sentence 1: But it seems misleading, verging on irresponsible, to compare the economies of the most powerful nation on earth to a Third World country recently infused with the newfound growth of capitalism. Sentence 2: ABC never showed the footage. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-042fd7cf8a4d42f1a6f0d2d35e866908", + "input": "Sentence 1: At the south end, boat cruises start out from Peschiera, Sirmione, and Desenzano, particularly recommended for dramatic views of the east shore's mountains and the beautiful Punta di San Vigilio, with its little church and 16th-century Villa Guarienti. Sentence 2: Losses and divorces can be traumatic and saddening. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50e9f979c2974719bc4fc57eac6d62bd", + "input": "Sentence 1: The NYT and LAT fronts report that a Vanderbilt University study, to be published today in Science , indicates that blacks are far less likely than whites to make use of the Internet. Sentence 2: The study found that one race is more likely than the other to utilize the Internet. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7a06d844a5bb40029e3ba225a905562e", + "input": "Sentence 1: At the northwest corner of Retiro Park is Puerta de Al?­ca?­l?¡, a monumental triumphal arch surmounted by warrior-angels, honoring Carlos III. Sentence 2: The arch is a favorite spot for young couples to meet. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ae13b30c9d0b46f28024aa83970f15cd", + "input": "Sentence 1: Dining (see page 92) is, of course, serious business in Paris. Sentence 2: The main square is face by arcaded building and has a nice garden. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a9ef914ff9a94e0eba30671cea8c16ac", + "input": "Sentence 1: Consistent with the Executive order, the rule was initiated through an advance notice of proposed rulemaking published on April 6, 1994. Sentence 2: The rule was published on April 6 1994 Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-38d518aea1ef42e3aeb7a5fb5a3c97e1", + "input": "Sentence 1: no not not for dogs especially some of the breeds they've got and some of those you know need to be outside and have places where they can run and all that that's why i like cats so much better they're easy to take care of Sentence 2: He has the credit card with no limit. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a61d1178eb57440abaf9ebba9b859776", + "input": "Sentence 1: 'Very well. Sentence 2: There are no safeguards against government overreaching with income taxes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db4aaf925ae84219830dbd381a0d2ec1", + "input": "Sentence 1: Beziers is a busy but compact city, with a delightful shady central promenade ' lined with cafe and restaurants ' called the Allees Paul Riquet, named for the engineer of the Canal du Midi. Sentence 2: Paul Riquet was the engineer of the Canal du Midi. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ddb0d17d12ca4885ad8f8224485f0ee2", + "input": "Sentence 1: Following the avant-garde lead of big sister Guadeloupe, Saint-Martin has introduced a nudist beach. Sentence 2: The Counselas asserted that Existing law is not limited to statues and it does include the Constitution. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eead3d1895fa4f9b99329975c66ec333", + "input": "Sentence 1: yeah i read that one uh-huh Sentence 2: The zoo at Le Thot has been destroyed and turned into a park. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a475344a916e45b3a81b6a4789d30dff", + "input": "Sentence 1: Build a computer, Dave Hanson!\" \"It's impossible.\" Sudden rage burned on the old man's face, and he came to his feet. Sentence 2: His hair had been ruined by the flames. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb29be47ba234690b67a99330897f1c6", + "input": "Sentence 1: During this meeting, GAO will also (1) discuss GAO's ability to respond within the desired time frame, (2) provide a verbal estimate of the level of GAO resources required, and (3) advise the requester that, as the original requester, only he or she can approve co-requesters. Sentence 2: The resolution process is finished when action that: corrects the problem, creates improvements and eliminates future recurrences, has been taken. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1c7b6090ccdb43c98179c9340ac6092b", + "input": "Sentence 1: Grey and white bands of marble give the interior a spacious simplicity. Sentence 2: Down the path was a stone and wood house that they traveled to. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8979b29c8e254634850d0489a931a7d2", + "input": "Sentence 1: Flytrap's only silver a new concern about the erosion of privacy. Sentence 2: We have a tighter budget, given that my wife does not work. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ec8dc11a78c4fd4a893e71fc4439ffd", + "input": "Sentence 1: Organized walks are usually offered on Fridays; check with the Christian Information Centre inside Jaffa Gate. Sentence 2: The organized walks are usually on Thursdays. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-53d947607d524de19c7791a84ab52bb6", + "input": "Sentence 1: um-hum um-hum oh okay that's what i wondered Sentence 2: Fast food can be purchased at the malls at Ironshore and the Half Moon Resort. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa37d93f34c24fa7a5261f92f741a89d", + "input": "Sentence 1: So is Clarence Thomas right? Sentence 2: Schools don't do a very good job of teaching them to stay away from drugs. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b15eb834151b407ab58f71c6f66c52c0", + "input": "Sentence 1: My recent interest in ballet has opened my eyes to a newer style that I used to find unattractive and incomprehensible. Sentence 2: It's uncertain whether he is really against the elitist political structures. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a386b276f6f84e6bbc3e9258b87bb6c9", + "input": "Sentence 1: In adopting the H-2A program, Congress sought a balanced program that would ensure an adequate source of labor, but would not exploit employees or provide an added incentive to hire foreign rather than resident workers. Sentence 2: For centuries still-life objects have been a symbol of hunger. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d5ddb514b5b4d82b2a66c4475e64021", + "input": "Sentence 1: uh-huh sure absolutely and there's just you know the two of us my wife and i and it's amazing how much stuff just just the two of us generate you know i can imagine a family of you know four or five Sentence 2: One of the best beaches is near a private vacation club. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28c041c8a96e4b869285f71e9af4dd5d", + "input": "Sentence 1: run on that then no income taxes in Texas huh i'm in Texas too so Sentence 2: When the sunsets, the white sails look gorgeous. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-073eff245b4b4c6fae91af00b4bae057", + "input": "Sentence 1: In order to provide some insight into the potential importance of the key elements underlying estimates of the benefits of reducing SOx and NOx emissions, we developed an Alternative Estimate using different choices of data, methods, and assumptions that are detailed in Section II (Analytical Approach). Sentence 2: Electricity sales will continue to go down after 2020. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48e496e8983c4acf9b73702c2d844fe9", + "input": "Sentence 1: The bullish Relax, we're already bouncing back. Sentence 2: Bullish investors say we are bouncing back. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-841a316f7ac34ec28e7eff583cf47436", + "input": "Sentence 1: Where was the letter written from? Sentence 2: Hawaii didn't have a king until Kamehameha. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21c8e4d9c586469195ea45dc820addd6", + "input": "Sentence 1: uh well i wouldn't say that i i think Sentence 2: Well, I wouldn't say that. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1300deeaef7940f5a183d0dd9db7c6a3", + "input": "Sentence 1: and if you've got a baby i mean it's kind of neat thinking about it talking up to your baby and to to an infant Sentence 2: Clariesse refused to ever talk while having a meal. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-473172999e6240dea33f037dd71c5f20", + "input": "Sentence 1: Bush heard the word philosopher, seized on a related concept--Christ--and simply ignored the other key elements in the question, like political and identify with and why. Sentence 2: That any major financial institution is too large to fail is a belief they hold. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48fac1ac7f5540d79624ba6a671789e8", + "input": "Sentence 1: right yes and then the plus the time that you waste standing in line is valuable also Sentence 2: Many of the stars who lost their positions when women performers were banned decided to perform undercover. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8ccc8775d6384b6ea0bfbd33f3e80432", + "input": "Sentence 1: but you know it's pretty hard to try let's say the man down the street that's living on Social Security or somebody that's on a limited income to be tried by a jury of his peers if most of the people like the juries that i've served on are businessmen Sentence 2: There's nothing wrong with trying people on limited income by a jury of his peers. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-744e7b76c39e4aefbb5f99933d496358", + "input": "Sentence 1: You can also wander through the soothing Chinese garden, with its waterfalls and pretty red pergola. Sentence 2: He closed the door behind him and looked at another. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1317d144750446596771aae4efebb03", + "input": "Sentence 1: If discounts are too large, the stockholders pay, along with managers who may lose their jobs. Sentence 2: I have been alone for five years after my partner passed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b78a2c512cde4ed788c7329d2b85cda8", + "input": "Sentence 1: Most of the current textual infidelity, though, occurs because the doctrine of stare decisis --which dictates adherence to precedent--forces today's judges to live with adventurous Supreme Court decisions from earlier in the century. Sentence 2: The drink is light and used to wash down food during meals usually. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d054bd17446843128a32996b856e8ef3", + "input": "Sentence 1: and the guys that that some of the guys that run this place are very tight and it's like well why do we need this can't you do that with you know what we have and when we try and then they complain about this doesn't look good Sentence 2: These guys may run their operations tightly but when we get involved, they complain to us. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-13dec1d98b4945718e4dbdee877a8a26", + "input": "Sentence 1: Guangzhou today is mostly about business and industry, featuring new development, skyscrapers, a whole new business area, and raised expressways. Sentence 2: Spa treatments are not part of the French health care coverage. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2e59ede1f8b48bab7ab663ca8d505c2", + "input": "Sentence 1: Here you can rent a car, scooter, moped, or bicycle, or catch the bus. Sentence 2: Car, scooter and bicycle rental services are all available here. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-979a355cc8cc49758985a2616ed337ff", + "input": "Sentence 1: uh it's a social programs without the corresponding responsibility i guess is Sentence 2: It is hard to find a movie that is not terribly violent. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3f9892819ab4e13b90e18107bda1a89", + "input": "Sentence 1: Timekeepers and supervisors must be aware of the work time and absence of employees for whom they are responsible to ensure the reliability of Tand Sentence 2: Timekeepers and supervisors don't need to worry about the work time of their employees. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f5a7180b0499497ea8c6f9661e661083", + "input": "Sentence 1: Its central offer is a charter with Russia that assures the Russians a voice in alliance policy, without any of the rights of membership. Sentence 2: The central offer ensures that Russia is stifled and does not allow them to participate. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e83d2cc0c0614940b0fea82b2e464c7a", + "input": "Sentence 1: Here the architecturally distinctive Minangkabau buffalo-horn roofs of Sumatran heritage are evident, together with the more recent colonial Victorian style and the traditions of Chinese commercial shophouses. Sentence 2: People aren't allowed to live in the buffalo-horn roof style houses because they are no longer up to code. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-865d4ea8d0da42d6b792cc6b0caac1f7", + "input": "Sentence 1: Well, said Tommy, refusing to share Julius's emotion, \"it's what we expected to see, isn't it?\" Julius looked at him sadly and shook his head. Sentence 2: There has never been military intervention in civil wars. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d47f5c3ce65448991128e9c20dfe899", + "input": "Sentence 1: I've brought you some tea. Mrs. Vandemeyer did not reply. Sentence 2: American Express is rejected everywhere, so I get why people complain so much about it happening. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ead9843a98c4ea091e1c482e6f31c81", + "input": "Sentence 1: three cats i see oh really that's interesting what breed do you do you deal in Sentence 2: They paid me more than my hourly wage. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-31a59bfd09e246aab38f62912a510cbc", + "input": "Sentence 1: Government Executive magazine provides daily news for federal managers and executives. Sentence 2: An Instance of the Fingerpost had nothing to do with Iain Pears. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7065cb2d84224c859af48aa79c780049", + "input": "Sentence 1: sounds like the aftermath of like a hurricane down here Sentence 2: There are over fifty destroyed houses or buildings in this town. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-025fffeb287a4f0086f51ce8da395a4e", + "input": "Sentence 1: Thanks a lot, Reese. He left with the same abruptness as he had from the stable alley. Sentence 2: The hypothesis wasn't a very good one at all. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-970b5e2bed914fc0a3292a052f478cb3", + "input": "Sentence 1: If so, it explains the steps in a final assessment and the actions to take, depending on the results of your additional work. Sentence 2: Today was a shorts day. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-41f5028940714f389d41e25a5a07f952", + "input": "Sentence 1: The receiving entity does not sacrifice anything of value, and the transferring entity does not acquire anything of value. Sentence 2: Developing countries have plateaued and are no longer developing. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d02e9eff96f48a1957d42f0c8ae427c", + "input": "Sentence 1: Businessmen used the patronage of politicians to buy companies at fire sale prices. Sentence 2: The town was larger then the last time I had visited. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1499d61dea9248f3b8310b00783381a8", + "input": "Sentence 1: And we are confident that Slate's list contains more people who will make history in the next century than Newsweek 's list does. Sentence 2: It was supposed to be a bank and a railroad station. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f590af3ac7e044789e7ffd48020cb426", + "input": "Sentence 1: Further, appreciating organizational culture and change readiness helps define the pace and extent to which CIOs can accomplish business transformation. Sentence 2: I need a little space. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c584550cb50f49128147775ef78d9a08", + "input": "Sentence 1: Of course, this decision raises plenty of questions of its own. Sentence 2: The two seperated allowances pools for the two zones are allocated differently. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-51a9ade2345d4e8c9851f95eade973d8", + "input": "Sentence 1: Sophisticated research is required to tease apart the complex interactions between These variables. Sentence 2: Me too? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-78ce0e5c1e9648d9b568db3151f8ede3", + "input": "Sentence 1: We are now able to account for the symptoms of strychnine poisoning being so long in making their appearance. Sentence 2: We didn't bring the kids that night. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-903cb8539fe742ce8abcd2ff01127e7f", + "input": "Sentence 1: I thought those were lost, said Ca'daan behind them. Sentence 2: Ca'daan was behind the group. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2d7d2b36415940a2b2c3dce00ea42dd0", + "input": "Sentence 1: LSC management prides itself on thorough and effective monitoring of recipient activities and on its training of recipients with regard to compliance issues. Sentence 2: I haven't a clue about dental, but I think we agree that health insurance is major. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-902257216f2f4dcab735cc3453934868", + "input": "Sentence 1: And we are all Osminists now. Sentence 2: We are all Osminists now. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fca2912370194b52af96dbfba2283bac", + "input": "Sentence 1: Don't you remember, I said yesterday I'd overheard two people talking about a female called Jane Finn? Sentence 2: The king resisted the transition to democracy to the point of allowing a military coup. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0dc618c644164f4ca7249b55dacb47f7", + "input": "Sentence 1: you know if you go to um uh a fight and then the people say oh look what i just dug out of the ground and they sell you something they made last night Sentence 2: Delivery confirmation provides more information quicker through a variety of methods. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be2f04424c8b4ce3a5406e5c726bfb37", + "input": "Sentence 1: Leather Goods. Sentence 2: No, that couldn't be. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d0732f2afd74eef820767eb17985abc", + "input": "Sentence 1: He wants you dead, but that doesn't need him- it only needs some henchmen and a bomb.' Sentence 2: In the United States, all SO2 emissions come from fossil fuels. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c4162df453246ee8e52f5269e59f718", + "input": "Sentence 1: Because surrender was never considered, the Spanish and today's Puerto Ricans regard this episode as a victory. Sentence 2: They never considered surrendering. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7fbb9a7607a94829bca1eac2f19b4390", + "input": "Sentence 1: These funds are expected to drop from currently $7. Sentence 2: The English built the town as a low cost, poor alternative for unwealthy people. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25ae5d112a024b87848d45312359ecb5", + "input": "Sentence 1: I'm certain of it.\" Further meditations induced in him the feeling that it would be extremely pleasant to bring something down with a whack on Conrad's egg-shaped head. Sentence 2: Programs failed to address the concern. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f46d21a911043a7acd7afab774ae5eb", + "input": "Sentence 1: However, discretionary spending historically has grown faster than the rate of inflation. Sentence 2: In the past, discretionary spending has increased at a faster rate than inflation has. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2e417968c05c4a989ce89fce693b3ec4", + "input": "Sentence 1: Many thanks to readers Bill Moran, Darren Thorneycroft, and Nicholas Lemann* (author of The Big Test ) for flagging this one. Sentence 2: This was beyond reproach. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f174f5e2f3b7451198f18ca0b2d87400", + "input": "Sentence 1: We'll keep it to the last and open the other first.\" Sentence 2: The course work focuses exclusively on general business skills. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32cf012a599540f891e012017121fa40", + "input": "Sentence 1: And that's plumb impossible! Sentence 2: If you go back to 1951, you'll find that there were no drug dealers then. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3b4d1b40e79b4117a7c421fc2089cb13", + "input": "Sentence 1: but they sure are just because some innocent person can really it seems like really serve a rough time you know i'm not saying innocent person let's say someone wrote a hot check for instance Sentence 2: It will be a major predicament if he starts bombing Israel, it will even lead to World War 3. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ccb00674d7b41ae8acb56322bfbbe31", + "input": "Sentence 1: uh Cornell is in Ithaca Sentence 2: How do you feel about pilots' salaries? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1c3f22b97b24c7ab123717f1c2144b1", + "input": "Sentence 1: If the Postal Service makes all feasible changes and the markets are found not to be contestable, it will be because the economies of scale and joint production, and the advantages of being an incumbent,10 are larger than any disadvantages associated with the levels of productivity or wages. Sentence 2: Sand allergies are very common among fair skinned visitors. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89e4037ebc704085aec8000776f9f0a0", + "input": "Sentence 1: This may not be the best foundation for a durable business empire. Sentence 2: My door was shut and I couldn't hear anyone talking. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-177231cc76a54069a65bcdef1f2fe1de", + "input": "Sentence 1: Well, any technology can be used for good or ill. Sentence 2: The root of Maroon self-government we know today lies in this agreement. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cbbd77656518410ea1ebf823de4efd60", + "input": "Sentence 1: As advancing technologies continue, managers have greater flexibility in designing and implementing T&A systems best suited for their agencies. Sentence 2: Managers sometimes design and implement T&A systems. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b5ab5d13268e4cc1bc933f9ea47fdab5", + "input": "Sentence 1: Tokyo's best-known district is named after a silver mint originally located here. Sentence 2: There are fiscal challenges associated with an aging society. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b763a726b92420e97b438a8a8974d3f", + "input": "Sentence 1: Cochran pontificated windily for the camera. Sentence 2: The horse was angry. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13e57a6e6b0441cf855f572bc2c5854a", + "input": "Sentence 1: The man-hours of labor estimated to be required for supply of an ACI system are listed in Table 4-3, which includes a breakdown of man-hours by task. Sentence 2: You can find estimates of man-hours of labor in table 4-3. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f34f32ee9a1c4847ac31b12bd1e00fe4", + "input": "Sentence 1: In Tokyo, try the weekend market at Harajuku, and check the English-language press for details of shrine and temple markets. Sentence 2: Malibu Pier is not one of such places. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9aaf94f15304e37a883fbce817174ee", + "input": "Sentence 1: uh where you know from where i've lived in Houston that you have to in order to get Sentence 2: Charles Manson gets parole hearings. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9011cc3c0c794d17af06a986eee43a38", + "input": "Sentence 1: TWEAK per-formed better than CAGE or AUDIT among white women. Sentence 2: TWEAK did better than CAGE or AUDIT with white women. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41ecf2bf7e5f47cc94c4c7bfbbc9e10d", + "input": "Sentence 1: yeah thirteen that's not bad Sentence 2: Thirteen is good. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b5ecb209c76d453fa03f4be1f3a88f1d", + "input": "Sentence 1: how about you you got one Sentence 2: Adrin said that he was gone. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44deccddbc8f4d9891c3e6b79713a4cf", + "input": "Sentence 1: However, while the cost estimated by the FDA on the private sector is $81. Sentence 2: I drove my car into the ground. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9d11eeead39f45e58e306910da214a94", + "input": "Sentence 1: with actions aimed at reducing product development cycle times and improving the predictability of cost and schedule outcomes. Sentence 2: They took steps towards making the times less while improving outcomes. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c993a0be1863469d8c2c6caa46813fc0", + "input": "Sentence 1: For me, Dave Hanson. Sentence 2: Dave Hanson is a little nervous about revealing his identity. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8cee26c0b3b543349e85984bcccbc3ff", + "input": "Sentence 1: Of course you don't need to visit Edinburgh during the summer festivals to see performances of the arts. Sentence 2: You can see performances in Edinburgh during the year. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b3e09e6b25a945c1a315bd1a62f676ed", + "input": "Sentence 1: and uh they put her in jail now i don't think anything should happen to him but i think she should stay in there because really she just did it because she wanted to get out the marriage and she wanted all his property Sentence 2: she went to jail and he should too I think he should be locked up she didnt want out the marriage she just wanted love Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-82fb1ad0d6ca4c1799044c54448fc068", + "input": "Sentence 1: It was worse, they say, when she did make appearances. Sentence 2: Houston has been playing really well lately Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed5090882df543c6909f4c245caf475b", + "input": "Sentence 1: The F/A-18-E/F program eliminated over 40 percent of the parts used to build predecessor aircraft to make the design more robust for manufacturing and identified critical manufacturing processes, bringing them under control before the start of production. Sentence 2: I'm in Plano. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-98616d5e7c23467b8ee7d88fab6434e7", + "input": "Sentence 1: In other words, the careless only stay lucky for so long. Sentence 2: Some outcomes are less important to medical personnel. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-52d264ecd466446e95f097fe10f6a41d", + "input": "Sentence 1: The workers' rights center is the second created by Neighborhood Legal Services. Sentence 2: Two studies give an accurate estimate regarding the value of visibility. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-efc14132c24044ebb700de1f30a5d8d2", + "input": "Sentence 1: Eat out on the tree-shaded terrace in summer. Sentence 2: Each community in the Lake District has its own unique traditions. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6adc498d467742d7bbea708eafc1ad32", + "input": "Sentence 1: Nowadays it is yet another target for tourist development, and there are already several small hotels and apartment complexes set amongst the pinewoods. Sentence 2: Breines Is pro-Isreal and he sees any expression of Jewish self-defense as a sign of good nationalism. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd4635f8b169435aa43d503d197ccf5e", + "input": "Sentence 1: Didn't you hear it last night?\" Sentence 2: Didn't you hear it make all that noise last night? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c1c152b2ff664c52b8e9a7273a883ba2", + "input": "Sentence 1: One office saved $6,600 over about 33 months. Sentence 2: One office saved thousands of dollars Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ced09161ba894217ad0b916ae07c6c72", + "input": "Sentence 1: However, whether Hindu or Buddhist, the people of Nepal live their religion on a daily basis and can be seen worshipping at shrines and temples throughout the day and night. Sentence 2: Firearms were easy enough to take with them. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a0a1de14336445e8fc36d0047a14314", + "input": "Sentence 1: Moreover, tough, mean men enjoy high social status, which attracts women and helps the men get genes into the next generation. Sentence 2: The costs, as well as benefits, have to be carefully considered. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4af764f4465f4a80b360c0b1feb20fe4", + "input": "Sentence 1: Your hotel will book for you. Sentence 2: Your hotel only books for you on weekends. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-89bf188d9c1c4d58a43e415e87e06c1d", + "input": "Sentence 1: so uh is there any i'm not sure how long we're supposed to talk Sentence 2: I enjoy tennis more than swimming. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8102685ccc7c4ef79a73ae098386b1be", + "input": "Sentence 1: They are suitable for all ages and much more comfortable than walking along the hot, dusty, stony track. Sentence 2: It's a common cliche about Wall Street that all they care about is what time McDonald's opens at. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d2d17dc78ea413da704ab2ea44aedb2", + "input": "Sentence 1: 5 million worth of tickets Wednesday--a new high for single-day and opening-day grosses--but its $61. Sentence 2: Wednesday saw more tickets sold than any day ever. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-73d5b48f4dc74651a4b37c14af7f0041", + "input": "Sentence 1: Lewis won the close bout in a unanimous decision , making him the first undisputed titleholder since 1992. Sentence 2: The us has as lot of foreign debt Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-34872bf2c1444c1c895a4e61545a8b85", + "input": "Sentence 1: Not in a case of poisoning. Mrs. Cavendish's clear voice startled me. Sentence 2: The Kurashiki municipal art museum is currently featuring art from kindergartens around the area. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00ca115b2498485d8613e8eecfb27881", + "input": "Sentence 1: We are here for people who have no place to turn, Adrienne Worthy, executive director for the agency, said Tuesday. Sentence 2: Adding another star to our flag would call for a major redesign. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dfee59c140cb424ca97a19d345edde3e", + "input": "Sentence 1: Understanding dawned. Sentence 2: The FDA wanted to ensure the States and Federal government would be able to work together, the found the rule was fine and left it alone. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87e826820f94437e87e3b5ae4564b11d", + "input": "Sentence 1: There are pieces by Matisse, Magritte, Mir??, and Hockney. Sentence 2: There were fragments of multiple different types of rock. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fd21b1fab473461880784c916270ac5c", + "input": "Sentence 1: The next year, Albanian Kosovar students erupted again, with some Kosovars clamoring for republichood. Sentence 2: The Kosovar students yearned for republichood the following year. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-95c4635bc32f47d58bdb4f4308cf9e6d", + "input": "Sentence 1: Get details from the city tourist office on the eight-hour trip, which goes in either direction on alternate days, optional return by bus, from March October. Sentence 2: Most people say that the trip is worth it. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1cdb0b47268243eca54adbbbee0e572a", + "input": "Sentence 1: This exhibit, bankrolled by Steven Spielberg and Sharon Stone, is judged to be of greater historical than artistic merit. Sentence 2: There has been no interest in increasing funding and other resources for legal representation in the area. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df080b95810746f3a6e2de9e9317d87e", + "input": "Sentence 1: This site contains research reports conducted by the OIG, including the first ever payment accuracy review performed on Medicaid. Sentence 2: A mist swirled around the building. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-579a3e7885de40fb8bc7962a57413420", + "input": "Sentence 1: Only he said it loud an' clear that such ruckusin' round only meant th' whole country here'd go to pot. Sentence 2: I hate it when someone says they know what he does for a living. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-487956825dfa47bc99f7ec35be3f31ba", + "input": "Sentence 1: To honor the ram-headed god, Egyptians created a necropolis of mummified rams at the site, covering the animals' corpses with gold leaf. Sentence 2: Even though he initially instituted reforms, the king eventually crushed the student revolt. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23d70d4a0421463584b271c8505f2313", + "input": "Sentence 1: I bought two large tubes after your super review. Sentence 2: After reading your review I was compelled to buy two large tubes as well. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f6671b1e907e4129a8a4b057e4ae5948", + "input": "Sentence 1: million tons in 2010, and 3 million tons in 2018, - Decreasing NOx emissions by 67 percent, from current emissions of 5 million tons to a cap of 2.1 Sentence 2: Decreasing NOx levels by 67% is required. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e272d026c37e4f4088ef19473138b92a", + "input": "Sentence 1: CIT (Compagnia Italiana di Turismo) is a national travel agency for transportation, excursions, and hotel bookings. Sentence 2: He had no idea where they are. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b28cd9a73a347fea5f078ffa187d5ef", + "input": "Sentence 1: i think i think maybe they ought to just be punished with some some kind of real punishment like hard labor for a shorter length of time you know actually make them do something that's not pleasant Sentence 2: The families o not mingle with visitors. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-31962f05fb6048e49344e1b635aa3248", + "input": "Sentence 1: like an Uzi even and Sentence 2: The emphasis was on the overall design. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e714e4d2afed4295927ca912472d46fb", + "input": "Sentence 1: More often, as with Fannie Mae, what you get is the worst excesses of both. Sentence 2: There are things on display that were found from Minoan sites. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb3c8a675cf24e38a6c51233c94774ed", + "input": "Sentence 1: Pushkin, who was building Russian poetry out of very little, did something very similar in Eugene Onegin , only 50 years before. Sentence 2: Most of the colorful fabrics are factory-made. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-96228f77a7844dee8a948b7fdf7e4f22", + "input": "Sentence 1: that's cool groovy Sentence 2: I thought we were doing a lot better but then I read an article that said that we're not. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-986162806f864a84939d8754260e5eab", + "input": "Sentence 1: For the next few months I must use the laundry room in the basement of the building where I'm house-sitting. Sentence 2: I have to use the laundry room on my floor and not the basement. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-839267f4195341e29fa99e8a6e2c462c", + "input": "Sentence 1: where you're educated in the first uh ten years i guess Sentence 2: I am not sure but I think it's during the first ten years of being educated. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e8dc57ef24f749859d0368818de16622", + "input": "Sentence 1: He had spent many years in the south desert but never had he seen such a place. Sentence 2: He had seen something like this many times. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d2626e9918e74c79a561aab291ff7b45", + "input": "Sentence 1: For the purposes of this analysis, recreational visibility improvements are defined as those that occur specifically in federal Class I areas. Sentence 2: The recommendation seemed like a good idea to Robert Woolard because he had personal experience of screening. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a73498f2e497475187cf4aa0fb41e92b", + "input": "Sentence 1: These results exceeded our target of $22 billion and were greater than that of the previous three fiscal years, as illustrated in the following graphic. Sentence 2: The goal was to generate $45 billion, but fell short of the target sum and failed to outperform previous tallies. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-69b9c7b8a89248d6bbc023575dfbaced", + "input": "Sentence 1: Prudence Cooper, ma'am. 72 \"Very well, Prudence. Sentence 2: Maybe Mossad made agents feel bad when he implied they were all idiots. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-45809b22ca4e413bb14dc68e0933a3d1", + "input": "Sentence 1: In addition, this guide includes examples from our case study work that best illustrate how each practice enabled the selected organization to achieve the desired outcomes. Sentence 2: KSC encourages it's grantees to obtain other funds for the client community that Congress has deemed eligible for LSC funding Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a38f4eb762c47d182ecba9e36e4a351", + "input": "Sentence 1: But then he called back and said that since he was now a pundit, he should write the piece about his ideas, rather than have me write about him. Sentence 2: A California scientist said he made chickens act like ducks. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48e3a249c5dd45229a0005ea9807dfa4", + "input": "Sentence 1: Shakespeare's Fair Verona of Romeo and Juliet fame, Verona was first a favorite of ancient Roman emperors and the barbarian rulers that followed. Sentence 2: All of the Angelenos freeways are condensed with heavy traffic all throughout the day. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dc3ea5f590c147d3a6662f0775661d73", + "input": "Sentence 1: But he didn't want a joke. Sentence 2: He did not want a joke, though. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4ba3d3d0f36346f892dd959335505331", + "input": "Sentence 1: The Commission's submission to GAO did not highlight any other actions taken to encourage small entity participation in the rulemaking process. Sentence 2: The Commission's report didn't highlight actions taken to discourage participation in rulemaking. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f0128d6262864954a15feef23a384848", + "input": "Sentence 1: And what about what we might call the Rauch-Reich test (so named for Jonathan Rauch's Sentence 2: This small percentage is only cases with files under three pages in length. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f06084fef4d640f39ce5142375b80819", + "input": "Sentence 1: But it turns out that to buy $1 of dividends costs you $72 (among Dow Jones industrial average stocks). Sentence 2: It will cost you $1 to buy $72 worth of dividends. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c6f137a09a3f41be8436623564a1ef4f", + "input": "Sentence 1: Therefore, the total AC consumption at a plant will be roughly proportional to the total plant capacity equipped with ACI. Sentence 2: Those plants are self-sufficient, so their total AC balance is zero. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e3105d7b824b43c199df46a6fb9399d0", + "input": "Sentence 1: Without the force of government behind them, Pol Pot would have been fairly harmless and Hitler, a third-rate artist. Sentence 2: The aqueduct is made of mortar and cement. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-45231c77e3b14c638bc32d37691dfcde", + "input": "Sentence 1: (Click here to buy the book.) Sentence 2: If you wish to purchase the book, several payments are acceptable, including PayPal. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d24afc6f045c476781aa24ca00b097ea", + "input": "Sentence 1: You couldn't miss Piazza Venezia if you tried and many do try, because of its endless traffic jams and the arguably ungainly white marble Vittorio Emanuele Monument. Sentence 2: The water is a clear blue green and sparkling. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a81df8daee149ceaa9db0392c4c6847", + "input": "Sentence 1: The Bush people say the results of their effort aren't in yet, but they're optimistic and expect to stick with Internet advertising. Sentence 2: The Bush people say the results of their effort aren't in yet. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0b72a3384b6b45bc855fffbadfe11651", + "input": "Sentence 1: But as Peiss' excellent research demonstrates, the culture of beauty isn't all big corporations and victimized customers. Sentence 2: Peiss researched the corporatized culture of beauty. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-770ea7c0b87547f2a97e6e29da0369ea", + "input": "Sentence 1: Examples of other payments of a similar nature (and also classified as other financing sources) are the payment by the General Fund to the social security trust funds for military service credits and for certain uninsured persons at least 72 years old Sentence 2: Uninsured persons are well off as a result. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-feaea2e7ea18481cbd1d9f36cd4c88a5", + "input": "Sentence 1: Today's media, following this premise, separate editorial from news judgments. Sentence 2: The Abbaye aux Hommes is open to the public for visits. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0f8c9fc37c23478e8a6153ed1000f906", + "input": "Sentence 1: Don't you try harassing any of my riders. Sentence 2: Participants aligned objectives and expectations. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-63b94c44bf494df08bb5295c91e9db0a", + "input": "Sentence 1: Immediately following the site greedyassociates.com appeared the antithetically named site generousassociates.com. Sentence 2: My furnace uses coal. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a47f3ee6a6e42748c3cced4f63bc999", + "input": "Sentence 1: We would also like to thank the individuals who provided helpful comments on the exposure draft of this guide. Sentence 2: No comments were made o the exposure draft of the guide. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da7e295e6ae94bd7a0f28a6ec63c4168", + "input": "Sentence 1: The actor is still sleek, but the touch of crepe paper around his face has eliminated the plastic, department-store-mannequin look that Remington Steele exploited so shrewdly. Sentence 2: I don't have any woman friends. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-47338347611e4fc0ab730a21a1d767df", + "input": "Sentence 1: An agency official has advised that HUD will subsequently issue final regulations. Sentence 2: The other character is reluctant to smell the thorns but has to do it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a8e77c47367243ee9db88f3a4e90bf0e", + "input": "Sentence 1: We also compared U.S. national saving to the saving of other major industrialized nations. Sentence 2: The US saving was compared to nations that weren't industrialized. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2fd5a63c00524482b45e2777d084ec98", + "input": "Sentence 1: During his first year in the new territory, he served 25,000 in the program - a 20 percent increase over his caseload for San Fernando alone, Dudovitz said. Sentence 2: They carry a variety of lighters. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc129e23cad34930b52f376a47736a06", + "input": "Sentence 1: If it had not been for Warren Rudman (R-New Hampshire), the Legal Services Corp. might have disappeared altogether, Bye said. Sentence 2: Warren Rudman was responsible for making sure the Legal Services Corp survived. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-477bb227552e4528ae4d2aea305d59c1", + "input": "Sentence 1: There is one shot. Sentence 2: They can live in a dorm style housing and get their benefits to pay for the housing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad8c1bc9262c4c30b8a906289938b531", + "input": "Sentence 1: According to Time , dopamine explains how and why we become addicted to sex, drugs, booze, gambling, food, cheap thrills, and yes, tobacco. Sentence 2: Furniture only lasts three years. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc754e73f2e9426ea90d645a95a85871", + "input": "Sentence 1: It was to be Peace, not War! Sentence 2: There are more poor people in California requiring legal services than in any other state. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae204a0de78644689ca2952217bc439d", + "input": "Sentence 1: So all the money from the sales of the manufacturing operations, $3 billion, is going to a share buyback program, which is to say that instead of being used to create new wealth, it will simply be redistributed from the company to investors. Sentence 2: I really enjoyed Tehran. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56940634c44c4ddda92728bda7c7a40c", + "input": "Sentence 1: The key turned in the lock. Sentence 2: I would take apart cars, and sometimes need help getting rides to get parts. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c79bc259ecd34a6987fc5b85559a1768", + "input": "Sentence 1: Copies of written comments on a draft GAO report may be shared with the requester(s) if the requester(s) specifically ask(s) GAO for the comments and GAO has evaluated the comments and developed its position on them. Sentence 2: Copies of written comments on a draft GAO report may be burned Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b6b6f969258540b0b4e8f0d56081a015", + "input": "Sentence 1: If contract rates with selected customers were allowed, several questions would need to be addressed. Sentence 2: It cannot make predictions of the real conditions though. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0aa3d01350c3440ca5188ce95d840cc1", + "input": "Sentence 1: The contractor does not use statistical process control and has not identified critical manufacturing processes. Sentence 2: Size and method are how you asses. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a4a32cf92b7413294685ae190e9fa7d", + "input": "Sentence 1: Lateran Treaty establishes separate Vatican state Sentence 2: People will find you weird here in Texas if they find out you don't like football. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e83b9900bd79416183f87a1a4d70b216", + "input": "Sentence 1: In the NIPA, national saving is the sum of saving by households, businesses, and all levels of government. Sentence 2: He carried the ramming rods with only his thumb and middle fingers. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-417b35a3579f48868c60cde28cafd8c5", + "input": "Sentence 1: The film ends with the camera zooming toward Johnson's eye until the screen becomes more and more grainy and ultimately black, as if to suggest that settling the big questions of who Bumpy Johnson really was and what he meant to Harlem may be beyond its range. Sentence 2: A wide show of a park is the last shot in the film. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc4be58af5c04b618a9bd4d25675057d", + "input": "Sentence 1: This well-watered farming zone stretches the length of the country on its southern border with India. Sentence 2: The galleries are free to visit. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c06d927870a473c9f112be361d6fb26", + "input": "Sentence 1: The corridor was silent. Sentence 2: Nobody was home. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e8ae9eaf3b584c60bbf7adef6254d193", + "input": "Sentence 1: This new coalition planned to raise public awareness about the importance of financial literacy and saving and to help Americans develop the skills they need to take charge of their financial future. Sentence 2: It has been proven that there is absolutely no link between arteriosclerosis and the consumption of chlorine. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7eb65a70c26245289d634636cbeaca0f", + "input": "Sentence 1: At the sight of Shiloh and Shadow he whistled. Sentence 2: RSSI is defined by the board to report complaints. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8842dd3311814397ab0b8854e24b9f3c", + "input": "Sentence 1: They moved on into the Ganga valley when other nomads, the Yueh-chi from Central Asia, swept across the frontier. Sentence 2: They didn't move anywhere. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-50cb6ee317c24c43a45ea9535806db95", + "input": "Sentence 1: 'Now let's get to work.' Sentence 2: Let's start working on this project. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-00d56e7ad8d44f19835b7e206e110820", + "input": "Sentence 1: While new technologies and reengineering of business processes may change how certifying and disbursing officers operate, their basic responsibilities and accountabilities remain unaltered. Sentence 2: We need to go wipe out all of them after determining what we want if we can ever expect peace over there. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b131c6d407b94876b3b7dde3d3898170", + "input": "Sentence 1: According to the former program manager, These steps gave the officials knowledge that a reliable product could be produced within cost and schedule targets prior to entering production. Sentence 2: The longest counter in the city belongs to the Long Hall. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91f097d4cc9f4d988de7c505b4954c21", + "input": "Sentence 1: why we haven't either but we you know we like the the idea of having great um extra quality you know in your music and things but but i'm satisfied to just have what i've been used to not have to think about the great financial Sentence 2: There were no realistic images at the tomb. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ce407a402684c69a9901ebb44fcf6f0", + "input": "Sentence 1: Passengers on the 11.15 train to Little Stop, Salmon Square are reminded that we are entering a Dinosaur-Infested zone. Sentence 2: It will make you lose weight. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dfc8ecb527dd4e74b311de9c54835b9c", + "input": "Sentence 1: But since last week the RQ standard has been set at 170. Sentence 2: As they're older, they're less of a responsibility. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-876e79aca42b44769288b1abee92d214", + "input": "Sentence 1: yeah exactly that's what everyone says Sentence 2: Most people say differently. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6422ec5fdcb9451db7a87845daf6565b", + "input": "Sentence 1: He rang up the Ritz and asked for Julius Hersheimmer. Sentence 2: She suffered many hardships during her life. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2f6a68c97444baea3724afd4b7fc7fd", + "input": "Sentence 1: The mare, after a first nervous start, stood easy under his sure and gentle hands. Sentence 2: An arrow will hit you in the back and kill you. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c81b63eca4d24ec59a8ec5f1a6f8cb00", + "input": "Sentence 1: Undoubtedly the discovery of an undisturbed tomb and its vast treasure trove in 1922 is what maintains its popularity. Sentence 2: They are ugly and grossly overweight. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-292bc75cb62b4c14bfc4c0a31b99eeca", + "input": "Sentence 1: Participants acknowledged that financial reporting, in addition to being largely driven by the accounting profession, also has been driven by the legal system, resulting in an overload of information that is too complex and not easily understood. Sentence 2: The Persians lost Anatolia and then the Cyclades. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02d8475021f54e5592384c06a9475ab7", + "input": "Sentence 1: Today they are on view in the museum on site but their stone sarcophagi still lie in the temple complex. Sentence 2: There's a different problem with print publications. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5a9d0094608a4abea45c5b34b670e319", + "input": "Sentence 1: The less time they have to mature their plans the better. Sentence 2: It is better if they do not have enough time to plan. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ffc32ff39d1c48739fc39cf9ff008ce8", + "input": "Sentence 1: You'll see fishermen working their dipping-nets or flinging hand-nets out with a whirling motion. Sentence 2: It is a long story, so where shall I begin? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91ff06d69dc941af9c09b5eef98f7aaf", + "input": "Sentence 1: put that system that everybody would think is fair as far as being taxed you know i guess in Texas with uh we live here also Sentence 2: The system is fair and everybody thinks so. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3960e1521498417795acfff58351dc04", + "input": "Sentence 1: practices by considering the scope of various types of audits and Sentence 2: GSA's operations need to be adequately protected, because it has extensive interactions with the private sector, and has billions of taxpayer dollars involved in the carrying of its activities. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-231b4740617e4a79a878c8c8a0db9c35", + "input": "Sentence 1: Were you wrong when you went that way as a New Jersey senator? Sentence 2: The 1917 French Mission Building is behind the McDonalds. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-53f9976854c34fa7b520491d202fc177", + "input": "Sentence 1: This fireworks' 20 minutes was the only 20 minutes during which 25 to 35 percent of the audience was not talking to or hearing from someone who wasn't with them. Sentence 2: The Ottomans were peaceful to their ruling cities and states. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16ea3fece0814871960ed86e09aa4f75", + "input": "Sentence 1: um-hum that was a few years ago Sentence 2: He had previous published a paper on this topic. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eeb0008475654a818ace7ce6172de655", + "input": "Sentence 1: and uh he raises some serious questions about why do they have these really a lot of money goes into the advertising for children's programs Sentence 2: He feels that too much money is spent on advertising during children's programs. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-07c483f87c4749519511ba58fcd19cc7", + "input": "Sentence 1: The heat from those fragments cut through the chill in the air, and the glow furnished light for most of the camp. Sentence 2: The post used to be just for inner-city communications. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55e75723eb184498ad231c9248a62bdc", + "input": "Sentence 1: But the insurers are fighting an irresistible force. Sentence 2: The new rule would alter how current reporting requirements in Medicare hospitals work. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cffbd37073be44ab8ffc17e37c87ad6a", + "input": "Sentence 1: And suddenly a dread clutched at his heart. Sentence 2: A feeling of giddy relief took hold of heart. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ac97c0eafd64581bcf9b67be8d81cf2", + "input": "Sentence 1: I was asking Daniel- we were alone in his bar. Sentence 2: Daniel and I were alone in his bar. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c2cc975140f84077877a786dfe27ce26", + "input": "Sentence 1: What an awful place Piccadilly Circus is. Sentence 2: She thought that Piccadilly Circus was not very nice. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0886e14059cc4b658f74454cb0cf7563", + "input": "Sentence 1: Directly acroseHigh Street from Knox House is the Museum of Childhood, said to be the noisiest museum in the world. Sentence 2: The Museum of Childhood is located very near the Knox House. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c5d0d6f1c7c14653a994d50148880acd", + "input": "Sentence 1: Management should view human capital as an asset rather than a cost. Sentence 2: Human capital should be viewed as an asset by management. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-623bd3805f274cdc9bf5c81a2d7f512f", + "input": "Sentence 1: My heart caught in my chest. Sentence 2: I was relaxed. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-31ec1a9cb43d4e6c8289762b8a80278d", + "input": "Sentence 1: As usual, Washington Week doesn't get around to the week's real thing (Flytrap) until the closer. Sentence 2: The is a reason for the head. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e6cffbb2a1444408b874330a46be25b5", + "input": "Sentence 1: You can spot, set in the stone walls, little sculpted heads of angels or demons, floral motifs, or the scallop shell (coquille Saint-Jacques) marking the route of medieval pilgrims to Santiago de Compostela in Spain. Sentence 2: Carvings in other temples are defaced. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b07cae90e3634f12be34b3839d666e24", + "input": "Sentence 1: executive performance and accountability for change management will therefore be critical to the success of the federal government's transformation. Sentence 2: It wouldn't hurt to have a section that explains how each office has affected the city or state over the years so we can use the data to keep improving. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1cd89717787244789b5a7fd90fd4c510", + "input": "Sentence 1: So be it, then. Sentence 2: It feels good to surrender to it being what it will be. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ce53f19041c54f69ad1524cfc54a8972", + "input": "Sentence 1: Similarly, the Joint Federal Travel Regulations,7 applicable to members of Sentence 2: The Joint Federal Travel Regulations can be similarly used Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a7508da27952465b901dac767b734b84", + "input": "Sentence 1: yeah D S defense systems equipment group yeah yeah i was in that Sentence 2: I liked being the defense systems equipment group. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-386f976037314670873e00f5706edd80", + "input": "Sentence 1: Those seminal early papers were crisp and minimalist; they looked forward with remarkable prescience to the wild and woolly, out-of-control world of modern international macroeconomics. Sentence 2: The seminal early papers were minimalist and crisp. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b27d0288b40042829a60cd1f44976988", + "input": "Sentence 1: The alliance with the Church served as the underpinning of regal authority. Sentence 2: The net effect of mapping increased program spending together with adjustments needed to update the assumptions of the CEF policy scenarios can not be highlighted Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b29d4ab8b8db4b5b9dbb5a7d7e064600", + "input": "Sentence 1: When he winked to his own self from four years ago, he had reasons to be pleased, which he quickly masked with one slight yawn. Sentence 2: The festivals are very special, and it is recommended that you try to fit them into your trip. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c77b5bab5224d7fad90f849f6a73cbf", + "input": "Sentence 1: yeah or um-hum what area do you work in Sentence 2: The mansion was built for an American. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-445635a498a542d19789ac46b8bd07ff", + "input": "Sentence 1: Hanson could feel that he was being baked alive. Sentence 2: Hanson had never felt this hot before. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d4470976819249c6ba467a16961f8ece", + "input": "Sentence 1: oh yeah yeah no no and it's funny you know You like to pull for the underdog and for a long time i was pulling for Denver Sentence 2: Apartheid must be supported. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fbdac3b701f04ee7987f664bc0d7493f", + "input": "Sentence 1: Increased computer interconnectivity and the popularity of the Internet are offering organizations of all types unprecedented opportunities to improve operations by reducing paper processing, cutting costs, and sharing information. Sentence 2: The internet teaches organizations how to raise the costs of production for more profit. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-572ea7713d464056a281eca991d231b8", + "input": "Sentence 1: and it was in a shopping strip that had a grocery store on one end that took them almost four years to really get that going and that strip filled up but Kathy selected the middle store in the middle strip and there's still no stores on either side and it's been over a year and a half yes and and it's sad because it was it was a nice store and she was such a lovely young gal to work for i just feel very bad Sentence 2: That shopping strip has been suffering from a lack of customers and tenants. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-48c0888808144b28b9d015c44ed23bfc", + "input": "Sentence 1: In an area stretching from the permanently traffic-jammed Piazza Dante, between Via San Biagio dei Librai and Via Tribunali and over to the Porta Capuana, the popular image of old Naples survives. Sentence 2: Piazza Dante was closed to traffic. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6ed28c8830604d2a9f745e999caa15ff", + "input": "Sentence 1: I had already torn out the two stucktogether pages from the magazine, and now I slipped them with their precious enclosure between the picture and its brown paper backing. Sentence 2: I tore out at least two pages from a magazine. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-757f3862b851488a9e81cea630f013ee", + "input": "Sentence 1: That's the only way to keep you from being punished.' Sentence 2: You heard the table fall, correct? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0c65b5d4a70466cb279e52b2520ea88", + "input": "Sentence 1: yeah i have uh my in-laws are both smokers and uh they've tried to quit numerous times and Sentence 2: The carriage was not up to standards, being small and poorly maintained. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-819e6991168c41b79cb4470209683c1b", + "input": "Sentence 1: But how can this be if the CEO also serves as chairman of the board? Sentence 2: How would the CEO also be the board's chairman? Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-452465ccb4b049d3983a989aa9e95800", + "input": "Sentence 1: Mini-buses dart in and out of the traffic to pick up passengers and there's a frantic rush at peak times as everyone tries to leave the city at once. Sentence 2: Don't bother; they won't tell you anything. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01b6576f6ccb4876ade43806d07b1cf9", + "input": "Sentence 1: attractive, alert, upbeat, says Safire; Darling ... Sentence 2: Beautiful, vibrant, and alert, says Safire. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df702d7cb1c24590801533f19ef1b57c", + "input": "Sentence 1: The ex-headmistress of an elite all-girls school indignantly argues that education is not a country club and disdainfully describes mothers jockeying to make play dates with the offspring of Katie Couric. Sentence 2: The place was very modern. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-70a0ecefacac4a529b104ff488a91e33", + "input": "Sentence 1: As outlined below, we used several techniques to identify the study participants. Sentence 2: The blade killed the man when it went in his throat. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1b71ba77d8ea4c33bd742945aaee5c72", + "input": "Sentence 1: The station is superb and truly looks like a Fine Arts Museum, and since the Fine Arts Museum resembles a station, I suggest we make the change while we still can, said painter Edouard Detaille in 1900. Sentence 2: It lacks any space for performing dances or drama. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-163d15d53af749d890c0adb7e8f7df03", + "input": "Sentence 1: no i live in Maryland Sentence 2: Adrin said the scorpion-handled rapier is for misdirection. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e327ad05227b4457922e232d85347b96", + "input": "Sentence 1: But I have no doubt that they're coming. Sentence 2: Jon and Sai Routha were once married. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7eeca96c3ab4e58ab162988eee5aa88", + "input": "Sentence 1: yeah yeah i haven't watched it since the war started i CNN though was it was a life saver for me back in October Sentence 2: You're gonna know who this is inmediately. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae5d62c48948428ba96634e1841175b1", + "input": "Sentence 1: no no they they get get her a get her a box of doggy biscuits to to to let her feed him Sentence 2: You will not encounter any of Akko's four khans or caravanserais inns. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-594b3b1f04a04bc9843e3d5409ac3b9d", + "input": "Sentence 1: The rule and the procedures therein are applicable to the FCC's spectrum auction program. Sentence 2: The rules and its procedures can't be applied to the auction program. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3aba3219f68c466c903126a9efdc41fd", + "input": "Sentence 1: Guadeloupe and Martinique, much the largest of the islands and about 160 km (100 miles) apart, are becoming internationally known resorts. Sentence 2: Summer is when the most people visit. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18e3f585723c4f489dbc4855cb246f49", + "input": "Sentence 1: Hargarten added that tele-medicine has a role in making the booster intervention a reality. Sentence 2: Sannyasi are wealthy men who travel to this holy site once a year. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4a8c0a5d678c4f62a0179aceb79c9928", + "input": "Sentence 1: However Ayyubid control was weak and power was usurped by their Turkish slaves, called mamelukes, who succeeded in founding a dynasty that lasted from 1251 to 1517. Sentence 2: People are thinking that he's just waiting for the right time to reveal his platform. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-532fecbf15214630a486fba8233615e5", + "input": "Sentence 1: I took the cord out of the wall from the fax machine, Mr. Bookstaver said in a recent interview. Sentence 2: There is a lot of information on the area at the Anaheim Convention and Visitors' Bureau. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-39bb6c4bc2fa44e4af48c0fe71dab99a", + "input": "Sentence 1: back grind tape on and off the wafers Sentence 2: The tape needs to go on the wafers. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-161fa3e2f37c402c9c9cc6f666b2a8e0", + "input": "Sentence 1: A Pakistani woman won a historic court victory allowing her to remain married to the man she loves (and with whom she eloped) despite her parents' insistence that under Islamic law, they have the sole authority to choose her husband. Sentence 2: Jon was receiving medical care. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d58d76c6a7640588839068681cdb1cd", + "input": "Sentence 1: Room 7: Lorenzo Lotto, troubled loner among Venice's 16th-century artists, portrays a Gentleman in his Study with subtle, somber psychology. Sentence 2: James Bond just stays away from the bad gys. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38771eb06e88406798032f06ed21d42a", + "input": "Sentence 1: The outdoor life in the Savoie Alps and the resorts around Mont Blanc (Western Europe's highest mountain) can be as exhilarating in summer as in winter. Sentence 2: The experience of the outdoors in the Savoie Alps is as exciting in the summer as winter, but not in the fall or spring. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b06cd2ebe73d4797aefe1491bf136e3c", + "input": "Sentence 1: yeah we didn't see that one i'm not uh i don't see don't go see too many in well i would but my wife doesn't like the the uh the science fiction semi horror type stuff you know Sentence 2: The voting procedure is controlled by Morris. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9cd62199395c48d18b4437a1f6791d57", + "input": "Sentence 1: Don't count on it. Sentence 2: He considered them to be false nobility and would not grovel before them. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-62d56b4e9d7f4f3291d2c972e301a9b9", + "input": "Sentence 1: I presume she was a friend of yours, since you are acquainted with all these details.\" Sentence 2: The West has won awards for best millennial magazine. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd467d9617d04ac184898053d63ccd20", + "input": "Sentence 1: Just because an organization drops off the cover of Vanity Fair or People or the Saturday Evening Post doesn't mean it has ceased to exist. Sentence 2: We don't rely on any estimates from any studies. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee13fcecd28b4637bb1ccb2616207bfc", + "input": "Sentence 1: This sector does not contain advertising mail. Sentence 2: The sector does not need to advertise. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d601ad6383ca426bac4339bee4cf1f39", + "input": "Sentence 1: According to the preamble to the final rule, HUD received 354 comments on the proposed rule. Sentence 2: The Pacific Coast Bicentennial Bike Route is 2 miles long. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6aa4014833234d228ca651af14101433", + "input": "Sentence 1: His country place is north of London somewhere.\" Crossing Holborn there was a block, and the taxi was held up. Sentence 2: His country home was thought to be somewhere south of London. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9696bd9243cc48b9b76d235fb841ca56", + "input": "Sentence 1: postal service establish rate tiers based on the destination of the mail? Sentence 2: You should be in a condo in Miami because you are so fabulous. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ffca05914864b42bc506083dadefdb4", + "input": "Sentence 1: Postal Service witness Bradley in Docket No. Sentence 2: There are places scarier than Los Angeles. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c776384236064a0a920ea369337dd29c", + "input": "Sentence 1: They immediately began work on the formidable fortifications for which the city is still famous. Sentence 2: The bath Derry drew was too hot. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-054ac337d1e64cb6bbf7f059f81890b5", + "input": "Sentence 1: The murder, he said, was a most premeditated and coldblooded one. Sentence 2: That he described the murder as coldblooded spoke volumes, given the number of murders he had investigated in the past. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d032a2fc61a343d8b9710cc1a42fe729", + "input": "Sentence 1: Bill Clinton is a master of buttering up journalists by quoting their books and articles back to them. Sentence 2: They are hoping their child turns out well. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-444b3d056bb545ff935eedfc5d1c2923", + "input": "Sentence 1: Through the mid-section burst flares of blinding light. Sentence 2: Flares went through the midsection of the armour. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc883167e5a64ac1a51218eb1f664c09", + "input": "Sentence 1: One route required the user to access the Information Sources, Dockets, and Air and Radiation Docket and Information Center web pages before arriving at a link to proposed rules available for comment. Sentence 2: One route required the user to access the Information Sources, Dockets, and Air and Radiation Docket. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-27f52579e7eb46079d56f5227eb5acc2", + "input": "Sentence 1: Reservations for hotels, jungle lodges, and flights to and within Nepal can be hard to confirm in the busiest seasons if you wait too long. Sentence 2: I am not a regular listener, but I have heard of her. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-64187873e0b04ddfa2f8e47e8d587981", + "input": "Sentence 1: , our labor. Sentence 2: There are differences in this new generation. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5093b385d84430d90d298e040f71a78", + "input": "Sentence 1: i can't see even having time for a pet let alone children Sentence 2: Lane Crawford Ltd. is one of the oldest upscale stores in Hong Kong. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-52a816b0db5744778d32567eb1eb7b55", + "input": "Sentence 1: yeah right uh most the time if they were they were some of them were even better behaved i've only had two instances where i could it was really noticeable but they were better behaved when they were um i don't know if it was alcohol or something else that they were on but it ended up better Sentence 2: The man made a noise. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-901e6547754140d9aa64eba82e665a4b", + "input": "Sentence 1: Takayama is a town famous for its carpenters a reputation going back to the great days of the imperial courts of Nara and Kyoto. Sentence 2: I think that a year is too long a period of time for this. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-70c807e4fee545ee9eca2615162ee642", + "input": "Sentence 1: Since then, he has never managed to do anything but coach. Sentence 2: The iron pan meant for preparing saffron rice inspired its name. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-974d097ae12442bda47fc6e007e13b88", + "input": "Sentence 1: According to the EPA's discussion, the streamlined requirements of the revised proposed rule drastically reduce the burden on both small businesses and small communities. Sentence 2: Do it quickly! Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58428e0be30640c2bd645e8201d0dc79", + "input": "Sentence 1: Cross the river and you are in a mini-Manhattan that has sprouted since 1969 to become a city in its own right. Sentence 2: It's a story about politics and lobbying, in the era of the civil war. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-861268e7e8b14d4a806dac8bd1103d54", + "input": "Sentence 1: The day of disillusionment had been a Wednesday. Sentence 2: Wednesday was the day that everyone became disillusioned. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aaa021a229164624936df1fb48730e27", + "input": "Sentence 1: CHAPTER 1 Sentence 2: CHAPTER 1. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-13d68bdedb5f4a818ba7d4421d57100c", + "input": "Sentence 1: At first, those who booked the act resisted; they did not think people would relate to a head in a box. Sentence 2: But, after initial reservations they found that people were excited about a talking head in a box. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bc5cd1dfcf91448287525f6802adf862", + "input": "Sentence 1: i uh that's their marketing Sentence 2: Their marketing is effective. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b5685cccf0d64eb3856853a3df31b69e", + "input": "Sentence 1: I wrote How do I do that? Sentence 2: Explanations are included for why findings do not agree. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c145a620783f41daae325d9295ab1546", + "input": "Sentence 1: no i know when um we just we moved here um i from the i got a summons jury summons just Sentence 2: Around the time we first moved here I got a jury summons. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8d0dc5207473494cb50318c5047d32a5", + "input": "Sentence 1: The reviews of Yardley's book are less positive. Sentence 2: Yardley usually writes picks more upbeat themes to write about. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9354b03f04204addae5968144dc74434", + "input": "Sentence 1: Downtown Aswan has a pleasant riverside Corniche where you can stroll and watch the world go by. Sentence 2: No on asked why they were sharing. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2b3525a20324a6186a59d9b1c63b068", + "input": "Sentence 1: Skeptical doctors assert that such NDEs are purely physiological (naval pilots exposed to extreme gravity also have visions of bright lights and a God figure). Sentence 2: The construction of buildings were a factor as to why the intelligence reports stopped coming in. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f78a73a94f94c6c9e424e5e7a3dd4bd", + "input": "Sentence 1: We examine differences in postal density for rural areas and for densely populated areas to identify the effect of different delivery practices in each country. Sentence 2: Mallorcan teles de llengues are popular, inexpensive souvenirs. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b5f7ad5b2d804b3ba3692532818c74b1", + "input": "Sentence 1: During the reporting period, LSC made continued progress in its State Planning Initiative. Sentence 2: LSC stopped making progress towards its state planning initiative Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2fd31b9d853b4b19831b2d538764dbec", + "input": "Sentence 1: In addition, provisions were made for staff to do the type of work they preferred, such as software testing versus giving presentations. Sentence 2: The money used was already allocated for the remodeling of the courthouse. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f76ee1e523e04417976c6633c93264e8", + "input": "Sentence 1: I tried to listen, but at first I couldn't take much in. Sentence 2: To lift them and take them over there, stuff like that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fed3be4f6e964994a8ce2b28ed8adab5", + "input": "Sentence 1: As you descend look for images of over 700 deities decorating the walls before reaching the chamber with its finely carved red sandstone sarcophagus; a royal cartouche (hieroglyphic name plate) above the lintel heralds your arrival. Sentence 2: The Pitfalls Publication does not do many generalizations. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8c0a16fd7d84945ae92da89a3608d05", + "input": "Sentence 1: Taxes soared to pay for his wars, and more and more peasants had to abandon their fields when press-ganged into his armies. Sentence 2: We note the error here even though it has already been corrected in the archived article. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d9493d94d234c71a04cd0cd2289931e", + "input": "Sentence 1: And he made it on the crack of the gun. Sentence 2: The gun went off silent. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c16573d4b8db4e5aa75021af4e6d9c7c", + "input": "Sentence 1: High quality and cheap, Chilean wines are now the third-most popular imports, behind only French and Italian vintages. Sentence 2: Chilean wines are being sold for a fraction of the price of French and Italian vintages. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e32de1d259da4f4b88e0dbde7424e463", + "input": "Sentence 1: Entire skyscrapers had been consumed by the blaze; it was like a forest fire, working its way through the city. Sentence 2: It seemed like the entire city would be consumed by fire. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-04bf6d2b7e6d4ee98f1ddd5634d7a589", + "input": "Sentence 1: Nixon hated Woodward. Sentence 2: The root of their issue was in political ideologies. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9f31e50944434e66b445b834c96e8078", + "input": "Sentence 1: yeah i'd agree with that Sentence 2: He was speechless. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf53c702baa54d0883e1dc99619c9332", + "input": "Sentence 1: It had grown over the years, but not gracefully. Sentence 2: Even so, if scientists started controlling people by creating a religion... Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b079f11a99524643887c539731ac7364", + "input": "Sentence 1: Using 4, 10, or 15 sites as case studies might be feasible, but we would still need to be concerned about the risks in generalizability. Sentence 2: It is still there. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-514d2612646348b5827be4c9bf85d2ab", + "input": "Sentence 1: The seas that lap Egypt's arid shores hide pristine marine ecosystems that have lured scuba divers from the inception of the sport. Sentence 2: The pristine marine ecosystems of Egypt's seas are in danger. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-48b7489beb0e47269e0aa26d9300b289", + "input": "Sentence 1: Carlson presumably means that anti-father thinking is a widespread belief of which there are no instances. Sentence 2: There are no sculptures in the basilica and no stained-glass windows either. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fc50623cc1b472e8ee42f434895e09a", + "input": "Sentence 1: Part III of this report analyzes applicable law and applies it to the findings in Part II. Sentence 2: This body is foreign to me and strange. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a27192531914ea99a3a39e4f2541269", + "input": "Sentence 1: Valuing Fatal Cancer Risk Reductions. Sentence 2: His father was a simple blacksmith, more suitably called an iron king. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60160bef6a434dcca7908b55d239e521", + "input": "Sentence 1: Notice that no two columns on the ground floor are alike. Sentence 2: The columns on the ground floor are all the same. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ad3cd0eea78d43e5bf783554bdee7d25", + "input": "Sentence 1: a) Had an adulterous affair with a young intern. Sentence 2: Hope there is no doubt towards you. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c5a45b7d361f41a996252581bf76ddce", + "input": "Sentence 1: Soon, news of a new religion that was beginning to cause trouble for the Roman authorities spread through the empire. Sentence 2: News of the new religion traveled fast. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dde79c57f2a742379b89ad1de870631a", + "input": "Sentence 1: The Israel Ballet Company is based in Tel Aviv. Sentence 2: Someone that has experienced domestic abuse is eager to face her attacker in court. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8a822a4112d47988a49e89102b91c6d", + "input": "Sentence 1: I will be back tomorrow. Sentence 2: I will come back tomorrow at noon. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d2aecad60b46404ea944d8f1be99c6a6", + "input": "Sentence 1: On the other side of the square, St. Joseph's Church was built in 1914 over a cave once thought to be Joseph's carpentry shop. Sentence 2: St. Joseph's Church is located on the opposite side of the square and was built over the place once thought to be Joseph's shop. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-51437301232d4b05881f334acf05afa3", + "input": "Sentence 1: There have always been such columns connecting the world and the sky. Sentence 2: I think we have 57 deflated balloons. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b459b6e03414483d8eed16c981e92419", + "input": "Sentence 1: The Times ' prescription is comparable to allowing people to choose how much to sleep while forbidding them from choosing how much to stay awake Sentence 2: Jerusalem has never fallen. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f6c764aadc5487190daf4fc5a1ba017", + "input": "Sentence 1: However, service is restricted to beaches close to Sant Antoni. Sentence 2: Relocating the air preheater often damages the unit. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b553069be4a04564b2f6f1b279379b56", + "input": "Sentence 1: yeah i i would qualify the U S government as Sentence 2: The US government doesn't qualify. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8b1691d81fd64c90a3ead8a3a9c8e673", + "input": "Sentence 1: Jon thought he knew what the man meant. Sentence 2: Jon had no idea what the man meant. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d3ad27a95ea94824a036a94c2d8280ba", + "input": "Sentence 1: Last June, the FBI told six members of Congress that the Chinese government intended to illegally contribute money to their campaigns. Sentence 2: The FBI informed Congressmen about Chinese government intentions. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-217e0458379e45189e86ff892e6a86b9", + "input": "Sentence 1: oh they didn't say they didn't say what though they just said they thought it was Sentence 2: They were 100% certain they knew. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b0b348c78d0b4628958d500c01652268", + "input": "Sentence 1: He estimates it may be upward of 600, mostly without lawyers. Sentence 2: The Constant 2000 National Saving Rate simulation determined how much cheese there was on the moon. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1da49887f52e4c55b3341300eaaae3d3", + "input": "Sentence 1: The free legal assistance hotline, operated in coordination with Texas Rural Legal Aid and volunteer lawyers from across the state, will be available from 8 a.m. to 8 p.m., Monday through Thursday, and 8 a.m. to 6 p.m. on Friday. Sentence 2: The free legal assistance hotline will not be available on Fridays. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f3f849ba3ad949f396729231c1895ba7", + "input": "Sentence 1: now if one of the Kurds i'm sure you know who they are Sentence 2: You won't use the saucepan again Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0207631b786c442ba253dba4414fe3dc", + "input": "Sentence 1: If the beach or pool begins to pall, kids can make a bigger splash on a giant waterslide. Sentence 2: Children won't make much of a splash on the giant waterslide. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf9f1061aa55401fbbc97b14eb525689", + "input": "Sentence 1: Cap in, powder in, plug in, ball in, seal it in, ram it down. Sentence 2: He has curly brown hair like me Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db98ceb6b39a48d8bc690b0c2f52d520", + "input": "Sentence 1: and uh the the park holds about forty thousand people and uh i never go on a night when they think there's going to be forty thousand there's just too big crowds i i pick the games where they don't Sentence 2: The game theory has 42 issues it examines. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-796e52b8ca374b869a8fb962a26a80a4", + "input": "Sentence 1: The size of a small village, the site now houses mosques, museums, cafe, and is a place where tourists and local people gather away from the noise and dust of the city. Sentence 2: There are places in the village to allow people to have a haven from the city. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0867f752847d4c099bcd5d1a764c034b", + "input": "Sentence 1: We had a late luncheon and spent the afternoon resting in the garden. Sentence 2: I want to see James for a few hours. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4876173b9ef9451ab22b58fee8456666", + "input": "Sentence 1: and it seems to be a disproportionate number of blacks you know that get into the system Sentence 2: Consumers would save up to 90 million dollars annually if Argentina were able to fulfill its 20,000 metric ton quota. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-73d50103670243feb5e9e45212a3a687", + "input": "Sentence 1: They are usually presented on a tray at your table, or in a glass-fronted display case, and you can choose as few or as many dishes as you like. Sentence 2: Or, instead of doing it at once, should we keep refining the process? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-870327835abf4a199e50d48e894f8952", + "input": "Sentence 1: Wines and spirits are served at all hours in Spain. Sentence 2: We do that all the time to save up money in case something happens like the washing machine breaks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f32b3877fc1458cbd5927624dda0fdd", + "input": "Sentence 1: It also, to be fair, means that Eastwood can go where the Sylvester Stallones and Arnold Schwarzeneggers and Steven Seagals daren't. Sentence 2: Eastwood is more popular than Stallone or Seagal. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9383719bde6e41bcbd0df86669a56469", + "input": "Sentence 1: But they are not good reasons to tout them as cures--or even as safe. Sentence 2: It's is glamorous to ingest narcotics, or so the media makes it seem. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cefc005ec6b54d6cb65c140d465e604c", + "input": "Sentence 1: If you don't have transportation, Edinburgh Crystal operates a shuttle bus service to and from the center of Edinburgh. Sentence 2: The video is 5 minutes long. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-159cf3e5cdca4b5097e30117ab3ea6be", + "input": "Sentence 1: Since FGD technology is not invasive to the boiler, most of the construction activities, such as earthwork, foundations, process electrical, and control tie-ins to existing items, can occur while the boiler is in operation. Sentence 2: The museum is on the outside. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b23305965a2843f78aba1df72143f0c4", + "input": "Sentence 1: Weld also has claimed to be a victim of Helms' ideological extortion. Sentence 2: The second Case management pre-conference was held. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3cbcf2d43474458ae7318c720c48c3e", + "input": "Sentence 1: In the Mus??e d'Histoire de la Ville, in the castle keep, the town's naval history is told through the lives of its great navigators and pirates, together with all the colorful paraphernalia of sailing. Sentence 2: The amount of steel required for ductwork can be lowered with a more efficient design. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c2350d78c5e4e18a269e32ca7628eb1", + "input": "Sentence 1: yeah i i yeah i i i truly believe that that before that that we have to address the racial racial issues in the United States before we can go anywhere Sentence 2: Ferdinand III had a building named for him which is called the Mission San Fernando Rey de Espana. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2713a9e9886340bf874a5d34e53b8bec", + "input": "Sentence 1: By definition, scenario A assumes the standard technology assumptions of the AEO2001 reference case. Sentence 2: St. Giles Cathedral is visited by tourists daily. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a9d7e88a18f94410aced02560dc1af55", + "input": "Sentence 1: yeah that's right you can buy lots of cat food with that so or hire somebody to do your lawn so then you don't have to worry about it we have a big problem around here with insect problems you know fire ants and Sentence 2: I've heard you really enjoy skiing, don't you? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d61dd8d6336b4b3ba40b40491d9a06a4", + "input": "Sentence 1: It tells us that Abraham made a covenant with God which called for his descendants to conquer many lands. Sentence 2: Abraham's descendants conquered God and his many lands. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8f07b2a868af44f2a195be05b2fac85a", + "input": "Sentence 1: and whatever we very rarely will eat at a uh a fast-food restaurant i will i'll eat at one more often because of graduate school and being on the road more Sentence 2: They were convenient to use. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b36d7ca51b0b47e1bfbd4d0840d1b1fa", + "input": "Sentence 1: She recommended this under-standing be made explicit in the final document. Sentence 2: I want to know if people had a good traveling experience too. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3ae7fe6e08746a286647b1f3229552c", + "input": "Sentence 1: The award, given to only a select few alumni, will be presented at 7:30 tonight at a reception on Moravian's Priscilla Payne Hurd campus. Sentence 2: The Archaeological Museum includes galleries that are about the Iron Age. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6b01afca38a947e580ddd62728d1c9aa", + "input": "Sentence 1: This one is housed in a stone building with interior arches and flagstone floors. Sentence 2: Helms was charmed by the voice of Annan. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-05434c127e7041afb386dcbee3bd4b90", + "input": "Sentence 1: I call your bluff, that's all. Sentence 2: Sierra Maestra is a small hill. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a85000ece404a7d9bc34b900ef92ddd", + "input": "Sentence 1: Hawaii, as America's western outpost and major Pacific military base, was ruled by martial law. Sentence 2: Both of the city squares are among the ugliest in France. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e98fb6f67d04adca882869acbe21286", + "input": "Sentence 1: Certainly there has been massive flight of capital into Swiss bank accounts and other hidden overseas assets. Sentence 2: A few evaluations were carried out, but no serious issues have been identified. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-03ce016ff4e147b7ae8c1313b12c73b3", + "input": "Sentence 1: This restriction reinforces the notion of the imperial family as living descendents and representatives of the gods despite the emperor's renunciation of divinity announced as one of the terms of surrender at the end of World War II (when some people literally fainted upon hearing the emperor's voice on the radio for the first time). Sentence 2: I will make roast beef with green beans and no dessert for dinner. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10bd9a2a75c643168dcd153a3fa7ee04", + "input": "Sentence 1: As you crosethe bridge into Aranjuez on the road from Madrid, the spacious, geometric town plan becomes apparent. Sentence 2: If it rains a lot, we get a lot of mosquitoes in the grass. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-49de043992fe41a8aa670dafae09ae84", + "input": "Sentence 1: Nema came out the next day with more cheering information. Sentence 2: Greuze was evidently very unhappy with the state of affairs, and said so as we returned to the vehicle. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16e5efabe3524fffabaabf1e2d3dacc4", + "input": "Sentence 1: This one's a story, too. Sentence 2: The Great Gallery is reachable from the king's apartments. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-74fd596236234aeea837040286bbabfb", + "input": "Sentence 1: I wish to thank each of the participants for taking the time to share their knowledge and to provide their insights and perspectives on the important matters discussed during the forum. Sentence 2: I don't appreciate the participants giving their opinions during the forum. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-877050b8fe4340e881e041611ed46bd6", + "input": "Sentence 1: The two co-chairmen of the campaign are lawyers Al Emch of Jackson Kelly and Scott Segal of the Segal Law Firm. Sentence 2: Al Emch is from the Segal Law Firm. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b13a7a992ea04e72b6fa1a8d37b3a48e", + "input": "Sentence 1: In March, LSC organized and sponsored a national 2-day training on mergers attended by 90 participants. Sentence 2: Don't bother with it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-65ee1becaedd4acea344ece61c3a5acc", + "input": "Sentence 1: I hope they can break up that band, run down the stud anyway. Sentence 2: They should break up the band or at least run the stud down. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-127b4cbfaccf4e9194339234de81f3d8", + "input": "Sentence 1: uh February and January were about the only two really cold months that we had it was up in the very warm temperatures even in December this year Sentence 2: We had a very cold Christmas season this year. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a588d1b5ee6c4462bf09d27f300bb6b8", + "input": "Sentence 1: 5) Our cafeteria contractor, Marriott, has agreed to allow ISM editorial folks to reserve tables upstairs in the Euro Cafe. Sentence 2: Let's not talk again. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28fd1b63e6e44848b4d777b24d8ffa5d", + "input": "Sentence 1: monitoring performance over time. Sentence 2: Monitoring performance in order to increase the production. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9118e8efa4fa40eea35010576920ff96", + "input": "Sentence 1: uh i really don't know um Sentence 2: Thorn thought before he answered, \"Yes.\" Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0d96ff1830a446f2ad997db3507260db", + "input": "Sentence 1: After three days of intensive training they completed the course with honors. Sentence 2: Even though they trained hard, they couldn't complete the course. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b1989e16d59401ab783a849e75dd494", + "input": "Sentence 1: On Slate, the program manager is, in essence, the chief computer guy in a nest of cybernaifs. Sentence 2: They got rid of the TV for a flat screen one. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c6fde69ac6546b085ab8561a7e409dd", + "input": "Sentence 1: A rival Hapsburg claimant was supported by Austria and Britain, who saw a powerful Spanish-French alliance as a major threat. Sentence 2: Britain supported a different Hapsburg claimant because they feared an alliance of Spain and France. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-035bceebfbc44870b4c3c62e75e5df0b", + "input": "Sentence 1: and it it drives from the crankshaft it drives uh a chain that drives the camshaft which is an overhead cam in those foreign cars Sentence 2: Everyone has a right to make their opinion publicly known. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4cea696839840679c2a361c5b22fed6", + "input": "Sentence 1: Of special interest among Menorcan footwear are Abarcas, flat, slipper-like sandals worn by peasants for centuries. Sentence 2: The trees can live to be a hundred years old. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fdbf1513332e4b4a8612c14347ce208e", + "input": "Sentence 1: Instead, he has placed family values and personal morality at the heart of his platform, and the first act of his campaign was to schedule a series of interviews in which he denounced Clinton's behavior. Sentence 2: The museum has a light show unlike anything in town. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c5db6b573e64a298219c489f76ea253", + "input": "Sentence 1: Program provides many with legal advice Sentence 2: Undocumented workers have the same rights as others in the workplace Cervantes noted. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3b040b87aef48ce96df94bbc42ed513", + "input": "Sentence 1: and Americans and they decide oh make it Iraqis and Americans you know and they just change the title and uh and reshot a few parts you know where they yeah you know where they could i guess they figured we wouldn't can't tell the difference between an Sentence 2: they renamed the movie and reshot a few scenes, but the rest of it is exactly the same Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b82910a0207547f49696491f8fec3fa1", + "input": "Sentence 1: I close my eyes. Sentence 2: The rebels fled in terror at the sight of the angry chicken. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d8fa07a3678455f8c4413cf1c431c70", + "input": "Sentence 1: Turn right, and first left up the stairs to the Book Market (Sahaflarktars), a shady retreat and popular place for university folk. Sentence 2: The Book Market, or Sahaflarktars, is a popular spot for university students to retreat. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b0ebc5c01f0d404fa4cde944cfb09866", + "input": "Sentence 1: Lowering the cut point on these screening instruments improved sensitivity without loss of specificity among females. Sentence 2: Jeremias of Cete also painted watercolor pictures in his spare time. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4273b176e534c83a34cba7d09cc570b", + "input": "Sentence 1: For Spain the 19th century was a bitter slide from imperial might to the status of a has-been. Sentence 2: A cat would definitely be the ideal pet for us. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ecd877eb6604123b16e785973581f72", + "input": "Sentence 1: Or does life, in general, figure out the trick of using oxygen and growing big and brawny? Sentence 2: The room had clothes all over the floor. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c91daffcc684a729029201095d8ef20", + "input": "Sentence 1: or uh uh making uh some dresses for children or things l ike that or even writing children's books Sentence 2: I had a nice time catching up with you, Aunt Shirley, bye now. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8148efad31e44fc8872f39d164cfc1ca", + "input": "Sentence 1: Mubarak's pragmatic approach has earned him many admirers, but also some enemies not least among them, extremists within his own country. Sentence 2: it will stay underground for a while yet. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0853cfea301c49c8bbe66d5c79b76857", + "input": "Sentence 1: Keyes : Join me in a prayer to Our Creator. Sentence 2: It costs $20 to enter. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2d8a9ced1db846399ce59a7cfecf6040", + "input": "Sentence 1: Jones from Jude Wanniski--one of the founders of supply-side economics and its reigning guru. Sentence 2: The improved service can be offered for a price much higher than its actual value, provided it is a good service. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e4bdb648c69c4297aac1f2bff3b46afe", + "input": "Sentence 1: The Department promulgated this rule under the notice and comment procedures of 5 U.S.C. Sentence 2: The department failed to implement the rule. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f3f7c92a18c2476a933eb6fbc6446c86", + "input": "Sentence 1: Their leader was the Norman gentleman Pierre Belain d'Esnambuc, whose statue you can see in the main square of Fort-de-France. Sentence 2: Attestation engagements deal with reviewing procedures about one subject. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-514e4a584c9d40d1aab176160e9a7941", + "input": "Sentence 1: yeah so yeah oh how awful oh Sentence 2: Oh, how terrible. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da1a81dbc4dd4a1bb934f5915a164c36", + "input": "Sentence 1: The spectacular, large canvas, the single most famous image of Toledo, fuses the mundane and the spiritual, depicting grave-faced local noblemen attending the count's funeral. Sentence 2: I prefer the beating by the man. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f6db0c1443e482f94bc365262afde89", + "input": "Sentence 1: The night goes late very late in Madrid, and there's not a day of the week that the streets aren't flooded by hordes of after-hours diners and bar-hoppers. Sentence 2: The bar-hoppers stay out for the entire night in Madrid. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0815289a404d4f8eae90117aa4f3959d", + "input": "Sentence 1: Outside the Capitol I am accosted by a Tell everyone you know to face God this year. Sentence 2: The emergency response team is responsible for checking all surge protectors in the office. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7266a172e5c7453e83440c70cba8a93c", + "input": "Sentence 1: If they don't, the government may chose to act again in order to fill any related voids. Sentence 2: It can be hot in January and February. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-22a4c77817ee458aa328fb5505e41835", + "input": "Sentence 1: there's lots of shades of greens Sentence 2: Green comes in many shades. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-03f1d56cbc874da59cf56a9ebfd93a22", + "input": "Sentence 1: It also states that any differences between the two analyses resulted from HCFA's use of more recent or more complete hospital data. Sentence 2: They couldn't stop them. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6967809ee8db4956954eda10d145ce2e", + "input": "Sentence 1: A wide walkway riverside allows you to stroll and benches allow for a shady seat. Sentence 2: What we were doing was very useful and effective. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-22c48167485344b09691bcd0638d6b69", + "input": "Sentence 1: The sinister face of Dr. Bauerstein recurred to me unpleasantly. Sentence 2: PM10 and PM2 are results. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75ab8d874003498c81b18fdee6f03b86", + "input": "Sentence 1: Reed says the San Antonio center fields calls on a number of legal problems. Sentence 2: The center specializes in pro bono legal work. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-57b4544c46294639924a806c9f9520d7", + "input": "Sentence 1: More impressive still was Japan's success against the powerful war machine of Czarist Russia (1904 1905), beginning with a surprise nighttime attack on the Russian fleet, to be repeated some years later at Pearl Harbor. Sentence 2: Which has a curious effect on the scalp. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3326b5b43bb4b0daf907a543752c162", + "input": "Sentence 1: um each side has three bedrooms and two baths living room and then a big uh kitchen that has uh dining area in it Sentence 2: Each side only has one bathroom and bedroom and a shared kitchen. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c9fff5971474d6c98b17460c878440c", + "input": "Sentence 1: Behind the port is a maze of narrow alleys and whitewashed houses with overhanging balconies resplendent with potted plants and masses of bougainvillea. Sentence 2: The port has seven different alleys that lead to it. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-27270b58b54a4e27a07e3f69124444a8", + "input": "Sentence 1: This is more honest, and it's also more effective in getting at the truth. Sentence 2: You can always count on me to do it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7b93c0df06c41d284c8bdd5c02b62d0", + "input": "Sentence 1: You can still see Mohammed's footprint, but you'll need a guide to point it out. Sentence 2: I don't know if it's just something with Puerto Ricans, but every one I've met has been funny. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e774bb7018b04119b6dddaec10bc223b", + "input": "Sentence 1: However, on Ibiza, a bodega is usually a wholesale and retail wine store rather than a place to sit and try the vintages. Sentence 2: Bodegas serve wine still, but you just can't drink within them. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df4db2a9c2224f1fb1e4ed436bbf2758", + "input": "Sentence 1: What fun they had had together, he and Tuppence! Sentence 2: Tuppence ruined the day and he was sad. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-57c278ff7662477693541f748da79746", + "input": "Sentence 1: What will Stark think of us and what will he do? Sentence 2: What should we expect Stark to think of us and what will he do? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e2b6db117b85404e8d031086d52bb129", + "input": "Sentence 1: An article questions television's awkward embrace of gay characters. Sentence 2: The small sandy bay is framed by cliffs of red rock and holiday apartment blocks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1e414dcac9144248fbea4e949c9de8c", + "input": "Sentence 1: FHWA requires its senior executives to set critical and noncritical performance objectives that are tailored to their responsibilities within their respective offices and aligned with the FHWA Administrator's performance agreement with the Secretary of Transportation. Sentence 2: Is it? Well that's too bad. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-252bb1f57b524dbca53cb83019190780", + "input": "Sentence 1: yeah yeah that i think that's Sentence 2: I think about this a lot Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a58699efffdd48c58caee398d130a2cd", + "input": "Sentence 1: Russian Orthodox nuns oversee the church and its grounds. Sentence 2: The wall was built in 1900. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-45fb7f85808a4995aa769797bc62a3ad", + "input": "Sentence 1: You have a good memory, and you have given me the facts faithfully. Sentence 2: Your memory is terrible. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4de1185ee14048159d22aa5751c96ad7", + "input": "Sentence 1: The Wither, said Ca'daan. Sentence 2: The PRC doesn't exist at all. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fe2692e4ae148c0b6a45e02c723bb49", + "input": "Sentence 1: a cocktail while admiring the view. Sentence 2: There was little chance it was actually Ser Perth, but the similarity was uncanny. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b3577c565364199ad8a82b4035245a7", + "input": "Sentence 1: right you can't just wear your sweats and an old T-shirt and Sentence 2: I guess if you are being paid to do it it becomes more like a vocation. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8b8dc78921149d9848ce702cd7f2fcd", + "input": "Sentence 1: The famed marketplace of Cairo Khan El-Khalili still buzzes with the atmosphere of a medieval souk and it makes a good place to start your tour, though do return as the sun drops and the lights come on because the atmosphere is palpable. Sentence 2: It's Monday, which newspaper is that? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cc7a7456a7d49068ab901d9c482bbc7", + "input": "Sentence 1: Now I just wish more forms would allow me to omit Mr. from my name ... Sentence 2: Not enough forms let me skip adding Mr. in front of my name. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f9d982165ce24893a59ae378273b1d30", + "input": "Sentence 1: It was fun. Sentence 2: A moment. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b2ef5ee82474303bf4350ea5b894b6c", + "input": "Sentence 1: According to the story, the European Union set aside Sentence 2: I am asking very nicely. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-45410e27d76144109c274fd35dc5c062", + "input": "Sentence 1: If the agency disagrees with GAO's findings, conclusions, and recommendations, GAO will accept further explanations from agency officials in support of the agency's position. Sentence 2: The agency is on good terms with the GAO and become more lenient. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-96062f639805406fa92d1623caf039ca", + "input": "Sentence 1: Bands of rebels (such as those led by William Wallace) began to attack the English garrisons and make raids into English territory. Sentence 2: Bands of rebels have never attacked an English garrison. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-04ca644967884e0ebfad8821899003bd", + "input": "Sentence 1: It becomes too troublesome for the planet to support even the industries that still exist, though they are toothpicks to the oak trees of Beforethewars. Sentence 2: Ian Wilmut started out as a frycook at a local restaurant. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fdeb226693ae41acbafa998a4cd6b7f8", + "input": "Sentence 1: She wasn't screaming. Sentence 2: I do not appreciate that sir. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b216291aba894249bd04f9d89c99c2be", + "input": "Sentence 1: yeah i don't mind that um my husband never cared for fast food so we didn't go that often but you know i have no problem with uh going to a McDonald's or a Wendy's or uh Sentence 2: Managers are more restricted. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-73dba01738a54074afb2f5579c61c93d", + "input": "Sentence 1: i've noticed that in a lot of companies that you know everybody says well there's no women in upper management and my first question well is there anyone qualified to be there Sentence 2: It's not uncommon for people to ask if upper management has any women but what I want to know is if there's any qualified women. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5230148df7ae4ef59cf3f2c9f0d21297", + "input": "Sentence 1: Coleridge and Southey, two of the more prominent Lake Poets, both lived here and raised the profile of the town and the surrounding area. Sentence 2: I kept happening, and I could have done something to stop it, but I did not, and I felt guilty about that. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f18e8015b8a043dbbd107832881ea232", + "input": "Sentence 1: Ashoka's Empire Sentence 2: Control of guns is a favorable outlook for me. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5f34f14a555a4faa97681a98f7ebfaea", + "input": "Sentence 1: After years of study, these onnagata make an astoundingly subtle and delicate art of capturing the gestures and movements of both young girls and old crones. Sentence 2: Take care of yourself. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ae1e538286849f0b37d513f4a969d3f", + "input": "Sentence 1: Social Security Administration, Income of the Population, 55 or Older, 1998, (Washington, D.C.: U.S. Sentence 2: The case was an exceedingly simple one to grasp. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bcc1ab71d8ad4554939ad5e842782748", + "input": "Sentence 1: Some of them are named after Gambino Family, Goodfellas, Li'l Gotti. Sentence 2: The DOD faces financial challenges in meeting the goals of the CFO because of increased budget flexibiliy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a632a14a8c64d39bc33d8be170b0765", + "input": "Sentence 1: and so with you know with the IBM what would happen is uh since the software that i had was it was basically you know you only see part of the page Sentence 2: That must have been dull with the school administrator involved. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a956bfdfb284583879946fd82868a7f", + "input": "Sentence 1: In the way of such things, we now say we are in love. Sentence 2: We have always been in love in the way of such things. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e5590b59e4d44c38a3e44a9f98e969d8", + "input": "Sentence 1: Definitions will be clarified for measures to be used in 2003 for quantifying the reach of web-based legal education and pro se assistance models. Sentence 2: The Duomo is the largest cathedral in Italy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7cb1f00d0e434130812f0f6936e319f9", + "input": "Sentence 1: and to match instance selection carefully with the questions. Sentence 2: You need to match instance selection with questions if you want it to be successful. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-29a2e5de286b40c3b4f90630537f2f9e", + "input": "Sentence 1: No one but Hercule Poirot would have attempted such a thing! Sentence 2: Something as impossible as this could only be challenged by Hercule Poirot. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-af837142431a4c69991d6da7a1a6f485", + "input": "Sentence 1: Consequently the rule does not impose unfunded mandates under the Unfunded Mandates Reform Act of 1995. Sentence 2: The Jenkins Committee makes sure that all financial reporting is useful, relevant, and complete. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a837b10376644f1a817883a6b57295af", + "input": "Sentence 1: never have Sentence 2: \"I love the idea and you can bargain, but it's not very accessible.\" Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-249ed9c265f045ecb9711d9cd87a6a86", + "input": "Sentence 1: um some some later proof sets because they have a slight error in them are are worth hundreds of dollars you know and and the coins themselves aren't worth very much at all face value basically Sentence 2: Congress' decisions will help hire new personnel. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b74208568c4440f789b4f0a5efc8264a", + "input": "Sentence 1: Jon swung in, Adrin parried and countered. Sentence 2: The choir and chancel stand on a platform formed by three crypts. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c2b7d34f6774b25ace38cffa0a2311d", + "input": "Sentence 1: The book's subtitle is Expanding Opportunities for Home Ownership. Sentence 2: When translated, it's called Expanding Opportunities for Home Ownership Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6111aea110ae4c0fa6c1416752a54713", + "input": "Sentence 1: i'm glad we don't have that this year so far Sentence 2: I am happy we do not have that yet this time around. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0f27af6019664843bec6f28277a109a9", + "input": "Sentence 1: Risk assessment is the identification and analysis of relevant risks associated with achieving the objectives, such as those defined in strategic and annual performance plans developed under the Government Performance and Results Act, and forming a basis for determining how risks should be managed. Sentence 2: They were trying to hide. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55310500c3c34b41ad5da44abbfbf3d7", + "input": "Sentence 1: With its wafting incense and masses said in Greek or Arabic (the church belongs to the Melchite sect of the Greek Orthodox Church), St-Julien is not out of place in an area packed with Middle Eastern restaurants. Sentence 2: St-Julien holds masses that are said in Greek and Arabic. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-54305711237e4fa58778a4823a53488c", + "input": "Sentence 1: 'Oh yes, sir? That's exciting to hear.' I wasn't being flip. Sentence 2: Making feel worse. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb1ba026c54b46c4b9c423c3fcfbd0c3", + "input": "Sentence 1: Taxis will take you around the island, giving their own tours at fixed prices . Sentence 2: A toy xylophone was his instrument of choice when composing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7312b92e16446a083e581737fa93b55", + "input": "Sentence 1: The brill trader told them of the amazing site as they continued their ride. Sentence 2: The brill trader was talking about the disgusting site. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cd20c693fa17498c89a05aafd968f017", + "input": "Sentence 1: The Sa Penya and Dalt Vila districts of Ibiza Town have lots of trendy boutiques, Santa Eul? ria boasts some of the island's best restaurants, while Sant Antoni is notorious for its discos and bars. Sentence 2: Fieldcrest achieved their advantage using unethical tactics. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16d79012e48b48dfa1c649dc288c06ee", + "input": "Sentence 1: Tuppence, old bean! The two young people greeted each other affectionately, and momentarily blocked the Dover Street Tube exit in doing so. Sentence 2: He had rules Lusitania for twenty years. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e22fbf2907cf47c6833f59cecabebde6", + "input": "Sentence 1: And that's why I wanted to talk to you today about life insurance. Sentence 2: That's why I wanted to discuss life insurance with you. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c0b0a8be9c0b4950a179d672ca16b00d", + "input": "Sentence 1: A drama in which I clubbed out Greuze, hard as I could, and found somewhere quick to hide the body. Sentence 2: There was still about ten thousand new injuries after a year. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-319f6291489c47a68cf1907e7ad572b9", + "input": "Sentence 1: Talking as though you were still at the blooming Ritz, aren't you? Tommy made no reply. Sentence 2: I don't know exactly what they do, but I don't want anyone to punish my kids, unless I do it myself. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f744d5e211f44e580e089631868ce1b", + "input": "Sentence 1: oh how oh yeah you can have it come on just early in the morning and and off by the you know by the time you're up and about yeah i i usually get it started for my wife and i and she moves it around ever other day Sentence 2: The central axis has a fountain that was donated by Kaiser Whilhelm II. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d50209a4ffbe4996b9d0e589ab7fc6d4", + "input": "Sentence 1: Reply to Box so-and-so. Sentence 2: Making they playoffs doesn't help you in the draft. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-765a0db21810436ab1af1b57e24065e3", + "input": "Sentence 1: 2. Why Do Government and Private Saving Tend to Move in Opposite Directions? Sentence 2: Government saving and private saving usually move in the same direction. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e5b9b4c6244a4d0b97b44b50f674e4f5", + "input": "Sentence 1: The rebuttal authors note still other problems in the original paper. Sentence 2: There are still other problems in the original paper according to rebuttal authors. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-070bc908cd46414887cadf040402b5c0", + "input": "Sentence 1: It was as good as they could expect. Sentence 2: They can not do that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0a78f8ead5a6447dac9eda23fcef75ee", + "input": "Sentence 1: The stories are set in different walks of life--a TV studio, a rodeo, a bank, an advertising agency, a toy factory--and each one seems to reflect the setting accurately. Sentence 2: Each story accurately portrays a different setting. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-85c24c03ecd14b0e999b1d1b927f86f3", + "input": "Sentence 1: The wealth from the mines paid for many of the historical structures evident through the state. Sentence 2: I didn't like what they were saying at all. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eaf56e783b0a450ebb9c7576ea34cee1", + "input": "Sentence 1: But six months ... Of course, he could go now. Sentence 2: And yet six months... It is obvious that he could go now. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e3217383ba945afa84b6046317239aa", + "input": "Sentence 1: The nearest temple to Aswan Town is Philae. Sentence 2: This decline is due to the actions of the local government. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17f3e46ffbf3435c84c26830834c0db4", + "input": "Sentence 1: So why deny high-testosterone women an opportunity to join in the fun? Sentence 2: The youngest children only enjoy The Viking Adventure. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8edafc4497764cafab6d0379d3fdeaed", + "input": "Sentence 1: I rationed water and smuggled food. Sentence 2: I snuck food to tide me over. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fe1b9c386347492a9f68a94c5968cea9", + "input": "Sentence 1: intranet websites that communicated and explained information security Sentence 2: Intranet websites did not communicate or explain information security. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e060430593b64e20802d4a0a5b8afdd5", + "input": "Sentence 1: uh-huh try to give it to us subliminally Sentence 2: The best guides concerning the terrain won't be found in the Ordnance Survey map. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9dde3c11c5841499534726960087a75", + "input": "Sentence 1: Hong Kong's New Territories begin at Boundary Street. Sentence 2: Wading and swimming are activities that can be done on the Malibu shore break. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b92275115c84a4da6d6016f9d4a12a0", + "input": "Sentence 1: Some legal issues may not arise until the farmworker has returned to her home base. Sentence 2: Farmworkers never have legal issues. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aea74e16f7024804926e7dceb2b47c64", + "input": "Sentence 1: You're a genius too. Sentence 2: They need assistance because they don't have enough money to afford private counseling. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9fa4bfde57064fc49f8a875bac6b84ce", + "input": "Sentence 1: You see, it's this way.... Out in th' breaks there's a bunch of Rebs-leastways they claim as how they's Rebs still holdin' out. Sentence 2: The benefits of these improved practices were noticed right away by management. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-398110f4a98c4e229ea4fcaa5ac5cd61", + "input": "Sentence 1: During LSC's 1996 competition, the service area of one of these programs was awarded to an adjacent program. Sentence 2: Many were upset not to have the service area. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8150b452ff8f42ccbb6a784411b405fd", + "input": "Sentence 1: The perverse irony of the nuclear age is that the survival of humankind has rested as much on international perception as on reality. Sentence 2: Ca'daan was exhausted by his fifth day of traveling. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6754992e063a41b4ab60dded7c43c4ba", + "input": "Sentence 1: She ate quietly, eyes on the ground. Sentence 2: It was nice talking to you and I wish you good luck in school. Bye! Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d3726874c65418eafd036065502fb28", + "input": "Sentence 1: The house has beautiful views of Lake Windermere, which must have brought the poet great pleasure in his later years. Sentence 2: The round defence tower is still used for military purposes. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d118efbc30f64db285fac09e287ed26d", + "input": "Sentence 1: IRS has important management reform initiatives underway to address long-standing management weaknesses, but it missed the opportunity to demonstrate these actions in its portion of the Department of the Treasury's fiscal year 2000 performance plan. Sentence 2: On the night of the murder, Bauerstein was nowhere to be found. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd401b21321b4815ace5166c40927e11", + "input": "Sentence 1: Simply because strychnine has an unusually bitter taste. Sentence 2: The storage system is a vital part of the overall system. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2060fcb892fb46cdbe49678707078d96", + "input": "Sentence 1: All right, maybe you don't believe me--you think they wouldn't send a student sersa here now. Sentence 2: Most people collect arabian, almost nobody collects roman nor greek ones. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f67e6edb5774438d935f56f757318fd2", + "input": "Sentence 1: Its healthy-living philosophy offers home-made organic foods plus a wholesome diet of massage, yoga, and specialist exercise classes. Sentence 2: Take care of yourself. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b03fecae4c5343d788ab5e60ee0d17dd", + "input": "Sentence 1: , permitting agency professionals to review comments at their desks or at home). Sentence 2: The review of comments is not part of the agency employee's job, and something they never do. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-18da86cfea3c436399e83c395c32b5bc", + "input": "Sentence 1: But how much more emotional the Carnegie Hall climax would have been if instead of suddenly seeing these East Harlem kids on stage with Perlman, Stern, Joshua Bell, etc., we'd seen them rehearsing first and struggling to keep up. Sentence 2: Perlman, Stern and Joshua Bell performed with East Harlem kids. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e1025077887b4189b83eda86b05ddc7b", + "input": "Sentence 1: by auditors in order to identify policy and related control deficiencies. Sentence 2: Auditor have to assess policies and control deficiencies Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4df8e937fb49413ca7a503ba6822e625", + "input": "Sentence 1: For all the hype about Las Vegas's conversion to a family town, the unrelenting truth is that beyond all the shiny new big name properties lies a bevy of adult-oriented distractions. Sentence 2: Most residents would say that talk of Las Vegas' family town status is exaggerated. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c9dfd82d2e474475b7806dbaebd6f49f", + "input": "Sentence 1: yeah it that's very similar Sentence 2: I can never pass up Solomon. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3e237a9cbab5499bb43ba98212d56cec", + "input": "Sentence 1: I stood in the doorway with my jaw on the floor. Sentence 2: The conference will be held in April, not March. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33229e18ba174828b9e50b11a8493eed", + "input": "Sentence 1: so you know plus less bags less waste Sentence 2: Producing fewer bags and waste was the intended result of the system. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b301fac969e640a487ccbe83c3b7fbef", + "input": "Sentence 1: so i don't have to fool with any of it no Sentence 2: The captain thought that the flight was exciting because of the satellite. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a81f228c17c04e818457eb50f108a58b", + "input": "Sentence 1: These managers could now focus on, and be held accountable for, achieving goals instead of merely complying with rules. Sentence 2: The managers could focus on achieving goals instead of following rules, so they became instantly much more successful. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ff2f63a68490428dae3005ea3224c034", + "input": "Sentence 1: Rooms are all different, but singles are disappointingly plain. Sentence 2: The single rooms are less exciting that was hoped. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a7b659f904304e67b7e2e0c84233423e", + "input": "Sentence 1: For example, GAO has taken significant steps to consolidate its field office structure. Sentence 2: The body had gotten so smashed up only after the person already died. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8739644153094977aa962dddeb350edf", + "input": "Sentence 1: She gave me a pointed look, eyes flashing. Sentence 2: She rolled her eyes and glanced the other direction. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-006f2f2cc1584ee6b60b008466d7a137", + "input": "Sentence 1: They may also fear retaliation by other local employers, and often will not want to pursue a claim until after they leave the area. Sentence 2: They have no fear and say and do what they want. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7d74d44c1617471f953195056643ad07", + "input": "Sentence 1: 'Would you like some?' He offered a morsel. Sentence 2: The owner was very helpful in teaching me how to save my money. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-045c0e7bac244765a2c4e7c8df3435a6", + "input": "Sentence 1: One draw for visiting gadget freaks is being able to buy the very latest equipment several months ahead of its sales launch abroad. Sentence 2: I heard Jane Finn has a drinking problem, do you know anything about this? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59e77ae3f621498a93d86fb0ebe1eaaa", + "input": "Sentence 1: POSTAL SERVICE AUTHORITY TO ENTER INTO NEGOTIATED RATE AND SERVICE AGREEMENTS WITH INDIVIDUAL CUSTOMERS OR GROUPS OF CUSTOMERS TO PROVIDE SERVICES Sentence 2: The Postal Service has authority to negotiate rates with individual customers. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4cc06aad71934edab9725832208e5a70", + "input": "Sentence 1: In case I don't see you again, goodbye. Sentence 2: He didn't open the letters but brought them with him to meet his colleague. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f2abc78a1e445f6ac02ef2ee5a86867", + "input": "Sentence 1: so i i get to going down the expressway in the morning and uh i don't see very many cars smoking Sentence 2: No, that's not enough. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-992c2cea55934c999c20939b2e4115fd", + "input": "Sentence 1: The informal associations select members at random to return home for periods of service - working as a volunteer mayor, for example, or town clerk. Sentence 2: I like some of his songs ok, but I don't listen if I don't have to. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-31159f89969b4bb2b8eaad0a172997d1", + "input": "Sentence 1: Cummins uses statistical process control data to measure a product's readiness for production. Sentence 2: Cummins determines whether it is time for production. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-46e4452019a0428583ad8c362885af14", + "input": "Sentence 1: Sometimes, when you want something a lot, there's this fear in the back of your head that, if you get it, you're going to be disappointed, she said. Sentence 2: It is dangerous. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-051a5c590bdc4311a4ed1922e2304c4a", + "input": "Sentence 1: Does the AAUP censure matter? Sentence 2: The Plaza Santa Ana is closer to the Puerta de Sol than the Huertas Disctrict. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd4efbdcb37644ebad6028748d033bf8", + "input": "Sentence 1: Although Bush's campaign manager, Lee Atwater, always insisted publicly that for the Bush campaign Horton was never a racial symbol, Atwater slipped in a speech he gave to southern Republicans right before that year's Democratic Sentence 2: Lee Atwater was Bush's campaign manager. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bb0fe955af724471bcdbb52d29f2798c", + "input": "Sentence 1: Begun in 1917, its construction was interrupted on several occasions, most dramatically when two elephants of the Sultan Idris went on a rampage on the imported Italian marble floor. Sentence 2: The payment process can sometimes be hacked. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf79dbf9e41845bd8acdc5a21c9e09ee", + "input": "Sentence 1: In the end, the book is another performance, another ranting Kinski creation. Sentence 2: The agency only chose well-behaved kids. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4b602961996460a89e2222307af6e17", + "input": "Sentence 1: The folks weren't there anymore and I wanted to see what it was like.\" Sentence 2: No programs are in place. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9341bf455ecd46a593db5a0932fb6064", + "input": "Sentence 1: um-hum yes and here here in Texas if you don't like football y ou're considered a heretic Sentence 2: If they ask me in and get tested I might be offended. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9dad24c2a37d4d35854cdc02077b4d45", + "input": "Sentence 1: Directly ahead lies the Mercado dos Lavradores (Workers' Market), housed in a two-story, open-roofed structure built in 1941. Sentence 2: Ca'daan wanted to talk about dogs instead. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f04ce0786e8446fba1d1442a3cd5b02c", + "input": "Sentence 1: Centuries of almost constant repressive foreign rule followed, with the Vandals being succeeded by the Byzantines, Saracens, and Moors. Sentence 2: The shrine is sometimes flooded in spring rains. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69c1c6975bc54d31811e9a5a08987006", + "input": "Sentence 1: Either conclusion is disturbing, but what's most disturbing of all is that if we reject one, it seems we are forced to accept the other. Sentence 2: Her hand felt very nice to him. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e69dd92d56b943dcb2796c55a66562a9", + "input": "Sentence 1: The only time the authors attack passionately and in detail the privileging of whiteness is when such practices are located safely in the past. Sentence 2: The only time authors attack privileging whiteness is when the practices are in the past. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e8024d5682b14725a214457d6b3168b3", + "input": "Sentence 1: And every time D'Amato has attacked, Schumer has fired it back in his face. Sentence 2: All of the paintings together make up a unique mosaic. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afe7e93291e14bcb996170f83000014d", + "input": "Sentence 1: But she was interrupted. Sentence 2: Bonnieux has a grand view of Coulon Valley. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3db73c569e54652a918f98fd1e2291d", + "input": "Sentence 1: I can read. Sentence 2: Democracy would be the methodology employed to reach justice. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c30bbd6136594a5387e79851e3b0af1f", + "input": "Sentence 1: uh-huh uh-huh now i've seen another clip of um the guy that plays in Murphy Brown i don't know his name but he's he played the uh the the character in it that was very like gross i mean very dirty and oh i saw the one clip of him and ugh it when he was first i guess he was taking Kevin Costner to Sentence 2: We discussed that not all air pollution is man made. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dfabe13efff94dcba69469b8914c9d53", + "input": "Sentence 1: The investigation of Michael Kennedy's alleged affair with his kids' teen-age baby sitter is being dropped because the baby sitter won't cooperate. Sentence 2: I mean that exactly. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fe4ab935f444913b1666c6f7e8f3223", + "input": "Sentence 1: So, even if Freud and Skinner had wholly succeeded in explaining how upbringing and social experience shape us, it all would have been a waste of time? Sentence 2: Freud and Skinner were able to explain how things all things shape us. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1c5c007cda42433c997bc55398f45fec", + "input": "Sentence 1: But, at any rate, he ought to know the worst.\" The duty was an unpleasant one, but Tommy had no intention of shirking it. Sentence 2: Woods was the first black to win a major golf tournament and he did so when he was 20 years old. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f3613d01b414da68bfadc215624ff85", + "input": "Sentence 1: oh sure because they're they're tenure is real short Sentence 2: They will be tenured forever at this institution. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e56a65b83a174ee69091c194a6ee6dcb", + "input": "Sentence 1: There followed the epoch of leg warmers and other mutations into the aerobics class look. Sentence 2: Boutros-Ghali was not a native English speaker. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-04f238ba6635494f8905c4bb3378fb42", + "input": "Sentence 1: well what are the others Sentence 2: What are the other ones? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-296bff2a83b74b6eb5afb8625512d503", + "input": "Sentence 1: In the left transept is a magnificent octagonal 13th-century pulpit carved by Nicola Pisano, with help from son Giovanni and Arnolfo di Cambio. Sentence 2: This meal was prepared for Thanksgiving day. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a5d08b984b56471e8ee317d47480d883", + "input": "Sentence 1: Benefits resulting from GAO's recommendations included better public safety and consumer protection, more efficient and effective government operations and services, help in ensuring Year 2000 readiness, and improvements to computer security. Sentence 2: Increased consumer protection was one of the benefits that came from GAO's recommendations. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60ec1da898374e1bba66249494fa0152", + "input": "Sentence 1: As the steward of taxpayer dollars, it is accountable for how its agencies and grantees spend those funds, and is responsible for safeguarding against improper payments-payments that should not have been made or that were made for incorrect amounts. Sentence 2: it is the steward of international dollars in addition to taxpayer dollars. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f3f2289bd80d403cbb229143a0aab89e", + "input": "Sentence 1: The Church of the Pater Noster is where he is said to have taught the disciples the Lord's Prayer, and around the cloisters of the adjoining convent there are tiled panels bearing the famous w ords in almost every world language. Sentence 2: Fauchon and Hediard are in partnership in the grocery business. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb844f67f4d948e896619eb42b0adb27", + "input": "Sentence 1: issued a governmentwide perspective on federal information security that covered Sentence 2: A governmentwide perspective has been developed. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-77537f24a5ae4bdc976397a2b7ba7422", + "input": "Sentence 1: They presented me with a theory of stellar evolution which I had to accept and which is more nearly valid than anything our own astronomy has ever been able to devise, if we except possible lost theories dating from Beforethewars. Sentence 2: We met with ten members of the Federal Small Agency CIO Council. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8706c318f3b94306a814ffe4ca05b2e1", + "input": "Sentence 1: (Any one of a number of persons could have done a good job with the Harlem Renaissance.) Sentence 2: Many people could have done a good job with the Harlem Renaissance. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60a3204191084303a1796581b6142e68", + "input": "Sentence 1: uh-huh well uh do you uh do you ever use the ATM machines Sentence 2: Do you ever use CitiBank ATMs? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ac396f93cf8745ecbb3bf049d7449397", + "input": "Sentence 1: The buses stop either at the station on Isidoro Macabich, or in the case of the small blue buses opposite the Delegaci??n del Gobierno building on the same avenue. Sentence 2: There is a bus station on Isidoro Macabich. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63c67e4de3314a4695bb2208c3afd2e7", + "input": "Sentence 1: The 17th century contributed its sublime Baroque decor, and today it is protected as Rome's most beloved square. Sentence 2: It was completely silent. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-207328b175204f73b4ae327c979e19a7", + "input": "Sentence 1: The oldest temple in the valley and unquestionably one of the most interesting, it sits on an isolated hilltop a few miles north of Bhaktapur and just south of the Sankhu road. Sentence 2: The case study is always easy to conduct. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c1e0f4f0efd0440aa22d95826e0e5aa5", + "input": "Sentence 1: He has more intelligence than would appear, this longfaced Monsieur Lawrence of yours!\" I did not myself think very highly of Lawrence's intelligence; but I forebore to contradict Poirot, and gently took him to task for forgetting my instructions as to which were Cynthia's days off. Sentence 2: It helps me to predict the future and understand what's happening day to day. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b8801a8fea844ee9476bf91e399899f", + "input": "Sentence 1: right now and so you know i got to think about that so they'll put it back together i'll take it home and then i'll fix it myself sometimes they charge you you know just to diagnose the problem Sentence 2: That is quite wise. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d0478917397401aba7b5980c5b9e4d5", + "input": "Sentence 1: The SEC received 39 comments and in the preamble to the final rule discusses the comments received and the modifications made to the proposed rule as a result of the comments. Sentence 2: Lots of adults ride the giant ferris wheel. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0dac0928b81a48ff924133d3da5d0b16", + "input": "Sentence 1: Most of the latest increase -- $42 -- will go to the Lawyers Trust Fund of Illinois, which disburses monies to legal aid organizations that assist low- income residents in civil matters. Sentence 2: This is going to benefit the poorer communities in more ways than one. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6103cd8aaf4e4cbb95f5f1eb77f4e181", + "input": "Sentence 1: Their $4,000 IRA contributions are fully deductible. Sentence 2: The IRA didn't contribute anything to the deductible Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1681051ffac34d6eb77fa1974158ac0c", + "input": "Sentence 1: Their influence waned, and they began to be absorbed into the general population. Sentence 2: Shoot and kill him. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aedc37de585040fbaa8fba21184b31b6", + "input": "Sentence 1: as soon as we're sure we're not going to have another freeze then i'll finish it Sentence 2: Bush would take an expression in the Oval Office of 'Dear God, Help Me,' Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f49402f562a24d8f8fa3b5ae44d9f0c4", + "input": "Sentence 1: By 1933, Poland was sandwiched between two Stalin in Russia on the eastern border, and Hitler in Nazi Germany to the west. Sentence 2: People don't both with politics in the neighborhood. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fffb014a2a4c430180bba932b4189045", + "input": "Sentence 1: Since these movements occurred within the same generation, they now coexist, as President Clinton's '60s morals and '80s politics attest. Sentence 2: U.S. costs are measured by route and not by geographic area. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d641cf1e73ec46ea9a45c1ed4897f710", + "input": "Sentence 1: These system requirements are detailed in the Financial Management Systems Requirements series issued by the Joint Financial Management Improvement Program (JFMIP) and OMB Circular A127 (revised June 10, 1999), FinancialManagement Systems. Sentence 2: These system requirements are detailed only in the OMB Circular A217. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60564b3bf87b4fd583fb7f826745d35d", + "input": "Sentence 1: International cuisine with many interesting dishes; the pies are a house speciality. Sentence 2: Nowadays, Paradise Quarry is a garden filled with oleander and orange trees. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3868812efdfe4bcdb4421bb3a446e1d2", + "input": "Sentence 1: yeah well he was good but we every time we'd get a real good player they'd treat him bad Sentence 2: Why did you build your house with different decors? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0f82aa2148d4e2ea1cac7b5604359d2", + "input": "Sentence 1: Th' Don has him a high-steppin' hoss every hoss thief in this here territory'd like to run off. Sentence 2: SRC cataclyst is easy to find. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f121d28aaed4209b17d1d9cb7af8e5f", + "input": "Sentence 1: and he says that what i do is i'm actually crossing the plain is what this is his words his technical words for it crossing yeah Sentence 2: I cut the woman's throat and blood squirted out. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f9d2ccb2fc7948eabfcdd9a4cd2c5d0a", + "input": "Sentence 1: Purchased by both companies and individuals (at vast expense) in the hope of incurring the blessings of the gods, the torii become smaller as you progress through the tunnel and begin to ascend the mountain. Sentence 2: It might not worsen but it will go away soon if it does become worse. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-972044cd86624997b46f1aafdbd8f1a4", + "input": "Sentence 1: He is almost pathologically cheap when it comes to eating out. Sentence 2: When it comes to takeout, he's cheap on a mental level. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-980925243f9145fabb414a8346aa6b5f", + "input": "Sentence 1: You hype them by bragging about it. Sentence 2: It always baffles us that we have technology that can process data immediately while some people struggle with Math. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-778ca0fc92084f929464256c53e9f3bf", + "input": "Sentence 1: Guided and self-guided tours of the palace take in only a fraction of the 2,000 rooms (more than any other palace in Europe), though many of the highlights are visited. Sentence 2: The museum set up by the town to honour him was established in 1901. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-272f2eee518246e8b811324c40fe4ae7", + "input": "Sentence 1: This put Las Vegas on the map and was one of the crucial turning points of its history. Sentence 2: I travelled all around the Middle East on this trip. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4abf9dbe318c48ec87d0c7ebdeab3378", + "input": "Sentence 1: The privacy of children under 13 is already protected under federal law. Sentence 2: It's important to maintain a thorough but understanding management philosophy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4847921335d3427f9f8a22d0ba8b3fa7", + "input": "Sentence 1: The classic palheiro is a two-story white stucco with a brightly painted red door, red-and-blue window frames and shutters, and above all, a thatched roof. Sentence 2: We talked about lots of topics and not once did he mention \"his people.\" Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-90edf81eb9e34651b8995dfbc8aff4d3", + "input": "Sentence 1: He goes boldly to the village chemist's and purchases strychnine under his own name, with a trumped up story about a dog which is bound to be proved absurd. Sentence 2: Increasing national savings when the economy is doing well seeings to be sensible. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7938526ba764ed8a2201d8bb52c9fc4", + "input": "Sentence 1: Their distinctive appearance made them highly visible and so inspired an unflinching courage. Sentence 2: One thing I hate about living here is that because there's less rain, we have to water the lawns often. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3de114e6c1d4416b37610a58abe7865", + "input": "Sentence 1: Trouser legs too long, shirt like wearing a corset. Sentence 2: The sun had set and the riders decided it was time to set out. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d89ab120806445439f91abf6b6a9ab02", + "input": "Sentence 1: 2 Large-sized sheets are used to fabricate the absorber vessel, the ductwork, and supports. Sentence 2: The Alawites are the majority group in the population. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9bf633f42012421282ee7e5d133c72ec", + "input": "Sentence 1: we had an existing IRA so we have both of us have some money in an IRA that we're also trying to figure to put it we're putting it in CDs right now and then we're also looking at it in possibly getting a mutual fund Sentence 2: Neoprene has heat retention qualities and it helps the products sell. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f24f97909a1e4b04a98ab3bd5f608419", + "input": "Sentence 1: Other sports sites pale next to SportsZone, but they still demolish print and TV. Sentence 2: 34 percent of our evaluator staff will be able to retire by 2004. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd847f8457094200bee329cf7a5f5902", + "input": "Sentence 1: Why not pay poor people not to be poor? Sentence 2: I wonder how much it cost. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-92832a198fec428b8cdb3bd8b6c05289", + "input": "Sentence 1: Juan Yeah, [Beatty will say,] 'Show me the evidence. Sentence 2: Beatty doesn't want evidence Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9f85aef52931437eb6753015b404f677", + "input": "Sentence 1: The 1) Serbs welcomed Jews into their anti-Nazi guerilla groups Sentence 2: There were pro bono clients because of 9/11. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd067326dd934cb89687817c0abc3e5c", + "input": "Sentence 1: Back to that NYT California cigarette ban The Times headline writers missed a big Smoke Bar Bars Bar Smoke. Sentence 2: Breakfast is included in East and West Jerusalem hotels' room prices. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c745c93c82b43f38e28f729d0856b0a", + "input": "Sentence 1: uh oh yeah i used to take uh every week you know i have to threaten it which it doesn't make sense for me to have to sit there and threaten uh people um that work there Sentence 2: Disabled workers and their dependents are protected by DI. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e40cd4a37971468e81807a7dd994a05a", + "input": "Sentence 1: and so when i'm teaching a class obviously i wear a suit or dress so Sentence 2: When I chanted it, people misunderstood and thought I wasn't serious. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc106dbd3a3a4e2dad6287b28d2908d6", + "input": "Sentence 1: Something which makes me doubt if what you say can be true. Sentence 2: The national park doesn't contain any fish. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33805c2378df4c27b54cf010cab04625", + "input": "Sentence 1: However, the situation will be monitored and if interference problems do arise, the safe harbor issue will be addressed in future rulemaking. Sentence 2: I don't kid sometimes. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b43f1bf50208452a86f1699f2276ed84", + "input": "Sentence 1: Farther along is the imposing tower of the Russian Church of the Ascension. Sentence 2: The tower of the Russian Church of the Ascension can be seen behind you. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-babc72e68ae84c4b8a01111361300e5e", + "input": "Sentence 1: The extent to which individual federal agencies currently take such measurements and analyze results varies widely. Sentence 2: There wasn't anything that could stop him. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3b064388ff5d4eb6a69b9cb05c1e8df9", + "input": "Sentence 1: I called her 'dear lady,' a couple of times, because I felt it sounded authentic. Sentence 2: I called her 'dear lady' to be polite, but she seemed offended. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-426c333789644dc0ab730db4ced0488e", + "input": "Sentence 1: Better add two cc. of cortisone to the transfusion.\" Hanson tried to sit up, but his arms refused to bear his weight. Sentence 2: Hanson sat up perfectly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-54742addb88a4d2cb1450f8c1014e60b", + "input": "Sentence 1: Northwestern France includes a long seacoast, stretching along the English Channel (La Manche), around Brittany, and down to the mouth of the Loire. Sentence 2: Northwestern France has no borders that abut the sea. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9287256db9ac4dd1b8734a1ad62219dd", + "input": "Sentence 1: The whipmasters eyed Ca'daan as he passed and the caravan master laughed through the drape. Sentence 2: I think only three other countries have it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-684a22da80ee4302aa4919196b57dcf9", + "input": "Sentence 1: so it's it's kind i mean it's not that cold in Raleigh in the wintertime but i mean the air conditioning is probably your biggest threat Sentence 2: One example could be a person with $100 worth of IBM shares, and $20 of paper profit on the stock. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-931e8e1d581f4824a6bae7e035832a05", + "input": "Sentence 1: and i asked my roommate if she would teach me how to crochet granny squares so she did and i crocheted a blanket for my sister's baby Sentence 2: I don't think it is reasonable to destroy the civilization. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13ce5403e51848618cb71d750598648b", + "input": "Sentence 1: i don't work my husband works nope i'm just one of those housewives Sentence 2: I knew I would have to pay the $19. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-baa9a1a07b7b4e73b4825b982cd631f6", + "input": "Sentence 1: Neither does he provide any answers to the problem, merely a wistful remembrance of how good it was. Sentence 2: I am not sure if deregulation of utilities will lead to lower electric bills. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d4f667552e14161b901027e4b14fc4b", + "input": "Sentence 1: Thorn's words, however, did not. Sentence 2: Thorn's words did not get to the rest of the army in time. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9943ca49a2e446d4b690aa02a8a1b51b", + "input": "Sentence 1: They have weapons of shining steel. Sentence 2: The sculpture is surrounded by trees and shrubs. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1763ae2efe6844f9a57344a543f56ea7", + "input": "Sentence 1: National Integrating New and Existing Technology and Information Sharing into an Effective Homeland Security Strategy Sentence 2: Poirot shouted that it wasn't interesting at all Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8fb46f77887f4675ba20a4e43b1886e5", + "input": "Sentence 1: No, he said. Sentence 2: El Oaxaqueo sells newspapers from Oaxaca that arrive daily. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ea2c9d653434a4f9e174e2e2f53d54a", + "input": "Sentence 1: three martini lunch or whatever they say Sentence 2: The reason for the lack of organization is because the Indonesian movement is younger than the opposition movements in Iran and the Philippines. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ac2b7097aae4c1495b9910e9ae57e20", + "input": "Sentence 1: Still, it's something. Sentence 2: That's more than good, it's better. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afd6374240654586b9bf66aa4b9c876f", + "input": "Sentence 1: Capital gains (or losses) and lump-sum or one-time payments such as life insurance settlements are excluded. Sentence 2: Here in Texas we don't pay state income taxes yet, but the legislature wants to add one, there's a big debate about it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4891dc24ad4422e9fceb5fca50057b0", + "input": "Sentence 1: As desert islands go, it's not exactly undiscovered it's accessible by ferry or very short flight but only a handful of foreign visitors find these shores. Sentence 2: There is not much to do on this island except sit by the sea. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e241ae462f67451d885e23bf5be15634", + "input": "Sentence 1: At the 8a level, the Thress model shows a welfare gain of $32 million and the eXe model of $27 million. Sentence 2: It is sad but there is not much of the temple left. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-247cd7b7e05a4b6291bbacfa6aab024f", + "input": "Sentence 1: Every so often one of our whipmasters would end up murdered, strangled, or throat cut, and we would suspect Stark's hand in it but we worried about revolt if we punished or executed him. Sentence 2: ALl of the whipmasters were surviving well. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-960548cfe76940dc9e0612844d8d69cd", + "input": "Sentence 1: Another major metropolitan daily in the South told its reporter that it would not pay her airfare or expenses. Sentence 2: There are Blue Mountains. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b836db213bce4b728997cbb561f94124", + "input": "Sentence 1: But this year for the first time, the Council is proposing shifting more than $20 million in funds earmarked by the Mayor for 18-B lawyers to the Legal Aid Society, which would increase its total funding to $80. Sentence 2: The Council is proposing shifting more than $20 million in funds earmarked by the Mayor this year for the first time, with the aim of giving them for 18-B lawyers to the Legal Aid Society, which would increase its total funding to $80. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fa94d90f24d847fb9ae19d50cb5892f6", + "input": "Sentence 1: are you a Native American Sentence 2: He said his son should slam the door. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f481b71a8f524511acac4fafab6eb7dc", + "input": "Sentence 1: boy couldn't you imagine doing the paperwork on that'd take an army of officers just to do the paperwork Sentence 2: How many gardeners work here? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-46303e2b81214ce7845d11c73d89bbec", + "input": "Sentence 1: and then plus then you for end up forgetting to write it down Sentence 2: He rushed back to the bunkhouse. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6ff29c45ca0f49d6a0bf4b4130c42832", + "input": "Sentence 1: However, GSA officials view the program as a limited success because the savings are low relative to GSA's overall travel costs, which totaled about $190 million for the last 6 years. Sentence 2: The GSA has spent $190 million on travel over the last 6 years. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-48d4befbe52045479340854ae92cf441", + "input": "Sentence 1: Although there's enough to see inside Fontainebleau to keep you busy for a day or two, many visitors prefer to spend the bulk of their time exploring the beautiful grounds and the spectacular Forest of Fontainebleau ' 25,000 hectares (over 60,000 acres) of oak, beech, silver birch, pine, chestnut, and hornbeam. Sentence 2: The impact of the weaknesses are negative. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48411537156d4ef2a821d1225a09fd05", + "input": "Sentence 1: Whatever method is used, the flow of relevant, reliable, and timely information regarding performance should lead to improved performance, particularly if an atmosphere of healthy competition is introduced into the process. Sentence 2: The flow of information about performance can only use one metohd. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-be56a71d4c524693a2a1fc7a327fe4b8", + "input": "Sentence 1: and uh seems like we're always working on it as i'm sure it is with your house Sentence 2: You should not expect to be treated with respect here. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c761b189ec947f9beee63cde718586d", + "input": "Sentence 1: Tuppence felt her previous judgment confirmed. Sentence 2: The price of the tickets will continue to rise with each passing year Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad50739e01b74c1f922a430cac79a471", + "input": "Sentence 1: Sir James to-day hadn't got any hope at all, I could see that. Sentence 2: Barik gave a long monologue. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8105a1bdba344ed86e55ced8d96a338", + "input": "Sentence 1: generally publicized in the Commerce Business Daily in accordance with federal regulations. Sentence 2: You can wake up and all of a sudden you find out you're at war with someone. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9217c861081f4626b55d2b6986c08de9", + "input": "Sentence 1: GAO will advise these committees when such a draft is sent to the agency for comment. Sentence 2: San Francisco is the conservative capitol of America. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58e51c13e93e4818a1d080f37896b7e7", + "input": "Sentence 1: i would hope so i mean you've been together a little bit longer than we have Sentence 2: the two of you started dating about six months before we did Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b4773b53a00348718b1beae8c9648ef2", + "input": "Sentence 1: Application may be made to a single asset, a group of assets, or an entire enterprise, as determined by various bases and methods. Sentence 2: It can be only one single asset. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fe1bf317519a482db5f9661c7676ffc3", + "input": "Sentence 1: but um we're just so happy to see green it's just so nice we haven't really done too much else other than that Sentence 2: We wrecked the land and it burned black. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-019246e3009d47a8809aa290b0b67999", + "input": "Sentence 1: yes nice to have spoken with you too bye-b ye Sentence 2: I enjoyed speaking to you today. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d865d1c2ad9e45b9a8315871d16403c6", + "input": "Sentence 1: It may take a little time. Sentence 2: The museum shifted to highbrow entertainment to help broaden modern art's appeal. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01888bba014a457e833034b547aa1246", + "input": "Sentence 1: music to listen to but and i back a long time ago when the rap music first came out it was kind of a novelty and i listened to some of it but i you know now that there's just a million rap groups and Sentence 2: Kodak's market share in Japan has not always been consistent. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-505065523fb64607879bad0fd4f86c0a", + "input": "Sentence 1: i know i know i know and then they and they you know there's no TV and they don't have all these modern toys and they have to use sticks and rocks and stuff like that to play with Sentence 2: He ignored her. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c80ebdb293cb49339c6ba43b3dcdddb6", + "input": "Sentence 1: The islands also lie close to the northern Greek mainland and the Balkans region, giving their history different influences than that of their neighbors farther south in the Aegean. Sentence 2: Italy joined Germany in World War II. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e21ba8505c7c4677917894e2c0c43245", + "input": "Sentence 1: i guess as long as as uh they're fighting each other we don't have to worry about them wasting their time with us Sentence 2: Moss rose requires no care. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5fcc5c25ce9643179f7ce6ed1b3d286d", + "input": "Sentence 1: i find it very interesting that some television shows that i enjoy i particularly like the music i don't know which is chicken and egg in that situation uh a good example would be uh i have connections but but not particularly deep ones to the Vietnamese war type situations uh and i found that i really like China Beach and i particularly like Tour of Duty and both of them i had as much fascination of the background music i think going on as i did to the theme of the shows Sentence 2: What about large Cynthia? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb03ad5381e24be396e37cb116f53618", + "input": "Sentence 1: yes i'm actually a Met's fan i'm i'm one of these people who's actually a die hard Met fan and an avid Yankee hater Sentence 2: I'm a Mets fan for baseball but Bulls for basketball. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-08fa249aa74c4498acb6629d4e3d76ae", + "input": "Sentence 1: well basically it's what we call empanadas which is which is like right right meat turnovers Sentence 2: Amazon users are annoyed by the numerous screens they must review before submitting their order. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb13712f570d41f6b71065eb2c2811b2", + "input": "Sentence 1: The splendid old vats and winepresses are themselves worth the visit, and the guides will tell you everything you want to know about wine. Sentence 2: You can purchase what you want immediately. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f33a68829a324c1eba56913d29fdd977", + "input": "Sentence 1: I thank you for the opportunity to work with you to continue that great tradition. Sentence 2: The tradition has been happening for many years. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60ced75a1759456c985a35fb0cf9f1af", + "input": "Sentence 1: and um he no he's in international studies Sentence 2: Jon fixed his gaze on her and gently touched her cheek with his finger. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f40d20f185fa432db3a4a8acef023133", + "input": "Sentence 1: uh yeah yes warm rain well of course by the time it gets up here it may run run into a cold front coming down from Canada Sentence 2: Maybe something along the same lines as the Peace Corps perhaps. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7a00f8ba5f540dfb86d340da178c6d5", + "input": "Sentence 1: Combining the architectural style of Ile-de-France Gothic with Rhenish German sculpture, the cathedral is an apt symbol of Alsatian culture. Sentence 2: The cathedral was intentionally designed to emulate Alsatian culture. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f5eeae1aca8a43e1b88624e662487d2a", + "input": "Sentence 1: With astonishing sums of money sloshing around the economy and Japanese products considered world-beaters everywhere, it seemed to the Japanese that the nation had finally achieved its rightful place in the world. Sentence 2: Products made in Japan were in high demand all over the world. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-80d187d098fb457e82eeff2709dc1d1d", + "input": "Sentence 1: Thus, Spaniards would be happier if they still dressed in black and let narrow-minded priests run their lives, and residents of the American South would be happier if planters still sipped mint juleps, wore white suits, and accepted traditional deference from sharecroppers ... Sentence 2: He told them to carry on without a worry about the strangers lurking by. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11d86833a734424883c3f6711540f3af", + "input": "Sentence 1: Forget the karaoke, the bullet trains, and all those mobile phones for a moment. Sentence 2: I completed my research project on a typewriter. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4319ab9d1f3a4b88bac782063f71bcc1", + "input": "Sentence 1: Our first assumption is that this woman is a victim of gender-based discrimination--but we're stopped short by the announcement that it is legal. Sentence 2: All gender-based discrimination is towards women. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c0d7f7a1a56d40768b0bb51f778e5b09", + "input": "Sentence 1: It also raises the question of what to do with people who can't take the drug because of the side effects. Sentence 2: Adrin knew the end was near. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bec68575ca0f44ca9cdff1a149c80aad", + "input": "Sentence 1: even try to do Sentence 2: Not doing. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-95cd3a04ccb644689243d1f46f71b962", + "input": "Sentence 1: The adjacent George C. Page Museum of La Brea Discoveries (5801 Wilshire Boulevard) provides fascinating insight into Ice Age life in southern Caleornia. Sentence 2: The Contracting Officer just read the report. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59c4ddba9e094ed28da3e798b6932bfb", + "input": "Sentence 1: It's hard to feel sorry for Bush, given his preposterous spins on the question. Sentence 2: Do you think the justice system fails in handling trials well? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2acdc9ae231e4b9192841e42019653cb", + "input": "Sentence 1: and i i'm trying to think of oh Isaac Asimov Robot series Sentence 2: There is nothing but farms in rural areas. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0cc64dbd71a3418b88117189e1c64f7e", + "input": "Sentence 1: The Leap reached its zenith with the Packers' Super Bowl win last season. Sentence 2: The Packers' Super Bowl win was the peak of The Leap. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ba00735179b4e329507864bbd6161ec", + "input": "Sentence 1: Under the circumstances, we were naturally not a cheerful party. Sentence 2: Due to what happened, the party was not a happy one. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-94eb2a602bd7423b99d5c4d0ac286c51", + "input": "Sentence 1: Now a pillar of something that looked like steam but was probably vapor from molten and evaporated rocks was rising upwards, like the mushroom clouds of his own days. Sentence 2: It will take 20 years to restore the bronze statue of Perseus. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d44573f14f74b408a88260a7f1bb9b4", + "input": "Sentence 1: The Supreme Court has historically provided mandates for the deposit of client funds into attorney trust accounts. Sentence 2: The Supreme Court provided mandates for the deposit of client funds into trust accounts and now all clients have their own accounts. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2dbfad9743814ea595cfb66131122611", + "input": "Sentence 1: Subscribe here . Thanks.) Sentence 2: The Salones Reales is luxuriously appointed but contains no artwork. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c05e06fddf1a4e7abc96e92931bdf380", + "input": "Sentence 1: Not that I know of. Sentence 2: The situation was not good at first. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5cecb191d592430ea577a8bf08d4b2b0", + "input": "Sentence 1: A DOT official also indicated that the Department's Research and Special Programs Administration had used a chat room arrangement during some of the agency's rulemaking comment periods. Sentence 2: The loses were seen as an investment by Wall Street. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc97d868ad6a43f4a895253b9d0ad3d3", + "input": "Sentence 1: Should have remembered it if it was.\" Sentence 2: Wolff utterly disregards the fine line between cruelly telling the truth and mere honesty. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9166bbf8ea6444cca93c9a403046de44", + "input": "Sentence 1: And uh then i have given that up but uh i would really like to start that again because i am now you know not in a position that i like myself i don't feel Sentence 2: The Hong Kong Yacht Club has not contact details Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b6a074b7ac2647fb9b491e34bc166df7", + "input": "Sentence 1: Don't worry, Miss Tuppence. Sentence 2: Miss Tuppence, you don't have to worry is the title of a novel Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6cd98afc171a4ba1aaeac4a6c726182b", + "input": "Sentence 1: Two of the suggested counterquestions were How much does it cost to use America Online as an Internet Service Provider? Sentence 2: Agencies that implement GPRA are more successful in the long run. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-145bf6d0682747f78e1b5a06611c2955", + "input": "Sentence 1: Adding to the activity are the sellers of grilled corn cobs, lahmacun, simit, and fried mussels, who com?ΰete with the kitchen boats for passing trade while the water-sellers tempt thirsty diners with lemon- and cherry-flavoured drinks. Sentence 2: I believe that Puerto Rico would be better off financially than Mississippi. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4aad1d5ffdc84cc5bfe1169966467a76", + "input": "Sentence 1: quite a lot um it's not it doesn't usually damage any businesses or anything but you can't get off of thirty five to um Sentence 2: Rubin reviews books about medicine. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6768acaaf0544a0ebaba8e610f315551", + "input": "Sentence 1: Much of this adornment is gold filigree, like an emprendad, a necklace of Moorish design. Sentence 2: They'll come here to look for us for a while. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea7285a44264414a876c55fb8dfa4458", + "input": "Sentence 1: He surveyed friendly relations. Sentence 2: It was built in 1900 and didn't have any excessive extravagance. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee345d547b684585abce1501b93f7ad0", + "input": "Sentence 1: um-hum no i just got the bicycle out today and it was real nice outside had to get out to do something Sentence 2: The weather looks so good today but I stayed indoors. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e41efe3b6f474c81bb7cd7ed85a33446", + "input": "Sentence 1: yeah i didn't buy it really my husband bought it because we we'd we'd never get out and go walking or anything and we go to the lake and we ski and swim in the summer but Sentence 2: It was a good idea that my husband bought it because it got us out walking more. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-03c5f361124a4731ac44840ba752f8ad", + "input": "Sentence 1: Good luck, my friends. Sentence 2: I wish my friends luck. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b817f2f4f724ecf9ab464b506fdb72c", + "input": "Sentence 1: Only with tough enforcement can we win the war against gun violence. Sentence 2: Everyone who does not check in with the LSC will receive a fine. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-20356b5028bf40b3b7abc03c03876cc0", + "input": "Sentence 1: But not anyone can stamp the Star Wars tag on them. Sentence 2: The Star Wars tag on them can't be stamped by anyone. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-43c5837350564bf2924296671741f771", + "input": "Sentence 1: White cleared his throat. Sentence 2: The United States definitely maintains gross national saving at its 2000 GDP share of 12. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0315218e57944050beda5f96fe387f9b", + "input": "Sentence 1: That will give us plenty of time for the doctor's report. Sentence 2: HCFA needed to get a cost report so they could show it to their suppliers. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ada9d1e078384967811be3ada63fa246", + "input": "Sentence 1: In his book about the 1988 campaign, Pledging Allegiance , Blumenthal quotes an anonymous member of the Bush campaign team as saying, Willie Horton has star quality. Sentence 2: I stayed in the suburbs of Saint Louis. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a4de1cfc085b4205a6b72671d79887d1", + "input": "Sentence 1: Jon awoke late into the night, his bladder full. Sentence 2: Your letter is very interesting. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bbcee1eec181491dbdd49c76775e1802", + "input": "Sentence 1: i think the longest we've stayed out there is like five days and they even they had a library at one time out there Sentence 2: Other libraries also have copies of the Koran and codices dating from the second century b.c. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9971fca9abc4a91b271f59a4072ed02", + "input": "Sentence 1: well i really don't think anybody anybody can beat UNLV they they might beat themselves but i don't know they're at such a high level of intensity Sentence 2: Is the Monica situation drawing attention away from important matters? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d560e2e79844c2eb2a54ec084b4f2c4", + "input": "Sentence 1: Slate Briefing Channel is open for business on Microsoft Internet Explorer 4.0. Sentence 2: About 30% of the women seeking Medicaid-funded abortions are Hispanic. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5ece72b8e27403dae89f98de4b73467", + "input": "Sentence 1: They threaded their way to the cantina where the officer dismounted and went inside. Sentence 2: The measures of accountability mentioned above are responsible for the current auditor strike. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-779d10066d394f06823ccc102853881d", + "input": "Sentence 1: yeah he's getting some teams together some people together there Sentence 2: He is only working with one group at a time. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4d60c773274d4c16b3c2b0f57f74561e", + "input": "Sentence 1: They will be a focal point of the Prado's planned expansion. Sentence 2: There has been a focal point selected for the project. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4acb6192e2e644399d7be1ed365e3e8c", + "input": "Sentence 1: and and and they don't want to have anymore children because they just don't think you know that she doesn't think she could be a mother at home that's not her bag so she just doesn't think she could you know the guilt feelings she can't deal with with it anymore so Sentence 2: Macmillan's reply to the e-mail was 3 paragraphs full of gibberish. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f3d35addcbc4e63b0fe40fdbc40cd07", + "input": "Sentence 1: i don't i don't avoid the finance charges uh as high as they are Sentence 2: Vegas odds cannot be found on the Sports Network. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2d5e7f1d61d43eead0074a115abf01c", + "input": "Sentence 1: I lost everything.' My teeth chattered. Sentence 2: My teeth chattered together as I realized I had lost everything. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bd4fe4ff8bc645089d5e6836c3d0fa3d", + "input": "Sentence 1: Raines reportedly heard messages from Clinton on Lewinsky's answering machine. Sentence 2: Clinton could have been the first female president of the United States of America. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2bbac15cddbf4c808ed7e93e463cf30a", + "input": "Sentence 1: The Balanced Budget Act of 1997, enacted August 5, 1997, required the per-beneficiary limitations be established by April 1, 1998. Sentence 2: My grandma really misses chicken and biscuits. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-227041252b254603b445e8f3c33eaa3c", + "input": "Sentence 1: Here is what some prominent national reporters wrote on Sentence 2: They may have written about the current state of national politics. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1a44ea6cae3a4fc0a3f3aa741bff9b65", + "input": "Sentence 1: uh-huh uh-huh uh-huh i know my brother had trouble with fire ants and that even uh yeah and they be can be a real dickens Sentence 2: An interracial marriage was highly scandalous at the time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-372f277056e7486c9552f6836346c8c2", + "input": "Sentence 1: If you want somewhere to have a party or to take your family, then this is a good place. Sentence 2: It's a great place for a celebration. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b012d3f60d9e4a0dbe51976fa80d0abc", + "input": "Sentence 1: Derry was twirling her moustache. Sentence 2: The experience is something done all over the world. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-125c8278a1e44365a4ad77e9a80a037b", + "input": "Sentence 1: Time 's cover story celebrates the 50 th anniversary of the Roswell, N.M., UFO crash--a k a The Incident. Sentence 2: There are no buses to Edunburgh Castle. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8e6d11139e2f49c79c4644d907d26cf5", + "input": "Sentence 1: My wife went to Florida with her mother once. Sentence 2: Neither my wife nor her mother has been to Florida yet. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6f2e040d975b4863a85e1bd864ce30fc", + "input": "Sentence 1: oh does she really Sentence 2: I had my guns and was going to the crone's shack. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd551d74dca947e8920f75aaa99e1125", + "input": "Sentence 1: He walked round it. Sentence 2: With suitable reverence one can see the plan according to degree of roundaboutness Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c12406389c994d4b87a6a41ec15fa07e", + "input": "Sentence 1: I'll go and see if it's there now.\" Poirot held up his hand with a faint smile. Sentence 2: I'll stay right here and wait. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b9a6cc53d5b04f3d90404a28e43fded9", + "input": "Sentence 1: now we quit that about two years ago no three years ago when we got China mugs for everybody Sentence 2: I know exactly how you got that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-14ad17dee95e4aa585f77e566662c617", + "input": "Sentence 1: But a click made him stop. Sentence 2: The line is at its longest just after work. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11dc7632255f425188cedfd1f900299e", + "input": "Sentence 1: great how to say no and your like you'll do your own part you know you can do without necessarily spending much um-hum yeah Sentence 2: There was a stain on the carpet in Mrs. Inglethorp's room. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-224be88037cd4f54ba50a14b8641ee33", + "input": "Sentence 1: The Rathor Rajputs, always a belligerent bunch and bad trouble for Mughal foes and the Rajputs, built it in the 15th century. Sentence 2: Big foot-marks? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-83a201903f364474a06d3ea39b1429f8", + "input": "Sentence 1: hi how you doing Sentence 2: Portugal called it an opportunity. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c45d770515f94ae5ad38ccf11d0fbd94", + "input": "Sentence 1: Sounds like a place a man would like to see.\"He was conscious that the Texan's horse quickened pace, only to be reined in again. Sentence 2: He had two swords on his back. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e2d56fa548e84ce7a65fd8405bd547ea", + "input": "Sentence 1: You can explore underwater trails here, either with a snorkel or with full diving equipment. Sentence 2: You can walk through the trails in the jungle. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-50698928a2b94bcf871271e75e6631a6", + "input": "Sentence 1: but that's exactly the you know the way it was and of course twenty five years ago you could you could uh you could Sentence 2: Lunch is all prepared and waiting for you. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6526e2d2ee7f42459f0b04692de8cfc9", + "input": "Sentence 1: 'They were just a bunch of elderly, white, slave-owning men who happened to be both not stupid and not in the wrong place at the wrong time. Sentence 2: There were people coming from miles away, even different countries, just to ask me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b22e972364dc4956945eaebd2eb62430", + "input": "Sentence 1: how do you vote how do you vote in the military do you vote absentee in your own registered state um-hum Sentence 2: I assumed that they use absentee ballots. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4413fd63d029487293a2dc181c896bb4", + "input": "Sentence 1: It's downright impossible for anyone to get here quicker than we did. Sentence 2: The man had nothing to drink. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0b611018eac54d6aaa1300a27183c31d", + "input": "Sentence 1: And waited for bags. Sentence 2: There's no convenient way to place the catalytic converter back. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2d7bc75c7e144ecb346e51a2b80aba1", + "input": "Sentence 1: On the northwest shore of the lake is Lingolm, historic home of Lord Rochdale. Sentence 2: Addicts should be responsible for their actions, not become victims. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f9927d4695e4b9dac0adba7da339f3f", + "input": "Sentence 1: well because we have these town uh i live in a townhouse and anyway all of our areas have associations that you have to get permission Sentence 2: I don't hear anything anymore about the laws to keep people from hiring illegal aliens and things like that so I don't know if it's working or not. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2bab6f3e85943aa97bd515ef3d73572", + "input": "Sentence 1: yeah i i always wondered about that myself Sentence 2: We were glad to hear the doctors descending. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c54be69fe4a4a6195ebf305c80256c5", + "input": "Sentence 1: well they're showing uh Live and Let Die at this moment and it is the first appearance of Roger Moore as 007 Sentence 2: It saves a lot of time because it does it all in one step Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01266ba114ae4cd38685018dc59fe0fc", + "input": "Sentence 1: yeah i do too the difficulty with that is that very few people have enough to make it worthwhile it they really have to rely on businesses that generate a lot of that stuff Sentence 2: Doctors are questioning the claim. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5774978d7e2c4d348e2284971915a9d5", + "input": "Sentence 1: In a column lampooning Pat Buchanan, Royko wrote that Mexico was a useless country that should be invaded and turned over to Club Med. Sentence 2: Where do we get the engineers from? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d89de3b0196a47b78221faadb11e9d18", + "input": "Sentence 1: Actual and projected amounts are from the Budget of the United States Government, Fiscal Year 2002, Historical Tables. Sentence 2: Actual and projected amounts are from the US government budget for 2008. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-816db8fe235148989268603da44ce72f", + "input": "Sentence 1: i mean that's all you need for like for like bullet charts and stuff you don't need them in four colors Sentence 2: We need to have it printed in way more than four colors. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ba6598d914943ca96fdedf66ff72cdf", + "input": "Sentence 1: If she thinks you want to know her she's flattered, and will manage it for you somehow.\" Sentence 2: She'll never do it for you, especially not if she thinks you're trying to get to know her. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-14dd9276a3a342e99ca65505da8e20c9", + "input": "Sentence 1: But if you want to create our very own Quebec, go ahead and pass an official English law. Sentence 2: For further discussion talk to Gregory. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-077e4c9987e549f0a5fe72807cd647df", + "input": "Sentence 1: With a car, you are no more than a couple of hours from deserts, beaches, mountains, and any number of outstanding southern Caleornia attractions. Sentence 2: There are no techniques set to improve the controls, they just wing it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-42496894178548458b28ee5acdb27f3b", + "input": "Sentence 1: The obstacles to this conclusion are both procedural and substantive. Sentence 2: The plant was a symbol of Iceland. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-899825ce634f4d54a4b6b2809fce1d93", + "input": "Sentence 1: yeah well she's usually in bed by this time but she's staying up late tonight but yeah you know i want to i want to have a relationship with her you know my my dad was a very traditional dad and when i was a child i didn't really know my dad very well and i miss that Sentence 2: I would perform it maybe once a year but not anymore. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b2db48d73a434f02b87fd49d68824137", + "input": "Sentence 1: What was the other man like?\" Sentence 2: Correct, however if you do not live nearby it is not worth it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5ba48225f714e4e9fb00b0254c0e374", + "input": "Sentence 1: did you watch Dances With Wolves did you see the movie Sentence 2: I haven't picked it up, let alone used it, in years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-051cf416ba9b44c99a5e70caab91a59c", + "input": "Sentence 1: But Tommy caught the tremor in his voice. Sentence 2: I have always had in inkling. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c48f5bd165d456c8071e963b29d24e9", + "input": "Sentence 1: working with all that so i mean i know it's not lead based any more paints but my goodness Sentence 2: I think that The Sopranos accurately depicts the desperation of modern mobsters. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-24092845f18a4a9f8a66a9cf47c64efa", + "input": "Sentence 1: The equally reputed Norton Simon Museum (at 411 West Colorado Boulevard) is considered to have one of the world's finest European art collections, with masterpieces by Rembrandt, Goya, Picasso, and the Impressionists. Sentence 2: Cummins employed engineering prototypes during their product development. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f04f7cea909b4b2d8d3d631012f212a6", + "input": "Sentence 1: like that orthopedist said to me he said don't worry Diane he says he said uh you're at thirty something but you're on the upper side he said that uh don't worry he says even if you weren't doing anything your body would start that would start to happen to you Sentence 2: The site is just as it's always been. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b8330564fda34142b2629acdc2cb3311", + "input": "Sentence 1: Louisiana oh well do you do cajun cooking Sentence 2: In Louisiana, do you do Cajun cooking? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8b0eb17e7b97437c9a711fc98b03b7ad", + "input": "Sentence 1: Weather permitting, you can take a ride on one of the steamers. Sentence 2: Riding on the steamers is a popular pastime. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1b0b9bc28f22455a9686b467b45fec6d", + "input": "Sentence 1: On March 22, 1996, OMB approved the information collection and assigned OMB Control Sentence 2: The OMB disapproved the OMB control. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e56521bf9b794061ab822bc9762372ee", + "input": "Sentence 1: on your baseboards Sentence 2: Getting to the Wrigley Memorial and Botanical Garden by foot is very nice. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0de656fb8788462c9254f7fd18f087e1", + "input": "Sentence 1: How's that?\" Sentence 2: Sixy percent of republicans have reported to be pro-life. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd3015c0443e468098fec344271c5c00", + "input": "Sentence 1: Ah yes, we are still in June, the month for brides. Sentence 2: Their analysis concluded that there was no room to improve on productivity. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3cf8f6444e140d58b7c4e028b20840a", + "input": "Sentence 1: The towering structure of the Mahabodhi Temple, built in the sixth century, evokes the gopuram gateways of south India. Sentence 2: The survey found that only 27% of respondents thought the interventions were moderately effective. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bcb929cdca5c49faa82db3caf07c999b", + "input": "Sentence 1: Similarly, when Sir John Gielgud's obituary is written, the Shakespearean plays and films will figure prominently; less likely to be discussed are the roles in Caligula , First Knight , and Arthur 2: On the Rocks . (Luckily, Quiz participants aren't so kind.) Sentence 2: Drivers don't need to worry about drinking the cider, since it isn't strong. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-984a6db0d96147c180914da8e6679ecd", + "input": "Sentence 1: A city living with one eye open to the future prevents life here from ever being boring, and also attracts tourists by the millions to experience the Las Vegas life, if only for a few glittering moments. Sentence 2: Las Vegas is one of the most popular tourist destinations in the world. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f0353196273544a88520b131889498bc", + "input": "Sentence 1: in the beginning i think she kind of liked it she did art work there she did it was almost a progressive type nursing home Sentence 2: Their bravery is definitely genetically determined. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7c1bcd15e154bd5922690f590844dda", + "input": "Sentence 1: The key to peace lay in Nixon's decision to jettison his demand that Ho Chi Minh withdraw from South Vietnam--a demand that he could have renounced four years earlier, sparing 18,000 American lives. Sentence 2: There is only one level of categorization for reviews. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9705d06dd40e40499497767bf96af22d", + "input": "Sentence 1: But, according to you, she ate very little for supper, and yet the symptoms do not develop until early the next morning! Sentence 2: He looked up afterward. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8692617104ad43438a47b3def60b34fd", + "input": "Sentence 1: You can explore underwater trails here, either with a snorkel or with full diving equipment. Sentence 2: This was not the residence of the rector of the El-Ahzar Mosque until 200 years ago. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea2ab87d757b4e8fafab11f376e04ed7", + "input": "Sentence 1: Every kid knows that when a parent catches you fighting with another kid, the first thing to do is accuse the other kid of starting it. Sentence 2: You should accuse the other kid of starting the fight so that the adult will want to challenge them to a fight next. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0a926fbd7c644f7096ab6869ed929d1f", + "input": "Sentence 1: I knew he was a charming rogue with an appealing agenda, but I didn't think he was a reckless idiot with an appealing agenda. Sentence 2: His agenda was aimed to attract as much attention as possible. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0c0540c131f34394ba1acb94f025facd", + "input": "Sentence 1: FGD systems are installed on the back end of a facility, are usually built close to the ground, and do not require the amounts of structural steel generally associated with elevated installations such as SCR. Sentence 2: FGD systems are the most costly to install. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dd98fb0f5a06402b8af6aa5a545c2124", + "input": "Sentence 1: His eyelids fell but soon flashed open. Sentence 2: A'deem told his brother he was keeping strange company Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-53144541fd69442bad40156dba68e924", + "input": "Sentence 1: He was smaller than the others and wore no helm. Sentence 2: If Bayliss wanted to use Drew's connection with the Range as a weapon against Hunt Rennie, Hunt Rennie's son would not let that happen. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e040ce7b5a0b4a4eaeb94c2efff12573", + "input": "Sentence 1: yeah well at least you know that it wasn't same situation that the buffalo died in Sentence 2: Ser Perth left being content in himself temporarily. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0db170846ded48668eac85da5a0aad6d", + "input": "Sentence 1: Idiot! said Tommy amiably. Sentence 2: I remember Juliet being shot by her nurse. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a50d393f9ee7403d88328b5d7fbf5536", + "input": "Sentence 1: He isn't just an honorable, truth-seeking hero, a selfless iconoclast. Sentence 2: She got free help with her divorce. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3efe1a90465148aeb2186db580021dd6", + "input": "Sentence 1: Whichever way you decide, good luck to you. Sentence 2: A horrible recession is inevitable. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db5b271c33f441fc95b8097f2d43c301", + "input": "Sentence 1: The excellent Folk Craft Museum in an old manor house holds regular demonstrations of local arts and crafts. Sentence 2: While some similarities are shared between the art forms of the mentioned cultures, they are primarily distinct. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59ab02ce8ab045599387d9ba3b7e2f26", + "input": "Sentence 1: Like his agreement last year to a seven-year plan to balance the budget, this step would change the terms of the debate with Republicans. Sentence 2: His agreement last year would mean the terms of the debate would change with Republicans. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c6173faf89154b8baf06585945537255", + "input": "Sentence 1: For most quiz participants, the precarious venture that needed saving was either a failing TV show or a foundering political campaign. Sentence 2: My two children occupy most of my time, but I do like to do it when I find time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23ef4e8892ec435aa2efb43ace9783a9", + "input": "Sentence 1: Within the monarchies, thinkers took to the asceticism which has characterized spiritual life in India. Sentence 2: There are no taxes on wine sales in all states. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a97a5b9386a34942b0ef6a211fa41821", + "input": "Sentence 1: He stared at the jumble of fine gears, then glanced out through the open front: of the building toward the sky. Sentence 2: It is much cheaper to play at your hotel, especially at night. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91dce688ab0043eea0c1e74c7d74b60e", + "input": "Sentence 1: The gigantic castle he erected at Osaka was the biggest Japan had ever seen, requiring a work force of 30,000 men. Sentence 2: Five businesses that were tenants are housed in that building. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4e729de0b8f04f58bba4460f8aca0382", + "input": "Sentence 1: This created a pattern seen today throughout the Aegean of a small port (skala) which serves an inland settlement or chora, making it easier to protect the island from attack. Sentence 2: To imagine that Red was touching them and trying to give them food. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3281acc5ae93401c9c3556633f67c33c", + "input": "Sentence 1: we uh we've we just kind of started young in life but uh uh we uh my husband's still with the same company for ten years and as a result Sentence 2: My husband's been working with the company for 10 years. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3291bc3490324057a991f1ddb1db8228", + "input": "Sentence 1: well i never well well i kind of know how to drive standard but i've never owned one so i hadn't i don't drive one a lot so i don't feel feel comfortable in traffic with it Sentence 2: I've only had automatic cars because I don't nkow how to drive a stick. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8ffaaf3245974dbdaed8c1f0d8422585", + "input": "Sentence 1: The Commission has promulgated this rule pursuant to provisions of the Hearing Aid Compatibility Act of 1988 (47 U.S.C. Sentence 2: This rule protects the rights of those utilizing hearing aids. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-959ee0e277ef421b8baf1246b062d9dd", + "input": "Sentence 1: One can, for example, read all the exchanges to date without knowing what either writer means by the word God. Sentence 2: He often appears on his knees in front of his master. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da2476d6c6a944d68e491c6c76d2d483", + "input": "Sentence 1: Appropriate emphasis is placed on the balanced scorecard and the executive's performance against the balanced scorecard targets. Sentence 2: You don't get what I am saying. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d93065ab78294ab197055b9961fd889c", + "input": "Sentence 1: yeah well i'm being from Baltimore of course i'm a big Barry Levinson fan since uh he he's you know he's done a bunch of Baltimore movies Sentence 2: The benefits of cost avoidances promised in the previous rates are still to be seen. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8c52af6972841e48d42d76dbf081edf", + "input": "Sentence 1: Mature trees shade lawns and flower beds that are home to numerous birds species and cheeky gray squirrels. Sentence 2: I am fearless. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-30025262813847f38e78671130980f02", + "input": "Sentence 1: This undermines explanations that assume ironclad effects of hormones. Sentence 2: Do you have a lot of pork in your freezer? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-405db7abeb6a46b0aa827b6aed40bca3", + "input": "Sentence 1: right well it's it's bad enough that you know if you got a little back problem or something have to sit in those seats and wiggle and squirm around and usually come out with your back hurting anyway so Sentence 2: Newsweek states the short-term impacts of Flytrap on America. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-abf21ce1d6b84591bc734b571031d4d3", + "input": "Sentence 1: 'Hmm,' Greuze shifted. Sentence 2: Greuze was confident and silent as he worked along quickly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-213ee4ca04464873818dbf736374652c", + "input": "Sentence 1: In February 1997 and again in January 1999, our reports to the Congress designated information security as a governmentwide highrisk area. Sentence 2: He seems to think that the only way to sustain the company is to absorb other companies. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-86374db9290d4b81bdcd88fe2448342c", + "input": "Sentence 1: made a little extra money there huh Sentence 2: Many golf clubs offer dinner and drinks. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b736198c2914b9e9e6dad4147c1e293", + "input": "Sentence 1: For public companies, audited financial statements generally are required to be filed with the SEC within three months of the company's fiscal year-end. Sentence 2: It's similar to a switched around Pretty Woman. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3544e39d6c854d658c9d8115966759af", + "input": "Sentence 1: The analyses use both quantifiable and general descriptions of the effects of the rule on small entities as required by section 607 and small entities, in addition to the actions required by 5 U.S.C. Sentence 2: Section 607 does not require any analysis of effects on small entities. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8e9c0f2f533c4730bc8df7706dbe4cc4", + "input": "Sentence 1: oh yeah it's wood sided it has sheetrock everywhere and uh you know so it's quieter than you remember mobile homes to be Sentence 2: Mike Barnicle worked for the Boston Globe for ten years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d23a463afa184487bd09fabcd571143c", + "input": "Sentence 1: yeah i don't even know anymore i i follow the Dodgers more than the Phillies but uh i i grew up in Philadelphia i guess that's why Sentence 2: The Clear Skies Act elimitnates Title IV. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ab6c3d25a4d4351b0afc16412bf3e88", + "input": "Sentence 1: just one of the things that that happens when someone when you're dealing with a large company Sentence 2: A common occurrence with large company's insurance. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b6cf548fac094fbaade61a40745a2f39", + "input": "Sentence 1: and uh around here on the uh east coast uh we were heavy into affirmative action Sentence 2: I'm not sure this applies normally to me since I work for myself. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4e247620098e419d9acb245aff2fd43f", + "input": "Sentence 1: Ryerson : Tougher laws are needed to protect our environment? Sentence 2: See the march testimony at 26-27 and the april testimony at 32. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9204a4fb971e4e6fa4966a858235e0a8", + "input": "Sentence 1: They are proud of the scenic beauty, delectable wines, and exquisite hand embroidery that their tiny island has become rightly famous for. Sentence 2: It's such an attractive job that thousands of people apply every week. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c45ba08ba25c4340996ab93369d2afbf", + "input": "Sentence 1: I read about it in the books from Beforethewars. Sentence 2: Venice has the world's best shopping. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54668b31a38345208c15f00ba270a41f", + "input": "Sentence 1: In July and August there is a wonderful color combination of purple heather and yellow gorse. Sentence 2: Poirot, even you are capable of thinking of 70! Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7bb09b2c440466e847ba6dd3cff4e6e", + "input": "Sentence 1: and even then you know we're really running out of space so i think that that became that all of a sudden really hit home that there's no longer landfill space in some of the more crowded states Sentence 2: Penguin might be publishing a new Pooh storybook. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f9b8191de19451fa937cb3d41b38fb6", + "input": "Sentence 1: At the same time, an understanding of the information technology and management practices of leading organizations could contribute to the development of improved CIO management practices in the federal sector. Sentence 2: You're locked into the contract when you sign up at that company, and can't even think about changing if a new option comes up. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c453a96e8cee40fb9d8b4e8105d3fd64", + "input": "Sentence 1: On the Adriatic, Pesaro honors its native son Rossini from mid-August to late September. Sentence 2: The new strategy involved divesting itself of all assets. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-03820c640ee24dfb83055ece785c1759", + "input": "Sentence 1: Prototypic substance abuse interventions focus on motivation to enter treatment because the patients are severely dependent, heavy drinkers. Sentence 2: I never xpect the appraisal to come in that high. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-40669d26bcd84c7a8de8880e35ef0cce", + "input": "Sentence 1: But I did, my friend. Sentence 2: From the southwest you can take the S71 route departing from Lake Bolsena. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97722a798d1848d38ced2d3d897621e0", + "input": "Sentence 1: West End is also the place to take in the sunset. Sentence 2: The sunset is best viewed from West End. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ba8dac26de1f47c9bea0d84f71596d4a", + "input": "Sentence 1: The china department is huge, and the cosmetics, sportswear, and luggage sections are excellent. Sentence 2: Managing risk for stakeholders is key in keeping business. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2582f872f14a4bbb9be6ea473228cd41", + "input": "Sentence 1: These visitors of mine had their atomic bomb, or whatever their equivalent was on their own worlds, and survived it, because they didn't give up. Sentence 2: I ran into Natalia. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8f08d3e728e42cf8bc3ed350eb8f1c4", + "input": "Sentence 1: They help people cope, help them seek redress for a grievance, Riggs said. Sentence 2: They are hopeless. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0fd6103efb40415fb1fc5179318b8d75", + "input": "Sentence 1: and uh seven eight and ten Sentence 2: 7,8, and 10. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e7e565affaf84d55ac23abf35352b216", + "input": "Sentence 1: His breathing was rough, he moved in an occasional spasm, and was obviously asleep. Sentence 2: Bork deserted the ship because he felt he couldn't do it anymore. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e7346d4c6264096af5553ed2cf0f781", + "input": "Sentence 1: There are a couple of credible The four-letter word for vagina remains off-limits in polite conversation (although that has more to do with feminism than with profanity), and the slang expression for those who engage in oral sex with males is not yet acceptable by the standards of office-meeting etiquette. Sentence 2: Millions of people come to rub the statue for extra luck in the lottery. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9598f957bb794649a38257f1119c3d85", + "input": "Sentence 1: In a supremely Spanish reply, the colonel advised his son to pray, shout Viva Espa??a' and die like a hero. Sentence 2: The drowning process is described in detail. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-185b08792d384a789e11176631003e09", + "input": "Sentence 1: I am accountable to no one. Sentence 2: It's estimated that a maximum of 20,000 plant species can be found in the Botanical Gardens. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd969f5d6f354e449dd35193d8a8912a", + "input": "Sentence 1: but i guess it's because it's not aimed for an audience of my age Sentence 2: The show is perfect for people my age. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5d7597fe8ba24b819e67b25c73d6ebe5", + "input": "Sentence 1: PRE-MODIFICATION VALUE - The present value of net cash inflows of direct loans estimated at the time of modification under pre-modification terms, discounted at the current discount rate. Sentence 2: Both groups were tasked with making their own lists which were summarily objected. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18354028d8d34d20ae73bf7d1f0835c5", + "input": "Sentence 1: uh-huh well i'm not that great either i used to be a lot better than i am now i i have played for uh the church choir and uh Sentence 2: I am not that good as well even though I was in the past and I did at one time play for a church choir. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-044195fb511d45028ff4390ae9c4c711", + "input": "Sentence 1: that's psychedelic Sentence 2: Esme discourages vitality. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36c6fa94b570401bbd30de486221fe25", + "input": "Sentence 1: caused by an increase in volume would be small. Sentence 2: Mail volume increase is small Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e1a87fd031164620a441399949cee5cf", + "input": "Sentence 1: Adjustments or corrections required because of changes after T&A data were approved must be made in the payroll system and reflected in pay for the pay period to which the changes apply, when possible. Sentence 2: They want to embrace information technology to share their vision for the business. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e916b9275d0a44938e93ae5a9dea482e", + "input": "Sentence 1: Since many mailers have computerized mailing systems in place and have sufficient volume, they can do presorting work at a very low cost. Sentence 2: An article profiles how white people are regenerating ghettos. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8769c87f6973438188eb85c9d8f7c99a", + "input": "Sentence 1: and uh i think that's probably going to be one of our next investments is get her get her a set of clubs and uh we'll get out of the driving range and and get some interest built up and hopefully we can uh we can start in Sentence 2: The tower's contrusction took nearly three decades to complete. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38fdeab1d85d4b598cacf0c5a46bf547", + "input": "Sentence 1: Some independent bookstores were so angry about this that they boycotted the list and, early in 1998, about 100 bookstores in Northern California refused to report their sales to the New York Times list. Sentence 2: Only ten bookstores in Northern California reported their sales to the NYT list. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8d3635b33a184a8a909d29ed6f9ee574", + "input": "Sentence 1: Making financial management a priority throughout the federal government involves changing the organizational culture of federal agencies. Sentence 2: The city only has 1000 years of history. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6b4d0b65332d4726b9195518b99c21cc", + "input": "Sentence 1: The fountain is called the Executioner's Fountain, because here he rinsed his sword and washed his hands after carrying out his orders; examples of his handiwork were displayed on pikes at the Imperial Gate. Sentence 2: Pardon me. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b8b3421c3ca34976be22a15f1796322b", + "input": "Sentence 1: and then there's all the merchandise you buy on your credit cards Sentence 2: The interior of the caves are very shallow. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1deab3abe79846049f7f92c077574dd9", + "input": "Sentence 1: Mathew Brady died in 1896. Sentence 2: I don't want to know what you think of. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0c6c0132a6a490d99350259cd821ff5", + "input": "Sentence 1: so i think that's real nice too to come up with different options do you like the job sharing Sentence 2: I think that's nice to come up with different options. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-202cc6a3e82649778793c5a351a22393", + "input": "Sentence 1: But there're some.... What did happen here today, Kirby?\"Drew told it straight and flat in as few words as possible. Sentence 2: The country is lively and young. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e54b1bf7f2741ffa4e22088294f4c4f", + "input": "Sentence 1: I will arrive at ten. Sentence 2: City found in the center of the blazing hot desert with no source of communication. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d24b0b7a70148778cbbbf65e8cf67d2", + "input": "Sentence 1: This project is supported by our TIG funds and is organized by the National Technology Assistance Project (NTAP). Sentence 2: Las Vegas has a number of highlights as well as specialty stores. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2215205471fb4165934c7ff6f3e9a46f", + "input": "Sentence 1: The town is ideal for a quiet family holiday, especially in spring, when Javea is magical with the scents of lemon and orange blossoms. Sentence 2: Mrs. Cavendish knew that the girl couldn't possibly have done it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb27ce5703484d5f84cd480c226287cd", + "input": "Sentence 1: yeah what time is that supposed to be Sentence 2: Tourists flock to the sandy beaches each summer, numbering in the tens of thousands. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ded0cc22ca0046fcbd9ce4661f877d5d", + "input": "Sentence 1: Several con-artist schemes have emerged in academia. Sentence 2: The worst part was that the loan wasn't strictly necessary. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-42f2f0a403994e669e8167bd958070bd", + "input": "Sentence 1: so it's one of those things that they really um and you wonder you know with all these oil spills Sentence 2: Gauve moved his head side to side. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-66695b30fd154fb98cc8dd7bf1cd36e8", + "input": "Sentence 1: The cover story lionizes Steve Jobs for his wizardry at Apple and Pixar. Sentence 2: It doesn't provide any political sites. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8901af03f62e4dff9f5eaacd4d34e5b1", + "input": "Sentence 1: These timid nocturnal beasts sport a brown coat speckled with white. Sentence 2: There are no meadows in the Italian Alps. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-63aea7f98c2d4a4ba07b184859c783d2", + "input": "Sentence 1: right you could take catalytic but mufflers would be a little more obvious if you took that off Sentence 2: We don't need it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ac667dd89a0d4ceb88ace2d42ab28fed", + "input": "Sentence 1: These centres attract most of the tourists and summer residents, who swell the permanent population of roughly 5,000 to 20,000 or more. Sentence 2: I am sure. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5647b986b4ca48f38cdf5c29a114e012", + "input": "Sentence 1: yeah i i can't you know i can't relate to that just yet uh you know i mean my daughter she doesn't know the word yes it's no every time you turn around you know and my son i i can't de scribe him it's i don't know why or you know Sentence 2: My son is an easy person to describe. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-074c264d1c7e4cc9b2c3c24fe827550a", + "input": "Sentence 1: A executive H. Eugene Lockhart, barely on the job for a year, left his job three days after the merger with a severance package including $22 million and stock grants cashable for an additional $17 million. Sentence 2: MLS is in shambles because it is poorly run. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eee3617ebf6e459bae9262ba44ec0bc7", + "input": "Sentence 1: Based on its economic impact, the rule was determined to be an economically significant regulatory action within the meaning of Executive Order 12866. Sentence 2: The regulatory action of the rule was not significant. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0e74282da6b24e68ab7f8f84f350ee26", + "input": "Sentence 1: You should always pay attention to your instincts.\" Sentence 2: The embassies and government buildings are closely located. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f869dd692cc544038c2f4da9b6b37df7", + "input": "Sentence 1: The businessmen were irritated and annoyed, and nothing could be done to improve their mood. Sentence 2: I know you didn't go to Mexico at all. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ed983a0e2884cf2a9b021b8c8c083e9", + "input": "Sentence 1: In 1993, Fortune magazine named them among the 70 toughest bosses in America. Sentence 2: What are the reasons you did that? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0200e277545489498ed562a3f6ac236", + "input": "Sentence 1: The carpenters reacted much the same way but the job was easier. Sentence 2: There is further testing to be had in the ED. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f70592749ebe4fe4a5e399f3294db946", + "input": "Sentence 1: Johnny had slumped forward, his head on the table encircled by his limp arms. Sentence 2: World War I was not good for the Notre Dame Cathedrale, it was badly damaged. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c81ad458af4f46edb7647efeb8927406", + "input": "Sentence 1: We identified the following Web sites during the course of our work, which may be useful to organizations as sources of additional information. Sentence 2: All information must only be obtained from approved books and pamphlets. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-92b21b413a1341749902fd077b108432", + "input": "Sentence 1: Many other nations currently financing investment in the United States also will face aging populations and declining national saving, so relying on foreign savers to finance a large share of U.S. domestic investment is not a viable strategy for the long run. Sentence 2: John Travolta directed and starred in the movie. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a067556a8654996a27a83fc26eab0f2", + "input": "Sentence 1: Abbaye de Fontenay Sentence 2: The SEC pointed to ten orders that had requirements for the rule. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48948d48f4cb4d9eb1212ea780885f87", + "input": "Sentence 1: uh and i i think that's probably the fun of watching minor league baseball and the other thing is watching guys on the other end uh guys that i had seen play for both the Red Sox and Pittsburgh Sentence 2: These cases can sit for years before an attorney works on them. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-64be8cc83597425d85ac0337a7cc1110", + "input": "Sentence 1: He had failed. Sentence 2: Many years spent productively. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8bfc755cc35c419cb959f817c4eeaf52", + "input": "Sentence 1: No information will be collected and no party need respond until the collections are approved by the Office of Management and Budget and a control number is issued. Sentence 2: All information will be gathered before approval by the OMB. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e4b35049f5a34874a48871e86ba69b43", + "input": "Sentence 1: The Administrator of the Environmental Protection Agency shall promulgate regulations within 18 months after November 15, 1990 to require that all affected sources subject to subpart 1 of part B of title IV of the Clean Air Act shall also monitor carbon Sentence 2: Monitoring carbon is voluntary according to the EPA. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3c25047830854fdd83acc030c7474f0c", + "input": "Sentence 1: Two golden never begin bargaining for something you do not really intend to buy, and never quote a price that you aren't prepared to pay. Sentence 2: Once you start paying bills, such as apartment rent, you no longer think you're starting off well. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-066a01b39e284441974579f36d167a31", + "input": "Sentence 1: In addition, the group participates in the company's strategic planning efforts and in the early stages of software development projects to ensure that security implications of these efforts are addressed. Sentence 2: Everyone was surprised when he hit the table with his fist. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16ae248bc706424dae5617999436200b", + "input": "Sentence 1: Sí, amigo , so it is done in Kentucky and Virginia. Sentence 2: This wont work, said Stephanopoulos. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d99453413833411999ed56af6045bf92", + "input": "Sentence 1: 5 million that mostly helped Republicans. Sentence 2: Millions that mainly assisted Republicans. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-28902fbf868c4dbf945aa2155eb37d2e", + "input": "Sentence 1: Not suitable for young children. Sentence 2: Hollywood Road is the only road that can be used to get to Man Mo Temple. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afea3407b67c48168ef60250ac4bee2a", + "input": "Sentence 1: SAT rate well it also has the highest teen suicide rate too so i mean that and this is national i don't know where it's all going to where it's all going to go Sentence 2: There are very few people who are still being exposed to a lot of smog. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-98001681a97f47c0b04a202b09342ac8", + "input": "Sentence 1: In the preamble to the final rule, there is extensive discussion of the comments submitted and the actions and changes to the proposed rule that EPA made as a result of its consideration of the comments. Sentence 2: Susan said they're not. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-73ad75c5054647e7a4e84cc9450aa706", + "input": "Sentence 1: and he'll be over there until July first setting up some kind of computers for them Sentence 2: He plans on staying over and helping them until July first. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-40b8887fc1d54b0d8a2fb9bef183ced2", + "input": "Sentence 1: You have got them, then?\" With magnificent calm Tommy shook his head. Sentence 2: You have them then? With impressive coolness, Tommy denied. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-64ad02ffdbe1495594b796fc7a084abd", + "input": "Sentence 1: well i like Mike Ditka Sentence 2: I hate Mike Ditka. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0df18f6b369840819aee210d4d982f80", + "input": "Sentence 1: It was an astonishing thing for a woman of her breeding to do.\" Sentence 2: The British Empire was insulted by the construction of the Gateway of India. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-347a7d9865ec43139cfbf7ffbb1c3ef9", + "input": "Sentence 1: Light is the secret of Tuscany's magic. Sentence 2: printing one and running a thermal copy is a quick process Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8f17c50f7824ba09a8749a94e31f606", + "input": "Sentence 1: Turbo Cat ferries leave the China Hong Kong City(CHKCeterminal twice a day; the journey takes two hours. Sentence 2: The ferry takes two hours to get between China and Hong Kong. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7e76b59983144498a302caa5684fd61a", + "input": "Sentence 1: Of a more relaxed nature, one of the island's best levada walks skirts the edge of the mountain and takes in the entire valley, with views of the sea. Sentence 2: He fell asleep and wasn't able to go on his trip. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-605c978d077f48e197933cdfecfdc593", + "input": "Sentence 1: and killed himself forty one years old Sentence 2: He was 41 when he killed himself. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-920cc796e85b41d0a93f5d7c7704b598", + "input": "Sentence 1: All rooms are tiled, air-conditioned, and equipped with satellite TV, clock radio, telephone, safe-deposit box, and hair dryer. Sentence 2: Only the largest government entities routinely transfer stewardship. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e9bfac5a5b044a9b026110d83761d61", + "input": "Sentence 1: Training has proven to be an important tool for agencies that want to change their cultures. Sentence 2: Training is important when groups want to change their corporate culture and increase profitability. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c75986e885774a8f8d2ea9b306db7adf", + "input": "Sentence 1: 'I admit I'm still a little bit sceptical. Sentence 2: Drew has a cousin and they are close. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7f545509b7c40bcb57a2bd53e62ae5c", + "input": "Sentence 1: Objectives focused reviews of information technology acquisitions by enabling them to quickly identify significant areas of risk. Sentence 2: The objectives caused a delay in identifying areas of risk. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f37d6628c3f84eb98782c65deac47ec0", + "input": "Sentence 1: To the Summit Sentence 2: Towards the Summit. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-76941bba1cec4486aef516fb57ccf84d", + "input": "Sentence 1: Guess I'll turn in now. Sentence 2: Guess I'll go to sleep now. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bb3b7f9f68854262971ef6aa8cfc915f", + "input": "Sentence 1: Near this building is the old CityHall, at Lebuh Pasar Besar, which now houses the Textile Museum. Sentence 2: By Sunday morning, there he was, sitting at the table sipping tea. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b37bbe158a214f66985cd5ed314c9ec2", + "input": "Sentence 1: But here he shook his head in answer to his own thoughts. Sentence 2: I'm gown out all my hair which is a problem. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fff99169aa054b7dbf47938e9cf37053", + "input": "Sentence 1: Perhaps he has an ideological ax to grind--after all, a few months back he proclaimed Marx the thinker of the future. Sentence 2: We are certainly no better off as a family now than we have ever been in the past. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2cf903f709549f8ade5c100e051db80", + "input": "Sentence 1: These standard utilities evolved through two corporate mergers and are now institutionalized across the corporation. Sentence 2: A case has to meet several documentation requirements. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-35fe7b419feb4c2a803c13bf6ab99c2f", + "input": "Sentence 1: Half a million slaves nearly half the population worked the plantations, and at least 3,500 trading ships visited Cuba annually. Sentence 2: yes that happened, but who's calling? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-303465ee0b7346ca9f7d5d2c5ebfc174", + "input": "Sentence 1: that's certainly no kind of deterrent and i would tend to agree with anybody who says right now that it it's not a deterrent uh a deterrent because it's not Sentence 2: I don't agree that it isn't a deterrent. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63c23dfa57b64960b0e138561ce226b5", + "input": "Sentence 1: This captivating building was the confraternity guildhall of the wealthy schiavoni merchants who commissioned Vittore Carpaccio (whose parents belonged to the community) to decorate their hall. Sentence 2: Courmayeur is the only hotel in its own region. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4252588c62364d9d93bdf47149a51454", + "input": "Sentence 1: oh that's great sound like you Sentence 2: How old is she? Oops. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75d08014b5de492aba9c28d9decd7507", + "input": "Sentence 1: Chicago ought to do the same. Sentence 2: It is even more difficult to take released convicts to be injected because they do everything that they can to get away. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61798fa59bd94526a1862a3e0cab5f41", + "input": "Sentence 1: Health Effects Institute, Cambridge MA, June 2000. Sentence 2: Health Effects Institute is located in Cambridge, MA Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-feb631609d0744cb91451c7e77cbf04d", + "input": "Sentence 1: For an account of Benidorm's discovery by world tourism and a description of the town's most interesting sights, see page 43. Sentence 2: Even below Michelangelo's ceiling, the constant crowds seem bored and unruly. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a9a02173d2c4705ba8ccf64ab852cc7", + "input": "Sentence 1: uh i mean there there are times where uh video uh reporter actually will risk is life life and limb i've seen it happen time and time again and uh well i remember one time up in Nashville Tennessee was one of the fellows fellows got mixed up in a with a riot going on down there but he was lucky he got out of it Sentence 2: Or had he been left alone to enjoy a nice wolf-free picnic by the lake? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0cfeaa5e36f48889e4c4d9613239371", + "input": "Sentence 1: and uh that you weren't allowed to have a uh mustache or a beard and uh you know jeans just flat out weren't allowed unless you worked on night stock and Sentence 2: They had a restrictive dress code. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-51747fd1104d46108487c321444f9157", + "input": "Sentence 1: We should not delay the public health and environmental benefits from reduction of these emissions while we wait for consensus to develop on CO2. Sentence 2: German soldiers burned villages and killed men in the Amari Valley. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e0df4b042d544cc97a74b6d0b3735ab", + "input": "Sentence 1: right yeah Oliver Stone isn't it Sentence 2: The foreign money scandal was created by Clinton and brought suspicion on Lake. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9198cc313d654045a28837e58edd871c", + "input": "Sentence 1: Independent committees of the board of directors, such as the auditing, compensation, and nominating committees, play an important role in effective corporate governance. Sentence 2: Most Greek cotton is used to make men's shirts. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d845d13b120469a9af7aaab7f9c8ec7", + "input": "Sentence 1: Under terms of the cease-fire, Israeli forces were allowed to remain in position on Mount Scopus, resupplied once a month by a United Nations convoy of food and medicine. Sentence 2: This is because he's watching the Big Bang Theory. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-217fc895f80a44b18a767911a2a46e4e", + "input": "Sentence 1: And no other man could have accomplished the impossible task, even after twelve countries pooled their resources to give him the job. Sentence 2: Tuppence had appealed a questionable matter to Mr. Carter. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82764d937eb648158944f30d4b9859f3", + "input": "Sentence 1: and that they're stealing handbags now in broad daylight they're taking the the crime now the latest thing up here is uh they'll somebody be driving along whether they're they're in their early twenty's or or teens Sentence 2: They are not stealing handbags. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-010dfae382bf464ca3704e6c781c5b33", + "input": "Sentence 1: Forestry workers in California may spend April to October in remote parts of California and then return to Mexico from November to March. Sentence 2: April to May is the length of time Forestry workers in Germany can spend in. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f370e03b2e53412285c0e02bdc938c40", + "input": "Sentence 1: It identifies best practices to facilitate this decision making at two critical junctures-transition from system integration to system demonstration during product development and then transition into production. Sentence 2: The worst idea is to focus on decision making during product development. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4fe88dbea8f4464ab193e916c359d527", + "input": "Sentence 1: Leading organizations use their performance management systems as a key tool for aligning institutional, unit, and employee performance; achieving results; accelerating change; managing the organization on a day-to-day basis; and facilitating communication throughout the year so that discussions about individual and organizational performance are integrated and ongoing. Sentence 2: Benefits were calculated based on how bright the liquid was. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-84a28b281a4b4b3d87bc95c8693f03dd", + "input": "Sentence 1: And one did not ask intimate questions of a man riding west of the Pecos. Sentence 2: Kud approached Clairssesetto in a hurry. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc70d840dc1f46afa8dd2c51b165f3d5", + "input": "Sentence 1: Did she have that every night?\" Sentence 2: Leading a major public company requires a team effort unlike the individualistic nature of invention and innovation. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54a8563d753e430d832110b624fa8904", + "input": "Sentence 1: He was answered by cries and shouts from the gathering crowd as five more wagons, each with a trailer hooked to its main bulk, pulled in around the edge of the open area, until the center of the town was full and the din of braying mules was deafening. Sentence 2: He was all alone that day, the town was deserted. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bc8b65f5eb9b45febcbac68048bfd613", + "input": "Sentence 1: You must know SOMETHING to have advertised as you did? He leaned forward a little, his weary voice held a hint of persuasiveness. Sentence 2: The job never gets done. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3b30276551784f1fb5edc699b8048d3b", + "input": "Sentence 1: It was not until 3170 b.c. that King Narmer of Upper Egypt conquered Lower Egypt. Sentence 2: Water seeped into the ground around the support pillar, causing it to crumble. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e0a8ef3da474276bdb6d7aed1236dc5", + "input": "Sentence 1: It had to turn out great - Franek invited his friends from the embassy over for dinner and they wanted to try something truly Polish. Sentence 2: The Russian was going to be shot for his chronic interruptions. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29d451e362c34018bac41c3ed3daeb65", + "input": "Sentence 1: Ca'daan felt the side of his face go numb. Sentence 2: Ca'daan's face went numb. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9c655742f904450094bd1d9ad8794d88", + "input": "Sentence 1: You can also hire equipment and take lessons. Sentence 2: None of us got enough of it in the army. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a4761288e8b4b8997a95f2ae45aae0f", + "input": "Sentence 1: like they do on the shows Sentence 2: The MLS will need to get better players. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-596f215a796d4bbcba95cd157ba627d4", + "input": "Sentence 1: they use the the injection thing or whatever it is Sentence 2: There are stunning views to be seen after climbing the road. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93456b02626a46788c0ad084a48591b2", + "input": "Sentence 1: Sharm itself has little charm, but Na'am Bay, some 5 km (3 miles) further north, has a wonderful sandy beach, modern hotels, and just about everything you could need for a fun-filled vacation. Sentence 2: Due to his headache, Ca'daan watched while time seemed to slow. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-62e41ca0b7a24e71bae07827e6d0bb22", + "input": "Sentence 1: Luxurious sophistication next to the Blue Lagoon. Sentence 2: It is right next to the Blue Lagoon, where you can swim for free. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cd58b17c510d4a1cacd44144b6bd84cd", + "input": "Sentence 1: Economic Growth, Natural Resources, and Sentence 2: Those who are filing for the first time and have low wages are automatically audited. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1489175d8ff465983e25066e35788e9", + "input": "Sentence 1: Much academic debate surrounds the exact date of the Trojan War, if indeed it ever took place. Sentence 2: The results were reported and posted on the Florida legal services website. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-373a569c7eb24be9993d8fb37388538f", + "input": "Sentence 1: The countryside, villages, and towns of Flanders, Picardy, Alsace, and Lorraine bear the scars of many wars. Sentence 2: He lived abroad. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15e878ae8bc948b88594544bf8df3ebf", + "input": "Sentence 1: The letterhead on correspondence still bears the Bexar County Legal Aid name, even though the organization is no longer. Sentence 2: It turns out that Bradley's campaign is not about the presidency. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0fc44439297d429cb7db90003970997f", + "input": "Sentence 1: Up in Hokkaido, Sapporo holds its internationally popular Snow Festival (during the first or second week of February). Sentence 2: The theatre antique is the one of the town's great monuments. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a10b85d6c9fb4081821caa38a7bfd0e6", + "input": "Sentence 1: yeah yeah we do most of our fishing at night Sentence 2: If it's higher than three feet, they should not leave it in Baghdad. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11f847bacc374329a7a24802097fcd9d", + "input": "Sentence 1: Information Opportunities for Improved OMB Oversight of Agency Practices (GAO/AIMD-96-110, September 24, 1996) Sentence 2: Information Opportunities for Worsened OMB Oversight of Agency Practices. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-33ac075a4b5145ab81b58582f53a8a59", + "input": "Sentence 1: she has to develop her own personality and so sometimes i i have to step back and say okay we want to encourage her we want to influence her but we don't want to control her Sentence 2: We never make any attempt to control her. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ecbfc3014edf42f1b75565471f7189f2", + "input": "Sentence 1: At this early stage in its history Japan was already (for the most part) only nominally ruled by the emperor. Sentence 2: The emperor's rule was absolute in the early stage of Japan's history. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d87478cee0ba4fc7af13f9c5f7da0851", + "input": "Sentence 1: The October launch of LRI was the result of our cooperative endeavors with a host of national organizations - NLADA, AARP Legal Counsel for the Elderly, and MIE. Sentence 2: I go to Spring Creek, I haven't been to the one in Dallas in a few years. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61357882441647259e5262e0ccf82dab", + "input": "Sentence 1: Now transformed into a Hindu shrine, they receive their most attention during the Thaipusam festival celebrated in the early months of each year. Sentence 2: It has been turned into a Hindu shrine at they receive attention during a festival early in the year. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2591e7511ade4c1094f2b5d231f43e97", + "input": "Sentence 1: that's right it's already happened to me once but i was lucky Sentence 2: It was a horrible idea. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-19b5f2a2397047cb9401d2220d940089", + "input": "Sentence 1: There must be no delay.\" Sentence 2: The Mediterranean Sea is completely lacking any and all tropical fish. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1736a89f49843e3badcacd715d47882", + "input": "Sentence 1: A staircase zigzags its way to the Temple of Kali (wife of Shiva), built for the Hindu mother-goddess. Sentence 2: The stairs go up to the Temple of Kali. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f45edd5e7c3f4b6c9922f79eac38f91a", + "input": "Sentence 1: Scalia's arguments have shaped the debate in our time Sentence 2: Your wish is our command. We must respect your wish if it is for us to leave. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf53c8a9dd3b48de908f8c696136e1f6", + "input": "Sentence 1: The interior of the island is a wonderful mixture of mountainous dark pine forest and farmland. Sentence 2: Why not enjoy what we have instead of rushing into new things? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd9c971db36d4e4e933ca75caa74ddce", + "input": "Sentence 1: I can still hear it to this day Sentence 2: She looked totally fine and healthy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-83a63c5aca364b00aa2d83380e382b1d", + "input": "Sentence 1: so yes we are we tried we planted some fescue last um fall Sentence 2: Last fall we tried a few plants. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d18e80feeff841ed939f9ec86b813d89", + "input": "Sentence 1: Now, with a chance to study all their magical lore and apply it with the methods he had learned in his own world, there were amazing possibilities opening up to him. Sentence 2: All information will be sensitive information for the group. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4bc4735aff634b238d97e4eb9fccc81f", + "input": "Sentence 1: They also created a packet of information available for free to help people navigate the court system without a lawyer. Sentence 2: People adjust their saving dependant on the form of the increase. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fbfbdc62114c406c9d0953d257c876e7", + "input": "Sentence 1: Dexter and his business partner and college friend Phillip Jones have also accelerated licensing of Martin Luther King Jr. You can now buy Keep the Dream Alive checks and tasteful King statuettes. Sentence 2: The Conservatorio is the most highly regarded of these three institutions. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7ee2782c48634fe69bf3eb042392d777", + "input": "Sentence 1: The council is comprised of more than 30 local organizations that meet on a volunteer basis to learn about new programs and discuss the unmet needs of the homeless and how to address them. Sentence 2: The silver statue of Kwan Yin was brought back from China in the 18th century. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6586dd4cf5f549da94beeb2839edf2be", + "input": "Sentence 1: The subject of Jewish gangsterism has been well mined in recent years by both historians and Albert Fried's The Rise and Fall of the Jewish Gangster in America and Jenna Weissman Joselit's Our Jewish Crime and the New York Jewish Community--1900-1940 are two recent additions to the nonfiction literature, and films such as Once Upon a Time in America and Bugsy feature Jewish criminality. Sentence 2: Both Albert Fried and Jenna Weissmann Joselit wrote about Jewish gangsterism. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-842fe94382254c61a5c99f2603abb768", + "input": "Sentence 1: National Income and Product Accounts. Sentence 2: Jon drew a rapier back at his horse. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fae5330c3b84b209e7875be9208624b", + "input": "Sentence 1: that's right we didn't close at all this past winter Sentence 2: Everyone was going to get to react to the new data. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cdac5c460779494caa5b15e1233a6e08", + "input": "Sentence 1: Assessment Sentence 2: There is no kind of assessment. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da5c3bc3f2e24355bfb89018bdac3704", + "input": "Sentence 1: But I admit that when a drum and bugle corps marches by playing the Star Wars theme, I get a lump in my throat. Sentence 2: I admit I love hearing movie songs played by a marching band no matter what one it is. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ed90f8a937074d3e87efc2d80b696149", + "input": "Sentence 1: that's that's the part i have difficulty and the the other part is that the the when when your when your when you're looking at Vietnam and you say well is fifty eight thousand lives worth it and i don't know that anything is worth fifty eight thousand lives Sentence 2: I have trouble seeing how over fifty thousands lives can be worth any price. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-464bc1f5680248dda5d60ff0cd68e852", + "input": "Sentence 1: Child's play to the masculine mind. Sentence 2: It is a lot to take in for someone with an adult mind. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d7221aa8e690449a9eb64d67d971bdd5", + "input": "Sentence 1: yeah oh golly well i live in Dallas what what area do you live in Sentence 2: I live in Phoenix, what about you? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-814f74b862a9434a8ed740a7dd76927e", + "input": "Sentence 1: Is this reasonable caution or self-important delight in martial law? Sentence 2: She may come again to try and get it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-695c12e7ffb145e392dfc142f8627607", + "input": "Sentence 1: Mary Cavendish could certainly not rest under suspicion. Sentence 2: There is no second floor to this exhibit. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e86c273ead8d43d08e2e2357bd480fff", + "input": "Sentence 1: Dole, who is simply less photogenic, is an easier victim for picture editors--who, like their editorial counterparts, have a strong bias against dullness. Sentence 2: The suspense left me terrified! Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca8d962dd5874d11973cc1f66d97b561", + "input": "Sentence 1: yeah it it's just unfortunate that the Kurdish people didn't get their own uh Sentence 2: Ca'daan's uncle looked ten years younger compared to the day before. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d2ebac90cfd4eb18101835e66597731", + "input": "Sentence 1: One held a massive scattergun over his shoulder with one hand, his other hand rested on the hilt of a wide-bladed greatsword that hung from his belt. Sentence 2: That answer is the one I predicted. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5312421cd6c3412098db1fdaa6756424", + "input": "Sentence 1: Just west of CityHall is one of Dublin's most important historic sites, Dublin Castle. Sentence 2: Dublin Castle is just a short walk away from CityHall. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fc6612e8a8494024a221e3c714e995f7", + "input": "Sentence 1: We might as well sit down, said Julius, when he had introduced all his guests to each other. Sentence 2: Julius dismissed his newly arrived guests after introducing them to each other. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0cc3cba40ba74246877e222999f54ee5", + "input": "Sentence 1: Kept things quiet even if a man hadda rest his hand on his rifle 'bout twenty-four hours outta every day. Sentence 2: It was quiet in this small city, even though a man had to stay fully armed. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-08b08c4fadc54f269243d47a78b930a5", + "input": "Sentence 1: From 1925 to 1935 several wide-ranging reforms were introduced by President Ke?έal. Sentence 2: Your judgment is about politics, not about economics. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-203c6c4706d245a3afa216efd84a1496", + "input": "Sentence 1: right they need to give the scholarship to a woman that's true that's true with any case i hate that but but that is true but Sentence 2: Duracell made a large profit on KKR. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0330b4c1653b40d38fdb6f9f95a4559e", + "input": "Sentence 1: Red said, \"Ssh. Sentence 2: The college track is very competitive. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b504603439cc48dbbbcf828d584dd123", + "input": "Sentence 1: * EPA cost modeling for wet scrubber installations estimate 29 tons of limestone required to achieve 95 percent SO2 removal while burning a 4 percent sulfur coal. Sentence 2: We must also hope that he does weight his conversation to talk of impeachment and partisan politics. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d738325c25c440d2b8adb8ec27810124", + "input": "Sentence 1: This quiet and small hotel (with both air-conditioning and TV in the rooms) is situated very close to the heart of the New City. Sentence 2: The hotel is small and quiet. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e95f931934546fa93debfa7df93e332", + "input": "Sentence 1: and not really interested in some of the like the Terminator or some of the Schwarzenegger stuff i just Sentence 2: Ca'daan was sleeping with a stomach at ease. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0b0c8ae9928042fba8732fba2f046707", + "input": "Sentence 1: Cola di Rienzo rules Rome Sentence 2: He governs Rome and the Romans. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6418db418a0443fa842937a09df70be0", + "input": "Sentence 1: A self-administered Short Michigan Alcoholism Screening Test (SMAST). Sentence 2: They made a lot of money with textiles. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7cbd3760a114f7cb810c004bc4da799", + "input": "Sentence 1: Look at the signs. Sentence 2: There are no signs. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f3b6024a20d142c1a6e6e0fc6b5dc120", + "input": "Sentence 1: At the far right-hand corner is the ticket office, which originally served as a prison. Sentence 2: NSAs are a hot topic in legislation. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb9a9e311fd348bd85aee90d58f543a4", + "input": "Sentence 1: They flew on, beyond the city toward the construction camp that had been Hanson's headquarters. Sentence 2: He knows information about me that I do not wish for him to know. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55fb60955ecd4877a73ee1d2c1776ac9", + "input": "Sentence 1: Is that your idea, Tuppence?\" Sentence 2: Nepal now gets most of its foreign exchange from tourists. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c351045171a8400b9bf8894c24f36802", + "input": "Sentence 1: Referrals; Community legal education presentations; Community legal education materials, articles and web sites; Pro se clinics, distribution of pro se materials including the technologically enhanced Sentence 2: The following duties are included in the job description for the role of administrative assistant: facilitating referrals, community legal education presentations, community legal education materials, articles and websites, pro se clinics, and distribution of pro se materials including the technologically enhanced Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bd68f47251e746bb9db652e2325cc4b0", + "input": "Sentence 1: The wheels of the chariot themselves, symbols of the Hindu cycle of rebirth, have beautifully carved spokes and hubs decorated with kings and gods. Sentence 2: The resort's low prices have keep it popular for the last several years. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d94695957fe34f89b4ddbb2fe286d1ee", + "input": "Sentence 1: Sleyman the Magnificent, aged 25, ascended the throne and ruled for 46 years (1520 1566), the longest and most glorious reign in the history of the Ottomans. Sentence 2: The Ottoman Empire was at a high point while Sleyman was in power. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2461e525f5574298a553a5ba3b2f5aa4", + "input": "Sentence 1: It takes many years to build a reputation which can be lost very quickly if you breach the trust that others hold in you. Sentence 2: Nobody wants to lose their hard-earned reputation over a breach of trust. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c37a0dffa864031bffd6bde1b0e1c7a", + "input": "Sentence 1: JUSTICE SCALIA, with whom THE CHIEF JUSTICE, JUSTICE O'CONNOR, and JUSTICE THOMAS join, dissenting. Sentence 2: You have some children. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd33199772c045f3aceb182b2adefab9", + "input": "Sentence 1: States will also be requiring utilities to comply with Best Available Retrofit Technology (BART) programs (either source-specific standards or a trading program) to meet requirements to reduce regional haze. Sentence 2: The BART standards were adopted recently in an effort to prevent the regional haze problem from growing larger. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-31ac1bb88df24a04aa37509f40ae15f6", + "input": "Sentence 1: Californication , by the Red Hot Chili Peppers (WEA/Warner Bros.). Sentence 2: The Red Hot Chili Peppers recorded Californication. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d756bb0339b44c7fa65364b11da656f0", + "input": "Sentence 1: The Museum of Traditional Industry presents a diverse collection of textiles, porcelain, fans, dolls, lacquerware, cutlery, and cabinetwork, with occasional live demonstrations by craftsmen. Sentence 2: Paul Molitor always completes the entire season without experiencing any kind of injury Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-30ff36aaf98e42b3b192be230e818ca4", + "input": "Sentence 1: it like yeah somebody one time was talking about John Wayne movies with these weird Japanese voices and Sentence 2: Someone spoke of cow boy movies with Japanese dubs. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-309c7415cf194256adc2b9c14d85897c", + "input": "Sentence 1: Kill him!\" There was a roar of applause. Sentence 2: Are you a parent of any children? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e4393c151c6490aa896dd9854ac2d38", + "input": "Sentence 1: but um we were i mean um you know all schools were closed for almost for for over or for for a week Sentence 2: Edinburgh became the host city of the ship. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a38d63da97814900bc4a35516273e715", + "input": "Sentence 1: However, the Irish church with its Celtic cultural base developed differently from the emerging Christian world in Europe and was eventually superseded by Rome and its centralized administration. Sentence 2: The Irish church had a Celtic base when they showed up on the boat. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5da09c7bb0944a8582b526505e75efa5", + "input": "Sentence 1: At Holyhead I tried to get into a carriage with people that looked all right, but in a queer way there seemed always to be a crowd round me shoving and pushing me just the way I didn't want to go. Sentence 2: If you think about it, nothing is coming back your way. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4a2473471b364a8da81e0cc5d56d368c", + "input": "Sentence 1: And Stewart Brand's II Cybernetic Frontiers (1974), which recounts how this generation of computer kids designed computer games based on science fiction and used the Internet to fashion a universe of their own. Sentence 2: At some time during 1974 or before that time, computer kids were designing computer games. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-16d9e2a38a9f455a805f92e8811d056d", + "input": "Sentence 1: With him are two other worthy Toyotomi Hideyoshi, Ieyasu's mentor, and the great 12th-century warrior Minamoto no Yoritomo, who founded the Kamakura shogunate and whom Ieyasu claimed as an ancestor. Sentence 2: There was over a dozen people gathered near the museum. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a6ae215850a743dea582790a6911409e", + "input": "Sentence 1: Sinatra called Brando and told him he shouldn't let himself go. Sentence 2: The presentation was bout to start. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-63935c0fdee44fff83b9a3741a547d03", + "input": "Sentence 1: and but you see a lot of advertising for that uh as far as uh vacation uh cruises and retirement Sentence 2: You see a lot of advertising as far as vacation cruises and retirement, specially in the south side of Florida Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c7331db2649540afbb97f92f6e97f1bd", + "input": "Sentence 1: I'll see if I can help you out.' Sentence 2: I wouldn't help you even if I could. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-71167753ec944b5d8051675d53f0ac74", + "input": "Sentence 1: well what about the what about the fact that it is right across the border in Mexico Sentence 2: The match can end occasionally within seconds. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d44cc20b6784642bdd6763b08ce4d83", + "input": "Sentence 1: An additional reporting standard for attestation engagements performed in accordance with GAGAS Sentence 2: A number of CFO positions were created in 1990. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4519889507af49eda9ea54dad64d1d69", + "input": "Sentence 1: There are many cinemas in Istiklal Caddesi, and a multi-screen theatre at ?‡emberlita?« in the Old Cite which show mainstream movies. Sentence 2: A new shadow broke free and rushed Jon right after he had reloaded his pistol. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8182500b6ebd4935958c1108946436f8", + "input": "Sentence 1: and i've bought you know i've bought greeting cards that are made out of recycled paper and i think they're just fine Sentence 2: GAO will give out 500 different products. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23e0d23cf6274ba38be76d7ff7fdcb74", + "input": "Sentence 1: His bared head revealed a shock of exquisitely slicked-back red hair. Sentence 2: He had a full head of red slicked back hair. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fafd80e4db6c4deda45a3d9b3e1e138b", + "input": "Sentence 1: And whether or not all the right jobs are filled with exactly the right people, the United States still manages to negotiate with China and the United Nations, the civil rights division still manages to file cases, and judges still manage to impose sentences. Sentence 2: The right jobs are filled with exactly the right people. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5cc12e46e6ce42ccab43ce16894a7fc5", + "input": "Sentence 1: and knew what to look for when you went shopping for a parakeet uh i had a parakeet many years ago that uh she got for me and it lived to be a a pretty old bird and was extremely friendly uh i i couldn't keep him in his own cage he just uh flew lose in the house all the time uh but uh more recent years they moved away and i've been buying parakeets at the local pet shop and they don't seem to be as healthy as uh one's you get from uh breeders Sentence 2: You can also see the silhouette of the Abbaye aux Hommes from the coast. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68d21f37791c4a04896a189f21e4e16a", + "input": "Sentence 1: Among the extravagantly colored Hindu temples and subtle mosques in the Muslim neighborhoods, Jain merchants sell gold in the Zaveri Bazaar, while others sell silver, brass, copper, leather, and lace. Sentence 2: Gold, silver, brass, copper, lace and leather may be purchased from Jain merchants. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eb759179dd4040e4b048dcc18db2a4f1", + "input": "Sentence 1: sounds like it Sentence 2: He was sad because he lost someone. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf43ac9ebd3b4af69a6a4fc13c6d8fc3", + "input": "Sentence 1: Shoppers hold mail-order firms to a higher standard than department stores when it comes to keeping things in stock, because the catalogs afford them a photo and item number for every parka, turtleneck, and blazer ever placed in inventory. Sentence 2: Shoppers respect mail-order firms more than department stores in terms of their ability to keep things in stock. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0275c1d80ae14b699842146977f39cbe", + "input": "Sentence 1: So big that it was always cold; every breath turned to fog, drifting off in little clouds. Sentence 2: It was always warm and turning every breath into a cool breeze. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-12b9d1ef1d354b1e9e57d168106c3f8d", + "input": "Sentence 1: The exorbitant salaries have inspired modern players to train year-round, building strength and stamina with their new regimens. Sentence 2: Modern players want to earn money. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-24aa83ca41594c4fae0893fbab1398ae", + "input": "Sentence 1: Limestone is used for a wide range of purposes in the United States. Sentence 2: They don't pay taxes. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3fa6cc65c574aa99ba31dc3d3132a2c", + "input": "Sentence 1: Julius HAD seen it he showed me a note of hers to him once but SIR JAMES HADN'T! Sentence 2: Sir James was lying about having seen the note. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4725eace5d4a4d0ea421a7da84e50c2b", + "input": "Sentence 1: Clinton doesn't allow alcohol in the Oval Office because it might interfere with his potency. Sentence 2: Savings would have to increase more and more in order to boost the rate of GDP growth. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d4806ea8665442d5b14b1ce9d2d8083d", + "input": "Sentence 1: This business of tryin' to run out th' Rebs, it'll cause smokin'!\" Sentence 2: Sometimes, history give us very simple stories. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44f56b329cf6424e8b176e8f61790441", + "input": "Sentence 1: All of us but the Navajo, that is. Sentence 2: Milosevic was not a stranger to sacrifice and neither were his people. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-90d4ae21054c4f19b0f7172103055df8", + "input": "Sentence 1: i'm out in uh Phoenix uh Phoenix there so the Suns are starting to look pretty descent but there i think yeah Sentence 2: Including barcodes can sometimes be associated with assuring machinability. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef6e7217bf5b43a184de06a0e6d1a371", + "input": "Sentence 1: my roommates watched General Hospital and they watched All My Children and some other soaps and i was going i'm not even going to be near that TV when they have any other soap on because i don't want to get stuck in another one one is bad enough no more but uh Sentence 2: The kids are going to take care of the grandparents for the time being. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fea64cf990484a84a63e4f4688b49936", + "input": "Sentence 1: When she chose, however, her face could be sphinxlike in its inscrutability. Sentence 2: Why should you engage in a futile act. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2defb30a5be241118a815d4126b2f37e", + "input": "Sentence 1: The Barrage Vauban ' remains of the fortifications Vauban built for Louis XIV ' spans the Ill to the west. Sentence 2: While technically Mexicans are North Americans, I don't think of them as such. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-96afef979a194f978e904aecba2dc436", + "input": "Sentence 1: Well, we shall see, I said, nettled. Sentence 2: Do you organize things, or do you leave that to them? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea0032416a6b48b693361a198f66cd50", + "input": "Sentence 1: Station It is from here that Jesus consoles the women of Jerusalem and tells them to weep for themselves and their children, rather than for him, thus prophesying the impending destruction of Jerusalem. Sentence 2: At the center of the town is a building called Moot Hall. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c99fc319a0948f8aae066cd7ee9ac9f", + "input": "Sentence 1: 5 percent with respect to comparable workers in the private sector. Sentence 2: Him, he yelled. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7ee2dfea1ac4de7afb473d570bff503", + "input": "Sentence 1: However, at the risk of being labeled a troglodyte, may I suggest that if you scratch the surface of that picture you might find that a few rays of sunshine still remain for hard copy mail. Sentence 2: It was hard to derive a full sky in his calculations. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1c8c8fd3977a4dc1a7ceed7fea3fc4f0", + "input": "Sentence 1: The little fellow asked nothing for himself, only that Santa send his mother $100. Sentence 2: These apes are rarely seen because they are endangere. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e4ac636d0b3246b4a79a4293ffb9c354", + "input": "Sentence 1: If that is the goal, he thought we should be examining how to accomplish screening. Sentence 2: Vrenna had a blade swung at her throat. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d247a63e62374bdba8cb2e2cda2c3ef6", + "input": "Sentence 1: Beyond the wooden Accademia Bridge and the Accademia art museum, the perspective is completed by the magnificent Baroque church of Santa Maria della Salute that has always marked the arrival at (or departure from) Piazza San Marco just across the way. Sentence 2: The General Accounting Office Room is in DC, but relocating soon. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-790ec206cd2a483fb2a3b023f22d5347", + "input": "Sentence 1: Having information on threats and on actual incidents experienced by others can help an organization identify trends, better understand the risks it faces, and determine what preventative measures should be implemented. Sentence 2: There were a number of different threats. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7df2fbcb1e014aefa800a806a08c44a5", + "input": "Sentence 1: Because of the difficulty of measuring such results for research and development programs in financial, economic, or quantitative terms, outcome data for such programs are expected to consist typically of a narrative discussion of the major results achieved by the program during the year, along the following Sentence 2: My husband has driven vehicles other than pickups. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed69ef78949f4e84a2087ed2fdba9826", + "input": "Sentence 1: If being the biggest company was a guarantee of success, we'd all be using IBM computers and driving GM cars. Sentence 2: As far as God is concerned. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8b68e9150844effba4eb7db49f258c8", + "input": "Sentence 1: Their eyes looked haunted. Sentence 2: To jump from Kiyomizu's terrace means to be a coward jumping to your death. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b71e9596aae8439dbcb190121f7f89f8", + "input": "Sentence 1: would i swim that river every night twice if that's what it took you know i don't care whatever it would take i have real sympathy for those people i really do and you can Sentence 2: It was just before sunset. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d28716c44b7b479da5c4a4af863fef6a", + "input": "Sentence 1: I remembered why. Sentence 2: I did not forget the reason why. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1dcbe8e3af4745e7a5a6419586491883", + "input": "Sentence 1: In a competitive environment, the Postal Service could easily retain universal service, but perhaps not a universal service standard. Sentence 2: Compliance is uniform and easy to meet consistently. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3200fd709af7437a9830393abbaa963b", + "input": "Sentence 1: Although we do the best we can--and we think our best is pretty good--it would be an amazing coincidence if the result of all these opposing temptations and self-conscious calculations was exactly the same quantity and slant of Microsoft coverage as if there was no connection. Sentence 2: Spanish is now officially the language of Spain. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4a0aea4f29c547e8a708aa1a2e09a6fb", + "input": "Sentence 1: and i was the only Jew both nights Sentence 2: Carlson also said he used to do drugs regularly before he saw that ad. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-66d7b1464428415d95c878b972bbde9e", + "input": "Sentence 1: Among India's nature reserves, this is the best known because of Jim Corbett, the audacious hunter of the man-eating tigers of Kumaon. Sentence 2: The reserve is free from any animal. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b4d36dccc00d4621b931aa0447849965", + "input": "Sentence 1: As countless studies by GAO have long noted, federal agencies often fail to appropriately manage their finances, identify clearly what they intend to accomplish, or get the job done effectively and with a minimum of waste. Sentence 2: Federal agencies are models of efficiency and financial prudence. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f970c9a0396f48d0bf97940e308fcdf7", + "input": "Sentence 1: Weather permitting, the observation decks on the 45th floors of both towers offer views all the way to Mt. Sentence 2: Tut died mysteriously. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c46af37e8dc40cba59dbdc25b25204c", + "input": "Sentence 1: So when parents are deciding whether to have a third, fourth, or fifth child, they are generally more conscious of the costs than of the benefits. Sentence 2: When parents are trying to decide whether or not to have more children they typically consider costs more than benefits Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-040ccd97be8e49e184e97baa541c4de5", + "input": "Sentence 1: Roberts began her career with a supernatural amount of charisma and sometimes wobbly She was a skittish thoroughbred who needed to be handled (i.e. Sentence 2: Roberts is charismatic. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c3896a2ee40947f782bddfb2aedc3b96", + "input": "Sentence 1: The site is still an active dig and new discoveries are being made all the time. Sentence 2: The site is still being explored and dug upon and there are always new discoveries there. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ab5a82372f4e48d4b96bc1859dd556b3", + "input": "Sentence 1: there has that's right Sentence 2: The colony was founded specifically because the area was in such a good spot geographically. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f5fd166429564ab6802e582ca1b918de", + "input": "Sentence 1: not that i like reading but i do do a lot of reading while i'm here at school Sentence 2: The nursing home situation is great and I love going to visit her there. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7b1c39ac54f42419149cf05f22ed0f6", + "input": "Sentence 1: In its suit, the Passaic County office asserts that the federal agency's executive vice president, Randi Youells, sought the merger in large part because of her personal history with the office, which refused to hire her as a consultant in 1997. Sentence 2: Companies are accused of discrimination if their employment numbers are above average. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b153e69da18e4eba9253f4523c1eb6a9", + "input": "Sentence 1: uh where are you Mary Ann Sentence 2: There are no houses in the valleys. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c248d6dd83948ed9ed492d3e97a2f27", + "input": "Sentence 1: A federal panel is deciding if and how to tax Internet commerce. Sentence 2: No, they don't have any talented people there Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f226dc35578457992374d54d7df6bcb", + "input": "Sentence 1: Need any help, son?\"Drew shook his head, wanting to bring Shiloh under full control at a rate which would quiet the colt before they headed back to the furor about the finish line. Sentence 2: Drew was trying to calm Shiloh down. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-67fa85fa411e43c1ae3fe062047aa593", + "input": "Sentence 1: An English professor who has openly admitted to instructing undergraduates in pagan rituals is no longer a candidate for a deanship at State University of New York's New Paltz campus. Sentence 2: Spielberg is the absolute worst, says Vincent Canby of the New York Times. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4025f330f2b14817ac9d470cb8f1946e", + "input": "Sentence 1: yeah the the lease can work uh work two ways it can work to your benefit too where uh they can't increase your your rent uh if something goes wrong with with a written lease but with an oral lease they can so it works both ways Sentence 2: The lease only comes in oral form; you cannot have a written lease. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9df2f18bdcc94772be32d4a474384f03", + "input": "Sentence 1: When they began playing, they never thought soccer careers would amount to anything like the month-long World Cup extravaganza or women's soccer's debut at the '96 Atlanta Summer Olympics before that. Sentence 2: Drew recounted the horrific events of the war. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5abe4e9e41ff46699f219a237d3b6a41", + "input": "Sentence 1: Others praise his cowboys for being macho yet vulnerable. Sentence 2: The magazines that Apu donated were unsold copies from his store's news stand, not those from his precious private collection. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-45e780d937834e7bb40b262099968777", + "input": "Sentence 1: Electronic signatures meeting the aforementioned criteria, however, can provide the necessary data integrity for highly automated systems because the signature seals the data once it is applied. Sentence 2: The LSC lawyer takes only one client at a time. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55dc036016ae4b64928fda8119920342", + "input": "Sentence 1: He motioned to Hanson. Sentence 2: Funchal is a great place, that's why you should backtrack towards it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ce235e2961f4fcf834a4c0100a4c3ca", + "input": "Sentence 1: We were rolling. Sentence 2: Nox Sip Call will oversee the installments of SCR's. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4513eea981c475894538fbbda01a21f", + "input": "Sentence 1: 1 the autonomous county office will be replaced by a new agency whose administrators will report to a director based in Jersey City. Sentence 2: The capital of Lower Egypt was Nashville. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-53fc22c3b897426eab82a9c6b1604992", + "input": "Sentence 1: The interior has exquisite floors and plasterwork. Sentence 2: The interior has been decorated. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d318303740394e4b91b3ccc6e1c7206d", + "input": "Sentence 1: you know during the season and i guess at at your level uh you lose them to the next level if if they decide to recall the the parent team the Braves decide to call to recall a guy from triple A then a double A guy goes up to replace him and a single A guy goes up to replace him Sentence 2: Product and geography are what make cream skimming work. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bdeb0dbd95604d9495a47d68a05a12b2", + "input": "Sentence 1: But only in small respects have developments in technology and the global economy narrowed choices over policy. Sentence 2: If there's a drop of Jewish blood in him, he deserves to die. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa8da8394068447ebe27921802ff2694", + "input": "Sentence 1: The nominal amount may or may not coincide with the price at which the instrument was first sold, its present market value, or its redemption price. Sentence 2: Redemption prices may be based on manufacturer incentive programs. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2a614a17ae994c5183b2d4a593ecc81a", + "input": "Sentence 1: that is a good distance Sentence 2: That is a great distance Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4b439f536ddb4759a3f0e4e0d74ced5e", + "input": "Sentence 1: In addition to being Marie-Antoinette's last home, the palace was a favorite of Napoleon III and his wife Eug??nie, whose extravagant memorabilia constitute the Musee du Second-Empire. Sentence 2: If the first quintile's volume were to double, cost would only go up by 5 percent. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-417fbbc8281a4a29a5fde5b1346fb642", + "input": "Sentence 1: So, it's not nebulous, after all! Sentence 2: It got to a point where students got some independence Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f26970fc2ce64f26955601651b77dbad", + "input": "Sentence 1: The thing that impresses fans with catchers is arm strength, says Orioles bench coach Andy Etchebarren. Sentence 2: Fans love watching a catcher throw a runner out at second. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-25c650b0473948fa808ff6fc70f1ec80", + "input": "Sentence 1: What do you mean? Sentence 2: If you haven't already tried a muffin, you should. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-46022868ba98452791eb5d93f198ffa0", + "input": "Sentence 1: And this plan of yours? Why had León come to him with it? Sentence 2: The answer is more complex. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e97df2d90b9410c9fcd20586d1d2ee2", + "input": "Sentence 1: Begun by Delhi's first sultan, Qutb-ud-din, and completed by his son-in-law Iltutmish, the 73-m (240-ft) tower was erected to celebrate the Turkish conquest of Delhi. Sentence 2: I wish that Gates would do more to make a positive lasting impact on the world, since he has the capacity. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0bbc7758e372476baaf4bfcc57647d4f", + "input": "Sentence 1: Where is there one Indio who is able to face Don Cazar on his own ground? Sentence 2: No was able to stand up to Don Cazar. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8fc252423f714b0c875418c2b9e180f3", + "input": "Sentence 1: [E]ven after being taken down a notch or two, [cities] will remain, by virtue of their concentrations of energy and intellect, at the center of the American political imagination. Sentence 2: I think I've heard of it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-27242582704541298d244badd7aa3af2", + "input": "Sentence 1: uh see i don't remember i i read it Sentence 2: The deepest level of the pool can be dated back to 700 B.C. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-de32935731f049d183be2c30b2ded4e2", + "input": "Sentence 1: Whittington went on: 18 \"Been playing with me, have you, all the time, like a cat and mouse? Sentence 2: 18 has not been playing with him. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f62c8fa1b51e483dba518bd9da6a8843", + "input": "Sentence 1: well sure i think anybody can can win on a given night but they have so much talents and the average age on that team is twenty two years old they've got a lot of fifth year seniors that are playing Sentence 2: Natalia had been dreaming of baking a cake. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58f41a8e5ed34e2583eeba1c9f660c71", + "input": "Sentence 1: Also on hand were some women who were victims of such violence, but benefited from free legal services. Sentence 2: This is a widely cited source. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2b6bbf73c7f2443380dbcfd9e5d5b4e2", + "input": "Sentence 1: There are those who swear by the sight on the Taj Mahal in the Sharad Purnima, the first full moon after the monsoons, a cloudless midnight in October when the light is at its clearest and also most romantic. Sentence 2: The initial value of the affected meat and bone will rise by ten million dollars every year. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c1d5464cb7fa40fea1a25415f8e37747", + "input": "Sentence 1: I was in Graydawn walking the street late at night. Sentence 2: The Railroad Retirement Board and the Social Security and Hospital Insurance trust funds have similar organizational structures. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8fb1b4901ad042a7b8ae2ac22d168c57", + "input": "Sentence 1: i just want to get away from the phone ringing because it it really does annoy me and uh if i've had a lot of phone calls during the day when occasionally we have uh like this past week we have to do a lot of troubleshooting when the programmers have installed a new system and uh phone rings like crazy and you come home and the last thing you want to do is have to answer the phone and if it's some salesman that just makes it even that much worse and uh it just i get to where i i turn the answering machine on and just let it pick up the phone but now with this thing i'm participating in i kind of have to answer it because you never know if it's the switchboard or if it's uh you know somebody calling that you really don't want to talk on the phone Sentence 2: He could not make a person understand what a melting point is. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c1692535ceb4dedacdd68efc843e81c", + "input": "Sentence 1: A cup of coffee buys you a ringside seat for as long as you care to linger; no one will rush you. Sentence 2: If you buy coffee, you won't be rushed. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d363b910b26547de9a6230cb4b085b2b", + "input": "Sentence 1: In 2015, carbon and mercury emissions continue to be 15% or more above the target. Sentence 2: There were other sources of carbon emissions that were previously unaccounted for. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8801514628b342a0be5a08d16e5e5d36", + "input": "Sentence 1: get back in shape Sentence 2: She has will be aware of it all. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0bff857915bc450f80455abbab0d355c", + "input": "Sentence 1: If you missed the links, click to read Gore's 1989 criticisms and for a breakdown of the Loral controversy. Sentence 2: I might be able to see what you mean with more information. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f4e8b5cb61549aaa2f69f8f1c8fb230", + "input": "Sentence 1: Why isn't that great? Sentence 2: There is a reason why it is not great is because it lacks power. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e81d6a3be0744f80bdba3dba6b73fd11", + "input": "Sentence 1: Hardknott Pass, with gradients of 1:3, is the mother of all Lakeland passes; the road is narrow and steep and twists like a switch-back ride. Sentence 2: The 1996 budget considered how a reduction in staff would affect overall performance. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75740c95715a4b1baffd23c645c2946d", + "input": "Sentence 1: Take the long walk at low tide east to the cliffs of the Vaches Noires (Black Cows). Sentence 2: This area is busy at night due to the amount of couple seeking romantic private getaways. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8964d9a1eb324c75aa85a8b07c3a4d9e", + "input": "Sentence 1: no yeah that's really nice i hate having to leave the house closed you know closed up all the time Sentence 2: The trend towards results oriented government can be correlated with economic growth. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d4c462926d254f8cb18f1ed084eb391f", + "input": "Sentence 1: The town sits atop a labyrinth of tunnels, caves, and storerooms carved into the soft tufa, begun by the Etruscans and elaborated upon by the ancient Romans. Sentence 2: The view from the restaurant is blocked by a giant wall next to it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6384c82a1cc847c2b05cfd6a1d34b942", + "input": "Sentence 1: It was not a good time for my ego; I felt my sense of self getting smaller and smaller. Sentence 2: I felt insecure. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-439374b4261e464b9a3701957b5f30de", + "input": "Sentence 1: you know i mean if it's an absolute need Sentence 2: I have to prepare a one hour speech. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f6a21d39713342e2a418a701bf54b185", + "input": "Sentence 1: Ah, I'm busy on a case. Sentence 2: I don't have any cases I'm working on. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aed3d4d7b6714fdc8f4ab583deb2b194", + "input": "Sentence 1: just go in and say oh i want to be a juror i can spot a guilty person a mile away Sentence 2: Don't bother trying to convince them to make you a juror. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-13230e09111c4b2da6094caf8aff79b3", + "input": "Sentence 1: While this would bias estimates based on more recent pollution levels upwards, it also would imply a truly long-term chronic effect of pollution. Sentence 2: We were acquaintances. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c80854f17fed48879e5c0ac9ef878c54", + "input": "Sentence 1: ' Then we put you on hold for an hour and go to lunch. Sentence 2: Most my house is going to be repainted, but I don't want it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c922c5a902bb4ab4bbf20afbc87100b4", + "input": "Sentence 1: oh really awesome Sentence 2: oh that's too bad Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5d6d8e0fd56944b89f323cd1143ff7c1", + "input": "Sentence 1: you know what i mean because but i do in to a degree there's also not a day to day occurrence it's not that often that they come by but i've notice it's kind of gone down before when we first moved here it was pretty often but i've noticed that though they really work in the day and you very rarely see them in the evening because the men are home and so Sentence 2: I don't see them as much as I used to. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e3b88a71c82342389fe184c1aae658a7", + "input": "Sentence 1: susceptible to the dreams he is trying to sell. Sentence 2: He is trying to make a living by selling dreams. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fc9eeadb8d7549b58427268eba8f4b1c", + "input": "Sentence 1: and they enjoy it yeah and they do enjoy it i i see you're right i see many more men in the supermarket in the parks with their children and i think that is healthy because children Sentence 2: I liked Dawkins a lot in the beginning. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-77d87b27fa35473392c5b614b32a5af9", + "input": "Sentence 1: well you can't yeah Sentence 2: Giorgio Vasari could not finish his painting of the Last Supper. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea877519d0ce4d948b36a9bd7dd79eb7", + "input": "Sentence 1: You brought me to life again with a mandrake root and spells; you can do anything you want with me. Sentence 2: You may have brought me to life but you can't do whatever you want with me. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-49a11d039b0f4f40881a9e6845f2b355", + "input": "Sentence 1: She came as far as here, anyway. Sentence 2: Has regulation worked? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4a4e160e8de04a5abc0935c99213c67c", + "input": "Sentence 1: They spent the night on the gorge's edge. Sentence 2: They decided that Gorge's edge was the best place to spend the night. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3be52744f7bf4e9cba0e78f930824c9a", + "input": "Sentence 1: You're insatiable, Tuppence. Sentence 2: The country needs protection from Russia. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf48132614034a3ca72029c1f8a545dd", + "input": "Sentence 1: For all but the true believers, the publication of the rebuttal paper seems likely to end the Torah codes debate. Sentence 2: The Torah codes debate will probably be ended by the publication of the rebuttal paper. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0479c51c7aff44fdaffedbfb86a00ef5", + "input": "Sentence 1: In Among Giants , another English romance in which freedom and security play footsie, the rover is a an Australian climbah named Gerry (Rachel Griffiths) who joins up with a cowboylike crew of daredevil painters led by Pete Postlethwaite's Ray--they have 15 miles of mammoth electric towers to coat in a mere three months. Sentence 2: Newsweek's cover story ignores gay conversion therapy completely. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f98946112f694ae9af0ab3aa72e706f2", + "input": "Sentence 1: no you know i wish they could have gotten a lottery Sentence 2: Excellent. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c167fa400fb44495b6ad91c835514347", + "input": "Sentence 1: but um i also am sponsoring a literary magazine and we're doing our entire layout on the computer uh because of the graphics program and a page maker program that we have a publishing program Sentence 2: I am sponsoring a literary magazine and doing the entire layout on the computer. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f94a9818a444406dab4b5dfa99cb7468", + "input": "Sentence 1: The allegiance of this highly privileged and prestigious group was ensured by cementing their ethical principles in the code of bushido, the way of the warrior : loyalty to one's master, defense of one's status and honor, and fulfillment of all obligations. Sentence 2: Every member of the group respected the way of the warrior. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6f6c190b1362454ca0b360a79ffe2af3", + "input": "Sentence 1: Quit being so damned responsible. Sentence 2: Empress Josephine is a 19th-century fort. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38d7093d66a1469da9b12b7ae88dab77", + "input": "Sentence 1: Ultra-Fat Cats Sentence 2: Performance is a subjective quality and cannot be measured. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-64eca84155eb48b9a5df52ca4962595c", + "input": "Sentence 1: uh-huh you had company Sentence 2: It has to be. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-abb56252972d421686dc8830534ed289", + "input": "Sentence 1: Nothing has changed.\" Sentence 2: Everything has changed. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-812ce049af3a42d793fa2df2571fb55d", + "input": "Sentence 1: I cannot thank you enough for your assistance, said Ca'daan. Sentence 2: Tuppence remained silent. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5a764030ce5a47429ede75da75aa096c", + "input": "Sentence 1: At least as first. Sentence 2: Attacking was our only choice. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4391b1f4c2774849b576cd473361b6f1", + "input": "Sentence 1: Home-made floats made their way through the main street, accompanied by ticker tape and thrown confetti. Sentence 2: None of the scale value was adjusted to Wachter's wage/ Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c06fdb0dc9b4ffda759b6a4164d115a", + "input": "Sentence 1: yeah the book was a lot better i thought Sentence 2: That is approximately five minutes so unless you have something else also. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c482b3ab50074b268450c8802f7c5b39", + "input": "Sentence 1: Accelerated lines miss out on many of the canal's sites; airport motor launches crosedirectly to San Marco from the Lido so drop your bags off at the hotel and then hop on the number 1 in the opposite direction, round-trip. Sentence 2: She's working on it, but not very hard. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-65a9b6cb51a64d528cbf910314b0b327", + "input": "Sentence 1: Another, the one who cried out, was belaboring the flogger with empty fists, and the voice was that of a girl! Sentence 2: A girl was hitting the flogger. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d0ae43b46d374cdfa1eae92d345d3d94", + "input": "Sentence 1: In the open-air Umi Jigoku ( Ocean Hell ) you can buy eggs hard-boiled in a basket. Sentence 2: Glass sometimes wrote for Slate when he was bored. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4412faa2b72d4cffb5387373f99bc400", + "input": "Sentence 1: At the end of 5 years, however, the agency will be able to report the expenses to be categorized as research and development rather than the outlays for each of the preceding 5 years. Sentence 2: No prediction of health effect Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3113b8d880e44dea8a5ffc6b3681d711", + "input": "Sentence 1: yeah it's nice because when the weather's bad you can't you don't have any excuse Sentence 2: Since cost-benefit analysis is poor at attempting to over-come resistance to implementation Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ab85c5b2646a4e31aab127477fa6d07e", + "input": "Sentence 1: He's one of the biggest astronomers in the world and your father would have to call him if a space-ship landed on his estate.\" Sentence 2: He has won several awards for astronomy research. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-38f36e3845744fa9bab50bc2d1f56d12", + "input": "Sentence 1: I ”I suppose I must have taken up the bottle. Sentence 2: This question is always answered positively because people are fake. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e87caa6a80b44841b7d50cf02a5611e6", + "input": "Sentence 1: you must be LES Sentence 2: Many imitations are sold in the markets, made with fake stones and can be worse in the coastal area. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f9203b9a73744a5ab0a0058945796fb", + "input": "Sentence 1: Opened in 1875 to carry iron, it been operating as a recreational railway since 1960; a favorite with railroad enthusiasts, it runs all year round. Sentence 2: Most of the people who enjoy the railway are trainspotters. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-991bf4ec309346be9f0506de4d3a619b", + "input": "Sentence 1: Some are also upset by the eroticism of Parmigianino in his strange but undeniably graceful Madonna with the Long Neck (1534) just look at those elongated fingers a masterpiece of the sophisticated and subsequently decadent Mannerism that followed the High Renaissance. Sentence 2: Madonna with the Long Neck was the most controversial piece ever displayed in a museum. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5cc1a0c117fb44a4ad0dfe1a78e5a23d", + "input": "Sentence 1: How you served vs. whether you served. Sentence 2: A firearm can still be useful and sold for money. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-78f16c410c794743a67da1bc2ffedf24", + "input": "Sentence 1: Hochschild wants to say that we can reclaim safe haven in our family life from a market-dominated world, but her idea of a solution ends up sounding like the ultimate triumph of the commodified mentality. Sentence 2: Hochschild has other ideas that are equally dastardly. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eef309b25dbb4865a855d7cc5841ad80", + "input": "Sentence 1: Innuendos 97: Fox News' Brit Hume claimed on Fox News Sunday that the word around town has it that the Department of Justice--which has failed to nail even one of the million Democrats guilty of campaign-finance violations--is aggressively pursuing its investigation of former Republican National Committee chief Haley Barbour. Sentence 2: The WP points out that the scandal has been good media business. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3471f394d27b4303ad3aef9958296c5f", + "input": "Sentence 1: well yeah you you want it you want them to check what's what's needful for your safety and so forth but the other sounds like a fluke when they didn't do it you you you should have known when you went in the first time uh the if there were if you needed four tires okay fine but tell me all at the same time Sentence 2: You shouldn't go to this attraction when there are many others. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6b84ec9d1f114be89a6ed5e37b79f7d2", + "input": "Sentence 1: it like yeah somebody one time was talking about John Wayne movies with these weird Japanese voices and Sentence 2: Villagers were towered over by huge men who walked past. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e944a8c8cfad4665a8427e8c90c2a71e", + "input": "Sentence 1: You will also find the grave of the Beauty of Buttermere nearby. Sentence 2: It has always been the front lawn of the residences. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60087e62afa34bcabf1e5b80c258f0ca", + "input": "Sentence 1: i know how that go but i guess that's about it and i better let you go Sentence 2: At about ten thousand feet above sea level. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f105a9e9ab94f41b0f038f5d9c1e608", + "input": "Sentence 1: well um the budget's an interesting issue uh particularly since i'm pretty much a libertarian and an anachro libertarian at that uh so i would basically say the way to fix the budget is to uh cut and eliminate taxes charge user fees for things that uh are absolutely necessary and to be allocated fairly that way and um i'd say ninety percent of the budget has no business being there Sentence 2: Most local governments have policies against corruption. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61a46461167746aa908c5fd26060b759", + "input": "Sentence 1: I believe you, said the old gentleman, chuckling, and pinched her ear in high good-humour. Sentence 2: Lawrence had a plan for robbing the bank. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-739e97aed00541c6a84f4ed876bcc61f", + "input": "Sentence 1: and then another young fellow had to meet with the judge and the prosecutor and the defense attorneys on three different occasions before he was finally excused from the jury because his wife was about to have twins and they had he had to go through all of that if in three days to get excused from that jury to be with his wife on the birth of the twins and uh you know some of it just seemed rather extreme Sentence 2: I watched intently when we were safely on the open road. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e173f11f7a9403c86eb306958bea4c9", + "input": "Sentence 1: The CIA and FBI touted this arrest as proof that they had fixed the bureaucratic bungling that had allowed Ames to go undetected for six years. Sentence 2: It even served as prison for a while. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ff09615f03d406bb410b08c55e63a60", + "input": "Sentence 1: Lou Barnes first met Lindsay when he served on the board of Parent and Child Development Services, where she was the human resources manager. Sentence 2: In France, the bottom decile of routes ranked by population density averages 46. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89d1c736a35740c3bdd7576d7c26fe4b", + "input": "Sentence 1: Frenzied fans would pack this very bridge for a glimpse of their idols arriving in ornate medieval waterborne equivalents of the modern stretch limousine. Sentence 2: Crazy fans fill the bridge for a chance to take a peek at their idols in ornate medieval equivalents of a limousine. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8ef9624c187548e386d95b50282fd090", + "input": "Sentence 1: It will be especially helpful to inexperienced FashionSense users, many of whom are likely to encounter usability issues related to the color-coordination decision-making process. Sentence 2: An amazing amount of names for Allah has been inscribed on the cenotaph. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6871a29eb89e4b839df18d4eeff9f57d", + "input": "Sentence 1: Poirot was continuing: \"The temperature on that day, messieurs, was 80 degrees in the shade. Sentence 2: They began in the morning. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d1056ee2f10470cbc41487a46815914", + "input": "Sentence 1: but uh the Serger really makes it look professional Sentence 2: You can tell that it is easy, given how the world is such a perfect place. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-67b616803c2b475ab062eb7fd0a52649", + "input": "Sentence 1: Similarly, 3 truckloads of mail weighing 3 ounces per piece get the same dropship discount as 1 truckload of mail weighing 1 ounce per piece. Sentence 2: 3 truckloads of mail weighing 3 ounces per piece get the same dropship discount as 2 truckload of mail weighing 0.5 ounce per piece. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cd30e766442a43c39a8e6154e2a5c98b", + "input": "Sentence 1: and talk to them about it but of course they still have no concept of Sentence 2: He did, but not until eleven o'clock Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28f1016263744413b00fc606e2a2c44a", + "input": "Sentence 1: yeah i i do i mean i didn't grow up totally there because of a parent parental divorce in my family but um you know it was always shuttle back and forth so uh it's like two homes but yeah i miss it Sentence 2: I grew up always living in the same house. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6ce4f90e219942f0b77ffeb795155252", + "input": "Sentence 1: However, the palace and gardens are so enormous that you may prefer to see them at your own pace, leaving out what your head and feet can't take. Sentence 2: You might not have time to see all of the palace. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6235e65d77e0406384db316d64eda6f9", + "input": "Sentence 1: Engakuji, founded in 1282, became the second most important in the group of monasteries called the Gozan ( Five Mountains ), a hierarchy established in the 14th century for the Zen temples under the official patronage of the shogunate. Sentence 2: We had so much fun at the beach that day. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3817222552bf4fa9916d5ad939fd5bc5", + "input": "Sentence 1: I've got a sticky problem. Sentence 2: Some things cause huge political scenes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5024711da8304a35a074c3b972088b05", + "input": "Sentence 1: Had a blackened redfish lately? Sentence 2: The Magazia Beach is to the north of us. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0c5dd2765f74670a270c4700c859e53", + "input": "Sentence 1: Despite this fragmentation, the Franks deeply impacted the cultural and linguistic heritage of France. Sentence 2: The Franks were never around France. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-532e268facd34ca3a39cc852c7955c07", + "input": "Sentence 1: yeah i read the book before so i knew the story line going in but they changed some things in the movie wasn't the same i thought the book was better than the movie but i thought the movie was really good as well Sentence 2: No organizations don't like change. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c1f516ce9a74d4e86469ea74523ef1e", + "input": "Sentence 1: Because it plays on my childhood imagination. Sentence 2: The smoke from the cigar is making me have teary eyes, he says. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-471cce0148e244d7a24552bc91dc7324", + "input": "Sentence 1: Based on such a petition, the Administrator may by regulation make affected EGUs subject to the requirement to hold allowances starting the third year after the first year (starting 2013) when the Administrator makes such a determination. Sentence 2: They come out twice a day. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cfd2c6d3c3dd4b008c6bca7ef4ac36a3", + "input": "Sentence 1: In the preamble to the final rule HCFA summarizes the comments received and its responses to the comments. Sentence 2: Members of the Baldwin family are known to be shy and conservative. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07c4fc75217f4d0fa99bf6f2ecc2f714", + "input": "Sentence 1: At best, they're helping him exploit the superficial, elitist politics he claims to be campaigning against. Sentence 2: They aren't helping him to exploit the elitist political structures. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3b3e6b1ec8494d2984fb44caf551bf71", + "input": "Sentence 1: yeah i would right now i would rather not have one at home because i would work at home Sentence 2: I am thinking about putting one in my home so I don't have to leave. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf41126abf194f8488315243d0c43005", + "input": "Sentence 1: The Corp does take care of its employees. Sentence 2: Tell him we need bandages and blankets for the wounded. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8059b1a2d9d423d8178900313277dc5", + "input": "Sentence 1: The Hellshire Hills, south of Spanish Town, come as a surprise to those who think that the tropics can only be lush and green. Sentence 2: We are bored because we are stuck inside during this terrible weather. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9fbbb3f7a0f1414ab8268fa2da64bf73", + "input": "Sentence 1: Won't she? said Tuppence thoughtfully. Sentence 2: The movie channel has not played Pretty Woman even once. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3a395a366a68484ea12a03b00de790b9", + "input": "Sentence 1: The addicting substances are said to raise dopamine levels in the brain, inducing euphoria. Sentence 2: The substances are in common use as a method of raising dopamine levels. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-281229d18f774897af40888aed5509ea", + "input": "Sentence 1: People travel around the country to clean their family tombs and gravestones. Sentence 2: I felt for the people in the nursing home that never got visited. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ea3a1b194eb4d0e81a3f8ef769270e8", + "input": "Sentence 1: Some say accusations of plagiarism fly too freely. Sentence 2: Published about chicken disease and caring for birds. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad3d005fe0524131bade1e321632992d", + "input": "Sentence 1: On July 19, 2001, prior to Congress' request for this Report, LSC issued Program Letter 01-4 (LSC's Reconfiguration Review Process), which implemented a review mechanism by which designated state planning bodies may appeal LSC reconfiguration decisions. Sentence 2: There is a process in place to submit appeals. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6afffd8379ad406f8b2fa4eed79990b5", + "input": "Sentence 1: Entire books have been written about the original mosaics on the five domes and the great barrel vaults separating them, dating from the 11th to the 15th centuries. Sentence 2: It usually take two weeks before a work request to the GAO is answered. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d05e5ef9c034f5b9ca9b435cbb6c848", + "input": "Sentence 1: Indifferent to Yeltsin's latest pick and distracted by upcoming parliamentary and presidential elections, the Duma rubber-stamped the appointment. Sentence 2: In the 1880s, Congress enacted laws holding agencies accountable for management of public information resources. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc78a2c0496f4920bfb64c7ef0195107", + "input": "Sentence 1: Therefore, the mechanical interface between the ACI system and the boiler is through the duct walls, and high-pressure boiler tubing will not be affected by the retrofit of ACI. Sentence 2: Some patients will only seek medical care in emergency situations. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e3b802e3cd44ba996952ba3ca91f331", + "input": "Sentence 1: The goo-goos would cut the number of presidential appointments by a third or more, lessening the burden on the Senate and allowing the president to pick better candidates. Sentence 2: I disagree with most of what you said. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd63860d865543c7a7cdf9683a51a09a", + "input": "Sentence 1: yeah the book was different from the Sentence 2: On Thursday, Lott lied about what he had said prior and then proclaimed his support for the action. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fe745793f3fd4fbb9fa09aec7b1689a0", + "input": "Sentence 1: Interest on uninvested funds received by direct loan and guaranteed loan financing accounts. Sentence 2: He is definitely a Democrat by heart. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec4c5816b8ea4b819264e399962d7994", + "input": "Sentence 1: He might kill whoever led the second charge. Sentence 2: They attempted to link donations these members received to the Chinese government and failed. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7a514cebea74c81afc14abd429b05bc", + "input": "Sentence 1: So, tell me how? Sentence 2: Tell me how we're going to make it up the mountain. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3a34ff7474074afb96faf056295992b0", + "input": "Sentence 1: There were results at once. Sentence 2: The Unfunded Mandates Reform Act of 1995 was renewed in the year 2003. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e827935a9820498183e416c77c4871fc", + "input": "Sentence 1: uh the last movie that i saw i i don't go to that many so i'll just have to talk about the ones that i went to see but uh it was Awakenings with uh Robin Williams and uh Peter DeNiro Sentence 2: The artist and his son collaborated on the oil painting. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3a3e9efefc734e8b9241555507c33e34", + "input": "Sentence 1: Not surprisingly, analysis has become a major methodological concern, and more structured and perhaps more efficient approaches to analysis have been developed. Sentence 2: We like that very much. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a3fd532cbb0543e29bd30bc70629defa", + "input": "Sentence 1: yeah we have a couple of those too we uh we haven't planted a garden yet we moved to moved here from Colorado not too long ago where we had a really big garden but here i i know i hear i hear that the uh growing is a little bit different have you had a garden Sentence 2: We recently moved here from Colorado, and we haven't planted a garden yet. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e3910252b5f4ce88a8e5295ab5af3b8", + "input": "Sentence 1: This is a big country, and surely we can find men and women in it who are as capable of being president as Mr. Clinton is and who are also able to commit themselves to good behavior. Sentence 2: I waited eight seconds. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8f1011bdcbed4bfba185a169f2d71089", + "input": "Sentence 1: Even the two-part fluffy carpet I saw in Elle seems just an awkward effort to stir things up. Sentence 2: They are weighed at ten pounds. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33d9681a051141b38bd8bdde3f3bbb21", + "input": "Sentence 1: It's pitiful magic that can be worked without regard to the conjunctions of the planets; but it is all the magic that is left to us. Sentence 2: There was new ground being covered every time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3179faf1979425e959c848c77d2f119", + "input": "Sentence 1: 'What's he doing down here? Sentence 2: He is up there. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ed92644f2b8e45c5a83bd92a7341bf7f", + "input": "Sentence 1: right right the reputation that they have a good reputation Sentence 2: They worked hard to earn their reputation. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-23f4632066e84d02a56bdfeff08652f1", + "input": "Sentence 1: Carlson says he has had calls from the conservative Politburo, including one from Michael Ledeen, a former Reagan National Security aide, who told him, No one who believes what we believe should be attacking Grover. Sentence 2: Operation Rescue and the FRC showed up to distribute pamphlets at the Washington assembly. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-05a2fcc80581443aae209e012ca89104", + "input": "Sentence 1: 'I'm right here,' Lincoln said, donning the top-hat. Sentence 2: Lincoln was wearing a cowboy hat on his head. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ba1d1d6c11474a16b9a7937c26b10bca", + "input": "Sentence 1: He wasn't entirely sure, now. Sentence 2: Lincoln was furious with me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-788792c64daa414baa8b19eab73507cf", + "input": "Sentence 1: Chambers yeah he's the big guy yeah Sentence 2: Chambers is the point guard. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2057c80967d04f47a0a50505fc8624f9", + "input": "Sentence 1: but yeah Teenage Teenage Mutant Ninja Turtles is sort of the same way they i guess they figured i mean they know what they're doing and they make the movies good enough i guess i'm a bit of a snob they make the movies good enough to be successful Sentence 2: They were not aware which Mafia. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18b911dbf5fd4428bc50058b34af40cd", + "input": "Sentence 1: She was still a mystery to Jon but her skills were never in question. Sentence 2: She gained a lot of knowledge from both, the gift of power-politics and gargantuan appeal of the other. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9361848a7a344038a48474af53396f76", + "input": "Sentence 1: So long, then. Sentence 2: See you later. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ec170336431345849e5558f473da23cc", + "input": "Sentence 1: A tour of the beautiful Parc Ornithologique de Mar?­quen?­terre at St.-Quentin-en-Tourmont will take a couple of hours. Sentence 2: Drew came out into a plaza to get some fresh air. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-95ead55189564b47b1781f4b7a20a2c9", + "input": "Sentence 1: (Before the island's telephone service was boldly upgraded, it used to be easier to drive across the border than to put through a call to the other side. ) Sentence 2: That baby must have been never injured in any way. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7ad1cc3f7cc4fc58a64d413a57d0c34", + "input": "Sentence 1: Room price guidelines below are for a double room with bath in high season, including breakfast and VAT (value-added tax). Sentence 2: It is more enjoyable for visit Hakone for day trips. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-268299d1bbf64749a160b6406bc235a2", + "input": "Sentence 1: The ruble. Sentence 2: Russian money. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d69eed3856cc4bcca966db7147ae1929", + "input": "Sentence 1: Jerusalem's quintessential dairy restaurant, serving excellent vegetarian and fish dishes in a typical, beautifully restored and decorated Jerusalem golden-stone house, with garden patio. Sentence 2: It's called tantric sex and many people love it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-85385426f26d49ac80ce1a522577b1ff", + "input": "Sentence 1: Are U.S. airports following required U.S. and international security procedures for passengers? Sentence 2: They thought the men who ruled Russia were never going to get it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8f457629e544248bac537aa7485daaf", + "input": "Sentence 1: um now at this particular time the children were two and six but then i also i've been babysitting this child uh for about eight years he's nine now and um you know i've watched him grow up and he's like a little brother to me Sentence 2: The kids were still not school age. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e4e6e4f52d3a488a9d8a8866919c1d44", + "input": "Sentence 1: Beats me. Sentence 2: This land has terrain that is difficult to navigate. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1bf012ff5def496b83753818b6cb5694", + "input": "Sentence 1: Many fascinating legacies around the island attest to the complicated web that time has spun here. Sentence 2: Brosnan makes Bond's actions seem real and believable. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18b024b40e624265b7216e9163be78b5", + "input": "Sentence 1: Some of the recent development is rather unattractive, but there are a number of excellent resort hotels providing just about everything you could want for a beach vacation. Sentence 2: By visiting and benchmarking model performance, practices offices became high-performing organizations. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a3ae264fb9b346da88bac2ae88627ec7", + "input": "Sentence 1: Of course, if the girl was really Whittington's niece, she might be too cute to fall into the trap, but it was worth trying. Sentence 2: Red looked away. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf026875a9f1411480bb0493bbec89ee", + "input": "Sentence 1: but um what do you think about about um their situation should they should they become a state Sentence 2: Shiva is seen as a source of fear in India. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-51a48376422546039786095e406700cd", + "input": "Sentence 1: In the summer, get there by noon or you won't see a thing. Sentence 2: Orange County is employing hundreds of people to help with technology training. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-072f8801c4b345dfa768e71920f34a30", + "input": "Sentence 1: Within a few days, i-Sportsbook refunds my credit card deposit, as promised, and a week later I get a check for my winnings. Sentence 2: They would go shoot guns together. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8f6a896ca2b147e5a6051b8e95edf4f7", + "input": "Sentence 1: But she also quotes the Amsterdam News , which says that Johnson was welcomed like a conqueror when he came back to Harlem in 1963 after doing time in Alcatraz and other prisons. Sentence 2: Euro enthusiasts claim that euro implies more richness. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8fe459b6eecb437c9ff7708224cc26f0", + "input": "Sentence 1: The Sounds of A Brief Guide is a short prose book about hearing poems, with no diagrams or jargon, published by Farrar Straus & Giroux. Sentence 2: The want you to think that it's random, but it's not. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0a55f237ce0b4d3ba28c6d2f2eff6005", + "input": "Sentence 1: This political process focused as much on social considerations as on the kinds of market forces that shape competitive outcomes. Sentence 2: The social aspect is equally important as any other aspect. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1020d80aac474ef18220094fb69b034c", + "input": "Sentence 1: While Plotz is right that the number of challenges remaining seems to be decreasing--it could hardly increase--I find it almost impossible to believe that previous record-setters were driven by the kind of practical, commercial concerns that Plotz ascribes to Ferdinand Magellan and Dick Rutan. Sentence 2: Plotz hasn't made any observations about Magellan's motives. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4f1b149ee46e43bc921d496b5235deff", + "input": "Sentence 1: This enables the President and the Director of the Office and Management and Budget (OMB) to preclude a suit by the Comptroller General under certain special conditions. Sentence 2: This enables the President and the Director of the OMB to masturbate as much as he may please Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8623abf1553b43fd8c5dd8f72358af18", + "input": "Sentence 1: They are not so substantial when considered in the context of the total Postal Service expenditure in 1993 of $48 billion. Sentence 2: The Postal Service spent $148 billion in 1993. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6874b489a55745a5a7ecc3ef23546397", + "input": "Sentence 1: Nema will show you to your quarters later. Sentence 2: Nostalgia is for the weak, Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b57ab6410e154706bafce0d530ee1443", + "input": "Sentence 1: Comanches, now, an' Cheyenne an' Kiowa an' Sioux ride out to storm at you guns an' arrows all shootin' wantin' to count coup on a man by hittin' him personal. Sentence 2: The British North Borneo Company was set up in a way that was similar to the EIC. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-486c96bf36484872b9fcea78d224172d", + "input": "Sentence 1: America Little doesn't really live up to its name. Sentence 2: Although it's called \"America Little\" the city is not little. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4f72d38c290b4dbda537c9187b226ce1", + "input": "Sentence 1: Depleted and drained, I stared out at the Hudson River in the summer dusk, drank two miniature bottles of Zinfandel, and fell asleep. Sentence 2: If the response-to-advertising mail were also added to advertising mail the items would be counted twice. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c034a8624d94dc0a0770d5e5096fcb1", + "input": "Sentence 1: um in Texas i was oh i believe the uh tax sales tax was somewhere around seven eight eight percent Sentence 2: He thought then nodded furiously. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f40976848d94a9eb9c3fd4877153f36", + "input": "Sentence 1: The Alliance's English-educated elite seemed to imagine that multiracial integration would come about through education and employment. Sentence 2: The English educated of the alliance imagined that multiracial integration would come naturally through education and employment. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7732062159c24dc0a4ee725a50658f9c", + "input": "Sentence 1: right yeah that jeez i never thought of that because see here our growing season is basically done by um well you might have some tomatoes still blooming in uh in October the begining very begining first week of October Sentence 2: Around 40 or less than 12 people attended. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a972a7a1a5444d648a08092c50cd5a9e", + "input": "Sentence 1: Tea gourmets will make a beeline for Darjeeling, to buy directly from the plantations or at the town bazaar. Sentence 2: How are you going to stop the game from being played anymore? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0618921beeb34c2483c9bac0194b9784", + "input": "Sentence 1: GAO is committed to meeting the highest level of professional standards while conducting audits, evaluations, and investigations reflective of its core values of accountability, integrity, and reliability. Sentence 2: There are certain standards that GAO is committed to meeting. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9a90607f7b434df9bafb5a35f8841b2f", + "input": "Sentence 1: This fact may be what makes the fashion journalist hate her job--the painful sense that real work cannot be done in this genre, that it would be better, more honorable, to be writing about something else. Sentence 2: First class bill mail house Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4832c9700e4e49bbbe8e5dde8deccf2d", + "input": "Sentence 1: Hunt Rennie had lived in Kentucky over a year once. Sentence 2: Rennie had once lived in Kentucky. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c69511d446d041c5a01f3b9bbcd81083", + "input": "Sentence 1: E. M. Forster fans can undertake their own private pilgrimage 25 km (15 miles) north, to the Barabar Caves, which were the setting for the Marabar incident in Forster's famous novel Passage to India. Sentence 2: The net inflow of foreign investment affects the United States' ability to invest in domestic capital stock. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0cb7f81395be409eac42c37127c2f9e7", + "input": "Sentence 1: uh number one is i i'm i'm kind of i know this sounds like a slogan for the government but i you know we are in a war against drugs i mean Sentence 2: Tuppence wanted to hear her story and comment on it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2d773ddf5ae74ff5a4f8914b256abd0a", + "input": "Sentence 1: and what happened at the end is the judge um um uh Michael wanted wanted the firm put in receivership and the judge wouldn't do it but he said he he's going to give a like a ten day uh evaluation and he was going to put it in the hands of a businessman to to run it and see if the firm was salvageable or not Sentence 2: I think that once you have a belief that it doesn't change for the rest of your life. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d937accc13948efbabbab4f5ab5b11a", + "input": "Sentence 1: Perhaps they are elderly people who are swindled out of their life savings or beaten by a neighbor or acquaintance. Sentence 2: Sheep were the main source of food. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9eb99519cc554d49879ab7b8e9954cbc", + "input": "Sentence 1: yeah yeah i heard about it Sentence 2: Ano Hersenissos had been founded four centuries ago by simple farmers. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be51a9c8a9ab4e98982d9cc39513fdf2", + "input": "Sentence 1: men and women can vote it's amazing that we can still look overseas and see you know this thing in Saudi Arabia and all and they still don't allow women to vote it is still amazing of course we we don't have such a wonderful history that Sentence 2: The route coming from Ambleside along the A593 is said to be a rocky path. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f1ff36ec2914021a23383a21245b6e1", + "input": "Sentence 1: Jon felt it deep in the pit of his stomach. Sentence 2: Dinner was eaten with a large group of friends. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a3c620433f9d4b378ec7fd353ed60015", + "input": "Sentence 1: that's what you want plus out on Texoma you have got all that you know mass of water to get across Sentence 2: MY plant I work in is located in Massachusetts. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-95653f80c1d248a9bb6127fbddf18f86", + "input": "Sentence 1: George F. Will is stuck in Reagan's first term (though he tries to convince us that he's stuck in the Madison administration). Sentence 2: Is that a nice place? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ce522ce17b64f7a9379ff8e3a252649", + "input": "Sentence 1: 'Funny. Sentence 2: Drug use by one member of a family is grounds to remove the whole group. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-015dc226fd6b4bdbbd0185e2e45a6f6c", + "input": "Sentence 1: Sure thing. Sentence 2: Me and my friend have been going to the driving range. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f09ffe06c04f440b8dce5fa22e05805e", + "input": "Sentence 1: I will involve them in after-school programs, maternity group homes, prison fellowships, and drug treatment programs. Sentence 2: I plan to get them involved in various social and rehabilitation programs. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-37a0e0c54aaa435288b3d03824dff1c0", + "input": "Sentence 1: These are crisscrossed by numerous narrow alleys called wynds and separated by open spaces where markets were held, royal decrees were heard, and criminals were hanged in front of large and enthusiastic crowds. Sentence 2: Narrow alleys called wynds crisscrossed, being separated by open market areas. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b030abf7f4b45a79e004529723cb3a2", + "input": "Sentence 1: 95 per year for wry political and cultural commentary. Sentence 2: The wry political and cultural commentary is very well-received. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-99f5a21b845d40388cfa2f0a6bf3a9cc", + "input": "Sentence 1: She stopped suddenly, and looked up at me. Sentence 2: She ceased knitting and looked up. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a005fb70ee2e405c870fe928a2d2091a", + "input": "Sentence 1: Their subtlety of colour, liveliness of posture, and strong, lifelike faces record a last remarkable flowering of Byzantine art before its descent into decadence. Sentence 2: Byzantine art went through one last heyday before it fell into decadence. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-db94bc77ec54499c9730e2e5fc8c078e", + "input": "Sentence 1: These employees make up cross-functional teams that provide an appropriate mix of business expertise and IT skills to accomplish the various tasks of a project. Sentence 2: She was never overcome and taken by car. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0adc4836ccb4431a8e1b265c5b796db5", + "input": "Sentence 1: Not with the menu, but with the magnificent display sprawled across a long table as you seafood antipasti, stuffed eggplant and zucchini, grilled peppers in red, yellow, and green, and whatever bounty this morning's market yielded. Sentence 2: The Hitties killed the Pharaoh at Thebes and destroyed all his statues. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9fd3f418dd6048778fe5066723b6cdf0", + "input": "Sentence 1: Good-bye, old thing. The two young people went off in opposite directions. Sentence 2: The two young people would never see each other for decades to come. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ab434d4056b544e99a157bf2b47b5011", + "input": "Sentence 1: What you tell me about the girl puzzled me, said Mr. Carter. Sentence 2: I understand what you told me about the girl, said Mr. Carter. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f45f0e63d74f4fe8895ab525e5733b54", + "input": "Sentence 1: well yeah i have my beliefs in the hereafter and i believe that uh God will take care of them Sentence 2: She does some work from home, however. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c77f419fdb144b8aa6e23144df593987", + "input": "Sentence 1: he was always speaking in terms of you know American imperialism reasserting itself and i suppose it's a different attitude that we normally don't hear in the country Sentence 2: I kind of agree with him that American imperialism is reasserting itself. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6790d6def4c74316960109f2f690019a", + "input": "Sentence 1: Did you ever in your heart of hearts believe that Mrs. Inglethorp was poisoned by her husband?\" Sentence 2: Did you ever firmly believe that Mrs. Inglethorp was killed by her husband? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-37952d94d8c746139991c7884726a7e1", + "input": "Sentence 1: This climb offers panoramic views of Derwentwater and Borrowdale. Sentence 2: This death toll was the largest ever recorded in ancient warfare. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-40c296e5f1fe4fca8acf3cf01fa30402", + "input": "Sentence 1: 7StandardsforInternalControlintheFederalGovernment(GAO/AIMD99. Sentence 2: The nomination for prizes like the Nobel is incredibly important to many people. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e017dda90864be28d1570af0c2c26f9", + "input": "Sentence 1: It was published in the Federal Register as a final rule on April 15, 1998. Sentence 2: Lincoln was shot in the head at the booth. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-14f19259a91f4be995e6078f0beef689", + "input": "Sentence 1: Permits are easy to obtain, however, and reserved accommodation can be booked either in the lodges or in the official campgrounds Sentence 2: The mosaics are totally destroyed and can no longer be seen. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fa0619969ebd4b0fb594928d3d5227cf", + "input": "Sentence 1: thank you i think we might have just screwed up the computer but we'll find out Sentence 2: I know that the issue is not with the computer. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-080ed4b8afc04679b9d244a758195942", + "input": "Sentence 1: In 27 percent of the cases, the charges were dismissed or the defendant was found not guilty. Sentence 2: The Pharmacie du Cerf stands on the Place de la Cathedrale and dates back to the 13th century. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c39b0abccf84303b02805211c107ed4", + "input": "Sentence 1: I ”I ”mdash; With a satisfied and expressive countenance, Sir Ernest observed: \"I have nothing more to ask you, Mr. Cavendish.\" This bit of cross-examination had caused great excitement in court. Sentence 2: It is wrong to make Jesse Helms and Saddam Hussein fall in line. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61b80f47d8234fa0820407faac6729b2", + "input": "Sentence 1: that's sad well it was nice to talk to you Sentence 2: Anyone can accomplish that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18dc25e97b5c48aea14cf5e4dfd962c3", + "input": "Sentence 1: Its tone somehow both baleful and bemused, wistful yet wan. Sentence 2: Nobody is looking into Hong Kong's past. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f95d2cbb99d47228d51d63e9e22f3b7", + "input": "Sentence 1: But in the long run, it's unavoidable. Sentence 2: The Iranians are not important. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b722ed4136c46c29c9d74f26d0dd7dc", + "input": "Sentence 1: What had he said wrong? Sentence 2: The Agron, King David, and Mamilla streets do not cross each other. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36ede680c4b54e0fa1d757337eb9e0ba", + "input": "Sentence 1: But then, to gain their support, the Japanese upheld their prestige, restored pensions, and preserved their authority at least in Malay custom and Islamic religion. Sentence 2: He gave no consideration to the matter. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-de648c926e5348fca0acc2efbffbaabe", + "input": "Sentence 1: The Department has requested, but has not yet received an OMB approval of the information collection requirements of the rule. Sentence 2: The big correction is beginning to occur. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3bc41820c8c34565ab83030e1de55739", + "input": "Sentence 1: uh you know i think i think that you know using a i guess what they call it is eclectic you know using drawing from a lot of different sources and making you know a a synthesis of a new type of music um Sentence 2: The prices of photography equipment in Hong Kong are lower than anywhere else in the world. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b0a1f420c9b642a5ab6aae3ef8c59e9a", + "input": "Sentence 1: Originally the temple was on the shore but reclamation projects have now left it high and dry. Sentence 2: The Minerals Management Service collects them. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-abfc4778d1254399828f12d1453a63ad", + "input": "Sentence 1: The torrents protect us as they have for centuries. Sentence 2: It is on the state. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-423d89a599f4472b84bb983671048ee2", + "input": "Sentence 1: i don't know what the chains are down there maybe in the mall family book store something like that Sentence 2: There are no book stores in the area, I haven't seen any here either. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4715470fbe014a4b8420c90cf751f5a5", + "input": "Sentence 1: I can't sleep. Sentence 2: We have to make due with this medium sized and gaudy rug. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3e11b7cc326a4557ab3a07d230958d29", + "input": "Sentence 1: aThe CIOas ability to add value is the biggest single factor in determining whether the organization views IT as an asset or a liability. Sentence 2: IT is either an asset or a liability depending on the ability of the CIO. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c7023e08ada545329db6f14c022e0e9b", + "input": "Sentence 1: They also but only later gave birth to the sun, in the form of the goddess Amaterasu, who endowed the Japanese imperial family with its regalia of bronze mirror, iron sword, and jewel. Sentence 2: This is a country were guns are common especially in small towns. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7a34f506cf14a588354f5dd25f70f2b", + "input": "Sentence 1: The Spanish never settled this strip of land, but when the British arrived in the late 1650s they built Fort Cromwell here; it was renamed Fort Charles following the restoration of the British monarchy in 1662. Sentence 2: The British were the first to settle on this strip of land. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf78e7aaa1954339b54c93241bfa8c7f", + "input": "Sentence 1: 'That's that,' Sentence 2: The Network Vehicle designers probably assumed that car phones are already standard equipment that's why they left them off the list. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da92a07135eb4f4ea41a4576935e05e3", + "input": "Sentence 1: History buffs will have to ask along the road north of Saint-Pierre for the unmarked location of the so-called Caribs'' Grave, where Indians pursued by French colonists hurled themselves from a cliff in the 17th century, vowing that Mount Pelee would avenge their deaths. Sentence 2: There is no chance that Abraham could ever kill me. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c71f333af5544a0bf0b851497e49d2f", + "input": "Sentence 1: yeah it was in English they had it in Tokyo too in English but they had they had they had Married With Children have you ever seen that before Sentence 2: He looked calm but his hands were shaking Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e11336a08654152aaf23faa39827dad", + "input": "Sentence 1: I want to meet them.' Sentence 2: He has Alzheimer's, but he can function perfectly in most respects. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f15eff64b21b4a49816f7abd3c998b64", + "input": "Sentence 1: yeah i'm i'm twenty five Sentence 2: The USPS costs do not vary as much with volume per belief of the Commission. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2bcc31f1624e4b0eb7186fa18dfd1dd4", + "input": "Sentence 1: Very few people travel on it; its principal purpose is as an artefact of tradition. Sentence 2: Aquatic activities. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97e9bed85f834c01b28400368ffeaf32", + "input": "Sentence 1: At the top was the ragged curtain hiding the recess where Tommy had hidden that day. Sentence 2: Tommy hid in the large oak tree outside. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-202976755f734e3a8d217d6cef617f98", + "input": "Sentence 1: The barber finally removed the cloth with a snap and bowed. Sentence 2: You don't need to watch them after that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cdc85fe3fc2d4fbd8535a77b4a041101", + "input": "Sentence 1: yeah i think there'd there'd be a you know a uh economic benefit for you know everyone concerned those doing the work and those receiving the the uh the services Sentence 2: There would be economic detriments for everyone. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0fc34fbb4c05450a9d1eb8648cbc5e5b", + "input": "Sentence 1: Participants referred to a landmark study on financial reporting by the Jenkins Committee4 as evidence that little has changed. Sentence 2: Everything is covered, however nothing is fully explained. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f18d620f48c4138a31208293b8740ff", + "input": "Sentence 1: I expect more from your publication than the language used by spammers looking to sell me porn. Sentence 2: Daddyji and Mamaji were the early installments of the novel. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa18e7c51a5d43afbbb4929ae26a0595", + "input": "Sentence 1: We trust this answers your inquiry. Sentence 2: We do not believe that this will answer any of your inquiries. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ac3336b0eeef468ca165d597950ab206", + "input": "Sentence 1: Couldn't Soutine's eruptive, vertiginous landscapes be construed as recollections of a ravaged Europe, or even as the foreshadowing of an apocalyptic, post-atomic future? Sentence 2: The Dilwara Temples are located on Mount Abu which is currently used by the Indian bourgeoisie. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7149a337c8df431588bb141b152f6f0c", + "input": "Sentence 1: For example, the administrative approval of an employee's travel voucher (usually performed by the employee's supervisor) generally confirms the reasonableness of the claim and that the travel actually took place. Sentence 2: Three factors are applied to our model's result so the comparison can be more meaningful. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3aa3e5f88fca49aa996336f1f7b3d77c", + "input": "Sentence 1: Plato's girlfriend is worried the former actress is on a downward spiral to death. Sentence 2: I play it all the time now that I am married. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44b0c9efbd984bc1be0b1590cb62eaac", + "input": "Sentence 1: Over the years, Congress, EPA and the States have responded to specific environmental and public health problems by developing separate regulatory programs for utilities to address the specific problems. Sentence 2: The residents are thrilled by the ways in which Dublin has transformed itself into a European city. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afd31d7656cf487b94f976b9d0d645fd", + "input": "Sentence 1: You forget your own suggestion of a dictaphone, said Sir James dryly. Sentence 2: Snow is artificially made to supplement the natural snowfall. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8debfc6031414915891f34c7e8dd933b", + "input": "Sentence 1: The demographic and economic assumptions imply a sharp drop in the average annual growth of aggregate hours worked from 0.7 percent through 2010 to 0.2 percent from 2020 through 2075. Sentence 2: Aggregate hours worked have been on a steady decrease. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8d0e820fe8104b96a8959e288276d128", + "input": "Sentence 1: She received her bachelor's degree from Cornell University in 1974 and then attended Harvard Law School. Sentence 2: Having a leaf blower will save you a lot of time in the fall. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-78bc995db8724ef6830152d2c564c4b8", + "input": "Sentence 1: I'm starting to feel the same way about Roy Barnes. Sentence 2: I am beginning to have the same feelings. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a148610c5cd04c0985316ec16dce2ec9", + "input": "Sentence 1: Le Monde also reported on its front page that in France, marriages within the military are calmer and more stable than civilian ones. Sentence 2: Le Monde reported that the military marriages are more stable than civilian ones. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7d32fdac77e6468488bea4b2ef294daa", + "input": "Sentence 1: The Minato Mirai 21 project, launched in the mid-1980s, was intended to turn a huge tract of neglected waterfront north and east of Sakuragi-cho into a model city of the future, integrating business, exhibition, and leisure facilities. Sentence 2: The Minato Mirai 21 project was meant to bring lots more money to the area. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5ca07885845e47c5ac376b7fe7d111ea", + "input": "Sentence 1: Arc-et-Senans Sentence 2: Move towards my light. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-baa56b5563594eb6bace42954ea61ddd", + "input": "Sentence 1: It will contain whatever news scooplets, insights, and reflections Deputy Editor Jack Shafer can either solicit from Slate's staff and readers or, if necessary, download from his own head. Sentence 2: This is the idea of African economics which uses the same model. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b85d72d6f1e4a6693b31cea4c3e191f", + "input": "Sentence 1: But it would not be inaccurate to describe a woman as a nebbish or as nebbishy. Sentence 2: Some men can also be accurately described as nebbish. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ff69100fe7b0443286daa0896787a395", + "input": "Sentence 1: yeah i got to stick to more sedate sports Sentence 2: Sometimes they change the books completely without caring about the author. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0d989b2ea90d481cbb576a8714ad055d", + "input": "Sentence 1: Postal Service also considers the data in the electronic spreadsheets commercially sensitive because they contain country-specific data. Sentence 2: The data in the electronic spreadsheets are also considered by the Postal Service as commercially sensitive, but this is going to change. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6875d4fce64b45ac9abaa6496d194dda", + "input": "Sentence 1: You there Rennie! Drew saw the involuntary spasm of Don Cazar's lips, the shadow of an expression which might mean he anticipated a distasteful scene to come. Sentence 2: Drew knew Don Quixote. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d056b347defa4b02a1e0c4c190a7d7bc", + "input": "Sentence 1: Stark! Stark! Stark! they cried. Sentence 2: They needed Stark to help them in the battle. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-386790ee0d50480cb0d9283196a6fbc9", + "input": "Sentence 1: Lech Walesa, a shipyard electrician, led worker strikes in Gdansk. Sentence 2: Some social insurance programs receive funding through federal government revenues in order to cover funding shortfalls when the earmarked taxes aren't enough. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-300f3c9a363e4e6c9759949434294417", + "input": "Sentence 1: Although the details are kept private, it is well known that many private-sector firms set rates via contracts with selected customers. Sentence 2: The dense forests are along the river valley and are hard to get through. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9038532fa7934679ad2e4cd0aa55ddec", + "input": "Sentence 1: ACCOUNTABILITY Sentence 2: Hinduism and Islam used to coexist peacefully. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f248c47dd35340eb80d8b4b324e33998", + "input": "Sentence 1: According to Larry Doyle, who writes for the show, Smithers was originally just a sycophant in love with the boss. Sentence 2: He thought he had to look tough. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bfa2bfc3e1a94d2498f989ac586ff831", + "input": "Sentence 1: Native Hawaiians were finding themselves overwhelmed and outnumbered. Sentence 2: The memorial is a stark reminder and museum for sorrow. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97bce2e3498e4e4180d65fd82126766c", + "input": "Sentence 1: Combining the architectural style of Ile-de-France Gothic with Rhenish German sculpture, the cathedral is an apt symbol of Alsatian culture. Sentence 2: However most golfers prefer Santa Ponca over Son Vida Golf. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cdc9d4d31fb6404b994a2123c5c7d70c", + "input": "Sentence 1: I have filters that keep me from being subjected to that sort of language in my e-mail. Sentence 2: They cannot stand Lewinsky. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-adb3f4dc508540659787fadb9870c5e0", + "input": "Sentence 1: Weather voyeurs can sneak a glance at more than 100 weather cameras filming the skies in other cities. Sentence 2: There are less than 50 weather cameras in other cities. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5ba502f4b45f455a995236c865481f7f", + "input": "Sentence 1: i really like it um-hum Sentence 2: I love it! Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e553aca4330b49cdaca9bff235cbe4e5", + "input": "Sentence 1: Although--although at least one of them has not made a secret of the fact that he's talked to the President. Sentence 2: Nicolette got angry because Clark's demand, said the news. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df1b453c231645029760f4dc8e00117e", + "input": "Sentence 1: Th' soldiers they ain't no trouble. Sentence 2: An item is required by law to be adequately documented over time. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-57de694f73414b009ca08d92c0612a6e", + "input": "Sentence 1: 'Go sit in the back, keep everyone else company. Sentence 2: Keep everyone else company by sitting in the back. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7776389ee7e1451a9b14cfc5c29a9504", + "input": "Sentence 1: The estimated annual demand for catalyst from the Clear Skies Act, which consists of the demand due to new installations and annual replacement is shown in Table 6-8. Sentence 2: There is still no demand for catalyst due to the Clear Skies Act. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0a42c41628134bb69fc51d8595bfaa73", + "input": "Sentence 1: Another of the New Hampshire journalists on the panel, Alison King of New England Cable News, asked Hatch a go-back-where-you-came-from question similar to the one asked of Forbes. Sentence 2: Aumann and Maschler are well respected mathematicians. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10822e5018324a76a906aa9c5c37fba1", + "input": "Sentence 1: Wendy Maloney spent nearly an hour filling out a request for a restraining order on the computer in Orange. Sentence 2: He pees in a bottle. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae3a3d23f3754afa805d6a4028bfdeaf", + "input": "Sentence 1: well i mean like i say if you're if you're you know if you're at an upper level in the rank category you know you're probably pulling down close to seventy grand a year Sentence 2: Hollings has and will always deny that he's a pork Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b518278b255544e4bc81aaaf338f42af", + "input": "Sentence 1: Now who's being extravagant? Sentence 2: Governmental receipts are collections that are made public for searching. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd9406451c9d47b5ab462d39675a0da2", + "input": "Sentence 1: 'Derry, is that you?' Sentence 2: Recent years have brought hip hopped pop-soul acts and hits for neo-soul singers. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-26bf53d7f5e941a1be94a3bcceb00e0c", + "input": "Sentence 1: Its annual growth rate dropped from 6.9 percent in 1987-90 to 1.4 percent in 1990-93 and further to 1.0 percent in 1993-97 Sentence 2: Cost models aren't usually too accurate, but sometimes they can be. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db5a7c66de6f4722bdfbc6d745f89318", + "input": "Sentence 1: Given an assumed remaining life expectancy of 10 years, this gives a VSLY of $258,000, assuming a 3 percent discount rate. Sentence 2: A remaining life expectancy of 10 years gives a VSLY of $20. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e844e29827ef47ccad51b7393ead8c0e", + "input": "Sentence 1: The whitewashed houses and red-tile roofs scatter about a sun-dappled, green terraced valley. Sentence 2: From time to time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7f861f34d534f94a425a3cefb7e2c6a", + "input": "Sentence 1: To the orrery and smash it! Sentence 2: The best feeling possible in the city is to wander its narrow streets. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-88d23788e43244149c935a6f2987e5d0", + "input": "Sentence 1: It's a great place to start your visit. Sentence 2: There is no improved method of monitoring. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-43597d17f6eb42bf8495807a44136e2b", + "input": "Sentence 1: Don't give me this crap about how the crab claws wouldn't fit on the smorgasbord table. Sentence 2: Don't give me this crap about how the crab claws wouldn't fit on the smorgasbord table. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a9cbcd7f137a496998e700d4ee4b3efe", + "input": "Sentence 1: yeah we talked about that one too and he he said he didn't think it should of gotten all those awards he thought it was too long but Sentence 2: Why shouldn't I do that? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e0e7afb6de9340e29d6c3bde59fe68ca", + "input": "Sentence 1: He could hear the sound of other running feet outside. Sentence 2: The people will arrive in ten minutes. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0759ce88e2a247e696e1ea67b001bf6f", + "input": "Sentence 1: the um i remember last year wasn't it raining a lot this yeah all that flooding and everything Sentence 2: I recall the previous year it was not raining much. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b80d88b42d104979b7cc7ae3e40b3e92", + "input": "Sentence 1: Unfortunately, the cement used for its construction contained sea sand, which caused the iron reinforcing rods to corrode. Sentence 2: I guess there is a reason to take everyone. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d9759ed0c334900a4cbbd85bb97ec92", + "input": "Sentence 1: yeah yeah i'm kind of in the same same kind of deal townhouse in the neighborhood Sentence 2: During fiestas, don't count on bakeries and newsagents being open in the morning. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7b7ff5de7f64801a72eafc050b64893", + "input": "Sentence 1: delicious though i love it Sentence 2: Sarah Michelle Gellar treats Thor like one of her children. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad4dde90d8de4965be26e777f6f9498f", + "input": "Sentence 1: I have to report back.\" Dave stared after him until he was gone, and then around at the office. Sentence 2: CIO's reactions don't affect the constraints much. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aee86d9f10134abfb4884dee6c25fff1", + "input": "Sentence 1: damaged oh yeah Sentence 2: It no longer works. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-74a7a4b849564b50a5342398a9665aaa", + "input": "Sentence 1: For an entity to run and control its operations, it must have relevant, reliable, and timely communications relating to internal as well as external events. Sentence 2: The company had very quick communication which was reliable as well. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-14bd05449d3d47f38d18845c07f63d91", + "input": "Sentence 1: Scores of tiny islands dot the bay, their white sandstone shaped by the elements into arches, caves, and pyramids and covered with lovely, wispy sea pines. Sentence 2: The endless beating of the wind and waves have shaped all the islands into a uniform, rectangular shape. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5ba763c0e3fc4f7ba3711b1ddc4a43a8", + "input": "Sentence 1: And a great marketing Buy my books, because they're good for your daughter. Sentence 2: Ribeira Brava is the very last settlement located all the way to the east. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-99a19180738443b7b0241a5cf14eaed8", + "input": "Sentence 1: i think so i don't know i just uh i'm unhappy with it but and well i'm i'm sort of semi fortunate right now i'm a graduate student so i don't make that much what i make isn't taxed very highly because i'm still in school Sentence 2: I have never been a college student. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3adb451ce3564fceb32cf2042f82b3d5", + "input": "Sentence 1: he'll go out there and spend four hours on the lawn Sentence 2: He was smart as a whip and cunning. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d0601a24ad444f64a5fc97af11d1d8ba", + "input": "Sentence 1: Window-shop your way past the goldsmiths and furriers of the Rue de la Paix to the Op??ra Garnier, a massive neo-Baroque building designed by Charles Garnier, a then-unknown architect who wanted to create a new Napoleon III style of architecture. Sentence 2: I have a lot of fun stories about that. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5669d2314d69479684a21639db1cbbc5", + "input": "Sentence 1: As Greek colonial power grew weak from Athens-Sparta rivalry back home and pressure from Phoenicians in Sicily, the vacuum was filled by an uppity confederation of Latin and Sabine tribes living on seven hills known collectively as Rome. Sentence 2: relevant performance information can include typing speed. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fca44f7516374ddc998c064c599c847d", + "input": "Sentence 1: These were cut into the Castle Rock in the 15th century to create an extra floor of space; they offer a fascinating insight into the lives of the ordinary soldiers in days gone by. Sentence 2: They made extra floor space by carving into the rock and mountain. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1e3430fba4a148a9a0829a23dc60a335", + "input": "Sentence 1: oh well that's neat Sentence 2: There are people here who go to school for basket weaving. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da6f024faf054ed1be56521df05d28c2", + "input": "Sentence 1: From the Saint-Pierre bridge, there is a lovely view of its flowery river banks, weeping willows, and timbered houses, with the tower of Saint Martin's church in the distance. Sentence 2: The Saint-Pierre bridge provides a captivating view of its flowery river banks. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fd1a71ce737144048677e719f974ebb7", + "input": "Sentence 1: uh one is taking Latin and one has taken Spanish but not enough of it and uh i think we we down here especially should speak and California New Mexico and all that really Sentence 2: My kids are great at foreign languages. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d4f72daf211d4c349e83e63257add58a", + "input": "Sentence 1: i don't know because i know i don't watch while i'm up here at school i don't watch hardly any TV like Thursday night i like to sit down and watch a few shows but other than that Sentence 2: They take all types of paper. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01dc22cd9ef34bb68315837ebc33905f", + "input": "Sentence 1: he's uh i read those uh actually i think my favorite author really right now is uh William Johnstone Sentence 2: Like an attachment. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00f43384543544f9931b11799ef80682", + "input": "Sentence 1: Paris is one of the world's most densely populated capitals. Sentence 2: What is going to happen? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3544f8ae7b4344a98634f42d522ab901", + "input": "Sentence 1: Stardom can be addictive. Sentence 2: Moses was delighted to be given the word of God. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d4effdf56edb4dd1a24150b401b16875", + "input": "Sentence 1: To the blazes with it, then--when in magic land, magic had to do. Sentence 2: Why did he say the thing he said? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cfa603a9ba154584bdfdb0aa2831113a", + "input": "Sentence 1: The first to arrive were Bactrian Greeks left in the Afghan hills by Alexander's successors. Sentence 2: The wealth effect explains the decline in personal savings rate. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cbfcbb45e65447ea9120237b39371ebc", + "input": "Sentence 1: You're not supposed to be back until spring. Sentence 2: Economic theory is the best solution, if everyone has gone crazy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8082a733af0c4aeea151a7a6555db458", + "input": "Sentence 1: There's also Albright's relationship with her Jewish first cousin , who still lives in Prague. Sentence 2: He'd be right to say I'm preparing a case. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9a18b0b5a7b4338834b6adc62567643", + "input": "Sentence 1: The best reason to visit Timna Park, however, is to see its multi-coloured sandstone rock formations, fantastically shaped by desert erosen. Sentence 2: After a few moments, Alfred Inglethorp rushed into the kitchen. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5ad18519a6f4ab2849d3ea4c330f802", + "input": "Sentence 1: While these varieties are generally incompatible with one another, all this code-writing has resulted in a far-flung community that understands the Unix beast. Sentence 2: It's my first time being a speaker for this specific subject. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-480d0d9387c94bcca6062bfa7ae3726f", + "input": "Sentence 1: and so we that now we have this we have a house that's three times as big but we have less than a quarter acre lot you know and uh and uh Sentence 2: You know there are a lot of companies that can't afford to keep the insurance. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae6af6609bbd48f5bfd38a54c1da4cd4", + "input": "Sentence 1: HCFA submitted its proposed modification of this Medicare reporting requirement to the Office of Management and Budget (OMB) on July 19, 1996. Sentence 2: The Low and Weak Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b831486c31d746328ab594d928edf10f", + "input": "Sentence 1: The ship hardly seems damaged. Sentence 2: From the inspection I did, the ship hardly seems to have sustained any damage. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df792c923e274944b19b74b1062c5826", + "input": "Sentence 1: The Safe Medical Devices Act of 1990 (Pub. Sentence 2: The safe medical devices act was it enacted in 1992. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df4169c84f6247eab82a7a8457788776", + "input": "Sentence 1: Thierry Mugler's black satin one-piece took the sado-maso route with stark black bands clutching ribcage and upper thigh, also for $750. Sentence 2: Car and home insurance rates are quite high in Texas. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-888dc8f6767345808024f801eb6e1221", + "input": "Sentence 1: Since the tram's inauguration in 1888 it has stopped only for typhoons and World War II. Sentence 2: There have been typhoons that tram has kept running through. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-82ddc53d840341f6b3ba7a3562b937f7", + "input": "Sentence 1: Nick Name is an English pen name of a Polish absurdist writer with an advertising background. Sentence 2: He is ignoring the old moral issues about cutting back on Planned Parenthood. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c43c8b9c0057435ab59fc8fdd19b9d6f", + "input": "Sentence 1: Not there, said Tuppence over her shoulder. Sentence 2: Coming back to reality was a sad experience for him, the game world was just so much better. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f92d873901584779a3b7a64c11d4ed4b", + "input": "Sentence 1: In February 1936 te left-wing Popular Front won a majority of seats in the Cortes, but across Spain new extremes of violence displaced argument. Sentence 2: It is not part of a set. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7bd9ac03543848629e9a11ab1b9d5415", + "input": "Sentence 1: This is Italy's oldest ski resort and an Alpine Museum traces its history in the Casa delle Guide (Maison des Guides). Sentence 2: In the Alpine Museum, you can also find information about other Italian ski resorts. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-21588c5c940f4aea832009f9f701834d", + "input": "Sentence 1: Objectives Improving the grant management process to utilize the information received to provide standards-based feedback to programs. Sentence 2: Leadership doesn't matter much to organizations. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c626a52f36524db8ba180baeabdaad82", + "input": "Sentence 1: The final rule contains information collections which are subject to approval by the Office of Management and Budget (OMB) under the Paperwork Reduction Act. Sentence 2: They help a lot with paying for insurance. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4cdcff3a4dc34588ac0eac27cbdc4388", + "input": "Sentence 1: Not only was it not Fri. Sentence 2: We don't have time to install it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bfa4764bc6894ce6b58b6537e9bd1258", + "input": "Sentence 1: I've been looking for you, I remarked untruthfully. Sentence 2: I spat out in sarcasm that I had been looking for him. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e8083391b1c449c491ace52304634a85", + "input": "Sentence 1: The 257 steps that climb steeply above the main shopping street, the Avenida Ferman Sanz Orrio, lead to the old village. Sentence 2: Brinkley worked hard to join Beschloss and Goodwin on the air. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a49fa954619d4f2fa2066628ccfa4554", + "input": "Sentence 1: Below, dark refers to the day when the show does not play at all. Sentence 2: When it is dark, one can expect to see a show playing. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b9301d0b7276497eae332314499aae8a", + "input": "Sentence 1: The way I see it, I got it made in the shade, he said. Sentence 2: They were afraid of the Germans coming in. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21e09ec6dc1b4f87b634397992cd700d", + "input": "Sentence 1: And I understood that it was partly because of Alfred Kazin that New York seemed a place of the imagination, a place where life opened up. Sentence 2: Modern Scots are prohibited from being included in the gallery. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e72853b06ece45f4a9b26794c470f921", + "input": "Sentence 1: Circuit Court of Appeals found in the Due Process Clause a constitutional right to physician-assisted suicide by relying on Plato, Montaigne, Thomas More, and the Roper poll. Sentence 2: Comptrollers can give financial statements if they wish. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-667868fec7be408dbb215ee8b9388d4c", + "input": "Sentence 1: and and it's not it's not just that it's uh the whole thing about you know if if you're trying to concentrate well it's rather hard sometimes it's almost impossible to do Sentence 2: There is no allure in reporters indicating the bias of a source before accepting leaks. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7806fb9e23ad46e38f06e718c148ba10", + "input": "Sentence 1: The taxpayer clinic is unique because it is one of the few opportunities for tax practitioners to assist individual taxpayers on a pro bono basis. Sentence 2: One of the parties briefed about severability in Denver Area Ed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0681fda988ee486abf24aaf22b6343ac", + "input": "Sentence 1: But the Legal Services Corp. in Washington overruled that part of the plan. Sentence 2: Shiloh can't race, they've been put out to stud. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1b450932e1fe42459cace020efa56b77", + "input": "Sentence 1: Weather obsessives shop on the Web. Sentence 2: People who are obsessed with weather go shopping online. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-44f512da057e4588bffb8f34f106df5d", + "input": "Sentence 1: The United Kingdom is a constitutional monarchy and parliamentary democracy under Queen Elizabeth II and two houses of Parliament-the House of Lords and the House of Commons. Sentence 2: The United Kingdom is the perfect example of futuristic monarchy, where the parliament has been phased out in favor of a single visionary ruler. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8d8428dc72d849c085f5b7903fc621e1", + "input": "Sentence 1: Spanning the park and the six lanes of the busy thoroughfare Ataturk Bulvar?? are the ruins of the Aqueduct of Valens (Bozdo an Kemeri), originating back in the second century a.d. Sentence 2: The aqueduct of Valens is from the 2nd century Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3d5d7c83f13e433d9b1ee03e6aa5745e", + "input": "Sentence 1: It thus bans LSC-funded entities from participating on either side of litigation involving such statutes, from participating in rulemaking relating to the implementation of such legislation, and from lobbying Congress itself regarding any proposed changes to such legislation. Sentence 2: LSC funding entities must participate in litigation. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8d2ce4c2fb6341d4b1775b177e3c6d2d", + "input": "Sentence 1: If you have questions concerning the substance of the rule, please contact Victor S. Rezendes, Director for Energy, Resources, and Science Issues, on 512-3841. Sentence 2: Tommy stood up immediately. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c170b22b098d4d20ba59d671decb1510", + "input": "Sentence 1: A basic tenet of biology used to be that the energy requirements of all living things are met ultimately by the sun--mainly through plants converting sunlight into more easily digestible forms of energy. Sentence 2: Jaye and Erik sold the building to the government. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a902ab7983984a63a2c11f3551b77061", + "input": "Sentence 1: i'm always explaining to people i do little things like that like you know take the stairs instead of the um the elevator and Sentence 2: Tuppence thought it was maddening. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b50e1a9b27440fc94313f29ffd9d135", + "input": "Sentence 1: which is what we wind up with Sentence 2: Which is what we wound up with. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3053bd3d249347d1bcbe0ca371d3b267", + "input": "Sentence 1: And these are things that, in this day and age, are rarely said at all. Sentence 2: It is always spoken of. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c2eeaa536f9458ea20f42dd5915331c", + "input": "Sentence 1: bargaining. Sentence 2: debating the benefits and costs. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-381ae967830b42b8b942c5b0ed5e904e", + "input": "Sentence 1: The final rule has an announced effective date of April 16, 1999, which is less than the 60-day delay in a major rule's effective date required by the Small Business Regulatory Enforcement Fairness Act of 1996. Sentence 2: The ancient site of the Temple of Knum has been carefully restored to its former glory. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-295a84aba9414e49af8ec39e420cd82b", + "input": "Sentence 1: Their fees, which can range between $75 and $150 per hour under a private system, are paid for by the family, said Muskie Fellowship recipient Alison Beyea. Sentence 2: Despite being relatively small, the temple appears magnificent. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0885af1aa506427c9c5d6b3d02a6112a", + "input": "Sentence 1: hydropower facilities to be given allowances? Sentence 2: Using ACI as a control method will tell you what construction resources are used. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89e74123803a489786c77dd18a275ecf", + "input": "Sentence 1: These are very much a living tradition that has maintained its high standards. Sentence 2: These are basically a living tradition that has kept its good standards. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-43dfeeb33f3b40aeb9291f7bb18fca90", + "input": "Sentence 1: Then he was back with them again. Sentence 2: Fashion followers ignore Italian fashion houses and textile factories. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0923ac40632f49bb9230fcd448dbfe9d", + "input": "Sentence 1: The agency representatives also said that they were not aware of any data suggesting that the lack of a standardized approach to regulatory participation was a problem to either the public in general or to the regulated entities that are most likely to participate in rulemaking. Sentence 2: The square of Machico's has the first circular form in the world. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-42dbd2695c684c8397d2f4c4aa35bccf", + "input": "Sentence 1: For these organizations, the loss of members (e.g. Sentence 2: Members are lost in these organizations. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-667783228ec04847ad6bc4956039bc2f", + "input": "Sentence 1: The terrain is so mountainous, and its roads so tortuous, that distances are magnified in terms of both time and effort. Sentence 2: Collection of natural seawater Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11ff5586acec4ff3bc4deac822bdee25", + "input": "Sentence 1: A comparison of the Johnson Intervention with four other methods of referral to outpatient treatment. Sentence 2: The Johnson Intervention is only used to refer patients for commitment to an institution. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a42e34aec4be49e0a48dca53fcf2742a", + "input": "Sentence 1: LC50s for flow-through tests with Mysidopsis bahia and Cyprinodon variegatus were calculated two different ways -- (1) on the basis of the nominal toxicant concentrations (Nom), and (2) on the basis of measured (Meas) toxicant concentrations. Sentence 2: The Postal Service backed away from the size rules for things that were mailed because their competitors didn't have those rules. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3eef3763de4d4708a6a83a79cd28af68", + "input": "Sentence 1: If a fetus is a fully human life, then all abortion is murder and the debate over any particular procedure is beside the point. Sentence 2: I don't have any choice other than to report the truth. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8d5be5d0ee1420d932d8137f6a6638f", + "input": "Sentence 1: This implies that the surface mailstream is composed of flats and small packets. Sentence 2: He thought it would be a bad idea to take a proposal to the Weber County Bar Association meetings. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-86479e0318364314bf4269e1aabd9845", + "input": "Sentence 1: Always make sure that young skin is adequately protected'even when children are playing in the water. Sentence 2: It's a Dallas thing. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9390a026e0474929a9e8d78640d7056a", + "input": "Sentence 1: i think it's somewhere really close to that cause i think a lot of people believe that their one little vote is not going to make that much difference and they really don't listen to any of the issues anymore because they feel like so many of the politicians are like crooked you know and so they figure why go out and vote you know they're going to do what they want to do they're corrupt anyway Sentence 2: A lot of people think their vote doesn't count Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b5235bd2ec2e459e941cef73bd45b2da", + "input": "Sentence 1: Privatization assumes an end to the Ponzi Every generation saves for its own retirement. Sentence 2: The reunification would not happen without King Alfonso V. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9a1ac3d695194838ad8ca95be2f2f5e6", + "input": "Sentence 1: Of those, 150 got the advice they needed and 33 received attorney referrals. Sentence 2: Johnny didn't see Drew and Anse. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93a2acb59b3b47ebae68dd38fe43f80f", + "input": "Sentence 1: yeah how about Mister Rogers is he still around Sentence 2: Lake Nasser was created naturally by the river. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13a6df7c21fe4f68b367553e71e92f3e", + "input": "Sentence 1: The General Council Hall (Sala del Consiglio Generale) is dominated by the works of his vigorous St. George (1416), intended for the Orsanmichele ; his important David, naked and restless in bronze (1450); and the stone Marzocco lion, the town's symbol, from the Palazzo Vecchio. Sentence 2: Excellent, Ivan. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5fde6e3183104eb88ffbaa8ef4bee752", + "input": "Sentence 1: oh when i had the uh cats at my place as soon as i took out the newspaper to read it they would plop right down on top of it and just not move and just stay there forever Sentence 2: It is important to have concerns for security. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b908fd6d7f6a4864974697e6118b0aaf", + "input": "Sentence 1: Also, a system of patient-oriented information of transplant performance will allow easier comparison of transplant center performance and the use of performance goals will create equity in the system. Sentence 2: There is a block party along Calle Repeblica on Saturday nights. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4000f33df5cc48e1960b92bddf619749", + "input": "Sentence 1: One thing is you cannot begin to fathom the mystery of India without a visit to Varanasi. Sentence 2: He cares more about the Wachtler reform than the prison reform. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5372d80b8b0249f8938ba05999519fa0", + "input": "Sentence 1: Now imagine being at my Web site, reading my promotional materials, and deciding you'd like to read the book. Sentence 2: People have to be forced to change because naturally they do not want to. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c1346020a7fa425a96f22e7c393d4644", + "input": "Sentence 1: More regional meetings and meetings of like programs, i.e., rural with rural, or small with small - for mutual problem solving; Sentence 2: Yes, seeing what died. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca4435c700f1465ab7efa0d64574a017", + "input": "Sentence 1: The compact, bustling city of Cartagena (26 km/6 miles south of Los Alcazares on the N-332) was a major naval port long before Saint James is said to have landed here with the Gospel in a.d. 36. Sentence 2: Spain never had possession of the Philippines and Puerto Rico. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f3e084e28c6d45c5b1188ea5f3eb6c83", + "input": "Sentence 1: Again the mare voiced her complaint, and the rider turned to the gentleman. Sentence 2: I am a licensed attorney in iowa. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-371d5ce06c2d428bad3b563e74371bb4", + "input": "Sentence 1: so i think we're a little ahead uh ahead of schedule on that Sentence 2: I did not give him the forceps. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ce942db34ec427c9fa341e2de0e2ec5", + "input": "Sentence 1: On the south side of the plaza, with its entrance around the other side, is Iglesia de San Andr??s (Church of St. Anthony's), now splendidly restored after a decade of work. Sentence 2: Other studies claim these activities consume 80% of the financial resources Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dfd7487ad1404779a9020ca1e6696ce1", + "input": "Sentence 1: Public courses are very popular, so book in advance. Sentence 2: Businesses are almost always damaged. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-08907a07256543448096847bbf9b08c8", + "input": "Sentence 1: The Big Test is worth reading for the superb section on Bryant and Conant. Sentence 2: The one section was worth reading. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-27195eb0a5b34a419c407f16bdfaef28", + "input": "Sentence 1: really important yeah that's true well this has been interesting Sentence 2: I think the state government needs to cut spending. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd46db284ac942c98391d20675e181c2", + "input": "Sentence 1: well sound like you got your hand fulls there and i do appreciate speaking with you Sentence 2: I answered ads for jobs. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf34cf102ccb4917b61e932412d2c81c", + "input": "Sentence 1: so i guess you can you can classify alcohol as a drug so is a cigarette in my opinion um where it's not something i don't think people that are that are smoking are doing it voluntarily i think they're doing it involuntarily Sentence 2: Alcohol and cigarettes should be banned just like other drugs in my opinion. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5f582eb661bf430f86d3b4a8671c7e1b", + "input": "Sentence 1: The framework allows you to identify the appropriate mix of assessment steps to fit the particular needs of your engagement. Sentence 2: The framework doesn't allow you to identify the appropriate mix Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c5ae5218fbb046d3b8993f04bf6b093b", + "input": "Sentence 1: Deauville Sentence 2: I can only make a guess as to what may have occurred next. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3a5d6b61321b439f882d72092b46c9e7", + "input": "Sentence 1: That leaves rural renters in mobile home parks, apartments and houses with few places to turn when they encounter problems, said Robert Simmons of the Iowa Coalition for Housing and the Homeless. Sentence 2: Access to resources in urban areas prevents similar problems. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ff9a82d154974a0f83dcaea984d45572", + "input": "Sentence 1: Moreover, both scenarios reflected increased spending for research and development and other programs designed to accelerate the development and deployment of low-carbon, energy efficient technologies. Sentence 2: Having a great a great score does not guarantee winning. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-689705a1da3c413a888946a577bc4e37", + "input": "Sentence 1: To the extent effects such as these represent categories of benefits that are truly valuable to the U.S. population, we have underestimated the total benefits of the Clear Skies Act. Sentence 2: I can see why it happened. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-654f0837b86047edb3270319a545c1ca", + "input": "Sentence 1: do you do you work like half days or half weeks or Sentence 2: Do you work full days or part days? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-950b8bead47a4754b60851da76940eb6", + "input": "Sentence 1: Richard Holbrooke was confirmed as ambassador to the United Nations. Sentence 2: You are wrong; I did not oversimplify anything. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e630c9d7b864e1d80a305276a69fa00", + "input": "Sentence 1: The Postal Service petitioned the Commission in 1995 to adopt rules to implement some of the task force's recommendations. Sentence 2: The Commission was petitioned in 1995 by the Postal Service, in order to meet some of the task force's recommendations. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f247338a55504fd5b18ace015fd320dd", + "input": "Sentence 1: Around it, the lively neighborhood of cafe, boutiques, and art galleries linking up with the Centre Pompidou (alias Beaubourg, ) is very popular with the young crowd. Sentence 2: You can explore through ancient Roman ruins in that area. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da0a9e550d3540e8a1d06dbdc40cbba6", + "input": "Sentence 1: It convened client and community advocates, as well as legal services staff who embrace the concept of client-centered legal services. Sentence 2: The community advocates are well versed at spotting legal services that are client-centered. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cbead0d596a04aadb33b9a9f0921a99d", + "input": "Sentence 1: All this led a friend to conclude, reports the Globe , He won't be long behind his beloved Tammy. Sentence 2: I only traveled at dark. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a398c8638c554fdc891fd923514ffeb2", + "input": "Sentence 1: Summer shopping hours are generally from 10:00 a.m. to 2:00 p.m. and from 5:00 p.m. to 8:00 p.m. (During the rest of the year shops open later and close earlier.) Sentence 2: The analysis doesn't identify relevant federal rules that will conflict with the proposed rules. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eacc8e2256fe4fc2a2f689d912ed7836", + "input": "Sentence 1: 'Exactly.' Lincoln said. Sentence 2: He was quite upset at his wife's funeral. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ce07c620ff4847d2bc95a560f3dcff97", + "input": "Sentence 1: these macroeconomic data, we used results from the Federal Reserve's 1998 Survey of Consumer Finance to present a snapshot of individual households' net worth by income level. Sentence 2: There were steps to be taken before they could have contact with the outside world. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d0d2d2f755ff4d32a28016192ad65822", + "input": "Sentence 1: you know i that i didn't base everything on that Sentence 2: There are a substantial amount of incentives to sell at the market price. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-597239b2abba4d87822e507f19b7b057", + "input": "Sentence 1: The sights below were out of a ghoul's bacchanalia. Sentence 2: You re telling me this came from the provider? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-92bc8767bf85482687509b8f44f6af6d", + "input": "Sentence 1: It is pledged to confidentiality and could intervene. Sentence 2: It has no duty to confidentiality and will not intervene under any circumstance. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-669cf4d0c1554e8381a4f98aa01cfe05", + "input": "Sentence 1: All these are as typical of France as the more conventional images of rolling green meadows bounded by straggling hedgerows and arrow-straight avenues lined with plane trees, a village visible on the horizon, clustered around its church. Sentence 2: This produces cost functions for each of the environmental activities. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f8db856cb3d94a9e85458392a44d0f2f", + "input": "Sentence 1: Clinton, continues Gigot, has come to regard himself as a latter-day Jean Valjean, a decent man hounded by inexplicably cruel enemies. Sentence 2: She has become more self-sufficient. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7ec4df5df1c4df7910c0d7fa828f938", + "input": "Sentence 1: Some felt that there had been loss of trust by clients from disenfranchised groups because of a belief that legal services programs have pulled away from discrimination-based initiatives. Sentence 2: THey all knew everyone was trustworthly. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1263336f1beb43419ee384a77448ba82", + "input": "Sentence 1: Clinton invoked grand jury secrecy, though you are always free to reveal your own testimony. Sentence 2: He quickly realized after a week that from time to time he needed to prepare a presentation. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ff9198f335c846738706ae99a6e619ff", + "input": "Sentence 1: Were these counterparts--mainly big banks and other institutional investors--simply naive? Sentence 2: The wind was soft and gentle. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2308675036c4f078cf0bc476b0baea6", + "input": "Sentence 1: He pulled down a large bundle wrapped in dirty oily cloth. Sentence 2: He was handling a bundle wrapped in a dirty cloth. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-04f8d959f5184f04ad5c6d07da84ebb1", + "input": "Sentence 1: Universities are allowed to count their research budgets in their per-student expenditures, though students get no direct benefit from costly research their professors are doing outside of class. Sentence 2: That would be the most terrifying experience I could think of. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a37e7b77bba948d8a5f63540586f32d2", + "input": "Sentence 1: oh well my sister's living in Illinois right now so Sentence 2: My sister has been living in Illinois for about 2 years now. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f335d33628024143a770579ae3492e42", + "input": "Sentence 1: But, if that was the case, why does he not say where he was at six o'clock on Monday evening? Sentence 2: I have to avoid my kid now Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dc49e303703a4e0ba79840c5567f11bc", + "input": "Sentence 1: Her timely comments set a tone for open and extensive information sharing and collaboration. Sentence 2: If I were you, I would do that too. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29b65aae61884deaa862aab971d1fe60", + "input": "Sentence 1: nice furniture and things like that but kids are just as much of a blessing as all these material things but it's a different kind and a lot times people think oh well i'm not blessed i have an old car but you've got five kids you know you're just as blessed probably more Sentence 2: Personally, I don't have any kids, but I do have a new car. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a0df8da54f7d4b52a7220eec2608101c", + "input": "Sentence 1: In some cases, this has resulted in changing the form of certain arrangements in order to meet the minimum technical requirements of any related accounting and reporting requirements while coming close to the line of what is legal. Sentence 2: Both sources disagree about how they met but agree that it was romantic. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-04259e95f15d4707968a96c81e61ed6f", + "input": "Sentence 1: This became the subject of many pranks on the part of little Benny. Sentence 2: The note Evelyn received was dated July 23rd. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2fa96ec8d884028947c4b2f3f42c12d", + "input": "Sentence 1: yeah we've had just a few you know freezes a little here and there but every once in a while we get a freeze around the middle of April and it's pretty tough Sentence 2: Just go ahead and close the account Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-edc64937e937438bb3dc098e58d30e18", + "input": "Sentence 1: \"Heard tell as how you're fixin' to race your plug 'gainst Oro, Kirby,\"Johnny drawled. Sentence 2: I really enjoy referring to my own work. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af767062475341e7a5cea38ff3ef4869", + "input": "Sentence 1: She was reportedly offered a job producing a weeknight version of 60 Minutes , but there are no signs that she's interested. Sentence 2: Although she showed no interest in producing the show, deep down she was very excited. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b67c7c50f5c47c5b77a7cbd948f824f", + "input": "Sentence 1: But I have never shrunk from taking risks. Sentence 2: But I have always been brave, and done very risky things. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8724cb7080474e4c87d8bb9cc20e0757", + "input": "Sentence 1: Did that mean that, after all Tommy was puzzled. Sentence 2: Yes, it meant Tommy was confused. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-789cdb9c346343be8da4419dafd9e378", + "input": "Sentence 1: There's no shelter, and we're not going to build a shelter, Johnson said. Sentence 2: There are lots of shelters and we are adding more all the time. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a406c04f6db54291bb9e12e156e5d1a7", + "input": "Sentence 1: i mean like Kevin Costner did all of his own scenes and uh they had to teach a wolf how to to howl uh-huh that's the part they had trouble finding was wolves Sentence 2: This woman warned me and i didn't listen and I feel dumb. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07738e2ab1d14d8dbfd40999c936c6ab", + "input": "Sentence 1: The barbarian watched him as silence seemed to hang between them. Sentence 2: The surprise is from all of his friends. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50cbee7a1cf44f56a825330386f68262", + "input": "Sentence 1: You deceived ME all right. Sentence 2: He was not deceived. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-03b689f3a0db404f84bdbb619081aa60", + "input": "Sentence 1: A lizard might jus' as well try to fight it out with a cougar an' think he hadda chance of winnin'. Sentence 2: Are you a native Canadian? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5f873cbeb806473f9c965431c1d63ad2", + "input": "Sentence 1: i don't know her politics i just know that uh i saw her speak in the eighty four Democratic uh convention and right then and there if they said to me vote for someone for president i would have slapped down my vote for Ann Richards Sentence 2: I am not familiar with her policies but I would have voted for Ann Richards. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9754501dd2f841539bdd496458e4845a", + "input": "Sentence 1: Mossad, which employs about 1,200 people, now has difficulty competing with private-sector recruiters . Its early agents were well-educated, European-born cosmopolitans who ran the agency like an exclusive club. Sentence 2: The note asked for Evelyn's forgiveness in putting the dispute behind then. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-85dded9c049f4263859f974825c014cb", + "input": "Sentence 1: He drowned in doubt. Sentence 2: Things went well, if only because of me. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91e8e49fa35e440cab7bbad4800f6222", + "input": "Sentence 1: The hamlet entered historical chronicles for its military significance; it was located near the main line of resistance to the Christian reconquest. Sentence 2: Those gravestones remind us that there are no Arabs who are Christians. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e31210d80f6643fdb884362d9daff919", + "input": "Sentence 1: yeah but i didn't think it was that good Sentence 2: I didn't think it was that good Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4782d8697f6546ab825c9afcfe44542d", + "input": "Sentence 1: Golfers should apply for a guest membership from the many clubs the Indians inherited from the British. Sentence 2: Findings about Lies and Application of Crime. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef4e1ae91c4a46098b78d4ca630b03c8", + "input": "Sentence 1: On the island of the Giudecca, you'll find another of the great Palladio-designed churches (one of two in Venice), the Redentore. Sentence 2: The Redentore is larger than the other church designed by Redentore. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bbefb41a95d24a07a470e8f30e4a64cc", + "input": "Sentence 1: Are the evaluation questions stated clearly and--? Sentence 2: The evaluation questions are not stated clearly. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-adaa99621c6f4cf4997059baefa239ba", + "input": "Sentence 1: largely designed to illustrate how a powerful woman can shatter glass ceilings. Sentence 2: We discovered even the expensive stuff didn't work and they laughed at us for paying a lot of money for this Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-78f3c21d7bd4477785444635d83a2265", + "input": "Sentence 1: And so a comedian's success creates his failure. Sentence 2: None of the ladies in our office cares about what color shoes they wear after Labor Day. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2b3e6ca37874c4b958ecf5f3d4888f1", + "input": "Sentence 1: because i mean there are some i mean i like there are some you know types of heavy metal that i really like but but i wouldn't i wouldn't say that i i completely like heavy metal i i think you know it and it's the same way with world you know world music takes Sentence 2: It was time for all of them to rest. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f75324dcdac46c5bf2c69bd4cfe7ad6", + "input": "Sentence 1: This is the only city in the world to have been the capital of both an Islamic and a Christian empire. Sentence 2: No Christian empire was ever based in this city. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1bbcc5c4bc694deaba2410d40c6844cb", + "input": "Sentence 1: Gods, help us, he thought. Sentence 2: The analysis contained the following chart in it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4e27264b444d45b9944901686c9dd711", + "input": "Sentence 1: Changes in the market value of existing tangible and financial assets, such as land and stocks, reflect expectations about the productive potential of the underlying capital, but fluctuations in asset values may not represent real, permanent changes in the nation's productive capacity. Sentence 2: A strawberry donut. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-de54afd796464f2c9d5b687623d0f42e", + "input": "Sentence 1: GAO performs its audit and analytical work in accordance with generally accepted government auditing standards (GAGAS or the Yellow Book standards which can be found at www.gao.gov). Sentence 2: The GAO performs audits with its own standards they make up. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-15a8b9a1ef4d424bacb689b9ed571377", + "input": "Sentence 1: Eventually, Death Row collapsed. Sentence 2: Death Row ended. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a64c6e7dd91f4d4ead9fcda2e512a341", + "input": "Sentence 1: i i well i hope to see employer based you know helping out you know child uh care centers at the place of employment and and things like that that will help out Sentence 2: Employers shouldn't have to worry about taking care of their employee's kids. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d9c5e2734c744b9eb37ae5689f3862cc", + "input": "Sentence 1: The EPA Small Business Gateway also provides a link to environmental regulations and laws, including new regulations, proposed rules, important notices, and the regulatory agenda of future regulations. Sentence 2: You are free to deviate from management as you see fit. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-329651332e094e389ac82f4f83ba863d", + "input": "Sentence 1: Methodology Sentence 2: President's Clinton's Social Security promise is vacuous. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02a4ead32087477e95d01ff6cab23aea", + "input": "Sentence 1: A new book by Alan Ehrenhalt, The Lost City , is subtitled Discovering the Forgotten Virtues of Community in the Chicago of the 1950s . Sentence 2: Ehrenhalt released a new book about the mob in Chicago. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e81eb1908d304798af94cc0454c9f283", + "input": "Sentence 1: You will tell us who has betrayed us, said the German. Sentence 2: We already know who is responsible, said the German. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1f81e467dcbb4566b06d077ca7b6d513", + "input": "Sentence 1: She was, unsurprisingly, Russian. Sentence 2: She was from China. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-65d69213ba5d405e890885c79bc6b504", + "input": "Sentence 1: yeah well that's the that's the guy that counts Sentence 2: Seafood is a common ingredient in most Spanish food. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-05cc675d586149f1b846cb0491b938b2", + "input": "Sentence 1: I looked everywhere for it.\" Sentence 2: Robert le Lorrain was not a sculptor. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-119a06167f5145b49b45e9c46ca55449", + "input": "Sentence 1: Benefit payments (not lump-sum payments) from private pensions or annuities and government employee pensions. Sentence 2: It could be hypocrisy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-960642d2ac664634862a81349c92dace", + "input": "Sentence 1: The quarrel which had taken place between prisoner and his stepmother was freely admitted, but both it and his financial embarrassments had been grossly exaggerated. Sentence 2: Pfizer's finance organization was primarily designed to maximize efficiency over active support. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cb98e70189045cc8c7d61f3c97607bd", + "input": "Sentence 1: right well isn't it also though based on religion i mean isn't that a a real powerful Sentence 2: I am up here in upstate New York. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-22206b3cd731479bb3bcb27ebe1ba55c", + "input": "Sentence 1: You'll be able to cruise from article to review to column to department with a growing feeling that you're absolutely right about everything. Sentence 2: I do not use credit only cash. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-acfc63fea6394a02bd7b5804caff514c", + "input": "Sentence 1: The Red Hat manual offered clearer directions, and the new version automatically partitioned my hard drive. Sentence 2: The information doesn't need to be reliable Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db018780dbec4bc2a5d4d250963b3c45", + "input": "Sentence 1: The desire for revenge against Germany remained. Sentence 2: Jaume stayed home after the initial setback, and died of old age. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccb3f967030c4cfbbf65036393917fd7", + "input": "Sentence 1: There were no pictures. Sentence 2: There's nothing the matter wit it as it is. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1515d8bd4bf944ed959b0b8e37ee00de", + "input": "Sentence 1: This is where th e thousand-year-old Repubblica Serena fell in 1797, at the hands of Napoleon. Sentence 2: Schumer is being cleanly. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2705de1c2a4945ae8d27891fbd7b7f38", + "input": "Sentence 1: The old western was almost always a tale of a courageous loner imposing order on lawlessness, as in the Wayne films and Shane (1953). Sentence 2: Susan's condition made her uncomfortable. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c999f26ae6f4c019fbe2ae7c83b3ab8", + "input": "Sentence 1: I was watching.\" Sentence 2: Death can be preventable. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c005cabe34e41a081cc3df03d52f8c7", + "input": "Sentence 1: I apologize for my sin of pride. Sentence 2: The perpetrator was on heroin Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9fb8a911d7c9461798c88a3134e39aa7", + "input": "Sentence 1: Afterwards you shall question as much as you please.\" Sentence 2: Tiered flower gardens look better than regular gardens so I'd like to build them. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-92efdfffcabf4976b4d8756305becbb7", + "input": "Sentence 1: and and it works pretty good well it's got a uh got a regulator on it that you just set the set the deal on it you know for the the flow and then it's got a trigger on it that you can release to let the pressure pump the paint up into this handle Sentence 2: Right now my main exercise is bowling, though I also golf. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed9266b4e86f40bdab5ec0952de90c4a", + "input": "Sentence 1: by default because i went to college also in Boston Sentence 2: The man says that he went to college in Boston. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c80ef5794819436fa1e625d835c40a73", + "input": "Sentence 1: Quick as thought, she hurries back to the young girl's room, and starts shaking her awake. Sentence 2: Other programs include the Legal Aid society in Alabama. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-80e141085bb7438bbec7669b902e1168", + "input": "Sentence 1: he was uh played in the old western movies he was the sidekick of Gene Autry i believe or they i think his name when in the movie was Froggy Sentence 2: They were planning on questioning you about your discovering in that house. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-92dda0308d394463a9b951ca2293aa42", + "input": "Sentence 1: like i said i thought was a real good acting and writing job both you know because i think or directing job i think they did a real good job of that and um James Woods i think is who it was did an excellent job as the cop i mean you know he just yeah Sentence 2: Tracking and murdering homosexuals. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3113cf58a63f476d8c6bc9b2262e2cc3", + "input": "Sentence 1: I'm sure you do. Sentence 2: I do not believe that you do. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ef6ef7ef7ff419087ab4eee7571798f", + "input": "Sentence 1: If you want to buy any object that might be considered a museum piece, you will have to obtain a certificate from the directorate of a local museum that clears it for export. Sentence 2: Decision influencers can have a negative impact on the study's credibility. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5fb0e12c0fce460aa37083a43f9997fa", + "input": "Sentence 1: a change in the date of a hearing related to the report Sentence 2: The report hearing date may change. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bc6fea6d293545eb9c363de359a940ad", + "input": "Sentence 1: the kids could play in it but it'd be a bright sunny day and you know it would it would melt and you could drive around and it was really no big deal Sentence 2: Most agencies have supplied the needed information within the allotted time. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-729a8c2fa6dd4be68b22649c5e54d36f", + "input": "Sentence 1: I don't expect today's generation of historians, many of whom opposed Reagan all their lives, to admit their errors. Sentence 2: Historians won't admit their mistakes because it would jeopardize their reputations and jobs. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ec7bc4b5da2049e09142b87a397b4f74", + "input": "Sentence 1: I will take it to Emily. He poured it out, and went out of the room carrying it carefully. Sentence 2: He carried it to the room. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-74321ac2dce042209a07167904022dbe", + "input": "Sentence 1: you'll be able to just give it commands and i'm sure they have some of that now and not not in computers but a lot of potential of course for handicapped people Sentence 2: It is easy to end up in bankruptcy. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f67fb4741a8a421599431da88302466e", + "input": "Sentence 1: but but see they make that clear to them as they hire those guys what the what the drug testing schedule is they say we we're testing you tomorrow and we'll test you every three months thereafter while you work here Sentence 2: The wage premium is $9 billion. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-054c1cd1fa8b423ab6e1d418074aef65", + "input": "Sentence 1: In fact, Ocho Rios is a virtual shopping mall for the cruise passengers who arrive in the hundreds on most days of the week. Sentence 2: There is a virtual shopping mall for passengers who arrive by the hundreds in Ocho Rios. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ca84f53744174151b7a6a9a6ecdba8d0", + "input": "Sentence 1: One morning last year, David Bookstaver arrived at work in lower Manhattan and literally pulled the plug on the first official news of what is surely the most substantial initiative for pro bono publico in the history of the New York State Unified Court System Sentence 2: There is little incentive for the program managers to capture knowledge at the beginning of the development process. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d9cada4e2fe460d9686a9b661b25db8", + "input": "Sentence 1: Some Irish still spit when they hear his name. Sentence 2: Was she the only black woman to hold a black belt in karate? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3bc70177dc8b4ce582cf314cb9bb7ea2", + "input": "Sentence 1: Additional legislation has also been proposed that would, among other things, give employees the ability to diversify their employer matching contributions out of company stock more rapidly than they can under current law. Sentence 2: Japan's largest collection of sculptures and paintings total to 1000. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f35d195d924c481aad4a96ead8afe42e", + "input": "Sentence 1: A $3 million cost resulting from the loss of revenue is estimated from the tobacco marketing card and the undivided interest language which allows a landowner to obtain catastrophic coverage to satisfy the linkage requirement for all other landowners who hold an undivided interest in given insurable acreage. Sentence 2: There was no extra costs or revenue losses. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8be9ea39c0874ee785aeb76b488b4649", + "input": "Sentence 1: Observers searched in vain for an economically rational explanation for Barro's change of heart. Sentence 2: Mr. Carter enjoyed the lively conversation and would always have his say. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bba816a45b634a04948ce7da046830dd", + "input": "Sentence 1: If that man comes into the house, I leave it! Sentence 2: We should give the leader some space. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f750bf75a01b4019aabf5b847e75fa13", + "input": "Sentence 1: Were Davis' electric instruments and simpler forms an opportunistic concession to pop? Sentence 2: The meetings happen every week. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-94b559f39498499eac53419e3894210c", + "input": "Sentence 1: There was a brief pause. Sentence 2: Economics are certain that NIPA is more relevant today than it has ever been. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-39b5651b767c49a0acf547b5099a1da9", + "input": "Sentence 1: How did Adaptec or Skadden get on the list? Sentence 2: Another advantage of advance reservations is that the visitors will be invited to a free lunch at the owner's houseboat. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0808f754d0a64a0dba2bb62c010a4a4e", + "input": "Sentence 1: Don't know? Sentence 2: Two men on horseback slowly lead the carriage with the two other men in it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-834f6dd51e714aeaa31ba485c8b68651", + "input": "Sentence 1: and i can understand it from there point of view in on the one hand because they have to you know consider the customers that they're supplying Sentence 2: Eikan continued chanting after being berated by the statue. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29239ee4b98343a589ec6dfdf5923239", + "input": "Sentence 1: You'll pass two huge sentinel statues 21 m (68 ft) high on the river plain facing out towards the Nile. Sentence 2: Conca dei Marini is an extremely popular tourist spot in the region. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5325929c9dbe44159a2b162044486789", + "input": "Sentence 1: The Reliable Source now chronicles Leonsis' exploits as the Caps' owner, Case's party visits, and Saylor's dating habits. Sentence 2: The Reliable Source stays away from social issues. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-856743ed48954323bf4f6919dfefd9d3", + "input": "Sentence 1: The resort was named after Louis James Fraser, an English adventurer and scoundrel, who dealt in mule hides, tin, opium, and gambling. Sentence 2: The resort was named after an English adventurer and scoundrel. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b73dece1c52943c8a7a2a7d1809315e4", + "input": "Sentence 1: Even the detective hired by the Clinton campaign in 1992 to intimidate bimbos was a People's Detective! Sentence 2: Even the private eye the Clinton campaign took on in 1992 to frighten bimbos was a People's Detective. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9351c62148654bc99950e0b945c309f9", + "input": "Sentence 1: She's style about her, and keeps her silver a treat but, my word, ain't she got a temper. Sentence 2: She was calm as a cucumber. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-906b123edbc346b98fc9728bf121bdca", + "input": "Sentence 1: Batons struck palms menacingly. Sentence 2: Psychologists have published a lot of papers on transference. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c55bf6f307b94d12a3109122a8c45b73", + "input": "Sentence 1: I will reconstruct for you as far as possible. Sentence 2: It's illegal to dive there without a licence from the CRIS. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed91210a40c14f608516b743fad57b04", + "input": "Sentence 1: The Palais Jacques-Cour, a rare example of Gothic secular architecture, was the luxurious residence of a wealthy merchant, treasurer to Charles VII. Sentence 2: The Palais Jacques-Cour was owned by the treasurer to Louis IV. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7e5c795a602d489dac30b6d38aaac2c6", + "input": "Sentence 1: The rather severe interior of the cathedral contrasts with its elaborate exterior, but the impact of the double-storied nave is lightened by the tall arches of the choir. Sentence 2: Chile's Pinochet has escaped British Court and is roaming the streets. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6fc7ac3ad8464342abc1d65c5ab38d2d", + "input": "Sentence 1: because you have to you have to show they knowingly did it Sentence 2: Everyone is seeking a good year. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3416d158c56049e8a831a3464ca13008", + "input": "Sentence 1: Out of shape, fat boy. Sentence 2: The AIB may also be utilized by advertisers to reply to a fresh news story. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4814f9cae5d48dea24ba70061775488", + "input": "Sentence 1: Ca'daan's here, she said. Sentence 2: They go to the city on the weekends and rest during the week. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13b01fff511b414e9e1357f88994b797", + "input": "Sentence 1: Ain't nobody runnin' a stampede over Doc Matthews, not even th' cap'n when he's got his tail up an' ready to hook sod with both horns. Sentence 2: 50-75-125 is the most common, yet inconsistent, division to hit upon. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0de8e86384054e1eb1ee231f452e5054", + "input": "Sentence 1: The trouble with this kind of detailed analysis is it implies that any competent craftsman could carefully study the performer's techniques and replicate them--Hoffman's preparation. Sentence 2: Newt Gingrich had no idea messing with Medicare would adversely affect him. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fa6a55e609b34017a73ebc1520cbbf08", + "input": "Sentence 1: It was erected in the early 16th century by Francois I's corrupt treasurer, Gilles Berthelot ' part of it on a Venetian-style foundation of timber piles close-driven into the bed of the river. Sentence 2: I would like to do other things with my time. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-127757278e7440e79b9eb9a47eacf12d", + "input": "Sentence 1: just shouldn't be allowed to to even even live uh about the issue about sentencing by the judge Sentence 2: Its only interesting to see the games here. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bfb8c6e4cbeb47eb8ab164d8a070bbc7", + "input": "Sentence 1: The men attack, murdering some women and scattering others to the winds. Sentence 2: The women were the aggressors, leaving many men wounded. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6ee6cdaa0c5d4628bcda06da0f218742", + "input": "Sentence 1: But misinformation already is rampant. Sentence 2: Political misinformation is not rare. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-959587e656b0435792d26854f114c535", + "input": "Sentence 1: I turned and as I left I saw Susan for the first time. Sentence 2: It was the first time I looked at Susan. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c8923eeffde34d968c4fd58697191e19", + "input": "Sentence 1: \"Back at town, Rennie, at Doc's. Sentence 2: \"Renny, he's at the doctor's in town.\" Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df75fd16858c4fa9ace586f7f0e7118c", + "input": "Sentence 1: The old warehouses have been transformed into upscale apartments and fashionable office buildings, and there is a buzz of chic commercial activity that has spawned smart restaurants and wine bars. Sentence 2: The old warehouses were abandoned and left to decay. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f918eeedec8a4e8fa7ac5288f3f7a183", + "input": "Sentence 1: yeah well the only thing that might save him is that in the backs of their minds they may think that they don't want to hurt him permanently Sentence 2: Government saving and government spending on retirement programs are proportional. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89b19567e3e548c5a082f618635470ce", + "input": "Sentence 1: Nevertheless, he stuck tenaciously to his idea. Sentence 2: The FY2002 Appropriations process doesn't include the House of Representatives. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-34f6982e66d54472a71aac5313cf9e91", + "input": "Sentence 1: I'm still at Stage One.' Sentence 2: There was lots of trouble. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-847109ebc38746d78e0e9eb220cd5cd1", + "input": "Sentence 1: The green torches grew into large arcs in the fog, landing on the roofs swinging end over end into the doorways of the houses and shops of the town. Sentence 2: My husband likes building computers a lot. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc09baa8f13646b9ac940f131a4625dc", + "input": "Sentence 1: And Kudupi (name on ID: Kudupi) just sat, smoked plimon and said nothing. Sentence 2: There is a lot to be learned from the people in Dijon. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e4c15754f2864f54a2e27103d0b80bdc", + "input": "Sentence 1: A splendid Red granite sarcophagus has pride of place in the Tomb of Horemheb. Sentence 2: I've been playing softball for years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fc94ab5ad8d415ebf8ce23f969a89ba", + "input": "Sentence 1: The interior is a heady mix of Crusader and Byzantine styles, and because of inter-denominational bickering, false partitions, and poor maintenance it is difficult to understand without a guide. Sentence 2: Things come up all the time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd718c71df604649ad9fb17cdb022a9c", + "input": "Sentence 1: These sorts of perks are potentially illegal for two reasons. Sentence 2: The perks this company is offering its employees just may be illegal. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3e29565515e34c08851a6bcc2e225213", + "input": "Sentence 1: Who's been blabbing? Sentence 2: There was sufficiently reliable data and not sufficiently reliable data. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7102dbfc4b2040418afa6567f4f827f7", + "input": "Sentence 1: but as far as being able to really leave anything Sentence 2: Vienna had strong walls and a lasting supply of food to survive the siege. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-98b266ed97b040348d69cf654c393957", + "input": "Sentence 1: And it's not that they don't know any. Sentence 2: The requester will need to provide thorough information. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-098ad4a9026e4b93aea523052c5365ad", + "input": "Sentence 1: i would love to do that but they have snakes over there Sentence 2: You should not use referencing to ensure accuracy in the report because it is not helpful. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-607490ae10e74a668a04b0585f3ba0b7", + "input": "Sentence 1: Christianity was introduced into Gaul in the first century a.d. , but was not really accepted until the late fourth century, when it became the empire's official religion. Sentence 2: The competition is tame at best. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-709ea1e84207423a9bd3e21ea0c9f946", + "input": "Sentence 1: He will blindside the president with test results if that will build a stronger case. Sentence 2: I did something to myself, dad. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e2d11c93c774c27a306b0385188d623", + "input": "Sentence 1: STATE AND LOCAL GOVERNMENTS -State and local governments generally the 50 States and the District of Columbia; cities, counties, townships, school districts, special districts, public authorities, and other local governmental units as defined by the Bureau of the Census; and Puerto Rico, the Virgin Islands, and other US territories. Sentence 2: When the United State runs a trade deficit, foreigners buy less U.S. goods than they earn on exports to the U.S. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e6fed25d4cbc4152b8bc29f77218d4a5", + "input": "Sentence 1: Former prosecutor Michael Mazzariello was finally doing the kind of legal work he'd always dreamed of, but after less than a year of helping East New York's poor, he's getting booted from the bodega he turned into an office. Sentence 2: Military tattoo, a gallery and souvenir shop are on the same street. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7531a2e64d074acf9b343f36154ab14e", + "input": "Sentence 1: The great man's birthplace, where he spent his early years, has exhibits on Shaw and the Dublin he knew. Sentence 2: Shaw's birthplace, where he spent his formative years, contains exhibits on the Dublin of his day. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-57b2f9475ab144a990c1a6a9de42eac6", + "input": "Sentence 1: Doing a good case study is more than just looking at what is happening in a few instances. Sentence 2: Attestation engagements are only nonfinancial objectives. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c83eab94fa34e6a8ca29035948026fd", + "input": "Sentence 1: Since some cost is recognized, even if not always the full cost of the entity,47 an exchange revenue is recognized for the entity that receives the inflow of interest. Sentence 2: In comparison, the machines don't seem fuzzy. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b5a8037da8c468a9aa9b6d51e1c9af8", + "input": "Sentence 1: cowboys and Indians in my case Sentence 2: There are possibilities tomorrow. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7827084655c4d0dbe5a54bca72fbb06", + "input": "Sentence 1: Bhaktapur lies 16 km (10 miles) east of the center of Kathmandu. Sentence 2: A 21-member committee appointed by the Chancellor in January produced the \"Pro Bono Task Force Report\", offering 60 detailed recommendations to improve pro-bono efforts in the region. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0f0c546f803c4538acead946603f6c14", + "input": "Sentence 1: and stuff like that because i mean when i was a kid they never did stuff like that i mean it's like nobody was concerned about it you know and it's like Sentence 2: things like that never happened when I was young Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6064310da08a43ae8a2dbf0043bc6e43", + "input": "Sentence 1: right what's yeah what's what's the poor guy going to do that's that's you know being threatened or thrown out on the street and he's got a family to support and he's got no job um i'm not sure how much of that is is crime rather than just kids out there for a good time yeah Sentence 2: Yes I think it's perfectly reasonable to parse it that way. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d762f602f9d4258bc0b84eaedc6375a", + "input": "Sentence 1: So in the end we were denied both an exhilarating scoop and an invigorating stand on principle. Sentence 2: You need to work to make your machines better. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b3a9fbf13334b6c881e44ea1f100b2e", + "input": "Sentence 1: The Japan Times said Tuesday that Chinese Prime Minister Zhu Rongji may be obliged to reconsider his pledge to hold steady the value of the currency. Sentence 2: This past Tuesday, the Japan Times said that Zhu Rongji might not be able to hold the value of Chinese currency steady. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4bd5664499c2437a93724cbef7cefa93", + "input": "Sentence 1: And at each halt the six-shooter Colts' loading was checked. Sentence 2: It must be fun to play music. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1617ad1c90914579ad5a55f9619760cf", + "input": "Sentence 1: The city and the people of Paris share a boundless self-confidence that exudes from every stone in its monuments and museums, bistrosend boutiques, from every chestnut tree along its avenues and boulevards, from every street musician, mannequin, butcher, and baker, from every irate motorist and every charming ma?®tre d'h??tel. Sentence 2: The Coroner believed that the wife's words were an appeal to him. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b72d7279ff034af0b1e3d6a5a1e4f533", + "input": "Sentence 1: Rather, they take responsibility for ensuring that their CIO models are consistent with the business, technical, and cultural contexts of their enterprises. Sentence 2: I don't want to marry early. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-76df6f6fc39e40bb8453c2e37e9fab2b", + "input": "Sentence 1: Do you mean tall or short? Sentence 2: After all, it is time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-857107d200014a8386b0b1c475bd3688", + "input": "Sentence 1: The morrow held possibilities. Sentence 2: There are possibilities tomorrow. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-38768e6a3aaa4d249688190388222f73", + "input": "Sentence 1: It is unquestioned that the president should be chauffeured in a car that costs $1. Sentence 2: It would be an honest mistake for a conventional thinker to assume that taxes increase rather than decrease when revenues increase. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fc3b52f47e64e52b029e03c4d32f1fc", + "input": "Sentence 1: Little of Leonardo's weirdness is conveyed by the Codex Leicester exhibit--though Isabella Rosellini's blue-velveteen voice narrating the exhibit's eight-minute biographical video helps somewhat. Sentence 2: Uzerche is now a tranquil sanctuary lined with gorgeous architecture originating from between the 16th and 18th centuries. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9a345b732ce440a88d661164d0cdf60b", + "input": "Sentence 1: The elaborate interiors and decorations are attributed to rivalry between neighboring villages. Sentence 2: Edinburgh became the host city of the ship. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5334cddc71024e0cbf65f5207a612d7c", + "input": "Sentence 1: We identified candidate organizations for our study based on awards and recognition from professional organizations and publications over the past several years. Sentence 2: Satsuma and Choshu clans joined forces in 1868. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-095348fbdb284055840faac910610ac7", + "input": "Sentence 1: Below is information on deferred maintenance on stewardship assets. Sentence 2: There is no information below. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1462986074c942a28264d329e769e36f", + "input": "Sentence 1: It consists primarily of advertising mail that is not required to be sent First Class. Sentence 2: Caeser's palace only recently passed the Bellagio in popularity. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c9b848fb146e44aab1052bcba635263c", + "input": "Sentence 1: He caught her hand and grabbed Bork's arm. Sentence 2: Ellis is not a historian. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-202489f99ae44a70a447603a19ec73e5", + "input": "Sentence 1: yeah yeah one thing i like to do is is go to a police auction and get a car because i've heard you can get pretty good deals but you have to be kind of patient because you can't always just go in and get something right away like like like the Dallas Police Department has a car auction every Monday morning from like nine till twelve Sentence 2: It's worth taking few days of walking or a day's drive to seek them out. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89730b798a1b46dbb68bcb4c01efca51", + "input": "Sentence 1: At the same time--and this is where Foster's careful discriminations are so useful--Yeats hated obviously ideological poetry. Sentence 2: The Temple was burned. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7672669277944c593955d0d96edba41", + "input": "Sentence 1: (The Aiguille cable car station is across the French border, so take your passport if you care to descend at any point on French soil. ) Sentence 2: The child spoke. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7f72d3730994c4da9448988678bfe71", + "input": "Sentence 1: And one hears exactly the same argument now. Sentence 2: He is hearing the same argument. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f984877d38384f6ba23bf58f0f4ddfc5", + "input": "Sentence 1: um i've never been to a Chicago concert bet it was great Sentence 2: The Phoenix program has several different programs. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-812aca20ad4241fc9c26291a43dab145", + "input": "Sentence 1: oh well it one thing that gets me is when you see them do putting out the um the um knives forks and what have you and when they put them down they hold them by the edge that you are going to put in your mouth Sentence 2: Factors outside of the constitution are defined as coercive. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-166cd76e0bd0487c90f91655d4ecc12c", + "input": "Sentence 1: Next to the church are the lovely 14th-century cloisters (Chiostro delle Clarisse), converted in 1742 into a country garden of shaded walkways and Capodimonte ceramic tiles a delightful haven of tranquility and one of Naples' most charming spots. Sentence 2: Next to the church are the horrid 10th century cloisters. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1519c78e00ff40c6a8b11f497ccce2f1", + "input": "Sentence 1: Lille, center of the fourth-largest urban area in France, is an important industrial city with a growing high-tech influence. Sentence 2: A lot of celebrities have a hard time being fruitful. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ef2fee4a10645c6b44142f2d95c10b4", + "input": "Sentence 1: The effective implementation of the statutory framework to improve the performance, management, and accountability of the federal government, although important, is not an end in itself. Sentence 2: We are not liked from blocking the gangway. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-77ba4c70a2ea4b1ba19d3b0f77e7812c", + "input": "Sentence 1: well i think we need to do more i i mean i know i need to do more they have programs around where you can reach they uh they come and pick up your newspapers if you have them bundled up Sentence 2: Are you going to swap it for the new one? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f14f8cccce0a48ad83744b1d8e79e735", + "input": "Sentence 1: Some of the agencies that we reviewed had begun to make supporting materials and public comments electronically available to the public. Sentence 2: The locals make the place delightful and trendy with their diverse culture. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ee7881e11c247cba729d0ed95c7d839", + "input": "Sentence 1: And even more rare, a Sai Kadam. Sentence 2: Perhaps that will allow me to exceed the things I pick up. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eeb945a3af0042a79ec67b8ef012609a", + "input": "Sentence 1: so i was i was a real good piano player but then i got interested in a lot of other things and i got real involved in many things and and now i don't have a piano in my apartment or anything i could sit back down and play a few things but not like i used to be able to it's kind of sad that i've let that slip away Sentence 2: Horseback riding is an option on Saint Martin. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d1ce21e3c62e448daf882755ecd027e1", + "input": "Sentence 1: Over the doorway of each of these temples is a semicircular panel called a torana with images of the resident god this will help you identify who's who. Sentence 2: These people should not be working. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-263aa4a3366049238514a588ee71fbdb", + "input": "Sentence 1: yep yep they're absolutely relentless Sentence 2: I'm sure it's fine, we don't need to watch over it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c380a32023448ce84126de52c6cc973", + "input": "Sentence 1: It did not yield much. Sentence 2: He is a well known actor. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2337815e96f45fb969e9790279362e3", + "input": "Sentence 1: Up on the next floor, the Modern Art Gallery (Galleria d'Arte Moderna) is devoted to 19th- and 20th-century Italian art. Sentence 2: The wind blew the candles out. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-563c1d34fc4c47c191f29169c98f3158", + "input": "Sentence 1: Freudians claim Forrester brings the thinker's hyperbolic critics down to earth, while anti-Freudians say he pulls his punches. Sentence 2: Forrester brings the thinker's hyperbolic critics down to earth according to Freudians. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7ea7707ce2cd4588975b2c40f3d04a7f", + "input": "Sentence 1: The related Internal Control Management and Evaluation Tool (GAO-01-1008G, August 2001), based on the federal internal control standards, provides a systematic, organized, and structured approach to assessing the internal control structure. Sentence 2: No one gave thought to the impact of ugly photos on sexual urges. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d053d6b6202e4612948f85ba3493058a", + "input": "Sentence 1: Bush's surrogates claim that he's leading a heroic effort to purge the system of this 'gotcha' politics. Sentence 2: John Clare was a 19th century poet. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f61fcef633684c2bb66debc2b6995d07", + "input": "Sentence 1: In return for fixed payments to the emperor, Company officials collected revenue. Sentence 2: The best shows are rather expensive by Cuban standards but they are still packed with people every night. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4bb2a2edc6d748b28d529af531db2339", + "input": "Sentence 1: so i use it for that quite often um Sentence 2: The market value increasing for household stocks might be linked to businesses keeping their earnings and investing them back into the company. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cbc244dc8a5b4da7b5022f8eed9231bf", + "input": "Sentence 1: In his Feb. 3 from the Clinton trial, he writes, History and the American people have already rendered their verdict. Sentence 2: They thought seeing both of them would help get the truth. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-373000d984eb4d858384618a0446395c", + "input": "Sentence 1: As Adrin reloaded, the Kal turned and crushed the leg of a Stick dressed in ringmail and a studded leather helm shaped like the head of a dog. Sentence 2: The Stick was dressed in ringmail. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f2cb67b60c6644fc8f7f886e3a1843a6", + "input": "Sentence 1: Alcohol problems among emergency department patients consume an extraordinary amount of health care dollars. Sentence 2: Alcohol problems are not a significant factor in emergency department activity. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc961f9eed714a03a25d0bf445903e56", + "input": "Sentence 1: An' well, there weren't nothin' else to do. Sentence 2: There wasn't anything else to do. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4b49fd6990204d69b45f2be5a5c0cb4b", + "input": "Sentence 1: The word originally meant a caf??, but service has been expanded to include full meals at quite high prices. Sentence 2: The cafes only serve coffee and some snacks. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6957fe76cb0e4a46a905985e690975f9", + "input": "Sentence 1: Jane Finn, she said hastily; and then paused open-mouthed at the effect of those two simple words. Sentence 2: She was shocked by those two words Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-10721ce7219140448c64173d85972839", + "input": "Sentence 1: Suddenly, in a lull in the clatter of the room, he got one phrase entire. Sentence 2: The El Rastro flea market takes place on Thursday. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c644bf358bdf4359abff6d17d5ca509c", + "input": "Sentence 1: [T]he naked girl and the others ... Sentence 2: The Amiga was manufactured by the Sinclair Corporation. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-910434694830424f9eba437743e50f89", + "input": "Sentence 1: racing cars they want Mercedes or Cadillacs or Lincolns Sentence 2: More of these type of locations are required. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af950c9f8a7a4daf8c083825e389dc6d", + "input": "Sentence 1: Bunrakias heyday was the beginning of the 18th century, when playwright Monzaemon Chikamatsu wrote works specifically for the puppets that are regarded as among the greatest achievements of Japanese literature. Sentence 2: Monzaemon Chikamatsu found that writing work for puppets allowed him to be creative in a different way from simple literature. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b87a6017f1546519cfbb15d6a160b65", + "input": "Sentence 1: I looked everywhere for it.\" Sentence 2: I looked everywhere for it, even space. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3566f132139c4ecf9b53a9ff7c272c25", + "input": "Sentence 1: oh really uh-huh oh tofu Sentence 2: Her wide-brimmed hat continued to conceal her hair as she stayed still. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1afef020a20469780a4b1a6ac685c5a", + "input": "Sentence 1: Thirty percent cite, among other reasons, his support for education. Sentence 2: Thirty percent cite that among other reasons his support for education led them to support him. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-998beb7091b74e8e9d0ee8ef33e66a66", + "input": "Sentence 1: Rural vehicle cost per box or possible delivery is twice the average city carrier vehicle cost per possible delivery. Sentence 2: There are bandits up north. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-acd065d5c4494adabfb5b03c7663eadb", + "input": "Sentence 1: I >n cases labeled as serious physical abuse, the reported injury could be mental or emotional. Sentence 2: Brown shouldn't be trusted with money Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9d1fd253e9048eaa4951e61bdb68f60", + "input": "Sentence 1: The island's capital and main centre, Ibiza Town (Eivissa), is neatly divided into two areas. Sentence 2: There is no organization to the advertising industry. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee0c079280f3459189b4714d38968b4a", + "input": "Sentence 1: The second essential quality of these films is that they are all, basically, the same. Sentence 2: The Baptism of Christ was the first piece of art he completed. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1673f481602647558e0fddfbcc3bea21", + "input": "Sentence 1: delivery (called route time in U.S. delivery cost analyses),5 is accounted for by the need for the carrier to move from one stop6 to another whatever the mode of delivery. Sentence 2: I should probably give that movie another try. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93c2749d2dfd4aaf8b536c76040eac42", + "input": "Sentence 1: Today, millions of frequent flyer miles earned on official travel are going unused, benefiting neither the government nor its employees. Sentence 2: He was being strangled. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d2d74e80c2145e5844fbe9e9c791ccf", + "input": "Sentence 1: It is an ad valorem tax of 0.125 percent imposed on commercial cargo loaded and unloaded at specified U.S. ports open to public navigation. Sentence 2: It is an income tax of 0.125 percent imposed Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3f4d6153927b4f98802ae6b4b798f57a", + "input": "Sentence 1: Andorra, a principality high in the mountains that is owned jointly by France and Spain, is a popular ski resort and center for duty-free shopping. Sentence 2: Fighters show a major cause of injury is whiplash from being punched against the ropes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2498de789711412a87c3bf23afa88736", + "input": "Sentence 1: Regular posting of new material will resume the evening of Monday, July 7. Sentence 2: On Monday, July 7th, new material will be posted. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-71d109385e25482f85e293ebcba162f7", + "input": "Sentence 1: , calculations, summarization, and reporting), program modifications, and data review and approval. Sentence 2: program modifications and data review are included Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f97deed28399423bac9779341d052c7f", + "input": "Sentence 1: Viejo Madrid, the city of the Hapsburgs, covers a small area that extends east from the pitiful Rio Manzanares and magnificent Palacio Real to Puerta del Sol. Sentence 2: It's similar to oranges but they are more expensive. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5f4fbe96134349008b27a6da15e09ac9", + "input": "Sentence 1: So now it can't be done until to-morrow, finished Cynthia. Sentence 2: He doesn't know where his clients will go if legal service closes Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f8c38502895d45a6ba674c41e44986e6", + "input": "Sentence 1: 'I suppose you sabotaged all of the other personality Sims?' Sentence 2: You sabotaged all the sims. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-70ab1da4272c49c2b649676c2485a452", + "input": "Sentence 1: The cover story says liberals shouldn't get excited about the budget surplus because it could easily disappear. Sentence 2: She is a fan of the film now. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3d5b5bedbe54cb3b2bcb1ba5e91c4ca", + "input": "Sentence 1: and i think if we remember that that they're out after the ratings Sentence 2: They are trying to give true news. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5d1178ce59ce4139812fe6de06b17d8a", + "input": "Sentence 1: Aren't we supposed to believe in Economic Man? Sentence 2: I used the weather map from USA Today to predict the race outcomes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4a56266109c04e1f839eb806f820005b", + "input": "Sentence 1: And with that cinched into place, the black stood quietly beside Croaker. Sentence 2: What they shan't do is run a marathon. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82cdfdea5cb84eed9d8df09123ef8c50", + "input": "Sentence 1: Drunk or sober, that stranger did not hold very kindly thoughts of Topham. Sentence 2: The big man fell to the ground, knocked unconscious by Jon's beating. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d008542157643ae85416c3893d79e06", + "input": "Sentence 1: you and your dog huh hey that sounds great well we don't we don't camp quite as much as we used to but uh i still think it's a great way to spend a time with your family and Sentence 2: I've never been camping, I think it's a bad way to spend time with your family. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0031438062714066b5ce8364c33c0b0b", + "input": "Sentence 1: 'They're scared to move,' I replied. Sentence 2: Takamori Saigo lived in the same city as the shrine after his fighting days were over. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-76e170136d204c7baba504b47a8069a3", + "input": "Sentence 1: however certain uh very liberal minded groups who do not um subscribe to the same ethical system that you and i do such as the uh civil liberties unions and so forth Sentence 2: There are very liberal folks who do not think in the same way we do. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0aedc995f2144e4e99fcc8e92665d26e", + "input": "Sentence 1: well because we have these town uh i live in a townhouse and anyway all of our areas have associations that you have to get permission Sentence 2: The man was courting a widow named Edith. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a3796b946a7a4e38a8f481af380351aa", + "input": "Sentence 1: well, obviously ... Sentence 2: Lesvos has maintained its status for hundreds of years. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-482e7c109e884ff7a1669afa46d5d587", + "input": "Sentence 1: There were no towns, and the cow was the medium of exchange. Sentence 2: The Royal and Grand Canals are to the north, south, as well as the east and west. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b5873ecc91854f0bb877687f6a0b4c0e", + "input": "Sentence 1: Eighty percent of the total amount of allowances available for allocation for the year will be allocated based on heat input in 2000 to affected EGUs that are Acid Rain Program units with coal as their primary or secondary fuel or residual oil as their primary fuel, listed in the Administrator's Emissions Scorecard 2000. Sentence 2: Republicans, since 1994, have declared that the LSC engages in politics. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48d44e6cd03e4431b397ece42ab580b5", + "input": "Sentence 1: Books and TV specials are on the way. Sentence 2: The hall was renovated in 1887. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3e702a549f5d40a3924f6b5a35dc244c", + "input": "Sentence 1: yeah well i don't they uh the games they lost lost i don't think they lost by any blowout i think they were all close games Sentence 2: The evidence showing who destroyed the will would change the course of the case. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48ba2e17c50d4d489ad6d7650e145ca6", + "input": "Sentence 1: General Electric and General Motors, among others, have done a brilliant job of using acquisitions to strengthen both themselves and the acquired companies. Sentence 2: Congress reformed replacing presumptive refunding in 1996. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be2bdaebd7d2492ba689b14cf945fb7f", + "input": "Sentence 1: you you got Service Merchandise yeah it used to be Service Merchandise was the place to go Sentence 2: The final rule is a big help for people that want to have a handy way to check good manufacturing practice requirements for medical devices, as well as their incorporation into a quality system regulation. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e55bcb05d7c04c22b5e6d5b9438b9863", + "input": "Sentence 1: That went quick, he already had a tried and true mix of additives, preservatives, and stabilizers ready, which had always worked just fine. Sentence 2: The walls' paintings that are now gone once depicted beautiful scenes of nature. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ff3363de0494b3b85124a8b725e90dc", + "input": "Sentence 1: Since cost-benefit analysis is critical to over-coming resistance to implementation, research groups should include health care economists or health services researchers. Sentence 2: Charles I of Austria was well known for his frivolous spending. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f5d60af9a26d4df3988153eafaa29fd8", + "input": "Sentence 1: The object Annette had thrust into his hand was a small penknife, the blade open. Sentence 2: Do you use it frequently at home? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-06427748b0b045bbbed598512cefe44f", + "input": "Sentence 1: But he'd never seen so clearly before. Sentence 2: Now it's possible to get to the root cause of the problems. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4582de33d8a441ee83e2792c20145758", + "input": "Sentence 1: Through the diamond lens, Hanson could see the model of the world in the orrery changing. Sentence 2: Hanson could not see through teh diamond lens. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c1ea95c5b67c4bdcb713cca6bf353f6b", + "input": "Sentence 1: The modern bridge, just wide enough for two cars to pass, parallels a low footbridge which is apparently of Roman construction. Sentence 2: We weren't alone in our endeavors. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fef55b3a4844ae59bee8e341ea7f32b", + "input": "Sentence 1: His absence was strange and inexplicable. Sentence 2: It was strange that he was absent. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-84baad52799f47e9a02b4c66d4d419d7", + "input": "Sentence 1: Since the interior of the shrines is off-limits to non-Hindus, you can get a view of the entire temple and the golden roofs by climbing the slippery stairs to the top of the south gopuram. Sentence 2: Towards the end of the 1960s, political tensions caused riots in Penang. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d59a786b53454809a73b93c84d176d7a", + "input": "Sentence 1: They ride hard by torchlight from the south. Sentence 2: The women and children are white horses from the south. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4b90b1ca3c7f4d579d0613980a5f512a", + "input": "Sentence 1: But aside from primitive prescriptions such as cut prices and nationalize the banks, the opposition has no coherent economic program. Sentence 2: it was so cold in Alaska that the gas in your car would turn to slush Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef2f04c0e4be4fe19bbdf72dd6469ed0", + "input": "Sentence 1: Criticisms of the The computers do nothing useful, and the futuristic designs are not anything people might actually want to wear ( Business Week ). Sentence 2: The computers have faced criticism at some point in time. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f987b49e9b3a4dffaba659f78589d632", + "input": "Sentence 1: 'Good shot,' White said flatly. Sentence 2: The Licchavi dynasty rules to this day. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-417aaf0447434c4782a66728ad5dc7ac", + "input": "Sentence 1: Practices such as prototyping, early manufacturing and supplier involvement, completing 90 percent of engineering drawings by critical design review, demonstrating product reliability, and achieving statistical control of critical manufacturing processes by production are adopted because they help ensure success. Sentence 2: I have already seen Dances with Wolves. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb6fd64691584d27bb47361219bd8ab2", + "input": "Sentence 1: He's younger than you, but I'd say\"the gambler studied Drew's lithe body critically \"you're about matched in weight. Sentence 2: The lender let them buy anything with the money. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44ff2764595b4544b5b54702a917aa93", + "input": "Sentence 1: This standard requires that the consolidated financial reports12 of the Federal Government and the financial reports12 of its component units contain RSSI relating Sentence 2: Child support is driving people into poverty. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5d55e93613548f29421bc9b2b02b88b", + "input": "Sentence 1: For people and for the nation, saving means forgoing consumption today so they can enjoy a better standard of living in the future. Sentence 2: The health inspector will arrive next month, but we will continue operations until then regardless. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-597b2770afae4a70ba6ecdeb3971f20a", + "input": "Sentence 1: In the nearby village, a side road leads south for 1 km (1.2 mile) to the imposing Temple of Artemis, begun during the reign of Alexander the Great, and abandoned, unfinished, following the ascendancy of Christianity in the fourth century. Sentence 2: From the village to the Temple of Artemis is about one kilometer. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-57dfcef68135467ca5ac9a7efea831d7", + "input": "Sentence 1: The so-called Untouchables have greater opportunities now to rise on the social scale, a few of them becoming captains of industry or cabinet ministers, but it's still their brethren who sweep the streets. Sentence 2: Untouchables have large salaries and secure jobs as well as large opportunities to rise socially. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bc83d1b91eb642dab0fb82ec37e991e5", + "input": "Sentence 1: yeah but the snow also helps you know and it it we had like one foot deep snow in this in this open field and so it was a little hard to run but when you got hit and you fell you didn't really feel it Sentence 2: The first one arrived in 1965. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c79b5580a1a4872823d67e57e4f43c8", + "input": "Sentence 1: Previous generations moved inland to get out of range of marauding pirates. Sentence 2: The claim may be wrong but it is not obvious. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4243d0dc72a34177bacf54bca5d8b4fb", + "input": "Sentence 1: Antique shops are centered mainly around Borgo Ognissanti, Via della Vigna Nuova, Via delle Fosse, Borgo San Jacopo, and Via Maggio. Sentence 2: Vishnu as Narsimha, the man-lion, is honored for disembowelling the demon Haranyakashipu, Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-924d0567f22547af81d4cdcca705427f", + "input": "Sentence 1: but it always seemed like when i was there i was always finishing i lived in Duluth which is uh north of Atlanta well not north it's more east Sentence 2: The cooler was bulky, but would have been more convenient, Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a057b8f9274407593bb74963bab5c27", + "input": "Sentence 1: well Rick it's been good talking to you Sentence 2: I was only able to attend graduate school for three years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad62d974ef6240a9abab399fe211b321", + "input": "Sentence 1: some some big fellows not out there trying to stomp you into the ground you know i mean but uh i that that's surprising i i was i had not heard that in the in the Sentence 2: Some big guys are not out there trying to run you into the ground. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3c3bde1aa5db42c6827b99f0eb43276d", + "input": "Sentence 1: Instead of accepting either view, let's get the government out of marriage and allow individuals to make their own marriage contracts, as befits a secular, individualist republic at the dawn of the information age. Sentence 2: Maderia only imports things. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-67671ad6ef9f4471b4ecbe0ef494c331", + "input": "Sentence 1: But investment opportunities in Japan are limited, so that businesses will not invest all those savings even at a zero interest rate. Sentence 2: My jogging shoes wear out so fast that I have to replace them every six months. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3b27ee48d63e4e91af5d13644bfa2bfd", + "input": "Sentence 1: Their perpetually changing coalitions hardly constituted real national government, but the people seemed to function quite well regardless. Sentence 2: They got no response from the letter they sent. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fe2de2b3ded04664ace0665bdc5fe227", + "input": "Sentence 1: The car park near Ormathwaite is the best place to start. Sentence 2: People end their journey at the parking rather than starting. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b54d7d44c41747f0ad5d5e1c0746844f", + "input": "Sentence 1: The interior is cavernous, but the caves have suffered from centuries of vandalism. Sentence 2: There's no more loyalty among the students. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bdaa4f33ed054871aece56410803d079", + "input": "Sentence 1: Tuppence quelled him with a stern glance, and stepped inside. Sentence 2: But aside from that, oh, they did, good. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e82ecfa7e7194fdc94b271ddb95e5c1a", + "input": "Sentence 1: There might be interventions developed specifically for the ED that would be worthwhile to test. Sentence 2: It would be a waste of time to test interventions developed specifically for the ED. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1a00cf6b691e4369ada85987d94a6233", + "input": "Sentence 1: yeah and not to have to pull up roots and you know and go somewhere half way around the world or something Sentence 2: The intake systems of the past are perfectly viable and don't need replacing. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f31d3e04e9be483db167965bc5553aca", + "input": "Sentence 1: to what your gear is uh i it would depend upon which one you want i think now that i've had the bicycle i would go to the stepper but if i were you i would go apply to either a health club or one of the others and use it for a while because you can buy a month's membership and see what you feel is best for you Sentence 2: The San Brizio Chapel contains many religious paintings. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-14534d8e81114111b8d39c4dba944818", + "input": "Sentence 1: But who said you were a man, Dave Hanson? Sentence 2: The White House believes Clinton is going to stick to his denial. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-749a207825cc4ac0abcd3a753587d76b", + "input": "Sentence 1: Why not sample the real thing?Ca'daan turned and saw an older woman, legs bare under a short sarong. Sentence 2: Other types of music co-existed with edy rock and easygoing music in the '60s. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-412a426ebaac4339843d44dc8039213e", + "input": "Sentence 1: yeah i've got uh three cats uh yeah me and my roommate have a little business on the side and we we breed uh cats yeah it's it's Sentence 2: The bad thing about the school is they charge a lot for movies. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8175998e3e244f9b2ffea49badcdf1a", + "input": "Sentence 1: Out here we grind our own and it's always this color till it's cooked.\" Sentence 2: Audit reports show that all federal agencies have excellent computer security. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55c5b94cab604336867d08b87ccc6dee", + "input": "Sentence 1: The transformation of normal to abnormal may start with a pill. Sentence 2: \"Unbelievably plain,\" he stated. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3339c1fa7b664a2bb05516bbad4c5764", + "input": "Sentence 1: Without them breathing life into your strategic plan, you would simply have a meaningless report that would be gathering dust on a shelf down in our Reprographics department. Sentence 2: Some critics claim that Pfitzner deserves more attention. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-488899faa9fc4566ac39678dcf6a5519", + "input": "Sentence 1: 'They don't want a lookalike! They want the real thing!' Sentence 2: Figure 6.9 also shows deductions for taxpayers in higher tax brackets are more costly for the government. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-034059b6f1a74b0a9cd3a857358e78f3", + "input": "Sentence 1: The auditors should, when appropriate, consult with legal counsel regarding any requirements or other circumstances that may necessitate the omission of certain information. Sentence 2: It's like those unfair ads you see online, favoring one politician over another. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-90932f72a7464e22b5fbfb295f182e27", + "input": "Sentence 1: In the mid-1990's there was a concerted attempt in Congress to eliminate funding entirely for the Legal Services Corporation, a nationwide program dedicated to providing civil legal services to lowincome Americans. Sentence 2: The LSC has never had an issue with securing funds from Congress. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f146e7d201cd41b388603bca1c588793", + "input": "Sentence 1: do you go right after work Sentence 2: I'm in a masters program, and I touch on computer science. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f5050887112478b992024a02c5fc792", + "input": "Sentence 1: so then i had to go back and buy two more oh Lord i was so frustrated with that but uh Sentence 2: Payment authorisation came next. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d36cb58ff3b4f39bb123623c0b03b92", + "input": "Sentence 1: and it's still that's still a big thing here in this backwards state Sentence 2: That is one of the biggest things in this Utopian state. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9044cc1f7ef84c908b5972f5aaa3f95a", + "input": "Sentence 1: 9 They also said that, once established, agencies would have to be concerned about ongoing maintenance of some of these standardized systems to make sure that the information therein is timely, accurate, and complete. Sentence 2: The systems would require no ongoing maintenance at all. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3b87f9c5c5604ca187b0d6c7531af9bd", + "input": "Sentence 1: uh-hum uh-hum excuse me Jim could you hold on i have someone at the door i'll be right back Sentence 2: So you could have prevented the prosecution of John Cavendish? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed8f10d8beb742079b59c12d1ee9bf0e", + "input": "Sentence 1: 'That's that,' Sentence 2: Stakeholders, while sometimes cooperative, can also be uncooperative with one another. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d01b741ed9a845e7b58b2dafe32804bb", + "input": "Sentence 1: At his bidding, French buccaneers and adventurers, some of them noblemen, started planting the flag on Caribbean real estate in 1625. Sentence 2: The Virgin Islands are american territory since the 19th century Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7f677ff09db34f63bd660e1b51018b28", + "input": "Sentence 1: As a result, corporations have little to fear from boycotts unless consumers commit themselves to maintaining the boycotts even when they serve no purpose. Sentence 2: Corporations should ignore all boycotts. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ed8a654eba844393be45bb984e86f274", + "input": "Sentence 1: Indeed, many small and furry animals tend to be funny and, if you squint, resemble genitalia taken disturbingly out of context and scampering about the place. Sentence 2: I don't like to complain but there are still things that need to change. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-512fee56ade24ebd8757428e27ec8735", + "input": "Sentence 1: and things like that um we pretty much hire we subcontract mostly everything i mean other than anything that's not a um i mean i know how to fix a running toilet Sentence 2: The Commonwealth Games were previously held here. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a32a43351bd47dba97ddc34eb436dec", + "input": "Sentence 1: Climb to the roof for an extraordinary view of the carved stone tracery and flying buttresses. Sentence 2: The Mormon youths have never broken the law. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2179c94a6327471d9eb8dcff97b17ffe", + "input": "Sentence 1: According to Michael Lee of the University of Sydney and Michael Caldwell of Chicago's Field Museum, the 100-million-year-old fossil, christened Pachyrachis problematicus (problematic thick-ribbed animal) in the late 1970s, is a proto-snake with two legs. Sentence 2: Each guide usually grew up in the local area and has learned the oral tradition passed down by his forebears. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-edb0d69200424ed096af53eb356a31ed", + "input": "Sentence 1: One common mistake is to count federal grants-in-aid as state and local taxes, but that's double counting, since they're already paid for by federal taxes. Sentence 2: Publishing companies could not review books they had published. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2396b02c5e1f4f0785270d1ec491e12c", + "input": "Sentence 1: In providing services and in establishing classifications, rates, and fees under this title, the Postal Service shall not, except as specifically authorized in this title, make any undue or unreasonable discrimination among users of the mails, nor shall it grant any undue or unreasonable preferences to any such user. Sentence 2: Discrimination is preferred by the Postal Service. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-253a4ad4a7fc433fb2b3a464015bf0df", + "input": "Sentence 1: It's his job.\" Sentence 2: Kyoto's main historical center of arts, the Higashiyama's Gion district is most popular with tourists. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2cb3dda7391456dad3c6c345c97dbbf", + "input": "Sentence 1: What concerns me most, however, is that I'll soon be entering the work world, and the ability to make light conversation is paramount in business relationships. Sentence 2: Everyone joins the Peace Corps. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7aed234a17f4261b0974f91d30d8b43", + "input": "Sentence 1: \"Kinda sure of that, ain't you?\" The smile had not cracked, nor had it reached those shuttered blue eyes. Sentence 2: At the turn of the century, many immigrants started to arrive including Koreans and Filipinos. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7230ba5153642279cea01fe7454891f", + "input": "Sentence 1: During the trial, Oprah is recording her show in Amarillo, a town supposedly devastated by her beef-bashing. Sentence 2: She told me to stand up. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c0edf39472943a786454035bbd228b4", + "input": "Sentence 1: Evaluate the performance evaluation package theagency will use. Sentence 2: The results will differ depending on the evaluation package. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5f82958f5b4c4f45aa2a82fa338bc3e0", + "input": "Sentence 1: and uh some of those old ones of course Bob Wills and his Texas Playboys and Ernest Tubbs and Sentence 2: Some of the old ones are Bob Wills and Ernest Tubbs. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-375d9b17ebf44c08881889748f0e65b4", + "input": "Sentence 1: According to the Office of the Actuary at the Health Care Financing Administration, the estimated net present value of future additional resources needed to fund HI benefits alone over the 75 years is $4. Sentence 2: It raised nothing from the IPO. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ef2bb5c3b64438da38726ab8193e4cf", + "input": "Sentence 1: The lookout point at the windswept, lunar-like summit provides a 360-degree panorama. Sentence 2: When did I see a movie last. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97d80666784344f2a9208cf94d726db3", + "input": "Sentence 1: I'll try not to take too long, but I get to do this because this may be my last shot as Chairman of the PRC. Sentence 2: I can't do this Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0f300df9b00e4062835170ac44dc9333", + "input": "Sentence 1: six- two to fly with,in back; two at the face to withstandthe impossible winds thatare God; Sentence 2: More than two to fly is necessary. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9d53449e574949f2bc97c9d152c8c9d2", + "input": "Sentence 1: i bet now isn't that isn't that a Swedish car Sentence 2: None of the pieces are larger than a wedding ring. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b2db323adcf40d38025351fa24c67b8", + "input": "Sentence 1: well today it was i mean the air was just so sticky so damp Sentence 2: The air in Nebraska was very humid today. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2c4613508f0f432da65209d9b52cb82d", + "input": "Sentence 1: And all you can do is to murmur silly things about 'heart seizure' and 'inquest on Friday.' You ought to be ashamed of yourself, John Cavendish.\" Sentence 2: You are telling me stupid things. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9f7656c419734ac69753d126118c1497", + "input": "Sentence 1: Similar batches were sent to Arizona, California, Georgia, Iowa, and Tennessee, but no infections have been found there. Sentence 2: Similar batches were sent to other states but no infections were found there after extensive testing. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-00432b3e3abe4255a77739b3461bba1e", + "input": "Sentence 1: The call was a hoarse, urgent whisper, and the youngster bounded to the open window. Sentence 2: The scream made the old man open the door. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e2c388701b4548118eb8ce4342d54768", + "input": "Sentence 1: Something had changed. Sentence 2: Everything remained the same. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2960f5384a50493bae6ca434267954ad", + "input": "Sentence 1: Another curious enigma about Columbus that has baffled historians is that no reliable likeness of him has ever survived. Sentence 2: Numerous reliable depictions of Columbus have survived over the years. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a372dd5bbc4c4a28bd4dee15a06fd367", + "input": "Sentence 1: It seems to me that, in general, current members of the SES fill three broad executive leadership, program management, and senior technical and specialists positions. Sentence 2: We should have a national election that lasts at least two days because some people are sick or have to work. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-097f2bb4365248c1a4427359d6be8503", + "input": "Sentence 1: The Hotel Sandelin museum is well worth a visit, both for the splendid 18th-century mansion with its Louis XV furnishings and for its rich collections of porcelain from all over the world. Sentence 2: You find it unbelievable that she messed up her lipstick and untucked her blouse, etc. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89335596af7743bfbfe12928b87dc2b2", + "input": "Sentence 1: Leading organizations use their performance management systems to achieve results, accelerate change, and facilitate communication throughout the year so that discussions about individual and organizational performance are integrated and ongoing. Sentence 2: Speeding up change is one of the tasks that organizations use their performance management systems for. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e2c54b05288f41a99a9c9dcdd611ba5c", + "input": "Sentence 1: the quivering, skulking embodiment of a single guilty. Sentence 2: That isn't necessary. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eabb21e406214112b7855a0eead07fdc", + "input": "Sentence 1: even if even if someone's home all the time there's still a lot of things that have to be done Sentence 2: Farrakhan participated in a conference last April. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d865d8defaa4454a9b2f63bc715a7ede", + "input": "Sentence 1: down here yeah i'd just i think it's a necessity we um we have i guess we bought that my car in Colorado that's where we we moved from and uh Sentence 2: My friend has been a victim of misfortune. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e0e4b40bb81f43408aa905de6dc4e290", + "input": "Sentence 1: uh no uh no no i do have a place that's rusting i need to get something on it Sentence 2: The rust is causing a leak in the pipes. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf2766a9123a45a7bf6a3713ccfc2fdf", + "input": "Sentence 1: The croseis said to weigh 181,740 tons. Sentence 2: The servants are still here. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2291faee975a46cfad466c853cd32c23", + "input": "Sentence 1: I said that I felt I OUGHT to remember 212 something about it, that it was just as though it was all coming back, and then, before I could get hold of it, it went again. Sentence 2: I knew that the memory was somewhere inside my brain, but I just couldn't access it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3cc4e0ff7f2a4902b9d7a8864864db49", + "input": "Sentence 1: yep and then you know if you can put your cocoa in with your cornstarch if you wanted to the cocoa even seems to thicken it even more Sentence 2: Thickening cornstarch with cocoa will give it a significantly coarser texture. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eabca6ba7d9249c29749a7115b0d77e2", + "input": "Sentence 1: However the paper variety will never be able to read itself to the subscriber. Sentence 2: Where do you live? I live in Rowlett, Dallas. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6ea31b4da00942c6967483e8244be7f6", + "input": "Sentence 1: Now With Extra Spin Sentence 2: The Cramond Inn is only one of many of these stops however, there are locations with far better refreshments along the coastline. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-360c6f7a1e23480e9d02ed84ed0e7ca5", + "input": "Sentence 1: Oh, Sherlock Holmes by all means. Sentence 2: Sherlock Holmes is the best, on any account. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9af872690ac7406e881d8c17ccc08339", + "input": "Sentence 1: oh that was sad wasn't it Sentence 2: He quickly glanced at it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54604b3437b64c16b994dfe058db1e0a", + "input": "Sentence 1: Yes, that's it, and ” I waited to hear no more, but tore up the village to find Poirot. Sentence 2: Some features of Roman occupation were deliberately preserved by the Vandals. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02958268e7674b199c13686e887acbfb", + "input": "Sentence 1: White critics of integration include the neo-conservatives , former liberals who supported the civil-rights mainstream until the early '70s. Sentence 2: There are some whites who supported pro-segregation laws. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-04607469d5a7402ea320a92b4b095860", + "input": "Sentence 1: An Ogden man, who has been in a custody fight with his ex-wife for more than two years over visitation of a 3-year-old daughter in Sanpete County he hasnt seen since she was 8 months old, also had praise for Smith. Sentence 2: He and his group were the first Australians I had ever met. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-102e9546699a4af9a5b24d30eab80d50", + "input": "Sentence 1: They were friends instantly with the quick unquestioning friendship of young ones not yet quite in adolescence, before even the first stains of adulthood began to make their appearance. Sentence 2: There would not be enough pro bono lawyers even if every lawyer in Texas did some pro bono work. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-80e2e47d5e754870b18aeb2d60fddc5b", + "input": "Sentence 1: Silence rolled over the crowd. Sentence 2: The capital city has an interesting history. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-336d69e894a046f98986d1e7cde3b676", + "input": "Sentence 1: Most children born out of wedlock are reported by their mothers to have been wanted, but not at that time. Sentence 2: These judgments are based on the law that an employee needs to give a reason for receiving a gift from a private individual. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e1ea938acd1481fa75041ef29ac0110", + "input": "Sentence 1: Greuze led on. Sentence 2: As of June 1996, there were only 27 pilot projects for performance planning and performance reporting under way in 24 different agencies. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7ef65757548d44a790c708f65d03edaa", + "input": "Sentence 1: Might not doing so just accelerate the departure of this mail from the system? Sentence 2: The speaker things that doing this thing would allow the meal to leave the sytem faster. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1fa61156d98a4178b177b6971c3c0fcf", + "input": "Sentence 1: No, I'm pretty sure Dr. Hall's all right.\" Sentence 2: There is no museum associated with the life or work of El Greco. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-46f422db1d7b4e8680dc02b490364235", + "input": "Sentence 1: Cars are banned, and all transport is by foot, bicycle, or horse-drawn carriage. Sentence 2: Most attorneys still perform the work even though they are not required. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e07c8e52d28246e0a46a2a82d48a9574", + "input": "Sentence 1: 'J, it's late, I'm tired, and you're talking nonsense. Sentence 2: J made perfect sense to me and I was feeling refreshed. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-739009970d0a49889786703f28f0ad9b", + "input": "Sentence 1: The Clean Air Act Amendments (CAAA) Section 812 Prospective Study of Costs and Benefits (1999): Advisory by the Health and Ecological Effects Subcommittee on Initial Assessments of Health and Ecological Part 1. July. Sentence 2: The Clean Air Act Amendments was very controversial when it was passed. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-acddc62a5dcb48c6a376909709d87d8f", + "input": "Sentence 1: Concludes the Globe : She's more than a perfect 10! Sentence 2: The Globe feels that she is more than a perfect 10 but her personality leaves a lot to be desired. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c84bee5e342b4364be21bfa5dd089008", + "input": "Sentence 1: uh no i'm more out in the suburbs but i certainly work near a city Sentence 2: I walked all the way to Paris to work. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8223f2720e024d4ba4e63dfc1c1514d4", + "input": "Sentence 1: He is the Mr. Magoo of scientific theory, genially oblivious to everything he can't or won't see (Daniel Mendelsohn, the New York Observer ). (In Slate , Steven Pinker praises the book. Sentence 2: My children are being taught by this person. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2a93f31973945e29a6a713a3855b1bd", + "input": "Sentence 1: Research Funding as an Can We Measure the Returns? Sentence 2: He pointed out that we need research on screening in the emergency department. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60d1599269ff423ea1a8f737c1514e94", + "input": "Sentence 1: She had to change the lunch menu and that means she won't be worth living with for a week. Sentence 2: The lunch menu was in dire need of a change. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5cbbf2ab943e42f4b552382bc0eb3bec", + "input": "Sentence 1: Such world-famous attractions as the San Diego Zoo, the San Diego Wild Animal Park, the Globe Theater, La Jolla, the Scripps Institute of Oceanography, and Horton Plaza have made San Diego (Caleornia's second-largest city) a major tourist destination. Sentence 2: A mound pops up every now and then. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-590f07f7c08e4f2e8223eb1e19ed6023", + "input": "Sentence 1: Specifically, this report addresses the following (1) What is personal saving, how is it related to national saving, and what are the implications of low personal saving for Americans' retirement security? Sentence 2: I live in an apartment now but when I owned a house I had a small front and backyard. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3248ec1c9cfe495cbb89bce36b900481", + "input": "Sentence 1: If you thought that Dick Morris, now back in Bill Clinton's crisis cabinet, was going to make things smoother at the White House, you don't know Dick. Sentence 2: Dick Morris is highly respected by all parts of the government. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-628941a6b4504ffa877d1eeb79814605", + "input": "Sentence 1: Dove's visionary abstraction was of such strength, originality and integrity, says Time 's Robert Hughes, that it deserves its special place in the history of American art. Sentence 2: Helm's spokesman cast his boss as the killer. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7dbf53bce69447c389308be85b2b866d", + "input": "Sentence 1: The specific applicability of the standards to components of the Federal government was considered during the development of Statement of Federal Financial Accounting Concepts Sentence 2: The release of the information is not something we agree with. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59312ec67fd746d797f67389d6f5afc4", + "input": "Sentence 1: For example, as a way to develop a cadre of experienced and diverse leaders, the CFO Council Fellows Program was initiated in April of 1998 with the selection of nine fellows to serve 1year appointments at host organizations. Sentence 2: The CFO Council Fellow Program started in 2007. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b2d026c5f9244c919f4e9fb144077aa6", + "input": "Sentence 1: The Origin of Specious Sentence 2: The main holiday periods in France include August. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69dd2ae2d741475882f29b7aacb925b7", + "input": "Sentence 1: Weekend polo matches are held from May to October at Will Rogers State Historic Park, on Saturdays and Sundays. Sentence 2: The lender charged a high interest rate. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87cc0e7f80444563a7ef3d310b5ffa59", + "input": "Sentence 1: An organization's people define its culture, drive its performance, embody its knowledge base, and are the key to successful merger and transformation efforts. Sentence 2: It really happened I swear. I'm not crazy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c50ee0720d734071a07129b47e71b9ae", + "input": "Sentence 1: Local news panders to viewers by showing crime and disaster footage, ignoring education and politics. Sentence 2: 95% of local news show crime and disaster footage and 5% are for cute animals segment. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4fec795cb2cd41aab5298ea48f4785ec", + "input": "Sentence 1: My Way or the Exercised by Wolf Blitzer's ( Late Edition ) suggestion that the Jones appeal is naked political machination, Jones attorney Donovan Campbell charges Clintonites with hypocrisy and offers, Let me give you five real quick examples. Sentence 2: Donovan Campbell has always opposed Clinton's people. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2014d64f6cd445f2a37b58fea4166ead", + "input": "Sentence 1: The look on Ca'daan's face made it clear that he saw and understood Jon's concerns. Sentence 2: She was mad at me so she turned her back on me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da2f367e9cdf4f30b6b67eca8da29f9e", + "input": "Sentence 1: Five years later, the Taira were overthrown after being defeated in the straits between western Honshu and Kyushu, at the titanic sea battle of Dannoura which has a place in Japanese annals comparable to Waterloo or Stalingrad. Sentence 2: The Taira suffered defeat at the sea battle of Dannoura. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-179e2fdca650483eba229632510598ee", + "input": "Sentence 1: You'll also be approached by pedicab drivers; these are tricycles carrying two passengers. Sentence 2: Jon said the rumor was true. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-47b602cd59564b56af8aecf3678f362c", + "input": "Sentence 1: Nearly half the Jewish inhabitants hail from overseas, and they have brought with them many of the accumulated customs and cultural traditions of their former homes. Sentence 2: France is very unfamiliar throughout. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b029c814c2534bffafdba06e36581f77", + "input": "Sentence 1: The attempt was futile. Sentence 2: Publishers say she will be way less successful than her husband. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec5555cb518940aaadb491920446de09", + "input": "Sentence 1: the and i i like that that's good fun reading Sentence 2: I hate reading so much. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-73d80955699c4f91b2c3d4a9d49697e3", + "input": "Sentence 1: We really commend them for coming in during the evening and helping out. Sentence 2: It is against Hindu religion to be buried, only traditional cremation is acceptable. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cc5b3ff838542fb82e10354cc337c70", + "input": "Sentence 1: And website pro bono sections are essential to doing so. Sentence 2: He possesses The Ninja. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db27231c81be46aba229baa00f2a6278", + "input": "Sentence 1: Regular data collection is scheduled to begin July 1, 2001. Sentence 2: The hidden water tunnel did not help the city in escaping destruction. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-667889816505453cafe1894e2a4a1aa8", + "input": "Sentence 1: A fertile island of vines, olive groves, and pine forest, that lies just 3 km (2 miles) from the Turkish coast, Samos has taken a back seat in Aegean history since its golden age in the fifth century b.c. Sentence 2: Civilization Bad is a good book. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db057dd0ce864ae98d2c1a9f0e8a7796", + "input": "Sentence 1: how about you do you work or do you get to stay home with them wonderful Sentence 2: Jay Leno is not a comedian. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b6f6df03d7fb48f4a1ddf708148015ae", + "input": "Sentence 1: don't affect ninety nine percent of the people who are right there when the news is being made Sentence 2: The other 10 percent of the people are at home when this happens, watching TV. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-73e54027deb8442c8fd73683316c1583", + "input": "Sentence 1: The nearby St. John's Church, Caletta's first cathedral, is an Indian version of London's St. Martin-in-the-Fields; look in the south aisle for John Zoffany's amusing painting of The Last Supper. Sentence 2: I did not question the thought of a generation. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16054fea05794af680f00454a0e42cb2", + "input": "Sentence 1: In particular, the statute does not expressly require that an alien be continuously physically present in the United States throughout the period of representation in order to be eligible for legal assistance. Sentence 2: The military made them less mature. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17ddf837bdc44ddc87390cad2f30cb64", + "input": "Sentence 1: If you intend to start early take warm clothing and don't forget your camera! Sentence 2: Chaim Welzmann appear in many textbooks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4374d9c5a0434ee98782306276202cb5", + "input": "Sentence 1: Station X (Jesus is stripped): After entering the church, turn right and climb the narrow staircase. Sentence 2: It was fun seeing the two-headed lizard argue with itself and how that led to its own demise. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5a48c33562ca48849c562b6aed5e4f92", + "input": "Sentence 1: well um the budget's an interesting issue uh particularly since i'm pretty much a libertarian and an anachro libertarian at that uh so i would basically say the way to fix the budget is to uh cut and eliminate taxes charge user fees for things that uh are absolutely necessary and to be allocated fairly that way and um i'd say ninety percent of the budget has no business being there Sentence 2: I think that ninety percent of the budget is not necessary. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-70747490ce3b4f1fb7d714233c054c80", + "input": "Sentence 1: However, participants felt that FASB needed to better differentiate between the two. Sentence 2: FASB doesn't need to clarify any further Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f0d78eb7a68742dabbe7e0b5e7d81a06", + "input": "Sentence 1: Nearby on the banks of the river is the Nile Hilton Hotel a landmark for Cairenes (as the people of the city are known) as well as tourists. Sentence 2: In total, there are 24 of William's European paintings on display. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8f9f31479bfb4f26a5a72f63e03bdfbf", + "input": "Sentence 1: what no no no no this is like this is like video game stuff okay but the only thing was that it was just lines okay like if you Sentence 2: The janitor empties cans every night. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-80bf2214cbd44200a3d2848ad100baeb", + "input": "Sentence 1: If so, there will be danger. Sentence 2: Jon asked, what advantage do you have over him in the battle? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0d014b9de74747918ea538ecb573fa2c", + "input": "Sentence 1: At the time, it was the tallest structure in the world. Sentence 2: If there was a car parked near the Moat House, it would be important. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2974013bd3e949749ee14b562737ee54", + "input": "Sentence 1: This is a grave concern, said Emrold. Sentence 2: Emrold said there's nothing to worry about. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e4e38434c5bc434390b7bd487660fffe", + "input": "Sentence 1: The principal settlements are Yung Shue Wan on Lamma's northwest, and Sok Kwu Wan, on the east coast. Sentence 2: Even if you do something you still don't fit in with the community. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a18e072fa43844d3a756ff28d3ad07de", + "input": "Sentence 1: Most folks have a pretty clear idea of how much pleasure they'll get from their brother's smiles or a few days of sand and surf. Sentence 2: It's decreasing the military's political clout. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dbd6b7db94084a0488586a52898e5326", + "input": "Sentence 1: The most attractive part of Leith is the Shore, a few minutes' walk east of Britannia. Sentence 2: You don't even know me; don't tell me what to do. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f0dff45ea0f43238939b60822fb5325", + "input": "Sentence 1: It was for his dedication to the law and the people that are affected by it that he was recently recognized. Sentence 2: A place in history is not automatically granted to you. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2977ea97c484120be29ec0743561682", + "input": "Sentence 1: Alfred Inglethorp was called, and denied having purchased the poison. Sentence 2: Alfred Inglethorp denied buying any poison. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-47fba7bb32b849adb47004c847e9a413", + "input": "Sentence 1: Earlier, Novak actually ask ed Carlson if he could interrupt! Sentence 2: Songs here are traditionally written by the women. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd164207428441faa80b150939effa29", + "input": "Sentence 1: As will be discussed in more detail later, the USDA home page identified a separate web site for the department's Agricultural and Marketing Service's (AMS) proposed rule establishing standards for organically produced food. Sentence 2: They identified another web site for the department's services. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0d26654be0d14c6787431e0ac8ea2783", + "input": "Sentence 1: White smoke ran in calm trails into the cool mountain sky. Sentence 2: In the cool mountain sky, white smoke ran in calm trails. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-959ab7ba966143bfb6e62bfc66582d94", + "input": "Sentence 1: Their interest rate climbed to 10. Sentence 2: His two gun draw was both fast and deadly Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-901e10b75c4a4f83bcecfbf087aa83e1", + "input": "Sentence 1: 'And how well did you yourself embody these values?' Sentence 2: To what degree do you embody these values yourself? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ea27bcffb422419a80e09ce778515203", + "input": "Sentence 1: House, Senate, and Personal Financial Disclosure Reports. Sentence 2: When you start pitching well, you do worse. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-853261be107747f08c00f706d57890b5", + "input": "Sentence 1: yeah oh yeah we've had one as long as i can remember Sentence 2: This chapter describes the applications of GAGAS. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-530669739b66412ca4a854fd6ea48c41", + "input": "Sentence 1: Relatively Fewer Workers Will Support More Retirees Sentence 2: The amount of retirees is increasing. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1fabc1e912614973bceb2511e856b413", + "input": "Sentence 1: But these are Donnie Brasco is everything it needs to be. Sentence 2: My middle daughter never wanted to live on campus. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4cb038d2cf334a66ad3c2d954bcd9701", + "input": "Sentence 1: later on uh later on i think when my oldest daughter got involved she and i got involved in Indian Princesses we used to go up at Possum Kingdom and do a lot of camping at Possum Kingdom Sentence 2: I have never been camping. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2665cfe5478d4b41a2b4c383f415c28b", + "input": "Sentence 1: Lienard de l'Olive and Jean Duplessis d'Ossonville put ashore at Pointe-Allegre in northern Guadeloupe on 28 June 1635. Sentence 2: What you've got is a registered gun who can use to stroke your ego with. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fa8b1efaf21d46b1a415b994cb9efa7f", + "input": "Sentence 1: yeah and then in in my back flower bed i have uh tiger lilies Sentence 2: I have tiger lilies next to tulips in the flower bed in the back of my cabin. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63a8cd6f102a4c7593ab48b429c5afdc", + "input": "Sentence 1: Yet, as the LSC advised the Court, if, during litigation, a judge were to ask an LSC attorney whether there was a constitutional concern, the LSC attorney simply could not answer. Sentence 2: the LSC attorney could freely answer whether there was a constitutional concern. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9d0fdae2a6e8472b982cf2e2398a57d5", + "input": "Sentence 1: For example, the high efficiency air conditioners in the commercial sector are assumed to cost less than in scenario A. This encourages a greater rate of market penetration as electricity prices rise in response to the emissions caps. Sentence 2: Air conditioners in the commercial sector are supposed to cost more than in scenario A. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fce983a9c41b4d118a7c363ebc09142d", + "input": "Sentence 1: In autumn and winter, bird-watchers search cliffs, particularly Calpe's Peeen, for the rare Audouin's look out for a small, sleek herring gull with dark olive legs and a heavyish red bill banded in black. Sentence 2: Don't talk to me about camping. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-613206e0e91e40a5a757d43ce6257d99", + "input": "Sentence 1: that's yeah that's incredible i mean we just we're like well we're not going out for a while you know my folks live close you know fairly close here so it's like well we if we're going out to dinner we can drop the kid off at my folks and Sentence 2: An old study found over 50% of college students asked did not see oral sex as 'having sex'. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-64a1378fd7fb48678151520bfd5f3d24", + "input": "Sentence 1: Away from the large towns and tourist resorts, life continues in time-honored tradition. Sentence 2: The tourists seriously impede on the lives of the natives. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-79db66cae14248d292f9ab72583c8724", + "input": "Sentence 1: As its name implies, this is a giant clown's head on a tutu-clad body. Sentence 2: He had not wanted to say that it is unfortunate. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb81e8ea192e486da4674e14cac39fe8", + "input": "Sentence 1: I can't recall the exact words, but I'm pretty sure they were along familiar lines. Sentence 2: Sakes sat down behind an old yew table. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef8a58e31ab4477aa012b3e0c416beef", + "input": "Sentence 1: It looks rich. Sentence 2: It looks poor. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-55890cfbf1ed4d34911335b8ee576e0b", + "input": "Sentence 1: I will rally the armies of compassion to nurture, to mentor, to comfort, to perform their commonplace miracles of renewal. Sentence 2: I couldn't imagine the work it takes to turn lumber into an actual design. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d5e84a784554cb8a3f6b396dc633c2b", + "input": "Sentence 1: but Calloway's has kept theirs forever so Sentence 2: There is not a station for the next hundred miles. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61437f1d56974549a30bcb3164cf6fa0", + "input": "Sentence 1: Everything is sold here, from clothing to souvenirs to electronic goods, and the market is known for its street-side food stalls, where you can dine inexpensively on seafood. Sentence 2: You will see a lot of exotic fish when snorkeling at St. Bart's. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1b311d564072459cac121a16abaf779b", + "input": "Sentence 1: (The only editing Slate has done to the pieces is a quick spell check.) Sentence 2: Alioli is a kind of sauce made from fresh garlic and olive oil. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87a8ed49981d475291ab156d6545021b", + "input": "Sentence 1: The 2001 Annual Report of the Board of Trustees of the Federal Old-Age and Survivors Insurance and Disability Trust Funds. Sentence 2: The report was released in April 2001. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-215d6c20dcda415ea011494f26d45607", + "input": "Sentence 1: What could happen to me? Sentence 2: The strategy is a sure thing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81d8b1d23fe14a39a797ac115f8676d8", + "input": "Sentence 1: Bedrooms and public rooms with plenty of character lie inside this splendid landmark building dating from the 1930s. Sentence 2: No clues had yet been found. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-635cb07bdc484fdc90027b9290abfbf1", + "input": "Sentence 1: Each evening, Betty waits up for her son, aware of his vain attempts to create a secret life for himself with Hong Kong's prostitutes. Sentence 2: Betty's son tries to make a life for himself with prostitutes. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-044a036e678e4632a149394a98fbd59f", + "input": "Sentence 1: It should be noted that the figures of bill/payment and advertising mail presented in Table 2 account only for the First-Class household mail and, thus, represent the lower bound of First-Class bill/payment and advertising mail volumes. Sentence 2: Table 2 only accounts for lower bounds of First-Class bill mail volumes. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fa0f66d6eb53416f8f5efd60ed86d8f7", + "input": "Sentence 1: The scene, depicting Cupid and Psyche, was considered too risque for the eyes of Queen Victoria, and during her reign it was covered by a mirror. Sentence 2: They asked a whole bunch of questions. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-274ea29a01824bf4ab09d248d51cb743", + "input": "Sentence 1: Don't panic. Sentence 2: Take deep breaths. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-514f32e802004b299ceaaa40033edd6a", + "input": "Sentence 1: But such giddy stuff isn't really beach wear, great though Helmut, Eva, and Galliano all are to contemplate at length. Sentence 2: They are supposed to contemplate the clothing that isn't beach wear. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-18db4ffd999a43a8b13ac7dcb71d36c5", + "input": "Sentence 1: Reviewers call it pretentious and filled with inaccurate references to theoretical physics, Walt Whitman, and the Kabbalah. Sentence 2: Reviewers said it had a lot of misinformation in it. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c9705e296bc241ed917a5ce3ec11c6d2", + "input": "Sentence 1: The Republican Party leadership wants Starr to deliver nothing until after the elections (Shields; George Will, This Week ; Gwen Ifill, NBC's Meet The Press ; Tony Blankley, CNN's Late Edition ; and David Bloom, Meet the Press ). In fact, Orrin Hatch's comments on the shows this week should be construed as signals from the GOP to Starr asking him to withhold a report, charges Bloom. Sentence 2: Lucky for the Republic Party leadership, Orrin Hatch avoided the shows this week. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1342369cbbc8435eb86719ee77425d79", + "input": "Sentence 1: Oh, don't say it! Sentence 2: Towards the end it felt choppy and pieces of the movie were slow. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ba7032ad6b54ee2a080cb909f8c6198", + "input": "Sentence 1: One of the best is the Cirque de Baume, between Lons-le-Saunier and Baume-les-Messieurs. Sentence 2: There is a French town not too far from Cirque de Baume with much to see as well. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f069a67ef5ff4a6782aac4abefa435d3", + "input": "Sentence 1: Even so, the Biblical Zoo in Jerusalem, the Dolphinarium in Tel Aviv, the Llama and Alpaca Farm at Mitzpe Ramon, the alligator farm at Hammat Gader near the Sea of Galilee, and the Hai Bar Biblical Nature Reserve near Eilat should all prove popular. Sentence 2: The ethical standards have a spirit as well as a form. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8417b242bb0e48cc939bb250f03cd7b0", + "input": "Sentence 1: The feudal barons of Les Baux put the star of the Nativity on their coat of arms, claiming to be descendants of Balthazar, one of the Three Wise Men. Sentence 2: Viollet-leDuc is a church that was restored to majestic harmony. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60b4eb5fc62a44e0973863af2254d44c", + "input": "Sentence 1: you're always paying for something you know Sentence 2: You never pay for anything. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-58f44885e4304877b9176c427a830ea7", + "input": "Sentence 1: personally i think that's what i was about to say is that everyone needs to be tested Sentence 2: Everyone should be tested for drugs in my opinion. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41ff49355a7a4c5c87667817a3fa72d8", + "input": "Sentence 1: Many years ago, Reginald Heber Smith famously noted that the reason poverty organizations have not more completely answered the demand of the poor for legal assistance is that they are grossly under financed. Sentence 2: Auxerre has a view of the desert. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00a0960b1d9146a681b8463371ee0dab", + "input": "Sentence 1: EPA states that it has taken into consideration the potential competitive impact on these firms and has eased the burden by permitting averaging emissions across product lines, reduced production line testing, reduced in-use testing, simplified certification procedures and allowing manufacturers to purchase emission credits from the market place as an alternative to employing control technologies to meet the standard. Sentence 2: His media supporters do not acknowledge his incoherent tax and health policy views. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3fb079a06bee41ce960eae14e41aea04", + "input": "Sentence 1: Adrin bobbed, dove, spun, ducked and fell bruised to the ground. Sentence 2: Adrin fell bruised to the ground. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-15e17642b90844b6a53a4848a6b4fe03", + "input": "Sentence 1: National Saving and the Economy Sentence 2: Do you think we are done with this job? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dff9eaba40d14d3daeefd4b78a7797d8", + "input": "Sentence 1: Well? Tuppence leaned forward and lowered her voice. Sentence 2: Tuppence spoke loudly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-87d2157084f24c04b9b188f92fd0d523", + "input": "Sentence 1: Studies of cost-effectiveness should include not only direct medical costs, but also societal costs. Sentence 2: Julius was listening to his friend speak. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c2ff0a9a97c4d5e809efbc909285bc8", + "input": "Sentence 1: You are arguing there is only one criterion (because it is precisely analogous) for determining a good college SAT scores. Sentence 2: The city is not very big. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8fe710d7585443fe8ada46bb0f6cef28", + "input": "Sentence 1: Meanwhile, Time salutes the wines of Chile. Sentence 2: The country of Chile produces wine. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ed25a0d380bb45f29c1e3dd714aadd99", + "input": "Sentence 1: Traditionally, the Coast Guard based its marine safety efforts on inspections and certifications of vessels. Sentence 2: The Coast Guard's rules forbid inspections of vessels. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d43a31d61b18488f92fc7667b861082f", + "input": "Sentence 1: yeah they had a program on the other day about people that were addicted to soap operas Sentence 2: I watched a programme about people who were addicted to soap operas. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d8178246fd4f4e2a8458ec83b92d5ea2", + "input": "Sentence 1: \"That's gray an' it's purty, smells good, too.\" Drew pulled up his shirt, dug into the pocket of the money belt for the horse papers. Sentence 2: The man's large stomach could be seen under his clothing. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2a21e75ad4742cca61558f7ddcce299", + "input": "Sentence 1: well if that's not the problem it Sentence 2: He took out some patience cards and started setting up a game. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2160111f30db4d59ad88336a9582add8", + "input": "Sentence 1: Adrin was clearly off balance at first. Sentence 2: There were many times Subia helped people, and they felt fulfilled every time. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0bedb3d9f2524d7d8ebcaacecca5c861", + "input": "Sentence 1: he keeps the one with the least amount of the uh uh what you call it yeah no the uh Sentence 2: Even if you decide not to,good luck. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2fa837d8ee19465faea5b69998658a20", + "input": "Sentence 1: The evidence that has accumulated over the years, mostly from Soviet archives, has overwhelmingly favored Chambers' version of the facts. Sentence 2: The crowds from the station may douse you in fire by baptism. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fde7ad190fb343eb9f28e64b08be7946", + "input": "Sentence 1: A very friendly reception for the first volume of a biography of one of the best-connected journalist-playwright-congresswoman-ambassadors in history, the wife of Time founder Henry Luce. Sentence 2: A warm welcome for the life story of the multi-talented wife of Henry Luce. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b2002ccef894b3daee49491bc422b79", + "input": "Sentence 1: According to the FFC study, opportunities exist to significantly reduce total project cost (TPC) by conducting an effective design review process. Sentence 2: According to the FBI study, opportunities exist to reduce the impact of hand guns. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-efb58398f43a43b1b71dc5ad3f4b0247", + "input": "Sentence 1: I said before you were darned plucky. Sentence 2: Give money back if you don't like what you're supposed to do with it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-314f73a9d1fc4a448549ac33d66a1c9a", + "input": "Sentence 1: I see his hand in THIS.\" He struck the open letter. Sentence 2: There was no containing his fury. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-03101c6cf0754669914122310b3f6cab", + "input": "Sentence 1: Certified mail requires the carrier to make a special trip to the door. Sentence 2: The ABA and New Jersey's findings have the same flaws. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a63eb6dcdfe4f56a18b957c10b83bd3", + "input": "Sentence 1: Take a lift to the top for panoramic views over the town and the sea, or enjoy a genteel tea dance in the ballroom with its ornate chandelier and Wurlitzer organ. Sentence 2: Larry Johnson will become a pro this year Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c18f225e55e4b689d80e32e3db35d6c", + "input": "Sentence 1: Adrin turned and smiled at Jon. Sentence 2: Both men growled angrily at each other. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-90a73928c6f2433ba8db390edd6c3c24", + "input": "Sentence 1: Time 's enthusiastic package echoes the familiar line about why Bush is the Republican The breadth of his support among blacks and Hispanics and his landslide re-election victory wowed the GOP. Sentence 2: Bush did not have the support of blacks nor Hispanics. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4026d2c5a2494b2396bb89a66e0bd1cf", + "input": "Sentence 1: I did, said Severn. Sentence 2: The rule contains no collection requirements. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d606edfcdc98477d8145da3b9c32397c", + "input": "Sentence 1: Stroll along the Rue Saint-Ours and the Rue du Ceteau, then wander around the ramparts. Sentence 2: The travel pamphlet suggest that you walk along the Rue's and then wander the ramparts. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e26d5fdb3f24fca8c691327cc43653e", + "input": "Sentence 1: If you repeatedly beat a woman, you'll probably get the same fine. Sentence 2: I'm watching a Rangers vs.Baltimore game and we're a few innings in. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5178ddcad2ba4703aeb20d3919b74287", + "input": "Sentence 1: Not all British poets share Motion's taste. Sentence 2: He had weapons on him. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c65b99b2f09d4f529ee81ff3c5115aca", + "input": "Sentence 1: and went up there one day and the plant was nothing but a stem they devoured it that quickly Sentence 2: That is one of the plants that they are most likely to bother. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cdf1ff4d456242fc9c827547759c3539", + "input": "Sentence 1: They put you in harmony with the rest of the material world, as well as with the electronically written universe on the Internet. Sentence 2: The real world is more in touch. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8fd3a8f21ad1449fbc56e1bb3a164f7d", + "input": "Sentence 1: uh sure yeah they they that area has managed to maintain itself very well the people are Sentence 2: The island has suffered more than one severe setback during this century. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd64a90df495403c9998b2ca46fbcd34", + "input": "Sentence 1: the problem was that that she is a real hard worker and has started a a couple of businesses and now she's started a Korean health food store and Sentence 2: Being punk-blunt in country music widely accepted and embraced. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2d11b9a119b47a3b2f678a654d39de1", + "input": "Sentence 1: According to the senior executive, the RAC recommended that ongoing uses continue, but that this stretch receive special protection from further development. Sentence 2: The RAC wanted to halt ongoing uses. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-86e69a453ced483282142a7020c88786", + "input": "Sentence 1: Exceptions were quickly carved out (for example, surgical residents aren't included), and even then many hospitals could not afford to stick to the guidelines. Sentence 2: All hospitals were successful in meeting the guidelines they had set. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6a533796d4e746459ff22d6c1bbc839f", + "input": "Sentence 1: While there are no purpose-built attractions aimed at children, and no real beaches on Madeira, most kids should find the island an enjoyable experience, especially if your visit coincides with any of the major festivals ( and Calendar of Events, below). Sentence 2: Jon is satisfied by killing. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b0977ef037949bf9fd67cb304e47675", + "input": "Sentence 1: bill but after the second baby was born i was going to go back to work and that was when they had God it would have been the eighty five layoff Sentence 2: After the baby was born I was going to head back to work. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d1764349be044e0c85911f446c2115fd", + "input": "Sentence 1: The gravity of his tone impressed Tommy, but had little effect upon Julius. Sentence 2: The Minoan culture developed after 2000 AD. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-90f4795e23794ca185903397ff866d89", + "input": "Sentence 1: very inconvenient and um it's just you know hasn't been very practical to get into a lot of those things if they would make it something where they you know would pick it up at the curb or at least make it you know down the street and up the corner type of thing uh Sentence 2: When you do you feel like poop. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c67e72e85a2646b99d8de0c5d9771c6c", + "input": "Sentence 1: Piedigrotta, Neapolitan music and cuisine and the 19 September feastday of San Gennaro; Historical Regatta Sentence 2: The feast day of San Gennaro is celebrated by many. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5710917f938145be894f684562f1883f", + "input": "Sentence 1: The Italians reserve their scorn for each other Venetians and Romans or Milanese and Neapolitans comically bemoan the new EU-imposed automobile license plates that no longer designate the driver's origin. Sentence 2: The Mycenaeans are a civilized and fair group of soldiers. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a993ddc5d3ca4bb198adbecf4db34b84", + "input": "Sentence 1: The room seemed normal enough, in spite of the odd smells. Sentence 2: The important shipping lanes comprehend Athens, Chios and Samos. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-731593ee796b433d929ea201f27e8508", + "input": "Sentence 1: From all the things Tuppence didn't say! Sentence 2: the goods needed by businesses and governments relies on the amount available resource for investment. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb9aca72b5104ccf93af51e9b79dba5b", + "input": "Sentence 1: Certainly this island can qualify as having one of the world's longest-running governmental love since 1648 the French and the Dutch have shared sovereignty in almost total harmony. Sentence 2: Jeffery should take his time. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-22be8a96adf34c629785c7bcf1db19ca", + "input": "Sentence 1: I know that he also strongly favors a reduction in the federal budget deficit, precisely because that represents a rise in so-called national savings. Sentence 2: The news is wonderful. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-468d8f35328e4fb6b3b3bca4145ffea5", + "input": "Sentence 1: His stomach rumbled. Sentence 2: His stomach made loud noises, begging for food. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5f1e23c9d73446aea862929e222ba5fa", + "input": "Sentence 1: Luckily for New Orleans, his scheme was a remarkable success. Sentence 2: Susan McDougal is still pining after her ex-lover. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a33135fb90545839b32628c936de53c", + "input": "Sentence 1: PREMIUM DEFICIENCY - A condition under which a liability for future policy benefits using current conditions exceeds the liability for future policy benefits using contract conditions. Sentence 2: Premium deficiency is terrible. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2e3b8b907f0a4027930ecbbcf38329b5", + "input": "Sentence 1: She barred the Industrialist's quick movement in that direction. Sentence 2: She stopped the Industrialist from going that way. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-820a93aa6ffb46a29a9383f33b31fa9f", + "input": "Sentence 1: We did it with the help of the Board and the other staff at LSC. Sentence 2: I decided not to subscribe to online magazines anymore. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c84d8ce21e0545a8842503ba8163e50f", + "input": "Sentence 1: Today, federal agencies find that monitoring these internal forces is especially important, given the effects of funding reductions and reorganizations. Sentence 2: Yes, I concur, it is way too late. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e26d55a36e674fd99b3badf725032e78", + "input": "Sentence 1: There have been 20 winners to date. Sentence 2: They are waiting for you there. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7110eddc37fe45a3999c6a0f07a071d6", + "input": "Sentence 1: Time 's Lance Morrow says Clinton constantly pushes the envelope to see what he can get away with, like a 2-year-old who tests the limits of his independence by toddling off. Sentence 2: According to Lance Morrow, Clinton acts like a toddler. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fc8935c1813248a790d2acf11071ec15", + "input": "Sentence 1: The enviros watch them with mixed pleasure and concern. Sentence 2: The last Mughal was allowed to live out his life in his palace. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fb4b593b67964f558af99e11b2b6dd6c", + "input": "Sentence 1: A summary of all comments submitted and EPA's response to them is available at the agency. Sentence 2: You may find that Durbar square looks less crowded than the squares of Kathmandu and Patan. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ecf9e7971530417d8975b669f195b338", + "input": "Sentence 1: The report is to include an evaluation of the extent to which the Office met the goals and objectives contained in the 5-year performance plan. Sentence 2: The landmarks commemorate the Franco victory of 1939, and the atrocities that follow. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccff61022e6f43c78684e09f12fde842", + "input": "Sentence 1: But he was, to some degree, an equal opportunity He also halted Serbian efforts to settle Kosovo. Sentence 2: They'd be done eating supper soon. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75b075fff57c4266a1debb7237bc122a", + "input": "Sentence 1: No, they had not kept the letter. Sentence 2: George Joulwan has knowledge of how the military works. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00dc4b1166124a9c9f76fcafe1baae94", + "input": "Sentence 1: and we uh in uh Allendale and uh and uh Waldwick it's just about twelve miles south of the New York border Sentence 2: April to May is the length of time Forestry workers in Germany can spend in. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ac3dda0e99e44648d9264ea1ad8ce12", + "input": "Sentence 1: Critical acclaim ensues. Sentence 2: Mass publications of good reviews started. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8a055c912f6d41f98f561a930fce8e7a", + "input": "Sentence 1: Honey is also one of the prime staples of the Cretan diet. Sentence 2: \"Business is good!\" he exclaimed happily, until his eyes fell upon Ca'daan. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c3b3c97f6f9436eaf03ca6d55ee9379", + "input": "Sentence 1: right well i guess he'd have to be careful whether with entrapment or some of those things Sentence 2: He does not need to worry about entrapment. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-04792c5fbdea4f37a25f07f268e8c2df", + "input": "Sentence 1: One reason, I think, was a giddy feeling in the late '70s that the End was Nigh, so everything was permitted and there was no reason to compete. Sentence 2: I absolutely hated it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ab83e79549b46de970146281b3bb1ed", + "input": "Sentence 1: Its major interest is in the seven statues by Michelangelo. Sentence 2: This 12th century church has been falling apart since the time it was built. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d0d60d4b35104b34b14706520a8c3726", + "input": "Sentence 1: The final rules both contain information collections which are subject to review by the Office of Management and Budget (OMB) under the Paperwork Reduction Act. Sentence 2: The final rules' content are free from OMB reviews. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cea8ec0534304e5a9d157f71c99f7d78", + "input": "Sentence 1: And this can be very tiresome for everyone involved. Sentence 2: This can be exhausting for those involved. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d908ba9e352147b5a6f60f50854d387c", + "input": "Sentence 1: We are alien to them and unwanted. Sentence 2: The waiters held the bottles with fancy orange mittens. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b6c2da1b2cd7445399401a9ac93e2326", + "input": "Sentence 1: It has been fun, hasn't it, Tommy? Sentence 2: She willingly got herself involved with the scandal. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee260d8975bc4eb4a02f72c84b35fe48", + "input": "Sentence 1: In Ukrainian, for instance, the word bidni refers to an unfortunate, pitiable soul. Sentence 2: Well, I guess we can vote. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c0639a13b1a497d9dc07080a6ede782", + "input": "Sentence 1: Decrease Acquisition Risks Sentence 2: There have been no federal surpluses in recent years. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a1d1d1c7e8fc4116ac6a422d414a92e2", + "input": "Sentence 1: What if it is indeed undergoing what Greenspan calls irrational exuberance? Sentence 2: he recommended to me that i should try riding a bike Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1421c7d94a44fb48d7dea4246e09aad", + "input": "Sentence 1: uh undergrad degree in political science and then a master's in public administration And i went ahead and pursued that i i got as far as the thesis and decided To hell with it i didn't want it Sentence 2: The path should be performed slowly and precisely. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-387b674699654c80949e30b5dbe6c982", + "input": "Sentence 1: We've received thousands of e-mail messages since our launch June 24 (most of them friendly, thanks), and this is a small taste. Sentence 2: Bradley may be a professional on the opposite side of Gore's ideals, thus making his complaining something to take into consideration and not just a nuisance. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58f13588e4fa40ac8ec21967062bf33e", + "input": "Sentence 1: How else could I perform the valuable service of being everyone's only GOP pal? Sentence 2: I don't know. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b5e217a67cbd49daaad9415c0a2b131a", + "input": "Sentence 1: Hoped-for federal grants havent come through, so hes had to raise his rates. Sentence 2: He has had to raise his rates because the federal grants haven't come through, wrote the journalist. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dec74638b28440178c5829f3560097df", + "input": "Sentence 1: In addition, the CEF moderate scenario anticipates increased program spending of $3. Sentence 2: He's suddenly woken from sleep by the sound of a lock being unlocked. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-478600de1686408895c786554254a704", + "input": "Sentence 1: The task has caught up with me anyway and at last. Sentence 2: The brill trader told them about the wonderful camping site. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3472c212bf3f4ad29fb2ceb2ad9e3bb4", + "input": "Sentence 1: Shall we, Tuppence? Sentence 2: I'd know what to do with it Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aed63c1be5014c9580d996c61ae1fd77", + "input": "Sentence 1: Let me go, then, cried the other. Sentence 2: Agencies did not want the public to review the rules before passing. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9423f3d5827144f68db0cf4916d9b999", + "input": "Sentence 1: The influence is clear even in the most spectacular of the Brenta villas, at Stra, the opulent Villa Pisani, or Villa Nazionale. Sentence 2: Visitors cannot see the influence at all at Stra. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ef2ae383ae714916806209b551761d81", + "input": "Sentence 1: South of the museum and surrounded by modern housing lie the Roman Baths. Sentence 2: There will be volleyball games every 3pm on the beach. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ebb8955fc3ca4cf2bd0aa17a91d7c502", + "input": "Sentence 1: But she'll come round right enough. Sentence 2: Shulman lives happily ever after at the end of the book. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b5945fcfe104bd2b3894f4b3a336be4", + "input": "Sentence 1: and nowadays with microwaves you can steam many of the things in a microwave i don't know if you have one Sentence 2: The microwave that you have cannot be used to steam anything. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9681b48a3c284e15ab9bea76c6e00732", + "input": "Sentence 1: and but i'm at school i'm in you know i live i live up at the college Sentence 2: I'm in school and live at my college. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-168fb6d670a048a7addf4afefd86886e", + "input": "Sentence 1: Even today, when agricultural policies provide significant aid and resources, farming is still a tough life. Sentence 2: The survey was conducted by the Department of National Defense. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0480af382f774fb9946fc9da02c413d6", + "input": "Sentence 1: Good musicals are both specific and universal. Sentence 2: I strolled across the lawn but Lawrence was nowhere to be seen. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e8a30f0c40c480187e227012d8adb83", + "input": "Sentence 1: I fled into the west and within five days I was lost, out of water, and delirious with exhaustion. Sentence 2: I traveled for days. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63a3b782c4bd479ebb6db61fc7cc8196", + "input": "Sentence 1: Most Ibiza hotels and apartment complexes offer their own freshwater pools. Sentence 2: Sir Ernest Heavywether only a had a few questions to ask. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8cca647ca444447798bb515727914bca", + "input": "Sentence 1: but i i guess things have gotten better i've been told that there's flex hour and those kind of things Sentence 2: It's gotten large, I believe it may be up to two hundred and fifty thousand. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-efb6a376ae454fa6a237b81fa1a1f972", + "input": "Sentence 1: Tommy accepted defeat quietly. Sentence 2: I'm not sure if it was 50 billion dollars or 50 million dollars. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed2de256f90f48cfb279dfd87b7616dc", + "input": "Sentence 1: The building at the corner of Charlotte Square and South Charlotte Street was the birthplace of Alexander Graham Bell, inventor of the telephone. Sentence 2: Alexander Graham Bell, inventor of the telephone, was born in that building at the corner of Charlotte Square. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-43b2223e1a314431ad687bed41f35d2a", + "input": "Sentence 1: One way or another, the president's needs must be ministered to (to borrow another terrific Flytrap euphemism). Sentence 2: They had no idea on what they were voting Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9d3e232a6b364854bf0fa5cc6accb490", + "input": "Sentence 1: I was in Kentucky for about a year after the war. Sentence 2: These days you need dual income to afford a house. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e88cd580387345538d9da62ec6c106e9", + "input": "Sentence 1: Nora now sits in an ominous stillness. Sentence 2: Nora is standing in a loud room. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-137c3be8c45a4ee5840db91b34f0ad89", + "input": "Sentence 1: This Temple of all the Gods today contains the tombs of Renaissance masters such as Raphael as well as the first king of Italy Vittorio Emanuele II and his son Umberto I. Sentence 2: In addition to kings, this temple also contains a glorious fountain. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2290a1b10f9f41dea3b911e5d8d5c00d", + "input": "Sentence 1: We have a choice. Sentence 2: There is a question regarding evolution's divergence or convergence. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b11114d689c849a9926e58d21bad1210", + "input": "Sentence 1: But the update was not one-sided, only adding new costs, some $450 million. Sentence 2: The update was fair, falling above budget costing $450 million. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0d675f01e34c4629b1622c1db51615dc", + "input": "Sentence 1: Beyond a cent, one would expect smaller mailers to begin presorting or that some presort firms would begin to take the mail of highest quality and presort it with optical character readers, probably putting on a barcode at the same time. Sentence 2: Irradiation causes fecal matter in our food. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4bdf03fe98b4187b77ea60b060cf1cb", + "input": "Sentence 1: On a train you're not trapped in your seat Sentence 2: You are not trapped in your seat in a train. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f44c1b2525f34f1b9dc826c873eb4b99", + "input": "Sentence 1: When Clinton lawyer Bob Bennett requested that the Paula Jones trial begin sooner than scheduled, reporters construed it as a display of confidence. Sentence 2: Bob Bennett had never before requested that a trial begin sooner, so it showed he was really confident. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1acd77ba67ed43b49d5ea3cf122a3a16", + "input": "Sentence 1: Auditors should place their findings in proper perspective by providing a description of the objectives, scope, and methodology used to conduct the work. Sentence 2: Federal agencies will be held to the same financial reporting standards as the private sector under the CFO Act. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4de4e9d015c4b35bf0433cc0e4afddf", + "input": "Sentence 1: The Louvre's official Web site (<www.louvre.fr>) offers virtual tours that can help you choose the most important galleries for you to visit. Sentence 2: Virtual tours can be found on The Louvre's official web site. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d8240801cdc94c79b13bfa7bbf4d6bb8", + "input": "Sentence 1: From fiscal year 1986 to 1995, for example, total import entries increased by 242 percent, from 11. Sentence 2: Total important entries went up by over 200 percent between the fiscal years of 1986 and 1995. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-97c8b16811e542b089c09890dce83d05", + "input": "Sentence 1: Not only will reducing ozone provide public health benefits, but it will avoid damage to ecosystems and vegetation. Sentence 2: Standing tickets are very cheap. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7fab963309146d2b0a25cdc7439cd9a", + "input": "Sentence 1: For populations over age 65, we then develop a VSLY from the age-adjusted base VSL of $2. Sentence 2: COPD deaths will cause the loss of 500,000 life years. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-46855d769f2b4301975f92f3fe4f51c5", + "input": "Sentence 1: Given how many lawyers must have vetted this thing, it's probably an achievement that Mann got as much as he did on the screen. Sentence 2: A number of lawyers that are vetting this thing are many. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cbde4da7fec443288d358618d1256dc8", + "input": "Sentence 1: For a desert city, Las Vegas has more than enough grass fairways and water hazards to keep the most avid duffer busy. Sentence 2: The entirety of Las Vegas is desert, with no fairways in sight. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2f50533d8887409a9ef71b4d5e2d2b39", + "input": "Sentence 1: Tenth month: Reproved by matron for visiting the pictures in company with one of the patients, namely: the aforementioned Lieutenant Thomas Beresford. Sentence 2: In the tenth month, I was reprimanded by a matron for attending a movie with one of the patients. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fd9bd53374404b06bebfef64cf31da17", + "input": "Sentence 1: The state organization provided meeting rooms and administrative support while the professional organization used its professional contacts to obtain knowledgeable speakers. Sentence 2: During the last several laps, Gordon was in the lead at over 180 mph. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97fdc38b0a074d57b6e620cf87932b9f", + "input": "Sentence 1: Can't be easy for him to git them, neither.\" Sentence 2: It must be very simple for him to get them. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ee6446958436465b834a3bc4425fb5ec", + "input": "Sentence 1: and uh essentially the cafeteria plans are programs where the company makes available a a different uh uh different packages of benefits you you know you can pick the kind of insurance you want and the kind of dental coverage and the kind of vacation policy you want an and all of these different things and you pick the ones that you want as long as the total cost to the company essentially the total cost to the company fits you know within their guidelines so every employee gets the same dollar amount of benefits but they can pick them from different whatever is most important to them Sentence 2: This point that you raised is a good idea, I don't feel intruded unlike with your first suggestion. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8dcc9e4b4d54334b46af5c14d721eda", + "input": "Sentence 1: What good am I? Sentence 2: I have those roly poly type bugs all over my kitchen. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e3f4070153540eab742091c440718ac", + "input": "Sentence 1: The fine Romanesque cloister was moved here from a nearby convent that suffered damage in the Civil War. Sentence 2: Having suffered damage during the Civil War, the Romanesque cloister found a new home here. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d54e4f889b1f4bcaa4b1974ea45957cf", + "input": "Sentence 1: You can also escape the preoccupations of existence at the wildlife sanctuary of Kanha. Sentence 2: The financial markets are not very efficient. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc7e10118d034fe186a2d5f905dd6238", + "input": "Sentence 1: There are plans to sink hundreds of millions of dollars into the community to develop new attractions, shops, hotels, and restaurants. Sentence 2: Many things have changed while I've been at the Commission. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-141b4cbea38546aa8a670e1a0384df05", + "input": "Sentence 1: yeah i think it failed too because like what you said of just you know hey this is ridiculous i think Americans have so much stress on them right now Sentence 2: Americans are now feeling very calm and at ease. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-088fa181f4624247978294a2834930ee", + "input": "Sentence 1: At the corner of Calle Calvario is Cafe Isabelica, a venerable 24-hour bohemian haunt in a house three centuries old. Sentence 2: The one that is excluded is similar to the ones that are included. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d71504a7be4946a68203c2798a127c99", + "input": "Sentence 1: Collaboration with rigorous methodologists is important, but those collaborations have to focus on what can be accomplished specifically in the ED setting. Sentence 2: The population is plummeting because people don't have children in the city anymore. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9eca8ee839d64069862e472b9d0ff440", + "input": "Sentence 1: we might get one more little snowstorm in April but i don't think it will amount to much Sentence 2: I am sure that there will be very little snow in April. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d249605a99104759a8e48d320a1beb15", + "input": "Sentence 1: People who speculate on the odds can be either upbeat or quite discouraging depending on what ax they have to grind. Sentence 2: The girl had faced something dangerous. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed376bdcbed24009af9e4a27a3b3f53e", + "input": "Sentence 1: He drew his falcon hilted rapier and his off-hand dagger. Sentence 2: I'm not opposed to postal reform change. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6182ceaddc8a4b7798b3b5208e16a616", + "input": "Sentence 1: yeah it wasn't that bad and uh but they are big and they're kind of hard to drive uh definitely next car we'll get will be a used car because we can't afford a new car they're so expensive Sentence 2: I like the plowing and weeding is okay. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-34271d4dfebd4dff9bc8c57bd4bc1857", + "input": "Sentence 1: Wearing a towel and bath-clogs, you will be shown to the steamy marble washroom, where buckets of hot water will be poured over you before an attendant sets to work with a coarse glove, removing dirt and dead skin and leaving you pink and glowing. Sentence 2: The purpose of the case study, by the reckoning of some researchers, is to confirm the hypothesis. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-503c14b43fb74f2a9df5f76a099ef1c2", + "input": "Sentence 1: i've been real pleased knock on wood i'm scared to death her going to public school Sentence 2: I wish we could afford for her to stay in private school. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-693c50aa38fe49c7bfdda4c9a233b282", + "input": "Sentence 1: Although most of the organizations were private enterprises motivated by the desire to earn profits, their information security concerns focused on providing high-quality reliable service to their customers and business partners, avoiding fraud and disclosures of sensitive information, promoting efficient operations, and complying with applicable laws and regulations. Sentence 2: That has my attention. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e7b2a1c2496a450d8420788e5ea97697", + "input": "Sentence 1: The Nazi flag of the opening scene has become a Tibetan one, which they place on the summit. Sentence 2: I do not have to get that one I guess. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ed3bc531ac3489ea83788336cd6792d", + "input": "Sentence 1: Madrid's diverse architecture, while not the equal of a Paris or London, traces the city's stages of expansion and prevailing styles of the different eras. Sentence 2: Madrid's architecture is equal to the architecture in Paris. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-867d837237974d568884cd3abda9f423", + "input": "Sentence 1: The numbers changed to a seventeen-digit code and two phone companies had merged, and everyone's got new PINs with four symbols, of which two must be letters from 'g' to 'r' entered in an AZ-Max mode.' Sentence 2: Apathy toward implications for substance abuse Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f2dcd1eadea4ec2918e71cb6d555efa", + "input": "Sentence 1: It's been harder and harder to hunt the slavers these days. Sentence 2: You hear of people who have committed crimes, and then they get out of jail, and they are free to go and do same things again, and that makes you wonder why they can't just stop that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec62527f98f043beb5bfa93ab5c34ff2", + "input": "Sentence 1: What's the difference, except in the latter case all of us benefit? Sentence 2: Everyone will benefit in the latter case because the deal is more equal. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a3ac275ab5d3405280198038bcd98350", + "input": "Sentence 1: To measure anything in the floating paper dollar will get us nowhere. Sentence 2: They are being reckless. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c30046d95cc426ca328c3f0f186db4f", + "input": "Sentence 1: It tells you that food stamps are respectable, that you're a fool not to go down and claim what you're entitled to. Sentence 2: Food stamps are respectable and they feed more than 30 million americans every year. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5b04714afccd497096f962bc678d95b5", + "input": "Sentence 1: uh i don't know uh medium priced restaurants usually not anything too nice because we have a four year old Sentence 2: I'm not aware of any types of crochet. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fe8af0dcaf74c7d8ccb18f64320b159", + "input": "Sentence 1: In the fourth century, the first Christian church, St-Etienne, was built, joined two centuries later by a second church, dedicated to Notre-Dame. Sentence 2: The remaining states, which include Wisconsin and Michigan, will be subject to the current Clean Air Act up until at least 2004. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f310fac2a79440fae6dea6a478a80a0", + "input": "Sentence 1: She alone would give them the chance to survive. Sentence 2: It will come again. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7b76dd4940b4151b1ce413f47af2279", + "input": "Sentence 1: uh you could go to at one time one era you could go to the other dozens of wives on the block or you could meet for tea or whatever and you had that stress relief uh built in Sentence 2: Danda is a devout self-discipline that teaches people how to be strong mentally and physically. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b145a1dd5fa47f794aa517ea9712900", + "input": "Sentence 1: Even so, Paris recently created miles of cycling lanes that crisscrosethe entire city, making bicycling much safer (and more popular). Sentence 2: Steel requirements for ductwork don't get any better even with the use of more efficient designs. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-411a464ed3a64cd9bb54dbd8b761bab1", + "input": "Sentence 1: (Rosenberg's Dictionary) Sentence 2: The dictionary does not belong to Rosenberg. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b2d995149f04164a2ce2ff05b6fd4cd", + "input": "Sentence 1: Once flight capabilities are established and demonstrated in a motion picture, they must be used consistently and logically throughout, without regard to the convenience of the filmmakers. Sentence 2: GAO's core values of lechery and deceit show terrible nightmares against good government. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-514d65da247e47edb1e588a760b1754b", + "input": "Sentence 1: yeah i spent about ten years in Abilene for TI i i worked out there in Abilene in west Texas and i never did get a chance to get over to Lake Texoma i i wished i had uh Sentence 2: The government not only survived the strikes, but became stronger. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9004d082711c4f4d933d8f9855602095", + "input": "Sentence 1: Luis Vaz de Camees (1524 1580), the Portuguese national poet whose work immortalized that country's golden age of discoveries, may have stayed in Macau. Sentence 2: I have absolutely no desire to return it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d02795ca7ce74d89882eb7b4a49e3fab", + "input": "Sentence 1: By the year 2000, there were roughly 130,000 rooms in Las Vegas. Sentence 2: By the year 2000, there were about 130,000 rooms in Las Vegas, but most of these were created in a business boom in the 90's. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2c43bb3d4c27416fac128d8ce242ab1d", + "input": "Sentence 1: yeah you know i mean you could just you could just take lessons forever forever i think Sentence 2: The lessons are unlimited and they are for free. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-20748cd3659148049ea4843dfea320ed", + "input": "Sentence 1: His entire body, naked from the waist up, was covered in tattoos depicting every demon or devil in the five hells. Sentence 2: We looked at a lot of documents pertinent to the issue. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8529fa0e07c444e8b2872ab6ae78f3cc", + "input": "Sentence 1: There have been observant players even in the majors, most notably the great Sandy Koufax, who declined to play on Yom Kippur. Sentence 2: The major leagues have been free of religious observance. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-22a8264e275e4e158370b56c5fb4377e", + "input": "Sentence 1: okay you should always have an umbrella permit that bridges your uh life insurance and your medical and your um um car insurance in case you run into a lawyer and you break his arm he's going to sue the pants off of you these kind of things are about a hundred dollars a year so you you know these are all equivalent to the monthly budget things some of them are there to pacify situations and some of them are there to prevent things from happening Sentence 2: The dust in the air caused me to blink. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-517ecce9dae94cbdbb134622370a5088", + "input": "Sentence 1: It was a squalid, dirty place. Sentence 2: The area was wretched and filthy, filled with litter and rat droppings. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d58c5c35105e4224a916319de291f46c", + "input": "Sentence 1: You're right that I oversimplified the exchange with Bush in Ohio. Sentence 2: Timothy McVeigh will write a book to explain his actions. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1531620c72a6477797d206c962edba80", + "input": "Sentence 1: well i wondered if i was going to get to talk to a male or a female on this topic Sentence 2: The political debate was challenging because she was well informed. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-59007494384b40589de2ecd352c6e4da", + "input": "Sentence 1: Topham took a chained key from the pocket of his fancy vest and went to fit it into a lock concealed in the carved foliage of the cupboard. Sentence 2: Topham didn't have a key,so he could not open the cupboard. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f9dd5191f2a14a17b938f1b50775e577", + "input": "Sentence 1: After an experiment with elections and parliamentary democracy, King Mahendra abolished the constitution in 1962 and instituted the system of panchayat democracy. Sentence 2: A retort in 2017 would steer clear of religion as it's a sensitive subject. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3c44a86962c40b0a6cae7b6b265b6ed", + "input": "Sentence 1: Norman incursion began with an internal power struggle. Sentence 2: He agreed to accept. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4840e63219604b83985988f3dae78b44", + "input": "Sentence 1: Follow the city walls a little farther along until you come to the landmark Rockefeller Museum, built in 1927, which contains the city's finest collection of archaeological artefacts. Sentence 2: He has never been to the south before. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6b3c356995224341891864e6d509d41b", + "input": "Sentence 1: They are going to come and we are going to die. Sentence 2: The people will arrive. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9da43030fc1f4815b13b331a2194f4d9", + "input": "Sentence 1: we're still we are still the biggest ones as you know as far as how much money we've got in the whole country we're still bigger than anybody else Sentence 2: The key to the WWF's success is that Vince McMahon made himself part of the show. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f1725e88e964de4873d13ba96c15f2c", + "input": "Sentence 1: no i don't like the metric system Sentence 2: You put the milk in the cornstarch Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1e679d0478d4709a1ac744c15ea9255", + "input": "Sentence 1: emit one ton of sulfur dioxide. Sentence 2: A former Bush aide's wife does not agree with his work in Israel. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8a0bace89a941098cb2bcf2614d06d0", + "input": "Sentence 1: oh okay do you need to go Sentence 2: In 1540, beside the Ibn Tulun mosque, the Gayer-Anderson Museum was built as a private residence, and amalgamated with a neighboring house called the house of the Cretan Woman. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-94d3d40f2cf049cd8636b387b2547fc0", + "input": "Sentence 1: At the northern edge of Higashiyama is one of Japan's most famous and delightful short the Philosopher's Path, stretching along a canal running between two major temples Nanzenji and Ginkakuji. Sentence 2: In the space of four years, thousands of people received Pell Grants which they should not have been entitled to. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17018dfb93b6439ba1f6f0ea5650add8", + "input": "Sentence 1: In addition there is an artisan's workplace, and you can visit archaeological sites still under excavation. Sentence 2: Adrin spoke first. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9452ce217497499b80dd10508a2ba048", + "input": "Sentence 1: Agencies have also used IT to facilitate other forms of public participation in the rulemaking process. Sentence 2: IT also facilitates public participation in the rule making. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ccd0c3f525b4fe1a55f602aa121fc1f", + "input": "Sentence 1: And while Lewis believes Said to be motivated by a crude anti-Western leftist animus, Ahmad finds him altogether too enamored of the canons of European literature and avers that Said possesses a very conservative mind, essentially Tory in its structure. Sentence 2: Said was very fond of European literature. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a38c0a06c3d44733a859cb0c0b7878c6", + "input": "Sentence 1: It's no use responding that the law itself protects privacy better than copyright protects a Spielberg movie. Sentence 2: MLS might have the charm of a minor league but is a major league sport. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ccd3633793646468654a8a83f7fc314", + "input": "Sentence 1: Adrin had assumed after his first year here that they wouldn't come. Sentence 2: The American Trial Lawyers Association is a huge supportor of Democrats. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50f9a89778814f66af1ebc3943c90491", + "input": "Sentence 1: This glossary is presented as the last appendix to the volume. Sentence 2: The goal is to increase access and provide quality services. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf2e094e27b7429ea2023b63c78001ca", + "input": "Sentence 1: Bart Simpson's or a Coach is another one it's a sports comedy where the guy is a coach of a a football team a team Minnesota State where they're never have a good team you know but he's always trying to Sentence 2: I have watched every single episode of Coach. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3e5df0f2c6cb4ef7ae11481aa5338196", + "input": "Sentence 1: In its new building, the Project Arts Ceter, 39 East Essex Street, displays the most avant-garde in painting and sculpture; it has a performance space upstairs. Sentence 2: The document gives no reasons as to why information, burden estimates, or solicited comments need to be collected. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-799cec89efd443f1b7a7006ccfa9d792", + "input": "Sentence 1: The most relevant information about heritage assets is their existence and condition. Sentence 2: Their most important information is stored in a secret place. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d83407554d6e41a7ba3beae93a9c4e27", + "input": "Sentence 1: God knows what Sentence 2: I enjoy this treatment. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0419a32c3eb40a587656afe4611894a", + "input": "Sentence 1: The preamble states that the statutory deadline necessitated the 30-day comment period in the notice of proposed rulemaking because of the time needed to draft the rule, coordinate with interested agencies, and complete the required Office of Management and Budget review process. Sentence 2: He needed to have his teeth pulled out so that he could get dentures. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7cf925d4caca4086988b09b1e5e6d765", + "input": "Sentence 1: It also raises the question of what to do with people who can't take the drug because of the side effects. Sentence 2: During his presidential campaign in 1992, Clinton criticized his opponent for coddling Beijing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-abf7d5e370934c618603d3e281347b00", + "input": "Sentence 1: These estimates also suggest that increasing U.S. national saving would not substantially decrease the return to capital and therefore could provide significant improvement to future incomes and consumption. Sentence 2: The estimates suggest that raising national saving would not bring capital back. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf0f0d6fd4f846c49b8ed0ad18236675", + "input": "Sentence 1: Of course, I was not an intimate, and I did not see him in his private moments. Sentence 2: If lawyers think there is a good case, they have to refer the client to a different lawyer. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-990e66d77ad745fb84697061ee4781be", + "input": "Sentence 1: um yep but i love to cook i wish i was a better cook than i was but i i love to cook Sentence 2: The U.S.'s weight intervals are very different to the rest of the world. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb0e8b830c9542d7863ee3bc1e08ba64", + "input": "Sentence 1: it was a mess for the little one so Sentence 2: Poor people of colour think their lives are pre determined. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91befa6055744c7a91bb69e74f01e156", + "input": "Sentence 1: Did you really think I was the kind of girl to roll about on the floor and whine for mercy? Sentence 2: She feels that she is weak. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5ef2180ceb634096b73fa69d47b26ce0", + "input": "Sentence 1: We know, of course, whose dreams Tom is a character in. Sentence 2: Tom is a character in an individual's dream. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-35c9b24fe16a45bb8b16ebd5ac26f04d", + "input": "Sentence 1: no i uh work for E-Systems Sentence 2: I work for the devil. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c65cd8aa300467f97107c6396e425b1", + "input": "Sentence 1: US EPA, Office of Air and Radiation and Office of Policy. Sentence 2: The EPA has no office of policy. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-78406a9a3f5a428ca52522fd3a318368", + "input": "Sentence 1: Postal Service than for Poste Italiane (assuming adjustments for scale). Sentence 2: The postal service for Italy is called Poste Italiane and it is efficient as well. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2441ce2ea688482ea60995010858b6ff", + "input": "Sentence 1: The Musee des Beaux-Arts, finely housed in a 17th-century Bene?­dic?­tine abbey (20 Place des Ter?­reaux), has a rich collection of European paintings, and sculpture. Sentence 2: Graduates are presented with a clientele with no effort on their part. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-692bdc0d997c473fbe201191f5387b96", + "input": "Sentence 1: It was here in 1952 that King Farouk signed his abdication before boarding his yacht for exile in Italy. Sentence 2: The churches were built in the 16th century and were demolished in the 17th century. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e9672f2fbad94fffaff9082677052f8f", + "input": "Sentence 1: Another old wound had deformed the muscle of his left arm. Sentence 2: He got a wound on his arm from battle. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e325207a845849038ae3432d5593cdd9", + "input": "Sentence 1: what he'll be able to do he's been last year he started having some nagging injuries and Sentence 2: Before the war the different groups lived in harmony. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9cb0c5b438514f7e956148087d4a927a", + "input": "Sentence 1: Emissaries flew by balloon to nearby cities for reinforcements that freed Milan from the 14,000-strong Austrian garrison. Sentence 2: There were 5000 Austrians at Milan. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ef3ed70278cf4bfd9a9f189315617bca", + "input": "Sentence 1: You an' me, we're goin' to do it! Sentence 2: We'll go down to the bar and you and me will get it done. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60b2f3a60dce469a9776a1284d5edccf", + "input": "Sentence 1: It believes the criteria would be better applied to the full rate production decision or when low rate production quantities extend beyond 10 percent of the planned weapon system buy. Sentence 2: Bernstein's opinion was that alcohol dependency made the need for out-patient counseling all the more acute. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97b9ab9b57834a4d95b74355654032d6", + "input": "Sentence 1: The average increase in cost for the engines would be 10-15 percent or $700 per engine. Sentence 2: The network is showing a lot of bad movies. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48af2cb396ce4e659279a2b66a833bbd", + "input": "Sentence 1: Therefore, prompt access to all records and other information associated with these activities is needed for the effective and efficient performance of GAO's work. Sentence 2: I was very eager about the war, and anxious to help. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0f63ec3249f345ac95471aa6246cc700", + "input": "Sentence 1: Holy men and women are up and about, busily chanting Ganga Mai ki jai! Sentence 2: The chant Ganga Mai ki jai can be heard from the holy men and women. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9c43374c36f641f0aa3a4116614c38e6", + "input": "Sentence 1: To keep the support of the nobles' armies, the kings had to give the nobles more and more land. Sentence 2: Along the lakes there is no where nice to camp, you're not allowed to camp there. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e2ee715c17745b6808d9218e1645493", + "input": "Sentence 1: he he worries about true but uh so many of his compi campaign promises were on the the domestic promises Sentence 2: There's not much to worry about, most of the campaign promises were about domestic issues. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7a8c681d14564ced8d4f2b6407e40110", + "input": "Sentence 1: It will even out in a day or so. Sentence 2: They arrived 100 years after the migration of either the Indo-Europeans or early Europeans. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8092d465dbf04ce4ba515b1abc5effba", + "input": "Sentence 1: 'We're still going to the city,' Natalia/Lincoln insisted. Sentence 2: You could easily buy us, no doubt. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f8c585b6c4e948dfabcad4bf083ef6b6", + "input": "Sentence 1: If you thought that Dick Morris, now back in Bill Clinton's crisis cabinet, was going to make things smoother at the White House, you don't know Dick. Sentence 2: Three body guards weren't enough. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d99e288aea4c498b8e2e3c1c3f6257d3", + "input": "Sentence 1: i've been checking on my plants seeing the the roses bud out already Sentence 2: I've been watching my plants and waiting for rose buds. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ecd166cba0e2481ab6c8c3ebc9843fab", + "input": "Sentence 1: you might be sitting on a gold mine Sentence 2: All abortions are illegal in the United States. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4671a4e68f94f8cb5c28da0d3659ae2", + "input": "Sentence 1: The second instance of Bennett's dishonesty concerns incarceration . In the 1994 volume, Bennett defines the incarceration problem as the failure to imprison criminals. Sentence 2: Pagan beliefs have a variety of practices and holidays. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9872ad0fc1db4dfd8081ea955e4a3058", + "input": "Sentence 1: None of the real Hersheimmer's friends or intimates saw him before he sailed though indeed it would hardly have mattered if they had, the impersonation was so perfect. Sentence 2: Hersheimmer's impersonation was terrible. Everyone could see right through it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4d986ef457464df0b424fae985325c75", + "input": "Sentence 1: so it is wonderful once you get into some of the programs that are out now you can do so much with them Sentence 2: The stuff out now can't really do much with it. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a519042e0463474a91e4de97066aa75b", + "input": "Sentence 1: Democracy elections held last September amid accusations of fraud.) Sentence 2: Elections were held even though it was possibly rigged. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4f60ce2522b94c59bd39bd7e212fa4fe", + "input": "Sentence 1: This strategy would attempt to broaden the focus of current research activities to include the ED. Sentence 2: The ED would be included in the current research activities if we were to go forth with this strategy. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-155ebb6784604408b19da27ae85982cc", + "input": "Sentence 1: I am surprised, Richard, that you find Faludi's characterizations of the male crisis to fit the British profile. Sentence 2: The chateau is closed on Tuesdays and Sundays. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7ffe697354d04881b0db6d85672e5d2b", + "input": "Sentence 1: Time dusts off the NATO Commander General. Sentence 2: Time dusts off the skills of the NATO Commander General. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-40c4789d8eec4d3e982a5f1c09a528b1", + "input": "Sentence 1: i've never seen it what is it is it like a version of the dating game or huh Sentence 2: Pedestrians listen to Walkmans. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-989d284138ef44a082882d00044291ed", + "input": "Sentence 1: so we might as well recycle those Sentence 2: She was irate due to being verbally assaulted by them. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32857f316e274633beaba9a401e3e51f", + "input": "Sentence 1: Look for fine Chinese bronzes, embroidery, lacquerware and porcelain, tomb figures, and wood carvings, among other possibilities. Sentence 2: The most intriguing are the embroidery and tomb figures. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a8bcb8a791be4157b3c4fd5e18d4004b", + "input": "Sentence 1: Music is always telling stories (more or less), and I think that charismatic power is an element in one of those stories--the force we feel when a strong personality comes up against a demonic power and refuses to be cowed, and takes hair-raising risks, and succeeds in being, if only for a moment, the demon's equal. Sentence 2: The dungeon able to hold two dozen prisoners and had a dedicated torture chamber. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af6238ca87b24b848520c27813b44fe5", + "input": "Sentence 1: Shelby County Mayor A C Wharton recently said Legal Services is important for those who, because of poverty or other struggles in life, think justice is an empty word. Sentence 2: Jackson speculated that American buildings are meant to be expendable so the construction industry makes more money. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00b5cb68984e42189efe392e34a00ab3", + "input": "Sentence 1: Santorini also has interesting dive sites. Sentence 2: The dive sites have lots of hidden passages and marine life . Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-23ce1a3b1e3c4247a7358c1fe671b76a", + "input": "Sentence 1: You don't give a fellow a chance.\" Sentence 2: They knew what their readers were looking for. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-24ee9a638d114030b8a32f0eb3d49227", + "input": "Sentence 1: um i have mixed feelings about it um i don't particularly care for people who take drugs and uh it's a possibility of having accidents in the workplace but um i also feel like it's an invasion of privacy Sentence 2: I don't really care about people who take drugs, but I also feel like it's an invasion of privacy, I have mixed feelings about this. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e57fb6ddb49d4d49806f21dd0e64ac36", + "input": "Sentence 1: He was in a half crouch, the Colt flipped over and out, pointing into the shadows where the newcomer emerged. Sentence 2: Summer is the best time to go. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4e6de93558c94d03940198acfdb24b2b", + "input": "Sentence 1: Instruments of worship and ritual illustrate the religious life of the prov?­ince's important Jewish community. Sentence 2: It might be possible to read the books and make leaps in theory. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59dfe68596b44c389658bd77a9d378a8", + "input": "Sentence 1: \"Kentucky,\" the rider answered, and then his lips tightened into a compressed line. Sentence 2: That is not a longs ways away for me! Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8997c419034f439ca80f858cf708e3fe", + "input": "Sentence 1: in order to get the raw goods but they you know of course they can they're limited with what they can do they can only do so much and uh Sentence 2: Getting the raw goods is the most expensive part. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1a01946a278d479a85b003aaea9ce10d", + "input": "Sentence 1: If 4 months is added for pre-contract effort and 1-2 months is provided for start up and commissioning, the total project duration would be anywhere from about 21 months to 26 months. Sentence 2: Julius, it is absolutely true. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6146ac4cc3274cc6a626de97498b35d2", + "input": "Sentence 1: um but i think in time come you're going to see that happening you're going to see um where the high risk people pay a premium but they have to find a way to prove it Sentence 2: Hiding things is just dirty, whereas there is glory in fiction Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7f0a4edec4c942d3b424558b687091e9", + "input": "Sentence 1: When the supply ship crashed into the space station, Foale feared death by decompression. Sentence 2: The evaluations were designed to be very efficient. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e91b14064d2f467bae41dca59954c01c", + "input": "Sentence 1: Not surprisingly, analysis has become a major methodological concern, and more structured and perhaps more efficient approaches to analysis have been developed. Sentence 2: Analysis is a big concern. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e03fa5776034c939a50dc69f0fed4d8", + "input": "Sentence 1: Alas, madame, said Poirot, \"I thought you had come to honour me with a visit!\" Sentence 2: She came wearing skirts that look like she'd be going into the office, or maybe she actually was. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0b2b6f757f24766a97be85644460c5e", + "input": "Sentence 1: She had worked for a refugee-relief project in the most lawless region of South Asia before finding her way into an even more dangerous part of the world--one of great importance for U.S. foreign policy. Sentence 2: The only link with the outside world on some of the smaller islands are ferries. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8023e52c9d548cd8db8246747046dff", + "input": "Sentence 1: um-hum um-hum get a kitten yeah um-hum Sentence 2: Regular scenery chewers and Michelin-gourmet scenery chewers are the same thing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33025ca0b3d4470f93afdf204fcd3cdb", + "input": "Sentence 1: Hence, for investment in information technology to be profitable, its gross rate of return must be quite high. Sentence 2: A man videotaped a door in San Gimignano because he was fascinated with it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0245108fb41a4cfebc16c64e34be0819", + "input": "Sentence 1: Formed from volcanic eruptions many millions of years ago, Madeira, like the Canary Islands, is an archipelago. Sentence 2: All the two hundred and thirty five Democrats voted for the bill. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9193ba0d21ba4eff9876c491cfa7e45a", + "input": "Sentence 1: A year ago, the wife of the Oxford don noticed that the pattern on Kleenex quilted tissue uncannily resembled the Penrose Arrowed Rhombi tilings pattern, which Sir Roger had invented--and copyrighted--in 1974. Sentence 2: You're in Tenessee? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ea9697c65ec42ac81ca1ae566f58c73", + "input": "Sentence 1: Clearly something must be done. Sentence 2: We don't have to do anything. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b50fe47c7ac483e8c629b3bce686dda", + "input": "Sentence 1: Management's Role Sentence 2: The Dutchman, John, made the city popular. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-12275f2140f2439fbd98c6480e2ba6dc", + "input": "Sentence 1: It's just good government without any civic mysticism in it at all. Sentence 2: Yesterday I got a call too however, this is a different topic. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3737d714eac64adaa8a91f0ee0b88b7a", + "input": "Sentence 1: 'I've arranged a series of events constituting a tour of America Large.' Sentence 2: That would be so much fun. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0fb4213db866431ba0b41b7f53c54579", + "input": "Sentence 1: Next week's cover 'Medical Miracle for Cute Babies Is a Hot New Trend and Proof of God's Existence. Sentence 2: It has no immigrants from Europe. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a423325c7d4e4f458d6b25a702a673b8", + "input": "Sentence 1: It is likely that the strength of this market response will increase as time progresses. Sentence 2: The market for this particular field is shrinking and diminishing the more time is allowed to pass. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41fb2de6bea443c79bdfd5392930977d", + "input": "Sentence 1: In the popular mind, the history of Hong Kong, long the entryway to China for Westerners, begins in 1841 with the British occupation of the territory. Sentence 2: Building on last year's grant, the TIG 2002 award to Potomac Legal Aid Society (PLAS) doesn't allow the program to reach the area's underserved Asian American community. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c716d95dd2f429c891a4a4724498252", + "input": "Sentence 1: The cover story in the last issue of the business magazine Across the Board identifies nonbusiness-related use of the Web as a serious problem at the office. Sentence 2: Across the Board said that the serious problem of personal internet use in the office is growing everyday Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cbf2d087b7944d0899eccfbaac199245", + "input": "Sentence 1: He stood relaxed, watching the carnage around him and smiling. Sentence 2: The East Coast has no sharks or barracudas. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc706528d50b4e0a80e3d49e9921ae18", + "input": "Sentence 1: you know her car died on the highway and i happened to be with her and managed to get her to the other side of the road because it was dark and all Sentence 2: They do not care about beings and their parts. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5c3dbf269eb4194b10b3cf81c3356b7", + "input": "Sentence 1: Actually, three, if you count Jerry Falwell's Jew Town, but that's a scary place. Sentence 2: The Dutch relics in the museum here include pots and statues. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75f832a2057d4e0cab3431f81cba41f3", + "input": "Sentence 1: These are powerful warriors, said Severn. Sentence 2: Mt Inasa limits the amount of sunlight Nagasaki gets. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-049f587e0e8f4cbea87a1ddd43942835", + "input": "Sentence 1: However, once either high volume or high density is achieved, the opportunities for further reductions in average unit costs by increases in either volume or density are minimal. Sentence 2: In some cases this increasing volume may even increase unit costs as new facilities must be built. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-92a8499d0a6e4c3f90519b49a393aadd", + "input": "Sentence 1: Available evidence indicates that households are willing to pay more for a given visibility improvement as their income increases. Sentence 2: Some evidence shows households will pay more for an improvement to visibility when they make over $100,000. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b7fbb094700242069730e52fa06be150", + "input": "Sentence 1: du Dr. Menard). Sentence 2: The board approved stop gasp funding to the organizations Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb941a53fb8e4e968e6463f2145dfe1b", + "input": "Sentence 1: \"I think the captain will agree there are no prisoners,\"Topham said. Sentence 2: The captain knew that there really were some prisoners. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d45ad1c3a53f413d887ab6550e928ee8", + "input": "Sentence 1: A little cry broke from her lips: \"You don't know, you don't know, how this hateful place has been prison to me!\" Sentence 2: Stevens notes than he is not better than a trained artist. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5aabbf4567a8448da86c08b1ce3eaf88", + "input": "Sentence 1: And how many of them are being lured into our sports sections? Sentence 2: The cathedral has a long history in the country. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2cd20d32604e4bb1ace731d3b9e1414b", + "input": "Sentence 1: The symptoms appear from one to two hours after it has been swallowed. Sentence 2: Awake it was in him, fully and completely. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6230f1c6eafd45de8b752a0a6efd6fc1", + "input": "Sentence 1: No that's Jane's place! Sentence 2: After she offered tea and made small talk, it appeared the tension of Mrs. Vandemeyer's attitude relaxed. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-34a942c1578d48b8ab8b9124b99bce7c", + "input": "Sentence 1: um oh so you are a disgruntled graduate student Sentence 2: The populace of Edinburgh. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10a4e5dadaeb451cbfd5e12a2087e791", + "input": "Sentence 1: True enough! Sentence 2: Everything else is inaccurate. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dabd2286dfee40d382a9fc7d9211637b", + "input": "Sentence 1: uh because the average person doesn't get to see enough of the entire floor to see a play get uh develop develop and so uh uh i don't usually watch them i'll listen to baseball and i'll listen to uh like the Indianapolis Five Hundred i would not go and face all those crowds for anything in the world Sentence 2: Nothing has replaced it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d4a73cc41a67420ca0ee009db2222cc4", + "input": "Sentence 1: Imbeciles and quick. Sentence 2: Quick imbeciles. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b218e8807c54cf0909268533e2acb0b", + "input": "Sentence 1: For more orientation, visit the Tourist Information Office on Janpath. Sentence 2: Republicans like when the electorate is stupid. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-653152182f734fc9bb814a2520efea72", + "input": "Sentence 1: Some want to paint Democrats as soft on defense. Sentence 2: It take more than a day from Edinburgh to go play a simple round. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9a775e8867204196a1f41b44b198e30d", + "input": "Sentence 1: Boxing officials ordered a rematch of the March 13 heavyweight championship fight between Evander Holyfield and Lennox Lewis . Fans and sports writers are in an uproar because the judges called the fight a draw--despite a huge disparity of punches in Lewis' favor and the widespread perception of spectators that Lewis won. Sentence 2: There will be a rematch of the fight between Evander Holyfield and Lennox Lewis. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bbefa1c473a1435ba86a9477c6305812", + "input": "Sentence 1: The magazines run identical cover photos ( U.S. Sentence 2: Resorts in Guadeloupe and Martinique are similarly priced. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8f0f47399974cf1bca35195933ec26d", + "input": "Sentence 1: Shamefully, over the last decade, the average revenue of the country's most successful law firms has increased by more than 50 percent while pro- bono hours have dropped by one-third. Sentence 2: One of them wanted to swing his sword but it was too heavy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-148845af965440fca105c570b7a5bc58", + "input": "Sentence 1: see if we get together again sometime Sentence 2: They were angry after they got the package. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d4a80c5f6742497099d42cae5dbc107f", + "input": "Sentence 1: Young British Artists From the Saatchi Collection (Royal Academy of Art, London). Sentence 2: I always lived in a mansion for my entire life. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7286b3ebfe6d45cf97e11a1803aa1df5", + "input": "Sentence 1: sure yeah i had a i had a tough battle with Exxon several years ago Sentence 2: There is a small girl screaming into the void. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-018167039c364d34983f1af37c549fa5", + "input": "Sentence 1: Nor am I claiming that Reagan single-handedly produced the result. Sentence 2: The OMB deals with worker's compensation claims. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0a093a4dbfbe4f9b8ab85e7fe5b8e4de", + "input": "Sentence 1: In a forested valley in the center of Spain, Francisco Franco decreed that a memorial for the victims of the Civil War be built on a site chosen personally by him. Sentence 2: Francisco Franco called for the building of a memorial for the victims of the Civil War. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1184b8f7aa444bbd90c99bd1bddb89eb", + "input": "Sentence 1: This is a great thing she has done for me in this world, she said as tears welled up in her eyes. Sentence 2: She was crying out of happiness rather than sadness. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-47c3710e46094a6080a4672889e39574", + "input": "Sentence 1: They further include increased spending for programs such as DOE's Industrial Assessment Centers and EPA's Energy Star programs. Sentence 2: increased spending for programs is further included. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d0f471bd8643495e89edb09aae4f99bc", + "input": "Sentence 1: All Saints' Day (La Toussaint) 1 November, when, after dark, in an original and beautiful Antilles tradition, all graves in cemeteries are illuminated with candles. Sentence 2: Roughly one candle is placed for every three graves. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-81483a063b97418ca44b4b8245bef523", + "input": "Sentence 1: but you actually enjoy it huh Sentence 2: since you hate everything about it Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-64d95a6f74b3474d86496b27b0db029a", + "input": "Sentence 1: On the north side, the church of Santa Maria del Popolo is important for Raphael's Chigi Chapel, exquisite frescoes by Pincuricchio, and, above all, two profoundly disturbing early 17th-century paintings by Caravaggio, the Conversion of St. Paul and Crucifixion of St. Peter, in the Cerasi Chapel left of the choir. Sentence 2: Saint Maria del Popolo is a church on the north side. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e629183c01dd4fb3b93779463160f9fb", + "input": "Sentence 1: A horse-drawn phaeton will take you on a tour, which passes through Cumhuriyet Meydane (Republic Square), the centre of modern Izmir, surrounded by glittering luxury hotels and palm-fringed promenades. Sentence 2: You can see the details of the temple from the stone ledge. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d45e675993544bd9825ea75d2c671616", + "input": "Sentence 1: i mean i think i think the only i've ever seen a sequel was Two Thousand and One Sentence 2: I think the only thing I have ever seen is a sequel. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f42649d581f24144b7842ac540134113", + "input": "Sentence 1: 'The labourer is worthy of his hire', you know. Sentence 2: I would never recommend him for the position. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3575a78f3ff84bf99138661cd2f8eb95", + "input": "Sentence 1: course i'm tend to be a slow learner i guess anyway but it's a lot of fun and it's it's a good way to get exercise you know fooling yourself because you don't realize you're getting exercise you know it's so much fun you don't really think about it Sentence 2: He'd likely die if he went to war. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4eb10d022d8e4bad9c3c5236d82a8163", + "input": "Sentence 1: In that respect, the operations of the boards should reflect a culture that embraces these responsibilities. Sentence 2: Debt Management Behavior and Difficulties Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b027362c1c974fdc813d1935c8e020e8", + "input": "Sentence 1: On nights with a full moon, the grounds stay open till midnight. Sentence 2: The grounds stay open until midnight when there is a full moon. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-17911b11025c47af8539515bcada57e8", + "input": "Sentence 1: Mr. Brown's methods are not so crude. Sentence 2: Mr. Brown's methods are horrible. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-11d2daf08a2442c8a06bbe17f3939c0d", + "input": "Sentence 1: well i i wasn't helping them i worked with them not to help them but actually for my own purposes i'm i'm a linguist and i was uh doing a language trying to learn their language a little bit and i actually um i mean helped them them in the sense that they received money for working with me but i didn't i didn't i wasn't a social worker or anything like that Sentence 2: The original was not tapped by a cap of pure gold. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-73434d79f89442a8b7aaa2bd58f811bf", + "input": "Sentence 1: New businesses spring up almost immediately, built into the plan and ready to serve an already-waiting group of customers. Sentence 2: There are more customers waiting then businesses to serve them. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5d547a681a81424297e5774b94dae084", + "input": "Sentence 1: Strike a match to see the effect. Sentence 2: The only way to see the effect is to strike a match. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5d0e2f43e11245efae5bd9dffb7be494", + "input": "Sentence 1: 6. Boys Don't Cry . Starkly beautiful, Kimberly Peirce's debut film has at its core a tragicomic That the cross-dressing Brandon Teena, a k a Teena Brandon (the rapturous Hillary Swank) feels most at home among the sort of roughnecks who would kill her if they knew her true gender. Sentence 2: There are many small business issuers who feel that there should also be an exclusion from the accounting policy disclosure. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-316eb9df538d40a98f3015016ba6bb74", + "input": "Sentence 1: I don't know, said Adrin. Sentence 2: I approached Manhattan from a different direction than Brownsville. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-159e34185e244aadbe2dc87339b64bf1", + "input": "Sentence 1: Sociology Lives! Sentence 2: It matters a great deal!! Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f8b48f45ad914e5291e4621bcd75eedd", + "input": "Sentence 1: and we like to watch that check up on what's happening with all the stocks and Sentence 2: The GAO follows its own rules and guidelines. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b79eb2ee5b9444059be5527d18c0c024", + "input": "Sentence 1: I suppose that was probably White's influence, his words still chipping away in the back of my head. Sentence 2: White's words have been in the back of my mind, they may have influenced me. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5638684229544ea7bfd08f1eab5aaf1c", + "input": "Sentence 1: He would have only a few men- I'd warned him not to bring too many in the interests of stealth. Sentence 2: If you are willing to go without amenities such as restaurants, toilets, showers, and changing rooms, or simply go with less of them, you will find the smaller beaches to be less crowded, though also less convenient. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-907e5fb12b214825b4d8fcedd1ad887b", + "input": "Sentence 1: Why not give discounts based on cost avoidances promised in a previous rate or classification case but which savings were never captured by the Postal Service? Sentence 2: All the previous rates did not have any cost avoidances. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-22a4a863ea414043a2e6c874d6028ac6", + "input": "Sentence 1: yes i'm from LA Sentence 2: The servants let Hanson fall onto the ground. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2b3939435224bee853e038044b0276e", + "input": "Sentence 1: The centrally situated Pont Royal, built for Louis XIV in 1685, commands some splendid panoramas, with the Louvre and the Tuileries Gardens on the Right Bank, the Musee d'Orsay on the Left, the Grand and Petit Palais down?­river, and the Palais de l'Institut de France, home of the Aca?­d???­mie Francaise, upstream. Sentence 2: At Hillend you can also buy the rental equipment if you enjoy it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0677d43b27e64ba6a64725173ae10216", + "input": "Sentence 1: 5 mpg before the start of that model year Sentence 2: Kurahiki is one of the few surrounding areas without canals. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae0bf90f3d034150a8eb62dece1e648d", + "input": "Sentence 1: If not, stadium seating will always be accessible to the average fan. Sentence 2: Stadium seating is acceptable for the average fan. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2bcd268f6c6b42c68e7d6b65b50c595d", + "input": "Sentence 1: Show me again. He was sure it wouldn't work twice, and he hesitated, not too willing to have his stock go down with her. Sentence 2: They don't go through anything. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c5a725dff9a4fae973547340cdfbe0d", + "input": "Sentence 1: The wise course for Republicans might be to accept a plea bargain under which neither Clinton's behavior nor Starr's will be further investigated with regard to the Lewinsky matter. Sentence 2: Although there's no obligation, most visitors end up buying things anyways. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e4296b0552a4365b97d49fc9b158463", + "input": "Sentence 1: that's great, love plums Sentence 2: I also love apples. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e8778a179c4044fe90ba195ad4babd62", + "input": "Sentence 1: And you must recognize and accept that doing so will take inordinate amounts of your time and your energy. Sentence 2: The panoramic view is exquisite. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3aab17418ca846fb99fdd2169385ac1e", + "input": "Sentence 1: The advantage of our program is its predictability, said Amy Rosenberg, chair of the Pro Bono Project for Larimer County. Sentence 2: There weren't much expansion and growth in Borneo in the 1800s because of a lack of competent individuals. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5e72728f92248cf98eaa02dfe026b54", + "input": "Sentence 1: You say you've recognized Number 1 to be Kramenin? Sentence 2: Specter supported putting Clinton on trial. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c5cfca12d86f4ca58182cef4bb523474", + "input": "Sentence 1: Semans says she wrote that line into the narrative after she had told a lot of people, including her parents, about the spot. Sentence 2: Semans gave her main character a birthmark on her leg to match the author's own. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7401b4b83a624f05a3b74a27edda0ca1", + "input": "Sentence 1: It is similar in nature to other excise taxes that result from the Government's power to compel payment and that are dedicated to a trust fund or special fund to be spent for a designated purpose (for example, the gasoline excise tax, which is dedicated to the Highway Trust Fund). Sentence 2: It is dissimilar in nature to other excise taxes that result from the Government's power to compel payment Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-13bf5c5446084d52b987263799a5c9de", + "input": "Sentence 1: Want to catch up on the hottest independent film, pay a mere $3 for a held-over feature at the Lowe's Cineplex Fairfax, grab a few air-conditioned hours with an international flick, or watch a blockbuster in the historic Mann's Chinese Theater or El Capitan? Sentence 2: I haven't painted since I was a child. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9bf57872e1104e6fbfea479168fee8ff", + "input": "Sentence 1: The representatives will be asked to articulate in writing their concerns and objections. Sentence 2: The representatives would prefer to state their concerns orally than in writing. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1dffa82c08ba44fabaed42df9376c3a3", + "input": "Sentence 1: The 18th century was not a good time for the native Irish, but the Protestant Ascendancy flourished. Sentence 2: Tuppence was doing something she wasn't supposed to. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-63f1d76726f841b28cee3b9d98ba5a66", + "input": "Sentence 1: The flow of events over time for each significant actor and for significant points in the series of events forms the organizing framework for data analysis within each site. Sentence 2: The expenditures decrease. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a5c26ab9aa3140ea81ccf7ed4ed98d33", + "input": "Sentence 1: and i know there's a glass plant up here and they recycle glass and you know we recycle aluminum cans and all that kind of stuff Sentence 2: We don't recycle much glass. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b0fd9f811b604f759ba82f3c8f67a221", + "input": "Sentence 1: Even were I to accept the Court's First Amendment analysis, I could not join its decision to conclude this litigation without reaching the issue of severability. Sentence 2: He is an alcoholic. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dc22c26f4b594efd9a3bb898ac4cf881", + "input": "Sentence 1: Each fall the temple has a special night-time illumination of its many maple trees, their flaming reds and oranges highlighted with strategically placed pin-spotlights. Sentence 2: Charles had struggled with politics for many years. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7cb4a6c75e4c49c1aedcc8fceedb8a1b", + "input": "Sentence 1: Time spent on the issues voters in my district care about: 4 minutes. Sentence 2: The animals easily climbed the path. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae8953dfaa26442aa12743deba326f75", + "input": "Sentence 1: But it's all O.K. Sentence 2: It took a great deal of time and effort to persuade him, a frugal person, to part with his money.. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3e7035420f5441c29c81b95d4c579cba", + "input": "Sentence 1: It did work for Washington, D.C., Mayor Marion Barry, a self-professed sex addict who rehabilitated himself politically after a drug conviction by declaring his powerlessness over drugs and sex, repenting, and entering a program. Sentence 2: After his admission about his sex addiction, he could not rehabilitate himself politically at all. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-22bc59a77aae4f1a950eb970819bba20", + "input": "Sentence 1: There was nothing like that emotion now. Sentence 2: There is no emotion that compares. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bc3893930b9a481586c03ce1a1fdbc33", + "input": "Sentence 1: Assets are correspondingly reduced or increased. Sentence 2: We are a vegan establishment with no animal-derived products whatsoever. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1589df2435eb43378c8e4efe6d3c7bce", + "input": "Sentence 1: Our OPM work was conducted at its Retirement and Insurance Service locations in Washington, D.C., and Boyers, PA. Sentence 2: In the preamble it states that rules must be followed unless you want to be killed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-41e4e0d538044af08e4b8a4bdeae51d9", + "input": "Sentence 1: Well, then, listen.\" He sat down on the corner of the desk and took out a cigarette. Sentence 2: He stood and walked out to find some cigarettes. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e286dd1ddf314c0993d82ad9440e8420", + "input": "Sentence 1: Expenses are reported on an accrual basis, including contractual amounts due for counseling services Sentence 2: Felipe's son was loyal to Madrid. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d4f1d7966084c56b341ab9b804d07fc", + "input": "Sentence 1: oh that must be nice Sentence 2: The justices thought the ruling was unconstitutional. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e591e9d58c34e8fbe553dbd21554ac8", + "input": "Sentence 1: The race was notable for the last several laps, in which Earnhardt rode Gordon's bumper at 190 mph. Sentence 2: Earnhardt was capable of passing Gordon in the race. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2d4e544f7e094b31a29cbc76596716df", + "input": "Sentence 1: uh i think it's what number did i just say eighteen something that is the same as a three-quarter and it that i i'd rather have it all metric Sentence 2: Downloading the whole magazine at once won't reduce your waiting time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-124602fbb3d74201a22cc7ee9547d387", + "input": "Sentence 1: His fast two-gun draw, however, was deadly. Sentence 2: They do that because if you look at GM, they use metric. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9d5b48032d8433fbc6a8ea4c82cb3a1", + "input": "Sentence 1: The 1) In the Northeast, it didn't live up to billing. Sentence 2: 1) In the Northeast, it lived up to its billing and then some. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2cba21fc638040ba9f361d32a4cddc6a", + "input": "Sentence 1: Estimated Performance and Resources Needed for Single and Multiple ACI Retrofits. Sentence 2: There is nothing surrounding the older inner sanctum. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b10129d40ed649aa997ea6a4cbb78078", + "input": "Sentence 1: The foundations of the fort can still be seen, but artifacts from the site are displayed in the Huntly House Museum in Edinburgh. Sentence 2: The Great Man Theory of Tour Bus History is a name that many find catchy, but difficult to pronounce. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-de918fb04c51473b9458625f55c40ad0", + "input": "Sentence 1: Finally he grimaced. Sentence 2: Yes, I enjoy it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a54022448b724494bb73a2148ac921c1", + "input": "Sentence 1: He might have stowed them there in a hurry. Sentence 2: They might have been put there in a rush. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1aafc046f7ad46e8b5a354dcacc3c94e", + "input": "Sentence 1: Businessmen who by day rule their companies can still despite a recession that has hit the late-night entertainment industry hard be seen in nightclubs being pampered by fawning hostesses, giggling over countless glasses of whisky or sake and singing karaoke versions of Frank Sinatra's I Did It My Way, only to collapse in a disheveled heap on the last train home. Sentence 2: How much are they over there? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9d1482fd1b4d479bb31075a96a8a752e", + "input": "Sentence 1: A production readiness review identified the lack of statistical process control as a major weakness that needs to be corrected. Sentence 2: Figuring out risks and policies as well as controls for general support systems. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-72b797f8941f432ebb308de018054142", + "input": "Sentence 1: if you could come up with a device that's the thing Sentence 2: You could make a device for that thing. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-88d150ccd0ac403eb4c20c269acdd8ad", + "input": "Sentence 1: A paved walkway used for cycling, skating, and strolling runs along the beach in front of beachfront homes. Sentence 2: The bracket figures are always interpreted as men engaging in various activities. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f3e3f0804134cc9858d77187d272b57", + "input": "Sentence 1: In the '80s, Exxon's brass visited the Wall Street Journal 's top editors to complain about the paper's coverage. Sentence 2: Nations Bank and Bank America were unable to complete a deal. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91921c80b5324b3383c2182fbf1a571d", + "input": "Sentence 1: that's good i've noticed on the like the department stores they sure do hate it when you pay double payments Sentence 2: I can't pick up on accidents worth a darn. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-463e07149d5c475f9cf94f7693489a8d", + "input": "Sentence 1: yeah that's true that's true well i guess the only other uh things that i like to do you know the oil changes and things that are not worth paying for at least in my neck of the woods so we do that kind of maintenance and Sentence 2: I've always been skinny no matter what, I've even tried to gain weight. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2701a6cf738400395a17787cb53735b", + "input": "Sentence 1: They would tell you it was rifles and pistols that won the war but it isn't true. Sentence 2: Congress does not have the ability to give agencies flexibility in their operations. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c975e83db88445abbba264dacbbd066c", + "input": "Sentence 1: Of course, as stated earlier, the effectiveness of this principle is moderated by the extent to which the other principles have been implemented. Sentence 2: The boy stayed where he was. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e437d113bc4424db9887d698a562e97", + "input": "Sentence 1: Estimated Resources Needed for Single and Multiple FGD Retrofits. Sentence 2: The retrofits do not require an resources. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-44ad637657334e9f996dea5a79793d51", + "input": "Sentence 1: I saw Jon. Sentence 2: O'Casey wrote his works for the Abbey. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa779f6c005b4360b73454f03b4cf3c0", + "input": "Sentence 1: As David Rusk, a former mayor of Albuquerque, argues in his book, Cities Without Suburbs , metro-wide governments where the suburbs and the city are joined tend to be more racially integrated, and better off in various other ways as well. Sentence 2: Cities Without Suburbs written by David Rusk argues that suburbs and the city where they join are usually more racially integrated and better off in various other ways too. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e3b544b649044360b536d32bfccc214f", + "input": "Sentence 1: Measuring the Level of Computer Security. Sentence 2: Growers do not worry about worker safety. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccc7851781e34a44b6fe02e103293928", + "input": "Sentence 1: Further, since enactment of the original Paperwork Reduction Act in 1980, OMB has been responsible for developing information security guidance and overseeing agency practices, and the Computer Security Act assigns the National Institute of Standards and Technology (NIST) primary responsibility for developing technical standards and providing related guidance. Sentence 2: The Paperwork Reduction Act helped reduce the number of trees cut down for paper. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-92886fcf1ec9440cbb2b7b99573ae606", + "input": "Sentence 1: so the rest live in one lives in Connecticut and a couple lives in Pittsburgh and one lives near DC so uh Sentence 2: Nobody is even checking if the contractors are doing a good job, and the same will happen in the future. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07a1a6e62316493d941700d5331657ba", + "input": "Sentence 1: Pour some rum into a dead man's mouth to cheer him up, otherwise he'll come back to haunt the house. Sentence 2: The mosaic is on the floor of the building Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-917444d81663480291f4df4138492dec", + "input": "Sentence 1: Consider the rest of the Republican Sentence 2: The Andrews Lane Theatre only shows Irish works. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-46275500cb1b465383f0793d0847573c", + "input": "Sentence 1: 1 billion in 2002 and increased to $5. Sentence 2: There is no need for any staff in emergency rooms to screen patients. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-934a8880a7364fddb375019af86aad2f", + "input": "Sentence 1: Over 200 GWe of capacity has been built worldwide. Sentence 2: The worldwide capacity that has been built is more than 200 GWe. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b8987267f8d346fdbcb3409d902bf9cc", + "input": "Sentence 1: We taxpayers are employing an army of lawyers and economists who spend their every waking moment--and probably a few in dreamland--thinking of ways to get Microsoft. Sentence 2: The Federal Emergency Management has a status of achieving key outcomes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3b1395803f8d44d18a62908f90fb6357", + "input": "Sentence 1: Then this here war was over, an' I was loose. Sentence 2: He was free after the war because he used to be a prisoner. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9fb5e7c2748544c694767234e23e783f", + "input": "Sentence 1: has to be uh just uh beat your head against the wall of frustration you know Sentence 2: Everything changed at some point. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-598606232f274ec8bc704bb4bfc08762", + "input": "Sentence 1: they have a museum there of all the Dallas uh uh people and they have they even have a a genealogy chart of all of the people who married who and whose children are whose and they even went so far as to put dotted lines on there as to who had an affair with who Sentence 2: In Dallas, they have a chart to trace genealogy and there are even lines to show who had an affair. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2b29ea292f654af1a2521902c9ca2bdc", + "input": "Sentence 1: The city also has more than a dozen specialized book shops; two of the most famous are the Bodhi Tree on Melrose which carries metaphysical and New Age titles, and Book Soup on Sunset Boulevard, which also carries international newspapers and periodicals. Sentence 2: Bodhi Tree on Melrose sells books on philosophy. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63b53bab26104455ad49c93df7148c28", + "input": "Sentence 1: Did he know that we suspected him, I wondered. Sentence 2: It is rude to ask a man more than he volunteers to tell. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4432670abb2d41daa41cc67c58e704a6", + "input": "Sentence 1: I have nothing to offer but the food, shelter, and gratitude of my village. Sentence 2: The settlement remained a poor, rural village. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-205d50c1009040a6abadac0f38e5d80f", + "input": "Sentence 1: I'm going to count five, continued Julius, \"and I guess, if you let me get past four, you needn't worry any about Mr. Brown. Sentence 2: They understood that the group spoke for everyone in the legal services community. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b7614d696964d78971cd2f960a8f115", + "input": "Sentence 1: The industry calls this technique treatment acceptance, a marvelous euphemism for parting you from your money. Sentence 2: The guided tours cost an additional fee. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3837fe2f849a4293a023267e1e89aa99", + "input": "Sentence 1: He came through the torrent, alone, with nothing but a skin of blood and this sword. Sentence 2: He had nothing but this sword when he finished. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a24ed76a823f419eb578c12ab8555568", + "input": "Sentence 1: The NYT 's Frank Rich reminds us that the Lewinsky scandal isn't about the independent counsel law or media ethics. Sentence 2: You can get a bundle of rainbow trout at a reduced rate. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f68240b4fa94b6ab77d6bfd0f162582", + "input": "Sentence 1: and we didn't uh you know have to allot any well hardly very very much money anyway for Christmas just for our uh personal family just me and her and our son and i think her mom and that was really you know about it we we made everything else that uh we gave for Christmas last year Sentence 2: A couple others are out right now. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0b2602f8a76340c4a502818f9ad54c69", + "input": "Sentence 1: Peninsular Eurasians and indigenous Christian converts in Sarawak and Sabah celebrate with Good Friday processions, the most famous being organized by the Portuguese community of Melaka at St. Peter's Church. Sentence 2: An agency might ask for a RFP from their clients. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cb0c1cf22de45f4afa1d82fb05f8baf", + "input": "Sentence 1: At day's end, lodge guests compare notes around the bar. Sentence 2: At day's end, the notes the guests made are destroyed for secrecy. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-409fd1f55db54efa9e4e6566204e9e8b", + "input": "Sentence 1: Think of Spike Lee at Morehouse College. Sentence 2: I want you to think Spike Lee at Morehouse College. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c45970cd713448a09c8c88ff4d2f3b01", + "input": "Sentence 1: Parents can even be threatened with imprisonment themselves if their teen-agers run amok. Sentence 2: Scientists have been using photography to measure the sun's temperature and have found that sun is getting hotter rapidly. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-106ea79c19aa4c77b6bda2d62fe312d6", + "input": "Sentence 1: In the interior, the narthex, or entrance hall, has some fine, although partially mutilated, sculptures. Sentence 2: Red felt like the circus was the only one who would hire them. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01fa683a468543828f1bbef42a7466cd", + "input": "Sentence 1: Speaking of Turkey, in honor of Thanksgiving Slate has published a full week's issue as of today (Wednesday, Nov. 26), two days early. Sentence 2: Slate observes public holidays by adjusting its publication issuance. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6a0022c6eaeb4d8990112e16b1939b2a", + "input": "Sentence 1: The Congress also recognized a need for better financial information and controls over costs. Sentence 2: The push for better financial information was driven in large part by business interests. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c0b5d26365cd4933becc62056cae8c6b", + "input": "Sentence 1: The cost of conducting the medical redeterminations is expected to be $185 million in fiscal year 1997 and $130 million in fiscal year 1998. Sentence 2: Ceremonial power was more than enough power for the Shah kings. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10d603b3cfec42c48c6e0ba3f25588c7", + "input": "Sentence 1: If my comments or reports from the trenches are worthless, nobody will read them and I will disappear from the writing firmament. Sentence 2: My writings will be read by many people, proving that they're not worthless. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3a4441281e894bf8b833276cd3e64bdd", + "input": "Sentence 1: That's one piece of the larger truth at the heart of the family-values Divorce and unwed motherhood are bad for kids. Sentence 2: Jon said you were correct about the incoming storm. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5149206df7f4fe0a0d6d6e1e330c94a", + "input": "Sentence 1: A. $1 million in cash. Sentence 2: I regret not being able to help you move into your new house. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a85908a367a448d83e6dbcd3914599d", + "input": "Sentence 1: i've got all my gas cards because i don't want to carry money around i'll do that Sentence 2: Football is not very popular during the Fall time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-562d86d8d7aa4db88da6c5b05923d75e", + "input": "Sentence 1: but i guess you know that's they contract they don't Sentence 2: There is only one Murray. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4384719282e48739bdf06465db85cb4", + "input": "Sentence 1: So, I had no idea of what action the Governors might take. Sentence 2: People are more willing to pay to reduce voluntary risk. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7bb18e15558344cdba0c1843f82ce82b", + "input": "Sentence 1: Beneath the church, the Museum of Sacred Art houses a collection of sacramental objects. Sentence 2: The Museum of Sacred Art housed a number of sacramental objects. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7ed8ee91b10d429c8c2f7746aa00ede5", + "input": "Sentence 1: I've given up trying to guess what he'll do next.\" Sentence 2: Pecina said she got help from a lawyer for free. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-078c2c7e289148e5b7550bcb2e14caec", + "input": "Sentence 1: Of course, everyone would have to agree on standard ways to do this, and if everyone agreed, for-profit search sites like Yahoo! Sentence 2: Everyone would have to agree on one way to do this. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-098172e2e0af48c0a837ea20641e55ab", + "input": "Sentence 1: I'm all for giving patients a fair chance to contest improper refusals of payment, but we should not lapse into calling such refusals malpractice. Sentence 2: You are unlikely to see anyone else during your trip. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-981ad17adf214ebeac7e782707b9b982", + "input": "Sentence 1: The net avoided cost measure (NAC) of the USO is the sum of the losses from unprofitable routes. Sentence 2: LSC also solicited input from leaders in the area of intake systems. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c3cde33eb404d5ab65cd2497ddc17cd", + "input": "Sentence 1: how do they react then we're prosecuted if we simply don't pay our taxes so i'm not real sure how you believe then that eventually there'll be an overthrow we know communism doesn't work what do we do next Sentence 2: The company also had a herd of camels, and each rider carried a sharp sword. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3e704a206314b5dbda311ddbf34e2b4", + "input": "Sentence 1: The significance of a matter is its relative importance to the audit objectives and potential users of the audit report. Sentence 2: There is no risk involved. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-369798556dca477693ebab35fc0ac0e0", + "input": "Sentence 1: Doing so provides us with the opportunity for cost-effective reductions and significant public health and environmental gains. Sentence 2: The dynamics of the broadcasting system stripped station programmers of the ability to decide to exclude parts of speech. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8551b2c343a443c4a3a23e7f1a655399", + "input": "Sentence 1: He moved the control delicately by hand, and the little sun followed dutifully. Sentence 2: He delicately moved the control by hand. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-008ec09fede14d90b9f72b86bec74e9f", + "input": "Sentence 1: Native American groups are fighting for official recognition of their holocaust, arguing that any apology to slaves must be paired with one to their own ancestors. Sentence 2: The Project Tiger campaign is doing a terrible job protecting tigers. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c1ae48490d44567a6071596e0891c12", + "input": "Sentence 1: In surrounding buildings the process of carding, washing, spinning, and dyeing the wool, then weaving the carpets, can be followed from start to finish. Sentence 2: Are you current with LSU sports? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-476ab215754e4fcf8586ba1cd0702d2e", + "input": "Sentence 1: um-hum will will she crawl up in your lap yeah some of them some of them are like that they uh they yeah they they don't want to be held but but whenever they want to sit in your lap they want you to be uh open to that yeah Sentence 2: There are live demonstrations every week at the Museum of Traditional Industry. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1d5e5d57b4e40f0bc46b8772cf23d61", + "input": "Sentence 1: Saving today increases a nation's capacity to produce goods and services in the future and, therefore, helps to increase the standard of living for future generations. Sentence 2: There were no comments regarding the Initial Regulatory Flexibility Analysis as there were no problems with it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7064afc11654f378c46f0599b1db747", + "input": "Sentence 1: uh thing but uh when i'm exercising regularly i i feel the need to to do more exercise Sentence 2: When I exercise I feel the need to stop immediately. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-23655132753a457d8af2e25f8da9d22f", + "input": "Sentence 1: but you need to rent the first one first Sentence 2: Julius suggested that they were happy to be there. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-670a28b2c3e241c582dd086f5fc7a6f5", + "input": "Sentence 1: Like kite flying, top-spinning is no mere child's game. Sentence 2: He was injured and armless and still wanted to disarm the bomb himself. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db52d566b0454ebcabe512fb8b0b4737", + "input": "Sentence 1: I thought you were aware of that. Sentence 2: Nobody will answer to that, nobody needs to do it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6aac5d6829bb4f189877b8bc6e3a9d2d", + "input": "Sentence 1: It does not involve the purity of starting a company, says Bill Regardie, editor of the Washington business magazine Regardie's Power . Sentence 2: Bill Regardie said that it does not involve the purity of starting a company. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-884946a067544882968468c0dd17d22d", + "input": "Sentence 1: You do not understand all this but you can go out to-day. Sentence 2: There was a briefly popular in-group incantation Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b01dbd3eec54483ac37b925de403a7b", + "input": "Sentence 1: I thawed. Sentence 2: I warmed up. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8189e62a0ce74236ad2818a37c6ad689", + "input": "Sentence 1: CONSTANT DOLLAR -A dollar value adjusted for changes in the average price level. Sentence 2: Constant dollar is when dollar value remains the same Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e2013cf41a4248da999ae70472c14762", + "input": "Sentence 1: 'Put your Gauntlet down.' Sentence 2: Put you gauntlet down before it burns you. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dc146b7a825742fbbfecb5ea649b956c", + "input": "Sentence 1: Rockefeller first became interested in the region through its artists, and then through the Venezuelan subsidiary of Standard Oil of New Jersey--the family business. Sentence 2: The Balanini pirates assisted the sultanate of Brunei by raiding opposing kingdoms. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f331ead8ded44913905df3fc601ea521", + "input": "Sentence 1: oh yeah yeah now i had a lot of friends who went to the Peace Corps uh back in the mid sixties Sentence 2: Stock options and ownership are similar but distinct. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7150500a5e0c4830bf0e3caf14401cbc", + "input": "Sentence 1: Now, I ask you, do I look as though I thought there were the least chance of your killing me?\" He looked confidently round, and was glad they could not hear the persistent beating of his heart which gave the lie to his words. Sentence 2: He was trying to conceive his lie. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e990f0756e434364bbf3be671ea0bfcd", + "input": "Sentence 1: Such models may include the waterfall model, rapid prototyping, or evolutionary development. Sentence 2: The houses are located southwest of Takayama Station in a hillside environment. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4cb3cd9ade1c47fe84095c3e8d22e4b5", + "input": "Sentence 1: He's booked rooms for us, and will be round to dine at eight.\" Sentence 2: The mall was only one of many places you ended up shopping at. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25de3a47801d45dc9130fdb80e899476", + "input": "Sentence 1: Revision of Fee Schedules; 100% Fee Recovery, FY 1966 Sentence 2: None of the fees were recovered. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b1ae6e9f7d914209b771b87aa9418e1e", + "input": "Sentence 1: and used to travel up there to Knox quite a bit and and i even did once when i was a child you know so Sentence 2: I've never been to Knox. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-989ccaaf229443afb44da50128e5c2a7", + "input": "Sentence 1: Obituaries recalled his career as a hard rock drummer (he was better known as Cozy) and did not mention the retired U.S. general who bears the same name. Sentence 2: It was the birthplace of Homer, said by Sappho to be the thirtieth muse. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3e6d64f939747e78d740ee953393014", + "input": "Sentence 1: Researchers announced that Spironolactone, a 40-year-old, inexpensive medication used to treat water retention, cut death from congestive heart failure by 30 percent in experimental trials. Sentence 2: The analysis was funded and conducted by the Missouri Institute of Technology. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e195c939884b428e8c30eac4fdfa9da0", + "input": "Sentence 1: Keynes writes, The actual, private object of the most skilled investment today is to 'beat the gun,' as the Americans so well express it, to outwit the crowd, and to pass the bad, or depreciating, half-crown to the other fellow. Sentence 2: I haven't been looking for a job. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc748b54f0d44d68a4b91eea8c412192", + "input": "Sentence 1: For his group, that would mean LSNY can withhold more than 80 percent of its $4. Sentence 2: The emptiness of space. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1c7f173948f644aca78ad241505913f3", + "input": "Sentence 1: You will realize that one of these days perhaps sooner than you think!\" Sentence 2: \"It will take you a very long time to come to a realization about this matter.\" Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b10e403e36db4a0a8e644764b7e205cb", + "input": "Sentence 1: The first entrance into the palace leads into the Sundari Chowk, which encloses a glorious royal tub, entered by steps and encrusted with intricate sculptures. Sentence 2: If you are asked to participate in press briefings, nobody will provide you support. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-656e6bb507d64166a62dec545d74054f", + "input": "Sentence 1: you remember that i mean an and then oh i i tell you that just did it for me right there i said you've put me through an entire season of Pam dreaming Sentence 2: The sales tax has been increasing at a rate of ten percent per year. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-769f65fea47f4af491e9d530be69efb3", + "input": "Sentence 1: Don't be a wretch. Sentence 2: Please continue to be wretched. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2a1db2b4b704441ca9fc3b2b7d808ccb", + "input": "Sentence 1: And, when he could, would bite. Sentence 2: If you're scared just keep quiet. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afed42b0ef4349898d9e5944afbe6c4e", + "input": "Sentence 1: Plato, less interested in humans' inner states than in their behavior as members of the state, redefined the four humors in social as artisans, guardians, rationals, and idealists. Sentence 2: Plato was interested in creating the ideal state. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0c0f5c9c618b437e99f70aa1122dc03b", + "input": "Sentence 1: But Wall Street would be better off remembering that approximately 12,000 auto companies were around in the early part of this century. Sentence 2: The auto companies were an integral part of financing Wall Street. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6fca3114ae0645c3862ea583594765ab", + "input": "Sentence 1: A year past, the older one had served Ca'daan a stew and the younger one had smiled at Ca'daan and made him blush. Sentence 2: I took off much more gorse than I expected to. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-092ba4388002483589c32bddf51680a9", + "input": "Sentence 1: um fair i don't know the Phillies are so uh unpredictable Sentence 2: Daniel showed me the door was hidden behind a fake wall. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0332ec0bde9147409ad6ccda599f6266", + "input": "Sentence 1: More people are living longer in retirement, and there will be relatively fewer workers supporting each retiree in the future. Sentence 2: People are living longer in retirement and there will be less sirjets to support them in the future Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7dde96266cec43788ccb83a490018816", + "input": "Sentence 1: Her tall, slender form, outlined against the bright light; the vivid sense of slumbering fire that seemed to find expression only in those wonderful tawny eyes of hers, remarkable eyes, different 7 from any other woman's that I have ever known; the intense power of stillness she possessed, which nevertheless conveyed the impression of a wild untamed spirit in an exquisitely civilised body, all these things are burnt into my memory. Sentence 2: He told them that the council of Satheri wanted them. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ecf53bc085634154a9cdd1c60362e807", + "input": "Sentence 1: In this analysis, we used two of these well-established models, the Regional Modeling System for Aerosols and Deposition (REMSAD) and the Comprehensive Air Quality Model with Extensions (CAMx), to develop a picture of future changes in air quality resulting from the implementation of the Clear Skies Act. Sentence 2: We used the Air and Train Systemic Model(ATSM) to create the entirety of this picture. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a6db343b408b4e52bbd904ec9c2479a4", + "input": "Sentence 1: To take one obscure but critical Life on Earth remained entirely one-celled for 3 billion years. Sentence 2: Cashmere came after the Industrial REvolution because it was too difficult for humans to do the work. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2b606975c794514831f2cb39cb88b98", + "input": "Sentence 1: At a 1972 rally in Laurel, Md., he was shot by a deranged man and paralyzed from the waist down--one campaign scene we see in detail. Sentence 2: Our kids were lucky to have good kids around to hang out with. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d999f51bd4a74e4e97d694b9143f827f", + "input": "Sentence 1: Enter broadband cable, at least under the architecture initially proposed by ATandT. Sentence 2: I am not lucky to have a clean break that would heal properly. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c1b481361b44c2593134fe997a8887c", + "input": "Sentence 1: As for Johnson's character, the movie depicts him as a gangster with a heart, but a gangster nonetheless. Sentence 2: There's no discussion of overtime in this analysis. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c56c9cef1054ccdbd89b25e8fa68f24", + "input": "Sentence 1: 'Oh, Natalia,' Greuze called. Sentence 2: I usually wait until May to start planting the vegetables. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b773976a12754ba49b63f678dc0a1a29", + "input": "Sentence 1: Farther south is Koyasan, the center of the Shingon branch of esoteric Buddhism and one of Japan's most important religious enclaves. Sentence 2: Koyasan is one of Japan's most prestigious religious enclaves. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-af022f93b4554c2dad05b18a6f172f54", + "input": "Sentence 1: There had been a foretaste of elite foreign tourism in the 1920s, but it was the late 1950s when the rest of Europe began sun-seeking pilgrimages to Spain. Sentence 2: The late 1950s are when Europe started pilgrimages in Spain Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e2718259c2af4d3c9baddb804a0cb147", + "input": "Sentence 1: you know what's going to happen when she gets there you know all of her dreams will be dispelled Sentence 2: You have no idea what will happen to her after she gets there. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-242875250dbf454f93e99246b7605c39", + "input": "Sentence 1: Down in the basement is the really interesting an array of seismographs busily recording the movement of the vast tectonic plates deep below. Sentence 2: There is one seismograph in the basement. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5cea114ea9d5455089792f07d04d2dab", + "input": "Sentence 1: Its poorly equipped armies were defeated by the British in the African desert and by the mountain snows in the Balkans. Sentence 2: How will you proceed? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-31a4f2050d1e42c599fd44a8b86639cd", + "input": "Sentence 1: Come now, urged Poirot encouragingly. Sentence 2: Poirot had something to show everyone. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-442997a951bc4b1f9f23928b9222e593", + "input": "Sentence 1: only we started off ours with we had we had pets before we had kids that's why i thought when you were saying you know we're going to have one in two months or something perhaps that you were newly married Sentence 2: Science (fourth icon from the bottom) Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4907482c530a4c70a7df64990dde2f20", + "input": "Sentence 1: Delimiting those circumstances is the central aspiration of 20 th -century psychology! Sentence 2: The 20th century psychology mainly wants to help people feel better about their lives. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ebde1ddb91e9444792b274b9afb1ab8f", + "input": "Sentence 1: If you're interested enough to make a small investment, first look at the marvelous samples in the Municipal Art Museum in the park before buying. Sentence 2: You should definitely invest, no matter what, there are no sample available but I promise you'll love it. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1196f836dde24ea89eb8924fc24b317e", + "input": "Sentence 1: Sir James kept his finger on her wrist a minute longer, then withdrew it with a nod. Sentence 2: He has a wife who followed him Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf4edd61ef014e759e088c4150afbf5f", + "input": "Sentence 1: No, he must ride a tighter rein on his imagination. Sentence 2: The room was medium-sized, with white walls to match the bare furnishings. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c660f03c914f4880a4bd32a7cc7efc66", + "input": "Sentence 1: In order to learn the meaning of events to those involved in them, a key element of case studies, the views of more senior officials are not given greater weight than views of less highly placed persons. Sentence 2: Rooms are large, classically decorated, and even the rooms overlooking the noisy plaza have isolation curtains and television to block out the noise. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28dd8c9b3af048b2929be7d5eca67faf", + "input": "Sentence 1: The he clutched the sky-blob again. Sentence 2: Two horse racing is offered by Santa Anita Park in fall and winter/spring. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5df2e7e6259c4d049d82b53d1da9de46", + "input": "Sentence 1: you guys have a good time keep those printers coming Sentence 2: A nation can have deficits for only very short periods of time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02ea76d3d45d49d99cec44ccae5b1d7f", + "input": "Sentence 1: Brown praised the recommendation for addressing a very important issue. Sentence 2: Brown was pleased with the recommendation for what it addressed. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60604821a0764fc4adfa01fdcf2f597d", + "input": "Sentence 1: Am I dreaming, Tuppence, or do I really behold a large quantity of five-pound notes being waved about in a dangerous fashion?\" Sentence 2: It's a seasoning used for blackening. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd8ff1ffcffb430381a797018bda9742", + "input": "Sentence 1: But you can't at once, cried Tuppence. Sentence 2: All of a sudden, she turned away. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e4dd06b37077484d94228f6876133370", + "input": "Sentence 1: why did you? Sentence 2: She remembers things from decades ago. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4f4edde0c134958bad211538a62a1a4", + "input": "Sentence 1: And as the discount rate rises, it's not surprising if stock prices fall. Sentence 2: The discount is plummeting and the stock price is rising. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0eca92c59c944667bdd1e98ae7e490f3", + "input": "Sentence 1: OMB originally denied all eight requests but subsequently approved two of the requests. Sentence 2: That had been other drawn out interruptions during inspections. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e4309dba3c245599e07134ac5fa57bc", + "input": "Sentence 1: GAO will grant congressional Members, upon their written request, access to its workpapers at the GAO site or will provide copies of selected workpapers only after a product that results from the workpapers in question has been made publicly available. Sentence 2: GAO is not granting Congressmen access to their papers. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ac7aaec3326e45b89a535b00ad92f49a", + "input": "Sentence 1: It feels like hundreds. Sentence 2: Her wanting a chain letter to start was a joke. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cfc08705f70f48c9b10f026af62a8682", + "input": "Sentence 1: Eighty-nine engineering regulations were thereby consolidated into 7, and the number of pages of Corps' regulations was reduced from 1,596 to 306. Sentence 2: We are able to do it another time. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fd2be7a1a574bccbd71b0eef4444d94", + "input": "Sentence 1: now there was some of the some of the classes i'm in i think i'm in Sesame Street but uh Sentence 2: I'm sure that I'm not in Sesame Street or any other classes. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7048ebda4d00493283bb02a54530a582", + "input": "Sentence 1: yeah it uh it but see it does come in handy those they do they're worth it oh well i i think we've pretty much come to an end here Sentence 2: We have talked about it enough. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-00894416be42431da6d43e80fe8baf05", + "input": "Sentence 1: Relative to federal spending subject to annual appropriations-defense and nondefense discretionary spending-the share devoted to federal health programs and Social Security payments has grown steadily over time. Sentence 2: The share going to medicare has grown steadily. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1c12d475102447c1a01dbc3f0dc29b85", + "input": "Sentence 1: yeah they're they're having trouble doing a little bit of both Sentence 2: Creeping socialism is a very widespread problem. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-541df1e5fa32449592635d3d33fd9fcb", + "input": "Sentence 1: The truly local art form, found nowhere else, is Ibicenco folk singing and dancing. Sentence 2: Folk singing and dancing are the only Ibicenco art forms. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc691a37aa644e33aa3b94b03117f09e", + "input": "Sentence 1: The truth is, I've got a message for you ”from Poirot.\" Sentence 2: In New England it would still be cold, ice cold, snow, that kind of weather, now in March is when things start approaching the fifty degree mark... Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9a86c9cbd1c463fa647aa21ab5811be", + "input": "Sentence 1: Campaigns are self- If Bradley gets close enough to be a real challenge to Gore, he will be subject to the same withering fire that Gore faces. Sentence 2: There was a time when Louisiana Purchase owned more land than the US Treasury. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-641944db571342b89d8695416f45d955", + "input": "Sentence 1: Newspapers and magazines and television have made me out to be a saint. Sentence 2: If that is the goal, we should be focused on participation. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a62267de5334b83b9764e67d5d04d80", + "input": "Sentence 1: The first recorded settlement was the trading post set up by Phocaean Greeks from Asia Minor at Massalia (Mar?­seilles) around 600 b.c. , followed by other ports at Hy?¨res, Antibes, and Nice. Sentence 2: Sir James and Tuppence put Mrs. Vandemeyer on the bed, but she rolled over and fell onto the floor. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d98f3590f7dc4c48aec156566d2fdbd5", + "input": "Sentence 1: i don't know if they do it either to be truthful Sentence 2: Taxis in Martinique are more expensive than taxis in France. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1502067613bc4faba680f293134f1301", + "input": "Sentence 1: Postal Service domestic postage rates, and (4) FPA domestic postage rates. Sentence 2: FPA and Postal service domesitc postal rates are different. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c1bb5de606904a36a32adafdf349d3f0", + "input": "Sentence 1: the uh yeah the only thing how to play on the piano is that two handed thing or the two person thing Sentence 2: Congress does not have meaningful representation of the contract claims. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-141088bd44544feb8cd7d2025d1bfccc", + "input": "Sentence 1: Long-term simulations are useful for comparing the potential outcomes of alternative saving rates within a common economic framework. Sentence 2: The simulations are used to compare outcomes. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e584684045ed49cabc40caf259cf5501", + "input": "Sentence 1: Now they are all slaves. Sentence 2: The other person spoke loudly. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fc5c188b0c5e40bfa76ca1d4c9e6fa31", + "input": "Sentence 1: Even if he could build a computer out of what was obtainable, there would be no way to power it. Sentence 2: You can rent boats in Portimao, but it costs $800 a day. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82f44472c8834d5a858c375ca7d569b9", + "input": "Sentence 1: uh because of the uh improvement in real estate prices and on the last move we bought ourselves a fairly large house and i've got some pretty stiff mortgage payments now Sentence 2: I have a large mortgage payment because of our last move. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2487c31c37a14cc0920db97cf41be51c", + "input": "Sentence 1: The LSC declares in its brief, and respondents do not deny, that under these provisions the LSC can sponsor neither challenges to nor defenses of existing welfare reform law, Brief for Petitioner in No. Sentence 2: Stan is so unpleasant to be around that most people will choose to dissect animals instead. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb17e117e70b499fb9ca4227c805c5bb", + "input": "Sentence 1: Rogers was an enthusiastic horseman and an experienced polo player. Sentence 2: Rogers was a poor horseman and an even worse polo player. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d2de867206e544b7b79e443cf8841983", + "input": "Sentence 1: Halston, Andy, Liza, Truman, and Bianca will be there regardless. Sentence 2: Morris did not have the scoop first. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4650e5ff204749b18c32f4b06fe0a869", + "input": "Sentence 1: well i've only done it one time way back when uh John Connally was running for Governor State of Texas many years ago Sentence 2: Connally never ran for Governor. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-82cfdf5c24164250be4eacc56de1505e", + "input": "Sentence 1: yeah that has its plusses for sure Sentence 2: I don't get any backlash when my reel doesn't have a button it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-41466af9a4be4568a296e26105381d4e", + "input": "Sentence 1: Ca'daan looked at Jon and then the others. Sentence 2: Whatever they destroy, we can rebuild better than before. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a53ca3d57d6546639715dec5da6f9e19", + "input": "Sentence 1: Without it, he'd be dehydrated before he could get a safe distance away. Sentence 2: Playboy's April issue has four pages dedicated to an interview with Eszterhas. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0bd6a8cc492b47e0a0c06c02243920d8", + "input": "Sentence 1: John Ruskin, whose house sits on the eastern shore of Coniston Water, chose to be buried here, in the graveyard of the parish church, rather than in Westminster Abbey in London. Sentence 2: Avoidance Methods Analysis volume. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13fb37d3d8ab44f7825856fc8179b8a1", + "input": "Sentence 1: Poirot, I cried, \"I congratulate you! Sentence 2: It made claims that it will provide comparable dial-up services. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fcf0718d08d84504837f79f61e04e87f", + "input": "Sentence 1: Placa Major holds a craft market every Friday and Saturday. Sentence 2: That's not a good example of the Logorrheic Dismissal. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-19fa75493525413ebfd8887483cb3d5d", + "input": "Sentence 1: And there was an indication of movement in the green of the forests and the blue of the oceans, as if trees were whipping in the wind and waves lapping the shores. Sentence 2: It's like twins separated at birth. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8bc7fa3d2a3145efab88853888be640e", + "input": "Sentence 1: We note, in particular, our support of the OIG's work to strengthen LSC recipients' compliance efforts and Case Service Reporting, which has resulted in increased accuracy in the documentation of the performance of LSC recipients. Sentence 2: LSC recipients do not have their performance documented. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ff8b1766fe02402898931deb80d544e0", + "input": "Sentence 1: delivered and educational costs incurred by participants. Sentence 2: That should have told you something. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d6ff9b4bb4e748fa8613984155300a9b", + "input": "Sentence 1: Nevertheless, U.S. officials assert that the helicopters and Army soldiers are an expansion of the air operation, supporting the air campaign, and not a ground force. Sentence 2: The air operation is not a ground force. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b9c2f586bba046a8b3b0d267c5ee1eec", + "input": "Sentence 1: What the hell Tommy interrupted him. Sentence 2: Tommy let him finish before he asked a question. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d1aad536fcd14db18a4ffa29b7fa3053", + "input": "Sentence 1: they played all the Irish jigs and so forth it was just fabulous Sentence 2: The guidelines were never conveyed to the program through the release of Program Letters. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-57f8ab1cc8a745f092b401c61f6e88a6", + "input": "Sentence 1: We view anything that helps expand participation in the electoral process as a positive development, says Ben Green, director of Internet operations, Gore 2000. Sentence 2: I like ham better than turkey on Thanksgiving. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93f438df4bce4e41841c39ade4a5e2a6", + "input": "Sentence 1: That he lived at all shook Jon's perceptions of humanity. Sentence 2: Jon wished he had not lived. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fbdf4484233b4e59b2435f73d6a1a30e", + "input": "Sentence 1: All right, he admitted. Sentence 2: You know, she only spent more time with her mother than me because she was a girl. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cbe235fe04a74026885899d6d8ecedcd", + "input": "Sentence 1: [I am] not a fan of Neal's, admitted John Peck, a former board member of the San Gabriel-Pomona Valley program and a Pasadena Bar Association board member. Sentence 2: Anse laughed. He remained calm and relaxed. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1b5d771d0bd645e88305020b80d821b8", + "input": "Sentence 1: gosh all these years i've been thinking they were fakes maybe they're real Sentence 2: The island of Tanegashima is mostly matchlocks and muskets. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-37c890e125464b5b95b658f6fcc3e89f", + "input": "Sentence 1: (In the '70s, Arnold Hutschnecker, reveling in his 15 minutes of fame, proposed establishing an official board of psychiatrists to screen all presidential candidates.) Sentence 2: Arnold Hutschnecker proposed loosening the vetting requirements for presidential candidates. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f5727120ab9d40b4b5705f2583b6db1c", + "input": "Sentence 1: These core values serve as both beliefs and boundaries; beliefs in the form of positive concepts one can be committed to, and boundaries in the form of limits that should not be violated. Sentence 2: The core values provide boundaries but not beliefs. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-42a6a86b19ab4c758d3bf79068dba4e3", + "input": "Sentence 1: like if i if i put her in a room all by herself and close the door and leave her there for a few hours uh because i was going out she would uh break something or rip up the carpet or do something just to uh to to let me know that she was unhappy with what i did yeah Sentence 2: My cat is a little terror. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cecd4b81b9fa4a13922331473715eda3", + "input": "Sentence 1: Will you stay, Gray Wolf?Jon nodded. Sentence 2: People who commit crime with guns always register their guns. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fde3fcadf264e91ab24608408693332", + "input": "Sentence 1: I am merely a man, no more valuable than any other. Sentence 2: It is in table 4 to 5 that displays the resources needed for an ACI retrofit. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-723fcae819c54ea898881205b1be678a", + "input": "Sentence 1: no but uh i know when my children were growing up we did spend a lot of time together Sentence 2: Many of these items contain several individual advertisements. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a9fded4a736e41468115198765aa7870", + "input": "Sentence 1: The work of the recently completed Commercial Activities Panel, which I had the privilege of chairing, is illustrative in this regard. Sentence 2: When my husband sees something interesting on the news, he'll phone me up about it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d03d9d37019c4ccdba0c343acf237397", + "input": "Sentence 1: All comments were due by September 17, 1996. Sentence 2: There is no clear intention in the picture. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7ba15bed1773432cab3605300568e761", + "input": "Sentence 1: so i don't know them people boy they got the i think the United States has got too many problems to be worried about everybody else Sentence 2: The unification of France was up and coming. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9851790ae96848169471b2436f2cf2fe", + "input": "Sentence 1: The big wardrobe loomed up in a sinister fashion before her eyes. Sentence 2: Strychnine pyro-phor. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4346dd78f50c466e8fdba457b56a2632", + "input": "Sentence 1: I understand you two thought it necessary to take on some troopers in the Jacks. What was the proper reply to that? Sentence 2: The site is under excavation because an old man found a piece of an Etruscan vase. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4805763f84c46829cc1e92075cd375d", + "input": "Sentence 1: Our present attitude is a little melodramatic. Sentence 2: We should approach this calmly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b170d45b26648ccab96836801b64b20", + "input": "Sentence 1: In our study of activities to reduce improper payments, risk assessments identified problem areas and resulted in estimates of monetary values associated with the problems. Sentence 2: Improper payments can be reduced by focusing on several problem areas. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a1a0ef1b2aaf401aaf05927aacb3e223", + "input": "Sentence 1: But Sir Ernest's cross-examination was yet to come. Sentence 2: But Sir Ernest's cross-examination was in a few hours. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fdf792a418524c6e909fb3969445305b", + "input": "Sentence 1: The Balearics are a sailing paradise, with safe harbors and marinas a short cruise from quiet coves. Sentence 2: The Balearics are land-locked. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-29ff216a1a3049378acd59d3b3168722", + "input": "Sentence 1: The FDA has reviewed the rule under Executive Order No. Sentence 2: Fda checked the executive order number rule Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-478a7bf1736c4ca2bc28c737d8779b9f", + "input": "Sentence 1: Good range of sports facilities, which include a swimming pool and squash courts. Sentence 2: Poor performers are dealt with solid performance management systems. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e9527593a7d4251a9a114d4140f6d34", + "input": "Sentence 1: I noticed that John's manner was somewhat unusual. Sentence 2: John was acting as he always does. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-89daaaaeaacc4b9190af181f9a19454c", + "input": "Sentence 1: Moreover, we find that practices used by federal agency CIOs tend to differ from those used by leading organizations. Sentence 2: Wednesday saw more tickets sold than any day ever. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cbcf6a2eb0174bec875427c65203ce16", + "input": "Sentence 1: Maybe Daniel hadn't smashed things too badly after all. Sentence 2: When Bill told the truth, it put Hillary in a bad light personally and professionally. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cc7a8834e0a4ee2ab9c62eded1bbde3", + "input": "Sentence 1: The businessmen were irritated and annoyed, and nothing could be done to improve their mood. Sentence 2: Cats want you to pay attention to them when they want attention. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2b9bb81f010746fcb1aa15a97d659bc2", + "input": "Sentence 1: but uh in in many many many many countries or Sentence 2: But is it in many countries? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c8a21e3e1804614ac9e773ed1f9f9a6", + "input": "Sentence 1: Start by the Jaffa Gate, one of eight entrances that punctuate the towering city walls built mainly by Suleiman the Magnificent in the 16th century, though some parts date back more than 2,000 years. Sentence 2: Suleiman the Magnificent built most of the tall city walls during the 16th century. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0311f19848f24d34976e82108d4dd507", + "input": "Sentence 1: A good omen. Sentence 2: The omen signaled a bountiful harvest. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bb331b8c1e234156a149a8a651a2225a", + "input": "Sentence 1: Appeal from the United States District Court for the Western District of Virginia, at Big Stone Gap. Sentence 2: The district court was located at Big Stone Gap. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6d38f3ea6fa44a6d8d9ad6b4d1e4a326", + "input": "Sentence 1: From a rocky point well before them there was a flash of light. Sentence 2: The outfitter will sell you any supplies you need. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-032ea3db32544ae28ee4fb64c66296e5", + "input": "Sentence 1: This east-coast Corinthian settlement, founded in 734 b.c. , was the most powerful of Magna Graecia's overseas colonies and, under Dionysius (405 367 b.c. ), a direct rival to Athens. Sentence 2: All together they said \"Hey hey DOJ how many browsers did you de-couple today?\" Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf5f3197076847659c36c5a626414540", + "input": "Sentence 1: He, too, had set out from Tahiti when he came upon the Hawaiian Islands. Sentence 2: Yeah, I think its a choice to be gay. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f61added199149b0966c9c194cf79d27", + "input": "Sentence 1: One of his daughters, Jadwiga, succeeded Louis in Poland, while the other assumed control of Hungary. Sentence 2: This would be an unusual proposal for left-of-center leaders because it helps the rich. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be2ecd2bb60448e38ed69440a044cc8a", + "input": "Sentence 1: and i think they stopped producing the IBM PC Sentence 2: I know for a fact they have stopped producing the IBM PC Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a161e2c41f4f4ad5b628f3784c168918", + "input": "Sentence 1: The peninsula and Sumatra, after centuries of common language, religion, and political, cultural, and social traditions, were divided. Sentence 2: This is why you have to include a margin in your pricing. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59197d178ba840c882988d9d62c037ad", + "input": "Sentence 1: (Have I made the sale? Sentence 2: I definitely made this sale. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3338acf82d684f588157a4ddcf2f2023", + "input": "Sentence 1: Truly, I believe the country is in the best of hands, but how do I rid myself of these impure thoughts? Sentence 2: The thoughts were coming often. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9fc96398848a4e1e94575261f8f5cc24", + "input": "Sentence 1: A tip for visiting the big muse?­ums in peak go at dinnertime on a late-closing day. Sentence 2: He was riding a much larger horse, so he had to occasionally slow down even further. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-04b602434d9e486fa577fc6598d5cdb5", + "input": "Sentence 1: Louis never once called upon the parliamentary assembly of the Etats g??n??raux. Sentence 2: He felt that he did not need their help. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4cbe27fb99fd4756aced7a43c6698a04", + "input": "Sentence 1: mental training aspect for it Sentence 2: The battlements of the Arco d'Augusto are from the 1st century AD. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-abb7d5972ded4875a2122594d5ead559", + "input": "Sentence 1: This trend has led to many more demolitions, including the Dunes (replaced by Bellagio), Aladdin (the new Aladdin) and Sands (Venetian) hotels. Sentence 2: It takes a long time for trial by jury. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb9f193679f44484a145bc00912a0f7f", + "input": "Sentence 1: From a.d. 795, Ireland was subject to repeated Viking raids. Sentence 2: The grant cuts will really screw some people over. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f00b3fef1cb8483d8aa6af678608999d", + "input": "Sentence 1: I agree that there is nothing like going to a bookstore on a cold winter morning, but there is also nothing like discovering an interesting new author while sitting in your home in your robe, sipping a cup of coffee. Sentence 2: There is a bar at the southern end of the beach. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e045dccc1e7d4cc185262edd84ddd1cf", + "input": "Sentence 1: A Notice of Proposed Rulemaking was published in the Federal Register on April 18, 1996 (61 Fed. Sentence 2: Managers are on their own when it comes to self-assessment and security. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e6f22f34d0004778b7833c0ae40ec736", + "input": "Sentence 1: Poor Beatty has a need to think Clintonite Democrats aren't tackling race and poverty, much like Marx had a need for a proletariat, except that Marx's need was theoretical, while Beatty's is only theatrical. Sentence 2: GAO is requesting written comments to be mailed in by post. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e458847addd41e7b709cbaef4a6eb84", + "input": "Sentence 1: Roman legions encountered the strongholds of the Castle Rock and Arthur's Seat, held by a tribe of ancient Britons known as the Votadini. Sentence 2: Congress gave it to them. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-22f9005894b94f8fad06826ffd72155b", + "input": "Sentence 1: Outside, set in manicured gardens, are the remains of the Abbey of Holyrood. Sentence 2: The gardens are perfectly manicured. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-140802fb96fc4351a2e647aa7a47624f", + "input": "Sentence 1: No protest vote means approval of the price jump. Sentence 2: The OMB never approved the information collections in the final rule. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-688afb28dad4414baea081df7c3a9428", + "input": "Sentence 1: well you it's it's kind of funny um i know a lot Sentence 2: It is funny that I know a lot. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6810774fa3e4454e9b0a488e657b6dc7", + "input": "Sentence 1: Instead, I'll point out that one of the pleasures of urban life is juxtaposition--buildings of different eras, clothing of various subcultures, books, movies and, of course, food. Sentence 2: Urban life is unenjoyable because of all the juxtaposition. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ca2cbb6d7bfe464081b38b933e6a6da9", + "input": "Sentence 1: However, some economists are concerned that the acceleration may be concentrated in durable manufacturing rather than widely disseminated throughout the economy. Sentence 2: You have the right, and judges honor that. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1da21b4311e643ef91288934a91944ab", + "input": "Sentence 1: yeah but that's that's true just about every Sentence 2: That is false. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5861f575324c403397d217c4819ce125", + "input": "Sentence 1: 7 mpg standard might exceed the maximum feasible level for 1998 indicated under 49 U.S.C. Sentence 2: 7 mpg standard might exceed the maximum feasible level of HIV in one's bloodstream. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-825b1475bad643828ff1ac7c2a1ba686", + "input": "Sentence 1: Visitors are welcome Tuesdays and Thursdays from 5:00 p.m. Sentence 2: Poland came back into existence because of a war. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8be3acc7532d418da7255299c977a9d5", + "input": "Sentence 1: Generally, such statements were required from new users at the time access to information resources was first provided and from all users periodically, usually once a year. Sentence 2: My like to grow tomatoes in my garden. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dc51bfe832f845f889fb3d795ca928d0", + "input": "Sentence 1: the and i i like that that's good fun reading Sentence 2: I was wrong about the whole thing, Doctor. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8d7ea911394648639969907a8b27d11c", + "input": "Sentence 1: The village is neat and tidy, but there's nothing to detain you for very long. Sentence 2: The village is very interesting and the primary tourist attraction in the area. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-331f70070f2a456a9843bad4039365b0", + "input": "Sentence 1: … It is madness to keep this book. Sentence 2: Feel free to plunge into the city - there's no need to visit the tourist information office first. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60879496f8b140a78075654e53ae62b6", + "input": "Sentence 1: The station has a bar and a collection of railway memorabilia. Sentence 2: There is a small souvenir shop at the station. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1a12c24750ad49a9b36b9f69c54cd5b2", + "input": "Sentence 1: instead instead instead instead of just making bland uh pronouncements about having no plans to change the ticket has just really emphatically come out and said no way Sentence 2: No amount is recognized as a cost when pp and e is donated. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ce7f23d853b64b5899784a657ab03012", + "input": "Sentence 1: For a pretty drive along the upper reaches of the valley, take the road to Zares from Agaa Vavara. Sentence 2: IT hasn't been windy at all. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-800d6f2bba7a4bc099d854791a6df04b", + "input": "Sentence 1: The blacksmith's shop in the center of the village became the focus of this activity because it was the blacksmith who often officiated at these ceremonies, striking his anvil with a hammer to signify that the union was official. Sentence 2: The blacksmith shop closed long ago. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4ea8505d2e584365a02f5b9efc9c3264", + "input": "Sentence 1: So says my TV. Sentence 2: He had reasons for his suspicion. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c784818331f44daaeca9abcc32b0f54", + "input": "Sentence 1: it almost you know on both sides so that they can't turn it over and put it on somebody else's bed Sentence 2: That is very much a yes. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c14e4e5c2aca4515a3c59864c3792c9e", + "input": "Sentence 1: uh today it was pretty chilly and windy Sentence 2: The Final Rule says information collection shall not be governed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-90812cd1de7b482b96effb8155eac555", + "input": "Sentence 1: Even now she could almost swear it moved as though some one was behind it. Sentence 2: She thought she saw someone behind it moving it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-23a8ec3cb8e34a7c97c1783df4eef7b7", + "input": "Sentence 1: and that would be the long the short and the putt of it Sentence 2: He was good at repairing computers, although it paid only a mediocre amount. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5618e9df467040eab5daf58e29b415e9", + "input": "Sentence 1: The total implementation time for sequential hookup for multiple systems is estimated at between 32 months for two absorber modules and 36 months for three absorber modules. Sentence 2: The U.S team also won some minor end-of-the-year awards. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29d28623415a45e8858f316bea60b28b", + "input": "Sentence 1: Their militarism and nationalism bode ill for future relations between Russia and the West. Sentence 2: Germany's militarism is a bad omen for future relations between Russia and the West. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2b314c948dd54c8db1d1095fcccac605", + "input": "Sentence 1: Only the royal family prays here. Sentence 2: The royal family is not allowed to pray here. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3969be7eb053499884c335453de2244c", + "input": "Sentence 1: Considering only the boilermakers who are currently in demand by the utility industry, the demand would be about 38 percent of the journeyman boilermakers or about 31 percent for journeymen and apprentices combined. Sentence 2: The demand for journeyman boilermakers would add up to as much as 40 percent. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-465ebf3667b44643b2e6d91d8c015ee6", + "input": "Sentence 1: oh your up in Memphis Sentence 2: Something stopped me from thinking about it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-62e093ced2c24e08bfdc0337d6ce4076", + "input": "Sentence 1: Vernell and Pamela Bass lived in next door to Dahmer. Sentence 2: Dahmer always lived far away from neighbors. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2d59f1eca037497b9a463de9ad74a39f", + "input": "Sentence 1: Should further revelations warrant impeachment, Congress may have lost the necessary credibility. Sentence 2: The bearded mac caught Mrs. Cavendish's undivided attention. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1af8f834df274cdd80760ceb2c78596f", + "input": "Sentence 1: The best way to start this walking tour is to get a cycle rickshaw or taxi to take you to Durbar Square. Sentence 2: You can start the walking tour by getting a cycle rickshaw or taxi and having it take you to Durbar Square. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-908b7049705a4b238d36d0b35ce0d19c", + "input": "Sentence 1: Gravestones rest along the tenement walls marking the outer perimeter. Sentence 2: The agricultural economy of the Spain was suffering from plaque and famine. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2cb7850e53c74a82b002ad53ccd8f652", + "input": "Sentence 1: As it drew nearer true vertical, a chanting began among the men with up-turned faces. Sentence 2: Some nonprofit leaders are concerned about the merger. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d1b98dc21df479c8b760d21082e35c4", + "input": "Sentence 1: Among the mind-numbing details reported by the New York Times : Second-generation tenants could remain in regulated apartments provided they were willing to pay the vacancy bonus. Sentence 2: Second-generation tenants can never remain in regulated apartments. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-13debbd059c84ce5ab3a20a4cacbcd94", + "input": "Sentence 1: Even if you aren't a scholar, do come here the atmosphere and beauty of the place is entrancing. Sentence 2: Scholars would get a lot more enjoyment from coming here than a regular person. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fc0abd98ec96449a8f9cdb4ea8724323", + "input": "Sentence 1: Constitution, statutes, and court decisions applicable to obtaining evidence in criminal and civil cases. Sentence 2: The constitution doesn't apply to evidence in criminal cases. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc126183ba314c6c92a2ff74ce209ff9", + "input": "Sentence 1: um well you too i guess it's getting getting to be lunch time i need to go take care of the kids but you have a good day Sentence 2: It is time to make the kids their breakfast. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-636115f61fbd4233aee06aaa206d41b3", + "input": "Sentence 1: Without reform, the combined financial burden of Social Security and Medicare on future taxpayers becomes unsustainable. Sentence 2: What do you think about the fact that no one could have entered the bedroom? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-78cfd620a1e445ed8df9e86cf0db1ec5", + "input": "Sentence 1: uh well we do have one in in our home uh it's on the fritz right now because the monitor isn't working properly but uh it has been uh used tremendously mostly by my children for uh playing games Sentence 2: No one in the house besides me ever uses it. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bb2efa38395d4ce496909e4cebd96da4", + "input": "Sentence 1: I support the cornerstone concept of these laws, known as fair information practices. Sentence 2: There would be no redemption, obviously. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-88df127bcf7247ce926b24f38be0082c", + "input": "Sentence 1: is that that's because you're you're natives there and that's what you're used to you you've grown up that way Sentence 2: Smith does not have much knowledge at all. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be92c6ef34a4459ea5bae023299cb727", + "input": "Sentence 1: Prototype hardware is key to testing for reliability growth. Sentence 2: Only city carriers deliver advertising mail. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c77b8ac27c649cb9b59177187807803", + "input": "Sentence 1: i think i think that has helped a little bit i don't know Sentence 2: I think that has had no effect at all. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a6c405904534471e991fe5c875416cc1", + "input": "Sentence 1: Archaeologists have concluded that the Giza pyramids were built within a few hundred years of each other by generations of the same royal family c.2600 b.c. as elaborate tombs designed to foil robbers. Sentence 2: Lewinsky will likely tell the truth and the president agrees. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2718acc5e64441fba95fde902ac387de", + "input": "Sentence 1: right yes i know exactly i was the same way Sentence 2: They only settle them with a lengthy court case. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c70039241eb1406c9bf507c74353df4e", + "input": "Sentence 1: Of course the governors and the president managed to turn deficits into surpluses. Sentence 2: I'll just keep talking while you listen. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-52336e12fb834ab28443f12080894cd2", + "input": "Sentence 1: i'm sort of feeling like we're getting a better deal here than what i was accustomed to Sentence 2: CBS's interview turned Wigand into an even bigger story. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15bed72135ec451aacf6f477d0da05f1", + "input": "Sentence 1: The program entered production, despite these producibility issues. Sentence 2: The managers wanted to rush the product to the market. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a486793b482b4aa9814071b06011db27", + "input": "Sentence 1: and since i hate the French anyway Sentence 2: My mother would force us to steal food so that we could live. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec199789c89940f99ab37c3928259780", + "input": "Sentence 1: And then ”he makes his slip. Sentence 2: At this point he slipped up. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-90bba6994063467c99350dd4139eca36", + "input": "Sentence 1: Find out what he wants.\" The secretary obeyed, closing the door noiselessly behind him. Sentence 2: Aboriginies are treated wonderfully. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a6f84c755f24a6abbfdfa615893476a", + "input": "Sentence 1: but still sort of up in that general area of the country so you can probably see them sometimes Sentence 2: It is impossible to see them, even from those parts of the country. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1f93e2ff0fee4b9395d1bf7955d28001", + "input": "Sentence 1: Landlord disputes and divorces are among the most common types of pro bono cases. Sentence 2: The analysis of NOx, SO2, mercury and CO2 showed that prices had gone down. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33a2d7def1254a33b50ba42bf2bec012", + "input": "Sentence 1: The Beaches and the Sea Sentence 2: The entire room was completely silent. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-869bc4a2892b4c5c89508c5baafe752f", + "input": "Sentence 1: They will burn the village, said Gauve. Sentence 2: They have been actors for ten years. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2668338eee3b4b76ba6b00fb70d8e44b", + "input": "Sentence 1: Guides use them for organized walking and boat tours, but you can, of course, go off in your own group. Sentence 2: he is no longer running things Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d848651848fb49bb9165b0e13b8c6374", + "input": "Sentence 1: It sure must go hard with a man to have his son turn out a wild one, commented the third. Sentence 2: Blandy's is an agency that gives minibus tours. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1bb7ae71961f4593a2a30b6875571f9d", + "input": "Sentence 1: yeah so yeah oh how awful oh Sentence 2: Ribera was in a melancholic state while bringing this portrait to life. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8913e9ab7c7d445ab14c6bf272d54905", + "input": "Sentence 1: The books, plays, and movie are extremely couth, extremely respectable. Sentence 2: Bibliothaque Franaois Mitterand is the new national library. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-580f7e8e19474dbdb2676dc207a5799a", + "input": "Sentence 1: I am Chris Whittle, the one true God. Sentence 2: Taking over its place was a feeling of gloom. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-37086b08a0c240ed92246ff9e25ac9de", + "input": "Sentence 1: So, it all fits. Sentence 2: The document was written in English. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd3a8d5037d442ea889d332b95e3260f", + "input": "Sentence 1: Elderly people often require legal assistance because of their special health, income and social needs, especially in coping with the government administered benefits on which many depend for income and health care. Sentence 2: You know the difference between Pig Latin and Latin. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0d14adc46ecc42569d3b50a47085d93f", + "input": "Sentence 1: (Yes, if it uses speed attacks rather than electrical ones.) Sentence 2: TV shows many gay romances every night. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2075bb6f6fd494381b860a67199252a", + "input": "Sentence 1: 1 The term competitors stands for private firms that compete for portions of postal work, possibly as contractors or agents of mailers or mailing organizations. Sentence 2: The subdivisions break down into groups who did not always have homogeneous costs. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae4eb4c34d934edb99a3dc4a74fb446e", + "input": "Sentence 1: Sort of Madame Tussaud's chamber of horrors business that can be seen for nothing. Sentence 2: The hot lines only help with estate planning and we have seen a decrease in effectiveness. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e533ec5ebe5243199df0e13ad0376c01", + "input": "Sentence 1: But it isn't. Sentence 2: It isn't, though. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6a3345ed1fa84960b4275e04cfa5d970", + "input": "Sentence 1: okay and then you just got lucky again right Sentence 2: Antoni Elkbellows had no genetic similarity to the Oxbellows. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ff816f6004ab47f8b5f13e9ada13d656", + "input": "Sentence 1: So what objection could there be to castration of sex offenders? Sentence 2: Drew stood by Shadows box and slowly poured feed into the bucket, Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29b367afc9bd4e628d41869ad320b0e2", + "input": "Sentence 1: Political and economic power resided with non-Hawaiians. Sentence 2: I was in a hospital bed with some people around me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3320089afac4fc6a03debc697ee1baf", + "input": "Sentence 1: Dave Hanson, your world was a world of rigid laws. Sentence 2: The peninsula was not discovered by mankind until after the Pacific War, and thus had no role in it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8103745958ad4902b8ae83d01da384d4", + "input": "Sentence 1: there's lots of shades of greens Sentence 2: Green doesn't have many shades. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a1d4d21d7e494d1592eab0c780e98a06", + "input": "Sentence 1: With its wide, sandy beach, Portobello is a quintessential British seaside town. Sentence 2: Portobello is located on the British coast. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bff2fcdbcd9749c88964fe74e119aba8", + "input": "Sentence 1: and the housing market up here is uh is really slumped so you can buy a houses relatively inexpensive right now Sentence 2: The agent of the Eye made a mistake and left incriminating evidence behind. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-427a1f8a57ab46d6b00ead29e58148ea", + "input": "Sentence 1: But some were straight and tall, some were squat and fairy-colored and others blossomed from thin stalks into impossibly bulbous, minareted domes, like long-stemmed tulips reproduced in stone. Sentence 2: In order to enter the tomb, you will have to pay an extra fee. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca2506f92a204ebd85b66bd94225cf2d", + "input": "Sentence 1: well there's your another call well i think we had a good call and so okay have a good day bye Sentence 2: The culture and world disagree with one another. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7766224ed6d4b1caaca2fcc8a16e8c2", + "input": "Sentence 1: Entering Petra on horseback certainly feels right, particularly if you are wearing your best Indiana Jones hat (parts of Indiana Jones and the Last Crusade were shot here). Sentence 2: There have been many other movies filmed here. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-685dd8eb25344c3ab8bc7aeedbce3e15", + "input": "Sentence 1: This time, she looked solemn. Sentence 2: She looked sad. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2705991e4f5949a6b6e3b08e310a6cd8", + "input": "Sentence 1: The ruins or the disappeared outnumber the survivors by several thousand to one. Sentence 2: No need to make it long, let's juts call it \"What are case studies?\" Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a733a2d55f1f4383960e282aa6ee604c", + "input": "Sentence 1: and it's the days that i keep looking for that aren't going to happen in my lifetime Sentence 2: The days i am looking for will certainly happen during my lifetime. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ef7bcfae0694a8eb17f3310e5c17770", + "input": "Sentence 1: Tax the Knickers Off Your Grandchildren, by Steven E. Landsburg, seems less like a well-reasoned editorial on economics than a weak rationalization for shortsightedness. Sentence 2: People are still unaware of the problems here. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1aab5f95c8fc4906ab4c48c78aa016bf", + "input": "Sentence 1: Variety reported that Harvey once locked a producer in a Cannes hotel room until the producer sold Miramax the rights to distribute his film. Sentence 2: There are a number of easily identified paths. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-14f91977896f4ffe9ce26c35ebec18ed", + "input": "Sentence 1: You can short-circuit the biology of erection, but that doesn't fix the nonbiological problems that exacerbate and sometimes even trigger impotence. Sentence 2: The main causes of impotence are not biological. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d6c4ef39ecf84a20a9e89c8d7b11b556", + "input": "Sentence 1: At least, that's how it seems as you cross the bridge between the two cities and pass through the Pulchowk and Kupondole sections of the city. Sentence 2: It seems like that as you take the ferry boat between the two cities. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-abbdd02538704740b99cff9e82f9d2a7", + "input": "Sentence 1: He also commissioned paintings by Raphael and Titian for the royal collections that are now the pride of the Louvre. Sentence 2: Widows typically vote in the same general manner. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b2eb97beb7d4232ad6a34c6424a4ecd", + "input": "Sentence 1: huh i hadn't heard of that Sentence 2: I saw the photos you took of the great American desert. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef0bc408a8a143bc85bb7e3964da1c6b", + "input": "Sentence 1: The historic city of Bursa lies scattered across the wooded slopes of Uluda , meaning Great Mountain, to the south of the Sea of Marmara. Sentence 2: The county failed to. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee0ed8ef44e441bfa989280ae3e355da", + "input": "Sentence 1: Now he thinks as how any Reb blowin' in town could be one of 'em, comin' to sniff out some good pickin's. Sentence 2: He doesn't want a Reb to come to town. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-30092619379e458685cf99ed9ef8809f", + "input": "Sentence 1: holding that a public defender does not act under color of state law because he works under canons of professional responsibility that mandate his exercise of independent judgment on behalf of the client and because there is an assumption that counsel will be free of state control. Sentence 2: I had to move before once I found out drug dealers were dealing from the apartment building. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-708c3bb70656447e9592b2a6c4f3ff36", + "input": "Sentence 1: Ad-git Prop Sentence 2: Schumer stands up to Wall Street and refuses to do as they say. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9d832a142cd54b91aae0efb0817898f7", + "input": "Sentence 1: uh-huh now that's true that's true Sentence 2: Nah, that isn't the case at all. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4d3074db053f4f8886f1ff061df79d51", + "input": "Sentence 1: The international industry division and the retail division have common requirements based on the specific industry. Sentence 2: Depending on the industry, the retail division and the international industry division have requirements in common. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-53042ac4c3194b97b36db4f637613b76", + "input": "Sentence 1: Apparently he had almost talked León into using Shiloh as bait in this fool stunt. Sentence 2: The old man never bothered to look at Dave. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-379bc6cca49e49e8a9697a992c1f6442", + "input": "Sentence 1: Democrats say Republicans who accuse Clinton of wagging the dog are deliberately aiding and comforting the enemy. Sentence 2: For-profits have low efficiency and no capital. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0b5a705e0385420eab9b305a04d75943", + "input": "Sentence 1: it's handy Sentence 2: The purpose of the shadows is to affect the intensity of the shadows and highlight the characters. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23d5b052dbbe43a0af1d36321174f84d", + "input": "Sentence 1: The problem is---my concern is--- that much of what has been on the table in the way of postal reform over the past several years is tantamount to an uncontrolled and uncontrollable experiment. Sentence 2: The man says that the owner tried to move the people to Florida. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-30c68180e97c47ff92332151e8043fdb", + "input": "Sentence 1: yeah Raleigh Durham yeah Sentence 2: No, North Dakota. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-30aaa3ed3ac24bc799e7ced9d785a11b", + "input": "Sentence 1: For a locator map and a course-by-course description, go to <www.lasvegasfreedom.com>. Sentence 2: The temple was completed by the Romans over 1950 years ago. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d19d5757ac7246f3a87caa1f48d0250a", + "input": "Sentence 1: This irritates her immensely. Sentence 2: This hugely caresses her. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-968d3681c9f04404ba1a6273c61848fe", + "input": "Sentence 1: we've my husband's retired and we vacationed a lot and i think i've had a lot in the meantime i'm not sure i would have picked that one either shall we have a go at it Sentence 2: I'm a widow so I travel alone or with my friends. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ee856758442f4271bfa497cf90ee327a", + "input": "Sentence 1: Some of the more fragile pieces are exhibited in an upstairs chapter room, worth a visit for a close-up view of his workmanship. Sentence 2: Cagney made a huge amount of great films. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5cba6733c6b04cc580a7aa328f663b73", + "input": "Sentence 1: Our interest rate assumption for 2000 through 2005 is consistent with the average rate on the debt held by the public implied by CBO's interest payment projections in its baseline. Sentence 2: The council of Portinatx was disappointed that their town had been rejected as a potential filming site for South Pacific. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eed085f0ba6f468cb050abfbc014d4c5", + "input": "Sentence 1: Stinking fish was a derogatory Elizabethan reference to vaginal odor Sentence 2: Stinking fish is a reference to body odor. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d2a45164ce51477fb5e5b5dbc0c23ebf", + "input": "Sentence 1: Most of the groups cited maintaining or increasing the technical expertise among their security staff as a major challenge, largely due to the high demand Sentence 2: The demand for increased technical expertise was higher than any other demands being made. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-225f87dc0891453d896c8ce233668a4b", + "input": "Sentence 1: Indeed, Stephen M. Aronson, attorney recruitment coordinator at the New York City Human Resources Administration, said he has no problem finding available young lawyers. Sentence 2: The wet blanket was falling to the ground. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-222cf20acce743af81a5c7230f2fdbe2", + "input": "Sentence 1: Life was about to get very difficult until Adrin and San'doro came back to him. Sentence 2: Adrin and San'doro made things harder for him. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e61f911f7160457f9b1a845b6fcb23d1", + "input": "Sentence 1: \"An' jus' why?\"Anse demanded. Sentence 2: There was nothing of importance about that photo to Julius. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c59f9fb31c7c4bc38ef949bbf3fba191", + "input": "Sentence 1: i see well first one's always a bear we're having a an architect friend of mine design a house for us and uh that can basically be be be put on any lot in any state any country you know so that's kind of the Sentence 2: Mount Fuji still has remains on its site to remind us of its history. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9a3064d48fc427b8d736aa26f285e1f", + "input": "Sentence 1: Surrounded by acres of farmland hewn from the hard desert, the adobe fort became a focal point for the development of Las Vegas for the next fifty years. Sentence 2: You can definitely solicit money while you're in the White House. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f060fb0160b54462aa07bbb199b5c943", + "input": "Sentence 1: The ivy-covered, mock-Tudor resort has become something of an institution since it was built in the 1930s. Sentence 2: Table 5.1 shows what the assumptions are for this paper. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6fc06f386f664fb494afad40812f660a", + "input": "Sentence 1: Despite the assertions of some CEOs, while one key player can make a difference, it requires a team of talented executives to add shareholder value and manage shareholder risk over time. Sentence 2: i haven't put any cantaloupe in my garden yet Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59806f59fceb4b9e9390d10725f9fc40", + "input": "Sentence 1: well they feel invulnerable invulnerable to uh Sentence 2: Both of us care deeply about it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf8e9714dd4342c8aa70097040878ae4", + "input": "Sentence 1: Longitudinal Data Sometimes called time series data, observations collected over a period of time; the sample (instances or cases) may or may not be the same each time. Sentence 2: He had bright yellow hair. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dfbbc3ad04c140ab86e8e95fe7761753", + "input": "Sentence 1: Jack all right yes yes we've been here we're we're in Plano but we've been here about uh eighteen years Sentence 2: Romans preferred to live in the Lazio hinterland, much like many today. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8e97064f08de4a91b371248086021fa8", + "input": "Sentence 1: I made a mistake. Sentence 2: When using the same test to screen communities with lower case rates, the test works good if not better. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81b970c0cc0142b5a1a6fbabd154a511", + "input": "Sentence 1: Boards and auditors need to be vigilant to ensure that any inappropriate actions are avoided. Sentence 2: Figure 2.5 shows the effect on national saving of tax-deductible IRA contributions. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-135a2c1ba3ca4025b6a20d3dd495199b", + "input": "Sentence 1: The Christian Reconquest, which sought to drive the Muslims out, was under way in the north by the ninth century. Sentence 2: Mary sat on the sofa as she listened. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-843106bb59984da8b7194d1a517b6cee", + "input": "Sentence 1: 6 It is not uncommon for modern FGD systems to achieve 97 percent utilization of limestone. Sentence 2: It's not uncommon for fdg systems to use 97% limestone Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c576fcfcb70548c38dd0aa6517680a4e", + "input": "Sentence 1: This is the most easily accessible of the New Territories' walled villages. Sentence 2: I have resorted to doing this lately, but it has not been working well. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a0cccefc706e4affa0cc86608ad3e72f", + "input": "Sentence 1: uh and those activities helped a lot in giving us things to do with the children Sentence 2: The orrery was moved by careless idiots. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a8ef82d684747db803db0b6839e54bd", + "input": "Sentence 1: The Legal Assistance to the Disadvantaged Committee, a planning leader since the 1980's, continues to work in close cooperation with the Coalition and other providers. Sentence 2: A mix of the expected and unexpected produces a sad outcome. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44468f74a7ba4e8d87e09cbc56f26cf5", + "input": "Sentence 1: At a time when both staffing levels and funding had been in decline since fiscal year 1989, ARL was given a major technological challenge-digitizing the battlefield for the U.S. Sentence 2: The social services agencies in particular are truly grateful for their partnerships with the legal services programs. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d738985d70041cab97868e4990e435f", + "input": "Sentence 1: Johnson said through the program her shelter, which served 187 women and children last year, has been able to form better relationships with those who work with domestic violence victims. Sentence 2: The hunger strike had started to bring up the demands. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-99db0e14507249f18a0ae891e6a93e88", + "input": "Sentence 1: Again, there is also the obligation for Americans to distinguish between needs, wants and affordability. Sentence 2: At this moment, I'll say anything, because I don't know what's happening. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b441019be94c476793a29e485b1655a4", + "input": "Sentence 1: A narrative description of major research and development programs shall be included. Sentence 2: No commentary on research Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1b20706ac1644bae871908da75fdd6ae", + "input": "Sentence 1: if you know if it was Cuba Sentence 2: The warehouse was well ventilated because it had superb air conditioning. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb4475d5c3d74558b6c636d0a5ac28b9", + "input": "Sentence 1: We responded on June 1 that the request was consistent with our authorities and asked for access to records containing the information requested. Sentence 2: The request was granted. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1c917aceffcc4cc79f54f47e678104a1", + "input": "Sentence 1: Behind him, he heard Bork's chuckle and the soft laughter of Sather Karf. Sentence 2: It's a pre-Nato model Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-405be21f27ee472ba10990b08a83bf83", + "input": "Sentence 1: Park and loop routes involve parking, covering an area by foot, then parking the vehicle in a new area. Sentence 2: Park and loop routes don't exist. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9ee981e203b44580bf59b879fbeb5a6e", + "input": "Sentence 1: We describe characteristics of routes most likely to be profitable to competitors and provide a range of estimates for the cost of cream skimmers. Sentence 2: the casseroles only include vegetable ingredients Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a91aa3ffcf64492a5cc349a605f90f7", + "input": "Sentence 1: well then she's going to come out well rounded but outside of those kind of things you know the other thing that i've really gotten into reading Sentence 2: She will come out poorly and I hate reading. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-61adc9dc56224341a0aa321a1f95b1eb", + "input": "Sentence 1: Alongside the hotel runs busy Nathan Road, Hong Kong's fabled shopping street, lined with shops, hotels, and restaurants. Sentence 2: People around here think it's too expensive to keep their homes cool all summer long. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1d4639520e84dc7bba14425552de714", + "input": "Sentence 1: Sensitive and sophisticated, Pandit Nehru was also the strongest ruler India had known since the great Mughals and, like them, he created a powerful dynasty. Sentence 2: Blood from their wounds fell in front of them. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5480962fac774f8fb9aa41f44714d910", + "input": "Sentence 1: The initiated will appreciate the significance, others the mysterious atmosphere of its cream-colored gnomons (the uprights of sundials), quadrants, and sextants. Sentence 2: Your culture is ignorant. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56b21a31e3654e6597b4c52b879cea70", + "input": "Sentence 1: The obituary is for God. Sentence 2: The obituary was written for God. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ce1b9b214afe41e4a9cd237283f0cd1e", + "input": "Sentence 1: You can walk back to the center of town along the Corniche. Sentence 2: My suspicion was correct, like I knew that it would. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a706263ab35d4f7c9a84e4c7edac12d5", + "input": "Sentence 1: The sandstone temple on a granite base houses some graceful sculptures of Shiva and Parvati as a celestial king and queen receiving homage from their subjects at their home on Mount Kailasa. Sentence 2: Everyone in Italy is rich. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa9ec11fb0bc45e9855fe2653b75b3e8", + "input": "Sentence 1: At one point he imagines this middle-class By dismissing our fears about declining morality out of hand, you fail to recognize that middle-class morality is not necessarily opposed to the values of inclusion and equality that you currently profess. Sentence 2: At one point he imagines this middle-class to be completely deprived of morals, as opposed to the upper class. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3b67de03956044c99d9b9cea824da1d9", + "input": "Sentence 1: She orders the top eye-shade to run the company as a partnership with her, just as he did with Phil, even though she doesn't really grasp business. Sentence 2: We use the unified budget measure in the next section as well. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a8f696c610014cf3ac15c3c52a33e64a", + "input": "Sentence 1: Ever since the days when the Mughal emperor Jahangir took Persian craftsmen up to Kashmir with him during his long summer holidays, the handwoven silk-and-woolen carpets of Srinagar have been among the best in the world. Sentence 2: The first cross was built here in the 17th century. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-868e4c7871e8483ca337f38d4bda07a5", + "input": "Sentence 1: This bulky fortress-like church dates mainly from the Crusader period of the 12th century. Sentence 2: The Second Temple was finished in 1515 a.d. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4821b808c149444bb38ae915c58917a7", + "input": "Sentence 1: The outer pylon is majestic. Sentence 2: You can recycle a lot of things. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3fa259c9b68443dcb13fa650399bf7a3", + "input": "Sentence 1: Drew concentrated on the business at hand, striving to forget the crowd opening up to let him through, shouting encouragement or disparagement. Sentence 2: The horses bred in Spain are particularly fine. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c91efc622bbc4c3d83a516d36e25426b", + "input": "Sentence 1: oh boy so that really has a lot of meaning for you to see that Sentence 2: The man shuffled the cards and dealt them out to play a hand of poker. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cac14a67fde2416ea883a0ff0696be36", + "input": "Sentence 1: Executive Leading Practices in Capital Decision-Making (GAO/AIMD-99-32, December 1998). Sentence 2: I have not lived in Alabama since 1965. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-076e381b1cd24e09a4e0a9939be8802f", + "input": "Sentence 1: The museum was filled with inaccurate biographical details and poorly-shot photographs. Sentence 2: The museum only had pottery. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3fc0c14848394bf386823c13d2d66cd9", + "input": "Sentence 1: Toledo, Spain's former capital set on a crag above a river moat, is a living museum of El Greco and the legacy of a great capital city of Christians, Jews, and Muslims. Sentence 2: GAO's recommendations were the result of 3 years of careful research and study. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a1d979cf830c4fd99b0ddcc51ef9c31f", + "input": "Sentence 1: The girl looked from one to the other of them with large wondering eyes. Sentence 2: They don't broadcast it on the news but they still care. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c52eb82e1014487b9f3f9718b658366", + "input": "Sentence 1: In other words, averting a HI shortfall for 75 years now would require an increase in payroll taxes by 1.97 percent (a 68-percent increase over the 2001 rate paid by employers and workers47), a cut in HI spending by 37 percent, or some combination of the two. Sentence 2: An increase in payroll taxes would be required to avoid a shortfall for 75 years. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e99af2878e1b4443a8c74a4a57949b62", + "input": "Sentence 1: Funding for alcohol-related research needs to be provided to emergency department personnel on a priority basis because such funding will lead to their professional development, increase their national stature, lead to their advancement in professional societies, lead to association with policymakers, and enhance their opportunity to become opinion leaders. Sentence 2: Without maximizing value to the government, the agency will lose funding. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7c84636fb524b94b83e32f09d151000", + "input": "Sentence 1: The overarching paradox of his life, lucidly detailed by Rayfield, is the state of Chekhov's health and his attitude toward it. Sentence 2: Are the opponents the Bulls? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7781cd47cc7b45b993cb0062431091d1", + "input": "Sentence 1: Tommy put back the receiver with a sigh of relief. Sentence 2: His horse ran incredibly fast. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-06b1e530c28446409ba85afe8107ebdd", + "input": "Sentence 1: Indonesia's military appears to be united, in charge, and armed for bear. Sentence 2: Microsoft Windows has cornered 90 percent of the OS market. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f034cff251641aab465aff1eb787117", + "input": "Sentence 1: um he's just one of those guys he's created such a controversy in Philadelphia nobody wants to touch him right now Sentence 2: He's finding it hard to get a new placement right now because of the stuff he did in Philly. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-935117686e9f4fe091b2832a81bdc0a4", + "input": "Sentence 1: In summer it's a bit of a tourist trap, but take a look at the cacti and tropical flowers (plus ruins of a 14th-century castle) in the Jardin Exotique. Sentence 2: Given the downturn in the economy, senior management must show total commitment to the business plan. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f423767e64154bd0901256b89e6fcf2e", + "input": "Sentence 1: answer a research question? Sentence 2: The most fascinating thing about it was the smell it had. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fa342538c8b64f9297f476d70fd6f2d3", + "input": "Sentence 1: Ira Gershwin was much better at spoof campaign songs than the real thing. Sentence 2: Gershwin's spoof songs were better than his real ones Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-711075e24dba417c8dfe3d6aa64ebc2c", + "input": "Sentence 1: And phlogiston will quench the flame of a rocket, as your expert von Braun discovered.\" The man was a gold mine of information, all bad. Sentence 2: The man made a lot of faulty claims. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fc927b4fd6ca40359feb54a7b253f6d6", + "input": "Sentence 1: From 1977-8, he worked for the Department of Justice from 1978 through 1981, first as an Attorney Advisor in the Office of Legal Counsel then as Counselor to the Associate Attorney General. Sentence 2: They did not want to have such power. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0f4ade093dd435e8696cdfe9de2e48c", + "input": "Sentence 1: For a good view over the port, the Baie des Anges, and the mountain backdrop, climb up to the little park on top of the hill still known as Le Ceteau, even though its castle was destroyed centuries ago. Sentence 2: In 1770, Greeks were helped by Russia against the Ottoman Empire, according to the documentary. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e677a9e37254ce58ebbf4238815d5b0", + "input": "Sentence 1: yeah yeah that's what i don't understand Sentence 2: That is the thing I don't get. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eedc7d343a424ecd91bbb2316d59e8a8", + "input": "Sentence 1: The program manager (PM) is engaged by the owner to exercise oversight of the entire facility delivery process for a multitude of projects. Sentence 2: People that commit sexual crimes commonly change their character. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1c9587ce2049481989503dcb0ba49ac7", + "input": "Sentence 1: uh-huh well i do fairly good until i go in the store and i see something i want Sentence 2: I went there a few weeks ago for a trial. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-380c919a5536465aa4f1039938037278", + "input": "Sentence 1: But until then, you'll have to carry the con.' Sentence 2: You have to carry the scam. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f950278662f14e7da4210e1a8ff9389a", + "input": "Sentence 1: He now leaves that mission to two New Louise Slaughter, a Democrat, and Amo Houghton, a patrician Republican. Sentence 2: That's a silly point, but I think they shouldn't do that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-225af4a76dbb420dacb93795a67ce297", + "input": "Sentence 1: well well you don't find many intelligent people starting wars you know Sentence 2: Dr Hall followed the American Ambassador on this occasion. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7ffe37ee7f824d17be7c41e3b4953213", + "input": "Sentence 1: oh this is kind of tough i don't too often watch you know shows that are on on a regular basis Sentence 2: I hardly ever watch shows that are on regularly. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c435c906c0449bda15d05ce411e1076", + "input": "Sentence 1: That fragmented system without oversight had its deviance (not all doctors provided good care) and cost (the doctors drove up the bills). Sentence 2: It was named \"Portus Magnus\" by the Romans, but the Ibicencos never bothered to give it a name. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-316ef936d32044cd950fbee3d13b7267", + "input": "Sentence 1: okay if you take an American car and take it to Japan you can't even hardly you couldn't afford it Sentence 2: Japanese cars are cheap and so are American cars. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-02266a9129124bf29a187c633293ed6d", + "input": "Sentence 1: To my mind, though, Jewish toughness of the sort that was in evidence in Entebbe, Uganda, 22 years ago, when armed Jews flew thousands of miles to rescue Jewish innocents from death, was one of the great moments in post-Holocaust Jewish history--a statement to the world that Jews will no longer sit idly by and watch themselves being oppressed. Sentence 2: It's surprising to think they could have restored it to new condition. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69ea550fd5fe41d592db4cbe99b3bee6", + "input": "Sentence 1: 'If prison is going to be my next home,' he did not quip, 'I'd better get used to this. Sentence 2: Ambleside is situated to the north of Brockhole. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee6b8712077c4c708a2e8a6451a2e98e", + "input": "Sentence 1: Which tradition does John Kennedy belong to? Sentence 2: I don't believe that John Kennedy belongs to any traditions Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8df4d263eb4c4e7b89777b1e1ddad595", + "input": "Sentence 1: and uh then there's others who is uh-huh lots better off Sentence 2: Experience shows that the quantity of limestone is 40% higher compared to other enhanced reagents like fine limestone. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a671fb61fac14dd78e9884e390da7e5c", + "input": "Sentence 1: so a lot of the the people can go you know to uh a good school Sentence 2: Right now I'm back in graduate school, and I understand I can delay because I have plans to join the Peace Corps. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b8210a025c6041118a44d665f2ff39ba", + "input": "Sentence 1: There are temples, towns, and hundreds of other tombs of lesser though important mortals such as high priests, nobles and highly regarded artisans who worked on the royal tombs. Sentence 2: There are a number of tombs for the high priests. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-30df8baffb8c4125813cc436e8757445", + "input": "Sentence 1: 'That's the fellow,' Sentence 2: Guidance12 was never published, so we do not know anything about its contents. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-39f812bfdfd146969bf4108779210a3f", + "input": "Sentence 1: Flytrap is a case of journalists doing precisely what press critics are always hectoring them to do--just supply the facts, don't indulge in opinion or conclusion--and shows the inadequacy of that journalistic ideal. Sentence 2: Flytrap is an example of journalists supplying their opinions. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2690a8376d4147d5b1a91cecf82aa26d", + "input": "Sentence 1: The total cases reported to LSC for 2000 are 1,012,368. Sentence 2: Seven of them were replaced, which was the right thing to do to me Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9e9925f82ba406085bb4994e068e367", + "input": "Sentence 1: hence is possible error as you can see in all the ironsides Sentence 2: It is possibly an error that can be seen in all ironsides. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-468023298b144aed8fabef4b43317860", + "input": "Sentence 1: He watched the farmers, tradesmen, herders, and children finishing their day. Sentence 2: The camp was a sane and serene place. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0217252bc9094be6b4e125309692dc1b", + "input": "Sentence 1: All are chronically under According to the LSC, only 20 percent of the 43 million potential clients eligible for federally-funded legal assistance actually get the help. Sentence 2: The summary created by Penn goes into great detail about this result. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69066c50b7ce4be49978feddd11e1c0f", + "input": "Sentence 1: A requirement that the H-2A worker be physically present in the United States when the cause of action arises or the representation commences thus would deprive H-2A workers of representation on many of the most basic employment contract protections afforded by Congress, directly contrary to Congress' purpose. Sentence 2: Diet Cokes are Kemp's favorite drink. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-98726c8d50bb4ad7b16f42e6bc53abf7", + "input": "Sentence 1: Data converted to 2000 dollars using the consumer price index for all urban consumers. Sentence 2: Alternatively, men might fight for reasons seemingly unrelated to sex, but the winner will still enjoy high social status and the attractiveness associated with it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-183dc82cbff847698bfabef4e66f3283", + "input": "Sentence 1: uh oh i know what it was it was in our in our little local paper our little Lewisville paper that comes out twice a week on the front page every week uh there's a little thing at the bottom that it's like a call in survey that says you know do you think so and so and then you call this number and you press like one for yes and two for no Sentence 2: The paper ran a story about how the people in town felt about the defendant. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-59117f45ff0549569b7d0fcb7213a9f3", + "input": "Sentence 1: Median incomes for each quintile are GAO estimates. Sentence 2: The cities are not endangered. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1ce2e8af4cf444fa5d2e89af360883c", + "input": "Sentence 1: Gyna bodokalunia! The Polish professor said to the Lotafrankish professor when they were parting. Sentence 2: The professor was from Poland. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-15889536e9d34dc18bf17f27c6a98e1b", + "input": "Sentence 1: Because LSC attorneys must withdraw whenever a question of a welfare statute's validity arises, an individual could not obtain joint representation so that the constitutional challenge would be presented by a non-LSC attorney, and other, a504(a)(16) is necessary to define the scope and contours of the federal program, a condition that ensures funds can be spent for those cases most immediate to congressional concern. Sentence 2: LSC attorneys are required by law to withdraw whenever a question arises. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7317a29c68464160b5f9eeab20fdd572", + "input": "Sentence 1: The views expressed in this paper are those of the authors and do not necessarily represent the opinions of the Postal Rate Commission. Sentence 2: All of the Musee Jacquemar-Andre's art was purchased by its 19th-century resident art collector. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e65d013731864672b58f8097037ab03f", + "input": "Sentence 1: But at some point, the skeptics have to Did the Clintonites abuse power by trafficking in classified information or by ignoring it? Sentence 2: Federal fiscal policies become unwieldy when creating specific budget measures. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b614e175d4fe400580f6721e0c3734cc", + "input": "Sentence 1: This intellectual, cultural, and economic center has emerged handsome, if not unscathed, from its turbulent past. Sentence 2: The management of a forwarding and change-of-address system has a great flaw in the protection of individuals privacy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-472983e8a1f04e05bc9a92396c813e87", + "input": "Sentence 1: that's a fairly new thing it's just like uh one step Sentence 2: Iverson was not elevated by a shoe company. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-747da30798ee49a59193a95dd11be9f1", + "input": "Sentence 1: That puts Medicare growth at just over 4 percent a year. Sentence 2: Last year, the Reds did not have players with careers. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e82dcb37df854f8a91bd488e9449f8f1", + "input": "Sentence 1: In 1411, Parameswara took the money to Beijing himself, and the emperor gratefully made him a vassal king. Sentence 2: The emperor of Beijing made Parameswara a vassal king in 1411. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d9e3eb3898af497a811434134101c481", + "input": "Sentence 1: 5. How can emergency staff be trained to facilitate the screening and intervention? Sentence 2: Guiliani refused to give any money to Legal Aid. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2cb550125eab4b939cfb2c213509ea61", + "input": "Sentence 1: Grand Rapids suffered a one-third reduction. Sentence 2: Coral cliffs surround all areas. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-70f0921aefe841e6a7777d1d7d9d1f58", + "input": "Sentence 1: For example, OMB fiscal year 1996 budget preparation guidance said agencies were to identify key features of their streamlining plans (e.g. Sentence 2: There are successful techniques for preventing financial bias. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d6db357e1b64951bee84b8a7fe68038", + "input": "Sentence 1: Just 35 km (22 miles) from Pahalgam, one trek, the most strenuous by far, leads to the spectacular Kolahoi Glacier. Sentence 2: You can only take one short lesson. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18a8d004dabf4d7886a663a435e2c85a", + "input": "Sentence 1: Elsewhere are Velazquez's portraits of the high and the mighty, along with studies of fun-loving, ordinary mortals. Sentence 2: That kind of approach to the legislature would require a lot of education, and we only finished high school. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-906cd18490914b62baad80b03590637e", + "input": "Sentence 1: Heavily promote the collected Edmund Wilson-Paula Barbieri letters. Sentence 2: They've always had a TV. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-79a4fb1df41849b58808b75a03207f9d", + "input": "Sentence 1: However, the structure was never finished and lacks the epic reliefs (carved images) found at Philae and Denderah (see pages 70 and 62). Sentence 2: Would you mind telling me your name? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccdac38da15a4a2c92af7b7964359bf9", + "input": "Sentence 1: Are there children who need to be entertained? Sentence 2: Do children need entertaining? Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f0f59505c1dd454c848c9130cdcac841", + "input": "Sentence 1: PERSONALITY Sentence 2: CHARISMA Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-69da21c3d9564148b051c7099ff9ee95", + "input": "Sentence 1: Some new detail about Bush's education policy, by contrast, might or might not make the paper. Sentence 2: Bush's new policy is a joke to many. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-900e70dce6d1472ca8124679d9f2a640", + "input": "Sentence 1: well i think that's about it Sentence 2: The data collected in 1985 wasn't as good Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b847c2f15b744a2983fcaa497297363a", + "input": "Sentence 1: For example, EPA's web site provided detailed information on its 1999 proposed rules on lead and lead compounds and other persistent bioaccumulative toxins. Sentence 2: Information about the EPA and its 1999 proposed rules on leads and other toxins is available by brochure only. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df851666b0634027a62f24e2ce78eca6", + "input": "Sentence 1: To say it's banged on them, of course, is not to say the fears are not real. Sentence 2: To say it's banged on them does not correspond to say the fears are not real. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fc47c1460f6f48af868bd690b33bcbd8", + "input": "Sentence 1: They were quietly cutting through the ties binding the front of the train. Sentence 2: They were cutting through the ties with scissors. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0bb953bd76b042b9a9f2659ca8653456", + "input": "Sentence 1: The northerner's quizzical look clarified that he understood about as much as Ca'daan. Sentence 2: The pressure makes things fall apart, not work better. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91ad4c34ec1b4893838a6b60346a073c", + "input": "Sentence 1: Regional cuisines, Mintz says, are authentic because they use local ingredients and involve a community of people who eat it, cook it, have opinions about it, and engage in dialogue involving those opinions. Sentence 2: Cuisine cannot be authentic without a core population that indulges in it. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5b91bc9c6e3746128da01db22e7aa79c", + "input": "Sentence 1: Most reviewers simply cheerlead. Sentence 2: DO they have a pool or do they go to the one in town? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d24147bb0944605bdec2a1f992ff399", + "input": "Sentence 1: We are providing the guide in hard copy and on a compact disk (CD) for agency duplication as needed. Sentence 2: You just yawn when you hear that the president is accused of rape, but eventually you will care. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a611ed4dbaa443d9ca5c52697ac9948", + "input": "Sentence 1: Even if you can't be there for an opera (opening with a gala to end all galas every sacrosect December 7), attend a concert or dance performance there or at least visit the little museum (left of the theater), if only for a chance to see a strand of Mozart's hair, Toscanini's baton, or a peak into the sumptuous Neoclassical auditorium with its six tiers of balconies and galleries. Sentence 2: The operas are notoriously difficult to get tickets for. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8469aba958f64628a0927b85ede96b11", + "input": "Sentence 1: so our children our children are all grown up Sentence 2: The plain message was readily received by the largely rural population of southern Afghanistan. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd852f35b6ba44fb81100f0e004bbd9e", + "input": "Sentence 1: hm yeah but only because we got used to uh single person single car driving a lot of people don't even like to carpool Sentence 2: An important gatekeeper is LSC grantees in referral networks. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-31cb728d0814426b95b2981f9a58985c", + "input": "Sentence 1: thing that happens and it's like a spirit of witchcraft it's like a a bad spirit goes over that nation because you have these people that want they're power hungry Sentence 2: The husband never cooks with our friends. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5fb6b92ce3a6415e81dd22a6e71d528a", + "input": "Sentence 1: Trade with the Portuguese and the Dutch launched a craze for tobacco, bread, potatoes, clocks, pantaloons, and eyeglasses, the latter very often worn as a chic symbol of intellectual superiority rather than as an aid for poor eyesight. Sentence 2: Eyeglasses were traded for and were frequently used to symbolize superiority of intellect. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-33c9de8969ff4073b0238b180f7290b1", + "input": "Sentence 1: Where did you eventually discover it? 143 \"On the top of ”of ”a wardrobe.\" Sentence 2: The Peak is considered so desirable because the ground is made of gold there. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f0c7e976c514237a3554f06f5da4f94", + "input": "Sentence 1: First, incentives matter, even to murderers. Sentence 2: The incentive to kill women matter to murderers. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2a8123fd713e484c813716d66e40637a", + "input": "Sentence 1: To beat the partisanship rap, several Republican leaders are invoking Democrats as their allies against Clinton. Sentence 2: Nobody needs technical experts, they are completely useless. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-05face48b8de467399990d369cc53ab3", + "input": "Sentence 1: but but i try you know to uh to get out there and enjoy everything but what was so fun though is that i had to take my son to the doctor this morning because he went out camping with some friends and he got poison ivy Sentence 2: Jon didn't understand why the friend had done that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a1361aab88bc4819bc686114c2a57f14", + "input": "Sentence 1: uh Two Thousand and Ten was far better Sentence 2: Almost 3700 drawing have been completed. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d11263e1059e4fc5a0f785f5cca27d63", + "input": "Sentence 1: Raves for this London import, directed by Howard Davies and starring Kevin Spacey. Sentence 2: You thought something about me. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4366e5249ae74cd5bdfe932235e0804c", + "input": "Sentence 1: Where feasible, this should include power plants both within the conventionally defined electric utility sector as well as electricity generated by industrial cogenerators and other independent power producers. Sentence 2: Industrial cogenerators and other independent producers should receive subsidies. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-444bfcbda92a4294a0e892c01120b187", + "input": "Sentence 1: The stress caused by Lola Thigh - the singer, left Simon's tired body permanently, but not without some effort on the part of the inquisitorial masseuse. Sentence 2: We hvae to pay for a lot now. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9272631ff7d34b6385d6ab76cc7a0b22", + "input": "Sentence 1: The argument is that the Constitution says the president should be removed only for crimes that imperil the nation. Sentence 2: Tommy was confused by the secrecy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a67aa0da5b3410ea56e365eeb65be51", + "input": "Sentence 1: oh that's oh that's great so Sentence 2: Colorado never gave a tax refund. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-06bbf6563e30437599b512c010d859dd", + "input": "Sentence 1: Neil Howe, a historian and economist, is a senior advisor for the Concord Coalition. Sentence 2: Congress adopted a certification provision. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1770d2eeff94fa2b8e1a80e0bf5de85", + "input": "Sentence 1: You must know SOMETHING to have advertised as you did? He leaned forward a little, his weary voice held a hint of persuasiveness. Sentence 2: The current structure replaced five earlier pagodas. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-abbf40f4a4d940b18a72e1eea18f190b", + "input": "Sentence 1: In the '60s and '70s, rumors of Sinatra's Mob ties were family entertainment. Sentence 2: Tanking isn't to their benefit since there are no good draft prospects. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e586c802ddf344f4909a940a45ee1700", + "input": "Sentence 1: Shall we form a business partnership?\" Sentence 2: It is immoral to be greedy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ff4b5c1ce3048ef9f9de3a334a604ff", + "input": "Sentence 1: The organization fell behind the competition in providing this service and the delay may have cost it customers. Sentence 2: These improved concentrations had a marked effect on premature mortality. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68980c0a0b15452b866e687b9f4fa09b", + "input": "Sentence 1: Try den corbas wedding soup, a mutton broth flavoured with lemon juice and cayenne, and thickened with egg), mercimek corbas (red lentil soup), or i?«kembe corbas (tripe soup, believed to be a hangover cure). Sentence 2: GAO has dozens of congressional policies and protocols. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ffcacb327fae4d60bd9bf65e03a4d9f1", + "input": "Sentence 1: The preamble to the final rule contains significant information about the proposed collection of information including the reasons for collecting the information, the type and number of respondents, and the estimated annual burden. Sentence 2: Son Vida golf has a beautiful landscape and hosts the open. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-49ebe1e67c62438680f4e06562b98713", + "input": "Sentence 1: Today deception. Sentence 2: Deception, today. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e31db8f8e9b346a38ba8e3529b191c57", + "input": "Sentence 1: well i don't know um i uh have attended some seminars that had some tapes that went with them but uh i guess not so much books although they sometimes have manuals and things but um they would be things on like how to be successful and sort of talking to yourself you know getting getting your yourself in gear to Sentence 2: I have never attended any seminars that came with supplementary tapes or manuals. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e1c58536e3db4a70adb4abaff164a5a4", + "input": "Sentence 1: Using the Case Survey Method to Analyze Policy Studies. Sentence 2: He doesn't think that he can say that because what he wanted to say was disrespectful. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-885b29ac99604addbe7718dbad0ae959", + "input": "Sentence 1: sort of set the agenda and and let let people do the work it's it's unfortunate how how little domestic agenda he Sentence 2: The sad how he set the agenda and let people do the work he should have done. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b56f5f6ac90047c8997992ad4e84ebb2", + "input": "Sentence 1: all i know is it's down in in North Carolina in fact the last time she was up i meant to ask her you know what city she was in i didn't but she said it's really nice Sentence 2: A cascading set of resultsoriented performance agreements is not a mechanism. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae174c851386460683a6114c1c551773", + "input": "Sentence 1: This removes Attorney General Reno's rationale for not appointing an independent counsel. Sentence 2: We had to stay in the water. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-70e9b389a0b44ffd9fb6b439d36ffb03", + "input": "Sentence 1: United States General Accounting Office Office of Special Investigations Washington, DC 20548 Sentence 2: The General Accounting Office of Special Investigations is in Washington. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-deb149493ade4973a486cd30942d56e1", + "input": "Sentence 1: Francois brought Leonardo da Vinci to work at Blois, and Rosso and Primaticcio to decorate Fontainebleau. Sentence 2: I do not perceive that at all. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e161df0849041cbaf205504186ac3d2", + "input": "Sentence 1: It didn't. Sentence 2: My dad then kicked the bucket. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a289247a9b0a42cf95cabe837c01b603", + "input": "Sentence 1: It belongs to the Hamilton family, who have served as hereditary keepers of the palace. Sentence 2: The court is set to meet on the case against these two defendants in a few weeks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b953b06bea6643bf85c99af4366bdb04", + "input": "Sentence 1: What you say goes. Sentence 2: April 1999 is the only month with wildfires reported by GAO. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-827758f382874dce9e80b4c87662def5", + "input": "Sentence 1: It should be noted of the library's treatments of Mark Twain and Henry James, which Kerr covets for Gertrude Stein, that their thinnest volumes comprise 1,029 and 845 pages, respectively. Sentence 2: No one would be interested in these. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-032688f7eb4d40a6b6f236198c44007b", + "input": "Sentence 1: yeah they had a program on the other day about people that were addicted to soap operas Sentence 2: The valley of Mt. Nantai is filled with trees. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c893922ea552469a89786182b710cb18", + "input": "Sentence 1: There are no guarantees. Sentence 2: The Bellagio is the world's most expensive resort. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c5e0fbc05a7f44b09d2e67acfa6b7d33", + "input": "Sentence 1: If anyone had chanced to look this morning before his return, and seen it there, it would have been a valuable point in his favour. Sentence 2: The person has grown up and is no longer considered a 'boy' by his definition. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-392b35d96894432d8ce244b814e0cc64", + "input": "Sentence 1: He's rather upset about something, I remarked feebly. Sentence 2: If you pay first, the driver may not give you the full tour. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3792d27a2c4e4079a627c0f01c5a1d60", + "input": "Sentence 1: He did not say that he would take any action in response to He asked if monetary policy should be any different if there were overvaluation. Sentence 2: Nonexchange revenue includes revenue transferred from the General Fund. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81c335065d1742bdba1f603f8ab13062", + "input": "Sentence 1: A total of 14 completed evaluations were received from participants. Sentence 2: The Aso Volcanic Museum is not worth taking the time to see. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d138a39b4e334b739fee660b25473284", + "input": "Sentence 1: i remember eating their pizza and they had put anchovies and all this on it i mean they piled it up Sentence 2: The President made a Political Report. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59e430f0f94842289db930bae2cb24d0", + "input": "Sentence 1: that seems typical because most of their other stars uh Paul Molitor's usually out half the season with injuries himself Sentence 2: I tend to get upset about loans to countries with obviously corrupt governments. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c808ba6c57014011a3ad5586a6e085d4", + "input": "Sentence 1: In any western town the cantina, or saloon, was the meeting place for masculine society. Sentence 2: The cantina or saloon was the manly meeting place in western towns. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ed15c2fe70a146e68ba997bca83b9811", + "input": "Sentence 1: and a newspaper if i have time Sentence 2: The birds and water life all live together in peaceful harmony. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-877e1faafd13495a8894ae5943702625", + "input": "Sentence 1: To celebrate Bastille Day (14 July) or the 1944 Liberation (25August), blue, white, and red laser beams are bounced off the Eiffel Tower, Arc de Triomphe, and Hotel de Ville. Sentence 2: The laser beam light event takes place at night. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0a50bfd5bfc84202898d936797c15c8d", + "input": "Sentence 1: Some 30 km (18. 5 miles) outside Kyoto, set deep in a forested nature preserve, is the Miho Museum, designed by internationally acclaimed architect I.M. Pei. Sentence 2: Single people can be better than married ones. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-24f3a607a2174251a614c15aba693b62", + "input": "Sentence 1: uh-huh uh-huh yeah well have you camped all over the United States Sentence 2: This guy is dumb and weird. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a46d1a5ee740435bb7daffa61d446899", + "input": "Sentence 1: For example, crediting additional securities to the trust fund or increasing the interest rate paid on the trust fund's securities would commit additional future general revenue to the Social Security program but does not increase the government's overall revenue or reduce its costs. Sentence 2: The artificial cliffside was built to appease the destruction of the original. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5459f48703b4906a5981daca69fbb2f", + "input": "Sentence 1: I'm busy.\" Sentence 2: A juror who stands alone in his conclusion should go along with the rest of the jury to avoid being an inconvenience to everyone. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c658e5f0c37d4b7bb03e80306a5d23bd", + "input": "Sentence 1: Further, the Clear Skies Act amends certain provisions of Title I of the Clean Air Act that currently apply to the combustion units covered by the new Title IV emission caps. Sentence 2: Mr Bookstarver expedited the press release. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-def719ed6c204fc5ab1e7833ca5b3fa6", + "input": "Sentence 1: Another thunder of falling sky sounded, and the ground heaved. Sentence 2: The ground heaved as the sky fell into it Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f34fccb73d94484087fbbaad46305cf4", + "input": "Sentence 1: Wal, that ain't no hair off m' skull. Sentence 2: Well, that's a really big deal to me. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4c384bc6c4584be28a8eb267f658ffb5", + "input": "Sentence 1: Piccadilly 44 Circus, for instance. Sentence 2: Not Piccadilly 44 Circus, for sure. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e75f05b725bf4b49952975956c03efc4", + "input": "Sentence 1: and um and so they were they were going to try to take their blue jean code with them and trying to get all the all the upper level to start wearing blue jeans but he just left for Italy today at four Sentence 2: They were going to try to take their blue jean code when they went to the new job, but the new boss said no. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-52ada5da929a4137a11cfb678c8148a8", + "input": "Sentence 1: are a good start and if you start expressing one liters and one kilograms and then the pounds come in the the you know the odd numbers you know two point two pounds or something i think people will start getting a sense of gee the metric is the sensible one Sentence 2: People will begin to learn the metric system. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5b75bf78935046a59ea54a9fe83c25e7", + "input": "Sentence 1: Come, he said, \"now to examine the coffee-cups!\" Sentence 2: \"Investigate the coffee and tea cups immediately!\", he said, while pointing his finger towards the door. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4daf4b0489da44a9a33bd9ce7d8d8dc8", + "input": "Sentence 1: I am sticky and hot and not very happy. Sentence 2: It's one of the best examples of 19th century Chinese architecture in Penang. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c80a98dac9094448951c5c6c1c490160", + "input": "Sentence 1: The Department conducted a final economic impact analysis based on new Child and Adult Care Food Program (CACFP) data, a recently completed study of the CACFP, and comments received in connection with the analysis performed for the interim rule. Sentence 2: Monti insisted that all patients be screened for alcohol problems. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5643350f5d8b4ec880bc640d4a064691", + "input": "Sentence 1: If we tried a tamed succubus--\" \"The things are untrustworthy,\" the first voice answered. Sentence 2: They had to use magic for others, but they themselves were the ones who needed it the most. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2761d21f494542ef9c50b62a57c9d07d", + "input": "Sentence 1: Open the right-hand door! The two girls stepped out into the traffic. Sentence 2: The girls were being dropped off in a mini van. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2352434b05d641508579e80d4bff105a", + "input": "Sentence 1: she'll eventually i mean mine you know i have five males and two females everybody's spayed everybody's neutered and we still have a scrap every now and then nothing real bad you know a slap here and there but um they put up with each other and they will eventually her nose will be out of joint for a while and she'll hiss and growl and slap every now and then but they'll she'll finally accept it you know they really don't have any choice in my in my household we have a little bit of uh a fight for who's boss mean a male cats are are real you know real territorial and so that's the big battle here Sentence 2: I don't know much about Texas. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e24307351d594e079abf464be3aeee60", + "input": "Sentence 1: The giant speaks! said Adrin. Sentence 2: The dictionary's word, 'objectionable' was cited thrice. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-828a407043484d58a6344bf9cb3a1e17", + "input": "Sentence 1: i don't know just i mean i would probably most people probably think i don't even have a high school education you know because of my attitude about it but i just feel like there's so much going on that you know hey i'm going to pray about it and if i feel led to vote for a certain person i'm going to do it but i'm not going to get all up tight about all this and stuff you know hum-um because i know at first we were watching the news a lot and man it was like gosh we were like all the time and i thought gee you know God's going to protect Israel i mean he starts Sentence 2: Heaton Cooper and his Son are popular landscape painters. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6dae6641512e4d16ad7d3ed8036813b6", + "input": "Sentence 1: That, in turn, might cause a peaceful transition from communism. Sentence 2: That might lead to a peaceful shift from communism. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2cd1458f109a4e78824f045f7c1c4ecc", + "input": "Sentence 1: there's excuse me uh there's bumble patterns there's mosquito patterns there's wasp patterns there's grub patterns uh Sentence 2: There's bumble patterns there. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9bde7fdeb4a245789a76fc80d958fa86", + "input": "Sentence 1: The Edinburgh-based James Thin has the largest bookstore in Scotland (on George Street, opposite the university buildings of Chambers Street). Sentence 2: That man is one of the most talented experts on poisons. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-71aacee58ebe4f48b3f9e329fbd0c7fa", + "input": "Sentence 1: and that's what i find lacking in a lot of you know like Home Alone there was a lot of the human character when he was home alone and he was trying to be tough and they s had a lot of human character there but when it was the real slapstick moments him versus the criminals kind of thing it just sort of lost the human element became purely a caricature Sentence 2: Protestant churches do not exist in China. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd5c1a515cde4520bf88a47d6f03bdf5", + "input": "Sentence 1: have you ever done that i mean you sound like you may have been a couple one time Sentence 2: You sound like you may have done that before. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-19660219322745bbb1717ccae2e9e7a7", + "input": "Sentence 1: And now, on the evening of the 30th, in a private room at the Savoy, Mr. Julius P. Sentence 2: Mr. Julius P. was found dead in a private room at the Savoy. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e7669e0934c44438015188c3a9c7540", + "input": "Sentence 1: The International Olympic Committee expelled six of its delegates for accepting cash and other gifts as part of Salt Lake City's successful lobbying for the 2002 Winter Olympics. Sentence 2: This kind of behavior could lead to more oversight from the committee. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d3c5ed879d55475db15588745fdb2728", + "input": "Sentence 1: and until he starts doing something so inhumane that the UN gets involved then it's nobody's business Sentence 2: I do not recall any of them being female but I never really watched it much. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54e0a8cd6fc74cd19f1895cebec45165", + "input": "Sentence 1: It was on his card. Sentence 2: It was important information on his card. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-24100a1a73a64615bc92a516f71058e9", + "input": "Sentence 1: The beach resorts of Mirties and Massouri on the west coast take the bulk of visitors. Sentence 2: It is all the same, the places and people. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dfb46e3ee1af477195ff1d3a969fe50c", + "input": "Sentence 1: and in fact out here in Oakton we have uh there's a fifty meter uh pool called Oakmar and it's sort of a uh uh a landmark pool it's a very uh excellent design you know top rated pool Sentence 2: From 1970, many visitors come to their house and they were eager to talk with them. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cf24680241640c59634664c4e6c032c", + "input": "Sentence 1: He makes everyone nervous, and no one has a good time. Sentence 2: The Carey Award is valuable according to a VA official because offices must apply for it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2c8ef42fdad4555826f3cb063e74869", + "input": "Sentence 1: Statehood and Tourism Sentence 2: Sengu-shiki is the custom of initiating a child into the clergy. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3da116e539f4f8b8bb9692029c696b1", + "input": "Sentence 1: We close when we get to close, she said. Sentence 2: The Mormons benefit from polygamy. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f6f7e9a8b0fa49518645076336dc4744", + "input": "Sentence 1: If Social Security were changed to a funded scheme, where the payments would be used for real investment instead of being transferred for current consumption, the national savings rate would rise. Sentence 2: The house's parts are all fake. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-367ffd0ea4ed4338a818600435c46cd8", + "input": "Sentence 1: uh-huh because i guess because of the changes in Eastern Europe uh they've increased funding for the Peace Corps some of the i guess it's some of the peace dividend in the sense you known when they're decreasing some of the military spending some of that money has gone into the Peace Corps and some of the other overseas programs uh Sentence 2: more people are joining the Peace Corps now to help in Eastern Europe Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-55d5624244d845b0b0f2b6d0adc8edd6", + "input": "Sentence 1: Somewhere more appreciative.' Sentence 2: Innovations in computer technology have been adopted by agencies. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eff030f611fd4044a23a02e1c6c37c99", + "input": "Sentence 1: an executive and operational capability to encourage and manage change. Sentence 2: The operational capability encourages and manages change among CEOs Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da9c8568c1ef4736be3efda74cfd8c23", + "input": "Sentence 1: What's the difference between buying up a train and buying up a liner? Sentence 2: It doesn't take much to get it done. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69ff7bc1d58e463492fa5077cc87aa3e", + "input": "Sentence 1: there are a lot of the kind of problems that we've fought for in other countries you know that they have corruption and and they don't have um i mean there's just very few really modern cities Sentence 2: A longer self-administered screen should not be used in the ED. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b66ae997d1246a19e8a76e3af4cf9aa", + "input": "Sentence 1: they had that on in Tokyo i watched it one night i've seen it here before a few times it's a real sarcastic type show it's kind of funny Sentence 2: I recall seeing that in Tokyo and here as well, and it has amusing content. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2094f018e25b4a959d733b6620863270", + "input": "Sentence 1: During the tourist season splendid illuminations make exploring Bourges in the evenings a pleasure. Sentence 2: Exploring Bourges in the evening is no longer as attractive since the illuminations have been removed. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-48a43e76eb3c4b6d89064181b5bb5b63", + "input": "Sentence 1: The Fed's efforts to cool off stock prices in 1929 had no impact on the stock market, but it did start the depression it had hoped to avoid. Sentence 2: The Fed found success in its attempts to arrest the rise of stock prices and expertly avoided the depression. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-56755ff909a44c1aac718d5b11040848", + "input": "Sentence 1: While still in the death chamber, the inspector had snapped a few quick pictures of himself sitting in the chair, and he is planning to use them as Christmas cards this year. Sentence 2: The death chamber is used in executions. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41a39455d70d480888e8a5d0b2b361d0", + "input": "Sentence 1: The apparent going premium of 50 percent for a targeted ad on the Internet suggests that Internet advertising may be as likely to reduce total ad spending as to increase it. Sentence 2: Good afternoon ma'am, or something serious. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38854d3a18bf478992e3919356d68aa1", + "input": "Sentence 1: The Alabama State Bar Volunteer Lawyers Program helps the state to some extent. Sentence 2: To a certain degree the Alabama State Bar Volunteer Lawyers Program helps the state. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-185ed7fd40354dc39113897b898de963", + "input": "Sentence 1: the other check went through Sentence 2: A check went through something. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d759a014b44e42bab5fb604151383524", + "input": "Sentence 1: Koko-en actually comprises nine distinct gardens, each with a special theme such as bamboo, pine trees, seedlings, summer trees, and flowers. Sentence 2: I am going to do my job well and get a promotion. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17e9d7f70c5c4368b80e7fd6676e8114", + "input": "Sentence 1: that's you know i wanted Sentence 2: MacNeil Lehrer only runs for 20 minute segments. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e4a4f5089b044f0b349ed2ac787cc8f", + "input": "Sentence 1: That means that an individual can't earn more than $11,075 a year, and that a family of four may not earn more than $33,938, she said. Sentence 2: Funds are short, so there is an earning cap. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c1860e51be574f6bb92062fd2aae05fc", + "input": "Sentence 1: Cyrus Sanai I think Rodriguez is out of touch (maybe quite happily) with life as it is lived in the Columbine High Schools of America. Sentence 2: I think Rodriguez is living in a fantastic bubble separated from real life. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63aa85370f7447a3a22baf736b796728", + "input": "Sentence 1: My Home Is Far Away is a thinly disguised autobiographical novel about Powell's near-Dickensian childhood and unspeakably horrible stepmother--very moving. Sentence 2: as they told me. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8e48b23d6c3b46c3a95ff6f568ff2f64", + "input": "Sentence 1: Nevertheless, his sense of uneasiness deepened. Sentence 2: Disney Pooh is known around the world. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0d60684b3cfc4618ae071ec23c85b168", + "input": "Sentence 1: He's a freakish Peter Pan--the juvenile delinquent who wouldn't grow up. Sentence 2: It's nice that things are certain. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a59edc5fd9244a61b82e83a2dd1efcf6", + "input": "Sentence 1: that's great well i got a catalog that you know shows all the gifts and things you can get and Sentence 2: A rural carrier delivers slower to cluster boxes than mail boxes. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef2c3556cbcf4c29a320331d6f8eab72", + "input": "Sentence 1: i was part of the Gene Rickey Sentence 2: I don't know about that. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-581dd1f44ba440a3b66f0024b6b3b427", + "input": "Sentence 1: His family doesn't celebrate holidays, and he feels that my family traditions are impossibly overdone. Sentence 2: There are some whites who supported pro-segregation laws. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1643e2e7afe244ff91780d3c38dded05", + "input": "Sentence 1: In the Tesoro (Treasury), reliquaries, chalices, and crowns take a back seat to the lavish 16th-century monstrance (also ordered by Cisnerose Sentence 2: Everyone needs to stand when the patron enters. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fb955cd941ca4d2bbab01c89f5fa2062", + "input": "Sentence 1: You can still see these towers at Muncaster Castle and Dalemain. Sentence 2: The lights were blinking. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a0da4fe0ace1423a9d96f9544a03ab44", + "input": "Sentence 1: As usual, Washington Week doesn't get around to the week's real thing (Flytrap) until the closer. Sentence 2: It is very inexpensive to hire a yacht with a crew. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c74575d17d714ba9aa93e4367ad8ea98", + "input": "Sentence 1: She carefully notes the referring organization - Catholic Charities Legal Network, or the Fair Housing Council of Greater Washington - in each email. Sentence 2: Ramses always accepted defeat publicly. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-267a2cb2c11f4f1bb890a22beab31197", + "input": "Sentence 1: i'm really am interested in getting most of the incumbents out Sentence 2: I want to remove the incumbents so I will vote for all the other candidates. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d1c9a87da30644c7a2e5c4864a397240", + "input": "Sentence 1: Similarly, one organization's central group was instrumental in acquiring a strong user authentication system to help ensure that network use could be reliably traced to the individual users. Sentence 2: Information from the financial records do not directly contribute to such data. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec116023a5f544138413f608437da94e", + "input": "Sentence 1: At a point where the Ill divides into four canals, the tanners shared the waterways with the millers and fishermen. Sentence 2: The horse was frightened and kicked the man in the head. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3a235995e13a433c93eb885f43f63257", + "input": "Sentence 1: They are right. Sentence 2: I wasn't able to get back to my stretching even after they left. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bee4da65164c44afb31ead9e4acc6609", + "input": "Sentence 1: At six o'clock, Miss Howard, disguised as Alfred Inglethorp, enters the chemist's shop, with her story about a dog, obtains the strychnine, and writes the name of Alfred Inglethorp in John's handwriting, which she had previously studied carefully. Sentence 2: Clinton and Blair have never met and have no plans to meet. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef366255d2014807be72fe63144a6210", + "input": "Sentence 1: um-hum and they're preoccupied with drinking Sentence 2: My friend has planted collard greens and cabbages in his garden. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be5a602ef163484786877812933940ae", + "input": "Sentence 1: and i think that's but i think uh after after we um after i finish school and we're ready to you know settle down someplace and i get a decent job then we'll look for something probably with a nice size yard that we can have a garden Sentence 2: It is the estimated value health per incidence. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2f92b2108884444a6241dc5dc023762", + "input": "Sentence 1: Bennett is right to the extent that there's no excuse for telling falsehoods in the course of raising otherwise legitimate issues. Sentence 2: I watch movies on cable TV every sunday. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3731501d641040dab276af6b6bb2369f", + "input": "Sentence 1: The real drama is at Shinto festivals. Sentence 2: There is very little drama at Shinto festivals. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ddc5f3c3252f4cfcb36ed0a0f771b567", + "input": "Sentence 1: Booking a tour is probably your easiest option. Sentence 2: Booking a tour definitely the easiest decision that you can make. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d85702fd73294e06aef09d3e9b5d8189", + "input": "Sentence 1: The Yellow Book requires that a data reliability assessment be performed for all data used as support for engagement findings, conclusions, or recommendations. Sentence 2: I did not save the cat from freezing to death. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1de79dddeb7449db84a9b42c2de425dd", + "input": "Sentence 1: We know now that there is one person 98 who did not buy the poison. Sentence 2: The person who didn't buy the poison is the lone survivor. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f3b99e0c7b4c4e05a15ba981a2934703", + "input": "Sentence 1: no maybe it was i think it was the South East area from Dallas my daughter my daughter lives down in Rowlett and she was telling me about it yeah i can't remember what the town was some little area Sentence 2: My daughter lives in Rowlett. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf453131593c432487c96f5a0fae4a49", + "input": "Sentence 1: We are not of this place, are we, old man. Sentence 2: It doesn't make sense. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb67a2aa61074844b0912be23d8b7a79", + "input": "Sentence 1: Won't they dog your campaign until you answer? Sentence 2: The HIPAA site also gives information on how to disclose HIPAA breaches. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-903f81483dc945299a2c419de00d8484", + "input": "Sentence 1: Wandering in these fascinating little streets is best in the early morning or late afternoon when the crowds and heat are reduced. Sentence 2: The best time to wander in the street is without many people. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e212848a4ba45a1a7d93681b072f45b", + "input": "Sentence 1: These groups give workers a selection of plans and reduce paperwork hassles for employers. Sentence 2: There was a relationship which was reformed in 1999. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-636ab5a29e2a4a7cb6257e3a29b00f10", + "input": "Sentence 1: They live in separate hamlets or on city 400,000 in Tokyo and an estimated 3 million throughout the country. Sentence 2: There are 3 million living outside of Tokyo. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-411f1c73111a4776b2ab93265fde12ed", + "input": "Sentence 1: The fresh pork is cut into bellies and scored to make it easier to cook and serve. Sentence 2: I just tell them no and walk away. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5d004b23b674b4c9a104e6f0622695c", + "input": "Sentence 1: The spell is broken only when you leave the store, realize that you've just bought $200 worth of merchandise, and understand you're just another schmuck consumer. Sentence 2: If you buy two hundred dollars worth of merchandise you are a consumer. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3d1bfc9b23694fdc98d23577616987c8", + "input": "Sentence 1: right to try to keep up with the Jones almost yeah Sentence 2: Run fast to keep up with the Jones. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-669b894f115f465781b5459cb105e60b", + "input": "Sentence 1: As a result, they avoid the concussive head wounds that kill boxers--and the long-term neurological damage that cripples them. Sentence 2: EPA has thought about many alternatives to the final provisions of the rule. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6dc03d18dbf74c2aa69a2f57e87dc425", + "input": "Sentence 1: Both newsweeklies celebrate cities. Sentence 2: these days i tend to stick to vegetable dishes at Chinese restaurants Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33fb0b216e804264b2973cf6c17b985a", + "input": "Sentence 1: Both FGD and ACI require a substantial amount of material (limestone and AC, respectively) and associated storage and handling facilities. Sentence 2: It also gives people a chance to feel good about what they'd signed up for. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ecaa5ac89c744952bb46352d4973e0b6", + "input": "Sentence 1: Why couldn't he just be 'Kam Fong'? Sentence 2: The surrounding streets pay homage to the same popular styles as the square. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4803cce4f90a463b8419a68fd9add665", + "input": "Sentence 1: Originally planned under Louis XV, and begun in 1764, it wasn't consecrated until 1842. Sentence 2: It became sacred almost a hundred years after it begun because of politics. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bdd1f50ed7fc410baf0ec2f2fb5aea53", + "input": "Sentence 1: This documentation requirement does not increase the auditors' responsibility for testing internal control but is intended to assist the auditor in ensuring that audit objectives are met and audit risk is reduced to an acceptable level. Sentence 2: Cuba certainly has sand and sun. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0bf9fef9b8df4f05895820f9305bd207", + "input": "Sentence 1: Senior information security managers emphasized the importance of being able to discuss security issues with senior executives. Sentence 2: Someone bought the baseball in play from when Mark McQwire hit his 70th home run. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11bbc4dceec342979f099efcad6daac7", + "input": "Sentence 1: I think they are my own people. Sentence 2: Information about computer security for certain programs shouldn't be allowed to be shown to the public because of potential damage. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f8aa4b2cd864e1cb5f1a5c7c17821b4", + "input": "Sentence 1: Anyway, she resumed, as though arguing with an unseen opponent, \"I don't KNOW that he does. Sentence 2: Anyway, she continued, \"I am not aware if he does.\" Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ad3055b62e0145ebbe0bffead4e94369", + "input": "Sentence 1: how expensive are you know thoroughbred cats to get Sentence 2: I'm afraid I will have to feed and house her if she loses this job, and I'm not wealthy myself. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d04bdfb900a4afc919532de15ce8eb0", + "input": "Sentence 1: we're still using those things Sentence 2: Jefferson preferred the rural voters. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18f2a9f9d4f449f1b20bb3a03746cc37", + "input": "Sentence 1: But it's not clear whether this really means strategic investments or whether it means investments to prop up companies run by aging members of the CP. Sentence 2: We fully understand that this means strategic investments. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da6688d6b3f84fe5980228137a3195a0", + "input": "Sentence 1: Back on Planet Earth, Clinton won, by a bigger margin than he did last time around, and with the help of a gender gap that Republicans have no idea how to close. Sentence 2: You'll find supermarkets and convenience stores along both stores. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed803f7e62694cc8b5df1be7151418eb", + "input": "Sentence 1: are you being smart or are you serious Sentence 2: the applications eventually increased, but not all of them were attended to. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c049876d18949c1bdca77453b6dfa83", + "input": "Sentence 1: As the prototypes are tested, failures occur and, in fact, are desired so that the product's design can be made more reliable. Sentence 2: Is it okay for me to download all 8 seasons of Sex and the City even if I don't watch it? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-41537a8738aa4b279b3f9e05306ded05", + "input": "Sentence 1: Both are old, both are revered, and as a result, people tend to focus on the highbrow exploits of both, while discreetly ignoring the lowbrow. Sentence 2: I don't care about the tax structure. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c19ca67eae4843d08040eb0fa4c8059c", + "input": "Sentence 1: Strongbow's tomb is in the church; and in the Chapel of St. Loo is a somewhat macabre artifact, the embalmed heart of Saint Lawrence O'Toole, the influential 12th-century archbishop of Dublin, which is kept in a cage suspended on the wall near the altar. Sentence 2: I did not think that the judges make that decision. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7f762598395044949019d9792e042405", + "input": "Sentence 1: Troyes is also a center for shopping, with two outlet centers selling both French and international designer-name fashions and home accessories. Sentence 2: I said, I suppose you aren't going to clarify as usual? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-243962ea118a42068c91565548f68661", + "input": "Sentence 1: that may not ever happen i don't know uh Houston has had some wonderful talent you know down through the years and in the earlier years they really had some super teams Sentence 2: Houston had many bad teams. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9ea34e3ab20842648d246c45c6cc1a79", + "input": "Sentence 1: Access to these materials can permit public comments filed on rules to be more informed and targeted to particular issues. Sentence 2: The drug article debuted on Tuesday evening last week. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9de8696fa5c43b7921e903fef7a4017", + "input": "Sentence 1: A Lexus ad in Car and Driver or Fortune is pretty well targeted at affluent people who like fancy cars. Sentence 2: I think there could be an even easier way to do it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bce0e9bb2604453f92164989425da46c", + "input": "Sentence 1: This act and other laws define the general responsibilities of the CIO and many of the processes required to manage information in the federal government. Sentence 2: This act contains information about the responsibilities of the CIO. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6a4f9be6b8b64e47a06e4a5d631c8b09", + "input": "Sentence 1: And then I thought about it, and I go, Well, that's not really horrible. Sentence 2: My final feelings towards it were those of horror. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-48b1c89db7754bf4ba66a73ff577c6c9", + "input": "Sentence 1: Total Factor Productivity Sentence 2: Fraction factor productivity Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41d49a07ede84de1bf91fa3b62d3f6cc", + "input": "Sentence 1: if uh and i think that alone that alone would just cut down so immensely on that we've we've also i mean the fact of the matter is is that you know they've just got to find other fuels Sentence 2: I can't believe you asked a child who's barely a teenager to go out with you. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad61c9aef3e745b887f28d8e0566cfa4", + "input": "Sentence 1: i well i think uh Joe Montana got something like a million dollars for saying i'm going to Disneyland Sentence 2: I think Joe Montana got like $1M for saying \"I'm going to Disneyland\" Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d049083e16b94d3b9263de5d253e5e9c", + "input": "Sentence 1: Senior management should envision the agency's acquisition goals, define strategic objectives, and oversee the projects that implement the overall vision. Sentence 2: In addition to his criminal master plans, he is also feared by many, Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-105a502f05ee47f7982fe70e39f23c1a", + "input": "Sentence 1: He said he expects APPALRED to see a $600,000 cut in its $4 million budget. Sentence 2: We have a lot of Mobil stations that use that card. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b2011a70029f4470b9b585c5170724af", + "input": "Sentence 1: yes that's interesting are there are there any other specific things that that you feel like where where you feel your privacy to be invaded on a day-to-day basis or either growing on a growing frequency Sentence 2: Tommy was asking himself the internal question. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ce6bdf7a7844217a90bb03532729dee", + "input": "Sentence 1: uh-huh i think we do to Sentence 2: I can't reach it from this far with the projector. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-152157b8c25f4c97adaaf9c22e578270", + "input": "Sentence 1: The resulting constant dollar value is that which would exist if prices had remained at the same average level as in the base period. Sentence 2: According to Perry, the comprehensiveness of the recommendation needed to be called into question. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9066edfaa7684869a3898c28a45751ae", + "input": "Sentence 1: Four decades later, Penderecki has joined the ranks of those who renounce the achievements of his generation; Berio remains unabashedly highbrow and staunchly atonal, a true avant-gardist. Sentence 2: Fourty years later, Penderecki decided to open a cafe. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dd382950a6f14094bdc1ecaeab8fc47c", + "input": "Sentence 1: Evie's had a row with Alfred Inglethorp, and she's off. Sentence 2: The Supreme Court knows what is best. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-39c7f3dc310a49db8b7a1190418ad65f", + "input": "Sentence 1: Whichever month you decide to visit, the Edinburgh and Lothians Tourist Board produces What's On, a leaflet to help you make your plans. Sentence 2: The local pottery is very plain. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-12c565fbdb2549c28c6866fc13806cb0", + "input": "Sentence 1: well i haven't uh you know when the war was on i watched um CNN and um Nightline Sentence 2: When the war was on I watched CNN and Nightline. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5f1d766dc173459c8bb6a6c0488dab26", + "input": "Sentence 1: The foundations of the fort can still be seen, but artifacts from the site are displayed in the Huntly House Museum in Edinburgh. Sentence 2: Saddam Hussein was a brutal dictator who never loved anyone. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df6e04624d7a4fb69a4bd67236a57016", + "input": "Sentence 1: Only, lissen here, kid, maybe you'd better keep outta sight. Sentence 2: Conrad is my foe and you had better not be of the same bloodline. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1bce87ade3dd4660986479ac5a1456e0", + "input": "Sentence 1: Changes in the expected system size may necessitate reestimates of the development cost, using the cost models described earlier in this appendix. Sentence 2: Change in the size of the system will have no impact on overall cost. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7f04ca31bf204980ad55d88a676f11de", + "input": "Sentence 1: one who is not high-stepping through Neiman Marcus. Sentence 2: Neiman Marcus is a stuffy, high end department store. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fa7a777a3c8a45408df104f25d59db2d", + "input": "Sentence 1: you know and that's that's really hard but so far we've never really uh been behind on any bills uh i had to put our student loans on hold once for about i think three months Sentence 2: We have been behind on almost all our bills for a year. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fc891cb3397c4a689268130a4bdf6b64", + "input": "Sentence 1: The lovely 200-year old house and garden are flush with orchids. Sentence 2: The work is about something that has local implications. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-96b53b581c564121be74cf7f8ba994bd", + "input": "Sentence 1: Branding successfully, in other words, can turn a small difference between products into a huge difference in market share. Sentence 2: She did not know where was he. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-269a07c07f4a4122a0bdb5db3e9b609b", + "input": "Sentence 1: Review of the Draft Analytical Plan for EPA's Second Prospective Analysis - Benefits and Costs of the Clean Air Act 1990-2020: Advisory by a Special Panel of the Advisory Council on Clean Air Compliance Analysis. Sentence 2: He wondered what the document had to do with magic. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af73ddcec8544a63b6f19170d3fbd2b8", + "input": "Sentence 1: Complaints can be sent directly to Critical Path. Sentence 2: Critical path handles all the issues and complaints received. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6d6bb46392804860b3fc6635b18958aa", + "input": "Sentence 1: definitely two Sentence 2: I believe that it's two. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3c97c0ab15494608beede40dbac7f90c", + "input": "Sentence 1: Although women earning under $10,000 were no less successful when they dieted than women earning over $40,000, they were one-third less likely to diet in the first place. Sentence 2: No thanks I am not interested and do not tell me the cost. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4725bc333b754f1ba7b0d322f2fbfbe5", + "input": "Sentence 1: And in the Where are they now? Sentence 2: Wages of risky occupations can be examined using a wage-hedonic approach. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-41d33be2c8654b91a47f4d64d263fc29", + "input": "Sentence 1: repayments is included in the calculation of the subsidy cost of direct loans, and this subsidy cost is recognized as an expense when the loans are disbursed. Sentence 2: Their way of life revolved around slash-and-burn farming. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f9f0f8beec604502b4a47c217d872753", + "input": "Sentence 1: Wheat is planted as a winter crop in the paddies, and garden plots supply maize, chilies, and vegetables. Sentence 2: It is very similar to the usual GAO reviews. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bdb107792919421bbf3262f67161b564", + "input": "Sentence 1: but that are not endangering your life in some cases like uh my husband uh several years back worked for Motorola Sentence 2: My husband worked for Motorola for quite some time. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cd9c8a53fbcf48028e8f4df3b5fc6676", + "input": "Sentence 1: but all those you know just monthly payments and stuff that just go out the door and there's big chunks of your money to pay like the utilities and the gas and the groceries and stuff that you don't have tangible i mean the perishable kind of things that's gone used and gone Sentence 2: I spend a lot of money on creating attractive foils. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2c520110c4344578ce82651d9cc5832", + "input": "Sentence 1: 3 cents are invested abroad. Sentence 2: The management wanted systems to streamline data that was needed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8972c9795ef74aabb649541b82e961b3", + "input": "Sentence 1: Though the advent of air travel negates the need for passengers to take a long sea journey, the Suez Canal is still important for cargo vessels, and watching a leviathan tanker travel sedately through the passage is an unreal experience. Sentence 2: I live in the country side. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9683457b72184a11873489bb32d42c59", + "input": "Sentence 1: 25 The cost we calculate can be considered to be the avoided cost or the incremental cost of the city delivery function. Sentence 2: You've had so much practice so you should be pretty good at it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6ff1ad7d6af242b0bbfd44091c171863", + "input": "Sentence 1: Both were left derelict by Norman invaders, and Bishop Maurice de Sully authorized construction of the cathedral to replace them in 1163. Sentence 2: Brown earmarked some money for Legal Services of Eastern Missouri. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9856a53ee0ed42a9aafc2d9881da231e", + "input": "Sentence 1: because i don't think they build them as energy efficient down here as they do up in the north i just really don't Sentence 2: You Stevens keep talking! Muller's roar brought confusion. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8d00bd3757d4b74b4a3153012edd8cc", + "input": "Sentence 1: According to the agency the rule will not result in expenditures of $100 million in any year by either State, Local or Tribal governments in the aggregate or by the private sector. Sentence 2: Viscusi, et al described avoiding a case of severe CB. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7ca881a9f8943319fd14581d6264fd9", + "input": "Sentence 1: No wonder George , the New York Times Magazine , Rolling Stone , and Harper's failed to snoot out the stink factor and assigned pieces to him. Sentence 2: Major periodicals continued to give him assignments. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b9303cd0c8746a3bee87b3a883f4245", + "input": "Sentence 1: Studio share prices are erratic because there are no guaranteed A studio that makes a killing this year may get killed next year. Sentence 2: In the long-term it'll require actions by a number of parties. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6397f2f1b2114bf5ba69c47719af1542", + "input": "Sentence 1: At least, in a sense. Sentence 2: Despite what had happened this year, 20000 schools still remain under censure. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9dde600b431c48ad9886649e892c01fc", + "input": "Sentence 1: I remember now. Sentence 2: The poor have never had any place to go. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc0344259885444db4f3b12e1a7632df", + "input": "Sentence 1: As a visitor, you can admire the inlaid stone panels of birds and flowers at the back of the hall. Sentence 2: There is much partisan debate over the political ideology of PBS. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-319d6fd621264c98a0d887006a0804bb", + "input": "Sentence 1: Today it's perhaps best known for the anachronistic toboggan rides that originate here. Sentence 2: The names of the movies about Iranians stayed the same. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44cf63cd167443058b26b29d1130168f", + "input": "Sentence 1: The WorldCom failure appears to be a simple matter of not following basic accounting principles in connection with capitalizing versus expensing certain items. Sentence 2: I preferred to hire a person. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f737fcf8d9ec44ceb7281c1431648cc5", + "input": "Sentence 1: In the meantime, the Young Adventurers were sitting bolt upright, very stiff and ill at ease, in a taxi which, with a singular lack of originality, was also returning to the Ritz via Regent's Park. Sentence 2: It's a great place for a romantic date. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5908689a50e84a1f878b4ecaed43d4f6", + "input": "Sentence 1: Funchal is much too restrained for that and, besides, its party is strictly small scale. Sentence 2: We play horseshoes in the backyard every Sunday. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4bd760594f64ec09e5d8ac54338b64c", + "input": "Sentence 1: These satellite launches are at the heart of the Loral campaign finance inquiry. Sentence 2: I say coming again to the good parts. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75e53a8e24944459bf9bc2ee8ee6ba14", + "input": "Sentence 1: Real evidence is usually vague and unsatisfactory. Sentence 2: People always agree with each other when they give evidence. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-56d1457cb571499aad340c86a85fa1b8", + "input": "Sentence 1: Well, he is arrested for the murder of Mrs. Inglethorp ” ” Sentence 2: The murder investigation had now come to a close. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-16e082354b24496faf8eb251491ebf7d", + "input": "Sentence 1: uh-huh yeah we've uh we camped at the DeGray State Park in Arkansas in the fall and there was nobody else hardly around and it was just really nice that time of year we had taken our electric blanket too just in case it was unbearable but we didn't need it Sentence 2: We camped at DeGray state park in May and it was crowded and way too hot at that time. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-15ba49a62ea4476bb8aa592d7104578a", + "input": "Sentence 1: In 1966 it was bought by the Rollins family, who began the difficult and time-consuming job of totally renovating the building. Sentence 2: Will the football team be brought back? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fdd3c5c4a65e4b658d2d659037bcd697", + "input": "Sentence 1: yeah they do and i told him i said well if you do it you can't shave your hair Sentence 2: I said if you choose to do it you cannot have shaved hair. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60b854c2997745aaa673ac7d85419e48", + "input": "Sentence 1: Colleges still pay for his slurred, mangled speeches. Sentence 2: This has only happened one in the last decade. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3622793d10214882a9acdee5466d1561", + "input": "Sentence 1: i mean i think there's a lot of waste in in schools i'm a teacher i feel that yes i feel i definitely feel that way all this money that's being paid for administrators Sentence 2: Getting stoned to death doesn't happen anymore in any type of society. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4f8cbe151ec4ddcbae0b84f27956b66", + "input": "Sentence 1: Let's go round to the scene of the crime. Sentence 2: The development of computers also facilitated this transfer from human to machine labor. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d78a6a14a0f46a6856e77f28c69cbdb", + "input": "Sentence 1: That is so. Sentence 2: The Irish were largely able to keep and hold onto their lands. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cad0807965f845b985fb398fcc734d71", + "input": "Sentence 1: The production of gypsum requires a minimum of 92 percent limestone utilization. Sentence 2: Gypsum needs at least 92% limestone to be made Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0205366cf2be490db180db1d36063540", + "input": "Sentence 1: we don't need anymore Sentence 2: Newsweek's health cover claims that as much as half of E. coli cases are not reported. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a5b4e9b4aab54f589a8eae99bc997a94", + "input": "Sentence 1: Only we run into trouble. Sentence 2: It is only them who run into walls. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0d64c00e562244d387b3c98c29cacaa5", + "input": "Sentence 1: The program entered limited production despite being substantially behind its plan to achieve reliability goals. Sentence 2: It was a lure to many weaker states, like the Chinese. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-218fafdcff5e4d888c933d414487855c", + "input": "Sentence 1: I do agree with Mastio's general premise that Hudson is not fundamentally to blame. Sentence 2: Hudson is completely at fault here and needs to take full responsibility. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1404d8ed2cdb47f38b5da3ee43190bc9", + "input": "Sentence 1: it it became a chore Sentence 2: Computer controls can be adjusted using a mouse. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f630cb5b050e4ad69404450556a9d201", + "input": "Sentence 1: The dining cart looked exactly like any other cabin- that is, a hollowed out tube. Sentence 2: The dining cart looked like a hollow tube. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d7584be99ee04732b2322fa1972665c9", + "input": "Sentence 1: you know at the at the table or even pizzas you can make a pizza that's not that doesn't have any animal product animal you know you would have animal products it would have cheese but you know not meat Sentence 2: Yes I would do that it would be so easy. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b8dc5d11e9f2495c9a1aa3da2e89a9ee", + "input": "Sentence 1: Meanwhile, the cave itself is a good place to seek temporary shelter from the midday sun. Sentence 2: The cave offers a popular local fishing spot. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-195abdf74dae40a18e6c349e49981c1f", + "input": "Sentence 1: Rockefeller was deeply conflicted about giving away money. Sentence 2: The details are far too small to see with your naked eye. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2563a605d79e4a5686919b347f23e189", + "input": "Sentence 1: The interior is a comfortable amalgam of Chinese and Western design, with an impressive main lobby. Sentence 2: Inside you'll notice a stupendous lobby with a hybrid Western and Chinese design. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3f0ebe9cdf6841769ce9f2f03c0f9780", + "input": "Sentence 1: Lower down in the verbiage, Amazon concedes, Though we have tried hard to make this form easy to use, we know that it can be quite confusing the first time. Sentence 2: Katz's books seem to make him appear to be unstable. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2dfd3c6e96c9473c8a53872af70848a4", + "input": "Sentence 1: It occurred to me that he might have been making inquiries at Raikes's farm; so, finding him out when I called at Leastways Cottage on Wednesday evening, I walked over there by the fields, hoping to meet him. Sentence 2: I realized he might have been asking around at the farm. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7a556e5f28994a72ac98befd41c5c146", + "input": "Sentence 1: Today its lawns, gardens and promenades are the most convenient and enjoyable place for many Madrilellos to take a family outing . Sentence 2: Many Madrillellos find it's lawns and gardens an enjoyable place to take their family. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8b816922a9b3460f9130c3ba0055fd35", + "input": "Sentence 1: But at the same time he was painting his carcasses of cattle and fowl, around 1925, Soutine painted a series of portraits of uniformed workers--bellhops, pastry cooks, grooms--of which the Maxim's page boy is probably the best known. Sentence 2: My skin is thin. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-79f3ce22160442aca0f2217f5b4e33a8", + "input": "Sentence 1: Several analyses of trading under the acid rain program have concluded that the program did not result in local areas with higher emission levels (hot spots). Sentence 2: Some areas under the acid rain program had higher emission levels. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-96485d8ef1854423841e84b331c09b22", + "input": "Sentence 1: But how can this be if the CEO also serves as chairman of the board? Sentence 2: The CEO should never have been the chairman of the board. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a24a8e823de7441d817558b651b6bae0", + "input": "Sentence 1: The effect of these stories from the nether regions of the Vast Right-Wing Conspiracy has been like crying wolf. Sentence 2: These stories have had the effect of crying wolf. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d678480ac00a4ba8b0043b0ecca11980", + "input": "Sentence 1: that'd be hard to hard to cover all the ones that go bad Sentence 2: It would be hard to cover all those that go bad, but we have to do it as soon as possible Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b8564acb018f472985c0e154a32cd99d", + "input": "Sentence 1: Big, centralized models are out. Sentence 2: A DreamWorks production. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df35db2d2e38484c9c1812302ca2c2dd", + "input": "Sentence 1: yeah well IBM doesn't fire anybody because uh what they do is they they put you in a different job Sentence 2: IBM loves to fire their employees. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cb12fe159a064c3f87d1dc9763891dd9", + "input": "Sentence 1: yeah it's there hanging the hanging the drywall is not uh not a lot of fun you got to you got to really pay attention and and know pretty much what your doing with that to get it up and get the the uh seams and everything Sentence 2: On the north side of St. Stephen's Green there is a large array of buildings. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5beb89c3fb3a47f9ac5b0b6fea6e2128", + "input": "Sentence 1: America's reputation is at an ebb in U.N. Sentence 2: I didn't recognize your name but your voice is very familiar. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ad77f10e93f4d3bac9f92a43ff389f5", + "input": "Sentence 1: Then he screamed suddenly. Sentence 2: We must do better. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1d8e9abb0a94f2898cb6a8b702bf0b9", + "input": "Sentence 1: okay do you want to go first Sentence 2: Beyea said that often times Gals end up doing more legal counseling than they do social work. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e4fa583e6e704d40ba60ebffb4d43c35", + "input": "Sentence 1: He isn't always this way. Sentence 2: I was by and large disappointed by German food. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-37012743703c4a67bd8549e961acf085", + "input": "Sentence 1: In 1995, realizing that security was an essential element of its efforts to innovatively use information technology, a major manufacturer significantly reorganized and strengthened its central information security function. Sentence 2: The information was at a big risk of being stolen. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-342373dfe24b4402a742c44eb1f5e27c", + "input": "Sentence 1: The bay around the mount's granite outcrop has been steadily silting up in recent years, so that it's an island only during very high tides. Sentence 2: The outcrop around the bay is only an island during very high tides. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41b372827ac140d9a61b81afd02d7e04", + "input": "Sentence 1: The authors also note that even using the flawed Witztum-Rips methodology, no book of the Torah besides Genesis shows any effect at all. Sentence 2: A lot of the sightseeing can be done from within your car. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf8bc6bc12d140459b3e826eeb082ae0", + "input": "Sentence 1: The East Coast is recovering from Hurricane Floyd. Sentence 2: One unique aspect of this agency is their expansion of community development work. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c7d7468073848c2ba78f7f62e61727c", + "input": "Sentence 1: so but i guess that's a little off the subject Sentence 2: That is off topic. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-46aa377243ba46178c51a8e763d60e51", + "input": "Sentence 1: yeah and it's funny because people call things differently in different areas um my parents grew up a lot in the Philadelphia area i was very young when we lived there but you call things differently like um uh we called them all hoagies down here they call them submarine sandmiches Sentence 2: They are called hoagies in Philadelphia. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a57d6c9c73b844abb3edd4fe35cdb657", + "input": "Sentence 1: If you wish to attend, plan ahead last-minute tickets to the big rodeo events are hard to come by. Sentence 2: Things that are not dull. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ecf18433f5414f77bc8215802c2141ed", + "input": "Sentence 1: Most who have to go through it are poor people of color. Sentence 2: Trinidad, Venezuela and Colombia are countries where capacity is being built. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-60a33a2cfa314d328873ffb3e1832fad", + "input": "Sentence 1: One of the most prosperous city-states of the Aegean coast was Pergamum, ruled since 264 b.c. by the Attalid dynasty. Sentence 2: Pergamum was ruled by the Attalids. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-80a8eb09e0214e7a9aa87b736f751747", + "input": "Sentence 1: That proved to be the anomaly for the next three quarters of the game. Sentence 2: There wasn't an anomaly at all. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5a318fa34ff04216b6e88e9e46294d47", + "input": "Sentence 1: uh in Missouri City southwest southwest side of Houston Sentence 2: In northern Houston. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0e9dc682956c449ea224584dea06e281", + "input": "Sentence 1: Homework is critical at reinforcing lessons and building discipline, but sometimes less is more. Sentence 2: Homework is a crucial thing to have, but over doing it can be bad. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-75644b86143b4dc89373b179264f01b9", + "input": "Sentence 1: If an entrant were more efficient than the incumbent, then the USO would not cause the lost profit. Sentence 2: If an entrant was more efficient than the incumbent, the USO wouldn't lose profits. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-76598584c1d4401190d188708e3744c5", + "input": "Sentence 1: Exca?­va?­tions have uncovered a 12th-century structure under part of the Palais de Justice. Sentence 2: Experts believe the building excavated under the Palais de Justice was a church. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-08151f2220ee4777981988ef9178fa73", + "input": "Sentence 1: What was it? Sentence 2: The final rule says physical therapy payments shall be halted. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ff87b36147e04bdf95a7b57c553b4dc4", + "input": "Sentence 1: he has a little more a little more of a stand on policy than i thought he would i always considered him kind of a wimp Sentence 2: I think he can't defend himself at all. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8ebee9b21c59488f92d07d63be7e75ff", + "input": "Sentence 1: Eight techniques are used-sometimes all of them in the same study-to collect information (Neustadt and Fineberg, 1978; Yin, 1989). Sentence 2: There is more than one agency which provides legal assistance, for civil matters, to people who are not rich. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c511e5010f3b4db0a932fb1fa59c17bf", + "input": "Sentence 1: Would you mind moving ”thank you, Mr. Hastings.\" And she walked quietly past me out of the window, with a cool little nod of dismissal. Sentence 2: It dealt with the information involving best practices. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9099ce74ae75481e86474defa09ad0f7", + "input": "Sentence 1: GAO can provide support to the Congress for holding oversight hearings on major agencies and programs on an annual basis. Sentence 2: All of the people are in such a rush. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-99f93e9890d44e6b8de80299938d0a99", + "input": "Sentence 1: Charlotte Square is arguably the jewel of the New Town. Sentence 2: He is unballanced. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b111fb7f4038404282f0aea532f4c76c", + "input": "Sentence 1: These clothes are designed for large-scale factory production, and the chief customer is a bulk buyer. Sentence 2: Unions are supporting that the government has neglected its duties. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0437ca15260b4189a5b4ba4ab551f6cb", + "input": "Sentence 1: Jon stood up, drew his pistol, placed it under the man's chin, and fired. Sentence 2: The park was unkempt and unclean. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56071a20e24343008dae1d856ed47f83", + "input": "Sentence 1: Thus the Ku Klux Klan wore the vestments of the Catholics they despised, and the John Birch Society organized itself in secret cells and front groups modeled on the Communist foe. Sentence 2: The catholics wore vestments the Klu Klux Klan despised so they copied them to mock the catholics. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1c1fe631ff2244bf89e2122e215d8340", + "input": "Sentence 1: In either case, stripped to its essentials, a left-of-center program seeks to help the less prosperous at the expense of everybody else (i.e. Sentence 2: The Hong Kong Yacht Club can only be contacted by phone Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a3c8b2e34a2f4b04a8b647fe2bf08df0", + "input": "Sentence 1: 'No, wait!' I raised my hands, started to fall off the train and immediately grabbed on again. Sentence 2: I lifted my hands but had to put them back as to not fall off the train. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3c9a61c9c87547bb812c4741dbd4da90", + "input": "Sentence 1: A 1992 rule created exemptions for payments by employers to employees and for payments by borrowers to computer loan origination systems. Sentence 2: The rule that allowed exemptions for payments made to employees from employers was enacted in 1992. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-830c8a07b49c4983917f503a57cd0da2", + "input": "Sentence 1: For example, they said that electronic comment processes for controversial rules on which a large number of comments are filed may ultimately yield little more than a count of supporters and opponents. Sentence 2: According to USAT, Chile's Pinochet is still under arrest. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b2cd8f24a79a4c26bb4f5448a84697c0", + "input": "Sentence 1: 2) And yet you secretly desire one so you can capture some magical moments from your childhood. Sentence 2: You want one so you can relive crashing your bike and breaking your arm at age 8. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-30ad4265ec824a2ebb87f518c1eb4605", + "input": "Sentence 1: thank you i think we might have just screwed up the computer but we'll find out Sentence 2: Nobody has ever done research on pundit television shows. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d41147e4636486abe7fc334c39eb117", + "input": "Sentence 1: Unable to solve the Palestinian problem, the British presented it to the United Nations, whose solution was to partition the country into two territories. Sentence 2: Nuance does not do well. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d4fc4532a7d467dbc171b1cd1619cfc", + "input": "Sentence 1: well i don't know what else we can do about this school situation Victoria and if there's anything else you'd like to add Sentence 2: Every idea you give will be irrelevant to fix the school situation. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0bcd51e23fe84120a9399258df0e637c", + "input": "Sentence 1: Dark rings formed under her eyes and the eyes themselves nearly sent Jon into a panic. Sentence 2: I do not work with any Americans to improve the economic situation in Israel. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-88ae317cf87e48be85dc91f563ad830d", + "input": "Sentence 1: It draws sidelong glances and playground taunts, and it may give the adopted child an identity crisis. Sentence 2: Harland wasn't very impressed with it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b54dd972c8ad4799a03587f4d756eb49", + "input": "Sentence 1: so it that's also a good reason why it it or good that it ended as soon as it did Sentence 2: It good that it ended quickly. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4cc0d8fe09554a6e9b22034d66b62a4a", + "input": "Sentence 1: and they recommend that i keep the blade very high s o because it's that high i have to do it frequently as well i try to do it every uh uh six or seven days if Sentence 2: Jungle walks are usually better in the daytime. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56845a0d97df45f9ac6a7c475d4747fc", + "input": "Sentence 1: Collective bargaining will win doctors higher pay, resulting in higher costs for patients. Sentence 2: Inflation is always bad. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07466611043148e9bc59b37ef221eb25", + "input": "Sentence 1: i think that's eighteen months Sentence 2: It is eighteen months before we go north. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1afaf04bd26540a78521f4ae8d5c3cf1", + "input": "Sentence 1: buy a buy a buy a used car sure Sentence 2: Sure, purchase a pre-owned car. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b9c1db16d5384895b466d6a5894c43f0", + "input": "Sentence 1: There has been a transition and [the clinic] has helped to fill some void, said Deni Butler, administrator for the Eastern District Superior Court. Sentence 2: U.S. saving is negative. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb1126cda1424c8ca794b4cdeb08a18a", + "input": "Sentence 1: HCFA did not prepare an additional analysis under Executive Order 12866. Sentence 2: The village was in great condition. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca6a4fd6233144538cfad3420d154ea5", + "input": "Sentence 1: but uh what's that Sentence 2: Dishonest polls is not the point being made. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5f3e1412380640fb8121465f11a3bd58", + "input": "Sentence 1: The summary rating levels include achieved results, minimally satisfactory, and unsatisfactory. Sentence 2: Higher taxes and generous provisions for the poor will not result in a more equitable society. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44a4f5be4be64c40ac85a38d0c2c95aa", + "input": "Sentence 1: There followed a long period of peace and prosperity known as the Pax Romana. Sentence 2: On foggy days it is hard to see the latter beyond the Obelisk. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d098a5f18614f43ad25020182cefae3", + "input": "Sentence 1: Nobody loves a wise-ass. Sentence 2: The emperor's sole purpose in life was to imbibe Greek wine and devour figs. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c708ecfa69041e49f5a35cc38648d20", + "input": "Sentence 1: yeah do you yeah do you really not i i you know i i debate about whether it's really good or not you know Sentence 2: I have never really loved a certain author. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc4329adc61a4b7b9ffda4c163fa2425", + "input": "Sentence 1: The forms can be created on line and then printed out in ready-to-file form. Sentence 2: It's generally more convenient to have the forms printed out. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-66de5a18d9484265b930f7f7d8ea60c6", + "input": "Sentence 1: Subverting racial labels is not the same as subverting racism. Sentence 2: Subverting racial labels is the same as subverting racism. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2da6b8dbd34c4e38896d59832a074556", + "input": "Sentence 1: Finally, the variability (or elasticity) of time with respect to volume for the five quintiles differs Sentence 2: They interrupted at a very inopportune time, and regret it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15a79c929480444bbd1a3e002ee1879f", + "input": "Sentence 1: Ca'daan and Adrin watched the riders leave, heading north with fresh provisions. Sentence 2: Adrin didn't pay any attention to the riders. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-241536203e2b4479a4678be6d30c8cf4", + "input": "Sentence 1: but uh i don't i assume you have seen on television recently as probably the whole country has the beating of the man in Los Angeles Sentence 2: The Tagus divided Islam and Christianity. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-37f9df0d7ff240f08eacadf781e666c4", + "input": "Sentence 1: Other centers for concerts, plays, and entertainment are Sha Tin Town Hall and Tsuen Wan Town Hall in the New Territories. Sentence 2: The Sha Tin Town Hall is a local favorite spot for concerts, plays, and entertainment. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-32ff1ae8150d48128a079452f7d3f0fb", + "input": "Sentence 1: Oh, yes, he did! Sentence 2: The judge would not evenly split the money between the creditors. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a54e81994cad4ecf9d3a0c3ab9d087a6", + "input": "Sentence 1: There is really no good resource for the victims to get assisted right now, Fedge said. Sentence 2: We will not welcome anything that makes this global economy more stable. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd0ae89cac704e67a078c227af08ddc0", + "input": "Sentence 1: The complexity of the style, each sword and dagger stabbing, weaving, and striking. Sentence 2: John jumped in. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-227f439c07384fd18246863f3b64d6ae", + "input": "Sentence 1: yeah i mean i mean they were really stuck because here they were everybody was expecting Jesse Jesse to get at least the VP nomination Sentence 2: We have had much luck. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b6c18710f6547c69eca808876948ec9", + "input": "Sentence 1: However, while there is a real danger that the fighting could destabilize Central Asia's southern flank, the Taliban's restricted ethnic base may limit its attractiveness. Sentence 2: Clear Skies Act has similar negative impacts also. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-519b1bd2a0564313a4fba5a3c06bdecb", + "input": "Sentence 1: This tiny, wood-panelled room is covered all over with lacquered paintings of flowers and fruit in rococo style. Sentence 2: The room has no decorations on the wall at all. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3d9c4cbdeab24a88a9ec6ee691e29d2b", + "input": "Sentence 1: The engine hissed, the train stopped. Sentence 2: It's the middle of the summer and the roads are warm and sunny. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4766704dd17f487db3766d7b4afe515e", + "input": "Sentence 1: In my view, it's not on the issue of whether they should be recorded as compensation expense; it's more a matter of how it should be done. Sentence 2: There are exciting water sports at unpopular resorts. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ae795bd403346d88c912a0c60f77c9c", + "input": "Sentence 1: If rugged textiles don't appeal, then you'll also find beautiful embroidered items such as cotton and linen tablecloths and napkins. Sentence 2: Britain was taken by Gibraltar in a bloody war with civilian soldiers. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4335f97f48d48baa98e6a16b70bae57", + "input": "Sentence 1: Understand what? Sentence 2: She shook his hand. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d436ce25f2e4b6aa4ed4386d0e71964", + "input": "Sentence 1: Centre Pompidou Sentence 2: The Pompidou center. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c50756f055df48299829e83cb484e72e", + "input": "Sentence 1: well what else Sentence 2: I've never lived there. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e24187f120b40a08f58368a623e1c30", + "input": "Sentence 1: It is more chic than cheap, a place where ecologically sensitive hotels are built in restored 16th-century manor and farm houses, where hiking, cycling, and golf complement or replace entirely the long days at the beach. Sentence 2: There is nothing to do except for visiting the beach. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7589312969ef4ca79ca8ec6e8eeb0d6c", + "input": "Sentence 1: Elusive till the end, he was scheduled to lecture, two weeks later, on his life and work as a war photographer--with slides and patriotic music--at Carnegie Hall. Sentence 2: He was very excited to lecture. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aa2f1cdbc2114bbf9febc1d0e89363d9", + "input": "Sentence 1: After deliberating the issue, the Board has concluded that additional investigation and further deliberation is required and has directed the FASAB staff to continue to research social insurance issues focusing especially identifying the characteristics of programs which should cause them to be subject to the guidance provided in a Statement on Social Insurance; the appropriate display of information in the financial statements; the identification of additional information, if any, which should be required for social insurance programs; the means for measurement of financial data included in such additional information; and, the desirability of nonfinancial indicators (ratios of data to GDP or covered payroll) to describe the status of programs or the implications of potential changes to or needs of the programs.The Board has instructed the staff to be mindful of all current developments in structuring its research and its recommendations. Sentence 2: The man who showed up was the same guy we all knew from before. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8ae3f098b42a4691a2698d00d5a6b686", + "input": "Sentence 1: And at the end of the day have fun; once the deal is sealed, you'll definitely come home having bought something exciting and individual! Sentence 2: The focus of resource allocation needs to be turned away from results and more on inputs. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-548ed47758a64027a213c42050f26db4", + "input": "Sentence 1: Friesen examined the facial expressions of Japanese and American students as they watched stressful films. Sentence 2: At the Deux Magots, you can watch mimes and musicians. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8d20365ff78462cb3d29a4128322605", + "input": "Sentence 1: because since i'm an international student they want to send me back to Argentina well my dad wants me to go back so Sentence 2: Isn't that correct? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f6c5519a60c48979f0c7ba1779f1efa", + "input": "Sentence 1: Anyway, increasing returns are equally crucial to the case for Microsoft--as a reason why trying to break it up would be a bad thing. Sentence 2: It's raining there at the moment. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f4f8c2f618c411cb368b9af4fd7ab5a", + "input": "Sentence 1: Inaccessible except for a tunnel carved through 15 metres (50 feet) of solid rock, Guadalest was never conquered, though James I of Aragon took it by siege during the 13th-century Reconquest. Sentence 2: Clinton is not being compared to anyone else. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9957332323b840ff9d0a80dab881a2fe", + "input": "Sentence 1: good well as a matter of fact i'm before we started this conversation i was working on my PC at home Sentence 2: Being a nobody in politics or in business. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b2b7fc2b19f48099786629f2420b2a4", + "input": "Sentence 1: provided us with a copy of the full text of the analysis. Sentence 2: Computers not capable of doing work traditionally done by humans. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f7a3b8e51cd4314854f8728c0c531ee", + "input": "Sentence 1: But in hindsight it seems less hopeless. Sentence 2: No one has entered the house on the corner. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b1a28c37a7d4ad184e7c2e2193afd5d", + "input": "Sentence 1: basically it's still underground it Sentence 2: essentially, it remains underground Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ccdb1cfcf3cf463486e4ebf177df47f8", + "input": "Sentence 1: Devon House is one of the exceptions, built in 1881 as a plantation house for George Steibel, the first black millionaire of Jamaica. Sentence 2: The house was built by Devon and his family. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ef3d08d87dbe42298b3a0c2a10ccc71e", + "input": "Sentence 1: Mom, Can Grandpa Say That on TV? Sentence 2: Broaddrick's story is already dissolved by the media, into a pattern of philandering. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5f6bd0edb7d249e7a539dcdcfaf20c98", + "input": "Sentence 1: Come on, Tim, I've been using that phrase for a long time. Sentence 2: The altar of St. Ignatius Loyola covers the tomb of the Jesuit's Spanish founder. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a821b338c0074ec382a7aec0aa3fffa4", + "input": "Sentence 1: Film stars such as Elizabeth Taylor, Sophia Loren, and Charlie Chaplin were entertained with songs at the grand pianos that still sit in the main room. Sentence 2: Stephanopoulous believes that rape charges are not important. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7feaa64ed9734c1ab95f579a0f5a6e76", + "input": "Sentence 1: well it's been my pleasure uh Gina Gina is that with a G Sentence 2: The government might have to sell its own assets to pay the deficit. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f30b1b71e2764243aebed74ecc209999", + "input": "Sentence 1: The acoustics are so exceptional that summer concerts are held in the caves. Sentence 2: Social services may be help the children enroll in school while they establish residency in the district. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3b3dcc8856dd4d61afc80457f3084ce7", + "input": "Sentence 1: bugs as fleas ticks and stuff like that Sentence 2: Yes, especially if you're receiving that much money for it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a650ea2608e44310a522b1f8ac03d724", + "input": "Sentence 1: The elegant Georgian building has several rooms furnished in the 18th-century style; on display are a number of articles that belonged to Wordsworth himself. Sentence 2: I don't think that is a problem here in Dallas. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a67aa62004b442ee86da28c0314ce5cb", + "input": "Sentence 1: A little minute, cried Poirot from the window. Sentence 2: Poirot cried from the window when he saw the woman leaving. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-efbb592689004342aaee978aba515f2f", + "input": "Sentence 1: Trouble is, little Alexandra does not know from discipline, and I nearly twitch when I see her talk back to her mom. Sentence 2: Alexandra is extremely well behaved and never talks back to her mother. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d7101d2d8700489ea548f34f2ec158f3", + "input": "Sentence 1: When the question is as controversial as the answer, journalists who report the exact answer and who said it ought to report the exact question and who asked it. Sentence 2: I think I saw some clips Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fefc36ec1384496e9246e89749e6aab3", + "input": "Sentence 1: It was refurbished and the whole palace greatly extended in the following years. Sentence 2: The federal unified budget shows the revenue in Canada, exclusively. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8495efb5dbd442d839dd92727af925f", + "input": "Sentence 1: Inside the structure a shaft was dug 28 m (91 ft) into the bedrock where the Djoser's burial chamber was situated. Sentence 2: There is a reproduction of the Constitution in enclosure II. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-43baefa3e7324522accea8a452ea5920", + "input": "Sentence 1: Not hardly. He tried to meet Anse's attempt at humor halfway. Sentence 2: My husband is shy Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-49fb7133dd914de695fa8f32fe017f5d", + "input": "Sentence 1: Former lovers of the late, great Juliet Prowse. Sentence 2: Intensive trial skills training programs have been held at the University of Maine School of Law seven times in the past three years, Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-08a0d8361fd54a589f22c3da4324d3e1", + "input": "Sentence 1: Fossils tell an obscure story of man's slow and sporadic development. Sentence 2: All movies are too violent nowadays. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-709ec6b5cfed46f0b4e5a2da9f5c2e46", + "input": "Sentence 1: sure absolutely Sentence 2: Alright, I totally understand. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9ca2c06351dc4de3b065515fc3341328", + "input": "Sentence 1: These households might be seen as outside the financial mainstream and thus unlikely to be saving. Sentence 2: These households could likely be seen as unable to save since they are outside the financial mainstream. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-97f2bea10e38400f8643c51175230778", + "input": "Sentence 1: But he would enjoy it too much for it to be a suitable punishment.) Sentence 2: He enjoys pain more than he enjoys sex. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-57155ded64d144ad8114388a45334971", + "input": "Sentence 1: He walked up to one of the village houses, the house of the boy who escorted Susan. Sentence 2: I thought he was the commanding officer. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-83892d21b1f34f2abb047f21754ad4c7", + "input": "Sentence 1: (The Croatian economy, which ought to be thriving from beach tourism and low-wage manufacturing, is a mess.) Sentence 2: Croatia needs help. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-53bfbd09ac8247d2a915db323b9c2866", + "input": "Sentence 1: But this was not yet the Las Vegas of folklore. Sentence 2: It hadn't become what Vegas is known for now. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-749d796220ef4e4f9c824360cfc7247c", + "input": "Sentence 1: She returned with a tray, containing the teapot and four cups. Sentence 2: I searched for an opening on the walls. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-83fe3021aef54309bbc05c06061fe106", + "input": "Sentence 1: One crashing bug in Outlook would reproduce only on a Gateway computer equipped with a Matrox video card. Sentence 2: There are a number of different shapes on the buildings. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-595e98ebfa7b4e38939ee692023d7883", + "input": "Sentence 1: that is what 'Use the Force' is. Sentence 2: This is what Use The Force is about. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0321cbf4f38b4f4c95d35cd3dbb2f982", + "input": "Sentence 1: The price may look a little steep, until you realize that all the brightly decorated rooms are suites large enough to get lost in, with unheard-of kitchenettes and comfortable salons for the price of a standard three- or four-star room. Sentence 2: There are large suite rooms available for the same price as standard three or four star rooms. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8264169814444ce3a4d23bbb58b5f489", + "input": "Sentence 1: Go back and read their work, from around the same time as Bell's, and you have a totally different At least these authors' arguments fall somewhere on the map of 1999 (and neither of them seem to pay much heed to the U.S.S.R.). Sentence 2: No other magazine had the guts Time did to tackle the impeachment scandal. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5dd5f772f72433783c7ce0a33da1839", + "input": "Sentence 1: you know i know that it's really funny my parents are forced to do it and they Sentence 2: my parents have to do it, I think that's funny Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-76ac6106f3ca4d6c8f7639a9d1529e80", + "input": "Sentence 1: that's true and i did pay state tax in in California but my goodness that that the what do you call it sales tax is just getting outrageous to pay Sentence 2: I never paid state tax in California. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-51583a59548443c5bdc82fe250691af4", + "input": "Sentence 1: uh-huh you right yeah you almost have to get started pretty early probably i guess Sentence 2: It is one hundred percent correct. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4341271fde348569ebb5cebe9d5e002", + "input": "Sentence 1: The question was, had it been taken from him, or had he himself passed it on into another's keeping? Sentence 2: He might be lying and just handed it over to someone else. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e13bff1ed1154b07a26e1f818c9bf471", + "input": "Sentence 1: Last year's campaign generated enough money and resources to help more than 450 victims. Sentence 2: The requirement for labor would change if installations happened less often. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a37030ca9724f489e6d8986a960a916", + "input": "Sentence 1: Basil, thyme, and oregano are the most common, though you can also buy mixed sachets. Sentence 2: Basil, thyme, and oregano are commonly used spices. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-800d71ad6f844b1d8ec8e76ff1f3996a", + "input": "Sentence 1: The services are free. Sentence 2: California is seen in a positive way by the New York Times Magazine. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-39825710c63847a09eedc608daad767b", + "input": "Sentence 1: The fighting brought none of the usual spoils of war that provincial warlords and samurai had come to expect as payment. Sentence 2: The catalyst market demonstrated the ability to respond to the surge in demand in pollution control. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc0e485d9e934394bddeef241f8ab258", + "input": "Sentence 1: I ”poison my dearest Emily!\" Sentence 2: Bureaucrats are often assigned to address problems but lack the resources to implement more than superficial reform. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-762dd52e5b184208aa8b4317c8b0154f", + "input": "Sentence 1: uh-huh and Anderson Hunt all their uh their best players i think are graduating Sentence 2: And asked to consider what's worse or more harmful. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c75690583464bd0bcc2805d8c0637db", + "input": "Sentence 1: Have you hit him? cried Tuppence eagerly. Sentence 2: The principles were useless on their own. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b90501699fa44d7ad04fd103a47f3c0", + "input": "Sentence 1: Incidentally, he also asserts wrongly that Richard Nixon's Christmas bombing of Hanoi in 1972 made peace possible. Sentence 2: Graduates from the most respected law schools always graduate free of debt. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df3e0fafba8e4d8baecbccf9228d9430", + "input": "Sentence 1: The black hood pulled back revealing Thorn's grim face. Sentence 2: Surpluses don't impact economic growth Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d8d02c80fa54859bd5cf002ff2771e0", + "input": "Sentence 1: Indeed, we make these complaints ourselves. Sentence 2: We complain about the president all by ourselves. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3cd2a5434ea140aa9a82b2db867e4441", + "input": "Sentence 1: It was like the Classic experiment--\" \"How hot is your sun?\" There was a long pause. Sentence 2: It was nothing like the Classic experiment. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-55e005159b2e4635a4a19f96ace29e78", + "input": "Sentence 1: For much of that time, the federal government did not contribute to saving; instead it was a borrower, its deficits absorbing a share of the saving pool available for investment. Sentence 2: The program was successful because of how much was invested. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-98a7e26ed0c44f33bd6b179a68c5eaa7", + "input": "Sentence 1: A city's signs may be smashed and spray-painted--and where I grew up they were often pockmarked with buckshot--but this sort of treatment is generally reserved for public property. Sentence 2: There's an unspoken agreement to leave private property alone, but public property is seen as fair game. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b648e69054f4847ba372e276e09c9d1", + "input": "Sentence 1: They lost a few mandrakes in prying loose some of the sun material, and more in getting a small sphere of it shaped. Sentence 2: She crossed the room and looked out. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48a454cd1b7f40ccb3b5f4b240b5b2ff", + "input": "Sentence 1: that would stop them from wanting to no well i thought it was funny listening to her she's just a she's she's a little bit uh dingy when it comes to things but well she's vicious Sentence 2: I hated listening to her, she wasn't funny at all. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-22c5ad3730794cc8ae612caf5f99b9bc", + "input": "Sentence 1: That was the penalty paid for the high profits which unrestrained competition could lead to. Sentence 2: The profits got lower with the increased competition. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0a8a81617ffe431e9ae0b00087799702", + "input": "Sentence 1: i was in the Air Force yeah yeah for myself i mean i think that military experience was fine it was just i just wish that there was something else that that that i could have done you know with Sentence 2: It's in my bloodstream and with my luck, I will be called to take the test Monday and get fired. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82d88239ed4645debe867e014a8b6fdd", + "input": "Sentence 1: Today it is usually used as the castle parking lot, but it offers superb views of both Princes Street to the north and the Old Town to the south. Sentence 2: CMS does not provide health care to any American. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c204d10dbe1c4eee92b4803cb9f0ef88", + "input": "Sentence 1: well you have to see i a as the way i look at it you have to think first of all why or has has crime increased and if so why has crime increased Sentence 2: Suleiman built the walls that are still there. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07a26729145941df8f7a327530974b6b", + "input": "Sentence 1: To the Summit Sentence 2: Away from the Summit. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c6d776304a5941a7889917efa029f598", + "input": "Sentence 1: If the objectives of the work to be performed change significantly or if the location of the work needs to be modified, GAO will notify the agency-designated central liaison or primary point of contact of these changes. Sentence 2: A man noticed them through the window immediately which surprised them Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9d1a786fc734347b1ef120533b7d647", + "input": "Sentence 1: Unfortunately, this trend has not reduced owners' overall engineering costs as a percentage of TPC. Sentence 2: This trend hasn't reduced owners overall engineering costs as s percentage of TPC Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fd8f0e81469c4efabfb57d389a72749f", + "input": "Sentence 1: uh yeah yeah well what about professionally Sentence 2: The museum has 2000 cars on display. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7602ab7c518e45fd83ba57d7ec5266f5", + "input": "Sentence 1: For example, the Department of Planning and Budget currently performs trend analysis and prepares fiscal impact statements for the state's legislature, using useful, relevant, and timely financial information from the state's integrated budget and accounting systems. Sentence 2: And prepares fiscal impact statements for only one company's operations. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0aaec79b0c914d098b23ec7377de7b36", + "input": "Sentence 1: Christian persecutions in Rome under Nero Sentence 2: Many princes tried to do their own version of Versailles. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0990d5db103d4c23a362e9f8a0ad10b7", + "input": "Sentence 1: Room 13 contains a number of painted Minoan sarcophagi, many decorated with the images of fish or birds. Sentence 2: Frank, I think I need to get back to other things; I hope we've talked. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c629ff316234f40ab0b140c0c5262f4", + "input": "Sentence 1: Good This Week 's round table signs off by predicting the outcome of Sunday's World Cup final. Sentence 2: Kagoshima is still the main base of the Japanese Navy today. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2408c2c0d2d6439489061f19a1b49e59", + "input": "Sentence 1: well you know still be on yeah yeah now they got a lot other crap involved and so i don't know you're right i think some of the tones uh of the the the daily prime time is is questionable that could be uh Sentence 2: The daily prime time shows are questionable. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f6a663194b3445799aafc9c47ef900a8", + "input": "Sentence 1: yeah i've i've got a two year old and we hunted Easter eggs yesterday and the weather was really nice Sentence 2: I hunted Easter eggs with my two year old yesterday, luckily the weather was great. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-09c892529f8e4c2d9b36d88d2d585270", + "input": "Sentence 1: The bearded man rose to his feet, and all the others followed suit. Sentence 2: Everyone stood, becasue the bearded man was the leader. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7e759be3eeea498fb25a38c681c85f43", + "input": "Sentence 1: Their interest in Ibiza lay partly in its vast salt flats, which to this day remain the source of a profitable industry. Sentence 2: The Deesis is a thirteenth century depiction of Satan. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d504be06dc0420fa0600cc47504ff26", + "input": "Sentence 1: The advocates say the finding goes beyond existing law and is unrealistic because some renewed contacts often prove unavoidable in domestic abuse cases, which involve economic and family dependency and other complications of daily living. Sentence 2: The Liberties area is still a slum. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-156ad16ad6d4497e9de8686140b0dd77", + "input": "Sentence 1: It includes developing the overall strategy for managing the acquisition. Sentence 2: It takes a team of five to create the strategy for managing the acquisition. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fec2d4ef524c40cab4ee9701094efb0f", + "input": "Sentence 1: Undaunted, Chatterbox marched off to a nearby bookstore and purchased What the Face Basic and Applied Studies of Spontaneous Expression Using the Facial Action Coding System (FACS) , edited by Ekman and Erika Rosenberg. Sentence 2: Chatterbox has never bought a book. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a01a0a40ad294707ade6d0eff9bb235c", + "input": "Sentence 1: yeah uh the special on channel thirteen that was broadcast i think last week or so ago it detailed how this one person went about finding out this particular person from this particular person his home mortgage how much he pays for it what his payments are uh his uh social security number driver's license any kind of records he may have uh their credit card and the status of their credit Sentence 2: The special on channel thirteen opened my eyes about how vulnerable our personal information is. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-475f26d68ff74d408265f04373b4ce25", + "input": "Sentence 1: because in Missouri we have a we have a lot of ice Sentence 2: The woman escaped injury. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a85322092326488bb06a69dae4d24749", + "input": "Sentence 1: yeah they have that here um they've got um in most of the states around here i think uh Sentence 2: Yeah they have that here and is in most of the states around here. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-16d8b2cd6fc245029c49faccf12bec1a", + "input": "Sentence 1: north or south of you Sentence 2: The traders love opium to do drugs and also just to trade. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-142c00d2d30942af8745e0943c68cb88", + "input": "Sentence 1: To the right of the chapel is a fragment of rare jasper said to come from the column to which Jesus was tied for his flagellation. Sentence 2: All museums are in the city. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-90b8cddf68c74e5fa527641afcbbc92d", + "input": "Sentence 1: If the attorney general had ordered up an independent counsel, not only would her job have been secure but the New York Times (and maybe even Sen. Sentence 2: Fena Dim was a big city. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-84438739474044568fd75c3e3f8fc27c", + "input": "Sentence 1: \"Then there'll be two of us. Sentence 2: There will be three of us after that. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-942ded01e42c4042bdf46640e1f38342", + "input": "Sentence 1: Buddhists account for 18 percent of the population. Sentence 2: The beard is put in the attic by her. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-63a56841029f4f708679fe1c4ae2ce0b", + "input": "Sentence 1: These immigrant voyages were breathtaking and treacherous, requiring the crossing of 2,500 miles (4,000 km) of open seas aboard dugout catamarans and outrigger canoes. Sentence 2: The immigrand voyages required the crossing of many miles of open seas, said the teacher. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c3260a9b776d4f78b81313425a225683", + "input": "Sentence 1: Well, Don Cazar Rennie runs the best manadas. Sentence 2: It would be very easy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ab1f8874de34959a52443197fd16551", + "input": "Sentence 1: Right now we have a recession and an increasing fiscal deficit (a comment on the virtues of keeping balanced accounts would be very appropriate); if we devaluate, chances are we would also have an inflation outburst, a rush against the banking system, and a capital flight. Sentence 2: A recession is occurring right now. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b64069647b484d08b6b217c14b6e5831", + "input": "Sentence 1: This means that, under NIPA, business computer purchases count as saving and investment, but spending to train workers to use the new computers counts as current consumption rather than investment. Sentence 2: Under NIPA, business computer purchases count as saving and investment but training is consumption. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c873277fc2da4abfbcb33dc00cc8ebce", + "input": "Sentence 1: You are advised to book hotels well in advance, particularly if planning to visit between June and September. Sentence 2: Arthritis sets in with age. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e33e3e799dae412a9a8dce4265c04d90", + "input": "Sentence 1: The documentation should appear in management directives, administrative policies, or operating manuals and may be in paper or electronic form. Sentence 2: The Persian Gulf has seen a lot of action lately. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4254639df254d6b91d19e67d5cac79e", + "input": "Sentence 1: See the local newspaper for schedule. Sentence 2: The local newspaper does not contain the schedule. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-473ed45d2779421883390dced41dfeb3", + "input": "Sentence 1: It has elicited at least initial interest from 19 more. Sentence 2: We let ourselves out of the yard. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dce1debee69d40b699d83199850bed81", + "input": "Sentence 1: And in a final act of disintermediation, Son of 695 retaliates against all these mayors and council members who thought they got the drop on It will roll back all taxes and fees increased since July 1999, when I-695 qualified for the ballot. Sentence 2: The outer pylon was built in the second century b.c. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0c075a5ed1e473d9ba8faf088165929", + "input": "Sentence 1: The Tight-Lipped Republicans will probably vote for conviction but will also cooperate with any compromise that shortens the trial. Sentence 2: There are multiple arguments against counting psychic harm. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c580c2cc211c470fb000195d8bef421c", + "input": "Sentence 1: In the tablaos and on the stage, the women, their hair swept severely back, swirl in flounced and flowing tight-waisted dresses. Sentence 2: The men dance on stage while the women watch in awe. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-14b4a362066d41378d7d94c1d79b367e", + "input": "Sentence 1: NIAAA has a National Advisory Council with a subcommittee that helps to set research priorities. Sentence 2: For over 500 years, the tower of King Juan II served many purposes. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97da62dda5724fa3b2491146f67e8179", + "input": "Sentence 1: Drew had come west from Kentucky to find a father he had thought dead until the year before. Sentence 2: Drew was hoping his father had more children he had not met. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-05405ae52fdb4e3f94ab41eac68a9772", + "input": "Sentence 1: uh-huh right and so we we have really enjoyed that and it's really nice not to be running out some of the video rentals can be expensive and Sentence 2: They aren't even trying. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-202069ed2fc24fb4a738efa903fec652", + "input": "Sentence 1: You think I mind saying it, but I don't in the least! Sentence 2: It takes 24 hours for a product that has been released to show up on the GAO website. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-96272641093c441680c38238c02ba399", + "input": "Sentence 1: yeah i thought they had some sort of i mean i thought they were just poor people like us i guess not that's great Sentence 2: He felt motion sickness while witnessing the doctor kneeling down on the floor. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38334940186f4228aade6ac82e87dcdf", + "input": "Sentence 1: that's wonderful i have often thought that that having one at home would be neat i just don't know if we would really use it that much you know Sentence 2: i've thought frequently that it would be interesting to have a computer at home Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c78ed17f9a364703a514ba937892f9ef", + "input": "Sentence 1: 13 As the motor drove away, Mrs. Cavendish suddenly detached herself from the group, and moved across the drive to the lawn to meet a tall bearded man who had been evidently making for the house. Sentence 2: The SPAN A guide is is a cook book. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a9a2c12e202472a974a82fe0ffb5b71", + "input": "Sentence 1: Why is he any worse than the rest of this crowd? The slave shuddered as the dour, slow-moving overseer began walking stiffly toward them. Sentence 2: The water here flows to fast since it flows into the North Sea. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1604348eb87e4ff8a993d78940051add", + "input": "Sentence 1: But they posted us as 'wanted' back there. Sentence 2: There was no spin from Clinton. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db3d9346f0d9455eb45aab1f74d7bc41", + "input": "Sentence 1: The Internet and computeraided design and drafting can be used for fast, comprehensive, paperless communication between reviewers, managers, and A/Es. Sentence 2: We almost never eat at fast food restaurants because of the styrofoam and plastic waste. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c4f8220af2a44f8685891f512dccadd0", + "input": "Sentence 1: This petty little business, as you call it, bears directly on a very big business, bigger perhaps than either you or Miss Tuppence know. Sentence 2: Your idea of this business is exactly how you describe it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-efea3c47817c42bb9a7ea9976bca6e2d", + "input": "Sentence 1: right um i wonder i wonder if now the people in the Soviet Union don't have ideas very different from that so at least Sentence 2: I am not at all curious about wondering if people have different ideas from the Soviet Union than today. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fdfb5780e888433b9acc750200d50257", + "input": "Sentence 1: A small stone tomb in the southeast corner houses the bones of several members of the royal family. Sentence 2: Also, he wrote a biography of Jimmy Carter in a kind way, said the journalist. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd487f545fa941949e9574b76523ecd5", + "input": "Sentence 1: But Disney Pooh reaches the world. Sentence 2: Disney Pooh is known around the world. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e36c52200ba406eb60990661c70c96b", + "input": "Sentence 1: no there's no carpet in the house right now Sentence 2: Their reports did not show any significant impacts of the work they did. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-73042ee841ee440d8defd727389350cb", + "input": "Sentence 1: that that would be interesting i i must admit i haven't been really enthusiastic about the Democratic entrants in the last couple of run throughs Sentence 2: Most critics find her monologues to be boring. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4178249a4b3349e78269f95f73f454ea", + "input": "Sentence 1: He had slept with only two women in his life. Sentence 2: Paycheck protection will not help either party in the campaign. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c38aa3cc9834c2d8970c76c48cb73bf", + "input": "Sentence 1: The Presidential Memorandum establishing the NEPDG provided that one of the results of this action would be the gathering of information relevant to a national energy policy. Sentence 2: The monastery is located downhill Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0e33e09b0ed4bc5966eb89e984e3390", + "input": "Sentence 1: A case study is a method for learning about a complex instance, based on a comprehensive understanding of that instance obtained by extensive description and analysis of that instance taken as a whole and in its context. Sentence 2: The shoreline has plantation style homes with luxurious interiors and often have hot tubs or covered porches. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f6f08547dbe843719cf2e84d19b4f9b3", + "input": "Sentence 1: But don't fret, son. Sentence 2: Don't worry, kid. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-94628d8f7f574cd98563306b89c704b0", + "input": "Sentence 1: If you are not claustrophobic, take the opportunity to enter the crypt below the temple floor, as the carvings here were never defaced and are still precise and clean. Sentence 2: Tourists can fly to this location without the aid of a boat. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-edcc0bf7a9684294903e0deef9ae1ab6", + "input": "Sentence 1: The best in Varadero is La Bamba at the Hotel Tuxpan (entrance US$10-$15). Sentence 2: Deck chairs are free at most seaside resorts. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e542f869b7ba42ecb2222bfb7fbb556b", + "input": "Sentence 1: i uh a friend of mine is a psychologist and he always refers to it as uh short-term pleasure oriented i guess he's a technical aspect he likes to apply to it Sentence 2: It's impossible to travel to the northern beaches by ferry. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8092381dd11b4f9c80b45b9a1d2fbeca", + "input": "Sentence 1: The problem? Sentence 2: The problem with the statement is? Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8319035c708449d68109dd899784b385", + "input": "Sentence 1: be rowdy at any one given time so they they put them outside a lot they try you know to get a lot of good breaks here and there and but uh they just took bookcases and things to move around and sort of what you know sort of build a an idea of a wall and the kids seem to handle it okay but it's it's got some drawbacks to it and uh as if that wasn't bad enough they they also experimented with a particular size school most of the elementary schools were uh seven hundred uh kids in in it only goes from kindergarten up to fifth grade for our elementaries and our particular schools run uh thousand fifty right now Sentence 2: They didn't move any furniture because the kids would be upset. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-226abbc8da14427cb0c94520d0885d23", + "input": "Sentence 1: they just won it Sentence 2: I don't want your recipe. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-095ed77a72ca4bbab520885b1890bf8f", + "input": "Sentence 1: that everyone should have the right to have a hand gun in their house if they so choose and but i think there should be some restrictions when you buy one you know they should do more background search on you they should i think it should be harder to buy one Sentence 2: The measures undertaken by the Malaysian government accomplished their goal of broadening wealth distribution, but took much longer than 20 years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-151aacc5a2114c8faa0a8e13dba71826", + "input": "Sentence 1: Exiles and amigre The Flight of European Artists from Hitler (The Los Angeles County Museum of Art, through May 11). Sentence 2: Art will exhibit at the Los Angeles County Museum of Art from \"Flight of European Artists from Hitler\" through May 11, tickets will be $25. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1232aca58bd74a38adf8a661391e24c2", + "input": "Sentence 1: lucky you um-hum Sentence 2: You are lucky. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-74fca84a21694a048c8c91098e389630", + "input": "Sentence 1: This doesn't look good. Sentence 2: I did not realize this subject would be talked about. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e2b305814ba0490f838e7edd068cc7ab", + "input": "Sentence 1: I'm sorry about the whole business confoundedly sorry.\" Tommy came to himself with a start. Sentence 2: They can plead guilty and get less time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-443cc0d5a32a4cf8ad8c7e05cf7902bf", + "input": "Sentence 1: The town has a high percentage of Nubians in its population; these people, though fully integrated into Egyptian society, remain proud of their separate cultural identity. Sentence 2: I'm under the belief that they use a very different form for undergraduates having sex at Cornell. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c446327a6c741fba8735025999f848e", + "input": "Sentence 1: However, the committee did not formally approve use of these estimates because of concerns about the peer-reviewed status of the study. Sentence 2: Sometimes families are evicted because one family member used drugs. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15d1f96305044ce2bfbc9dd9d08e75dc", + "input": "Sentence 1: Gilmek charges 900 euro per session, but for my lovely poultry ladies he will do it for free, world-class. Sentence 2: The CISSP certification does not, and has never existed. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7aed9911e634415eac0cf0a2b6ea5b63", + "input": "Sentence 1: Small Byzantine churches sit on street corners, side by side with family homes. Sentence 2: Crafting compromises that strengthen homeland security will make the United States a safer place to live in. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6bb07b0d1b2e45c0a72ba263206db301", + "input": "Sentence 1: The conflict in Washington has its ironies. Sentence 2: No one knows how to read the Linear A script yet. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d5a6ed9fdc9a4b9d92fa32e508ebc8b8", + "input": "Sentence 1: And what about what we might call the Rauch-Reich test (so named for Jonathan Rauch's Sentence 2: At the Vistors' Center, you can learn about various aspects of the region and go to the look-out point. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-66ec65c6b7cf4b10a1a323562627f34f", + "input": "Sentence 1: where are they going to put the other one Sentence 2: Where's the other one going? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-64a5692d4e6a4ad386d0dc52d12cc9d6", + "input": "Sentence 1: In its best colleges issue two years ago, U.S. Sentence 2: I would qualify the US government as the number one government in the world. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1b4c8c2691f041ea9b2c2afa6b0bf48b", + "input": "Sentence 1: It's the only real weapon the Corp has.' Sentence 2: The Corp has many many weapons. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-56770c664f434c4fa8154121dc3b1dec", + "input": "Sentence 1: There is a small village between Gazu Kadem and the western desert known as Fena Rait. Sentence 2: No one who took the quiz was able to do it vividly. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ff65c38599c492e8fc23ecbcce7a64a", + "input": "Sentence 1: Many participants built their responses around the scorn of our putatively fiercest critics--Norman Mailer, Michiko Kakutani. Sentence 2: Our biggest critics include Norman Mailer and Michiko Kakutani. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-80652c548ebc491a900f982b9226b028", + "input": "Sentence 1: One reason Long Island epitomizes boredom is because of its ur-suburb, Levittown, tedium expressed as architecture. Sentence 2: Acid rain is reduced when emissions are lowered and air quality improves. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-67bb1572640247889e3f6e72b4fa9c6a", + "input": "Sentence 1: Visiting hours here are slightly shorter than at the Basilica of the Agony. Sentence 2: The Basilica of the Agony has the same visiting hours. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c8fa750068524cab97fd11ab9de0f1d6", + "input": "Sentence 1: we they put us on a budget they would run like uh they could really tell how much oil you were going to use Sentence 2: The town is very strict on preserving the older houses, keeping them safe. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-574d2d55f414481490c6437d2714ef19", + "input": "Sentence 1: San'doro smiled, crossed both his sticks in front of him and bowed. Sentence 2: San'doro bowed as he crossed both sticks in front of him, making sure to linger for a moment to show respect. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-72f18fe858314b15a96217b1cb515901", + "input": "Sentence 1: i don't know pretty it's for yeah i think at the same time it's for some people to you know help them grow in other areas Sentence 2: The Iskele Camii was designed by Sinan for the daughter of Seleyman the Magnificent. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b2000616f704c718a0f3db700514f08", + "input": "Sentence 1: It bore the inscription, \"Mr. Edward Whittington.\" Below the name were the words \"Esthonia Glassware Co.,\" and the address of a city office. Sentence 2: Over the 1970s and 1980s, the increase in the nominal value of existing assets was caused by changing tax laws. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-709690b48e70496bbed2f72c7953db34", + "input": "Sentence 1: Even Barik noticed it. Sentence 2: Barik was oblivious to it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-07f5374da4d741dab104f35ad1e283b3", + "input": "Sentence 1: Withdrawal may severely prejudice the clients' claim. Sentence 2: The ruble's value was plummeting and oligarchs rushed to exchange them. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25baf46f14904d4da36fdf8f716e71a9", + "input": "Sentence 1: Still you are right in one thing. Sentence 2: 5 billion dollars in 1996 dollar values. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad3013d23bdd48818c99b9bc5686c8a0", + "input": "Sentence 1: Its newly formed Bank of St. George had to sell off overseas colonies. Sentence 2: The site will be of high quality. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-706a31c9670e41ed909f6b8abce6732f", + "input": "Sentence 1: Missouri submitted its state plan to LSC on October 1, 1998. Sentence 2: Plants haven't been discounted much yet. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6628a029f7de441c83ead8a9af4f5d25", + "input": "Sentence 1: The Military Tattoo has an office at 32 Market Street and shop/gallery at 33 34 Market Street (behind Waverley Station), where you can see photographs from past events as well as purchase souvenirs and tickets. Sentence 2: The Military Tattoo has a gallery. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-054a27b18f3841a192a1b6be17f7c159", + "input": "Sentence 1: Do you know what time this doofus has breakfast? Kudu began to build the suspense, aided by a gulp of tatamamina. Sentence 2: Kudu sipped his fruit juice. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7db8276442ef4de69956dfb8f2b73983", + "input": "Sentence 1: Edinburgh watches over many of Scotland's national treasures with great pride. Sentence 2: Edinburgh doesn't value Scotland's national treasures. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-113b685e31e54fc1be2d723c7bbdf6ad", + "input": "Sentence 1: The garden had been founded as early as 1670 as a resource for medical research, affiliated for many years with the Royal College of Physicians. Sentence 2: It's very easy to get out. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-055106d4111349dcbd38e6ff182ef991", + "input": "Sentence 1: Barnam stood tall, his jaw clenched. Sentence 2: There are strict laws here, and everyone abides by them. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0cae099794349cc8d26ee89a376baf1", + "input": "Sentence 1: The bridge marks the spot where the Buddhist priest Shodo is said to have crosed the river in the year 766 on the backs of two huge serpents, to found the temple that would later become Rinnoji. Sentence 2: The Buddhist priest Shodo took a path to the temple that is now named Rinnoji. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ba639b8e223d4b9bb2c86156fb1be502", + "input": "Sentence 1: The hilly Parc Montsouris (on the Left Bank) and the Buttes-Chaumont (on the Right Bank) are more challenging. Sentence 2: The Parc Montsouris and Buttes-Chaumont on either bank are more difficult. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ce37a15bdec941d79fffe9b625a67e84", + "input": "Sentence 1: Champagne-Ardennes Sentence 2: We only provide travel here. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-304f6a75c45f42e4b1db56561e5c0001", + "input": "Sentence 1: And you went to Singapore? A skeptic asked. Sentence 2: I think I know what you're talking about, it's like a handheld thing used for cooking meat Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4fdb0b467180429596d826f91241f5b7", + "input": "Sentence 1: As part of these deliberations, the Congress should consider not only the mission and role that agencies fulfill today, but the mission and role that they should fulfill in the coming years. Sentence 2: Capua, Syracuse, and Taranto are American cities. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9ad0d59ff40d49a3bc18629efcce48ec", + "input": "Sentence 1: I'm from a small country [New Zealand], but I don't see what we are doing here as a threat to our sovereignty. Sentence 2: All of the executives are in the new building. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e6135d10b1241b78f10b29aea690c15", + "input": "Sentence 1: I suppose they have very strong poisons there?\" Sentence 2: I think she turned it in. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d5db73cf3a54ee082a64e1c271750a6", + "input": "Sentence 1: and this year i decided that well my husband made a little garden out there with some tomatoes and stuff in it but i decided that i don't like grass i don't like to have to have to pull grass Sentence 2: We did a little garden. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2337c20223a64711a5e24085472df944", + "input": "Sentence 1: Small firms and solos are ideal for such clients, but the clumsy, sometimes impersonal referral networks, and the prejudice against flat-fee billing serve as huge barriers between client and lawyer. Sentence 2: Yes, that as well. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cfc3f41c439f4b6d9f20dbe028e39097", + "input": "Sentence 1: okay nice talking to you bye Sentence 2: The public rooms are extremely expensive looking and ornately decorated. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-187701fe96924e3aa1120d57812d9f7c", + "input": "Sentence 1: but it's the winter months that i can get serious about swimming Sentence 2: The people who run the team have had it with his constant arguing. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5610c6b94db245fe8eb14aeefbc0f8f8", + "input": "Sentence 1: For those plants where EPA projects ACI retrofits will occur, EPA's projections reflect that these facilities will either have 1 to 2 boilers retrofit per site. Sentence 2: The world's most boring country is Japan. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f6ca81a89a2e4398b56df229e6d7615a", + "input": "Sentence 1: Two painted lions mark the entrance. Sentence 2: She did not take the proper time to research all the variables. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d134b65b2124f77a94196d6c3b12c85", + "input": "Sentence 1: yeah to decide which day to take off and you know do you take off the day Sentence 2: The vice president will help them from time to time. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7883d27adf24a43b5bded443e2bcc25", + "input": "Sentence 1: A short walk along a marked path through the fields takes you to a group of drystone houses with two temples and circular ramparts in a lovely setting of eucalyptus and olive trees. Sentence 2: We need heat throughout the winter. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4adfeec0679b4674a38ac62aa69e13a5", + "input": "Sentence 1: Jane had gone straight to the picture of Marguerite. Sentence 2: He was concerned with metaphysical matters rather than setting a moral example. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55f45eac981c41e6add38aea57988234", + "input": "Sentence 1: There is only one person who could possibly have destroyed that will ”Mrs. Inglethorp herself! Sentence 2: Correspondents usually try to make it clear what their own views are. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a2607dd4e83477e9149e7b2ccdff1d4", + "input": "Sentence 1: Barney Fife i guess yeah Sentence 2: Changes to the Olsen compound depressed Smith. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7bc8b2e0149f448986e5e2a5f6019903", + "input": "Sentence 1: Realizing that attitudes, expectations, and culture seldom change quickly, they plan for whatever time and resources are necessary to create a common ground and organizational cohesiveness. Sentence 2: There is no question every word is true. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91f687e3b04f4714b9f350d2f2ce060e", + "input": "Sentence 1: Area of Inquiry--Does the configuration of programs within the state, within financial resources and subject to appropriate priority decisions under 45 C.F.R. Sentence 2: There is no question about how the programs are configured. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-98a5936ebc534fe88f133242e4f2851d", + "input": "Sentence 1: At least this seems to be the native equivalent of grass.\" Sentence 2: Federal communications have flexible service offerings. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6b18d5f6dadc412fa840f37a99f8a063", + "input": "Sentence 1: Well, maybe 20 or 30. Sentence 2: Tuppence waited five minutes before ringing the bell again. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16c0afaffc884cbfbdad91fc670b3e85", + "input": "Sentence 1: But the antinomian antics of some Madison Avenue firms and glossy magazines hardly establishes that rebel youth culture is the cultural mode of the corporate moment. Sentence 2: I've never left the United States. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2b179aac4915406486b6e4c8a426f7ef", + "input": "Sentence 1: At a time when countries are going to new extremes battling for their share of the world tourism pie, Mallorca and Menorca are reassessing their enduring popularity. Sentence 2: Something will go badly wrong in the future. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7eee0489c52747d0830521cdc8f8ae35", + "input": "Sentence 1: What he saw of the resources of this private fort led Drew to accept the other stories he had heard of the Range, like the one that Don Cazar's men practiced firing blindfolded at noise targets to be prepared for night raids. Sentence 2: Drew had never heard any stories about Don Cazar and his men. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5aac2a15ef1b43a19212922e33871cc8", + "input": "Sentence 1: hum she sounds really pretty Sentence 2: It might be important. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-95096d8e09de490c8f15ab0b67ee4e54", + "input": "Sentence 1: Bullets explode in shards of glass and light, bringing death in chiaroscuro. Sentence 2: Spain was very proud of themselves for being on top of the world. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32de63436fae439f8b14c414bc022945", + "input": "Sentence 1: i i feel like it's okay if there's if there's cause somebody's performance is you know indicates indicates that they're they're obviously not all there they're Sentence 2: People care more about the necessities than other things. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97a1ba199853493e8cd86e1ee5366d49", + "input": "Sentence 1: On the subject of Italian-Americans and their gripes about The Sopranos , et al. Sentence 2: While were discussing Italian-Americans, lets talk about something related to their gripes with The Sopranos. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-00d90eb0ebe44f01aaa5130e4853c9f1", + "input": "Sentence 1: 4 The proposed rule was published in the Federal Register on May 31, 1996; HCFA stated that it would consider comments received by July 31, 1996. Sentence 2: They bought it while they were doing it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-180a2b44959140aca76aee2b2dde1e32", + "input": "Sentence 1: It was the draft of a secret agreement treaty call it what you like. Sentence 2: In the Natural History Museum of Crete, there are many exhibits on display about the local area's geology, flora, and fauna. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3630e63ad22c412db6af05c39883d219", + "input": "Sentence 1: Hunt interrupted Novak once. Sentence 2: They had been planning to pay money for publicity before they heard the screams. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5eb0b0123c142fca5e4297beb3b9e5a", + "input": "Sentence 1: Even the Alaskan native population, many of whose members still subsist by hunting and fishing, is divided according to the traditional interests and financial stakes in the potential revenues. Sentence 2: I wish my father had made a decent will Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d78100542b1e43ee8a807516f8f4745d", + "input": "Sentence 1: evaluation but right right and that i'm sure that would make a big difference too Sentence 2: These controls have helped businesses and internal revenue. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d4440d48703d4bea9d7fc04342bf1419", + "input": "Sentence 1: Did nothing strike you as peculiar about it? My thoughts flew to Mary Cavendish, and I hedged: \"In what way?\" Sentence 2: The plaid shirt has become a symbol. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-71475e4abde44c6aa20513ece8554769", + "input": "Sentence 1: than with myself and i think uh she's closer to her mother today than than she is to me because of that Sentence 2: They are. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-befc7bd58f4d44e5a896479225c59390", + "input": "Sentence 1: Unfortunately, continuing tensions between India and Pakistan in the region have rendered Kashmir a dangerous place for travellers. Sentence 2: We see that happen in Euless all the time. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1d33121642a145d68f7697f9ce68a762", + "input": "Sentence 1: That admitted of two possibilities. Sentence 2: Only one possibility was open. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-593a92ea8e5f4ebaa3eb0fc3ce6e15f0", + "input": "Sentence 1: um yeah they they just have like outhouses they don't have like a shower room or anything yeah but some of them are really nice they have showers and full bathrooms Sentence 2: They didn't have a shower room at that location. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bb4acd2ece3b4b02bd5416351666a9e2", + "input": "Sentence 1: i looked at the Mitsubishi Galant i was looking for a four door car having driven the RX seven so long and it was so small Sentence 2: Who knows what is racist anymore. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-70d014104fef452cae06451c1dcd1bab", + "input": "Sentence 1: data and access to agency officials); (4) key objectives (research questions); (5) sites where GAO expects to conduct its work, when known; and (6) need for any precautions to protect the data and information, such as special clearances. Sentence 2: There is no need to protect the data and information. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0d9856c5d6a6402da0d6d5115c4fcf91", + "input": "Sentence 1: it's a vicious circle in and of itself there's really uh i don't know a a bit of an eye-opener i guess even to see some of the the portions of the States United States that are becoming depressed economically and to see that the high schoolers that are coming out of school why even for the past two to three years uh there's nothing for them you know uh a lot of these rural areas college wasn't even a a consideration for the majority of them they kind of are confident that they could just move right on into industry and industry's gone from a lot of these areas and there's nothing to go into Sentence 2: It made me look at the income inequality around my town. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63d0a496ff81452b9e6d8702598f7d4a", + "input": "Sentence 1: to me black and white is photography color is more snapshot Sentence 2: Jamaica attract a lot of business people than normal people. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d5b02d225e94899870ee178061ad6cd", + "input": "Sentence 1: The exception, stewardship PP&E, consists of Federal mission PP&E, heritage assets, and stewardship land. Sentence 2: Salt was the most valuable trade good for Madeira. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-30c6b1b2abaf44f3830fb017a92c42d3", + "input": "Sentence 1: A National Assembly voted a charter for liberty and equality, the great Declaration of the Rights of Man and of the Citizen. Sentence 2: The charter was formed after a great war. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f60b5819b6f4450098d0487e785c32ba", + "input": "Sentence 1: Some inkling of its former glory can be gleaned from the ruins of the agora, the theatre, and the Baths of Faustina. Sentence 2: There was no venting. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5a0fe5784e614acbbe21da5fc0c5084a", + "input": "Sentence 1: it's it's too much it and it's too accessible Sentence 2: The U.S. borrowed a good portion of wealth from Saudi Arabia. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-74b2c3c509c143cf96c72314b5340b62", + "input": "Sentence 1: In 2002, our activities with the National Center for State Courts led to the award of a TIG grant to our grantee in Maryland to implement a project on pro se resources first conceptualized by the National Center for State Courts. Sentence 2: He had selected from the animals in the corral, but had not been able to get a rope on it. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd7683f96f7649f48259abb32bd976e1", + "input": "Sentence 1: Their ancestor Nicholas Jarrett arrived on the island in 1655, and the family was at the forefront of economic and political activities on Jamaica for many generations. Sentence 2: Have you tried the metric system. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-321270b3040d4ba89b6cf7bd950144bd", + "input": "Sentence 1: All his life he will live with what he has done, knowing that act, no matter how good, will ever wash the blood from his hands. Sentence 2: The Dustman was made in 1993. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-98dcd16633984dc78ce28a0d2d3bfef8", + "input": "Sentence 1: Behind the racks of feathery, satin bras and panties is their renowned Lingerie Museum, where you can peek at the intimate apparel of celebrities such as Marilyn and Madonna. Sentence 2: The hypothesis was going to be correct. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-27b5ed14840447db9a719db301443785", + "input": "Sentence 1: well that's that's one of my biggest screams about the entire death penalty goes for Sentence 2: Fiscal year 2001 may be very productive. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38ec57e8e1144903a10d875356b24785", + "input": "Sentence 1: Nothing but the great danger through which they have passed could have brought these two proud souls together again.\" I looked at Poirot in silent amazement. Sentence 2: I have a dog who just gave birth to puppies. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2b33f615863f45c293c917ade302087d", + "input": "Sentence 1: An attorney whose client had to travel to Mexico to attend her father's funeral, for example, would have to withdraw from the case during the client's absence. Sentence 2: This has happened only twice in the last decade. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b3ec3fb75eb14f2dba733f6f4503ef85", + "input": "Sentence 1: As to the sleeping powders, I knew by this.\" He suddenly produced a small cardboard box, such as chemists use for powders. Sentence 2: He didn't know what the box was used for. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc50c5f18f2248aca154e9658f3b7c10", + "input": "Sentence 1: 3 billion for the delivery function alone. Sentence 2: Somebody that works for JC Penney's told me that Ross just sells seconds. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a6b1acc7ab04b6391c328328cd53382", + "input": "Sentence 1: and they know that people own a car that new unless absolutely dire circumstances or anything they're not going to keep on if the car were older Sentence 2: The new players are all 21 years old. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dc8e310d705744b79fb9bfb2266c1ca5", + "input": "Sentence 1: Then there are the Musee de l'Homme in the Palais de Chaillot (Trocad??ro), devoted to man's prehistory; the Musee de Cluny (6 Place Paul-Painlev??), for the great Lady with the Unicorn tapestry and also for sculpture of Paris's Roman and Gothic past; Musee Guimet (6 Place d'I??na), a superb collection of Indian, Jap?­a?­nese, and Chinese art; Musee de l'Affiche (18 Rue de Paradis), for advertising posters of the past and present. Sentence 2: Everybody knew the amendment would fail. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c5d22a8883724d08ac6d006671568bfc", + "input": "Sentence 1: Just a couple of hundred yards north of the Sao Francisco gardens, the streets rise sharply. Sentence 2: Houses are colored in colors of rainbow. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50f0e1d166414f9ba9335a15aa6fd324", + "input": "Sentence 1: I have a couple of tables I want to share with you. Sentence 2: There is no way to reduce premature mortality. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8eac90df31f346388e4d9bd138635a84", + "input": "Sentence 1: West of Piazza Br? , the massive brick 14th-century Cetel?­vecchio fortress on the Adige river now houses an art museum. Sentence 2: Jon was warning Adrin about the incoming demons. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb677403840347c9a92bcec986541c6d", + "input": "Sentence 1: oh i'm sure personalities always come into play uh just in this size of organization Sentence 2: Let's sit down and have a quiet conversation. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d57a92cecd5f45e19496e99be7eea5e4", + "input": "Sentence 1: Early reviews for this sensitive, intelligent, girl-goes-to-college drama--by far the most hotly anticipated new show of the season (Bruce Newman, the Los Angeles Times )--are mildly approving, but the show doesn't come close to meeting the high expectations created by the pre-season buzz. Sentence 2: The state agencies are involved in providing shelter for homeless. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-365be34720c548dfb2575c7c084e1a04", + "input": "Sentence 1: Cleanup is slow and expensive, but plans call for Kahoolawe to become a cultural reserve. Sentence 2: While they were raised up, we resided in the center of a desert in Ridgecrest California. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a7d93909c31431aaa11b15f528a5e69", + "input": "Sentence 1: You have just said that she is perfectly sane.\" Sentence 2: You thought she was sane. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b0f3f841ffb64481addec9aae7d6a00a", + "input": "Sentence 1: The other wall frescoes by Botticelli, Pinturicchio, Ghirlandaio, and Signorelli are barely given attention. Sentence 2: Pinturicchio's wall frescoes do not get the most attention. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5974371f05384bf9bd69294be4ddfa2a", + "input": "Sentence 1: To obtain this diploma during your holiday, you can take a five-day series of lessons, usually starting in a hotel pool and graduating to supervised dives to a depth of 12 m (39 ft). Sentence 2: We came across a blank signpost in in middle of the road. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7ce2831ad1946fa854cd41b858787ab", + "input": "Sentence 1: It is shallow enough and calm enough for riders to cross. Sentence 2: I have no problem with this lasting for a full year. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ff2da2647f8949768987c19fbc6887ab", + "input": "Sentence 1: Drew unfastened his money belt and handed it over. Sentence 2: Drew kept his money belt to himself. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-341d573ddf4840149da5993d3b87f633", + "input": "Sentence 1: The giant Times can't. Sentence 2: She fell to the ground. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-022f2bd692d44b2ba5bc65fbd6b79bae", + "input": "Sentence 1: You can stroll to the music of the municipal band on Sundays or try one of the restaurants on the Paseo. Sentence 2: Every team is in a bidding war to get him as coach this year. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b938dac9ce24cbfbb4c5077fe20fb52", + "input": "Sentence 1: i how would you ruddy uh look uh but uh Sentence 2: The delivery service was a monopoly long before modern times. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fbb9fe6e681346dabbc258d10870507d", + "input": "Sentence 1: Greider suggests we could replay the terrible conflicts of the twentieth century. Sentence 2: From Jerusalem Street, you can climb up a flight of steep steps called Hagardom Sreet. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c544608f4ba14f33beb403992b9081ba", + "input": "Sentence 1: Organizational Settings. Sentence 2: The islands were formed about fifty thousand years ago from the volcanic explosions. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-077b9b980d6d436dbf91f2ca592c89ec", + "input": "Sentence 1: In autumn and winter, bird-watchers search cliffs, particularly Calpe's Peeen, for the rare Audouin's look out for a small, sleek herring gull with dark olive legs and a heavyish red bill banded in black. Sentence 2: Winters see a lot of bird-watchers visiting Calpe's Peeen. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b50ba16c4cec4b81aec6bccb06ca2876", + "input": "Sentence 1: uh-huh well i didn't realize it could vary from state to state or university Sentence 2: I thought of the glib way in which those charged with investigating the crime were described. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0dc8ff0d49a14c27b5bf04db010fe1d4", + "input": "Sentence 1: On the rapidly receding platform, a veritable army of policemen could be seen. Sentence 2: A large number of law enforcement officers were gathered on the platform that could be seen fading away in the distance. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-abd9877620aa4feca24060330b46a821", + "input": "Sentence 1: MelroseAvenue carries on into West Hollywood, where, amidst the art galleries and design showrooms, you'll find exorbitantly expensive Ron Herman Fred Segal, which is the best and most celebrity-frequented mini-department store in town. Sentence 2: it's very nice but when you look underneath it only has little wheels, in a windstorm it would pick you up Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d59d40f44b554504b4014591408941f2", + "input": "Sentence 1: get that cash advance uh-huh Sentence 2: We spent it all at once. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0569498bccd549e1b829c05be2ab39ad", + "input": "Sentence 1: Information Opportunities for Improved OMB Oversight of Agency Practices (GAO/AIMD-96-110, September 24, 1996) Sentence 2: Without my summer job, I would not be able to afford to go to college. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f089864280d44692888b7695c901ad97", + "input": "Sentence 1: It was more of an enormous lean-to than a true building, but it was the best protection now available. Sentence 2: It is never on ESPN in the morning. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-47bc241827004446a4a4ea9fb8b07047", + "input": "Sentence 1: A summary of all comments submitted and EPA's response to them is available at the agency. Sentence 2: I've never been to Broken Bow. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81b400d83f82443aa75d2cacf83388c1", + "input": "Sentence 1: Then, between 7.15 and 8 o'clock, the coco was standing on the table in the left wing? 45 \"Yes, sir.\" Annie had been growing redder and redder in the face, and now she blurted out unexpectedly: \"And if there was salt in it, sir, it wasn't me. Sentence 2: Today was 70 and sunny. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5ff5599639540b69c9ddc5c15a4e1e0", + "input": "Sentence 1: What you probably are is simply wrong. Sentence 2: The junk was made up of majority star bits. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2d71b2d403c44bf6aca5768da3002b74", + "input": "Sentence 1: The situation will be like that in a cabaret, where you cannot sit down at a table and watch the show without paying something. Sentence 2: The Community Foundation is for nonprofits that need help improving the organization's performance. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ba377b9a9e2d4adf9c69f65a9b5c9425", + "input": "Sentence 1: The views from the summit of Arthur's Seat nobody is quite sure which Arthur gave his name to the hill offer wonderful views of the city and across the Firth of Forth to the north. Sentence 2: No one is sure if it was Arther I or Arthur II who named the hill. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3ce437adc8e04e32b12d19235e1e7e03", + "input": "Sentence 1: Factor (Warner Bros.).Critics barely even bother with this action flick starring Cuba Gooding Jr. and Skeet Ulrich as a pair of ne'er-do-wells who end up with a load of heat-sensitive poison on their hands. Sentence 2: Some critics did not like the action film. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-24ea72f0dfd440489da462f9f55e12a4", + "input": "Sentence 1: If it is spaceworthy or if it can be repaired, we may live. Sentence 2: Slate does not need any guide when it comes to the matter of spelling. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f302e66ee7424146949fc4bf6e0f96fc", + "input": "Sentence 1: The beautifully restored ruins of the Eglise Toussaint (dating from the 13th century) have been incorporated into the Gal??rie David d'Angers (33 Rue Toussaint), which houses a unique collection of the sculptor's portrayals of notables including Balzac, Victor Hugo, Gutenberg, Paganini, and George Washington (here in Angers you'll see a plaster bust, the bronze of which stands in the United States Capitol). Sentence 2: I met a famous detective in Belgium, who got on my nerve with his actions. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ba34f65147f540f5955bfc64cbd84af6", + "input": "Sentence 1: Currently the bank has about 5,000 branches and 180,000 employees. Sentence 2: The bank has about 180,000 employees at 5,000 branches. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a7e970b9195a465f9b883d059bc7e355", + "input": "Sentence 1: right but see i really think yeah i i think those characters came right off the screen in that story you know it was really enjoyable and and my wife we thought the same thing we were so pleasantly surprised Sentence 2: My wife and I were in agreement about the story being amazing. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2650b99f58f2470e994eab7767d832ab", + "input": "Sentence 1: What did he want? Sentence 2: She didn't do it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9e26bf558af4fb6b6cb0272aacbcc4e", + "input": "Sentence 1: Compensation to the government for a contractor'sLiquidated failure to perform in a timely manner. Sentence 2: Britian does not have a parliamentary democracy. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0df5a5e0c14d4d42bee1bbfb9acf2733", + "input": "Sentence 1: If, for example, a company wants to argue that unionization will raise labor costs to the point where it will be forced to shut down operations, should it be allowed to do so? Sentence 2: My sister doesn't listen to any music other than jazz. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aeb9ee2195f643e19b77fe1a7d4954f3", + "input": "Sentence 1: It seemed hard to believe that a human footstep had passed this way for months. Sentence 2: My wife's family has many connections with United Airlines and Jet Blue. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-acb7d61ebf5a45bd853babf4bb326cb2", + "input": "Sentence 1: um okay i guess i don't see them as much of a threat as they used to be but i think just the instability of the country right now uh-huh Sentence 2: None of the pressure groups are concerned about the spot. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ec713ca8f9e40f280a93b679d7a9050", + "input": "Sentence 1: Suzuki (1870 1966), who pioneered the study of Zen Buddhism in the West. Sentence 2: Man has always lived by Social Security privatization. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b05ddddc07d342d6ad39c3887f3ce052", + "input": "Sentence 1: On average, a McDonald's worker gets $15. Sentence 2: What about the inhabitants? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ab181b23510e4abd97707226caba9343", + "input": "Sentence 1: evidence consistent or inconsistent with the hunches. Sentence 2: It was an overstatement that could certainly be accurately assessed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c275bd326cf490f8cef3deb824f4c2a", + "input": "Sentence 1: oh probably five or six Sentence 2: This Empire was powered by trade. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2b2215d0f83d4224b3eed78e2008f6dc", + "input": "Sentence 1: Good reviews for Oates' 29 th novel, which follows the way a small town remembers its teen-age hero, John Reddy Heart. Sentence 2: The industrial revolution happened. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf35c433c92e426c8190e7220f66c51f", + "input": "Sentence 1: Leading east from the square is Kasr El-Nil Street lined with western-style shops and restaurants. Sentence 2: Kasr El-Nil Street has shops and restaurants. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-29d93b53dc50472dbc375b97ab10c283", + "input": "Sentence 1: and it'd come right down to the end and either we made it or we didn't oh and it was it was something else i said this is the most if we had a quarterback this year we would have went to the Super Bowl Sentence 2: You can see the crater at 600 m. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e38e28257dd84f0b8940ade8b548f7ea", + "input": "Sentence 1: They are the perfect location for outdoor classical concerts that take place during warm weather months. Sentence 2: The shogunate did not believe in monasteries. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89fe266d69b747dbbe8de1f4e5036372", + "input": "Sentence 1: As we have reported, the current Medicare program, without improvements, is ill-suited to serve future generations of Americans. Sentence 2: Bien eh! Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2fa6dc9844c425e93ec232fa262b957", + "input": "Sentence 1: More narrowly, it is a payment by the employer entity in exchange for the future provision of a pension or other retirement benefit to its employees. Sentence 2: Both software and hardware. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-24a492d79eb1429ba18223b5a300c1d1", + "input": "Sentence 1: Invented by Lenin, subbotniks were convened on weekends for cleaning, maintenance, and construction projects that the commissars decided needed attention. Sentence 2: This is an in-expensive idea. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6942eff7cf8b4f32a663e607febb7e8e", + "input": "Sentence 1: A joint venture!\" Sentence 2: A combined effort! Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-65b9f568f016456996b18629938fe043", + "input": "Sentence 1: Limited circulation was eliminated, but it was not a subclass. Sentence 2: Call the bills the Golden One Hundreds. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e3479740b6e406faf545b5df47c612c", + "input": "Sentence 1: Anthony Hopkins plays the zillionaire communications baron whom Death enlists in the hope of understanding the human condition--an odd choice for a tour guide, since most people's condition doesn't involve personal helicopters, sprawling mansions on Long Island Sound, or Manhattan apartments that sport Olympic-size swimming pools. Sentence 2: Anthony Hopkins was not the first choice to play the rich communications baron. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e68813ffc2b844a797fc7cb05fc7d799", + "input": "Sentence 1: Built on reclaimed marshland, as its name suggests, the Marais contains some of Europe's most elegant Renaissance mansions (hetels), many of which now serve as museums and libraries. Sentence 2: This is the first time I'm telling you. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d4fa68212dc4c829c9c6ef8886072aa", + "input": "Sentence 1: Tight immigrant networks (the personal kind) help publicize the most effective attorneys. Sentence 2: Some attorneys are much more skilled at immigrant rights then other attorneys. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b1d4e970292d4e46abd12660ef159683", + "input": "Sentence 1: Once registered, you dial a number in the United States, where a computer with caller-ID recognizes you after one ring. Sentence 2: There is not caller ID in America. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e59f2e24adb74c8bb69f54ddc029892f", + "input": "Sentence 1: Ehrenhalt himself advocates a return to the choice-free, obedient life of the 1950s, but while seductive in the abstract, it sounds more and more confining on close examination. Sentence 2: The choice-free life is the best life. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-82e83a015fc6457e88e8d20afa10e4ea", + "input": "Sentence 1: Then came the sensation of the day. Sentence 2: Congressmen are all geniuses. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ca8b27b490d410ba0b8e3714786c73e", + "input": "Sentence 1: yeah oh TI is everywhere Sentence 2: TI is everywhere because he's really liked. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7b7daaa6b2c8447488db2b03c6a2ea69", + "input": "Sentence 1: More than that, the lesson of Dell's success has been misunderstood. Sentence 2: Mainly the way it was worded. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5bfd79a3e5ea4b09a205f0226ebc7a77", + "input": "Sentence 1: Traditionally, FEMA had concentrated its efforts on post-disaster assistance. Sentence 2: There are no studies down to show if this is a good screening test or not. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa6babfb8c4b42a089e1b316f6c4c269", + "input": "Sentence 1: Some are handicapped. Sentence 2: He bolted up the stairs at a dead run. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48f19c74eccb406b84be445dd67d253f", + "input": "Sentence 1: They only affect research studies. Sentence 2: Only research studies are affected by these government regulations. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-68ef62e106f94bbfb93cb1059cc2ef43", + "input": "Sentence 1: Some cultural civil war. Sentence 2: Salamonca met me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07e5bfabdbfc4795a06f6ad2e1f2e67b", + "input": "Sentence 1: no no it's funny uh i got out and got my bachelor's degree in uh seventy three and uh never went to a game there and have never gone to a game since Sentence 2: I got my degree in '73, but never went to a baseball game. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60d0f5482d894cd6b097ea2b721ae5b3", + "input": "Sentence 1: If no problems were observed, problems in other sites were unlikely. Sentence 2: There are few public beaches in MoBay, you need cash for the others. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eedd59c4896c4dc59b8a126de6457b59", + "input": "Sentence 1: It is currently unknown whether there is a time lag -- a delay between changes in PM exposures and changes in mortality rates -- in the chronic PM/mortality relationship. Sentence 2: Don't let the sun damage that part again. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc71c7a2b851438784276bdcb45a4c01", + "input": "Sentence 1: The realignment also gives us a great opportunity to comprehensively focus on how to make our processes work better to serve our staff and our clients, and how we can broaden and retool our products to make them as useful as possible to the Congress in the years ahead. Sentence 2: It was a gorilla dancing in a YouTube video. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ab8b90f75324159ae780f733b9559fb", + "input": "Sentence 1: generalizability? Sentence 2: Generalizabilities Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-31a80abefb3540f9a56decce21bfc25c", + "input": "Sentence 1: If we assume (since you don't do macro) that these prognosticators of doom are correct, what's a body to do? Sentence 2: He handed two keys. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7f83506f3ff04c85aaf278df14090ffc", + "input": "Sentence 1: DOD programs that captured knowledge similar to commercial companies had more successful outcomes. Sentence 2: DOD programs that copies commercial companies had very little success. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-408cc5b4758a4be5abce9360a6d3057a", + "input": "Sentence 1: The biguine, immortalized for Anglo-Saxons by Cole Porter, is thought to have come first to Martinique from the Congo. Sentence 2: I cleaned my closet this weekend and found a bathing suit. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fdd86ce753c34491a39e9afe3f3fb836", + "input": "Sentence 1: Competitive bidding also became easier with a reputation to back up his grant proposals, and Dudovitz soon was raising enough to develop slick promotional materials and to share funds with other public interest programs to cement collaborative efforts on health care, policy advocacy, homelessness, domestic-violence assistance, self-help and technology development. Sentence 2: Organizations and governments felt more confident that Dudovitz would be able to accomplish the things he said he would. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c76a09c60189465a98004a27578045bf", + "input": "Sentence 1: Took a car across the town mighty pretty place by the way, I guess I'll take Jane there for a spell when I find her and then paid it off and struck out along those pine-woods on the top of the cliff. Sentence 2: Took the car I stole from the garage under my place to take Jane to a pretty place across town so that she will fall in love with me. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bd764ecd8c1442308ddba213479cd99a", + "input": "Sentence 1: uh-huh with an annuity Sentence 2: Even after reading the definition in Kohler's Dictionary many people do not understand the meaning of the Credit Subsidy Cost. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccd6d88e73184de697c8fe442d98f383", + "input": "Sentence 1: , gypsum handling facility). Sentence 2: Facility handles gypsum Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9990e61877ad42289446f00ef8b014ea", + "input": "Sentence 1: i uh that's their marketing Sentence 2: They have different programs that cater to different people. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f9d1ecde62f247438fc5513483d213ee", + "input": "Sentence 1: A February 2000 Site Visit Report on Passaic Legal Aid by LSC, LSNJ and the state Office of Legal Services supports that view. Sentence 2: Eventually, it goes pretty far. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a90b81b0f6164583ac553be1582f21ee", + "input": "Sentence 1: \"I heard California \"Drew began again. Sentence 2: It is a great time to associate with the Satheri. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e60faa170371484b8184e5fe38230751", + "input": "Sentence 1: This can be done Sentence 2: Zercher is said to be working in New Jersey as an executive assistant. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50a6cf4ea88c4fa68eb4b0c38017352d", + "input": "Sentence 1: Across the river Authie and a few minutes' drive east is the 18th-century Abbaye de Valloires, whose huge gardens display more than 5,000 species and varieties of plants, many from China and Japan, including a large collection of old-fashioned and wild rose, presented in a number of formal and informal settings. Sentence 2: They listened to a boring lecture on suffrage. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-124db1fe2aa44fdbadc16b111d4c01b5", + "input": "Sentence 1: The impact that the falls make will depend to a certain extent on what kind of weather the area has been after a spell of rain they're a spectacular torrent, but in dry weather the flow can slow to a mere trickle. Sentence 2: The falls offer a better spectacle if you visit them after a heavy rain versus during a dry spell. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8be129a7db1f42eab966bebd1f139670", + "input": "Sentence 1: This year, two of the state's legal giants responded. Sentence 2: This year have responded two of the state's legal giants, that said that they denied the proposal. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a365e6eb22574ad8ab5749d2073449bc", + "input": "Sentence 1: But Japan worries me. Sentence 2: I am not worried about Japan. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-481ab40d86b346fab4b353f8b381e872", + "input": "Sentence 1: i'm a payroll clerk just an accounting clerk Sentence 2: You have to be committed to take unpopular clients. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-83ccb1aec0654837b1c0e0269a550cd2", + "input": "Sentence 1: Eutrophication refers to the increase in the rate of supply of organic matter to an ecosystem and its many undesirable consequences. Sentence 2: How can stalking and not stalking be the same anyway? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61ea7d70ed5b4a9abfbb136b7f455da1", + "input": "Sentence 1: you know so many so many of these jokers get the death penalty and then you know just end up in prison uh Sentence 2: The Maryland Shock Trauma Center has never denied payment. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54874b2fe3bd480f98988fcd1bd1c593", + "input": "Sentence 1: His glance was strange… . Sentence 2: The Ottoman Turks tried and failed to subdue Poland. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4dd1dd55c9704dfbb85df178e7e6bcd6", + "input": "Sentence 1: Kids are reintroducing prayer to public schools. Sentence 2: Why are the people increasing their offers? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87ea881a194a494d8bac6e774af70fc3", + "input": "Sentence 1: According to the great Yiddish linguist Max Weinreich, Jews appropriated the word nebbich from their Slavic neighbors in the 11 th century. Sentence 2: The word is old, but it still used by the Jewish people. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8d7976cefd6b404d9d36c68ed31f130f", + "input": "Sentence 1: well i pretty much agree with that that's uh Sentence 2: The north path should be free from obstruction. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0a1e1b3fa8c5492cb3bf33d3a98c4dd6", + "input": "Sentence 1: But you will find fishermen, many of whom are direct descendants of some 600 Genoese mercenaries King Charles III rescued from captivity on Tunisia's Tabarka Island, hence the name. Sentence 2: The moon was red as they slept peacefully. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-879d2127f27a433eab57d25e19d7db1c", + "input": "Sentence 1: The others looked ashen. Sentence 2: We may feel that a tree has been wasted if the book made from it is not one we like. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32894c36e42f43f782e7470fedf4b92a", + "input": "Sentence 1: A motorway (autoroute) gives access from the city and the airports, Charles-de-Gaulle and Orly. Sentence 2: He walked slowly, making his way among the crowd and thinking about his dinner. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d49193066ef14ccebc9a6003c6d0ee6a", + "input": "Sentence 1: When the censors and parents stop complaining, the kids will stop listening, and the band will fade away. Sentence 2: Ben Green took over as director of Internet Operations when the previous director passed away. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9dab6c93f7464c4abfe3719397fe3474", + "input": "Sentence 1: On Calle Obrapaa, between Mercaderes and San Ignacio, is the striking lemon-yellow Casa de la Obra Paa. Sentence 2: Casa de la Obra Paa is strikingly lemon-yellow in color. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3698ddf21c8f441d9d422d1ebd36208e", + "input": "Sentence 1: He telegraphs the ending--you know the Limey will somehow be at the root of his daughter's death--but it's still an emotional wow. Sentence 2: The weather doesn't require a sweater, even at night. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e13bc404a3e94cfb8d79c98681d1f758", + "input": "Sentence 1: The financial interchange does not arise from an exchange transaction, because it is a reallocation of resources among funds, all of which are financed primarily from nonexchange revenue. Sentence 2: Their borrowed government. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00be44fb38184d94b4db15fa8fd9198d", + "input": "Sentence 1: His hand went to his holster, and Drew's fist came down on the Texan's wrist, hard. Sentence 2: The mobile homes were all for sale. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3141e72d0a1844b795d99071ec70bc1e", + "input": "Sentence 1: The table displays the market share that a competitor would have to capture in order Sentence 2: White has influenced me, he has bullied me for years. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a303744c5f645208feca07a742ee84b", + "input": "Sentence 1: Admittedly, parole is a tougher reinvention nut to crack. Sentence 2: You can access the attractions located to the South of Grizedale via car, or you can take the ferry. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3b071486e274bc490881e7b8fa6e4b1", + "input": "Sentence 1: It was the former site of an abandoned iron foundry, ghetto in old Venetian dialect, which lent its name to this andecores of other future enclaves for the forced isolation of Jewish (or other minority) communities throughout Europe. Sentence 2: There's nothing left of the Chaukhaudi Stupa, since time and war have destroyed it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee79c74687db44928275ca3815f45bd2", + "input": "Sentence 1: (Fun With Which is the more ludicrous expression, listening tour or Moynihan Farm?) Sentence 2: No outsiders have ever had a tour of the Moynihan Farm. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-610ae94e8bb342e4bcea77b14db36d32", + "input": "Sentence 1: As we explained in our June 22 letter, the Counselas narrow interpretation of section 712 is inconsistent with the language and legislative history of the statute, as well as years of GAO practice. Sentence 2: Including age groups as a relevant issue was reinforced by Barry. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17b4b4eea3224806badee92a96dca9f6", + "input": "Sentence 1: We therefore vacate and remand with instructions to dismiss. Sentence 2: We get no instructions concerning dismissal. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-79e4c6a2cfdd4698a120942c19e74865", + "input": "Sentence 1: yeah The World According to Garp he wasn't always funny in that show was he Sentence 2: The fuel pump regularly needs to be replaced. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4a3fdf8857c465aa3f326f707919c37", + "input": "Sentence 1: ABC News president David Westin is the latest star in the network news soap opera . USA Today implied that Westin's predecessor, the legendary Roone Arledge, is being kicked upstairs because ABC is losing the ratings war to NBC. Sentence 2: The characteristics of postal delivery is affected by the demographics. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a06ca74aaf4f4d2fad305e26ff9eef2e", + "input": "Sentence 1: uh no i don't think the Cowboys have got a chance i think they will probably win one or two more games than they did this year and they'll get close to it they'll probably get everybody's hopes up and blow it toward the end Sentence 2: The cowboys could play better but they enjoy disappointing their fans. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7ffafb9694ef4e9c99bd05619b1b2c2d", + "input": "Sentence 1: Despite its name, it is made from molasses, not honey. Sentence 2: The product is made from honey. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-69b0c25843d046e99e2fd3ce99b35fb5", + "input": "Sentence 1: What the hell is that? Sentence 2: What even is that creature? Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-88e58e79d4a2468495b6f6797a63551e", + "input": "Sentence 1: Yet Columbus (Columbo in Portuguese) returned six years later, by which time evidence suggests that he had become an experienced sugarcane merchant. Sentence 2: He had training that the other did not. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68f3058ed4294055aca5622d95a86be7", + "input": "Sentence 1: i can't think of it yeah but uh Sentence 2: Alexander VI, Cesare, and Lucrezia all lived in the apartments at different times. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a02d0e0be1964651bd64c97ca48dec2b", + "input": "Sentence 1: As soon as you came into the room, I knew \" Mr. Carter held up his hand. Sentence 2: This girl, as you say! Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4cb968075f06430db849da2c243c3a59", + "input": "Sentence 1: Yet, in public discussion of youthful suicide, we're often unwilling to trace it to such causes and try to place blame elsewhere--on television, music, movies. Sentence 2: Youthful suicide is a topic discussed in public. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0bf8492db7114149a80e426307273769", + "input": "Sentence 1: and i said they'll have more people then Sentence 2: There won't be anyone there. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0248bf5391b94de49c98f09b068e0a4c", + "input": "Sentence 1: \"Yes, suh.\"Blue blouses a corporal's guard of troopers were pulling up by the cantina hitch rail as Drew came out into the plaza. Sentence 2: It has never had any renovations since 1888. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ea9e2ab6ae94e0f8368c42dbae3fd5c", + "input": "Sentence 1: yep yeah well you think about the waste even i mean you know cost wise and and you know like you saving saving trees and stuff like that i mean it's just amazing you know the difference Sentence 2: it makes a big difference Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-84b0b1d58d1446e79ea45bbd2c347de3", + "input": "Sentence 1: The appeals court rapped the agency for its scare tactics, saying it must base its conclusions on solid facts and a realistic appraisal of the danger rather than on vague fears extrapolated beyond any foreseeable threat. Sentence 2: The agency was conducting investigations with the utmost competence and professionalism. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-22f468a8f4234ccaa48901d9efbe4d17", + "input": "Sentence 1: By far the most frequent response involved Hillary Clinton, the once and future baker, or nonbaker, who today begins her four-day listening tour at the Moynihan Farm. Sentence 2: Cumberland's troops avoided any sickness while they were there. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ffd0353f534446be945259c23c52c2c2", + "input": "Sentence 1: \"Still I say\" Oliveri shook his head as Rennie pushed past Drew and Shiloh and went out \"that after seeing this one, all others will be as pale shadows of nothingness. Sentence 2: The horse Drew rides is old and thin. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4bba951f19484ae78ef9ddea56407c12", + "input": "Sentence 1: This executive guide includes examples from our case study organizations as well as information from selected federal organizations, which helped us confirm the applicability of our findings to federal government experience. Sentence 2: All of the employees knew the intentions behind the action. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9863cc0625c14410803d88002932fa3a", + "input": "Sentence 1: and i think Bush has turned out to be a lot better President than people gave him credit for Sentence 2: Edgar Jr.'s Hollywood failure won't be the failure of a romantic. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9ad474c802244e07803a2002fc570f04", + "input": "Sentence 1: The British now had a base for the thriving trade they had carried on from Canton. Sentence 2: Automated system deficiencies is not one of the reasons. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5bb22eb76a6d4a2cadb1fcbb9676dd5d", + "input": "Sentence 1: The Post 's Michael Kelly goes cutesy today, dedicating his column to the regular broadcasts of what he calls National Tom Radio, the daily pronouncements of his 2 a year-old, in the process probably setting some kind of record for the number of occurrences of the word mommy in a Post op-ed piece. Sentence 2: He was not known for this type of writing. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b2f1069f4bab4378a47bec59956b2d6c", + "input": "Sentence 1: in the back of their mind if they know they're going to go out and kill somebody and that you know they're going to get the death penalty then and that it will actually happen Sentence 2: Litigation is a problem if you're poor. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dcd387d5b2c1475eae552d6382b6b2f3", + "input": "Sentence 1: right exactly exactly that's that's what i like Sentence 2: The men refused to shake each other's hand. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8464fdcf9b3e40a3a4fb6a0031d10769", + "input": "Sentence 1: And as my correspondent reminds us, the people who ran LTCM understood all about this sort of thing--indeed, those Nobel laureates got their prizes for, guess what, developing the modern theory of option pricing. Sentence 2: Provence doesn't have houses with red roofs or cypress trees. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f02778d5862144c6ac29ccfde2b18733", + "input": "Sentence 1: At its best, the Post can still swarm a breaking news story like Flytrap. Sentence 2: The Chinese Palladian style can be found only in that area, having a great popularity. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a4f0db98ff44c66ac630033a2bc7ee7", + "input": "Sentence 1: What I meant was that the French set about marriage in a businesslike way find two people who are suited to one another, look after the money affairs, and see the whole thing practically, and in a businesslike spirit.\" Sentence 2: The French care more about the money affairs than they do about the two people. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-817d72fb3a4641f8814c49b4bf3a9d64", + "input": "Sentence 1: Indeed, the ad accuses Clinton, rather than his critics, of invoking legal mumbo jumbo to obscure the immorality of his misconduct. Sentence 2: The Wolfson Museum can be found downstairs in the cellar. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-390b639941db4aaaa0ed92290f3370a8", + "input": "Sentence 1: and then the second time i was going to do it at Richland College and we i just get with another friend and we'd end up just smoking cigarettes and riding around like we couldn't find the place Sentence 2: Santa Faz is an annual celebration at Monasterio de Santa Verenica. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0eb5ad2002dd437aa1bfd5fabfa12770", + "input": "Sentence 1: but uh i i don't know i'm i've been Republican for as long as i can remember and the Democrats are just so disorganized and they have been Sentence 2: The you they found was the scullery maid. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56098757fec04bb9b809c746dc90d1e0", + "input": "Sentence 1: If we continue to do that, we will never make any changes in services. Sentence 2: Business is so good there is no need to change services. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-538c4ca7012e40aba4dc80f6f52d478f", + "input": "Sentence 1: Most obviously, there is the proliferation of specialty shops for fountain pens and handmade paper. Sentence 2: Ca'daan asked for clarification. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2afaa3b1c3f4884979b86bc9eacbf56", + "input": "Sentence 1: Alternatively, you can head north up Kantipath, take the first left and then, after a bit of zigging and zagging, take the second right to find yourself heading back into Thamel. Sentence 2: It would only take a few minutes to fill out the online reader survey. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36d2c37680f748afab8553fe12bf1e1b", + "input": "Sentence 1: Whatever the merits of this idea--and there are some--it does not address the problem at hand. Sentence 2: The idea should be improved to address the problem. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-60747c61a17e492488c51c687b8480a3", + "input": "Sentence 1: In a survey sponsored by the West Virginia Chapter of the American College of Emergency Physicians, a minority of emergency physicians reported routine screening and counseling of ED patients. Sentence 2: The West Virginia Chapter of the American College of Emergency Physicians screened all patients for alcoholism. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1362b9829c6b429e97fbc51e110620e4", + "input": "Sentence 1: What's on ABC, folks? Sentence 2: I do not want to know what is on ABC. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b410de4898f34793a1a964c506c5fa46", + "input": "Sentence 1: I grabbed a hot-dog, threw the vendor some change and vanished from sight in the space of two seconds. Sentence 2: I stayed and ate my hot dog in public. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d355243197c44d6c9d930f9e302baa46", + "input": "Sentence 1: This could indeed lead to a slump--but need not if the management were alert and responded by simply issuing more coupons. Sentence 2: A notion that democratic values are pointless. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87c83a06c52a49f8a6e0eda5f79ec5c2", + "input": "Sentence 1: Unfortunately, the cement used for its construction contained sea sand, which caused the iron reinforcing rods to corrode. Sentence 2: Sea salt causes iron to become smooth and shiny. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da0eba44fd1a4e4d99cd516a92ef2512", + "input": "Sentence 1: And they also doubted that the political establishment--which helped pass new taxes to build two new pro stadiums in Seattle for multimillionaire owners--would ever ease the irksome car tax. Sentence 2: There is a lot of evidence to show that he was clearly sane. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68e497281aaa4f3a8262f7cb540dbf2d", + "input": "Sentence 1: He carved his way through to me like a scythe through wheat. Sentence 2: This work is called bread-and-butter work because of how common it is, and it's terrible that such things happen so often. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf89179f34fb4b95ae17bafd33407874", + "input": "Sentence 1: Richard or Richard Simmons Sweating to the Oldies Sentence 2: I don't like the Richard Simmons Sweating to the Oldies tape. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-43e4603fe1b04613a8c1678ffe202421", + "input": "Sentence 1: Praising President Clinton for his federal transportation law to upgrade U.S. highways, the paper said that without a similar effort on our part, American superhighway traffic will come grinding to a halt at the Canadian border. Sentence 2: Mr. B just said something. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c759089529a4cdca5cb15a065daf413", + "input": "Sentence 1: A spate of explicit parental responsibility laws passed by states and communities over the last couple of years give judges the power to make parents pay for juvenile detention or undergo counseling with their kids. Sentence 2: A spate of explicit parental responisibility laws passed by states and communities over the last couple of years give judges the power for parents to not undergo counseling with their kids. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a654d0425c914ad68549484967abe22a", + "input": "Sentence 1: Throughout the controversy, Bennett has made much of the cause of truth with a capital T. His Standard article, portentously titled Clinton, Gays, and the Truth, accused the Clintonites of scanting that important commodity. Sentence 2: Bennett wrote his article for the magazine, The New Yorker. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-db7532188ad844478a5616adacb5a4cd", + "input": "Sentence 1: The intersection of Via Vittorio Emanuele and Via Maqueda is the town's historic center, Quattro Canti (Four Corners), in a characteristic setting of two great Baroque churches (San Giuseppe dei Teatini and Santa Caterina), the monumental 16th-century Pretoria Fountain by a Florentine sculptor, and the piazza of the same name. Sentence 2: Many risks didn't exist before networks were used a lot. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e7a0284e0de8488cac6cd9a1c1d387b3", + "input": "Sentence 1: It's that interaction with fiscal policy that has drawn economists' attention to bequest motives in recent years. Sentence 2: Thebes is the focus of today's Egypt. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c42c9037676041c0aeacd9a82e0218d4", + "input": "Sentence 1: Therefore, the impact of ACI hardware on resource demand is much less than that of FGD or SCR technologies for SO2 or NOX control, respectively. Sentence 2: Have you stopped measuring browsers per day? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0362b42e8fa445c299b93dad52e7d5de", + "input": "Sentence 1: A fleet of rental sailboats uses this port as a base, and commercial ferries ply their regular routes to other islands from here. Sentence 2: Both sailboats and commercial ferries use this port. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-306cf65dab3540f998ea6b18840508b5", + "input": "Sentence 1: they're very hardy for this area Sentence 2: Other things in this area aren't very hardy. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-756c2ab6dfe343aabec500a4b626f285", + "input": "Sentence 1: Hiking is the simplest and most exhilarating way of seeing the countryside, whether in the Dolomites or the Alps, around the lakes and national parks, or merely trekking through the rolling hills of Tuscany or Umbria. Sentence 2: Hiking is fun and interesting wherever it is. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf57f36b313b4986bb9bcdf55e9683d1", + "input": "Sentence 1: some did you know Big Brother Big Sister stuff like that and i'm convinced that that that at least twenty five percent of our school participated in some sort of uh some sort of group you know activity activity like that you know twenty five i don't know twenty five percent yeah my wife was big in that and she thinks yeah twenty five percent it's it was a small school but um Sentence 2: Big Brother Big Sister stuff was active in our school. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4dd18edd6fdc4e93a39d7cf8103ab53f", + "input": "Sentence 1: yeah i mean they've been they've been young for a while and they're almost almost starting to age a little bit here i just um yeah they they're they're really hurting pitching wise i mean they've got Ryan but you know who knows Sentence 2: The man says that the other people are hurting, pitching wise. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-25b110704411490c9d4c42a81453303f", + "input": "Sentence 1: The Diwan-i-Khas (the Private Audience Chamber), known as the Shish Mahal (Palace of Mirrors), features the Rajputs' flamboyant taste for covering walls with green, orange, and purple glass, and the vaulted ceilings with thousands of little convex mirrors. Sentence 2: His intentions were always to listen in to that conversation. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1983be6c199e4dbc9c7dd41d9f3d5f16", + "input": "Sentence 1: Scott Krueger, an MIT fraternity pledge, died of alcohol poisoning after a frat party. Sentence 2: Scott Krueger has died after over-consuming alcohol. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f596f97d84de4abb9cd3ed45520efe3d", + "input": "Sentence 1: is that what you said Sentence 2: Were you silent throughout? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b67b913e274443bc88e191f205267794", + "input": "Sentence 1: and it was really important for me to be able to be out in time to swing by the school and pick my son up Sentence 2: I was always able to leave in time. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9f944421f0104613b51c84a161a5519c", + "input": "Sentence 1: um it's horrible Sentence 2: The work of academy members is barred from being displayed or on exhibits. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dd5b43b0227a4f18a825d6bc51802e1e", + "input": "Sentence 1: You saw all of this? asked San'doro. Sentence 2: The agency did not receive a lot of scrutiny. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aaa8bdf9e87b47ecba29329682ebca00", + "input": "Sentence 1: I have no doubt that several entries were particularly fine examples of rectal comedy. Sentence 2: Here you will find the Cuevas de Canalobre which can be reached by taking the N-340 down to the turn-off for Busot. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28da4628c8074bdfb868e9619a2d3fe1", + "input": "Sentence 1: On the first floor are the main offices of the Yokohama International Tourist Association. Sentence 2: Number 14 was held down without effort. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6cf6ca598904448780d1d06b218a2db9", + "input": "Sentence 1: Quality and Evaluation Planning Sentence 2: The Old One made a shadow. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3766e70c4b25481a97a7144f896c40de", + "input": "Sentence 1: 2 million in damages, enough to permit the estate to get a judgment and execute on the negatives. Sentence 2: Then she said, 'I am fond of him, are you not?' Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28dd943ed36f470a9e943a832b8ae276", + "input": "Sentence 1: Stick as near to the truth as possible it minimizes the danger of 'slips.' Sentence 2: This area is only referred to as Oyster Bay. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-18600e3e8c2c49b88e559bcc3f3fbc0e", + "input": "Sentence 1: um though there are jobs of course that exist that way here uh they don't Sentence 2: These are really high paying jobs. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cbc6866f7d7547f0ac4c24123455f194", + "input": "Sentence 1: yep i guess you can Sentence 2: Most tourist don't care much for the theater in the Theater Quarter. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5733ae4d41a94b77a7e26abc5cef93e5", + "input": "Sentence 1: 30 About 10 percent of households did not Sentence 2: Roughly ninety percent of households did this thing. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-911dc9af53484489be4ca10bac473be4", + "input": "Sentence 1: When Alexander went on to conquer lands as far to the east as India, the Aegean became a crossroads for the long trading routes. Sentence 2: Control of the Aegean, and thus influence over several trading routes, added to his power. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c2d0a645e99c43f4b2d79c07f772942d", + "input": "Sentence 1: Shiroyama Park (southwest of Kagoshima Station) is up on a hill, giving you a fine view of the city and Kagoshima Bay through the archway of Nanshu Shrine. Sentence 2: There would be no repercussions to the lose. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ce9a0cd27894eeea6f9e7c8e18b4966", + "input": "Sentence 1: Now home to more than 700,000 people (one-third of the population of Jamaica), it is a huge city with many facets. Sentence 2: The city is home to more than 700,000 Jamaican residents. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-045f8c9b879b47fe869e166dc54befea", + "input": "Sentence 1: Along with fortified wine, embroidery and lacemaking are Madeira's superlative exports, and in Funchal you have ample opportunity to visit factories or workshops where the final touches are put to these painstakingly produced items. Sentence 2: The two tall towers of the hotel, located in Diamond Head, can be seen from Kuhio Beach. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38ae5e1b9f0f4fe88f179c972c8b3320", + "input": "Sentence 1: Jon had just managed to reload one pistol when a new shadow broke free and rushed Jon. Sentence 2: I don't dare. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e87a9dbc6fa24c61aedf31c49f9bd13b", + "input": "Sentence 1: This will aid in understanding mailer responses and in evaluating the benefits of offering the discounts. Sentence 2: He is number one. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-deb5c2735a054a22a11c117e29000356", + "input": "Sentence 1: Combined with a new, heartfelt attack on civil-rights laws (Murray says bad, prejudicial discrimination is inseparable from good, economically sensible discrimination), this passage leaves one with the sense that in declaring himself a libertarian, Murray has not yet removed the final veil. Sentence 2: Murray has not yet removed the final veil, because he still has some untold secrets. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a957d8328fdb4f8a9570c0eba5f93257", + "input": "Sentence 1: yes i'm in Austin where are you Sentence 2: Ca'daan smiled at the people around him. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-64f78fcc76b14dadb8e2f73dfeeeb7cb", + "input": "Sentence 1: yeah they sound familiar i probably saw parts of those you know a lot of times i'll watch i'll start watching a movie and i'm tired and it next thing you know it's it's especially if there's commercial in it Sentence 2: The program failed to collect any statistical data early on. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-94611f07fef742189e78f0e979aef97f", + "input": "Sentence 1: some days it is Sentence 2: There are no museums in the town of Sorrento. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-41cde6efc0ca4573a3c3204163aaed21", + "input": "Sentence 1: Expenses of administration include an appropriate allocation of agency overhead costs. Sentence 2: I do not believe that this is big enough to fix the drug problem. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a82ab03f332d49c890697092fcee56c4", + "input": "Sentence 1: Gigot believes this may make no difference, since [I]t doesn't matter how corrupt you think the messenger is, or how partisan, if the case [presented to Congress] is strong itself. Sentence 2: There isn't any fun in the act of watching and not doing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-719d94313f4749c29a6b44da6428f0a1", + "input": "Sentence 1: Auditors should be alert to situations or transactions that could be indicative of abuse. Sentence 2: Auditors should be alert to abuse potential in productivity numbers. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9bbe24b6445941e3a8039f97c014521f", + "input": "Sentence 1: FDA estimates the overall compliance costs of the rule to be from $174 million to $187 million in one-time costs and $149 million to $185 million in annual operating costs. Sentence 2: They rented a unit to a couple they knew. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec197d669983458c8e638e21d8e070f7", + "input": "Sentence 1: Where it had come from or why it was hidden he did not know, but these books were in it. Sentence 2: When I was young I did not know what the Railroad Commission was about. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-28440f7d35424b6dad40260a0916980f", + "input": "Sentence 1: provides information about the experience of the investigators with case study methods and what they have written previously about the questions that were answered. Sentence 2: The previous writing missed some important points. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e03341660454e65bb7975c90a500671", + "input": "Sentence 1: yeah it hurts exactly hurts i hate it Sentence 2: They hired solders to defeat opposing forces. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e44881420d8c46e38d88022606ebbb78", + "input": "Sentence 1: but there the majority really haven't done anything with their yards this neighborhood is is four years old Sentence 2: Most of them haven't done anything, this neighborhood is four years old. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-350d5e40186544a18de1cad1a2844262", + "input": "Sentence 1: As a result, arguments by indigent clients that a welfare statute is unlawful or unconstitutional cannot be expressed in this Government-funded program for petitioning the courts, even though the program was created for litigation involving welfare benefits, and even though the ordinary course of litigation involves the expression of theories and postulates on both, or multiple, sides of an issue. Sentence 2: I see a ton of TI ads all of the time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-634c71dd99164bf98ae7c339bbf2d153", + "input": "Sentence 1: In Canada, under the headline Highway to NAFTA? Sentence 2: Under the headline Highway in Spain? Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d4a2358812954bbc8ef7552206dbed7a", + "input": "Sentence 1: He permits little discussion--he doesn't think it changes anyone's mind--and races through votes. Sentence 2: He thinks debate is healthy. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e450b8e5c5624dbb82ad5b2ba57030b7", + "input": "Sentence 1: The problem is the county doesn't have any enforcement agency, Goedicke said. Sentence 2: The pit fighter stood behind the mountain with a bow and arrow. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c0c2fbc228c4e3f96391a4afa201f99", + "input": "Sentence 1: You shower, slip on the robe provided (this part we already have), and then, in the cupboard, you find stacks of pants and shirts and sweaters, maybe a wrap-skirt or two and some jackets, all in many colors and all in your size, since you e-mailed the information ahead with your reservation. Sentence 2: The clothes we provide you are all bespoke. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-357cdb4c111e4b149043fd9b0870ceed", + "input": "Sentence 1: But after attempts to eliminate them began under President Reagan, and intensified with the Mapplethorpe fiasco, Yates' career became preoccupied with keeping them alive. Sentence 2: Yates was determined to keep them going for the rest of the term. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-993d4149933e435b96922504ae6ddee1", + "input": "Sentence 1: PRE-MODIFICATION VALUE - The present value of net cash inflows of direct loans estimated at the time of modification under pre-modification terms, discounted at the current discount rate. Sentence 2: There are other, unnamed factors that one must use when calculating pre-modification value. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e8ed21bffc5344de8a0a6356dd581fac", + "input": "Sentence 1: The differences among All, Wisk, and Tide were not great, but they were noticeable and surprising. Sentence 2: All, Wisk, and Tide were essentially the same. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-37d82df564ec414d80e6aaaecc494e55", + "input": "Sentence 1: They sat and stared at the black-eyed sharp-toothed monsters who littered the earth. Sentence 2: They were trying to show that spending was consistent over the years. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ed7de08c17c434eb622765490306638", + "input": "Sentence 1: \"Yeah,\" he decided. Sentence 2: 250,000 of the cases involved murder. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-112aee56ac944274b2a004a016cd4bfb", + "input": "Sentence 1: oh so you're at the house you're not at the plant oh hold it oh that's good that's good i thought i heard a holler there in the background but i wasn't sure Sentence 2: The hotel with very popular with many facilities. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2e0003ad6c5463aa7a68a3d065985ab", + "input": "Sentence 1: Not far away, around the coast, is Caled'Hort, a small, isolated cove with clear water. Sentence 2: Many tourists take photos next to the Scott Monument. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b0f810e1604f4aa0b1ddd73796188d17", + "input": "Sentence 1: Besides, in another mood, he writes, It seemed to me that I was surrounded by braveries without number, that I had been inducted into a phalanx of the wildly-alive-even-if-dying, and I felt honored that I would, so to speak, die in the company of such people. Sentence 2: It was safe and on the table. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c353c9d592e5474780f8b5112e4c214c", + "input": "Sentence 1: Meanwhile, Heian court life blossomed in an effusion of aesthetic expression. Sentence 2: The city of San Mateo, is taking preemptive measures to ward off child molesters. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7a17d4c1c6c14b25bc2dfc395e38a267", + "input": "Sentence 1: The large man hammered on the molten iron until it cooled. Sentence 2: The altar of St. Ignatius Loyola covers the tomb of the Jesuit's Spanish founder. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4a7328a4ed641dfaf8f50c7af046e99", + "input": "Sentence 1: Examples were cited of increased premiums for finding qualified board members and such searches needing to identify 15 candidates for a board position just to get one who is willing to serve. Sentence 2: The Caribbean's marine life is great to explore. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c213cf0da6a40a3ba967c15d68b64a5", + "input": "Sentence 1: At movie's end, Tarzan and Jane move in with Mom and her furry family, like '90s yuppies who have given up and moved back home. Sentence 2: Being under the influence of drugs is a fine excuse. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-88e78eaee7c445d88cf27e6125db3bfc", + "input": "Sentence 1: You saw him die and were dragged off with us and his body. Sentence 2: They are overcrowded because there are a lot of rapists in there. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c1392d190af4b10be37fc768ae044a3", + "input": "Sentence 1: The sun soon dried me off, he added, \"but I'm afraid my appearance is very disreputable.\" At this juncture, Mrs. Inglethorp called to Cynthia from the hall, and the girl ran out. Sentence 2: You can trick the phones into thinking you're calling from the U.S. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-72d5f410e9f44831967dcf988eeae78d", + "input": "Sentence 1: But what it isn't is a rational way to run an industry. Sentence 2: There isn't any rust here that needs dealt with. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e0e6799aee8440f9593c5377bd9b752", + "input": "Sentence 1: If so, how were they resolved? Sentence 2: It needed to be known what method was employed to settle the matter. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2fdcef7c1f7a473da8ac8e10d524c058", + "input": "Sentence 1: Not to mince Can vampires fly? Sentence 2: They are capable of being described with financial, economic, and quantitative terms, as well as are able to provide a basis for concluding the program has had or will have the desired result. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48f45f6aed904355bccef3eb84593884", + "input": "Sentence 1: Oh, come. Sentence 2: Move here. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f78a23106c6a4621a812486f1bf36432", + "input": "Sentence 1: Alternatively, try salmonete (red mullet), mero (grouper), or lenguado (sole). Sentence 2: The treaty requires that inspections follow that country's constitution. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6486c2f9a73543b4b3d1f08b7577d796", + "input": "Sentence 1: you know it would be snowing up in our area and then the sun would be shining and it would be hot down in the Sentence 2: A fully intact footprint belonging to Jesus is on display. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59a80c06fb1f460d877dd92dd71c1fa3", + "input": "Sentence 1: i was beginning to think that was the only people on the network Sentence 2: I was starting to think the network only employed elephants. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2b7e656e019f4770999c493c062e9955", + "input": "Sentence 1: 'I'm sure they did,' Natalia said. Sentence 2: He was done with Shiloh and was going to the bunkhouse when Hunt Rennie called to him. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-76c117342d9c40e6bcce256427417f53", + "input": "Sentence 1: The dark maw of a basement consumed me. Sentence 2: They only have one group fighting for the place. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c3db5cc4a0a40299f69933757e507e8", + "input": "Sentence 1: but they they've got so much young raw talent it's just amazing and then they just haven't been able to put anything together Sentence 2: Even with all the talent they have, they can not play good as a team. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b2a3d712190f4570b2d5ca33171c16a7", + "input": "Sentence 1: Parts of the interior date back to 1100 and its crown spire is 500 years old; much of the exterior, however, is from the early 19th century. Sentence 2: Poirot ignored me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f396941894da4c1cb6b6f34be080f96d", + "input": "Sentence 1: Thank you for your time.' Sentence 2: He wanted to get a closer look at the space-ship. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ab1b38a20cb14dc69e1da24152d2a319", + "input": "Sentence 1: Hungerford answered that the summary of the conference would be published in an emergency medicine journal and that readers would include these groups. Sentence 2: You know the difficulty of this. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-423cef94b1d34b09a178d5a2d0ed71d4", + "input": "Sentence 1: By 1920, the Japanese in Hawaii outnumbered Hawaiians two to one. Sentence 2: I didn't think that anyone had broken into Mrs Inglethorp's bedroom. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3e4cde17a0154008b421ac81819a00b1", + "input": "Sentence 1: The dream of the past was already fading. Sentence 2: The rooms were empty when we were talking Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c811de6c420d4a7aad310002d7da9c09", + "input": "Sentence 1: The Hunt For Red October and Russia House i had read uh the Russia House book before so i i i thought it was a real good movie um Sentence 2: He really is a lovely gentleman. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fce8a149b2b48b8b8f29d43b840f987", + "input": "Sentence 1: In part, the firms were saying that they were losing the best and the brightest, to use the phrase of the time, to the emerging new legal services. Sentence 2: the best and the brightest were also leaving to different industries. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-06a60a36ed0d4eef98382883e3db027e", + "input": "Sentence 1: Hold goes against the grain of popular assumptions about Democrats and taxes Sentence 2: Other rooms of the palace contain less known, but still great, pieces. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccec9bd38149435db96d294f15ede7f4", + "input": "Sentence 1: They could not travel upriver because several sets of cataracts blocked passage and they did not know that the waters traveled from the heartland of Africa. Sentence 2: \"That could be.\" Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-163216a3dd8d46df868d10c187a5c6d4", + "input": "Sentence 1: Activities may be classified by specific control objectives, such as ensuring completeness and accuracy of information processing. Sentence 2: Length of time is a proper classification of an activity. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dc3099fccb0f42689371580b6c6a7b95", + "input": "Sentence 1: right he's supposed to be able to do that Sentence 2: In almost every major city you can find the Government Cottage Industry Emporiums. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-357f0a89d5c949f89f1c0e57ac9b1d62", + "input": "Sentence 1: I admire you for trying to do this on your own, he said. Sentence 2: It's simply because of the charges they are given. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f9c18b0988c457a9d8493703e702bb3", + "input": "Sentence 1: You'll find place mats, intricate sculptures, and other designs, and it's as light as a feather to take home. Sentence 2: You will not be able to find intricate sculptures there. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0077d99863fb4feda9ca9686a4f74246", + "input": "Sentence 1: The problem, though, is bridesmaids. Sentence 2: The problem is the bridesmaids. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8e7d0efba59049eba914dbcc80f779e6", + "input": "Sentence 1: Kutchins and Kirk claim that the DSM isn't a true account of mental illness because it's informed by particular social values. Sentence 2: Kutchins and Kirk think the DSM is perfect. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6fc7c2453d97415bb1d778591fc0b912", + "input": "Sentence 1: i would i just think i should would like to go to my own hospital where my doctor is rather than have to go to a hospital on a list that's the only thing i have against it Sentence 2: I don't really care what hospital I go to, I have nothing against any of them. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e1eca00cea04be496f65780d9ab7e47", + "input": "Sentence 1: yeah but uh i don't know i every time i set up a baby sitter to uh go out and do something my husband uh nixes it and says we'll stay home this day and Sentence 2: My husband sets up a babysitter so we can get out and enjoy ourselves often. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-02fd2bf5ecb749968b7f4514325a6996", + "input": "Sentence 1: Anyhow he suggested sending us up in the coal lift instead of ringing the bell. Sentence 2: We are on the top level. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a7292559df004736a66f21c6ae775b18", + "input": "Sentence 1: The incentive to a commercial author is to get the application on the shelf so she can derive income from it; if Version 1 happens to have bugs in it, the bug fixes become a selling point for Version 2. Sentence 2: The outdoor escalator is an oddity, and attracts tons of tourists each year. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-67db10b8d4534fb1bbba896a7c884307", + "input": "Sentence 1: MANAGERIAL COST ACCOUNTING SYSTEM - The organization and procedures, whether automated or not, and whether part of the general ledger or stand-alone, that accumulates and reports consistent and reliable cost information and performance data from various agency feeder systems. Sentence 2: Kemp will get great treatment, just like he deserves. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-987204783e0c44ba94de44c2d3e4680a", + "input": "Sentence 1: Among other laudable qualities, the anti-Semitism is well-done, opines Krauthammer. Sentence 2: Sir James is not available at the moment. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-444cfe0d085d4ebb910ef97d2852ed26", + "input": "Sentence 1: Proponents say the treaty will suffer a fatal loss of credibility if the United States opts not to join. Sentence 2: The first tourists were brought to Jamaica on banana boats. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-938f186c1e4248d990944babd86d04f2", + "input": "Sentence 1: The interior is decorated in Byzantine style and is strangely compelling. Sentence 2: Meeting the Federal IT Workforce Challenge, Federal CIO Council, Education and Training Committee, June 1999. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d16c8d2ab25c4e409917097ca5997e74", + "input": "Sentence 1: His successor, Dom Dinis (1279-1325), consolidated Portugal's borders by constructing castles along the frontier with Castile. Sentence 2: The mud and water is not rich with minerals. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c56da788f4b4ef78f29e40abc931936", + "input": "Sentence 1: High on a rocky bluff is the village of Anavatos, which lost much of its population at the time of the massacre. Sentence 2: How the surpluses are used has not a single long-term implication. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7253283e216140e1b635e8fb0c974ee1", + "input": "Sentence 1: Simply this. Sentence 2: The decrease in government saving is a direct consequence of the programs lack of sustainability. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8bc00f43fd3b44a3abb3da463b7e770e", + "input": "Sentence 1: and the English mysteries Sentence 2: The murder trial might bring a couple closer together due to shared tribulations. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21a06d64c77c4f2da43131bd42316a18", + "input": "Sentence 1: It made sense. Sentence 2: Overseas Indonesia won the re-election by 65%. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3028f01851204bc99ffbf60b80f301d1", + "input": "Sentence 1: Here we abandon him in the heady presence of treasures laid up on the earth, material wealth in its most concentrated and enduring form. Sentence 2: Oh yes New York. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd1f484da059443d8b6f70091c8767a4", + "input": "Sentence 1: No, no, no! cried Miss Howard wildly, flinging up her hands. Sentence 2: Japan's economy is booming, thanks to the United States. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8163e31e836b4782bd341fa6ed0055bc", + "input": "Sentence 1: The percentage of questionable cases for individual programs ranged from 7 percent to 42 percent. Sentence 2: Seven to 42% of individual programs had questionable cases. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5041e36c76374705aca6de2153373090", + "input": "Sentence 1: He thinks the WTO's constitution and police powers will protect poor countries, not exploit them. Sentence 2: A few minutes later. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0dcc0545d44a4cad84a93e2f71c4fb4e", + "input": "Sentence 1: Importantly, once additional needed corporate governance reforms are made to enhance the independence and capacity of the board, the opportunity to implement the needed realignment will be greatly enhanced. Sentence 2: Red Dwarf came on late Saturday nights all across the globe Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f79da53f6e194fda96e837c76e962273", + "input": "Sentence 1: The roar sent the entire village screaming. Sentence 2: The individually identifiable services provided to them are not free of charge. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4658dc9785f34264b19a398ec3cffa1d", + "input": "Sentence 1: One does, mister. Sentence 2: It think people would be afraid to try it because it's so simple. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c44b6437e56b41beae208153cc93bdde", + "input": "Sentence 1: The Enquirer , however, says the girl called Sawyer's office to say men with guns were at the apartment. Sentence 2: He is not a promising youngster anymore. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-551b8e95ab0a47ec825d2d65ba539537", + "input": "Sentence 1: Reductions in the early years averaged 25 percent below the required cap. Sentence 2: The staff will not introduce you to the sheep. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c5aef3542aa143b4bb6ac2319745a458", + "input": "Sentence 1: Alcohol, Injury, and risk-taking data from a national sample. Sentence 2: Risk-taking data, injury and alcohol data from a national sample. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7b1bc8ab27e4471bb3d93958f1a36b9a", + "input": "Sentence 1: WOODBURN, Ore. (AP) - The boss refuses to pay me. Sentence 2: The bearing of quantitative analysis on the development of sociological thought. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c5cdeef28ce547e88faee5c3fee268b0", + "input": "Sentence 1: I suggested a specialist, of course. Sentence 2: It was a forgone conclusion because the speaker is a doctor and is referring a patient. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c46675dbd66e4ad984df70cca3e41f8e", + "input": "Sentence 1: There's a stop en route where you can visit the Owakudani Natural Science Museum, which has some uninspiring audio-visual presentations of volcanic eruptions. Sentence 2: There's no stop en route where you can visit the Owakudani Natural Science Museum. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e1a5545505fd43adb0c5b817ef7b07e1", + "input": "Sentence 1: Can't remember one special one.\" Sentence 2: A firm of French music publishers sent out a communication acknowledging Mrs. Inglethorp's cheque. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b320899f5cc449f1b9a403ffdb77f2ec", + "input": "Sentence 1: Piping for sorbent transport will typically be welded steel and can be erected in the field in many cases. Sentence 2: Sorbent transport piping is generally welded steel. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-191a300d8d4e4f3590f7e444283eb9f1", + "input": "Sentence 1: The good news, for those who must spend up to $22,000 in a few days, is that there is a fairly broad latitude in what you can spend the money on. Sentence 2: There are good news for the people that spend up to $22,000. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7eb913d0a8494906b96f064f885712b8", + "input": "Sentence 1: The image it suggests to your steadfast adviser is of two children dancing in a meadow ... Sentence 2: I'm pretty sure it was cheap. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29485a91b7db4c829068c44aad43d3c2", + "input": "Sentence 1: The beginning of Babitch's troubles (Rapaport) (58 seconds) : Sentence 2: Babitch lived a trouble-free life Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-50eb9cad0f094e8fa4c613d645465f16", + "input": "Sentence 1: LSC's Board recognizes the value of the Inspector General function and remains committed to working with the OIG to achieve our goal of providing high quality legal assistance to the poor of our nation. Sentence 2: His articles are not based on television. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-37b75e7173164bcba1caab0958d41f2a", + "input": "Sentence 1: 'Okay,' Natalia appeared, hands on hips. Sentence 2: The Palais des Beaux Arts has many surrealist works. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-22405ae3816240098829d8a0a1b7842a", + "input": "Sentence 1: Two years ago, Zelon received the Laurie D. Zelon Pro Bono Award, which had been named for her one year earlier by the Law Firm Pro Bono Project, which she'd helped found. Sentence 2: Zelon didn't get the Pro Bono award, for which she helped to create. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5afd582982f642e4bc940e63e03aa2fe", + "input": "Sentence 1: A curious point is that the name is usually mentioned. Sentence 2: They have been identified. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c6bd2fb5b32d4e28acd2bfdd4208c482", + "input": "Sentence 1: Snitcher! You promised you wouldn't tell. Sentence 2: You promised you wouldn't tell, you damned liar. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ddfaba745644b519f498895039cdf7f", + "input": "Sentence 1: Aha, Mieczyslaw said quietly, and Janina squeezed his hand, and then stroked it gently without realizing what she was doing, simply because she needed to connect with this poor man. Sentence 2: I was on the air live with the phone. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b11bca423d5d4c95bd7a4532bb895ec4", + "input": "Sentence 1: The area was part of a huge tract of land owned by Furness Abbey, and the village produced cloth from their flocks, which went to market at Kendal. Sentence 2: She looked pleased and relaxed. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38cb8cad7168483fb0d39bcfc50e4dd5", + "input": "Sentence 1: Legal Aid has uncomfortable company. Sentence 2: Legal Aid has a lot to do to make their company comfortable. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a5055babd9804eb79e4af98643e5498d", + "input": "Sentence 1: In criticizing the ability of the exclusionary rule to reverse a conviction, he The wrong done was the search, not the conviction. Sentence 2: Board members need two weeks to clear up their responsibilities. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c9e7ecfc667f4f09bbaabecde0570470", + "input": "Sentence 1: Titian's Piete , a vibrant last work completed by pupil Palma il Giovane, was originally intended for his tomb in the Frari church ; Veronese's Feast in the House of Levi was meant to be the Last Supper, until the Holy Inquisition complained about its buffoons, drunkards, dwarfs, Germans, and similar vulgarities ; Tintoretto gives full play to his dark sense of drama in the Miracle of St. Mark. Sentence 2: Everyone could see it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-650ed0bc3033483fa1c3bd261a673481", + "input": "Sentence 1: You'll find a Royal Palace dating back to the 15th century and two Parliament buildings, one left powerless in 1707 and the other newly empowered in 1999. Sentence 2: Two parliament buildings and a royal palace can be found dating back to the 15th century. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9af3cd340d444eac84d56e2fd0e5d958", + "input": "Sentence 1: 7Further, current law allows the representation of any alien who herself or whose child has beensubject to domestic violence. Sentence 2: You watch Letterman because you think he's funny. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd143edf5d56465797e10d9dcc84af80", + "input": "Sentence 1: 'Dorcas,' she says, 'I've had a great shock.' 'I'm sorry for that, m'm,' I says. Sentence 2: You didn't get me because of the name you called, it was because I'm better than Dave. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-03de9093e52148199cebc4f708e627ba", + "input": "Sentence 1: This is the type of lie--if it is, indeed, a lie--that we seem to be encountering most frequently these days. Sentence 2: There are $1000 patent fees. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-99e6cfcbdc5740fc81bd2bd53a7a9f79", + "input": "Sentence 1: Beautifully displayed are a range of icons dating from the 12th century, silver altar pieces and bejeweled vestments. Sentence 2: Cross fit and time series on tv.. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a9cb27598aca4cdc9f45c7cc61ae5d63", + "input": "Sentence 1: The bearded man's head exploded. Sentence 2: The man with the beard had his head explode. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8cb25f2462ef44deaa8518082f2365a2", + "input": "Sentence 1: He noted that we must demonstrate the value of interventions to hospital administrators if we want extra staff for interventions. Sentence 2: Extra staff for interventions can be hired if their value is adequately shown to hospital administrators. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b9a2bf52a0b54144b23c69766cee17a8", + "input": "Sentence 1: Even the caterers had to sign confidentiality agreements. Sentence 2: Management objectives and the agency needs are taken care of by the senior executives. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87f2a52b86b04a899cda3b7fb22c8590", + "input": "Sentence 1: An When Harvey got wind that Time magazine planned to reveal the plot twist in The Crying Game --that a character is a transvestite--Harvey called a Time editor 18 times in a single day, unsuccessfully demanding that Time not run the detail. Sentence 2: No inconsistencies could be found in the profile of Peter Singer. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e228ee22d0e492eae0ba4d25e4bf201", + "input": "Sentence 1: White hadn't just blown up my apartment on his way out; he reduced the entire neighbourhood to rubble. Sentence 2: White blowed up my apartment because of revenge against me Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fb562b58a3974af0b55e0c43b35e6276", + "input": "Sentence 1: right holley yeah right Sentence 2: The signs of battle were everywhere. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82b6f710bae44c02bee267c50a654d41", + "input": "Sentence 1: It would have been pleasant to get even with Conrad. Sentence 2: Going with Conrad would be torture. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f25f397d44824c349ddf8a970cebe504", + "input": "Sentence 1: and put it in front of the Wal-Mart store in town and they they it just really every every every time you went by there it was just over flowing Sentence 2: They put it inside the Wal-Mart store in town. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d7ad87876ed4448c8bbe1197b547894b", + "input": "Sentence 1: yeah that's probably uh uh something that uh is is you know is good for both of them i know that uh my older son i could never get him interested in cars and i couldn't you know i just like you know you sure you're a boy i mean your not interested in cars i mean he he just Sentence 2: You don't think about California at all, do you. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fb1443e13b3d43bcbdbe5a4ce366b203", + "input": "Sentence 1: These omissions blur the characters and allow them to operate at the level of myth. Sentence 2: That's more than good, it's better. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-57300bfd59124f999a5cf9aded0defe4", + "input": "Sentence 1: Francisco de Zurbarin (1598 1664), a member of the Seville school, combined mysticism and realism and was a master of light. Sentence 2: No benefits were found so the merger request was denied. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9fd6d1d2c46f47b7a19961e3811991f9", + "input": "Sentence 1: A favorite boat ride from Santa Margherita is the cluster of former fishing villages called the Cinque Terre, cliff-clinging hamlets hugging a stretch of coastline reminiscent of the Mediterranean one hundred years ago. Sentence 2: There is a body of water close to Santa Margherita. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0951409977ec4141a3648a93095a4f89", + "input": "Sentence 1: That's why ideally CNBC would feature nothing but informative pieces on publicly traded companies, with occasional glances at the overall economic climate. Sentence 2: In fact, CNBC features mostly shows about the general economy. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8efb801a16334fb4bafdafc1ce4ed231", + "input": "Sentence 1: Take the following Suppose the world consisted of only two people. Sentence 2: An example, say the world only has a couple of people. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dbd0619099dd4c4589991b558cba34c0", + "input": "Sentence 1: The largest mosque in the city, it has earned the name alabaster mosque for its grand interior faced with the smooth pale stone. Sentence 2: The square, located a couple blocks back from the beach, isn't tidy and neat in the slightest. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f133817572bf475ca1fd7b6a89fbfbb4", + "input": "Sentence 1: A little way north is another smaller town where the pace is less frantic. Sentence 2: The other smaller town has a smaller population. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1415ed9f66cf415f9da3ab2804914bd1", + "input": "Sentence 1: As long you have your own household in order, fretting about your neighbor's spending habits is a lot like fretting about the color of his living-room rug. Sentence 2: There are many who know of Earl Campbell. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-347b9ea0cb814f8a966e88723f1afca0", + "input": "Sentence 1: The man in doctor's robes shoved the iron lung aside violently and reached into his clothing. Sentence 2: He had a crazed look in his eyes as he did it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-548877661eca471f8f64d05072994678", + "input": "Sentence 1: Council aides did not have a total for the savings that would be realized in city agency legal departments through its plan. Sentence 2: Council aides figured out the savings and reported them the following day. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2caaea23adaf4474ba396d10f98c8b0a", + "input": "Sentence 1: 'All aboard,' he said. Sentence 2: He told them to get on. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-65b5847df5104746adc34eb363d54638", + "input": "Sentence 1: It's not something I'm proud of. Sentence 2: I regret doing that and am not proud of it. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4303a8c019e049b0acb9d904454d2091", + "input": "Sentence 1: But in fact the money quickly disappeared, as speculators--certainly including the oligarchs themselves--converted rubles into dollars as fast as the dollars became available. Sentence 2: Rubles were converted into dollars as soon as they were available. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-79bb9d2a3ad84a6d81200ed0acf684b9", + "input": "Sentence 1: Thorn and the Kal helped spike the rivers. Sentence 2: They helped spike the rivers. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-103496939539474d9e56555698173ce8", + "input": "Sentence 1: and it's it's not something that necessarily happens at school but just in their their uh relationships as they after school times and the like Sentence 2: Tommy first called Sir James and then visited South Audley Mansions. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0634ddd74cb54bdd8db36a3812112219", + "input": "Sentence 1: The office continues to represent Head Start in low-income districts. Sentence 2: They found Heaven's Highway after riding through the barrens near the undefended towns. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1d843345f8f463eb8882685e42a6fdc", + "input": "Sentence 1: nothing yeah oh well there goes a patriot missile oh well that's good that's good Sentence 2: There's a missile going past. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c0e91b9e92ab4904a0bcebb1b08ab855", + "input": "Sentence 1: A little gum from the envelopes helped me to stick the latter up again. Sentence 2: I have never gone up there as I am scared that they will not like me. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-257dd355ae6641e4bbad691ea28ab958", + "input": "Sentence 1: California's law suggests letting state workers give the injections without medical supervision, but the serious side effects, and the need to ensure that appropriate doses are given, make this approach foolhardy. Sentence 2: Okay but are you there? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ffc32023231f46e3948090e90c316ee3", + "input": "Sentence 1: On the eve of his departure from New York he was set upon and murdered. Sentence 2: He was murdered the night before he was to leave New York. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0632e1e111e541b68609e4f74c4f4e14", + "input": "Sentence 1: Another pistol crack and someone howled in the night. Sentence 2: Nobody knows how I voted. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-848070cf4b5544a594d03e8a4fb46d0c", + "input": "Sentence 1: yeah we need we didn't talk too much about music but we had a good conversation Sentence 2: He kept giving prominense to Tut. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1da0b4fb9ef644869ef71a445b999db3", + "input": "Sentence 1: To the south, the more dilapidated Temple of Hera (also known, mistakenly, as the Basilica) is a hundred years older and is Paestum's oldest, predating Athen's Parthenon by one hundred years. Sentence 2: Harris is not using quota sampling with his polls. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1989e14947dc4635be3fc5f74d2abeea", + "input": "Sentence 1: yeah that is if if the businesses are all open uh lot of them close down Sentence 2: A lot of businesses close down. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d7cf071233484839b981927648aee757", + "input": "Sentence 1: uh-huh oh well i tend i tend to agree uh in some ways i think it's uh i think if anything a lot of um the changes that have occurred um in some ways they're for the better because i think women should have a choice and i do believe in the being able to have a choice as to as far as what you would like to do with your life but by the same token and i know this for myself because i've worked and i've not worked um that it makes it uh sometimes it makes life more difficult i think when the roles now are less defined as far as you know what uh women should or should not be doing that it it makes it can make life more difficult there are more things to work out i know when i was working you know you have all these problems with with the child care and and with uh pleasing you know your boss on the job so you have added stresses from there and then you still have all the things that um that you need to do at home and and that doesn't change you know just because your your going out of the house for so many hours a day doesn't uh make those other things go away and the other responsibilities are still important um so um have you have you worked outside also and um feel that it that well how do you feel as far as uh what would be a happy medium or or what would you like to see Sentence 2: Oh of course, I remember clearly Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf23c933dd4446afa06c37c991a7b661", + "input": "Sentence 1: There are so many needing help, each with a compelling and sometimes life-and-death story. Sentence 2: One rationale for this has been that the societal gains from R&D are often not felt until far in the future. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1eac2736cf2b47f4932de04a1dab6878", + "input": "Sentence 1: The voters chose Clinton as a second-term president. Sentence 2: This is true for many flowers- you have to water them regularly or they'll die. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae8636c444cb41edb9f8fbd11f59ab53", + "input": "Sentence 1: There, unattended under banks of lights, stood half-finished aircraft shapes. Sentence 2: The half-built aircrafts were hard to see because there were no lights around. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cd5645aa783d44d5872c6097d4f788ea", + "input": "Sentence 1: The museum is probably best for younger children. Sentence 2: The museum is well suited for children of a young age. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-37fd6154474a45bba44a9aa7ee4ec408", + "input": "Sentence 1: Finally, in October 2000, LSC, in conjunction with the National Center for State Courts, the State Justice Institute, and the Open Society Institute, convened a conference of representatives from legal services, state courts, bar associations, and other community partners to forge collaborations to advance pro se efforts in eight states. Sentence 2: No assumptions are made regarding cost ratios for carriers in rural areas versus cities. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a23b8efe4caa42a289c8646d78004a2b", + "input": "Sentence 1: no that's for sure i mean it's it's kind of sad when you have to give them more than one life sentence in order to insure that they're going to stay in for a while i mean you know even that's what Sentence 2: It's great that sentences aren't always the whole length. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4117c5947c4a4c30b5febeca3cd7987b", + "input": "Sentence 1: On his mention of the gods, Gauve's wife made a sign in the air with two fingers held out at a right angle and she whispered something under her breath. Sentence 2: Dallas performed well last year, and hopefully, they will keep that up. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-572c61fe27e84e3d8869353efb3f5507", + "input": "Sentence 1: It is better than being cooked and eaten, said San'doro. Sentence 2: The threshold probably doesn't exist yet. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59521868b28e48bebe8519580163527b", + "input": "Sentence 1: See The Economic Effects of Federal Spending on Infrastructure and Other Investments, Congressional Budget Office (June 1998). Sentence 2: The brain is unable to deeply focus on a task if it is continually interrupted. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2937c018e4c48d1ae3d77a9eb7d6e6b", + "input": "Sentence 1: In addition, presentations were made on three systems that have been developed to support different aspects of the design review process. Sentence 2: The presentations showed the importance of these three systems. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a96f3393606f4a5188d47a060cabd56b", + "input": "Sentence 1: Top Level Reviews of Actual Performance Sentence 2: In the former case, Centerlink provides employers with materials to distribute among employees who receive benefits from Centrelink. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1afd69f12924b35979ec8004bf71c80", + "input": "Sentence 1: For a pretty drive along the upper reaches of the valley, take the road to Zares from Agaa Vavara. Sentence 2: Along the way you can see the rich foliage and flora of the valley. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-845e49811d044596984c42d43ca7939f", + "input": "Sentence 1: We are now able to account for the symptoms of strychnine poisoning being so long in making their appearance. Sentence 2: Getting into the Texas League was a great accomplishment for them. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3efe5577554f473fb0853c3629c3b0dc", + "input": "Sentence 1: There are at least six different types of case study application in evaluation, and their strengths and limitations are different. Sentence 2: It isn't always obvious that a boy likes you. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a05d11849dac4a17bf1ad77d7c43cd61", + "input": "Sentence 1: Victor Hugo was given a magnificent funeral ceremony at the Arc de Triomphe in 1885. Sentence 2: Janitors in the city of America Little are revered by all. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fb1516d310c84c6c97c554f235493a74", + "input": "Sentence 1: They know that they can play it and auction it off right away online when its value is still quite high. Sentence 2: They are aware they can play it and sell it online while it's still worth something. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b24531137fc24bea98de38c66a4de8a0", + "input": "Sentence 1: Nor anyone else in the house? Annie reflected. Sentence 2: There will be a revolution of the populace. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2253ba30df8b44d29ec29b7f0115e1b3", + "input": "Sentence 1: no we have uh done a little painting ourselves um we painted a bedroom uh well within the last couple of months um and we have we have some more that need to be done but the Sentence 2: We painted one room and plan to do more next month. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9feaf9e8ff524a27b245795565e6963e", + "input": "Sentence 1: Indeed, if a movie is in color, in focus, and indoors, it was likely to have been praised by the New York Times ' departing Janet Maslin. Sentence 2: There are no tavernas on the beaches at Skala Potamias. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23d42c02cf0440d4bc74bac5670629be", + "input": "Sentence 1: Air Daily, For Now, Labor Capable of Meeting SCR Demand, Clear Air Regulations and Markets Sentence 2: Continuing on with this. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c0a324199dd401fad8c12503ab4cef9", + "input": "Sentence 1: They were justifiably concerned, advocates say. Sentence 2: The guides are also offered online for a small fee. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6fbaad47ff3a433886c57568ba140a7f", + "input": "Sentence 1: no uh no not yet about six months we will Sentence 2: The movie went straight over my head, I didn't understand half of the intellectual references. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-999895708d9f46b782616ebcb9eddac0", + "input": "Sentence 1: This change in the composition of our work has left GAO less flexibility to pursue R Sentence 2: Less flexibility means the GAO will move much more slowly and get less done. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f522a1fbb36b45f8afd4580d0bf5e903", + "input": "Sentence 1: The money is conveyed in easily enough thanks to our colleague here. Another voice, which Tommy fancied was that of the tall, commanding-looking man whose face had seemed familiar to him, said: \"Think of the feelings of Belfast if they could hear you!\" Sentence 2: That was really lucky. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-45687798aad649088f20fb8a7ab736a4", + "input": "Sentence 1: Works such as Raphael's Bridgewater Madonna, a Rembrandt Self-Portrait, and Vel?¡zquez's Old Woman Cooking Eggs are only three from a collection that includes pieces by Titian, Van Dyck, Rubens, Constable, Turner, and Vermeer. Sentence 2: The bulk of the collection is by Titians and Rubens. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9ee99e2d95b04f66b8cf8c6f91348fe0", + "input": "Sentence 1: Tyrannical order is, in fact, the essence of the disease, as Flek teaches Anorexia, he intones, is all about control--about keeping chaos at bay. Sentence 2: Just let them fall to the ground. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fbbdd12b5a354736a542b7649240bca3", + "input": "Sentence 1: (1961), currently placed as a sort of triumphal entryway to the southeast corner of Central Park, demonstrates the unsettling possibilities of tetrahedral shapes, where the triangular faces have a dynamic lightness lacking in rectangularly based structures. Sentence 2: Creating a model based on casual speech would involve thousands of voice recordings. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ecfa4269664841bea673d6d2846e237d", + "input": "Sentence 1: After a product passes this decision point and added investments are made, the cost of making changes to the product design also increases significantly. Sentence 2: What is she going to do? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-022f0f63c86d48b296a90e969c1837f2", + "input": "Sentence 1: It concluded that there was no cross subsidy of rural delivery by city delivery. Sentence 2: They have a checking account. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-75cf5e1e85ac4e1397dc90707475b275", + "input": "Sentence 1: Not surprisingly, analysis has become a major methodological concern, and more structured and perhaps more efficient approaches to analysis have been developed. Sentence 2: The land up north is barren due to heavy forest fires. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-41787f2b49a148ab9cdfa53b0d9360d2", + "input": "Sentence 1: uh the style of our neighborhood uh we're certainly not the smallest home and we're not the largest home but it has maintained itself in that the homes that were built afterwards uh have come up some of them are a little smaller because at one point they wanted to put some two thirty five housing in Sentence 2: The monument was going to need a lot of stone. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bce3fd556db643518f15b5d6d1612959", + "input": "Sentence 1: From the square you can continue along Jaffa Road to reach the colorful marketplace of Mahane Yehuda, which is especially crowded before the Sabbath and holidays. Sentence 2: The planned expansion was cancelled. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2fde83aceff8458d8d6df885c7ee8c11", + "input": "Sentence 1: Anyway, this far from payday I kin count up mosta m' roll without takin' it outta m' pocket.\" Sentence 2: The first settlement had a relatively small Indian population. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1dab4d5b7f24db6a609f2dcf073782d", + "input": "Sentence 1: There are three methods of cost (a) directly tracing costs wherever economically feasible, (b) cause-and-effect, and (c) allocating costs on a reasonable and consistent basis. Sentence 2: The food stamps suck. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c3b0385c04e4808b1b3e5db627da262", + "input": "Sentence 1: NONCOMPLIANCE WITH PROVISIONS OF CONTRACTS AND GRANT AGREEMENTS Sentence 2: It is of utmost importance to connect with marginalized groups in the audience. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a427b7327e8c4a738efebb605b5e6996", + "input": "Sentence 1: huh alrighty when you're there on weekends is it crowded as hell Sentence 2: The scholars have no interest in the mysterious symbols. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bbad079583fb4c5a9852af6876e1e640", + "input": "Sentence 1: For example, when this work includes examination of management's records, the audit documentation should describe those records so that an experienced reviewer would be able to examine those same records. Sentence 2: the method aggregates data Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-47aeb5bc12d14bb78ea1aabb49ce60c9", + "input": "Sentence 1: Thank you, I will. He laughed rather ruefully, as he described how he had discovered a very rare species of fern in an inaccessible place, and in his efforts to obtain it had lost his footing, and slipped ignominiously into a neighbouring pond. Sentence 2: The LSC's access is of utmost importance in this whole thing. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e0689990e3924aec84a85aea0695957e", + "input": "Sentence 1: to go to //www.ushga.org/links.htm, and from that list, choose Northwest Voyaguers (spelled wrong), which sends you to ... Sentence 2: The website www.ushga.org/links.htm has no spelling error Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-59e3197b31234c60ac76fc781738b453", + "input": "Sentence 1: Perhaps he'll live in an upstairs apartment and huff around town in jogging shorts as he did when he was governor. Sentence 2: I am currently 28 years old, but I don't recall much about it, I think I was around 10 at the time it ended. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dba8042b2dd34826a115995f047e793a", + "input": "Sentence 1: they're looking for twenty two thousand dollars for tuition and room and board now Sentence 2: They need twenty two thousand dollars for tuition, room and board Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-382d44526658436c8fb27e94b593c986", + "input": "Sentence 1: LSC has advised us, furthermore, that upon determining a question of statutory validity is present in any anticipated or pending case or controversy, the LSC-funded attorney must cease the representation at once. Sentence 2: Japan is larger than Germany. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-94cf1b74dc944820b53807f6d8bac3a0", + "input": "Sentence 1: i wish our time were like yours and then we could get i like to watch Johnny Carson and watch the eleven o'clock news but it makes it so late Sentence 2: Anthony Gamboa can answer questions. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-672f2e4183ee4f9d81ed6648f0222003", + "input": "Sentence 1: I would judge he wants the full treatment. Sentence 2: Many people his age fought in World War II. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8fb6a05eee1d46bca83ba857fcb2c244", + "input": "Sentence 1: The absence of Orrin Hatch praying in the nation's schools. Sentence 2: I went back to Derry's. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b784bbdbab6e4b54b87bb3d05edbb6c8", + "input": "Sentence 1: It would be something to see Julius. Sentence 2: It would be great to see Julias because he just had his hands attached to his ears. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5fdd05e708cb45638b3a2c2e682d2835", + "input": "Sentence 1: Each of the men wore leather armor and dressed in the style of heavy riders. Sentence 2: The men were styled like heavy riders. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3ca67437e9c94ae8b6143682f53596d6", + "input": "Sentence 1: At the top of Grafton Street, where it meets busy Nassau Street, you will see Jean Rynhart's statue of Molly Malone, subject of the well-known 18th-century ballad, with her barrow and a very low d??colletage. Sentence 2: It is easier to learn C than Java because it's less complex. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e65fee4143b4dffa75e80e11a603ad2", + "input": "Sentence 1: Less than one kilometer (half a mile) from the western end of Princes Street is Dean Village. Sentence 2: There has been no progress in California towards giving equal access to justice to all residents. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-831a469c119b4bf2b664608d661e8e97", + "input": "Sentence 1: GAO is also interested in fostering constructive engagement with executive branch stakeholders and enhancing the partnership between the Congress and GAO by strengthening oversight in order to improve the performance and accountability of government. Sentence 2: The GAO wants to engage the judicial branch as well. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5caf1de2012847b3abf71f9c63a1ee04", + "input": "Sentence 1: In Roman times, some 7,000 spectators would gather here to watch a circus, Greek tragedy, Latin comedy, or lottery draw. Sentence 2: I went to a private junior high school that was run by nuns. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25784ba5f6cf4ab4a70669d7ee09ac47", + "input": "Sentence 1: You deceived ME all right. Sentence 2: They later convened deep in the mountain halls of Clezmeron and exchanged ideas on grammar and etymology. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81c25d9bb4d64abb81b4e723c328b8e9", + "input": "Sentence 1: Also in Merrion Street, next to the front garden of Leinster House, is the Victorian collection of the Natural History Museum . Sentence 2: I know what those are. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-277a09e6bfad491ea769a0fc80293ace", + "input": "Sentence 1: As for Evie, you remember Evie?\" Sentence 2: Do you remember Evie? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a3e63ecd865048808240f57a0dd4cf17", + "input": "Sentence 1: The retreat of that deck is a century-long process, but it can be stemmed. Sentence 2: The project will take a maximum of two months to complete. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c0da45eaa1c14676bc2a571e39005831", + "input": "Sentence 1: Well, why read any type of fiction? Sentence 2: I heard that he was not a team player. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0153ac3a3b444922898d908d61bc7b87", + "input": "Sentence 1: An' it was a pleasure to do fo' a gentleman. Sentence 2: Most of the American population lives in suburbs because they are convenient. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0da472eaed644694a098eb8a9e72c419", + "input": "Sentence 1: Free speech and free elections were not the only gambling was legalized and nude bathing was sanctioned. Sentence 2: In fact, this reduced the cost. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-050c577e9f954c86ba9f1729282c9fe5", + "input": "Sentence 1: She did actually shoot me in the leg, by the way. Sentence 2: There are absolutely no advantages whatsoever to it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-896e91bd3e2d4f82bde55444c6051369", + "input": "Sentence 1: Vrenna managed to slip into the attack of the black-garbed killer who attacked her. Sentence 2: I have a lot of country and western song records. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b6f7642af994b01a0eca926d99ecaa4", + "input": "Sentence 1: The real thing! Sentence 2: The puppets on stage are life-sized, and hand carved by a master puppeteer from India. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e4e1c5331f24598bfef0c5e450ea52e", + "input": "Sentence 1: so what kind of garden do you have Sentence 2: You imagine too much about what people must be thinking. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9ee0e34fe4094122b4764022332628b3", + "input": "Sentence 1: probably some of them did Sentence 2: Some of them likely did get great reviews. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7d0c0ae478334dd0aff6c20fd71c14ef", + "input": "Sentence 1: But, as it will never do if John, too, can prove an alibi, she writes him an anonymous note ”still copying his hand-writing ”which takes him to a remote spot where it is exceedingly unlikely that anyone will see him. Sentence 2: But, their team is good. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b7c667be0ed4db593b7576a6ec63311", + "input": "Sentence 1: The right-hand door leads to the Apartments of the Sultan himself. Sentence 2: If you take it right off the tailpipe you'd have to build it into the muffler. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9d6413dd11464d49a6af5ccc9ea7ce71", + "input": "Sentence 1: and so you know there's a lot of controversy and people walk around at gun shows with their big guns on their back saying for sale and you don't have to do any background checking i mean any they would sell it to anybody Sentence 2: I'd like to believe that I am. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a00bad4817c34f92a84a11bb9153dad7", + "input": "Sentence 1: A Diet Coke, if you will, please, Kemp chirped. Sentence 2: Kemp politely asked for a diet coke. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3431cdffe0fd412f90c825b2933a64ee", + "input": "Sentence 1: yes unbelievable in fact when we went down to visit one time we just sat there and we watched i couldn't believe Sentence 2: Alternative works of art. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fe5aea10fe2441bb9d7182944bf1ad0b", + "input": "Sentence 1: It was over! And despite the imminent corporal punishment, Red felt something like a load fall from him. Sentence 2: The next cable car to the shore of Lake Ashi will be leaving in five minutes. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f8895347799045a2b4b587da2ddc8c6f", + "input": "Sentence 1: and then he didn't have a wife and i felt bad but well i'm sorry and he goes we're divorced well i'm sorry it was real sad but he was pretty nice and stuff and then him and my husband started talking salary Sentence 2: FGD technologies tend to be less resource intensive than LSFO systems. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11f55035fda747ee95b31e2f57831bf2", + "input": "Sentence 1: The walk up this volcanic peak is steep but within the capability of a normally fit person. Sentence 2: The question is if we can get a bigger spot on the agenda by collaborating with other programs. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eefbbab01e2d436bb5a6b319c5c3e247", + "input": "Sentence 1: But he sees clearly that everything must be risked for the sake of that damning piece of evidence. Sentence 2: These competing elites did not blend together. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a876ae465a04058b063ef527c42fe9a", + "input": "Sentence 1: I love Jimmy Carter. Sentence 2: I am a big fan of Jimmy Carter. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f9f3b41a28bd40a08c94f8d349c7e008", + "input": "Sentence 1: The concentration of the metals Al, As, Cr, Co, Cu, Fe, Pb, Ni, and Zn, expressed as total metal, should not exceed 1 mg/L each, and Cd, Hg, and Ag, expressed as total metal, should not exceed 100 ng/L each. Sentence 2: It's usually off, but not by much. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a644607b74404a699e83801d4c1815bb", + "input": "Sentence 1: The temple complex quickly became Kyoto's main center of Shingon Buddhism, which it remains today. Sentence 2: That was extremely pleasant. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-098aff3947814f939515054e719facde", + "input": "Sentence 1: And in many states, the laws perversely limit a parole agent's discretion. Sentence 2: I do not mind parting with more money for it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bccf2c51c0084bc0bfcb238a95ded8f4", + "input": "Sentence 1: Now it offers the perfect antidote to the stress of modern-day living, and is the ideal place to recharge yourself before another evening of exuberant nightlife back on mainland Ibiza. Sentence 2: He went to unfamiliar locations. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1b247e44d664ce4a820746daec832c6", + "input": "Sentence 1: If you see flowers in this barrel, this is likely to be an offering from a childless woman hoping for fertility, which the cannon is said to be able to bestow. Sentence 2: People that commit sexual crimes commonly change their character. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1501dc3da22e4e4da1de259ec8bf110f", + "input": "Sentence 1: It was opened a few years before the Yeni Camii, and its revenues originally paid for repairs to the mosque complex. Sentence 2: Its revenues have increased in the years after opening. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aa5fbcad779c46db9098e27d804b801a", + "input": "Sentence 1: well that's wonderful i'd never even heard of it Sentence 2: I knew all about this and it's not helpful at all. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-25c325b472594af19f9a63ea9f4de8a1", + "input": "Sentence 1: Goals, Practices, and Strategies to Consider ??? Make Financial Management an Entitywide Priority ??? Practice 3 Sentence 2: There are Goals, Practices, and Strategies to Consider. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3ea34df909e74541a35548d3e7711885", + "input": "Sentence 1: To this, Today's Papers readily, wholeheartedly, and unconditionally agrees. Sentence 2: I'm not against journalists getting paid to share the stories their sources tell. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-844e199da4cd4516a0cdae9d2a3348b9", + "input": "Sentence 1: In spring the countryside is covered with the pink and white of almond blossoms, but the road is for all seasons, with groves of gnarled olive trees alongside it, their leaves blowing silver in the evening light. Sentence 2: No one that has ever consulted the lottery ticket sellers has won. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e7ad1b44048548f984173db2c7ebd815", + "input": "Sentence 1: This agreement, which gave the Serbs a great deal more than Vance-Owen would have, was puffed as a Nobel-worthy diplomatic accomplishment. Sentence 2: That agreement gave the Serbs a lot more to study than Vance-Owen would have. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0fb05deb16604885aff85c37f94549ba", + "input": "Sentence 1: Really good ones are now increasingly rare and quite expensive, and their length, 2 m (over 6 ft), makes them difficult to carry around. Sentence 2: Johnson wrote a 175 page book recently. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a6936d5955db46ef9372ac60edd0e73c", + "input": "Sentence 1: Let me propose another reference group that the culturati might glorify in the (perhaps vain) hope of curbing spending- happily functioning people. Sentence 2: Men who fought for the Confederacy have lots of rights. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-505fffb8933649e38550bca9650a22b0", + "input": "Sentence 1: I will show you.\" He took an old envelope out of his pocket, and wrote his name on it, handing it to the jury. Sentence 2: Health services researchers are very hard to come by. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6fc93874f1ed455ab75a85d270816aea", + "input": "Sentence 1: Boleslaw later repelled invasions from Otto's successor and then sought Poland's own expansion eastward Sentence 2: Boleslaw sought to expand Poland's southern border. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a845c63157da48f2a43af61ba80f1a3d", + "input": "Sentence 1: The Astronomer sighed and said, \"There are the boys!\" Sentence 2: There is no way to forecast the cost of electricity Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54332e49f0e544ec95af7abbdb800668", + "input": "Sentence 1: There are neither restrictions on trading nor government second-guessing. Sentence 2: There isn't any government second guessing. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9bca8d069dbe43569e6cbd3676d886f2", + "input": "Sentence 1: but um i've never thought about wearing your worst outfit on Monday because really no one's paying attention but anyway um i really i don't work outside of school um i work in the computer lab at school so i can just wear whatever i have on for school and and um and really it's i try to dress dress presentable but very comfortable Sentence 2: The town needs protection. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-59defcb57f7c4c6ab4a129e4dc0560ea", + "input": "Sentence 1: What d'you want to know for?\" Sentence 2: Why don't you want to know? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eed2abd65fe945fd9fe05201cb4fbe1a", + "input": "Sentence 1: I am vexed by this connection now that I know the real messiah is ... Sentence 2: I still do not know who the real messiah is. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-71ab8977d4d14324b46aca1c9176c33a", + "input": "Sentence 1: yeah i find that that the that in the in the cities it's more less the kids go there Sentence 2: I observe that the parents in the cities do not want to send their kids there. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-11d36c35114e46278a504007f57536e9", + "input": "Sentence 1: i i have several cookbooks uh Betty Crocker and New York Times and a couple of Japanese cookbooks a couple of Chinese cookbooks i even got a Filipino cookbook um Sentence 2: It's legit to worry about going to work later on, but many don't agree. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f0d4f1722404d7bad40cad3375fb424", + "input": "Sentence 1: but um they do have a good team Sentence 2: This park is worth visiting. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7142e781fc3346dcaf66b160557ec7e6", + "input": "Sentence 1: For each activity a post performs, there are volume-driven attributable costs and networkdriven institutional costs. Sentence 2: They should not be so strict. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ddb988c09fcc44648b7827d271a0d8e0", + "input": "Sentence 1: The bones proved to be those of a male who was tall for his time (5 feet 9 inches). Sentence 2: My husband and I can't afford to support two grown adults. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a3409f4ce1654aa88a191d3e2ee81354", + "input": "Sentence 1: It had been three parts full. Sentence 2: Red smiled. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10f2aba550fb4ff68f29b096afcb6191", + "input": "Sentence 1: yeah you might you might as well sell it for scrap or something because you probably never will use it it's a shame too because i miss all the cold weather i i enjoy winter Sentence 2: The museum entrance can only be reached by the main canal. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-669e7026262348eaadb57350848fd73c", + "input": "Sentence 1: Reporters always like to take popular people down, and they're trained to sympathize with underdogs (afflict the comfortable, comfort the afflicted). Sentence 2: It's certainly not humidity. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d44d061ab9640d09b011b7edfb94bad", + "input": "Sentence 1: By the end of the 20th century, Poland had joined NATO, and a decision on EU membership was expected by 2003. Sentence 2: Sinic civilization has a rich language and history. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cacbb19691d04a97a857d7ac24778988", + "input": "Sentence 1: he's uh that's one of the better ones uh i've got i think my favorite that he's done is is A Clear and Present Danger Sentence 2: He really enjoys the book Clear and Present Danger. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-56b0c2c716bc48e8a78bc4f7b8be9690", + "input": "Sentence 1: Where is beauty? Sentence 2: I do know exactly which female Republican. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e100c8a2995b416f8287c402939fff44", + "input": "Sentence 1: He had spent many years in the south desert but never had he seen such a place. Sentence 2: The standard is consistent with the official responsibilities. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f4cc999fec244bbeb0e05f53c2b778fa", + "input": "Sentence 1: Nema sprawled across him, staring at his face and burying her head against his shoulder. Sentence 2: I know how it feels. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a00e5ab8e6444b85ace5741c2647b27f", + "input": "Sentence 1: i'll probably be happy about it Sentence 2: If you don't know that she's running around, then your brother certainly doesn't. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2bdac9afdf3c40de9d62e0f93935b960", + "input": "Sentence 1: There must be a certain amount of original sin in me to have survived. Sentence 2: GivernmentUnemployment is levied and collected seperatekt from state unemployment tax Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c336a225b8d4e218dfb1687b8d6142f", + "input": "Sentence 1: However, in a few areas, small changes will be proposed that are relatively easy to implement. Sentence 2: Sumatran Rhinos are being bred at the Sepilok sanctuary. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cff18af42eab4e76b2989ca0c89f029b", + "input": "Sentence 1: Almost everything is quoted in US dollars, but, of course, you can pay in French francs or Netherlands Antilles guilders. Sentence 2: The island is huge and very close to Kingston. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16bff6c121a04ee989687f15b53e9c2e", + "input": "Sentence 1: Some think the resulting nooks create better insulation and wind resistance. Sentence 2: Nooks might create better insulation and wind resistance. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ccc840ce4cca4910a066f906cb6fd238", + "input": "Sentence 1: This market is a Pasar Minggu (Sunday Market), but like so many other similar markets throughout the country, it begins late Saturday afternoon and trades on into the early hours of Sunday morning. Sentence 2: Ta Mok tried to imprison Pol Pot, but failed. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6fc46bf6e27540fd8a505447e426d6c2", + "input": "Sentence 1: they watch the coaches watch him all year long they they weigh him several times a year just to make sure he's not you know completely out of control Sentence 2: No one is worried about his weight. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-be567d689809443191a397c06fc2f189", + "input": "Sentence 1: Finally, to simulate the effects of allowance updating, the value of reallocated allowances can be calculated and subtracted from each unit's cost of generation - thereby inducing each unit to change its profit-maximizing level of generation in response to a given set of fuel, allowance, and electricity prices. Sentence 2: Value of reallocated allowances can be calculated and subtracted from each unit's cost/ Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bd0efc2c61e34b9983554345b06f37e3", + "input": "Sentence 1: It is important to recognize that some of the technology practices will cause major changes to established routines, require new equipment and software, and require mastering new sets of skills. Sentence 2: It is integral to recognize that a portion of the technology practices will result in significant changes to the current situation. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-02298bde66c146888aea75613c3dc5ea", + "input": "Sentence 1: that's it and i moved and you know now i live in like a family a neighborhood in a townhouse but it's nice i don't you know Sentence 2: I have never seen an episode of Dallas or Knots Landing. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2d6dac7ae13e4931ab43be35093d5216", + "input": "Sentence 1: (His enemies use words like mean and heartless. Sentence 2: All requests for information must be responded to immediately. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3371203395da486e9951dae9ca4f84a7", + "input": "Sentence 1: It was huge, nearly four feet long. Sentence 2: It was close to four feet in length. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1adb274d6ce24c889c7f38b65efaf4ae", + "input": "Sentence 1: As the Board stated in the Introduction and Background chapter of this Statement, it believes that these stewardship items warrant specialized reporting to highlight their importance and to portray them in additional ways than provided by financial accounting. Sentence 2: The number of pets a family owns strongly predicts their postal demand. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6b03e72d55b24d86a04a22c82d2aaa03", + "input": "Sentence 1: Environmental Protection Agency (EPA) has determined that the regulation of mercury emissions from coal-fired power plants is appropriate and necessary. Sentence 2: The farms were warned and will be inspected again. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ce58283821a44f084dce782a966aac0", + "input": "Sentence 1: Has the World Wide Web, which only appeared in 1993, failed us? Sentence 2: There were thousands of rural routes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f38577f89524e1aa006133dbe41b633", + "input": "Sentence 1: Trail of the Spanish Bit okay yeah Sentence 2: Can I jump off that and live? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d6676993116446a1956f61ab344aa4c7", + "input": "Sentence 1: The cautious tell you not to drive in Naples, where one-way signs are meaningless, parking is impossible, traffic is relentless, and red and green lights can be purely decorative. Sentence 2: It's advised not to drive in Naples because other drivers are very dangerous. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f52ab98e23314255a4163823e80c24a6", + "input": "Sentence 1: He followed up the slenderest clue. Sentence 2: He chose the most obvious clue to follow up on. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3146d8859a334d3e8221455ed031b5aa", + "input": "Sentence 1: a child who is obviously very ready and another child who doesn't even speak English let alone know her colors Sentence 2: Contreras was happy that the project had been well-received. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-855e2d9793aa4f6d9b8bf0d94b92791a", + "input": "Sentence 1: For example, the benchmark for the SO2 emissions cap is the Phase II requirements of the Clean Air Act Amendments. Sentence 2: Though it is well regarded, the portrait 'Knight with his Hand on Chest' is not very famous. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56db616555b24b8c9f22a11ffbccf63d", + "input": "Sentence 1: My kids after they graduate. Sentence 2: My favorite thing to do when I get to Atlantic City is to take in a musical revue. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bff989096ed5466da946327e17a76695", + "input": "Sentence 1: uh i was thinking about whether or not we should have people uh be required to do service public service for a year or two and i was thinking that you needed to put some waivers in there for the handicapped and also for people that had to stay home and maybe be wage earners for their family Sentence 2: Poles were happy about liberalization in the 1980s. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bbd3ea918c8b4a5b947f2a9085d8a839", + "input": "Sentence 1: But the enormity here is so daunting. Sentence 2: Roman is the oldest building in the city. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2cb1bafd09b84391b584646fbbd052b7", + "input": "Sentence 1: The place at which these two meet is what Kipling called Scandal Point. Sentence 2: The paper analyzed the street delivery costs presented by the US postal service. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f509e7de086b4307b10d983ad999d493", + "input": "Sentence 1: It has grown from a few thousand adventurous souls 40 years ago to more than 300,000 visitors a year, and it provides income for Nepalis in mountain villages as well as for those in urban hotels and construction jobs. Sentence 2: The TexTeller machine is not allowed to be used on weekday evenings too. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9a9a8097a2054cf2a59be99767a5931c", + "input": "Sentence 1: Someone cried out in pain but Ca'daan could not see what had happened. Sentence 2: The daily court TV show shed some light on evidence and facts previously not reviewed in the Woodward trial. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f3d581346704b7c9a237f4332ec49e2", + "input": "Sentence 1: how many cats do you have oh okay Sentence 2: The TGV goes to multiple locations. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-493c4a9d9cfa40ee969c73bbe31e4916", + "input": "Sentence 1: half the time though i don't um jump half as much as i mean i'm like i'm real tall and you know i'm i'm not heavy but when you go easy a hundred seventy at my height um i'm five eleven Sentence 2: Me height is five eleven and I'm not that heavy. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-80daaec7b0144734b3feb4096d4aaf53", + "input": "Sentence 1: difficulty understanding the owner's project performance expectations. Sentence 2: Tommy was focused on his task as he packed his things, not distracted by anything else. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ae7d530f98c4795b08f5d38af6235de", + "input": "Sentence 1: On airplanes she helps herself to the little liquor bottles (she doesn't drink) and those plastic salt and pepper things. Sentence 2: She collects little liquor bottles on airplane flights (she loves drinking). Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-73131dca76c045fbbf968db41f9bec90", + "input": "Sentence 1: Since Orange is the gateway to Provence, make an appropriate entrance into town from the north, at the imposing three-arched arc de triomphe. Sentence 2: The view of the lit up mont at night is wonderful. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1c1eac3117494da6ac406b986a9e8fa2", + "input": "Sentence 1: well then that's not the answer Sentence 2: That answer is perfect. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-702b8beca9f44e3da5a543989dbd4866", + "input": "Sentence 1: Brown believed the recommendation was worded too strongly. Sentence 2: Brown thinks the recommendation is perfect. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f635198da64d4765bf6d517409620814", + "input": "Sentence 1: and uh seems like we're always working on it as i'm sure it is with your house Sentence 2: Fiellin said support should not be given to those with an illness. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb9cb3099bda4592af53675faaecaa6e", + "input": "Sentence 1: well that's not yeah that's true that's not to bad then Sentence 2: Unlike the name denotes, this is actually a zebra head fixed to a sheep's body. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb9a2c232524421895b12a64601dd052", + "input": "Sentence 1: And he was perfectly right.\" Sentence 2: It is only one. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89acf0690ddd4dec8f0ede9f7ca25518", + "input": "Sentence 1: The Department of Justice, for example, supported an exploratory case study of the career criminal program (Chelimsky and Dahmann, 1980). Sentence 2: They tossed out the data and started their research from scratch. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81e2de06b8284e5896eff361030e32e6", + "input": "Sentence 1: Looking north from the high ground of the Old Town, the first street you can see is Princes Street. Sentence 2: It is a difficult question for sure. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55a3d5eed49541e89f528e8cee9f8f15", + "input": "Sentence 1: You can take a lake tour or a ferry trip to Ambleside in the north or Lakeside in the south. Sentence 2: Pretend a mailer wants to send mail from Chicago to California. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2ae567a3ff441d8b516bca805918d3a", + "input": "Sentence 1: The Normans, following the pattern of earlier invaders, became rapidly assimilated. Sentence 2: A mosque was built in the Cityel in the 19th century. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2693a587dce94c169f273639eba409a0", + "input": "Sentence 1: There's precisely one monorail line linking the city to its southern cousin- one length of track weaving a path through the entire country. Sentence 2: They receive a lot of cargo ships every week. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5a9ea7c09fef4221bbb1d1a826b0dcfb", + "input": "Sentence 1: Third, the Commission proposed to amend a Commission rule regarding packaging to clarify that the type of hearing aid compatibility referred to is electro-magnetic coil compatibility. Sentence 2: Didion knows how to stay cool in hot climates because he grew up in them. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ae0059f5a6b486cb59765b87ab1a2f0", + "input": "Sentence 1: It was the sound of a door being kicked down, followed by angry voices. Sentence 2: I am in total agreement with what you believe about it Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ff7468f879fb445a9e022f5c1918177b", + "input": "Sentence 1: The streets were alive with trade and travel. Sentence 2: The street was a ghost town. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0e6afeb381d5401cbed54fe95b2179de", + "input": "Sentence 1: Copies of written comments on a draft GAO report may be shared with the requester(s) if the requester(s) specifically ask(s) GAO for the comments and GAO has evaluated the comments and developed its position on them. Sentence 2: Out legal delivery system is terrible and gets worse all the time. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f935057b35d44a529fc510078a761376", + "input": "Sentence 1: Why would Michael Flatley threaten to perform an all-nude version of Riverdance ?-- Steven Davis Sentence 2: Interventions that have shown promise in other settings should be used in the OR. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-05bfb77a68f349669f382aa88a673dfc", + "input": "Sentence 1: yeah i haven't heard i hadn't heard much about that movie i other than it was a chop them up movie but uh well i guess that's one i won't go see Sentence 2: By the outskirts, there is Jerusalem and a place of worship. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee328f1bfb864ccf9560acf561b51bf7", + "input": "Sentence 1: and then he got to serve all these people Sentence 2: At that time, Nepal was in turmoil, and everyone wanted to conquer it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e04463f5c2324bfc8f3df96c02058d2a", + "input": "Sentence 1: Seated on one side is the Nyorin Kannon, in whose hand is a jewel used to answer prayers and grant wishes; on the other is Kokuzo, who embodies wisdom and happiness. Sentence 2: The CEO has a massive effect on the entire company. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7498bf39601e42e786270a74d59576bf", + "input": "Sentence 1: The company also offers a range of formal classroom training, less formal workshops, and informal mentoring programs. Sentence 2: Kentucky will get a million more in grant money next year. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3cd9f9ade4140fbb10589f75f8f5994", + "input": "Sentence 1: One should allow a few extra days for contingencies Sentence 2: One may wish to allow extra days for unforeseen circumstances. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e0da567b12a47ddb4a90d6dc89b8ead", + "input": "Sentence 1: yeah i think they should give it to them but i don't think they should keep them waiting in jail and let having us pay for it for twenty years Sentence 2: The rule will result in over $100 million dollars or more per year being spent in the private sector. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-094fda78f83c405aae08488a3adc682a", + "input": "Sentence 1: Moreover, unless the Postal Service is incapable of shedding volume variable costs or waits until 2008 before adjusting First--Class rates, the price of a stamp does not have to go up by 17 cents. Sentence 2: Most of these ruins have nearly been disappeared. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5aa13c69ff8d470493374c6e62e136c6", + "input": "Sentence 1: Anti-tobacco forces fear that the industry will find a way to evade regulation. Sentence 2: Boaz is asking a question about the law. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69cebcbf43f442418217877c41c86246", + "input": "Sentence 1: But in the meantime what was I to do? Sentence 2: I wasn't sure how to proceed for the time being. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5008b29a07da496098dc052f89c63f4a", + "input": "Sentence 1: More than a month after the son was killed, the siege was lifted. Sentence 2: Trafalgar Square was the scene of the accident and was very crowded. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11a14228b03f4c60b2c22db8f1b76cfd", + "input": "Sentence 1: It has curious and fine carved struts as well as door ornamentation. Sentence 2: The Symposium alone helped enable the transformation of West Virginia's delivery system. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48735d392ec44fd88acc3786993d10f8", + "input": "Sentence 1: or just oh okay she doesn't mind when we cover up her eyes Sentence 2: The advantages and disadvantages of effluent grab and composite samples are listed Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1adbc208c7534152a572dbbdd3c2dc0c", + "input": "Sentence 1: yes it's all voluntary now they do have some places where you can take things and get cash but i think the lot of people don't really want the cash you know they just want to uh help recycle which is what we do you know we Sentence 2: Do you think you'd like it there? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db86843d1499424b9590c295dd4e0580", + "input": "Sentence 1: The protections of the H-2A statute were adopted, inter alia, to ensure that the employment of foreign workers would not undermine the wages and working conditions of U.S. workers, and Congress provided legal services representation to secure the rights of H-2 agricultural workers under their employment contracts. Sentence 2: He is well-known as a sexual prophet. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b78099707a8481895478435b13a299b", + "input": "Sentence 1: When you arrived, young lady, I was just packing up my traps. Sentence 2: The interpretation could allow for it to be exploited. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f611edcd7cd546c0bc5d3589feee77e0", + "input": "Sentence 1: Executive leadership is essential to the successful execution of this factor. Sentence 2: I wanted something with four doors. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e695b30d68a845e791618427d37e849b", + "input": "Sentence 1: The small town of Porches has two standout Olaria Algarve (Porches Pottery), which has revived and updated long-forgotten Moorish styles, and Casa Algarve. Sentence 2: In addition to great beaches Porches in Algarve boasts traditional pottery shops. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-62d1404f9c054e42997a3236ce07fe84", + "input": "Sentence 1: yeah the yeah the medical insurance would really be a lot more important if you had uh if you had children i guess if you're of child bearing age then it's important too you know because Sentence 2: Find a liner to do the work. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e9e70c77e69c41e88d888e7051f6a91f", + "input": "Sentence 1: And the movie occasionally downplays Kaufman's part in bringing about his own professional decline. Sentence 2: He said that he will most likely not forget that one because that one is memorable. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e77ce94284214245b05f7fedfb1fbef3", + "input": "Sentence 1: Alabaster and Carving skills have been passed down through the centuries, particularly in villages near the Valley of the Kings and around the marble quarries at Aswan. Sentence 2: No villages or quarries exist near the Valley of the Kings or Aswan. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4bcaaf4ced0548f6bb47add013522256", + "input": "Sentence 1: There are many old pubs in Temple Bar, but they are often very tourist-oriented. Sentence 2: What is this uncorrupt revelation of late? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a41fac064804c2e89532ca635eb8c19", + "input": "Sentence 1: The Yankees Are Coming Sentence 2: I would like to try it to see if it helps. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7f2c06eafb0f4025a93b7d2223da34c5", + "input": "Sentence 1: This you could not do with a true wild one, he commented. Sentence 2: This would be impossible with a real wild one, he commented after restraining it and then killing it softly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7dca72f5e95348b5827e5e9b2c26b252", + "input": "Sentence 1: anytime at all yeah but yeah yeah he may come back into baseball but i doubt if he'll ever come back and play Sentence 2: He has a chance of returning to baseball, but I have my reservations about his return to play. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-50a1163e9a3b45ad81696318e7595793", + "input": "Sentence 1: Those politicians who have devoted their lives to exacerbating that burden--like Bob Dole and Bill Clinton--would prefer to divert your attention to relative nonissues like the deficit. Sentence 2: Bill Clinton says that people who are going to be winners will be at least a little uncertain as to what they will gain. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5805dcedf6cf4cacab13e0d8b6694c9f", + "input": "Sentence 1: True or not, there is little debate that most low-income clients, and many in the middle class, find lawyers well outside their financial reach. Sentence 2: Heavy metal is complete trash that no one should like. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b178adfcdb134c3fb0a9b55c616cc075", + "input": "Sentence 1: 'It's the best chance you're going to get.' Sentence 2: Because of section 202, sections 203 and 204 can't be applied. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fa9be2b3508a4720ae8300bb0104045e", + "input": "Sentence 1: Some magazines, for example, are too heavy to be processed on flat sorting machines and newspapers would be expected to have costs different from those of magazines. Sentence 2: Don't go on the internet for three weeks. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d1ddd3846fe844bca4ed384c8fbe45f2", + "input": "Sentence 1: If I could pay based on usage, Random House would have to charge me $5 for each word I looked up to bring in the same revenue. Sentence 2: Everyone who saw the place was scared by the demons inside of it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0fe5292632e74af1b56f6d23326df6cb", + "input": "Sentence 1: yeah it's definitely up to the person uh so i'd have to say that uh it you know the people who do it well some feel it's rewarding i don't know you know but uh i don't know how we got the subject you know i have nothing to say about this Sentence 2: A state plan was never proposed. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-712c28fc8912438f8d882a809a73083e", + "input": "Sentence 1: Surely you know the plan \" Kramenin interrupted him, using the words that have created many unnecessary panics: \"We have been betrayed! Sentence 2: Expected value is a statistical measurement that's the sum of products multiplied by probability of outcome Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d95bf6682ed4aeeaf2808f15f29175a", + "input": "Sentence 1: uh-huh yeah i think uh Central America has always been one of those places where people are more passive you know where it's always the minority that are Sentence 2: The group decided that they were being outnumbered, and had to change that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82e2d1995af749448931c19558377a13", + "input": "Sentence 1: and uh some of those old ones of course Bob Wills and his Texas Playboys and Ernest Tubbs and Sentence 2: During what period? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3cf89364cfd464ba337d0990017f40c", + "input": "Sentence 1: The flexibility of the trading program has encouraged utilities to capitalize on advantageous trends, such as changing fuel prices and technological innovation that might have been delayed or discouraged by traditional regulatory approaches. Sentence 2: It was obvious to Dave that there wasn't anything on the desk. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7bd11948a3ec4f3cb007030f50e444b0", + "input": "Sentence 1: The nearby Cathedrale d'Images uses a former limestone quarry as the backdrop for a stunning show of giant images. Sentence 2: He could only speak Japanese, and not a word of Spanish. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7782d09127a2446db8af49eddeb40f92", + "input": "Sentence 1: I'm afraid it looks very much like foul play.\" Sentence 2: The Foundations interest is in the distribution of books in the U.S. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a02373bf5c4f4164b38347ac8b8e5ef0", + "input": "Sentence 1: um um i like Texas um not having the state income tax and i hope that because um you know that we've had enough industry here that i guess it is that why we don't the industry here is able to to um fund the state because we have oil here and things i mean that's what i've always heard is that um Sentence 2: Texas' lack of a state income tax is something other states can easily emulate. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-46603754c4f148e9a20f39bcc284cf9d", + "input": "Sentence 1: (When served your bowl of tea, don't forget to bow slowly and turn the tea bowl three times before sipping the frothy brew. ) Sentence 2: Make sure to sip your tea as soon as you receive it, as a sign of appreciation. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d67a8273ce2445c78089871aa6782512", + "input": "Sentence 1: The Golden Horn is an inlet of the Bosphorus, penetrating 71.2 km (41.2 miles) into the hills behind the city. Sentence 2: There was a pretty rogue that was made just for you. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2bd83fe559164804af83b1e1ad8224ca", + "input": "Sentence 1: that's exactly uh growing i grew up in western Pennsylvania near Pittsburgh and uh we used to call the basements actual cellars so it's funny to hear that word because i never hear it you know it's like the back porch used to be a stoop you know Sentence 2: I teach my daughter how to get scholarships for the area she wants to study in college. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4028aa1a7eca4fed9e62d85482cf5fdd", + "input": "Sentence 1: But Jamaica is not simply turning blindly into a small version of its bigger brother. Sentence 2: Jamaica is similar to its bigger brother. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-203ab145c2ab495090c56597e0e4c546", + "input": "Sentence 1: I was so focused on bringing in new young lawyers right out of school because that was what we could afford. Sentence 2: Most young lawyers will work for cheap. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0fb9db0c61204101bee76eac87d22732", + "input": "Sentence 1: uh well they're they're coming from various places and a lot of them are going back there Sentence 2: Toronto is a town of fools, said Adrin. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb14b8a481da4082930a6aff7a790d81", + "input": "Sentence 1: The Industrialist looked at the blue sky and the green-covered trees among which they were making their way. Sentence 2: The industrialist was looking into the sky. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a72c06a182e94b48a055324bec12de9f", + "input": "Sentence 1: Darkness followed greater darkness, and emerged on the other side as moonlight. Sentence 2: But actually they are using those people to their advantage to gain large profits. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4908839780c43768599c51568dff7be", + "input": "Sentence 1: Intragovernmental sales may be made by an organization that maintains either an intragovernmental revolving fund (such as the Defense Business Operations Fund) or a public enterprise revolving fund (such as the Postal Service). Sentence 2: Intragovernmental sales can be handled by any organization and work just like normal sales. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-965591bba68544ec8268492be38dce69", + "input": "Sentence 1: As a result, over the past several years, GAO has issued more than 80 reports on data and systems security including hundreds of recommendations for correcting both individual weaknesses and the systemic causes of security problems. Sentence 2: According to McCain, Bush is a dishonorable person. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dde9ac3ebd7d4b2b9d3fd60f02ea6f2b", + "input": "Sentence 1: You have my word, said Inglethorp haughtily. Sentence 2: You were in the right place at the right time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2a835d62885442c99c8ffe6c1afcc2a", + "input": "Sentence 1: Thomas counsels successful young black men that, upon leaving their neighborhoods, you won't ever really be able to go back. Sentence 2: Thomas counsels young black men against their will. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d102ee571c434f0c85c12c8500ae44f3", + "input": "Sentence 1: yeah they can Sentence 2: indeed they may Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e093a9c57dfe48058b3803cac0c38b9a", + "input": "Sentence 1: What it was that she feared, she would have been hard put to it to say. Sentence 2: She was unsure of what it was she really feared. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c63661f9950a411f82ff7c578bd15bce", + "input": "Sentence 1: Listen, did the animals eat the meat?\" Sentence 2: I absolutely detest returning emails to people. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-43418a5c162b499481493a67ecc9cc32", + "input": "Sentence 1: 'Welcome to the Neighborhood' gifts delivered to the Clintons' Chappaqua home this week. Sentence 2: The Ca' Rezzonico is now a museum. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-386373256bdd4f788455d20eab250682", + "input": "Sentence 1: The mighty Fort Saint-Charles dates back to 1645 (since renamed Fort Louis Delgrys). Sentence 2: The Fort is very new. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a3e71a37cf1e4f2bbd1fed9e0507e23d", + "input": "Sentence 1: He shook his head. Sentence 2: \"We're all too laid back now, if you ask me\" said Tommy Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23d07ae7dbb04f9daeb5f4e20075289f", + "input": "Sentence 1: There was Judy Chicago, selling Holocaust jewelry to raise money for her (stupid and vulgar) painting cycle on the subject. Sentence 2: He is a skilled marksman and a good police officer. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6865a54fb62a42799e8488049b7df2b4", + "input": "Sentence 1: Unstructured play encourages independent thinking and allows the young to negotiate their relationships with their peers, but kids ages 3 to 12 spent only 12 hours a week engaged in it. Sentence 2: The procedure is long and can be a waste of time Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d12066b973c4066a386fb4dbed95118", + "input": "Sentence 1: If Jaisalmer is the city of the desert, then Udaipuri is is its the city of lakes and gardens. Sentence 2: The Newsweek online story states several things about Tripp's allegations. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da1ccadc9ceb4024ae8102079b9455e1", + "input": "Sentence 1: Denny Crum uh uh Louisville University Sentence 2: Daniela Kron, Louisville University. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b70134f72c74c1295442e8d9de827b8", + "input": "Sentence 1: Spurred on by the Hawaii Calls live radio program broadcast weekly to the US, Canada, and Australia from Waikiki, millions fell under the spell of a new island paradise of surf and hula aimed at tourists. Sentence 2: There is a live radio program called Hawaii Calls. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fe413ceabfe14d69a2f8008fd689aacc", + "input": "Sentence 1: Loyal visitors probably already know the URL or have it bookmarked in their Web browsers. Sentence 2: Funding to the LSC was cut in 1995 due to a state wide budget crisis. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e6ef389055d45b6bc2d6097a2a8f18e", + "input": "Sentence 1: So important is rice that it has the Shinto deity Inari all to itself. Sentence 2: Inari, the shinto deity, is shared by rice and oats. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8538e986c4da499195597409dbe345bc", + "input": "Sentence 1: you know i don't really get terribly interested in that Sentence 2: I don't get interested in that. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-504282739dbb49ae8817b9afe4d9befa", + "input": "Sentence 1: Most people park on the east side of the old town (la City) and walk over the drawbridge of the Porte Narbonnaise. Sentence 2: The Porte Narbonnaise is located in the busiest part of the town. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0e962b7c620c490d92afe55aa80f9df4", + "input": "Sentence 1: I grew tired of her as young men do when the gold always shines over the next mountain. Sentence 2: I haven't worked at Texas Instruments Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a7e1024fa2240399650c05ab03a13e1", + "input": "Sentence 1: you know i i agree with that because i see people that i know a again from high school that i still keep in touch with that didn't go to college and Sentence 2: Frenchman's Cove is one of the four beautiful locations in the region. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8a4b9a924794b77b2accb1c99b278b4", + "input": "Sentence 1: It may also have taken time for women to perceive the increased willingness of men to leave them if they demanded marriage. Sentence 2: Women thought men were more willing to leave them if they wanted to get married. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8f855602f22442f290ef30e466d22222", + "input": "Sentence 1: Mrs. Vandemeyer, she read, \"20 South Audley Mansions. Sentence 2: I didn't like school because I was picked on constantly and got shoved in the toilet. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4de51ff8d5044379b4862a67d0546ff3", + "input": "Sentence 1: (Church talk presents this problem often.) Sentence 2: Synagogue talk presents this problem often. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63a4fde801b542a3a560c4208dc8feec", + "input": "Sentence 1: Clinton was 36 at the time of his alleged affair with the 21-year-old Ward. Sentence 2: The total market for advertising will definitely quadruple. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89e89c0f79e9411eb4057ba2a1061c59", + "input": "Sentence 1: right we we find it hard to believe sometimes or hard to understand when uh Sentence 2: We are not able to understand it anymore. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-65a7d91e35d34a268282c1b748419d9f", + "input": "Sentence 1: We have been camping numerous times but always with friends, which his parents approve of. Sentence 2: He is adamantly refusing to pick them up. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d088fc6d04854d22b5f2f669313bef3d", + "input": "Sentence 1: that Isikoff had approached him. Sentence 2: Isikoff approached him to be in a play. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-40a585438fc646809800cbef08cafe88", + "input": "Sentence 1: If they really like a particular site, they may visit it often, but they are unlikely to devote a continuous half-hour or more to any one site the way you might read a traditional paper magazine in one sitting. Sentence 2: They can only visit a site once, and move on the others. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-226ba01304ff4a02993759ec40785e46", + "input": "Sentence 1: and uh we lived here for about seven years then we moved back and so then i said i'm going to move back up there to go to college Sentence 2: We enjoyed the seven years we lived here. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f4cf290fc5ca410b801a73b13b981096", + "input": "Sentence 1: A change would eliminate the current disparity in practice between the private sector and the government and would put federal employees on a par with their private-sector counterparts, including federal contractor personnel, in this area. Sentence 2: Edinburgh has its own style. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15de822560b84e348ae65186a822043f", + "input": "Sentence 1: oh i i've seen that yeah Sentence 2: A couple of bike riders jumped their bikes over ditches around the rock. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8f933bb5d1ca4ea69efd3311748d8845", + "input": "Sentence 1: For a year the tabs have been reporting on what the Star calls a string of bizarre incidents involving actress Farrah Fawcett. Sentence 2: The tabloids are always on top of the latest Farrah Fawcett news. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0e7bae4c93504445b1664c4008b37251", + "input": "Sentence 1: After 1933 Fulgencio Batista, though only a sergeant, orchestrated the strings of power through a series of puppet presidents before winning the presidency outright in 1940. Sentence 2: The vice-dean thought that Ms.Ceracz fancied him, because she was not sure how to act around people. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38df00cdb35b44d79d0d476150d1d9b0", + "input": "Sentence 1: Remarks to the New Society. Sentence 2: He looked at the patterns and didn't understand how it worked quite. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef752e8793014100879484db9b023fc1", + "input": "Sentence 1: yeah through the fall but uh down here well it's done both ways it it just kind of depends on what you're what you're planting but uh all the shrubs and Sentence 2: They thought the island was a holy place and should not be inhabited. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1bba49257f341ab9bd722bfffef2150", + "input": "Sentence 1: What about the general? inquired Tommy. Sentence 2: Joe Avid is entirely focused on Slate. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b37d1d074c142208b5976e3d3d97009", + "input": "Sentence 1: While magic produced their food and made a better world for them, they hated it because they couldn't do it for themselves. Sentence 2: They had to use magic for others, but they themselves were the ones who needed it the most. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e893364f45c4c6cb646eb5d42c8bf5f", + "input": "Sentence 1: In recent years the French national health system has approved reimbursement for spa treatments and the number of curistes seeking treatment has risen. Sentence 2: The EPA's first public hearing was in 1995. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ddf9f8d9970a497ea873519ea31e7e2e", + "input": "Sentence 1: Figure 6: History of Field Office Structure Sentence 2: There is no Field Office Structure. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-58ab0e6f054d4d3585b115ceb0b662b0", + "input": "Sentence 1: until you can get it and i think that's a good idea you know i'm not for total gun control because i feel like people need to protect themselves but um i think that you know the background check is a great idea Sentence 2: That Lionel train set dates back to 1933 or so. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c78462486084476ba62b16d46dcd2ad", + "input": "Sentence 1: yeah that sounds that sounds like Kitty Cat our our Bombay she's very athletic um being tall and skinny she can do all kinds of she's very versatile with her paws she's almost like a monkey she even eats with her paws Sentence 2: Richard Eder writes for the NY Times. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b5e998e740b4dd5a7322a6faf776ee0", + "input": "Sentence 1: yeah well i did see a house for sale in the area i wanted to move into but i don't know where i could come up with the down payment Sentence 2: We combed this code from top to bottom and could not find a single bug. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81384aca34b14a3681c52a88462c8c94", + "input": "Sentence 1: You spill some fine horse manure yourself, young man, said A'deem with a wink. Sentence 2: A'deem winked after he talked. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-670d376d7cac4648b73ac2be916b290f", + "input": "Sentence 1: CURRENT SERVICES ASSESSMENT -Projections of future receipts and outlays from future activities based on the programs established by current law. Sentence 2: Current services assessments are based on projections of future activities. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c3e0db8ffd5b448ea1b813fa3972c761", + "input": "Sentence 1: She began withholding rent pending repairs her landlord refused to make, but then her Medi-Cal benefits were cut off when she could not provide rent receipts. Sentence 2: She wasn't paying rent until her landlord fixed the roof. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fbf29c40976a4688bcb3b4b3b3d68b18", + "input": "Sentence 1: He was too old, his back hurt too much, he had too many outside interests ... Sentence 2: I am not worried much about Leucther or Holocaust revisionists. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0444219fa364eeeac4d82adc581eed7", + "input": "Sentence 1: Today, one of the island's greatest attractions is the quiet poplar-shaded streets to the western end of Quai d'Orleans where you have a wonderful view of the apse of Notre-Dame. Sentence 2: You do not so don't even bother. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b396ef212c77455c9505d9f312daadab", + "input": "Sentence 1: HCFA did not prepare an additional analysis under Executive Order 12866. Sentence 2: Sesimbra is in the middle of a dry, arid and colorless desert. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2d60ffc6d3af4ebeac6faf7fab1aba33", + "input": "Sentence 1: The Kal recounted many stories of his fights and those of other hero pit fighters. Sentence 2: Many years spent productively. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e0d5d6e666614249a3a9c595f5f05f8f", + "input": "Sentence 1: I asked them to take a look at this issue as an ad hoc committee. Sentence 2: The water bill becomes the largest expense. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02ff1a50bfc443adbb143d5b768b6684", + "input": "Sentence 1: In January, the LSC funding went to the Greenville-based equal justice centers. Sentence 2: Their lobster is so delicious, that you won't believe your taste buds! Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17beb28f40b247ae954d9874a14c7f7a", + "input": "Sentence 1: The car? Sentence 2: I want to become stronger. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-189a20587e824bd9b1b1e72092e5f10b", + "input": "Sentence 1: Like, thank God for Sentence 2: You know, just be thankful for God. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-36a2c91d7c194ebfa3651e101b58e9c9", + "input": "Sentence 1: Four lesser conspirators were convicted in 1994; another suspect escaped, probably to Iraq. Sentence 2: You can edit the file, right? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6beffd2ac3c2467daf1c9fdb05ea6d6c", + "input": "Sentence 1: uh coverage uh of the you know you may not even go in to the doctor for a long time but you know if something came up obviously you you know to get covered is important Sentence 2: Those who are unfamiliar with the nightlife prefer the topless-only clubs to start. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4595e261f4de4dc39d35bc28d1843aad", + "input": "Sentence 1: Fine, then simply means test it. Sentence 2: You cannot test it, no way. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ba57bc5821ff4db98fdfa74a2a374137", + "input": "Sentence 1: He also painted a chilling picture of corruption and depravity in Baghdad and claimed to have evidence that Saddam Hussein recently seduced the son of his latest wife, Samira Shabandar. Sentence 2: No, she didn't show us anything. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c833dc226ec743d48dc471e28af31dc5", + "input": "Sentence 1: They crossed swords in a blaze of shining steel. Sentence 2: The taxi is looking for passengers. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e168b879acc4ccc9693a17aa94d2830", + "input": "Sentence 1: You must apply for a licence yourself, and a medical certificate is also required. Sentence 2: A medical certificate is required in addition to the license. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-33190a7a2c924109a424d296221d47b5", + "input": "Sentence 1: It was not long ago that Arthur Andersen was viewed by many as the premier professional services firm in the world. Sentence 2: Arthur Anderson was seen by many as the top professional services company in the world. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-327375930239411b989868d7cf957cb1", + "input": "Sentence 1: It is formatted for printing out on standard-size paper. Sentence 2: Many people have touched me before, but that is enough. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7d429bc7e964508bed4e7291f5c696a", + "input": "Sentence 1: in a game room and toy room yeah Sentence 2: This man has never been a soldier. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-699ad131180945dc9b87b3c2150b3c58", + "input": "Sentence 1: So, bidding should be leisurely when bidders have little to learn from each other (say, when they're bidding on a new computer that's been widely reviewed) and intense when some bidders are far more expert than others (say, when they're bidding on a heart defibrillator for home use). Sentence 2: Let us leave it be for the time being. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf11d11973a54b7384b4f0abb595fd13", + "input": "Sentence 1: What makes a book silly? Sentence 2: What makes certain literature ridiculous? Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-19461bc7a55545d2b1011605e2ee7fe5", + "input": "Sentence 1: oh yeah i i think that the commute to to and from work has to be the worst horror show Sentence 2: I hate the commute to work. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8de602eeef1d40e4846737f974c29dd4", + "input": "Sentence 1: The web site will serve as a comprehensive portal for low-income Mainers seeking legal assistance information of any type, providing information from all of the state's legal services providers as well as state agencies and other sources of information and assistance. Sentence 2: You won't get an actual menu without asking for la carta. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9946760db95b4c5c8fc8f7a57729c079", + "input": "Sentence 1: Santa Monica artists also mount shows in the second-floor galleries of the Caleornia Heritage Museum (2612 Main Street). Sentence 2: The second floor of the museum hosts shows by Santa Monica Artists. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c2947d927854ef78555c914d82d92f3", + "input": "Sentence 1: He went north. Sentence 2: From now on a program can qualify as core programming if stations consult with educational experts. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a81e786fda0447b3a417c380544c9fc8", + "input": "Sentence 1: From a longterm historical viewpoint, requests for GAO's services have never been higher, and we anticipate that this historic growth will continue as the Congress grapples with increasingly complex and contentious issues requiring greater contextual sophistication. Sentence 2: Kastro is a bustling town on the mainland of the country. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56d8f459d439427abf63f3886035d5da", + "input": "Sentence 1: yeah it uh works out uh really quite well course i have i have a dog also my son brought me a little Lhasa Apso uh for my birthday last Thanksgiving he brought him from Dallas he Sentence 2: My son bought me a dog. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7da5bb0d12c74e0a9321401789ac79f9", + "input": "Sentence 1: A trial of screening tests in various formats (e.g. Sentence 2: The border was reopened and Spain was allowed into the EU. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36e6ec018da44a73bc7326f233bc3455", + "input": "Sentence 1: that's on Plano Road um it's like in Richardson you go up Plano Road it's like a little bit past Campbell on Plano Road Sentence 2: Occasionally ethnic folk-music concerts are staged at minor venues. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c55af504f17448349a7d979905721232", + "input": "Sentence 1: It occasionally puts on English-language performances. Sentence 2: I assure you that it is not permanent. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97651dc9c34544e6a627157c794c9e42", + "input": "Sentence 1: The bus ride from Kumamoto to the mighty Mt. Aso volcano takes you acrosesome gently rolling hills, past orange groves, fields of watermelon, and the special grass used for tatami mats. Sentence 2: The slaves were hot, hungry, and angry with their lives. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c9be6282acbf433cb5e79de80a83240e", + "input": "Sentence 1: In this display, policy changes are allocated equally between revenue reductions and spending increases. Sentence 2: Cars with police plates are typically targeted. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f858e63a68c0464ebb92bb8cb456f60e", + "input": "Sentence 1: yeah but but the other the other difficulty is is that it's just if if you take the admonition to to feed my sheep Sentence 2: There is a shortage of teachers in Texas. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e71df3eb66e94c3da0233f16893b491d", + "input": "Sentence 1: Eligibility is limited to those who have been employed at designated shipyards for at least 5 years, but who are not yet eligible for retirement benefits. Sentence 2: Eligibility is unlimited to those who have been employed at designated shipyards for at least 5 years Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-166444cd88124371b77add00fc625465", + "input": "Sentence 1: Other exciting patterns tested justified + no rule, flush left/ragged right + no rule, justified + middle rule. Sentence 2: Tommy softly said that it was true. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f470d34f10d4db5ba718e4d51e8a3ab", + "input": "Sentence 1: those who were watching it how easily obtainable information is on any single person and it was mostly it dealt with uh marketing companies these uh direct marketing Sentence 2: They are paid by the government in order to do this job. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c65ff2fe7c744088a874171089d46017", + "input": "Sentence 1: Unsurprisingly, Osaka boasts some of Japan's most impressive or excessive, depending on your taste. Sentence 2: Japan's most impressive is boasted by Osaka. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fba4084e4c78482eb006342b915c0a5f", + "input": "Sentence 1: Small traders from Sonora took advantage of the protection afforded by Don Cazar's outriders and had trailed along with their own products, now being spread out and hawked. Sentence 2: Marino will only get worse as time goes by. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c13de331ce2f488384531f1546563b8d", + "input": "Sentence 1: yeah the hardest part about uh water pump changes is getting all the junk off before you can get too it Sentence 2: Tommy`s plan was to obliterate Conrad. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7c46a6ba2264ff89e80caa49488f80c", + "input": "Sentence 1: Cynthia, called Mrs. Inglethorp, \"do you think you could write a few notes for me?\" Sentence 2: The is no easy way out of the conflict-of-interest challenge. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e2f32f3de700482282b49baf7d111d44", + "input": "Sentence 1: well you know what's going to happen there those files are going to back up on somebody's desk just a that typical bureaucratic work Sentence 2: Impeachment is never a good idea. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad6641e31c3b442c975b3c8f1dba8d0d", + "input": "Sentence 1: Instead, Intel makes real things. Sentence 2: Intel makes actual things instead. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ee79535e35c347beaa5adb516ec7c0cc", + "input": "Sentence 1: They're some way from the chateau and each other Sentence 2: The fishermen might be incorrect for four generations. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2d3d3c0458e4a7d902da3457a73b0d9", + "input": "Sentence 1: Unfortunately, while no one wanted the clothing, the act of tossing it into the street drew no little attention. Sentence 2: There are many vulnerabilities with it as of right now. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3ce3a3e62e344eda9e27b495b3691a0", + "input": "Sentence 1: The top 10 inventions include electrification, contraceptives, gunpowder, and calculus. Sentence 2: There are 20 glasses on the dining room table. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-401e0faa30ff424085ec79247fae8ee3", + "input": "Sentence 1: Users can choose English, Spanish or Vietnamese. Sentence 2: It was not intended that users overreact in interpreting the internal control reports. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1f5dff0273947b9ba39fae1672f5c3d", + "input": "Sentence 1: It was like a bit from the center of a star. Sentence 2: It was not like what a bit of the star would be like. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d51a22b5ad6848f8ac03c7ca0e6c6f60", + "input": "Sentence 1: An exchange between Greece and Turkey of expatriate populations resulted in the movement of thousands of people, and the wholesale desertion of Greek villages and districts. Sentence 2: The men give in easily Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-135d1e523b6e4cc0b38092124fe6371d", + "input": "Sentence 1: and he moved to Massachusetts and had to get rid of all his guns so we ended up uh with these guns and my really my only experience experience with a gun was shooting a pistol and not knowing how to hold it right Sentence 2: That isn't boring like walking up stairs. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-106d4a58d685491b9887a9106624d224", + "input": "Sentence 1: Yes, audit committees of the board interact with and recommend which audit firm to retain for approval by the shareholders. Sentence 2: Does it makes sense for companies to only tell about a transaction when unrelated parties give less than 3% of the capital at risk? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-81d8dcd63e604813aa44f28a76a86f4a", + "input": "Sentence 1: It is also available in hard copy by calling (202) 5126000 or at Room 1100, 700 4th Street NW (corner of 4th and G Sts. Sentence 2: You can receive a copy by calling (202) 5126000. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-747803a7fa1a4ed89d0865ccfc51d147", + "input": "Sentence 1: The Muzium Negara (National Museum) stands on Jalan Damansara south of the Lake Gardens. Sentence 2: It belives, that its decision to accept either the historical cost, or latest acquisition cost is appropriate because of that. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0fa1612582844b08857e0fe7f32e32d2", + "input": "Sentence 1: if you just have people your own age you never get a chance to see kids or anything or animals or anything you know you can't take care of them Sentence 2: The New Illumination was the main focus for the new millennium celebrations. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-864deb1e64f446f899ecd56e5d403d88", + "input": "Sentence 1: uh no with uh uh when he quits they'll give him a million dollars Sentence 2: He will get a million dollars when he quits and will invest it in stock. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d339cb137cd64beaa115c45611836f48", + "input": "Sentence 1: yeah it's a it's a really good thing Sentence 2: I have asked for protection for my town. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7dd2fed62cca418b9b2732351009848c", + "input": "Sentence 1: right right well it's it's a beautiful city and but the problem is like first example when i was young they they took me to Las Vegas and that was the most boring place on earth Sentence 2: I think San Diego is a beautiful city. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c888b24e1ac8486d86eea8494c8060d3", + "input": "Sentence 1: i've avoided the temptation so far but i sure do miss PBS Sentence 2: This is a barren part of the coast, and tourists seldom venture here. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b14ae77efc94490889dd5db20e793565", + "input": "Sentence 1: We might as well sit down, said Julius, when he had introduced all his guests to each other. Sentence 2: The guests were nervous and weren't happy to attend the meeting. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2e4d2ba8039b41b29297cc08b6a894c0", + "input": "Sentence 1: It's not that they aren't important, it's that they aren't as important as they used to be. Sentence 2: It is said that the Tel Aviv Performing Arts Center is for more highbrow tastes. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3dc61fb7cc3149f4beeb9845d0433980", + "input": "Sentence 1: The important setsubun festival marks the end of winter around the country on 3 4 February. Sentence 2: The setsubun festival involves a great deal of dancing. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e44841c16e1c4f0ba47f3b582b3ca27b", + "input": "Sentence 1: Please send some of those animal dollars our way and neuter these poor neglected creatures ... Sentence 2: Monetary donations are not accepted. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf942fef38ad43f7b623c1626232c5a5", + "input": "Sentence 1: OK, we're going back to Earth now. Sentence 2: Hilliker left the organization. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b21340286b0549c7995ed77e8c1148f0", + "input": "Sentence 1: That era is gone now, but other elements of the island's old life are preserved. Sentence 2: Elements of the old way of life ae still preserved on the island today. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b677ad5733d4198b9d1194ba19a8dde", + "input": "Sentence 1: However, there's little of note in the village itself, aside from a handsome church and the Casa de Ch?¡ do Faial, which despite its name ( Faial Tearoom ) is a standard restaurant with picture windows and fine roof-top panoramas. Sentence 2: Gore was completely responsible for what happened. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ddc3ced62284405872c300c98df8b11", + "input": "Sentence 1: Look there.\" Sentence 2: There is something there. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e0d96304ff145f192b302a184312878", + "input": "Sentence 1: Lucky us, we get to watch. Sentence 2: He talked to Martin Amis about Bellow's life. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38e93620a9f145bba93a6e79f695a482", + "input": "Sentence 1: Prithvi Narayan Shah captured Kathmandu and Patan in 1768 and Bhaktapur a year later. Sentence 2: The Human Genome Project took over unused labs at Livermore, but didn't use the cafe in that location. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b227bec30915456dbae7de7dac6439ee", + "input": "Sentence 1: John left me, and a few minutes later I saw him from my window walking slowly across the grass arm in arm with Cynthia Murdoch. Sentence 2: What days will early voting be in effect for the election? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7f2708c853184f69b6c89040801f9a48", + "input": "Sentence 1: Elsewhere on the island there are a handful of craft workshops. Sentence 2: There were a lot of fatalities during this civil war. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-958bbd9d727941d1b120477d911f03f5", + "input": "Sentence 1: Gore, by contrast, smoked pot, worked construction, attended divinity school, and muckraked at a Tennessee newspaper. Sentence 2: The people surveyed refused to attend. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-936e74b60f5a4c0eb6d8165ab526f4ce", + "input": "Sentence 1: and uh a bunch of kids came along and just started grabbing them stealing them i went running after them screaming hey you stop you stop i called the police Sentence 2: They crashed in. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a82ad942d0d4da4a47bd51ec5956e0e", + "input": "Sentence 1: In fact, I'm afraid I only said that to be quite sure of getting in. Sentence 2: The hamlet was militarily significant because of the protection the trees gave. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17a126d5afc34917af092be7bc1ecd85", + "input": "Sentence 1: Ca'daan watched as the village elders of Fena Set were dragged from their homes on the western hills of the village. Sentence 2: Ca'daan looked on as the elders of Fena Set were dragged from their homes in the western village hills. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5b819ef383674d0da7a39f74224f19e0", + "input": "Sentence 1: Theory and Evidence on Saving in Low-Income Households. Sentence 2: Notting Hill has narration that is done in a high nasal voice. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3437ffb1e6994cce95eef54bb079cda3", + "input": "Sentence 1: Mangrove swamps along the coast and squat nipa palms give rise to mangrove jungle. Sentence 2: The piece does not believe geriatric felons should be put in for-profit prisons. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9401665bb6874dfd8061c5526db37afc", + "input": "Sentence 1: 50 plus $4 shipping. Sentence 2: The proposal profile that they build for you is extremely useful. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-95186ff0269c4112930d2de61f028022", + "input": "Sentence 1: She went on making passes, but smiled on him kindly. Sentence 2: George W. Bush praised AL Gore, according to the Washington Post. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93a083a7de514a2298e9cc5ce07602fe", + "input": "Sentence 1: Economists disagree about how plausible that story is, but we all agree that if you're out to protect your grandchildren from the national debt, it's basically the only story you have to worry about. Sentence 2: The presence of Neo-Gothic style can be found beyond the street level. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ae7b2be3c6a4f70b8c6c637cf02fe96", + "input": "Sentence 1: Lash and Johnson are co-chairs of the California Commission on Access to Justice. Sentence 2: Lash and Johnson co chair the California Commission on Access to Justice. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-35d0de2223f043aeb304c07a13e24c53", + "input": "Sentence 1: 'That's very generous of you.' Sentence 2: I'd consider that generous. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5475e9f58339408c9e30e2046ea095ce", + "input": "Sentence 1: That is where our older boys and girls go to be alone and away from the watchful eyes of adults. Sentence 2: The San Brizio Chapel is well known for the art displayed inside. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a8efc5487e7492a81b5d67ac677dfcf", + "input": "Sentence 1: wow that's that's not bad four hundred and something a year that's that's Sentence 2: Four hundred per year is ridiculous. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0c524dc9d7274f0c97612eedca8a6002", + "input": "Sentence 1: Pooh videos from Disney have sold nearly 20 million copies, and Disney Pooh decorates books, blankets, albums, bedding, slippers, calendars, backpacks, and cookie jars sold to impressionable children everywhere. Sentence 2: There are reliable numbers. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a5e56edb0d64c18a3bd44f06a1639c9", + "input": "Sentence 1: A little farther away near Vergel, you can try the well-kept Safari Park with animals galore, a fine dolphin show, children's amusement park, refreshments, and restaurants. Sentence 2: There is Safari Park near Venice. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-06887e4b4d2346ce9598d8cebd8ebc2e", + "input": "Sentence 1: they seemed to have been hitting real heavy on it in Fall Sentence 2: In Eastern Missouri, those in the lower income brackets were widely self-sufficient and took care of all their own problems. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-77070ec0a6324de3927635bbfbd7ef45", + "input": "Sentence 1: yeah yeah that's pretty bad Sentence 2: They have no plan so they do everything as they go. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9eb17efffc684281bec0ee6f7c09465b", + "input": "Sentence 1: Yeah, except that your laptop got stuck again. From behind his desk Maurycy was wagging his finger, he was even lazier than Gonzo, but smarter than Lucja. Sentence 2: Employers refused to give their employees the frequent flyer miles. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8593e7b32995437486f10a7be7678e78", + "input": "Sentence 1: yeah yeah i'm sure it will in Dallas Texas Sentence 2: Upstairs was very quiet. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4dc64a073dea403bb79700e9e564d388", + "input": "Sentence 1: The alignments occupy three main fields a short walk north of town. Sentence 2: There is horrible and frightnening depictions in these images. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c29a7833a1ff4a7bbb5d8df79fc15280", + "input": "Sentence 1: we missed it the the last year so hopefully this year he'll have one Sentence 2: When I worked in an office in high school, we used typewriters. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a30e7f785ef94862ad1527ef5f78c557", + "input": "Sentence 1: yeah and they have a number you can call and all these people are registered with their association and you know go like our our uh i don't want to call her a baby sitter she's doesn't like to be called that Sentence 2: Facility designs can be reviewed using best practices. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-310b8e36a2bd48e4869de6eef15bd2c7", + "input": "Sentence 1: She subsequently filed suit claiming that she owned the photos, and they were temporarily taken off the Web site. Sentence 2: He raised the ring to his lips to kiss it. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ceb69f79b7f0444fbedd35743d2b3b9a", + "input": "Sentence 1: He, too, abandoned riches to become an ascetic. Sentence 2: The Indian Self-Determination and Education Assistance Act Amendments were written in May 1988. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-52e00077eeb8492280241d7062956a6c", + "input": "Sentence 1: But unfortunately, the debate is mainly about how to posture. Sentence 2: The stream was really far away from it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2ca00bccd594a4896b8ca2ad0857779", + "input": "Sentence 1: \"This Kitchell...think it's true that some of the ranchers are really helpin' him?\" Sentence 2: The Greeks began to move against Ottoman rule in favor of a free Greek state. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7807d8236734ec1a2a9abd730b1e6e0", + "input": "Sentence 1: The mastaba of Princess Idut has exceptional nautical scenes and you'll also catch sight of the name of a tomb robber Ahmed the Carpenter who couldn't resist letting the world know about his visit. Sentence 2: The men seemed to be wimpy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b46b5f2cbac742f5872a4970a4685e69", + "input": "Sentence 1: First, it would be to desirable to develop a separate estimate of the international mail revenues associated with outbound IC mail. Sentence 2: Orders were likely given to follow Danvers. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f5cf97b07cc43c2a8a9c80a5f469ece", + "input": "Sentence 1: Employer entity payments for unemployment benefits and workers compensation. Sentence 2: The employer matches the employee contributions. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ae7857429cff4b79a6d6ebceac6292b7", + "input": "Sentence 1: that's right but just because we've got a lot of money doesn't mean that's gonna solve the problem Sentence 2: I have not seen my friend from Detroit in many years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c00cf655ca604359a4359e6679546b81", + "input": "Sentence 1: But as we all know today that young women who started her life in legal services in 1975 full of hope and promise-and just a wee bit naave-was not correct about what the future would hold. Sentence 2: The car's engine block was cracked. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ac8f0550d65c4147bb44a6f0c28070ea", + "input": "Sentence 1: The number is expected to double in the next year. Sentence 2: The number will double because demand as increased greatly. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b8ba41e5332b4553b8e033d26bf4ecf9", + "input": "Sentence 1: They seemed too expensive. Sentence 2: It's impossible because we do not know what we're doing. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6aae2359fc9845d4b78873eab1677478", + "input": "Sentence 1: Except that unique animals might have landed during the night. Sentence 2: The Legislative Reorganization Act of 1970 took place over 40 years ago. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-77c18399fd2b4989a61ee692ba17d0de", + "input": "Sentence 1: Brinkley worked assiduously to join Beschloss and Doris Kearns Goodwin on the air. Sentence 2: The streets mostly consist of commercial buildings. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e0307d8a0114bb9b68619f81349f852", + "input": "Sentence 1: I don't mind a girl who thinks, Sentence 2: It is boring and a bad idea. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ae6719c4139478a921cd87a2ae486f2", + "input": "Sentence 1: The desert was like molten iron under his bare feet, and the savage radiation on his back was worse than any overseer's whip. Sentence 2: Given the circumstances surrounding the election. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ce60207ff5a645a1841f18eeabe11a99", + "input": "Sentence 1: Mehmet the Conqueror built the first covered market on this site in 1461. Sentence 2: I refused to even consider the idea. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd303ad27f9f4cb381ecfddf3a2c0b38", + "input": "Sentence 1: To that end, attorneys are expected, although not required, to contribute 25 hours a year pro bono - free - for the common good. Sentence 2: I notice that you have finished Pear's soap. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7e4bffce3204f38bc4ed12290c708f7", + "input": "Sentence 1: Long enough for what? Poirot's smile became rather enigmatical. Sentence 2: Poirot spoke and smiled quite ambiguously. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b10663e7464b4bd59d11c1ce9385a14e", + "input": "Sentence 1: As we've just seen in the Paula Jones case, it's exhausting. Sentence 2: FASAB stands for Fraternal Association of Severely Agitated Bronies. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d3e2e0904a8840269b6388797ef28efd", + "input": "Sentence 1: No doubt there would be other occasions that clearly met the standard where intervention was unrealistic. Sentence 2: The food is great. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-218753f8c55848249c1151ab6e173b64", + "input": "Sentence 1: It has a popular brasserie on the first platform, an elegant gourmet restaurant on the second, and a view from the top stretching for miles on a pollution-free day. Sentence 2: There was a great number of complaints. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50d48a7fe58a4ed5bf527c3c4a32c909", + "input": "Sentence 1: The high quality of the seam on Milos ensured that the area remained popular with early travelers. Sentence 2: The seam on Milos was high quality and made sure the area was popular with travelers who wanted to trade. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1764ddc0683840439355cc32b4dd6ec5", + "input": "Sentence 1: Gore, recognizing this Achilles' heel, goes after it with a crowbar. Sentence 2: It was in the next sentence in the book. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ddbd3977fff042f2b9e3955821959cd8", + "input": "Sentence 1: In the United States, almost half of the First-Class mailstream is workshared and an even larger portion of Standard A4 is either workshared or has preparation requirements that involve work the mailer must do. Sentence 2: Tight corsets have not caused any real harm to people. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17f2da82d7b04dada056d88a9065a860", + "input": "Sentence 1: yeah oh okay well you ready to wind up hey nice talking to you my friend yeah good night bye-bye Sentence 2: Rubin's reputation remain completely untouched, despite the regulatory capture. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c449c2d9bc248fd853448144cf15630", + "input": "Sentence 1: Ease yourself into this magnificent city that has hosted visitors for millenia. Sentence 2: All of the architecture really draws a crowd. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0868079456c64f0f99b06d61dc917284", + "input": "Sentence 1: There is a curious antiquarian feeling, in fact, to the whole leering enterprise, says The New Yorker 's Anthony Lane. Sentence 2: It was a charming, magical land. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4ae4a18c65eb43f2ad155501375ecda8", + "input": "Sentence 1: Examining the elements of the definition also may help make this distinction clear. Sentence 2: Regularities should be looked at first. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8bfb38d3ee4a49ea83db23ca3b51b486", + "input": "Sentence 1: There are seven stops. Sentence 2: He hired the model to wash his collection of antique vehicles. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-490ce4f9bd1d4ec58f53dbaad793034c", + "input": "Sentence 1: Prince Charlie fled and was pursued over the Highlands before escaping in a French ship. Sentence 2: The man looked back and nodded his head. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-61821952c4b444579fe1cc9cd60d1082", + "input": "Sentence 1: Others are more subtle. Sentence 2: The subtlety is based off how loud the person speaks of it. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ec2718639c284e969cba26af93d0b409", + "input": "Sentence 1: It has ranges of barren hills and mountains as well as green fertile valleys that produce grapes and olives in abundance. Sentence 2: People have often overlooked the history of Delos. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-19595106afc043d9a00840608ea325db", + "input": "Sentence 1: Although a large part of the chateau complex is no longer standing, it remains an impressive site. Sentence 2: They're very stubborn about getting you to say what they want. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-51765f9f54b74ca089eb14494988ccfc", + "input": "Sentence 1: Them's the green stones, isn't they?\" Tuppence nodded. Sentence 2: I don't even want a maid of honor. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ada4b6fa08144ed58e4d2eb670b73a67", + "input": "Sentence 1: uh hang on a second Rick i got to see who that is Sentence 2: To save time, there are a few websites I go to that summarize their stances. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-55db2f0a873b40a49ace03831ce4af3f", + "input": "Sentence 1: Nor anyone else in the house? Annie reflected. Sentence 2: There are bargains in the garment district in NYC. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e24337bb9e2944a68bbbe1b8f691af72", + "input": "Sentence 1: But Will He Bring Back the Football Team? Sentence 2: Will the football team be brought back? Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9a37463f0dd04321ac25a3871c3de6af", + "input": "Sentence 1: yeah and you know but it's my brother goes everybody in my family had to do it and they go you know it's just a year and a half of your life that's that's totally wasted you don't do anything else there's no time and you don't do anything Sentence 2: It was thought that he was too simple to write show scores. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54e2ee83126346018c51b6d2f0b23995", + "input": "Sentence 1: The Wall Street Journal declared it the latest sign of an American moral apocalypse littered with condoms, fear of school prayer, hysteria over Gen. Sentence 2: You're in San Antonio? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6086610c98b6463da9fb96a4d585e775", + "input": "Sentence 1: The nearest temple to Aswan Town is Philae. Sentence 2: The closest temple is Trepidae. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f2a12b26dd7a4eb78bf3cf183a162c66", + "input": "Sentence 1: 1. Emergency medicine physicians should increase their knowledge, skills, and confidence in alcohol screening and intervention. Sentence 2: The kiosk is an attempt at easing the flood of litigants unable, or refusing, to hire attorneys. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a05d7758dca945ce9fcebbddb42031a3", + "input": "Sentence 1: A joke sets up a chain of logic, and then subverts it in a surprising and delightful way; that's the punch line. Sentence 2: I didn't do anything wrong. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-85c9f95ec1be4d069ee5084e12e26904", + "input": "Sentence 1: There needs to be a sense of urgency in order to make the investment, commitment, and ultimately change the model. Sentence 2: He saw that no sylph was present, and his breathing seemed normal. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6031d2ddaff94d1fb0fb918906097619", + "input": "Sentence 1: On the other hand, Walter Shapiro's column in USAT touching on the controversy does properly credit Salon . Not doing so is bush league and cheats the reader out of being able to look at more facts. Sentence 2: Shapiro writes a column for Newsweek. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-462b155299944726b87e132a50eb9f7a", + "input": "Sentence 1: Obituaries rank the choreographer alongside Diaghilev and Balanchine as one of the men who reinvented ballet. Sentence 2: I was starting to think that the network only had one group of people. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1fb50b4e3e294dfd99a79df7e96efa1c", + "input": "Sentence 1: Officials from the group's legal assistance program were not available to comment. Sentence 2: The official's efforts to acquire a response were only met with stony silence. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c9f766a9f9ce4232a8ac9ea1e6b96292", + "input": "Sentence 1: EPA had a link on its home page for particular audience groups. Sentence 2: That's understandable. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ab307b37b22c4cc69008f7f96374a441", + "input": "Sentence 1: yeah i i can see how that would be difficult Sentence 2: Yes the coverlet is for his bris even though it is many days afterward. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e212130200ed497688b81882691348f8", + "input": "Sentence 1: making nice traffic jams Sentence 2: It makes huge traffic problems. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-582a0f263916429e92fc2ed5bb9cd8ce", + "input": "Sentence 1: In a sense, German's new job isn't far from where he started decades ago. Sentence 2: Fena Kef is filled with horrible people. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ca6105cf0294aa6a1bc265f70c57cdd", + "input": "Sentence 1: (3) testing data produced by the system. Sentence 2: To physically assault people. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97dfb11b62274a17b96e46f1b527a327", + "input": "Sentence 1: pay two and if you bought a season ticket it was only one dollar a game Sentence 2: There is an ad saying that Forbes hurt the Republicans and will help the Democrats. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd4354a0c1fb41d39e3c5868c75d0196", + "input": "Sentence 1: It was built only a dozen years after the Louis XII wing but, reflecting the contrast between the debonair Ren?­ais?­sance prince and his dour predecessor, is a world apart in elegance and panache. Sentence 2: Its been hotter than usual the past few weeks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6ce7f93a648b4db2972d729cb0254fa4", + "input": "Sentence 1: you know you're dooming them to ghetto life or whatever and i know that that the Southeast Asians the Hmong people that i've done some work with uh feel really quite hurt and and unsure of themselves when here because they're coming from you know from the slash and burn intercultural society you know they're coming from the middle ages basically and they're being plunked down in plunked down into America many of them had been promised by the CIA during the war over there that because they cooperated with the CIA and they helped the CIA out that when they came here the CIA would help establish them in America and the CIA of course isn't doing that and uh Sentence 2: Spices bought days before the use, lose their taste and smell. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f71c98a917148308f6e0f5341618f26", + "input": "Sentence 1: Still-life objects that have figured for centuries as reminders of mortality can take on new urgency under the pressure of history. Sentence 2: The photographer was intending to take pictures at Disney World. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-960490241e5c4043ba1425a8f1abd348", + "input": "Sentence 1: uh the Communists or the uh alleged Democrats uh democratic form of government and i Sentence 2: Ca'daan knew Susan and the Kal were watching to see if he messed up. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0106fbb9e70744e2b8cbadba649b72cc", + "input": "Sentence 1: yeah i think they are because they're getting better every year Sentence 2: Year after year, they just get worse. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf6bf043d2524a42894f49d75d2a9d1b", + "input": "Sentence 1: The ultimate goal of the data reliability assessment is to determine whether you can use the data to answer the research question. Sentence 2: In 1922, the Irish Free State was put to rest for the final time. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2371ee5fc25a4e02933f9125561e2b6f", + "input": "Sentence 1: Said he was trailing two crooks.\" Sentence 2: He said he was trailing three chickens. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-81fbe5a2402f4e94af66c1ab4ced442f", + "input": "Sentence 1: The town has a high percentage of Nubians in its population; these people, though fully integrated into Egyptian society, remain proud of their separate cultural identity. Sentence 2: There are no Nubians residing in the town. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ee5354fe9d8048ca83e722f9181dc651", + "input": "Sentence 1: uh-huh you right yeah you almost have to get started pretty early probably i guess Sentence 2: A helicopter was crashing to the ground. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eea549a7e1d34e2fa1afd96849a450f3", + "input": "Sentence 1: The old western was almost always a tale of a courageous loner imposing order on lawlessness, as in the Wayne films and Shane (1953). Sentence 2: That principle doesn't seem to be in a capital market. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b26d778b57b4a1397e83db6891448c2", + "input": "Sentence 1: Budget authority may be classified by period of availability (one year, multiple-year, or no year), by nature of the authority (current or permanent), by the manner of determining the amount available (definite or indefinite), or as gross (without reduction of offsetting collections) and net (with reductions of offsetting collections). Sentence 2: Working the same amount of hours may not always mean I can't help someone else. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f61ebaa091dc44b584d1fd2d46c0806f", + "input": "Sentence 1: The Plan provides for a minimum of nine offices and a 51-member board that is appointed in proportion to poverty population from the 14 judicial districts throughout the state. Sentence 2: Everyone likes to get together, so it works best to host an event if you want people to be involved. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-704b344e1fa34a568a58bb77b23f7987", + "input": "Sentence 1: i don't quite understand that do they even understand what's being said Sentence 2: It's unclear to me what the exact message is. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e3a36acb3df4ae8b4547a51720b8be8", + "input": "Sentence 1: Once they get you into the camp stockade, it might be difficult to get you out. Sentence 2: The cannon was sounded twice - once in 1918, another time in 1929. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1cfcad1302a345249a200202372fdf3f", + "input": "Sentence 1: yeah it would allow the Sentence 2: Reliance on financial records for audit backups is not feasible because of the high volume of records. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-46316db677704e82a8193fc85a7cbe68", + "input": "Sentence 1: It holds regular exhibits and displays by academy members. Sentence 2: If I gave her more money, the food would have been better. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e522605f0d694c39af88fab83da2944c", + "input": "Sentence 1: consists of the saving of the private sector and state and local government surpluses or deficits. Sentence 2: Does not include private sector savings or government deficits Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-626936a49b054020be78b229cfc7251f", + "input": "Sentence 1: Delegating authorities to front-line employees involves the transfer of authorities from managers to those employees who are closer to citizens and provide services and information as part of their day-to-day activities. Sentence 2: Desert foxes find plentiful food under the rocks here. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c493d2d2db97402489a76bd739c04699", + "input": "Sentence 1: See accompanying notes to the financial statements for the condition of stewardship land. Sentence 2: One case study organization sponsors a course that lasts 3 months. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2884df0bea54aa4b0c923e9344ed065", + "input": "Sentence 1: um i know a few months ago i i would feel that i had to explain to them that i'm on the other line or i'm in the middle and it's i've just come to a realization that i don't have to explain to this stranger what i'm doing it and give excuses that's it's okay just to say i'm not interested and go ahead and hang up but i i don't know i don't think most people are secure enough to probably answer Sentence 2: These yellow waves are happening on their own. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3b93f551f0cd4f73a5b6858a4014907e", + "input": "Sentence 1: There are two roads to Cockermouth in the far northwest corner of the Lake District. Sentence 2: France's wine industry also produces excellent table wines. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c5341958551432daa7e70ab1945be8a", + "input": "Sentence 1: COST DRIVER - Any factor that causes a change in the cost of an activity or output. Sentence 2: It's not possible that these methods wont yield lifelong bliss. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-811595ab62264ea79eafc9381e4f879b", + "input": "Sentence 1: I hesitate to suggest pensioning off a faithful servant, but you really ought to have a better watchdog. 128 Conrad snarled impotently, and said sullenly, as the man with the beard swung round upon him: \"He gave the word. Sentence 2: Models would be evaluated consistently. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e39451b1e6742f491477f28902fc3a5", + "input": "Sentence 1: If there is something new in the writings of Kelly and other cyberprophets, it is the fact that they don't just predict a future in which the curves slope the wrong way, they endorse it. Sentence 2: Experienced reviewers always need record descriptions in audit documentation. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c1c69bcc1f9c40ac90dfa5393efb9da8", + "input": "Sentence 1: Takayama's most important temple is 16th-century Kokubunji. Sentence 2: Community treatment programs increase compliance. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-48d402236c4045f8b7a50e4c2c42084d", + "input": "Sentence 1: Sitting cross-legged on a cushion near the door was Nema, juggling something in her hands. Sentence 2: The system will be difficult for him to change. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-78b5008ff4f24f879a798796376b946a", + "input": "Sentence 1: The Archaeological Museum includes important bronze statues of warriors and priests found in prehistoric tombs. Sentence 2: Notable bronze statues of priests and warriors recovered from prehistoric tombs are found in the Archaeological Museum. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-18ad89e27f3e4738a4fef06225c42aad", + "input": "Sentence 1: News ' cover story, Road Rage, raises alarms about aggressive driving--incidents are up 51 percent since 1990. Sentence 2: Reasons for this increase in aggressive driving are unkown. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-db69ad4c59e44c32a36aef3a6bda54b8", + "input": "Sentence 1: Can you modify those methods, gentle without breaking? Sentence 2: No, she doesn't have any kids. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2bbd036374b7433790363f485d1a63ab", + "input": "Sentence 1: Moderate, and even light drinkers, often require emergency care because many alcohol-related events are not related to total alcohol consumption, but rather to the activities the patient engages in while drinking and to where, when, and with whom alcohol is consumed. Sentence 2: Total alcohol consumption isn't a crucial factor in alcohol-related events. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4d15658d2d024949aa0e182846e2ae4a", + "input": "Sentence 1: Yet that is what it looks like.\" Poirot nodded reflectively. Sentence 2: Poirot lacks the marked ability to think reflectively. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7bfff5c5358b45e4beabcaee25380f50", + "input": "Sentence 1: Last year, the high court raised the base fee for active attorneys to $180 from $140. Sentence 2: The limestone quarry was also used to build the Cathedrale d'Images. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2fc7772745eb4de2aeac92556cbbc86e", + "input": "Sentence 1: No, but I deny your right to criticize my actions. Sentence 2: I don't like being criticised. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ed8087aa95c946edb88d72f9203695ab", + "input": "Sentence 1: I'll sell....\" He loathed saying every word of that. Sentence 2: Yeah, I got to go. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0f9f62d6c760423e9d9da8c19188dd7a", + "input": "Sentence 1: Then he reminded me of something I had said to him at 186 Manchester respecting that bogus telegram which lured Miss Cowley away. Sentence 2: It is nothing like corroboration. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4956a2531ebe46b8956470744117e149", + "input": "Sentence 1: The New Yorker puzzles over Stern's His program is pure id--vile, cruel, crude--yet he remains a faithful husband and devoted father. Sentence 2: Daniel brought me a glass of warm milk. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56130b9b8e4f49dfa7099d9e7ff228e8", + "input": "Sentence 1: The answer was that the reporters who assailed Reagan's howlers were empiricists, but Reagan himself was not. Sentence 2: However secluded, the islands function as modern societies. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-03a474fc0f684d8aa90927ca66cb3b01", + "input": "Sentence 1: The race has not yet lost it.\" Sentence 2: They are still in the race, they have a shot. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f901df7031af4c45a7c317c2ab18e9f3", + "input": "Sentence 1: make it right um-hum Sentence 2: Don't worry about it. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3ac1cc34d8714b97b202cb61e267be03", + "input": "Sentence 1: and we make experts by reading books you know Sentence 2: We got rid of our American Express card because we couldn't afford the yearly fee. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-892044732c2b4993ad871a05b3204ef3", + "input": "Sentence 1: 'How was it, Mr. Franklin? Did you make decisions? Is something wrong?' Sentence 2: I don't know who you are. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-02f7bec0ec8749d58406113d9f1ace0b", + "input": "Sentence 1: 'I will never understand why White enjoys this neighbourhood,' Greuze muttered. Sentence 2: Greuze thought the neighborhood was too dangerous for anyone to like. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6a053a7916c6428dbf9e2309e48c42e1", + "input": "Sentence 1: For example, desktop platforms and software vary among business units depending on the unique needs of each business area. Sentence 2: Kudos to her, because she hasn't turned into a nostalgic person despite the events, said the news. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d53cb9e4e624a2aa72860c6627a38ae", + "input": "Sentence 1: One is reminded that in 1938, during a safari arranged for the British Viceroy of India, hundreds of elephants took part in a hunt that bagged 120 tigers, 38 rhinos, and 27 leopards. Sentence 2: Casual acquaintances will all lead to more. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36918a74a9c6433cbc216e9e456033eb", + "input": "Sentence 1: Don't ask me about it, continued Miss Howard, \"because I shan't tell you. Sentence 2: Miss Howard wanted to tell them everything. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b3eb272b758b4dd6975ba1dd73fa3321", + "input": "Sentence 1: Three months later, the company Perennial Cosmetics introduced at a chain of convenience kiosks a series of skin care products called 'Puddle New Line'. Sentence 2: Installations occurred evenly over the entire period. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ade5e7d171f048da953f0a7004d782e0", + "input": "Sentence 1: Discount and Duty-Free Goods Sentence 2: It worked out well in the end. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c34d521cb44b415195de1d22d0ed6206", + "input": "Sentence 1: Ca'daan saw the man in the merchant's garb, surely not actually a merchant Ca'daan now understood, reach into the twisted cloak of the groaning man at his feet. Sentence 2: Ca'daan saw the man abusing another man. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c7c4cca3810842a789df150f5106deca", + "input": "Sentence 1: Slate article exposing fabricated quotes in the memoirs of former Labor Secretary Robert Reich)? Sentence 2: Durbar Marg Avenue is far from the palace. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c95de58b2c484f9786df3b71967da7ba", + "input": "Sentence 1: Reims ' a center of production of the wine of kings ' is also home to the cathedral where kings of France were crowned from the Middle Ages to the early 19th century. Sentence 2: THe kinds of France never went to Reims. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f36e8cf233eb4f97887d389d8955f31e", + "input": "Sentence 1: The three art galleries contain one of the most comprehensive collections of British and French 18th- and 19th-century art in the United States. Sentence 2: The galleries are free to visit. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-19889484c0e64fd38a2f658b40c42412", + "input": "Sentence 1: you you know she came in for a pleasurable visit and Sentence 2: Her visit was miserable. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dd6efd8b2ab748508a7c7012d36b2d93", + "input": "Sentence 1: and i have the same problem i mean you can tell him from me but it doesn't matter i mean i've i've had greasy fingernails for years and it still takes me twice as long as i think it's going to take to do the job Sentence 2: For years, my fingernails have been greasy and to do the job it takes me twice as long. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cdd301a5dccd4a8a8fa3cd0f2ed0cc4b", + "input": "Sentence 1: The remains of seven red-brick monasteries dating from the third century b.c. to the ninth century can be discerned among the ruins in a pretty setting of flowers and sacred neem trees. Sentence 2: Dexter believes that content is not important at all. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1bd03cc2c38b47e094a57ccfc313ef0a", + "input": "Sentence 1: Women dressed in black chat outside their houses; the men gather in shady squares to discuss the day's news and play p??tanque, or boules. Sentence 2: The war killed 75% of Poland's population. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec5748743cc44c988b8caa3fc9c1efe0", + "input": "Sentence 1: yeah we we had um our insurance our home owner's insurance actually covered some of it because i told them it looks like something's eating into the glass it turns like a milky white you know so i said well how do we know it wasn't some kind of chemical or something that's eating into that which would be covered under a glass rider so Sentence 2: Her old and new loyalties matched up, making the way for her abundantly clear. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-111404b2db5c443dbce62a61d5b3d44b", + "input": "Sentence 1: And, a recent meta-analysis has shown little effect of age on the relative risk from PM exposure (Stieb et al. Sentence 2: Well, great, I don't have many words about drug testing. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1830203b12f24c058f7aa434e3f8db11", + "input": "Sentence 1: that's right sure yeah you you yeah you could just sit there and talk Sentence 2: Let me know if I can return the favor. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef32e4b2895445a19e286bbea8331f39", + "input": "Sentence 1: We are all acutely aware that our civil legal services delivery system is strained to the breaking point. Sentence 2: The Nabateans made all of their money from farming. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e88cdf2effeb4a7b908beda4d33bec79", + "input": "Sentence 1: The night markets often offer items not likely to be found in the malls, especially if you are in pursuit of bootleg CDs. Sentence 2: You have a bunch of options once you know what you can handle. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7c05e9357504a97bccdd57ecd3e44d9", + "input": "Sentence 1: She appears to be an apolitical soccer mom, but she's actually a liberal do-gooder and her advocacy of mental-health issues threatens to increase health-care costs for most Americans. Sentence 2: The Rhine is very deep when it meets the Mediterranea. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0287aaa016074a439ea6ef668c69a42a", + "input": "Sentence 1: In summary, Mr. Chairman, I believe that there is no more important management reform than for agencies to transform their cultures to respond to the transition that is taking place in the role of government in the 21st century. Sentence 2: Tom's initial allegation was extensively pursued during witness cross-examination. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7d757402e9848819bbaab313329284e", + "input": "Sentence 1: um-hum um-hum yeah yeah like maybe if if there was something you know they could do in their own own you know their own town or city Sentence 2: They might enjoy touring the city on their own. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-69495bdaec8746b1af11a573841e7602", + "input": "Sentence 1: The value of Philly's program, observes former New Jersey Superior Court Judge Daniel R. Coburn, is that it separates the minnows from the sharks, then holds the minnows accountable and hence less likely to become sharks, let alone become the predatory Great Whites we must incarcerate. Sentence 2: He is usually depicted with the blue face as Krishna, an after-effect of swallowing a poison that threatened the world, and is often represented sporting with the milkmaids he seduced, or playing a flute. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7cf5516d432f4b3983206d9059080010", + "input": "Sentence 1: Selana's uncle had been one of the dead. Sentence 2: He looked at him long and deep and they shared an understanding. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-84a8e09a3e35497889dcb26360157e6b", + "input": "Sentence 1: Significant reductions will go a long way towards addressing local concerns. Sentence 2: It's nice to get away from it all. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68b88bc242da494c8bf4c588ceb196d7", + "input": "Sentence 1: Maybe we shouldn't save every premature baby regardless of the cost. Sentence 2: Having a lawyer involved will make the case go smoother Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-33bbaac4f5b7425fb4f6581a59ccaa46", + "input": "Sentence 1: Among themselves they speak a nasal, old-fashioned French, accented in a way that reminds visiting Parisians of French-Canadian speech. Sentence 2: They were donated to the museum by the artist in their will. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad07002b1a5244bebf4855209b044205", + "input": "Sentence 1: Second, the claim that Loral hurt U.S. security. Sentence 2: They didn't build a fort. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cba548aac0ad41cd8bc715f05a2446ce", + "input": "Sentence 1: He bought his revolver to bear- Sentence 2: In other places, men are cleaning the elephant stables and storehouses for the chariot-shrines used to carry the gods through the streets during celebrations. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-578def7364d94c25b6575f97ba9710a0", + "input": "Sentence 1: Intellectual property refers, basically, to nontangible creative product and, like a rising sea, it seems to cover new territory with every passing year. Sentence 2: I'm trying to get thin because of a sport I wanna practice. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-874224bdaa034cd1aa8cb3d4b0400a00", + "input": "Sentence 1: He had never spoken to him. Sentence 2: They didn't know each other. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7382a171142842e4a785c76368c7065d", + "input": "Sentence 1: The sweeping curves of the colonnades reach out to the unending stream of pilgrims from Rome itself and the whole world, urbi et orbi, to take them into the bosom of the church beyond. Sentence 2: The pilgrims are glad that the sweeping curves of the colonnade are welcoming them. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-db1f686391424fc0be1e8e50c2068224", + "input": "Sentence 1: hum-um it should be never it should that should have a cutoff time just like uh uh statutes of limits and everything all that other stuff you know they they should have like within one year so that they'd have enough time for an appeal and uh you know get that stuff out of the way and if it's turned down the the you know after that if if two people have said it then two is enough Sentence 2: There was a lack of topics to communicate about during free time. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cc6c296273c4b5f946cdce63f9c418c", + "input": "Sentence 1: so it's that dry heat Sentence 2: It's arid. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-653334f1c64647bfa8287c814f5bb508", + "input": "Sentence 1: We make no attempt to adjust for these increases. Sentence 2: We don't try to adjust for those changes. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-37ad9437817b4cf19aa49baeb0929aec", + "input": "Sentence 1: Single people in big cities can be desperate. Sentence 2: The high quality of Carlos justifies its price tag. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68b3ade53ddd498e89bc31458d0285f3", + "input": "Sentence 1: Confronted with the medical proof of homicide, Noe admitted to suffocating four of her children. Sentence 2: Noe denied suffocating her children. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d580c2b99ece44af93c95a55b04fdc8e", + "input": "Sentence 1: There was no other possible hiding-place. Sentence 2: If the lendee is a veteran, the Federal government may guarantee their loan. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6bd1649391ac43e7922087a857721d14", + "input": "Sentence 1: I know nothing about her,\" said Jon. Sentence 2: I think we will discuss why we think not many people vote in national and local elections. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02fac4312a7649019b3f01ed086eacb1", + "input": "Sentence 1: Edinburgh is a city with firm foundations in the past, but it also has designs on the future. Sentence 2: There are large age gaps in how people view the issue. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ffaa5fc2fcfe4df4af1f8a7c5107f334", + "input": "Sentence 1: The sense of order here is slight, but it's enough to give the picture a momentary, precarious unity. Sentence 2: It is clear to see that it is true. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6181ac673300422d83d4ff89750cc92b", + "input": "Sentence 1: As each successive scenario generates a greater reduction in electricity demand, coal use is reduced significantly (by about 30 percent). Sentence 2: Dole's tax cut plan was very expensive. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-791d03cd983140dda554892854ad5007", + "input": "Sentence 1: yeah that's true you just take off your mortgage interest and that's about it Sentence 2: The program stated that it would assess the processes status as the program moves forward. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae8206b6f29b4ab19d111b0a116c6c06", + "input": "Sentence 1: um-hum right um-hum yeah when i was in college i worked um with a group and i actually ran a Big Brother Big Sister program Sentence 2: In college I worked with a group that ran the Big Brother Big Sister program. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-30cd9f5a476b47dc8a34a93f66f74f57", + "input": "Sentence 1: At that time, LSC also will notify the relevant state planning bodies of pending service area changes. Sentence 2: Achieving results isn't what leading organizations use their performance management systems for. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-523787c478bd45b0b16c3aebc0456ab6", + "input": "Sentence 1: The Daily Telegraph fronted the news that the Heinz Co. is considering halting production of its salad cream, which it created for the British market in 1914 and promoted with the slogan, There's a tang to living when there's a tang to what you eat. Sentence 2: Heinz Co. never sold a line of salad cream. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d7e9eac0e17240708ab5d4cb0a527747", + "input": "Sentence 1: so how do you rate gun control Sentence 2: He was often right about things. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ab663551e9d14139b9e51c58f67ad5c3", + "input": "Sentence 1: Halpern, Edward S. Auditing Naturalistic Some Preliminary Applications. Sentence 2: Edward Halpern doesn't audit naturalistic preliminary application Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9b00b6cd38d743039031ac7df97d40da", + "input": "Sentence 1: i used to take it off the deposit Sentence 2: Is Miss Aldonka there? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25d3cc4c33f4400bb3e32955aeb177eb", + "input": "Sentence 1: Do they follow? Jon asked Susan in his mind. Sentence 2: The grinned while closing in on the troops. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4e51b9e3fe33437a922abc4e95fb4bb7", + "input": "Sentence 1: establishing a program for reviewing the adequacy of individual agency Sentence 2: The book ends with the argument Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b6b2f328864940af9d72e41b8a3134b4", + "input": "Sentence 1: Almost as spectacular as the flight to Everest, the air route to Pokhara heads in the opposite direction, paralleling the high mountains toward Annapurna. Sentence 2: The employee gets particular benefits under the plan. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af187c61fa42465b83c086b428a87054", + "input": "Sentence 1: His bodyguard-cum-chauffeur stayed with the car. Sentence 2: Mumbai may be the richest city in the world if it continues on its current trajectory. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2fa7b222e7f4ebfafce23d5c40f3abc", + "input": "Sentence 1: this is true and and and and and the way the law reads uh if they sentence you to Sentence 2: The analysis issued with the final rule says the HCFA didn't get any comments on the website. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ce2ed3b7dd34f499b1bde89c096d61c", + "input": "Sentence 1: well uh i've noticed some changes over the past uh thirty years Sentence 2: Over the past thirty years, I've seen some changes. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4b8486edd0fd49efabbc097a974c8a27", + "input": "Sentence 1: And selected articles from SLATE will also appear in Time magazine. Sentence 2: Articles in SLATE won't be shared. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8cc9311741bd4c13896d91cee0cf8ff5", + "input": "Sentence 1: yeah well i enjoyed talking with you and Sentence 2: The formation of ground level ozone is affected by NOx emissions. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-72190c14ecca4ff78dca24dae7095202", + "input": "Sentence 1: well if you want to get a good camp site yeah you can go down and get a camp site pretty near any weekend they get prett y crowded on the uh you know the main July Fourth of July and Sentence 2: They did not mind being held. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93519bea47e84393828fc269bdefdcef", + "input": "Sentence 1: You have to have a sort of bluster. Sentence 2: A sort of bluster is required. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ba8ac1268eaf4a7b83d256be859546ec", + "input": "Sentence 1: 3\" ”I paused for some time ”\"there seem to be a lot of confused finger-marks, but here, very distinctly, are No. Sentence 2: I paused when I saw a lot of confused finger-marks. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-453b7c203bd34539966ea55d95bd2169", + "input": "Sentence 1: It may be an internal event that occurs within an entity, such as the transforming of raw materials into a product. Sentence 2: The distant church blends in perfectly with the 17th century houses. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-346a411e1bf64a83a036ab41789f7393", + "input": "Sentence 1: Blood jetted from the gaping rent in his clothing. Sentence 2: The new baby was called mini anti aggressor. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-032c2d1afe9d4ae0a0f66493b7459748", + "input": "Sentence 1: Timothy Noah writes in Chatterbox () that the fuss over the poisoning deaths of 800,000 animals at a cost of $15 million in taxpayer funds in the Environmental Protection Agency and the Chemical Manufacturers Association high production volume (HPV) chemical testing program is about a whole lot of nothing. Sentence 2: This is my first experience with a Nora. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-744c8ece87374f22a68758d16e12cfb6", + "input": "Sentence 1: On the square's third (south) side is the very interesting Museu de Arte Sacra (Museum of Sacred Art), housed in what was a 17th-century palace, formerly the Bishop of Funchal's residence. Sentence 2: The Museu de Arte Sacra is located in a 20th century warehouse. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-00806d28f24f4c46b21a231531f2edb0", + "input": "Sentence 1: well it's it's a bidding war between teams and it's also popularity contest between sports to see who can get the biggest uh paycheck Sentence 2: I don't have the strength to forget you. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f616b3e3aa84034b2246453e893388e", + "input": "Sentence 1: We've come a long way together from Strom Thurmond's ass (which, while not free, is surprisingly affordable), and if online technology were not in its infancy, right about now I'd be buying you all a round of free-range rug shampoo. Sentence 2: Bad weather keeps you indoors. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-66d7710fd97848c88ca01bb46046e762", + "input": "Sentence 1: you know um i used to think Dallas was better than Houston because their zoning for where you can put a house next to a now it looks just like Houston to me you know Sentence 2: There are embroidery shops in Palma that will embroider anything you bring them. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97fe7377cee74212bddaa4d28e288af4", + "input": "Sentence 1: How do you like the country, eh? Sentence 2: What do you think about the country? Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-92904dd6b99b4ada8ba8fa628eb898e9", + "input": "Sentence 1: i uh i would not want to have anyone in my family uh victimized by someone who you know a a bus driver or a train engineer or something like that who um you know hadn't been tested Sentence 2: The cases aren't time consuming Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7ee3a941ee574c75a475bfd9deff5e48", + "input": "Sentence 1: \"Kentucky,\" the rider answered, and then his lips tightened into a compressed line. Sentence 2: \"Missisipi\", the rider answered, and then his lips opened up in a smile. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-95ab990edb7847d18525628bbe4574f5", + "input": "Sentence 1: For congressionally requested work, further information may be shared after consultation with the congressional requester(s). Sentence 2: There are 20 Chaples in the heart of Chalki. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8de99a5b367b4350891b5a60f11adb1d", + "input": "Sentence 1: The sale is therefore an exchange transactions, and the revenue is exchange revenue of the entity making the sale. Sentence 2: Is our community doing anything about waste disposal? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-219f45c6698d41189f6098e838476de7", + "input": "Sentence 1: and uh it's funny how uh how i i uh i got acquired this animal uh when i was uh married my uh ex-wife had said that she had a friend who had a little puppy that she needed uh the woman needed someone to babysit and uh this is what she had told the kids and she even told me that and after the two week period was up uh she then informed me that the woman no longer wanted the little puppy and wanted to know if we wanted to keep it well after you had an animal for a couple of weeks it's uh you become attached you become attached to it Sentence 2: I got this animal from a breeer. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-708bba9e4b1146349b6f2039d7a63c9d", + "input": "Sentence 1: Benefits are not monetarily quantified because of the lack of any existing methodology to do so. Sentence 2: Those with non-French heritage are just as French as families who have lived there for hundreds of years. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7233eab6fa304c38ab187d2597c2644b", + "input": "Sentence 1: Despite LSC's significant efforts to improve data accuracy, there may be occurrences of errors in documentation or substance. Sentence 2: Jay Kim claimed his was innocent the entire time. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3e9a50d7646b4b06a41966f35b39b711", + "input": "Sentence 1: business expenses and all those kind things Sentence 2: Medieval Jewish ghetto was first abandoned after the second world war. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a66235257d9a45e593f55b22c8dad371", + "input": "Sentence 1: with taxes Sentence 2: With taxes. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0e6cb5607cc64ad1b8ed5cc23d3856b0", + "input": "Sentence 1: There's that, said Tuppence suddenly, pointing to a small, old-fashioned safe let into the wall. Sentence 2: 5 people were saying \"Row, row, row!\" and just one person rowing correctly. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-52998450c34144bfb4b6d69220706cc3", + "input": "Sentence 1: uh well the the rest of me is in pretty good shape it's just that left knee that just doesn't want to do everything it used to Sentence 2: My experiences with weather are only from my hometown in Maine. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ef56b0ca3ab64bf68c5ba6916e4bccb2", + "input": "Sentence 1: For this reason, improved data and measurement techniques may be available in the future. Sentence 2: Improved data and measuring techniques may be available soon. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c1657a12f1e9451fa9e6fbbf035d9931", + "input": "Sentence 1: The use of mind-altering drugs has probably increased as Huxley foresaw, although probably not to the extent that he foresaw. Sentence 2: Everyone enjoys fishing, whether they're visiting or live nearby. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9deb37e0dcfd421190b348b14a6759da", + "input": "Sentence 1: Hugh Hefner, 72, allegedly needs no nursing, just a little blue, diamond-shaped pill. Sentence 2: We can discuss this while recording. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-526ed9bd24d248c0b754a85ac1b5b78d", + "input": "Sentence 1: yeah two hundred fifty Sentence 2: Ebora was not founded by Julius Caesar, the city was founded by a group of people. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16bf34bfbab74bc5a405e85f0ddd9b62", + "input": "Sentence 1: The Shopping Avenger right away made contact with the Super 8 executive offices. Sentence 2: Bennecito's father was worried about his own medical condition. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-309b7cf14f094a9dabbfac8d1fc68d09", + "input": "Sentence 1: Visvanartha, built in 1002, is more compact and ultimately more harmonious than Lakshmana. Sentence 2: The newer monasteries are not worth visiting at all. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29cc160894304a9c9a7ad57589a4ae89", + "input": "Sentence 1: With four yacht clubs based in Long Beach, the city hosts races, regattas and other watersport competitions from April to September. Sentence 2: Only three yacht clubs are based in Long Beach. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6167e148ce0a44f581ce5a1590f0cb7b", + "input": "Sentence 1: uh yeah yeah as as long as you give it uh good drainage and uh lot of uh oh some some plant food once a month Sentence 2: It needs to have good drainage and it needs to be fed monthly. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-28ad1688bc0346cd953cdd1766c26b32", + "input": "Sentence 1: But giving drove him near to nervous collapse. Sentence 2: Let me go! What do you think you're doing? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2311bf4ca4e94a489119a140e47cb5f3", + "input": "Sentence 1: He has insomnia, I believe, I said doubtfully. Sentence 2: I think he has insomnia. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0a6b50b87e3245f79f1c3540c051ab63", + "input": "Sentence 1: and so it'll it'll be good in the long run well i enjoyed it Sentence 2: He was not happy with the garage his son built for him. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2bfc90f1e12e4ee3924805f30fd45527", + "input": "Sentence 1: Much of this systematization of care has clearly been to public benefit. Sentence 2: The systematization of care has helped the private sector.. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-426897361ef8436bac372d26609ca7c5", + "input": "Sentence 1: and that that the penalty ought to be out there and be enforced Sentence 2: There should be more awareness of then penalty. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9bdb394b3edc4746b380fc13144aa3bd", + "input": "Sentence 1: Could you please take your phone call elsewhere? She asked and Czarek only had the time to shout into his phone: Sentence 2: Among others, the palace is filled with royal taste furniture, paintings. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9a2e5886ea8e4d0f9c7a99478a173742", + "input": "Sentence 1: The most impressive and important are listed below. Sentence 2: He spoke to me. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-adb649ea14ea4ec6b70e5a132c04b1cd", + "input": "Sentence 1: Most will serve snacks during the day, and you may even be able to order a full lunch or evening meal for a bargain price. Sentence 2: I wasn't allowed to go in to top-secret stuff. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fcca962b30004d52950881f0635fa013", + "input": "Sentence 1: well it seems like they're just swamped with work so Sentence 2: The plantation system was the only economic infrastructure at the time. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c984086146a74cddac1dc86f823c2438", + "input": "Sentence 1: An early effort was the Brooks Act, enacted in 1965, which called for centralized oversight of federal information technology acquisitions by the General Services Administration (GSA). Sentence 2: There were only light, humorous parts. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae88108319454614b41caaf5a28f0326", + "input": "Sentence 1: but he pops up on the Dallas scene quite often as a matter of fact there was some talk about trying to get him involved with the team management in some sort of a coaching job Sentence 2: The book is said to be a horrendous work of filth. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-688cab6f8db546c5a2dce7127942c958", + "input": "Sentence 1: He sailed immediately for England. Sentence 2: Politician change their politics to better fit the polls. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf9bf8b38b7b4d91871eb21990853737", + "input": "Sentence 1: yeah they they they keep they keep coming with this well when we die they're yours i i don't want to wait until your dead i mean you'll probably have it in your will that you're going to be buried with them i don't know Sentence 2: House made from bricks with three bedrooms. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b41c4a6b8d540ca9e706541b3282ce5", + "input": "Sentence 1: During the course of the study, a literature search was conducted, industry experts and practitioners were consulted, and federal agencies were Valueadded of Design surveyed. Sentence 2: The study deliberately eschewed consultation of experts. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4697d03cc7824e54a48c6b8821bd5e69", + "input": "Sentence 1: PERFORMANCE MEASUREMENT - A means of evaluating efficiency, effectiveness, and results. Sentence 2: A 1994 study for the American Bar Association concluded that chickens have heads too Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a166df99f94f4395a25b2fb3d9d5926c", + "input": "Sentence 1: A major part of the pleasure of Darjeeling is in getting here. Sentence 2: The jousting competitions in Syte are not very well known outside of the region. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6bb12f9d5161432095b469bc08298248", + "input": "Sentence 1: My security clearance was shaky at best, but the guards knew who I was. Sentence 2: The guards knew me. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4d0117ff1c5b47599f46109cb83b5e76", + "input": "Sentence 1: The graph shows supply increasing up to 30 billion pieces at a discount of 3a. Sentence 2: The graph contains data from the last 5 years. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ebfa036f21ea47e7883621769b99565e", + "input": "Sentence 1: Best wishes until we meet again--perhaps over Volume 9 of some future 14-volume biography of Rosalynn Carter. Sentence 2: Emission caps are imposed every decade. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b3b79bfb8971428eb0233e883a20b603", + "input": "Sentence 1: uh deductions uh allowable deductions for companies they put those in oh four of five years ago uh you know the the different insurance companies and things started promoting those plans Sentence 2: Deciviews use a logarithmic scale to evaluate relative changes in visibility. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e85c6ac892384c168c2bb94eab5d1504", + "input": "Sentence 1: He dropped it near Adrin, who buttoned his trousers. Sentence 2: The sword was dropped near Adrin. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-54291e954d4e4c4cbc952c05d5776536", + "input": "Sentence 1: yeah from what i've read most people in the United States do do some type of volunteer work at some time in their lives Sentence 2: Most people in the US have not done any type of volunteer work before. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a17d44409b5a48d183f71e3894c34318", + "input": "Sentence 1: They took me back to the house in Soho. Sentence 2: Two people took me back to the house. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6e1a993f18b8462bb9704ef6bd9d3787", + "input": "Sentence 1: They sat down, and the doctor looked inquiringly at Sir James. Sentence 2: The doctor looked at Sir James with interest. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7d22c9078a484be5a285e4ac79bdc2bc", + "input": "Sentence 1: Neither the proposed nor the final rulemaking expressly refers to the Unfunded Mandates Reform Act or includes the statements required by section 202. Sentence 2: We need to get some more labor. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7622a3cf69ff48e493937baa288c77a1", + "input": "Sentence 1: During this time Kyoto thrived as Japan's cultural and creative heartland. Sentence 2: Seal of approval does not bring any meaning to reports. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a7c37eba28f417bad6bd46eecbb8cca", + "input": "Sentence 1: I would like to correct--no, let's say refine--a few of these enormities--no, let's just say fatuities. Sentence 2: Further explanation and refinatiom are not needed. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-95af8f2c4d3a4134a64f2630337bf4ec", + "input": "Sentence 1: They are perhaps the most photographed symbol of Delos, and are believed to date from the seventh century b.c. Sentence 2: The U.S. military is actively involved in the operation. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ceaabf8966824437a81a248b1b6280bd", + "input": "Sentence 1: Several special rail cards include reduced rates for car rentals and even bicycle rentals. Sentence 2: I should be able to deal with praise and not worry about it. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e714de675c404524a466ac66134e11b6", + "input": "Sentence 1: um i get bored very easily uh the one nice thing about the bicycle is you just sit like you said you can sit and do it and watch the TV and not even really be conscious of what you are doing Sentence 2: Even after nine years, the Buick was still going strong. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-604e831ea88a4cf3a1cee63720051400", + "input": "Sentence 1: uh Mike Ditka i don't like the way he treats people Sentence 2: He showed why everything is perfect about the idea. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dafb224edb4a4af4ada50484514a709f", + "input": "Sentence 1: yeah you'll meet friends invite invite the boss over and and the friends at work Sentence 2: Giovanni Pisano's favorite sculpture in the cathedral is the superbly sculpted marble pulpit. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7ea532ab13543ef87528dd78ffcf9a5", + "input": "Sentence 1: Thus, whereas AICPA standards cite two main purposes of audit documentation--providing the principal support for the audit report and aiding auditors in performing and supervising the audit--audit documentation serves an additional purpose in audits performed in accordance with GAGAS. Sentence 2: Viejo Madrid is where the City of Madrid was first founded. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6bfc2dfee00742a583aaef64d77c5da4", + "input": "Sentence 1: uh i i wouldn't know what to do with it Sentence 2: The real predator is in this very room. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82f9964cfa6b4a9382f8ebbf7cba06c7", + "input": "Sentence 1: Athens became so attached to this source of easy money that dissent soon grew among the member cities, and Sparta led the confederacy from Athens after the Peloponnesian War (413 404 b.c. ). The Persians, sensing weakness in the ranks, launched another offensive, resulting in the Ae?Χean coast cities coming under Persian control in 387 b.c. Sentence 2: The Persians struck on an opportunity and won themselves coastal cities. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-67fb22ce5a5645a3a10283d2875283b7", + "input": "Sentence 1: The surrounding modern settlement of Mitzpe Ramon is the natural base for walkers who want to explore the crater below. Sentence 2: There are no internal control measures in place. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e92bd583a6974970b771b12b70471812", + "input": "Sentence 1: Number of Grantees Sentence 2: McBain helped inspire all the sitcoms. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc1b841ff6f949cc84ec3cb3bc5afc71", + "input": "Sentence 1: Some of the ranchers cleared out when the Apaches started raidin' and they're not comin' back. Sentence 2: The ceilings feature gold shipped back from the New World. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7e64a88c49242b3a68a6c951d211dea", + "input": "Sentence 1: So, it all fits. Sentence 2: The roads were icy this morning. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec2f6ee978ac46ceb9980eb7f0b4a81f", + "input": "Sentence 1: These traditional reasons, you say explain its significance for many [Jews] at a preconscious level, whether we like it or not. Sentence 2: The number of cardinals in the United States and Canada is declining. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c59ec7fc264142849fd44c4e6ebc4baf", + "input": "Sentence 1: But the best cellars open to the public are those in the chateau at Clos de Vougeot, owned by the Cis?­ter?­cian monks until the Revolution and now the property of the Chevaliers du Tastevin (fraternity of wine tasters). Sentence 2: The Chevaliers du Tastevin do not own any cellars. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-20b8b33f86504684b0d440d06d3c5dc3", + "input": "Sentence 1: We had rather a scramble to get ready in time; and before the meal was over the motor was waiting at the door. Sentence 2: The voices said nothing was there. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-050d76070c224fd385f0736c470aea54", + "input": "Sentence 1: You enter the Haghia Sophia church through the central portal, acrosea worn and well polished threshold of verd antique, and under a ninth-century mosaic of Christ Pantocrator, into the long, narrow narthex, running to right and left. Sentence 2: The shirt was very uncomfortable. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d03f358c63e5415db1c2721d96d35743", + "input": "Sentence 1: Prosperous and colorful, it is well prepared to take the country into the next millennium. Sentence 2: No official oversight is required for overtime work. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11e8fa6ced834042a597749a7c6bbc4f", + "input": "Sentence 1: She would never forgive me if I let Alfred Inglethorp, her husband, be arrested now, when a word from me could save him!\" 72 Chapter 6 THE INQUEST In the interval before the inquest, Poirot was unfailing in his activity. Sentence 2: There are occasionally international companies putting on shows at the festival. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afafe8bec30441ea96cce04350e5ce4a", + "input": "Sentence 1: The first to really do so was Steve Wynn, a Las Vegas resident and owner of the Golden Nugget. Sentence 2: Steve Wynn did so only after others had blazed a trail. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9c9ca08f8507406fbcf6619b2c239cfe", + "input": "Sentence 1: Why couldn't he just be 'Irving Goldberg'? Sentence 2: Jason and the Argonauts thought the golden fleece would be easy to find. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b71664c514ce440db356fbdcdeab1140", + "input": "Sentence 1: You notice it had been trimmed?\" Sentence 2: Someone has sewn on an extra length of fabric. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-42c0ec90f1c84cb7b13bc3a1fe50d515", + "input": "Sentence 1: So long as there's competitive pressure in the press, sources will use the outlet that affords them the greatest protection. Sentence 2: It may be easy to forget the city's celebrated history because of the current day shady image. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50696785079e4b4b9621d8f6d03bb602", + "input": "Sentence 1: D.C. is succumbing to the money and nerd fascination that has captured the rest of the country. Sentence 2: Taylor's motives were not as they appeared to Starr. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7724a3a29ee04f97a955038870bdd02c", + "input": "Sentence 1: oh that's nice uh mostly catfish or Sentence 2: Is it mostly catfish or trout? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ec7bd9dcd1e2439da83e3e17c980f91a", + "input": "Sentence 1: Chris Cannon, R-Utah. Sentence 2: People get angry with no electricity in high demand periods. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6993e26eff58417591aac047d0d4d770", + "input": "Sentence 1: Made from a mixture of red wine, lemon and orange juice and peel, brandy, and mineral water with ice, it may strike you as too heavy to be consumed with a meal. Sentence 2: They joked about their appearances upon meeting. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e7edff49e70451ab9ec0e883b01cc9f", + "input": "Sentence 1: For the first time, it occurred to me to wonder about the girl's future. Sentence 2: I thought about the girl's future for the first time. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-473f75fb34e842d983b1ff44ae23384d", + "input": "Sentence 1: I've spoken with them. Sentence 2: None of us have talked to them. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6ff75ed1e69c403e8a19dfabf075ee57", + "input": "Sentence 1: But nothing can prepare you for the visual shock of the Sistine Chapel (Cappella Sistina), built for Sixtus IV in the 15th century. Sentence 2: The British held an imperial hold. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-600f9ff366b94d57ba3abe6e19823b4e", + "input": "Sentence 1: 'Find the extra coffee-cup, and you can rest in peace.' Are you sure you don't know what it means? I asked him earnestly. Sentence 2: There was nothing special or renowned about the people of Kalymnos. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fee9f3ad3794e888644bf4a53948f1b", + "input": "Sentence 1: For example, it recommended an increase in analyses targeted at medical supplies and durable medical equipment and at providers who bill higher cost procedure codes to maximize their reimbursement. Sentence 2: Julius said \"I have my mental capacity fully functional\". Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-659a0bf9f57d46a3ba94567219b3cf7f", + "input": "Sentence 1: um-hum yes i noticed uh when we moved to Plano that um the mall here Collin Creek Mall i don't know where you are but um Sentence 2: If we do not take drastic measures, our economy will be ruined in a few decades. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ad2a5585728844b58682838e466856cb", + "input": "Sentence 1: The company's CEO despaired to USA Today that he couldn't purchase enough of them to meet demand, but that he was swimming in $25 canvas Christmas totes. Sentence 2: The CEO had been advised the canvas totes were out of style this year, but chose not to listen. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-40feb656bf7143b0a215e7bc8d332bba", + "input": "Sentence 1: Each of the Seven Swords was a veteran of battle. Sentence 2: The Seven Swords were never in battle. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-423c31209d794825adeafe9edd8c1ea5", + "input": "Sentence 1: 'Come on,' White growled, racing toward the battle. Sentence 2: He held them back with his axe. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1f838a9f7ab741aeb846cd41b76309a3", + "input": "Sentence 1: Naturally, she told him. Sentence 2: They determined that an email address or website were needed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da1cfa8a0b914aed99862a4382865906", + "input": "Sentence 1: The balcony only goes along as far as the boudoir. Sentence 2: The Single Audit Act Amendments were the product of years of lobbying and research. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0fac557cdc664484ab44c69766a7adc5", + "input": "Sentence 1: Auditors may meet this requirement by listing file numbers, case numbers, or other means of identifying specific documents they examined. Sentence 2: It is possible for auditors to get file numbers for documents. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-978e1e3bc1774827ad969279d26a5630", + "input": "Sentence 1: (internal quotation marks omitted). Sentence 2: What did she mean to say by 'on the top of the wardrobe'? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5cb65ae24d9c4d2e8a94e7ea52dab3eb", + "input": "Sentence 1: He accepted the offer. Sentence 2: He accepted the deal proposed by the merchant. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-75d87aa2a4e3403f89a8d1d846314fc3", + "input": "Sentence 1: The Denver Broncos will host the New York Jets in the other. Sentence 2: I gave up all indication that the obvious deduction was correct. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a074fca09dc4af5b0c089a34ed01d42", + "input": "Sentence 1: uh-huh well do you agree with that requirement that they meet those uh academic Sentence 2: You agree with all of the requirements, don't you? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-962bd4fb3dd44f43b8da14eb82d0194d", + "input": "Sentence 1: we have had highs of seventy two lows in the twenties Sentence 2: Only a portion of personal savings would be used to fund retirement spending. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8512372677149d5939c481288d2acc1", + "input": "Sentence 1: But after attempts to eliminate them began under President Reagan, and intensified with the Mapplethorpe fiasco, Yates' career became preoccupied with keeping them alive. Sentence 2: Books of his poetry are on sale throughout the area. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c621e8f205354ab3925e0e253c5470ac", + "input": "Sentence 1: um-hum um-hum i i agree we're the largest munitions producer in the world and so um there's a lot of money to be made there and it's uh be very difficult to to cut it back to a level where it should be and and then it will come back to haunt us it seems to come in cycles Sentence 2: Global conflicts are very profitable for us. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-89aec9bf49264abe96c734cfa26d7487", + "input": "Sentence 1: Anyone can sit, the angry Muslim preacher sneered, belittling the transformative techniques of the protesters for desegregation. Sentence 2: I told White that Lincoln had disappeared. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7743a78c90942968caf7649fc334fb2", + "input": "Sentence 1: If our cherished belief isn't correct, the reverse may be true--that under certain conditions, democracies might be even more given to warlike behavior than other forms of government. Sentence 2: Some Methodological Problems of Field Studies was written by Zelditch. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58c60aa81b17429d84c35388647e2fcd", + "input": "Sentence 1: Obviously, this won't be easy, given the diversity of grievances and the geopolitical complexity surrounding them. Sentence 2: This task is very simple. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c40dffb74bad4983821acbc08582e652", + "input": "Sentence 1: Distributional Analysis of Regional Benefits and Cost of Air Quality Control. Sentence 2: They looked at the cost of air quality control in big cities. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3201daea15514626b7d26a39d170f449", + "input": "Sentence 1: Beyond Limin, Thasos is mountainous and covered with pine forest. Sentence 2: Roxanne's previous husband, who re-married not so long ago. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1075a07b4c8449d498002f48e6f519b7", + "input": "Sentence 1: Further, to build trusted relationships and gain the acceptance of member organizations, staff needed to have pertinent skills and knowledge. Sentence 2: He was well aware of the subjective nature of the stock market and its inability to be objectively appraised. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-612d0bf503934db9adeab6b71a70d351", + "input": "Sentence 1: The volume of letters sent by non-households or nonhousehold originated mail can also be calculated from Table 1 by adding NHH-to-HH and NHH-to-NHH volumes. Sentence 2: I told White that I hadn't seen very many of White's people. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-088cc61a394e4ee99800777a2080e054", + "input": "Sentence 1: I didn't know what to say, so I let him talk. Sentence 2: I was able to finish a book on the topic. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3204be0c0e63483598936e90525e3976", + "input": "Sentence 1: okay that's uh uh we used to budget when the children were small um things were and there was only one income so we had to watch what we were doing Sentence 2: The Ruins at Qumran are clearly marked Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed0c864da6634c49a8ec0d1066dead2c", + "input": "Sentence 1: But unlike the picture in the Washington Post the same day, it captures the spirit of the event, with Dole grimly taking the offensive and Clinton watching warily but standing aside from the attacks. Sentence 2: Clinton made sure to be in the middle of the attack and did not stand to the side. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-552f031be8984f31a3abc4066c54d67e", + "input": "Sentence 1: There are no major zoos in Israel. Sentence 2: \"We need only one. How quickly can you build it?\" asked Jon. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fdc0bd51058243d7b3492407cc79dab9", + "input": "Sentence 1: (Recently, there has been a rush to fill the vacuum left by the antihistamine Seldane, which was yanked from the market after eight people died when Seldane reacted adversely with other drugs.) Sentence 2: This year has had a large number of kids. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5251cd04c3964f369e071ee2ef12be09", + "input": "Sentence 1: But when she applies her precepts to our great national conversation, Tannen gets confused. Sentence 2: Tannen has never gotten confused in her life. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fcb4a03acb4f474ca6f57e86bb3a3ad5", + "input": "Sentence 1: yeah well till you just check it you know during and another quick dish if you like um if do you know what hoi sin sauce is it's that sweet Chinese sauce Sentence 2: Hoi sin sauce was developed in China by hungry pirates over three hundred years ago. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0387e1f1ba6640e08c6c71323cb32f1f", + "input": "Sentence 1: At least for very long. Sentence 2: British traffic is really good. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-44b8f2ff065d4179a3b1240441630bb8", + "input": "Sentence 1: Radio and--even more--television made this possible on a national scale. Sentence 2: How did you get rid of the weeds? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-749c9188f92f4d2a86696a6c0ea2bb03", + "input": "Sentence 1: In general, saving today increases a nation's capacity to produce more goods and services and generate higher income in the future. Sentence 2: Drew said it was a brilliant, safe scheme. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f122aaf2b3924071a0083e7631b5e5a1", + "input": "Sentence 1: FDA considers the two rules complementary and cannot separately quantify the benefits of the two programs and since both rules work collectively to reduce youth access to tobacco products, the costs attributable to the SAMHSA program are included in the analysis. Sentence 2: There are Muslim meals at sundown that do not include any meats. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b6e1062961194627a6de06f331bafb76", + "input": "Sentence 1: This is not a contradiction. Sentence 2: It may not agree but it does not strictly oppose it either. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-21738f147dec4c5bb31ed33561104a25", + "input": "Sentence 1: right yeah we're just so much wealthier and uh and uh there has to be resentment built up and that's where uh leaders can use uh use that whenever the opportune moment arises Sentence 2: We are richer and that can be used against us by various leaders because of the envy and resentment others have. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7c37fb9395344a4fbd63a2168de5ff76", + "input": "Sentence 1: yeah my my husband likes uh country music real well and he he likes some of the new groups like Shenandoah and uh yeah he really likes Shenandoah Sentence 2: It's really difficult to get a job for them. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b04e4502efd46d181e0808ecc39a768", + "input": "Sentence 1: Part of the Democrats' dislike of Barr undoubtedly stems from annoyance with his persistence and effectiveness. Sentence 2: The movies always end abruptly. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa3f7b8471124197b12fc87286d38d15", + "input": "Sentence 1: Autun was founded in the first century b.c. Sentence 2: I was always exceptional in chemistry. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e93e0a55e8e442d0a2e8d55ee30a36aa", + "input": "Sentence 1: You sure have yourself a snootful tonight! Sentence 2: You are drunk every night. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ad8604c49915437eb291a1b87510c16d", + "input": "Sentence 1: He was coming toward forested ground now, something like the country in which the Sons of the Egg had found refuge. Sentence 2: The forest was dense and dark. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-117db2aeb05347bcbb2722966b7acabf", + "input": "Sentence 1: Station III (Jesus falls): The Gospels carry no word of this event, but according to tradition Jesus fell under the weight of the crosejust around the first corner you reach. Sentence 2: Generally people didn't think that it was something they preferred to do. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c7b6f2540af42eea8bec54a6ec4fec5", + "input": "Sentence 1: Don't ask those on their way in, though. Sentence 2: The inventory of each state is prepared in the same way. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eda081ff48f84563b6e54345e9f4ebf6", + "input": "Sentence 1: of course being part of the European community if everybody else did it they they were probably much more is much more necessary for them than for us Sentence 2: When the prisoner left his house we searched his room. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7b8df488d30446eb4761f985043ee96", + "input": "Sentence 1: The ship was launched in April 1953, when Elizabeth II was in the first few months of her reign. Sentence 2: Elizabeth II ordered the ship's launch a few months into her reign. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0af0b0fb821f476bb761a0e6bce8f4fe", + "input": "Sentence 1: you ever serve that yourself when you have company Sentence 2: The had a green card, which was a requirement to be a lawyer. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9786fe135e04a259e397063937ac4fa", + "input": "Sentence 1: AH! Annette appeared to stumble over something. Sentence 2: Leave immediately, or he will see you. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-08c50dc516844e3789fa2ff00254e8db", + "input": "Sentence 1: Newspaper reporters increasingly feel themselves irrelevant--marginalized by TV news and the Internet, ignored by a younger generation of nonreaders. Sentence 2: The modern structures are very ugly compared to the old homes that were there before. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afd6e0c0c18144db9adddd60076fcfb7", + "input": "Sentence 1: if you know if they want to get a liberal arts degree i don't i don't know what advice i'd give them go to the school you'd like to go to that's what i did Sentence 2: We keep purchasing the cars in full but she keeps buying a new one every few years. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f6966bae2014474d8ad0b77e0adda6a5", + "input": "Sentence 1: Software metrics, which use mathematical models to measure elements of the development process, are intended to help organizations better understand and manage the relationships between resource decisions, development schedules, and the cost of software projects. Sentence 2: Leading organizations usually discourage discussing new information technology at work. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0e2475a6cc424ee1a7c1b72f6e2493bf", + "input": "Sentence 1: uh-huh the the problem i'm sorry go ahead i uh i just i don't think a woman president is anywhere in the near future if not just for the just for American prejudice Sentence 2: They have found the courage to stand up and speak for themselves. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9810ffeaa2e7485aaddfcf8c2920e1dd", + "input": "Sentence 1: (without fringe benefits) was $24,076 for full-time U.S. workers in that year. Sentence 2: You aren't getting a turn. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-644f27be21094d95bffd2d9f23b2b903", + "input": "Sentence 1: It's equally true that Republicans cynically oversimplified Gore's statement about the Internet. Sentence 2: It takes many days in order to see all of this. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fb22a24bfa504d2889d8af90a9583266", + "input": "Sentence 1: But, in fact, the whale's gaseous chambers (i.e. Sentence 2: The Cowboys won the best of the games between them. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7a5e254e3d04dfb95619ae1823e3915", + "input": "Sentence 1: From the bus station, signs in English point the way to the path winding along a stream, past many stalls and small shops selling Ohara's famous pickles, to the temple's massive front gate. Sentence 2: There were no riding centers at the Algarve. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afc6e7e1a871450c88aecf6d8fef8df9", + "input": "Sentence 1: valet with baseball tickets and we ended up with them right and so we were walking up and i looked at my husband and i said you know what Kyle Sentence 2: The most inexpensive pool can be found in Quinta Magnolia Park. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ddd2c751f6e4e00aa6104c73922c920", + "input": "Sentence 1: I kept my face hidden. Sentence 2: I didn't want anyone to see my face. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-899560fa7e6a47e7a25a368fa8d2f818", + "input": "Sentence 1: uh he had only given up two hits and uh two walks and nine strike outs so he's he's back in the groove and a a guy his age this this afternoon here it's about seventy nine degrees Sentence 2: All inds of vegetables are grown in Brinchang. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-57a3b98b926545a28513995d27c50451", + "input": "Sentence 1: With her hand on the handle, she turned her head over her shoulder, and beckoned to me. Sentence 2: She looked back at me and motioned for me to come. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-09120cc2042b4fb38ba4bcd4e80b3c7e", + "input": "Sentence 1: By comparison, tax records show the director of the program at the Atlanta Legal Aid Society earned upwards of $80,000 during that time. Sentence 2: Follow local people if don't ant to see anything risque. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e19535141f343d99c772989ddb76f72", + "input": "Sentence 1: because one of these days i'll be getting a six seater probably too so um Sentence 2: I plan to buy a six-seater within two months. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5e47668cfbec432fa9345b00cb28e53d", + "input": "Sentence 1: For example, web visitor survey data from Pinetree Legal Services in Maine indicates that two-thirds of its site visitors are low income people or persons seeking information on behalf of low income people. Sentence 2: His attempts to produce food kept failing. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-340a5d5247b0455e88daa3f66637eecb", + "input": "Sentence 1: Commercial companies insist that technology be mature at the outset of a product development program and, therefore, separate technology development from product development. Sentence 2: Intellectual content should not be part of good journalism. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ee0b1c583d834b4a88f821d397d18791", + "input": "Sentence 1: Dissenters congratulate Quindlen for having moved beyond veiled autobiography. Sentence 2: Quindlen has been universally criticized. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d378996dd1b14af4b34e0f505015117a", + "input": "Sentence 1: only work initially Sentence 2: Everyone here is just like the Cockneys in London. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-388d8ad2cda34a2eb13a7513c08aa834", + "input": "Sentence 1: Reminders of the permanent threat posed by pirates can be found everywhere on Ibiza. Sentence 2: None of these are operational any more. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a5d9a58c8b51454385a93484edf5e776", + "input": "Sentence 1: [ Peanuts ] is also a commentary on the culture. Sentence 2: The culture has some commentaries, like that one. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-121b0e208e47427c8b34643120f516d5", + "input": "Sentence 1: The present structure enclosing the tomb was designed by an Greek Orthodox architect in the 19th century. Sentence 2: They started again. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9301e40402804ecf89b384615159d7fd", + "input": "Sentence 1: What's ironic about this revisionism is that it's easy to dismiss the 1980s vogue for Japanese strategy and techniques only because so many of those techniques have become part of the fabric of everyday life at many, perhaps most, U.S. industrial companies. Sentence 2: Have you ever camped on soil? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0936e85c7a084b1f953d15f104d3c09c", + "input": "Sentence 1: The next pivotal episode in Polish history coincided with the end of World War I and the defeat of the Russians, Germans, and Austrians. Sentence 2: The initiatives were great and sure to pass. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f50bbe221a7d420ca7a5c5bffdb14519", + "input": "Sentence 1: The second row shows the bill/payment mail that comes from the NHH-to-HH (Non-household-to-Household) sector. Sentence 2: we're not supposed to wear jeans often, but that varies from season to season since the office is climate-controlled Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d05a39e56a6e41358604e2ff43ab318b", + "input": "Sentence 1: National Saving (1990-2000) 80 Figure 4.2:Unified Surpluses and Deficits as a Share of GDP Under Sentence 2: Willey was dressed in a t-shirt and jeans when she was propositioned in the White House. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c628bf5610114f44ba0421b6f5b578a6", + "input": "Sentence 1: Mars has fallen. Sentence 2: The position was warped so much that they would be in trouble if the handfke wasn't fixed. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-741885b657cf43a99e4f61d94d7f1b4e", + "input": "Sentence 1: There are evening bus tours that include visits to a restaurant and night spots; some tours combine a Chinese banquet with a visit to an open-air market and the panorama from Victoria Peak. Sentence 2: Reducing NOx is critical for compliance with EPA regulations. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b320854b43af44c8bcc614e8fb2a6d26", + "input": "Sentence 1: i think it all depends on mental set more than sex Sentence 2: I believe in capital punishment but I wouldn't want to be in a position to make that choice. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c64c727eb59439199a60fa7884cbb84", + "input": "Sentence 1: They generally invest those excess dollars in U.S. assets. Sentence 2: They typically would put the extra money towards investments. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-973e5b00d00148f9a60dd72d9fe62bd1", + "input": "Sentence 1: then that would yeah i guess then the water aerobics would be probably the best thing for you wouldn't it Sentence 2: Water aerobics is better for you than many of the other options. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-38687042043245809c7c7700f0f865bb", + "input": "Sentence 1: Inside is an 8,500-sq-ft (791-sq-m) store loaded with thousands of M and M knickknacks. Sentence 2: West pointed out that there is no agency handling supervised custody visits. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8bb02784f55451eb1bb486f11dcc313", + "input": "Sentence 1: i had uh i have seven hundred dollars in mine now and i've put saved up enough money where i'm going to bring it down to two hundred and hopefully i can keep it around there Sentence 2: I have around three hundred dollars. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-73efb66648da4275bab7f30815dbef8f", + "input": "Sentence 1: These officials told us that Caterpillar maintains the philosophy of first getting the design right, then producing it as quickly and efficiently as possible. Sentence 2: Apparently, Caterpillar tries to get the design right first, before they move to production. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f6dc5e6f5bad415eb8182ac7d5851bae", + "input": "Sentence 1: oh i just right right there are so many other ways but that one just it defeated me i didn't have any answer for that one that one was just beyond my imagination Sentence 2: I could barely understand the question Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5af43e8a78824642a4b685d0f8a529ef", + "input": "Sentence 1: In winter, the gaur, the world's largest wild ox, almost 2 m (6 ft) high at the shoulder, comes out of its hideaway in the Siwalik Hills on the park's southern edge in search of young grass. Sentence 2: We think that there is no need to involve medicine experts in the grant review. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a9b0bca9df774c268ed200821432c341", + "input": "Sentence 1: Practical guidelines for performing alcohol interventions in trauma centers. Sentence 2: There are no interventions for alcohol at the trauma center. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-43889c3ad3ed429c9d2df63bfe853e84", + "input": "Sentence 1: The Californication of Seattle continues. Sentence 2: Seattle citizens are unhappy about the Californication of their state. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cf4e2550ebdf4e15a5c71973c11affbd", + "input": "Sentence 1: (LTCM, as a matter of principle, refused to divulge its assets or strategy--so anyone who entered a contract with the firm was accepting an unknown risk.) Sentence 2: LTCM did not divulge the strategy. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5d2734037eb348a79f3a05f7a09f1d03", + "input": "Sentence 1: Continue along the Quai Saint-Nicolas to the Musee Alsacien at num?­ber 23, a group of 16th- and 17th-century houses appropriate to the colorful collections of Alsatian folklore. Sentence 2: It is impossible to view houses from the 16th century, as no examples still exist. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bfb43baa974e49a0be853f562d60afd2", + "input": "Sentence 1: In addition, PDD 63 recognized the importance of establishing mechanisms for sharing information on system vulnerabilities, threats, intrusions, and anomalies so that both government and industry could better prepare to warn and defend against computer-based attacks. Sentence 2: It is important to create information transmission protocols. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-492aca50632b43b580b2c8d917f7f2f7", + "input": "Sentence 1: If you're willing to wander off the beaten track you should be able to find cliff-backed coves with clear, blue water or patches of sand scarcely large enough for two families. Sentence 2: I am not current on my shows that are airing right now. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af03ad32003b4b038077680959b5fe26", + "input": "Sentence 1: Much of this adornment is gold filigree, like an emprendad, a necklace of Moorish design. Sentence 2: The bubonic plague only hit people living in tenements. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e2fd24db1a884799901125237e5ade35", + "input": "Sentence 1: okay yeah that's good well they say that walking is just as good if not better than jogging Sentence 2: A silver object moved in through the dark. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-765c7c6e8e96424eb9bd457ef50f35b8", + "input": "Sentence 1: well good for him uh-huh uh-huh yeah Sentence 2: BSE is believed to come from cattle feed from infected proteins. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-654c8f93f3a64fb88519719593de1261", + "input": "Sentence 1: and uh we had we had a blast up there Sentence 2: She hung a sign that said employees needed to wear protective gear. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be00f197c5da40bc846e66b8f9f7f2d8", + "input": "Sentence 1: The Nike and Reebok logos are now officially declared badges of shame. Sentence 2: The brands of Nike and Reebok are not doing as well as they could. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d1ea7529f9dc495ebd23dc845d1e4236", + "input": "Sentence 1: It landed at a hundred miles an hour and managed to stop against a small entrance to a cave in the hillside. Sentence 2: It's no longer under warrantee. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4fdc2936b8f14cc3af8a53967d40b207", + "input": "Sentence 1: ever in thousands of years of history Sentence 2: This won't happen again for thousands of years. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ba06bf2230c84e9f8046debb0a1465c5", + "input": "Sentence 1: Today, it is a busy industrial city with the country's only metro service, the Carmelit subway. Sentence 2: It is a busy city and contains a metro service. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-12fc45de64f244168138bcf0f6a0cba2", + "input": "Sentence 1: Wadi Natrun was one of the most important areas of Egypt in ancient times, primarily because it was the main source of the mineral natron used in the mummification and glassmaking processes. Sentence 2: The Beatles and Bob Dylan profited the most off of this agreement. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f36845ae3d12404c92b3cda5c9302d52", + "input": "Sentence 1: but it's a real different show than it was when it started it's it's funny now and it's better but it's real different than what it used to be but you can't be uh so um you can't be outrageous Sentence 2: I was scared and wanted to get there quickly. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-696c2ba2141049ccb09cbdf8b2b9fffb", + "input": "Sentence 1: Along the coast Provence bristles with cultural activity in the summer months, each town using its ancient amphitheater, cathedral, or palace as a magnificent setting for festivals of music, theater, and the other arts . Sentence 2: You are going to prison. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9de751fba66a4009b8671fb20c541e70", + "input": "Sentence 1: Oh honey, gramps hasn't come up with that yet. Sentence 2: It has been windy in March, but April will bring the rain. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-da4411bccb13463bb55b90a9cc129a7b", + "input": "Sentence 1: and i'm sitting around thinking well if i go out and run now because i messed around until almost seven uh six thirty or so if i go out and run now i'm going to get back and i'm going to be mowing the lawn and it's going to get dark and i'm going to have to guess where where the line is to mow Sentence 2: I will be mowing in the dark Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c8436dd9260d4382b6eebbee0b18535e", + "input": "Sentence 1: The strange light eyes seemed to burn through the curtain; Tommy could hardly believe that the man did not know he was there and in spite of himself he shivered. Sentence 2: The light had started shining since it was the morning. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-db6c1cd2466f4579879de4a33fbacd8e", + "input": "Sentence 1: Many boilermakers travel to work sites that are out of their local area. Sentence 2: The floral decorations had a random mix of fruits from different seasons. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1b4157bcaaf94d58afb5029d279b4104", + "input": "Sentence 1: Even Barik noticed it. Sentence 2: That person will be willing to answer my inquiries. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d03018a3eeaf47179a6e263a5e66e8d2", + "input": "Sentence 1: 'Truth be told, Mr. White was somewhat exceeding his bounds by taking you home. Sentence 2: Mr. White was never allowed to be with you and definitely shouldn't have been taking you home. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6ffea34014d14fa7a261d95428170122", + "input": "Sentence 1: Some evidence from public records is suggestive. Sentence 2: Maybe this year. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ba81741e3f1c473eb37d58d9782bba4b", + "input": "Sentence 1: Legislation would be required to change the government's general policy to allow civilian employees and uniformed service members to retain for personal use frequent traveler benefits accrued on official travel. Sentence 2: Regulations on meat processing have been unable to curb E. coli. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89ce1b13af174738bc53e892ddc5bba4", + "input": "Sentence 1: On the third floor is the Bed Chamber of Mary, Queen of Scots, with her antechambers surrounding it. Sentence 2: \"What did you learn from samurai master Del'Rosa about the shadow style of sword fighting?\" asked Jon. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-53168cbf1b254f1d805a3cfe2639d1a7", + "input": "Sentence 1: well you know a lot of these people that i've talked to that are coming down from uh like what i call the back East especially from JC Penney Sentence 2: An outcome is the assessment of the results of a program. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29ec0c1e86284ce39a04dc932e2a63e5", + "input": "Sentence 1: wait did you watch Saturday Night Live what he's got what Sentence 2: I want to know what you saw on that episode of Saturday Night Live. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-340fd1470c9a4126b484d6600b48eb7c", + "input": "Sentence 1: Only we kept to it, 'cause it would give us a stake. Sentence 2: We were the only ones who kept to it because it would give us a stake. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-492e27eb7f8540c288b6252e6a8e88c7", + "input": "Sentence 1: i've had i've had that meal in New York uh where they bring you a plank sort of with all this wonderful beef parts of beef cooked and barbecued and it's marvelous uh i have Sentence 2: Slim was late for work. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c9e0658dc8ba442ca30af33d400d03bf", + "input": "Sentence 1: Bettelheim believed grandiosely in being a guide, but he had fundamentally humble guidance to that in the end, as in the beginning (one of his favorite phrases), one can hope to grow only by endeavoring to be one's own guide. Sentence 2: They lost all their culinary tradition because they took over recipes from other countries. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-547e2845c31c4dd99cb3cb1ecc4894f0", + "input": "Sentence 1: The ruminative buffalo pulls plows and carts, then wallows in the mud of a village pond. Sentence 2: They were upset that WB took a cheap shot at them. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b661174e9c544f3bfeba4b8e16f9ac5", + "input": "Sentence 1: you can go back to work now thank you bye-bye Sentence 2: Malaysian exports grew and, at the same time, the UMNO party consolidated its strength. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9cee5a6ba16e46d1931b5c3f54c9ff70", + "input": "Sentence 1: No one can possibly bring home the crime to me. Sentence 2: The crime cannot be brought home to me. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6fd49ded7c174fd39f6bc11d26cf74d3", + "input": "Sentence 1: 'You are not a man happy to betray even his enemies. Sentence 2: Everyone knows that Clinton has the nerve to do that. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3dfce48f3cb4101a1ddf990b6fbd338", + "input": "Sentence 1: From then until 1812, when the intrepid Swiss explorer John L. Burckhardt rediscovered Petra, it was almost totally forgotten. Sentence 2: The lawns are covered by an ice rink during the winter. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8f11e1439e8043139a369b0219711aa8", + "input": "Sentence 1: And it means Alabama won't have a half-million dollars cut from its budget as had been expected. Sentence 2: There was never any question that Alabama wouldn't have half a million dollars taken out of its budget. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2d987dd83a38413e83fd15c9056da2d3", + "input": "Sentence 1: put a big cast on it Sentence 2: Such as using the entire wardrobe. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f94c413b21274af0bbefc3506cb0b744", + "input": "Sentence 1: Well, I guess I'd better buy a car, a slap-up one, dress as a chauffeur and hang about outside. Sentence 2: Monti insisted that all patients be screened for alcohol problems. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e516606a90784e3c8990edbfab24a6a7", + "input": "Sentence 1: because there just cannot always be landfills uh my we have always saved aluminum just absolutely forever and uh i'm saving uh paper now and glass our biggest problem is that no one will take the paper it gets really difficult to find someone in fact now i'm donating it to a local church and by giving it to them they take it in mass and then our junk dealer gives them ten dollars just because they've they're a church and he writes it off as a donation but it's a real problem with with the paper to find that outlet for it after you've got it stacked up Sentence 2: He had to get two new ones. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7164554259104a79859f5518a7a21372", + "input": "Sentence 1: uh maybe certain religions uh you know i think it's is it the Mormons or somebody i know at Brigham Young University they have to do like a mandatory uh year or two years worth of sort of service but uh whatever that religion is Sentence 2: The people of Kerrville and Kerr County have a great opportunity. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-011e67c23c024510a2e52fa40db73964", + "input": "Sentence 1: He seemed to be fully engrossed in a computer game illegally loaded as an additional application for the passenger orbital ferry autopilot system and needed a while to come back to reality. Sentence 2: The person seemed to be engrossed in a computer game that was loaded illegally, and needed a while to come back to reality. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a562f4fb4bdb4630a5ad53c5d1c29262", + "input": "Sentence 1: The information developed during a risk assessment forms the foundation or basis upon which management can determine the nature and type of corrective actions needed, and it gives management baseline information for measuring progress in reducing improper payments. Sentence 2: The people were confident Clinton would do better during his second presidential term. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a00b6fb60de4a8780e6106b62c9b40e", + "input": "Sentence 1: The tombs of the Conqueror and his wife are in the walled graveyard behind the mosque. Sentence 2: Tomorrow evening will not be conducive to driving. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d53c6802fd143989f9d558f0a769c54", + "input": "Sentence 1: Jon saw Adrin tense and hold his pistols up, back to his rock. Sentence 2: Carbon and nitrous oxide emissions can be reduced by both lower demand and cleaner energy technologies. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d75e4e03a874838b4b503507c674a89", + "input": "Sentence 1: And, quite as evidently, they were unaware of my vicinity, for before I could move or speak John repeated the words which had aroused me from my dream. Sentence 2: Do you go by Ben Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11893bcf9c7c47cb83b45bbaa9862fa4", + "input": "Sentence 1: balances no longer needed, that could be recaptured in fiscal years 1998 and 1999. Sentence 2: The mountain is hard to come down. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-91626935561f4703b74ffffff9b2f93c", + "input": "Sentence 1: so i'm getting kind of convinced that if something doesn't grow naturally here there's no sense in planting it because eventually you're going to lose it Sentence 2: The federal government constantly has an effect on net national saving. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c32212ecfab4d64bf487a55e6e27f4f", + "input": "Sentence 1: But when important issues can't be negotiated, both the covenant marriage and the no-fault contract become more attractive, for different reasons. Sentence 2: No-fault contracts and covenant marriages are used when issues can not be negotiated. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-de11884d3629403a8a876d5d7b09735f", + "input": "Sentence 1: It carried spring water from near Uz??s to the town of N?®mes, a distance of 35 km (22 miles). Sentence 2: It is too north so you have to swim inside? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d8c18d224442461ea97106a20fa13ce3", + "input": "Sentence 1: The path led to the cliff, and down to the sea between big yellow gorse bushes they were like golden flames. Sentence 2: You can't send it by email because it's not safe. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6743f4b921c04bd4ae517ef7cc3797a9", + "input": "Sentence 1: Team 100 donors also received special policy briefings from administration officials and invitations to White House dinners. Sentence 2: This would be the first example of Venetian mosaicists in the region. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb6455d130464ae485f7be451f7bcfa6", + "input": "Sentence 1: Charlotte's whites could flee to private schools (and some did), but because the county had consolidated its school system in 1960 the outlying areas as well as the inner cities were embraced in the busing blueprint. Sentence 2: Tommy said he was a genius. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3d409213ab1b44b992ee6e45cb727ad3", + "input": "Sentence 1: If all SCR systems were loaded with catalyst in just a one year period prior to 2005 and 2010 instead of spreading out the loading over several years, there would be sufficient accumulated supply to meet the increased demand. Sentence 2: Is there no point? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-534a41432a1d4bed92fbe5979e25483a", + "input": "Sentence 1: DOD has historically developed new weapon systems in a highly concurrent environment that usually forces acquisition programs to manage technology, design, and manufacturing risk at the same time. Sentence 2: It seems like things just die here. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca99fc948fe64ca887cab13f6043a88a", + "input": "Sentence 1: Close by is Osaka's most famous temple, Shitennoji, founded in 593 by the revered reforming lawgiver, Prince Shotoku. Sentence 2: Understanding the material is difficult because it is primarily in German. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eef5d924d7ec46e0897db05765cfc7c5", + "input": "Sentence 1: Peter's of Ancient Egyptian religion) from the 11th Dynasty period, c.2134 b.c. Sentence 2: The 11th Dynasty peroid was AD, not BC. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6f11883d416e4921bd3d26849bb73cf2", + "input": "Sentence 1: She came in to-day. Sentence 2: She attended today. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b28b69c6c24444d58c6721d62313de50", + "input": "Sentence 1: You'll find a range of accommodation on offer, from the Jalai Hill Resort and Puncak Inn in the top tier to more middle-range inns, bungalows, and even a youth hostel. Sentence 2: The net worth of people is increasing to lead them to spend. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2042ead4bd9e404b987bb878b151156c", + "input": "Sentence 1: Its market gardens, second only to Valencia's, are watered by the River Segura and yet another Moorish irrigation system. Sentence 2: The only gardens that can be considered superior are Valencia's. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5ca2815ca18f4f85bcfa05cd9d900f77", + "input": "Sentence 1: yeah it also seems like maybe another another candidate that nobody wants could slip in if you know not enough people are voting Sentence 2: The cancellation is an exchange loss to the entity that owed the gains from the surplus and a exchange gain to the lender. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f5f21c9d5aac4313b53c6a699e1ca7d7", + "input": "Sentence 1: The profile, which is kept available for future reference, includes the Sentence 2: The high clergy and the nobles only got to dominate the parliament for a couple years before being thrown out. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0b58adade48843008ab8f0fc5508c5ed", + "input": "Sentence 1: I must try and get hold of Tuppence before Jane escapes. Sentence 2: Before Jane gets out, I should attempt to consult Tuppence. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cc87521b08634f229d11a6024a5ccbf6", + "input": "Sentence 1: They made some sort of camp half a night's ride from the rocks. Sentence 2: Shandurai has a vacuum cleaner. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-43255a877940494f9b2e8bb494462a78", + "input": "Sentence 1: Had Shannon heard anything he would remember? Sentence 2: Tuppence didn't trust him. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0084d5f81f58460d9927cf327e6bc408", + "input": "Sentence 1: it's fine over on the coast because you've got the you've got the breezes off the off the water there Sentence 2: I don't believe things were done properly. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f5b004d235c406ca65bbae5ea355399", + "input": "Sentence 1: History of the Conquest of Mexico , The Three Musketeers, The Count of Monte Cristo ... Where'd these come from, Mister Stein? Drew's curiosity was aroused. Sentence 2: The Forth Railway Bridge is still standing to this day. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dec153e5304d4f6b9e3525d9f6c0bd60", + "input": "Sentence 1: And are Kinsky's rippling, Philip Glass-like progressions meant to suggest profundity or empty pretentiousness? Sentence 2: The costs of carbon reductions fall annually. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e819924fc2d4b18aeb036f685d09799", + "input": "Sentence 1: The FCC received 35 comments and 17 reply comments in response to the NPRM to which it responds in the preamble to the final rule. Sentence 2: Our friends all moved away so they could join exclusive clubs. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c8553b8fc2549ac8721a63ded0603ca", + "input": "Sentence 1: USEFUL LIFE - The normal operating life in terms of utility to the owner. Sentence 2: It's logical to me, because it uses decimals. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b7eb8a18d90646a0b529308fe1ae9dc7", + "input": "Sentence 1: If for no other reason, it has provided an excuse to escape for a day the pressure--cooker atmosphere associated with putting the finishing touches on a major rate case decision. Sentence 2: It gave them a moment to be relaxed and not to well on the upcoming decisions they needed to make. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-46c93a77586645f2bcb10e1966dc94bb", + "input": "Sentence 1: Though independent travel is difficult north of Luxor because of security precautions put in place to protect tourists (see driving, page 111), there are still two temple complexes that can be visited from your base at Luxor. Sentence 2: From your Luxor base, there are two temples that can be visited. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6ddd05d64ef44ca1aa7cc8e610d6f579", + "input": "Sentence 1: There's a good re-creation of King Tutankhamun's tomb at the time of its discovery so you can see just what Howard Ceter saw in 1922. Sentence 2: There is little incentive for the program managers to capture sales data at the beginning of the development process. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-03f82cbd17b9450da8ae76c7e3dddd0a", + "input": "Sentence 1: 7. And, finally, don't be so Our relations with China are messy partly because we worry too much about them. Sentence 2: The program is helping the lawyers that have problems. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bfcc4e23a5044a9eb142400334fe0dae", + "input": "Sentence 1: and it's very difficult for lay people for somebody who might just you know happen to be selected in our jury to understand what we're talking about Sentence 2: What we are talking about is very difficult for a lay person to comprehend. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ceeb351819ee45bdb0a7d761a40e1d97", + "input": "Sentence 1: Sea grapes and shrubs provide little shade here, but otherwise you should find no fault with either of these shores. Sentence 2: The local flora provides a lot of shade. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cd6ab094d9bb4f78b47ed16c0eb4dc99", + "input": "Sentence 1: Ethnic diversity is only one element in a range of factors a university properly may consider in attaining the goal of a heterogeneous student body. Sentence 2: There had been things in that trunk because it was used for storage. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1ec7593941f47b9bdceae12f8cd20e9", + "input": "Sentence 1: Now I'm going right along to Scotland Yard to ask them to take me by the hand and show me the way I should go. Sentence 2: The standards for organically produced food were in the rule that was published in 1997. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-818b2d9ccab048ed9bc6285ecccc402f", + "input": "Sentence 1: For this and other reasons, AMIGA currently reports results only through the year 2015. Sentence 2: Homer City has installed retrofit systems. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9c5852ebff6d4d9a9bf5b4a62baf95f1", + "input": "Sentence 1: yeah ours is not that big but like i said if i had to mow the front i'd be stuck because i can't get it to move Sentence 2: I've heard a theory that the order they were born in affects their characteristics. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-12bda7b2697642c99de21740b2ddc22e", + "input": "Sentence 1: Regulation M is intended to preclude manipulative conduct by persons with an interest in the outcome of an offering. Sentence 2: I waited seven hours until it was safe. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1bc102c721124887a90ef8c0d72c9005", + "input": "Sentence 1: Planning, engineering, installation, and start up of one ACI system is only about 15 months. Sentence 2: Endangered sea turtles are released every July 4th in the nearby lagoons. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7800cd2d3fd544388d5a2e60c10f1ee5", + "input": "Sentence 1: Although one might expect an increase in federal saving to lead to an increase in national saving, changes in federal saving do not flow through to changes in national saving and investment in a dollar-for-dollar relationship. Sentence 2: You get the feeling that Bradley was speaking to a room full of business executives. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f7589ed94a06405dbac05d34323f3654", + "input": "Sentence 1: I don't know, I don't know ” ” Sentence 2: The nation puts little importance on visual style. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f2edef763ac149849acbba9325c28df3", + "input": "Sentence 1: and then some of them you know like the kitchen and the bathrooms we uh we had put paper up Sentence 2: $100,000 was devoted to facility design changes. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a446e600feeb4e00814eee2a57c4c864", + "input": "Sentence 1: I saw you roll out of your saddle back in Tennessee. Sentence 2: If product development takes more time or money than thought, the firm is denied opportunities to invest. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ff5ba1067524a3fabb4297b8be3319f", + "input": "Sentence 1: Carmel is now an elegant residential and hotel district (Carmelit to Gan Ha-em) featuring the best shops, restaurants, and cafe. Sentence 2: I had a feeling that Mrs. Cavendish had hidden it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c57069d993354beba0853cd54799149b", + "input": "Sentence 1: Obviously somebody must have crept up behind him as he listened and struck him down with a blow on the head. Sentence 2: The person did not affect him Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3f812edaf35345bba74d5f95b7db0d97", + "input": "Sentence 1: At his best, he deftly skewers the inanities of corporate-sponsored dissidence. Sentence 2: He was a great finesse player. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e4443fd1a254a49beb0d4267105b25f", + "input": "Sentence 1: And in those Super Cheap Railways they don't have a restaurant car anymore.' Sentence 2: The World Wild Wildlife Federation sells my name after I donate money. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-29864a3b03294540be5188aec9e47635", + "input": "Sentence 1: Normally it is three to four weeks,\" said Ca'daan. Sentence 2: Ca'daan said it's normally three to four weeks. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-258dc74b3d9848d6b21a60f2aacee352", + "input": "Sentence 1: A tough call, since no shoe company with a big-name hoops line is wholly without blame. Sentence 2: There is not a one that is innocent. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2f4081ccdfc64e4988a76a989c561ea6", + "input": "Sentence 1: In a 1985 memo, Neuharth threatened to transfer out of the country any editors who sloppily allowed America or Americans into the paper when they meant citizens and residents of the United States. Sentence 2: Nobody cared how the editors referred to American or citizens. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d842d3d6632542dfafcbe557ca0b3b7d", + "input": "Sentence 1: Depending on the patient and the setting, paths can be traveled very quickly and adapted quickly as well. Sentence 2: Paths may be traveled quickly and go by quickly depending on circumstance. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5a62139ba6d74b7d8a1505c587c8bfe2", + "input": "Sentence 1: Christian name? Sentence 2: Slate already has the assignment picked out but they will wait until the weekend of the competition to tell their Hackathletes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13219f821c1e4ff5915314063b00eeff", + "input": "Sentence 1: Slowly, it is making something of a comeback in popularity. Sentence 2: Over time it is sort of making a comeback. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-82acdad3ddcc402faa36f1b4b0511dd8", + "input": "Sentence 1: The dog that did bark but no one noticed--the political turmoil in the three great South Asian nations of India, Pakistan, and Indonesia, which now are well on the way to passing the three northern Asian nations of China, Japan, and Russia in population (Indonesia is fourth, Pakistan just passed Japan to seventh, India will soon pass China to first). Sentence 2: There is political turmoil in South Asia. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a3d243facde545189105c9c396ac8418", + "input": "Sentence 1: Its volume increased from 38. Sentence 2: its total volume increased quite a lot from 38 Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-40feceeaae224e5fb778439b813ff38b", + "input": "Sentence 1: No, you must be wrong.\" As Dave remembered it, Tesla had been plagued by similar doubts from such men as Edison. Sentence 2: It is more realistic in terms of the transplant. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e8ae7c568064a559353b5d59baa96ee", + "input": "Sentence 1: Regular Sunday reviewers, on the model of Cyril Connolly, the longtime critic for the Sunday Times , become trusted guides. Sentence 2: People that provide regular reviews can gain credibility. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-33d962fa82a94ae7a07923866df63e87", + "input": "Sentence 1: Can I, should I, even, expect her to change? Sentence 2: The program monitoring and evaluation required by these reviews doesn't take time away from the program itself. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-06be3f85d023472fbbf9535a4eeb5676", + "input": "Sentence 1: Nothing, Mrs. Cavendish? Sentence 2: You have to force it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f86b38aadfb2438da487852657a03e56", + "input": "Sentence 1: 'It's like a giant sauna. Sentence 2: Participants stressed that they wanted to go home early. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-70873a224ad245b5929c924bc6808161", + "input": "Sentence 1: It builds market cap as if by magic. Sentence 2: The rule's impact on covered entities and specifically distinguishes between urban and rural hospitals are what the final analysis describes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f9fe1b4d60aa42b0874690d25c5f5953", + "input": "Sentence 1: The duke didn't like the smell of the bridge's original butcher shops and had them replaced by goldsmiths and jewelers, whose descendants offer you their high-quality wares This is some of Italy's finest window shopping. Sentence 2: The duke decided to allow the butcher shops to remain on account of their quality meat. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5d71a565f20e4adc9888deb5cc53e0af", + "input": "Sentence 1: The northeastern section of France offers everything from high coastal dunes and peaceful rolling farmland to picturesque mountains, forests, and vineyards. Sentence 2: Other states have similar laws. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b2a829d8f19d459fa67c23e6817dff60", + "input": "Sentence 1: what was it about the liquor Sentence 2: Was it about the alcohol? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a78d3208fa86404caea7cd7c125c1fa6", + "input": "Sentence 1: Activist groups are dubious. Sentence 2: Maybe, but probably not, said Jon. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cb86891a244946c0ace7a251eabcd5d5", + "input": "Sentence 1: he hit her in the stomach with the shovel Sentence 2: Ethnicists cannot pinpoint certain issues that have to do with cost in technology Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fa1e5c1681294556b96aa5ff40d84243", + "input": "Sentence 1: I saw it, myself.\" Sentence 2: I haven't seen it myself, though. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1ef2d4bc5e694177ab8bc58799688625", + "input": "Sentence 1: um-hum yeah yes i think it's great i really and i look for more of that in the next generation Sentence 2: Its an uplifting topic to talk about. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5bcb6cdf5af3464091e76f11fb9441c1", + "input": "Sentence 1: well it's hard to say i mean while it's certainly the case that things like automobiles and factories uh pollute a lot um if you look at how much pollution is say kicked up by an active volcano uh it's certainly less than clear that anything man can do in this sort of scale of things has much effect at all what do you think Sentence 2: Prussia took a lot of Polish territory in the Silesian Wars. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-26d20f0722a540fa830b52b6052ac1c8", + "input": "Sentence 1: Edokko quarrel in a language all their own, an earthy local dialect as profane and expressive as Brooklynese. Sentence 2: National Heroes Park sits on the remains of a temple. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69abf8fe0e90431b944af31a1ad70833", + "input": "Sentence 1: 12 We assume that current-law benefits are paid in full even after the projected exhaustion of the OASDI and HI Trust Funds. Sentence 2: They did not want to see anyone not get their benefits. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a922b1d9575c4cad85f02b62508d5a6e", + "input": "Sentence 1: The gilt has gone from the freshly restored facade of the 15th-century Ca' d'Oro (Golden House), but it's still the town's most beautiful and best preserved of the city's Gothic palaces and home to the Galleria Giorgio Franchetti Museum. Sentence 2: Most Americans think she should drill everywhere right now. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc1c3b05149d497697d48f149492a94b", + "input": "Sentence 1: Prudie is so busy sputtering she hopes she can type! Sentence 2: She hopes she can type. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e5c8346e65564effbaa0a882b9525693", + "input": "Sentence 1: I am Adrin of Faigon. Sentence 2: San'doro was heading toward the battle. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3eb6d2da6027424c9ab99e3ab3f135aa", + "input": "Sentence 1: 'Of course,' she shrugged. Sentence 2: She knew this was going to happen and had little reaction to what had happened, as this was coming for a very long time, and her only words were \"Of course,\". Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e7a8616838494742a4832544d016bf27", + "input": "Sentence 1: As a consequence, the PRC costing methodology generally attributes a larger portion of total operating costs than does the Service. Sentence 2: The PRC costing methodology is the best methodology. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3f319937ff2d4474bbc14ac66412d20b", + "input": "Sentence 1: Yes, thought the Explorer, in a scout-ship, not in this unmaneuverable freighter. Sentence 2: The discoverer decided a smaller ship would do. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2d2282c787084e218a60ff45ace0aa27", + "input": "Sentence 1: Three bandits lay dead sprawled on the ground near them. Sentence 2: Because he doesn't talk about politics, he got more exposure Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5f9477af8fa24dd4a7983ab7b5664f49", + "input": "Sentence 1: Publish or Perish Sentence 2: People never apologize after they see me waiting for the stall. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bef974c2abad435a92b5100cb6a6d64e", + "input": "Sentence 1: Eliot's anti-Semitism--has hired its first poet-in-residence. Sentence 2: The poet works and lives there. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aa1bd7fe68cb45d69b77b50f5f15b6e1", + "input": "Sentence 1: King Street is the heart of the downtown area and the main shopping street. Sentence 2: A lot of people say that can be bad. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f655555e37c43e7ae5e657bca25467a", + "input": "Sentence 1: oh that's how they do it Sentence 2: You cannot get here via motorboat at all. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07bef4fa6299412bbe8861510674060e", + "input": "Sentence 1: yeah yeah well i guess they were uh i guess they must have been scared Sentence 2: Shannon was looking at the locked cupboard because he was wondering what was inside it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3082a4f494d8472099259ba6a1a9fe1a", + "input": "Sentence 1: The U.S. has never backed down. Sentence 2: Abbe Lowell is the Democratic committee counsel. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5992f71967f94ef6acd07f2728491163", + "input": "Sentence 1: You found these two objects, you say, in the chest of drawers. Sentence 2: Porto's cultural offerings are increasing. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4abed22b62b2459fa5ff0b0f6feb3423", + "input": "Sentence 1: people now i mean it used to be the law was and no one enforced it but they are enforcing it now and and i'm glad they are however one solution presents another problem well i would like certainly like to see this you know if this is true with this fellow in Atlanta it sounds wonderful Sentence 2: The spot denigrates numbers. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-358ade2c691f46f9aab8b7423c7deed0", + "input": "Sentence 1: Case's dedication to helping others doesn't end at her office door. Sentence 2: And I had to leave them in eighty two. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-26485b9993c5465abb08f6671898e3fa", + "input": "Sentence 1: Don Cazar. His Spanish was a flood in which Drew was lost almost immediately, but Anse listened with parted lips and then translated a quick account. Sentence 2: there was no cheese sprinkled on it Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e4b4080f4c6434080d241ac4669d841", + "input": "Sentence 1: would make him kind of be on call all the time and have to go in at any time and you know even on the weekends and and um and things so that was important to me and also insurance Sentence 2: Japan's progress to democracy was halted in the 1960s. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a0e0b4e0d6134db4b6f843da99a5dd8b", + "input": "Sentence 1: The sole exception is in Sant Antoni, where some cafes refuse to serve coffee at all during peak hours, preferring the high profits from alcohol. Sentence 2: I've read The Silence of the Lambs twice, have you read it? Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca4d47427d624500a622d2d9bde32654", + "input": "Sentence 1: Written material, if provided, will be used to confirm that the critical facts and key information used to formulate GAO's analyses and findings are current, correct, and complete. Sentence 2: Luby's had really comfortable bathrooms. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b7f3d5ee9584f3b98e41e483a8a3049", + "input": "Sentence 1: that would be an example where my sense of threat would be high because i would find that there'd be could good possibility that their facts were were fantasy Sentence 2: There will be changes that affect non small entities. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ffc165fcb554692aee4ffd5d684d019", + "input": "Sentence 1: The Federation authorities decided on several, crucial for the game's rapid increase in popularity, decisions. Sentence 2: Mr. Hersheimmer claimed that Young Julius wasn't even aware of what was going on and didn't know the situation at all. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f04103edce70483ea2f2c1831af0464f", + "input": "Sentence 1: it could be real dangerous Sentence 2: After I finished my degree I did not know what to do. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93fff4c38f7e4d179552e4e170c0e346", + "input": "Sentence 1: In the rooms of the Grands Appartements, named after the gods and goddesses whom Louis felt to be his appropriate companions, the king entertained his courtiers. Sentence 2: The rooms of the Grands Appartements are named after gods and goddesses. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f3158039c8e94540b83ab245ad2456dc", + "input": "Sentence 1: Tomb 57, that of Khaemhat, was decorated with statues of himself and his family very rare for tombs of his class. Sentence 2: Nobody likes unwelcomed visitors in their country. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1964069143444578f06af88c0eb10dd", + "input": "Sentence 1: One participant added that the interest in the profession over the past 10 years has dropped by half, although the recent publicity stemming from Enron and WorldCom, albeit negative, has actually sparked increased interest in the profession. Sentence 2: Let's discuss it now. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-30bec9ce62f24b839820593ee377b2f1", + "input": "Sentence 1: yeah so um i mean is there anything else about a restaurant that would make you go back though Sentence 2: Man on the Moon has nothing to do with Kaufman. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cffa219cf00f46748b9d67dfce8aad5f", + "input": "Sentence 1: The narrow streets of Melaka's Chinatown, just next to the river, hold an abundance of history, especially of last century, when the entrepreneurs from this community helped lift the local economy. Sentence 2: The laws of magic say it is possible. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4a97b711bc7d4d95b5b08080565f34ef", + "input": "Sentence 1: Bob Dylan is in the hospital with a chest infection. Sentence 2: There were twenty three participants who provided comments. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4d7b524ceb1463bae860d94c602b6f1", + "input": "Sentence 1: Bush is the manly governor of Texas, while Gore moderates Reinventing Government seminars.) Sentence 2: It will last for an hour. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2658df1910df4606a4e8f23aa094dc39", + "input": "Sentence 1: Yes ”you'll laugh at me ” ” Sentence 2: The closing of this window of opportunity has happened more than once. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69a4a5a914a74966826d146bc1782c8a", + "input": "Sentence 1: that's not too old Sentence 2: I want to learn more about the Jewish culture and traditions. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e8211cfa224d46be90c22e60929ad598", + "input": "Sentence 1: His tenth incarnation, to rescue the world from evil by destroying it and beginning a new cycle, is due about 540,000 years from now. Sentence 2: They are illuminated in ceremonies in February and August. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be92f61029d24b1eb6661c63f0d55ebd", + "input": "Sentence 1: But I wondered how he, a surgeon, could spend an hour meeting with me at the spur of the moment. Sentence 2: She is allowed to talk to us any time she wants to. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-53fbf15c2e9845b6bc8e7ab003ad3ff9", + "input": "Sentence 1: I couldn't have cared less if President Clinton had an extramarital affair, other than that he spent taxpayer money to get on television and swear to us repeatedly that it did not happen. Sentence 2: The emergency department has patients with alcohol problems. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-caa299d13fc8400cbf421186a1f92e7e", + "input": "Sentence 1: Nothin' like tryin' to take on th' army two to one with th' army havin' th' advantage. Sentence 2: Even when the odds are against you two to one, tactics will still win the day. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cfc1d01e0a164bfa8b89a470746bf929", + "input": "Sentence 1: Huang is also interested in the conflict between Western and Eastern cultures but seems less enraged on the topic than Lee. Sentence 2: Meanwhile, Baltimore. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4886ce6265a421980052b92c30bef18", + "input": "Sentence 1: the total number of city routes (including foot routes), only 84 percent of possible city deliveries are made by city carriers using vehicles. Sentence 2: 84 percent of possible rural deliveries are made by city carriers using vehicles Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a159eaca5988488e805883af09aebc99", + "input": "Sentence 1: 'Many grand things. Sentence 2: A lot of great things. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-faa1355ad5424aa78e81f5190530e1e2", + "input": "Sentence 1: I stared at the front page, and wanted to cry. Sentence 2: I looked at the front page and felt tears well up in my eyes. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-85ab4fc8e33b4dd9a6e267432fbd1937", + "input": "Sentence 1: Now Grimblade, that one was mean. Sentence 2: Grimblade was very kind. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4baca2089f6a41649b6d7bb844946816", + "input": "Sentence 1: I was afraid I might be late and keep you waiting, said Tuppence gently. Sentence 2: If Tuppence was late, they wouldn't have minded. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e45e2118e494410ebe33366ffa019c55", + "input": "Sentence 1: 100 per unit increase in manufacturing costs does not impose a significant additional cost to users, especially considering the lengthy phase-in period for the requirements. Sentence 2: Partisan prosecutors are likely to be biased. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58db1728e7214bfa9d8cf2faa7264de6", + "input": "Sentence 1: In the unified budget, federal employee pension benefits are recorded as outlays when paid in cash; these outlays are offset, in whole or in part, by the government's and employees' contributions to the pension programs. Sentence 2: You need to be aware of the consequences of an Indian being killed. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-785b53669a8b4841a2accd7ee263c7d2", + "input": "Sentence 1: Results were no better on subsequent nights. Sentence 2: The outcome didn't improve on Tuesday. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7b4ebb050e9c4770900138d1dd0de24f", + "input": "Sentence 1: In evaluating reform proposals, it is important to consider whether a reform package will truly increase national saving and grow the economic pie. Sentence 2: I always go somewhere far away. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb1a4590e6574175be6c0780ac4bcf69", + "input": "Sentence 1: Allowance trading provides incentives for energy conservation and technology innovation that can both lower the cost of compliance and yield pollution prevention benefits. Sentence 2: Section 5, Facilities and Equipment, covers the types of water. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0202f36b29584ae781ec8d8caad509f7", + "input": "Sentence 1: Curb routes deliver directly from the vehicle to a curbside mail receptacle. Sentence 2: It wasn't nice talking to you. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-401ade6d3e354473848e7094257a1803", + "input": "Sentence 1: Better yet, take a cab and tell the driver to stop at Akechi-daira, the halfway point. Sentence 2: There is a seller of jewelry on Essex Street. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9ed9f5e311bf4c3189bf8bd9631201ae", + "input": "Sentence 1: Suppose mailers can sort addresses on a computer and then print them in ZIP Code order. Sentence 2: The Western Empire was ruined by invading forces. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f9f419cc46a24381883a4639f2acdb90", + "input": "Sentence 1: Less well known, if less salacious, is the fact that in 1915, the Presbyterian moralist Woodrow Wilson, then a recent widower, used agents to run interference for him in his amorous pursuits. Sentence 2: All facts belonging to Woodrow Wilson are well known facts. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-47330f25ec9c471a8dfe651baa6221f8", + "input": "Sentence 1: (Next week : The mysterious motives of Hitler's would-be assassin.) Sentence 2: I think that's about accurate. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc5a7eeaa28e4749b66ab67f7e270dcf", + "input": "Sentence 1: As we have pointed out, [i]t does not follow . . . that viewpoint-based restrictions are proper when the [government] does not itself speak or subsidize transmittal of a message it favors but instead expends funds to encourage a diversity of views from private speakers. Sentence 2: The notice contained in the preamble does not comply to the requirements of the Paperwork Reduction Act. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ff35d16805db427d93fd76b533a9069b", + "input": "Sentence 1: um no i think now now you go to work when they're six weeks old you know and you stay there and i feel like the next generation you'll probably just work right along with your husband you know Sentence 2: I think now you go to work when they're 8 weeks old and you stay there. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c4d3546f1228472d8db77389e4731a4e", + "input": "Sentence 1: They are cut from a horseshoe-shaped cliff standing 75 m (252 ft) high above a narrow gorge, which has a small stream running through it. Sentence 2: Two to six months annually is the length of time alien farmworkers can remain in Mexico, according to the most recent law. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-95b8cd3082d543baa2e7da89405ad37c", + "input": "Sentence 1: He has asked Congress to increase interdiction funding by 7 percent and international program funding by 25 percent in 1997. Sentence 2: He said he needed a 60% increase in funding. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-74cb863551764e3db46636c069bf8a44", + "input": "Sentence 1: and uh but when i got married and had children and everything it seems like i keep all my activity just chasing around fulfilling my obligations so i haven't done a lot of uh exercise on purpose what about you Sentence 2: We would go somewhere if we weren't doing sports. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e22bfa111814b0ea96c63975521ea0a", + "input": "Sentence 1: Although Funchal has its share of pubs, bars, discos, and even a well attended casino with revues, most visitors don't come to the island for evening entertainment. Sentence 2: If you get caught with a firearm, it is fine, no problems. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1adac75faf874a8f89eaf7f474475f18", + "input": "Sentence 1: These initiatives are included in the enclosure to this letter, which provides a more detailed presentation of pertinent information extracted from the FFC study relating to the changing facilities acquisition environment confronting federal agencies today, facility acquisition practices and trends, and best practices. Sentence 2: The speaker remembered the subject of this sentence with little to no prompt. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-57a95eef74704ead8203153b22896c8e", + "input": "Sentence 1: Also, appendix III identifies other sources of information that may be useful to federal agencies in their efforts to address improper payments in their programs. Sentence 2: We tried to verify the data we were given. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e6759232d6c44e8996fed5ac1a5c25c1", + "input": "Sentence 1: Midlist Some charge that the conglomerates are starting to ignore the midlist book, serious nonfiction and literary fiction that sells fewer than 30,000 copies, preferring to gamble on potentially lucrative blockbusters. Sentence 2: Ironically, a number of those midlist books originally ignored by the conglomerates go on to become blockbusters themselves. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3871438ffde54fd3a5efa34ffe8f39ff", + "input": "Sentence 1: But he declared that he saw it bolted! I cried. Sentence 2: Social settings can be analyzed using electron microscopes. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c9e2b9896d74892a47a4d6ff2adfb14", + "input": "Sentence 1: Entry points to the island are by road and rail, a ferry journey across the Selat Selatan from the industrial town of Butterworth, or by way of the 7-km (41.2-mile) drive over the Penang Bridge, which provides wonderful views of the harbor. Sentence 2: His head catching on fire was a normal part of the execution. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07fa36da1ac54bff8b088bb826540407", + "input": "Sentence 1: yeah yeah well i i went to Dallas um when i worked for TI in Abilene and uh i i'm a little familiar with the city area Forest Lane and you know through that off off the freeway Sentence 2: I don't paint, but my husband does. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38808f148e3044ac9c65addbefc4d34a", + "input": "Sentence 1: Also of the massive lattice wooden screens though which unmarried daughters were allowed to peep at their parents' guests in the drawing room. Sentence 2: The unmarried daughters were looking forward to marriage. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3a1123b731d24fbf84ec700860417827", + "input": "Sentence 1: probably the only thing sometimes we'll take cash or the cans in and we let the kids get the money for that but uh for Sentence 2: We search the roadside for cans and then take them in for cash. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c5a9a5491ecb4c44b6f876a3d53c12fd", + "input": "Sentence 1: Slate is part of the revolution, not the establishment. Sentence 2: For more information on these guidelines review the LSC issue from Sept 2001. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-832c98dd3e16444689763d335c3decef", + "input": "Sentence 1: Rule 2948 incorporates in its Supplementary Information the full text of an initial regulatory flexibility analysis that describes the impact of the proposed rule on small entities. Sentence 2: Rule 2948 explains the impact the rule will have on small entities in its Supplementary Information section. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-abd87f873ad248a8935902959f0156e5", + "input": "Sentence 1: you know because it's so huge Sentence 2: Besides it being quite enormous, you also know that it's because of all the things inside it. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-810ac64a1fe24ffdaa8a1657dbb4c697", + "input": "Sentence 1: Without mentioning Tripp or the Pentagon, I described her job there to the woman at Kelly. Sentence 2: His legal instincts are equal to mine. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bcd4a56acf42431389569fa2b39ab81c", + "input": "Sentence 1: you know in the Jimmy Carter uh Carter era you know wringing your hands and going trust me trust me Sentence 2: The hotel does not have a gym or sauna. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f60a045a45104fd8aefe0a76b125248b", + "input": "Sentence 1: The Shore comprises a quayside and several cobbled lanes with restaurants where you can have a pleasant lunch. Sentence 2: The federal program now wants them to have social security coverage. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-85f10fecb9e04138af7d9fb5965b13c2", + "input": "Sentence 1: Hemmed in between the Apennine mountains and the sea, for centuries Genoa tended, like historic rival Venice on the east coast, to turn its back on Italy and seek its fortune on the high seas. Sentence 2: The city of Genoa is on the coast. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-08d6e1b6c38248a18e1ecdf9dcc2b78b", + "input": "Sentence 1: uh-huh yeah so it's it's just regular it's just tomatoes uh-huh Sentence 2: She did not say the words hastily. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6afe1a24b754440d9b8f0939f4a9d688", + "input": "Sentence 1: To date, the Comptroller General has not excluded any field work or reporting standards or statements on auditing standards. Sentence 2: The Comptroller General always excludes field work and reporting standards on auditing. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b0732d538f8c4de5a1dbb08008925ada", + "input": "Sentence 1: and i planted them and i was so i was so thrilled because they came up i mean nice green shoots coming up all over the place and then my cats got into it and started digging and that took care of that Sentence 2: The flowers were so beautiful, I buried my face in them. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bfdf76f4084b408d91bb550b3caf2225", + "input": "Sentence 1: The others, save Vrenna, looked lost. Sentence 2: The keys included nearby research institutions, an educated talent pool, and plenty of venture capital. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6beecb0a7e5a4672981e25c7b2f499ee", + "input": "Sentence 1: oh i loved it you know i haven't seen that one yet and i need to go see it Sentence 2: In most cases, it seems like the law isn't protecting the public. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c0696c4a14344a8b1aebf154db0cb9f", + "input": "Sentence 1: Geveden said he's concerned because federal funding hasn't increased in recent years, and states with increased poverty are taking a greater share of the money. Sentence 2: If states with increased poverty continue to take bigger shares of federal funding, the country will be in a dire situation. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0aed9439a3114d8383ef2ad129ea2d2e", + "input": "Sentence 1: These organizations range from groups that disseminate information on immediate threats and vulnerabilities, to those that seek to facilitate information sharing between public and private entities on industry-specific threats, to those that promote coordination across infrastructure sectors and on an international scale. Sentence 2: The Duke of Wellington was a strong supporter of Irish rights. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5ec1751b49614ec0b93d8db1a8a8451f", + "input": "Sentence 1: to uh just do do we called it the golden flow but and they did random drug testing just because Sentence 2: I think that the randomized drug tests were a good thing. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cb089c165fd94849aee3814a8e82655e", + "input": "Sentence 1: Anyhow, he's not really such a bad old guy, Dave--not, like some of those Satheri. Sentence 2: I'm a Danielle Steele fan. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e2fc23a58864cf592edea144a9cde8e", + "input": "Sentence 1: They must answer to stockholders demanding rising profits, while nonprofit hospitals answer to a charitable board. Sentence 2: They thought that Congress should add new rules before enacting the Sarbanes-Oxley Act. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1f27a60ad074e69bda395ecff3d720a", + "input": "Sentence 1: The principle of Mutually Assured Destruction, after all, dictated that once nukes are launched, retaliation becomes much easier. Sentence 2: Congressional war powers are completely a lost cause. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9cc81022625946bd8b7a11d0d3fd9069", + "input": "Sentence 1: These couples may have been talking to each other for 30 years or more. Sentence 2: The couples have known each other for decades. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7bbe991904d544c3ae76029ce7a545a4", + "input": "Sentence 1: But when Indonesians started running from their banks a few months ago, what they wanted was dollars--and neither the Indonesian government nor the IMF can give them enough of what they want. Sentence 2: I have never lived anywhere near a lake. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c85a1eba5eb4c2cac06517ca1c70993", + "input": "Sentence 1: um the only exercise program i'm doing right now is walking Sentence 2: I am walking for at least five miles a day. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c7c23a8f3fdd4f59b9450d5c0d285b63", + "input": "Sentence 1: Hungerford added that the intent of the recommendation was not so much that integrating the screen with the intervention gave better estimates of the performance characteristics of the screen, but that it would redress the imbalance between Sentence 2: Hugeford had added that the recommendation was definitely that integration gave better estimates. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3da31d56753a4df6933c0a2e880ce454", + "input": "Sentence 1: He lay awake staring at the beams of his wooden roof where a spider spun a thin web of silk. Sentence 2: The wholesale dealers in the area supply majority of the fish consumed in Tokyo. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68290526d50a41df872a24400de6c06e", + "input": "Sentence 1: The Postal Service has established the zones and the ZIP Codes that are now used by all carriers. Sentence 2: Postal Service mail codes have contributed to the digitization of carrier information. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e2ebaa1cdafd4d6a80c94e63ce540d3b", + "input": "Sentence 1: They didn't stop the arms race or radiation experiments using human guinea pigs. Sentence 2: The Valley of Kings is on the Eastern bank of the Nile. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a74f3a8e0fc47b699993a759c4ff815", + "input": "Sentence 1: If you didn't get enough of the astronomical clock in the cathedral, you can have a close-up view here of figures from the original 14th-century model. Sentence 2: The cost of the USO is the sum of lost profits from entry by a competitor. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36db455f698244c3850f402a4794b75a", + "input": "Sentence 1: uh-huh i never have either Sentence 2: The shrine is on top of a mountain. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-576ef68a034f480cb462db3351a25065", + "input": "Sentence 1: Tops in every sense in Haifa, with wonderful views over the town and bay. Sentence 2: Halfa has a wonderful view of the town and the bay. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e33c29a7bbc84fdbbbf3865a983cb598", + "input": "Sentence 1: The smell of burning metal filled his nostrils. Sentence 2: He smelled the smell of burning metal from the soda can fire. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-be91c6a8b5cc494dbe8a4c3be1a15f9e", + "input": "Sentence 1: He as tall as Thorn and his cotton shirt bulged across his chest and arms. Sentence 2: Reliability growth happens because of good data collectinoo. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11097a991b4d4138be550f3b1281c4a7", + "input": "Sentence 1: Together, the eight states also would provide reasonable geographic representativeness, as well as industrialized versus more rural spreads. Sentence 2: I'm sure that i would not lose my membership over this. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea5e0b4567f54dc189e4593d2a79e2a6", + "input": "Sentence 1: I look forward to working with you to develop such an approach to reduce emissions from power generation. Sentence 2: I don't remember the title, but it was a blockbuster. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca5a90a6e75848729f8918dc3683b834", + "input": "Sentence 1: But useful, functioning institutions are not created by a single stroke of the pen. Sentence 2: The greater problem is the multitude of unreported taxes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-212e8cf7f0fe437495bb9dbacd88431b", + "input": "Sentence 1: Lukacs often writes as though Hitler, or rather Hitlerism, triumphed in the war. Sentence 2: They always underestimate time. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f128106c4f5f46919eea43229596aa41", + "input": "Sentence 1: Literature has always flourished in Dublin, the only city to have produced three Nobel Prize winners for literature Yeats, Shaw, and Beckett. Sentence 2: Three different Nobel Prize winners have come from Dublin. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a56073c49c4649b7b594f89af1ad9f52", + "input": "Sentence 1: The agreed-upon rate and service changes will work to the mutual benefit of mail users and the postal system as a whole Sentence 2: There's a pulp mill in Dallas. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10877dbd58234f33897fa2e3976371f5", + "input": "Sentence 1: The Stone of Destiny and the Scottish crown jewels were stolen, and Scotland's Great Seal was broken up. Sentence 2: Hong Kong is a terrible place to visit! Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b634217b76e04a689d0e1caa6a838bbf", + "input": "Sentence 1: Nope git behind a rock an' ambush ... put th' whole hell-fired country t' work fur them. Sentence 2: In order to do an ambush, you have to be hiding. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-759ce64bcee34799b0062f999de8e225", + "input": "Sentence 1: Tract housing and apartment buildings may be ugly, but they are paradise compared with village huts or urban shanties. Sentence 2: Tract housing and apartments are better due to running water. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4ed0dd56fd024fe3b892bc551af5a865", + "input": "Sentence 1: There's something about you, Mr. Whittington, that I don't like at all. Sentence 2: Ibiza would have found a renaissance in its culture even without Catalonian autonomy. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bc607e8b41574f20a833448433dda019", + "input": "Sentence 1: they they'll serve they'll serve a quarter of it so if you want them to stay in prison for fifteen years don't sentence them to fifteen years sentence them to a hundred you know because then they'll serve fifteen or twenty so which is really i don't know Sentence 2: If you want someone in jail for 15 years you should sentence them for a hundred. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0339ac448f7c466b84e8ea32fe5c98d3", + "input": "Sentence 1: The major values included in the Legal Services Plan Sentence 2: The biggest concern you should be thinking about is the welfare of our allies. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c209258d01d7468a94cf99ec8aea5be8", + "input": "Sentence 1: We have the advantage tonight. Sentence 2: Tonight, we have the advantage. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1039d33907104e01a23ad61616362cd5", + "input": "Sentence 1: The Beth Hatefutsoth, or Museum of the Diaspora (the Diaspora relates to the dispersal of the Jewish people worldwide), is quite possibly the finest museum in Israel and certainly the most innovative, yet it doesn't contain a single exhibit of any age. Sentence 2: Though they did not win freedom right away, slaves fought for independence from the beginning. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9b0ba0a571394975b1105bfc1cfccaea", + "input": "Sentence 1: The collection also includes important paintings by Rubens, Frans Hals, Veronese, Konrad Witz, and Martin Schongauer. Sentence 2: By 1976, it had only one open office. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-19922a3896ac40ce9d88ff9fe76ebd17", + "input": "Sentence 1: that's right yeah that's that's true too that's true too but Sentence 2: That's true, I agree, but only under these conditions. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-63b7a79cd87942b5b93b3c039fb3ebd0", + "input": "Sentence 1: yeah i yeah my my very favorite one that the top of the tick for me is uh Excalibur i i loved that film um Sentence 2: Singing in a church is not a volunteer activity. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3dfa15c2d6064d558054e13da15daaad", + "input": "Sentence 1: To reap the full benefits of financial reform, federal finance organizations must go beyond the audit opinion toward Sentence 2: Electricity prices will go up 42% by 2015. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-910e49a527be441abcdab5b79927bf46", + "input": "Sentence 1: The capital's smartest and most expensive boutiques (even if you're not buying, they're worth window-shopping just for the superb displays) are conveniently concentrated in a compact pedestrian area around Via Condotti at the foot of the Spanish Steps. Sentence 2: There are boutiques in a pedestrian area around Via Condotti. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-722475c364d847d4b9e032b96fb365cb", + "input": "Sentence 1: What was his life's passion? Sentence 2: His noble personality stays and remains on the television screen. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2489eede5434fbe851f25217dfec5ad", + "input": "Sentence 1: i don't think we should ever give them a lifetime income Sentence 2: It would be easier to search if the XT was better organized. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3558426ca44b4a26b240c365a1aa3029", + "input": "Sentence 1: Bauerstein might have had an accomplice. Sentence 2: Bauerstein is not the type to work with others. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ea3d1804106c4af7a9a3f17e1920023f", + "input": "Sentence 1: Next year's millennial A dolphin and his lawyer sit at the controls of an atomic monorail filled with Latin American millionaires throwing oranges at the ghost of Jackie Gleason as he flees inside the Fontainbleu Hotel. Sentence 2: Yeats made a significant contribution to Irish art. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-473f0fe6d2454bbb971125aa1a0dd525", + "input": "Sentence 1: Once again, the stunned citizens felt abandoned and betrayed. Sentence 2: When they returned to regroup after a storm, there was a dispute over property. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-86a8b357a8034aba8fd316ed5e528ca0", + "input": "Sentence 1: Paris is no longer the ultimate mecca for ambitious young French from the prov?­inces; cities around the country are attracting young professionals who want to escape the more frenetic life in the Ile de France; the number of agricultural workers has shrunk dramatically; industrial and high-tech centers have sprung up around the country; provincial cities are developing their own international reputations; and immigration and increasing migration of populations within a border-free Euro?­pean Union are blurring the edges of the French identity. Sentence 2: All of them are not privately owned anymore. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fb359a629b214191be782929ebcfd473", + "input": "Sentence 1: No, there it is! Sentence 2: The reproductions are just as good as the originals. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0fc8e04759474a53be5fae2f34127cea", + "input": "Sentence 1: Nobody pointed out that at Chappaquiddick, unlike Dallas and Los Angeles, the person most responsible for the tragedy was a Kennedy, whereas the victim was not--and that Ted Kennedy's invocation of the family curse was a clever way of papering over these differences. Sentence 2: Employees could work for whoever they want. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5626b2c35d9c4e57b810c8c87f0dee43", + "input": "Sentence 1: um-hum or it could be like the draft where you know before they draft you they take you you get a physical anyway so when they send you a draft notice and then they give you a physical and if there's nothing physically wrong with you then you're drafted it doesn't matter how rich you are Sentence 2: You can still be drafted if there's something emotionally wrong with you. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d9eb3351532146d2981dc43fd73cf74c", + "input": "Sentence 1: right right right well it's part of the business world too when you make deals you know a lot times it's uh Sentence 2: It's a part of the business world, even when you don't make deals. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-41aa8eeabb634ec7a34d2de188778ba8", + "input": "Sentence 1: This was a reference to Dukakis' search for a vice-presidential candidate. Sentence 2: Bush was searching for a Vice Presidential candidate Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f9e30dd9293542dca9cabe27ef466177", + "input": "Sentence 1: Russian Israelis are not especially pro-Serb, but they definitely want close ties with Russia. Sentence 2: The job of the judiciary branch is to interpret the Constitution in relation to current issues. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-342b4e54c3a942af85673b12d08d9ddb", + "input": "Sentence 1: The problem We are not enemies. Sentence 2: We are not opponents. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9cf908b8155a4263907d31b26e316cd4", + "input": "Sentence 1: However, current scientific literature on adverse health effects similar to those associated with PM (e.g. Sentence 2: Literature on fever, sweating, constipation just like you get with PM Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c35cc2c6d1ed4e51992833aa40f9bd16", + "input": "Sentence 1: Jon, Ca'daan, Susan, and the Kal approached the town's main road and once again they were met by Severn and the spear wielders. Sentence 2: Her breasts get small and her voice deepens in every new movie. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2217d896a55740e0923d68e24fc52b21", + "input": "Sentence 1: Such equipment procurement may proceed in parallel with construction phase activities, so that the owner ultimately is able to furnish longleadtime equipment to the construction contractor in a timely manner, thus avoiding construction delays attributable to late equipment delivery. Sentence 2: The doors were being shut with force. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1aa289c98e7747b2b79f3b0e79a0fecd", + "input": "Sentence 1: (iv) Other Relevant Information Under Acts and Executive Orders Sentence 2: The fort does not have perimeter walls. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8c39fdbc25aa449cac523ea01afacdd0", + "input": "Sentence 1: The mare looked at him as she grazed. Sentence 2: Aggregate household wealth has fallen drastically in response to the stock market crash in the 90's. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7511990327fb43f995cc27fc000620f3", + "input": "Sentence 1: The sole exception is in Sant Antoni, where some cafes refuse to serve coffee at all during peak hours, preferring the high profits from alcohol. Sentence 2: The survey interviewed 500 college students last week. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4ae5ff6dff2744b8b3afe9829facb70a", + "input": "Sentence 1: Thereafter, Chinese settlement was discouraged and did not achieve the commercial dominance it enjoyed on the peninsula. Sentence 2: The Chinese settlement on the peninsula was commercially dominant. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fe47285adf7646dbb3a7e03db67e8143", + "input": "Sentence 1: They were all slaves, weren't they? Sentence 2: Federal employees care about their finances so they send claims to OPM. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2aa88c117e8244399d512cbd1ce7f3da", + "input": "Sentence 1: but the mast itself cost uh thirty four two dollars Sentence 2: Nobody has seen White's people yet. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2081c8044e24488ba804abff70486a41", + "input": "Sentence 1: Les Baux-de-Provence Sentence 2: One of the key points is to respect the fellow worker. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f76f3e1880174a2da01ca25d0c6c3092", + "input": "Sentence 1: Round church towers topped with tiny croses punctuate the skyline. Sentence 2: I believe he might have been a Utah Senator. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e0254ccf99443368d1d3ef1706a48b1", + "input": "Sentence 1: as as we did and as we sold arms to pardon me to Iraq when we wanted them to fight Iran and then uh and then it turned around and Sentence 2: Iraq was sold arms so that they could fight Iran. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d108b9e9a40941c7a420208ad2d86804", + "input": "Sentence 1: obtain adequate funding. Sentence 2: The girl said something to his husband. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ed75ff6ad5b44ece8f9ce052b99ad6d2", + "input": "Sentence 1: Users disclosing sensitive information or passwords in response to seemingly innocent requests from strangers either over the phone or in person can provide intruders easy access to an organization's information and systems. Sentence 2: There are many ways that people use to steal information. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-006575726a534be1990ccb5d52b10107", + "input": "Sentence 1: … It is madness to keep this book. Sentence 2: The group decided to bring their friend, Mrs. Galt, to the happenings at the White House. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6b1a94091de94882a9d17b340f9d5310", + "input": "Sentence 1: Upstairs rooms are reserved for exhibitions. Sentence 2: The river never dries up Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9c113bf22144651b4700035caf8e43e", + "input": "Sentence 1: Continuing west along Calle Oficios, you'll come to a splendidly restored square, Plaza de San Francisco, with upscale shops, restaurants, and the imposing 18th-century Iglesia y Convento de San Francisco de Asas. Sentence 2: It was built in the early 16th century. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-08da588245554b098fc9446ec3002429", + "input": "Sentence 1: um-hum well yes of course we do have capital punishment and we've you know done away with our quote fair share number Sentence 2: They are on an upturn. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5bd5816e445f48a39e7f60cc4e05feca", + "input": "Sentence 1: General Accounting Office, Managing for Emerging Benefits From Selected Agencies' Use of Performance Agreements, GAO-01-115(Washington, D.C.: Oct. 30, 2000). Sentence 2: Armenian was the second nation to accept Christianity. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-51699baa95224191b0e938f3de7014b5", + "input": "Sentence 1: Another treat is the free taxi from your hotel that they provide. Sentence 2: No comedy attacks. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f40ffcb2d3cd45128d5e9528f89e380d", + "input": "Sentence 1: why not get the work out of the people Sentence 2: The Ayuntamiento is free to enter for all visitors. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8b1e048088374d5a93559f42fb6abdc2", + "input": "Sentence 1: Another (and perhaps more famous) member of the family was Elizabeth Barrett, who married poet Robert Browning. Sentence 2: Robert Browning was a poet who never married. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-78f4696f759a4337b4514f4e2fedf74c", + "input": "Sentence 1: V The Astronomer said, \"You think the noise was their ship landing?\" Sentence 2: We all heard a loud sonic boom. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9822b1cf31e44d399baaeabf54d962e1", + "input": "Sentence 1: At the same time, the federal CIO faces additional challenges as a result of specific legislative responsibilities (e.g. Sentence 2: In all other cities, people are aware of the people who lived there thousands of years ago. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c0139f9adb44dbcb6ace98fa960ce2d", + "input": "Sentence 1: Industrialized countries. Sentence 2: Industrialized colonies. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-59e5ae9de47c46ddb9501d82399a55ca", + "input": "Sentence 1: An ideal benefits estimate of mortality risk reduction would reflect these human characteristics, in addition to an individual's willingness to pay (WTP) to improve one's own chances of survival plus WTP to improve other individuals' survival rates. Sentence 2: How long could it take to start? Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2a709dd3a584ee1a5989785f4f16100", + "input": "Sentence 1: While gaining access to justice is their first priority, most legal-aid organizations put marketing and development on the back burner. Sentence 2: Most legal-aid organizations are corrupt. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e7646a45638343979d9a0efcbf6bb04f", + "input": "Sentence 1: But more important changes are just around the corner. Sentence 2: Changes of the upmost importance are coming. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2aa73e32aa604191b3689c0e5158984a", + "input": "Sentence 1: Shiroyama Park (southwest of Kagoshima Station) is up on a hill, giving you a fine view of the city and Kagoshima Bay through the archway of Nanshu Shrine. Sentence 2: An unobstructed view of the city and Kagoshima Bay can be obtained from Shiroyama Park. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-92cdfbec134649f587e58256301df047", + "input": "Sentence 1: The Pearl of Limousin consists of an impressive collection of slate-roofed turrets and towers rising high above the V??zyre river. Sentence 2: A large stretch of the Vezyre river can be seen from the Pearl of Limousin's towers. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-73c14bfcff30485eb2af015a9ed56dfb", + "input": "Sentence 1: It seemed to be about twelve inches on a side, in its rough shape, and must have weighed two hundred pounds. Sentence 2: Unfortunately they just don't understand. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fe27bf2460044cc4bbf80c74bef81dff", + "input": "Sentence 1: Add to this geographical isolation and the difficulties for most of a harsh agricultural existence (where few have the machinery to help in the tiny terraced fields), and you might forgive the islanders if they seemed less than welcoming. Sentence 2: Montreuil-sur-Mer. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea52523fce5849588abcf4031095e1c0", + "input": "Sentence 1: under care there Sentence 2: The suitcases were safe. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-07acff32d0a249cd9dcb9bfb530cb653", + "input": "Sentence 1: well i tell you it's it's easy to do it's just uh like when i started calling you it was two twenty my time one twenty your time i guess Sentence 2: Pause for just one minute. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13e140c21a9843d899cee0bc141cb524", + "input": "Sentence 1: I WAS thinking of something, confessed Tuppence. Sentence 2: My grandmother died in the state of Texas Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a98cea5c23984a7a9a52f799b6e0d70c", + "input": "Sentence 1: you know if you wear um pastels it's needs to be warm weather Sentence 2: If many absorbers are involved specifics can be repeated Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f319bfbd5c0241c4bc265dd08f599792", + "input": "Sentence 1: You do not need to assess reliability if the data are used (1) only as background information or (2) in documents without findings, conclusions, or recommendations. Sentence 2: It never hurts to do reliability assessment for your own peace of mind, however. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2e78b91c7d044ece842a4df3964e27a3", + "input": "Sentence 1: He moved the control delicately by hand, and the little sun followed dutifully. Sentence 2: Some nonexchange claims cannot be counted as assessments because no person or entity can be identified to pay the claim. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-707661dd4c2e4646b667b99b40cf77d6", + "input": "Sentence 1: Now it has become the shopping centre for tourists based as far up and down the coast as the resort areas of Es Canar (or Es Can?¡) and CaleLlonga, both of which are linked to Santa Eul? ria by bus and ferry. Sentence 2: CNN's ratings have gone down steadily. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c299c78165341a2ba06c82f8dd213ea", + "input": "Sentence 1: Sea bream and sea bass are the most frequent catch in coastal waters. Sentence 2: Chloa Sevigny gives an uninteresting and boring performance in the movie. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a0f3d82f20dc413f8b7e78a93cb6f16a", + "input": "Sentence 1: The town can be reached by the picturesque Strawberry Train (Tren de la Fresa), which leaves Atocha station at 10am on weekends, returning in the early evening, from April through July, and September. Sentence 2: The Strawberry Train is one way to get to the town. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df73695ad3de4b8e8f0f1fcca6a83c43", + "input": "Sentence 1: Never designed for public exhibition, these experimental sketches and gifts for intimate friends have a distinctive power, like secrets revealed, or conversations overheard. Sentence 2: Legal Services of Eastern Missouri gets help from just five attorneys. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10fb217950e8464aa04f3e4fb4cfaeed", + "input": "Sentence 1: This effect depends in part on how the borrowed funds are used. Sentence 2: Borrowed funds produce many effects Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eff04870c64848698020d0bf91013aa6", + "input": "Sentence 1: yeah you get your best litter is usually your first one Sentence 2: Linux does offer technical assistance. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4a6e0d9c37c8440eafa196df27e2cb31", + "input": "Sentence 1: Our pools are closer to perfection than theirs, not being contaminated by city air, and we see more. Sentence 2: Our pools are larger and more elegant than theirs are. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-50cb29c6fa664953860f962dbe574cde", + "input": "Sentence 1: Seconds passed while he interpreted his strange surroundings. Sentence 2: Measurement processes usually record their results in dollars. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c55730690c947b18791f0adbead98a5", + "input": "Sentence 1: For those plants where EPA projects ACI retrofits will occur, EPA's projections reflect that these facilities will either have 1 to 2 boilers retrofit per site. Sentence 2: The retrofitting is necessary for the survival of the facilities. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-66a8776d16994d3da1b6020e95325b75", + "input": "Sentence 1: so you graduating are graduating or yeah well maybe i don't know i'd uh i really haven't changed that much since i was in school in school um of course you know i'm not sure you ever get out of school to tell you the truth and uh Sentence 2: A lunatic wanting to die through overdose would act like that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d90dee52348f4ce9836de5c66a3cea48", + "input": "Sentence 1: I was to be accompanied by a full contingent of bodyguards, of course. Sentence 2: The Moors thrived at Navas de Tolosa. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dcb4c0fcb391406fa5f5570b88ab2924", + "input": "Sentence 1: well it's been good talking to you Sentence 2: I felt indifferent about its failure to win awards because it was mediocre anyway. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf14f6116e3541c6859f4ffb11664ffc", + "input": "Sentence 1: Bean, who says that this season marked a return to mail-order normalcy . The anomaly, as the Times story sort of acknowledges, was the downturn year of 1995, when Lands' End overordered and was left holding the excess inventory. Sentence 2: Lands' End ran out of inventory in 1995. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f607aa0e7566414ba0b1e6ca9e02442b", + "input": "Sentence 1: Since the revaluation does not affect obligations incurred, but does affect net cost, an amount equal to the revaluation is recognized in determining the reconciliation between obligations incurred and net cost of operations. Sentence 2: Plastic surgery was performed to cause a particular forehead wrinkle. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b347281134b64c4fab1481e2123b5373", + "input": "Sentence 1: We will see below that the variations in postal density are different from variations in population density. Sentence 2: I did not enjoy George C. Scott's portrayal of Patton in an imminent battle scene. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c84acd01a90b4f71bf68692a8f65594e", + "input": "Sentence 1: In 1988, she began to practice immigration and nationality law at the firm of Fragomen, Del Rey and Bernsen, P.C. Sentence 2: The title of The Dead Sea being the lowest point of land in the world was just overturned. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c39a05203b84f40bd8ef179ea060d07", + "input": "Sentence 1: The Revolutionary element as good as declare that it's in their hands, and that they intend to produce it at a given moment. Sentence 2: The palm oil plantations are quite lucrative, but have supplemented this and so have the tourism industry developments. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e1b5d58516854eb4855d30349239e60a", + "input": "Sentence 1: Other nearby attractions include the quarrying operation itself and the port called La Canal, from where salt is exported. Sentence 2: GAO case studies show a lot Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6ebf1bc4bdeb4fc9bce04753c75bd604", + "input": "Sentence 1: However, what guarantees that powerful institutions get skeptical scrutiny isn't a lot ofstagy self-mutilation. Sentence 2: Yes, that's something we did. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e335a4c4f0ba4e458ab4426bfd3d6d14", + "input": "Sentence 1: The path nearest the palace takes walkers along the base of Salisbury Crags, a volcanic ridge. Sentence 2: I decided that I'd rather climb on a ladder even at my age. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-10403cb8fa5d4a8caae7031d3ab5d915", + "input": "Sentence 1: Many are still standing, and some are registered as National Treasures. Sentence 2: Some of the standing structures date back to Edo period. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f10b283063874a26894f792fc774187f", + "input": "Sentence 1: Farmland begins at the very edge of the cities, and the fields are full of activity whatever the season. Sentence 2: The second time watching was just as funny as the first. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccb384aaf4c544059cc5fd0776ebfe17", + "input": "Sentence 1: Based on this faulty assumption, Landsburg then goes on to make the assertion that since our grandchildren are going to be so rich, they won't mind being reduced to seeing things like trees only in photographs, and they might prefer inheriting the proceeds of economic development to inheriting the redwoods, anyway. Sentence 2: Henry Gurney was the new High Commissioner in 1951. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6312926b7dc9474c9f562821982df35f", + "input": "Sentence 1: I happened to overhear part of your conversation with the young gentleman in Lyons'. Sentence 2: Through binoculars, from a distance of 100 yards, I observed you having a conversation with a man in Lyons'. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3428eaa76522410099655ff043e6bdce", + "input": "Sentence 1: The city's premier venue is downtown's Music Ceter. Sentence 2: I have some trouble with my current partner. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-783de23bd1ab4843bec8caef906e4e5a", + "input": "Sentence 1: As we said when we adopted an epigraph for the Commission on the Year 2000: The past is never finished, for the future is yet to come. Sentence 2: The epigraph for the commission award is about the past and future. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-23f067bb8be64bb3bf90d8f8d566f07c", + "input": "Sentence 1: You will need to take care here, as there may be walkers on the road, especially at lunch time when everyone gathers in the village for a pint and a sandwich. Sentence 2: People go to the village to eat ham sandwiches. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1374931a70be461ba9f13e273cb11ff0", + "input": "Sentence 1: As appropriate, such courtesy will be extended by GAO staff conducting the work to the agency-designated central liaison or point of contact for the work. Sentence 2: I asked if I was history coming to life. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f0e59fd26c54be5b572bed4c8d532cb", + "input": "Sentence 1: At the far right-hand corner is the ticket office, which originally served as a prison. Sentence 2: The ticket office was never a prison, it was a dormitory. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-cb16fc0c4e2942588937f72399c084ca", + "input": "Sentence 1: Book ahead during the high season, as divers come from the world over. Sentence 2: Japan appealed to pro-Western sentiment in Malaysia in an effort to drum up support for continued Western imperialism. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dfaa9fec339948619e321c50a09737a6", + "input": "Sentence 1: Good heavens, Rita Sentence 2: That's not appropriate, Rita Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-baaf15e54f2e494e80a64fbccfed1aa1", + "input": "Sentence 1: Relying too complacently on the defensive strategy of the fortified Maginot Line along the northeast frontier with Germany (but not facing Belgium), the French were totally unprepared for the German invasion across the Ardennes in May 1940. Sentence 2: Aksaray is the best area to find a hotel. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9a9a5709e7b64085a3c5c9e0497108bb", + "input": "Sentence 1: You can't shoot me. Sentence 2: You shot and killed yourself yesterday. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-40094f68da404cfeb7cd5c42d9493aec", + "input": "Sentence 1: Individuals' claims to their wealth and income must of course be balanced by the need to finance governmental activities, no matter how few and inconsequential they may be. Sentence 2: Why does he make an effort to be seen? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4bffcc1b4f1c4f90ac81f637fdd478ee", + "input": "Sentence 1: um i don't i don't really know about that uh uh if well uh i think i think it's it's only it only applies to certain a very few types of crimes uh murder and i think kidnapping could carry death penalty as well i'm not sure what how what the range is for uh for the crimes that uh would merit a death penalty Sentence 2: The 17th century house shows off his artwork. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8720fbf765f142a98036d7e71ace863c", + "input": "Sentence 1: i wanted to take a sewing class at school but i just haven't fit it into my schedule yet but that i mean that can really benefit Sentence 2: The development component does not provide grants to private firms. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd67360b43b446e6a05120923132f9a8", + "input": "Sentence 1: all right what do you think about it like well you can go first Sentence 2: He knew it wasn't true. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d6dae8f014840658ae90314d07a3c8e", + "input": "Sentence 1: oh yeah very easy very easy and they they put me on twenty four hour fetal monitoring then to to you know to to try to control the labor and see how far it was going and after the baby was born since it wasn't premature then they said they wouldn't cover the cost of the monitor i think that's kind of when my husband hit the roof because it was a uh thirteen thousand dollar Sentence 2: He enjoys pain more than he enjoys sex. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-414d670a24c1465b984933eb919c5e01", + "input": "Sentence 1: and you know you you wonder where are the parents in all of this you know why isn't somebody stepping in and and stop putting a stop to this kids in high school are just too young to be married they have they have no idea what the world is like they don't how tough it is out there to make a living Sentence 2: My friend and I both like politics. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a03355677f64295b30fe8b6f531f4c5", + "input": "Sentence 1: POST-1991 LOAN GUARANTEES -Loan guarantees committed after September 30, 1991. Sentence 2: I wrote about how I had found a solution. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3a7aba3c0fb46f092f4192d4fc11f3c", + "input": "Sentence 1: However, there are other transition costs that CBO acknowledges are not included in their estimates beyond the cost to hire, house, and equip key personnel. Sentence 2: It's believed that there are additonal costs that are not being included in estimates done by some others. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-07a2eedec525405ba7c82bb841e6a0be", + "input": "Sentence 1: 85 \"I made up my mind in a flash. Sentence 2: Open Society is part of the National Access to Justice Funders Group. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-69c117fdf80d417fb13639cb947949ba", + "input": "Sentence 1: For each copy sold, I get $1. Sentence 2: Addressing computer based threats has proven to be challenging. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-20308694b9c842c48ad0897dc952cce0", + "input": "Sentence 1: It is estimated that a storage silo that is sized for 15 days of AC storage at full load for a 500 MWe plant firing bituminous coal and with only an ESP would be about 10. Sentence 2: A storage silo can store 15 ays of AC. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f357f0cea42f4754af76aa0ddff92317", + "input": "Sentence 1: right especially when they're in school i think they would get a lot out of it Sentence 2: We won't allow this in our neighborhood. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3bf87082c4634bbf849b093d340ec570", + "input": "Sentence 1: Edward was lonely, unemployed, standing in a puddle, into which peed the dog of a woman he fancied, filmed and ridiculed, wearing wet shoes from a hypermart. Sentence 2: Snow skiing is bad for you. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b1512d37f7d4d32a0b9d56d67b77021", + "input": "Sentence 1: The followers dispersed one by one, each stopping for a reverent look back. Sentence 2: The rule became effective in 2004. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ea9107f13a84f869dd43ad94a608a29", + "input": "Sentence 1: Ca'daan was on his way to meet Adrin when he spotted the dark riders. Sentence 2: We are going for her. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-02ba2d6b2e7246f585faaad81edc6de0", + "input": "Sentence 1: Results from such studies will be used. Sentence 2: Results from the studies will be used to devise a plan for fixing the budget. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2e9ccf84773542a1b47f82d0b1e2c19b", + "input": "Sentence 1: This may lengthen the installation time slightly, but it will reduce crane rental fees. Sentence 2: A Multicultural Nationalism? was his most-cited article to date. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ab46f27c5940499b9f4403af71ba8711", + "input": "Sentence 1: and then you're in to it just a little bit and then you splash in and the next thing you know your knees are wet Sentence 2: The rule was determined to be an environment action under the Executive order. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7c9b024dfa44473ba1068c1caf415ee7", + "input": "Sentence 1: The first moral is that children are never safer than when staring at a computer screen. Sentence 2: The bungalows have slate floors and hammocks on the porch. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c1b3f9006991455e87e0b77fb2b2558b", + "input": "Sentence 1: If so, what will I write about? Sentence 2: Lastly, Maggert destructed. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aafb7d141792416ab0ca02a5ca17dc45", + "input": "Sentence 1: The Benefits Agency employs about 71,000 people and delivers more than 20 social security benefits, making payments in excess of $156 billion each year. Sentence 2: Inside the town are the gardens, durian plantations and a circular bathing tank. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-479deed978534dfa9e8418a5dca63e42", + "input": "Sentence 1: as far as you know paying off the the the loan that you just got from the credit card to pay off the other loan Sentence 2: The duty-free situation means that Hong Kong has some of the cheaper prices. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc6e71236db04dcd8e66873bec4eaecb", + "input": "Sentence 1: At least one intelligent man lived in your world, I'm pleased to know. Sentence 2: They were only telling jokes. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-54eeb00268f24d6a925d572eec2b18b8", + "input": "Sentence 1: that's right sure yeah you you yeah you could just sit there and talk Sentence 2: He is a very intelligent person and an avid reader. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cef31e99f57240409893172df58aa1ba", + "input": "Sentence 1: yeah this is kind of neat i haven't ever initiated a call i've just been called you know by the switchboard and uh well the first week i think a lot more people were doing it but i normally get a call like every other day Sentence 2: On a regular basis, I get a call from the switchboard. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4cfee920d59247b89c7c1009aa1d4519", + "input": "Sentence 1: that's right they don't want to take care of the kids and the house and that kind of thing that's very true but then they shouldn't have a family Sentence 2: Said is adamant that the proposed two-state solution can never come to fruition. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17abfce49fe64a25bbcacf8ed2290769", + "input": "Sentence 1: Is it important? Sentence 2: Porcelains from China are a staple antique found throughout the region. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1ba530c615e24979b6a8f69bc5f0415d", + "input": "Sentence 1: If you missed the links within this article, click to read about Kerr's thoughts on . Or, read applied to North Americans. Sentence 2: We film the gang to see how much they grow every year. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6c126daf039b4767abe138c49d221418", + "input": "Sentence 1: We might as well sit down, said Julius, when he had introduced all his guests to each other. Sentence 2: Everyone else tends to dress more casually on Friday, but I choose not to. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7919011b2b644035a3cad6d0ed526e44", + "input": "Sentence 1: The Beijing government has stifled every remaining dissident through exile, imprisonment, or intimidation. Sentence 2: Tuppence knew what the smell meant. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0dbe28868cc44934a82cd673282b9d3f", + "input": "Sentence 1: Among the rare books and manuscripts here are a Gutenberg bible and the original illustrated Ellesmere manuscript of Chaucer's Ceterbury Tales. Sentence 2: How could I have not heard of her? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e26b5b55dfb44baa03b1031e30b5a61", + "input": "Sentence 1: i don't i don't want to mess with it because since i don't know exactly all the ratios you know and everything that all the proportions the fuel and air and compression and all that stuff that needs to be precise and it's controlled by computer i figure i won't mess with that Sentence 2: Daniel liked both men. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-035dea8667f7495aa6b7ea6eeaa97a5a", + "input": "Sentence 1: The building cost much more than the budget allocated for it at the time but is, as a result, a truly spectacular monument. Sentence 2: It is not fair to criticize Java on performance grounds, according to every expert who has a knowledge of these topics. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc46ac0b5b624e8983986d9d70276bab", + "input": "Sentence 1: Land data are included in a separate section of this information entitled Stewardship Land. Sentence 2: Data includes price and purchase date. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9e504bd5adaa4d95a4ff8c7af656a2da", + "input": "Sentence 1: But there have been cases where the candidate gave us relevant numbers--and with success. Sentence 2: He did not have an imagination like that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b889d0c3ac2d477da81e372804970fec", + "input": "Sentence 1: It is nearly a kilometer (half-mile) long, and it rises to a height of 46 meters (150 feet). Sentence 2: Unfortunately, it's only 4 meters high and has a length of 200 meters. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2c16bc87796649a1acd547addd493a0e", + "input": "Sentence 1: The main attraction of Kom Ombo is the vibrant color still found on the columns in the Hypostyle Hall. Sentence 2: The Hypostyle Hall is bland and drab. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9fc171f8b3c54bb5980a9133634d3273", + "input": "Sentence 1: Cautionary dining car procedures are to be followed for the remainder of the journey. Sentence 2: Sarah Cleveland has served as an Assistant Professor at the University of Texas School of Law since 2005. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5a024d68985c4b029a4b6e40ec836334", + "input": "Sentence 1: On the left, you see the happy few being welcomed by Saint Peter. Sentence 2: Saint Peter is welcoming a small number of people. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c0aa13a50358484787076de724d4e2f8", + "input": "Sentence 1: contracting method used, the acquisition of a facility will necessarily Sentence 2: Personal savings rates have risen steadily over the past two years. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56563bcd2e794ac6bbba6cc46f421635", + "input": "Sentence 1: Thank you for your time and attention to this important matter. Sentence 2: Thanks for your time in this unimportant matter Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ea128b4a4abb40ed9031117dea2e8243", + "input": "Sentence 1: yeah it was in eighty eight the guy said it'd been on the lot about thirty minutes he says it'll probably be gone in a day and it's probably gone by now Sentence 2: Dallas has a lot of people that come from Mexico. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-610bbb4434264505a5657cfe0d44054b", + "input": "Sentence 1: The most challenging area of all is high above Wasdale. Sentence 2: Thanksgiving needs to be small and serve no variety. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc024445b7744b61b4b911433f3aa945", + "input": "Sentence 1: It never entered my head. Sentence 2: I had never thought of such, but honestly, it doesn't quite surprise me that this happened. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8950609baa7a44b999d4bdc04ec0953a", + "input": "Sentence 1: To ensure that federal financial management improvement efforts succeed and that the President's and the CFO Council's priorities are achieved, the support and involvement of key nonfinancial executives and managers is critical. Sentence 2: It's really cute Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b696b770d38346f38591fe175e466a4a", + "input": "Sentence 1: um yeah i probably do i feel like i don't know i'm a Christian i feel like women are more usually deceived you i feel like i don't think that's necessarily a bad thing Sentence 2: We might take a quick look at what Trinfan has picked up. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa6aff06811546359d7898050d1b2ca4", + "input": "Sentence 1: Maybe it wouldn't fail. Sentence 2: OASI was founded in 2006 with a grant from the Chub Group. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c6a45d351aa64a94a1ae3071fe053a10", + "input": "Sentence 1: The hope is that young people will come to understand that we can maintain the freedoms that are rooted in our nation's very soul while ensuring the safety of our citizens. Sentence 2: Hopefully, the young generation will learn that both freedom and safety can be maintained. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7f952c3ca56843c8976d0d7eef662ed0", + "input": "Sentence 1: In an increasingly interdependent world, many pressing problems that affect Americans can be addressed only through cooperation with other countries. Sentence 2: We always stink. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d0dc646170548859898694ca6beec2c", + "input": "Sentence 1: and it depends on life styles too down there i'm not sure if you all tend to go out more down there than we do up here or or if we tend to go out more Sentence 2: After we got married, we decided to adopt a dog from the pound and that is how we got this mutt. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fb0a88a750f243289d87ce9304407f8c", + "input": "Sentence 1: The road leading south from Ocho Rios climbs out of the town and twists and turns through a narrow valley of tropical vegetation called Fern Gully. Sentence 2: Getting to Ocho Rios can be quite a challenge. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-db97eac1ba2b4c94bdc86d508a42a120", + "input": "Sentence 1: Probably descendants of the invading Scythians and Huns, the Rajputs were a formidable opposition met by the waves of invaders Turks, Afghans, and Mughals. Sentence 2: As invasions continued to happen, the Rajputs' numbers dwindled. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-874b5fc32c7a4f00a826780faf1afbf4", + "input": "Sentence 1: change of location and it was very disturbing for her because she had been so used to traveling i mean she traveled she had she had children all across the United States and you know she spent nine months out of the year just visiting her children Sentence 2: it was difficult for her because she was so accustomed to traveling--she spent nine months of the year just visiting her children all around the united states Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6c21d0d348a54c37951241c1416b7cfd", + "input": "Sentence 1: little competition there Sentence 2: The material the phallus signs were made of was also an indication of how wealthy, and guarded, the houses were. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f8de48f0c734672a303527e97a0822d", + "input": "Sentence 1: um i i wish i had that sort of choice i mean maybe maybe it could end up being a choice and things that um you know what the problem is that now it's seen as almost a punishment like when somebody um i don't know remember wasn't it Zsa Zsa Gabor that had to do community service work for like a year Sentence 2: This isn't the first time that I've heard that name. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87b3168860794726b63512e93bc67258", + "input": "Sentence 1: The Miranda warning, though, applies only to criminal cases. Sentence 2: Miranda law doesn't work in divorce cases Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-16424eea335143c2b95246f969def7d4", + "input": "Sentence 1: He moved his hand carefully, steadying it on one of the planet tracks. Sentence 2: He used his hand to steady the planet. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-be0cfb6404ff4177a5cb18392c6365f1", + "input": "Sentence 1: yeah i think you're right i think over the well goodness i guess you could go back as Sentence 2: The Medieval Age. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e9ece13c202472b991b65b8a6b0757c", + "input": "Sentence 1: Her voice was troubled. Sentence 2: Her voice sounded jaunty and carefree. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-dc6e3363b9ff472d890e65c2ef602847", + "input": "Sentence 1: Make them take it back. Sentence 2: Most of the motor vehicles on St. Barts are motorbikes. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3f88bd88d98498b8697bcf056dfdebb", + "input": "Sentence 1: so we have two massive dogs go through lots of dog food Sentence 2: Jerome was born five years before St. Ambrose. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2b44cf44ec2447f0a31b56b2fc9fd492", + "input": "Sentence 1: Enclosed is our assessment of HCFA's compliance with the procedural steps required by sections 801(a)(1)(B)(i) through (iv) of title 5 with respect to the rule. Sentence 2: We have enclosed the HCFA compliance assessment. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-90353034e9784f0a800d3c8c2f90c40b", + "input": "Sentence 1: the logical thing would have been had to go had it go to the the employee number so that's the one you're going to do the next action on the change you know and there's a lot of little things like that in there but it it could probably be corrected easily i don't know if anybody's griped about it or not Sentence 2: The whole Fort was built at the order of Aurangzeb. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3f20f1e70814499853ea272a1427d39", + "input": "Sentence 1: although neither one of us are are uh really uh uh dyed in the wool Sentence 2: The main waterfront area is famous for its turtles. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f6c540d966de4385bf5f6266433cfe37", + "input": "Sentence 1: Ca'daan smiled but the oldest of the boys saw something was wrong and narrowed his eyes. Sentence 2: The merchant was moving quickly and precisely to make it home in time. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b209e33341c4ab490a11129deff138e", + "input": "Sentence 1: uh-huh yeah we've uh we camped at the DeGray State Park in Arkansas in the fall and there was nobody else hardly around and it was just really nice that time of year we had taken our electric blanket too just in case it was unbearable but we didn't need it Sentence 2: The tapestries will be shown in a local museum gallery starting this Saturday. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d7028023897c48e588b472220d202f03", + "input": "Sentence 1: While the shopping selection is similar to the other suburban malls, sadly, the atmosphere is not. Sentence 2: It was being protected by the sixth fleet. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7fb2739cbc2f4b8184d5d9a9d114dc27", + "input": "Sentence 1: The strategic goals that follow are an outgrowth of this clearly stated mission. Sentence 2: The mission is stated clearly and indicates goals. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f9d826dc15d1482b9089af6c69380483", + "input": "Sentence 1: You can rent a taxi for the day not cheap, but negotiable. Sentence 2: The reviews were not positive. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0ee82b5b8aa422e82801bf50a427077", + "input": "Sentence 1: The body is placed on a pyre of perfumed sandalwood, which is then set alight. Sentence 2: You were terrible. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ac394d4c791e462482f14a55b134bd0b", + "input": "Sentence 1: Among many native peoples, the elderly are cherished and respected for their funny smell. Sentence 2: In native societies, there is no respect for the elderly. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0228f14afb6f46d3bf3a669d16c91f6d", + "input": "Sentence 1: Detection activities play a significant role not only in identifying improper payments, but also in providing data Sentence 2: It is believed that the final rule will not raise costs. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d9c7e0d5abe4798b2450557d5fca170", + "input": "Sentence 1: A lookout point provides views acroseto Machico on the coast, and you can enjoy a drink at the golf club bar, set in what was once a pousada. Sentence 2: Summer did not last forever. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-db4d9abb256e4e16b8382b36f666a614", + "input": "Sentence 1: yeah i mean here you are you got you know you got showers and stoves and refrigerators and TV's and air conditioning Sentence 2: The simulations were based on a 20 year budget projection. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f726f81e7e00475fa5168353a213ea65", + "input": "Sentence 1: The lovely circular Baptistery (Battistero) is topped by a traditional statue of John the Baptist. Sentence 2: I passed two people saying some bad things about a Jane Finn. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-035f71a394b04993bef3ec1b3128cc04", + "input": "Sentence 1: They were put to death on his orders, but their earthy humour lives on in the puppet plays that became popular throughout Turkey, and especially in Bursa. Sentence 2: This was no surprise. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b4100ff01864c0abc682bcd137fb75d", + "input": "Sentence 1: EPA also has concluded that although there is some overlap between other reporting requirements for environmental releases and other management activities mandated by EPCRA, PPA, and other statutes, the reporting requirements of this rule do not conflict because of the differences in information collected, entities covered, reporting frequencies, how the data are reported, and so forth. Sentence 2: We have to hope our stuff breaks. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-982a0889ef034e88bd7c721db0d53bf6", + "input": "Sentence 1: Hong Kong has some of the most luxurious hotels in the world, with representatives from all the major international chains. Sentence 2: Rich tourists usually avoid the area because they think it's for the poor. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f91fd66b223b4f04867a60d1c76489cc", + "input": "Sentence 1: Then a few conservative members killed the funding bill by attaching an unacceptable anti-abortion amendment. Sentence 2: A few conservative intentionally sort out to stop the funding bill. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5aef88cee6824ae5961db47aab4e35a1", + "input": "Sentence 1: Dozens and dozens of sites, such as Eye on the World, celebrate tsunamis, typhoons, hurricanes, droughts, and--of course--tornadoes. Sentence 2: He does not like the attention, does he? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-67e4865edb32444f9804f33f1032b735", + "input": "Sentence 1: The transplant is now closer to reality. Sentence 2: We are far from the reality of a transplant. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e6132717c1074a2492b9e4f331fc48ef", + "input": "Sentence 1: But in the middle ground--entrepreneurial and analytical journalism--no institution can reasonably be expected to audit itself. Sentence 2: I think of dead Mrs. Inglethorp. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e9974a4e4b3f4c0daae4b1eb78774bb4", + "input": "Sentence 1: Despite efforts to curry favor with the revolutionaries, like calling himself Philippe Egalite (equality), the duke ended up on the guillotine with the rest of the family. Sentence 2: There were over 20 available photographs of Light. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a438ef9a7474f94b8ed23fc14d22fea", + "input": "Sentence 1: Suppose Shepard is right that we are understating productivity growth by, say, 1 percent. Sentence 2: Not this year. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b62bba5ff93345308c73b7979478e4a8", + "input": "Sentence 1: and if ever i see it on the menu i always get it Sentence 2: I always order that one. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-750c1466460f41c9923644bfc375314f", + "input": "Sentence 1: And that little curious fact, that possibly paltry little detail that will not tally, we put it here!\" He made an extravagant gesture with his hand. Sentence 2: He made a fancy gesture with his hand and put one leg up on the bench as he spoke. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ac07b19ebe38495dba403fe3f32c7002", + "input": "Sentence 1: and i'm still pretty much an Eagle fan i guess Sentence 2: A national test would embarrass the President. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f8e81b83a694d9ebd5bbe3a7dba2ea7", + "input": "Sentence 1: Since then, almost every reigning monarch has spent time (or held soirees) at Holyrood. Sentence 2: Holyrood does not welcome the reigning monarchs to its soirees. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-505ce7f649d645d8a4b2320621a694aa", + "input": "Sentence 1: i didn't read see the the movie i read the book but i Sentence 2: He was clumsy on stage but he acted normal off stage. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32fa75a5d36a4dd2bf3ff84745dbb372", + "input": "Sentence 1: First colt out of that thar breedin' was that Oro hoss. Sentence 2: Oro horse was the first colt from that pair. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aebb1faa69c0464eb4c3b47f9c3a8774", + "input": "Sentence 1: So you're riding yourself. Topham ignored the departure. Sentence 2: Topham paid attention to what was happening. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f48ebf8869eb4e59b749f3f9cbefec2c", + "input": "Sentence 1: Elements of the postal or mailing community or whatever you might call it have been engaged in the privacy issue at both the federal and state levels. Sentence 2: The posting or mailing community has been involved at only the federal level. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5a8bb351938044df8075c9062f5df774", + "input": "Sentence 1: Eventually famine compelled Abraham's tribes to move into Egypt and into captivity. Sentence 2: The excavation site contains the ruins of the old temple. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9618cb06ff824315bb393631021b33e2", + "input": "Sentence 1: You do see, don't you, that you have no right to dictate to me as to the choice of my friends? John glanced at her pleadingly, a stricken look on his face. Sentence 2: The Explorer felt throbbing engines. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-47960055271c4b9aad156650c664ee04", + "input": "Sentence 1: Public interest and government sector employers fear that these barriers will turn too many young attorneys away from the battleground of equal justice and their departure will place the American justice system in crisis. Sentence 2: Nobody fears that these barriers will be a problem, because attorneys will easily overcome them. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-be41d0b7277d429d83876b591a0c3157", + "input": "Sentence 1: At the very least, Flytrap illustrates the need for less fact chasing and more analysis and illumination of the what should we do about it question. Sentence 2: those two programs are based off of books Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-023db9e979554732a13571040bdb18f8", + "input": "Sentence 1: The ad displays information in a format similar to a stock ticker. Sentence 2: The format of the ad was like that of a stock ticker. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-978afe50188a4c3081c8b78516763ebd", + "input": "Sentence 1: Some tickets to The Phantom Menace will, indeed, be sold in advance--and no doubt be snapped up by scalpers. Sentence 2: By the 19th century, Borneo became extremely developed with state of the art streets and infrastructure. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a1fbf6bfcf674525bcc6a29209b97ccf", + "input": "Sentence 1: Conspiratorial conservatives have a tendency toward what Hofstadter called the imitation of the enemy. Sentence 2: Hofstadter is a reliable expert on conspiratorial conservatives. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4bf539839ae04a2fa68444cc97f6d073", + "input": "Sentence 1: Then he was gone. Sentence 2: I go to Penn State too Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6eeb9cc7ed94460d82d3ed97680d9427", + "input": "Sentence 1: but i mean my goodness there's they're sitting here making all this big deal out of the Iranians Sentence 2: They're blowing the Iranians way out of proportion. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-7a908b6ebb134dfab8280acf26c941db", + "input": "Sentence 1: However, the Weekly Standard attacks the author, calling him an apologist for dictator Enver Hoxha. Sentence 2: It has been declared a national monument, and while bland on the outside, it has a fascinating interior. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17005112816041d192b8d01622e015ac", + "input": "Sentence 1: well see i didn't either until it happened Sentence 2: There was a reflection of the double arches that can be seen in the river. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-78e7a357482148159b0cdad4fc5c13a9", + "input": "Sentence 1: They play a shell Take this part of the Social Security tax and convert it into a mandatory savings contribution; take today's benefit and divide it into two parts; give everybody this new account and that minimum guarantee; take this shell and put it there and bring that shell over here, and--hey presto! Sentence 2: R. Telez, Babcock, and Wilcox have no affiliation with one another. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bb8407c846f843949a46a6a0d3ea9b0d", + "input": "Sentence 1: and uh and what it really means to vote and we also don't make the uh the issues perhaps in language that people fully understand them Sentence 2: That is a good distance, not that far but not that close Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36d1bd79021447d9a9836fa5c4d90f3a", + "input": "Sentence 1: The road from here leads down into Ribeira Brava, where the via r?¡pida motorway whisks you back to Funchal. Sentence 2: Cray plays eggshells using toothpicks on his new album. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d985188592f846fdbde6a13f1695f11b", + "input": "Sentence 1: You heard me say yesterday that I proposed to live by my wits. Sentence 2: It was a man, dark-skinned and gaunt, wearing only a loin cloth and a menacing stare. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d61b530137e74c19ae4b2d25aaf10aeb", + "input": "Sentence 1: and that just seems ridiculous Sentence 2: It is ridiculous. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-008a63e376464e34a9e0778c1b0761cb", + "input": "Sentence 1: yeah sure how's your weather it's pretty good Sentence 2: In its notice, the commission stated that the regulation affected nobody at all. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7c4468b56604d2c9e8cadeca12581da", + "input": "Sentence 1: IDPA OIG includes a staff of 311 employees, and, in fiscal year 2000, it operated under a budget of $19. Sentence 2: A retort in 2017 would steer clear of religion as it's a sensitive subject. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-432cac150291409c884f53947430421e", + "input": "Sentence 1: well a large organization offers uh usually a good vacation time and they offer uh holidays and and medical and dental programs sometimes as well as just the ability to takeoff uh personal leave or whatever you need and one thing that i've found coming in handy lately is juror duty uh being paid for that or or at least a full days pay plus whatever the the local government pays you it's nice to be able to do that and not have to concern yourself with your job as it were especially if you get on a case Sentence 2: This makes me happy. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-722c2789d5654c1f9d2dd070838c0233", + "input": "Sentence 1: Until the end of the 1980s, Soviet trade and subsidies were crucial factors in propping up Cuba's heavily centralized and often badly planned economy. Sentence 2: Soviet trade was crucial in the end of the 1900s. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6b039d19d1a54951b18522b98337f0f0", + "input": "Sentence 1: have more vacation Sentence 2: Stay in work, there is no vacation available. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1654d822385a43b982711d992aa9ded6", + "input": "Sentence 1: I can't say that my art's intended to give any particular message. Sentence 2: However, they're looking at adding one. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c8932019855e46e6add12418c969d252", + "input": "Sentence 1: Text Box 4.3: Individual Development Accounts for Low-Income Savers Sentence 2: Low-Income earners often need to use a savings account. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a23626d10ae74972ba887ec9f55a28e4", + "input": "Sentence 1: Impossible. Sentence 2: The English Hotel boasts a prime location in the city. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-04ec178a52bd4b16bef97b4f9c72625f", + "input": "Sentence 1: Unfortunately, there is nobody here to hand you a cooling drink at the end of your exploration and the difficult journey from the main road to the lighthouse makes it thirsty work indeed. Sentence 2: Someone will hand you a drink when you complete the trek. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4ccc3aac38d74d7a80d3df783e5d4f96", + "input": "Sentence 1: oh that's a coincidence Sentence 2: this is the second coincidence today Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e36af39092b34a50b16d4fc4af6832bb", + "input": "Sentence 1: However, Sanjusangendo's main wonder is its legion of 1,000 gilded Kannon images flanking the central Buddha. Sentence 2: You hear the same music all of the time and it's really annoying. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd905bf7efd14ac7b20b7da453e934fc", + "input": "Sentence 1: The sixth-century Basilica of St. John, on Ayasuluk Hill, marks the site of the Apostle's tomb. Sentence 2: The Spanish Jesuit died off the coast of Canton. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bd9e5e2854b64a22807d1616b17b40b2", + "input": "Sentence 1: there's a uh a couple called um oh i'm going to forgot his name now uh Dirkson Sentence 2: The remains of Voltaire and Rousseau, Hugo and Zola, assassinated Socialist leader Jean Jaurys, and Louis Braille are all interred in the crypt. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a6480d0d006f44f3a4716f758e854e64", + "input": "Sentence 1: The lookout point at Lok Ma Chau was once known as Hong Kong's window on China in the years of China's isolation from the West, tourists would come to the lookout point here and rent binoculars in order to get a glimpse of the great mystery beyond. Sentence 2: I don't like that, son. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-af9affe6d1d241b088c98f6ddabcccc5", + "input": "Sentence 1: The device was really simple. Sentence 2: It was not a complex device. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-07f2a9df45cb4ff3bca6c34592f9d060", + "input": "Sentence 1: the economy the our soldiers going over uh just everything Sentence 2: 8% of business mail isn't qualified as business mail Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4f52015bd95148e6b42cc0c6e4e2cc87", + "input": "Sentence 1: (financial eligibility, citizenship/eligible alien status, within program priorities, etc.) it may not be reported to LSC as a case. Sentence 2: The financial eligibility and citizenship status may not be reported to LSC as a case. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5f7cbf804d624aec9ef7e4916b921180", + "input": "Sentence 1: yeah well that's a tough it would be tough to do it really would they have such a super team for years Sentence 2: That sounds easy enough. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-229f4ad3280541e7a8d0b38275af0547", + "input": "Sentence 1: yeah it's well there you fish mornings and evenings Sentence 2: There, you fish in the middle of the afternoon. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1a80ffba58dd4eb48e71ad401a0cbf00", + "input": "Sentence 1: For the experienced and saddle-fit, there are also mountain treks of up to five days, for instance via Altea's Rao Algar, or from La Sella, near La Jara. Sentence 2: There are mountain treks of up to five days if you are experienced and fit for saddle. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-392858757e1a43d69fda50971f6dfdb4", + "input": "Sentence 1: Very well. Tuppence helped herself liberally to buttered toast. Sentence 2: Have you ever seen Why Does Johnny Kill? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-770ebe517cf64d28b297e2a7c63c0873", + "input": "Sentence 1: They supported a lot of great and good art. Sentence 2: Yes, four thousand were used to treat the sick. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b6ca8a19738943e897854fde10e89c39", + "input": "Sentence 1: 'These are Gauntlet marks,' I said grimly. Sentence 2: These are scars from the battle we had. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b1511b13f9734618931ff1b113ae2e25", + "input": "Sentence 1: The magic is all on the surface of Prince of Egypt , an animated musical version of the exodus of the Jews from Egypt that at times feels as if it might have been called Indiana Moses and the Temple of Doom . Ever on the lookout for a new way to tell an old story--or, rather, a new old way to tell an old story--DreamWorks SKG has recast the life of Moses as the saga of two brothers who end up on opposite sides of an issue. Sentence 2: The Prince of Egypt was a musical about the Jews exodus from Egypt. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e8ecf1fc94fb4651addb0613919bb409", + "input": "Sentence 1: Let me hear what you have to say then, while we walk.\" Sentence 2: Schwartz and her husband can handle many competing demands because they don't watch TV. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2190a4e9f50340a592bab31391c597f8", + "input": "Sentence 1: With Cervantes' help, he said he wrote his employer a letter demanding the money, provided an account of the hours he worked, and just received two checks totaling more than $3,000. Sentence 2: Cervantes decided that he could not help this person. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1f987d9e5e86419dacd68526c9eed0a2", + "input": "Sentence 1: (You can also take the funicular railway up from the Rue Tardieu; metro tickets are valid. ) Sentence 2: The Rue Tardieu railway does not accept metro tickets. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-25793fa46f864fa9a3dd11d34540f066", + "input": "Sentence 1: This month's airline in the spotlight is Southwest. Sentence 2: My son played football and we had an important role on the team. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-650495101c004894ae33208c724a8925", + "input": "Sentence 1: 7 Our guide is intended to complement the Committee's work in assisting managers as they implement GPRA. Sentence 2: Read this guide for help implementing GPRA. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fd198ec3edcb4267bf4fd97c7d8803a6", + "input": "Sentence 1: At its height Kofukuji embraced around 175 separate buildings, including the Kasuga Grand Shrine at the foot of Mt. Sentence 2: At its lowest point in history, Kofukuji still embraced a staggering 248 buildings. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8746f75c21f5494fae67c46bcc8407f1", + "input": "Sentence 1: yeah just something like that for you know uh end of the evening type of thing but uh Sentence 2: Since it is short we will be able to fit it into our schedule. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9d466c3cd39435bb043f92224409041", + "input": "Sentence 1: They had only traveled a short way out of Fena Kef but it seemed important to Jon that they leave the town in the middle of the night. Sentence 2: Jon said it didn't matter when they escaped. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-13ff01cc5b6c4919a053f273bb22500f", + "input": "Sentence 1: are they're very active right now but they're seventy five and and seventy two so that comes up somewhat more often in my thoughts as i see these things because of their age Sentence 2: I don't hear anything anymore about the laws to keep people from hiring illegal aliens and things like that so I don't know if it's working or not. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a2fd155501a64c60b3ce1ddf248a716c", + "input": "Sentence 1: The human capital legislation is one example. Sentence 2: This is the strongest example. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d1d086eead104a88aeff41e0271b8986", + "input": "Sentence 1: You're a genius too. Sentence 2: You have an incredibly high IQ. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4c44c09c21114fe3a8a63a8eddc4b543", + "input": "Sentence 1: Of course they cut welfare rolls. Sentence 2: Insurance and having him at home are not at all important to me. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9f50b4920944de8a9195923fe26e608", + "input": "Sentence 1: that everyone should have the right to have a hand gun in their house if they so choose and but i think there should be some restrictions when you buy one you know they should do more background search on you they should i think it should be harder to buy one Sentence 2: I don't think journalists should be paid for telling the stories their sources share. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-43f9c4d2774643b0b357d4beceade176", + "input": "Sentence 1: and the mainframe has a lot of software out there where i use to interface my computer with Sentence 2: The Perfect Storm performed poorly and suffered immensely in the reviews. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cec31b8112614ce3a9d4563f11785efd", + "input": "Sentence 1: What the case comes down to is LSC's discretion to reconfigure the service areas in the state, says Alan Kraus, who represents LSC and Youells. Sentence 2: Bureaucrats don't want to lose their jobs so they go along with what the voters want. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c684c406c2d04052b0673f9bfe5a497c", + "input": "Sentence 1: It is dedicated to the God of the Earth, who was sent down to Japan by the Sun Goddess Amaterasu. Sentence 2: The God of the Earth sent the Sun Goddess Amaterasu to Zimbabwe. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f8baceb9576b4e0b992ed8015f71957e", + "input": "Sentence 1: uh-huh uh-huh well what other movies have you seen then lately Sentence 2: There aren't many good movies worth seeing recently, don't you think? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-93804bc024e1466bb4170a888b173aaa", + "input": "Sentence 1: I gave Lincoln a death-glare. Sentence 2: I smiled at Lincoln. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f14e731ee3654f1d822631c55e28b2db", + "input": "Sentence 1: It felt as thick as soup and he had to breathe shallowly. Sentence 2: There is nothing that she cannot do. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c0ab5d8eadb4c55b97852716d607981", + "input": "Sentence 1: Well, Miss Tuppence, then, as I'm certainly going to be a friend. Sentence 2: You can't see the stars on the gems. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd9417dc489e4a39864c590f0590a4f7", + "input": "Sentence 1: If News Quiz were not a quiz but rather a pornographic Japanese comic book, dense with misogyny and conveniently available in omnipresent vending machines on the platforms of swift, efficient commuter railways, those would be the attributes of the sexed-up superhero whose adventures we chronicled, even if it made many of our fellow passengers really uncomfortable. Sentence 2: It turns out he didn't kill the man. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-47f34e03cdcb49128dd694baf58c68ca", + "input": "Sentence 1: Last week, Eleanor Clift predicted that China would detarget its missiles, and Michael Barone predicted the outcome of Colombia's election. Sentence 2: He knows she won't think he's bragging. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b759d78a8674009a41ceadc43b71a8a", + "input": "Sentence 1: nothing too major Sentence 2: I come from Border Country! Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-621f30374e20476191318cd116e5d939", + "input": "Sentence 1: On Guadeloupe, rides in the countryside can be arranged. Sentence 2: You can arrange countryside rides on Guadeloupe. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b2fb6d7178504d80885f4845c0689a91", + "input": "Sentence 1: The best-known building here is the King David Hotel, built in 1930, and now a solid, aristocratic home-away-from-home for kings, presidents, and other well-heeled visitors . Sentence 2: Several Presidents of the United States have stayed at the King David Hotel. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-722dbe96ce054bf08052652836d3e49e", + "input": "Sentence 1: He had slept with only two women in his life. Sentence 2: Prices for many common consumer goods like milk are generally fixed, but not in markets. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ff9274dc1f6a44f494dc8aedb89535f6", + "input": "Sentence 1: While the new Third Repub?­lic's government under Adolphe Thiers negotiated the terms of surrender, the workers' communes refused to give in. Sentence 2: Adolphe Thiers' government sought to continue the situation, hoping the worker's communes would remain steadfast. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a4eb873982a54dc29dc2c08b61ed0226", + "input": "Sentence 1: For the rest, the widest range of Made-in-Italy products will be found in the large cities where tourism promises a brisk business. Sentence 2: Regulating regulations is not an efficient way of regulating. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1941e90a9b7425593ce31ca38ca8479", + "input": "Sentence 1: Delegating authorities can benefit agency operations by streamlining processes. Sentence 2: Due to the lack of maps, the drive time is infinity. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b30f8ee19f7d47b096430bd0eac33140", + "input": "Sentence 1: This document commits LSC to dramatically expand the impact of legal services programs throughout the nation by improving access to legal services among eligible persons while enhancing the quality of the services delivered. Sentence 2: Improved legal service accessibility is one of the LSC's commitments. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-af1d8ceaa6f0496dada1a4703cd352db", + "input": "Sentence 1: and i'm like i don't believe this Sentence 2: They have tons of drive and spirit to go out and get the support. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1e706ea2dc34b03aa9099513bb65441", + "input": "Sentence 1: By the way, what are you going to do, accept Mr. Carter's offer of a Government job, or accept Julius's invitation and take a richly remunerated post in America on his ranch? Sentence 2: Mr. Carter's government job promises a happier life than Julius's American ranch. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3c2126cc0f624cda94c6c9ebf3dd7807", + "input": "Sentence 1: you just need to get the you need to get the right mix of soil so that it doesn't dry out Sentence 2: The guys have never advertised products of any kind. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d6b2c85b18d94d88a9a5f37bf0df27a6", + "input": "Sentence 1: I disagree with you, said Sir James shortly. Sentence 2: Reno has a conducted an independent study into its credibility and found no change, dismissing criticism from the investigative counsel of analysts responsible for the inquiries. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9649d2e4edfd4e1eb55c5d991d0bf8a5", + "input": "Sentence 1: To estimate changes in crop yields, we used biological exposure-response information derived from controlled experiments conducted by the NCLAN (NCLAN, 1996). Sentence 2: Nothing that we could have done could have freed the country. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6a25af39e3754e35b86895d3784b9e02", + "input": "Sentence 1: The two smaller main speakers, each of which has its own amp, are freed up to focus their energies on the less burdensome middle and treble octaves. Sentence 2: Larger speakers focus on bass octaves. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-50903b93f6e6431f86601a2fbfa9ba41", + "input": "Sentence 1: You can also order a CD. Sentence 2: Prices are fixed here so there's no point in trying to get a discount. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-86bc992f2a8c45cf996d1d3642a98276", + "input": "Sentence 1: Within a few years Port Royal, the town surrounding the fort, earned a reputation as the most raucous and debauched city in the Caribbean. Sentence 2: Tons of murders occurred in Port Royal, earning it a poor reputation. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5fe4c56dda7c4985aa3ef83f4fe393ce", + "input": "Sentence 1: Aspects of the system that could be tested through sampling might include verifying that the electronic recording of receipt and acceptance was supported by other sources. Sentence 2: We broke up six months ago. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cf3e3a54a1114032a84d7a07926de642", + "input": "Sentence 1: Adrin and Thorn will guard and watch the caves, said Jon. Sentence 2: Menes himself has been gazing at you for minutes. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa12b757be3e456086e0be89019e0fe6", + "input": "Sentence 1: The colorful Tibetan Buddhist monasteries are the most attractive sight in the valleys near Gangtok. Sentence 2: The High Street stretches past the church of St. Giles. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-00d491e281c34ae0bd4c8b5e00ebda7a", + "input": "Sentence 1: Audit documentation for financial audits performed under GAGAS should contain the following. Sentence 2: Food can be made using oats and corn and it was healthy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4bc3ef9ce5f946379c45212417aceec7", + "input": "Sentence 1: and up here we're not really well some people are i guess up here i mean they'll eat fire but i'm just not i'm not i don't mind the spices i love garlic and all the rest of that but Sentence 2: I hate to eat garlic. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2b21a583ddd5462fb4560e849aea5c9e", + "input": "Sentence 1: but it did prick and plugged the hole with it so that you'd never guess there was a crevice of any kind there. Sentence 2: Greeks prefer to call the island Mytilni instead of Lesvos. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-691a61b99e1640d58e1d137042e99088", + "input": "Sentence 1: During the global financial crisis, Rubin has halfheartedly warned Americans not to invest cavalierly in weak foreign economies, but anytime foolhardy American investors have been threatened, Rubin has rushed to save them. Sentence 2: She graduated in Chinese literature at Davidson College. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ea3f7504b3d94ed1acf540fce6c6021d", + "input": "Sentence 1: A 1923 pineapple plantation guesthouse for company executives, this country inn near the town square caters to outdoor enthusiasts. Sentence 2: The country inn just opened in 2017, as a newly constructed building in the rural part of town. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6769188797184d63a5e22b5e856c5b5a", + "input": "Sentence 1: Novelist Emile Zola poured forth arguments against industrial exploitation. Sentence 2: Booths were selling swords and axes. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a96e948462db4bcca523848697768184", + "input": "Sentence 1: Within and beyond the valley are many more sights worth taking in on day trips, including viewpoints on the valley's rim from where you can see the Himalayas at sunrise and sunset, particularly recommended if you are not planning to go trekking. Sentence 2: It isn't recommended to take day trips in this area unless you're an experienced hiker. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ffce3c1a5feb457cbd870a844891a4f4", + "input": "Sentence 1: oh well that's great that's great Sentence 2: It's the best thing since sliced bread. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5b4f333a52e348c6af9b1e0046fbf000", + "input": "Sentence 1: well i well i have um a son that's uh going to be eleven here pretty soon and then a daughter that's thirteen Sentence 2: People put their horses in the maze of pocket canyons to prevent them from being detected. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-01a01c3b2da1443cbcb6351916942092", + "input": "Sentence 1: At the very pinnacle of the upper ward is Crown Square, a beautiful collection of buildings housing the treasures of Scotland. Sentence 2: Crown Square is several buildings. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6bf264b9d0b34496aa3564b92860b024", + "input": "Sentence 1: Suddenly Jane Finn started up. Sentence 2: Jade Finn was very erratic. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da2f61df50e74aaa8b00a3ca0b291b55", + "input": "Sentence 1: Others soon joined the zinc rush. Sentence 2: You can play mah-jong at the temple's park. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b0e455c4048849c7bd9b1b6a181ae317", + "input": "Sentence 1: For example, mobilizing commitment, especially from those outside the finance organization, was often one of the more difficult objectives to accomplish. Sentence 2: I'll ask someone to help me fix my tire. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d2b30c47eb64ce3bb579b5cab60b9e8", + "input": "Sentence 1: William Shawn's indispensability as an editor is amply manifest in Ross' memoir. Sentence 2: The figures are each about twelve inches tall. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3d4ff639b59479982a2c9895691b1b1", + "input": "Sentence 1: Little blue and green lizards Sentence 2: Yeah, what newspaper do you get there, and does it have a comic section? Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2c58fda6c5a348359c742523f23a62a6", + "input": "Sentence 1: \"Don't promise us much shadin' times, does it?\" Anse remarked. Sentence 2: Havana has no lively parties. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-14a7fa4e2d4740a8b5bb91e91a1f9dc0", + "input": "Sentence 1: on the whole i'm pleased when i have an opportunity to hear just the facts i would much prefer that they keep their analysis to themselves um since i don't necessarily agree with it or it tends to be extraordinarily trite Sentence 2: Hearing their analysis doesn't offer any benefit. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-545e94f42e944e51869c133b9881b725", + "input": "Sentence 1: because i'm not you know that's one of my problems is controlling my my my irons on a par three so i have a lot of trouble hitting the greens Sentence 2: Key word search can be really helpful. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-88c9fe96623741858f47d519882018fa", + "input": "Sentence 1: well you too Sentence 2: Definitely not you. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-197f87885f30450b9df309d9631cadd3", + "input": "Sentence 1: Disney would have been better off letting the negative story run. Sentence 2: Does TI pay you? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3ef3cb7bd03048ebb090f2f418716951", + "input": "Sentence 1: South of Nijar, spectacular cliffs and isolated beaches mark the hard-to-reach natural park of the Cabo de Gata. Sentence 2: The Cabo de Gata natural park is an empty, crawling plain that lies far from any cliffs. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-14c9fd6ffd984f2f9cc38d165bb40169", + "input": "Sentence 1: In the East, 12 th -seeded Southwest Missouri State held fifth-seeded Wisconsin to 32 points--the lowest NCAA tournament score since the inception of the shot clock--and then trounced fourth-seeded Tennessee. Sentence 2: Some faculty think McKinsey's participation in the debate brings shame to the academy Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1406622e19a44b7dae549b552bad9b69", + "input": "Sentence 1: Within a few years, the carbon dioxide generated by the crowds of visitors caused a rapid deterioration in the cave walls, and the caves had to be closed to the general public. Sentence 2: The caves were closed to the public because of damage. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-243d016705a943879619c9a7578ca7f8", + "input": "Sentence 1: Five km (three miles) of fine sand from Pornichet to Le Pouliguen stretch in a perfect half-moon, past chic sailing and beach clubs, along an esplanade of luxury hotels with a casino at the center. Sentence 2: The fine sand from Pornichet to Le Pouliguen is bordered by the ocean on one side, and empty wilderness on the other. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1830ed41a7884affbcb70674f8008247", + "input": "Sentence 1: Sky's the Limit guide service can arrange climbing trips of nearly any duration. Sentence 2: The clue that solved the case was that a phial of strychnine had been sold just the day before. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-dbf3145b8d8e45aba7656bee67997cf8", + "input": "Sentence 1: If you believe that the trust fund is an accounting fiction (the government borrowing from itself, paying itself interest, and writing checks that are government commitments irrespective of the fund), then the transaction is a total wash. Sentence 2: Kal then turned to Jon. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9e5ddd85b5a1419a876511c8f82440db", + "input": "Sentence 1: The British lived along the waterfront in Victoria (now Central) and on the cooler slopes of Victoria Peak. Sentence 2: The American Labor Movement is thinking of cutting that deal. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3236f308f5764781a8f8c68a2c60fedb", + "input": "Sentence 1: Drew would never use quirt or spur on the stud. Sentence 2: Drew would never use a whip or spur on the animal. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4eda94753b7b494a9ecacb8d08fea0df", + "input": "Sentence 1: They were two weapons of the same forge. Sentence 2: it does not function. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-49152b9529244421a6da4ab6c3bda9d9", + "input": "Sentence 1: The Difference That Quality The Case of Literature Reviews. Sentence 2: Experts did not believe that federal resources were misdirected. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e764deb2eff44ae7948ee2b311027805", + "input": "Sentence 1: The light increased. Sentence 2: Some people who may not be in the Libertarian Party, and who are not willing to join, are still willing to listen. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c206f26c5e404705a1cd9fdb7f69c31e", + "input": "Sentence 1: To some GAO evaluators, the instance was an application of the case study method, because we were looking at only a few sites or because we could not generalize or because actual subjects are being used for analysis of a specific question. Sentence 2: Lawrence and John are brothers. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bfb81af780374665981fd79c5a5a74f4", + "input": "Sentence 1: Developers must review every line of code, one at a time. Sentence 2: Code must be reviewed one line at a time by developers. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-68f4fb3709554ea6aeab4029abdb3860", + "input": "Sentence 1: Inland, there are some beautiful excursions to be made into the forests of l'Ospedale and Zonza. Sentence 2: The report fails to address how DOD manages the weapon system acquisition process. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-24eb7b017e2d4c7d9a05c6585d09e1d2", + "input": "Sentence 1: What all the hockey-playing Jewish kids in America are not doing, during their hundreds of hours hustling to, on, and from the ice rink, is studying. Sentence 2: Unless you purchase it from someone you really trust. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fd24420205c34666bcf05b8684ede114", + "input": "Sentence 1: For admission to its two great mosques buy a ticket at the booth by the foot of the steps. Sentence 2: It will be beneficial for her to speak for herself. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c401caeced5342efa73e4c77a7b92905", + "input": "Sentence 1: It will enable leaders to do a better job of marketing legal services by telling the story of what LSC grantees are contributing to their communities through the partnerships they have created and the wide range of solutions they have put in place. Sentence 2: He denies that his position is not fixed. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1e18e6b3f2f34490922aa1353a6ad8ab", + "input": "Sentence 1: This is a large and modern Orthodox Jewish cultural centre and guest-house complex which enjoys an excellent location with good views of the Old City. Sentence 2: The resort has terrible views of the parking lot. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2184da4f902a4765a9017fbef2229def", + "input": "Sentence 1: Many day trippers see little more than this. Sentence 2: This is very popular with tourists. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a94aed432e254455942f10a095d41eef", + "input": "Sentence 1: Thus developed the katakana system used as a vehicle for writing Buddhist names and concepts. Sentence 2: There was a rifle resting on your knee. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-21e0676181204ba39e6f56fdfcdc014b", + "input": "Sentence 1: Since the economy provides the tax base for the government, economic growth increases government revenue, which helps finance these programs as well as other federal programs and activities, and increases budget flexibility. Sentence 2: My allergies are pretty bad right now because of the trees being in full bloom. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-426533cc613448b0b404dfb84213ef28", + "input": "Sentence 1: What matters is how to make a bad situation better, how to widen the cracks in the Communist concrete. Sentence 2: If he thinks there's a trap, there's a chance he won't show up. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c0d288cd2a24f638988a05181c84e39", + "input": "Sentence 1: yeah yeah you miss yeah i don't know if you miss it or not but Sentence 2: There are no Monets in the Ornagerie. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5eb6fedf598946d1b1bf172676080d5f", + "input": "Sentence 1: so it's um it was it was a fun movie Sentence 2: The movie was good! Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d4fd4c51f1994c98970b836949dac05e", + "input": "Sentence 1: How do we hold the globe in the center of everything?\" Bork shrugged. Sentence 2: Alabama had the same liquor laws as Texas. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1c231eb769e647d5a3511f983766a14b", + "input": "Sentence 1: Then the cross-examination began. Sentence 2: She did not propose a resolution to Mr. Whittington. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-30ca694a19794bf79e1beda752e08591", + "input": "Sentence 1: um the one the the most valueless girl doesn't but she's married now i i'm not quite sure why i i think he said that he'd give her a big ring and Sentence 2: I don't think she's even interested in getting married anymore Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b4faf3b6796046928b4165258a4f929c", + "input": "Sentence 1: Life aboard ship is tough Sentence 2: Life is hard aboard a ship. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-140a666185d64f9d9307d7ec9df0b203", + "input": "Sentence 1: Woven cotton and linen are also a good buy. Sentence 2: Pollock never drank any alcohol in his life. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3cce6289d7494768a9e1508e868c4f27", + "input": "Sentence 1: yeah Smith came on pretty good Wright is is still in the in the potential category Sentence 2: The port is one of the busiest in the country thanks to their amazing wine export. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-84f43b144c374768b7b4e6679ab5724f", + "input": "Sentence 1: Now known as the Petrified Forest, a number of these trees can be seen, some with every growth ring visible. Sentence 2: Now known as the Diamond Quarry, a number of those rocks can be seen, some with every decade square visible. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0f00f5598eb847cb95307c30fbfccbd7", + "input": "Sentence 1: Zelon faced one of the greatest challenges of her legal career, she said, when her appointment to the bench forced her to switch gears from civil litigation to criminal law. Sentence 2: A common thing about successful organizations is that their missions are clear and communicated to their employees. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f876855f7464c658fcf10162691ad5a", + "input": "Sentence 1: When Israel began constructing apartment buildings in Arab East Jerusalem last March, PA security stopped relaying intelligence about the operations of Hamas' terrorist wing. Sentence 2: A tomb representing King Richard is located behind the chapel, but his actual remains are buried elsewhere. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7aa776ca0e4144c680b3672f308d7eb6", + "input": "Sentence 1: You got yourself out of a tight place very well, he said gravely. Sentence 2: she said, \"you lied and tricked me.\" Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a6bd7fccfbf44094a4d893319075beff", + "input": "Sentence 1: well oh i agree Sentence 2: Your word is fine here, no need for contracts of any kind. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a562d1b760544a81a693d35ba4b6616e", + "input": "Sentence 1: well we uh my husband always usually always pays with cash but i never seem to have cash Sentence 2: We laughed and talked about our twenties. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c3a80244f4a0438dbb7c4e551e957ed0", + "input": "Sentence 1: There was a lift, but Tuppence chose to walk up. Sentence 2: If you arrive in the Lake District without a reservation, you're better off leaving because the British Tourist Authority has no information that could be of use to help you in the area. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9594601af8e047cbabc21b4f08126ea3", + "input": "Sentence 1: Even if tax incentives do not increase personal saving much in the short term, they may encourage individual households to earmark resources specifically for retirement. Sentence 2: The Museum of Modern Art is one of the most visited art galleries for day or weekend trips. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd89907487e546a198360c59b79084eb", + "input": "Sentence 1: The Michigan Bar Association guidelines encouraged but never mandated 30 hours a year per lawyer. Sentence 2: 30 hours a year per lawyer is a substantial number for most lawyers. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-27fb8808e4bc42bc80dcaf99f9898b20", + "input": "Sentence 1: Our study identified many techniques and approaches that organizations have used and found effective in reducing their levels of improper payments that could be used by federal agencies to help reduce improper payments in their programs. Sentence 2: The dynamism of the model is what has made it the best of its class. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d160dff5774e49a480c89efb23e8ec32", + "input": "Sentence 1: The site that will facilitate this project is www.legalmeetings.org. Sentence 2: Legalmeetings.org is a helpful site Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a082a1955bb4425cae3a6b81467c1a09", + "input": "Sentence 1: Ben worked in a diner and was tired of clunky sugar dispensers and so converted an existing piece of machinery, a tea bagger, creating the first sugar packet. Sentence 2: Ben made a sugar packet using a machine called a tea bagger. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-745d296b928b43fab6893c98b227dbae", + "input": "Sentence 1: Thus, only one price of electricity is determined for each demand segment for the entire set of sample plants. Sentence 2: The freezer was a balmy 80 degrees. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3c433b4cd24404b90f43b6ade82ce36", + "input": "Sentence 1: oh this this comes with the blade on it you mean uh-huh Sentence 2: The blade is about a foot long and spins at thirty revolutions per minute. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a2bc4f9e72b04b698d1ac9c4da3902a6", + "input": "Sentence 1: i uh i don't think anyone would miss him either Sentence 2: People would be worried if he was gone. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-371d288e1b4b4172b115f350ba91701f", + "input": "Sentence 1: the IBM had one last year now TI don't have one and Rockwell i mean yeah Rockwell they don't have one Rockwell whatever it is Sentence 2: IBM had one last year, same as TI. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e7a0d51278eb455b81b4de14f34a1fa2", + "input": "Sentence 1: and they got pretty scenery in Ireland yeah it's nice Sentence 2: Ireland has pretty views. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e3dc2bda954d4cb4a05617c8beb17032", + "input": "Sentence 1: I support the cornerstone concept of these laws, known as fair information practices. Sentence 2: While it is not on the beachfront, a view of the cruise port will have you thinking you're close to the sand. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bdd207a97e4648a69dd603f46407bb77", + "input": "Sentence 1: what what are you working on Sentence 2: These volumes can now be searched using title, theme, and date. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b069ac77f9114ccaa14907f51e559100", + "input": "Sentence 1: One is prospective and intended to help those who plan evaluation to know the minimum features of the various case study applications. Sentence 2: The intention is to not help those who plan evaluation to know the minimum features of the various case study applications. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6e82fab9e5db43788d285ab4fdacbfff", + "input": "Sentence 1: Perhaps I never had. Sentence 2: It's either very dry or very moist and is doing damage to our foundation, which we will fix next year. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8e6e38dfd1aa42d5882d53001da88f19", + "input": "Sentence 1: The two men looked distracted but they fought strong and fast. Sentence 2: Two people were fighting quickly. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d828473dd93741a59963687ace2b6fb4", + "input": "Sentence 1: if that if so Sentence 2: So with WPA? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5cb8d60b21494a45832b408963834f5c", + "input": "Sentence 1: Anyone may now own an unlimited number of radio stations, subject only to caps on local concentration. Sentence 2: David Cronenberg's has a virtual reality movie that features Jennifer Jason Leigh. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d511bad02b0642798477c2962b52d784", + "input": "Sentence 1: High-quality pottery and glassware are also produced here. Sentence 2: Japan's constant earthquakes and unsuitable geography has created a sense of impermanence among the citizens. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6d6360de086849e88c0fb94d5db9cd22", + "input": "Sentence 1: but that's what's got our system bogged down so bad now they've appealed everything to where if they've got one typographical error where in their in one line instead of spelling they've got one word misspelled i mean it's a very minor clerical error they couldn't tell they they'll appeal the hell out of that and that just throws another wrench and it takes two years to work an appeal Sentence 2: I would watch cable, but we don't have it at my dorm. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c9e497c958584711920bc9228ff8a087", + "input": "Sentence 1: How characteristically American, wrote Lionel Trilling of Sexual Sentence 2: Lionel Trilling wrote that it was typical for Americans to get married around the age of 20. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d0e2bc785fe7476997843f28d295e6db", + "input": "Sentence 1: outside of Boston Sentence 2: The floors are finished with polyurethane, which isn't hard to get off. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-16245d732dba4c279b579f8d322b9b52", + "input": "Sentence 1: He wished to be arrested. Sentence 2: Corporate security cannot be attained and is just a theoretical scenario. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56d2f3d1fab04693926bae6d1b8ace50", + "input": "Sentence 1: This is a traditional Jewish craft, and the possibilities of what you can buy are almost endless. Sentence 2: They were alright but you know, he was in school all day. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eb51959b95ab44babd72f30d65a0f198", + "input": "Sentence 1: As he began walking with the girl toward a huge tent that should have belonged to a circus, he could see other discrepancies. Sentence 2: That's twenty months. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58005f1a1fdd45a1a31a5fc94f58b01c", + "input": "Sentence 1: The 2001 reports have enabled the LSC Results Group to identify adjustments for improving reliability of the numerical data being provided by grantees. Sentence 2: Medieval penitents traced its path through the sky with sticks. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87359cb1d47b4ae9a4ae041e1c350d9a", + "input": "Sentence 1: learn your colors learn your alphabet learn all your your little terms here and and learn how to uh begin learning some of the reading and by the second or third grade uh the little school system that we're in they have uh really a lot of computers uh it's a very wealthy district as as all that fighting's going on over who gets the money and the like but they have Sentence 2: Not suffering. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1524ebdec1a14f6b99f7a5c0de37a4a2", + "input": "Sentence 1: But that's probably not realistic. Sentence 2: We can try but it's still probably not realistic. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-eab36e2faf104879aca1dfd65e634211", + "input": "Sentence 1: Many evaluation questions do not require a high degree of generalizability. Sentence 2: As a result, this study is more accurate through its combined estimate methods. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-386c8c15745641f6ae0dcd647c32337d", + "input": "Sentence 1: Every hour on the hour from 11:00 a.m. to 10:00 p.m. it revolves to music, the water dances, and it emits a jet of flame. Sentence 2: Bishop Everard of Norwich spent a very large sum of money on the construction of the abbey church. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2bd7747f0f97407882e6f92905aa1a33", + "input": "Sentence 1: After that everything was plain sailing. Sentence 2: Ca Na Costa is five miles east of La Sabina. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5b2ddca2b5c04f67abf8ce4d886b9afd", + "input": "Sentence 1: Thus, the diversion of bill-paying by mail to other methods of bill-paying is having more impact on single-piece than presort First-Class Mail. Sentence 2: You need to rinse it out with the garden hose. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8a24388869124f44936db3a8fe1e8711", + "input": "Sentence 1: oh yeah she she was wanting Sentence 2: It must be frustrating, but the pay is worth it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a84b35c1d9394ea1ae852d696448ba21", + "input": "Sentence 1: The Trustees' longterm assumption reflects the average labor productivity growth over the Sentence 2: They didn't fight at all. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ca2e57445a3450b9a8c64ba1bf3384f", + "input": "Sentence 1: lawyers perform a necessary service to society by increasing access Sentence 2: The center for visitors fail to provide any specific information on the historical sites. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d38f00373b104c2fa4f235ac902c118a", + "input": "Sentence 1: No secret hobby? she asked. Sentence 2: Gazpacho is a soup that has no vegetables. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-58754659ba2d4ca7beee5a30d1f17e50", + "input": "Sentence 1: Their folkcrafts are authentic and much less commercialized than in most other parts of Japan. Sentence 2: From the National Assembly, you can walk to the Prime Minister's residence. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cc474d7878684b5aa6e1aac4b240a05d", + "input": "Sentence 1: But in these stories, especially the later ones, he seems to have been unable to get beyond his own commonplace fantasies about prostitutes and 1960s miniskirts. Sentence 2: We have been asked to investigate variation in missing returns. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2d0072bef082435eb4f5fe757580102e", + "input": "Sentence 1: The movie isn't clear on where the secret report that kicked off Bergman's interest in tobacco came from, or who in the FDA thought it was a good idea to turn him onto Wigand. Sentence 2: Our weather is pretty much the same as Ireland's. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4cfdd0541bff4787aa9a097b8a741b7d", + "input": "Sentence 1: uh oh yeah it's not just yeah it's not just TI they they're doing the same thing up here and not just uh in yesterday's newspaper they said um IBM's going through they're going to lay off like fourteen thousand world wide Sentence 2: I don't see any issues developing as a result of that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ab53d039ca614d31a4d057676d442c4b", + "input": "Sentence 1: There were some battered old pictures on the walls, representing scenes from Faust.\" Jane's two listeners gave a simultaneous \"Ah!\" The girl nodded. Sentence 2: Some aged photos and brilliant tapestries hung on the walls, depicting settings from Faust. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c310cccf2a274289a591f631188713c2", + "input": "Sentence 1: Then every share of Daimler-Benz stock sold between 1950 and 1980 sells at a discount reflecting that expectation. Sentence 2: No one would molest a little girl like that. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-319cd3c69a3d42b099795d74c54fc888", + "input": "Sentence 1: But for the last several years it has often done that job poorly, according to state and federal officials. Sentence 2: It had done a bad job at helping the poor over the past. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-bfa502e3dd6f48abbfe3592f65267cf7", + "input": "Sentence 1: This is an assumption about demand. Sentence 2: There is currently an assumption based on the demand of the work needed. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d6da6cbe822343878bfc8f484392743d", + "input": "Sentence 1: The National Bureau of Economic Research estimates that stocks outpace Treasury securities by a range of 3 percent to 13 percent a year. Sentence 2: Stocks perform better then Treasury securities. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ec5d499d1f9f45b79c9881a42275007d", + "input": "Sentence 1: The introductory essay argues that war has been the central influence and organizing principle of the 20 th century. Sentence 2: We saw Lady in Red one night, which was a great movie. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec6512c0b21e4e0abf406a9bc6906464", + "input": "Sentence 1: The L.A. segment of the Pacific Coast Bicentennial Bike Route, which runs for 1,000 miles (1,610 km) from Oregon to Mexico, is a particularly popular trail. Sentence 2: The place is called Saint-Bertrand-de-Comminges. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-369160de23704a7aa391d06087d29693", + "input": "Sentence 1: Weeds grow like house afire. Sentence 2: The weeds are irritating. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0d1fd2876e4e4f62b5267d6de8daed37", + "input": "Sentence 1: Glendalough's three nature trails take less than an hour's relaxed walking and are well worth doing. Sentence 2: The three nature trails don't take very long and are worth the time. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6f9bbaaf341b43b6a9544fdf7fbc6a85", + "input": "Sentence 1: , the historical cost to build the Washington Monument). Sentence 2: The cost to build the Washington Monument in history. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ef372b179bf3451f9cb5e3282511172e", + "input": "Sentence 1: What? The cry of surprise was universal. Sentence 2: There were no universal cries of surprise as a result. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-081bd6910aee475795b79099c341fb39", + "input": "Sentence 1: Additionally, the FCC did not adopt safe harbor rules at this time, as suggested by some commenters, to avoid interference. Sentence 2: My family didn't teach me anything. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f18e1c9698e43f4ac2b571659b89846", + "input": "Sentence 1: The monumental baths, separate Latin and Greek libraries, Greek theater, temples, and pavilions together make up the home of a man who drew no distinction between the pleasures of mind and body. Sentence 2: The home includes baths, libraries of different languages, and a Greek theater. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-781d1d1a009043b1a37253c001f274a9", + "input": "Sentence 1: Then one of the nurses was a crook and listened at the door. Sentence 2: Harrer has no idea that she's pregnant in the movie. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f09022e0da1a4e599ffaaf7e6dc21188", + "input": "Sentence 1: that's what i need Sentence 2: I have no idea who's in charge of the firm these days. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-30c4de9e848a4276ba3392b8760cf5e0", + "input": "Sentence 1: OBLIGATED BALANCES -The net amount of obligations in a given account for which payment has not yet been made. Sentence 2: Julius passed away uneventfully that Wednesday night. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-859f7076b6384e5584a6615c0ed34491", + "input": "Sentence 1: The case against the president should be strong enough to justify some members of his own party voting against him. Sentence 2: You can't see the the roof of daibutsuden, its too small. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d717ec0f8a7f4f5da992e665846f54fe", + "input": "Sentence 1: In winter the Salinas de la Mata, just south of Guardamar, often (but not always) attracts thousands of migratory flamingos, a few of which sometimes stay to breed. Sentence 2: Something could be made with that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9d2573eaf4f54903a393972dd163daea", + "input": "Sentence 1: Cybercitizens will be hard-wired, and entertainment as we know it will be in the form of IPOs. Sentence 2: She asked if the man had shot her father. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2e0eddec2c7f46d29b9a18f1c9397dce", + "input": "Sentence 1: yeah it's kind of it follows his his travels throughout the world Sentence 2: It follows a persons world journey. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2ab40c911ca34a81aec54e0f85926939", + "input": "Sentence 1: But yuppies--or at least the suburbanized offspring of Slats Grobnik--were increasingly his audience and his newsroom colleagues. Sentence 2: \"I am trying to save something so I can start going to school full-time instead of part-time.\" Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a7e0fb44b74a4198859cb230028488a3", + "input": "Sentence 1: The agencies developed strategies to address These barriers, such as maintaining open communication and reassigning and hiring personnel. Sentence 2: lawyer at Legal Services Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9b036e1b34043f98ed7c293230afd9f", + "input": "Sentence 1: there is no single reality on which inquiry may converge, but rather there are multiple realities that are socially constructed, and that, when known more fully, tend to produce diverging reality. Sentence 2: Multiple realities produce diverging reality. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ee589044a81d4b0f8937549b9601a8a6", + "input": "Sentence 1: does she have to pay to have it refinanced Sentence 2: Does the refinancing require any money from her? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6df8b9cee7ea422789391d9f243a923c", + "input": "Sentence 1: Nicole Kidman, describing her husband's ... Sentence 2: The President has not established working groups since his inauguration. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-524f342d286b4bd79f3a6f898d55afd3", + "input": "Sentence 1: Extramarital affairs Sentence 2: Two skyscrapers are in the plaza, but will be torn down. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f928139d2c940059f3ac84f53358652", + "input": "Sentence 1: Now he put down the phone and looked at her--and the pizza--with undisguised hunger. Sentence 2: I think there will be many improvements that will result. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2a6e2479aa8c43b1901edd1fe07fe357", + "input": "Sentence 1: Dove Cottage was their first home. Sentence 2: Dove Cottage served as their third home. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b99cde00e5364dcf9cd8f1ec0a41ad30", + "input": "Sentence 1: At one point, he throws cash to people in a local soup line. Sentence 2: People waiting to be served soup stand in a line. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a4308b83e7ca47668eb9baa712d3db6a", + "input": "Sentence 1: We will see about it. Sentence 2: Semantics was not his favorite course in college. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-17f2c431a58447b28e45c5824ce8c7db", + "input": "Sentence 1: In [a constitutional] admissions program, race or ethnic background may be deemed a plus in a particular applicant file, yet it does not insulate the individual from comparison with all other candidates for the available seats. Sentence 2: There are no artifacts like statues, mosaics, coins or tools in the Musee de la Civilisation Gallo-Romaine. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-444ee20e07fa4c819d0eb63c882f560a", + "input": "Sentence 1: Salt-stone pillars held up many of the tunnels and a single barrel of water could collapse a pillar and break down the tunnel. Sentence 2: Lawsuits were never filed because there was no fire. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-09a7b2281a154e5ca29eb8935b22164c", + "input": "Sentence 1: i don't think they're going to challenge for the lead in the east Sentence 2: They left Arlington. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5494ef2047d54f99b7d37192bb1de8a6", + "input": "Sentence 1: I think the gifted young detectives must get to work, study the entrances and exits, and tap the bumps on their foreheads until the solution of the mystery dawns on them. Sentence 2: The young detectives should go back to their office and stay far away, not solving the mystery. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-aad5e8329385406ab605e2ef2498d598", + "input": "Sentence 1: 'Uh oh.' I tapped White on the shoulder. Sentence 2: I ignored White. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b873653f6dd44a789897286cb0a3c041", + "input": "Sentence 1: 'The Results Project' will enable LSC to describe and quantify that work. Sentence 2: These people have wonderful jobs that I envy. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c0193faef1a4c19ace3f386c07b7525", + "input": "Sentence 1: um so we didn't have that problem um Sentence 2: That wasn't a problem we have. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3d81ce5b56e74ad5bf2b600c245f5648", + "input": "Sentence 1: uh nothing that that's particularly horrible and i think most of the work word processing i do since it's somewhat of a personal nature i've probably don't have a sense of vulnerability in this in in the even that i were to send to to send a a misspelled word out the way one might have at the office place Sentence 2: Do you think it's okay to use capital punishment in the household when deprived of other regulations? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32f81b225bcb4da8a8802bb3892f60c3", + "input": "Sentence 1: It was rather a curious document. Sentence 2: There was something strange about the document. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6d6fa69bf522475e99a1e29155210ef2", + "input": "Sentence 1: Wolfe mocks the obsession with money and status, yet at the same time, his cleverest moments come from indulging in, not just exposing, invidious distinctions and superficial judgments. Sentence 2: Rapid growth occurs on the brick. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-96d58605ea0e45dd9a079e7165312579", + "input": "Sentence 1: Auditors are expected to comply with these requirements if they apply to the type of work being performed. Sentence 2: Julius was full or courage when he asked if he'd ever find his socks again. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d2b655cf009e4a358d757c3172089f6e", + "input": "Sentence 1: This, we trust, will effectually silence the sensational rumours which still persist. Sentence 2: yes, neither do we Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-945e4dd531274c8882b93b26a679bb63", + "input": "Sentence 1: Alcohol interventions in trauma current practice and future directions. Sentence 2: Current practice and future directions for preventing snow. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-762df12d5e8f4cceab060fa8546c17bc", + "input": "Sentence 1: Your mother keeps well? I asked. Sentence 2: The hills are the best source of exercise in the area. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-acadd552cd624e76bcca62c36e83617a", + "input": "Sentence 1: It holds regular exhibits and displays by academy members. Sentence 2: He lost all these things in the same day. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-93768ec32d0f46d898404db2a5a46ac3", + "input": "Sentence 1: yeah how old oh yeah Sentence 2: You don't knit every day. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ba0ea4c199c248ac805c9a1e7eba6c17", + "input": "Sentence 1: you could afford to pay more taxes Sentence 2: I hope we can talk again in the future. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-53a03850833c43baab2c9454109d403c", + "input": "Sentence 1: We're in a bad spot if she comes around us. Sentence 2: With all the things going one and with the children, it would be awesome to work at home. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec4acc16921c4acab8a300f6643eef4a", + "input": "Sentence 1: No we're not, said Thorn. Sentence 2: I would like to ask you ten questions. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3c7b6558f50245008360ec8fc42e1dd6", + "input": "Sentence 1: For more information about most of these hotels, particularly with regard to their casinos and attractions, look in Where To Go starting on page 26. Sentence 2: The warm weather is what I am used to, and I quite like it. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-35800d48a6ec4473a89f3e2c7b5eab3b", + "input": "Sentence 1: Susan, tell Thorn and Vrenna to move back. Sentence 2: Susan, please tell Vrenna and Thorn to back up Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6fe083e535e946d0a8bdca08db0b9034", + "input": "Sentence 1: Many will feel that the case for subsidizing the nonproduction of doctors is weak when law schools are still cranking out lawyers by the caseload. Sentence 2: Half the city is looking for the missing prisoner. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c76551a2f231470aaf5d79e0d6fe7a46", + "input": "Sentence 1: Ca'daan saw two whipmasters fleeing on horseback. Sentence 2: You should not be concerned. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e6afe41b9fca4966ae05daea3d09a932", + "input": "Sentence 1: yeah yeah yeah right right i know but i'll tell you what um we're really strict with our kids about television and one night a couple of weeks ago Sentence 2: We do not let our kids watch TV whenever they want to. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-081861327fd54b1ba9cde295873ed10f", + "input": "Sentence 1: and i expected it to be a lot of trouble but it wasn't that bad i taught remedial reading kids Sentence 2: I taught children how to read. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-77cf9210d0e34833bddf9b2e67d0d15a", + "input": "Sentence 1: It took both tables almost three sessions of medium sized cheese-and-drugs boards to collect themselves after hearing this. Sentence 2: The tables could not collect themselves even after eight full sessions of boards. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-51349cdefe134ab382b1b09b51ce0c67", + "input": "Sentence 1: um i don't know it's so old Sentence 2: I've noticed that less and less women are opening businesses these days. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ccfb9d9b68ff488290147f515fe335c5", + "input": "Sentence 1: It is wrong on the law because there is utterly no precedent for the novel and facially implausible proposition that the First Amendment has anything to do with government funding that- though it does not actually abridge anyone's speech- distorts an existing medium of expression. Sentence 2: Martinique and Guadeloupe have never been considered for regions before this point. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-392d3741b2d04f45bc2f7d279036ad01", + "input": "Sentence 1: Wine?\"He gestured to a tray with waiting glasses. Sentence 2: Boat cruises leaving Peshiera cost about 40 dollars, while cruises departing from Sirmione and Desenzano cost over twice that much. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7245a7997e294276a95cd1881402fa6c", + "input": "Sentence 1: In a press release referring to the program, IRS Commissioner Charles O. Rossotti stated that the clinics mesh with the IRS mission statement of providing America's taxpayers top quality service by helping them understand and meet their tax responsibilities by applying the tax law with integrity and fairness to all. Sentence 2: No, I think it is fair and would not affect the outcome. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23988a6aa5ec424792fe8c1c43b5b9dc", + "input": "Sentence 1: The Social Security Administration also offers an online retirement planner with calculators to help workers understand how much they can expect from Social Security under different retirement scenarios. Sentence 2: Morris decided he had no questions and sat back down. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-023e21bce214416da48ec5ee0119ecbb", + "input": "Sentence 1: i was real disappointed in that well i'll tell you another good book do you like scary things Sentence 2: I hated speaking to you, because you are boring. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4c3e66789d2c4c8390f76754d193b353", + "input": "Sentence 1: Where V = volume in billions of pieces, b = basic (referring to the non-workshared category of First-Class Mail), ws = workshare, P = price, and D = discount. Sentence 2: The formula to calculate total mail delivered is: V=B+WS/P-D Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-0bb4c1b81ba944ce9c3fd72c06893d5d", + "input": "Sentence 1: and i didn't think that's you don't do that Sentence 2: Don't be someone you're not. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-76a1092285af4fd5b567f51e175c79be", + "input": "Sentence 1: See accompanying notes to the financial statements for the condition of stewardship land. Sentence 2: I will see if I can do that. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50813c1179b44a4ba25a3887f8d2d104", + "input": "Sentence 1: The funds are part of about $2. Sentence 2: My friends and I played drums in the band. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-292e6392f1994b07a3d8689c85cc081d", + "input": "Sentence 1: He walked about my apartment like the king of a very small castle. Sentence 2: More aid from the government is needed to stabilize the situation. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b465bf9ebd1a472b97802c5349e2791b", + "input": "Sentence 1: Trent Lott recently called the agency intrusive, abusive, and out of control. Sentence 2: Trent Lott applauded the agency recently. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-307ccae6f88a4411b782fb759b98878d", + "input": "Sentence 1: It builds market cap as if by magic. Sentence 2: All aliens can get legal help without trouble. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-139174c2898a495e968ccf252d077a8e", + "input": "Sentence 1: Adrin's own sword moved just as fast, parrying and dodging every attack. Sentence 2: Adrin's sword moved slowly as he was stabbed over and over again. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-72d0efd91ef9468ab91fcf7b1920a9bb", + "input": "Sentence 1: The Raptors hunt in packs; stalking via shadows. Sentence 2: Agencies that use those systems should match performance expectations to organizational goals. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bcf9b07d74374a0eb3ff5650ef77c80f", + "input": "Sentence 1: I have since learned the way of peace but I will always hunger for war. Sentence 2: It's always good to have more options in my opinion. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-acb9cf42b9b8488caa2f41e2b16d7b1d", + "input": "Sentence 1: For the latter, bargains can be found at Blarney Woolen Mills (Nassau Street) and Dublin Woolen Mills (Lower Ormond Quay). Sentence 2: He grew up mucking horse stalls and feeding the livestock. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d962920f5a8f41a4b2a481742b0aee7f", + "input": "Sentence 1: (The girl is so much like a fourth-rate porn actress that the audience assumes she was hired to help the boy become a man--but the punch line never comes.) Sentence 2: The woman shared a lot of physical similarities to a popular adult film star. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-49e70821e2fd45d1943b69f55a677e11", + "input": "Sentence 1: no and so and and my boss has has gone for about like three times i think and i told him he's obviously in a high risk group Sentence 2: Welfare benefits went down in the 1960s due to wedlock births. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25b5147069c74f979995437ec221306a", + "input": "Sentence 1: You lost three of the last four jury trials. Sentence 2: Oprah had a lot of angry people after her in Amarillo. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-76134b3601844b5aa64ab646f74fc3a7", + "input": "Sentence 1: National saving together with borrowing from abroad provides the resources for investment that can boost productivity and lead to higher economic growth and future living standards (see figure 3.1). Sentence 2: More resources for investment, which can come from national saving and borrowing from other nations, can boost productivity and lead to higher economic growth and better living standards in the future. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-99a367326b0f40bda661801d3118e299", + "input": "Sentence 1: i see well first one's always a bear we're having a an architect friend of mine design a house for us and uh that can basically be be be put on any lot in any state any country you know so that's kind of the Sentence 2: I wish I had a friend in architecture. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-53320050dbf64973af1c630a8003218d", + "input": "Sentence 1: read my lips and what happened they turned around and double crossed us Sentence 2: There are no wines that are adequate that are also not pretentious. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4b65cdda67084813a16ace6bad2d78c1", + "input": "Sentence 1: Kashmir was divided between both India and Pakistan, pending a plebiscite which has never been held. Sentence 2: We hardly work with those ones. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8fd796e432a24ac7a113cf53bf9d7bdb", + "input": "Sentence 1: okay well uh how do you feel about uh drug testing Sentence 2: originally from Louisville in Kentucky Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7929d8d5786b49acaea131f5f8e01560", + "input": "Sentence 1: From here, the long, narrow arcade called Nakamise-dori is lined with shops selling toasted rice crackers, spices in gourd-shaped wooden bottles, dolls, toys, fans, children's kimono, and ornaments and souvenirs of all sorts. Sentence 2: There are a number of different ways cash is identified. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d97341126d83487bbe98da1eb53172f2", + "input": "Sentence 1: The rule, promulgated by an independent regulatory agency, is not subject to title II of the act. Sentence 2: The rule is always subject to Title II of the Act, regardless of the agency behind it. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-297cead9d8e741749963a8b4730f802c", + "input": "Sentence 1: White knew everything. Sentence 2: White had knowledge of many things, and I thought he was an absolute genius, but many people saw him as a fraud. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e756462f4c8e45f3afb349962ab86c70", + "input": "Sentence 1: to those children when they are together and and so it seems it seems for them that it works out all right so i don't know i i don't think i ever would have had what it would take to work full time and raise a family i Sentence 2: The theory is about space and time . Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6574f7f0fb264915a9565cc622ba6876", + "input": "Sentence 1: I clicked the link, which led to a page of more links to lots of information on BIOS, but a half-hour search yielded no information on booting from the CD-ROM drive. Sentence 2: The Clean Air Act is amended on a regular basis. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa8a01e046244fdca6ecfe98b5d8d330", + "input": "Sentence 1: If this process continued, it might lead to a situation where all of the collection, sorting, and transporting of the mail is privatized. Sentence 2: The process could never lead to the privatization of mail transportation. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e3a518c4926d4bd78e2a5ee1e214afb6", + "input": "Sentence 1: And, in theory, feeding a write-off reserve back into operating income shouldn't even be possible. Sentence 2: After the massacre, the survivors began to flee the are en masse. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1a8b56696383448685cf4cbb063c0e4d", + "input": "Sentence 1: But where is he? Sentence 2: That doesn't work at all. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fcc444003a084c93ae43d5f4c5abea9f", + "input": "Sentence 1: yeah right that your supposed to appreciate them well my my dog when i came home uh when i come home in evenings she my dog greets me at the door i don't know that a cat would do that uh Sentence 2: My dog greets me when I get home. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c4e88e2f49ee4408b7f035777161aacb", + "input": "Sentence 1: yes when i first started teaching i remember i went up to my job and i said okay i want to see a curriculum guide you know so i'll know what i'm suppose to teach and they go we don't have one of we don't even know where one is Sentence 2: I was thankful during my first teaching gig they had already developed their curriculum. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1e4469f6556d4dcfb18f590093aa900a", + "input": "Sentence 1: well i really don't think anybody anybody can beat UNLV they they might beat themselves but i don't know they're at such a high level of intensity Sentence 2: UNLV is easily beatable. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-54617228c7324e5990eb893092987d3e", + "input": "Sentence 1: Video poker has become increasingly popular, so much so that there's hardly a bar, grocery store, or laundromat in Las Vegas that doesn't have at least two or three machines. Sentence 2: A view gets old quickly. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b1a09aa371854c588b80ea57b5caa4dd", + "input": "Sentence 1: In 1966 the Venetian authorities returned the skull of St. Titus to the Cretan people in a gold reliquary, along with fine paintings depicting scenes of the saint's life. Sentence 2: In 1966 the adorned skull of St.Titus was returned to the Cretan People. The Venitian government also gave an apology for not returning them sooner. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6e1f7adcb5fd4754b30a0a54deb5490a", + "input": "Sentence 1: The second objection to Dalmatian farming is visceral. Sentence 2: Yes, that's a long thing. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6baa82840dd94a1e85157db53646f1aa", + "input": "Sentence 1: oh well my husband sometimes you know he'll receive a call and he's at work Sentence 2: Every now and then my husband receives a call while he is at work. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-80eb4d6f689e406696872cd2288ad76f", + "input": "Sentence 1: You see, continued Tuppence. Sentence 2: Federal spending is declining. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2ae168e794304b44802ce6b318cd69bf", + "input": "Sentence 1: 18 See the description of this proceeding in the Appendix. Sentence 2: The appendix is missing a description of the proceeding. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-393622b5b060497fa5b9732bdd2af983", + "input": "Sentence 1: Johnny, she's been a-pinin' fer you ever sence you enlisted, an' last night durin' the fight she mighty nigh went distracted. Sentence 2: You should find out as much as you can before picking a college. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6f971b8c1c0d4ff28bfb571bfee7f690", + "input": "Sentence 1: Museums that will appeal to children are the Fry Model Railway Museum at Malahide Castle Estate (see page 75), while the National Wax Museum (Granby Row, Dublin 1; Tel. 872 6340) has a special Children's World tableau depicting well-known fairy-tale characters and a Hall of the Megastars devoted to pop musicians. Sentence 2: If you have children, you may wish to visit Malahide Castle Estate or the National Wax Museum. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d5145b62f18e4b9084a4454f1b9e9ef7", + "input": "Sentence 1: A while ago we changed the internet-phone PBX system to comply with WebTel 4.0.5, because, you know, no sane person would stay with the ancient Web 3.0.' Sentence 2: We knew no one wanted the Web 3.0 system. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-1d982e9a9b6a42568f97c4e947f7f7c6", + "input": "Sentence 1: But it is the web of easy evasions that is the essence of Morrisism, both in his politico past and in his Augustinian present. Sentence 2: Hunt was not born yet, when the war happened. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c24417f9f1d4d90aed01af8f54f4c25", + "input": "Sentence 1: More celebrity writers praise President Clinton and bash Kenneth Starr. Sentence 2: Celebrities don't like Starr as much as Clinton. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b69fc651b82d42bcb212da42d500784e", + "input": "Sentence 1: A minimum of three days is necessary to see a good portion of the island; a week allows a visitor to do it justice and take the time to enjoy its scenic outdoors at a relaxed pace. Sentence 2: The models took over a year to complete. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8e2bce143708458f809e855bc49d495d", + "input": "Sentence 1: The entrance to the mosque is through a door at the east wall above the temple complex. Sentence 2: They had suffered for others incomprehension of their customs and mutiny broke out north of Delhi. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-be743071e51c459b8590a2c9849d8066", + "input": "Sentence 1: Because while the dandy stands for beauty and elegance, he also stands for the restraint and self-discipline required to appear refined at all times. Sentence 2: The dandy is an antiquated, Victorian concept. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-391422e754bf4d73bbda8b24cf204e30", + "input": "Sentence 1: Tommy shoved a ticket into my hand and told me to get aboard the cars. Sentence 2: Their troubles stem from the fact that they're such a homogeneous party. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-38f4fc15f52f4e419726e04ff8c8cf4b", + "input": "Sentence 1: oh okay does that last through the summer too Sentence 2: The model neglects to detail the information technology acquisition process. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4dace0e68c2341c893ec4bb8aff66b83", + "input": "Sentence 1: Adjustment of cut points or use of alternative screening tests may be necessary for these subgroups. Sentence 2: The rule doesn't address hydrocarbons. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-693ddf6aed854f3892a5067e7216dafa", + "input": "Sentence 1: it turned out my mom was the only one in the family that didn't want to go because she didn't play golf or tennis and there wasn't really a job for her there Sentence 2: You can go from the basilica of Sat'Ubaldo to La Rocca on foot. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df7a0f6d5c964b60894ea9ab754f900f", + "input": "Sentence 1: Although the babyboom generation will contribute heavily to the growth of the elderly population, increasing life expectancy and declining fertility rates are also responsible for the aging of the U.S. population. Sentence 2: The committee warned the LSC not to simplify. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8794e40d7cd7419ab18cfacff046b90e", + "input": "Sentence 1: An almost naked Jesus dispenses justice more like a stern, even fierce Classical god-hero than the conventionally gentle biblical figure. Sentence 2: Jesus, stripped to the waste, dispenses justice to sinners using a hand cannon. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5197222e7f61466db9e2a95382bf57c9", + "input": "Sentence 1: right uh-huh that's true yeah that's true they did didn't they i know it's it's interesting i still wouldn't want to take them on though i still wouldn't want to take them i still think we need to be very careful but i believe that their economic or an economic threat more than anything at this point because they want control over the i know they want control over the European economic community and that you know that's why i see them diversifying their their power and their control that they have Sentence 2: The European managers of industry were killed as they were seen as both outsiders and slave-drivers. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-209817c1af0147598f4302c6cabb929b", + "input": "Sentence 1: Note the carved helmets and swords set above the choir stalls and the 19th-century tiled floor, similar to the one in Christ Church. Sentence 2: The helmets and swords are carved above the choir stalls. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9d83ed9e75834aea81989546c66b5af2", + "input": "Sentence 1: They saw me coming, and stopped to stare. Sentence 2: Peter Jennings what a fraud am I right? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1dd81dcade99448181805e2f893dba71", + "input": "Sentence 1: yeah i'm not sure down there if you guys are all picking up but up here it's it's terrible Sentence 2: There are many musical performances because music is a big part of the culture. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5233a45edae34d649f35e736a689ce3a", + "input": "Sentence 1: Blame the good manners on Christmas spirit. Sentence 2: Louis XV was father-in-law to Stanislas, who was deposed by the Russians in 1736. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ec23f6a8ee4645e1a5c601368ac078c7", + "input": "Sentence 1: Where am I to let you know to? Sentence 2: The men all ate together. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c00ec4a56e7740f983cf177063a328c8", + "input": "Sentence 1: This virile young American, with the significant drawling voice, had the whip hand of him. Sentence 2: Traditional Japanese drama is often comical. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5d3991a252aa40cdb850f9388ce5fc80", + "input": "Sentence 1: For example, through Boeing's Creating Value learning project, managers learn how to recognize the importance of cash flow and its influence on business decisions, understand shareholder expectations and the consequences of not meeting them, and identify the relationship between individual decisions and actions and shareholder value. Sentence 2: I hate talking to you, do not ever call me again. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c980e29d98134aa0aa80db97a8effa93", + "input": "Sentence 1: so to me if somebody has life you know beyond a reasonable doubt they should that should be it you know particularly for some of these really Sentence 2: If someone has life, you know, beyond a reasonable doubt, tthey should be then. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c9cf374cd27349538b218fa56af081a3", + "input": "Sentence 1: The usefulness of case study reports, therefore, depends to some degree on how well the investigator has portrayed the participants' ways of thinking about what happened and on how divergent the investigator's analysis is from the reader's ways of thinking about the subject. Sentence 2: I stopped that because I never used it Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cd47bfcf26c14244aa052b79fb633b4d", + "input": "Sentence 1: He cited a brief report and an upcoming chapter in a book about interventions with adolescents that describes how studies at Brown evaluate fidelity. Sentence 2: The new wave music showed now promised. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ddc235b6925847cd880caa3b5dc414fe", + "input": "Sentence 1: The boats may appear deceptively primitive, but many of them have their own electric generators and all the modern conveniences. Sentence 2: The boats are state of the art and made with the best aesthetics, although they lack modern conveniences. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f770f444f4ff4a60a965e84847353ed0", + "input": "Sentence 1: Happy Hanukkah, everybody! Sentence 2: Merry Christmas, everyone. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-30ea06076f29421d9b2b36705489f684", + "input": "Sentence 1: you'll you'll never guess who this person is Sentence 2: You won't guess who this person is but I'll give you a clue: She is Haitian. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a50830426f8c4f6cb039df43224f9925", + "input": "Sentence 1: The very existence of the Guggenheim exhibition signals yet another experiment in opening China to the West. Sentence 2: The dealer has the corner on the market. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-19504534a281485a99ed6d6cc4c7339f", + "input": "Sentence 1: Duke Cosimo had Vasari design it in 1560 as a series of government offices (hence its name), a mint for the city's florin, and workshops for the Medici's craftsmen. Sentence 2: Our kids dont need money. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0aff9a155dde4a6a91b70110b49b1124", + "input": "Sentence 1: well i think we've probably talked long enough about this subject Sentence 2: I don't watch much cable now. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b4f10270468842198b8f7233abbfbcd9", + "input": "Sentence 1: Enthusiasts claim that Linux can run for years without requiring you to restart your system. Sentence 2: The person playing the part of Jim Morrison is Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f681e154a823448e94f4c7e3bd1e96d7", + "input": "Sentence 1: Surprises spring up on all new industrial complexes alongside sleepy farming villages, skyscraper towns blooming in the middle of nowhere, Hakka women in their traditional flat straw hats with hanging black curtains, water buffalo, and flashes of azalea everywhere. Sentence 2: The skyscraper towns are the hubs of finance and stock trading in the region. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-da13342816c14bddb1589b7c4665a9fe", + "input": "Sentence 1: So let me assure you that this is in no way intended to deter any proceedings under way in the House of Representatives, no matter how idiotic. Sentence 2: There are proceedings in the House of Representatives every hour. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-c54f6ca7d3c54afcb763df4464e39787", + "input": "Sentence 1: His?­to?­rians regard this as the finest and best preserved of all the surviving theaters in the Roman Empire, unique for its towering scenic wall, with a statue of Em?­per?­or Augustus to greet you. Sentence 2: John did not give me any meaning. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1b51d0d9a45b4d5f9c18946b68858b92", + "input": "Sentence 1: Take the well-marked walk on the Chemin du Ceteau-Fort to admire them. Sentence 2: The enclave has always been unfortified and uninhabited. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5e1a6003ac6b4c19b723be339cf498ae", + "input": "Sentence 1: that's no secret and it shouldn't be that way i don't think Sentence 2: The clouds above are crowded by angels and saints. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6ecd1de80e7d421fbe3c0439e6045fc0", + "input": "Sentence 1: If White is seen to kill me in person, righteously and with witnesses, that puts him up as a legend by default. Sentence 2: If people see White kill me, people will be horrified. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3611265383904ef38092d9efde70af9a", + "input": "Sentence 1: This rule was published as a notice of proposed rulemaking on January 3, 1997 (62 Fed. Sentence 2: This rule was not published until late February, 1997. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9bd59a16e1cd41d9a42b79c0943ad385", + "input": "Sentence 1: COST-BENEFIT ANALYSIS -The weighing of benefits against costs usually expressed as a ratio of dollar benefits to dollar costs for each of a variety of alternatives to provide a comparable basis of choice among them. Sentence 2: according to Blankley, there is a 99 after the election. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2b878d2d29ce452e85380f46ad3bbcf3", + "input": "Sentence 1: yeah that is that is pretty risky Sentence 2: There is the risk that it will fail. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-df8e9cc045a54836981d672e8aa41cf1", + "input": "Sentence 1: If Posner tells Microsoft that, on this occasion, the government has a point, Microsoft will be hard put to disagree. Sentence 2: Joining would have come with a lot of benefits. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-292c0f93cb9e42b08a6c0353c424d41c", + "input": "Sentence 1: They focused their anger on those strangers they could see, Jon and the others. Sentence 2: I told her to go. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-194d4cd4e6174331b7453ec6ea61eb2f", + "input": "Sentence 1: She's a lady's maid, as far as I remember, so probably won't be there, and, anyway, she's not likely.\" Sentence 2: Driver is mute. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b9524645e25940fb9ffb73a0523d46fc", + "input": "Sentence 1: Pecker is a breezy, agreeable picture--a charmer, thumbs-up, three stars--but there's something disappointing about a John Waters film that's so evenhanded and all-embracing, even if its sunniness is ironic. Sentence 2: They were all slaves to Jabbah the Hut, correct? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5967913d4a8e4c989030706a947bdae8", + "input": "Sentence 1: Not just respect for battle. Sentence 2: Giza influenced the other places to build their pyramids also. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3f9be702441d45958108c548da3642b3", + "input": "Sentence 1: In addition, the rule exempts new nonroad compression-ignition engines at or above 37 kilowatts and new nonroad sparkignition engines at or below 19 kilowatts. Sentence 2: The rule states that all new nonroad engines with more than 35 kilowats are exempt. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8f0039cf1be14f3f9e57ae093ada84b0", + "input": "Sentence 1: I ”I don't understand. Sentence 2: That doesn't make much sense. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-91f4edf2fae34d80bee259d67fcedb3a", + "input": "Sentence 1: but uh i remember working on those cars you'd open the hood and there was basically nothing in there but an engine and a few things Now you open the hood and it's scary like you say it takes a plumber to figure out where all this stuff goes yeah Sentence 2: It used to be much easier to work under the hood on a car than it is now. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f2690c529b564c008d6d3735061af5d8", + "input": "Sentence 1: and if you've got a baby i mean it's kind of neat thinking about it talking up to your baby and to to an infant Sentence 2: It is good for bonding to talk to infants. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-73c3edf061414af9b32d5013635e3f39", + "input": "Sentence 1: The river is 48 km (30 miles) long, and the 11.2-hour raft ride covers 5 km (3 miles) of navigable river that meanders through the lush countryside, where you can take in the verdant river banks and the peace and quiet. Sentence 2: Left-wing historians were unjustified in their defence of black culture. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-106d1cd0952147d7ae8aa226320e26e9", + "input": "Sentence 1: You should try the Singapore specials and you must not miss dessert. Sentence 2: I have specific ideas about that old will because it's poorly written. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9394d781057e4f12a7118e2817aab950", + "input": "Sentence 1: Dave stared around the office. Sentence 2: Dave sat in his chair. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-18c94ee23b7c430d9a9ce78a3afcca76", + "input": "Sentence 1: When I became Comptroller General in November 1998, I committed GAO to helping the Congress address issues that will define the 21st century. Sentence 2: I don't believe this to be the case. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bf8d205668ce4223b74f0fd3c19e855c", + "input": "Sentence 1: including the classes of small entities subject to the rule and alternatives considered to reduce the burden on the small entities. Sentence 2: He beat me in the game. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9d2c666501a7486cb8de035fc9b1cf18", + "input": "Sentence 1: All Good Candidates Lose Sentence 2: The villagers never liked weapons in the first place. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5c56bd6bae04452b88ff95f7dc5f6a5e", + "input": "Sentence 1: um it's horrible Sentence 2: I don't think anyone liked Margaret Thatcher or respected her. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f1301fd43b8c43149e051856fd48c1c0", + "input": "Sentence 1: The whole is worthy of its nickname, church of gold. Sentence 2: The structure's nickname involves gold. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-69ae0099ace94ffda488a73cb1fc8cd4", + "input": "Sentence 1: We would use such authority, if granted, sparingly to address specific targeted needs, such as information technology specialists and actuaries. Sentence 2: The artist known as Giambologna was really from Scotland. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-12ad443a750740c98b8a70f99a6222a3", + "input": "Sentence 1: This inappropriate and un-level playing field was addressed in part of the Sarbanes-Oxley legislation. Sentence 2: Not treating all equal was brought up in the Sarbanes-Oxley legislation. This could have real consequences if not handled. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-3ce2032b956041f3a3c8e96c68214ddb", + "input": "Sentence 1: well i don't i haven't done any painting since i was a child and my father would be painting and i'd ask him if i could you know take a turn or something but uh when we bought our home it was recently Sentence 2: I haven't painted since I was a child. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-85093f83c6b74737a81a3b110c917895", + "input": "Sentence 1: I think the Constitution was written up so you could represent yourself. Sentence 2: I never graduated from college. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-42052bf552ea4467b05d0920280e6164", + "input": "Sentence 1: Youth may be wasted on the young, but it's not wasted on the president. Sentence 2: Those academic standards will improve Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-900be477e9e4490a81666758e22fdb45", + "input": "Sentence 1: There are in fact dozens of underground limestone vaults attracting botanists and zoologists to witness their unique flora and fauna, but only three caves are open to the general public. Sentence 2: More than eighty million dollars are spent on bed spaces alone. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-080edf1303ff4d1d8ed17b9732032f57", + "input": "Sentence 1: This is a very important discovery.\" Sentence 2: Stark did a horrible job of planning this. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-df2515758e66465ebd89af530d9076ad", + "input": "Sentence 1: Biblical overtones--the tale of Jacob and Laban--bubble up from Malamud's simplicity. Sentence 2: There are writings that relate to the tale Adam and Eve in Malamud's writing. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-6280fe3bcc6d4abca84d700c33b7e50b", + "input": "Sentence 1: You know, Monsieur Poirot, that you have carte blanche in every way. Sentence 2: Derry was angry about losing the battle. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e63b8d6d286d4d8a9ebe6274954d62d8", + "input": "Sentence 1: It is madness!\" Sentence 2: Leger believes that humans are very similar to machines. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8351ce561b27411892b10ddf4d8b479f", + "input": "Sentence 1: Just over 11.2 km (1 mile) out of town you pass the turn to the small sandy bay of CaleSahona, which is framed by cliffs of red rock and hotel and holiday apartment blocks. Sentence 2: Put the drug dealers in jail and let normal people do. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-97e7690d20834b24b6129a6e0905a904", + "input": "Sentence 1: And in my head, I started to swear. Sentence 2: I began to audibly swear, and it felt great to do it. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-f0e8b3b9756f4aaaa26b78f484692c64", + "input": "Sentence 1: now that's old that is that is the largest Sentence 2: Payback could be a kick if the audience was having fun. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c0f46213f4304f318ba01f5032177db8", + "input": "Sentence 1: The man's steely blue eyes did not blink. Sentence 2: Within 10 years, it is predicted that there will be twice as many tourists renting houses. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-62c8b8aefbb9424ba37a8efbf0ec9484", + "input": "Sentence 1: The imposed treaty in 1772 robbed Poland of nearly a third of its lands. Sentence 2: The costs are developed primarily to be marginal costs Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4040b8a490424dd1b11581c93b131be2", + "input": "Sentence 1: The Indian hijacking crisis was resolved. Sentence 2: The Old Man will be surprised to hear about the kid. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c96eea578b9742fbb14a6356b5a871a1", + "input": "Sentence 1: Sample Topping the list of top 20 shortest books of the century-- Al The Wild Years .) Sentence 2: I am just like George Wallace was when he was old. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-798d0f2eab08444ba621a566e53bb781", + "input": "Sentence 1: Mitchell, what happened here? Muller turned to the man at his far right. Sentence 2: Saint Johnswort is a kind of herb that has no medicinal qualities. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c2069671d68246fd946edbb16e2ac32f", + "input": "Sentence 1: Paul Simon 's Graceland (1986), which was largely derived from South African Mbaqanga , helped popularize non-Western music. Sentence 2: I spend most of my job repairing and maintaining our computers. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-730d343e8b9144b08ec5976dce1c809b", + "input": "Sentence 1: i'm just uh it irritates me the way people mistreat animals and and they don't do it intentionally they just they're just doing it they go out and they think oh wouldn't it be cute to get a kitty Sentence 2: It doesn't matter about Buchanan. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-3097f85a92b84739a12829df34094b7e", + "input": "Sentence 1: The International Centre for Humanitarian Reporting notes that the media often only report on the crisis of the moment, and aims to encourage better reporting of humanitarian, development and related issues. Sentence 2: Her chest was sensitive from her last battle. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7f4681ccbdc6479088e7cf687e3b2ae2", + "input": "Sentence 1: As a result, the merchants were forced to limit their salvoes to one a day and from then on, they signaled the noon hour daily for all to hear. Sentence 2: Mr. Brown rescued them because he cares about their well-being. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4833963071bc41aca742bb337cc76306", + "input": "Sentence 1: it's just not not a real good uh thing to have on your uh employment uh records Sentence 2: This sort of things is bad to have on your employment record. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-53ba2c824e8f4d9eb3402c1256f8256b", + "input": "Sentence 1: Perhaps Eugene Meyer was a 19 th -century chauvinist with no intention of letting his most talented child run a newspaper. Sentence 2: The list of state agencies was available on more than one site. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7058a6ff932f46bc9cc0764f4090aa9d", + "input": "Sentence 1: E-mail is less secure than snail mail or a phone call. Sentence 2: Mr Mace started right away. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-76ebff6fd96944b2a26d7858c0437699", + "input": "Sentence 1: i mean like Kevin Costner did all of his own scenes and uh they had to teach a wolf how to to howl uh-huh that's the part they had trouble finding was wolves Sentence 2: After two months, they found one wolf. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a515b900da9f45759055809e8d100430", + "input": "Sentence 1: He sees everyone as being equal. Sentence 2: He thinks British people are better than everybody. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-9f210c0858a04483b9bce25f4071a524", + "input": "Sentence 1: Shades of Chicken Little! Sentence 2: Take the cable car and rack railway for a close-up view of a glacier. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e3944088775542e5bc5a029129913c02", + "input": "Sentence 1: i guess not Sentence 2: That won't work. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-735ee9888c3346659df9faa683ca4a33", + "input": "Sentence 1: He went up to Adrin, took his sword and dagger, and gave him the sticks. Sentence 2: Also, there were no changes. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-11b7f60b9ab24264ae123be8f9331716", + "input": "Sentence 1: right right or at least loans that they pay off Sentence 2: Having pets is one of the best ways to learn how to take care of someone else. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-68ffcb32cc574c709ee01be24f838a3d", + "input": "Sentence 1: I was thinking of asking you if I might, ma'am. Mrs. Vandemeyer looked at her a minute longer, and then smiled. Sentence 2: The large Mediterranean island is not a common vacation destination. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6e5460bfb8224bf5b4f65bb797be3d5b", + "input": "Sentence 1: The town cannot be defended, said San'doro. Sentence 2: This will cause a cost analysis and a resource comparison. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c1fab99db59b47aa8793141e721a4d85", + "input": "Sentence 1: The elders sat in the addressing room of Alvic's home in the same seats they had sat in for three decades. Sentence 2: Not everything on the island comes with chips. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2f07d3b9f0a94b259302b052bf7c728f", + "input": "Sentence 1: Where's your little friend? Sentence 2: The question as to whether or not they will be getting you to the ferries on time follows a litany of failures on the part of the service in question. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9fab880e31b04a5cb09a9c7ce035162e", + "input": "Sentence 1: You'd think with my jaw of iron I'd talk less. Sentence 2: It was the most normal Hanson saw all day. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0ffe563f619f4dff868ceb627ca47e77", + "input": "Sentence 1: The terrace of the cafe below has fine views of the sea to the east. Sentence 2: The room was bare of any furniture or items. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b8ce6251c9ab4269a3240566590dfad7", + "input": "Sentence 1: The richness of the exterior of the Dome is echoed, even excelled, inside. Sentence 2: Things in Marigot become crazy when an inter-island cargo scow arrives. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-6bda1b7f89ba43eeb37d46c2b0f6151c", + "input": "Sentence 1: About 81 percent receive only limited services, such as a single consultation, rather than full-time representation. Sentence 2: 81 percent of people received full time services. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-03cd8905319d40b1afd1e5ee91dd639f", + "input": "Sentence 1: Great tubes hung down from the ceiling, each one filled with liquid. Sentence 2: it takes about four hours to cut our grass because we aren't allowed to run lawn mowers Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a072bc9b950e49278bc7401be328c64a", + "input": "Sentence 1: Writing in the New York Review of Books , Luc Sante defends DeLillo against the perennial charge that his novels are Large thematic strokes may define his architecture, but within lies continual surprise at the fluidity and resilience of the human condition. Sentence 2: You don't like camping at all, do you? Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d76a90ab3fea4e4c82271d4f5180e450", + "input": "Sentence 1: and seeing like all i've seen all of James Dean's movies Sentence 2: Paint maintenance is easy work and any painter could finish it in just one day. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1621e74b630d426b96681d8b32f6a743", + "input": "Sentence 1: With such far-flung territories, dissolution was inevitable, and began immediately. Sentence 2: Julie Andrews is the only actress to ever play the part of Nora Dinsmoor. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ae70d8d4157741889a69ec54a430591b", + "input": "Sentence 1: yeah isn't that ridiculous Sentence 2: CNN executives will not be able to demand boring programs if they crashed frequently. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-165e0b97bd5844ba882009aabab3bc7c", + "input": "Sentence 1: Its carriers provide twice weekly delivery to various areas in Sweden for large volume customers. Sentence 2: The carriers provide delivery twice a year to all of Sweden. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-135abd6f0685488b91f23e0c97cc5886", + "input": "Sentence 1: To still others, it was not possible to tell whether this was a case study because looking at instances was what we do in all our methods, and there was no differentiation between this job and a compliance audit. Sentence 2: Had about 50 for one second-round game, as seen on TV. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32add0fb289a4c0c9893d90653dcb4a4", + "input": "Sentence 1: The record before the Commission is undisputed that LSC entities cannot provide full and meaningful representation to H-2A workers and to many other eligible aliens under the alternative constructions of the presence requirement. Sentence 2: Shiloh and Drew remained quiet in the stable. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-784fab1f90364e5cbe2640cf5e12250d", + "input": "Sentence 1: yeah so uh so you so then you're not a uh uh not a frequent movie goer either Sentence 2: The scenery remains second to none, even though the newer resorts lack traditional charm and the slopes are packed in winter. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-300ab12fc21048259b6b4d1e1e74f3d4", + "input": "Sentence 1: The tech millionaires, meanwhile, have realized they can use the establishment. Sentence 2: The Saint-Pierre Bridge is within walking distance of Saint Martin's church. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-afb1edff3e814721baab1549ea44dfbb", + "input": "Sentence 1: The Islands and the People Sentence 2: There aren't many inhabitants in the area, apart from those living in CaleSahona. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-adf26dc26d2b416d85f9741b6aa05273", + "input": "Sentence 1: yeah it looks like Jerry Jones is trying to make as much money as he can out of this deal uh he's got his own TV show and he opened the Cowboy Corral out in in the parking lot there Sentence 2: Jerry Jones isn't doing anything to capitalize on the deal. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-e53acfe4f0d74975a8c6db2e82e53467", + "input": "Sentence 1: About 3,000 years ago, Mojacar was an important Phoenician port, but earthquakes and major geological upheavals have left it high and dry. Sentence 2: Mojacar experiences earthquakes and this caused people to leave the area. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a141947f2bc54d5d9c157f9e8c82a305", + "input": "Sentence 1: but um so is there anything else Sentence 2: Anything else that I should know? Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-22ccf37232c041329eed7cdb06049906", + "input": "Sentence 1: but how come we weren't doing this say twenty years ago you know Sentence 2: Now's the time to get prepared. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e2d4cf7e152141f881dd4e2966a0c322", + "input": "Sentence 1: Jon erupted in laughter. Sentence 2: We visited our parents in April. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-52a2f26081b140ec8865d19d03d31614", + "input": "Sentence 1: As you continue through the huge bronze doors of the Imperial Gate, your eyes will be drawn skywards by the upwards sweep of the dome. Sentence 2: There was now a religious conflict within Britain. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-889e2043ac7640a58d07f231c23b9899", + "input": "Sentence 1: The fools who had moved the orrery must have been so careless that they'd sprung the mechanism. Sentence 2: The federal government's sourcing policy needed to be revised partially. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-fe9015c1b4ea42aeab4a542433dca0f2", + "input": "Sentence 1: um-hum well and yeah and and a lot of that is left up to whoever your supervisor happens to be and what type of relationship you have with that person and you know i see a lot of differences but from one group to the next you know about who gets it and who doesn't get it you know but that's and that's that way with a lot of things you know there it seems like it depends on what what group you happen to be in what what you're going to get and what you're not going to get so Sentence 2: She was earning only $4 per hour at the grocery store. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-723cb8cd029d4f6a862413079865d58f", + "input": "Sentence 1: Luckily for New Orleans, his scheme was a remarkable success. Sentence 2: Unfortunately for New Orleans, his plans did not come to fruition. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-ee57147893c647f492391b43316bae8f", + "input": "Sentence 1: The town had grown somewhat in my absence. Sentence 2: I feel like I can pass murderers and rapists when I'm walking down the street. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-94ec8307e824482d88cab3ef7159eebe", + "input": "Sentence 1: An agency should establish its initial test plans in the presolicitation phase. Sentence 2: The presolicitation phase is a warm up period for every agency in government. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-2596ea438f3f45ed91385db0ab40a164", + "input": "Sentence 1: Mangrove swamps along the coast and squat nipa palms give rise to mangrove jungle. Sentence 2: Facebook is one of the examples Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-66058f11d6454f4ebffe6c793c351e4b", + "input": "Sentence 1: They had collected a Gladys Mary and a Marjorie, been baffled by one change of address, and had been forced to listen to a long lecture on universal suffrage from a vivacious American lady whose Christian name had proved to be Sadie. Sentence 2: It is possible but only if they require chiropractic needs. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-348f6e0cc8c5478283586df911c48b27", + "input": "Sentence 1: Brawny Pick-a-Size Big Roll Sentence 2: Anse adjusted his hat and kerchief then wiped his sweaty face as he asked \"what's up?\" Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7dcd74953cb344798d01d0f2f9ed7a1e", + "input": "Sentence 1: the second car i ever bought i drive to work now that just turned ten years old and i've got a hundred and twenty two thousand miles on that Sentence 2: There are 26 languages in the school district so we hired ELL teachers. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4464f470daa54687ac1f9ea0e8c78a31", + "input": "Sentence 1: Few people had ever broken through the crust of self-sufficiency the Kentuckian had begun to grow in early childhood. Sentence 2: He thought he was in the islands of the Far East. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-50db74284c8949deb34f0aa67dca1922", + "input": "Sentence 1: Now go to sleep. Sentence 2: There's not much more time to sleep. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-af3891789dad4faa8e8d1147a227b07c", + "input": "Sentence 1: In preparation of the final report, the Standing Committee during a fourteen month period conducted hearings, solicited comments and testimony, and reviewed the literature from supporters and critics of legal services for migrant farmworkers. Sentence 2: No other circuits have concluded that the review is available for decisions. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-634d97abe528492fad192291424f8cd8", + "input": "Sentence 1: Only this.\" He pulled a crumpled envelope out of his pocket, and tossed it over to me. Sentence 2: You may have different results than the study. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-de3edbe984d646699107ab4f24f54ff2", + "input": "Sentence 1: In response to GAO's finding that serious complaints of poor nursing home care frequently are not investigated for months, Maryland's legislature approved funding for a 57 percent increase in its surveyor staff, and the state agency revamped its processes to emphasize a faster review of serious complaints. Sentence 2: It is often said that Fuji was created from piles of sand that the temple's construction workers left alone. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9f813766930d4c208494f4192dc52c85", + "input": "Sentence 1: Why, they ask, does the fact that a fetus can survive outside the womb with the help of vast medical technology change either of the interests at war in the abortion the fetus's own claim to human-ness and a woman's right to control her body? Sentence 2: The viability of the fetus outside of the room doesn't change the fundamental rights being argued for. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5c4d378731e947dc9cf95187dc3ddc04", + "input": "Sentence 1: Continued categorization of expenses as investments for stewardship purposes is predicated on demonstrated outputs and outcomes consistent with the intent of the program. Sentence 2: Greetings Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-2edba13380fa434996af9127f1ae59ef", + "input": "Sentence 1: This may be RAPS4, which is designed for the ED, but it needs further direct testing. Sentence 2: HUD did absolutely nothing for Regulation X. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-b11f29f89a554fc3abe8afaea2cc3b19", + "input": "Sentence 1: Imbedded in these and other questions are important environmental and energy policy choices with significant equity consequences. Sentence 2: The questions don't contain anything about energy Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-258e21de06674169b5e228f2addb460b", + "input": "Sentence 1: no i haven't i don't know if i've even heard of that one it must have uh what's his name in it Sentence 2: I've definitely heard of that one! Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d522bfb5f94c4a068888ee953f690d43", + "input": "Sentence 1: The desert was like molten iron under his bare feet, and the savage radiation on his back was worse than any overseer's whip. Sentence 2: Being struck by radiation was worse than being stuck by a whip. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b8e38710ba20414fa5920e31e536e5d0", + "input": "Sentence 1: This is not the place to make expensive purchases, but it's great for inexpensive pendants, earrings, and gifts. Sentence 2: I feel bad for her because all her children died. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d9a3569c41444aaebf7c9e502ea9034c", + "input": "Sentence 1: Still angry, Lewis writes, Throughout my years in the movement ... Sentence 2: The student referendum produced the smallest voter turnout ever. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4d8bc979ab43436ab39590b61d20d6a7", + "input": "Sentence 1: I asked her if she were feeling ill, and she answered frankly: \"Yes, I've got the most beastly headache.\" Sentence 2: She said she had a horrible headache. Genre: fiction.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8f7ce366707040be8f0ba1acd90cf158", + "input": "Sentence 1: that's real bright Sentence 2: It's lit very well. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-71a8d16278494515891fe516ec221601", + "input": "Sentence 1: well it's helpful Sentence 2: I have never been to North Carolina before. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0f1b121b763c48acbffa24d39ace1b6c", + "input": "Sentence 1: The production of anhydrous ammonia in the U.S. in 2000 was approximately 17,400,000 tons (equivalent anhydrous) with apparent consumption of 22,000,000 tons and about 4,600,000 met through net imports, as shown in a 2001 edition of U.S. Sentence 2: The man told them to talk away. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-d200371656194aa5b703ed1bc2cff253", + "input": "Sentence 1: for someone to really come back positive and they were not and i haven't heard of any now i'm not in personnel or anything Sentence 2: China has no missiles in their arsenals. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e173571de0144b55af5a52be3a279aa6", + "input": "Sentence 1: yeah yeah see i went out to Payless Cashways here a couple of days ago as a matter of fact and got me one of those little can crushers that i could put on the wall Sentence 2: The actual text does not support the official's conclusions. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7e6dd1ca0e05462f9629207875e65982", + "input": "Sentence 1: Due to this unprecedented attention, people travel to Egypt with preconceived ideas, in addition to a sense of excitement and anticipation. Sentence 2: People travel to Egypt with preconceived ideas due to this unprecedented attention. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-004f8310945e42ad99e8ca30fa6ef11d", + "input": "Sentence 1: To find your name, try the Internet White Pages, WhoWhere? Sentence 2: Thorn left into the night. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8e69fdc991354e43b8f77fe0c565f598", + "input": "Sentence 1: Susan nodded. Sentence 2: It should be illegal to make buffoonish personal attacks in real hearings. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-683f7051d3f74d40b245a6d76d53ba96", + "input": "Sentence 1: All the major towns have bike-rental shops; ask at hotels or tourist information centers for the location of the nearest hire center. Sentence 2: There are shops for renting bikes in all of the largest towns. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-8dbee7fe42944930a60369484ab25ece", + "input": "Sentence 1: Incorporated an initial regulatory flexibility analysis of the expected impact on small entities. Sentence 2: He passed high school with straight A's. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-1faf02bc4d7c4a99b39291c2d78e6238", + "input": "Sentence 1: especially since we're going to cut Sentence 2: She gave a fake name. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9635b31518c54c428f8e08b1c2d49e8a", + "input": "Sentence 1: Italian Communist Party founded. Sentence 2: To reduce improper payments management only needs to run an assessment program. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-13d2ac3f673944d6b976190703796afa", + "input": "Sentence 1: we sure figured out that old Babe Wassenberg didn't make it Sentence 2: Outcome data consistent with the goals of the program asserts the categorization of the program expenses. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-82673ceabc52425db7cd48a2e3fa5e91", + "input": "Sentence 1: I've never felt prouder to be associated with a group of strangers identifiable only by their (no doubt spurious) e-mail addresses. Sentence 2: The special report was publishes in the 80s Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-704a3bb0821d420dbe73fdc8b0f70301", + "input": "Sentence 1: and this is what i find particularly difficult in that uh if we see injustice and whether it's in a uh you know Chicago or uh or or Dallas i i think if we see it you know we see John Wiley Wiley Price hollering injustice i think that's wrong now the question is is was there injustice in Vietnam or was there injustice in Iraq and Kuwait Sentence 2: Drew was reminded of the past when he saw those eyes. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-eeed51aaa38c4615ab3aa7eeef9e16f6", + "input": "Sentence 1: Lately, Mr. Gray and his fellow grayheads have been discussing the With the increasing disparity in salaries between public and private law, is it more difficult to recruit and hire the kind of idealistic young lawyers who seemed to be everywhere in the '60s? Sentence 2: Recruiting young lawyers is easier than ever. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-fe98cd414dfd4494816a56ae7246af9e", + "input": "Sentence 1: To some extent, Miller's fate is that of the Broadway stage. Sentence 2: The smart hotel is in the vicinity of beautiful gardens. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a1a55af972d942d29efd39a7da8311c2", + "input": "Sentence 1: The tabloid interviews 81-year-old actor Kirk Douglas, who reveals that his English teacher seduced him when he was 14. Sentence 2: I can now picture where you may have a problem. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-36531e31d67a41579701cce60a754978", + "input": "Sentence 1: It is enclosed by a wall with a gaudy gate that is opened to the public once a year during the Dasain festival. Sentence 2: The absolute best time to visit India is in February. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7b34951808c6492497b874e17fefe9f3", + "input": "Sentence 1: and these guys just are on the endless merry-go-round in the legal system Sentence 2: Yes, have honeydews. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-99a61cd2c4074a1cae020593ae4854cd", + "input": "Sentence 1: yeah there's yeah i know they're i know you can't even spank your children these days without Sentence 2: The adequacy of existing capacities is being identified. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-780eb2b4ee07415f973055d4dee42192", + "input": "Sentence 1: you know i just when i going into it i just had this block and i went there's just no way i'm going to be able to learn this and when i sat down and really said okay just you know forget your old prejudices and really look at it you know and once you look at it's so really simple you know you there's really nothing to memorize there's nothing to learn it just all works the same you know you just you know transform that little you know dot from one place one way to the other you know and that's about all you have to do so anyway i think it will happen eventually Sentence 2: Earlier, the registrations had been taking twice as long. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-755a68c32ce040e7b7011b2b4eeaa443", + "input": "Sentence 1: Originally planned under Louis XV, and begun in 1764, it wasn't consecrated until 1842. Sentence 2: They begun building in 1764. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-a16bd221cffc4bfb9ac839fa9b4e0fb7", + "input": "Sentence 1: GAO will provide the draft report to the agency-designated liaison or agencydesignated point of contact. Sentence 2: The age of the smaller buildings surrounding the Dome of the Rock varies by centuries. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-230a72450dec4124adab8d6ddb496704", + "input": "Sentence 1: Intermarriage with the local Chinese created a community of Macanese, whose culture can still be seen in Macau's architecture and cuisine. Sentence 2: He was a shrewd businessman who knew the trade like the back of his hand. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8cdbb6b119c74cbf86f8d818775ea6b4", + "input": "Sentence 1: As part of their approval of the change, supervisors or designees must verify that the dates and amounts of material changes have been recorded in the appropriate T&A record. Sentence 2: Supervisors did not approve of the new change. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-27d3adf85c0b4fa0a8583c3f6617970a", + "input": "Sentence 1: One much-discussed cybertrend is especially relevant the scenario in which various data brokers offer a Daily Me, a batch of articles tailored to your tastes, cheaply gleaned from all over the Web. Sentence 2: This doesn't need to happen, it can just play itself out and we can keep ourselves out of this situation. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-a72c3548b19e4899baa3d07a118a9d87", + "input": "Sentence 1: They had sought through other worlds and ages for anyone with a reputation as a builder, engineer or construction genius, without screening the probability of finding an answer. Sentence 2: I ran out of time to wait for the house to be fully finished, but we got it done anyways. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9cc4e9336d24482e9466ae2698e27762", + "input": "Sentence 1: Swimming pools, spa, tennis, and children's programs attract couples and families. Sentence 2: the Orangerie in Paris is a popular tourist attraction. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-9ea21c81caee49778843921f479be247", + "input": "Sentence 1: It was a beautiful piece of workmanship. Sentence 2: The tree died and was not insured at all. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c10b28574a524f78b934a92e296e390a", + "input": "Sentence 1: Within another 5 km (3 miles) you arrive at Sella village, dwarfed beneath an extraordinary plateau. Sentence 2: Sella village is located beneath a large plateau. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-4e1b458377744395a569295a4cf4978e", + "input": "Sentence 1: In The Dustman , wrote Spencer, I try to express something of this wish and need I feel for things to be restored. Sentence 2: Ellen Rubin did not contribute to the testimony. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-ca32a57a64e1438383e4cddbc3ca3b16", + "input": "Sentence 1: mudejar elements, it maintains a poignant souvenir on the outer wall the chains that held Christian prisoners of the Moors. Sentence 2: I could do that, yes, in my early twenties I can see that happening. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-133a0b23f3a7498795b1dbaccc20ce85", + "input": "Sentence 1: Or maybe the behavior of eBayers can be explained only by subtler and more carefully tested theories that have not yet been devised. Sentence 2: This thing recognizes everything about the regions. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-31c6e121f0cf42638330ad9af27eb0eb", + "input": "Sentence 1: Blood ran from Adrin's nose. Sentence 2: Nude sunbathing is pretty common here and in the surrounding areas. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-23225b0214f846b9a9c6d0859ad97525", + "input": "Sentence 1: Queen Marie-Antoinette, Robespierre, Danton, and Saint-Just all spent their last nights in the Galerie des Prisonniers. Sentence 2: There's no risk at all if the party were to vote to convict the president. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-666b84bbf3174f398041b3d2c6238c37", + "input": "Sentence 1: For sailing lessons, the Escuela Nacional de Vela de Calanova (National Sailing School) offers intensive beginners' courses (Avda. Sentence 2: Expert lessons are also available at the Escuela Nacional de Vela de Calanova. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b7ebeef792664f959d55c83a84adaec6", + "input": "Sentence 1: Of course, the one tax concept that we all understand is an audit. Sentence 2: Personally, I can't explain how you'd feel that way, but maybe a psychologist could help you figure out your emotions. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-905fdee4648b49fd92c805a8375e84c9", + "input": "Sentence 1: The Thernstroms prescribe little to end the harms wrought by past injustices, or even to fight latent racism--except stopping affirmative action and kindred policies. Sentence 2: The curve need not align with any other curve previously shown in this paper. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-56ecdc3d09d94bc1a27f512048a8daeb", + "input": "Sentence 1: yeah oh well you know my wife's uh a well i have a daughter in college you know and uh who's got down at UT University of Texas i mean and my wife also has gone back for a teaching and English and English as a second language uh which is you know just teaching kids that are have have their native language and not English Sentence 2: Gaddis was apart of the \"game\" that he is talking about in the line. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-869688c13a0b4e6d9ad79d8d637cddb2", + "input": "Sentence 1: The fact that he felt the need to say this suggests he still doesn't fully believe it. Sentence 2: The government deems unimportant the need for change. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-80720ba1d7cf4d3a813a7eedb10eefc4", + "input": "Sentence 1: 1 The existing program establishes a cap on SO2 emissions to ensure that the environmental goal is met, and employs an innovative market-based allowance trading program to achieve the goal at lowest cost. Sentence 2: There is no cap on SO2. Genre: government.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-65e4084b51ea4d00af2123d7707aa7e8", + "input": "Sentence 1: You can view it from the building opposite before going behind the temple to see the sacred bull, stained deep vermilion by the libations of its worshippers. Sentence 2: One of the best places to see traditional Malay life with its rich Muslim culture is on the northeast coast of Malaysia, especially between Kuantan and Kota Bharu. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-32f3c107f8034e3b9163374661181194", + "input": "Sentence 1: In Santiago de Cuba, try to see the Ballet Folklerico Cutumba, a renowned troupe that delves into the world of Afro-Cuban spirituality and ritual. Sentence 2: The total fee would not be split at all. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-51d6d3dbf4fc40a59730b3fae0df14ef", + "input": "Sentence 1: Good heavens! cried Miss Howard. Sentence 2: Fieldwork and survey methods are better when integrated. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87bf4a0612cc4aa09f5a2bfd04392fcc", + "input": "Sentence 1: He whispered, \"No, it's--\" Sentence 2: This was taken from a recent broadcast. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f744cdffd7b74035a512a7f0334834b4", + "input": "Sentence 1: Another wonderful time to visit Edinburgh is at the turn of the year, when the city hosts the biggest New Year's Eve party in the world, called Hogmanay. Sentence 2: Edinburgh's New Year's Eve party, Hogmanay, is the biggest in the world. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-b731808bf0fb477abb0555db1fc2ab25", + "input": "Sentence 1: Some residents of the duty-free US Virgin Islands nearby even do their Christmas shopping in Philipsburg, Marigot, or Gustavia. Sentence 2: The US Virgin Islands do not have enough shops. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-26478e9c13b2439ba4353a61b2bfcbb6", + "input": "Sentence 1: A final important difference related to the nature of the risk may be that some workplace mortality risks tend to involve sudden, catastrophic events, whereas air pollution-related risks tend to involve longer periods of disease and suffering prior to death. Sentence 2: The merger has many listed benefits which have been reviewed by the commission. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-0c4caf5a75284e6eaeb74a7810083504", + "input": "Sentence 1: right yeah allow them to uh go back and and deliberate and uh you know after each days proceedings come out with some questions that they want answered like the next day bring those people back Sentence 2: The sultan's built the palace to show his faith of his empire. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7129449f4aff42af827e63b907415d85", + "input": "Sentence 1: These routes are largely a suburban phenomenon, they reach more stops in a day and hence, have more volume. Sentence 2: Tutmosis II did not completely destroy the temple. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-8facd24194b24c719060226dfc1a8cf9", + "input": "Sentence 1: To illustrate their views, fraygrants posted lists of their favorite films in different genres, from the familiar to the obscure. Sentence 2: They are censored, so there is nothing phallic about them. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-5254ab0531534c66913dcddcb6767580", + "input": "Sentence 1: well what are we going to do about it How i mean how can it be changed Sentence 2: The main factor facing planners in the state is trying to find a way to increase funding to significantly increase room for services. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e5f738179c164b809ca8b9049612ff66", + "input": "Sentence 1: well i mean and it's uh i don't know what do you what do you think of Incaviglia's uh loss Sentence 2: Was that the live action version? Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-87149ab776924dc3a99e245f3f16b71a", + "input": "Sentence 1: you breed them that young i mean like in a year or Sentence 2: I am sure that TI do es not have something like that. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-4cb9867f97ef4d89a4f1b4fc97714396", + "input": "Sentence 1: Despite a climate of increased scrutiny, most improper payments associated with federal programs continue to go unidentified as they drain taxpayer resources away from the missions and goals of our government. Sentence 2: The difference is obscured in these comparisons between risking life in war versus football. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-f0702668f014459e824a9c75db2d32f5", + "input": "Sentence 1: If you are unable to obtain electronic data, use the hard copy or summarized data and, to the extent possible, manually apply the tests to all instances of key data elements or, if the report or summary is voluminous, to a sample of them. Sentence 2: Yufuin's Museum of Modern Art is one of the main art interest of the region. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-e468524df0024922ad79d8927b76ab85", + "input": "Sentence 1: into my bloodstream yeah and with my luck there'd be the notice Monday you know go take your test and that would scare me Sentence 2: \"Boris has something to do with what's happened to him.\" Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c5e9b58a29ee493595081ec567de6858", + "input": "Sentence 1: In the bustling old center of Jodhpur itself, you can't and shouldn't miss the Saddar Market situated by the old clock-tower. Sentence 2: Tourists and locals alike can find plenty of good deals in the Saddar Market. Genre: travel.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-5c87f957d1ce46bdbe819121810cd689", + "input": "Sentence 1: We must stop the politics of personal destruction, Clinton declared at the White House after the impeachment vote. Sentence 2: Pray that I get this job. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-15432bc64f4942e9aa23c02234fbb6e7", + "input": "Sentence 1: But, The Christians are at it again? Sentence 2: I didn't think much about it when i first saw it. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-89ee30313e8644c797b392df91b78559", + "input": "Sentence 1: Sharon has especially exploited Kosovo to court Israel's 1 million new Russian immigrants, whose votes are expected to decide the election's outcome. Sentence 2: Two cops raised their weapons. Genre: fiction.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-cafa16205c564e50b24aaaa038014c9c", + "input": "Sentence 1: But the author's exculpatory coup de grace is Tyson's claim that a psychiatric illness caused him to do things to Robin Givens (his former wife) that he would normally never do. Sentence 2: Tyson claimed that his actions were caused by alcohol. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-d34adc73374c43a48ee7a46513f44027", + "input": "Sentence 1: He dared to look up. Sentence 2: A review of the greatest events/achievements for the last 100 years took place. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7d2b436e56814572aba4a2524ef8f817", + "input": "Sentence 1: thanks for calling you too bye-bye Sentence 2: Fuck you, good bye. Genre: telephone.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-75962a1e7cb84300882c49766a60c30b", + "input": "Sentence 1: Some participants, confused by the question, replied with slogans for both the front and back of the Littleton T-shirt. Sentence 2: I think we did pretty well snorting that cocaine. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-aa378c014d3c441c962156a7ae511c2f", + "input": "Sentence 1: In the center of the five-aisled Gothic basilica, the Coro (choir) is a marvel of woodcarving. Sentence 2: The place is actually good. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-c7e6bfc686e74b20ab8b1c6d17d61a0d", + "input": "Sentence 1: For the Fiscal Year Ended September 30, 199Z Sentence 2: When I'm doing the chores, I sometimes get distracted by the news and make mistakes with what I'm doing. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-504c64ee4c004ee88cba98d48979906b", + "input": "Sentence 1: I didn't know it was of any importance.\" Sentence 2: We try to cut as much from the budget as possible. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-406b77ceccdf40a5a780e4a4fe4773af", + "input": "Sentence 1: Navigation is hindered by sandbars at the mouth and rapids upriver, though small, sea-going vessels can make fair headway up the Rejang in Sarawak and up the Kinabatangan in Sabah. Sentence 2: I was upset with her and needed time alone. Genre: travel.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-72dcfc16bbd24050b6000527514ed3a5", + "input": "Sentence 1: It is hard to prove that worker illness is a result of pesticide exposure in the field because other things, both on and off the job, can trigger physical symptoms, said Dr. Suzanne Wuerthele, an EPA toxicologist in Denver. Sentence 2: There was no mail generated by him. Genre: government.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-25b4ad7f3a44460188563eb9667fded7", + "input": "Sentence 1: try to give them some aid i mean we helped the Afghanistanis there's know reason why we shouldn't have helped the Kurds it didn't have to involve troops could have just given them uh you know supplies Sentence 2: We are subject, at one time, to every other national jurisdiction. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7af0ce8000ae4e0ba290b7e06eb08508", + "input": "Sentence 1: It is more expensive than the run-of-the-mill Century line of car seats (a Britax runs above $200), but it is made of material so hard it would crack your knee if you walked into it, and its belting system is far more encompassing and elaborate than the average car seat's. Sentence 2: The quality of this car seat is superior, hence it's a bit more expensive than others. Genre: slate.", + "output": [ + "Y" + ] + }, + { + "id": "openseek-6-16d0bc1b67354a7e91de801283c1df86", + "input": "Sentence 1: But, said De Long and Lang, out of 78 true hypotheses, surely there should be at least a few that are overwhelmingly confirmed. Sentence 2: She couldn't notice anything because she was blind. Genre: slate.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-bdce30e92064465a966bc46263bee202", + "input": "Sentence 1: quit drooling on me look at this i'm wet Sentence 2: Walking trails can be found in Sakuranomiya Park. Genre: telephone.", + "output": [ + "N" + ] + }, + { + "id": "openseek-6-7afcc42a8a3b414ca5659ecd3172ece6", + "input": "Sentence 1: The town is still bustling today. Sentence 2: The town has since slipped into idleness and depression. Genre: travel.", + "output": [ + "Y" + ] + } + ], + "test_samples": [ + { + "id": "openseek-6-8c412f5feb914ef7ab4cd468fb6396d6", + "input": "Sentence 1: Once Caterpillar has established this plan, it tracks demonstrated reliability against it as a management tool to measure progress. Sentence 2: People in a place. Genre: government." + }, + { + "id": "openseek-6-eab840c6863f4597942e5a266cbfa3d7", + "input": "Sentence 1: The man watched the stream fall. Sentence 2: The stream was quiet and peaceful. Genre: fiction." + }, + { + "id": "openseek-6-711041c40bb94483a5791d2557c1aaf9", + "input": "Sentence 1: In the U.S. the carrier remains on the road, stops at a roadside mailbox and places mail in it without leaving the vehicle. Sentence 2: Democrats wanted to see the time sheets. Genre: government." + }, + { + "id": "openseek-6-abb1738f22ff4991960c2d06076fc8d3", + "input": "Sentence 1: The new rules cap federal welfare payments at the 1995 level (with some allowances for rising unemployment and other contingencies). Sentence 2: New rules change federal welfare payments for the better. Genre: slate." + }, + { + "id": "openseek-6-ee5c4e23f1d64c449792a2232502ab8e", + "input": "Sentence 1: Those who lose out are small and up-and-coming wineries, specialty producers and, of course, consumers who would have more choice and lower prices. Sentence 2: Small wineries have much higher prices than large ones. Genre: slate." + }, + { + "id": "openseek-6-3a244fbcdabe480aa6ec697fe19b9bd6", + "input": "Sentence 1: But they don't go so well with Dior. Sentence 2: The items are from ancient Greek and Egyptian origin. Genre: travel." + }, + { + "id": "openseek-6-bb9dc88011e446f8aafb05eff9f0c42a", + "input": "Sentence 1: The sprawling campus of the University of Caleornia at Los Angeles (UCLA) dominates the area known as Westwood. Sentence 2: The GAO is the General Accounting Office, and made an effort in 1987 to estimate tax revenues lost. Genre: travel." + }, + { + "id": "openseek-6-bf8e11a5a4eb40689132f88e5a098aff", + "input": "Sentence 1: Although automation of payment processes helps streamline operations, the basic responsibilities of the certifying and disbursing officers remain the same. Sentence 2: I am going to buy a six-seater sometime soon. Genre: government." + }, + { + "id": "openseek-6-b42308e18a9c45bc93e46faad2645d1d", + "input": "Sentence 1: The factual record provides an important context for consideration of the legal question of the meaning of the presence requirement for representation by LSC grantees. Sentence 2: Caravaggio has a painting with the theme of death. Genre: government." + }, + { + "id": "openseek-6-4057f61aaefb41b189cd0ad85ee7fdf7", + "input": "Sentence 1: yeah uh yeah and then during the week you see these women in the you know just because you put on a pair of hose with them doesn't make them not shorts anymore you know Sentence 2: They liked to mix it up when it came to their clothes. Genre: telephone." + }, + { + "id": "openseek-6-ff2314bb4aba4b87aec347b09305167f", + "input": "Sentence 1: The Wall Street Journal calls the 7,000 mark a perfect Valentine's Day affirmation of investors' six-year love affair with stocks. Sentence 2: No publication believes that Valentine's Day symbolizes investors interaction with stocks. Genre: slate." + }, + { + "id": "openseek-6-29eaf3aa3f7f4d20b0a88c50138df964", + "input": "Sentence 1: St. Giles was the church of John Knox, the great Protestant reformer. Sentence 2: St. Giles was a place all Protestant reformers would avoid. Genre: travel." + }, + { + "id": "openseek-6-d0eaeccf8d624f18a5f1bc1d0efea37f", + "input": "Sentence 1: Did not Monsieur Lawrence make the sour face every time Mademoiselle Cynthia spoke and laughed with his brother? Sentence 2: Last time I heard, you had to pay between $10K and $30K a year. Genre: telephone." + }, + { + "id": "openseek-6-0c4f67d71a094b7ebaf5e0d141923d33", + "input": "Sentence 1: Advocates turning to state for financial assistance Sentence 2: They have mandated several policies on domestic violence screening recently. Genre: government." + }, + { + "id": "openseek-6-bf7ebe3bd33b431f8610791011bb5bb9", + "input": "Sentence 1: (I look forward to explaining how such systems work in a forthcoming column.) Sentence 2: you were only dealing with taking care of orphans Genre: telephone." + }, + { + "id": "openseek-6-37048568e65a45148f6c73cc3a1ac875", + "input": "Sentence 1: : The preceding images are not from Michelangelo and His Drawings from Windsor Castle (online reproduction of art in the National Gallery exhibition is forbidden). Sentence 2: Structural steel us used mostly for absorber, ductwork and supports. Genre: government." + }, + { + "id": "openseek-6-1c6f91dbe4e94e87ae5fb0c6e390c029", + "input": "Sentence 1: We waited in a tense silence. Sentence 2: Anna is being told everything will go wrong. Genre: fiction." + }, + { + "id": "openseek-6-a52d81ae871b41679daa0d1bd242386f", + "input": "Sentence 1: In addition, the team should not commit to making conclusions or recommendations based on the data unless the team expects to be satisfied with the data reliability. Sentence 2: Data reliability is important because the team makes recommendations based on the data. Genre: government." + }, + { + "id": "openseek-6-80645fa556c54928a0dc31e7ad760921", + "input": "Sentence 1: Agency for International Development's home page, CARE's site, or ReliefNet, a non-profit organization dedicated to helping humanitarian organizations raise global awareness and encourage support for relief efforts via the Internet. Sentence 2: ReliefNet helps refugees. Genre: slate." + }, + { + "id": "openseek-6-3048420170b34b08afde5af05290756f", + "input": "Sentence 1: Scientists were once ostracized for holding religious beliefs but can now worship without embarrassment. Sentence 2: Most scientists are Christian. Genre: slate." + }, + { + "id": "openseek-6-1a397eb51816400f84203dd8341c6def", + "input": "Sentence 1: Among the stops to consider are Bourges, Limoges, and Uzerche. Sentence 2: The tester makes a cat noise on the developer's doorstep. Genre: travel." + }, + { + "id": "openseek-6-7221f2b059964a4787670eaf824a6eb6", + "input": "Sentence 1: Chinese leaders are fretting about Taiwan's prosperous democracy and its flirtation with independence. Sentence 2: There is a man named Captain Baywatch. Genre: slate." + }, + { + "id": "openseek-6-6694f41004ac41dabc8fb69661a623d1", + "input": "Sentence 1: yeah that'll do it it'll cook the whole whole insides there Sentence 2: Economic hardships spread. Genre: telephone." + }, + { + "id": "openseek-6-d9b9e9d68bdc42229df0e054d4e10991", + "input": "Sentence 1: As long as your Lojack reduces the number of insurance claims, the company should be willing to pay you to install it. Sentence 2: Your Lojack is almost guaranteed to reduce the number of insurance claims. Genre: slate." + }, + { + "id": "openseek-6-17fd0e8c15f54bbd9ebef9f6a40dc633", + "input": "Sentence 1: They are too easy a target. Sentence 2: NASA is happy to have this certification. Genre: government." + }, + { + "id": "openseek-6-cad493a3f53b45d59dee19e70a90803c", + "input": "Sentence 1: well i guess not well maybe you'll get to play more this year Sentence 2: Pro-IRA films have been around for a long time. Genre: telephone." + }, + { + "id": "openseek-6-44c750f92d654438b98ac33facfe921a", + "input": "Sentence 1: Mandated retirement savings was a bad idea that has seen a disastrous and immoral implementation. Sentence 2: It's not the first time Will reads off Bible passages. Genre: slate." + }, + { + "id": "openseek-6-c816900126e04d8e864a243a172d242d", + "input": "Sentence 1: Beer is still brewed by traditional methods here. Sentence 2: The cities reputation has grown to rival every other major city. Genre: travel." + }, + { + "id": "openseek-6-53e714dbd91c453a944fa29a2535be4b", + "input": "Sentence 1: As anyone who has spent any time in a chat room knows, the bad tends to drive out the good. Sentence 2: The outrage is that boxing is something a caveman would do. Genre: slate." + }, + { + "id": "openseek-6-eab5408f66014397aac7a317de415599", + "input": "Sentence 1: The remaining fifteen percent of the allowances will not be made available, whether through allocation or auction. Sentence 2: Matt Drudge is the strongest titan out of the 20. Genre: government." + }, + { + "id": "openseek-6-64f97d5b35a24019b6caf2f6304b625d", + "input": "Sentence 1: Clark demanded that the plumber not hang around Nicolette and their son and Nicolette got so angry she filed a restraining order against Clark. Sentence 2: CFO Council has been effective in bringing changes to the working of many organizations across the government. Genre: slate." + }, + { + "id": "openseek-6-e5ba770cfbf543329a0eafd0f7ab9715", + "input": "Sentence 1: no i i'm wondering where he's going to wind up Sentence 2: Stanislas would have been killed if he were not the father in law of Louis XV. Genre: travel." + }, + { + "id": "openseek-6-67cf4bfc0c794cb8b63787baaec097ae", + "input": "Sentence 1: and i have uh returned about every four or five years to thinking that i would like to do something about it i usually get to the point where i can play some of my favorite themes and then inevitably i am swept away by the the pressure of other types of things uh Sentence 2: Secretly, Marc Dem doubts his claim about Jewish origins. Genre: slate." + }, + { + "id": "openseek-6-1da150ae7df74862a33f02b650c32494", + "input": "Sentence 1: what kind of -- Sentence 2: All of the guided tours begin at the Magnesian Gate. Genre: travel." + }, + { + "id": "openseek-6-bee367fce08342a5bb847a0fadf2dc9b", + "input": "Sentence 1: I need to be home before eight, my wife has a yoga class tonight.' Sentence 2: They actually didn't go back. Genre: fiction." + }, + { + "id": "openseek-6-5a074a1113ea41f9ba109778cb7131fa", + "input": "Sentence 1: The related information you collect can indicate both the accuracy and completeness of the entry and processing of the data, as well as how data integrity is maintained. Sentence 2: Staffing and training will take several months to complete. Genre: government." + }, + { + "id": "openseek-6-e3b58184bde64d02b16ac48f76568ef2", + "input": "Sentence 1: Maybe, just maybe, if he were sued again ... Sentence 2: Tuppence straightened herself upon being asked what knowledge she had of her. Genre: slate." + }, + { + "id": "openseek-6-eeadba79840e4e4ca179fda4c5e14c6e", + "input": "Sentence 1: Several events in the mid-1990's brought an end to this way of life for the legal services community in my country. Sentence 2: The measured level of investment would decrease if education were to count towards investment. Genre: government." + }, + { + "id": "openseek-6-a1a38a2c66304f38982703b15d2b9bf8", + "input": "Sentence 1: , records management and defined contracting requirements). Sentence 2: He never retails suspicions, then assures us that he's crystal clear. Genre: slate." + }, + { + "id": "openseek-6-f20c8136374d485fb722d9ea51073f88", + "input": "Sentence 1: at a uh needlework shop and i i used to do the latch hook rugs and needlepoint and things like that and i i still remember how to do it it's just been so long since i've actually sat down and and taken the time to do something like that but i have recently done some cross stitch Sentence 2: All program and policy assumptions have a start date of 2004. Genre: government." + }, + { + "id": "openseek-6-09623d819c4b4ec496b6f3054106d0e0", + "input": "Sentence 1: In response, member states of the Arab League sent troops to help the Palestinian Arabs. Sentence 2: The British sent food to the Palestinian Arabs. Genre: travel." + }, + { + "id": "openseek-6-7190586e18fc414387fa56b86049198d", + "input": "Sentence 1: Stark planned this well. Sentence 2: Shalit argues that walking down a street you can tell the virgins by their fresh glow and fragrant aroma. Genre: fiction." + }, + { + "id": "openseek-6-e3b4f73a76574e308d9e8d5d686c3e87", + "input": "Sentence 1: They're very particular at the National Gallery. Sentence 2: They act weirdly at the National Galery. Genre: fiction." + }, + { + "id": "openseek-6-458305667f83421d8390a304f9c9652d", + "input": "Sentence 1: Its semi-circular seats, and the Prytaneum, where archaeologists found two statues of Artemis, now on display in the Selcuk Museum. Sentence 2: The principals are not allowed to make decisions. Genre: government." + }, + { + "id": "openseek-6-980d3ecc565a4d89b8b38eb019118f99", + "input": "Sentence 1: it's just so it's a lot of work too it's uh getting you know getting ready and taking care of everything but it's um Sentence 2: My past lets me appreciate the value of a dollar. Genre: telephone." + }, + { + "id": "openseek-6-e4d8d28da1564c618c0569322e5d6bc9", + "input": "Sentence 1: You are mistaken, sir, said Adrin, his voice wavering. Sentence 2: There are no hotels on the beaches. Genre: travel." + }, + { + "id": "openseek-6-776d5161f4b340d993f42bbf30b032ba", + "input": "Sentence 1: What are you doing in this house? Sentence 2: You aren't supposed to be in this house until after 10 pm, why are you here? Genre: fiction." + }, + { + "id": "openseek-6-79f22dcb729c43599bd05556440c28cf", + "input": "Sentence 1: gee that's that's ridiculous Sentence 2: That is absurd. Genre: telephone." + }, + { + "id": "openseek-6-03ea68329ac84b07a964a5516d0eaf78", + "input": "Sentence 1: In fact, the sicker and physically weaker Evita became, the more the fashions became her. Sentence 2: The piece is very bland and completely free of metaphors. Genre: slate." + }, + { + "id": "openseek-6-717f2e5277444672b6cc77cdccdcf4f3", + "input": "Sentence 1: birds you know this is too much work Sentence 2: i don't understand why Professor Shoshanna Sofaer of Baruch College sounds so cranky. Genre: telephone." + }, + { + "id": "openseek-6-151ec116bbab4127a6d697081bf9e38a", + "input": "Sentence 1: At the same time, if employees were allowed to retain the frequent flyer benefits, they might be willing to use some of their miles for such travel on a voluntary basis. Sentence 2: Arnolfo di Cambio began developing the city's centro storico in 1357. Genre: government." + }, + { + "id": "openseek-6-2e45d664070a4528925be82961ab4a57", + "input": "Sentence 1: It was the brainchild of Martin and Tigran Sharkie, Armenian brothers who also created the famous Raffles Hotel in Singapore. Sentence 2: Two Armenian sisters created the Raffles Hotel. Genre: travel." + }, + { + "id": "openseek-6-b0d41951bb174a80b27ba21fbac036d3", + "input": "Sentence 1: Before GAO agrees to a broadcast interview, GAO will advise requester(s) of the media source and the expected date and time. Sentence 2: He got to work day shift because he was the best in the business. Genre: fiction." + }, + { + "id": "openseek-6-0e182b9a49ae4d36b92623f642e2d523", + "input": "Sentence 1: He was hardly more than five feet, four inches, but carried himself with great dignity. Sentence 2: The man did not care about his height. Genre: fiction." + }, + { + "id": "openseek-6-7fa33b07ea57408b9b07f9e1764b494c", + "input": "Sentence 1: The general massacre of Protestants spread to the countryside, and by October another 30,000 had lost their lives. Sentence 2: The truth was obvious. Genre: travel." + }, + { + "id": "openseek-6-b96f03391ee049cb97001fbc322fdd42", + "input": "Sentence 1: and it's like i said at our expense Sentence 2: Today's political environment favors irresponsibility. Genre: telephone." + }, + { + "id": "openseek-6-eb2a87ea12ae43c885726c65182cac3f", + "input": "Sentence 1: Orrin Hatch has to acknowledge that Lee is well qualified for the post he seeks. Sentence 2: My company costs a lot more because it is a better company. Genre: slate." + }, + { + "id": "openseek-6-83f03cd38e6640f7976ac6b15dc30745", + "input": "Sentence 1: A band of red painted the lower half of his face from the nose down. Sentence 2: Hong Kong has just two luxurious hotels. Genre: travel." + }, + { + "id": "openseek-6-a30143bb88cb4d91921960f10c26e8ec", + "input": "Sentence 1: That gives us about two to three weeks to prepare. Sentence 2: They were out of time to prepare. Genre: fiction." + }, + { + "id": "openseek-6-79fbfc65cd674d3683d986d1771e9e09", + "input": "Sentence 1: At that moment, we were interrupted. Sentence 2: The bald man was getting ready to attack Adrin. Genre: fiction." + }, + { + "id": "openseek-6-534678f567ad419985cd8670191786b0", + "input": "Sentence 1: Although there are no reliable accounts of this period, third-century Chinese documents speak of a Japanese priestess-queen, Himiko, ruling over a land of law-abiding people who enjoyed alcohol and were divided into classes distinguished by tattoo marks. Sentence 2: Gainsborough's Blue Boy and Lawrence's Pinkie were hidden in the storeroom of the gallery. Genre: travel." + }, + { + "id": "openseek-6-21acdc3b84904aa1b88637ecf1ba41f3", + "input": "Sentence 1: yeah that's what i did with the Mazda drive it till the till the clutch went out and the wheels fell off so probably what i'll do again Sentence 2: I'll do the same thing again so I get my money's worth. Genre: telephone." + }, + { + "id": "openseek-6-aa94204036ba40a0aea6ef0167418247", + "input": "Sentence 1: The third and fourth sections cover details of the numerous requests we have received, including a description of agencies' systems designs and modifications and our views on the effectiveness of the designed internal control in the proposed changes. Sentence 2: Ser Perth and Dave sat in silence while Dave thought about it. Genre: fiction." + }, + { + "id": "openseek-6-0f4767a237864a08a7afa1bfc673f71f", + "input": "Sentence 1: He hit town ridin' light. Sentence 2: Ser Perth collapsed onto the bed and took a nap while Dave completed the quest. Genre: fiction." + }, + { + "id": "openseek-6-45a74382afdd49f189e383b4fde43cea", + "input": "Sentence 1: Bush heard the word philosopher, seized on a related concept--Christ--and simply ignored the other key elements in the question, like political and identify with and why. Sentence 2: Cave 17 contains murals that are rich. Genre: travel." + }, + { + "id": "openseek-6-36d731fa631c4302b55fc409aa6ff417", + "input": "Sentence 1: well i uh i have noticed with my own children for example that they will depending on what they're wearing it it makes a big difference on how they act and so that could be the same can be said for the business office too Sentence 2: Tuppence is about to go into a nerve-wracking situation. Genre: fiction." + }, + { + "id": "openseek-6-affbe971ce1c47118d45f7c3c1b5cd37", + "input": "Sentence 1: The other story suggests that the young pundits on MSNBC may represent a sea change in American politics. Sentence 2: When traveling to Nagpur from Khajuraho, you can take a train to Jabalpur and continue by road. Genre: slate." + }, + { + "id": "openseek-6-3579273460d04afead0f8876ca67bdf2", + "input": "Sentence 1: It is also a favorite with summer hikers. Sentence 2: People read the Bible for life advice and science books for data information. Genre: slate." + }, + { + "id": "openseek-6-2697735d13754d148b1a1cd8352c8ef6", + "input": "Sentence 1: No observer can enter a scene without preconceived ideas, but they can be set aside. Sentence 2: Zeros personal bias is the assumed state of being, for many people. Genre: government." + }, + { + "id": "openseek-6-f55568a70aec4a11aef9e1f5a19f4ddf", + "input": "Sentence 1: LSC will seek additional funds to increase the presence of LSC staff in the field. Sentence 2: There's no scientific evidence for a link between a child's exposure to homosexuality and their later sexual orientation. Genre: slate." + }, + { + "id": "openseek-6-df7599e4189e4092acd46543ba8f1668", + "input": "Sentence 1: Late in his prize-winning series, Gerth wrote some harsh things about Hughes, and Hughes' lobbying of Clinton, but he scarcely mentioned Hughes' Republican connections. Sentence 2: No discussion allowed. Genre: slate." + }, + { + "id": "openseek-6-f79d544556b04b37a0ade4d72a123357", + "input": "Sentence 1: What Meier's work lacks is heat, an organic flow. Sentence 2: The study was completed with information from six federal agencies, environmental organizations, public interest groups, and interviews with the EPA. This gave the president very conclusive information. Genre: slate." + }, + { + "id": "openseek-6-624e8e30e70b44579ffed58ef99f1d6a", + "input": "Sentence 1: You say he's been to your place. Sentence 2: I had the keys that would fit the lock. Genre: fiction." + }, + { + "id": "openseek-6-bb6472efd27f49a09e15cba079df4daf", + "input": "Sentence 1: The first Roman town in Gaul (a citadel and spa founded in 125 b.c. as Aquae Sextiae), Aix-en-Provence today is elegant and cultured, charming and cheerful. Sentence 2: Aix-en-Provence is very nice, and was built by Romans. Genre: travel." + }, + { + "id": "openseek-6-a0a8da2baa1b409c9a9360f9ba57c73a", + "input": "Sentence 1: Yet even after admitting all this, Dahmer's neighbors insisted there was nothing odd about him, that he joined in neighborhood barbecues, that he was like the average Joe. Sentence 2: Dahmer's neighbors didn't believe there was anything odd about him. Genre: slate." + }, + { + "id": "openseek-6-f34f699a06414003a174568e26636c46", + "input": "Sentence 1: (The stated interest is the interest that is payable to the investor according to the stated interest rate.) Sentence 2: The interest rate is stated. Genre: government." + }, + { + "id": "openseek-6-7be4404d1acc462d800d2b39690c13fb", + "input": "Sentence 1: Suddenly she gave a great start the colour faded out of her face. Sentence 2: There are different songs in different parts of Greece. Genre: travel." + }, + { + "id": "openseek-6-79952cb7957b47d8ae2c3a29bd2e0664", + "input": "Sentence 1: i just i don't know i feel so sorry for them but at the same time Sentence 2: I am sure that I feel sorry for the others. Genre: telephone." + }, + { + "id": "openseek-6-85f6b00a52bc4e7c809638a22b876775", + "input": "Sentence 1: but uh it's gone pretty well it just it it takes it takes some time my problem is while i'm not overly proud of it but i'm a self-proclaimed proclaimed perfectionist and it it takes me a long time to do trim and things like that and i'll find i'll find something as i'm going along something not related like like uh i've gone about changing out all the outlets and switches because they they really didn't match they were a few of them were broken and things like that so i always pick up these little extra tasks as i'm doing this and and the painting actually takes probably uh a fourth of the time and i i'm always doing all this other stuff and my wife's hollering at me and wondering what else i've come home with from work this time to to put in a ceiling fan or something strange like that so uh it it it always it it it gets you to look at everything real hard when you you start putting a coat of paint on everything you start to notice where all the dents and scratches and things are everywhere Sentence 2: You really get to know the ins and outs of your house when making home improvements, especially as a perfectionist. Genre: telephone." + }, + { + "id": "openseek-6-575e8167da70496f9700fe2f33b7e2bb", + "input": "Sentence 1: For example, basic mail has a higher average weight, with pieces ranging from 1 to 11 ounces, while most workshared mail weighs in the neighborhood of 1 ounce. Sentence 2: We used to watch CNN because that was all that was on really early, but I had had it with the reporters. Genre: telephone." + }, + { + "id": "openseek-6-be9591fcd9024c3e8c08ec2ce5ab5b1a", + "input": "Sentence 1: Not everyone in America goes to a big public high school, but everyone goes to a high school governed by a hierarchy of popularity and cliques. Sentence 2: None of the ladies in our office cares about what color shoes they wear after Labor Day. Genre: slate." + }, + { + "id": "openseek-6-3013030bea8343f8a03cf4f0c803d4fd", + "input": "Sentence 1: They've only agreed to keep talking. Sentence 2: There's less emotion in the Fonteyn-Nureyev version. Genre: slate." + }, + { + "id": "openseek-6-b2c486afacb94a20a4418b88b0201aac", + "input": "Sentence 1: do you buy them um separately at you know an American grocery store now or do you have to or you don't you don't go buy it from a a wholesaler Sentence 2: Arabs are driving all over that place. Genre: telephone." + }, + { + "id": "openseek-6-df3635b5a04b42acbc9d030580ad3eb2", + "input": "Sentence 1: With such far-flung territories, dissolution was inevitable, and began immediately. Sentence 2: They will find it more difficult to go to court. Genre: government." + }, + { + "id": "openseek-6-08959a7d7fc74e83b059d593b5b7589c", + "input": "Sentence 1: Certainly not, said Mrs. Inglethorp sharply. Sentence 2: Mrs. Inglethorp took it seriously Genre: fiction." + }, + { + "id": "openseek-6-7c4d9b98742a494a802fce5bd1c57e17", + "input": "Sentence 1: out and so forth and most of my things are dust collectors uh and i hate to dust so first thing i think of is how easy would this thing be to clean Sentence 2: The plan was taken rather quickly after Pataki and his allies wished to have nothing to do with it, claiming it was laughable and absurd. Genre: slate." + }, + { + "id": "openseek-6-ce04deac9ebc4d0f8060d245287bdf6b", + "input": "Sentence 1: But it should be done, at once!\" He then made a very careful examination of the drawers of the wash-stand. Sentence 2: They are anti-trust funds. Genre: fiction." + }, + { + "id": "openseek-6-22373c8e132145e282437d0df135eeb4", + "input": "Sentence 1: The reference case projections suggest an annual rate of declining intensity of 1.6% per year through 2015 with a final value 0.33 kWh/$. Sentence 2: Case projections are accurate Genre: government." + }, + { + "id": "openseek-6-f749fb85fc5f49e094b1fcf4f045ccb3", + "input": "Sentence 1: But this is not the whole picture. Sentence 2: I used glue from a white envelope to stick the pages together. Genre: travel." + }, + { + "id": "openseek-6-05e7237858ec46519cac262918043ac8", + "input": "Sentence 1: The Muslims tried to purify the Islamic practice of the Hindu rituals which had accrued over the years. Sentence 2: The AFL-CIO has jump-started the protests. Genre: travel." + }, + { + "id": "openseek-6-1065118c871c42369e185bfa2ffa976d", + "input": "Sentence 1: Kahn's five-part series on Grains of the World or Elizabeth Drew's supposedly soporific reporting from Washington. Sentence 2: The ancient world valued Parosearble because of its translucence. Genre: travel." + }, + { + "id": "openseek-6-5daa422557a04d4383131d598de3d3e4", + "input": "Sentence 1: you know it just you know i saw the family falling apart down there Sentence 2: There needs to be a definitive number. Genre: slate." + }, + { + "id": "openseek-6-04d4e84e732e450b82b192481d18cc35", + "input": "Sentence 1: In 1935, the Social Security Act established a program to help protect aged Americans against the loss of income due to retirement. Sentence 2: Furthermore, Genre: government." + }, + { + "id": "openseek-6-ebf3b568d8314a009c7b9c245c6098c9", + "input": "Sentence 1: Out in the river are several islands and the largest one, Gezira, is home to one of Cairo's most chic neighborhoods, Zamalek. Sentence 2: There aren't any islands in Cairo, are there? Genre: travel." + }, + { + "id": "openseek-6-58a4139d8db6443e8722c9c560ec0b01", + "input": "Sentence 1: How about further south? Can we build a defense further away from the town? asked Jon. Sentence 2: Jon asked if they should go south. Genre: fiction." + }, + { + "id": "openseek-6-b3d4367dd3cc44bf9ffbb9fada1ae6a3", + "input": "Sentence 1: But by the next morning a few doubts troubled him as he tightened saddle cinches on the stallion. Sentence 2: I do not want you to meet my grandmother's boyfriend because he is embarrassing. Genre: fiction." + }, + { + "id": "openseek-6-422d5491689149d2b8793175ef20e6fb", + "input": "Sentence 1: The present structure enclosing the tomb was designed by an Greek Orthodox architect in the 19th century. Sentence 2: He loves his job more than anything. Genre: slate." + }, + { + "id": "openseek-6-cc9f4008b37e48c8a9d6a5bb4c5002d1", + "input": "Sentence 1: Red felt outweighed and outnumbered. Sentence 2: Red felt outnumbered. Genre: fiction." + }, + { + "id": "openseek-6-074cea69f5b140678308f62b90c26321", + "input": "Sentence 1: Stark would have seen nearly a third of his men fall in a very short time. Sentence 2: Most of our recyclables are newspapers and glass. Genre: telephone." + }, + { + "id": "openseek-6-db04461faee3474aa4d4ebe623216482", + "input": "Sentence 1: no i like the team i really really like the Eagles a lot but uh Buddy Ryan is not one of my favorite people so i wasn't too disappointed to see them lose Sentence 2: I thought I would stay for awhile. Genre: telephone." + }, + { + "id": "openseek-6-64c935d2564a42f8a3a4da3a063df7f1", + "input": "Sentence 1: To take one example, let's look at the first-day reports from the networks. Sentence 2: In 1995 the record for cable-stayed bridges was broken with a span of 856m. Genre: travel." + }, + { + "id": "openseek-6-c2c74330752447a5a2dcf2919aa16700", + "input": "Sentence 1: Conversely, if you're staying in town, you'll have to travel to find a desirable beach. Sentence 2: THe donation is automatic. Genre: telephone." + }, + { + "id": "openseek-6-619a4491ef2c40a99c4e79a181ef8c64", + "input": "Sentence 1: even if you you know if you don't own it yet it if you're paying off a note you still have to pay property tax on it Sentence 2: Jon was unarmed. Genre: fiction." + }, + { + "id": "openseek-6-ebcacf63f0e24c8bbd40b618c4467422", + "input": "Sentence 1: When they got to register number 221 with their fork-lift cart with a trailer, three hours and 59 minutes had passed since they first entered through the gate of hall number 3. Sentence 2: Because of this, Delos is an important archaeological site. Genre: travel." + }, + { + "id": "openseek-6-693236c2224d487b8492bc03d01ddf3d", + "input": "Sentence 1: Everybody was impressed, and one man's eyelid even ticked a little, because he didn't realize that the speaker of this witty comments wasn't Czarek, but one of the Fodder Brothers (a term coined later by triumphant Pytlasinski). Sentence 2: The creatures scared us with their crazy noises. Genre: fiction." + }, + { + "id": "openseek-6-0601b25462894277818ea7632c8d5a5f", + "input": "Sentence 1: The modern minaret is known as the Plain (or Naked) Pagoda, in contrast to the Flower Pagoda of the Buddhist temple. Sentence 2: I was confused because we had already done this test. Genre: travel." + }, + { + "id": "openseek-6-3b0efbdb2774492eb68274946800ea45", + "input": "Sentence 1: yeah those are good old Sentence 2: Our companions like to wear electronic earmuffs. Genre: telephone." + }, + { + "id": "openseek-6-0f0ed074ff2b4e62ab94d7c0e6a3b50d", + "input": "Sentence 1: In December 2000, they refinanced with Fieldstone, getting almost $70,000 for credit card debts, home improvements and the growing gap between their expenses and income. Sentence 2: An utterly insipid tone was never achieved. Genre: government." + }, + { + "id": "openseek-6-6bb7d2f79f8440e1a719881b8be7a733", + "input": "Sentence 1: benefits, recommended over 600 actions that have led to improvements in government operations, and provided 229 testimonies requested by congressional committees. Sentence 2: There are improvements in the actions of the government. Genre: government." + }, + { + "id": "openseek-6-75f0d062f4bb494fb6ec74d693c79b59", + "input": "Sentence 1: it's uh yeah we have one in the office and if we want to use it well in our area if we want to use it we have to you know like you said you had to change it put it on a disc and carry it over to there and see if they're not using the printer Sentence 2: I would rather it be a complete stranger. Genre: fiction." + }, + { + "id": "openseek-6-f4e9e93c68ee4daf8fb020e502c8cbbc", + "input": "Sentence 1: and i started in reading it a friend friend of mine whose a pilot gave it to me he said uh he said it's a wonderful book you'll love it i started reading it and he went of course he goes into such great detail Sentence 2: I read it when a friend of mine recommended it and gave it to me. Genre: telephone." + }, + { + "id": "openseek-6-eeb2e3973f214d3fade7f32c2d83a5c9", + "input": "Sentence 1: a 32902 to determine the maximum feasible level for model year 1998. Sentence 2: A 32902 is needed to find the maximum label for the model year 1998. Genre: government." + }, + { + "id": "openseek-6-10a0c949b8454a17af1b77399f61c877", + "input": "Sentence 1: I felt it incumbent on me just to give you a hint. Sentence 2: Page predicted great success in Kyoto due to the U.S. representative. Genre: fiction." + }, + { + "id": "openseek-6-8169a57af07b461d892434d2e9a353b1", + "input": "Sentence 1: The lovely Botanical Gardens offer 130 acres (50 hectares) of changing landscapes. Sentence 2: Jung did not regard extrovert or introvert to be personality types. Genre: slate." + }, + { + "id": "openseek-6-6c3367e900084bb6a13c7de7a7b6fcbb", + "input": "Sentence 1: Its standout attraction is the Museu Nacional de Arte Antiga (National Museum of Ancient Art), Portugal's largest museum. Sentence 2: You must take a boat between Niihau and Kauai. Genre: travel." + }, + { + "id": "openseek-6-d182700aa9804211a6f4232cfb3c4357", + "input": "Sentence 1: 2) House Judiciary Committee Chairman Henry Hyde said he has begun to examine impeachment procedures in the event they are justified. Sentence 2: The plan is a great idea. Genre: fiction." + }, + { + "id": "openseek-6-386cd90ce11546a3bdb1419b2842bc83", + "input": "Sentence 1: Es Cale's tiny harbour dates from Roman times, when it was Formentera's only port. Sentence 2: The southern cities have names with very few letters in them. Genre: travel." + }, + { + "id": "openseek-6-736ec77c7be44ba3a3968362475842e2", + "input": "Sentence 1: Hispanic Americans comprise the largest ethnic group of all, with numbers fast approaching 40 percent of the population. Sentence 2: Drew rounded one end of the wagon. Genre: travel." + }, + { + "id": "openseek-6-682e742a6bcf4a5b956358648c39d02f", + "input": "Sentence 1: Too many players are looking for special treatment and loopholes and are focusing on legal form rather than economic substance. Sentence 2: Weird comedy book, but the writing technique is beautiful. Genre: telephone." + }, + { + "id": "openseek-6-0cc17c505aab4803871d38959bd000c9", + "input": "Sentence 1: what are things like you said McKinney do you live in McKinney too are things pretty calm up there or Sentence 2: I heard you mention the name of McKinney. Genre: telephone." + }, + { + "id": "openseek-6-e3404d9584704e7b9f32e9b839d2a0fb", + "input": "Sentence 1: i spent uh i spent a year up in Colorado Springs at TI up in Colorado Springs Sentence 2: There is no such thing as \"educational research.\" Genre: telephone." + }, + { + "id": "openseek-6-15fff74381714614b7dff36e3e46dacc", + "input": "Sentence 1: uh well we just planted the plum tree this year so we haven't uh haven't gotten anything off of that hopefully this will be the first year for our peaches we're hoping to get something off of that so Sentence 2: The area is very run down and attracts a destitute crowd. Genre: telephone." + }, + { + "id": "openseek-6-08bdc73bf73c424ba0bdfd87232b9403", + "input": "Sentence 1: When Giuliani vetoed Talk 's party site and told the press it was unimportant and irrelevant, all he did was make the magazine important and relevant. Sentence 2: Leadership qualities hold equal importance along with technical knowledge. Genre: slate." + }, + { + "id": "openseek-6-3814a2402f1044ec875053cb1cd6e373", + "input": "Sentence 1: United against him was a collection of republicans, liberals, socialists, communists, and anarchists. Sentence 2: I don't enjoy these hobbies Genre: telephone." + }, + { + "id": "openseek-6-403893ff21344a5bb01797701a0b12c7", + "input": "Sentence 1: Alas, the president has not made this case. Sentence 2: A person need to have access to technology in order to gain and improve from it. Genre: government." + }, + { + "id": "openseek-6-3d627d5f8f4747b8ae16489c41b9a3df", + "input": "Sentence 1: exactly yeah yeah i mean you're you're in Dallas so everybody i can't believe they can uh like in a murder situations they look for juries who don't know anything about the system well or know anything about the the occurrence you'd have to be pretty dense Sentence 2: The Pharoseighthouse was one of the Seven Wonders of the World, and it used to protect the harbor's entrances. Genre: travel." + }, + { + "id": "openseek-6-5c05a9d72fa54c7088c2d1edf4b23b83", + "input": "Sentence 1: You saw us together yesterday. Sentence 2: No one has ever seen us together. Genre: fiction." + }, + { + "id": "openseek-6-5518914f2cc44b9e92fb7feadd353e41", + "input": "Sentence 1: An audio-visual show about the tower is screened on the first platform; there are restaurants on the first and second, and a bar on the third. Sentence 2: The Committee can also consider ways to track environmental progress. Genre: government." + }, + { + "id": "openseek-6-adf70d77dd0148f7ad9254fdfb64f18a", + "input": "Sentence 1: but the problem is it's not an armed insurrection Sentence 2: They need to demonstrate the product is ready for designing. Genre: telephone." + }, + { + "id": "openseek-6-fffdc5be975c4753a8edb3ec6b2e2028", + "input": "Sentence 1: Visitors are allowed into the ancient and mysterious church only during afternoon services. Sentence 2: Not after what you heard said, and after she lied under questioning? Genre: travel." + }, + { + "id": "openseek-6-9420592abf144c399ec30af8aa719186", + "input": "Sentence 1: uh-huh well sometimes too when we take out our garbage and we usually you know we just dump it in the middle of the garden you know after your garden's basically done Sentence 2: The issue really stems from the General public's lack of interest. Genre: telephone." + }, + { + "id": "openseek-6-4f4cd5c8baeb4027a8a20330f6118d71", + "input": "Sentence 1: a dollar bill comes out the bottom Sentence 2: That sucks and is a little annoying, but it's okay. Genre: telephone." + }, + { + "id": "openseek-6-c929392920a8400188167f94ffaaf154", + "input": "Sentence 1: yeah at least its something that you enjoy and i know a lot of people that talk about exercise and say well i don't want to exercise it's too much work but there a lot of different things you can do that that are enjoyable that you don't have to you kn ow strain yourself or sweat Sentence 2: Entrepreneurs are often free of the responsibility of the production work. Genre: telephone." + }, + { + "id": "openseek-6-3c8c78b75b7e45a68fed415794f58d66", + "input": "Sentence 1: From here you can ascend a hill to the old Seminario de San Miguel (Saint Michael's Seminary) which offers panoramic views of Orihuela below and a ruined castle above. Sentence 2: The Srieminao de San Miguel is located deep underground in a natural cavern. Genre: travel." + }, + { + "id": "openseek-6-a76c1688cd0342189f9f811f0f3399f5", + "input": "Sentence 1: kind of like joining the military Sentence 2: World music is based on where they are from. Genre: telephone." + }, + { + "id": "openseek-6-b7f76bd1b29448d388def22f9f353e81", + "input": "Sentence 1: that's getting up there Sentence 2: Though it seemed at first that the American people were not interested in soccer, the MLS was surprisingly well-received. Genre: telephone." + }, + { + "id": "openseek-6-1d98d0f050da47a4aa4e04017bfde7be", + "input": "Sentence 1: This is an imaginative attempt to dress craven pragmatism as high principle, but it makes no sense. Sentence 2: The soldiers in the Tundikhel parade ground are from the Gurkha regiment. Genre: slate." + }, + { + "id": "openseek-6-f6540eda5c81434cb7ee566215b1838e", + "input": "Sentence 1: She also retains a sense of humor about her plight--these days, she jokes, she can make any small company famous by wearing its logo on a baseball cap. Sentence 2: She can't make any companies famous, she is a nobody. Genre: slate." + }, + { + "id": "openseek-6-13fa58145a274170949885d4f99a2502", + "input": "Sentence 1: yeah yeah and i i have some one person at work i know gets really into those goofy horror flicks Sentence 2: There is a wealth of information available concerning acquisitions. Genre: government." + }, + { + "id": "openseek-6-6349e3f09d7f44328b33015913c8e6ef", + "input": "Sentence 1: PointCast has succeeded so far with a mass-market approach--relatively few news sources, sorted into relatively few buckets. Sentence 2: The mass-market approach was successful for PointCast. Genre: slate." + }, + { + "id": "openseek-6-8938df011b5244169f2ba3d3d977fa4a", + "input": "Sentence 1: when you turn sixty five why then you pay the tax on it and the tax is a lot less Sentence 2: When you turn sixty five you pay no taxes. Genre: telephone." + }, + { + "id": "openseek-6-3f4113008d09444393ed18274387c92f", + "input": "Sentence 1: This interactive journey through the history of the earth takes you back to the moment of the Big Bang. Sentence 2: The journey takes approximately 2 hours. Genre: travel." + }, + { + "id": "openseek-6-b4c51a2b2668433d9dd5bb8a882ecae3", + "input": "Sentence 1: Normal precautions apply here as beware especially of water-skiers and speed-boats, which sometimes stray from their flagged areas. Sentence 2: Jon told Vrenna they should move. Genre: fiction." + }, + { + "id": "openseek-6-28e72537779a4158b755fb24cc536b3b", + "input": "Sentence 1: If there's one person (using drugs), that is a start, said Robertson, 52, a native of Jamaica. Sentence 2: Robertson is a native of the Dominican Republic. Genre: government." + }, + { + "id": "openseek-6-ba38b49342204df38eca75ee2c531e95", + "input": "Sentence 1: oh think it's a eighty nine Sentence 2: My stepdaughter is a jerk. Genre: telephone." + }, + { + "id": "openseek-6-6c928caaf4e44e348b51e80e9f9131c0", + "input": "Sentence 1: Early in the week there are pajama, doudou doll, and pirate parades, plus always-spectacular carnival floats. Sentence 2: The carnival events start early in the week Genre: travel." + }, + { + "id": "openseek-6-fcc9741938ee41d4aa7248eedc389060", + "input": "Sentence 1: You are to cut down those twenty. Sentence 2: The conferences are made to identify the leaders. Genre: fiction." + }, + { + "id": "openseek-6-af737b69538c4160827cf2845a49e866", + "input": "Sentence 1: The harbor is dotted with the pine-covered islands of Tsukumo, offering delightful bathing along white-sand beaches. Sentence 2: Sevila is a walled city where St. Theresa was born and where she died. Genre: travel." + }, + { + "id": "openseek-6-6d5c217a87454dc0a6d4d1d25b264c7a", + "input": "Sentence 1: President Bush has often said that environmental protection and energy production are not competing priorities. Sentence 2: You get a good feeling for the place if you ride the train. Genre: government." + }, + { + "id": "openseek-6-2eeb6e4af1b54698b8188ec09921cd31", + "input": "Sentence 1: Even for a mammoth like ATandT, the economics of going local are close to prohibitive, because the local loop is the most expensive part of the entire system to build and operate. Sentence 2: i'm just starting to work on the engine now Genre: slate." + }, + { + "id": "openseek-6-82f972019b1348c98f73425dac5d9d72", + "input": "Sentence 1: Two years ago, former Middlesex County Judge Edward Ginsburg and his cousin were sitting by the edge of a pond in New Hampshire, discussing his approaching 70th birthday. Sentence 2: The business I work for has sales units. Genre: slate." + }, + { + "id": "openseek-6-45758e5473794b9f80c65ba047b71d2a", + "input": "Sentence 1: to strengthen information security practices throughout the government. Sentence 2: We have grouped our average articles under the Features section. Genre: slate." + }, + { + "id": "openseek-6-96ae7196fc2a423caa99558957fb868c", + "input": "Sentence 1: The front pages of most British papers Friday carried the news that Mohammed Fayed, the controversial Egyptian owner of the Harrods department store in London and the father of Princess Diana's lover Dodi Fayed, who died with her in the Paris car crash, has had a second application for British citizenship turned down. Sentence 2: Nao is the line of less detailed models. Genre: travel." + }, + { + "id": "openseek-6-8e29a80f3ad24c639a03d510f4c2592f", + "input": "Sentence 1: most the time oh man but in Dallas you don't even know who's in in administration there's so many of them Sentence 2: Lisbon only has a few museums which can come close to the Museu Gulbenkian. Genre: telephone." + }, + { + "id": "openseek-6-3f0b97b622db48f790a4505c8f0977a3", + "input": "Sentence 1: 'We don't have a lot of influence in Large.' Sentence 2: We have a wide range of influence in Large. Genre: fiction." + }, + { + "id": "openseek-6-a9d379a47f364345aceff016af166c3b", + "input": "Sentence 1: But while creativity may exist, it doesn't necessarily exist over and over again. Sentence 2: Do you know if I have stirred? Genre: slate." + }, + { + "id": "openseek-6-b2440d0491e54dad9dc277e05433c4ef", + "input": "Sentence 1: or even Australia! Sentence 2: Unfortunately, the ability to change the search criteria is not yet implemented. Genre: travel." + }, + { + "id": "openseek-6-84a145fe8bc64f5ea95420f27a29c3b0", + "input": "Sentence 1: Nevertheless, Arima Onsen still offers an ideal introduction to the pleasures of bathing Japanese-style, whether through a visit of a few hours to one of the large and luxuriously equipped centers, or a night spent in a traditional family-run hot-spring inn. Sentence 2: The street where the tram lines are used to be a side street, but now it's been converted to the main road. Genre: travel." + }, + { + "id": "openseek-6-e05f52f7667346f28ff5bace347bd3c6", + "input": "Sentence 1: Male workers also have a higher chance of developing brain cancer, while female workers have a higher risk for uterine cancer, according to the study, which linked the risks to pesticide exposure. Sentence 2: Females have a greater risk of lung cancer. Genre: government." + }, + { + "id": "openseek-6-c10bda360ec14e8dae6f20a74198cf32", + "input": "Sentence 1: Offshore, snorkellers are required, for safety reasons, to tow a marker buoy. Sentence 2: I told her that stealing is bad whether you're black or white. Genre: travel." + }, + { + "id": "openseek-6-3328781b0ac8442a99624ae2df105ef5", + "input": "Sentence 1: The most serious action takes place at the Olympic-size indoor pools in the Centre de Natation, at 34 boulevard Carnot, and the Forum des Halles shopping complex. Sentence 2: A new location had to be found where one could recreate the site. Genre: travel." + }, + { + "id": "openseek-6-e23e048cdb954f7ab02a4931b9ab55bb", + "input": "Sentence 1: 80 Chapter 11 Julius Tells a Story DRESSED appropriately, Tuppence duly sallied forth for her \"afternoon out.\" Albert was in temporary abeyance, but Tuppence went herself to the stationer's to make quite sure that nothing had come for her. Sentence 2: It is not peaceful within the church cloister. Genre: travel." + }, + { + "id": "openseek-6-f52704bb9b9b4ac4ad23a60baf6867e6", + "input": "Sentence 1: This sounds right. Sentence 2: Information security was initially designated as a high-risk area in late 1999. Genre: government." + }, + { + "id": "openseek-6-14c4b5cb8fb64f698a673d4bca24a14c", + "input": "Sentence 1: Angel Park Golf Club is a municipal course with a it has two 18-hole courses designed by Arnold Palmer and a 12-hole par-3 course featuring replicas of famous par-3 holes from around the world. Sentence 2: Irish social and business life began to center on Dublin. Genre: travel." + }, + { + "id": "openseek-6-bf8907d3a40f4239b894f75b82eb3584", + "input": "Sentence 1: Internal control should be recognized as an integral part of each system that management uses to regulate and guide its operations rather than as a separate system within an agency. Sentence 2: Many of Bharatanatyam's forms are very difficult to perform. Genre: government." + }, + { + "id": "openseek-6-2848741a55ac4dc680c0346738538144", + "input": "Sentence 1: As a result, the murder rate there is now the highest in the world--61 per 100,000 people. Sentence 2: The royal family of Spain collected these tapestries. Genre: travel." + }, + { + "id": "openseek-6-59e7d80f3161482da3611b282b51567e", + "input": "Sentence 1: i guess a year is a long time maybe six months might be a little bit more reasonable Sentence 2: Julius and Tommy were both impressed. Genre: telephone." + }, + { + "id": "openseek-6-a04de66d7d054cbbabcf848564ca76ef", + "input": "Sentence 1: By their sheer effectiveness, the quality-of-life drugs narrow the range of what society accepts as normal. Sentence 2: Out of the two, the Haunted Mansion is the generally favored attraction. Genre: travel." + }, + { + "id": "openseek-6-34031473bbe74c5e857bc034279ec757", + "input": "Sentence 1: uh that's terrible but Sentence 2: It would be better under difference circumstances. Genre: telephone." + }, + { + "id": "openseek-6-45b8f21bf580488bbadb46358e8a0c80", + "input": "Sentence 1: While some park residents decided to move, others, including 25 families, organized an informal association to relocate or save their homes. Sentence 2: Turks do not generally like prepared desserts. Genre: government." + }, + { + "id": "openseek-6-77ab9c90eccf475cbc74e292457110bd", + "input": "Sentence 1: U.S. corporate governance model for public companies is not adequate to protect the interests of shareholders and other key stakeholders. Sentence 2: The interests of shareholders need more protection that the U.S. corporate governance model can offer. Genre: government." + }, + { + "id": "openseek-6-907792d817e24e75b7e83a6c0f447dfa", + "input": "Sentence 1: Furthermore, tucked away in part of the Loral series (a piece not nominated for the Pulitzer) are the following three facts. Sentence 2: The storm stopped after releasing the trigger. Genre: slate." + }, + { + "id": "openseek-6-02787dffdf8241abbf651f6468c9126f", + "input": "Sentence 1: Arts policy is, unquestionably, a mess. Sentence 2: The arts policy is definitely unclear. Genre: slate." + }, + { + "id": "openseek-6-94892302762c4444ae6e8cc98e0c7d87", + "input": "Sentence 1: 2120 Wrote Night Orders outlining supplemental instructions for the night watches to follow. Sentence 2: Block out the suggestions of these amateur shrinks. Genre: slate." + }, + { + "id": "openseek-6-375f2b375a1b4ecaa32be3e6b483a7b1", + "input": "Sentence 1: Corporate lawyers whose transactional work seldom takes them inside a live courtroom full of emotional, frightened civilians and testy judges may feel like fish out of water in the great sea of pro bono divorce and child custody issues, landlord-tenant suits, workers' compensation and Social Security claims. Sentence 2: The government listened to his calls and took action. Genre: government." + }, + { + "id": "openseek-6-714d5ab0dd384da5ba7ddeb3c581bf9c", + "input": "Sentence 1: Winter breathed across the land now with the coming of dark. Sentence 2: I feel like Saddam Hussein knows exactly what to do with himself. Genre: telephone." + }, + { + "id": "openseek-6-9a8d8891337f4868bcef21fc5e0c6a38", + "input": "Sentence 1: MoMA's story of modern art, beginning with Cezanne and ending with abstraction, has been confirmed, but at a cost. Sentence 2: People in the art world have confirmed MoMA's story of modern art. Genre: slate." + }, + { + "id": "openseek-6-f25a5fa45bbf48c38074c9c01c39bccb", + "input": "Sentence 1: The colossal cheek of the little man! Sentence 2: I'm an elderly man, approaching my 90's. Genre: fiction." + }, + { + "id": "openseek-6-38cd2882d3354034997ffe72b5fcc74a", + "input": "Sentence 1: That is a lot. Sentence 2: I have a bad back. Genre: slate." + }, + { + "id": "openseek-6-ff4f0fed494442f2a8727570035e82cf", + "input": "Sentence 1: and a good freeze and the windshield ices over and you take hot water or warm water out of the tap and thaw your windshield Sentence 2: Tin remains profitable. Genre: telephone." + }, + { + "id": "openseek-6-813d30eb91a3434cb89fcbcc04e1d998", + "input": "Sentence 1: yeah i you know i'm not sure if we have the death penalty here to be perfectly honest with you hold on a second do we have the death penalty in Rhode Island no okay no we don't but you know um Sentence 2: The death penalty should be brought back in Rhode Island Genre: telephone." + }, + { + "id": "openseek-6-b1d53e0e0401492fa8c50cfda6668be7", + "input": "Sentence 1: Beyond the Esplanade you enter the first section of the Royal Mile, a narrow, cobbled street called Castlehill. Sentence 2: The first section of the Royal Mile is very narrow. Genre: travel." + }, + { + "id": "openseek-6-247c98e3e5d44d9cb24d95c47ac007c4", + "input": "Sentence 1: The virtual Benjamin Franklin was writing- or rather sketching- with a quill pen. Sentence 2: He was just an errand boy, nothing more. Genre: fiction." + }, + { + "id": "openseek-6-42415de794944ce19b160c19a81b6fff", + "input": "Sentence 1: Masonry came to be seen, as Hofstadter put it, as a standing conspiracy against republican government. Sentence 2: The sources are text heavy. Genre: slate." + }, + { + "id": "openseek-6-209465d60d9843d392a1301b09c53164", + "input": "Sentence 1: The red moon painted the alien landscape the dark color of blood. Sentence 2: The land was colored from the moonlight. Genre: fiction." + }, + { + "id": "openseek-6-d65599c15fd341178509c064565274e8", + "input": "Sentence 1: if you treat them right they're not the gas guzzlers i think that they've got the reputation to be i'm convinced that uh Detroit or whoever it is made a major mistake years ago when they stopped putting the small V eights in and went to the fours and some of the sixes Sentence 2: You are saying the same crazy things as White. Genre: telephone." + }, + { + "id": "openseek-6-bad3ffd581704ddbbe7a3be600fec177", + "input": "Sentence 1: You will find that long-range photography is allowed, but it is forbidden to take pictures inside the monument. Sentence 2: Holding one of the variables constant and integrating only its effect into the constant. Genre: government." + }, + { + "id": "openseek-6-38523fa5e6254f939a5274c3fe1543e4", + "input": "Sentence 1: it's um yeah yeah it well i i nearly always use a latex base uh especially for interior uh the brands uh you know vary but uh Sherwin Williams makes a pretty good paint and Jones Blair and you know Kelley i think makes pretty good paint so Sentence 2: Some of them are very useful. Genre: telephone." + }, + { + "id": "openseek-6-c888465e94a74721b128bf579574bdd9", + "input": "Sentence 1: And look here at this photo. Sentence 2: There was no photo, just a video. Genre: fiction." + }, + { + "id": "openseek-6-978aeb32a3a74ea192876ad9226aceac", + "input": "Sentence 1: The oldest, facing south and telling the story of John the Baptist, were designed by Andrea Pisano in 1330. Sentence 2: The pump was designed specifically for the squeeze to be easy. Genre: travel." + }, + { + "id": "openseek-6-1c0bceb2d9ed49b0b9d5aced0281069e", + "input": "Sentence 1: While publicly accusing Republicans of tactics aimed at gaining political advantage, Democrats privately gloat that the tactics will give Democrats a political advantage. Sentence 2: Republicans boast that their approach will give them an advantage. Genre: slate." + }, + { + "id": "openseek-6-3f82837244d947208de2aa2e6fccdcab", + "input": "Sentence 1: even some stupid place way the hell out in the stupid country, thousands of miles away, like Alabama! Sentence 2: Alabama is a place way out in the country. Genre: slate." + }, + { + "id": "openseek-6-77ffdef22a1341d3b21003b9bcd0429f", + "input": "Sentence 1: and uh and i'm i'm at the point where i've got three young children i really don't want to have to have problems with uh you know my heart or anything like that Sentence 2: It's like spoken poetry being given over music. Genre: telephone." + }, + { + "id": "openseek-6-d111703980a04410a0c9cdebef7e29ee", + "input": "Sentence 1: In previous sections, capacity factors of 85 percent were assumed. Sentence 2: Are you working in the military on equipment? Genre: government." + }, + { + "id": "openseek-6-f515b27f959c412eb9cdbf9fb9213c91", + "input": "Sentence 1: Red! You, Red! Are you up there? Now don't try to hide. Sentence 2: A remark was given. Genre: fiction." + }, + { + "id": "openseek-6-43c5abca0ad0483da9ddaecabf299c14", + "input": "Sentence 1: The royal quarters have changed little since that time. Sentence 2: In California, there exists nonprofit legal services that provide free legal assistance to consumers. Genre: travel." + }, + { + "id": "openseek-6-dc6bf14736594d778c217a6740cedf45", + "input": "Sentence 1: that's probably something i need to see right now because i'm taking history in school so it'd probably be a good thing for me to see Sentence 2: I'm taking mathematics in school right now so I should see it. Genre: telephone." + }, + { + "id": "openseek-6-ddf193bd5ec8441ca416292ace86bb77", + "input": "Sentence 1: i i haven't made any i've been just a recipient Sentence 2: I have only been a recipient of the funds. Genre: telephone." + }, + { + "id": "openseek-6-525bd364c9c643edaf5453335e7f3e9d", + "input": "Sentence 1: This is Wolf's term for that girl in the eighth grade who sprouted breasts early, fooled around with too many boys, and got slammed with a bad reputation. Sentence 2: This is Wolf's term for that girl that grew up quickly, said the teacher. Genre: slate." + }, + { + "id": "openseek-6-37e7d2c4f0684a488f6d8c2314b5ebe9", + "input": "Sentence 1: Come on, Annette. Sentence 2: The first thing they did was take the risk. Genre: fiction." + }, + { + "id": "openseek-6-f1d502cd4395429a8212b70011165f42", + "input": "Sentence 1: 'We can't go through that.' Sentence 2: Incurable Bronchitis. Genre: government." + }, + { + "id": "openseek-6-27d2603e8ddc41fd907748339bf29ce4", + "input": "Sentence 1: But any hope that Democrats can capitalize on Starr's non-North performance dissolves immediately after lunch, when Democratic committee counsel Abbe Lowell questions Starr. Sentence 2: Your genes from your parents affect you a lot. Genre: slate." + }, + { + "id": "openseek-6-54155c0e4d5d42f68aa9378a339426af", + "input": "Sentence 1: Outside and around the corner of the building you'll find a cavelike entrance to the necropolis itself, where several typical burial chambers have been cleared and illuminated; in all there are some 4,000 vaults. Sentence 2: We are putting billions into retirement savings every year. Genre: telephone." + }, + { + "id": "openseek-6-03f100461ce8475eb2c9c91c664b45c0", + "input": "Sentence 1: At the south end of the park is the statue of Saigo Takamori, leader of the imperial army that overthrew the shogunate in 1868. Sentence 2: The grantees were very surprised to find that so many people were destitute. Genre: travel." + }, + { + "id": "openseek-6-84a3a48ae52d4752b4c3d42e277e0175", + "input": "Sentence 1: well i had to quit my job because of uh my my two you know uh day care wise or babysittingwise and stuff uh because you know my sister was keeping them uh uh we just lucked out and she uh met a military man who lived down here and we came down here for TI Sentence 2: LSC is currently implementing the five-year long Strategic Direction Plan. Genre: telephone." + }, + { + "id": "openseek-6-1c4e0df2b4934faa833a30fdd71d871e", + "input": "Sentence 1: The incentive to capture funding for the program was greater than the incentive to wait, capture knowledge, and reduce the risk of moving forward. Sentence 2: I am confused. Genre: slate." + }, + { + "id": "openseek-6-dc755b7aed8f495a8f0fdeb52dab478a", + "input": "Sentence 1: They were shining like emeralds now. Sentence 2: There had been a massacre. Genre: fiction." + }, + { + "id": "openseek-6-6e81cbf702d5451fb580e01fe5aae8bb", + "input": "Sentence 1: And, anyway, I'm not at all sure that it isn't actionable blackmail, you know.\" Sentence 2: With poverty being at a current low, the politicians are taking money out of food stamp surpluses. Genre: fiction." + }, + { + "id": "openseek-6-23d763d0ee2a4b669c3b3cf2d4f3ddec", + "input": "Sentence 1: Precious gems showed the stars, affixed to the dome. Sentence 2: There are thousands of gems on the dome. Genre: fiction." + }, + { + "id": "openseek-6-25680635e5874aadb640aedf18e4acc3", + "input": "Sentence 1: With the swing to surplus in recent years, federal government saving added to the saving of other sectors to increase the amount of national saving available for investment. Sentence 2: National saving amounts have declined, forcing a reduction in investment. Genre: government." + }, + { + "id": "openseek-6-ae6332ef61e54f73b4eeac3147182eec", + "input": "Sentence 1: i guess plenty of people do Sentence 2: I don't think anyone does. Genre: telephone." + }, + { + "id": "openseek-6-fc7036325fc24f8fa5bfe36d58453b25", + "input": "Sentence 1: The big house near the sea, you mean?\" Tommy assented brazenly. Sentence 2: Summerhaye was sarcastic with his observation of the situation. Genre: fiction." + }, + { + "id": "openseek-6-4f8662ba8b46422abd9ca23863e31f5b", + "input": "Sentence 1: Several special rail cards include reduced rates for car rentals and even bicycle rentals. Sentence 2: An almost Caribbean air has been given to the area. Genre: travel." + }, + { + "id": "openseek-6-c4d02d6e92954c738dfc10125cc25fb2", + "input": "Sentence 1: Sir James turned to her. Sentence 2: She was not directly in front of Sir James. Genre: fiction." + }, + { + "id": "openseek-6-862f1dda36e245239ea4032942e949c9", + "input": "Sentence 1: The question is, said Alice, whether you CAN make words mean so many different things. Sentence 2: The stalagmite called Shiva's lingam is a symbol of the god's power. Genre: travel." + }, + { + "id": "openseek-6-041d72bab1334029a967549fa3c367a9", + "input": "Sentence 1: As is India, Bailey added. Sentence 2: We have ten minutes, I think, until he show comes back on. Genre: telephone." + }, + { + "id": "openseek-6-c9dfdc3547744dbf9e21b8763671873d", + "input": "Sentence 1: During the annual festival (31 October through 3 November) and on New Year's Day, as many as a million people will come to offer prayers and pay their respects. Sentence 2: From 31 October through 3 November, the people that come at the festival increase the local economy. Genre: travel." + }, + { + "id": "openseek-6-de55d5d505e44a00ae10d5e41275f12a", + "input": "Sentence 1: um-hum um-hum absolutely and that i i don't know if uh i don't know if everybody understands all the implications on that too even even if you you know if you take uh a a drug that was prescribed prescribed for you but the the prescription has run out you still had some left and you happen to take an extra penicillin well penicillin's not on the list but you know yeah i i think you understand what i'm getting at it it can still show up and it can still flag as a positive and and those kinds of things obviously that's not the intent Sentence 2: So be sure to get rid of your remaining prescriptions. Genre: telephone." + }, + { + "id": "openseek-6-c304c1d103034e59b0ce119628d625e0", + "input": "Sentence 1: Jon saw Ca'daan watching Susan as she ate. Sentence 2: It is difficult to read the emotions of an Indian person. Genre: fiction." + }, + { + "id": "openseek-6-d825c183ff764a25ab3a3847f3414e96", + "input": "Sentence 1: yeah i i'm guess our city you know in picking them up must take them somewhere else and get something for them Sentence 2: I'm sure it will hit me harder in a couple of years Genre: telephone." + }, + { + "id": "openseek-6-a88e41bd7c2f4e2c9d1786b2c30c4c87", + "input": "Sentence 1: It is far better to allow a daily ration of a couple of major temples, a museum, and a strolling garden or two than to cram everything into a short time, leaving only a blur of each and a lasting impression of none. Sentence 2: Cramming everything into a short period is not as good as allowing a daily ration. Genre: travel." + }, + { + "id": "openseek-6-1a49e912d6cf4c1ab71b6eda0acc627b", + "input": "Sentence 1: half of which is coming true Sentence 2: You haven't elevated it to the pint where it'll go on the evening news. Genre: slate." + }, + { + "id": "openseek-6-736a3da148154f5eb44cc47127a2e027", + "input": "Sentence 1: What's wrong with Sammy Kaye? Sentence 2: Sammy Kaye is perfect in every way. Genre: slate." + }, + { + "id": "openseek-6-92b29f014f50464db10a1832fc24da19", + "input": "Sentence 1: From 1964 to 1986, entry of foreign agricultural workers was permitted under the H-2 Program which many agricultural employers found inadequate. Sentence 2: The relevance of the Acts and Executive Orders appears to be irrelevant to most people. Genre: government." + }, + { + "id": "openseek-6-37f4eaef1cd247a5a66fd3ec081286be", + "input": "Sentence 1: As noted, the method is particularly suited for answering cause-and-effect questions about the instance of concern. Sentence 2: More lawyers would be added under the plan. Genre: government." + }, + { + "id": "openseek-6-2a487219a32346dc9196ef6aad45777b", + "input": "Sentence 1: The various staffing and sourcing strategies provide leading organizations with dynamic workforces that can quickly carry out these functions to meet changing business needs. Sentence 2: Dynamic workforces can carry out these functions; they couldn't previously. Genre: government." + }, + { + "id": "openseek-6-163bc22b290840e5bb415668cf430372", + "input": "Sentence 1: The second version, posed by a Reuters correspondent, was whether Bush thought rumors of his cocaine use were being planted. Sentence 2: A Reuters correspondent suspected Bush of using cocaine. Genre: slate." + }, + { + "id": "openseek-6-25accd955a0d487b87183000fca30a22", + "input": "Sentence 1: After all, he twice declined opportunities to run for office in the '70s, when he was a much more credible candidate than he is now. Sentence 2: He is not a very credible candidate now and would have no chance to win. Genre: slate." + }, + { + "id": "openseek-6-cebbe48b8e9f448c873051711ee1fe01", + "input": "Sentence 1: In fact, these all had a home-spun, improvisational air about their costumes. Sentence 2: What do you want to do when you're out of college, go to med school? Genre: fiction." + }, + { + "id": "openseek-6-6c798fabbda641ec89b9b9f220212819", + "input": "Sentence 1: Most Japanese people save up for years to buy one and then often spend an equal amount of time in debt after making the investment. Sentence 2: A majority of Japanese people set aside money for a while just to get one and then are in debt for a long time after making the investment. Genre: travel." + }, + { + "id": "openseek-6-620cfb2c796747039de9e5644a0623db", + "input": "Sentence 1: Mount Sinai has drawn pilgrims for generations and it was endowed with a Christian place of worship as early as a.d. 527, when Emperor Justinian built a small orthodox monastery in the lea of the mountain surrounded by sheer rock faces. Sentence 2: They did not know the name of the food they ate. Genre: slate." + }, + { + "id": "openseek-6-1d70b372ebc5417f85775c02105fd2bf", + "input": "Sentence 1: In fact, the protests did not occur. Sentence 2: A photographer is being recognized for his surreal photography after covering a party at the Town Hall chambers. Genre: slate." + }, + { + "id": "openseek-6-da696da53c3646358be46b18321c502d", + "input": "Sentence 1: In our discussions with members, these leaders were given considerable credit for the quality and value of the information that the members received and the success of the information-sharing organizations. Sentence 2: That wasn't real. Genre: government." + }, + { + "id": "openseek-6-cdcfaaf909824cb8a2cfc37b014da926", + "input": "Sentence 1: The Irish Times carries listings for all such events, and In Dublin has up-to-the-minute information. Sentence 2: I saw a printout sheet just the other day I'd never take to the girls at the sorority. Genre: telephone." + }, + { + "id": "openseek-6-ea309edda5394c128739b84d80369978", + "input": "Sentence 1: These executives also increasingly focus on the management, operations, program and service delivery benefits, and performance of their major strategic information systems. Sentence 2: My father had me christened. Genre: fiction." + }, + { + "id": "openseek-6-24de75f8a5b24e05b2ebe11e604630e7", + "input": "Sentence 1: yeah i think what we need what uh the government the state government needs to do is get in there and cut spending because when they got all this fraud and waste going on they need to just get in there and and get out the garbage that's in there right now i mean i once heard that uh uh for the for the federal government at least that if they uh uh well for like on the welfare system if they gave all that money directly to the people every welfare recipient would be making like forty five thousand dollars a year Sentence 2: Overall, the leading organizations offer training as part of a changing high-tech work environment, which includes new tools and techniques. Genre: telephone." + }, + { + "id": "openseek-6-d6e796ab6de94e1888c6d4a28f8c3d65", + "input": "Sentence 1: Russell's first two films, Spanking the Monkey (1994) and Flirting With Disaster (1996), were much smaller in scale, but both were products of the same angry sensibility. Sentence 2: Budget cuts have prevented any training of grantees and planners. Genre: slate." + }, + { + "id": "openseek-6-a153ea8a2d5f46878f9adfd3240bc7f9", + "input": "Sentence 1: He was one of the men sent into the antechamber. Sentence 2: Reagan was suffering from a mental illness during his term. Genre: fiction." + }, + { + "id": "openseek-6-83e0252cb2704f69ae7133be6862bb10", + "input": "Sentence 1: They are going to come and we are going to die. Sentence 2: I'm not sure who the artist on that was. Genre: telephone." + }, + { + "id": "openseek-6-703e836f968d492fae3369ca2318022c", + "input": "Sentence 1: * Chatterbox is well aware that many Texans resist attempts to classify their breed as southern, or western, or anything other than Lone Star. Sentence 2: Chatterbox still tries to encourage Texans to classify their breed as western. Genre: slate." + }, + { + "id": "openseek-6-50650f51587b4db9b30cc6951cd74606", + "input": "Sentence 1: Newsweek devotes the cover package to Mother Teresa, asking when she will be sainted. Sentence 2: Laboratory Culturing 6.5 Genre: government." + }, + { + "id": "openseek-6-156deb6c9f4741779b6dfca56aa65a23", + "input": "Sentence 1: It was from Kagoshima that the last desperate sorties of World War II were begun to resist an imminent US invasion, including the kamikaze raids on American warships. Sentence 2: The leather goods here are of extremely good quality. Genre: travel." + }, + { + "id": "openseek-6-284d6c2310e64564a3a2ebc8db44d7d9", + "input": "Sentence 1: Moreover, given the political damage the GOP has suffered by unilaterally impeaching Clinton, Republican leaders fear that the merits of their arguments will once again be drowned by charges of partisanship. Sentence 2: The GOP is justified in their unilateral impeachment of Clinton. Genre: slate." + }, + { + "id": "openseek-6-eca32622980f4b6686fb39a296d1ab88", + "input": "Sentence 1: 'Mr. Franklin. I've been expecting you.' Sentence 2: I've been waiting for you, Mr. Franklin. Genre: fiction." + }, + { + "id": "openseek-6-98a6149d92df4849a2009882e27a97e3", + "input": "Sentence 1: Increasingly, hospitals use cross coverage, in which a fresh resident covers patients for several other residents at night. Sentence 2: Marxist-Leninism doesn't really fit the religion terms, even broadly. Genre: telephone." + }, + { + "id": "openseek-6-75643566e8b04fd59bed2b3512647be0", + "input": "Sentence 1: This is another way of saying that in the last 30 years, the people who owned America have lost 40 percent of their wealth held in the form of equity. Sentence 2: People can have their wealth in the form of equity. Genre: slate." + }, + { + "id": "openseek-6-be10920407f445c197d0d6d904c7d1cb", + "input": "Sentence 1: Sprinkled through it are bits of English and Swedish. Sentence 2: People that use the Pride goes before the fall are usually very well versed in debate. Genre: slate." + }, + { + "id": "openseek-6-c0cad5b3baf04822b151a354c713af2d", + "input": "Sentence 1: In recent years, federal surpluses added to national saving and increased funds available for investment. Sentence 2: The federal surpluses will continue for another 4 years. Genre: government." + }, + { + "id": "openseek-6-02d1ed2a6bc648aa8e9248bd6ed8acfe", + "input": "Sentence 1: As Bill Clinton ratchets up the pressure on Baghdad, Saddam will inevitably bellow Nasserite defiance. Sentence 2: Clinton is bombing Baghdad to force out the terrorists. Genre: slate." + }, + { + "id": "openseek-6-63fadea3805743ee9a9c28e33248ffd7", + "input": "Sentence 1: In the wash-stand drawer in Mrs. Inglethorp's bedroom. Sentence 2: L.A. has no soul. Genre: travel." + }, + { + "id": "openseek-6-c005ce45eb4e46898b45062f00d88cea", + "input": "Sentence 1: There are guided tours on Tuesday at 10:30am, 11:30am, and 1:45pm, and the chamber is open Monday Friday during banking hours. Sentence 2: You win if both your hand's win. Genre: travel." + }, + { + "id": "openseek-6-674a85e4982c4a1fbb84ead4e5762dbe", + "input": "Sentence 1: The Three-Arched Bridge , by Ismail Kadare, translated by John Hodgson (Arcade). Sentence 2: The IRS systems tax processing operations is still at risk due to weak computer systems. Genre: slate." + }, + { + "id": "openseek-6-8b8a89f5f6a644eb80e26690910869cf", + "input": "Sentence 1: Nowadays, the rich tapestry of history lies in the monuments and homes as well as the descendants of the Malay and Indian, the Chinese, Portuguese, Dutch, and British colonizers. Sentence 2: British colonizers have the most of the rich tapestry. Genre: travel." + }, + { + "id": "openseek-6-3494ef67889d4a52bb7d53e385af4c2a", + "input": "Sentence 1: Her mixed priorities when it comes to women were also revealed by the fact that she voted nay on the minimum-wage bill even though it included her own IRA proposal--and despite the fact that, according to the Bureau of Labor Statistics, 60 percent of people working at minimum wage are women. Sentence 2: When it came to women, her priorities were clear and in order. Genre: slate." + }, + { + "id": "openseek-6-3780fee9cae548bab7d9089558f317fe", + "input": "Sentence 1: They hobbled Ca'daan's horse, keeping it tied within the back of the tent to avoid theft. Sentence 2: Ca'daan's horse was tied within the back of the tent to keep them out of the rain. Genre: fiction." + }, + { + "id": "openseek-6-ef2bd9db88654f75846bbb96352d3962", + "input": "Sentence 1: It doesn't require much sightseeing, which is good, because most people just come to bake on the beach. Sentence 2: In working cooperatively to improve government operations we must use our skills. Genre: government." + }, + { + "id": "openseek-6-b4ec1232c7134695a8644c4541aa4e42", + "input": "Sentence 1: This huge high-rise right on the Plaza de Espana is all sheen and international sophistication, but is not as elegant as one might think. Sentence 2: Camara de Lobos looks better from a distance than it does up close. Genre: travel." + }, + { + "id": "openseek-6-b552698501514e4c8f40ca8040b868e2", + "input": "Sentence 1: Let me go, uncle. Sentence 2: It goes by the names Terah and Earth but never Hell. Genre: fiction." + }, + { + "id": "openseek-6-68fbcba6ee574e7fae376fb50b4bd659", + "input": "Sentence 1: 'That's your project.' Sentence 2: The food that they are feeding them now is strange. Genre: telephone." + }, + { + "id": "openseek-6-512a2126b8c149dcbc8d39a9b533c752", + "input": "Sentence 1: Even today it is easy to see why major roads bypass the area; the only routes that traverse the region are smaller roads that twist and turn along the river dales and up through the craggy mountain passes. Sentence 2: if it's voluntary, more people will want to do it of their own accord Genre: telephone." + }, + { + "id": "openseek-6-833db01953b44b289483d75353c0239c", + "input": "Sentence 1: We plan to provide other products and information through this link in the future. Sentence 2: The little car was having trouble Genre: fiction." + }, + { + "id": "openseek-6-938cfbfd78994caca794b290c8b66a22", + "input": "Sentence 1: And the technician from the OSM 'Paziocha' ran to the office, where the production manager was already waiting for him. Sentence 2: The technician had important news to give to the production manager. Genre: fiction." + }, + { + "id": "openseek-6-2053a52bdb784aa19a4be2cc731734c4", + "input": "Sentence 1: yeah it it's like i say i work in a machine shop and uh everything's still inches Sentence 2: She had steady hands. Genre: fiction." + }, + { + "id": "openseek-6-19df2d879ab54ed9964145a914300f98", + "input": "Sentence 1: The museum distinguishes itself, they say, by focusing on aspects of Jewish culture other than the Holocaust (Jews are shown as they might have liked to be remembered, rather than as victims). Sentence 2: Some changes were made to the common missile warning system's sensor. Genre: slate." + }, + { + "id": "openseek-6-df32ab40f6e94420abc6b36932e68b50", + "input": "Sentence 1: You are our best hope. Sentence 2: They had to pass difficult mental tests to be selected for the group. Genre: slate." + }, + { + "id": "openseek-6-7a2c1b1afbee41a4a6410976c71db6c0", + "input": "Sentence 1: The sun shone off the bare breasts of the sculpted naked angel handguard. Sentence 2: I was out of Egypt long before the Armistice happened. Genre: fiction." + }, + { + "id": "openseek-6-00ab8d6e1cc344e1bcac2f2b42a5f7ff", + "input": "Sentence 1: right yeah and then she's saying you know you can't let them outside and you can't do all this stuff and i'm like ooh Sentence 2: She was telling me what you can and cannot do with them. Genre: telephone." + }, + { + "id": "openseek-6-fd7212e0852a458cb29a826851dce95b", + "input": "Sentence 1: Once you exclude fringe elements on both sides--Ralph Nader and Pat Buchanan, basically--both Democrats and Republicans accept the reality of NAFTA and the WTO even as they argue about whether these bodies should include environmental and labor laws, a la the EU. Sentence 2: Fringe elements in the democratic and republican parties don't care about environmental and labor laws. Genre: slate." + }, + { + "id": "openseek-6-21f6d615899546b78a0fe56cb2d0e525", + "input": "Sentence 1: The four monumental colossi of Ramses II that frame the entrance stand 20 m (65 ft) high and they are aligned to face the rising sun, to be infused with the energy of the sun god each day. Sentence 2: The statues were faced to the west. Genre: travel." + }, + { + "id": "openseek-6-0553784690c84d20be51326407a512de", + "input": "Sentence 1: Don't be put off by the less-than-salubrious location. Sentence 2: The location isn't great. Genre: travel." + }, + { + "id": "openseek-6-73489508c29f4cd2a153badde7267a47", + "input": "Sentence 1: I believe, continued Lawrence, \"that there have been cases where the cumulative effect of a drug, administered for some time, has ended by causing death. Sentence 2: We applied the methods the same way. Genre: fiction." + }, + { + "id": "openseek-6-587b8213f84e43c39d6987f72f93bca7", + "input": "Sentence 1: given and and i had a tough time with that and and being a person who saw what the jury didn't plus what the jury did because we were just observing you know there in the courtroom Sentence 2: Oakmar pool has been rated 3 stars and is 30 meters. Genre: telephone." + }, + { + "id": "openseek-6-d138cec8771247f490c3496fd7a2a87d", + "input": "Sentence 1: yeah i was i was glad that Easter was nice because sounds like you have a child too Sentence 2: This town is not very known and not many people come to visit. Genre: telephone." + }, + { + "id": "openseek-6-3f838995aa734310bc36c50364a3bde2", + "input": "Sentence 1: The CSA focuses on the totality of Government operations rather than on individual programs, and shows the short- and long-term direction of current programs. Sentence 2: Information relevant in the report Genre: government." + }, + { + "id": "openseek-6-b01e0b76db7f447b8089b53ed6c825da", + "input": "Sentence 1: I am much obliged to you for mentioning it. Sentence 2: Until recently, I didn't know there was a fine. Genre: fiction." + }, + { + "id": "openseek-6-b8ba96791b4f48b7a261dfd68334072e", + "input": "Sentence 1: We seek, through our strategic and annual planning process, to lead by example by being a model for implementation of GPRA. Sentence 2: We seek to lead through example by being a model for gpra. Genre: government." + }, + { + "id": "openseek-6-603529e2f24644acb979e1d52efb9cdc", + "input": "Sentence 1: They ruled the 79 towns of medieval Provence and their impregnable fortress became a center of courtly love prized by traveling troubadours. Sentence 2: They ruled 87 towns even though their fortress was weak. Genre: travel." + }, + { + "id": "openseek-6-7e33d117222e47dd94b33be91e1a120a", + "input": "Sentence 1: Since then he had been hand and glove with those sworn to hunt him down. Sentence 2: She let out a strong, frustrated sigh. Genre: fiction." + }, + { + "id": "openseek-6-c0238f2135f440d3bc43546ea388bfd6", + "input": "Sentence 1: because uh now i have the i i have the IBM PS two Sentence 2: That can also be made into a purse that can hold anything. Genre: slate." + }, + { + "id": "openseek-6-028d5f9989234569a4b3506ba4407f0e", + "input": "Sentence 1: The practices are not new ideas in the general management of organizations, but rather are the application of well-founded principles in the maturing area of information technology and management. Sentence 2: One way to raise salaries is to cut employee benefits. Genre: government." + }, + { + "id": "openseek-6-09ba0d6dd78e4842bc9f116c85dc1dff", + "input": "Sentence 1: However, it would be wrong to dismiss the long history of the region itself. Sentence 2: The prophecy was clear. Genre: travel." + }, + { + "id": "openseek-6-16071122214545aaa9d8dc81838c7675", + "input": "Sentence 1: yeah well i heard that that San Antonio unlike like like a city like San Diego it seems it just has it a really bad problem i i i Sentence 2: I heard San Antonio has a bad problem with drugs. Genre: telephone." + }, + { + "id": "openseek-6-7e330ce8c64341d1acec9b2c4d4d1422", + "input": "Sentence 1: Like the musicians themselves, give yourself up to the hypnotic effect of the notes, rhythms, and melodies, or even the silences. Sentence 2: Mussolini wore a German uniform to try to escape the Allies. Genre: travel." + }, + { + "id": "openseek-6-5534a214bdd14eef88e6f66d3347de6b", + "input": "Sentence 1: Quantitative Data Information based on measures that do not rely on judgments and that are meaningfully measured. Sentence 2: Americans can travel to Costa Rica on tourist visas. Genre: government." + }, + { + "id": "openseek-6-55514cf2e986400291f040a102c85d9f", + "input": "Sentence 1: The old Galeries Lafayette on boulevard Haussmann stocks a wide range of clothes at all price levels. Sentence 2: The could of smoke from the gun disappears with the sound. Genre: travel." + }, + { + "id": "openseek-6-0fedd3452e8a4f5fb24fcfd188a58cd6", + "input": "Sentence 1: Abracadabra, he cried. Sentence 2: The latter POV is thought of as a Republican. Genre: slate." + }, + { + "id": "openseek-6-f5095d22d35241d4bda57c4ea0e819dd", + "input": "Sentence 1: so also when you give give someone a credit card like a normal credit card like a Visa or something Sentence 2: A Visa credit card is much better to give. Genre: telephone." + }, + { + "id": "openseek-6-c8658082979a48dfa83f7d0751a92afa", + "input": "Sentence 1: Last December, three cognitive psychologists at the University of Rochester played two-minute audiotapes consisting of short nonsense words (such as bidakupado) for a group of 8-month-old babies. Sentence 2: One could hint at the end-of-an-era story. Genre: slate." + }, + { + "id": "openseek-6-1e14db1728fb4e48acdc9d80799ef823", + "input": "Sentence 1: The fat man followed, apparently gaining back some of his courage. Sentence 2: Rennie struggled often with Shannon and Bayliss. Genre: fiction." + }, + { + "id": "openseek-6-7bb140cce215436c868f5579646928f4", + "input": "Sentence 1: Back outside, from the Episcopal Garden (Jardin de l'Evach??), at the rear of the cathedral, a stairway takes you down to the old town. Sentence 2: The data off your credit card goes to an unsecured server. Genre: travel." + }, + { + "id": "openseek-6-12f98d8f3bd84baa8d0e36ff5f0d9711", + "input": "Sentence 1: But he had no defense prepared against such an appeal. Sentence 2: Edward Seaga caused foreign investment to trickle back in. Genre: travel." + }, + { + "id": "openseek-6-cfe74f622e334adaa1784cb699a365b1", + "input": "Sentence 1: He took a cloth belt and wrapped it around a sturdy stick. Sentence 2: The media stated that the true victims in the scandal were the innocent children. Genre: slate." + }, + { + "id": "openseek-6-f545a2dc817744f8bdfa687e3b163978", + "input": "Sentence 1: Road-building and airport construction progressed during his reign. Sentence 2: Luckily there was a majority agreement so the trial was settled. Genre: telephone." + }, + { + "id": "openseek-6-515df821613b43999e85072520c1cad3", + "input": "Sentence 1: In central and south Jamaica, numerous small settlements and family farms dot the countryside, where you'll see donkeys tethered at the roadside or trotting along the lanes carrying large baskets. Sentence 2: There is a single model for state justice communities that must be enforced by the federal government. Genre: government." + }, + { + "id": "openseek-6-1467734922b44832963cb531b14dea51", + "input": "Sentence 1: Plastered with mud from head to foot.\" Sentence 2: In the summer, one week you'll have wind and rain, and in another you'll have clear skies. Genre: fiction." + }, + { + "id": "openseek-6-e6e6cfdfb12d4db7a937f8f551e82c59", + "input": "Sentence 1: George W. Bush criticized congressional Republicans. Sentence 2: The common room was nicely furnished with soft armchairs. Genre: slate." + }, + { + "id": "openseek-6-ca579cb5f1b2402ca46d1c3a5909a41e", + "input": "Sentence 1: oh really so they have no i didn't realize they had no state tax in Texas Sentence 2: These reasons make it so this applies to the USA also, but not the District of Columbia. Genre: government." + }, + { + "id": "openseek-6-a57a1f347a4c4c288c06d50e411fff2c", + "input": "Sentence 1: The council of Satheri want you, he said. Sentence 2: People in South Asia and the Middle East have adopted a more Western style of eating. Genre: slate." + }, + { + "id": "openseek-6-1ca58c8087ea434680b121144668971e", + "input": "Sentence 1: Keep the engine going, and be ready to scoot like hell when I give the word.\" Sentence 2: Turn the car off, the cops might hear the motor running. Genre: fiction." + }, + { + "id": "openseek-6-dd396f6189d74bfa90da9fb9d84cc83b", + "input": "Sentence 1: They will also guide our assessment of other proposals, including S. 556. Sentence 2: They are going to provide insight into our thoughts about proposals. Genre: government." + }, + { + "id": "openseek-6-c8312a2559e94cdfac16273000edb1da", + "input": "Sentence 1: do you have the basic plan or do you have the the other one Sentence 2: No environmental data exists to prove emissions are damaging the Earth. Genre: government." + }, + { + "id": "openseek-6-296b5ae5591248c68a85022a611eda4d", + "input": "Sentence 1: The first question to Bauer Wednesday was, Don't you just give this story more momentum by doing this? Sentence 2: I worked at McDonald's. Genre: telephone." + }, + { + "id": "openseek-6-bd74946c0e4640369838c429eb521909", + "input": "Sentence 1: different terminology i don't care much for those subs there's too much bread for me i don't like that much bread Sentence 2: I don't like those subs because there is too much bread. Genre: telephone." + }, + { + "id": "openseek-6-44f5f5818134408b82fbe85ddda43821", + "input": "Sentence 1: Take the guided tour of the Galerie des Prisonniers. Sentence 2: Egypt is boring, despite what you've seen on tv. Genre: travel." + }, + { + "id": "openseek-6-9f7b0d0c07834c6a87c6e034de2bea79", + "input": "Sentence 1: But that, of course, would require a considerable sacrifice from a substantial part of the citizenry. Sentence 2: Only a few people will have to make a considerable sacrifice. Genre: slate." + }, + { + "id": "openseek-6-bce9c92e93014f5188c8f52a653db397", + "input": "Sentence 1: yeah yeah makes me feel better Sentence 2: They don't care if it's fake. Genre: fiction." + }, + { + "id": "openseek-6-b4d8976d0ef840aab8d0076f676c8fe3", + "input": "Sentence 1: Many journalists will reach a much larger audience on the Web than they do now. Sentence 2: Just near their vicinity. Genre: slate." + }, + { + "id": "openseek-6-f5c386d0d522473886a79fe777ab72f1", + "input": "Sentence 1: Most people prefer a morality of ifs and buts, and most real-life laws and regulations are riddled with ifs and buts. Sentence 2: It was really sad and heartbreaking. Genre: telephone." + }, + { + "id": "openseek-6-87266d90409b4c94ac01f4ffe121a8ff", + "input": "Sentence 1: Worse, FDR tended to give Stalin what he wished, thus making possible the immense satellite empire of Communist totalitarian states in eastern Europe. Sentence 2: FDR made the huge satellite empire of Communist totalitarian states possible. Genre: slate." + }, + { + "id": "openseek-6-913a3a775512458ea34767fd834cd2a7", + "input": "Sentence 1: Your skill with a blade is beyond words. Sentence 2: The unsuccessful group that was represented by multiple groups interested in providing legal assistance to low-income people. Genre: fiction." + }, + { + "id": "openseek-6-2c6a4646d11d404f912b0276b1b908ea", + "input": "Sentence 1: In the early 1990s, modernization projects, such as desperately needed air conditioning and humidity control, caused upheaval in the museum. Sentence 2: Modernization projects caused upheaval in the museum during the early 1990s. Genre: travel." + }, + { + "id": "openseek-6-159cae5a298a4c549a1164b15a840055", + "input": "Sentence 1: Here you'll find the Messara Plain, a wide fertile valley surrounded by hills, which has been a center for farming since ancient times. Sentence 2: Business Daily only follows domestic events. Genre: government." + }, + { + "id": "openseek-6-4831921e37b04920b2347e0d13e253c7", + "input": "Sentence 1: stop by and get them at you know for ninety nine cents and bring them home but Sentence 2: Boaz has been asking a lot of questions about the law lately. Genre: slate." + }, + { + "id": "openseek-6-a06868040d38404f94f4751dbafce836", + "input": "Sentence 1: One of the most powerful exhibits is a single a human shadow left imprinted on the steps of the Sumitomo Bank at the moment of the flash. Sentence 2: Snorkeling is the only water sport that doesn't use floating equipment. Genre: travel." + }, + { + "id": "openseek-6-799c2224b9534d0aa85dc9c82187974f", + "input": "Sentence 1: Until I have found that last link in my chain, I must remain behind the scenes. Sentence 2: Szary was on the carpet. Genre: fiction." + }, + { + "id": "openseek-6-91870883a88845a881d73bcbafeb80c2", + "input": "Sentence 1: you you know you you get stuck you get in a rut if if you do play a lot but you play with the same people you you aren't going to learn anything uh after after a short period once you learn everything they've got to offer then uh Sentence 2: I do not want to know that. Genre: telephone." + }, + { + "id": "openseek-6-a6aaf0f60b1e43eaab67e053b2db9ed3", + "input": "Sentence 1: uh-huh right uh-huh yeah uh-huh Sentence 2: Lands' End had to lay off 100s of employees due to 1995's poor sales. Genre: telephone." + }, + { + "id": "openseek-6-7225e4f8867b4607a43a897cafdd1369", + "input": "Sentence 1: Just feel light. Sentence 2: It is important to try feeling as light as possible. Genre: fiction." + }, + { + "id": "openseek-6-fbc114db831b48ae9fc5ba4046214487", + "input": "Sentence 1: High specificity is also desirable to help ensure that positive tests represent real problems. Sentence 2: The office has stopped representing Head Start. Genre: government." + }, + { + "id": "openseek-6-e70ee6ab97f74a89a11902c7e651e718", + "input": "Sentence 1: Recommendation #1 Research on screening and intervention should address the full spectrum of alcohol problems among ED patients. Sentence 2: There are no alcohol problems among ED patients. Genre: government." + }, + { + "id": "openseek-6-a6c614eadd0944ac9486eb307380cdbc", + "input": "Sentence 1: If more couriers took a moment to show a bit of human compassion for the film producers in their midst, this old world would be a heckuva better place. Sentence 2: All couriers insult and put down film producers. Genre: slate." + }, + { + "id": "openseek-6-011c310fd8e449f0b238b843b61bb5ec", + "input": "Sentence 1: The graceful open?­work spire was added in the 15th century by Johannes H??ltz of Cologne. Sentence 2: The Mickey Leland Childhood Hunger Act was passed in 1995 Genre: government." + }, + { + "id": "openseek-6-b9172d22ead64069b4c8bfa71692b6dc", + "input": "Sentence 1: well what do you think about like a device a meter on right on a tailpipe and you paid a tax based on how much you polluted Sentence 2: They could put something directly on your tailpipe to measure pollution. Genre: telephone." + }, + { + "id": "openseek-6-d131073c22f84e6da23df285f2e9965d", + "input": "Sentence 1: This involves, among other things, avoiding criticizing someone's book without reading it simply because the author is a lawyer and not an economist, as Krugman has done with Robert Reich's The Work of Nations . Sentence 2: Ask Don Reese about Senor Kells. Genre: fiction." + }, + { + "id": "openseek-6-1c3c7a1742ad42aead45b35a935092c6", + "input": "Sentence 1: The Fed's principal stock-deflating tool is an increase in interest rates, which draws money out of stocks and into bonds. Sentence 2: The dark man was speaking. Genre: fiction." + }, + { + "id": "openseek-6-79644f43f1144c1bb730155aa7468fda", + "input": "Sentence 1: how do they pay for it how is it financed Sentence 2: The participants were satisfied with traditional statements. Genre: telephone." + }, + { + "id": "openseek-6-b8347e831bf84daab2642e57b4c08093", + "input": "Sentence 1: well they're kind of put into a trap of being out there to please the special interest groups as well Sentence 2: He has no relationship with Hillary. Genre: slate." + }, + { + "id": "openseek-6-2aabc8ad30c441b98407b1c4599d80cf", + "input": "Sentence 1: Information Opportunities for Improved OMB Oversight of Agency Practices (GAO/AIMD-96-110, September 24, 1996) Sentence 2: These stories have not had the effect of crying wolf. Genre: slate." + }, + { + "id": "openseek-6-81264a2b88f940aeacc2707698788334", + "input": "Sentence 1: Share-buyback plans are sketchy as long-term business strategies, but IBM's assurance that its shares were undervalued suggests that it's not particularly worried about the ultimate impact of Hong Kong's woes. Sentence 2: I stayed in Columbus and didn't know that Genre: slate." + }, + { + "id": "openseek-6-2de2f57b91884561b99df28242b587b5", + "input": "Sentence 1: That notice was summarized in the Federal Register. Sentence 2: The Duomo San Martino was destroyed only one year after its construction. Genre: government." + }, + { + "id": "openseek-6-af5177395e674e0aa89c4364f1251a4f", + "input": "Sentence 1: uh-huh uh-huh yeah we have that here in North Carolina Sentence 2: We have that on Mars. Genre: telephone." + }, + { + "id": "openseek-6-f225381519f5431ba2655678ea1fd1ea", + "input": "Sentence 1: Some of these regulations and restrictions change with the seasons. Sentence 2: Some regulations and restrictions do not stay the same over time. Genre: travel." + }, + { + "id": "openseek-6-6cf3a477ba814ea88479ed0d10c799e9", + "input": "Sentence 1: and so they've already shifted the risk if they assume that car then they just have to sell it themselves and they'll recover the loan Sentence 2: Riggs stated that the $1 million goal was something they were aiming for. Genre: government." + }, + { + "id": "openseek-6-8f44352018804f4fa127c5dd68d34fdf", + "input": "Sentence 1: nothing pretty about it Sentence 2: It is beautiful. Genre: telephone." + }, + { + "id": "openseek-6-93496f44d921487ba9aeabd97f5f032a", + "input": "Sentence 1: Young British Artists From the Saatchi Collection (Royal Academy of Art, London). Sentence 2: US industrial companies rely on Japanese techniques to function. Genre: slate." + }, + { + "id": "openseek-6-0d2245126ba44dceae173da3cdd1b911", + "input": "Sentence 1: Can't remember one special one.\" Sentence 2: I remember a special one. Genre: fiction." + }, + { + "id": "openseek-6-384b6bb5247843adad584dd8455343c0", + "input": "Sentence 1: That was only natural.\" Sentence 2: It was natural. Genre: fiction." + }, + { + "id": "openseek-6-796f3498db2d4556a12b78d53e98e125", + "input": "Sentence 1: The voters chose Clinton as a second-term president. Sentence 2: Another term was something voters decided Clinton should get. Genre: slate." + }, + { + "id": "openseek-6-1b5571a8de754c4584d774640585b5c2", + "input": "Sentence 1: Julius was speaking. Sentence 2: The one who was speaking was Julius. Genre: fiction." + }, + { + "id": "openseek-6-d62ac155c2564e799309ce7c39e9e6ef", + "input": "Sentence 1: and basically it it was a motor and you didn't have all the other junk around it and you could get to it to work on it Sentence 2: The basilica of San Vitale was consecrated in 600. Genre: travel." + }, + { + "id": "openseek-6-47dd9df515ab46e9b3fdae9b68bebc78", + "input": "Sentence 1: but um he and but the irony irony is that i've been overweight all my life and he uh he almost discouraged my brother and i from getting involved in athletics um because he felt that we needed to concentrate on on other things more important things in life uh but now and and he's still into athletics in fact he's eighty two and he is in the senior olympics every year and he always brings home silver and gold medals and he competes against people uh as much as thirty years younger than he is Sentence 2: He encouraged my brother and I to try out in the Olympics. Genre: telephone." + }, + { + "id": "openseek-6-1c8b6d6a642147f1998d14223b700fa1", + "input": "Sentence 1: Nearby on Hope Road are Jamaica House, containing the offices of the Prime Minister; Vale Royal, the Prime Minister's official residence; and King's House, home of the Governor General. Sentence 2: There are Jamaican homes along Hope Road. Genre: travel." + }, + { + "id": "openseek-6-df94d4695d534f8aa3688ab83bc3f6d6", + "input": "Sentence 1: BUSINESS TYPE ACTIVITY - Significantly self-sustaining activity which finances its continuing cycle of operations through collection of exchange revenue. Sentence 2: The marginal benefits of increasing scale economies drop off rapidly at the high end. Genre: government." + }, + { + "id": "openseek-6-2436a54df2e148ad9717808e21e57c57", + "input": "Sentence 1: oh okay because i grew up in North Hollywood California i went to UCLA and all that Sentence 2: I grew up on the east coast and went to school there. Genre: telephone." + }, + { + "id": "openseek-6-a7ca97c6a2864c83abdd0be3191de8bd", + "input": "Sentence 1: Not at the moment, but I'll bear you in mind, son. Sentence 2: Not right now however I'll keep you in mind. Genre: fiction." + }, + { + "id": "openseek-6-b91b5c06e9244681a0807831ef136a34", + "input": "Sentence 1: With Christianity and the sophisticated Celtic culture successfully fused, Ireland entered its Golden Age (a.d. Sentence 2: The Celts welcomed Christianity with open arms. Genre: travel." + }, + { + "id": "openseek-6-38bdca83578f4840bf036a74c9f264fa", + "input": "Sentence 1: In addition, attestation engagements performed in accordance with GAGAS are subject to quality control and assurance reviews. Sentence 2: I am sure the sanatorium will be perfectly pleasant and my stay will be short. Genre: fiction." + }, + { + "id": "openseek-6-67f02a5c2bde410cab16da0360afa70d", + "input": "Sentence 1: The house they sought was some way down. Sentence 2: Children need to celebrate holidays, I enjoy having traditions they make life better. Genre: fiction." + }, + { + "id": "openseek-6-2c5571ce8e38436899e132a528f123ac", + "input": "Sentence 1: It's a h'expression, sir, explained Albert. Sentence 2: There was a lot of light in the area. Genre: fiction." + }, + { + "id": "openseek-6-1a387ce75b7440e4b3671d4634c55be9", + "input": "Sentence 1: did i reach the Dallas area Sentence 2: Japanese peoples never made a trip west across the Sea of Japan. Genre: telephone." + }, + { + "id": "openseek-6-fc6e95ce847a465d8b0ea82c20b8ee20", + "input": "Sentence 1: For all there is to do and see in Las Vegas, one may wonder if there is a nightlife at all outside of the obvious. Sentence 2: I know how an analogue computer works. Genre: fiction." + }, + { + "id": "openseek-6-7958bd7df1a94937af2c6ea5398ebc92", + "input": "Sentence 1: 1) The conflict causes some kind of personal advantage to distort either your perception of the truth or your willingness to honestly state what you perceive. Sentence 2: The advantage was very much apparent in you. Genre: slate." + }, + { + "id": "openseek-6-8d6340ba287f414ab6d6f572e04811d9", + "input": "Sentence 1: The scope and frequency of separate evaluations should depend primarily on the assessment of risks and the effectiveness of ongoing monitoring procedures. Sentence 2: The monastery suffered a large fire in 1822. Genre: travel." + }, + { + "id": "openseek-6-f791f92ab18243e2a3d51b60b4701c57", + "input": "Sentence 1: then uh and the importance of it because okay if you don't vote for your friend over here well your friend's not going to have a chance Sentence 2: If you don't vote for your friend he won't have a chance. Genre: telephone." + }, + { + "id": "openseek-6-d7487d93bd5645769f962187e1589bd5", + "input": "Sentence 1: so that's what they're trying to do oh well Sentence 2: If you get a sweet strawberry it's much better than a sour one because of its antioxidants Genre: telephone." + }, + { + "id": "openseek-6-38c8987aa193462aa7b03bf8f7c71870", + "input": "Sentence 1: Rulers began to grow more powerful and looked for some way to prove their might both in life and in death. Sentence 2: Something in the bolt caught his attention. Genre: fiction." + }, + { + "id": "openseek-6-fdcca3819e6743efacfb76f519a4e1f3", + "input": "Sentence 1: if you give everybody what they wanted there is a complete democracy those people wouldn't know how to react because they have no education Sentence 2: People need an education to know how to react. Genre: telephone." + }, + { + "id": "openseek-6-c7e37a6a3f1042b3882bb393c48b144d", + "input": "Sentence 1: i don't know if they do it either to be truthful Sentence 2: After he escaped, he never again returned to Ireland. Genre: telephone." + }, + { + "id": "openseek-6-3b45ba8e272546b18ff0727a9eec1416", + "input": "Sentence 1: Here, the tradition of scholastic inquiry has often evolved into a spirit of protest and outright revolt before subsiding into a lifelong skepticism. Sentence 2: You don't want any problems. Genre: travel." + }, + { + "id": "openseek-6-880c3cd473d1482383278e96a458a93b", + "input": "Sentence 1: CIA officer Harold James Nicholson was arrested and charged with spying for Russia . He allegedly sold the identities and profiles of new agents for $120,000. Sentence 2: The transaction could be compared to a pre-emptive bailout. Genre: slate." + }, + { + "id": "openseek-6-682fb0bd5714438fae3be6d87589f511", + "input": "Sentence 1: yeah a little bit Sentence 2: Taxes paid by people currently working are used to fund social security programs for those currently on it. Genre: government." + }, + { + "id": "openseek-6-721e811f93f345d4b1b8d1c094dda681", + "input": "Sentence 1: Anse's eyes fluttered open, and he looked up dazedly. Sentence 2: Anse opened his eyes and looked up. Genre: fiction." + }, + { + "id": "openseek-6-439012c3d7ca4f119bbde753a1396134", + "input": "Sentence 1: yeah i know what you mean i uh when i was in Dallas i was supervisor and i had uh four non exempts um under me Sentence 2: That was the easiest job I ever had. Genre: telephone." + }, + { + "id": "openseek-6-875388ce70834a239b27bf9bd1ee4c44", + "input": "Sentence 1: when i get some spare time here and there i'll work on it but you know it's nothing that i can really Sentence 2: Kali is forbidden to be pictured riding animals on doors. Genre: telephone." + }, + { + "id": "openseek-6-c77613976e2d4994aab770bb1b4ec934", + "input": "Sentence 1: okay yeah i enjoyed it thank you uh-huh okay bye-bye Sentence 2: I barely look at those guys, since I hate them. Genre: telephone." + }, + { + "id": "openseek-6-5ce222f1a3df48eca9d9fdf00236c2e2", + "input": "Sentence 1: all of our so called garages are now a convenience stores that sell gasoline and they really don't do any repairs anymore so you know you're you're you're you're almost tied to the dealer to go back to them and Sentence 2: The dealer has the corner on the market. Genre: telephone." + }, + { + "id": "openseek-6-8f26630936e24662906467874efbf2e2", + "input": "Sentence 1: They've got some kind of trouble with the sky. Sentence 2: There is no mystique behind the place. Genre: fiction." + }, + { + "id": "openseek-6-3666aca899614d5bbfa9451c154ec052", + "input": "Sentence 1: we when we moved down here the our uh the vehicle we had did not have air conditioning and we went through one summer that way and that was it that's when we traded it Sentence 2: It is an eclectic place with many wonders. Genre: telephone." + }, + { + "id": "openseek-6-d83e353712ea463188332dd103aba3ed", + "input": "Sentence 1: Starr's goal--as Bruce Shapiro, in a perceptive anti-Starr Salon essay , recognizes--is most likely not to vindicate Willey but to unravel a presidential cover-up conspiracy. Sentence 2: We could use materials from your world to do it. Genre: slate." + }, + { + "id": "openseek-6-5f74ce64371f430f92cb0b64c918e3a9", + "input": "Sentence 1: If only some had survived, the ship might have been repaired.\" Sentence 2: You can go ahead and miss the boat cruise in Porto. Genre: travel." + }, + { + "id": "openseek-6-cfcea5b689264015ac5dac1a40f57d28", + "input": "Sentence 1: uh-huh or a mother some of them the fathers are raising the children Sentence 2: The mothers are always the parent which raises the children. Genre: telephone." + }, + { + "id": "openseek-6-2c0a853b0a1346179b6d4cd746a7f5d1", + "input": "Sentence 1: Note the masterful Ren?­ais?­sance carving of the oak doors on the central and north portals. Sentence 2: The door on the south portal used to have a carving too, but it was stolen. Genre: travel." + }, + { + "id": "openseek-6-ddfaaa95de0448839478249201c11ca2", + "input": "Sentence 1: On Monday evening last, did you purchase strychnine for the purpose of poisoning a dog? Inglethorp replied with perfect calmness: \"No, I did not. Sentence 2: Inglethorp said that he didn't buy poison on Monday but that he knew who did. Genre: fiction." + }, + { + "id": "openseek-6-eb2238be1b274a32b86e2a9f79ab5625", + "input": "Sentence 1: 2 The federal government's human capital weaknesses did not emerge overnight and will not be quickly or easily addressed. Sentence 2: Because all of the organizations are virtually identifiable, we found it impossible to compare practices. Genre: government." + }, + { + "id": "openseek-6-da6885ccd66a4de79edca06387799da2", + "input": "Sentence 1: During the last Ice Age, huge glaciers covered the region, moving west to east across the land and gouging trenches on either side of the volcanic mounds. Sentence 2: OMB reviewed but did not approve HHS. Genre: government." + }, + { + "id": "openseek-6-5f532cbabc0440df97e02b74aff3e27d", + "input": "Sentence 1: AMS received more than 275,000 comments on the rule, which were assigned key words to facilitate subsequent analysis. Sentence 2: Drew looked over Shiloh's back to the person who said, \"Magnífico!\" Genre: fiction." + }, + { + "id": "openseek-6-97ef79228c8e4b2eb3233b7ab89a5e4a", + "input": "Sentence 1: yeah oh i ended up getting her a six foot two by four and let and she had the best time with it Sentence 2: The witnesses for Simpson included a law professor and forensic expert. Genre: slate." + }, + { + "id": "openseek-6-30a7355226db449b9e2861ea44483141", + "input": "Sentence 1: The main problem we're facing today is the fact that there are [698,079] people living at or below the federal poverty guidelines in Alabama and we have, in our 60 counties, 45 lawyers to serve 76 percent of that population, Waters said. Sentence 2: There are many people living in poverty and only 45 lawyers to serve 76 percent of that population. Genre: government." + }, + { + "id": "openseek-6-d87381c50c204a5f867934993a6f3f6b", + "input": "Sentence 1: The Physician's Guide to Helping Patients with Alcohol Problems. Sentence 2: The Guide for Helping Patients with Alcohol Problems, for Physician's, is updated once every three years. Genre: government." + }, + { + "id": "openseek-6-87e0ce6b56d340758fe6b7e5995ce0d5", + "input": "Sentence 1: uh no that's more no that's not i do actually i like Asian cultures that why i was that's funny that you mentioned that Sentence 2: How did you know I liked Asian Cultures? Genre: telephone." + }, + { + "id": "openseek-6-d673ef114f304466b6d30a6f22b38b36", + "input": "Sentence 1: Yesterday's column pointed out that a WP review of Elizabeth Dole's tenure as president of the Red Cross found that it was marked by her tendency to put political allies on her payroll. Sentence 2: Do you have the recollection? Genre: fiction." + }, + { + "id": "openseek-6-cd8b39b14488488c8213cd1a001b655d", + "input": "Sentence 1: That's because they suddenly have more money than the eligibility threshold for aid. Sentence 2: Most of the clips on the ABC site are from the show's first series. Genre: government." + }, + { + "id": "openseek-6-c97d4c47bf1e49e2a72635186b675030", + "input": "Sentence 1: One thing her evidence has shown me. Sentence 2: Clinton had seven past indiscretions. Genre: slate." + }, + { + "id": "openseek-6-3764ebb9cf974986863e3dc0f6caeb8b", + "input": "Sentence 1: 'All of you, back off!' White bellowed. Sentence 2: The emissary wrote about how demoralizing it was. Genre: slate." + }, + { + "id": "openseek-6-f21a384798674e2ca63f5bd696b8348d", + "input": "Sentence 1: Directly off the main square, which is anchored by its imposing Romanesque cathedral built in 1076, is the Villa Rufolo, with its mysterious polychrome arcaded arabesque cloister. Sentence 2: The Romanesque cathedral in the main square is a popular spot for tourists to take photos. Genre: travel." + }, + { + "id": "openseek-6-dca1092aa3364783aedd0b6de0b50787", + "input": "Sentence 1: \"They were lost in moving this,\" Ser Perth told him. Sentence 2: I do not know much about the topic of pollution. Genre: fiction." + }, + { + "id": "openseek-6-cba764e991bf4c1b8a2e48f37d275327", + "input": "Sentence 1: i know i know that the the Massachusetts miracle has has gone bust Sentence 2: The Gateway of India is seen as moving due to its symbolism. Genre: travel." + }, + { + "id": "openseek-6-3f16d767e7164d34a3270879076e30e8", + "input": "Sentence 1: From Styles Court. Sentence 2: Styles Court was the return address. Genre: fiction." + }, + { + "id": "openseek-6-3312d8e7d61a43ae951ee0aec277681f", + "input": "Sentence 1: She was unable to chew gum while the braces were on, so now she is going cow wild, so to speak. Sentence 2: This region was without a doubt conquered by the Romans. Genre: slate." + }, + { + "id": "openseek-6-323f6e80c092418da598eb9ff510e29f", + "input": "Sentence 1: so do you have any credit cards Sentence 2: How many credit cards do you have? Genre: telephone." + }, + { + "id": "openseek-6-c391b1678c8041329d231a32c761af63", + "input": "Sentence 1: Pah! Tommy raised his hand, and silenced the clamours of disgust. Sentence 2: The Irish Republic was proclaimed in 1916 by James Connolly and Padraig Pearse. Genre: fiction." + }, + { + "id": "openseek-6-9f3886e16bb34d5aa319ac647fdfc940", + "input": "Sentence 1: In his review of The Big Lebowski , Alex Ross shows himself to be a true spokesman for the film establishment. Sentence 2: Sometimes the people who have problems cannot make it to court. Genre: government." + }, + { + "id": "openseek-6-c296c8110f1842b98c36d95b26bfc275", + "input": "Sentence 1: Many of the soldiers, like Takamori himself, died by their own hand in a final gesture of defiance. Sentence 2: If that is correct, what should I write about? Genre: slate." + }, + { + "id": "openseek-6-6915ec7bdd2e4a41863ed1c29cddc34e", + "input": "Sentence 1: have kids you know career to to much into my career you know Sentence 2: The kids give me exercise. Genre: telephone." + }, + { + "id": "openseek-6-2c686d524ca1431e8a2bac62d7eb5dc2", + "input": "Sentence 1: South Carolina hooked previously independent gas stations, convenience stores, bars, and restaurants on gambling dollars. Sentence 2: There are no laws prohibiting spearfishing in scuba gear. Genre: slate." + }, + { + "id": "openseek-6-d9e219725d51448388725c2aa187524c", + "input": "Sentence 1: To divide IC mail into LC and AO components, we need further data from the Postal Service or to make additional assumptions. Sentence 2: The northerner was breathing quite hard. Genre: government." + }, + { + "id": "openseek-6-7090f84d847a435b8d022399417d970b", + "input": "Sentence 1: And when it stumbles onto a good subject for a series, like Ken Burns' history of baseball, it turns the show into a seminar on racism and labor relations, not the hit-and-run and the spitball. Sentence 2: When it lands on some topics, the show become a social discussion. Genre: slate." + }, + { + "id": "openseek-6-3453d7f9dce340cf99edd834b30bbc3b", + "input": "Sentence 1: Figure 3.5: GDP Per Capita Under Alternative Gross National Saving Rates (2000- 2075) Sentence 2: GDP Per Capita Under Alternative Gross National Saving Rates (2000- 2075) is in the figure 3.5, said the teacher. Genre: government." + }, + { + "id": "openseek-6-4b7aba9a8c6b4e0e90f9b19cd743b388", + "input": "Sentence 1: The protests in 1989 in Beijing's Tiananmen Square sparked sympathy marches in Hong Kong, and further increased tension with China. Sentence 2: Havana is a port city. Genre: travel." + }, + { + "id": "openseek-6-0b4c784a194e40b290be67e9990571e3", + "input": "Sentence 1: The blade shook out of Adrin's hand and quivered on the ground. Sentence 2: Adrin could feel the blade slipping out of his hand before he passed out and fell on top of it. Genre: fiction." + }, + { + "id": "openseek-6-ac6faed066fa4fdfb81ca70d46346ed7", + "input": "Sentence 1: Successful management improvement efforts require the active involvement of managers and staff throughout the organization to provide ideas for improvements and supply the energy and expertise needed to implement changes. Sentence 2: I chose not to talk to him or congratulate him. Genre: government." + }, + { + "id": "openseek-6-12147775a46e407a82c7b76b250a4eeb", + "input": "Sentence 1: Keys to tech nearby research institutions, an educated talent pool, free-flowing venture capital, and that Valley-style, go-for-broke, entrepreneurial spirit. Sentence 2: The go-for-broke entrepreneurial spirit led many people to go broke. Genre: slate." + }, + { + "id": "openseek-6-fc6d1d3d4333458a8ca87c2a3f5e8e8d", + "input": "Sentence 1: Newspapers and magazines and television have made me out to be a saint. Sentence 2: Kaahumanu was in charge when schools were established and books were printed in the Hawaiian language. Genre: slate." + }, + { + "id": "openseek-6-13611a69d8244ead9ba021be40e997e5", + "input": "Sentence 1: Malaysia's two parts share a hot, humid climate, but differ greatly in population density and urban development. Sentence 2: Malaysia is cold part of the year. Genre: travel." + }, + { + "id": "openseek-6-865635ee4be144b4b36f68449b29ed95", + "input": "Sentence 1: They waited and watched. Sentence 2: Idomeneo is a piece by Mozart, performed by Placido Domingo and the Metropolitan Opera Orchestra and Chorus, and was conducted by James Levine. Genre: fiction." + }, + { + "id": "openseek-6-ed1a66d839ef4af4ab2b67e79f9b1598", + "input": "Sentence 1: Sometimes it arises from the nature of the enterprise--you wouldn't want to have to have dozens of different telephone lines in your house just so you could connect with all the different phone companies your friends might select. Sentence 2: There are three temples and two monasteries at Nanzenji. Genre: travel." + }, + { + "id": "openseek-6-e767629ec0ec419ea2aae620dc8e453a", + "input": "Sentence 1: well if you think about it if um uh i remember that when they used to take uh they used to pay you to take the tire you know get the turn in your tire when you got your Sentence 2: We should let the women go first. Genre: telephone." + }, + { + "id": "openseek-6-ef3f5f759eb2464586b10309b2adb9a3", + "input": "Sentence 1: Brown suggested that the recommendation remain as is, but that the supporting text list ways that priorities could be changed. Sentence 2: Many companies already presort their mail, and could have a retroactive discount applied. Genre: government." + }, + { + "id": "openseek-6-f37876d7f25549fcbe85c0b559f71c7f", + "input": "Sentence 1: It was not only the thought of giving up Shadow and the foal, though he knew that would cut with a deeper hurt every day. Sentence 2: The patient died recently. Genre: fiction." + }, + { + "id": "openseek-6-977f75f266084251ae6c569e81a9b7d9", + "input": "Sentence 1: You will send a personal demand to me here, and the money, in notes, shall be sent by return of post. Sentence 2: The place has an unrelenting psyche. Genre: fiction." + }, + { + "id": "openseek-6-f4898634c7d04c3ca7a3b767cec4a9ac", + "input": "Sentence 1: The houses are built to a long-standing design and are filled with embroidery, lace, and crochet work. Sentence 2: Malignancy is a rapid fire concept. Genre: travel." + }, + { + "id": "openseek-6-cca7dce3313147cc97500bf6c6351858", + "input": "Sentence 1: i you know my my name being sold if i if i give money to the World Wild Wildlife Federation you know it's a it's a i feel it's an invasion of privacy to receive so many pieces of junk mail because they sell my address Sentence 2: Someone noted our altitude was decreasing faster than it should. Genre: telephone." + }, + { + "id": "openseek-6-ac4855d091914de8906b12496c364cf7", + "input": "Sentence 1: well do you think we've covered baseball Sentence 2: If the victim turns up alive, a murder trial comes to an end. Genre: fiction." + }, + { + "id": "openseek-6-ce6f00c0342c4c178bcce29ba706d653", + "input": "Sentence 1: A pity, because he was supposed to show his pain. Sentence 2: The plan was shown. Genre: fiction." + }, + { + "id": "openseek-6-da53bdff7fef4a7fa66fadd841ee378d", + "input": "Sentence 1: yeah i think you do get more by stimulation stimulation my in fact my mother-in-law just visited she's just about seventy five again perfectly fine Sentence 2: The gambler lived life on the edge and never cried when he lost. Genre: telephone." + }, + { + "id": "openseek-6-79e716f54c2c4be0a9762293cbe73162", + "input": "Sentence 1: States will also be requiring utilities to comply with Best Available Retrofit Technology (BART) programs (either source-specific standards or a trading program) to meet requirements to reduce regional haze. Sentence 2: BART standards are voluntary in the states, and is not legally mandated. Genre: government." + }, + { + "id": "openseek-6-9e0d6b5e66f0408c93b8103682e6ef04", + "input": "Sentence 1: The climb along a narrow and sometimes steep path will lead to scant remains of third-century b.c. temples, although the site was occupied as early as the Stone Age. Sentence 2: Groups or individuals are able to hide their identity through tools like VPNs or proxies. Genre: travel." + }, + { + "id": "openseek-6-3c95aef9aa7e4eaf9bb38228835170cd", + "input": "Sentence 1: sounds like a pretty good show i'm sorry sorry i missed Sentence 2: It is really not very enjoyable. Genre: telephone." + }, + { + "id": "openseek-6-df457525010049f38e228060b75f215f", + "input": "Sentence 1: The lettuce workers, talking about their incident last week, said their experience illustrates the problems. Sentence 2: It remains there, and will be there for a long time. Genre: fiction." + }, + { + "id": "openseek-6-806ca4d4450546d8bcf8519e8f094762", + "input": "Sentence 1: During the reporting period, LSC provided technology training at the Southeast Projects Directors meeting; the Committee On Regional Training for Michigan, Ohio, and West Virginia; the Indiana Access to Justice Conference; the EJC; the National Legal Aid and Defender Association; and the Management Information Exchange. Sentence 2: LSC provided technology during the reporting period, however they did not take into consideration the training. Genre: government." + }, + { + "id": "openseek-6-85423f5f82704d4caeae0da9460e2c13", + "input": "Sentence 1: Low- and moderate-income households have fewer resources and may have less capacity to contribute to an IRA or to earmark more assets for retirement. Sentence 2: Their particular vote was not counted. Genre: telephone." + }, + { + "id": "openseek-6-61983ac82768489dafa4b4b8a229e329", + "input": "Sentence 1: Since she has full immunity, it doesn't hurt her if it's bogus. Sentence 2: She has full immunity since she isn't invested in it, so lying about it to her wont impact her view. Genre: slate." + }, + { + "id": "openseek-6-82825bdf583941d99006c23dffe45ff5", + "input": "Sentence 1: And, then, there was that rather over-vehement hatred of hers! Sentence 2: They are having more attention focused on human capital. Genre: fiction." + }, + { + "id": "openseek-6-9552346f2bfb4e2ebe1a6ab5ff9cbc95", + "input": "Sentence 1: The first Westerner to reach Hawaii was Captain James Cook, the British commander whose mission was to dis?­cover the mythic Northwest Passage linking the Atlantic and Pacific oceans. Sentence 2: Cook was the first Westerner to go to Hawaii and he stayed there for a year. Genre: travel." + }, + { + "id": "openseek-6-97c8d5df94ac443d83f1e098585d1704", + "input": "Sentence 1: just chasing him around the house you know will be plenty for you Sentence 2: You are more likely to meet people on Long Bay beach than in any other resort areas of Jamaica. Genre: travel." + }, + { + "id": "openseek-6-e50705069a9b44d2a41d602ad79af901", + "input": "Sentence 1: If so, how fortunate to have such a friend at court or perhaps it would be more to the point to say IN court.\" Boris got up and began striding up and down. Sentence 2: The Japanese government spent a lot of money on elaborate architecture in the 1980s. Genre: fiction." + }, + { + "id": "openseek-6-c20f0e465df344748a06d6c1b64e58cf", + "input": "Sentence 1: 17 This is very close to the average city carrier cost. Sentence 2: I bought a new car because I needed one. Genre: telephone." + }, + { + "id": "openseek-6-dcd073cf45cb4e19aef4a1dedd1fabea", + "input": "Sentence 1: Auditors should include in the report the audit objectives and the scope and methodology used for achieving the audit objectives. Sentence 2: The blade's strike was true, and it sliced the torso of its target before he could react. Genre: fiction." + }, + { + "id": "openseek-6-e00e243ddd754cb893bfa825078c8a85", + "input": "Sentence 1: This is, however, not the only possible interpretation of the disparity. Sentence 2: The other interpretations were useless. Genre: government." + }, + { + "id": "openseek-6-3bff04efea5d45adaa1fa397226ea60d", + "input": "Sentence 1: That's basically a mathematical proposition, which I have translated into English in this column. Sentence 2: The special function areas are the highest priority. Genre: government." + }, + { + "id": "openseek-6-798a1e1dd8be4cd5a8299416f66eb508", + "input": "Sentence 1: no they don't take any i mean i couldn't even go there my husband couldn't we would have to receive all this special permission to go there for even when some you know in in inner company you know transfer or something and i have another friend from uh Costa Rica that she was born there she's Costa Rican i guess i do know a little bit i went to Mexico City one time and stayed i've been there twice and stayed and that was that was just really sad but a lot of it though is their debt i think that we should not loan them anymore money that if we still want to give them money give them money quit loaning it to them you're not going to get it back don't be indebted to anybody don't be the you know loaner nor borrower and it's just not good we need to if we feel like we need to give them money then give it to them but quit loaning all the money out which i don't think we're loaning anymore now but that's how we got into a problem if we got them we have sink them in the hole by us loaning them all of these billions of dollars that common sense you could just look at it and say they're not going to be able to pay us back Sentence 2: LSC's new web site was created so that TIG recipients would not collaborate with one another. Genre: telephone." + }, + { + "id": "openseek-6-6eaebcf14eca4a98b8f5deb57c4d7a95", + "input": "Sentence 1: Wigand and Bergman are both insiders, and both, ultimately, whistle-blowers. Sentence 2: this number increased as years went by. Genre: government." + }, + { + "id": "openseek-6-a89ba28f89d2406591f114e0d557b1c8", + "input": "Sentence 1: The NYT 's Frank Rich reminds us that the Lewinsky scandal isn't about the independent counsel law or media ethics. Sentence 2: Simon carries Jesus' cross for him at Station V Genre: slate." + }, + { + "id": "openseek-6-54acd7de8b604fff861b022d52ff9cf3", + "input": "Sentence 1: No overall picture of Japanese life can be complete without a short visit to these northern territories. Sentence 2: Office of General Accounting, Emerging Benefits Managing from Selected Agencies Use of Performance Agreements, GAO-01-115 Genre: government." + }, + { + "id": "openseek-6-c335c710d95c46369b3dcb1738a52f57", + "input": "Sentence 1: Writers and the Victorian Tourist Invasion Sentence 2: There is a moderate demand for a replacement catalyst. Genre: government." + }, + { + "id": "openseek-6-5ae8612d66864ee795a9bc577b315df7", + "input": "Sentence 1: yeah well it's like it's like Saddam you know we're going to build them up and then have to go in there and take care of them Sentence 2: We'll build them up and then have to help them, because they don't have the resources to take care of their own people. Genre: telephone." + }, + { + "id": "openseek-6-99fc661aee344a178787e07bce975b35", + "input": "Sentence 1: We need to further examine and refine alcohol-screening questionnaires in the ED. Sentence 2: We need to study what questions we ask of car accident victims in the ED. Genre: government." + }, + { + "id": "openseek-6-8ce7e574099946829cfbcacf1966bdb9", + "input": "Sentence 1: Genuine Madeira cake, bolo de mel (or honey cake ), sold in many different sizes, is a far cry from what you get at home. Sentence 2: Authentic bolo de mel is much less sweet than the knock-offs you'll find abroad. Genre: travel." + }, + { + "id": "openseek-6-4369eccec1c74b90ad7bcdfc53488c44", + "input": "Sentence 1: , I'm with you (thought I must admit Merchant of Venice ain't my all-time favorite. Sentence 2: He had smoke coming from the back of his hood. Genre: fiction." + }, + { + "id": "openseek-6-17e83338d0fd46c3893d39e92f524200", + "input": "Sentence 1: His cruel streak extended to the woman he married, a beautiful physics student named Alicia who was awed by this genius with a penis. Sentence 2: He was cruel to his wife Alicia, a beautiful physics student who was in awe of him. Genre: slate." + }, + { + "id": "openseek-6-edf2d4d7e6c94c9dbe7832c875061f64", + "input": "Sentence 1: Stores do not open until 10am or later, but shopping goes on into the evening, up to 9:30pm. Sentence 2: The shops owned by descendants of the original butcher shops are now situated on an adjacent street. Genre: travel." + }, + { + "id": "openseek-6-c3a20737474540ad862fc517070cad92", + "input": "Sentence 1: Critics applaud the St. Petersburg-based company's 18 day stint in New York. Sentence 2: Silwan is known for its old buildings and sports fields. Genre: slate." + }, + { + "id": "openseek-6-c91ac1b2bc8346d296cdd4f7e97b780b", + "input": "Sentence 1: The mosque is unusual in Cairo in that it has no facade it is hidden behind a protective wall with nineteen openings. Sentence 2: The painting is in a prestigious collection. Genre: travel." + }, + { + "id": "openseek-6-0bb0d888d81349a985e6cdabccc33aa5", + "input": "Sentence 1: As Carlson says, A 'seeker of the truth,' as Tripp refers to herself, might at best need to tape one conversation and hold it in reserve for that dark moment when her veracity was challenged. Sentence 2: They wanted the woman to realize she may be wrong in the future. Genre: slate." + }, + { + "id": "openseek-6-5ada2434b1ed46fe844b3d72c548980a", + "input": "Sentence 1: Accounting principles are those conventions, rules, and procedures necessary to define acceptable accounting practice at a particular time. Sentence 2: Money and fame is what men like. Genre: fiction." + }, + { + "id": "openseek-6-36afd974563a4cf38ff6af1950b37a2a", + "input": "Sentence 1: parents around here just let their kids run everywhere and i just can't do that Sentence 2: Parents keep a close watch on there kids here. Genre: telephone." + }, + { + "id": "openseek-6-c5395fb83d6544fabaf9a9ccf5916fca", + "input": "Sentence 1: How Much of the New CBO Surplus Is Available for Tax and Program Initiatives, Center on Budget and Policy Priorities (July 18, 2000); and James Horney and Robert Greenstein, How Much of the Enlarged Surplus Is Available for Tax and Program Initiatives? Sentence 2: I think he would realize what he's missing if he saw what holidays without us were like. Genre: slate." + }, + { + "id": "openseek-6-1553b584a5364545b86371536017253f", + "input": "Sentence 1: yeah i mean because seems like i don't know i mean there's so many different different types of cases that come in i mean it seems like just general people i mean who are live in the community and do different things you know you have different opinions kind of just one judge who sits there and listens to cases all the time would would get it start thinking a certain way and go go nuts Sentence 2: Over a million people watch the events on tv. Genre: travel." + }, + { + "id": "openseek-6-865d62bbd74a4676b048248cf56c707c", + "input": "Sentence 1: yeah there was uh there was a lot of talk about the idea that the even the uh Iraqis themselves the people wished we would have done that uh Sentence 2: Don Lorenzo enjoyed betting on races. Genre: fiction." + }, + { + "id": "openseek-6-9bba0c4298c74f41a787fbb05db2e6ff", + "input": "Sentence 1: No, because this is something that's private. Sentence 2: Breaking a no-pardon promise is something Clinton probably intends to do. Genre: slate." + }, + { + "id": "openseek-6-fc26e0a194694deeaa335311bd450f49", + "input": "Sentence 1: The result is often a precipitous sell-off. Sentence 2: My father never worked on cars. Genre: slate." + }, + { + "id": "openseek-6-9702a83b19fd40e99b332030a5f18497", + "input": "Sentence 1: Although the Museu da Baleia (Whale Museum) shows a video of a whale hunt in 1978, the owner is the epitome of a poacher turned gamekeeper. Sentence 2: The owner of the museum has always loved and protected whales. Genre: travel." + }, + { + "id": "openseek-6-8ed69122786341cb9ce6d57d0a0fcef4", + "input": "Sentence 1: He sees a sign that says Chain-Up Area Next Exit and finds it hilariously suggestive. Sentence 2: The sign is something that he missed when glancing over. Genre: slate." + }, + { + "id": "openseek-6-8979cd963ddf493eaa3c3cdd5c8a775c", + "input": "Sentence 1: The chateau also houses Stras?­bourg's Musee des Beaux-Arts, noteworthy for its Giotto Cru?­ci?­fixion, Raphael's La For?­na?­rina, and the remarkable somber realism of Watteau's L'Ecureuse de cuivre. Sentence 2: There were a lot of changes, but now it will stay the same. Genre: telephone." + }, + { + "id": "openseek-6-54c33de56f03409c9eafb22a6b556da5", + "input": "Sentence 1: Borrowing from the public is a means of financing the Government's outlays. Sentence 2: There was random drug tests that happened. Genre: telephone." + }, + { + "id": "openseek-6-d8394a49ef0641319f95e4f51df8213b", + "input": "Sentence 1: Now, if somebody is willing to pay $1,000 for a bottle of wine, I'm inclined to guess that he's well informed about its quality. Sentence 2: It is quite fascinating; we did mailings and put up some signs. Genre: slate." + }, + { + "id": "openseek-6-5fb27bd93d9f42fe9ec1bbf1eef95492", + "input": "Sentence 1: Guess having the lights down low in the Oval Office all those times really paid off ... Sentence 2: Good things happened because the lights in the Oval Office were kept low. Genre: slate." + }, + { + "id": "openseek-6-12aa816f450f4a0b92020d6b6bda3707", + "input": "Sentence 1: The seascapes and panoramas on this island are enough to tempt any driver to glance away from the serviceable but never-wide-enough roads. Sentence 2: The views on the island are beautiful. Genre: travel." + }, + { + "id": "openseek-6-cc629bf79277484997de167604efb401", + "input": "Sentence 1: No doubt--as former Congressional Budget Office Director Bob Reischauer points out--with all the election-year pressure on Republicans to show they really aren't so bad and the temptation for Clinton to show his newfound muscle, the final appropriations package isn't bad. Sentence 2: Domestic investment grew significantly more than consumption in the 80s. Genre: government." + }, + { + "id": "openseek-6-8eaaba2e89194fd9b6fae87df9a8d96f", + "input": "Sentence 1: In addition to the transition plans, Congress should consider requiring DHS to submit regular progress reports on implementation from the department and should also conduct periodic oversight hearings to assess progress and performance. Sentence 2: You can access it from the eastern shore. Genre: travel." + }, + { + "id": "openseek-6-0eb9b30421e6422183dd85925d3011e6", + "input": "Sentence 1: Garn, said Number 14 unexpectedly. Sentence 2: I think I've heard your voice before. Genre: telephone." + }, + { + "id": "openseek-6-ad369f845828468ba3872b805dc782dc", + "input": "Sentence 1: Of whom? Sentence 2: It was a small picture in a frame. Genre: fiction." + }, + { + "id": "openseek-6-f0a770e439a6438d966a2f12c89a3913", + "input": "Sentence 1: What frightened Jon frightened her. Sentence 2: Bowling is a game that you don't like to watch or play. Genre: fiction." + }, + { + "id": "openseek-6-2d8b3cfee22d4194a90dcb0cac2461d5", + "input": "Sentence 1: In the final two rooms of the exhibition, you see Pollock, who was suffering from depression and had relapsed into alcoholism, struggling to regain a gift that had vanished as swiftly as it had arrived. Sentence 2: Pollock suffered from depression and started drinking a lot of alcohol. Genre: slate." + }, + { + "id": "openseek-6-ee9ee41ce7f2452e9809903ba6a05e82", + "input": "Sentence 1: yeah i think so i think because people sort of get through you know um i think that people sort of learn the importance of sort of physical fitness as well as the as well as you know some mental fitness and i think that people sort of learn good sportsmanship and so forth Sentence 2: We conclude that the district court wasn't authorised, but did have its own personal reasons. Genre: government." + }, + { + "id": "openseek-6-dc15fc1a96854fb0a31487e65e3440f1", + "input": "Sentence 1: He says that everything points to its being a simple case of heart failure.\" Sentence 2: There is never any fun during special occasions or birthdays. Genre: fiction." + }, + { + "id": "openseek-6-4ec2635b21354957910748cb8cce3bd7", + "input": "Sentence 1: Did Stevenson speak with any of the fans with whose hopes he claimed to be so familiar? Sentence 2: He stopped talking after making a remark about Danvers. Genre: fiction." + }, + { + "id": "openseek-6-952525816ce3401c8721fa0f9bf0335c", + "input": "Sentence 1: The EPA has cited sections 202, 206, 208 and 301 of the Clean Air Act, as amended. Sentence 2: They think that the driving conditions are going to be bad tomorrow afternoon. Genre: telephone." + }, + { + "id": "openseek-6-d7a1578cdbc847418b7377a5d1fb78a5", + "input": "Sentence 1: The ultimate effect of Social Security reform on national saving depends on complex interactions between government saving and personal saving-both through pension funds and by individuals on their own behalf. Sentence 2: Personal savings by individuals has a greater impact on Social Security reform than corporate pension funds. Genre: government." + }, + { + "id": "openseek-6-6874efb9144945bb91e29ac9641714e9", + "input": "Sentence 1: Well, I learnt that Miss Howard had been on afternoon duty on Tuesday, and that ”a convoy coming in unexpectedly ”she had kindly offered to remain on night duty, which offer was gratefully accepted. Sentence 2: Miss Howard had been free on Tuesday and had not been keen to take on the night duty. Genre: fiction." + }, + { + "id": "openseek-6-aff4c6e117f64727ab00717747e39971", + "input": "Sentence 1: he does what he needs to but mostly if it's something major um you know cleaning out the air conditioning ducts or something like that we just hire out to do that Sentence 2: I don't trust him to do the big jobs, so we hire someone else. Genre: telephone." + }, + { + "id": "openseek-6-cae8227e7fca4dea9984ab09c5d9e391", + "input": "Sentence 1: Nothing at all, of course, replied Poirot, smiling. Sentence 2: Definitely, of course replied Poirot, with a smile. Genre: fiction." + }, + { + "id": "openseek-6-01d9b07339ff416eb3591d3d4ce1c66f", + "input": "Sentence 1: Justice Department, has no economic restrictions on who can get help. Sentence 2: The Member requests are accompanied by a physical and verbal examination. Genre: government." + }, + { + "id": "openseek-6-e87538135db744f397f60827aaadb2a2", + "input": "Sentence 1: The Aryans arrived on the scene some 200 years later. Sentence 2: My daughter's fiance is a college professor and reserve police officer and has all kinds of guns which he teaches my daughter how to use. Genre: telephone." + }, + { + "id": "openseek-6-ab21dc43c8554b9c9fbbe125ef921d12", + "input": "Sentence 1: wow and how much can you sell the litter for you know the same type of price if they're good or Sentence 2: I'm also addicted to gambling, meth and smoking. Genre: telephone." + }, + { + "id": "openseek-6-6bac2c8828ef4659b14febdc7c214c03", + "input": "Sentence 1: During the past decade, Serbia has taken advantage of this version of its World War II history to make common cause with Israel. Sentence 2: Serbia has worked to sever ties with Israel over the last decade Genre: slate." + }, + { + "id": "openseek-6-2eaf9addfdae453faba349cd098c100c", + "input": "Sentence 1: New York Post gossip columnist Neal Travis last week repeated an item he first ran a year ago, at the time of Clinton's second inaugural. Sentence 2: It might be a smaller force, like only 500 soldiers. Genre: telephone." + }, + { + "id": "openseek-6-2c0d07d564a54c65a35a4c67ef8b0550", + "input": "Sentence 1: Outside the big cities, make a habit of saying an appropriate Bonjour or Au revoir when entering or leaving a shop or cafe. Sentence 2: I hated speaking with you. Genre: travel." + }, + { + "id": "openseek-6-3b3035945142498b8154945089f88794", + "input": "Sentence 1: Chief among Will China preserve the rule of law and free speech, which are essential for business prosperity? Sentence 2: Clinton's strategy to brush off Republican critics is to simply point out that the policies are made by Republican themselves. Genre: slate." + }, + { + "id": "openseek-6-ebd2194f34c346789d0d26670764b742", + "input": "Sentence 1: More than two centuries ago, Carlos III commissioned the architect Juan de Villanueva, draftsman of the royal palace, to design this Neo-classical building. Sentence 2: Onardo groaned, asking who Clarisette was hanging out with. Genre: travel." + }, + { + "id": "openseek-6-4b6617f81129408c8a1df7acaa5d0ba5", + "input": "Sentence 1: yeah yeah that was kind of bizarre yeah it's interesting to talk about their marriage their marriage in real life because she had breast cancer and that Sentence 2: Tommy Lee was previously married to Pamela Anderson. Genre: slate." + }, + { + "id": "openseek-6-79b79129e3ea4062aa7e45a5ae36a042", + "input": "Sentence 1: According to NIST, accreditation is the formal authorization by the management official for system operation and an explicit acceptance of risk. Sentence 2: Accreditation is the formal authorization by the management official for system operation and an explicit acceptance of risk, according to NIST. Genre: government." + }, + { + "id": "openseek-6-1ec9e73aa2714dd6a574c3163bc4d6a2", + "input": "Sentence 1: uh-huh i tend to favor uh rock and roll mostly from the sixties and seventies Sentence 2: HUD thinks that the Secretary believes the rules won't majorly impact small entities. Genre: government." + }, + { + "id": "openseek-6-06706e5bd6c34bc9b186e7a23cb7f9c1", + "input": "Sentence 1: Good morning, she remarked cheerfully. Sentence 2: A business making things with dried flowers could do well around here. Genre: fiction." + }, + { + "id": "openseek-6-755b640f05464ed8ac559764fe06796e", + "input": "Sentence 1: Soccer Federation, the Post says the players are determined to promote and pay themselves better than they believe the [USSF] has. Sentence 2: I believe that society has lowered it's value on teachers. Genre: slate." + }, + { + "id": "openseek-6-e54dcdb3e5f54d3088d7862bfcee1b12", + "input": "Sentence 1: He ran to the closet. Sentence 2: He strolled leisurely into the kitchen. Genre: fiction." + }, + { + "id": "openseek-6-9cccc484d14f43d291da8465130ba6c9", + "input": "Sentence 1: The total percentage of Utah's school budget supplied from School Trust Lands is around 2 percent. Sentence 2: Somewhere around 2 percent is the total percentage of Utah's school budget provided by the School Trust Lands. Genre: slate." + }, + { + "id": "openseek-6-5cb2a930f89843bfa6ee429d87d50e0c", + "input": "Sentence 1: oh yeah yeah it's um well of course on the green card you have to pay it when the bill comes in so there isn't any but on the Optima card it's um let's see right now it's running at about it's not too bad it's actually it's about sixteen and a half percent which is pretty good as far as credit cards go Sentence 2: It was great to have such an intense crowd. Genre: fiction." + }, + { + "id": "openseek-6-8354f00f97f04a95beaad4e3aa3578aa", + "input": "Sentence 1: However, it may be more a matter of skill and ability to work in this setting and deliver the needed type of intervention rather than of profession that should determine who should deliver the intervention. Sentence 2: The trees are getting less sunlight and may begin dropping their leaves soon. Genre: travel." + }, + { + "id": "openseek-6-2f8a496205984eaa9528f44c66dae828", + "input": "Sentence 1: The Turks' Indian empire in splinters, it passed into the hands of Afghan horse-breeders the Lodi who later succumbed to his descendants, the Mughals. Sentence 2: The approaches varied greatly between participants. Genre: travel." + }, + { + "id": "openseek-6-118961c4ca264498b0a8a96a33987b3b", + "input": "Sentence 1: A Newsweek columnist says that the case did not divide blacks and whites Sentence 2: We must. Genre: slate." + }, + { + "id": "openseek-6-0b0311f3b6184b4fa9bae35fe2f02cf5", + "input": "Sentence 1: rather than to wait until the children are like in school Sentence 2: Internet explorer is the worst browser. Genre: slate." + }, + { + "id": "openseek-6-b4f7c12bb76342d6971f8d2fa2395dd2", + "input": "Sentence 1: The core issues of the FFC study concerned the valueadded of design Sentence 2: Adding value through design is difficult. Genre: government." + }, + { + "id": "openseek-6-cc078894ca9b4903991f7b19c1398302", + "input": "Sentence 1: yeah but uh well i guess like like like i said my favorite show what's your favorite shows or you like the news formats Sentence 2: The sculpture is one that sticks in the mind. Genre: telephone." + }, + { + "id": "openseek-6-7a75e68827914728afe5b8b13083bd7a", + "input": "Sentence 1: They are also generally permitted to travel to and from the United States without restriction under U.S. immigration laws. Sentence 2: You need to examine at least 5 stores and 50 products to be able to discern this. Genre: government." + }, + { + "id": "openseek-6-cba49f8195534ea2a2c0b6d46120d5a2", + "input": "Sentence 1: In Tivoli itself, overlooking the Roman plain, the Villa d'Este is a 16th-century counterpart, celebrating all the extravagance of the late Renaissance. Sentence 2: The loan guarantee subsidy cost is the long-term cost to the government of mortgage guarantees. Genre: government." + }, + { + "id": "openseek-6-1e5fd327fb7544e5a8d772aa3d1c05ec", + "input": "Sentence 1: kids with elderly people in the winter time they shovel their snow they have a big brother big sister program they have bottle drives they have cleanup outings Sentence 2: When I spent an hour investigating the room, yes. Genre: telephone." + }, + { + "id": "openseek-6-3f266a03da104fd09a1ab38e65ba3e23", + "input": "Sentence 1: However and wherever you choose to travel in France, one important piece of even if you can't speak French properly, it's well worth learning just a few words. Sentence 2: Roberts is charismatic. Genre: travel." + }, + { + "id": "openseek-6-a9577ba0cfba4bcb87934bf06bac4578", + "input": "Sentence 1: the last one i saw was Dances Of The With The Wolves Of The Wolves Sentence 2: The museum and gallery have okay restaurants and cafes. Genre: telephone." + }, + { + "id": "openseek-6-454c49c4879c4ebe9549d3c705619750", + "input": "Sentence 1: It provides an analytical perspective on the Government because it shows the short- and long-term direction of current programs. Sentence 2: Showing the short and long term directions of the current government programs provides a new perspective. Genre: government." + } + ], + "License": [ + "OANC" + ] +} \ No newline at end of file diff --git a/openseek/competition/LongContext-ICL-Annotation/data/openseek-7_jeopardy_answer_generation_all.json b/openseek/competition/LongContext-ICL-Annotation/data/openseek-7_jeopardy_answer_generation_all.json new file mode 100644 index 0000000..b1885e4 --- /dev/null +++ b/openseek/competition/LongContext-ICL-Annotation/data/openseek-7_jeopardy_answer_generation_all.json @@ -0,0 +1,40507 @@ +{ + "task_id": "openseek-7", + "task_name": "openseek-jeopardy_answer_generation_all", + "Definition": [ + "You will be given a trivia clue, and the category it belongs to. You should answer with the best answer that belongs in the category and is described by the clue. For simplicity, answers should be in all lower cased letters." + ], + "examples": [ + { + "id": "openseek-7-dd06100a4d5341ca96fcc7e99380d565", + "input": "Category: KANSAS CITY, KANSAS HERE WE COME \nClue: The Kansas 400 at KCK's Kansas Speedway is part of this auto racing organization's Nextel Cup", + "output": [ + "nascar" + ] + }, + { + "id": "openseek-7-a945f9b1134c43ae9b8b0b50293af208", + "input": "Category: COFFEE \nClue: Ladyfingers are a common ingredient of this coffee-flavored Italian dessert", + "output": [ + "tiramisu" + ] + }, + { + "id": "openseek-7-62354eb1b686480e8ac83b8438c6c66d", + "input": "Category: MILITARY POWER \nClue: Contour flying is when a pilot flies low, following the Earth's contours, to avoid this", + "output": [ + "radar" + ] + }, + { + "id": "openseek-7-553680bd99d041708581b991b0f4b95e", + "input": "Category: SKY HIGH \nClue: Aon center at 707 Wilshire Blvd", + "output": [ + "los angeles" + ] + }, + { + "id": "openseek-7-da36413c31e64855a8426b2c5617fa39", + "input": "Category: CLASSIC ALBUMS \nClue: He left Mork behind to make the classic comedy album \"A Night at the Met\"", + "output": [ + "robin williams" + ] + }, + { + "id": "openseek-7-8ea8edcb0db04923b0f796a7a6ad49d0", + "input": "Category: BOOKS OF 1970 \nClue: In 1970 Maya Angelou wrote about a \"Caged Bird\" & he flew up the charts with \"Love Story\"", + "output": [ + "erich segal" + ] + }, + { + "id": "openseek-7-1b2ae7136a0d466bb2abaac4982c63c0", + "input": "Category: BRAINBUSTERS \nClue: 2 of the 3 U.S. presidents in the 20th century named William", + "output": [ + "mckinley, taft &/or clinton" + ] + }, + { + "id": "openseek-7-6be2dbb5b0564ebda3f4ef82ff5e18f3", + "input": "Category: WORLD GEOGRAPHY \nClue: This part of the United Kingdom is called \"Cymru\" in its native language", + "output": [ + "wales" + ] + }, + { + "id": "openseek-7-31486e66bae64ed1a00eee5880622342", + "input": "Category: THE CINEMA \nClue: This Eddie Murphy remake of a Jerry Lewis film was the biggest-grossing comedy of the summer in 1996", + "output": [ + "the nutty professor" + ] + }, + { + "id": "openseek-7-4bffb22ecebc42db81a27b7d0b4bfdb2", + "input": "Category: LEGENDS \nClue: The \"Literature Lover's Book of Lists\" says this engineer \"blew his train whistle in a special way\"", + "output": [ + "casey jones" + ] + }, + { + "id": "openseek-7-a9f2dff268ac4fd79001f6f60e58745a", + "input": "Category: BY HALVES \nClue: A \"half\" this is a dive that includes a half backward somersault & ends facing the board", + "output": [ + "kick" + ] + }, + { + "id": "openseek-7-558797ee581c405691d5288b78ae5cc5", + "input": "Category: ANATOMY \nClue: The tongue's taste buds distinguish 4 basic tastes: salty, bitter, sweet & this one", + "output": [ + "sour" + ] + }, + { + "id": "openseek-7-96a06d6a4c504211af575db5b7631ca1", + "input": "Category: \"Z\"OWEE! \nClue: Anthony Quinn won an Oscar for playing the brother of this Mexican revolutionary", + "output": [ + "zapata" + ] + }, + { + "id": "openseek-7-d95b8fd629ed43c8a45eb8ffad5aed0d", + "input": "Category: ANNUAL EVENTS \nClue: An 1876 bank robbery attempt is reenacted during Defeat of Jesse James Days in Northfield in this state", + "output": [ + "minnesota" + ] + }, + { + "id": "openseek-7-d122f50098f14011bf3b469a2cfa3cea", + "input": "Category: HI \nClue: Pop singer Hoku is the daughter of this man, Hawaii's best-known entertainer", + "output": [ + "don ho" + ] + }, + { + "id": "openseek-7-24694a1c8f484131a715b39d9443abf0", + "input": "Category: \"Y\"s UP \nClue: It's right below Saudi Arabia", + "output": [ + "yemen" + ] + }, + { + "id": "openseek-7-16dfe8ce924440a5bb1b432942db235c", + "input": "Category: FASHION DESIGNERS \nClue: This Palm Beach designer of bright prints got started when she needed clothes that hid fruit juice stains", + "output": [ + "lilly pulitzer" + ] + }, + { + "id": "openseek-7-87bd026d33c644039cb309cadc3d3240", + "input": "Category: MAN'S BEST FRIEND \nClue: The dog seen here is the English, not the pit type, of this terrier", + "output": [ + "bull terrier" + ] + }, + { + "id": "openseek-7-d86a2c97c2bf4e958b0c38ea7ebc65af", + "input": "Category: FIX THE PROVERB \nClue: Hear once before you speak twice", + "output": [ + "hear twice before you speak once" + ] + }, + { + "id": "openseek-7-49a90305361d43ba91b0a06c74afb731", + "input": "Category: FRUITS & VEGETABLES \nClue: Blumenkohl is the German name for this vegetable", + "output": [ + "cauliflower" + ] + }, + { + "id": "openseek-7-2bdb370ee2d64229b6dab974231b4f91", + "input": "Category: GROOMING AIDS \nClue: Applicator that lent its name to a derby for women pilots", + "output": [ + "powder puff" + ] + }, + { + "id": "openseek-7-2f7c98df2017438fbb5e3c37bc027495", + "input": "Category: THE NEW YORK TIMES TRAVEL \nClue: In December 2010 the \"In Transit\" blog reported that his boyhood home in Hope, Ark. was named a national historic site", + "output": [ + "bill clinton" + ] + }, + { + "id": "openseek-7-eea72cd258134d62a09ac20e348279bd", + "input": "Category: EMPERORS \nClue: It's uncertain whether this Aztec emperor was killed by Cortez' troops or by his own people", + "output": [ + "montezuma" + ] + }, + { + "id": "openseek-7-53bc3819eb9642b08a38181b51eb53d8", + "input": "Category: NAME GAME \nClue: The fourth-most popular girl's name in 2008, it was also the last name of our 4th president", + "output": [ + "madison" + ] + }, + { + "id": "openseek-7-ac2cc34acfbf45fba3563047fe19aa02", + "input": "Category: AMERICAN POETRY \nClue: He wrote \"Memorial Rain\" for his brother Kenneth MacLeish, a pilot whose plane was shot down during WWI", + "output": [ + "archibald macleish" + ] + }, + { + "id": "openseek-7-ada8a34db88c4584bd0bd1185112ef49", + "input": "Category: WHO'S AFRAID OF VIRGINIA? \nClue: In 1826 James Madison succeeded this other former U.S. president as rector of the University of Virginia", + "output": [ + "thomas jefferson" + ] + }, + { + "id": "openseek-7-449a423fb6fa44f08ec963315c552445", + "input": "Category: PRINCE SONGS A LA TREBEK \nClue: \"That's when I saw her, oo, I saw her, she walked in through the out door, out door, she wore\" this", + "output": [ + "\"raspberry beret\"" + ] + }, + { + "id": "openseek-7-175383ca2ff64bd5bd91b569cc4467e6", + "input": "Category: SHAKESPEARE \nClue: She cleverly disguises herself as a lawyer & saves Antonio from Shylock's revenge", + "output": [ + "portia" + ] + }, + { + "id": "openseek-7-9883a9b1f76349328f6a95b23585e1a0", + "input": "Category: DUDE-ERONOMY \nClue: Sweet! The fifth chapter of Deuteronomy raps out this list of dos & don'ts, just in case we spaced it", + "output": [ + "the ten commandments" + ] + }, + { + "id": "openseek-7-68797a1dd9754e2fbaa1e646b55626cb", + "input": "Category: OK, CORRAL ME \nClue: Don't worry, I show no signs of this, FMD for short--the U.S. hasn't had an outbreak since 1929 & let's keep it that way", + "output": [ + "foot-and-mouth disease" + ] + }, + { + "id": "openseek-7-93a14a758ce74124a1100fdd4bc10a01", + "input": "Category: CLOTHING WORDS \nClue: To lose footing on icy ground", + "output": [ + "slip" + ] + }, + { + "id": "openseek-7-1fc34f01f48f4a8e8a72093894fb08c9", + "input": "Category: ITALIAN HISTORY \nClue: As he crossed the Rubicon, Julius Caesar said, \"Iacta alea est\", which means this", + "output": [ + "\"the die is cast\"" + ] + }, + { + "id": "openseek-7-ead17c87eabf49c4802ba6a8d37293e9", + "input": "Category: NUMBER, PLEASE \nClue: After this many days of captivity, Iran released the 52 American hostages on January 20, 1981", + "output": [ + "444" + ] + }, + { + "id": "openseek-7-3d5491e2853e42598b4bf675a662a391", + "input": "Category: EARLY AMERICA \nClue: Some Strawberry Bankers did this, named for the personal ownership of vessels preying on enemy ships", + "output": [ + "privateers" + ] + }, + { + "id": "openseek-7-0c5f05438dc84c438b862bf19b696a35", + "input": "Category: WORD ORIGINS \nClue: Aka hump day, it was named for a Norse god", + "output": [ + "wednesday" + ] + }, + { + "id": "openseek-7-1f4ac6c351a24148be37c6ac8196e141", + "input": "Category: WORLD TRAVEL \nClue: Le Musee D'Art Et D'Histoire in Neuchatel in this country boasts a trio of magnificent 18th C. automatons", + "output": [ + "switzerland" + ] + }, + { + "id": "openseek-7-3c2b45b60cf14ec3a462e3f95833c98a", + "input": "Category: FUN WITH THE PERIODIC TABLE \nClue: After helium it's the NeXT noble gas on the table", + "output": [ + "neon" + ] + }, + { + "id": "openseek-7-21c49eed77224f3e8603d56afcc7ece0", + "input": "Category: THE OLD TESTAMENT \nClue: When this wicked Phoenician princess married King Ahab, Ahab adopted her worship of Baal", + "output": [ + "jezebel" + ] + }, + { + "id": "openseek-7-d149db8ce1104c4da94b962bd91b629f", + "input": "Category: ISLANDS \nClue: Despite landmines dating from 1982, penguins use these islands for mating grounds, being too light to set them off", + "output": [ + "the falkland islands" + ] + }, + { + "id": "openseek-7-0e57ab9662eb44b49f49beeaf36ab626", + "input": "Category: THE AFI'S 100 GREATEST LOVE STORIES \nClue: He starred in 6 of the films, including \"Notorious\", \"An Affair to Remember\" & \"To Catch a Thief\"", + "output": [ + "cary grant" + ] + }, + { + "id": "openseek-7-343c50ffa11742a3a630eb464e5b80b5", + "input": "Category: FICTIONAL CHARACTERS \nClue: This 1992 Terry McMillan novel focuses on 4 friends: Robin, Bernadine, Gloria & Savannah", + "output": [ + "\"waiting to exhale\"" + ] + }, + { + "id": "openseek-7-ea9d9632a60f4932908c049a57e36baa", + "input": "Category: AND THE HORSE \nClue: This spotted breed developed by the Nez Perce was praised in Lewis & Clark's journal for its quality", + "output": [ + "the appaloosa" + ] + }, + { + "id": "openseek-7-38b1e1efe17d4c408cf04aea89701bd8", + "input": "Category: ZOOLOGY \nClue: The woolly bear caterpillar grows up to be the Isabella tiger species of this insect", + "output": [ + "moth" + ] + }, + { + "id": "openseek-7-b9d1aab094074e8ea70d971ab2dbb40e", + "input": "Category: THE AMERICAN REVOLUTION \nClue: The Continental Navy won its first victory under Commodore Esek Hopkins at Nassau in these islands", + "output": [ + "bahamas" + ] + }, + { + "id": "openseek-7-eded1bfe565a438b9a27d78554daf114", + "input": "Category: a lower case category \nClue: it's the division of a shakespeare play usually indicated by a lower case roman numeral", + "output": [ + "scene" + ] + }, + { + "id": "openseek-7-327e3bf26e944070903821686be42cb7", + "input": "Category: ACTORS & ACTRESSES \nClue: \"Don't Look Now\", \"Darling\", but this beauty gave one of her finest performances in \"McCabe and Mrs. Miller\"", + "output": [ + "julie christie" + ] + }, + { + "id": "openseek-7-c1c6dcde694944b29ef95573e028ceae", + "input": "Category: THE LAND \nClue: Look east! Japan has long been known by this dawning nickname", + "output": [ + "the land of the rising sun" + ] + }, + { + "id": "openseek-7-ba94cad47aeb454c982696afb48f702d", + "input": "Category: AUTHOR! ARTHUR! \nClue: Born in Budapest, he's best known for his 1940 novel \"Darkness at Noon\"", + "output": [ + "arthur koestler" + ] + }, + { + "id": "openseek-7-cde03bcf66e54b10bfbbf6fe650cc18a", + "input": "Category: NICKNAMES \nClue: He's been called \"The World's Oldest Living Teenager\"", + "output": [ + "dick clark" + ] + }, + { + "id": "openseek-7-304fbe9cb43149cd987d36309a2a99e8", + "input": "Category: ENDS IN \"X\" \nClue: This salty smoked salmon tastes great on a bagel", + "output": [ + "lox" + ] + }, + { + "id": "openseek-7-d0026ef039f244c782eed024899a9de2", + "input": "Category: MAGAZINES \nClue: Tho its London casinos earned 63% of this magazine co.'s profits in 1980, they were sold in 1981", + "output": [ + "playboy" + ] + }, + { + "id": "openseek-7-f85e780eb94b48988dfaee983b43e1be", + "input": "Category: AMERICAN HISTORY \nClue: This volunteer group was born in may 1898 near the bar in San Antonio's Menger Hotel; it existed for just 133 days", + "output": [ + "the rough riders" + ] + }, + { + "id": "openseek-7-7e4ae9c2ade443b6a172a294549d3076", + "input": "Category: DARWIN IN THE GALAPAGOS \nClue: Young Darwin saw himself as a geologist, & his 1st entry on the isles says, \"They are all formed of... rocks\" from this event", + "output": [ + "a volcanic eruption" + ] + }, + { + "id": "openseek-7-c8b05967fc834a308b4807f52203a092", + "input": "Category: THE FRENCH REVOLUTION \nClue: It's the English translation of the 3-word slogan of the French Revolution", + "output": [ + "liberty, equality, fraternity" + ] + }, + { + "id": "openseek-7-0032f8aea0da4075ab28b8194ff812d5", + "input": "Category: BLOGS & BLOGGERS \nClue: Hear his thoughts on everyday life & link to his \"Dilbert\" strips at his blog", + "output": [ + "adams" + ] + }, + { + "id": "openseek-7-39aabe651be84c0e83ea399fda9665f1", + "input": "Category: SEEING THE LIGHT \nClue: Light can be interpreted either as particles called these or as waves called, uh, waves", + "output": [ + "photons" + ] + }, + { + "id": "openseek-7-269297a52ed64967a0feae9dac5ec6ee", + "input": "Category: OFFICIAL STATE STUFF \nClue: Since Wisconsin is \"America's Dairyland\", this is its state beverage", + "output": [ + "milk" + ] + }, + { + "id": "openseek-7-96e4c55efe994840b7e3bb0d836f7ed8", + "input": "Category: CELTICS \nClue: Celtic languages are still spoken in parts of Ireland & this \"New\" Canadian province that includes Cape Breton Sound", + "output": [ + "nova scotia" + ] + }, + { + "id": "openseek-7-745e7c2393354df4b44226daef02b1ee", + "input": "Category: PUT IT ON! PUT IT ON! \nClue: The oldest apparel trademark in America, Calvin & Ralph wore them", + "output": [ + "levis" + ] + }, + { + "id": "openseek-7-6959324a965b43f3bf70b55f550ec7f1", + "input": "Category: THE BODY HUMAN \nClue: This pancreatic hormone is produced in specialized cells in the Islets of Langerhans", + "output": [ + "insulin" + ] + }, + { + "id": "openseek-7-5deaa9e7a6ef4db4ba784a6e5d3232d5", + "input": "Category: RHYMES WITH TEEN \nClue: A hereditary unit", + "output": [ + "a gene" + ] + }, + { + "id": "openseek-7-00df61e47ecc4751b77ad11a4aa741e2", + "input": "Category: STUPID SHOW BIZ ANSWERS \nClue: It was the title of the last big-screen remake of \"Beau Geste\", released in 1977", + "output": [ + "the last remake of beau geste" + ] + }, + { + "id": "openseek-7-b1f3c5276ef748628e74cf7aa4ed166b", + "input": "Category: \"OVER\" & \"UNDER\" \nClue: From the Old Norse for \"having one's eyes closed\", it's a serious mistake or oversight", + "output": [ + "a blunder" + ] + }, + { + "id": "openseek-7-953ac1600a6848a9a203e12c5016f486", + "input": "Category: AN ACTOR'S LIFE \nClue: An actor's \"rep\" (representation) may get him booked into \"rep\", one of these theater groups", + "output": [ + "repertory" + ] + }, + { + "id": "openseek-7-ebe22725dcc8420ba2975b02753a64ca", + "input": "Category: FOOD \nClue: Lactobacillus bulgaricus is added to milk to make this thick semi-solid dairy product", + "output": [ + "yogurt" + ] + }, + { + "id": "openseek-7-289e83a6b10a4a84b9ad09b2bca41d82", + "input": "Category: CHECK YOUR OIL \nClue: This country is the world's largest producer of crude oil & is home to the world's largest oil reserves", + "output": [ + "saudi arabia" + ] + }, + { + "id": "openseek-7-5b6fd43b532242daa527509a5f00450c", + "input": "Category: CELEBRITY RELATIVES \nClue: This former brother-in-law of Angela Lansbury co-starred with her in \"Death on the Nile\" as Hercule Poirot", + "output": [ + "peter ustinov" + ] + }, + { + "id": "openseek-7-192b65d866774c209bbec1ede897089a", + "input": "Category: MUSEUMS \nClue: A Dover, Delaware museum depicts the history of this early phonograph", + "output": [ + "victrola" + ] + }, + { + "id": "openseek-7-27d8f6c54d694c798d714433fc0fd483", + "input": "Category: MMM...BEER \nClue: \"Take off, eh!\" The McKenzie bros. of \"SCTV\" did commercials touting this Canadian beer", + "output": [ + "molson\\'s" + ] + }, + { + "id": "openseek-7-2c0093c6d4934904a13dc1ed5ad562c8", + "input": "Category: SATIRE \nClue: Waugh's California-set caricature of the American funeral industry", + "output": [ + "the loved one" + ] + }, + { + "id": "openseek-7-6eb1b152892944a4aedbee90af8dc0b4", + "input": "Category: \"BOOK\"S \nClue: It has lyrics & chords & is often used by cocktail lounge pianists instead of standard sheet music", + "output": [ + "a fake book" + ] + }, + { + "id": "openseek-7-fc9685b5ed254057b6e25d3dea2f3f69", + "input": "Category: U.S. STATESMEN \nClue: Between 1803 & 1848, he served as a U.S. senator, Sec. of State, president & congressman, in that order", + "output": [ + "john quincy adams" + ] + }, + { + "id": "openseek-7-f8cb9ed7ac9044dc91548410a54d329b", + "input": "Category: '90S OSCAR WINNERS \nClue: His 12 nominations for movies of the decade produced 1 win, Best Original Score for “Schindler's List”", + "output": [ + "john williams" + ] + }, + { + "id": "openseek-7-227393c101d2431faf43547d67b21ae2", + "input": "Category: SPORTS RULES, MAN! \nClue: In this track & field event, a 45-meter-long runway can front a 9-meter-long moistened sandpit", + "output": [ + "long jump" + ] + }, + { + "id": "openseek-7-8231aa61591548128251d29b007fd3bb", + "input": "Category: GUYANESE GEOGRAPHY \nClue: One of Guyana's largest cities, it's also an old name for New York City", + "output": [ + "new amsterdam" + ] + }, + { + "id": "openseek-7-2a352a981d374371881d7ce19fb2abd4", + "input": "Category: MEDICINE \nClue: For an upper GI you drink this; for a lower GI... well, we won't talk about that", + "output": [ + "barium" + ] + }, + { + "id": "openseek-7-0df311f563594a65b2d3f99a7236b701", + "input": "Category: FOOD FACTS \nClue: Kentucky burgoo is a thick one of these made with meat vegetables", + "output": [ + "a stew" + ] + }, + { + "id": "openseek-7-c8ee412f501b40769852812ba95063dc", + "input": "Category: COMPOSE YOURSELF \nClue: This composer's shows \"Cats\" & \"Phantom of the Opera\" have won a total of 14 Tonys", + "output": [ + "andrew lloyd webber" + ] + }, + { + "id": "openseek-7-5e9cc0b2f19246329bbde056136720d0", + "input": "Category: NICKNAMES REJECTED BY P. DIDDY \nClue: It's a burger with cheese & grilled onions on rye bread and toasted in an iron skillet", + "output": [ + "patty melt" + ] + }, + { + "id": "openseek-7-940bfd2d66874ff0b2e27c7d7834aa89", + "input": "Category: U.S. PRESIDENTS \nClue: Among his nicknames were \"King Andrew the First\" & \"The Hero of New Orleans\"", + "output": [ + "andrew jackson" + ] + }, + { + "id": "openseek-7-191a1aacb48d471782a6a2154d54116d", + "input": "Category: \"THE\" \nClue: National League ballpark that commonly uses the word \"the\" in its title", + "output": [ + "the astrodome" + ] + }, + { + "id": "openseek-7-2a321c85745244d38b443b9dfb6df3f6", + "input": "Category: WEIRD & WONDERFUL GUINNESS RECORDS \nClue: Collectively the world's longest, these 10 body parts on Lee Redmond of Salt Lake City measured 261 in.", + "output": [ + "her fingernails" + ] + }, + { + "id": "openseek-7-bce9a4107b28432ea12a38afa2cab8e2", + "input": "Category: THIS IS JEOPARDY! \nClue: On the original version, this was the highest dollar value on the Double Jeopardy! board", + "output": [ + "$100" + ] + }, + { + "id": "openseek-7-176b00d4f0894b41b8891d8ccc4daa22", + "input": "Category: NEWER WORDS & PHRASES \nClue: (Sarah, with the rest of the Clue Crew, reports while driving a bumper car) It's a 2-word alliterative term for the aggressive behavior displayed by angry drivers", + "output": [ + "road rage" + ] + }, + { + "id": "openseek-7-9f05e9798a2648029dc3b176f96248f4", + "input": "Category: \"AZ\" I WAS SAYING \nClue: The title of this 1969 Alfred Hitchcock film comes from the code name of a French spy ring", + "output": [ + "topaz" + ] + }, + { + "id": "openseek-7-cc01982447ea4c0aabfac4ff1cdf0512", + "input": "Category: FUNNY FOR NOTHIN' \nClue: This deadpan comic said, \"I installed a skylight in my apartment... The people who live above me are furious\"", + "output": [ + "steven wright" + ] + }, + { + "id": "openseek-7-f79028f0f0dc4d4bb1d35ffb60542241", + "input": "Category: DR. NO...GUCHI \nClue: Dr. Noguchi concluded that in 1981 this star lost her life less than 200 yards from shore", + "output": [ + "natalie wood" + ] + }, + { + "id": "openseek-7-5239aaacb23541c1bf598bc893b1766b", + "input": "Category: MAYOR PLAYER \nClue: On the David Lynch TV series, Dwayne Milford, played by John Boylan, was mayor of this northwest town", + "output": [ + "twin peaks" + ] + }, + { + "id": "openseek-7-5bb936050a6c4b3c91b7b82fdb8cd3b9", + "input": "Category: LEGENDARY CREATURES \nClue: This creature is the offspring of the wife of Minos & a snow-white bull", + "output": [ + "the minotaur" + ] + }, + { + "id": "openseek-7-cca680098ed34d1a850ddb2bdcd0ec39", + "input": "Category: NOT SO RECENT SCIENCE \nClue: In 1891 Brucia, the 323rd asteroid discovered, was unique as it was the first one found by using these", + "output": [ + "photographs" + ] + }, + { + "id": "openseek-7-9d68206a4c684630bd52bc232e80de2a", + "input": "Category: BODIES OF WATER \nClue: Sittwe, Burma & Calcutta, India are major ports on this bay", + "output": [ + "the bay of bengal" + ] + }, + { + "id": "openseek-7-23fb6222eb954653b5101392c097d0c7", + "input": "Category: TEENS IN HISTORY \nClue: As a teen Walter Raleigh served with the armies of these French Protestants", + "output": [ + "the huguenots" + ] + }, + { + "id": "openseek-7-bb15d64c61604efba6c09e06ed51c7d7", + "input": "Category: ROCKS FOR JOCKS \nClue: Slate is this type of rock, the result of alterations to existing rocks", + "output": [ + "metamorphic" + ] + }, + { + "id": "openseek-7-87225de5387041f4a1a55072e0619311", + "input": "Category: ATHLETES \nClue: She shot out of Sweden to win the world championship of women's golf in 1995 & 1996", + "output": [ + "annika sorenstam" + ] + }, + { + "id": "openseek-7-0cb48ed8c00a4b2cbe4ec1041483b847", + "input": "Category: JUST DESSERTS \nClue: Enjoy a cookie with chips of white chocolate & this Hawaiian nut", + "output": [ + "macadamia nuts" + ] + }, + { + "id": "openseek-7-83272fd1346040cdb7aff626e56e5cd5", + "input": "Category: MONEY MATTERS \nClue: Applying for college? Consider going for one of these $4,000 grants, named for a Rhode Island senator in 1980", + "output": [ + "a pell grant" + ] + }, + { + "id": "openseek-7-8cf3295dc9f34ff29a014a353aef925b", + "input": "Category: THE 5th BEATLE \nClue: This Beatles producer started out making comedy records with Peter Sellers", + "output": [ + "george martin" + ] + }, + { + "id": "openseek-7-dc1de43594394553a968a145dccf9a01", + "input": "Category: AROUND THE WORLD \nClue: It's the continent where you'll find Queen Maud Land & the Queen Maud Mountains", + "output": [ + "antarctica" + ] + }, + { + "id": "openseek-7-531e99cce5f14e2b94bf052a66b2d844", + "input": "Category: NOW THAT'S INVENTIVE! \nClue: In the late 19th century, Ellen Eglui invented this washing machine attachment that saved a lot of drying time", + "output": [ + "a wringer" + ] + }, + { + "id": "openseek-7-1192371f94484b1cb08b05c70338e1d3", + "input": "Category: I'LL ALWAYS BE \"TRUE\" \nClue: It follows \"E!\" in the title of a cable TV show that reveals \"Tinseltown's Steamiest Secrets\"", + "output": [ + "true hollywood story" + ] + }, + { + "id": "openseek-7-3da51908fab448eb869a9805ab79ca78", + "input": "Category: MAY-DECEMBER MOVIES \nClue: In 1985's \"Murphy's Romance\", this actor romanced Sally Field", + "output": [ + "james garner" + ] + }, + { + "id": "openseek-7-d0a28bcc4fda4ce985fc996ac2b0b984", + "input": "Category: THE NEW YORK TIMES SCIENCE TIMES \nClue: A Times headline said Beelzebufo ampinga, at 10 pounds the largest of these ever, \"hopped with dinosaurs\"", + "output": [ + "a frog" + ] + }, + { + "id": "openseek-7-b08bea319c1f4dba97432ead7bfb4be0", + "input": "Category: GRAY MATTERS \nClue: This hemisphere of the brain generally governs musical & artistic creativity", + "output": [ + "right" + ] + }, + { + "id": "openseek-7-ba1764d0fff44cb6b598d6918e85649a", + "input": "Category: MUSICAL NICKNAMES \nClue: Ferdinand Joseph Morton", + "output": [ + "\"jelly roll\"" + ] + }, + { + "id": "openseek-7-c1f73d7bef334804be15bb47bf53ab61", + "input": "Category: ODD WORDS \nClue: People were \"aurified\" by King Midas; he turned them into this", + "output": [ + "gold" + ] + }, + { + "id": "openseek-7-62e2b00f1c734bd3b11be47a8df8ab3c", + "input": "Category: COUNTRIES OF THE WORLD \nClue: About 90% of the people of this country which borders Burundi on the north are Hutu, about 9% Tutsi", + "output": [ + "rwanda" + ] + }, + { + "id": "openseek-7-afc3ac5f4d2441deb8dc5189f75defda", + "input": "Category: LYIN' IN WINTER \nClue: In Jan. 2008 this former Olympic golden girl was sentenced to 6 months for lying about steroids & check fraud", + "output": [ + "jones" + ] + }, + { + "id": "openseek-7-ac3fa3e55dd74f77ac6b782416dd2add", + "input": "Category: BILL NYE THE SCIENCE GUY \nClue: When you drink with a straw, you're creating a partial one of these spaces that contain no matter", + "output": [ + "vacuum" + ] + }, + { + "id": "openseek-7-3022a20c84f04f5a80fb5c556dbf4a20", + "input": "Category: BOOKS OF THE MONTHS \nClue: President Reagan called this 1984 novel, Tom Clancy's first, a \"perfect yarn\"", + "output": [ + "\"the hunt for red october\"" + ] + }, + { + "id": "openseek-7-b0aff55ea09041e7947c8d77761dd4d0", + "input": "Category: THEY ATTENDED UW \nClue: Dyan Cannon plays Judge Cone, she of the sexy Wattles, on this TV show", + "output": [ + "ally mcbeal" + ] + }, + { + "id": "openseek-7-eba34f64f2ae41ccb7ac523198cda52f", + "input": "Category: SLANG \nClue: \"Cabbage\" & this other basic salad ingredient are both slang for paper money", + "output": [ + "lettuce" + ] + }, + { + "id": "openseek-7-92e1d87c8ba247149b9319f4acf12fd4", + "input": "Category: U.S. CITIES \nClue: Delaware's largest city was named for the Earl of this", + "output": [ + "wilmington" + ] + }, + { + "id": "openseek-7-ac0b6fbe332644f9b422cce9fed0b89a", + "input": "Category: AMERICAN CITIES \nClue: The final draft of the U.S. Constitution was composed in this city in September 1787", + "output": [ + "philadelphia" + ] + }, + { + "id": "openseek-7-6950041e7d0d433dabf29fc639bbff4c", + "input": "Category: GREAT MOMENTS IN TRAVEL \nClue: Johannes Badrutt, a St. Moritz hotel keeper, first convinced summer guests you could visit this country in winter, too", + "output": [ + "switzerland" + ] + }, + { + "id": "openseek-7-c7331341bd6c46c5a5f9ddc80d179d62", + "input": "Category: MAYOR PLAYER \nClue: In \"Milk\", Victor Garber portrayed this slain San Francisco mayor", + "output": [ + "george moscone" + ] + }, + { + "id": "openseek-7-805568c2f20947d3beeb7bc23b00c1d5", + "input": "Category: A BARRY MANILOW SONGBOOK \nClue: \"Then the punches flew, & chairs were smashed in two, there was blood & a single gunshot but just who shot who?\"", + "output": [ + "\"copacabana\"" + ] + }, + { + "id": "openseek-7-071b3c47169f4ed9ba49c102a33c2206", + "input": "Category: THE NEW YORK TIMES SCIENCE TIMES \nClue: Glen Canyon, inundated by the formation of this man-made Utah lake, is becoming visible again as the lake dries up", + "output": [ + "lake powell" + ] + }, + { + "id": "openseek-7-721862b1479f4688ad33866675a290cd", + "input": "Category: ALPHABETICALLY FIRST \nClue: Of Miriam's Biblical brothers", + "output": [ + "aaron" + ] + }, + { + "id": "openseek-7-bf4c2042034c41b590082ceddd4ea9f6", + "input": "Category: THE NEW YORK TIMES SPORTS \nClue: This \"most primal sport... has been condemned since Cain & Abel, but it's still here... on barges or in barrooms\"", + "output": [ + "boxing" + ] + }, + { + "id": "openseek-7-d272d1ac40b74311a9256b5e9f5af40e", + "input": "Category: FROM TV TO FILM \nClue: In 1984 he was Skip Tarkenton on the sitcom \"The Duck Factory\"; he gained \"almighty\" powers in 2003", + "output": [ + "jim carrey" + ] + }, + { + "id": "openseek-7-7a4eb23f7e02404daba42ec2d4e52a3c", + "input": "Category: AROUND A MONOPOLY BOARD \nClue: It's bordered by Mediterranean Avenue & Boardwalk", + "output": [ + "go!" + ] + }, + { + "id": "openseek-7-485a0a0ded094d6cbbd283c79913c06c", + "input": "Category: EARLY AMERICAN HISTORY \nClue: In 1612 John Rolfe introduced a new type of Trinidad tobacco to this settlement", + "output": [ + "jamestown" + ] + }, + { + "id": "openseek-7-f4cb2b9b4dfe4071a7e04126db6a0953", + "input": "Category: GRAPES \nClue: Ths underwear maker's logo contains fig leaves, an apple & different types of grapes", + "output": [ + "fruit of the loom" + ] + }, + { + "id": "openseek-7-3220abd9f64342a8a3356b4b915a1cac", + "input": "Category: 1980s FILM FACTS \nClue: Leonard Maltin said this '84 mermaid film was \"A bit too long, but...I really don't want to carp\"", + "output": [ + "splash" + ] + }, + { + "id": "openseek-7-0c93bb92169943c28a9d4791f3d6ab2d", + "input": "Category: \"M.J.\" \nClue: He led the Lakers to 5 NBA Championships in the '80s", + "output": [ + "magic johnson" + ] + }, + { + "id": "openseek-7-955357552c5044f9a3fac750a1e7aabc", + "input": "Category: YOU GLOW! \nClue: In 1862 Dungeness, on the Strait of Dover, became one of the first of these to use electric illumination", + "output": [ + "lighthouse" + ] + }, + { + "id": "openseek-7-680376dd7c184faeb8783a5be43b909e", + "input": "Category: ENGLISH LIT \nClue: We'll leave it up to you whether this author was a \"Plain Jane\"", + "output": [ + "jane austen" + ] + }, + { + "id": "openseek-7-9f54ce67927042949652591757d467c3", + "input": "Category: A FLY CATEGORY \nClue: They are the 2 planets mentioned in the classic tune \"Fly Me To The Moon\"", + "output": [ + "jupiter & mars" + ] + }, + { + "id": "openseek-7-2498adfd57b34ef39feddebe0de3a6e4", + "input": "Category: BRITISH NOBILITY \nClue: In 1702 military hero John Churchill became this \"man\" as the first Duke of it", + "output": [ + "marlborough" + ] + }, + { + "id": "openseek-7-93c875882b73445e9bbb14a1fb52a5da", + "input": "Category: YOU CAN CZECH OUT ANY TIME YOU LIKE \nClue: 81 members serve 6-year terms in this smaller of the 2 houses of the Czech Parliament", + "output": [ + "the senate" + ] + }, + { + "id": "openseek-7-2ed256b2ae7948b3a1620da7882954f7", + "input": "Category: HOMINA HOMINA HOMONYMS \nClue: Sound a dog makes, or the part of a tree that doesn't appreciate a dog's company", + "output": [ + "bark" + ] + }, + { + "id": "openseek-7-83bf1e8670c04bd8b4e549e7dbeab0bb", + "input": "Category: OPERA \nClue: Originally, this composer's opera \"Rigoletto\" was titled \"La Maledizione\" (\"The Curse\")", + "output": [ + "giuseppe verdi" + ] + }, + { + "id": "openseek-7-6f8b226626734f4287d49e51b82dbef2", + "input": "Category: COUNTRIES' NATIVE NAMES \nClue: Sverige", + "output": [ + "sweden" + ] + }, + { + "id": "openseek-7-f225a1032b414d94aaf61f08810e5c1e", + "input": "Category: NAMES YOU SHOULD KNOW \nClue: Sharing her first name with Robin Hood's sweetie, this African-Amer. contralto earned the 1963 Pres. Medal of Freedom", + "output": [ + "marian anderson" + ] + }, + { + "id": "openseek-7-541664258b84495d8b86dea2d7d7c3a6", + "input": "Category: \"I\" \nClue: It's the scientific study of fish", + "output": [ + "ichthyology" + ] + }, + { + "id": "openseek-7-2cb8e605bfa940fdac96aa717ee803e9", + "input": "Category: ODDS & ENDS \nClue: The Time Almanac states \"There is little reason to believe that the architects intended\" this \"to lean\"", + "output": [ + "the leaning tower of pisa" + ] + }, + { + "id": "openseek-7-a3a0ecb805d0418fb8a0b42f260ef913", + "input": "Category: BROADWAY DEBUTS \nClue: In 2006, in her first big project since giving birth to twins, she starred on Broadway in \"Three Days of Rain\"", + "output": [ + "julia roberts" + ] + }, + { + "id": "openseek-7-82f46dd0e86644878e1221ba49d7c38f", + "input": "Category: \"VE\" DAY \nClue: It was once known as New Connecticut", + "output": [ + "vermont" + ] + }, + { + "id": "openseek-7-62cf242ed6c44a748d091911e826749e", + "input": "Category: YOU'VE GOT COMPANY \nClue: Zeiss produces some of the finest of these for cameras, like the telephoto Planar T", + "output": [ + "lenses" + ] + }, + { + "id": "openseek-7-c4de393bdbea4f7a8232b8c68b93cd6a", + "input": "Category: \"MATE\" \nClue: This word is from the Latin for the punishment of every tenth man chosen by lot", + "output": [ + "decimate" + ] + }, + { + "id": "openseek-7-ee24b279b731479ab7e2ec9a70388fc7", + "input": "Category: RUSSIAN GEOGRAPHY \nClue: In 1961 Nikita Khrushchev changed its name to Volgograd; this name had lasted almost 40 years", + "output": [ + "stalingrad" + ] + }, + { + "id": "openseek-7-5e8f9a6a121247858c2e1c410963dd51", + "input": "Category: AN ERNEST CATEGORY \nClue: With his brother Julio, he created one of the world's largest winemaking empires", + "output": [ + "ernest gallo" + ] + }, + { + "id": "openseek-7-f7c5b55ad8ab4e31aff154d4c49776f1", + "input": "Category: ANATOMY \nClue: Name shared by the joints of the skull & a surgical \"stitch\"", + "output": [ + "sutures" + ] + }, + { + "id": "openseek-7-a4419ba2595f4eeb9b1e02feb0ff8c9e", + "input": "Category: SEYCHELLES \nClue: The Seychelles is home to these color-changing lizards", + "output": [ + "chameleons" + ] + }, + { + "id": "openseek-7-8c89ad02f31449558ca106fa52b635c3", + "input": "Category: 3-LETTER WORDS \nClue: An eye irritation, or a pigpen", + "output": [ + "sty" + ] + }, + { + "id": "openseek-7-74008e38bd684d7394817efa088c9943", + "input": "Category: LAKES & RIVERS \nClue: Even though it's the world's second longest river, it still has the world's largest drainage basin", + "output": [ + "amazon" + ] + }, + { + "id": "openseek-7-294c8bcae9104ecda8109ffc19b250f3", + "input": "Category: INDIANA \nClue: This port city on Lake Michigan was founded by U.S. Steel & can produce 7 million tons of steel a year", + "output": [ + "gary" + ] + }, + { + "id": "openseek-7-dfcaae3dfe6449c883f503fee119ffb8", + "input": "Category: 30 YEARS AGO: SEPTEMBER 1967 \nClue: Like a rock this dependency voted to remain solidly under British control", + "output": [ + "gibraltar" + ] + }, + { + "id": "openseek-7-d528db6c0921489e9fb70a287506ce80", + "input": "Category: DORM CUISINE \nClue: Sonny the Cuckoo Bird enthusiastically recommends this cereal for breakfast, lunch & dinner", + "output": [ + "cocoa puffs" + ] + }, + { + "id": "openseek-7-ecc3e3068b1648b9858764670c799d37", + "input": "Category: ALL MY CHILDREN \nClue: Mary, Elizabeth & Edward VI were his children", + "output": [ + "henry viii" + ] + }, + { + "id": "openseek-7-f16b6f7678bb40418c704d1601d8d599", + "input": "Category: CHEMISTRY \nClue: It's a system of small particles \"hanging\" in a liquid; paint, for example", + "output": [ + "suspension" + ] + }, + { + "id": "openseek-7-80190a34dbb84b38884866e7a5a10d51", + "input": "Category: YES, DEER \nClue: It made zoological news in 2008 when Asian mouse deer were seen escaping predators by this means of locomotion", + "output": [ + "swimming" + ] + }, + { + "id": "openseek-7-1433aa0743f7473d915468b6b87a1be8", + "input": "Category: 10-LETTER WORDS \nClue: It's the longest side of a right triangle", + "output": [ + "hypotenuse" + ] + }, + { + "id": "openseek-7-54a363e3ea0b41c3a45ae72bcb28ed6e", + "input": "Category: MONEY & FINANCE \nClue: When stocks are in an upward trend, it's a bull market; as they drop, it's called this", + "output": [ + "bear market" + ] + }, + { + "id": "openseek-7-198eca2221d24f53b7ea0daf56fd9325", + "input": "Category: I WANT TO BE A FIREFIGHTER \nClue: Of the main types of fire trucks, this type is used to gain access to upper stories of buildings", + "output": [ + "ladder truck" + ] + }, + { + "id": "openseek-7-8e947d8ecb42429ca54077abeb02cffe", + "input": "Category: HERE COMES THE \"SUN\" \nClue: In tan-speak, it's what SPF stands for", + "output": [ + "sun protection factor" + ] + }, + { + "id": "openseek-7-796f7e953bf14d94abfd89bacd4568e4", + "input": "Category: THE OLYMPICS OF 1980 \nClue: This man was elected president of the IOC just before the summer games; he's still there", + "output": [ + "juan antonio samaranch" + ] + }, + { + "id": "openseek-7-1f6104cee12b473583ed4bb000b62f84", + "input": "Category: STARRY NIGHT \nClue: The helix nebula is in this constellation, whose \"arm\" holds 5 stars suggesting a water pitcher", + "output": [ + "aquarius" + ] + }, + { + "id": "openseek-7-88dfa188180e4d94bfcfdefb3b39b754", + "input": "Category: CONTEMPORARIES \nClue: While Bunyan was making progress with his Pilgrim, this Puritan was in charge of defending Providence", + "output": [ + "roger williams" + ] + }, + { + "id": "openseek-7-575831d3471141cbbb31b406ab3c4c53", + "input": "Category: AMERICAN LITERATURE \nClue: Queequeg, a tattooed cannibal, is Starbuck's harpooner aboard the Pequod in this 1851 novel", + "output": [ + "\"moby dick\"" + ] + }, + { + "id": "openseek-7-0d541f431fb141368e7c147ecd3f618d", + "input": "Category: AN ANTONYM OF BOTH... \nClue: ...cash & blame", + "output": [ + "credit" + ] + }, + { + "id": "openseek-7-c72a6b38e0d0477bae9112e519ccbb9a", + "input": "Category: ARNOLD \nClue: Inspired by his years in India, Sir Edwin Arnold's blank-verse epic \"The Light of Asia\" told of this religion founder", + "output": [ + "buddha" + ] + }, + { + "id": "openseek-7-427e7ea62c2c41888d9f41f88b6b1861", + "input": "Category: BUSINESS & INDUSTRY \nClue: This company's figures show about 7% of present U.S. work force got its start working for them", + "output": [ + "mcdonald\\'s" + ] + }, + { + "id": "openseek-7-0c0470128c2c4926bd87c1a98dc2ad01", + "input": "Category: IT'S ALL ABOUT \"U\" \nClue: These mystical scriptures of Hinduism date from about 900 B.C.", + "output": [ + "the upanishads" + ] + }, + { + "id": "openseek-7-7d0df4175a3b414da47c567be9d015df", + "input": "Category: ANCIENT SCIENCE \nClue: The ancient Sumerian number system, based on 60, is still used today to measure this", + "output": [ + "time" + ] + }, + { + "id": "openseek-7-18316a9bdfd1432a9975a8e46deed225", + "input": "Category: ROBBERS \nClue: A noble who stole from those passing through his lands, or a U.S. capitalist who became rich unethically", + "output": [ + "a robber baron" + ] + }, + { + "id": "openseek-7-b7f38704cb4f4ee78a4ada8239095275", + "input": "Category: THE NAACP \nClue: This future Supreme Court justice won 29 of the 32 cases he argued before the court as a lawyer for the NAACP", + "output": [ + "thurgood marshall" + ] + }, + { + "id": "openseek-7-0d0ae94447194b93b18d20084fa5ab10", + "input": "Category: MICHIGAN \nClue: The wives of the co-founders of the city now home to the University of Michigan both had this first name", + "output": [ + "ann" + ] + }, + { + "id": "openseek-7-da29a7d12f12486bac3204a357533cf2", + "input": "Category: FRENCH NOVELISTS \nClue: This Algerian-born novelist's \"The Stranger\" is based on his essay \"The Myth of Sisyphus\"", + "output": [ + "albert camus" + ] + }, + { + "id": "openseek-7-939bb0823792486aaa4dde50282824a2", + "input": "Category: \"WORLD\" DOMINATION \nClue: The 2 current daytime TV network soaps that fit the category", + "output": [ + "another world & as the world turns" + ] + }, + { + "id": "openseek-7-fd74da4b35ae46b480f3411c04d7b3c9", + "input": "Category: NAVY SEALS \nClue: U.S. special operations commander Eric T. Olson is the first SEAL to achieve 4-star status as one of these", + "output": [ + "an admiral" + ] + }, + { + "id": "openseek-7-06d85aee598e4bdaac6d7fb3d7dd473c", + "input": "Category: FOREIGN HOLIDAY \nClue: Mexico celebrates this holiday, Dia del Trabajo, on May 1; we do it in September", + "output": [ + "labor day" + ] + }, + { + "id": "openseek-7-e8efd51f47a949778a962f866c066f25", + "input": "Category: I'VE GOT A BEEF WITH YOU \nClue: The cut above the round, it also begins with \"R\"", + "output": [ + "rump" + ] + }, + { + "id": "openseek-7-615cd5f512774f159d3a8c6a86718e1b", + "input": "Category: \"WORLD\" BOOK \nClue: John Irving established his reputation with this 1978 book about the life of a novelist", + "output": [ + "\"the world according to garp\"" + ] + }, + { + "id": "openseek-7-ed154366cc2d47f9866acb23a3f74b7f", + "input": "Category: IS IT \"TEA\" TIME YET? \nClue: In 1975 the Perfumer's Workshop introduced a fragrance named for this flower", + "output": [ + "a tea rose" + ] + }, + { + "id": "openseek-7-e1ba7bdec6c74266a393d874584101a8", + "input": "Category: WHAT'S THE MATTER...YELLOW?? \nClue: Call it crazy, but unlike other types of these birds, the yellow-billed one builds its own nest instead of invading", + "output": [ + "cuckoo" + ] + }, + { + "id": "openseek-7-157ca997ff1c4e56bfcf31882c04cf1d", + "input": "Category: CUBA, SI! \nClue: Cuba is the largest island in this \"directional\" archipelago", + "output": [ + "the west indies" + ] + }, + { + "id": "openseek-7-a93b0b79c9de48e18bac712e615bf9f3", + "input": "Category: CIVIL WAR DIARY \nClue: July 1, 1863: Good news, get to keep leg; bad news, I'm going to Cemetery Ridge for this Penn. battle", + "output": [ + "gettysburg" + ] + }, + { + "id": "openseek-7-1c2002db1fbb492bbb93bf5924582e19", + "input": "Category: TITLE ROLE PLAYING \nClue: \"Turner & Hooch\" (just Turner, please)", + "output": [ + "hanks" + ] + }, + { + "id": "openseek-7-c35ed3c2ef564fbbb4ff1021501dd6fd", + "input": "Category: CATS & DOGS \nClue: The 1st Cornish Rex was a mutant kitten named Kallibunker who was born in this English duchy in 1950", + "output": [ + "cornwall" + ] + }, + { + "id": "openseek-7-f3bef90f40db45c7ad3dd08754920b2b", + "input": "Category: TUBE TEST \nClue: He provides the voice for Thurgood Stubbs on \"The P.J.s\"", + "output": [ + "eddie murphy" + ] + }, + { + "id": "openseek-7-965777871e53432488bc5ac3aac7bf8d", + "input": "Category: INTERIOR DESIGN \nClue: Type of chair seen here named for its 20th C. designer:", + "output": [ + "eames chair" + ] + }, + { + "id": "openseek-7-46d9c4dc480f4bdb8f453d907dc20348", + "input": "Category: THE BIBLE \nClue: Rachel became jealous of Leah's fertility & told this husband, \"Give me children, or else I die\"", + "output": [ + "jacob" + ] + }, + { + "id": "openseek-7-f49c733823974ae383379cc6bce299a8", + "input": "Category: 3-LETTER THE BETTER \nClue: Saturated", + "output": [ + "wet" + ] + }, + { + "id": "openseek-7-97babf78344d4269b53693c5ef5cf652", + "input": "Category: OPERA \nClue: Douglas Moore's 1951 opera \"Giants In\" this is an adaptation of the novel by Ole E. Rolvaag", + "output": [ + "the earth" + ] + }, + { + "id": "openseek-7-0cf19e1aebfc49d5a9349a1a08f9aa36", + "input": "Category: LOVE & MARRIAGE \nClue: A rose has long been a symbol of love; rearrange its letters & you get the name of this Greek god of love", + "output": [ + "eros" + ] + }, + { + "id": "openseek-7-5adb0de4de0e40758891c42eabe6830a", + "input": "Category: ART & ARTISTS \nClue: Jacopo Robusti became known by this name because his father was a dyer, or tintore", + "output": [ + "tintoretto" + ] + }, + { + "id": "openseek-7-0dab4d7683af48779de4876c455bc447", + "input": "Category: WORLD CAPITALS \nClue: The capital of India is not pronounced Cal-cut-ah or Cal-eh-cut, but this way", + "output": [ + "new delhi" + ] + }, + { + "id": "openseek-7-d16c2c366e864d76876a2aca36dbf267", + "input": "Category: THE MISSPELED WORD \nClue: An absence of leisure may leave you feeling like you live in the Artic", + "output": [ + "artic/arctic" + ] + }, + { + "id": "openseek-7-72b6999fc1814921ac011e3e83c1e6c9", + "input": "Category: AUTHORS & THEIR WORKS \nClue: He wrote \"I, Claudius\" for adults & \"The Poor Boy Who Followed His Star\" for children", + "output": [ + "robert graves" + ] + }, + { + "id": "openseek-7-dfef3397a6a74da495247e85d29a352f", + "input": "Category: SET 'EM UP, JOE \nClue: Joe dreams of Vivien Leigh when he makes his Southern Comfort & cranberry juice cocktail", + "output": [ + "a scarlett o\\'hara" + ] + }, + { + "id": "openseek-7-9250cc28d56e41d49ed59371dced00a3", + "input": "Category: EUROPEAN COMPOSERS \nClue: This German completed his \"Chromatic Fantasy And Fugue\" for harpsichord in 1730", + "output": [ + "johann sebastian bach" + ] + }, + { + "id": "openseek-7-c576b9acac854b3d9545590031272348", + "input": "Category: THE GREAT DEPRESSION \nClue: This \"holiday\" declared March 6, 1933 came with a $10,000 fine or 10 years in jail for violators", + "output": [ + "bank holiday" + ] + }, + { + "id": "openseek-7-d3428a68cd8b4b309e597c3d86ef0fa8", + "input": "Category: NAVIGATION \nClue: Peter Pan's flight plan to Never-Never Land", + "output": [ + "second star to the right and on till morning" + ] + }, + { + "id": "openseek-7-ddbf390300cc44498243460a33a9eaa3", + "input": "Category: Y'ALL FROM GEORGIA? \nClue: This Georgia native won the Nobel Peace Prize in 1964", + "output": [ + "dr. martin luther king, jr." + ] + }, + { + "id": "openseek-7-33d6b5b4037f4bbd9f57a1ab1b27b7e6", + "input": "Category: HEALTH & MEDICINE \nClue: Studies suggest oat bran is about as effective as the drug Colestipol at reducing blood levels of this", + "output": [ + "cholesterol" + ] + }, + { + "id": "openseek-7-1d76fabeb068460eb996978f65271a4a", + "input": "Category: WORLD OF WAR FACT \nClue: The U.S. combat mission in this country ended in August 2010", + "output": [ + "iraq" + ] + }, + { + "id": "openseek-7-a8fc952b74a84fa5b4ef643a4be3b438", + "input": "Category: NEWSPAPER HISTORY \nClue: In the 1920s Margaret Mitchell wrote for this Atlanta newspaper that later merged with the Constitution", + "output": [ + "the journal" + ] + }, + { + "id": "openseek-7-b9817cb4bc4a4fe6ae78a0641d8f1065", + "input": "Category: THE PRODUCE DEPT. \nClue: Fuji & Jonathan", + "output": [ + "apples" + ] + }, + { + "id": "openseek-7-ea7bf02c2558439a838f7e4c2834c2aa", + "input": "Category: YOU MIGHT \"B\" HUNGRY \nClue: This German sausage made of pork & veal is seasoned with a variety of spices including ginger, nutmeg & coriander", + "output": [ + "bratwurst" + ] + }, + { + "id": "openseek-7-fed5009df6c441249bd34d4de31225dc", + "input": "Category: SOUTH AMERICAN GEOGRAPHY \nClue: Juliana Top, this country's highest point, was named for a Dutch Queen", + "output": [ + "suriname" + ] + }, + { + "id": "openseek-7-55347fc7f1a04483ae2292e2dda06419", + "input": "Category: ARIAS \nClue: He composed the following song sung by Siegmund:", + "output": [ + "richard wagner" + ] + }, + { + "id": "openseek-7-378e4ac77a394075b70f4f17418918ec", + "input": "Category: PRESIDENTIAL FIRSTS \nClue: This New Yorker was the first president born after America declared its independence", + "output": [ + "martin van buren" + ] + }, + { + "id": "openseek-7-83be4badbd9c435faac47cc968ceafa7", + "input": "Category: BUGS \nClue: This \"colorful\" bristle-tailed insect, Lepisma saccharina, feeds on starchy items such as books & wallpaper", + "output": [ + "silverfish" + ] + }, + { + "id": "openseek-7-ec2bda64c23241b69b3a81b15e8ab852", + "input": "Category: CINEMA SEQUELS \nClue: In a 1996 sequel to this film, 2 dogs & a cat are \"Lost In San Francisco\"", + "output": [ + "\"homeward bound\"" + ] + }, + { + "id": "openseek-7-6c8a4c02a4b04129aa167dd9901f0f85", + "input": "Category: PHYSICS \nClue: Branch of physics dealing with motion, like the bumping of molecules in a gas", + "output": [ + "kinetics" + ] + }, + { + "id": "openseek-7-717402b2da2d47269a01958614e9079a", + "input": "Category: IN THE NECK \nClue: In emergencies, this neck operation may be performed with a penknife & the empty shell of a pen", + "output": [ + "a tracheotomy" + ] + }, + { + "id": "openseek-7-d266641552914bdd8ca47f5ec74b9626", + "input": "Category: PROFILES IN CARVAGE II \nClue: In Ancient Egypt this flaxen cloth was used to create the following (a mummy shown); Egypt didn't have cotton until later", + "output": [ + "linen" + ] + }, + { + "id": "openseek-7-da856469d147407a8c4012e418966a6e", + "input": "Category: THE PLAY'S THE THING \nClue: In a Neil Simon play, Paul was thought stuffy since he wouldn't go walking this title way when it was freezing", + "output": [ + "\"barefoot in the park\"" + ] + }, + { + "id": "openseek-7-04e3bd053718425aa9f4d9246d51b8c0", + "input": "Category: NATION STATION \nClue: Cagayan State University & Bataan Polytechnic are colleges in this nation", + "output": [ + "the philippines" + ] + }, + { + "id": "openseek-7-e09f8de6239146f588b3b8e92073bdf8", + "input": "Category: U.S. HISTORY \nClue: The Cajuns migrated to Louisiana from there", + "output": [ + "nova scotia" + ] + }, + { + "id": "openseek-7-c695194ea9cb4331a8e8cbd4228c0582", + "input": "Category: THE MOVIES \nClue: In this 1996 film, Sean Connery played the only known escapee from Alcatraz", + "output": [ + "\"the rock\"" + ] + }, + { + "id": "openseek-7-de652d49dee446bab9fab44eb5fda24f", + "input": "Category: LITERARY HODGEPODGE \nClue: Once a naval historian in the south Pacific, he won a Pulitzer Prize for \"Tales of the South Pacific\"", + "output": [ + "james michener" + ] + }, + { + "id": "openseek-7-73e9d70346bd4416889abfe123b28ec0", + "input": "Category: NAUTICAL TERMS \nClue: Seamen dread something that could \"shiver\" these, the ribs in the ship's frame", + "output": [ + "the timbers" + ] + }, + { + "id": "openseek-7-ceea7930e0a04204ab599154f7e03268", + "input": "Category: TV ADJECTIVES \nClue: \"America's ____ Home Videos\"", + "output": [ + "funniest" + ] + }, + { + "id": "openseek-7-519ebf45cd9540859b4f9cd84df16ab2", + "input": "Category: DINOSAURS \nClue: The mamenchisaurus could really stick this out -- it had the largest of any dinosaur, about 36 feet", + "output": [ + "neck" + ] + }, + { + "id": "openseek-7-483bd51432164073b8e373595a5ebda4", + "input": "Category: TUNES FROM REVUES \nClue: \"The Little Show\" of 1931 featured Herman Hupfeld's \"When Yuba Plays the Rumba on\" this instrument", + "output": [ + "the tuba" + ] + }, + { + "id": "openseek-7-7a2423ef5c2546fb8ff96c0aa2bc10db", + "input": "Category: NEWSMAKERS OF 2010 \nClue: This chief Facebooker is the subject of the biopic \"The Social Network\"", + "output": [ + "zuckerberg" + ] + }, + { + "id": "openseek-7-afa89d67257c423594c6c6cc0795dd9c", + "input": "Category: \"BAND\"s \nClue: Goods prohibited by law from being imported", + "output": [ + "contraband" + ] + }, + { + "id": "openseek-7-6a3f2d74ae6d47ceaa3bcf1262862c6a", + "input": "Category: TINKER \nClue: \"Tinker, Tailor, Soldier, Spy\" is a novel by this Brit", + "output": [ + "le carré" + ] + }, + { + "id": "openseek-7-cddea20a351b4e3cb8c27a7cf36169a3", + "input": "Category: READER'S DIGEST: AMERICA'S BEST \nClue: Lasting a scary 4 minutes, Revenge of the Mummy at 2 of this studio's theme parks is \"America's Best Roller Coaster\"", + "output": [ + "universal" + ] + }, + { + "id": "openseek-7-3913b7da3f3a4168983a167846f50592", + "input": "Category: THE FRANKS \nClue: In 732, when he defeated an invading Muslim army at Tours, a king earned the nickname Martel, meaning this", + "output": [ + "the hammer" + ] + }, + { + "id": "openseek-7-9a705bd5e70e40609ec881bf20d06206", + "input": "Category: MARVEL \nClue: This Marvel superhero is King of Atlantis", + "output": [ + "sub-mariner" + ] + }, + { + "id": "openseek-7-bfd7e90e83884f58a5754cf4f7458f5a", + "input": "Category: WORLD GEOGRAPHY \nClue: This country's 26 states include Para, Pernambuco & Amazonas", + "output": [ + "brazil" + ] + }, + { + "id": "openseek-7-b4aa4d06d6424874bc65ee1f8c72bb21", + "input": "Category: CHEMISTRY \nClue: Rubbing alcohol is listed as 70% alcohol \"by\" this, meaning each 100 milliliters of the solution has 70 ml of alcohol", + "output": [ + "volume" + ] + }, + { + "id": "openseek-7-b06f378fad194277b25776b77e6cc66f", + "input": "Category: RHYMES WITH COOL \nClue: If you're superstitious, I guess I'm supposed to do this", + "output": [ + "kiss a fool" + ] + }, + { + "id": "openseek-7-6d64d80e06f945f9b0b6a365f2128c61", + "input": "Category: 19TH CENTURY OPERA \nClue: A mezzo-soprano plays Violetta's friend Flora Bervoix in this Verdi opera", + "output": [ + "\"la traviata\"" + ] + }, + { + "id": "openseek-7-d2cccbf25f44447995ae17cb12d7a03e", + "input": "Category: NATIVE AMERICANS \nClue: Florida's Big Cypress Indian reservation is home to this tribe", + "output": [ + "the seminoles" + ] + }, + { + "id": "openseek-7-a4c5289ae4e840aba141a31a143cc2d2", + "input": "Category: NEIL! PATRICK! HARRIS! \nClue: This Revolutionary hero said, \"If this be treason, make the most of it\"--as well as the liberty or death bit", + "output": [ + "patrick henry" + ] + }, + { + "id": "openseek-7-78baf631788346bd82eababe0c997c6d", + "input": "Category: CHILDRENS LITERATURE \nClue: The children in this 1981 Chris Von Allsburg book play a jungle board game that turns real", + "output": [ + "\"jumanji\"" + ] + }, + { + "id": "openseek-7-549fabe077454cb7baa9244ed6e8c6ca", + "input": "Category: PARTICLE PHYSICS \nClue: In 2000 the tau neutrino was first observed at this Illinois lab named for a foreign-born physicist", + "output": [ + "the fermilab" + ] + }, + { + "id": "openseek-7-cbaf8b94610f40d680973306457ec3e8", + "input": "Category: THEATER \nClue: It's what Sheba is in \"Come Back, Little Sheba\"", + "output": [ + "dog" + ] + }, + { + "id": "openseek-7-c89f51bbf4c94321b4c94a5a839cbabe", + "input": "Category: ANAGRAMMED ANIMAL SOUNDS \nClue: Hinge", + "output": [ + "neigh" + ] + }, + { + "id": "openseek-7-51941af0c2ba4c7ba32a42d6f8e5fce5", + "input": "Category: THE HARDY BOYS \nClue: General Hugh Hardy was a 1980s commanding officer of this huge Marine base near San Diego", + "output": [ + "camp pendleton" + ] + }, + { + "id": "openseek-7-2cca9cf2c4114003b2a7ad5541ea2fd0", + "input": "Category: THE ELEMENTS \nClue: Compounds featuring this element are used to treat the most common type of anemia", + "output": [ + "iron" + ] + }, + { + "id": "openseek-7-51f6374a2e574129b09cc879bc373ffe", + "input": "Category: HISTORIC PEOPLE \nClue: The Turks call this magnificent sultan Kanuni, or \"The Lawgiver\"", + "output": [ + "suleiman" + ] + }, + { + "id": "openseek-7-b649b79fdc8c4bd0aae287fab0c5f0bf", + "input": "Category: COLORS \nClue: Puce is a perfect shade for your doggie's collar: its name is French for this pesky insect", + "output": [ + "a flea" + ] + }, + { + "id": "openseek-7-ba2746515eab4307bcd4777fc377952d", + "input": "Category: OF \"OZ\" \nClue: A type of large tractor", + "output": [ + "a bulldozer" + ] + }, + { + "id": "openseek-7-b1c7c37012b746c9bbfc16d60203512c", + "input": "Category: MATH & SCIENCE \nClue: Adolphe Brongniart is called the father of this science that studies fossil plants", + "output": [ + "paleobotany" + ] + }, + { + "id": "openseek-7-54426c8ac2d54db9add4857fb3242b84", + "input": "Category: THE MEDIA ON TV \nClue: This radio station featured Dr. Johnny Fever, Venus Flytrap & Les Nessman on the air", + "output": [ + "wkrp" + ] + }, + { + "id": "openseek-7-867e4725deda46c4b10a08f3bd3cedfc", + "input": "Category: FRUITS & VEGETABLES \nClue: Wintercress is also called scurvy grass because of its high content of this vitamin", + "output": [ + "vitamin c" + ] + }, + { + "id": "openseek-7-81e9402140274c75abad674ec718fef4", + "input": "Category: THEATRE \nClue: By the end of this J.M. Barrie play, Wendy flies so badly she has to use a broomstick", + "output": [ + "peter pan" + ] + }, + { + "id": "openseek-7-6402a521047e4c6c9b4bd97b27471555", + "input": "Category: \"R\" TOWN \nClue: This Georgia city was founded in 1834 on a site that had 7 hills", + "output": [ + "rome" + ] + }, + { + "id": "openseek-7-4318db06e2044700a34e7a43d78d3655", + "input": "Category: WELCOME TO MONTREAL \nClue: \"Carte\" is French for map, & this is the French explorer who in 1535 put Mount Royal on the map", + "output": [ + "cartier" + ] + }, + { + "id": "openseek-7-0d113a03bffe4ad1adfd1e717a101c42", + "input": "Category: SABRINA'S WITCH HANDBOOK \nClue: (Hi, I'm Caroline Rhea) Like many modern witches, the Spellmans use an upright vacuum cleaner to do this, as well as to clean (not that we ever clean!)", + "output": [ + "fly" + ] + }, + { + "id": "openseek-7-6d752bbc61a741cab67f1be77376427f", + "input": "Category: FILL IN THE SHAKESPEARE TITLE \nClue: \"A.Y.L.I.\"", + "output": [ + "as you like it" + ] + }, + { + "id": "openseek-7-02264f69c7874683b1ea9c898483bb7a", + "input": "Category: BOOKS BY THE NUMBERS \nClue: The number of Snow White's dwarfs or T.E. Lawrence's \"Pillars of Wisdom\"", + "output": [ + "7" + ] + }, + { + "id": "openseek-7-0b085e56c70d455fb7b75b37f5aef068", + "input": "Category: I'M JUST AN OBJECT \nClue: To lose emotional control is to \"flip your\" this, also a saucepan cover", + "output": [ + "lid" + ] + }, + { + "id": "openseek-7-dff115b09f2b427e949cf4d695cfd1cb", + "input": "Category: HISTORIC NAMES \nClue: In 1961 scared villagers thought he was a downed U2 pilot until he removed his helmet & spoke Russian to them", + "output": [ + "yuri gagarin" + ] + }, + { + "id": "openseek-7-e9a990b5565f438b8a285a14c10a4f3a", + "input": "Category: POLITICAL QUOTES \nClue: He said, \"I never give them hell; I just give them the truth and they think it is hell\"", + "output": [ + "harry truman" + ] + }, + { + "id": "openseek-7-a32d7c35ceb949adb189ac66944ce8f8", + "input": "Category: FIRST NOVELS \nClue: This Dane's first novel \"The Improviser\", was published the same year as his first book of fairy tales", + "output": [ + "hans christian andersen" + ] + }, + { + "id": "openseek-7-7195ecd46549430da3cc42aa9b5abac6", + "input": "Category: PEN NAMES \nClue: This pseudonym means \"2 fathoms deep\"", + "output": [ + "mark twain" + ] + }, + { + "id": "openseek-7-d42eee47d0f849e2820240dca40cabbe", + "input": "Category: BEFORE & AFTER \nClue: Coldplay singer known for portraying Jiminy Glick", + "output": [ + "chris martin short" + ] + }, + { + "id": "openseek-7-186ac62bb68e4f809e7d520e0ade4ccd", + "input": "Category: THE NEW YORK TIMES BOOK REVIEW \nClue: Reviewing a 2006 prequel, the Times noted this fictional shrink's grisly gallantry & \"avenging-angel impulse\"", + "output": [ + "hannibal lecter" + ] + }, + { + "id": "openseek-7-3c1a2b495dc5465db5a67b618ff95d4a", + "input": "Category: SHAKESPEARE RETOOLED \nClue: Peter Greenaway's \"Prospero's Books\" is a take on this bard play", + "output": [ + "the tempest" + ] + }, + { + "id": "openseek-7-9ff6624ab30a42c79c33c91b6c511765", + "input": "Category: HERSTORY \nClue: She was the first of the Ptolemaic line to speak Egyptian", + "output": [ + "cleopatra" + ] + }, + { + "id": "openseek-7-26baf989a59f4fd3a3a018ccbb468f9e", + "input": "Category: MUSICAL GENRES \nClue: A light blow, as on a door or across the knuckles", + "output": [ + "rap" + ] + }, + { + "id": "openseek-7-5731a327976c48ba9077a9aab8eaab21", + "input": "Category: FAMILIAR PHRASES \nClue: \"You always have to take\" this \"with the sweet\"", + "output": [ + "the bitter" + ] + }, + { + "id": "openseek-7-8aee1ab89ff04e2b834755fc96916268", + "input": "Category: THE DAN BAND \nClue: He was \"Only a Lad\" when he was the lead singer of Oingo Boingo; he went on to score films for Tim Burton", + "output": [ + "danny elfman" + ] + }, + { + "id": "openseek-7-1c5902ca30b941118325368c8e6c2f29", + "input": "Category: PSYCHO BABBLE \nClue: Norman tells Marion Crane that the Bates Motel has \"12 cabins, 12\" these", + "output": [ + "vacancies" + ] + }, + { + "id": "openseek-7-92773585984a4c129bbe28c4eb344609", + "input": "Category: MUSIC OF TODAY \nClue: We were \"Waiting On The World To Change\" when he got to perform \"Human Nature\" at Michael Jackson's memorial service", + "output": [ + "john mayer" + ] + }, + { + "id": "openseek-7-70ffc150c3074c56a0d61c8164c19e18", + "input": "Category: WORLD WAR I \nClue: The Danton was sunk, but the French battleship named for this \"Candide\" author survived the war", + "output": [ + "voltaire" + ] + }, + { + "id": "openseek-7-57faf43b0f08462a8d30e1a31a7f8a80", + "input": "Category: HOMOPHONES \nClue: Pirates' plunder, or an item of baby footwear", + "output": [ + "booty or bootie" + ] + }, + { + "id": "openseek-7-c11129218bf14adca9984c2942ce7ff8", + "input": "Category: LEFTOVERS \nClue: It was the No. 2 reactor at this Pennsylvania site that caused fears of a meltdown", + "output": [ + "three mile island" + ] + }, + { + "id": "openseek-7-7e870c7f2991460fa958ab3fb95a3ca4", + "input": "Category: U.S. CITIES \nClue: It's the only Maryland city not located within a county", + "output": [ + "baltimore" + ] + }, + { + "id": "openseek-7-e0c9760b9d924ae4a2e93fb6203f5a95", + "input": "Category: COLORFUL TERMS \nClue: Shade of red that precedes \"fever\" & \"letter\" in items you probably don't want", + "output": [ + "scarlet" + ] + }, + { + "id": "openseek-7-354679dd09a747a8acf160bc98d2d5d3", + "input": "Category: U.S. STAMPS \nClue: FDR's in 1982 was the last stamp to show 1 of these; they were removed from photos of Jackson Pollock & Edward R. Murrow", + "output": [ + "cigarette" + ] + }, + { + "id": "openseek-7-2222388319424d52801f049152de0dfe", + "input": "Category: YOU'RE FIRED \nClue: If you're a Glock-17, you fire bullets of this metric caliber, equal to .35 inches", + "output": [ + "9 mm" + ] + }, + { + "id": "openseek-7-2b06072a00734d32b0ad9546be7f16de", + "input": "Category: HOW GREAT THOU ART \nClue: This \"mama's boy\" answered the art critics in his 1890 book \"The Gentle Art of Making Enemies\"", + "output": [ + "whistler" + ] + }, + { + "id": "openseek-7-8748c58ef78a4f07b12c11f61ae3aa84", + "input": "Category: BRITISH AUTHORS \nClue: She was famous for her mystery novels featuring Lord Peter Wimsey", + "output": [ + "dorothy sayers" + ] + }, + { + "id": "openseek-7-a9c2a7c737d94819bc723866d62da5e4", + "input": "Category: FORMULAS \nClue: Edison said, \"Genius is 1% inspiration and 99%\" this", + "output": [ + "perspiration" + ] + }, + { + "id": "openseek-7-14917cc33dce4e96b9e5b74b2b7d7682", + "input": "Category: SUBWAY STOPS \nClue: You can ride one line in this world capital from Kifissia to Pireas", + "output": [ + "athens" + ] + }, + { + "id": "openseek-7-213379d260e84f6b9be4d141ce89e74c", + "input": "Category: CIVIL WAR PEOPLE \nClue: He was the only person who died during the Civil War to be featured on Confederate currency", + "output": [ + "stonewall jackson" + ] + }, + { + "id": "openseek-7-9ad8f8e7abf94f6d8094497f37a3eb03", + "input": "Category: FOOD IN HISTORY \nClue: The WWII \"K\" type of these Army portions, packed by Wrigley's, included meat, sugar &, of course, gum", + "output": [ + "rations" + ] + }, + { + "id": "openseek-7-6bbe818582724a96a5e47b74e07a3a95", + "input": "Category: QUOTATIONS \nClue: An Emily Dickinson poem begins, \"Because I could not stop for\" this \"he kindly stopped for me\"", + "output": [ + "death" + ] + }, + { + "id": "openseek-7-c6c0e5f7fc4746aaac8f9f9aacb4f81e", + "input": "Category: STATE BIRDS \nClue: This \"crazy\" state bird of Minnesota is also called the great northern diver", + "output": [ + "the loon" + ] + }, + { + "id": "openseek-7-a5001878c87a4e158df2869b5bb5c026", + "input": "Category: JOHN HUSTON FILMS \nClue: Huston briefly appears in \"The Treasure of the Sierra Madre\" as a man who gives this star 4 pesos", + "output": [ + "humphrey bogart" + ] + }, + { + "id": "openseek-7-2a59677a7583420c8221f0a1e13b11ac", + "input": "Category: \"LAST\" NOVELS \nClue: \"Curtain\" by Agatha Christie is subtitled \"Poirot's\" this", + "output": [ + "last case" + ] + }, + { + "id": "openseek-7-185773fb562b44708317629b090a4837", + "input": "Category: FRANCHISES \nClue: You have to soft serve up between $20,000 & $35,000 to get into this top ice cream franchise in the U.S.", + "output": [ + "dairy queen" + ] + }, + { + "id": "openseek-7-f4d042682586443a83565ac909b0b98b", + "input": "Category: STUDY ABROAD \nClue: You can earn a Ph.D. in pedagogy at Masaryk University in this Central European republic", + "output": [ + "the czech republic" + ] + }, + { + "id": "openseek-7-5359fc7ff1914ad293996053c8d8de57", + "input": "Category: 20th CENTURY AMERICAN ARTISTS \nClue: Among his many sculptures are \"The Cowboy\" & \"Coming Through the Rye\"", + "output": [ + "remington" + ] + }, + { + "id": "openseek-7-67063293f0a2462083b9e1482214ce9d", + "input": "Category: I'M NOT A DOCTOR, BUT I PLAY ONE ON TV \nClue: Dr. Michaela Quinn", + "output": [ + "jane seymour" + ] + }, + { + "id": "openseek-7-6efc58f3215c4f1e9b2d8037cd101c7b", + "input": "Category: PRESIDENTIAL NICKNAMES \nClue: The \"Wizard of Kinderhook\"", + "output": [ + "van buren" + ] + }, + { + "id": "openseek-7-47c22c06a85c402e9601ce0857512601", + "input": "Category: TONY WINNERS OF THE '40s \nClue: For her role in \"Happy Birthday\", this first lady of the American theater picked up a Tony in the award's first year", + "output": [ + "helen hayes" + ] + }, + { + "id": "openseek-7-d0846e7019f84043966661e22204ca5f", + "input": "Category: SPORTS \nClue: The complicated rating system for this position includes percentage of interceptions per attempt", + "output": [ + "quarterback" + ] + }, + { + "id": "openseek-7-61be671a9c554e7a8e515a4c3475744a", + "input": "Category: COLLEGE TEAM NICKNAMES \nClue: They crash about for Georgia Tech", + "output": [ + "the ramblin\\' wrecks" + ] + }, + { + "id": "openseek-7-7e4f482014c44aaaa9ad5ed07e299ed9", + "input": "Category: CELEBRITY RHYME TIME \nClue: Kravitz' cents", + "output": [ + "lenny\\'s pennies" + ] + }, + { + "id": "openseek-7-18e31056b9984a63be0ebb63054354c0", + "input": "Category: I'M SPORTING SOME 7s \nClue: This lucky 7 \"spiced up\" England's national soccer team as its captain from 2000 to 2006", + "output": [ + "beckham" + ] + }, + { + "id": "openseek-7-037615db26ba4b76a65543f06f19783c", + "input": "Category: ACTRESSES \nClue: She voiced Princess Pea in \"The Tale of Despereaux\"; oh yeah, she was also Hermione in a few \"Harry Potter\"s", + "output": [ + "emma watson" + ] + }, + { + "id": "openseek-7-84d699fe4d704010ba2a0b4ca58cc024", + "input": "Category: FRATERNITIES & SORORITIES \nClue: In 1902 Pi Beta Phi was a founding member of the NPC, this \"National Conference\" of Greek-letter societies", + "output": [ + "national panhellenic conference" + ] + }, + { + "id": "openseek-7-6606c402e45548c1940d778f00ccf77b", + "input": "Category: SAMI \nClue: The Sami are also known by this name; a \"land\" within the European Arctic Circle has been named for them", + "output": [ + "the lapps" + ] + }, + { + "id": "openseek-7-cf4d025fdc4640a3b742dc7217bc259c", + "input": "Category: THEY'RE LYRICAL \nClue: Elton John's \"Your Song\" is his song too", + "output": [ + "bernie taupin" + ] + }, + { + "id": "openseek-7-a69070e87cb94e6e8aec9cbdd3d5579f", + "input": "Category: WHEN THEY WERE KIDS \nClue: In mythology these young twin brothers founded Rome", + "output": [ + "romulus and remus" + ] + }, + { + "id": "openseek-7-4d4d30c73610455da372bb99fe55bece", + "input": "Category: \"OO\", SORRY! \nClue: It's a whaler's weapon of choice", + "output": [ + "a harpoon" + ] + }, + { + "id": "openseek-7-e8e76b11fee84cbfbb4a532f62c3880b", + "input": "Category: FEMINISM \nClue: Sometimes shortened to MCP, this negative term had a vogue with early women's libbers", + "output": [ + "male chauvinist pig" + ] + }, + { + "id": "openseek-7-fe55418542b14fd5835c12903b187d86", + "input": "Category: NOVEL-TIES \nClue: It's the numerical title of the Bret Easton Ellis novel made into a 1987 Robert Downey, Jr. film", + "output": [ + "less than zero" + ] + }, + { + "id": "openseek-7-34cbc73f19f846f28ebbcd18c2416314", + "input": "Category: THEY'VE BEEN BENCHED \nClue: Appointed by Pres. Eisenhower, he served nearly 34 years, retiring in 1990", + "output": [ + "william brennan" + ] + }, + { + "id": "openseek-7-26ed1b0b7660444881fa106406e1a2f1", + "input": "Category: \"FU\" ON YOU \nClue: The point about which a lever turns", + "output": [ + "fulcrum" + ] + }, + { + "id": "openseek-7-9dddc6ef45834f5282caf92949a2dee2", + "input": "Category: SPACE SHUTTLE NAMES \nClue: This river runs along the boundary between Washington & Oregon", + "output": [ + "columbia" + ] + }, + { + "id": "openseek-7-dc02f0d804944f24b5ec2556c42a2e1f", + "input": "Category: MR. OCTOBER \nClue: In 1938 Chester Carlson made the first photocopy, of the words \"10-22-38 Astoria\", in this NYC borough", + "output": [ + "queens" + ] + }, + { + "id": "openseek-7-e35c4da295784a65b2ea950748fc3604", + "input": "Category: NAME THE INSTRUMENT \nClue: In Bruce Hornsby's \"___ Rain\"", + "output": [ + "mandolin" + ] + }, + { + "id": "openseek-7-a299445ab41548ab849df1f0e5f407ab", + "input": "Category: HAIR TODAY \nClue: Sporting a squash-blossom hairdo (think a Princess Leia look) means a Hopi Indian woman is this", + "output": [ + "single" + ] + }, + { + "id": "openseek-7-f931522350db46f3a8e4b1364ee52055", + "input": "Category: HOW DOES YOUR GARDEN GROW? \nClue: By its derivation the only thing in an arboretum should be these, no shrubs or other plants", + "output": [ + "trees" + ] + }, + { + "id": "openseek-7-f932c3329cfb4bc0a3d3e1a61e5c38f7", + "input": "Category: CHEESY COUNTRIES \nClue: Cheddar", + "output": [ + "england" + ] + }, + { + "id": "openseek-7-7f90621e5d89436f9a2c536a4b189555", + "input": "Category: WHAT THEY WORE \nClue: She aced the competition at the 2002 U.S. Open wearing a slinky catsuit", + "output": [ + "serena williams" + ] + }, + { + "id": "openseek-7-7286a767bfb84476a5bef7236926cf3c", + "input": "Category: \"ME\" \nClue: From the Middle English for \"lean\", it's unsatisfactory in substance, quality or size", + "output": [ + "meager" + ] + }, + { + "id": "openseek-7-7f08cafaa0dc4acc8b241454bfc62f1d", + "input": "Category: SPECIAL \"T\"s \nClue: These Spanish appetizers run the gamut from simple items like olives to more elaborate things like cold omelets", + "output": [ + "tapas" + ] + }, + { + "id": "openseek-7-436104eef9aa4b2ba6211b434b2629cd", + "input": "Category: WORDS FROM THE FRENCH \nClue: The first known use of this word in the U.S. was in an obituary for wealthy banker Pierre Lorillard in 1843", + "output": [ + "millionaire" + ] + }, + { + "id": "openseek-7-05487f151191452db3fb78f5602191f0", + "input": "Category: SORTA SOUNDS LIKE OPRAH? \nClue: Phrase that precedes \"dope\" in Ali's famed boxing strategy", + "output": [ + "\"rope-a\"" + ] + }, + { + "id": "openseek-7-45cd2ec19c9e415db1e5b1fdbdfd1ce8", + "input": "Category: POLITICS \nClue: In 2002 this Mississippian quit his post as Senate Republican Leader", + "output": [ + "trent lott" + ] + }, + { + "id": "openseek-7-4d15a0b1769b4414a630dc6ef78d66b7", + "input": "Category: SOUTH AMERICAN CAPITALS \nClue: Avenida 18 de Julio runs through the main business district of this Uruguayan capital", + "output": [ + "montevideo" + ] + }, + { + "id": "openseek-7-a04cdcf5908541beb70fdd3917759795", + "input": "Category: FAMILIAR PHRASES \nClue: This phrase meaning \"to betray someone\" came from slaves sent illegally via the Mississippi to New Orleans", + "output": [ + "to sell them down the river" + ] + }, + { + "id": "openseek-7-399c48790941481ca6a29c42846272b7", + "input": "Category: THE HUNDRED YEARS' WAR \nClue: The Burgundians captured this French leader & sold her to the English for 10,000 francs", + "output": [ + "joan of arc" + ] + }, + { + "id": "openseek-7-b7807319ce224d3988b35fdecbd3f539", + "input": "Category: WEIGHTS & MEASURES \nClue: A song from \"Guys and Dolls\" begins, \"I love you a bushel and a peck\", which would be a total of this many pecks", + "output": [ + "5" + ] + }, + { + "id": "openseek-7-31294863dd004f508bc12050f8a8d5a6", + "input": "Category: FOOD \nClue: Whether red, black or Nassau, a grouper is a type of this", + "output": [ + "fish" + ] + }, + { + "id": "openseek-7-25a438b204e243e6b3b7881dc74bf63b", + "input": "Category: THE WOMEN OF CONGRESS \nClue: Republican Barbara Cubin represents this state in the House all by herself", + "output": [ + "wyoming" + ] + }, + { + "id": "openseek-7-67c81e5f9c5e49c5b4ebc8767142a43d", + "input": "Category: \"NORTH\" POLL \nClue: This heavenly body is also known as Polaris", + "output": [ + "the north star" + ] + }, + { + "id": "openseek-7-b20386bbdf52440babd0b4edc26169a3", + "input": "Category: BO, MOE OR PO \nClue: Italy's longest river", + "output": [ + "po" + ] + }, + { + "id": "openseek-7-e3082a44a6224b908035bd11008707ad", + "input": "Category: THE OFFICE \nClue: This alphanumeric Fortune 500 company is headquartered in St. Paul, Minnesota", + "output": [ + "3m" + ] + }, + { + "id": "openseek-7-bce48812425e4406812f5b0d28d82026", + "input": "Category: WHERE \nClue: To vacation in this Caribbean paradise, you may fly into Sangster Intl. Airport in Montego Bay", + "output": [ + "jamaica" + ] + }, + { + "id": "openseek-7-83e0db33c1df4e78ab18df97d3d0116c", + "input": "Category: THE SEA'S BOUNTY \nClue: This shellfish of the family Mytilidae needs its beard removed, a little steaming & yum!", + "output": [ + "mussels" + ] + }, + { + "id": "openseek-7-232f67bcaf1d44b68006e1555e050545", + "input": "Category: DRUGS \nClue: Sold under the name Rogaine, this hair-growth drug was originally used to treat high blood pressure", + "output": [ + "minoxidil" + ] + }, + { + "id": "openseek-7-0a5484a43e064f909346ef28ee3d042e", + "input": "Category: BOXING \nClue: Term for tossing the terrycloth", + "output": [ + "throwing in the towel" + ] + }, + { + "id": "openseek-7-145cfcc82082451d9b47abb415eab649", + "input": "Category: BROADWAY LYRICS \nClue: \"The sweetest sounds I'll ever hear are still inside\" this part of me", + "output": [ + "head" + ] + }, + { + "id": "openseek-7-07d35e76cbc2420899e4602b6ee05c12", + "input": "Category: EMERIL'S TV DINNERS \nClue: To kick it up a notch, Emeril adds jalapenos to these deep-fried cornmeal balls--that'll shush your doggies!", + "output": [ + "hush puppies" + ] + }, + { + "id": "openseek-7-64338a0818664a47a0cd468a9a6c6d56", + "input": "Category: STARTING \"OVER\" \nClue: Once the punishment of heretics, to severely chastise someone is to \"rake\" him here", + "output": [ + "over the coals" + ] + }, + { + "id": "openseek-7-cd78168924474c18af1c82b3a04fcfc4", + "input": "Category: KEMAL ATATURK \nClue: In 1928 Ataturk removed a Turkish constitutional provision naming this as the state religion", + "output": [ + "islam" + ] + }, + { + "id": "openseek-7-f44662f12274407e8f2a0993a0c9daf5", + "input": "Category: STATION \nClue: In Catholic churches, there are 14 of these depicting the Passion of Christ", + "output": [ + "the stations of the cross" + ] + }, + { + "id": "openseek-7-27f102d0b4dd427aa9c76ae8cf34fd5a", + "input": "Category: ___THE___ \nClue: Carry off the prize; it's what the peasants might have done after Marie Antoinette's exclamation", + "output": [ + "take the cake" + ] + }, + { + "id": "openseek-7-935bea56a21e47c9b68a7a406f4d28b0", + "input": "Category: STRANGE HISTORY \nClue: When this Russian empress learned she had dandruff, she locked up her hairdresser so he couldn't tell", + "output": [ + "catherine the great" + ] + }, + { + "id": "openseek-7-9b91243ba8cc4ebc8dcd7f6213fe1d2b", + "input": "Category: EUROPEAN CAPITALS \nClue: The Volksgarden, a beautiful park in this Austrian capital, is famous for its rose trees", + "output": [ + "vienna" + ] + }, + { + "id": "openseek-7-99f94a12e3664e64a624f6a178cbf2a3", + "input": "Category: MAGAZINES \nClue: In titles, this word follows Southern, Country & Martha Stewart", + "output": [ + "living" + ] + }, + { + "id": "openseek-7-3caf93ed76a44300a94954e663b727df", + "input": "Category: BANK ON IT \nClue: In a 2008 weekend fire sale, this red, white & blue bank snapped up Merrill Lynch", + "output": [ + "bank of america" + ] + }, + { + "id": "openseek-7-53e66620bf814b6195cdf4485812ebec", + "input": "Category: GOVERNMENT & POLITICS \nClue: 51 men have held this post that tells members of the House when they get to talk", + "output": [ + "the speaker of the house" + ] + }, + { + "id": "openseek-7-e8f598d0dd0a4e5586062550b7940ba6", + "input": "Category: ODD COUPLES \nClue: Sexy hostess of MTV's \"Singled Out\" doubles up with1950s Commie hunter Joe", + "output": [ + "jenny & joseph mccarthy" + ] + }, + { + "id": "openseek-7-f2e5d20929c14967b78eeebe5abd0752", + "input": "Category: WON \nClue: In 1984 this ice dancing pair won Olympic gold with all 9 judges giving them perfect scores for artistry", + "output": [ + "torvill & dean" + ] + }, + { + "id": "openseek-7-a3414f8d14cb492a9385256cb2d19e4f", + "input": "Category: WORLD GEOGRAPHY \nClue: Denmark's highest point, Yding Skovhoj, rises only 568 feet on this peninsula", + "output": [ + "jutland" + ] + }, + { + "id": "openseek-7-85ef2a56e8ea428585abafb6584e3825", + "input": "Category: ALSO AT THE 2000 GRAMMYS \nClue: The Best Long Form Music Video featured this \"fiery\" rock guitarist who died in 1970", + "output": [ + "jimi hendrix" + ] + }, + { + "id": "openseek-7-fd9249f5aaad49ab8397acae455af433", + "input": "Category: A COMPENDIUM OF CLUES \nClue: The normal human body has 20 deciduous ones of these", + "output": [ + "teeth" + ] + }, + { + "id": "openseek-7-ff5199b4f26a4b2e8b77ee055b771659", + "input": "Category: REALLY BAD DATES \nClue: The Love Canal in this state, a toxic waste dump site in the '40s & '50s, was declared a disaster area on Aug. 7, 1978", + "output": [ + "new york" + ] + }, + { + "id": "openseek-7-38935107c8f04ca0a46f3069c2fa3d4d", + "input": "Category: DOT \nClue: To her friends, this exotic \"Sarong Girl\" of the movies was just plain \"Dottie\"", + "output": [ + "dorothy lamour" + ] + }, + { + "id": "openseek-7-50efce57d0e946fc8eca67679c81b1e1", + "input": "Category: AUTO SHOP \nClue: Of very hot, very cold, or rainy, the weather condition in which vaporlock usually occurs", + "output": [ + "very hot" + ] + }, + { + "id": "openseek-7-9d2b315ca33947bbb14697d0a068b075", + "input": "Category: THINKING GREEN \nClue: The U.S. Army experimented with green bullets, thought to be more Earth-friendly without this metal", + "output": [ + "lead" + ] + }, + { + "id": "openseek-7-c7c60681f6fe4c11bfcd1ba2242bb253", + "input": "Category: NATURE STUDY \nClue: In North America many spiders harm humans with their bites, including this brown one whose name means \"hermit\"", + "output": [ + "recluse" + ] + }, + { + "id": "openseek-7-540603035c2648908000f3798a974915", + "input": "Category: AS QUICK AS YOU CAN SAY... \nClue: Speedy plural term for a quickly-moving section of a river", + "output": [ + "rapids" + ] + }, + { + "id": "openseek-7-ea8a3dda64bd4cd7b81ff8eeccdca2b9", + "input": "Category: THAT'S SO CLICHE! \nClue: To suffer a major defeat or setback is to \"meet your\" this, like Napoleon", + "output": [ + "waterloo" + ] + }, + { + "id": "openseek-7-a3fa84a87d7c4adea126b1ba919d0254", + "input": "Category: SCULPTURE \nClue: The Etruscans carved many of their works from tufa, a soft porous variety of this calcium carbonate rock", + "output": [ + "limestone" + ] + }, + { + "id": "openseek-7-58b00493d85347dfad621ffd91827a33", + "input": "Category: 1960s POLITICAL QUOTES \nClue: Concerning the 1962 Cuban Missile Crisis, this Soviet leader said that \"Human reason won. Mankind won\"", + "output": [ + "khrushchev" + ] + }, + { + "id": "openseek-7-7029d53343224b88a2b3b21430906695", + "input": "Category: ISMs \nClue: From Greek for \"The Inhabited World\", it refers to the movement toward Christian unity", + "output": [ + "ecumenism" + ] + }, + { + "id": "openseek-7-f3fbda2b76a94af4a30951431c88d88d", + "input": "Category: SEWING \nClue: These shears have V-shapes along the cutting edge so that cut fabric will remain ravel-free", + "output": [ + "pinking shears" + ] + }, + { + "id": "openseek-7-76e0db878ec744a98ee7ecf8e39cfa4d", + "input": "Category: SIGNS & SIGNALS \nClue: The ringing of the church bells on this holiday in 1572 was the signal to massacre Huguenots", + "output": [ + "st. bartholomew\\'s day" + ] + }, + { + "id": "openseek-7-a22d5047630544bf8c732925bee893db", + "input": "Category: SOUTHERN CITIES \nClue: In the 1830s settlers gave this city its name in the hope of having the University of Mississippi placed there", + "output": [ + "oxford" + ] + }, + { + "id": "openseek-7-08dae22a27184843a1964366244932fd", + "input": "Category: OLE \"MISS\" \nClue: City that's home to the University of Montana", + "output": [ + "missoula" + ] + }, + { + "id": "openseek-7-6f28c47d608f41c4aef0b07b5f3e4b31", + "input": "Category: OCCUPATIONAL HAZARDS \nClue: As our writers know, eyestrain is one hazard of working at a VDT, short for this", + "output": [ + "video display terminal" + ] + }, + { + "id": "openseek-7-06c8c8dde70646a7bed3a757e279727c", + "input": "Category: IT BORDERS BOTH \nClue: Costa Rica & Colombia", + "output": [ + "panama" + ] + }, + { + "id": "openseek-7-ce2af2a804254a0187df73e9cbc007b2", + "input": "Category: LITERARY TRANSLATIONS \nClue: Translator Rosemary Edmonds leaves the final \"A\" off the last name of this Tolstoy title heroine", + "output": [ + "anna karenina" + ] + }, + { + "id": "openseek-7-3aad14ec605e4768834409bcf0622ffd", + "input": "Category: AMERICAN WRITING \nClue: Hello! He wrote \"Farewell, My Lovely\" & \"The Long Goodbye\"", + "output": [ + "raymond chandler" + ] + }, + { + "id": "openseek-7-27e66451d0e641c2bb35461bf58655e8", + "input": "Category: DON'T MESS WITH SICILY \nClue: The father of this US Supreme Court Justice was a romance language professor who had emigrated from Sicily", + "output": [ + "scalia" + ] + }, + { + "id": "openseek-7-805b9445cbe44ec9bac093563ea46aa4", + "input": "Category: FIFTEENTH \nClue: Ptolemy XV of Egypt co-ruled with this woman, his mother", + "output": [ + "cleopatra" + ] + }, + { + "id": "openseek-7-d1fcd40732bc454ea6209ba403fe890a", + "input": "Category: GRAMMAR SCHOOL \nClue: Besides fancy-sounding, \"in lieu of salary\" is this type of grammatical phrase", + "output": [ + "a prepositional phrase" + ] + }, + { + "id": "openseek-7-c75662932adb4123b3bcebc819f49520", + "input": "Category: ANIMAL WORDS & PHRASES \nClue: Something very, very rare is \"as scarce as\" these chicken parts", + "output": [ + "hen\\'s teeth" + ] + }, + { + "id": "openseek-7-21f0d89f8c36441e9c9185cdefdfc26a", + "input": "Category: TOUGH GEOGRAPHY \nClue: Monte Cervino is the Italian name for this peak, located in the Alps & copied in Anaheim", + "output": [ + "the matterhorn" + ] + }, + { + "id": "openseek-7-482ca03a2ae942529f911bf229e6aad3", + "input": "Category: NAME THE AUTOMAKER \nClue: Taurus & T-Bird", + "output": [ + "ford" + ] + }, + { + "id": "openseek-7-e23c119217664d759cc27c415cd66e38", + "input": "Category: AMERICAN LIT \nClue: \"Nobody Knows My Name\" (hopefully you do!) is a later work by this \"Go Tell It on the Mountain\" man", + "output": [ + "james baldwin" + ] + }, + { + "id": "openseek-7-f3b4f90abbd64ea987786a79499d0efb", + "input": "Category: BEFORE YOU WERE BORN \nClue: In 1972 this scandal named for a Washington, D.C. hotel was in the news", + "output": [ + "watergate" + ] + }, + { + "id": "openseek-7-ef5909afb5d54e1abac659726de6936e", + "input": "Category: 23 SKIDOO \nClue: Alfred P. Sloan Jr. became the CEO of this giant auto company in 1923 & brought it back from the brink of collapse", + "output": [ + "general motors" + ] + }, + { + "id": "openseek-7-e0fa7b550f284419815334ddbf822c1c", + "input": "Category: AUTHORS \nClue: Charles Dickens was laid to rest in a private ceremony on June 14, 1870 in the Poet's Corner of this church", + "output": [ + "westminster abbey" + ] + }, + { + "id": "openseek-7-ee85b7479cee42cf8f2c15ac9b3f4cb1", + "input": "Category: POPULAR MUSIC \nClue: She's the rock & roll legend who died at L.A.'s Landmark Hotel October 4, 1970", + "output": [ + "janis joplin" + ] + }, + { + "id": "openseek-7-a5054f09ec0640a0b0dbc10411e8e32b", + "input": "Category: A LITTLE WINE \nClue: From the Latin for \"cup\", it's the special cup used in Catholic churches to hold consecrated wine during a mass", + "output": [ + "a chalice" + ] + }, + { + "id": "openseek-7-d4805a5ee78a48d7bee1a635b74b8d0d", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: In 1861 the faculty & most of the students of this 2nd-oldest U.S. college joined the Confederate army", + "output": [ + "william & mary" + ] + }, + { + "id": "openseek-7-edbfc00405424f19b80fb4be69d87e89", + "input": "Category: TOUGH HODGEPODGE \nClue: This Italian outlived Mozart by 34 years, but the rumor that he poisoned him probably isn't true", + "output": [ + "antonio salieri" + ] + }, + { + "id": "openseek-7-94cab5376db946de9f184e6e72d723aa", + "input": "Category: ART ATTACK \nClue: In 1999 an escaped mental patient in Amsterdam slashed this Spaniard's \"Nude Woman in Front of the Garden\"", + "output": [ + "pablo picasso" + ] + }, + { + "id": "openseek-7-67618a2fd27142a3b8514bdcbe5e3f0d", + "input": "Category: THE MAIN INGREDIENT \nClue: This main ingredient in S.O.S. pads helps you scour out scum", + "output": [ + "steel wool" + ] + }, + { + "id": "openseek-7-af061fbfbb334d4caf53e513dceeb660", + "input": "Category: \"MUM\"s THE WORD \nClue: Formerly called Bombay, it's in the top 5 cities in the world in population", + "output": [ + "mumbai" + ] + }, + { + "id": "openseek-7-b16ac60685a44a37af26a11704fbcd37", + "input": "Category: SWEET 16 \nClue: The 16th letter of the Greek alphabet, it runs circles around the rest", + "output": [ + "pi" + ] + }, + { + "id": "openseek-7-4c7d3a7038634919ad288057ef2004e8", + "input": "Category: FROM THE PAGE TO THE STAGE \nClue: In 2005, in London, Val Kilmer had the \"mail\" lead in a play based on this James M. Cain novel", + "output": [ + "the postman always rings twice" + ] + }, + { + "id": "openseek-7-752f866ceeca4aa18735dcb8a486e2ff", + "input": "Category: MICHAEL J. FOX \nClue: Michael hit the big time in the 1980s as Alex Keaton on this TV series", + "output": [ + "family ties" + ] + }, + { + "id": "openseek-7-b0ab9ed7f5cc4facaab5c3ed8d1b65c8", + "input": "Category: BIRD BOOKS \nClue: Some took flight with this 1970 allegory by Richard Bach; others felt it was bird-brained", + "output": [ + "jonathan livingston seagull" + ] + }, + { + "id": "openseek-7-038c667704824b2497a532f947ce4e3f", + "input": "Category: A YEAR ENDING IN 11 \nClue: Explorer Henry Hudson is set adrift in his namesake bay by a mutinous crew & never seen again", + "output": [ + "1611" + ] + }, + { + "id": "openseek-7-39845dd2033343baa10824974873dfbf", + "input": "Category: H.H. \nClue: This author was a bookseller & mechanic before writing such books as \"Steppenwolf\" & \"Siddhartha\"", + "output": [ + "hermann hesse" + ] + }, + { + "id": "openseek-7-1b19ecdcd76746d496dc7d6548d8af6d", + "input": "Category: TOUGH HISTORY \nClue: On September 9, 1976 this Communist chairman died", + "output": [ + "mao tse-tung" + ] + }, + { + "id": "openseek-7-58029ec65a094642964bd566d6860ba5", + "input": "Category: \"C\" IN SCIENCE \nClue: It's the force that holds the molecules of a substance together", + "output": [ + "cohesion" + ] + }, + { + "id": "openseek-7-df36259a74d540ff9f503846f55886a3", + "input": "Category: LANDMARKS \nClue: Legend says if you're looking for someone, wait under Nelson's statue in this London square", + "output": [ + "trafalgar" + ] + }, + { + "id": "openseek-7-a96c12bbee7942c0b22b8c2021e94b51", + "input": "Category: WHO'S YOUR DADDY? \nClue: \"24\" star Kiefer", + "output": [ + "donald sutherland" + ] + }, + { + "id": "openseek-7-a03f1e136a9f4650b3f2a5acc46ceacf", + "input": "Category: WORLD CAPITALS \nClue: The name of this capital of Belgium might remind you of \"sprouts\" that Mom tries to make you eat", + "output": [ + "brussels" + ] + }, + { + "id": "openseek-7-df2edbee86c747759a36c961ba033be3", + "input": "Category: THE BUREAU OF LAND MANAGEMENT \nClue: The Bureau's Hotshot Crews are part of its responsibility for these events on 388 million acres", + "output": [ + "forest fires" + ] + }, + { + "id": "openseek-7-173618eb1b7b4e94a51bf3c97bde837d", + "input": "Category: CELEBRITY MARRIAGES \nClue: Her 3rd husband won a Best Actor Oscar in the '90s; her 2nd husband, like her dad, is a Rock & Roll Hall of Famer", + "output": [ + "lisa marie presley" + ] + }, + { + "id": "openseek-7-661232b8dbf646eca24c36d32c235e00", + "input": "Category: WORLD OF DANCE \nClue: The bossa nova", + "output": [ + "brazil" + ] + }, + { + "id": "openseek-7-0e0c10fb30c546bdbb2c5bd8a06530a6", + "input": "Category: OTHER GREAT LAKES \nClue: This almost 27,000-square-mile African lake is named for a queen", + "output": [ + "victoria" + ] + }, + { + "id": "openseek-7-d94a266154da4c80839e4872941eb1a1", + "input": "Category: SCIENCE EN ESPAÑOL \nClue: In space not even light can escape one of these, agujero negro", + "output": [ + "black holes" + ] + }, + { + "id": "openseek-7-41d09d1a4ddb4b24a441981233fddd19", + "input": "Category: HENRY VIII'S WIVES \nClue: Henry's 2nd wife, she was the sister of one of his former mistresses", + "output": [ + "anne boleyn" + ] + }, + { + "id": "openseek-7-2a7f089b0cb440ebbaaca07bfdb365ac", + "input": "Category: IT'S STRICTLY BUSINESS \nClue: This insurance company used an umbrella in its ads as early as 1870 & for more than 125 years after", + "output": [ + "traveler\\'s" + ] + }, + { + "id": "openseek-7-ce13fe3ee6844783b71609b3ee63f5b2", + "input": "Category: THE CHANEL CHANNEL \nClue: The J12, Chanel's first sport one of these, can be worn by men or women", + "output": [ + "a watch" + ] + }, + { + "id": "openseek-7-6e6ba9ed4bf94ed4a1f114d59ee61df0", + "input": "Category: GONE FISHIN' \nClue: The name of this fierce ocean fish may come from the Spanish word barraco, meaning \"overlapping teeth\"", + "output": [ + "a barracuda" + ] + }, + { + "id": "openseek-7-2e143618be6043ddafe0f7bc68669933", + "input": "Category: PETE THE CAPITOL PAGE \nClue: Much of Pete's time is spent delivering copies of these proposed laws", + "output": [ + "bills" + ] + }, + { + "id": "openseek-7-2096535da06c4a1fbbea2447135dc30f", + "input": "Category: STAR WARS FOREVER \nClue: While the first 5 \"Star Wars\" movies were all rated PG, \"Revenge of the Sith\" was rated this due to some violent scenes", + "output": [ + "pg-13" + ] + }, + { + "id": "openseek-7-91f8b589fe774e25b9aaebf26dbe7de6", + "input": "Category: TORONTO'S CN TOWER \nClue: The world's tallest self-supporting structure at 1,815 feet, the CN Tower was built by this railway company", + "output": [ + "canadian national" + ] + }, + { + "id": "openseek-7-9d5e3de7880e42c0ba1b84f1282123cc", + "input": "Category: LITERATURE OF THE 19-OUGHTS \nClue: Frank Norris titled his 1901 novel about a railroad that's strangling farmers after this marine mollusk", + "output": [ + "the octopus" + ] + }, + { + "id": "openseek-7-b58f05f061af4079a69d6173875d2b10", + "input": "Category: CANADIAN HODGEPODGE \nClue: Mount Logan in this territory is the highest peak in Canada", + "output": [ + "yukon territory" + ] + }, + { + "id": "openseek-7-0fb3107fc4ee4749b968411d6647f91c", + "input": "Category: THE AMERICAN REVOLUTION \nClue: In 1776, while encamped with Washington's troops, he wrote, \"These are the times that try men's souls\"", + "output": [ + "thomas paine" + ] + }, + { + "id": "openseek-7-6a2631ac88434e6fac7d0722d32acfb4", + "input": "Category: HIT TV SHOWS IN OTHER WORDS \nClue: Since 2004, a Sunday night staple: \"Needy domestic engineers\"", + "output": [ + "desperate housewives" + ] + }, + { + "id": "openseek-7-a6c5cf40f2d2454bac3b7557d482231e", + "input": "Category: 19th CENTURY AMERICA \nClue: It wasn't incorporated as a city until 1836; perhaps witchcraft was to blame...", + "output": [ + "salem, massachusetts" + ] + }, + { + "id": "openseek-7-ba912b1d0cdb4d73856ec4d8343e50ad", + "input": "Category: INITIALLY YOURS \nClue: One of the founders of the NAACP was this sociologist & writer of \"The Souls of Black Folk\"", + "output": [ + "w.e.b. dubois" + ] + }, + { + "id": "openseek-7-3be5a1d5fdb64a0687c9dbdee81b194c", + "input": "Category: CZECH, PLEASE \nClue: His mother, Olga, was once ranked 2nd in Czechoslovakia in women's singles tennis", + "output": [ + "ivan lendl" + ] + }, + { + "id": "openseek-7-454449ed95a142aebc1e800b4a4fbeef", + "input": "Category: SONG LYRICS \nClue: Who could forget this Duran Duran song that begins, \"Telegram force and ready, I knew this was a big mistake\"", + "output": [ + "\"union of the snake\"" + ] + }, + { + "id": "openseek-7-9c974dec493245c1b651ab40b8e65b89", + "input": "Category: IF SHAKESPEARE WROTE FOR THE WWE \nClue: Antonio! I lend you a few bucks & you end up making me change my religion?! I'll see you at \"Veniceslam!\"", + "output": [ + "shylock" + ] + }, + { + "id": "openseek-7-97555a00bd0243a3a03b461c5511795e", + "input": "Category: 1995 \nClue: Imelda Marcos' son \"Bong Bong\" lost his bid for a seat in this country's senate--& was convicted of tax evasion", + "output": [ + "the philippines" + ] + }, + { + "id": "openseek-7-da0c3fa0f3694e28863a72f8beee90e9", + "input": "Category: IF YOU'RE GOING TO DO IT... \nClue: As a Swiss Guard, today you are responsible for the safety of this one person", + "output": [ + "john paul ii" + ] + }, + { + "id": "openseek-7-5151f05c3fb44c1794780f33200113c5", + "input": "Category: \"RR\" CROSSING \nClue: A rapid stream of water, or a violent downpour of rain", + "output": [ + "a torrent" + ] + }, + { + "id": "openseek-7-bd3a51c566ba4cb2a339b64931609e67", + "input": "Category: TERMINATOR OF ENDEARMENT \nClue: Mr. S was the 1st private citizen in the U.S. to own one of these, aka the high-mobility multipurpose wheeled vehicle", + "output": [ + "a hummer" + ] + }, + { + "id": "openseek-7-64ef40bf56564fc785d54a1812eb98ba", + "input": "Category: TV PERSONALITIES \nClue: This talk show host of Puerto Rican descent wrote the book \"Puerto Rico: Island of Contrasts\"", + "output": [ + "rivera" + ] + }, + { + "id": "openseek-7-c626077821a1442c9dff348cc2a1de3b", + "input": "Category: RULERS \nClue: Only wife of Henry VIII who had also married his brother Arthur", + "output": [ + "catherine of aragon" + ] + }, + { + "id": "openseek-7-fca781bd821149a2a764a6ac7f9746b9", + "input": "Category: NBA LOGOS \nClue: Lucky, who wears a vest, bow tie & bowler hat with shamrocks on them", + "output": [ + "the celtics" + ] + }, + { + "id": "openseek-7-de97e28c5ee046eead43a07c0c89b68d", + "input": "Category: PSYCHOLOGY \nClue: A method of trying to predict the future scientifically was named for this oracle", + "output": [ + "delphic oracle" + ] + }, + { + "id": "openseek-7-d0d6d979957e48519c1e2754032568a2", + "input": "Category: ANNUAL EVENTS \nClue: For over 40 years, St. Albans in this state has hosted an annual Maple Festival", + "output": [ + "vermont" + ] + }, + { + "id": "openseek-7-e2169de0539e48f7acd8cccea0782ba0", + "input": "Category: GREEK MYTHOLOGY \nClue: This most powerful Greek god was also the god of justice & the god of oaths & hospitality", + "output": [ + "zeus" + ] + }, + { + "id": "openseek-7-cfd5030dee654db4ad81012096f6ccf0", + "input": "Category: ORDER IN THE SUPREME COURT \nClue: Going from a temp job to permanent employment, he's the only president who also served on the Supreme Court", + "output": [ + "taft" + ] + }, + { + "id": "openseek-7-419560ea571f444c949c6b1f03b5646c", + "input": "Category: THE ARABIAN HORSE \nClue: The Arabian is a smaller breed than most, having 23 of these, unlike the usual 24 for other horses", + "output": [ + "vertebrae" + ] + }, + { + "id": "openseek-7-8ed33b324c7d4369b5ecb235d6140a6c", + "input": "Category: SCIENTISTS \nClue: Around 1800 this scientist from Como, Italy developed a forerunner of the electric battery", + "output": [ + "alessandro volta" + ] + }, + { + "id": "openseek-7-23c724d592e84b9cb7cfaf9f1e0377e1", + "input": "Category: TRUE CRIME \nClue: These Chinese secret societies that met in tongs in North America started as groups of kung fu fighters", + "output": [ + "triads" + ] + }, + { + "id": "openseek-7-f01292271a1843f99b5bb9a7edc8199f", + "input": "Category: THE BIBLE \nClue: When chosen by God to lead the Israelites, he said \"But I am slow of speech, and of a slow tongue\"", + "output": [ + "moses" + ] + }, + { + "id": "openseek-7-4448af42951a44f5a42bcbe655454de0", + "input": "Category: MMM...BEER \nClue: In the 1890s, Adolphus Busch developed this super-premium beer still marketed by Anheuser-Busch", + "output": [ + "michelob" + ] + }, + { + "id": "openseek-7-89637a1cb8b8430092211695edde9c0b", + "input": "Category: OBSESSIONS \nClue: In 1674 Anton van Leeuwenhoek's obsession with lenses paid off; he discovered these, from the Latin for \"first animal\"", + "output": [ + "protozoa" + ] + }, + { + "id": "openseek-7-94472c4c88f34e5abff62b1842e7e213", + "input": "Category: POETS \nClue: Queen Elizabeth I gave him a pension for life after he dedicated \"The Faerie Queen\" to her", + "output": [ + "edmund spencer" + ] + }, + { + "id": "openseek-7-7ef86d84ebdb4883aa3bdc941c94c059", + "input": "Category: THE CIVIL WAR \nClue: General Meade's favorite one was named Baldy", + "output": [ + "horse" + ] + }, + { + "id": "openseek-7-283f1a2609624c00b2aaa8a878322f06", + "input": "Category: 20th CENTURY BOOKS \nClue: In 1929 William Faulkner made a lot of \"noise\" in the literary world with this book", + "output": [ + "\"the sound and the fury\"" + ] + }, + { + "id": "openseek-7-ea5ac97430994def98c1a8b7ab3bf827", + "input": "Category: WORD ORIGINS \nClue: The name of this xylophone that originated in Africa may be from the Kimbundu language", + "output": [ + "marimba" + ] + }, + { + "id": "openseek-7-e357803f89b14c14b619ff62aa5ff128", + "input": "Category: FINISH THE SHAKESPEARE TITLE \nClue: \"Pericles...\"", + "output": [ + "prince of tyre" + ] + }, + { + "id": "openseek-7-6c9178da1e084c62a0b535ccadea8946", + "input": "Category: TRANSPORTATION \nClue: The U.S. company Trek makes Lance Armstrong's bikes from a composite of this often-compounded element", + "output": [ + "carbon" + ] + }, + { + "id": "openseek-7-6f8056acf31e4b6fa41f1e12e3c04044", + "input": "Category: \"BO\"-POURRI \nClue: Ancient British queen who fought the Romans", + "output": [ + "boadicea" + ] + }, + { + "id": "openseek-7-66a55600ce414164a6a550b8d1e47b09", + "input": "Category: POTPOURRI \nClue: Without this \"effect\", the average temperature on Earth would be about 0 degrees", + "output": [ + "greenhouse effect" + ] + }, + { + "id": "openseek-7-3cf512da03b8461c831bc58fa62d507b", + "input": "Category: TELEVISION \nClue: In reviewing this May 1997 4-hour miniseries, TV Guide said NBC didn't \"quite hit a Homer\"", + "output": [ + "the odyssey" + ] + }, + { + "id": "openseek-7-93837f80f3b143f499e211f73d32faf7", + "input": "Category: POETRY \nClue: \"Water, water everywhere, nor any drop to drink\" immortalized this ocean's briny brew", + "output": [ + "pacific ocean" + ] + }, + { + "id": "openseek-7-2ecdb7dcd3e34f24984b66a374ae74aa", + "input": "Category: PUT OUT THE CHINA \nClue: With 900 million speakers, this dialect of Chinese is the world's most widely used", + "output": [ + "mandarin" + ] + }, + { + "id": "openseek-7-9d3115b0083d4ef7a815afeb2e479ed5", + "input": "Category: COMPOSE YOURSELF! \nClue: At his peak he composed 2 or 3 operas a year like \"Lucia di Lammermoor\"", + "output": [ + "gaetano donizetti" + ] + }, + { + "id": "openseek-7-88c19ceaaffd4d7eb7598890979c62ba", + "input": "Category: GEOMETRY \nClue: A pentadecagon is a polygon with this many sides", + "output": [ + "15" + ] + }, + { + "id": "openseek-7-fa448cabc97847c48cdfc4555107fcbd", + "input": "Category: BUSINESS & INDUSTRY \nClue: About 30% of the world's banana's are sold under this No. 1 brand name", + "output": [ + "chiquita" + ] + }, + { + "id": "openseek-7-303de59f244f47b3926eeb301fb21644", + "input": "Category: GAMES \nClue: It's the trademarked name for the game that uses a hollow white celluloid ball that's 40 mm in diameter", + "output": [ + "ping-pong" + ] + }, + { + "id": "openseek-7-7fd514277a1342c0a9bfc835a5c5b960", + "input": "Category: WEAPONS \nClue: Guy Fawkes was part of the conspiracy known as this", + "output": [ + "the gunpowder plot" + ] + }, + { + "id": "openseek-7-ede8fd9fb5674bf68922bcb7e325b614", + "input": "Category: TO A \"TEE\" \nClue: Ring in, miss the clue -- tough. We don't offer a \"money back\" one", + "output": [ + "guarantee" + ] + }, + { + "id": "openseek-7-977b8d70f5384a6c9ec47c2c93f72ed0", + "input": "Category: NUMBER, PLEASE \nClue: Highest number you can throw with just one standard die", + "output": [ + "6" + ] + }, + { + "id": "openseek-7-4cbe2b389c034928b2d9bdbc3245751f", + "input": "Category: COMPOSERS \nClue: Go for Baroque & name this composer of \"Music for the Royal Fireworks\"", + "output": [ + "handel" + ] + }, + { + "id": "openseek-7-cbe5085cf74644549952b3c71bf0d645", + "input": "Category: DEATH SENTENCES \nClue: Approaching another car near Paso Robles, Ca. in 1955, his last words were \"That guy's gotta see us\"", + "output": [ + "james dean" + ] + }, + { + "id": "openseek-7-4f401d11ede34c7aa159eca3d6eb3fda", + "input": "Category: 13-LETTER WORDS \nClue: A \"dynamite\" medicine for hearts", + "output": [ + "nitroglycerin" + ] + }, + { + "id": "openseek-7-b132c990dd6647e29266d1aa33b4c1ba", + "input": "Category: \"AE\" \nClue: An aggressive form of karate, this Korean martial art uses punches, chops & flashy kicks", + "output": [ + "tae kwon do" + ] + }, + { + "id": "openseek-7-454ce90719694c4489ab0e9b5cf49199", + "input": "Category: \"NEW\" ENGLAND \nClue: This Massachusetts city on Buzzards Bay was a major whaling port in the 19th century", + "output": [ + "new bedford" + ] + }, + { + "id": "openseek-7-b37da82cbb3e461e866aa95056b931c0", + "input": "Category: CHIEF JUSTICES OF THE U.S. \nClue: In 1857 he held that Congress did not have power to abolish slavery in the territories", + "output": [ + "taney" + ] + }, + { + "id": "openseek-7-57ffd6276aea4e21a0056f8067a371f6", + "input": "Category: 1946 \nClue: Irving Berlin's 1946 musical that featured a rifle-totin' Ethel Merman", + "output": [ + "annie get your gun" + ] + }, + { + "id": "openseek-7-12e968b9e1c54b86b48f9648580b7174", + "input": "Category: THE CONSTITUTION \nClue: This job \"shall be president of the Senate, but shall have no vote, unless they be equally divided\"", + "output": [ + "the vice president" + ] + }, + { + "id": "openseek-7-24a4813695f44deba5637372ffdf28d9", + "input": "Category: A SERIES OF FIELDS \nClue: The Minnesota Twins have won 2 World Series championships at this enclosed home stadium", + "output": [ + "the metrodome" + ] + }, + { + "id": "openseek-7-1da5e142039e4055b5c15fb9e2b5f4f0", + "input": "Category: AMERICAN HOLIDAYS \nClue: Until June 1, 1954, this was officially called \"Armistice Day\"", + "output": [ + "veterans day" + ] + }, + { + "id": "openseek-7-f1e7a1f0e00240b890f9f5092e8ec52e", + "input": "Category: STARS & STRIPES \nClue: A hospital volunteer", + "output": [ + "a candy striper" + ] + }, + { + "id": "openseek-7-037947770cd547e6b9e34d1853b16daa", + "input": "Category: \"F\"OODSTUFFS \nClue: The name of this semisoft candy can be used as a verb to mean \"to cheat\" or \"to alter data\"", + "output": [ + "fudge" + ] + }, + { + "id": "openseek-7-a1fbb01b6eae4d00b11e04e8ed2014fb", + "input": "Category: GILLIGAN'S ISLAND \nClue: In the episode \"Gilligan Meets Jungle Boy\", the Jungle Boy was this future \"Escape from New York\" star", + "output": [ + "russell" + ] + }, + { + "id": "openseek-7-3e4191c66fbd4fc8a5095b204854353f", + "input": "Category: ADVERBS \nClue: Adverb that begins Clark Gable's last line in \"Gone with the Wind\"", + "output": [ + "frankly" + ] + }, + { + "id": "openseek-7-89935c3951f2464c903ffb05fc26ea37", + "input": "Category: BROTHERS & SISTERS \nClue: In 1846 these 3 sisters published \"Poems by Currer, Ellis and Acton Bell\" at their own expense, & sold only 2 copies", + "output": [ + "the brontës" + ] + }, + { + "id": "openseek-7-4ebccd0c657942abb26284cf2756d6a3", + "input": "Category: THE SUNNY SIDE OF THE STREEP \nClue: Meryl voiced Aunt Esme on this Texas-based animated show in an episode titled \"A Beer Can Named Desire\"", + "output": [ + "king of the hill" + ] + }, + { + "id": "openseek-7-108979d016794d3db114313885746e8c", + "input": "Category: TONGUE TWISTERS \nClue: \"Listen to the local yokel\" do this", + "output": [ + "yodel" + ] + }, + { + "id": "openseek-7-75b52e5527214bbc836369afb88181a7", + "input": "Category: INTO AFRICA \nClue: The winner of 7 Oscars, the 1985 film \"Out of Africa\" takes place largely on a plantation in this country", + "output": [ + "kenya" + ] + }, + { + "id": "openseek-7-14041aede53b4e82912f0b13bfbdbb39", + "input": "Category: TOM SWIFTIES \nClue: If you think doggedly about his hoarse voice, you'll know it's how Tom said \"Mush!\"", + "output": [ + "huskily" + ] + }, + { + "id": "openseek-7-e4432eeb198944a1849e5dd764351a1e", + "input": "Category: \"I\" LADS \nClue: Nudge, nudge, wink, wink! This man seen here starred on a classic British comedy show", + "output": [ + "eric idle" + ] + }, + { + "id": "openseek-7-f1f2a90dd0674c908e27d71d6dac455a", + "input": "Category: MUNICH \nClue: When this largest German state was reunited as a kingdom in the early 1500s, Munich became its capital", + "output": [ + "bavaria" + ] + }, + { + "id": "openseek-7-fccb4d83708b4eb59d794284a492b9e7", + "input": "Category: TV HISTORY \nClue: In 1951 viewers found this Tennessee senator's organized crime hearings quite arresting", + "output": [ + "estes kefauver" + ] + }, + { + "id": "openseek-7-2c11214a9ce3440daca96df4fc4a1d7a", + "input": "Category: INCREDIBLE EDIBLES \nClue: Larousse says this snake whose name is an antonym of subtracter was once eaten as a beauty treatment", + "output": [ + "adder" + ] + }, + { + "id": "openseek-7-26aa68198e164093ac3a4690ae963249", + "input": "Category: ACTING PRESIDENTS ON TV \nClue: Dennis Haysbert & D.B. Woodside as David & Wayne Palmer, respectively", + "output": [ + "24" + ] + }, + { + "id": "openseek-7-872319d6b7f24d58ac515349933ffe69", + "input": "Category: COMPUTER LITERACY \nClue: This term for diplomatic procedure also refers to an agreed format for data to be communicated", + "output": [ + "protocol" + ] + }, + { + "id": "openseek-7-e55adc6905a5468083dc811d29ed7221", + "input": "Category: LET'S DANCE \nClue: An old debate asks how many of these beings could dance on the head of a pin", + "output": [ + "angels" + ] + }, + { + "id": "openseek-7-5c581a9070c947ea9f770fb97570a516", + "input": "Category: 17th CENTURY SCIENCE \nClue: About 1621 William Oughtred invented this device that stuck out of nerds' shirt pockets well into the 20th century", + "output": [ + "slide rule" + ] + }, + { + "id": "openseek-7-39b60ed2e2184727902db2cad4f49e63", + "input": "Category: COLLECTIBLES \nClue: A snowglobe inspired by this film features the Darling children tied to the mast near a hungry crocodile", + "output": [ + "peter pan" + ] + }, + { + "id": "openseek-7-0132ce24073f46f79a5c36d0ee443a25", + "input": "Category: THE GENTLE ART OF RUGBY \nClue: The USA's national team is the Eagles; Argentina's is Los these, aka mountain lions", + "output": [ + "pumas" + ] + }, + { + "id": "openseek-7-9edb5adf2a9943d7a48194f5340217d4", + "input": "Category: THE CHIEFS \nClue: He wrote 5 of the 85 \"Federalist\" essays", + "output": [ + "john jay" + ] + }, + { + "id": "openseek-7-eaa0c18d523e4da390ee2bbc74517e26", + "input": "Category: AVIATION \nClue: This airport named for a former mayor served the Denver community for 66 years, until it closed in 1995", + "output": [ + "stapleton airport" + ] + }, + { + "id": "openseek-7-9af93766c38a466695b20b7df0218777", + "input": "Category: MIKE MYERS \nClue: Put a pinkie to your lips & say the name of this \"Austin Powers\" villain, partly based on SNL's Lorne Michaels", + "output": [ + "dr. evil" + ] + }, + { + "id": "openseek-7-7b1e2bdfedf645ea9cb3336d43981ebe", + "input": "Category: \"Z\" END \nClue: Russia's third man-in-space program, it still continues more than 30 years after its inception", + "output": [ + "the soyuz" + ] + }, + { + "id": "openseek-7-3de804bd3d28419386e7339d3c179fab", + "input": "Category: STATS FREAK \nClue: Wilt Chamberlain & this '60s Celtic are the only NBAers to average more than 20 rebounds per game", + "output": [ + "bill russell" + ] + }, + { + "id": "openseek-7-b5e596cf43ee461da2a8bf0ae37bc709", + "input": "Category: CARTS, WAGONS & SLEDS \nClue: Used to transport small loads like lawn dirt, it's a cart with 1 tire & a shallow body, held & pushed by handles", + "output": [ + "a wheelbarrow" + ] + }, + { + "id": "openseek-7-de908442ec3e4db0b1a2967733f2036c", + "input": "Category: ANAGRAMS \nClue: I need a glass of this soft drink after I've been at bat", + "output": [ + "tab" + ] + }, + { + "id": "openseek-7-09b94c026be34307b9c09705c1c60d7a", + "input": "Category: LIVIN' LIBIDO LOCA \nClue: This writer's relationship with Alfred Douglas was fine with him, but it drove Al's dad, Marquess of Queensberry, nuts", + "output": [ + "oscar wilde" + ] + }, + { + "id": "openseek-7-7869ae8082bb467097fea7ead087df1d", + "input": "Category: FAMILIAR PHRASES \nClue: You may \"put\" this \"on the line\" or \"where your mouth is\"", + "output": [ + "money" + ] + }, + { + "id": "openseek-7-c7e74d5d11694192931af81a65355697", + "input": "Category: \"Y\" ASK \nClue: In parts of Asia these pack animals are known as hairy cattle", + "output": [ + "yaks" + ] + }, + { + "id": "openseek-7-39cd124514724ea38057240ea3c1f847", + "input": "Category: CHEMISTRY \nClue: The 6 \"inert\" elements occur naturally primarily in this state of matter", + "output": [ + "gases" + ] + }, + { + "id": "openseek-7-e8473c446f4f4a0da61a6d2b30244d05", + "input": "Category: ROYALTY \nClue: His infant son, Fuad II, succeeded him briefly as king of Egypt after his abdication in 1952", + "output": [ + "king farouk" + ] + }, + { + "id": "openseek-7-9e0d35f686cf4dcb9b73ee1c494b58e4", + "input": "Category: KHAAAAAAAAAN! \nClue: Born around 1162, Temujin, or \"Ironworker\", must have decided this name would look better for him on Mongol billboards", + "output": [ + "genghis khan" + ] + }, + { + "id": "openseek-7-704426b0a74042ca959db397de98ad94", + "input": "Category: ON THE GO \nClue: A tandem can be a carriage, or one of these upon whose seat you'd look sweet", + "output": [ + "bicycle built for two" + ] + }, + { + "id": "openseek-7-626f406e632c406da04a921701643592", + "input": "Category: FICTIONAL CHARACTERS \nClue: She's the title heroine \"Of Green Gables\" in a classic 1908 book", + "output": [ + "anne" + ] + }, + { + "id": "openseek-7-9ed4a79bcd4e48abb0e32ed19c6a12f1", + "input": "Category: ANNUAL EVENTS \nClue: In late June, Hardin, Montana reenacts this famous 1876 battle between the cavalry & Indians", + "output": [ + "little big horn" + ] + }, + { + "id": "openseek-7-708bac04952b4ec687f0e5120c8222c7", + "input": "Category: LITERATURE \nClue: The prep school classic \"A Separate Peace\" takes place during this war", + "output": [ + "the second world war" + ] + }, + { + "id": "openseek-7-27f8cc6fdc604774bfcf27e5f249dbc4", + "input": "Category: WHEN THEY WERE IN COLLEGE \nClue: Jon Stewart got a \"kick\" out of this sport at William & Mary, & an award there is named in his honor", + "output": [ + "soccer" + ] + }, + { + "id": "openseek-7-8a7322351d6843f594bdde6d868a45d7", + "input": "Category: MAMMALS \nClue: Despite their incredibly long necks, giraffes have only this many neck bones, the same as humans", + "output": [ + "7" + ] + }, + { + "id": "openseek-7-6fd67ad56a0a4ebb92ca7d43a8c8fdab", + "input": "Category: BALLET \nClue: Mental illness ended his career after he choreographed his last ballet, \"Till Eulenspiegel\"", + "output": [ + "vaclav nijinsky" + ] + }, + { + "id": "openseek-7-48a917a26d3a4d6bab3e208b9eb2f3d2", + "input": "Category: WHAT \"A\" COUNTRY! \nClue: As ancient Numidia, this north African country became a Roman colony", + "output": [ + "algeria" + ] + }, + { + "id": "openseek-7-b69e1f4da4da42aeb2abab96be1edd46", + "input": "Category: LEAF ME ALONE PLEASE \nClue: The American leaf-nosed species of this mammal mainly eats insects, but may chow down on an occasional frog", + "output": [ + "bats" + ] + }, + { + "id": "openseek-7-eb62f5be094f4b4585d0426421a1e37d", + "input": "Category: KANSAS CITY, KANSAS HERE WE COME \nClue: Kansas City is the county seat of this county, commonly referred to as \"the Dotte\" by its residents", + "output": [ + "wyandotte" + ] + }, + { + "id": "openseek-7-71984a2155ed461a8dcb514cb1f5e2e2", + "input": "Category: \"A\" + 4 \nClue: Very pale", + "output": [ + "ashen" + ] + }, + { + "id": "openseek-7-894df5fa548242539b31994ce2dfadfe", + "input": "Category: LAKES & RIVERS \nClue: Body of water, currently crossed by the 1831 London Bridge", + "output": [ + "lake havasu" + ] + }, + { + "id": "openseek-7-90e6095a1dc248dcb00d3a827910500e", + "input": "Category: DESERVES AN \"ITHER\" \nClue: Reptilian way of moving", + "output": [ + "slither" + ] + }, + { + "id": "openseek-7-c8363c5ee41d45ad846bc3453d00384a", + "input": "Category: HISTORIC NAMES \nClue: When you turn on a light bulb, you can thank him; he invented it", + "output": [ + "thomas edison" + ] + }, + { + "id": "openseek-7-c6fa01733acb407b915f5daa4664f252", + "input": "Category: COLORS \nClue: It can precede bull, gate, horde or rule", + "output": [ + "golden" + ] + }, + { + "id": "openseek-7-5728b9a6b2594e3b95748cc5da83dedc", + "input": "Category: QUITE A DICKENS CHARACTER \nClue: Grip the Raven is the companion of this son of Mary Rudge", + "output": [ + "barnaby rudge" + ] + }, + { + "id": "openseek-7-9f8ed3a672d341999825c424908dd7a7", + "input": "Category: YOU GET AN \"F\" \nClue: Opponents of Sabine Bau, a world champion in this sport, might say, \"Curses! Foiled again!\"", + "output": [ + "fencing" + ] + }, + { + "id": "openseek-7-3af904c8bd3846ed8238beda0c6cfe95", + "input": "Category: CHICAGO \nClue: Remove 1 letter from the name of a plaza in Dallas & you get this plaza in Chicago's Loop", + "output": [ + "daley plaza" + ] + }, + { + "id": "openseek-7-fa4f9f60e57e4a6790a37ba07d2698ac", + "input": "Category: LAKES & RIVERS \nClue: In Israel the area where this river exits the Sea of Galilee is considered holy", + "output": [ + "the jordan" + ] + }, + { + "id": "openseek-7-c77e6d1490244eaea0fbcb9bf4b658da", + "input": "Category: THE SPORTS CHANNEL \nClue: Fly balls & sacrifices are parts of this sport", + "output": [ + "baseball" + ] + }, + { + "id": "openseek-7-9eace336dc814db6a7862d251e921fd9", + "input": "Category: DAY TIME \nClue: In 2002 Earth Day fell on this day, what the Italians call Lunedi, after the moon", + "output": [ + "monday" + ] + }, + { + "id": "openseek-7-5926881c597243f3a85b71ffb9701446", + "input": "Category: DRESS UP \nClue: In Mexico this large black veil is commonly worn over a high comb", + "output": [ + "mantilla" + ] + }, + { + "id": "openseek-7-bc4a695314d64b94835a3619cf41214a", + "input": "Category: 19th CENTURY AMERICA \nClue: Name of the ship that James Lawrence urged his men, \"Don't give up\", it was also paired in a railroad with Ohio", + "output": [ + "chesapeake" + ] + }, + { + "id": "openseek-7-f8b1d3f5a78d455785cc412970c7929c", + "input": "Category: WALL STREET \nClue: As part of 1997 changes to its industrial average group, Dow Jones replaced Woolworth with this retailer", + "output": [ + "wal-mart" + ] + }, + { + "id": "openseek-7-91ba408ebf4b4a3f85f9e0f283e11002", + "input": "Category: WORLD RELIGION \nClue: In Islam, salat is praying on a mat this many times a day", + "output": [ + "five" + ] + }, + { + "id": "openseek-7-b0486bb104ad458198fc76352d80b0fb", + "input": "Category: THE ELEMENTS \nClue: LOX, the one used in rockets, not in bagels, is liquid this", + "output": [ + "oxygen" + ] + }, + { + "id": "openseek-7-fa85b65decb145968c25a3ca6aa1f623", + "input": "Category: MY BOYS \nClue: Dusty Springfield sang, \"The only one who could ever reach me\" was \"the son of\" this person", + "output": [ + "the preacher man" + ] + }, + { + "id": "openseek-7-200645e00b1e4075aa19328aa850521e", + "input": "Category: THINKERS \nClue: Aristotle introduced the term hamartia, or a dramatic hero's \"tragic\" this", + "output": [ + "flaw" + ] + }, + { + "id": "openseek-7-a5b16c3498ce409d882872bb19b1fd32", + "input": "Category: RHYME TIME \nClue: Your bill for taking a taxi", + "output": [ + "a cab tab" + ] + }, + { + "id": "openseek-7-8c22fc403c33497db6d8feaf1e3bddac", + "input": "Category: FACTS & FIGURES \nClue: Since 1970 the number of U.S. men aged 25-34 still living here has increased from 10% to 15%", + "output": [ + "at home" + ] + }, + { + "id": "openseek-7-08519f4fabba4d9697f044e7fbfb7557", + "input": "Category: RED, WHITE OR BLUE \nClue: Jack London's follow-up doggie tale to \"The Call of the Wild\"", + "output": [ + "white fang" + ] + }, + { + "id": "openseek-7-f194267d9fde478e8189e3d4e1ce1bf0", + "input": "Category: THE BODY WOMAN \nClue: Shallower & wider than a man's to allow for childbirth, its bones are fused in a ring to give support", + "output": [ + "pelvis" + ] + }, + { + "id": "openseek-7-d71ae0c98af04ca595e84706cd115e51", + "input": "Category: TELEPHONE HISTORY \nClue: In 1880 he invented the photophone, a device that sent messages through the air on beams of light", + "output": [ + "alexander graham bell" + ] + }, + { + "id": "openseek-7-11e05ed1706149a6a15c234ebb8b1824", + "input": "Category: SAME FIRST & LAST LETTER \nClue: Edible fruit matter, or lurid fiction", + "output": [ + "pulp" + ] + }, + { + "id": "openseek-7-fab98a0e287248898ec78ea42dbc5f40", + "input": "Category: ARCHITECTURE \nClue: This type of window that opens by means of a crank rhymes with a lower story of a building", + "output": [ + "casement" + ] + }, + { + "id": "openseek-7-a88ed01d8f884e8085a979c67ab6edf3", + "input": "Category: 20th CENTURY CLASSICAL MUSIC \nClue: Two of the \"Three Tenors\"", + "output": [ + "jose carreras, placido domingo, luciano pavarotti" + ] + }, + { + "id": "openseek-7-af644f9000c344ba8dd71b54ff11b023", + "input": "Category: STATES' MOST POPULOUS CITIES \nClue: Oregon", + "output": [ + "portland" + ] + }, + { + "id": "openseek-7-3fd5f901fc8a4a48911140a136a5c361", + "input": "Category: MAIDEN NAMES \nClue: Billie Jean Moffitt", + "output": [ + "king" + ] + }, + { + "id": "openseek-7-3a461f566e57481f8808ff121522468c", + "input": "Category: AMAZING SPORTS RECORDS \nClue: This Georgian's major league career batting average was .367--or maybe .366, still pretty good", + "output": [ + "ty cobb" + ] + }, + { + "id": "openseek-7-518cc4c59a5547faa00bfa7e46f3d5ce", + "input": "Category: GOVERNMENT \nClue: Under Medicare most Americans this age & over pay a 15% surtax to cover catastrophic illness", + "output": [ + "65" + ] + }, + { + "id": "openseek-7-04e49767da7a4c1a8ccf0f1cf4da0f08", + "input": "Category: THE AMERICAN REVOLUTION \nClue: Colonists protested the Sugar Act of 1764 by famously saying, \"No taxation without\" this", + "output": [ + "representation" + ] + }, + { + "id": "openseek-7-45b5beba563844debed51bdca9c69b6a", + "input": "Category: 20th CENTURY WOMEN \nClue: Before she was Secretary of State, she was a professor of international affairs at Georgetown Univ.", + "output": [ + "madeline albright" + ] + }, + { + "id": "openseek-7-030f9deef14e4a629a49f8cbe70f8477", + "input": "Category: THE \"ANTI\"-CATEGORY \nClue: Amoxicillin & ampicillin are types of these", + "output": [ + "antibiotics" + ] + }, + { + "id": "openseek-7-1cade0131d2d4f2f819ec61c0173ef6a", + "input": "Category: THE EYES HAVE IT \nClue: A hollow area that holds a light bulb", + "output": [ + "socket" + ] + }, + { + "id": "openseek-7-aaa4ee78230c43cebd98ee0e732a0e42", + "input": "Category: TELEVISION \nClue: From 1947 to 1975, Lawrence Spivak was a panelist or moderator on this NBC public affairs program", + "output": [ + "meet the press" + ] + }, + { + "id": "openseek-7-1a1d0384669244b5989de9f306aeb9e3", + "input": "Category: FALL GUYS \nClue: He was born in the fall of 1918 & fell out of the vice presidency in the fall of 1973", + "output": [ + "agnew" + ] + }, + { + "id": "openseek-7-7388a12fe0604b579d5cfd0891028715", + "input": "Category: SONGS...JAMES BOND SONGS \nClue: Nobody does it better than this woman who sang \"Nobody Does It Better\"", + "output": [ + "carly simon" + ] + }, + { + "id": "openseek-7-c0ddded30d184cbd9c393e1bb661cdef", + "input": "Category: BATTLE CRIES \nClue: Despite Captain Lawrence's final orders, it's what the crew of the Chesapeake did on June 1, 1813", + "output": [ + "give up the ship" + ] + }, + { + "id": "openseek-7-d38f761604fc46418e619cbf160f085f", + "input": "Category: ROAD TRIP USA \nClue: On the road you're never far from one of this hotel's more than 840 locations that will \"leave the light on for you\"", + "output": [ + "motel 6" + ] + }, + { + "id": "openseek-7-ec66508774d6409eac3f57ec7cc42820", + "input": "Category: ROUND IT OFF \nClue: Tropic of Cancer (in degrees north latitude)", + "output": [ + "23" + ] + }, + { + "id": "openseek-7-c0dc84ecfb5f4a92a647600349b3ca81", + "input": "Category: \"GREAT\" EXPECTATIONS \nClue: A Montana city is named for these on the Missouri, which Meriwether Lewis called the grandest sight he'd ever beheld", + "output": [ + "great falls" + ] + }, + { + "id": "openseek-7-2b9dad190b6243238b43c8ab73fd4185", + "input": "Category: \"PEACE\" ON EARTH \nClue: This overseas humanitarian sevice was originally part of the U.S. State Department", + "output": [ + "peace corps" + ] + }, + { + "id": "openseek-7-2a9641a55707455682ab5d08beff0c34", + "input": "Category: ARCHITECTURE \nClue: The caldarium, the tepidarium & the frigidarium were chambers in these, where olden Romans refreshed themselves", + "output": [ + "the baths" + ] + }, + { + "id": "openseek-7-0ee89f0df2e14a4aafe35332683f927f", + "input": "Category: 5-LETTER WORDS \nClue: It's the crosshatched paper used in math class", + "output": [ + "graph" + ] + }, + { + "id": "openseek-7-c78c19ca6f3f40468189b9027c3c2a68", + "input": "Category: UNIVERSAL TRUTH \nClue: Observations from this, launched in 1990, revealed galaxies older than astronomers expected", + "output": [ + "the hubble telescope" + ] + }, + { + "id": "openseek-7-92fb374f6fc5498a8b98724e11ea8f2f", + "input": "Category: FOR THE SOLE \nClue: On Oct. 12, 1960 he used a shoe to great effect while giving a speech to the U.N. General Assembly", + "output": [ + "nikita khrushchev" + ] + }, + { + "id": "openseek-7-125270d2dcb34bfb9acd15182141cae2", + "input": "Category: INVENTORS \nClue: His son was the first president of the International Harvester Company", + "output": [ + "cyrus mccormick" + ] + }, + { + "id": "openseek-7-32a3995e79c3444888dbfd0ad23120ee", + "input": "Category: NON-MUSICAL INSTRUMENTS \nClue: The sand in this simple device runs from the top bulb to the bottom in 60 minutes' time", + "output": [ + "hourglass" + ] + }, + { + "id": "openseek-7-56b214408e9f467788c7c5c4629a3f1a", + "input": "Category: 2-LETTER ABBREV. \nClue: Condoleezza Rice earned hers from the University of Denver in 1974", + "output": [ + "b.a." + ] + }, + { + "id": "openseek-7-c173f7a15ddb479196b110c6dea584b1", + "input": "Category: CECIL \nClue: When he became Britain's poet laureate in 1968, his son Daniel, future star of \"The Last of the Mohicans\", was 10", + "output": [ + "cecil day-lewis" + ] + }, + { + "id": "openseek-7-ee4750dbe028423eaddb66d5fb08be65", + "input": "Category: PSYCHOLOGY \nClue: Displacement, denial & rationalization are examples of these mechanisms", + "output": [ + "defenses" + ] + }, + { + "id": "openseek-7-57e9001954774058929c39be50bb8678", + "input": "Category: THREE LITTLE WORDS \nClue: Incidentally", + "output": [ + "by the way" + ] + }, + { + "id": "openseek-7-5fce59c5fcf14e99a8166dc2fc23f2ed", + "input": "Category: DANCES \nClue: Technically, a bubble dance is done with these props, not bubbles", + "output": [ + "balloons" + ] + }, + { + "id": "openseek-7-0cf39108cefd4c5d9594d9499b7ce4a3", + "input": "Category: PSYCHOLOGY \nClue: This 1973 book & subsequent TV movie popularized the study of multiple personality disorder", + "output": [ + "sybil" + ] + }, + { + "id": "openseek-7-51d018b7a7ef4591afff0a55e4e3c9f9", + "input": "Category: ANGELINA JOLIE \nClue: As Jane Smith, Angelina asks him, \"Any last words?\"; as John Smith, his reply... \"The new curtains are hideous\"", + "output": [ + "brad pitt" + ] + }, + { + "id": "openseek-7-a6e5479774a94137b77c5b3ed5d8a735", + "input": "Category: CONTAINERS \nClue: One may hold a tempest or a dormouse", + "output": [ + "teapot" + ] + }, + { + "id": "openseek-7-24a5a7c064bf4a00935577b049fd610d", + "input": "Category: MY DAD \nClue: This leader of the Argonauts was raised by Chiron, a Centaur", + "output": [ + "jason" + ] + }, + { + "id": "openseek-7-f76a84b91f474e99a0733b4264bb1e4c", + "input": "Category: INSPECT HER GADGET \nClue: Margaret Knight invented a machine to make the square-bottomed variety of these grocery store items in 1870", + "output": [ + "paper bag" + ] + }, + { + "id": "openseek-7-05ed784ad1f946c99f2a388f4385152c", + "input": "Category: \"D\" MEN OF HISTORY \nClue: This U.S. mayor who died in 1976 was called the \"last of the big-city bosses\"", + "output": [ + "daley" + ] + }, + { + "id": "openseek-7-98d0bb601cdf4196a245270b1dc4a95b", + "input": "Category: WORD PLAY \nClue: Wally & the Beaver, or the axlike knives they'd use to cut meat", + "output": [ + "cleavers" + ] + }, + { + "id": "openseek-7-39b38c2e3de6484d8257b9c3ac4d5fd1", + "input": "Category: THE 1950 EMMYS \nClue: Coverage of the departure of marines to this country won a special events Emmy", + "output": [ + "korea" + ] + }, + { + "id": "openseek-7-1e7484c7c7504407a68d507b1b711e2c", + "input": "Category: 20TH CENTURY AUTHORS \nClue: A collector of his novels would own copies of \"The French Lieutenant's Woman\" & \"The Collector\"", + "output": [ + "john fowles" + ] + }, + { + "id": "openseek-7-973d952a26dc433984dd1f3a346a8c34", + "input": "Category: TV GOES TO WORK \nClue: It's the literary cafe where Joe Farrell, Audrey Penney & Ellen Morgan worked", + "output": [ + "buy the book" + ] + }, + { + "id": "openseek-7-9c82370e85fc4956b49ceae90b8141f5", + "input": "Category: LIKE A SURGEON \nClue: Slava Fyodorov developed radial this after taking glass out of a patient's eye & finding the vision improved", + "output": [ + "keratotomy" + ] + }, + { + "id": "openseek-7-0c8e657d7d2a43a49eb43e7964914dc4", + "input": "Category: STAMPS \nClue: In 2004 the Post Office honored the \"Greatest Generation\" with a stamp of this national memorial in D.C.", + "output": [ + "the world war ii memorial" + ] + }, + { + "id": "openseek-7-23ac7efda52a4b0386611ca9f9a574b1", + "input": "Category: WORD ORIGINS \nClue: This emotion you feel at a grave seems to come from the same root as \"grave\"", + "output": [ + "grief" + ] + }, + { + "id": "openseek-7-807d24709aed4d93afaa9cc443853365", + "input": "Category: SCIENCE \nClue: From its Latin name argentum, Ag is the chemical symbol for this metallic element", + "output": [ + "silver" + ] + }, + { + "id": "openseek-7-6b8fa4c16d5b4a66b42f31aaa4ec261b", + "input": "Category: NATURE \nClue: Although these smallest birds are known for drinking nectar, they eat insects as well", + "output": [ + "hummingbirds" + ] + }, + { + "id": "openseek-7-93f56d953adc43f78fa8875047ddf047", + "input": "Category: FASHION DESIGNERS \nClue: Italian designer seen here; his name is on the Emporio's new clothes", + "output": [ + "giorgio armani" + ] + }, + { + "id": "openseek-7-3c619ef8df364468925976c7189b3419", + "input": "Category: LET'S GET MEDICAL \nClue: Amyotrophic lateral sclerosis, also known as his disease, claimed his life in 1941", + "output": [ + "lou gehrig" + ] + }, + { + "id": "openseek-7-795584c5c51c43eabb04285411170253", + "input": "Category: WILD THINGS \nClue: This striped mammal can fire numerous jets of its foul-smelling liquid before it has to \"reload\"", + "output": [ + "skunk" + ] + }, + { + "id": "openseek-7-a5e93bcb864243c98e8d8933850b9226", + "input": "Category: \"B\" FORE \"N\" AFTER \nClue: Ship's officer who summons the crew with a whistle", + "output": [ + "a boatswain" + ] + }, + { + "id": "openseek-7-e9a6ac1ffa8c47638017a86d9933e4fa", + "input": "Category: AROUND THE WORLD \nClue: Now in ruins, the temple complex of Angkor Thom in this country was built by Khmer ruler Jayavarman VII", + "output": [ + "cambodia" + ] + }, + { + "id": "openseek-7-d9c5e3c1eb9b433d8e693db12d2b3f1d", + "input": "Category: BEFORE & AFTER \nClue: Walt Whitman poem about Mr. Green Jeans' buddy", + "output": [ + "\"o captain! my captain kangaroo\"" + ] + }, + { + "id": "openseek-7-428ff1d640d84e948ed04adfbde407d3", + "input": "Category: TRAVEL FUN \nClue: You won't want to miss the ancestral chateau of the counts of Egmont in Gaasbeek in this Low Country", + "output": [ + "belgium" + ] + }, + { + "id": "openseek-7-631283585d7c427985ff8960433f9f40", + "input": "Category: BASEBALL HISTORY \nClue: In addition to being baseball's all-time hit king, he is also the games leader with 3,562", + "output": [ + "pete rose" + ] + }, + { + "id": "openseek-7-10abfdfdec7d4ecdaa2148b2a7c92bf9", + "input": "Category: POLITICAL CAMPAIGNS \nClue: This man's successful 2001 campaign was the most expensive non-presidential campaign in history", + "output": [ + "michael bloomberg" + ] + }, + { + "id": "openseek-7-9c9aab9d17f94e398c02f9a89ed13f3b", + "input": "Category: DR. ALEX' OLD-TIME FEEL-GOOD MEDICINE SHOW \nClue: Make your mucous membranes merry & mirthful! Enjoy Dr. Alex' Cure-All to fight these, be they duodenal or gastric", + "output": [ + "ulcers" + ] + }, + { + "id": "openseek-7-dab177289c494da890a44e093c49a4b8", + "input": "Category: THAT OLD \"BLACK\" MAGIC \nClue: Early in his career, Burt Reynolds played Quint Asper, one of these on \"Gunsmoke\"", + "output": [ + "blacksmith" + ] + }, + { + "id": "openseek-7-411e1b81ae7540e7abe26dbc05d2e9e8", + "input": "Category: SCIENCE LAB \nClue: In 1969 Marcian Hoff Jr. condensed all of a computer's arithmetic functions to this one tiny chip", + "output": [ + "a microprocessor chip" + ] + }, + { + "id": "openseek-7-17c721fe57c7419393d2489e6128c390", + "input": "Category: WORLD HISTORY \nClue: He completed vols. 2 & 3 of Karl Marx's \"Das Kapital\"", + "output": [ + "friedrich engels" + ] + }, + { + "id": "openseek-7-6edb9ae5d7004ee19768f3116ff9ec18", + "input": "Category: HISTORIC NAMES \nClue: The eagle on Iraq's coat of arms is associated with this 12th century Muslim warrior", + "output": [ + "saladin" + ] + }, + { + "id": "openseek-7-d2acdef9f9f743ac81409dc76daad405", + "input": "Category: GEOGRAPHY \nClue: The name of this capital city found in the Andes means \"the peace\"", + "output": [ + "la paz" + ] + }, + { + "id": "openseek-7-46a038f3e93a416cba2db693da3e11d6", + "input": "Category: THE CIVIL WAR \nClue: His first act after being sworn in as president of the Confederacy was to send a peace commission to Washington, D.C.", + "output": [ + "jefferson davis" + ] + }, + { + "id": "openseek-7-b8f91fcee0c7449d94401e49b7b9b936", + "input": "Category: HOW HEAVENLY! \nClue: Unlike the corned beef & red flannel varieties, the \"heavenly\" type of this food is a candy", + "output": [ + "hash" + ] + }, + { + "id": "openseek-7-b738b4d662e74665b6ed7286f91fc3a6", + "input": "Category: UH-OH, OPERA \nClue: In the opera \"Broken Strings\", a soprano plays a fish & a tenor plays one of these proud fan-tailed birds", + "output": [ + "a peacock" + ] + }, + { + "id": "openseek-7-dc51ebc44fd140038c8dc9623fbcf7e9", + "input": "Category: PICK ME A WIENER \nClue: Born in Vienna in 1882, this little sausage joined the U.S. Supreme Court in 1939", + "output": [ + "frankfurter" + ] + }, + { + "id": "openseek-7-4c966360f95747cf824ef9213658aeea", + "input": "Category: IF JUDD APATOW ADAPTED THE CLASSICS \nClue: These goaty creatures who form the chorus of Euripides' \"Cyclops\" sure make a lot of body part jokes", + "output": [ + "the satyrs" + ] + }, + { + "id": "openseek-7-603ce97337ef424c92bb6691659de2a9", + "input": "Category: 3-LETTER WORDS \nClue: Splash guard for a baby", + "output": [ + "bib" + ] + }, + { + "id": "openseek-7-22d3593cdeb84eadb08dea0ca3775ca6", + "input": "Category: SPORTS ARENAS \nClue: A Detroit arena named for this heavyweight boxing champ was the site of the 1980 GOP Nat'l Convention", + "output": [ + "joe louis" + ] + }, + { + "id": "openseek-7-70e46b11f2a94d1d98f2a0fc8483c357", + "input": "Category: 20th CENTURY FASHION \nClue: Lana Turner was nicknamed this kind of \"girl\" for a certain form-fitting garment she wore", + "output": [ + "a sweater girl" + ] + }, + { + "id": "openseek-7-db2e3662cf874757bd6cc2a10b28ed9a", + "input": "Category: CAN I GET YOUR LITERARY NUMBER? \nClue: A game about Kevin Bacon was inspired by the title of this play", + "output": [ + "six degrees of separation" + ] + }, + { + "id": "openseek-7-18b54fd6c1bd41c5b56c9b1b7b6f37e5", + "input": "Category: MOVIE SONGS \nClue: The whole bus joins in to sing this Elton John song in \"Almost Famous\"", + "output": [ + "\"tiny dancer\"" + ] + }, + { + "id": "openseek-7-0cd26e2e99cc4b7b948f7fd23333e2f4", + "input": "Category: MOUNTAINS \nClue: Coffee & bananas are grown on the lower slopes of this mountain, the highest in Africa", + "output": [ + "mt. kilimanjaro" + ] + }, + { + "id": "openseek-7-8e8406f67f70482285da29485102bf2e", + "input": "Category: MOVIE SONGS \nClue: This classic bluegrass song for banjo & guitar was featured in the film \"Deliverance\"", + "output": [ + "\"dueling banjoes\"" + ] + }, + { + "id": "openseek-7-e1c0330402fe44c7a5504496f3613776", + "input": "Category: ____ AND ____ \nClue: To pursue an activity full force is to do it this way, like a blacksmith", + "output": [ + "hammer and tong" + ] + }, + { + "id": "openseek-7-6774ce743def497da18c72aff2a36276", + "input": "Category: SKY WATCHING \nClue: Last seen in 1997, another 2,400 years will pass before the next visiti of Hale-Bopp, one of these", + "output": [ + "comet" + ] + }, + { + "id": "openseek-7-a2ad5c54847745abb7c03e137647722f", + "input": "Category: NEW FACES IN THE 110th CONGRESS \nClue: In a huge upset in Virginia, Jim Webb beat this senator & prospective presidential candidate", + "output": [ + "allen" + ] + }, + { + "id": "openseek-7-92137533a99d4dbcb72e1a4515081b88", + "input": "Category: I'M DOWN WITH HOMEWORK \nClue: Literature: In this book, Emma's sick of her husband; next thing, she's macking with Leon, Rodolphe & a crucifix", + "output": [ + "madame bovary" + ] + }, + { + "id": "openseek-7-4f390e4af98343559a70a53a0f717a84", + "input": "Category: MOVIE FOLK \nClue: To get orc war screams for the Helm's Deep battle, this director put phonetic yells on a scoreboard for 25,000 cricket fans", + "output": [ + "peter jackson" + ] + }, + { + "id": "openseek-7-77c5966693bc4ad1b9f3a5ccd29f20dd", + "input": "Category: WHAT'S MY LINE? \nClue: If you have some lines by Edgar Guest in your house, it's likely they're lines of this", + "output": [ + "poetry" + ] + }, + { + "id": "openseek-7-bcf13045b86a4624a69dc62d5c9e6250", + "input": "Category: THE INSECURITY COUNCIL \nClue: To help teens with self-acceptance, \"Chicken Soup...\" co-author Kimberly Kirberger wrote \"No Body's\" this", + "output": [ + "perfect" + ] + }, + { + "id": "openseek-7-1fef6e42e4124bcd854741b1de1fc189", + "input": "Category: \"FULL\" HOUSE \nClue: Albeit clothed, Prince Charles reenacted one of the dance scenes from this popular flick on British TV", + "output": [ + "the full monty" + ] + }, + { + "id": "openseek-7-bc9e4dcab52e40d6ac1515214e38f3ef", + "input": "Category: CLASSICAL COMPOSERS \nClue: As published, his \"Eroica\" symphony was dedicated to his patron Prince Lobkowitz", + "output": [ + "beethoven" + ] + }, + { + "id": "openseek-7-316e8e321e8f47a0b6ba5efa5ae9fd5e", + "input": "Category: AFRICAN-AMERICAN AUTHORS \nClue: A conversation he had with Miles Davis became the first of the “Playboy Interviews” in 1962", + "output": [ + "alex haley" + ] + }, + { + "id": "openseek-7-d37c2f33c3154e7f864fcf108243b097", + "input": "Category: FABLES & TALES \nClue: It contained evil tempers, many cares & more than 150 sorrows", + "output": [ + "pandora\\'s box" + ] + }, + { + "id": "openseek-7-973535cf6e6e405abef567380feadff3", + "input": "Category: OPERA \nClue: \"Carmen\" is set in this city around 1820", + "output": [ + "seville" + ] + }, + { + "id": "openseek-7-fa14bc5612e04d44a8e6dd4e88a666f9", + "input": "Category: 24--THE NOVEL \nClue: This James Joyce novel is written as a parallel to the \"Odyssey\", except it was set in Dublin on June 16, 1904", + "output": [ + "ulysses" + ] + }, + { + "id": "openseek-7-49e0ddf5217f4afbbd83810a2481851e", + "input": "Category: ARTISTS \nClue: While living in Parma, Italy, this American impressionist began painting babies, later her trademark", + "output": [ + "mary cassatt" + ] + }, + { + "id": "openseek-7-a62b941756b0401cbb20138572562ca8", + "input": "Category: 20th CENTURY QUOTATIONS \nClue: Before his 1915 execution, this radical labor leader wrote, \"Don't waste time in mourning -- organize\"", + "output": [ + "joe hill" + ] + }, + { + "id": "openseek-7-e3f99f01a71845dd9ffee8e78dedf07f", + "input": "Category: COLLEGIATE MOVIE TITLES \nClue: We found Matthew Fox; he was in this 2006 movie with Matthew McConnaughey", + "output": [ + "we are marshall" + ] + }, + { + "id": "openseek-7-2a33a909de594c10af19a0ef2a644698", + "input": "Category: PLAYING DOCTOR \nClue: Ted Danson played this surly doctor whose practice was in the Bronx", + "output": [ + "becker" + ] + }, + { + "id": "openseek-7-c346f1f00fe8491cb76649e374748761", + "input": "Category: WORLD OF AUTHORS \nClue: While he wrote a lot of poems, \"Doctor Zhivago\" was his only novel", + "output": [ + "boris pasternak" + ] + }, + { + "id": "openseek-7-29777d8c1bc34647809f8adb39331db0", + "input": "Category: \"C\" IN SCIENCE \nClue: These windstorms spiral clockwise in the Southern Hemisphere & counterclockwise in the Northern", + "output": [ + "a cyclone" + ] + }, + { + "id": "openseek-7-cdf0959eba4b4b6ab0f25a8f0cd23aea", + "input": "Category: JOE THE PLUMBER \nClue: Joe never goes on a job without his trusty this, aka a force cup or plumber's helper", + "output": [ + "a plunger" + ] + }, + { + "id": "openseek-7-3f04537b85824fee9ec888f2505fb59d", + "input": "Category: PHILOSOPHY \nClue: Ethicists criticize the common maxim \"The end justifies\" these", + "output": [ + "the means" + ] + }, + { + "id": "openseek-7-5ea6cdb8eb074c06afd7ad5c2ec8032e", + "input": "Category: BEST PICTURE OSCAR-WINNERS IN OTHER WORDS \nClue: 1954: \"Dockside\"", + "output": [ + "on the waterfront" + ] + }, + { + "id": "openseek-7-5ba71633d07d4d5ea38184b19b140b24", + "input": "Category: \"R\"ITERS \nClue: This author of the hitchhiking novel \"Even Cowgirls Get the Blues\" once hitchhiked across the U.S.", + "output": [ + "tom robbins" + ] + }, + { + "id": "openseek-7-c978db6f28244e9e969d8c383f5af445", + "input": "Category: CATCH & CARRY \nClue: This present-day Colt WR with a Presidential last name holds the NFL single-season record for catches with 143", + "output": [ + "marvin harrison" + ] + }, + { + "id": "openseek-7-cff4a7d80b4841aaab2ff5e9d76497a0", + "input": "Category: GEOMETRY \nClue: If 3 angles in a quadrilateral are 40 degrees, 140 degrees & 80 degrees then the other angle must be this many", + "output": [ + "100 degrees" + ] + }, + { + "id": "openseek-7-ecda5465861c450eb43a7e8778cacdaf", + "input": "Category: HELLO, BB \nClue: In Internet domain names, this country of the West Indies", + "output": [ + "barbados" + ] + }, + { + "id": "openseek-7-092d84cedc7c412ba15539fdaf0f199c", + "input": "Category: A BRIEF HISTORY OF RHYME \nClue: Egyptian boy pharaoh's innards", + "output": [ + "tut\\'s guts" + ] + }, + { + "id": "openseek-7-50682ca42d82419087983a32633f92e4", + "input": "Category: EVERYTHING'S COMING UP \nClue: This daughter of a U.S. president turns 33 on Oct. 19, 2000", + "output": [ + "amy carter" + ] + }, + { + "id": "openseek-7-98cadd049fe349c799478f0b5571bf1c", + "input": "Category: A McCATEGORY \nClue: New in dictionaries, it's low-paying employment with no hope of advancement", + "output": [ + "mcjob" + ] + }, + { + "id": "openseek-7-644dbf33e0a446b2847d380d740357e6", + "input": "Category: DESERTS \nClue: Lt. Joseph Ives is credited with having been the first to call a brilliantly colored desert in Arizona this", + "output": [ + "painted" + ] + }, + { + "id": "openseek-7-c5a785c3d2fb4f16bc97404c8839f6c5", + "input": "Category: JUST WRITE \nClue: He wrote \"Torch Song Trilogy\" & got torched by aliens in \"Independence Day\"", + "output": [ + "harvey fierstein" + ] + }, + { + "id": "openseek-7-82e878efa48041fe970766b11b116449", + "input": "Category: COLORFUL PEOPLE \nClue: Known as \"Hammerin' Hank\", this Hall of Famer hit 58 home runs in 1938", + "output": [ + "hank greenberg" + ] + }, + { + "id": "openseek-7-a40b10d9ee1f4577a9c8f6a42c46b21e", + "input": "Category: FILE UNDER \"X\" \nClue: In 486 B.C. he succeeded his father, Darius the Great, as king of Persia", + "output": [ + "xerxes" + ] + }, + { + "id": "openseek-7-9ff6cc99b07348fe8721f87be59122d6", + "input": "Category: HODGEPODGE \nClue: This U.S. crime figure was born Maier Suchowljansky in 1902", + "output": [ + "meyer lansky" + ] + }, + { + "id": "openseek-7-b212a4be706e4b059565f810c34e69bb", + "input": "Category: MYTHING IN ACTION \nClue: The yata-no-kagami mirror was used by the sun goddess Amaterasu to bring light to the world in this country's mythology", + "output": [ + "japan" + ] + }, + { + "id": "openseek-7-aa8e41571f5d4f768826e7743fdaee08", + "input": "Category: CANINE & FELINE FILM TITLES \nClue: Tim Rice wrote the lyrics to \"Can You Feel the Love Tonight\", a song from this 1994 movie", + "output": [ + "the lion king" + ] + }, + { + "id": "openseek-7-064e8be86463499fa99726fcf8bff1c9", + "input": "Category: GRAB BAG \nClue: Michael Folle & Alexander Kaleri left this in 2004, the first time it was without a crew inside", + "output": [ + "the international space station" + ] + }, + { + "id": "openseek-7-176bdc610739470c97d3a08d648184c1", + "input": "Category: VERBS \nClue: Rotate a movie camera or give a bad review to the finished film", + "output": [ + "pan" + ] + }, + { + "id": "openseek-7-25a6a37ca66e4a279b4876ac53fdf627", + "input": "Category: AUTHORS FROM GEORGIA \nClue: She left the Atlanta Journal in 1926 after injuring her ankle, & spent the next ten years writing a novel", + "output": [ + "margaret mitchell" + ] + }, + { + "id": "openseek-7-725b7f5cdb6d4240913e630f7c475314", + "input": "Category: HOW AM \"I\" DOING? \nClue: technically, it's the fear of fish", + "output": [ + "ichthyphobia" + ] + }, + { + "id": "openseek-7-c3bedbdd1d044af2b3dbbc1f8d5d3e92", + "input": "Category: FAMOUS FIRSTS \nClue: In 1959 this Swedish firm became the first to equip its cars with safety belts", + "output": [ + "volvo" + ] + }, + { + "id": "openseek-7-00a8fa173a3c42c9a715a1d25f3bd939", + "input": "Category: A CATEGORY ABOUT NOTHING \nClue: It's what the trio seen here represents:", + "output": [ + "\"see no evil, speak no evil, hear no evil\"" + ] + }, + { + "id": "openseek-7-6d354857db0e4fc78c6d5ad30e8635a1", + "input": "Category: STATE CAPITALS \nClue: Dating from 1764, this city's \"Courant\" is one of our nation's oldest newspapers", + "output": [ + "hartford" + ] + }, + { + "id": "openseek-7-cc2976f941ff4ad487a2280e1c8ec153", + "input": "Category: OH, THE HUMANITIES! \nClue: Bach did most of his composing for this Protestant denomination", + "output": [ + "lutheran" + ] + }, + { + "id": "openseek-7-f43571f81d8e49a885ee235e52ff7e7b", + "input": "Category: MEN OF RELIGION \nClue: By his own account, this notorious Khmer Rouge leader spent 2 years as a Buddhist monk", + "output": [ + "pol pot" + ] + }, + { + "id": "openseek-7-45be6611b723442dba54f12f9d9b0f45", + "input": "Category: FUN WITH COUNTRY NAMES \nClue: Besides East Timor, 2 of the 3 independent countries with compass directions in their English names", + "output": [ + "south africa and/or north korea & south korea" + ] + }, + { + "id": "openseek-7-ad2a932da2b2499e8b45ab6dbd90ec8b", + "input": "Category: HUMANITARIAN LADIES \nClue: Throughout the 1930s, she taught geography at St. Mary's High School in Eastern India", + "output": [ + "mother theresa" + ] + }, + { + "id": "openseek-7-0e006c4790c94c078cca9097f09bf71f", + "input": "Category: \"F\" STOP \nClue: Swimming competition in which any of the standard strokes may be used", + "output": [ + "freestyle" + ] + }, + { + "id": "openseek-7-c76f29bad00049f787c57234f9cc7abf", + "input": "Category: STATE CAPITALS \nClue: From east to west, it extends 20 miles from Makapuu Point to Pearl Harbor", + "output": [ + "honolulu" + ] + }, + { + "id": "openseek-7-9df33b3fedd14a8a8748379cccade2a4", + "input": "Category: SPEAK OF THE DICKENS \nClue: \"David Copperfield\" character with lines like \"We are very 'umble\" & \"We live in a numble abode\"", + "output": [ + "uriah heep" + ] + }, + { + "id": "openseek-7-63bdaa1100ec440cadb3c74066061a68", + "input": "Category: FRANCE \nClue: During WWII German occupation this motto was replaced by \"Work, Family, Fatherland\"", + "output": [ + "\"liberty, equality, fraternity\"" + ] + }, + { + "id": "openseek-7-07b224d66aad42c289da03cb8cc2125f", + "input": "Category: PARTS OF PEACH \nClue: These parts of a peach tree are glossy green, pointed & lance shaped", + "output": [ + "leaves" + ] + }, + { + "id": "openseek-7-e37841e5d2bb4516a044cfd40789674c", + "input": "Category: BRUSSELS SPROUTS \nClue: Kids can eat with their hands at Leon, a restaurant specializing in this seafood that rhymes with \"Brussels\"", + "output": [ + "mussels" + ] + }, + { + "id": "openseek-7-50a88ef131a24fc49e094b82b3825cae", + "input": "Category: BRAND \"O\" \nClue: You can read \"Story O's\" about this cookie on its website", + "output": [ + "oreos" + ] + }, + { + "id": "openseek-7-32c7079bbf2a42f2891ddc7fe509e681", + "input": "Category: QUOTATIONS FROM HELL \nClue: \"Thou art Peter, and upon this rock will I build my church and\" these \"shall not prevail against it\"", + "output": [ + "the gates of hell" + ] + }, + { + "id": "openseek-7-22cefd33dceb4f3e80e77b67dd00c9be", + "input": "Category: POP STARS \nClue: Kiki, Sophia, Lola & Capri are the gals who ask, \"Don't you wanta\" this fruit soft drink", + "output": [ + "fanta" + ] + }, + { + "id": "openseek-7-7c0050282fa84e7783d4074a01b13f77", + "input": "Category: TV TOE TAGS \nClue: Edgar succumbed to sentox gas at CTU in a 2006 episode of this show", + "output": [ + "24" + ] + }, + { + "id": "openseek-7-188c069700c948b585f72d00b3fa1dbf", + "input": "Category: THE APOLLO THEATER \nClue: (Cheryl of the Clue Crew on the stage of the Apollo Theater in Harlem) Especially on Amateur Night, performers like to rub what's known as the tree of this, & yes, it springs eternal", + "output": [ + "hope" + ] + }, + { + "id": "openseek-7-f2d675150cea4ea1b8eccba67ec3246a", + "input": "Category: ARCHITECTURE \nClue: Part of a building on which you'd find a dormer or a cupola", + "output": [ + "roof" + ] + }, + { + "id": "openseek-7-a0e17905425448fab635f884a03a4883", + "input": "Category: THAT OLD TIME TELEVISION \nClue: With boxing as her category, Dr. Joyce Brothers won the top prize on this TV quiz show", + "output": [ + "the $64,000 question" + ] + }, + { + "id": "openseek-7-1ed983b8f66d4b2fbf045faeb3575f02", + "input": "Category: NUMERICAL TV TITLES \nClue: On its 1978 debut, this ABC newsmagazine was hosted by Harold Hayes & Robert Hughes - they lasted one show", + "output": [ + "\"20/20\"" + ] + }, + { + "id": "openseek-7-0048dbe2c8ad4621a87773cbf810f647", + "input": "Category: THE NATIONAL INVENTORS HALL OF FAME \nClue: Blumberg & Millman shot into the Hall in 1993 with their vaccine for the B strain of this", + "output": [ + "hepatitis" + ] + }, + { + "id": "openseek-7-b54caf57147f46dd867f45491af84671", + "input": "Category: THE MOVIES \nClue: In this 1970 film, Dustin Hoffman played a 121-year-old survivor of the Custer massacre", + "output": [ + "little big man" + ] + }, + { + "id": "openseek-7-079f71cb846f4f348cb027384de30098", + "input": "Category: STEELY DAN \nClue: Steely Dan's highest-charting song told this title woman \"Don't Lose That Number\"", + "output": [ + "rikki" + ] + }, + { + "id": "openseek-7-c4c29cd57ece4900aaa2bc29e05e8f89", + "input": "Category: GERMAN CHANCELLORS SINCE WWII \nClue: Chancellor from 1974 to 1982, Helmut Schmidt earned this high German military medal during WWII", + "output": [ + "the iron cross" + ] + }, + { + "id": "openseek-7-8f03810125d140b785cf78e28f2677cf", + "input": "Category: I PROBABLY COULDN'T PAINT THAT \nClue: Both Manet & this close friend had works titled \"Luncheon on the Grass\", but the friend's painting was 15 x 20 feet", + "output": [ + "monet" + ] + }, + { + "id": "openseek-7-eed0e4f8015e4e03a3b765f98d69eb2b", + "input": "Category: COMPOSERS & THEIR KIN \nClue: Both the junior & senior Johanns in this Viennese family conducted dance music as well as composed it", + "output": [ + "strauss" + ] + }, + { + "id": "openseek-7-05f9ae86cac94b5fb746c15675d60523", + "input": "Category: LYRICS \nClue: \"He rocks in the tree-top all day long\"", + "output": [ + "\"rockin\\' robin\"" + ] + }, + { + "id": "openseek-7-a7ea805c2bc8449bb334d87fc1f1fc28", + "input": "Category: ON THE INTERNET \nClue: www.si.edu doesn't get you into Sports Illustrated, but into this D.C. institution", + "output": [ + "the smithsonian institution" + ] + }, + { + "id": "openseek-7-5dfe51f61f754d0a8fdb1caae47239dc", + "input": "Category: SEE THE USA \nClue: This is 1 of NYC's longest streets, which you'll find out when you give your regards to it", + "output": [ + "broadway" + ] + }, + { + "id": "openseek-7-95469717c971450586fa69a755ab5364", + "input": "Category: DARTH VADER, D.D.S. \nClue: \"Use the floss, Luke\"; & don't whine about it--the ADA says you only have to do it this many times a day", + "output": [ + "once" + ] + }, + { + "id": "openseek-7-bfaa681900ef4c038661b080bba13cec", + "input": "Category: MUSICAL INSTRUMENTS \nClue: This instrument that's about half the size of a flute is the smallest woodwind in an orchestra", + "output": [ + "piccolo" + ] + }, + { + "id": "openseek-7-9df6efcaafdc4f659b31cd522ad1ea6f", + "input": "Category: CABINET DEPARTMENTS \nClue: OSHA, the Occupational Safety & Health Administration, is a part of this department", + "output": [ + "the department of labor" + ] + }, + { + "id": "openseek-7-d6efccc4520348779bbc98d0b50e3f76", + "input": "Category: WHAT SHOULD I \"DU\"? \nClue: It's another name for the sea cow", + "output": [ + "a dugong" + ] + }, + { + "id": "openseek-7-4e1875e3bb374ea7b5ba474444e8a949", + "input": "Category: '60s STUFF \nClue: His \"principle\" stated that \"In a hierarchy every employee tends to rise to his level of incompetence\"", + "output": [ + "peter principle" + ] + }, + { + "id": "openseek-7-ec2d0603a9514e37ad4341e05f094a06", + "input": "Category: MIDDLE EARTH \nClue: Though this highest African mountain lies near the equator, it usually remains snowcapped year-round", + "output": [ + "mount kilimanjaro" + ] + }, + { + "id": "openseek-7-de150a679af94925981ca8dfb6649483", + "input": "Category: WILD THINGS \nClue: Some smaller species of this largest marsupial live in the trees of New Guinea", + "output": [ + "kangaroo" + ] + }, + { + "id": "openseek-7-4cbb9825a77a40548889f54a28aa8d2a", + "input": "Category: CLASSICAL MUSIC \nClue: In this fairy tale by Prokofiev, the title boy is represented by strings, his grandfather by a bassoon", + "output": [ + "\"peter and the wolf\"" + ] + }, + { + "id": "openseek-7-334302072dda4bfcb3246fd194b865a5", + "input": "Category: USING YOUR NOODLE \nClue: Nissin Foods' 2 big sellers are \"Cup Noodles\" & \"Top\" this", + "output": [ + "ramen" + ] + }, + { + "id": "openseek-7-2f75275421b34e33a12de0b1224770d9", + "input": "Category: STEVE WIN \nClue: 1985 brought a National Medal of Technology to these 2 Steves who co-founded a little company", + "output": [ + "wozniak & jobs" + ] + }, + { + "id": "openseek-7-fbd07cd3b62d4b7391e0742ffe2d547e", + "input": "Category: AN \"I\" \nClue: Tiger has woods & these in his golf bag", + "output": [ + "irons" + ] + }, + { + "id": "openseek-7-3d8debd8bf1d4dc7bfd9e05f472c2bfd", + "input": "Category: A DRESS \nClue: Often used as a dressing robe, it's the Asian style of dress seen here:", + "output": [ + "kimono" + ] + }, + { + "id": "openseek-7-21eff8e08f72447a92cfc90b11268217", + "input": "Category: THE ELEMENTS \nClue: Most fluorescent lights are filled with a combination of argon & this element, Kr", + "output": [ + "krypton" + ] + }, + { + "id": "openseek-7-4e9497ccb6e44294af9316a5397c0e05", + "input": "Category: BOY, DO YOU NEED MAKE-UP! \nClue: I think I'll adorn myself with Tova Borgnine's All Over crayons (wonder if she uses them on this guy, her husband)", + "output": [ + "ernest borgnine" + ] + }, + { + "id": "openseek-7-62fa3c8eb0d942f78cfcd56fa21b4181", + "input": "Category: PRESIDENTIAL CAMPAIGN SLOGANS \nClue: It's the election year the campaign slogans \"The Moose Is Loose\" & \"Ready for Teddy Again\" were used", + "output": [ + "1912" + ] + }, + { + "id": "openseek-7-1cbd0668b31743d1bf173c9e14561adc", + "input": "Category: \"T\" TIME \nClue: When you're throwing a tantrum, it means you've lost this", + "output": [ + "your temper" + ] + }, + { + "id": "openseek-7-567d57e3cb164a01aaf8e2fbabf8c1e4", + "input": "Category: TENNESSEE WILLIAMS \nClue: Tennessee's first success was this play about the Wingfield family that premiered in 1944", + "output": [ + "the glass menagerie" + ] + }, + { + "id": "openseek-7-da32911d6be24f44bbe18c5aedf0d68d", + "input": "Category: THE REVOLUTIONARY WAR \nClue: Washington attempted to kidnap this man and have him returned to U.S. forces for execution", + "output": [ + "benedict arnold" + ] + }, + { + "id": "openseek-7-b77714c5d3a94a7a95ce011379eda631", + "input": "Category: HOUSEHOLD HINTS \nClue: Heavy starching of braided rugs will keep ends from doing this", + "output": [ + "curling" + ] + }, + { + "id": "openseek-7-473e353929904d63ae3b5c71624e8e3b", + "input": "Category: \"W\"HODUNNIT? \nClue: He was the first U.S. president to be unanimously elected", + "output": [ + "george washington" + ] + }, + { + "id": "openseek-7-721c7f848ee9413a9fe7d4b30193fe73", + "input": "Category: FIRST LADIES \nClue: The woman born Sara Delano took her son on a 1904 cruise to quash the romance with this woman", + "output": [ + "eleanor roosevelt" + ] + }, + { + "id": "openseek-7-12be8170f4904567a5ee8ede870a7a62", + "input": "Category: BIRDS \nClue: The \"snowy\" type of this member of the heron family is known for its beautiful white plumes", + "output": [ + "an egret" + ] + }, + { + "id": "openseek-7-f6df980cb0be40849ddbc6c2e14a0ea8", + "input": "Category: MOVIE STARS GO TO WORK \nClue: Nicole Kidman speaks fluent Ku as this 2005 title character", + "output": [ + "the interpreter" + ] + }, + { + "id": "openseek-7-f940d2dceb774195aa99f4a8dc7bdb8e", + "input": "Category: TRAVEL & TOURISM \nClue: Type of place you'd be visiting if you were in Wind Cave, Lassen or Zion", + "output": [ + "a national park" + ] + }, + { + "id": "openseek-7-8ffd2632dbf74fcf889e2649f1506649", + "input": "Category: COMPANY SYMBOLS \nClue: This Swiss wristwatch company uses a white cross on a red square as its symbol", + "output": [ + "swatch" + ] + }, + { + "id": "openseek-7-1e2776a511904ec08b7f8b69593524ea", + "input": "Category: SPELLBOUND \nClue: An executive of this brewery came up with the idea for the \"Book of World Records\"", + "output": [ + "g-u-i-n-n-e-s-s" + ] + }, + { + "id": "openseek-7-9298039106d348b3a6c0acf283771745", + "input": "Category: LET'S TALK ENGLISH GOOD \nClue: \"Flammable\" has come into common use because this longer word could be misinterpreted", + "output": [ + "inflammable" + ] + }, + { + "id": "openseek-7-5567d48d8ec64a1b89f6ac81657262af", + "input": "Category: GOLD \nClue: Pure gold is this many karats", + "output": [ + "24" + ] + }, + { + "id": "openseek-7-453c6910acc548de8ae8fdc427f9b02a", + "input": "Category: “G” WHIZ! \nClue: A professional errand-runner, whether or not he has cheek pouches", + "output": [ + "a gopher" + ] + }, + { + "id": "openseek-7-7ea68e8ca1e7481d8cedbad6df9e8a56", + "input": "Category: AN OPERATIC CATEGORY \nClue: This Valkyrie was Wotan's favorite daughter", + "output": [ + "brunhilde" + ] + }, + { + "id": "openseek-7-a2aca9e0849e485c8c8201e7f22d6f14", + "input": "Category: JOSE CAN YOU SEE \nClue: The largest of the 4 modern countries Jose de San Martin helped liberate from European rule", + "output": [ + "argentina" + ] + }, + { + "id": "openseek-7-3128c5f647d7490493401e60dae76660", + "input": "Category: RUSSIAN HISTORY \nClue: Wanting to Westernize Russia, Czar Peter the Great moved the capital west to this city in 1712", + "output": [ + "st. petersburg" + ] + }, + { + "id": "openseek-7-907ff7412ae1460fa79990bd9fd9e416", + "input": "Category: POTPOURRI \nClue: Kleptophobia is the fear of doing this; if you wanted to do it all the time you'd be a kleptomaniac", + "output": [ + "stealing" + ] + }, + { + "id": "openseek-7-b455777010ba48a68dcf35a665af8c22", + "input": "Category: LAST LINES \nClue: In this book, Jesus cries, \"'It is accomplished!' and it was as though he had said: 'Everything has begun'\"", + "output": [ + "\"the last temptation of christ\"" + ] + }, + { + "id": "openseek-7-f101d69770b94db0b52575585b18ee02", + "input": "Category: WORD ORIGINS \nClue: The name of these strips of cloth wound around soldiers' lower legs comes from Hindi & Sanskrit for \"bandage\"", + "output": [ + "puttees" + ] + }, + { + "id": "openseek-7-95b44e5869b94203bb2a6dd73bf40fb0", + "input": "Category: AUTHOR'S DICTIONARY \nClue: As in \"All hands on deck\", it's the figurative use of a part of something for the whole", + "output": [ + "synecdoche" + ] + }, + { + "id": "openseek-7-fde72108228e480a8e1e1337d38af982", + "input": "Category: WEIRD SCIENCE \nClue: It seems Venezuelan monkeys have a repellent for these: they rub millipedes into their fur", + "output": [ + "mosquitos" + ] + }, + { + "id": "openseek-7-b1b931cff7af4dd3955b246e17acdc5f", + "input": "Category: HIGH SCHOOL NAMES \nClue: In 1999 a school was named for Governor Lawton Chiles in this state capital", + "output": [ + "tallahassee, florida" + ] + }, + { + "id": "openseek-7-595a7dea469d4abcab80d9024bb0cdaf", + "input": "Category: POSTS \nClue: In 1877 Bat Masterson was elected sheriff of Ford County, Kansas with this \"car\" town as his headquarters", + "output": [ + "dodge city" + ] + }, + { + "id": "openseek-7-fcfce854fe824c62865d57faf8cc7487", + "input": "Category: WHAT'S HE LIKE? \nClue: 1 of the 2 letters that can begin the standard term for a lover & connoisseur of wine", + "output": [ + "o or e " + ] + }, + { + "id": "openseek-7-b5f1fd13a87744a08e27eeab0256b1da", + "input": "Category: U.S. GOVERNMENT \nClue: This program teaches employment skills to young people usually between the ages of 16 & 21", + "output": [ + "job corps" + ] + }, + { + "id": "openseek-7-4ec905a65ff649ed92e2cb62ba476f4c", + "input": "Category: FAMOUS AMERICANS \nClue: In 1805 this explorer was sent to take a \"peak\" at the upper Mississippi", + "output": [ + "pike" + ] + }, + { + "id": "openseek-7-2e58b157e6a74def83b6e53b3d912453", + "input": "Category: SECONDS \nClue: On Dec. 12, 1787 this \"Keystone State\" became the second U.S. state to ratify the Constitution", + "output": [ + "pennsylvania" + ] + }, + { + "id": "openseek-7-aad978e5034b478093a57aa5bf0d9656", + "input": "Category: THE '70s \nClue: In 476 Germanic chieftain Odoacer deposed Romulus Augustulus & this half of the Roman Empire fell", + "output": [ + "the western empire" + ] + }, + { + "id": "openseek-7-486a7bf074b845cfa6d356a435a69d6a", + "input": "Category: CELEBRITY ODD JOBS \nClue: Perhaps this rocker got a taste for bats when he worked in a slaughterhouse", + "output": [ + "ozzy osbourne" + ] + }, + { + "id": "openseek-7-9ba9cb7039e24a1fa0243aa33da28f04", + "input": "Category: GEOGRAPH\"E\" \nClue: Sicilians call this active volcano Mongibello", + "output": [ + "etna" + ] + }, + { + "id": "openseek-7-32f2aad3978e4da28bdd216d83d63a7d", + "input": "Category: AN \"A\" PLUS SOME LETTERS \nClue: Some criminals seek this type of sanctuary in a church", + "output": [ + "asylum" + ] + }, + { + "id": "openseek-7-c393284a7e25468dba834851ca8a7b38", + "input": "Category: ENDS IN \"EE\" \nClue: This Massachusetts town was the birthplace of John Adams & John Hancock", + "output": [ + "braintree" + ] + }, + { + "id": "openseek-7-4de80d3bab4e4165b00534bc0075edff", + "input": "Category: PRESIDENTIAL VPs \nClue: Theodore Roosevelt", + "output": [ + "william mckinley" + ] + }, + { + "id": "openseek-7-fac22241b0704327a1012fbb781f4b76", + "input": "Category: LENIN \nClue: For his subversive activities, Lenin was banished to this region in 1897", + "output": [ + "siberia" + ] + }, + { + "id": "openseek-7-bb5c9cba274846808729350c353e4b64", + "input": "Category: THERE WILL BE BLOOD SAUSAGE \nClue: Popular Thuringer rotwurst from this country has been given geographic protection by the EU", + "output": [ + "germany" + ] + }, + { + "id": "openseek-7-a7d2994e2fe04279a572d96fe346be99", + "input": "Category: FOREIGN MAYORS \nClue: Before becoming prime minister of Israel, Ehud Olmert was mayor of this city", + "output": [ + "jerusalem" + ] + }, + { + "id": "openseek-7-76f43714fa624dc5907dc2cb454456c0", + "input": "Category: BREAKFAST BRANDS \nClue: Milton the Toaster was featured in early ads for these Kellogg's toaster pastries", + "output": [ + "pop-tarts" + ] + }, + { + "id": "openseek-7-3fa3bdb394dd4c67853037c8cf10832f", + "input": "Category: THERE'S A SUCKER... \nClue: Sound Bites Lollipops transmit sounds & radio signals into your head when you touch the pops to these", + "output": [ + "teeth" + ] + }, + { + "id": "openseek-7-d8a882b67948422db4e33d28b029737f", + "input": "Category: NATURE \nClue: A lack of this green pigment is one thing that separates fungi from other plants", + "output": [ + "chlorophyll" + ] + }, + { + "id": "openseek-7-ec6bd257e2d64ad8bf3d178deb7602ce", + "input": "Category: AT TIFFANY'S \nClue: This daughter of an artist has had her jewelry collections at Tiffany since 1980", + "output": [ + "paloma picasso" + ] + }, + { + "id": "openseek-7-43b089c4fb1f40d9b5d7a95aa88df5f0", + "input": "Category: ALONG E-90 \nClue: We'll start our trip east on Route E-90 in this chief seaport of Portugal", + "output": [ + "lisbon" + ] + }, + { + "id": "openseek-7-fe976495e05c4c49bd042490e592c9f6", + "input": "Category: THE VEGETABLE GARDEN \nClue: This type of bean is said to be foolproof for gardeners, which makese sense as its name means something easy", + "output": [ + "snap bean" + ] + }, + { + "id": "openseek-7-40da2f26bc4141e98283d1f6f5981335", + "input": "Category: MORE CELEBRITY RHYME TIME \nClue: Brad's blockbusters", + "output": [ + "pitt\\'s hits" + ] + }, + { + "id": "openseek-7-d027fe46b13d44ca818c4cc6666515d0", + "input": "Category: FOOL'S ERRANDS \nClue: Alchemists once searched for the philosopher's stone, said to transmute base metals into this substance", + "output": [ + "gold" + ] + }, + { + "id": "openseek-7-2593652a549a4bfb95cad2699a480d9d", + "input": "Category: MYTHOLOGICAL PAINTINGS \nClue: A painting by Paul Cezanne shows \"Leda and\" this bird", + "output": [ + "the swan" + ] + }, + { + "id": "openseek-7-06295356e91b45f8a19d48a324a61163", + "input": "Category: MAKIN' STUFF \nClue: This shoe company makes the Zoom Lebron IV & Air Max 360 BBall", + "output": [ + "nike" + ] + }, + { + "id": "openseek-7-da899b1de7e148ae995496bc76dd9bef", + "input": "Category: COLONIAL AMERICA \nClue: In 1721 Dr. Zabdiel Boylston gave the first inoculations in America against this disease", + "output": [ + "smallpox" + ] + }, + { + "id": "openseek-7-c6c625302a354a90a83c6243aa365cb4", + "input": "Category: 1999 FILMS \nClue: A jazz guitarist is the subject of this director's \"Sweet and Lowdown\"", + "output": [ + "woody allen" + ] + }, + { + "id": "openseek-7-8c8fe8f08b124fe8aca43f16fb1c53ad", + "input": "Category: BIG SCREEN BRAINBUSTERS \nClue: Playing Zira, she was the only performer to appear in each of the first 3 \"Planet Of The Apes\" movies", + "output": [ + "kim hunter" + ] + }, + { + "id": "openseek-7-62d0cab85395439fbf914e6573bb0354", + "input": "Category: WHERE WERE YOU IN WORLD WAR II? \nClue: Jailed by the British in Poona, August 1942 to May 1944", + "output": [ + "mohandas k. gandhi" + ] + }, + { + "id": "openseek-7-8f054e9cc31b42a1bf856e938ab7fbae", + "input": "Category: INVENTIVE WOMEN \nClue: Margaret Knight invented the flat-bottom bag maker; Lydia Deubener added these to the bags", + "output": [ + "handles" + ] + }, + { + "id": "openseek-7-cf8c91da09364a5f8709aa39734f8857", + "input": "Category: LADIES' LOCKER ROOM \nClue: Born in Mannheim, Germany in 1969, she's one of only 5 tennis players in history to win a Grand Slam", + "output": [ + "steffi graf" + ] + }, + { + "id": "openseek-7-3b9c7ebf80bb44a7bf05d3f2ff9fcc8b", + "input": "Category: AQUATIC-SOUNDING CINEMA \nClue: Alec Guinness whistled while he worked his way to an Oscar in this 1957 David Lean Epic", + "output": [ + "the bridge on the river kwai" + ] + }, + { + "id": "openseek-7-9d25818d1ecb48058797345b12abc59a", + "input": "Category: TOUGH HISTORY \nClue: The 1494 Treaty of Tordesillas divided the New World between Portugal & this neighboring country", + "output": [ + "spain" + ] + }, + { + "id": "openseek-7-ac7d6d8e26bc4a8e9efb315a9180d44f", + "input": "Category: LATIN CLASS \nClue: Ante means before, as in ante partum, the period before childbirth; this word means after", + "output": [ + "post" + ] + }, + { + "id": "openseek-7-15ddf5e9a6284e18abbd44d5c0affd92", + "input": "Category: AMERICAN GANGSTER \nClue: In 1934 he caught \"Manhattan Melodrama\" at the Biograph Theater; then he caught some government bullets", + "output": [ + "dillinger" + ] + }, + { + "id": "openseek-7-de185d4405064758b1ad881a297f6017", + "input": "Category: CLASSIC POP \nClue: For ? (question mark) & the Mysterians, this many was \"Too many teardrops for one heart\"", + "output": [ + "96 tears" + ] + }, + { + "id": "openseek-7-491b8d90047b4cf2bb11c28301ebae70", + "input": "Category: EXPLORERS \nClue: Alexine Tinne's 1869 attempt to cross this desert ended when she was killed by her Tuareg guides", + "output": [ + "sahara" + ] + }, + { + "id": "openseek-7-6a5e8a51c3ac48f2b6e9cb67a6704b68", + "input": "Category: NONPOTENT POTABLES \nClue: An unfuzzy navel combines lemon juice, orange juice & this flavor fruit nectar", + "output": [ + "peach" + ] + }, + { + "id": "openseek-7-df5cba64b29e4f4ca57fe48a4fe818f8", + "input": "Category: BIBLICAL ZOO \nClue: A major threat to the clothing of the time, even Jesus talked of its threat to man's savings for the future", + "output": [ + "moths" + ] + }, + { + "id": "openseek-7-4f28400024c2472e87b864031aa99590", + "input": "Category: A FASHIONABLE CATEGORY \nClue: From the French word for its country of origin, it's the treated leather coat fabric seen here", + "output": [ + "suede" + ] + }, + { + "id": "openseek-7-ee7744bcad4946d6928ad07f4fd04825", + "input": "Category: PROPHET SHARING \nClue: Poems known as the \"Gathas\" are attributed to this ancient prophet & teacher who lived in eastern Iran", + "output": [ + "zoroaster" + ] + }, + { + "id": "openseek-7-3ed55990e1ca491e8122a2be32ca7c7a", + "input": "Category: THE TWELVE \nClue: In Leonardo's \"Last Supper\", he's just sitting there quietly, holding a purse", + "output": [ + "judas" + ] + }, + { + "id": "openseek-7-a4fdf3d3819d4003a7c0127e87799d92", + "input": "Category: AT A LOSS FOR WORLDS \nClue: Anne McCaffrey's written about \"The Dragonriders of\", \"The Skies of\" & \"The Renegades of\" this imaginary planet", + "output": [ + "pern" + ] + }, + { + "id": "openseek-7-296baff91be744ee9f8deab73500b87c", + "input": "Category: LITERARY ANIMALS \nClue: He told the hare, \"You are much faster than I, but as you have seen, slow and steady wins the race\"", + "output": [ + "the tortoise" + ] + }, + { + "id": "openseek-7-86431e261f07472c9693fe4174a675a0", + "input": "Category: THE ATLANTIC OCEAN \nClue: In July 1866 one of these was laid across the Atlantic by the Great Eastern Steamer", + "output": [ + "cable" + ] + }, + { + "id": "openseek-7-c813981fb7874c38a74a2fb6fd4a6230", + "input": "Category: AMERICAN HISTORY \nClue: While serving in this cabinet post, Edward R. Stettinius, Jr. signed the U.N. charter for the U.S. June 26, 1945", + "output": [ + "secretary of state" + ] + }, + { + "id": "openseek-7-b8e44a26ff564c818fa90ae0b6b41f88", + "input": "Category: READER'S DIGEST \nClue: Genius architect Howard Roark struggles to maintain his integrity in the face of mediocrity for some 700 pages", + "output": [ + "the fountainhead" + ] + }, + { + "id": "openseek-7-9531043940744d118f51507fe0f372f8", + "input": "Category: TERMS OF ENDEARMENT \nClue: The most popular endearment among members of the gourd family, beating out \"melon\" & \"squash\"", + "output": [ + "pumpkin" + ] + }, + { + "id": "openseek-7-96b9790b6e074dbc89483ad816bde954", + "input": "Category: FOR GOOD MEASURE \nClue: \"I have measured out my life with coffee spoons\", he wrote in \"The Love Song of J. Alfred Prufrock\"", + "output": [ + "t.s. eliot" + ] + }, + { + "id": "openseek-7-e9e1ba94d2b14d0da216406a25b33306", + "input": "Category: \"E\" CHANNEL \nClue: In 1974 Spokane's Cannon Island was the site of this, which featured an environmental theme", + "output": [ + "an expo" + ] + }, + { + "id": "openseek-7-a1855e44dfe749d7bd5b87a499ca381f", + "input": "Category: COUNTRY MATTERS \nClue: This country's boot fits snuggly between the Tyrrhenian & Adriatic Seas", + "output": [ + "italy" + ] + }, + { + "id": "openseek-7-3daee6b39080413ebeda94d43d92bd61", + "input": "Category: FAMOUS SPEECHES \nClue: Just 10 sentences, this speech is wrong on one point: it is long remembered", + "output": [ + "the gettysburg address" + ] + }, + { + "id": "openseek-7-f6feb1c76f7b4bfbb37138d2ec609d32", + "input": "Category: THE HUMAN BODY \nClue: Your spinal cord is shielded by the spinal column & your brain is shielded by this", + "output": [ + "the skull" + ] + }, + { + "id": "openseek-7-de9464e1f17848299794d86b117ef314", + "input": "Category: DOUBLE D WORDS \nClue: It's country star Alison Krauss' instrument", + "output": [ + "the fiddle" + ] + }, + { + "id": "openseek-7-021e169210ff44ef9eae5d912bd57a97", + "input": "Category: MUSICALS IN OTHER WORDS \nClue: \"Specter Lurking in a Certain Paris Theatre\"", + "output": [ + "phantom of the opera" + ] + }, + { + "id": "openseek-7-8e6e06217818419993fee5590e379e7d", + "input": "Category: RHYME SCHEME \nClue: To use a coupon, or to make up for", + "output": [ + "redeem" + ] + }, + { + "id": "openseek-7-a4ab0d5b39f34926a680f37ffd4f5553", + "input": "Category: NOVELISTS \nClue: His later works include 1949's \"The God-Seeker\", about a missionary in his own native Minnesota", + "output": [ + "sinclair lewis" + ] + }, + { + "id": "openseek-7-271e79601c1048e6aa8a682b56e1b19a", + "input": "Category: LET'S \"SPLIT\" \nClue: In football, you'll find them outside the offensive tackles or when the quarterback has a bad hair day", + "output": [ + "split ends" + ] + }, + { + "id": "openseek-7-0de183311d6745fea2545c1c9cd6b261", + "input": "Category: CITIZENSHIP TEST \nClue: Title given most of the people in the president's cabinet", + "output": [ + "secretary" + ] + }, + { + "id": "openseek-7-cf6547e168134e7bb4e4ca788be83b9e", + "input": "Category: THE ASTRONAUT HALL OF FAME \nClue: This astronaut's sunken Mercury capsule was recovered in 1999", + "output": [ + "gus grissom" + ] + }, + { + "id": "openseek-7-aa3b2915ba634831ab600fec20e5a69c", + "input": "Category: THE 17th CENTURY \nClue: This Jamaican city was founded around 1693 after an earthquake destroyed Port Royal across the harbor", + "output": [ + "kingston" + ] + }, + { + "id": "openseek-7-7123d671e0844159b37a431dbfc73a2d", + "input": "Category: HALF LIFE \nClue: Half of Sakhalin island, Russia's largest, once belonged to this other country", + "output": [ + "japan" + ] + }, + { + "id": "openseek-7-035f5f530f524b0da8bdd89dfad0c6f9", + "input": "Category: STATES OF THE UNION \nClue: A Hopi village in this state is probably the oldest continuously inhabited U.S. settlement", + "output": [ + "arizona" + ] + }, + { + "id": "openseek-7-fa4192f37337437d8c95eec6d051c8c0", + "input": "Category: UNDERGARMENTS \nClue: It's a tight constrainer for hernia sufferers", + "output": [ + "truss" + ] + }, + { + "id": "openseek-7-d2b0ef3e25664fa5a47de1ce2a167bd1", + "input": "Category: AROUND THE WORLD \nClue: Dark Mount Lovcen gave this Yugoslav republic its name, meaning \"Black Mountain\"", + "output": [ + "montenegro" + ] + }, + { + "id": "openseek-7-f8496f200c844130b81646a3c3dc999b", + "input": "Category: ENGLISH LITERATURE \nClue: The first chapter of this novel is titled \"The Old Sea-Dog at the 'Admiral Benbow'\"", + "output": [ + "\"treasure island\"" + ] + }, + { + "id": "openseek-7-de01adfde4d0491887958cd4ec2a9d0a", + "input": "Category: \"POO\"-POURRI \nClue: Tigger makes his first appearance in the 1928 book about \"The House at\" this location", + "output": [ + "pooh corner" + ] + }, + { + "id": "openseek-7-2836bc4d17674222aa4ed588e3944bd9", + "input": "Category: HISTORIC HISTORIANS \nClue: Christian Lange edited \"Diplomatarium Norvegicum\", a valuable source on this, his native land", + "output": [ + "norway" + ] + }, + { + "id": "openseek-7-a3b30c9e87194588b8d2920b39a742ad", + "input": "Category: COLORFUL BOOKS \nClue: In 1941 Walter Farley created this now-classic animal tale", + "output": [ + "\"the black stallion\"" + ] + }, + { + "id": "openseek-7-055170385a4b422db426f84030d33253", + "input": "Category: CURRENT GOVERNORS \nClue: Bob Taft", + "output": [ + "ohio" + ] + }, + { + "id": "openseek-7-5e75fd12423c43e99162dc804999a8ff", + "input": "Category: LITERATURE \nClue: Chingachgook became the last of the Mohicans when this man, his son, died", + "output": [ + "uncas" + ] + }, + { + "id": "openseek-7-99f99c1038814028ac3c51c84f9c4fc7", + "input": "Category: 15 MINUTES OF FAME \nClue: Introducing the world to the word \"palimony\", Michelle Triola sued this actor for support in 1979", + "output": [ + "lee marvin" + ] + }, + { + "id": "openseek-7-c3e69d202841461daa66d78bbea73c44", + "input": "Category: MYTH ME? \nClue: Go around this bush & notice its purple fruit: it got that color from the blood of Pyramus", + "output": [ + "mulberry" + ] + }, + { + "id": "openseek-7-a22dfd2518a74b87bafadfb8fc6701e6", + "input": "Category: ANAGRAMS \nClue: When he gets a wild blue idea, Rodney goes off there", + "output": [ + "yonder" + ] + }, + { + "id": "openseek-7-1f9569fd02d943b6bf6d228709c2e42b", + "input": "Category: HISTORICAL OPERAS \nClue: Spontini's 1809 opera \"Fernand Cortez\" is also called \"The Conquest Of\" this country", + "output": [ + "mexico" + ] + }, + { + "id": "openseek-7-66cf26c39ba64bd598aeee1e18520471", + "input": "Category: AT TIFFANY'S \nClue: In 1861 Tiffany was commissioned to design a special presentational pitcher for this president's inauguration", + "output": [ + "abraham lincoln" + ] + }, + { + "id": "openseek-7-bfbb40f2c8a34c78ae967d94a3437910", + "input": "Category: THE NEWSPAPER \nClue: This city's Observer serves 40 counties in North & South Carolina", + "output": [ + "charlotte" + ] + }, + { + "id": "openseek-7-2a689198c84e423d86d41ce9c78e6bfd", + "input": "Category: NEWSPAPER HISTORY \nClue: Missouri poet Eugene Field wrote about this city's paper, \"Twinkle, twinkle little Star, bright and gossipy you are\"", + "output": [ + "kansas city" + ] + }, + { + "id": "openseek-7-1b5ae8ce15ea49fea04ee895d94f08ad", + "input": "Category: PEOPLE \nClue: He says that Gerry Rivers is not his real name but admits he was sometimes called Gerry as a kid", + "output": [ + "geraldo rivera" + ] + }, + { + "id": "openseek-7-82a51aeeebdc44aaa284a8c1422985b8", + "input": "Category: THAT'S GREAT, PETER THE GREAT! \nClue: Peter was born in 1672 within the walls of this sprawling Moscow fortress", + "output": [ + "the kremlin" + ] + }, + { + "id": "openseek-7-257748a159e242cb8630a86848f97afd", + "input": "Category: TRAVEL & TOURISM \nClue: John Wilkes Booth's notebook is on display in the Lincoln Museum at this site seen here", + "output": [ + "ford\\'s theater" + ] + }, + { + "id": "openseek-7-7408110ee9fc43f985cbe5967d6496f4", + "input": "Category: NOVEL VOCABULARY \nClue: In \"A Tale of Two Cities\", Jerry Cruncher is a \"resurrection-man\"--defined as a person who steals & sells these", + "output": [ + "corpses" + ] + }, + { + "id": "openseek-7-5180f80244e342eb94a80ab6fdb2e7ce", + "input": "Category: WAR CORRESPONDENTS \nClue: Later a prime minister, he covered the Boer war as a correspondent for the London Morning Post", + "output": [ + "winston churchill" + ] + }, + { + "id": "openseek-7-43ed861ea5d04c9590ddce6c4c9968b1", + "input": "Category: POSSESSIVE LIT \nClue: Thomas Hughes published this chronicle of life at an English boys' school in 1857", + "output": [ + "\"tom brown\\'s schooldays\"" + ] + }, + { + "id": "openseek-7-78033985352d424fb72cd977b1567858", + "input": "Category: PBS' ELECTRIC COMPANY \nClue: She's gonna live forever as an \"E.C.\" short circus member & an Oscar winner for a song from \"Flashdance\"", + "output": [ + "cara" + ] + }, + { + "id": "openseek-7-3853812efeec4b208aa07841ae318da8", + "input": "Category: PAUL McCARTNEY \nClue: Of John, James, Elvis or Ringo, Paul McCartney's real first name", + "output": [ + "james" + ] + }, + { + "id": "openseek-7-d0a82f7206cf404b8abdbcdeb31a695c", + "input": "Category: HISTORY \nClue: After years of construction, this canal finally opened for business August 15, 1914", + "output": [ + "panama canal" + ] + }, + { + "id": "openseek-7-8c747b153ab442f39d47f1ffdc895bd9", + "input": "Category: HANNIBAL LECTURE \nClue: One of Hannibal's first victories in Italy was against the chief town of the Taurini people, today this \"shrouded\" city", + "output": [ + "turin" + ] + }, + { + "id": "openseek-7-691099f4274d47588cd9a0b26454d475", + "input": "Category: ORGAN RECITAL \nClue: Each of these organs has a visceral pleura & a parietal pleura", + "output": [ + "the lungs" + ] + }, + { + "id": "openseek-7-35cb68b1ec1142b5ab70eec94de2e3cc", + "input": "Category: COUNTRIES OF THE WORLD \nClue: It's ruled by the Pope", + "output": [ + "the vatican city state" + ] + }, + { + "id": "openseek-7-6ed3177767cd4327bd855680648c4a51", + "input": "Category: DO ASK \nClue: The muses taught this creature the riddle that it asked passers-by: Oedipus answered correctly", + "output": [ + "the sphinx" + ] + }, + { + "id": "openseek-7-dafded5f686842a3a5e75ede5c16b01d", + "input": "Category: PESTS \nClue: This wingless household pest with 3 appendages at its tail eats anything containing paste, glue or starch", + "output": [ + "silverfish" + ] + }, + { + "id": "openseek-7-eb62412bc89f491a9a66a8b1b1d6258f", + "input": "Category: CLASSIC CRIME NOVELS \nClue: 1971 Michael Caine film or 2000 Sylvester Stallone film based on \"Jack's Return Home\" by Ted Lewis", + "output": [ + "get carter" + ] + }, + { + "id": "openseek-7-62c6e5a85b0640d5a051f1f0831be4d0", + "input": "Category: SCIENCE \nClue: The Big Dipper is part of this constellation", + "output": [ + "ursa major" + ] + }, + { + "id": "openseek-7-a3629a62e81e46ccab91031230a278ba", + "input": "Category: THAT'S A MOVIE TITLE \nClue: This 2000 computer virus was considerably more destructive than Herbie", + "output": [ + "the love bug" + ] + }, + { + "id": "openseek-7-c29741680b4a43ab917fe7c9c87e59b9", + "input": "Category: VOCABULARY \nClue: Term for the partial story between 2 main stories of a building, or, a low balcony in some theatres", + "output": [ + "mezzanine" + ] + }, + { + "id": "openseek-7-beb450990f1c49198f6183a36cf40f4c", + "input": "Category: ADD A LETTER \nClue: Adding this letter to heritage gives you a nice, secluded retreat", + "output": [ + "m" + ] + }, + { + "id": "openseek-7-7e6b95bbd6364d548a29f90a8350887a", + "input": "Category: BEFORE & AFTER \nClue: Star of \"The Exorcist\" who disappears from the Maryland woods in a scary 1999 film", + "output": [ + "linda blair witch project" + ] + }, + { + "id": "openseek-7-359f11064709430ca479c5a01b7e677c", + "input": "Category: ANTARCTICA \nClue: A research base at the South Pole is co-named for these 2 explorers, the first 2 to reach it", + "output": [ + "amundsen" + ] + }, + { + "id": "openseek-7-d40990ce69de41db883d399d8c2093c3", + "input": "Category: PEOPLE IN HISTORY \nClue: Lightning struck when this 18th century inventor met Deborah Read & their common law marriage lasted 44 years", + "output": [ + "ben franklin" + ] + }, + { + "id": "openseek-7-a9375728aa0d4f88bcbbe8f91ffb263d", + "input": "Category: BASKETBALL \nClue: While at Princeton, this future U.S. Senator set the record for points in a Final Four game with 58", + "output": [ + "bill bradley" + ] + }, + { + "id": "openseek-7-cef587a876114877990128214871811b", + "input": "Category: ARTISTS \nClue: The 2 famous painters who share a March 30 birthday, one born in Spain in 1746, the other in Holland in 1853", + "output": [ + "goya & van gogh" + ] + }, + { + "id": "openseek-7-2572fdc85fea46a0b667e1596f011ef8", + "input": "Category: AMERICAN THEATRE HISTORY \nClue: This 1943 musical is based on a 1931 play that featured Tex Ritter as a cowboy & Lee Strasberg as a peddler", + "output": [ + "oklahoma!" + ] + }, + { + "id": "openseek-7-0a01fc83e170409c847430cb86f89638", + "input": "Category: ALICE IN WONDERLAND \nClue: At the Knave of Hearts' trial, this witness enters with a teacup in one hand & bread-&-butter in the other", + "output": [ + "the mad hatter" + ] + }, + { + "id": "openseek-7-4e0ee1cb0ead404fa4be82f865a498cd", + "input": "Category: ODE TO ENGLAND \nClue: To this county in England we tip our hat; it's known for its cheese & a vanishing cat", + "output": [ + "cheshire" + ] + }, + { + "id": "openseek-7-9cf27e5b47de4c20aae02c8ff0ab3445", + "input": "Category: COMPANY NAME ORIGINS \nClue: This stolen vehicle recovery company's name is a play on a word meaning to steal a vehicle", + "output": [ + "lojack" + ] + }, + { + "id": "openseek-7-3db7be725e5f49cd86aa67483ebbe5c2", + "input": "Category: THE WAR OF 1812 \nClue: The most important U.S. naval victories were MacDonough's on Lake Champlain & his on Lake Erie", + "output": [ + "oliver hazard perry" + ] + }, + { + "id": "openseek-7-b4bf289e9ab54a10b84652d7c7fc7526", + "input": "Category: LIFE IN DES MOINES \nClue: You can't miss this building, finished in 1886 & regilded in 1927, 1965 & 1998", + "output": [ + "the capitol" + ] + }, + { + "id": "openseek-7-3d26baaeb7d34f48826c80e598598262", + "input": "Category: STYLE \nClue: Decade during which the Carnaby look was introduced to the U.S.", + "output": [ + "1960s" + ] + }, + { + "id": "openseek-7-f67dd0f0f8f448dca6953afc3fd2c776", + "input": "Category: COUNTRY COOKING \nClue: Osso Buco", + "output": [ + "italy" + ] + }, + { + "id": "openseek-7-d3972dfb536541f78b494f8d423d1ece", + "input": "Category: ISLANDS OF THE ATLANTIC \nClue: In 1998 oil drilling operations began in the waters off these islands claimed by Argentina & Great Britain", + "output": [ + "falkland/malvinas islands" + ] + }, + { + "id": "openseek-7-e2626dc3a94c4a58918929a07eafb8b5", + "input": "Category: FROM THE FREN\"CH\" \nClue: The name of this upscale casino game is French for \"railroad\", from the speed of the game", + "output": [ + "chemin-de-fer" + ] + }, + { + "id": "openseek-7-45c7ffb5e55243819d21b9f8daca0011", + "input": "Category: HOW ABOUT A HAWAIIAN LUNCH? \nClue: Lomi lomi salmon is diced, salted salmon, tomatoes & this, both green & the Maui kind", + "output": [ + "onions" + ] + }, + { + "id": "openseek-7-1c4a5d08ef8445f2a7f7c462f7f559c1", + "input": "Category: AN AUGUSTA PERSONALITY \nClue: Bear with us: the first of his record 6 Masters wins came in 1963 & the last in 1986", + "output": [ + "jack nicklaus" + ] + }, + { + "id": "openseek-7-c1f25d2a241e4cb7a0fabb3dbc353b9d", + "input": "Category: DAVES OF OUR LIVES \nClue: With 6 Major League teams including the Padres & Yankees, he hit 465 home runs & won 7 Gold Gloves", + "output": [ + "dave winfield" + ] + }, + { + "id": "openseek-7-40032dff2ca742dab73c2faac06638ed", + "input": "Category: TV CARTOON THEMES \nClue: This ape is \"For sale, won't you buy 'im, take 'im home and try 'im\"", + "output": [ + "magilla gorilla" + ] + }, + { + "id": "openseek-7-a41dfdc6587b4857a173d751f8de0759", + "input": "Category: TIME TO SURRENDER \nClue: Napoleon III personally surrendered at Sedan in 1870 during this war", + "output": [ + "franco-prussian war" + ] + }, + { + "id": "openseek-7-a6e2a00b14b34ea6bf2adc99b13d8a53", + "input": "Category: ELECTORAL COLLEGE SCHOLARSHIP \nClue: This 19th century president ran 3 times & got a total of 664 electoral votes", + "output": [ + "cleveland" + ] + }, + { + "id": "openseek-7-b1dcf276d2854c9f9c305c0e636e7370", + "input": "Category: SPORTS \nClue: On April 13, 1997 this 21-year-old golfer became the youngest to win the Masters", + "output": [ + "tiger woods" + ] + }, + { + "id": "openseek-7-ea686107b0d648afbde869c4d1011956", + "input": "Category: CEREMONIES \nClue: In 1996 Dr. Samuel Harris cut a simulated strand of this to open the new Museum of Dentistry in Baltimore", + "output": [ + "dental floss" + ] + }, + { + "id": "openseek-7-defe5b54ac724d77ac388ccdb6bb8d1a", + "input": "Category: THE CIVIL WAR \nClue: In 1856, on the Senate floor, Rep. Preston Brooks of S.C. beat this Mass. senator unconscious", + "output": [ + "sumner" + ] + }, + { + "id": "openseek-7-55a6ea4c4da3423db684bc42c3bb605f", + "input": "Category: A CATEGORY FROM SCRATCH \nClue: This nocturnal mammal's name comes from an Algonquin word for \"he scratches with his hands\"", + "output": [ + "a raccoon" + ] + }, + { + "id": "openseek-7-dd250d8c1d84413ba225694942fc6da0", + "input": "Category: BEATLES BEFORE & AFTER \nClue: This 1970 Beatles hit \"leads to your door\" with an angry outburst by the driver of a car", + "output": [ + "\"the long and winding road rage\"" + ] + }, + { + "id": "openseek-7-37d1fb14e6db4698a1c712f7f4029e2a", + "input": "Category: TV TIME \nClue: From the planet Melmac, this title TV character liked to eat cats", + "output": [ + "alf" + ] + }, + { + "id": "openseek-7-ff019d7c356342c09eb502a02f8dba5f", + "input": "Category: THE MAINE ATTRACTION \nClue: A national wildlife refuge near Kittery is named for this biologist who wrote \"Silent Spring\"", + "output": [ + "rachel carson" + ] + }, + { + "id": "openseek-7-cecb0943ef0f4875bbbd882ea9cdf0f6", + "input": "Category: HISTORIC QUOTATIONS \nClue: In 1534 Jacques Cartier called part of what's now this country \"the land God gave to Cain\"", + "output": [ + "canada" + ] + }, + { + "id": "openseek-7-f792293f277345cd9efe97757f659c25", + "input": "Category: HEADS IN THE HEAVENS \nClue: The head of this \"hunter\" is marked by the binary star Meissa", + "output": [ + "orion" + ] + }, + { + "id": "openseek-7-895119d44e984af3928765e2c004059d", + "input": "Category: HEAVENLY MUSIC \nClue: \"There's a lady who's sure all that glitters is gold and she's buying\" this", + "output": [ + "a stairway to heaven" + ] + }, + { + "id": "openseek-7-458de7523df24aad98a9ec2445c57e39", + "input": "Category: HISTORIC NAMES \nClue: Queen Alexandra, consort of this turn of the cen. British king, was the daughter of Denmark’s Christian IX", + "output": [ + "edward vii" + ] + }, + { + "id": "openseek-7-e0b4500164164a5b88120ac857f8d2de", + "input": "Category: THE WIZARDS \nClue: Novelist who wrote the line \"I'm really a very good man; but I'm a very bad wizard\"", + "output": [ + "l. frank baum" + ] + }, + { + "id": "openseek-7-37c12330c60f4a8682b772ddedd24e1b", + "input": "Category: THE BODY HUMAN \nClue: When you eat, the hard one of these helps crush food & the soft one closes off the nasal opening during swallowing", + "output": [ + "the palate" + ] + }, + { + "id": "openseek-7-9771cce47a7b401d839c8a746ad7563e", + "input": "Category: PERCY BYSSHE SHELLEY \nClue: A work that Shelley called \"a lyrical drama\" finds this mythical man \"unbound\"", + "output": [ + "prometheus" + ] + }, + { + "id": "openseek-7-ee3c909d26354276b5273510ecfbce29", + "input": "Category: TOUGH CAPITALS \nClue: Nicosia", + "output": [ + "cyprus" + ] + }, + { + "id": "openseek-7-34ac051e19bf43f89ac23883bd08efe7", + "input": "Category: COUNTRY RHYME TIME \nClue: A household task in a latitude zero country of South America", + "output": [ + "an ecuador chore" + ] + }, + { + "id": "openseek-7-d3ef033403db44f0b3e397bda9806b49", + "input": "Category: LEGENDARY! \nClue: He showed Medusa's severed head to Atlas, turning Atlas to stone", + "output": [ + "perseus" + ] + }, + { + "id": "openseek-7-b5b0dddcea1b4004a17545233b2c578c", + "input": "Category: WHAT'S \"UP\"? \nClue: Denver's victory over Green Bay in the Super Bowl was one of these", + "output": [ + "an upset" + ] + }, + { + "id": "openseek-7-5c1adfb9390b449ea881fb6c73cba0ca", + "input": "Category: BALLET \nClue: Herr Drosselmeyer brings Clara a special Christmas gift in this 1892 ballet", + "output": [ + "the nutcracker" + ] + }, + { + "id": "openseek-7-669540e4334a42bda3e369725c2b3a88", + "input": "Category: MUSEUMS \nClue: The story of world currency is told via exhibits at the Currency Museum in this Canadian capital", + "output": [ + "ottawa" + ] + }, + { + "id": "openseek-7-7535db1eca614da9a79baa84989065bb", + "input": "Category: \"SET\" 'EM UP \nClue: 3-part command that begins a footrace", + "output": [ + "\"on your mark!, get set!, go!\"" + ] + }, + { + "id": "openseek-7-de3a28c99add42ee9406ae4c1000ff4b", + "input": "Category: AGRIBUSINESS \nClue: If you're a slick, pressed-overalls Manhattan M.A.B., you have a Master of Agribusiness degree from here, K-State for short", + "output": [ + "kansas state" + ] + }, + { + "id": "openseek-7-de4d056d43e04dca9a92e3e48a3e8c32", + "input": "Category: VARMINTS \nClue: A member of the squirrel family, this rodent gets its name from its bark-like warning call", + "output": [ + "prairie dog" + ] + }, + { + "id": "openseek-7-27b5489709a540fb8d9382b32e5bc342", + "input": "Category: FRUITS & VEGETABLES \nClue: This breakfast fruit comes in 3 different flesh colors: red, pink & white (which is actually yellow)", + "output": [ + "grapefruit" + ] + }, + { + "id": "openseek-7-488bea73cbae45748f83dc91713260bf", + "input": "Category: 20TH CENTURY OPERA \nClue: American composer Robert Ward based a 1961 opera on this author's famous play \"The Crucible\"", + "output": [ + "arthur miller" + ] + }, + { + "id": "openseek-7-e1b432f1bf9b46beae28966e73ed27a5", + "input": "Category: SPIELBERG MOVIES BY QUOTE \nClue: \"I just want to know that it's really happening\"", + "output": [ + "close encounters of the third kind" + ] + }, + { + "id": "openseek-7-af33f7230a8f4d39ab2262d7a95305f1", + "input": "Category: TONY \nClue: The front of the Tony Award depicts these ancient twin symbols of theatre", + "output": [ + "comedy and tragedy" + ] + }, + { + "id": "openseek-7-2ff3c69ecd8f4e3a87f092eada0ee5f7", + "input": "Category: WEST VIRGINIA \nClue: In 1859 John Brown raided the arsenal of this town, now West Virginia's easternmost", + "output": [ + "harper\\'s ferry" + ] + }, + { + "id": "openseek-7-3547824f1a0b4e25bc38c4d5d66e6ca0", + "input": "Category: MYTHOLOGY \nClue: This winged horse carried thunderbolts for Zeus", + "output": [ + "pegasus" + ] + }, + { + "id": "openseek-7-115f9f0ade5e41ec88ab7fb012fc9330", + "input": "Category: WORLD CAPITALS \nClue: This capital city of 113,000 is the closest national capital to the Arctic Circle", + "output": [ + "reykjavík" + ] + }, + { + "id": "openseek-7-c15c125acee540a8a614d42486ec024a", + "input": "Category: FOREIGN CURRENCY \nClue: This country that came into existence in the 20th century uses the shekel", + "output": [ + "israel" + ] + }, + { + "id": "openseek-7-b9c0f4b0ce2444948257b42e10580512", + "input": "Category: WORLD LIT \nClue: In \"Blessed By Thunder\", Flor Fernandez Barrios describes growing up in this country during Castro's revolution", + "output": [ + "cuba" + ] + }, + { + "id": "openseek-7-c4b3ec7368834f8a905abc51ee3ac358", + "input": "Category: AMERICAN LIT \nClue: Recent news of \"The Inheritance\", an unpublished novel by this \"Little Women\" author, had film studios buzzing", + "output": [ + "louisa may alcott" + ] + }, + { + "id": "openseek-7-cf132dc8d8014dcbb1287c64be941245", + "input": "Category: MICROSOFT \nClue: In March 2004 this body hit Microsoft with a 497 million-euro fine for its bus. practices (take it out of petty cash)", + "output": [ + "the european union" + ] + }, + { + "id": "openseek-7-2c492c01a0cc4cd29025abb3cd17feca", + "input": "Category: CHEESE IT! \nClue: This pizza cheese is also sold in snack-size strips called string cheese", + "output": [ + "mozzarella" + ] + }, + { + "id": "openseek-7-42d77cdcaf5b4eb9bbcb9327270ef96a", + "input": "Category: RYDERS \nClue: Her screen debut was in \"Lucas\", a film that had Corey Haim taking on bullies & joining the football team", + "output": [ + "winona ryder" + ] + }, + { + "id": "openseek-7-d15c9b33f64048e8972f5f3b054e1589", + "input": "Category: SANDRA BULLOCK MOVIES \nClue: Lenina Huxley, a cop in 2032 who unfreezes John Spartan (Sylvester Stallone)", + "output": [ + "demolition man" + ] + }, + { + "id": "openseek-7-15a2710aa3d843ddab455ea3b5b4940a", + "input": "Category: ON AVERAGE \nClue: This legendary Yankee ended his career in 1939 with 493 home runs & a lifetime batting average of .340", + "output": [ + "gehrig" + ] + }, + { + "id": "openseek-7-ed8b841e55724b27bec0476c1c072aee", + "input": "Category: WHO DO YOU THINK I AM?! \nClue: I may be a trickster god, but I actually helped Thor get his hammer back after Thrym the frost giant stole it", + "output": [ + "loki" + ] + }, + { + "id": "openseek-7-482dc4a8c78d44bd91e02c422c2b8712", + "input": "Category: NEIN! \nClue: In 1891, a year after losing power, this statesman was elected to the Reichstag but refused to serve", + "output": [ + "otto von bismarck" + ] + }, + { + "id": "openseek-7-0c588406380043a9893ccc45cd03f2ea", + "input": "Category: ADVERBS \nClue: Actually, in the strict sense without inaccuacy or exaggeration, it's this 9-letter adverb", + "output": [ + "literally" + ] + }, + { + "id": "openseek-7-3231b153e06a49048141bd86903d01fd", + "input": "Category: AUSTRIA \nClue: In his childhood, Franz Schubert sang with the Imperial Court Chapel Choir, which is now known as this", + "output": [ + "the vienna boys\\' choir" + ] + }, + { + "id": "openseek-7-7fc4ed48e98146469aea7eba5dbc67a6", + "input": "Category: OTHER PLANETS' MOONS \nClue: Jupiter's Callisto is covered with these, but unlike those on our moon they've mostly collapsed on themselves", + "output": [ + "craters" + ] + }, + { + "id": "openseek-7-90d9ca6f363d403fb1d1a43cd7208fa2", + "input": "Category: THE OCEAN BLUE \nClue: The extension of a land mass to about 500' underwater; it gives way to the Continental Slope", + "output": [ + "continental shelf" + ] + }, + { + "id": "openseek-7-afb0f83c16a94b2da569039a6e9e4ad7", + "input": "Category: LET'S HAVE ITALIAN TONIGHT! \nClue: About 635 violins still exist among the 1,100 instruments this 17th century man constructed", + "output": [ + "stradivarius" + ] + }, + { + "id": "openseek-7-deda17455eac4720a9bff78abb4ac779", + "input": "Category: YEAH, I PLAY THE OBOE \nClue: The oboe represents a duck in this orchestral \"Tale for Children\" by Prokofiev", + "output": [ + "peter and the wolf" + ] + }, + { + "id": "openseek-7-15759dbf950248f9b745bf5af9594d9d", + "input": "Category: LOVE, HONOR OR OBEY \nClue: Those darn Brits add a \"U' to it", + "output": [ + "honor" + ] + }, + { + "id": "openseek-7-e7f41c126cd7423bbb7c8bbe50b70a1b", + "input": "Category: BIBLICAL QUOTES \nClue: Completes the line from a parable, \"Many are called…\"", + "output": [ + "\"…but few are chosen\"" + ] + }, + { + "id": "openseek-7-d959836089524dd1a0047e5f71116a8f", + "input": "Category: WITH THIS RING \nClue: In a famous ad campaign this product accused people of having \"Ring Around the Collar\"", + "output": [ + "wisk" + ] + }, + { + "id": "openseek-7-ccc1fd64de534b4cb34335ce1a11892a", + "input": "Category: MEASURE FOR MEASURE \nClue: In viscosity ratings, the \"W\" in 10W-40 means 10 is the winter grade rating of this liquid", + "output": [ + "motor oil" + ] + }, + { + "id": "openseek-7-1ae892dc187245bba5381977820e931b", + "input": "Category: ACTORS' ALMA MATERS \nClue: In the 1950s Jane Fonda attended this New York women's college", + "output": [ + "vassar" + ] + }, + { + "id": "openseek-7-2ff0fb94040b4782910b0e3cd3920ec0", + "input": "Category: AT RANDOM \nClue: At the end of a letter, P.S. stands for postscript; as an officer of the law, it stands for this", + "output": [ + "a police sergeant" + ] + }, + { + "id": "openseek-7-8bf1ffc574c846d3aebff597b0bc2397", + "input": "Category: FEMALE INVENTORS \nClue: Ada Lovelace, daughter of Lord Byron, is said by some to be the first programmer, as she used this number system", + "output": [ + "binary" + ] + }, + { + "id": "openseek-7-60b9966ac99f4b67acbffa2fde0ec17d", + "input": "Category: NURSERY RHYME WOMEN \nClue: She went to the tailors to buy her dog a coat, but when she came back, he was riding a goat", + "output": [ + "old mother hubbard" + ] + }, + { + "id": "openseek-7-1765d3c92d02466590983dfcca5e8b90", + "input": "Category: WATCH THE BIRDIE \nClue: Like the baleen whale, this pink bird popular on front lawns & Miami cop shows strains the water for its food", + "output": [ + "flamingo" + ] + }, + { + "id": "openseek-7-8482454da1e74905b519cf8a5adac78f", + "input": "Category: 4-LETTER RIVERS \nClue: The Czechs call this 720-mile-long river the Labe", + "output": [ + "the elbe" + ] + }, + { + "id": "openseek-7-ee6917d36a8340438e7b5321a0ba2e9f", + "input": "Category: AMERICAN HODGEPODGE \nClue: A statue of this great Chinese philosopher adorns the plaza named for him in New York City's Chinatown", + "output": [ + "confucius" + ] + }, + { + "id": "openseek-7-403a2767c9ee45c09b0c424751683619", + "input": "Category: OPTICS \nClue: On New Year's or any other day, it's the fineness of detail that can be distinguished in a photographic image", + "output": [ + "resolution" + ] + }, + { + "id": "openseek-7-887c319daef14ad2b395c86a1275ae89", + "input": "Category: BLUE \nClue: In 1982 these 2 major national health care organizations merged", + "output": [ + "blue cross & blue shield" + ] + }, + { + "id": "openseek-7-2567c85be5dd4c728231be29c9eca9cb", + "input": "Category: IT'S A DISASTER \nClue: Called the worst industrial accident in history, a poisonous gas leak in this Indian city in December 1984 killed thousands", + "output": [ + "bhopal" + ] + }, + { + "id": "openseek-7-f85ccbd44dd24bd2823f4bec45a92d23", + "input": "Category: INVENTORS & INVENTIONS \nClue: Robert Bunsen & Gustav Kirchhoff developed this device to see the wavelengths of light", + "output": [ + "spectroscope" + ] + }, + { + "id": "openseek-7-cf5d29a66307452291f317d7a0fe1a56", + "input": "Category: MATH JOKES \nClue: Lumberjacks make good musicians because of these exponents required to produce a given number", + "output": [ + "logarithms" + ] + }, + { + "id": "openseek-7-4362f5b4d8ea48baa2f37737b1f7c63f", + "input": "Category: ON THE \"MA\"P \nClue: The 4 largest islands of Spain's Balearic Group are Ibiza, Minorca, Formentera & this one", + "output": [ + "majorca" + ] + }, + { + "id": "openseek-7-8cf9b19728e44f8a86948c7c347d006b", + "input": "Category: WHEN WAS THAT, PIERRE? \nClue: Vive la Revolution Francaise! which began in this year", + "output": [ + "1789" + ] + }, + { + "id": "openseek-7-3dadc77a3747471ea1e441685ee32719", + "input": "Category: OPERA & BALLET \nClue: Last name of the gossip in Menotti's \"The Old Maid and the Thief\", it's the same as a Puccini lieutenant", + "output": [ + "pinkerton" + ] + }, + { + "id": "openseek-7-5e7c6256ac53497b8e5c2a90f90b4774", + "input": "Category: GOOD GOLLY MALAWI! \nClue: Malawi's chief exports are tobacco & this, which is highly popular in Britain around 4 p.m.", + "output": [ + "tea" + ] + }, + { + "id": "openseek-7-2f870c41af7948ca87b4e8bcae9a6553", + "input": "Category: \"U\" HAVE THE RIGHT \nClue: Beaverdam Creek & Kings Peak are the low & high points of this state", + "output": [ + "utah" + ] + }, + { + "id": "openseek-7-0ffce685d8e44c3aaaad2f9feb2e3e5f", + "input": "Category: CARIBBEAN CUISINE \nClue: Grenadans love to eat ice cream made from this main guacamole ingredient", + "output": [ + "avocado" + ] + }, + { + "id": "openseek-7-a21888ea418b4743a98df1ea6f7546e8", + "input": "Category: THE DISAPPOINTING 21st CENTURY \nClue: Type of city we don't live in, or type of stadium replaced by retractable-roof ones in Houston & Indianapolis", + "output": [ + "domed" + ] + }, + { + "id": "openseek-7-389af09c2c6548c08f76d2f01f53fcdc", + "input": "Category: DOUBLE DOUBLE LETTERS \nClue: It's a drinking fountain on a ship, or just plain old gossip or rumor", + "output": [ + "scuttlebutt" + ] + }, + { + "id": "openseek-7-5092ac51f86d4f6a8f3d52716f6e0449", + "input": "Category: CHOOSE A \"CIDE\" \nClue: Final act of playwrights Seneca & von Kleist", + "output": [ + "suicide" + ] + }, + { + "id": "openseek-7-2c32cf5019ee41d08608b4d35cc94562", + "input": "Category: ELECTORAL VOTES \nClue: Closer than Bush & Gore's 271 to 266 was the tie in 1800 with 73 each between Jefferson & this man", + "output": [ + "aaron burr" + ] + }, + { + "id": "openseek-7-a14ac33d0ef14677961d923b64e7e44f", + "input": "Category: SOUNDS FRUITY \nClue: In 1949's \"The Third Man\", Orson Welles played this character, an evil black marketeer", + "output": [ + "harry lime" + ] + }, + { + "id": "openseek-7-ee7fdd403b0349c483796943148eb40d", + "input": "Category: RHETT-ORIC \nClue: Rhett Butler tells a weeping Scarlett, \"Never in any crisis of your life have I known you to have\" one of these handy", + "output": [ + "a hankie" + ] + }, + { + "id": "openseek-7-95b355d8d9f2489898d277af3e5b1282", + "input": "Category: NAMES IN THE NEWS \nClue: In April 2009 this 82-year-old strayed from protocol when she briefly put her arm around Michelle Obama", + "output": [ + "queen elizabeth ii" + ] + }, + { + "id": "openseek-7-224752299ed042f593bbfabd22c66d3d", + "input": "Category: ALL THINGS JAPANESE \nClue: Not just something for battling the bulge, it's also Japan's legislative body", + "output": [ + "the diet" + ] + }, + { + "id": "openseek-7-16d8aadfbf25477bb675fb2937bb4db7", + "input": "Category: \"D\" IN LITERATURE \nClue: Some say this classic Cervantes novel is a veiled attack on the Catholic Church", + "output": [ + "don quixote" + ] + }, + { + "id": "openseek-7-f554bc4c2eaf43849b3918515741a08e", + "input": "Category: GEOGRAPHY \nClue: Our name for this Arizona region comes from the Spanish term for it: El Desierto Pintado", + "output": [ + "the painted desert" + ] + }, + { + "id": "openseek-7-593de53047d14844aa20145f4a71055c", + "input": "Category: SWEET \"P\" \nClue: If you're served sweetbreads in a restaurant, you're eating either thymus or this part of an animal", + "output": [ + "the pancreas" + ] + }, + { + "id": "openseek-7-0bcdf6872bc84edb832da302b3c916e6", + "input": "Category: MUSIC ON THE MAP \nClue: It's where I'm sitting \"just rolling along, just rolling along\"", + "output": [ + "on top of the world" + ] + }, + { + "id": "openseek-7-f481bd678a744ff79c9326c193080b96", + "input": "Category: 1940s TELEVISION \nClue: This \"Howdy Doody\" host had a variety show during the 1948-49 season called \"the Gulf Road Show\"", + "output": [ + "\"buffalo bob\" smith" + ] + }, + { + "id": "openseek-7-f71ecfa50c16472384ee5d30fa317a5f", + "input": "Category: \"SOUTH\" \nClue: SEATO, a defensive alliance formed in 1954 & dissolved in 1977, was an acronym for this", + "output": [ + "southeast asia treaty organization" + ] + }, + { + "id": "openseek-7-6617970ca073435b9d0f46b92aa14632", + "input": "Category: YALE DRAMA SCHOOL ALUMNI \nClue: This \"How Stella Got Her Groove Back\" star attended Yale on a scholarship", + "output": [ + "angela bassett" + ] + }, + { + "id": "openseek-7-3b30bdd98b1c485fb1e6c14477bf344f", + "input": "Category: BIRDS \nClue: This relative of the crow is prominent in folklore as a bad-luck sign or omen of death", + "output": [ + "the raven" + ] + }, + { + "id": "openseek-7-f31ffee094cc449191dbbbcf514fb822", + "input": "Category: THE JETS \nClue: The A380 from this France-based co. was designed to carry up to 840 passengers; how long does deplaning take?", + "output": [ + "airbus" + ] + }, + { + "id": "openseek-7-78dc1c922e0745fbb9676945d407e8b2", + "input": "Category: MOVIES BY INITIALS \nClue: 2008, starring Robert Downey Jr.: \"I.M.\"", + "output": [ + "iron man" + ] + }, + { + "id": "openseek-7-c1cc4460df094aa0aafcbb464905353f", + "input": "Category: THE MEDITERRANEAN ISLE WHERE... \nClue: The Knights Hospitaller reigned until 1798", + "output": [ + "malta" + ] + }, + { + "id": "openseek-7-809ac9fa01614b528aa9b59be80ec373", + "input": "Category: SWEET TREATS \nClue: Nestle says over 125,000 tons of these chocolate chip cookies are baked in the home every year", + "output": [ + "toll house cookies" + ] + }, + { + "id": "openseek-7-7908d0624ba948dda993e6b6ab52d567", + "input": "Category: NURSING \nClue: Tell a patient using this metal frame to advance it at intervals of around 6 inches -- & don't forget the tennis balls", + "output": [ + "walker" + ] + }, + { + "id": "openseek-7-6e923a874a204fbda577468eeb7da4cf", + "input": "Category: LAKES & RIVERS \nClue: This lake in the Andes is divided into 2 bodies of water connected by the Tiquina Strait", + "output": [ + "lake titicaca" + ] + }, + { + "id": "openseek-7-7152f9b2f0d641d6b3298ee68ad831c9", + "input": "Category: LITERATURE \nClue: The Plain of Ease, the Valley of Humiliation & the Country of Conceit appear in this John Bunyan work", + "output": [ + "pilgrim\\'s progress" + ] + }, + { + "id": "openseek-7-1823c990be30471dae8e5cde98d8037c", + "input": "Category: THE 50 STATES \nClue: All of the present District of Columbia is on land originally donated by this state", + "output": [ + "maryland" + ] + }, + { + "id": "openseek-7-588f627dc64d42f88e5d1e846b0227b5", + "input": "Category: ARTISTS & THEIR SUBJECTS \nClue: His 1892 painting \"Manao Tupapau\" depicts a young Tahitian girl & a scary-looking spirit", + "output": [ + "paul gauguin" + ] + }, + { + "id": "openseek-7-30e42de9c46d45a3a9137b25b030d86a", + "input": "Category: VIDEO GAMES \nClue: Play as Anakin Skywalker or Jango Fett in the Lego game based on this film series", + "output": [ + "star wars" + ] + }, + { + "id": "openseek-7-37e107e48c124aae8ef4f65fbcde0b37", + "input": "Category: PEEVED VEEPS \nClue: Returning from Europe in 1812, he entered the U.S. under an assumed name, Adolphus Arnot; oh yeah, he shot a guy", + "output": [ + "burr" + ] + }, + { + "id": "openseek-7-17deeee3899a429d8ae667345621d960", + "input": "Category: TV OR NOT TV \nClue: David Janssen was Dr. Richard Kimble on '60s TV; Harrison Ford made this '93 film, then Tim Daly did a 2nd TV version", + "output": [ + "the fugitive" + ] + }, + { + "id": "openseek-7-66c1de3bec824dfe8b838732a361584c", + "input": "Category: \"BY\" NOW \nClue: A secluded or private road", + "output": [ + "a byway" + ] + }, + { + "id": "openseek-7-44fe9d4a23d6462da292a39415cd6d63", + "input": "Category: THE CONTINENT... \nClue: ...That has the largest rain forest area in the world", + "output": [ + "south america" + ] + }, + { + "id": "openseek-7-67f6f67c85f44df2bd6dfb13f389bb98", + "input": "Category: THE FRENCH CONNECTION \nClue: This relative is une tante", + "output": [ + "aunt" + ] + }, + { + "id": "openseek-7-208e696dd40a4e3c8f07662697c7f307", + "input": "Category: ANNUAL EVENTS \nClue: Ten Days on the Island is an annual cultural festival taking place throughout this Australian state", + "output": [ + "tasmania" + ] + }, + { + "id": "openseek-7-25bd89fc9e7d475d94bf4cbe5af62920", + "input": "Category: BUSINESS GIANTS \nClue: Highly diversified, it's the only co. in the Dow Jones Industrial Average that was included in the original index of 1896", + "output": [ + "general electric" + ] + }, + { + "id": "openseek-7-4bffca3b707b44c7909bfb2526f032f5", + "input": "Category: NOVEL QUOTES \nClue: \"...They ought to find a way of being inoculated against love\" is a line from his \"Anna Karenina\"", + "output": [ + "leo tolstoy" + ] + }, + { + "id": "openseek-7-9db74fa3704e415e8ec3a12a2687d747", + "input": "Category: BODIES OF WATER \nClue: Some geographers say there's an \"Antarctic\" one of these, formed by the southern parts of the big 3", + "output": [ + "ocean" + ] + }, + { + "id": "openseek-7-d9750089dacd41a79c592c67c83f9f3f", + "input": "Category: THE ARMY-NAVY GAME \nClue: In the first game in 1890, Navy's Red Emrich scored 4 of these, but they were only worth 4 points each", + "output": [ + "touchdowns" + ] + }, + { + "id": "openseek-7-d3bb44cf6077421189239d39251e0742", + "input": "Category: PIZZA TOPPINGS \nClue: On November 12 celebrate National Pizza with the Works Except these fish Day", + "output": [ + "anchovies" + ] + }, + { + "id": "openseek-7-a7d1b8f662884a4188edc518b58b91e4", + "input": "Category: 1970s ROCK \nClue: In 1971 Janis Joplin told us in this song that \"Freedom's just another word for nothin' left to lose\"", + "output": [ + "\"me and bobby mcgee\"" + ] + }, + { + "id": "openseek-7-b967771231924e64896eb1007717af77", + "input": "Category: GHASTLY OPERATIC DEMISES \nClue: Of eating an enchanted frog, a poisonous plant, or too much cheese, it's what killed the heroine of \"Lakme\"", + "output": [ + "a poisonous plant" + ] + }, + { + "id": "openseek-7-d5b7168188ef4effad9830fb4b8c9965", + "input": "Category: LABOR \nClue: The 1947 Labor-Management Relations Act curbed labor's power; these 2 legislators sponsored it", + "output": [ + "taft & hartley" + ] + }, + { + "id": "openseek-7-72076f86a374435aba07ee5b3de95a16", + "input": "Category: THE PRESIDENT'S DOG \nClue: The press corps called this Scottie \"The Informer\"; when they saw him they knew FDR was near", + "output": [ + "fala" + ] + }, + { + "id": "openseek-7-194db375ecc84a1f8e43fff500f5bbe7", + "input": "Category: CLASSIC SPORTS COMMERCIALS \nClue: Horses of this breed \"usually go for two\" playing football in a Budweiser spot", + "output": [ + "clydesdales" + ] + }, + { + "id": "openseek-7-96e191a77f33442da45e0308d46173d9", + "input": "Category: THE WHITE HOUSE \nClue: When electric lights were installed in 1891, this pres., afraid of being shocked, wouldn't operate the switches", + "output": [ + "benjamin harrison" + ] + }, + { + "id": "openseek-7-82b71624f6a1490ba5b99a71203ea0e8", + "input": "Category: G WHIZ \nClue: This spasm of the diaphragm is pronounced the same whether it ends in \"cough\" or \"cup\"", + "output": [ + "hiccough" + ] + }, + { + "id": "openseek-7-86abbbb25ae34193b51150b1f7330490", + "input": "Category: MOTLEY CREW \nClue: Zachary Taylor's death made him president, but he wasn't a prime suspect in the Taylor poisoning inquiry", + "output": [ + "millard fillmore" + ] + }, + { + "id": "openseek-7-755ec350ab3c4d1ba08842552a86c95e", + "input": "Category: WOOL \nClue: According to Guinness, Deanne Sarre did this to 390 sheep in 8 hours, all by hand", + "output": [ + "sheared them" + ] + }, + { + "id": "openseek-7-19a18fb8d7254f70a0ad3e04c1c3a425", + "input": "Category: HARD STUPID ANSWERS \nClue: In this director's film, Pres. Bush can be seen saying into a mike, \"This is an impressive crowd: the Haves, & the Have-Mores\"", + "output": [ + "michael moore" + ] + }, + { + "id": "openseek-7-d21b0be61ccb455eb206b8bb1e119281", + "input": "Category: ROGER THAT! \nClue: This French guy's ex-wives included Brigitte Bardot & Jane Fonda (he never married Catherine Deneuve)", + "output": [ + "roger vadim" + ] + }, + { + "id": "openseek-7-d24b5ecd510c46eeb6d2f11dc7b081a9", + "input": "Category: SUMMER \nClue: Though about 50,000 of these storms occur daily worldwide, in U.S., they occur mainly in spring & summer", + "output": [ + "thunderstorms" + ] + }, + { + "id": "openseek-7-90ef95765d78494a8affecc44d9af200", + "input": "Category: REMEMBERING TED KENNEDY \nClue: Kennedy called this the cause of his life & was hoping to see a reform bill passed before he died", + "output": [ + "health care" + ] + }, + { + "id": "openseek-7-1c943fb2a9a44e19be2ecd300234f72b", + "input": "Category: BE PREPARED \nClue: There was a method to his 1936 book \"An Actor Prepares\"", + "output": [ + "stanislavsky" + ] + }, + { + "id": "openseek-7-c5014e8df0b4444e8a9141fc8882df46", + "input": "Category: RELIGION \nClue: The angel Moroni told him about the golden plates from which the Book of Mormon was translated", + "output": [ + "joseph smith" + ] + }, + { + "id": "openseek-7-0c75af95f5c0488c86253d556d42dbac", + "input": "Category: MUSICAL INSTRUMENTS \nClue: Term for the various strands of gut, nylon, or wire stretched over the head of a sidedrum", + "output": [ + "snares" + ] + }, + { + "id": "openseek-7-524d1c18cc80408f9495a4ce234c2f77", + "input": "Category: CLASSIC CINEMA \nClue: Originally planned for Charles Laughton & Elsa Lanchester in the 1930s, it was later made with Bogart & Hepburn", + "output": [ + "the african queen" + ] + }, + { + "id": "openseek-7-83084fc750354a75980bdfc1ad9f96e3", + "input": "Category: ACTORS & ACTRESSES \nClue: This TV \"Friend\" won critical raves for her role as \"The Good Girl\" in a 2002 film", + "output": [ + "jennifer aniston" + ] + }, + { + "id": "openseek-7-cebcde4bbb6d436384f33b0dfe6e6a71", + "input": "Category: THE BIBLE \nClue: After Ahab married Jezebel, he adopted her worship of this god", + "output": [ + "baal" + ] + }, + { + "id": "openseek-7-23ae56b5bb6649d693982f9b9ff2b18a", + "input": "Category: PEOPLE \nClue: According to Forbes Magazine, this talk show host is on her way to becoming America's first black billionaire", + "output": [ + "oprah winfrey" + ] + }, + { + "id": "openseek-7-79a8204623ee437ba8f607dd1216ba95", + "input": "Category: JEWELRY \nClue: When her emerald ring was auctioned in 1987, it brought a record price of $2,126,646", + "output": [ + "duchess of windsor" + ] + }, + { + "id": "openseek-7-2c64c74e041c469480d0d8167410ac9f", + "input": "Category: 20th CENTURY MEDICINE \nClue: On Dec. 3, 1967, Dr. Christiaan Barnard performed the first successful human transplantation of this organ", + "output": [ + "heart" + ] + }, + { + "id": "openseek-7-abe4e45b960f4b9f946668b54f1c8a6d", + "input": "Category: HISTORIC NICKNAMES \nClue: \"The One-Legged Governor of New Netherland\"", + "output": [ + "peter stuyvessant" + ] + }, + { + "id": "openseek-7-1113b738084b4abe912aa7a434e7cf71", + "input": "Category: RHYME TIME \nClue: A recliner for your wig", + "output": [ + "a hair chair" + ] + }, + { + "id": "openseek-7-21fb50bc176b4be3829ad8fe0f10d2d0", + "input": "Category: ARCTIC ANIMALS \nClue: This long-haired ruminant is named for the strong odor it emits", + "output": [ + "musk ox" + ] + }, + { + "id": "openseek-7-030a9eb31050464690c353524cbd154c", + "input": "Category: MEDICAL MILESTONES \nClue: In 1885, a French boy who'd been bitten by a dog got the first inoculation against this", + "output": [ + "rabies" + ] + }, + { + "id": "openseek-7-3a857559f5b34c76a878dd243ea17afb", + "input": "Category: REARRANGING WORDS \nClue: Rearrange the letters in \"listen\" to get this not-so-audible word", + "output": [ + "silent" + ] + }, + { + "id": "openseek-7-da06e265583744028dc1e99b861c3f26", + "input": "Category: THE GREEN MOUNTAIN STATE \nClue: This most populous city in the state is home to the main campus of the University of Vermont", + "output": [ + "burlington" + ] + }, + { + "id": "openseek-7-2b2e0081784849318778374e7922c7dd", + "input": "Category: ETIQUETTE \nClue: It's the only fork ever placed to the right of the plate", + "output": [ + "a cocktail fork" + ] + }, + { + "id": "openseek-7-086368263a4842bf8c7285000b5e69a3", + "input": "Category: WEIRD NATURE \nClue: A giraffe can clean its ears with this up to 18-inch-long appendage", + "output": [ + "tongue" + ] + }, + { + "id": "openseek-7-8037cb191c094ce9b058881b608cb335", + "input": "Category: DR. WHO... \nClue: specializes in X-rays & elements, like the one with the atomic number 88 for treating diseases", + "output": [ + "a radiologist" + ] + }, + { + "id": "openseek-7-879adbfb36b340fc89706a30ce2b8992", + "input": "Category: DOROTHYS, REBECCAS & SUMMERS \nClue: This Indian woman, who saved John Smith, changed her name to Rebecca when she became Christian", + "output": [ + "pocahontas" + ] + }, + { + "id": "openseek-7-ee723c5b01d84af4b8a5051257227569", + "input": "Category: WHAT A GEM! \nClue: Silent screen star Mary Pickford bequeathed the Star of Bombay, a 182-carat one of these gems, to the Smithsonian", + "output": [ + "a sapphire" + ] + }, + { + "id": "openseek-7-24159ef598bf42bfab2a5115e55f2127", + "input": "Category: CLOTHING \nClue: It's the traditional color of majorette boots", + "output": [ + "white" + ] + }, + { + "id": "openseek-7-0c0103e49c3f4e5680a951fde2c1c185", + "input": "Category: AS LISTED IN THE S.I. ALMANAC \nClue: \"'The Yankee Clipper'... played on 10 World Series winners\", career span 1936-51\"", + "output": [ + "dimaggio" + ] + }, + { + "id": "openseek-7-2b4a30527caf4a01a88f4051724b08c4", + "input": "Category: SLEEPY \nClue: A 1920s query asked, \"Will it play in\" this Illinois town that experts considered a bellwether?", + "output": [ + "peoria" + ] + }, + { + "id": "openseek-7-e6117676ec6443e7b9bed23b92e11755", + "input": "Category: FISHY SPORTSMEN \nClue: This former UConn guard got a change of scenery in 2007 & won a championship ring with the Celtics", + "output": [ + "ray allen" + ] + }, + { + "id": "openseek-7-ddc09702e8ae40aa861317eda33e0a63", + "input": "Category: STAGE & SCREEN ROLE \nClue: Annie Sullivan in \"The Miracle Worker\"", + "output": [ + "anne bancroft" + ] + }, + { + "id": "openseek-7-4a7d579149de47f9bcba9cbe4967f831", + "input": "Category: HISTORY \nClue: By the 6th century this group had joined with the Angles to found kingdoms in Britain", + "output": [ + "saxons" + ] + }, + { + "id": "openseek-7-3f7d8e7b0d87433dbaa6163bc7856385", + "input": "Category: SHAKESPEREAN WORDPLAY \nClue: Morose character whose first line is \"A little more than kin, and less than kind\"", + "output": [ + "hamlet" + ] + }, + { + "id": "openseek-7-2ef045ced4804d67aedafd72749618dc", + "input": "Category: EAT, EAT! \nClue: In this Mideastern equivalent of a gyro, meat is shaved off a rotating vertical spit", + "output": [ + "schwarma" + ] + }, + { + "id": "openseek-7-be1e3f6617964f4d88cdb3693eecef62", + "input": "Category: IT'S A MAN, BABY! \nClue: At 6'7\", this one-named African-American dragster was hard to miss in the video for \"Love Shack\"", + "output": [ + "rupaul" + ] + }, + { + "id": "openseek-7-a651e19784784ecb8f578ce67dbcdf94", + "input": "Category: MUSICALS \nClue: \"Man of La Mancha\" begins with this author arriving at a Spanish prison", + "output": [ + "cervantes" + ] + }, + { + "id": "openseek-7-1b6d2685c7c04542b796fd998af79bc9", + "input": "Category: HUSBAND & WIFE SINGERS \nClue: During the '70s, he & Rita Coolidge released 3 duet albums including “Full Moon”", + "output": [ + "kris kristofferson" + ] + }, + { + "id": "openseek-7-4de37a948ac34599aa646e23e2d0c3ed", + "input": "Category: \"Y\" ASK \nClue: Originally a word for lamentation, it means whining complaint; will you please quit yours!", + "output": [ + "yammering" + ] + }, + { + "id": "openseek-7-99fbba8febef438a838bd6a3bf4108c8", + "input": "Category: OSCAR-WINNING SONG LYRICS \nClue: \"Far from the world we know, up where the clear winds blow\"", + "output": [ + "an officer and a gentleman" + ] + }, + { + "id": "openseek-7-df97170117c240f295b064df22e2030e", + "input": "Category: COURT CASES \nClue: F. Lee Bailey took the case of this Ohio doctor & convicted murderer to the Supreme Court in 1966 & won", + "output": [ + "sam shepherd" + ] + }, + { + "id": "openseek-7-509317cd566248a3b80dc9b1d78ad614", + "input": "Category: FOOD STUFF \nClue: Kimbunda speakers know nguba, from which we get goober, means this", + "output": [ + "peanut" + ] + }, + { + "id": "openseek-7-8dc6a4e03a214e21a6342e79d9953745", + "input": "Category: ALLITERATION STATION \nClue: An evening where 2 couples go out together", + "output": [ + "a double date" + ] + }, + { + "id": "openseek-7-aad76cd547b14d5c98e7f46531d1faa4", + "input": "Category: SOUPS OF THE WORLD \nClue: Ozoni", + "output": [ + "japan" + ] + }, + { + "id": "openseek-7-9ede405b6f8a4847a183bf7ec0c9b265", + "input": "Category: NFL QBs OFF THE FIELD \nClue: In a mock \"United Way\" ad, this Colts QB berated kids on a football field & showed them how to break into a car", + "output": [ + "peyton manning" + ] + }, + { + "id": "openseek-7-7264344d4d0a48c89f7b8b6cdff1d6de", + "input": "Category: BARTENDING \nClue: Use the kosher type of this, not iodized, to rim glasses", + "output": [ + "salt" + ] + }, + { + "id": "openseek-7-dd3bd641716442ec816f1d9ac97bc8da", + "input": "Category: SPEED UP! \nClue: The fastest game using a ball is this one played in frontons in which the ball can reach speeds near 200 mph", + "output": [ + "jai-alai" + ] + }, + { + "id": "openseek-7-c9f50cf164784c2cb3559880842944b8", + "input": "Category: THE LABORS OF HERCULES \nClue: Hercules used these flying weapons to shoot down the Stymphalian birds", + "output": [ + "arrows" + ] + }, + { + "id": "openseek-7-b64230ba97bc4db5b721a7154ba1e220", + "input": "Category: COMMIES \nClue: The Russian word poputchik is this 2-word phrase & describes a type of communist \"fellow\"", + "output": [ + "fellow traveller" + ] + }, + { + "id": "openseek-7-ee612855c07f4f1186305a7d4ed080f6", + "input": "Category: ARMED FORCES \nClue: Independent peasant soldiers of the Ukraine who were known for their fierce loyalty to the Czars", + "output": [ + "the cossacks" + ] + }, + { + "id": "openseek-7-37d211b521b34511bdbc3fd5e8d33d59", + "input": "Category: JACKASS--THE CATEGORY \nClue: When a jackass & a mare mate, the hybrid offspring is one of these", + "output": [ + "a mule" + ] + }, + { + "id": "openseek-7-eed45189554640119dadd78d36e8e5e7", + "input": "Category: \"LOCK\"s \nClue: The state of being married", + "output": [ + "wedlock" + ] + }, + { + "id": "openseek-7-85687a4dcbe744708e5589c40e362ddb", + "input": "Category: TRANSFORMED FOOD \nClue: A prune is this fruit before it becomes shriveled", + "output": [ + "a plum" + ] + }, + { + "id": "openseek-7-68da8fd63cb544b5a2a607d5a356f603", + "input": "Category: PSILENT \"P\" \nClue: Let's park in the Jurassic to see this flying reptile with a birdlike beak", + "output": [ + "a pterodactyl" + ] + }, + { + "id": "openseek-7-511f8aae7158481e86c566a2af8dabd6", + "input": "Category: FILL IN THE BLANK \nClue: Half _____ Alaska", + "output": [ + "baked" + ] + }, + { + "id": "openseek-7-405f7838611545ca859de59743c82d22", + "input": "Category: \"OUT\" IS IN \nClue: \"Colorful\" loss of electrical power as a result of overuse by consumers", + "output": [ + "a blackout" + ] + }, + { + "id": "openseek-7-02cfc965a15f46638e24b6f7094e3dc4", + "input": "Category: CATS & DOGS \nClue: Name of this class of dogs comes from the Latin for \"earth\"", + "output": [ + "terrier" + ] + }, + { + "id": "openseek-7-1ca29ddeebab42d3bd0a03583dbc37cf", + "input": "Category: MYTHICAL CREATURES \nClue: Marco Polo told us of this 3-letter bird that could carry an elephant in its claws", + "output": [ + "the roc" + ] + }, + { + "id": "openseek-7-a6023cdfdf1f4128a4e5a4231ec53170", + "input": "Category: BRAND NAMES \nClue: Kraft makes hot cereals called Cream of Rice & Cream of this", + "output": [ + "wheat" + ] + }, + { + "id": "openseek-7-ea580bb7ee40418a9bf0dd0caed397e3", + "input": "Category: CLASSIC SCI-FI & HORROR FILMS \nClue: Before he was Spock, he had a small role in the mutant ant infestation classic \"Them!\" in 1954", + "output": [ + "nimoy" + ] + }, + { + "id": "openseek-7-6a180facea3d44989d600bcbe4cbfcd0", + "input": "Category: BIBLE BASICS \nClue: The Virgin Mary was betrothed to this village carpenter", + "output": [ + "joseph" + ] + }, + { + "id": "openseek-7-6a1e26ac18ca40c5b78c81a0fa3a993f", + "input": "Category: \"BOOK\"S \nClue: \"English as she is spoke\" is an 1855 self-described one of these, written by 2 Portuguese men who knew no English", + "output": [ + "a phrase book" + ] + }, + { + "id": "openseek-7-44351445c08f4318aad22b0fae755ff6", + "input": "Category: HISTORY OF DRINK \nClue: Dating from the 14th century, the name of this liquor comes from the Russian word for \"water\"", + "output": [ + "vodka" + ] + }, + { + "id": "openseek-7-ebc2e47fab2a4bf6852da7596804d0ae", + "input": "Category: SONGS \nClue: The title song in an Elvis film, it was written for the 1937 Bing Crosby film \"Waikiki Wedding\"", + "output": [ + "blue hawaii" + ] + }, + { + "id": "openseek-7-ca144b36d27e456f8b8a894dc3b55e55", + "input": "Category: \"CHI\" CHI \nClue: A coarse, twilled cotton fabric", + "output": [ + "chino" + ] + }, + { + "id": "openseek-7-66d30ac681904a239486a64b20fa8b5d", + "input": "Category: HISTORIC NAMES \nClue: This trailblazer was in his 60s when he moved to the Femme Osage district of what is now Missouri in the late 1790s", + "output": [ + "daniel boone" + ] + }, + { + "id": "openseek-7-a6b833e760f64bed904afe99517f5aab", + "input": "Category: CARTOON MICE \nClue: This \"fastest mouse in all Mexico\" has a cousin, Slowpoke Rodriguez", + "output": [ + "speedy gonzales" + ] + }, + { + "id": "openseek-7-558068e223674b2382a836ed7f97e83b", + "input": "Category: DESIGN \nClue: Persia's animal art persisted even after the introduction of this religion that forbade making images", + "output": [ + "islam" + ] + }, + { + "id": "openseek-7-be338fb048c548779c71d50b42f45fbe", + "input": "Category: BODIES OF WATER \nClue: Rising on the Langres Plateau & heading for the capital, it's the second-longest river in France", + "output": [ + "the seine" + ] + }, + { + "id": "openseek-7-ee47d23e62b94fcb8807fa599d1c1cf2", + "input": "Category: AD PEOPLE \nClue: Cartoon Network enlisted Bob Dole for this rabbit's campaign for the presidency", + "output": [ + "bugs bunny" + ] + }, + { + "id": "openseek-7-1f2c24c7a1c94654a5fceb9c081597fe", + "input": "Category: \"D\" IN SCIENCE \nClue: Sharks first inhabited the waters during this period of the Paleozoic era named for an English county", + "output": [ + "devonian" + ] + }, + { + "id": "openseek-7-4d73d11dc62545ea9d181b18782a32b9", + "input": "Category: THE BOY SCOUTS \nClue: The Boy Scouts of America are headquartered in this Texas city, also home to the Dallas Cowboys", + "output": [ + "irving" + ] + }, + { + "id": "openseek-7-553fbce68047485d883ce2a98eef82d3", + "input": "Category: SEEMS LIKE ANCIENT TIMES \nClue: The legendary Mucius saved Rome by putting this in a fire, earning the name \"Left-Handed\"", + "output": [ + "right hand" + ] + }, + { + "id": "openseek-7-9829e792bd1f471a9f4895e971098dd6", + "input": "Category: THE \"ICE\" MAN COMETH \nClue: To lure or lead on by exciting hope or desire", + "output": [ + "entice" + ] + }, + { + "id": "openseek-7-6eff553e70e0491880233faf39cf8881", + "input": "Category: HISTORIC LASTS \nClue: In the \"thanks a lot, fellas\" department, Mongolia was the last country to join this group--August 9, 1945", + "output": [ + "the allies" + ] + }, + { + "id": "openseek-7-2d0ec651b9a0452abbc7d6d629775877", + "input": "Category: -OLOGIES \nClue: It's the science & application of X-rays", + "output": [ + "roentgenology" + ] + }, + { + "id": "openseek-7-dc661a7464e444f2997cb62fc1dc4795", + "input": "Category: GEEK LOVE \nClue: The world's smallest laptops are nicknamed Atom, the name of the processor made by this company", + "output": [ + "intel" + ] + }, + { + "id": "openseek-7-f335446ef9124ae6906cd5ab3a5b5a45", + "input": "Category: AMERICAN IDLE 2009 \nClue: Following a stress test, this large U.S. bank was told by regulators that it needed to raise $34 billion", + "output": [ + "bank of america" + ] + }, + { + "id": "openseek-7-bb7288795cf348c2b4a0eedd66073ed3", + "input": "Category: MOVIE TIMES \nClue: Bookish CIA researcher Robert Redford is thrust into a conspiracy in this 1975 thriller", + "output": [ + "three days of the condor" + ] + }, + { + "id": "openseek-7-e4f739391e39488f9b3d62104568bb0e", + "input": "Category: YOUR NUMBER'S UP \nClue: NFL tight ends wear jerseys with number in this range", + "output": [ + "the 80s" + ] + }, + { + "id": "openseek-7-d76b100b4caf4c938c040116084bbe98", + "input": "Category: HEY, \"BOO\" \nClue: One of these is given by your doctor to maintain or renew your immunity to a disease", + "output": [ + "a booster shot" + ] + }, + { + "id": "openseek-7-bc706f1089924f1089a8d2ac2326ddee", + "input": "Category: BOTTOMS UP! \nClue: To make it, combine gin, vodka, cola, and a twist of lemon, but not a drop of tea", + "output": [ + "long island ice tea" + ] + }, + { + "id": "openseek-7-4c00e45e648240b5b8d9abe6307c0869", + "input": "Category: EUROPEAN RIVERS \nClue: Remains flung into this river include Joan of Arc's ashes & Marguerite of Burgundy's discarded lovers", + "output": [ + "seine" + ] + }, + { + "id": "openseek-7-f7d5c805e5484616a9f710c483d5ba0a", + "input": "Category: THAT'S ANCIENT HISTORY, MAN \nClue: In 1204 the Crusaders took this Byzantine city; in 1453 the Turks did", + "output": [ + "constantinople" + ] + }, + { + "id": "openseek-7-ba4a92ebd5c84f4892a4f9edcb173ea5", + "input": "Category: GET \"SET\" \nClue: You suffer one when you experience a reverse or defeat", + "output": [ + "a setback" + ] + }, + { + "id": "openseek-7-f6cecdae2873450f9e59d531973a80d3", + "input": "Category: SPORTS NOTABLES \nClue: Michael \"The Albatross\" Gross won gold medals in this sport using an arm span far exceeding his height", + "output": [ + "swimming" + ] + }, + { + "id": "openseek-7-25fab0ae493f4a17b14f0e9363bbb48e", + "input": "Category: MOVIES: BEEN THERE, DONE THAT \nClue: Harrison Ford lost his in \"Frantic\"; Kurt Russell lost his in \"Breakdown\"", + "output": [ + "wife" + ] + }, + { + "id": "openseek-7-823390804af74518943e70ffb5569869", + "input": "Category: BRITISH ROYALTY \nClue: The only British monarch of the 20th century not to produce an heir", + "output": [ + "edward viii" + ] + }, + { + "id": "openseek-7-0c9647fdd3d04874b633a0aabea83177", + "input": "Category: CHILDREN'S LITERATURE \nClue: Near the end of \"Through the Looking Glass\", this queen disappears in a bowl of soup", + "output": [ + "white queen" + ] + }, + { + "id": "openseek-7-f2740ed7fdfe41b69d9065d22711c6e0", + "input": "Category: CIVIL WAR GENERALS \nClue: He was originally named after the Shawnee chief Tecumseh, the William was added later", + "output": [ + "sherman" + ] + }, + { + "id": "openseek-7-8ca60b27bdd243a38664220ba472a6fa", + "input": "Category: JEOPARDY! 101 \nClue: He was the host of the first version of \"Jeopardy!\" in the '60s", + "output": [ + "art fleming" + ] + }, + { + "id": "openseek-7-26332b50114f4276ad7c5727a2b152d2", + "input": "Category: SONGWRITERS \nClue: \"I get by with a little help from my friends\" is credited to these 2 Beatles", + "output": [ + "lennon & mccartney" + ] + }, + { + "id": "openseek-7-f1feb313ff6647b283506505888c346f", + "input": "Category: KNOCK U OUT \nClue: Take out the \"U\" in a synonym for \"to praise\" & you get a youthful boy", + "output": [ + "laud & lad" + ] + }, + { + "id": "openseek-7-137199dd4e284df4949bafdf0fee113d", + "input": "Category: MIND YOUR BUSINESS \nClue: In 1908 Camillo Olivetti opened a plant in Italy to manufacture these", + "output": [ + "typewriters" + ] + }, + { + "id": "openseek-7-7b2e6621231c439ab9f51bd4ef32e8a1", + "input": "Category: ALPHABETIC LETTER PAIRS \nClue: Sunscreen protects you from these harmful rays", + "output": [ + "uv" + ] + }, + { + "id": "openseek-7-3567f26372234c61a926fdab376d0086", + "input": "Category: ABOUT BUILDINGS \nClue: They're the slender towers that are part of a mosque & from which Muslims are called to prayer", + "output": [ + "the minarets" + ] + }, + { + "id": "openseek-7-41f9cac965434c9abfa4959330a9cdb1", + "input": "Category: FASHION DESIGNERS \nClue: The Pompidou Center held a 1962-2002 retrospective on this designer often known just by his initials", + "output": [ + "yves saint laurent" + ] + }, + { + "id": "openseek-7-2cf1fe74d1c1453e9b34fd2770c122f8", + "input": "Category: CAN'T LIVE WITH 'EM \nClue: From words meaning \"great madness\", these people have delusions of grandeur", + "output": [ + "megalomaniacs" + ] + }, + { + "id": "openseek-7-540e8250c4a7491f988f93a895c760cf", + "input": "Category: \"J\" WALKING THROUGH HISTORY \nClue: On Dec. 1, 1804 this Martinique-born beauty & an emperor-to-be had their second wedding", + "output": [ + "napoleon & josephine" + ] + }, + { + "id": "openseek-7-0531e07a3a87486593f4674cdf47bd02", + "input": "Category: \"LADY\"s \nClue: The earliest account of her ride through Coventry comes from Roger of Wendover in the 13th c.", + "output": [ + "lady godiva" + ] + }, + { + "id": "openseek-7-5d7501932a86415eb9b7c854b940cf0d", + "input": "Category: CAPITAL PUNISHMENT \nClue: Haman", + "output": [ + "hung from the gallows" + ] + }, + { + "id": "openseek-7-a4a4476eb4834e09854a0bd22e8f08fa", + "input": "Category: FUNNY LADIES IN SHAKESPEARE \nClue: Those joyful schemers mistress Alice Ford & mistress Margaret Page", + "output": [ + "the merry wives of windsor" + ] + }, + { + "id": "openseek-7-0137f61ffdf848718efde2964302f2d5", + "input": "Category: BEFORE & AFTER \nClue: Projection at the southern tip of South America also called a cornucopia", + "output": [ + "cape horn o\\' plenty" + ] + }, + { + "id": "openseek-7-0aaf3edc96764cb0ae99c4d9405538f3", + "input": "Category: SWEET NOTHINGS \nClue: Since 1902, Necco has been making this brand of appropriately shaped candies with bons mots printed on them", + "output": [ + "sweet hearts" + ] + }, + { + "id": "openseek-7-105f752996a84ced9a63df91eb9425c0", + "input": "Category: DAVID MAMET \nClue: Mamet dedicated \"Glengarry Glen Ross\" to this British minimalist playwright", + "output": [ + "harold pinter" + ] + }, + { + "id": "openseek-7-3969801f57254ee58d1d434a86d285e3", + "input": "Category: DEM BONES \nClue: This longest bone in your body accounts for about a quarter of your height", + "output": [ + "femur" + ] + }, + { + "id": "openseek-7-4944610fd9d64ea586a2580ed0e74ad1", + "input": "Category: BRAIN MAUL! \nClue: Number of yards in a mile times the number of feet in a yard", + "output": [ + "5,280" + ] + }, + { + "id": "openseek-7-9424033721e743fbaf3b6eaa1eb7ddc0", + "input": "Category: THE BIBLE \nClue: He, not Gabriel, is the only one in the Bible who's specifically called an \"archangel\"", + "output": [ + "michael" + ] + }, + { + "id": "openseek-7-286950b212454c19aeabab73d32d235d", + "input": "Category: CONSTITUTIONAL AMENDMENTS \nClue: Of particular interest to the NRA is the amendment that allows us \"to keep & bear\" these", + "output": [ + "arms" + ] + }, + { + "id": "openseek-7-54b8f7ee62d347ff8f04f69b0bf4ddb6", + "input": "Category: FUNNY WESTERNS \nClue: Gabby Hayes added comic relief to many of this singing cowboy's films including \"My Pal Trigger\"", + "output": [ + "roy rogers" + ] + }, + { + "id": "openseek-7-1b4d83c26fbd45d69d54418587751f2a", + "input": "Category: BOX IT UP \nClue: In demanding suffrage, Elizabeth Cady Stanton wrote, \"Our 'pathway' is straight to\" this", + "output": [ + "the ballot box" + ] + }, + { + "id": "openseek-7-3a5a1c66882f4efdb3106833baff0d44", + "input": "Category: RUSSIAN FOOD & DRINK \nClue: This Russian vodka brand is known as Stoli for short", + "output": [ + "stolichnaya" + ] + }, + { + "id": "openseek-7-3eda41fc637e437283f9227b51c8a947", + "input": "Category: STREETS \nClue: The ruins of the Kaiser Wilhelm Memorial Church lie at the end of Kurfurstendamm, this city's most famous boulevard", + "output": [ + "berlin" + ] + }, + { + "id": "openseek-7-dcccf2a22a76482c87003a24fdae792a", + "input": "Category: CURRENT BIOGRAPHY: 1970 \nClue: This publisher & philanthropist's bio mentions his 1969 swearing in as U.S. Ambassador to Great Britain", + "output": [ + "walter annenberg" + ] + }, + { + "id": "openseek-7-b622a6a4b67045c2903bdda37c9ee3f6", + "input": "Category: JOHN BOY \nClue: Designed by John Roebling, when it opened in 1883, it was the world's longest suspension bridge & not for sale", + "output": [ + "brooklyn bridge" + ] + }, + { + "id": "openseek-7-55551efe583e4fe9b9819ab1da643f8c", + "input": "Category: REVOLUTIONARIES \nClue: In April 1777 this pamphleteer was elected Secretary of the Committee of Foreign Affairs in Congress", + "output": [ + "paine" + ] + }, + { + "id": "openseek-7-7ed99bb4888d4c5983b3e0512879909c", + "input": "Category: TV DEMISES \nClue: Sitcom character whose fiancee Susan died from licking toxic envelope glue", + "output": [ + "george costanza" + ] + }, + { + "id": "openseek-7-cc9726d2b4e94621a191ce1aaeb2e24d", + "input": "Category: U.S. STATES \nClue: The 2 states which have \"Waltz\" in the title of their state songs", + "output": [ + "missouri & tennessee" + ] + }, + { + "id": "openseek-7-eb3b71ddf69e4f60a430349b2ab94792", + "input": "Category: NOVELS & NOVELISTS \nClue: Victor Hugo's working title for this novel was \"Miseres\"", + "output": [ + "les miserables" + ] + }, + { + "id": "openseek-7-fc3caa3a28bf422988324b561ad1f569", + "input": "Category: TELEVISION HISTORY \nClue: He was named to the CBS board of directors after he gave up his news anchor position to Dan Rather", + "output": [ + "walter cronkite" + ] + }, + { + "id": "openseek-7-f12007433628427fa9eb62eb491e1ee2", + "input": "Category: THE BOSS \nClue: Bruce Springsteen was born in 1949 in Freehold, near Asbury Park, in this state", + "output": [ + "new jersey" + ] + }, + { + "id": "openseek-7-86c85498bf0c49128d4e33637b145279", + "input": "Category: THE UNITED NATIONS \nClue: (Sofia of the Clue Crew outside the U.N. building) The land the U.N. complex is built on was donated by this wealthy businessman", + "output": [ + "john d. rockefeller" + ] + }, + { + "id": "openseek-7-a7e42f20a68644909c718056f3782b05", + "input": "Category: SCIENCE BRIEFS \nClue: Traveling 1 astronomical unit from the sun, you should just reach this planet", + "output": [ + "earth" + ] + }, + { + "id": "openseek-7-154f49753d3c494abfe11c0cadc7be76", + "input": "Category: HOUSEPLANTS \nClue: Unlike many plants, these, which include the barrel & snowball types, prefer to get completely dry", + "output": [ + "cacti" + ] + }, + { + "id": "openseek-7-de2d73b12cfd40358639caa7b12c1f01", + "input": "Category: HISPANIC-AMERICAN FIRSTS \nClue: In 1973 this late Pittsburgh Pirate became the first Hispanic American inducted into the Baseball Hall of Fame", + "output": [ + "clemente" + ] + }, + { + "id": "openseek-7-160a7f395f9e436996dc7e5a74bf3807", + "input": "Category: WRITERS' RELATIVES \nClue: This \"Naked Lunch\" author was named for his paternal grandfather, who invented the adding machine", + "output": [ + "burroughs" + ] + }, + { + "id": "openseek-7-2e777016e32e47ab9d27bf09bbe56e40", + "input": "Category: THEY'RE IN CHARGE \nClue: Latin American president Ernesto Zedillo", + "output": [ + "mexico" + ] + }, + { + "id": "openseek-7-1b22785f6d104117b500aba28ced5a61", + "input": "Category: THEATRICAL ANGELS \nClue: The original Broadway cast of this play based on a Thomas Wolfe novel featured Tony Perkins as Eugene Gant", + "output": [ + "look homeward, angel" + ] + }, + { + "id": "openseek-7-f30e34539f4f4577a86e4dcca838b85c", + "input": "Category: THE \"I\"s HAVE IT \nClue: Dorothy Hamill must have fond memories of this Tyrolean city: she won her Olympic gold medal there", + "output": [ + "innsbruck" + ] + }, + { + "id": "openseek-7-b4ba6579f8c44fc49c29cf934defca25", + "input": "Category: HIGHWAYS & BYWAYS \nClue: The New Year's Day Mummers Parade travels north up Broad Street, ending at City Hall in this city", + "output": [ + "philadelphia" + ] + }, + { + "id": "openseek-7-669ec6af8c8a484dbcf2e7ceeb5d59c7", + "input": "Category: BOY MEETS WORLD \nClue: Around 1347 B.C. at the age of 9, his rule as pharaoh began", + "output": [ + "king tut" + ] + }, + { + "id": "openseek-7-ef751994afcf4f0fbb756836cab59e60", + "input": "Category: STARS & STRIPES \nClue: Sirius is the Alpha dog in this constellation", + "output": [ + "canis major" + ] + }, + { + "id": "openseek-7-801b17fb911346749d537fce362518e9", + "input": "Category: POTPOURRI \nClue: Using a 200-year-old technique, a V.A. hospital in Long Beach, Calif. has utilized these fly larvae to treat patients", + "output": [ + "maggots" + ] + }, + { + "id": "openseek-7-cfe58c5220b7413c961056ae22b2561c", + "input": "Category: AMERICAN HISTORY \nClue: In the late 1600s this Asian grain became the main crop of the Carolina coastal lowlands", + "output": [ + "rice" + ] + }, + { + "id": "openseek-7-eb670e77305d4c53963d5e52c7544a98", + "input": "Category: BOOKS OF 1970 \nClue: This 1970 Irwin Shaw book became a TV miniseries in 1976", + "output": [ + "rich man, poor man" + ] + }, + { + "id": "openseek-7-e5a565bfb2b24e3ab7a18b265334622a", + "input": "Category: AT THE BUSINESS' WEBSITE \nClue: Learn about \"The Clydesdales... an American tradition\" at this beer's .com", + "output": [ + "budweiser" + ] + }, + { + "id": "openseek-7-bbd019151bc2488998c9c088780b51c1", + "input": "Category: SCANDALS \nClue: She's doing commercials for No Excuses sportswear following her fling with Gary Hart", + "output": [ + "donna rice" + ] + }, + { + "id": "openseek-7-514eb6e8b0ef4957a62126a50e394356", + "input": "Category: MAJOR MUSICAL WORKS \nClue: This first season of Vivaldi's \"Four Seasons\" is in E major", + "output": [ + "\"spring\"" + ] + }, + { + "id": "openseek-7-1b872211113f46c98a9c7e84a6f380da", + "input": "Category: AWARDS \nClue: Theodore Hesburgh, once president of this university, has been awarded over 100 honorary degrees", + "output": [ + "notre dame" + ] + }, + { + "id": "openseek-7-c60a9e9d1d384c10beb2220fb26cb943", + "input": "Category: \"COME\" \nClue: When someone \"gets\" this, it's regarded as a just punishment", + "output": [ + "comeuppance" + ] + }, + { + "id": "openseek-7-48b63f7d44574c668d2f8a4629cd2a4e", + "input": "Category: ABBREV. \nClue: Religiously speaking, Xnty. is an abbreviation for this", + "output": [ + "christianity" + ] + }, + { + "id": "openseek-7-7d8f1cc2b3ed487aa500f320bc0af184", + "input": "Category: THE LANGUAGE OF FOOD \nClue: \"Life is just a bowl of\" these; one sour type is the dark mahogany red morello", + "output": [ + "cherries" + ] + }, + { + "id": "openseek-7-2bff363158c843bdb30e68a489eb41dc", + "input": "Category: NO E'S PLEASE \nClue: It's among our country's top 3 newspapers in circulation", + "output": [ + "usa today" + ] + }, + { + "id": "openseek-7-44a1d850922a422aba20c95cdb4f74f8", + "input": "Category: DOUBLE G WHIZ \nClue: Apologies to those dining at home now: it's a soft-bodied, legless larva of certain flies", + "output": [ + "a maggot" + ] + }, + { + "id": "openseek-7-1397cb2d116342cd91a61739056c148c", + "input": "Category: HALL-ELUJAH! \nClue: In 2006 Cesar Chavez, John Muir & the Hearst family were among the inaugural inductees in this state's H.O.F.", + "output": [ + "california" + ] + }, + { + "id": "openseek-7-787cdf6b0a9b4ea6a690fef56539a297", + "input": "Category: LIVIN' IN THE '80s \nClue: This brand of artificial sweetener was introduced in a gumball in 1981", + "output": [ + "nutrasweet" + ] + }, + { + "id": "openseek-7-e350d23d577845b5b932cc2737c5860b", + "input": "Category: LESSER-KNOWN MOVIES \nClue: The title character of this 1991 Coen Brothers film is a caricature of writer Clifford Odets", + "output": [ + "barton fink" + ] + }, + { + "id": "openseek-7-135134558d664410b6ad563891e93563", + "input": "Category: ACTORS IN '50s FILMS \nClue: He played Billy the Kid in \"The Left-Handed Gun\" in 1958, 11 years before he starred as Butch Cassidy", + "output": [ + "paul newman" + ] + }, + { + "id": "openseek-7-017a1e982c2b4bed9503329db902ab4c", + "input": "Category: WORLD CAPITALS \nClue: It's located about 30 miles south of the DMZ", + "output": [ + "seoul" + ] + }, + { + "id": "openseek-7-a924426f535848f983c5758bd65dc1f2", + "input": "Category: COMPUTERESE \nClue: Like a waiter, a network computer might say \"I'll be your\" this & store files or manage printers", + "output": [ + "server" + ] + }, + { + "id": "openseek-7-cce53132df824e2482e1df9bfb8ba1e9", + "input": "Category: 19TH CENTURY AMERICA \nClue: By 1857 he was producing 10,000 steel plows per year", + "output": [ + "john deere" + ] + }, + { + "id": "openseek-7-3a40717fc904468299a85f5c7639a7ce", + "input": "Category: PUBS & TAVERNS \nClue: The Last Drop Tavern was named for its proximity to the spot where public hangings took place in this Scottish capital", + "output": [ + "edinburgh" + ] + }, + { + "id": "openseek-7-71768ea8023b4cdf8ec4d476246e9cdd", + "input": "Category: MARYLAND \nClue: This disgraced politician's portrait was taken down in the Maryland state house in 1979 & rehung in 1995", + "output": [ + "spiro agnew" + ] + }, + { + "id": "openseek-7-1dda2bbaa3714f889082d6798337ccaa", + "input": "Category: WORLD ART \nClue: M's that apply to 20th C. painter David Siqueiros include Marxist, muralist & this nationality", + "output": [ + "mexican" + ] + }, + { + "id": "openseek-7-932a9fb7f2d74a39b2a628e2f17928dd", + "input": "Category: REDUNDANCY & REPETITION \nClue: It's redundant to refer to this \"system of measurement\", since the word means \"relating to measurement\"", + "output": [ + "metric" + ] + }, + { + "id": "openseek-7-7caea0dc788a4f97a8a4f61b23325b39", + "input": "Category: CORRESPONDENTS \nClue: Kate Webb, a rare female Vietnam War reporter, was captured in this adjoining country & presumed dead, but got out", + "output": [ + "cambodia" + ] + }, + { + "id": "openseek-7-dbcbd1dbc5b944a7b517b5d689af9e30", + "input": "Category: LITERATURE \nClue: Dickens divided this book into staves instead of chapters; Stave IV is called \"The Last of the Spirits\"", + "output": [ + "a christmas carol" + ] + }, + { + "id": "openseek-7-ad1b05151ec64e38ae75bff65b1bd6be", + "input": "Category: REAL ESTATE \nClue: In 1996 California created a state agency to provide this type of homeowners' insurance", + "output": [ + "earthquake insurance" + ] + }, + { + "id": "openseek-7-83b772bfb62645c3b386e92688c1880f", + "input": "Category: MONTREAL EXPOSE \nClue: Each summer Montreal hosts a Juste Pour Rire Festival, called \"Just for\" these in English", + "output": [ + "laughs" + ] + }, + { + "id": "openseek-7-925f6eb533574fa69ab5f7ee006ed602", + "input": "Category: MOVIE CHARACTERS \nClue: In a 2007 film, Dan Evans (Christian Bale) is trying to get outlaw Ben Wade (Russell Crowe) on this title train", + "output": [ + "the 3:10 to yuma" + ] + }, + { + "id": "openseek-7-29ea7aba94db41df83010fa6ae39b17a", + "input": "Category: ANIMALIA \nClue: Dr. Seuss' Yertle was one", + "output": [ + "turtle" + ] + }, + { + "id": "openseek-7-5a6a6c3e3e1e4c058c8f546a841c6c19", + "input": "Category: SPORTS STARS \nClue: The '96 Olympic Gymnastics team reunited (as bridesmaids) when this balance beam champ got hitched in '99", + "output": [ + "shannon miller" + ] + }, + { + "id": "openseek-7-572f1beeea1d40aaa396c57a7af6812c", + "input": "Category: 4-LETTER FRIENDS \nClue: A nobleman, or to look intently", + "output": [ + "peer" + ] + }, + { + "id": "openseek-7-ad745cd84f1b41b7a28e5c4bcf0f0769", + "input": "Category: CAT SKILLS \nClue: The clouded variety of this large feline of Southeast Asia is known to perch & hide in trees", + "output": [ + "a leopard" + ] + }, + { + "id": "openseek-7-6df7cffbc45e4eb6b9e119ca3dd37506", + "input": "Category: THE QUOTABLE EINSTEIN \nClue: This \"is more important than knowledge\"", + "output": [ + "imagination" + ] + }, + { + "id": "openseek-7-51285d4ee54b483991f8fb25f2e41160", + "input": "Category: LITERATURE \nClue: In \"The Call of the Wild\", Judge Miller's gardener kidnaps this dog & sells him for $50", + "output": [ + "buck" + ] + }, + { + "id": "openseek-7-8100e94dbd1943efa1500f0aa0a554b2", + "input": "Category: THAT'LL BE THE \"DAY\" \nClue: The Marx Brothers wreak havoc at a sanitorium in this 1937 release", + "output": [ + "a day at the races" + ] + }, + { + "id": "openseek-7-7335029e456b494ebd7ac8991baef809", + "input": "Category: SCIENCE BRIEFS \nClue: Conceived around 1686, \"G\" is known as this man's constant", + "output": [ + "newton" + ] + }, + { + "id": "openseek-7-245e8a8432bd4f33be1f9543b0d9f64c", + "input": "Category: THE '70s \nClue: In 1079 this Persian astronomer & poet calculated the year to be 365.2421 days, an extremely accurate figure", + "output": [ + "omar khayyám" + ] + }, + { + "id": "openseek-7-adb1d26e98e04b789efc064c90e2c4ba", + "input": "Category: IF THEY MARRIED... \nClue: Mary, co-host of \"E.T.\", weds Watergate \"Deep Throat\" W. Mark & hyphenates to get this sincere name", + "output": [ + "mary hart-felt" + ] + }, + { + "id": "openseek-7-c5864bcec1874e9e96971998e5f18506", + "input": "Category: SIKH \nClue: One of the 5 K's of Sikh belief, Kesh is the vow never to cut this", + "output": [ + "hair" + ] + }, + { + "id": "openseek-7-0092955db44644639bd6232624f0602a", + "input": "Category: SOUTH SPECIFIC \nClue: A Miami Herald columnist since 1985, he's known for comic novels about Floridian corruption", + "output": [ + "carl hiaasen" + ] + }, + { + "id": "openseek-7-6dfb076cae664960a28b3e07c756a59f", + "input": "Category: I GOT THE MUSIC IN ME \nClue: To see John Lennon's Sgt. Pepper costume, head to this Ohio establishment", + "output": [ + "the rock & roll hall of fame" + ] + }, + { + "id": "openseek-7-a97a01f704b64b08a12b03a03eb5766f", + "input": "Category: LITERATURE ON FILM \nClue: In a 1941 film based on R.L. Stevenson's horror classic, Spencer Tracy played these 2 title characters", + "output": [ + "dr. jekyll & mr. hyde" + ] + }, + { + "id": "openseek-7-332dc7d387824ef3a80373303a190b12", + "input": "Category: STATE FAIRS \nClue: Washington's state fair turned 100 in 2008 & set a record by gathering 24 of these people in a room", + "output": [ + "centenarians" + ] + }, + { + "id": "openseek-7-dafcab9e1c4c43e78f56601330489de5", + "input": "Category: SEOUL SEARCHING \nClue: Chongwadae, also known as \"The Blue House\", is where this Korean official lives", + "output": [ + "president" + ] + }, + { + "id": "openseek-7-e834d00d085f406daf4311e649a6f529", + "input": "Category: PUMP UP THE JAM \nClue: Greeks & Phoenicians spread the popularity of this 3-letter jam fruit throughout the old world; enjoy a San Pedro!", + "output": [ + "fig" + ] + }, + { + "id": "openseek-7-73f735c0bd374972acd852088d21b427", + "input": "Category: FILL E_____R UP \nClue: Celebration of the Resurrection", + "output": [ + "easter" + ] + }, + { + "id": "openseek-7-b00e7d1bc5d341a58045053d6590ef3f", + "input": "Category: QUAKER OATHS \nClue: This Quaker & suffragist leader declared in 1873, \"This government is not a democracy... it is an odious aristocracy\"", + "output": [ + "susan anthony" + ] + }, + { + "id": "openseek-7-5e45aa4818294f4bae4e529141fadf9f", + "input": "Category: IT'S A MYSTERY \nClue: His crime novel \"Rum Punch\" was filmed by Quentin Tarantino as \"Jackie Brown\"", + "output": [ + "elmore leonard" + ] + }, + { + "id": "openseek-7-54925fd7f5c94687b1e3f44db1568af5", + "input": "Category: \"IF\" ONLY... \nClue: Proverbial condition under which \"beggars might ride\"", + "output": [ + "\"if wishes were horses\"" + ] + }, + { + "id": "openseek-7-7de15dbb3363486bb791a4cbf78c72f0", + "input": "Category: CAMEO CAMERA \nClue: In his last role filmed on U.S. soil, this man slit Jack Nicholson's nose in \"Chinatown\"", + "output": [ + "roman polanski" + ] + }, + { + "id": "openseek-7-b444660c80b54d299cc350817263eaf2", + "input": "Category: NAME THAT DAD \nClue: Camelot's Mordred", + "output": [ + "king arthur" + ] + }, + { + "id": "openseek-7-999824f0228a42b682016397c07e3ebf", + "input": "Category: WINNER OF OUR DISCONTENT \nClue: This Windy City fan said in a released statement that he \"did not even see Moises Alou, much less that he may have had a play\"", + "output": [ + "steve bartman" + ] + }, + { + "id": "openseek-7-c1d8e71f05cf4279af8183b4aa129c15", + "input": "Category: TAKE YOUR MEDICINE \nClue: Grape Splash & Bubble Gum Yum are flavors of \"Children's\" this, which Mom might alternate with Motrin", + "output": [ + "tylenol" + ] + }, + { + "id": "openseek-7-998e7b42b35d4748b17b51a406e4671d", + "input": "Category: THE NEW YORK TIMES TIMELINE \nClue: The Times won a Pulitzer for its publication of these purloined documents in 1972", + "output": [ + "the pentagon papers" + ] + }, + { + "id": "openseek-7-a7160f7f360544c99c0aeabc116c679b", + "input": "Category: POULTRY \nClue: This quail, the only one native to Eastern U.S., gets its name from its whistle, not its color", + "output": [ + "bobwhite" + ] + }, + { + "id": "openseek-7-8c9a83f476c74f759f1e76b75559547f", + "input": "Category: WORDS IN (THE) DICTIONARY \nClue: A bond, an electrovalent bond", + "output": [ + "ionic" + ] + }, + { + "id": "openseek-7-e472517492384ddb9dcc9fc048575b7f", + "input": "Category: RHYME TIME \nClue: Varieties of this brand of seasoned coating mix from Kraft include Tangy Honey Glaze & Original Pork", + "output": [ + "shake \\'n bake" + ] + }, + { + "id": "openseek-7-1dcb160c0944415aad414184b0c1ef19", + "input": "Category: IN THE BOOKSTORE \nClue: Perhaps you'd like to pick up his \"Collected Plays: 1944-1961\", which includes \"The Crucible\" & \"Death of a Salesman\"", + "output": [ + "arthur miller" + ] + }, + { + "id": "openseek-7-6db4a19d3c8f48b289c740d469f794fe", + "input": "Category: WEBSITES \nClue: Kids Web Japan has a page on this art that shows you how to fold a piece of paper into the shape of a dog or a piano", + "output": [ + "origami" + ] + }, + { + "id": "openseek-7-90da73ed81fc400c91b43a4a0c02abee", + "input": "Category: NEW MEDIA \nClue: In January of 2007, this company started delivering movies electronically as well as by mail", + "output": [ + "netflix" + ] + }, + { + "id": "openseek-7-c2879de851eb425693b188a14b46c576", + "input": "Category: 2001 U.S. STAMPS \nClue: The Chinese New Year stamp for 2001 features this animal set in grass-style calligraphy", + "output": [ + "snake/serpent" + ] + }, + { + "id": "openseek-7-7ad249a014f044fba848f8bb0b6c5bcd", + "input": "Category: \"A\" MEN \nClue: This photographer known for his celebrity portraits learned his craft while in the Merchant Marine", + "output": [ + "richard avedon" + ] + }, + { + "id": "openseek-7-e75919842289437b8d63b08b320026db", + "input": "Category: ENTERTAINING WOMEN \nClue: These athletic sisters had a reality show subtitled \"For Real\"", + "output": [ + "the williams sisters" + ] + }, + { + "id": "openseek-7-1fd76ca33375465e816493735b95d56b", + "input": "Category: NOW THAT'S ITALIAN \nClue: At age 28 his third opera, \"Nabucco\", made him one of Italy's foremost composers", + "output": [ + "verdi" + ] + }, + { + "id": "openseek-7-da1d469a718341659e4867e07cd50fd4", + "input": "Category: ON THE RISK BOARD \nClue: This old name of a southeast Asian kingdom lives on in the game", + "output": [ + "siam" + ] + }, + { + "id": "openseek-7-a4a7202fd77e40d7991a25b6b0b4b077", + "input": "Category: ALL AROUND NEW YORK \nClue: Across the way from Columbia University, you'll find this famous college for women", + "output": [ + "barnard" + ] + }, + { + "id": "openseek-7-31d4234489d444c08fb4ab90430ed3b3", + "input": "Category: ARCHITECTURE \nClue: Dramatic 16th C. style named for the Portuguese \"Barroco\", meaning an irregular-shaped pearl", + "output": [ + "baroque" + ] + }, + { + "id": "openseek-7-cdcfb4ba935c4dda8d26f3f514cc1cde", + "input": "Category: AT THE MOVIES \nClue: Dan Aykroyd played Mack Sennett in this 1992 biopic starring Robert Downey, Jr.", + "output": [ + "chaplin" + ] + }, + { + "id": "openseek-7-e28e6fc1d2be44079f685c41f9ec50cd", + "input": "Category: ESOTERIC KNOWLEDGE \nClue: The Houses of Lancaster & York used different colored types of these flowers as their symbols", + "output": [ + "roses" + ] + }, + { + "id": "openseek-7-44c43b06fe0243ba9a757ed00828ac97", + "input": "Category: EDIBLE EUPHEMISMS \nClue: Hog innards, usually called these in the South, have also been called Kentucky oysters", + "output": [ + "chitlins" + ] + }, + { + "id": "openseek-7-de16f376e2df459bb9e3e79d8a1ed4a2", + "input": "Category: WHEN THEY WERE IN COLLEGE \nClue: This Matt Damon-Ben Affleck movie grew out of a scene Matt wrote for a playwriting class at Harvard", + "output": [ + "good will hunting" + ] + }, + { + "id": "openseek-7-bf74166f19d441879c3701e51631f539", + "input": "Category: ODE ON A GRECIAN, EARNED \nClue: Let's \"Post\" some facts: her maiden name is Stassinopoulos & she has an M.A. in economics from Cambridge", + "output": [ + "arianna huffington" + ] + }, + { + "id": "openseek-7-2e226a8cfe5c4000a75866538c1378c3", + "input": "Category: IKE SPEAKS \nClue: In 1957 Ike used \"the full power of the United States\" to enforce integration at Central High in this city", + "output": [ + "little rock" + ] + }, + { + "id": "openseek-7-35e5dfbf637c4f7fa52e07e2ed461a5f", + "input": "Category: PITT STORY \nClue: Brad Pitt was an Irish Gypsy boxer with an indecipherable accent in this 2000 Guy Ritchie flick", + "output": [ + "snatch" + ] + }, + { + "id": "openseek-7-1714f1de173b4c3fa6eb15399a4d4c82", + "input": "Category: BEASTLY LANGUAGE \nClue: To create different words, this prefix can go before berry, neck & flesh", + "output": [ + "goose" + ] + }, + { + "id": "openseek-7-19e79630765441b68f7e9e5d6097d020", + "input": "Category: AMERICAN POSTAL ABBREVIATIONS \nClue: MO", + "output": [ + "missouri" + ] + }, + { + "id": "openseek-7-b2e0fb3cf3df4a308f37fd29b0c7196a", + "input": "Category: PAINT IT \"BLACK\" \nClue: During the War of 1812, this Sauk Indian chief & about 500 of his warriors fought for the British", + "output": [ + "black hawk" + ] + }, + { + "id": "openseek-7-d644ffd867ca439dabca1b149a9870c2", + "input": "Category: REMEMBER 1989? \nClue: Attracting widespread media coverage, this star of \"The Queen of Outer Space\" slapped a cop", + "output": [ + "zsa zsa gabor" + ] + }, + { + "id": "openseek-7-df5a784f7ae8464b9489eed59e46d6f1", + "input": "Category: \"M\"USIC \nClue: A type of Medieval or Renaissance musician; Nanki-poo sang, \"A Wandering\" one \"I, a thing of shreds & patches\"", + "output": [ + "a minstrel" + ] + }, + { + "id": "openseek-7-c378c04ffa5e42a5b2c7176e8b96e565", + "input": "Category: A \"COCK\"-EYED CATEGORY \nClue: A staged battle between 2 roosters", + "output": [ + "cockfight" + ] + }, + { + "id": "openseek-7-601610116b3a405c834154d557f1bcb0", + "input": "Category: NATIVE AMER. WOMEN \nClue: Nanye'hi Ward led the Cherokees to victory over the Creeks & became 1 of these", + "output": [ + "a beloved woman" + ] + }, + { + "id": "openseek-7-8c72dce9538640638a4e048f47b6f01a", + "input": "Category: LESSER-KNOWN PROVERBS \nClue: It specifically \"tries truth\" as well as generally \"tries all things\"", + "output": [ + "time" + ] + }, + { + "id": "openseek-7-d3dcf068617d4fc8b648df2cea264531", + "input": "Category: BASKETBALL \nClue: In 1994 he hit 3 HRs for the Double-A Birmingham Barons; in '96 he was the NBA's season & finals MVP", + "output": [ + "michael jordan" + ] + }, + { + "id": "openseek-7-3955c38c3f5544ad82fd5e055a9b5448", + "input": "Category: I'M MELTING \nClue: Snowmelt plus ground still frozen from winter can equal this, the most common type of U.S. natural disaster", + "output": [ + "flood" + ] + }, + { + "id": "openseek-7-f0904dbdc600472aaeff8b7f15cf7e01", + "input": "Category: BALLET \nClue: Jules Perrot's short ballet \"Pas de Quatre\" requires this many ballerinas", + "output": [ + "4" + ] + }, + { + "id": "openseek-7-6f8c8729dc534301a0d79573400d2905", + "input": "Category: PLAYWRIGHTS \nClue: His play \"Winterset\" is based on the case of Sacco & Vanzetti", + "output": [ + "maxwell anderson" + ] + }, + { + "id": "openseek-7-2634ed816aa04f5997da6a9bbc7e6653", + "input": "Category: MAURICE, BARRY OR ROBIN \nClue: Bejart & Sendak", + "output": [ + "maurice" + ] + }, + { + "id": "openseek-7-196f1f05752144f7902a7f442d8c9c29", + "input": "Category: ROBOTICS \nClue: GM helped develop cobots, or collaborative robots, for this production process on a line of the same name", + "output": [ + "an assembly line" + ] + }, + { + "id": "openseek-7-1e32d96136d94ef0bbe76bb11cc89caa", + "input": "Category: MIND YOUR BUSINESS \nClue: In 1959 the Ohio Art toy company got the rights to l'Ecran magique, the Magic Writer, & renamed it this", + "output": [ + "the etch a sketch" + ] + }, + { + "id": "openseek-7-ffed10fc629448fc97d43a2ae66e4bf9", + "input": "Category: ELTON JOHN SONGS \nClue: \"Goodbye Norma Jean though I never knew you at all\"", + "output": [ + "\"candle in the wind\"" + ] + }, + { + "id": "openseek-7-a25b27b35b3f4f188292d0e2f30acff7", + "input": "Category: JACKs \nClue: Explaining why he lost the heavyweight championship to Gene Tunney, he said, \"I forgot to duck\"", + "output": [ + "jack dempsey" + ] + }, + { + "id": "openseek-7-99502067348f41058a2abba5eb44e837", + "input": "Category: POLITICAL TERMS \nClue: Considered America's first political party, it was succeeded by the Whigs", + "output": [ + "the federalists" + ] + }, + { + "id": "openseek-7-352959b0e899491c855290a5afb124fe", + "input": "Category: LAWRENCE \nClue: In \"Romeo & Juliet\", he marries Romeo & Juliet", + "output": [ + "friar lawrence" + ] + }, + { + "id": "openseek-7-65024f3d835b4948a3d515b5dc2a94a0", + "input": "Category: \"D\" DAY \nClue: It's the basic monetary unit of Greece", + "output": [ + "drachma" + ] + }, + { + "id": "openseek-7-fce03a7fe1af443d8dcf3f2b8e4e7889", + "input": "Category: PHOTOGRAPHY \nClue: When selling its box camera, this company used the slogan, \"You Press the Button, We Do the Rest\"", + "output": [ + "kodak" + ] + }, + { + "id": "openseek-7-1a1da9736072491b9a25d2735a55d60f", + "input": "Category: TEENS ON BROADWAY \nClue: Jane Krakowski of this Calista Flockhart TV series was a teen star on Broadway in \"Starlight Express\"", + "output": [ + "ally mcbeal" + ] + }, + { + "id": "openseek-7-eb6a34200ff641d29242989002b58dab", + "input": "Category: FAMOUS FOR 15 MINUTES \nClue: A category on \"Famous Houseguests\" would have to include this dude whose real first name is Brian", + "output": [ + "kato kaelin" + ] + }, + { + "id": "openseek-7-d150daabc6c24fa4904f81d9d6b09769", + "input": "Category: \"J\" WALKING \nClue: On a snowy winter night he nips at your nose & your window", + "output": [ + "jack frost" + ] + }, + { + "id": "openseek-7-31ca0267ecdc4c1ab04e6e61ccd748b9", + "input": "Category: ROCKS & STUFF \nClue: This form of molten rock deep within the earth can reach a temperature of over 2100 degrees", + "output": [ + "magma" + ] + }, + { + "id": "openseek-7-789a52403c0d4759a048e123a4045acc", + "input": "Category: TEX-ARCANA \nClue: Big Bend National Park is on a Big Bend of this river in western Texas", + "output": [ + "the rio grande" + ] + }, + { + "id": "openseek-7-87849a3ad06840a5ba6ff3c808a77d56", + "input": "Category: FASHION DESIGNERS \nClue: Isaac Mizrahi appeared as himself on the May 6, 1997 3-D episode of this Michael J. Fox sitcom", + "output": [ + "spin city" + ] + }, + { + "id": "openseek-7-5247feaa5c9740d9b1819fc5af5adcee", + "input": "Category: THE RULES OF THE GAMES \nClue: If a referee calls \"offside\" during a football game, the offending team may be penalized this many yards", + "output": [ + "5" + ] + }, + { + "id": "openseek-7-5c9ec78c67b74674893033da1000ca0e", + "input": "Category: BOXING \nClue: He invented the \"Rope-A-Dope\" technique to tire his opponents", + "output": [ + "muhammad ali" + ] + }, + { + "id": "openseek-7-f75b3f13dc694d4b9741ebb1b8e7a6b7", + "input": "Category: REBELS WITH A CAUSE \nClue: In 1971 this consumer advocate founded Public Citizen", + "output": [ + "ralph nader" + ] + }, + { + "id": "openseek-7-8b48bd68f5854546a66e364e94d62304", + "input": "Category: SPORTS STARS \nClue: Amy Van Dyken holds the U.S. record in the 50-meter freestyle event in this sport at 24.87 seconds", + "output": [ + "swimming" + ] + }, + { + "id": "openseek-7-9d9622755a504ebf95e33afb39860944", + "input": "Category: QUOTATIONS \nClue: The inspirational quote \"Win this one for the Gipper\" is attributed to him", + "output": [ + "knute rockne" + ] + }, + { + "id": "openseek-7-3c7e5434cbd1450b99e7f03c09c8a4e6", + "input": "Category: MOUNTAINS \nClue: Yosemite National Park is located in this California mountain range", + "output": [ + "sierra nevadas" + ] + }, + { + "id": "openseek-7-fd2bcd68fca6468e9997ed84de8e1d10", + "input": "Category: ABRAHAM \nClue: After this wife's death, Abraham married Keturah", + "output": [ + "sarah" + ] + }, + { + "id": "openseek-7-5069ecedb3f340cc8ebef2ba60a9d8f8", + "input": "Category: ISLANDS \nClue: About 80% of this Mediterranean island's 700,000 people speak Greek; about 18% speak Turkish", + "output": [ + "cyprus" + ] + }, + { + "id": "openseek-7-670c6b0513084d63a81772fb1e4b341c", + "input": "Category: SCIENCE LAB \nClue: In 1985 a British Antarctic science expedition first detected one of these that forms annually in the ozone layer", + "output": [ + "a hole" + ] + }, + { + "id": "openseek-7-a81bfeb04fc64e36ae90d494c7e654c0", + "input": "Category: VOLCANOES \nClue: At least 57 people died as a result of this U.S. volcano's May 18, 1980 eruption", + "output": [ + "mount st. helens" + ] + }, + { + "id": "openseek-7-8075bb0a30b842eca977a435c6606934", + "input": "Category: HOPE THIS ISN'T AN OPERA CATEGORY \nClue: 4 sisters cavort in the March family attic in Act I of the opera based on this 1868 novel", + "output": [ + "little women" + ] + }, + { + "id": "openseek-7-1e45a2ab9f9b4dcc8273e9de86fe1e96", + "input": "Category: THE FASTING & THE FURIOUS \nClue: Lt. Colonel Thileepan of the Tamil Tigers starved himself to death in a 1987 hunger strike on this island", + "output": [ + "sri lanka" + ] + }, + { + "id": "openseek-7-79d1806734ad45968fa37115452d3096", + "input": "Category: BEFORE & AFTER \nClue: \"Hybrid Theory\" & \"Meteora\" are albums by this alt-metal band that's the second-priciest Monopoly property", + "output": [ + "linkin park place" + ] + }, + { + "id": "openseek-7-0d1d31f85ff744b78abb17c0a00ce577", + "input": "Category: FARMVILLE \nClue: On a farm who needs an alarm clock when you have this bird's cock-a-doodle-doo to wake you?", + "output": [ + "a rooster" + ] + }, + { + "id": "openseek-7-27b49b921b35466597878149daef3fef", + "input": "Category: LET'S PLAY MAH-JONGG \nClue: Mah-jongg was a U.S. fad in this decade, along with bathtub gin & the Charleston", + "output": [ + "1920s" + ] + }, + { + "id": "openseek-7-00f1082b0f9b4a79be0972eafae38af9", + "input": "Category: THEM'S FIGHTIN' WORDS! \nClue: A beverage of more than 2 fruit juices, or Judy's puppet partner", + "output": [ + "punch" + ] + }, + { + "id": "openseek-7-187b9f60008b4cd385e75d2c3cfac83d", + "input": "Category: WRITERS JOURNAL \nClue: While writing \"Crime and Punishment\", he quickly penned \"The Gambler\" to meet a publisher's obligation", + "output": [ + "dostoevsky" + ] + }, + { + "id": "openseek-7-2116ac7ae8ca4d809abd4d553138b264", + "input": "Category: STOCK SYMBOLS \nClue: CPB is the symbol for this maker of alphabet soup", + "output": [ + "campbell\\'s" + ] + }, + { + "id": "openseek-7-8d827a312bcc4ca8a9dc73478d34a3eb", + "input": "Category: ELLE \nClue: Singer & actress Vanessa Paradis has borne this American actor a daughter, Lily Rose Melody", + "output": [ + "johnny depp" + ] + }, + { + "id": "openseek-7-191ed5f4bd234faf8caf59ae5096482b", + "input": "Category: \"G\"EOGRAPHY \nClue: This city bordering Dallas shares its name with a hanging floral decoration", + "output": [ + "garland" + ] + }, + { + "id": "openseek-7-b745923623dc4e95ac47ac9260ad4a8e", + "input": "Category: COFFEES ALL AROUND \nClue: This \"Good to the last drop\" brand lets you choose among smooth, rich & bold", + "output": [ + "maxwell house" + ] + }, + { + "id": "openseek-7-3ab4668c93cb434db089f77cd1e0c897", + "input": "Category: ARCHAEOLOGY \nClue: From the Latin for \"made by skill\", it's a portable object like a tool or a weapon made or used in the past", + "output": [ + "artifact" + ] + }, + { + "id": "openseek-7-2dc172da980242bb8e4482013ffe52d8", + "input": "Category: THE U.S. CONSTITUTION \nClue: Article 1, Section 3 states that this person \"shall be president of the Senate\" & vote only in case of ties", + "output": [ + "the vice president" + ] + }, + { + "id": "openseek-7-80c0c98e0e8f4610a7624a5789f1280b", + "input": "Category: BROADWAY MUSICALS \nClue: Dogpatch is almost hit by an atom bomb in this 1956 musical", + "output": [ + "li\\'l abner" + ] + }, + { + "id": "openseek-7-0e6969ec85004e3a86ccce6a3b9b3303", + "input": "Category: SPECIAL \"T\"s \nClue: Hershey's Skor bar is this type of candy enrobed in chocolate", + "output": [ + "toffee" + ] + }, + { + "id": "openseek-7-9239c2ee4a1d46ec81ddbfb5a7a11489", + "input": "Category: LYRICAL MOP UP \nClue: David Bowie: \"And I've been putting out fire with ___\"", + "output": [ + "gasoline" + ] + }, + { + "id": "openseek-7-449e45214ca44b4aa93670cde924d313", + "input": "Category: RUSSIAN AROUND \nClue: Leo Tolstoy got a firsthand look at war at Sevastopol during this war", + "output": [ + "the crimean war" + ] + }, + { + "id": "openseek-7-94b7029b0ad440159e22ce430aa70113", + "input": "Category: B.C. \nClue: Under Augustus, construction began on this \"all gods\" temple", + "output": [ + "the pantheon" + ] + }, + { + "id": "openseek-7-1fb78f0ba62f4f03ae3ffd239a9fd2ff", + "input": "Category: LESLIE NIELSEN MOVIES \nClue: One of Saskatchewan-born Leslie's last starring roles was in 2002's \"Men with Brooms\", about this sport", + "output": [ + "curling" + ] + }, + { + "id": "openseek-7-2a9d4cbbb828498b833c2f7c10993302", + "input": "Category: THE LIBERTY BELL \nClue: This Pennsylvania city officially owns the bell", + "output": [ + "philadelphia" + ] + }, + { + "id": "openseek-7-98e66bfdaa994f1c9e678bc485d41bf2", + "input": "Category: I STILL LIKE CARTOONS \nClue: He leads Ed & Edd in trying to carry out various adolescent schemes", + "output": [ + "eddy" + ] + }, + { + "id": "openseek-7-c8848b9972fb43269509952cd947778c", + "input": "Category: QUEENS OF ENGLAND \nClue: Because her husband took an active rol in the management of her affairs, some called her \"Queen Albertine\"", + "output": [ + "victoria" + ] + }, + { + "id": "openseek-7-86c2159f5f7e4a80b1fff30429efe9ac", + "input": "Category: YEARS \nClue: Vietnam, Laos & Cambodia all fell to the Communists in this year", + "output": [ + "1975" + ] + }, + { + "id": "openseek-7-60cb30775bdd462d9f63f3e7064bb2ab", + "input": "Category: MOVIE GEOGRAPHY \nClue: Gary Busey, Karen Black & Keith Carradine wrote songs for this film; Keith's \"I'm Easy\" won an Oscar", + "output": [ + "nashville" + ] + }, + { + "id": "openseek-7-cf9b8d24630e4666b1a1cf585591622a", + "input": "Category: FIRST 3 LETTERS OF STATES \nClue: Jeremy Piven's agent role", + "output": [ + "arizona" + ] + }, + { + "id": "openseek-7-f19e309196bc4ab8a186fec85eb7c1b4", + "input": "Category: WHAT'S THE BIG IDEA? \nClue: The 21st century doctrine named for this man allows the U.S. to wage preventive war if an attack on us is coming", + "output": [ + "george w. bush" + ] + }, + { + "id": "openseek-7-4765c11e0dd34e249bcc96728a0e5df0", + "input": "Category: 5-LETTER WORDS \nClue: Samuel Johnson defined it as \"the unctuous or oily part of milk\"", + "output": [ + "cream" + ] + }, + { + "id": "openseek-7-d4366a0fa3524a2baa4c4c6166aab225", + "input": "Category: PLEASE TAKE DIRECTION \nClue: Established in 1802, it was the first school of engineering in the U.S. & women weren't admitted until 1976", + "output": [ + "west point" + ] + }, + { + "id": "openseek-7-d86f931d16ff4e0f8af34dbcd3a9997c", + "input": "Category: KIDNAPPED \nClue: On Dec. 2, 1969 Cindy Birdsong of this Motown group was kidnapped at knifepoint but escaped by jumping out of a car", + "output": [ + "the supremes" + ] + }, + { + "id": "openseek-7-e464acb29e92482da32a0997c881acbd", + "input": "Category: TARTS \nClue: The prophet Hosea married a Harlot named this; her last name probably wasn't Pyle", + "output": [ + "gomer" + ] + }, + { + "id": "openseek-7-20f908a9351e4776b1f3b9856df18902", + "input": "Category: POET-POURRI \nClue: In a poem titled \"September 1\" of this year, W.H. Auden wrote, \"The clever hopes expire of a low dishonest decade\"", + "output": [ + "1939" + ] + }, + { + "id": "openseek-7-add03d7c604342fabe2d116dbfefeb0d", + "input": "Category: NAME GAME \nClue: This presidential first name was originally used as a given name to honor Protestant reformer John", + "output": [ + "calvin" + ] + }, + { + "id": "openseek-7-46cf56c5aff543c9a492933fb05693e4", + "input": "Category: SANDWICHES \nClue: When you add this New World fruit to a BLT, in becomes a BLAT", + "output": [ + "avocado" + ] + }, + { + "id": "openseek-7-54081dd37f6e4f37a87d49f066808ac6", + "input": "Category: VERBS \nClue: This type of pad or pillow is also a verb meaning \"to absorb shock\", as of \"the blow\"", + "output": [ + "cushion" + ] + }, + { + "id": "openseek-7-c7c82c0d100c4a4fb876473b83f6c0e9", + "input": "Category: DO TRY THIS AT HOME \nClue: Usually found effervescing on great-grandma's nightstand, this product can also be used to clean silver teapots", + "output": [ + "denture clean" + ] + }, + { + "id": "openseek-7-0130f9687e884124994df495ca8a1321", + "input": "Category: FILE UNDER \"F\" \nClue: A building's lobby may get this fancier-sounding synonym if it's done in marble", + "output": [ + "foyer" + ] + }, + { + "id": "openseek-7-96db072524f64006ace6a334139eed59", + "input": "Category: MUSICAL MUSICALS \nClue: Bessie Smith's music is heard in the sultry revue of this style \"in the Night\"", + "output": [ + "blues" + ] + }, + { + "id": "openseek-7-d36ce1cca0554a06bd850ff60a3fcc6d", + "input": "Category: FOOD SCIENCE \nClue: At 144 degrees ovotransferrin in these common food items denatures & they then begin to set", + "output": [ + "eggs" + ] + }, + { + "id": "openseek-7-4f4e707ed0b04d909ba69341b0e24f83", + "input": "Category: THE TOWER \nClue: Upon its completion in 1930, the Chrysler Building beat out this structure as the world's tallest", + "output": [ + "the eiffel tower" + ] + }, + { + "id": "openseek-7-fc87b3333cf14c6fb151c3fe3ac44327", + "input": "Category: EUROPEAN HISTORY \nClue: In WWI Germany, Austria-Hungary, Bulgaria & the Ottoman Empire were known in the West as these \"Powers\"", + "output": [ + "the central" + ] + }, + { + "id": "openseek-7-95d55b389e664e3aa6ed06ac33efacb2", + "input": "Category: \"D\"OUBLE TALK \nClue: It's a Brenda Lee hit, a town in India, a lollipop, & a type of bullet", + "output": [ + "dum dum" + ] + }, + { + "id": "openseek-7-5127dd05408b43d7a91bafad55096998", + "input": "Category: CENTURY OF THE CRIME \nClue: Brutus earns an et tu from Julius Caesar", + "output": [ + "the 1st century b.c." + ] + }, + { + "id": "openseek-7-818b530681474c3ab1e8a4989a1cc212", + "input": "Category: JACK LEMMON FILMS \nClue: In \"The China Syndrome\", Lemmon played the executive of this type of plant", + "output": [ + "nuclear power plant" + ] + }, + { + "id": "openseek-7-830ee89e8e4c4843a5b1d3b4edc554ac", + "input": "Category: BOOKS ON SPORTS \nClue: In \"Deep Water Passage\", Ann Linnea describes kayaking all the way around this largest Great Lake", + "output": [ + "lake superior" + ] + }, + { + "id": "openseek-7-7f3cb6370a5745678caaf76f28673a56", + "input": "Category: HEY, \"U\"! \nClue: This citrus fruit from Jamaica is named for its lack of physical beauty", + "output": [ + "ugli fruit" + ] + }, + { + "id": "openseek-7-ea30d8be85f640b9b54bb929ffcbc929", + "input": "Category: KINSEY \nClue: Dr. Alfred Kinsey was born in this New Jersey city in 1894, as was Frank Sinatra 21 years later", + "output": [ + "hoboken" + ] + }, + { + "id": "openseek-7-9293c30c5cf947fea32a6ada504e6672", + "input": "Category: STARTS WITH \"KN\" \nClue: In this city, you can visit the home of John Sevier, the first governor of Tennessee", + "output": [ + "knoxville" + ] + }, + { + "id": "openseek-7-70864428f3654fcfa1d12c9e69bb9fc4", + "input": "Category: 1979 \nClue: This general resigned as Supreme Commander of NATO and also retired from the U.S. Army", + "output": [ + "alexander haig" + ] + }, + { + "id": "openseek-7-5bd67d4e246044b181283c1f210952bb", + "input": "Category: MEET THE PERRYS \nClue: Matt & Ollie's father served at this S.C. city in the Revolution; their nephew was killed there in the Civil War", + "output": [ + "charleston" + ] + }, + { + "id": "openseek-7-b9408d97567242c682f47d116d58c505", + "input": "Category: HOLIDAYS & OBSERVANCES \nClue: Originally this holiday was celebrated on the last day of the Celtic year", + "output": [ + "halloween" + ] + }, + { + "id": "openseek-7-96ad3bad54ce4be7b1090e9b6deb3e64", + "input": "Category: BRIT LIT \nClue: Published in 1928, \"All the Conspirators\" was the first novel by this British author of \"The Berlin Stories\"", + "output": [ + "christopher isherwood" + ] + }, + { + "id": "openseek-7-37b435ec6a404aedbce57b49e6315e39", + "input": "Category: I'LL HAVE THE \"HAM\" \nClue: A Cricetus cricetus with large cheek pouches", + "output": [ + "hamster" + ] + }, + { + "id": "openseek-7-f44e25cd9630449ba8d7fe3081a15f9c", + "input": "Category: ANCIENT PERSIA \nClue: The palace in the city of Susa was built from cedar timber from what's now this country", + "output": [ + "lebanon" + ] + }, + { + "id": "openseek-7-f0faa745333a4566b84f5a2ef6a2f997", + "input": "Category: MEDICINE \nClue: In 1970 this pediatrician authored \"A Teenager's Guide to Life and Love\"", + "output": [ + "dr. benjamin spock" + ] + }, + { + "id": "openseek-7-1024e930ee16469d8db9c1eca244af67", + "input": "Category: TEXAS \nClue: On Sept. 24, 2005 the Gulf region was still recovering from Katrina when this hurricane slammed into Texas", + "output": [ + "rita" + ] + }, + { + "id": "openseek-7-bb14eb0d3053492abaf01bcfdb036f3a", + "input": "Category: CONTEMPORARIES \nClue: St. Francis of Assisi was already a missionary when this famous grandson of Genghis was born", + "output": [ + "kublai khan" + ] + }, + { + "id": "openseek-7-80535169d03442578229cdb0f412c95d", + "input": "Category: MEDICINE \nClue: 19th century physiologist Claude Bernard found how this organ converts sugar to glycogen & stores it", + "output": [ + "the liver" + ] + }, + { + "id": "openseek-7-024a45b2748944dc97ae786964fafd83", + "input": "Category: BASEBALL \nClue: In 1995 he broke Lou Gehrig's record for consecutive games played", + "output": [ + "cal ripken, jr." + ] + }, + { + "id": "openseek-7-e574235371ce4a3199bd719f323ee360", + "input": "Category: VERY SUPERSTITIOUS \nClue: It was thought breaking this damages one's soul; since vampires have no soul, they can't be seen in one", + "output": [ + "a mirror" + ] + }, + { + "id": "openseek-7-17df21d2ae364e6b8ed5028fa393794b", + "input": "Category: ODDS & ENDS \nClue: It's the city where the Francis Scott Key Bridge spans the Patapsco River estuary", + "output": [ + "baltimore" + ] + }, + { + "id": "openseek-7-efbbda77bc534430934682f2964bd549", + "input": "Category: THE 1960s \nClue: In 1962 the people of Perth, Australia saluted this American by turning their lights on & off at the same time", + "output": [ + "john glenn" + ] + }, + { + "id": "openseek-7-8fcfc906f7b7430e8e4443667e1252c8", + "input": "Category: TEA 'N T \nClue: Wired magazine asked & answered the question \"How much is all the tea\" here \"actually worth?\" $1,590,653,400", + "output": [ + "china" + ] + }, + { + "id": "openseek-7-6846dd00a5794349b16287dd0b72338b", + "input": "Category: STATE THE STATE \nClue: In 1972 Barbara Jordan was elected to Congress from this state", + "output": [ + "texas" + ] + }, + { + "id": "openseek-7-d7513122547a4cff86307bd2a0ed97f8", + "input": "Category: THE BEAT OF THE TOM \nClue: In the 1957 group known as Tom & Jerry, Tom was Art Garfunkel & he was Jerry", + "output": [ + "paul simon" + ] + }, + { + "id": "openseek-7-90bef3135a7f45a39bcd3c2e203e94f6", + "input": "Category: WHEN THEY WERE TEENAGERS \nClue: In his early teens, this \"E.T.\" director won a contest with his short war movie \"Escape to Nowhere\"", + "output": [ + "steven spielberg" + ] + }, + { + "id": "openseek-7-e3a870a772334d6eac6ae5a743bedd5c", + "input": "Category: FARM AID \nClue: A capon is a neutered male one of these", + "output": [ + "a rooster" + ] + }, + { + "id": "openseek-7-3f66bbc8408641cfabe2f3c8bd1e7a8c", + "input": "Category: DUTCH & FLEMISH PAINTERS \nClue: As a diplomat in the 1620s, this 3-named artist helped negotiate a treaty between England & Spain", + "output": [ + "peter paul rubens" + ] + }, + { + "id": "openseek-7-3adf5484374f40dea80db05a0e342313", + "input": "Category: IT'S A PLANE! \nClue: The Gossamer Albatross was the first plane powered by one of these to cross the English Channel", + "output": [ + "person" + ] + }, + { + "id": "openseek-7-8b15b5d74ac445148e874ab7ca99df4f", + "input": "Category: PERFUME \nClue: Though it has the same name, Benetton's perfume wasn't named for this controversial Sean Penn film", + "output": [ + "colors" + ] + }, + { + "id": "openseek-7-c676091bd3344ef0b2c3ee5cdef061d4", + "input": "Category: INSECTS \nClue: This snout beetle reached Texas from Mexico around 1890 & spread into most cotton-growing areas of the U.S.", + "output": [ + "the boll weevil" + ] + }, + { + "id": "openseek-7-852fdac712c847049f1ec5626d37a8e3", + "input": "Category: 19th CENTURY PEOPLE \nClue: This hero was a sailor before joining the cause of Italian unity in the 1830s & trading blue & white for red", + "output": [ + "garibaldi" + ] + }, + { + "id": "openseek-7-898efae367f249a8979706c7de5bf4e7", + "input": "Category: RHYMING FOLKS \nClue: There were \"Holy Cow\"s in the high mass & a banner reading \"Heaventh Inning Stretch\" at his Chicago funeral in 1998", + "output": [ + "harry caray" + ] + }, + { + "id": "openseek-7-93218961a7a04c369ecdcf5dcc3218df", + "input": "Category: POTENT POTABLES \nClue: The Harvard is made with sweet vermouth; dry vermouth is in this cocktail with the name of a Harvard rival", + "output": [ + "yale" + ] + }, + { + "id": "openseek-7-396a0afdb07c435d9c830098f6ddc4a7", + "input": "Category: THE QUASI-WAR WITH FRANCE \nClue: On June 21, 1798 this president told Congress he was going to break off relations with France", + "output": [ + "john adams" + ] + }, + { + "id": "openseek-7-8da23620d8a14dceaed9672eb5298f50", + "input": "Category: WHATEVER \nClue: On New Year's Day, 2009, this celebrated \"Catcher in the Rye\" author celebrated his 90th birthday", + "output": [ + "salinger" + ] + }, + { + "id": "openseek-7-a3ee949f8d1842cfad0ed06a46e80639", + "input": "Category: IN THE DICTIONARY \nClue: The name of this horse breed tells us that it originated in the Perche area of France", + "output": [ + "percheron" + ] + }, + { + "id": "openseek-7-1527ac4948e44259912b5fc05a4f12eb", + "input": "Category: INTERIORS \nClue: This suite at the Regent Beverly Wilshire boasts 3 sitting rooms, a dining room & sunken marble tubs", + "output": [ + "the presidential suite" + ] + }, + { + "id": "openseek-7-16a38c7f32a04c57abc1c6842a4b05bb", + "input": "Category: 2 \"Q\"s \nClue: This clue is really something, actually it's the French for \"something\"", + "output": [ + "quelque chose" + ] + }, + { + "id": "openseek-7-dcc231c983454ca8afb101d88aeddbb2", + "input": "Category: OBSTACLES \nClue: An obstacle that you jump over metaphorically to attain a goal, or what Felix Sanchez jumps over for real", + "output": [ + "a hurdle" + ] + }, + { + "id": "openseek-7-5e91760d2e4b4e6f85a3289851405dae", + "input": "Category: POETS \nClue: In 1953 his Norton Lectures at Harvard were published as \"i: six nonlectures\"", + "output": [ + "cummings" + ] + }, + { + "id": "openseek-7-d2fff5cd14db4e78a2efd4dfecd73537", + "input": "Category: BREWERS, BUCKS & PACKERS \nClue: Get your butt in gear & know this anatomical term for a small zippered pouch suspended from a belt", + "output": [ + "a fanny pack" + ] + }, + { + "id": "openseek-7-2ae84e591fdd4372b501937c44c099b7", + "input": "Category: IT'S JUST A THEORY \nClue: His theory of evolution is widely accepted; his son George's theory of the moon's origin isn't", + "output": [ + "charles darwin" + ] + }, + { + "id": "openseek-7-0feb58094fea4b7b9237d9075dbb67a5", + "input": "Category: HI YA, IRIAN JAYA! \nClue: The Irian Jaya region has been the easternmost province of this nation since the 1960s", + "output": [ + "indonesia" + ] + }, + { + "id": "openseek-7-d0f512a64cdc45428057592f1c7aa783", + "input": "Category: WHERE YA FROM, TERPSICHOREAN? \nClue: Rudolf Nureyev", + "output": [ + "the soviet union" + ] + }, + { + "id": "openseek-7-b5f38aa2e56546f591bfbf3fecf30426", + "input": "Category: RIVERS \nClue: In 1951 it was determined that this river's source was in the Sierra Parima of Venezuela", + "output": [ + "the orinoco" + ] + }, + { + "id": "openseek-7-042f1b77d66b482e91581c82bd386fc1", + "input": "Category: TV CAPTAINS \nClue: Captain Pike was in the pilot, but this captain replaced him in the series", + "output": [ + "capt. kirk" + ] + }, + { + "id": "openseek-7-92fb85136a664124b7e4d4eb898bfcd7", + "input": "Category: \"TRICK\" OR \"TREAT\" \nClue: 8-letter word meaning a written work dealing formally & systematically with a subject", + "output": [ + "treatise" + ] + }, + { + "id": "openseek-7-c28a193982fd4a77bb12a35b1fd7c2b3", + "input": "Category: TRAGEDIES \nClue: Skiing accidents recently claimed the lives of Michael Kennedy & this entertainer-turned-congressman", + "output": [ + "sonny bono" + ] + }, + { + "id": "openseek-7-d11c2d5dd66e4dffb2ca4516f6d8dbc6", + "input": "Category: PREHISTORIC TIMES \nClue: The Stone Age lasted until this metal replaced stone as the primary tool-making material", + "output": [ + "bronze" + ] + }, + { + "id": "openseek-7-31b4ab3303af4a3b97510565985dd66b", + "input": "Category: TOUGH STUFF \nClue: The Pied Piper led these 2 groups out of Hamelin", + "output": [ + "rats & children" + ] + }, + { + "id": "openseek-7-b5a77da198f6449fa5f871d62200afa7", + "input": "Category: WOMEN OF COUNTRY \nClue: With hits like \"Jesus, Take The Wheel\" & \"Some Hearts\", this country cutie has hardly been sitting \"idol\"", + "output": [ + "underwood" + ] + }, + { + "id": "openseek-7-31a4532fe86049a7bfeb4840b7fa6ebc", + "input": "Category: THE ODYSSEY \nClue: Antinous is the leader of the suitors for her hand", + "output": [ + "penelope" + ] + }, + { + "id": "openseek-7-e6b2779c1ce04f159fd8efedda3424b4", + "input": "Category: ALL \"FOUR\" YOU \nClue: Buddha taught these moral \"truths\"", + "output": [ + "four noble truths" + ] + }, + { + "id": "openseek-7-da342b537910472e8f94707341cea1c1", + "input": "Category: DAFFY-NITIONS \nClue: Your extended family, or fear of your extended family", + "output": [ + "kindred/kin dread" + ] + }, + { + "id": "openseek-7-9be3524da875411786578629c4623a1a", + "input": "Category: FAMILIAR PHRASES \nClue: A person with a hidden flaw is said to have feet of this, from a dream image in Daniel 2:33", + "output": [ + "clay" + ] + }, + { + "id": "openseek-7-0839b7d7dae449838ad48cc5bd5af6ff", + "input": "Category: GREASY SPOON PHRASE BOOK \nClue: In a greasy spoon these paired seasonings are \"Mike & Ike\"", + "output": [ + "salt & pepper" + ] + }, + { + "id": "openseek-7-202b8345d11743598f64e872fcf46ac6", + "input": "Category: TO REMAIN \"SILENT\" \nClue: Quiet alliterative nickname of the U.S. Navy's submarine fleet", + "output": [ + "the silent service" + ] + }, + { + "id": "openseek-7-a485ff0b5920468789e9e744b1abe001", + "input": "Category: SHOWTIME AT THE ACROPOLIS \nClue: In 2010 protesters against these measures, from a Greek word for \"severe\" hung a banner from the Acropolis", + "output": [ + "austerity measures" + ] + }, + { + "id": "openseek-7-34ca2666c0c3442698b041e39bc3ab3b", + "input": "Category: ANIMAL PLANET? \nClue: In gymnastics, it's safe to vault over; its body is upholstered", + "output": [ + "horse" + ] + }, + { + "id": "openseek-7-3409e8851d2f4cb1ae079de35c3147e1", + "input": "Category: \"LITTLE\" WOMEN \nClue: This H.C. Andersen character tries to keep warm on New Year's Eve & has visions of her grandmother", + "output": [ + "the little match girl" + ] + }, + { + "id": "openseek-7-820bf91cc3254bddaebccb701dbbf4e5", + "input": "Category: NAME THAT WESTERN \nClue: 1992: \"I'm here to kill you, Little Bill, for what you did to Ned\"", + "output": [ + "unforgiven" + ] + }, + { + "id": "openseek-7-d018d6a626384f288db547217a812ef9", + "input": "Category: BRITISH TV \nClue: This computer-created Matt Frewer character had a British music video show before the U.S. drama", + "output": [ + "max headroom" + ] + }, + { + "id": "openseek-7-67a118a86c874f9c8c00c99a03b0f901", + "input": "Category: PLANT LIFE \nClue: This type of habitat comes before \"marigold\" in the name of a plant of Arizona & Utah", + "output": [ + "desert" + ] + }, + { + "id": "openseek-7-1b430904838343c5a538db0d1be30176", + "input": "Category: STREET SMARTS \nClue: Columbus, Ohio's main drag is called this, more often the British term for a city's main street", + "output": [ + "high street" + ] + }, + { + "id": "openseek-7-1d7a1f37a8214d01af2170aad655883e", + "input": "Category: IT HAPPENED ONE FEBRUARY \nClue: Its first session was Feb. 1, 1790; it adjourned Feb. 10, as no cases were before it", + "output": [ + "the supreme court" + ] + }, + { + "id": "openseek-7-b4e0289c6196490e8c82162330fcb7c4", + "input": "Category: TRUTH OR DARE \nClue: Truth: This \"Common Sense\" pamphleteer later turned to inventing, trying to come up with a smokeless candle", + "output": [ + "thomas paine" + ] + }, + { + "id": "openseek-7-bf120c9639bd4e47b093b1a6a9b5ba96", + "input": "Category: THE ANSWER LIES WITHIN \nClue: Overcome with emotion, the sheep is unable at the moment to make this customary sound", + "output": [ + "bleat" + ] + }, + { + "id": "openseek-7-9c0b62753ad04771877ee5459010defd", + "input": "Category: WORLD CURRENCY \nClue: In 1993 Turkmenistan replaced this unit of currency with the manat", + "output": [ + "the ruble" + ] + }, + { + "id": "openseek-7-082a317c26d94d26ab8d70b8caa102b5", + "input": "Category: HISTORIC PEOPLE \nClue: Originally named Temujin, this founder of the Mongol Empire took a title which means \"universal monarch\"", + "output": [ + "genghis khan" + ] + }, + { + "id": "openseek-7-5c9d68d8380c4281813e1b9f2b9b7631", + "input": "Category: NO WAY! IT'S NORWAY! \nClue: Norway rakes it in off this resource & has high hopes for more from the Goliat Field in the Barents Sea", + "output": [ + "oil" + ] + }, + { + "id": "openseek-7-fb1509c1667d45e8bdb950a965a3f27a", + "input": "Category: MOVIE NAMES \nClue: Josh Duhamel plays the title movie star: \"Win a Date with ____ ____!\"", + "output": [ + "tad hamilton" + ] + }, + { + "id": "openseek-7-0def099d00d54e02ba7af36528d0af85", + "input": "Category: GEOGRAPHIC POP \nClue: David Johansen was the lead singer of this pre-punk band", + "output": [ + "the new york dolls" + ] + }, + { + "id": "openseek-7-2371c073af8747f3a29ce4c4cf80166e", + "input": "Category: ADMIRALS \nClue: Opposed to war with the U.S., he nevertheless planned the Japanese attack on Pearl Harbor", + "output": [ + "isoroku yamamoto" + ] + }, + { + "id": "openseek-7-aade22e72aa04b108dd89e53c3632415", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: Founded as a medical college in 1834, it was later renamed for a New Orleans merchant", + "output": [ + "tulane" + ] + }, + { + "id": "openseek-7-135a406dbf7e4e1fb137dcf22025579d", + "input": "Category: ASTEROID NAMES \nClue: Daughter of the Ptolemys, spelled with a K", + "output": [ + "kleopatra" + ] + }, + { + "id": "openseek-7-79a08cee87a849ba97dab151bb5d5a8b", + "input": "Category: WORLD GEOGRAPHY \nClue: In ancient times, this \"mother\" river of Russia was known as the Rha", + "output": [ + "volga" + ] + }, + { + "id": "openseek-7-380105b4f65f4352a1251c024b1b7959", + "input": "Category: LABOR UNIONS \nClue: The United Rubber Workers is headquartered in this city", + "output": [ + "akron, ohio" + ] + }, + { + "id": "openseek-7-ed44f5ddf39049f8a94f7abcd59af504", + "input": "Category: DESCRIBING THE ARTWORK \nClue: In this work mom is seated, facing left--or is it right? Anyway, she's clad in black with a white lace cap", + "output": [ + "whistler\\'s mother" + ] + }, + { + "id": "openseek-7-d6686257e3f546189185b7632f39252b", + "input": "Category: LITERARY GROUPS \nClue: City Lights Bookstore in San Francisco was a 1950s hangout for these itinerant writers & poets", + "output": [ + "\"beat\" writers" + ] + }, + { + "id": "openseek-7-cd9a2ec499e947d799859df6ab06e361", + "input": "Category: \"EQ\" TEST \nClue: Situated at the same range from 2 places or points", + "output": [ + "equidistant" + ] + }, + { + "id": "openseek-7-5552e458f0ea49e2b193aa4ad48a1448", + "input": "Category: GARDEN TALK \nClue: Frankincense is extracted from the Boswellia; this gift is from the Commiphora", + "output": [ + "myrrh" + ] + }, + { + "id": "openseek-7-cc479631c9ff4b60aba32fc02c242f53", + "input": "Category: NATIONAL HISTORIC SITES \nClue: A portion of this avenue between the Capitol & the White House was designated a National Historic Site in 1965", + "output": [ + "pennsylvania avenue" + ] + }, + { + "id": "openseek-7-307fd2d9c0e845a49fbafd1eb411e288", + "input": "Category: 19th CENTURY AMERICA \nClue: In 1883 Mark Twain published his autobiographical \"Life on\" this river", + "output": [ + "the mississippi" + ] + }, + { + "id": "openseek-7-4377ebcff3f84266a6057cb12de125a6", + "input": "Category: ORGANIZATIONS \nClue: The USA’s oldest nationwide voluntary health agency, it was founded in 1904 to combat tuberculosis", + "output": [ + "american lung association" + ] + }, + { + "id": "openseek-7-8c285c064ede474c86783f30b57ed53b", + "input": "Category: KNIGHTS OF THE DICTIONARY? \nClue: He's burying his armor, weapons, a cache of food & a supply of batteries to get ready for some huge disaster", + "output": [ + "survivalist" + ] + }, + { + "id": "openseek-7-279a8eed8d6341d6a59d3087f5d80f89", + "input": "Category: THE WRITE STUFF \nClue: This author's collection \"Tales of a Wayside Inn\" is set at the Red Horse Tavern in Sudbury, Massachusetts", + "output": [ + "longfellow" + ] + }, + { + "id": "openseek-7-93b3e9dad2374343adbfb8f604f4a2d4", + "input": "Category: MIRACLE SITES \nClue: This village where Juan Diego twice saw the Virgin Mary in 1531 is now part of Mexico City", + "output": [ + "guadalupe" + ] + }, + { + "id": "openseek-7-4f3b1f0d1a2349e48abc0420be3565ae", + "input": "Category: BIG BIRTHER \nClue: How lucky--in 1997 Bobbi McCaughey of Des Moines, Iowa gave birth to the first surviving set of these", + "output": [ + "septuplets" + ] + }, + { + "id": "openseek-7-c5b79e2f22624686949d4480203ec0c6", + "input": "Category: STATE BIRDS \nClue: One naturalist reported that this state bird of Arkansas imitated the songs of 32 birds within 10 minutes", + "output": [ + "the mockingbird" + ] + }, + { + "id": "openseek-7-108f2be8e7cf4b0fa8349f2dd5eab2e8", + "input": "Category: JOG-RAPHY \nClue: Popular name of the tough section of the Boston Marathon course seen here", + "output": [ + "\"heartbreak hill\"" + ] + }, + { + "id": "openseek-7-8b6dc1d784694f9c8a3ac264f351482a", + "input": "Category: A STATE OF CIVIL WAR \nClue: On September 17, 1862 Gen. Robert E. Lee's Northern march was halted in this slave-holding Union state", + "output": [ + "maryland" + ] + }, + { + "id": "openseek-7-be573eec439848698b87cd57fa670f9d", + "input": "Category: WALK INTO A \"BAR\" \nClue: A pier, wharf or landing place: San Francisco has a famous one", + "output": [ + "embarcadero" + ] + }, + { + "id": "openseek-7-5d3b54d519df49579ae3babddba8dc8a", + "input": "Category: PRETTY PICTURES \nClue: In the painting seen here, Édouard Manet showed himself and others in this city's Tuileries Gardens", + "output": [ + "paris" + ] + }, + { + "id": "openseek-7-05d52467abca48cb876b7d2afef870c1", + "input": "Category: \"SO\" WHAT! \nClue: It's an organized group or association, like the Red Hat or Humane", + "output": [ + "a society" + ] + }, + { + "id": "openseek-7-771af2a13a944709b4c69825d992276f", + "input": "Category: SMALLVILLE \nClue: The name of this city in Texas (pop. 1631) is found in Texas' traditional nickname", + "output": [ + "lone star" + ] + }, + { + "id": "openseek-7-a37eb3e4d63b4abd83dbea43b89552f4", + "input": "Category: FORGOTTEN MUSICALS \nClue: After just 5 performances, the door slammed on \"A Doll's Life\", based on this Scandinavian drama", + "output": [ + "a doll\\'s house" + ] + }, + { + "id": "openseek-7-edf87d93c9c2455db9cc204985d58ac2", + "input": "Category: FICTIONAL DETECTIVES \nClue: \"The House Without a Key\" was the first case solved by this Chinese detective", + "output": [ + "charlie chan" + ] + }, + { + "id": "openseek-7-cbbf9f1baab0402eb244c754ba96f737", + "input": "Category: LITTLE-READ BOOKS \nClue: This early sci-fi writer tackled polar exploration (from his study) in the 1860s with \"Aventures du Capitaine Hatteras\"", + "output": [ + "jules verne" + ] + }, + { + "id": "openseek-7-6a8a47c8d6454337a9b106f99f6e7844", + "input": "Category: THAT'S A FACT! \nClue: In 1993, this kids' book line came under fire when one of the people you could find in it was a topless woman on a beach", + "output": [ + "where\\'s waldo?" + ] + }, + { + "id": "openseek-7-b1daec872ec84e30a744fe773040a4a3", + "input": "Category: TURKEY \nClue: Regarding themselves as rulers of the Muslim world, Turkish sultans held this title until 1924", + "output": [ + "caliph" + ] + }, + { + "id": "openseek-7-151e5b714b474b0485c7c9f32cbf9a78", + "input": "Category: AIRCRAFT OF WORLD WAR I \nClue: Germany's Halberstadt CL IV was powered by this engine brand named for a girl", + "output": [ + "mercedes" + ] + }, + { + "id": "openseek-7-94a44758a4654bd0aaffe370340bf36c", + "input": "Category: LABOR \nClue: In August 1981 more than 11,000 of these federal workers were fired for participating in an illegal strike", + "output": [ + "air traffic controllers" + ] + }, + { + "id": "openseek-7-20d48f17c1344988bb83a881b1273449", + "input": "Category: \"V\" LOVE IT! \nClue: It flows through Kazan & Saratov", + "output": [ + "volga river" + ] + }, + { + "id": "openseek-7-bfa3c4f7f21c469db52765f7c283c89a", + "input": "Category: U.S. CITIES \nClue: This historic city was named for the Bishop of Hippo on whose feast day the area was first sighted", + "output": [ + "st. augustine, florida" + ] + }, + { + "id": "openseek-7-727d0cd1488f45869804156e0e83f4c8", + "input": "Category: 6-WORD BEST PICTURE PLOTS \nClue: Acrimony accompanies aberrant Austrian amateur's ascent", + "output": [ + "amadeus" + ] + }, + { + "id": "openseek-7-aa21670d8e274c468b29cbdd784065ec", + "input": "Category: '70s POP CULTURE \nClue: In 1972 he spread a 200,000 square-foot curtain across a mountain valley in Colorado", + "output": [ + "christo" + ] + }, + { + "id": "openseek-7-8bef2bcc80c54e95aed0eae0d4eba58f", + "input": "Category: CORPORATE HISTORY \nClue: This man's name is on the world's bestselling bourbon", + "output": [ + "jim beam" + ] + }, + { + "id": "openseek-7-0f03ea5a8385457087b93b9e63383e20", + "input": "Category: SPORTS & FITNESS \nClue: Appropriately, red, white & blue are the team colors of this NFL team based in Massachusetts", + "output": [ + "new england patriots" + ] + }, + { + "id": "openseek-7-5fcb74961f7c4fa5acd2cb7cd015d612", + "input": "Category: U.S. CITIES \nClue: Explorer Jean-Baptiste Le Moyne named this Ala. city after the Maubila Indian tribe", + "output": [ + "mobile" + ] + }, + { + "id": "openseek-7-1680d55b125843e7bb2893dc0c66c919", + "input": "Category: RONALD REAGAN \nClue: On Oct. 27, 1964 Reagan was launched in politics with a speech supporting this candidate", + "output": [ + "barry goldwater" + ] + }, + { + "id": "openseek-7-c512374c34fd4c92bd393b48866daa71", + "input": "Category: GAME SHOW HOSTS \nClue: His 1950s shows \"Guess Again\", \"The Big Surprise\" & \"Who Pays?\" were 30, not 60 minutes", + "output": [ + "mike wallace" + ] + }, + { + "id": "openseek-7-736600ed5e07419baded84835f72b49b", + "input": "Category: RATS! \nClue: Like deer, male rats are called bucks & female rats are called these", + "output": [ + "does" + ] + }, + { + "id": "openseek-7-f6d7da41e5c642fa83815d318993fd01", + "input": "Category: MUSIC VIDEOS \nClue: David Arquette's role as a guard in Creed's \"What If\" spoofs his Deputy Dewey role in this film series", + "output": [ + "scream" + ] + }, + { + "id": "openseek-7-7c0297dde3214c6e83b311f5e689839c", + "input": "Category: ENDS IN \"EE\" \nClue: The 2 swords used in women's fencing are the foil & this", + "output": [ + "the epée" + ] + }, + { + "id": "openseek-7-71fdcde23cfa4d0787704ccf450079fe", + "input": "Category: ANIMALS IN LITERATURE \nClue: An underpaid teacher, this Washington Irving character rides the half-blind, broken-down horse Gunpowder", + "output": [ + "ichabod crane" + ] + }, + { + "id": "openseek-7-7145353b1af744fb894bc9837cc1cb07", + "input": "Category: WORD ORIGINS \nClue: \"When they begin\" this dance, they should know its name is from the French for a flirtation", + "output": [ + "beguine" + ] + }, + { + "id": "openseek-7-03a1cd52b60346a789244ae9d877c2df", + "input": "Category: ARCHIPELAGOS \nClue: This island nation off the coast of Florida consists of almost 700 islands & islets & about 2,400 cays & rocks", + "output": [ + "the bahamas" + ] + }, + { + "id": "openseek-7-9f4cbf9cdb5f4de9bf31a8efed4890bb", + "input": "Category: MUSIC CLASS \nClue: Duets for 2 players at one piano, like Faure's \"Dolly\" suite, go by this numerical term", + "output": [ + "four hands" + ] + }, + { + "id": "openseek-7-00ea241659d644e5a4bd9e81fcf283bc", + "input": "Category: ENTERPRISE \nClue: The B & N in bn.com stand for these 2 names", + "output": [ + "barnes & noble" + ] + }, + { + "id": "openseek-7-25803ff7e0034c3287f2237c73387f80", + "input": "Category: THE LOVERS \nClue: Back in 1991 he made a strong impression as the drifter who hooks up with Geena Davis in \"Thelma & Louise\"", + "output": [ + "brad pitt" + ] + }, + { + "id": "openseek-7-5447ca50dce04074ad142e3d2f6811a1", + "input": "Category: PLAYWRIGHTS \nClue: Born in Zlin, Czechoslovakia in 1937, his original surname was Straussler, not Rosencrantz or Guildenstern", + "output": [ + "tom stoppard" + ] + }, + { + "id": "openseek-7-53f97adf68244f0a9268b9f6dbdce051", + "input": "Category: FIRST AID \nClue: This chilly condition that affects nose, ears, hands & feet can also be caused by putting ice on a burn", + "output": [ + "frostbite" + ] + }, + { + "id": "openseek-7-d04fc94e24734bc7a43929247b00a5f4", + "input": "Category: 50 CENT \nClue: This cracked object adorned the back of the 50-cent piece until 1963", + "output": [ + "the liberty bell" + ] + }, + { + "id": "openseek-7-466a95f93aac425a95b5a0c6e6be158f", + "input": "Category: ST. PAUL \nClue: In Romans 11:13 Paul declares himself \"Apostle of\" these, not the Jews", + "output": [ + "the gentiles" + ] + }, + { + "id": "openseek-7-f191660c886e4f569f491a693bf23ea4", + "input": "Category: IT'S A DOGGY DOG WORLD \nClue: The Aztecs revered this dog; by the 19th century, it was nicknamed pelon, Spanish for \"bald\"", + "output": [ + "a mexican hairless dog" + ] + }, + { + "id": "openseek-7-abca7b3ac3204b2eb9e38c2c768ef6e1", + "input": "Category: \"B\" IN FASHION \nClue: Sun, rain & Easter are all types of these", + "output": [ + "a bonnet" + ] + }, + { + "id": "openseek-7-a9bdabe1e6fe42c2955274a25dabf658", + "input": "Category: BIBLICAL PEOPLE \nClue: Jesus said of this disciple in John 1:42, \"Thou shalt be called Cephas\"", + "output": [ + "peter" + ] + }, + { + "id": "openseek-7-938e17475ed64bba8210aacfca4bbcd7", + "input": "Category: HOW DO YOU WORK THIS THING? \nClue: Lean it against your right shoulder, pluck the strings with both hands, work the pedals with your feet", + "output": [ + "play a harp" + ] + }, + { + "id": "openseek-7-853b69bc0f764889b9c8a39abcee16c6", + "input": "Category: THEMES LIKE OLD TIMES \nClue: \"And you knew who you were then, girls were girls & men were men\"", + "output": [ + "all in the family" + ] + }, + { + "id": "openseek-7-3aabb03ee24042c2bb26c8ef7c20c590", + "input": "Category: CELEBRATE JULY \nClue: National Country Music Day falls on this Yankee Doodle Dandy day", + "output": [ + "july 4" + ] + }, + { + "id": "openseek-7-0e69436d113348ea843257e920e6c488", + "input": "Category: LITERARY DISGUISES \nClue: He shocks Watson when he poses as a plumber & romances a housemaid for the purpose of burglary", + "output": [ + "sherlock holmes" + ] + }, + { + "id": "openseek-7-b3100e87d3be437692ab1084ea889793", + "input": "Category: LET'S MAKE UP \nClue: The study, the art & the profession of using make-up is this -ology", + "output": [ + "cosmetology" + ] + }, + { + "id": "openseek-7-84070992413f4d6b9f2dffaf21c18f7d", + "input": "Category: LITERARY HODGEPODGE \nClue: This creator of \"Lake Wobegon\" grew up in Anoka, Minnesota", + "output": [ + "garrison keillor" + ] + }, + { + "id": "openseek-7-30bb54062ab848fb91c52dcc1a253584", + "input": "Category: KITCHEN DUTY \nClue: The word kitchen is derived from the Latin \"coquinus\", which means to do this", + "output": [ + "cook" + ] + }, + { + "id": "openseek-7-2ce57d583ae4412b8e96c11aa227e572", + "input": "Category: VERY CROSS WORD CLUES \nClue: According to the King James Bible, \"A soft answer turneth\" it \"away\"", + "output": [ + "wrath" + ] + }, + { + "id": "openseek-7-529d654b7caf4b2eb7bc69429f916c19", + "input": "Category: SINGING ACTORS \nClue: In 2001 this Oscar winner sang \"Angelina\", a romantic tribute to his fifth wife, on his album \"Private Radio\"", + "output": [ + "billy bob thornton" + ] + }, + { + "id": "openseek-7-f73d1c06984048f6abdc0496c094e9f9", + "input": "Category: SPORTS \nClue: Among college football coaches, Paul Bryant was nickanmed Bear & G. Warner was nicknamed this", + "output": [ + "\"pop\"" + ] + }, + { + "id": "openseek-7-4e3aa29a00a64cdc8a6444753634d374", + "input": "Category: ALCOHOLICS UNANIMOUS \nClue: This author of the 1950 novel \"Burning Bright\" felt the wrath of grapes", + "output": [ + "john steinbeck" + ] + }, + { + "id": "openseek-7-b0d62d67d4d04cb79bd5874cc2301966", + "input": "Category: SPORTS HOME CITIES \nClue: MLB's Blue Jays", + "output": [ + "toronto" + ] + }, + { + "id": "openseek-7-4921ab9a30d8499199a611dcae4f7d93", + "input": "Category: WORLD HISTORY \nClue: In 1429, while leading an attack on Paris, she was wounded by an arrow", + "output": [ + "joan of arc" + ] + }, + { + "id": "openseek-7-c7e469c8956941daa360d49347aa58f4", + "input": "Category: THE MAP OF EUROPE \nClue: This \"white mountain\" on the border of France, Italy & Switzerland is the highest peak in Europe", + "output": [ + "mont blanc" + ] + }, + { + "id": "openseek-7-7fc72936403446409463fdb2665dde5f", + "input": "Category: DOGS \nClue: Unlike the German miniature schnauzer, most other breeds of this group originated in the British isles", + "output": [ + "terriers" + ] + }, + { + "id": "openseek-7-9409caeb94ef4ed78c59ca1c88735a0c", + "input": "Category: \"GOOD\" TIMES \nClue: One of her popular books about chimps is titled \"In The Shadow of Man\"", + "output": [ + "jane goodall" + ] + }, + { + "id": "openseek-7-c6963981336e4b60bff09bddf93cbcb3", + "input": "Category: ZOOLOGY \nClue: Nearly all penguins live in this hemisphere", + "output": [ + "the southern hemisphere" + ] + }, + { + "id": "openseek-7-6850872f70b746928c199ae997f0be82", + "input": "Category: CLASSIC SCI-FI & HORROR FILMS \nClue: Yes, dahling, this Hungarian actress played Talleah in the 1958 cult favorite \"Queen of Outer Space\"", + "output": [ + "zsa zsa gabor" + ] + }, + { + "id": "openseek-7-96955a7dfbad494fa9357e7bd20c66a4", + "input": "Category: \"H.H.\" \nClue: Back in the 17th century, they were for both sexes; Louis XIV wore them to look taller", + "output": [ + "high heels" + ] + }, + { + "id": "openseek-7-3636ef3864c342ffbd6d839d219b0f1f", + "input": "Category: TO A \"T\" \nClue: From the Latin for \"to come around\", it's what you might do to the rules", + "output": [ + "circumvent" + ] + }, + { + "id": "openseek-7-a742159c3bad41d28dbe895638d2d87a", + "input": "Category: RANCH DRESSING \nClue: A bandito could wear this handkerchief as a scarf, a neckerchief or a mask", + "output": [ + "a bandana" + ] + }, + { + "id": "openseek-7-db3f48280a474ece9ed952a68eb2ee88", + "input": "Category: CLASSIC CINEMA \nClue: He starred as Professor Boyd in \"Bedtime for Bonzo\" but didn't do the sequel, \"Bonzo Goes to College\"", + "output": [ + "ronald reagan" + ] + }, + { + "id": "openseek-7-2ee66be7be694a11ad6f90571a301195", + "input": "Category: BEN-HUR \nClue: The film cutting ratio of this action sequence is over 260-1; for every 260' of film shot, 1' was used", + "output": [ + "the chariot scene" + ] + }, + { + "id": "openseek-7-d0e6579a46344503b8d6c46e23a723a2", + "input": "Category: HOLLOW \nClue: One of the earliest records of Chinese history was written on this tall hollow-stemmed grass", + "output": [ + "bamboo" + ] + }, + { + "id": "openseek-7-100ff1d8e7b74beda7b9bf7a57b3c910", + "input": "Category: C'EST CHEESE! \nClue: At the Congress of Vienna, in a contest instigated by Talleyrand, this French cheese won the title \"Le Roi du Fromage\"", + "output": [ + "brie" + ] + }, + { + "id": "openseek-7-e50610cb979840678059b93bc9d76d4d", + "input": "Category: THE PLAY'S THE THING \nClue: In his Broadway debut in 2008, Terrence Howard was solid as brick in this Tennessee Williams play", + "output": [ + "cat on a hot tin roof" + ] + }, + { + "id": "openseek-7-45424f37156d45d3ab43f53583228db0", + "input": "Category: \"EAST\" \nClue: This holiday may take its name from the name of the Anglo-Saxon goddess of spring", + "output": [ + "easter" + ] + }, + { + "id": "openseek-7-a73f4766b1c845f4b30657d2a6629657", + "input": "Category: DESPOTS & DICTATORS \nClue: She had her son Charles IX kill thousands of Huguenots on St. Bartholomew's Day", + "output": [ + "catherine de medici" + ] + }, + { + "id": "openseek-7-51920da8a0424a8dac8c35fdd892325e", + "input": "Category: ATOMIC WEIGHTS \nClue: The atomic number of magnesium, or the number of karats in pure gold", + "output": [ + "24" + ] + }, + { + "id": "openseek-7-826f3c7dfce84bf984d4f967267686fc", + "input": "Category: THEY COME IN THREES \nClue: New York Avenue, Tennessee Avenue & St. James Place are the 3 orange properties in this game", + "output": [ + "monopoly" + ] + }, + { + "id": "openseek-7-2a11e91c5b4d4813b62b357c68b31f09", + "input": "Category: WHEW! IT'S HOT! \nClue: 119 degrees on July 10, 1898 in Pendleton", + "output": [ + "oregon" + ] + }, + { + "id": "openseek-7-71df267f64244ef4b0c72a02e050c45a", + "input": "Category: THE WRITE BROTHERS \nClue: In this family, William wrote \"Human Immortality\" & his brother Henry \"The Ambassadors\"", + "output": [ + "james" + ] + }, + { + "id": "openseek-7-f1d974e199c648be9eea996d655fcab8", + "input": "Category: SINGLE QUOTES \nClue: \"Bachelors know more about women\", quipped this Baltimore sage, \"If they didn't, they'd be married\"", + "output": [ + "h.l. mencken" + ] + }, + { + "id": "openseek-7-79bba2e9bdaf47fa844b4f23546d63d0", + "input": "Category: OUR FOUNDING FATHERS \nClue: He boldly served as President of the Continental Congress when the Declaration of Independence was adopted", + "output": [ + "john hancock" + ] + }, + { + "id": "openseek-7-17b48d6e54184354b548e37d828ed86d", + "input": "Category: ACTORS & ACTRESSES \nClue: Dianne Wiest won an Oscar for playing one of the siblings in this Woody Allen film", + "output": [ + "\"hannah and her sisters\"" + ] + }, + { + "id": "openseek-7-ded4d3abf85a4496af4c4d655d1063f4", + "input": "Category: INVENTIVE MINDS \nClue: We just checked ours & found a message that Gordon Matthews, who pioneered this in the '70s, died in 2002", + "output": [ + "voice mail" + ] + }, + { + "id": "openseek-7-f291e50bc5224cc89a268dfe191de73f", + "input": "Category: U.S. CITY SONGS \nClue: The song \"Way Down Yonder In\" this city goes way back to 1922", + "output": [ + "new orleans" + ] + }, + { + "id": "openseek-7-46eb4cbee8714a5f8988bd3c2c4344b6", + "input": "Category: HELOISE'S COLLEGE HINTS \nClue: Wrap some wide rubber bands around bottles of this & they won't slip out of your hands in the shower", + "output": [ + "shampoo" + ] + }, + { + "id": "openseek-7-3c23a6c0aa7b4a93b1850a35917c9b57", + "input": "Category: BULL \nClue: Garry Trudeau based this comic strip on \"Bull Tales\", a strip he created while attending Yale", + "output": [ + "doonesbury" + ] + }, + { + "id": "openseek-7-685b23f0f017451cacca02f4ba8a3269", + "input": "Category: SHAKESPEAREAN CHARACTERS \nClue: Gratiano is this \"Othello\" heroine's uncle", + "output": [ + "desdemona" + ] + }, + { + "id": "openseek-7-a14f668666ea4df081f5101cfbd1f4d2", + "input": "Category: BOB'S YOUR POET \nClue: This American poet wrote, \"Nature's first green is gold, her hardest hue to hold\"", + "output": [ + "robert frost" + ] + }, + { + "id": "openseek-7-5f04309e6ff34afcab2d417691b42a73", + "input": "Category: OOPS! \nClue: An outcry led the Post Office to reconsider issuing a 1995 stamp showing this WWII event", + "output": [ + "dropping the a-bomb on hiroshima" + ] + }, + { + "id": "openseek-7-843c29411348499f99faaca75a09f68f", + "input": "Category: THE ROTARY CLUB \nClue: On an airplane they're \"fixed\"; on a helicopter they're actually \"rotary\"", + "output": [ + "wings" + ] + }, + { + "id": "openseek-7-5e3edb82ae4041449346b3bf4cf34257", + "input": "Category: WE LOVE DISNEYLAND \nClue: The construction of Disneyland delayed this animated film, but the heroine's castle became the park's centerpiece", + "output": [ + "sleeping beauty" + ] + }, + { + "id": "openseek-7-ecfee3dcf92e4626bca1e11b395fdb14", + "input": "Category: BAD HEIR DAY \nClue: Robert the Steward was heir presumptive to his grandfather, this Scot, who suddenly had a son in 1324", + "output": [ + "robert the bruce" + ] + }, + { + "id": "openseek-7-c4df40e9beac4998b731f7e94ef8db47", + "input": "Category: COMMON SIMILES \nClue: This ichthyological simile might apply to someone spending too much time at the bar", + "output": [ + "drinking like a fish" + ] + }, + { + "id": "openseek-7-d2265dd34e86482db671cb50b252ca8d", + "input": "Category: MUSICAL THEATRE \nClue: An 1847 play, \"The String of Pearls, or the Fiend of Fleet Street\" inspired this Broadway smash", + "output": [ + "sweeney todd" + ] + }, + { + "id": "openseek-7-43a4f339d49644f6ae4f139b2a3112dd", + "input": "Category: FILE UNDER \"M\" \nClue: Pounds, pieces of eight & pesos are examples of this", + "output": [ + "money" + ] + }, + { + "id": "openseek-7-8eb91ccc52c849818daa627ee6c7e9e7", + "input": "Category: THE 1880s \nClue: At 12:00 noon April 22, 1889 settlers began the rush to claim former Indian land in this territory", + "output": [ + "oklahoma" + ] + }, + { + "id": "openseek-7-06dcdbf1ed3945d58735af76fd103b3a", + "input": "Category: THE FUTURE \nClue: Seen here is an artist's conception; it should be fully operational in 2004 after 44 launches", + "output": [ + "international space station" + ] + }, + { + "id": "openseek-7-c1014da261254a17a844f3de6231c15c", + "input": "Category: MS. PRESIDENT \nClue: She retired at age 80 as president of the National American Woman Suffrage Association", + "output": [ + "susan b. anthony" + ] + }, + { + "id": "openseek-7-ed4161e5482d4cc48eaa5b97e6734ad6", + "input": "Category: FUN WITH FUNGUS \nClue: This fungal plant disease characterized by reddish spots shares its name with a product of oxidation", + "output": [ + "rust" + ] + }, + { + "id": "openseek-7-53e1e2e2a0624080b8e64cc0dcb4b88e", + "input": "Category: COUNTRY & WESTERN MUSIC \nClue: In \"Red River Valley\", cowboys sing, \"come and\" do this \"if you love me\"", + "output": [ + "sit by my side" + ] + }, + { + "id": "openseek-7-bb3f2540eed44148bb9e187cad8446fa", + "input": "Category: THE \"M-E\"s \nClue: Hypnotism", + "output": [ + "mesmerism" + ] + }, + { + "id": "openseek-7-ff0ca66318194edf9657e17d6067e4a3", + "input": "Category: A \"CY\" OF RELIEF \nClue: If this monster of Greek mythology had an eye on you, that was all the eyes he had", + "output": [ + "cyclops" + ] + }, + { + "id": "openseek-7-402b075f4e814808961f2e84b8082f33", + "input": "Category: CLASSIC NOVELS' ORIGINAL TITLES \nClue: Try a little \"Tenderness\", the original title of this scandalous D.H. Lawrence work", + "output": [ + "lady chatterley\\'s lover" + ] + }, + { + "id": "openseek-7-fbabaf2336d84deaa4efe87f5e3399c3", + "input": "Category: SPORTSMEN \nClue: (Sofia of the Clue Crew in Redondo Beach, California) George Freeth, the man who brought surfing to California, was born in this present-day state capital in 1883", + "output": [ + "honolulu" + ] + }, + { + "id": "openseek-7-399ed6901fc9497fa56d46b38a3beb80", + "input": "Category: THEY EAT THAT? \nClue: A food stand by London's Petticoat Lane is called, & serves, \"Jellied\" this elongated fish", + "output": [ + "eel" + ] + }, + { + "id": "openseek-7-0eca99ec10f5411283c39ab9f87e6266", + "input": "Category: FAMOUS TEXANS \nClue: A Texas county is named for this \"father of condensed milk\" who was one of the state's pioneer settlers", + "output": [ + "borden" + ] + }, + { + "id": "openseek-7-b58da2941f7a4cc9acb08ba13b011570", + "input": "Category: '80s MUSIC \nClue: In 1981 this group topped the charts singing, \"Here I am, the one that you love, askin' for another day\"", + "output": [ + "air supply" + ] + }, + { + "id": "openseek-7-0be04be3aff44adfb7bd2af518135e48", + "input": "Category: RHYME TRAP \nClue: Sugar maples contain it", + "output": [ + "sap" + ] + }, + { + "id": "openseek-7-c22bdfc3a9a34c44addb49a88c4a3317", + "input": "Category: HEALTH MATTERS \nClue: Beware of bulging or swollen cans of food; it could be a sign of this food poisoning", + "output": [ + "botulism" + ] + }, + { + "id": "openseek-7-c74d592ca9934553bf951d5d7f9f0bb5", + "input": "Category: PULITZER PRIZE PLAYS \nClue: In 2000 Donald Margulies won for serving us this meal \"with friends\"", + "output": [ + "dinner" + ] + }, + { + "id": "openseek-7-3ad2c34eebfe46c38914fea73a422131", + "input": "Category: AUTHORS ON FILM \nClue: Bette Midler got all \"dolled up\" to play this '60s bestselling author in \"Isn't She Great\"", + "output": [ + "jacqueline susann" + ] + }, + { + "id": "openseek-7-82b4ffabed054ffda670d38a699590db", + "input": "Category: A DELICATE OPERATION \nClue: A bypass operation may bypass the carotid or coronary one of these", + "output": [ + "artery" + ] + }, + { + "id": "openseek-7-1c69961908ed46b1bdacfcf6c6fbce54", + "input": "Category: I LOVE YOU, \"MIN\" \nClue: Overbearing", + "output": [ + "domineering" + ] + }, + { + "id": "openseek-7-ed266ce176e8474eaeb690a36c7a0e74", + "input": "Category: A MUSICAL PASTICHE \nClue: Timpani are multiple mounted ones of these instruments", + "output": [ + "drums" + ] + }, + { + "id": "openseek-7-fa344f06b8544799aabb38eb65bcae9c", + "input": "Category: NOT JUST AN AD WRITER \nClue: Zelda Sayre broke her engagement with him (a broke adman) in 1919, but married him (now a successful novelist) in 1920", + "output": [ + "f. scott fitzgerald" + ] + }, + { + "id": "openseek-7-d33111883de84dd3ae9224a58df17ea9", + "input": "Category: FOOD \nClue: The name of this dessert that's similar to custard means \"burnt cream\"", + "output": [ + "crème brûlée" + ] + }, + { + "id": "openseek-7-2db2b6cc55eb4bbc9e9c3e3889c411ef", + "input": "Category: MR. POTATO HEAD \nClue: Mr. Potato Head got political in the 1980s &, appropriately, ran for mayor of this state capital", + "output": [ + "boise" + ] + }, + { + "id": "openseek-7-065c9a3ea1ac4b019d2929e2fc26c95d", + "input": "Category: 3-LETTER WORDS \nClue: Short job for a musician", + "output": [ + "gig" + ] + }, + { + "id": "openseek-7-4bbfb5b16d2447e09b78ce859f29ca7b", + "input": "Category: WE CAN REBUILD \"HIM\" \nClue: A small cap worn over the fingertip for protection", + "output": [ + "a thimble" + ] + }, + { + "id": "openseek-7-c992e15fe93b48eab03b4b68007757b1", + "input": "Category: ACTRESSES' FIRST FILMS \nClue: \"Halloween\"", + "output": [ + "jamie lee curtis" + ] + }, + { + "id": "openseek-7-f50f10463fd742a8ba5315b48fe2122d", + "input": "Category: YOUNG PEOPLE WHO MADE A DIFFERENCE \nClue: Born near what became Jamestown, Virginia around 1595, her name meant \"playful one\"", + "output": [ + "pocahontas" + ] + }, + { + "id": "openseek-7-7b4dea58080643df8ba0730ae7666761", + "input": "Category: FOOD \nClue: Combine garlic, pine nuts, parmesan cheese & olive oil with basil & presto! You've got this", + "output": [ + "pesto" + ] + }, + { + "id": "openseek-7-5f948f6502534dd0bba9258ed0e9e9b2", + "input": "Category: THE 19th CENTURY \nClue: 1853 purchase that brought the contiguous U.S. about up to its present area", + "output": [ + "the gadsden purchase" + ] + }, + { + "id": "openseek-7-c23cb754285241efaa6a6a65a3461de9", + "input": "Category: KELSEY GRAMMER \nClue: In 1995 Grammer hosted a TV tribute to one of his heroes, this violin-playing comedian", + "output": [ + "jack benny" + ] + }, + { + "id": "openseek-7-0da25d4b903f4c328dc626ab74b5ab5e", + "input": "Category: THE ENVIRONMENT \nClue: This word means catching an unsustainably high number of tuna & cod", + "output": [ + "overfishing" + ] + }, + { + "id": "openseek-7-6693ca264d6349b2b90f9c95bb8654ff", + "input": "Category: SILENT-LETTERED WORDS \nClue: 5-letter word for a small morsel of bread or cake", + "output": [ + "a crumb" + ] + }, + { + "id": "openseek-7-f0e4cb9eef544b3a85b8ea2b1b253016", + "input": "Category: MOAT POINTS \nClue: To keep fans off the field, a deep moat surrounds the playing area of this South American city's Maracana Stadium", + "output": [ + "rio de janeiro" + ] + }, + { + "id": "openseek-7-b4a9982be174491f996c84cd8ce84fd7", + "input": "Category: THE 50 STATES \nClue: It's \"The Empire State of the South\" as well as \"The Peach State\"", + "output": [ + "georgia" + ] + }, + { + "id": "openseek-7-5fc6493691554c4ba785707907e409a4", + "input": "Category: START \"IN\" ON IT \nClue: It's a ritual recitation of verbal charms or spells to produce a magic effect", + "output": [ + "incantation" + ] + }, + { + "id": "openseek-7-a1a11d6d22dd4c8c99c3beebf71eb9b8", + "input": "Category: LANGUAGES \nClue: The 2 languages on the Rosetta Stone", + "output": [ + "egyptian & greek" + ] + }, + { + "id": "openseek-7-474f9782422241cba8c09e810b1477d5", + "input": "Category: NATURE \nClue: Like whales, manatees have a layer of this fat under their skin", + "output": [ + "blubber" + ] + }, + { + "id": "openseek-7-42c1bfe8619f4d1ea3f3132162d938c9", + "input": "Category: THE BIG APPLE \nClue: Products from apples include jelly, vinegar & this apple brandy that partly bears a man's name", + "output": [ + "applejack" + ] + }, + { + "id": "openseek-7-609a18ab3db64f0f95b370b4782398af", + "input": "Category: NATIONAL LANDMARKS \nClue: When he was home, George Washington slept here", + "output": [ + "mount vernon" + ] + }, + { + "id": "openseek-7-7643abb907fa48bc895cec0b96f12729", + "input": "Category: LITTLE HOUSE \nClue: It can be a herdsman's little house in the Swiss Alps, or a ski lodge built in that style", + "output": [ + "chalet" + ] + }, + { + "id": "openseek-7-013f0e6f38c94eb99d4dc5e617504e29", + "input": "Category: '80s MUSIC \nClue: He topped the R&B charts in 1981 with \"Give It To Me Baby\"", + "output": [ + "rick james" + ] + }, + { + "id": "openseek-7-c8d7b18f74884f8195efb38a454c6f0b", + "input": "Category: MUSIC OF THE '70s \nClue: This James Taylor hit is subtitled \"To Be Loved by You\"", + "output": [ + "how sweet it is" + ] + }, + { + "id": "openseek-7-72a34e41c340449c906a1222618c0481", + "input": "Category: OH, THAT MARIA! \nClue: This diva seen here was renowned for her romance with Aristotle Onassis", + "output": [ + "maria callas" + ] + }, + { + "id": "openseek-7-a72c721153124cdea51005da4c89e63b", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: In 1930, the William Jennings Bryan University opened in this Tennessee city", + "output": [ + "dayton" + ] + }, + { + "id": "openseek-7-29921582ee2a4426bf08c8a60bbe2a3b", + "input": "Category: REAL MEN OF GENIUS \nClue: Herr Interchangeable letter printing inventor", + "output": [ + "gutenberg" + ] + }, + { + "id": "openseek-7-f4bd3849c6ec4e1aa86dbcf717954f27", + "input": "Category: \"MOO\" \nClue: This stir-fried Chinese dish that contains shredded pork, scallions & egg is rolled in a thin pancake", + "output": [ + "moo shu pork" + ] + }, + { + "id": "openseek-7-c697c5fbeea14837b2ae1c0c1876bd8d", + "input": "Category: U.S. IMPORTS \nClue: This \"black gold\" from Iran can sell for $60 to over $100 an ounce", + "output": [ + "caviar" + ] + }, + { + "id": "openseek-7-8414e9dc28494a8a965d549bf0918a85", + "input": "Category: SHORT FICTION \nClue: His story \"The Undefeated\" tells of Manuel Garcia, a bullfighter just released from the hospital who refuses to retire", + "output": [ + "hemingway" + ] + }, + { + "id": "openseek-7-c41ce90f8902495fa14d3f9578577d94", + "input": "Category: 2-LETTER WORDS \nClue: The book of Genesis says this ancient city \"of the Chaldees\" was the home of Abraham", + "output": [ + "ur" + ] + }, + { + "id": "openseek-7-1eac249bb3b1421aa6967efeb83ed637", + "input": "Category: NONFICTION \nClue: Bob Woodward's \"The Secret Man\" was rushed to print after this Watergate informant revealed himself", + "output": [ + "mark felt" + ] + }, + { + "id": "openseek-7-5a253bd539b3444a950ab0889a23d6b4", + "input": "Category: EARTH SCIENCE \nClue: The sling psychrometer & hair hygrometer are used to determine the relative amount of this", + "output": [ + "humidity" + ] + }, + { + "id": "openseek-7-0392edb7795a4002b2736da2c91cda9b", + "input": "Category: U.S. SENATE \nClue: Elected office held by president of the Senate", + "output": [ + "vice president" + ] + }, + { + "id": "openseek-7-9cccaa4bfda648e290feda099d6ddb32", + "input": "Category: ALL-AMERICAN FOLKS \nClue: One of his classic Western photographs is seen here:", + "output": [ + "ansel adams" + ] + }, + { + "id": "openseek-7-89b263268d954fe4a502345cdeaf007c", + "input": "Category: ENGLISH LITERATURE \nClue: James Hilton's schoolmaster father was the model for this novel's title character", + "output": [ + "mr. chips" + ] + }, + { + "id": "openseek-7-2eaa503ed8c140b78345c6fc4c404ba7", + "input": "Category: GOVERNMENT AT YOUR SERVICE \nClue: Its headquarters are in Silver Spring, Md., but it has forecast offices across the U.S.", + "output": [ + "the national weather service" + ] + }, + { + "id": "openseek-7-1066c44d872648d9a7bded18e77dfe99", + "input": "Category: HISTORIC QUOTES \nClue: General & statesman who said, \"When I want to know what France thinks, I ask myself\"", + "output": [ + "charles de gaulle" + ] + }, + { + "id": "openseek-7-c7bb2a8ea8e249eda35a0f4129a6862b", + "input": "Category: YOU GET A STAR \nClue: Wolf 359, the fifth-closest star to Earth, takes the name \"wolf\" from this", + "output": [ + "max wolf" + ] + }, + { + "id": "openseek-7-c9e56625559c42afb894a4ec83e1915b", + "input": "Category: ROCK 'N' ROLL HISTORY \nClue: It premiered on August 1, 1981 at 12:01 A.M. with John Lack saying, \"Ladies and gentlemen, rock and roll\"", + "output": [ + "mtv" + ] + }, + { + "id": "openseek-7-7abb32d5b8154ef886da6f82e5ad4cd8", + "input": "Category: 10-LETTER WORDS \nClue: It's the oxymoronic longer term for a man on his wedding day", + "output": [ + "bridegroom" + ] + }, + { + "id": "openseek-7-924ec1b904504652a40c95b6ba6f2b55", + "input": "Category: HEIRS \nClue: The hemophiliac Alexis was this czar's only male heir", + "output": [ + "nicholas ii" + ] + }, + { + "id": "openseek-7-30dd58a670474b0fa839d73c357f491d", + "input": "Category: DOUBLE LETTERS \nClue: It's any heavy material placed in the gondola of a balloon or the hold of a ship to enhance stability", + "output": [ + "a ballast" + ] + }, + { + "id": "openseek-7-bb978e7d0d7b4e498bb87bdc7c79657b", + "input": "Category: THE PULITZER PRIZE FOR DRAMA \nClue: 1954's winner was John Patrick for \"The Teahouse of\" this", + "output": [ + "the teahouse of the august moon" + ] + }, + { + "id": "openseek-7-aa8fffa283194ca7a74c18a70b7fb03d", + "input": "Category: DESPOTPOURRI \nClue: This \"Scourge of God\" despot is referred to in the \"Volsunga Saga\" as Atli", + "output": [ + "attila" + ] + }, + { + "id": "openseek-7-d2d8086163624c73bfa18a72e7b4dde2", + "input": "Category: CONTAINERS \nClue: It holds entertainment-seeking soldiers or water for soldiers", + "output": [ + "canteen" + ] + }, + { + "id": "openseek-7-4a235a0dbcfb410a8d2ce4940dccd534", + "input": "Category: A WORLD OF FAITH \nClue: The 2 main sects of this form of Buddhism are Rinzai & Soto", + "output": [ + "zen" + ] + }, + { + "id": "openseek-7-422a276ae7cf4947812baf8e94827cc1", + "input": "Category: ROCK & ROLL HALL OF FAME \nClue: Jann Wenner, editor & publisher of this magazine, is 1 of 26 on the Hall's board of trustees", + "output": [ + "rolling stone" + ] + }, + { + "id": "openseek-7-db05170b51b04a828ace32883eda59e7", + "input": "Category: \"RED\", \"WHITE\" \nClue: St. Basil's Cathedral stands at one end of it", + "output": [ + "red square" + ] + }, + { + "id": "openseek-7-f791b11e35234e1eb167992fd784c380", + "input": "Category: DOTS NICE \nClue: From the Dutch for \"to dot\", it's to paint using small dots, & was a popular 18th century type of engraving", + "output": [ + "stippling" + ] + }, + { + "id": "openseek-7-79d5c63120884f54a8954572df5f85e0", + "input": "Category: ARE YOU A BETTING MAN? \nClue: C'mon, one more cherry! Bally's Las Vegas became the first hotel with a $1,000 one of these", + "output": [ + "a slot machine" + ] + }, + { + "id": "openseek-7-e8bad96cc14e42838339fcfd8103af25", + "input": "Category: LITTLE PITCHY DOG \nClue: Known to the Toltec, this small breed tends to wheeze & snore because of its short nose", + "output": [ + "a chihuahua" + ] + }, + { + "id": "openseek-7-fbf0be1eea8d4605baab3f1020d40922", + "input": "Category: BLACK AMERICANS \nClue: While a member of the Robert Peary expedition in 1909, he became the first African-American to reach the North Pole", + "output": [ + "matthew henson" + ] + }, + { + "id": "openseek-7-3dfce41e8d2044d4889cf860955b5c79", + "input": "Category: COLLEGE FOOTBALL COACHES \nClue: Nickname of Glenn Warner, who coached such All-Americans as Jim Thorpe & Ernie Nevers", + "output": [ + "\"pop\"" + ] + }, + { + "id": "openseek-7-da64493b733c4ba7894a67970c5980a5", + "input": "Category: I'M CONCERNED... \nClue: This group, BBBS, concerns itself with helping children reach their potential by matching them with mentors", + "output": [ + "big brothers big sisters" + ] + }, + { + "id": "openseek-7-e63566962cd145f0ab67f6230530a6ef", + "input": "Category: CIVIL WAR BUFFY \nClue: The only angel Civil War Buffy met was this \"Angel of the Battlefield\" with whom she tended the wounded", + "output": [ + "clara barton" + ] + }, + { + "id": "openseek-7-ee0ada96b73b4096a280113af9857033", + "input": "Category: GRAINS & STAPLES \nClue: Basmati, an aromatic type of this grain, is grown in India", + "output": [ + "rice" + ] + }, + { + "id": "openseek-7-854bfcd1cd0942d683b422b5fb8af3e0", + "input": "Category: UH-OH, DEATH \nClue: Modern clinical opinion holds that death is signified by the irreversible loss of function of this lowest part of the brain", + "output": [ + "the stem" + ] + }, + { + "id": "openseek-7-0ad600ae0374415b8bac2d47d39b7f79", + "input": "Category: BODIES OF WATER \nClue: The name of this waterfall on the Brazil-Argentina border is derived from a Guarani word meaning \"great water\"", + "output": [ + "iguassú" + ] + }, + { + "id": "openseek-7-d2075224c2ca452ab1de4161aa4863e3", + "input": "Category: ____ OF ____ \nClue: The name of this 1781-89 document continues, \"and perpetual union between the states\"", + "output": [ + "the articles of confederation" + ] + }, + { + "id": "openseek-7-25199688f3314498973b446a9e9b4536", + "input": "Category: \"OUT\" \nClue: Bret Harte told the story of these \"Poker Flat\" exiles", + "output": [ + "outcasts" + ] + }, + { + "id": "openseek-7-04a75aef346a4bebb8644c0bbf442e9e", + "input": "Category: INTERNET FAVORITES \nClue: There have been more than 130 million views on YouTube for \"The Evolution of\" this, including the twist & the robot", + "output": [ + "dance" + ] + }, + { + "id": "openseek-7-78627df697b64513935fe1e6f2873f28", + "input": "Category: LEGAL BRIEFS \nClue: It's the crime abbreviated B. & E.", + "output": [ + "breaking and entering" + ] + }, + { + "id": "openseek-7-6fc7a1be37454650bde6a1dccd238f69", + "input": "Category: 12-LETTER WORDS \nClue: The Wise Men brought to Jesus gifts of gold, myrrh & this", + "output": [ + "frankincense" + ] + }, + { + "id": "openseek-7-fd9d05e3a4764fad9606eb07c329b148", + "input": "Category: GEOGRAPHIC TERMS \nClue: It's sometimes defined as having a summit at less than 1,000 feet; Hugh Grant \"Went Up\" one \"But Came Down A Mountain\"", + "output": [ + "a hill" + ] + }, + { + "id": "openseek-7-7b49d78234c34e7a90aadd5bc02d08f1", + "input": "Category: ART HEISTS \nClue: After this painting went missing from the Louvre in 1911, people lined up just to view the empty space", + "output": [ + "the mona lisa" + ] + }, + { + "id": "openseek-7-55eff6e3dbca46d59c5c366b984ed07e", + "input": "Category: GAY BLADES \nClue: The sword in the stone from the Lady of the Lake", + "output": [ + "excalibur" + ] + }, + { + "id": "openseek-7-e5421b5d2b4a43a684ceb8bc1cf745dc", + "input": "Category: THE NEW YORK TIMES OP-ED PAGE \nClue: His 2005 farewell column said, \"Never retire!\"; he kept his Sunday magazine language column", + "output": [ + "william safire" + ] + }, + { + "id": "openseek-7-3f83030c97c64531b515b17a2e61d01c", + "input": "Category: \"HO\" \nClue: In this process the fat molecules in milk are broken up into very fine particles", + "output": [ + "homogenization" + ] + }, + { + "id": "openseek-7-898e0bb8579a45fa894f3149ac29a4a2", + "input": "Category: THAT FILM'S A DISASTER \nClue: Keanu Reeves plays Klaatu, not Gort the robot", + "output": [ + "the day the earth stood still" + ] + }, + { + "id": "openseek-7-65fa7e3fff7440c688d973d5cb57e53e", + "input": "Category: THE CHINESE ZODIAC \nClue: Whippet, whippet good, 2006 is the year of this", + "output": [ + "dog" + ] + }, + { + "id": "openseek-7-ecf200e65e684f608d268fdbbecce9a5", + "input": "Category: \"M\"ENAGERIE \nClue: Though its voice is shrill, this small monkey's name is derived from Old French \"marmouser\", to murmur", + "output": [ + "a marmoset" + ] + }, + { + "id": "openseek-7-edf7502c22ad408fb4b4cd3c383f3252", + "input": "Category: THE EARTH \nClue: Until this 19th century French scientist, no one had proved the Earth rotated", + "output": [ + "foucault" + ] + }, + { + "id": "openseek-7-537dd04e57194acebf6008bb37b48206", + "input": "Category: PUDDING \nClue: The 3 traditional methods used in cooking puddings are boiling, baking & this", + "output": [ + "steaming" + ] + }, + { + "id": "openseek-7-628314dd1b4b448db4976a74cf2a6038", + "input": "Category: A LITTLE \"R\" & \"R\" \nClue: In 1962 Nat King Cole sang the following to this title female:", + "output": [ + "ramblin\\' rose" + ] + }, + { + "id": "openseek-7-79a6b463471640f89d63878b3f31aebb", + "input": "Category: THE NATIONAL PARK SYSTEM \nClue: Fort Necessity, the site of the first battle of this war on July 3, 1754, was designated a nat'l battlefield in 1961", + "output": [ + "the french & indian war" + ] + }, + { + "id": "openseek-7-586f1646ba1f44ee81dc1b0dafe47a7c", + "input": "Category: THE FIRST SUPPER \nClue: The menu for his 1865 inaugural banquet included terrapin stew & quail", + "output": [ + "abraham lincoln" + ] + }, + { + "id": "openseek-7-650731b929b247b3acd5e85cad5538c5", + "input": "Category: C3 \nClue: If Snickers & Hershey bars are your obsession, you may be this 10-letter word", + "output": [ + "a chocoholic" + ] + }, + { + "id": "openseek-7-93e78640e52e47fd895cce8de6a3b0c1", + "input": "Category: GUN PARTS \nClue: If you're at a disadvantage, you're \"over\" one of these", + "output": [ + "a barrel" + ] + }, + { + "id": "openseek-7-5da161bce6374391966293514e6512ea", + "input": "Category: I'M JUST RUNNING IN FOR... \nClue: ...20 first-class stamps, which will now cost this much total", + "output": [ + "$7.40" + ] + }, + { + "id": "openseek-7-0fe204564124463c81ea8085d9b62b8e", + "input": "Category: IN THE BOOKSTORE \nClue: This 2002 bestselling novel takes a comic look at those who raise the kids of the fabulously wealthy in NYC", + "output": [ + "\"the nanny diaries\"" + ] + }, + { + "id": "openseek-7-9885b7017a0c4bb69c76d614cd59400d", + "input": "Category: THE \"UN\"CATEGORY \nClue: A freshman or a sophomore, when spoken of as \"below\" a senior or junior", + "output": [ + "an underclassman" + ] + }, + { + "id": "openseek-7-17ea740ca5f0462baf973d66c750aea6", + "input": "Category: ODD ANIMAL FACTS \nClue: Don't book any chipmunks for a recordings session during this season of the year; they're sleeping", + "output": [ + "winter" + ] + }, + { + "id": "openseek-7-b02ca510a53547b2bb4340423a3019f1", + "input": "Category: BASEBALL '98 \nClue: Relief ace Trevor Hoffman saved 53 of this National League champion's 98 wins", + "output": [ + "san diego padres" + ] + }, + { + "id": "openseek-7-49442663285543168963eaea388a74fb", + "input": "Category: ECONOMISTS \nClue: The Utilitarianism of Jeremy Bentham focused on this, \"the pursuit of\" which is our right in the Declaration of Independence", + "output": [ + "happiness" + ] + }, + { + "id": "openseek-7-2875fa168f51403fa47d6d0918fa4a18", + "input": "Category: FAMOUS QUOTES \nClue: Vocation of the man of whom Longfellow said, \"The muscles of his brawny arms are strong as iron bands\"", + "output": [ + "blacksmith" + ] + }, + { + "id": "openseek-7-fcc9cbeb60dd4edeb0f9bd5c08fa7969", + "input": "Category: SHAKESPEAREAN CHARACTERS \nClue: Thinking this man is the king, Hamlet kills him in Act III, Scene iv", + "output": [ + "polonius" + ] + }, + { + "id": "openseek-7-fa346b13d6a14078a134f06e3032d8a6", + "input": "Category: STATE CAPITAL FUN FESTS \nClue: On Labor Day weekend, this capital invites you to step back in time & relive the Gold Rush days", + "output": [ + "sacramento" + ] + }, + { + "id": "openseek-7-d207c4f6bb92487985af009bf6025f82", + "input": "Category: ISLANDS \nClue: Let's drink a toast to this Caribbean island; it's the largest in the Netherlands Antilles", + "output": [ + "curaçao" + ] + }, + { + "id": "openseek-7-ed0bdf7678f5455f90ee6796f3fe778a", + "input": "Category: FICTIONAL MOVIE BANDS \nClue: This film features the Soggy Bottom Boys, fronted by George Clooney", + "output": [ + "o brother, where art thou?" + ] + }, + { + "id": "openseek-7-e46e855a010946259b1d90b63bf2319c", + "input": "Category: SUNDAY MORNING TV \nClue: The Crystal Cathedral is the setting of this reverend's \"Hour of Power\"", + "output": [ + "robert schuller" + ] + }, + { + "id": "openseek-7-50d4f968c20340c59c204427bbb7d44a", + "input": "Category: TOUGH DISNEY \nClue: Both Disneyland and Walt Disney World's Magic Kingdom are located in counties with this name", + "output": [ + "orange county" + ] + }, + { + "id": "openseek-7-5a06ed3c24164a1890971fa6bd606a8d", + "input": "Category: YOU DESERVE A SHOWBIZ AWARD! \nClue: Starting in 1972, the ACT awards were handed out for achievement in television aimed at this demographic", + "output": [ + "children" + ] + }, + { + "id": "openseek-7-de37092492584fe6b74cbf0630d8302f", + "input": "Category: DON'T LOSE YOUR TRAIN OF THOUGHT \nClue: The Grand Traverse Dinner Train specializes in tours of this duration, so let's invite Gilligan", + "output": [ + "3 hours" + ] + }, + { + "id": "openseek-7-a6c33c7d997a44a9b42b4878c9cdeff6", + "input": "Category: BALLET \nClue: Act three, scene one of this ballet is called \"The Awakening\"", + "output": [ + "sleeping beauty" + ] + }, + { + "id": "openseek-7-5300160c28064f30b6de0017c811aa4b", + "input": "Category: NASAL PASSAGES \nClue: \"Lightly was her slender nose tip-tilted like the petal of a flower\", he wrote in \"Idylls of the King\"", + "output": [ + "tennyson" + ] + }, + { + "id": "openseek-7-bd50da0233dc43f7a6032c7ec05733f1", + "input": "Category: 4-LETTER FILMS \nClue: Many fans didn't love Lucy when she played the Auntie in this 1974 musical", + "output": [ + "mame" + ] + }, + { + "id": "openseek-7-cefc70ec801843268622f1376f6f8855", + "input": "Category: FOOD FESTIVALS \nClue: The Valparaiso Popcorn Festival in Indiana has a parade named for this man, America's popcorn king", + "output": [ + "orville redenbacher" + ] + }, + { + "id": "openseek-7-68bb23f4a77e4fdca92a7fe179a4b0cd", + "input": "Category: EAT YOUR VEGGIES \nClue: If you're forced to eat spinach, it's the part of the plant you'll eat", + "output": [ + "leaf" + ] + }, + { + "id": "openseek-7-7509a3088d4c48958c04405714acc905", + "input": "Category: POTPOURRI \nClue: This flower got its name from the belief that bees got a sweet substance out of it", + "output": [ + "honeysuckle" + ] + }, + { + "id": "openseek-7-c0c660beef294648afc38c1bddb28887", + "input": "Category: NATIONAL NAMES \nClue: Rossiyskaya Federatsiya", + "output": [ + "russia" + ] + }, + { + "id": "openseek-7-427915d61fe14a269517da750acea2cc", + "input": "Category: MEDICINE \nClue: This medical magazine published in Waltham, Massachusetts was founded in 1812", + "output": [ + "the new england journal of medicine" + ] + }, + { + "id": "openseek-7-c2cbd63811914d04b45ed56c2fc17741", + "input": "Category: INVENTORS & INVENTIONS \nClue: The sensation of the 1893 Chicago Exposition rose 250' & was named for its inventor", + "output": [ + "the ferris wheel" + ] + }, + { + "id": "openseek-7-ab206807e12f4fe6aa774b710bad7c2e", + "input": "Category: RELIGION \nClue: Legend says he spent 98 days beneath a large bo tree, 49 to solve the riddle of suffering & 49 more to meditate", + "output": [ + "buddha" + ] + }, + { + "id": "openseek-7-a5beacc213384848a52434dad5629d1e", + "input": "Category: ORGANIZATIONS \nClue: This group's headquarters is at 1 Columbus Plaza, New Haven, CT", + "output": [ + "the knights of columbus" + ] + }, + { + "id": "openseek-7-7b048ae70e434bb1b947af6e79888548", + "input": "Category: HOLY ____! \nClue: It was the \"animalistic\" signature call of both Phil Rizzuto & Harry Caray", + "output": [ + "holy cow!" + ] + }, + { + "id": "openseek-7-1db5c933b8444c16ab7efc21f774002b", + "input": "Category: THE BUSINESS WORLD \nClue: Because many of these have happened to GE stock, 1 share bought in 1892 would be 1,536 today", + "output": [ + "stock splits" + ] + }, + { + "id": "openseek-7-ae7eb6ced36f482fbe255235a4bfbf26", + "input": "Category: BEFORE & AFTER \nClue: Interior of a flower-like vegetable preferred by Kurtz in a Joseph Conrad novel", + "output": [ + "\"artichoke heart of darkness\"" + ] + }, + { + "id": "openseek-7-66d463515a234769888b61efaa3284e3", + "input": "Category: WEDDINGS \nClue: In a big fat Ancient Greek wedding, the bride wore this item in red or yellow", + "output": [ + "a veil" + ] + }, + { + "id": "openseek-7-9f410e08c3884f2891f6fc4f6712afad", + "input": "Category: DECORATIVE ARTS \nClue: The Tarasco Indians, who live in this country's state of Michoacan, are noted for their pottery & weaving", + "output": [ + "mexico" + ] + }, + { + "id": "openseek-7-79ef553a0c2c4c8fae96ece076af9a22", + "input": "Category: LETTER TO ADD \nClue: Add this letter to turn all into a place to buy all things", + "output": [ + "m" + ] + }, + { + "id": "openseek-7-3734bed0e5a643a1949ed908b7506bbe", + "input": "Category: HEY, J.J.! \nClue: In 2001 his change of political affiliation tipped the balance of power in the Senate", + "output": [ + "jim jeffords" + ] + }, + { + "id": "openseek-7-3c5b553655a44a0ba3bc90a02054c66f", + "input": "Category: BEFORE HE WAS PRESIDENT... \nClue: He owned a haberdashery in Kansas City, Missouri", + "output": [ + "harry s. truman" + ] + }, + { + "id": "openseek-7-151a85892aa64fdd8dfd8f8b2ed8fa1c", + "input": "Category: WOMEN IN HISTORY \nClue: Mata Hari pretended to be Asian, but she was actually born in this European country", + "output": [ + "the netherlands/holland" + ] + }, + { + "id": "openseek-7-6fa03b7e4aeb45a6a4d3932c2d9c887b", + "input": "Category: 2008 BLOCKBUSTER MOVIES \nClue: Mr. Bond could take a little comfort in the fact that this film about his quest for vengeance took in $570 million", + "output": [ + "quantum of solace" + ] + }, + { + "id": "openseek-7-c5c18ac68fc946dc9eb96790cac4287e", + "input": "Category: FAMOUS NAMES \nClue: This American businessman known as the \"Pickle King\" could have had 56 other varieties instead of nicknames", + "output": [ + "h.j. heinz" + ] + }, + { + "id": "openseek-7-c370dcacb09b4c82ad2e05f9b9200b58", + "input": "Category: PHYSICS \nClue: Plano-convex, biconvex & concavo-convex are 3 of the types of this optical component", + "output": [ + "lens" + ] + }, + { + "id": "openseek-7-8cba30965d2248f9be87c54ddc9a5407", + "input": "Category: HISTORIC AMERICANS \nClue: This Minnesota senator ran for the Democratic presidential nomination in 1968", + "output": [ + "eugene mccarthy" + ] + }, + { + "id": "openseek-7-61fe7034c1ef4a06b1bf801ace210814", + "input": "Category: SCIENCE HISTORY \nClue: Announced by Ole Romer in 1676, the first measurement of this was 140,000 miles per second", + "output": [ + "the speed of light" + ] + }, + { + "id": "openseek-7-df31243bfd5743eba196bcadfb404f35", + "input": "Category: WORLD OF SCIENTISTS \nClue: After 6 years in exile in Gorky, this physicist & human rights activist was allowed to return to Moscow in 1986", + "output": [ + "andrei sakharov" + ] + }, + { + "id": "openseek-7-6601c184d3c046338966ab31fe638f7f", + "input": "Category: CLINTON'S FIRST TERM \nClue: In September 1994 Clinton dispatched troops to this Caribbean nation", + "output": [ + "haiti" + ] + }, + { + "id": "openseek-7-0fd65a5b53c545769530c8a88ff3a690", + "input": "Category: AMERICAN REVOLUTION \nClue: Our side was winning the battle of this hill near Boston until we ran out of ammo and the tide turned", + "output": [ + "bunker hill/breeds hill" + ] + }, + { + "id": "openseek-7-be6ff2b3c56d4ed5b6d828d7b94f767c", + "input": "Category: ____LESS IS MORE \nClue: An abyss can be described as this 3-syllable type of \"pit\"", + "output": [ + "bottomless" + ] + }, + { + "id": "openseek-7-dee67e75d77646ebb399a7678aec7ad0", + "input": "Category: MOVIES WITH SUBTITLES \nClue: With films like \"A Better Tomorrow\", John Woo brought attention to the cinema of this place where he grew up", + "output": [ + "hong kong" + ] + }, + { + "id": "openseek-7-33e23b331c3548debc1a15d693b5df73", + "input": "Category: 11-LETTER WORDS \nClue: It's wrongful conduct by a professional, like a doctor, causing injury", + "output": [ + "malpractice" + ] + }, + { + "id": "openseek-7-68e9bad677d3494e97f871de605ae06d", + "input": "Category: FRENCH PHRASES \nClue: Julia Child ended her show with this French phrase", + "output": [ + "bon appetit!" + ] + }, + { + "id": "openseek-7-41dce9a5aedb4bf79282cdc0464cd40d", + "input": "Category: RELAX, IT'S MY TREATY \nClue: The 843 Treaty of Verdun divided his massive empire into 3 parts, but he didn't mind; he'd been dead about 30 years", + "output": [ + "charlemagne" + ] + }, + { + "id": "openseek-7-b7a2057da27c415c953d3d13b3205ac0", + "input": "Category: NUMB WITH NUMBERS \nClue: In a 1976 song, the number of crew members who perished in \"The Wreck of the Edmund Fitzgerald\"", + "output": [ + "29" + ] + }, + { + "id": "openseek-7-e6c1625c25894dad98c936c070835fd2", + "input": "Category: CLEANING UP \nClue: In 1887 Johnson & Johnson was incorporated in part to improve upon this man's study of antisepsis", + "output": [ + "lister" + ] + }, + { + "id": "openseek-7-62dd82ec90e9411f93421bf8ada990e5", + "input": "Category: WHO'S THE BOSS? \nClue: ...of Motown Records, 1959-1988", + "output": [ + "berry gordy" + ] + }, + { + "id": "openseek-7-6fc1ddad680045b1b0ee7796639d85a9", + "input": "Category: SPORTS & MUSIC \nClue: In July 2010 this Rock & Roll Hall of Famer performed at the Baseball H.O.F. induction ceremonies", + "output": [ + "john fogerty" + ] + }, + { + "id": "openseek-7-bb805597e00249639af388f942febad3", + "input": "Category: MEDICINE \nClue: E. Donnall Thomas shared the Nobel Prize for the first transplant of this bone substance between 2 people who weren't twins", + "output": [ + "marrow" + ] + }, + { + "id": "openseek-7-1379027ef023410d9ebdee9c89d20b54", + "input": "Category: BIOLOGY \nClue: Stomata, leaf pores that take in this gas, enlarge hen its level in the air drops below normal", + "output": [ + "carbon dioxide" + ] + }, + { + "id": "openseek-7-87f3a308110f4571a74858a0ecdfc4b2", + "input": "Category: PERCUSSION INSTRUMENTS \nClue: Type of drum seen here, or a dance done to them", + "output": [ + "conga" + ] + }, + { + "id": "openseek-7-c660405e5ce14cd19673652678c58f0e", + "input": "Category: DOUBLE TALK NAMES \nClue: Nickname of the female fashion designer born in France's Loire Valley region in 1883", + "output": [ + "coco" + ] + }, + { + "id": "openseek-7-f773f5dbcb494ff58036c58f0675fd40", + "input": "Category: LET'S GO TO A MUSEUM \nClue: Check into a motel in Plano in this state, then check out the Cockroach Hall of Fame & Museum", + "output": [ + "texas" + ] + }, + { + "id": "openseek-7-c89f365c0a50413f9dfe9878fad0b843", + "input": "Category: JON STEWART'S AMERICA \nClue: This 1215 document \"served as a wake-up call that Europe would be forced to answer...in about 500 years\"", + "output": [ + "the magna carta" + ] + }, + { + "id": "openseek-7-3cbd9798a2ae4159b4f2689a681d17b8", + "input": "Category: STATE OF THE NOVEL \nClue: \"The Yearling\" by Marjorie Kinnan Rawlings", + "output": [ + "florida" + ] + }, + { + "id": "openseek-7-2eaa2ab6c4af470384c8d7a4797ee1e2", + "input": "Category: BOOKS & AUTHORS \nClue: Sadly, this author who hammered out the Mike Hammer novels passed away in 2006", + "output": [ + "spillane" + ] + }, + { + "id": "openseek-7-4cdd6bc122204833929f10faf0aac20d", + "input": "Category: ALPHABETICALLY LAST \nClue: ...of the Ivy League universities", + "output": [ + "yale" + ] + }, + { + "id": "openseek-7-81fcfd0fed19466eb5623cf1f7c99dc8", + "input": "Category: USES FOR STALE BREAD \nClue: Cube the bread & saute or bake it to make these to garnish soup or salad", + "output": [ + "croutons" + ] + }, + { + "id": "openseek-7-2f57aad373a74cce93703cab1cc732b9", + "input": "Category: SCIENTISTS \nClue: Using a prism, this Englishman proved that white light is a combination of the colors of the spectrum", + "output": [ + "sir isaac newton" + ] + }, + { + "id": "openseek-7-16417c517bbc437a85c1d57fc3c58c4f", + "input": "Category: THE LOSING TICKET \nClue: Running mate Sparkman failed to spark this Democrat's 1952 campaign", + "output": [ + "stevenson" + ] + }, + { + "id": "openseek-7-d5e54dfff1a64476a3ceeb0cf7cbb613", + "input": "Category: VARIETY PACK \nClue: Sherlock Holmes smokes a calabash pipe made from this mineral whose name is German for \"sea foam\"", + "output": [ + "meerschaum" + ] + }, + { + "id": "openseek-7-6e387e4484f147b89aa72950b9506a3e", + "input": "Category: A SHROPSHIRE LAD \nClue: \"When I was one-and-twenty I heard a wise man say, 'Give crowns and pounds and guinea but not' \" this \" 'away' \"", + "output": [ + "heart" + ] + }, + { + "id": "openseek-7-409df31b94c445f99ee357abe42ea9ef", + "input": "Category: PUFF \nClue: In an eye exam a puff of air is used to measure intraocular pressure, a test for this condition", + "output": [ + "glaucoma" + ] + }, + { + "id": "openseek-7-b1067bfa9ec7415f875338c8d5eca41d", + "input": "Category: PULITZER PRIZE-WINNING BIOS \nClue: Glory, Hallelujah! She was the subject of the first Pulitzer Prize-winning biography in 1917", + "output": [ + "julia ward howe" + ] + }, + { + "id": "openseek-7-3e6d5cd5534348a4a588e2e4d28f5877", + "input": "Category: BRITISH ROCKERS \nClue: Mick Jagger & this group have had a satisfying career with hits like \"Satisfaction\" & \"Jumpin' Jack Flash\"", + "output": [ + "the rolling stones" + ] + }, + { + "id": "openseek-7-0c8a29e7cd43461dbf3cec547d6f6bd2", + "input": "Category: A BIT OF EVERYTHING \nClue: This British guy gave us a particle theory of light in 1704, but it's the \"apple falling on his head\" thing you may remember", + "output": [ + "newton" + ] + }, + { + "id": "openseek-7-4267235e28a6484587dfad1f3b5a3d8d", + "input": "Category: BALLET \nClue: Prince Ivan falls in love with an enchanted Tsarevna in Stravinsky's ballet about this magical bird", + "output": [ + "\"the firebird\"" + ] + }, + { + "id": "openseek-7-252d2b312cfd43a7ac0cadc3e26f99ef", + "input": "Category: CORKY THE CARNY \nClue: \"Hey\" this! is Corky's traditional cry for help when he's in trouble with the locals", + "output": [ + "rube" + ] + }, + { + "id": "openseek-7-5c89553b525149289f9e39f0460f6a3d", + "input": "Category: THE AMERICAN REVOLUTION \nClue: Frontiersman who won victories at Kaskaskia, Cahokia & Vincennes in the NW Territory", + "output": [ + "george rogers clark" + ] + }, + { + "id": "openseek-7-739a8dbd9deb46e4b84fe8217e61c315", + "input": "Category: TENNESSEE FOR YOURSELF \nClue: This important 1925 event in Tennesee focused attention on the teaching of evolution", + "output": [ + "the scopes monkey trial" + ] + }, + { + "id": "openseek-7-3454ed49ee8244bea233cd289e3a9e24", + "input": "Category: SPORTS JOES \nClue: In 1973 George Foreman grilled this \"Smokin'\" guy, knocking him down 6 times in 2 rounds", + "output": [ + "joe frazier" + ] + }, + { + "id": "openseek-7-45a70c6a262e4e6ab031a1ca112ae03f", + "input": "Category: TRAVEL & TOURISM \nClue: Hotels in this city include the Holiday Inn On The Bay, The Pan Pacific Hotel & the Balboa Park Inn", + "output": [ + "san diego" + ] + }, + { + "id": "openseek-7-7abdf342021549708ccba6b34bc90bae", + "input": "Category: VISITING THE CITY \nClue: First the Royal Ontario Museum, then for lunch, maybe one of the 5 Chinatowns", + "output": [ + "toronto" + ] + }, + { + "id": "openseek-7-6643a258cebc41dd9c393774b4a0b310", + "input": "Category: CONSTELLATIONS \nClue: 1 of the 5 constellations which are portrayed as all or part horse", + "output": [ + "the centaur" + ] + }, + { + "id": "openseek-7-2113df1a740a4d998cffc09e2d797c0f", + "input": "Category: UNESCO \nClue: Keep it under your hat, the Medina section of this Moroccan city is protected by UNESCO's World Heritage Committee", + "output": [ + "fez" + ] + }, + { + "id": "openseek-7-9c655d0bce2b4d8fa703706d725a2a2a", + "input": "Category: SCIENCE GUYS \nClue: In 1610 this Italian made his biggest discovery: the 4 largest moons of Jupiter", + "output": [ + "galileo" + ] + }, + { + "id": "openseek-7-1a297829986b4fc98f8bd3a831e9ea25", + "input": "Category: MOVIE DEBUTS \nClue: Jessica Lange wasn't monkeying around when she auditioned for & won the role of the heroine in this movie remake", + "output": [ + "king kong" + ] + }, + { + "id": "openseek-7-a6761547e44f4b30bbc9e318e1d5f944", + "input": "Category: EURO COINS \nClue: This composer appears on the reverse of Austria's 1-Euro coin", + "output": [ + "mozart" + ] + }, + { + "id": "openseek-7-2d57e2acca5d431c9c6d91d85bfcb23d", + "input": "Category: THE 3 R's \nClue: The symbol \"y\" was once used in place of these 2 letters; hence the word \"ye\" as in \"ye olde pub\"", + "output": [ + "th" + ] + }, + { + "id": "openseek-7-75c9da22614c450bb49e3ca8b79fcf94", + "input": "Category: DOGS \nClue: Despite its name, the Great Dane originated in this country, as did the Rottweiler", + "output": [ + "germany" + ] + }, + { + "id": "openseek-7-6a028b99a4c34d21be8b0ab13019d0fe", + "input": "Category: VOGUE'S CENTURY OF FASHION \nClue: In the late '60s this long cover-up with a Turkish name became popular not only for women, but for men, too", + "output": [ + "kaftan" + ] + }, + { + "id": "openseek-7-6668d153914444649f9ec3b88d43a9ab", + "input": "Category: PARDON MY FRENCH \nClue: The European Space Agency launches its Ariane rockets from this South American territory", + "output": [ + "french guiana" + ] + }, + { + "id": "openseek-7-80cc7434e4234e10aad8fc1e5a664416", + "input": "Category: 19, 20, 21 & 22 \nClue: During this war, Gen. Winfield Scott landed 10,000 U.S. troops at Veracruz & took the city in 19 days", + "output": [ + "the mexican war" + ] + }, + { + "id": "openseek-7-ff2a290f561546389821f447eec7bf11", + "input": "Category: GET A JOB! \nClue: You'll either be a sturdy fixer of leaky pipes or, maybe, a fixer of a company's news leaks if you wade into this job", + "output": [ + "a plumber" + ] + }, + { + "id": "openseek-7-972d6c62393b4e6394bbfc7089424de1", + "input": "Category: BEFORE & AFTER \nClue: Clint Howard's nice TV bear who makes Cherry Garcia ice cream", + "output": [ + "gentle ben & jerry\\'s" + ] + }, + { + "id": "openseek-7-dfe625c18bbd4483b10d449f9b689ce5", + "input": "Category: ANAGRAMMED SHAKESPEARE PLAYS \nClue: \"Batch me\"", + "output": [ + "macbeth" + ] + }, + { + "id": "openseek-7-93d17a2a4a81443d82745bbca5c4721c", + "input": "Category: AGRICULTURE \nClue: This dictator's support for the erroneous theories of Trofim Lysenko set back Soviet agriculture", + "output": [ + "stalin" + ] + }, + { + "id": "openseek-7-cbc3bbe9092d4d51ba735adbfa33d16f", + "input": "Category: THE SHORT FORM \nClue: They're the \"apps\" in \"drinks & apps\"", + "output": [ + "appetizers" + ] + }, + { + "id": "openseek-7-76b46a7d0ba844a48810f551b1bc728a", + "input": "Category: AMERICAN HISTORY \nClue: After 3 previous acquittals, this reputed crime family boss was finally convicted in New York City on April 2, 1992", + "output": [ + "john gotti" + ] + }, + { + "id": "openseek-7-abac6f363ce74e51914d049ee47a8ae8", + "input": "Category: WANT ADS \nClue: Walk the Max Planck! We're Stephen Hawking a new position to be this type of scientist, like those guys", + "output": [ + "physicist" + ] + }, + { + "id": "openseek-7-cd7bd19b89db4b4ab4671f6aff939aa7", + "input": "Category: HOLIDAYS \nClue: Wintertime Jewish holiday that's mentioned in the New Testament but not in the Jewish Bible", + "output": [ + "hanukkah" + ] + }, + { + "id": "openseek-7-5f5ccecb48384777a7afab6e187848de", + "input": "Category: SCI FI \nClue: As Harry Potter lived overseas, Harry Dresden of \"The Dresden Files\" is the only listed one of these in Chicago", + "output": [ + "a wizard" + ] + }, + { + "id": "openseek-7-66cd531391964dcfbc9a93648018b1ba", + "input": "Category: RITUALS \nClue: In celebration of Chanukah, candles are lit for this many nights", + "output": [ + "8" + ] + }, + { + "id": "openseek-7-5153c6f1b1614fc09e7ce996576bc392", + "input": "Category: ANIMALS \nClue: In summer, when its coat is brown, the ermine is referred to by this name", + "output": [ + "stoat/weasel" + ] + }, + { + "id": "openseek-7-507d794b4aa04cc28851895b78c4a9a4", + "input": "Category: FIRST THINGS FIRST \nClue: These date back to 1696 in England; before that award presenters had to ask for \"The folded piece of paper, please\"", + "output": [ + "envelope" + ] + }, + { + "id": "openseek-7-91cf6feff374430799f3c76f34e2f16c", + "input": "Category: COLORFUL WORDS & PHRASES \nClue: Popular term for a baggage porter at a railway station", + "output": [ + "redcap" + ] + }, + { + "id": "openseek-7-049a644334b84b0bbb3c0dc086d2333d", + "input": "Category: BRAND \"O\" \nClue: A line of beauty products once was called \"Oil of\" this; now it's just this", + "output": [ + "olay" + ] + }, + { + "id": "openseek-7-9ca59b0b37d74202b50a7989aefbef76", + "input": "Category: CLASSICAL MYTHOLOGY \nClue: Achilles died after one of these weapons wounded him in the heel", + "output": [ + "an arrow" + ] + }, + { + "id": "openseek-7-930d6b3c0edc40d280b8d7b2d5c9c6dc", + "input": "Category: ECONOMICS \nClue: Around 600 B.C. the island of Aegina introduced these items to Greek economic life", + "output": [ + "coins" + ] + }, + { + "id": "openseek-7-0639cd9f5e3d4507a14c4597dab17df1", + "input": "Category: THE CAMERA MAN \nClue: Certain Robert Mapplethorpe photos caused Congress to enact restrictions on grants given by this body", + "output": [ + "the nea" + ] + }, + { + "id": "openseek-7-74b5a088a74c43e0b31f2a902bcc7e1a", + "input": "Category: VOCABULARY \nClue: A quint has at least this many siblings", + "output": [ + "4" + ] + }, + { + "id": "openseek-7-b74ba8e45b7b41e59b248030f7c3a023", + "input": "Category: POLITICAL TERMS \nClue: This term for a member of the British Conservative party comes from Irish for \"pursuer\"", + "output": [ + "tory" + ] + }, + { + "id": "openseek-7-8bd3301fb4834e87b3696e838b9b0d70", + "input": "Category: RACCOONS \nClue: In 1997 raccoons passed skunks as the most frequent vector of this disease", + "output": [ + "rabies" + ] + }, + { + "id": "openseek-7-2de3d23b252b471db29175f29255964c", + "input": "Category: 19th CENTURY SCIENCE \nClue: In 1881 he immunized farm animals from anthrax in Pouilly-le-Fort, on the outskirts of Paris", + "output": [ + "pasteur" + ] + }, + { + "id": "openseek-7-be2a3c013de64e769e1c3e4526408b8e", + "input": "Category: DEEP THINKERS \nClue: This former used car salesman was the \"E\" in EST, a group therapy program of the '70s", + "output": [ + "werner erhard" + ] + }, + { + "id": "openseek-7-9705cb389f2345e2820e80583525e709", + "input": "Category: THE RAVEN \nClue: Drama with the line \"The Raven himself is hoarse that croaks the fatal entrance of Duncan under my battlements\"", + "output": [ + "\"macbeth\"" + ] + }, + { + "id": "openseek-7-54c4bf64d990440eaec030d851a1a175", + "input": "Category: NOT QUITE BEFORE & AFTER \nClue: Descartes' famous Latin axiom that's a screwball comedy with Tony Curtis & Jack Lemmon (in drag)", + "output": [ + "cogito ergo sum like it hot" + ] + }, + { + "id": "openseek-7-efc5f01c3b414bfba6c08e793268cfe9", + "input": "Category: TV NOSTALGIA \nClue: This movie cowboy's '50s TV series was so popular that his horse Champion got his own series, too", + "output": [ + "gene autry" + ] + }, + { + "id": "openseek-7-625eaa7c71834d96aca7fa5edc79b09a", + "input": "Category: STORY PROBLEMS \nClue: Number of kids you need to form 16 3-legged race teams", + "output": [ + "32" + ] + }, + { + "id": "openseek-7-eaa88760dff14808878eefa8507d78f2", + "input": "Category: TRAVELING \nClue: If you're a U.S. citizen, you'll need one of these to visit China & we don't mean the credit card", + "output": [ + "a visa" + ] + }, + { + "id": "openseek-7-10d9997cb26143a1a698886b4219c664", + "input": "Category: BACK IN '65 \nClue: On April 3, 1865 Union general Godfrey Weitzel accepted the surrender of this city", + "output": [ + "richmond" + ] + }, + { + "id": "openseek-7-7af3574f365846378ea18299b4341472", + "input": "Category: ONE SONG \nClue: 1-word title of the following, David & Jonathan were the only group to have a Top 40 hit with it:", + "output": [ + "\"michelle\"" + ] + }, + { + "id": "openseek-7-363fc08bc22345f6aeacd60d3132df93", + "input": "Category: COMIC BOOK VILLAINS \nClue: Captain Cold & Captain Boomerang were nemeses of this \"Fastest Man Alive\"", + "output": [ + "flash" + ] + }, + { + "id": "openseek-7-4b157da484764192aa5d7eba1734bdbe", + "input": "Category: THE LAST CATEGORY \nClue: The last line of this Jack London tale is \"...he sings a song of the younger world, which is the song of the pack\"", + "output": [ + "\"call of the wild\"" + ] + }, + { + "id": "openseek-7-0fadafe2b30b4348a25bad0c0170b8db", + "input": "Category: WE \"URN\" IT \nClue: Technically it's caused by gastroesophageal backflow", + "output": [ + "heartburn" + ] + }, + { + "id": "openseek-7-f5d8ed528b8745cc9397852d82f6551c", + "input": "Category: FOOTBALL FREE FOR ALL \nClue: Founded in 2003, his dream foundation has committed $4.5 million to charity; this QB is a true saint", + "output": [ + "drew brees" + ] + }, + { + "id": "openseek-7-7c2fd73ef8984625888d392f4763a059", + "input": "Category: ON THE CUTTING EDGE \nClue: The name of this large kitchen knife resembling a hatchet is from a word meaning \"to split\"", + "output": [ + "a cleaver" + ] + }, + { + "id": "openseek-7-81c081d59a764d6ca893aa1060dd15e4", + "input": "Category: \"V\"OCABULARY \nClue: It's a large, open porch, usually with a roof", + "output": [ + "a veranda" + ] + }, + { + "id": "openseek-7-e31c1c8b241b45fd8216c9a2f33434b4", + "input": "Category: __E__E__E \nClue: A form of address for some royalty, it means calm & unruffled", + "output": [ + "serene" + ] + }, + { + "id": "openseek-7-ad8d121b05234ba8a036dc8f78a1f828", + "input": "Category: JOHN J. PERSHING \nClue: When Pershing arrived in France during WWI, he laid a wreath at the grave of this Frenchman", + "output": [ + "lafayette" + ] + }, + { + "id": "openseek-7-ca830cb5701a45eabe9d1ce248c5418b", + "input": "Category: IN THE BOOKSTORE \nClue: He wrote books on fishing & hunting, & you might also enjoy his classic \"A Farewell to Arms\"", + "output": [ + "hemingway" + ] + }, + { + "id": "openseek-7-42f8103362b6459eacca57c666ae8512", + "input": "Category: WORD PLAY \nClue: Subtract 1 letter from \"insane\" to get this word which means silly or empty", + "output": [ + "inane" + ] + }, + { + "id": "openseek-7-70dd07dff698453e884842d5f0bcd2d3", + "input": "Category: \"Z\" END \nClue: In the Bible he was married to Ruth", + "output": [ + "boaz" + ] + }, + { + "id": "openseek-7-4958343cc0b5437786028758fa8ef724", + "input": "Category: ANIMALS \nClue: Also called a warrigal, this wild dog is one of the few nonmarsupial mammals of Australia", + "output": [ + "dingo" + ] + }, + { + "id": "openseek-7-4cbf954de1984f67a5294a9b65a1f6fb", + "input": "Category: MEDICINE MEN & WOMEN \nClue: In 1659 Italian anatomist Marcello Malpighi discovered that the lungs were made up of these tiny air sacs", + "output": [ + "alveoli" + ] + }, + { + "id": "openseek-7-b1b62b66cd6f457bb995bf6cd5128402", + "input": "Category: AUTHORS & THEIR SLEUTHS \nClue: He created Mike Hammer & played the part in the 1963 film \"The Girl Hunters\"", + "output": [ + "mickey spillane" + ] + }, + { + "id": "openseek-7-fa861f6303c44ca9b6572fd0d1ea000f", + "input": "Category: \"POT\"s & \"PAN\"s \nClue: Guymon is the largest city in this narrow region of Oklahoma", + "output": [ + "the panhandle" + ] + }, + { + "id": "openseek-7-bfb2b71374ea4d5ba85a0b9991c5b500", + "input": "Category: SIGNS & SYMBOLS \nClue: Athena is a goddess of wisdom, as symbolized by this creature", + "output": [ + "an owl" + ] + }, + { + "id": "openseek-7-8184c43b85e54729a3f2ee38525bfb05", + "input": "Category: STAR TRACK \nClue: In 1982, the year she appeared in \"E.T.\", she became the youngest \"SNL\" host at the age of 7", + "output": [ + "drew barrymore" + ] + }, + { + "id": "openseek-7-8786334950b744a49e6eeb25759bdf1b", + "input": "Category: CROSSING JORDAN \nClue: You can cross the Jordan where it joins with the Yarmuk River just south of this \"sea\"", + "output": [ + "sea of galilee" + ] + }, + { + "id": "openseek-7-5b479a016cf848bbab3df55f7f3c86f4", + "input": "Category: FIRST LADIES \nClue: First Lady in the 1910s, she later rode in President Kennedy's inaugural parade", + "output": [ + "edith wilson" + ] + }, + { + "id": "openseek-7-a0140b1e10864abca6eea63f63cec1bb", + "input": "Category: THE 1960s \nClue: The Coinage Act of 1965 eliminated this from dimes & quarters", + "output": [ + "silver" + ] + }, + { + "id": "openseek-7-0ef4925548cb4ecba8fc9785ab8f8a3a", + "input": "Category: WORLD RELIGION \nClue: As the Mayan god of merchants, Ek Chuah was responsible for this yummy bean, once the standard Mayan currency", + "output": [ + "cacao bean" + ] + }, + { + "id": "openseek-7-d21880372f6e401db7b82b5dfacafe9f", + "input": "Category: 2-WORD COUNTRIES \nClue: People from this country are known as Kiwis", + "output": [ + "new zealand" + ] + }, + { + "id": "openseek-7-2c0a3dc8a8c644deaa8c31c99d6294fc", + "input": "Category: FROM A TO Y \nClue: It's the only state capital on the Hudson River", + "output": [ + "albany" + ] + }, + { + "id": "openseek-7-acd4805b81e14b638f3546de9526b6ae", + "input": "Category: IN OLD ENCYCLOPEDIAS \nClue: The 1967 Compton's article on this now-defunct country shows a woman from Kharkov with steel teeth", + "output": [ + "the ussr" + ] + }, + { + "id": "openseek-7-25c88e21b4f14f7a901e7e4e3e99096f", + "input": "Category: NONFICTION \nClue: Grammar is hot! This bestseller is Lynne Truss' \"Zero Tolerance Approach to Punctuation\"", + "output": [ + "eats, shoots & leaves" + ] + }, + { + "id": "openseek-7-7307ca5dc6c4452cb79672be47acacb2", + "input": "Category: ISLAMIC CLUES \"K\" \nClue: It's the Muslim term for \"fate\" or \"destiny\"", + "output": [ + "kismet" + ] + }, + { + "id": "openseek-7-a1fbf0e9d83941939fa3a8582b835abe", + "input": "Category: CHRISTIAN \nClue: Mel Gibson played him in the 1984 film \"The Bounty\"", + "output": [ + "fletcher christian" + ] + }, + { + "id": "openseek-7-ede0177c59814a6e82e59bedcf7b005f", + "input": "Category: PLAY THE PALACE \nClue: This country's royal palace stands on the site of the former palace of the dukes of Brabant", + "output": [ + "belgium" + ] + }, + { + "id": "openseek-7-ff5bba28903a46e09843e46d6b25aeaa", + "input": "Category: THE 17th CENTURY \nClue: George Chapman's translation of this Homer work was completed in 1611; his \"Odyssey\" appeared in 1616", + "output": [ + "the iliad" + ] + }, + { + "id": "openseek-7-c3e16dd58d0d432a867ffeb54e51440c", + "input": "Category: ADVENTUROUS WOMEN \nClue: 19th c. Congo traveler Mary Kingsley said this large ape is \"the most horrible wild animal I have seen\"", + "output": [ + "a gorilla" + ] + }, + { + "id": "openseek-7-de387a3e623a49d58dce8e9806497176", + "input": "Category: 1980s MUSIC \nClue: Surprise! They're the Euro trio who recorded “Take On Me”", + "output": [ + "a-ha" + ] + }, + { + "id": "openseek-7-5b4b21ef690c486ba33e5f238004330e", + "input": "Category: BRANDED \nClue: In 1936 Moet & Chandon introduced this champagne brand named for a blind French monk", + "output": [ + "dom perignon" + ] + }, + { + "id": "openseek-7-dd8b7ce230f04d7f8d00db9b3970b2de", + "input": "Category: YOU, THE VOTER \nClue: A term for loyal party voters comes from the saying \"I'd vote for\" this colorful canine \"if he was a Democrat\"", + "output": [ + "a yellow dog" + ] + }, + { + "id": "openseek-7-61b909cd05124b17902a99bf7a911e20", + "input": "Category: IT'S A MYSTERY \nClue: FDR & Isaac Asimov were among members of the BSI, this group of Sherlock Holmes fans", + "output": [ + "baker street irregulars" + ] + }, + { + "id": "openseek-7-b6ce1e2114fc4811beb44bc022d438d8", + "input": "Category: \"JAN\"UARY \nClue: This god's principal temple in the forum had a 2-faced statue of him, near doors facing east & west", + "output": [ + "janus" + ] + }, + { + "id": "openseek-7-a48a466c2aab40809195cc481be23c3d", + "input": "Category: U.S. HISTORY \nClue: After the 1881 gunfight at the O.K. Corral, Virgil Earp lost his job as this city's marshall", + "output": [ + "tombstone" + ] + }, + { + "id": "openseek-7-4e615e2f329347ab8beaa01ffc7f49e1", + "input": "Category: 2005 OBITS \nClue: And then there were 8 on the Supreme Court when this Chief Justice died at the age of 80", + "output": [ + "rehnquist" + ] + }, + { + "id": "openseek-7-32b905b17945477f917e55238ca6fcc1", + "input": "Category: TRANSPORTATION \nClue: In production from 1897 to 1924, this car was nicknamed \"The Tea Kettle\"", + "output": [ + "the stanley steamer" + ] + }, + { + "id": "openseek-7-46de847af3f04a7da45fbd265086fbf7", + "input": "Category: GIVE 'EM HELOISE \nClue: You can add it dry to yogurt for extra flavor, mix it in water to make facial paste, or make cookies \"Quaker\" style", + "output": [ + "oatmeal" + ] + }, + { + "id": "openseek-7-ef50cece5042479781643ffb98b1012d", + "input": "Category: ON PINS & NEEDLES \nClue: It can hold a wheel on an axle or act as the piece that holds everything together", + "output": [ + "lynchpin" + ] + }, + { + "id": "openseek-7-e3ea65b11c994fe4b20d1c536f09ce96", + "input": "Category: NARNIA \nClue: In the second tale in the Narnia series, the Pevensie kids fight to restore this title prince to his rightful place", + "output": [ + "prince caspian" + ] + }, + { + "id": "openseek-7-fa3cadd8845d4304b08f7c340bafe36c", + "input": "Category: NATURAL WONDERS \nClue: Given its current name by John Wesley Powell, it was called Kaibab, or \"mountain lying down\" by the Paiutes", + "output": [ + "the grand canyon" + ] + }, + { + "id": "openseek-7-33282cac376e426ea27fadcb76b48e2f", + "input": "Category: VOCABULARY \nClue: This word given to a policy of segregation means \"separateness\" in Afrikaans", + "output": [ + "apartheid" + ] + }, + { + "id": "openseek-7-a58c5fd9409f4fe9bec77ba128734b86", + "input": "Category: BIG SCREEN BLOODSUCKERS \nClue: \"Pardon Me, But Your Teeth Are In My Neck\" was the subtitle of this Roman Polanski horror spoof", + "output": [ + "the fearless vampire killers" + ] + }, + { + "id": "openseek-7-33160f7d2bd742af919e2e51cb7be8fc", + "input": "Category: NATIONAL GEOGRAPHIC \nClue: The Vogalonga, an annual regatta seen here, takes place in this city", + "output": [ + "venice" + ] + }, + { + "id": "openseek-7-330e5a055d55402c827683257e4145f8", + "input": "Category: CAPITAL CITY BIRTHPLACES \nClue: Marie Curie", + "output": [ + "warsaw" + ] + }, + { + "id": "openseek-7-a4343ab6b0b340ebb1df900142d50fe1", + "input": "Category: THE STAR'S TV SHOW & MOVIE \nClue: \"The Office\", \"Bruce Almighty\"", + "output": [ + "steve carell" + ] + }, + { + "id": "openseek-7-81b973182c88437e88e9c8f5c76b7abb", + "input": "Category: FROM HERE TO MATERNITY \nClue: This French doctor called his childbirth preparation method psychoprophylaxis: mental prevention", + "output": [ + "fernand lamaze" + ] + }, + { + "id": "openseek-7-dd9f1375d9164fb5908b02338309cc94", + "input": "Category: HI \nClue: Before the pineapple industry, the need for workers of this crop made Hawaii a melting pot", + "output": [ + "sugar cane" + ] + }, + { + "id": "openseek-7-009be43642b448c9abb9a8b25a330e51", + "input": "Category: POET-TREE \nClue: \"O my palm-tree…rustle thy boughs and set thy trunk all bare\", she wrote in \"Sonnets from the Portuguese\"", + "output": [ + "elizabeth barrett browning" + ] + }, + { + "id": "openseek-7-d32e76c43c5045f1be288e9b2ff6b7c2", + "input": "Category: SPELLBOUND \nClue: It's the adjective for a 150th anniversary celebration", + "output": [ + "s-e-s-q-u-i-c-e-n-t-e-n-n-i-a-l" + ] + }, + { + "id": "openseek-7-b8f9b3b9f86e425cb147fa972ce4cadf", + "input": "Category: POETS \nClue: His collection, \"The Children of the Night\", contained his frequently reprinted poem \"Richard Cory\"", + "output": [ + "edwin arlington robinson" + ] + }, + { + "id": "openseek-7-05df4eadbf3e46d7bf75a77dd2bbbf09", + "input": "Category: MY NAME IS BARBARA \nClue: She appeared with Lassie in the 1949 film \"The Sun Comes Up\" before she played Beaver's mother on TV", + "output": [ + "barbara billingsley" + ] + }, + { + "id": "openseek-7-7775c84df87948c0bede4077ffe2d9f1", + "input": "Category: AMERICAN AUTHORS \nClue: The grandson of a humorist, the son of a children's author, his first novel in 1974 was huge bestseller", + "output": [ + "peter benchley" + ] + }, + { + "id": "openseek-7-1e1960c89e924dd39af37f40f239b37f", + "input": "Category: FASHION \nClue: In the '80s big sweaters were popularly paired with these pants named for a strap at the bottom of each leg", + "output": [ + "stirrup pants" + ] + }, + { + "id": "openseek-7-bffb975cfeae42a2bfa44c94e7a4a163", + "input": "Category: PORT CITIES \nClue: 4 of the top 10 U.S. ports, including the port of Plaquemine, are in this state", + "output": [ + "louisiana" + ] + }, + { + "id": "openseek-7-bb67293a819248b28c20b708e82a34c8", + "input": "Category: HISTORIC DOCUMENTS \nClue: In the 1809 treaty of this fort, the U.S. acquired 2.5 million acres from Indiana's Indians", + "output": [ + "fort wayne" + ] + }, + { + "id": "openseek-7-ad008e9c887e4d63ab563480dcce607a", + "input": "Category: KILLER MUSICALS \nClue: The musical based on this Stephen King novel featured an incendiary high school prom", + "output": [ + "carrie" + ] + }, + { + "id": "openseek-7-d6fb8f0a75a04189af344eede92665d5", + "input": "Category: BEN FRANKLIN \nClue: Franklin noted that the complaint called \"dry-gripes\" resulted from exposure to this toxic metal", + "output": [ + "lead" + ] + }, + { + "id": "openseek-7-f9e9ab9344c649239ae640c9458ced7f", + "input": "Category: HIPPOS \nClue: The word hippopotamus comes from 2 Greek words meaning this", + "output": [ + "river horse" + ] + }, + { + "id": "openseek-7-9aafd327344c47bcbdf02cfa899fd887", + "input": "Category: CLASSIC AMERICAN MUSIC \nClue: His first published work, 1872's \"Moonlight on the Potomac\", contained waltzes, not marches", + "output": [ + "john philip sousa" + ] + }, + { + "id": "openseek-7-61b3835d04da41cf84d169d3fea45f5c", + "input": "Category: FAMOUS MEN \nClue: In \"Green Shadow, White Whale\", this sci-fi author recalls writing the \"Moby Dick\" screenplay while living in Ireland", + "output": [ + "bradbury" + ] + }, + { + "id": "openseek-7-98e55909b25344daa2dd1a1604f14de2", + "input": "Category: NAME THE PLAY \nClue: \"I have always depended on the kindness of strangers\"", + "output": [ + "a streetcar named desire" + ] + }, + { + "id": "openseek-7-94abd08f3c7140ab8666b7c2262c1584", + "input": "Category: HISTORY \nClue: During World War II, the United States ruled this island on behalf of Denmark", + "output": [ + "greenland" + ] + }, + { + "id": "openseek-7-c6e9436e38a94ca6a066946b7c63c474", + "input": "Category: YOU'VE GOT... \nClue: You might have this disease also called hydrophobia if you've been bitten by an infected dog", + "output": [ + "rabies" + ] + }, + { + "id": "openseek-7-7ff3bfd41c80450bb34d152d53c806c9", + "input": "Category: \"KID\"s RULE! \nClue: 4-word TV ad catchphrase that traditionally follows, \"Silly Rabbit...\"", + "output": [ + "\"trix are for kids\"" + ] + }, + { + "id": "openseek-7-d1e4534f60264ff6840ac5c81eaad565", + "input": "Category: SITCOM CENTRAL \nClue: Roz Doyle was his producer & call screener at Seattle's KACL Radio", + "output": [ + "frasier" + ] + }, + { + "id": "openseek-7-f6b269d7011e497ca82833b5d532bb79", + "input": "Category: NEWLY DISCOVERED CHEMICAL ELEMENTS? \nClue: A privately owned apartment gains its strength from this element", + "output": [ + "condominium" + ] + }, + { + "id": "openseek-7-836b7092b5f244ebbfc4c35d16e598a0", + "input": "Category: NINTH \nClue: Artsy types coexist with the butchers that give this district along Manhattan's Ninth Avenue its name", + "output": [ + "the meatpacking district" + ] + }, + { + "id": "openseek-7-eb4db955f4df4e9eb0535d6b8f0991a7", + "input": "Category: FRUITS & VEGETABLES \nClue: Loganberries are believed to be a hybrid of the blackberry & this red berry", + "output": [ + "the raspberry" + ] + }, + { + "id": "openseek-7-4da1ef26da4a4d50b8db9759f5b8dce0", + "input": "Category: MIDDLE T \nClue: To refrain from casting one's vote or from boozing it up", + "output": [ + "abstain" + ] + }, + { + "id": "openseek-7-8f19707d8a514f30aca6022050e3d21e", + "input": "Category: THE CARS \nClue: The video for \"Drive\" featured this Czech model whom Ric Ocasek drove up the aisle in 1989", + "output": [ + "paulina porizkova" + ] + }, + { + "id": "openseek-7-cab2e3d4edbe4b97baec1f6f13043ad4", + "input": "Category: U.S. GEOGRAPHY \nClue: Located on the Colorado River, it's the USA's largest man-made lake", + "output": [ + "lake mead" + ] + }, + { + "id": "openseek-7-e01b83c8ec8746bcb058dcbc4961342e", + "input": "Category: THE BIRDS & THE BEES \nClue: A nuthatch isn't an asylum, it's a bird that loves these nuts also called filberts", + "output": [ + "hazelnuts" + ] + }, + { + "id": "openseek-7-e191cec76299427f80287751925beda5", + "input": "Category: WACKY MATH \nClue: Joe Namath's Jet uniform No. divided by the title number of a TV police car driven by Martin Milner", + "output": [ + "1" + ] + }, + { + "id": "openseek-7-868b89d6255b4af9bf17806a73ff5f9e", + "input": "Category: HODGEPODGE \nClue: After hiring Reginald Barnett Hollingsworth to be your butler, you should address him this way", + "output": [ + "hollingsworth" + ] + }, + { + "id": "openseek-7-3b8e4a1ed44c4078a6b38e843d022356", + "input": "Category: DICTATORS & TYRANTS \nClue: From 1951 to 1960 this African dictator was the heavyweight champion of his country", + "output": [ + "idi amin" + ] + }, + { + "id": "openseek-7-9a19ab4c3f944b8791288176a78b8531", + "input": "Category: GERMAN LITERATURE \nClue: During World War I he fought on the Western Front & was wounded several times; he later wrote a 1929 novel about it", + "output": [ + "erich maria remarque" + ] + }, + { + "id": "openseek-7-67471d4ecf6946778767ce584cc47fe4", + "input": "Category: THE ANCIENTS \nClue: Demosthenes of Athens railed against Philip, \"Not even a barbarian... a vile fellow of\" this land", + "output": [ + "macedonia" + ] + }, + { + "id": "openseek-7-e717391594854f0dbd3ef9c4e040b6ba", + "input": "Category: WHEN THEY WERE IN COLLEGE \nClue: This supermodel from Somalia was discovered when she was a student at the University of Nairobi", + "output": [ + "iman" + ] + }, + { + "id": "openseek-7-5f5087bf4108420486d2721b524063e3", + "input": "Category: OBSOLETELY FABULOUS \nClue: Satellites & cable have largely replaced this animal-named indoor telescoping antenna", + "output": [ + "rabbit ears" + ] + }, + { + "id": "openseek-7-2d92d090cf524d6991f3f98cacd3b501", + "input": "Category: NOTABLE NAMES \nClue: He married Evita in 1945 & Isabel in 1961", + "output": [ + "juan perón" + ] + }, + { + "id": "openseek-7-a6982cfc09c84cb1bc064f0578896ac2", + "input": "Category: D.C.'IN YOU \nClue: (Cheryl of the Clue Crew) The White House has been known as this \"Mansion\", also the branch of our government that works here", + "output": [ + "executive" + ] + }, + { + "id": "openseek-7-11b227f0ddb94816acc93b7572d580d6", + "input": "Category: THE TOTAL NUMBER \nClue: Events in a heptathlon", + "output": [ + "7" + ] + }, + { + "id": "openseek-7-6986e906e7b5482380ba4c49072973bb", + "input": "Category: MOVIE TRIVIA \nClue: In \"The Wizard of Oz\", she was the first character to wear the ruby slippers", + "output": [ + "the wicked witch of the east" + ] + }, + { + "id": "openseek-7-c4daef9e8fa845c6bcc123360cf045cf", + "input": "Category: COUNTRY OF BIRTH \nClue: Dancer Peter Martins", + "output": [ + "denmark" + ] + }, + { + "id": "openseek-7-aa00fef6c75f4332b119be1a1dc32a6c", + "input": "Category: 2 VS, PLEASE \nClue: Last name of the 1904 Nobel Prize winner for Physiology or Medicine, dog", + "output": [ + "pavlov" + ] + }, + { + "id": "openseek-7-0b9913d427a44583a917f762e261a6b9", + "input": "Category: SYRIA'S EATING \nClue: Mansaf is this favorite meat cooked in a yogurt sauce", + "output": [ + "lamb" + ] + }, + { + "id": "openseek-7-e77a4591cda141fc803b6638f6452db8", + "input": "Category: SPLENDOR \nClue: The First Book of Chronicles says, \"Thine, O Lord, is the greatness, and the power, and\" this", + "output": [ + "the glory" + ] + }, + { + "id": "openseek-7-4cea15d5588d44ad8cff9bb1c14bd57a", + "input": "Category: SOUNDS GOOD TO ME \nClue: Also called a cembalo, it's the keyboard instrument heard here", + "output": [ + "harpsichord" + ] + }, + { + "id": "openseek-7-c5821845e7cb428dbae98ef22de15369", + "input": "Category: THE OLD WEST \nClue: Wyatt Earp's brother Morgan survived this 1881 gunfight but was murdered 5 months later", + "output": [ + "o.k. corral" + ] + }, + { + "id": "openseek-7-3680fcc03c4d4261b6e574074b1b815c", + "input": "Category: MEL BROOKS MOVIES \nClue: According to the title of Mel's 1995 film, this vampire is \"Dead and Loving It\"", + "output": [ + "dracula" + ] + }, + { + "id": "openseek-7-7b58bf7efc0f40658322fab1539c47fa", + "input": "Category: INNOVATION \nClue: On Oct. 1, 1942 Robert Stanley took off in the XP-59A as the first American leaving on one of these", + "output": [ + "a jet plane" + ] + }, + { + "id": "openseek-7-d57a5a0f0e6e418ea400b36559bc31a2", + "input": "Category: WE THINK \nClue: This author of \"An Essay Concerning Human Understanding\" once said, \"New opinions are always suspected\"", + "output": [ + "john locke" + ] + }, + { + "id": "openseek-7-2a11f121600e46d0b64ead47554340bf", + "input": "Category: SEGAL, SIEGEL OR SEAGAL \nClue: In 1938 he & Joe Shuster sold the rights to their Superman creation for $130", + "output": [ + "jerry siegel" + ] + }, + { + "id": "openseek-7-18dc94704f9246a694cac561d9c329b0", + "input": "Category: NEWSPAPER TOWNS \nClue: Jornal do Brasil", + "output": [ + "rio de janeiro" + ] + }, + { + "id": "openseek-7-d21beffd2a844b77a53915b1b178f897", + "input": "Category: YOU ARE SO FOXY! \nClue: The foxglove plant is the main source of this medicine used as a stimulant in damaged heart tissue", + "output": [ + "digitalis" + ] + }, + { + "id": "openseek-7-76d1ecd10b734a1ea802a71ef9aad126", + "input": "Category: \"FEE\", \"FI\", \"FO\", \"FUM\" \nClue: It's the length a lens will go to work", + "output": [ + "focus/focal length" + ] + }, + { + "id": "openseek-7-83f3cc539a8243a1a3c64f56d9cbe5c1", + "input": "Category: TITLE CHARACTERS \nClue: William Kennedy fictionalized his life in \"Legs\"", + "output": [ + "legs diamond" + ] + }, + { + "id": "openseek-7-c91b63c3b03a42e8b8cd5054737a5530", + "input": "Category: PRESIDENTIAL PASTIMES \nClue: Even when pushing 300 pounds, this 27th president enjoyed playing golf & tennis", + "output": [ + "taft" + ] + }, + { + "id": "openseek-7-48067fae83c048279f382f872cc2a1fb", + "input": "Category: THERE'S A \"WAY\" \nClue: This battle was waged from June 3-7, 1942", + "output": [ + "the battle of midway" + ] + }, + { + "id": "openseek-7-f0bbfa1bb1ce4481a90a620e845f3bd2", + "input": "Category: YOU, YOUR HEALTH & YOU \nClue: The American Academy of Dermatology told you to wear flip-flops to prevent this; Tinactin, stat!", + "output": [ + "athlete\\'s foot" + ] + }, + { + "id": "openseek-7-5b6b4a492c9044aaad2d13b0702aa852", + "input": "Category: SPORTS FIGURES \nClue: A 7-mile strip of highlway near Wilmington, N.C. was recently dedicated to this Chicago Bulls star", + "output": [ + "michael jordan" + ] + }, + { + "id": "openseek-7-ec3befc5c4674bd3a68c02fa8e77f359", + "input": "Category: ART SUPPLIES \nClue: A mop, one of these made from camel hair, is used for watercolors", + "output": [ + "brush" + ] + }, + { + "id": "openseek-7-80df799a800346d0b44e453529e4f831", + "input": "Category: ANIMALS \nClue: According to New York's Bronx Zoo, it's \"the most dangerous animal in the world\"", + "output": [ + "man" + ] + }, + { + "id": "openseek-7-e2574c365e45434ba163e18cd1873520", + "input": "Category: \"ACTION\"! \nClue: A decrease in economic activity; I couldn't bear it! I can't! I won't! I shan't!", + "output": [ + "a contraction" + ] + }, + { + "id": "openseek-7-c4d4265480f04ef18e08a4000c7a5cd0", + "input": "Category: \"TOUCH\" ME \nClue: Literally to make contact with a foundation, or to briefly communicate with someone", + "output": [ + "touch base" + ] + }, + { + "id": "openseek-7-16d88c6b466a49d7984013c6e1d3052c", + "input": "Category: FAMOUS FOLKS \nClue: During WWII this Geodesic Dome inventor headed mechanical engineering for the Board of Economic Warfare", + "output": [ + "buckminster fuller" + ] + }, + { + "id": "openseek-7-0c19e7b6906c44d898122652e4910dba", + "input": "Category: FOOD \nClue: This salad dressing is actually American; its name may come from the fact that it once contained caviar", + "output": [ + "russian dressing" + ] + }, + { + "id": "openseek-7-fccb64d3fe8f42e288b5b0e7e5ba462d", + "input": "Category: PLACES OF INCARCERATION \nClue: This rocky islet is the smallest of French Guiana's 3 Iles du Salut", + "output": [ + "devil\\'s island" + ] + }, + { + "id": "openseek-7-eec502310b324c00a9a5a8b9dc49d619", + "input": "Category: POT LUCK \nClue: Born in 1850, this future labor leader joined the cigarmakers' union at the age of 14", + "output": [ + "gompers" + ] + }, + { + "id": "openseek-7-293a57bef6124b159339a07f493c31b5", + "input": "Category: HERE COME THE \"COP\"S \nClue: Christian sect principally found in Egypt", + "output": [ + "coptics" + ] + }, + { + "id": "openseek-7-e6525a3604794dd2b6051368a302b3e2", + "input": "Category: BROADWAY \nClue: Winner of Tony & Oscar for royal role he's been identified with since '51", + "output": [ + "yul brynner" + ] + }, + { + "id": "openseek-7-0364b2b3a2554b37a2091b380a58db11", + "input": "Category: PLAYTIME \nClue: In 1977, Kenner sold gift certificates for toys based on this sci-fi film since the toys didn't exist yet", + "output": [ + "star wars" + ] + }, + { + "id": "openseek-7-4129ac57656c47848f8278e730159261", + "input": "Category: NO. 1 HITS \nClue: In 1986 she topped the charts with \"How Will I Know\" & \"The Greatest Love of All\"", + "output": [ + "whitney houston" + ] + }, + { + "id": "openseek-7-5d99f9e290a44281a944c2989dfc6394", + "input": "Category: FOOLS & FOLLIES \nClue: Proper name of what's been called Fulton's Folly", + "output": [ + "the clermont" + ] + }, + { + "id": "openseek-7-5f1bc71b30e14548a6cfbf1f91fc1211", + "input": "Category: COUNTRIES BY NEWSPAPER \nClue: The Connaught Telegraph & The Galway Advertiser", + "output": [ + "ireland" + ] + }, + { + "id": "openseek-7-7f401876e55d412aba542155b9f28a47", + "input": "Category: FACE BOOK \nClue: Pride & terror mix on Mr. Kurtz' face before he makes this final exclamation", + "output": [ + "the horror!" + ] + }, + { + "id": "openseek-7-189904f8a7804d8cbb977f3876348eb9", + "input": "Category: HISTORY \nClue: At the same time Joan of Arc led the French, Itzcoatl was leading this group in Mexico", + "output": [ + "aztecs" + ] + }, + { + "id": "openseek-7-4a5502ed03fe427c95b72bf5e43e2a51", + "input": "Category: NATIONAL FOODS \nClue: This breakfast treat with deep pockets was introduced to Americans at the 1964 World's Fair", + "output": [ + "belgian waffles" + ] + }, + { + "id": "openseek-7-a81bc625316745b2a29f09ac64d247ab", + "input": "Category: CITIZENSHIP TEST \nClue: Before Al Gore, he was the last president of the Senate", + "output": [ + "dan quayle" + ] + }, + { + "id": "openseek-7-3d3df91a37514f8b88f5fe2f00ff7058", + "input": "Category: BASEBALL NICKNAMES \nClue: \"Charlie Hustle\"", + "output": [ + "pete rose" + ] + }, + { + "id": "openseek-7-84e1caca8c3f4a01bdcc4a777dcc7c52", + "input": "Category: \"HOT\" AIR \nClue: A line in Rabelais' \"Gargantua and Pantagruel\" says to \"strike\" under this condition", + "output": [ + "while the iron is hot" + ] + }, + { + "id": "openseek-7-3f48df83fc6a4a06a275924a4d6a04dc", + "input": "Category: THEY GOT MILK, TOO? \nClue: In their \"got milk?\" ad, these tennis sisters said, \"Make ours doubles\"", + "output": [ + "the williams sisters" + ] + }, + { + "id": "openseek-7-f878366fe8f4403197c5f073c92b504e", + "input": "Category: POLL-POURRI \nClue: As of 2010, almost 30% of U.S. households can be reached only on these, perhaps skewing pollsters' samples", + "output": [ + "cell phones" + ] + }, + { + "id": "openseek-7-1f7b0b9dceac4d838112ec56e675169a", + "input": "Category: MAKE IT \"SO\" \nClue: The law officer of the U.S. government just below the Attorney General", + "output": [ + "a solicitor general" + ] + }, + { + "id": "openseek-7-c155c43be17d4f919fa2fc8d0b490064", + "input": "Category: POETS' RHYME TIME \nClue: Ogden's shindigs", + "output": [ + "nash\\'s bashes" + ] + }, + { + "id": "openseek-7-539c518c15a941239d5f7646ec0cb546", + "input": "Category: NATIONAL MONUMENTS \nClue: George Custer's men are buried in a cemetery in the national monument named for this river", + "output": [ + "little bighorn" + ] + }, + { + "id": "openseek-7-a7ca6cc35d6a4a55bc6da8b368379f8e", + "input": "Category: LET'S DANCE \nClue: Proverbially, \"It Takes Two\" to perform this Latin dance", + "output": [ + "tango" + ] + }, + { + "id": "openseek-7-f753604e58f349bba166b4a9086cdd33", + "input": "Category: \"U\" KNOW YOU KNOW \nClue: Whether fast or slow, how the ball is pitched in softball", + "output": [ + "underhand" + ] + }, + { + "id": "openseek-7-a72125d597704da69624b53f2199563d", + "input": "Category: WORLD TRAVEL \nClue: Shopping for summer hats & handbags? Head for the Straw Market in Nassau in this island group", + "output": [ + "bahamas" + ] + }, + { + "id": "openseek-7-d1b878287c3d4391b164d9e05ddbb8eb", + "input": "Category: HISTORIC EUROPEAN LEADERS \nClue: Succeeding his brother Richard the Lionhearted as king, he also succeeded in alienating everyone he knew", + "output": [ + "john lackland" + ] + }, + { + "id": "openseek-7-b1e7bae84a3c46aeb02de8756e37fe07", + "input": "Category: HAPPY FEDERAL HOLIDAY! \nClue: Matthew Maguire, a machinist, played a big role in staging the first parade for this holiday in NYC in September 1882", + "output": [ + "labor day" + ] + }, + { + "id": "openseek-7-e13bd9e498d144b79924282d749e2fed", + "input": "Category: \"WHIP\"S & \"CHAIN\"S \nClue: Light one cigarette from the previous one, smoke until done, repeat; don't try this at home, kids", + "output": [ + "chain smoke" + ] + }, + { + "id": "openseek-7-d9c32c97a961416d91a23cd78a9a5a46", + "input": "Category: \"Y\"s \nClue: This 3-letter \"Y\" word begins the title of over 125 Billboard Top 40 hits", + "output": [ + "you" + ] + }, + { + "id": "openseek-7-a2dafaba200c4f84ae1e3d506dbd0e37", + "input": "Category: \"GENERAL\" JOB INFORMATION \nClue: It's the rank just below (the very model of a modern) major general", + "output": [ + "brigadier general" + ] + }, + { + "id": "openseek-7-244524a6dda6494d8460361d288a4014", + "input": "Category: 2 VOWELS, ONE CONSONANT \nClue: A charge for services", + "output": [ + "fee" + ] + }, + { + "id": "openseek-7-b864f3b5910c417baa16a478c888e100", + "input": "Category: JUST DESERTS \nClue: Part of the Chihuahuan Desert lies in Chihuahua, one of this country's most prosperous states", + "output": [ + "mexico" + ] + }, + { + "id": "openseek-7-e9b9d61f9b1243ebbc89dc3adcc62648", + "input": "Category: SOUP ALPHABET \nClue: \"B\" is for this thin soup; Swanson's makes beef, chicken & vegetable varieties", + "output": [ + "broth" + ] + }, + { + "id": "openseek-7-3cdfbeec44e94303bbfd37483b196c96", + "input": "Category: DOUBLE TALK \nClue: This Chinese pianist has appeared with the world's great orchestras & has his own Adidas shoe", + "output": [ + "lang lang" + ] + }, + { + "id": "openseek-7-1578e3fdf8f94b519fb9218280de2187", + "input": "Category: FAKE ROCK BANDS & SINGERS \nClue: Not The Who but The Why played the Polk High School Reunion on this sitcom that featured Al & Peg Bundy", + "output": [ + "married... with children" + ] + }, + { + "id": "openseek-7-d44d4a976fe441d8a88c16dec1dcbd2e", + "input": "Category: NO LONGER AN OLYMPIC SPORT \nClue: Surprisingly, this internationally popular sport similar to football hasn't been played in the Olympics since 1924", + "output": [ + "rugby" + ] + }, + { + "id": "openseek-7-7f2b5bdad3444f6281d0c4642593dd6a", + "input": "Category: TRANSPORTATION \nClue: Developed in the 1830s, this cab named for its inventor put the driver on an elevated seat in the rear", + "output": [ + "a hansom" + ] + }, + { + "id": "openseek-7-0959e8338c3d4384a8bf5d021234e95d", + "input": "Category: CURSES! \nClue: Snidely Whiplash would often say \"Curses! Foiled Again!\" after being arrested by this animated Canadian Mountie", + "output": [ + "dudley do-right" + ] + }, + { + "id": "openseek-7-e6783dd244504462b4e3e316ffc51193", + "input": "Category: 12-LETTER WORDS \nClue: It's a break period between play acts when you can stretch your legs", + "output": [ + "intermission" + ] + }, + { + "id": "openseek-7-f5cddf683a8d47a6b34cb85769462ab1", + "input": "Category: GIVE \"P\"s A CHANCE \nClue: You might need \"jacks or better\" to open when playing this game", + "output": [ + "poker" + ] + }, + { + "id": "openseek-7-94740c494a7d4639ae32661362aefc5c", + "input": "Category: FOR ALL YOU LATIN LOVERS \nClue: Often used in the plural, this synonym for wedding goes back to the Latin verb nubere, \"to take a husband\"", + "output": [ + "nuptials" + ] + }, + { + "id": "openseek-7-6f254174c601419c8bc7bd8c4913738c", + "input": "Category: POETS \nClue: This baron was England's poet laureate from 1850 to 1892, longer than anyone else", + "output": [ + "alfred lord tennyson" + ] + }, + { + "id": "openseek-7-7440ad458c064a0c82122f652185c40c", + "input": "Category: THE VILLAGE \nClue: An armistice to end the Korean War was signed at this village in July 1953", + "output": [ + "panmunjom" + ] + }, + { + "id": "openseek-7-f756012f9b26443c993bd6212bc2a893", + "input": "Category: THE OTHER 2 LITTLE PIGS REBUILD \nClue: They say \"people who live in\" these \"houses shouldn't throw stones\", but if it's 9 inches thick, Pig 1 says fire away!", + "output": [ + "glass houses" + ] + }, + { + "id": "openseek-7-a7b58c388a8b4d46bc15f6fe42d51a55", + "input": "Category: TV SHOWS ON THE MAP \nClue: The title of this Robert Urich show ended with a dollar sign", + "output": [ + "vega$" + ] + }, + { + "id": "openseek-7-dcb4f6d78e884f95b9474ffe780de06f", + "input": "Category: TAIPEI PERSONALITY \nClue: He was driven into exile in Taiwan in 1949; today his name is on the international airport in Taipei", + "output": [ + "chiang kai-shek" + ] + }, + { + "id": "openseek-7-a20a722d9f87413dbe4bffa56a8220e2", + "input": "Category: TRANSPORTATION \nClue: The \"Baltimore\" type of this sailing ship originated in the Chesapeake Bay region in the 1800s", + "output": [ + "a clipper ship" + ] + }, + { + "id": "openseek-7-4bf87dbbd49942109b0062d68a61f9a2", + "input": "Category: THE BIBLE \nClue: God told Moses to place the 10 Commandments in this container", + "output": [ + "the ark of the covenant" + ] + }, + { + "id": "openseek-7-cf74f31dd6da4b308ce387fce271bd96", + "input": "Category: EAT IT, BEAT IT OR TREAT IT \nClue: Tinea", + "output": [ + "treat it" + ] + }, + { + "id": "openseek-7-fecd8495eea4421281f974054998c0cf", + "input": "Category: THE WHITE HOUSE \nClue: She said she enjoys using Franklin Pierce's china in the White House because he's a distant relative", + "output": [ + "barbara bush" + ] + }, + { + "id": "openseek-7-ca33a07be0ef455cb0b925473f86dd7d", + "input": "Category: SAINTS \nClue: When one of these tried to swallow St. Margaret, she should have called St. George", + "output": [ + "a dragon" + ] + }, + { + "id": "openseek-7-d4cc3640e2d94e57a5c3633fd011d1b4", + "input": "Category: PRESIDENTIAL NICKNAMES \nClue: \"The Surveyor President\"", + "output": [ + "george washington" + ] + }, + { + "id": "openseek-7-aac7f99c4bbb4922826c122644aad655", + "input": "Category: B__D \nClue: Hef's home in Chicago was famous for its round one", + "output": [ + "bed" + ] + }, + { + "id": "openseek-7-eb6e8e81bd074bef896037a6006d1a19", + "input": "Category: HOW OFTEN DOES IT HAPPEN? \nClue: Fortnightly", + "output": [ + "every 2 weeks" + ] + }, + { + "id": "openseek-7-5d860e56ff1048a98fc291f0946e311b", + "input": "Category: AROUND THE WORLD \nClue: The name of these South American mountains may be derived from anti, a Quechuan word for \"east\"", + "output": [ + "andes" + ] + }, + { + "id": "openseek-7-e3985ed5e9464709b5e37fd79d1f5974", + "input": "Category: PRESIDENTIAL NICKNAMES \nClue: \"Butcher from Galena\"", + "output": [ + "grant" + ] + }, + { + "id": "openseek-7-1f9b69fc1e5f4b59932eb786dba1ebc8", + "input": "Category: THE U.S.S. CONSTITUTION \nClue: He wrote the poem that saved the ship from the scrap heap in the 1830s", + "output": [ + "oliver wendell holmes" + ] + }, + { + "id": "openseek-7-6cc54cc27b1e4ad6a8d3c668e90bd571", + "input": "Category: GAMES \nClue: Before starting out in this game, \"It\" usually shouts \"Ready or not, here I come\"", + "output": [ + "hide and seek" + ] + }, + { + "id": "openseek-7-9a5bcb2c5f9a45de898e7931d7a84d83", + "input": "Category: \"OO\" 7-LETTER WORDS \nClue: To deceive or cheat, possibly at this variety of pool", + "output": [ + "snooker" + ] + }, + { + "id": "openseek-7-8336f87440b941cb841f56d85ec9565b", + "input": "Category: \"D\"LIGHTFUL \nClue: It can be the spoken lines in a script or a conversation between 2 people", + "output": [ + "dialogue" + ] + }, + { + "id": "openseek-7-1456ad1b32d04c64b73f87fe45a03d8a", + "input": "Category: PLAY THIS \nClue: In New Super Mario Bros., Mario can go head-to-head against this brother of his", + "output": [ + "luigi" + ] + }, + { + "id": "openseek-7-f8bae2ed8d4d425d86aa4d12e6590098", + "input": "Category: ASSASSINATIONS \nClue: For a short time, Diego Rivera was a suspect in the 1940 murder of this man", + "output": [ + "leon trotsky" + ] + }, + { + "id": "openseek-7-a382c3f73b55445ab5cc9112a25b1f89", + "input": "Category: POPE-ULARITY CONTEST \nClue: 16th century pope Julius III appointed Palestrina choirmaster at this basilica", + "output": [ + "st. peter\\'s" + ] + }, + { + "id": "openseek-7-3a4861c91748481791574b3b4fb5917e", + "input": "Category: BOOKS BY CELEBRITIES \nClue: In collaboration with Weight Watchers, she shares some low cal fare in \"Dining With the Duchess\"", + "output": [ + "sarah ferguson" + ] + }, + { + "id": "openseek-7-ba82a316cc3146dbbc0184604099cd73", + "input": "Category: HOLY PLACE NAMES \nClue: (Sarah of the Clue Crew in Alaska) Michael, pictured in The Bishop's House, holds this title, which was also what the Russians called Sitka", + "output": [ + "archangel" + ] + }, + { + "id": "openseek-7-dac8d685e10c4c7abfb71afc097de7dc", + "input": "Category: ARLINGTON NATIONAL CEMETERY \nClue: In 1955 Arlington House was dedicated as a memorial to this Confederate general, who once lived there", + "output": [ + "robert e. lee" + ] + }, + { + "id": "openseek-7-8c2adfffddb24b8684fcf141ac65c545", + "input": "Category: WEATHER \nClue: Silver iodide or dry ice is used to do this to a cloud", + "output": [ + "seed it" + ] + }, + { + "id": "openseek-7-307b928b65e941df80ed8be30bca861d", + "input": "Category: RIVERS \nClue: The mouth of this 2315-mile-long river lies in the Mississippi River 17 miles above St. Louis", + "output": [ + "the missouri" + ] + }, + { + "id": "openseek-7-2b26dceadc6f4277accc8dd2d766ff06", + "input": "Category: \"NO\" WAY \nClue: Adjacent border towns in Arizona & Mexico share this name", + "output": [ + "nogales" + ] + }, + { + "id": "openseek-7-b333d1be5c9f4156b04f807c591493d9", + "input": "Category: ACTRESSES \nClue: Her steamy love scenes with Mel Gibson heated up the screen in \"The Year of Living Dangerously\"", + "output": [ + "sigourney weaver" + ] + }, + { + "id": "openseek-7-af36ad1c830047b7b1444d395844de07", + "input": "Category: HI, I \"Q\" \nClue: It's a synonym for idiosyncrasy", + "output": [ + "quirk" + ] + }, + { + "id": "openseek-7-bb4d1675b8134099a6bfddf03365952c", + "input": "Category: TIME FOR A HAIRCUT \nClue: Lucille Ball popularized the short, curly style named for this dog breed", + "output": [ + "a poodle" + ] + }, + { + "id": "openseek-7-553acc6f2eb045e5a82550ae75ec4a8e", + "input": "Category: ALL ABOUT PRESIDENTS \nClue: I might worry about hanging around with him--he was nicknamed the \"Hangman of Buffalo\"", + "output": [ + "grover cleveland" + ] + }, + { + "id": "openseek-7-9a637a25ce27432d9d40299dc0fd7c4d", + "input": "Category: LIGHTEN UP! \nClue: On August 9, 1988 the Cubs' first game under this stadium's new lights was postponed due to rain", + "output": [ + "wrigley field" + ] + }, + { + "id": "openseek-7-d8ed9bca40d34eddaafbd07f9c343ce0", + "input": "Category: SOUND LIKE A LOCAL \nClue: It follows \"Pitts-\" in the U.S. & \"Edin-\" in Scotland; we'll accept either pronunciation", + "output": [ + "burgh" + ] + }, + { + "id": "openseek-7-d216af7e4f164161b75ebff2cbb09598", + "input": "Category: PRESIDENTS & FIRST LADIES \nClue: Before reaching the Oval Office, this bachelor president served as minister to Russia in the 1830s", + "output": [ + "james buchanan" + ] + }, + { + "id": "openseek-7-3e190ecb3abf4348b20d4643aa337143", + "input": "Category: VIDEO POTPOURRI \nClue: The items seen here are designed for use on this natural surface:", + "output": [ + "snow" + ] + }, + { + "id": "openseek-7-4f112e656c75405790ec7d5af9028ae5", + "input": "Category: BEFORE THEY WERE POPES \nClue: This pope who called the Second Vatican Council was a quiet church conformist until his 1958 election", + "output": [ + "pope john xxiii" + ] + }, + { + "id": "openseek-7-cd5295f0389f45e5be2fd21d4aea04cb", + "input": "Category: NEW HOLLYWOOD \nClue: At this famed intersection, the Brown Derby was succeeded by hip-hop hot spots like Basque", + "output": [ + "hollywood & vine" + ] + }, + { + "id": "openseek-7-95efd49df3d94cf6975636bbed11e760", + "input": "Category: ANIMAL FARM \nClue: The crested this is the biggest African rodent, & has a really good defense system, too", + "output": [ + "the crested porcupine" + ] + }, + { + "id": "openseek-7-87120b62b20c4e20aa9b9a3f77731fb3", + "input": "Category: TRANSPORTATION \nClue: Russia's Lunokhod I was the first wheeled vehicle used here", + "output": [ + "the moon" + ] + }, + { + "id": "openseek-7-65ff3b746da7412db26fdfbae5964151", + "input": "Category: GRAND OL' OPERA \nClue: Its 4 musical dramas are \"Das Rheingold\", \"Die Walkure\", \"Siegfried\" & \"Gotterdammerung\"", + "output": [ + "\"the ring of the nibelung\"" + ] + }, + { + "id": "openseek-7-2e3c7c1d9bb54156a40349f03674e351", + "input": "Category: PIZZA TOPPINGS \nClue: These on your pizza may be fire-roasted, sun-dried, or just fresh sliced Romas", + "output": [ + "tomatoes" + ] + }, + { + "id": "openseek-7-76662043ef7248b7bd3b6b27a8f3eb70", + "input": "Category: ROMANS \nClue: Vespasian, a poor man's son who became emperor in 69 A.D., began this dynasty that lent its name to an amphitheater", + "output": [ + "the flavian dynasty" + ] + }, + { + "id": "openseek-7-3f8ab358489e4bcd916dbfe3dba0eac4", + "input": "Category: NUMBERS \nClue: Numbers appears at this number position in the order of the books of the Bible", + "output": [ + "fourth" + ] + }, + { + "id": "openseek-7-d611f06b40804e25b9c12757c51a599e", + "input": "Category: L.A. AREA MUSEUMS \nClue: Periodically, his Western Heritage Museum in Griffith Park hosts Western serenades", + "output": [ + "gene autry" + ] + }, + { + "id": "openseek-7-326a7d036d1c4866b64ba5d394a783f9", + "input": "Category: 19th C. AMERICA \nClue: The 1848 Treaty of Guadalupe Hidalgo made the Rio Grande the border between Mexico & this state", + "output": [ + "texas" + ] + }, + { + "id": "openseek-7-64a07b8434e64b5caf8c3549bedb1382", + "input": "Category: SEA WORLD \nClue: About 36,000 feet down you'll find the world's deepest spot in this \"trench\" southwest of Guam", + "output": [ + "marianas trench" + ] + }, + { + "id": "openseek-7-f449803fec384d0aa388f89355ad0447", + "input": "Category: THE ANIMAL KINGDOM \nClue: Of living birds, its eggs are the largest, weighing about 3 pounds on the average", + "output": [ + "an ostrich" + ] + }, + { + "id": "openseek-7-94421711e0914aad9c009d833e1d4cc7", + "input": "Category: CURLING UP \nClue: In a \"sweeping\" 1968 change, the Scotch Cup gave way to the Silver this as the world championship trophy", + "output": [ + "broom" + ] + }, + { + "id": "openseek-7-19244f3960bd4570813249115ad27c8f", + "input": "Category: MATH & SCIENCE \nClue: The photosphere, the visible surface of this, is actually the innermost layer of its atmosphere", + "output": [ + "the sun" + ] + }, + { + "id": "openseek-7-2d3f8d4e081842b2935314305e31dc71", + "input": "Category: CLASSIC TOYS \nClue: Invented to be a synthetic rubber compound during WWII, it was first sold as Gooey Gupp", + "output": [ + "silly putty" + ] + }, + { + "id": "openseek-7-792e58f5fecf49419504783aba7b9cb6", + "input": "Category: WITCHCRAFT \nClue: A witch may c-a-s-t one of these to influence events", + "output": [ + "spell" + ] + }, + { + "id": "openseek-7-63220f24d2ce416fab346a7007398334", + "input": "Category: CLASSICAL MUSIC \nClue: This Italian composer known for his Concerti Grossi, Opus 6, played violin, not mandolin", + "output": [ + "corelli" + ] + }, + { + "id": "openseek-7-a987fffa1de840ce96b48417fbdec1dc", + "input": "Category: 5-LETTER WORDS \nClue: When the moon hits your eye like a big pizza pie, that's this type of reef-dwelling eel", + "output": [ + "a moray" + ] + }, + { + "id": "openseek-7-91917336f60644d0bd9321eb2e5447da", + "input": "Category: COMPOUND WORDS \nClue: April brings the National Safety Week for these places--uh-oh, that swing's looking rusty", + "output": [ + "playgrounds" + ] + }, + { + "id": "openseek-7-376939da02ad45279123ecc10a96cab0", + "input": "Category: YULETIDE FAVORITES \nClue: This song's Latin chorus, \"Gloria in Excelsis Deo\", means \"Glory to God in the Highest\"", + "output": [ + "\"angels we have heard on high\"" + ] + }, + { + "id": "openseek-7-3b2796243a49472383e0ed112cce907e", + "input": "Category: BRITISH CHILDREN'S AUTHORS \nClue: Richard Adams originally told this rabbit tale to amuse his young daughters", + "output": [ + "watership down" + ] + }, + { + "id": "openseek-7-8989bf2fee81442180e35ce2e5af4b50", + "input": "Category: GET YOUR SITH TOGETHER \nClue: He played Senator Bail Organa, Princess Leia's adoptive father", + "output": [ + "jimmy smits" + ] + }, + { + "id": "openseek-7-08e339823b53431eb9e172a09aa1d3f2", + "input": "Category: CONGRESS \nClue: The number of senators necessary to make a quorum", + "output": [ + "51" + ] + }, + { + "id": "openseek-7-fb9af92b7799420e890f6ae3455bf249", + "input": "Category: PRIESTS \nClue: It's the priestly class of Hinduism", + "output": [ + "brahmans" + ] + }, + { + "id": "openseek-7-0a8d0c14d3dd44c38832a4a5f5151d6d", + "input": "Category: ANIMAL SONGS \nClue: A children's song in which rodents lose their tails, or a Ken Auletta book about CBS, NBC & ABC", + "output": [ + "\"three blind mice\"" + ] + }, + { + "id": "openseek-7-269922dc679d466297baca24431c8692", + "input": "Category: LITERARY HODGEPODGE \nClue: In her native Denmark, her book \"Out of Africa\" is called \"Den Afrikanske Farm\"", + "output": [ + "isak dinesen/karen blixen" + ] + }, + { + "id": "openseek-7-6ce450c7da6541b3b7bc4e336e65a1a5", + "input": "Category: GEOGRAPHIC QUOTATIONS \nClue: Hitler asked, \"Is\" this city \"burning?\" on August 25, 1944, the day it was liberated", + "output": [ + "paris" + ] + }, + { + "id": "openseek-7-88a97fd7d76d47b28c09832b49b3beee", + "input": "Category: AN ATOMIC CATEGORY \nClue: John Dalton figured that in water, an atom of this was 8 times heavier than an atom of hydrogen", + "output": [ + "oxygen" + ] + }, + { + "id": "openseek-7-cb2296b5103149619c3a3e59dae416db", + "input": "Category: JACKIE ROBINSON \nClue: Hall of Fame executive who went out on a \"limb\" to bring Robinson to the majors", + "output": [ + "branch rickey" + ] + }, + { + "id": "openseek-7-ad360ef30e0942fcb216d84a1876b710", + "input": "Category: DESPERATE MEASURES \nClue: It holds 31 to 42 gallons of a liquid -- oil for example", + "output": [ + "barrel" + ] + }, + { + "id": "openseek-7-48c6517511754758af827b32c35965e2", + "input": "Category: NAME THAT STOOGE \nClue: This final new Stooge had made his own series of comedy shorts for Columbia in the 1940s:", + "output": [ + "\"curly joe\" derita" + ] + }, + { + "id": "openseek-7-f0979347e44742c49dba4f9e96f2ea53", + "input": "Category: DOUBLE TALK \nClue: It's another term for antiaircraft fire", + "output": [ + "ack-ack" + ] + }, + { + "id": "openseek-7-2e069350ea3e410092d6c164cc33a92c", + "input": "Category: \"RIGHT\"IES \nClue: A person who builds & launches wooden sailing vessels", + "output": [ + "a shipwright" + ] + }, + { + "id": "openseek-7-2a4ff209b0f644c3bd4ca08c387a709d", + "input": "Category: GANGSTER TALK \nClue: I'm not \"No. 1\", but to the Feds I'm this title of a 1931 Cagney film", + "output": [ + "public enemy" + ] + }, + { + "id": "openseek-7-a429b3ef178e4e908d4ac69e7199e955", + "input": "Category: COLORFUL PEOPLE \nClue: She Hebraized her last name in 1956 & later became a prime minister", + "output": [ + "golda meir" + ] + }, + { + "id": "openseek-7-caa18105c9894743b103b25e1139c35e", + "input": "Category: WHATCHA EATIN'? \nClue: A bagel with \"schmear\"--this dairy product developed in 1872", + "output": [ + "cream cheese" + ] + }, + { + "id": "openseek-7-3dc0599b4d5e41d8ae5d42b5a44b037b", + "input": "Category: STATE CAPITALS \nClue: Most of this South Carolina city was destroyed by fire in 1865; Sherman's troops claimed it was an \"accident\"", + "output": [ + "columbia" + ] + }, + { + "id": "openseek-7-4494b1ec076942e0a4b274998f653f33", + "input": "Category: THE \"N\" CROWD \nClue: Once in the news himself, today this marine colonel hosts \"War Stories\" on the Fox News Channel", + "output": [ + "north" + ] + }, + { + "id": "openseek-7-442a898d379b4c099777eac7486f963a", + "input": "Category: PEOP\"L\" \nClue: Although this \"Lone Eagle\" was a civilian, he flew about 50 combat missions towards the end of World War II", + "output": [ + "charles lindbergh" + ] + }, + { + "id": "openseek-7-0333cb77bb374d2589bc2080de8f3448", + "input": "Category: THE DAN BAND \nClue: This jazz-rock group had hits with \"Reeling in the Years\" & \"Rikki Don't Lose That Number\"", + "output": [ + "steely dan" + ] + }, + { + "id": "openseek-7-761a5fee2d60456da313c8948e5df8fb", + "input": "Category: WHEN DID IT HAPPEN? \nClue: The Sons of Liberty threw one heck of a tea party in Boston on Dec. 16 of this year", + "output": [ + "1773" + ] + }, + { + "id": "openseek-7-6dd427913390405a93404405a910ff92", + "input": "Category: U.S. HISTORY \nClue: His \"Narrative of the Expedition of an American Squadron to the China Seas & Japan\" was published in 1856", + "output": [ + "commodore matthew perry" + ] + }, + { + "id": "openseek-7-26a7576c11a34467bf074bed7b015273", + "input": "Category: CLASSICAL MYTHOLOGY \nClue: Some say this underworld canine has serpents entwined around his multiple necks", + "output": [ + "cerberus" + ] + }, + { + "id": "openseek-7-c4e1fc435c664d7c88bd4586bbe4629d", + "input": "Category: \"D\" IN SCIENCE \nClue: About 1 hydrogen atom in 6,500 is this isotope", + "output": [ + "deuterium" + ] + }, + { + "id": "openseek-7-e9e319725dde4fe799d6ccb6ed7e9adf", + "input": "Category: PRESIDENTS \nClue: Though only 5'7\", this founding father was called \"The Colossus of Independence\"", + "output": [ + "john adams" + ] + }, + { + "id": "openseek-7-4e8bbd42e56d4f28957a90b2a2dd203d", + "input": "Category: TRAVEL & TOURISM \nClue: This capital's O'Connell Street, one of Europe's widest, was previously called Sackville Street", + "output": [ + "dublin" + ] + }, + { + "id": "openseek-7-30ccce96ddac44c9997c228230ab3755", + "input": "Category: \"PICK\" ME! \nClue: Literally meaning to pluck lice eggs, it also means to complain about the smallest details", + "output": [ + "a nitpick" + ] + }, + { + "id": "openseek-7-c65b106c953347139509fe8757634e3b", + "input": "Category: KEY WORDS \nClue: This company added a remote keyless entry system to its 1996 Miata M edition", + "output": [ + "mazda" + ] + }, + { + "id": "openseek-7-9013ad30c6d14e56a2de831db4440078", + "input": "Category: ELVIS MOVIES \nClue: Mary Stone on \"The Donna Reed Show\", she was the only female to co-star with Elvis in 3 films", + "output": [ + "shelley fabares" + ] + }, + { + "id": "openseek-7-cd7b6f5f23b940df99facdca66b2f005", + "input": "Category: MOVIE MR. & MRS. \nClue: In a 1992 movie, he played comic Buddy Young Jr., \"Mr. Saturday Night\"", + "output": [ + "billy crystal" + ] + }, + { + "id": "openseek-7-8f514a90201f47dd93d46809ee5e0be4", + "input": "Category: WAAAY DOWN SOUTH \nClue: In Antarctica, Mount Erebus occupies an island at the edge of this ice shelf", + "output": [ + "ross ice shelf" + ] + }, + { + "id": "openseek-7-9cd1293ff6274f80ae8404625ed04885", + "input": "Category: SOUNDS LIKE BEFORE & AFTER \nClue: This guy's vessel that's filled with animals 2 by 2 is quite the fixture on the Champs Elysees", + "output": [ + "noah\\'s arc de triomphe" + ] + }, + { + "id": "openseek-7-124313bcb1784cf28421ef148e461074", + "input": "Category: PEOPLE \nClue: In April 2010 People reported this daughter of Tom Cruise is turning 4 with a style all her own", + "output": [ + "suri" + ] + }, + { + "id": "openseek-7-0e10808ed98d4ca79ed261c06ca0aba9", + "input": "Category: GOING FOR BAROQUE \nClue: New types of vocal music emerged during the Baroque period including monody, a style with this many melodic lines", + "output": [ + "one" + ] + }, + { + "id": "openseek-7-3b37d4d88d8144178f753497df51e57b", + "input": "Category: SHAKESPEARE \nClue: Cobweb is a fairy, not a spider, in this comedy", + "output": [ + "a midsummer night\\'s dream" + ] + }, + { + "id": "openseek-7-f4770a113af3477db591eddd32fe6645", + "input": "Category: THE NATIONAL GALLERY OF ART \nClue: The National Gallery has several works by this American, including his seascape \"Breezing Up (A Fair Wind)\"", + "output": [ + "homer" + ] + }, + { + "id": "openseek-7-f06cc41ba0cd4be4ae42e0c1cad009b6", + "input": "Category: BELT \nClue: In Arabic mintaka is \"belt\", alnitak means \"girdle\" & alnilam means \"belt of pearls\" for 3 stars in this constellation", + "output": [ + "orion" + ] + }, + { + "id": "openseek-7-7ce04b14bf644a649ca74762892d0d7b", + "input": "Category: ISLANDS \nClue: Named by Abel Tasman, Grotte Eylandt is the biggest island in this country's Gulf of Carpentaria", + "output": [ + "australia" + ] + }, + { + "id": "openseek-7-410bba86438f47eb8e11f16fe3dbdfc8", + "input": "Category: THE SPORTING LIFE \nClue: Moose Goheen, Moose Johnson, Moose Watson & Bobby Hull are all in this sport's hall of fame", + "output": [ + "ice hockey" + ] + }, + { + "id": "openseek-7-cfa9a79235c84cd7a3b7ba8c80fe65dd", + "input": "Category: SCIENCE & NATURE \nClue: In 1997 the world said \"Hello Dolly\" to one of these mammals, the first successfully cloned", + "output": [ + "a sheep" + ] + }, + { + "id": "openseek-7-a2d53d681d354fc8a029a8e78b5d3454", + "input": "Category: ASIAN RIVERS \nClue: The 710-mile-long Kapuas River, Indonesia's longest, is on this third-largest island in the world", + "output": [ + "borneo" + ] + }, + { + "id": "openseek-7-578c79aeb31840419f505276ee9add20", + "input": "Category: COLLEGE TEAM NICKNAMES \nClue: The University of Maryland's reptilian representatives", + "output": [ + "terrapins" + ] + }, + { + "id": "openseek-7-8e733a9b40bb4fc68fdf583cd10b7a66", + "input": "Category: FRENCH FILM REMAKES \nClue: In this \"colorful\" 1984 remake of \"Pardon mon affaire\", Gene has a wilder time than Jean Rochefort did", + "output": [ + "the woman in red" + ] + }, + { + "id": "openseek-7-65b6a24594f34b149040ad6762ea676d", + "input": "Category: LESSER-KNOWN NAMES \nClue: Union soldier John McTammany was on a roll when he invented this honky-tonk musical instrument", + "output": [ + "player piano" + ] + }, + { + "id": "openseek-7-106a9edb04b74428be0d9be031413aeb", + "input": "Category: SUITES \nClue: This Spaniard was noted for his interpretations of Bach's suites for unaccompanied cello", + "output": [ + "pablo casals" + ] + }, + { + "id": "openseek-7-aac6c7467f9d4072be532df6a71f23d8", + "input": "Category: HERBS & SPICES \nClue: A classic addition to rye bread, these seeds are also used to flavor schnapps & aquavit", + "output": [ + "caraway" + ] + }, + { + "id": "openseek-7-caba752f8ed94cbc9bc3399db0419fcc", + "input": "Category: HYPHENATES \nClue: This vertically challenged French artist turned to lithographs in the 1890s; entertainer Yvette Guilbert was a subject", + "output": [ + "toulouse-lautrec" + ] + }, + { + "id": "openseek-7-fc3092c787af43f7940175b32c02218b", + "input": "Category: ACTRESSES IN HISTORY \nClue: She was born Emilie Charlotte Le Breton on the island of Jersey in 1853", + "output": [ + "lillie langtry" + ] + }, + { + "id": "openseek-7-a32746a765984e44a27476af4528098e", + "input": "Category: AMERICAN HERSTORY \nClue: Before she was the first black woman in Congress, she was the second in the New York State Assembly", + "output": [ + "shirley chisholm" + ] + }, + { + "id": "openseek-7-1ffb5fc2d9e74ac8b6ecb0a301af4503", + "input": "Category: \"L.L.\" \nClue: Billionaire nemesis of Superman", + "output": [ + "lex luthor" + ] + }, + { + "id": "openseek-7-361115b7592d4e3e9df02defca7f4cd2", + "input": "Category: FIRST NOVELS \nClue: This author's 1st book, \"Betty Zane\", was an historical novel about his mother's ancestors", + "output": [ + "zane grey" + ] + }, + { + "id": "openseek-7-5d634c3a2ecd47a09d6fa7331c084ede", + "input": "Category: HOSPITALS \nClue: An L.A. hospital is named for this fellow, the subject of a parable in Luke", + "output": [ + "the good samaritan" + ] + }, + { + "id": "openseek-7-c9e51272994b493dba59ab14a59fa1b8", + "input": "Category: WINE \nClue: This famous chateau releases some wine under its second label, Les Carruades de Lafite", + "output": [ + "chateau lafite rothschild" + ] + }, + { + "id": "openseek-7-2b87acbaf0544b879b4f5b8ace6e7832", + "input": "Category: FOOD \nClue: California vegetable with a crown & a heart", + "output": [ + "an artichoke" + ] + }, + { + "id": "openseek-7-49e615b0675b4db4b45f8a2351d612a3", + "input": "Category: GOSPEL TRUTH \nClue: Call Greenpeace! In Matthew 4 Peter & Andrew left these in the sea when Jesus called them", + "output": [ + "their nets" + ] + }, + { + "id": "openseek-7-357c4de7ae48414081486cbea5dbc1f0", + "input": "Category: LET'S MAKE THEM IRISH! \nClue: Turning Hero's mythical lover into an Irishman gives you this evergreen shrub", + "output": [ + "o\\'leander" + ] + }, + { + "id": "openseek-7-58527431ddc441daa1fe8e984419edc2", + "input": "Category: ART \nClue: Dante Gabriel Rossetti wanted to take art back to \"pre-\" this Renaissance master born in 1483", + "output": [ + "raphael" + ] + }, + { + "id": "openseek-7-75191a0d24cf466884437e15aba3a03b", + "input": "Category: OH, CRAPS! \nClue: Hard 8", + "output": [ + "4 & 4" + ] + }, + { + "id": "openseek-7-91e3ddee8b004620a8bd2472e8bf82c4", + "input": "Category: SIDESHOW CINEMA \nClue: In \"You Can't Cheat an Honest Man\", he played circus owner Larson E. Whipsnade", + "output": [ + "w.c. fields" + ] + }, + { + "id": "openseek-7-9a02afe89c444086b28a72a674dc8205", + "input": "Category: GIMME AN \"H\" \nClue: This Onondaga chief who helped unite the Iroquois was celebrated by Longfellow", + "output": [ + "hiawatha" + ] + }, + { + "id": "openseek-7-449ab031aeb94e6fb84af5cf00c6aaf0", + "input": "Category: AESOP'S FABLES \nClue: The moral of the story of these 2 insects is \"It is best to prepare for the days of necessity\"", + "output": [ + "the ant & the grasshopper" + ] + }, + { + "id": "openseek-7-d182f03de0d64d35895974fc380a985d", + "input": "Category: BEFORE & AFTER AT THE MOVIES \nClue: Han Solo meets up with Lando Calrissian while time-traveling with Marty McFly", + "output": [ + "the empire strikes back to the future" + ] + }, + { + "id": "openseek-7-4471c11697444f829f578d9456648ccc", + "input": "Category: PICARESQUE NOVELS \nClue: It's Jerzy Kosinski's tale of Chance (Chance the gardener, that is)", + "output": [ + "\"being there\"" + ] + }, + { + "id": "openseek-7-880ffa79c34340b4b66e1c7aa704a56a", + "input": "Category: WITCHCRAFT \nClue: This word for an assembly of 13 witches comes from the same root as a word for a gathering of nuns", + "output": [ + "a coven" + ] + }, + { + "id": "openseek-7-71f8d7558aa341fc97305567f62a9ef7", + "input": "Category: U.S. STATES \nClue: Clearwater & Palm Beach are popular seaside resorts in this state", + "output": [ + "florida" + ] + }, + { + "id": "openseek-7-29aecd22829c40cabe9e537835fdadd7", + "input": "Category: 2-WORD PSYCH TERMS \nClue: Combat or battle fatigue & this phrase from WWI are outmoded terms for post-traumatic stress disorder", + "output": [ + "shell shocked" + ] + }, + { + "id": "openseek-7-71a3350512e94218b036e621557ab72f", + "input": "Category: THE LAST CATEGORY \nClue: This \"Home Run King\" played in his 3,298th & last game for the Milwaukee Brewers in 1976", + "output": [ + "hank aaron" + ] + }, + { + "id": "openseek-7-88e5c065c8ad4a58a20a7afded73a5fe", + "input": "Category: OH, THE AMENITIES! \nClue: Perhaps a game of squash before your afternoon tea at Cliveden, once the home of Lady Astor in this country", + "output": [ + "england" + ] + }, + { + "id": "openseek-7-30df850e467d4ab5b7a239af2baded8f", + "input": "Category: BROADWAY LYRICS \nClue: In \"Paint Your Wagon\", \"the rain is Tess, the fire is Joe and they call the wind\" this", + "output": [ + "maria" + ] + }, + { + "id": "openseek-7-b65144f975704c23a294c3cde0212611", + "input": "Category: THEY NAMED A SCHOOL FOR ME \nClue: Ralph Lauren & James Baldwin are alumni of the NYC high school named for this Erie Canal builder", + "output": [ + "dewitt clinton" + ] + }, + { + "id": "openseek-7-ddaad55133b04267978851b6be75ea45", + "input": "Category: WORLD OF LITERATURE \nClue: \"Demian\" is a Bildungsroman by this German novelist & poet", + "output": [ + "hermann hesse" + ] + }, + { + "id": "openseek-7-40361b0fbc044d18949bf2bf151d1c36", + "input": "Category: AIN'T WE GOT PUN \nClue: A Presidential exhibit at the National Postal museum was called this \"to the Chief\"", + "output": [ + "mail" + ] + }, + { + "id": "openseek-7-5f027e2955d4473ea36deebc38f255a6", + "input": "Category: QUEEN VICTORIA \nClue: As seen in a 1997 film, he was Victoria's beloved servant, but we're not sure how she felt about his \"body\"", + "output": [ + "john brown" + ] + }, + { + "id": "openseek-7-638e2278114744fe884b8fe1207683c2", + "input": "Category: FAMOUS FOLKS \nClue: Actress whose autobiography is named for her most famous role, \"Baby Doll\"", + "output": [ + "carroll baker" + ] + }, + { + "id": "openseek-7-cea564e251d740918ebcd404fc912b3f", + "input": "Category: HOOKED ON PHOENICIA \nClue: The end finally came for the Phoenicians when this man's forces defeated them in 332 B.C.", + "output": [ + "alexander the great" + ] + }, + { + "id": "openseek-7-b1fbbdb560454f609fb7a69dfdebe8af", + "input": "Category: CONVEYANCES \nClue: In WWII this Piper aircraft was used to \"bear\" pilots aloft for reconnaissance", + "output": [ + "piper cub" + ] + }, + { + "id": "openseek-7-0304c5fac47a4fda99f3c575f56edffd", + "input": "Category: WORDS YOU CAN SAY ON TELEVISION \nClue: This 4-letter word is derived from the phrase \"od rot\" or \"God rot\"", + "output": [ + "drat" + ] + }, + { + "id": "openseek-7-6904f162630049e982c8e0629462c45c", + "input": "Category: CONJUNCTION JUNCTION \nClue: Take away an \"I\" from the end of a fabled Himalayan creature & you get this conjunction", + "output": [ + "yet" + ] + }, + { + "id": "openseek-7-46fc82c2278a43c191dff06da1ec2416", + "input": "Category: SAMUEL L. JACKSON \nClue: In the late '80s, Sam was the rehearsal stand-in for this comedy legend on his self-titled sitcom", + "output": [ + "bill cosby" + ] + }, + { + "id": "openseek-7-f99e698bf9db4a009579f070c0048c31", + "input": "Category: DUE \"SOUTH\" \nClue: This Indiana city is named for a turning point in the St. Joseph River", + "output": [ + "south bend" + ] + }, + { + "id": "openseek-7-3c4b030038b3458a83a689ee90877623", + "input": "Category: U.S. HISTORY \nClue: After a plea from his son, Abe Lincoln was the first to give a presidential pardon to one of these birds", + "output": [ + "turkey" + ] + }, + { + "id": "openseek-7-5adae34e83c0407d8f73880eb7b59ee0", + "input": "Category: A FOOD ATTITUDE \nClue: James Brown could tell you that lemon is a popular variety of this flat-bodied food fish", + "output": [ + "sole" + ] + }, + { + "id": "openseek-7-a066bcbfa5574a3c85d2bc57842e66c0", + "input": "Category: THE FIRST PERSON \nClue: As in a famous JFK quote, it's how one says \"I\" in German", + "output": [ + "ich" + ] + }, + { + "id": "openseek-7-49ab7bf516b1468cae4b9f28407389c5", + "input": "Category: VARIETY PACK \nClue: This 3-word phrase describes a desperate \"leap\" taken by a TV show to retain ratings", + "output": [ + "jump the shark" + ] + }, + { + "id": "openseek-7-60bb0adccabe462eb95fdb498520b090", + "input": "Category: FAMOUS COLLEGE DROPOUTS \nClue: She dropped out of Columbia Univ. to sign with Columbia Records & later won a Grammy for \"My Boo\"", + "output": [ + "alicia keys" + ] + }, + { + "id": "openseek-7-5a2330a26e314291ad88e3f476aab73d", + "input": "Category: I WAS A TEENAGE... \nClue: In 1979 at the age of 18, this \"Great One\" began playing in the NHL", + "output": [ + "wayne gretzky" + ] + }, + { + "id": "openseek-7-5c03a676724d4c5e8030a5a6d7a4148b", + "input": "Category: CARRY ON \nClue: In 2003 the override of a veto meant Missourians could carry these", + "output": [ + "concealed weapons" + ] + }, + { + "id": "openseek-7-16d43b6e87524112bcb60890fc19c99e", + "input": "Category: WHERE IS IT? \nClue: The Eiffel Tower is one of the dramatic landmarks in this European capital city", + "output": [ + "paris" + ] + }, + { + "id": "openseek-7-4501e2a430eb49cba8f153177bddc97c", + "input": "Category: POTPOURRI \nClue: Navigational instruments are displayed at the Maritime Museum near Franklin Court in this Penn. city", + "output": [ + "philadelphia" + ] + }, + { + "id": "openseek-7-dbcf27079c334ec9a8869db45db9acae", + "input": "Category: TELEVISION \nClue: On May 22, 1995 USA Today reported she \"weighs anchor, no longer eye-to-eye with CBS News\"", + "output": [ + "connie chung" + ] + }, + { + "id": "openseek-7-bd6dc036bcce46c5a93467de224cfe5b", + "input": "Category: BOOKS & AUTHORS \nClue: Perhaps the effort killed him--he died not long after completing his masterpiece \"The Brothers Karamazov\"", + "output": [ + "dostoyevsky" + ] + }, + { + "id": "openseek-7-d33618119d6e40f19f65c3311e078b8d", + "input": "Category: \"H-M\" \nClue: It's a word with the same pronunciation as another but with a different meaning", + "output": [ + "a homonym" + ] + }, + { + "id": "openseek-7-1fead6d1d78e43319e38c8968daff942", + "input": "Category: MADAM, I'M ADAMS \nClue: I'm the bestselling author of \"Watership Down\" & \"The Plague Dogs\"", + "output": [ + "richard adams" + ] + }, + { + "id": "openseek-7-4151b18780934ae2acafab1a988c8156", + "input": "Category: TREATIES \nClue: The Montreux Convention of 1936 returned control of these 2 straits to Turkey", + "output": [ + "the bosporus & the dardanelles" + ] + }, + { + "id": "openseek-7-9acb520548584ec4b86c8666a35bde2d", + "input": "Category: TIME FOR A MOVIE REVIEW \nClue: \"Film noir was a tired genre before writer Robert Towne and director Roman Polanski made this\" 1974 film", + "output": [ + "chinatown" + ] + }, + { + "id": "openseek-7-ae02a2fe448f4c22b5d905096dfe9db4", + "input": "Category: THE LIQUOR CABINET \nClue: The milk used for this blend of spirit reportedly accounts for some 4.3% of all the milk produced in Ireland", + "output": [ + "baileys irish cream" + ] + }, + { + "id": "openseek-7-f071fa72d0284c1bb627d52399ee21ee", + "input": "Category: -ISMS \nClue: Anthropophagy, another term for this practice, can really leave your bad taste in my mouth", + "output": [ + "cannibalism" + ] + }, + { + "id": "openseek-7-1aaaf8525ce34b3cbc8e39348395ad34", + "input": "Category: 21st CENTURY WORLD LEADERS \nClue: \"Big Love\" meets \"The West Wing\"? Pres. Jacob Zuma, who presides over this country from Pretoria, has 3 wives", + "output": [ + "south africa" + ] + }, + { + "id": "openseek-7-bd68d7c636544549a081b2f2d995d6ac", + "input": "Category: EUROPEAN ART \nClue: Bernini's 1623 statue of this Biblical hero has his privates covered, unlike Donatello's or Michelangelo's", + "output": [ + "\"david\"" + ] + }, + { + "id": "openseek-7-4529eb2a0f304af786f737aa9cb72b26", + "input": "Category: FLYING \nClue: In 1995 Eileen Collins became the first American woman to pilot one of these", + "output": [ + "space shuttle" + ] + }, + { + "id": "openseek-7-ef87135a38c0450da9bbe2e4c701892e", + "input": "Category: DIAMONDS ARE FOREVER \nClue: Though guiltless, this French queen fell even more out of favor after the 1785 Affair of the Diamond Necklace", + "output": [ + "marie antoinette" + ] + }, + { + "id": "openseek-7-efa5d457a11c4e0494ae5701bdfb223e", + "input": "Category: CAR TALK \nClue: Inspect the master cylinder, part of the hydraulics sending fluid through the lines for this drum or disc system", + "output": [ + "the brakes" + ] + }, + { + "id": "openseek-7-9a5d010ba3bc4ac586f4f8775d8fee86", + "input": "Category: LITERATURE FOR KIDS \nClue: In \"Little Women\", Margaret March is better known by this nickname", + "output": [ + "\"meg\"" + ] + }, + { + "id": "openseek-7-a1c9bd307cbe48ffbce999915840c7fe", + "input": "Category: SIOUX \nClue: Tetons call themselves Lakota; Yankton & Yanktonai use Nakota; & the Santee use this name", + "output": [ + "dakota" + ] + }, + { + "id": "openseek-7-23167c96cda44a76b7eabda978bacaff", + "input": "Category: BIG SCREEN BRAINBUSTERS \nClue: Advertising for this Eastwood film included the line \"For 3 men the Civil War wasn't hell. It was practice!\"", + "output": [ + "the good, the bad & the ugly" + ] + }, + { + "id": "openseek-7-6a4e99005d264334bc8731222a298bc8", + "input": "Category: RANK \nClue: On the ocean, an \"ordinary\" one isn't quite as able as an \"able\" one", + "output": [ + "seaman" + ] + }, + { + "id": "openseek-7-4a25efec5ae54a52b7e327c3a2f07fcc", + "input": "Category: 19th CENTURY AMERICA \nClue: The provisional constitution of the Confederacy was adopted on February 8, 1861 in this city", + "output": [ + "montgomery, alabama" + ] + }, + { + "id": "openseek-7-93c9a4ae0cc548169563a170bf5e29d7", + "input": "Category: GAMES \nClue: Popular parlor game also known as \"Animal, Vegetable, or Mineral?\"", + "output": [ + "20 questions" + ] + }, + { + "id": "openseek-7-e0c5fa61f21a4fdd8cf783f50e689228", + "input": "Category: BIRDS \nClue: The willow ptarmigan, which makes its home in Arctic areas, is this state's official bird", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-4844eb90056b45d291a0ac0b1b6f9022", + "input": "Category: OPERAS TEENS LOVE \nClue: The ghosts of Louis XVI & his court return to one of their favorite haunts in \"The Ghosts of\" this French palace", + "output": [ + "versailles" + ] + }, + { + "id": "openseek-7-f7fe0cc8e0aa4646b6ea86526cfd3ba8", + "input": "Category: FAMOUS MOUNTS \nClue: George Vancouver named this NW peak after a British rear admiral, not for the local weather", + "output": [ + "mount ranier" + ] + }, + { + "id": "openseek-7-d6abcc0e9bf44801b8a3782a6ae803d1", + "input": "Category: REPUBLICANS \nClue: The grandson of this longtime Philadelphia A's manager has been Florida's junior senator since 1989", + "output": [ + "connie mack" + ] + }, + { + "id": "openseek-7-1491d65098e74c5faa0b815d84dfc5ca", + "input": "Category: JIM CLASS \nClue: 20 years after his death, this singer was portrayed by Val Kilmer on the silver screen", + "output": [ + "jim morrison" + ] + }, + { + "id": "openseek-7-c66d2f737d0344d089dc50ed96cc7b0f", + "input": "Category: BEFORE & AFTER \nClue: Australian golfing great \"Stormin'\" the Iraqi desert in 1991", + "output": [ + "greg norman schwarzkopf" + ] + }, + { + "id": "openseek-7-184bd693b7ee4033833f5fc85aaec8a2", + "input": "Category: BIBLICAL PEOPLE \nClue: When David said, \"How the mighty have fallen!\", he was referring to the deaths of this king & his son Jonathan", + "output": [ + "saul" + ] + }, + { + "id": "openseek-7-4fb84f40442b4ec68cf658a9a99c3116", + "input": "Category: HEALTH & MEDICINE \nClue: Discovered in 1928, it kills gonococci, meningococci & streptococci", + "output": [ + "penicillin" + ] + }, + { + "id": "openseek-7-71b83314a8e24fe285049df6459576c3", + "input": "Category: FLYBOYS \nClue: In 1922 this \"Lone Eagle\" learned to fly at a Lincoln, Nebraska flying school", + "output": [ + "charles lindbergh" + ] + }, + { + "id": "openseek-7-7dcbbd314ed84122b6185fdbc2fa30e9", + "input": "Category: EXPLORATION \nClue: Diego de Ordaz was the first European to see this Aztec capital on the site of modern Mexico City", + "output": [ + "tenochtitlan" + ] + }, + { + "id": "openseek-7-31bb636602534c45829dbb20859c274e", + "input": "Category: \"SAT\"s \nClue: \"Gulliver's Travels\" is this type of work that exposes human foolishness & corruption", + "output": [ + "satire" + ] + }, + { + "id": "openseek-7-fadaecd82b0b432e99af0fe12697c352", + "input": "Category: WHEN THEY WERE IN COLLEGE \nClue: This handsome hunk played basketball at USC long before “Magnum, P.I.” made him a star", + "output": [ + "tom selleck" + ] + }, + { + "id": "openseek-7-912096ac5ade4fedb0abf4a5ac0acc93", + "input": "Category: THE ELEMENTS \nClue: Sand is composed largely of oxygen & this element, atomic number 14", + "output": [ + "silicon" + ] + }, + { + "id": "openseek-7-a59f4875571944f68d4732c9b8babc0e", + "input": "Category: AMERICAN RIVERS \nClue: In an 1883 book, Mark Twain described this river as \"rolling its mile-wide tide along, shining in the sun\"", + "output": [ + "the mississippi" + ] + }, + { + "id": "openseek-7-7b6f86a126f64b6b805a40d264afef80", + "input": "Category: POP MUSIC THROUGH THE YEARS \nClue: Veronica Bennett fronted this \"Be My Baby\" group", + "output": [ + "the ronettes" + ] + }, + { + "id": "openseek-7-192c4a582424434191169346140d2fe7", + "input": "Category: WHO PLAYED 'EM ON TV? \nClue: Army company clerk Radar O'Reilly", + "output": [ + "gary burghoff" + ] + }, + { + "id": "openseek-7-1f9741d3c6dd4bf19ee56a48ec82152f", + "input": "Category: AMERICANA \nClue: When G.I. Joe was introduced, he had one of these on his face; today, plastic surgery would take care of it", + "output": [ + "a scar" + ] + }, + { + "id": "openseek-7-df3dc9acfb3b452ba1de0c50bc7ff8d9", + "input": "Category: CUT TO THE \"CHASE\" \nClue: Unlike hurdles, the barriers in this track event don't move when you hit them", + "output": [ + "the steeple chase" + ] + }, + { + "id": "openseek-7-3193ddca23284af39804f02c943acc22", + "input": "Category: TAKEN \nClue: After World War I, Czechoslovakia was established on territory formerly belonging to this empire", + "output": [ + "austro-hungarian empire" + ] + }, + { + "id": "openseek-7-557e5268ab9e4a4c87c693fddf15fd19", + "input": "Category: MYTHOLOGY \nClue: This Roman goddess of wisdom is said to have leaped forth from the brain of Jupiter, fully mature & in armor", + "output": [ + "minerva" + ] + }, + { + "id": "openseek-7-12298f75d49643ed960fe0ae436fe5af", + "input": "Category: NOVEL QUOTES \nClue: This novel begins, \"I first met Dean not long after my wife and I split up\"", + "output": [ + "on the road" + ] + }, + { + "id": "openseek-7-00eeb728b7c5415880908702d5364e8c", + "input": "Category: OLD NAMES ON THE MAP \nClue: The Romans had the gall to call this country Gaul", + "output": [ + "france" + ] + }, + { + "id": "openseek-7-8a930266545847f19215da9239b2cef8", + "input": "Category: SINGERS \nClue: \"Life Is A Cabaret\" for this star who was 19 when she won a Best Actress Tony for \"Flora, The Red Menace\"", + "output": [ + "liza minnelli" + ] + }, + { + "id": "openseek-7-87b3f3944d424e528b86f68f79b2a1a9", + "input": "Category: SWEDEN \nClue: This king of Sweden was a bit of a \"grouch\" when he had to give up Norway's throne in 1905", + "output": [ + "oscar" + ] + }, + { + "id": "openseek-7-c70462e479cd4f3890ae37fa15c6161b", + "input": "Category: SHAKESPEARE \nClue: After masquerading as Benedick, Claudio says, \"All hearts in love use their own tongues\" in this comedy", + "output": [ + "\"much ado about nothing\"" + ] + }, + { + "id": "openseek-7-dd200238bc56480d803634f578e57ffb", + "input": "Category: MUSICAL BY CHARACTERS \nClue: Aunt Eller Murphy & Laurey Williams", + "output": [ + "oklahoma!" + ] + }, + { + "id": "openseek-7-09829b09ca194261aae03acb3b69212f", + "input": "Category: WHO PLAYED 'EM? \nClue: Struggling Notting Hill bookstore owner William Thacker", + "output": [ + "hugh grant" + ] + }, + { + "id": "openseek-7-b9f4b95cb0fc40bf9569b006dfd16e31", + "input": "Category: STATE CAPITALS \nClue: You'll find this state capital near the eastern end of the Erie Canal", + "output": [ + "albany" + ] + }, + { + "id": "openseek-7-37649689b90a4a759fd25473d0e96a16", + "input": "Category: U.S. CITIES \nClue: Lancaster, Pennsylvania is on this river, which shares its name with a type of wagon", + "output": [ + "conestoga" + ] + }, + { + "id": "openseek-7-25b7120696114402adcfb144d69e794d", + "input": "Category: THE GRAND FINAL\"E\" \nClue: Type of song heard on Chicago's 94.7 FM, especially if it's \"golden\"", + "output": [ + "an oldie" + ] + }, + { + "id": "openseek-7-d8de959c49ba4b878a459acf2b6384f6", + "input": "Category: THUMB ENCHANTED EVENING \nClue: Abraham Lincoln once had this diminutive Barnum star & his wife over to the White House", + "output": [ + "tom thumb" + ] + }, + { + "id": "openseek-7-6b4e94ef3b0b47eea934675a4ddf017c", + "input": "Category: GLUTEN-FREE FOODS \nClue: There's an octet of veggies in this alphanumeric brand's vegetable juice, but no gluten", + "output": [ + "v-8" + ] + }, + { + "id": "openseek-7-64bc3608cb0c446a9e819372154d7f84", + "input": "Category: CELEBRITY RHYME TIME \nClue: Cattrall's rooms for hot, sweaty workouts", + "output": [ + "kim\\'s gyms" + ] + }, + { + "id": "openseek-7-97865b93c8274e979e0efdd39f8802ec", + "input": "Category: DREAMS OF FIELDS \nClue: in Matthew 27:7 \"They took counsel, and bought with them\" this \"field, to bury strangers in\"", + "output": [ + "potter\\'s field" + ] + }, + { + "id": "openseek-7-4c8a87c47cc0411498693dac0f50e35f", + "input": "Category: POETS \nClue: He was professor of anatomy at Harvard Medical School when he wrote \"The Chambered Nautilus\"", + "output": [ + "oliver wendell holmes" + ] + }, + { + "id": "openseek-7-198b6809ddaa4ba69c4b49ad0d8cf5e6", + "input": "Category: POTPOURRI \nClue: It's the country closest to the wreck of the Titanic", + "output": [ + "canada" + ] + }, + { + "id": "openseek-7-0d48667afd8e4b84814ecaf4ddaa9f61", + "input": "Category: \"THIN\" IS IN \nClue: In 1991 Iceland's parliament, known as this, merged its upper & lower houses into a unicameral body", + "output": [ + "the althing" + ] + }, + { + "id": "openseek-7-da8d9ba202d1495f802ffd572637be86", + "input": "Category: THE KISSING BOOTH \nClue: In 2008 90-year-old Edith Shain re-enacted a famous kiss, claiming she's the one in that 1945 V-J Day pic by this photographer", + "output": [ + "eisenstaedt" + ] + }, + { + "id": "openseek-7-03063a3c967c4edd98a3885b33f38356", + "input": "Category: REEL MEN OF THE CLOTH \nClue: In this 1964 film Richard Burton was an alcoholic, philandering ex-clergyman in Mexico", + "output": [ + "night of the iguana" + ] + }, + { + "id": "openseek-7-07cc3f6b36c14ac384fa4a0867a2ac4b", + "input": "Category: MIDDLE \"C\" \nClue: After she challenged Athena to a weaving contest, Athena turned her into a spider", + "output": [ + "arachne" + ] + }, + { + "id": "openseek-7-903a697cb0ae4e9abb12170b3fe81b8e", + "input": "Category: CONSTELLATIONS \nClue: To find this, follow the line formed by the \"pointer\" stars of the Big Dipper's ladle", + "output": [ + "the north star" + ] + }, + { + "id": "openseek-7-22520773d534457292d462ec97522a2f", + "input": "Category: \"MAN\" ALIVE \nClue: The unlawful killing of another, but without malice aforethought", + "output": [ + "manslaughter" + ] + }, + { + "id": "openseek-7-8ce800a90c0141b2b9883a8938a89d7c", + "input": "Category: DE METER \nClue: The meter of Shakespeare's sonnets, it's 10 syllables, unstressed-stressed-unstressed-etc.", + "output": [ + "iambic pentameter" + ] + }, + { + "id": "openseek-7-d5c332b644fa449f886431b7015b149b", + "input": "Category: JEFFERSON DAVIS \nClue: From 1853 to 1857 Davis served as this president's Secretary of War", + "output": [ + "pierce" + ] + }, + { + "id": "openseek-7-eb5000fafc3b436c84ce77020a321017", + "input": "Category: TOUGH FACTS \nClue: Spanky was part of \"Our Gang\" & Jiang Qing, Mao's widow, was part of this gang", + "output": [ + "the gang of four" + ] + }, + { + "id": "openseek-7-7c0fc69c8312434ab387ea51e326cc03", + "input": "Category: HOW GREAT THOU ART \nClue: This Iowan's \"Daughters of Revolution\" was a stab at what he thought was the smugness of the D.A.R. & others", + "output": [ + "grant wood" + ] + }, + { + "id": "openseek-7-f1a782f7aecd4f8db1f05de0e5b23fcd", + "input": "Category: GRUMPY OLD MEN \nClue: This comedian who also hated bankers & policemen died in 1946 on Christmas, a holiday he despised", + "output": [ + "w.c. fields" + ] + }, + { + "id": "openseek-7-ee10eeb920584bed91ba3ffa70647935", + "input": "Category: THE WRITE BROTHERS \nClue: The younger brother of novelist Heinrich Mann, he wrote \"Joseph and His Brothers\"", + "output": [ + "thomas mann" + ] + }, + { + "id": "openseek-7-fc3c80c6c9df42ee9b5ae7f5092467b4", + "input": "Category: AUTHORS NOT WRITING \nClue: In WWII he flew 60 combat missions as a bombardier with the U.S. Army Air Forces in Europe", + "output": [ + "joseph heller" + ] + }, + { + "id": "openseek-7-77cfd771973d45159b41a96e4268492e", + "input": "Category: TWAIN \nClue: His actual middle name", + "output": [ + "langhorne" + ] + }, + { + "id": "openseek-7-62fe7a35ae1746bab0690e09613ff39d", + "input": "Category: \"SP\"EAK UP! \nClue: 2-word term for the era that began in 1957 with the launch of Sputnik", + "output": [ + "the space age" + ] + }, + { + "id": "openseek-7-0e69028742ad4bb180bb07af97d07a97", + "input": "Category: 1993 MOVIES \nClue: This sequel was subtitled “Back in the Habit”", + "output": [ + "sister act 2" + ] + }, + { + "id": "openseek-7-aa0ed2a7499d4839b2a863a404d74429", + "input": "Category: INTERNATIONAL THEATRE \nClue: This 19th c. Norwegian wrote his famous play \"Peer Gynt\" in verse", + "output": [ + "henrik ibsen" + ] + }, + { + "id": "openseek-7-bcd9e02e4d57465c9fc0e2e97ad9fd1c", + "input": "Category: CLOSE BUT NO SITAR \nClue: \"Tailgate\" was once a popular style of New Orleans jazz featuring this slide instrument", + "output": [ + "trombone" + ] + }, + { + "id": "openseek-7-3dc4b87b9324477abd7ef5d5d3b69802", + "input": "Category: AT HOME WITH A GOOD BOOK \nClue: Manderley, which the second Mrs. de Winter dreamt she went to again", + "output": [ + "rebecca" + ] + }, + { + "id": "openseek-7-ab6d73be10474478aee5c0010d0a5fae", + "input": "Category: E GODS! \nClue: In a Babylonian epic, Erra wreaks havoc as Marduk is busy taking his royal insignia to have this done --no starch please", + "output": [ + "cleaned" + ] + }, + { + "id": "openseek-7-5da58caf6f1a4cce93054cca117dc937", + "input": "Category: ALLITERATION ALL AROUND \nClue: Physicist George Smoot won a Nobel Prize for his work supporting this theory of the evolution of the universe", + "output": [ + "the big bang" + ] + }, + { + "id": "openseek-7-abf8dd9838a240e5925a3a978f010f5b", + "input": "Category: ON WORDS \nClue: Now meaning to destroy or wipe out a great number, it;s from the Latin word for \"ten\"", + "output": [ + "decimate" + ] + }, + { + "id": "openseek-7-038db93bb1cb4d098684df7056f3df3b", + "input": "Category: TEENS OF THE PAST \nClue: \"At 15 I set my heart on learning\", wrote this great Asian sage in his \"Analects\"", + "output": [ + "confucius" + ] + }, + { + "id": "openseek-7-13c3d225d10e47a48e8d52698cb40d28", + "input": "Category: 5-LETTER WORDS \nClue: This diminutive of Bridget usually refers to a fussy old woman", + "output": [ + "biddy" + ] + }, + { + "id": "openseek-7-4a94a871d2f540e3b6aa7b69f34f3954", + "input": "Category: RIVERS \nClue: The longest river west of the Rockies, it enters Mexico near Yuma, Arizona", + "output": [ + "the colorado" + ] + }, + { + "id": "openseek-7-a68688b21cfa45dd80489d92a44f33c2", + "input": "Category: 4 \nClue: Dressy term for hearts, spades, diamonds or clubs", + "output": [ + "a suit" + ] + }, + { + "id": "openseek-7-5f9736b5332f4b959c0314048c5f230b", + "input": "Category: SUPERHERO BEFORE & AFTER \nClue: Flubberific Fred MacMurray film that leads the X-Men, albeit from his wheelchair", + "output": [ + "the absent-minded professor x" + ] + }, + { + "id": "openseek-7-116c2927ced9499ba44bf116ba292308", + "input": "Category: FISH, BIRD, OR MAMMAL \nClue: The colobus", + "output": [ + "mammal" + ] + }, + { + "id": "openseek-7-b943f6902b6b47089b6b3b1282f52942", + "input": "Category: BRUSH UP YOUR SHAKESPEARE \nClue: In a poem by Shakespeare, Venus calls this handsome hunk \"Thrice fairer than myself\"", + "output": [ + "adonis" + ] + }, + { + "id": "openseek-7-a5b1e09f10ea4d3fa57f34cb13ac33de", + "input": "Category: GET YOUR PHIL \nClue: Now a coach, he was nicknamed \"the Mop\" for diving after loose balls during 13 seasons in the NBA", + "output": [ + "phil jackson" + ] + }, + { + "id": "openseek-7-8558829132f1452ab16e93deee0caf42", + "input": "Category: NFL TEAM NICKNAMES \nClue: The Bucs", + "output": [ + "tampa bay" + ] + }, + { + "id": "openseek-7-ad6852cd14484b4db33596c29789ecc8", + "input": "Category: THE HANGED MAN \nClue: He gave his one life for his country on Sept. 22, 1776", + "output": [ + "nathan hale" + ] + }, + { + "id": "openseek-7-aeb5a6ff5233463e8ea304b2c17ca2af", + "input": "Category: BEAUTY \nClue: \"Because I'm Worth It\" is a slogan of this line of cosmetics from Paris", + "output": [ + "l\\'oreal" + ] + }, + { + "id": "openseek-7-1e922f9c49c64659ba017e647bffaeda", + "input": "Category: THE BAD OLD DAYS \nClue: This Japanese term refers to second-generation Japanese-Americans, many of whom were interned during WWII", + "output": [ + "nisei" + ] + }, + { + "id": "openseek-7-c40534e3c37b429cb0be127d489ad269", + "input": "Category: \"THE\" \nClue: It's 2nd verse begins, \"On the shore, dimly seen through the mists of the deep\"", + "output": [ + "\"the star-spangled banner\"" + ] + }, + { + "id": "openseek-7-ee281f30b51f434a97f1df61e84a81ce", + "input": "Category: BORN IN BURBANK \nClue: This Burbank boy starred in \"8 Simple Rules\" & also voiced Clifford the Big Red Dog", + "output": [ + "john ritter" + ] + }, + { + "id": "openseek-7-7950951b595a4cb48157b4aad8da779c", + "input": "Category: POTPOURRI \nClue: Watermelon, pumpkin & sunflower ones can be toasted like nuts & served as hors d'oeuvres", + "output": [ + "seeds" + ] + }, + { + "id": "openseek-7-d0d350917e6f4dc19f1172c6dab207f1", + "input": "Category: LOW TECH \nClue: A tactical formation in the form of a V, or an \"issue\" dividing an otherwise unified group", + "output": [ + "a wedge" + ] + }, + { + "id": "openseek-7-7097f3592dc94885840896125dda29ed", + "input": "Category: FROM THE PORTUGUESE \nClue: 1494's Treaty of Tordesillas aimed to settle a dispute between Portugal & this nation over New World territories", + "output": [ + "spain" + ] + }, + { + "id": "openseek-7-2a0c48bf63924f049c5ed309b892d991", + "input": "Category: ANATOMY & MEDICINE \nClue: The thyroid gland straddles this tube also known as the windpipe", + "output": [ + "the trachea" + ] + }, + { + "id": "openseek-7-dd64d288f4fe493d8ef7985014547184", + "input": "Category: EXPLORERS \nClue: In 1502, during his fourth voyage to the New World, he landed in what is now Honduras", + "output": [ + "christopher columbus" + ] + }, + { + "id": "openseek-7-2bd20ce0b11343bdbef201206b8649bc", + "input": "Category: SCULPTORS \nClue: Dustin Shuler was best known for \"Spindle\", in which he impaled 8 of these on a giant spike--literally a pile-up", + "output": [ + "cars" + ] + }, + { + "id": "openseek-7-d7582fc7da2048efa523159463d2c044", + "input": "Category: NFL BLITZ \nClue: In 2006 Doug Flutie converted an extra point using this method, last successful in the NFL in 1941", + "output": [ + "a drop kick" + ] + }, + { + "id": "openseek-7-cda580b2fccd4f66b9d0bc941483f286", + "input": "Category: INDEPENDENCE DAYS \nClue: On July 28 Peru celebrates its independence from this country", + "output": [ + "spain" + ] + }, + { + "id": "openseek-7-2e215d2e7c894cc093a8d4fd89e5bb01", + "input": "Category: ECUADOR OF YORE \nClue: Guayaquilenos with sensitive noses were pleased when in 1910 vehicles powered by this replaced quaint horse-drawn trams", + "output": [ + "electricity" + ] + }, + { + "id": "openseek-7-b2a1e98c079444b7bce3a2f40d1c8563", + "input": "Category: ARTISTS & ILLUSTRATORS \nClue: In \"the Gashlycrumb Tinies\", this macabre American artist knocked off 26 kids in picturesque ways", + "output": [ + "edward gorey" + ] + }, + { + "id": "openseek-7-57256ce7976a451d85c4db1c07e29811", + "input": "Category: MIND IF I LEAD? \nClue: Syngman Rhee of Korea & Ferdinand Marcos of the Philippines had to find Asylum in this U.S. state", + "output": [ + "hawaii" + ] + }, + { + "id": "openseek-7-613675be5924497fa55f9fb7a75c1987", + "input": "Category: THE LITERARY WORLD \nClue: Stories by this macabre master include \"The Oblong Box\", \"The Black Cat\" & \"The Imp of the Perverse\"", + "output": [ + "edgar allan poe" + ] + }, + { + "id": "openseek-7-1291be16e7fd4925837c6e8f00ebddf3", + "input": "Category: MUSIC APPRECIATION \nClue: This small woodwind is known for its high pitch, & its name is Italian for \"small\"", + "output": [ + "piccolo" + ] + }, + { + "id": "openseek-7-2b26e5ac59ce4b9d8f20d265896a7973", + "input": "Category: CAMEO CAMERA \nClue: You'll find Jim Lovell as the captain of the Iwo Jima in this 1995 flick", + "output": [ + "apollo 13" + ] + }, + { + "id": "openseek-7-746f1ce8c8e34ff88f3ee1151281fc85", + "input": "Category: START SAVING NOW \nClue: This $1.5 billion dollar telescope, seen here, has opened our Earth-bound eyes to undreamed-of splendors", + "output": [ + "the hubble space telescope" + ] + }, + { + "id": "openseek-7-8a659e1bf5f0470cbaa69cd17201aa99", + "input": "Category: MAMMALS \nClue: The name of this group of mammals comes from the Latin for \"pouch\"", + "output": [ + "marsupials" + ] + }, + { + "id": "openseek-7-5a33f9873f524e9cb3e7f04a7e949e11", + "input": "Category: ADD A LETTER \nClue: Here's a \"riddle\"; now add a letter & it's this hot, flat cooking surface", + "output": [ + "a griddle" + ] + }, + { + "id": "openseek-7-e7432b9b2b24485c84b13b948649573d", + "input": "Category: AUTHORS \nClue: She dedicated \"O Pioneers!\" to her fellow novelist Sarah Orne Jewett", + "output": [ + "willa cather" + ] + }, + { + "id": "openseek-7-c2a412fc35bd4b0f9ed695e173d02459", + "input": "Category: FOOD STUFF \nClue: Frenchman Odette Philippe is credited with introducing this large citrus fruit to Florida around 1823", + "output": [ + "the grapefruit" + ] + }, + { + "id": "openseek-7-efb1b9b930f640458d1634df938937f9", + "input": "Category: SPORTS RHYME TIME \nClue: A speedy billiards cue", + "output": [ + "quick stick" + ] + }, + { + "id": "openseek-7-0b7e60b42b124ba086c3df82f1ddbbd7", + "input": "Category: DENTISTRY \nClue: Also meaning \"an imitation\", it's the mold the dentist takes of your teeth", + "output": [ + "impression" + ] + }, + { + "id": "openseek-7-423201cb7f614c3a92b0e180eb7d4ad9", + "input": "Category: \"NUT\"s TO YOU \nClue: Not a snack for big sluggish guys, it's usually 4 or 5 of these that secure a wheel onto a car", + "output": [ + "lugnuts" + ] + }, + { + "id": "openseek-7-ce1097948f1c4926b533f2bc394ff44d", + "input": "Category: ALL ABOUT RIVERS \nClue: You may be waiting for the Robert E. Lee on a natural one of these raised river banks created by flood waters", + "output": [ + "levee" + ] + }, + { + "id": "openseek-7-8a2263b59eed4d178934450262949fbb", + "input": "Category: EAT LIKE A HORSE \nClue: For joint health, some experts recommend giving horses this oil from fish of the genus gadus-- blecch!", + "output": [ + "cod liver oil" + ] + }, + { + "id": "openseek-7-86f12eb0996446b2819bd7233b66d77b", + "input": "Category: BRITISH AUTHORS \nClue: This 19th C. novelist's name gave us an adjective that's used to mean squalid or impoverished", + "output": [ + "charles dickens" + ] + }, + { + "id": "openseek-7-344368a2dcbd4998ba482a72da00deb3", + "input": "Category: SPORTS MOVIES \nClue: This singer played center fielder Mae Mordabito in \"A League of Their Own\"", + "output": [ + "madonna" + ] + }, + { + "id": "openseek-7-e3b836f349a44864983fff6d1d235f1d", + "input": "Category: QUOTABLE WOMEN \nClue: Round Table wit who noted, \"Scratch a lover & find a foe\"", + "output": [ + "dorothy parker" + ] + }, + { + "id": "openseek-7-37d06e950da24041866b291b48b1f302", + "input": "Category: SONGS \nClue: \"Thuggish-Ruggish-Bone\" was the first Top 40 hit for this rap group", + "output": [ + "bone thugs-n-harmony" + ] + }, + { + "id": "openseek-7-a0ac68a0bde04836ad924435a469ab90", + "input": "Category: THE SOLOMON ISLANDS \nClue: The main industries in the Solomons include mining, timber & fishing for this fish", + "output": [ + "tuna" + ] + }, + { + "id": "openseek-7-ef29836b5f814a788890bc9ab2402e0a", + "input": "Category: NATIVE AMERICA \nClue: Native American tribes that call this state home include the Penobscot & the Passamaquoddy", + "output": [ + "maine" + ] + }, + { + "id": "openseek-7-a240d6dff7bd4a36bbebc4f9c8a335f3", + "input": "Category: WHAT'S IN YOUR \"C\"LOSET? \nClue: A floral summer dress made from this cotton fabric named for a city in India", + "output": [ + "calico" + ] + }, + { + "id": "openseek-7-e43acf636934471c9bbbbbfe63bb4bf9", + "input": "Category: WILDLIFE \nClue: This type of eel known for its camouflage has powerful jaws, sharp teeth &, generally, no pectoral fins", + "output": [ + "a moray" + ] + }, + { + "id": "openseek-7-f283b73d0b334f38b8101b3160f4e2df", + "input": "Category: 12-LETTER WORDS \nClue: How Jim Lange used to refer to a female contestant on TV's \"The Dating Game\"", + "output": [ + "bachelorette" + ] + }, + { + "id": "openseek-7-4c0edfd6a6304c5694d38d8239751269", + "input": "Category: CONTRARY TO POPULAR BELIEF \nClue: Bv some measures, the largest organism isn't a blue whale, but a 2,385-acre Oregon mushroom, the \"humongous\" this", + "output": [ + "fungus" + ] + }, + { + "id": "openseek-7-b71bb0a492fa48dfb6cd8dd057a74b52", + "input": "Category: HALL-ELUJAH! \nClue: \"Car Talk\", \"The Romance of Helen Trent\" & \"All Things Considered\" are programs in the Nat. this H.O.F.", + "output": [ + "radio" + ] + }, + { + "id": "openseek-7-0bc284cd29e9434d85f3c395111c9789", + "input": "Category: FRANÇAIS TO ANGLAIS \nClue: This 7-letter car part is un silencieux", + "output": [ + "a muffler" + ] + }, + { + "id": "openseek-7-2b8f1288845a425a942b48edf97b364f", + "input": "Category: OUR FEATHERED FRIENDS \nClue: Teddy Roosevelt established a refuge in Florida to protect the nesting sites of the brown species of this water bird", + "output": [ + "pelican" + ] + }, + { + "id": "openseek-7-b9e7a2ccb6ac4e5fb8e3104df4e253b9", + "input": "Category: IT'S ANDREW! \nClue: This gay, often conservative british-born pundit serves up the blog \"The Daily Dish\"", + "output": [ + "sullivan" + ] + }, + { + "id": "openseek-7-df2ddaaab7ba4681a42ac2813c0d66ea", + "input": "Category: FROM THE NECK UP \nClue: The soft one of these is pressed upward during swallowing so you don't get food in your nose", + "output": [ + "a palate" + ] + }, + { + "id": "openseek-7-5cef877cc6a941a3b68cea74de8acf18", + "input": "Category: A SPELLING PRODUCTION \nClue: A favorite German meal is knockwurst & this fermented cabbage dish", + "output": [ + "s-a-u-e-r-k-r-a-u-t" + ] + }, + { + "id": "openseek-7-dd8db0a7ba304304855815399a88fcf2", + "input": "Category: DIFFERENT STROKES \nClue: At the Olympics you won't see this \"canine\" race, where quick, short strokes keep the head above water", + "output": [ + "the dog paddle" + ] + }, + { + "id": "openseek-7-e26386ea5de04a9e97e7292df570fd44", + "input": "Category: WORLD CITIES \nClue: Though Amman used to be named this, it wasn't home to a \"Jordanian Bandstand\" TV show", + "output": [ + "philadelphia" + ] + }, + { + "id": "openseek-7-7d3ec6d661164027b3d8e8920c704adb", + "input": "Category: STAR TREK \nClue: In the original series, Mr. Spock suggests this race, the bad guys in the 2009 movie, is an offshoot of his Vulcan race", + "output": [ + "the romulans" + ] + }, + { + "id": "openseek-7-33e1567a06974f6cb1b2fb8bbd00a6ed", + "input": "Category: FISH, BIRD OR MAMMAL \nClue: The wanderoo", + "output": [ + "a mammal" + ] + }, + { + "id": "openseek-7-cf76a37296084232ad78037077848f1f", + "input": "Category: THEIR TEEN YEARS \nClue: This politician met his future wife, Tipper, at a high school dance in the 1960s", + "output": [ + "al gore" + ] + }, + { + "id": "openseek-7-fae7219879324e8ab1d0c668f5523ab1", + "input": "Category: SCRAMBLED ROMANTIC POETS \nClue: Throw sword!", + "output": [ + "wordsworth" + ] + }, + { + "id": "openseek-7-5aa190453dc6419399d7297ec0482458", + "input": "Category: NAH, IT'S JUST \"ME\" \nClue: There's a facial feature in this hyphenated adjective for one who won't address an issue directly", + "output": [ + "mealy-mouthed" + ] + }, + { + "id": "openseek-7-6b5f648d62594cb48013c3fceabbb867", + "input": "Category: HE SAID \nClue: In 1 Kings 19 God tells him \"Anoint Hazael\", but he doesn't tell him to visit homes during the Seder", + "output": [ + "elijah" + ] + }, + { + "id": "openseek-7-a13419db28a84ae88da72e67202b92a2", + "input": "Category: ROGER \nClue: If you gave him 4 minutes in 1954, he could run a mile & still have time remaining", + "output": [ + "roger bannister" + ] + }, + { + "id": "openseek-7-b7d18bbf16d84f5c8088d8824646c3a9", + "input": "Category: WORLD HISTORY \nClue: An armistice to end this war was signed at Panmunjom in July 1953", + "output": [ + "the korean war" + ] + }, + { + "id": "openseek-7-e4314d74fb3642c78edde5608addda56", + "input": "Category: SHIRLEY \nClue: \"Moonraker\" is one of the 3 James Bond movies that have featured her singing over the title sequence", + "output": [ + "shirley bassey" + ] + }, + { + "id": "openseek-7-a569b79d06e64b1dad2e17f0d357a23f", + "input": "Category: FAMOUS AMERICANS \nClue: Helen Keller's \"Miracle Worker\", this teacher was inducted into the National Women's Hall of Fame in 2003", + "output": [ + "annie sullivan" + ] + }, + { + "id": "openseek-7-f076cf103ff84b5c8710048ca2e30980", + "input": "Category: CREOLE CURIOSITY SHOP \nClue: Following the death of his mad Creole wife Bertha in a fire, this literary character weds Jane Eyre", + "output": [ + "rochester" + ] + }, + { + "id": "openseek-7-5bb92ea9502646e393917be9dcd0e4e9", + "input": "Category: HOMOPHONIC PAIRS \nClue: An animation song", + "output": [ + "a tune toon" + ] + }, + { + "id": "openseek-7-1ee64bd8be48499197131e444237e4bc", + "input": "Category: INTERNATIONAL CUISINE \nClue: It's the type of pastry dough you use when you whip up some Greek floyeres", + "output": [ + "phyllo" + ] + }, + { + "id": "openseek-7-0cbf1deda4a64f4d84f6af674d7cdfc4", + "input": "Category: THE UNIVERSITY OF... \nClue: It has an Eastern Shore campus in the town of Princess Anne", + "output": [ + "university of maryland" + ] + }, + { + "id": "openseek-7-36398676a15b4d239fe388090821417b", + "input": "Category: STATE CAPITALS \nClue: During the Civil War, Union troops led by Sherman captured & burned much of this Georgia capital", + "output": [ + "atlanta" + ] + }, + { + "id": "openseek-7-7dd5f764b12a4ef281c3957fd05ce6b4", + "input": "Category: 20th CENTURY WOMEN \nClue: Hanna Suchocka became this eastern European country's first female prime minister in 1992", + "output": [ + "poland" + ] + }, + { + "id": "openseek-7-0a4e28cd7c1c45b197d715d678157cc8", + "input": "Category: 1986 \nClue: He resigned as Chief Justice and was replaced by William Rehnquist", + "output": [ + "burger" + ] + }, + { + "id": "openseek-7-8c70f8ba25024fa2922055a0ffae30ba", + "input": "Category: THE LURE OF FISHING \nClue: Often made of cork, it's a float attached to your line to suspend it at a set depth", + "output": [ + "a bobber" + ] + }, + { + "id": "openseek-7-429a756b6f9545fcb99be5ed8c35fd0e", + "input": "Category: ACTRESS-DIRECTORS \nClue: Sally Field was one of the directors of this 12-part space series on HBO", + "output": [ + "from the earth to the moon" + ] + }, + { + "id": "openseek-7-73f4d440258849f3b4abd9ac46d94520", + "input": "Category: DOWN EASTERS \nClue: This woman born in Hampden helped open hospitals for the mentally ill in over 15 states", + "output": [ + "dorothea dix" + ] + }, + { + "id": "openseek-7-7def906e4361497bb32eeb39280bc423", + "input": "Category: 3-D \nClue: This is the way the ladies sometimes ride", + "output": [ + "sidesaddle" + ] + }, + { + "id": "openseek-7-b58eae06936344c2b3d7c0005c27f7a9", + "input": "Category: THE SPORTS PAGE \nClue: One of this league's biggest newsmakers in 2004-'05 was Commissioner Gary Bettman", + "output": [ + "the national hockey league" + ] + }, + { + "id": "openseek-7-be939380768e4609b73011d12631a9ea", + "input": "Category: THE \"COO\" CREW \nClue: 3-word anatomical idiom meaning to wait, perhaps impatiently", + "output": [ + "cool your heels" + ] + }, + { + "id": "openseek-7-49d252b39f7e40eb8c66d8db9c86169f", + "input": "Category: LET'S KICK SOME NIXON AROUND \nClue: This Nixon nickname referred to subterfuges he employed in the 1950 Senate campaign", + "output": [ + "tricky dick" + ] + }, + { + "id": "openseek-7-d4e509b7a9164ef6b9d6b7418795acf2", + "input": "Category: GET OUT YOUR BIBLES \nClue: It's the sea in the line from Exodus \"The sea covered them, they sank as lead in the mighty waters\"", + "output": [ + "the red sea" + ] + }, + { + "id": "openseek-7-9be44f8ffba0417db6399dfff5ab5427", + "input": "Category: IMAGINARY RACES \nClue: The aliens in this Mandy Patinkin movie that later became a TV series were called Newcomers", + "output": [ + "alien nation" + ] + }, + { + "id": "openseek-7-84cb66d6aa854d97994b9b15fc5b3d5a", + "input": "Category: LITERARY TITLE OCCUPATIONS \nClue: All paths lead to Dr. Chearles Primrose, this title Oliver Goldsmith reverend", + "output": [ + "the vicar of wakefield" + ] + }, + { + "id": "openseek-7-121173d854d04d4bb457a758df1b6e7b", + "input": "Category: BUSINESS & INDUSTRY \nClue: They've provided insurance for Liz Taylor's diamonds, Liberace's fingers & Jimmy Durante's nose", + "output": [ + "lloyd\\'s of london" + ] + }, + { + "id": "openseek-7-03f1d424315b4d5e8c666d8718d6aa64", + "input": "Category: CATCHING SOME \"Z\"s \nClue: In the 1838 Battle of Blood River, Andres Pretorius led troops against this African people's warriors", + "output": [ + "the zulus" + ] + }, + { + "id": "openseek-7-6d3b4bf1cbab4045afba27bd9d4dc392", + "input": "Category: MOUNTAINS \nClue: This \"colorful\" eastern range of the Appalachians stretches from Pennsylvania to Georgia", + "output": [ + "the blue ridge mountains" + ] + }, + { + "id": "openseek-7-5e4702b2dfcd4f3e8ef687d0da0b6411", + "input": "Category: FRENCH LITERATURE \nClue: In 1677 this dramatist's play \"Phedre\" was produced & he became Louis XIV's official historian", + "output": [ + "jean racine" + ] + }, + { + "id": "openseek-7-0f1650f011f64a348dd0aab7f3744cfe", + "input": "Category: \"C\" WORLD \nClue: Taiwan honors this ancient philosopher every year on September 28", + "output": [ + "confucius" + ] + }, + { + "id": "openseek-7-600db6f96d8845dfaa36e78c4921e019", + "input": "Category: THE PLANETS \nClue: Most of this planet's moons are named for Shakespearean characters", + "output": [ + "uranus" + ] + }, + { + "id": "openseek-7-15ed74e85b6f4ed281042b74d5128ca0", + "input": "Category: MY TV TOWN \nClue: Bartender Sam Malone", + "output": [ + "boston" + ] + }, + { + "id": "openseek-7-c37066c8771545a089b67a9fddd2d6d9", + "input": "Category: E-COMMERCE \nClue: alzheimersupport.com is among sites offering this super-herb, the scientific name of the maidenhair tree", + "output": [ + "gingko biloba" + ] + }, + { + "id": "openseek-7-a1e78cd3790141f4a8b4cdaa4519e03d", + "input": "Category: DANGER IN WONDERLAND \nClue: She tried to whack Alice with that \"off with her head\" line; wait 'til she gets a load of you", + "output": [ + "the queen of hearts" + ] + }, + { + "id": "openseek-7-c6889e2270924a77bb5fab1e2c8a64f3", + "input": "Category: WHAT DOES MOM DO? \nClue: She's a doctor who specializes in caring for children", + "output": [ + "pediatrician" + ] + }, + { + "id": "openseek-7-4c6ba90b3cef48158825c15e23a0bb19", + "input": "Category: ROYALTY ON FILM \nClue: Katharine Hepburn was her in \"The Lion in Winter\"", + "output": [ + "eleanor of aquitaine" + ] + }, + { + "id": "openseek-7-d107d4cbf7564b06a667850965d9825f", + "input": "Category: LET'S BREAK UP \nClue: In October 1999 he shocked radio listeners by announcing that he & wife Alison were splitting up", + "output": [ + "howard stern" + ] + }, + { + "id": "openseek-7-36b78a1fe6334a3195b6f62ecabbfe3b", + "input": "Category: SHAKESPEAREAN GEOGRAPHY \nClue: This land, named for an Italian, is mentioned just once in a Shakespeare play-- in \"The Comedy of Errors\"", + "output": [ + "america" + ] + }, + { + "id": "openseek-7-8a5b767dfd5d42d6be82546b29a6da95", + "input": "Category: DOUBLE TALK \nClue: You'll find this \"big top\" casino in Las Vegas", + "output": [ + "circus circus" + ] + }, + { + "id": "openseek-7-762ca2f5e1af412aa1c4d12e6335c1ad", + "input": "Category: LATIN PHRASES \nClue: It can refer to the host used in the Eucharist, or a city southwest of Houston", + "output": [ + "corpus christi, texas" + ] + }, + { + "id": "openseek-7-538f5dd9aa1743a9961780c3e9d49316", + "input": "Category: NOM DE PLUME \nClue: Mystery writer Nicholas Blake, in reality a \"My Left Foot\" star's father", + "output": [ + "cecil day-lewis" + ] + }, + { + "id": "openseek-7-1556109a160448a69e32d9437081d14f", + "input": "Category: BOGIE & BACALL SPEAK! \nClue: Bacall's first film line was said to Bogie in \"To Have and Have Not\": \"Anybody got\" one of these", + "output": [ + "a match" + ] + }, + { + "id": "openseek-7-935e26f4c80b4757b0cfd4872e4459cd", + "input": "Category: 10 YEARS LATER \nClue: In the '82-'83 season, \"60 Minutes\" was the No. 1 rated TV show in the U.S.; 10 years later, this was No. 1", + "output": [ + "60 minutes" + ] + }, + { + "id": "openseek-7-b59641cc2653405e91fdc6b4cb9fa73e", + "input": "Category: COLORS \nClue: The 2 opposing colors in the Wars of the Roses & in the Russian Civil War of 1918-1920", + "output": [ + "red & white" + ] + }, + { + "id": "openseek-7-9ab7c216655a46ffbca9fa9c9e33c750", + "input": "Category: LONDON'S CITY GUILDS \nClue: Loriners make hardware for this genteel sport a little \"bit\" at a time", + "output": [ + "polo" + ] + }, + { + "id": "openseek-7-2824339b2b144ecea6312ffc274aa101", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: This country's largest university is the University of Helsinki", + "output": [ + "finland" + ] + }, + { + "id": "openseek-7-888d6d9b1a2344d5b3ea3281368b4ae9", + "input": "Category: THE SWEET 1600s \nClue: In 1632 this Lord was granted a charter to found the colony of Maryland", + "output": [ + "baltimore" + ] + }, + { + "id": "openseek-7-de2b162f4d3948159f9cbc75a765bbaa", + "input": "Category: A 5-CHAPTER STORY ABOUT STORIES \nClue: Ch. 3: Boy & girl have a family (well, an imaginary one, at least) & entertain Nick & Honey in this 1962 play", + "output": [ + "who\\'s afraid of virginia woolf?" + ] + }, + { + "id": "openseek-7-fa2f1406a87f4111b71a401ac8281b5b", + "input": "Category: IWO JIMA \nClue: On Nov. 10, 1954 a bronze monument to the battle of Iwo Jima was dedicated at this location", + "output": [ + "arlington national cemetery" + ] + }, + { + "id": "openseek-7-02fa706bdf5b408683cbe7f52b465b74", + "input": "Category: STARTS WITH \"W\" \nClue: While skiers \"think snow\", river rafters think this", + "output": [ + "white water" + ] + }, + { + "id": "openseek-7-b7a0ed1d85244620b00a6e186fcc6608", + "input": "Category: ROCK OF AGELESS \nClue: He's lasted long enough to be inducted into the Rock & Roll Hall of Fame 3 times, the first with The Yardbirds", + "output": [ + "eric clapton" + ] + }, + { + "id": "openseek-7-651a597105764a2f8dc53b4bce83b0f3", + "input": "Category: LITERARY TERMS \nClue: An outline of the main points of a work is called this, from the Latin for \"see together\"", + "output": [ + "a synopsis" + ] + }, + { + "id": "openseek-7-850436faac08401385006da4a5c24d61", + "input": "Category: THE LIPIZZANERS OF VIENNA \nClue: This \"Bambi\" author wrote a book about a proud Lipizzaner named Florian reduced to pulling a cab", + "output": [ + "felix salten" + ] + }, + { + "id": "openseek-7-2e755c67602e47ce9776ccf1d714eaf0", + "input": "Category: I'M HUNGARIAN \nClue: I was born in Budapest in 1908 & was instrumental in making possible the first U.S. hydrogen bomb", + "output": [ + "edward teller" + ] + }, + { + "id": "openseek-7-79b12a82da8a485f87d92aded19f3e49", + "input": "Category: DALLAS \nClue: In February 2000 this great NFL coach was laid to rest at a Dallas cemetery", + "output": [ + "tom landry" + ] + }, + { + "id": "openseek-7-fc7a3f0754d44892b3e2d4308d4fb24e", + "input": "Category: BOYS \nClue: This singer was nicknamed \"The Lizard King\"", + "output": [ + "jim morrison" + ] + }, + { + "id": "openseek-7-87dc179e8ef941c6aee8b89f69ba64f0", + "input": "Category: \"OO\" WHO? \nClue: What he really said in 1925 was that \"the chief business of the American people is business\"", + "output": [ + "calvin coolidge" + ] + }, + { + "id": "openseek-7-a7e56dc349f748bd89476b3b180b2be0", + "input": "Category: ACTRESSES \nClue: She revealed that after making \"The Heartbreak Kid\" she had a fling with Elvis Presley", + "output": [ + "cybill shepherd" + ] + }, + { + "id": "openseek-7-493cba5a711d4ffd9b2ab11790d635c9", + "input": "Category: BEFORE, DURING & AFTER \nClue: Poker hand of 3 aces & 2 kings with a British royal family name adopted in 1917 that's a great way to tie a tie", + "output": [ + "a full house of windsor knot" + ] + }, + { + "id": "openseek-7-0a13c9c5da444bf5b987af3d7205fc4e", + "input": "Category: CLASSICAL MUSIC \nClue: Ludwig II of Bavaria adored this composer's work & paid him to complete \"The Ring of the Nibelung\"", + "output": [ + "richard wagner" + ] + }, + { + "id": "openseek-7-f04ca85a5ebe4283b2bcb42559f3faf0", + "input": "Category: SCIENTIFIC AMERICANS \nClue: In 1959 Khrushchev wanted this dome designer to come over & teach his engineers a thing or two", + "output": [ + "buckminster fuller" + ] + }, + { + "id": "openseek-7-bf90078f3d4a495b99117920d30943cf", + "input": "Category: GOD BLESS YOU \nClue: In pre-Islamic times Qaynan was a protector god of blacksmiths on this peninsula", + "output": [ + "the arabian peninsula" + ] + }, + { + "id": "openseek-7-02fff647f1b24fe7b8440fb24ce57475", + "input": "Category: CONTROLLED \"BURN\" \nClue: The title of this TV show is what informs a spy that he has been let go", + "output": [ + "burn notice" + ] + }, + { + "id": "openseek-7-3ce7d4c577dc47e88a09398b688946a2", + "input": "Category: AMERICAN HISTORY \nClue: Plessy vs. Ferguson, which upheld segregation, was overturned by this 1954 case", + "output": [ + "brown v. board of education" + ] + }, + { + "id": "openseek-7-bc730c9cd64e465f8895fdf21c31d940", + "input": "Category: AMERICAN LITERATURE \nClue: This 1906 novel says, \"Now & then a visitor wept, to be sure; but this slaughtering machine ran on, visitors or no...\"", + "output": [ + "the jungle" + ] + }, + { + "id": "openseek-7-9110780906174767b5ffcdb29a862f8c", + "input": "Category: THE GRAMMYS \nClue: This British rocker proved himself a \"Phenomenon\", winning 2 Grammys for \"Change The World\"", + "output": [ + "eric clapton" + ] + }, + { + "id": "openseek-7-b3e6ade88f674a3e8481413d5b22242e", + "input": "Category: ORGANIZATIONS \nClue: Founded in 1770, the Hasty Pudding Club is famed for its theatricals at this university", + "output": [ + "harvard" + ] + }, + { + "id": "openseek-7-b0edff4202314281978bc10a43b9e3cc", + "input": "Category: MAJOR LEAGUE BASEBALL NICKNAMES \nClue: Yankee batting champ \"Donnie Baseball\"", + "output": [ + "mattingly" + ] + }, + { + "id": "openseek-7-17b9baa32423459fa43db5b5164439d3", + "input": "Category: POP SINGERS \nClue: Nightmarish singer who recorded \"Welcome to My Nightmare\"", + "output": [ + "alice cooper" + ] + }, + { + "id": "openseek-7-a1fc484bfb17463895f2215502d2e245", + "input": "Category: ON ICE \nClue: Put this letter on \"ice\" & you get gaming material that may be loaded", + "output": [ + "d" + ] + }, + { + "id": "openseek-7-e34734d2ed0f4a0f957558d76ffeb76e", + "input": "Category: LIZARDRY \nClue: To ward off predators, the horned lizard will squirt this out of its eyes", + "output": [ + "blood" + ] + }, + { + "id": "openseek-7-f4ee200234954d7da31c4d74146ce12c", + "input": "Category: '70s SONGS \nClue: In a 1972 hit Neil Young was \"A Miner for\" this", + "output": [ + "a heart of gold" + ] + }, + { + "id": "openseek-7-5a7031d55f9945b4bc13e4ccc52e81bd", + "input": "Category: KNOCK, KNOCK \nClue: \"...No trace of imagination, good taste or ingenuity\", the New Yorker said of this '39 film set in Kansas", + "output": [ + "the wizard of oz" + ] + }, + { + "id": "openseek-7-f29ac558b93648db916a1dde21a3c414", + "input": "Category: NATURE \nClue: If you spot a snipe, you've seen this type of creature", + "output": [ + "a bird" + ] + }, + { + "id": "openseek-7-466191083c1b45b5996b398ccbcebae7", + "input": "Category: THE RED PLANET \nClue: The 2 planets in our solar system that are smaller than Mars", + "output": [ + "mercury & pluto" + ] + }, + { + "id": "openseek-7-c953ad17b3264911b8084d62524e8fa9", + "input": "Category: BRITISH ROYALTY \nClue: When his tomb was opened in 1102, a fragrance filled the air, & his body was perfectly preserved", + "output": [ + "edward the confessor" + ] + }, + { + "id": "openseek-7-af7262a112de41fa83a71e1d481c452e", + "input": "Category: SEA LIFE \nClue: This \"sea\" animal named for a flower pulls in its tentacles & shortens its body when it's disturbed", + "output": [ + "anemone" + ] + }, + { + "id": "openseek-7-bd77b497b0cc4c16a6da0e47784bc109", + "input": "Category: \"N\" THE ATLAS \nClue: King Gyanendra reigns in this country that borders China", + "output": [ + "nepal" + ] + }, + { + "id": "openseek-7-c6f0c7a79ae44f16bd070e58c107d3cd", + "input": "Category: SIEGES \nClue: Russia's hopes in this war ended when Sevastopol surrendered in 1855 after an 11-month siege", + "output": [ + "the crimean war" + ] + }, + { + "id": "openseek-7-9c24e3b6f6bc4705912f7d163610110d", + "input": "Category: THE MOVIES \nClue: This actor pursues class brain Ione Skye in 1989's \"Say Anything...\"", + "output": [ + "john cusack" + ] + }, + { + "id": "openseek-7-a21e4122576440af97611ae0e6adab3c", + "input": "Category: OH WHAT A YEAR! \nClue: Martin Luther King assassinated, Viet Cong launches Tet Offensive, Green Bay wins second Super Bowl", + "output": [ + "1968" + ] + }, + { + "id": "openseek-7-d6e93458eb5c4d0aa66dc5f62e3eea25", + "input": "Category: 8-LETTER WORDS \nClue: From the Latin for \"boxer\", it's another name for a prizefighter", + "output": [ + "pugilist" + ] + }, + { + "id": "openseek-7-330fc42a23204eb283d71eebd69c7c81", + "input": "Category: CELEBRITY RHYME TIME \nClue: Harrelson's yummies", + "output": [ + "woody\\'s goodies" + ] + }, + { + "id": "openseek-7-88c3b0878cc246f3b67812f05c4045f7", + "input": "Category: CANADA \nClue: Residents of this province have the highest per capita income in the country", + "output": [ + "ontario" + ] + }, + { + "id": "openseek-7-179049ef85714365b416c7d5822f8648", + "input": "Category: SO YOU THINK YOU CAN FRANCE \nClue: With the 1960 test of Gerboise Bleue, France became the fourth of these, joining the U.S., U.S.S.R. & U.K.", + "output": [ + "a nuclear power" + ] + }, + { + "id": "openseek-7-36daf3c4be7b446da21628396acdc282", + "input": "Category: CHICAGO \nClue: \"Ferris Bueller's Day Off\" includes a visit to this museum, with a peek at its famous Seurat", + "output": [ + "the art institute of chicago" + ] + }, + { + "id": "openseek-7-1729e7838a3d44a2a5d37872e3b2e292", + "input": "Category: FROM A TO Y \nClue: The name of a brand of chocolate chip cookies includes this nautical word", + "output": [ + "ahoy" + ] + }, + { + "id": "openseek-7-3b1b6727b6ad4037bf8ac75962cf0959", + "input": "Category: PARTS \nClue: It has a bottom stop, teeth, a slide & top stops", + "output": [ + "a zipper" + ] + }, + { + "id": "openseek-7-28bc9118a49843bfa071875e28015f7e", + "input": "Category: STATE CAPITAL NICKNAMES \nClue: \"The Bluegrass Capital\"", + "output": [ + "frankfort, kentucky" + ] + }, + { + "id": "openseek-7-bcf4b3a3ce004f58b7906058bfc0f170", + "input": "Category: WHERE IS THAT, PIERRE? \nClue: This region of NW France derives its name from Celts fleeing the Anglo-Saxon invasion of England", + "output": [ + "brittany" + ] + }, + { + "id": "openseek-7-eacab6c355fb4511a618d85c97ce644e", + "input": "Category: THE STAR'S TV SHOW & MOVIE \nClue: \"In Living Color\", \"Bruce Almighty\"", + "output": [ + "jim carrey" + ] + }, + { + "id": "openseek-7-862e49760d7444e1a875be778e44e7bc", + "input": "Category: JEWEL \nClue: The bulk of the world's peridot is mined from Peridot Mesa on the Apache Indian Reservation in this state", + "output": [ + "arizona" + ] + }, + { + "id": "openseek-7-febda139c7f5488aaaf50ff9c1cc3f68", + "input": "Category: WARTIME \nClue: The Victoria Cross is made from metal taken from enemy guns captured in this war", + "output": [ + "the crimean war" + ] + }, + { + "id": "openseek-7-90e3ba4e708c49ceba67e2fad76e2387", + "input": "Category: WORLD RELIGION \nClue: It's the religion of 98% of Greece's population", + "output": [ + "greek orthodox" + ] + }, + { + "id": "openseek-7-0e8c4236d7fc44a6a34f21ba8f3732c2", + "input": "Category: BEFORE HE WAS PRESIDENT... \nClue: He accepted Robert E. Lee's surrender at Appomattox Court House", + "output": [ + "grant" + ] + }, + { + "id": "openseek-7-38ff653972504831a30626040459cc6f", + "input": "Category: COLORS \nClue: This greenish-yellow color is named for an aromatic liqueur made by Carthusian monks", + "output": [ + "chartreuse" + ] + }, + { + "id": "openseek-7-043888c8bb324ebdb36a2f062c53992a", + "input": "Category: THE 1860s \nClue: This Swede came up with a dynamite invention & patented it in 1867", + "output": [ + "alfred nobel" + ] + }, + { + "id": "openseek-7-73b8b85bd3764c4e885a448fdc749942", + "input": "Category: 1853 \nClue: 2 of his best-known works debuted, \"Il Trovatore\" & \"La Traviata\"", + "output": [ + "giuseppe verdi" + ] + }, + { + "id": "openseek-7-ab088cafb38d461581e31b46bf38e719", + "input": "Category: PEOPLE \nClue: With Theodore Simon, this French psychologist developed a series of intelligence tests", + "output": [ + "binet" + ] + }, + { + "id": "openseek-7-20746c26e8054714b46c763249e2f13b", + "input": "Category: THE ELEMENTS \nClue: This metallic element that's last alphabetically is used to make the cores of nuclear reactors", + "output": [ + "zirconium" + ] + }, + { + "id": "openseek-7-4a123ef93e9e4447af5b8f49d15fe8f2", + "input": "Category: SUPER ATHLETES \nClue: This German tennis star has won 21 Grand Slam singles titles, second only to Margaret Smith Court's 24", + "output": [ + "steffi graf" + ] + }, + { + "id": "openseek-7-83ff2c56fe824919b486e330d04d1fd4", + "input": "Category: TV STARS \nClue: Maureen McCormick, who played Marcia on this TV series, recorded a country music album in 1995", + "output": [ + "the brady bunch" + ] + }, + { + "id": "openseek-7-6d23f5ce691440779660e9f6e81a570d", + "input": "Category: MOTHER JONES SAID \nClue: \"On their sides the workers had only\" this document: \"the other side had bayonets\"", + "output": [ + "the constitution" + ] + }, + { + "id": "openseek-7-161ca1428d0443139c9d71d33f1190f7", + "input": "Category: AMERICAN PLACE NAMES \nClue: This Penn. city was named for 2 members of the British parliament who were sympathetic to the American Colonies", + "output": [ + "wilkes-barre" + ] + }, + { + "id": "openseek-7-9bc8fcbcdccc447692498bd6a8376dcb", + "input": "Category: FINISH THE SHAKESPEARE TITLE \nClue: \"The Tragedy of Hamlet...\"", + "output": [ + "prince of denmark" + ] + }, + { + "id": "openseek-7-7e2467b126e7480885a7be85a5d3f2e7", + "input": "Category: NOSE WEEK \nClue: Edmond Rostand won international fame with this 1897 play about a long-nosed, star-crossed poet", + "output": [ + "cyrano de bergerac" + ] + }, + { + "id": "openseek-7-418b757e494d4ab88ada445c179bc665", + "input": "Category: CONSTELLATIONS \nClue: This constellation named for the son of Poseidon & Euryale is known as \"The Hunter\"", + "output": [ + "orion" + ] + }, + { + "id": "openseek-7-4d98a4277da64d209274d55d71bd2bfa", + "input": "Category: ASIAN GEOGRAPHY \nClue: This region in the northeast, also called Tungpei, or \"the northeast\", is a \"candidate\" for having China's best forests", + "output": [ + "manchuria" + ] + }, + { + "id": "openseek-7-7fc86d38f9e64aacac61d7f139548d9e", + "input": "Category: RIFF RAFF \nClue: Axl had the vocals, but Slash wailed the riff on this \"sugary\" Guns N' Roses hit that came in No. 1", + "output": [ + "\"sweet child o\\' mine\"" + ] + }, + { + "id": "openseek-7-781f8754cbe54a45819aa7284dd744a7", + "input": "Category: THE CIVIL WAR \nClue: At its greatest enrollment, the CSMC, which stood for this, had fewer than 600 men & officers", + "output": [ + "confederate states marine corps" + ] + }, + { + "id": "openseek-7-9c1d0dd6331f4ca390e70a58bdc284f5", + "input": "Category: U.S. STATES \nClue: This state was home to the world's first drive-in movie theater & the first boardwalk", + "output": [ + "new jersey" + ] + }, + { + "id": "openseek-7-66e37ff1ca314e06ace47ee8d1b8844d", + "input": "Category: THE GOLDEN GLOBE AWARDS \nClue: She won 4 times for \"Sister Kenny\", \"Auntie Mame\", \"Mourning Becomes Electra\" & \"Gypsy\"", + "output": [ + "rosalind russell" + ] + }, + { + "id": "openseek-7-6601693d6c27426b91c802374b84268f", + "input": "Category: SUCCESSORS \nClue: He took over from Ehud Barak as prime minister of Israel", + "output": [ + "ariel sharon" + ] + }, + { + "id": "openseek-7-270acaf1fc9b4a8e9761bcc9733ae390", + "input": "Category: AT THE BEGIN\"ING\" \nClue: A person who doesn't appreciate kindness or generosity", + "output": [ + "an ingrate" + ] + }, + { + "id": "openseek-7-ba5d88cfaa8c41b39649692ec0e9f1ef", + "input": "Category: THE LIBRARY \nClue: Defacing books or shouting or throwing spitballs at the other readers", + "output": [ + "three activities prohibited in the library" + ] + }, + { + "id": "openseek-7-3476e192efc74b9795acfa5009339e27", + "input": "Category: WASHINGTON, D.C. \nClue: Pierre L'Enfant's grand plan for Washington, D.C. was reminiscent of this capital city, his birthplace", + "output": [ + "paris" + ] + }, + { + "id": "openseek-7-d0f43ffc64f746089d323caa1eb30aa8", + "input": "Category: THE SONG DYNASTY \nClue: This songwriting duo's many classics include \"Ruby Tuesday\" & \"Tumbling Dice\"", + "output": [ + "mick jagger & keith richards" + ] + }, + { + "id": "openseek-7-a976154ce20747098f0cd8cdca9f4687", + "input": "Category: 2007 NEWS \nClue: Edited by his son Christopher, \"The Children of Hurin\" is a tale of Middle-Earth's First Age by this man", + "output": [ + "j.r.r. tolkien" + ] + }, + { + "id": "openseek-7-5816008370dd43438caf60ff1e8ec215", + "input": "Category: AMERICAN POETS \nClue: In 1900 his grandfather bought him a chicken farm near Derry, New Hampshire", + "output": [ + "robert frost" + ] + }, + { + "id": "openseek-7-507181eed70848f9b043e3d69b455648", + "input": "Category: CURRENT EVENTS \nClue: In 1986, for the 1st time ever, 2 women ran against each other for gov. in this plains state", + "output": [ + "nebraska" + ] + }, + { + "id": "openseek-7-713c2bba266a4900b4aba260d3ca2c1f", + "input": "Category: ANAGRAMS \nClue: Wander over to England if you want to see this prince", + "output": [ + "andrew" + ] + }, + { + "id": "openseek-7-4e416c6941364242883ec01902fedf4a", + "input": "Category: WORLD OF DANCE \nClue: The gavotte", + "output": [ + "france" + ] + }, + { + "id": "openseek-7-fa7982054b8d48c8b138088eb075e125", + "input": "Category: BACKWORDS \nClue: I believe these were the cause of the missing produce on the White Star Line's flagship", + "output": [ + "rats" + ] + }, + { + "id": "openseek-7-bb411cf6a8ba47b499c600b34b655479", + "input": "Category: SALEM & THE WITCH TRIALS \nClue: In a nod to the town's witchy past, the logo of Salem's police dept. depicts a witch riding one of these", + "output": [ + "a broom(stick)" + ] + }, + { + "id": "openseek-7-08c5fc3040814b68b395f388fb2c13c9", + "input": "Category: BEFORE & AFTER \nClue: Star of the film \"Elmer Gantry\" who's a city on the Conestoga River", + "output": [ + "bert lancaster, pennsylvania" + ] + }, + { + "id": "openseek-7-ade2a531da3c441790f62c7c3f0ee485", + "input": "Category: 5-LETTER WORDS \nClue: A large wing or tail feather, or one of the spines of a porcupine", + "output": [ + "quill" + ] + }, + { + "id": "openseek-7-de853019433e4c03a22c5c1ec200a4bb", + "input": "Category: SCIENCE \nClue: The Crookes tube, used to study these rays, led to the creation of the TV picture tube", + "output": [ + "cathode rays" + ] + }, + { + "id": "openseek-7-8e253509f5a144e9b580b8f66cd6df91", + "input": "Category: THE GREAT ABBA \nClue: This 1994 film about 2 drag queens & a transsexual featured the music of ABBA", + "output": [ + "priscilla, queen of the desert" + ] + }, + { + "id": "openseek-7-d5d5abcc4a244cb08465b7a1b87f51eb", + "input": "Category: BEFORE & AFTER \nClue: San Antonio Spurs \"Admiral\" marooned by Daniel Defoe", + "output": [ + "david robinson crusoe" + ] + }, + { + "id": "openseek-7-95256c8f216f4ab1bce5d355e33a6b8c", + "input": "Category: VAMPIRE SLAYERS \nClue: \"The Watcher's Guide\" & \"The Sunnydale High Yearbook\" are offical book companions to this TV show", + "output": [ + "buffy the vampire slayer" + ] + }, + { + "id": "openseek-7-91eae4875748402d8d7a5dc5c8006d92", + "input": "Category: ANAGRAMMED EXISTENTIAL PHILOSOPHERS \nClue: Gee, dig her!", + "output": [ + "heidegger" + ] + }, + { + "id": "openseek-7-f8a31da71a894f8da61a6c5f09588e9a", + "input": "Category: TECHNOLOGY \nClue: The Oxford Illustrated Encyclopedia says this tool has largely replaced the axe in forestry", + "output": [ + "chainsaw" + ] + }, + { + "id": "openseek-7-6d19784f979d4db183d893b316b6e670", + "input": "Category: WINE \nClue: Wine is produced in this grand duchy, along the Moselle River", + "output": [ + "luxembourg" + ] + }, + { + "id": "openseek-7-565022f8098047bbab19e06f882e611a", + "input": "Category: 100 _____ MAKE A.... \nClue: 100 of these make up a French franc", + "output": [ + "centimes" + ] + }, + { + "id": "openseek-7-50ac858407e3485baad31dc2b6d731f9", + "input": "Category: RATED \"G\" \nClue: Methane or laughing, for example", + "output": [ + "gas" + ] + }, + { + "id": "openseek-7-f94c0dba9ce64326aa2e8777ffdececa", + "input": "Category: OVER THE RAINBOW \nClue: \"We're after the same rainbow's end\" in this Mancini-Mercer song", + "output": [ + "\"moon river\"" + ] + }, + { + "id": "openseek-7-7ba63611b6e84df7959caa7af046331f", + "input": "Category: ARCHITECTS \nClue: Dallas-Fort Worth Airport architect Gyo Obata helped design this Smithsonian museum", + "output": [ + "air & space museum" + ] + }, + { + "id": "openseek-7-2da328498c9243b49b3500eda017918c", + "input": "Category: 4.O \nClue: In baby talk it's the sound of a steam locomotive", + "output": [ + "choo-choo" + ] + }, + { + "id": "openseek-7-02458c77e4864b63b0896d60739c37c5", + "input": "Category: LIVE IN TEXAS \nClue: Man from Sugarland, Texas known as \"The Hammer\" in the U.S. House of Representatives", + "output": [ + "tom delay" + ] + }, + { + "id": "openseek-7-c9b7dcb83a534cdc829d134e55cc581a", + "input": "Category: WORD & PHRASE ORIGINS \nClue: Some say this tool with an adjustable jaw was invented by a Massachusetts mechanic named Monk", + "output": [ + "a monkey wrench" + ] + }, + { + "id": "openseek-7-37a8423f4b704664802446ba382951b8", + "input": "Category: DREAMY MUSIC \nClue: On their 1997 Popmart tour this Irish band covered the Monkees' \"Daydream Believer\"", + "output": [ + "u2" + ] + }, + { + "id": "openseek-7-502cf1b02db1428f917b3ac7b132baf6", + "input": "Category: WEAPONS \nClue: This barbed spear attached to a rope is used to kill or capture large fish & whales", + "output": [ + "a harpoon" + ] + }, + { + "id": "openseek-7-361cb1b8ff4f44b3adea5b89542ab1ae", + "input": "Category: IT'S THE LITTLE THINGS \nClue: Isaac Newton said he felt like a boy finding these small stones on the seashore of the Ocean of Truth", + "output": [ + "pebbles" + ] + }, + { + "id": "openseek-7-7100257173834288b286f9c390575b59", + "input": "Category: JOIN THE TEAM \nClue: Played inside a gym or out on the beach, you have to know how to bump, set & serve to play it", + "output": [ + "volleyball" + ] + }, + { + "id": "openseek-7-3426acfe362343ffa3a5b617a20b8a81", + "input": "Category: LIZARDRY \nClue: Because of a fracture plane across their lower vertebra, lizards have this ability, aka autotomy, to escape danger", + "output": [ + "to shed their tail" + ] + }, + { + "id": "openseek-7-2357ee6269c7433898572328147e0119", + "input": "Category: CHEMISTRY \nClue: It's the smallest unit of a substance that shows all the chemical properties of that substance", + "output": [ + "molecule" + ] + }, + { + "id": "openseek-7-311d704f2302489eb629b17a90bf2d59", + "input": "Category: COLONIAL AMERICA \nClue: Of the 13 colonies, this one had the first permanent English settlement", + "output": [ + "virginia" + ] + }, + { + "id": "openseek-7-f04bfafb7f8948f8ba719810cf52e1b2", + "input": "Category: A NOVEL CATEGORY \nClue: Your mail carrier may know this was James M. Cain's first novel", + "output": [ + "the postman always rings twice" + ] + }, + { + "id": "openseek-7-57b3d1a1ec2043a3a520bb0d3a4f48e8", + "input": "Category: WOMEN IN CHARGE \nClue: From 1966 to 1977 & from 1980 to 1984, she led the world's largest democracy", + "output": [ + "indira gandhi" + ] + }, + { + "id": "openseek-7-daddcb2aae144baab0004a63e0e2051e", + "input": "Category: HIGH \"IQ\" \nClue: Maputo is its capital", + "output": [ + "mozambique" + ] + }, + { + "id": "openseek-7-0390cbdbb69147b2ab89597b1a8ba301", + "input": "Category: A RICH STEW \nClue: If there's ever a \"Gilligan's Island\" feature film, we hope the theme song will change 1 letter & upgrade Mr. Howell to this", + "output": [ + "a billionaire" + ] + }, + { + "id": "openseek-7-ec89a8be9f86476992dbc7a7ad54d721", + "input": "Category: THE PLANETS \nClue: This largest planet spins the most rapidly; its day is just 10 hours long", + "output": [ + "jupiter" + ] + }, + { + "id": "openseek-7-f2e853aae1f6447495ef2145a60954ea", + "input": "Category: COLLEGE SPORTS NICKNAMES \nClue: At the California college named for John Greenleaf Whittier, no team nickname could be fittier", + "output": [ + "poets" + ] + }, + { + "id": "openseek-7-6c0ff0f1baec457ab607ab968a5742c5", + "input": "Category: YOU'RE AN ANIMAL! \nClue: These predatory birds are named for a place they might dwell", + "output": [ + "barn owls" + ] + }, + { + "id": "openseek-7-326e05a800a04da082a227aa2e8781f3", + "input": "Category: COOKING CLASS \nClue: If you boil these before making them into hash browns, they'll stick together better and cook faster, too", + "output": [ + "potatoes" + ] + }, + { + "id": "openseek-7-9a0d980496a34235b0ac71c2fa659422", + "input": "Category: DEFENDER \nClue: Loyalist troops under General Jose Miaja held this capital in 1936-37; it fell in 1939", + "output": [ + "madrid" + ] + }, + { + "id": "openseek-7-9b20f99287964606ac3f5c9385601e8c", + "input": "Category: MATH TERMS \nClue: The term surd refers to irrational numbers like this number's square root, 1.7320508...", + "output": [ + "3" + ] + }, + { + "id": "openseek-7-56226730e377439b92f9c8314df7f785", + "input": "Category: GEOGRAPHIC SAINTS \nClue: Spanish-speaking people call this largest of the U.S. Virgin Islands Santa Cruz", + "output": [ + "saint croix" + ] + }, + { + "id": "openseek-7-676a58c15bc44ee19397293555d0b97b", + "input": "Category: INSECTS \nClue: Almost everything most insects do is related to these 2 survival activities", + "output": [ + "eating & mating" + ] + }, + { + "id": "openseek-7-77a606e6104b48cabffc9d3d49cfae65", + "input": "Category: AUTO FOCUS \nClue: The Town Car from this car line was originally built as a car for Henry Ford", + "output": [ + "lincoln" + ] + }, + { + "id": "openseek-7-5b1a7915543e47c8ad5c05b9f9b7e15b", + "input": "Category: NURSERY RHYME RAP \nClue: This trio I don't know from Adam can't see the lady with a knife comin' at 'em", + "output": [ + "three blind mice" + ] + }, + { + "id": "openseek-7-967f2935710b49b984d39a9c75022f98", + "input": "Category: BRITISH NOVEL CHARACTERS \nClue: W.E. Henley, the amputee who wrote the brave poem \"Invictus\", inspired this character in an 1883 book", + "output": [ + "long john silver" + ] + }, + { + "id": "openseek-7-490a7ac576e94d3eb73ad9fb11988d05", + "input": "Category: SURVIVAL SKILLS \nClue: If you must move a victim with a broken bone, apply one of these to prevent the broken bone from moving", + "output": [ + "splint" + ] + }, + { + "id": "openseek-7-93d984951e7848d580205e49b2cb726c", + "input": "Category: THE BILLS \nClue: During his return from Europe in May 1888, this Wild West entertainer had to bury his horse at sea", + "output": [ + "buffalo bill cody" + ] + }, + { + "id": "openseek-7-2a776f9318d44ac8949723cbb19b83a1", + "input": "Category: TV LAND'S TOP QUOTES \nClue: \"You're fired\"", + "output": [ + "trump" + ] + }, + { + "id": "openseek-7-a22b636c788a4344a310aacb3326ad07", + "input": "Category: LITERARY BADDIES \nClue: This Harry Potter bad guy's name is French for \"flight from death\"", + "output": [ + "voldemort" + ] + }, + { + "id": "openseek-7-e37c2e02f9664b4e9a1b4e5e62831d82", + "input": "Category: HOLIDAYS AND OBSERVANCES \nClue: The name of this Jewish holy day means \"beginning of the year\"", + "output": [ + "rosh hashanah" + ] + }, + { + "id": "openseek-7-28894c4c71f041929f0044b04a67dec1", + "input": "Category: STUPID ANSWERS \nClue: This gemstone is basically an onyx with alternating bands of sard & other minerals", + "output": [ + "sardonyx" + ] + }, + { + "id": "openseek-7-fc9e054f13bd4cf1b4575d849103aed1", + "input": "Category: NASAL PASSAGES \nClue: A Pascal pensee: If the nose of this queen \"had been shorter, the whole face of the world would have been changed\"", + "output": [ + "cleopatra" + ] + }, + { + "id": "openseek-7-3cb1843bd00f4db8a72e6ce03e7a5efd", + "input": "Category: PRESIDENTIAL FIRSTS \nClue: 1st president to refuse a 3rd term", + "output": [ + "george washington" + ] + }, + { + "id": "openseek-7-69cad51b1c8d4706b4917f99d1cd2960", + "input": "Category: SPHERES \nClue: The lateral halves of the cerebrum are called these", + "output": [ + "hemispheres" + ] + }, + { + "id": "openseek-7-ee71dda4d483410db2f638ff2be784b0", + "input": "Category: 25 \nClue: At age 25, he won the Raymond Orteig prize of $25,000 for the first solo flight between New York & Paris", + "output": [ + "lindbergh" + ] + }, + { + "id": "openseek-7-62c74da8026140dcabf563014e0c1fa8", + "input": "Category: COMIC BOOK VILLAINS \nClue: This \"God of Mischief\" & trickster clashed with Thor many times attempting to claim the throne of Asgard", + "output": [ + "loki" + ] + }, + { + "id": "openseek-7-c2288fb416ec4cff93901a42414a972f", + "input": "Category: NEVER \nClue: In removing stains, do not mix chlorine bleach with this substance, NH3; the mix can create these fumes", + "output": [ + "ammonia" + ] + }, + { + "id": "openseek-7-65e5a6e145b24d338212688e770ffafa", + "input": "Category: IF HE'D TAKEN MOM'S LAST NAME \nClue: 4-star general Colin McKoy", + "output": [ + "colin powell" + ] + }, + { + "id": "openseek-7-9ce1b789318b4e9a9c80cc931ba1e1b0", + "input": "Category: BOOKS OF THE BIBLE \nClue: You'll find the quotation \"To every thing there is a season\" in Chapter 3 of this book", + "output": [ + "ecclesiastes" + ] + }, + { + "id": "openseek-7-ef70fb01a6154b3485484141a62a0a96", + "input": "Category: BALLET ROLES \nClue: Since 1905 it's been dying, dying--still fluttering--dead!", + "output": [ + "the swan" + ] + }, + { + "id": "openseek-7-fa30d00b5f714d9cb091d5e63ed9bb1c", + "input": "Category: THE PRESIDENT'S DOG \nClue: He gave the Kennedys Pushinka, a pup of Strelka, the first Soviet dog in space", + "output": [ + "nikita khrushchev" + ] + }, + { + "id": "openseek-7-eeb4d3cf1c5148dd8e22109023ff6529", + "input": "Category: FILM DIRECTORS \nClue: This director's \"Scream\" pokes fun at horror films of the '80s, including his own Freddy Krueger movies", + "output": [ + "wes craven" + ] + }, + { + "id": "openseek-7-096ccf672d9949eb8b2b01558caca8b3", + "input": "Category: CAT SKILLS \nClue: Cats have a \"nictitating membrane\", a third one of these, which is used to clear dust from the cornea", + "output": [ + "an eyelid" + ] + }, + { + "id": "openseek-7-0cc70836269e488389d12aec06f67e7d", + "input": "Category: STRANGE \"R\"s \nClue: Let's pause a moment & think about this, what you see in a mirror", + "output": [ + "reflection" + ] + }, + { + "id": "openseek-7-da94e9672d054cf3b62b9b626c05c7f1", + "input": "Category: U.S.A. \nClue: This Rocky Mountain state has more mountains above 14,000 feet than any other", + "output": [ + "colorado" + ] + }, + { + "id": "openseek-7-f5bfd0d311f5433c9c23185366fa6cb6", + "input": "Category: FAMOUS NAMES \nClue: In 1951 she was nominated for vice president of Argentina, but was forced to withdraw from the race", + "output": [ + "eva peron" + ] + }, + { + "id": "openseek-7-cb54c02d4944492e9bf498d79435c635", + "input": "Category: THE FALL \nClue: In Feb. 1990 Buster Douglas knocked the mouthpiece (& the stuffing) out of this suddenly ex-heavyweight champ", + "output": [ + "mike tyson" + ] + }, + { + "id": "openseek-7-10e4351c57ef480794fca1c271963f40", + "input": "Category: 1812 \nClue: Georges Cuvier in 1812 gave this name to the creature seen here", + "output": [ + "pterodactyl" + ] + }, + { + "id": "openseek-7-e4cf99db6c7543d791b0f9cb5059712b", + "input": "Category: PEOPLE \nClue: This New York governor is the son of immigrant parents from Salerno, Italy", + "output": [ + "mario cuomo" + ] + }, + { + "id": "openseek-7-d2f30452bf924263b8a72da1047daadc", + "input": "Category: HISTORIC TABLOID HEADLINES \nClue: Perhaps from a tabloid tablet comes \"City-Founding Boys Nursed by Wolf!\", about Romulus & this brother", + "output": [ + "remus" + ] + }, + { + "id": "openseek-7-bac27ce13be14cf98f6ca2090fd64014", + "input": "Category: 10, 11 OR 12 \nClue: Players on each side of the ball in an NFL game", + "output": [ + "11" + ] + }, + { + "id": "openseek-7-4af0f49c2a7e4b779e8c2a52142b9f8b", + "input": "Category: INDIAN FOOD \nClue: This Indian specialty, a spicy curry, gets its name from the Portuguese for \"wine and garlic sauce\"", + "output": [ + "vindaloo" + ] + }, + { + "id": "openseek-7-f561237007f040d79a6af4e394e8ef60", + "input": "Category: MUSEUMS \nClue: The Turner Prize, named for British painter J.M.W., was founded by a group trying to buy art for this London gallery", + "output": [ + "tate" + ] + }, + { + "id": "openseek-7-363d90d8666549d097b3b58b00e2efe9", + "input": "Category: SMALL CAPITALS \nClue: The Grimaldis rule over this country's capital, nicknamed \"The Rock\" due to its position on a rocky promontory", + "output": [ + "monaco" + ] + }, + { + "id": "openseek-7-f87f48d13f614bb8b7f1362f85c2dac6", + "input": "Category: CHILDREN'S LIT TITLE CHARACTERS \nClue: He \"came into the world in the middle of the thicket, in one of those little, hidden forest glades...\"", + "output": [ + "bambi" + ] + }, + { + "id": "openseek-7-3e7005f5c3bb4fe7a13326d3f7e852a6", + "input": "Category: DON'T QUOTE ME ON THAT \nClue: He never said, \"Judy, Judy, Judy\" on film but his girlfriend in \"Only Angels Have Wings\" was named Judy", + "output": [ + "cary grant" + ] + }, + { + "id": "openseek-7-2c9593f21d4d43ba9f130e0cc9fe9ceb", + "input": "Category: VIDEO POTPOURRI \nClue: A German tax collector developed this dog breed to have protection while on his rounds:", + "output": [ + "doberman pinscher" + ] + }, + { + "id": "openseek-7-45fcef2d30d942d4872bbd85b60626b6", + "input": "Category: ICELAND COMETH \nClue: Located in Faxa Bay, it was made the capital of Iceland in 1918", + "output": [ + "reykjavik" + ] + }, + { + "id": "openseek-7-8674991252ac4decb89be3901a5ca1cf", + "input": "Category: ACTORS & ACTRESSES \nClue: In 1978 she played Brooke Shields' mother in 2 different films, \"Pretty Baby\" & \"King of the Gypsies\"", + "output": [ + "susan sarandon" + ] + }, + { + "id": "openseek-7-a2480d1f2fc64b54b8cc59c9abf637db", + "input": "Category: TV DRAMAS BY EPISODE \nClue: \"Waterloo at Southfork\"", + "output": [ + "dallas" + ] + }, + { + "id": "openseek-7-f4a11a1e9b254602872465ec7f01f88d", + "input": "Category: WELL, I'LL BE A '30s WORD \nClue: You get more than a pat on the back for identifying this 4-letter word for \"belch\" that came out in the 1930s", + "output": [ + "burp" + ] + }, + { + "id": "openseek-7-32230b8e50c74942a5c59fc485be34d9", + "input": "Category: WHOSE LIME IS IT ANYWAY? \nClue: To make this drink supposedly named for a British naval surgeon, all you need is gin & sweetened lime juice", + "output": [ + "gimlet" + ] + }, + { + "id": "openseek-7-adcfeff372fb4b5592c16e25c5b3d45e", + "input": "Category: PHILOSOPHIC IDEAS \nClue: David Hume held this view, that sense & experience are the sole foundation of knowledge", + "output": [ + "empiricism" + ] + }, + { + "id": "openseek-7-a5eca7edef684e95b60fa266693e5739", + "input": "Category: CANADA \nClue: In 1897 people rushed to this area located near Dawson in the Yukon Territory", + "output": [ + "the klondike" + ] + }, + { + "id": "openseek-7-5700786b4dcd46d3b1ae18db36afabbf", + "input": "Category: SCIENCE & TECHNOLOGY \nClue: In 1901 Eugene Demarcay discovered Eu, this rare-earth metal that's named for a continent", + "output": [ + "europium" + ] + }, + { + "id": "openseek-7-98b6da8c3a0643aa8b85320ff6745177", + "input": "Category: NEPAL \nClue: \"Wooden temple\", the meaning of this city's name, refers to the 400-year old one in its central square", + "output": [ + "katmandu" + ] + }, + { + "id": "openseek-7-d5f0cee1a02b44b084577b7f2b0e8c76", + "input": "Category: SKI YOU AT THE MOVIES \nClue: This actor who owns his own ski resort did much of his own skiing in the 1969 film \"Downhill Racer\"", + "output": [ + "robert redford" + ] + }, + { + "id": "openseek-7-7fbcf05f18d54f78af42d4a73c9ecc91", + "input": "Category: McACTORS \nClue: Ilya Kuryakin on \"The Man From U.N.C.L.E.\", he plays Dr. Donald \"Ducky\" Mallard on \"NCIS\"", + "output": [ + "david mccallum" + ] + }, + { + "id": "openseek-7-0f1c20b3fe964496be79c44dcc72c98b", + "input": "Category: BALLET \nClue: Choreographer Birgit Kolberg based her 1950 ballet \"Miss Julie\" on an 1888 play by this fellow Swede", + "output": [ + "august strindberg" + ] + }, + { + "id": "openseek-7-312bde957f3642ae99e6ae0316b3a2af", + "input": "Category: PEOPLE & PLACES \nClue: The people of this British dependency in the Atlantic are nicknamed \"Onions\"", + "output": [ + "bermuda" + ] + }, + { + "id": "openseek-7-e3fc55290f45468da4040346baa9c08c", + "input": "Category: ALL SAINTS' DAY BABIES \nClue: In 1979 the Dodgers acquired this pitcher born November 1 from Puebla of the Mexican League", + "output": [ + "fernando valenzuela" + ] + }, + { + "id": "openseek-7-5512b5ae814b4277a2a87f9dc095304f", + "input": "Category: INSTRUMENTS \nClue: His Brandenburg Concertos 2 & 4 are noteworthy pieces for recorder", + "output": [ + "j.s. bach" + ] + }, + { + "id": "openseek-7-bcda0c6d121b43f1abf9079ad7bc4232", + "input": "Category: BUGS \nClue: These small, stinging ants were introduced into the U.S. at Mobile, Alabama", + "output": [ + "fire ants" + ] + }, + { + "id": "openseek-7-089aaffd290b4cd1acc16f1727413289", + "input": "Category: HOW IS THAT PREPARED? \nClue: Yakotori", + "output": [ + "grilled" + ] + }, + { + "id": "openseek-7-5f622d838c5442439dff17ab430b1e85", + "input": "Category: IVORY \nClue: In May 1982 this \"Wonder\"ful song took the lead away from \"Chariots Of Fire\" on the Billboard pop chart", + "output": [ + "\"ebony and ivory\"" + ] + }, + { + "id": "openseek-7-bf944eef47d34b17a07dafa5c68391cb", + "input": "Category: AROUND NEW YORK \nClue: Popular name for the area along Seventh Avenue, south of 42nd Street, with stores full of notions & fabrics", + "output": [ + "the garment district" + ] + }, + { + "id": "openseek-7-637a7268e25946988afe0e5d8c161fae", + "input": "Category: PLAYIN' WITH YOUR \"HEAD\" \nClue: Nickname for a U.S. Marine, perhaps from the shape of his haircut", + "output": [ + "a jarhead" + ] + }, + { + "id": "openseek-7-7bf5d49014a24f0888e6f2a9f8ae134c", + "input": "Category: 1796 \nClue: In 1796 this future U.S. president helped draft Tennessee's new constitution", + "output": [ + "andrew jackson" + ] + }, + { + "id": "openseek-7-5b9fdef1fbab437bab9d2d36ccba3e4b", + "input": "Category: WORDS WITHIN WORDS \nClue: In Roget's, this 4-letter insect isn't in the same category as designation", + "output": [ + "gnat" + ] + }, + { + "id": "openseek-7-477c9cad80b6499cafee4727f5643936", + "input": "Category: GOLD \nClue: In 1995 people dug around this landmark looking for Jim Bowie's gold", + "output": [ + "the alamo" + ] + }, + { + "id": "openseek-7-e06c90f6adfb4ce1bafe619e2237c5d5", + "input": "Category: 20th CENTURY BALLET \nClue: Phillip Feeny's eerie music for the British ballet based on this spooky 19th C. novel is heard here", + "output": [ + "dracula" + ] + }, + { + "id": "openseek-7-2c2b4c92eecc48d7a4ea1f87be6248c1", + "input": "Category: PRESIDENTS & VICE PRESIDENTS \nClue: From 1909 to 1912, James Schoolcraft Sherman served as this man's vice president", + "output": [ + "taft" + ] + }, + { + "id": "openseek-7-4bea4ec8679e45b7bbd247c0b65ab765", + "input": "Category: THE '60s \nClue: This city's King's Road & Carnaby Street were hot scene of '60s fashion", + "output": [ + "london" + ] + }, + { + "id": "openseek-7-497bb50a4b2b4a1cbe41d9a1f35658ae", + "input": "Category: COLLEGE HODGEPODGE \nClue: This adjective for a second-year student is defined as \"intellectually pretentious\", \"conceited\" & \"immature\"", + "output": [ + "sophomoric" + ] + }, + { + "id": "openseek-7-d83424f5f3e245c1b255a456e6cea7a6", + "input": "Category: U.S. PRESIDENTS \nClue: A revolving book stand he adapted may be seen at his home, Monticello", + "output": [ + "thomas jefferson" + ] + }, + { + "id": "openseek-7-aa9d3bf4f16f4667ab475ad9cbc47acf", + "input": "Category: WEIGHTS & MEASURES \nClue: On this scale, normal human body temperature is 37 degrees", + "output": [ + "celsius" + ] + }, + { + "id": "openseek-7-c4c6b54763a0467b821fb53ccda88fba", + "input": "Category: RIMBAUD \nClue: Done with poetry at age 20, Arthur moved to Africa & sold guns to Menelik, future emperor of this country", + "output": [ + "ethiopia" + ] + }, + { + "id": "openseek-7-64574a98d1f54f6dac3a84364fd6f940", + "input": "Category: WORLD GEOGRAPHY \nClue: Cabinda, an area of this former Portuguese colony, is separated from the rest of it by Zaire", + "output": [ + "angola" + ] + }, + { + "id": "openseek-7-cf82541af29c4aa7987fd822489728b3", + "input": "Category: ALL ABOARD! \nClue: Ride in restored 1930s passenger cars on the Oil Creek and Titusville Railroad in this state", + "output": [ + "pennsylvania" + ] + }, + { + "id": "openseek-7-51e1e55505a2460187fdea8be3ce8b52", + "input": "Category: MAKE WAY FOR HEMINGWAY \nClue: \"In Our Time\", a collection of short stories, features this character who is similar to Hemingway", + "output": [ + "nick adams" + ] + }, + { + "id": "openseek-7-575cca04750f45e9b1189b765c024be3", + "input": "Category: GENERAL HOSPITAL \nClue: In real life, the hospital seen in the show's opening credits serves this county", + "output": [ + "los angeles county" + ] + }, + { + "id": "openseek-7-96cf0d40b43d4e8699e202d932e5066f", + "input": "Category: MLB TEAMS BY STADIUM \nClue: Shea Stadium", + "output": [ + "the mets" + ] + }, + { + "id": "openseek-7-7fa7527c8e1a4a7fb0538ba4b1032723", + "input": "Category: QUASI-RELATED PAIRS \nClue: A 21st century British P.M. & a U.S. female speed-skating gold medalist", + "output": [ + "tony & bonnie blair" + ] + }, + { + "id": "openseek-7-3c0d3ab5fb634e3783c410bb98ff6069", + "input": "Category: NOVELS BEFORE & AFTER \nClue: Erich Maria Remarque's WW1 classic about a silent veranda", + "output": [ + "all quiet on the western front porch" + ] + }, + { + "id": "openseek-7-d2000210ccd349d98d5ddd5a49ab6c81", + "input": "Category: THE NON-WASHINGTON CAPITALS \nClue: An 1855 earthquake in this Kiwi city raised the harbor bed by over a yard, allowing land to be drained & reclaimed", + "output": [ + "wellington" + ] + }, + { + "id": "openseek-7-4243d13503f84cb0b89f2a1356831ab3", + "input": "Category: COLONIAL AMERICA \nClue: In 1754, the French built Fort Duquesne on the present-day site of this city", + "output": [ + "pittsburgh" + ] + }, + { + "id": "openseek-7-68cf7d8629014ac9bed4f6df0593dcbe", + "input": "Category: MOVIE REMAKES \nClue: Terry Moore, who starred in this 1949 gorilla film, has a cameo in the 1998 version", + "output": [ + "mighty joe young" + ] + }, + { + "id": "openseek-7-07eb80812b7f43e796699ad06b5560e2", + "input": "Category: SCIENCE \nClue: This yellow element is found in gunpowder & matches & is used in vulcanizing rubber", + "output": [ + "sulphur" + ] + }, + { + "id": "openseek-7-e054f98730214cb0b2b1f91747698d1a", + "input": "Category: CAR TALK \nClue: This converter reduces the level of harmful pollutants in a car's exhaust", + "output": [ + "a catalytic converter" + ] + }, + { + "id": "openseek-7-35c165cc8f0248ddb72598341965f145", + "input": "Category: BIBLICAL RHYME TIME \nClue: An ark builder's feathered neck accessories", + "output": [ + "noah\\'s boas" + ] + }, + { + "id": "openseek-7-f8da7ee3e00a4841b112b21647113b94", + "input": "Category: EUROPEAN CITIES \nClue: Before WWII this German city was the most populous city on the European mainland", + "output": [ + "berlin" + ] + }, + { + "id": "openseek-7-7753ce2d1140496e9fc2b97aef9e9145", + "input": "Category: THE FLAGPOLE \nClue: As they are so \"attractive\", you should do this to metal poles that are outside & over 25 feet tall", + "output": [ + "ground them" + ] + }, + { + "id": "openseek-7-1a3b733e2d744a0a9aa256200103707e", + "input": "Category: CSI: SHAKESPEARE \nClue: 3 dead daughters, by poison, hanging & suicide; I wouldn't want to write the family Christmas card... this year", + "output": [ + "king lear" + ] + }, + { + "id": "openseek-7-477b24264e2042a29c9d2f5f942d5f8b", + "input": "Category: OLD TESTAMENT WOMEN \nClue: The victory song of Aaron & this sister of Moses at the Red Sea is one of the earliest pieces of Hebrew literature", + "output": [ + "miriam" + ] + }, + { + "id": "openseek-7-8159011032964cbc8ac80ef4a277867a", + "input": "Category: THE SUPREMES \nClue: Appointed in 1994, this justice from Massachusetts was the last to join the court in the 20th century", + "output": [ + "breyer" + ] + }, + { + "id": "openseek-7-6937654a0e2347ae8bfef80ef2caa9ef", + "input": "Category: AMERICAN LITERATURE \nClue: Truman Capote's nonfiction novel \"In Cold Blood\" was written in an event that took place in this state", + "output": [ + "kansas" + ] + }, + { + "id": "openseek-7-51b4f8de31ff4425ab2ef8c86990fda0", + "input": "Category: THE FABULOUS (18)50s \nClue: In 1857 this infamous Supreme Court decision declared that African-Americans were not U.S. citizens", + "output": [ + "dred scott decision" + ] + }, + { + "id": "openseek-7-9aca502d79c04dd09a34e2c5f36b720d", + "input": "Category: PRECOLUMBIAN LIFE \nClue: In the name of the deity Quetzalcoatl, coatl refers to a snake & quetzal to this type of creature", + "output": [ + "bird" + ] + }, + { + "id": "openseek-7-b8412b7bd66c42bab7e66eab617de4e4", + "input": "Category: NAMES IN THE NEWS \nClue: On December 16, 2000, the day after his graduation, LSU retired his No. 33 jersey", + "output": [ + "shaquille o\\' neal" + ] + }, + { + "id": "openseek-7-3e2ad20d08714d6481a01dc5379094b1", + "input": "Category: WHO'S WHO IN THE WORLD \nClue: This \"Supreme Temporal and Religious Head of Tibet\" has a doctorate in Buddhist philosophy", + "output": [ + "dalai lama" + ] + }, + { + "id": "openseek-7-3933b3ed25f1431a8f50acc2d8d89d1a", + "input": "Category: THE BRETHREN \nClue: Sean's kid brother, this \"Footloose\" & \"True Romance\" actor passed away in 2006", + "output": [ + "chris penn" + ] + }, + { + "id": "openseek-7-444bb4db6d064dcd800dbaf50e6ec516", + "input": "Category: CALIFORNIA MUSEUMS \nClue: The Guinness World of Records & Ripley's Believe It or Not! Odditorium are on this boulevard of dreams", + "output": [ + "hollywood boulevard" + ] + }, + { + "id": "openseek-7-2e5c6cd819d44ab7a955ed230bb8c188", + "input": "Category: THE ARMED FORCES \nClue: The 101st Airborne Division is nicknamed the Screaming these", + "output": [ + "eagles" + ] + }, + { + "id": "openseek-7-9f9943bdfaed4574aaba92564da85967", + "input": "Category: GIVING AWAY THE ENDING \nClue: Rochester regains the sight in one eye in this novel's last chapter", + "output": [ + "\"jane eyre\"" + ] + }, + { + "id": "openseek-7-887945484e304a918723444e329bf13f", + "input": "Category: INDIANA \nClue: Indiana's state motto is \"The Crossroads of\" this", + "output": [ + "america" + ] + }, + { + "id": "openseek-7-ced682e07cf3401888164c70eded4c12", + "input": "Category: CHINESE CALENDAR ANIMALS \nClue: William Blake had the \"bright\" idea to spell this animal's name with a \"Y\"", + "output": [ + "tiger" + ] + }, + { + "id": "openseek-7-0ad77892b0614eaea2f7c257d49537e5", + "input": "Category: STAMPS OF APPROVAL \nClue: This Looney Tunes character graced a 1999 stamp with his trademark \"That's Despicable\" look", + "output": [ + "daffy duck" + ] + }, + { + "id": "openseek-7-63e77636919f4a428fde7cfb57ff77df", + "input": "Category: THE U.N. \nClue: In 1992 this troubled European nation was expelled from the United Nations", + "output": [ + "yugoslavia" + ] + }, + { + "id": "openseek-7-3a5b30b915e145589b880bb7e0f2e8bf", + "input": "Category: LANGUAGES \nClue: A variety of Malay called Bahasa Jakarta is spoken in the capital of this island nation", + "output": [ + "indonesia" + ] + }, + { + "id": "openseek-7-94e118a7c9294e35a26876d8bff9966a", + "input": "Category: \"GO\" TO THE END \nClue: In mythology this ship on which Jason sailed contained magic wood from a sacred oak", + "output": [ + "argo" + ] + }, + { + "id": "openseek-7-81770c1b739e4be69971e01119f1c215", + "input": "Category: POPES NAMED GREGORY \nClue: Gregory XIII is famous for his revision of this in 1582", + "output": [ + "the calendar" + ] + }, + { + "id": "openseek-7-907e444dbefc47c2807fb5b5faea31c3", + "input": "Category: THE \"END\" IS NEAR \nClue: Nab or grab a suspect", + "output": [ + "apprehend" + ] + }, + { + "id": "openseek-7-ce9fc97c92a946df9f7ff66c16e08741", + "input": "Category: THE SUPREME COURT \nClue: In a 2001 book David Brock said he lied in a 1993 book slamming her, Clarence Thomas' nemesis at confirmation", + "output": [ + "anita hill" + ] + }, + { + "id": "openseek-7-acafcc69e30e4806be1d0b28ae54340d", + "input": "Category: CLASSIC NOVELS \nClue: In this novel, Lucy Westenra \"went to the window and looked out, but could see nothing, except a big bat\"", + "output": [ + "dracula" + ] + }, + { + "id": "openseek-7-b49e2520ef874d85baf305b0c46ca921", + "input": "Category: NOT REALLY MARRIED \nClue: This actress, TV's Hazel, cleans up with this actor & presidential assassin", + "output": [ + "shirley & john wilkes booth" + ] + }, + { + "id": "openseek-7-4a48855e6d3d451b9e1c4ef5275579e5", + "input": "Category: BEASTLY RHYME TIME \nClue: The pile where the woolly farm animals are stacked", + "output": [ + "sheep heap" + ] + }, + { + "id": "openseek-7-53f1bdf4fc6245ec9615a8c37fe4c280", + "input": "Category: EXPLORERS \nClue: This founder of Quebec also discovered the large lake named for him", + "output": [ + "samuel de champlain" + ] + }, + { + "id": "openseek-7-dd5c7c8ee6424f88a0e7a578585f2ffc", + "input": "Category: TAKE THE KIDS! \nClue: In part of Disney's Animal Kingdom, no glass separates you from the giant fruit type of this flying mammal", + "output": [ + "bat" + ] + }, + { + "id": "openseek-7-ce007feec290485484ae88d0c5cd4a3e", + "input": "Category: CARTOON VOICES \nClue: Mrs. Potts the teapot in \"Beauty and the Beast\"", + "output": [ + "angela lansbury" + ] + }, + { + "id": "openseek-7-692d82ef57484fa5a4f7298a198e0167", + "input": "Category: \"EASY\" QUESTIONS \nClue: New Orleans", + "output": [ + "\"the big easy\"" + ] + }, + { + "id": "openseek-7-97b1d90a1b3b4d7e94e8912d9ade7fa1", + "input": "Category: THE \"LONG\" & \"SHORT\" OF IT \nClue: \"The Lottery\" or \"The Gold Bug\"", + "output": [ + "a short story" + ] + }, + { + "id": "openseek-7-56408bf86fb34c9f9b39f9ad6b4bf076", + "input": "Category: 3 CONSECUTIVE LETTERS \nClue: Marja in this country was in the news in 2010", + "output": [ + "afghanistan" + ] + }, + { + "id": "openseek-7-91732b7b874d4d51b3c8fcdd8f713768", + "input": "Category: DRAMATISTS \nClue: William Shakespeare acted in one of this \"To Celia\" poet's first plays, \"Every Man in His Humour\"", + "output": [ + "jonson" + ] + }, + { + "id": "openseek-7-f5652bb5e1bf46339de33c6a07c595f9", + "input": "Category: \"SHOE\"s \nClue: From 1970 to 1999 he held the record for career victories as a jockey", + "output": [ + "shoemaker" + ] + }, + { + "id": "openseek-7-9ef58ca6518a47318327da589536b2ee", + "input": "Category: ENDANGERED SPECIES \nClue: It's no laughing matter: farmers in Africa have killed thousands of the brown species of this scavenger", + "output": [ + "the hyena" + ] + }, + { + "id": "openseek-7-e31c77544418433fab05d0046f6811e1", + "input": "Category: GRAMMAR \nClue: When reading this clue, a dangling one of these is included", + "output": [ + "participle" + ] + }, + { + "id": "openseek-7-96ed418d641e43c8a154c5bb4fd0df34", + "input": "Category: PAINTERS \nClue: The title of his 1885 work \"Halibut Fishing\" was changed to the more familiar title \"Fog Warning\" years later", + "output": [ + "winslow homer" + ] + }, + { + "id": "openseek-7-50eed9679af74d4cbc8312f3d76df3cd", + "input": "Category: THE HIGH LAND \nClue: Europe's high point is 18,510-foot Mount Elbrus in this country", + "output": [ + "russia" + ] + }, + { + "id": "openseek-7-a9a5d670a5444812b4d29d61669764a9", + "input": "Category: 8-LETTER WORDS \nClue: A French term for the skipping of a stone on water gave us this word meaning \"Rebound\", often used of bullets", + "output": [ + "ricochet" + ] + }, + { + "id": "openseek-7-678f68d1e6cf456fb6f83733b954b24b", + "input": "Category: ART HERSTORY \nClue: Artemisia Gentileschi was paid 3 times the going rate to paint this ceiling painter's family home", + "output": [ + "michelangelo" + ] + }, + { + "id": "openseek-7-561ac9101c7a4c7dac0cbb4d4a60740c", + "input": "Category: MILITARY AVIATION \nClue: In 1911 this nation was the 1st to use powered aircraft for military purposes when it spied on Turkish activities in Libya", + "output": [ + "italy" + ] + }, + { + "id": "openseek-7-8dd8842d92164ce58d073cfa4f9b4808", + "input": "Category: POMPIDOU & CIRCUMSTANCE \nClue: From 1962 to 1968 Pompidou held this job, just under president; no 5th Republic-an has held the post longer since", + "output": [ + "prime minister" + ] + }, + { + "id": "openseek-7-79d0df58cf9b45a3a85c45b41bae1019", + "input": "Category: FRENCH FOOD \nClue: This specialty of Alsace is the enlarged liver of a goose or duck", + "output": [ + "pate de foie gras" + ] + }, + { + "id": "openseek-7-4b8982f4d04249f384ba885b6912e244", + "input": "Category: QUICK BIOS \nClue: Born near Gzhatsk in 1934; promoted to major in 1961 shortly before liftoff, just in case; died 1968", + "output": [ + "yuri gagarin" + ] + }, + { + "id": "openseek-7-5a85f59eb24a43bcb88e12db30826d03", + "input": "Category: KINGS & QUEENS \nClue: Tradition says she had herself rolled up in a rug & delivered to Caesar", + "output": [ + "cleopatra" + ] + }, + { + "id": "openseek-7-f711eb231eb44c4fa88aae1b8eafe131", + "input": "Category: SEZ \nClue: In \"Day By Day\" Robert Lowell wrote, \"If we see light at the end of the tunnel, it's the light of\" this", + "output": [ + "an oncoming train" + ] + }, + { + "id": "openseek-7-6118ba7f15ac4c73a9b4d0a63452a0b4", + "input": "Category: STARTS WITH \"WH\" \nClue: The Scotch variety is seldom spelled with an \"E\"", + "output": [ + "whiskey" + ] + }, + { + "id": "openseek-7-94eaa6b51cf14204b92c4b571a7543e7", + "input": "Category: \"C\"-SECTION \nClue: This viral inflammation of the larynx & trachea is common in kids, especially from 6 months to 3 years", + "output": [ + "croup" + ] + }, + { + "id": "openseek-7-1de0db7ce7ea430e97bce289f9d041d6", + "input": "Category: \"MO\" BETTER \nClue: God's name of Yahweh was first announced to this man", + "output": [ + "moses" + ] + }, + { + "id": "openseek-7-37a4d7f183bf4c26a99c5ae43c9ec3c6", + "input": "Category: DO I KNOW YOU FROM SOMEWHERE? \nClue: A socialite whose name is still on magazines, he published Mademoisellle & Glamour starting in the 1930s", + "output": [ + "conde nast" + ] + }, + { + "id": "openseek-7-6ab947fc43eb4e5a911c2ec9a379beae", + "input": "Category: ACTOR-DIRECTORS \nClue: This actor directed an animal onscreen & off in 1998's \"The Horse Whisperer\"", + "output": [ + "robert redford" + ] + }, + { + "id": "openseek-7-58d19df431564d248a0dbb284a76aa75", + "input": "Category: OLD FARMERS \nClue: As part of his \"rebellion\" this Virginia farmer captured & burned Jamestown in 1676", + "output": [ + "nathaniel bacon" + ] + }, + { + "id": "openseek-7-98cc79be8f764fb7b2c2d4e06c0a8b0c", + "input": "Category: A CATEGORY WITH \"FIN\"s \nClue: To obtain or achieve something through trickery or manipulation", + "output": [ + "to finagle" + ] + }, + { + "id": "openseek-7-65e53c4dc5ec4ebf9fc15e50ed2c49d7", + "input": "Category: JAPANESE BUSINESS & INDUSTRY \nClue: This brand name meaning \"precision\" first appeared on Hattori's watches in 1924", + "output": [ + "seiko" + ] + }, + { + "id": "openseek-7-db63aca617054244b6fe3c15a40b3bed", + "input": "Category: TELEVISION \nClue: \"Matlock\" & \"Designing Women\" were both set in this state capital", + "output": [ + "atlanta" + ] + }, + { + "id": "openseek-7-c58de141706441f7bce35853a9acb80a", + "input": "Category: COFFEE BREAK \nClue: Sumatra Mandehling, one of the world's finest full-bodied coffees, comes from this country", + "output": [ + "indonesia" + ] + }, + { + "id": "openseek-7-1ea900d9f0264b7297718661df054c70", + "input": "Category: INTERIORS \nClue: Real-Fyre, a brand of these for your faux fireplace, features realistic knotholes & peeled bark", + "output": [ + "logs" + ] + }, + { + "id": "openseek-7-2b7885bcf4224a1fab0cd36b5cb25524", + "input": "Category: SPORTING CLICHES \nClue: Not pulling one's weight", + "output": [ + "rowing" + ] + }, + { + "id": "openseek-7-ac496e893ab14d008241881727d77df8", + "input": "Category: THE THIRD WORLD \nClue: The largest nation in area that's an archipelago, it covers 3 time zones", + "output": [ + "indonesia" + ] + }, + { + "id": "openseek-7-7bb101269cf1470da9f802b2d36ad0d7", + "input": "Category: BRIDGES \nClue: In December 2001 this country opened its first bridge over the Mekong", + "output": [ + "cambodia" + ] + }, + { + "id": "openseek-7-9acb1c4772a04af9b80c45d620b4901f", + "input": "Category: MR. OR MS. MAYOR \nClue: Marion Barry & Adrian Fenty have been mayors of this city", + "output": [ + "washington, d.c." + ] + }, + { + "id": "openseek-7-bb5d6c6a844f4b45a942bb420b84a294", + "input": "Category: HISTORIC DATES \nClue: On the French Revolutionary calendar, this 1789 date of the Bastille's fall might have been 25 Messidor", + "output": [ + "july 14" + ] + }, + { + "id": "openseek-7-c994291baa074d5d8a5aee387ad02038", + "input": "Category: \"EAU\" K \nClue: This state capital was founded by gold prospectors in 1880", + "output": [ + "juneau" + ] + }, + { + "id": "openseek-7-7aa0e1873f1d4e52a01e9f2a754b76de", + "input": "Category: MY PLACE? \nClue: A book subtitled \"Architecture in the Colombian Countryside\" showcases the estates called these in Spanish", + "output": [ + "haciendas" + ] + }, + { + "id": "openseek-7-53360f8dcbe84f25b8e0d76b75d80740", + "input": "Category: PRESIDENTS' CHILDREN \nClue: They're the only 2 sons of U.S. presidents to be elected president", + "output": [ + "george w. bush and john quincy adams" + ] + }, + { + "id": "openseek-7-6a43e04b5ec24d77a40fcd20021f542f", + "input": "Category: HISTORIC NAMES \nClue: This soldier's conquest of Sicily and Naples in 1860 helped achieve Italian unity", + "output": [ + "garibaldi" + ] + }, + { + "id": "openseek-7-f13b1c65c59343238919fead16cf38a8", + "input": "Category: AROUND THE USA \nClue: The Ten Thousand Islands are off Florida; the Valley of the Ten Thousand Smokes is in this state", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-88f158603cf04ba39e612313d8c2e1c3", + "input": "Category: KISSED THE GIRLS \nClue: 1968 film in which Charlton Heston as Taylor tells Kim Hunter, \"Doctor, I'd like to kiss you goodbye\"", + "output": [ + "planet of the apes" + ] + }, + { + "id": "openseek-7-90236fefb04741d9bf130e2f5e91d127", + "input": "Category: SCIENCE & NATURE \nClue: It's a formation of calcium carbonate built up on the floor of a cave, formerly water dripping from a stalactite", + "output": [ + "stalagmite" + ] + }, + { + "id": "openseek-7-0a875d3b053d4dbeba1555fb495640f9", + "input": "Category: MUSEUMS \nClue: This building in Philadelphia houses the inkstand used by the Declaration signers", + "output": [ + "independence hall" + ] + }, + { + "id": "openseek-7-e6d86e6c44e242aaa8b367d5d7a84092", + "input": "Category: ARE YOU PERHAPS FRENCH? \nClue: Luc Montagnier identified the AIDS virus while working at the institute named for this 19th c. Frenchman", + "output": [ + "pasteur" + ] + }, + { + "id": "openseek-7-27716c397ac045c4a1fade54612d95fd", + "input": "Category: BO, MOE OR PO \nClue: First name of the leader of a film trio of \"Knuckleheads\"", + "output": [ + "moe" + ] + }, + { + "id": "openseek-7-f584ca1c0a5f4b0c80ea00cccd717c5e", + "input": "Category: WOMEN'S FIRSTS \nClue: Calling herself a conservative & conservationist, Gale Norton is the first woman to head this cabinet dept.", + "output": [ + "department of the interior" + ] + }, + { + "id": "openseek-7-12575cb8f9ea4cd5b09df12da01303b0", + "input": "Category: POETS & POETRY \nClue: In 1630 John Milton wrote a sonnet honoring this other famous sonneteer", + "output": [ + "william shakespeare" + ] + }, + { + "id": "openseek-7-ff398f1c11214ecfa09a2452754ce71c", + "input": "Category: FOLK STORIES \nClue: Legend says he died trying to clear Big Bend tunnel in West Virginia; no word on that big hammer", + "output": [ + "john henry" + ] + }, + { + "id": "openseek-7-baeae4fa35734d8a9614d8cf09eeb9ff", + "input": "Category: INSECTS \nClue: The lac insect secretes a substance used to make this varnish", + "output": [ + "shellac/lacquer" + ] + }, + { + "id": "openseek-7-38c1b674bb43499b8513cd537715165f", + "input": "Category: A BIT ABOUT BALTIMORE \nClue: A major port city, Baltimore lies on the Patapsco River, an arm of this bay", + "output": [ + "the chesapeake" + ] + }, + { + "id": "openseek-7-7a48e97aa34648af8c896fc292063507", + "input": "Category: ENERGY \nClue: Nearly all artificial satellites are powered by batteries charged by this", + "output": [ + "sun" + ] + }, + { + "id": "openseek-7-50a567164b624fa5847a1717e3639ad4", + "input": "Category: PEOPLE POWER REVOLUTIONS \nClue: You should know Yushchenko took the presidency from Yanukovych following mass protests in this nation in 2004", + "output": [ + "ukraine" + ] + }, + { + "id": "openseek-7-248647854c7d467cb565c9e8352db011", + "input": "Category: BRIDGES \nClue: The Harbour Bridge rises 440 feet above this Down Under city's harbour", + "output": [ + "sydney" + ] + }, + { + "id": "openseek-7-7045ebe94e6b4db9b89385c4b3cca1f5", + "input": "Category: LIGHTS, CAMERA, KIDS \nClue: Britney's younger sister, she was \"All That\" before she became \"Zoey 101\"", + "output": [ + "jamie lynn" + ] + }, + { + "id": "openseek-7-0d0073f64b2f4c01b350228fd6ddd257", + "input": "Category: A PREQUEL TO WHICH MOVIE? \nClue: \"Conceived on the Fourth of October\"--to this 1989 biopic", + "output": [ + "born on the fourth of july" + ] + }, + { + "id": "openseek-7-a304c054b4a54d608ee003b082ac8bd9", + "input": "Category: MARYLAND \nClue: Baltimore is the largest city, but this city is the capital", + "output": [ + "annapolis" + ] + }, + { + "id": "openseek-7-c2f4bdb211d845458c7de39bdd6fdebc", + "input": "Category: ARNOLD \nClue: This poet's feelings of spiritual isolation are reflected in works like \"Dover Beach\"", + "output": [ + "matthew arnold" + ] + }, + { + "id": "openseek-7-72638782e85046ad9e500aaf86f0e116", + "input": "Category: THE AMERICAN REVOLUTION \nClue: On September 11, 1777, the Americans retreated from Brandywine Creek allowing the British to occupy this city", + "output": [ + "philadelphia" + ] + }, + { + "id": "openseek-7-f4aaba64b16f43a881d2235148b51115", + "input": "Category: COUNTRY MUSIC DRINKIN' SONGS \nClue: For the Sons of the Pioneers, it came between \"cigareetes\" & \"wild, wild women\"", + "output": [ + "whiskey" + ] + }, + { + "id": "openseek-7-046ab775c5d646bea2a59ca4c7b5f840", + "input": "Category: SAINTS BE PRAISED \nClue: The emblem of St. Lawrence, it's also a nickname for a football field", + "output": [ + "gridiron" + ] + }, + { + "id": "openseek-7-03670a5418124a67ad267f1007d0f3a2", + "input": "Category: METALS \nClue: They're the 2 main metals found in brass", + "output": [ + "copper & zinc" + ] + }, + { + "id": "openseek-7-3d513ae649dd4cf890e70f2c0a030c7d", + "input": "Category: ALPHABET SOUP \nClue: What Bo Derek would have been in ancient Rome", + "output": [ + "x" + ] + }, + { + "id": "openseek-7-8b9440363b1f41dab3e14c098b4b9262", + "input": "Category: CLASSIC LOGOS \nClue: Metro's bird lost out to this animal to be the symbol of the Metro-Goldwyn-Mayer Studios", + "output": [ + "leo the lion" + ] + }, + { + "id": "openseek-7-9e40d027c06142feb7209182650ecd38", + "input": "Category: THE \"FIRST\" STATE \nClue: This nuclear capability is designed to completely knock out an enemy's ability to respond to your attack", + "output": [ + "first strike" + ] + }, + { + "id": "openseek-7-cd001b93ab3649c3baee0aa7c38c519c", + "input": "Category: LOUSY SOUVENIRS \nClue: My aunt went to Spain & all I got were these lousy pants worn by heroes of the bullring", + "output": [ + "toreador pants" + ] + }, + { + "id": "openseek-7-95dcf8352cbc4a5f8a97cd3f0694addf", + "input": "Category: \"ALLEY\" WAYS \nClue: Type of venue in which you'd hear the terms turkey, strike & split being bandied about", + "output": [ + "bowling alley" + ] + }, + { + "id": "openseek-7-287ee1c3d44a4c9091afafab4c870836", + "input": "Category: LOVE, HOLLYWOOD STYLE \nClue: Despite a 24-karat diamond ring, this celebutante called off her engagement to Greek shipping heir Paris Latsis", + "output": [ + "paris hilton" + ] + }, + { + "id": "openseek-7-9738012f8d514763b2e3641b8d36fe16", + "input": "Category: \"M.D.\"s \nClue: In 1973 this Israeli defense minister married Rachel Korem", + "output": [ + "moshe dayan" + ] + }, + { + "id": "openseek-7-0fbb848e0503408d8b69f2095a6d4d18", + "input": "Category: THE HARDY BOYS \nClue: Moses Hardy, who died in 2006 at the age of 113, was one of the last surviving veterans of this war", + "output": [ + "world war i" + ] + }, + { + "id": "openseek-7-c93340272b8f492e95b88304c7fde754", + "input": "Category: JOAQUIN \nClue: Responsible for economic & monetary affairs, Joaquin Almunia is a prominent official in the EC, this organization", + "output": [ + "european commission" + ] + }, + { + "id": "openseek-7-15f86150e489423a9f90fd99850ec588", + "input": "Category: ANIMAL VERBS \nClue: Gloat, boast or exult", + "output": [ + "crow" + ] + }, + { + "id": "openseek-7-0361b919bc3a4bf2b099d9aef96ec808", + "input": "Category: MY BOLOGNA \nClue: The coronation of Holy Roman Emperor Charles V at Bologna in 1530 was the last Imperial crowning by one of these", + "output": [ + "a pope" + ] + }, + { + "id": "openseek-7-1070efaaf9db4418b4067ca4b4b48532", + "input": "Category: FELIX, NOTHING MORE THAN FELIX \nClue: In 1999 he became a welterweight boxing champion", + "output": [ + "trinidad" + ] + }, + { + "id": "openseek-7-e4375bca1ce246f8855aff4759ddfa80", + "input": "Category: AUSTRALIAN GEOGRAPHY \nClue: The world's largest world heritage area, it extends for 1,250 miles & covers an area of about 134,000 sq. miles", + "output": [ + "the great barrier reef" + ] + }, + { + "id": "openseek-7-fbae53a2954042c1b3635c3aaa88f7be", + "input": "Category: THE MALE IS IN THE CZECH \nClue: In 1892 this composer became director of New York's National Conservatory of Music", + "output": [ + "dvorak" + ] + }, + { + "id": "openseek-7-1c226ddf6b5c483e89d4a1ba9f12bb45", + "input": "Category: NOTABLE NAMES \nClue: During the Civil War, this American painter known for his seascapes made drawings at the front for Harper's Weekly", + "output": [ + "winslow homer" + ] + }, + { + "id": "openseek-7-d48eceaec1584502870310f5d7c7a011", + "input": "Category: LET'S MESS WITH TEXAS \nClue: Educated at Phillips Academy, Yale & Harvard, this part-time Crawford resident was born in Connecticut in 1946", + "output": [ + "george w. bush" + ] + }, + { + "id": "openseek-7-8717e9d6ecb24a8c90b64aed3ea1953f", + "input": "Category: 5 \"CC\"s \nClue: This artificial sweetener is made from toluene, a petroleum product; no wonder it has a bitter aftertaste!", + "output": [ + "saccharin" + ] + }, + { + "id": "openseek-7-0da6a2fc41c34d36a992e0e9bb22d06e", + "input": "Category: THE CHILDREN'S HOUR \nClue: Hotels in this Asian capital city include the Children's Castle & Okubo House", + "output": [ + "tokyo" + ] + }, + { + "id": "openseek-7-e5f97bd18dba4927b0c4538ad1167aa6", + "input": "Category: BANKRUPTCY \nClue: Filing for bankruptcy will stop this agency's collections, but it can still audit you", + "output": [ + "irs" + ] + }, + { + "id": "openseek-7-0f26955d440a47ceb89be2c7c0152324", + "input": "Category: BOOK ENDS \nClue: \"Darcy, as well as Elizabeth, really loved\" the Gardiners is found in the final paragraph of this 1813 novel", + "output": [ + "pride and prejudice" + ] + }, + { + "id": "openseek-7-0f84c246b5a44f14ad91a1501faad000", + "input": "Category: IN ST. LOUIS \nClue: After 1953 & for the next 28 years, this car seen here was built only in St. Louis:", + "output": [ + "chevrolet corvette" + ] + }, + { + "id": "openseek-7-1a6c0fae880847de8e8e9ec08930ae6a", + "input": "Category: \"UNT\"IL THE END \nClue: To pursue for food or sport", + "output": [ + "hunt" + ] + }, + { + "id": "openseek-7-8a48f8efe8804d9f97fe157e9e68ebce", + "input": "Category: SAM HE IS \nClue: The cousin of an early president, or a prize-winning beer", + "output": [ + "samuel adams" + ] + }, + { + "id": "openseek-7-860b62691d6842d8998498b996fb9071", + "input": "Category: NOTABLE WOMEN \nClue: In 1904 this American impressionist painter was awarded the French Legion of Honor", + "output": [ + "mary cassatt" + ] + }, + { + "id": "openseek-7-690908ce3514430a868dbee2b189580e", + "input": "Category: MEASURE THIS, TREBEK! \nClue: Sailors can use a basic sextant to measure this at local noon, then check navigation tables to calculate latitude", + "output": [ + "the altitude of the sun" + ] + }, + { + "id": "openseek-7-85cc03bce323422fbe86287ef176a8e0", + "input": "Category: SAY CHEESE! \nClue: TV's Herman, Lily, Eddie or Marilyn, or this cheese: some add an \"e\" to its spelling, but it blows the joke", + "output": [ + "munster" + ] + }, + { + "id": "openseek-7-749e8bb436b54cb298c98ebb452163fa", + "input": "Category: 20TH CENTURY WOMEN \nClue: Once a ball girl for the Oakland A's, in 1997 she opened her first chocolate chippery", + "output": [ + "mrs. fields" + ] + }, + { + "id": "openseek-7-aa3c1d34e66c48dc96f85d6fff16bfe9", + "input": "Category: IRISH COUNTIES \nClue: Like Harris in Scotland, Ireland's County Donegal produces a distinctive type of this cloth", + "output": [ + "tweed" + ] + }, + { + "id": "openseek-7-192b5edfaad7442c9c806dc26579184c", + "input": "Category: RHODES SCHOLARS \nClue: Daniel J. Boorstin & James H. Billington are the last 2 scholars to run this library", + "output": [ + "the library of congress" + ] + }, + { + "id": "openseek-7-4d61c2b2c79541dc8db3c5a11b64a665", + "input": "Category: AWARDS \nClue: While a Golden Gloves winner is a boxer, a Gold Glove winner is this", + "output": [ + "baseball fielder" + ] + }, + { + "id": "openseek-7-392653f9728d4c728e55a390f3e5ea63", + "input": "Category: THE BRITISH ARE COMING! \nClue: After Dustin Hoffman sleep-deprived himself for a \"Marathon Man\" scene, this co-star said, \"Dear boy...try acting\"", + "output": [ + "sir laurence olivier" + ] + }, + { + "id": "openseek-7-3c7c86420565495995b10c99453cc9f7", + "input": "Category: ARCHIE-OLOGY \nClue: Midge's boyfriend, he suffers from dyslexia", + "output": [ + "moose" + ] + }, + { + "id": "openseek-7-61df8ff9a4aa456cb7f889c3c5519115", + "input": "Category: COW \nClue: At the 1939 World's Fair in New York City, the Borden exhibit featured a live version of this trademarked cow", + "output": [ + "elsie" + ] + }, + { + "id": "openseek-7-5fe9575103e24919b691e27f2dc19f88", + "input": "Category: HUMAN ANATOMY 101 \nClue: Responsible for bearing the weight of the body, this bone is also known as the shinbone", + "output": [ + "tibia" + ] + }, + { + "id": "openseek-7-c037f9ce7f6640a9b496ec41a464f431", + "input": "Category: AS LISTED IN THE S.I. ALMANAC \nClue: \"Tennis player. First black man to win U.S. Open (1968, as an amateur), Australian Open (1970)\"", + "output": [ + "ashe" + ] + }, + { + "id": "openseek-7-d03213da74624c1aad0a5e98be900293", + "input": "Category: MEXICAN GEOGRAPHY \nClue: This \"canine\" state is Mexico's largest in area", + "output": [ + "chihuahua" + ] + }, + { + "id": "openseek-7-8fb8bbd4ab2a41dc810273f493e41776", + "input": "Category: LITERATURE \nClue: \"Slow and steady wins the race\" is the famous last line of this fable", + "output": [ + "\"the tortoise and the hare\"" + ] + }, + { + "id": "openseek-7-0166f45469254ed7b294455f2e14928d", + "input": "Category: ACTOR-DIRECTORS \nClue: This \"Annie Hall\" actress went behind the cameras for the 1995 family drama \"Unstrung Heroes\"", + "output": [ + "diane keaton" + ] + }, + { + "id": "openseek-7-4c312e380b1844c1b0f26f31f7eba6b4", + "input": "Category: \"OUCH\"! \nClue: In Ancient Egyptian inscription, this oval figure held the names of royal personages", + "output": [ + "cartouche" + ] + }, + { + "id": "openseek-7-ee00665794a8458cb3d9929971ec86f2", + "input": "Category: GIVE THE ORDER \nClue: The grizzly bear & the gray wolf", + "output": [ + "carnivore" + ] + }, + { + "id": "openseek-7-bc29545588b641d886ffffe8630a266f", + "input": "Category: LAFAYETTE YOU ARE HERE \nClue: Lafayette may have needed a couple of drinks after being wounded in Penn.'s Battle of this September 11, 1777", + "output": [ + "brandywine" + ] + }, + { + "id": "openseek-7-32f445989c2c419dba4cf564bc0fbeee", + "input": "Category: SHAKESPEARE \nClue: He has the nerve to woo a widow beside her father-in-law's coffin, but she marries him anyway", + "output": [ + "richard iii" + ] + }, + { + "id": "openseek-7-a856c35318314501830fd99788fde775", + "input": "Category: ALSO A COLOR \nClue: Indecent", + "output": [ + "blue" + ] + }, + { + "id": "openseek-7-69afb52503ee4eec820dbbfc484b32fd", + "input": "Category: ON THE GO \nClue: In 1909 the Wright Brothers founded a firm to manufacture airplanes in this city", + "output": [ + "dayton, ohio" + ] + }, + { + "id": "openseek-7-8cc5491001984403a136e4a8cfa2dad3", + "input": "Category: PRESIDENTIAL FIRSTS \nClue: This U.S. president was the first president for whom all women were eligible to vote", + "output": [ + "warren g. harding" + ] + }, + { + "id": "openseek-7-5d66ce8c07d9403ea9b2d40ecef45025", + "input": "Category: VS. \nClue: Juliet's family, they hate the Montagues", + "output": [ + "the capulets" + ] + }, + { + "id": "openseek-7-615f0e68f2614884ab51075f6b37cc07", + "input": "Category: JOIN THE TEAM \nClue: To be good in this sport, practice shooting from different points on the court, not just the free-throw line", + "output": [ + "basketball" + ] + }, + { + "id": "openseek-7-910e35c6b4fd4f08afff9403fd233880", + "input": "Category: BEGINS & ENDS IN \"D\" \nClue: A feat or exploit; usually a praiseworthy act", + "output": [ + "a deed" + ] + }, + { + "id": "openseek-7-39b8f44a4ecf4e428f9ec3e19c34f819", + "input": "Category: NASA PRODUCTS \nClue: NASA used this in Skylab back in 1973 to detect toxic vapors in the air", + "output": [ + "smoke detectors" + ] + }, + { + "id": "openseek-7-f40e81af027f49d0b5721ba9cce002c3", + "input": "Category: 1970s POP MUSIC \nClue: In 1977 Stevie Wonder sang, \"There's Basie, Miller, Satchmo and the king of all\", him", + "output": [ + "sir duke" + ] + }, + { + "id": "openseek-7-2f568b0babfb47a587ff5fa6cdae5a96", + "input": "Category: KENYA FEEL THE LOVE \nClue: Now the chief port of Kenya, Mombasa was visited by this Portuguese explorer in 1498", + "output": [ + "da gama" + ] + }, + { + "id": "openseek-7-fc3d0a59db3743eb931eccfe005da83f", + "input": "Category: THIRD BASE \nClue: Olivia Yee Bishop is the protagonist of her third novel \"The Hundred Secret Senses\"", + "output": [ + "tan" + ] + }, + { + "id": "openseek-7-3da5945e1dc440d3b6bdaca3689c0a37", + "input": "Category: NATURE STUDY \nClue: The northern fur species of this migrates from its breeding grounds in Alaska's Pribilof Islands to California", + "output": [ + "a seal" + ] + }, + { + "id": "openseek-7-4f21200f2b58448c96e9e0a5c3eb762b", + "input": "Category: POLITICAL COMEBACKS \nClue: Despite being filmed using an illegal drug, he was reelected Washington, D.C. mayor in 1990", + "output": [ + "barry" + ] + }, + { + "id": "openseek-7-3e0d7a0dde064354bf4524743910c1f5", + "input": "Category: AskOxford.com \nClue: Brits don't like this name for a phone keypad symbol--reminds them of a unit of currency that has another symbol", + "output": [ + "pound" + ] + }, + { + "id": "openseek-7-bd641110c5ef4c84a0649de350ca5618", + "input": "Category: ANNUAL EVENTS \nClue: Sedalia, Missouri has a June festival honoring this \"King of Ragtime\" who once studied music there", + "output": [ + "scott joplin" + ] + }, + { + "id": "openseek-7-ce9ca8a8fb0d4a72a45a03b86f604060", + "input": "Category: MUSEUMS \nClue: A replica of a rubber plantation is displayed at this company's World of Rubber Museum in Akron, Ohio", + "output": [ + "goodyear" + ] + }, + { + "id": "openseek-7-063f8b66552a45449f4e84d76907f00f", + "input": "Category: LET'S TALK TURKEY \nClue: Despite their name, turkeys originated on this continent", + "output": [ + "north america" + ] + }, + { + "id": "openseek-7-210c9f2278984b849898009eb7ac3e17", + "input": "Category: THE FIRM \nClue: In 1950 the Minnesota Valley Canning Company changed its name to this 2-word one, after its \"Jolly\" brand", + "output": [ + "green giant" + ] + }, + { + "id": "openseek-7-8bf8b95546384124bad60930f3977485", + "input": "Category: 1889 \nClue: He took his \"Greatest Show on Earth\" to London, where he himself was one of the greatest attractions", + "output": [ + "p.t. barnum" + ] + }, + { + "id": "openseek-7-9146bfb2ea254651b2ed8aa8602ba8f1", + "input": "Category: OH \"K\" \nClue: It's the Native American ceremonial item seen here:", + "output": [ + "kachina doll" + ] + }, + { + "id": "openseek-7-2af5b07382d34129b23828a555fa526a", + "input": "Category: GODDESSES \nClue: Hera sent a gadfly to torment this 2-letter goddess, who later escaped to Egypt across a sea since named for her", + "output": [ + "io" + ] + }, + { + "id": "openseek-7-9d4fbde7bf5f436699ba394dda7b4629", + "input": "Category: 1981 \nClue: Later made into a movie, this off-Broadway play by Beth Henley won a Pulitzer Prize", + "output": [ + "crimes of the heart" + ] + }, + { + "id": "openseek-7-da690a7b50734b04b4371505081bc84c", + "input": "Category: ABBREVIATED S \nClue: On a report card", + "output": [ + "satisfactory" + ] + }, + { + "id": "openseek-7-785891979475446ea58d45ee0987bea5", + "input": "Category: STATE SYMBOLS \nClue: Oregon's state insect is the swallowtail, a type of this", + "output": [ + "butterfly" + ] + }, + { + "id": "openseek-7-067dbd67bd574d9996c151eebeaf890c", + "input": "Category: ART \nClue: Now in the British Museum, the sculptures known as these marbles once adorned the Parthenon", + "output": [ + "elgin marbles" + ] + }, + { + "id": "openseek-7-e2959264f07448d6984b1ce6f8796bbf", + "input": "Category: ARTISTS & THEIR SUBJECTS \nClue: This British prime minister hated Graham Sutherland's 1954 portrait of him so much that his wife destroyed it", + "output": [ + "churchill" + ] + }, + { + "id": "openseek-7-ed5c56e6a0114749ad0dd902d3d80485", + "input": "Category: \"MONKEY\" SHINES \nClue: This term for a jungle gym dates back to the 1950s", + "output": [ + "monkey bars" + ] + }, + { + "id": "openseek-7-c81624205e75441fa474dd01d2d90003", + "input": "Category: EARN, BABY, EARN \nClue: On top of his $25 mil. purse, this \"Golden Boy\" got over $20 mil. in PPV receipts from the Mayweather title fight", + "output": [ + "de la hoya" + ] + }, + { + "id": "openseek-7-9b44dbdb68e24e9499ce062567cab676", + "input": "Category: CONSTELLATIONS \nClue: Dutch astronomer Petrus Plancius named Columba for the dove sent out by this Biblical character", + "output": [ + "noah" + ] + }, + { + "id": "openseek-7-2822b02d15e04eceb20fc1107ba9be20", + "input": "Category: ON THE PRAIRIE \nClue: The bird called the \"prairie\" this is really a type of grouse", + "output": [ + "prairie chicken" + ] + }, + { + "id": "openseek-7-38c6618b67a146bb86c53bcc68854059", + "input": "Category: PHYSICAL SCIENCE \nClue: Combustion is an example of an exothermic reaction, one in which this is released", + "output": [ + "heat" + ] + }, + { + "id": "openseek-7-6b4c2ea34dce400a9ff5c371f899a0a3", + "input": "Category: \"OO\" 7-LETTER WORDS \nClue: This slang word meaning \"scat!\" or \"leave quickly\" comes from the Spanish for \"let us go\"", + "output": [ + "vamoose" + ] + }, + { + "id": "openseek-7-035401da176d48778986d24ce9996348", + "input": "Category: TELEVISION \nClue: Michael, Jackie, Marlon, Jermaine & Tito did their own voices on the '70s cartoon show about these brothers", + "output": [ + "the jacksons" + ] + }, + { + "id": "openseek-7-932b6899b2684d66938843fde1a6c75b", + "input": "Category: FOOD & DRINK \nClue: This hot chocolate topper is no longer made from the root of the plant that it's named for", + "output": [ + "a marshmallow" + ] + }, + { + "id": "openseek-7-d1c48fde5446427099a3cb51a27a403f", + "input": "Category: UNIVERSITY OF MICHIGAN FOOTBALL \nClue: A sixth-round draft pick in 2000, this Michigan man found a bit of success as a QB for the Patriots", + "output": [ + "brady" + ] + }, + { + "id": "openseek-7-b2568c6605e341f5b2cc0696f5e84736", + "input": "Category: SEEING THE LIGHT \nClue: \"Brighter than a Thousand Suns\" is a 1956 book about the men who built the first one of these", + "output": [ + "the atomic bomb" + ] + }, + { + "id": "openseek-7-5bca38bf929741e29e894875c67e8d94", + "input": "Category: RICE \nClue: In 1958 Vince Domenico mixed a dry chicken soup mix with rice & vermicelli & created this brand", + "output": [ + "rice-a-roni" + ] + }, + { + "id": "openseek-7-2ac0b71ce97a41389e84890e45113ac8", + "input": "Category: SPORTS \nClue: Football's imaginary plane which neither team may cross until the ball is snapped", + "output": [ + "the line of scrimmage" + ] + }, + { + "id": "openseek-7-a4176b3971734df388931dcc1e4a81c1", + "input": "Category: WEAPONS OF THE 2nd MILLENNIUM \nClue: Introduced in World War I, the Mills bomb was actually one of these flung weapons", + "output": [ + "a grenade" + ] + }, + { + "id": "openseek-7-b707d40dab2e46af8584c368cd52024c", + "input": "Category: EARS \nClue: Its ears are larger than those of any other mammal", + "output": [ + "the elephant" + ] + }, + { + "id": "openseek-7-28652c009ead4375944bbd510cd2bd97", + "input": "Category: THE \"N\" CROWD \nClue: When this PBS science series debuted on March 3, 1974 it was new; 24 years later, it's still \"new\"", + "output": [ + "nova" + ] + }, + { + "id": "openseek-7-b80402ff49e046c9a92c832c3bf0c205", + "input": "Category: ANNUAL EVENTS \nClue: This Christian holiday can fall as early as March 22 or as late as April 25", + "output": [ + "easter" + ] + }, + { + "id": "openseek-7-996aa42f46fb48d893861a002b9481e4", + "input": "Category: MR. POTATO HEAD \nClue: Hmm... when Katie the Carrot was introduced in '64, this other female character went (temporarily) bye-bye", + "output": [ + "mrs. potato head" + ] + }, + { + "id": "openseek-7-53320614efb248ecb60cafe1c0d359ae", + "input": "Category: ROCKET SCIENCE \nClue: One of Goddard's early inventions was developed into this anti-tank rocket gun", + "output": [ + "bazooka" + ] + }, + { + "id": "openseek-7-f13ddb4c1c0e4847bc8aa0776c10a5ec", + "input": "Category: STARTS WITH \"WH\" \nClue: Little Miss Muffet could tell you this must be expelled from milk before you can make cheese", + "output": [ + "whey" + ] + }, + { + "id": "openseek-7-a680ba1c87af4aa2bb420671a2f0ff4e", + "input": "Category: CELEBRITY NAMES \nClue: This Oscar winner who had his own WB sitcom took his last name as a tribute to an earlier comic & sitcom star", + "output": [ + "jamie foxx" + ] + }, + { + "id": "openseek-7-84b4ecb9fca44a7d9b7839d3b90aaa29", + "input": "Category: THE BRONZE AGE \nClue: The Dupondius was an old one of these made of bronze", + "output": [ + "coin" + ] + }, + { + "id": "openseek-7-ea35c89b2def412d8251800871931732", + "input": "Category: YOU RULE! \nClue: King Abdullah (2 different guys), these 2 countries", + "output": [ + "saudi arabia & jordan" + ] + }, + { + "id": "openseek-7-a42ea43dfb9e4d06997be915085638a2", + "input": "Category: HAVE A HEART \nClue: Folks have been saying \"Absence\" does this since at least 1602", + "output": [ + "makes the heart grow fonder" + ] + }, + { + "id": "openseek-7-d9a0efcdac674a25b39a8985ff37b946", + "input": "Category: ATTILA THE HUNGRY \nClue: Despite what a book title said, you'll be a real man after you eat this French dish made in a fluted pan", + "output": [ + "quiche" + ] + }, + { + "id": "openseek-7-8d71d12c5ea84a83bfbc376b601ff75c", + "input": "Category: FURNITURE \nClue: Some French cabinetmakers called themselves ebenis for the ability to work in this difficult wood", + "output": [ + "ebony" + ] + }, + { + "id": "openseek-7-8a42e3b7c0fb45f8b70a73fb11451c0a", + "input": "Category: JAY \nClue: He drafted the constitution of New York state & was appointed chief justice of the state in 1777", + "output": [ + "john jay" + ] + }, + { + "id": "openseek-7-f5f7326e6cce4ab99eb444cfffe87a98", + "input": "Category: REACH FOR THE TOP \nClue: One of Japan's largest active volcanoes, Aso-san, lies on this southernmost of the country's 4 main islands", + "output": [ + "kyushu" + ] + }, + { + "id": "openseek-7-6e4d9a66d0dd48b78234162490a1171e", + "input": "Category: L'HOMME \nClue: One of Louis Malle's first jobs in filmmaking was an assistant to this marine explorer", + "output": [ + "jacques cousteau" + ] + }, + { + "id": "openseek-7-96743a3c5a8f4db89d5a49f44ac39183", + "input": "Category: THE 1940S \nClue: The Allies' invasion of Normandy began on this date in 1944", + "output": [ + "june 6" + ] + }, + { + "id": "openseek-7-f6168c8f84fa49f3bbcdbd43c6b3bde9", + "input": "Category: MOTHERS & SONS \nClue: In a classic Hitchcock film, Virginia Gregg gave voice to this character's dead mother", + "output": [ + "norman bates" + ] + }, + { + "id": "openseek-7-2318f52b203c46b0a190ac722714cb1b", + "input": "Category: FINANCE \nClue: This term for a top quality stock comes from the gambling world", + "output": [ + "blue chip" + ] + }, + { + "id": "openseek-7-c2f5eb93eb7749b588422e42156c83da", + "input": "Category: WORD & PHRASE ORIGINS \nClue: This phrase originally referred to the period between July & August, when Sirius rises with the sun", + "output": [ + "dog days of summer" + ] + }, + { + "id": "openseek-7-b249fd5bf41f47e6925382eac70671be", + "input": "Category: SIDE EFFECTS MAY INCLUDE... \nClue: Spontaneous nose inversion, foot attack & this \"fowl\" 10-letter skin disease whose incubation period averages 2-3 weeks", + "output": [ + "chicken pox" + ] + }, + { + "id": "openseek-7-f71dc23a676140dfbfdc446b330758da", + "input": "Category: METALS \nClue: Pricier than gold, it's the metal of Jennifer Lopez' albums & of her earrings at the premiere of \"El Cantante\"", + "output": [ + "platinum" + ] + }, + { + "id": "openseek-7-7404f50ad2ac4846852a87b2b7f781db", + "input": "Category: THE PRESIDENCY \nClue: From the same state, they're the 2 presidents whose occupations are listed by World Book as \"planter\"", + "output": [ + "george washington & thomas jefferson" + ] + }, + { + "id": "openseek-7-af4509a672204da79c6f2a67fdc59116", + "input": "Category: THE ULTIMATE DIVING MACHINE \nClue: For his work in developing nuclear-powered subs, this admiral was known as the \"Father of the Atomic Submarine\"", + "output": [ + "hyman rickover" + ] + }, + { + "id": "openseek-7-f848764415f84dbb8024143481f70419", + "input": "Category: JAZZ TUNES \nClue: John Coltrane's version of this song from \"The Sound of Music\" became a sort of theme song for him", + "output": [ + "\"my favorite things\"" + ] + }, + { + "id": "openseek-7-db989ea9b8f7476fa655184386dba821", + "input": "Category: POP CULTURE \nClue: Neil Diamond's 1982 hit \"Heartlight\" was inspired by this movie", + "output": [ + "e.t." + ] + }, + { + "id": "openseek-7-7ed3ca3c0ea940978d22600a072b2583", + "input": "Category: BARBRA STREISAND \nClue: On July 1, 1998 Barbra married this actor", + "output": [ + "james brolin" + ] + }, + { + "id": "openseek-7-47941b7d4f7b413eb30b3227fe7e8071", + "input": "Category: GYPSY \nClue: This other name for Gypsies is also what Italians call their capital", + "output": [ + "roma" + ] + }, + { + "id": "openseek-7-a354b2cf25a94f39b9ce2b5b70e8a7ae", + "input": "Category: EXPENSIVE HOLLYWOOD DIVORCES \nClue: He split amicably with wife Amy Irving in 1989, but it cost him $100 million", + "output": [ + "steven spielberg" + ] + }, + { + "id": "openseek-7-7a36fe6f8fd7414db51c9e0c057f96cb", + "input": "Category: DREAD MAN WALKING \nClue: The name of this disgraced dreadlocked '80s duo was purportedly Turkish for \"positive energy\"", + "output": [ + "milli vanilli" + ] + }, + { + "id": "openseek-7-8543c473f5fe4a76a93aeb28112cedca", + "input": "Category: EXPLORERS \nClue: It was John C. Fremont who gave the entrance to San Francisco's bay this name", + "output": [ + "golden gate" + ] + }, + { + "id": "openseek-7-1194435ff9084f1cba9cf9a439ee20ea", + "input": "Category: BRITISH ART & ARTISTS \nClue: Briton Riviere was lionized for his painting of this man \"In The Lions' Den\"", + "output": [ + "daniel" + ] + }, + { + "id": "openseek-7-21f8619a713346f09ab9cd1449354d8d", + "input": "Category: SCIENTISTS \nClue: In 1600 this German astronomer became an assistant to Tycho Brahe", + "output": [ + "johannes kepler" + ] + }, + { + "id": "openseek-7-f4c7ceb11850477aa88441260c5d0f42", + "input": "Category: TOMBSTONE \nClue: The Chicago grave of this detective agency founder calls him \"a friend to honesty and a foe to crime\"", + "output": [ + "pinkerton" + ] + }, + { + "id": "openseek-7-174534d98ae0475495a3e3792658121a", + "input": "Category: YOU DO THE MATH \nClue: The number of events in a decathlon divided by the number of years in a decade", + "output": [ + "1" + ] + }, + { + "id": "openseek-7-6b57ecfe41a245abb7be5fb5d2c5fc0b", + "input": "Category: I GOT IT HANDLED \nClue: \"Little\" ones of these have \"big ears\"; the ears are handles", + "output": [ + "pitchers" + ] + }, + { + "id": "openseek-7-53170e9f0a3b4041a9eb7066da4b0a47", + "input": "Category: PROFESSORS \nClue: MIT genius Norbert Wiener was famous as one of these, also a Fred MacMurray title role", + "output": [ + "an absent-minded professor" + ] + }, + { + "id": "openseek-7-3fd7c8b1c71940a2adcd644033231a43", + "input": "Category: DETECTIVE STORIES \nClue: The Murders in the Rue Morgue and The Mystery of Marie Roget are mentioned in the 1st paragraph of this 1845 story", + "output": [ + "\\\"the purloined letter\\\"" + ] + }, + { + "id": "openseek-7-2e95cd952c314f8ea0ff0357200e0359", + "input": "Category: THE FIRST WORD \nClue: In Shakespeare's 18th sonnet", + "output": [ + "shall" + ] + }, + { + "id": "openseek-7-ec29dceae9eb47b2846f538000874ff0", + "input": "Category: ENTREPRENEURS \nClue: Former garbage truck driver H. Wayne Huizenga was the driving force behind this entertainment & video group", + "output": [ + "blockbuster" + ] + }, + { + "id": "openseek-7-4b367752cf724ea88e319cf44965e906", + "input": "Category: WELCOME TO MY POLITICAL PARTY \nClue: Ross Perot, independent in 1992, & this other party in 1996", + "output": [ + "the reform party" + ] + }, + { + "id": "openseek-7-a113a10aa58546b7939c238afe270036", + "input": "Category: PUBLISHING \nClue: After 7 years of planning, this magazine published a condensed version of the Bible in 1982", + "output": [ + "reader\\'s digest" + ] + }, + { + "id": "openseek-7-d4e9dd28514b4a5d86ea08835690154f", + "input": "Category: AT THE OK. CHORALE \nClue: In 2005 the Oklahoma Master Chorale's \"Hymns to Theotokos\" featured songs dedicated to this biblical woman", + "output": [ + "mary" + ] + }, + { + "id": "openseek-7-cc62f501ed70432d9c2fc64eae2fe700", + "input": "Category: SOUTHERN HISTORY \nClue: After a real estate boom, one of these events struck Florida in 1926, 3 years before the \"great\" one", + "output": [ + "depression" + ] + }, + { + "id": "openseek-7-c60380dd586949999145bb8e782c049c", + "input": "Category: SODA POP QUIZ \nClue: This ubiquitous soft drink removed its cocaine by 1905 but kept the caffeine", + "output": [ + "coca-cola" + ] + }, + { + "id": "openseek-7-737e524635464f109a2a7a3b69b5f090", + "input": "Category: SOUND RECORDING \nClue: Recording system that's the office counterpart of the home answering machine", + "output": [ + "voicemail" + ] + }, + { + "id": "openseek-7-a2ad0aca8a5d46588c85edb53b20ca34", + "input": "Category: CITY OF THE DAY: PHOENIX \nClue: Like the people of an ancient civilization, residents of Phoenix are called this", + "output": [ + "phoenicians" + ] + }, + { + "id": "openseek-7-69bd395bbfb64cd6849014d8e4161869", + "input": "Category: EXPLORERS \nClue: In 1492, 18 years before becoming governor of Puerto Rico, he helped drive the Moors out of Granada in Spain", + "output": [ + "ponce de leon" + ] + }, + { + "id": "openseek-7-f30bc13683a147b0ad380b42a1a0763e", + "input": "Category: JOHN DONNE \nClue: On a day's notice on April 3, 1625, Donne preached the first sermon before this new king", + "output": [ + "charles i" + ] + }, + { + "id": "openseek-7-a5b899734b5944fe8a67befd27062a9e", + "input": "Category: ENDS IN \"TION\" \nClue: In psychology, a strong attachment to a person or thing that often persists throughout life", + "output": [ + "a fixation" + ] + }, + { + "id": "openseek-7-d6c36414075d454fa6b1c970f362bb4b", + "input": "Category: MILLION \nClue: This physician born in 1903 has been called \"The man who reared 50 million kids\"", + "output": [ + "spock" + ] + }, + { + "id": "openseek-7-a3e94f80f5ff45618e549acd9b08933a", + "input": "Category: PROFESSIONS IN SONG \nClue: This Van Halen tune says, \"Think of all the education that I missed\" & \"My homework was never...like this\"", + "output": [ + "\"hot for teacher\"" + ] + }, + { + "id": "openseek-7-3d99084f0c394388994de068765c0881", + "input": "Category: THE WORLD IN 1901 \nClue: The world's most productive oil field was in the area of this city, now the capital of Azerbaijan", + "output": [ + "baku" + ] + }, + { + "id": "openseek-7-69cfac54b2b44895acd1dfdc6c833c09", + "input": "Category: THEY USED TO BE TEENAGERS \nClue: By 1965 this teenage Austrian was so muscular he was named Junior Mr. Europe", + "output": [ + "arnold schwarzenegger" + ] + }, + { + "id": "openseek-7-65a4b8bc3ba041ccb8ee499fccfa5382", + "input": "Category: ISOTOPES \nClue: As in planetary sequence, neptunium-239 emits a beta particle & becomes isotope 239 of this element", + "output": [ + "plutonium" + ] + }, + { + "id": "openseek-7-7330d37a1fbe411b8faeabb4af2c4878", + "input": "Category: NORSE MYTHOLOGY \nClue: The name Midgard, the world of humans, can be translated as this, a place familiar to Tolkien", + "output": [ + "middle earth" + ] + }, + { + "id": "openseek-7-90f79be56fb54998b16801d6bb144231", + "input": "Category: ACADEMY AWARD NOMINATIONS \nClue: He was nominated for Best Actor 5 times in the 1950s, the most for any man in one decade", + "output": [ + "marlon brando" + ] + }, + { + "id": "openseek-7-061e834ec9fe4712bdfae2c2cdaa4af1", + "input": "Category: JACKs \nClue: After joking around in \"Batman\", he directed & starred in \"The Two Jakes\"", + "output": [ + "jack nicholson" + ] + }, + { + "id": "openseek-7-efad781b966c4ce8a7ea9d6de676b8c6", + "input": "Category: -OLOGIES \nClue: Sovietology is also sometmes called this, after a structure in Moscow", + "output": [ + "kremlinology" + ] + }, + { + "id": "openseek-7-88ee5d317e134638ae863aa95f4413e9", + "input": "Category: '70s FASHIONS \nClue: This Welsh designer's cotton dresses based on late Victorian & Edwardian styles featured ruffles & lace", + "output": [ + "laura ashley" + ] + }, + { + "id": "openseek-7-c5aaab67eb164a9ca61ffbbaf8af329c", + "input": "Category: FOOD FACTS \nClue: Tipsy pudding, which might make you feel a little tipsy, is an old-fashioned dessert from this country", + "output": [ + "england" + ] + }, + { + "id": "openseek-7-b30e9a2af966480bb481f0e25c2fa418", + "input": "Category: BRAZIL \nClue: This democratic privilege is compulsory for all Brazilians who are literate & between the ages of 18 & 65", + "output": [ + "voting" + ] + }, + { + "id": "openseek-7-f61a7a956a1d4b17b44b0617240f347f", + "input": "Category: THE 13 COLONIES \nClue: In 1634 William Blackstone, not Roger Williams, became the first Englishman to settle in this colony", + "output": [ + "rhode island" + ] + }, + { + "id": "openseek-7-c0f1787c13e54353b91a104317072279", + "input": "Category: ENDS IN \"I\" \nClue: Stephen S. Wise was a well-known one; Isaac Bashevis Singer was the son of one", + "output": [ + "a rabbi" + ] + }, + { + "id": "openseek-7-2783741e6de94555a9a18581a1b04587", + "input": "Category: STREET-WISE TV \nClue: Johnny Depp & Richard Grieco were armed & fabulous as cops on this Fox series", + "output": [ + "21 jump street" + ] + }, + { + "id": "openseek-7-8dfd40410cec478d99ebaf81bc35fc04", + "input": "Category: SCIENCE-FICTION TV \nClue: This Steven Spielberg-produced alien invasion series on TNT features Noah Wyle as a resistance fighter", + "output": [ + "falling skies" + ] + }, + { + "id": "openseek-7-25417d57cefc404886bba38dac917b33", + "input": "Category: IT'S A LONG WAY TO TIPPERARY \nClue: First, get yourself to New York, Chicago or Boston & hop on this Irish airline that first flew on May 27, 1936", + "output": [ + "aer lingus" + ] + }, + { + "id": "openseek-7-b2abda1e11e74ed98079d3dbdefce7d0", + "input": "Category: THE DIGESTIVE SYSTEM \nClue: Gravity isn't required to move food down to your stomach; this process moves it down the esophagus", + "output": [ + "peristalsis" + ] + }, + { + "id": "openseek-7-06145c13497f45a5823dbfb91d17d401", + "input": "Category: SAUDI ARABIA \nClue: You can treat this man like royalty in Saudi Arabia; he's the current king", + "output": [ + "abdullah" + ] + }, + { + "id": "openseek-7-b1465712383b482b9359417dd7c282d1", + "input": "Category: CLASSICAL MUSIC \nClue: In 1874 Richard Wagner & his wife moved into Haus Wahnfried, a home in this city, paid for by KIng Ludwig", + "output": [ + "bayreuth" + ] + }, + { + "id": "openseek-7-67e2ce3ebdca4ca3adeb18c2af14dbf3", + "input": "Category: TV STARS \nClue: \"3rd Rock From The Sun\" is this Oscar nominee's first sitcom", + "output": [ + "john lithgow" + ] + }, + { + "id": "openseek-7-55b919a96b2e4b25a57cf4120a38455c", + "input": "Category: TV SHOW ADDRESSES \nClue: Al & Peg's place at 9764 Jeopardy Lane, Chicago", + "output": [ + "married... with children" + ] + }, + { + "id": "openseek-7-58d91278fbbe4b9ca2f32d9c03de987a", + "input": "Category: 50 YEARS OF PEANUTS \nClue: This character is disparaged in the first \"Peanuts\" strip, which appeared October 2, 1950", + "output": [ + "charlie brown" + ] + }, + { + "id": "openseek-7-6a727a291be448d28d2d457926d02acd", + "input": "Category: MOVIE NAMES \nClue: Co-starring Tina Turner: \"Mad ____ Beyond Thunderdome\"", + "output": [ + "mad max" + ] + }, + { + "id": "openseek-7-46f0611d077b4080b212f6c526205e49", + "input": "Category: THE SIMPSONS \nClue: This clown's slogan for a literacy campaign was \"Give a hoot! Read a book!\"", + "output": [ + "krusty the clown" + ] + }, + { + "id": "openseek-7-75df92b3178d41a1a5d9058438b0faf1", + "input": "Category: BIOLOGY \nClue: In this process 8 photons of light break down 2 H2O molecules to yield an O2 molecule", + "output": [ + "photosynthesis" + ] + }, + { + "id": "openseek-7-68a48903ec8540a2a0e38faf54edb060", + "input": "Category: FANTASTIC MR. FOX \nClue: The fantastic Arctic fox changes color with the seasons, from gray or brown in summer to this color in winter", + "output": [ + "white" + ] + }, + { + "id": "openseek-7-31c9aa74a54442c098311bf0d8a98240", + "input": "Category: U.S. CITIES \nClue: Granite works sprung up in & around this state capital using stone from Barre, a few miles away", + "output": [ + "montpelier" + ] + }, + { + "id": "openseek-7-4d811a636a3c4fe4b11a3de67e55af40", + "input": "Category: ANNUAL EVENTS \nClue: This Florida city's 1565 founding is observed in September at the Mission of Nombre de Dios", + "output": [ + "st. augustine" + ] + }, + { + "id": "openseek-7-5cd93b1593014595a0652b5371e4dbd7", + "input": "Category: A SALUTE TO FLAGSTAFF \nClue: Flagstaff, Arizona grew up around a flagpole erected to celebrate this event in 1876", + "output": [ + "the u.s. centennial" + ] + }, + { + "id": "openseek-7-1609fe650765498aa76d077555eb6849", + "input": "Category: COMPOSERS \nClue: Robert Schumann died age 46 in an asylum near Bonn, the city where this musical titan was born in 1770", + "output": [ + "beethoven" + ] + }, + { + "id": "openseek-7-c02eb8357f8149b0b682dad9a2541a67", + "input": "Category: WORLD CAPITALS \nClue: This capital of Venezuela has a population of about 3 million", + "output": [ + "caracas" + ] + }, + { + "id": "openseek-7-f8d6017c9171432a83afa9274b367cb0", + "input": "Category: YOUNG STARS \nClue: Jonathan Taylor Thomas of \"Home Improvement\" supplied the voice of the young Simba in this film", + "output": [ + "the lion king" + ] + }, + { + "id": "openseek-7-fcf39c9b22b44d81962fd5d1156da996", + "input": "Category: CANADIAN POTPOURRI \nClue: Wawa is Ojibwa for this wild bird & the town of Wawa, Ontario, a migration stop, boasts a giant statue of one", + "output": [ + "goose" + ] + }, + { + "id": "openseek-7-4dc0d05d40e54347a1f25273aa241354", + "input": "Category: PLAYTIME \nClue: This board game requires a number of bishops, knights & pawns", + "output": [ + "chess" + ] + }, + { + "id": "openseek-7-4592ec2ea6b545978b76f0d57895dcf9", + "input": "Category: OBSESSIONS \nClue: Delia Bacon was obsessed with the idea that other Elizabethans wrote the works attributed to this man", + "output": [ + "shakespeare" + ] + }, + { + "id": "openseek-7-d2b0ac15acd4499982e03952b157b779", + "input": "Category: ART \nClue: This American Impressionist formed a close friendship with Degas & posed for his “At the Milliner’s”", + "output": [ + "mary cassatt" + ] + }, + { + "id": "openseek-7-ce0a0061773c4468a189038c181ca2a5", + "input": "Category: GOVERNORS OF CALIFORNIA \nClue: In his inaugural address of January 2, 1967, he pledged to \"reduce the cost of government\"", + "output": [ + "reagan" + ] + }, + { + "id": "openseek-7-6a75d839956542a19a353954e9ff3baa", + "input": "Category: REALLY TOUGH CAPITAL CITIES \nClue: Sana", + "output": [ + "yemen" + ] + }, + { + "id": "openseek-7-c0f35d3cdb944a6e9fff171a3e9e7c33", + "input": "Category: WHO'S THE MRS.? \nClue: Mrs. James Carville", + "output": [ + "matalin" + ] + }, + { + "id": "openseek-7-da69e11f0b67434ba6b266f307675ac4", + "input": "Category: POTPOURRI \nClue: A special flower for April, it can be oxeye or shasta", + "output": [ + "daisy" + ] + }, + { + "id": "openseek-7-7d9082f24d5e4ee2802af6d840ac4566", + "input": "Category: ANIMAL ANAGRAMS \nClue: Unlike the raptor, this pet bird isn't predatory", + "output": [ + "a parrot" + ] + }, + { + "id": "openseek-7-18ac34f4c2ca4861943c3ae970f6f234", + "input": "Category: MYTHOLOGY \nClue: This goddess of wisdom was said to have sprung forth fully grown from the brain of her father, Zeus", + "output": [ + "athena" + ] + }, + { + "id": "openseek-7-cc87cc4b2d6d4da7b9deb13575d19822", + "input": "Category: COLLEGIATE RHYME TIME \nClue: A bureau for the clothes of a teacher of college courses", + "output": [ + "professor dresser" + ] + }, + { + "id": "openseek-7-8cbb692bd64f455080f73866abf0fb4f", + "input": "Category: 14:59 \nClue: Before her 15 minutes expired, this gal who got mixed up with televangelist Jim Bakker got onto Playboy's cover", + "output": [ + "jessica hahn" + ] + }, + { + "id": "openseek-7-24c7c1fdbf9c4593bfefdba58b51e946", + "input": "Category: RETITLED CINEMA \nClue: Fans in Poland weighed the merits of \"Fatter and Thinner 2\" starring this \"Nutty Professor\"", + "output": [ + "eddie murphy" + ] + }, + { + "id": "openseek-7-46074ff49ba84adf8fcde73655c191eb", + "input": "Category: NOODLING AROUND \nClue: A noodle made from this grain is an ingredient in the traditional Thai dish mee krob", + "output": [ + "rice" + ] + }, + { + "id": "openseek-7-e96e2750da9e411fb2f0c06dea1afd3e", + "input": "Category: SHOWERS \nClue: The name of this thin mortar that seals tiles can also refer to meal or malt", + "output": [ + "grout" + ] + }, + { + "id": "openseek-7-1bf3c28172404a6d85d6d6d9040a02e7", + "input": "Category: ANATOMY \nClue: Bow legs are often the result of this childhood disease caused by a lack of vitamin D", + "output": [ + "ricketts" + ] + }, + { + "id": "openseek-7-091dde499a324e29804a85d43ad28388", + "input": "Category: 5-LETTER WORDS \nClue: I'd like to call the meeting to order, but I need one of these small mallets", + "output": [ + "a gavel" + ] + }, + { + "id": "openseek-7-ac8b4cb9c65a4428aadde64270f911e6", + "input": "Category: WORLD CITIES \nClue: Diego Velazquez founded this capital on Cuba's south coast; 4 years later it was moved to the north coast", + "output": [ + "havana" + ] + }, + { + "id": "openseek-7-edcb7695424d4f928ba65c0bf2bd3a23", + "input": "Category: MEG RYAN MOVIES \nClue: Meg lettered in 2 films, 1988's \"D.O.A\" & this 1994 film featuring Walter Matthau as Albert Einstein", + "output": [ + "i.q." + ] + }, + { + "id": "openseek-7-100043ce00124a1288d18a163e865f87", + "input": "Category: CUSTOMS & TRADITIONS \nClue: These dogs are firehouse mascots because they had been bred to work with horses, which pulled firewagons", + "output": [ + "dalmatians" + ] + }, + { + "id": "openseek-7-0dc3f5fe6c1f4e14a281ec3f96d9ab8b", + "input": "Category: DUCK, DUCK, GOOSE \nClue: The down of this large sea duck, Somateria mollissima, is used as warm filling in jackets, pillows & quilts", + "output": [ + "eider" + ] + }, + { + "id": "openseek-7-b81523f7ee57484194911659e366dc53", + "input": "Category: GO GO GAUGUIN \nClue: Gauguin's 1888 painting \"The Vision After the Sermon\" shows this biblical figure \"wrestling with the angel\"", + "output": [ + "jacob" + ] + }, + { + "id": "openseek-7-a91523059908414d9f09b94b2a01f377", + "input": "Category: MAKE IT STICK \nClue: Use instant glue for glass & white glue with a clamp for wood, which has these, like skin, for glue to enter", + "output": [ + "pores" + ] + }, + { + "id": "openseek-7-e337285c06f847df9c26bd83130291a5", + "input": "Category: OF EDEN \nClue: This astrophysicist won the Pulitzer Prize for exploring the human brain in \"The Dragons of Eden\"", + "output": [ + "carl sagan" + ] + }, + { + "id": "openseek-7-f3e66a254c2c44869ef47250e2c5d34f", + "input": "Category: RHYME TIME \nClue: The evening assigned for the boxing match", + "output": [ + "fight night" + ] + }, + { + "id": "openseek-7-95677fedaf4f4c4980699fd48818fc10", + "input": "Category: AUSTRALIAN MOVIES \nClue: 2 Australian sprinters are sent to fight in Turkey during WWI in this 1981 film", + "output": [ + "gallipoli" + ] + }, + { + "id": "openseek-7-7b52eadb40eb48029ee5ef68fdb7c412", + "input": "Category: SIGNS & SYMBOLS \nClue: (Cheryl of the Clue Crew reporting from the Atlanta Zoo) A traditional symbol of peace, the giant panda is also the symbol of this nature organization", + "output": [ + "wwf" + ] + }, + { + "id": "openseek-7-3efa59b11b6d400cb434973b9858149d", + "input": "Category: BIBLE QUOTES BY BOOK \nClue: \"...The children of Israel came nigh: & he gave them in commandment all that the Lord had spoken with him in Mount Sinai\"", + "output": [ + "exodus" + ] + }, + { + "id": "openseek-7-307adede150547a69f8eb0c3a37cfe49", + "input": "Category: WE MAKE MONEY THE OLD-FASHIONED WAY \nClue: \"Dude, you're getting\" a lot of this computer company's products, judging by its $41.4 billion in FY 2004 revenues", + "output": [ + "dell" + ] + }, + { + "id": "openseek-7-183a0c6132c348e1baf565948959eea4", + "input": "Category: OBSESSIONS \nClue: Cato the Elder's obsession with the threat offered by this city led in part to the Third Punic War", + "output": [ + "carthage" + ] + }, + { + "id": "openseek-7-3301370640794c5ba2b0deea7f39cc89", + "input": "Category: A DEVILISH CATEGORY \nClue: Tartini's sonata \"The Devil's Trill\" came to him in a dream in which the devil played this stringed instrument", + "output": [ + "the violin" + ] + }, + { + "id": "openseek-7-891b2a3c817b40d48f35092a0f0915a9", + "input": "Category: AMERICAN HISTORY \nClue: He shook up society in the 1960s & later published \"Revolution for the Hell of It\" & \"Steal This Book\"", + "output": [ + "abbie hoffman" + ] + }, + { + "id": "openseek-7-0189b9d76a3c4080aba5751dc897a3b9", + "input": "Category: & CROWN THY GOOD \nClue: In 336 B.C. at age 20, he succeeded his murdered father as Macedonia's king & was just super...wait, that's not the right word", + "output": [ + "alexander the great" + ] + }, + { + "id": "openseek-7-7bae517e16414ad7a34c227394d19dbc", + "input": "Category: C3 \nClue: It describes a person showing marked ability; as 2 words, it's a favored snack at a baseball game", + "output": [ + "crackerjack" + ] + }, + { + "id": "openseek-7-cb6ca47749f44e29ad45388e08941373", + "input": "Category: I CAN'T TELL YOU \"Y\" \nClue: Neil Simon won a Pulitzer for his play \"Lost in\" this city", + "output": [ + "yonkers" + ] + }, + { + "id": "openseek-7-619a61861188472a895254ac36f8e028", + "input": "Category: MAGAZINES \nClue: \"Life made easier\" is the motto of the magazine called \"Real\" this", + "output": [ + "simple" + ] + }, + { + "id": "openseek-7-9b23a1de6db54519b9c4a3beaf30052a", + "input": "Category: THE MAN WHO WASN'T THERE \nClue: Snip \"man\" from a term for a junior or senior in college & get this term for something of high social rank", + "output": [ + "upper-class" + ] + }, + { + "id": "openseek-7-ffd2a88e6d674de783f3821c5d986938", + "input": "Category: DO, RE, ETC. \nClue: A Katharine Hepburn memoir", + "output": [ + "me" + ] + }, + { + "id": "openseek-7-9af36e509d9f4d6894b17a7c51e695f7", + "input": "Category: \"E\" GADS! \nClue: A steamboat, a condor & Chimborazo Mountain appear on this country's coat of arms", + "output": [ + "ecuador" + ] + }, + { + "id": "openseek-7-8a1a8624603947abbc393bf867a25f01", + "input": "Category: TAKE YOUR VITAMINS \nClue: Linus Pauling's 1970 book was on \"Vitamin C and\" this ailment; by 1979 he'd moved up to \"Cancer and Vitamin C\"", + "output": [ + "the common cold" + ] + }, + { + "id": "openseek-7-de0a0a5a1c2340efa53976a242b86c11", + "input": "Category: \"EASY\" \nClue: Way you can have your eggs or Mary Martin", + "output": [ + "over easy" + ] + }, + { + "id": "openseek-7-28796bd06fb2407faed7ca9312e4dfb6", + "input": "Category: OCCUPATIONAL WEAR \nClue: Occupational adjective for a western shirt or western boots", + "output": [ + "cowboy" + ] + }, + { + "id": "openseek-7-10ab228a344a47a0a25d4b1bb979668b", + "input": "Category: FOOD ACROSS AMERICA \nClue: Famous for its seafood, this \"Old Original\" restaurant in Philly is a premier reading, er, dining spot", + "output": [ + "bookbinder\\'s" + ] + }, + { + "id": "openseek-7-879739a519564bb7923b117f137f31e8", + "input": "Category: WOMEN NOVELISTS \nClue: In her first book since \"Waiting To Exhale\", she tells \"How Stella Got Her Groove Back\"", + "output": [ + "terry mcmillan" + ] + }, + { + "id": "openseek-7-4bb2b441a99e406a9833b3d6e2112923", + "input": "Category: I FORGET \nClue: In this Eagles song, \"Some dance to remember, some dance to forget\"", + "output": [ + "\"hotel california\"" + ] + }, + { + "id": "openseek-7-0b3b7564ee3b4116951c3846b321088f", + "input": "Category: DIRECTORS & THEIR FILMS \nClue: He wrote of the nearly 20 years it took to bring \"Gandhi\" to the screen in his 1982 book \"In Search of Gandhi\"", + "output": [ + "sir richard attenborough" + ] + }, + { + "id": "openseek-7-c0e24f056c5e4b6f8104b2d4e4e9cbad", + "input": "Category: URBAN MYTHS \nClue: My cousin just told me that a man in a hotel room had this renal organ removed while he slept", + "output": [ + "kidney" + ] + }, + { + "id": "openseek-7-0299fc24b4544bb18f62538014ef8079", + "input": "Category: DOCUMENTARIES \nClue: This Michael Moore documentary asked, \"Are we a nation of gun nuts or are we just nuts?\"", + "output": [ + "bowling for columbine" + ] + }, + { + "id": "openseek-7-da660a8661144a71b340b36ee2f776a6", + "input": "Category: COLIN POWELL \nClue: Colin was on a drill team known as the Pershing Rifles when he was in ROTC, short for this", + "output": [ + "reserve officers training corps" + ] + }, + { + "id": "openseek-7-5a959c4224954197adbb6149eee65491", + "input": "Category: SIXTEENTH \nClue: This sixteenth president of the U.S. followed James Buchanan into the White House", + "output": [ + "abraham lincoln" + ] + }, + { + "id": "openseek-7-f71adb6247ce4c289670866f49969ded", + "input": "Category: NOW YOU'RE COOKIN' \nClue: Without the \"accent grave over the E\", a W.C. Fields character becomes this word for something pickled", + "output": [ + "souse" + ] + }, + { + "id": "openseek-7-ead09deb22fb47048213d4b3f862299a", + "input": "Category: POLITICIANS \nClue: After spending 4 days at the Beijing Olympics, he said the \"highlight was getting my picture taken with the teams\"", + "output": [ + "george w. bush" + ] + }, + { + "id": "openseek-7-d500c2e766e64d5f9f45aefd291e807e", + "input": "Category: AUTHORS \nClue: This \"Candide\" author wrote the libretti for several Rameau operas, including \"La Princesse de Navarre\"", + "output": [ + "voltaire" + ] + }, + { + "id": "openseek-7-b605190ac8ca4a46b9cea93c2e413276", + "input": "Category: BIBLICAL QUOTES \nClue: In Genesis 17:4 God told him, \"Thou shalt be a father of many nations\"", + "output": [ + "abraham" + ] + }, + { + "id": "openseek-7-838e7a7552b9463ebd52cda02002a067", + "input": "Category: BEFORE & AFTER \nClue: Caped crusaders hook up with \"Lifestyles of the Rich & Famous\" host to become this crimefighting duo", + "output": [ + "batman & robin leach" + ] + }, + { + "id": "openseek-7-36f54167799b4c6da81167b0a6f84f43", + "input": "Category: BACK TO BUSINESS \nClue: No-contract & pay as you go plans are selling points of this cell phone company started by Sir Richard Branson", + "output": [ + "virgin mobile" + ] + }, + { + "id": "openseek-7-102d4c0ec02c41e8ab2b65dd6b82a69f", + "input": "Category: SAVE THE PRINCE OF WALES \nClue: At Cambridge Charles got his university colors in this sport", + "output": [ + "polo" + ] + }, + { + "id": "openseek-7-587a0827df8e4d3583d67c22c7cdd6fd", + "input": "Category: PEOPLE STAR TRACKS \nClue: This man \"(A.K.A. Tony Stark) takes five atop the... Randy's Donuts sign while filming... 'Iron Man 2'\"", + "output": [ + "robert downey jr." + ] + }, + { + "id": "openseek-7-2e9cd75b7ab6414686730a8ada213f5b", + "input": "Category: YOU MAKE ME CRY \nClue: 1989's \"Harlem Nights\" featured this former talk show host as the \"Crying Man\"", + "output": [ + "arsenio hall" + ] + }, + { + "id": "openseek-7-6d995d814d93464aa37f3d389f6b1406", + "input": "Category: BLACK AMERICAN HISTORY \nClue: This organization was founded in 1944 after Tuskegee's president suggested pooling schools' money", + "output": [ + "united negro college fund" + ] + }, + { + "id": "openseek-7-9908fc3abff24e769bb21e0f3fdb3336", + "input": "Category: THEIR GREATEST HITS \nClue: \"Bicycle Race\" & \"Another One Bites The Dust\"", + "output": [ + "queen" + ] + }, + { + "id": "openseek-7-19d97d00694d4501a96656fa518a1085", + "input": "Category: U.S. NATIONAL PARKS \nClue: Located in these hills, South Dakota's Wind Cave National Park features a cavern with reversible winds", + "output": [ + "black hills" + ] + }, + { + "id": "openseek-7-995ab4c220de49029a33ed647ad2c62a", + "input": "Category: I HOP \nClue: The Belgian hare is not actually a hare but this type of hopper", + "output": [ + "rabbit" + ] + }, + { + "id": "openseek-7-a7e0b70546ad40b6b6fd0896d52c6065", + "input": "Category: FROM PAGE TO SCREEN \nClue: Marilyn Monroe longed to play Grushenka in the 1958 film of this Dostoyevsky saga, but Maria Schell got the part", + "output": [ + "the brothers karamazov" + ] + }, + { + "id": "openseek-7-cfb28c332ca747258d1965134d511237", + "input": "Category: YOU'RE SUCH AN ANIMAL! \nClue: It's the only seal with tusks", + "output": [ + "a walrus" + ] + }, + { + "id": "openseek-7-4f41a81691da4d64acb3a6b8dc438a30", + "input": "Category: SPOTTED CREATURES \nClue: The northern spotted variety of this wise old bird has been on the threatened list since 1990", + "output": [ + "owl" + ] + }, + { + "id": "openseek-7-837b66993ae74103b3ac1f6ae381dd06", + "input": "Category: SEXY STUFF \nClue: A queen ant of one species coats these with a pheromone that stops other ants from destroying them", + "output": [ + "the eggs" + ] + }, + { + "id": "openseek-7-cbbded9b9faf4726adc2f0f16cf40496", + "input": "Category: ECO-FRIENDLY VAMPIRES \nClue: The vampires hope for great things from the \"clean\" type of this, generator of half of the USA\"S electricity", + "output": [ + "coal" + ] + }, + { + "id": "openseek-7-cc75d0c75020430d9645d7a695cce332", + "input": "Category: COUNTRY MUSIC \nClue: His famed San Quentin concert inspired inmate Merle Haggard", + "output": [ + "johnny cash" + ] + }, + { + "id": "openseek-7-64850dba01b745c7b707356def636c82", + "input": "Category: JEOPARDY PLATFORMS \nClue: In 1975, the USS Kirk had to push helicopters off its deck as it helped people fleeing from this Asian capital", + "output": [ + "saigon" + ] + }, + { + "id": "openseek-7-b7bdd34a806448149f56650485729313", + "input": "Category: TOYMAKERS \nClue: In 1997 Mattel sued Miller'$, a magazine devoted to this fashion doll, for copyright infringement", + "output": [ + "barbie" + ] + }, + { + "id": "openseek-7-7f93c94bc69b445ca90e4380c5fffd08", + "input": "Category: ENGLISH LITERATURE \nClue: The Houyhnhnms in this 1726 satire have the forms of horses", + "output": [ + "\"gulliver\\'s travels\"" + ] + }, + { + "id": "openseek-7-ba7618bb9a194a2f8921176e65f477a8", + "input": "Category: POP CULTURE \nClue: The Sailor Boy & his dog seen here are a symbol of this snack brand", + "output": [ + "cracker jack" + ] + }, + { + "id": "openseek-7-a90e92115c2b46bbacaf7582bcef5f5a", + "input": "Category: TEENS IN HISTORY \nClue: When teen king Ptolemy XIV died in 44 B.C., it was rumored that this queen, his sister, had had him poisoned", + "output": [ + "cleopatra" + ] + }, + { + "id": "openseek-7-8d0ca3484f3141b3b16a45f15b8c7c64", + "input": "Category: WORDS FROM PLANETS \nClue: The area for the orchestra on the biggest planet", + "output": [ + "a pit" + ] + }, + { + "id": "openseek-7-f2d228289d8c4929ba20fa26f0240438", + "input": "Category: TUBES \nClue: Every little breeze seems to whisper the name of this first test tube baby", + "output": [ + "louise" + ] + }, + { + "id": "openseek-7-69da69b1fed041cb932b56fe8526ca33", + "input": "Category: POP CULTURE \nClue: During WWII this \"All-American Boy\" of radio drama helped track down Nazi spies & traitors", + "output": [ + "jack armstrong" + ] + }, + { + "id": "openseek-7-44af746cff3b483293b950d1ef91c3bc", + "input": "Category: TRANSPORTATION \nClue: This trade union includes chauffeurs, warehousemen & helpers", + "output": [ + "teamsters" + ] + }, + { + "id": "openseek-7-c0d6bc2305644ca297fe7577fb0e839f", + "input": "Category: OF BABYLON \nClue: The ruins of the ancient city of Babylon are located just south of this capital city", + "output": [ + "baghdad" + ] + }, + { + "id": "openseek-7-9d132917a7bb46858a41657d74708d07", + "input": "Category: THE CINEMA OF JOHNNY DEPP \nClue: In a 1995 film co-starring Marlon Brando, Depp believes he is this legendary lover", + "output": [ + "don juan" + ] + }, + { + "id": "openseek-7-a3016d9d8a5f4142914d6e75d03e14f3", + "input": "Category: HISTORY \nClue: In June 1987 she became the first British prime minister in the 20th c. elected to 3 straight terms", + "output": [ + "margaret thatcher" + ] + }, + { + "id": "openseek-7-d27992a045704c2b88b06ecaf143a53c", + "input": "Category: THE ARABIAN PENINSULA \nClue: At over 1,000 feet, the world's tallest hotel is in this United Arab Emirates city, \"The Venice of the Gulf\"", + "output": [ + "dubai" + ] + }, + { + "id": "openseek-7-514f69064c9a47fcb7ab43141e186e6c", + "input": "Category: ACTUAL MLB BROADCAST QUOTES \nClue: \"Rich Folkers is throwing up in\" this warmup area", + "output": [ + "bullpen" + ] + }, + { + "id": "openseek-7-46efba9648ac45798847398925d1ab4f", + "input": "Category: MEDIUMS AT LARGE \nClue: Called \"the Sleeping Prophet\", this medium from Kentucky gave thousands of psychic readings while in a trance", + "output": [ + "edgar cayce" + ] + }, + { + "id": "openseek-7-3ab8c7f2c67344d7ad6ce00f5b554a2e", + "input": "Category: POTPOURRI \nClue: Goto is the surname of the young Osaka-born violinist known by this single name", + "output": [ + "midori" + ] + }, + { + "id": "openseek-7-ea13a66c6d3e49888e69dae3b299e544", + "input": "Category: VEGAS CASINOS \nClue: There's a SpongeBob SquarePants 4-D ride here; still trying to figure out the King Arthur's sword angle on that", + "output": [ + "excalibur" + ] + }, + { + "id": "openseek-7-0fc9dc23aa4c4744b648264714b359c0", + "input": "Category: HEALTH & MEDICINE \nClue: The virus that causes this kids' disease can cause shingles in later life", + "output": [ + "chicken pox" + ] + }, + { + "id": "openseek-7-769ea5f490cc4a18b6dd12e811808883", + "input": "Category: ANN(E)-TASTIC! \nClue: Her 16th c. cottage in Shottery, England is kept as a memorial (she never danced at the Oscars with Hugh Jackman)", + "output": [ + "anne hathaway" + ] + }, + { + "id": "openseek-7-2c0090c230b44fc4aafce94a232efcb6", + "input": "Category: HISPANIC HISTORY \nClue: As president of this country, Antonio Guzman Blanco had a new capital built in Caracas", + "output": [ + "venezuela" + ] + }, + { + "id": "openseek-7-14d40f9453d443ddbf57132f3e74fa7d", + "input": "Category: BALLET IN THE '90s \nClue: In Matthew Bourne's update of this classic 1877 ballet, the leading female role is played by a man:", + "output": [ + "swan lake" + ] + }, + { + "id": "openseek-7-886ad337952c437fa6af77f458adfc58", + "input": "Category: TO THE REPUBLIC \nClue: In 1997 Christmas was declared an official holiday in this Caribbean republic", + "output": [ + "cuba" + ] + }, + { + "id": "openseek-7-720be251dc7a42a0b9c00ac1b869c3c5", + "input": "Category: ACT YOUR \"AGE\" \nClue: A heavy bombardment of artillery", + "output": [ + "a barrage" + ] + }, + { + "id": "openseek-7-f7ccc429adcd49bebf870e24e2e4be90", + "input": "Category: PEOPLE IN HISTORY \nClue: This first U.S. first lady, a fine equestrienne, once rode a horse up the stairs of her uncle's house", + "output": [ + "martha washington" + ] + }, + { + "id": "openseek-7-eda56abc3dd94097ade194d0afccfd7e", + "input": "Category: LITERARY BUNNIES \nClue: Mammy-Bammy Big-Money is the witch rabbit who lives in a swamp in this man's Uncle Remus stories", + "output": [ + "harris" + ] + }, + { + "id": "openseek-7-f66be4bf5e504e4ebc2be1cabfdf68f5", + "input": "Category: A DROP OF IRISH WHISKEY \nClue: Poteen, a term for illegally made whiskey, is the Irish equivalent of this \"lunar\" U.S. word", + "output": [ + "moonshine" + ] + }, + { + "id": "openseek-7-cc9a71b24ab741138c5a3d3691721428", + "input": "Category: WHY NOT? \nClue: Observant Jews don't eat cheeseburgers because Exodus says, \"Thou shalt not seethe a kid in\" this", + "output": [ + "milk" + ] + }, + { + "id": "openseek-7-a8da22d21adf4b07914ebce96ad8267b", + "input": "Category: RECENT OBITS \nClue: This conservative ex-North Carolina senator was 86 when he passed on July 4, 2008", + "output": [ + "helms" + ] + }, + { + "id": "openseek-7-ea82a4136c6f446fb14447b6e8eb3803", + "input": "Category: SPACE \nClue: Titan is the largest moon of this ringed planet", + "output": [ + "saturn" + ] + }, + { + "id": "openseek-7-01af10dcdded49829c9002b05cad7417", + "input": "Category: AROUND THE USA \nClue: TV fans like to visit Roslyn, Washington, which was transformed into the town of Cicely, Alaska for this '90s series", + "output": [ + "northern exposure" + ] + }, + { + "id": "openseek-7-b06cdc6f390e40eea77f0e08d9e47fa5", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: In April 1999 Harvard announced plans to formally absorb this women's college", + "output": [ + "radcliffe" + ] + }, + { + "id": "openseek-7-65cd345baf844ed881413feb6c567064", + "input": "Category: WINTER SPORTS \nClue: Job of Wayne Maki, Dave Forbes & Tiger Williams, who each made news when charged with criminal assault", + "output": [ + "hockey player" + ] + }, + { + "id": "openseek-7-528579f8e0984c529accede301b8ba5e", + "input": "Category: ALL THAT JAZZ \nClue: Chick Webb discovered this singer heard here", + "output": [ + "ella fitzgerald" + ] + }, + { + "id": "openseek-7-f710fb0831b645e883db76fc57f67874", + "input": "Category: ALPHABETICALLY LAST \nClue: Of Snow White's 7 dwarfs", + "output": [ + "sneezy" + ] + }, + { + "id": "openseek-7-10fd2735dcea4a1b84de3903ba88ebf1", + "input": "Category: BLAME IT ON THE REIGN \nClue: ...of this English monarch, who made a truce with Saladin, ceding him Jerusalem", + "output": [ + "richard i" + ] + }, + { + "id": "openseek-7-a620a1bb893348e98e1264c548e230c4", + "input": "Category: YOU'RE THE MAN NOW, DOG! \nClue: You could say, \"You're the dog now, man\" to King Charles II, for whom a small breed of this dog was named", + "output": [ + "spaniel" + ] + }, + { + "id": "openseek-7-1c55516e43294362af5f1b36c848d029", + "input": "Category: HISTORIC PEOPLE \nClue: In the 990s this son of Erik the Red brought Christianity to Greenland", + "output": [ + "leif ericson" + ] + }, + { + "id": "openseek-7-ec10d491c26e440b9e83aad44fdc75b6", + "input": "Category: \"JE\"-PARDY \nClue: A U.S. state capital", + "output": [ + "jefferson city(, missouri)" + ] + }, + { + "id": "openseek-7-77cf5a6ac4d64a51b400a7997b12e277", + "input": "Category: SHAPES & SIZES \nClue: Longer but narrower than a king-sized bed is this state's \"king\"", + "output": [ + "california" + ] + }, + { + "id": "openseek-7-f12f9dafa6964933bd3bc39505089c11", + "input": "Category: BROTHERLY ROCK \nClue: Brothers Eddie & Alex, who formed the core of this band, were born in the Netherlands", + "output": [ + "van halen" + ] + }, + { + "id": "openseek-7-d780cb6a28f34af997fc19580c3638ff", + "input": "Category: KISMET \nClue: In Indian religion, this causal law explains the existence of evil; in a Culture Club title, it precedes \"Chameleon\"", + "output": [ + "karma" + ] + }, + { + "id": "openseek-7-ba15373d4cee4c19bd24b521e9a650f4", + "input": "Category: TREBLEMAKERS \nClue: Treble recorders are also called this, also a 4-letter female singing voice", + "output": [ + "alto" + ] + }, + { + "id": "openseek-7-13f22abdc67f4c7cb893a00701d7df89", + "input": "Category: KIDDY LIT \nClue: In Britain this simian created by H.A. Rey is called Zozo", + "output": [ + "curious george" + ] + }, + { + "id": "openseek-7-808a69b23ff645d9b9a15c2de864766c", + "input": "Category: \"Y\" IS THE ONLY VOWEL \nClue: British clergyman Charles Wesley was a notable Methodist writer of these", + "output": [ + "hymns" + ] + }, + { + "id": "openseek-7-7d2481b20fae40349a7250d74bd4973f", + "input": "Category: LITERARY RHYME TIME \nClue: Harriet Beecher's private agonies", + "output": [ + "stowe\\'s woes" + ] + }, + { + "id": "openseek-7-58ffefb946894e178d1072904fc3a0c3", + "input": "Category: TIME \nClue: New Jersey & New Hampshire lie in the eastern time zone; New Mexico is in this zone", + "output": [ + "mountain time zone" + ] + }, + { + "id": "openseek-7-86e52b033adc4010b6c438707adf2962", + "input": "Category: IF I HAD A HAMMER... \nClue: This Norse god has a hammer named Mjollnir", + "output": [ + "thor" + ] + }, + { + "id": "openseek-7-bcd77de64395487398e79ee18f77b7f9", + "input": "Category: CREATURE FEATURES \nClue: Narrated by Morgan Freeman, this film waddled away with the 2005 Oscar for Best Documentary", + "output": [ + "march of the penguins" + ] + }, + { + "id": "openseek-7-097ca789464644638acbda9170b9d9ff", + "input": "Category: THE YOU-NIVERSE \nClue: Containing 33 vertebrae, it's also known as the vertebral column", + "output": [ + "the spine" + ] + }, + { + "id": "openseek-7-bf9c6175fc564a5a9d559a869580bb00", + "input": "Category: SPORTS TEENS \nClue: He was 18 in 1994 when he won the first of his 3 U.S. Amateur Golf Championships", + "output": [ + "tiger woods" + ] + }, + { + "id": "openseek-7-3cc799e6aaf24cab9585b74519c3095e", + "input": "Category: WORLD CAPITALS \nClue: Population 11 million & home to the \"Gate of Heavenly Peace\"", + "output": [ + "beijing" + ] + }, + { + "id": "openseek-7-82ee1806860642c79bcf583f43e43bd7", + "input": "Category: GEMS \nClue: Color of a peridot", + "output": [ + "green" + ] + }, + { + "id": "openseek-7-bbc22d98192a44f199ab264e87b78a08", + "input": "Category: THE INTERNATIONAL LANGUAGE OF MATH \nClue: A whole number is either composite, with factors other than itself & 1, or this type", + "output": [ + "prime" + ] + }, + { + "id": "openseek-7-2f943b0df5044867a707b7b1995ff3ef", + "input": "Category: NURSERY RHYME FOOD \nClue: Not a chicken, but this lay in the house that Jack built", + "output": [ + "malt" + ] + }, + { + "id": "openseek-7-5412eab2900d45e198fd801a7aaafda7", + "input": "Category: STATE OF THE UNION \nClue: The Jack Daniel's distillery is in Lynchburg in this state", + "output": [ + "tennessee" + ] + }, + { + "id": "openseek-7-745d9e10c9fd4367b50ed4638c93c599", + "input": "Category: THANKS \nClue: In a newspaper editorial, Francis Church wrote, \"Thank God, he lives, and he lives forever\"", + "output": [ + "santa claus" + ] + }, + { + "id": "openseek-7-7757d0bd67dc4677b3903757e98bdca4", + "input": "Category: BRAND NAMES \nClue: This brand of petroleum jelly was selling a jar a minute in the U.S. by the 1880s, & it's still a favorite", + "output": [ + "vaseline" + ] + }, + { + "id": "openseek-7-a63741e1d68f4073bce30be0ad0ef236", + "input": "Category: THAT'S SO CONVENTIONAL! \nClue: This bespectacled NBC newsman was forcibly removed from the floor of the 1964 GOP Convention in San Francisco", + "output": [ + "john chancellor" + ] + }, + { + "id": "openseek-7-af4d05bc2a3f44578b0a36cb18786b54", + "input": "Category: SPEAKING ESPERANTO \nClue: Esperanto adverbs generally end in \"E\"; these words, like bela for \"beautiful\", in \"A\"", + "output": [ + "adjectives" + ] + }, + { + "id": "openseek-7-be9c50b276bb412ca5f09b91e7dbc0e5", + "input": "Category: FAN TOM \nClue: He had the \"Common Sense\" to idolize Ben Franklin, who encouraged his move to America in 1774", + "output": [ + "tom paine" + ] + }, + { + "id": "openseek-7-7d34fa3ba7fc48ad8a41c8606ecc11b7", + "input": "Category: NAMES IN THE NEWS \nClue: In February, 8 months after knee surgery, he was back teeing it up on the PGA Tour", + "output": [ + "tiger woods" + ] + }, + { + "id": "openseek-7-f8d625a748f84f35a056c229ae5863b9", + "input": "Category: ALL THE PRESIDENTS' MEN \nClue: In 1989 he made a touchdown scoring the job of HUD Secretary", + "output": [ + "kemp" + ] + }, + { + "id": "openseek-7-6adb576b53a74cde8c98d8ad820b00ba", + "input": "Category: BIRTHSTONES \nClue: 1 of only 2 birthstones whose names begin with the same letter as their month", + "output": [ + "sapphire" + ] + }, + { + "id": "openseek-7-7fe9bbb2c4974971b7f2af6898b48e2f", + "input": "Category: THE TERRIBLE TWOS \nClue: Daddy doesn't want to play at 6:30 A.M.--let's turn on the Disney Channel & watch Bear & Ojo on this series", + "output": [ + "bear in the big blue house" + ] + }, + { + "id": "openseek-7-1d8f05e73a014407a5ccbe099d9ef426", + "input": "Category: PUT OUT THE CHINA \nClue: The name of this Chinese-American stew of meat & vegetables translates into English as \"mixed bits\"", + "output": [ + "chop suey" + ] + }, + { + "id": "openseek-7-30e4068f878c47779f60dbab012a5da3", + "input": "Category: EXPLORATION \nClue: In 1880 he founded a French colony on the Congo; a \"ville\" in the Republic of the Congo is named for him", + "output": [ + "brazza" + ] + }, + { + "id": "openseek-7-869a2877e594404aa88980d2d24857ac", + "input": "Category: THOMAS MORE \nClue: Thomas More learned this profession at London's Lincoln Inn", + "output": [ + "law" + ] + }, + { + "id": "openseek-7-01537f8e1cf34e5fbf114f98e8f9e3b5", + "input": "Category: \"ROCK\"IN' & A-\"ROLL\"IN' \nClue: \"Sow\" these at breakfast, but make sure they've been hulled & steamed", + "output": [ + "rolled oats" + ] + }, + { + "id": "openseek-7-0ddcc1b4e319421b9e5168f1ad06e9ed", + "input": "Category: PEOPLE WITH MUPPET NAMES \nClue: This \"grouchy\" librettist won a 1950 Pulitzer for his work on \"South Pacific\"", + "output": [ + "oscar" + ] + }, + { + "id": "openseek-7-a6919aea614c49f79fa1454d92223c70", + "input": "Category: BESTSELLERS \nClue: \"Gettysburg\", cowritten by this former House speaker, imagines a Confederate victory at Gettysburg", + "output": [ + "newt gingrich" + ] + }, + { + "id": "openseek-7-55b8404708d04e8fbac4b50f7a07c039", + "input": "Category: GHOST STORIES \nClue: In 1990's \"Ghost\", this actor haunts Demi Moore, using Whoopi Goldberg as a conduit", + "output": [ + "patrick swayze" + ] + }, + { + "id": "openseek-7-1cf7e54aa1c441d48ff28e60a7dba088", + "input": "Category: ON THE WEB \nClue: You can read some of the classics online at this site named for a Melville short story character", + "output": [ + "bartleby.com" + ] + }, + { + "id": "openseek-7-d233ffae3e8344559e5c56ccd33459c9", + "input": "Category: AM I BLUE? \nClue: One of the loudest animals on earth is the blue type of this creature; it can be heard over 500 miles away", + "output": [ + "a whale" + ] + }, + { + "id": "openseek-7-36a92a8f46224109aafe82ae10acef10", + "input": "Category: RELIGION \nClue: In the classic Hindu trinity, this divinity is the creator of the universe", + "output": [ + "brahma" + ] + }, + { + "id": "openseek-7-eb86e0c648314c47bbfaea83f5a78c33", + "input": "Category: STARTS & ENDS WITH \"A\" \nClue: \"Hand That Rocks The Cradle\" actress Sciorra", + "output": [ + "annabella" + ] + }, + { + "id": "openseek-7-ca2b29d5ef734a0a8343f097be7c370b", + "input": "Category: MARINE SCIENCE \nClue: Computers can model these, neap type & all, so sailors don't have to rely totally on tables", + "output": [ + "tides" + ] + }, + { + "id": "openseek-7-1bff495f1dc74d3e8728027e9bd929a6", + "input": "Category: SUFFIXES \nClue: When this suffix is added to a number, it means that a building has that number of units", + "output": [ + "-plex" + ] + }, + { + "id": "openseek-7-7bdee8dcf5f845b886cd94818453e689", + "input": "Category: ANIMAL PARTS \nClue: These 2 hairstyles that have the hair all drawn back, either loose or braided, & cinched, may be found on a farmer's daughter", + "output": [ + "pigtails & ponytails" + ] + }, + { + "id": "openseek-7-7bf23edfb9d74379997e36ff30403c12", + "input": "Category: HAPPY, SLAPPY OR PAPPY \nClue: Elder Yokum", + "output": [ + "pappy" + ] + }, + { + "id": "openseek-7-4a2e540900c645ea9caf9d449ca4790c", + "input": "Category: U.S. PRESIDENTS \nClue: Nearly 91 when he died the same day as Thomas Jefferson, he was the longest-lived president", + "output": [ + "john adams" + ] + }, + { + "id": "openseek-7-d360054f519d4b9da030f0e556a311e6", + "input": "Category: DESERVES AN \"ITHER\" \nClue: Adverb meaning \"to where I am\"; it often precedes \"and yon\"", + "output": [ + "hither" + ] + }, + { + "id": "openseek-7-9e06443ae87e439a991620edc7a2333a", + "input": "Category: \"B\" WRITERS \nClue: This author of \"Erewhon\" went \"The Way of All Flesh\" in 1903", + "output": [ + "samuel butler" + ] + }, + { + "id": "openseek-7-42417e87e495432da257bdecb9a6477e", + "input": "Category: QUASI-RELATED PAIRS \nClue: An ethnic group of northern Iraq & a type of highway \"station\" for truckers", + "output": [ + "kurds & way" + ] + }, + { + "id": "openseek-7-fd01a0d6b42b49bc88129dc93d8b5846", + "input": "Category: WHAT'S YOUR BEEF? \nClue: If you can't stand the heat, there's always this raw dish that includes onions, capers, egg yolks & beef tenderloin", + "output": [ + "steak tartare" + ] + }, + { + "id": "openseek-7-ce21058e39a14f41bac333b3474021cc", + "input": "Category: WOULD YOU MURRAY ME? \nClue: This \"You Needed Me\" singer is mentioned in the Oscar-nominated song \"Blame Canada\"", + "output": [ + "anne murray" + ] + }, + { + "id": "openseek-7-2ac6c34e30c54b308d66dcdef39975fd", + "input": "Category: CALVINISM \nClue: The name of this British offshoot of Calvinism has become synonymous with repression of pleasure", + "output": [ + "puritanism" + ] + }, + { + "id": "openseek-7-3a819216fc8e4dae8b8d4bedf06a7115", + "input": "Category: MAKEUP \nClue: French for \"red\", L'Oreal makes a \"Virtuale\" version of it", + "output": [ + "rouge" + ] + }, + { + "id": "openseek-7-2fe263150419454db0663dee47da3bf2", + "input": "Category: ADJECTIVAL ENDINGS \nClue: Cat, child, life", + "output": [ + "-like" + ] + }, + { + "id": "openseek-7-66d84d9414e74844800efcf650688166", + "input": "Category: WRITERS \nClue: \"The Hundred Days\" is one of his books detailing the naval career of Jack Aubrey", + "output": [ + "o\\'brian" + ] + }, + { + "id": "openseek-7-a4dd1a8d3026427a87766474aeb8db6c", + "input": "Category: IT'S ELEMENTAL \nClue: Oxides of this silver-white metallic element are used in pigments to give some ceramics a vivid blue color", + "output": [ + "cobalt" + ] + }, + { + "id": "openseek-7-1a15f226383f4be4a1b5c551321d8197", + "input": "Category: GIMME AN \"F\" \nClue: Shark part that's slang for a 5-dollar bill", + "output": [ + "fin" + ] + }, + { + "id": "openseek-7-ca2e3e8df3cc42e3ae34661cbd39e183", + "input": "Category: THE 4-Ts \nClue: One-word term for an artist whose canvas is human skin", + "output": [ + "tattooist" + ] + }, + { + "id": "openseek-7-3a5970a1c8bf4139ba105ee4fc0e9ecd", + "input": "Category: VENEZUELAN HISTORY \nClue: It drops 3,212 feet from a mesa in the Guiana highlands & was discovered from the air in 1935", + "output": [ + "angel falls" + ] + }, + { + "id": "openseek-7-3df5dfd82f04453f8813b63f65216e59", + "input": "Category: USA!! USA!! \nClue: This U.S. women's team steamrolled to gold in Athens, outscoring opponents 51-1", + "output": [ + "the women\\'s softball team" + ] + }, + { + "id": "openseek-7-8522485fb2cd4882b218c68d12d6cb4c", + "input": "Category: IT'S A \"CIN\" \nClue: A synthetic hormone preparation that stimulates contractions during childbirth", + "output": [ + "pitocin" + ] + }, + { + "id": "openseek-7-83798a56d38c49f2bacfbfde4b783ff2", + "input": "Category: \"A\" IN GEOGRAPHY \nClue: It's the capital of Jordan", + "output": [ + "amman" + ] + }, + { + "id": "openseek-7-531b0c1f811c459dae57442c39fe1c24", + "input": "Category: SPORTS & GAMES \nClue: Join in & tell us that this is the lowest-rated suit in contract bridge", + "output": [ + "clubs" + ] + }, + { + "id": "openseek-7-730f1b026e824ee88d80deadebc6340f", + "input": "Category: LORD \nClue: During WWI future Lord Louis of Battenberg's family name was changed to this less Teutonic one", + "output": [ + "mountbatten" + ] + }, + { + "id": "openseek-7-49f31db3df5d44aca400779f68f01a62", + "input": "Category: PLAYING DOCTOR \nClue: (Hi, I'm CCH Pounder from \"The Shield\") I received an Emmy nomination for my role of Dr. Angela Hicks on this show set at CCH (Cook County Hospital)", + "output": [ + "er" + ] + }, + { + "id": "openseek-7-23ac03f2b4bc46eba40942ff282f5c74", + "input": "Category: IT'S ALL GREEK TO ME \nClue: This branch of medicine is from the Greek for \"mind cure\"", + "output": [ + "psychiatry" + ] + }, + { + "id": "openseek-7-72b989ae0f7f4a6899675974c7849eba", + "input": "Category: THE OLD TESTAMENT \nClue: In 1 Samuel 31 this king falls upon his own sword, opening the way for David to become king", + "output": [ + "saul" + ] + }, + { + "id": "openseek-7-2c589163033f412b9e0aefd1c474cc2f", + "input": "Category: HISTORIC NAMES \nClue: AP's chief Mideast correspondent, he got a firsthand look as a Beirut hostage for nearly 7 years", + "output": [ + "terry anderson" + ] + }, + { + "id": "openseek-7-97c12377bc904b02a0e3e0992de85f6a", + "input": "Category: EUROPEAN CITIES \nClue: Peter Paul Rubens & Anthony Van Dyck helped make this city the center of the Flemish school of painting", + "output": [ + "antwerp, belgium" + ] + }, + { + "id": "openseek-7-b0238d21c10648a5b714d040c1c5390c", + "input": "Category: \"RIO\" GRAND \nClue: The Office of Surface Mining is part of this U.S. government department", + "output": [ + "the department of the interior" + ] + }, + { + "id": "openseek-7-ec68ecfc18dc444287ec37a68365562d", + "input": "Category: WHAT AM I AFRAID OF? \nClue: It's the meaning of Gallophobia", + "output": [ + "fear of france/french things" + ] + }, + { + "id": "openseek-7-1229245cf1064ae4b4c8147c5bb2df8e", + "input": "Category: IN THE KITCHEN WITH IVAN \nClue: To make ahkroshkah soup, Ivan needs kvass, a beerlike beverage made from a dark rye type of this", + "output": [ + "bread" + ] + }, + { + "id": "openseek-7-0e6eb8fd28da4a449b4038a33655f928", + "input": "Category: ATTENTION, SPACE CADETS \nClue: \"Aren't you glad\" Alan Shepard took this deodorant soap into space? Now it's in the Smithsonian", + "output": [ + "dial" + ] + }, + { + "id": "openseek-7-1810c07a25774d748eca03bda62a53a5", + "input": "Category: THE 2nd MRS. \nClue: Will Smith", + "output": [ + "jada pinkett" + ] + }, + { + "id": "openseek-7-603e16c9466e46a18c11032bba680a68", + "input": "Category: GILBERT & SULLIVAN \nClue: Frederic is a young pirate apprentice in this rollicking work from 1879", + "output": [ + "the pirates of penzance" + ] + }, + { + "id": "openseek-7-5646c712042946a585866f14a7fc1e0c", + "input": "Category: THE SENATOR OF MY WORLD \nClue: In Wisconsin the 2010 Republican wave brought in Ron Johnson, sweeping out this Liberal Democrat", + "output": [ + "russ feingold" + ] + }, + { + "id": "openseek-7-fbf167aff59c48209e0a178835631edc", + "input": "Category: GROUPS \nClue: Murderous right-wing groups that roamed El Salvador in the 1980s were called \"death\" these", + "output": [ + "squads" + ] + }, + { + "id": "openseek-7-c284547833a64a77a59db37929f19589", + "input": "Category: WEDDINGS \nClue: It's become popular to place single-use ones on each table to let guests help capture the event", + "output": [ + "cameras" + ] + }, + { + "id": "openseek-7-5afa05d269574130886ba5c9cdde6f51", + "input": "Category: THE CRUCIBLE \nClue: Crucibles are sometimes made out of this ceramic material made by firing pure clay", + "output": [ + "porcelain" + ] + }, + { + "id": "openseek-7-b15ccb971b474815a912afebe7c7740f", + "input": "Category: EDEN'S CRUSH \nClue: His book on the evolution of the human brain is called \"The Dragons of Eden\"", + "output": [ + "carl sagan" + ] + }, + { + "id": "openseek-7-d55973510f154ce9bc218d79ff298b71", + "input": "Category: PSYCHOLOGY \nClue: Behaviorist Clark Hull reduced motivations to needs like hunger, which he gave this \"transporting\" term", + "output": [ + "drives" + ] + }, + { + "id": "openseek-7-5a8bb85ef324453daec8d7521ab50b92", + "input": "Category: ANDREW LLOYD WEBBER \nClue: One critic said this musical was \"about as Latin as steak & kidney pie\"", + "output": [ + "\"evita\"" + ] + }, + { + "id": "openseek-7-6966a6c6061b4b62ba7d9c66b6d0485f", + "input": "Category: NUMBERS \nClue: Number of stripes on the flag of France plus the number of stripes on the flag of Italy", + "output": [ + "6" + ] + }, + { + "id": "openseek-7-1929cd953e8043259645e537651e5b89", + "input": "Category: ON DECK \nClue: A type of walk, or an upper deck on a passenger ship where folks can stroll", + "output": [ + "the promenade deck" + ] + }, + { + "id": "openseek-7-8cffe0eac5a54023a2d185a25a275677", + "input": "Category: AVIATION \nClue: In May 1987 a plane built by this Wichita, Kansas company landed in Red Square", + "output": [ + "cessna" + ] + }, + { + "id": "openseek-7-72ebf458c28c4eeda90086f11f4de160", + "input": "Category: VASES & URNS \nClue: This American designer developed the opulent Favrile glass for his Art Nouveau vases", + "output": [ + "tiffany" + ] + }, + { + "id": "openseek-7-9ad402445511427cb0e09774f961d80e", + "input": "Category: TECH TV \nClue: The program shown here is called this Japanese style \"Unleashed\"", + "output": [ + "anime" + ] + }, + { + "id": "openseek-7-56ebc0322c574cc3ad514e99e28d32bb", + "input": "Category: ROYALTY ON FILM \nClue: Kirsten Dunst in 2006 as this title queen", + "output": [ + "marie antoinette" + ] + }, + { + "id": "openseek-7-d2c5731a453941ea943eac9d81b9ea8a", + "input": "Category: BEAR WITH ME \nClue: Customers at the saloon of this frontier judge would buy sarsaparilla for his bear Bruno", + "output": [ + "judge roy bean" + ] + }, + { + "id": "openseek-7-03e4937f8a164dd6867860f937690c33", + "input": "Category: CASH \nClue: Johnny wowed the MTV crowd with his stark cover of \"Hurt\", originally by this Trent Reznor band", + "output": [ + "nine inch nails" + ] + }, + { + "id": "openseek-7-e3e5831c09f3404399299969c3981d83", + "input": "Category: HOT DRINKS \nClue: Americans at a military base in Limerick help popularize this \"national\" drink that can be made with Jameson", + "output": [ + "irish coffee" + ] + }, + { + "id": "openseek-7-a0ca5d4f78c947629ef35ac52b845049", + "input": "Category: AMERICAN HISTORY \nClue: William Cody's 2-word nickname, or perhaps what he sent out to his clients at the end of each month", + "output": [ + "\"buffalo bill\"" + ] + }, + { + "id": "openseek-7-1cc808f724c34098b0d848cce525f298", + "input": "Category: THE MUSIC OF CANADA \nClue: This country star from Windsor sang \"The Woman In Me (Needs The Man In You)\" & \"(If You're Not In It For Love) I'm Outta Here!\"", + "output": [ + "shania twain" + ] + }, + { + "id": "openseek-7-a2fa997832a94ebaaea81c23f4ec58c0", + "input": "Category: THE MATCH GAME \nClue: Olympia & whitstable are 2 varieties of this edible shellfish", + "output": [ + "oysters" + ] + }, + { + "id": "openseek-7-ebd43b229899421e88c5b7745c8c470e", + "input": "Category: PATRIOTIC SONG TITLES \nClue: \"What so proudly we hailed at the twilight's last gleaming\"", + "output": [ + "the \"star-spangled banner\"" + ] + }, + { + "id": "openseek-7-b8cff92643a347f48193ef99ec1b8c3c", + "input": "Category: IT'S BEEN A \"GAS\" \nClue: This country is located across the Mozambique Channel from the coast of Africa", + "output": [ + "madagascar" + ] + }, + { + "id": "openseek-7-e0bb7e0231394d60820d3f6ae6fc94eb", + "input": "Category: GEORGE ORWELL \nClue: Orwell was born Eric Blair in this country in 1903; Kipling, whom Orwell later wrote about, was born there in 1865", + "output": [ + "india" + ] + }, + { + "id": "openseek-7-f9fa0d269c944b7c964b748d9f3aa702", + "input": "Category: BASEBALL NICKNAMES \nClue: Hall of Famer \"Eck\"", + "output": [ + "dennis eckersley" + ] + }, + { + "id": "openseek-7-2b31caa3cc1243ceacaac1522784611e", + "input": "Category: \"TRAC\" MEET \nClue: Oops! It's a newspaper's printed correction", + "output": [ + "retraction" + ] + }, + { + "id": "openseek-7-67164c4b24974d588a66ab85647d00c7", + "input": "Category: \"APP\"Y DAYS \nClue: If you \"upset\" one of these, you've ruined someone' plans (or his fruit)", + "output": [ + "the applecart" + ] + }, + { + "id": "openseek-7-882e0586926b42daa790f4369072ea31", + "input": "Category: GEOGRAPHY \"B\" \nClue: Minsk & Pinsk are cities in this former Soviet republic", + "output": [ + "belarus" + ] + }, + { + "id": "openseek-7-5a7eb807480145c98a8973be39635696", + "input": "Category: BORROWED BOOK TITLES \nClue: The title of this Robert Penn Warren novel comes from a nursery rhyme", + "output": [ + "all the king\\'s men" + ] + }, + { + "id": "openseek-7-453ed3a7f8bb421bb0264d30566da9ec", + "input": "Category: HOCKEY \nClue: In 1924 this Boston team became the first from the U.S. to join the NHL", + "output": [ + "the bruins" + ] + }, + { + "id": "openseek-7-03cd4b003a014d9ba8b82c6568407d0c", + "input": "Category: PRETZEL LOGIC \nClue: The pretzel type of this sweet treat holder is a Philadelphia tradition", + "output": [ + "an ice cream cone" + ] + }, + { + "id": "openseek-7-938dacffc3514978b20135195a6e921d", + "input": "Category: SONGS OF THE '60s \nClue: \"Ue O Miute Aruko\" by Kyu Sakamoto was retitled this for the U.S.", + "output": [ + "\"sukiyaki\"" + ] + }, + { + "id": "openseek-7-f81783ff7aa54db0b69b41b954df6fd0", + "input": "Category: CRAIGS LIST \nClue: As food editor of this newspaper, Craig Claiborne gave all the recipes that were fit to print for nearly 30 years", + "output": [ + "the new york times" + ] + }, + { + "id": "openseek-7-dfe6b8148d3e41b89a369c3b3807bed3", + "input": "Category: THE 20th CENTURY \nClue: Central High School in this state capital was forcibly desegregated on September 25, 1957", + "output": [ + "little rock, arkansas" + ] + }, + { + "id": "openseek-7-01bc253cc314470fbb73220bb078e4fd", + "input": "Category: AMPHIBIANS \nClue: A South American toad displays its orange feet to predators to let them know it's this", + "output": [ + "poisonous" + ] + }, + { + "id": "openseek-7-ad0120825def4a28b9da6d66a80a2afc", + "input": "Category: SCI-FI/FANTASY HEROINES \nClue: The twins this character gives birth to in \"Revenge of the Sith\" grow up to be Luke & Leia", + "output": [ + "amidala" + ] + }, + { + "id": "openseek-7-b62250e8325243a882836581c79a570f", + "input": "Category: \"B\" WEAR \nClue: In the U.S. this is a frilly hat for women; in England it refers to the hood of a car", + "output": [ + "a bonnet" + ] + }, + { + "id": "openseek-7-2c1fd22cf42240e885b08d9272737d82", + "input": "Category: CORKY THE CARNY \nClue: As a veteran carny, Corky shortens this word for a free show outside an attraction to \"Bally\"", + "output": [ + "ballyhoo" + ] + }, + { + "id": "openseek-7-cf7c16b69a474520b021898ed9eea895", + "input": "Category: FAMOUS NAMES \nClue: Once a top spy, he invented the mug shot seen on reward posters in the Wild West", + "output": [ + "allan pinkerton" + ] + }, + { + "id": "openseek-7-26195c9fa83e47f0afc20c2a80cd54af", + "input": "Category: AUTHORS \nClue: This \"Breakfast of Champions\" author once ran a Saab auto dealership", + "output": [ + "kurt vonnegut, jr." + ] + }, + { + "id": "openseek-7-a4e21b6884f34f34b9475a2b10f7a78f", + "input": "Category: WORLD CURRENCY \nClue: This Angolan currency introduced in 1977 was named for a river, not a late December holiday", + "output": [ + "kwanzaa" + ] + }, + { + "id": "openseek-7-b69ac152ccf042bdb91d2039f02d1e07", + "input": "Category: AMERICAN DATEBOOK \nClue: On October 4, 1957 Sputnik was launched & this Jerry Mathers TV show premiered", + "output": [ + "leave it to beaver" + ] + }, + { + "id": "openseek-7-ddb27c718c2d4a58af0fef2a0179599c", + "input": "Category: 3-LETTER WORDS \nClue: Nada, nothing, or perhaps, to fasten your pants", + "output": [ + "zip" + ] + }, + { + "id": "openseek-7-982d5c9ede75435b9065c4622e3a785b", + "input": "Category: AWARDS \nClue: His innovative poems like \"The Waste Land\" earned him the 1948 Nobel Prize for Literature", + "output": [ + "t.s. eliot" + ] + }, + { + "id": "openseek-7-68519128f2f24a11bfa33bcac7d6b460", + "input": "Category: THE UMPIRE STRIKES BACK \nClue: In 1996 Roberto Alomar of this baseball team spit on an umpire, who later threatened to kill him", + "output": [ + "the baltimore orioles" + ] + }, + { + "id": "openseek-7-30d641ad8a3b4b16954d507f5718234a", + "input": "Category: SLOGANEERING \nClue: This large company provides \"Solutions For A Small Planet\"", + "output": [ + "ibm" + ] + }, + { + "id": "openseek-7-3318f42b32184dd9b6661c425a627a58", + "input": "Category: LET'S GO BALLOONING! \nClue: The cooling vent in a hot air balloon isn't used unless the pilot wants to do this rapidly", + "output": [ + "descend" + ] + }, + { + "id": "openseek-7-886bfe8271274fd29cd7814c9a1210c3", + "input": "Category: ARTSY TYPES \nClue: Fragonard was an 18th C. exponent of this style whose name is related to barocco, Italian for \"Baroque\"", + "output": [ + "rococo" + ] + }, + { + "id": "openseek-7-2a75c07d35e943dbbcc7ea441fe90f08", + "input": "Category: WHAT UP, \"G\"? \nClue: Follow these double-talk dancers to your local discotheque", + "output": [ + "go-go dancers" + ] + }, + { + "id": "openseek-7-60c1854ff5554311834e7a38b8127b0c", + "input": "Category: MY BRITISH HOME \nClue: Be careful around one of these, known as a power point; you may get a shock", + "output": [ + "electrical outlet" + ] + }, + { + "id": "openseek-7-3a263234e5c94d1a81134e70c6b04e1a", + "input": "Category: PENGUIN CLASSICS \nClue: Penguin Classics has sold 300,000 copies of this ancient Sanskrit poem whose title means \"song of the lord\"", + "output": [ + "the bhagavad gita" + ] + }, + { + "id": "openseek-7-8c8261886e0f484982e1953f07fabe63", + "input": "Category: SIDE EFFECTS OF JEPOLAX \nClue: There are slight risks of acidosis, carcinoma & this sensation, from the Latin for \"choking chest pain\"", + "output": [ + "angina" + ] + }, + { + "id": "openseek-7-e1eefaa2d0d94d59bacbd555998fd55a", + "input": "Category: TV CARTOONS \nClue: In a 2001 10th anniversary special, these kids were \"All Growed Up\"", + "output": [ + "rugrats" + ] + }, + { + "id": "openseek-7-80e41b7e4e3f4d1c840d7503f862e625", + "input": "Category: WHAT'S \"NU\" \nClue: Meaning \"stupid\", it's how Moe referred to Larry or Curly", + "output": [ + "numbskull" + ] + }, + { + "id": "openseek-7-5b1c391a4b7d4841acacc6e53b5ee823", + "input": "Category: ETHICS \nClue: The idea that the good can be objectively found is part of this -ism, also referring to obsessively high standards", + "output": [ + "perfectionism" + ] + }, + { + "id": "openseek-7-f386b77e3a424975bef018dbe5863a9d", + "input": "Category: WORLD CAPITALS \nClue: It's home to the Glinka Music Museum & the Tchaikovsky Concert Hall", + "output": [ + "moscow" + ] + }, + { + "id": "openseek-7-c16d0d6d88c84ba09373dd4496f22edc", + "input": "Category: \"HEART\"Y PHRASES \nClue: In the 1938 movie musical \"Listen, Darling\", Judy Garland sang, \"Zing! Went\" these", + "output": [ + "\"the strings of my heart\"" + ] + }, + { + "id": "openseek-7-94261934a6a1417090357aa3ff56a947", + "input": "Category: MOVIE SERIES \nClue: John Gavin was signed to play him in \"Diamonds Are Forever\", but then Sean Connery was lured back", + "output": [ + "james bond" + ] + }, + { + "id": "openseek-7-1952120141b944789a3a15521e97cf82", + "input": "Category: \"F\" WORDS \nClue: To struggle helplessly, like a certain flatfish", + "output": [ + "flounder" + ] + }, + { + "id": "openseek-7-360d2d4457834ac7a80db279e34ff881", + "input": "Category: ISTHMUS IN MAY \nClue: This ancient city commanded the SW end of the isthmus between the Peloponnesus & the rest of Greece", + "output": [ + "corinth" + ] + }, + { + "id": "openseek-7-004b1a3b5cd842e6a670d45e1935a195", + "input": "Category: LITERARY CHARACTERS \nClue: Emma is the first name of this title character of an 1857 Gustave Flaubert novel", + "output": [ + "madame bovary" + ] + }, + { + "id": "openseek-7-9e12716e75f04889ada465c054045d85", + "input": "Category: YOUR EYE \nClue: The eye facilitates, but the actual process of seeing is performed by this organ", + "output": [ + "the brain" + ] + }, + { + "id": "openseek-7-48421be50d714a62803039e32d1a3871", + "input": "Category: \"D\" IN COOKING \nClue: In America, add some hot sauce to Angels on Horseback & Voila! You've got this \"diabolical\" treat", + "output": [ + "devils on horseback" + ] + }, + { + "id": "openseek-7-15c08e4c194245d2b583e5ab3139ee4d", + "input": "Category: AMERICAN RELIGION \nClue: The Catholic mission at San Juan Capistrano was founded in the 18th century by this Franciscan", + "output": [ + "juniperro serra" + ] + }, + { + "id": "openseek-7-81b026fe47964354b97c57c70df9399f", + "input": "Category: THE 16th CENTURY \nClue: Edward VI died on July 6, 1553; she was proclaimed Queen 4 days later (didn't last)", + "output": [ + "lady jane grey" + ] + }, + { + "id": "openseek-7-48d1bd338d9f402faabeba46f015a0f2", + "input": "Category: 4-LETTER BIRDS \nClue: The Arctic variety of this gull relative is famous for migrating over 25,000 miles each year", + "output": [ + "a tern" + ] + }, + { + "id": "openseek-7-5e06903b332a452d9617ada44ee4e8a6", + "input": "Category: TRAVEL U.S.A. \nClue: In Arkansas you can visit the Daisy International Air Gun Museum in Rogers & Daisy Mae in this Al Capp theme park", + "output": [ + "dogpatch usa" + ] + }, + { + "id": "openseek-7-33ee2af0f01a49159a3379fb1b0bb40d", + "input": "Category: PRETTY IN PINK \nClue: This First Lady's favorite color was pink, & a shade of it is named for her", + "output": [ + "mamie eisenhower" + ] + }, + { + "id": "openseek-7-dce070a10ce44ec3b1fef8df18bffbff", + "input": "Category: BIG APPLE SAUCE \nClue: In 1997 an expressway between Queens & Brooklyn was renamed to honor this pioneering baseball player", + "output": [ + "jackie robinson" + ] + }, + { + "id": "openseek-7-bb3d520bb9134737a52db02f6e81697a", + "input": "Category: WORLD O' FACTS \nClue: In 2006, Warner Bros. pledged to help these Australian animals stricken by a cancer epidemic", + "output": [ + "the tasmanian devil" + ] + }, + { + "id": "openseek-7-b3bf714b912c4c1fa1ae828ea3f3ebd4", + "input": "Category: LITERARY THRILLERS \nClue: FBI agent Alex Cross tangles with villains known as the Wolf & the Weasel in his \"London Bridges\"", + "output": [ + "james patterson" + ] + }, + { + "id": "openseek-7-2537a230f5f04b999129c55ad0afff77", + "input": "Category: ORGANIC COMPOUNDS \nClue: Once popular with anesthesiologists & hanky-wielding villains, it's also called trichloromethane", + "output": [ + "chloroform" + ] + }, + { + "id": "openseek-7-8bbbb1e7cdca478cbd125b90fb819af4", + "input": "Category: THE CRUSADES \nClue: In the Fourth Crusade the crusaders plundered this Byzantine capital, a Christian city", + "output": [ + "constantinople" + ] + }, + { + "id": "openseek-7-34633f5a112a4c33841f6ee0037a08a7", + "input": "Category: IN THE TEENS \nClue: One of these \"wheelers\" is a large tractor-trailer truck rig", + "output": [ + "18-wheeler" + ] + }, + { + "id": "openseek-7-9dcb5709c391492d983cb67377c818af", + "input": "Category: FOREIGN-BORN YANKS \nClue: Born in Petrovichi, Russia, this prolific writer's works include \"Foundation's Edge\" & \"The Gods Themselves\"", + "output": [ + "isaac asimov" + ] + }, + { + "id": "openseek-7-b7d526810cc146ca8a81c2745e476993", + "input": "Category: THE AGE OF REASON \nClue: Montesquieu's doctrine of the separation of these influenced our system of separate branches of govt.", + "output": [ + "powers" + ] + }, + { + "id": "openseek-7-a8f7ea4d109f4f22b1c2cdbb36f321c3", + "input": "Category: SHAKESPEAREAN ACTORS \nClue: In 1988 Val Kilmer was doomed to play this Dane at the Colorado Shakespeare Festival in Boulder", + "output": [ + "hamlet" + ] + }, + { + "id": "openseek-7-e8d5ac659d3a4d49a07aa86e78ebcf92", + "input": "Category: CAPITAL QUOTES \nClue: In his poem \"Hellas\", Shelley wrote, \"Let there be light!\" said Liberty; and this city \"Arose!\"", + "output": [ + "athens" + ] + }, + { + "id": "openseek-7-58bc0fe1c7e1455ab363ce268759bb6d", + "input": "Category: \"SPACE\" MOVIES \nClue: This TV show made it to the big screen in 1998 with William Hurt as John Robinson", + "output": [ + "lost in space" + ] + }, + { + "id": "openseek-7-9a672b0bdb7a4eea92c21cb707e4fe2c", + "input": "Category: \"ER\" \nClue: To remove a recorded signal from a tape", + "output": [ + "erase" + ] + }, + { + "id": "openseek-7-ce22fcd842824f0c835e1e3371e88fbf", + "input": "Category: ORES \nClue: The red, sometimes transparent crystals of cuprite are an ore of this metal", + "output": [ + "copper" + ] + }, + { + "id": "openseek-7-bfc8723f25434195a69107506a3e24e2", + "input": "Category: NOTHING BUT TIME \nClue: In geologic time, eons are divided into these, which are in turn divided into periods", + "output": [ + "eras" + ] + }, + { + "id": "openseek-7-de30f0ba3e604b1485fca3b476b1bd7e", + "input": "Category: THEY SHOT THE SHERIFF \nClue: Dodge City marshal Ed Masterson, brother of this sheriff, was shot to death by Jack Wagner in 1878", + "output": [ + "bat masterson" + ] + }, + { + "id": "openseek-7-dac997302f8d45b895e112f5afd9f730", + "input": "Category: A PUB QUIZ \nClue: Proverbially, if you're minding your \"P\"s & \"Q\"s in a pub, you're watching your intake of these 2 units", + "output": [ + "pints & quarts" + ] + }, + { + "id": "openseek-7-8b82191d60b6485e86494236e0235e41", + "input": "Category: SCIENCE \nClue: Formulated NaCl it's the chemical name for common table salt", + "output": [ + "sodium chloride" + ] + }, + { + "id": "openseek-7-a7a71bef7b40406da354d2c4a05151a2", + "input": "Category: COMICS & COMIC BOOKS \nClue: Captain Marvel's looks were based on this movie star's; this was way before his \"My Three Sons\" days", + "output": [ + "fred macmurray" + ] + }, + { + "id": "openseek-7-10ed320b92364cb4895e8e574553ee88", + "input": "Category: ARCHAEOLOGY \nClue: The 1978 discovery of footprints in Tanzania showed that hominids may have been doing this 3.6 million years ago", + "output": [ + "waling upright" + ] + }, + { + "id": "openseek-7-139584e255a748099fecee43fa1ecade", + "input": "Category: MEN IN WHITE \nClue: This novelist & medical school graduate (Harvard '69) created the TV show \"ER\"", + "output": [ + "michael crichton" + ] + }, + { + "id": "openseek-7-28bbe80036b54360aa29b0dc6b07939e", + "input": "Category: BALANCHINE BALLETS \nClue: The 3 muses who appear in Balanchine's ballet \"Apollo\" are Polyhymnia, Calliope & this muse of the dance", + "output": [ + "terpsichore" + ] + }, + { + "id": "openseek-7-cdff5072264941eeb90120b2b9fff06d", + "input": "Category: 49ers \nClue: This defensive back known for hard hitting entered the Pro Football Hall of Fame in 2000", + "output": [ + "ronnie lott" + ] + }, + { + "id": "openseek-7-6184dc2788a0471f894a97759a8d5a97", + "input": "Category: THE BIBLE \nClue: This prophet passed the time he spent inside a fish offering up prayers", + "output": [ + "jonah" + ] + }, + { + "id": "openseek-7-a49ffdbd5f364e5abf874473495e05b6", + "input": "Category: FERROUS, BUELLER \nClue: An olden theory said that when metallic iron loses its phlogiston, it becomes this remnant we know as an oxide", + "output": [ + "rust" + ] + }, + { + "id": "openseek-7-189d7c3f1dff453c87c4da553960feca", + "input": "Category: THE NEW YORK TIMES HEALTH \nClue: The Well blog on nytimes.com noted \"even pop stars have a right to medical privacy\" after docs peeked at her UCLA files", + "output": [ + "britney spears" + ] + }, + { + "id": "openseek-7-1d3ff050f1cf43ffa4a3d326793fd8b6", + "input": "Category: 20th CENTURY WOMEN \nClue: She's one tough bunny--she ran daddy's Playboy Enterprises as CEO for over 20 years", + "output": [ + "christie hefner" + ] + }, + { + "id": "openseek-7-1b8ad2cf192b4146b349a2537c368583", + "input": "Category: FILMS OF THE FUTURE \nClue: This 1973 Woody Allen film shows us a future that knows the health benefits of steak & fudge", + "output": [ + "sleeper" + ] + }, + { + "id": "openseek-7-cbee01cb59414355b2a5ae4d99f94608", + "input": "Category: THE KOREAN WAR \nClue: Until replaced by General Matthew Ridgway, he was the commander of American forces in Korea", + "output": [ + "macarthur" + ] + }, + { + "id": "openseek-7-92a48e0e845d4008b59263017b8764c2", + "input": "Category: WOMEN ON TV \nClue: On \"Dallas\", one of the 2 actresses who played Miss Ellie", + "output": [ + "barbara bel geddes" + ] + }, + { + "id": "openseek-7-d52e02859d0147a3bc96f125feccefe0", + "input": "Category: WHAT'S COOKIN'? \nClue: You can find this celebrity chef's pizzas at his Spago Restaurant, or frozen at the grocery store", + "output": [ + "wolfgang puck" + ] + }, + { + "id": "openseek-7-19ff7434c1b347c798c42155c393cadc", + "input": "Category: RELIGION \nClue: The standard text of this holy book was formed during the reign of Caliph Uthman, 644-656", + "output": [ + "the koran" + ] + }, + { + "id": "openseek-7-197f54552ad44b1baffca4c7c2cf2a7f", + "input": "Category: A ULYSSES S. GRANT QUICKIE \nClue: The U.S. city where he's entombed", + "output": [ + "new york city" + ] + }, + { + "id": "openseek-7-2a8b6136074248bcb5b618c41483c421", + "input": "Category: I'M DOWN WITH HOMEWORK \nClue: Spanish: This basic word for friend--you know, your buddy, your dawg, your boo", + "output": [ + "amigo" + ] + }, + { + "id": "openseek-7-5fa3ccc25fe04c24a4d9166bf2ccbbe5", + "input": "Category: LIGHTS, CAMERA, KIDS \nClue: Kirsten Storms is seen as Zenon & her voice is heard as Bonnie, the cheerleader nemesis on this cartoon", + "output": [ + "kim possible" + ] + }, + { + "id": "openseek-7-d409355ec3194fb39d0dd70783fda9c2", + "input": "Category: STUPID ANSWERS \nClue: This American cyclist criticized Lance Armstrong in the July 15, 2004 issue of the French newspaper Le Monde", + "output": [ + "lemond" + ] + }, + { + "id": "openseek-7-1354155ba03a4643984ba630b58527ef", + "input": "Category: DONE THAT \nClue: In 1817 Scotland's David Brewster patented this pattern-making tube made with mirrors & ground glass", + "output": [ + "a kaleidoscope" + ] + }, + { + "id": "openseek-7-ec96447cf57f4d40968e274bb10bf688", + "input": "Category: FILE UNDER \"O\" \nClue: This state's flag includes the design seen here", + "output": [ + "oklahoma" + ] + }, + { + "id": "openseek-7-b0edb5ec1e7141978a9c6d2affc375b6", + "input": "Category: MEAT ME \nClue: Favorite traditional dishes of the Greeks include moussaka & souvlaki, both made with this ovine meat", + "output": [ + "lamb" + ] + }, + { + "id": "openseek-7-6ae8a13fc5f347249a8d90627a6c3b0c", + "input": "Category: LA LA \nClue: George Hearn won a 1984 Tony for his role as Albin opposite Gene Barry's Georges in this Broadway musical", + "output": [ + "la cage aux folles" + ] + }, + { + "id": "openseek-7-b2603b5563d742c3891ae0bb69618b36", + "input": "Category: IF YOU'RE GOING TO DO IT... \nClue: To know the truth of the Matrix, take this color pill", + "output": [ + "the red pill" + ] + }, + { + "id": "openseek-7-c8b5e58418784d408ed1f2b08dd04c8e", + "input": "Category: POTENT POTABLES \nClue: O Dem Golden Slipper cocktails contain the yellow type of this herbal liqueur created by monks", + "output": [ + "chartreuse" + ] + }, + { + "id": "openseek-7-db6235172f6941ce913cee8b969fa1dd", + "input": "Category: BRITISH AUTHORS \nClue: In 1996 this author of \"Tinker, Tailor, Soldier, Spy\" spun a new story, \"The Tailor of Panama\"", + "output": [ + "john le carré" + ] + }, + { + "id": "openseek-7-6140c8fa29354f478010c4cbfe47625d", + "input": "Category: N.E.W.S. \nClue: Of north, east, west & south, the 2 in a famous Kipling \"ballad\"", + "output": [ + "east & west" + ] + }, + { + "id": "openseek-7-ce77138552094c64b07bace2175ddd12", + "input": "Category: WHO THE \"H\" ARE YOU? \nClue: He was White House Chief of Staff, Supreme Commander of NATO Forces in Europe & Secy. of State", + "output": [ + "haig" + ] + }, + { + "id": "openseek-7-07b38e77452444a4aed889ac38b450e8", + "input": "Category: ENDS IN \"GHT\" \nClue: As a noun, it's a zero; as a pronoun, it's nothing", + "output": [ + "naught" + ] + }, + { + "id": "openseek-7-1678c0eb510f4ef8b214629d57565a34", + "input": "Category: BRAND NAMES \nClue: Founded in 1914, the American Pop Corn Company makes this \"happy\" brand of popcorn, America's first", + "output": [ + "jolly time" + ] + }, + { + "id": "openseek-7-6ca7b73c038f47a7a320e880fb02a4b0", + "input": "Category: MEN & WOMEN OF LETTERS \nClue: The fantastic James Matthew...", + "output": [ + "barrie" + ] + }, + { + "id": "openseek-7-b046c41ce0a348a592815250102c7968", + "input": "Category: THE NEW 7 WONDERS OF THE WORLD \nClue: The only one in Europe is this ancient arena", + "output": [ + "the colosseum" + ] + }, + { + "id": "openseek-7-c5199204ad9c4aff8a081e750b5350d2", + "input": "Category: ENGLISH LITERATURE \nClue: The title of his novel \"Far From the Madding Crowd\" is found in \"Elegy Written in a Country Churchyard\"", + "output": [ + "thomas hardy" + ] + }, + { + "id": "openseek-7-e60b8f60fe544d8b8ca1fb3483342f39", + "input": "Category: NAME THE DECADE \nClue: Peace Corps founded, The Gambia gains independence, Armstrong moonwalks", + "output": [ + "1960s" + ] + }, + { + "id": "openseek-7-5b9977c940ce471baafe8bbe1cb5b22f", + "input": "Category: BOBs & JEFFs \nClue: For his work on behalf of African famine victims, the Queen knighted this lead singer of the Boomtown Rats in 1986", + "output": [ + "bob geldof" + ] + }, + { + "id": "openseek-7-d33780958e6449b59df5e69beb016951", + "input": "Category: ARBOR DAY READING? \nClue: In the title of a bestseller by Olive Ann Burns, this word comes between \"Cold\" & \"Tree\"", + "output": [ + "sassy" + ] + }, + { + "id": "openseek-7-e3195399b9e3488b8a9259058d7022a5", + "input": "Category: NAME'S THE SAME \nClue: A Boston Celtics Hall of Famer, or a recently retired Dodgers shortstop", + "output": [ + "bill russell" + ] + }, + { + "id": "openseek-7-12378b413d424a14bc5cfdbe3894e9bf", + "input": "Category: AROUND THE DOGHOUSE WITH SPOT \nClue: Spot has never managed to lie on top of his doghouse like this Peanuts character", + "output": [ + "snoopy" + ] + }, + { + "id": "openseek-7-f40e103fcd714214abc6790e6be93e3c", + "input": "Category: TV ACTORS & ROLES \nClue: This star of \"The X-Files\" played a cross-dressing detective known as Dennis, or Denise, on \"Twin Peaks\"", + "output": [ + "david duchovny" + ] + }, + { + "id": "openseek-7-56eead69d9864efa81b5239377ea44d2", + "input": "Category: ART & ARTISTS \nClue: Michelangelo's statue of Bacchus is among the art treasures in the Bargello in this Italian city", + "output": [ + "florence" + ] + }, + { + "id": "openseek-7-8893cea9b0fa431d976d030c4812205a", + "input": "Category: HOMOPHONIC DUOS \nClue: Consumed an octet", + "output": [ + "ate eight" + ] + }, + { + "id": "openseek-7-63be0a7d8db14ca1ad5114057c4fd2b6", + "input": "Category: PHYSICS \nClue: Velocity is measured in meaters per second; this, abbrevieated a, is meters per second squared", + "output": [ + "acceleration" + ] + }, + { + "id": "openseek-7-4e6bd2f7b71b4d63b877c7d03af512bd", + "input": "Category: WE LOVE YOU CONRAD \nClue: Joseph Conrad was introduced to English at age 8 when his dad was translating Shakespeare into this language", + "output": [ + "polish" + ] + }, + { + "id": "openseek-7-67eaa036c74948fd81a37ad11a482dbd", + "input": "Category: TO PROTECT \nClue: This \"service\" is best known for protecting the president, but also investigates forgery", + "output": [ + "the secret service" + ] + }, + { + "id": "openseek-7-48958ea3f1814205a727b59205939cb8", + "input": "Category: SOUTH OF THE EQUATOR \nClue: This country's Christchurch is the world's southernmost city with more than 250,000 people", + "output": [ + "new zealand" + ] + }, + { + "id": "openseek-7-ec9dee8c0932491aaffd0e1eab63f16a", + "input": "Category: GREEK MYTHOLOGICAL GROUPS \nClue: 2 groups, 1 of 9 & 1 of 3, that include a member named Thalia", + "output": [ + "the muses and the graces" + ] + }, + { + "id": "openseek-7-9d40adee776343569b818e63607daef1", + "input": "Category: T-N-C \nClue: A long, steep-sided depression in the ground or the ocean floor", + "output": [ + "a trench" + ] + }, + { + "id": "openseek-7-b13f5909a4664090a81105d076c7abeb", + "input": "Category: INCREDIBLE EDIBLES \nClue: One recipe for making these chocolate-covered insects begins by saying, \"Catch\" them \"at a Picnic Site\"", + "output": [ + "ants" + ] + }, + { + "id": "openseek-7-823f5f039770488abba1da7052f1fba3", + "input": "Category: U.S. GEOGRAPHY \nClue: This western branch of the Appalachians runs from north central Penn. through MD., VA. & W. VA.", + "output": [ + "alleghenies" + ] + }, + { + "id": "openseek-7-187762e5347e4f31a5cf4bb8bcfed648", + "input": "Category: ROYAL STORY PROBLEMS \nClue: If Queen Beatrix had a potter who could make 3 vases a day, it would take him this long to make a gross", + "output": [ + "48" + ] + }, + { + "id": "openseek-7-dbe586794cc64148b50dd46e3999250c", + "input": "Category: THE SOPRANOS \nClue: This famous son, the \"Choirboy of the Board\", played himself & joined the richest poker game in Jersey", + "output": [ + "frank sinatra, jr." + ] + }, + { + "id": "openseek-7-70812ef341924cb78fb482b72346dda2", + "input": "Category: THE SANCTITY OF MARRIAGES \nClue: This biblical king had 700 wives & 300 concubines; when did he find time to write all those songs?", + "output": [ + "solomon" + ] + }, + { + "id": "openseek-7-4eac507beb9743a993e88fa9104f9227", + "input": "Category: SIGNS & SYMBOLS \nClue: In sign language, 1 of the 2 letters made by a moving finger", + "output": [ + "j" + ] + }, + { + "id": "openseek-7-041846fbcb774a6e82244b5af986a375", + "input": "Category: COUNTRY OF ORIGIN \nClue: Birkenstock, as in shoes", + "output": [ + "germany" + ] + }, + { + "id": "openseek-7-594fbe166c124501bdf29f04d5f6e1c4", + "input": "Category: PHOTOGRAPHERS \nClue: This photographer known for her bizarre portraits was born Diane Nemerov in 1923", + "output": [ + "diane arbus" + ] + }, + { + "id": "openseek-7-76cde1187cf74efaade32ec7924fc9ad", + "input": "Category: THE MOGULS & THE MOVIES \nClue: These brothers brought sound to the big screen with \"The Jazz Singer\"", + "output": [ + "the warner brothers" + ] + }, + { + "id": "openseek-7-beca14675d33429499a3428687217c5d", + "input": "Category: WRITING FUNNY \nClue: Thomas B. Thorpe wrote these alliterative, exaggerated stories, like \"The Big Bear of Arkansas\"", + "output": [ + "tall tales" + ] + }, + { + "id": "openseek-7-e1540b51d15946bf9ce08d8fbeab6eea", + "input": "Category: IT'S A DOG'S LIFE \nClue: Familiar to fans as \"Marmaduke\", this lovable breed was a favorite of Elvis, who had 2 at Graceland", + "output": [ + "a great dane" + ] + }, + { + "id": "openseek-7-303dd68e51104fe8afdaa4de1be70cf8", + "input": "Category: \"ROAD\" TEST \nClue: You're driving in 2 lanes! That makes you one of these highway swine", + "output": [ + "a road hog" + ] + }, + { + "id": "openseek-7-ef1ce4dcb1c54fafacd563e78c8f2a4b", + "input": "Category: ANCIENT PLAYWRIGHTS \nClue: This playwright born in Colonus around 496 B.C. wrote one of his finest plays when he was 90", + "output": [ + "sophocles" + ] + }, + { + "id": "openseek-7-e48f7ad9cfb543a591d3f776f220c070", + "input": "Category: BUSINESS & INDUSTRY \nClue: You could wash down some of this company's famous frozen cheesecake with its Douwe Egberts coffee", + "output": [ + "sara lee" + ] + }, + { + "id": "openseek-7-946d9461f84e4d2b81bb6c1e77abc589", + "input": "Category: GIVE ME A SIGN \nClue: Tapping your head in Holland or circling a finger at the ear in the U.S. usually means you think someone is this", + "output": [ + "crazy" + ] + }, + { + "id": "openseek-7-bb8898fe7a244331bfc11ece0a0b9d34", + "input": "Category: RABBI \nClue: Rabbi Shlomo Yitzhaki wrote commentaries on the Torah & on this collection of laws, from a word for \"study\"", + "output": [ + "the talmud" + ] + }, + { + "id": "openseek-7-d7e4e724b3ec4848915199b506202228", + "input": "Category: FROM THE CIA WORLD FACTBOOK \nClue: The center of power of an empire until 1918, this country is a bit smaller than Maine", + "output": [ + "austria" + ] + }, + { + "id": "openseek-7-52fb51cd59b04dfda5e83af9d4cd3c0c", + "input": "Category: NORSE MYTHOLOGY \nClue: In the Norse creation story, Embla is the equivalent of this biblical woman", + "output": [ + "eve" + ] + }, + { + "id": "openseek-7-585ff7ff831843d2a788e1f2252311e6", + "input": "Category: \"EN\" THE BEGINNING \nClue: The U.S. conducted nuclear tests on this atoll in the Marshall Islands from 1948 to 1958", + "output": [ + "enewetak" + ] + }, + { + "id": "openseek-7-067af6c89c8f4aeea8120f8887db717c", + "input": "Category: FAMOUS HOTELS \nClue: Cartoons from The New Yorker line the hallways of this hotel where Harold Ross conceived the magazine", + "output": [ + "the algonquin hotel" + ] + }, + { + "id": "openseek-7-d6f1216872de415aa3cd948fabc96028", + "input": "Category: DOUBLE \"E\" WORDS \nClue: This lymphoid organ destroys worn-out red blood cells & filters bacteria & foreign particles", + "output": [ + "the spleen" + ] + }, + { + "id": "openseek-7-2a145d16e1b3499880f04871c54c437b", + "input": "Category: \"DIS\"INTEGRATION \nClue: To hop down from your camel or horse", + "output": [ + "dismount" + ] + }, + { + "id": "openseek-7-329c46b49fa243d6854265a3133d4ba1", + "input": "Category: NOVEL WEDDINGS \nClue: 2 nights before her wedding to Mr. Rochester, a ghastly figure appears in her room & rips up her wedding veil", + "output": [ + "jane eyre" + ] + }, + { + "id": "openseek-7-ee93cfeb64b54d308f938365688f3e71", + "input": "Category: HARRISON FORD \nClue: L.A. cop Harrison Ford terminates replicants in this futuristic cyberpunk film", + "output": [ + "blade runner" + ] + }, + { + "id": "openseek-7-f1a3b9d5b73544fe84d22bcc777e3f02", + "input": "Category: BEGINS & ENDS IN \"N\" \nClue: Last name of \"Boy Genius\" Jimmy who starred in his own animated feature film in 2001", + "output": [ + "neutron" + ] + }, + { + "id": "openseek-7-22b9b7727b64465983d945749c986bce", + "input": "Category: GHASTLY OPERATIC DEMISES \nClue: Valhalla & all its gods are consumed in flames at the end of this opera, so don't expect a sequel", + "output": [ + "\"gotterdammerung\"" + ] + }, + { + "id": "openseek-7-0c6cd66f1623477bb5f9e8ef5f5968da", + "input": "Category: IT FLOATS! \nClue: The Egyptian lotus is not really a lotus but a blue-flowered species of this", + "output": [ + "a water lily" + ] + }, + { + "id": "openseek-7-1a0809fac9694ea78826edf3d0aaf593", + "input": "Category: PATENTS \nClue: 1866: Haven & Hettrich's whirligig, better known now as this stringed toy", + "output": [ + "a yo-yo" + ] + }, + { + "id": "openseek-7-ed2d3e5fa1d54bbf8a0fe4d1f14b8608", + "input": "Category: THE NEW YORK TIMES MOVIES \nClue: \"Looking every inch a heavy-metal god, with a tangle of beard and power shoulder pads\", Liam Neeson is Zeus in this 2010 flick", + "output": [ + "clash of the titans" + ] + }, + { + "id": "openseek-7-5bb4cb777b6c42769befe87a16e57a3b", + "input": "Category: MYTHOLOGICAL RHYME TIME \nClue: Ship-launching Greek beauty's cantaloupes", + "output": [ + "helen\\'s melons" + ] + }, + { + "id": "openseek-7-0f3e6543f8b0460293cc6ffafb5235b8", + "input": "Category: WHALES \nClue: In the U.S., whaling is legal only for the native population in 9 coastal villages in this state", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-ed23870c347146afbc52cb8c652da034", + "input": "Category: WORLD CINEMA \nClue: This Kurosawa film gives 4 different versions of a single crime", + "output": [ + "rashomon" + ] + }, + { + "id": "openseek-7-37c103f662b3404faeae5ee0d6e17ba7", + "input": "Category: WHERE IN THE WORLD IS YOUR HQ? \nClue: Hitachi Maxell, Ltd.", + "output": [ + "japan" + ] + }, + { + "id": "openseek-7-3e609b2026904d39b7b1a291647da100", + "input": "Category: WHAT'S FOR BREAKFAST? \nClue: If you're watching your cholesterol, you can make the Denver type of this with egg whites only", + "output": [ + "omelet" + ] + }, + { + "id": "openseek-7-336e0a5d3222488191fc7de895033d79", + "input": "Category: STATION \nClue: On January 1, 1892 this receiving station for immigrants in Upper N.Y. Bay opened its doors for the first time", + "output": [ + "ellis island" + ] + }, + { + "id": "openseek-7-feb88ef457774330aa93569b34464452", + "input": "Category: FAMOUS FIRSTS \nClue: In 1930 Ellen Church was flying high as the first woman to serve the airlines in this capacity", + "output": [ + "stewardess" + ] + }, + { + "id": "openseek-7-805085ce8f0e4205b12b3049dfefdf52", + "input": "Category: FOR WHAT IT'S \"WORTH\" \nClue: In \"The Prelude\", this poet wrote that at age 10 he \"held unconscious intercourse with beauty old as creation\"", + "output": [ + "wordsworth" + ] + }, + { + "id": "openseek-7-9430cd59fc0a4533b8d2e6f245a32960", + "input": "Category: NATURALISTS \nClue: Studying these in the Swiss Alps, Louis Agassiz postulated the Earth was once covered by them", + "output": [ + "glaciers" + ] + }, + { + "id": "openseek-7-225e61a5bea149598ebf2526b141d1ff", + "input": "Category: TV MOVIES \nClue: She played Francine Hughes, who was accused of murdering her husband, in \"The Burning Bed\"", + "output": [ + "farrah fawcett" + ] + }, + { + "id": "openseek-7-0d6964cc856e4434adc859866ada23d6", + "input": "Category: THE CIVIL RIGHTS MOVEMENT \nClue: The court case Missouri ex rel. Gaines was part of the NAACP's long challenge to segregation in these institutions", + "output": [ + "schools" + ] + }, + { + "id": "openseek-7-29c3c31e19e34401b8370aec7377e7ae", + "input": "Category: THE NUMBER AFTER 1: LITERARY EDITION \nClue: Dominick Dunne wrote about a pair of women in a navy ensign's life in \"The Two Mrs.\" these", + "output": [ + "grenvilles" + ] + }, + { + "id": "openseek-7-61df3d1fcdb646fcbff15f8f675c2fe5", + "input": "Category: VERBS \nClue: Appropriate last name of Captain William of 18th century Virginia, who promoted vigilante justice", + "output": [ + "lynch" + ] + }, + { + "id": "openseek-7-b8ece70175944290b06c6af2870a14ef", + "input": "Category: BEAUTY PAGEANTRY \nClue: Women representing this South American country have won 5 Miss World titles", + "output": [ + "venezuela" + ] + }, + { + "id": "openseek-7-333b5b05b57b462db21c79eb1c859961", + "input": "Category: IT'S A MAN, BABY! \nClue: In drag as a peasant in this Monty Python film, Terry Jones tells King Arthur, \"I didn't vote for you\"", + "output": [ + "monty python and the holy grail" + ] + }, + { + "id": "openseek-7-53ef947b0a984203bc029350390bc780", + "input": "Category: LOUISIANA LORE \nClue: Some 70,000 of these graceful birds, including 15,000 snowy ones, nest at Miller's Lake", + "output": [ + "egrets" + ] + }, + { + "id": "openseek-7-649fd7e26c864e84b4d2369692959079", + "input": "Category: PLANTS \nClue: Name for a low, enclosed bed covered with glass or plastic for starting plants before the season", + "output": [ + "cold frame" + ] + }, + { + "id": "openseek-7-249a12d342a64a7086df91c94b6c9c37", + "input": "Category: ALL ABOUT THE BENJAMINS \nClue: In 1996 this MIT graduate became prime minister of Israel", + "output": [ + "benjamin netanyahu" + ] + }, + { + "id": "openseek-7-d69f0917bbf044c4b0de7a2b757105bf", + "input": "Category: A WORLD OF CURRENCY \nClue: To buy 16 ounces of cookies in Cairo, you'll need the Egyptian this", + "output": [ + "pound" + ] + }, + { + "id": "openseek-7-463e789b2f114eb593e2275474659bd0", + "input": "Category: U.S. BIZ \nClue: The fiscal year 2009 sales of this Bentonville, Arkansas companv were $401 billion", + "output": [ + "walmart" + ] + }, + { + "id": "openseek-7-3d86a6366d204b8c8af8bf118dbe299c", + "input": "Category: STATE FAIR FOODS \nClue: Get 'em while they're hot! This fried pastry with a cone-shaped utensil in its name is a favorite at state fairs", + "output": [ + "funnel cake" + ] + }, + { + "id": "openseek-7-6cd6c6baa82a49bcada960d60e2265ba", + "input": "Category: BRANDS \nClue: This city precedes \"Fog\" in the name of a brand of raincoats", + "output": [ + "london" + ] + }, + { + "id": "openseek-7-d271d0b62a124d2da238c8e0d64fbef9", + "input": "Category: \"U\" HAD TO BE THERE \nClue: In 1801 Ireland became part of this", + "output": [ + "the united kingdom" + ] + }, + { + "id": "openseek-7-90963c95471c4dce99a60e738b7285ba", + "input": "Category: WHO'S WHO IN AMERICA \nClue: He listed himself in Who's Who as an \"electrician\"--guess inventing the incandescent bulb qualifies", + "output": [ + "edison" + ] + }, + { + "id": "openseek-7-e4edbad7a70c4c9bbb99270d91840e93", + "input": "Category: TRUSTY SIDEKICKS \nClue: Mini-Me, a 2'8\" clone", + "output": [ + "dr. evil" + ] + }, + { + "id": "openseek-7-4847cb198f6549a9afb87467fb43ccd4", + "input": "Category: HEY, THAT'S SHARP! \nClue: The Devil's Rope Museum in McLean, Texas is devoted to the history of this material", + "output": [ + "barbed wire" + ] + }, + { + "id": "openseek-7-67c0f11d105f4602b69297769360ef6d", + "input": "Category: FOLLOW THE LEADER \nClue: Following the lead of Germany, this man declared war on Britain & France in June 1940", + "output": [ + "mussolini" + ] + }, + { + "id": "openseek-7-26a888fc6080418483d9e4c05778fe0f", + "input": "Category: EUROPEAN CAPITALS \nClue: It's home to the Swiss Parliament", + "output": [ + "bern" + ] + }, + { + "id": "openseek-7-e9f15ceb1a71470c8a0cf9039eedfe7a", + "input": "Category: A WALK IN THE CLOUDS \nClue: Found in Southeast Asia, the clouded type of this large cat is named for the cloud-shaped patterns on its coat", + "output": [ + "a leopard" + ] + }, + { + "id": "openseek-7-3740825caae94e0082c572494dd48279", + "input": "Category: FEATURE FILM DEBUTS \nClue: He was just 14 (& not yet married to Uma Thurman) when he debuted in \"Explorers\" in 1985", + "output": [ + "ethan hawke" + ] + }, + { + "id": "openseek-7-b0dbd4d4e18d44d29cd17149f45699e8", + "input": "Category: WHAT \"A\" COUNTRY \nClue: Grossglockner Mountain in the Alps is the highest point in this country", + "output": [ + "austria" + ] + }, + { + "id": "openseek-7-619fd3be521345b4b9585ada96e8de41", + "input": "Category: WORLD HISTORY \nClue: From June 1953 to November 1954 Mohammad Naguib & Gamal Abdel Nasser shared power in this country", + "output": [ + "egypt" + ] + }, + { + "id": "openseek-7-8bdba5ec4543450eaf20c46ad9e181b3", + "input": "Category: W.H.O. \nClue: On March 15, 2003 the W.H.O issued a rare emergency travel advisory in response to this outbreak", + "output": [ + "sars" + ] + }, + { + "id": "openseek-7-a372841508d14a158e8d7aa41c8778b6", + "input": "Category: \"C\" IN SHAKESPEARE \nClue: Sounds corny, but in \"King Lear\" Regan is married to the duke of this place", + "output": [ + "cornwall" + ] + }, + { + "id": "openseek-7-825406e4cdfb4383a76ded9280455c89", + "input": "Category: FAMILIAR PHRASES \nClue: William Congreve expounded, \"heav'n has no rage, like love to hatred turn'd, nor hell a fury like\" this", + "output": [ + "a woman scorned" + ] + }, + { + "id": "openseek-7-3f97dd66404d485e9bb70ab5b9a2cf8a", + "input": "Category: PRESIDENTIAL RHYME TIME \nClue: Ulysses' trousers", + "output": [ + "grant\\'s pants" + ] + }, + { + "id": "openseek-7-f66bf60ae35f4cea9d242a50ca29e37f", + "input": "Category: STATE CAPITALS \nClue: On July 4, 1831 \"America\" was first sung at this city's Park Street Church at the foot of Beacon HIll", + "output": [ + "boston" + ] + }, + { + "id": "openseek-7-c04c11cce3664b349255275b170467a3", + "input": "Category: WHEN AUSTRALIAN ANIMALS ATTACK \nClue: In 2001 this large bird was seen running down Mississippi 51, then went after an animal control officer", + "output": [ + "an emu" + ] + }, + { + "id": "openseek-7-715b65ad6c814077bfab9234c3dad7ae", + "input": "Category: ACCIDENTAL INVENTIONS \nClue: In 1879 a chemist's unwashed hands got residue on a roll, which tasted sweet; he'd patent this, 300x sweeter than sugar", + "output": [ + "saccharin" + ] + }, + { + "id": "openseek-7-73a1bfd025204cff8baab3345ff1cb1e", + "input": "Category: ALSO A SUPREME COURT CHIEF JUSTICE \nClue: To pursue with intent to capture", + "output": [ + "chase" + ] + }, + { + "id": "openseek-7-4b3382d04f7a4f25940a6ecaf42ba6bc", + "input": "Category: WORD ORIGINS \nClue: This New York island's name may come from the Algonquian word for \"island\"", + "output": [ + "manhattan" + ] + }, + { + "id": "openseek-7-5302690205dd43fcb35469b4af7df034", + "input": "Category: IT'S A GROUP THING \nClue: To the ancient Greeks: Lachesis, Clotho & Atropos", + "output": [ + "fates" + ] + }, + { + "id": "openseek-7-28dcfc1be0e546e99ae3fc39f25276de", + "input": "Category: DON'T BUG ME! \nClue: The spider species Argyroneta aquatica lives mostly in this environment", + "output": [ + "water" + ] + }, + { + "id": "openseek-7-f9e853ad316f4760bc74ef8f10219ee6", + "input": "Category: MICHAEL JORDAN \nClue: In 1993 Jordan joined this man as the only 2 players in NBA history to win 7 consecutive scoring titles", + "output": [ + "wilt chamberlain" + ] + }, + { + "id": "openseek-7-0b205395120048e2811c8b3422254870", + "input": "Category: ORGANIZATIONS \nClue: In 1996 Adam Werbach, at 23, became the youngest pres. of this S.F.-based conservation group", + "output": [ + "sierra club" + ] + }, + { + "id": "openseek-7-319a919d1c3e43bfbcd7e300d4c9329b", + "input": "Category: POTTY MOUTH! \nClue: You can fly by this of your pants, or earn this in Congress", + "output": [ + "a seat" + ] + }, + { + "id": "openseek-7-d36c74e4734242f89517fefed749ebe4", + "input": "Category: SHARK! \nClue: Galeocerdo cuvier, this shark retains its eggs until its young hatch; they're grrreat!", + "output": [ + "the tiger shark" + ] + }, + { + "id": "openseek-7-cdaa63dd2d1e41f5a5544ccc4523a240", + "input": "Category: VEGETARIAN CUISINE \nClue: You can make a dark vegetarian stock from the red or black type of these legumes", + "output": [ + "beans" + ] + }, + { + "id": "openseek-7-23bc60259c754e8eb7510b72a25e7d55", + "input": "Category: \"PH\"UN WORDS \nClue: Both England's King George V & FDR put their stamp of approval on this \"King of Hobbies\"", + "output": [ + "philately" + ] + }, + { + "id": "openseek-7-76e5ef1a2fd54562af691ce8a9cd1af6", + "input": "Category: PORT-POURRI \nClue: Le Havre, or \"the haven\", is a port in Normandy, on this historic body of water", + "output": [ + "the english channel" + ] + }, + { + "id": "openseek-7-470894010167408b98ca751e911cf126", + "input": "Category: EASY FOR YOU TO SAY \nClue: From 1980 to 1987, Zhao Ziyang was premier & from 1987 to 1989 General Secretary of this party", + "output": [ + "the chinese communist party" + ] + }, + { + "id": "openseek-7-d4c97899af7c4d07afdfe45d86cb88fd", + "input": "Category: ART QUOTES \nClue: In 1888 he wrote to his brother Theo, \"I cannot help it that my paintings do not sell\"", + "output": [ + "van gogh" + ] + }, + { + "id": "openseek-7-ebaef975348441a18268b963286fabba", + "input": "Category: WHEN LIFE GIVES YOU LEMONS \nClue: Cook up a sauce for chicken or fish with lemon & these small, dried pickled buds", + "output": [ + "capers" + ] + }, + { + "id": "openseek-7-97c1d903cb7b4881ab7be3bd08564c25", + "input": "Category: BEFORE & AFTER \nClue: John Donne poem that's \"rolling, rolling, rolling on the river\"", + "output": [ + "\"death be not proud mary\"" + ] + }, + { + "id": "openseek-7-0872abed9e284fcd9f32924e857c371c", + "input": "Category: SHAKESPEARE \nClue: Brutus' wife in \"Julius Caesar\" & the lady lawyer in \"The Merchant of Venice\" shared this name", + "output": [ + "portia" + ] + }, + { + "id": "openseek-7-e21d2615d9d04c0f8df39573f141c852", + "input": "Category: VERB-ATIM \nClue: To destroy something completely is to do this verb that's derived from the Latin for \"nothing\"", + "output": [ + "annihilate" + ] + }, + { + "id": "openseek-7-84b4e52b9f554692a3aa22629f10393a", + "input": "Category: STUPID ANSWERS \nClue: You can read a variety of articles all about all aspects of show business in this trade paper established in 1905", + "output": [ + "variety" + ] + }, + { + "id": "openseek-7-601e274f9c5f47a8944f2eeb0f56e7a1", + "input": "Category: ASTRONOMY \nClue: A galactic cloud of dust & gas, its name comes from the Latin for \"cloud\"", + "output": [ + "nebula" + ] + }, + { + "id": "openseek-7-f03c2fe672f849c49b1a71cc25be7f7a", + "input": "Category: JOHN QUINCY ADAMS \nClue: In 1811 Madison appointed him to this body; the Senate approved it, but John turned it down", + "output": [ + "supreme court" + ] + }, + { + "id": "openseek-7-e8f73206894f4fcbb285570ffde2e6d8", + "input": "Category: QUID PRO QUO-POURRI \nClue: Give me this Northwest African mountain range & I'll give you a book of the same name where you might see it", + "output": [ + "the atlas mountains" + ] + }, + { + "id": "openseek-7-3460dc2f087c4bc096ae2f9829266fca", + "input": "Category: STATE CAPITALS \nClue: In 1777 it replaced New Castle as the capital of Delaware", + "output": [ + "dover" + ] + }, + { + "id": "openseek-7-511568c1571b441aa612f3c9b0c38741", + "input": "Category: AUTOMOBILES \nClue: Good brands of this ethylene-glycol base fluid contain rust inhibitors & lubricants", + "output": [ + "antifreeze" + ] + }, + { + "id": "openseek-7-535ee84651f548e2b59adcbc988ea699", + "input": "Category: 1960s TV \nClue: First aired on September 30, 1963, \"Opie the Birdman\" has become a classic episode of this sitcom", + "output": [ + "the andy griffith show" + ] + }, + { + "id": "openseek-7-7f309d33cf7549b3a2572275e1433b32", + "input": "Category: ROCK STARS SELL OUT \nClue: Van Halen's \"Right Now\" spearheaded the campaign for this \"crystal\" drink in the 1990s", + "output": [ + "pepsi" + ] + }, + { + "id": "openseek-7-87be1461bd68497bbeaa4834acacca44", + "input": "Category: FOUND IN SPACE \nClue: The radiant is the point from which these, such as the Lyrids, originate", + "output": [ + "meteor showers" + ] + }, + { + "id": "openseek-7-359b4afbb81b456db71eeaeed15a6751", + "input": "Category: \"BACK\" WORDS \nClue: Paul McCartney wrote this 1968 song as a parody of the Beach Boys' style", + "output": [ + "\"back in the u.s.s.r.\"" + ] + }, + { + "id": "openseek-7-42357fc0a82d408f8becd1f43690a048", + "input": "Category: PSYCH \"O\" \nClue: This type of \"working\" therapy gives the individual something meaningful to do", + "output": [ + "occupational therapy" + ] + }, + { + "id": "openseek-7-26e828e049694db0b804b9713fd322a1", + "input": "Category: OOPS! \nClue: Oxford, Miss. created a furor when it cut down a magnolia tree to erect a statue of this hometown author", + "output": [ + "william faulkner" + ] + }, + { + "id": "openseek-7-51ce31e85cab41afad9c3e746f6ea257", + "input": "Category: BEFORE THEY WERE SENATORS \nClue: Later a U.S. senator, in 1962 he made a famous 75,000-mile trip", + "output": [ + "john glenn" + ] + }, + { + "id": "openseek-7-169da4a469dd4a31b367fbecf352b7e8", + "input": "Category: THEY USED TO BE SOAP STARS \nClue: He played Rose's neurotic, mute brother Wilbur on \"Search For Tomorrow\" before he played Barney Fife", + "output": [ + "don knotts" + ] + }, + { + "id": "openseek-7-f267dd30d9ac434c8055a16af56dea3c", + "input": "Category: GRAB BAG \nClue: Henry Morton Stanley's most famous discovery, we presume, was this missing explorer in 1871", + "output": [ + "dr. livingstone" + ] + }, + { + "id": "openseek-7-c30286fdff3741cb86b23a6f7790ceea", + "input": "Category: HAPPY TO BE A \"BUM\" \nClue: There are about 50 species of these pollinators in North America", + "output": [ + "bumblebees" + ] + }, + { + "id": "openseek-7-aea9d45f254047d29d20de5e7bb94e66", + "input": "Category: BROTHERS IN BUSINESS \nClue: Last name of Walter & Arthur, who partnered up with William Harley in 1903", + "output": [ + "davidson" + ] + }, + { + "id": "openseek-7-67128ea435d84246b69b1f250eff3486", + "input": "Category: GRIDIRON GREATS \nClue: (Hi, I'm Curtis Conway of the Chicago Bears) I joined the Bears in 1993, so I just missed the pleasure of playing with this legendary coach", + "output": [ + "mike ditka" + ] + }, + { + "id": "openseek-7-5e43427c5d3c41c6adfc79bf01bf7619", + "input": "Category: QUOTHE THE FILM \nClue: \"Get busy livin", + "output": [ + "the shawshank redemption" + ] + }, + { + "id": "openseek-7-8a579c4a99f94fddbd52045e7c5f749d", + "input": "Category: FROM THE LATIN \nClue: Latin for \"after\" gave us this synonym for \"keister\"", + "output": [ + "posterior" + ] + }, + { + "id": "openseek-7-be86adb53065498f94aadf646abdb388", + "input": "Category: CNN \nClue: He & Robert Novak have worked together since 1963 & now co-anchor a CNN discussion program", + "output": [ + "rowland evans" + ] + }, + { + "id": "openseek-7-12619f1accdc4bb282e3ac295f0c530e", + "input": "Category: A LITTLE LEGALESE \nClue: It's the unlawful taking or destroying of fish or game on another's land", + "output": [ + "poaching" + ] + }, + { + "id": "openseek-7-1c646c15f8274187a3971f4cb6abb586", + "input": "Category: SCULPTORS \nClue: His \"Gates of Hell\" was the source for his famous 1886 work \"The Kiss\"", + "output": [ + "auguste rodin" + ] + }, + { + "id": "openseek-7-246b9cea53fd4e87bbe80b7636bd25b6", + "input": "Category: ON THE ROCKS \nClue: While limonite adds a yellowish tinge to marble, hematite adds this color", + "output": [ + "red" + ] + }, + { + "id": "openseek-7-cf4ed9b695d04660a06e9d9f1652b1e9", + "input": "Category: \"MOTHER\", \"FATHER\", \"SISTER\", \"BROTHER\" \nClue: Though he had no biological kids of his own, George Washington is known by this paternal nickname", + "output": [ + "the father of his country" + ] + }, + { + "id": "openseek-7-7f4eb00d380a4fa890816e2eab6a3213", + "input": "Category: OCEAN O' LOTION \nClue: This principal constituent of oil of peppermint can be an ingredient in both cigarettes & lotions", + "output": [ + "menthol" + ] + }, + { + "id": "openseek-7-e61b028d2d0f49b7918ec49570c509fb", + "input": "Category: INGREDIENTS IN THE MACBETH WITCHES' CAULDRON \nClue: \"Wool of\" one of these flyers", + "output": [ + "bat" + ] + }, + { + "id": "openseek-7-463845627d2c4db796c74b3a8a02297c", + "input": "Category: SITCOM NEIGHBORS \nClue: Nosy neighbor Gladys Kravitz", + "output": [ + "bewitched" + ] + }, + { + "id": "openseek-7-745f7614ddbe4e2b89ea28e87ea06da6", + "input": "Category: A NATIONAL ENQUIRER \nClue: The chancellor of this nation is a longtime member of the Social Democratic Party", + "output": [ + "germany" + ] + }, + { + "id": "openseek-7-1a6dcf7b38ee421d81dcc62927bc1b54", + "input": "Category: BOOKS & AUTHORS \nClue: In a 1996 book this humor columnist found himself \"In Cyberspace\"", + "output": [ + "dave barry" + ] + }, + { + "id": "openseek-7-d2552f8aa9e94c60a50c480abde22691", + "input": "Category: THE 1990s \nClue: In 1991, just 5 days after he resigned as party leader, Communist rule in the Soviet Union ended", + "output": [ + "mikhail gorbachev" + ] + }, + { + "id": "openseek-7-9c6cc7af229c4ff1a5320a5702a2f52a", + "input": "Category: INITIALED AUTHORS \nClue: This author of \"The Lord of the Rings\" was born in South Africa & brought to England at age 4", + "output": [ + "j.r.r. tolkien" + ] + }, + { + "id": "openseek-7-6cdb0e378ae04039be8a0b2f5a704bff", + "input": "Category: VISUALIZE THE VEEPS \nClue: James is the real first name of this veep:", + "output": [ + "dan quayle" + ] + }, + { + "id": "openseek-7-c4b0924949e0435b8243e018aaed1abc", + "input": "Category: MR. BODY \nClue: Fed by the hepatic portal veins, it weighs about a pound more in men than in women", + "output": [ + "liver" + ] + }, + { + "id": "openseek-7-5f0f03c296504e79a59a8c8e80182e7d", + "input": "Category: EUROPEAN COMPOSERS \nClue: In 1971 Pierre Boulez became the first Frenchman to serve as music director of this great American orchestra", + "output": [ + "new york philharmonic" + ] + }, + { + "id": "openseek-7-4f947f2ed56047d59f32320f430dbe37", + "input": "Category: TRANSPORTATION \nClue: Nonrigid airships, like the ones used for advertising, are more commonly called this", + "output": [ + "blimps" + ] + }, + { + "id": "openseek-7-68521fba482f43e6a3a5c5d3f69dfcbb", + "input": "Category: WHICH CRAFT \nClue: Appropriate aquatic reptile name for inventor David Bushnell's submarine prototype", + "output": [ + "the turtle" + ] + }, + { + "id": "openseek-7-4b19c04932a64b45a446a30e74e855d9", + "input": "Category: SHORT STORIES \nClue: O! the ironic twist that ends his 1906 story \"The Gift of the Magi\"", + "output": [ + "o. henry" + ] + }, + { + "id": "openseek-7-bdfd35fcfcb044fdace7a38b61abc8c2", + "input": "Category: INVENTIONS \nClue: An 1890s bottle cap invented by William Painter was lined with this; plastic-lined ones appeared years later", + "output": [ + "cork" + ] + }, + { + "id": "openseek-7-83ec2acc2f554e4893504635fd42306f", + "input": "Category: HAVE A RETREAT \nClue: Rather than surrender this ironclad, retreating Confederate forces destroyed her in May of 1862", + "output": [ + "the merrimac" + ] + }, + { + "id": "openseek-7-0f3204977b484c0b8ea9c51a1f9ab5db", + "input": "Category: GUINNESS RECORDS \nClue: Though its name is only 3 letters long, it's the biggest retail fashion chain", + "output": [ + "gap" + ] + }, + { + "id": "openseek-7-6cad7d4ae3dc4bcf871fb96042600c7d", + "input": "Category: WOMEN IN SCIENCE \nClue: In 1939 physicist Lise Meitner & her nephew Otto Frisch coined this term referring to the splitting of an atom's nucleus", + "output": [ + "nuclear fission" + ] + }, + { + "id": "openseek-7-5f9c15bf16aa41c4b52b3d21597a934f", + "input": "Category: IT HAPPENED IN NOVEMBER \nClue: 18-year-old Will Shakespeare married her in November 1582; their daughter was born 6 months later", + "output": [ + "anne hathaway" + ] + }, + { + "id": "openseek-7-7161ba1a099e40bfac7b771358affc6a", + "input": "Category: AUSTRIAN HISTORY \nClue: For centuries the nearby Hallein mines made this city the center of regional salt trade", + "output": [ + "salzburg" + ] + }, + { + "id": "openseek-7-9e67abb4003d48068da63d98555b3c90", + "input": "Category: THE 50 STATES \nClue: It's the only state name that when spelled officially contains a diacritical mark", + "output": [ + "hawaii" + ] + }, + { + "id": "openseek-7-091b2cb1fa92469cbf08db068bfac5f7", + "input": "Category: QUOTES \nClue: In a 1952 campaign speech, this Illinois Democrat said, \"A hungry man is not a free man\"", + "output": [ + "adlai stevenson" + ] + }, + { + "id": "openseek-7-747c9d6fd8cc4312b5714b6e99153987", + "input": "Category: BODIES OF WATER \nClue: To go from Philadelphia to New Jersey, you cross this river that shares its name with another state", + "output": [ + "the delaware" + ] + }, + { + "id": "openseek-7-21fa746a7e9c452098e3a293de2381f5", + "input": "Category: CONDIMENTS \nClue: The name of this, often a tomato & chili concoction, means \"sauce\" in Spanish", + "output": [ + "salsa" + ] + }, + { + "id": "openseek-7-587f28b3d73d4eaa88fea4aba2286a5f", + "input": "Category: AROUND THE WORLD \nClue: The capital of this Pacific island kingdom is Nuku'alofa", + "output": [ + "tonga" + ] + }, + { + "id": "openseek-7-1094834db71e4ca69db3e75478641d0d", + "input": "Category: PHYSICS \nClue: Fluid dynamics can be divided into hydrodynamics, the study of fluids in motion, & this study of gases in motion", + "output": [ + "aerodynamics" + ] + }, + { + "id": "openseek-7-745d774a3ef64922b65194aacb5e497c", + "input": "Category: SCANDALOUS NURSERY RHYMES \nClue: He kissed the girls & made them cry (I smell a lawsuit)", + "output": [ + "georgie porgie" + ] + }, + { + "id": "openseek-7-b12bb3fe483844229aaeea48485500dd", + "input": "Category: HALLS OF FAME \nClue: This \"Little Women\" author was inducted into the National Women's Hall of Fame in 1996", + "output": [ + "louisa may alcott" + ] + }, + { + "id": "openseek-7-b458dfb82a844f8581d7c7ab5325c6d9", + "input": "Category: COLLEGE MOVIES \nClue: Disillusioned with their lives, Luke Wilson & Will Ferrell start their own frat in this film", + "output": [ + "old school" + ] + }, + { + "id": "openseek-7-d9f12f637efa4bc5b3b208dd62585501", + "input": "Category: OF A MAN NAMED BRADY \nClue: In 2007 this Patriots QB from Michigan threw a single-season record 50 TD passes", + "output": [ + "tom brady" + ] + }, + { + "id": "openseek-7-9fac5727d14c4ec48689fbcd0a7f5f0f", + "input": "Category: CHIEF JUSTICES OF THE U.S. \nClue: The longest-serving Chief (1801-1835), he & Thomas Jefferson both descended from Va. planter William Randolph", + "output": [ + "marshall" + ] + }, + { + "id": "openseek-7-8f28a4e0470940fd8ced5dd5e0ea4286", + "input": "Category: COMPOSERS \nClue: Berlioz neglected his medical studies in this capital, preferring to spend his nights at the opera", + "output": [ + "paris" + ] + }, + { + "id": "openseek-7-cf74fed2772f473190742f5b9037e932", + "input": "Category: WEATHER TERMS \nClue: Richard Pryor's daughter, she's been seen on Showtime's \"Rude Awakening\"", + "output": [ + "rain pryor" + ] + }, + { + "id": "openseek-7-81801d63008f4350871588f9af78c71c", + "input": "Category: U.S. HISTORY \nClue: Formally organized in the 1870s, it began as a secret order of garment workers in 1869", + "output": [ + "the knights of labor" + ] + }, + { + "id": "openseek-7-c020b3a3cb714e65abac473850a7b15b", + "input": "Category: REAGAN 101 \nClue: His term as president of this began in 1947", + "output": [ + "the screen actors guild" + ] + }, + { + "id": "openseek-7-ac0f42c8c1bd46d5a10db78be1e7c016", + "input": "Category: WRITING IN FICTION \nClue: A frustrated office drudge becomes a megalomaniac in this Russian novelist's \"Diary of a Madman\"", + "output": [ + "nikolay gogol" + ] + }, + { + "id": "openseek-7-5db48c8256844873a2802ab4ae24597d", + "input": "Category: QUEENS OF ENGLAND \nClue: In 1559 she signed the Act of Supremacy establishing the monarch as head of the Church of England", + "output": [ + "elizabeth i" + ] + }, + { + "id": "openseek-7-e21d576fe9874bd696f6949973dffe83", + "input": "Category: A CHRISTMAS CAROL \nClue: \"A partridge in a pear tree\"", + "output": [ + "\"the twelve days of christmas\"" + ] + }, + { + "id": "openseek-7-69cad40abbe542d6b8640c213a884354", + "input": "Category: THE MATERIAL WORLD \nClue: The word serigraphy, a type of printing, comes from the Latin for this fabric", + "output": [ + "silk" + ] + }, + { + "id": "openseek-7-56d14fc2864c47db9441537ba8317201", + "input": "Category: GET MOVING \nClue: A word for something with many parts, like a bill in Congress, can be shortened to this public transport", + "output": [ + "bus" + ] + }, + { + "id": "openseek-7-e91beb66b0ef4539aa8e0ddb49376db6", + "input": "Category: OH, NO! IT'S OPERA! \nClue: This Greek tragic heroine is the subject of 2 Gluck operas, one set in Aulis & one in Tauris", + "output": [ + "iphigénie" + ] + }, + { + "id": "openseek-7-433f953de6634207b6a0ccca6d749b72", + "input": "Category: HARRISON FORD \nClue: 1 of the 4 characters Ford has played more than once on film", + "output": [ + "han solo, jack ryan, indiana jones or bob" + ] + }, + { + "id": "openseek-7-6e97f327c11d4f239f0c8ce88ee63d37", + "input": "Category: RECIPES \nClue: Blend mayonnaise, vinegar & sugar, then add shredded green & red cabbage to make this", + "output": [ + "cole slaw" + ] + }, + { + "id": "openseek-7-c18db75ba07248859b41595b36eadffe", + "input": "Category: CHILDREN'S LITERATURE \nClue: In Aesop's fables this animal is paired with \"the Stork\", \"the Crow\" & \"the Grapes\"", + "output": [ + "a fox" + ] + }, + { + "id": "openseek-7-fe789ecc7ce149cf8338ddcee4c2e1d4", + "input": "Category: THE OLD WEST \nClue: Some say this Kentucky-born judge's original family name was Boone & that he & Daniel Boone were relatives", + "output": [ + "judge roy bean" + ] + }, + { + "id": "openseek-7-424cbf5e3cb8468c9a96388de688d1e9", + "input": "Category: POINT THE \"FINGER\" \nClue: Close basketball shot from the tip of the hand into the basket", + "output": [ + "a finger roll" + ] + }, + { + "id": "openseek-7-1f29fb1b59ec4ea7902fa42e83dad18e", + "input": "Category: ORGANIZATIONS \nClue: Collectively, the 11 members of this organization supply about 40% of the world's oil output", + "output": [ + "opec" + ] + }, + { + "id": "openseek-7-b3f08a5953504832ab7312df4541c448", + "input": "Category: NATIONAL MONUMENTS \nClue: Arizona's Canyon De Chelly National Monument lies within this Indian reservation", + "output": [ + "navajo" + ] + }, + { + "id": "openseek-7-ff7d1660411243ce90e847ad0c836eca", + "input": "Category: FOREIGN WORDS & PHRASES \nClue: In Latin, \"uva\" is a bunch of these, whether green or purple, seeded or seedless", + "output": [ + "grapes" + ] + }, + { + "id": "openseek-7-57e7f36d8b504655a413d3cdbb8e949f", + "input": "Category: MOVIE PEOPLE \nClue: It's the name of Jim Carrey's \"Pet Detective\"", + "output": [ + "ace ventura" + ] + }, + { + "id": "openseek-7-9ee4d8b81bdf43458b6c795d07bfaa75", + "input": "Category: FORMER PLACE NAMES \nClue: What was once East Pakistan is today this country", + "output": [ + "bangladesh" + ] + }, + { + "id": "openseek-7-e38b39bc366644ca815462dec6416b25", + "input": "Category: A BUG'S LIFE \nClue: You'll find this wingless pest with a metallic name in many books; not as an entry, but as a feeder", + "output": [ + "silverfish" + ] + }, + { + "id": "openseek-7-c9e251a858e34be8aeca492f01d87d4e", + "input": "Category: BASKIN ROBBINS ICE CREAM \nClue: In 1986, to celebrate a Don Johnson TV series, BR came up with this flavor--fruity, refreshing & 1 letter shorter", + "output": [ + "miami ice" + ] + }, + { + "id": "openseek-7-f5a436c89c0c4bfaabd02f6f404b44b9", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: Several of its football songs were written by alumnus Cole Porter", + "output": [ + "yale" + ] + }, + { + "id": "openseek-7-4aa0d34099324792b8e0ee71021a5b8f", + "input": "Category: STORIED HOTELS \nClue: The Cloud Hotel is pivotal to the plot of this man's first novel, \"Other Voices, Other Rooms\"", + "output": [ + "truman capote" + ] + }, + { + "id": "openseek-7-9fa2bb1ba77b4388a247b08545c21128", + "input": "Category: ART HISTORY \nClue: In the 1600s this country produced some of the greatest masters; in the 1700s its best painter was Cornelis Troost", + "output": [ + "the netherlands" + ] + }, + { + "id": "openseek-7-0ca767dbbd1140aea9608388131f581a", + "input": "Category: LITERARY RELATIVES \nClue: His great-granddaughter Monica, who's a novelist too, probably never called him an \"old curiosity\"", + "output": [ + "charles dickens" + ] + }, + { + "id": "openseek-7-c1d5af3ffb1144b2994556ee071a2441", + "input": "Category: a lower case category \nClue: it's the lower case letter in the standard abbreviation for \"doctor of philosophy\"", + "output": [ + "h" + ] + }, + { + "id": "openseek-7-a8981bab64e0454fb51c1a83be969e04", + "input": "Category: BO, MOE OR PO \nClue: John Schneider first played this \"Good Ol' Boy\" in 1979", + "output": [ + "bo duke" + ] + }, + { + "id": "openseek-7-b520dc8116fd400282495708eb1e277b", + "input": "Category: SHORT STORIES \nClue: James Thurber's story of this daydreaming husband first appeared in a 1939 issue of The New Yorker", + "output": [ + "walter mitty" + ] + }, + { + "id": "openseek-7-c24807709a4e4ad892c449f2cc1c14ab", + "input": "Category: OLYMPIC VENUES \nClue: The appropriate site of the first modern Olympics", + "output": [ + "athens" + ] + }, + { + "id": "openseek-7-195abd6285364a9cbd22bc0c5788d2bd", + "input": "Category: BALLET \nClue: One version of this ballet includes Crystal, the little glass slipper fairy", + "output": [ + "cinderella" + ] + }, + { + "id": "openseek-7-b0d47eb7e6fb42319b5a6eac32f4cd9f", + "input": "Category: YOU NEED A DRINK \nClue: To make this 4-letter drink, the rice has to be milled because the starch, which ferments, is in the center of the rice", + "output": [ + "sake" + ] + }, + { + "id": "openseek-7-e9dc8a07dfe94a2bad92653cfc80a4db", + "input": "Category: KIDS RULE! \nClue: Jeanne de Navarre was 13 when she became this country's queen in 1285", + "output": [ + "france" + ] + }, + { + "id": "openseek-7-81bf119b00b04c5cb376d13c5241bc91", + "input": "Category: THE WEST COAST \nClue: This port city is named for what James Ryan said upon arriving in 1850 (he may have been quoting Archimedes)", + "output": [ + "eureka, california" + ] + }, + { + "id": "openseek-7-f2856ba27a834b0eb9a5181484b377e9", + "input": "Category: NFL TEAM MASCOTS \nClue: Gumbo the dog", + "output": [ + "the saints" + ] + }, + { + "id": "openseek-7-df751f2365ba4416ae057587aef4d239", + "input": "Category: SEINFELD \nClue: This \"Curb Your Enthusiasm\" star provided the voice of George Steinbrenner", + "output": [ + "larry david" + ] + }, + { + "id": "openseek-7-1e29107282ce4f90b7c1dcd79e6f9ed2", + "input": "Category: 17 \nClue: By the Geneva Accords of 1954, the 17th Parallel divided this Asian nation into northern & southern sections", + "output": [ + "vietnam" + ] + }, + { + "id": "openseek-7-a4335f1099a247e588fa360c5ce45dcf", + "input": "Category: THE BRITISH INVASION \nClue: Called the most successful female singer in British history she had her first U.S. No. 1 hit in 1964 with “Downtown”", + "output": [ + "petula clark" + ] + }, + { + "id": "openseek-7-e8eb17d7bb414e1b86f5ad7729974d73", + "input": "Category: TINKERERS \nClue: In 1909 Leo Baekeland patented the first completely synthetic resin under this trademark", + "output": [ + "bakelite" + ] + }, + { + "id": "openseek-7-ff556e636ab44ee0a8257e5693c9c2d9", + "input": "Category: LITERATURE \nClue: \"Kholstomer\" by this \"War And Peace\" author is a satire on human beings from a horse's point of view", + "output": [ + "leo tolstoy" + ] + }, + { + "id": "openseek-7-874cda9387f04cbd9a91daed0ca56736", + "input": "Category: SPORTS LEAGUES \nClue: The first 4 Super Bowls matched up the champions of these 2 leagues", + "output": [ + "afl & nfl" + ] + }, + { + "id": "openseek-7-7b502de1c0794c0fa7de6005600cd39e", + "input": "Category: AWARDS \nClue: The ALA presents an award named in honor of Theodore Geisel, aka this author, for beginning readers' books", + "output": [ + "dr. seuss" + ] + }, + { + "id": "openseek-7-1b058f5f6c354aa7b211875172ab5507", + "input": "Category: BRAINBUSTERS \nClue: It's the total number of years in 1,001 centuries", + "output": [ + "100,100 years" + ] + }, + { + "id": "openseek-7-b28622fa9c784c3db200fc44da1f96bc", + "input": "Category: GOOD SPORTS \nClue: In 1997 this QB led the Packers to a 35-21 Super Bowl win vs. the Patriots; as of 2007, he was still their QB", + "output": [ + "brett favre" + ] + }, + { + "id": "openseek-7-3303e9ec24494c24be39369092a648bb", + "input": "Category: MAGAZINES \nClue: American Turf Monthly has been following & promoting this sport since 1946", + "output": [ + "horse racing" + ] + }, + { + "id": "openseek-7-e3e6874d2d7b472196d88156aca71bcf", + "input": "Category: REALLY LONG RIVERS \nClue: While cruising down this river in 1542, Francisco de Orellana was attacked by female warriors; thus, its name", + "output": [ + "amazon" + ] + }, + { + "id": "openseek-7-20e47604ec3e483187cf29d84c75fcfd", + "input": "Category: SUBATOMIC MASS PERSUASION \nClue: In 1998 it was found that these particles that pass through everything at light speed do have mass", + "output": [ + "neutrinos" + ] + }, + { + "id": "openseek-7-8de32251d78a4f28a4b99244ea8a0bfe", + "input": "Category: MUSIC & THE MOVIES \nClue: When this 1940 classic was on the drawing board, it was referred to simply as \"The Concert Feature\"", + "output": [ + "fantasia" + ] + }, + { + "id": "openseek-7-3c22fa15169d41b0902c1e3ce63a6ca2", + "input": "Category: ENTERTAINERS \nClue: Lauren Bacall coined this name for a carousing group including Humphrey Bogart, Judy Garland & Frank Sinatra", + "output": [ + "\\\"the rat pack\\\"" + ] + }, + { + "id": "openseek-7-d2a3c69dbc3544d3a5c29c5997a62dda", + "input": "Category: HAIL TO THE CHIEF \nClue: While he was president, his residence was a house on Cherry Street in New York City", + "output": [ + "george washington" + ] + }, + { + "id": "openseek-7-e2158d61a2b1449e8ed83bfb9671e586", + "input": "Category: LET'S CLEAN UP \nClue: If you're using a leaf skimmer, you're probably keeping this clean", + "output": [ + "your pool" + ] + }, + { + "id": "openseek-7-083196ddf505427c84eda6da927445aa", + "input": "Category: BATTLES OF THE BULGE \nClue: In 2008 Esquire wrote that this \"Wedding Crashers\" actor looked like himself, only bigger", + "output": [ + "vince vaughn" + ] + }, + { + "id": "openseek-7-c503139462944463ae4e60df670de6ea", + "input": "Category: JUDGE NOT \nClue: From old Norse for \"grin scornfully\", you may do it over your enemy's misfortunes", + "output": [ + "gloat" + ] + }, + { + "id": "openseek-7-014c9923f1154a28a11dee4079355138", + "input": "Category: GREEK GODS \nClue: This handsome young deity was the god of archery & brother of Artemis, goddess of the hunt", + "output": [ + "apollo" + ] + }, + { + "id": "openseek-7-f13a4ba7089d4642b12970cf8d351e9e", + "input": "Category: FLAGS \nClue: This color appears on more different national flags than any other", + "output": [ + "red" + ] + }, + { + "id": "openseek-7-ebdcf51316ae4aa8bf542141f69b35ec", + "input": "Category: PROPER NAMES \nClue: A coil of hair, or a bundle of yarn or cotton", + "output": [ + "a hank" + ] + }, + { + "id": "openseek-7-1fc7a82b111d46978856d0b891d6776c", + "input": "Category: NEW YORK CITY SONGS \nClue: This title line precedes \"Remember me to Herald Square!\"", + "output": [ + "\"give my regards to broadway\"" + ] + }, + { + "id": "openseek-7-f58851b74349478d9ceb58dc0a998e74", + "input": "Category: ANIMAL GROUPS \nClue: This word can refer to laziness, a 2-toed mammal, or a group of bears", + "output": [ + "sloth" + ] + }, + { + "id": "openseek-7-f7065e3772204a159024ecb1a42e4a2c", + "input": "Category: \"L.L.\", SEE \nClue: Different from a wireless, this is a term for a phone with physical connection between 2 devices", + "output": [ + "a landline" + ] + }, + { + "id": "openseek-7-dce048e0b715412fbe97de6661cd6837", + "input": "Category: WHICH TIME ZONE? \nClue: Portland, Oregon", + "output": [ + "pacific" + ] + }, + { + "id": "openseek-7-7a047eb77498442a9f15a9fd274de61e", + "input": "Category: NAMES BY THE NUMBER \nClue: Moe Howard, Larry Fine & Curly Howard", + "output": [ + "the three stooges" + ] + }, + { + "id": "openseek-7-ff627ff413624762b3abfbc8d75739d2", + "input": "Category: LET'S HIT IT \nClue: Everlast makes these that come in speed and heavy varieties", + "output": [ + "punching bags" + ] + }, + { + "id": "openseek-7-331ed68cc14d49619ee401726b80c48f", + "input": "Category: A ROMANTIC DINNER \nClue: To start, my little pot sticker, how about an appetizer--this Asian one, skewered meat dipped in a peanut sauce", + "output": [ + "satay" + ] + }, + { + "id": "openseek-7-c3d1c0d0765841f8b74dbed6cc042409", + "input": "Category: TALKING ITALIAN \nClue: A journalist would uncover that \"chi\" , \"che\", \"quando\", \"dove\" & \"perché\" translate to these 5 terms", + "output": [ + "who, what, where, why & when" + ] + }, + { + "id": "openseek-7-f7929dfc7eb54c678ddd383b8d092c83", + "input": "Category: ROSE \nClue: This hybrid tea rose shares its name with a top French cooking school", + "output": [ + "cordon bleu" + ] + }, + { + "id": "openseek-7-7b8393f82e33441aa4dd48594c69830d", + "input": "Category: TIME \nClue: Quick, it's the term for 1 billionth of a second", + "output": [ + "a nanosecond" + ] + }, + { + "id": "openseek-7-e6610b9fdf504135956e55c1ade6b543", + "input": "Category: FITZ \nClue: This freighter that tragically sank in Lake Superior in 1975 was named for a Milwaukee civic leader", + "output": [ + "the edmund fitzgerald" + ] + }, + { + "id": "openseek-7-159c9380752e4d89ae8a75b013d5ed95", + "input": "Category: TRAVEL AND TOURISM \nClue: This city's World's Fair held in 1967 is perpetuated each summer under the title \"Man and His World\"", + "output": [ + "montreal" + ] + }, + { + "id": "openseek-7-5b8cd1f9cbfc4ba4bf8501f67fcfe60f", + "input": "Category: ALL ABOUT PRESIDENTS \nClue: Zachary Taylor disapproved of his daughter Sarah's 1835 marriage to this future Confederate president", + "output": [ + "jefferson davis" + ] + }, + { + "id": "openseek-7-a5330c2d0c6746e7933eadf8080ba7b8", + "input": "Category: ALPHABET SOUP \nClue: On TV, letter on Miss DeFazio's blouses", + "output": [ + "l" + ] + }, + { + "id": "openseek-7-3c655857e42b441fa78f7d59a45a7a5d", + "input": "Category: FRATERNITIES \nClue: Founded in 1888, the Loyal Order of this large deer once had Warren G. Harding & Charlie Chaplin as members", + "output": [ + "moose" + ] + }, + { + "id": "openseek-7-0dc03a182672423da057fd2f7055ca92", + "input": "Category: STAR TREK: VOYAGER \nClue: Voyager in the Delta Quadrant is trying to get back to this quadrant, its home", + "output": [ + "the alpha quadrant" + ] + }, + { + "id": "openseek-7-40321310a4f74e7385ba79006aefe5d4", + "input": "Category: ROYALTY \nClue: After seizing the English throne, Canute of Denmark married Emma, widow of this \"Unready\" king", + "output": [ + "ethelred" + ] + }, + { + "id": "openseek-7-1358bb671e8f4c1ca8a2950b96d62dc6", + "input": "Category: ABBREVIATIONS \nClue: This seaside structure is abbreviated whf.", + "output": [ + "wharf" + ] + }, + { + "id": "openseek-7-caa507f803ae42848295f4c7faed05e6", + "input": "Category: 10-LETTER WORDS \nClue: The ridges in this type of heavy carton paper, from the Latin for \"wrinkle\", are called flutes", + "output": [ + "corrugated" + ] + }, + { + "id": "openseek-7-7db850f1009d4863a015e8818aaa8fa1", + "input": "Category: PEOPLE IN HISTORY \nClue: This great Zulu leader was the son of Nandi & Senzangakona, a Zulu chief", + "output": [ + "shaka zulu" + ] + }, + { + "id": "openseek-7-a23646e10f9b429fa3c7a51236b46a3a", + "input": "Category: THEY'RE SPORTY \nClue: The Los Angeles Kings retired his No. 99 jersey", + "output": [ + "wayne gretzky" + ] + }, + { + "id": "openseek-7-ca2c56d5b8a64588b8da8568a1496f94", + "input": "Category: AMERICAN LITERATURE \nClue: It's the nickname of William Lonigan, the 15-year-old hero of a 1930s trilogy written by James T. Farrell", + "output": [ + "\"studs\"" + ] + }, + { + "id": "openseek-7-470da6889b1547308a47af14cee54062", + "input": "Category: McGRAW-HILL \nClue: While growing up, one of Tim McGraw's heroes was this ballplayer whom he later learned was his father", + "output": [ + "tug mcgraw" + ] + }, + { + "id": "openseek-7-b0ab01e4ebe04b3b9f0fc0dfb4f7ad28", + "input": "Category: BABY BOOMER MEMORIES \nClue: The John Birch Society coined the term comsymp, short for this", + "output": [ + "communist sympathizer" + ] + }, + { + "id": "openseek-7-a8c1bc76d5e043e0ad958a158ba0b9f8", + "input": "Category: ANCIENT ROME \nClue: Members of Rome's oldest & richest families were called patricians; the rest of Rome's citizens were called this", + "output": [ + "plebeians" + ] + }, + { + "id": "openseek-7-c85cfd60dadd4629b8db9ab326df59e3", + "input": "Category: FAMOUS QUOTES \nClue: Of him, Francis Church said \"Thank God, he lives, & he lives forever... Virginia\"", + "output": [ + "santa claus" + ] + }, + { + "id": "openseek-7-94732c7ea9a743ef9122fe4a85e4503c", + "input": "Category: HANNA-BARBERA DOGS \nClue: In one episode of the original \"Jetsons\", a millionaire tried to take him away", + "output": [ + "astro" + ] + }, + { + "id": "openseek-7-3558ad4b9ca14789a4a3e52db790e80e", + "input": "Category: ZOOLOGY \nClue: To get this 3-toed animal to move faster, you might say, \"Ai, wish you'd shake a leg!\"", + "output": [ + "a sloth" + ] + }, + { + "id": "openseek-7-1e336ff2ac20451aa47c32290e8de683", + "input": "Category: PRESIDENTIAL MIDDLE NAMES \nClue: Alan", + "output": [ + "chester a. arthur" + ] + }, + { + "id": "openseek-7-1e2f8cf420434f6eaa4a6b0600563c09", + "input": "Category: ONCE THEY WERE ANGELS \nClue: She's had a clothing line at K-Mart since 1985", + "output": [ + "jaclyn smith" + ] + }, + { + "id": "openseek-7-e98e44f480f043548c04b95526db7d97", + "input": "Category: WOMEN: WRITE ON! \nClue: Her novel \"The Book of Ruth\" won the 1989 Hemingway Foundation Pen Award for best first fiction", + "output": [ + "jane hamilton" + ] + }, + { + "id": "openseek-7-5e47b3efec5c46d586fc42a4d4694727", + "input": "Category: JINGLES ALL THE WAY \nClue: \"Double your pleasure, double your fun\" with this gum", + "output": [ + "doublemint gum" + ] + }, + { + "id": "openseek-7-3902615a07c341a9a57a49d4f30b6440", + "input": "Category: BIRTHQUAKES \nClue: An 8.6 quake in Tibet heralded the Aug. 15, 1950 arrival of this only daughter of Elizabeth II", + "output": [ + "princess anne" + ] + }, + { + "id": "openseek-7-ee1421dc239e49debf1984514c1443eb", + "input": "Category: AROUND THE DUNGEON \nClue: From the Latin for \"little hand\", they're handcuffs", + "output": [ + "manicles" + ] + }, + { + "id": "openseek-7-5be3790a51764106900c24ed177c7fca", + "input": "Category: THE NEW YORK TIMES HOUSE & HOME \nClue: A company called California these benefits from the notion that organized these \"are the key to... a freer life\"", + "output": [ + "closets" + ] + }, + { + "id": "openseek-7-03ebfb44bdbb4a118fd6bcc83fc712ed", + "input": "Category: BELLS \nClue: 1857 song that includes the line \"Bells on bob-tail ring\"", + "output": [ + "jingle bells" + ] + }, + { + "id": "openseek-7-d3463864dc6e43fe8724d92bf5933106", + "input": "Category: LINES FROM LITERATURE \nClue: Chapter 1 of it begins, \"'Camelot--Camelot,' said I to myself. 'I don't seem to remember hearing of it before'\"", + "output": [ + "a connecticut yankee in king arthur\\'s court" + ] + }, + { + "id": "openseek-7-baa7229844b249fcbd69a7f09c167ce7", + "input": "Category: mini-mountains \nClue: L.A.'s Mount Lee is the home of this 50' tall, 450' long sign", + "output": [ + "\"hollywood\"" + ] + }, + { + "id": "openseek-7-e08c550c95a14b42a697a9941fa4274e", + "input": "Category: LESSER-KNOWN COMPOSERS \nClue: Thomas Morley was known for putting lots of fa-la-las into these songs for several voices", + "output": [ + "madrigals" + ] + }, + { + "id": "openseek-7-275172883b2242f8aecc3765cd271921", + "input": "Category: WOMEN OF THE WORLD \nClue: She wrote her first novel, \"The House of the Spirits\", in exile soon after her uncle's assassination", + "output": [ + "isabel allende" + ] + }, + { + "id": "openseek-7-19f096424fd749c1b5e04a44d8685e39", + "input": "Category: VERB FIRST NAMES \nClue: To break off a fragment of a plate or saucer, or make a short lofted golf shot", + "output": [ + "chip" + ] + }, + { + "id": "openseek-7-feb7161a4a3a424fbbd06556067e6914", + "input": "Category: LANGUAGES \nClue: Rif is a Berber language spoken mainly in the northern part of this continent", + "output": [ + "africa" + ] + }, + { + "id": "openseek-7-a989294f2f914afe9f399e9e7cef59c1", + "input": "Category: MANET, MONET OR JACQUES-LOUIS DAVID \nClue: His \"Olympia\" was a new version of the recumbent Venus popular with Italian masters", + "output": [ + "manet" + ] + }, + { + "id": "openseek-7-fad3712aa99a4865a567b7e3d352ed92", + "input": "Category: ON THE BROADWAY STAGE \nClue: (Cheryl of the Clue Crew on the set of \"Les Miserables\" at the Imperial Theatre) You can almost hear the revolutionaries on the Broadway set of \"Les Miserables\", based on a novel by this French author", + "output": [ + "victor hugo" + ] + }, + { + "id": "openseek-7-b29bd51d07864f99bcb5071fdf30746a", + "input": "Category: SAM-I-AM \nClue: I would eat them, you would see, just as fast as ABC; I would eat them 3-4-5, on my show called \"Primetime Live\"", + "output": [ + "sam donaldson" + ] + }, + { + "id": "openseek-7-f82d374ba001468694ee17e66f80b579", + "input": "Category: CUTE & CUDDLY \nClue: A San Diego mom invented these folding plush animals that you can also lay your head on to sleep", + "output": [ + "a pillow pet" + ] + }, + { + "id": "openseek-7-68a735d2711e41b2a8d82e8e968bb693", + "input": "Category: IT HAPPENED IN TEXAS \nClue: He was deposed as Governor of Texas in 1861 because he wouldn't swear allegiance to the Confederacy", + "output": [ + "houston" + ] + }, + { + "id": "openseek-7-ba85eda20ab34c3198c83d0553d2f1d0", + "input": "Category: THE NATIONAL TOY HALL OF FAME \nClue: Initial sales for it were sluggish, but demonstrations of how it walked down stairs at Gimbels made it walk off shelves", + "output": [ + "a slinky" + ] + }, + { + "id": "openseek-7-dbd6890530fc44959b766bfab00ccfbe", + "input": "Category: U.S. COMMEMORATIVE COINS \nClue: In 1997 this Brooklyn Dodger got a commemorative coin as quick as you could say his name", + "output": [ + "jackie robinson" + ] + }, + { + "id": "openseek-7-3cfb6601ecfb43cf90cc8a586a830e10", + "input": "Category: OFFICIAL STATE SEALS \nClue: \"United We Stand\" appears on the top half of Kentucky's state seal & these 3 words appear on the bottom", + "output": [ + "\"divided we fall\"" + ] + }, + { + "id": "openseek-7-78b454096a5f4294a7f5aba8005852eb", + "input": "Category: ANDORRA \nClue: lonelyplanet.com says Andorra has the finest inexpensive skiing & snowboarding in this mountain range", + "output": [ + "the pyrenees" + ] + }, + { + "id": "openseek-7-d00d30009d424bd5beb909bc4fd02828", + "input": "Category: WORDS FROM CHINESE \nClue: \"Great wind\", a tropical cyclone", + "output": [ + "typhoon" + ] + }, + { + "id": "openseek-7-cc696933f2754c4cb42004daf64f7f68", + "input": "Category: SCIENCE & NATURE \nClue: Hermann Muller won a 1946 Nobel Prize for proving that the use of these can cause mutations", + "output": [ + "x rays" + ] + }, + { + "id": "openseek-7-e868f55293e74f9887fa2f6571392718", + "input": "Category: CATHOLIC PRIESTS \nClue: The priest's duty to keep your sins secret is traditionally protected by \"the sanctity of\" this booth", + "output": [ + "the confessional" + ] + }, + { + "id": "openseek-7-35955c604a1344b1b22d6d1abd2cbb2e", + "input": "Category: BROTHERS ON BROTHERS \nClue: I played Dr. O'Dell in this \"Rich Man, Poor Man\" sequel that's about coping with the loss of a brother", + "output": [ + "beggarman, thief" + ] + }, + { + "id": "openseek-7-5af1089d83c043638eb0529bc710a6d3", + "input": "Category: AT THE INTERNATIONAL CINEPLEX \nClue: Jennifer Love Hewitt fans got hooked in Oslo watching \"Summer Of Fear\", known here as this", + "output": [ + "i know what you did last summer" + ] + }, + { + "id": "openseek-7-426fa5ca921c49dcb43f5dddcd449084", + "input": "Category: AIR \nClue: The \"air\" or \"wind\" type of this slows down a parachute & heats up a meteoroid", + "output": [ + "resistance" + ] + }, + { + "id": "openseek-7-d1648b80bbc84af2a7dfe6f8169dca41", + "input": "Category: BIOLOGY \nClue: Carrots are examples of these main roots that may have smaller roots branching from them", + "output": [ + "tap roots" + ] + }, + { + "id": "openseek-7-8e57138e76bd4d9186cd73f82e7405f2", + "input": "Category: BEASTLY MOVIE TITLES \nClue: \"Il Gattopardo\" is the Italian title of this film starring Burt Lancaster as an aging prince", + "output": [ + "the leopard" + ] + }, + { + "id": "openseek-7-a14f4a7fad7d42e0be1a3b7a78796e05", + "input": "Category: SPEAK OF THE DEVIL \nClue: This poisonous weed named for Jamestown, Virginia, is also known as devil's trumpet", + "output": [ + "jimson weed" + ] + }, + { + "id": "openseek-7-095073f5f9ba4917b7024cb94ec25b90", + "input": "Category: REPTILES \nClue: Sunbeam snakes are so called because these sparkle in the light", + "output": [ + "scales" + ] + }, + { + "id": "openseek-7-fd2efe7dec434086b7ac05a6b8db513d", + "input": "Category: CANADIAN HISTORY \nClue: The Charlottetown Accord recognizing this province as a \"distinct society)\" failed a 1992 vote", + "output": [ + "quebec" + ] + }, + { + "id": "openseek-7-8b95594730174c73837ae10be0a2fa5f", + "input": "Category: LEADING \"ROLL\"s \nClue: If you have lots of dough, you can buy a really nice one of these implements to smooth out your dough", + "output": [ + "a rolling pin" + ] + }, + { + "id": "openseek-7-dfb4648863774fce9c39c9146f7bee6b", + "input": "Category: LITERARY TRIVIA \nClue: It's said he turned down Pulitzer for “Arrowsmith” because he felt he was due one sooner", + "output": [ + "sinclair lewis" + ] + }, + { + "id": "openseek-7-b499c6ad3cbe4b4abb5f2c7aa51cec3f", + "input": "Category: THE BIRDS & THE BEES \nClue: This term for a stingerless male bee sounds like an unmanned spy plane", + "output": [ + "drone" + ] + }, + { + "id": "openseek-7-97a8ee21d5b749ff95c546548daa6320", + "input": "Category: THE SEVEN CATHOLIC SACRAMENTS \nClue: Whether mortal or venial, you should confess them in penance", + "output": [ + "sins" + ] + }, + { + "id": "openseek-7-5268feceee1142659c8c2fd56063d4c9", + "input": "Category: POPULATIONS \nClue: This tiny principality has the highest population density", + "output": [ + "monaco" + ] + }, + { + "id": "openseek-7-344f71fbccc4494daf5237d2bb45468a", + "input": "Category: REALLY GRIMM FAIRY TALES \nClue: A character in this tale cut off her big toe so that a golden slipper would fit her foot", + "output": [ + "\"cinderella\"" + ] + }, + { + "id": "openseek-7-efaf8e667dcf44e38052196ea94e8afc", + "input": "Category: LUCKY SEVEN \nClue: Symbolized by a pair of scales, it's the seventh sign of the zodiac", + "output": [ + "libra" + ] + }, + { + "id": "openseek-7-2b7af1349b3e4370a11f5a4db734da40", + "input": "Category: STATE CAPITALS \nClue: Peter Stuyvesant gave it the name Beverwyck in 1652; 12 years later it was given its present name", + "output": [ + "albany" + ] + }, + { + "id": "openseek-7-c7ab50f5292a4ecdb4bbef758e3fa2b9", + "input": "Category: ON THE COVER OF SGT. PEPPER \nClue: This \"Das Kapital\" author stands between comedian Oliver Hardy & H.G. Wells", + "output": [ + "karl marx" + ] + }, + { + "id": "openseek-7-a339070052404a9d94a5a26e66d284a2", + "input": "Category: A CENTURY OF FOOD \nClue: A San Pedro, California packer first put this fish into cans in 1903; its casserole wasn't introduced until the '30s", + "output": [ + "tuna" + ] + }, + { + "id": "openseek-7-c3c66374f8e045f8b14fa5e021baf59f", + "input": "Category: MEETING YOUR CAR MAKER \nClue: Let this company's Solara shine into your Matrix", + "output": [ + "toyota" + ] + }, + { + "id": "openseek-7-9a37b6324a294ab4a1a738c637bc2b0d", + "input": "Category: POETS' RHYME TIME \nClue: Alexander's expectations", + "output": [ + "pope\\'s hopes" + ] + }, + { + "id": "openseek-7-0504a57448724a0ba4dfab4c8f656aea", + "input": "Category: THE DEPARTMENT OF HOMELAND SECURITY \nClue: Counterterrorism includes the presence of these on planes; they rank among those with the highest handgun accuracy", + "output": [ + "air marshals" + ] + }, + { + "id": "openseek-7-a2aec3d7537f426ba683858baf051245", + "input": "Category: FLOWER POWER \nClue: From the Latin for \"three threads\", it's the flowery structure seen here", + "output": [ + "trellis" + ] + }, + { + "id": "openseek-7-e8cb95e6856a4cdb841b7095ec26cf1b", + "input": "Category: ALL EARS \nClue: An inner ear disorder kept this first American in space from retuning to space until 1971", + "output": [ + "alan b. shepard" + ] + }, + { + "id": "openseek-7-70a916a5b4504d839697def343ba0655", + "input": "Category: DAN-O-MITE \nClue: This former defense department employee gave the Pentagon Papers to the New York Times", + "output": [ + "daniel ellsberg" + ] + }, + { + "id": "openseek-7-df42878564d24c47b223c52099d8f051", + "input": "Category: NOM DE PLUME \nClue: Under this name, Charles Dodgson imagined traveling down the rabbit hole with Alice", + "output": [ + "lewis carroll" + ] + }, + { + "id": "openseek-7-b7d95d56c3c2464a91954f6bc5761e97", + "input": "Category: SONNETS \nClue: \"This door you might not open, and you did\" begins an Edna St. Vincent Millay poem about this folklore guy", + "output": [ + "bluebeard" + ] + }, + { + "id": "openseek-7-82f36fc458ae4c8ea234d6890792e719", + "input": "Category: CLASSICAL MUSIC \nClue: His Symphony in B Minor wasn't his only unfinished composition -- just the most famous", + "output": [ + "franz schubert" + ] + }, + { + "id": "openseek-7-cb2644f4582147809dfd40e13bec70b0", + "input": "Category: GIVE ME ONE GOOD RAISIN \nClue: This Carthaginian general reportedly gave rations of raisins to his troops when they were crossing the Alps", + "output": [ + "hannibal" + ] + }, + { + "id": "openseek-7-8698b9bbb37a4cad8f2410b17a59ffcf", + "input": "Category: RELIGION \nClue: This holy book whose name means \"recitation\" is divided into 114 chapters called suras", + "output": [ + "the koran" + ] + }, + { + "id": "openseek-7-9939567ff4314e89be2167c1bac52800", + "input": "Category: CAN WE TALK? \nClue: Speak slowly with -- pauses; -- \"He who\" -- does it \"is -- lost\"", + "output": [ + "hesitates" + ] + }, + { + "id": "openseek-7-41d0a38321f34256955dbc6188e4034d", + "input": "Category: BONUS MOVIE \nClue: He played Mr. Banks, the \"Father of the Bride\"", + "output": [ + "steve martin & spencer tracy" + ] + }, + { + "id": "openseek-7-819b3e408a1a4ceda1bac67243362357", + "input": "Category: ALSO ON YOUR COMPUTER KEYS \nClue: A loose-fitting dress hanging straight from the shoulders to below the waist", + "output": [ + "a shift" + ] + }, + { + "id": "openseek-7-23b7ed344710457a8e5fc6e1ae16141d", + "input": "Category: TANGENTIAL ETRUSCAN POTPOURRI \nClue: Since they peaked 2,500 years ago, you won't find many Etruscans catching jazz in this city's Preservation Hall", + "output": [ + "new orleans" + ] + }, + { + "id": "openseek-7-e70ec789fba9495e989275dc25a86ab6", + "input": "Category: SHAKESPEAREAN CHARACTERS \nClue: Cassandra, a prophetess whose father is the king of Troy, is a character in this play", + "output": [ + "\"troilus and cressida\"" + ] + }, + { + "id": "openseek-7-fa0444b347a44fdca4bf08e4e6fc9d5e", + "input": "Category: BIRTH OF A PRESIDENT \nClue: May 8, 1884 in Lamar, Missouri", + "output": [ + "harry s. truman" + ] + }, + { + "id": "openseek-7-312838c4d59d47f2b0e858c9079133d0", + "input": "Category: RICE, RICE BABY \nClue: Long grain rice is rich in amylose, a component of this carbohydrate, making it dry & fluffy when cooked", + "output": [ + "starch" + ] + }, + { + "id": "openseek-7-d6fbb3d8059c4fcda58507fdadc4c3da", + "input": "Category: LITTLE-READ BOOKS \nClue: You might have to be on a desert island before you get around to his 1722 novel \"Colonel Jack\"", + "output": [ + "daniel defoe" + ] + }, + { + "id": "openseek-7-a445c9e2546b4704b39b7056c8f56331", + "input": "Category: THE CRUSADES \nClue: This colorful-bearded Holy Roman Emperor drowned in 1190 on his way to retake Jerusalem", + "output": [ + "frederick barbarossa" + ] + }, + { + "id": "openseek-7-78266a9f96d7426bbd8d2a3d2df7d101", + "input": "Category: INVENTIONS \nClue: The typewriter was 1st mass-produced in the 1870s by this gun manufacturer", + "output": [ + "remington" + ] + }, + { + "id": "openseek-7-3d109d53911a4e02aa391f13b07c1820", + "input": "Category: LONGSHOTS \nClue: The miraculous 1980 U.S. Olympic hockey team beat this country in its final game", + "output": [ + "finland" + ] + }, + { + "id": "openseek-7-703c1edbfec842b59dbf0391f2896e77", + "input": "Category: THEY DID GOOD \nClue: He left the NFL's Arizona Cardinals to join the Army Rangers & was killed in Afghanistan in 2004", + "output": [ + "pat tillman" + ] + }, + { + "id": "openseek-7-9c7c52f0e7a2477baa86dbd585399d93", + "input": "Category: COMMON BONDS \nClue: Killing, Onion, W.C.", + "output": [ + "fields" + ] + }, + { + "id": "openseek-7-65e3b98e468d48ddbfdf3044450850eb", + "input": "Category: U.S. CURRENCY \nClue: In 1943 the Treasury Dept. minted this coin in zinc-coated steel", + "output": [ + "penny" + ] + }, + { + "id": "openseek-7-ea7d4b0e6dfd4134bb16e5e0af23e432", + "input": "Category: ART & ARTISTS \nClue: An X-ray of his \"Blue Boy\" has revealed the figure of a small dog that was painted out", + "output": [ + "thomas gainsborough" + ] + }, + { + "id": "openseek-7-e6b717eb8b284cefafc7d9fb4b0007e8", + "input": "Category: ANCIENT LITERATURE \nClue: More writings of this orator survive than of any other Latin author", + "output": [ + "cicero" + ] + }, + { + "id": "openseek-7-c900172eb3974a5dbf11407a503bc8e0", + "input": "Category: SMOKIN' \"ACE\"s \nClue: A very small amount of something, or in meteorology, precipitation of less than 0.0005 in.", + "output": [ + "a trace" + ] + }, + { + "id": "openseek-7-77675ebc01f648dca023458bc62657bf", + "input": "Category: MUSIC & LITERATURE \nClue: This John Bunyan work inspired the one-act opera \"The Shepherds Of The Delectable Mountains\"", + "output": [ + "\"pilgrim\\'s progress\"" + ] + }, + { + "id": "openseek-7-80cf6045c3fb45f0a3853a665c283208", + "input": "Category: STARTS WITH 3 CONSONANTS \nClue: It's a grant of financial aid awarded to a student for the purpose of attending college", + "output": [ + "scholarship" + ] + }, + { + "id": "openseek-7-17f1b536e00543169520222e4a46f122", + "input": "Category: KILL BILL: VOL. 1 \nClue: Anarchy reigned when this President was shot while in a receiving line at the 1901 Buffalo Pan-American Expo", + "output": [ + "william mckinley" + ] + }, + { + "id": "openseek-7-68200321c49245998d7be55a35e0c75b", + "input": "Category: A SNAKE IN THE CATEGORY \nClue: In mythology, the Ouroboros is a snake or dragon with this in its mouth", + "output": [ + "its tail" + ] + }, + { + "id": "openseek-7-7d6e5c498ce64c1a93b531fbed94fa36", + "input": "Category: NONFICTION \nClue: As you might \"Expect\", this book, first published in 1984, is the top pregnancy guide for moms-to-be", + "output": [ + "\"what to expect when you\\'re expecting\"" + ] + }, + { + "id": "openseek-7-455154adaa8f4788b792ff6038483b87", + "input": "Category: THE PRISONER \nClue: In 1519 this leader of the Aztecs was taken prisoner without resistance", + "output": [ + "montezuma" + ] + }, + { + "id": "openseek-7-3916116282e440de9739ab572962a211", + "input": "Category: COUNTRIES' LARGEST ISLANDS \nClue: Baffin Island", + "output": [ + "canada" + ] + }, + { + "id": "openseek-7-bd3218adfca14967a578fa08d032f1c6", + "input": "Category: OF THE FLIES \nClue: Musca domestica is the scientific name for this ever-present type of fly", + "output": [ + "housefly" + ] + }, + { + "id": "openseek-7-a2260454022f4162b51be7f5af52ed79", + "input": "Category: -OID \nClue: Alexander Parkes developed this synthetic plastic material in 1856", + "output": [ + "celluloid" + ] + }, + { + "id": "openseek-7-1b10ebe78b1740f390a39fbc7c4e69e9", + "input": "Category: NATIONS OF AFRICA \nClue: In a song title, this country whose capital is Nairobi might come before \"Feel the Love Tonight\"", + "output": [ + "kenya" + ] + }, + { + "id": "openseek-7-5e4b5ee1f58a4a499683713c706427bd", + "input": "Category: QUOTES \nClue: \"A fool and his money are soon elected\", said this humorist who died in 1935", + "output": [ + "will rogers" + ] + }, + { + "id": "openseek-7-579f53596dc44bc78c790ab2f1e8619b", + "input": "Category: PAINTERS \nClue: (Sarah of the Clue Crew reports from Rome) Michelangelo was in his 60s when he painted this 60' X 30' fresco over the Sistine Chapel altar", + "output": [ + "\"the last judgment\"" + ] + }, + { + "id": "openseek-7-c96e2c968f704afca641214d3c50a17c", + "input": "Category: COSMOPOLITAN \nClue: In this city you can walk a flight of 137 steps up to Trinita Dei Monti, a 15th C. French church built by Charles VIII", + "output": [ + "rome" + ] + }, + { + "id": "openseek-7-5f6aeacec2e04c5dad8a214056cd9dec", + "input": "Category: \"JON\" \nClue: This tile game takes its name from the Chinese for \"sparrows\"", + "output": [ + "mah-jongg" + ] + }, + { + "id": "openseek-7-6f63b1b86c3a4702b864842cd133b939", + "input": "Category: \"D\" IN SCIENCE \nClue: A 1761 work by the great anatomist Morgagni has records of 640 of these procedures", + "output": [ + "dissections" + ] + }, + { + "id": "openseek-7-7a013ce8326e4b8e8b0984dfcb2b0c6f", + "input": "Category: WHERE THE WILD THINGS WERE \nClue: The Xerces Blue of this insect, native to sand dunes in San Francisco's Sunset District, became extinct in the 1940s", + "output": [ + "butterflies" + ] + }, + { + "id": "openseek-7-1a9a7e85b4994222b174367dba4f7017", + "input": "Category: GOT MILNE? \nClue: A.A. Milne was a regular contributor to this British humor magazine founded in 1841", + "output": [ + "punch" + ] + }, + { + "id": "openseek-7-d4cfc40f03bf4f80ac0e1ae943604dfe", + "input": "Category: NEWSPAPERS & MAGAZINES \nClue: Arthur Hays Sulzberger was publisher of this U.S. newspaper from 1935 to 1961", + "output": [ + "the new york times" + ] + }, + { + "id": "openseek-7-4352ad281f54440ab66c22f559521e4a", + "input": "Category: COLORS \nClue: Like the flower of the same name, buttercup is a pretty shade of this color", + "output": [ + "yellow" + ] + }, + { + "id": "openseek-7-9964e1b97f3543bb90c0e41da8ac56e1", + "input": "Category: BACKWORDS \nClue: This school probably makes students bring a doctor's note to get out of cricket practice", + "output": [ + "eton" + ] + }, + { + "id": "openseek-7-be7f43f5b31042e580ada13efeec3773", + "input": "Category: WAITER! \nClue: To get us started, a serving of this dish named for an oilman: oysters topped with spinach & then baked", + "output": [ + "oysters rockefeller" + ] + }, + { + "id": "openseek-7-cc7b2c490d4e48069525dc3d728055e4", + "input": "Category: MOUNTAINS \nClue: South America's Apurimac & Marinon Rivers rise in the permanent snows & glaciers of this range", + "output": [ + "the andes" + ] + }, + { + "id": "openseek-7-239b9c525a4b48889b461a8b1a7f95d4", + "input": "Category: ENGLISH LIT \nClue: The line \"We had everything before us, we had nothing before us\" is found in the 1st paragraph of this 1859 novel", + "output": [ + "a tale of two cities" + ] + }, + { + "id": "openseek-7-186480b950d64f1f82709104de393799", + "input": "Category: NEWS QUIZ \nClue: The 2006 firing of 8 people in this position came back to haunt the Justice Department in 2007", + "output": [ + "u.s. attorneys" + ] + }, + { + "id": "openseek-7-7b607b55b66f4fc091db5de72646abec", + "input": "Category: TRAVEL U.S.A. \nClue: Caligula would love the Caligula Suite in the Emperors Complex of this Las Vegas hotel", + "output": [ + "caesars palace" + ] + }, + { + "id": "openseek-7-42ad2039b8824da89e2beaeeff548412", + "input": "Category: PUT IT ON PAPER \nClue: On Dec. 10, 1948 the U.N. General Assembly adopted it & called upon nations to display & disseminate it", + "output": [ + "the declaration of human rights" + ] + }, + { + "id": "openseek-7-0f6740e421dd4009a9ba2e852db6a53c", + "input": "Category: JOLIET \nClue: One of the skills that Joliet is remembered for was this one, from the Latin for \"map drawing\"", + "output": [ + "cartography" + ] + }, + { + "id": "openseek-7-c80fa72e8f794389826e5c8eb91356ef", + "input": "Category: SCHOOL FASHION \nClue: In May 2000 Philadelphia's school board voted to require all its students to wear these", + "output": [ + "uniforms" + ] + }, + { + "id": "openseek-7-48a747a4d1844ea39c5235043ae94969", + "input": "Category: LUCKY \"SEVEN\" \nClue: A disillusioned knight plays chess with death in this Ingmar Bergman masterpiece", + "output": [ + "the seventh seal" + ] + }, + { + "id": "openseek-7-747e24c1bee14490921981bcd02e6b6f", + "input": "Category: THE BRITISH INVASION \nClue: These bad boys began calling themselves the \"World's Greatest Rock & Roll Band\" in the late '60s", + "output": [ + "rolling stones" + ] + }, + { + "id": "openseek-7-b2a6cce74c954ad8b0fabb9b8c711c29", + "input": "Category: DESERTS \nClue: To find the last remaining bactrian camels in the wild, you'll have to travel to this Mongolian desert", + "output": [ + "the gobi" + ] + }, + { + "id": "openseek-7-ceb64447fd094db6af2d486f3a7c7c30", + "input": "Category: COUNTRIES' HIGHEST POINTS \nClue: Puncak Jaya in Papua province, previously known as Irian Jaya", + "output": [ + "indonesia" + ] + }, + { + "id": "openseek-7-6928ec2779754ca6a53090a3b0022f72", + "input": "Category: WORDS \nClue: This word for a form of Japanese dance-drama isn't negative, it means \"talent\"", + "output": [ + "noh" + ] + }, + { + "id": "openseek-7-18eae5226b9144a0af20c06c67d6b4c3", + "input": "Category: 17th CENTURY ART \nClue: Though he was Flemish, van Dyck is best known for the portraits he did in this British city in the 1630s", + "output": [ + "london" + ] + }, + { + "id": "openseek-7-4a866edf5fa9408a858d13dbdbab45a1", + "input": "Category: ROAM \nClue: Roam to this former SSR on the Gulf of Finland & you'll hear a language closely related to Finnish", + "output": [ + "estonia" + ] + }, + { + "id": "openseek-7-24ad9b3a8fd9411cb895b893637d854e", + "input": "Category: CLASSIC CINEMA \nClue: In 1915 film, \"Birth of a Nation\", Joseph Henabery played this president", + "output": [ + "abraham lincoln" + ] + }, + { + "id": "openseek-7-0635adeb3ba04f15be6a5ada2cc4fee5", + "input": "Category: BUSINESS & INDUSTRY \nClue: In 1992 Playskool overhauled this toy by replacing its wooden rods & spools with plastic parts", + "output": [ + "tinkertoys" + ] + }, + { + "id": "openseek-7-014bb70a5a3b4d99bb8722df3685114e", + "input": "Category: THE WEATHER FORECAST \nClue: This type of air from above 66 degrees north latitude will send the mercury falling", + "output": [ + "arctic air" + ] + }, + { + "id": "openseek-7-0b1bd29c0c3d4c0f999cecdf299828ca", + "input": "Category: MATHEMATICS \nClue: Term for the side of a right triangle that is opposite the 90° angle", + "output": [ + "hypoteneuse" + ] + }, + { + "id": "openseek-7-1383dd74ba414488b2dd4eccc46a86a4", + "input": "Category: THE BLUE & THE GRAY \nClue: After Bull Run, General McClellan reorganized the Union Army which was then called the Army of this river", + "output": [ + "the potomac" + ] + }, + { + "id": "openseek-7-d27636822d0e44ab8e8779bcaa90779b", + "input": "Category: DOUBTFUL DOWNLOADS \nClue: The Net spit up the false story that this baby food co. lost a lawsuit & was giving out $500 savings bonds", + "output": [ + "gerber" + ] + }, + { + "id": "openseek-7-c0ac7d45f5a943d7b52dbefaa4b906e3", + "input": "Category: INSECTS \nClue: It's the shortest route taken back to the hive", + "output": [ + "beeline" + ] + }, + { + "id": "openseek-7-276a0f9b81864fbd99e0a12b72638da7", + "input": "Category: ANAGRAMMYS \nClue: Best \"COZY ED\" or Cajun Music Album", + "output": [ + "zydeco" + ] + }, + { + "id": "openseek-7-afdc279558e84910afb2d4180b4bec8c", + "input": "Category: CANTANTES \nClue: Last name of Enrique who's following in his father Julio's footsteps...er vocal cords", + "output": [ + "iglesias" + ] + }, + { + "id": "openseek-7-e22565d4fc7940238ad530ec3e479f3b", + "input": "Category: OUR AVIAN FRIENDS \nClue: Only the extinct 10-foot-tall moas of New Zealand were taller than this 8-foot African bird", + "output": [ + "ostrich" + ] + }, + { + "id": "openseek-7-5373cb9199484bc8bdf8524b7909a42a", + "input": "Category: TOM WOLFE \nClue: It was Wolfe who first predicted that the 1970s \"Will come to be known as\" this \"decade\"", + "output": [ + "the me decade" + ] + }, + { + "id": "openseek-7-ea2cc2973b5646d689a501d68f7d342e", + "input": "Category: FOOD BRANDS \nClue: This brand of Mexican food got its start in 1918 as the Mountain Pass Canning Co. of New Mexico", + "output": [ + "old el paso" + ] + }, + { + "id": "openseek-7-cb5c457d41654658946c6206ed17c209", + "input": "Category: THE BOYS IN BLUE \nClue: Booking a suspect means entering his or her information into the daily record called the \"police\" this", + "output": [ + "blotter" + ] + }, + { + "id": "openseek-7-d4aa33cdeee741e1bcd0cb0a2bd0ce29", + "input": "Category: HAVE YOU HEARD THE WORD? \nClue: Now meaning a confused & turbulent situation, it's a notorious ocean whirlpool off northern Norway", + "output": [ + "maelstrom" + ] + }, + { + "id": "openseek-7-7adc6bd5ce9b4914884c37d667bd4b7e", + "input": "Category: AROUND THE WORLD \nClue: Paris Opera House architect Charles Garnier also designed the world-famous casino in this town", + "output": [ + "monte carlo" + ] + }, + { + "id": "openseek-7-4f0675db622d406d89c2d473b5423da2", + "input": "Category: \"NEW\" ON THE MAP \nClue: In 1977 voters elected Ernest N. \"Dutch\" Morial, the first black mayor of this city", + "output": [ + "new orleans" + ] + }, + { + "id": "openseek-7-4a76a09bc23944cdb2b55aa90c961886", + "input": "Category: STUPID ANSWERS: THE BRITISH EDITION \nClue: The Garden Tower at the Tower of London was the scene of some bloody goings-on, so now it's known as this", + "output": [ + "the bloody tower" + ] + }, + { + "id": "openseek-7-7af772b859264f1daf1ed7b2b3bbd399", + "input": "Category: GRAMMY WINNERS \nClue: Grammy voters were fixated with this one-named Colombian hottie who won for \"Fijacion Oral Vol. 1\"", + "output": [ + "shakira" + ] + }, + { + "id": "openseek-7-65396a97d8cf440cb87c050a76951580", + "input": "Category: \"C\" WORLD \nClue: (Cheryl of the Clue Crew in Berlin) The Nazis blamed the 1933 Reichstag fire on this political group that may well have set it themselves", + "output": [ + "the communists" + ] + }, + { + "id": "openseek-7-e6b506a69b9940eaa96371e6d111a407", + "input": "Category: MOTHER'S DAY \nClue: Her life & the life of her dog were laid \"bare\" in a nursery rhyme", + "output": [ + "old mother hubbard" + ] + }, + { + "id": "openseek-7-093536cef8fe425b8d81ebd23cc2fc22", + "input": "Category: IF IT'S TUESDAY... \nClue: On Tuesday, January 7 1800 Millard Fillmore was born in this type of frontier house", + "output": [ + "a log cabin" + ] + }, + { + "id": "openseek-7-4114cc830c7b4fce92d3e64680e2ef34", + "input": "Category: THE OSCARS \nClue: She broke an Academy ban when she walked up to receive her \"Darling\" Oscar in 1966 in a mini-dress", + "output": [ + "julie christie" + ] + }, + { + "id": "openseek-7-9a417d5f58b04d2782b50bfe30b16d92", + "input": "Category: PATENTS \nClue: 1975: Donald Bateman's ground proximity warning system designed for use in these", + "output": [ + "airplanes" + ] + }, + { + "id": "openseek-7-1d86719c72394451a33a8b41d58761a5", + "input": "Category: GODS & GODDESSES \nClue: Dis & Orcus are alternative names for this god of the underworld", + "output": [ + "pluto" + ] + }, + { + "id": "openseek-7-438320348e904d5689efbca58e7695b7", + "input": "Category: HUEY, DEWEY OR LOUIS \nClue: \"The Shadow Riders\" & \"The Quick and the Dead\" are 2 of the many novels of the Old West by this author", + "output": [ + "louis l\\'amour" + ] + }, + { + "id": "openseek-7-c98db4b620d9456c807133b280884ba6", + "input": "Category: LEISURE ACTIVITIES \nClue: In origami, folding paper down, away from you, is a mountain fold; folding it up toward you is this opposite", + "output": [ + "a valley" + ] + }, + { + "id": "openseek-7-3b4d5046bbc74298b0f07021d3043d08", + "input": "Category: THAT'S THE FACT, JACK! \nClue: This Norse god hammered Hrungnir to death", + "output": [ + "thor" + ] + }, + { + "id": "openseek-7-a2878d9eb51745c5b4a32239e8970fe4", + "input": "Category: HIGH SCHOOLS \nClue: Led by Lew Alcindor, Power Memorial in NYC won 71 straight games in this sport 1962-65", + "output": [ + "basketball" + ] + }, + { + "id": "openseek-7-6ef8218d8fb44635bddffb12c97e8eb6", + "input": "Category: SMELLS \nClue: There may be a shortage of first-hand accounts, but this gas smells like bitter almonds", + "output": [ + "hydrogen cyanide" + ] + }, + { + "id": "openseek-7-1f2d835702d341808b8339ca2d0fbf83", + "input": "Category: KING OF THE IMPOSSIBLE \nClue: In 2007 Bryan Berg built a free-standing house, 25' 9\" high, using 93,600 of these; that's a big deal", + "output": [ + "playing cards" + ] + }, + { + "id": "openseek-7-6c35af8e5a0343e6bca74189139831bd", + "input": "Category: RELIGIOUS NUMBERS \nClue: At Maundy Thursday mass, a priest traditionally washes the feet of this many people", + "output": [ + "12" + ] + }, + { + "id": "openseek-7-5d0919306ef9405abd2720ba76e9464c", + "input": "Category: THE ONLY \nClue: Javier Sotomayor, the only man to clear 8 feet in this track & field event, retired in 2001", + "output": [ + "the high jump" + ] + }, + { + "id": "openseek-7-cb51156e27a341cbb467a0492a3ae1dc", + "input": "Category: E3 \nClue: A person who's busy on Election Day might cast his vote this way", + "output": [ + "absentee" + ] + }, + { + "id": "openseek-7-038b948cc24942888d37a124528ad6ac", + "input": "Category: GETTING MARRIED \nClue: The extended cathedral length of one of these is over 9 feet long & doesn’t include a dining car", + "output": [ + "train" + ] + }, + { + "id": "openseek-7-263b4a60a6d84f5685fa6ea7c4fea9e1", + "input": "Category: '90s MOVIES \nClue: Julia Roberts tries to steal Cameron Diaz' fiance Dermot Mulroney in this 1997 blockbuster", + "output": [ + "my best friend\\'s wedding" + ] + }, + { + "id": "openseek-7-6151d5a53d6840588ed95bf8dde62610", + "input": "Category: CANADA \nClue: The provincial government is officially known as the government of Newfoundland & this region", + "output": [ + "labrador" + ] + }, + { + "id": "openseek-7-89f2df783fb04ab0b597e9abbc80863b", + "input": "Category: ELVIS \nClue: In 1962 the Everly Brothers were \"Crying in the Rain\" & 3 years later Elvis was \"Crying\" here", + "output": [ + "crying in the chapel" + ] + }, + { + "id": "openseek-7-955212851e1a4d9aaabb208e9c933045", + "input": "Category: 1999 COMMENCEMENT SPEAKERS \nClue: At the U. of Richmond this retired general stormed on about how character is what counts in leadership", + "output": [ + "norman schwarzkopf" + ] + }, + { + "id": "openseek-7-f46d5c611f1544bfb0f5ee7c6c49423c", + "input": "Category: \"POO\" POURRI \nClue: Once used at sea, it's a spearlike weapon with a barbed head", + "output": [ + "a harpoon" + ] + }, + { + "id": "openseek-7-1ebf615ea6314cd4987958508a229e53", + "input": "Category: THE RIVER \nClue: Have some pizza in Pisa, Italy as you sail down this river with a 4-letter name", + "output": [ + "the arno" + ] + }, + { + "id": "openseek-7-2ce658cd5e954c01b68f98609a786490", + "input": "Category: STARTS WITH “B” \nClue: From Greek for “great hunger” beating this behavior syndrome is among Jane Fonda's causes", + "output": [ + "bulimia" + ] + }, + { + "id": "openseek-7-cdfe039752d04fbbad478276bd46149f", + "input": "Category: FIRST LADIES \nClue: When she married the future president in 1759, she was said to be the richest marriageable woman in Virginia", + "output": [ + "martha washington" + ] + }, + { + "id": "openseek-7-5db4a3b708524000a6b4f7cca931304b", + "input": "Category: ROCK'S FRONTMEN & WOMEN \nClue: Ozzy Osbourne", + "output": [ + "black sabbath" + ] + }, + { + "id": "openseek-7-7cee2a1dd4754d139579a03aead1d2ec", + "input": "Category: MTV \nClue: MTV has been a big supporter or RTV, this organization that encourages young people to be active in politics", + "output": [ + "rock the vote" + ] + }, + { + "id": "openseek-7-50d8ed7c57684efbab346044545e5696", + "input": "Category: AFRICAN ISLANDS \nClue: Parts of this capital city lie on the islands of Gezira & Roda in the Nile River", + "output": [ + "cairo" + ] + }, + { + "id": "openseek-7-f24ecae755b34d89a91ff77ddb2c9ebf", + "input": "Category: BUSINESS & INDUSTRY \nClue: This company had a thinnovation with its \"Air\" computer", + "output": [ + "apple" + ] + }, + { + "id": "openseek-7-a75383cfae1948d1b8b90335caa8a513", + "input": "Category: MAD \nClue: In April 2002 this network renewed its \"Mad TV\" for 2 more seasons", + "output": [ + "fox" + ] + }, + { + "id": "openseek-7-0734c7f6a8044b228a41955f1db57609", + "input": "Category: CROSSWORDS \nClue: A decade after crosswords were invented, this company with an alliterative name published the 1st book of them", + "output": [ + "simon & schuster" + ] + }, + { + "id": "openseek-7-a2eda5e4950948e9b26bfa3effd6961e", + "input": "Category: 1941 \nClue: In July he was made lieutenant general & named commander in chief of all U.S. forces in the Far East", + "output": [ + "douglas macarthur" + ] + }, + { + "id": "openseek-7-67c39f7cd0084d969510f8a3ba949488", + "input": "Category: \"T\" ZONES \nClue: It was Montezuma's capital", + "output": [ + "tenochtitlán" + ] + }, + { + "id": "openseek-7-c2dc8795895a4f32b4e38eef700b5620", + "input": "Category: IF THEY MARRIED... \nClue: Ms. Khan, once the lead singer of Rufus, feels for Senator Trent & gets this sweet name", + "output": [ + "chaka lott" + ] + }, + { + "id": "openseek-7-478a240f60c54cf68b4ce2cacaff7ffe", + "input": "Category: GLAND CENTRAL STATION \nClue: These glands located above each kidney secrete steroids & epinephrine", + "output": [ + "adrenal glands" + ] + }, + { + "id": "openseek-7-c7088364652e4d3c91bb398a40ac5132", + "input": "Category: I LIKE TO DECORATE \nClue: Originally, sequins were worn to show off one's wealth; the word \"sequin\" comes from the Arabic for this object", + "output": [ + "a coin" + ] + }, + { + "id": "openseek-7-7c837a993b704af88bc89ba5840014f6", + "input": "Category: WOMEN IN MUSIC \nClue: Barbra Streisand sings \"Some Day My Prince Will Come\" on the 2001 deluxe DVD edition of this Disney classic", + "output": [ + "snow white" + ] + }, + { + "id": "openseek-7-c87fb8d00b63480aa907dc099fe3de98", + "input": "Category: \"THE\" BEGINNING \nClue: The first law of this states that energy in a system cannot be created or destroyed", + "output": [ + "thermodynamics" + ] + }, + { + "id": "openseek-7-543eb653f3f64d82a576b9e48b8d5e06", + "input": "Category: PHYSICAL SCIENCE \nClue: A space telescope to be launched by the space shuttle in 1990 is named for this 20th century astronomer", + "output": [ + "edwin hubble" + ] + }, + { + "id": "openseek-7-4d425323b5974f6dad76203b452d4aa6", + "input": "Category: WEDDINGS \nClue: It's the festive-sounding name for one who officiates at a wedding", + "output": [ + "the celebrant" + ] + }, + { + "id": "openseek-7-cb18bd9926d049bcb77f3e24c7103958", + "input": "Category: THEY'RE IN HOW I MET YOUR MOTHER \nClue: In \"I Love You, Man\", Jason Segel gets put in a sleeper hold by this ex-\"Incredible Hulk\"", + "output": [ + "ferrigno" + ] + }, + { + "id": "openseek-7-74c647085da941c9b6aa543fe3a6bed8", + "input": "Category: RIFF RAFF \nClue: Once named by Guinness as the world's loudest rock band, they scored with \"Smoke on the Water\" at No. 4", + "output": [ + "deep purple" + ] + }, + { + "id": "openseek-7-05057cd1685445dfa355cdd580928118", + "input": "Category: GEOGRAPHICAL EXTREMES \nClue: Seixas Point, the easternmost point on the mainland of the Americas, lies in this country", + "output": [ + "brazil" + ] + }, + { + "id": "openseek-7-d2fbf4ec0f9f4f8abe6b3e7806bbc141", + "input": "Category: 5-LETTER WORDS \nClue: Among his \"Marx\" of success were silence & musical virtuosity", + "output": [ + "harpo" + ] + }, + { + "id": "openseek-7-b5ffce11c96d480d87d8e58c3f31267f", + "input": "Category: USC \nClue: USC's center for this country's music, open since 1985, features the works of Andrzej Koszewski, among others", + "output": [ + "poland" + ] + }, + { + "id": "openseek-7-f0b2941c57db409e915f83fe323603e5", + "input": "Category: BIBLICAL MADNESS \nClue: This man's diet of locusts & wild honey led some to think he was possessed", + "output": [ + "john the baptist" + ] + }, + { + "id": "openseek-7-27507018a10c42fa9af69ffd6c588334", + "input": "Category: AIRPORT CODES \nClue: From the initials of the man it's named for, the larger of Paris' 2 airports has this 3-letter code", + "output": [ + "cdg" + ] + }, + { + "id": "openseek-7-986e429deaa44e7ba9584c6874c834d6", + "input": "Category: CANDLE IN THE WIND \nClue: Candles can be made of animal fat or this nonglycerine substance used as early as 3000 B.C.", + "output": [ + "beeswax" + ] + }, + { + "id": "openseek-7-f73c75088c364a48882de8ce0e8e4a06", + "input": "Category: MARINE BIOLOGY \nClue: The small fish of the genus Hippocampus can change its color & has 2 eyes that move independently", + "output": [ + "a sea horse" + ] + }, + { + "id": "openseek-7-dc16512e2720485494fcaaa49b628438", + "input": "Category: WHAT THE KIDS ARE CALLING IT \nClue: On your phone & in conversation, these numbers mean information", + "output": [ + "411" + ] + }, + { + "id": "openseek-7-e42df61116074629b4679c3f2eaf2463", + "input": "Category: MOVIE TITLE CHARACTERS \nClue: This silent comic played the title role in \"The Saphead\" & \"Sherlock Jr.\", but not in \"The General\"", + "output": [ + "buster keaton" + ] + }, + { + "id": "openseek-7-174a08b2cd0c4610a9f5409f52e8725d", + "input": "Category: FIRST AID \nClue: Mild sunburn is classified as this-degree burn, when the skin reddens but doesn't blister", + "output": [ + "a first-degree burn" + ] + }, + { + "id": "openseek-7-3b85be24ae2346c88945ebda59bb2101", + "input": "Category: PAIR CAPITA \nClue: In a tragic Babylonian love story recounted by Ovid, Pyramus is paired with this fair maiden", + "output": [ + "thisbe" + ] + }, + { + "id": "openseek-7-c647085355d34a1dbe249b38cd069813", + "input": "Category: TRAVEL & TOURISM \nClue: Game is served at Aranymokus Kertvendeglo (The Golden Squirrel Garden), a restaurant in this Magyar capital", + "output": [ + "budapest" + ] + }, + { + "id": "openseek-7-5f2f06e3bbd242709ea07e4d3b4ba849", + "input": "Category: NOVEL \"T\"s \nClue: The full title of this sequel continues \"and What Alice Found There\"", + "output": [ + "through the looking-glass" + ] + }, + { + "id": "openseek-7-1997c46f42244c92af0888767d5bd80d", + "input": "Category: MONTANA \nClue: The Wolf Point Wild Horse Stampede is Montana's oldest of these events where cowboys strut their stuff", + "output": [ + "a rodeo" + ] + }, + { + "id": "openseek-7-74f145c80cee4767a92102154532e0ff", + "input": "Category: EFFECTS \nClue: This 19th century Frenchman gave his name to an effect by which oxygen inhibits fermentation", + "output": [ + "pasteur" + ] + }, + { + "id": "openseek-7-0f5acef1f9d946ef85f0130fbb41b93f", + "input": "Category: INTERNET FAVORITES \nClue: Thousands of prisoners in the Philippines re-enacted the moves of the video of this Michael Jackson hit", + "output": [ + "\"thriller\"" + ] + }, + { + "id": "openseek-7-95405c77dd494d7b9dd627178a361ca3", + "input": "Category: FAMILY DRAMA \nClue: His \"All My Sons\" centers on Joe Keller, whose shoddy plane parts led to the death of his son & other pilots in WWII", + "output": [ + "arthur miller" + ] + }, + { + "id": "openseek-7-0239381a30844a93b84c84265a6232ff", + "input": "Category: BY THE BOOKS \nClue: \"The 42nd Parallel\" begins one of his trilogies; \"Adventures of A Young Man\" begins another", + "output": [ + "john dos passos" + ] + }, + { + "id": "openseek-7-20da947a915a487cbe84a9cf325ccc56", + "input": "Category: ART \nClue: The name of this heavily decorated & frothy 18th century style was coined by Maurice Quai as a term of ridicule", + "output": [ + "rococo" + ] + }, + { + "id": "openseek-7-1ca748f959a64acd8080c09b8582608b", + "input": "Category: WHAT AILS \"IA\" \nClue: Chico asks Groucho not to wake Harpo because \"he's got\" this ailment -- \"he's trying to sleep it off\"", + "output": [ + "insomnia" + ] + }, + { + "id": "openseek-7-830310bc4ddd42b88bf367814830a140", + "input": "Category: BEASTLY EXPRESSIONS \nClue: When you anger or annoy someone, you \"get his\" this", + "output": [ + "goat" + ] + }, + { + "id": "openseek-7-d7856fe33b02455e848ea2ad5aaaa8a1", + "input": "Category: ART & ARTISTS \nClue: This famous series of paintings by Edward Hicks depicts animals living together in peace & harmony", + "output": [ + "\"peaceable kingdom\"" + ] + }, + { + "id": "openseek-7-d5f2a586473b4cb49e396116e2ddd1ab", + "input": "Category: U.S. PACIFIC DEPENDENCIES \nClue: Lying in the \"belt\" for these storms in the western Pacific, Guam gets 80\" or more of rain each year", + "output": [ + "typhoons" + ] + }, + { + "id": "openseek-7-f7f14384ac7643ea9e7e0fcd50d0e596", + "input": "Category: 20th CENTURY WOMEN \nClue: (Hi, I'm Kristi Yamaguchi) In 1992 I became the first American woman to win an Olympic gold medal in figure skating since this woman in 1976", + "output": [ + "dorothy hamill" + ] + }, + { + "id": "openseek-7-d80d2e59a1a04ab2bb6a98fcf0c6359e", + "input": "Category: STRAIT AHEAD \nClue: Hydrologically, Lake Huron & Lake Michigan are one lake since they are connected by this strip of water", + "output": [ + "the strait of mackinac" + ] + }, + { + "id": "openseek-7-b2f46d31987b4b5abb7f73af058958b0", + "input": "Category: VALUABLE PLACES \nClue: Hickham Field sustained damage during the Japanese attack on this nearby site December 7, 1941", + "output": [ + "pearl harbor" + ] + }, + { + "id": "openseek-7-6fea57b063564288bb29651071cdbab2", + "input": "Category: \"MY\" BABY \nClue: Agamemnon was from this region that was an important center in ancient Greece", + "output": [ + "mycenae" + ] + }, + { + "id": "openseek-7-07636b00f86442269f2aef0e48ff59b3", + "input": "Category: PEOPLE IN HISTORY \nClue: Before designing the first successful steamboat, he worked as a portrait painter", + "output": [ + "robert fulton" + ] + }, + { + "id": "openseek-7-fe65397ba4754d7cb4baf01ea16f1da5", + "input": "Category: LITERATURE \nClue: In the Andersen tale, at age 15 she swims to the ocean's surface & views the world above for the first time", + "output": [ + "the little mermaid" + ] + }, + { + "id": "openseek-7-d33b9e3479bc48168a84f23ce4d948c5", + "input": "Category: THE MIDWEST \nClue: In mid-July 1995 this climatic extreme killed hundreds of Midwesterners, many elderly", + "output": [ + "heat wave" + ] + }, + { + "id": "openseek-7-136a7118483f49dc9a5836b829a83593", + "input": "Category: WORLDWIDE PANTS \nClue: In the '50s you could wear these pants to go with & rhyme with your white bucks", + "output": [ + "white ducks" + ] + }, + { + "id": "openseek-7-1cb3d6839ae74c35891c7cab9a3eb279", + "input": "Category: HISTORY \nClue: Amsterdam was chartered as a city in 1300 & joined this confederation of cities 69 years later", + "output": [ + "the hanseatic league" + ] + }, + { + "id": "openseek-7-8e1d8986e8a84b1db73b2171f3472964", + "input": "Category: PLANE TALK \nClue: The plane he used for his 1960 presidential campaign was named Caroline", + "output": [ + "john f. kennedy" + ] + }, + { + "id": "openseek-7-8df7f5093054484ab11149c2226ae652", + "input": "Category: X, Y, Z \nClue: Sergeant Preston's beat", + "output": [ + "the yukon" + ] + }, + { + "id": "openseek-7-8e4b2bd1aff94c1382427c684edda2d6", + "input": "Category: BALL GAMES \nClue: In 1869 the Cincinnati Red Stockings became the first professional team in this sport", + "output": [ + "baseball" + ] + }, + { + "id": "openseek-7-65be8ae79e8b40dcb21f78d9e26c0290", + "input": "Category: FRANZ FERDINAND \nClue: The European capital city where he fell to his assassin's bullets", + "output": [ + "sarajevo" + ] + }, + { + "id": "openseek-7-d8d730f345be45eeaa4ccfde5dac971c", + "input": "Category: TV VARIETY SHOWS \nClue: This comedienne ended her telecasts by tugging her ear, a personal message to her grandmother", + "output": [ + "carol burnett" + ] + }, + { + "id": "openseek-7-6046ee07e04c4833861d118d44fe232a", + "input": "Category: HOMOPHONIC PROPER NAMES \nClue: A narrow opening in rock, or the last name of a \"Star Wars\" character", + "output": [ + "fissure/fisher" + ] + }, + { + "id": "openseek-7-b477bf4d41134f4fb8f1b5763dde5415", + "input": "Category: IT'S ALL A BUNCH OF LIES \nClue: This \"hot\" hit by the Doors begins, \"You know that it would be untrue, you know that I would be a liar...\"", + "output": [ + "\"light my fire\"" + ] + }, + { + "id": "openseek-7-6229caf550e8481d960121198565d994", + "input": "Category: MYTHOLOGY \nClue: This Greek mountain was the home of the gods", + "output": [ + "mount olympus" + ] + }, + { + "id": "openseek-7-a75f55142dd14eb5a727d1685a9a0946", + "input": "Category: AMERICAN PLACES \nClue: Named for an Army chaplain, this city near Phoenix boasts more than 300 sunny days per year", + "output": [ + "scottsdale" + ] + }, + { + "id": "openseek-7-5170701ddd0f4608b8f6b81a3c51bdd3", + "input": "Category: FUN STUFF \nClue: A historic flight in one of these went over Paris Nov. 21, 1783; today many fly in them for fun", + "output": [ + "a hot air balloon" + ] + }, + { + "id": "openseek-7-9e064db98028493dba10257f7bb370e1", + "input": "Category: GO ON A DIET \nClue: All foods have a point value & you're given an assigned daily point total at a meeting in this Heinz-owned plan", + "output": [ + "weight watchers" + ] + }, + { + "id": "openseek-7-f4e9a022fa3c43548de347d5e083944e", + "input": "Category: ANGEL \nClue: In the 9 orders of angels, this group that includes Michael ranks second-lowest", + "output": [ + "archangels" + ] + }, + { + "id": "openseek-7-2ea2c5d8c1ed4249af364616ba02a257", + "input": "Category: ANCIENT HISTORY \nClue: Egyptian priests noticed a link between the appearance of this \"dog star\" & the flooding of the Nile", + "output": [ + "sirius" + ] + }, + { + "id": "openseek-7-931a48a823684847b05139b1f8e0e9f7", + "input": "Category: PLAYING FOOTBALL FOR VOCABULARY \nClue: 6-letter word for fishing equipment", + "output": [ + "tackle" + ] + }, + { + "id": "openseek-7-08bbbe8a57c34bec8df4e2018ece58d3", + "input": "Category: PARENTAL PAST LIVES \nClue: Dad spent a year training for the priesthood in this type of school, from the Latin for \"seed\"--lucky for you, he quit", + "output": [ + "seminary" + ] + }, + { + "id": "openseek-7-a25097ccaef54ce0b38d9385c20c1345", + "input": "Category: THE JOY OF 6-LETTER WORDS \nClue: The \"truth\" is it was the Communist Party's newspaper in the USSR", + "output": [ + "pravda" + ] + }, + { + "id": "openseek-7-781fda054e724801b0be7e64802db99b", + "input": "Category: ISLANDS \nClue: It's the largest city on Canada's Vancouver Island", + "output": [ + "victoria" + ] + }, + { + "id": "openseek-7-f9438fbb8c364835851813bd1c0def4f", + "input": "Category: MUCH ADO ABOUT NUTTING \nClue: A main source of these nuts is the Amazon River region", + "output": [ + "brazil nuts" + ] + }, + { + "id": "openseek-7-7b008e5830194028be34cd7932bed608", + "input": "Category: MUSEUMS \nClue: This city's Accademia features work by native sons Giorgione & Canaletto", + "output": [ + "venice" + ] + }, + { + "id": "openseek-7-5c7af0c55b8c46509673eb68127ae090", + "input": "Category: BRITISH LIT \nClue: Elizabeth Bennet eventually falls in love with Mr. Darcy in this classic by Jane Austen", + "output": [ + "pride and prejudice" + ] + }, + { + "id": "openseek-7-8cdce4d423b246fa90cce470aea3defd", + "input": "Category: THE NO-FLY LIST \nClue: The neck accounts for almost half the height of this largest living bird, a flightless species", + "output": [ + "the ostrich" + ] + }, + { + "id": "openseek-7-51925130a23e4bd3af2af60ff2424cdb", + "input": "Category: FILMS FROM COMIC BOOKS \nClue: Jake Gyllenhaal was reportedly ready to take over this role after Tobey Maguire suffered back pains", + "output": [ + "spider-man" + ] + }, + { + "id": "openseek-7-1f3f8457fe454a73b95e0c3a508174ca", + "input": "Category: TOP O' THE CHARTS \nClue: In 1991 this heartthrob took Percy Sledge's \"When A Man Loves A Woman\" back to the top spot", + "output": [ + "michael bolton" + ] + }, + { + "id": "openseek-7-e4fbe6d39f284ff7b490683a7981f4af", + "input": "Category: AUSTRALIAN CAPITALS \nClue: Named for a British naturalist, it's Australia's northernmost capital", + "output": [ + "darwin" + ] + }, + { + "id": "openseek-7-df4bdb44d3a547659738417cde0cace0", + "input": "Category: CHRONICLES \nClue: Jean Froissart died in his 60s around 1400, so he only got to chronicle about half of this war", + "output": [ + "hundred years\\' war" + ] + }, + { + "id": "openseek-7-61a4091975e04a558a2a0ab190d2f017", + "input": "Category: WORLD \"C\"ITIES \nClue: Strolling on the palm-lined Promenade de la Croisette is a must in this French film festival town", + "output": [ + "cannes" + ] + }, + { + "id": "openseek-7-504e1a85c5f74e87aa4cd23de68eb673", + "input": "Category: THE \"FIFTH\" ELEMENT \nClue: Deuteronomy", + "output": [ + "the fifth book of the bible" + ] + }, + { + "id": "openseek-7-10348b59790c4fa3ac689c13d1c89276", + "input": "Category: GO \"SOUTH\" \nClue: ...to this body of water that includes the Gulf of Tonkin & the Gulf of Thailand", + "output": [ + "the south china sea" + ] + }, + { + "id": "openseek-7-75b88e062ba04995b1e2e2c3f099632b", + "input": "Category: LIFE IN DES MOINES \nClue: Des Moinesians keep current with this newspaper, founded in a log cabin in 1849", + "output": [ + "the des moines register" + ] + }, + { + "id": "openseek-7-ec11465220234e84b8c68be32864a8a1", + "input": "Category: MILLENNIUM MOMENTS \nClue: In 1543 Copernicus added that while it's the center of the universe, it's not the true center of all space", + "output": [ + "the sun" + ] + }, + { + "id": "openseek-7-36493fc61c224f3a9c2ef8ad32240333", + "input": "Category: THOSE WACKY CANADIANS \nClue: This man from Alliston, Ontario went with the best, Charles Best, to jointly discover insulin", + "output": [ + "dr. frederick banting" + ] + }, + { + "id": "openseek-7-1ceb46647ff443eb86bf56587e33557b", + "input": "Category: STUFF \nClue: StuffIt, which makes computer files smaller, is this type of program, also a kind of wave or bandage", + "output": [ + "compression" + ] + }, + { + "id": "openseek-7-d064897a32f8443d994d66bcc5bdaabd", + "input": "Category: GENERALLY SPEAKING \nClue: Before Powell, 1 of 2 4-star generals who went on to become Secretary of State", + "output": [ + "alexander haig or george marshall" + ] + }, + { + "id": "openseek-7-9a90403037944ccba92fff814278eee5", + "input": "Category: ANAGRAMS \nClue: Tom touts this as the best beer", + "output": [ + "stout" + ] + }, + { + "id": "openseek-7-30ac6f9d6e774c4baa27a2ca8cee1ebb", + "input": "Category: 1981 \nClue: In December a Peruvian named Javier Perez de Cuellar was named to this post", + "output": [ + "u.n. secretary-general" + ] + }, + { + "id": "openseek-7-3aa75ad3061645929743ab3c1f3ccb0b", + "input": "Category: SCIENCE STUFF \nClue: This type of rock that develops from magma can be divided into 2 groups: extrusive & intrusive", + "output": [ + "igneous rock" + ] + }, + { + "id": "openseek-7-39aacb60fd614348b832fa4b2fe7e268", + "input": "Category: \"PARKER\" HOUSE \nClue: On FOX TV from '90 - '93, this title character couldn't \"lose\"", + "output": [ + "parker lewis" + ] + }, + { + "id": "openseek-7-6cfbb4b0aca14757a93dbd6b8f7bc614", + "input": "Category: VOCABULARY \nClue: A person who eats only milk & plant products may be described by this 15-letter word", + "output": [ + "a lactovegetarian" + ] + }, + { + "id": "openseek-7-b0cb9e25630e4036b0efdef4f19791a6", + "input": "Category: THE WOK OF FAME \nClue: Some people may have adverse reactions to this Chinese food flavor enhancer that's also called \"Mei-Jing\"", + "output": [ + "msg" + ] + }, + { + "id": "openseek-7-f9bacd1b513d4afb8c85c3a1f7744a91", + "input": "Category: SHOWING YOU THE ANNE HATHAWAY \nClue: Anne got an Oscar nomination for this 2008 film in which she was the troubled sister of the bride", + "output": [ + "rachel getting married" + ] + }, + { + "id": "openseek-7-231af8e787ac46cfb3f8d576886dcb2f", + "input": "Category: FOREIGN WORDS & PHRASES \nClue: In Dutch, apricots are abrikozen, figs are vijgen & this fruit is kokosnoot", + "output": [ + "coconut" + ] + }, + { + "id": "openseek-7-cdeadafb335a431888ede59db3c49275", + "input": "Category: BROADWAY LYRICS \nClue: This \"Oklahoma!\" vehicle's \"Wheels are yeller, the upholstery's brown, the dashboard's genuine leather\"", + "output": [ + "the surrey with the fringe on top" + ] + }, + { + "id": "openseek-7-76077168fad5435681a667c9f002338e", + "input": "Category: WORLD FLAGS \nClue: Libya's national flag is solid green & represents this religion", + "output": [ + "islam" + ] + }, + { + "id": "openseek-7-b6306288904744bfb3a5875bff6523d8", + "input": "Category: FILM FESTIVALS \nClue: 2-word name for the grand prize at the Berlin Film Festival, or for golfer Jack Nicklaus", + "output": [ + "golden bear" + ] + }, + { + "id": "openseek-7-171565a6a159450d9f4fbb493e14e0dc", + "input": "Category: GOING \"KNOT\"S! \nClue: In Greek myth it was the King of Phrygia & father of Midas who tied this knot that no one could untie", + "output": [ + "the gordian knot" + ] + }, + { + "id": "openseek-7-553dd43a975d47d5bbb125d2a8187578", + "input": "Category: NAME THE JAMES \nClue: ...who was convicted of assassinating Martin Luther King, Jr.", + "output": [ + "james earl ray" + ] + }, + { + "id": "openseek-7-ac5a443c07d14f0e9a992df9d7f7f730", + "input": "Category: EARTH \nClue: Heat rising from within the Earth is mostly from this type of decay of elements like uranium & thorium", + "output": [ + "radioactive decay" + ] + }, + { + "id": "openseek-7-b27472dd874c4652b3f9d6899959d60b", + "input": "Category: LEADING \"ROLL\"s \nClue: Jazz great Morton, or his sweet snack", + "output": [ + "jelly roll" + ] + }, + { + "id": "openseek-7-8f48b4e6df0c4fdeaa45a5e78b16421b", + "input": "Category: HE WAS IN THAT? \nClue: As a child Robert Blake played a Mexican boy in this Bogart classic directed by John Huston", + "output": [ + "\"the treasure of the sierra madre\"" + ] + }, + { + "id": "openseek-7-9592c237b78a484b852064fb69de1c67", + "input": "Category: FREUD \nClue: The one great question Freud said he could not answer was \"What does\" one of these \"want?\"", + "output": [ + "a woman" + ] + }, + { + "id": "openseek-7-47fd4ca2bc4941afbdf1e29f38bb6e91", + "input": "Category: STOCK ANSWERS \nClue: BGG is the stock symbol of this big name in small gas engines", + "output": [ + "briggs & stratton" + ] + }, + { + "id": "openseek-7-9226a56babbc4d99b293062c64d499b7", + "input": "Category: \"E\"PICS \nClue: Judy Garland & Fred Astaire joined forces for this holiday classic", + "output": [ + "easter parade" + ] + }, + { + "id": "openseek-7-67568d947a39460594822d69fcd6daf5", + "input": "Category: ON AVERAGE \nClue: With 32, workers in Sweden take more of these per year than workers in any other country", + "output": [ + "vacation days" + ] + }, + { + "id": "openseek-7-6c13faccf11744f39e706405c5b463df", + "input": "Category: TRUCKIN' \nClue: This maker of heavy duty trucks was founded by T.A. Peterman, who needed rigs to haul his lumber", + "output": [ + "peterbilt" + ] + }, + { + "id": "openseek-7-0e5bbbd9262e4656af3348b390a9f86f", + "input": "Category: THE HUMAN BODY \nClue: Of blood, sweat or tears, the one that's not a product of an exocrine gland", + "output": [ + "blood" + ] + }, + { + "id": "openseek-7-8be975f8ed0b4840820a1ed64efc387e", + "input": "Category: CLEVELAND ATHLETES \nClue: In 2003 he went directly from high school to the Cleveland Cavaliers & became the NBA's Rookie of the Year", + "output": [ + "lebron james" + ] + }, + { + "id": "openseek-7-09c0fec629af444db8b8e7a5e310b5e0", + "input": "Category: ANIMAL ANAGRAMS \nClue: Kay got to ride this animal when she visited Tibet", + "output": [ + "yak" + ] + }, + { + "id": "openseek-7-718dcf0d25ed4ab985c3ecefe85a712b", + "input": "Category: THE ANCIENTS SPEAK \nClue: This Greek lawmaker wrote about relieving citizens' debt, saying one \"who was enslaved is now free\"", + "output": [ + "solon" + ] + }, + { + "id": "openseek-7-0619f0c68de94c43bf5b49f4959763b1", + "input": "Category: THE ADVENTURES OF SHERLOCK HOLMES \nClue: Holmes goes to see a man about a dog in this 1902 novel about a deadly legend", + "output": [ + "the hound of the baskervilles" + ] + }, + { + "id": "openseek-7-b282460a636b4ca9bbe4fed197272992", + "input": "Category: SINGLE-NAMED SINGERS \nClue: This singer, seen here in concert, is the subject of a 1997 film:", + "output": [ + "selena" + ] + }, + { + "id": "openseek-7-a64e29c9a1664f7ab9c0af7d82b1db7c", + "input": "Category: HEADGEAR \nClue: Sikh & you shall find the name of this headcovering", + "output": [ + "turban" + ] + }, + { + "id": "openseek-7-ecbe853e7b6049ab97361d5f852f6971", + "input": "Category: THE GREEK LETTER EQUIVALENT \nClue: K", + "output": [ + "kappa" + ] + }, + { + "id": "openseek-7-207b4a5205864015a695e95374abe59a", + "input": "Category: RECORD LOSSES IN 2005 \nClue: Named for a sport that embodies high society, this Ralph Lauren co. was hacked for 180,000 credit card numbers", + "output": [ + "polo" + ] + }, + { + "id": "openseek-7-f7ce9e03f88145b49857afb9519a0d08", + "input": "Category: AMERICAN TRAFFIC SIGNS \nClue: Bring extra batteries, this kind of exploring ahead", + "output": [ + "cave exploring" + ] + }, + { + "id": "openseek-7-f0f6876af398424eb5741242a9c2ac59", + "input": "Category: MADAM SENATOR \nClue: Olympia Snowe & Susan Collins represent this state that elected Margaret Chase Smith to both houses", + "output": [ + "maine" + ] + }, + { + "id": "openseek-7-264dee5744aa4c30acacd35149d3573b", + "input": "Category: SEEING RED AT THE MOVIES \nClue: Moira Shearer made her movie debut in this film about a ballerina caught between 2 men", + "output": [ + "the red shoes" + ] + }, + { + "id": "openseek-7-a321b26091ca4c79a17553ba0259dfe0", + "input": "Category: SCIENCE & NATURE \nClue: It's the largest & most economically important family of conifers", + "output": [ + "pine" + ] + }, + { + "id": "openseek-7-d790e0da8ddf4918a3f9554ceca4a979", + "input": "Category: HIDDEN DVD TREATS \nClue: Press Enter every time Ben Stiller, as White Goodman, snaps his fingers in this pseudo-sports film & you'll see a treat", + "output": [ + "dodgeball" + ] + }, + { + "id": "openseek-7-41a431ba6ddf40e9aea0b190154eab5e", + "input": "Category: ACTORS & ACTRESSES \nClue: This star of \"XXX\" was also the voice of the title character in 1999's \"The Iron Giant\"", + "output": [ + "vin diesel" + ] + }, + { + "id": "openseek-7-aa9c80c66ce349418ecc6d007935e72f", + "input": "Category: ANNUAL EVENTS \nClue: Milwaukee's yearly Lakefront Festival of the Arts takes place at the War Memorial Center on this lake", + "output": [ + "lake michigan" + ] + }, + { + "id": "openseek-7-51d5497ca12d42b59a9436cb55cd0b7f", + "input": "Category: MADE TO MEASURE \nClue: Use a gou in Asia if you want to measure a cup of this for an electric cooker", + "output": [ + "rice" + ] + }, + { + "id": "openseek-7-ec0198502801427397e57405ce533c74", + "input": "Category: 4.O \nClue: One is filled with pupils", + "output": [ + "a schoolroom" + ] + }, + { + "id": "openseek-7-c43d1c7911e2492ea25883fa4ae1462b", + "input": "Category: EGAD! MORE POET-TREE! \nClue: \"The Haunted Tree\" is a haunting poem by this Lake poet", + "output": [ + "william wordsworth" + ] + }, + { + "id": "openseek-7-0bf68762b9d041aeb5e97e407e343cf0", + "input": "Category: SOFT \"C\" \nClue: Masterly concern of an MC", + "output": [ + "ceremonies" + ] + }, + { + "id": "openseek-7-2c7ade3eeee043f4a354ff4987c27556", + "input": "Category: A ROLE IN THE HAY \nClue: In 1939 this future Beverly Hillbilly starred as Elmer Whipple in the Broadway musical \"Yokel Boy\"", + "output": [ + "ebsen" + ] + }, + { + "id": "openseek-7-ba561e1d89b74a6db037618c3bfae228", + "input": "Category: TAKING STOCK \nClue: If you enjoy squeezing its Charmin, you can thank this company, \"PG\"", + "output": [ + "procter & gamble" + ] + }, + { + "id": "openseek-7-49384efd77684026a985567a09a5bb13", + "input": "Category: BASEBALL \nClue: Tony Gwynn of this National League team has the highest career average of all active players with .340", + "output": [ + "san diego padres" + ] + }, + { + "id": "openseek-7-04477d47007e49729a8acefc7026d1fb", + "input": "Category: WILDLIFE \nClue: Bison may have reached America during the Pleistocene epoch via a land bridge across what's now this strait", + "output": [ + "the bering strait" + ] + }, + { + "id": "openseek-7-63f922156f5d47d2ba36cc71a76cc6a1", + "input": "Category: FOREIGN FILMS \nClue: This hero of 3 Satyajit Ray films shares his name with the Kwik-E-Mart proprietor on \"The Simpsons\"", + "output": [ + "apu" + ] + }, + { + "id": "openseek-7-a8c1fe71906445459a165c2885788dd6", + "input": "Category: LITERATURE \nClue: His famous story \"The Tell-Tale Heart\" tells us, \"It was not the old man who vexed me, but his evil eye\"", + "output": [ + "edgar allan poe" + ] + }, + { + "id": "openseek-7-a1ce832ba4874ea0bb674cdc4081e21b", + "input": "Category: LIKE, IT'S TOTALLY THE VALLEY \nClue: Thutmose III was eternally maxin' & relaxin' in this narrow gorge used as a cemetery between 1550 & 1100 B.C.", + "output": [ + "the valley of the kings" + ] + }, + { + "id": "openseek-7-d39dfd3ee6fb42c3bb244eaf6d8edd98", + "input": "Category: WHAT'S THE RUSHMORE? \nClue: He's the ambitious & visionary sculptor who designed & oversaw the massive Mount Rushmore project", + "output": [ + "borglum" + ] + }, + { + "id": "openseek-7-801d792075024551839566651052f84b", + "input": "Category: LICENSE PLATE MOTTOS \nClue: \"Native America\"", + "output": [ + "oklahoma" + ] + }, + { + "id": "openseek-7-a03e3a328da54f549841ea748bb65638", + "input": "Category: I NEED A SNACK \nClue: I think I'll dunk my Double Stuf version of this Nabisco cookie in milk", + "output": [ + "oreo" + ] + }, + { + "id": "openseek-7-03662878d2ab41b5994b0643bdbca446", + "input": "Category: LITERARY TERMS \nClue: Also called a saint's play, this type of medieval drama sounds like it should be in Smokey Robinson's singing group", + "output": [ + "a miracle play" + ] + }, + { + "id": "openseek-7-4e54c742eeb74791825222b4e85d1317", + "input": "Category: CAR TUNES \nClue: In 1988 Natalie Cole covered the Bruce Springsteen song about this pink luxury auto", + "output": [ + "cadillac" + ] + }, + { + "id": "openseek-7-0a4b6f834b744119916915341bfb88d3", + "input": "Category: PITCHERS \nClue: Once the \"world's most experienced airline\", it was grounded in 1991", + "output": [ + "pan am" + ] + }, + { + "id": "openseek-7-f888771b2735434d80f2c916165e3517", + "input": "Category: AN UNFINISHED LIT CATEGORY \nClue: Even if Hawthorne had finished \"Septimius Felton\" & \"Dr. Grimshawe's Secret\", we doubt they'd have rivaled his \"The Scarlet...\"", + "output": [ + "letter" + ] + }, + { + "id": "openseek-7-419be485c7194d5cb3cdaeeb3ddde384", + "input": "Category: THE ONION \nClue: This company \"Introduces 'Nothing But Tears' Shampoo To Toughen Up Newborns\"", + "output": [ + "johnson & johnson" + ] + }, + { + "id": "openseek-7-1c8a103928ee4c768fd39c231e3b57b6", + "input": "Category: A HAPPY MEDIUM \nClue: A woman called the Pythia was the medium at this city's ancient oracle", + "output": [ + "delphi" + ] + }, + { + "id": "openseek-7-c5f31c2cca5f4986aa2c5bd4c5b4011a", + "input": "Category: & A BIBLE PERSON TO BE NAMED LATER \nClue: Oscar Wilde made a veiled reference to this woman, unnamed in the Bible when she danced before Herod", + "output": [ + "salome" + ] + }, + { + "id": "openseek-7-d00492b061924544b5908efe66784dfd", + "input": "Category: PALINDROMIC YEARS \nClue: Tombstone has a famous gunfight", + "output": [ + "1881" + ] + }, + { + "id": "openseek-7-e3ce16419eae4f3b8c5282ed918de29e", + "input": "Category: STATES OF THE UNION \nClue: It's the southernmost state with \"South\" in its name", + "output": [ + "south carolina" + ] + }, + { + "id": "openseek-7-db539d0930994ad9808c9f9cf639e425", + "input": "Category: SHEEPISH COUNTRIES \nClue: Producing about 30% of the world's wool, this country has 7.7 jumbucks per person", + "output": [ + "australia" + ] + }, + { + "id": "openseek-7-957476cc91f8491cbeb62fc2dc1896d3", + "input": "Category: THE TALES OF DUSTIN HOFFMAN \nClue: Both Hoffman & Streep won Oscars as the title duo in this film", + "output": [ + "kramer vs. kramer" + ] + }, + { + "id": "openseek-7-38007ea349f54b38b392da2a8653d18d", + "input": "Category: WE HAVE THE TECHNOLOGY \nClue: Smile! In 1888 this American introduced the first simple consumer camera to use roll film", + "output": [ + "eastman" + ] + }, + { + "id": "openseek-7-a71aedc7595f40bf8a7405840203a4bf", + "input": "Category: IT HAPPENED IN '99 \nClue: In 1799 he overthrew the Directory & became first consul", + "output": [ + "napoleon" + ] + }, + { + "id": "openseek-7-ca48488b62054f2a80fba3f70409080c", + "input": "Category: A_O_L \nClue: Easy-Off Oven & Grill Cleaner comes in this type of can", + "output": [ + "aerosol" + ] + }, + { + "id": "openseek-7-6adfd4911ad6402ba247c858c68f2451", + "input": "Category: A LITTLE DEITY \nClue: This god was upset to find that the mortal girl Apemosyne could outrun him", + "output": [ + "mercury" + ] + }, + { + "id": "openseek-7-bcd4542752084203a052dfa8dab65817", + "input": "Category: THE TEN COMMANDMENTS \nClue: As a child, future studio executive Jon Peters appeared as a boy on a donkey crossing this sea", + "output": [ + "red sea" + ] + }, + { + "id": "openseek-7-1c6100099bbd45d4b5aed1ee3d4fc54d", + "input": "Category: INDEPENDENCE DAYS \nClue: This country celebrates its 1945 independence from Fascism on April 25th", + "output": [ + "italy" + ] + }, + { + "id": "openseek-7-a608bb5047f04ba8b94278680111c095", + "input": "Category: FLOWERS \nClue: One March 22, 1994 the Dutch Ambassador to the U.S. gave her a new tulip named for her", + "output": [ + "hillary clinton" + ] + }, + { + "id": "openseek-7-51fb639687af42c9a53ce7ae59bdbaae", + "input": "Category: WORLD HISTORY \nClue: The Tokugawa shogungate ruled this country from 1603 to 1867", + "output": [ + "japan" + ] + }, + { + "id": "openseek-7-ac64768969a8499996a5d4d6c8081578", + "input": "Category: SEE YOU IN COURT \nClue: Perhaps because no one could figure out what he'd been trying to do, Aaron Burr was acquitted of this in 1807", + "output": [ + "treason" + ] + }, + { + "id": "openseek-7-af25f6a276c44562b9e205448f984a62", + "input": "Category: PLAY HEROINES \nClue: Barbara Undershaft", + "output": [ + "major barbara" + ] + }, + { + "id": "openseek-7-7500b8e09ab5457cb5f5ae592fa4606b", + "input": "Category: 35 YEARS OF SMITHSONIAN MAGAZINE \nClue: The 1930s Art Deco architecture of this Florida city with a 2-word name was featured in the December 1982 issue", + "output": [ + "miami beach" + ] + }, + { + "id": "openseek-7-ce9712766a4f4edcbabdb3a34ab94038", + "input": "Category: X, Y, Z \nClue: This Michigan city was settled in 1825 and named for a nineteenth-century Greek patriot", + "output": [ + "ypsilanti" + ] + }, + { + "id": "openseek-7-41b7134e1682404090236855c79210d9", + "input": "Category: COUNTRIES \nClue: This small country in the Pyrenees uses the money of its neighbors, France & Spain", + "output": [ + "andorra" + ] + }, + { + "id": "openseek-7-6bf8ac53fde1427d9bd5e14abaad5925", + "input": "Category: FRUITS & VEGETABLES \nClue: There are 2 species of this fruit native to the U.S.: Vitis labrusca & Vitis rotundifolia", + "output": [ + "the grape" + ] + }, + { + "id": "openseek-7-e7b850f9e43340aa90e5bdb5ced97be5", + "input": "Category: FILMS OF THE 1930S \nClue: In this 1936 film Gary Cooper portrayed a tuba player from Mandrake Falls who inherits $20 million", + "output": [ + "\"mr. deeds goes to town\"" + ] + }, + { + "id": "openseek-7-afdd039ea89e4d808c27671364f15e8a", + "input": "Category: \"SHOW\" \nClue: Official nickname of the entity that joined the United States on August 10, 1821", + "output": [ + "\"show-me state\"" + ] + }, + { + "id": "openseek-7-024afe92d0d44217ae829bb6bca0d627", + "input": "Category: 4-LETTER WORDS \nClue: To incline, or to thrust a lance, perhaps at a windmill", + "output": [ + "tilt" + ] + }, + { + "id": "openseek-7-b45b975ae0904d34a7d14eaa839a3dd0", + "input": "Category: TRANSPORTATION \nClue: Offered since 1959, it gives you travel for a fixed time period on train systems in 17 European countries", + "output": [ + "eurailpass" + ] + }, + { + "id": "openseek-7-e7b59e3f845d42dc90f1d9d10987555f", + "input": "Category: SPORTS SHIFTS \nClue: In 1963 the NBA's Syracuse Nationals moved to Philadelphia & changed their name to this", + "output": [ + "philadelphia 76\\'ers" + ] + }, + { + "id": "openseek-7-40ce2873e0ed45a7b0450348a98ca3ff", + "input": "Category: PLENTY OF TIME \nClue: A clock set in the year 2000 & losing 1 second a year would first be an hour off in this year", + "output": [ + "5600" + ] + }, + { + "id": "openseek-7-3b5bf70856fd4fbb894df4e1277db3cb", + "input": "Category: \"W\"RITERS \nClue: This Holocaust survivor followed \"Night\" with \"Dawn\" & \"Day\"", + "output": [ + "wiesel" + ] + }, + { + "id": "openseek-7-bc35ddd3a9df48ffbe9ecfe69c2048cd", + "input": "Category: MICHIGAN MUSICIAN MISHMASH \nClue: In 1971 Detroit native Glenn Frey formed this band in L.A. with Don Henley; pretty good career move, Glenn", + "output": [ + "the eagles" + ] + }, + { + "id": "openseek-7-78f93fbaeca749688f48473b53a133ed", + "input": "Category: 5-LETTER WORDS \nClue: It's the zodiac sign symbolized by a ram", + "output": [ + "aries" + ] + }, + { + "id": "openseek-7-a65c74284e264bf3b9e98b923b5db624", + "input": "Category: FICTIONAL CHARACTERS \nClue: Constance Reid is the maiden name of this character mentioned in the title of a D.H. Lawrence novel", + "output": [ + "lady chatterley" + ] + }, + { + "id": "openseek-7-e766ffaf537b415fb03e4277b5a502a9", + "input": "Category: FOOD-O \nClue: This old chocolate-flavored milk supplement helped you drink up vitamin D & iron", + "output": [ + "bosco" + ] + }, + { + "id": "openseek-7-92bba84b272d4f31a1a7c5913a774d07", + "input": "Category: AMERICAN LITERATURE \nClue: In 1991 Robert Pirsig published \"Lila\", a follow-up to his classic \"Zen and the Art of\" this", + "output": [ + "motorcycle maintenance" + ] + }, + { + "id": "openseek-7-55a2277a46154831a90478a509acf01c", + "input": "Category: NOVELS \nClue: First published in 1897, this novel wasn't translated into Romanian until 1992", + "output": [ + "dracula" + ] + }, + { + "id": "openseek-7-58027a729c744c5da7116f901c34fb42", + "input": "Category: MYTH ADVENTURES \nClue: Thought to live in the Kilauea volcano, this goddess is the daughter of Hina in one legend", + "output": [ + "pele" + ] + }, + { + "id": "openseek-7-bfadc6f6f13a43db9e88840a4a87e932", + "input": "Category: THE 1998 GRAMMYS \nClue: This man who's Jakob's father & is old enough to be your grandfather won for the album \"Time Out of Mind\"", + "output": [ + "bob dylan" + ] + }, + { + "id": "openseek-7-23b16c4c66ed41e681bc552c617f0c9a", + "input": "Category: SCIENCE FICTION \nClue: Max Brooks left us wanting more braaaains with \"World War Z\", an oral history of the war versus them", + "output": [ + "zombies" + ] + }, + { + "id": "openseek-7-e158d49292c5408dbdc601605fda74e7", + "input": "Category: MEDICAL DEVICES \nClue: In 1901 this wounded pres. was treated by a gynecological surgeon who used a sewing needle to close him up", + "output": [ + "william mckinley" + ] + }, + { + "id": "openseek-7-17eb299aa04442f0b968b15634dfbf17", + "input": "Category: SCANDALS \nClue: This 19th century fighter for Irish home rule was scandalously involved with a married woman named Kitty O'Shea", + "output": [ + "charles parnell" + ] + }, + { + "id": "openseek-7-f9f3e23a0fc842cab53160f5c51f30a1", + "input": "Category: SCIENCE \nClue: When your \"glands\" are sore, they're busy producing these infection-fighting white blood cells", + "output": [ + "lymphocytes" + ] + }, + { + "id": "openseek-7-8c161d9c86c34caba553da17cf5d6184", + "input": "Category: COUNTRY SINGERS \nClue: Edith Piaf, the Little Sparrow", + "output": [ + "france" + ] + }, + { + "id": "openseek-7-0c2f656f4dab439693ab5f89524248ff", + "input": "Category: \"B\" IN FASHION \nClue: For many women their wardrobe includes a black one of these jackets as well as a double breasted navy one", + "output": [ + "a blazer" + ] + }, + { + "id": "openseek-7-f25862c77dbe4b418ec24e70805969c1", + "input": "Category: HISTORICAL MILITARY THERAPY SESSIONS \nClue: I was relieved as Supreme Gen. of the Union Army in March 1862; I may be paranoid, but I think Burnside's after my job", + "output": [ + "mcclellan" + ] + }, + { + "id": "openseek-7-254df02ac03442d6b7d56c08092624c9", + "input": "Category: HISTORY \nClue: After being King of Naples & Spain, Joseph, this man's brother, moved to N.J.", + "output": [ + "napoleon" + ] + }, + { + "id": "openseek-7-74b89833d7954314b53759bf4dc13186", + "input": "Category: HOW LOW CAN YOU GO? \nClue: \"I went fishing just for the halibut\" is one of these, which have been termed \"the lowest form of wit\"", + "output": [ + "a pun" + ] + }, + { + "id": "openseek-7-8ffc8b432dc448cf88cb6284e69afac7", + "input": "Category: SNL ALUMNI \nClue: This comic seen here recently hit the streets in \"Lethal Weapon 4\"", + "output": [ + "chris rock" + ] + }, + { + "id": "openseek-7-e7a6213ebf064dc391d27e04d7a1f76e", + "input": "Category: HIDDEN DVD TREATS \nClue: A \"Master of Your Domain\" episode aired, but a script too hot even for this '90s sitcom is hidden on the DVD", + "output": [ + "seinfeld" + ] + }, + { + "id": "openseek-7-1083ab28abee4b6ea88b3a1e1f0d73f2", + "input": "Category: DINOSAURS \nClue: The BBC's \"Truth About Killer Dinosaurs\" staged a fight between T. rex & this 3-horned beast", + "output": [ + "triceratops" + ] + }, + { + "id": "openseek-7-b2d02c56d15d4db7ae1c9cf2bee097d9", + "input": "Category: WY WYOMING? \nClue: This large prairie animal is featured in white silhouette on the state flag", + "output": [ + "buffalo" + ] + }, + { + "id": "openseek-7-f934d2446f214c449cce09defdfa9075", + "input": "Category: CLASSICAL MUSIC \nClue: Noted with a dot on the score, it's the opposite of legato", + "output": [ + "staccato" + ] + }, + { + "id": "openseek-7-51b3b1a7128640f29a28702f4432761f", + "input": "Category: YES, I'VE ETON \nClue: He hopefully had a ball at Eton before going on to write \"Thunderball\"", + "output": [ + "fleming" + ] + }, + { + "id": "openseek-7-0ed599a1090b4734b237edf29c1c6eb3", + "input": "Category: EUROPEAN HISTORY \nClue: The demise of this monarch is depicted here", + "output": [ + "louis xvi" + ] + }, + { + "id": "openseek-7-04a6fc0bdc3b4b3ca1baae66344c53d8", + "input": "Category: CAPTAINS COURAGEOUS \nClue: In an early account of Jamestown's first year, he made no mention of his rescue by Pocahontas", + "output": [ + "john smith" + ] + }, + { + "id": "openseek-7-dfca51b0e8cf406e9e7b85f1c2784b19", + "input": "Category: SHAKESPEAREANA \nClue: A knight in \"Henry VI, Part I\" who flees battle to save his life is an early version of this great character", + "output": [ + "sir john falstaff" + ] + }, + { + "id": "openseek-7-a5bfec1c2f24493f8d7f9a1cae8166b9", + "input": "Category: FROM THE LATIN \nClue: Of the 3 virtues mentioned in the King James Version of I Corinthians 13;13, the 2 that are from Latin", + "output": [ + "faith & charity" + ] + }, + { + "id": "openseek-7-f4aec35de5f649a689b589913ed78e38", + "input": "Category: PASSING \"NOTE\"s \nClue: Used for taking notes in class, they may be filled with wide-ruled or college-ruled paper", + "output": [ + "notebooks" + ] + }, + { + "id": "openseek-7-3504293b121a4ebfb08fc3b4fdd7fe8c", + "input": "Category: ONTARIO \nClue: The Ambassador Bridge, world's largest int'l suspension bridge, links Windsor, Ontario & this city", + "output": [ + "detroit, michigan" + ] + }, + { + "id": "openseek-7-53e0765365ac440dbbc3563dcb4f1aa3", + "input": "Category: MONKEY BUSINESS \nClue: The Muriqui prize, named for a South American monkey, is given for helping preserve this country's forest", + "output": [ + "brazil" + ] + }, + { + "id": "openseek-7-911964ecabbf4bb69ce5d2bc2a5045b6", + "input": "Category: BRAZILIAN WORDS & PHRASES \nClue: That very blond guy you met at carnival is called an \"alemao\", literally a man from this country", + "output": [ + "germany" + ] + }, + { + "id": "openseek-7-ccdbeac65d864fa685856817377c2356", + "input": "Category: SCIENCE CLASS \nClue: Seen here is this 2-time Nobel Prize-winning scientist", + "output": [ + "linus pauling" + ] + }, + { + "id": "openseek-7-5a7cc728b8da46338582e55c2ade8005", + "input": "Category: PLANE TALK \nClue: This magazine publisher once had an all-black DC-9 named Big Bunny", + "output": [ + "hugh hefner" + ] + }, + { + "id": "openseek-7-d0379c2c64b0442f9b0ad53095a211a8", + "input": "Category: 4-LETTER FILMS \nClue: Gwyneth Paltrow starred in the 1996 adaptation of this Jane Austen novel", + "output": [ + "emma" + ] + }, + { + "id": "openseek-7-697a49d9f9804deda23b4a50bed1fb5b", + "input": "Category: PLACES TO LIVE \nClue: A day room is a recreational area in these quarters for soldiers", + "output": [ + "barracks" + ] + }, + { + "id": "openseek-7-287fa7f2d0d24939a5ffab89dfba86f1", + "input": "Category: ACT I, SCENE 1 \nClue: Act I, Scene 1 of this Shakespeare play takes place atop the castle at Elsinore", + "output": [ + "hamlet" + ] + }, + { + "id": "openseek-7-77cc69590d194b07993c4b0846173979", + "input": "Category: HISTORICAL NOVELS \nClue: Wild Bill Hickok turns up in \"Boone's Lick\", a 2000 novel by this \"Lonesome Dove\" author", + "output": [ + "larry mcmurtry" + ] + }, + { + "id": "openseek-7-9fdd83e1a8ae470383ef3228542d484f", + "input": "Category: AT THE \"BAR\" \nClue: One of the best sellers in its field, its stock symbol is BKS", + "output": [ + "barnes & noble" + ] + }, + { + "id": "openseek-7-96dd326a173241fb82f2bfbdf3b2bdc2", + "input": "Category: TV HISTORY \nClue: This limited-run dramatic format came into vogue in the '70s with \"Rich Man, Poor Man\" & \"Roots\"", + "output": [ + "miniseries" + ] + }, + { + "id": "openseek-7-57c4ad4dc5b3469080895ab7610362ef", + "input": "Category: READ THE BOOK, SAW THE FILM \nClue: For Bogie's screen role, this book's Charlie Allnutt was changed from a Cockney to a Canadian", + "output": [ + "the african queen" + ] + }, + { + "id": "openseek-7-78008cff21c140a68b61043d2184ee6e", + "input": "Category: HAVE A RETREAT \nClue: In WWI, the German battle cruisers Goeben & Breslau retreated the length of the Mediterranean to this Turkish port", + "output": [ + "istanbul" + ] + }, + { + "id": "openseek-7-afb43bbb098f4d309075279ab721e982", + "input": "Category: 1959 \nClue: Valerie Harper is one of the chorus girls in this 1959 movie musical set in Dogpatch", + "output": [ + "li\\'l abner" + ] + }, + { + "id": "openseek-7-23ae9efafb004663986814f05a19ff42", + "input": "Category: LEX' LAB \nClue: Lex has a whole spectrum of uses for this optical device seen here:", + "output": [ + "prism" + ] + }, + { + "id": "openseek-7-1284a713d2b74889bbf606f7327fffc4", + "input": "Category: GRAMMY'S RECORD OF THE YEAR \nClue: 1992: \"Tears in Heaven\"", + "output": [ + "eric clapton" + ] + }, + { + "id": "openseek-7-ba6343d8984f4e29ad376f27bf50e538", + "input": "Category: WORD ORIGINS \nClue: This wood-eating insect gets its name from the Latin for \"wood-eating worm\"", + "output": [ + "a termite" + ] + }, + { + "id": "openseek-7-782f9a53f8ed4466a21626f58ac60621", + "input": "Category: AROUND THE APARTMENT BUILDING \nClue: (Sofia of the Clue Crew) You can save lives & earn firemen's gratitude if you keep this in good working order", + "output": [ + "smoke detector" + ] + }, + { + "id": "openseek-7-7b00436f2b8045bd802dc7d60e9af229", + "input": "Category: QUITE CONTRARY \nClue: For a knife, it's the opposite of sharp; for a life, it's the opposite of exciting", + "output": [ + "dull" + ] + }, + { + "id": "openseek-7-a0b2c59b89fd4cfb90f87aa7f9aad09e", + "input": "Category: WORLD HISTORY \nClue: In 1982 he became the first Pope in modern history to visit Sicily", + "output": [ + "pope john paul ii" + ] + }, + { + "id": "openseek-7-e2c9f7d355c64bd6a75aec8356f0ace5", + "input": "Category: THE FIRST PERSON \nClue: At 15 years old in 1989, Jack Staddon won the first of these contests sponsored by National Geographic", + "output": [ + "the national geography bee" + ] + }, + { + "id": "openseek-7-fd93d44f622149a28e3c98722049eaa7", + "input": "Category: FOREIGN CURRENCY \nClue: The currency of Ecuador & Bolivia's official capital were both named for this man", + "output": [ + "antonio josé de sucre" + ] + }, + { + "id": "openseek-7-8e1c1d8b02d44c9f99b8aeb1c68952f3", + "input": "Category: THE BROWNINGS \nClue: \"Guess now who holds thee?--'Death", + "output": [ + "love" + ] + }, + { + "id": "openseek-7-2735fedd4f3c47909bcc7125d50518b1", + "input": "Category: HISTORIC DOCUMENTS \nClue: In 1939 Albert Einstein wrote to Franklin Roosevelt urging development of this weapon", + "output": [ + "the atomic bomb" + ] + }, + { + "id": "openseek-7-89fc1b0d5d3a49fcbb3f086bed019278", + "input": "Category: MUSIC APPRECIATION \nClue: The name of this small harpsichord may come from the Latin for \"rod\" or the Latin for \"maiden\"", + "output": [ + "virginal" + ] + }, + { + "id": "openseek-7-b1b2cb1fa7dc40f38ebe1549f8f6e598", + "input": "Category: IT'S \"D\" LISH! \nClue: In the mood for a steak? Try this one named for a famous New York restaurant where it was once the house cut", + "output": [ + "delmonico" + ] + }, + { + "id": "openseek-7-ed48576b18334db7b8725a0beaf8e057", + "input": "Category: THEATRE \nClue: The 1-woman show, \"Orgasmo Advito Escapes from the Zoo\" starred this \"Bonnie And Clyde\" co-star, Roseanne's TV mom", + "output": [ + "estelle parsons" + ] + }, + { + "id": "openseek-7-f2966b1f596749e48df1bd3e595cbc97", + "input": "Category: SPIN-AGE \nClue: To counter bad press this retailer claims 90% of its employees have health insurance; only 47% get it from the company", + "output": [ + "wal-mart" + ] + }, + { + "id": "openseek-7-17f2a94d63f04fd98f752d836f8f21f3", + "input": "Category: NEW YORK CITIES \nClue: It's home to Kodak & Xerox", + "output": [ + "rochester" + ] + }, + { + "id": "openseek-7-e62bfb390a584122852761d784aeb604", + "input": "Category: WALTS-ING \nClue: Rumor has long had it that upon his death, his body was frozen & hidden somewhere in his theme park", + "output": [ + "walt disney" + ] + }, + { + "id": "openseek-7-2c6355bfbe3444c0854576f1147566a6", + "input": "Category: ADD AN ELEMENTAL SYMBOL \nClue: Add the symbol of this element to \"fi\" & get a small flute", + "output": [ + "iron" + ] + }, + { + "id": "openseek-7-c5e834c8f8d946e5a1ad0caf4d5821e3", + "input": "Category: HETERONYMS \nClue: Nearby, or to shut", + "output": [ + "close" + ] + }, + { + "id": "openseek-7-4f2faebb2c1f472eaac8aac73349a6a7", + "input": "Category: WASHINGTON \nClue: It's the Canadian province that borders the state of Washington, eh", + "output": [ + "british columbia" + ] + }, + { + "id": "openseek-7-f70711ffab2944c98a2b1b5212cf64a6", + "input": "Category: SPANISH CITIES \nClue: This city whose name reflects its founding by the Carthaginians is home to one of Spain's chief naval bases", + "output": [ + "cartagena" + ] + }, + { + "id": "openseek-7-03785bcea3ce43928218a367036cdd13", + "input": "Category: MISC. \nClue: This noble gas glows orange-red when an electric current is passed through it", + "output": [ + "neon" + ] + }, + { + "id": "openseek-7-4ad648539ede4ea8981a94e805f2855a", + "input": "Category: COUNTRY COVERS \nClue: This group is heard here covering a song written by Stevie Nicks", + "output": [ + "the dixie chicks" + ] + }, + { + "id": "openseek-7-bceb8f5165554510a5e7f49da1368b06", + "input": "Category: HISTORY \nClue: In 751 Pepin the Short's title was changed from \"Mayor of the Palace\" to \"King of\" these people", + "output": [ + "the franks" + ] + }, + { + "id": "openseek-7-c911598cd78c476db6d0c078ddc3966e", + "input": "Category: DEAD POETS SOCIETY \nClue: In \"Sea Fever\" all John Masefield asked for \"is a tall ship and a star to\" do this", + "output": [ + "steer her by" + ] + }, + { + "id": "openseek-7-c8f028e7b5bf4b93bf0d35b8c3a8c985", + "input": "Category: \"C\" FOOD \nClue: Often lemon, these cookies are finished with powdered sugar & are as refreshing as their name suggests", + "output": [ + "coolers" + ] + }, + { + "id": "openseek-7-655a21ff014446f79fcc019a02a55171", + "input": "Category: NURSERY RHYMES \nClue: It's what Mary's little lamb did even though it was against the rules", + "output": [ + "followed her to school one day" + ] + }, + { + "id": "openseek-7-2e2b326d46f442b7b17c212dd934690e", + "input": "Category: \"CLUB\" ME \nClue: As Claire Standish, Molly Ringwald endures detention in this 1985 film", + "output": [ + "the breakfast club" + ] + }, + { + "id": "openseek-7-3a2ecbb0b6d1493b963a6e6767305677", + "input": "Category: SHAKESPEARE'S ENGLISH KINGS \nClue: As a mark of his favor, one thing Henry VIII does for her is to make her the Marchioness of Pembroke", + "output": [ + "anne boleyn" + ] + }, + { + "id": "openseek-7-5e99beecc586470098ba89bc2ba2e4a0", + "input": "Category: MOVIES BY INITIALS \nClue: 2007, actually about religion & oil: \"T.W.B.B.\"", + "output": [ + "there will be blood" + ] + }, + { + "id": "openseek-7-1e60c2fcdd15450fa2787c7e098a8342", + "input": "Category: CHEMISTRY \nClue: Allotrope of carbon that's used as a solid lubricant", + "output": [ + "graphite" + ] + }, + { + "id": "openseek-7-edfe8f742eeb413198704a1cfd4b2cb1", + "input": "Category: IT HAPPENED ON HALLOWEEN \nClue: 1846: Heavy snowfall traps this carnivorous \"Party\" in the Sierra Nevada mountains", + "output": [ + "the donner party" + ] + }, + { + "id": "openseek-7-480ce147c7c84394ad24b2ac027ebc6e", + "input": "Category: TOURING USA \nClue: Enjoy a glass-bottom boat ride at John Pennekamp Coral Reef State Park near Key Largo in this state", + "output": [ + "florida" + ] + }, + { + "id": "openseek-7-1be52561488c4a87b7848cd1c163b8c7", + "input": "Category: ASSOCIATIONS \nClue: This inventor's association for the deaf is on Volta Place in Washington, D.C.", + "output": [ + "alexander graham bell" + ] + }, + { + "id": "openseek-7-c98c7cc39e5845f2b12d27349e13cd31", + "input": "Category: U.S. HISTORY \nClue: Though he left the service after WWII as a captain, today he holds the highest rank possible", + "output": [ + "ronald reagan" + ] + }, + { + "id": "openseek-7-9ff8091431c94a3fbf76dc86f20e6582", + "input": "Category: SLOGANS ON THE SPOT \nClue: If a hill of boulders is part of your commute, this GM vehicle really is \"Like nothing else\"", + "output": [ + "the hummer" + ] + }, + { + "id": "openseek-7-2f23698c1c054293a06949089e8045d5", + "input": "Category: PICTURE BOOK TITLE ANIMALS \nClue: \"If You Give a ____ a Cookie\"", + "output": [ + "mouse" + ] + }, + { + "id": "openseek-7-96b2b052e17a4101a5f028c8706cafcb", + "input": "Category: ALSO AN AUTO \nClue: Once living near the Great Lakes but defeated by the Iroquois, this tribe moved to the Southeast (but not in Jeeps)", + "output": [ + "cherokee" + ] + }, + { + "id": "openseek-7-b10851a40c804e388841f40b473b5a1c", + "input": "Category: MILD-MANNERED REPORTERS \nClue: His book \"Another City, Not My Own\" is based on his time covering the Simpson trial for Vanity Fair", + "output": [ + "dominick dunne" + ] + }, + { + "id": "openseek-7-0bcbae79dcd745ca9045b71cbb5b0d5a", + "input": "Category: LIVING THINGS \nClue: Washington's state fish is the steelhead variety of this", + "output": [ + "a trout" + ] + }, + { + "id": "openseek-7-eef427f1f809494e95b194cd4122f30f", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: The universities of Mandalay & Rangoon are the chief universities of this country", + "output": [ + "burma" + ] + }, + { + "id": "openseek-7-10186820e6ec4ef9879e17e246a75521", + "input": "Category: ROBOT MANIA \nClue: This astromech droid from Naboo met his best bud, a protocol droid, in a sandstorm on Tatooine", + "output": [ + "r2-d2" + ] + }, + { + "id": "openseek-7-19fbf4822ffa4137a54d0d7943398b15", + "input": "Category: IT'S A CONSPIRACY! \nClue: Dorothy Kilgallen was found dead not long after conducting an interview with this nightclub owner & murderer", + "output": [ + "jack ruby" + ] + }, + { + "id": "openseek-7-6b709d3cbe34467da25a5e8198812e11", + "input": "Category: POP MUSIC \nClue: This group won a 1996 Grammy for Best Hard Rock Performance for \"Bullet With Butterfly Wings\"", + "output": [ + "the smashing pumpkins" + ] + }, + { + "id": "openseek-7-38997b3537084698b787b269644875cc", + "input": "Category: DOUBLE TALK \nClue: This word for an inadvisable act is a real double negative", + "output": [ + "no-no" + ] + }, + { + "id": "openseek-7-5bcf5aa67ba344e79a6258a4f6c25453", + "input": "Category: I'M ON STRIKE \nClue: A 2011 strike by 45,000 workers at this telecom company was the USA's largest since a 2007 GM walkout", + "output": [ + "verizon" + ] + }, + { + "id": "openseek-7-c05997dfed1b4fbcba3f644f60660a11", + "input": "Category: SCIENCE-FICTION TV \nClue: This show about a very old time lord from the planet Gallifrey debuted on the BBC in 1963", + "output": [ + "doctor who" + ] + }, + { + "id": "openseek-7-5f94093ba6304e42b467dfe9236a8e53", + "input": "Category: YOU KEEP ME HANGIN' ON \nClue: Around 1891, Whitcomb Judson took out a patent on the slide fastener, which today we call this", + "output": [ + "the zipper" + ] + }, + { + "id": "openseek-7-3648f6adb00b4f48900c7bfb58529c64", + "input": "Category: 1933 \nClue: On March 23 this German parliament relinquished its power to Adolf Hitler", + "output": [ + "reichstag" + ] + }, + { + "id": "openseek-7-e6b6322540934f8b9ca7db9f0064d584", + "input": "Category: STATE'S RIGHTS \nClue: Tennessee", + "output": [ + "north carolina" + ] + }, + { + "id": "openseek-7-622c3667d78e44c19c7bbb214f13d0fb", + "input": "Category: PUGILISTIC SOBRIQUETS \nClue: Once known as \"The Louisville Lip\", he later became \"The Greatest\"", + "output": [ + "muhammad ali" + ] + }, + { + "id": "openseek-7-9e30f2f7565942da8cd0c053c092ad21", + "input": "Category: AMERICAN PLAYWRIGHTS \nClue: He won a 1991 Pulitzer for his comedy \"Lost in Yonkers\"", + "output": [ + "neil simon" + ] + }, + { + "id": "openseek-7-4f6d1662d8864f74abd5e064432d2456", + "input": "Category: THE ROCK & ROLL CALENDAR \nClue: U2's second album", + "output": [ + "october" + ] + }, + { + "id": "openseek-7-b8f3ae4522404e848c6a31314ceaf1d7", + "input": "Category: FASHION HISTORY \nClue: This alloy was the 1st metal used to make armor", + "output": [ + "bronze" + ] + }, + { + "id": "openseek-7-4257d9cff1ff4734a1aa052347dab749", + "input": "Category: SCIENCE \nClue: In 1882 this inventor opened the Pearl Street Power Station in New York", + "output": [ + "thomas edison" + ] + }, + { + "id": "openseek-7-81bb98841e334947a4fd0a6088c849f9", + "input": "Category: HOW'S YOUR CONSTITUTION? \nClue: Article III is specifically concerned with the establishment of this branch of government", + "output": [ + "the judiciary" + ] + }, + { + "id": "openseek-7-d4efafdd143642dd90709a4158f9b82a", + "input": "Category: INSIDE THE BELTWAY \nClue: In 1996 this \"Green Mountain\" state's Bernie Sanders was re-elected as the lone independent in the House", + "output": [ + "vermont" + ] + }, + { + "id": "openseek-7-b4db720213d647578ade35c1aa5dd345", + "input": "Category: ANIMALS \nClue: To count a pair of these carnivorous sea snails, say \"A-one-an-a-two\"", + "output": [ + "whelks" + ] + }, + { + "id": "openseek-7-fe43d2e651f543b8896b287d1ff27007", + "input": "Category: POTPOURRI \nClue: The Hanukkah song \"Maoz Tzur\" shares its English title with this Christian hymn that \"clefts for me\"", + "output": [ + "\"rock of ages\"" + ] + }, + { + "id": "openseek-7-c9cd3670e1e34e5cbfe10519c7df6aa5", + "input": "Category: CHURCH & STATE \nClue: On the site of a church destroyed in the Pueblo Revolt, St. Francis Cathedral is in this state", + "output": [ + "new mexico" + ] + }, + { + "id": "openseek-7-8de6373fe6e849ac8376c6f802f18dda", + "input": "Category: OF PISA \nClue: Begun in 1173, the 8-story Leaning Tower of Pisa is clad in this stone", + "output": [ + "marble" + ] + }, + { + "id": "openseek-7-2318e7ac7ba54c709fccc87598bc9c84", + "input": "Category: BESTSELLERS BY DECADE \nClue: \"Looking for Mr. Goodbar\" & \"All the President's Men\"", + "output": [ + "the 1970s" + ] + }, + { + "id": "openseek-7-50fcf0101d4644158b8f93ce971c3069", + "input": "Category: LANGUAGES \nClue: In this language heard in & around Barcelona, the Spanish \"bueno\" becomes simply \"bo\"", + "output": [ + "catalan" + ] + }, + { + "id": "openseek-7-8f1b32cd3f024b84ad48366ab9a56e94", + "input": "Category: GOULASH \nClue: The U.S. hasn't minted real gold coins as legal tender since the administration of this 32nd president", + "output": [ + "fdr" + ] + }, + { + "id": "openseek-7-9e3b125536644fccaee1b6bf180adc19", + "input": "Category: TV CAST CHANGES \nClue: In 1983 6' 2\" Christopher Hewitt replaced the 3' 10\" Herve Villechaize on this series", + "output": [ + "fantasy island" + ] + }, + { + "id": "openseek-7-d59ba78a332844639e92a7da136db6ad", + "input": "Category: HOLIDAYS & OBSERVANCES \nClue: Matthew Maguire, a machinist, & Peter J. McGuire, a union founder, are credited with creating this holiday", + "output": [ + "labor day" + ] + }, + { + "id": "openseek-7-68dfd930d0a34dddb4fce3db5c3b46f4", + "input": "Category: BMW \nClue: (Cheryl) With test flights in the early 1940s, BMW pioneered this radical type of engine", + "output": [ + "the jet engine" + ] + }, + { + "id": "openseek-7-92cb298430054341a68c31bc984050e5", + "input": "Category: CELEBRITY DOG BREEDS \nClue: Perdita & Pongo", + "output": [ + "dalmatian" + ] + }, + { + "id": "openseek-7-0364613d538d45718ea2b8844ce91184", + "input": "Category: PET PROJECTS? \nClue: Divine: \"Pink _____\"", + "output": [ + "flamingos" + ] + }, + { + "id": "openseek-7-a88d89b49bbd4fedbecb20aa1f78d918", + "input": "Category: ADJECTIVES \nClue: It describes notched, sawlike teeth, as on the blade of a bread knife", + "output": [ + "serrated" + ] + }, + { + "id": "openseek-7-13b671b7f1bd4bddaf5b155aa141c1ab", + "input": "Category: HISTORIC VIRGINIANS \nClue: Belle Boyd, who was imprisoned for being one of these during the Civil War, later became an actress", + "output": [ + "spy" + ] + }, + { + "id": "openseek-7-353e5c92cdee497a8c319690a14d918c", + "input": "Category: CHEMISTRY \nClue: (Sofia of the Clue Crew demonstrates.) When I put lemon juice on litmus paper, the resulting color tells me where on this scale it belongs", + "output": [ + "the ph scale" + ] + }, + { + "id": "openseek-7-609ffb9d940545dcb2f386c59cbade52", + "input": "Category: LITERATURE \nClue: The Reader's Encyclopedia said, \"He loved the... main streets of America even as he deplored them\"", + "output": [ + "sinclair lewis" + ] + }, + { + "id": "openseek-7-1d24cd71ef654792bacd2145c5ef2ab2", + "input": "Category: THE HISTORY OF INDIA \nClue: After a 1998 nuclear test, this country's prime minister said, \"We have evened the score with India\"", + "output": [ + "pakistan" + ] + }, + { + "id": "openseek-7-85869825a49e49f08416c4f73ff181b8", + "input": "Category: NIP/TUCK \nClue: An Eiffel Tower eatery was moved to this city, retooled & placed across from the Pontchartrain Hotel", + "output": [ + "new orleans" + ] + }, + { + "id": "openseek-7-2c05b58002b04306a15da79c75287b39", + "input": "Category: TUNNELS \nClue: Also a style of staircase, it's the type of tunnel built in B.C.'s Yoho National Park to solve the problem of a steep grade", + "output": [ + "spiral" + ] + }, + { + "id": "openseek-7-b7989f8e8a094b4ab6f040879b3b7ee2", + "input": "Category: \"J\" WALKING \nClue: In medieval times this country was known as Cipango", + "output": [ + "japan" + ] + }, + { + "id": "openseek-7-b9af631472f048de881bd77d3de3a126", + "input": "Category: BIOLO\"G\" \nClue: Positive geotropism is the effect of this force on plants causing their roots to grow downward", + "output": [ + "gravity" + ] + }, + { + "id": "openseek-7-f30fdaee631a449fb037e5d0dae16474", + "input": "Category: OF THE NILE \nClue: The first of the 10 Biblical plagues of Egypt occurred when the waters of the Nile were turned into this", + "output": [ + "blood" + ] + }, + { + "id": "openseek-7-852b5e478fc847ada223069531c1eef7", + "input": "Category: MUSICAL INSTRUMENTS \nClue: Often played with drums, it's held horizontally, has 6 finger holes & was developed in Switzerland", + "output": [ + "the fife" + ] + }, + { + "id": "openseek-7-e947e6c1b61e44d5bb119061e8104a06", + "input": "Category: \"WA\" THIS WAY \nClue: Longfellow's middle name", + "output": [ + "wadsworth" + ] + }, + { + "id": "openseek-7-d9fa183970744d16b37a2a07a34a63f3", + "input": "Category: STEELY DAN \nClue: Before breaking up in 1981, Steely Dan released an album named for this kind of South American cowboy", + "output": [ + "a gaucho" + ] + }, + { + "id": "openseek-7-c8d02cd3fe644087a0d558139536d723", + "input": "Category: THE NAME ON THE LABEL \nClue: As seen on Richard Gere in \"American Gigolo\", sexy suits for men were early successes for this fashion line", + "output": [ + "giorgio armani" + ] + }, + { + "id": "openseek-7-2b49c81c56bf4434ab7912157a0a51be", + "input": "Category: BIRDS \nClue: Gymnogyps Californianus is the scientific name of this largest North American vulture", + "output": [ + "california condor" + ] + }, + { + "id": "openseek-7-65d8a11402494342b4fb0712a977a57a", + "input": "Category: THE LABOR MOVEMENT \nClue: 2-word phrase for workers' perks developed during World War II because raises were prohibited", + "output": [ + "fringe benefits" + ] + }, + { + "id": "openseek-7-aa62fb0e6c4846b187b873321cdd1c0d", + "input": "Category: \"FOR\" WORDS \nClue: From the Latin word for \"ant\", it's an anthill or nest", + "output": [ + "formicary" + ] + }, + { + "id": "openseek-7-9139895ea4cb4ac8b0e45afc335d54c3", + "input": "Category: WORLD TRAVEL \nClue: Visit Ashgabat, Turkmenistan & you'll find that it's the sister city of this largest town in New Mexico", + "output": [ + "albuquerque" + ] + }, + { + "id": "openseek-7-551e1de0ab424d67b1b2a886f971ea3c", + "input": "Category: FROM SPORTS BOOK TO FILM \nClue: As in the book \"Shoeless Joe\" by W .P. Kinsella, farmer Ray Kinsella hears voices in this film", + "output": [ + "filed of dreams" + ] + }, + { + "id": "openseek-7-9eb4633ad0c74211b366b3687189eee0", + "input": "Category: THE EARLY 1900S \nClue: Taking 3 years, Roald Amundsen became the first to travel through this long-sought passage", + "output": [ + "northwest passage" + ] + }, + { + "id": "openseek-7-d67ba487167540518ae272f9ba48d0ed", + "input": "Category: WHEN THEY WERE TEENS \nClue: This daughter of Francis Ford Coppola was an intern for fashion designer Karl Lagerfeld in Paris", + "output": [ + "sofia coppola" + ] + }, + { + "id": "openseek-7-eec7cfbc6f154b3197c0a8c747ded894", + "input": "Category: EPONYMS \nClue: This bed, raised & stored into a wall, lost its popularity when sofa convertibles came into vogue", + "output": [ + "a murphy bed" + ] + }, + { + "id": "openseek-7-f9437ea150a448bea8163df518d4ba7f", + "input": "Category: THE HENRY FORD MUSEUM \nClue: A favorite of the rich & famous, this model from Stutz has been called \"The Sportscar of the Jazz Age\"", + "output": [ + "bearcat" + ] + }, + { + "id": "openseek-7-c5e2e3c1d0be47b88eb2fe2b4fce965f", + "input": "Category: COLLEGE TOWNS \nClue: 360 years old: Yale", + "output": [ + "new haven" + ] + }, + { + "id": "openseek-7-ce1afbd5a6874046884f3273fadd4f86", + "input": "Category: THE GRAMMYS \nClue: In 2002 the soundtrack to this George Clooney film won album of the year, only the third to do so", + "output": [ + "o brother, where art thou" + ] + }, + { + "id": "openseek-7-c069d87ed0f34c7cbc826f0cc32eb067", + "input": "Category: OPRYLAND USA \nClue: Visitors can go rollin' on the river aboard a showboat named for this general & 7th president", + "output": [ + "andrew jackson" + ] + }, + { + "id": "openseek-7-fe6db40c7c3d47628c14dcc731193e39", + "input": "Category: SING A SONG OF SIX PACKS \nClue: New brews from this \"revolutionary\" American brand include Utopias & Chocolate Bock", + "output": [ + "sam adams" + ] + }, + { + "id": "openseek-7-ecf70dc8b4a84fe98720ff0d6017b4e4", + "input": "Category: THE NEW YORK TIMES SCIENCE TIMES \nClue: A researcher has shown that this feared Amazon fish may gather in packs for safety, not to hunt", + "output": [ + "a piranha" + ] + }, + { + "id": "openseek-7-afd5c6bdecc34b5f9a785ed08bfcc276", + "input": "Category: VWLLSS CNTRS \nClue: CRT", + "output": [ + "croatia" + ] + }, + { + "id": "openseek-7-623ea8ede4b942cb823d61d13e3e3b31", + "input": "Category: FAMILIAL SONG TITLES \nClue: Unfortunately, she \"Got Run Over By A Reindeer\"", + "output": [ + "grandma" + ] + }, + { + "id": "openseek-7-bfaa0a8b61ac482b915fc38decb3b46a", + "input": "Category: SEE THE USA \nClue: To see Don Ho's show, go to the Hilton's Dome Show Room in this city", + "output": [ + "honolulu" + ] + }, + { + "id": "openseek-7-421f4bb04ab9446f8a30299befd67e3c", + "input": "Category: ARCHAEOLOGY \nClue: In 1996 New Mexico wildfires damaged ruins of this tribe the Navajo called \"The Ancient Ones\"", + "output": [ + "anasazi" + ] + }, + { + "id": "openseek-7-48193d7fe1d340dfaa3ab00ec414f84b", + "input": "Category: EASY STREET \nClue: This Beverly Hills street is a magnet for fashionistas: its stores include Prada, Escada, Gucci & Versace", + "output": [ + "rodeo drive" + ] + }, + { + "id": "openseek-7-2d8991be3fa741beb1cb5bf4afbe87d3", + "input": "Category: HELLO, ALEX \nClue: His \"Gulag Archipelago\" led to his arrest & forced deportation", + "output": [ + "aleksandr solzhenitsyn" + ] + }, + { + "id": "openseek-7-40ea0c563db6422facc89da8f2d6f2df", + "input": "Category: CAB ARRAY \nClue: Cab drivers came to be called hacks because of this old word for a coach for hire", + "output": [ + "hackney" + ] + }, + { + "id": "openseek-7-4ad612abd72c4640a81d480eaa3e83a2", + "input": "Category: THE OLD TESTAMENT \nClue: It's to whom God said, \"The end of all flesh is come before me\"", + "output": [ + "noah" + ] + }, + { + "id": "openseek-7-5f3475b9aed0448eb725f3c1fb117da0", + "input": "Category: TRAVEL & TOURISM \nClue: This Salt Lake City home of Brigham Young is named for the item placed atop the cupola on its roof", + "output": [ + "beehive house" + ] + }, + { + "id": "openseek-7-e5d78b43be7f4176bbe9cc0ec44c692d", + "input": "Category: TV WORKPLACES \nClue: This drama was set at the firm of McKenzie, Brackman, Chaney and Kuzak", + "output": [ + "l.a. law" + ] + }, + { + "id": "openseek-7-886abdd83ff84c17bdef3fbbcc7dbe9f", + "input": "Category: BUSINESS & INDUSTRY \nClue: The name of this Japanese electronics company comes from the Latin word for \"sound\"", + "output": [ + "sony" + ] + }, + { + "id": "openseek-7-15e607aa8864406095bfc9a8064729ba", + "input": "Category: BODIES OF WATER \nClue: Rising in the Valdai Hills of Russia, this is Europe's longest river", + "output": [ + "the volga" + ] + }, + { + "id": "openseek-7-6e484d699f0e4e2495751b1e95ad902f", + "input": "Category: U.S. GEOGRAPHY \nClue: This state's largest county, San Bernardino, was divided in 1893 to form Riverside county", + "output": [ + "california" + ] + }, + { + "id": "openseek-7-a931c3f9b9354bc3b3e9e9d875d168c3", + "input": "Category: UNUSUAL TRANSPORTATION \nClue: With reinforced hulls, the Polar class of these specialized vessels are the Coast Guard's biggest cutters", + "output": [ + "icebreakers" + ] + }, + { + "id": "openseek-7-6aab3f1152bd4bbc9493ecf2495e22c6", + "input": "Category: HISTORY \nClue: This \"Great\" king who died in 4 B.C. married Mariamne, the last princess of the Maccabees' line", + "output": [ + "herod the great" + ] + }, + { + "id": "openseek-7-593c5fb90e9c4e47a3930a300918767c", + "input": "Category: LANGUAGES \nClue: It's the official language of the country where we taped our International Tournament in 1997", + "output": [ + "swedish" + ] + }, + { + "id": "openseek-7-838441e46874429091fe1ce7debaaefa", + "input": "Category: ORGANIZED LABOR \nClue: Under this arrangement, labor and management agree to let a third party settle their dispute", + "output": [ + "arbitration" + ] + }, + { + "id": "openseek-7-d08d29aa157d481984b633dea62490e8", + "input": "Category: 19th CENTURY FICTION \nClue: This slave escapes with her son Harry across the ice floes of a river to reach the Ohio shore safely", + "output": [ + "eliza" + ] + }, + { + "id": "openseek-7-b779889e5c6b49b1b0999b1f9de7d974", + "input": "Category: MUSEUMS \nClue: The Whizstreet \"Up In Smoke\" Museum is a web site exhibiting the art of these colorful cigar items", + "output": [ + "cigar bands" + ] + }, + { + "id": "openseek-7-89082957c68b49b7a36272b004a554a7", + "input": "Category: PRESIDENTIAL BOOKS \nClue: In a book by Nixon, the Alger Hiss case & Ike's heart attack were 2 of the \"Six\" these", + "output": [ + "crises" + ] + }, + { + "id": "openseek-7-5d2eff9cb4cf4aaaa3367b6a10de9b6d", + "input": "Category: COLORADO \nClue: This architect's Mile High Center in Denver was completed in 1956; we'd like your initial reaction", + "output": [ + "i.m. pei" + ] + }, + { + "id": "openseek-7-e0157d825b2f4431882a8098682ee4af", + "input": "Category: TRY \"TRI\" AGAIN \nClue: It straightens the arm at the elbow", + "output": [ + "the triceps" + ] + }, + { + "id": "openseek-7-59f2e311fc9f46eba26d52dce68c2f38", + "input": "Category: THE BROWN BOMBER \nClue: Joe Louis' first professional loss came in 1936 to this German boxer", + "output": [ + "max schmeling" + ] + }, + { + "id": "openseek-7-67c6ae0f567948bf8660db60d06aa642", + "input": "Category: MEN IN GREY \nClue: He never forgave Lee for having him send his men on that doomed charge at Gettysburg", + "output": [ + "george edward pickett" + ] + }, + { + "id": "openseek-7-5f9a8a036b294ecd97fbd24a24d9ce79", + "input": "Category: STILL LIVING WITH \"MOM\" & \"DAD\" \nClue: What Genghis Khan was to Kublai Khan", + "output": [ + "granddad" + ] + }, + { + "id": "openseek-7-454f334177bf45e19bf36bcee5135c7c", + "input": "Category: ALL ABOUT AMSTERDAM \nClue: In summer, this seafood is sold at stands fresh & whole; at other times, it's eaten pickled", + "output": [ + "herring" + ] + }, + { + "id": "openseek-7-54ac19dbddae4570b3e5a9bb8ddd5570", + "input": "Category: YOUR BASIC MONSTER \nClue: In a Mary Shelley work, he's the doctor who used electricity to charge his constructed monster to life", + "output": [ + "dr. frankenstein" + ] + }, + { + "id": "openseek-7-79487abfd8b844b0affb936462a383dc", + "input": "Category: IOWA \nClue: This \"yummy\" red apple, the USA's top seller, was developed in the 1880s in Jesse Hiatt's orchard near East Peru", + "output": [ + "the red delicious" + ] + }, + { + "id": "openseek-7-77932f582b3945808b7f7c980b9df191", + "input": "Category: SITCOMS \nClue: This actress played the perenially perky Corky Sherwood on \"Murphy Brown\"", + "output": [ + "faith ford" + ] + }, + { + "id": "openseek-7-db86cd9e77ac4fcf95c1893472a82051", + "input": "Category: THE ART WORLD \nClue: 17th century artist born in Delft known for his paintings that have a cool, silvery light", + "output": [ + "jan vermeer" + ] + }, + { + "id": "openseek-7-2c756ea307044faca83a364625cb2762", + "input": "Category: GARDENING \nClue: Azaleas are a member of this plant genus whose name means \"rose tree\"", + "output": [ + "rhododendron" + ] + }, + { + "id": "openseek-7-ddef35e4fbf941548a719cb4483826ab", + "input": "Category: THE HUMAN BODY \nClue: This tube of cartilage branches into 2 major bronchi that enter the lungs", + "output": [ + "the trachea" + ] + }, + { + "id": "openseek-7-6d1c154cb89b42b69daf1fc301229841", + "input": "Category: \"TRIPLE\" JEOPARDY! \nClue: Collective term for victories in horse racing's 3 major events", + "output": [ + "triple crown" + ] + }, + { + "id": "openseek-7-ad3696f83eb2419eba6b1f757c67a480", + "input": "Category: ENGLISH USAGE \nClue: Latin for \"thus\", this 3-letter word is put in brackets to indicate an error in a quote", + "output": [ + "sic" + ] + }, + { + "id": "openseek-7-aab95019568d44fa82f51ed089d37bf9", + "input": "Category: THAT I LOVE YOU \nClue: Isla Fisher won Vince Vaughn's heart in \"Wedding Crashers\"; in real life, this \"Borat\" guy is glorious man type for her", + "output": [ + "sacha baron cohen" + ] + }, + { + "id": "openseek-7-61e4056fb59b4c18b78aefc3b578945a", + "input": "Category: BRIT ROCK \nClue: \"Therapeutic\" name of the band led by lipstick-sporting Robert Smith", + "output": [ + "the cure" + ] + }, + { + "id": "openseek-7-c05cd35ce0a94ebfad38b1859fde8a25", + "input": "Category: WAR STARS \nClue: A different band of brothers took to the air when Cuba Gooding Jr. & Laurence Fishburne starred in this TV movie", + "output": [ + "tuskegee airmen" + ] + }, + { + "id": "openseek-7-4816968472c9413891d209cc26c5c062", + "input": "Category: TRAIN-ING DAY \nClue: President Harding drove the golden spike at Nenana for this state's RR & died on the way home", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-3bf0458efa1246a699394b0f58fa619f", + "input": "Category: THE JOURNEY OF LIFE \nClue: This word for one not quite an adult comes from the same Latin root as \"adult\"", + "output": [ + "adolescent" + ] + }, + { + "id": "openseek-7-9708a3c250b24a0db21a349db1828d46", + "input": "Category: THOSE ARE THE RULES \nClue: St. Benedict's Rule defines \"4 kinds of\" these: those under an abbot; hermits; & 2 detestable types", + "output": [ + "monks" + ] + }, + { + "id": "openseek-7-ceee5690c9cd434598d8b9fd21ee3c32", + "input": "Category: NOTABLE NAMES \nClue: It might ring a bell that this Russian came up with the concept of the conditioned reflex", + "output": [ + "ivan pavlov" + ] + }, + { + "id": "openseek-7-73b9b32fdb104f9f8c50f22d68a4437b", + "input": "Category: HITS OF THE 1960s \nClue: In 1965 the McCoys hit No. 1 with this song about a girl who lives in a very bad part of town", + "output": [ + "\"hang on sloopy\"" + ] + }, + { + "id": "openseek-7-17f23bb17500429ab4fd7d7704039f1f", + "input": "Category: THE BIG BAND ERA \nClue: In a Duke Ellington hit song title, it's the line that follows \"It don't mean a thing\"", + "output": [ + "\"if it ain\\'t got that swing\"" + ] + }, + { + "id": "openseek-7-ef08673a6b57497f8791739ab252ea1b", + "input": "Category: SPORTS VENUES \nClue: John L. Sullivan was the first heavyweight champ to box in this original venue; in 1971, Joe Frazier beat Ali there", + "output": [ + "madison square garden" + ] + }, + { + "id": "openseek-7-d366b84a715541aa8fb139bf2bbf5dfa", + "input": "Category: LESLIE NIELSEN MOVIES \nClue: Leslie was captain of the ship in this 1972 disaster movie--no wonder things turned upside down!", + "output": [ + "the poseidon adventure" + ] + }, + { + "id": "openseek-7-ac12c027f6034608a3c9e48851004411", + "input": "Category: YOU'RE IN THIS FOREIGN COUNTRY IF... \nClue: you're jogging in Johannesburg", + "output": [ + "south africa" + ] + }, + { + "id": "openseek-7-8a013e40b8ab4178afb6d30f4dbea257", + "input": "Category: ACTOR-DIRECTORS \nClue: Replacing Kubrick as the director of 1961's \"One-Eyed Jacks\" was an offer this actor could not refuse", + "output": [ + "marlon brando" + ] + }, + { + "id": "openseek-7-bc5530dcd5c046d68038b4cad8e9311f", + "input": "Category: REFERENCE BOOKS \nClue: Flemish cartographer Gerardus Mercator was the 1st to call a book of maps this", + "output": [ + "atlas" + ] + }, + { + "id": "openseek-7-5cca97158aaf413b831b63cacd245d14", + "input": "Category: RED ROVER, RED ROVER \nClue: This NASA \"Lab\" based in Pasadena designed the rovers used on Mars", + "output": [ + "jpl" + ] + }, + { + "id": "openseek-7-61097568684f42dfb55602ba59407a7c", + "input": "Category: 20th CENTURY FOOD \nClue: From 1949 to 1968 it was the only Pillsbury product you were required to use in its Bake-Offs", + "output": [ + "flour" + ] + }, + { + "id": "openseek-7-02b3692f385c4bc2ae94c419137b5e2c", + "input": "Category: ATLANTA BUSINESS & INDUSTRY \nClue: This soft drink company once owned \"Jeopardy!\"", + "output": [ + "coca-cola" + ] + }, + { + "id": "openseek-7-a4c623a8f6f74908b20797d6c05c2de2", + "input": "Category: THAT'S MY BUSINESS! \nClue: I work as one of these, carrying clubs around the Shinnecock Hills Golf Course", + "output": [ + "a caddie" + ] + }, + { + "id": "openseek-7-3699211ab1ee44eda741071047f4f88b", + "input": "Category: MIDDLE INITIAL V. \nClue: This current world leader's middle initial V. stands for Vladimirovich", + "output": [ + "vladimir putin" + ] + }, + { + "id": "openseek-7-5b7b96e64a574007a0b31472c7d40de4", + "input": "Category: GEOGRAPHY \nClue: There's a lighthouse at Cape Gris-Nez, this country's closest point to England", + "output": [ + "france" + ] + }, + { + "id": "openseek-7-d7a49061a26e4b8284a84d00829f21ab", + "input": "Category: SCULPTURE \nClue: This cubist's \"Bull's Head\" sculpture was made from a bicycle seat & handlebars", + "output": [ + "pablo picasso" + ] + }, + { + "id": "openseek-7-dbe1d27c5cca49f6ad034382ef8669d2", + "input": "Category: NEW YORK, NEW YORK \nClue: In 1754 King's College was founded in New York City; today it's known as this Ivy League university", + "output": [ + "columbia" + ] + }, + { + "id": "openseek-7-4f938b1f2fc04f0db6161e385b151b5f", + "input": "Category: ISMs \nClue: The belief in the need to secure rights & opportunities for women equal to those of men", + "output": [ + "feminism" + ] + }, + { + "id": "openseek-7-a04c1eecdb52414f9603a55fd789628a", + "input": "Category: FOODS \nClue: Southern specialty & America's favorite main dish", + "output": [ + "southern fried chicken" + ] + }, + { + "id": "openseek-7-2c6ed243436c452593b7736454f9be84", + "input": "Category: BOARD GAME HISTORY \nClue: Invented by a wealthy couple while aboard their large boat, this game sounds like a type of boat", + "output": [ + "yahtzee" + ] + }, + { + "id": "openseek-7-f9afead513414994b10ad326557faf8a", + "input": "Category: THE BAD AIR UP THERE \nClue: You can't see or smell this gas produced by gas engines, but inhaling it will make you dizzy", + "output": [ + "carbon monoxide" + ] + }, + { + "id": "openseek-7-0dc834b920314b0fad426ae1258ca9d5", + "input": "Category: WORLD FACTS \nClue: Cozumel is the largest island off the coast of this peninsula", + "output": [ + "yucatan peninsula" + ] + }, + { + "id": "openseek-7-b948a44dd91143eba9667e2bc6dca883", + "input": "Category: \"ITZ\" AT THE END \nClue: Synonymous with \"meddle\" or \"snoop\", this Yiddish word means to offer unsolicited advice", + "output": [ + "kibitz" + ] + }, + { + "id": "openseek-7-90c058be1d9e4605a3ac29b582533775", + "input": "Category: WEIGHTS & MEASURES \nClue: 1.5 ounces is equal to a jigger or one of these units--but Bartender, a little extra is always OK", + "output": [ + "a shot" + ] + }, + { + "id": "openseek-7-ab3e6788de324c8b942f365c593b94fc", + "input": "Category: JUST LOGOS \nClue: (\"When it rains, it pours\")", + "output": [ + "morton salt" + ] + }, + { + "id": "openseek-7-9a97b658f0b749bdb439fc93421b719a", + "input": "Category: NEWS MEDIA \nClue: This newspaper for business people has the highest paid circulation of any daily in the U.S.", + "output": [ + "the wall street journal" + ] + }, + { + "id": "openseek-7-af037148c1534e83acaf413fd1b2b071", + "input": "Category: THE REAL FIRST NAME \nClue: \"Baby Doc\" Duvalier", + "output": [ + "jean-claude" + ] + }, + { + "id": "openseek-7-cf8422c984664389b4603c89cadc4d17", + "input": "Category: ASTRONOMY & SPACE \nClue: Most of the meteors in a meteor shower are debris left behind by one of these tailed bodies", + "output": [ + "a comet" + ] + }, + { + "id": "openseek-7-d3122eb36f7f42dd83d1b7105355d01f", + "input": "Category: GUINNESS RECORDS \nClue: These folklorists compiled the largest dictionary, the \"Deutsches Worterbuch\", 1st published in 1854", + "output": [ + "the brothers grimm" + ] + }, + { + "id": "openseek-7-96f3888439864080a9c55a66bcb7fec6", + "input": "Category: BRITISH WHODUNITS \nClue: This miss crack'd the case in \"The Mirror Crack'd\"", + "output": [ + "miss marple" + ] + }, + { + "id": "openseek-7-889da95092ea45b5b7f13aa538ef6d0b", + "input": "Category: VOCABULARY \nClue: A clergyman who is also a landowner is a \"squarson\", a combination of these 2 words", + "output": [ + "squire & parson" + ] + }, + { + "id": "openseek-7-dc4b9922b035487384e3c9edf555c5d8", + "input": "Category: THAT'S NOT HOW THAT BOOK ENDS! \nClue: ...All perfume no & his heart was going like mad & no I said no I won't no then I kicked him no", + "output": [ + "ulysses" + ] + }, + { + "id": "openseek-7-e3f306ced8444e2e99b5dd715f0fe37e", + "input": "Category: GEMS & JEWELRY \nClue: An English art critic said this gem \"shows the most glorious colors to be seen in the world...\"", + "output": [ + "the opal" + ] + }, + { + "id": "openseek-7-2f6e1be03eb147539b7d8437b4c65719", + "input": "Category: BOBBING FOR BOBS \nClue: He started \"Penthouse\" as a pet project in 1965", + "output": [ + "bob guccione" + ] + }, + { + "id": "openseek-7-571a5113c35f4eadb02bddc576b04589", + "input": "Category: NURSERY RHYME WOMEN \nClue: It's the name shared by a lamb owner & a gardener", + "output": [ + "mary" + ] + }, + { + "id": "openseek-7-9e449e9e783d4673887cf60f15274ae7", + "input": "Category: THE GOOD HUMOR MAN \nClue: ...who hosted the premiere episode of \"Saturday Night Live\" in 1975", + "output": [ + "george carlin" + ] + }, + { + "id": "openseek-7-eb3eb2ca185a48eebb695e7c1d5cfc87", + "input": "Category: AMAZING SPORTS RECORDS \nClue: In this key job, preparing horses, Ben Jones brought a record 6 horses to the Kentucky Derby winner's circle", + "output": [ + "trainer" + ] + }, + { + "id": "openseek-7-bd24b826aa5c49fa97b042be4d0ec4ab", + "input": "Category: \"MAN\"LY MOVIES \nClue: It's Greek to me, but in 1971 Richard Matheson's story \"I Am Legend\" was filmed under this title", + "output": [ + "the omega man" + ] + }, + { + "id": "openseek-7-7a3182606a3f479cba089c4dfc6d811c", + "input": "Category: PAINTERS \nClue: Artist Edward Hicks, now known for \"The Peaceable Kingdom\", was famous in life as a preacher for this group", + "output": [ + "quakers" + ] + }, + { + "id": "openseek-7-08173fe20a25415aaf64ee2c89b037a0", + "input": "Category: FILM FACTS \nClue: Johannesburg-born actress Janet Suzman was nominated for an Oscar for her 1971 portrayal of this czarina", + "output": [ + "alexandra" + ] + }, + { + "id": "openseek-7-a73933f4cc9345fe8b001784851599ce", + "input": "Category: CANADIAN HISTORY \nClue: The 1842 Webster-Ashburton Treaty fixed Maine's border with this \"New\" province", + "output": [ + "new brunswick" + ] + }, + { + "id": "openseek-7-431f46f1876d458192c411526afae896", + "input": "Category: COLONIALISM IN AFRICA \nClue: One of the only 2 African countries that were independent at the start of World War I", + "output": [ + "ethiopia" + ] + }, + { + "id": "openseek-7-05fda7136544488abf26cf29b61612b2", + "input": "Category: \"M\"BRACE ME! \nClue: Its most famous voyage was from September 16, 1620 to November 21, 1620", + "output": [ + "mayflower" + ] + }, + { + "id": "openseek-7-e3947e4e210a4c0c93986e0213dc365c", + "input": "Category: THE MAINE ATTRACTION \nClue: It's the only National Park in all of New England", + "output": [ + "acadia" + ] + }, + { + "id": "openseek-7-dc174de1c3eb45c08616c8496f6555cb", + "input": "Category: CHILDREN'S LITERATURE \nClue: She wrote 6 sequels to \"Anne of Green Gables\", but her adult fiction never sold well", + "output": [ + "lucy maud montgomery" + ] + }, + { + "id": "openseek-7-f9580052257a4a5abe45ffc93a39531f", + "input": "Category: SCIENCE & NATURE \nClue: In 1960 Theodore Maiman built the first of these devices using a ruby", + "output": [ + "laser" + ] + }, + { + "id": "openseek-7-4e8a10a9f2704adc89f49f592ee316d5", + "input": "Category: DO-GOODERS \nClue: Part of this U.N. agency's mission is to stimulate work on the prevention of epidemic diseases", + "output": [ + "the who" + ] + }, + { + "id": "openseek-7-59b9ed4e56a94916aa2fa76d3c2b09de", + "input": "Category: BODY LANGUAGE \nClue: A rounded mass of radicchio, for example", + "output": [ + "a head" + ] + }, + { + "id": "openseek-7-985ca0d793ff4b18a7621bc7511c5687", + "input": "Category: PASTIMES \nClue: The FCC assigns call signs, like N8DNR, to use in this hobby", + "output": [ + "ham radio" + ] + }, + { + "id": "openseek-7-00e05cdaebd1423cb84f68143352dffa", + "input": "Category: CHOOSE A \"CIDE\" \nClue: The killing of cats", + "output": [ + "felicide" + ] + }, + { + "id": "openseek-7-c035320e5a964da994f81cbee711a647", + "input": "Category: A SYMPHONY OF NINTHS \nClue: This 4-letter word for a time of day comes from the Latin for \"ninth hour\"", + "output": [ + "noon" + ] + }, + { + "id": "openseek-7-d9d8e3228d38446fa47b4020360d74ba", + "input": "Category: MAROON 5 \nClue: At the end of a 1719 novel, this title character sells his Brazilian plantation, marries & visits his old island", + "output": [ + "robinson crusoe" + ] + }, + { + "id": "openseek-7-0733f1a4be81443a891713ded2fa1f2c", + "input": "Category: YOU'VE GOT... \nClue: You've got this disease if you've been eating undercooked pork full of parasites", + "output": [ + "trichinosis" + ] + }, + { + "id": "openseek-7-40d2c72754094a0286ff40ba29cfa966", + "input": "Category: \"ER\" \nClue: Literary adjective meaning \"former\"", + "output": [ + "erstwhile" + ] + }, + { + "id": "openseek-7-e06ef36834dd41239931ca9a8221e857", + "input": "Category: I WANNA \"NO\" \nClue: 2 words that precede \"No Glory\" in a popular saying", + "output": [ + "\"no guts\"" + ] + }, + { + "id": "openseek-7-9c8fe5ac892a40ad82c5dd064273f67f", + "input": "Category: CHINESE INVENTIONS \nClue: In the T'ang dynasty the Chinese came up with this bone-hard white ceramic also called china", + "output": [ + "porcelain" + ] + }, + { + "id": "openseek-7-ec64556324b24f71a8dd450903de7aa0", + "input": "Category: PAINTINGS \nClue: His 2nd & 3rd most famous women's portraits are \"Cecilia Gallerani\" & \"Ginevra de' Benci\"", + "output": [ + "leonardo da vinci" + ] + }, + { + "id": "openseek-7-84b7c28493c94b91b06c8c6f7e776682", + "input": "Category: MARCH \nClue: The natives were friendly for awhile when this man's ships reached the Philippines March 16, 1521", + "output": [ + "ferdinand magellan" + ] + }, + { + "id": "openseek-7-e5895e0d3d744d31977020050a50b3c5", + "input": "Category: TAKE A LETTER \nClue: It precedes \"note\" in a slang term for a hundred-dollar bill", + "output": [ + "c" + ] + }, + { + "id": "openseek-7-a26aff130b904660a90c103de1b2a2d0", + "input": "Category: SUPERHEROES \nClue: For a while the Hulk was gray, but now he's this color", + "output": [ + "green" + ] + }, + { + "id": "openseek-7-9328cac131ad461180a40812c3c8a74a", + "input": "Category: TAKE THE KIDS! \nClue: Kids love creepy stuff, so take them to see the bog mummies at the Silkeborg Museum in this country", + "output": [ + "denmark" + ] + }, + { + "id": "openseek-7-26cda29fa9dc4a3a90d389dded193841", + "input": "Category: THE CONSTELLATIONS \nClue: This constellation's belt points southeasterly to Sirius, the brightest star in the nighttime sky", + "output": [ + "orion" + ] + }, + { + "id": "openseek-7-534cb4a0abb5430682f8294fc839c130", + "input": "Category: QUARTER BACKS \nClue: The blossoms & leaves of 2 magnolias", + "output": [ + "mississippi" + ] + }, + { + "id": "openseek-7-bf346c981c3e47f9854a5b2e403e90f0", + "input": "Category: AMERICAN HISTORY \nClue: Congress adopted this document in 1777, but it was not fully ratified by the states for another 4 years", + "output": [ + "the articles of confederation" + ] + }, + { + "id": "openseek-7-947bdf29ac754d33ba6269c087ba4c26", + "input": "Category: U.S. PRESIDENTS \nClue: He was the first California native to become vice president & the first to become president", + "output": [ + "richard nixon" + ] + }, + { + "id": "openseek-7-cb5fc95063954f6d81ef094328080572", + "input": "Category: PENINSULAS \nClue: Politically, it's divided into Spain, Portugal & Gibraltar", + "output": [ + "iberian peninsula" + ] + }, + { + "id": "openseek-7-339dad116783435baee87b59e86fe98e", + "input": "Category: BROADWAY LYRICS \nClue: Whenever I feel afraid, I hold my head erect and do this, \"so no one will suspect I'm afraid\"", + "output": [ + "whistle a happy tune" + ] + }, + { + "id": "openseek-7-5516d09e56d1417ba853958d17f02c7d", + "input": "Category: FAIRIES \nClue: It's estimated that the amount left by this fairy has grown from 25 cents to around $2 over the past 25 years", + "output": [ + "the tooth fairy" + ] + }, + { + "id": "openseek-7-4e6f912562e240b486ad1216bc4814c9", + "input": "Category: THE 18th CENTURY WORLD \nClue: In 1776 this South American city was made the capital of the new Viceroyalty of the Rio de la Plata", + "output": [ + "buenos aires" + ] + }, + { + "id": "openseek-7-28aeeee266cf47bcadb97afec4e04f64", + "input": "Category: TV SIDEKICKS \nClue: Although Fox Mulder may think she was sent to be his sidekick, she was actually assigned to keep an eye on him", + "output": [ + "dana scully" + ] + }, + { + "id": "openseek-7-bcb413b7952b4704a293139b3e089095", + "input": "Category: \"B\" PREPARED \nClue: This contagious disease caused by the bacterium yersinia pestis can be spread by fleas from infected rats", + "output": [ + "bubonic plague" + ] + }, + { + "id": "openseek-7-2b237aa7ad684c67ab7cce7b7aa998f8", + "input": "Category: SPORTS AUTOBIOGRAPHIES \nClue: This coach's book is all \"Tark\"", + "output": [ + "jerry tarkanian" + ] + }, + { + "id": "openseek-7-bf1c2aa61f9a4e02b6f6e81bc738591f", + "input": "Category: DEAR JOHN \nClue: He once said, \"I don't smoke much, and I drink very little. I guess my only bad habit is robbing banks\"", + "output": [ + "john dillinger" + ] + }, + { + "id": "openseek-7-ae9a0a0e07934ad5b09becdd6eef8615", + "input": "Category: MIXED NUTS \nClue: OLD MAN", + "output": [ + "almond" + ] + }, + { + "id": "openseek-7-8a891d2bd130421f95f8b7274663de31", + "input": "Category: LIGHTHOUSES \nClue: Every Nov. 10, Split Rock lighthouse on Lake Superior lights its lamps to commemorate this ship's sinking in 1975", + "output": [ + "the edmund fitzgerald" + ] + }, + { + "id": "openseek-7-6ddc3ca2d89e49d9a8e5f76470d5fc14", + "input": "Category: BODY LANGUAGE \nClue: This 2-word phrase means space to work comfortably & mentions a certain joint", + "output": [ + "elbow room" + ] + }, + { + "id": "openseek-7-c2a47f12ddec4034a4b7201af8a46a69", + "input": "Category: THE ELEMENTS \nClue: It's the only element that weighs less than helium", + "output": [ + "hydrogen" + ] + }, + { + "id": "openseek-7-e344f9dd055843f6a7af8be7109c063f", + "input": "Category: COLORS \nClue: It's a creamy white color, or what white piano keys were once widely made of", + "output": [ + "ivory" + ] + }, + { + "id": "openseek-7-fac530c12433450e9547f29ac9758a15", + "input": "Category: A YEAR ENDING IN '09 \nClue: Galileo demonstrates his first telescope to Venetian lawmakers", + "output": [ + "1609" + ] + }, + { + "id": "openseek-7-9d8d3470a4d04191886798c001dfc7ab", + "input": "Category: U.S. HISTORY \nClue: His golden-voiced speech at the 1896 Democratic Convention clinched his nomination", + "output": [ + "william jennings bryan" + ] + }, + { + "id": "openseek-7-4a39592155fc4c269906a0d0dc7cfcb4", + "input": "Category: GUINNESS RECORDS \nClue: Roy Sullivan, a park ranger, was struck by this a record 7 times & survived; his hair caught fire twice", + "output": [ + "lightning" + ] + }, + { + "id": "openseek-7-04729f9696174cd987f89362dfaf1748", + "input": "Category: \"ROCK\" & \"ROLL\" SONGS \nClue: Chuck Berry's way of saying \"Step aside, Ludwig\"", + "output": [ + "\"roll over beethoven\"" + ] + }, + { + "id": "openseek-7-cc8e1b1d7ecf42d9b1ebd92ea2fd8076", + "input": "Category: USA \nClue: This D.C. library houses the world's foremost collection of works by & about Shakespeare", + "output": [ + "folger library" + ] + }, + { + "id": "openseek-7-1d07d57832f040cba943a1607dcc6a69", + "input": "Category: \"B.C.\" \nClue: In computer science, ones & zeroes are key to this", + "output": [ + "binary code" + ] + }, + { + "id": "openseek-7-acc04c812ff9490bb12fcea47ba9a8c3", + "input": "Category: 10-LETTER WORDS \nClue: Instead of being hospitalized, many who are sick can be treated on this basis", + "output": [ + "outpatient" + ] + }, + { + "id": "openseek-7-a67301d0819f4ebe96c1ae16744c3ebb", + "input": "Category: VINTAGE CARS \nClue: This famous flop was named after Henry Ford's son", + "output": [ + "edsel" + ] + }, + { + "id": "openseek-7-8d690250f8a6465f86335c9ba756e7d7", + "input": "Category: CARS \nClue: Actor Paul Hogan appeared in ads for its Outback model", + "output": [ + "subaru" + ] + }, + { + "id": "openseek-7-1c170c7356ed443083fb23155d4e36fc", + "input": "Category: BRAIN MAUL! \nClue: He was Liz Taylor's first husband", + "output": [ + "nicky hilton" + ] + }, + { + "id": "openseek-7-45b1776739a54644afc01f699996ada7", + "input": "Category: RHYME TIME \nClue: A stylish young woman of the 1920s", + "output": [ + "dapper flapper" + ] + }, + { + "id": "openseek-7-a6c6aa366edf4b37a2d65ffc2d7932f4", + "input": "Category: WEATHER, MAN \nClue: Despite its northern latitude, Great Britain boasts a mild climate due to this warm ocean current", + "output": [ + "the gulf stream" + ] + }, + { + "id": "openseek-7-2bd1fb87ab584b1f9333067dc3046db9", + "input": "Category: ORGANIZATIONS \nClue: It was formed in 1964 by refugee groups & Fedayeen, or commando forces, in Jerusalem", + "output": [ + "the plo" + ] + }, + { + "id": "openseek-7-456ad480d08e4c0a92f131f4ea4bc03d", + "input": "Category: HOUSE OF METAPHORS \nClue: In March 2006 Congress raised this metaphorical limit to around $9 trillion", + "output": [ + "the debt ceiling" + ] + }, + { + "id": "openseek-7-840ccd91359c49a89e1495dcb160b09c", + "input": "Category: '80s TV \nClue: To George Jefferson she was \"Weesie\", but his wife's actual first name was this", + "output": [ + "louise" + ] + }, + { + "id": "openseek-7-af2a1c5a5f8947c98213196c1de68169", + "input": "Category: \"CUS\" WORDS \nClue: Notable early bloomers seen here:", + "output": [ + "crocuses" + ] + }, + { + "id": "openseek-7-03b51cb01a5e4cba8816984410144a2b", + "input": "Category: ANIMAL GROUPS \nClue: Though not noted for their musical skills, a group of gorillas is called this", + "output": [ + "a band" + ] + }, + { + "id": "openseek-7-9801f0e6962b4a0b89a6bd094b77471d", + "input": "Category: LET'S PLAY ALGEBRA! \nClue: To multiply binomials like (3x + 5)(2x + 7), remember the \"FOIL\" method, which stands for this", + "output": [ + "first, outer, inner, last" + ] + }, + { + "id": "openseek-7-5796a19db0a94c0c8487e8d26abd993a", + "input": "Category: FIRST LADIES' RHYME TIME \nClue: Mrs. Madison's tennis shots", + "output": [ + "dolley\\'s volleys" + ] + }, + { + "id": "openseek-7-8d7598abcb4a4b678bd9192b5dadd81e", + "input": "Category: BEASTLY VERBS \nClue: To use a concealed microphone like a member of the order Hemiptera", + "output": [ + "to bug" + ] + }, + { + "id": "openseek-7-aa22073a6df34fd088678296c4a942d1", + "input": "Category: FEDERATIONS \nClue: The IBF, the International Federation for this sport, knows the correct size for shuttlecocks", + "output": [ + "badminton" + ] + }, + { + "id": "openseek-7-e1a1b146800743acaeaf03e72bf96b66", + "input": "Category: THE BIGGEST SCHMOOZER \nClue: A man's home is his castle, & yours is so amazing, it's like one of these French-named castles in Bordeaux", + "output": [ + "a chateau" + ] + }, + { + "id": "openseek-7-143f52702d30482780a559ea5a7aa4de", + "input": "Category: \"-ARES\" \nClue: Entangles by ropes or lies, probably not drums", + "output": [ + "ensnares" + ] + }, + { + "id": "openseek-7-05c7a2d3d4a54bd8a8ef728a3b3eac86", + "input": "Category: HIGHWAYS & BYWAYS \nClue: The name of this Paris thoroughfare means \"Avenue of the Elysian Fields\"", + "output": [ + "champs-elysees" + ] + }, + { + "id": "openseek-7-ec47a74272404d1aaf399199f0578ea6", + "input": "Category: THE BIG \"O\" \nClue: This branch of medicine deals with women during pregnancy & labor & after childbirth", + "output": [ + "obstetrics" + ] + }, + { + "id": "openseek-7-91fed64b286c43c09f0b51751b81c68a", + "input": "Category: NOTABLE NAMES \nClue: In 1932 Chou En-Lai succeeded this man as political commissar of the Red Army", + "output": [ + "mao tse-tung" + ] + }, + { + "id": "openseek-7-f7a4b36488754ddeb2ae8693df4392ea", + "input": "Category: JAZZ ODYSSEY \nClue: This brilliant pianist's compositions include \"Blue Monk\" & \"'Round Midnight\"", + "output": [ + "thelonious monk" + ] + }, + { + "id": "openseek-7-9be8a7af848741719aac59c8590cde83", + "input": "Category: CASTLES \nClue: Once home to the Knights of the Sword, Riga Castle is today the official residence of the president of this Baltic country", + "output": [ + "latvia" + ] + }, + { + "id": "openseek-7-ba54ad9cdd2c42a68d4adcf12694776c", + "input": "Category: SIGNS & SYMBOLS \nClue: The 2 symbols seen on pirate flags & bottles of poison", + "output": [ + "skull & crossbones" + ] + }, + { + "id": "openseek-7-3ede95d070cd44148f0650865b1db2e1", + "input": "Category: CURRENT EVENTS \nClue: Blend the north & south equatorial currents, add a splash from west of Florida & you've got this \"stream\"", + "output": [ + "the gulf stream" + ] + }, + { + "id": "openseek-7-b72d6728fc0a4eee90cf86f10cb626e3", + "input": "Category: \"V\"OCABULARY \nClue: Proverbially speaking, it's \"the spice of life\"", + "output": [ + "variety" + ] + }, + { + "id": "openseek-7-c001f998d9af429487833aebee58dfd5", + "input": "Category: WORLD GEOGRAPHY \nClue: This river is only navigable for about 80 miles, from Lisbon to Abrantes, Portugal", + "output": [ + "tagus" + ] + }, + { + "id": "openseek-7-ad12b0f4647e4a52b1061e9a0be4ba29", + "input": "Category: 1992 WOMEN OLYMPIANS \nClue: World champion Giovanna Trillini of Italy \"foiled\" her opponent to win an individual gold in this sport", + "output": [ + "fencing" + ] + }, + { + "id": "openseek-7-e1215c26a3c04440aaa3e7408a589891", + "input": "Category: 3-LETTER WORDS \nClue: Over there; often hitched with hither", + "output": [ + "yon" + ] + }, + { + "id": "openseek-7-713237acf6a14ff48084d8980ed7c6a4", + "input": "Category: KEYBOARD NEIGHBORS \nClue: In Spanish it's nosotros", + "output": [ + "we" + ] + }, + { + "id": "openseek-7-8f852cecf9a840de90264f8450b2bba6", + "input": "Category: U.S. MAYORS \nClue: It was a historic event when this man was sworn in in 1990", + "output": [ + "david dinkins" + ] + }, + { + "id": "openseek-7-1d70c0cfd8f54e4aa63f117ec2792a9a", + "input": "Category: ARTFUL KNIGHTS \nClue: Sir Cecil Beaton's subjects for these included members of the Royal Family & models for Vogue Magazine", + "output": [ + "portraits" + ] + }, + { + "id": "openseek-7-854d7c950f454173847e786cce28eeaa", + "input": "Category: AUTHOR'S MAIDEN NAMES \nClue: Adela St. Johns", + "output": [ + "rogers" + ] + }, + { + "id": "openseek-7-a228cbc92d1949d9a94e3e5bca3ce97e", + "input": "Category: DONKEYS & ELEPHANTS \nClue: Or would you rather be one of these? (a cross between a male donkey & a female horse)", + "output": [ + "mule" + ] + }, + { + "id": "openseek-7-8250c6ae35f943dbb20490db55a7dd6a", + "input": "Category: JOHNSON & JOHNSON \nClue: A character played by him worked for the Metro Dade Organized Crime Bureau & had a pet alligator, Elvis", + "output": [ + "don johnson" + ] + }, + { + "id": "openseek-7-98ec720607114b2babcbca44020977d7", + "input": "Category: LITERARY LINGO \nClue: The term \"stream of\" this first appeared in William James' 1890 textbook \"The Principles of Psychology\"", + "output": [ + "consciousness" + ] + }, + { + "id": "openseek-7-9c0e4f5bb90b40b0b0d866b08d67680b", + "input": "Category: HISTORICAL BLOGS. \nClue: Circa 8th c. B.C.: Writing the 2 epic poems that'll make me famous! Scholars would never doubt my existence... d'oh!", + "output": [ + "homer" + ] + }, + { + "id": "openseek-7-ff692a10f48a40ef92f9bc7113dfc0a2", + "input": "Category: IT'S BAD FOR YA \nClue: James Lind's 1753 \"Treatise On\" this vitamin C deficiency suggests eating citrus fruits", + "output": [ + "scurvy" + ] + }, + { + "id": "openseek-7-3791a1581a834653a2b530d70197c39b", + "input": "Category: WAR FICTION \nClue: Jack DuArte's \"The Resistance\" tells of French efforts to keep Louvre artwork from this No. 2 Nazi & Luftwaffe chief", + "output": [ + "göring" + ] + }, + { + "id": "openseek-7-87a13887ff124a37956c5dda2b53ad8b", + "input": "Category: THE INTERNATIONAL SPY MUSEUM \nClue: An exhibit on this famous TV French chef details the work she once did processing documents for the OSS", + "output": [ + "child" + ] + }, + { + "id": "openseek-7-87cdd4efd5cb4756a82b7098aef35cac", + "input": "Category: REMEMBERING MICHAEL JACKSON \nClue: In 1969 Michael & his brothers released their debut album: this Motown diva \"Presents the Jackson 5\"", + "output": [ + "diana ross" + ] + }, + { + "id": "openseek-7-0c1c79e0b31445598381309a776d36a9", + "input": "Category: 1T, 2T \nClue: An Asian Buddhist temple, & a unit of power", + "output": [ + "wat & watt" + ] + }, + { + "id": "openseek-7-139a5cf8398f44f3820cf0e7c478b8de", + "input": "Category: COUPLES \nClue: A \"window\" into this businessman's world shows he married Melinda French, a product manager at his company", + "output": [ + "bill gates" + ] + }, + { + "id": "openseek-7-fba2ee87d84a4866926adc227593ae17", + "input": "Category: MISCELLANY \nClue: Eva's sister, she won the 1936 Miss Hungary contest as a teenager", + "output": [ + "zsa zsa gabor" + ] + }, + { + "id": "openseek-7-ac9551062bce440988dc9e89c77cc365", + "input": "Category: PLACES FOR ANIMALS \nClue: Over 1,500 species of worm are named for this habitat", + "output": [ + "the earth" + ] + }, + { + "id": "openseek-7-b71b495f6bfe4f50a742e55b0f2a6767", + "input": "Category: ONE-HIT WONDERS \nClue: In a 1980 hit Lipps, Inc. asked, \"Won't you take me to\" this title place", + "output": [ + "\"funkytown\"" + ] + }, + { + "id": "openseek-7-c2a34c6d78d846b1a9f65a8da7c90944", + "input": "Category: HODGEPODGE \nClue: Big Sandy isn't a feared bouncer, but a river that divides Kentucky from this \"Mountain State\"", + "output": [ + "west virginia" + ] + }, + { + "id": "openseek-7-97e363ed8fde4d22818dc312ec4f6a57", + "input": "Category: THE PIANIST \nClue: He's the pianist who's tickling the ivories in the photo seen here", + "output": [ + "richard m. nixon" + ] + }, + { + "id": "openseek-7-45782febfa24414bb3a8cdb75d15b739", + "input": "Category: HAUNTED HOUSEKEEPING \nClue: In the guest room, drown out the howling with a device for this \"noise\", with the same intensity at all frequencies", + "output": [ + "white noise" + ] + }, + { + "id": "openseek-7-97d5e495661e4e0f9e681e6d770a30ee", + "input": "Category: ANCIENT VIPs \nClue: This \"Great\" king of Persia was the son of Darius the Great & the Grandson of Cyrus the Great", + "output": [ + "xerxes" + ] + }, + { + "id": "openseek-7-f600da8385a945bab3ed7c9f9b6d1ee4", + "input": "Category: AMERICAN HISTORY \nClue: This amendment was 3 states short of ratification when its deadline elapsed June 30, 1982", + "output": [ + "the era" + ] + }, + { + "id": "openseek-7-7012c5d46f764b3892dbfacffbf57b34", + "input": "Category: GLANDS \nClue: These glands secrete an oily substance which lubricates your hair & keeps it soft", + "output": [ + "the sebaceous glands" + ] + }, + { + "id": "openseek-7-3ea9f7f6ae3c4157b146e0c6eb1f70b7", + "input": "Category: GET YOUR FACTS STRAIGHT \nClue: Ramen is a noodle; the Ramayana is an epic poem of India composed in this ancient language", + "output": [ + "sanskrit" + ] + }, + { + "id": "openseek-7-092cad33f6ce456cbe6d00feb35b178c", + "input": "Category: SPLIT \nClue: In 1955 a joint unity committee was formed to bring these 2 labor groups, split since the '30s, together", + "output": [ + "afl & cio" + ] + }, + { + "id": "openseek-7-20bfc4109a4545b8b262aae7570c0d11", + "input": "Category: OF THE CHILDREN \nClue: At the park the full bucket type of this is for 2- & 3-year-olds; kids who are 4 & 5 graduate to the half bucket", + "output": [ + "a swing" + ] + }, + { + "id": "openseek-7-9da9ec405de549b7bd616865f2b5fe77", + "input": "Category: EAST ASIAN CITIES \nClue: Also called Guangzhou, for almost a century it was the only Chinese port open to foreign trade", + "output": [ + "canton" + ] + }, + { + "id": "openseek-7-66426ad70d9744bbb7de916550eeb4bb", + "input": "Category: THE DREIDEL WILL ROCK \nClue: Guitarist Robby Krieger lit the fire under this classic '60s band", + "output": [ + "the doors" + ] + }, + { + "id": "openseek-7-cf965f9af93e48aaba494f0197f8c870", + "input": "Category: LITERARY GEOGRAPHY \nClue: In chap. V of \"The Sun Also Rises\", horse-chestnut trees are in bloom in this city's Luxembourg Gardens", + "output": [ + "paris" + ] + }, + { + "id": "openseek-7-7cf5550289264ad4a0e62d8da34604d9", + "input": "Category: HERBS & SPICES \nClue: These grayish-blue seeds used to garnish the tops of breads & pastries are so tiny that 900,000 equal a pound", + "output": [ + "poppy seeds" + ] + }, + { + "id": "openseek-7-dce6f76c42bf46d2959852cd4c7668c6", + "input": "Category: AMERICANISMS \nClue: You might take the footpath to get to this word, paired with \"Surfin'\" in a Jan & Dean skateboarding hit", + "output": [ + "sidewalk" + ] + }, + { + "id": "openseek-7-fbb460bc3a23477eaae03c49cd46235e", + "input": "Category: FICTIONAL DETECTIVES \nClue: This rotund P.I.'s household includes chef Fritz Brenner & \"orchid nurse\" Theodore Horstmann", + "output": [ + "nero wolfe" + ] + }, + { + "id": "openseek-7-87d7fe694a2c4666a924c9c4b75c294d", + "input": "Category: THE EAST COAST \nClue: (Hi, I'm Ian Ziering) On TV I live in \"Beverly Hills 90210\", but I was born in West Orange 07052 in this state", + "output": [ + "new jersey" + ] + }, + { + "id": "openseek-7-110d46eedf864ad28df33938d67b8e0c", + "input": "Category: ANAGRAMMYS \nClue: Welcome to the Best \"SNARE TWIT\"", + "output": [ + "new artist" + ] + }, + { + "id": "openseek-7-753591e60ac948e6bb495dae668cbf00", + "input": "Category: IT'S A SCIENTIFIC FACT \nClue: Death can result from a subdural this, a collection of blood in the tissue caused by blunt-force trauma", + "output": [ + "hematoma" + ] + }, + { + "id": "openseek-7-38dd4d7f7b1f4fd5af39b1f8c474a09c", + "input": "Category: 4-LETTER WORDS \nClue: Living high on the hog you can afford your own tub of this hog fat", + "output": [ + "lard" + ] + }, + { + "id": "openseek-7-2aa41726fc244b52bd159799fa53a1bc", + "input": "Category: AMERICAN SHORT STORIES \nClue: Jody named this Steinbeck title creature Gabilan Mountains", + "output": [ + "\"the red pony\"" + ] + }, + { + "id": "openseek-7-8c2d2ef8c46a4be09c893e8103710762", + "input": "Category: FOOTBALL HALL OF FAMERS' TEAMS \nClue: Defensive lineman Mean Joe Greene", + "output": [ + "pittsburgh steelers" + ] + }, + { + "id": "openseek-7-f6cd15c4ef3d4f2daee948f6385b2c70", + "input": "Category: DESERTS \nClue: The Empty Quarter, most of which is in this country, is the largest continuous body of sand in the world", + "output": [ + "saudi arabia" + ] + }, + { + "id": "openseek-7-7600155dc64b41168474775ee110b6aa", + "input": "Category: PLANTS & TREES \nClue: The boojum tree was named for the mysterious monster in his poem \"The Hunting of the Snark\"", + "output": [ + "lewis carroll" + ] + }, + { + "id": "openseek-7-bb05288d11824fd5b9df25f5d4a390f4", + "input": "Category: LET'S FALL IN LOVE \nClue: It's love of yourself, especially if you're a handsome youth or a pretty white flower", + "output": [ + "narcissism" + ] + }, + { + "id": "openseek-7-8386832fe299454eacafc775307259c2", + "input": "Category: COMMUNICATION \nClue: After WWII, the Navy formed this rating, abbreviated SM, for those who use flags during radio silence", + "output": [ + "a signalman" + ] + }, + { + "id": "openseek-7-03a11953690a4593a91608f8d248432e", + "input": "Category: MUSIC FESTIVALS \nClue: Telluride's festival for this \"colorful\" style of country music is a good place to fiddle around", + "output": [ + "bluegrass" + ] + }, + { + "id": "openseek-7-b8d19c75e33c408fb74cb25cc557f8a3", + "input": "Category: REESE'S PIECES \nClue: In this 1998 film Reese helps bring color to the lives of characters in a 1950s B&W TV sitcom", + "output": [ + "pleasantville" + ] + }, + { + "id": "openseek-7-ab0518a6f6ab4a158f6eb576affcbbbe", + "input": "Category: WORLD WAR II \nClue: This portable rocket launcher was named for an instrument played by comedian B. Burns in the ’40s", + "output": [ + "the bazooka" + ] + }, + { + "id": "openseek-7-c6399796517742e088bb130ba521112f", + "input": "Category: WORDS FOR WORDS \nClue: On the same page as \"epitaph\" in the dictionary, it can be a characterizing word or an abusive one", + "output": [ + "epithet" + ] + }, + { + "id": "openseek-7-3014834b1fb7451da1d8f795d0524846", + "input": "Category: ROCK ME \nClue: (Hi, I'm Nile Rodgers) 2 of the hit albums I produced during the '80s were \"Like A Virgin\" by Madonna & \"Let's Dance\" by this singer", + "output": [ + "david bowie" + ] + }, + { + "id": "openseek-7-6f6ad417948f46168d29c6f1df172265", + "input": "Category: FILM STARS \nClue: Sir Laurence Olivier dubbed this star of \"Tom Jones\" & \"The Dresser\" the best actor of his generation", + "output": [ + "albert finney" + ] + }, + { + "id": "openseek-7-f4785c96978e4117805c9d3bb6bd4945", + "input": "Category: SIMILES \nClue: A person who's out of his element is \"like a fish\" in this predicament", + "output": [ + "out of water" + ] + }, + { + "id": "openseek-7-1943efbe6c894dd9aea2d785b94fae8e", + "input": "Category: THE PENDULUM \nClue: Pendulums in these instruments remain still as the Earth moves, allowing those movements to be charted", + "output": [ + "seismographs" + ] + }, + { + "id": "openseek-7-a80dde9aa8ee4b888fc55018aa775eca", + "input": "Category: MAC \nClue: From 1939 to 1944 Archibald MacLeish used this bookish post to speak out for democracy", + "output": [ + "librarian of congress" + ] + }, + { + "id": "openseek-7-7f0d49dc08974e199684321cc58d1574", + "input": "Category: BIOLOGY \nClue: Around 1940 scientists found that mutations in these chromosomal units result in defective enzymes", + "output": [ + "genes" + ] + }, + { + "id": "openseek-7-0f23c47cfcb649ebb5506907e3889070", + "input": "Category: CROSSWORD CLUES \"M\" \nClue: Sexy civet scent (4)", + "output": [ + "musk" + ] + }, + { + "id": "openseek-7-79d6144e8e064ea4a1e2b74a9d7e7c4c", + "input": "Category: TEENS IN BOOKS \nClue: The abduction of teenager David Balfour is central to the plot of this classic 1886 novel", + "output": [ + "kidnapped" + ] + }, + { + "id": "openseek-7-7f6cd32d8a3a43d597a9f72ee2ad4624", + "input": "Category: HOMOPHONIC PAIRS \nClue: Alterations experts for president Zachary", + "output": [ + "taylor\\'s tailors" + ] + }, + { + "id": "openseek-7-d94628a8eb7544a8b26b1275435b813a", + "input": "Category: GOOD WORKS \nClue: An organization that is using the Internet's power to help young people change the world is called \"Do\" this", + "output": [ + "something" + ] + }, + { + "id": "openseek-7-c32eda13cb97437981d6cc8c33e725d9", + "input": "Category: PILLOW TALK \nClue: Meaning \"conjugal faithfulness\", this word also describes the quality of electronic sound reproduction", + "output": [ + "fidelity" + ] + }, + { + "id": "openseek-7-fc6b92299de040f0bf14c7166847eb93", + "input": "Category: RUSSIAN AROUND \nClue: The 1980s were tough on Russian heads of state: he died in 1982, Andropov in 1984 & Chernenko in 1985", + "output": [ + "brezhnev" + ] + }, + { + "id": "openseek-7-88d642853d5b416d873845ed9c8da532", + "input": "Category: STUPID ANSWERS \nClue: Number of different basic shapes in a box of Post Alpha-Bits", + "output": [ + "26" + ] + }, + { + "id": "openseek-7-bc0eb41f86044b739cc56f92ea2e2770", + "input": "Category: CAVING \nClue: In 1879 Marcelino de Sautuola discovered the Stone Age paintings in this country's Altamira Cave", + "output": [ + "spain" + ] + }, + { + "id": "openseek-7-b9ec86fab27e4a649a0f948f062c1350", + "input": "Category: SATIRISTS \nClue: This Brit's \"The Loved One\" satirized the California funeral industry", + "output": [ + "evelyn waugh" + ] + }, + { + "id": "openseek-7-523be033b99b4720b96699889651b607", + "input": "Category: ANYTHING GOES \nClue: Appropriately, Bacchus is often depicted in art holding this fruit", + "output": [ + "grapes" + ] + }, + { + "id": "openseek-7-1cfb7cd44128476c90669439bc92f893", + "input": "Category: BOOKS & AUTHORS \nClue: Manuel Puig's novel about the kiss of this woman was banned in his native Argentina", + "output": [ + "\"the kiss of the spider woman\"" + ] + }, + { + "id": "openseek-7-dd6fad4804bb473a84554436a033fd51", + "input": "Category: WATCH \"ING\" THE MOVIES \nClue: In this 1983 film Eddie Murphy & Dan Aykroyd switch lives", + "output": [ + "trading places" + ] + }, + { + "id": "openseek-7-ad9ad4b6bf9840e6b65c5928dc500329", + "input": "Category: THE RULE OF THIRDS \nClue: A member of the British Commonwealth, this country is the third-largest island in the Caribbean", + "output": [ + "jamaica" + ] + }, + { + "id": "openseek-7-18057cf781374a21983040f085f6009a", + "input": "Category: BLACK HERITAGE STAMPS \nClue: A. Philip Randolph unionized men in this job held by the men depicted on the stamp seen here:", + "output": [ + "sleeping car porters" + ] + }, + { + "id": "openseek-7-f0b87944418b494d9da3e28251833e2b", + "input": "Category: THAT HURTS! \nClue: At the website for this product, you can get an M18L with a laser sight that shoots 2 barbs deploying 50,000 volts", + "output": [ + "taser" + ] + }, + { + "id": "openseek-7-0f61b7a9406846b59afc78cebe4e92bd", + "input": "Category: RED THINGS \nClue: The red flyer is a large type of this marsupial", + "output": [ + "a kangaroo" + ] + }, + { + "id": "openseek-7-2629771b119f4cab9996cce4ee855abd", + "input": "Category: RANKS & TITLES \nClue: It was the title of the chief magistrate of independent Genoa", + "output": [ + "doge" + ] + }, + { + "id": "openseek-7-8c3c87d5c51446318dc9a0a77c8850b0", + "input": "Category: CLASSIC COUNTRY \nClue: 1 of 3 original members of the Country Music Hall of Fame", + "output": [ + "hank williams, sr., jimmie rodgers & fred rose" + ] + }, + { + "id": "openseek-7-873125cc515344faae14c4afee0b13c2", + "input": "Category: ASSASSINATIONS \nClue: A heavy oak table prevented this leader's assassination by a briefcase bomb on July 20, 1944", + "output": [ + "adolf hitler" + ] + }, + { + "id": "openseek-7-4fd7beacf9384f638e022ce1b44e2f1a", + "input": "Category: A MANILA FOLDER \nClue: Manila has been called this gem \"Of The Orient\", & the gem appears on the city's seal", + "output": [ + "pearl" + ] + }, + { + "id": "openseek-7-f941f55f58cf4228b66bfeecf4c7ddb0", + "input": "Category: THAT NEWFANGLED ROCK 'N' ROLL \nClue: The name of this Florida band combines a blonde actress & the head of a \"murderous\" family", + "output": [ + "marilyn manson" + ] + }, + { + "id": "openseek-7-b1abeebe7d1a4ab4a9399f2f84da775a", + "input": "Category: COLORS \nClue: Color in the title of the movie theme heard here:", + "output": [ + "pink" + ] + }, + { + "id": "openseek-7-09e2d789ad5f4c5a8430e6f1b9e4af92", + "input": "Category: FESTIVALS \nClue: Each September the city of Lafayette in this southern state is home to Festivals Acadiens", + "output": [ + "louisiana" + ] + }, + { + "id": "openseek-7-c286e63fe34b4e20b79d9974dc755a4f", + "input": "Category: RIDING I-10 \nClue: In this state, the 10 doesn't take that left at Albuquerque, but does hang a sharp right near Las Cruces", + "output": [ + "new mexico" + ] + }, + { + "id": "openseek-7-149e1e203d0e4e8b82c42af422cc35e5", + "input": "Category: ART & ARTISTS \nClue: A Canaletto view of this square shows the Doge's palace & the Loggia of Sansovino", + "output": [ + "saint mark\\'s square" + ] + }, + { + "id": "openseek-7-8e1c400bf72c46fd8432d306b3fdaad9", + "input": "Category: IT'S A DISASTER \nClue: Near the end of WWI, an outbreak of the \"Spanish\" type of this disease killed 500,000 Americans", + "output": [ + "the flu" + ] + }, + { + "id": "openseek-7-2f91ce3ea5b14695a244cc1a043bb75c", + "input": "Category: MAJOR GENERALS \nClue: Chairman of the Joint Chiefs of Staff from 1989 to 1993, he's now a member of Bush's cabinet", + "output": [ + "colin powell" + ] + }, + { + "id": "openseek-7-a57383f4a7544fb3a644db5c5c0d813e", + "input": "Category: ASSOCIATES \nClue: From a word for \"to labor together\", it's one who helps the enemy force occupying his country", + "output": [ + "collaborator" + ] + }, + { + "id": "openseek-7-351b2714633c4ecb9764060180af3381", + "input": "Category: LETTER PERFECT \nClue: This computer chip is named for the type of TV programming parents may want to block", + "output": [ + "v-chip" + ] + }, + { + "id": "openseek-7-cd6b20e1b5f74933898a3fab42f3b9dd", + "input": "Category: FILM FOLK \nClue: Edward G. Robinson was forever defined by the title role he played in this Chicago-set 1931 gangster classic", + "output": [ + "little caesar" + ] + }, + { + "id": "openseek-7-ba88e8e737a14585811319cccde11a5d", + "input": "Category: TECHNOLOGY \nClue: Exhaust gas recirculation is one way to clean the emissions of these engines used in trucks & Jettas", + "output": [ + "diesel engines" + ] + }, + { + "id": "openseek-7-c69648b969ca41c8be97e59e49e2a6ac", + "input": "Category: MONOPOLY \nClue: In 1930 this man led a march to the sea to collect salt in protest of a monopoly by the govt. of India", + "output": [ + "gandhi" + ] + }, + { + "id": "openseek-7-351f661ec0444cfc83837c56a6cb180a", + "input": "Category: THIS IS MY COUNTRY \nClue: President & Prime Minister Saddam Hussein", + "output": [ + "iraq" + ] + }, + { + "id": "openseek-7-a71712cb82824e4d832f4fca38133443", + "input": "Category: CINEMA \nClue: Vangelis' theme from this 1981 British film took a record 21 weeks on the charts to reach No. 1", + "output": [ + "\"chariots of fire\"" + ] + }, + { + "id": "openseek-7-3a0e1d622b61423fb6bc3b3fda12792a", + "input": "Category: IT'S MY PARTY \nClue: British prime minister Margaret Thatcher", + "output": [ + "conservative" + ] + }, + { + "id": "openseek-7-3f5e1b753b7c43d1a5a3e7819a0ccd90", + "input": "Category: FINE CHINA \nClue: Circa 1800, Josiah Spode II created this by adding powdered bone to hard-paste porcelain", + "output": [ + "bone china" + ] + }, + { + "id": "openseek-7-c5817cee8b184fbd8276648c8e3a3e82", + "input": "Category: THE BODY HUMAN \nClue: If this conical tube connecting mouth & esophagus is damaged, you can't make vowel sounds", + "output": [ + "the pharynx" + ] + }, + { + "id": "openseek-7-f741cdf5de974b2ab99821b1a6fbd018", + "input": "Category: TRIOS \nClue: The alliance of Britain, France & Russia during World War I", + "output": [ + "the triple entente" + ] + }, + { + "id": "openseek-7-60279e1811d34e42a2baae1ca3dc8fa0", + "input": "Category: DINOSAURS \nClue: Nicknamed Sue, the largest of these, the \"King of the Dinosaurs\", was uncovered in South Dakota in 1990", + "output": [ + "tyrannosaurus rex" + ] + }, + { + "id": "openseek-7-c47184d017864c22b15ce2d5e5096bfd", + "input": "Category: BRITISH ART & ARTISTS \nClue: Using the alias Phiz, H.K. Browne was the original illustrator of \"Bleak House\" & many other works by this author", + "output": [ + "charles dickens" + ] + }, + { + "id": "openseek-7-9dcf66c6655945ca91f6254fddf698c3", + "input": "Category: ISLANDS \nClue: This large island's 2 highest peaks lie in the Maoke Mountains on the Indonesian side", + "output": [ + "new guinea" + ] + }, + { + "id": "openseek-7-b8816cfe02d2429caab92468661caf58", + "input": "Category: 20th CENTURY NICKNAMES \nClue: Cinema's \"Man of A Thousand Faces\"", + "output": [ + "lon chaney" + ] + }, + { + "id": "openseek-7-a8e7fc09c90144638c366f7f5d7389d3", + "input": "Category: LEGAL LINGO \nClue: The pretrial disclosure of facts to the other party, it's also the name of a TV channel", + "output": [ + "discovery" + ] + }, + { + "id": "openseek-7-342832967d16439b9ce471a2afef954a", + "input": "Category: WINNIE \nClue: Except for 2 years, Winston Churchill served in this body from 1900 to his 1964 resignation", + "output": [ + "the house of commons" + ] + }, + { + "id": "openseek-7-5698ab3d65f043eb8299ba1189c2dd1c", + "input": "Category: HISPANIC AMERICANS \nClue: This folk singer & activist visited North Vietnam in 1972 & Bosnia in 1993", + "output": [ + "joan baez" + ] + }, + { + "id": "openseek-7-fb18a292eb0d4899bcf66ab2c831b6bb", + "input": "Category: BE A \"NO\" IT ALL \nClue: He's the comedian best known for playing Father Guido Sarducci", + "output": [ + "don novello" + ] + }, + { + "id": "openseek-7-c284261a473e4425b13946a3a321d4f2", + "input": "Category: NATIONAL GEOGRAPHIC \nClue: Natural landmark seen here from the streets of the Spanish town of La Linea", + "output": [ + "rock of gibraltar" + ] + }, + { + "id": "openseek-7-226c050bcdbb4b87b37a998ba358a644", + "input": "Category: THE STING \nClue: The creature known as this \"false\" arachnid has venomous pincers & no tail", + "output": [ + "a scorpion" + ] + }, + { + "id": "openseek-7-10489bef5a1c4bd5844987ed3d0fc458", + "input": "Category: TEA \nClue: There are about 8-36 mg of this in a cup of green tea compared to about 100-164 mg in a cup of coffee", + "output": [ + "caffeine" + ] + }, + { + "id": "openseek-7-10390dcc50a348a199abfb91c7450cb1", + "input": "Category: THE QUEEN'S ENGLISH \nClue: If you ask for jelly in a British restaurant, you won't get jam but this trade name dessert", + "output": [ + "jell-o" + ] + }, + { + "id": "openseek-7-0ddb02ea271145108843d7fbfeca0814", + "input": "Category: THAT'S SOUP-ER \nClue: A nursery rhyme says that this soup made with peas can be enjoyed hot, cold or in the pot 9 days old", + "output": [ + "pease porridge" + ] + }, + { + "id": "openseek-7-cf4c31cf624047559fa5d80c43c209b3", + "input": "Category: BASEBALL \nClue: This A.L. team's Jacobs Field has the largest video screen in the major leagues", + "output": [ + "the indians" + ] + }, + { + "id": "openseek-7-4b0f36bf00194b55ba92949aade1b606", + "input": "Category: AMERICANA \nClue: The hotel that Chester Nimitz' grandfather founded in Texas is in the shape of one of these", + "output": [ + "a steamboat" + ] + }, + { + "id": "openseek-7-f67bf866616a42789d31a496ae5851d1", + "input": "Category: SWIMMING \nClue: In this stroke, not seen in competition, the head rests on the arm while the legs scissors-kick", + "output": [ + "sidestroke" + ] + }, + { + "id": "openseek-7-d8ddb480865b425e8830a695b1838a86", + "input": "Category: UKRAINE ON THE BRAIN \nClue: The worst nuclear accident in history happened at this Ukrainian site in 1986", + "output": [ + "chernobyl" + ] + }, + { + "id": "openseek-7-6b40be53807c4870bf0e30fd1f9015f8", + "input": "Category: WITH LOVE \nClue: My darling, only the best of this potent potable for you, like a fine extra brut Bollinger", + "output": [ + "champagne" + ] + }, + { + "id": "openseek-7-a01835e211ad44e4a75075ba0a75cba9", + "input": "Category: \"C.C.\" SENOR! \nClue: Chalk is a naturally occurring form of this compound whose chemical formula is CaCO3", + "output": [ + "calcium carbonate" + ] + }, + { + "id": "openseek-7-3ed0da8f2483440883d4cc398fbfd0c1", + "input": "Category: THE NEW YORKERS \nClue: Between 1797 & 1828, he held every major elective office in N.Y.: assemblyman, senator, mayor of NYC, lt. gov. & gov.", + "output": [ + "dewitt clinton" + ] + }, + { + "id": "openseek-7-3677579dbf6d473884ad1fff0c05443c", + "input": "Category: NAPOLEONS \nClue: This nephew of Napoleon was nicknamed \"Napoleon the Little\"", + "output": [ + "louis napoleon" + ] + }, + { + "id": "openseek-7-8a2e817f9a0e49fbb2201875a71a68a0", + "input": "Category: PLANTS & TREES \nClue: This reddish spice from the inner bark of a laurel tree forms concentric rolls called quills when dried", + "output": [ + "cinnamon" + ] + }, + { + "id": "openseek-7-fa8be5d9f8d34ae7ad6ca4e98c04e0aa", + "input": "Category: TRIBES \nClue: The Blackfeet lived in these structures & decorated them with paintings of real & mythical creatures", + "output": [ + "tepees" + ] + }, + { + "id": "openseek-7-00b357fc7427493682a4b011e9f0f525", + "input": "Category: WINTER SPORTS \nClue: (Sarah) Phrase for what snowboarders are now known for doing...as well as hoboes", + "output": [ + "riding the rails" + ] + }, + { + "id": "openseek-7-c631c31854c6414ea86076e8d19365c4", + "input": "Category: AFRICAN HOT SPOTS \nClue: Violence has resulted from the land reform policy of this longtime president of Zimbabwe", + "output": [ + "robert mugabe" + ] + }, + { + "id": "openseek-7-58159160612b4d2aaf1cf8ed274e1f01", + "input": "Category: SCIENCE \nClue: \"Diffraction\" refers to the way it bends", + "output": [ + "light" + ] + }, + { + "id": "openseek-7-8d1b2e89302d4a45a9d3c9fb8e32799e", + "input": "Category: DECORATIVE ARTS \nClue: This opaque white glass is named for its resemblance to a certain dairy product", + "output": [ + "milk glass" + ] + }, + { + "id": "openseek-7-7df78470dd214b10a25cbf5e7e429427", + "input": "Category: EXPLORATION \nClue: In 1498 Vasco Da Gama landed at Calicut, India, \"in search of Christians and\" these", + "output": [ + "spices" + ] + }, + { + "id": "openseek-7-8f4b02f2a07c40629bfb5c17193110d6", + "input": "Category: POP MUSIC \nClue: In June 1995 he released \"History: Past, Present And Future, Book One\", a solo double-CD set", + "output": [ + "michael jackson" + ] + }, + { + "id": "openseek-7-109537275be740b98a30825667421afd", + "input": "Category: THE MONROE DOCTRINE \nClue: This \"Earthy\" Kentucky politician was among those who wanted European hands off South America", + "output": [ + "henry clay" + ] + }, + { + "id": "openseek-7-177b9521f282483da420f107426ea1a8", + "input": "Category: COMPUTER NAMES \nClue: In the line named for this supercomputer genius, the Y-MP reached the speed of 2.3 gigaflops", + "output": [ + "cray" + ] + }, + { + "id": "openseek-7-9969166b71ea456b8166d41b854653cd", + "input": "Category: THE GODFATHER \nClue: After a mock funeral for this counterculture icon, his goddaughter, Winona Ryder, moved in with him", + "output": [ + "timothy leary" + ] + }, + { + "id": "openseek-7-ffeeba3fd1ca44ceb7afa2e0e8fe021d", + "input": "Category: MYTHOLOGY \nClue: This Norse god known for his great strength was a protector of peasants & farmers", + "output": [ + "thor" + ] + }, + { + "id": "openseek-7-c8e4c0d70247440ea11f2454b0e6d9d9", + "input": "Category: BARTLETT'S FAMILIAR QUOTATIONS \nClue: The latest \"Bartlett's\" lists quotes chronologically; the first quotes come from this country", + "output": [ + "egypt" + ] + }, + { + "id": "openseek-7-5e317f39325c4627afaccd146539dc7a", + "input": "Category: NATURE \nClue: Like a tree, you can tell the age of a fish by counting these on its scales", + "output": [ + "rings" + ] + }, + { + "id": "openseek-7-514ce638e8d34f4093550ae4ef49fc89", + "input": "Category: SCULPTURE \nClue: This, the largest sculpture in the United States, is not located in South Dakota", + "output": [ + "stone mountain" + ] + }, + { + "id": "openseek-7-edcb3418fe4c4d40848bdb0f3b2f8261", + "input": "Category: PUNCH LINES \nClue: Red Smith wrote that this Cinderella Man's \"time was the Great Depression and he was a man of his time\"", + "output": [ + "james j. braddock" + ] + }, + { + "id": "openseek-7-e86f83d3f2a547ba923b8bece358a2fa", + "input": "Category: NUMBER, PLEASE \nClue: Number of players on an indoor volleyball team, or consecutive consonants in the surname of star Bob CTVRTLIK", + "output": [ + "6" + ] + }, + { + "id": "openseek-7-5f0e7a29c53141b390a1449278f6d8c5", + "input": "Category: BIRDS \nClue: These heavy black birds known for their ability to mimic human speech are a species of starling", + "output": [ + "mynah birds" + ] + }, + { + "id": "openseek-7-fa6921b7ddbd403bb589b19de5abc6f1", + "input": "Category: TOURING THE TAROT DECK \nClue: Card XVI, this tall building can signal ruin, like the bankruptcy of a record store", + "output": [ + "the tower" + ] + }, + { + "id": "openseek-7-299cba018ef945c59afd021102d26509", + "input": "Category: PUNCTUATION \nClue: An \"Oxford\" or \"series\" this is the one before \"and\" in a series of items", + "output": [ + "a comma" + ] + }, + { + "id": "openseek-7-0a7e1edf4c19468694f135f867e2492b", + "input": "Category: ALLITERATIVE ARTISTS \nClue: Georgia guy, flag-fashioning pop painter", + "output": [ + "jasper johns" + ] + }, + { + "id": "openseek-7-d67783961c1545f1970cd927d28d8dc1", + "input": "Category: WHAT'CHA GOT COOKIN'? \nClue: Don't be intimidated by the skewers; I'll use them on the marinated lamb to make this", + "output": [ + "shish kabob" + ] + }, + { + "id": "openseek-7-09c330a09c014e62a52ca1ff1a177ad4", + "input": "Category: FOLLOW \"DE\" LEADER \nClue: Originally, this term for a tyrant or absolute ruler referred to an honorary title applied to a Byzantine emperor", + "output": [ + "despot" + ] + }, + { + "id": "openseek-7-9a2b61e1cb80430caa6b59dd0e89bd37", + "input": "Category: SCIENCE NEWS \nClue: Science magazine says these rodents' boom-&-bust population cycles are due to predators, not mass suicide", + "output": [ + "lemmings" + ] + }, + { + "id": "openseek-7-c5d676eed467432482dae5dd8e038a6e", + "input": "Category: EMPIRE FALLS \nClue: The Dual Monarchy was a byname of this hyphenated empire that collapsed in 1918", + "output": [ + "austria-hungary" + ] + }, + { + "id": "openseek-7-335a87c699624c8db456ef8b878b48b4", + "input": "Category: OPENING NUMBERS OF MUSICALS \nClue: \"Another Op'nin", + "output": [ + "kiss me, kate" + ] + }, + { + "id": "openseek-7-2af24164242347549a1faa2977654c59", + "input": "Category: RECENT CINEMA \nClue: With the help pf Christina Applegate & James Gandolfini, Ben Affleck seeks to survive this holiday", + "output": [ + "christmas" + ] + }, + { + "id": "openseek-7-6c6b0df8cca9425fb3b061865d56d916", + "input": "Category: OF WAR \nClue: Familiar from Hartford Insurance ads, Lawrence the Elk also played a part in this 1978 movie", + "output": [ + "the deer hunter" + ] + }, + { + "id": "openseek-7-f7bd0c67ccd7442f9100b467ae80c781", + "input": "Category: THE 50TH ANNUAL EMMY AWARDS \nClue: Playing Peter, she won in 1956 for Best Actress in a Single Performance", + "output": [ + "mary martin" + ] + }, + { + "id": "openseek-7-71e9b0b669ed4297917cd124c2aeb1d5", + "input": "Category: THE LAST BATTLE \nClue: The Battle of Chapultepec", + "output": [ + "the mexican-american war" + ] + }, + { + "id": "openseek-7-38cb27edd34e40b29f84e33a79da9215", + "input": "Category: \"HALF\" BAKED \nClue: This flag custom may have begun at the end of naval battles; today it's done to show respect to the recently departed", + "output": [ + "flying it at half-staff" + ] + }, + { + "id": "openseek-7-a44b171cdf7841369fa53a7b2148c9c3", + "input": "Category: ANCIENT ROME \nClue: General Publius Scipio won the surname \"Africanus\" for beating this man at the 202 B.C. Battle of Zama", + "output": [ + "hannibal" + ] + }, + { + "id": "openseek-7-b35b79061be44adea66a6b066b5d536c", + "input": "Category: INK \nClue: Company that makes the Eraser Mate, a pen that has erasable ink", + "output": [ + "paper mate" + ] + }, + { + "id": "openseek-7-bc61e3895c034acb9cd0dbadff13f5c7", + "input": "Category: THE SPORT OF KINGS \nClue: A female horse, age 4 or under; Rags to Riches became the first in 102 years to win the Belmont Stakes in 2007", + "output": [ + "a filly" + ] + }, + { + "id": "openseek-7-089f2cb445144381bf116ce4be0d7213", + "input": "Category: U.S. CITIES \nClue: Nicknamed the \"Christmas City\", this Pennsylvania city is famous for its steel", + "output": [ + "bethlehem" + ] + }, + { + "id": "openseek-7-3599407714914c6da4d9085f6f707797", + "input": "Category: BLASTS FROM THE PAST \nClue: Many treasures have been excavated from this royal valley (in Egypt)", + "output": [ + "valley of the kings" + ] + }, + { + "id": "openseek-7-7b16676a129e4f33b42078a71f9df708", + "input": "Category: PERIOD \nClue: The Cenozoic's Tertiary period is logically followed by this period", + "output": [ + "quaternary" + ] + }, + { + "id": "openseek-7-a951f03fb91c43bc807abf7ffa1a8197", + "input": "Category: GLOBETROTTING \nClue: Abercrombie & Kent offers these African journeys; founder Geoffrey Kent was born on one in Zambia", + "output": [ + "safari" + ] + }, + { + "id": "openseek-7-d2910ae34be34520906fceb72fb97b7f", + "input": "Category: PLAYING THE PROFESSOR \nClue: John Goodman played an angry Tulane professor on this HBO show set in post-Katrina New Orleans", + "output": [ + "treme" + ] + }, + { + "id": "openseek-7-7b2d8893078a4b31b0f7fdb38e35d338", + "input": "Category: NURSERY RHYMES \nClue: The 3 things growing in \"Mary, Mary, Quite Contrary's\" garden", + "output": [ + "cockleshells and silver bells and pretty maids all in a row" + ] + }, + { + "id": "openseek-7-55dc66a0aff3443a9444ae39b4ab4b59", + "input": "Category: AMERICAN HISTORY \nClue: Frances Willard, a president of the WCTU, was the first woman honored in this Capitol building hall", + "output": [ + "statuary hall" + ] + }, + { + "id": "openseek-7-0b3dddf9ecf74ad5bbba1537609e6f6a", + "input": "Category: FROM SOUP TO NUTS \nClue: Hazelnuts are also called these, for the saint on whose day they ripen", + "output": [ + "filberts" + ] + }, + { + "id": "openseek-7-721f179cd9fc41a193d7da58d691be40", + "input": "Category: ZOOLOGY \nClue: The opposite of hibernate; lungfish & some snails do it", + "output": [ + "estivate" + ] + }, + { + "id": "openseek-7-16f6b99f37ae4fc8b4d04a8f16236606", + "input": "Category: PRESIDENTIAL CAMPAIGNS \nClue: In 1908 this third party's platform called for an amendment to outlaw making & selling alcoholic drinks", + "output": [ + "prohibition party" + ] + }, + { + "id": "openseek-7-c7fa4da4a7894b02a3da66aedbf6157f", + "input": "Category: & TAKIN' NAMES \nClue: Troubled Texas nightclub owner Jacob Rubenstein", + "output": [ + "jack ruby" + ] + }, + { + "id": "openseek-7-e9c874bc89ee4be0b7def632b31f7a45", + "input": "Category: POLITICAL PARTIES \nClue: Formed to oppose Andrew Jackson, this party's 1st program was Clay's \"American System\" favoring high tariffs", + "output": [ + "whigs" + ] + }, + { + "id": "openseek-7-afeff8b54e98493e876659aeeaaa757a", + "input": "Category: MUSICAL TRIBUTES \nClue: The Red House Painters recorded \"Fly Away\" for \"Take Me Home\", a CD tribute to this singer", + "output": [ + "john denver" + ] + }, + { + "id": "openseek-7-0d857cd9710646e2b89d4a7d15e172d6", + "input": "Category: NOT YOUR EVERYDAY WORDS \nClue: This word starting with \"T\" means \"one who does believe in God\" (add an A & you'd get one who doesn't)", + "output": [ + "theist" + ] + }, + { + "id": "openseek-7-6a765307cede4348ab536cca9760e131", + "input": "Category: OSCAR NIGHT 2006 \nClue: He stepped away from his \"Daily Show\" desk & came West to host the telecast", + "output": [ + "jon stewart" + ] + }, + { + "id": "openseek-7-ed25d6122747468c9f9a7081c765cae0", + "input": "Category: CELEBRITY ROOMMATES \nClue: The Coens wrote \"Raising Arizona\" for Holly Hunter after this roommate of hers got the lead in \"Blood Simple\"", + "output": [ + "frances mcdormand" + ] + }, + { + "id": "openseek-7-0bcd7a2bd4f84bd3ac10646f71d2646d", + "input": "Category: THE HECUBA, YOU SAY \nClue: She eloped with Paris, becoming Hecuba's daughter-in-law", + "output": [ + "helen" + ] + }, + { + "id": "openseek-7-b7ec93a4fb684fc782b0a007b228c0ed", + "input": "Category: \"DIAMOND\"s IN THE ROUGH \nClue: Honolulu high spot", + "output": [ + "diamond head" + ] + }, + { + "id": "openseek-7-c5906ff72b144353b6e8b4c087be4c05", + "input": "Category: RIVER CITIES \nClue: This large & commercially important U.S. river begins in Pittsburgh, Pennsylvania", + "output": [ + "ohio" + ] + }, + { + "id": "openseek-7-973ffa5279c7412683d984f2c97d7a7c", + "input": "Category: PEOPLE \nClue: In her divorce from Prince Andrew, she lost the title \"Her Royal Highness\"", + "output": [ + "sarah ferguson" + ] + }, + { + "id": "openseek-7-a810e7cf6a9340c0b3485c7fde46b588", + "input": "Category: WHAT'S THE USE \nClue: A Geiger counter is used primarily to measure this", + "output": [ + "radiation" + ] + }, + { + "id": "openseek-7-37d81cfdb2c94960950f2c67e2e13c04", + "input": "Category: WORLD ALMANAC 1868 \nClue: On Nov. 14, 1867 there were meteor showers & this volcano near Naples erupted", + "output": [ + "vesuvius" + ] + }, + { + "id": "openseek-7-a70f033a4d204daf9d28c072f84cebda", + "input": "Category: NEWS OF THE WEIRD \nClue: A South Dakota building was wiped out when a resident tried to thaw frozen pipes with this flame-spewing object", + "output": [ + "blowtorch" + ] + }, + { + "id": "openseek-7-7b0bad2c963b4eceaf9ac7a719f518e3", + "input": "Category: MISS AMERICA \nClue: Suzette Charles was Miss America 1984 for only 2 months, finishing this woman's term", + "output": [ + "vanessa williams" + ] + }, + { + "id": "openseek-7-08372c0c90684a799cdd8aad7cbf3aa8", + "input": "Category: THE PERFECT GIFT \nClue: This large gift France gave to the U.S. was dedicated in 1886", + "output": [ + "statue of liberty" + ] + }, + { + "id": "openseek-7-2e57390d15a7401e810363787647427a", + "input": "Category: U.S. PRESIDENTS \nClue: After leaving office in 1837, he retired to the Hermitage, his Tennessee plantation", + "output": [ + "andrew jackson" + ] + }, + { + "id": "openseek-7-c8ea64ea1f164ae4a34d019888e06a93", + "input": "Category: LEWIS OR CLARK \nClue: This prosecutor of O.J. Simpson is now a legal correspondent for \"Entertainment Tonight\"", + "output": [ + "marcia clark" + ] + }, + { + "id": "openseek-7-db9c9e1a04ff491f90d5906736dc054a", + "input": "Category: WOMEN IN CHARGE \nClue: Vigdis Finnbogadottir led a theatre co. for many years before becoming this country's president in 1980", + "output": [ + "iceland" + ] + }, + { + "id": "openseek-7-1a6400a301f44b399c572c6781dccd99", + "input": "Category: PRESIDENTIAL LIBRARIES \nClue: His library has a desk that's an exact replica of the one that his son was photographed under in 1963", + "output": [ + "john f. kennedy" + ] + }, + { + "id": "openseek-7-5dd328f9a53049b8baaabd707fb877c7", + "input": "Category: ON WORDS \nClue: The words journey, journal & diurnal are all based on this unit of time", + "output": [ + "day" + ] + }, + { + "id": "openseek-7-a620a7103bf648d38d6ce7a6567d9495", + "input": "Category: HOMOPHONIC PAIRS \nClue: Adam & Eve's competent son", + "output": [ + "able abel" + ] + }, + { + "id": "openseek-7-85a9b609c90e446cb3a8895d91fcd482", + "input": "Category: CINEMATIC SIBLINGS \nClue: Richard Davalos' screen debut in this 1955 film was overshadowed by James Dean, who played his brother", + "output": [ + "east of eden" + ] + }, + { + "id": "openseek-7-f8426bda0da9484d82e5e5373f0b00ab", + "input": "Category: THEY COVERED THE BEATLES \nClue: Written in 1966, this song was a Top 10 hit from the Beatles in 1976 & for Earth, Wind & Fire in 1978", + "output": [ + "\"got to get you into my life\"" + ] + }, + { + "id": "openseek-7-8c27503d5b204155b9c9bea10c3c0ac4", + "input": "Category: DANIEL \nClue: For interpreting his dreams, this king made Daniel \"Chief of the Governors over all the Wise Men of Babylon\"", + "output": [ + "nebuchadnezzar" + ] + }, + { + "id": "openseek-7-1b2d312de7ff48da9244e3d50ee87ef2", + "input": "Category: DAYS \nClue: Leap day date", + "output": [ + "february 29" + ] + }, + { + "id": "openseek-7-e850749691724910b40d8cc9618cb3e6", + "input": "Category: BOOK 'EM, DAN-O \nClue: In 1977 he wrote \"The Camera Never Blinks: Adventures of a TV Journalist\"", + "output": [ + "dan rather" + ] + }, + { + "id": "openseek-7-dcabbb73165d4be497edb107a9de0ac0", + "input": "Category: HOUSE OF PI \nClue: Pi times a circle's radius squared will give you this measurement, abbreviated A", + "output": [ + "area" + ] + }, + { + "id": "openseek-7-af0d0dbdacc24323aa7e770cd291cde1", + "input": "Category: YOURS FOR AN \"ONG\" \nClue: A multitude of people crowded together", + "output": [ + "a throng" + ] + }, + { + "id": "openseek-7-e4fe0fe5a69c44158cdceccd5ebdc3bc", + "input": "Category: THE GOLDEN GLOBE AWARDS \nClue: This \"3rd Rock From The Sun\" winner told the foreign press, \"We aliens have to stick together\"", + "output": [ + "john lithgow" + ] + }, + { + "id": "openseek-7-ad9d3869844943d2a5fb173373c555d0", + "input": "Category: BIG DATES \nClue: On August 2, 1964 a U.S. destroyer was attacked by the North Vietnamese in this gulf", + "output": [ + "the gulf of tonkin" + ] + }, + { + "id": "openseek-7-2ae2bc31eab44b36ad79955616184075", + "input": "Category: INSPIRATIONS \nClue: A battle during this war inspired \"The Star-Spangled Banner\"", + "output": [ + "war of 1812" + ] + }, + { + "id": "openseek-7-398ae461e1db4533a3938b8387aaa036", + "input": "Category: CITY OF THE DAY: SAN FRANCISCO \nClue: An elaborate 1915 San Francisco expo celebrated the completion of this, which made it much easier to sail to the city", + "output": [ + "the panama canal" + ] + }, + { + "id": "openseek-7-17cda6017b69498799876a5ed0446351", + "input": "Category: GEOLOGY \nClue: This crater is formed when a volcano explodes & the cone collapses; Oregon's Crater Lake is an example", + "output": [ + "the caldera" + ] + }, + { + "id": "openseek-7-c74f1f16f9d642b1ab68036674a240fe", + "input": "Category: \"G.E.\" \nClue: The last chapter provides an ambiguous end for Pip & Estella in this classic novel", + "output": [ + "great expectations" + ] + }, + { + "id": "openseek-7-7e49f571ee774131a2c751870c78fa72", + "input": "Category: THE 1980s \nClue: Suffering from a little overexposure, Vanessa Williams resigned as this in July, 1984", + "output": [ + "miss america" + ] + }, + { + "id": "openseek-7-08ee7806fff144b7995426969536daf1", + "input": "Category: RANKS & TITLES \nClue: Appropriately, knowing first aid for blisters is one of the requirements of this first rank a Boy Scout achieves", + "output": [ + "tenderfoot" + ] + }, + { + "id": "openseek-7-289c9ac4c83a462cae0a832a214aaa59", + "input": "Category: BUT FEAR ITSELF \nClue: Fearing this, a linonophobe could never work a yo-yo", + "output": [ + "string" + ] + }, + { + "id": "openseek-7-72c4cde986664fa69bfc8f2b9686bd87", + "input": "Category: AUTHORS' NATIVE LANDS \nClue: Celebrator of imperialism Rudyard Kipling", + "output": [ + "india" + ] + }, + { + "id": "openseek-7-997df568defd40a6abc15e026d1181ec", + "input": "Category: NEW HAMPSHIRE \nClue: Though it's New Hampshire's largest port city, the naval shipyard of the same name is in Maine", + "output": [ + "portsmouth" + ] + }, + { + "id": "openseek-7-301ab60c76e04da18187adeaf7bcc9a3", + "input": "Category: NOVELS' FIRST LINES \nClue: \"Half-way down a by-street of one of our New England towns, stands a rusty wooden house...\"", + "output": [ + "the house of the seven gables" + ] + }, + { + "id": "openseek-7-db7b0c9daad243c3a9a32f8ca62ee25e", + "input": "Category: SHIPS \nClue: He entertained world leaders on his yacht \"Christina\"", + "output": [ + "onassis" + ] + }, + { + "id": "openseek-7-57f1c2a90c0d4d50910692f6b0f8ba9c", + "input": "Category: A PROVERBIAL MESS \nClue: A is words picture a poem without", + "output": [ + "a picture is a poem without words" + ] + }, + { + "id": "openseek-7-5a485f62eae34262b13ad67550c55479", + "input": "Category: THIS MEANS \"WAR\" \nClue: A guarantee on purchased goods", + "output": [ + "warranty" + ] + }, + { + "id": "openseek-7-8253c4861c0c48a3911b0b203d5131ab", + "input": "Category: FIVE GUYS NAMED JOE \nClue: He was inducted into the U.S. Olympic Hall of Fame in 1989 & the International Boxing Hall of Fame in 1990", + "output": [ + "joe frazier" + ] + }, + { + "id": "openseek-7-b141da476ec94f65adc72a90e2bea780", + "input": "Category: FOR GEOGRAPHIC VIOLENCE \nClue: 1,000 British & 450 Americans were killed or wounded at the June 1775 battle at this elevated Mass. place", + "output": [ + "bunker hill" + ] + }, + { + "id": "openseek-7-296c6f5584e7472cb7ea9ab098db7934", + "input": "Category: FRUITS & VEGETABLES \nClue: This, a type of chicory with red or pinkish leaves, is a trendy salad ingredient", + "output": [ + "radicchio" + ] + }, + { + "id": "openseek-7-a1eaa9f14986404c97354211bc35c9af", + "input": "Category: ALSO A U.S. STATE \nClue: It was destroyed in Havana Harbor on Feb. 15, 1898", + "output": [ + "the uss maine" + ] + }, + { + "id": "openseek-7-bd535daee65a4c5da634e154179c0bdb", + "input": "Category: THE BIBLE \nClue: Elah, the valley where he killed Goliath, was protected by the cities of Libnah & Azekah", + "output": [ + "david" + ] + }, + { + "id": "openseek-7-2e8f28e171bb4ba587eb9dd5629ae84e", + "input": "Category: \"SOUTH\" PARK \nClue: It's surrounded by the Philippines, Borneo & Taiwan", + "output": [ + "the south china sea" + ] + }, + { + "id": "openseek-7-602f30768ced408b978c18893cfc9fd9", + "input": "Category: POETIC TERMS \nClue: It's an echoic term for words like hiss that imitate an actual sound", + "output": [ + "onomatopeia" + ] + }, + { + "id": "openseek-7-1cbf83f3ca1841be977b8d201be5704c", + "input": "Category: THE 14th CENTURY \nClue: Chaucer wrote a treatise on how to build one of these & use it to compute the position of a star", + "output": [ + "astrolabe" + ] + }, + { + "id": "openseek-7-4cb0e72789da49859ba04b5ab8319bc9", + "input": "Category: WHAT'S IN YOUR WALLET? \nClue: My Red Cross blood donor id card with my blood type, AB positive, known as the universal this", + "output": [ + "recipient" + ] + }, + { + "id": "openseek-7-ccd9f8f8534f4271a24313eeadc514ac", + "input": "Category: FICTIONAL NOBILITY \nClue: Escaping after 14 years in prison, Edmond Dantes makes his way to an island & assumes this title persona", + "output": [ + "the count of monte cristo" + ] + }, + { + "id": "openseek-7-ac07c0637359426db47464d03ee13bd6", + "input": "Category: CHINESE CINEMA \nClue: As a boy, this star of films like \"Fearless\" & \"Hero\" was a martial arts champion", + "output": [ + "jet li" + ] + }, + { + "id": "openseek-7-eec97387bf324c6b8b68ac9c315cc80a", + "input": "Category: FIRST LADIES \nClue: She was valedictorian of Plains High School, class of 1944", + "output": [ + "carter" + ] + }, + { + "id": "openseek-7-7263388214a74cb3b90ec2158650d6d1", + "input": "Category: WORD ORIGINS \nClue: This adjective that can mean disrespectful or lively is an alteration of \"saucy\"", + "output": [ + "sassy" + ] + }, + { + "id": "openseek-7-e1e7c96c4a944ffc9abc15ab46e8a41f", + "input": "Category: \"B\" IN GEOGRAPHY \nClue: The British looted this Asian capital in 1860, bringing back a dog breed bearing its old name", + "output": [ + "beijing" + ] + }, + { + "id": "openseek-7-c9f8ffa774cb4e15931407445de3448e", + "input": "Category: HOMOPHONES \nClue: A tree having single flattened needles or the pelt of an animal", + "output": [ + "fir/fur" + ] + }, + { + "id": "openseek-7-635076698def4dbf91f9263f922c745b", + "input": "Category: CAN I HAVE A MOMENT? \nClue: A driveway moment is when your car idles as Robert Siegel wraps up a fascinating story on this radio network", + "output": [ + "npr" + ] + }, + { + "id": "openseek-7-a39f49d50fe744208a30ff8fb5375dc2", + "input": "Category: LOVE QUOTES \nClue: Napoleon said, \"I have never loved anyone for love's sake, except, perhaps,\" her -- \"a little\"", + "output": [ + "josephine" + ] + }, + { + "id": "openseek-7-e407dad31f744791960317b7d41261c1", + "input": "Category: STOCK SYMBOLS \nClue: Smile & say cheese for this picture-perfect company, EK", + "output": [ + "eastman kodak" + ] + }, + { + "id": "openseek-7-81cd31444265433ca4ed034b4a3175d8", + "input": "Category: ENGLISH LITERATURE \nClue: The 5th edition of this work, published in 1676, included a section on fly fishing by Charles Cotton", + "output": [ + "the compleat angler" + ] + }, + { + "id": "openseek-7-b2dddc14198b4a1bbc544d85573d8b31", + "input": "Category: \"O\", 'BAMA \nClue: Population 500, it hunts in a large constellation", + "output": [ + "orion" + ] + }, + { + "id": "openseek-7-a9a51b2d2d004673b61bc746facd2d2a", + "input": "Category: NAME THAT CENTURY \nClue: Texas declares its independence as a republic", + "output": [ + "the 19th century" + ] + }, + { + "id": "openseek-7-34e9ada1a5e34d8aa50ab6909da4c021", + "input": "Category: WHAT'S THE MARTYR WITH YOU? \nClue: Name associated with a priest martyred on Feb. 14 around 269 A.D.", + "output": [ + "valentine" + ] + }, + { + "id": "openseek-7-c14889e293cb4f379f77ff6a2e73f7f7", + "input": "Category: ROCK COLLECTING \nClue: The crack, chisel & sledge types of these tools are useful in the field", + "output": [ + "hammers" + ] + }, + { + "id": "openseek-7-91b37e8e2d6c4a1795b64092de45a9ac", + "input": "Category: LANGUAGES \nClue: It's the language that gave us the words luau & lei", + "output": [ + "hawaiian" + ] + }, + { + "id": "openseek-7-96280aa1e54049b0b00147c658927450", + "input": "Category: BETTER KNOWN AS... \nClue: His birth name, Michael Douglas, was in use, so this Batman chose this stage name", + "output": [ + "michael keaton" + ] + }, + { + "id": "openseek-7-e200e98038a84c4bafb4f933e730ed0f", + "input": "Category: A SIDE OF BEANS \nClue: In November 1969 Pete Conrad & this man became the third & fourth humans to set foot on the Moon", + "output": [ + "alan bean" + ] + }, + { + "id": "openseek-7-6ccb3e4c16fd4b788200cd460b30c32b", + "input": "Category: MADDEN-LESS NFL 09 \nClue: Maybe this team's new, fiercer logo helped it break its 0-19 streak", + "output": [ + "the lions" + ] + }, + { + "id": "openseek-7-ac516e902da54d9983b196648590a8dd", + "input": "Category: THE \"METH\"OD \nClue: Rice paddies release this greenhouse gas", + "output": [ + "methane" + ] + }, + { + "id": "openseek-7-2c80a0af3d8d4cf28455a65e04806882", + "input": "Category: KIDSPEAK \nClue: A dog named Rover might be black or brown, but this color \"rover\" is a popular kids' game", + "output": [ + "red rover" + ] + }, + { + "id": "openseek-7-11bff9b9f4a9479c9907df1fa3260684", + "input": "Category: BILLBOARD'S HOT 100 \nClue: In 2010 they broke the Beatles' record for having had the most songs on the Hot 100 chart by a non-solo act", + "output": [ + "the cast of glee" + ] + }, + { + "id": "openseek-7-370e45dd328b44ef84fd5b675051035b", + "input": "Category: \"B.C.\" \nClue: This Massachusetts Jesuit campus is in chestnut hill", + "output": [ + "boston college" + ] + }, + { + "id": "openseek-7-2d8d94ae43fa477bab1cefa71bce6b4d", + "input": "Category: ...& OTHER MUSES \nClue: On her 1969 honeymoon, this inspiring conceptual artist staged a \"Bed-in for Peace\"", + "output": [ + "yoko ono" + ] + }, + { + "id": "openseek-7-08780e52388e463c97b292e131d90dd3", + "input": "Category: HBO \nClue: On \"Extras\", this British heartthrob sent himself up by acting jealous of one of his \"Pirates\" co-stars", + "output": [ + "orlando bloom" + ] + }, + { + "id": "openseek-7-4beb9bb5af974fe1b73eb14fccbe62a8", + "input": "Category: THE GOLD BUG \nClue: Name this little man who spun straw into gold or he'll take your first-born child", + "output": [ + "rumpelstiltskin" + ] + }, + { + "id": "openseek-7-116a78deff8e4d1c8c0e30f6aa3bd4f3", + "input": "Category: SMART ANSWERS \nClue: This adjective that means \"cunning\" probably comes from the name of a \"tamed\" insectivore", + "output": [ + "shrewd" + ] + }, + { + "id": "openseek-7-e1018c86c8fe41f4a3cdb3bcdad1f1f4", + "input": "Category: SCRAMBLED STATE CAPITALS \nClue: SPIDER FLING", + "output": [ + "springfield" + ] + }, + { + "id": "openseek-7-582f0f7a51d0404e8ae7601eb202fca7", + "input": "Category: NATIONAL PARKS OF THE WORLD \nClue: The 3 \"lakes of\" this Irish national park are Upper Lake, Muckross Lake & Lough Leane", + "output": [ + "killarney national park" + ] + }, + { + "id": "openseek-7-bff313b2150b4f61ac2e90edca76cfba", + "input": "Category: SMALLVILLE \nClue: Small cities in this state include Kinbrae (pop. 21) & Boy River (pop. 38); Minneapolis is much bigger", + "output": [ + "minnesota" + ] + }, + { + "id": "openseek-7-edc20bb79c3b45a9800ac4ebe47c8b99", + "input": "Category: LOTS OF \"OIL\" \nClue: 7-letter word for the highest layer of dirt from which plants take nutrients", + "output": [ + "topsoil" + ] + }, + { + "id": "openseek-7-bf15a59ccf0c49ab844655d2eecb0c78", + "input": "Category: DESTINATION: PLUTO \nClue: In 1930 he discovered Pluto; in 2006 some of his ashes were headed there aboard NASA's New Horizons mission", + "output": [ + "clyde tombaugh" + ] + }, + { + "id": "openseek-7-c48ec905247e4f1db22f41baaa1c3857", + "input": "Category: THE DVD CLUB \nClue: There's a \"lost historical film\" on the woolly mammoth on the animated DVD this time period: \"The Meltdown\"", + "output": [ + "ice age" + ] + }, + { + "id": "openseek-7-6b7912833c8c4a8fb4b6a337ca819fb8", + "input": "Category: NOTHING \"BUT\" \nClue: Romeo's 2-word interjection when Juliet appears at her window", + "output": [ + "but soft" + ] + }, + { + "id": "openseek-7-58ca93d60ef74239a30483c1e52a6a0b", + "input": "Category: TV MATH \nClue: Fred MacMurray's title \"Sons\" minus Paul Reiser's title \"Dads\"", + "output": [ + "1" + ] + }, + { + "id": "openseek-7-a59f940995d147f0b84753cea004b799", + "input": "Category: \"U\" KNOW IT \nClue: Woody Guthrie sang, \"You can't scare me, I'm sticking to\" this group", + "output": [ + "the union" + ] + }, + { + "id": "openseek-7-a3651f799565458b8a6dbe8f81384823", + "input": "Category: CATCHPHRASES \nClue: Biblical term for a menacing sermon, from 2 torments it depicts awaiting sinners", + "output": [ + "fire & brimstone" + ] + }, + { + "id": "openseek-7-566a1d31517645e692e4a896ff80c641", + "input": "Category: NUMBER, PLEASE \nClue: The value of pi is closest to this whole number", + "output": [ + "3" + ] + }, + { + "id": "openseek-7-ed2acca23e144acbafcc62cf85e445a4", + "input": "Category: WE'RE GONNA MAKE YOU WINE \nClue: Tej is a sweet Ethiopian wine made with this (including the comb) cooked with hops", + "output": [ + "honey" + ] + }, + { + "id": "openseek-7-94ffc39601f64df5b02e29623a0ce0e6", + "input": "Category: \"RAIN\"Y SONGS \nClue: The Carpenters had \"nothing to do but frown\", these 2 things \"always get me down\"", + "output": [ + "\"rainy days and mondays\"" + ] + }, + { + "id": "openseek-7-e2f001d75078491a8d5074ad06a9a03e", + "input": "Category: BY THE NUMBERS \nClue: Total of Disney's Dalmatians and dwarfs", + "output": [ + "108" + ] + }, + { + "id": "openseek-7-522fecfc1eb144b0a891344d79074179", + "input": "Category: SUITE \nClue: Bela Bartok wrote his 1923 \"Dance Suite\" for the 50th anniversary of this city's unification", + "output": [ + "budapest" + ] + }, + { + "id": "openseek-7-fe2840bde7544ca99bdd7452f9906b0d", + "input": "Category: GHASTLY OPERATIC DEMISES \nClue: The old believers immolate themselves on a funeral pyre in \"Khovanschina\" by the composer of \"Boris Godunov\"", + "output": [ + "modest mussorgsky" + ] + }, + { + "id": "openseek-7-027ff4bb0422457aab49a2b4a0348b38", + "input": "Category: U.S. RIVERS \nClue: It's New York State's longest river", + "output": [ + "the hudson" + ] + }, + { + "id": "openseek-7-852876c0ca95478fb430b997bcd28cc3", + "input": "Category: RECENT CINEMA \nClue: In a 2004 sequel, this ogre travels to meet his in-laws, King Harold & Queen Lillian", + "output": [ + "shrek 2" + ] + }, + { + "id": "openseek-7-9d85344087e44bcfa58e313bbc211332", + "input": "Category: TV CHARACTERS \nClue: Jim Bakker's ex-wife Tammy Faye showed up on \"The Drew Carey Show\" as this character's mother", + "output": [ + "mimi\\'s mother" + ] + }, + { + "id": "openseek-7-f12722891b2f49758cb9bd8de68fe284", + "input": "Category: PLAY TIME \nClue: In this David Henry Hwang drama a French diplomat has a love affair with an opera diva who turns out to be a he", + "output": [ + "m. butterfly" + ] + }, + { + "id": "openseek-7-6ec83be61254435cb935a552b457ce0c", + "input": "Category: SCULPTURE \nClue: His suspended abstract sculptures were given the name \"mobiles\" by Marcel Duchamp", + "output": [ + "alexander calder" + ] + }, + { + "id": "openseek-7-adb27200e2a84e9ba113f040cb8a72e7", + "input": "Category: CHILDREN'S LITERATURE \nClue: Sketches written for punch became his first novel, \"Lovers in London\"; Winnie-the-Pooh came 21 years later", + "output": [ + "milne" + ] + }, + { + "id": "openseek-7-efc0dca2f1064e6faadb6095265798df", + "input": "Category: QUOTABLE POTENT POTABLES \nClue: In Germany these party essentials are called \"Wein, Weib und Gesang\"", + "output": [ + "wine, women, and song" + ] + }, + { + "id": "openseek-7-713714ca6d7d4436b1d472a904d7298f", + "input": "Category: SPORTS STARS \nClue: In 2003 this pitcher returned to the Dodgers announcing games for a Spanish-language radio station", + "output": [ + "valenzuela" + ] + }, + { + "id": "openseek-7-491f7b6f457341b88f143bfb043a1d4a", + "input": "Category: PARLEZ-VOUS ANGLAIS? \nClue: If you don't like traffic, live on this kind of street, the \"bottom of the sack\"", + "output": [ + "a cul-de-sac" + ] + }, + { + "id": "openseek-7-1b50f6b45a2149a5b65c9fee9c8936c4", + "input": "Category: SPORTS NICKNAMES \nClue: Due to her specialty, Olympic swimming gold medalist Mary T. Meagher had this opera title as a nickname", + "output": [ + "madame butterfly" + ] + }, + { + "id": "openseek-7-b8bcb94c238b4287a4cbaf595cd35b0f", + "input": "Category: ON THE STAGE \nClue: This playwright hit the right note with \"Amadeus\" & then horsed around with \"Equus\"", + "output": [ + "peter shaffer" + ] + }, + { + "id": "openseek-7-d7a677cac8094fa693619a940cba5042", + "input": "Category: ASIAN CAPITALS \nClue: Have a dilly of a time in Dili, the capital of this new nation", + "output": [ + "east timor" + ] + }, + { + "id": "openseek-7-647340e4ba6143d787c7e725386efa5d", + "input": "Category: AMUSEMENT PARKS \nClue: This company's Great America Park in Gurnee, Ill. has the world's fastest steel roller coaster", + "output": [ + "six flags" + ] + }, + { + "id": "openseek-7-0751d9d2988f40bc8da48dea58bf94de", + "input": "Category: PEOPLE \nClue: Notified of this rival's death in March 1993, Dr. Jonas Salk called it \"a great loss\"", + "output": [ + "sabin" + ] + }, + { + "id": "openseek-7-1d8c6bb20a8747808765cf37cf0e071a", + "input": "Category: FICTIONAL CHARACTERS \nClue: This F. Scott Fitzgerald character was born James Gatz", + "output": [ + "the great gatsby" + ] + }, + { + "id": "openseek-7-8aaaa6c389ad45c98b237eb4f1d10344", + "input": "Category: \"CUS\" WORDS \nClue: Parents living together have the joint type of this, & may continue to have it after a divorce", + "output": [ + "custody" + ] + }, + { + "id": "openseek-7-202e11646e7442799be0a21d0038ae18", + "input": "Category: A.K.A. \nClue: This \"Die Hard\" co-star's real name is Bonnie Culkin; Macaulay is her nephew", + "output": [ + "bonnie bedelia" + ] + }, + { + "id": "openseek-7-0ab31b673196481e83a905f9cac23492", + "input": "Category: EXPLORERS & EXPLORATION \nClue: In 1682 he claimed the entire Mississippi Valley for France; 5 years later, his own men killed him in Texas", + "output": [ + "lasalle" + ] + }, + { + "id": "openseek-7-b9c62603149b4e7a840739faa36dbcf3", + "input": "Category: PRESIDENTIAL LAST WORDS \nClue: Though noted for his drinking, the last thing he said was \"Water\"", + "output": [ + "ulysses s. grant" + ] + }, + { + "id": "openseek-7-e4ee1a8e993745828b3282f88aca18c5", + "input": "Category: GRAMMY-WINNING COMEDY ALBUMS \nClue: 1999: Nobody hates his \"Bigger and Blacker\"", + "output": [ + "chris rock" + ] + }, + { + "id": "openseek-7-d3b274306d244018b4cc318a416c6683", + "input": "Category: THE \"M.E.\"s \nClue: It's the supposed site of visual recollection", + "output": [ + "mind\\'s eye" + ] + }, + { + "id": "openseek-7-1355b999d21544198752b70c9dd94e14", + "input": "Category: THEATRE IN THE NEW YORK TIMES \nClue: Maxmillan Schell talked to the Times about his new role in the 2001 stage version of this film that won him an Oscar", + "output": [ + "judgment at nuremberg" + ] + }, + { + "id": "openseek-7-63845896e2064a2d9c075e5fc781089b", + "input": "Category: IVY LEAGUERS \nClue: (Jimmy of the Clue Crew) The inscribed names of Yale students killed in wars partly inspired this Yale grad to create a famous memorial", + "output": [ + "maya lin" + ] + }, + { + "id": "openseek-7-d8ac60079df84c56bd7e27fc8f5ab8af", + "input": "Category: A NATION DIVIDED \nClue: It was officially divided into North & South in 1953", + "output": [ + "korea" + ] + }, + { + "id": "openseek-7-44f4ecf23ce54b11a569159c36c70c87", + "input": "Category: A DRIVING TOUR \nClue: Drive down Obala Vojvode Stepe in this city & relive the street's most famous moment of June 28, 1914", + "output": [ + "sarajevo" + ] + }, + { + "id": "openseek-7-b3ff1556d5944f8785ec49e127b6c034", + "input": "Category: SYLVESTER STALLONE \nClue: Stallone was married to this Danish beauty when she starred in \"Cobra\" with him", + "output": [ + "brigitte nielsen" + ] + }, + { + "id": "openseek-7-df53d907140a4c27a4b849b86494a20c", + "input": "Category: INVENTORS \nClue: He was knighted in 1866 not for his temperature scale, but for helping develop the transatlantic cable", + "output": [ + "lord kelvin" + ] + }, + { + "id": "openseek-7-aedb11203fcd462ea70eef8ec01e0613", + "input": "Category: THE NUMBER OF... \nClue: ...sub-Earth orbital planets", + "output": [ + "2" + ] + }, + { + "id": "openseek-7-5fad8e0686cb49c79a6d04ce0fa9b0ed", + "input": "Category: FOLLOW THE LEADER \nClue: In northern Europe, Goran Persson leads as the prime minister of this nation", + "output": [ + "sweden" + ] + }, + { + "id": "openseek-7-a7a193a4f81049efaabc61e3be88a36d", + "input": "Category: FACTS ABOUT AUTHORS \nClue: Born in Salem, Massachusetts in 1804, one of his ancestors was a judge at the Salem Witchcraft Trials in 1692", + "output": [ + "hawthorne" + ] + }, + { + "id": "openseek-7-794c123fc1d14cf5baa4c358e23cea2b", + "input": "Category: A GORILLA'S BEST FRIEND \nClue: Discovered in 1966, Snowflake was the first known specimen of this type of gorilla", + "output": [ + "white/albino gorilla" + ] + }, + { + "id": "openseek-7-ffdeff4322424dfe8f6db5cf7575682c", + "input": "Category: IRAQ \nClue: It's the country Iraqi nationalists call Iraq's 19th province", + "output": [ + "kuwait" + ] + }, + { + "id": "openseek-7-a6053dfcb4e7467b8b1e4d791d20a83e", + "input": "Category: BRITISH HISTORY \nClue: The Ancient Romans built this across Britain from the mouth of the Tyne River to Solway Firth", + "output": [ + "hadrian\\'s wall" + ] + }, + { + "id": "openseek-7-3e3868e779f741ada85035f8c18ee294", + "input": "Category: PERCUSSION INSTRUMENTS \nClue: Percussion instrument whose possible changes for a set of five are seen here", + "output": [ + "bells" + ] + }, + { + "id": "openseek-7-eaacae42ccf240d2b894cbff37dd0713", + "input": "Category: PALINDROMIC WORDS \nClue: Slang for soda or Dad", + "output": [ + "pop" + ] + }, + { + "id": "openseek-7-79504b4e8f2f4a059ad680f7b5237645", + "input": "Category: BUGS \nClue: The harlequin bug is also known by this \"smelly\" name", + "output": [ + "a stinkbug" + ] + }, + { + "id": "openseek-7-e1f8a556f7ec43029fc849eafcab1a34", + "input": "Category: BLACK AMERICA \nClue: A 1950 Ebony cover called this U.N. statesman \"America's Most-Honored Negro\"", + "output": [ + "ralph bunche" + ] + }, + { + "id": "openseek-7-87951c2e3cbd4bb18f15939f101f4b17", + "input": "Category: IT'S ONLY MONEY \nClue: The first of these monetary units was issued in 1360 by King Jean II, right after his release from English captivity", + "output": [ + "francs" + ] + }, + { + "id": "openseek-7-7c44c1cb79244177ae3dbca9d6fe4e03", + "input": "Category: SINGING \nClue: (Cheryl of the Clue Crew) In bel canto technique you contract the upper abs to control this, the main muscle in respiration", + "output": [ + "the diaphragm" + ] + }, + { + "id": "openseek-7-bd8fcffcf7164c41b15cbb6c9f4dbe20", + "input": "Category: ISLAND HOPPING \nClue: Although most Indonesians are Muslims, this is the predominant religion on Bali", + "output": [ + "hinduism" + ] + }, + { + "id": "openseek-7-8046d1949a814fd685dc2e9c9cf61fa7", + "input": "Category: A GEOGRAPHY LESSON \nClue: Puntarenas & Limon are coastal cities in this country whose name includes the Spanish word for \"coast\"", + "output": [ + "costa rica" + ] + }, + { + "id": "openseek-7-d9d3a55aa3884c208cefbdb71fe9e9ad", + "input": "Category: DOUBLE LETTER PERFECT \nClue: For the ivory tickler it means \"very softly\"", + "output": [ + "pp" + ] + }, + { + "id": "openseek-7-6b3e4a97e96d48b1beb4cd8e0b190ef7", + "input": "Category: IT'S A DISASTER! \nClue: In the worst aviation disaster, nearly 600 people were killed when 2 jets collided on Tenerife in this island group", + "output": [ + "canary islands" + ] + }, + { + "id": "openseek-7-99a3af1bc8db4537a2687dd6a9a84ac7", + "input": "Category: 1969 \nClue: Though it made its maiden flight in March, it didn't break the sound barrier until October", + "output": [ + "the concorde" + ] + }, + { + "id": "openseek-7-9205203b591e444eae6993248f429ee0", + "input": "Category: SICKNESS & HEALTH \nClue: Emotional instability & irritability are symptoms of this condition abbreviated PMS", + "output": [ + "pre-menstrual syndrome" + ] + }, + { + "id": "openseek-7-fb6191b49ed544a2b178a2df106b5639", + "input": "Category: THE CINEMA \nClue: Minnie Driver provided the voice of Jane in this 1999 Disney blockbuster", + "output": [ + "tarzan" + ] + }, + { + "id": "openseek-7-42546c146eb0409cb36a2142d12ecb5d", + "input": "Category: GONE FISSION \nClue: It was named for a district of the U.S. Army Corps of Engineers, first assigned because early work was done at Columbia", + "output": [ + "the manhattan project" + ] + }, + { + "id": "openseek-7-ddf863c609014374b03b0f82116c1ccb", + "input": "Category: MICHAEL JORDAN \nClue: It was Jordan's number with the Bulls & the Wizards", + "output": [ + "23" + ] + }, + { + "id": "openseek-7-2626127d94304d95899007888794a645", + "input": "Category: MAN'S BEST FRIEND \nClue: Everyone \"nose\" this is the breed of the mug seen here", + "output": [ + "pug" + ] + }, + { + "id": "openseek-7-923b123547ac4228a289386357a0bab1", + "input": "Category: 4-LETTER WORDS \nClue: Type of chart seen here", + "output": [ + "flow" + ] + }, + { + "id": "openseek-7-85d18a80b33b4e7c95986da41ff7721b", + "input": "Category: 1983 \nClue: At Christmas time parents shelled out a lot of lettuce for these one-of-a-kind dolls", + "output": [ + "cabbage patch kids" + ] + }, + { + "id": "openseek-7-eef2d40b6cff47db9b1e962eafc1d526", + "input": "Category: JOHN RITTER \nClue: John became TV's clown prince of pratfalls as this appropriately named character on \"Three's Company\"", + "output": [ + "jack tripper" + ] + }, + { + "id": "openseek-7-6b0c77ed95ea4ccb8fd893e90c00c461", + "input": "Category: POP \"I\" \nClue: We have a feeling you'll know that it was the first single from Jewel's \"0304\" CD", + "output": [ + "intuition" + ] + }, + { + "id": "openseek-7-f16e34669782431c825593b4b9fdab57", + "input": "Category: LIPSTICK JUNGLE \nClue: Tarte makes a dual-ended lip gloss named for this romantic pair, swingin' in the jungle since 1912", + "output": [ + "tarzan & jane" + ] + }, + { + "id": "openseek-7-df512290328c45e7859f2749d9e709ab", + "input": "Category: SCIENCE & TECHNOLOGY \nClue: The tokamak, this type of nuclear reactor, uses plasma heated to 180 million degrees as fuel", + "output": [ + "fusion" + ] + }, + { + "id": "openseek-7-4d286fae779f441fa2213f2c45a40b63", + "input": "Category: BLACK HISTORY MONTH \nClue: Jackie Robinson broke baseball's color line in 1947 when he was signed by this team", + "output": [ + "the dodgers" + ] + }, + { + "id": "openseek-7-4196e7b3da3843cf8bed159e97a1539f", + "input": "Category: SOUNDS LIKE IG-PAY ATIN-LAY \nClue: The 2000 Robert Mondavi one has nuances of hazelnut & goes well with salmon", + "output": [ + "chardonnay" + ] + }, + { + "id": "openseek-7-6b4d561679f44d9b94fb46161ac6e1bd", + "input": "Category: WHICH DOCTOR... \nClue: Treats bunions & hammer toes", + "output": [ + "podiatrist" + ] + }, + { + "id": "openseek-7-922893d87396466389fea17b37be1b08", + "input": "Category: FRANCIS FORD COPPOLA \nClue: In 1999 Francis produced \"The Virgin Suicides\", which marked the directorial debut of this woman, his daughter", + "output": [ + "sofia coppola" + ] + }, + { + "id": "openseek-7-7bfd099422d0429fa4915728fe80ecc0", + "input": "Category: THE WILD WEST \nClue: Along with Chief Joseph, Looking Glass was a leader of this Indian tribe", + "output": [ + "nez perce" + ] + }, + { + "id": "openseek-7-291d2079d6d04f6caf2a246dadea9567", + "input": "Category: BOTANY \nClue: This spice comes from the membrane that covers the nutmeg seed kernel", + "output": [ + "mace" + ] + }, + { + "id": "openseek-7-fc220215a3964069bed86b8ff9da7c31", + "input": "Category: ODD WORDS \nClue: Hey sleepyhead, oneiromancy is a fancy word for foretelling the future by interpreting these", + "output": [ + "dreams" + ] + }, + { + "id": "openseek-7-7059cd4c227a4550ac0e04a1762d90d0", + "input": "Category: ABBOTT & COSTELLO'S BASEBALL TEAM \nClue: He's the first baseman", + "output": [ + "who" + ] + }, + { + "id": "openseek-7-a8ae6dae76064e67aee7c7d3cf63d408", + "input": "Category: MUSICAL THEATER \nClue: It was billed as \"The American Tribal Love-Rock Musical\"", + "output": [ + "\"hair\"" + ] + }, + { + "id": "openseek-7-97f163550ca743a7a43510204cbe832c", + "input": "Category: POTENT POTABLES IN OTHER WORDS \nClue: NYC borough that has the Murray Hill neighborhood", + "output": [ + "a manhattan" + ] + }, + { + "id": "openseek-7-9b729d564d0145008b867b342e5712d6", + "input": "Category: SCIENCE FACT \nClue: This name applies to any of the proteins produced by B cells as a primary immune defense", + "output": [ + "antibodies" + ] + }, + { + "id": "openseek-7-e1d1ae831cf34fb8a9a446b3226a2a36", + "input": "Category: TV TITLE REFERENCES \nClue: The Kansas hamlet that's home to the Kents", + "output": [ + "smallville" + ] + }, + { + "id": "openseek-7-12db26b5183e48aba9be0dbf6cab379f", + "input": "Category: \"EZ\" DOES IT \nClue: Named for Indians who lived in the region, it was Mississippi's first capital", + "output": [ + "natchez" + ] + }, + { + "id": "openseek-7-c7aec99126b94da1b0402c74626c1812", + "input": "Category: FILMS OF THE '90s \nClue: In a 1999 film John Travolta & Madeleine Stowe tried to solve the murder of this title character", + "output": [ + "the general\\'s daughter" + ] + }, + { + "id": "openseek-7-88efa315dd0e4cb3a45b1041b780d4ce", + "input": "Category: DO YOU COME HERE OFTEN? \nClue: Hindi faithful make regular pilgrimages to & bathe in this 1,560-mile river of Northern India", + "output": [ + "the ganges" + ] + }, + { + "id": "openseek-7-6014afb3ee3f4e3e807cf4a9c8d84593", + "input": "Category: MEET MY \"EX\" \nClue: Named shared by a Leon Uris novel, a Bob Marley album & a book of the Bible", + "output": [ + "exodus" + ] + }, + { + "id": "openseek-7-9b03f7111dec4c2dbd5bc01c97d16307", + "input": "Category: 3-LETTER WORDS \nClue: It's the center part of a wheel, or the center of an activity", + "output": [ + "hub" + ] + }, + { + "id": "openseek-7-0d9da3871d7f4381b7c1f907c331e84b", + "input": "Category: ALL THINGS BRITISH \nClue: Branwyn, Gwyllum, & Baldrick are 3 of the famous ravens at this location", + "output": [ + "the tower of london" + ] + }, + { + "id": "openseek-7-4c9275ff7b834bc58d948b3b4a1baa1a", + "input": "Category: \"LOCK\"s \nClue: Socrates' last beverage", + "output": [ + "hemlock" + ] + }, + { + "id": "openseek-7-2d1b72f91d02466fb8686bb1a2352a3a", + "input": "Category: TASTY MUSICAL ACTS \nClue: The Roxy Music song \"Pyjamarama\" inspired the name of this British girl group", + "output": [ + "bananarama" + ] + }, + { + "id": "openseek-7-e7d8567fbfa4476ab8c25ec767c9aeb1", + "input": "Category: WINTER \nClue: Percy Bysshe Shelley wrote, \"If winter comes, can\" this \"be far behind?\"", + "output": [ + "spring" + ] + }, + { + "id": "openseek-7-0a58326853a84fa882b3a2fde7b49fc9", + "input": "Category: LAW \nClue: It's defined as one who could testify regarding what he had seen", + "output": [ + "eyewitness" + ] + }, + { + "id": "openseek-7-fc7e50bd778140eabc628fdd2faafa05", + "input": "Category: AQUATIC-SOUNDING CINEMA \nClue: I know it's confusing, but in this movie sequel, Julia Roberts played Tess, who impersonated Julia Roberts", + "output": [ + "ocean\\'s twelve" + ] + }, + { + "id": "openseek-7-73ef3ce3fdc347b4b1836bc64186896e", + "input": "Category: PAN & POT POURRI \nClue: DuPont says that dishwashers are safe for this nonstick coating applied to the cooking surface of some pans", + "output": [ + "teflon" + ] + }, + { + "id": "openseek-7-fcb16b4dbea1456a9ae287c7c82e7cc0", + "input": "Category: AUTHOR! AUTHOR! \nClue: \"Northanger Abbey\"", + "output": [ + "jane austen" + ] + }, + { + "id": "openseek-7-c078ef9e360542c19ef59b8458d1df24", + "input": "Category: FOOD FACTS \nClue: The name for this green-floreted veggie may be from the Latin for \"arm\"", + "output": [ + "broccoli" + ] + }, + { + "id": "openseek-7-6badf8aba65b465c97bb490c506215b9", + "input": "Category: PIG-OUT \nClue: This porcine \"Green Acres\" star was a real ham; he won 2 Patsy Awards as TV Animal Of The Year", + "output": [ + "arnold" + ] + }, + { + "id": "openseek-7-01de62df1d654a94b1130ecc8a529583", + "input": "Category: HOW SOPHOMORIC! \nClue: In 1805 this frontier novelist was kicked out of Yale, possibly for seating a donkey in a professor's chair", + "output": [ + "james fenimore cooper" + ] + }, + { + "id": "openseek-7-2d09ced20ff44b4491c2612efd0fe4fc", + "input": "Category: WHAT AILS YOU? \nClue: Don't ignore that tenderness in the right lower abdomen -- this useless organ could rupture if untreated", + "output": [ + "the appendix" + ] + }, + { + "id": "openseek-7-a724dc86d4cd486599c590ee299e8dec", + "input": "Category: THE FUNNIES \nClue: In 1941 a daughter named Cookie was born to this comic strip couple", + "output": [ + "blondie and dagwood" + ] + }, + { + "id": "openseek-7-e022e9abd151494180b27f718b82e16f", + "input": "Category: KEEPING UP WITH THE JONESES \nClue: It's not unusual that this hipster had his first hit with \"It's Not Unusual\" in 1965", + "output": [ + "tom jones" + ] + }, + { + "id": "openseek-7-1879e25a24db4e89bb2ab46499ed756f", + "input": "Category: ALSO A ZODIAC SYMBOL \nClue: Chevre is cheese made from its milk", + "output": [ + "a goat" + ] + }, + { + "id": "openseek-7-d4e773ed5785458cabea6e80f19b8b4e", + "input": "Category: CITY OF THE DAY: MINNEAPOLIS \nClue: The information center at Minnehaha Park (off Hiawatha Ave.) is a replica of this poet's home in Massachusetts", + "output": [ + "longfellow" + ] + }, + { + "id": "openseek-7-098cc495836c47a4a87e8b3b9a03e984", + "input": "Category: THE SUMMER OLYMPICS \nClue: The 1972 games at this German city were the scene of terrorism & tragedy", + "output": [ + "munich" + ] + }, + { + "id": "openseek-7-cb3fd691c11944b9986fdad4d015be34", + "input": "Category: EXPO \nClue: A 21-hour production of this Goethe tale was a highlight of the 2000 expo in Hanover, Germany", + "output": [ + "faust" + ] + }, + { + "id": "openseek-7-d5bc469f919a43a989db2dfde5c3b21e", + "input": "Category: DON'T SAY THE L-WORD \nClue: An August zodiac sign", + "output": [ + "virgo" + ] + }, + { + "id": "openseek-7-58d9c35ed5f64245baffd691b38c2ff7", + "input": "Category: WORDS \nClue: Once luring men to danger, now one warns of it", + "output": [ + "a siren" + ] + }, + { + "id": "openseek-7-8e7f131b32c74bbe81dd6a68fb6d94c0", + "input": "Category: GEOGRAPHY \nClue: This river's name is Sanskrit for \"Son of Brahma\"", + "output": [ + "the brahmaputra" + ] + }, + { + "id": "openseek-7-9d9d840ec2ad45018d840d5647ac4855", + "input": "Category: OH, WITTY WOMAN \nClue: Funny lady Roseanne used to joke that she wouldn't do this chore \"'til Sears makes one you can ride on\"", + "output": [ + "vacuum" + ] + }, + { + "id": "openseek-7-766c6aac031f4ed4945a5f5e91422859", + "input": "Category: AMERICAN FOLKLORE \nClue: Name of the animal that measured 42 axe handles & 1 plug of chewing tobacco between the horns", + "output": [ + "babe the blue ox" + ] + }, + { + "id": "openseek-7-27a18427697744e2a96fb99e6a313fe8", + "input": "Category: BELIZE TO MEET YOU \nClue: Belize City, the country's largest city, lies on this sea", + "output": [ + "caribbean sea" + ] + }, + { + "id": "openseek-7-97bb18d884624f82baf971af2d52e050", + "input": "Category: 1921 \nClue: In 1921 he reached his peak of stardom with \"The Sheik\"", + "output": [ + "rudolph valentino" + ] + }, + { + "id": "openseek-7-7e189d7e1d7142318856ff619d7e0a9a", + "input": "Category: HOLIDAYS & OBSERVANCES \nClue: This Jewish observance marks the end of 10 days of penitence", + "output": [ + "yom kippur" + ] + }, + { + "id": "openseek-7-b66c786c673a4f99afa71d1a94df89a1", + "input": "Category: RHYME TIME \nClue: A cloaklike garment for a gorilla", + "output": [ + "an ape cape" + ] + }, + { + "id": "openseek-7-d62eef0b266f4a43b47d365dfcaab22b", + "input": "Category: WORDPLAY \nClue: His name spells out the initials of \"I am chairman of Chrysler Corporation, America\"", + "output": [ + "lee iacocca" + ] + }, + { + "id": "openseek-7-0496839a6a014d8e8d7fb94f51000ae0", + "input": "Category: THE MOOR \nClue: 6 years after a fatwa was issued regarding him, this author published \"The Moor's Last Sigh\"", + "output": [ + "salman rushdie" + ] + }, + { + "id": "openseek-7-2492a3e70a9542c5bda7efa7cd776084", + "input": "Category: HALLMARK HOLIDAYS \nClue: Nurses Week begins on May 6th & ends May 12th--appropriately, this woman's birthday", + "output": [ + "florence nightingale" + ] + }, + { + "id": "openseek-7-44655643ef1141ee9d228c6071283d9c", + "input": "Category: BIBLICAL BOTANY \nClue: Jacob took idols & hid them under this mighty tree where, we assume, little idols don't grow", + "output": [ + "an oak" + ] + }, + { + "id": "openseek-7-6658da127be44a1aaf93e4e07da902e0", + "input": "Category: \"R\"RRRRR! \nClue: Frank Gorshin played him on the small screen, Jim Carrey on the big", + "output": [ + "the riddler" + ] + }, + { + "id": "openseek-7-62a272d4c3824a7196682e143cd4070b", + "input": "Category: ON THE BRITISH MONARCHY'S WEBSITE \nClue: The Queen & the British monarchy have pages on this social networking site; you can \"like\" them but you can't \"friend\" them", + "output": [ + "facebook" + ] + }, + { + "id": "openseek-7-dec1318321be42a88e1ff7570acec859", + "input": "Category: \"O\" MAN! \nClue: Telma Hopkins & Joyce Vincent shone as his backup singers", + "output": [ + "tony orlando" + ] + }, + { + "id": "openseek-7-78e67f74070d4c04a832f89337534288", + "input": "Category: ARTISTS \nClue: During his Rose Period, he often painted Harlequins & Saltimbanques", + "output": [ + "picasso" + ] + }, + { + "id": "openseek-7-709a57c686244fe98161d83f7bb47820", + "input": "Category: ART & ARTISTS \nClue: 2 of this artist's most famous landscapes, \"View of Delft\" & \"Street in Delft\", are scenes from his hometown", + "output": [ + "jan vermeer" + ] + }, + { + "id": "openseek-7-033bd4b2c0f4470d9619be39429317ea", + "input": "Category: MACHO MAN \nClue: On his official web page, this Minn. governor says he'd like to be remembered for his \"beautiful hair\"", + "output": [ + "jesse ventura" + ] + }, + { + "id": "openseek-7-a044c716323a4d67902ef8203b39bdce", + "input": "Category: \"B\" SURE \nClue: Type of creature seen here", + "output": [ + "baboon" + ] + }, + { + "id": "openseek-7-da4d75e7062040e0aded5768d759b882", + "input": "Category: YOU SMELL YUMMY! \nClue: Wow! You must have used Sephora's morning body scrub named for this beverage \"& Cream\"", + "output": [ + "coffee" + ] + }, + { + "id": "openseek-7-410116e72a64433aab3638afd1654283", + "input": "Category: FOOD PHRASES \nClue: Told the people had no bread, Marie Antoinette allegedly said this (didn't really happen)", + "output": [ + "\"let them eat cake\"" + ] + }, + { + "id": "openseek-7-7232f56fcf50413da8e07fd2953a0f8f", + "input": "Category: WHO THE \"H\" ARE YOU? \nClue: This Japanese-American professor of linguistics was a California senator from 1977 to 1983", + "output": [ + "s.i. hayakawa" + ] + }, + { + "id": "openseek-7-a11c5d22f6c040a9898bdb2c452532d5", + "input": "Category: DEMOCRATIC PRESIDENTIAL CONTENDERS 2004 \nClue: The son of a truck driver, this vegan is also a former mayor of Cleveland", + "output": [ + "dennis kucinich" + ] + }, + { + "id": "openseek-7-c94b696fcfc94f22ac4a04105169b0be", + "input": "Category: AROUND NEW YORK \nClue: Painter John F. Kensett helped found it in the 1870s & his works launched its American Paintings Collection", + "output": [ + "the metropolitan museum of art" + ] + }, + { + "id": "openseek-7-d86a1a980b6e42a4b17be79226e51e91", + "input": "Category: COUNTRIES NAMED AFTER PEOPLE \nClue: This Latin American country is named for a man born in Genoa in 1451", + "output": [ + "colombia" + ] + }, + { + "id": "openseek-7-b2fc785e35534bfd9e95693c4d273ef0", + "input": "Category: WORLD UP! \nClue: In May 1988, after 8 years of fighting there, the Soviet army began withdrawing from this country", + "output": [ + "afghanistan" + ] + }, + { + "id": "openseek-7-fe818414bb4c44948d2bbecf413ea64f", + "input": "Category: \"MAN\"LY WORDS & PHRASES \nClue: In the nursery rhyme, this line precedes \"Bake me a cake as fast as you can\"", + "output": [ + "\"patty cake, patty cake, baker\\'s man\"" + ] + }, + { + "id": "openseek-7-f8f7961bef1e4d3bb37c980567c105f6", + "input": "Category: A WEEK AT CLUB MEDIEVAL \nClue: It's the spiced ale you'll raise at an English Christmas feast, or the toast that accompanies it", + "output": [ + "wassail" + ] + }, + { + "id": "openseek-7-735919ad26b94ca0a0310b5e41fd21a4", + "input": "Category: GOING TO THE DOGS \nClue: Lassie of TV & movie fame was this breed of dog", + "output": [ + "a collie" + ] + }, + { + "id": "openseek-7-d1bf872c71a745b8b9c1e503b80c5081", + "input": "Category: COOKING \nClue: This ground beef dish was named for J. Salisbury, a physician who advocated dietary reform", + "output": [ + "salisbury steak" + ] + }, + { + "id": "openseek-7-c93d97c7aa664caeacd16a8a53d7e895", + "input": "Category: SCIENCE & NATURE \nClue: Developed by astronomer A.E. Douglass, dendrochronology determines age in this way", + "output": [ + "counting tree rings" + ] + }, + { + "id": "openseek-7-c77b16e6087d425fb2e030b052adf95d", + "input": "Category: HAIL TO THE CHIEF \nClue: Billy Graham presided over his funeral services April 27, 1994 in Yorba Linda, California", + "output": [ + "richard nixon" + ] + }, + { + "id": "openseek-7-f8b166556c5242d9b03ef7105dd34423", + "input": "Category: RELIGION \nClue: The archbishop of Uppsala is the presiding bishop of the church of this country", + "output": [ + "sweden" + ] + }, + { + "id": "openseek-7-fa55147c72b74a419c184b326138425f", + "input": "Category: THEIR FIRST FEATURE FILMS \nClue: \"Leprechaun\" introduced her in 1993, 1 year before she found her real pot of gold as Rachel on \"Friends\"", + "output": [ + "jennifer aniston" + ] + }, + { + "id": "openseek-7-b7bd9ea8f69440eba8faa3af6e9b3d1a", + "input": "Category: MUSICAL RHYME TIME \nClue: Completes the title of Little Richard's 1958 song \"Good Golly...\"", + "output": [ + "miss molly" + ] + }, + { + "id": "openseek-7-76900ee8425d458bb75fd68d13ea6c78", + "input": "Category: THE COMPUTER AGE \nClue: Dan Bricklin developed VISICALC, the first of these programs, similar to an accounting ledger", + "output": [ + "spreadsheet" + ] + }, + { + "id": "openseek-7-ada90b873a004bdca565989571e9563e", + "input": "Category: 19TH CENTURY AMERICA \nClue: This island in New York Harbor began operating as an immigration station January 1, 1892", + "output": [ + "ellis island" + ] + }, + { + "id": "openseek-7-9e5e51cdf8d64cbc890e2b4b834ab586", + "input": "Category: MEDICAL EQUIPMENT \nClue: From the Greek for \"pipe\", this device can withdraw fluids from as well as inject fluids into a body", + "output": [ + "syringe" + ] + }, + { + "id": "openseek-7-9ca048ca50604c9fadc5e06c35d491e1", + "input": "Category: OPERA \nClue: This title character is sent to fetch Isolde, his uncle King Mark's intended bride", + "output": [ + "tristan" + ] + }, + { + "id": "openseek-7-08bf9ec9c5f4416a9b7be1339c400f9e", + "input": "Category: TANGO \nClue: Drew Lachey & his partner Cheryl scored a perfect 30 doing the tango on this TV show", + "output": [ + "dancing with the stars" + ] + }, + { + "id": "openseek-7-206cb015d39642d58f1de814680687b4", + "input": "Category: WOMEN NOVELISTS \nClue: She hopes to conclude her alphabet mysteries with \"Z\" around the year 2015", + "output": [ + "sue grafton" + ] + }, + { + "id": "openseek-7-d7c5dac4865740b58ba20f0f9e234b35", + "input": "Category: COUNTRY NAME ETYMOLOGY \nClue: This African country is named from the Portuguese for \"lion mountains\"", + "output": [ + "sierra leone" + ] + }, + { + "id": "openseek-7-a7fd6d1416654ed1a0da82f02f926c33", + "input": "Category: LET THE GAMES BEGIN \nClue: These games for athletes with physical disabilities began in Rome in 1960", + "output": [ + "the paralympics" + ] + }, + { + "id": "openseek-7-69029dc944be439185b982635d2ab478", + "input": "Category: TUDOR GARAGE \nClue: Dona Elvira was the governess of this woman who married 2 Tudor princes, Arthur & Henry", + "output": [ + "catherine of aragon" + ] + }, + { + "id": "openseek-7-2cab22c440f24df8a15171deac4c83c4", + "input": "Category: CAPITAL CITY BIRTHPLACES \nClue: Twiggy", + "output": [ + "london" + ] + }, + { + "id": "openseek-7-5edc171ec09b439989bf9b5e754a03ed", + "input": "Category: THE AUTO INDUSTRY \nClue: While Toyotas are made by Toyota, this Japanese car is made by Fuji Heavy Industries", + "output": [ + "subaru" + ] + }, + { + "id": "openseek-7-d842dded7a874568adef49281e31d304", + "input": "Category: \"B\" IN FASHION \nClue: The USA's oldest clothing retailer, this upscale, once family-run business has collared the market on men's apparel since 1818", + "output": [ + "brooks brothers" + ] + }, + { + "id": "openseek-7-621f30507e014dada317519db2fbd4d3", + "input": "Category: CORKY THE CARNY \nClue: This amusement area is Corky's turf; his dad fought in the 1942 naval battle of the same name", + "output": [ + "midway" + ] + }, + { + "id": "openseek-7-44d4502723124fcc993e9a72b85e71e3", + "input": "Category: I WROTE THAT! \nClue: \"Ottsy i Deti\", aka \"Fathers and Sons\"", + "output": [ + "ivan turgenev" + ] + }, + { + "id": "openseek-7-35b63ff2163d4ef2a977bf0330736f0d", + "input": "Category: THE SWEET 1600s \nClue: Born aboard the Mayflower in the New World, he grew up to be a captain of militia--maybe a falconer too", + "output": [ + "peregrine white" + ] + }, + { + "id": "openseek-7-07c4179e81d54726a20f4d9c240ae6b6", + "input": "Category: DOUBLE E, DOUBLE O \nClue: A revealing woman's blouse, or a game to play with Baby", + "output": [ + "peekaboo" + ] + }, + { + "id": "openseek-7-32ad7db6016946de8216c3bc56ea1bd5", + "input": "Category: ANCIENT TIMES \nClue: Roman slave famous for broaching a \"thorny\" subject with a lion", + "output": [ + "androcles" + ] + }, + { + "id": "openseek-7-e02ffe0e44eb478baf707bc9560a6152", + "input": "Category: THE NOBEL PRIZE \nClue: 1 of the 2 women from the United States who have won the Nobel Prize for Literature", + "output": [ + "toni morrison or pearl buck" + ] + }, + { + "id": "openseek-7-21b68089238143a886fbf994da15b67f", + "input": "Category: MONEY, MONEY, MONEY \nClue: In 1970 this Japanese currency was at 360 to the dollar; today it's under 100", + "output": [ + "the yen" + ] + }, + { + "id": "openseek-7-61a8fd8dbf334a7eb442bb1241863b28", + "input": "Category: SOUNDS \nClue: Leviticus 25 says every 50th year is to be celebrated as a jubilee, with these instruments sounded", + "output": [ + "trumpets" + ] + }, + { + "id": "openseek-7-281ba3c0f168404c81e1fec982881620", + "input": "Category: ROCK ON! \nClue: This very hard quartz is struck against steel to make sparks when starting a fire", + "output": [ + "flint" + ] + }, + { + "id": "openseek-7-6ff9874fd25d4b558df854126a6849cc", + "input": "Category: YOU ARE THE JUAN \nClue: This town's swallows return each spring following a 12,000-mile round trip to Argentina", + "output": [ + "san juan capistrano" + ] + }, + { + "id": "openseek-7-f82d0375cf94412ca615da74b7548026", + "input": "Category: COLLECTIBLES \nClue: A snowglobe inspired by this film features the Darling children tied to a mast near a hungry crocodile", + "output": [ + "peter pan" + ] + }, + { + "id": "openseek-7-6d582a8b81124414960dc79bfbefce5c", + "input": "Category: YOU GET AN \"F\" \nClue: This type of cable contains threads of glass that transmit signals in the form of pulses of light", + "output": [ + "fiber optic" + ] + }, + { + "id": "openseek-7-31b59f9a19df4630b6a3fd484df3b001", + "input": "Category: THE DONALD \nClue: Donald's flute solo in \"The Band Concert\" enraged this co-star who was appearing in his first Technicolor toon", + "output": [ + "mickey" + ] + }, + { + "id": "openseek-7-6687779999094329b5f8e3d30c68808f", + "input": "Category: WORDS OF THE '60s \nClue: An emotional problem or inhibition, or what you do if a phone call bums you out", + "output": [ + "hangup" + ] + }, + { + "id": "openseek-7-50c18b377bd24fb1a8095bfae3cf44af", + "input": "Category: CLASSIC LIT \nClue: This story begins, \"All children, except one, grow up\"", + "output": [ + "peter pan" + ] + }, + { + "id": "openseek-7-162dda28a35d40659a5da80f738b0a07", + "input": "Category: VOICES, I HEAR VOICES... \nClue: He voiced Shaggy on the 1969-1972 TV series \"Scooby-Doo, Where Are You!\"", + "output": [ + "casey kasem" + ] + }, + { + "id": "openseek-7-b1e129263df1457eb0fe4209abf907be", + "input": "Category: SCI. ABBREV. \nClue: Vitamin E can be measured in milligrams or in these, IU for short", + "output": [ + "international units" + ] + }, + { + "id": "openseek-7-6d84fd486f914a87b75e67c77a612a02", + "input": "Category: GAME NAME \nClue: Known as Jumpman when introduced in Donkey Kong, this video game character has since appeared in over 70 games", + "output": [ + "mario" + ] + }, + { + "id": "openseek-7-3db5bf95c6074afdabffb121f45cc926", + "input": "Category: REGIONALISMS \nClue: Note to Hoosiers: instead of \"pitch-in dinner\", use this \"fortunate\" term if you want out of staters to understand", + "output": [ + "pot luck" + ] + }, + { + "id": "openseek-7-99e3a4aeca69444d9a9fa5935dd4b1a2", + "input": "Category: LOW TECH \nClue: Stone item seen here from the Neolithic, or \"New Stone\" Age", + "output": [ + "arrowhead" + ] + }, + { + "id": "openseek-7-402cd006a9114543872844f36bcc77f9", + "input": "Category: CLOTHES ENCOUNTERS \nClue: A bullfighter's costume includes a satin \"suit of lights\" & a montera, a 2-cornered one of these", + "output": [ + "hat" + ] + }, + { + "id": "openseek-7-47ae8af3e6bd47268a60b1d8c2764d7d", + "input": "Category: \"V\" LOVE IT! \nClue: With names like Michelangelo & Black Widow, they're designed to vandalize your computer system", + "output": [ + "viruses" + ] + }, + { + "id": "openseek-7-32e581d70fb44822aa568d04ec9a3b6b", + "input": "Category: HISTORY \nClue: Between 1850 & 1864, the Taiping Rebellion claimed an estimated 20,000,000 lives in this country", + "output": [ + "china" + ] + }, + { + "id": "openseek-7-8c1d0c05aa974aebabcdb6478a76f37a", + "input": "Category: SCIENTIFIC AMERICAN \nClue: SCIAM reported on the founder type of these genetic changes--they happen in 1 person & affect millions of descendants", + "output": [ + "a mutation" + ] + }, + { + "id": "openseek-7-a211408b3229400fabe60dbe9d3cd3cc", + "input": "Category: FROM PAGE TO SCREEN \nClue: John Irving adapted his own novel into this 1999 film in which orphan Tobey Maguire works in an apple orchard", + "output": [ + "the cider house rules" + ] + }, + { + "id": "openseek-7-815f87314f1b42de886653953caf357f", + "input": "Category: A BUG'S LIFE \nClue: This garden pest controller is the state insect of Delaware & Massachusetts", + "output": [ + "ladybug" + ] + }, + { + "id": "openseek-7-95e2502473e846f88068fbdd478a076b", + "input": "Category: JOE COLLEGE \nClue: Seen here, UCLA Law, 1973", + "output": [ + "judge joe brown" + ] + }, + { + "id": "openseek-7-7e1be1a3f6984752a3b2e6dca1033c3f", + "input": "Category: WORDS IN EUROPEAN COUNTRIES \nClue: Intense enthusiasm in Bucharest", + "output": [ + "mania" + ] + }, + { + "id": "openseek-7-730021aaffc946eea0d3378c63f7e7d6", + "input": "Category: THE TWINS \nClue: In '65, in their first World Series, the Twins lost game 7 to this Dodger lefty", + "output": [ + "sandy koufax" + ] + }, + { + "id": "openseek-7-8c8f93d013a7440c88fe3d6c55eba37e", + "input": "Category: IN THE AIR UP THERE \nClue: Most of these are in the troposphere & there are over 100 different types, such as cumulonimbus", + "output": [ + "clouds" + ] + }, + { + "id": "openseek-7-ec3e4c86b80e4f699a8f665e33632783", + "input": "Category: COUNTRY MUSIC STARS \nClue: She had 8 Top 10 country hits with George Jones, 4 of them after their d-i-v-o-r-c-e", + "output": [ + "tammy wynette" + ] + }, + { + "id": "openseek-7-26a5cbb6eab84cbcaaa7bd233e3d41df", + "input": "Category: MARTIN SCORSESE, ACTOR \nClue: Scorsese was one of this actor's fares in the movie \"Taxi Driver\"", + "output": [ + "robert de niro" + ] + }, + { + "id": "openseek-7-4f2c00066fd74ac19fc0f5b5e95b7b2d", + "input": "Category: ROAMIN' HOLIDAYS \nClue: Visit this country for the Flemish as well as French community holidays", + "output": [ + "belgium" + ] + }, + { + "id": "openseek-7-304326b352df425ba79dba5099c40e66", + "input": "Category: THE KING IS DEAD \nClue: On Aug. 15, 1057 Malcolm III killed this Scottish king; there's a good story there somewhere", + "output": [ + "macbeth" + ] + }, + { + "id": "openseek-7-a14f9453683049cdb2a159877e6459c2", + "input": "Category: CLASSICAL COMPOSERS \nClue: This Austrian, who was born a Jew, wrote his \"Resurrection\" symphony before he converted to Roman Catholicism", + "output": [ + "mahler" + ] + }, + { + "id": "openseek-7-f6de3a3c351d4df8b586b22aa027ac46", + "input": "Category: COUNTRIES' HIGHEST POINTS \nClue: Citlaltepetl on the border of the states of Veracruz & Puebla", + "output": [ + "mexico" + ] + }, + { + "id": "openseek-7-2d91ef1534e54e72b8f469a7f90c2eec", + "input": "Category: PRESIDENTIAL FACIAL HAIR \nClue: President Lincoln's beard was fuller than that of this Confederate counterpart", + "output": [ + "jefferson davis" + ] + }, + { + "id": "openseek-7-d37c9c02ad694097af0ef12ad4636467", + "input": "Category: MOBISODES \nClue: In a 2-parter from the first season of this show, D.A.s Stone & Robinette take on the Masucci family", + "output": [ + "law & order" + ] + }, + { + "id": "openseek-7-5b8289a9a1494b0696260ab4a077a87c", + "input": "Category: AN ANCIENT LIFETIME AGO \nClue: The Roman gladiators only worked funerals until this leader instituted some games for them in 46 B.C.", + "output": [ + "julius caesar" + ] + }, + { + "id": "openseek-7-f870bbf6fc12460d8927f4ac28456c47", + "input": "Category: FOOD & DRINK \nClue: Hormel makes a microwavable version of this man's beef stew", + "output": [ + "dinty moore" + ] + }, + { + "id": "openseek-7-213100de07b2459aa93100a66433efe3", + "input": "Category: BOOKS & AUTHORS \nClue: Reason for the 2006 recall of the novel \"How Opal Mehta Got Kissed, Got Wild & Got A Life\"", + "output": [ + "plagiarism" + ] + }, + { + "id": "openseek-7-3489ac4d0c4343999eb03cdc8e099d62", + "input": "Category: JEWISH HISTORY \nClue: Biblical Palestine was divided into Israel & this kingdom named for one of Jacob's sons", + "output": [ + "judah" + ] + }, + { + "id": "openseek-7-32e2c45e52e74c2e9a7331f0ff0a405c", + "input": "Category: 2-WORD SCIENCE RESPONSES \nClue: When an aircraft achieves this speed based on an Austrian's name, you'll hear a boom", + "output": [ + "mach 1" + ] + }, + { + "id": "openseek-7-117204be9a9e43d38b180dfec3ef3216", + "input": "Category: POPES \nClue: Little is known of the second pope who bore this name, but we doubt he sucked his thumb & carried a blanket", + "output": [ + "linus" + ] + }, + { + "id": "openseek-7-c0810737c2fa43d386b1f788489fd41f", + "input": "Category: FAMOUS AMERICANS \nClue: This singer's blue-collar music is a celebration of the common man", + "output": [ + "bruce springsteen" + ] + }, + { + "id": "openseek-7-51496b5b474a4f1f8670c6dc9eb4324b", + "input": "Category: DIRECTORS & THEIR FILMS \nClue: His Westerns include \"Wagon Master\" & \"Fort Apache\"", + "output": [ + "john ford" + ] + }, + { + "id": "openseek-7-51c156ceedf644c6864004935cbd0e48", + "input": "Category: NUMBER OF LEGS ON... \nClue: A cockroach", + "output": [ + "6" + ] + }, + { + "id": "openseek-7-85af9780ae824ccc9f2158c57b9d704a", + "input": "Category: THE \"IDE\"S OF MARCH \nClue: Familial rhyming terms for the crimes committed by Cain & by Oedipus", + "output": [ + "fratricide & patricide" + ] + }, + { + "id": "openseek-7-fdba2329325e4380b3b2d52300d2b465", + "input": "Category: LANDING AT JFK \nClue: In June 1961 JFK met with this rival world leader for 2 days in Vienna to discuss a growing crisis in Europe", + "output": [ + "khrushchev" + ] + }, + { + "id": "openseek-7-ca87eb4884d6477dbf2af8c4280f8d28", + "input": "Category: HUNGARY \nClue: The Hungarians call this river the Duna", + "output": [ + "danube" + ] + }, + { + "id": "openseek-7-4c0f9f99a7ad4f95a7898d5e6303af2d", + "input": "Category: CHICK LIT \nClue: Andrea Sachs, assistant to the editor of a fashion magazine, is the protagonist of this novel by Lauren Weisberger", + "output": [ + "the devil wears prada" + ] + }, + { + "id": "openseek-7-345f637ac4f84c0f86ad53d9a0c9b75c", + "input": "Category: QUITE CONTRARY \nClue: Being the opposite of one of these would make Yankee Doodle a ragamuffin", + "output": [ + "dandy" + ] + }, + { + "id": "openseek-7-3a83440556764c8182e595f13b72ddae", + "input": "Category: \"OOP\"S! \nClue: Originally meaning a small opening, it's used figuratively to mean a way around a rule or regulation", + "output": [ + "a loophole" + ] + }, + { + "id": "openseek-7-ea4b990ef29942c2bdc61449aabfc8e0", + "input": "Category: FAMOUS SHAMUS \nClue: \"G\" is for this bestselling novelist who came on the (crime) scene in 1982 with a female detective", + "output": [ + "sue grafton" + ] + }, + { + "id": "openseek-7-01af2df5c5044e879de84798cd903098", + "input": "Category: CITIES \nClue: It's the largest Florida city named after a guy named Andrew", + "output": [ + "jacksonville" + ] + }, + { + "id": "openseek-7-41959d0516024e4baac389fbec7795fc", + "input": "Category: FROM PAGE TO SCREEN \nClue: David Guterson's book about racism in the Pacific Northwest became this 1999 film that stars a brooding Ethan hawke", + "output": [ + "snow falling on cedars" + ] + }, + { + "id": "openseek-7-ff869d55e6b442ca9aa68cc60e80cde2", + "input": "Category: TOUGH TV TRIVIA \nClue: Rob Petrie, Buddy Sorrell, and Sally Rogers wrote for this TV show", + "output": [ + "the alan brady show" + ] + }, + { + "id": "openseek-7-2f9e9834c748450ea32f70367d1dcd8f", + "input": "Category: BIOLOGY \nClue: When sexually aroused, the carpenter species of this insect will chase jet liners", + "output": [ + "bees" + ] + }, + { + "id": "openseek-7-d70a31abc58c43449bb4cd76b0f1c970", + "input": "Category: BODY TALK \nClue: Act bluntly & you \"shoot from\" this", + "output": [ + "the hip" + ] + }, + { + "id": "openseek-7-b7e9b36486274b1da2f7b84f1aa5f21d", + "input": "Category: \"G\" MEN \nClue: On April 12, 1961 this Soviet air force pilot made a trip around the world in 108 minutes", + "output": [ + "yuri gagarin" + ] + }, + { + "id": "openseek-7-ec02b7157b5149f99d610ddb3a12b16a", + "input": "Category: JAPAN \nClue: In spring 1989 this Japanese prime minister resigned after admitting involvement in a financial scandal", + "output": [ + "noburu takeshita" + ] + }, + { + "id": "openseek-7-068ea960652f48118dbf95e7937b75a3", + "input": "Category: \"CHIN\" MUSIC \nClue: If you're at the Superdome for an NFL game, you'll hear this song made famous by Louis Armstrong in 1939", + "output": [ + "\"when the saints go marching in\"" + ] + }, + { + "id": "openseek-7-3450f01a7ca145138aba386249ae04b8", + "input": "Category: DOCUMENTARIES \nClue: Based on Erich Von Daniken's book, this 1970s film proposed that Earth was visited by aliens", + "output": [ + "chariots of the gods" + ] + }, + { + "id": "openseek-7-15b7aee64bca4ec1b8176e3670b913e0", + "input": "Category: NAME THE PLAYWRIGHT \nClue: \"The Sisters Rosensweig\"", + "output": [ + "wendy wasserstein" + ] + }, + { + "id": "openseek-7-888e6038000b427199bd985b078a7bd5", + "input": "Category: ANAGRAMMED MUSICALS \nClue: \"Stew Rides Toys\"", + "output": [ + "west side story" + ] + }, + { + "id": "openseek-7-626b0e2033dd47f7bab41bf700263b94", + "input": "Category: THE REIGN OF TERROR \nClue: During the Reign of Terror, ceilings were set for wages & these", + "output": [ + "prices" + ] + }, + { + "id": "openseek-7-8e24ea339dcd42e99f615233f98162ae", + "input": "Category: SI's SIGNS OF THE APOCALYPSE \nClue: This tire co. paid Rip Hamilton \"to braid his hair in the tread pattern of one of its tires\", not blimps", + "output": [ + "goodyear" + ] + }, + { + "id": "openseek-7-217ecc3b1a0f4dbcb5bf059034e98235", + "input": "Category: MILITARY TRAINING BASES \nClue: Service branch with a San Diego recruit depot & a Yuma air station", + "output": [ + "marines" + ] + }, + { + "id": "openseek-7-5bc7b52222fd4b69b7a9268890e16679", + "input": "Category: EARLY BRITISH CINEMA \nClue: Of 1885, 1895 or 1905, the year Birt Acres launched the British film industry with his \"Kinetic Lantern\"", + "output": [ + "1895" + ] + }, + { + "id": "openseek-7-2b407efb2cab4cb7a25c7f9354b9268b", + "input": "Category: TRANSFORMED FOOD \nClue: A cucumber that's put in a solution called brine becomes this", + "output": [ + "a pickle" + ] + }, + { + "id": "openseek-7-eb1fc32d95b545388f865a2a3f8ec882", + "input": "Category: AUSTRIAN HISTORY \nClue: When Austria joined forces with this country in 1867, the result was known as a \"doppelmonarchie\"", + "output": [ + "hungary" + ] + }, + { + "id": "openseek-7-1aa0937effc8456689c06138cbf05dc6", + "input": "Category: GREEK MYTHOLOGY \nClue: This narrow strait is so named because Phrixus' sister Helle drowned in it", + "output": [ + "hellespont" + ] + }, + { + "id": "openseek-7-def330e077ee4f1885aafb86680eb50a", + "input": "Category: ON THE MAP \nClue: The Ross Sea, which reaches far into this continent, is the southernmost bay of the Pacific", + "output": [ + "antarctica" + ] + }, + { + "id": "openseek-7-42943d2ecd7c4e0ca2933ca0f48581e6", + "input": "Category: THE CALENDAR \nClue: During each 30-year cycle, Muslims do this to the month of Dhu al-Hijjah 11 times", + "output": [ + "they add a day" + ] + }, + { + "id": "openseek-7-0424f18e1fcf459ea637c30e816c01c6", + "input": "Category: NAVIGATION \nClue: Navstar, one of these, allows aircraft & ships to determine their position anywhere on Earth", + "output": [ + "a satellite" + ] + }, + { + "id": "openseek-7-e3e25d16a17b40b49e3740989e075120", + "input": "Category: 3 IS A MAGIC NUMBER \nClue: A psychiatrist treats a woman with multiple personalities in this 1957 film", + "output": [ + "the three faces of eve" + ] + }, + { + "id": "openseek-7-f5153198947a424598f6342b8f6e8de6", + "input": "Category: SCIENTISTS & INVENTORS \nClue: If you know he's \"The Father of the Kodak\", say Cheese!", + "output": [ + "george eastman" + ] + }, + { + "id": "openseek-7-f5695d3f4cd449f1bb84b5fbfcb5775a", + "input": "Category: HISTORIC AMERICANS \nClue: In 1960 this polio vaccine pioneer founded his Institute for Biological Studies in La Jolla, California", + "output": [ + "jonas salk" + ] + }, + { + "id": "openseek-7-d6982cbf60d14896a382af35f1eb979a", + "input": "Category: BOOK TITLES \nClue: A bestseller by Jamie Ford is \"Hotel on the Corner of Bitter and\" this", + "output": [ + "sweet" + ] + }, + { + "id": "openseek-7-d8bd8049aded472ca2c7cd8ca1884f37", + "input": "Category: POETIC TERMS \nClue: These funny five-line verses often end with the name of a place; or, a place in Ireland", + "output": [ + "limerick" + ] + }, + { + "id": "openseek-7-6d3a73dbbc004aabaf74c963e190ed61", + "input": "Category: WE JUST LIVE IN IT \nClue: This name for an often rundown apartment building comes from the Latin for \"to hold\"", + "output": [ + "tenement" + ] + }, + { + "id": "openseek-7-09d3bc7bf65d4766a4c5f5d5df6fd0ff", + "input": "Category: AT THE ZOO \nClue: Let's go look at the lorikeets in this structure, from the Latin for \"bird\"", + "output": [ + "aviary" + ] + }, + { + "id": "openseek-7-f89fb6eeb586489d824bb2767f063254", + "input": "Category: \"NYM\" DROPPER \nClue: An abbreviation formed from the initial letters of a series of words", + "output": [ + "acronym" + ] + }, + { + "id": "openseek-7-978df416ceb341b28c1a15adcc96a494", + "input": "Category: PEOPLE NICKNAMES \nClue: This showman was the \"Prince of Humbugs\"", + "output": [ + "p.t. barnum" + ] + }, + { + "id": "openseek-7-b2c166e715f2464786e4ed8a48bdbbfa", + "input": "Category: STEVE WIN \nClue: Steve Carell won an MTV Movie Award for playing Andy Stitzer, the title character of this 2005 film", + "output": [ + "the 40-year-old virgin" + ] + }, + { + "id": "openseek-7-6e29a2a30ea74d569874164c6d0740b6", + "input": "Category: U.S. CITIES \nClue: This Texas city's name refers to a pass or crossing of the Rio Grande", + "output": [ + "el paso" + ] + }, + { + "id": "openseek-7-fa114be4831e4bd2965250d50147ed46", + "input": "Category: DANCING WITH THE TSARS \nClue: In 1801, Tsar Paul I brought Charles Didelot, the man who introduced flesh-colored tights, to this city as Ballet Master", + "output": [ + "saint petersburg" + ] + }, + { + "id": "openseek-7-13f82288aca84735a2d72dccc3882211", + "input": "Category: BLACK HISTORY \nClue: This \"conductor\" usually carried a gun, not a whistle", + "output": [ + "harriet tubman" + ] + }, + { + "id": "openseek-7-4bfb36d02bca4702a0530644a3b7ad29", + "input": "Category: INSECT, ARACHNID OR GASTROPOD \nClue: The daddy longlegs", + "output": [ + "arachnid" + ] + }, + { + "id": "openseek-7-007ef7de98f84100a11e6256f65d2aed", + "input": "Category: FOOD \nClue: NYC restaurateur famous for his namesake: grilled corned beef, Swiss & sauerkraut on rye", + "output": [ + "arnold reuben" + ] + }, + { + "id": "openseek-7-81fd9c78c15549b59e66bd6a87510ff1", + "input": "Category: FILMS OF THE '90s \nClue: Meryl Streep as an Iowa farm wife finds a once-in-a-lifetime love with Clint Eastwood in this 1995 film", + "output": [ + "the bridges of madison county" + ] + }, + { + "id": "openseek-7-6e79ffff36824759826940fd08d0938c", + "input": "Category: ROYALTY \nClue: American Lisa Halaby met this king while working for an airline & became his 4th wife in 1978", + "output": [ + "king hussein" + ] + }, + { + "id": "openseek-7-d05074e243f145aebb0cbb870d49c5db", + "input": "Category: ACTOR-DIRECTORS \nClue: He directed himself, dad Lloyd & brother Jeff in the TV movie \"The Thanksgiving Promise\"", + "output": [ + "beau bridges" + ] + }, + { + "id": "openseek-7-2dde26f8aecb4d019b7fdada50faaddd", + "input": "Category: HOMOPHONES \nClue: Masculine, or letters & packages", + "output": [ + "male/mail" + ] + }, + { + "id": "openseek-7-2afc632eb10c451c88a0bbb9cbbc71e2", + "input": "Category: WORLD MUSIC \nClue: This \"good girl gone bad\" was discovered when a music producer heard her while on vacation in Barbados", + "output": [ + "rihanna" + ] + }, + { + "id": "openseek-7-d57b4cf67f4840d4be359153cb19f01e", + "input": "Category: THE STING \nClue: The WNBA team belonging to this southern city is known as The Sting", + "output": [ + "charlotte" + ] + }, + { + "id": "openseek-7-d32c099be79d4e42b4e57eeeb194f4fd", + "input": "Category: THE 50 STATES \nClue: As you might expect, its state domestic animal is the dairy cow", + "output": [ + "wisconsin" + ] + }, + { + "id": "openseek-7-e2190dde042b4a9f8124c079353283a5", + "input": "Category: ENDS WITH THE SAME 2 VOWELS \nClue: This loud female Gaelic spirit was believed to presage a death in the family", + "output": [ + "a banshee" + ] + }, + { + "id": "openseek-7-90b20c6964aa48d3a98bad0a99fb30ce", + "input": "Category: CURMUDGEONLY QUOTES \nClue: \"I find mankind so odious that I should hate to have it approve of me\", Alceste says in this Moliere comedy", + "output": [ + "the misanthrope" + ] + }, + { + "id": "openseek-7-001ae325455a4fa69929f5338d6cdf85", + "input": "Category: FAMOUS AMERICANS \nClue: Growing up on a farm, Henry Ford didn't \"care much for\" these... \"I never really made friends with them\"", + "output": [ + "horses" + ] + }, + { + "id": "openseek-7-d9c42c51dcc84f90a3e8daaa7f6ddf11", + "input": "Category: THEODORE ROOSEVELT \nClue: In 1906 TR became the first American to win a Nobel Prize: he helped to end this Asian war", + "output": [ + "the russo-japanese war" + ] + }, + { + "id": "openseek-7-4827cb0406224c868dfc37847b178d9b", + "input": "Category: LET'S GET SAUCED \nClue: \"The butter of Provence\", this sauce gets its name from the French for garlic, \"ail\"", + "output": [ + "aioli" + ] + }, + { + "id": "openseek-7-609e0d60a3f74ad4a1ec8768180022ff", + "input": "Category: PRECIOUS \"M\"s \nClue: The Musee d'Orsay has several of his works, including Haystacks & Cathedrals", + "output": [ + "monet" + ] + }, + { + "id": "openseek-7-bc270f2ab430415a949817c8278cb0bb", + "input": "Category: I SAID \"NO\", \"NO\", \"NO\" \nClue: I predict you'll know he wrote his 16th century Prophecies in quatrains", + "output": [ + "nostradamus" + ] + }, + { + "id": "openseek-7-1bdf062b394043acace5bfb951f292f4", + "input": "Category: SIOUX \nClue: The last armed conflict of the Sioux Wars was at this creek in 1890", + "output": [ + "wounded knee" + ] + }, + { + "id": "openseek-7-1928d403ada747cea4bfbfd5b10ed23c", + "input": "Category: HOTELS \nClue: We'll tell you \"diplomatically\" that this L.A. hotel was the home of the Coconut Grove nightclub", + "output": [ + "the ambassador hotel" + ] + }, + { + "id": "openseek-7-32710413a21c479cab75aae5afc60109", + "input": "Category: SIGNS & SYMBOLS \nClue: Not the Easter but the Prairie type of this flower is the floral emblem of Saskatchewan", + "output": [ + "lily" + ] + }, + { + "id": "openseek-7-6faabcafe13141a0970236e45564cbd1", + "input": "Category: CLASSICAL COMPOSERS \nClue: Ravel & Rimsky-Korsakov based works on this \"Arabian Nights\" storyteller", + "output": [ + "shahrazad" + ] + }, + { + "id": "openseek-7-9d2f5461ca8a4ea79c6795efd4b0248e", + "input": "Category: MOVIE TITLE TRANSLATIONS \nClue: In France, Billy Crystal learned all about \"life, love and cows\" in this film", + "output": [ + "city slickers" + ] + }, + { + "id": "openseek-7-ef547eb3980d43cd8d29116cc3fb5be9", + "input": "Category: FILE UNDER \"Y\" \nClue: The last name of the 4 brothers who rode with the Jesse James gang between 1866-1874", + "output": [ + "younger" + ] + }, + { + "id": "openseek-7-28589f3915fe486f9b7821c74b1473e2", + "input": "Category: THEY'RE \"GR\"EAT! \nClue: Thin oatmeal cereal in water; please, sir, may I have some more?", + "output": [ + "gruel" + ] + }, + { + "id": "openseek-7-dcc374a7a4cb4a838db585d23908042b", + "input": "Category: CAB ARRAY \nClue: \"Cab\" is a shortened form of this 4-syllable French word for a light one-horse carriage", + "output": [ + "cabriolet" + ] + }, + { + "id": "openseek-7-addf0bed155848ada3f42fcd76f31aa0", + "input": "Category: THE REEL WORLD \nClue: In \"The Princess Diaries 2\", Mia & her grandmother Queen Clarisse call this fictional land home sweet home", + "output": [ + "genovia" + ] + }, + { + "id": "openseek-7-a7f82d8fc5da48b5943ca8d61b1ad7ca", + "input": "Category: IN OTHER WORDS.... \nClue: Inspect using one closely-spaced men's hair arranger", + "output": [ + "\"examine with a fine-toothed comb\"" + ] + }, + { + "id": "openseek-7-f45f187b30bc45c48bafe21dd1b1bf3a", + "input": "Category: ARCHITECTURAL STYLES \nClue: The simple 18th century British style named for this queen features red brick, not her lace", + "output": [ + "queen anne" + ] + }, + { + "id": "openseek-7-6113aa938eed4785a8d41dc9e3836674", + "input": "Category: SPORTS STATS \nClue: From 1952 to 1955 this Phillie led the National League in wins, complete games & innings pitched", + "output": [ + "robin roberts" + ] + }, + { + "id": "openseek-7-5db039face76406897935e5987f9314e", + "input": "Category: POP QUIZ \nClue: Little Jackie Paper is friends with this magical beastie", + "output": [ + "puff the magic dragon" + ] + }, + { + "id": "openseek-7-88895e6a8bdf43378044110183e18be0", + "input": "Category: HISTORIC BIRTH ANNOUNCEMENTS \nClue: This king is thrilled by the birth of Mary, Feb. 18, 1516; there's still plenty of time to have a son--right?", + "output": [ + "henry viii" + ] + }, + { + "id": "openseek-7-a63fecb84b3b4e95b9b3c19621514fc8", + "input": "Category: PARTY \nClue: It's the beverage that would be most appropriate at the wild, riotous bacchanalia we've got planned", + "output": [ + "wine" + ] + }, + { + "id": "openseek-7-526856c5971c49e7aafe3321c592e752", + "input": "Category: HISTORY \nClue: In the 1460s this South American people took the Chimu empire; within 100 years they were subdued by the Spanish", + "output": [ + "the incas" + ] + }, + { + "id": "openseek-7-0d001db91bcc470c83273fac397ce85d", + "input": "Category: FOR YOUR EYES ONLY \nClue: If this membrane lining the back of the eye is \"detatched\", it may be fixed in place by the use of lasers", + "output": [ + "retina" + ] + }, + { + "id": "openseek-7-dee547737d154df0866f265048a9c516", + "input": "Category: THEOLOGY \nClue: It's a verb meaning \"to choose for office\" & a noun meaning those chosen to enter heaven", + "output": [ + "elect" + ] + }, + { + "id": "openseek-7-b21b746ae5034b16926b23005ea84d68", + "input": "Category: EVERYBODY TALKS ABOUT IT... \nClue: On June 28, 1994 the nat'l weather service began issuing this index that rates the intensity of the sun's radiation", + "output": [ + "the uv index" + ] + }, + { + "id": "openseek-7-ae99b1ec9c1f495f8adbed4fc677ac18", + "input": "Category: EVERYTHING! \nClue: A complete dictionary, or the River Kwai after the explosion", + "output": [ + "unabridged" + ] + }, + { + "id": "openseek-7-0b0a8b7d13c74b859ecb4879dbcb4c0f", + "input": "Category: \"DOUBLE\" JEOPARDY \nClue: This clause in an insurance policy provides for the payment of twice the face value in the event of accidental death", + "output": [ + "double indemnity" + ] + }, + { + "id": "openseek-7-c3a3e407b8784dbdac29b3240c646176", + "input": "Category: HEAD GEAR \nClue: It precedes \"rag\" in a term for a scarf or kerchief tied to cover the head", + "output": [ + "dew" + ] + }, + { + "id": "openseek-7-fdb1a8d1c92c46199907c94b8a30be89", + "input": "Category: JULIA ROBERTS FILM FEST \nClue: It was viva Las Vegas for Julia, who played the Angie Dickinson role in the remake of this film", + "output": [ + "ocean\\'s eleven" + ] + }, + { + "id": "openseek-7-e7cee89e946d4df787c5749b214d5d2f", + "input": "Category: SIDESHOW CINEMA \nClue: This 1983 Ray Bradbury film gets its title from the line in \"Macbeth\" that follows, \"By the pricking of my thumbs...\"", + "output": [ + "something wicked this way comes" + ] + }, + { + "id": "openseek-7-c0d4e08207d74bd98be17eefca626fbb", + "input": "Category: AD AGE \nClue: Commercials for this video chain featured that computer-generated dancing baby", + "output": [ + "blockbuster" + ] + }, + { + "id": "openseek-7-1bc4101f7564435daf60e487f80e3a1c", + "input": "Category: YAHWEH \nClue: In Exodus 6 Yahweh tells this man, \"Say unto the children of Israel, I am the Lord\"", + "output": [ + "moses" + ] + }, + { + "id": "openseek-7-13a29ccb1dc24805ba89f4933b1886ff", + "input": "Category: FLASHCARDS: THE ELEMENTS \nClue: I", + "output": [ + "iodine" + ] + }, + { + "id": "openseek-7-9c1481883b2041dc888d485efebc364f", + "input": "Category: ELTON JOHN: FIRST LINES \nClue: \"It's a little bit funny, this feeling inside\"", + "output": [ + "\"your song\"" + ] + }, + { + "id": "openseek-7-52ea1bfe96ab40c5a1d209830472387f", + "input": "Category: COOKING \nClue: Be alert when you heat oil for frying, because once it reaches the point when it does this, it decomposes", + "output": [ + "smokes" + ] + }, + { + "id": "openseek-7-992127002a9947a9ad60c47ff20dffe7", + "input": "Category: THE CINEMA \nClue: The music of Ritchie Valens was performed by Los Lobos in this 1987 biography of the rock star", + "output": [ + "la bamba" + ] + }, + { + "id": "openseek-7-dea0bf59fcf94a9db17aeb8c589d45e7", + "input": "Category: FLORIDIANS \nClue: He defeated incumbent Bob Martinez by over 400,000 votes in 1990 to become Florida governor", + "output": [ + "lawton chiles" + ] + }, + { + "id": "openseek-7-457ca8b7ea1a4982ad9eb58131283ec4", + "input": "Category: NATIONAL BOOK AWARD WINNERS \nClue: In 1974 this beat poet for \"The Fall of America: Poems of These States, 1965-1971\"", + "output": [ + "ginsberg" + ] + }, + { + "id": "openseek-7-151f284672174f69800f298ba800c2da", + "input": "Category: FASTER \nClue: One of his fasts, in 1932, protested the British government's treatment of India's untouchables", + "output": [ + "gandhi" + ] + }, + { + "id": "openseek-7-d731fc636c684abb920b016d1865fc51", + "input": "Category: NO. 1 ALBUMS \nClue: \"Bat Out Of Hell II: Back Into Hell\"", + "output": [ + "meat loaf" + ] + }, + { + "id": "openseek-7-d55e9d4f5a0a461281e2988a95d62d3e", + "input": "Category: QUOTES \nClue: 19th century philosopher & poet who advised \"Hitch your wagon to a star\"", + "output": [ + "ralph waldo emerson" + ] + }, + { + "id": "openseek-7-8cca607a8c7e43b38b6857f1efa0c9d7", + "input": "Category: THE 20th CENTURY \nClue: In a massive 1980s effort, the FBI uncovered fraud behind the failure of these financial institutions", + "output": [ + "savings and loans" + ] + }, + { + "id": "openseek-7-a76a6a050b9640ed84162ccb547398d0", + "input": "Category: I \"AM\" \nClue: It's also called the belladonna lily or the naked lady", + "output": [ + "amaryllis" + ] + }, + { + "id": "openseek-7-55942da73b0c4ea69846c8c90cce8093", + "input": "Category: SUBWAY STOPS \nClue: The Metro stop for Montreal's Olympic stadium is Pie-IX, named for this 19th century religious figure", + "output": [ + "pope pius ix" + ] + }, + { + "id": "openseek-7-5d79a046dbe04332a98c3e900d6fd14d", + "input": "Category: HERE COME THE MONSTERS! \nClue: In this Guillermo del Toro movie, Doug Jones played both \"El Fauno\" & \"The Pale Man\" who had eyes on his hands", + "output": [ + "pan\\'s labyrinth" + ] + }, + { + "id": "openseek-7-33190ec46b3b4c39b2555ef22f0dc77c", + "input": "Category: SUDDENLY SUDAN \nClue: In 1995 this former U.S. president oversaw a ceasefire in Sudan to allow relief workers into war-torn areas", + "output": [ + "jimmy carter" + ] + }, + { + "id": "openseek-7-e178f62e4cb0481da6151b92f6ecdeb0", + "input": "Category: THE BIG BANGLADESH \nClue: The green on the flag of Bangladesh represents its lush vegetation; the red circle in the middle is this", + "output": [ + "the sun" + ] + }, + { + "id": "openseek-7-d6ac583e69c74d5e812409e7fc3c03c0", + "input": "Category: SUN \nClue: It's defined as the sun & the planets, moons, & whatever the heck else revolves around it", + "output": [ + "the solar system" + ] + }, + { + "id": "openseek-7-58895c82969e4229af38fb2142e95e85", + "input": "Category: GEOGRAPHIC COCKTAILS \nClue: It's not \"a long way to\" this drink, if you've got Irish whiskey, chartreuse & vermouth", + "output": [ + "tipperary" + ] + }, + { + "id": "openseek-7-67d539846a234150aae4258af470d926", + "input": "Category: THE NEW YORK YANKEES \nClue: (With the clue here's Yankee manager Joe Torre) The White Construction Company put up Yankee Stadium, but it's called \"The House That\" this man \"Built\"", + "output": [ + "ruth" + ] + }, + { + "id": "openseek-7-bc808d1fee2542eb950d693ec8a38fb7", + "input": "Category: \"B\"-'52s \nClue: This historian, elected for life to the National Institute of Arts & Letters in '52, published a vast new book in 2000", + "output": [ + "jacques barzon" + ] + }, + { + "id": "openseek-7-764882cfcaea4f448bb4a80efcfb355c", + "input": "Category: OFFICIAL STATE SEALS \nClue: Its seal shows a map of the state with \"Georgia\" on one side & \"Mississippi\" on the other", + "output": [ + "alabama" + ] + }, + { + "id": "openseek-7-ed8af432955f4f9ea861f4dedb39ccd5", + "input": "Category: 1930 \nClue: Travelling 171 MPH in a Lockheed Vega, she set a record for women January 15, 1930", + "output": [ + "amelia earhart" + ] + }, + { + "id": "openseek-7-3989a61ae1cb4c1b8b90e16d2c3f490b", + "input": "Category: ART HEISTS \nClue: An early version of \"The Potato Eaters\" was among 3 of his paintings taken from a museum in Holland in 1988", + "output": [ + "van gogh" + ] + }, + { + "id": "openseek-7-ca43703284d54584867916927d987e78", + "input": "Category: HERBS & SPICES \nClue: Cilantro comes from this plant whose name is derived from koris, meaning \"bug\"; they emit a similar odor", + "output": [ + "coriander" + ] + }, + { + "id": "openseek-7-af9c0724dfda4f5b85f17d02e9c24915", + "input": "Category: '60s MUSCLE CARS \nClue: This Plymouth named for a sharp-toothed fish really had some bite", + "output": [ + "barracuda" + ] + }, + { + "id": "openseek-7-bea8c6fb0f7e4dd5990ccee48db209f5", + "input": "Category: HISTORICAL OPERAS \nClue: You need a mezzo to play this beautiful queen in Phillip Glass's opera \"Akhenaton\"", + "output": [ + "nefertiti" + ] + }, + { + "id": "openseek-7-443e89e8dda549a69113c5baf6926bff", + "input": "Category: ConAgra FOODS \nClue: The webaite for this mini-mart staple with a rhyming name says it has \"An Exciting Distinctive Taste Teens Love\"", + "output": [ + "slim jim" + ] + }, + { + "id": "openseek-7-83ae54313c224756ac3e761f273a7d65", + "input": "Category: THE GREEK LETTER EQUIVALENT \nClue: R", + "output": [ + "rho" + ] + }, + { + "id": "openseek-7-61ffe98ea95542e4ac88e334eb2c62e2", + "input": "Category: THE SWORD \nClue: In \"The Lord of the Rings\", he gives his cousin Frodo the magical sword Sting", + "output": [ + "bilbo baggins" + ] + }, + { + "id": "openseek-7-d44c78af7e1e4f1f933f8915d4e6a7af", + "input": "Category: CHICK FLICKS \nClue: In \"The Ghost and Mr. Chicken\", this actor played a wannabe reporter who had to stay in a haunted house", + "output": [ + "don knotts" + ] + }, + { + "id": "openseek-7-88c0df0517e44905b92511d4cc2fd92f", + "input": "Category: HARRISON FORD \nClue: In 1969 Ford appeared on this comedy anthology series in the segment \"Love and the Former Marriage\"", + "output": [ + "love, american style" + ] + }, + { + "id": "openseek-7-026528c11b3d40cc99cff301f75816a0", + "input": "Category: LEAPING \nClue: Completes the famous 1969 lunar-based quote “One small step for a man…”", + "output": [ + "“one giant leap for mankind”" + ] + }, + { + "id": "openseek-7-73e65d98b6dc4f7194a9608e901816df", + "input": "Category: AFRICA \nClue: Toukbal is the highest point in this range, the traditional territory of the Berbers", + "output": [ + "atlas mountains" + ] + }, + { + "id": "openseek-7-996cec912257490aa1b962d644f9384f", + "input": "Category: THE PILGRIMS \nClue: The first English child born in New England, he was born in December 1620 aboard the Mayflower off Massachusetts", + "output": [ + "peregrine white" + ] + }, + { + "id": "openseek-7-b97677f5fb2d431c93d2e23a16ac322e", + "input": "Category: SPACE TRAVELERS \nClue: In 1985 this Utah senator became the first sitting member of Congress to fly in space", + "output": [ + "jake garn" + ] + }, + { + "id": "openseek-7-6251198c0f794d4093a7c40bff774c49", + "input": "Category: FOREIGN WORDS & PHRASES \nClue: To a Dutchman this clothing accessory is a zakdoek, & is something to sneeze at", + "output": [ + "handkerchief" + ] + }, + { + "id": "openseek-7-d219c3ca483c4e03a04ecf1ea57634e7", + "input": "Category: COLLEGE TOWNS \nClue: Marquette University", + "output": [ + "milwaukee" + ] + }, + { + "id": "openseek-7-a1b29b521afe46e197944da86b391cb1", + "input": "Category: PULITZER PRIZE WINNERS \nClue: This Truman Secretary of State won for his autobiographical book \"Present at the Creation\"", + "output": [ + "dean acheson" + ] + }, + { + "id": "openseek-7-26a86c7d9bca4f8396817fc2f8861cb1", + "input": "Category: SMITH, JOHN SMITH \nClue: While fighting in Hungary & Transylvania, Smith was promoted to this rank", + "output": [ + "captain" + ] + }, + { + "id": "openseek-7-74272586872244fc82727ddf80750936", + "input": "Category: THE 20th CENTURY \nClue: On April 18, 1960 this Democratic presidential candidate said, \"I don't think that my religion is anyone's business\"", + "output": [ + "john f. kennedy" + ] + }, + { + "id": "openseek-7-37a283767b404903b3bbf4a63c0be1ce", + "input": "Category: ART & ARTISTS \nClue: In 1963, his centennial, a museum honoring this artist opened in Oslo; visitors say it's a scream", + "output": [ + "edvard munch" + ] + }, + { + "id": "openseek-7-0f1da55b0a664e8c9d931b182a49ab74", + "input": "Category: NOTORIOUS \nClue: This older brother of Jesse James outlived Jesse by 33 years", + "output": [ + "frank" + ] + }, + { + "id": "openseek-7-22587ec716c949869ec05aeb625955f6", + "input": "Category: BUSINESS LETTERS \nClue: Ka-ching! NCR was once known by this longer name", + "output": [ + "national cash register" + ] + }, + { + "id": "openseek-7-06f827690f0d4408bb143a06de3e40ee", + "input": "Category: WORLD WAR I \nClue: Breaking a long stalemate in the fighting, this country entered the war in April 1917", + "output": [ + "the united states" + ] + }, + { + "id": "openseek-7-fa56356542da494dacc2713461664f66", + "input": "Category: WHAT A DICTATOR \nClue: As the dictator of this country from 1950 to 1971, Walter Ulbricht oversaw the construction of a famous wall", + "output": [ + "east germany" + ] + }, + { + "id": "openseek-7-8b6915970f774fca942f25ddf911566c", + "input": "Category: MULTIPLE CHOICE \nClue: Of the over 120 characters John Wayne has played, the only one that we know was Mongolian", + "output": [ + "genghis khan" + ] + }, + { + "id": "openseek-7-d9216928a3fd4d87b202da6b266cf52e", + "input": "Category: TV \nClue: In 2009 \"King of the Hill\" started a run on this \"athletic\" portion of the Cartoon Network schedule", + "output": [ + "adult swim" + ] + }, + { + "id": "openseek-7-67e62b90fe5247d08dad818f86629fe2", + "input": "Category: THE \"PEN\" \nClue: Poetry line of 5 feet", + "output": [ + "a pentameter" + ] + }, + { + "id": "openseek-7-c16b26e614a542eb938e723d2b25f450", + "input": "Category: BODIES OF WATER \nClue: This ocean is connected to the Atlantic through the Norwegian Sea", + "output": [ + "the arctic ocean" + ] + }, + { + "id": "openseek-7-5b60cf068ebd4f59a01417b060eebf66", + "input": "Category: FAN TOM \nClue: \"I have given up newspapers... for Tacitus and Thucydides... and I find myself much the happier\", said this U.S. pres.", + "output": [ + "thomas jefferson" + ] + }, + { + "id": "openseek-7-4e1b8af8a0bf4de58fdf8a18ae891772", + "input": "Category: LIFE WITH THE HOOD \nClue: Some stories say that this member of Robin Hood's merry men was 7 feet tall", + "output": [ + "little john" + ] + }, + { + "id": "openseek-7-adc8681cf7e34b7f8a1f140d18420bea", + "input": "Category: ORGAN RECITAL \nClue: An album of Bach played on the 4 organs of Freiburg was released in 1974 in this type of multi-channel sound", + "output": [ + "quadraphonic" + ] + }, + { + "id": "openseek-7-3e910fce547047b4877cd3015a959b93", + "input": "Category: SAINT ELSEWHERE \nClue: Born in Normandy, St. Jean de Brebeuf was martyred in 1649 as a missionary in what's now this country", + "output": [ + "canada" + ] + }, + { + "id": "openseek-7-d20b3af304c64b41bcea15af7f68f1b4", + "input": "Category: LITERARY EUROPE \nClue: This author hung out at Les Deux Magots in Paris, & wrote of drinking there with James Joyce in \"A Movable Feast\"", + "output": [ + "ernest hemingway" + ] + }, + { + "id": "openseek-7-37428d3f55264b44b9095ce6d24c1671", + "input": "Category: THE PRINCESS BRIDE \nClue: Single mom Mette-Marit Tjessem Hoiby wed Crown Prince Haakon in 2001, making her a princess of this country", + "output": [ + "norway" + ] + }, + { + "id": "openseek-7-68d391944bc94ffe836483ad4d21a0da", + "input": "Category: LANGUAGES \nClue: Although Dutch is the official language, Sranan Tongo is spoken by most people in this South American country", + "output": [ + "suriname" + ] + }, + { + "id": "openseek-7-18351652c7c74410a10c0765f57e0816", + "input": "Category: TRANSPORTATION \nClue: From a French phrase for \"traveling hospital\", it'll get you to the hospital quickly in an emergency", + "output": [ + "ambulance" + ] + }, + { + "id": "openseek-7-929079464b544a1b882aa5d9b3c95a4b", + "input": "Category: SOUPS OF THE WORLD \nClue: Gazpacho", + "output": [ + "spain" + ] + }, + { + "id": "openseek-7-e9a0cbef17c94dc9bc15812951ccd0e4", + "input": "Category: MOVIE CLASSICS \nClue: Susan Strasburg played Kim Novak's little sister in this 1955 film based on a William Inge play", + "output": [ + "\"picnic\"" + ] + }, + { + "id": "openseek-7-f5fec6dd259240a0b32c2ef3603f5d22", + "input": "Category: UP IN THE SKY! \nClue: Usually reaching its peak on August 12, it's been called the \"Old Faithful\" of meteor showers", + "output": [ + "a perseid" + ] + }, + { + "id": "openseek-7-d9810dd9c8304da69a095b64b5b12a08", + "input": "Category: WHEN I'M 64 \nClue: 64 symbolic hexagrams make up this divinatory Chinese system", + "output": [ + "i ching" + ] + }, + { + "id": "openseek-7-fa5b4a111d714973b8720249d022d831", + "input": "Category: HOW DO YOU... \nClue: Pick a lead underwriter, give the SEC a prospectus, give possible investors a red herring, run tombstone ads", + "output": [ + "do an ipo" + ] + }, + { + "id": "openseek-7-9596e7e10a1948bb8e12b9817efee68e", + "input": "Category: THE NATURE OF THE BEAST \nClue: Evolution has given the giant panda this many digits on each hand, 2 more than most Disney characters", + "output": [ + "6" + ] + }, + { + "id": "openseek-7-945f9f6e4075405cba8424c40da2fcd4", + "input": "Category: WORLD POLITICS \nClue: 27-year-old Reza Pahlevi has expressed a desire to be this country's monarch", + "output": [ + "iran" + ] + }, + { + "id": "openseek-7-fbea5b8c2804485585fe44b55b266378", + "input": "Category: FUN WITH THE PERIODIC TABLE \nClue: The seventh period begins with francium followed by this element discovered in France in 1898", + "output": [ + "radium" + ] + }, + { + "id": "openseek-7-9783d0dbe7af469683cd14a4cfe1dbce", + "input": "Category: U.S. STATES \nClue: Of the 4 U.S. states that are officially called commonwealths, this one was not 1 of the original 13 Colonies", + "output": [ + "kentucky" + ] + }, + { + "id": "openseek-7-a9be35f8862f4e8dace2a4f8caf43e4d", + "input": "Category: WHAT'S IN A NAME? \nClue: Minnie, as in Mouse, is a pet name of this female version of William", + "output": [ + "wilhelmina" + ] + }, + { + "id": "openseek-7-9b8a07060ecf4ae595b2a14a7e1132a5", + "input": "Category: CHEERS \nClue: \"Rock chalk, Jayhawk,\" is followed by these 2 school letters", + "output": [ + "ku" + ] + }, + { + "id": "openseek-7-787cd50600864f2784a090741aa1fd4d", + "input": "Category: MUSICAL INSTRUMENT ORIGINS \nClue: 2 guys in what is now this country were the oom-papas of the tuba, patenting it in 1835", + "output": [ + "germany" + ] + }, + { + "id": "openseek-7-a48da4c315314e8a881b714a9709893d", + "input": "Category: BIBLICAL PEOPLE \nClue: In one of this apostle's epistles, he uses the additional name Simon", + "output": [ + "peter" + ] + }, + { + "id": "openseek-7-e40025aee1b94ea2bc93479696f974fb", + "input": "Category: I HAVE 5 KINGS \nClue: In 1990 he revised his 1978 novel \"The Stand\"", + "output": [ + "stephen king" + ] + }, + { + "id": "openseek-7-ce7e86843b98411f90ca8986c47cb82a", + "input": "Category: \"MEA\" CULPA \nClue: Congressional committee responsible for raising the money to fund the government", + "output": [ + "ways and means" + ] + }, + { + "id": "openseek-7-786f7e747d4b4d23966f0bfd3db72fd5", + "input": "Category: FIREARMS IN SHOW BIZ \nClue: Last name of the title P.I. who lived at Robin Masters' estate", + "output": [ + "magnum" + ] + }, + { + "id": "openseek-7-5a1fe127ab974aa095512c15a14be9d7", + "input": "Category: MUSICAL LIT \nClue: In this Hawthorne tale, Alice Pyncheon's ghost is said to play the harpsichord", + "output": [ + "the house of the seven gables" + ] + }, + { + "id": "openseek-7-da213eb8436741c6aaa9fa25b357fb87", + "input": "Category: WELL, I'LL BE A '30s WORD \nClue: From 1937, it's an aimless or casual scribble, not necessarily done by a Yankee", + "output": [ + "doodle" + ] + }, + { + "id": "openseek-7-9e193dcbb4b8425192c620fc418b037d", + "input": "Category: LOUISIANA \nClue: During Carnival season, nearly a million visitors attend this Shrove Tuesday celebration in New Orleans", + "output": [ + "mardi gras" + ] + }, + { + "id": "openseek-7-31c743bb7a4e426a9694a765c65375ad", + "input": "Category: HISTORIC NAMES \nClue: Stricken with leprosy, this Scottish king died in seclusion in 1329", + "output": [ + "robert the bruce" + ] + }, + { + "id": "openseek-7-2c4e4c6fc36144fe9e105844904ab16c", + "input": "Category: INVENTIONS \nClue: In 1808, the first crude typewriter was built for an Italian countess afflicted with this", + "output": [ + "blindness" + ] + }, + { + "id": "openseek-7-be46a9a96a5a41d18952dfba131f74b5", + "input": "Category: IT'S A GAS! \nClue: The name of this gas comes from the Greek for \"strange\"", + "output": [ + "xenon" + ] + }, + { + "id": "openseek-7-122fb835fd0f4dc2b7128ea720d2a76a", + "input": "Category: BILLIONS & BILLIONS \nClue: To the nearest billion, the world's population", + "output": [ + "seven billion" + ] + }, + { + "id": "openseek-7-e18be196a37f4789a0affa635bc081e4", + "input": "Category: ADJECTIVES \nClue: Its synonyms include level, candid & consecutive", + "output": [ + "straight" + ] + }, + { + "id": "openseek-7-742e5a5a7c5b410aa309553f05fa5bbd", + "input": "Category: GENIUS BY MUSE \nClue: Ballerinas Maria Tallchief, Tanaquil LeClercq, Suzanne Farrell...", + "output": [ + "george balanchine" + ] + }, + { + "id": "openseek-7-14485c792bd845b7865182b4d08b0fc8", + "input": "Category: LETTER AFTER K \nClue: In the common name of the airline whose mileage program is called \"Flying Dutchman\"", + "output": [ + "l" + ] + }, + { + "id": "openseek-7-c24269956e0446939d0845641a340078", + "input": "Category: WHAT COLOR IS GREEN? \nClue: Lincoln Green is also called this green, where you might see it were it not for the trees", + "output": [ + "a forest" + ] + }, + { + "id": "openseek-7-6d2dafc2ab6b484b83f10b507d57b834", + "input": "Category: FAMOUS QUOTES \nClue: He said in 1970 of invasion of Cambodia, \"We are all the President's men\"", + "output": [ + "henry kissinger" + ] + }, + { + "id": "openseek-7-c5f155223e8547db912e5018004e0b9f", + "input": "Category: HOMOPHONIC NAMES \nClue: Sadly for him, the 17th century gunpowder plotter wasn't quite as sly as the animal", + "output": [ + "fawkes" + ] + }, + { + "id": "openseek-7-7cce9ad10e194075adc0f011423ba5e7", + "input": "Category: THE THIRD CATEGORY \nClue: This U.S. president was elected to an unprecedented third term in 1940", + "output": [ + "fdr" + ] + }, + { + "id": "openseek-7-a6d57b2803aa4976b024773f7eaeeb06", + "input": "Category: MYTHS & LEGENDS \nClue: Ovid coined the name of this Greek god of dreams as an allusion to the forms seen in dreams", + "output": [ + "morpheus" + ] + }, + { + "id": "openseek-7-7cf1ab59be984ab0b736c420153fb585", + "input": "Category: CRIMEA \nClue: Catherine the Great fortified the port settlement of Akhtiar & renamed it this", + "output": [ + "sevastopol" + ] + }, + { + "id": "openseek-7-ace95cc53b0a43c59dae940b812d83dd", + "input": "Category: THE WALTZ \nClue: Waltzes are characterized by swift, gliding turns & music that has this many quarter notes to a measure", + "output": [ + "3" + ] + }, + { + "id": "openseek-7-43bf07ffc9b7408ba74b472fd0d97f09", + "input": "Category: BROADCASTER NEWS \nClue: This \"current\" newsman wrote the book \"The Worst Person in the World: and 202 Strong Contenders\"", + "output": [ + "keith olbermann" + ] + }, + { + "id": "openseek-7-aa7b5fb1f83a439ea47ed687a4626795", + "input": "Category: PARTY ANIMALS \nClue: The short-eared type of this bird hunts by day, but many others are strictly the \"night\" type", + "output": [ + "the owl" + ] + }, + { + "id": "openseek-7-f759513cf0c94771ba700674c1666587", + "input": "Category: RIGHT ON \"Q\" \nClue: Mai oui, this province produces more maple syrup than all the U.S. states combined", + "output": [ + "quebec" + ] + }, + { + "id": "openseek-7-7ce9144c01f94284884b73df1ad526db", + "input": "Category: IT'S IMPERATIVE! \nClue: After you \"Just Do It\" in Nikes, you can do this to Gatorade, because life is a sport", + "output": [ + "\"drink it up\"" + ] + }, + { + "id": "openseek-7-aecb05425d604fc29e9b630ea888cc34", + "input": "Category: ISLANDS \nClue: Unalaska is the largest in this island group that extends westward from Alaska for about 1,000 miles", + "output": [ + "aleutians" + ] + }, + { + "id": "openseek-7-0f3bae99715d4d60a78715863d67b1c4", + "input": "Category: LEONARD NIMOY FILMS \nClue: Because Nimoy directed the third & fourth \"Star Trek\" films, this actor got to direct the fifth", + "output": [ + "william shatner" + ] + }, + { + "id": "openseek-7-e67a24a7a40049d7af945a0eb0c36871", + "input": "Category: COMMERCIALS \nClue: It's \"That heavenly coffee\"", + "output": [ + "chock full o\\'nuts" + ] + }, + { + "id": "openseek-7-035420493cd9402e8b22761a4d533cf4", + "input": "Category: VOWEL HAPPY \nClue: Murmur is this type of imitative word that will cost some cash if you have to buy vowels on \"Wheel of Fortune\"", + "output": [ + "onomatopoeia" + ] + }, + { + "id": "openseek-7-a56d03dae14d494cb1f830714c1d9507", + "input": "Category: A WORLD OF PIRATES \nClue: Kevin Kline won a Tony Award for his role in this swashbuckling Gilbert & Sullivan operetta", + "output": [ + "the pirates of penzance" + ] + }, + { + "id": "openseek-7-d5c609f8375043e4a66441030991b10e", + "input": "Category: WE LOVE L.A. \nClue: (Sarah of the Clue Crew) According to legend this star of \"Citizen Kane\" set a record by eating 18 of Pink's famous hot dogs at one sitting", + "output": [ + "orson welles" + ] + }, + { + "id": "openseek-7-25f6a71816d543b5bc180e6b7ddfaecb", + "input": "Category: START SPREADIN' THE BOOZE \nClue: This company claims its product is \"not just whiskey. It's the world's finest Kentucky straight bourbon whiskey\"", + "output": [ + "jim beam" + ] + }, + { + "id": "openseek-7-7abf74ab913f4b199ee3db42c4224b95", + "input": "Category: CORPORATE AMERICA \nClue: In 2000 the town of Halfway, Oregon renamed itself this, after a website with discounts of at least 50%", + "output": [ + "half.com" + ] + }, + { + "id": "openseek-7-c0e097d710c644ca8697f839647134d7", + "input": "Category: 5-LETTER WORDS \nClue: A small rounded hill or mound; there's a grassy one in Dallas", + "output": [ + "a knoll" + ] + }, + { + "id": "openseek-7-d8a7a8f64abc49a2aea7682e856c36a2", + "input": "Category: MODERN LOVE \nClue: 560 guests (& 200 million TV viewers) watched Sophie Rhys-Jones marry this charming prince", + "output": [ + "prince edward" + ] + }, + { + "id": "openseek-7-f1d1aa6137ba42878d562efa0d3c1460", + "input": "Category: I'VE GOT YOU UNDER MY SKIN \nClue: The roof of the mouth, it consists of hard & soft parts", + "output": [ + "palate" + ] + }, + { + "id": "openseek-7-cb6308b4553a471198ae914ce4192805", + "input": "Category: TOOLS \nClue: Samuel Johnson preferred the spelling \"S-I-T-H-E\", but alas, it was this spelling that prevailed", + "output": [ + "s-c-y-t-h-e" + ] + }, + { + "id": "openseek-7-1ad82b6fcbbe46b997354501f57bf7be", + "input": "Category: \"AL\"-X \nClue: In 1992 the winter Olympic games were held in this French city", + "output": [ + "albertville" + ] + }, + { + "id": "openseek-7-93940575f71c41d894b8bc76b0df4302", + "input": "Category: DESCRIBING THE OLYMPIC SPORT \nClue: Stand 70 meters away from target that is 1.22 meters in diameter & let fly", + "output": [ + "archery" + ] + }, + { + "id": "openseek-7-4803db4e627c497eaf741ba3c1006d14", + "input": "Category: SPANISH PHRASE BOOK \nClue: Shortly after \"¿Donde esta el baño?\", you might have to ask, \"¿Tienes mas papel higienico?\" do you have more of this?", + "output": [ + "toilet paper" + ] + }, + { + "id": "openseek-7-005c81891b8145b988a5c50e20d90d1a", + "input": "Category: CHEM LAB \nClue: Glenn Seaborg, a discoverer of this deadly element, said it was given the symbol Pu \"as a joke\"", + "output": [ + "plutonium" + ] + }, + { + "id": "openseek-7-7aaea3b2f6ba478ebda6d39194e249b6", + "input": "Category: THEATRE \nClue: He made his Broadway debut in \"Slab Boys\" with Kevin Bacon in '83, 12 years before starring in \"Batman Forever\"", + "output": [ + "val kilmer" + ] + }, + { + "id": "openseek-7-b93db80beb254b89b3ded3a732cb6517", + "input": "Category: CONTINENTAL BREAKFAST \nClue: Kavalti in this country includes tarhana wheat & yogurt soup, ekmek bread & kahve, their famous coffee", + "output": [ + "turkey" + ] + }, + { + "id": "openseek-7-15935c70d050481987feca42e3b5f7f8", + "input": "Category: STATE CAPITALS \nClue: This N.M. town is the oldest city that's a state capital", + "output": [ + "santa fe" + ] + }, + { + "id": "openseek-7-b0a0439b55b142229a020093411cea22", + "input": "Category: HI \nClue: In 1998 the Vatican banned this Hawaiian dance from church during mass, then re-allowed it", + "output": [ + "hula" + ] + }, + { + "id": "openseek-7-1fccd3518e8a4569a98966f07253eccb", + "input": "Category: WRITERS ON FILM \nClue: In 2008's \"Twilight\" she had a cameo as a woman at a diner who orders a vegetarian plate", + "output": [ + "stephenie meyer" + ] + }, + { + "id": "openseek-7-dc3d949d663942f78aeda484f21170ed", + "input": "Category: STUPID ANSWERS \nClue: In the web address of the federal motor carrier safety administration, it comes just before \"dot gov\"", + "output": [ + "dot" + ] + }, + { + "id": "openseek-7-643b7e6df2094a73969a8b93c512afc8", + "input": "Category: \"DE\" ARTS \nClue: The son of a surgeon, this director brought some gore to the screen in \"Carrie\" & \"Scarface\"", + "output": [ + "de palma" + ] + }, + { + "id": "openseek-7-b70b070363294f419e72d3f8e757a757", + "input": "Category: EPONYMS \nClue: This synonym for a miserly man comes from a Dickens story", + "output": [ + "a scrooge" + ] + }, + { + "id": "openseek-7-3501379ed7f54b7497a7327dea1c889c", + "input": "Category: THE CANARY \nClue: Canaries take their name from the Canary Islands, which belong to this country", + "output": [ + "spain" + ] + }, + { + "id": "openseek-7-5be277183a7044d28c72f73729bfd550", + "input": "Category: NOTABLE WOMEN \nClue: This Indian prime minister was the daughter of a prime minister & the mother of a prime minister", + "output": [ + "indira gandhi" + ] + }, + { + "id": "openseek-7-649faf9981b843e3acbcfa8c0b0bc67c", + "input": "Category: FICTION \nClue: A newspaper article, \"Pastor Tells Eerie Tale of 'Haunted' Boy\", partly inspired this 1971 bestseller", + "output": [ + "the exorcist" + ] + }, + { + "id": "openseek-7-9a6c19767210490385d50202817606e0", + "input": "Category: NOTABLE NAMES \nClue: St. Leo I, St. Gregory I & St. Nicholas I were the only popes to share this epithet", + "output": [ + "\"the great\"" + ] + }, + { + "id": "openseek-7-87ce1871b0d348a7b5a99f8a5e453b6b", + "input": "Category: CLASSIC LITERATURE \nClue: In this 3-part work, the main character encounters Nimrod, Ulysses, Muhammad & Thomas Aquinas", + "output": [ + "\\\"the divine comedy\\\"" + ] + }, + { + "id": "openseek-7-0d0089c33266410590a80684f219bb60", + "input": "Category: WHERE IT HAPPENED \nClue: In Bennington, Vermont you can visit the site of the Catamount Tavern where this Ethan Allen gang met", + "output": [ + "the green mountain boys" + ] + }, + { + "id": "openseek-7-d032f091da944f999feb8f2255235eac", + "input": "Category: HIT SONGS \nClue: \"Smoke on the Water\" was a 1973 hit for this British band", + "output": [ + "deep purple" + ] + }, + { + "id": "openseek-7-89387f52ad384bc287bfe4180533f60b", + "input": "Category: SPORTS NAMES \nClue: This 7-foot San Antonio Spur, the 2003 NBA finals MVP, grew up in the U.S. Virgin Islands", + "output": [ + "tim duncan" + ] + }, + { + "id": "openseek-7-cc23e73be4464656bdad66be6b043a7d", + "input": "Category: CELEBS \nClue: As Dana Owens this rap \"Queen\" played on 2 state championship basketball teams in high school", + "output": [ + "queen latifah" + ] + }, + { + "id": "openseek-7-a4fb71990d59456399929c947e12655d", + "input": "Category: DOUBLE TALK \nClue: British rockers whose name came from villain in sci-fi film \"Barbarella\"", + "output": [ + "duran duran" + ] + }, + { + "id": "openseek-7-08973c1124f44d0ea5309b6720855918", + "input": "Category: COLORFUL NAMES \nClue: (Hi, I'm Jane Leeves) \"FYI\" producer Miles Silverberg was my boyfriend on this show that was set in Washington, D.C.", + "output": [ + "murphy brown" + ] + }, + { + "id": "openseek-7-145679f5d4f34739b5b19aabb265690f", + "input": "Category: THE AMERICAN REVOLUTION \nClue: John Glover & his marines, using borrowed boats rowed troops across this river on Christmas, 1776", + "output": [ + "the delaware" + ] + }, + { + "id": "openseek-7-23c7062e8c34462fb538acaf172a5e42", + "input": "Category: I DIRECT \nClue: His 2001 screenplay credit for \"A.I.\" was his first since the '80s", + "output": [ + "steven spielberg" + ] + }, + { + "id": "openseek-7-f06287f1242c4d6bb18c250e37c545a7", + "input": "Category: AUTHORS \nClue: Author of \"Fathers and Sons\", he was the first Russian to be widely read and admired in Europe", + "output": [ + "ivan turgenev" + ] + }, + { + "id": "openseek-7-044ab2b223044c719b4d7e73e4e7e394", + "input": "Category: \"RUSH\"IA \nClue: The Klondike one lasted for 3 short but enriching years", + "output": [ + "a gold rush" + ] + }, + { + "id": "openseek-7-a17820e0a84c42df9d31c6d759860ff4", + "input": "Category: FOOD ETYMOLOGY \nClue: Keith Downey developed rapeseed into this cooking product, now a huge cash crop for farmers in Saskatchewan", + "output": [ + "canola" + ] + }, + { + "id": "openseek-7-0616a12f69774953bd997beb6620b579", + "input": "Category: IN THE CARDS \nClue: If you're \"carded\" while buying cigarettes in Calif. it's because you don't look old enough to be this age", + "output": [ + "18" + ] + }, + { + "id": "openseek-7-fb4758f9ab6647288422cdaced41c0af", + "input": "Category: MADAME \nClue: \"La Vie en Rose\" was one of the signature songs of this singer nicknamed \"The Little Sparrow\"", + "output": [ + "edith piaf" + ] + }, + { + "id": "openseek-7-db5253aef9064b14b5f5854b7ee86e35", + "input": "Category: \"GEO\" PARTY! \nClue: Known for its photographs & maps, this magazine was founded in 1888", + "output": [ + "national geographic" + ] + }, + { + "id": "openseek-7-e35493b10fab4190a440989987cff79e", + "input": "Category: JAZZ SINGERS \nClue: In 1970 Janis Joplin helped pay for a gravestone for this \"World's Greatest Blues Singer\"", + "output": [ + "bessie smith" + ] + }, + { + "id": "openseek-7-0e509b5a06234d8e8c3e383bd08c1d86", + "input": "Category: BUMPED FROM THE COVER OF TIME \nClue: A cover titled \"Declining American Birthrate\" was canceled in 1974 when this man was pardoned", + "output": [ + "richard m. nixon" + ] + }, + { + "id": "openseek-7-1e02e4b77c614c98bf6e1a34f6bf5954", + "input": "Category: FAMOUS FLOPS \nClue: This company's 1983 Lisa died because it was slow & pricey, but the graphical user interface lived on in other products", + "output": [ + "apple" + ] + }, + { + "id": "openseek-7-1077ee97f4f042a586f0f45fc3773a40", + "input": "Category: HEALTH & BEAUTY \nClue: The 2 most important factors in aging skin are genetics & your exposure to this", + "output": [ + "the sun" + ] + }, + { + "id": "openseek-7-08898404a1174d65935427ca6e04690d", + "input": "Category: QUOTH \nClue: On March 5, 1946 Winston Churchill remarked that this had \"descended across the continent\"", + "output": [ + "iron curtain" + ] + }, + { + "id": "openseek-7-f368d54d109e49b29eeaedbca00e1c36", + "input": "Category: SPANS \nClue: The Confederation Bridge, opened in 1997, is the first highway link to this Canadian island province", + "output": [ + "prince edward island" + ] + }, + { + "id": "openseek-7-9efea4c9b6c2484e8aca5ceae2195aef", + "input": "Category: OPERA CHARACTERS \nClue: Angels guard this duo while they sleep in the forest in an 1893 opera", + "output": [ + "hansel & gretel" + ] + }, + { + "id": "openseek-7-886a15d307c8456da3b28eeebd3c8bba", + "input": "Category: HEALTH & MEDICINE \nClue: Gustatory organ is another term for these flavor receptors found mostly on the tongue", + "output": [ + "taste buds" + ] + }, + { + "id": "openseek-7-e206b5d5be384aa19f8da44e05a1e897", + "input": "Category: YOU'VE GOT THE WRITE STUFF, JAMES \nClue: You wrote the novels \"Hawaii\" & \"Alaska\"; too bad you never got around to \"Rhode Island\"", + "output": [ + "michener" + ] + }, + { + "id": "openseek-7-4255fce4bf054b2491d24522aea2c4a7", + "input": "Category: WORLD LEADERS \nClue: This African was a prisoner for 28 years, then a world leader for 5", + "output": [ + "nelson mandela" + ] + }, + { + "id": "openseek-7-b67a4ffb112845f9ad778b3094f763b7", + "input": "Category: FROM HERE TO MATERNITY \nClue: A French doctor pioneered & gave his name to this childbirth method that emphasizes breathing techniques", + "output": [ + "lamaze" + ] + }, + { + "id": "openseek-7-ee44883df752414db83b015dec995eb4", + "input": "Category: YOUNG NOBEL PRIZE WINNERS \nClue: Frederick Banting was just 32 when he shared the Medicine Prize for discovering this hormone that treats diabetes", + "output": [ + "insulin" + ] + }, + { + "id": "openseek-7-66e03a642ca248f3a729aebd4138fe5e", + "input": "Category: CONSTELLATIONS, LITERALLY \nClue: Cetus", + "output": [ + "the whale" + ] + }, + { + "id": "openseek-7-f330be92761d48be90b7533651803ba7", + "input": "Category: PROVERBIOS EN ESPAÑOL \nClue: \"El amor es ciego\"", + "output": [ + "love is blind" + ] + }, + { + "id": "openseek-7-18a63ada3f5a427d9aadba01519640b1", + "input": "Category: DIVERSIONS \nClue: In the game called this: \"The Gathering\", players vie with rival wizards by casting spells", + "output": [ + "magic" + ] + }, + { + "id": "openseek-7-7c1bf4c583994f1ea38931074394e923", + "input": "Category: MONEY \nClue: On July 27, 1971 Richard Nixon gave her the first of the new U.S. dollar coins", + "output": [ + "mamie eisenhower" + ] + }, + { + "id": "openseek-7-2c5101e06b9842c8b2fcf70154259340", + "input": "Category: BANDS OF THE '90s \nClue: Let's clear things up: that \"Whoo-Hoo\" song by this band became an anthem of the National Hockey League", + "output": [ + "blur" + ] + }, + { + "id": "openseek-7-551cd8d229b14d2badaa45c32e3e8eda", + "input": "Category: MILITARY MOVIES \nClue: Willie Nelson composes a patriotic anthem for the war that Dustin Hoffman fabricates in this 1997 satire", + "output": [ + "wag the dog" + ] + }, + { + "id": "openseek-7-b8bbd50762f14112a2e19854e2ae9a00", + "input": "Category: COMPLETES THE POETIC LINE \nClue: \"Tyger! Tyger! burning bright in the forests of the ____\"", + "output": [ + "night" + ] + }, + { + "id": "openseek-7-31cc0d5fe8434baf804fb8b029b67ce7", + "input": "Category: BACK IN THE '90s \nClue: In 1997 Zaire was renamed the Democratic Republic of this", + "output": [ + "the congo" + ] + }, + { + "id": "openseek-7-0931abe134b0448287b30c7c0da63670", + "input": "Category: COCA-COLA \nClue: This lemon-lime drink from the Coca-Cola Company was introduced in 1961", + "output": [ + "sprite" + ] + }, + { + "id": "openseek-7-5fd0757ce69a40a6be9a64820615fd40", + "input": "Category: FEMINISM \nClue: In a 1970 book Kate Millett criticized the \"sexual politics\" of Norman Mailer & this \"Women In Love\" author", + "output": [ + "dh lawrence" + ] + }, + { + "id": "openseek-7-887bbd1d41524e3a8aff52e55cfc0715", + "input": "Category: CHICKS DIG ME \nClue: Harriet Boyd Hawes was the first woman to discover & excavate a Minoan settlement on this island", + "output": [ + "crete" + ] + }, + { + "id": "openseek-7-139d9bd21d60469c9635de942c023758", + "input": "Category: FUN WITH COLORS \nClue: Dennis Franz has won several Emmys for playing detective Andy Sipowicz on this TV drama", + "output": [ + "nypd blue" + ] + }, + { + "id": "openseek-7-2d12dea0e2b94979898b23faa2d1b3fa", + "input": "Category: THE HONEY \nClue: In a Four Tops hit, this term of endearment follows \"sugar pie\"", + "output": [ + "honey bunch" + ] + }, + { + "id": "openseek-7-bcc48c1080024981b24b169fcb5dbd88", + "input": "Category: PEOPLE IN HISTORY \nClue: India's 5th century playwright Kalidasa wrote his masterpiece, \"Shakuntala\", in this classical language", + "output": [ + "sanskrit" + ] + }, + { + "id": "openseek-7-bca18705dfd049b7affca7caf3a17ed6", + "input": "Category: WHEN I WAS YOUR AGE \nClue: They didn't make crazy movies into Broadway shows, they took books like this Artful Dodger Dickens classic", + "output": [ + "\"oliver twist\"" + ] + }, + { + "id": "openseek-7-13aaef0785d8421bace7593358f86612", + "input": "Category: LATIN LEGAL TERMS \nClue: You don't adopt a child but assume obligations incident to the natural parent relationship \"in\" this phrase", + "output": [ + "in loco parentis" + ] + }, + { + "id": "openseek-7-93851a5bbc174238a5c87666a97c4731", + "input": "Category: HISTORY \nClue: One of France's major ports, it was the site of the 1940 evacuation of more than 300,000 men", + "output": [ + "dunkirk" + ] + }, + { + "id": "openseek-7-312f7dd26dcd4ca389cf00ee0258dcca", + "input": "Category: MOMMY DEAREST \nClue: Afeni Shakur, a member of the Black Panthers, named her son this, for an Inca chief", + "output": [ + "tupac" + ] + }, + { + "id": "openseek-7-150e54978c2541378337d859423e1f61", + "input": "Category: GET YOUR SITH TOGETHER \nClue: This syntactically challenged Jedi called Dagobah home", + "output": [ + "yoda" + ] + }, + { + "id": "openseek-7-59bcd73794244a6d816bdfc316ed706f", + "input": "Category: 1980s ROCK \nClue: His 1985 hit \"Raspberry Beret\" was his first on his own label, Paisley Park", + "output": [ + "prince" + ] + }, + { + "id": "openseek-7-65b0b4241880479d81e826ae3ee67442", + "input": "Category: WORLD FAMOUS \nClue: Some of this U.S. pop artist's silkscreens are in a museum in Slovakia, near his parents' birthplace", + "output": [ + "andy warhol" + ] + }, + { + "id": "openseek-7-5d334acbb08947899d1f0c04201a4b48", + "input": "Category: MY BOYS \nClue: In 1999 his son Robbie made a 228-foot motorcycle jump over a part of the Grand Canyon", + "output": [ + "evel knievel" + ] + }, + { + "id": "openseek-7-ef0711a64926402f9ea1f225149213cb", + "input": "Category: TV BEFORE & AFTER \nClue: ABC reality show in which celebs like Wayne Newton & Jennie Garth cha cha & waltz with the Confederate flag", + "output": [ + "dancing with the stars & bars" + ] + }, + { + "id": "openseek-7-306de7105ead40fbb1168924ed94cfea", + "input": "Category: IN THE NEWS \nClue: Worcester in this state declared itself birthplace of the yellow smiley face; Harvey Ball drew it there in 1963", + "output": [ + "massachusetts" + ] + }, + { + "id": "openseek-7-6b8d473f80e940a09174c82d75e7eb30", + "input": "Category: THE OLD COLLEGE \"TRI\" \nClue: The math department will gladly instruct you in plane & spherical this", + "output": [ + "trigonometry" + ] + }, + { + "id": "openseek-7-ae61ff074d1f4fdb9fd0d1ae9a04e29a", + "input": "Category: \"ROAD\" SHOW \nClue: Patrick Swayze plays a bouncer out to tame a tough bar in this late '80s bone-breaker", + "output": [ + "roadhouse" + ] + }, + { + "id": "openseek-7-bd8f70bf6633416ea6f9406a3adce6ed", + "input": "Category: TILL DEATH DO US PART--NOT! \nClue: This star of the 2001 sitcom \"My Wife & Kids\" split from his real wife in 2000", + "output": [ + "damon wayans" + ] + }, + { + "id": "openseek-7-00ab043fce0541f48dc19521eb31e770", + "input": "Category: TRICKY QUESTIONS \nClue: The number of 4-cent stamps in a dozen", + "output": [ + "12" + ] + }, + { + "id": "openseek-7-9e84c35a340a40269a5b89894f66b3fc", + "input": "Category: CLASSICAL MUSIC \nClue: At 7 he wrote a polonaise in G minor; a year later he performed for Czar Alexander I, who was in Warsaw at the time", + "output": [ + "chopin" + ] + }, + { + "id": "openseek-7-e24c38b8e1a54e53955d21392a0f1e2d", + "input": "Category: FALL DOWN, GO BOOM \nClue: In the familiar nursery rhyme, she went boom right after Jack", + "output": [ + "jill" + ] + }, + { + "id": "openseek-7-f0013739c62b4e469b65dab6b45a1302", + "input": "Category: FANTASTIC VOYAGES \nClue: Set adrift in a 1789 mutiny, he & 18 men sailed in an open boat over 3,500 miles across the Pacific to Timor", + "output": [ + "william bligh" + ] + }, + { + "id": "openseek-7-7e58b062c49f4fc9be0fd9cbff4cd46b", + "input": "Category: STATE MOTTOES \nClue: \"The Star of the North\" is not Alaska's motto but the motto of this northernmost of the lower 48 states", + "output": [ + "minnesota" + ] + }, + { + "id": "openseek-7-e2ecd3eb05934e0cae52f43d658aa063", + "input": "Category: RECENTLY DISCOVERED ANCIENT ROMANS \nClue: This guy, a strong coffee prepared by forcing steam under pressure through ground beans, was quite lively", + "output": [ + "espresso" + ] + }, + { + "id": "openseek-7-0d0a26223fd4476fad63f4bf6af30da6", + "input": "Category: READ ALL OVER \nClue: One of the most translated authors in the world is this founder of Dianetics & Scientology", + "output": [ + "l. ron hubbard" + ] + }, + { + "id": "openseek-7-93e6061b56ed4fcbb96557c5b8115126", + "input": "Category: \"ALLO\", \"ALLO\", \"ALLO\" \nClue: Of the 2 main ethnic groups of Belgium, the one that fits the category", + "output": [ + "walloon" + ] + }, + { + "id": "openseek-7-84d2171e75ff482c96e8b130f190dd7b", + "input": "Category: CANCELED! \nClue: All scheduled flights in & out of Heathrow Airport April 18, 2010 were canceled due to this", + "output": [ + "a volcanic eruption" + ] + }, + { + "id": "openseek-7-4a7d88d982b34343be038d8f108e6a5b", + "input": "Category: MONEY & FINANCE \nClue: It's inadvisable to buy a jumbo CD for over this amount, the maximum covered by deposit insurance", + "output": [ + "$100,000" + ] + }, + { + "id": "openseek-7-52f402090bc74d8da36eae710dd162fb", + "input": "Category: SYSTEM OF A \"DOWN\" \nClue: When you descend a steep grade, it helps to do this instead of braking to save wear on your car's brakes", + "output": [ + "downshift" + ] + }, + { + "id": "openseek-7-2814bf55d31445718ebc01c76f367d87", + "input": "Category: CLICHE ORIGINS \nClue: In hunting, dogs might chase their quarry up a tree, sometimes the dogs didn't choose the right tree", + "output": [ + "barking up the wrong tree" + ] + }, + { + "id": "openseek-7-121fd566791a4ee79ef6edb1bbe263f9", + "input": "Category: NONFICTION \nClue: Justin Kaplan is editing a 16th edition of this book of familiar quotations which is due out in 1992", + "output": [ + "bartlett\\'s familiar quotations" + ] + }, + { + "id": "openseek-7-502eefdc87dd4e5b8bb2600ebbd09786", + "input": "Category: FIND THE STATE \nClue: That there's a state in this clue is a foregone conclusion", + "output": [ + "oregon" + ] + }, + { + "id": "openseek-7-13a522ec7d4c463188b70a2ecb36b6ba", + "input": "Category: ANIMALS \nClue: This dark fluid is secreted by cuttlefish & other cephalopods", + "output": [ + "ink" + ] + }, + { + "id": "openseek-7-753ee83d3e68419db47393710a42490b", + "input": "Category: LET'S TALK ABOUT THE WEATHER \nClue: This calm circular region at the center of a hurricane can range from a few miles in diameter to more than 100", + "output": [ + "the eye" + ] + }, + { + "id": "openseek-7-6cd9aa167f5b478ba8f259cbde5d9bf1", + "input": "Category: POP LYRICS \nClue: It's the song in which Sarah McLachlan sings, \"Don't let your life pass you by, weep not for the memories\"", + "output": [ + "\"i will remember you\"" + ] + }, + { + "id": "openseek-7-9c88d9ecbbb64d948392965c50970b7a", + "input": "Category: MOVERS & SHAKERS \nClue: In 1971 oilman Robert McCulloch moved London Bridge to this U.S. state", + "output": [ + "arizona" + ] + }, + { + "id": "openseek-7-cc41d8b24c0344b1a5df938c297cf569", + "input": "Category: EXPLORERS & EXPLORATION \nClue: In January 1773 this British sea captain crossed the Antarctic Circle but never sighted land", + "output": [ + "captain cook" + ] + }, + { + "id": "openseek-7-c8abc628d3ba4e02beb35a9da8b35ed3", + "input": "Category: OSCAR-WINNING SONGS \nClue: This song about precipitation won Burt Bacharach & Hal David a 1969 Oscar", + "output": [ + "\"raindrops keep fallin\\' on my head\"" + ] + }, + { + "id": "openseek-7-78cb858982f24fbe8794ee40ddf9f110", + "input": "Category: I CHALLENGE YOU TO A DUEL! \nClue: In 1712 the Duke of Hamilton & Lord Mohun killed each other in a duel with swords in this London park", + "output": [ + "hyde park" + ] + }, + { + "id": "openseek-7-3ed69de1fc164c5c802c40bbe1f6461d", + "input": "Category: THE DAY THE MUSIC DIED \nClue: April 5, 1994 in Seattle", + "output": [ + "kurt cobain" + ] + }, + { + "id": "openseek-7-dcec8df3da7e4834be8b6d3af5d618d8", + "input": "Category: LANGUAGES \nClue: Petronius & Cicero were known to write in the Vulgar form of this language", + "output": [ + "latin" + ] + }, + { + "id": "openseek-7-4557115cdd674e5f97c6a7f956530e35", + "input": "Category: FOOD FOR THOUGHT \nClue: All hail this type of salad made with romaine lettuce, croutons & anchovies", + "output": [ + "a caesar salad" + ] + }, + { + "id": "openseek-7-5a572e93bc6541a086ffdd5033264315", + "input": "Category: & TAKIN' NAMES \nClue: World poverty fighter, Time magazine Person of the Year & occasional rock star Paul Hewson", + "output": [ + "bono" + ] + }, + { + "id": "openseek-7-48b6e857c1a7474d8c9925e512924268", + "input": "Category: GET MOVING \nClue: Airlines of this country include Eva Airlines & China Airlines (It's not the obvious choice)", + "output": [ + "taiwan" + ] + }, + { + "id": "openseek-7-4e748213c41841e6b880f03d41af6651", + "input": "Category: 19th CENTURY LITERARY QUOTES \nClue: This vessel under Captain Nemo was \"cigar in shape\" with \"two hulls, one inside, the other outside\"", + "output": [ + "the nautilus" + ] + }, + { + "id": "openseek-7-39bfb6cf20ba4503975949f22bf0952d", + "input": "Category: AMERICANA \nClue: Until 1998 a plant in Fairfax, Vermont churned out the wooden tiles for this game, about a million a day", + "output": [ + "scrabble" + ] + }, + { + "id": "openseek-7-17b901aa1643422fa78638afde07a069", + "input": "Category: BUSY AS A BEAVER \nClue: Beavers have 6 of these on their heads (in 2 sets of 3); 1 is transparent & helps in swimming underwater", + "output": [ + "eyelids" + ] + }, + { + "id": "openseek-7-417840d49f4c4d32aab8712e84b6835f", + "input": "Category: WORDS THAT SHOULD RHYME \nClue: A type of beer & another word for a bet", + "output": [ + "lager & wager" + ] + }, + { + "id": "openseek-7-91254aa2f0f24b8e9001517d22cc7308", + "input": "Category: \"MAN\" IN THE MIDDLE \nClue: Not temporary", + "output": [ + "permanent" + ] + }, + { + "id": "openseek-7-1a5ec4a6974447a6a96eeb2261cf2b75", + "input": "Category: U.S. GEOGRAPHY \nClue: Waimea is a famous canyon on this \"Garden Isle\" of Hawaii", + "output": [ + "kauai" + ] + }, + { + "id": "openseek-7-86960074381e4669a603a300f0be5e54", + "input": "Category: MAY DAYS \nClue: His U-2 reconnaissance plane was shot down over Russia May 1, 1960", + "output": [ + "francis gary powers" + ] + }, + { + "id": "openseek-7-7e480d599db6462482aae35530ade5e5", + "input": "Category: A SALT \nClue: In the typical ionic bonding found in table salt, sodium gives up one of these to chlorine", + "output": [ + "electrons" + ] + }, + { + "id": "openseek-7-feb0fe781de94c68b9bf357cc49a47e3", + "input": "Category: HATS \nClue: In the 19th century this man's hat was known as the “hat that crowned the west”", + "output": [ + "stetson" + ] + }, + { + "id": "openseek-7-4f148f29f3b34bb0b409646afa0628e6", + "input": "Category: ARKANSASSY \nClue: Arkansas' Boston Mountains are the highest elevations in this 50,000-square-mile mountain region", + "output": [ + "the ozarks" + ] + }, + { + "id": "openseek-7-7d69e992630e4a3cbeabd53a4aab0382", + "input": "Category: IF THE TV SERIES HAD A DOWNER ENDING \nClue: The one-armed man says, \"It's about time I finished the job\" & shoots Richard Kimble", + "output": [ + "the fugitive" + ] + }, + { + "id": "openseek-7-94786e26e170435e8f538624c876e612", + "input": "Category: ALL ABOUT ELEPHANTS \nClue: Mama elephants signal their kids to come by clapping these", + "output": [ + "their ears" + ] + }, + { + "id": "openseek-7-a0fa2120150e4027a1c2eef595198fb7", + "input": "Category: AUTHOR! AUTHOR! \nClue: \"Ordinary People\"", + "output": [ + "judith guest" + ] + }, + { + "id": "openseek-7-fb436e2e8b8f4e4fbcd9f2243eb7c8d4", + "input": "Category: 20th CENTURY FOOD \nClue: In '71 housewives could stretch a pound of ground beef into a meal for 5 with this new product from General Mills", + "output": [ + "hamburger helper" + ] + }, + { + "id": "openseek-7-52b32d8c938d4afc837e3a98eeca70aa", + "input": "Category: MOVIE LOCATIONS \nClue: (Sofia of the Clue Crew in Berlin) The opening credits of this 1965 Richard Burton Cold War drama unspooled here at Checkpoint Charlie", + "output": [ + "the spy who came in from the cold" + ] + }, + { + "id": "openseek-7-fecb5075a706456cbd6123979da1c735", + "input": "Category: LITERARY HEROINES \nClue: Don Quixote dubs Aldanza with this more romantic name", + "output": [ + "dulcinea" + ] + }, + { + "id": "openseek-7-15fa81c76000429bb5c8226a116d476e", + "input": "Category: THE NATURE OF THINGS \nClue: Wolverines feed on this rodent of Norway, known for its periodic mass migrations that can lead to mass drownings", + "output": [ + "lemmings" + ] + }, + { + "id": "openseek-7-194844ecd982446ea1d6af205f9ea2cb", + "input": "Category: 5-LETTER WORDS \nClue: To reduce 137,618 to 68,809", + "output": [ + "halve" + ] + }, + { + "id": "openseek-7-1b5dc831d3c743ae858eb1962f75b5ac", + "input": "Category: TURKEY DAY \nClue: This term for the students & others who rebelled against the Ottoman regime can refer to any juvenile firebrands", + "output": [ + "the young turks" + ] + }, + { + "id": "openseek-7-82d5db7a240b494e8b851aef60506616", + "input": "Category: THEY PUT ME ON HOLD AGAIN! \nClue: Hopefully you didn't get this music while on hold with the National Weather Service", + "output": [ + "\"raindrops keep fallin\\' on my head\"" + ] + }, + { + "id": "openseek-7-98ab95724ec64163a759f92d958b65ed", + "input": "Category: GO SEE A PLAY OUTSIDE \nClue: Follow the Coal Heritage Trail to Beckley in this state to see the outdoor drama \"Honey In The Rock\"", + "output": [ + "west virginia" + ] + }, + { + "id": "openseek-7-cd41305e74684d2c937681a4d853fb35", + "input": "Category: STATES' HIGH POINTS \nClue: Big flower after which the highest spot in Kansas is named", + "output": [ + "a sunflower" + ] + }, + { + "id": "openseek-7-5e0d1c21a42640d1973d42a867c35089", + "input": "Category: ODD JOBS \nClue: Horse racing fixtures the British call \"turf accountants\"", + "output": [ + "bookies" + ] + }, + { + "id": "openseek-7-884a81864ba2471aa3f5315631ac1bb8", + "input": "Category: THE \"H\" IT IS \nClue: From the Old Norse for \"house dweller\", it's one variety of spouse", + "output": [ + "husband" + ] + }, + { + "id": "openseek-7-f42f67e1087547cbb03562c17ce988ee", + "input": "Category: U.S. HIGHWAYS & BYWAYS \nClue: Located in this city's Russian Hill section, Lombard Street has been called the world's crookedest street", + "output": [ + "san francisco" + ] + }, + { + "id": "openseek-7-93071a9a25b1499588a9e6f94a633ef8", + "input": "Category: YANKEE INGENUITY \nClue: He sketched out a model of his telegraph during an ocean voyage in 1832", + "output": [ + "samuel morse" + ] + }, + { + "id": "openseek-7-8ed90fbba98243dc8502c16915cb8851", + "input": "Category: 1970 \nClue: He donated some 800 of his works to a Barcelona museum", + "output": [ + "pablo picasso" + ] + }, + { + "id": "openseek-7-1acab4d196eb4d1f8ccf2c9ddd18b5ce", + "input": "Category: TITLE 9 \nClue: Jeffrey Toobin: \"The Nine: Inside the Secret World of the ___ ___\"", + "output": [ + "supreme court" + ] + }, + { + "id": "openseek-7-b636eeea58ab4922ae3cc10327b01e3c", + "input": "Category: GEE, YOUR HOUSE SMELLS NICE \nClue: SC Johnson Wax, who makes Raid, also makes this rhyming air freshener", + "output": [ + "glade" + ] + }, + { + "id": "openseek-7-9f4a9bec635444f6addb122de3f1d123", + "input": "Category: MEXICO \nClue: \"O\" it's the state in southern Mexico with the country's largest indigenous population", + "output": [ + "oaxaca" + ] + }, + { + "id": "openseek-7-ff175aeeecdc42d08fdd742aa3bfca4f", + "input": "Category: COUNTIES \nClue: A third of Miami-Dade County is located in this national park", + "output": [ + "everglades" + ] + }, + { + "id": "openseek-7-6c5c09d1285b4fc19efcaec558c80320", + "input": "Category: GEOLOGY \nClue: From an Old English word for \"clay\", it's a valuable soil consisting of clay, sand & silt", + "output": [ + "loam" + ] + }, + { + "id": "openseek-7-cadac42e1a574519a7aa5f70d0c1639c", + "input": "Category: PRICELINE \nClue: In the 1960s this famous structure really was \"falling down\", so Robert McCulloch paid $2,460,000 & moved it to Arizona", + "output": [ + "london bridge" + ] + }, + { + "id": "openseek-7-8fce879eb0c14d729c619e344897f5d2", + "input": "Category: ORDER IN THE COURTROOM TV \nClue: James Spader \"practice\"s for Crane, Poole & Schmidt on this show", + "output": [ + "boston legal" + ] + }, + { + "id": "openseek-7-4901db5b1f1b4b06829ce03366b20821", + "input": "Category: KENYA FEEL THE LOVE \nClue: Traditionally, the nomadic Masai of Kenya live almost entirely on their herds of these", + "output": [ + "cattle" + ] + }, + { + "id": "openseek-7-2e668a36d7f04329a65b2596475aad71", + "input": "Category: BOOKS & AUTHORS \nClue: The middle initial of this author of \"The Good Earth\" stood for Sydenstricker, her maiden name", + "output": [ + "buck" + ] + }, + { + "id": "openseek-7-3c1745583a464c42bb9d8d1a7ae7d332", + "input": "Category: THE 1850s \nClue: The completion of the first railway suspension bridge enabled trains to pass over the gorge at these falls", + "output": [ + "niagara falls" + ] + }, + { + "id": "openseek-7-3b1ad4a179504dd5ba7c8ffa5706a516", + "input": "Category: WHERE IS THAT, COMRADE? \nClue: Russia's lowest point, 92 feet below sea level, is along the shore of this large \"sea\"", + "output": [ + "the caspian" + ] + }, + { + "id": "openseek-7-69dc4ca029a14424bba9fb681ddeb882", + "input": "Category: ASTRONOMY \nClue: This Italian spent his last 8 years under house arrest for teaching... shh! the Earth goes around the sun!", + "output": [ + "galileo" + ] + }, + { + "id": "openseek-7-8147ba9ad45247f4aa452c03c5562139", + "input": "Category: SENATE COMMITTEES \nClue: 1-word name of the committee that sets the spending priorities that the Finance & Appropriation committees carry out", + "output": [ + "budget" + ] + }, + { + "id": "openseek-7-d4097c627d3f4b4ebeae6c1d46c1cabf", + "input": "Category: NOVA \nClue: The actions of this type of ant show how it got its name", + "output": [ + "leafcutter" + ] + }, + { + "id": "openseek-7-642cfe2b1a694d9093028a57095cf751", + "input": "Category: COMPOSERS \nClue: Borodin, the illegitimate son of a Russian prince, died before finishing his opera about this prince", + "output": [ + "prince igor" + ] + }, + { + "id": "openseek-7-7b6361ef1f0640ceac8aca317a63a72f", + "input": "Category: DOG TAGS \nClue: Born 1924, Milton, Massachusetts; pooch: Millie, a Springer spaniel", + "output": [ + "george h.w. bush" + ] + }, + { + "id": "openseek-7-93dafff4771e4bc8b15465f3fa5355fe", + "input": "Category: JUMBO JOCKS \nClue: On Sept. 20, 1997, 270-pound Dorian Yates won this top bodybuilding title for the sixth straight year", + "output": [ + "mr. olympia" + ] + }, + { + "id": "openseek-7-7aa5161dcb5445519e249c1402dcbfc0", + "input": "Category: WHICH U.S. CABINET DEPT.? \nClue: The Centers for Disease Control & Prevention", + "output": [ + "department of health & human services" + ] + }, + { + "id": "openseek-7-01d8f74ecdd04e42a9adba611434a83a", + "input": "Category: DOLLS \nClue: The 1976 \"Baby Brother \" Tender Love doll was controversial for this reason", + "output": [ + "it was anatomically correct" + ] + }, + { + "id": "openseek-7-792631f2711c4653ad13e200bbba5d3a", + "input": "Category: TV CHARACTERS \nClue: The first name of this TV title character whose show debuted in 1998 is a synonym for \"happiness\" or \"good fortune\"", + "output": [ + "felicity" + ] + }, + { + "id": "openseek-7-10a58119fc194ff4ad18645d08ef9be5", + "input": "Category: AMERICA'S GOT TALENT \nClue: New Jersey's Dave Meenan covered more than 28 miles this way in 1997--beat that, Bojangles!", + "output": [ + "tap dancing" + ] + }, + { + "id": "openseek-7-c9b70a6ce34c485e8a0e676247dac5bb", + "input": "Category: I BELIEVE I CAN'T FLY \nClue: The Adelie species of this bird is distinguished by the white spectacle-like ring around each eye", + "output": [ + "penguin" + ] + }, + { + "id": "openseek-7-3dde6778eb20407291f5b3af9d355aae", + "input": "Category: DOCUMENTARIES \nClue: This 1989 film ends with the line \"This film cannot be shown within the city of Flint. All the theaters have closed\"", + "output": [ + "roger and me" + ] + }, + { + "id": "openseek-7-f129604289684bdcb9064112277c185a", + "input": "Category: OLYMPIC GAMES WAITING LIST \nClue: The first associations for this non-Olympic sport were set up in Scotland in the mid-18th century", + "output": [ + "golf" + ] + }, + { + "id": "openseek-7-dfc86dea652c47528aa7ceedf4a1e25e", + "input": "Category: MILKY WAY \nClue: In the early 1900s a Swiss scientist created this powdered mix added to milk; it contained eggs, as its name indicated", + "output": [ + "ovaltine" + ] + }, + { + "id": "openseek-7-85b6ee7eaac14b039da195226299804e", + "input": "Category: FRUITS & VEGETABLES \nClue: The name of this so-called artichoke isn't from a city in Israel but from girasole, Italian for \"sunflower\"", + "output": [ + "jersalem" + ] + }, + { + "id": "openseek-7-7bdcd6289cab4b54bf35d58c8b6f71db", + "input": "Category: 3-LETTER WORDS \nClue: Bathroom the British skip to", + "output": [ + "the loo" + ] + }, + { + "id": "openseek-7-b68d742814b948beb9178be41ed1df9f", + "input": "Category: THE WEASEL FAMILY \nClue: This critter that lives in the North Pacific Ocean often sleeps in masses of floating kelp", + "output": [ + "sea otter" + ] + }, + { + "id": "openseek-7-6f6023d54afb4350babcdb61f74a7cfa", + "input": "Category: CHOCOLATE \nClue: He's credited with introducing chocolate to Spain after consuming it at the court of Montezuma", + "output": [ + "hernando cortez" + ] + }, + { + "id": "openseek-7-a16c8cde89254ed88e98bbb4d4ee6f14", + "input": "Category: PICTURE ME! \nClue: He's been called the final victim of the reign of terror he helped start", + "output": [ + "robespierre" + ] + }, + { + "id": "openseek-7-fb103defcfd64975aac4eef971560ce2", + "input": "Category: ANNUAL EVENTS \nClue: The Tanglewood Music Festival is a summer highlight in Lenox in this New England state", + "output": [ + "massachusetts" + ] + }, + { + "id": "openseek-7-25027caf85354035867b1650e3793e9a", + "input": "Category: FLAGS OF THE WORLD \nClue: Afghanistan's flag has a mosque in a wreath made of stalks of this grain", + "output": [ + "wheat" + ] + }, + { + "id": "openseek-7-f1fb3d5833fc4424966952e6fab2a185", + "input": "Category: RELIGION \nClue: In the Roman Catholic Church, several parishes in an area form this territorial district headed by a bishop", + "output": [ + "diocese" + ] + }, + { + "id": "openseek-7-ff121f95e3834d1f962fff30fc73b056", + "input": "Category: NOTABLE NAMES \nClue: He finally \"faded away\" at age 84 in 1964:", + "output": [ + "douglas macarthur" + ] + }, + { + "id": "openseek-7-4af867c03a4d4c3c9ddb8b0672eb8ff1", + "input": "Category: THE CONSTITUTION \nClue: In May 1787 this Virginian was chosen president of the Constitutional Convention unanimously", + "output": [ + "george washington" + ] + }, + { + "id": "openseek-7-51140b213b834e99ad9d84253e901604", + "input": "Category: POT LUCK \nClue: For 5 seasons in the 1970's, this CBS sitcom starring Carroll O'Connor was TV's No 1. prime-time series", + "output": [ + "\"all in the family\"" + ] + }, + { + "id": "openseek-7-af143b9b120e4dc29149e5e05dd9a20d", + "input": "Category: THE LAW \nClue: At \"Law & Order\" arraignments, the scumbag's weasel lawyer tries to get bail, while \"the people seek\" this", + "output": [ + "remand" + ] + }, + { + "id": "openseek-7-ba8c2dc692fe45be9170767ec2871d50", + "input": "Category: '50s TV \nClue: In \"Have Gun, Will Travel\", Richard Boone played this dapper gun-for-hire based in San Francisco's Hotel Carlton", + "output": [ + "paladin" + ] + }, + { + "id": "openseek-7-0afccb9499234c46afe10555775eacdc", + "input": "Category: WOMEN AUTHORS \nClue: Anne Edwards' biography of this author is titled \"Road to Tara\"", + "output": [ + "margaret mitchell" + ] + }, + { + "id": "openseek-7-8750c17b1f33494f89cdce71a0716c8d", + "input": "Category: NAZARETH \nClue: Near Bethlehem, the town of Nazareth in this U.S. state was founded by the Moravian Church around 1740", + "output": [ + "pennsylvania" + ] + }, + { + "id": "openseek-7-22b6d291120949db95a014d2dc8b2eb3", + "input": "Category: ANIMALS \nClue: Of sight, hearing, or smell, the sense that is best developed in most seals", + "output": [ + "sight" + ] + }, + { + "id": "openseek-7-02f256c01f4741738a53e8d86ca89e13", + "input": "Category: LET'S PLAY A GAME! \nClue: The name of this game in which you stack hardwood blocks into a tower comes from a Swahili word for \"to build\"", + "output": [ + "jenga" + ] + }, + { + "id": "openseek-7-c691c017c1074933b3fb20e57c64a20a", + "input": "Category: COLORFUL WORDS & PHRASES \nClue: This colorful Jimi Hendrix classic \"experienced\" Top 40 status only in the U.K.", + "output": [ + "\"purple haze\"" + ] + }, + { + "id": "openseek-7-393f4a7ef9894847b516ddc1af072922", + "input": "Category: FOOD & DRINK \nClue: You're heading for this brand of beer when you \"Head for the Mountains\"", + "output": [ + "busch" + ] + }, + { + "id": "openseek-7-1ade9bb72df241afa2287a14a3d9d7e6", + "input": "Category: WHAT ARE YOU AFRAID OF? \nClue: If you suffer from heliophobia, a fear of this, you might be a vampire!", + "output": [ + "the sun" + ] + }, + { + "id": "openseek-7-e7cb8fa0b77f4cbdbcc697636ef9eace", + "input": "Category: NORTH ON THE MAP \nClue: North Cape in this country is considered the most northerly point in Europe", + "output": [ + "norway" + ] + }, + { + "id": "openseek-7-9789d4c18cf0445e888b4a7bff627780", + "input": "Category: BODIES OF WATER \nClue: Botany Bay on the coast of New South Wales, Australia is an inlet of this sea", + "output": [ + "the tasman sea" + ] + }, + { + "id": "openseek-7-a7b93b6abe164934a773014a63ab9624", + "input": "Category: CHEERS \nClue: This cocktail named for a motorcycle attachment is triple sec, brandy & lemon juice", + "output": [ + "a sidecar" + ] + }, + { + "id": "openseek-7-35e37d9a22aa44beb8895b3a97dc827d", + "input": "Category: PSYCHOBABBLE \nClue: A shrink created this technique after seeing an actress behave more calmly when she played violent roles", + "output": [ + "psychodrama" + ] + }, + { + "id": "openseek-7-d8409c0096d6459db369eaa1b9643e21", + "input": "Category: FEMALE ATHLETES \nClue: This track star was nicknamed \"Flo-Jo\"", + "output": [ + "florence griffith-joyner" + ] + }, + { + "id": "openseek-7-e11061989cd64270b11daf66c2bd3014", + "input": "Category: LET'S GET GRAPHIC \nClue: Logo is short for this", + "output": [ + "logotype" + ] + }, + { + "id": "openseek-7-ce40276782024727a72825bf3a02ba0b", + "input": "Category: THE MUSICAL '80s \nClue: Paul McCartney had No. 1 duets in the '80s with Michael Jackson on \"Say Say Say\" & this man on \"Ebony And Ivory\"", + "output": [ + "stevie wonder" + ] + }, + { + "id": "openseek-7-75604d5b228e4de68ba146cc893d34eb", + "input": "Category: FIRST NAMES \nClue: It's an Irish form of William, as actor Neeson could tell you", + "output": [ + "liam" + ] + }, + { + "id": "openseek-7-087482cd7f2543c4837396a080e60a5e", + "input": "Category: THE NEW YORK YANKEES \nClue: In 1973 he said he wouldn't interfere with the Yankees' management & he'd stick to building ships -- uh-huh", + "output": [ + "george steinbrenner" + ] + }, + { + "id": "openseek-7-1b9a1d4d6fa94da1a6f9c28b9c6c1e24", + "input": "Category: COLLEGE SPORTS \nClue: The 2005 championship in this sport was held in Stowe, Vt.; the 2006 event, in Steamboat Springs, Colorado", + "output": [ + "skiing" + ] + }, + { + "id": "openseek-7-73605e081bdc4ca98813808f87e27bdc", + "input": "Category: AMERICAN HISTORY \nClue: In 1982 Central High School was made a national landmark in memory of 1957 events there", + "output": [ + "little rock, ar" + ] + }, + { + "id": "openseek-7-f5a72273557147f49bd29ae3355e5539", + "input": "Category: INVENTIVE MINDS \nClue: Frank Seiberling named his tire & rubber company after this inventor", + "output": [ + "goodyear" + ] + }, + { + "id": "openseek-7-e3c2601f1b944928970c768915479e8f", + "input": "Category: EAT YOUR VEGGIES \nClue: When making a pie with strawberries & this tart vegetable, just use its red stalks; the leaves are toxic", + "output": [ + "rhubarb" + ] + }, + { + "id": "openseek-7-66d88be62d164f878791e13468ad2223", + "input": "Category: MATH \nClue: If you got a trapezoid for your birthday, you got a figure with this many sides & a crummy gift", + "output": [ + "four" + ] + }, + { + "id": "openseek-7-e60e13a0522b41e9b7edee361fe060ea", + "input": "Category: STATE CAPITALS \nClue: One of America's oldest churches, the Mission of San Miguel in this city, was erected around 1610", + "output": [ + "santa fe" + ] + }, + { + "id": "openseek-7-ad774eecda4e4ca0bacd6b2b2c4cbaba", + "input": "Category: U.S. HISTORY \nClue: On August 21, 1959 it became our 50th state", + "output": [ + "hawaii" + ] + }, + { + "id": "openseek-7-f7a87ed3f16743888442ca8924439f17", + "input": "Category: FIRST LADIES \nClue: Her April 14th, 1964 diary entry revealed she asked King Hussein of Jordan for his autograph at a state dinner", + "output": [ + "lady bird johnson" + ] + }, + { + "id": "openseek-7-ef317126a3ec46d6a74bc952aa5e5661", + "input": "Category: ROCKS & MINERALS \nClue: Scoria, a dark, glassy rock created from this, is heavier than pumice & has bigger holes", + "output": [ + "lava" + ] + }, + { + "id": "openseek-7-98284bab3c8641ba94e80c12b1c0f78a", + "input": "Category: CHRISTIANITY \nClue: Some consider cherubim the second order of angels, just below these", + "output": [ + "seraphim" + ] + }, + { + "id": "openseek-7-2ed154e3a5a6479dab3bdc53f9220a2f", + "input": "Category: NONPOTENT POTABLES \nClue: This soft drink was first sold in 1929 as \"Bib-Label Lithiated Lemon-Lime Soda\"", + "output": [ + "7 up" + ] + }, + { + "id": "openseek-7-c9e1a224eace47d4b586eb316c05d81c", + "input": "Category: ROCK BAND INITIALS \nClue: Fans popularly refer to them as GN'R", + "output": [ + "guns n\\' roses" + ] + }, + { + "id": "openseek-7-d485ec731e3341c3834de0b6bf690f00", + "input": "Category: THE OLD COLLEGE TRY \nClue: College Station is the home of this oldest public university in Texas", + "output": [ + "texas a&m" + ] + }, + { + "id": "openseek-7-1e729cc03d7944cd8073bedc7e760bed", + "input": "Category: WHICH CRAFT \nClue: Brooks Stevens' 1958 redesign of this distinctive vehicle added the bun", + "output": [ + "the wienermobile" + ] + }, + { + "id": "openseek-7-d27b1262c3c14af7b5c8aab327c7ca2a", + "input": "Category: THE END OF THE MARATHON \nClue: In Copley Square", + "output": [ + "the boston marathon" + ] + }, + { + "id": "openseek-7-68d88f6827e1494eb623d802e87c1b27", + "input": "Category: BODIES OF WATER \nClue: It's not only the greatest Great Lake, it's also the largest body of fresh water in the world", + "output": [ + "lake superior" + ] + }, + { + "id": "openseek-7-ca89f5cafd4c425dad71a6c020949cde", + "input": "Category: FIX THE PROVERB \nClue: All's swell that bends Nell", + "output": [ + "all\\'s well that ends well" + ] + }, + { + "id": "openseek-7-dbb00e699a994c19af73cea6b533abb5", + "input": "Category: JOHN, PAUL, GEORGE \nClue: One of Washington, D.C.'s major airports is named for this Secretary of State", + "output": [ + "dulles" + ] + }, + { + "id": "openseek-7-ad033cd8199242e18999ab670e9373bc", + "input": "Category: O CAPTAIN! MY CAPTAIN! \nClue: This author drew on his experiences as captain of a west African river steamer for \"Heart of Darkness\"", + "output": [ + "joseph conrad" + ] + }, + { + "id": "openseek-7-f44afdb915d04f0f8f45261616630383", + "input": "Category: POTENT POTABLES \nClue: Slivovitz is a brandy made from this fruit", + "output": [ + "plum" + ] + }, + { + "id": "openseek-7-2230e38f97c741aea02be8c46cbd4bda", + "input": "Category: U.S. MOUNTAINS \nClue: Mount St. Elias is the second-highest mountain in this state & in the U.S.", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-982dd8777ff14e34a62143cab6f2be7c", + "input": "Category: FRENCH RULER NICKNAMES \nClue: In 1300 a French minstrel might have sung, \"Are you going to Philip IV\" the this", + "output": [ + "fair" + ] + }, + { + "id": "openseek-7-7fa7031dc4d94040a019a9dea1dd7104", + "input": "Category: PERRY THE PUNDIT \nClue: Perry opens many columns with a deep-sounding quote, like this poet's \"April is the cruellest month\"", + "output": [ + "t.s. eliot" + ] + }, + { + "id": "openseek-7-04f701dec0254821b79c571be90575c4", + "input": "Category: GO DIRECTLY TO YALE \nClue: This late conservative columnist & Yale man's first book was 1951's \"God and Man at Yale\"", + "output": [ + "william f. buckley, jr." + ] + }, + { + "id": "openseek-7-218601190cec4f63bf28ccbe47183384", + "input": "Category: RIGHT ON \"Q\" \nClue: A term for any hunted animal, it comes from a Middle English word for \"the entrails given to the hounds\"", + "output": [ + "quarry" + ] + }, + { + "id": "openseek-7-9771c4e6478f467489a6e10741c0d358", + "input": "Category: TRICKY QUESTIONS \nClue: It was the total length in years of the Thirty Years' War", + "output": [ + "30 years" + ] + }, + { + "id": "openseek-7-7b0d734dbe614f8e8df101a505b72a8a", + "input": "Category: 20th CENTURY MONARCHS \nClue: Queen Ena of Spain, the last surviving granddaughter of this queen of England, died in 1969", + "output": [ + "queen victoria" + ] + }, + { + "id": "openseek-7-d89c3b5d097941c29ed1fc22c9c5ac07", + "input": "Category: CALL ME ALEX \nClue: He's the 19th century inventor seen here", + "output": [ + "alexander graham bell" + ] + }, + { + "id": "openseek-7-86ec8182ecaa42d2a4392cbc03e4a7d1", + "input": "Category: PHUN WITH PHONICS \nClue: Meaning \"single pitch\", it's a speaking voice that lacks inflection", + "output": [ + "monotone" + ] + }, + { + "id": "openseek-7-8898ff134d45485fb014045262773481", + "input": "Category: EUROPEAN HISTORY \nClue: Thomas Paine's \"The Rights of Man\" is a defense of this European country's 1789 revolution", + "output": [ + "france" + ] + }, + { + "id": "openseek-7-77e2141a95de43939d0728b37072d13c", + "input": "Category: DIRE STRAITS \nClue: The Bab el Mandeb Strait connects the Gulf of Aden to this \"colorful\" sea", + "output": [ + "the red sea" + ] + }, + { + "id": "openseek-7-d959e79c828b455ca5b9a037c66260de", + "input": "Category: THE ULTIMATE DIVING MACHINE \nClue: The U.S. Naval Submarine School is located in Groton in this state", + "output": [ + "connecticut" + ] + }, + { + "id": "openseek-7-5a3c472215a047f5aa06a3b0a9126ca5", + "input": "Category: RHYMES WITH POWER \nClue: One carnation or one buttercup", + "output": [ + "a flower" + ] + }, + { + "id": "openseek-7-7b1929b946ff40a3965d3ee01beef174", + "input": "Category: WESTERN EUROPE \nClue: The Frisian Islands in this sea are divided among Germany, Denmark & the Netherlands", + "output": [ + "north sea" + ] + }, + { + "id": "openseek-7-42701cca97604420ab0e89f7711f3f7a", + "input": "Category: THE WARS OF THE ROSES \nClue: Appropriate nickname of the Earl of Warwick, who was instrumental in making Edward IV ruler", + "output": [ + "\"the kingmaker\"" + ] + }, + { + "id": "openseek-7-4ed786959eba4ea882039ce35636b4e1", + "input": "Category: HISTORIC QUOTES \nClue: This great Prussian king is credited with saying, \"An army, like a serpent, travels on its belly\"", + "output": [ + "frederick the great" + ] + }, + { + "id": "openseek-7-023cdf381b4c47a5acdd33105edcd88a", + "input": "Category: 20th CENTURY AUTHORS \nClue: Sinclair Lewis dedicated \"Babbitt\" to this author of \"The Age of Innocence\"", + "output": [ + "edith wharton" + ] + }, + { + "id": "openseek-7-afadca99f1564cd497e8da3623e893ae", + "input": "Category: GEOLOGISTS \nClue: In 1957 Sir Vivian Fuchs led the first crossing of this continent; it took 99 days", + "output": [ + "antarctica" + ] + }, + { + "id": "openseek-7-39e8f93af79e41b99255644bac35b35f", + "input": "Category: ACTORS & MOVIE ROLES \nClue: He played a fashion show bartender in the Michael J. Fox film \"Bright Lights, Big City\" (Would Niles Crane approve?)", + "output": [ + "david hyde-pierce" + ] + }, + { + "id": "openseek-7-93b3a10b64df4bf1825eb08545acbf87", + "input": "Category: SOUNDS LIKE A SANDWICH \nClue: Short term for a rotating device that keeps orientation regardless of the movement of its base", + "output": [ + "a gyro" + ] + }, + { + "id": "openseek-7-67f2c168d8d349ebaacae027e10c7a3c", + "input": "Category: FOOD \nClue: Poutine, a Montreal treat, is covered with gravy & this solid element of cheese", + "output": [ + "the curd" + ] + }, + { + "id": "openseek-7-af08a475513f4e44a41b8226d30980cb", + "input": "Category: TIME IS ON MY SIDE \nClue: The longest reigning monarch in history may be this country's Neferkare, said to have ruled for over 90 years", + "output": [ + "egypt" + ] + }, + { + "id": "openseek-7-7cb8eabd7049454d8ca561c474e296f2", + "input": "Category: WHERE IS IT? \nClue: The countries of Uruguay & Paraguay are found on this continent", + "output": [ + "south america" + ] + }, + { + "id": "openseek-7-e42dcbffe3af4371b003fea67013bb77", + "input": "Category: CHARACTERS IN MUSICALS \nClue: Harvey Fierstein milked the role of Tevye in a revival of this classic musical", + "output": [ + "fiddler on the roof" + ] + }, + { + "id": "openseek-7-864b7803d1cc4090bf89f67e188683ee", + "input": "Category: MUSEUMS \nClue: A Kenly, North Carolina museum is devoted to the history & economic impact of this crop", + "output": [ + "tobacco" + ] + }, + { + "id": "openseek-7-9807e10a957046119290c883889a1bc9", + "input": "Category: 3-LETTER WORDS \nClue: A male swan, or an ear of corm", + "output": [ + "cob" + ] + }, + { + "id": "openseek-7-af456b1bc1404655a6485800646a4cf4", + "input": "Category: BELTS \nClue: One source says the \"pumpkin shell\" in which Peter kept his wife was really this modesty enforcer", + "output": [ + "chastity belt" + ] + }, + { + "id": "openseek-7-eda10eff90034954aaac295efef3048a", + "input": "Category: ROCK'S ROOTS \nClue: He released his first records under the name Charles Berryn", + "output": [ + "chuck berry" + ] + }, + { + "id": "openseek-7-ea83759e2cd34ffb80db78c341330967", + "input": "Category: EGYPT \nClue: Though it may look strange on a map, to get from lower to upper Egypt, you go in this direction", + "output": [ + "south" + ] + }, + { + "id": "openseek-7-6bffd74ab23841d088efb448b29181bc", + "input": "Category: ODDS & ENDS \nClue: In 1997 14-year-old Etienne Bacrat became the youngest ever grand master of this game", + "output": [ + "chess" + ] + }, + { + "id": "openseek-7-0b45f640c03b46d9b42dbda172306ed0", + "input": "Category: MERLIN'S INBOX \nClue: Someone dropped off pictures of this object that Merlin says the rightful king must pull a sword out of", + "output": [ + "the stone" + ] + }, + { + "id": "openseek-7-59daef0a79ee4ba2b39acc410d503b9f", + "input": "Category: WHAT'S WRONG WITH ME? \nClue: Blood tests that measure vitamin B12 levels are used to diagnose the pernicious form of this", + "output": [ + "anemia" + ] + }, + { + "id": "openseek-7-5da387ebda954d7ba44cafd66b5ce688", + "input": "Category: WHAT'S YOUR SIGN? \nClue: If this is your sign, your friends might think you're \"bullheaded\", like the sign itself", + "output": [ + "taurus" + ] + }, + { + "id": "openseek-7-d93bdc05fdf2462a8df688e14c4930f0", + "input": "Category: SAN ANTONIO \nClue: While in the Military, this 34th president of the U.S. was stationed at Fort Sam Houston in San Antonio", + "output": [ + "eisenhower" + ] + }, + { + "id": "openseek-7-e88eceb81dbe489d80e5941d0c206d95", + "input": "Category: MATH \nClue: A figure is defined as this if it can be divided into 2 parts that are mirror images of each other", + "output": [ + "symmetrical" + ] + }, + { + "id": "openseek-7-ad2027de23b04454a6e58d9d0192b7c4", + "input": "Category: THERE'S A WEIGHT \nClue: At the Kentucky Derby, the horses' equipment & these can weigh no less than 126 lbs. combined", + "output": [ + "the weight of the jockey" + ] + }, + { + "id": "openseek-7-c852db32c02647c9986e3500a85be00f", + "input": "Category: IT'S IN \"DE\" DICTIONARY \nClue: In this craft, paper cutouts are glued to furniture or accessories & covered with many coats of varnish", + "output": [ + "decoupage" + ] + }, + { + "id": "openseek-7-c54c37180bf9456f953ff8a70f51345e", + "input": "Category: COOK \nClue: Genuine pizza pies in the style of this southern Italian city are cooked in wood-fire ovens at 905 degrees F.", + "output": [ + "naples" + ] + }, + { + "id": "openseek-7-eac22f41bf104fb799fe66723140bd65", + "input": "Category: STREET JOURNAL \nClue: Since 1975 the Tour de France has ended with an 8-lap circuit of this broad avenue", + "output": [ + "the champs-elysées" + ] + }, + { + "id": "openseek-7-3c39aa516f124f5dbfc364697ab476e9", + "input": "Category: THAT'S \"RIGHT\"! \nClue: He plays between the right tackle & the center, & he probably really needs his deodorant", + "output": [ + "the right guard" + ] + }, + { + "id": "openseek-7-1164b6a8c0b649e3aa3fc4dbb67e3b90", + "input": "Category: FIRE 'EM \nClue: This final payment is often 1 or 2 weeks' pay per year of service", + "output": [ + "severance" + ] + }, + { + "id": "openseek-7-7e1d1aa9b0c24cb0be7ff3b9ea0c3175", + "input": "Category: FUNNY PEOPLE \nClue: Jimmy Kimmel's real-life on & off girlfriend, she played a grumpy girlfriend in \"School Of Rock\"", + "output": [ + "sarah silverman" + ] + }, + { + "id": "openseek-7-b06df939df834617a4ea7bc3b6aa4c27", + "input": "Category: WHERE THE \"H\" IS IT? \nClue: The national anthem of this Caribbean country is titled \"La Dessalinienne\"", + "output": [ + "haiti" + ] + }, + { + "id": "openseek-7-c44adeec56aa4b91a58d956891c5beaf", + "input": "Category: WORLD HISTORY \nClue: Exactly 600 years after the Norman Conquest, London suffered through plague & this other major disaster", + "output": [ + "great fire of london" + ] + }, + { + "id": "openseek-7-95a072121e2945de9ce0ffe87b956b27", + "input": "Category: PRESIDENTIAL QUOTES \nClue: On Sept. 25, 1961 he told the U.N., \"Mankind must put an end to war or war will put an end to mankind\"", + "output": [ + "kennedy" + ] + }, + { + "id": "openseek-7-d3ff0147b0ce470492403ada4dfba64a", + "input": "Category: THE LIBRARY OF CONGRESS \nClue: Registered in 1893 by Thomas Edison, \"...Record of a Sneeze\" is the earliest known copyright for one of these", + "output": [ + "motion picture" + ] + }, + { + "id": "openseek-7-bbedf83919844fb2b01e783c7012a097", + "input": "Category: NICKNAMES \nClue: \"Dark\" nickname shared by Jackie Onassis' father, John Bouvier, & General Pershing", + "output": [ + "\"black jack\"" + ] + }, + { + "id": "openseek-7-74faa1f26daa47c9938dcca695a72c00", + "input": "Category: THERE'S SOMETHING ABOUT MARIE ANTOINETTE \nClue: The American she called \"L'Ambassadeur Electrique\"", + "output": [ + "benjamin franklin" + ] + }, + { + "id": "openseek-7-05dc80591f3e480ba8df410712b1f136", + "input": "Category: NUMBER PLEASE \nClue: Total of trombones & cornets in \"The Music Man\" tune", + "output": [ + "186" + ] + }, + { + "id": "openseek-7-f39dd515523147a097d368a8d9e81044", + "input": "Category: HELLO, DOLLY! \nClue: In the 1800s some doll heads were made from this unglazed porcelain whose name sounds like a seafood soup", + "output": [ + "bisque" + ] + }, + { + "id": "openseek-7-950783632f594fa2ac7f33583fa05bd3", + "input": "Category: PAPA JOHNS \nClue: This \"Rabbit, Run\" author & father of 4 also wrote \"A Child's Calendar\", with a poem for every month", + "output": [ + "john updike" + ] + }, + { + "id": "openseek-7-acfdadf9def74ac495b01c315c66fccf", + "input": "Category: BANNED AS PETS IN NYC \nClue: You won't \"spot\" one of these in Central Park", + "output": [ + "leopard" + ] + }, + { + "id": "openseek-7-1e83669401d0432990b13a491de055cb", + "input": "Category: 2 \nClue: In \"The 12 Days of Christmas\", it's the gift there are 2 of", + "output": [ + "turtledoves" + ] + }, + { + "id": "openseek-7-d87add4b12b74b678b9e9d9b03ae353a", + "input": "Category: AN AUGUSTA PERSONALITY \nClue: In 1964 he led an \"army\" on his way to his fourth & final Masters win", + "output": [ + "arnold palmer" + ] + }, + { + "id": "openseek-7-0a0a1042da814056baa0b9b4a0e140ec", + "input": "Category: KICKIN' IT OLD SCHOOL \nClue: Bethlehem, Penn.'s St. Luke's Hospital School of this offers the oldest diploma program for it in the nation", + "output": [ + "school of nursing" + ] + }, + { + "id": "openseek-7-1432f13d5f1f4f9fa7ac34f845062577", + "input": "Category: GENERAL KNOWLEDGE \nClue: Whether they've been removed or haven't grown in, a person who's edentulous lacks these", + "output": [ + "teeth" + ] + }, + { + "id": "openseek-7-1d21a56cdb1f48628b33ad47a465871f", + "input": "Category: THAT 1870s SHOW \nClue: The gang holds a buggy wash to raise a million dollars' bail for this Tammany \"Boss\" when he's arrested in 1871", + "output": [ + "boss tweed" + ] + }, + { + "id": "openseek-7-53226d866fee45b9aef7353b9378f919", + "input": "Category: THAT'S SO CLICHE! \nClue: In a dispute over ownership, remember this \"is nine tenths of the law\"", + "output": [ + "possession" + ] + }, + { + "id": "openseek-7-7e667fd96379405ebe58f188a2ee3372", + "input": "Category: EUROPEAN CAPITALS \nClue: In an August 1989 protest, a 2-million-person human chain stretched from Tallinn to Riga to this city", + "output": [ + "vilnius" + ] + }, + { + "id": "openseek-7-c8917e5f6a1b41b1b0b9916758f5983c", + "input": "Category: RELIGION \nClue: The untouchables were those who existed outside India's 4 main groups of castes in this religion", + "output": [ + "hinduism" + ] + }, + { + "id": "openseek-7-f5fdb99f8ed842a6befe439258ca78bd", + "input": "Category: WHAT'S THE ALTERNATIVE? \nClue: Autosuggestion (\"I am great, great\") is classified as a form of \"self\" this (\"I am getting sleepy, sleepy\")", + "output": [ + "self-hypnosis" + ] + }, + { + "id": "openseek-7-f992ed6c5b4b46f29d8ebf5c8b1b4f7a", + "input": "Category: NUCLEAR ENERGY \nClue: 2-word term for the amount of fuel required to maintain a chain reaction; it varies according to the reactor", + "output": [ + "critical mass" + ] + }, + { + "id": "openseek-7-1240ba636eeb4cd2a8643d836d0c9a88", + "input": "Category: HEY, VERNE! \nClue: Phileas Fogg's journey in this Jules Verne novel begins & ends at the Reform, a real club still going on Pall Mall", + "output": [ + "around the world in eighty days" + ] + }, + { + "id": "openseek-7-df5550c694304a80b06192fa0bb6bb0a", + "input": "Category: CHICK FLICKS \nClue: Geena Davis & Susan Sarandon take the ultimate road trip & meet Brad Pitt in this 1991 movie", + "output": [ + "thelma & louise" + ] + }, + { + "id": "openseek-7-6b49fe3ff42e4460834194421a69e9cb", + "input": "Category: LISTED IN THE WORLD ALMANAC \nClue: The World Almanac says she's the \"American-born widow of Jordan's King Hussein\"", + "output": [ + "queen noor" + ] + }, + { + "id": "openseek-7-0db195c2a1c04a239be3389945936548", + "input": "Category: ANCIENT GREECE \nClue: According to Collier's Ency., in the 7th cent. this city-state won most of the recorded Olympic victories", + "output": [ + "sparta" + ] + }, + { + "id": "openseek-7-b0e1539780da464287835ef0b6db5bea", + "input": "Category: BROTHERS \nClue: An empire began when Tom & Louis Borders opened this type of store in Ann Arbor, Michigan in 1971", + "output": [ + "bookstore" + ] + }, + { + "id": "openseek-7-fb15e335cf384a5b9e383575df1776d6", + "input": "Category: A \"C\"OUNTRY MILE \nClue: This country that's 750 miles long & averages 60 miles wide is the largest island in the Antilles Archipelago", + "output": [ + "cuba" + ] + }, + { + "id": "openseek-7-a345bb5a04ed4efcac7cc5ba819b3d79", + "input": "Category: EXTRAVAGANT EDIBLES \nClue: Dogs are trained to find the white or Piedmont variety of this fungus", + "output": [ + "a truffle" + ] + }, + { + "id": "openseek-7-39eee062be3645db9f64b707df97c8c7", + "input": "Category: THERE ARE NO SMALL PARTS \nClue: Glenn Close had hair glued to her chest for her cameo role as a male pirate in this Spielberg film", + "output": [ + "hook" + ] + }, + { + "id": "openseek-7-80176d465bb54cfa942a0c9c7781b1e8", + "input": "Category: & A BIBLE PERSON TO BE NAMED LATER \nClue: \"The Prince of Egypt\" says Seti gave the order to kill the newborn Hebrews & adopted this Hebrew boy", + "output": [ + "moses" + ] + }, + { + "id": "openseek-7-8cc7b11a582c4ad4a585b69d46153370", + "input": "Category: LIBRARIES \nClue: Galleries at his Iowa Pres. Library & Museum include \"The Humanitarian Years\" & \"From Hero to Scapegoat\"", + "output": [ + "herbert hoover" + ] + }, + { + "id": "openseek-7-5c4817fce9ef41849bb763bca9fd7f8f", + "input": "Category: ENTERTAINERS \nClue: He co-starred in \"True Lies\" in 1994, the year his marriage to Roseanne ended", + "output": [ + "tom arnold" + ] + }, + { + "id": "openseek-7-c32d8a3a60ef4652972ce7aa1f49c9a5", + "input": "Category: CELEBRITIES' ORIGINAL NAMES \nClue: West Winger Ramon Estevez", + "output": [ + "martin sheen" + ] + }, + { + "id": "openseek-7-3dc7114118304ff3aae34a1ef23835f8", + "input": "Category: BRITISH ROYAL HOUSES \nClue: Elizabeth II", + "output": [ + "windsor" + ] + }, + { + "id": "openseek-7-32f907fdebb74547bd1e7f254d7bf42b", + "input": "Category: THE KNIGHT \nClue: Painted on his shield & surcoat, it was a knight's only recognizable feature when his face was covered", + "output": [ + "coat of arms" + ] + }, + { + "id": "openseek-7-c9d1e537988e440c8c72445ecad52138", + "input": "Category: FAMOUS FREDS \nClue: \"Bronco Buster\" in 1895 was his first bronze", + "output": [ + "frederic remington" + ] + }, + { + "id": "openseek-7-d780356793c645a589c7885ac243146e", + "input": "Category: SICKNESS & HEALTH \nClue: Nearly everyone is born with this condition because the arches develop slowly over the first 6 years", + "output": [ + "flat feet" + ] + }, + { + "id": "openseek-7-cba1129d68a54427a8c73a07c142b0d8", + "input": "Category: WINNER OF OUR DISCONTENT \nClue: This governor of New South Wales, once a sea captain, was ousted by his officers in the 1808 Rum Rebellion", + "output": [ + "captain bligh" + ] + }, + { + "id": "openseek-7-bd9cdbf8b4fb4e368638f74c018299ac", + "input": "Category: PERSONAL PRODUCTS \nClue: This company introduced its baby powder in 1893, its baby oil in 1935 & its baby shampoo in 1954", + "output": [ + "johnson & johnson" + ] + }, + { + "id": "openseek-7-0a997bbae23643ed94ce7a29c853849a", + "input": "Category: IN THE DICTIONARY \nClue: As a noun, it's a small compartment for holding papers; as a verb, it means to assign to a proper category", + "output": [ + "to pigeonhole" + ] + }, + { + "id": "openseek-7-db5cd53c37ac4a319fcb4df260374ce4", + "input": "Category: PRONOUNCIATION \nClue: The double L common in this Celtic language is roughly pronounced \"HL\", as in Llewelyn", + "output": [ + "welsh" + ] + }, + { + "id": "openseek-7-d31bfc91df0f43d587151a4b323c20f1", + "input": "Category: WORD ORIGINS \nClue: This noun from the Italian for \"skilled\" is often applied to top musicians", + "output": [ + "virtuoso" + ] + }, + { + "id": "openseek-7-8e45332ac63443d3a93fd4e97cd9133d", + "input": "Category: MODERN–DAY QUOTES \nClue: In a recent interview with Martin Bashir he claimed, \"I've had no plastic surgery on my face, just my nose\"", + "output": [ + "michael jackson" + ] + }, + { + "id": "openseek-7-0dd4079708c5474e845ec09ccc36f2d7", + "input": "Category: NUMB WITH NUMBERS \nClue: Number of bits in a byte or number of Liz Taylor's marriages", + "output": [ + "8" + ] + }, + { + "id": "openseek-7-bd01db9c00984f5789504b68536cd424", + "input": "Category: HIGHLY OEDIPAL \nClue: This revolutionary patriot's son William stuck with the crown as Royal Governor of New Jersey", + "output": [ + "benjamin franklin" + ] + }, + { + "id": "openseek-7-5aee7553592646d3a174994a0c9599ba", + "input": "Category: MYTHOLOGY \nClue: After slaying the minotaur, Theseus found his way out of this maze by following a thread", + "output": [ + "the labyrinth" + ] + }, + { + "id": "openseek-7-a8c924f07c64448e843338c6cf0ec089", + "input": "Category: AFRICAN-AMERICAN WOMEN \nClue: After her husband's death in 1968, she founded a center in Atlanta, Georgia for nonviolent social change", + "output": [ + "coretta scott king" + ] + }, + { + "id": "openseek-7-aa36e98917ab4c66b5572d7958a39a1a", + "input": "Category: AFRICAN GEOGRAPHY \nClue: This Congolese capital was named for the explorer who in 1880 claimed the area", + "output": [ + "brazzaville" + ] + }, + { + "id": "openseek-7-a65a01e9a5b44c44836446a927efee4b", + "input": "Category: POTPOURRI \nClue: Select Comfort Corporation makes these with adjustable firmness", + "output": [ + "mattresses" + ] + }, + { + "id": "openseek-7-3556ac9d7af340d9972c9a9fd8b81501", + "input": "Category: \"MEN\" AT WORK \nClue: This composer of \"Amahl and the Night Visitors\" won 2 Pulitzers for his work", + "output": [ + "menotti" + ] + }, + { + "id": "openseek-7-18215f037afb44d89eeda4c42497fa96", + "input": "Category: FOREIGN HOLIDAY \nClue: It celebrates its independence from Colombia on November 3", + "output": [ + "panama" + ] + }, + { + "id": "openseek-7-62eb4b476f134e0196108cfa1d6c31a8", + "input": "Category: YES, SIR! \nClue: Knighted in 1585, from 1603 to 1616 he was imprisoned in the Tower of London & wrote his world history there", + "output": [ + "sir walter raleigh" + ] + }, + { + "id": "openseek-7-592a12d218e54d5e82749d6da56a1c0a", + "input": "Category: I'M SEEING COLORS \nClue: Alabaster or bone", + "output": [ + "white" + ] + }, + { + "id": "openseek-7-869497d85a864c8d83d608951645780a", + "input": "Category: AROUND THE USA \nClue: One of the people who helped make Yosemite a national park was this designer of Central Park", + "output": [ + "olmsted" + ] + }, + { + "id": "openseek-7-3cb4eae17bd14a3ca589d3ed0e7f5a64", + "input": "Category: JOE, ANNES & JOANNES \nClue: His marriage to Marilyn Monroe lasted only 9 months in 1954", + "output": [ + "joe dimaggio" + ] + }, + { + "id": "openseek-7-1ebe8dbee7854db1a70ae879ac5359cb", + "input": "Category: A WOMAN OF THE WORLD \nClue: In 1767 this \"Great\" empress called a commission on legal reform", + "output": [ + "catherine the great" + ] + }, + { + "id": "openseek-7-8af66bbeee8849e5b8a1b62a935d88e0", + "input": "Category: I SEE TENNESSEE \nClue: In 1925 he told a Tennessee court, \"I feel that I have been convicted of violating an unjust statute\"", + "output": [ + "john scopes" + ] + }, + { + "id": "openseek-7-a1d3469532054014b5d257a1f5903e3a", + "input": "Category: FAMOUS AMERICANS \nClue: Among the 10 modern martyrs who will have statues in Westminster Abbey is this American, 1929-1968", + "output": [ + "martin luther king, jr." + ] + }, + { + "id": "openseek-7-01639cb7f87e4ce98448b9661cf01319", + "input": "Category: PAINTED LADIES \nClue: This painting by Andrew Wyeth depicts his neighbor crawling through the grass toward her farmhouse", + "output": [ + "christina\\'s world" + ] + }, + { + "id": "openseek-7-7a304957e8854fb7969bef21dbe590b5", + "input": "Category: WITH OR WITHOUT U \nClue: We heard stories that this Fleetwood Mac album held the No. 1 spot for 31 weeks", + "output": [ + "\"rumors\"" + ] + }, + { + "id": "openseek-7-b541367a08db46bb88052a384dcaa4c8", + "input": "Category: SWAHILI PHRASES \nClue: Hillary Clinton would translate the Swahili \"Mkono mmoja haulei mwana\" to this 8-word phrase", + "output": [ + "\\\"it takes a village to raise a child\\\"" + ] + }, + { + "id": "openseek-7-3660cf3f8a2e444dab9bf7b67e5e867a", + "input": "Category: MOVIE MICE \nClue: He must have some connections -- his segment in \"Fantasia 2000\" is the only one from the original film", + "output": [ + "mickey mouse" + ] + }, + { + "id": "openseek-7-a7691efb4bca48cfa942ef1b1980213a", + "input": "Category: EARTH SCIENCE \nClue: The Bay of Fundy is famous for its range of these, the widest on Earth", + "output": [ + "tides" + ] + }, + { + "id": "openseek-7-2a5d9dd336b840cbb48c8fcd3eab5717", + "input": "Category: \"OF\" LITERATURE \nClue: \"A la recherche du temps perdu\" is the French title of this Proust masterpiece", + "output": [ + "\"remembrance of things past\"" + ] + }, + { + "id": "openseek-7-3b10ec7de77740ec803f98b20b190574", + "input": "Category: \"W\"ORDS \nClue: This word for a phantom or a ghost is of Scottish origin", + "output": [ + "a wraith" + ] + }, + { + "id": "openseek-7-fc0861bdf67c4929ade861bbcb396fa1", + "input": "Category: 3 CONSECUTIVE LETTERS \nClue: A protective frock worn by a scientist", + "output": [ + "a labcoat" + ] + }, + { + "id": "openseek-7-db5812e8cf0b49e58ad797cbbbf6f924", + "input": "Category: ANATOMY \nClue: The petrous temporal bone, the hardest in the body, encases the delicate structures of this organ", + "output": [ + "inner ear" + ] + }, + { + "id": "openseek-7-f67b77640a0a4672ac5118d11919a3e7", + "input": "Category: COMMUNICATIONS \nClue: Office fixture that lent its name to what early Internet users posted their messages on", + "output": [ + "bulletin board" + ] + }, + { + "id": "openseek-7-3537e68bdc604e50bfd287ea5ac0f9a9", + "input": "Category: NAME THE ARTIST \nClue: \"Two Tahitian Women\"", + "output": [ + "paul gauguin" + ] + }, + { + "id": "openseek-7-10a84e9388e04486bf1af86ef6f62c09", + "input": "Category: I WANNA WATCH TV! \nClue: 5 years after last wearing the Omnitrix, this Cartoon Network guy goes hero again in \"Alien Force\"", + "output": [ + "ben 10" + ] + }, + { + "id": "openseek-7-6e1e9c0af42d49faa9bd31eea60de3d0", + "input": "Category: 20th CENTURY AMERICA \nClue: In 1912, in Savannah, Georgia she organized the first troop of Girl Scouts", + "output": [ + "juliet gordon lowe" + ] + }, + { + "id": "openseek-7-260d7659422b4314a2b56c7f7e76f198", + "input": "Category: OH, HELL! \nClue: This 1321 poem of more than 14,000 lines details a journay to Hell, Purgatory & Heaven", + "output": [ + "the divine comedy" + ] + }, + { + "id": "openseek-7-a69a06a880f243d2856f5776beae8a57", + "input": "Category: THEIR ROMAN EQUIVALENTS \nClue: Zeus", + "output": [ + "jupiter" + ] + }, + { + "id": "openseek-7-5defbff52c344c0c8f7049488f7c1705", + "input": "Category: PETS \nClue: These rodents from Mongolia are slightly smaller & newer to the U.S. than hamsters", + "output": [ + "gerbils" + ] + }, + { + "id": "openseek-7-12217d3dd526401a80e073212ce90877", + "input": "Category: AND YOUR LITTLE DOG, TOO \nClue: This pet of Nick & Nora Charles was a schnauzer in the novel \"The Thin Man\" & a fox terrier in the films", + "output": [ + "asta" + ] + }, + { + "id": "openseek-7-43fb9500a4344514896d24d356b5d3eb", + "input": "Category: THE '50s \nClue: On Labor Day weekend in 1957 John Chancellor raced to this state capital to cover breaking news", + "output": [ + "little rock, arkansas" + ] + }, + { + "id": "openseek-7-af298ff34afe42daa6992bc5c4f454d5", + "input": "Category: THEATRICAL ANGELS \nClue: A transvestite street drummer named Angel is one of the young Bohemians in this long-running musical", + "output": [ + "rent" + ] + }, + { + "id": "openseek-7-3e7e4b317649445581b844608bcf2ce5", + "input": "Category: MOVIE STARS SPEAK \nClue: When his kids ask him to talk like his \"Shrek\" donkey character, \"it depends on what mood\" they catch him in", + "output": [ + "eddie murphy" + ] + }, + { + "id": "openseek-7-9eaf4734c9ad44f4942be09d9b98080b", + "input": "Category: CHRISTIANITY \nClue: On his visit to this city on January 22, 1999 John Paul II toured around in his \"Papabus\"", + "output": [ + "mexico city" + ] + }, + { + "id": "openseek-7-f3ec4eca2d2b4f2d83d48e6732228f29", + "input": "Category: NONFICTION \nClue: David Remnick covered \"The Last Days of the Soviet Empire\" in his \"Tomb\"", + "output": [ + "lenin" + ] + }, + { + "id": "openseek-7-b63fcff1ec754a7c9594658ddbd8be8d", + "input": "Category: CABLE TV \nClue: Maury Chaykin, seen here, plays this bulky detective on A&E", + "output": [ + "nero wolfe" + ] + }, + { + "id": "openseek-7-062d0e526d1448f9a518817596539c21", + "input": "Category: ANAGRAMMED HITCHCOCK FILMS \nClue: \"Bed Shirt\"", + "output": [ + "\"the birds\"" + ] + }, + { + "id": "openseek-7-8644e9c9456142af8bcc76dd833b0dff", + "input": "Category: PREPARING FOR THE \"SAT\"s \nClue: Zen Buddhist state of enlightenment", + "output": [ + "satori" + ] + }, + { + "id": "openseek-7-c1d9b9e47f124caa875acd78ef62966d", + "input": "Category: LIKE SNOW BUSINESS \nClue: You can be the big kahuna on the pineapple powder on this volcano whose name means \"White Mountain\"", + "output": [ + "mauna kea" + ] + }, + { + "id": "openseek-7-1ecc03a849e44b3caeb35f544f6dde4c", + "input": "Category: READ ON \nClue: This type of work holding up human follies to humorous criticism was once divided into \"gentle\" or \"indignant\"", + "output": [ + "satire" + ] + }, + { + "id": "openseek-7-40daa7ca142e4b8283ed14776a49ac18", + "input": "Category: COUNTRY MUSIC STARS \nClue: \"There's a Tear in My Beer\" was a 1989 duet hit by this man & his father who had died 36 years earlier", + "output": [ + "hank williams, jr." + ] + }, + { + "id": "openseek-7-1170573fa5b941f7b5731be64353ac53", + "input": "Category: \"COLD\" CASE \nClue: Adjective used to describe ruthless killers & ectothermic animals", + "output": [ + "cold-blooded" + ] + }, + { + "id": "openseek-7-b52d39e08d3e4c09b62a7a0c66db629b", + "input": "Category: U.S. HISTORY \nClue: In 1864, not a hurricane, but this general caused a path of destruction almost 300 miles long & 60 wide", + "output": [ + "william t. sherman" + ] + }, + { + "id": "openseek-7-c6f230bf13c44f82a47de81e068f9741", + "input": "Category: PHYSICS \nClue: Add this word to \"electro\" to get the adjective for electrical phenomena produced by charges at rest", + "output": [ + "electrostatic" + ] + }, + { + "id": "openseek-7-db7ec4f6ffa14d24b16d8aad509394c6", + "input": "Category: WE'RE IN YOUR \"DET\" \nClue: An alternate route taken by automobile traffic when the normal route cannot be used", + "output": [ + "a detour" + ] + }, + { + "id": "openseek-7-938d9ca4515941cf89a2922e03c09312", + "input": "Category: ANGELS \nClue: With an appropriate-sounding name, John Dye plays the angel of this on \"Touched By An Angel\"", + "output": [ + "angel of death" + ] + }, + { + "id": "openseek-7-1e7f6dc942184c9b9980ee5439f3e41e", + "input": "Category: FRENCH \nClue: Un cheval is a horse; cheveux is this, as on one's tete", + "output": [ + "hair" + ] + }, + { + "id": "openseek-7-05602f2ef0fb4f4a863f7cb142764636", + "input": "Category: CLASSICAL MUSIC \nClue: The well-traveled Felix Mendelssohn wrote \"Italian\" & \"Scottish\" ones", + "output": [ + "symphonies" + ] + }, + { + "id": "openseek-7-2dbef8f4df74499d83488d845cd47ab2", + "input": "Category: \"NIGHT\" SHIFT \nClue: I ate curry at bedtime & had one of these in which Richard Simmons & my grandmother chased me through a circus", + "output": [ + "a nightmare" + ] + }, + { + "id": "openseek-7-9f7bf1fd73db413ea812a42c47c13ee4", + "input": "Category: LITERARY PAIRS \nClue: Absurdly enough, Tom Stoppard re-dramatized this Shakespearean duo, old school chums of Hamlet turned spies", + "output": [ + "rosencrantz & guildenstern" + ] + }, + { + "id": "openseek-7-039533042de44d5282c07c0c0816974e", + "input": "Category: GRAMMAR \nClue: Every complete sentence must have a subject & this part containing the verb", + "output": [ + "a predicate" + ] + }, + { + "id": "openseek-7-7a83e54a059b4b619ceebf7e7e567927", + "input": "Category: DOWN EASTERS \nClue: This poet who wrote \"I shot an arrow in the air...\" was born in Portland", + "output": [ + "longfellow" + ] + }, + { + "id": "openseek-7-d0138c921c45402ea84818fd16c5db09", + "input": "Category: WOMEN IN WESTERNS \nClue: It was Grace Kelly's first, last, and only Western movie", + "output": [ + "\"high noon\"" + ] + }, + { + "id": "openseek-7-f733eef15f6249138268491444872bf7", + "input": "Category: a lower case category \nClue: in french these, including lundi & jeudi, are spelled all lower case", + "output": [ + "days of the week" + ] + }, + { + "id": "openseek-7-d1db104540b94db69c3ffb96d0eee461", + "input": "Category: MEDICINE \nClue: On Sept. 30, 2004 this popular arthritis drug was withdrawn due to concerns about its effect on heart health", + "output": [ + "vioxx" + ] + }, + { + "id": "openseek-7-36d6f74456284964a968dc0c4e4d1c2f", + "input": "Category: THE ILIAD, MACBETH OR THE HOBBIT \nClue: Written first", + "output": [ + "the iliad" + ] + }, + { + "id": "openseek-7-6b64130ddddd41a498a11c201a7555b0", + "input": "Category: EMMY-WINNING GUEST APPEARANCES \nClue: In 2002 Anthony LaPaglia picked up an Emmy for his role as Daphne Moon's brother Simon on this sitcom", + "output": [ + "frasier" + ] + }, + { + "id": "openseek-7-35730b1344f04c108c9c36889fd89da1", + "input": "Category: JACKIE ROBINSON \nClue: Jackie's historic major league debut came April 15, 1947 at this Brooklyn Dodgers home park", + "output": [ + "ebbets field" + ] + }, + { + "id": "openseek-7-dd7eee50a77d498cbd6a27675a21019c", + "input": "Category: JUST LOGOS \nClue: (Hefner's \"bunny\")", + "output": [ + "playboy" + ] + }, + { + "id": "openseek-7-c475971354eb4ff89c4ad83545523a16", + "input": "Category: SCIENCE \nClue: In the early 1830s Michael Faraday found that a moving one of these can produce an electric current", + "output": [ + "magnet" + ] + }, + { + "id": "openseek-7-5efcee73f7df4f77969d17304dab074a", + "input": "Category: MEDIEVAL TIMES \nClue: By the 12th century, the Chinese had harnessed magnetism & were using this device", + "output": [ + "compass" + ] + }, + { + "id": "openseek-7-dc2ba9a980c04701baa3caa659e8f2e8", + "input": "Category: SCIENCE \nClue: The Portland type of this substance is limestone & shale heated until almost fused, then ground", + "output": [ + "cement" + ] + }, + { + "id": "openseek-7-d15c12b4ac7d47d0bf18f424bdc88dcb", + "input": "Category: EMMY HISTORY \nClue: The 1953 awards were the first to feature Best Situation Comedy; the Academy really liked this show that year", + "output": [ + "i love lucy" + ] + }, + { + "id": "openseek-7-ccea767077324fd18ee27e36b5cab6bf", + "input": "Category: ROAMIN' THE WORLD \nClue: When Sudan takes you to a place by this river, you can sit by the Blue or White one", + "output": [ + "nile" + ] + }, + { + "id": "openseek-7-2d398c14f1fe429c9afe3e8281dc73cd", + "input": "Category: BESTSELLERS OF THE 1950s \nClue: This work by Norman Vincent Peale had us all feeling good in 1955", + "output": [ + "the power of positive thinking" + ] + }, + { + "id": "openseek-7-a7996c001f2c49f5b49423a2ee9421a1", + "input": "Category: ANATOMY \nClue: This section of the digestive tract is divided into the duodenum, jejunum & ileum", + "output": [ + "small intestine" + ] + }, + { + "id": "openseek-7-1f3da0c15f904d3eb2d995f5e3389077", + "input": "Category: FUN WITH NUMBERS \nClue: To excel in this category, you should know that XL in Roman numerals equals this", + "output": [ + "40" + ] + }, + { + "id": "openseek-7-314c26d49f6e431ba53c836a72497970", + "input": "Category: AN ALL-EDDIE BEFORE & AFTER \nClue: A hall of fame Baltimore Oriole first baseman becomes the music man who gave us \"One Night in Bangkok\"", + "output": [ + "eddie murray head" + ] + }, + { + "id": "openseek-7-2366f192914846d4b1337a59513dc847", + "input": "Category: ROLLING STONES SONGS \nClue: \"But if you try sometimes you might find you get what you need\"", + "output": [ + "\"you can\\'t always get what you want\"" + ] + }, + { + "id": "openseek-7-e179abcfe9d9468fa3cc93261c51bf54", + "input": "Category: WE GET LETTERS \nClue: Played by John Cleese, this character was trained to succeed Q as James Bond's gadgeteer", + "output": [ + "r" + ] + }, + { + "id": "openseek-7-4849dc3d45914a18b4ec48c6920f6e71", + "input": "Category: ACTRESS TURNED WAITRESS \nClue: Tom Cruise mixed things up with waitress Elisabeth Shue in this 1988 film", + "output": [ + "\"cocktail\"" + ] + }, + { + "id": "openseek-7-e332bd026e604a389f811ae9a556be09", + "input": "Category: LOUIS, LOUIS \nClue: This top leader of the Nation of Islam is an accomplished violinist & once worked as a Calypso singer", + "output": [ + "farrakhan" + ] + }, + { + "id": "openseek-7-1e335f5d9fd54ee69cc90a97c9840ff5", + "input": "Category: VOCABULARY \nClue: Members of this military group are called leathernecks", + "output": [ + "marines" + ] + }, + { + "id": "openseek-7-cdc63459595549f09baa815f9881c9ec", + "input": "Category: THE 76th ACADEMY AWARDS \nClue: He took home the little bald guy for the first time in 4 tries, winning Best Actor for \"Mystic River\"", + "output": [ + "sean penn" + ] + }, + { + "id": "openseek-7-5b8153f5bd4e44c4bde27c95eaceb332", + "input": "Category: BILLS & WILLS \nClue: Before hosting his TV \"Journal\", he was deputy director of the Peace Corps", + "output": [ + "bill moyers" + ] + }, + { + "id": "openseek-7-42155d724b764cd6897816cb2405aa6f", + "input": "Category: WHICH U.S. CABINET DEPARTMENT? \nClue: Government National Mortgage Association", + "output": [ + "department of housing and urban development" + ] + }, + { + "id": "openseek-7-324aa45fcc9447708db51af51b92e3cc", + "input": "Category: \"LONG\" BEACH \nClue: The first one, on Aug. 10, 1876, went from Brantford, Ontario to Alexander Graham Bell about 10 miles away", + "output": [ + "long distance call" + ] + }, + { + "id": "openseek-7-9cacb0ad6fb54a89bf45b3df211d6d79", + "input": "Category: DOUBLE DOUBLE LETTERS \nClue: It's the \"A\" in the RAM of your computer", + "output": [ + "access" + ] + }, + { + "id": "openseek-7-41bf597cc44e4759ba3980fa5e938902", + "input": "Category: MODERN WORDS \nClue: It's espresso with steamed milk, popularized by Starbucks; today many people don't bother to put \"caffe\" before", + "output": [ + "a latte" + ] + }, + { + "id": "openseek-7-1edc1a5bfe004a95835904ab790347a9", + "input": "Category: ODD 4-LETTER WORDS \nClue: Led Zeppelin knows that this word refers to a concluding passage of a musical piece or a ballet", + "output": [ + "a coda" + ] + }, + { + "id": "openseek-7-1dbcbf5cc4524916a7aa15e7947abfc9", + "input": "Category: STARTS & ENDS WITH \"T\" \nClue: If your house isn't running hot & cold, check this device that regulates the temperature", + "output": [ + "a thermostat" + ] + }, + { + "id": "openseek-7-515717afab0e43988154674874e0c20d", + "input": "Category: LAMA-RAMA \nClue: Lamaism is also known as this type of buddhism, after a lofty region of Asia", + "output": [ + "tibetan buddhism" + ] + }, + { + "id": "openseek-7-61a53b9bf5644e4f9c157b8d6d7a70e9", + "input": "Category: L'HOMME \nClue: Colette once wrote a libretto for this \"Bolero\" composer", + "output": [ + "ravel" + ] + }, + { + "id": "openseek-7-e0c7c362a26b4e6bbf0485afd231ac89", + "input": "Category: COMING UP IN 2000 \nClue: Starting June 1, 2000 the largest ever of these global showcases will be held in Hanover, Germany", + "output": [ + "world\\'s fair" + ] + }, + { + "id": "openseek-7-94dfe0d07a6346c3ba5e29bc14d9799d", + "input": "Category: EVERYDAY SYMBOLS \nClue: Often seen on bumpers, the symbol seen here represents faith in this religion (fish)", + "output": [ + "christianity" + ] + }, + { + "id": "openseek-7-3e74df39c425432c9a049e41ca851685", + "input": "Category: ISLAND COUNTRIES \nClue: Its national anthem, \"San-Min-Chu-I\", was co-written by Dr. Sun Yat-sen", + "output": [ + "taiwan" + ] + }, + { + "id": "openseek-7-2eae940b66364a87a991954f9a45dc4a", + "input": "Category: LESSER-KNOWN COMPOSERS \nClue: Bizet adapted a melody by Sebastian de Yradier for the \"Habanera\" in this opera", + "output": [ + "carmen" + ] + }, + { + "id": "openseek-7-00ce8c0457c041518c23e592c386a488", + "input": "Category: HISTORIC LEADERS' LETTERS TO SANTA \nClue: \"Okay, I did have my mom killed in 59 A.D. & wife no. 1 in 62, but I've been a good boy (& emperor!). I'd like a fiddle. Now!\"", + "output": [ + "nero" + ] + }, + { + "id": "openseek-7-2f95358af72c4d83950e48701438815a", + "input": "Category: RELIGION \nClue: In about 500 B.C., this philosopher was appointed minister of justice in the Chinese state of Lu", + "output": [ + "confucius" + ] + }, + { + "id": "openseek-7-7cf065b4d7a040c199e6f0111df725bc", + "input": "Category: HEROES & VILLAINS \nClue: Arr, you'll know 'im by 'is peg leg, 'is crutch, & the parrot on 'is shoulder", + "output": [ + "long john silver" + ] + }, + { + "id": "openseek-7-d74c9c5181574facb745890c92a88661", + "input": "Category: \"M\" & \"M\" \nClue: England's King Charles II was known by this \"jovial\" nickname", + "output": [ + "\"the merry monarch\"" + ] + }, + { + "id": "openseek-7-ac15a4222f574090963483ae6195cb4d", + "input": "Category: PLAYWRIGHTS \nClue: This \"Glengarry Glen Ross\" playwright co-wrote the screenplay for \"Wag the Dog\"", + "output": [ + "david mamet" + ] + }, + { + "id": "openseek-7-045ccc6a3ae84fdfbfd3e6c19e8258c9", + "input": "Category: TAOISM \nClue: This traditional Chinese medical technique uses fine metal needles & has its roots in Taoism", + "output": [ + "acupuncture" + ] + }, + { + "id": "openseek-7-16749bb05a1d45abb16eae02799608b5", + "input": "Category: WRITERS \nClue: In November 1959 he arrived in Holcomb, Kansas to begin 6 years of research for \"In Cold Blood\"", + "output": [ + "truman capote" + ] + }, + { + "id": "openseek-7-6bd3b91eaee4476cb103248a77e1996a", + "input": "Category: LITERARY QUOTES \nClue: This fictional character says the Houyhnhnms \"live under the government of reason\"", + "output": [ + "gulliver" + ] + }, + { + "id": "openseek-7-eedc6054c3ba43d1917d39ac238e6afe", + "input": "Category: GLAND FINALE \nClue: This human gland important in the immune system takes its name in part from its resemblance to an herb", + "output": [ + "the thymus gland" + ] + }, + { + "id": "openseek-7-57b24615f3844a7f9e1bb99a2e7e3ac4", + "input": "Category: NATIVE AMER. WOMEN \nClue: Even after their marriage ended, this Osage Indian was still Balanchine's Sugar Plum Fairy", + "output": [ + "tallchief" + ] + }, + { + "id": "openseek-7-ea10b43cc49942e2b39b73ab1b5661b6", + "input": "Category: GIFT GIVING \nClue: Matt asked me to get him one of this brand of air rifle, like Ralphie in \"A Christmas Story\"", + "output": [ + "a red ryder bb gun" + ] + }, + { + "id": "openseek-7-df34b556a6634d1b825ccccb8f110c89", + "input": "Category: SWEETS \nClue: If you're looking for a chocolate bar chock full of peanuts, try this one introduced in 1925", + "output": [ + "mr. goodbar" + ] + }, + { + "id": "openseek-7-e11b046eff0648b785ebc74a2ee384f9", + "input": "Category: PURPLE HAZE \nClue: This alliterative phrase refers to overly florid writing that tries to enlist a reader's sympathies", + "output": [ + "purple prose" + ] + }, + { + "id": "openseek-7-e83c1344674543f88522ec00ccf8211d", + "input": "Category: A HORSE IS A HORSE \nClue: A horse named Comanche survived this man's June 1876 \"Last Stand\"", + "output": [ + "custer" + ] + }, + { + "id": "openseek-7-2001e0c7d37143ea9817713646764152", + "input": "Category: \"OO\" WHO? \nClue: He's the subject of the biographies \"Official and Confidential\" & \"The Man and the Secrets\"", + "output": [ + "j. edgar hoover" + ] + }, + { + "id": "openseek-7-d43fb20362b148138b5d25b05bed2dc6", + "input": "Category: MY TV TOWN \nClue: Sheriff Andy Taylor", + "output": [ + "mayberry" + ] + }, + { + "id": "openseek-7-3ba68ff22ca347f68b96143358425afc", + "input": "Category: NORTH BY NORTHWEST \nClue: Eighty Mile Beach, on the Indian Ocean, is part of this continent's northwest coast", + "output": [ + "australia" + ] + }, + { + "id": "openseek-7-726b2567d5be4646ab458b1dab699278", + "input": "Category: TV SHOWS BY GROUPS \nClue: From 1955, the International Order of Friendly Sons of the Raccoons", + "output": [ + "the honeymooners" + ] + }, + { + "id": "openseek-7-df34f7f24f28494f90e7130dcbd71be1", + "input": "Category: LADIES OF LITERATURE \nClue: In the original tale, Elizabeth, the bride of this man, is strangled by the monster", + "output": [ + "frankenstein" + ] + }, + { + "id": "openseek-7-70d473b9506e43e3a744d6b348f4246e", + "input": "Category: '90S OSCAR WINNERS \nClue: He won his first Oscar for directing “Unforgiven”", + "output": [ + "clint eastwood" + ] + }, + { + "id": "openseek-7-9101e893ea744bb581bc1ff8d02a4aad", + "input": "Category: WHAT ARE YOU... CHICKEN? \nClue: Diced chicken in a rich cream with mushrooms, pimientos, green peppers & sherry is chicken a la this", + "output": [ + "king" + ] + }, + { + "id": "openseek-7-97f6fa36efff4605a2b9994dea897368", + "input": "Category: SWEETS \nClue: Red Vines come in raspberry & this flavor, also the chewy type of candy it is", + "output": [ + "licorice" + ] + }, + { + "id": "openseek-7-a5d572e415934aee9fd759a5a1d01edf", + "input": "Category: GIRLY MOVIES \nClue: For this 2004 film, Catalina Sandino Moreno was the first Best Actress Oscar nominee to speak all her lines in Spanish", + "output": [ + "maria, full of grace" + ] + }, + { + "id": "openseek-7-5c52fe927c084c68a15cbb13e5ee2f30", + "input": "Category: PAY THE \"BILL\" \nClue: In the classic Scandinavian folk tale, this title trio outwits a hungry troll", + "output": [ + "\"the three billy goats gruff\"" + ] + }, + { + "id": "openseek-7-d1c07bb1c66644dcb7c09f79b1a72182", + "input": "Category: NATIONAL FORESTS \nClue: Established in 1897, Black Hills National Forest is home to Wind Cave National Park & this national memorial", + "output": [ + "mount rushmore" + ] + }, + { + "id": "openseek-7-7a32c8f36eb2432f9508f494515c395f", + "input": "Category: RHYME SPR\"EE\" \nClue: Gloatingly jubilant joy", + "output": [ + "glee" + ] + }, + { + "id": "openseek-7-ebf5c1ab90454a4ab6d5e9034194abe0", + "input": "Category: DISNEY FILM VOICES \nClue: Later an opera star, Mary Costa was a young unknown when Disney picked her to play this somnolent heroine", + "output": [ + "sleeping beauty" + ] + }, + { + "id": "openseek-7-f0860ddd63b84ba4ad6d62545a4c2137", + "input": "Category: ANCIENT HISTORY \nClue: Roman girls wore this famous garment until they married & adopted the stola or matron's dress", + "output": [ + "toga" + ] + }, + { + "id": "openseek-7-25c9db3e7a7c4c5d86200e29e46187b2", + "input": "Category: A BEAUTIFUL MIND \nClue: Future geneticist J.B.S. Haldane began research in his teens on his sister's 300 of these rodents", + "output": [ + "guinea pigs" + ] + }, + { + "id": "openseek-7-5c4e24dde77c442695a35fe343b30763", + "input": "Category: WHAT A CARD! \nClue: Ken Jennings used these briefly displayed items to get ready to play \"Jeopardy!\"", + "output": [ + "flashcards" + ] + }, + { + "id": "openseek-7-d69f03787c984c1daa1902271b27f251", + "input": "Category: WEATHER \nClue: The temperature & humidity conditions characteristic of Santa Ana, Foehn & Chinook winds", + "output": [ + "hot & dry" + ] + }, + { + "id": "openseek-7-d0ac7a8743104010915ebfc0419fe97a", + "input": "Category: WE SURRENDER \nClue: An important Confederate supply depot, this Georgia capital surrendered to Union troops September 2, 1864", + "output": [ + "atlanta" + ] + }, + { + "id": "openseek-7-42c9dcd9324f4742b13ec55890e1be4e", + "input": "Category: WHO'S THE BOSS \nClue: Tattoo labored for this man on \"Fantasy Island\"", + "output": [ + "mr. roarke" + ] + }, + { + "id": "openseek-7-71fa1f4c30b549a9b70ecc3fc164e494", + "input": "Category: PAINTERS \nClue: She called her New Mexico home, where she spent the last half century of her life, Ghost Ranch", + "output": [ + "georgia o\\'keeffe" + ] + }, + { + "id": "openseek-7-14226bdcdbd542a28bd7cfbda9da0101", + "input": "Category: AH, FLORIDA! \nClue: Called the Tangerine Bowl until 1983, the Citrus Bowl is held annually in this city", + "output": [ + "orlando" + ] + }, + { + "id": "openseek-7-a0530ea903464fc28e606d1ffb867bf5", + "input": "Category: HODGEPODGE \nClue: He's considered the mascot of Mad Magazine", + "output": [ + "alfred e. neuman" + ] + }, + { + "id": "openseek-7-2932fbd00a804e6da6c22994616ed832", + "input": "Category: ACTORS & ACTRESSES \nClue: Jinkies! It wasn't too much of a stretch for him to play Fred in the \"Scooby-Doo\" movies", + "output": [ + "freddie prinze, jr." + ] + }, + { + "id": "openseek-7-e873866a18ee492893c2d9927ddc3caf", + "input": "Category: TELEVISION HISTORY \nClue: This company was created to produce \"I Love Lucy\"; it combined the 2 stars' names", + "output": [ + "desilu" + ] + }, + { + "id": "openseek-7-19dbe7a0940140b9af0cd85990a7e653", + "input": "Category: GEOMETRY \nClue: Regular polyhedrons with 6 congruent square faces, over which bartenders may pour scotch", + "output": [ + "ice cubes" + ] + }, + { + "id": "openseek-7-8458bdd5c05844439b98c088db3576f9", + "input": "Category: CAPTURE THE FLAG \nClue: Afghanistan's flag has a mosque in a wreath made of stalks of this grain", + "output": [ + "wheat" + ] + }, + { + "id": "openseek-7-33ff8e543b2c46f6973a9dfc02edf159", + "input": "Category: L-M-N \nClue: Books from this kids' author include \"The Grim Grotto\" & \"The Vile Village\"", + "output": [ + "lemony snicket" + ] + }, + { + "id": "openseek-7-6865d35a066b4722a2825f4264bfa630", + "input": "Category: THE NATIONAL PARK SYSTEM \nClue: A Montana park is named for these formations you'll also find in Washington's Olympic & North Cascades Parks", + "output": [ + "glaciers" + ] + }, + { + "id": "openseek-7-0c59ee3f57464841bd880b798876e99a", + "input": "Category: MILITARY UNITS \nClue: Oliver Stone won an Oscar for his story about one of these title units in which he served in Vietnam", + "output": [ + "a platoon" + ] + }, + { + "id": "openseek-7-a728cd92dd6f4456b548c26e171e268f", + "input": "Category: THE MAINE THING \nClue: L.L. Bean's company headquarters are in this city, just down the road from the original store", + "output": [ + "freeport" + ] + }, + { + "id": "openseek-7-29cc1dbc03344719810722d425f442c3", + "input": "Category: ANIMALS \nClue: These mollusks, not oysters, are the most common source for freshwater pearls", + "output": [ + "mussels" + ] + }, + { + "id": "openseek-7-b250b96a7cc6495599a5ff4e6300520b", + "input": "Category: 10-DIFFERENT-LETTER WORDS \nClue: It's any word that's spelled the same forwards & backwards", + "output": [ + "palindrome" + ] + }, + { + "id": "openseek-7-23615ffb745d44bc9ce0413d0c360423", + "input": "Category: WHEN THEY WERE TEENS \nClue: This \"boulder\" sized wrestler & movie star was a star football player at Freedom High School in Bethlehem, Pa.", + "output": [ + "the rock" + ] + }, + { + "id": "openseek-7-bb1ab2b13e2c40e898571fb3b57d2bfc", + "input": "Category: SEAN CONNERY \nClue: In '59 Sean favored us with a song, \"Pretty Irish Girl\", in Disney's this man \"and the Little People\"", + "output": [ + "darby o\\'gill" + ] + }, + { + "id": "openseek-7-9b68b1ac3bd94c818d08e64ca7cd6648", + "input": "Category: BEFORE, DURING & AFTER \nClue: '60s dance craze in which you shout, \"The sky is falling--at least Polaris' star group is!\"", + "output": [ + "funky chicken little dipper" + ] + }, + { + "id": "openseek-7-bbbb355e83514982a9b3a5b1231f4887", + "input": "Category: PARKS \nClue: Horseshoe Bend National Military Park in Alabama is the site where he defeated the Creek Indians in 1814", + "output": [ + "andrew jackson" + ] + }, + { + "id": "openseek-7-73430797af7d41ac9b6afd8ac2eecbe7", + "input": "Category: WORLD CAPITALS \nClue: It was chosen in 1394 as the capital of the kingdom of Choson", + "output": [ + "seoul" + ] + }, + { + "id": "openseek-7-6382dfb980904368b3c827cd2ee0b575", + "input": "Category: BILL CLINTON'S FAVORITE BOOKS \nClue: We must confess, William Styron's \"The Confessions of\" this man shows up", + "output": [ + "nat turner" + ] + }, + { + "id": "openseek-7-eeb0584c26d84450bf0de0746e399d05", + "input": "Category: BEFORE & AFTER \nClue: U.S. Advocate for women's rights & the abolition of slavery who sang \"All The Young Dudes\"", + "output": [ + "lucretia mott the hoople" + ] + }, + { + "id": "openseek-7-6699a4b63445471ea40efd288891cbe3", + "input": "Category: '70s THEATER \nClue: On Jan. 5, 1980, only 4th time in history, Broadway lights were dimmed in tribute to this composer", + "output": [ + "richard rodgers" + ] + }, + { + "id": "openseek-7-33d45959e4af45348db3cc825fe6cd9b", + "input": "Category: AROUND THE WORLD \nClue: Island country whose capital, Valletta, is named for a grandmaster who led the knights in 1565", + "output": [ + "malta" + ] + }, + { + "id": "openseek-7-92f7475dbcaf4b6189ff48db3be04e29", + "input": "Category: ALL THE \"WAY\" \nClue: It's the stretch between the tee & the green on a golf-course hole", + "output": [ + "a fairway" + ] + }, + { + "id": "openseek-7-75629eaecff140dc988fad0683f708b2", + "input": "Category: SCIENCE & NATURE \nClue: Like an escargot, the abalone is an edible one of these gastropods", + "output": [ + "a snail" + ] + }, + { + "id": "openseek-7-ecdb6e7bfded4af19c827f93d96e9cf9", + "input": "Category: FAMOUS \"BABY\"s \nClue: 1 of 2 popular U.S. films released in late 1987 that had the word \"Baby\" in their titles", + "output": [ + "baby boom or three men and a baby" + ] + }, + { + "id": "openseek-7-5aa95417d69b41d1817fc3c08d3539d9", + "input": "Category: THE GLOBE \nClue: If you dig straight through the Earth's center from Canton, Ohio you'll end up not in China but in this body of water", + "output": [ + "the indian ocean" + ] + }, + { + "id": "openseek-7-917c3a5d01db4604974920a25fa8a345", + "input": "Category: BEFORE, DURING & AFTER \nClue: Early Beatles drummer who wins Westminster Kennel Club top honors by yelling Cuba Gooding Jr.'s most famous line", + "output": [ + "pete best in show me the money" + ] + }, + { + "id": "openseek-7-cc0954bf29014e26a7ab814762628fea", + "input": "Category: PHOTOGRAPHERS \nClue: In April 1875 the Library of Congress gained possession of his Civil War photographic plates for $25,000", + "output": [ + "mathew brady" + ] + }, + { + "id": "openseek-7-d0c16e4d4df643e8ab1733c166812a54", + "input": "Category: TOUCHED BY AN ANGEL \nClue: James Chadwick must have heard if not seen angels to write the English words of \"Angels We Have Heard\" here", + "output": [ + "on high" + ] + }, + { + "id": "openseek-7-3bc323193e0f42ab926d3810e350ee90", + "input": "Category: U.S. CAPITALS OF THE WORLD \nClue: Overactors & others flock to Smithfield, Va., the capital of this, processing millions of lbs. of it every year", + "output": [ + "ham" + ] + }, + { + "id": "openseek-7-e0997a71869d413c82799a23e7098dee", + "input": "Category: MYTHOLOGY \nClue: This god was the trumpeter of the sea, & his trumpet was a large shell", + "output": [ + "triton" + ] + }, + { + "id": "openseek-7-5ab6e707b5c04a6fa71e2a5e68ca70a3", + "input": "Category: 20th CENTURY SPORTS \nClue: Only 2 men have won The Masters 2 years in a row: Nick Faldo & this man", + "output": [ + "jack nicklaus" + ] + }, + { + "id": "openseek-7-e2cda57bc29346349d5c3f18ac5c4651", + "input": "Category: FROM PAGE TO SCREEN \nClue: This Amy Tan novel became a movie with Ming-Na & Tamlyn Tomita", + "output": [ + "the joy luck club" + ] + }, + { + "id": "openseek-7-c8b2cc500efa4e61a903a6019ecae21a", + "input": "Category: \"Z\" END \nClue: It's Fred & Ethel's last name on \"I Love Lucy\"", + "output": [ + "mertz" + ] + }, + { + "id": "openseek-7-a9f8d4a3d43649ecbf323b0e17bd2b6e", + "input": "Category: WHATCHA DOIN'? \nClue: Splitting a pair & taking a hit on each", + "output": [ + "playing blackjack" + ] + }, + { + "id": "openseek-7-13f1dd3933184eddbf8e82e5894a050f", + "input": "Category: RHYME TIME \nClue: A puzzle such as \"Why did the violin cross the road?\"", + "output": [ + "fiddle riddle" + ] + }, + { + "id": "openseek-7-e5c64e6d848e49d79c520496f1430f49", + "input": "Category: \"JOY\" SHTICK \nClue: This 1993 film starred Kieu Chinh & Tamlyn Tomita", + "output": [ + "the joy luck club" + ] + }, + { + "id": "openseek-7-84d3c262f63a4b1eba5b56650c5f7a2d", + "input": "Category: WORLD WAR II: THE HOME FRONT \nClue: Silver foil was being rationed, so production of these smoochable candies was halted during World War II", + "output": [ + "hershey\\'s kisses" + ] + }, + { + "id": "openseek-7-9fd10c70bedf4a41a0ab98219cb4a6b7", + "input": "Category: WOOD HOUSE \nClue: In Japan a nagaya is a traditional one of these houses named for the lines they form with their adjoining walls", + "output": [ + "a row house" + ] + }, + { + "id": "openseek-7-002589d6d7134d67872e64774b440888", + "input": "Category: BOOZE \nClue: This strong liquor is named for the town in Jalisco, Mexico that's a center for its production", + "output": [ + "tequila" + ] + }, + { + "id": "openseek-7-c4514cbde6d942539fa1cfe9d376efef", + "input": "Category: PRESIDENTS \nClue: Showing he'd rather switch than fight, this future pres. changed from Democrat to Republican in 1962", + "output": [ + "ronald reagan" + ] + }, + { + "id": "openseek-7-3d2e63b7c3344507ba544d3d917749c4", + "input": "Category: FRUITS & VEGETABLES \nClue: The Seville and bergamot are classified as bitter varieties of this fruit", + "output": [ + "oranges" + ] + }, + { + "id": "openseek-7-6bce901819d648c8a7111c610f7386a7", + "input": "Category: TALKING ITALIAN \nClue: This word is Italian for \"May\", so you'd think the \"Yankee Clipper\" had his best games in that month", + "output": [ + "maggio" + ] + }, + { + "id": "openseek-7-3fa22f25d67748d88a5622937ec64302", + "input": "Category: NOVEL-TIES \nClue: In 1905 this still-controversial Twain book was banned because a character said sweat instead of perspiration", + "output": [ + "huckleberry finn" + ] + }, + { + "id": "openseek-7-2bff70f8f474447aa72c1502b3c07e56", + "input": "Category: BOOKS FOR YOUR DOG \nClue: If your dog is howling sadly, he may just have read this kids' book about a hunting dog with a mighty voice", + "output": [ + "\"sounder\"" + ] + }, + { + "id": "openseek-7-d8b50cad2cbf4d96a5ba3b9f0ee09ce5", + "input": "Category: BIBLICAL PEOPLE \nClue: After being delivered from the belly of the great fish, he warned Nineveh of its great evil", + "output": [ + "jonah" + ] + }, + { + "id": "openseek-7-2383f5a97a19470d96131d114c1e81d6", + "input": "Category: BOOK PARTS \nClue: From Latin for \"leaf\", it's a sheet of paper folded over to make 4 pages of a book, or it's each page number", + "output": [ + "folio" + ] + }, + { + "id": "openseek-7-8fb9780f69484514b57af651b2a0a318", + "input": "Category: VERB-ATIM \nClue: This word meaning \"to set on fire\" is related to one of the 3 basic forms of rock", + "output": [ + "ignite" + ] + }, + { + "id": "openseek-7-01f605f828ed40a0aec4fb6b548a9831", + "input": "Category: ON THE MAP \nClue: Some of the highest peaks in these mountains are Mont Blanc, Monte Rosa & the Matterhorn", + "output": [ + "alps" + ] + }, + { + "id": "openseek-7-4d838954c9c44424b326038400b990d3", + "input": "Category: THE \"A\" \"B\" \"C\"s \nClue: In a 1976 Playboy interview, Jimmy Carter said he'd committed this in his heart many times", + "output": [ + "adultery" + ] + }, + { + "id": "openseek-7-cc4b29a5fa6841739f4db6e5a66641d3", + "input": "Category: CONNERY...SEAN CONNERY \nClue: Sean was born in this capital city in 1930", + "output": [ + "edinburgh, scotland" + ] + }, + { + "id": "openseek-7-dee7f575926f4ef792afd4eebef73225", + "input": "Category: DIRTY WORDS \nClue: Leviticus 11 warns against eating swine: \"Though he divide the hoof...yet he cheweth not the cud; he is\" this", + "output": [ + "unclean" + ] + }, + { + "id": "openseek-7-3fdf2aaeb98348779d8f4bd21a249d03", + "input": "Category: SUPREMES \nClue: He was supreme commander of Allied forces in Europe, & later of NATO forces", + "output": [ + "dwight d. eisenhower" + ] + }, + { + "id": "openseek-7-af2bb06804644e53b96820349354ee00", + "input": "Category: \"DEC\" ME \nClue: It's the enticement seen here", + "output": [ + "decoy" + ] + }, + { + "id": "openseek-7-a12d2c7c7cce4ecfa23e6deeced119e6", + "input": "Category: DECODE THE PERSONAL AD \nClue: Nothing casual for this S.A.F., H.W.P. -- she wants this, an L.T.R.", + "output": [ + "long-term relationship" + ] + }, + { + "id": "openseek-7-f41a6e3bf53d4164baa637dd9d399b64", + "input": "Category: BLACK HISTORY MONTH \nClue: The army's last black regiment, the 24th infantry, was disbanded in October 1951, during this war", + "output": [ + "the korean war" + ] + }, + { + "id": "openseek-7-9c46001020244c2fb96c495881c5321c", + "input": "Category: 4-LETTER WORDS \nClue: 4-letter Italian term for the boss of a crime syndicate", + "output": [ + "a capo" + ] + }, + { + "id": "openseek-7-32a345ef0d764941b011392719a73ddc", + "input": "Category: PERSONAL FOWLS \nClue: The Greek goddess Hera was associated with (& probably proud as) this showy bird, Pavo muticus", + "output": [ + "a peacock" + ] + }, + { + "id": "openseek-7-a54c602f8fd54476940e2b65b671aec3", + "input": "Category: ACTORS & ACTRESSES \nClue: A child slave on film in \"The Ten Commandments\", Kathy Garver also played Buffy & Jody's sister on this sitcom", + "output": [ + "family affair" + ] + }, + { + "id": "openseek-7-dd82b4c3afa34c64845a699be27e4978", + "input": "Category: SHADES OF BLUE \nClue: Saint Tropez & Cannes are on a coast named for this color", + "output": [ + "the azure coast" + ] + }, + { + "id": "openseek-7-def1c1f57b654c71ab54a6e302c2efff", + "input": "Category: 4-LETTER \"F\" WORDS \nClue: The small, bloodsucking wingless insect lives in a dog-eat-dog world", + "output": [ + "a flea" + ] + }, + { + "id": "openseek-7-1236939d004f4194b249e1108ce84df5", + "input": "Category: THE ROMAN GOD OR GODDESS OF... \nClue: Roads & travel, for that nifty messenger service of his", + "output": [ + "mercury" + ] + }, + { + "id": "openseek-7-e7bf34692a91409294d080fed0f9e73b", + "input": "Category: BODY COUNT \nClue: Number of bones in the average adult human body plus zero", + "output": [ + "206" + ] + }, + { + "id": "openseek-7-228648e5eafc4f09a7d6ddebc2c75fc8", + "input": "Category: \"UTTER\" YOUR RESPONSE \nClue: Your mind & your desk can both suffer from this state of disorder", + "output": [ + "clutter" + ] + }, + { + "id": "openseek-7-e5aaa825409f487789e4d60999ddf09d", + "input": "Category: HOW \"U\" DOING? \nClue: This historic university town of the Central Netherlands has a population of 250,000", + "output": [ + "utrecht" + ] + }, + { + "id": "openseek-7-45e90bfffe5e4eb7982b7500930be144", + "input": "Category: NESTLE'S \nClue: In 1985 Nestle's bloomed when it acquired this American maker of evaporated milk from contented cows", + "output": [ + "carnation" + ] + }, + { + "id": "openseek-7-405d814c2e0d49a2b6ec198dc86fa3ea", + "input": "Category: THE INSTRUMENT OF DEATH \nClue: In 1793 Jean-Paul Marat was retired in the bath with one of these", + "output": [ + "a knife" + ] + }, + { + "id": "openseek-7-6f99f1c9bd7b46d084ede9e32a2ac567", + "input": "Category: YOU DON'T BRING ME FLOWERS \nClue: In the fir tree, not flowers but these hold the seeds", + "output": [ + "cones" + ] + }, + { + "id": "openseek-7-2733f7f6b85d40ddb3750c4db47708b8", + "input": "Category: DAYS OF THE WEEK \nClue: Under an 1845 act of Congress, presidential elections are held on this day of the week", + "output": [ + "tuesdays" + ] + }, + { + "id": "openseek-7-6016cf265c2f4fd5aafb6b09b2242997", + "input": "Category: TV TWINS \nClue: These former \"Full House\" twins have their own line of home video mystery adventures", + "output": [ + "mary-kate & ashley olsen" + ] + }, + { + "id": "openseek-7-7a88b2ef481942b1af9fab1299ce3d70", + "input": "Category: ENGLISH LIT \nClue: Among his historical novels are \"I, Claudius\" & \"Claudius the God\"", + "output": [ + "robert graves" + ] + }, + { + "id": "openseek-7-9d8d2bfd81f2457083a292dd29e274a2", + "input": "Category: HISTORY \nClue: Union with this Baltic country in 1386 made Poland Europe's largest country", + "output": [ + "lithuania" + ] + }, + { + "id": "openseek-7-8b71283952f444b694ffe3d8b725a19d", + "input": "Category: EUROPEAN CUISINE \nClue: Many things may be stuffed to make this traditional Greek dish, but stuffed grape leaves are the most popular", + "output": [ + "dolmas" + ] + }, + { + "id": "openseek-7-f14e4aee076147cd899857fdb587e0af", + "input": "Category: WON \nClue: 2 of the closest presidential races involved this man; in 1796 he lost to John Adams & in 1800 he beat Aaron Burr", + "output": [ + "jefferson" + ] + }, + { + "id": "openseek-7-824872eccacc4a039f2f485884e2e31b", + "input": "Category: SHOW BUSINESS \nClue: In 1923 siblings Harry, Albert, Samuel & Jack established a studio under this name", + "output": [ + "warner brothers" + ] + }, + { + "id": "openseek-7-57106df25ba0428cbaf726b757450ed4", + "input": "Category: DESERTS \nClue: The world's largest unbroken expanse of sand is the Rub Al-Khali, or \"Empty Quarter\", of this desert", + "output": [ + "the arabian desert" + ] + }, + { + "id": "openseek-7-f6be794feda34d79ad1ec0d182d0c55b", + "input": "Category: THE LIST LIST \nClue: Santa keeps a list of people who fall into these 2 \"N\" categories", + "output": [ + "naughty & nice" + ] + }, + { + "id": "openseek-7-e87d9f5d64e4451b8ccfe610ba14a7e2", + "input": "Category: VICE PRESIDENTS \nClue: He found the press quite taxing, calling them \"Nattering nabobs of negativism\"", + "output": [ + "spiro agnew" + ] + }, + { + "id": "openseek-7-e9c6120f33434e66a9a9164bfca748e2", + "input": "Category: EPICS \nClue: This Sumerian epic was written in cuneiform on clay tablets about 4,000 years ago", + "output": [ + "the epic of gilgamesh" + ] + }, + { + "id": "openseek-7-f88c3dda32d7427e8d15347c3b4387bb", + "input": "Category: TRANSPORTATION \nClue: Guiness says on a calm night in 1966 one of these became largest object ever stolen by one man", + "output": [ + "a freighter" + ] + }, + { + "id": "openseek-7-2947489276784bfface73ff71ed889a6", + "input": "Category: NOT TO BE CONFUSED \nClue: Before entering a chateau, you might remove your chapeau, which is one of these", + "output": [ + "a hat" + ] + }, + { + "id": "openseek-7-f7888d584f0b4262837269ae59f142f6", + "input": "Category: U.S. TERRITORIES & AREAS \nClue: Tiny Wake Island in the Pacific was attacked by the Japanese on December 8, 1941 & held until Sept. of this year", + "output": [ + "1945" + ] + }, + { + "id": "openseek-7-4133b6fa9b3d4d40975b78e4eb89a589", + "input": "Category: 19th CENTURY AMERICA \nClue: In 1875 this Republican was elected governor of Ohio; 17 months later, he took the oath of office as president", + "output": [ + "hayes" + ] + }, + { + "id": "openseek-7-ffb589d8482640df8b93b04f59ac377e", + "input": "Category: THE IVY LEAGUE \nClue: (Hi, I'm Keith Olbermann) Harvard is the Crimson & the athletic teams of this Ithaca university, my alma mater, are the Big Red", + "output": [ + "cornell" + ] + }, + { + "id": "openseek-7-50f794892fa8492ab537fdc56ff1d9ab", + "input": "Category: I SAW IT ON TV & I HAD TO HAVE IT \nClue: This whimsical talk-show host loves to give out donkey cigarette dispensers, & you can buy them on her website", + "output": [ + "ellen degeneres" + ] + }, + { + "id": "openseek-7-f7bab9a85d6f4174b70fdc710a46b101", + "input": "Category: RUPERT MURDOCH, OWNER OF A LOT OF STUFF \nClue: This Murdoch-owned news channel says it's \"fair & balanced\"", + "output": [ + "fox" + ] + }, + { + "id": "openseek-7-bed8b69d1ce946a18c02e68ef746cb73", + "input": "Category: \"I\" KNOW IT \nClue: In Orthodox churches, screens before the altar display these for instruction", + "output": [ + "icons" + ] + }, + { + "id": "openseek-7-da4682f3a28d43d18e88ca80a50dbadc", + "input": "Category: TV THEMES IN \"F\" \nClue: \"You'll have some fun now, with me & all the gang, learning from each other while we do our thing, na na na\"", + "output": [ + "fat albert" + ] + }, + { + "id": "openseek-7-f4b4eae9ebcf4dd3b1c2a434ea43bdd5", + "input": "Category: 7-LETTER WORDS \nClue: This adjective meaning rustic or pastoral comes from the Greek word for cowherd", + "output": [ + "bucolic" + ] + }, + { + "id": "openseek-7-b95b6ef76923438da76e6081a137e0a3", + "input": "Category: LOVE & MARRIAGE \nClue: \"Keep your eyes wide open before marriage, half shut afterwards\", he advised in \"Poor Richard's Almanack\"", + "output": [ + "benjamin franklin" + ] + }, + { + "id": "openseek-7-be83f424c77e4b97bcc451d5e7e25fd2", + "input": "Category: AMERICAN IDLE \nClue: The FTC wants to ban ads that promise 2 pounds per week or more of weight loss without doing these 2 things", + "output": [ + "diet & exercise" + ] + }, + { + "id": "openseek-7-84886be2d98145df89ed85bb437230d3", + "input": "Category: IN THE BOOKSTORE \nClue: This 1972 novel is about a community of rabbits in Berkshire who set out to find a new warren", + "output": [ + "\"watership down\"" + ] + }, + { + "id": "openseek-7-f135133d5672456a9f30427a8f065d63", + "input": "Category: IN THE BOOKSTORE \nClue: In 2010 this political daughter took readers behind the scenes of the campaign trail in \"Dirty Sexy Politics\"", + "output": [ + "mccain" + ] + }, + { + "id": "openseek-7-c70dd24e9a7b4ecf93445aecd119cab5", + "input": "Category: PLAYWRIGHTS & ACTRESSES \nClue: Marsha Mason met him after she auditioned for his play \"The Good Doctor\" & later married him", + "output": [ + "neil simon" + ] + }, + { + "id": "openseek-7-12a950b71fed4e5d90dfba5e0e58e29f", + "input": "Category: THE \"N\" TIMES \nClue: 2-word term for a gathering of reporters held by a government official to release important information", + "output": [ + "news conference" + ] + }, + { + "id": "openseek-7-ef7b8384457b47929792d21fed07b0a7", + "input": "Category: TV STUPID ANSWERS \nClue: After only 6 months on the air \"Match Game '73\" changed its name to this", + "output": [ + "match game \\'74" + ] + }, + { + "id": "openseek-7-da10ad3b50b941d5877203ba02b79fe2", + "input": "Category: 2-T OR NOT 2-T \nClue: Scattered trash & a liquid metric measurement", + "output": [ + "litter & liter" + ] + }, + { + "id": "openseek-7-fd29931f19a84763a1559685068f79f2", + "input": "Category: SHAKESPEARE \nClue: Mickey Rooney said he'd \"never read Shakespeare before or since\" he played Puck in a film version of this comedy", + "output": [ + "a midsummer night\\'s dream" + ] + }, + { + "id": "openseek-7-8ac19a2e68b54822bc7ff84fdef139c2", + "input": "Category: NAME THE YEAR \nClue: William the Conqueror was crowned King of England in Westminster Abbey on Christmas Day in this year", + "output": [ + "1066" + ] + }, + { + "id": "openseek-7-bcad1fd1326e4ee5a31c3a6111a1f92d", + "input": "Category: SAY WHAT? \nClue: To sing this country's national anthem, a resident of Tirane would sing it in this official language", + "output": [ + "albanian" + ] + }, + { + "id": "openseek-7-c486c60dc56d4f98ac69a7914d955913", + "input": "Category: PASTRY \nClue: The 2-word name of this pastry that can be filled with custard is also used to mean \"a timid person\"", + "output": [ + "a cream puff" + ] + }, + { + "id": "openseek-7-63d864f69de945d29046df59c3a17aa4", + "input": "Category: CONTINENTAL BREAKFAST \nClue: For zavtrak in this country, you might have tea, black bread & kasha in the city of Gorky", + "output": [ + "russia" + ] + }, + { + "id": "openseek-7-6d1637d691ec45e48643350c0ab24c60", + "input": "Category: ANCIENT GREEK DRAMA \nClue: This title angry wife plots revenge against Jason by killing his new flame with a poisoned garment", + "output": [ + "medea" + ] + }, + { + "id": "openseek-7-431bf5445e164d57a57b6669f769e532", + "input": "Category: REACH FOR THE STARS \nClue: This constellation used to be the Claws of Scorpio (by the \"weigh\", scorpions don't have scales)", + "output": [ + "libra" + ] + }, + { + "id": "openseek-7-afbab5f2219c4a288d79061cddc09d1a", + "input": "Category: METALS \nClue: Amalgams, which may be liquid or solid, are alloys of this metal", + "output": [ + "mercury" + ] + }, + { + "id": "openseek-7-75b373cbcc25426ebdde991d2fc7d312", + "input": "Category: THE NEW YORK TIMES OP-ED PAGE \nClue: In political & journalistic circles, this op-edder's fame is such that she's simply called MoDo", + "output": [ + "maureen dowd" + ] + }, + { + "id": "openseek-7-48208b0f33ee4820b358eb2ee50e80b1", + "input": "Category: FROM BOOK TO BIG SCREEN \nClue: This 1962 novel by Ken Kesey was adapted for the big screen in 1975 & won 5 Academy Awards", + "output": [ + "one flew over the cuckoo\\'s nest" + ] + }, + { + "id": "openseek-7-9a9f5692189c456887e230edf0ca209e", + "input": "Category: NUMBERS GAME \nClue: If you are the very model of a U.S. Major General, you wear this many stars", + "output": [ + "two" + ] + }, + { + "id": "openseek-7-57cdbca3dbaf4e76905899eb08339a23", + "input": "Category: MUSIC FOR FOOLS? \nClue: This bizarre band with a bassist named Sputnik had the same name as a Katherine Anne Porter novel", + "output": [ + "ship of fools" + ] + }, + { + "id": "openseek-7-8e8ca53632e642c685ae826754158d68", + "input": "Category: BASEBALL HISTORY \nClue: Agricultural term for the system, created by Branch Rickey, of minor league teams controlled by a big league team", + "output": [ + "farm system" + ] + }, + { + "id": "openseek-7-b27a652529414127aedf99cc28e496eb", + "input": "Category: I'M HUNGRY! \nClue: Let's make Craig Claiborne's recipe for an upside-down type of this fruit pie; it's a lot like tarte tatin", + "output": [ + "apple pie" + ] + }, + { + "id": "openseek-7-ec175032ea9f4f4288d9ba48b30b8be8", + "input": "Category: FROM THE NECK UP \nClue: This membrane transmits vibrations to little bones called auditory ossicles", + "output": [ + "the eardrum" + ] + }, + { + "id": "openseek-7-480b4ae88e944defa29cd0dfb62f32d3", + "input": "Category: DISNEY FILMS BY SONGS \nClue: \"I Wanna Be Like You\" & \"The Bare Necessities\"", + "output": [ + "the jungle book" + ] + }, + { + "id": "openseek-7-6dc67a52f3174cd5b97ce540ca324251", + "input": "Category: FROM THE GREEK \nClue: The name of this learning disability is partly from the Greek for 'word\"", + "output": [ + "dyslexia" + ] + }, + { + "id": "openseek-7-6ffd562f5ad246039037c1203afaf1c0", + "input": "Category: I NEED \"HOPE\" \nClue: It weighs 45.52 carats", + "output": [ + "the hope diamond" + ] + }, + { + "id": "openseek-7-0876a998f2cb48418b6ec8f0ebcba9f6", + "input": "Category: FILMS OF THE '70s \nClue: At the beginning of this film, George C. Scott addresses his troops in front of a huge American flag", + "output": [ + "\"patton\"" + ] + }, + { + "id": "openseek-7-9b3be22fc6244dbcb07792bcb917689f", + "input": "Category: MUSICMAKERS \nClue: He did a little of \"My Way\" his way when he appeared on an episode of TV's \"Las Vegas\"", + "output": [ + "paul anka" + ] + }, + { + "id": "openseek-7-931a1f9dd6b242ecb0bda3ed008b3f8e", + "input": "Category: CARTOON CHARACTERS \nClue: This cartoon character was based in part on the woman who introduced the song \"I Wanna Be Loved By You\"", + "output": [ + "betty boop" + ] + }, + { + "id": "openseek-7-5e0512cc6c404cd49894fc934879d313", + "input": "Category: THE CHICAGO CODE \nClue: The 1893 novel \"The Cliff-Dwellers\" centers on this type of high-rise structure; Chi-town's first was completed in 1885", + "output": [ + "a skyscraper" + ] + }, + { + "id": "openseek-7-16f5f48cae644ba2adbaf25ef2ed3cc6", + "input": "Category: BRIT LIT \nClue: His 1915 novel \"The Rainbow\" was declared obscene; so was his 1928 novel", + "output": [ + "d.h. lawrence" + ] + }, + { + "id": "openseek-7-0a14ea6720aa43f49832f3190f37edd6", + "input": "Category: SHE CREATED HIM \nClue: Simon Legree", + "output": [ + "harriet beecher stowe" + ] + }, + { + "id": "openseek-7-a36ace3115504ae79112a6c6de19d07d", + "input": "Category: GRADE AVIS \nClue: The red-winged this gets a \"B\" for its \"konk-ka-reee\" song; Mr. McCartney heard it \"singing in the dead of night\"", + "output": [ + "a blackbird" + ] + }, + { + "id": "openseek-7-24a90039067a4843a08f831e58a48699", + "input": "Category: SNACK ATTACK \nClue: This brand of pudding & gelatin offers Smoothie Snacks & Pudding Bites", + "output": [ + "jell-o" + ] + }, + { + "id": "openseek-7-f0e71815b4764f6aa964b908de317ae7", + "input": "Category: THE MIDWEST \nClue: From around 1885 to 1910 the political machine of George \"Boss\" Cox ran this southern Ohio metropolis", + "output": [ + "cincinnati" + ] + }, + { + "id": "openseek-7-259d58d5d3b4453aa162cd6fa8400057", + "input": "Category: RHYME TIME \nClue: A casaba or cantaloupe in serious trouble with the law", + "output": [ + "melon felon" + ] + }, + { + "id": "openseek-7-ac72a9b6f89d41c897a485734d2ecaec", + "input": "Category: B.C. WOMEN \nClue: Wife of Akhenaton & mother of 6, she wasn't just another pretty bust", + "output": [ + "nefertiti" + ] + }, + { + "id": "openseek-7-51bde07b0d404908a128687491504e45", + "input": "Category: THE CABINET \nClue: This president's father, Alphonso, was Grant's attorney general", + "output": [ + "william howard taft" + ] + }, + { + "id": "openseek-7-2b08cc1d0ea84b6b9d2197f3fa7bae1d", + "input": "Category: HIP HOP HOOPSTERS \nClue: Known as \"A.I.\" in the NBA, this controversial guard raps under the name Jewelz", + "output": [ + "allen iverson" + ] + }, + { + "id": "openseek-7-ecb9550341dd483aadd53e55e450eb60", + "input": "Category: BUCHANAN, JAMES BUCHANAN \nClue: Edward, one of James' brothers, married a sister of this \"Camptown Races\" composer", + "output": [ + "foster" + ] + }, + { + "id": "openseek-7-a92920bc3a45471da704d1244d8de836", + "input": "Category: LITERARY TRILOGIES \nClue: Mary Stewart worked magic in \"The Crystal Cave\", the first book in her trilogy about this Arthurian wizard", + "output": [ + "merlin" + ] + }, + { + "id": "openseek-7-310c213fc7a24d94b9c53400fea66c6c", + "input": "Category: TRAVEL & TOURISM \nClue: If you don't mind the cold, you can pan for this metal at Tankavaara in Finland", + "output": [ + "gold" + ] + }, + { + "id": "openseek-7-c527bfbe8474474bb28f1cd07984e1fc", + "input": "Category: \"RH\" FACTOR \nClue: Of the 3 gifts of the magi, the one that fits the category", + "output": [ + "myrrh" + ] + }, + { + "id": "openseek-7-50c822a1251b4beabc637939423f72cd", + "input": "Category: 20th CENTURY ARCHITECTURE \nClue: In 1906 this partner of McKim & Mead built a Presbyterian church & was killed by a jealous husband", + "output": [ + "stanford white" + ] + }, + { + "id": "openseek-7-10393608e63e43f3b3048df112aca58e", + "input": "Category: MONEY \nClue: Scene on the reverse of the Jefferson $2 bill", + "output": [ + "signing of the declaration of independence" + ] + }, + { + "id": "openseek-7-8e4dd436fa6844f5a08a7e4740056c7e", + "input": "Category: COMIC STRIPS \nClue: The prehistoric-set B.C. included this blonde character whose name sounds like that of a cartoon coyote", + "output": [ + "wiley" + ] + }, + { + "id": "openseek-7-3772620f20fb4d0fa3b4ea0df5b1bb00", + "input": "Category: DESERTS \nClue: This desert of southwest Arizona shares its name & area with an adjoining Mexican state", + "output": [ + "the sonoran desert" + ] + }, + { + "id": "openseek-7-84eb2fd9cfe241169a9419c1694de599", + "input": "Category: THE SOUTH PACIFIC \nClue: A big product in Fiji is copra, the dried white meat of this", + "output": [ + "coconut" + ] + }, + { + "id": "openseek-7-dfda5b4a8e1946628f765d2a1f9d4102", + "input": "Category: WANNA BETTE? \nClue: This film in which she sang \"The Wind Beneath My Wings\" put the sand beneath her toes", + "output": [ + "beaches" + ] + }, + { + "id": "openseek-7-79e70539621b4eefac5b1f253ee7367e", + "input": "Category: FIRST THINGS FIRST \nClue: Of 3 minutes, 3 hours or 3 days, it's about how long the first woman in space stayed there", + "output": [ + "3 days" + ] + }, + { + "id": "openseek-7-d9efdacf87934afb834a6b8d89c8d7ab", + "input": "Category: NON-ROMAN EMPERORS \nClue: In the 7th century Sui Gong Di succeeded Sui Yang Di as emperor of this country", + "output": [ + "china" + ] + }, + { + "id": "openseek-7-68f7b7cead7543ff962e43261dfb1ef8", + "input": "Category: GIVING AWAY THE ENDING \nClue: His novel \"Les Miserables\" ends miserably in Pere-Lachaise Cemetery", + "output": [ + "victor hugo" + ] + }, + { + "id": "openseek-7-ee06329d38064bbc822964d190ed5246", + "input": "Category: IT'S IN THE \"BAG\" \nClue: The musical \"Kismet\" opens at dawn in this ancient city", + "output": [ + "baghdad" + ] + }, + { + "id": "openseek-7-3fad4a3cee0c49bcb41f3dad3944c636", + "input": "Category: SO. CAL. \nClue: In 1929 most of the canals Abbot Kinney added to this community were filled in", + "output": [ + "venice" + ] + }, + { + "id": "openseek-7-b07ad8926d144483b15d143656100ae7", + "input": "Category: WHAT'S THAT BIRD DOING? \nClue: Also called the fish hawk, it hovers over water & dives to seize its prey", + "output": [ + "osprey" + ] + }, + { + "id": "openseek-7-2c7db9f0b5a34c7ebc08dfc7a4359d12", + "input": "Category: ISMs \nClue: This \"rate\" tells how many criminals leave prison & relapse into bad behavior", + "output": [ + "recidivism" + ] + }, + { + "id": "openseek-7-a08d07c3b8d54b22940be96a7d9ff3f2", + "input": "Category: OPERAS BY CONTINENT \nClue: \"Florencia en el Amazonas\"", + "output": [ + "south america" + ] + }, + { + "id": "openseek-7-ffa2430762054f49986a737ca1caaaf1", + "input": "Category: RUSSIA \nClue: In April of 1996, Russian rockets killed Dzhokhar Dudayev, this breakaway republic's leader", + "output": [ + "chechnya" + ] + }, + { + "id": "openseek-7-d8bc626c90a24534a9a1280255606c9a", + "input": "Category: ARCHITECTURE TERMS \nClue: This low wall on the top of a castle may feature crenellation", + "output": [ + "parapet/battlement" + ] + }, + { + "id": "openseek-7-05b149983834441f8caf75d828454fcd", + "input": "Category: NOT A STATE CAPITAL \nClue: Olympia, Detroit, Madison", + "output": [ + "detroit" + ] + }, + { + "id": "openseek-7-bf5c6b61a4ea46c5b186f719bba4c38a", + "input": "Category: WORLD RELIGION \nClue: Though Kali, a goddess of this religion, is fearsome & fierce, she's worshipped in Bengal as the Supreme Mother", + "output": [ + "hinduism" + ] + }, + { + "id": "openseek-7-13eacc2051bc4e3ab598b8b3368c044e", + "input": "Category: WHERE THERE'S A WILLIAM \nClue: After this man's speech at the National Convention in 1896, the Democrats came out pro-silver", + "output": [ + "william jennings bryan" + ] + }, + { + "id": "openseek-7-80b7442542f94d1e85b6370ec437aad8", + "input": "Category: FRENCH CUISINE \nClue: To make mousse d'ecrevisses, you need at least 30 of these freshwater crustaceans", + "output": [ + "crayfish" + ] + }, + { + "id": "openseek-7-f4ae82ab39444e769288e64363132617", + "input": "Category: THE RAT PACK \nClue: With eyes hidden beneath its fur, the burrowing Zokor of Asia is known as this rat, after another \"blind\" animal", + "output": [ + "a mole" + ] + }, + { + "id": "openseek-7-7d74d0bd576f4b7e8b35a6d6d6f80cc8", + "input": "Category: IT'S NOT THE END OF THE WORLD \nClue: Oct. 22, 1844 became \"The Great Disappointment\" for those awaiting the end; it led to the start of this \"numeric\" faith", + "output": [ + "the seventh day adventists" + ] + }, + { + "id": "openseek-7-658e31b845924a0d9fe14a3be5c220b0", + "input": "Category: METRICKY PROBLEMS \nClue: Metric cowboys wear 37.85-liter hats instead of these", + "output": [ + "10-gallon hats" + ] + }, + { + "id": "openseek-7-582cbc5295be43f98f3e697c5b966c2e", + "input": "Category: MOVIE GEOGRAPHY \nClue: The Errol Flynn western named for this city climaxes with a gunfight at the Alamo", + "output": [ + "san antonio" + ] + }, + { + "id": "openseek-7-502e5ef4afad47e7b649096cf011d0da", + "input": "Category: THE \"FIFTH\" ELEMENT \nClue: Washington Square Park in Greenwich Village is the starting point for this thoroughfare", + "output": [ + "fifth avenue" + ] + }, + { + "id": "openseek-7-a1deb333be5a4f51895862742cfc72a3", + "input": "Category: CURRENT SITCOMS \nClue: A Vermont innkeeper in his last series, this veteran comedian now plays cartoonist Bob McKay", + "output": [ + "bob newhart" + ] + }, + { + "id": "openseek-7-885c564592324b899e118e7a918b37ec", + "input": "Category: JIM CLASS \nClue: This \"Wild Wild\" character played by Robert Conrad was partnered with Artemus Gordon on '60s TV", + "output": [ + "james west" + ] + }, + { + "id": "openseek-7-568cc59bad5741c4817794b3cb0227b9", + "input": "Category: THE \"L\" IT IS! \nClue: A 1905 earthquake in this Punjab capital killed more than 10,000", + "output": [ + "lahore" + ] + }, + { + "id": "openseek-7-6df62a303af74932ab56f5272bf74518", + "input": "Category: GAMBLING \nClue: You can win at blackjack with this method explained by Edward Thorp; don't get caught", + "output": [ + "card counting" + ] + }, + { + "id": "openseek-7-814c10816cbd4050a86060f4c909b6ee", + "input": "Category: THIS & THAT \nClue: Seen riding a flying gander, this character is usually traced back to a 1697 book by Charles Perrault", + "output": [ + "mother goose" + ] + }, + { + "id": "openseek-7-8ce1ab090d554d03b2114a46d0624153", + "input": "Category: THE MEXICAN WAR \nClue: Signed Feb. 2, 1848, the treaty of this city north of Mexico City brought an end to the war", + "output": [ + "the treaty of guadalupe hidalgo" + ] + }, + { + "id": "openseek-7-30162851ae624f988d1338130b8261dc", + "input": "Category: JAMES THURBER \nClue: In a 1940 story Thurber wrote, \"Early to rise and early to bed makes a male healthy and wealthy and\" this", + "output": [ + "dead" + ] + }, + { + "id": "openseek-7-faa246b5dd8e4e1a8948cea1beb0f526", + "input": "Category: THE CARS \nClue: In 1949 this company produced its one millionth car, a Coupe DeVille", + "output": [ + "cadillac" + ] + }, + { + "id": "openseek-7-109f4747ba8c430daff35a04ff49bda9", + "input": "Category: PLAYWRIGHTS \nClue: In 1979 this author of \"Streamers\" married Jill Clayburgh", + "output": [ + "david rabe" + ] + }, + { + "id": "openseek-7-5021563307ff48eea0648059969184cc", + "input": "Category: 15-LETTER WORDS \nClue: The order of a pope who kicks you out of the flock", + "output": [ + "excommunication" + ] + }, + { + "id": "openseek-7-7a3009ee255540c89a574da7dc6f6530", + "input": "Category: SOUNDS FRUITY \nClue: It's a hydraulic crane with bucket attachment for fixing telephone lines or pruning trees", + "output": [ + "cherry picker" + ] + }, + { + "id": "openseek-7-c1d101f702334e61b8126117be36d15b", + "input": "Category: WHAT A KNOCKOUT! \nClue: Angelina Jolie was No. 2 on this channel's \"100 Hottest Hotties\"; probably won't see her on \"Flavor of Love\", though", + "output": [ + "vh1" + ] + }, + { + "id": "openseek-7-cb3bec6835e44afea2cd13586d0e3112", + "input": "Category: \"D\" IN SCIENCE \nClue: To remove poisonous substances, or to purge an addict's body of harmful substances", + "output": [ + "detox" + ] + }, + { + "id": "openseek-7-7764a555a6c641b5be66541de34c8e48", + "input": "Category: AN \"A\" IN AMERICAN HISTORY \nClue: On March 6, 1836 Jim Bowie, weak as a kitten from illness, was killed by Mexican troops while lying in his cot there", + "output": [ + "the alamo" + ] + }, + { + "id": "openseek-7-a46d60abbfe9494a8e20740df239137e", + "input": "Category: THE BILL OF RIGHTS \nClue: On September 25, 1789 the first Congress, meeting in this city, submitted The Bill of Rights to the states", + "output": [ + "new york city" + ] + }, + { + "id": "openseek-7-bfa5e7186a4048f898bc0d5b6379595b", + "input": "Category: SONGS FROM MUSICALS \nClue: \"Pilate's Dream\" & \"Hosanna\"", + "output": [ + "jesus christ superstar" + ] + }, + { + "id": "openseek-7-cc52833a891041e39472f0f78071d0d6", + "input": "Category: THE KENNEDY WOMEN \nClue: Maryland Lieut. Governor Kathleen Kennedy Townsend formerly worked in this cabinet dept. her father once headed", + "output": [ + "justice department" + ] + }, + { + "id": "openseek-7-612a61737ae745f7be9aa9a872555954", + "input": "Category: A LOSING BATTLE \nClue: In the 1821 Battle of Carabobo, Spanish general Miguel de la Torre was no match for this South American", + "output": [ + "simon bolivar" + ] + }, + { + "id": "openseek-7-3c1c49ed7aec49538d67100077f7f9b4", + "input": "Category: HEY, \"BOO\" \nClue: Popular term for a person born in the U.S. between 1946 & 1965", + "output": [ + "a baby boomer" + ] + }, + { + "id": "openseek-7-7ff3efef186d4fa8b9da762a22a28fa5", + "input": "Category: SHORT STORIES \nClue: This author's \"The Short Happy Life of Francis Macomber\" is set on an African safari", + "output": [ + "ernest hemingway" + ] + }, + { + "id": "openseek-7-cf77360625e44ff9bab36a64c8e4a088", + "input": "Category: TRANSPORTATION \nClue: The Eclipse and Galant are 2 of the cars driving up business for this Japanese automaker", + "output": [ + "mitsubishi" + ] + }, + { + "id": "openseek-7-5fa746ca89604d26a310ec1de3b4dcff", + "input": "Category: MEDICAL MILESTONES \nClue: Louise Brown, the first human conceived by in vitro fertilization, is better known as the 1st this \"baby\"", + "output": [ + "test tube baby" + ] + }, + { + "id": "openseek-7-386ba731170540e6972200c1306885ee", + "input": "Category: SPINELESS JELLYFISH \nClue: Bully from \"Tom Brown's Schooldays\" who became reluctant hero of George McDonald Fraser series", + "output": [ + "harry flashman" + ] + }, + { + "id": "openseek-7-306fa6ab97e143409425a0be818b3d06", + "input": "Category: ARTHUR'S CAMELOT \nClue: King Arthur received this sword from the Lady of the Lake; it was later returned to her by Sir Bedivere", + "output": [ + "excalibur" + ] + }, + { + "id": "openseek-7-af5f7a74d553426f93deb21485494fbc", + "input": "Category: ARE YOU READY FOR SOME FOOTBALL? \nClue: (Hi, I'm Kurt Warner of the St. Louis Rams) Before coming to the NFL, I played for 3 years with the Iowa Barnstormers of this football league", + "output": [ + "afl" + ] + }, + { + "id": "openseek-7-e51b1bda5da14cf4b9794b6c2943bcee", + "input": "Category: SAME FIRST & LAST LETTER \nClue: An invisible emanation, or an intangible quality", + "output": [ + "aura" + ] + }, + { + "id": "openseek-7-4ea56e15642b4efb8292a5fef581e008", + "input": "Category: \"S\" WORDS \nClue: Famous ones have included Telstar, Milstar & Navstar", + "output": [ + "satellites" + ] + }, + { + "id": "openseek-7-8ae02272d54641bebc3ca9508abb65aa", + "input": "Category: WOOD WORDS \nClue: Cutting trees down, or a word that describes the Frankenstein monster's walk", + "output": [ + "lumbering" + ] + }, + { + "id": "openseek-7-d029efab99c24185aed7d28b98339108", + "input": "Category: THE ELEMENTS \nClue: 2 of the ores for this yellowish-green gas are rock salt & horn silver", + "output": [ + "chlorine" + ] + }, + { + "id": "openseek-7-4a6a55de2f264819bb7140fabf25e02e", + "input": "Category: KIDDY LIT \nClue: Remembered as the author of \"Little Boy Blue\", he was best known as \"The Children's Poet\"", + "output": [ + "eugene field" + ] + }, + { + "id": "openseek-7-f3c35781818743399d369a009ba5c71f", + "input": "Category: NAME THE DECADE \nClue: The first modern crossword puzzle is published & Oreo cookies are introduced", + "output": [ + "nineteen-teens" + ] + }, + { + "id": "openseek-7-b5fcbfc139b243b8af7d14f82bd83cff", + "input": "Category: OLD NAMES ON THE MAP \nClue: A large part of what is now this country was once Tripolitania", + "output": [ + "libya" + ] + }, + { + "id": "openseek-7-561cd616cbbb4e9eaf1ff14b048efb3a", + "input": "Category: FATHERLY NICKNAMES \nClue: This 18th century American was the \"father of the mail order catalog\" & the \"father of the stove\"", + "output": [ + "franklin" + ] + }, + { + "id": "openseek-7-4959a99faa964d8c8abd82799cd6647a", + "input": "Category: 1492 \nClue: Martin Behaim made a globe based on the writings of Ptolemy & this Italian traveler among others", + "output": [ + "marco polo" + ] + }, + { + "id": "openseek-7-8cbdf31de8944d9b922fe3767dd4752f", + "input": "Category: GOVERNMENT & POLITICS \nClue: The annual term of the Supreme Court usually ends in June & begins on the second Monday in this month", + "output": [ + "october" + ] + }, + { + "id": "openseek-7-c4cfcc8e5d584152b32a24dd6c611661", + "input": "Category: EUROPEAN COUNTRIES \nClue: Some people get testy if you put \"the\" before this country where the Dnieper reaches the sea", + "output": [ + "ukraine" + ] + }, + { + "id": "openseek-7-e2d7a5a2b2934507bb4900296a2ce4dd", + "input": "Category: AT AUCTION \nClue: Las Vegas mogul Steve Wynn bought this artist's \"Island Of The Grande Jatte\" for only $35.2 million", + "output": [ + "georges seurat" + ] + }, + { + "id": "openseek-7-0cf08609381942f5856d45562c9dc507", + "input": "Category: QUESTIONS, QUESTIONS \nClue: Freud called it the great question he couldn't answer \"despite 30 years of research into the feminine soul\"", + "output": [ + "what do women really want?" + ] + }, + { + "id": "openseek-7-6ec77e6bed5a4a8b804d4e92483ae0d9", + "input": "Category: \"F\" IN ANATOMY \nClue: Hairs grow out of these pouchlike openings", + "output": [ + "follicles" + ] + }, + { + "id": "openseek-7-f41b891ffce54878b58f19eab257fa15", + "input": "Category: THEATRE GHOSTS \nClue: The man in this drab color who haunts the Drury Lane Theatre may the ghost of a man found bricked up in a wall there", + "output": [ + "gray" + ] + }, + { + "id": "openseek-7-45cda9047f2b4ad289444e02aeed839d", + "input": "Category: DIGESTION \nClue: This substance in your food slows down the digestive process & is what bile works on", + "output": [ + "fat" + ] + }, + { + "id": "openseek-7-edc14bf6fc2c4251943fd81080acfaa8", + "input": "Category: POETS & POETRY \nClue: Robert Frost ended his \"Mending Wall\" with this famous phrase about barriers", + "output": [ + "fences make good neighbors" + ] + }, + { + "id": "openseek-7-71974bdc600646baa504c30d6dc19cb3", + "input": "Category: WEST SIDE STORY \nClue: Nicholas Meyer's \"The West End Horror\" takes this Victorian detective into the theatrical world", + "output": [ + "sherlock holmes" + ] + }, + { + "id": "openseek-7-f6a51c8e491748b585823c8f02a72836", + "input": "Category: WORLD GEOGRAPHY \nClue: The name of this large port city on Western Europe's Schelde River literally means \"at the wharf\"", + "output": [ + "antwerp" + ] + }, + { + "id": "openseek-7-49c6cdff0f7e4bb380eee83213f10834", + "input": "Category: \"BUSH\"-ISMS \nClue: Curt Schilling called A-Rod's ball-punching move in the 2004 A.L. playoffs this type of play", + "output": [ + "bush league" + ] + }, + { + "id": "openseek-7-70c0be8a06c945afbf721ddb5481323a", + "input": "Category: ON BROADWAY \nClue: Quirky kids like William Morris Barfee compete in \"The 25th Annual Putnam County\" one of these contests", + "output": [ + "a spelling bee" + ] + }, + { + "id": "openseek-7-ee5a5f02be3e4ef0970eb6f95b702af0", + "input": "Category: U.S. CITIES \nClue: Paul Revere's house in this capital is the city's only 17th century building downtown", + "output": [ + "boston" + ] + }, + { + "id": "openseek-7-3ecadf2ec5d04b7caea0bda2b8578d14", + "input": "Category: THE UNITED NATIONS \nClue: In 1971 this future secretary-general was a candidate for the presidency of Austria", + "output": [ + "kurt waldheim" + ] + }, + { + "id": "openseek-7-a6ab0f250dad462ca6fb87dee02ce89c", + "input": "Category: MAMMALS \nClue: It has the largest mouth of any land mammal", + "output": [ + "hippopotamus" + ] + }, + { + "id": "openseek-7-5e2192e9b0914b6b8226efad76ede1ae", + "input": "Category: LITERARY TRANSLATIONS \nClue: 2 translators of this man's \"The Satanic Verses\" were brutally attacked in July 1991", + "output": [ + "salman rushdie" + ] + }, + { + "id": "openseek-7-24b919bbfcd44b2bb1d723892fb95eec", + "input": "Category: ASTRONOMY \nClue: Around 2700 B.C. Thuban was the North Star; today, this is the North Star", + "output": [ + "polaris" + ] + }, + { + "id": "openseek-7-9d6601131ee542f7b9e7dcc87d5491aa", + "input": "Category: THE ENTERTAINER \nClue: One book says an impersonator imitates, while this similar performer reveals", + "output": [ + "an impressionist" + ] + }, + { + "id": "openseek-7-03f8f0c3efc9425abc9601406e4dcde0", + "input": "Category: INSECTS \nClue: In Florida giant cockroaches go by this name, after the type of tree they sometimes inhabit", + "output": [ + "palmetto bugs" + ] + }, + { + "id": "openseek-7-91616740c969437ca752c972669e9c0a", + "input": "Category: ICE CREAM \nClue: Though it started with just 31 flavors, this chain now has more than 1,000, including SPF 31", + "output": [ + "baskin-robbins" + ] + }, + { + "id": "openseek-7-2d2cfee71b5c455eb01366aed42a6e81", + "input": "Category: THE PREZ SEZ \nClue: He once said, \"I'm just a politician from Missouri and proud of it\"", + "output": [ + "harry s. truman" + ] + }, + { + "id": "openseek-7-1899f8edbbb54ab4a798769db4a7637a", + "input": "Category: \"F\" TRUE HOLLYWOOD STORY \nClue: Her visit to North Vietnam in 1972 spurred calls of treason", + "output": [ + "jane fonda" + ] + }, + { + "id": "openseek-7-ee61051b5a2345a7b1e1b043587cc260", + "input": "Category: 19th CENTURY FICTIONAL CHARACTERS \nClue: This title horror character was created by its author at 6 Royal Crescent in the resort of Whitby in Yorkshire", + "output": [ + "dracula" + ] + }, + { + "id": "openseek-7-7405e07329b24ad685987eacb66ec7ea", + "input": "Category: TAKE A POWDER \nClue: Locholest powder is designed to lower the levels of the \"bad\" cholesterol, known by this 3-letter abbreviation", + "output": [ + "ldl" + ] + }, + { + "id": "openseek-7-79238faba1d84cb9b9bf5a2f5c668e13", + "input": "Category: PLANT THE EVIDENCE \nClue: A genus of herbs was named for this ex-governor Clinton, not Bill", + "output": [ + "dewitt clinton" + ] + }, + { + "id": "openseek-7-038c34f78add4b468244a06c859ac0f3", + "input": "Category: ENDS IN AN F SOUND \nClue: In \"The Merchant of Venice\", Shylock asks, \"If you prick us, do we not bleed? If you tickle us, do we not\" do this", + "output": [ + "laugh" + ] + }, + { + "id": "openseek-7-1e07b423ac3b4340805cdbccad68df55", + "input": "Category: ELEMENTARY ADVICE \nClue: Zn before you speak", + "output": [ + "zinc before you speak" + ] + }, + { + "id": "openseek-7-0f940e25d10d490a856f4dc31b6308c4", + "input": "Category: HISTORY \nClue: In January of 1926, Theodoros Pangalos declared himself dictator of this country - he was deposed in August", + "output": [ + "greece" + ] + }, + { + "id": "openseek-7-8a1cc1403a50430b9f96180ee829dc94", + "input": "Category: \"T\" TIME \nClue: Dipsy is the green one of these characters on PBS", + "output": [ + "a teletubby" + ] + }, + { + "id": "openseek-7-01db7792d1264983bca5e89ded92f9ef", + "input": "Category: SAINTS BE PRAISED \nClue: Saint Brigid was buried at Kildare, but was later moved to be buried with this saint", + "output": [ + "saint patrick" + ] + }, + { + "id": "openseek-7-4b1ee0b2548242e0a9a75730eeb079de", + "input": "Category: THE WHITE STRIPES \nClue: On Tajikistan's flag, the white stripe is symbolic of this plant used in fabrics", + "output": [ + "cotton" + ] + }, + { + "id": "openseek-7-ca5a4a1538e24c8abba6d002f14be924", + "input": "Category: IT'S ALL IN YOUR HEAD \nClue: When your ears \"pop\", it's just air escaping from this tube that connects the middle ear & the throat", + "output": [ + "the eustachian tube" + ] + }, + { + "id": "openseek-7-5c51cff3502746b18727e0bfa29bd7d8", + "input": "Category: COLORFUL WORDS & PHRASES \nClue: This city in Southern Texas lies on the Rio Grande across from Matamoros, Mexico", + "output": [ + "brownsville" + ] + }, + { + "id": "openseek-7-1f59f322f33c423a83310cc115a20df7", + "input": "Category: BALLPARK NICKNAMES \nClue: \"The Eighth Wonder of the World\"", + "output": [ + "the houston astrodome" + ] + }, + { + "id": "openseek-7-4bcbcac9c6a24c41a8f09009f845f4de", + "input": "Category: THE \"X\" FILES \nClue: A shortened form of Christmas is spelled this way", + "output": [ + "xmas" + ] + }, + { + "id": "openseek-7-64e50da864bd4723a594ef96a7873cf3", + "input": "Category: BET YOU DIDN'T SEE THAT ONE COMING \nClue: In 1533 this Spaniard got a healthy ransom for Atahualpa but surprise! executed the Incan ruler anyway", + "output": [ + "pizarro" + ] + }, + { + "id": "openseek-7-f644a138bd034b1093edd8d572a3ed6e", + "input": "Category: IN THE MAKEUP CHAIR \nClue: The newest way to make these look longer is with a heated, battery-operated curler (mascara helps, too)", + "output": [ + "eyelashes" + ] + }, + { + "id": "openseek-7-72277eeff8cc40518f713f4bc8ff5093", + "input": "Category: HAPPY BIRTHDAY TO US \nClue: This jazz queen could have scatted \"Happy Birthday\" for herself & Al Pacino on their birthday, April 25", + "output": [ + "ella fitzgerald" + ] + }, + { + "id": "openseek-7-64366c89987044419b8bdf35e07d64ba", + "input": "Category: EXPLORERS \nClue: Hiram Bingham, who discovered this civilization's city of Machu Picchu, was gov. of Connecticut for 1 day", + "output": [ + "inca" + ] + }, + { + "id": "openseek-7-1ea3dcc348744604ac1c126cb289b3c7", + "input": "Category: FIX THE PROVERB \nClue: If you lie down with frogs, you'll wake up with brie", + "output": [ + "if you lie down with dogs, you\\'ll wake up with fleas" + ] + }, + { + "id": "openseek-7-4db77bcb53ce490ba0639f1e07153594", + "input": "Category: THE AGRICULTURAL HALL OF FAME \nClue: In 1879 Carl de Laval invented a high-speed separator that separated this from whole milk", + "output": [ + "cream" + ] + }, + { + "id": "openseek-7-18dbafa7bb1e4bc18cf744641fe3ad93", + "input": "Category: STARTS WITH \"J\" \nClue: The police say \"fine\" for crossing the street this way", + "output": [ + "jaywalking" + ] + }, + { + "id": "openseek-7-cbc683d2d2084495b7de5973282a6267", + "input": "Category: FICTIONAL CHARACTERS \nClue: A 1965 novel by this author introduced his alter ego, sci-fi writer Kilgore Trout", + "output": [ + "kurt vonnegut, jr." + ] + }, + { + "id": "openseek-7-53e1e30592ce4c958dc961a20627820b", + "input": "Category: PUDDING \nClue: It's traditional to serve plum pudding on this holiday, but don't put any plums in it", + "output": [ + "christmas" + ] + }, + { + "id": "openseek-7-f5930b15d90e4c91b47f0bbe31660fab", + "input": "Category: YOU PROBABLY THINK THIS SONG IS ABOUT YOU \nClue: His song \"Moon Over Bourbon Street\", about a vampire named Louis, was inspired by an Anne Rice character", + "output": [ + "sting" + ] + }, + { + "id": "openseek-7-2189e72fe31f45f68e90424a720e21a3", + "input": "Category: 10-, 11- & 12-LETTER WORDS \nClue: This small, heavy object, often made of glass, is designed to keep stuff from blowing off your desk", + "output": [ + "a paperweight" + ] + }, + { + "id": "openseek-7-60d9694ebf4c4403875136c937c617f4", + "input": "Category: COLLEGES & UNIVERSITIES \nClue: Founded in 1836 by the Methodist church, this Atlanta university is located along the Clifton Corridor", + "output": [ + "emory" + ] + }, + { + "id": "openseek-7-44bb2c6f153a41138822822489e538f0", + "input": "Category: STARTS & ENDS WITH \"A\" \nClue: You'll never rest on Everest if you've got this fear of heights", + "output": [ + "acrophobia" + ] + }, + { + "id": "openseek-7-6c91682400ef460cae32381c24dc187a", + "input": "Category: HOTEL CALIFORNIA \nClue: Plenty of room at this ship docked at Long Beach that opened its first hotel rooms in 1972", + "output": [ + "the queen mary" + ] + }, + { + "id": "openseek-7-9f419420a70e4347ac3839a0ece2970a", + "input": "Category: AUTHORS ON AUTHORS \nClue: Edgar Lee Masters wrote that this \"genius from Missouri\" had \"affection for his fellows, yet... despised them\"", + "output": [ + "mark twain" + ] + }, + { + "id": "openseek-7-2db75fb8ca904941a6b23eec85dbdcaf", + "input": "Category: 1946 \nClue: In 1946 this dictator said the world was divided into \"two camps\" & war was inevitable while capitalism existed", + "output": [ + "joseph stalin" + ] + }, + { + "id": "openseek-7-a152b14060924300b87268171d9490cd", + "input": "Category: KISSES \nClue: This song's second line is \"Como si fuera esta la noche la ultima vez\", \"As if tonight was the last time\"", + "output": [ + "\"besame mucho\"" + ] + }, + { + "id": "openseek-7-d3c00cac679a454cb9c7129d2ceb6696", + "input": "Category: ANATOMICAL HOMONYMS \nClue: It's the large rabbit that grows out of your head", + "output": [ + "hare/hair" + ] + }, + { + "id": "openseek-7-2485a96028784e129a6d74dbb31c6314", + "input": "Category: POETRY \nClue: A 19th century rhyme says, \"He who does not love wine, women & \" this \"remains a fool his whole life long\"", + "output": [ + "song" + ] + }, + { + "id": "openseek-7-28113d726e894704b6cac87295d7bb1b", + "input": "Category: NAMES IN NATURE \nClue: This type of \"bear\" is a caterpillar", + "output": [ + "woolly bear" + ] + }, + { + "id": "openseek-7-ac8488e52e604895bd4e92b8d70e5109", + "input": "Category: POTPOURRI AROUND THE WORLD \nClue: Many of this country's postage stamps reproduce paintings in Prince Hans-Adam's art collection", + "output": [ + "liechtenstein" + ] + }, + { + "id": "openseek-7-99ce65e1b53f41c0a794e0a6e218b022", + "input": "Category: STATE CAPITALS \nClue: In the 1860s, it became the last of 4 capitals to be named for a U.S. president", + "output": [ + "lincoln" + ] + }, + { + "id": "openseek-7-fa6fea134d7042a5afd25c40a724a79e", + "input": "Category: ELECTION DAY \nClue: In 1944 this victorious running mate sent FDR a telegram reading, \"Isolationism is dead\"", + "output": [ + "harry s. truman" + ] + }, + { + "id": "openseek-7-11c9023a3cbb43a1bb95cded05ebbfad", + "input": "Category: AMERICAN ARCHITECTS \nClue: The first geodesic dome was built in 1922 in Germany, but it was this man who received a patent for it 32 years later", + "output": [ + "fuller" + ] + }, + { + "id": "openseek-7-56bc987c29a543bbba7a4613660d0a89", + "input": "Category: ANAGRAMS \nClue: We felt sorry for Megan when her dog had this skin disease", + "output": [ + "mange" + ] + }, + { + "id": "openseek-7-689ade63374b45c3befd0f62fa5b51a1", + "input": "Category: NEXT IN LINE, PLEASE \nClue: Phi, chi, psi...", + "output": [ + "omega" + ] + }, + { + "id": "openseek-7-42a23d4e54a04f5288a8f8df0b7467dc", + "input": "Category: FIRST LADIES \nClue: This no-nonsense first lady admitted that her trademark pearls are fake", + "output": [ + "barbara bush" + ] + }, + { + "id": "openseek-7-ed5cb420c69e460b8772107860414de8", + "input": "Category: U.S. RIVERS \nClue: The Falls of Saint Anthony stop this mighty river from being navigable north of St. Paul, Minnesota", + "output": [ + "the mississippi" + ] + }, + { + "id": "openseek-7-cdd615fd155a49d3b030a1492856cb89", + "input": "Category: ON THE GO \nClue: John Ericsson, who built a steam locomotive in England in 1829, built this famous Civil War steam-powered ship", + "output": [ + "the monitor" + ] + }, + { + "id": "openseek-7-bf0bf266c1c04260841d66be6bb8e4d7", + "input": "Category: SYNONYMS \nClue: It's an antonym of even & a synonym of peculiar", + "output": [ + "odd" + ] + }, + { + "id": "openseek-7-575d3fcf41f845de9a5ae9ec5b9aec7f", + "input": "Category: SO YOU'VE JOINED THE NAVY \nClue: The first time your ship crosses this line, you'll be certified a Shellback, with great ceremony", + "output": [ + "equator" + ] + }, + { + "id": "openseek-7-964ae92311944f3797536f11c120ee12", + "input": "Category: EXPLORATION \nClue: In 1861, 3 years after reaching the shores of Lake Tanganyika, he became the first to ascend Mount Cameroon", + "output": [ + "sir richard burton" + ] + }, + { + "id": "openseek-7-befe460d619749b587fde5e4251dd5ed", + "input": "Category: ASIAN NATIONS \nClue: Railways link this country's capital of Ulaanbaatar to Moscow & Peking", + "output": [ + "mongolia" + ] + }, + { + "id": "openseek-7-37f906f0af094327be86a2664d1589b2", + "input": "Category: MUSICAL BEFORE & AFTER \nClue: Pizza restaurant chain mogul who composed \"Stars & Stripes Forever\"", + "output": [ + "papa john philip sousa" + ] + }, + { + "id": "openseek-7-7ec5ca3c33c342bfa95dd2b2f00ec33e", + "input": "Category: ENDS IN \"FF\" \nClue: He guards the jurors & maintains order in a courtroom", + "output": [ + "bailiff" + ] + }, + { + "id": "openseek-7-e8ac571cdfab409bad656f4d2ee01b53", + "input": "Category: BRIDGE ON THE RIVER.... \nClue: The Huey P. Long Bridge", + "output": [ + "mississippi" + ] + }, + { + "id": "openseek-7-2ebc29aabda547078209b3ef889021cb", + "input": "Category: TRUTH OR DARE \nClue: Take off all your clothes, or name this \"lady\" who rode naked through Coventry", + "output": [ + "lady godiva" + ] + }, + { + "id": "openseek-7-5853fe48a12347d38e822d991695d8d1", + "input": "Category: HOMOPHONES \nClue: A caustic substance in soap, or an untruth", + "output": [ + "lye/lie" + ] + }, + { + "id": "openseek-7-eab1e49b6cbb42478b3c37a9dd43fddf", + "input": "Category: STATES' HIGHEST POINTS \nClue: Taum Sauk Mountain, convenient to the Ozark Trail", + "output": [ + "missouri" + ] + }, + { + "id": "openseek-7-e594c3d1af4641b18db7908a284a5c9b", + "input": "Category: INSTRUMENTS \nClue: The name of this stringed instrument is derived from Arabic al-ud", + "output": [ + "the lute" + ] + }, + { + "id": "openseek-7-9077e0e6c88241a4b443a7828e08453f", + "input": "Category: INVENTORS & INVENTIONS \nClue: Around 1870 Christopher Sholes & 2 friends invented the 1st practical one of these, including a QWERTY keyboard", + "output": [ + "typewriter" + ] + }, + { + "id": "openseek-7-d21e8949c47745f7b7c03c071f48755c", + "input": "Category: TECH TALK \nClue: This brand's Ultimate G4 could be called the G5, since almost 5 G's is what it originally sold for", + "output": [ + "apple macintosh" + ] + }, + { + "id": "openseek-7-74b83b79eb674399a48215b279bbeee7", + "input": "Category: OPTICS \nClue: Made of bronze in Biblical times, today they're often glass with a backing of a silver solution", + "output": [ + "mirrors" + ] + }, + { + "id": "openseek-7-efbd591aaed547519953da79b8018d09", + "input": "Category: C'EST LA \"V\" \nClue: As I hold the door for you oh-so-politely, I say \"apres\" this (yes, this means \"you\")", + "output": [ + "vous" + ] + }, + { + "id": "openseek-7-1c5185032d5c45aaae7899cd07e8a30a", + "input": "Category: ANNIVERSARY GIFTS \nClue: In one form or another you can fork over this metal on the 5th or 25th anniversary", + "output": [ + "silver" + ] + }, + { + "id": "openseek-7-6eff450eb907408e8abdab779c98aaeb", + "input": "Category: BASKETBALL \nClue: In 2000 this ex-Chicago Bull became president of the Wizards", + "output": [ + "jordan" + ] + }, + { + "id": "openseek-7-99c1f297b1bd4b94a90f79c675b02041", + "input": "Category: EVERYBODY LOVES RAIMENT \nClue: A traditional Scotsman wears a purse called a sporran at the front of this garment", + "output": [ + "kilt" + ] + }, + { + "id": "openseek-7-06870643d8c74e1eb997ebdf9f011af6", + "input": "Category: GEMS & JEWELRY \nClue: The waters north of Australia yield large silver-white ones of these", + "output": [ + "pearls" + ] + }, + { + "id": "openseek-7-29bd8a6f6b2147e5b9092e8e0b67e744", + "input": "Category: AMERICAN LITERATURE \nClue: \"The Mystery of Marie Roget\" followed this Poe story, both featuring detective C. Auguste Dupin", + "output": [ + "\"the murders in the rue morgue\"" + ] + }, + { + "id": "openseek-7-72e0f99e96504d9c8d80fe6e7d8470db", + "input": "Category: LITERARY NARRATORS \nClue: Both Nelly Dean & Mr. Lockwood provide narration about Heathcliff & the denizens of his manor in this 1847 novel", + "output": [ + "wuthering heights" + ] + }, + { + "id": "openseek-7-32b0d1c6bfea450d986e34055c62f690", + "input": "Category: HUD SECRETARIES \nClue: HUD secretary under Nixon, he earlier served as American Motors president & sired a candidate for U.S. president", + "output": [ + "george romney" + ] + }, + { + "id": "openseek-7-bb506ced6b4d48c8ae43c1a94fcd6060", + "input": "Category: CRYING \nClue: A \"sister\" might want to know the \"story\" behind this intense, convulsive type of weeping", + "output": [ + "sobbing" + ] + }, + { + "id": "openseek-7-2b6147a33d2449dab2262f731003e94c", + "input": "Category: AUTHORS \nClue: The Prague tombstone of this German-language writer who died in 1924 is inscribed in Hebrew", + "output": [ + "franz kafka" + ] + }, + { + "id": "openseek-7-352c177963fa48c4963b1f1a1f4cb6b3", + "input": "Category: U.S. GEOGRAPHY \nClue: This 10-state region isn't flat; it rises from 2,000 ft. near Omaha to 6,000 ft. at Cheyenne", + "output": [ + "great plains" + ] + }, + { + "id": "openseek-7-0944e9d6cf084e75abfee01ac84a0606", + "input": "Category: ICKY RHYMES \nClue: Characterized by concealed difficulty; be careful!", + "output": [ + "tricky" + ] + }, + { + "id": "openseek-7-e67a667f94ea4860bc9c8696a2c8c5cf", + "input": "Category: OAHU \nClue: A tower topped by a giant pineapple stands atop this company's Cannery Square", + "output": [ + "dole" + ] + }, + { + "id": "openseek-7-7dbafb5db8b743a58146ca97ee0858e2", + "input": "Category: ALL'S PHARAOH \nClue: After this man died in 323 B.C., Ptolemy, one of his generals, declared himself Pharaoh", + "output": [ + "alexander the great" + ] + }, + { + "id": "openseek-7-5186b78723cc47e38dd3987b0bbe8bd8", + "input": "Category: \"N\" GAME \nClue: An aerie is an eagle's one of these", + "output": [ + "a nest" + ] + }, + { + "id": "openseek-7-0dbd673ca94e41639ddb8e103684f8ea", + "input": "Category: CORNHUSKER CINEMA \nClue: Hilary Swank won an Oscar for playing a girl who lives as a guy in small-town Nebraska in this 1999 film", + "output": [ + "boys don\\'t cry" + ] + }, + { + "id": "openseek-7-9f7b87f4184949d0a3098174b3dd52c5", + "input": "Category: L.A. 2000 \nClue: (Hi, this is Dick Riordan, mayor of Los Angeles) This L.A. landmark that celebrates its 77th anniv. in 2000 was originally built to promote a real estate development", + "output": [ + "the \"hollywood\" sign" + ] + }, + { + "id": "openseek-7-f3efc7e904ef49038098fe6167a7b5dd", + "input": "Category: ROCK & ROLL IS HERE TO STAY \nClue: This \"Super Freak\" singer was once in a band calle the Mynah Birds with Neil Young", + "output": [ + "rick james" + ] + }, + { + "id": "openseek-7-752176208539466a9038b53ea045fd81", + "input": "Category: IT'S GREEK MYTH TO ME \nClue: Robert Graves says the Greek equivalents of the Vedic male trinity of Mitra, Varuna & Indra are Zeus, Hades & him", + "output": [ + "poseidon" + ] + }, + { + "id": "openseek-7-6e1ef3b01b1841e0b20f59c8a5bf9a89", + "input": "Category: DO, RE, ETC. \nClue: It precedes Bomba & Brea", + "output": [ + "la" + ] + }, + { + "id": "openseek-7-9ab41bfb1be94fc58c05c2976dface06", + "input": "Category: EXPLORERS & EXPLORATION \nClue: From October 1804 to April 1805 this pair camped in N.D. with the Mandan Indians before heading west to Oregon", + "output": [ + "lewis and clark" + ] + }, + { + "id": "openseek-7-6c7d3d8f50e84a948ff5d943f433f1e0", + "input": "Category: CAR TREK \nClue: The Rio is from Kia, which is owned by this South Korean automaker", + "output": [ + "hyundai" + ] + }, + { + "id": "openseek-7-0f54908a09d14309871b13e62c3fc22a", + "input": "Category: H.H. \nClue: In 1924, he wrote \"A Magician Among the Spirits\", debunking mind readers & mediums", + "output": [ + "harry houdini" + ] + }, + { + "id": "openseek-7-e391d4773b584e05917ba097f2549b6c", + "input": "Category: \"HARD\" \nClue: Descriptive of Mike Hammer, Private Eye, or a 20-minute egg", + "output": [ + "hard-boiled" + ] + }, + { + "id": "openseek-7-1d30df2d4a8d4bfbb34085546b72ce8a", + "input": "Category: HOLIDAYS & OBSERVANCES \nClue: This holiday began in 1868 when a general designated a day to adorn the graves of the Civil War dead", + "output": [ + "memorial day" + ] + }, + { + "id": "openseek-7-49fe589749704eab8ae6d6f5aca109dc", + "input": "Category: NAME THE AUTOMAKER \nClue: 325i & Z4 Roadster", + "output": [ + "bmw" + ] + }, + { + "id": "openseek-7-6713a18cb8bd495c9b76666f5b906693", + "input": "Category: HOW CONTINENTAL! \nClue: A waterfall on this continent has the longest drop in the world, 3,212 feet", + "output": [ + "south america" + ] + }, + { + "id": "openseek-7-c40774bc54f34a4abc28985e6a5fdc88", + "input": "Category: SONGS OF THE '60s \nClue: Both Simon & Garfunkel & Sergio Mendes found \"thyme\", parsley, sage & rosemary to make this hit", + "output": [ + "\"scarborough fair\"" + ] + }, + { + "id": "openseek-7-36a29b0db0874eb08b728cccd7fd4244", + "input": "Category: THE HOMOPHONICS GAME \nClue: Donkey noises while cooking meat in liquid in a covered pot", + "output": [ + "brays braise" + ] + }, + { + "id": "openseek-7-2d9a007bce6949db98c05d6d4a30a8fb", + "input": "Category: THE SENATOR OF ATTENTION \nClue: This Gouverneur was a N.Y. senator from 1800 to 1803", + "output": [ + "gouverneur morris" + ] + }, + { + "id": "openseek-7-07e39df428e840b1a1845e749a10aa23", + "input": "Category: IF AT FIRST YOU DON'T SUCCEED... \nClue: In 1754 at Fort Necessity, his first major military command brought the one surrender of his career--& to the French!", + "output": [ + "george washington" + ] + }, + { + "id": "openseek-7-ec6c68190ed14afcaae7e83d6dc4c57a", + "input": "Category: COFFEE DRINKS \nClue: Cafe Mocha is made from espresso & this flavor syrup", + "output": [ + "chocolate" + ] + }, + { + "id": "openseek-7-056f057c79ca442789e229c1295475f5", + "input": "Category: YOU \"AST\" FOR IT \nClue: Building material for a column, or a term describing smooth skin", + "output": [ + "alabaster" + ] + }, + { + "id": "openseek-7-8e7a74899f184e5c99a2852921e233e4", + "input": "Category: THE AMERICAN REVOLUTION \nClue: A staff officer for Frederick the Great, he came to fight after meeting Franklin in France", + "output": [ + "baron von steuben" + ] + }, + { + "id": "openseek-7-e9e9c2db4164488bbb087cef4e437886", + "input": "Category: VILLAGES \nClue: Jacques Cartier gave this name to the hill behind the village of Hochelaga", + "output": [ + "montreal" + ] + }, + { + "id": "openseek-7-e7c0b64c9ed640b290dc67dd3041d1cf", + "input": "Category: WHATCHAMACALLIT \nClue: The Paraclete is this part of the Trinity", + "output": [ + "holy spirit" + ] + }, + { + "id": "openseek-7-9423a2ec8fc342b9a180ae1ae69e012c", + "input": "Category: \"ANTI\"-MATTER \nClue: This city in southern Turkey is now the capital of Hatay province", + "output": [ + "antioch" + ] + }, + { + "id": "openseek-7-0d5a66c91f4f4f5bbfddeac53fc45c47", + "input": "Category: YOU'RE SUCH AN ANIMAL! \nClue: This domesticated pack animal is the largest member of the camel family in South America", + "output": [ + "the llama" + ] + }, + { + "id": "openseek-7-727e40b1e8914c299fa2aa646b24cd62", + "input": "Category: WHAT A (TV) CHARACTER! \nClue: Calling Bernard Fox, who played this nurse-chasing warlock on \"Bewitched\"", + "output": [ + "dr. bombay" + ] + }, + { + "id": "openseek-7-e69b81bd0ca74870ac0d8796a574035c", + "input": "Category: MOVIE BY SONG LYRICS \nClue: \"Blame Canada, blame Canada, it seems that everything's gone wrong since Canada came along\"", + "output": [ + "south park" + ] + }, + { + "id": "openseek-7-0ed3811c37c74e0aa2201a7f6be57877", + "input": "Category: WORLD OF WARCRAFT \nClue: The M1 Abrams type of this has been called \"the backbone of the armored forces of the U.S. military\"", + "output": [ + "a tank" + ] + }, + { + "id": "openseek-7-c94a206ec63a4d129e62d29d363c50d7", + "input": "Category: WORD\"Z\" \nClue: It's true! This city, the first colonial post in Mexico, was founded by Hernando Cortes in 1519", + "output": [ + "veracruz" + ] + }, + { + "id": "openseek-7-9cee713da5d44a7983165503b248015a", + "input": "Category: WHERE'S OSCAR? \nClue: He gave his \"Philadelphia Story\" Oscar to his dad, who kept it in the window of the family hardware store", + "output": [ + "jimmy stewart" + ] + }, + { + "id": "openseek-7-938e00b98a864a4796aefa934e15f97d", + "input": "Category: FA\"Q\"s \nClue: This Eskimo was the subject of a 1968 Top 10 hit by Manfred Mann", + "output": [ + "\"quinn\"" + ] + }, + { + "id": "openseek-7-d9bed55824c841f8910b0fc0a6f4097e", + "input": "Category: WOMEN AUTHORS \nClue: She described \"And Then There Were None\" as \"a better piece of craftsmanship than anything else\" she wrote", + "output": [ + "agatha christie" + ] + }, + { + "id": "openseek-7-538be946bcdf4fafbabc5cef1efdd09c", + "input": "Category: COASTAL COMMUNITIES \nClue: Gloucester in this state has been a fishing center for over 3 centuries", + "output": [ + "massachusetts" + ] + }, + { + "id": "openseek-7-471d07d66ab54bcb8cfa8ccae5850658", + "input": "Category: STAR WARS CHARACTERS \nClue: This wookiee's voice is a blend of animal sounds, including bears, badgers, walruses & camels", + "output": [ + "chewbacca" + ] + }, + { + "id": "openseek-7-d7573c74b10f4185a6d5395c6fa81777", + "input": "Category: THE NEW TESTAMENT \nClue: This angel announced the coming births of both Jesus & John the Baptist", + "output": [ + "gabriel" + ] + }, + { + "id": "openseek-7-c501d99cc9984579b6ddbf4942b96c47", + "input": "Category: SHAKESPEARE \nClue: His youngest daughter, Cordelia, shares his stubbornness & refuses to flatter him like her sisters", + "output": [ + "king lear" + ] + }, + { + "id": "openseek-7-d18be6b065cc42e8adf4bc07088db163", + "input": "Category: TAKE IT OFF! TAKE IT OFF! \nClue: Now in Oregon, it took off only once -- November 2, 1947 with Howard Hughes piloting", + "output": [ + "the spruce goose" + ] + }, + { + "id": "openseek-7-811d7b1b902c445ca123ff08b1234d6c", + "input": "Category: BOY SCOUT ACTIVITIES \nClue: To qualify for a bugling merit badge, a scout must know 15 calls including this one sounded at the end of the day", + "output": [ + "\"taps\"" + ] + }, + { + "id": "openseek-7-28124d6a15304944b826d6350ecea435", + "input": "Category: 19th CENTURY AMERICAN LIT \nClue: Text that was deleted by the original publisher in 1895 was restored to this Stephen Crane novel in 1982", + "output": [ + "the red badge of courage" + ] + }, + { + "id": "openseek-7-56b81f7e1a47464b9bde5e65cca37833", + "input": "Category: YOU'RE MAKING ME \"MAD\" \nClue: 2-word name for a \"crazy\" character at a Lewis Carroll tea party", + "output": [ + "the mad hatter" + ] + }, + { + "id": "openseek-7-bae22b31f4024adb86278c6f9d7afecf", + "input": "Category: OPERA \nClue: This city on the Adriatic is the setting for \"La Gioconda\"", + "output": [ + "venice" + ] + }, + { + "id": "openseek-7-5640ea9794cb4ff9bb0d935d682a610c", + "input": "Category: ACADEMIA NUTS \nClue: Theoretical physicist John Dalton stated firmly in 1803, \"Thou knowest no man can split\" one of these", + "output": [ + "atom" + ] + }, + { + "id": "openseek-7-b6b3cd6fa8564708af4145f2ed435d0c", + "input": "Category: THE FICTIONAL LAND OF OZ \nClue: This paving material of the road to the Emerald City is in need of repairs", + "output": [ + "yellow brick" + ] + }, + { + "id": "openseek-7-e9a536aba78c4abc941c0b1d92c3d471", + "input": "Category: BRAIN CANDY \nClue: It does \"matter\" that you give us this colorful slang term for the brain", + "output": [ + "gray matter" + ] + }, + { + "id": "openseek-7-123fceb3049840448286f0fee7bb8b4f", + "input": "Category: THE NUMBER 7 \nClue: 7 is the international dialing code for Kazakhstan & this big neighbor", + "output": [ + "russia" + ] + }, + { + "id": "openseek-7-9178e2e0f85648a6ba59f791f1721878", + "input": "Category: SUPERMARKET SWEEP \nClue: The heck with the diet! I'm buyin' Vaanillaa Swiss Aalmond ice cream from this braand founded by Reuben Mattus", + "output": [ + "häagen-dazs" + ] + }, + { + "id": "openseek-7-d2c15f8f61e44912bcd7241adf8d724f", + "input": "Category: BODIES OF WATER \nClue: In 1957 a deep channel was completed allowing ocean ships to reach this largest Venezuelan lake", + "output": [ + "lake maracaibo" + ] + }, + { + "id": "openseek-7-2f1ad59c37054454ba2f7c63583c23c6", + "input": "Category: CAMPING \nClue: Hanging food between trees to keep it from a certain animal is called this alliterative \"bagging\"", + "output": [ + "bear bagging" + ] + }, + { + "id": "openseek-7-b5b8a63643ef4a8a8fd16b035c3b564f", + "input": "Category: CHEMISTRY \nClue: Nobel Laureate Ahmed Zewail uses bursts of light from this device to study chemical reactions", + "output": [ + "a laser" + ] + }, + { + "id": "openseek-7-e12bb28de5b04843b22c28c598fa0fad", + "input": "Category: CARTOONS \nClue: I say there, son, this Warner Bros. cartoon rooster is sometimes pursued by a chicken hawk", + "output": [ + "foghorn leghorn" + ] + }, + { + "id": "openseek-7-abeeac6c7e104ad892e741500d5a21f2", + "input": "Category: MONKEY BUSINESS \nClue: His 1993 song \"Loser\" begins, \"In the time of chimpanzees I was a monkey\"", + "output": [ + "beck" + ] + }, + { + "id": "openseek-7-d3239216ef164f43b222141d65bbdd0d", + "input": "Category: OH, DANNY BOY \nClue: In 1971 he gave us the \"HIstory of U.S. Decision-Making Process on Viet Nam Policy\", a 47-volume study, to the New York Times", + "output": [ + "daniel ellsberg" + ] + }, + { + "id": "openseek-7-7b73016a1bad45f69768326d490725c9", + "input": "Category: DIRECTOR\"S\" \nClue: \"Goodfellas\" & \"The Age of Innocence\"", + "output": [ + "martin scorsese" + ] + }, + { + "id": "openseek-7-1e91aea424944b5cb018a50af8deaed5", + "input": "Category: CONTESTS \nClue: MIT holds an annual competition where students design these; 2000's theme was \"Bots in Blue\"", + "output": [ + "robots" + ] + }, + { + "id": "openseek-7-6502247512c84c549874291f0071213a", + "input": "Category: FAMOUS AMERICANS \nClue: It was the pen name of beloved children's author Theodor Geisel", + "output": [ + "dr. seuss" + ] + }, + { + "id": "openseek-7-f87896c2d1864a2591b17c9246a223b5", + "input": "Category: IT'S NEVER DONE \nClue: Oliver Wendell Holmes Jr. said never falsely shout this warning in a theater; it isn't free speech", + "output": [ + "fire" + ] + }, + { + "id": "openseek-7-c18f25323f8d4f6289351aa1b6a5ff04", + "input": "Category: GOLF \nClue: Willie Park won the first of these annual competitions at Prestwick, Scotland in 1860", + "output": [ + "british open" + ] + }, + { + "id": "openseek-7-4084d955972746ccb6b44b58c6e127db", + "input": "Category: ANIMALS \nClue: Pythons are oviparous, meaning they do this", + "output": [ + "lay eggs" + ] + }, + { + "id": "openseek-7-96625082f8a542bd9098cc0f216e00c8", + "input": "Category: YOU'RE NOT GOING OUT WEARING THAT \nClue: A suit of this, huh? Well, chain mail may be hip now, young man, but we all know the Maximilian type is the way to go!", + "output": [ + "armor" + ] + }, + { + "id": "openseek-7-e71e7fbab15d4483be99bf6fc2612b8e", + "input": "Category: HOW DO THEY WORK? \nClue: Many car salesman work on \"straight\" this, though you're better off buying from one who's on salary", + "output": [ + "commission" + ] + }, + { + "id": "openseek-7-7cc3f8eb386f4156800d880702e8b7cb", + "input": "Category: WORDS THAT START & END WITH \"L\" \nClue: Maliciously try to damage a person's reputation by publishing a false report", + "output": [ + "libel" + ] + }, + { + "id": "openseek-7-e55a5ed71d014df28a876d062440d88f", + "input": "Category: MAX-IMUM OVERDRIVE \nClue: The \"colorful\" title of this George Peppard-Ursula Andress flm refers to a German medal", + "output": [ + "the blue max" + ] + }, + { + "id": "openseek-7-d806d9d543dd424aa160e989f0e6ae23", + "input": "Category: ASIAN COUNTRIES \nClue: The DMZ between these 2 Asian nations extends 1.2 miles on each side of the 38th parallel", + "output": [ + "north & south korea" + ] + }, + { + "id": "openseek-7-867a11718b3049c8aadc1afd199d53b2", + "input": "Category: DIMENSIONS \nClue: Don't lose the thread--there are 10 or so dimensions in this physics theory", + "output": [ + "string theory" + ] + }, + { + "id": "openseek-7-68e7817dd0dc4fe48d96d9dfc9e9fefd", + "input": "Category: PRESIDENTS SINCE 1970 \nClue: Once a union president", + "output": [ + "ronald reagan" + ] + }, + { + "id": "openseek-7-e6dc2bc30b564de0bd6d9d78d425cee2", + "input": "Category: THEATRE \nClue: Junius Brutus, patriarch of this acting family, made his U.S. debut in 1821 as Richard III", + "output": [ + "booth" + ] + }, + { + "id": "openseek-7-2e66022e6bc9484bae7ef73563e6ac55", + "input": "Category: BEFORE, DURING & AFTER \nClue: The \"holy\" first pope is in this '60s folk trio also including this actress who was \"America's Sweetheart\"", + "output": [ + "pope peter paul and mary pickford" + ] + }, + { + "id": "openseek-7-695ac1d9cf614fa7af8fd1164dd2bfc2", + "input": "Category: SPORT OF KINGS \nClue: The pari-mutuel system lets you do it legally", + "output": [ + "bet on horses" + ] + }, + { + "id": "openseek-7-5e883eb4a69e4ddebea15a2db5eaadb8", + "input": "Category: GOOD APPLICATION ESSAY WORDS \nClue: They like to hear about this firmness of purpose, from the Latin for \"to set a boundary\"", + "output": [ + "determination" + ] + }, + { + "id": "openseek-7-48f27649a46f486c98060e32be18257f", + "input": "Category: POP PRINCES & PRINCESSES \nClue: Babyface contributed background vocals to this group's 2000 album \"Black & Blue\"", + "output": [ + "the backstreet boys" + ] + }, + { + "id": "openseek-7-a5325324a89f4f82a078ad75705d9570", + "input": "Category: STARTS WITH “B” \nClue: On the River Dee in Scotland, it's private residence of the British sovereign", + "output": [ + "balmoral castle" + ] + }, + { + "id": "openseek-7-03b58770be9a4709b5b5c7913b31b304", + "input": "Category: LETTERS & NUMBERS \nClue: Frank Sinatra's FBI file revealed that an ear ailment, & not a bribe, gave him this draft board rating", + "output": [ + "4-f" + ] + }, + { + "id": "openseek-7-5920fa0ea1fc4944899f0346adfc11c7", + "input": "Category: FOUR! \nClue: Isaiah said that the Lord shall gather the dispersed \"from\" these \"of the Earth\"", + "output": [ + "the four corners" + ] + }, + { + "id": "openseek-7-2fdb2e2582024e3583ef007640f32783", + "input": "Category: WORLD OF WORDS \nClue: From the French for \"clear seeing\", it's a form of ESP", + "output": [ + "clairvoyance" + ] + }, + { + "id": "openseek-7-28c64422547a45d3aa33b8f6625555cc", + "input": "Category: LETTER PERFECT \nClue: As you might expect, this is the first letter in the poem \"Song of Myself\"", + "output": [ + "i" + ] + }, + { + "id": "openseek-7-56f409fd369f41e8b88e86e4b153ca06", + "input": "Category: HR \nClue: This business services & tax prep company also operates under the brand RSM McGladrey", + "output": [ + "h&r block" + ] + }, + { + "id": "openseek-7-770cfe223a5a4bdc8c5e2f427de06848", + "input": "Category: MATH TERMS \nClue: You'll find the word \"infinite\" within the calculus term for infinitely small, but not quite zero", + "output": [ + "infinitesimal" + ] + }, + { + "id": "openseek-7-92c310928fb5478284f9e1fa5d250b6e", + "input": "Category: ALL THE KING'S SONGS \nClue: \"Bright light city gonna set my soul, gonna set my soul on fire\"", + "output": [ + "\"viva las vegas\"" + ] + }, + { + "id": "openseek-7-eb9c364c5e714081aac15bd7d41d3687", + "input": "Category: TALKING ITALIAN \nClue: Abbastanza, meaning \"enough\", is often shortened to this 5-letter word", + "output": [ + "basta" + ] + }, + { + "id": "openseek-7-cc721607c24d4e4eb581b151c78ca02c", + "input": "Category: THE MONROE DOCTRINE \nClue: The doctrine might have been issued jointly with Britain but for opposition from John Quincy Adams in this post", + "output": [ + "secretary of state" + ] + }, + { + "id": "openseek-7-121e54cc0bda46f6a461cad6d16ce1e2", + "input": "Category: THE 1980s \nClue: Representative Jim Wright resigned this congressional office & his seat in the House", + "output": [ + "speaker of the house" + ] + }, + { + "id": "openseek-7-664e050e1b8847d4afc194bdd8e27f2f", + "input": "Category: CALL ME HARRY \nClue: He made the first presidential address telecast from the White House", + "output": [ + "harry truman" + ] + }, + { + "id": "openseek-7-8c43968d45e64290ae1fd67650dfe5ff", + "input": "Category: PHOTOGRAPHERS \nClue: Best known as a writer of children's stories, he was also a fine photographer; Alice Liddell was a subject", + "output": [ + "lewis carroll" + ] + }, + { + "id": "openseek-7-888ff0b9f4c94e598f952f35cb2516ed", + "input": "Category: BOOKS ABOUT PRESIDENTS \nClue: \"Soldier, Planter, Statesman of the Old Southwest\"", + "output": [ + "zachary taylor" + ] + }, + { + "id": "openseek-7-a34c5b93069542909b069840d390bcce", + "input": "Category: PROVERBS BY INITIALS \nClue: \"T.I.S.T. fiction\"", + "output": [ + "truth is stranger than" + ] + }, + { + "id": "openseek-7-5bfd7bddf8c24c6f95a9aefa782f2bb4", + "input": "Category: CASTLES & CHATEAUX \nClue: Of Coca, Cola or Pepsi, the 1 that's a castle in Spain", + "output": [ + "coca" + ] + }, + { + "id": "openseek-7-af70e90fc7b74f50b54d39a0d03df12b", + "input": "Category: THE DAILY SHOW \nClue: A White House man's involvement in the outing of this woman as a CIA agent was presented as \"Rove Actually\"", + "output": [ + "valerie plame" + ] + }, + { + "id": "openseek-7-547b64579ebb458eabe9307b2c343f69", + "input": "Category: NUTS \nClue: It was named after John MacAdam, who promoted its cultivation in Australia", + "output": [ + "the macadamia" + ] + }, + { + "id": "openseek-7-ab99599ca7ce44b1b034de9b2e2bdfd7", + "input": "Category: SHIRLEY MacLAINE \nClue: Born in 1934, Shirley MacLaine was named after this film star born in 1928", + "output": [ + "shirley temple" + ] + }, + { + "id": "openseek-7-6286d34bcd7743e9a5eff784d076dd7c", + "input": "Category: BODY ENGLISH \nClue: If you make your feelings known to all, you wear this \"on your sleeve\"", + "output": [ + "your heart" + ] + }, + { + "id": "openseek-7-f72c384b7d714e7bab2177983a0cf501", + "input": "Category: ROCKY \nClue: The greatest difference in hardness between 2 Mohs scale neighbors is between corundum (9) & this (10)", + "output": [ + "diamond" + ] + }, + { + "id": "openseek-7-e1665b4e71004cf186a5b8ce691085ac", + "input": "Category: WILLIAM HURT FILMS \nClue: It was anchorman Bill in this 1987 James L. Brooks film", + "output": [ + "broadcast news" + ] + }, + { + "id": "openseek-7-55f802b1a62648e1a0140e6eec5cb347", + "input": "Category: MAIDS IN GREEK MYTH \nClue: The name of this woman who allowed all kinds of evil into the world means \"gift of all the gods\"", + "output": [ + "pandora" + ] + }, + { + "id": "openseek-7-39bd14cf83844c03ba8fbcecdb35ab79", + "input": "Category: AROUND THE WORLD \nClue: Residents of this Italain city refer to it as Firenze", + "output": [ + "florence" + ] + }, + { + "id": "openseek-7-657fe35b07b24ef6a1cecfc5b56f9a57", + "input": "Category: \"ART\" CLASS \nClue: In a 1941 film he said, \"Let's talk about the black bird\"", + "output": [ + "humphrey bogart" + ] + }, + { + "id": "openseek-7-7398cc49ebcd48afa6d95d2c5887469c", + "input": "Category: A \"THORN\"-Y CATEGORY \nClue: He replaced Edwin Meese as Attorney General", + "output": [ + "dick thornburgh" + ] + }, + { + "id": "openseek-7-5ada0f67c2154ddfb0d6442c4d29c5d5", + "input": "Category: MOVIES \nClue: Director Norman Jewison's alliterative tale of a black infantry unit", + "output": [ + "a soldier\\'s story" + ] + }, + { + "id": "openseek-7-1bf4bfa3162f4ae2bb62887c6785efd6", + "input": "Category: ROYAL MOVIES? \nClue: Lindsay Lohan moves from the city to the suburbs in \"Confessions of a Teenage\" this", + "output": [ + "drama queen" + ] + }, + { + "id": "openseek-7-503993bdfbb04a6fb0a203fe1453d6ff", + "input": "Category: HISTORY \nClue: Around 1605 Dutchman Willem Jansz became the first European to sight this continent", + "output": [ + "australia" + ] + }, + { + "id": "openseek-7-d1abbcd71c8346d0bccd99baa0cb142f", + "input": "Category: LOOK WHAT CAME IN THE MAIL \nClue: The letter with the 2-dollar Gollum stamp & 80-cent Frodo stamp must be from my friend in this country", + "output": [ + "new zealand" + ] + }, + { + "id": "openseek-7-e749ca18f9f64d9eb300e4241bcab09f", + "input": "Category: TO EVERYTHING THIS IS A SEASON \nClue: We don't think Mike Tyson celebrates Boxing Day, which falls in this season, but he's surprised us before", + "output": [ + "winter" + ] + }, + { + "id": "openseek-7-4eb103b2e57f4fd5a04a20af92f98440", + "input": "Category: MUSEUMS \nClue: The International Museum of the Horse is raising funds for a life-size statue of this 1973 Triple Crown winner", + "output": [ + "secretariat" + ] + }, + { + "id": "openseek-7-932608c79f6a46f0bf90174625720e8e", + "input": "Category: ITOS, TITOS & FRITOS \nClue: On May 4, 1980 Tito died in Ljubljana in what was then this country", + "output": [ + "yugoslavia" + ] + }, + { + "id": "openseek-7-c6f88232a7a147408ed6c48949753615", + "input": "Category: SLOGANEERING \nClue: When going out, take this card because \"It's Everywhere You Want to Be\"", + "output": [ + "visa" + ] + }, + { + "id": "openseek-7-48086bdea8e64655a20d245f364f0b72", + "input": "Category: CHECK OUT MY CRIB \nClue: Wanna put your feet up? How about on one of these with a \"Turkish\" name", + "output": [ + "an ottoman" + ] + }, + { + "id": "openseek-7-da9eaabe4c6a4941b500f68e5050db1f", + "input": "Category: RELIGION \nClue: Between February 11 & July 16, 1858, the Virgin Mary made a reported 18 appearances at this site", + "output": [ + "lourdes" + ] + }, + { + "id": "openseek-7-9c2127707c8c447eb7f3e571fef6c452", + "input": "Category: THE \"IV\" LEAGUE \nClue: A competitor for the same object or goal", + "output": [ + "a rival" + ] + }, + { + "id": "openseek-7-c1e78ab951464142b5e9dfa975e39d8a", + "input": "Category: YOU SAY TOMATO \nClue: This type of tomato is large, deep red, has 9 letters & sounds like it comes from your butcher", + "output": [ + "beefsteak" + ] + }, + { + "id": "openseek-7-cd03fd4108cc42f78fea6f53f69de55d", + "input": "Category: THE USUAL GANG OF IDIOTS \nClue: urbandictionary.com informs us that an \"idiot box\" is actually one of these electronic devices", + "output": [ + "a television" + ] + }, + { + "id": "openseek-7-3d7cb94d22ab4405850d38289b068f92", + "input": "Category: THEY ALL RHYME \nClue: To fish by dragging a net through deep water behind a boat", + "output": [ + "trawl" + ] + }, + { + "id": "openseek-7-0a6b4f2cd2974ab39d44e5635eac5744", + "input": "Category: COUNTRY CLUBS \nClue: These sporting items L.J. Nicolls started making in Sussex in 1876 have been good for many centuries", + "output": [ + "cricket bats" + ] + }, + { + "id": "openseek-7-7b496ec86caa463a90c85d9e151ec42f", + "input": "Category: LASTS \nClue: This author of \"The Last Days of Pompeii\" advised Dickens to give \"Great Expectations\" a happier ending", + "output": [ + "edward bulwer-lytton" + ] + }, + { + "id": "openseek-7-06cd33df81164615ac1d3ac294efdf6a", + "input": "Category: FURNITURE \nClue: A vitrine is a cabinet with doors made of this material", + "output": [ + "glass" + ] + }, + { + "id": "openseek-7-e0a2d320110c4571acaceea51be3da8c", + "input": "Category: '90s TV \nClue: Porter was the last name of this title character played by Keri Russell", + "output": [ + "felicity" + ] + }, + { + "id": "openseek-7-9e43205787b54e5faf0b43261ce68f5b", + "input": "Category: NATURE \nClue: This seasonal activity of the blue-winged teal takes it from southern Canada to northern South America", + "output": [ + "migration" + ] + }, + { + "id": "openseek-7-10233cbfede548bd9d0c126d614cacae", + "input": "Category: U.S.A. \nClue: For a couple of pucks...er, bucks, you can visit a U.S. Hall of Fame for this sport in Eveleth, Minnesota", + "output": [ + "hockey" + ] + }, + { + "id": "openseek-7-ed1994421e084fc5a257ccc6301276fe", + "input": "Category: MAGAZINES \nClue: It was the first successful newsmagazine & it's still the best-selling", + "output": [ + "time" + ] + }, + { + "id": "openseek-7-e271593ff2fc48429a52aecd335051a6", + "input": "Category: TAKE A \"SHOT\" \nClue: For olympians, the ball weighs 16 pounds; for high school boys, 12, in this event", + "output": [ + "the shotput" + ] + }, + { + "id": "openseek-7-d6bf44d0e52149f290d41ee27d2b5cb4", + "input": "Category: THE BAHAMAS \nClue: Although considered part of the region, the Bahamas are not located in this sea", + "output": [ + "the caribbean" + ] + }, + { + "id": "openseek-7-2073de3c667647c6a6a14ceeccefc05c", + "input": "Category: MOVIE OBJECTS \nClue: When Jimmy Stewart finds these items from his daughter Zuzu in his pocket in \"It's a Wonderful Life\", all is well", + "output": [ + "the flower petals" + ] + }, + { + "id": "openseek-7-abd9ab76263042ae89aff15e7e5167cb", + "input": "Category: GEMS & JEWELRY \nClue: It's the color of the Star of India, a famous 563-carat sapphire", + "output": [ + "blue" + ] + }, + { + "id": "openseek-7-cd3065c3f13a418e8a607ab070fa0642", + "input": "Category: MYSTERY \nClue: In 1941 this mystery-solving character got his own \"Mystery Magazine\"", + "output": [ + "ellery queen" + ] + }, + { + "id": "openseek-7-67030a48730043a7a8c73b08650b6b43", + "input": "Category: ART & ARTISTS \nClue: After a violent episode 2 years before his death, this Dutchman committed himself to an asylum but continued to paint", + "output": [ + "vincent van gogh" + ] + }, + { + "id": "openseek-7-c4e0d0380bfd41db890b636dc1147ab0", + "input": "Category: ACTORS & MOVIE ROLES \nClue: We were \"Mad About\" his performance as a bad guy named Burke in \"Aliens\"", + "output": [ + "paul reiser" + ] + }, + { + "id": "openseek-7-9b214d1205da41108b9a9115ea59d06e", + "input": "Category: FOOD \nClue: The Bismarck type of this fish is made of fillets cured in vinegar, salt & onions", + "output": [ + "herring" + ] + }, + { + "id": "openseek-7-b10729d0fe48485bbc8a19ccf6cf9d35", + "input": "Category: SINGERS \nClue: In 1984 she had her first Top 10 hit in the U.S. with \"Borderline\"", + "output": [ + "madonna" + ] + }, + { + "id": "openseek-7-e289b00d1fda445199ef34841927ab1a", + "input": "Category: HAIR LINES \nClue: His \"Rape of the Lock\" says, \"fair tresses man's imperial race ensnare, and beauty draws us with a single hair\"", + "output": [ + "pope" + ] + }, + { + "id": "openseek-7-b38fa2ebfeb24627901d38a0887aec3d", + "input": "Category: WHEN THEY WERE TEENAGERS \nClue: She was a teenager when she recorded her first solo album, \"Liza! Liza!\", in 1964", + "output": [ + "liza minnelli" + ] + }, + { + "id": "openseek-7-a854c433de944ad69b2a06988c5f0004", + "input": "Category: TENNIS TALK \nClue: Kiss' Frehley or Carrey's Ventura", + "output": [ + "ace" + ] + }, + { + "id": "openseek-7-b2191bc7815e45a48227fb7044f1d336", + "input": "Category: WHAT'S FOR LUNCH? \nClue: Japanese noodles, whether udon or these buckwheat-flour ones, are often served in broth", + "output": [ + "soba" + ] + }, + { + "id": "openseek-7-eb66735091f24df8bdd73d0923c8a70c", + "input": "Category: 15-LETTER WORDS \nClue: This type of rumor lacks a basis in fact", + "output": [ + "unsubstantiated" + ] + }, + { + "id": "openseek-7-3dc8c7a326fc4181b0fdf3a610b39dab", + "input": "Category: JIM DANDIES \nClue: The Associated Press named him the greatest male athlete of the first half of the 20th century", + "output": [ + "jim thorpe" + ] + }, + { + "id": "openseek-7-aacca41e5b08483ba9ee838d8d7ffe26", + "input": "Category: LINES \nClue: In 1929 France began building this line as a fortification against Germany", + "output": [ + "maginot line" + ] + }, + { + "id": "openseek-7-6f7552fa6777417f991d750c31fe231f", + "input": "Category: ALSO AN AUTO \nClue: It orbits the sun at a mean distance of about 888 million miles, though we're not sure what kind of MPG it gets", + "output": [ + "saturn" + ] + }, + { + "id": "openseek-7-1b4ee8dd061d40cf9327abb4f3f489a9", + "input": "Category: COUNTRY DANCING \nClue: The Czardas", + "output": [ + "hungary" + ] + }, + { + "id": "openseek-7-e7a5657b4c954e4cb742ba9758f682ec", + "input": "Category: CHUTE FIRST \nClue: A blanketlike membrane of furry skin acts like a parachute when this \"flying\" rodent glides through the air", + "output": [ + "flying squirrel" + ] + }, + { + "id": "openseek-7-6f5faf191a1e4662835d375c21a11004", + "input": "Category: \"SEASON\" \nClue: Herbs & spices will be these in our stew", + "output": [ + "seasonings" + ] + }, + { + "id": "openseek-7-f3fb5356a19f4ba9a7dd80ab7dcf4399", + "input": "Category: THIS, THAT \nClue: A symbol of Judaism, the star of David is formed by 2 interlocking these", + "output": [ + "triangles" + ] + }, + { + "id": "openseek-7-150bce9edf504c5e8b3de28eac8d764b", + "input": "Category: \"R\"RRRRRRRRR \nClue: Ionesco play that ends, \"I'm the last man left, and I'm staying that way until the end. I'm not capitulating!\"", + "output": [ + "rhinoceros" + ] + }, + { + "id": "openseek-7-0d86ee959a88415e9e09fe78783c3399", + "input": "Category: SODOM & GOMORRAH \nClue: Some archaeologists believe that the sites of Sodom & Gomorrah lie under this body of water", + "output": [ + "the dead sea" + ] + }, + { + "id": "openseek-7-f65f8870000f4374a8e0537531fdee34", + "input": "Category: HUD SECRETARIES \nClue: In 1966 this president chose Robert C. Weaver to be the first HUD Secretary", + "output": [ + "lbj" + ] + }, + { + "id": "openseek-7-349931b852b649d688e00f826d281426", + "input": "Category: BRIT LIT \nClue: When this heroine shrinks, she falls into a pool of tears she'd shed when she was 9 feet tall", + "output": [ + "alice in wonderland" + ] + }, + { + "id": "openseek-7-d6942053f6894e92b45958a993438fb7", + "input": "Category: FRUITS & NUTS \nClue: These are commonly slivered, sauteed & mixed in with green beans, which then become amandine", + "output": [ + "almonds" + ] + }, + { + "id": "openseek-7-d06d854d9afb483b8ed1e1b5ac3d15f8", + "input": "Category: NUTRITION \nClue: Reputed to be aphrodisiacs, these shellfish are rich in zinc, which is crucial to testosterone production", + "output": [ + "oysters" + ] + }, + { + "id": "openseek-7-cbda218b7d7248109b68bda8ee578990", + "input": "Category: RELIGION \nClue: Colonial Maryland was founded as haven for members of this church", + "output": [ + "the catholic church" + ] + }, + { + "id": "openseek-7-1b1aadcb4caa4f479e25a638b4101a41", + "input": "Category: PUT A KIRK IN IT \nClue: Kirk was more than O.K. as this dentist in 1957", + "output": [ + "doc holliday" + ] + }, + { + "id": "openseek-7-f9cdcb3f3bf648199e0b5f39598a47f8", + "input": "Category: PORTMANTEAU WORDS \nClue: Lewis Carroll coined the term \"portmanteau word\", explaining how \"slithy\" combines these 2 words", + "output": [ + "\"slimy\" & \"lithe\"" + ] + }, + { + "id": "openseek-7-1a1334fd2f4f49fa97bee72ae8914fab", + "input": "Category: NECKWARE \nClue: It shares its name with a racetrack seen in \"My Fair Lady\"", + "output": [ + "ascot" + ] + }, + { + "id": "openseek-7-c2d399beef28460a8ef4b877fbdaf99b", + "input": "Category: COMPOUND WORDS \nClue: Before a sports event, many have this type of party, where food & drink are served right from the back of the car", + "output": [ + "a tailgate party" + ] + }, + { + "id": "openseek-7-508432ba962f4824a6095abe56bd20d0", + "input": "Category: THE JEP-TONES WORLD TOUR 2006 \nClue: More popular than Regis, the Jeps play their last stadium gig in San Francisco, like this band did on Aug. 29, 1966", + "output": [ + "the beatles" + ] + }, + { + "id": "openseek-7-babd2193dc424af3820290f0a30c0c65", + "input": "Category: TWINS \nClue: Famous twins hatched out in Genesis 25", + "output": [ + "jacob & esau" + ] + }, + { + "id": "openseek-7-eb26d1a922f84d38a8d57358d9a7f894", + "input": "Category: GO FIGURE \nClue: 55 + 25 - 5", + "output": [ + "75" + ] + }, + { + "id": "openseek-7-23e786bd966546a19ef534072d40a70a", + "input": "Category: TREE WORDS \nClue: You wood wood like like this 1966 Neil Diamond hit if you heard it", + "output": [ + "\"cherry cherry\"" + ] + }, + { + "id": "openseek-7-3529acbd228b4c6f83dd4d4bb5c74e06", + "input": "Category: OKLAHOMIES \nClue: Born in Oklahoma, this Hall of Fame catcher for the Cincinnati Reds is part Choctaw Indian", + "output": [ + "johnny bench" + ] + }, + { + "id": "openseek-7-903035ca0ec446d7aa4478f350e2745e", + "input": "Category: GOING AROUND IN CIRCLES \nClue: Pi times a circle's diameter gives the measure of this", + "output": [ + "the circumference" + ] + }, + { + "id": "openseek-7-2af3adcc07f74db4b8886debc13d6024", + "input": "Category: BIRDS \nClue: Country which is the native habitat of the flightless bird seen here:", + "output": [ + "new zealand " + ] + }, + { + "id": "openseek-7-b93d1cc146b242d1ad1cc14c5c441023", + "input": "Category: SUFFIXES \nClue: 3-letter suffix meaning an incomplete resemblance to the word it's added to, like \"human\" & \"planet\"", + "output": [ + "-oid" + ] + }, + { + "id": "openseek-7-e6666dc081454a95a3a59ebe9a707bc5", + "input": "Category: ALL THE \"RIGHT\" MOVES \nClue: It's the correct 2-word prefix to the titles of earls & barons", + "output": [ + "right honourable" + ] + }, + { + "id": "openseek-7-2e513fae7c8c4f69a179d5133212c842", + "input": "Category: LIVE IN TEXAS \nClue: James Stockdale was this Texan's running mate in the 1992 presidental election", + "output": [ + "perot" + ] + }, + { + "id": "openseek-7-643a52d572264d86878416e27ac74c46", + "input": "Category: LET'S GO SHOPPING \nClue: Ghirardelli Square in this city was built on the grounds of a 19th century chocolate factory", + "output": [ + "san francisco" + ] + }, + { + "id": "openseek-7-72a41e000afb4f8c87206f94a24cdbc6", + "input": "Category: THERE'S A FIRST TIME FOR EVERYTHING \nClue: Airsick but intact, in 1797 Andre-Jacques Garnerin became the first aeronaut to make one of these descents", + "output": [ + "a parachute jump" + ] + }, + { + "id": "openseek-7-19b053de697445e698face2636ad66fa", + "input": "Category: POLITICIANS \nClue: Jimmy Carter attended the 1996 funeral of this Maine senator, once his secretary of state", + "output": [ + "edmund muskie" + ] + }, + { + "id": "openseek-7-acda5079382a4010887442ccf00be9fb", + "input": "Category: \"RIGHT\" NOW \nClue: On film, Brendan Fraser played this title Canadian Mountie", + "output": [ + "dudley do-right" + ] + }, + { + "id": "openseek-7-0adb050ca28641bf8cc97c9f7cf31461", + "input": "Category: WHO'S ON FIRST? \nClue: Sundays from 1984 to 1995, \"60 Minutes\" led into this CBS crime drama--guess Jessica finally got tired of writing", + "output": [ + "murder, she wrote" + ] + }, + { + "id": "openseek-7-1e0df49959674cc6a23d880f1ba6d1f3", + "input": "Category: MULTIPLE CHOICE \nClue: Of France, Italy or Russia, the one whose national anthem begins, \"Arise children of the fatherland\"", + "output": [ + "france" + ] + }, + { + "id": "openseek-7-01c3b175c40c4162bdbfb2cf232e447c", + "input": "Category: CHAMBER MUSIC \nClue: The \"American\" quartet is an 1893 work by this Czech composer known for his interest in the New World", + "output": [ + "dvorak" + ] + }, + { + "id": "openseek-7-c58f9fcbee2742f29fa830f0297feadf", + "input": "Category: BOOKS OF THE '20s \nClue: In 1922 she provided tips on \"Etiquette in Society, in Business, in Politics and at Home\"", + "output": [ + "emily post" + ] + }, + { + "id": "openseek-7-25db91aaeaec4c71a6d05722ea1d29c1", + "input": "Category: 1965 \nClue: Public Law 89-152 made burning or mutilating one of these cards a federal crime", + "output": [ + "draft cards" + ] + }, + { + "id": "openseek-7-f46bd3d5d492484d824398e20aa071f7", + "input": "Category: RELIGION \nClue: On Jan. 1, 1977, in Indianapolis, Mrs. J. Means became 1st woman legally ordained a priest by this church", + "output": [ + "the episcopal church" + ] + }, + { + "id": "openseek-7-429052f715ef4e08aded19dc4fae3abc", + "input": "Category: RELIGION \nClue: \"Mendicant\" religious orders made their money the hard way, they did this to earn it", + "output": [ + "beg" + ] + }, + { + "id": "openseek-7-37cfef79c88e4f5aa85e6ca450c1135d", + "input": "Category: FILE UNDER \"T\" \nClue: Paris didn't take Helen to Paris; he took her to this city & instigated a war", + "output": [ + "troy" + ] + }, + { + "id": "openseek-7-b45fb2b0900b4bb7b95a2c6ec3370291", + "input": "Category: THE OLYMPIC GAMES \nClue: Through 2000, Jenny Thompson has won 8 gold medals in this sport, the most by any U.S. woman in any sport", + "output": [ + "swimming" + ] + }, + { + "id": "openseek-7-576962ff06064df6ae53e543beda4b45", + "input": "Category: RELIGIOUS WORKS \nClue: J.S. Bach's B Minor one of these religious compositions is \"heavy\", man", + "output": [ + "mass" + ] + }, + { + "id": "openseek-7-7fb4b9999bfd43e8a3cbaeba89f912c6", + "input": "Category: NAME CALLING \nClue: This name means a follower of Dionysus; appropriate in the case of Mr. Rodman", + "output": [ + "dennis" + ] + }, + { + "id": "openseek-7-c37984485b1d47659c98742f44d27321", + "input": "Category: WORLD LEADERS \nClue: In 1918 he was born the son of a Tembu chief in what's now Eastern Cape province", + "output": [ + "nelson mandela" + ] + }, + { + "id": "openseek-7-84992ad4a24e430d8483646e5c70dafe", + "input": "Category: POLITICAL VERBIAGE \nClue: Money set aside for a campaign is said to be kept in one of these \"bellicose\" containers", + "output": [ + "a war chest" + ] + }, + { + "id": "openseek-7-868319abdffc4508be6e3f781b48812c", + "input": "Category: AUTHORS' NATIVE LANDS \nClue: Writer of \"Ficciones\" Jorge Luis Borges", + "output": [ + "argentina" + ] + }, + { + "id": "openseek-7-3c938de1e3244a919b2f4415ae69c326", + "input": "Category: DANCE \nClue: The Minangkabau candlelight dance of Sumatra is one of the most beautiful from this country", + "output": [ + "indonesia" + ] + }, + { + "id": "openseek-7-0aef68a3e8314831883759cedea7e063", + "input": "Category: R.C. \nClue: The sea around this author & naturalist was Sheepscot Bay, which her Maine summer home overlooked", + "output": [ + "rachel carson" + ] + }, + { + "id": "openseek-7-99939c94253e42c78e29838926cab49b", + "input": "Category: THE LOWELLS \nClue: Her \"What's O'Clock\" collection of verses won the Pulitzer Prize in 1926", + "output": [ + "amy lowell" + ] + }, + { + "id": "openseek-7-bf1c08caf01e42ef907e6efecaf7ac75", + "input": "Category: THE JOY OF \"SAC\"s \nClue: First settled in 1839, it became a state capital in 1854", + "output": [ + "sacramento" + ] + }, + { + "id": "openseek-7-71d8c56ea1564f6cbe5d119e20f944f1", + "input": "Category: BIRD-BRAINED BALLETS \nClue: The \"Bluebird Pas de Deux\" is performed at Princess Aurora's wedding in this fairy tale ballet", + "output": [ + "sleeping beauty" + ] + }, + { + "id": "openseek-7-5016d9b402084ad59d7e46410fc6843a", + "input": "Category: BEAR WITH THESE BOOKS \nClue: Mr. & Mrs. Brown look after this bear after he emigrates from Darkest Peru to London", + "output": [ + "paddington" + ] + }, + { + "id": "openseek-7-defb13ecc4ef48c9a33a290f74403735", + "input": "Category: ORDER IN THE COURTROOM TV \nClue: Bailiff Bull Shannon's real first name on this '80s NBC sitcom was Nostradamus", + "output": [ + "night court" + ] + }, + { + "id": "openseek-7-691e2c9faac2490d99c250dccf2cf094", + "input": "Category: DEPP PERCEPTION \nClue: In 2008 Johnny Depp received his third Oscar nomination in 5 years for playing this wronged coiffeur", + "output": [ + "sweeney todd" + ] + }, + { + "id": "openseek-7-0c049455316d43c88610e0df6584eecd", + "input": "Category: MEDICAL HISTORY \nClue: The Greeks thought a man's body had 4 humors: phlegm, yellow bile, black bile & this fluid", + "output": [ + "blood" + ] + }, + { + "id": "openseek-7-1341d24fd82b440bb126f6c2afbee55d", + "input": "Category: MY PEOPLE CALL YOUR PEOPLE... \nClue: In this language Danish is called Tanskalainen, Norwegian is Norjalainen & Swedish is Ruotsalainen", + "output": [ + "finnish" + ] + }, + { + "id": "openseek-7-950e559449ba48b1a4e4af436565fb73", + "input": "Category: OTHER RED STATES \nClue: This word meaning \"extremely embarrassed\" has lethal undertones; it's derived from the Latin for \"death\"", + "output": [ + "mortified" + ] + }, + { + "id": "openseek-7-363bd7a7b361413b846555ac1697a745", + "input": "Category: HIGH SOCIETY \nClue: In 1954 Prince Bernhard of this low country became the 1st member of royalty to break the sound barrier", + "output": [ + "the netherlands" + ] + }, + { + "id": "openseek-7-47e4e66ff9d84d91b678674156680853", + "input": "Category: SOCK IT TO ME! \nClue: It's the useful meteorological instrument seen here:", + "output": [ + "windsock" + ] + }, + { + "id": "openseek-7-313d419f533b4061858cc95600c5d2c4", + "input": "Category: HI, FRENCHIE! \nClue: In French, this French monk of the Middle Ages is known as Pierre l'Ermite", + "output": [ + "peter the hermit" + ] + }, + { + "id": "openseek-7-c49db17ae34647cdb3591e2ad6a56711", + "input": "Category: LIONS & TIGERS & BEARS \nClue: The two that are of the family Felidae", + "output": [ + "lions & tigers" + ] + }, + { + "id": "openseek-7-c4f3361899124b70b0465aec5603c3d4", + "input": "Category: FOOD NAMED FOR PEOPLE \nClue: This lettuce is named for the horticulturist, not the garment that protects babies from spills", + "output": [ + "bibb" + ] + }, + { + "id": "openseek-7-c934d80eb62443df904af8573ea2c25f", + "input": "Category: WORLD GEOGRAPHY \nClue: The 2 northern extensions of the Red Sea are the Gulf of Aqaba & this gulf", + "output": [ + "gulf of suez" + ] + }, + { + "id": "openseek-7-6a4f74bec2094d3183a0b289fb8dab2f", + "input": "Category: READY FOR YOUR NUDE SCENE? \nClue: We'll film your scene on this kind of \"set\" that has a minimal crew -- no gawkers allowed", + "output": [ + "closed set" + ] + }, + { + "id": "openseek-7-fdc770f7fe3040db8090c67289495ed2", + "input": "Category: ON THE DELI TRAY \nClue: A slice of provolone could be mistaken for this cheese that shares its name with a California bay", + "output": [ + "monterey jack" + ] + }, + { + "id": "openseek-7-9a15a6cc6be4404588675aafaf79117e", + "input": "Category: \"A.C.\"/\"D.C.\" \nClue: All the envoys, ambassadors, etc. in residence at a capital", + "output": [ + "the diplomatic corps" + ] + }, + { + "id": "openseek-7-b45a7631261649d687387bc6d736f1cf", + "input": "Category: CONTINENTS BY VOLCANO \nClue: Cotopaxi", + "output": [ + "south america" + ] + }, + { + "id": "openseek-7-84f3b8a8d1e4408c95161b3747a56225", + "input": "Category: 20th CENTURY WOMEN \nClue: Born in Tarlac province in 1933, her original name was Maria Corazon Cojuangco", + "output": [ + "corazon aquino" + ] + }, + { + "id": "openseek-7-18efda3a51e84d3c851f2a2a1a3ee54a", + "input": "Category: BOOKISH \nClue: Her novel \"One Fifth Avenue\" offers more sex in the same city", + "output": [ + "bushnell" + ] + }, + { + "id": "openseek-7-2499a4bd8f0c41cbbd6e40589881580f", + "input": "Category: POETS' RHYME TIME \nClue: A.A.'s ovens", + "output": [ + "milne\\'s kilns" + ] + }, + { + "id": "openseek-7-c3f390491ed54f1c9a8b7d03bd84b770", + "input": "Category: AFRICAN-AMERICAN FIRSTS \nClue: This \"Beloved\" author was the first African-American to win a Nobel Prize for Literature", + "output": [ + "toni morrison" + ] + }, + { + "id": "openseek-7-5fdd7e281e4a4e9b863600e762114f8b", + "input": "Category: PHILOSOPHY \nClue: One who makes a practice of challenging supposed knowledge; Pyrrho was said to be the first on", + "output": [ + "skeptic" + ] + }, + { + "id": "openseek-7-76472ed05b6b4f22a9667cbdc10d7a29", + "input": "Category: WE ALL WANT TO CHANGE THE WORLD \nClue: A choice she made on Dec. 1, 1955 would lead to a Supreme Court ruling & Martin Luther King's rise to fame", + "output": [ + "rosa parks" + ] + }, + { + "id": "openseek-7-01d1d7b7f2204955bd7aa3c2ada2548b", + "input": "Category: COFFEES ALL AROUND \nClue: If you feel a chill in Chinchina, Colombia, you may be passing the factory where instant coffee is made this way", + "output": [ + "freeze-dried" + ] + }, + { + "id": "openseek-7-f326394cebaf41d696a059af69550048", + "input": "Category: ANATOMICAL QUOTES \nClue: Chaucer's \"Un air it heard, a tother out it went\" is commonly quoted as this", + "output": [ + "\"in one ear and out the other\"" + ] + }, + { + "id": "openseek-7-aa6340dd0d9c44349fd4ba1134347112", + "input": "Category: 20th CENTURY ART \nClue: He draws sports murals like the one seen here in his own colorful style:", + "output": [ + "leroy neiman" + ] + }, + { + "id": "openseek-7-ec5b81cf24ab4ab08fee1cc3349c8818", + "input": "Category: IN DENIAL \nClue: Old Testament book", + "output": [ + "daniel" + ] + }, + { + "id": "openseek-7-b38e81db109b4bd8b39850046cea3636", + "input": "Category: THE CINEMA \nClue: 1972 film that ends with \"Here life is beautiful.\" The girls are beautiful. Even the orchestra is beautiful\"", + "output": [ + "cabaret" + ] + }, + { + "id": "openseek-7-f141f20833e6490faf17a3fa6a32265a", + "input": "Category: HOUSEPLANTS \nClue: Like Spanish moss & pineapple, Earth Star & air plant are in this family of attractive tropical plants", + "output": [ + "bromeliads" + ] + }, + { + "id": "openseek-7-7edc656ea6d2421d8e3df1ff40c85c36", + "input": "Category: CLIFF NOTES \nClue: James Baldwin gained fame with this semi-autobiographical work that includes a peak in the title", + "output": [ + "go tell it on the mountain" + ] + }, + { + "id": "openseek-7-e931c5e539b54d52812a59aa0f3e7995", + "input": "Category: MICHIGAN \nClue: Population-wise, in 1950 this was the fourth-largest city in the U.S.; by 2000, it was eighth", + "output": [ + "detroit" + ] + }, + { + "id": "openseek-7-6d2146f7b96a473f9902da404b080a96", + "input": "Category: AN ABBREVIATED CATEGORY \nClue: Found before Albany & Oswego, SUNY stands for this", + "output": [ + "state university of new york" + ] + }, + { + "id": "openseek-7-8a5b8fe061c3410cad0ee6e9f84fb275", + "input": "Category: THE AMERICAN REVOLUTION \nClue: This monarch said, \"The die is now cast, the colonies must either submit or triumph\" upon approving the Intolerable Acts", + "output": [ + "king george iii" + ] + }, + { + "id": "openseek-7-649645c0b4e34ade9ea9b1af027b5ff8", + "input": "Category: 20th CENTURY NOTABLES \nClue: Einstein said of him, \"Generations to come will scarcely believe\" one such as he \"walked the Earth in flesh & blood\"", + "output": [ + "mohandas gandhi" + ] + }, + { + "id": "openseek-7-2ab5abc03c1541309bd4fe61fc568830", + "input": "Category: CONGRESS IS ALL A-TWITTER \nClue: He tweets under his own name & @GOPLeader", + "output": [ + "john boehner" + ] + }, + { + "id": "openseek-7-7c8ffd8c5824406cbf4f07633a793430", + "input": "Category: SEE THE USA \nClue: This city's voodoo tours can take you to voodoo rituals & voodo queen Marie Laveau's tomb on Basin St.", + "output": [ + "new orleans" + ] + }, + { + "id": "openseek-7-4fab726ce23041f994674a38cf68e755", + "input": "Category: WORLD AUTHORS \nClue: Peer Gynt, the title character of his 1867 play, is based on a legendary Norwegian folk hero", + "output": [ + "ibsen" + ] + }, + { + "id": "openseek-7-434b8df422c945d6866ef487ef565d2a", + "input": "Category: BITS \nClue: The Minister of Silly Walks was a memorable portrayal by this gangly member of the Monty Python troupe", + "output": [ + "john cleese" + ] + }, + { + "id": "openseek-7-d0b888ca40274658b10a45f6021b1693", + "input": "Category: LIFE OF A SALESMAN \nClue: Heavy equipment salesman William Jefferson Blythe didn't live to see this son of his born in 1946", + "output": [ + "bill clinton" + ] + }, + { + "id": "openseek-7-4896515a1cbf4c9782e595732c98abb5", + "input": "Category: COFFEE TABLE BOOKS \nClue: Speeding off the shelves is \"The Fast Lane\", the NHRA's official 50th anniversary book on this type of racing", + "output": [ + "drag racing" + ] + }, + { + "id": "openseek-7-4c61702a8d8547f4b97c3a1950e949fc", + "input": "Category: EUROPEANA \nClue: Steg & Schaan are towns in this landlocked principality", + "output": [ + "liechtenstein" + ] + }, + { + "id": "openseek-7-8d0a17492ac142d0af3f164452fe2f2b", + "input": "Category: LET THE GAMES BEGIN \nClue: Joint military exercises like the ones the U.S. conducts with South Korea also have this more playful name", + "output": [ + "war games" + ] + }, + { + "id": "openseek-7-59610a0513c4485a80809330bf4c59e4", + "input": "Category: FAR OUT FACTS \nClue: Barrow is the northernmost city in this state & thus the United States", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-5606774d9f224c9f95b79c84eaed1649", + "input": "Category: YOU GOTTA HAVE ART \nClue: This 20th century artist called some of his paintings \"hand-painted dream photographs\"", + "output": [ + "dalí" + ] + }, + { + "id": "openseek-7-5ecce0cead7f4cfb9e6f4e7c22c45593", + "input": "Category: OPRYLAND USA \nClue: A historic building, this former home of the Grand Ole Opry was renovated & reopened in 1994", + "output": [ + "the ryman auditorium" + ] + }, + { + "id": "openseek-7-2d4924460882425fbb84949f78da4cf8", + "input": "Category: HISTORY \nClue: In 1966 this university's Public Policy program became the Kennedy School of Government", + "output": [ + "harvard" + ] + }, + { + "id": "openseek-7-343276836692452fb3346cb2430f2e85", + "input": "Category: TV NAME DROPPERS \nClue: \"Everybody Loves ____\"", + "output": [ + "raymond" + ] + }, + { + "id": "openseek-7-d2034d7c579d413b907c71aefaa98942", + "input": "Category: MIAMI NICE \nClue: It's the nickname of the sports teams at the University of Miami", + "output": [ + "hurricanes" + ] + }, + { + "id": "openseek-7-fad5b385ab924d218e27291cdf87ca5b", + "input": "Category: IN THE MEDICINE CABINET \nClue: This product's website features chemistry experiments like \"The Effect of Temperature on Rate of Reaction\"", + "output": [ + "alka-seltzer" + ] + }, + { + "id": "openseek-7-3acfc05d4808421dafb6842935f26927", + "input": "Category: BOOKS & AUTHORS \nClue: In 1997 this author of \"Watchers\" & \"Intensity\" published a new thriller, \"Sole Survivor\"", + "output": [ + "dean koontz" + ] + }, + { + "id": "openseek-7-f1ef0a9530174c498d65919f0c961843", + "input": "Category: CELEBRITY RHYME TIME \nClue: O'Donnell's teapot covers", + "output": [ + "rosie\\'s cozies" + ] + }, + { + "id": "openseek-7-63fae6f289df43aeb7115ae99871badc", + "input": "Category: SHOW TUNES \nClue: The \"her\" in \"I've Grown Accustomed to Her Face\" refers to this character", + "output": [ + "eliza doolittle" + ] + }, + { + "id": "openseek-7-1f3c7486b7ae4dcf9f3eaf88c98a2558", + "input": "Category: IMAX FILMS \nClue: Astronauts became cinematographers for the 1997 film \"Mission to\" this space station", + "output": [ + "mir" + ] + }, + { + "id": "openseek-7-edb437cd101d4ef8b99292672163bb3a", + "input": "Category: FOREIGN WORDS & PHRASES \nClue: This French term can describe a chicken, ham & cheese dish or the master chef who prepared it", + "output": [ + "cordon bleu" + ] + }, + { + "id": "openseek-7-f61d455de070484a893ed5ce8aa873bd", + "input": "Category: SERIOUS RADIO \nClue: This man, whose real name is actually Gary, began hosting \"A Prairie Home Companion\" in 1974", + "output": [ + "garrison keillor" + ] + }, + { + "id": "openseek-7-a28822045053471fa6d19fdc24214d47", + "input": "Category: THE MUSICAL FRUIT \nClue: The Beatles: \"___ Fields Forever\"", + "output": [ + "strawberry" + ] + }, + { + "id": "openseek-7-2fd186284bf64301b94d7b731da2d662", + "input": "Category: HELL \nClue: A land of mist & cold, Niflheim was the lowest region of hell in this 5-letter mythology", + "output": [ + "norse" + ] + }, + { + "id": "openseek-7-6763f37ed0054bf783e6f2ab4a855d52", + "input": "Category: FAMILIAR PHRASES \nClue: When a situation goes from bad to worse, it's the time \"push comes to\" this", + "output": [ + "shove" + ] + }, + { + "id": "openseek-7-bed2bfdfc7684a528d9cfdb5c40bb5aa", + "input": "Category: STEPHEN KING \nClue: In a 2002 TV miniseries horrifying secrets are revealed in a haunted mansion known by this colorful name", + "output": [ + "rose red" + ] + }, + { + "id": "openseek-7-748afc012d4f4c8182c17e12217c38bd", + "input": "Category: FURNITURE \nClue: He popularized his furniture style in his 1754 book \"The Gentleman & Cabinetmaker's Director\"", + "output": [ + "thomas chippendale" + ] + }, + { + "id": "openseek-7-d6fa1b0af49c49759bd9c41eccecd04c", + "input": "Category: THE DALLAS COWBOYS \nClue: The blue-white-blue stripe on the team's silver helmets was changed to red-white-blue for this year", + "output": [ + "1976" + ] + }, + { + "id": "openseek-7-1458b846fdc94aaabca9b0553ee2fc20", + "input": "Category: I WANT A COOKIE! \nClue: Chips Deluxe & Fudge Shoppe are cookies made by this \"elfin\" company", + "output": [ + "keebler" + ] + }, + { + "id": "openseek-7-f06c23af535545b3bdd53f75e83dec89", + "input": "Category: ROCKS & MINERALS \nClue: Mines near Ticonderoga, New York were once the USA's principal source for this 8-letter mineral", + "output": [ + "graphite" + ] + }, + { + "id": "openseek-7-d5749d7488ee4b94b0f538375cf4b3c1", + "input": "Category: ONE-WORD RHYMES \nClue: Mayday means you're in trouble; this means your prime of success or popularity", + "output": [ + "heyday" + ] + }, + { + "id": "openseek-7-6f9c5b973c7d4d94883c25e98d2150d2", + "input": "Category: THEIR GREATEST HITS ALBUMS \nClue: \"Forty Licks\" (2002) & \"Hot Rocks: 1964-1971 \"", + "output": [ + "the rolling stones" + ] + }, + { + "id": "openseek-7-a3349586e52a451ab56e61bdc68a7d7d", + "input": "Category: MEASURING DEVICES \nClue: A spirometer measures the capacity of these organs", + "output": [ + "the lungs" + ] + }, + { + "id": "openseek-7-c57e91f9e19d4c769e93350e11263004", + "input": "Category: LOVE'S LABOUR'S LOST \nClue: This actor divorced Demi Moore in 2000; did she ask for the whole 9 yards?", + "output": [ + "bruce willis" + ] + }, + { + "id": "openseek-7-b2689797689d4892869214a41eec59e3", + "input": "Category: HORSEMEN \nClue: From a word meaning \"adventurer\" or \"vagabond\", they were the Russian army's elite horsemen", + "output": [ + "cossacks" + ] + }, + { + "id": "openseek-7-1f48fa59c87d4990820c94f7a48328ee", + "input": "Category: GO AHEAD, MAKE MY \"DAY\" \nClue: Also a Beatles title, it's someone who goes on an excursion in the morning & returns before bedtime, yeah", + "output": [ + "a daytripper" + ] + }, + { + "id": "openseek-7-223ba4d8308840088bf17e0d1b3bdad5", + "input": "Category: TROPICAL FOREST CREATURES \nClue: There are over 100 species of the poison arrow type of these amphibians", + "output": [ + "frogs" + ] + }, + { + "id": "openseek-7-7a8a3375e7a7445caa2bce8da902063e", + "input": "Category: THE 19-AUGHTs \nClue: This barbershop favorite was a campaign song for \"Honey Fitz\" Fitzgerald", + "output": [ + "\"sweet adeline\"" + ] + }, + { + "id": "openseek-7-93e937b2353e490b8a55d8c6bb94b9ce", + "input": "Category: MAJOR LEES \nClue: He starred in the films \"Fists of Fury\" & \"Game of Death\"", + "output": [ + "bruce lee" + ] + }, + { + "id": "openseek-7-d5fd2afa28034830b075437c8fce6c30", + "input": "Category: EDUCATION \nClue: He was chairman of the National Endowment for the Humanities before becoming Secretary of Education in 1985", + "output": [ + "william bennett" + ] + }, + { + "id": "openseek-7-ad8c65592e634fcd8cda4d6d47376027", + "input": "Category: SYRUPTITIOUS \nClue: After baking, syrup is poured over this multilayered paper-thin Turkish & Greek pastry", + "output": [ + "baklava" + ] + }, + { + "id": "openseek-7-b20f798865cd4389b95fdcbd562d0763", + "input": "Category: PIRATE MOVIES \nClue: Silent screen swashbuckler; his film \"The Black Pirate\" has been called \"a definitive pirate movie\"", + "output": [ + "douglas fairbanks, sr." + ] + }, + { + "id": "openseek-7-993fd25ba2d84f05a96c35c641a70d28", + "input": "Category: TROPICAL FOREST CREATURES \nClue: The coat of the clouded species of this cat provides it with excellent camouflage in India's forests", + "output": [ + "leopard" + ] + }, + { + "id": "openseek-7-3d32d55b9ac6463d95c1df61c544f7d0", + "input": "Category: MALCOLM X IN THE MIDDLE \nClue: On 29, 39 or 49, the age at which Malcolm X died, the same as Martin Luther King, Jr.", + "output": [ + "39" + ] + }, + { + "id": "openseek-7-481db9019bd443c49bd6165629881adf", + "input": "Category: RADIO STARS \nClue: Kyle Cantrell, operations manager at Nashville's WSM-AM, is the Saturday night announcer for this show", + "output": [ + "grand ole opry" + ] + }, + { + "id": "openseek-7-f865dc87feed4a2ca128e47348c05c9d", + "input": "Category: COMIC BOOKS \nClue: \"Leading with my Chin\"", + "output": [ + "jay leno" + ] + }, + { + "id": "openseek-7-a6be0c9b23b1487abaf29bb38719caae", + "input": "Category: WEISS GUYS \nClue: WWII fighter ace Robert Weiss scored more than 100 kills flying Messerschmitts & Focke-Wulfs for this Air Force", + "output": [ + "the luftwaffe" + ] + }, + { + "id": "openseek-7-8c8045a24881482297e1293159d57bb6", + "input": "Category: GO, KELLY! \nClue: He was a losing Super Bowl quarterback 4 times", + "output": [ + "jim kelly" + ] + }, + { + "id": "openseek-7-aa85b4dfd25d4a1ca1e408c93c6358de", + "input": "Category: OBSERVATORIES \nClue: Located on Salisbury Plain, Wiltshire, England, it may have been built as early as 2800 B.C.", + "output": [ + "stonehenge" + ] + }, + { + "id": "openseek-7-f6474931ccbe4e4fbfaaa7074f1c89d6", + "input": "Category: MR. T \nClue: \"Germania\" & \"Historiae\" are major works by this Roman orator & public official", + "output": [ + "tacitus" + ] + }, + { + "id": "openseek-7-f4faf8ab9ab743f28fb0ad9e85030379", + "input": "Category: THAT'S \"OK\" \nClue: To dupe, or a variety of billiards", + "output": [ + "snooker" + ] + }, + { + "id": "openseek-7-778e857af7004c2ab7b4474829d08dbc", + "input": "Category: 7-\"L\"ETTER WORDS \nClue: From the Latin for \"to read\", it's a reading desk with a slanted top in a church", + "output": [ + "lectern" + ] + }, + { + "id": "openseek-7-7babf5d8cd7c406eb7b7e6acec6aa1ab", + "input": "Category: GOSPEL TRUTH \nClue: Mark 10 says a man shall \"cleave to\" this person \"...so they are no more twain, but one flesh\"", + "output": [ + "his wife" + ] + }, + { + "id": "openseek-7-c568d77f09814d1abdefae593d44477e", + "input": "Category: THE CIVIL RIGHTS MOVEMENT \nClue: This league was founded in 1910, largely to help black migrants to New York City", + "output": [ + "the urban league" + ] + }, + { + "id": "openseek-7-5a0167bdd6484a25a1a04cd4d81b3c7e", + "input": "Category: DAD, GUM IT \nClue: This \"colorful\" gum-chewing girl has a golden ticket that gets her & her dad in to see Willy Wonka", + "output": [ + "violet beauregarde" + ] + }, + { + "id": "openseek-7-f0b62523339949218ca9e3df26033826", + "input": "Category: GREAT BRITONS \nClue: The 1st Baron Herbert of Lea was the man who sent this woman and her nurses to the Crimean front", + "output": [ + "florence nightingale" + ] + }, + { + "id": "openseek-7-bdcd46fc5ef44df8b4c57562d92f05b4", + "input": "Category: THE PLANETS \nClue: Because it's closest to the sun, this planet is best seen near the horizon just before sunset or sunrise", + "output": [ + "mercury" + ] + }, + { + "id": "openseek-7-d3ffa51e2b8b4c3a87709322d970aab8", + "input": "Category: FAMOUS SCANDINAVIANS \nClue: The painter who said, \"Illness, madness and death were the dark angels who watched over my cradle\"", + "output": [ + "edvard munch" + ] + }, + { + "id": "openseek-7-6f4994b7eb9545b0a824ead56fcb3d7c", + "input": "Category: ACTORS & ACTRESSES \nClue: Professional name used by the actress seen here during her film career; it's different from her married name (clip from \"Hellcats of the Navy\")", + "output": [ + "nancy davis" + ] + }, + { + "id": "openseek-7-a2ec20be171f47e0aed9133ebb9a6baf", + "input": "Category: THIS 'N' THAT \nClue: Legend says the Dannebrog, now this country's flag, dropped from heaven during a 1219 battle", + "output": [ + "denmark" + ] + }, + { + "id": "openseek-7-3d80dbb442c54d23b69c74716fe56c3a", + "input": "Category: VOCABULARY \nClue: Gullah, which has African roots, is a language spoken by some black inhabitants of this country", + "output": [ + "the united states" + ] + }, + { + "id": "openseek-7-542102a0e5e84490a9a20c2a223ea25d", + "input": "Category: KUNG FU \nClue: Kung fu uses colored sashes rather than belts to indicate this", + "output": [ + "level/rank" + ] + }, + { + "id": "openseek-7-5ea31036d6bc44ea98ea43158cf8e083", + "input": "Category: EASY MOLECULAR BIOLOGY \nClue: These one-celled organisms that may cause disease also produce the \"snipping\" enzymes that create recombinant DNA", + "output": [ + "bacteria" + ] + }, + { + "id": "openseek-7-08e27285085c42cd81394c35cd8f0515", + "input": "Category: ASTRONAUTS \nClue: Physicist Owen Garriott & physician Joe Kerwin were science pilots on missions to this '70s space station", + "output": [ + "skylab" + ] + }, + { + "id": "openseek-7-eaa2862c447640558afe098494e4d0cf", + "input": "Category: SEA LIFE \nClue: The skin of an octopus contains cells called chromatophores that allow it to do this when excited", + "output": [ + "change color" + ] + }, + { + "id": "openseek-7-10380babed2a42aca81b6fbc5497d48d", + "input": "Category: \"B\"EGINNINGS \nClue: It's a synonym for width", + "output": [ + "breadth" + ] + }, + { + "id": "openseek-7-2085f5741dc942179efe8e5e30b01ee1", + "input": "Category: OF AN ENGLISHMAN \nClue: \"Row\" in Mayfair that's home to the finest British tailors", + "output": [ + "savile row" + ] + }, + { + "id": "openseek-7-d07037692f404802b85865ef2432714a", + "input": "Category: AMERICAN HODGEPODGE \nClue: Yee-haw! The Durango Cowgirl Classic is an all-female rodeo in this state", + "output": [ + "colorado" + ] + }, + { + "id": "openseek-7-5a731f01a5214aac850d575a9511efc8", + "input": "Category: THE IROQUOIS \nClue: An Iroquois woman could do this to her husband simply by putting his belongings outdoors", + "output": [ + "divorce him" + ] + }, + { + "id": "openseek-7-6acd9e3e173748529309fadf1483700b", + "input": "Category: FOOD \nClue: The German name of this German cake is Schwarzwalder Kirschtorte", + "output": [ + "black forest torte" + ] + }, + { + "id": "openseek-7-07f47f78e7aa4157ae4888e58924fc2b", + "input": "Category: ODD WORDS \nClue: Now meaning \"drivel\", it used to be a trick to gain applause", + "output": [ + "claptrap" + ] + }, + { + "id": "openseek-7-4321806e7e434aeabe2efbefafac7afa", + "input": "Category: SCIENCE GUYS \nClue: In 1888 this French bacteriologist founded an institute in Paris to continue his rabies research", + "output": [ + "pasteur" + ] + }, + { + "id": "openseek-7-3c665b66154647edbc78140c160ad5fc", + "input": "Category: POPULATIONS \nClue: About 75 percent of this U.S. state's population is found on only one island", + "output": [ + "hawaii" + ] + }, + { + "id": "openseek-7-83acc32a7ed84f63977cd7df650f1f6f", + "input": "Category: BALLET \nClue: Stravinsky & this Russian-born American choreographer collaborated on several ballets including \"Agon\"", + "output": [ + "georges balanchine" + ] + }, + { + "id": "openseek-7-d15ee8e01a114ccdabedf894a27b162b", + "input": "Category: 5-LETTER WORDS \nClue: A big fishing net, maybe in the river of the same name", + "output": [ + "a seine" + ] + }, + { + "id": "openseek-7-327849b6bc4c461d81533e23e78a94a6", + "input": "Category: TV GETS REAL \nClue: This supermodel & onetime judge on \"America's Next Top Model\" started her own \"Modeling Agency\"", + "output": [ + "janice dickinson" + ] + }, + { + "id": "openseek-7-8fe1ba2b71e04a328a87253661a254d3", + "input": "Category: READ THE BOOK \nClue: According to the title of a book by George Eliot, the Dorlcote Mill is on this river", + "output": [ + "the floss" + ] + }, + { + "id": "openseek-7-07d8515f184c435c912c430c8db473b7", + "input": "Category: ROCK OF AGELESS \nClue: Al Rappa, who started as part of this group with Bill Haley in 1956, now leads the group, Bill being dead", + "output": [ + "the comets" + ] + }, + { + "id": "openseek-7-26675e4f6f9b453b9d58c2f46060126d", + "input": "Category: OCCUPATIONS \nClue: Prep & line are types of this 4-letter job", + "output": [ + "cook" + ] + }, + { + "id": "openseek-7-2230814f70ac4ebd933743e33efd975c", + "input": "Category: LOOKING FOR A LATIN LOVER \nClue: You'll be on the money knowing \"out of many, one\" is the translation of this Latin phrase", + "output": [ + "e pluribus unum" + ] + }, + { + "id": "openseek-7-77dabc3e83ec44aeb8b32603a22e60d9", + "input": "Category: BRUSH UP YOUR SHAKESPEARE \nClue: In the '60s, Laurence Olivier put on blackface to play this Shakespearean hero", + "output": [ + "othello" + ] + }, + { + "id": "openseek-7-144c25aa8b9545fb9b86861abc5ad6ef", + "input": "Category: \"KEY\" WORDS \nClue: Qwerty is a standard format for one of these", + "output": [ + "a keyboard" + ] + }, + { + "id": "openseek-7-4d5ac2b2325646dab81f9ccc309d5df6", + "input": "Category: IN THE SMITHSONIAN \nClue: In 1933 Miss Mary McCabe donated the compass this pair used between 1804 & 1806", + "output": [ + "lewis & clark" + ] + }, + { + "id": "openseek-7-38e58f1055954ff4adbdd172e933e0db", + "input": "Category: MIKE TV \nClue: Nefarious CEOs hide under their desks when this \"60 Minutes\" anchor comes knocking on their doors", + "output": [ + "mike wallace" + ] + }, + { + "id": "openseek-7-4c55870f33134c02826c5e543c7d437e", + "input": "Category: MUSICAL THEATRE \nClue: This creator of Jeeves wrote lyrics for more than 2 dozen musicals, including \"Leave It To Jane\"", + "output": [ + "p.g. wodehouse" + ] + }, + { + "id": "openseek-7-ed45d0179ac9444681a0bfb92e70d639", + "input": "Category: EXPLORERS \nClue: This first American to orbit the Earth shot down 3 MIGs during the Korean War", + "output": [ + "john glenn" + ] + }, + { + "id": "openseek-7-818485abc06844f89775fcf31bdf2f1e", + "input": "Category: THE GUARDIAN \nClue: Hephaestus made Talus, a man of brass, to guard this island for its ruler Minos", + "output": [ + "crete" + ] + }, + { + "id": "openseek-7-c2f9a11c6d1c49ca916e16627c75fa0d", + "input": "Category: STUPID ANSWERS \nClue: Leonardo da Vinci was born near this small Tuscan town in 1519", + "output": [ + "vinci" + ] + }, + { + "id": "openseek-7-151ea0b95d8e4e4eaed5c8868d139241", + "input": "Category: AIN'T THAT AMERICA \nClue: From 1784 to 1788 the eastern part of this state was a separate state called Franklin", + "output": [ + "tennessee" + ] + }, + { + "id": "openseek-7-3a4592862cb941bca471c5ce3077452e", + "input": "Category: THE \"FAC\"s OF LIFE \nClue: Send a fax & tell me it's short for this word", + "output": [ + "facsimile" + ] + }, + { + "id": "openseek-7-056a2115470a47c7951986f6acccdd6d", + "input": "Category: QUICKIES \nClue: Comic book superhero seen here", + "output": [ + "the flash" + ] + }, + { + "id": "openseek-7-906d058628ce493cb2978a1ba0ca83e2", + "input": "Category: HODGEPODGE \nClue: This New England state was the first admitted to the Union after the original 13 colonies", + "output": [ + "vermont" + ] + }, + { + "id": "openseek-7-d62e2b17307b41e39bb951318d736a94", + "input": "Category: THERE WILL BE \"UD\" \nClue: A person who does distasteful work; it's also in the name of an online \"Report\"", + "output": [ + "a drudge" + ] + }, + { + "id": "openseek-7-732b2dc666c54b59b3b553ef704071c3", + "input": "Category: THE FIRST SUPPER \nClue: Instead of an elaborate meal, this southerner served peanuts & pretzels", + "output": [ + "jimmy carter" + ] + }, + { + "id": "openseek-7-3da22a2f97db43a1bc709701c50bb3e6", + "input": "Category: U.N. SECRETARIES-GENERAL \nClue: After leaving the U.N., he served as governor of Oslo & Akershus", + "output": [ + "trygve lie" + ] + }, + { + "id": "openseek-7-3c8ef9e6e17644579069e60eb1d05090", + "input": "Category: \"AND\"ROCLES \nClue: Playwright Maxwell or singer Marian", + "output": [ + "anderson" + ] + }, + { + "id": "openseek-7-671fd771520f4596982a7a8479208d10", + "input": "Category: MOTHER GOOSE \nClue: He \"Kissed the girls and made them cry\" & ran away \"when the boys came out to play\"", + "output": [ + "georgie porgie" + ] + }, + { + "id": "openseek-7-944cd40484ba46848dd96f0a35d9d600", + "input": "Category: THE CINEMA: 50 YEARS AGO \nClue: Joseph L. Mankiewicz based his screenplay for this film on Mary Orr's story \"The Wisdom of Eve\"", + "output": [ + "all about eve" + ] + }, + { + "id": "openseek-7-61db3a933ef1439ca0f31895703527cb", + "input": "Category: SMALL U.S. CAPITALS \nClue: Although its population is only about 50,000, it's Wyoming's largest city", + "output": [ + "cheyenne" + ] + }, + { + "id": "openseek-7-e74b71e184c548179019a0aa95bd947e", + "input": "Category: GEOGRAPHIC POP \nClue: A sleek country-rock sound helped this \"Tennessee River\" band have a string of hits in the '80s & '90s", + "output": [ + "alabama" + ] + }, + { + "id": "openseek-7-50f0c9991417478db765eefa4d04f0f3", + "input": "Category: ANAGRAMS \nClue: The way she rambles on nonsensically, she's truly lost these", + "output": [ + "marbles" + ] + }, + { + "id": "openseek-7-c94e6811d0684dc3bf3e6c84ba133800", + "input": "Category: HOUSES OF WORSHIP \nClue: Willow Creek Community Church draws 15,000 worshipers every week to this Illinois city's suburbs", + "output": [ + "chicago" + ] + }, + { + "id": "openseek-7-5a304e70bdf14d2aa3f4bd81cfab9b39", + "input": "Category: DIRTY ROTTEN SCOUNDRELS \nClue: In 1997 Autumn Jackson was convicted of shaking down this comedian she claims is her father", + "output": [ + "bill cosby" + ] + }, + { + "id": "openseek-7-17d8af08f0f94e1b9fe66855bf9f416c", + "input": "Category: ESPIONAGE \nClue: In 1962 the CIA enlisted the Mafia to assassinate this Cuban leader", + "output": [ + "fidel castro" + ] + }, + { + "id": "openseek-7-20765e48ae404ba4bd68519734b4ae6c", + "input": "Category: THE BRITISH INVASION \nClue: This manager of The Beatles managed Billy J. Kramer & The Dakotas", + "output": [ + "brian epstein" + ] + }, + { + "id": "openseek-7-a03b221013314be5905b068613209052", + "input": "Category: \"F\"RIENDS OF SCIENCE \nClue: Before sending this ape expert to Africa in 1966, Louis Leakey asked her to get a pre-emptive appendectomy", + "output": [ + "fossey" + ] + }, + { + "id": "openseek-7-ba391e33d9c44196aebdbec810cb1cfb", + "input": "Category: JUST FOR THE \"HALL\" OF IT \nClue: It's a false perception when no external stimulus exists", + "output": [ + "hallucination" + ] + }, + { + "id": "openseek-7-d064a4afcee1421c88ed9cbfb8f4881f", + "input": "Category: A TRIP TO MARS \nClue: Arnold arduously activates an ancient atmosphere appliance in this 1990 Martian big screen adventure", + "output": [ + "total recall" + ] + }, + { + "id": "openseek-7-7dc64be5f0a4455a9aa7a3aaafc24b3c", + "input": "Category: MAKING A GOOD IMPRESSIONIST \nClue: Painter of \"The Wave\", he was the father of French first wave filmmaker Jean", + "output": [ + "pierre-auguste renoir" + ] + }, + { + "id": "openseek-7-cde848af88be40ae8e8ab395e0fde802", + "input": "Category: HOMETOWN ATHLETES \nClue: Born in 1942, he went to Chicago Vocation High & made crushing ballcarriers his vocation as a Bears linebacker", + "output": [ + "dick butkus" + ] + }, + { + "id": "openseek-7-a308fa08e6e34c0aba98a5f06bc61d06", + "input": "Category: TAKING YOUR LUMPS \nClue: Kipling water carrier called a \"limping lump o' brick dust\"", + "output": [ + "gunga din" + ] + }, + { + "id": "openseek-7-feae4394d1da4a40beb3d8dbb2c77313", + "input": "Category: NOTABLE WOMEN \nClue: She said she healed from a near-fatal fall after reading a passage from the Bible in 1866", + "output": [ + "mary baker eddy" + ] + }, + { + "id": "openseek-7-f7486f105ef840a79aa171ee67c20ed1", + "input": "Category: THE NATIONAL BOOK AWARDS \nClue: At the first National Book Awards, in 1950, Ralph Rusk won for his biography of this other Ralph, an essayist", + "output": [ + "emerson" + ] + }, + { + "id": "openseek-7-911b498ae7804273adb99baaa9bc0fe0", + "input": "Category: ENDORSEMENTS \nClue: The famous black shirt of this country singer who walked the line hangs on the line in Arrow ads", + "output": [ + "johnny cash" + ] + }, + { + "id": "openseek-7-1c8e2bb1514e4c278ae869ec6a504f44", + "input": "Category: ASTRONOMY \nClue: The Maxwell Montes region contains the highest point on this planet, the third brightest object in the sky", + "output": [ + "venus" + ] + }, + { + "id": "openseek-7-f1bc031636144833b6c4c372a7b0066f", + "input": "Category: SCIENCE IN THE 1800s \nClue: In 1861 Eduard Suess, proposer of the concept of Gondwanaland, became professor of this at the U. of Vienna", + "output": [ + "geology" + ] + }, + { + "id": "openseek-7-4d57cca750564971a0eaef1ff1fb6def", + "input": "Category: CONTEMPORARIES \nClue: The only writing Bronte sister whose life overlapped Jane Austen's", + "output": [ + "charlotte" + ] + }, + { + "id": "openseek-7-6387177aef7f441ea246a892a9d074f2", + "input": "Category: ZOOLOGY \nClue: Some of these two-humped camels still roam the Gobi Desert", + "output": [ + "bactrian camels" + ] + }, + { + "id": "openseek-7-9b65e63196b04ee9adada28ac218463e", + "input": "Category: BLUES CLUES \nClue: \"Spider Man Blues\" was a record by this \"Empress of the Blues\"; Sony should be thinking soundtrack!", + "output": [ + "bessie smith" + ] + }, + { + "id": "openseek-7-3035d84ab1e645fcb9ae72257493811f", + "input": "Category: SO THAT'S THE STORY \nClue: Photographer stops to ask directions of an Iowa farm wife; gets 4 days of passionate lovemaking; leaves", + "output": [ + "the bridges of madison county" + ] + }, + { + "id": "openseek-7-2888b3416b754cd1b434c0436551b1f1", + "input": "Category: 19th CENTURY CONSTRUCTION \nClue: It was first designed as \"Egypt carrying the light to Asia\", & its original intended site was Port Said in 1869", + "output": [ + "the statue of liberty" + ] + }, + { + "id": "openseek-7-9c8ba7b52fdb4dd3a2831bb8c6f6c3e1", + "input": "Category: A TRIP TO OUTER SPACE \nClue: Many beautiful images like the one seen here have been given to us by this famous space telescope", + "output": [ + "hubble space telescope" + ] + }, + { + "id": "openseek-7-ca7ee06a70d94f2681a8ce72d38a35c1", + "input": "Category: THE OLD WEST \nClue: This dentist was one of Virgil Earp's deputies in Tombstone, Arizona", + "output": [ + "doc holliday" + ] + }, + { + "id": "openseek-7-f35131ca88ba4820a42183c6d6fff0fb", + "input": "Category: EMMY-WINNING TV \nClue: \"Hill Street Station\" (Writing, 1981)", + "output": [ + "hill street blues" + ] + }, + { + "id": "openseek-7-6c75d38c29624a76b0d53dc85c58cc47", + "input": "Category: HISTORY \nClue: In 1493 he reached Montserrat in the West Indies & named it for a Spanish mountain", + "output": [ + "christopher columbus" + ] + }, + { + "id": "openseek-7-b7c22c644e1548abb5a35ce28991aed7", + "input": "Category: BY THE \"BOOK\" \nClue: The first of these portable libraries was a horse-drawn cart driven by Joshua Thomas in Maryland in April 1906", + "output": [ + "a bookmobile" + ] + }, + { + "id": "openseek-7-e8d23a38785d4bd5b7fddcc4128c7f5c", + "input": "Category: POP MUSIC \nClue: The \"Acid Queen\" costume she wore in \"Tommy\" is now in Cleveland's Rock and Roll Hall of Fame", + "output": [ + "tina turner" + ] + }, + { + "id": "openseek-7-d6e0bd9b113e47038d862ba62073ec45", + "input": "Category: BUSINESS MEN \nClue: This company founded by Berry Gordy Jr. celebrated its 40th anniversary in 1998", + "output": [ + "motown records" + ] + }, + { + "id": "openseek-7-396e09a0edd9407ebd0b59e80c6a8ecd", + "input": "Category: AVERAGE \nClue: Of 2,4,8 or 16, the number of hours a day the TV's on in the average American home", + "output": [ + "8" + ] + }, + { + "id": "openseek-7-b7514696d7db4197bfd8bc98a375b22e", + "input": "Category: WALK THE LINE \nClue: On film Mary Poppins says the children will tread the path described by this pair of proverbial adjectives", + "output": [ + "the straight & narrow" + ] + }, + { + "id": "openseek-7-52d66642c65145fc915221def0f86276", + "input": "Category: SAY, \"WHAT\"? \nClue: Catchphrase often used by Russian-American comedian Yakov Smirnoff", + "output": [ + "\"what a country!\"" + ] + }, + { + "id": "openseek-7-552000dea60c4db6a6fc01e7e24200ad", + "input": "Category: CHILD ACTORS \nClue: Henry Thomas, who played this role in \"E.T.\", turned 40 in 2011", + "output": [ + "elliott" + ] + }, + { + "id": "openseek-7-db565ae6ec8c49e585cd3a27c8f509e6", + "input": "Category: REALLY BAD DATES \nClue: Outdated equipment was said to be a cause of the Dec. 3, 1984 deadly gas leak at a plant in Bhopal in this country", + "output": [ + "india" + ] + }, + { + "id": "openseek-7-ca5c3d8044944fbda2a93edc68275309", + "input": "Category: ROCK WITH YOU \nClue: Eric Clapton charted 3 times with this song: in 1971, 1972 & 1992", + "output": [ + "\"layla\"" + ] + }, + { + "id": "openseek-7-c38d4f4255ae434a957398cead797bbf", + "input": "Category: DON'T ROCK THE... \nClue: This large barge of the Bible carried passengers in pairs", + "output": [ + "noah\\'s ark" + ] + }, + { + "id": "openseek-7-cfa22c63c6e74c22ae9ed8e375463593", + "input": "Category: FLORA & FAUNA \nClue: Songbird seen here, or a girl's first name", + "output": [ + "robin" + ] + }, + { + "id": "openseek-7-803c0b250bfd4aa79a6acd02352a940c", + "input": "Category: OSCAR-WINNING SONGS \nClue: \"Chim Chim Cher-ee\"", + "output": [ + "mary poppins" + ] + }, + { + "id": "openseek-7-7de2757d84684f0f9d9152df1e5515ad", + "input": "Category: '70s MUSIC \nClue: \"An Old Fashioned Love Song\" & \"Never Been to Spain\" were '70s hits for this trio", + "output": [ + "three dog night" + ] + }, + { + "id": "openseek-7-be52ef670e3344e1b505f53654d5ffa3", + "input": "Category: A CENTURY OF REIGN \nClue: Germany's Wilhelm I", + "output": [ + "the 19th century" + ] + }, + { + "id": "openseek-7-79862684da034f3b98d32a84779612f8", + "input": "Category: ACCESSORIES \nClue: NYC jeweler Fulco di Verdura originated the use of seashells on these sleeve closers", + "output": [ + "cufflinks" + ] + }, + { + "id": "openseek-7-7c14c6f2a41f4615975e7547bd2baeec", + "input": "Category: I'M DATING MYSELF \nClue: I'm excited about this political magazine with Cindy Crawford as Washington on its first cover", + "output": [ + "george" + ] + }, + { + "id": "openseek-7-aa803289713845408967a4b00d66609b", + "input": "Category: THE 50 STATES \nClue: The name of this state is from an Aleut word meaning \"Great Land\"", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-d30b1dd8dc114724995f531150c8bac6", + "input": "Category: FAMOUS NAMES \nClue: Fred Noonan was navigator on the 1937 around-the-world flight on which she disappeared", + "output": [ + "amelia earhart" + ] + }, + { + "id": "openseek-7-76332ce2a13449f48369cd5e587aee5c", + "input": "Category: GEOGRAPHY \nClue: In 1861 this island with its Port of Cagliari was \"squeezed\" into the Kingdom of Italy", + "output": [ + "sardinia" + ] + }, + { + "id": "openseek-7-7aaf43fd27004d7fb27a5d30a4070434", + "input": "Category: FOREIGN CUISINE \nClue: Tennessee Williams could have told you this lizard is a taste treat in Mexico; it's even found in tamales", + "output": [ + "the iguana" + ] + }, + { + "id": "openseek-7-f1a64082891d4be0823a5d214146eb12", + "input": "Category: BY 2000 \nClue: Computers that recognize 00 as this date have to be fixed by the year 2000", + "output": [ + "1900" + ] + }, + { + "id": "openseek-7-bcef82a70c834fa7a763a40c2f5634b8", + "input": "Category: DESCRIBING THE OLYMPIC SPORT \nClue: Synchronized springboard is one event in this sport", + "output": [ + "diving" + ] + }, + { + "id": "openseek-7-5346f8a2ed8346048215250c53d01309", + "input": "Category: ANIMALS ROCK \nClue: Pinnipeds who barked out \"Summer Breeze\" with Crofts", + "output": [ + "seals" + ] + }, + { + "id": "openseek-7-2ba5cf8633d047379f69ce686eb4c1cb", + "input": "Category: THE VICE PRESIDENCY \nClue: The vice president serves as the presiding officer, or president, of this U.S. government body", + "output": [ + "the senate" + ] + }, + { + "id": "openseek-7-03d426f74ceb4cac8682c6d479c94879", + "input": "Category: HISTORY'S MYSTERIES \nClue: The Navy doesn't like to attribute the loss of the USS Cyclops to forces in this spooky area", + "output": [ + "the bermuda triangle" + ] + }, + { + "id": "openseek-7-b822ef88255047838045d3987616575e", + "input": "Category: WOODWORKING \nClue: Rafter, framing & T-bevel are useful types of this \"geometric\" tool", + "output": [ + "square" + ] + }, + { + "id": "openseek-7-48deaea20f444bd7a3df76282ab36178", + "input": "Category: NAME THE AUTOMAKER \nClue: Legend & Integra", + "output": [ + "acura" + ] + }, + { + "id": "openseek-7-a9037a068b8448bc9ed2d59129ecf3a7", + "input": "Category: DINING OUT IN EUROPE \nClue: Diners enjoy Baroque era cuisine while listening to Baroque music at Barokk in this Hungarian capital", + "output": [ + "budapest" + ] + }, + { + "id": "openseek-7-ba9abee8a93646a0b451f3285dc27e53", + "input": "Category: PRESIDENTIAL LIFESPANS \nClue: May 8, 1884 - December 26, 1972", + "output": [ + "harry truman" + ] + }, + { + "id": "openseek-7-74e64064259a402baa31f4db5a163191", + "input": "Category: CELEBRITY INVENTIONS \nClue: In 1969 a heartbeat alarm worn on the wrist was patented by Zeppo of this comedy team", + "output": [ + "the marx brothers" + ] + }, + { + "id": "openseek-7-ba0576a578d74a9caf69eea6dd220c27", + "input": "Category: 2-LETTER WORDS \nClue: Freudian component of personality that seeks immediate gratification", + "output": [ + "id" + ] + }, + { + "id": "openseek-7-64aa2436fbe1474e9181ba27e1bc14d9", + "input": "Category: MYTHOLOGY \nClue: In Slavic myth, Svarozic, the god of fire, is the brother of Dazhbog, god of this heavenly body", + "output": [ + "sun" + ] + }, + { + "id": "openseek-7-ce989ba107e24fcaabd68319d9f47471", + "input": "Category: BIBLICAL SPEAKERS BUREAU \nClue: \"Tell me, I pray thee, wherein thy great strength lieth\"", + "output": [ + "delilah" + ] + }, + { + "id": "openseek-7-defde2377b4b4db29de4118bf15630ce", + "input": "Category: ECO SUAVE \nClue: Recent studies in Oman & New Guinea have discovered peridotite rocks that can absorb tons of this major greenhouse gas", + "output": [ + "carbon dioxide" + ] + }, + { + "id": "openseek-7-ad6c4de7203e49608ca1b546aa412655", + "input": "Category: AMERICAN TOWNS & CITIES \nClue: Now famous for a golf tournament, it was the city where Georgia ratified the U.S. Constitution", + "output": [ + "augusta" + ] + }, + { + "id": "openseek-7-bfee9831d1cb4d90aa5cf79c1fe12326", + "input": "Category: CASTLING \nClue: No castle is complete without this deep trench that prevents access from the surrounding land", + "output": [ + "a moat" + ] + }, + { + "id": "openseek-7-5927fe2d69564cd88bd53c3c876607b3", + "input": "Category: GREASY SPOON PHRASE BOOK \nClue: A request for this style of cooked eggs makes the waitress yell out \"Wreck 'em!\"", + "output": [ + "scrambled eggs" + ] + }, + { + "id": "openseek-7-1e2fedba4a8241ca914e31fe9c0c4294", + "input": "Category: LAW \nClue: To avoid litigation, this type of insurance or divorce avoids affixing blame", + "output": [ + "no-fault" + ] + }, + { + "id": "openseek-7-38463ae7eee243eca6418bb20499ad54", + "input": "Category: \"ME\" IN THE MIDDLE \nClue: Sumerian epic hero who faced an apocalyptic flood", + "output": [ + "gilgamesh" + ] + }, + { + "id": "openseek-7-8a9cf94e9a4a4518b3fcd041479f610e", + "input": "Category: ISLANDS \nClue: It's the largest island in the Malay Archipelago & the second largest in the world", + "output": [ + "new guinea" + ] + }, + { + "id": "openseek-7-7d5929152ff343118ad4c9e873d72792", + "input": "Category: DON'T BE A PAIN \nClue: There are several types of these nerve cells: some respond to temperature, some to pressure & some to pain", + "output": [ + "sensory receptors" + ] + }, + { + "id": "openseek-7-82b3fdf4c14c4717a226be96ead3173e", + "input": "Category: ACTRESSES \nClue: This wife of Tom Cruise starred as sexy psychopath Suzanne Stone in the 1995 film \"To Die For\"", + "output": [ + "nicole kidman" + ] + }, + { + "id": "openseek-7-edc48f46d4c74f559a5a4034a6754e94", + "input": "Category: THEIR ROMAN EQUIVALENTS \nClue: Odysseus", + "output": [ + "ulysses" + ] + }, + { + "id": "openseek-7-c2943500f5a34b85880963034f4cf94e", + "input": "Category: EARLS \nClue: This 1623 edition of Shakespeare is dedicated to the Earls of Pembroke & Montgomery", + "output": [ + "first folio" + ] + }, + { + "id": "openseek-7-55fc7b1b90534f5ebf7bf5100a03c8d2", + "input": "Category: THE GOD SQUAD \nClue: He was the one-eyed top god of the Vikings", + "output": [ + "odin" + ] + }, + { + "id": "openseek-7-7ac862cd656042c9ae010cc692cc917b", + "input": "Category: EUROPE'S GOT TALENT TOO \nClue: Move over Jack Palance! Yvan de Weber of Switzerland holds the world record for these, 120 in 1 minute, 1-handed", + "output": [ + "a push-up" + ] + }, + { + "id": "openseek-7-7549a6ed5d27461783928aa3bd0effbf", + "input": "Category: FROM B TO C \nClue: Branch of the Indo-European family of languages", + "output": [ + "baltic" + ] + }, + { + "id": "openseek-7-480bee6f006740a1a04cfc3d35338eba", + "input": "Category: U.S.A. \nClue: Washington, D.C. residents did this for the 1st time in November, 1964", + "output": [ + "vote for president" + ] + }, + { + "id": "openseek-7-e3ff48e2789a4a0496e77a69f802bc9d", + "input": "Category: EATING OUT \nClue: This fast food chicken chain offers red beans & rice & mashed potatoes & cajun gravy, but no spinach", + "output": [ + "popeye\\'s" + ] + }, + { + "id": "openseek-7-fc8d8a8562e24e72a305ecdceeea099f", + "input": "Category: JAPAN \nClue: Japan's first railway line ran for 18 miles from Tokyo to this city, Japan's largest port", + "output": [ + "yokohama" + ] + }, + { + "id": "openseek-7-f86a06d870854a63829b0b185c3f58b9", + "input": "Category: POSSESSIVE LIT \nClue: It was the biggest-selling American novel of the 1850s", + "output": [ + "\"uncle tom\\'s cabin\"" + ] + }, + { + "id": "openseek-7-4df7eeb384fa4f688fed747313a9d56a", + "input": "Category: PRINTING \nClue: A trademark of the A.B. Dick Co., this largely obsolete duplicator uses a stencil fitted on a cylinder", + "output": [ + "a mimeograph" + ] + }, + { + "id": "openseek-7-7f0bd529385b499f95cf0b121d887c54", + "input": "Category: WORD ORIGINS \nClue: Mark Twain should have known the name of this fruit may be an alternation of “hurtleberry”", + "output": [ + "huckleberry" + ] + }, + { + "id": "openseek-7-672c3bbdd243400d9d77a4c17365dede", + "input": "Category: CARIBBEAN CUISINE \nClue: In Barbados, you'll go cuckoo for cou-coo, a mix of cornmeal & this eesential gumbo veggie", + "output": [ + "okra" + ] + }, + { + "id": "openseek-7-f7ff7991e5a9451099b2141871ca0dff", + "input": "Category: \"FOO\" FINDERS \nClue: Iron pyrite", + "output": [ + "fool\\'s gold" + ] + }, + { + "id": "openseek-7-e37c125140034da39548534b31e10e16", + "input": "Category: STUPID ANSWERS \nClue: Street crime was up in Liverpool, England in May 1998 as criminals stole one of these worth $16,000", + "output": [ + "street" + ] + }, + { + "id": "openseek-7-fc512e0f1f224bf7a2d1ce0504bbc87c", + "input": "Category: SCIENCE & TECHNOLOGY \nClue: Common in California, it's the type of \"farm\" seen here", + "output": [ + "wind farm" + ] + }, + { + "id": "openseek-7-45c38a342c634ac2811242f41ec8003f", + "input": "Category: THE SHORT FORM \nClue: They're the \"cal\" in lo-cal salad dressing", + "output": [ + "calories" + ] + }, + { + "id": "openseek-7-36f388369c334472b94441a18f0c7382", + "input": "Category: WINES & SPIRITS \nClue: Popular in China, shaoxing is a wine made from this grain", + "output": [ + "rice" + ] + }, + { + "id": "openseek-7-288354d5fcfd43dab6b994b1a2a22f68", + "input": "Category: PO \nClue: The Po is the longest river in this country", + "output": [ + "italy" + ] + }, + { + "id": "openseek-7-01bd8b6e178f4f3291132f03e8d81590", + "input": "Category: TV OR NOT TV \nClue: When \"Wheel of Fortune\" with Chuck Woolery premiered on NBC, this man was in his 5th month of 29 as president", + "output": [ + "gerald ford" + ] + }, + { + "id": "openseek-7-cc1b40eb40ba43e8b851669b2cbe57ef", + "input": "Category: THE 1000s \nClue: Around 1004 the Saracens just sacked this Italian city; they didn't put a \"lean\" on it", + "output": [ + "pisa" + ] + }, + { + "id": "openseek-7-95bb4e8aaf7d42b5826dd86ae1980ea5", + "input": "Category: IT'S ALL ABOUT HER \nClue: \"Goodness Had Nothing to Do With It\"", + "output": [ + "mae west" + ] + }, + { + "id": "openseek-7-47339f33fff34b5992fd096b433decab", + "input": "Category: LATIN AMERICAN HISTORY \nClue: In 1921 the United States paid this country $25 million for its loss of Panama 18 years earlier", + "output": [ + "colombia" + ] + }, + { + "id": "openseek-7-9c5f4a73022d46e68930d1d4d231d32b", + "input": "Category: \"SAR\" CHASM \nClue: Similar to sarcastic, it's an adjective meaning disdainful or ironically mocking", + "output": [ + "sardonic" + ] + }, + { + "id": "openseek-7-83df07ed8707493a80022b9b5f15316b", + "input": "Category: JOCK JACKS & JOHNS \nClue: In 1986, at age 46, this \"Golden Bear\" became the oldest golfer to win the Masters tournament", + "output": [ + "jack nicklaus" + ] + }, + { + "id": "openseek-7-7adff950f7ab4ca6889d9dd558db7182", + "input": "Category: PRESIDENTIAL HUMOR \nClue: This \"hope\"ful president said the job is like running a cemetery: a \"lot of people under you, but nobody's listening\"", + "output": [ + "bill clinton" + ] + }, + { + "id": "openseek-7-fbae68573a2342dfb0a88d4c74047809", + "input": "Category: HENRY \nClue: Henry Pu Yi's last years as the ruler of China were the basis of this 1987 film", + "output": [ + "the last emperor" + ] + }, + { + "id": "openseek-7-f02191bcb91049d8a444d67ef22477eb", + "input": "Category: NATIONAL RHYME TIME \nClue: Paris jodhpurs", + "output": [ + "france pants" + ] + }, + { + "id": "openseek-7-22f3260fe22c467eba1c5e5ca5ac6073", + "input": "Category: MIND THE \"GAP\" \nClue: Asian island fortress surrendered by the British in 1942", + "output": [ + "singapore" + ] + }, + { + "id": "openseek-7-63674b569277438aac47437bffc97f5a", + "input": "Category: \"SAVE\" \nClue: Of great importance to the Chinese, this phrase is another way of saying \"avoid embarrassment\"", + "output": [ + "save face" + ] + }, + { + "id": "openseek-7-546ecffc666c4226913183ac676e89c5", + "input": "Category: AUDIO BOOKS \nClue: Stephen Covey made time to read his own bestseller \"The 7 Habits of\" these people", + "output": [ + "highly effective people" + ] + }, + { + "id": "openseek-7-8974042a12fc411aafc673bc92c16971", + "input": "Category: LITERARY ALLUSIONS \nClue: The object of a prolonged quest is often referred to as this Christian cup of medieval legend", + "output": [ + "the holy grail" + ] + }, + { + "id": "openseek-7-8fe22c21513140dd846816e547c1a883", + "input": "Category: THAT '70s TEAM \nClue: In 1977 Graig Nettles, Mickey Rivers & Thurman Munson wore this team's pinstripes", + "output": [ + "new york yankees" + ] + }, + { + "id": "openseek-7-3b8ab9112b9f425e91b7c92c79f7ee00", + "input": "Category: AMERICAN POETS & POETRY \nClue: Although published as a separate volume in 1865, Whitman's \"Drum-taps\" was later included in this work", + "output": [ + "leaves of grass" + ] + }, + { + "id": "openseek-7-a04844d71c2f4d6abf28555c48341ec2", + "input": "Category: STARTING HERE \nClue: In New York City on October 1, 1999 I rang the opening bell to start this", + "output": [ + "new york stock exchange" + ] + }, + { + "id": "openseek-7-46b0a57541604031ad006279fa37cc05", + "input": "Category: HISTORIC QUOTATIONS \nClue: Thomas More said if this body part of his could win Henry VIII a castle in France, \"it should not fail to go\"", + "output": [ + "his head" + ] + }, + { + "id": "openseek-7-5ec9a36b91f44622aa53e9fc51e30311", + "input": "Category: GET YOUR SITH TOGETHER \nClue: He's 7 feet tall & the Millennium Falcon's first mate, but he's not much of a conversationalist", + "output": [ + "chewbacca" + ] + }, + { + "id": "openseek-7-00d2b1a134814df982f28ba8f98b949a", + "input": "Category: WYATT EARP \nClue: Wyatt was working as a railroad detective when John Shanssey introduced him to this sometime dentist", + "output": [ + "doc holliday" + ] + }, + { + "id": "openseek-7-ac09931da4324f4f8c4f8267076ef4fd", + "input": "Category: QUESTIONS \nClue: Robert Kennedy liked to say that some men see things & ask why, but he dreamed things & asked this", + "output": [ + "\"why not?\"" + ] + }, + { + "id": "openseek-7-2b293bcded7541538182317c07cf7147", + "input": "Category: ONLY YESTERDAY \nClue: This R&B quartet's version of \"Yesterday\" is on their 1994 album \"II\"", + "output": [ + "boyz ii men" + ] + }, + { + "id": "openseek-7-2ecfeebb248c43c0a8832b3db7750985", + "input": "Category: POISONING \nClue: When this randy U.S. president died suddenly in Frisco after a trip to Alaska, rumors swirled his wife had poisoned him", + "output": [ + "warren g. harding" + ] + }, + { + "id": "openseek-7-902c8116258642e89436b571dc63c43d", + "input": "Category: BIRTH OF A PRESIDENT \nClue: July 4, 1872 in Plymouth, Vermont", + "output": [ + "calvin coolidge" + ] + }, + { + "id": "openseek-7-1277b1391e5046e6b7d71595edd625e6", + "input": "Category: SKYSCRAPERS BY CITY \nClue: Cadillac Tower", + "output": [ + "detroit" + ] + }, + { + "id": "openseek-7-fbd7cbe4ea8c4f1ab481a95c6029444d", + "input": "Category: WEST ON THE MAP \nClue: Since 1967 Israel has occupied a controversial area on the West Bank of this river", + "output": [ + "the jordan river" + ] + }, + { + "id": "openseek-7-383452c6c23844e89b5d4e62985366ad", + "input": "Category: CUBA \nClue: This Pulitzer & Nobel prize-winning novelist's home in pre-Castro Cuba was called \"Finca Vigia\"", + "output": [ + "ernest hemingway" + ] + }, + { + "id": "openseek-7-6a3348e8341347918fe8c27cbc45a9f7", + "input": "Category: ROCK & ROLL IS HERE TO STAY \nClue: Completes the Springsteen title line, \"Cause tramps like us, baby we were...\"", + "output": [ + "\"born to run\"" + ] + }, + { + "id": "openseek-7-8f42400db81a4a00bd84f0a75fd202d1", + "input": "Category: POLITICAL WORDS & PHRASES \nClue: Teddy Roosevelt used this boxing phrase to announce his 1912 candidacy & said, \"The fight is on & I'm stripped to the buff\"", + "output": [ + "\\\"throw a hat in the ring\\\"" + ] + }, + { + "id": "openseek-7-dbacd99016e4444db8d5bfed7985bcc9", + "input": "Category: THE 1930s \nClue: Gen. Emilio Mola said this group of Fascist supporters in Madrid would help him take the city", + "output": [ + "the fifth column" + ] + }, + { + "id": "openseek-7-adb9ae5254e24bfca3e3aa15673b5bc4", + "input": "Category: 1981 \nClue: With Reagan as a character witness, this entertainer was given a license by the Nev. Gaming Commission", + "output": [ + "frank sinatra" + ] + }, + { + "id": "openseek-7-b9c87003416c467d81432cc166af9e73", + "input": "Category: ENDS WITH 2 VOWELS \nClue: You'll earn points for knowing it's a Girl Scout 6 to 8 years old", + "output": [ + "a brownie" + ] + }, + { + "id": "openseek-7-6c75f94909214a4c95ce952347bf8bf8", + "input": "Category: CLIFF NOTES \nClue: This prehistoric monument on the Salisbury Plain is thought to be carved from stones of the Prescelly Mtns.", + "output": [ + "stonehenge" + ] + }, + { + "id": "openseek-7-c69126df351744d29b6edbd52c722f9c", + "input": "Category: CARS \nClue: The name of this maker of the Q45 makes it sound like it will run forever", + "output": [ + "infiniti" + ] + }, + { + "id": "openseek-7-3a291cb0747948a79a3015a575f123aa", + "input": "Category: RELIGION \nClue: Some 3 million pilgrims visit this small French town annually", + "output": [ + "lourdes" + ] + }, + { + "id": "openseek-7-6a772563979845499525ed08ba5eb6e4", + "input": "Category: HOOKED ON PHOENIX \nClue: This pro team plays its home games at Phoenix' Bank One Ballpark", + "output": [ + "the diamondbacks" + ] + }, + { + "id": "openseek-7-34fe1b038033460588dcf45c9593c903", + "input": "Category: JANE AUSTEN \nClue: We don't want to leave you \"Clueless\" -- Sir Walter Scott gave this 1816 book by Jane a good review", + "output": [ + "\"emma\"" + ] + }, + { + "id": "openseek-7-ca20678d43874087b48caef4b39ba03d", + "input": "Category: SCIENCE \nClue: Black spot is a serious fungal disease that affects these flowers; rugosas have good resistance", + "output": [ + "roses" + ] + }, + { + "id": "openseek-7-03777eb4186c4fbd932fb977762f1d4f", + "input": "Category: CEREMONIES \nClue: In a Tibetan rite, a boy who picks out this man's former possessions is declared his reincarnation", + "output": [ + "dalai lama" + ] + }, + { + "id": "openseek-7-0b26aaf270ae4d039987ed4e9e072540", + "input": "Category: TRAVEL & TOURISM \nClue: This sparsely populated state has the highest percentage of its workforce in tourism, about a third", + "output": [ + "nevada" + ] + }, + { + "id": "openseek-7-f45503f9fc66483ab29bd9223750ecb0", + "input": "Category: TOYS & GAMES \nClue: Technic & Mindstorms are 2 of the lines of building sets from this brand", + "output": [ + "lego" + ] + }, + { + "id": "openseek-7-28ae89ee98ec4d15a58703d062afe787", + "input": "Category: SIXTEENTH \nClue: In Super Bowl XVI this team led by Joe Montana defeated the Bengals, 26-21", + "output": [ + "san francisco 49ers" + ] + }, + { + "id": "openseek-7-eba82242786a4cb790e26672cab79999", + "input": "Category: AIRLINES CODES \nClue: DL", + "output": [ + "delta" + ] + }, + { + "id": "openseek-7-95eca7d7eb014b789be9de46749820bc", + "input": "Category: THE THEATAH \nClue: Jack Absolute & Bob Acres, both vying for Lydia Languish's hand, are the title characters of this Sheridan play", + "output": [ + "the rivals" + ] + }, + { + "id": "openseek-7-95299f0a33f646d780c2c39c9af0c0ae", + "input": "Category: U.S. GEOGRAPHY \nClue: Johns Hopkins University in this city is the home of the Lacrosse Hall of Fame", + "output": [ + "baltimore" + ] + }, + { + "id": "openseek-7-62bafc42a130414a8c6e00590de5788d", + "input": "Category: 10-LETTER WORDS \nClue: (Jimmy of the Clue Crew in Seattle) Used in \"Hamlet\", it's the common British term for the vendor I'm buying from", + "output": [ + "fishmonger" + ] + }, + { + "id": "openseek-7-fd4230deb8d34e47ac1e5d89c738a3d5", + "input": "Category: THAT'S JUST WRONG \nClue: From the Latin for \"to deceive\", it can precede teeth or sense of security", + "output": [ + "false" + ] + }, + { + "id": "openseek-7-485bb1184ca84072ab6f3074b21254e6", + "input": "Category: JAMES \nClue: He came up with a copier machine & a clothes dryer as well as a famous engine", + "output": [ + "james watt" + ] + }, + { + "id": "openseek-7-75d6907035b74dd684837646a89f5e3a", + "input": "Category: WHAT TO WEAR? \nClue: A popular slogan on this protective garment is \"Kiss the cook\"", + "output": [ + "an apron" + ] + }, + { + "id": "openseek-7-738484f7abed4b239d63b84ee28208ce", + "input": "Category: CANADIAN HISTORY \nClue: The Meech Lake Accord, which recognized this province as a distinct society, failed to win approval in 1990", + "output": [ + "quebec province" + ] + }, + { + "id": "openseek-7-5643557068424e73a7b9276dd71263eb", + "input": "Category: YOUR WEAPON OF CHOICE \nClue: In September of 2009 a would-be burglar met up fatally with a resident wielding this Japanese warriors' sword", + "output": [ + "a samurai sword" + ] + }, + { + "id": "openseek-7-3f2b2fd8067740acaf7a71a213714d42", + "input": "Category: FABULOUS FELINES \nClue: Matilda, seen here, is the resident cat at this Manhattan hotel; you might find her near the round table", + "output": [ + "the algonquin" + ] + }, + { + "id": "openseek-7-4c1673faafdc4996bdb58f4cf44c1023", + "input": "Category: 1980s LIT \nClue: Type of machine referred to in the title of Tracy Kidder's nonfiction work \"The Soul of a New Machine\"", + "output": [ + "computer" + ] + }, + { + "id": "openseek-7-afa8653bc4cd486ba6b28d2b7e9929a0", + "input": "Category: ZOOLOGY \nClue: Unlike the octopus or squid, the nautilus may have up to 90 of these armlike appendages", + "output": [ + "tentacles" + ] + }, + { + "id": "openseek-7-181a23ebe2114548aa4c38985c390fd5", + "input": "Category: WRITERS \nClue: This \"Roses are Red\" author also inspired a TV show with his \"Women's Murder Club\" series", + "output": [ + "james patterson" + ] + }, + { + "id": "openseek-7-4642e4b99e724c3ea166bc64d2087e8a", + "input": "Category: NEW REPUBLIC \nClue: This new nation is south of Poland, north of Hungary and east of the Czech Republic", + "output": [ + "slovakia" + ] + }, + { + "id": "openseek-7-9c5e7ed9ac834389b334b048c82ec1df", + "input": "Category: TEACHERS ON TV \nClue: Mr. Novak & Miss Brooks taught this subject", + "output": [ + "english" + ] + }, + { + "id": "openseek-7-f44fdafd726f409cb21c56ad51b53521", + "input": "Category: A HIT TWICE \nClue: At No. 3, this Jose Feliciano hit \"couldn't get much higher\", but it had when the Doors took it to No. 1", + "output": [ + "\"light my fire\"" + ] + }, + { + "id": "openseek-7-ca3fe2aad8c9463c9275871b30b37f4b", + "input": "Category: THE NEXT BIBLE BOOK AFTER... \nClue: Genesis", + "output": [ + "exodus" + ] + }, + { + "id": "openseek-7-b7483e0b7b58415d8a51977cd02058c9", + "input": "Category: LOTS OF CHARACTER \nClue: In March 2000 the only way to get \"Riding The Bullet\", Stephen King's tale of Alan Parker, was by doing this", + "output": [ + "logging onto the internet" + ] + }, + { + "id": "openseek-7-1b482f064deb4d288f56e0a5f0a88b7e", + "input": "Category: AMERICAN LITERATURE \nClue: His story \"Ms. Found in a Bottle\" was the prize-winning entry in an 1833 newspaper contest", + "output": [ + "edgar allan poe" + ] + }, + { + "id": "openseek-7-60363276c5f34eb48a08867d1c9a6f9a", + "input": "Category: VOCABULARY \nClue: Meaning savage & cruel, it comes from the Latin \"trux\", which means fierce", + "output": [ + "truculent" + ] + }, + { + "id": "openseek-7-91d22d88d0194cbc92bc5547ca184797", + "input": "Category: EUROPEAN RULERS \nClue: This man who became a ruler in April 2005 is the great-nephew of the 1926 winner of the Pulitzer Prize for Drama", + "output": [ + "prince albert ii of monaco" + ] + }, + { + "id": "openseek-7-fb4a22368b2947af9fc49b729c7d2383", + "input": "Category: U.S. HISTORY \nClue: Henry Flagler, a founder of Miami, was one of the original stockholders in this Ohio-based oil company", + "output": [ + "standard oil" + ] + }, + { + "id": "openseek-7-a59574af3c79420c8c31be3babf79596", + "input": "Category: 2-LETTER WORDS \nClue: It's the first-person singular present indicative of be", + "output": [ + "am" + ] + }, + { + "id": "openseek-7-04d3b235c0f14224b95aa2f6d38bb59a", + "input": "Category: MAY 26 \nClue: On May 26, 1805 this crown-crazy Corsican became king of Italy", + "output": [ + "napoleon" + ] + }, + { + "id": "openseek-7-a1bd6988a2764efbb069f9e710b0bbec", + "input": "Category: WOMEN'S FIRSTS \nClue: Wilma Mankiller was the first woman to serve as principal chief of this Southeast Native American tribe", + "output": [ + "the cherokee" + ] + }, + { + "id": "openseek-7-c62188bf67d64ede9f49ff89d201e405", + "input": "Category: \"STUPID\" ANSWERS \nClue: There may be stupid answers, but proverbially, there are no these", + "output": [ + "stupid questions" + ] + }, + { + "id": "openseek-7-0dc1095d2c624ecfa270d8e809111c6b", + "input": "Category: WORLD RELIGION \nClue: Inti was the sun god prayed to by the ruling family of this South American empire", + "output": [ + "incas" + ] + }, + { + "id": "openseek-7-908f10d1d105431b843acfc9d654a17a", + "input": "Category: BIBLICAL QUOTES \nClue: \"And they took\" his \"coat and killed a kid of the goats and dipped the coat in the blood\"", + "output": [ + "joseph" + ] + }, + { + "id": "openseek-7-f93834c784f644b3a4865cffe4145cc4", + "input": "Category: ENDS IN DOUBLE E \nClue: Ah, yes, hello, my dear, my little this bird of the titmouse family", + "output": [ + "chickadee" + ] + }, + { + "id": "openseek-7-79e6648db3b84355b1a812e759f856bc", + "input": "Category: GODLY RHYME TIME \nClue: Supreme Greek god's suspensions of hostilities", + "output": [ + "zeus\\'s truces" + ] + }, + { + "id": "openseek-7-8e14c44e6e884cc7ba72c2176f2293b6", + "input": "Category: PICK UP YOUR CLOTHES \nClue: It's a case in court brought by one party against another", + "output": [ + "suit" + ] + }, + { + "id": "openseek-7-fa9dd39ac4884f80a9fda350a04f0947", + "input": "Category: WHODUNIT \nClue: In \"Platoon\", Sergeant Barnes, played by Tom Berenger", + "output": [ + "charlie sheen" + ] + }, + { + "id": "openseek-7-ec28b7471eff47d2b2d8bc59fcc0489b", + "input": "Category: SPORTS SUPERSTITIONS \nClue: Avoid faults by never holding more than 2 balls when serving in this sport", + "output": [ + "tennis" + ] + }, + { + "id": "openseek-7-a19ec6eb83b64e5ea8c61279e8ec5934", + "input": "Category: ROCK & ROLL \nClue: This female vocalist joined Big Brother & The Holding Company in June 1966", + "output": [ + "janis joplin" + ] + }, + { + "id": "openseek-7-ef2b10cf2b9b4cec9f193c6b8455efc5", + "input": "Category: MALTA BOUND \nClue: When a critter is said to be a Maltese, it's often a white one of these animals", + "output": [ + "dog" + ] + }, + { + "id": "openseek-7-3ad7e5fd623d43698407ef021c2bf42d", + "input": "Category: WORDS \nClue: This 6-letter word can mean both a bright light above someone's head & a dark cloud above our heads", + "output": [ + "nimbus" + ] + }, + { + "id": "openseek-7-a3c9925c9c6c498babc2cff220d05f3d", + "input": "Category: POTPOURRI \nClue: Python & Scorpion aren't merely animals, they're 2 of these rides at Busch Gardens Tampa Bay", + "output": [ + "roller coasters" + ] + }, + { + "id": "openseek-7-feb63583fa494382a51f0ecdcf361bf7", + "input": "Category: FEELING POSSESSIVE \nClue: This observance celebrates the \"Apostle of Ireland\"", + "output": [ + "st. patrick\\'s day" + ] + }, + { + "id": "openseek-7-95b580a80f8d427da02a41b6deac7b2b", + "input": "Category: DAYS OF THE WEEK \nClue: It's estimated 100 million people attended his early 20th century religious revivals", + "output": [ + "billy sunday" + ] + }, + { + "id": "openseek-7-44ab6bc6effc4b199ec1d44b6817d8fb", + "input": "Category: SUPER HEROES \nClue: Still seen in Thanksgiving parades, Wally Cox gave this hero his voice", + "output": [ + "underdog" + ] + }, + { + "id": "openseek-7-9a9978d4f10d4b1b8668837a6b2e3d8b", + "input": "Category: ANOTHER NAME FOR \nClue: The shorter of the 2 names by which Americans know this country where you'll find The Hague", + "output": [ + "holland" + ] + }, + { + "id": "openseek-7-1abfad61798d41028af62fdaf88da1a7", + "input": "Category: FUN WITH FASHION \nClue: Also a synonym for \"amulet\", this type of trinket now hangs on handbags & cell phones as well as bracelets", + "output": [ + "a charm" + ] + }, + { + "id": "openseek-7-b483dcb109ba4d88bdaf4af6d1260d1c", + "input": "Category: THE VICE PRESIDENCY \nClue: Cardiological term often used for the distance the vice president is \"away\" from the most powerful office in the land", + "output": [ + "heartbeat" + ] + }, + { + "id": "openseek-7-0edd8a957931409d8b7d8383bb19f65a", + "input": "Category: LOW TECH \nClue: This word for the block on which blacksmiths shape metal also refers to the lower plate of a stapler", + "output": [ + "anvil" + ] + }, + { + "id": "openseek-7-408362ecd3864a4597326048a7dfe176", + "input": "Category: ALPHABETICALLY FIRST \nClue: Of the countries of mainland South America", + "output": [ + "argentina" + ] + }, + { + "id": "openseek-7-4d7d06ef1e2f4387925084a85a657268", + "input": "Category: ASIAN-AMERICAN FIRSTS \nClue: In 1993 this person became the first Asian American to anchor a major network TV newscast", + "output": [ + "connie chung" + ] + }, + { + "id": "openseek-7-8a707151e0ab452b93d9ed2d1fc86aad", + "input": "Category: THE OLD TESTAMENT \nClue: In Joshua the Israelites made a miraculous crossing of this river, much as they did at the Red Sea", + "output": [ + "jordan" + ] + }, + { + "id": "openseek-7-5dc1ab9c67e544639d12d1a5ff7cd6a3", + "input": "Category: WHERE IN THE WORLD IS SAN DIEGO? \nClue: San Diego stays classy with its Old Globe Theatre, built in 1935 to present abridged versions of his plays", + "output": [ + "william shakespeare" + ] + }, + { + "id": "openseek-7-74e2bf7557bc460383065c6a569fb00b", + "input": "Category: BLACK AMERICANS \nClue: In 1998 this poet & author made her directorial debut with the movie \"Down in the Delta\"", + "output": [ + "maya angelou" + ] + }, + { + "id": "openseek-7-8a3498c3d38e439e85da06b0d2fd4c74", + "input": "Category: ONE-MAN SHOWS \nClue: \"Full Gallop\" stars Mary Louise Wilson as this late, flamboyant fashion editor who was always in vogue", + "output": [ + "diana vreeland" + ] + }, + { + "id": "openseek-7-31531f75a08146c08438afa1668a930d", + "input": "Category: COLLEGE TOWNS \nClue: Vanderbilt University", + "output": [ + "nashville" + ] + }, + { + "id": "openseek-7-31d71ee13feb4b54a20eac565c8df002", + "input": "Category: 1907 \nClue: For works like \"Gunga Din\", he became the first Brit awarded the Nobel Prize for Literature", + "output": [ + "kipling" + ] + }, + { + "id": "openseek-7-bf2b867a95d5483fb9d22616b5255cf9", + "input": "Category: VERY JANUARY \nClue: January is one of this many months in the year with a length of 31 days", + "output": [ + "7" + ] + }, + { + "id": "openseek-7-1a0344cc1a024abaadc65cf7ec57d947", + "input": "Category: UNOFFICIAL STATE NICKNAMES \nClue: \"Seward's ice box\"", + "output": [ + "alaska" + ] + }, + { + "id": "openseek-7-45f7b24575804826b6818fe94808e4aa", + "input": "Category: TICKLE THE IVORIES \nClue: The Bible says this wise king's ships went to Tarshish to bring back \"gold, and silver, ivory, and apes, and peacocks\"", + "output": [ + "solomon" + ] + }, + { + "id": "openseek-7-226a689afa3042eb817de6f2b1436b96", + "input": "Category: AFRICAN-AMERICAN AUTHORS \nClue: In 1948, fed up with the U.S., James Baldwin moved to this city for good", + "output": [ + "paris" + ] + }, + { + "id": "openseek-7-adf1b3b0b87146a78d807b654094a02f", + "input": "Category: POPULAR MUSIC \nClue: A little bird told us \"Steve McQueen\" is a number on her 2002 album \"C'mon, C'mon\"", + "output": [ + "sheryl crow" + ] + }, + { + "id": "openseek-7-980d272cb5004a068b80c92423eaa532", + "input": "Category: INSECT, ARACHNID OR GASTROPOD \nClue: The aphid", + "output": [ + "insect" + ] + }, + { + "id": "openseek-7-a1a5ed5f73b74080b12f64da28410f3c", + "input": "Category: DRAMA & DRAMATISTS \nClue: This 1961 Tennessee Williams play takes place at the Costa Verde, a small Mexican hotel on a jungle-covered hilltop", + "output": [ + "night of the iguana" + ] + }, + { + "id": "openseek-7-c7e74c0fde7340819651ef53e6b16b8f", + "input": "Category: VIDEO GAMES \nClue: A back-stabbing friend tries to keep you from going pro in the underground game named for this skateboarder", + "output": [ + "tony hawk" + ] + }, + { + "id": "openseek-7-4a66864ea4c2479b9f0a6d7849e003d4", + "input": "Category: AMERICAN POLITICAL IDOL \nClue: I have the 1860 election results...this Ill. Democrat & orator who ran against Lincoln...you're going home tonight", + "output": [ + "douglas" + ] + }, + { + "id": "openseek-7-7dc01324841f4a39aba9f8946a41dd3d", + "input": "Category: CANCELED CZECHS \nClue: In 1962 this nation canceled the Czechs' World Cup soccer dreams, winning without Pele", + "output": [ + "brazil" + ] + }, + { + "id": "openseek-7-8df50238d4e04b72bb7ce594b7985cae", + "input": "Category: YOU CAN CALL ME \"AL\" \nClue: In 1998 the Pres. of the Czech Republic remarked that he wanted this U.S. Cabinet member to replace him", + "output": [ + "madeleine albright" + ] + }, + { + "id": "openseek-7-998ab88b412641cf94ce2ed216a0f967", + "input": "Category: FLINCHIUS THE GLADIATOR \nClue: With his chariot payments, Flinchius is glad this first Christian emperor failed to ban gladiator bouts", + "output": [ + "constantine" + ] + }, + { + "id": "openseek-7-f74db497c93f434ba47ba10478e7a0a2", + "input": "Category: THAT'S MY SCHOOL! \nClue: South of San Francisco, you'll find this university named for the son of a railway-building Calif. governor", + "output": [ + "stanford" + ] + }, + { + "id": "openseek-7-1d78fa10ca354432a03c59c775d2b16d", + "input": "Category: IN THE DICTIONARY \nClue: It follows blue, cran & straw", + "output": [ + "berry" + ] + }, + { + "id": "openseek-7-30a87dfe03054f0391852cc4f6adf4e3", + "input": "Category: WHAT ARE YOU DOING? \nClue: If you're orating for hours in the Senate to prevent a vote, you're doing this", + "output": [ + "filibustering" + ] + }, + { + "id": "openseek-7-00cdfc4701244b1aaf0453d2b55d255e", + "input": "Category: 2009 TV FAREWELLS \nClue: An expedition to the Pegasus Galaxy ended after 5 seasons for this \"Stargate\" spinoff", + "output": [ + "stargate atlantis" + ] + }, + { + "id": "openseek-7-021887e7fa064c5994af84ea61413753", + "input": "Category: SCIENCE \"T\"ALK \nClue: It's the second of the 3 main sections of an arthropod's body", + "output": [ + "the thorax" + ] + }, + { + "id": "openseek-7-1b581bc29ccc4622a82bb6c3c685136c", + "input": "Category: COOKING CLASS \nClue: The Chicken of the Sea website suggests making enchiladas with the albacore type of this", + "output": [ + "tuna" + ] + }, + { + "id": "openseek-7-b46e508088704ca79035a34824463299", + "input": "Category: OCCUPATIONAL NAMES \nClue: She danced at the Manhattan Club before she fired up audiences at the Folies-Bergere in France", + "output": [ + "josephine baker" + ] + }, + { + "id": "openseek-7-30a9981845994cefbb6c98fc91134788", + "input": "Category: THE ADVENTURES OF HUCKLEBERRY FINN \nClue: This award-winning musical composed by Roger Miller was based on the book", + "output": [ + "big river" + ] + }, + { + "id": "openseek-7-dce06925996c444a8d6c1ce2308628a7", + "input": "Category: FASHION SENSE \nClue: A housedress was named for this nursery rhyme character, who was not the mom of Scientology's founder", + "output": [ + "old mother hubbard" + ] + }, + { + "id": "openseek-7-9d6b5bb106944e368a13be4125c0cff0", + "input": "Category: YOU'RE \"NUT\"s! \nClue: Tasty term for the weighted ring used by hitters to warm up", + "output": [ + "doughnut" + ] + }, + { + "id": "openseek-7-57025f646c9141098fec307bcf01b5c5", + "input": "Category: INTERNATIONAL CUISINE \nClue: Derby cheese, which originated in this country, is sometimes flavored with sage", + "output": [ + "england/great britain" + ] + }, + { + "id": "openseek-7-c9af935597ef498ea6a630b54a2f121c", + "input": "Category: FIRST NAMES \nClue: This name, like that of a girl in \"Harry Potter\", is derived from the name of Hermes, messenger of the gods", + "output": [ + "hermione" + ] + }, + { + "id": "openseek-7-62bbcb575520413da07f39984e61d006", + "input": "Category: I WANT MY ______E \nClue: \"Earthy\" term for an overwhelming election victory", + "output": [ + "landslide" + ] + }, + { + "id": "openseek-7-f6413a499561407f9cc380b387436f07", + "input": "Category: PARTS OF A SHIP \nClue: With \"and scrape\", it means to be excessively polite", + "output": [ + "bow" + ] + }, + { + "id": "openseek-7-74a1bef3a1c24a4e86ffe24a796d44a4", + "input": "Category: CORSICA \nClue: When visiting the capital, Ajaccio, be sure to see the birthplace of this emperor who was known as \"The Corsican\"", + "output": [ + "napoleon" + ] + }, + { + "id": "openseek-7-9413d57826234b9c9ab7d265d48d2fad", + "input": "Category: ANNUAL EVENTS \nClue: The Jackson Hole Shootout in this state features a stagecoach robbery reenactment", + "output": [ + "wyoming" + ] + }, + { + "id": "openseek-7-eb915a3493d645c9b1f5a65557831191", + "input": "Category: EUROPE \nClue: If writing to a friend in Berlin in 1500, you could put these 3 words on the envelope as the country", + "output": [ + "holy roman empire" + ] + }, + { + "id": "openseek-7-3a201a92554744f1879584b31a46f267", + "input": "Category: FILL IN THE _____ \nClue: Something hard to find resembles \"a needle in a _____\"", + "output": [ + "haystack" + ] + }, + { + "id": "openseek-7-cb8d40d0b0e64016bb44ce35d0320db5", + "input": "Category: ALL THINGS OPERATIC \nClue: The 3 basic vocal classifications for women opera singers are soprano, mezzo-soprano & this lowest range", + "output": [ + "alto" + ] + }, + { + "id": "openseek-7-6d91f2ee4e424405a9fbb09306c8bb2c", + "input": "Category: INVENTORS & INVENTIONS \nClue: In 1929 this wireless communications pioneer was made an Italian marquis", + "output": [ + "guglielmo marconi" + ] + }, + { + "id": "openseek-7-4cc6ddeeeb124b918179fd9860580195", + "input": "Category: NOTABLE NAMES \nClue: The U.S. embassy in London was designed by this Finnish-American architect", + "output": [ + "saarinen" + ] + }, + { + "id": "openseek-7-c2721182ff0e4ba7b5a1c33394f37e4f", + "input": "Category: HOMOPHONES \nClue: Zero, or a religious sister", + "output": [ + "none/nun" + ] + }, + { + "id": "openseek-7-df916d8e742046f0bfd111112ad5ee95", + "input": "Category: U.S. BODIES OF WATER \nClue: Give yourself a hand if you know that this group of New York lakes includes Otisco, Owasco & Cayuga", + "output": [ + "the finger lakes" + ] + }, + { + "id": "openseek-7-f2c8125b45c14747a3ffbcfb2c1b5f23", + "input": "Category: MEDICAL HISTORY \nClue: Still associated with doctors today, its text is seen here in a 12th century version:", + "output": [ + "the hippocratic oath" + ] + }, + { + "id": "openseek-7-be7808866b9e47138e8ee7fdcab8e06b", + "input": "Category: COLORS \nClue: Of outer ear, Outer Mongolia or outer space, the one that became a Crayola color in 1998", + "output": [ + "outer space" + ] + }, + { + "id": "openseek-7-e24d02595e9b4d99b38d2e86e01ae530", + "input": "Category: TITLES \nClue: In 1973 Lou Ferrigno was \"Mr.\" this, & Maria Margarita Moran, \"Miss\"", + "output": [ + "universe" + ] + }, + { + "id": "openseek-7-58e1544272af4dd5a7ea14aa62b05079", + "input": "Category: MEDICINE \nClue: A condition that features involuntary tics, it's part of Sydenham's & Huntington's diseases", + "output": [ + "chorea" + ] + }, + { + "id": "openseek-7-b4de494fb40949c3953d10904f098ff2", + "input": "Category: HOW POETIC \nClue: Wordsworth wrote, \"My\" this \"leaps up when I behold a rainbow in the sky\"", + "output": [ + "heart" + ] + }, + { + "id": "openseek-7-236d7bbfc8294a16a45d1d40354ec5ed", + "input": "Category: SPLIT OWNERSHIP \nClue: Lake Titicaca", + "output": [ + "peru & bolivia" + ] + }, + { + "id": "openseek-7-d76a8a4291094ff7abed914baf8ac83f", + "input": "Category: YOU SAID IT! \nClue: Prussian Karl Von Clausewitz is credited with the quote this \"is the continuation of politics by other means\"", + "output": [ + "war" + ] + }, + { + "id": "openseek-7-306e2a9ab2934c6d8d0ba602f52bde0b", + "input": "Category: TELEVISION \nClue: Ray Walston was the Martian while the \"my\" in \"My Favorite Martian\" referred to him", + "output": [ + "bill bixby" + ] + }, + { + "id": "openseek-7-ab61eb08c1384ccb9c8a379574ea1ec0", + "input": "Category: JAZZ TUNES \nClue: In 1939 tenor saxophonist Coleman Hawkins recorded his now-classic version of this song heard here", + "output": [ + "\"body and soul\"" + ] + }, + { + "id": "openseek-7-467b410ef7244cd385b6358e412ad45e", + "input": "Category: GREECE \nClue: The mainland of Greece forms the southern part of this peninsula", + "output": [ + "the balkan peninsula" + ] + }, + { + "id": "openseek-7-b43411f8b39b4c1b915609d84b12c1e1", + "input": "Category: 9-LETTER WORDS \nClue: Italian poet who won 1959 Nobel Prize, or a Victor Hugo character", + "output": [ + "quasimodo" + ] + }, + { + "id": "openseek-7-ee4f950973d3434782161d310d0e405b", + "input": "Category: TITLE ROLE PLAYING \nClue: \"Saving Private Ryan\"", + "output": [ + "matt damon" + ] + }, + { + "id": "openseek-7-a3ff3ff269814943abf3e4eb0ccd9774", + "input": "Category: RALLY TO THE CAUSE \nClue: It's to save equal Internet speed for all, aka \"net\" this", + "output": [ + "neutrality" + ] + }, + { + "id": "openseek-7-968bfda2aa1545a291d610176067fa6c", + "input": "Category: THE 'BURBS \nClue: The suburbs Cicero & Skokie are located in this county", + "output": [ + "cook county, illinois" + ] + }, + { + "id": "openseek-7-384e0ce76bb14a279f164d19f0c3c596", + "input": "Category: ALONG THE TRANS-CANADA HIGHWAY \nClue: The summit of Rogers Pass in British Columbia was the site of the 1962 opening of the highway by this Prime Minister", + "output": [ + "john diefenbaker" + ] + }, + { + "id": "openseek-7-a0a967301c2444d0ba650ff2a504fdd8", + "input": "Category: MATH \nClue: For a line, this is defined as the ratio of vertical to horizontal distance it covers", + "output": [ + "slope" + ] + }, + { + "id": "openseek-7-dee803a775cf4649ac483a51da776ed8", + "input": "Category: THE NEWSPAPER \nClue: One-syllable term for the continuation (please turn to C17) of a story from one page to another", + "output": [ + "a jump" + ] + }, + { + "id": "openseek-7-52d92a78a9924b90b73be93cd837a0e8", + "input": "Category: UNITS OF MEASURE \nClue: Both the ounce & this unit of measure get their names from the Latin uncia, \"twelfth part\"", + "output": [ + "the inch" + ] + }, + { + "id": "openseek-7-65d5d9b2c1ec40f2a8055ea5d33ba649", + "input": "Category: HALLOWEEN-POURRI \nClue: In a TV special, the Peanuts gang celebrates Halloween while Linus awaits a visit from this mythic figure", + "output": [ + "the great pumpkin" + ] + }, + { + "id": "openseek-7-066bd9cc16a446a5bee8cf58b0001544", + "input": "Category: BOOKS & AUTHORS \nClue: This \"Remembrance of Things Past\" author was so deathly afraid of germs he wouldn't pick up a pen if he had dropped it", + "output": [ + "proust" + ] + }, + { + "id": "openseek-7-dd82484c261d4515a5da9d1df01b7083", + "input": "Category: STUPID ANSWERS \nClue: Actor Byron Barr changed his name to this after playing a man named Gig Young in the 1942 film \"The Gay Sisters\"", + "output": [ + "gig young" + ] + }, + { + "id": "openseek-7-8292863ab6ff4daaa082215e804de51d", + "input": "Category: CELEBRITY ASTROLOGY \nClue: Sissy Spacek was born on Christmas Day, so this is her sign", + "output": [ + "capricorn" + ] + }, + { + "id": "openseek-7-b3d1c6d72e824ede9c0d7c9325af862d", + "input": "Category: NICKNAMES \nClue: He earned the nickname \"Hero of Mobile Bay\" in the Civil War", + "output": [ + "admiral david farragut" + ] + } + ], + "test_samples": [ + { + "id": "openseek-7-3206a06c7c63465fa47a207836a6fba2", + "input": "Category: BRITISH AUTHORS \nClue: After a fatwa was issued against him in February 1989, he went into hiding under police protection" + }, + { + "id": "openseek-7-ea7d4b77ca2642328bdaf472049e54b5", + "input": "Category: BRAIN STRAIN \nClue: Skid marks left by the out-of-control jet car Spirit of America at this location were over 5 miles long in 1965" + }, + { + "id": "openseek-7-6ea26795993a4006952d491e7f3c1bd5", + "input": "Category: THE AMERICAN REVOLUTION \nClue: After his defeat at Yorktown this British commander refused to deliver his sword to Washington, feigning illness" + }, + { + "id": "openseek-7-660d32586dd34d0ca9e14fe2dcfedaa5", + "input": "Category: SOUTH AMERICA \nClue: Once known as Upper Peru, it has had over twenty presidents since World War II" + }, + { + "id": "openseek-7-e4bcc008bf814f5c98540dfb87a4f542", + "input": "Category: IF YOU BUILD IT... \nClue: Called a \"Dzong\", a fortified one of these religious residences often serves as an admin. center for regions of Bhutan" + }, + { + "id": "openseek-7-0be685413fad4e3caac94696c0b75634", + "input": "Category: EDUCATION \nClue: This N.C. univ. built by tobacco magnates once had separate colleges: Trinity College & Woman's College" + }, + { + "id": "openseek-7-9a88597ca11340669b68dcb70c51f103", + "input": "Category: PERMANENTLY AT WESTMINSTER ABBEY \nClue: His remains? \"Is it safe?\" Yes, this 1948 Best Actor Oscar winner for \"Hamlet\" is safe at Westminster Abbey" + }, + { + "id": "openseek-7-5a444f9e8c78498c8b4388d883285e31", + "input": "Category: CHILDREN IN LITERATURE \nClue: Lewis Carroll created this heroine to amuse the daughter of his dean at Christ Church" + }, + { + "id": "openseek-7-3be82bc56912459bb299c891e6e061f9", + "input": "Category: THE \"C\" AROUND US \nClue: Literally \"our affair\", this Sicilian criminal organization is linked to the Mafia" + }, + { + "id": "openseek-7-5b6d200c86884455b74dc4efe62c88a3", + "input": "Category: MIDWESTERN CITIES \nClue: The Roger Maris Museum at the West Acres Shopping Center is a big hit in this North Dakota city" + }, + { + "id": "openseek-7-c96d6473af58477f861d0a3d12d54324", + "input": "Category: CREATURE CULTURE \nClue: There are 3 classes of annelids: bristleworms, earthworms & these bloodsuckers" + }, + { + "id": "openseek-7-b5f5c5ebf0c94b0183dd1ed5499595dd", + "input": "Category: BEASTLY GEOGRAPHY \nClue: In 1903 Wilbur & Orville flew to new heights near this city" + }, + { + "id": "openseek-7-4dfec155efa3492baa1214b6553aacc8", + "input": "Category: SPORTS TEAM HOMES \nClue: The MLS' Earthquakes shake things up for this city (they play in Santa Clara & Oakland, really)" + }, + { + "id": "openseek-7-adc5601f1c144674b54132eeb5141354", + "input": "Category: THE \"UNDER\" WORLD \nClue: Abolitionist \"railroad\"" + }, + { + "id": "openseek-7-fa0ddf5346fd4fbb991f4ffece4915c8", + "input": "Category: WHERE DO YOU GET \"OFF\"? \nClue: It describes an investment based in a foreign country so its owner laughs at the IRS" + }, + { + "id": "openseek-7-2c42773c25b64b7d8dccf7cd34082c20", + "input": "Category: THE OSCARS \nClue: Paul Newman's only win for Best Actor was for the second time he played this character" + }, + { + "id": "openseek-7-5b836bf8e88d4b99b82692c4401cfacd", + "input": "Category: I'M BORED! \nClue: Try writing one of these funny 5-line poems; here, I'll start it for you--\"There was a man from Tibet..." + }, + { + "id": "openseek-7-176debaf89fe4daa9b0c8ae7b553fa79", + "input": "Category: HOMOPHONES \nClue: The vertical part of a doorframe or the current fashion" + }, + { + "id": "openseek-7-0f9d2cb825974a56be35cb3273b94558", + "input": "Category: DREAD MAN WALKING \nClue: Saying \"It takes on energy & vibes & I needed to shed that\", this \"Let Love Rule\" singer lopped off 10 years of 'locks" + }, + { + "id": "openseek-7-9e04d49997d74b37ab9da60f2eb9e3c1", + "input": "Category: BUILDING PARTS \nClue: The minibar is found in a hotel room; the minbar is the pulpit in one of these Islamic structures" + }, + { + "id": "openseek-7-e8e98587eca4422cb2111bb013de4603", + "input": "Category: PACT OR FACTION \nClue: A high point of German appeasement, 1938's Munich Pact was approved by this British prime minister" + }, + { + "id": "openseek-7-c2299d0726e644d9a0cb1e42c9f6d3d1", + "input": "Category: BELOVED SINGERS \nClue: Now starring on \"Touched by an Angel\", in the '50s she brought gospel music to Las Vegas" + }, + { + "id": "openseek-7-86ebdab027c3483ab8b8a600353aa621", + "input": "Category: BACKWORDS \nClue: I'll flog the next person who tells me how relaxing this game is" + }, + { + "id": "openseek-7-b4b849d750ce40fe92723795ba5a38aa", + "input": "Category: AROUND THE HOUSE \nClue: This company is the largest single maker of finished Venetian blinds in the U.S." + }, + { + "id": "openseek-7-d21b3edf14434189bf0fd484318d5380", + "input": "Category: 4-LETTER WORDS \nClue: This device is used to soften the tone of an instrument such as a trumpet" + }, + { + "id": "openseek-7-91a21ce76d744f05b07d8651acae0d40", + "input": "Category: WE DON'T NEED NO STINKIN' BADGERS! \nClue: Badgers belong to this family, Mustelidae, but you probably have never sung \"Pop Goes The Badger\"" + }, + { + "id": "openseek-7-2c5d1c1acb124fb9898a24c4d6accce9", + "input": "Category: ROYAL ODDITIES \nClue: Although officially listed, this 18th century French king was never crowned & never ruled" + }, + { + "id": "openseek-7-1236c8ec49044e7ea0131607c1c0d1c3", + "input": "Category: 19TH CENTURY AMERICA \nClue: On January 24, 1848 carpenter James Marshall discovered gold on this man's California property" + }, + { + "id": "openseek-7-cc2e77debb3849ff8ed228cd060f1420", + "input": "Category: JORDAN \nClue: Following World War I, this European country took control of Jordan" + }, + { + "id": "openseek-7-7a89f2f28b3747418b1881cc8cae6b6a", + "input": "Category: JUDGES \nClue: Judges give out the Golden Lion Award at this European film festival; hope it can swim" + }, + { + "id": "openseek-7-9f847414b8cf43d284d303bb1bd4a2a5", + "input": "Category: PARTICLE PHYSICS \nClue: To get an element's mass number, add its protons & these" + }, + { + "id": "openseek-7-b78d0c9a2abd4d4fbbcfaf57be72522d", + "input": "Category: POETS \nClue: She considered publishing \"Sonnets from the Portuguese\" as \"Sonnets Translated from the Bosnian\"" + }, + { + "id": "openseek-7-5a177420892946ba99f6f7db8f576dc9", + "input": "Category: AROUND THE WORLD, J. PETERMAN STYLE \nClue: My travels took me to this Indonesian island's provincial capital of Denpasar where the winds blow hot, east of Java" + }, + { + "id": "openseek-7-54b935a5516240caaac4f2868ab448e4", + "input": "Category: HORSE BREEDS \nClue: Missouri has a fox-trotting horse & this state has a walking horse" + }, + { + "id": "openseek-7-8be70eb57cfb4ebe867660bfab26cba6", + "input": "Category: WEDDINGS \nClue: In 2002 a hot pink frock worn by Robin Durr won the DeKuyper Contest for the worst of these" + }, + { + "id": "openseek-7-f51280c27ead4dc1a6052612cc22eef8", + "input": "Category: IF THEY MARRIED... \nClue: Former TV \"Angel\" Smith ties the knot with House Judiciary Chair Henry & takes on this monstrous name" + }, + { + "id": "openseek-7-a7ef3a782117447cb8e68eb0ed63d686", + "input": "Category: WORLD GEOGRAPHY \nClue: Less than 5,000 square miles in area, The Gambia is the smallest independent mainland country on this continent" + }, + { + "id": "openseek-7-f89094cda77c44f6a34e409ea0c945d6", + "input": "Category: HERE BE MONSTERS \nClue: The monstrous Nazgul fight against the elves & the hobbits in this film series" + }, + { + "id": "openseek-7-b57a933125eb4637b7943788a1a1c388", + "input": "Category: MYTHOLOGY \nClue: Go to Ellen in the name books & you'll find it's a form of this name from Greek myth" + }, + { + "id": "openseek-7-769c68ae9c674cc5a0ca7ba3ec4bcc15", + "input": "Category: BASEBALL NICKNAMES \nClue: \"The Scooter\" of the Bronx" + }, + { + "id": "openseek-7-146f2ecef648432e9712c8f4d5157734", + "input": "Category: SPORTS MEDICINE \nClue: In tendinitis & bursitis, -itis denotes this" + }, + { + "id": "openseek-7-36882fe1e7e54fc4a23574b8446330b0", + "input": "Category: A FAIR TO REMEMBER \nClue: The World Expo of 1893 was held to celebrate the 400th anniversary of one of this man's voyages" + }, + { + "id": "openseek-7-8a52d266fdf5408eb3b0664476d8be21", + "input": "Category: ASIAN GEOGRAPHY \nClue: This country forms the entire shoreline of the Sea of Marmara" + }, + { + "id": "openseek-7-c9d5aeb8efba4bd9bfbafc00a46185a5", + "input": "Category: OH, CANADA \nClue: Canada's first full-scale one of these controversial power plants opened on Lake Huron in 1967" + }, + { + "id": "openseek-7-68a77ed5b10a473fa6aa7fb8c20caca0", + "input": "Category: IN THE BEGINNING \nClue: It braces a runner's feet at the beginning of a race" + }, + { + "id": "openseek-7-b82106a533084261bff798e714658d25", + "input": "Category: \"MATE\" \nClue: An archbishop ranking first in a province or country" + }, + { + "id": "openseek-7-a4b52023759449f8a12b684ebca12200", + "input": "Category: IN THE DICTIONARY \nClue: Slower than a gallop, this horse's gait is named for a pilgrimage site in England" + }, + { + "id": "openseek-7-115cfa6e6c064773b58c15748d31e2c0", + "input": "Category: WORLD TRAVEL \nClue: Among the hotels with casinos in this city are Shepheard's, the Ramses Hilton & the Nile Hilton" + }, + { + "id": "openseek-7-f2cfd605b51f412b89ae06eddb7bab77", + "input": "Category: \"H\" NAMES \nClue: This mythical hero stole Hippolyta's girdle as one of his labors" + }, + { + "id": "openseek-7-f1ef7079e4e54a818092c351187c2ab9", + "input": "Category: 3-LETTER WORDS \nClue: Arabic for \"son of\", it's often used in personal names" + }, + { + "id": "openseek-7-632c981f0f34489ab2fdc7ac51ba13c5", + "input": "Category: SCIENCE \nClue: In the 1970s sign language was taught to Koko the gorilla & Washoe, one of these" + }, + { + "id": "openseek-7-146938f67f6d40daa427a5d445819521", + "input": "Category: IRISH HISTORY \nClue: This head of IRA intelligence helped future PM Eamon De Valera escape from jail in 1919" + }, + { + "id": "openseek-7-4f5db9990ee34c1b9851f237671e0dc2", + "input": "Category: MIDDLE ENGLISH CLASS \nClue: From the Middle English for \"unconditioned\", it precedes \"zero\" at about -459 F." + }, + { + "id": "openseek-7-10129edae8774eec82217c63939c7d0f", + "input": "Category: COLUMBUS \nClue: After 7 years living in this country, Columbus asked its King John II for backing, but was turned down" + }, + { + "id": "openseek-7-905a9dee96e94072b498af8a25e8bbc5", + "input": "Category: AT THE KENNEDY CENTER \nClue: Can you hear me? This rock opera by The Who was a big hit at the Kennedy Center in 1994" + }, + { + "id": "openseek-7-b0a98aea88b04bb280de2b008deb1938", + "input": "Category: BACK TO '80s TV \nClue: In the '80s he was a staple of \"Wrestlemania\"; he \"Knows Best\", according to the 2005 reality show about him" + }, + { + "id": "openseek-7-19bafb74644341f98c04003203b87300", + "input": "Category: VERY SPECIFIC FORTUNE COOKIES \nClue: Be aware it's the sole alcohol component of a traditional screwdriver & you will claim $800" + }, + { + "id": "openseek-7-15096de76717489cb414de80f645201a", + "input": "Category: THE LEAGUE OF NATIONS \nClue: Article 25 of the League covenant called for the establishment of chapters of this relief group by all members" + }, + { + "id": "openseek-7-c481f6b865e64e9eb8a44e72e4373ab6", + "input": "Category: LOCUST POTPOURRI \nClue: The singer heard here, she was born in Locust Ridge, Tennessee:" + }, + { + "id": "openseek-7-6f2fec1dfe0c4a9887d2763641e29c85", + "input": "Category: BEGINS & ENDS IN \"K\" \nClue: Mark Twain once worked as a printer in this Iowa town" + }, + { + "id": "openseek-7-0d1287b49fe24dfb9574b68ee0a53428", + "input": "Category: BEASTLY EXPRESSIONS \nClue: It's the term for a town so small & unexciting it has but a single equine" + }, + { + "id": "openseek-7-91c0d3a5f22f410185a702e5676c2a68", + "input": "Category: WHAT'S MY LINE? \nClue: If the distinguished Cherry Jones asks you to run lines with her, you're probably a fellow one of these" + }, + { + "id": "openseek-7-ced8a5ce5ffa46d0b702afebf8d5c975", + "input": "Category: LET'S GET SMALL \nClue: In area, it's the smallest constitutional monarchy in the world" + }, + { + "id": "openseek-7-8fbe3543186145a784d1eb31f2793beb", + "input": "Category: THE NATIONALS \nClue: One of the most famous festivals in Bangladesh is Id al-Fitr, which comes at the end of this holy month" + }, + { + "id": "openseek-7-24bccae8eefa4c2da0af51e85fd590b3", + "input": "Category: A GREEN CATEGORY \nClue: A large green sandstone block at this prehistoric English site is called the \"Altar Stone\"" + }, + { + "id": "openseek-7-b0723f208c8a4a5bbf1321bd5b2730c6", + "input": "Category: TRANSPORTATION \nClue: Since 1899 these stalwart animals used in transport have served as the mascots of the Army Corps of Cadets" + }, + { + "id": "openseek-7-c17a6e989eb642a981fea963dddc1d1f", + "input": "Category: THIS & THAT \nClue: \"Shooting\" this while surfing is riding with part of the wave overhead, surrounding you" + }, + { + "id": "openseek-7-eb6732ca46594a2f87b55887662e51ad", + "input": "Category: WHERE HISTORY HAPPENED \nClue: In 1517 the Ottoman Empire put its foot down on this town in Galilee, the home of Joseph, Mary & Jesus" + }, + { + "id": "openseek-7-2ccb6c3763dc41f88ea4b6d2b3e62042", + "input": "Category: YOU, YOUR HEALTH & YOU \nClue: Mere contact on scratched skin of saliva from an animal with this disease, aka hydrophobia, can transmit it" + }, + { + "id": "openseek-7-045f99f1f0d646abbd59d6929626aee4", + "input": "Category: ORDINAL PEOPLE \nClue: Harry Truman once \"globally\" broadened eleanor Roosevelt's title by calling her this" + }, + { + "id": "openseek-7-64faf38aa5a44173862e5e6351d3b0ef", + "input": "Category: AMERICAN DRAMATISTS \nClue: About ex-wife Marilyn Monroe, this playwright said, \"I took her as a serious actress before I ever met her\"" + }, + { + "id": "openseek-7-c609067aa56643ffa13b18c920ce6f3a", + "input": "Category: HISTORY \nClue: In 1989 the Exxon Valdez tanker spilled 260,000 barrels of crude off this state; oops" + }, + { + "id": "openseek-7-7f0252ebf2a24aa097d9419f79dd8a7b", + "input": "Category: AROUND THE WORLD \nClue: Cotopaxi, this country's highest active volcano, is only 35 miles south of Quito" + }, + { + "id": "openseek-7-40c298d3f0cc4bada72d967a483cfc6c", + "input": "Category: STARBUCK \nClue: Because Starbuck was a member of this religious group, anyone on board could call him \"Friend\"" + }, + { + "id": "openseek-7-dbcf9def5aa9465580e924bd9c65766f", + "input": "Category: PHYSICAL SCIENCE \nClue: In 1911 Heike Onnes first observed superconductivity when he cooled this slippery element to -452 degrees Fahrenheit" + }, + { + "id": "openseek-7-ca403d67ba5941a1abaa7e1b289de30e", + "input": "Category: SAUL BELLOW'S LIBRARY \nClue: Bellow's favorite of his own novels, \"Henderson the Rain King\", tells of an American's adventures on this continent" + }, + { + "id": "openseek-7-03affb2b879d4301ac5da9574ded0264", + "input": "Category: U.S. STAMPS \nClue: Stamps honoring Hanukkah have featured a menorah & this toy" + }, + { + "id": "openseek-7-b207b464008a4b00956f263ff51e03c2", + "input": "Category: ISLANDS \nClue: This Greek island is perhaps best known as the birthplace of poet Sappho" + }, + { + "id": "openseek-7-34b2e964536d423d9c35d227d04899f5", + "input": "Category: COLLEGE ATHLETICS \nClue: Appropriately, the football team of this service academy is nicknamed the Falcons" + }, + { + "id": "openseek-7-fc200ef230c64313aaac24b99c344669", + "input": "Category: ASTRONOMY \nClue: From 1979 to 1999 it was the planet in our solar system farthest from the sun" + }, + { + "id": "openseek-7-2b8ff02385184befbace9133a8c53c9c", + "input": "Category: AH, FLORIDA! \nClue: These islands stretch out about 150 miles from Biscayne Bay into the Gulf of Mexico" + }, + { + "id": "openseek-7-8d3793b8f44c4d6c8d89d4607e5a558e", + "input": "Category: ALIEN INVADERS! \nClue: This 2008 flick depicts an alien invasion of NYC seen through the video camera eyes of several young characters" + }, + { + "id": "openseek-7-98e37adb465d44c48cd96129d931a82e", + "input": "Category: ROBIN WILLIAMS MOVIES \nClue: 2009: Robin & John Travolta have to take care of 7-year old twins" + }, + { + "id": "openseek-7-883be268759e4540b27cdb11a66672ad", + "input": "Category: FOREIGN TRAVEL \nClue: To get around Amsterdam you can rent one of these at the Centraal Station for about 7 guilders a day" + }, + { + "id": "openseek-7-bef1d403559848eeb73b1a3afda99c85", + "input": "Category: LOS ANGELES \nClue: If you're visiting your grandma at Forest Lawn, this type of place, you can stop in on Errol Flynn & Chico Marx" + }, + { + "id": "openseek-7-d40b9c2a294f4f238d96d67b03a86140", + "input": "Category: HOT ENOUGH FOR YOU? \nClue: For this cliche to be true, the sidewalk must reach at least 130 degrees to permit coagulation" + }, + { + "id": "openseek-7-ffe55409dca9472db623af5aad1b517c", + "input": "Category: WE CAN REBUILD \"HIM\" \nClue: It's this Honshu seaport with a 1.1 million population, mon amour" + }, + { + "id": "openseek-7-40470f8ff9684b15a340740d175a8d63", + "input": "Category: FARGO \nClue: Also known as a plains buffalo, it's the logo & nickname of North Dakota State's athletic teams" + }, + { + "id": "openseek-7-d042044531a648b5892fe5fae0ec9086", + "input": "Category: POLITICAL QUOTES \nClue: On Nov. 24, 1963 Senator Mike Mansfield said, \"A piece of each of us has died\" the moment he was shot" + }, + { + "id": "openseek-7-e2dc5fe57a6f435892f9c2a9e76c5864", + "input": "Category: STATES IN SONG \nClue: Patti Page hit that is official song of a southern state" + }, + { + "id": "openseek-7-21b1c8f9478a42b2bf8332199bfc615c", + "input": "Category: IS THIS PLACE FOR REAL? \nClue: Spanish conquistadors long sought this mythical city of gold in the Americas" + }, + { + "id": "openseek-7-b7f7324960af4af8978aa21f55fb873e", + "input": "Category: THE BIBLE \nClue: God's promise to Noah of no more floods was sealed by the appearance of this in the sky" + }, + { + "id": "openseek-7-67a9a9ff6f464082a24fc784467be96a", + "input": "Category: SCIENCE STUFF \nClue: Superconductivity occurs at temperatures near the point known as this" + }, + { + "id": "openseek-7-d8770840236f4426bea6fb592ad5a509", + "input": "Category: U.S. HISTORY \nClue: The cover of the May 29, 1943 Saturday Evening Post featured this \"Female War Worker\"" + }, + { + "id": "openseek-7-f7d13cd40b81404e854c922a90cbbe6f", + "input": "Category: HALF-LIFE \nClue: Hemiplegia is this affecting only one side of the body" + }, + { + "id": "openseek-7-83da3c340728471c971b4e1421d68119", + "input": "Category: HEADS OF STATE \nClue: Shimon Peres, elected by the Knesset as the 9th president in 2007" + }, + { + "id": "openseek-7-ada78f59833545da85617078462d43ee", + "input": "Category: POLAND \nClue: After WWII, over 80% of the buildings in this capital were uninhabitable" + }, + { + "id": "openseek-7-bfe35f5841194389b83dd688486f8fdb", + "input": "Category: WHAT THE GREEK PREFIX MEANS \nClue: Melano-" + }, + { + "id": "openseek-7-452b65a835684c9db7fbdc161a329f9e", + "input": "Category: THE ENGLISH TOP 100 \nClue: Title of the Beatles song that tells us \"life is very short\"--5 words: Nos. 27, 53, 87, 11, 43" + }, + { + "id": "openseek-7-af213affbe7e4528b7da08c08c505f53", + "input": "Category: \"F\"OODSTUFFS \nClue: In 2005 the European Union gave Greece protected designation of origin status for this cheese" + }, + { + "id": "openseek-7-aa2ccb4e03074fbe8a3266334a789f83", + "input": "Category: THE OLD COLLEGE \"TRI\" \nClue: This young hero of Celtic lore drinks a love potion & falls for his uncle's girl, Isolde" + }, + { + "id": "openseek-7-56e13624cf094197a51137a289182749", + "input": "Category: OFF-BROADWAY 2000 \nClue: Critics weren't all kind to a revival of \"Arms and the Man\" by this playwright & critic" + }, + { + "id": "openseek-7-b3cd906cddec4dc9967105edaed3e945", + "input": "Category: ARTISTS & THEIR SUBJECTS \nClue: Augustus John, known for his portrait of this Welsh poet, introduced the poet to his future wife Caitlin" + }, + { + "id": "openseek-7-5264c65b160c419fa426d7b511b083ad", + "input": "Category: TV PRIVATE EYES \nClue: James Garner played this guy who lived in a Malibu trailer" + }, + { + "id": "openseek-7-8c537bf0284c45199e827f2e10fcb2b7", + "input": "Category: EYE TUNES \nClue: In 1978 this British-American rock group experienced some \"Double Vision\"" + }, + { + "id": "openseek-7-1910775528834434bb9f366c70896932", + "input": "Category: TRAVEL & TOURISM \nClue: Frommer's walking tour of this capital suggests visits to Ibsen's apartment & Munch's tomb" + }, + { + "id": "openseek-7-ff88de2e97b5403ab01dbcc08df1edaa", + "input": "Category: THE \"SKY\" IS FALLING \nClue: America's first space station" + }, + { + "id": "openseek-7-f645ec62e663472c9436a91ffdd2360f", + "input": "Category: DINING OUT IN EUROPE \nClue: D' Vijff Vlieghen, or \"The 5 Flies\", is an elegant restaurant that occupies 5 canal houses in this Dutch city" + }, + { + "id": "openseek-7-a42fbe2fbea2429da29102c058d882e3", + "input": "Category: ONE WORD ONLY, PLEASE \nClue: In the Harry Potter books, it's the one-word term for a human being without magical powers" + }, + { + "id": "openseek-7-063148c172354ac183d2cc0f89e44028", + "input": "Category: ENDS IN \"ENCH\" \nClue: Make a tight fist" + }, + { + "id": "openseek-7-33041f536af842fc9849b38d6e57f672", + "input": "Category: MUST BE \"LOVE\" \nClue: These small parrots of the genus Agapornis are known for their affection for each other" + }, + { + "id": "openseek-7-47b3bda5cdea497f89d06f922d5b8ee0", + "input": "Category: WE JUST LIVE IN IT \nClue: This word for a shack is also heard in quarterbacks' signals" + }, + { + "id": "openseek-7-3e1cfaedc38f423ba1db7d9b9cd7d4a5", + "input": "Category: CHRISTMAS \nClue: He first described Santa as \"chubby and plump\" & \"a right jolly old elf\"" + }, + { + "id": "openseek-7-3f29f75ba07d48f3a56ab32d43a31503", + "input": "Category: & THE AWARD GOES TO... \nClue: Each year, the Kennedy Center gives a humor award named for this 19th century novelist" + }, + { + "id": "openseek-7-aa5ba35cda154e48b7900dde36da8e28", + "input": "Category: STAY ON THE GRASS \nClue: A large grassy plain like the Russian one that the Cossacks called home" + }, + { + "id": "openseek-7-21a11e6961384d5c9ee921cb4d54125d", + "input": "Category: WORLD HERITAGE SITES \nClue: These islands, made a national park by Ecuador in 1959, were made a World Heritage Site in 1978" + }, + { + "id": "openseek-7-1054858356b947eeb84e707787f34ece", + "input": "Category: OPERETTAS \nClue: This British playwright of \"Private Lives\" wrote the twice-filmed operetta \"Bitter Sweet\"" + }, + { + "id": "openseek-7-2adbeb07d0d340e1b63fbd7692066dda", + "input": "Category: OVER CASTE \nClue: A term for a member of the New England cultural elite, it's also the name of the highest Hindu caste" + }, + { + "id": "openseek-7-0b896107fda8449cb7f395b60afe1230", + "input": "Category: BEFORE & AFTER \nClue: \"Screwtape\" scribe who also took us to Wonderland" + }, + { + "id": "openseek-7-35bfb5a570ff46078df68410f8d8e4a5", + "input": "Category: INSECTS \nClue: Leaf cutter ants cut this, which they grow on masticated green leaves" + }, + { + "id": "openseek-7-07972995bf9048059509642e9f98c728", + "input": "Category: STOP! \nClue: In the early 1790s Haydn stopped in Bonn, Germany & met this young musical genius who would become Haydn's pupil" + }, + { + "id": "openseek-7-dda12cce62124edd85e0019e1e850ae9", + "input": "Category: POLITICAL TERMS \nClue: On January 8, 1918, he outlined his \"Fourteen Points\" to the U.S. Congress" + }, + { + "id": "openseek-7-f70d5327b2d444689fb12300e4a9c546", + "input": "Category: POP \"I\" \nClue: \"Beware\" this one hit wonder group who hit it big in 1970 with the following" + }, + { + "id": "openseek-7-becb9ee63da44510b80bb37bc4c95578", + "input": "Category: ACTORS & ACTRESSES \nClue: This \"Fair Lady\" of film starred on Broadway in a non-musical version of \"Gigi\" in 1951" + }, + { + "id": "openseek-7-040c78623f7a479fa7241666a8c2d0f8", + "input": "Category: TV NOSTALGIA \nClue: In 1992 TBS presented \"The Best of Floyd\" week as part of a tribute to this TV series" + }, + { + "id": "openseek-7-14ce251a00094f818cf3c30ea113ba4c", + "input": "Category: BE A SPORT \nClue: After a visit to the maul, drop kick your way to a scrum in this sport developed in England" + }, + { + "id": "openseek-7-68332e8ab12a4a36b9ffde6d00a90600", + "input": "Category: TATTOOED LADIES \nClue: This \"Heroes\" cheerleader has a torso tat that reads (in misspelled Italian), \"Live without regrets\"" + }, + { + "id": "openseek-7-5772e168d98a42269b24cbfb3bc46b66", + "input": "Category: 9-LETTER WORDS \nClue: Trees that shed their leaves annually are described by this adjective" + }, + { + "id": "openseek-7-4530b749bd964f81ac0d4263fa546da0", + "input": "Category: THE RED-NOSED \nClue: This bearded standup comedian is billed as \"The Lovable Lush\"" + }, + { + "id": "openseek-7-1f3531946f9143be9486d2609c7c0f1a", + "input": "Category: EASTERN EUROPE \nClue: The Jadranska Magistrala, or Adriatic Highway, runs along this country's coast" + }, + { + "id": "openseek-7-8c05ff9f22574f0e96bfdb2b2e06dc5c", + "input": "Category: CITY SEALS \nClue: The street depicted on its seal is Fremont Street, not the Strip" + }, + { + "id": "openseek-7-32631152b2e94631ad0289adbe8b9ccb", + "input": "Category: HAPPY BIRTHDAY, THE NEW YORK TIMES \nClue: This New York Times editor married to Margaret Truman had a biblical last name" + }, + { + "id": "openseek-7-e7dd7b63bb4c497cb31bb494d0cbcc60", + "input": "Category: MADE UP \nClue: Nickname of Eddie Felson, a pool hustler of novels & films" + }, + { + "id": "openseek-7-297e2b9b8acf4a4ca02906558dd0934f", + "input": "Category: ALEX TREBEK, LOVE GOD \nClue: Shall we away to this oldest section of Algiers whose name means \"fortress\"?" + }, + { + "id": "openseek-7-63dabfe75b1a4025b8f19594752dd535", + "input": "Category: OUR NATIONAL PASTIME \nClue: Tony Gwynn's 1994 batting average of .394 was the highest since this man's .406 in 1941" + }, + { + "id": "openseek-7-e6af86c34b8e450d8b3d0b4658d7acb4", + "input": "Category: OFFICIAL LANGUAGES \nClue: In Tokyo" + }, + { + "id": "openseek-7-d4afdfe7816a4f928229ea038f3f4bc1", + "input": "Category: NEW HAMPSHIRITES \nClue: At Binion's Casino in Las Vegas, you can see 100 $10,000 bills with this New Hampshirite on them" + }, + { + "id": "openseek-7-e79eb7e8e8724b0a9d7cf8c0e4c400f4", + "input": "Category: RALLY TO THE CAUSE \nClue: It's to free this land invaded by China in 1950" + }, + { + "id": "openseek-7-dd364d839af343fb9d47fabda66613a5", + "input": "Category: WOMEN AUTHORS \nClue: She was an English teacher by day in Portugal when she began using her mornings to write about wizards" + }, + { + "id": "openseek-7-82abbaa6b37843d5ac55f9cca4ae129c", + "input": "Category: TV SHOWS BY CHARACTER \nClue: Jessica, Chester & Billy Tate" + }, + { + "id": "openseek-7-db68babeb38d432baa2d4800eaea9efc", + "input": "Category: STAIN REMOVAL \nClue: Hydrogen peroxide can help with this, the only stain that gets its own single word in the Random House Dictionary" + }, + { + "id": "openseek-7-1294c5974a8c4bd980791c24ac208262", + "input": "Category: CHARACTERS IN MUSICALS \nClue: Once a teenaged muleteer in a San Diego production, Brian Stokes Mitchell now has the lead in this show on Broadway" + }, + { + "id": "openseek-7-ae2abb62835d438292a1921d10f832e7", + "input": "Category: BEHIND THE SCENES AT THE 2008 OLYMPICS \nClue: A popular side trip was to the Beijing Zoo to see these animals, Ailuropoda melanoleuca" + }, + { + "id": "openseek-7-dd8536109e3e49e2b6cafdbaed7e7ffb", + "input": "Category: BEFORE YOU WERE BORN \nClue: This war that began in the 1950s was widely protested in the 1960s & 1970s" + }, + { + "id": "openseek-7-0b60c6a39d6e48bd9bebcde3c44fb4fc", + "input": "Category: MUSEUMS \nClue: In 2000 Jackson, Tennessee's Railroad Museum celebrates the centennial of this engineer's heroic deed" + }, + { + "id": "openseek-7-c7496a7a1d8e40e69f04256cb56142b8", + "input": "Category: COMPOSERS \nClue: 20th-century Italian composer of \"The Pines of Rome\", \"The Fountains of Rome\" & \"Roman Festivals\"" + }, + { + "id": "openseek-7-82acb6a721194a788a0d751fcf641dc3", + "input": "Category: POP MUSIC \nClue: This group's 1995 album \"Pulse\" includes a live performance of all the songs from \"Dark Side of the Moon\"" + }, + { + "id": "openseek-7-d57b7ce79c4940e89e24dd2720997452", + "input": "Category: THE \"DEL\"s \nClue: Erase, erase, erase, perhaps with the touch of a button" + }, + { + "id": "openseek-7-f734907374ea44c680d7cb36323be73f", + "input": "Category: WORLD WAR II \nClue: On January 22, 1944 the allies began storming this Italian beach" + }, + { + "id": "openseek-7-bb79e286aa87476d883c44884d8195ef", + "input": "Category: MAJOR LEAGUE SOCCER \nClue: This \"Melrose Place\" actor won a spot on the L.A. Galaxy team" + }, + { + "id": "openseek-7-b892d08b9be74537a4389b90fd5cc66f", + "input": "Category: SEAS THE MOMENT \nClue: This sea sits between Oman & India" + }, + { + "id": "openseek-7-d1de9bb27ac04dc38347ca034554a938", + "input": "Category: DAUGHTERS OF THE AMERICAN REVOLUTION \nClue: Cornelia, daughter of Gen. Nathanael Greene, was conceived while he was billeted at this cold Penn. site" + }, + { + "id": "openseek-7-ca3130fe553e486ab439c8ec62abdd0a", + "input": "Category: ACTORS & ACTRESSES \nClue: He played a box of lemon chiffon pie mix in a TV commercial long before playing Sam on \"Cheers\"" + }, + { + "id": "openseek-7-1a5adbb4af8f479693eafb59e4a7bd69", + "input": "Category: SURPRISE ME, TREBEK! \nClue: His wife found this newsman was \"On the Road\" long enough to will a $600,000 house to his lady friend of 29 years" + }, + { + "id": "openseek-7-be3178b48abc4f2b877b7681a56b0849", + "input": "Category: AMERICANA \nClue: The uniform that Harry Truman wore during his military service in this war is in his presidential library" + }, + { + "id": "openseek-7-6c3bf858b91a4c6f8167c7d2e73b6ef1", + "input": "Category: MMM... BACON \nClue: Our head writer once received a BLT that was missing the B, bacon, leaving only the L & T, these 2 items" + }, + { + "id": "openseek-7-28b5b49b3c87473bb8026d2b71f63ee6", + "input": "Category: 21st CENTURY MOVIE ROLES \nClue: In 2001's \"Moulin Rouge!\", John Leguizamo portrayed this real-life artist" + }, + { + "id": "openseek-7-5a1ab58d35a14ed299ead4f44896cb16", + "input": "Category: 19th CENTURY VPs \nClue: In 1848 future VP Henry Wilson helped form this party opposed to extending slavery to new territory" + }, + { + "id": "openseek-7-958f23ad71b8460495b9f5510727e5c7", + "input": "Category: HAIL TO THE CHEF \nClue: In 1984 he published his \"Louisiana Kitchen Cookbook\"" + }, + { + "id": "openseek-7-3deb283e13ec4b5393b1f1d61b426a4e", + "input": "Category: LITERARY CHARACTERS \nClue: Marlow, an adventurer, appears in several works by this author, including \"Lord Jim\"" + }, + { + "id": "openseek-7-98c477c7f0c64e66bf898b9b2a97cc0f", + "input": "Category: AT THE BUFFET \nClue: For dessert: this rich custard topped with caramelized sugar that's so brittle you can shatter it with a spoon" + }, + { + "id": "openseek-7-f1f9faebc05c4c9d92b3def75165a3c5", + "input": "Category: STUPID ANSWERS \nClue: It's the cry of the chachalaca bird of South America" + }, + { + "id": "openseek-7-8c1b15b02f0c4d2aad7a277af5eceb9b", + "input": "Category: PEOPLE \nClue: This astronaut who piloted the command module during the first moon landing was born in Rome, Italy" + }, + { + "id": "openseek-7-758596b88f6744bba60c2351d832bca1", + "input": "Category: ACCENT ON COMEDY \nClue: \"What a Country\" the U.S.A. is; it turned this \"Commie\" into a comic" + }, + { + "id": "openseek-7-b31e58c747f0429c8e5904b1fe037417", + "input": "Category: ETIQUETTE \nClue: If a prom date gives you one of these floral accessories, you must wear it or at least pin it to your purse" + }, + { + "id": "openseek-7-ad0dc04d32b5453fb4c98b9ebca2af17", + "input": "Category: CALL ME SHIRLEY \nClue: Dramatist James Shirley moved to Dublin in 1636 after parliament closed Britain's theaters as a precaution against this" + }, + { + "id": "openseek-7-d7543fe1198c47d5b2faa521164f4a96", + "input": "Category: RHYMES WITH ME \nClue: Piece of equipment for Picabo Street" + }, + { + "id": "openseek-7-aa4bc84be8a04e19917ca5de3a56ce23", + "input": "Category: NEXT LETTER AFTER... \nClue: ...J in the Macedonian alphabet" + }, + { + "id": "openseek-7-253938af5d134a7094bdbff988a11790", + "input": "Category: STRIKE FORCES \nClue: A holdover from the Cold War, the Spetsnaz are some of this country's elite special forces" + }, + { + "id": "openseek-7-46ddaa93a1eb4920bcda51066dd73d66", + "input": "Category: BUSINESS & INDUSTRY \nClue: Co-founder Frank Seiberling added the winged foot to this tire company's logo" + }, + { + "id": "openseek-7-4a38b31aa71443f0b2db64d319cd00d1", + "input": "Category: RANKS & TITLES \nClue: A vicereine is the wife of one of these officials" + }, + { + "id": "openseek-7-207977db9c11474eb2f670076c68f36a", + "input": "Category: HOT SPOTS \nClue: 43 consecutive days of 120º heat were recorded in this appropriately named Calif. valley" + }, + { + "id": "openseek-7-15394214246641e78ee48971a1e979f2", + "input": "Category: NATIONAL ANTHEMS \nClue: \"Beneath Our Radiant Southern Cross We'll Toil With Hearts And Hands\"" + }, + { + "id": "openseek-7-968b613d74d64d6c9f8e1e9b7fc319d9", + "input": "Category: THE HUMAN BODY \nClue: It's the plural of a meninx, which helps cover the spinal cord" + }, + { + "id": "openseek-7-e85539e4ab7c4ceebe95c549e10d8695", + "input": "Category: TAKE A PILL \nClue: Bayer hailed the FDA's endorsement of this drug for use during a suspected heart attack" + }, + { + "id": "openseek-7-0102ccf8473f4360a0138c7a3cd5721a", + "input": "Category: CUSTOMS & TRADITIONS \nClue: (Sofia of the Clue Crew) The custom of mounting a horse from the left may have arisen when men wore one of these along their left legs" + }, + { + "id": "openseek-7-2a9aaea6d96c4aea8ae390da039e642d", + "input": "Category: HISTORY \nClue: While mayor of Paris, he lost twice to Francois Mitterand in elections for the French presidency" + }, + { + "id": "openseek-7-5a12c3e6be8b41f2b940dd01a80f0085", + "input": "Category: ALONG THE TRANS-CANADA HIGHWAY \nClue: A symbol of this Montreal World's Fair, the Biosphere served as the U.S. pavilion & now is an ecology museum of water" + }, + { + "id": "openseek-7-2ea68982ca914faebfdd5f190dde0db6", + "input": "Category: PHONING IT IN \nClue: Reflecting the company's activities at its founding in 1885, it was the second \"T\" in AT&T" + }, + { + "id": "openseek-7-bb493d0afb454b9d94b19157f07df88d", + "input": "Category: \"OO\", SORRY! \nClue: Carrie Fisher made her film debut in this 1975 Warren Beatty-Julie Christie movie" + }, + { + "id": "openseek-7-85a77001724b43c8ac81c878b696848e", + "input": "Category: COMIC STRIP SETTINGS \nClue: Riverdale" + }, + { + "id": "openseek-7-9f89c6c7cd5845cc953994673d188d30", + "input": "Category: A LA \"CART\" \nClue: One of the best-known examples of this 6-letter term is OPEC" + }, + { + "id": "openseek-7-da8657824c644df7b4f6ae0173331544", + "input": "Category: \"P.B.\" \nClue: Anna Pavlova or Dame Margot Fonteyn, for example" + }, + { + "id": "openseek-7-c0e8718f090140d7b5afe323e009c4a8", + "input": "Category: NAME THE DECADE \nClue: Disneyland opens & the peace symbol is created" + }, + { + "id": "openseek-7-0f15a1acf37b4d478756c2e48f69c755", + "input": "Category: MYSTERY HISTORY \nClue: One of the 3 people who have hosted the PBS series \"Mystery!\"" + }, + { + "id": "openseek-7-de6bee3426c745e68b921ed27cb4d52d", + "input": "Category: LETTER HISTORIES \nClue: Latin abandoned this letter, from the Semitic symbol for an open hand, in favor of the \"C\"" + }, + { + "id": "openseek-7-fc80d286f0024108b73cfacb19049f30", + "input": "Category: YOUNG ABE LINCOLN \nClue: On October 5, 1818 this mother of Lincoln & 2 of her relatives died of milk sickness" + }, + { + "id": "openseek-7-711d630f24474b95be63c7a6ff964efb", + "input": "Category: CAPES \nClue: The entrance to this Australian bay near Sydney is guarded by Cape Banks & Cape Solander" + }, + { + "id": "openseek-7-3fd9f8754562482a828eead892ea0150", + "input": "Category: IT'S HYPHENATED \nClue: Elvis Presley was fond of biscuits & this \"colorful\" gravy made from bacon drippings & black coffee" + }, + { + "id": "openseek-7-30ff1461203f49cca75fa01f5e670dbf", + "input": "Category: COLLECTIBLES \nClue: The \"Man in Black\" collector plate from the Franklin Mint was the first musical plate authorized by this country icon" + }, + { + "id": "openseek-7-a89e97b72f854c798897e527c22953a1", + "input": "Category: PALEONTOLOGY \nClue: It was similar to the mammoth but it had different teeth" + }, + { + "id": "openseek-7-86cd91cfd1ab4b50a8947846d20435cc", + "input": "Category: SACRED TO THIS RELIGION \nClue: The Western Wall" + }, + { + "id": "openseek-7-1400ef1cc05a41658ef0bff35ce7d3be", + "input": "Category: U.S. STATES \nClue: In 1947 British driver John Cobb was 1st to travel over 400 MPH on this state's salt beds" + }, + { + "id": "openseek-7-86fe2dae60da4194812cc0694dba21e1", + "input": "Category: NEWSMAKERS \nClue: January 3, 1990, this strongman's alleged drug-dealing days were over" + }, + { + "id": "openseek-7-8a6cbdf52e0e4d25a43568a7b434039e", + "input": "Category: ART \nClue: In the cathedral at Chartres, most of this translucent artwork from the 13th century is still in place" + }, + { + "id": "openseek-7-c7c54d0aea544f07a96497b9c9badc4f", + "input": "Category: PEOPLE IN HISTORY \nClue: In 1946, hours before he was to be hanged, this 2nd highest-ranking Nazi official took his own life" + }, + { + "id": "openseek-7-62cd015a8b884abebed9d00cce40e6bd", + "input": "Category: UNDER THIS CABINET DEPARTMENT \nClue: The Bureau of Engraving & Printing" + }, + { + "id": "openseek-7-d965c1ed4b8843bca52c69e9275414f8", + "input": "Category: I'M GETTING TOO OLD FOR THIS STUFF \nClue: In the Bible, she tells daughter-in-law Ruth to leave her, \"For I am too old\" to have a husband" + }, + { + "id": "openseek-7-36341c93175e435d9d17746293c8bad1", + "input": "Category: CHAIRS \nClue: A Montgolfier is a Louis XVI chair with a back often shaped like one of these" + }, + { + "id": "openseek-7-26dff26a434848119180482754cd43ad", + "input": "Category: SPELL IT: -ABLE OR -IBLE? \nClue: Easily carried, such as a typewriter or radio" + }, + { + "id": "openseek-7-e16c7aa58b8a48fc81f78bb594c118ca", + "input": "Category: ON ST. PADDY'S DAY \nClue: A March 17, 1906 speech by this president popularized the term, \"Muckrake\"" + }, + { + "id": "openseek-7-642db7c1e27041f094c5e00835804eea", + "input": "Category: ANATOMY \nClue: The human body has 3 types of these: skeletal, smooth & cardiac, a combination of skeletal & smooth" + }, + { + "id": "openseek-7-d59ad8b9aa3543c79320862e165fe8b4", + "input": "Category: U.S. GEOGRAPHIC NICKNAMES \nClue: Appropriately enough, this New York metropolis is \"Bison City\"" + }, + { + "id": "openseek-7-d6532fc712974b0586ac659533356b54", + "input": "Category: VETERANS DAY \nClue: Don't forget--in Canada, Veterans Day is known as this" + }, + { + "id": "openseek-7-ad65f9762d454f51bbf153a29005a351", + "input": "Category: SCIENCE \nClue: Also a term for someone from Warsaw, it's one of the 2 strongest points in a magnetic field" + }, + { + "id": "openseek-7-0754630dc66043a58c80a494717768fb", + "input": "Category: ART \nClue: In this Italian's \"Virgin & Child with Saint Anne\", both women wear smiles rather like his Mona Lisa's" + }, + { + "id": "openseek-7-bee887565a9e4c68ae72590bf4cab75f", + "input": "Category: LOSING THE \"WAR\" \nClue: When losing a \"war\", this earned prize becomes a badge of courage color" + }, + { + "id": "openseek-7-5dbdac40102c498ebdf27f92a6e8580a", + "input": "Category: RYDERS \nClue: Little Beaver was this comic strip character's Indian companion; we wonder when he's coming back" + }, + { + "id": "openseek-7-278a789cae9349ccbf0e58de428c40be", + "input": "Category: WORLD COINS \nClue: In 1999 it issued its 1-oz. silver kookaburra coin with honor marks reproducing several U.S. state quarters" + }, + { + "id": "openseek-7-8e6a3471165a46929d7125719649adf4", + "input": "Category: MOTTOES \nClue: You've got security with \"My word is my bond\", the motto of this London financial institution" + }, + { + "id": "openseek-7-fe5574059cd24f8cbadbf99af6bb2a78", + "input": "Category: INTERNATIONAL ACTORS \nClue: Toshiro Mifune & this director with whom he made 16 films died less than a year apart" + }, + { + "id": "openseek-7-a03649eb0d374aa58969ad8970f1a09b", + "input": "Category: NOTABLE NAMES \nClue: This useful Englishman was known as the Father of Utilitarianism, & that works for me" + }, + { + "id": "openseek-7-acd69c6480ec4497be869d9c16489a2c", + "input": "Category: \"AW\", SHUCKS \nClue: Proverbially, it \"breaks the camel's back\"" + }, + { + "id": "openseek-7-fca60d30bf7e4ca9828d204520247c0b", + "input": "Category: RIVERS \nClue: This French river empties into the English Channel near Le Havre" + }, + { + "id": "openseek-7-85c32aa458e94c639fe457858e879bb1", + "input": "Category: GOLDEN RULER \nClue: The sands of the River Pactolus are fabled to contain gold because Dionysus once told this king to bathe there" + }, + { + "id": "openseek-7-82cdfd3242624df9926f2c1cfcde4d85", + "input": "Category: \"G\" WHIZ \nClue: The kind of knot you'd expect your mother's mother to tie" + }, + { + "id": "openseek-7-53cf584d7f0242acb0a9a556fc5e7f3c", + "input": "Category: NURSERY RHYMES \nClue: His kisses drove girls to tears" + }, + { + "id": "openseek-7-7f992d03cf7b45cd82bcbb4da58453e4", + "input": "Category: PHILOSOPHY GLOSSARY \nClue: Founded by Zeno of Citium, this -ism is the belief that detachment & self-control enable one to argue in an unbiased fashion" + }, + { + "id": "openseek-7-dfeae5fcc3af4a1c8eba66e77acea36b", + "input": "Category: NAPOLEON \nClue: This Hawaiian leader was known as the \"Napoleon of the Pacific\"" + }, + { + "id": "openseek-7-1526a25646354cd9b9efe1fc3e485f0f", + "input": "Category: ANCIENT WRITERS \nClue: Born in 43 B.C., his most famous work begins, \"My intention is to tell of bodies changed to different forms\"" + }, + { + "id": "openseek-7-9e1976cf1cfb44b3ac566b3e6a3c3d76", + "input": "Category: FASHION \nClue: This term for a striped tie often used to represent a snooty school comes from the word \"ribbed\"" + }, + { + "id": "openseek-7-6630eea0f27445b5b4bd38a0a204c5c2", + "input": "Category: DOUBLE TALK \nClue: This city of southeast Washington state was founded in 1856 at the site of an old Army fort" + }, + { + "id": "openseek-7-b7f476344c2844c28fa0b661cd626d28", + "input": "Category: SCIENCE PRIZES \nClue: The R.U. Lemieux Award is given in Canada for work on the organic branch of this science" + }, + { + "id": "openseek-7-2a9b264297094737b16bb05fe2525040", + "input": "Category: LAWYERS, GUNS & MONEY \nClue: This lawyer & author seen here clerked for Supreme Court justice Arthur Goldberg in 1963" + }, + { + "id": "openseek-7-f7adf6285f29475abb0662a25dfaf95d", + "input": "Category: ASIA \nClue: In 1942 this nation controlled all or part of a dozen present-day eastern Asian countries" + }, + { + "id": "openseek-7-d99779210b93498c8cb0b5c955ec2f5e", + "input": "Category: MISQUOTED \nClue: This leader said \"I have nothing to offer but blood, toil, tears & sweat\", not \"blood, sweat & tears\"" + }, + { + "id": "openseek-7-6182c9f58a5e4287b477b9676ec0af41", + "input": "Category: SALAD DRESSING \nClue: This national-named dressing often made with ketchup is found in deli sandwiches" + }, + { + "id": "openseek-7-58dbb15ff8344aa8af47357079ba9350", + "input": "Category: CHILD CARE \nClue: It's rare for this manual dominance to appear before the age of two" + }, + { + "id": "openseek-7-6067e0bd78984d43919e19feba6bf3ca", + "input": "Category: A LOAD OF LOBOS \nClue: Joe Eubanks uses the name Lobo when competing in this pro \"sport\" that often involves tag teams & pile drivers" + }, + { + "id": "openseek-7-5d8ed219eb7046438769113c7cb25b51", + "input": "Category: LET'S HAVE A BALL \nClue: It's a naphthalene sphere to repel a lepidopteran" + }, + { + "id": "openseek-7-fec7d931d0e5439d945d7fdb80a9891f", + "input": "Category: WE GET LETTERS \nClue: This cable television network uses an exclamation point in its name" + }, + { + "id": "openseek-7-7d0204505e014cd1bcf23998bdd36ad3", + "input": "Category: MUSICAL THEATRE \nClue: Of \"Shogun\", \"King Rat\" or \"Tai-Pan\", the James Clavell novel that became a musical in 1990" + }, + { + "id": "openseek-7-1709c9192d9f43c78210c7779bfaf852", + "input": "Category: FORMER CAPITALS \nClue: Figuring out the name of this capital of Alabama from 1826 to 1846 is like pulling teeth" + }, + { + "id": "openseek-7-5c077164b4b44b76a456c5a57ded2924", + "input": "Category: ALL IN THE CELEBRITY FAMILY \nClue: Serena & Venus--& don't forget Papa Richard" + }, + { + "id": "openseek-7-ffafec1d2b384b91aa9716a0d73ca8f3", + "input": "Category: TOP-RATED TV SHOWS \nClue: On the highest-rated Oscar telecast ever, April 7, 1970, he picked up his only Oscar, for \"True Grit\"" + }, + { + "id": "openseek-7-791d39c4ebcf40319656cb9936f8af47", + "input": "Category: THEIR MAIN MUSICAL INSTRUMENT \nClue: Dave Barry & Stephen King" + }, + { + "id": "openseek-7-a4181792e39c4a5da82dd9f0cf1cbd2e", + "input": "Category: WORLD LEADERS \nClue: Thabo Mbeki fought to eliminate apartheid & now leads this African country" + }, + { + "id": "openseek-7-dfea528ec2d4407e800e7d544f53ae92", + "input": "Category: SELDOM IS HEARD \nClue: \"He that is discontented in one place will seldom be happy in another\" is a moral from this Greek B.C. guy" + }, + { + "id": "openseek-7-5f90fe38f67144068088e2258525a908", + "input": "Category: I'M IN HEAVEN \nClue: Stephen Collins, seen here, plays Rev. Eric Camden on this popular series" + }, + { + "id": "openseek-7-12480f17156c41bfa3c95847eb209112", + "input": "Category: STATES OF MIND \nClue: In vintage psychology talk, anxiety is a type of neurosis; schizophrenia is a type of this -osis" + }, + { + "id": "openseek-7-bd4af2f021574b2082302a52646e35c7", + "input": "Category: STREET-WISE TV \nClue: Let's get down to business & name this PBS series that Louis Rukeyser began hosting in 1970" + }, + { + "id": "openseek-7-d702e646ced0436c96ca77bb8bd9b7de", + "input": "Category: HOLLYWOOD HISTORY \nClue: Creator of Andy Panda, he held the longest contract in Hollywood -- 58 years with Universal" + }, + { + "id": "openseek-7-2c76e7f5ccd943eea742f4074d3e472d", + "input": "Category: IMPRESSIONS \nClue: Will Jordan was famous for his impression of this man, & even performed it on the \"Really Big Show\"" + }, + { + "id": "openseek-7-c4bb76159c934ceab9b8b34f92265773", + "input": "Category: BEN-HUR \nClue: The role of Ben-Hur was reportedly turned down by Rock Hudson & this \"Hud\", son" + }, + { + "id": "openseek-7-c3856bc38fd44834b0ddeb314595c6bd", + "input": "Category: BIG SCREEN BRAINBUSTERS \nClue: In \"The Final Countdown\", this aircraft carrier travels back in time to just before the attack on Pearl Harbor" + }, + { + "id": "openseek-7-1077a6d248714d0e98de1dd17bff2de5", + "input": "Category: CANADIAN STUFF, EH? \nClue: On some weekdays in July & August, you can have tea with the mayor in this Nova Scotia capital" + }, + { + "id": "openseek-7-e3ab7fde2c4f49fe9cfc7b1180bd4ea1", + "input": "Category: HOOKED ON HOMOPHONICS \nClue: An amphibian, or being pulled by a boat" + }, + { + "id": "openseek-7-7de475cf039a42688057a7238f70ca6e", + "input": "Category: TOP MAYORS' SALARIES 2002 \nClue: Last name of Chicago's mayor, or how often he earns $465.75" + }, + { + "id": "openseek-7-26f7b573760143f4bce63455264541d1", + "input": "Category: TELEVISION \nClue: In 1997, TV Guide's No. 2 pick for the 100 greatest episodes of all time was her stint selling Vitameatavegamin" + }, + { + "id": "openseek-7-15b724b610df44f4a67fb2b2a5ae1ec8", + "input": "Category: CHECK OUT MY CRIB \nClue: In the furniture sense, this synonym of \"pride\" is dressing table" + }, + { + "id": "openseek-7-45aaf3fed61946b49820693ab8a1f1c5", + "input": "Category: WORLD GEOGRAPHY \nClue: This country's name means \"Land of the Southern Slavs\"" + }, + { + "id": "openseek-7-619b5d8f324849f3a96076292d29fcfd", + "input": "Category: JUNE SWOON \nClue: This war began with an attack across the 38th Parallel on June 25, 1950" + }, + { + "id": "openseek-7-91f5dc4f63f74af3a9b89fd537e972b9", + "input": "Category: NATIVE AMERICANS \nClue: Now usually meaning a conference, it has also meant to practice magic" + }, + { + "id": "openseek-7-f36b99c93bd949b29e6855412a918f3d", + "input": "Category: FILE UNDER \"D\" \nClue: The \"bones\" in this game are pulled out of the \"boneyard\"" + }, + { + "id": "openseek-7-fc02ed9478d34af7824d8975a27cdb77", + "input": "Category: TEEN PEOPLE \nClue: William Shakespeare would have stayed in Stratford if he had a wife like her" + }, + { + "id": "openseek-7-764777d18f9942d4bc001fcb0cebc872", + "input": "Category: WORD ORIGINS \nClue: This, from Middle French for \"small ball\", is stronger than the bullet, which is from modern French for \"small ball\"" + }, + { + "id": "openseek-7-c29f7b03e4e04b48ac296ff83934b013", + "input": "Category: \"SAN\" \nClue: It's the party beverage seen here" + }, + { + "id": "openseek-7-f623f0eb5674429293b95e3d19b0f077", + "input": "Category: POT LUCK \nClue: Catoctin Mountain Park in northern Maryland is the site of this presidential retreat" + }, + { + "id": "openseek-7-41898a65a136407eaca7cbd07a83e384", + "input": "Category: HALLMARK HALL OF FAME \nClue: For his role in 1971’s “The Price”, he won (& accepted!) an Emmy" + }, + { + "id": "openseek-7-fb41261f8cb840acb751272e7b1759e5", + "input": "Category: ANIMAL HOMOPHONES \nClue: A mammal that's sometimes spectacled, or naked" + }, + { + "id": "openseek-7-68bc9d4f77604a0c84bd4adfd3f65466", + "input": "Category: \"WA\" THIS WAY \nClue: Aquarius, translated from Latin" + }, + { + "id": "openseek-7-6f8f6fefb9894965856e4b5d57215e6b", + "input": "Category: BLONDIE \nClue: One of the 2 blonde sitcom lead actresses who co-star in 1999's \"EDtv\"" + }, + { + "id": "openseek-7-f78408bbd857423bbb3e8118286670dd", + "input": "Category: SOLD \"AMERICAN\" \nClue: Unflattering slang term for a U.S. citizen abroad who gives his fellow countrymen a bad image" + }, + { + "id": "openseek-7-6eeacce72f124dddb9792d85c33f9c09", + "input": "Category: BALLET \nClue: Coincidentally, Jerome Robbins' ballet \"Fanfare\" debuted on the day she was crowned in 1953" + }, + { + "id": "openseek-7-e27970e2bec1411ea6a0d012aa6f99cd", + "input": "Category: HODGEPODGE \nClue: During WWII he was head of the Kuomintang party & commander of the Chinese army" + }, + { + "id": "openseek-7-98a87c81808046c0b8082fb186b1c27a", + "input": "Category: CERVANTES \nClue: Cervantes relied on 2 financial supporters, the Count of Lemos & the archbishop of this city on the Tagus" + }, + { + "id": "openseek-7-8b7e5eb81ff846729a4a2f7899a3c074", + "input": "Category: MOVIE THRILLERS \nClue: Joe Eszterhas received a record $3 million for his script of this 1992 Michael Douglas-Sharon Stone film" + }, + { + "id": "openseek-7-c605b748e1fd45e09dbedcf79b50e450", + "input": "Category: BRITISH INVENTIONS \nClue: For the military, zoologist John Kerr developed the \"dazzle paint\" type of this, something animals also use" + }, + { + "id": "openseek-7-80e13b5fbbf0415b86f9bf047db81bd8", + "input": "Category: MISC. \nClue: This N.H. school was the last U.S. institution of higher learning to be founded by royal decree" + }, + { + "id": "openseek-7-df3f4fd1db0445f3801ed1819b4a78ee", + "input": "Category: THOSE DARN ETRUSCANS \nClue: '60s TV series which once used the expression, \"Holy priceless collection of Etruscan snoods!!\"" + }, + { + "id": "openseek-7-ce00dd10de58425981cf455c40d58f7e", + "input": "Category: WEATHER WORLD \nClue: In Venezuela, this \"season\" is from April to October; in the mountains of Peru, from November to March" + }, + { + "id": "openseek-7-e6e339b855bf427cb4abeb1911608ab8", + "input": "Category: THE CONTINENTS \nClue: Early explorers called parts of this continent Vinland" + }, + { + "id": "openseek-7-49cdf6e4ae0b48ccae4ca9c0863c32db", + "input": "Category: TV WORKPLACES \nClue: It's where you could get a pitcher full of beer from Sam or Woody or an earful from Carla" + }, + { + "id": "openseek-7-87a11abc91224ebb9dc037884c08df9e", + "input": "Category: ABC AFTERSCHOOL SPECIAL STARS \nClue: Before he was Sen. McAllister on \"Brothers and Sisters\", this actor was a \"Schoolboy Father\"" + }, + { + "id": "openseek-7-e63864c8be29407080dabce22145606b", + "input": "Category: EVERYONE'S A COMEDIAN \nClue: This comedienne who has hosted the Oscars has also been the center square on \"Hollywood Squares\"" + }, + { + "id": "openseek-7-3d63f45e54724a5dac5c7f6c24e3e4bd", + "input": "Category: RELIGIOUS LEADERS \nClue: The beginnings of this religious group came around 1647 with the preaching of George Fox of England" + }, + { + "id": "openseek-7-c72769cf29c64795bc8dbc7868a7f38b", + "input": "Category: FILM BIOS \nClue: \"Bird\"" + }, + { + "id": "openseek-7-19c57b4afe3641b9979f820c38b62df3", + "input": "Category: IT'S A WEIRD WORLD \nClue: A woman named Butterfly perched for over a year in one of these large Calif. trees to protest logging" + }, + { + "id": "openseek-7-4c0af43bfdd444b2949a9794b54ae14d", + "input": "Category: POTPOURRI \nClue: Financially, you want to avoid this color ink -- that means a deficit" + }, + { + "id": "openseek-7-8c3e5633c3d34c0591d28c3c54f9be58", + "input": "Category: ALIASES \nClue: Diedrich Knickerbocker, a \"sleepy\" novelist" + }, + { + "id": "openseek-7-0a34adb3ef4d4565a93549e6f1715c46", + "input": "Category: GEOGRAPHICAL QUOTES \nClue: John H. Wilson called it \"At once London's highroad and its sewer\"" + }, + { + "id": "openseek-7-a85b820703ca40f5bfc1bdc13acb6cd1", + "input": "Category: AN IRISH PUB QUIZ \nClue: In a traditional Irish pub, expect a traditional Irish stew, which is made with this meat" + }, + { + "id": "openseek-7-e653c8ebdb244f55b100a5080d11f257", + "input": "Category: YOU'VE GOT... \nClue: You've got this sailor's disease if you're not getting enough vitamin C" + }, + { + "id": "openseek-7-7c39ec063f284a8ab6a8c820387ed97a", + "input": "Category: PRESIDENTS' WIVES \nClue: He married Rachel Robards in 1791, but since her divorce was not yet final, they had to remarry on January 17, 1794" + }, + { + "id": "openseek-7-70869f29b8d544a9965b3bdaa729bd7e", + "input": "Category: U.S. GEOGRAPHY \nClue: In 1937 the government set aside this Georgia swamp as a national wildlife refuge" + }, + { + "id": "openseek-7-a8f40e5769ef49e8bce149bb30351489", + "input": "Category: MAY DAY \nClue: This Palestinian leader's status was confirmed in 1996 when President Clinton met with him" + }, + { + "id": "openseek-7-3b6f8cfb9c3048819e1cd15242e01bdd", + "input": "Category: PHOTOGRAPHY \nClue: Aperture size is measured in these numbers which usually range from 2 to 16" + }, + { + "id": "openseek-7-9ffe7049f44048c1ba14bff0188d337b", + "input": "Category: HITMEN \nClue: In 1988 this Cuban-born A's outfielder became the 1st in history with 40 home runs & 40 stolen bases in a season" + }, + { + "id": "openseek-7-f54b074bf8c94822b4cb6d5a7887f27c", + "input": "Category: A WORK OF PHILOSOPHY \nClue: Karl Marx was heavily influenced by this German's \"Phenomenology of Mind\"" + }, + { + "id": "openseek-7-a96376e084aa4b02b59882277d91b011", + "input": "Category: POTENT POTABLES \nClue: This Mexican spirit is obtained by distilling pulque" + }, + { + "id": "openseek-7-8aec51255a514960b4510849ba6cc30a", + "input": "Category: EVENTS IN THE OLYMPIC DECATHLON \nClue: It's the shortest of the running events" + }, + { + "id": "openseek-7-80ac95a4bccd42a5b10e1bb114c282ff", + "input": "Category: THE HEADACHES OF MILLIONAIRES \nClue: Visit Monte Carlo & you'll be expected to bet big playing this game from which chemin de fer is derived" + }, + { + "id": "openseek-7-e5fbf6af54364914b1733b3e0b79f05c", + "input": "Category: ARMY, NAVY OR MARINES \nClue: Comedian Drew Carey" + }, + { + "id": "openseek-7-9b3d87d4591a444abb10173d255fab31", + "input": "Category: AMERICAN WRITERS \nClue: In 1936 the San Francisco News sent this man to investigate living conditions among migrant workers" + }, + { + "id": "openseek-7-d8ea2835820646059649fdf805974c7b", + "input": "Category: THE CONTINENTAL CONGRESS MET HERE \nClue: On Dec. 20, 1776 the Congress said hello to this city, home of Poe" + }, + { + "id": "openseek-7-4f1226451a7e4c2c9c18bb6edd43348b", + "input": "Category: CELEBRITIES \nClue: This talk show queen sometimes seats people at the Eccentric Restaurant in Chicago -- she's a co-owner" + }, + { + "id": "openseek-7-5dac03912c2245cbb6da4dc56553f42f", + "input": "Category: WOMEN SINGERS \nClue: The 411 on this R&B singer: her song \"Be Without You\" was No. 1 in 2006, & her middle initial J. stands for Jane" + }, + { + "id": "openseek-7-9bf6ae08f1524e07812f8539f7cbb46f", + "input": "Category: GETTING DEFENSIVE \nClue: In November 1973 Richard Nixon said, \"People have got to know whether or not their president is a\" this. \"Well, I'm not\"" + }, + { + "id": "openseek-7-054736322de144a09ba730aa4b6de5eb", + "input": "Category: DO YOU MEASURE UP? \nClue: An amount of a substance equal to its molecular weight, it's also Cindy Crawford's distinctive characteristic" + }, + { + "id": "openseek-7-80381a71f5034699a3f2b96af12adc59", + "input": "Category: EVERYTHING FROM C TO D \nClue: This game equipment has 64 squares of 2 alternating colors, in 8 horizontal & 8 vertical rows" + }, + { + "id": "openseek-7-7a5d8a7273e1406e961698ae0c7b2c39", + "input": "Category: NOTABLE NAMES \nClue: The initials in the name of this famous psychologist stood for Burrhus Frederic" + }, + { + "id": "openseek-7-c9057fdb74df42288e050d124ba1fa25", + "input": "Category: SWEET \"P\" \nClue: Gene Fowler's biography of John Barrymore is called \"Good Night, Sweet\" this" + }, + { + "id": "openseek-7-7f0fa3773c584ae5b2aeedce59aa9738", + "input": "Category: SEE \"NN\" \nClue: Get thee to this synonym for a convent" + }, + { + "id": "openseek-7-0164823a152c46b0b0f9213ac7a7982c", + "input": "Category: CLUB ME \nClue: To join England's venerable Carlton Club, Margaret Thatcher had to be made an honorary one of these" + }, + { + "id": "openseek-7-01ec740f355c4f0fa946711594393db1", + "input": "Category: THE BRONTE BEAT \nClue: The portrait of the Brontes seen here was painted by this man, their brother:" + }, + { + "id": "openseek-7-daa85a7eac83429e8845c5712fdd768c", + "input": "Category: BELIZE TO MEET YOU \nClue: Until 1991 this neighboring country didn't recognize Belize's independence, asserting claims from the 1800s" + }, + { + "id": "openseek-7-95a7472137be43f88cd5cb45f8ad7b62", + "input": "Category: NICE BUNS! \nClue: On \"Ally McBeal\", John Cage is nicknamed this, a Southern roll often made with buttermilk" + }, + { + "id": "openseek-7-e7e3cf05c7da4851a6bb7cbb790fb63b", + "input": "Category: MYSTERY MEAT \nClue: This North American marsupial finds its way into a tasty stew" + }, + { + "id": "openseek-7-887546048e824f1bb453aa58bab960de", + "input": "Category: IN THE DICTIONARY \nClue: By definition, a number that's infinitesimal is close to, but greater than, this" + }, + { + "id": "openseek-7-3cb09d85b2ab4ceab383cab5fe5d8d4b", + "input": "Category: LET'S SPEAK AUSTRALIAN, MATE \nClue: Something that's genuine or truthful is \"fair\" this" + }, + { + "id": "openseek-7-36d4f87e362745f4b3d618050b5d3ad7", + "input": "Category: SOUL & FUNK MUSIC \nClue: \"Living In America\" from \"Rocky IV\" helped revive the career of this \"Soul Brother Number One\"" + }, + { + "id": "openseek-7-00b3fb33933f4bd5b6730bc5f0b8b16a", + "input": "Category: YANKEE MAGAZINE \nClue: A 1983 article on this yankee-style soup says long ago it was made with salt pork, not clams" + }, + { + "id": "openseek-7-84b0476c040f47bf9e301d7b34e11941", + "input": "Category: RECENT FILMS \nClue: Kevin Spacey & Annette Bening played an awesomely dysfunctional suburban couple in this 1999 drama" + }, + { + "id": "openseek-7-0cb87bcc09cb4868abc746f652b1abbe", + "input": "Category: PRESIDENTIAL VPs \nClue: Thomas Jefferson" + }, + { + "id": "openseek-7-de83c66d8f674c5b99431ee2db6abbdc", + "input": "Category: STARTS WITH “B” \nClue: The 2 South American countries whose names begin with “B”" + }, + { + "id": "openseek-7-cb8fa1a62ec44bb2bf46407ab442a3ce", + "input": "Category: 19th CENTURY AMERICA \nClue: Originally this novel was published as a serial from 1851-52 in an anti-slavery paper" + }, + { + "id": "openseek-7-8e2087980348429ba1dfefd433a0d0be", + "input": "Category: GILBERT & SULLIVAN \nClue: It's set in a ruined chapel & on a rocky seashore on the coast of Cornwall, not on the open sea" + }, + { + "id": "openseek-7-ffdf0cef81e247c8bbfb6ec0033d3e19", + "input": "Category: MONEY \nClue: In 1986, Shelly Long & Tom Hanks found themselves caught in this" + }, + { + "id": "openseek-7-3211051f93454365ae84c2d51dbed387", + "input": "Category: COCKNEY RHYMING SLANG \nClue: It's what your Lucy locket is -- Lucy lost hers, by the way" + }, + { + "id": "openseek-7-289d209f10174ed9a1f855cf39591537", + "input": "Category: AMERICAN GANGSTER \nClue: Bugs Moran's North Side Mob was decimated on this holiday in 1929" + }, + { + "id": "openseek-7-80f69e2fd5594d0caf5252466ac36034", + "input": "Category: MYTHOLOGY \nClue: The Valkyries were maidens who attended this god" + }, + { + "id": "openseek-7-7596dd363164484982c7387339f78a87", + "input": "Category: CRACKERS \nClue: Name of the Pepperidge Farm product seen here:" + }, + { + "id": "openseek-7-7dffed1027e74eff9958b217edc28de5", + "input": "Category: THE WHITE HOUSE \nClue: An indoor pool was built for him in the West Terrace because he swam as therapy" + }, + { + "id": "openseek-7-801a43bd4f284a728b6c737156d82b19", + "input": "Category: HISTORICAL TV \nClue: Historical characters on this HBO series include Calamity Jane & Wild Bill Hickok" + }, + { + "id": "openseek-7-220c54dc2fa44178a8b1e881e9ee6fb9", + "input": "Category: NUTRITION \nClue: This trace mineral, Se, may slow down the aging process by attacking free radicals in the body" + }, + { + "id": "openseek-7-1559156235ef401eb07e42d29109c354", + "input": "Category: THE SUPREME COURT \nClue: In 1995 two justices rejected The Citadel's appeal of an order to admit her" + }, + { + "id": "openseek-7-63f7eeaee4f4454ea81d62622f2d773a", + "input": "Category: 20th CENTURY RUSSIA \nClue: Before Leningrad, St. Petersburg was given this Russian-sounding name at the start of WWI" + }, + { + "id": "openseek-7-5d5d75a1ff7d44db9c2b6caa731431b7", + "input": "Category: TOOTSIE ROLLS \nClue: We \"fell\" for these candies introduced in 2008; they're Tootsie Pops without the stick" + }, + { + "id": "openseek-7-3db87b0e6b0c49afbffb0cb1651d95a5", + "input": "Category: \"BIG\" & \"LITTLE\" \nClue: At 8'2\", he's over a foot taller than his best friend Snuffleupagus" + }, + { + "id": "openseek-7-0486bc59dedb44bf83d1f9ec839f0519", + "input": "Category: PRESIDENTIAL CAMPAIGN SLOGANS \nClue: \"It's morning again in America\"" + }, + { + "id": "openseek-7-780f34dd5efe434fb892646440dd01f8", + "input": "Category: 3-LETTER WORDS \nClue: It can mean the daily record of a ship's progress or the act of recording that progress" + }, + { + "id": "openseek-7-21c1ff70ab364241b9d243171ae64db4", + "input": "Category: COMPOSERS \nClue: Francis Hopkinson, who composed 1754's \"Ode to Music\", also signed this famous 1776 document" + }, + { + "id": "openseek-7-10de06eab4c74bfab8146ffb606bfeb7", + "input": "Category: FORESTS \nClue: Mississippi's De Soto National Forest covers over 500,000 acres from Laurel to this Gulf port city" + }, + { + "id": "openseek-7-7b7c13a6f01b4f96997a82f3725258d6", + "input": "Category: TASMANIA MANIA \nClue: The rough waters of Bass Strait separate Tasmania from this Australian state" + }, + { + "id": "openseek-7-34bd86c0bffd49ce86d2e8267b023d92", + "input": "Category: THIS IS YOUR LIFE, JOHN QUINCY ADAMS \nClue: John Quincy Adams' wife's first name; she shared it with a Miss Alcott" + }, + { + "id": "openseek-7-86cd844145a8409ca13d3dcc937952ee", + "input": "Category: SEA CREATURES \nClue: Named for a type of ship, this jellyfishlike creature has a sting almost as powerful as a cobra's venom" + }, + { + "id": "openseek-7-c7d73d87692f42c3bb2532f4586884da", + "input": "Category: AMERICAN HISTORY \nClue: On May 15, 1972 while campaigning in Laurel, Md., this Alabama governor was shot & paralyzed by Arthur Bremer" + }, + { + "id": "openseek-7-1e1a08c000a844cdbbde84c59c54ecd9", + "input": "Category: JACK BE HOMONYM-BLE \nClue: A band for around the waist, or a shot of liquor" + }, + { + "id": "openseek-7-4c2884a96512479faae9bf88c7a5f076", + "input": "Category: NEWS OF THE '80S \nClue: In Feb. 1988 this Central American leader was indicted by a U.S. grand jury on drug trafficking charges" + }, + { + "id": "openseek-7-fa9eb03ace624d08812eda605406f8b4", + "input": "Category: THE TALES OF HOFFMAN \nClue: \"Everybody's Talkin'\" served as the theme to this 1969 film in which Hoffman played street hustler Ratso Rizzo" + }, + { + "id": "openseek-7-38da7b0108794bd281c8b08a806afa56", + "input": "Category: WOMEN WRITERS \nClue: Mary Chesnut's take on this U.S. war was part of a Ken Burns TV documentary" + }, + { + "id": "openseek-7-9ad4e497f12d4966ab63117f8c67c0ba", + "input": "Category: WORLD LIT \nClue: Euphrase Kezilahabi of Tanzania wrote his novel \"Rosa Mistika\" in this African language" + }, + { + "id": "openseek-7-faf54977f8f0404eb90b437834cbb48d", + "input": "Category: GRAND CANYON NATIONAL PARK \nClue: Within the park is the village of Supai, part of this longer-named Indian reservation" + }, + { + "id": "openseek-7-e7c36f56e0c843989a2b8b89a920489d", + "input": "Category: C IS FOR... \nClue: Connolly, Maureen, one of the great players in this sport" + }, + { + "id": "openseek-7-06ed158a0ed643a4977d1c0b93b23b22", + "input": "Category: FRUITS & VEGETABLES \nClue: Citrus fruit named for the resemblance of its apex to a belly button" + }, + { + "id": "openseek-7-1cf0439dfe7e4c5aa6806dbf821f12c0", + "input": "Category: CONDIMENTIA \nClue: Wilbur Scoville developed a test to gauge the perceived potency of these, found in condiments" + }, + { + "id": "openseek-7-c194d93b07494771aea097e85cb8afbc", + "input": "Category: JUDGES \nClue: In 2006, Abdullah al-Amiri was removed as judge amid charges he was too soft on this notorious defendant" + }, + { + "id": "openseek-7-b3b53dc2f91b45c9ac26fd3fa8076aa7", + "input": "Category: GEMS & JEWELRY \nClue: The 128-carat Tiffany Diamond was discovered in this country's famous Kimberley Mine" + }, + { + "id": "openseek-7-ace3b952632242c886fc6640f59f778b", + "input": "Category: SIGNS & SYMBOLS \nClue: It's the 2-word phrase symbolized here" + }, + { + "id": "openseek-7-9767be4cb90a486dad76d514b2e0fc51", + "input": "Category: PLANTS \nClue: Crocus is the Latin word for this expensive spice produced by a type of crocus" + }, + { + "id": "openseek-7-3edaf32e4d2d45a89e4091d8f2bbc3bd", + "input": "Category: AD MEN \nClue: In a 2004 ad, Stephen Colbert was looking for Mr. This, GM's fictitious mechanic" + }, + { + "id": "openseek-7-e94a627d89f341b7b1e62bfdccac23c8", + "input": "Category: WINE, WHITE WINE \nClue: A pale greenish-yellow color indicates that a young white wine is still exhibiting small amounts of this plant pigment" + }, + { + "id": "openseek-7-e74cf9fa9d89411f9b1bf67e0a414f8a", + "input": "Category: EARLY AMERICA \nClue: Harvard College was founded at Newtowne, Massachusetts in 1636; 2 years later the town was renamed this" + }, + { + "id": "openseek-7-bfdb2ee814c6471aabacb00233bb91fc", + "input": "Category: U.S. GEOGRAPHY \nClue: Instead of counties, this state has boroughs (or is it brrr-oughs?)" + }, + { + "id": "openseek-7-88c5e426f6b84e959de64d77e0862297", + "input": "Category: LITERARY TRILOGIES \nClue: \"Number One\" is actually the number two novel in a trilogy by this author of \"U.S.A.\"" + }, + { + "id": "openseek-7-6dcd1652ed9148a98e9e1ea093206f54", + "input": "Category: SOUTH AMERICA \nClue: Shortly before this country gained independence in 1975, many citizens moved to Holland" + }, + { + "id": "openseek-7-bdab692e2afd4be6b9370a10ac08f425", + "input": "Category: ODDPODGE \nClue: Good timing: in 2006 a man went into cardiac arrest at a fundraiser for the AHA, this org. (he made it)" + }, + { + "id": "openseek-7-b70740981acb454db7bf5d899ec58322", + "input": "Category: CHICAGO FUN & SUNDRY FACTS \nClue: Born in 1861, this Chicago businessman was known as \"Monarch of Mastication\"" + }, + { + "id": "openseek-7-765797f7199e4d1688670c986ca85798", + "input": "Category: FAMOUS LAST WORD \nClue: In the Pledge of Allegiance" + }, + { + "id": "openseek-7-7595ade5db9b4be297ce5752a03f4e58", + "input": "Category: FABRICS & TEXTILES \nClue: The name of this fabric with metallic threads comes from lamina, Latin for \"thin piece of metal\"" + }, + { + "id": "openseek-7-6cb1825259e445939b1fb4cb72769e1e", + "input": "Category: WORD ORIGINS \nClue: A turnpike is called that because originally a pike or turnstile was turned after you did this" + }, + { + "id": "openseek-7-189b44e59cc84a3c9b95689ba0320780", + "input": "Category: BEASTLY EXPRESSIONS \nClue: This term for the most sultry part of summer come from the Latin \"dies caniculares\"" + }, + { + "id": "openseek-7-21ff051a790547b09f9e7cab7aa62351", + "input": "Category: DA BULLS \nClue: In 1991 Scottie Pippen's defense on Magic Johnson helped the Bulls beat this team for their first title" + }, + { + "id": "openseek-7-ebce49204c0d476c83397c3c296457be", + "input": "Category: POEM TITLES \nClue: This poem says, \"For all averred, I had killed the bird that made the breeze to blow\"" + }, + { + "id": "openseek-7-4dd70b48021b410eacb02525cf9f37b3", + "input": "Category: JUST DESSERTS \nClue: This thick liquid is the traditional sweetening in Indian pudding" + }, + { + "id": "openseek-7-d7e1ce7cfcf4404dad7ea61bb628e1cf", + "input": "Category: LADS NAMED VLAD \nClue: In 1929, while working for RCA, this inventor & engineer demonstrated the first practical all-electronic TV" + }, + { + "id": "openseek-7-f1c0211efac44b1f8c9cb5c6c62a315b", + "input": "Category: ARCHIPELAGOS \nClue: This Portuguese archipelago once served as a stop for the treasure galleons returning to Spain from America" + }, + { + "id": "openseek-7-937e84a3194a4727aa0173bcd9398edc", + "input": "Category: THE NET WORKS \nClue: In its first 2 months, this site was available for students at only 4 colleges, including Harvard" + }, + { + "id": "openseek-7-cc6c0fc99eed42af9a9b2afa5d4f0dcd", + "input": "Category: THAT'S JUST \"SAD\" \nClue: 10-letter term for feeling stiff from horseback riding" + }, + { + "id": "openseek-7-c9a751f6177d4431aabca8c2956b4914", + "input": "Category: LOVE THOSE VEGGIES! \nClue: Zea mays" + }, + { + "id": "openseek-7-3af29f7478f74cb9a4fd0d2a79191d49", + "input": "Category: TURNING 50 IN '98 \nClue: As her surname indicates, this soprano has had her share of wars with opera companies & other singers" + }, + { + "id": "openseek-7-1c281c0bbb6b42ec9cf218c947e644c5", + "input": "Category: THE BIBLE \nClue: Acts says Judas bought a plot of land & it only cost him this much" + }, + { + "id": "openseek-7-670447c30b6d443d810e57009b232d1e", + "input": "Category: DRAMA \nClue: This play begins as Willy Loman returns home from a trip" + }, + { + "id": "openseek-7-3d15edcd57194ff9a53f330f8046a648", + "input": "Category: ROCK AROUND THE SOLAR SYSTEM \nClue: Group heard here with a 1979 song: (\"Walking On The Moon\")" + }, + { + "id": "openseek-7-8e6b6ca1138e427f8c87f6bed7fc29c6", + "input": "Category: THE BOY SCOUTS \nClue: A trumpet or coronet may be used to earn this Boy Scout badge" + }, + { + "id": "openseek-7-e2768af60d7b4236a8476cc7cd36f414", + "input": "Category: NAMES YOU SHOULD KNOW \nClue: In 1916 this nobel winner became a professor of physics at the University of Copenhagen" + }, + { + "id": "openseek-7-028b6b04473c44619853d8b5d756fb52", + "input": "Category: \"FRAN\"S \nClue: This 1961 Salinger work was adapted from 2 New Yorker stories" + }, + { + "id": "openseek-7-02e748b0da7f4492864df5ab8b804556", + "input": "Category: AUTHORS \nClue: This author of \"The Son of the Wolf\" & \"The Sea-Wolf\" called his home \"Wolf House\"" + }, + { + "id": "openseek-7-8d9e2c9898784f908d4c732a75f34ee3", + "input": "Category: U.S.A. \nClue: At 306 feet high, the Bennington Battle Monument in this state was once the tallest battle monument in the world" + }, + { + "id": "openseek-7-bc57b351e9094eb3aaa8accadd61d7e3", + "input": "Category: \"CAT\"ECHISM \nClue: A long list of things, like banned books" + }, + { + "id": "openseek-7-1d0c4da2174f448b96e4a49acbee5238", + "input": "Category: TV ON TV \nClue: \"Itchy & Scratchy\"" + }, + { + "id": "openseek-7-fba5b771a47340cfa18bea98c520d142", + "input": "Category: IN THE DICTIONARY \nClue: Maharishi, a term for a mystical teacher, is derived from this classical language" + }, + { + "id": "openseek-7-e1f1130ae7d641d7a8e4e290f9b8b9a2", + "input": "Category: MYSTERIES \nClue: Jonathan Gash's lovejoy is a dealer in these & can tell legitimate ones from reproductions" + }, + { + "id": "openseek-7-bd3ef345005b4549ad0a3a67bb3d2ae9", + "input": "Category: MARSHALL ARTS \nClue: Marshall McLuhan summarized the influence of TV & computers with his aphorism \"The medium is\" this" + }, + { + "id": "openseek-7-901e5e8145724f559de86ac98d695ede", + "input": "Category: SUN \nClue: In the main reaction making the sun's energy, 2 of these nuclear particles fuse & one becomes a neutron" + }, + { + "id": "openseek-7-92b1856702a64b1eb25c06b84c4929ed", + "input": "Category: OFF TO THE MOVIES \nClue: starwars.com described this character as \"A loathsome slug of a gangster\" & under gender listed \"Neither\"" + }, + { + "id": "openseek-7-97672493f5d343c48a90deab581b7e20", + "input": "Category: MAKE-UP TEST \nClue: The Max Factor make-up inspired by this 1999 Shakespeare film features colors like Cob Web & Mustard Seed" + }, + { + "id": "openseek-7-b46236b6c8344cb7af535cb0cccebd21", + "input": "Category: WHAT THE \"H\" \nClue: To celebrate the bicentennial of Andrew Jackson's birth, Lyndon Johnson visited this mansion in March 1967" + }, + { + "id": "openseek-7-a3f530bfc68d49068b9da4c4aa410da6", + "input": "Category: FUTURISTIC FILMS \nClue: In 1997, Kurt Russell & Season Hubley will try to \"escape\" from this city turned prison" + }, + { + "id": "openseek-7-74bce6dce8694370b528bd76d5a12ae8", + "input": "Category: \"W\"ORDS \nClue: To sharpen a tool, or to stimulate the appetite" + }, + { + "id": "openseek-7-8095cf4b70cb4ca89fbf42cbe46fc299", + "input": "Category: WEST VIRGINIANS \nClue: Jerry West played in 932 regular-season NBA games, all for this team" + }, + { + "id": "openseek-7-c42e48474ac247bb8ed7d18c26cf4266", + "input": "Category: U.S. GEOGRAPHY \nClue: NYC's Brooklyn Bridge spans the East River between Brooklyn & this island borough" + }, + { + "id": "openseek-7-22629ddf9ac14985a33e43c19f054fda", + "input": "Category: THE VIRGINIAN \nClue: Berkeley Plantation was the birthplace of this U.S. president whose grandson was president, too" + }, + { + "id": "openseek-7-305f2769a6c14a848d028bc4c1e133e1", + "input": "Category: MOVIES IN OTHER WORDS \nClue: \"The square root of 100\"" + }, + { + "id": "openseek-7-c1e845b031e143fcbe961f3360a9c1a3", + "input": "Category: I'M GETTING \"C\" SICK \nClue: Kitty clawed me, so I may have this mild disease, also the title of a Ted Nugent album" + }, + { + "id": "openseek-7-1dc0f2ccb2344edabba089f0089891d3", + "input": "Category: QUOTABLE WOMEN \nClue: This cartoonist calls \"Mothers, food, love and career: the four major guilt groups\"" + }, + { + "id": "openseek-7-932c5bc80edd4113b810028354ec8070", + "input": "Category: MINTY FRESH \nClue: These \"Curiously Strong\" mints are \"So Strong, They Come in a Metal Box\"" + }, + { + "id": "openseek-7-2d2499fb3a874bbcb4ef75c01f469c4d", + "input": "Category: BY THE DAWN'S EARLY LIGHT \nClue: Longfellow's sonnet about this 14th century British tale spinner calls him \"the poet of the dawn\"" + }, + { + "id": "openseek-7-d536e879edaf430695099bcabfbde7cd", + "input": "Category: INSTRUMENTS \nClue: The average string quartet contains 2 of these instruments" + }, + { + "id": "openseek-7-1c33199ee21944bfbfaa8f8dea325a94", + "input": "Category: 1997 \nClue: James Fenimore Cooper would like this spacecraft that became the first to land on Mars in over 20 years" + }, + { + "id": "openseek-7-27aadf776b37428dad9100b56b3a351e", + "input": "Category: 3 LITTLE WORDS \nClue: It completes the Oscar Wilde quote, \"We are all in the gutter, but some of us are looking...\"" + }, + { + "id": "openseek-7-1d6dc20a9777487d9f3b3e156311422d", + "input": "Category: DANCE ORIGINS \nClue: Tarantella" + }, + { + "id": "openseek-7-9c4fc9ff1c004155a430f624073c6f60", + "input": "Category: EGGHEADS \nClue: In 1921 psychology prof Karl Jaspers became a professor of this instead; he went on to be a major existentialist" + }, + { + "id": "openseek-7-32766fbcbf614c049dd7bcb047baa635", + "input": "Category: GOOD APPLICATION ESSAY WORDS \nClue: You're a person of this, which can mean either \"trustworthiness\" or \"a duty or burden\"" + }, + { + "id": "openseek-7-fef0344177e54ba8947f54b5e995e04e", + "input": "Category: CATCHING SOME \"Z\"s \nClue: Johnston McCulley's novel \"The Curse of Capistrano\" gave us this character a.k.a. Don Diego" + }, + { + "id": "openseek-7-256918c57cb74dfebf079c485f4d4137", + "input": "Category: GO FOR THE JUGGLER \nClue: These brothers who ran a famous circus bearing their name worked in it as jugglers & tightrope walkers" + }, + { + "id": "openseek-7-4ce0cfee96dc41008771d6fbf03835b1", + "input": "Category: JOHN/PAUL \nClue: Paul wrote this paean to Soviet women while in India with the Maharishi Mahesh Yogi" + }, + { + "id": "openseek-7-520371581dd24489bf5d85d1607f768f", + "input": "Category: KNOW YOUR BIBLE \nClue: Noah's Ark was made of gopher wood & measured 300 of these units in length" + }, + { + "id": "openseek-7-8da173db613a4fa895adc022789f5631", + "input": "Category: 50-50 \nClue: Up to 50 yards of cloth may be used in one of these headdresses worn by Sikhs & Muslim men" + }, + { + "id": "openseek-7-3d0bd71ed6d2469ca5b2cf00974b6a00", + "input": "Category: GO \"STATE\"! \nClue: Philander C. Knox, Daniel Webster & John Foster Dulles have all held this federal post" + }, + { + "id": "openseek-7-5a3bf4edbef24a9db10c8d3cdf9d38e2", + "input": "Category: QUOTES \nClue: George Washington said, \"To be prepared for war is one of the most effectual means of preserving\" this" + }, + { + "id": "openseek-7-a0e035494cbc40f58b517faf1d663972", + "input": "Category: WOMEN'S FIRSTS \nClue: In 1968 in Mexico City, Enriqueta Basilo carried a torch to light this fire" + }, + { + "id": "openseek-7-0976f87b70444583a7c0d1b9d7ab4827", + "input": "Category: NEWSPAPERS \nClue: He now owns the New York Post, Village Voice, Boston Herald, Chicago Sun-Times & San Antonio Express" + }, + { + "id": "openseek-7-2a6be09d8ff740bbb7b3b62b326cb726", + "input": "Category: ...AND WE LIKED IT! \nClue: Until Roy Plunkett invented this material, we spent hours scraping food off cookware...& we liked it!" + }, + { + "id": "openseek-7-eae92b2f04c8463aa961e0d1e46e8cb0", + "input": "Category: A FASHIONABLE CATEGORY \nClue: It's the narrow, lined suit fabric seen here" + }, + { + "id": "openseek-7-57ddf20f7b1341ebabd7b58d2723a9ae", + "input": "Category: GOIN' MOBILE \nClue: On May 20, 1927 at 7:52 A.M., Charles Lindbergh took to the skies of New York in this plane" + }, + { + "id": "openseek-7-1967b27ea221494fb9e4de7b8a5b15aa", + "input": "Category: U.S. STATES \nClue: The moapa dace & bonytail chub are endangered fish in this state known for its gambling & ghost towns" + }, + { + "id": "openseek-7-08b413eb75de403abe4dfc645f0a919b", + "input": "Category: G.I. JOE \nClue: In the '80s this pro wrestler with a rank in his name became the first real person to join the G.I. Joe corps" + }, + { + "id": "openseek-7-7eaf46b58e9d4aa89beec1120ddf1f4e", + "input": "Category: HAT HAPPY \nClue: Title of the gagster who doffed the top seen here in the Middle Ages:" + }, + { + "id": "openseek-7-8dc425d8ab0a41fc99550d1a25549131", + "input": "Category: IN THE BOOKSTORE \nClue: She dedicated \"Postcards from the Edge\" to her brother Todd & her mother, Debbie Reynolds" + }, + { + "id": "openseek-7-842fcd84ee9f4da7ac26c1d1b30fb49b", + "input": "Category: ONE WORD ONLY, PLEASE \nClue: This was the single word the Hairy Old Man used to say at or near the beginning of every \"Monty Python\" episode" + }, + { + "id": "openseek-7-b82ff3ac22284fca8d72c89c536e3d97", + "input": "Category: PERIOD \nClue: A period is one of 4 major units of geologic time; these are the other 3, & they all start with \"E\"" + }, + { + "id": "openseek-7-cf94d1db8a0a4e89b9766c329baaed8d", + "input": "Category: FAMILIAR PHRASES \nClue: It's \"The shortest distance between two points\"" + }, + { + "id": "openseek-7-15c1b4864ed44c79bb3bd631f660d7f7", + "input": "Category: OSCAR NIGHT 2003 \nClue: For \"Talk to Her\", he became the first man in over 30 years to win with a screenplay in a foreign language" + }, + { + "id": "openseek-7-d09d017f9fe74d85808e2c7ec53c7d5e", + "input": "Category: ON THE RADIO \nClue: In 1984 L.A.'s KDAY became the USA's first station devoted to this genre of music" + }, + { + "id": "openseek-7-8f024b023a324b30b61be0a093036965", + "input": "Category: FIRST LADIES \nClue: Originally named Elizabeth Ann, she said, \"I always wanted to be called Elizabeth, but it didn't happen\"" + }, + { + "id": "openseek-7-d8b92c056986494eb4b130c08ee26758", + "input": "Category: ANIMALS \nClue: These small, slender mammals often kept as pets were domesticated from the European polecat" + }, + { + "id": "openseek-7-c8d0a029471b422298f310143a6814fe", + "input": "Category: TELEVISION \nClue: Frankie Muniz is the title kid on this quirky family sitcom that premiered on FOX in 2000" + }, + { + "id": "openseek-7-5a52cc2f581d4372bcf7862c58cba656", + "input": "Category: BLIGH ME, CAPTAIN! \nClue: 3 years after the Bounty mutiny, in 1792 Captain William Bligh introduced this tree to Jamaica" + }, + { + "id": "openseek-7-0f8ec3367a6644aca56d5c07a678c563", + "input": "Category: HOLIDAYS & OBSERVANCES \nClue: One of the first observations of this U.S. holiday was May 30, 1868 on the order of General John Logan" + }, + { + "id": "openseek-7-dd1809446dd54539bf7c8145814904f8", + "input": "Category: OUT LIKE A \"LAM\" \nClue: A formal public statement, like the one Abraham Lincoln made in early 1863" + }, + { + "id": "openseek-7-54968c06949147f48506b98fe37299f0", + "input": "Category: THE NEW YORK TIMES BUSINESS \nClue: The N.Y. Times questioned where the $123 billion the Federal Reserve loaned to this insurer actually went" + }, + { + "id": "openseek-7-68391df5300544cdb8ca0260812c0d40", + "input": "Category: AN \"A\" PLUS SOME LETTERS \nClue: 8-letter term for a short, humorous account of an incident" + }, + { + "id": "openseek-7-b449a9667a2f44239743d50ae5c900f5", + "input": "Category: '70s NONFICTION \nClue: In 1977 the Fixx was in with \"The Complete Book of\" this by James Fixx" + }, + { + "id": "openseek-7-915ab53accc44a3ab7e9816a57ecb683", + "input": "Category: WORLD LIT \nClue: His 1999 memoir \"'Tis\" opens in 1949, when he emigrated from Ireland to America at age 19" + }, + { + "id": "openseek-7-e6a245625fb344e597c5922ceb21a57a", + "input": "Category: NEW GROUP TERMS FOR ANIMALS? \nClue: A \"stench of\" these, be they spotted, hog-nosed or striped" + }, + { + "id": "openseek-7-ae0104c12632467183c026ab216e1a28", + "input": "Category: NUCLEAR ENERGY \nClue: Fusion reactions occur in this superhot gas made up of free electrons & free nuclei" + }, + { + "id": "openseek-7-bc0b7dbb83eb4abcaa447bfc6e13e29c", + "input": "Category: THAT'S \"ODD\" \nClue: It means soaked with liquid or moisture; saturated" + }, + { + "id": "openseek-7-8cd92cd7c22143f59672093118655fd1", + "input": "Category: DANISH \nClue: The Danish town of Tonger has a library & school for this language; it's only 4 miles north of the border" + }, + { + "id": "openseek-7-696ac7967934474d82034e557f39b7b6", + "input": "Category: FACTS & FIGURES \nClue: He was the last of the 3 men who were king of England during 1066" + }, + { + "id": "openseek-7-e96f5d0f90e9412f8433bcab6107cd4f", + "input": "Category: SODA \nClue: In November 2003 the Jones Soda Company introduced an unusual soda flavored with this bird & gravy" + }, + { + "id": "openseek-7-c3571ad5712c47f4be953414c4dabdc3", + "input": "Category: 20 FOR DUMMIES \nClue: Chapter 1 of \"Beekeeping for Dummies\" has this question for a title, playing on a line from Shakespeare" + }, + { + "id": "openseek-7-511a53d5b48847149d1d3703c2e19558", + "input": "Category: BACKYARD GAMES \nClue: In this game 2 players join hands & form an arch that falls after the \"Take the key and lock her up\" stanza" + }, + { + "id": "openseek-7-756b6be985b94160b209299334ffc1f5", + "input": "Category: HELP! \nClue: A resident member of a hospital's medical staff, or an unpaid trainee" + }, + { + "id": "openseek-7-dd81c55abccf4ad1b91fcdfcb78ab956", + "input": "Category: ZOO-OLOGY \nClue: This British city's zoo in Regent's Park claims that its reptile house, opened in 1849, was the world's first" + }, + { + "id": "openseek-7-d208a29fe56a4ae2a9ac8ee6a4e0b936", + "input": "Category: CATCHING SOME \"Z\"s \nClue: Each defender guards a section of the playing area in this system of sports defense" + }, + { + "id": "openseek-7-fef8422ab389496db307868a3db601e3", + "input": "Category: EPONYMOUS SCIENCE \nClue: An electric current measuring device developed by Andre Ampere was named this after an Italian anatomist" + }, + { + "id": "openseek-7-5a9a2f155e58491194c0a420491903ab", + "input": "Category: COMING OUT \nClue: This term for a formal debutante ball comes from a French word for petticoat" + }, + { + "id": "openseek-7-f152e7a7bc7b42fe8e6ce7f8ac152d4d", + "input": "Category: LET'S GO CRUISING \nClue: Princess Cruises now offer scuba & volleyball as well as this beloved game that uses cues to push disks" + }, + { + "id": "openseek-7-f2097f609d424455b0589d1bbfd34155", + "input": "Category: SCIENCE & TECHNOLOGY \nClue: This unit of weight is abbreviated mg." + }, + { + "id": "openseek-7-3fdfb99826054b9c8d9f12a9c375ae0e", + "input": "Category: KNIGHTS \nClue: In the 12th C. these French minstrels began composing songs about knights called chansons de geste" + }, + { + "id": "openseek-7-df65c5aa83c040edb0549121a9fbab47", + "input": "Category: BESTSELLERS \nClue: In 2011 this son of a president published the moving memoir \"My Father at 100\"" + }, + { + "id": "openseek-7-d4c0cb369bdb459d8128354853618205", + "input": "Category: THE ANIMAL KINGDOM \nClue: The sable type of this fast African animal has a black coat & long, curved horns" + }, + { + "id": "openseek-7-64fe88f8e7cf4afaa1f796a3f5dc0714", + "input": "Category: ALWAYS SAY NEVER \nClue: There's an old expression that says these \"never prosper\"; remember that" + }, + { + "id": "openseek-7-94aaf29a37fe48c79ee32ab920039a5f", + "input": "Category: HODGEPODGE \nClue: Ancient Greeks dated events from the first of these, held in 776 B.C." + }, + { + "id": "openseek-7-2fd02d2b28e742008447263a8012fca9", + "input": "Category: THE HEADACHES OF MILLIONAIRES \nClue: Get used to sitting in 1st class & hearing this ex-Enron CEO's wife Linda complain about her finances" + }, + { + "id": "openseek-7-7d24761d892941f9ace153f390f0a92d", + "input": "Category: GET TO WORK \nClue: It's a type of criminal, or a person who heats & hammers metal into shape" + }, + { + "id": "openseek-7-f618b3a91a3b4a1387b2b9b855a22526", + "input": "Category: FAMOUS PAIRS \nClue: Now meaning nearly identical, these 2 names were applied to rivals Handel & Bononcini in a 1720s British verse" + }, + { + "id": "openseek-7-89b826cd094c4a3292a3c91fae738a6e", + "input": "Category: RHYME TIME \nClue: Salute that grand old university in New Haven" + }, + { + "id": "openseek-7-9a5136f3794d4f91b910ffb6236ce303", + "input": "Category: BEACH BOYS \nClue: Crockett & Tubbs were always cruising trendy beach hotspots on this influential '80s TV series" + }, + { + "id": "openseek-7-da2fc69b15dc46228f502a3d8add6123", + "input": "Category: MUSIC APPRECIATION \nClue: This duo's comic opera of \"The Yeomen of the Guard\" premiered at the Savoy Theatre on Oct. 3, 1888" + }, + { + "id": "openseek-7-78c0e3469fad42fcb8d71b4ec68b25b1", + "input": "Category: DOUBLE TALK \nClue: A short ballet skirt, or South African Archbishop Desmond" + }, + { + "id": "openseek-7-a7a8ab73806f4ea085c78c51d08391d6", + "input": "Category: WOMEN AUTHORS \nClue: This Mississippi-born author received a 1973 Pulitzer Prize for \"The Optimist's Daughter\"" + }, + { + "id": "openseek-7-b46685e8bac64acb96b6b47279ba5d51", + "input": "Category: HE WAS IN THAT? \nClue: This young hunk wasn't a star yet when he was cast in the 1955 talking mule classic \"Francis In The Navy\": \"Yeah, what the well-dressed boatswain mate wears when he impersonates an Army officer\"" + }, + { + "id": "openseek-7-1e4505cc88e242488ddcca610aa99a17", + "input": "Category: WORD ORIGINS \nClue: This word for a ceremonial procession is from old Italian cavalcare, \"to ride on horseback\"" + }, + { + "id": "openseek-7-e36d6022e4274a59a2d64075fdc7270c", + "input": "Category: ANIMALS \nClue: On a turtle, it's made up of a carapace & plastron" + }, + { + "id": "openseek-7-ed4b2a3b3c5c4809847bb0ce9ca72736", + "input": "Category: FROM A TO E \nClue: When it opened in 1965, it was the world's first completely enclosed sports stadium" + }, + { + "id": "openseek-7-c3f275c32baf47519d837c3b267ae9d0", + "input": "Category: BE A \"NO\" IT ALL \nClue: Describing something self-evident or easy, this term literally means \"without cerebellum\"" + }, + { + "id": "openseek-7-2b802aee4ef64509b77e49eafcd79d22", + "input": "Category: ENGLISH LIT \nClue: In works by John Milton, this was \"Lost\" in 1667 but \"Regained\" in 1671" + }, + { + "id": "openseek-7-6d5e6b08cbd64ee9be9b08900d68125a", + "input": "Category: OOPS! \nClue: In 1991 this royal Englishwoman shocked Pakistani Muslims when she wore a knee-length dress into a mosque" + }, + { + "id": "openseek-7-882ff791ed7a40fa9c54db01b63c5a5c", + "input": "Category: SCIENCE \nClue: There are 3 types of RNA: transfer, ribosomal & this" + }, + { + "id": "openseek-7-8e54757b357f44ebace0a654a72db97f", + "input": "Category: BRITISH BUSINESS \nClue: For decades Rolls-Royce also owned this luxury brand named for its founder; now both are produced by German companies" + }, + { + "id": "openseek-7-26abf4207c3546239375d8387e04fef6", + "input": "Category: THE OLYMPIC GAMES \nClue: In 1988 he won a gold medal boxing for Canada; 5 years later he won the pro heavyweight title" + }, + { + "id": "openseek-7-d2cd59df7f434010a616dca4325024c3", + "input": "Category: COUNTRY MUSIC \nClue: In 1999 her \"Faith\" CD reached triple platinum status" + }, + { + "id": "openseek-7-19ad2c01af104ab3b4151d2efbb4a109", + "input": "Category: WORLD CELEBRITIES \nClue: B.K.S. Iyengar of India is often called the world's foremost teacher of this body-twisting practice" + }, + { + "id": "openseek-7-35650d5b5c994f75b3393c14690c8432", + "input": "Category: CLASSIC ADS & JINGLES \nClue: \"Plop, plop, fizz, fizz, oh what a relief it is\"" + }, + { + "id": "openseek-7-81874c12f01a4144bb86a4b824aaf498", + "input": "Category: VEGAS MOVIES \nClue: The December 1995 cover of Premiere magazine read this director \"Makes Book on 'Casino' \"" + }, + { + "id": "openseek-7-2ab281528bdb4f488c8861ce13ac0ca7", + "input": "Category: TV TEENS \nClue: 15-year-old Meg yearns to be a dancer on \"American Bandstand\" on this '60s-set series" + }, + { + "id": "openseek-7-7d754cc1356b49b1ac056a2dbd0a4ea8", + "input": "Category: FOREIGN ANIMAL NOISES \nClue: It will wake you up with kokekokko in Japan & kykeliky in Norway" + }, + { + "id": "openseek-7-8ffa55b0ea114458a8318cf41f2d9614", + "input": "Category: \"AIN\" WE GOT FUN \nClue: Shiites are dominant in this Qatar neighbor" + }, + { + "id": "openseek-7-91c1d7468e0641f0b314dbcbaa1e8e33", + "input": "Category: THE 1690s \nClue: In 1690 she governed England while her husband William III campaigned in Ireland" + }, + { + "id": "openseek-7-500ef78d59174822b3eb60488d738941", + "input": "Category: PRESIDENTIAL AUTHORS \nClue: \"My Boyhood in Iowa\"" + }, + { + "id": "openseek-7-cf34049919d24b518e7b7a0d2af9be6d", + "input": "Category: EUROPEAN ARTISTS \nClue: Born in 1758, John Hoppner was rumored to be the illegitimate son of this soon-to-be British king" + }, + { + "id": "openseek-7-6284df9d93d04737afedb2a1b8e2de2f", + "input": "Category: ACTORS & THEIR ROLES \nClue: Robert Preston & Bernadette Peters starred in this musical as Mack Sennett & Mabel Normand" + }, + { + "id": "openseek-7-dc230e326b234353a02cd269f9fd8e94", + "input": "Category: ANIMALS \nClue: The crab-eating one of these masked animals eats fish, fruit & frogs, too" + }, + { + "id": "openseek-7-01e4fbfca16345b898064b73d9c18659", + "input": "Category: INTERNATIONAL ROAD VEHICLE STICKERS \nClue: SGP" + }, + { + "id": "openseek-7-054939ecea764d2bb89aa49959f06b37", + "input": "Category: BODIES OF WATER \nClue: Fur trader James Bridger was the first non-native to visit this saline lake" + }, + { + "id": "openseek-7-83852947374a40549f438b47893d6937", + "input": "Category: A CAPITAL IDEA \nClue: Someone had the bright idea to build a Disneysea theme park in this Asian city; it opened in 2001" + }, + { + "id": "openseek-7-ed63c54dc656445abba4a88d5a9649af", + "input": "Category: SPORTS \nClue: Name given to annual competition among U.S. amateur boxers" + }, + { + "id": "openseek-7-bce2c1d62d9f4879ae9f82fdb3d94535", + "input": "Category: STUFF I WANT \nClue: Forget the GV; I want the G550 large-cabin ultra-range jet from this company" + }, + { + "id": "openseek-7-d1f7fc8a846045a9a8979a18d895bdf7", + "input": "Category: C IS FOR... \nClue: Christmas, a holiday stolen by this Dr. Seuss character" + }, + { + "id": "openseek-7-c74c18bf736f4dda97997be6160c198a", + "input": "Category: SHAKESPEARE'S B-STORIES \nClue: Bolingbroke appears before the king & accuses Thomas Mowbray of treason" + }, + { + "id": "openseek-7-8e5c65b895e642759a01a83cdd6e3d4d", + "input": "Category: HEAVYWEIGHTS \nClue: As his last name suggests, this boxer who's twice beaten Mike Tyson is a devout Christian" + }, + { + "id": "openseek-7-a42dd5db66c6462382781d3767d4f6e2", + "input": "Category: 50 WAYS TO LEAVE YOUR LOVER \nClue: Cite the embarrassment wife Winnie Madikizela caused you to get a 1996 divorce" + }, + { + "id": "openseek-7-ee500b54074e4fe19bbce725003250b6", + "input": "Category: MORE THINGS THAT HAPPENED \nClue: When Dante died in 1321, he was in his 20th year of exile from this Italian city" + }, + { + "id": "openseek-7-5add39a8fc764f919103e029301a9486", + "input": "Category: PHILOSOPHY \nClue: In \"The Ethics\", Spinoza wrote that nature abhors one of these" + }, + { + "id": "openseek-7-2d03041856724c9b9a258b313d8c05d3", + "input": "Category: OBAMA'S CABINET \nClue: Not paying $34,000 in taxes didn't stop him from becoming Treasury Secretary (next time carry the 1, sir!)" + }, + { + "id": "openseek-7-3aff41a23e6740bda9282095d63f6879", + "input": "Category: DON'T MISS IT! \nClue: Visit this Catalonian city to see the magnificent Guell Palace designed by Antonio Gaudi" + }, + { + "id": "openseek-7-1fc55dafb6a94d01a69e030ce3b18a78", + "input": "Category: ETYMOLOGY \nClue: Until 1946, this word usually meant a mathematician; since then, it's come to mean a machine" + }, + { + "id": "openseek-7-a0f03362df03459ca7c66c08b469f0fd", + "input": "Category: CANADIAN SONGBIRDS \nClue: She put her initials on duets of \"Crying\" with Roy Orbison & \"What A Wonderful World\" with Tony Bennett" + } + ], + "License": [ + "Unknown" + ] +} \ No newline at end of file