yuyijiong commited on
Commit
6e3baf7
1 Parent(s): 75bf41c
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +30 -0
  2. logic-based/data_kv/logic_kv_10.jsonl +100 -0
  3. logic-based/data_kv/logic_kv_100.jsonl +0 -0
  4. logic-based/data_kv/logic_kv_1000.jsonl +0 -0
  5. logic-based/data_kv/logic_kv_1000_cot.jsonl +0 -0
  6. logic-based/data_kv/logic_kv_100_cot.jsonl +0 -0
  7. logic-based/data_kv/logic_kv_10_cot.jsonl +100 -0
  8. logic-based/data_kv/logic_kv_4.jsonl +100 -0
  9. logic-based/data_kv/logic_kv_4_cot.jsonl +100 -0
  10. logic-based/data_student/logic_gpa_resume_10.jsonl +0 -0
  11. logic-based/data_student/logic_gpa_resume_100.jsonl +0 -0
  12. logic-based/data_student/logic_gpa_resume_300.jsonl +0 -0
  13. logic-based/data_student/logic_gpa_resume_4.jsonl +0 -0
  14. multi-matching/data-kv-last/10_match_kv_100_only_last.jsonl +0 -0
  15. multi-matching/data-kv-last/30_match_kv_100_only_last.jsonl +0 -0
  16. multi-matching/data-kv-last/3_match_kv_1000_only_last.jsonl +0 -0
  17. multi-matching/data-kv-last/3_match_kv_100_only_last.jsonl +0 -0
  18. multi-matching/data-kv-last/40_match_kv_100_only_last.jsonl +0 -0
  19. multi-matching/data-kv/10_match_kv_10.jsonl +100 -0
  20. multi-matching/data-kv/10_match_kv_100.jsonl +0 -0
  21. multi-matching/data-kv/10_match_kv_1000.jsonl +0 -0
  22. multi-matching/data-kv/1_match_kv_10.jsonl +100 -0
  23. multi-matching/data-kv/1_match_kv_100.jsonl +0 -0
  24. multi-matching/data-kv/1_match_kv_1000.jsonl +0 -0
  25. multi-matching/data-kv/20_match_kv_100.jsonl +0 -0
  26. multi-matching/data-kv/20_match_kv_1000.jsonl +0 -0
  27. multi-matching/data-kv/3_match_kv_10.jsonl +100 -0
  28. multi-matching/data-kv/3_match_kv_100.jsonl +0 -0
  29. multi-matching/data-kv/3_match_kv_1000.jsonl +0 -0
  30. multi-matching/data-kv/5_match_kv_10.jsonl +100 -0
  31. multi-matching/data-kv/5_match_kv_100.jsonl +0 -0
  32. multi-matching/data-kv/5_match_kv_1000.jsonl +0 -0
  33. multi-matching/data-student/10_match_resume_10.jsonl +0 -0
  34. multi-matching/data-student/10_match_resume_100.jsonl +0 -0
  35. multi-matching/data-student/10_match_resume_300.jsonl +0 -0
  36. multi-matching/data-student/1_match_resume_10.jsonl +0 -0
  37. multi-matching/data-student/1_match_resume_100.jsonl +0 -0
  38. multi-matching/data-student/1_match_resume_300.jsonl +0 -0
  39. multi-matching/data-student/3_match_resume_10.jsonl +0 -0
  40. multi-matching/data-student/3_match_resume_100.jsonl +0 -0
  41. multi-matching/data-student/3_match_resume_300.jsonl +0 -0
  42. multi-matching/data-student/5_match_resume_10.jsonl +0 -0
  43. multi-matching/data-student/5_match_resume_100.jsonl +0 -0
  44. multi-matching/data-student/5_match_resume_300.jsonl +0 -0
  45. multi-step/data-kv/concat_1_kv_1000_cot.jsonl +0 -0
  46. multi-step/data-kv/concat_1_kv_100_cot.jsonl +0 -0
  47. multi-step/data-kv/concat_1_kv_10_cot.jsonl +0 -0
  48. multi-step/data-kv/concat_3_kv_1000_cot.jsonl +0 -0
  49. multi-step/data-kv/concat_3_kv_100_cot.jsonl +0 -0
  50. multi-step/data-kv/concat_3_kv_10_cot.jsonl +0 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Difficult Long-context Retrieval-like Tasks
5
+ This is the Dataset used in the paper "Hyper-multi-step: The Truth Behind Difficult Long-context Tasks"
6
+
7
+ The tasks we provide are:
8
+
9
+ Simple tasks which are easy for Long-Context LMs:
10
+ * ``simple_k2v``: Direct key-to-value retrieval. The key is given and the model needs to retrieve the corresponding value.
11
+ * ``simple_v2k``: Direct value-to-key retrieval. The value is given and the model needs to retrieve the corresponding key.
12
+ * ``multi_step(kv)``: multi-step (formal) KV retrieval. The model needs to retrieve multiple values with multiple queries. Then concatenate the values to form a new key, and finally retrieve the corresponding value.
13
+
14
+ Difficult tasks which are nearly unsolvable for Long-Context LMs:
15
+ * ``logic(kv)``: logic-based KV retrieval. All the values are in range 0-9. We give the range of the value and the model needs to retrieve the corresponding key.
16
+ * ``logic(resume)``: logic-based student resume retrieval. We give the range of the GPA and the model needs to retrieve the corresponding student whose GPA is in the range.
17
+ * ``multi_match(kv)``: multi-match KV retrieval. The value is given and the model needs to retrieve multiple corresponding keys.
18
+ * ``multi_match(resume)``: multi-match student resume retrieval. A university name is given and the model needs to retrieve multiple corresponding students who are from this university.
19
+ * ``multi_match_last(kv)``: multi-match KV retrieval. The value is given and the model needs to retrieve multiple corresponding keys. The other gold keys are already given in the prompt, except the last one.
20
+
21
+
22
+ ## The meaning of file names
23
+ For example:
24
+ * ``logic_kv_10`` means logic-based KV retrieval task with the context containing 10 KV items.
25
+ * ``3_match_resume_100`` means multi-match student resume retrieval task with the context containing 100 students and the model needs to retrieve 3 students.
26
+ * ``concat_3_kv_100_cot`` means multi-step KV retrieval task with the context containing 100 KV items and the model needs to concatenate 3 values retrieved with 3 queries. And the prompt style is Chain-of-Thought (CoT).
27
+
28
+ ## Columns in the dataset
29
+ * ``prompt``: the full prompt of the task
30
+ * ``gold_keys``: the gold keys of the KV retrieval task. It's a string if there is only one gold key, otherwise it's a list of strings. In student resume retrieval, it's the student name (or a list of student names).
31
+ * ``gold_values``: the gold values of the KV retrieval task. It's a string if there is only one gold value, otherwise it's a list of strings. In student resume retrieval, it's the student's GPA or University (or a list of them).
32
+
33
+ Note that, in logic-based retrieval and multi-match retrieval tasks, ``gold_keys`` are actually the answer to the prompt.
logic-based/data_kv/logic_kv_10.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7450892613\": 535, \"2679851403\": 863, \"7490615823\": 18, \"5069217483\": 833, \"5490263781\": 976, \"9483061572\": 652, \"1063748952\": 326, \"7435190268\": 43, \"4120673985\": 536, \"5792610834\": 207}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 573 and smaller than 711. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9483061572","gold_values":652}
2
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1830542679\": 204, \"8761329054\": 161, \"5437098612\": 786, \"0924185673\": 660, \"6052948371\": 798, \"5914826073\": 537, \"5421869703\": 864, \"9814726530\": 790, \"2689071354\": 910, \"7156294083\": 250}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 444 and smaller than 633. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5914826073","gold_values":537}
3
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5203647918\": 106, \"9360541827\": 316, \"9683021574\": 276, \"8724316509\": 166, \"5794120836\": 154, \"3506249871\": 641, \"3628741095\": 214, \"5720943816\": 314, \"4293861705\": 133, \"7905631248\": 167}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 542 and smaller than 643. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3506249871","gold_values":641}
4
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9207184563\": 442, \"4513289067\": 656, \"5678241039\": 103, \"1457908362\": 800, \"0584673291\": 38, \"9831247056\": 904, \"0537496812\": 335, \"1249567380\": 338, \"3049518276\": 117, \"4837910265\": 636}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 858 and smaller than 932. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9831247056","gold_values":904}
5
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3410957862\": 494, \"3205479168\": 940, \"3912760548\": 619, \"7491368250\": 935, \"6491783025\": 266, \"9402315786\": 985, \"0593874261\": 209, \"6472503819\": 52, \"0597264831\": 534, \"3640815927\": 542}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 947 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9402315786","gold_values":985}
6
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3265790481\": 707, \"2673941508\": 648, \"2790834516\": 242, \"5836021749\": 168, \"8642397051\": 997, \"4317896502\": 327, \"7349280516\": 818, \"1296485073\": 416, \"3026894175\": 511, \"0475869321\": 143}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 263 and smaller than 338. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4317896502","gold_values":327}
7
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7312945068\": 260, \"0742589163\": 519, \"0294387156\": 863, \"8349067152\": 11, \"1894763520\": 532, \"9057281436\": 721, \"7543108962\": 64, \"4807162539\": 778, \"4852103697\": 430, \"2953148670\": 783}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 655 and smaller than 760. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9057281436","gold_values":721}
8
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6715038492\": 497, \"8053271964\": 391, \"9306184725\": 115, \"4832096715\": 719, \"2034917685\": 781, \"6905172843\": 535, \"6854102937\": 797, \"6451890732\": 357, \"4283109657\": 91, \"6024758931\": 773}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 519 and smaller than 610. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6905172843","gold_values":535}
9
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3012597468\": 119, \"0167835429\": 382, \"2904375816\": 18, \"1574936028\": 286, \"4896530217\": 594, \"7495823601\": 216, \"3672915408\": 48, \"9325470861\": 68, \"8741032695\": 19, \"0937584126\": 366}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 156 and smaller than 264. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7495823601","gold_values":216}
10
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2385140769\": 304, \"5210946387\": 288, \"4072891536\": 77, \"8394621057\": 513, \"1943672508\": 434, \"5618703249\": 130, \"9536084721\": 756, \"1942307856\": 74, \"4129076835\": 244, \"1648250397\": 259}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 110 and smaller than 188. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5618703249","gold_values":130}
11
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3812549076\": 380, \"7394081625\": 7, \"9067582134\": 304, \"3259648701\": 876, \"1639802547\": 286, \"9802156437\": 626, \"4953716208\": 9, \"2659071834\": 347, \"3142705689\": 797, \"0789165423\": 60}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 543 and smaller than 707. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9802156437","gold_values":626}
12
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6194583720\": 757, \"5013687249\": 337, \"6198342570\": 7, \"8031467952\": 213, \"0894356127\": 538, \"9816740523\": 307, \"4638052179\": 219, \"9034216785\": 94, \"9143802576\": 394, \"8712364950\": 12}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 261 and smaller than 330. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9816740523","gold_values":307}
13
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3695872041\": 120, \"4132089576\": 668, \"4235970618\": 54, \"0475218639\": 268, \"2953784160\": 326, \"2739854016\": 568, \"5093268417\": 52, \"9657830124\": 462, \"8064295713\": 807, \"3047615289\": 852}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 518 and smaller than 623. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2739854016","gold_values":568}
14
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8062371594\": 929, \"3791256480\": 494, \"1638945702\": 100, \"4186527093\": 977, \"1742356098\": 862, \"5690413278\": 301, \"4825106937\": 470, \"3857942601\": 898, \"0369851724\": 477, \"6845137092\": 592}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 201 and smaller than 322. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5690413278","gold_values":301}
15
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4013762985\": 9, \"9134587026\": 184, \"5691034278\": 260, \"4059382617\": 468, \"9245183067\": 594, \"8052431769\": 689, \"6971830425\": 149, \"0217469835\": 316, \"3801967425\": 765, \"7018946325\": 300}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 668 and smaller than 759. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8052431769","gold_values":689}
16
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9352187406\": 852, \"2673041958\": 249, \"1068952734\": 804, \"9763581402\": 215, \"7654098213\": 317, \"3702185964\": 412, \"6531920478\": 951, \"1354708962\": 49, \"7981406253\": 109, \"9215836047\": 985}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 337 and smaller than 486. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3702185964","gold_values":412}
17
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7420618593\": 53, \"3780291645\": 917, \"9268541703\": 29, \"3706945812\": 274, \"5208379146\": 880, \"0715683429\": 610, \"0548967132\": 556, \"1042587369\": 218, \"5970483216\": 957, \"9032651784\": 306}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 590 and smaller than 681. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0715683429","gold_values":610}
18
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0641958237\": 705, \"3548970216\": 392, \"4906285317\": 467, \"4592380671\": 131, \"3298647510\": 424, \"3876201594\": 535, \"9107683245\": 236, \"1745360928\": 38, \"9725410638\": 382, \"9302786145\": 472}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 514 and smaller than 613. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3876201594","gold_values":535}
19
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1547920386\": 590, \"3170492685\": 48, \"0382416597\": 422, \"3805924167\": 636, \"0921486735\": 611, \"2705349681\": 776, \"1389627540\": 28, \"3591786204\": 15, \"6432597801\": 611, \"6795140832\": 258}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 690 and smaller than 836. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2705349681","gold_values":776}
20
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0459723618\": 685, \"5381479620\": 449, \"9143708652\": 943, \"6512304897\": 110, \"4231856097\": 741, \"8751394062\": 52, \"4319586270\": 536, \"1925836047\": 975, \"8720154963\": 667, \"5746289103\": 690}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 28 and smaller than 62. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8751394062","gold_values":52}
21
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5619087234\": 99, \"0185234769\": 720, \"0345286971\": 4, \"0528974361\": 244, \"8391475206\": 718, \"4657283109\": 470, \"6250174389\": 65, \"7925430861\": 784, \"6854109723\": 42, \"3967451028\": 196}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 428 and smaller than 547. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4657283109","gold_values":470}
22
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3564902871\": 132, \"6150972843\": 300, \"1582934067\": 89, \"1623458709\": 132, \"1079628354\": 60, \"4560837219\": 585, \"6578204139\": 51, \"0341976258\": 132, \"6475389021\": 724, \"3527109864\": 68}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 552 and smaller than 606. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4560837219","gold_values":585}
23
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1097342865\": 669, \"3806157249\": 259, \"4268015739\": 936, \"2089176534\": 701, \"3469271580\": 688, \"6930521487\": 581, \"0651782493\": 737, \"7642398105\": 177, \"0129745386\": 293, \"3602549817\": 175}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 512 and smaller than 597. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6930521487","gold_values":581}
24
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8962140573\": 594, \"6071429835\": 421, \"6592843017\": 552, \"0169328547\": 450, \"5298064317\": 447, \"2681407395\": 254, \"4290618753\": 507, \"0423157968\": 348, \"7943521086\": 435, \"6419852307\": 392}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 171 and smaller than 340. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2681407395","gold_values":254}
25
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6953704281\": 647, \"7356201489\": 795, \"4951702836\": 409, \"7165930482\": 583, \"3428950716\": 114, \"8473629051\": 948, \"1368047259\": 378, \"2651798034\": 552, \"2158306749\": 565, \"4981763502\": 391}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 934 and smaller than 987. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8473629051","gold_values":948}
26
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1732809465\": 995, \"5627094183\": 924, \"2648953170\": 918, \"6325871049\": 447, \"4980267351\": 734, \"8047536921\": 403, \"3951074826\": 510, \"7148923056\": 757, \"7638049215\": 505, \"6817492305\": 297}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 365 and smaller than 442. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8047536921","gold_values":403}
27
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6935704218\": 835, \"5983742601\": 937, \"1427590368\": 820, \"4690758321\": 364, \"1625487039\": 386, \"7136498520\": 271, \"2143706589\": 983, \"9260471835\": 488, \"2187563409\": 465, \"6325184970\": 326}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 243 and smaller than 324. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7136498520","gold_values":271}
28
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3629714085\": 280, \"9041368257\": 56, \"5761489230\": 894, \"0961873542\": 747, \"6812309745\": 774, \"2953804671\": 571, \"6430215879\": 725, \"3619805427\": 922, \"3420985167\": 821, \"0183495672\": 487}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 538 and smaller than 663. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2953804671","gold_values":571}
29
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5196207438\": 322, \"5074216983\": 867, \"4781625903\": 533, \"2143690578\": 904, \"3082147569\": 213, \"9162735840\": 679, \"3845691027\": 270, \"5278310946\": 352, \"6480529713\": 250, \"8539641702\": 970}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 611 and smaller than 750. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9162735840","gold_values":679}
30
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8652734109\": 510, \"4156387209\": 859, \"3218640795\": 142, \"5714839602\": 708, \"9546207813\": 474, \"7941306852\": 315, \"1492573068\": 910, \"1239480576\": 619, \"3892017564\": 619, \"0421983765\": 164}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 263 and smaller than 361. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7941306852","gold_values":315}
31
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3759846102\": 550, \"7409862315\": 654, \"9718502634\": 624, \"8527106493\": 413, \"6154832790\": 328, \"9017382465\": 756, \"2634857019\": 594, \"7958460321\": 533, \"5673498012\": 885, \"2498130756\": 621}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 691 and smaller than 767. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9017382465","gold_values":756}
32
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1682735940\": 717, \"2783154906\": 544, \"2894563071\": 888, \"7204685391\": 519, \"7460523918\": 469, \"9857634210\": 124, \"1938624705\": 462, \"3910267854\": 993, \"0256498713\": 890, \"7958416320\": 683}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 66 and smaller than 193. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9857634210","gold_values":124}
33
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7143806952\": 631, \"0496781235\": 469, \"5140867293\": 182, \"9427581603\": 592, \"8569374201\": 416, \"7412036895\": 841, \"1809352746\": 199, \"5278436109\": 909, \"2705369184\": 574, \"5317826094\": 676}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 787 and smaller than 861. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7412036895","gold_values":841}
34
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9564783201\": 129, \"3097521486\": 954, \"7319624085\": 654, \"2678093145\": 101, \"9613827054\": 437, \"9783524601\": 322, \"4729180536\": 654, \"1254730869\": 214, \"3405827619\": 788, \"1394805276\": 937}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 286 and smaller than 368. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9783524601","gold_values":322}
35
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8623507149\": 245, \"7486203951\": 363, \"9028143576\": 706, \"1350794268\": 749, \"8164792530\": 906, \"1067824359\": 588, \"5217840639\": 804, \"5180623749\": 703, \"5906137284\": 225, \"6503941827\": 903}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 562 and smaller than 673. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1067824359","gold_values":588}
36
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3129687504\": 974, \"7081593426\": 45, \"2031486597\": 18, \"3675409218\": 797, \"0723195648\": 822, \"6198345702\": 722, \"8416302597\": 103, \"4675328901\": 786, \"5382674190\": 947, \"0324815697\": 233}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 651 and smaller than 733. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6198345702","gold_values":722}
37
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8329471506\": 851, \"9742165830\": 830, \"3026745819\": 212, \"0813247965\": 659, \"6753824910\": 687, \"9405726183\": 998, \"7521036894\": 22, \"4978521306\": 859, \"3586741902\": 145, \"4368075192\": 453}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 923 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9405726183","gold_values":998}
38
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7601853924\": 177, \"8094275631\": 777, \"8136524079\": 734, \"2357068194\": 421, \"0891476352\": 420, \"3701869542\": 262, \"5869431027\": 90, \"6795124380\": 975, \"3987056142\": 980, \"0578392614\": 108}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 196 and smaller than 357. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3701869542","gold_values":262}
39
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8157426930\": 451, \"6982013754\": 419, \"2640598371\": 508, \"5317064829\": 744, \"1723408596\": 283, \"0941756238\": 987, \"9731285460\": 611, \"6483705912\": 861, \"8635907241\": 89, \"7354260981\": 923}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 933 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0941756238","gold_values":987}
40
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1934562078\": 122, \"6159078423\": 998, \"7629301584\": 413, \"2649038517\": 957, \"3650897421\": 801, \"1460273895\": 713, \"2714308965\": 777, \"3256710849\": 212, \"6034871259\": 319, \"7068213954\": 15}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 709 and smaller than 747. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1460273895","gold_values":713}
41
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8309715624\": 963, \"5329670418\": 17, \"4518763902\": 424, \"3945682107\": 330, \"6948035721\": 182, \"4083951672\": 527, \"9061758324\": 734, \"3754280169\": 247, \"9762105438\": 826, \"2745680193\": 325}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 511 and smaller than 575. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4083951672","gold_values":527}
42
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5921463087\": 40, \"4029756318\": 423, \"7250184639\": 15, \"8156240397\": 27, \"7486095231\": 80, \"1834092756\": 274, \"2951843760\": 406, \"8041263759\": 819, \"0241856937\": 466, \"8193240675\": 577}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 222 and smaller than 362. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1834092756","gold_values":274}
43
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9814352760\": 108, \"7613028954\": 511, \"9261750384\": 284, \"4973850126\": 656, \"6874023591\": 667, \"3490761852\": 464, \"9680374152\": 733, \"7382614095\": 585, \"7289601345\": 358, \"8937516204\": 193}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 409 and smaller than 483. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3490761852","gold_values":464}
44
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1068245739\": 90, \"4816972503\": 896, \"0546182793\": 8, \"8109643725\": 216, \"6789243105\": 316, \"1638504972\": 458, \"6932708541\": 235, \"4028197536\": 635, \"6382791054\": 900, \"4365089127\": 742}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 445 and smaller than 483. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1638504972","gold_values":458}
45
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2961730485\": 849, \"9248673051\": 339, \"0438692751\": 673, \"3819654270\": 930, \"9104576823\": 727, \"3058941762\": 106, \"4625710839\": 901, \"8357019426\": 729, \"6402153978\": 967, \"3802957461\": 273}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 23 and smaller than 195. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3058941762","gold_values":106}
46
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5701463892\": 450, \"6409318572\": 821, \"6139752480\": 489, \"1765839042\": 201, \"0432918675\": 238, \"4016938752\": 939, \"1395840726\": 310, \"0742396815\": 137, \"3241706859\": 786, \"6104857392\": 783}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 876 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4016938752","gold_values":939}
47
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6487923150\": 842, \"6189307524\": 275, \"6491285307\": 338, \"8271306594\": 943, \"9725480136\": 734, \"2659071834\": 602, \"6057842319\": 108, \"7198534620\": 2, \"3650971248\": 879, \"3198547062\": 30}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 522 and smaller than 611. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2659071834","gold_values":602}
48
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4637190285\": 160, \"9067253814\": 746, \"9162750438\": 581, \"3918570264\": 35, \"0431982657\": 127, \"0958634127\": 836, \"9035218647\": 442, \"8097123564\": 382, \"2871936045\": 350, \"7610348529\": 125}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 787 and smaller than 920. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0958634127","gold_values":836}
49
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7108963542\": 615, \"8205137496\": 530, \"9015862473\": 876, \"5291403786\": 526, \"7283591046\": 460, \"5932476810\": 319, \"7425910863\": 587, \"0157846392\": 512, \"1246089753\": 254, \"6981405723\": 33}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 270 and smaller than 374. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5932476810","gold_values":319}
50
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5802693741\": 767, \"9168027354\": 475, \"6419507382\": 846, \"8421657039\": 830, \"7103826549\": 268, \"2036718459\": 331, \"7639108425\": 773, \"5426180379\": 479, \"0328546719\": 373, \"7165340928\": 174}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 315 and smaller than 369. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2036718459","gold_values":331}
51
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7045163829\": 28, \"6231780594\": 659, \"6482570319\": 339, \"5034978261\": 77, \"9403786152\": 641, \"3720614895\": 705, \"3269084715\": 492, \"8962405317\": 968, \"7389145062\": 415, \"4832971650\": 187}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 693 and smaller than 719. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3720614895","gold_values":705}
52
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0731456289\": 657, \"3794658210\": 422, \"1079863542\": 933, \"9805276431\": 891, \"6874952031\": 254, \"5307481296\": 79, \"7543860129\": 462, \"3285796140\": 758, \"0752416938\": 994, \"1569870423\": 830}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 18 and smaller than 85. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5307481296","gold_values":79}
53
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2103784965\": 826, \"5692410783\": 381, \"0352781964\": 95, \"2683079154\": 469, \"3859412760\": 714, \"4503726918\": 734, \"2136789540\": 196, \"4931826075\": 340, \"9748352061\": 474, \"5187234069\": 407}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 732 and smaller than 808. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4503726918","gold_values":734}
54
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4513298607\": 729, \"9132608754\": 284, \"5823107649\": 227, \"5413806972\": 826, \"2390174685\": 43, \"4510367298\": 447, \"9328675140\": 614, \"2416038975\": 910, \"9536217048\": 700, \"2308649157\": 339}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 382 and smaller than 450. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4510367298","gold_values":447}
55
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7524638901\": 584, \"7216385094\": 930, \"0846572391\": 489, \"4293675108\": 321, \"1280693574\": 146, \"3192458670\": 887, \"1964820357\": 105, \"5607148239\": 629, \"5930812674\": 527, \"5106749823\": 216}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 874 and smaller than 909. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3192458670","gold_values":887}
56
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2941680375\": 564, \"6487105923\": 31, \"0713945826\": 116, \"1978643520\": 61, \"9564218730\": 702, \"3754981062\": 350, \"3946058217\": 437, \"5047196832\": 97, \"1027385496\": 988, \"2847619035\": 614}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 322 and smaller than 422. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3754981062","gold_values":350}
57
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6942310758\": 917, \"4986571302\": 37, \"5741036298\": 237, \"5903617284\": 839, \"6270531984\": 892, \"0891432657\": 761, \"9081427365\": 997, \"8594726310\": 293, \"7835902164\": 846, \"3274598610\": 941}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 712 and smaller than 826. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0891432657","gold_values":761}
58
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7269401583\": 702, \"4639802571\": 311, \"2096157834\": 137, \"9258341670\": 711, \"2670195438\": 833, \"4308672951\": 7, \"5327061498\": 97, \"1894735260\": 168, \"1854263790\": 698, \"7016584923\": 213}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 19. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4308672951","gold_values":7}
59
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0716853924\": 80, \"3921064857\": 636, \"7526189430\": 419, \"3280691457\": 704, \"5961027834\": 763, \"7940326158\": 829, \"1328560497\": 181, \"9845763120\": 171, \"3708542961\": 338, \"6178390254\": 280}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 799 and smaller than 899. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7940326158","gold_values":829}
60
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3426859071\": 501, \"3852049716\": 881, \"9724160358\": 586, \"4507389612\": 937, \"2649805731\": 630, \"9835704261\": 112, \"6230714598\": 416, \"6804579132\": 998, \"0243781659\": 998, \"1893527046\": 731}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 65 and smaller than 169. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9835704261","gold_values":112}
61
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2905168743\": 349, \"6201378594\": 721, \"8290314657\": 514, \"7845910362\": 62, \"2809734615\": 769, \"0842963517\": 862, \"2381947065\": 692, \"5938264071\": 102, \"6731240895\": 272, \"5369178042\": 739}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 822 and smaller than 946. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0842963517","gold_values":862}
62
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9043618725\": 363, \"1967508432\": 457, \"0418726395\": 562, \"1630974825\": 702, \"4319062578\": 443, \"5362089147\": 989, \"0345192786\": 776, \"9347286510\": 731, \"0147238659\": 795, \"4902561387\": 500}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 906 and smaller than 991. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5362089147","gold_values":989}
63
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2371804659\": 521, \"8379546012\": 82, \"8052476913\": 450, \"3170562489\": 587, \"1293460785\": 209, \"6192438507\": 733, \"8630129547\": 412, \"6873192504\": 384, \"2168374590\": 130, \"2091857634\": 608}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 687 and smaller than 772. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6192438507","gold_values":733}
64
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6128354097\": 916, \"6879102534\": 865, \"2463095817\": 164, \"0714652938\": 962, \"3652018794\": 489, \"2650974381\": 337, \"0845369127\": 943, \"0261957384\": 624, \"5861307294\": 525, \"2670534891\": 131}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 269 and smaller than 417. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2650974381","gold_values":337}
65
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2069843715\": 255, \"1260849735\": 761, \"1856420793\": 269, \"5619072348\": 971, \"1694502387\": 932, \"2639108745\": 853, \"6138209475\": 695, \"8743260951\": 406, \"4968021753\": 646, \"4659203187\": 362}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 800 and smaller than 908. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2639108745","gold_values":853}
66
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7894523061\": 132, \"4389615072\": 405, \"6582379410\": 37, \"6084219357\": 48, \"6421958307\": 859, \"4765219083\": 603, \"5486092731\": 415, \"3297081654\": 258, \"2701953648\": 473, \"5804691732\": 243}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 569 and smaller than 638. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4765219083","gold_values":603}
67
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6970315482\": 874, \"3216058497\": 748, \"8241367905\": 277, \"9512843067\": 182, \"6347128509\": 305, \"9760124835\": 108, \"4291687035\": 320, \"8097461523\": 602, \"2014987536\": 276, \"0943687125\": 971}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 19 and smaller than 116. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9760124835","gold_values":108}
68
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1720495386\": 68, \"7541038269\": 482, \"0968453217\": 840, \"5936081724\": 85, \"8752194630\": 889, \"6597284031\": 571, \"6895741023\": 596, \"3109625847\": 169, \"6519402783\": 170, \"9758462310\": 322}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 500 and smaller than 587. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6597284031","gold_values":571}
69
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5431876029\": 468, \"1987320456\": 536, \"2149753608\": 126, \"9160284375\": 333, \"9174865203\": 301, \"9612403587\": 202, \"1063572489\": 699, \"1674230598\": 993, \"0216984537\": 947, \"7981046325\": 759}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 163 and smaller than 290. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9612403587","gold_values":202}
70
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1670985243\": 507, \"9572013468\": 981, \"8739625410\": 44, \"1379064852\": 996, \"1063795284\": 500, \"2180497635\": 585, \"9402516387\": 673, \"0437169528\": 306, \"4503297681\": 27, \"7329458061\": 731}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 531 and smaller than 661. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2180497635","gold_values":585}
71
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5826431790\": 500, \"5897624310\": 258, \"9106537842\": 867, \"6491823075\": 979, \"1076432598\": 785, \"6192043857\": 690, \"4170958632\": 565, \"8097234165\": 368, \"0328761459\": 850, \"3085917462\": 12}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 656 and smaller than 723. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6192043857","gold_values":690}
72
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7694530182\": 353, \"9156384072\": 152, \"3162598704\": 763, \"1056349782\": 772, \"2945018673\": 544, \"1963472580\": 684, \"9247501836\": 91, \"6291403785\": 995, \"0963257184\": 410, \"6389205147\": 496}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 668 and smaller than 716. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1963472580","gold_values":684}
73
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7640513892\": 811, \"2653740819\": 439, \"1530426987\": 279, \"8150476293\": 931, \"6739520418\": 574, \"8961075423\": 6, \"7563094128\": 612, \"0467813952\": 432, \"7803619254\": 377, \"8372491065\": 729}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 58. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8961075423","gold_values":6}
74
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1482305967\": 487, \"9815342076\": 562, \"4816073592\": 109, \"5742139806\": 314, \"9465810273\": 813, \"8032674159\": 960, \"7549210368\": 101, \"0164853972\": 257, \"4251967803\": 46, \"6049735128\": 681}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 872 and smaller than 978. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8032674159","gold_values":960}
75
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8094573126\": 467, \"7498203165\": 305, \"7349621850\": 228, \"9761450283\": 330, \"1347890652\": 215, \"9834205176\": 953, \"4032718956\": 329, \"7504869312\": 760, \"7695104283\": 578, \"3842769501\": 986}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 864 and smaller than 969. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9834205176","gold_values":953}
76
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5792463810\": 132, \"1824763905\": 43, \"2351649708\": 125, \"4709521836\": 900, \"3601827954\": 177, \"0981657243\": 19, \"6015427893\": 50, \"1750293864\": 330, \"3745890126\": 207, \"6349708152\": 76}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 26. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0981657243","gold_values":19}
77
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8275094163\": 332, \"6570819432\": 861, \"4165293870\": 601, \"9805713642\": 93, \"3450268197\": 65, \"5401863792\": 19, \"8546791032\": 126, \"6723401985\": 866, \"9657480213\": 108, \"5379120864\": 409}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 49. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5401863792","gold_values":19}
78
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0649318257\": 817, \"5928413067\": 656, \"9750128463\": 30, \"9621743058\": 615, \"6184325970\": 171, \"5076291384\": 318, \"1894705623\": 413, \"4903716852\": 945, \"2854391607\": 567, \"5426719308\": 30}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 235 and smaller than 389. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5076291384","gold_values":318}
79
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6125304987\": 943, \"2476513089\": 320, \"8306792514\": 405, \"0154867329\": 161, \"7132569804\": 450, \"8163245907\": 767, \"5936021874\": 130, \"1064273859\": 848, \"0379861452\": 908, \"3251687940\": 468}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 693 and smaller than 834. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8163245907","gold_values":767}
80
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2083917645\": 209, \"3925417806\": 49, \"0876531294\": 615, \"9534167028\": 345, \"2854376901\": 315, \"4971862350\": 474, \"8756349012\": 768, \"9164870325\": 154, \"3874216590\": 570, \"5364012789\": 278}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 429 and smaller than 556. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4971862350","gold_values":474}
81
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2964503871\": 887, \"9421036587\": 235, \"3461098572\": 203, \"8923604175\": 600, \"5132698047\": 487, \"4763102958\": 113, \"3027581649\": 267, \"0293415687\": 436, \"5814209367\": 474, \"5486317290\": 214}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 59 and smaller than 185. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4763102958","gold_values":113}
82
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5601843792\": 611, \"6537214908\": 888, \"6081359472\": 666, \"4967210583\": 421, \"6415087932\": 168, \"9063581742\": 530, \"8325970416\": 414, \"7186543209\": 65, \"8954630712\": 282, \"3675408912\": 232}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 490 and smaller than 577. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9063581742","gold_values":530}
83
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3729510864\": 610, \"4082913675\": 899, \"5431607928\": 608, \"4206597831\": 143, \"5706329841\": 143, \"0125473689\": 682, \"4139567820\": 132, \"6293781450\": 609, \"0298341675\": 237, \"3018576942\": 365}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 662 and smaller than 769. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0125473689","gold_values":682}
84
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8753219046\": 485, \"7324806951\": 512, \"4589037261\": 779, \"4359708621\": 428, \"9723084561\": 244, \"8547319206\": 929, \"1948532076\": 242, \"7254961308\": 384, \"3197685402\": 84, \"3296481075\": 162}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 867 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8547319206","gold_values":929}
85
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5109783426\": 500, \"8710549632\": 171, \"9451703862\": 644, \"2640759831\": 610, \"6092483157\": 409, \"2084953176\": 21, \"8402351679\": 272, \"7059318624\": 123, \"2063159874\": 623, \"2941768035\": 84}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 11 and smaller than 72. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2084953176","gold_values":21}
86
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1580927346\": 803, \"7042691835\": 211, \"2475096381\": 131, \"0961234785\": 187, \"2810496735\": 739, \"1209765843\": 512, \"7254619380\": 890, \"0981376425\": 97, \"5308261947\": 685, \"4529083617\": 119}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 474 and smaller than 595. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1209765843","gold_values":512}
87
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2486509137\": 10, \"2983514076\": 971, \"8417906325\": 137, \"2501438796\": 235, \"3082179465\": 963, \"2541307968\": 759, \"5682704319\": 886, \"7230618459\": 210, \"8749652031\": 904, \"2098467315\": 494}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 712 and smaller than 797. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2541307968","gold_values":759}
88
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9641750283\": 870, \"2517069483\": 335, \"1970263485\": 92, \"3154629780\": 626, \"2069874153\": 28, \"2594607813\": 243, \"6219378405\": 448, \"6083471925\": 945, \"4135706289\": 331, \"7412389605\": 877}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 187 and smaller than 324. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2594607813","gold_values":243}
89
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6470821395\": 947, \"0734281956\": 751, \"7954612083\": 540, \"9506872413\": 24, \"8946507231\": 910, \"0846951732\": 281, \"4762903815\": 707, \"8793641520\": 654, \"5291074638\": 488, \"8943567102\": 422}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 189 and smaller than 297. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0846951732","gold_values":281}
90
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0946123587\": 16, \"9084652371\": 523, \"6831745209\": 115, \"6039127845\": 156, \"7952361480\": 107, \"5179862340\": 878, \"2387910654\": 687, \"6897130452\": 39, \"7543826901\": 247, \"5723604891\": 118}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 834 and smaller than 933. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5179862340","gold_values":878}
91
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2134967508\": 529, \"2305941867\": 579, \"7950416382\": 278, \"1705869432\": 157, \"2541089736\": 49, \"9658741023\": 932, \"4752831960\": 980, \"9025367148\": 631, \"8157940623\": 894, \"2304681957\": 552}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 916 and smaller than 945. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9658741023","gold_values":932}
92
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0624398571\": 311, \"2859316470\": 211, \"4510398762\": 299, \"7143986250\": 151, \"9840621753\": 161, \"1384567902\": 528, \"1537084296\": 366, \"7416392508\": 109, \"1082639475\": 147, \"6397451028\": 376}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 466 and smaller than 590. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1384567902","gold_values":528}
93
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8619723045\": 723, \"4206875139\": 838, \"9315076428\": 739, \"7180596342\": 641, \"3790156482\": 661, \"8560237194\": 309, \"5962738041\": 133, \"1392064578\": 604, \"4076298315\": 111, \"3495286701\": 577}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 220 and smaller than 399. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8560237194","gold_values":309}
94
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1037245968\": 960, \"0932614758\": 938, \"8407291635\": 620, \"5631209847\": 697, \"2946587130\": 506, \"1579634208\": 804, \"1057249863\": 523, \"5871209463\": 586, \"2803164795\": 512, \"9260415387\": 340}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 750 and smaller than 891. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1579634208","gold_values":804}
95
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7105398642\": 574, \"2601394587\": 831, \"3426715890\": 237, \"0568491372\": 642, \"8940761352\": 504, \"9208465731\": 944, \"1405783692\": 413, \"4659810237\": 977, \"4057236981\": 503, \"7356409821\": 234}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 929 and smaller than 972. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9208465731","gold_values":944}
96
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9628457103\": 428, \"0153982746\": 912, \"2461807359\": 782, \"0374951268\": 487, \"2306845917\": 548, \"7169354802\": 271, \"6092871534\": 434, \"5931627048\": 234, \"2745609813\": 147, \"0589217643\": 767}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 269 and smaller than 366. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7169354802","gold_values":271}
97
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4032768159\": 284, \"1794268053\": 503, \"0495761823\": 844, \"1078463925\": 102, \"6375048129\": 575, \"8054371296\": 206, \"4902763851\": 701, \"3809512476\": 762, \"8917465023\": 77, \"8364972051\": 730}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 129 and smaller than 274. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8054371296","gold_values":206}
98
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5389064217\": 583, \"5107692834\": 758, \"1932640875\": 575, \"4015796832\": 151, \"5197203486\": 702, \"4618952730\": 968, \"6835174920\": 29, \"8506194273\": 774, \"5639124807\": 752, \"8451027396\": 186}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 886 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4618952730","gold_values":968}
99
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1072856934\": 724, \"2640798135\": 382, \"7495630182\": 655, \"9638250174\": 146, \"0196275384\": 177, \"1807543692\": 763, \"9307481526\": 605, \"4803127965\": 535, \"5179304286\": 363, \"1287940653\": 431}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 757 and smaller than 854. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1807543692","gold_values":763}
100
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2730591648\": 831, \"3910584267\": 260, \"9684517032\": 818, \"0783246951\": 108, \"5182964037\": 285, \"0637124895\": 412, \"3091467852\": 138, \"6019482753\": 432, \"7490615238\": 759, \"0918763245\": 449}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 363 and smaller than 414. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0637124895","gold_values":412}
logic-based/data_kv/logic_kv_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
logic-based/data_kv/logic_kv_1000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
logic-based/data_kv/logic_kv_1000_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
logic-based/data_kv/logic_kv_100_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
logic-based/data_kv/logic_kv_10_cot.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7450892613\": 535, \"2679851403\": 863, \"7490615823\": 18, \"5069217483\": 833, \"5490263781\": 976, \"9483061572\": 652, \"1063748952\": 326, \"7435190268\": 43, \"4120673985\": 536, \"5792610834\": 207}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 573 and smaller than 711. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9483061572","gold_values":652}
2
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1830542679\": 204, \"8761329054\": 161, \"5437098612\": 786, \"0924185673\": 660, \"6052948371\": 798, \"5914826073\": 537, \"5421869703\": 864, \"9814726530\": 790, \"2689071354\": 910, \"7156294083\": 250}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 444 and smaller than 633. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5914826073","gold_values":537}
3
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5203647918\": 106, \"9360541827\": 316, \"9683021574\": 276, \"8724316509\": 166, \"5794120836\": 154, \"3506249871\": 641, \"3628741095\": 214, \"5720943816\": 314, \"4293861705\": 133, \"7905631248\": 167}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 542 and smaller than 643. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3506249871","gold_values":641}
4
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9207184563\": 442, \"4513289067\": 656, \"5678241039\": 103, \"1457908362\": 800, \"0584673291\": 38, \"9831247056\": 904, \"0537496812\": 335, \"1249567380\": 338, \"3049518276\": 117, \"4837910265\": 636}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 858 and smaller than 932. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9831247056","gold_values":904}
5
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3410957862\": 494, \"3205479168\": 940, \"3912760548\": 619, \"7491368250\": 935, \"6491783025\": 266, \"9402315786\": 985, \"0593874261\": 209, \"6472503819\": 52, \"0597264831\": 534, \"3640815927\": 542}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 947 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9402315786","gold_values":985}
6
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3265790481\": 707, \"2673941508\": 648, \"2790834516\": 242, \"5836021749\": 168, \"8642397051\": 997, \"4317896502\": 327, \"7349280516\": 818, \"1296485073\": 416, \"3026894175\": 511, \"0475869321\": 143}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 263 and smaller than 338. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4317896502","gold_values":327}
7
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7312945068\": 260, \"0742589163\": 519, \"0294387156\": 863, \"8349067152\": 11, \"1894763520\": 532, \"9057281436\": 721, \"7543108962\": 64, \"4807162539\": 778, \"4852103697\": 430, \"2953148670\": 783}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 655 and smaller than 760. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9057281436","gold_values":721}
8
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6715038492\": 497, \"8053271964\": 391, \"9306184725\": 115, \"4832096715\": 719, \"2034917685\": 781, \"6905172843\": 535, \"6854102937\": 797, \"6451890732\": 357, \"4283109657\": 91, \"6024758931\": 773}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 519 and smaller than 610. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6905172843","gold_values":535}
9
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3012597468\": 119, \"0167835429\": 382, \"2904375816\": 18, \"1574936028\": 286, \"4896530217\": 594, \"7495823601\": 216, \"3672915408\": 48, \"9325470861\": 68, \"8741032695\": 19, \"0937584126\": 366}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 156 and smaller than 264. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7495823601","gold_values":216}
10
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2385140769\": 304, \"5210946387\": 288, \"4072891536\": 77, \"8394621057\": 513, \"1943672508\": 434, \"5618703249\": 130, \"9536084721\": 756, \"1942307856\": 74, \"4129076835\": 244, \"1648250397\": 259}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 110 and smaller than 188. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5618703249","gold_values":130}
11
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3812549076\": 380, \"7394081625\": 7, \"9067582134\": 304, \"3259648701\": 876, \"1639802547\": 286, \"9802156437\": 626, \"4953716208\": 9, \"2659071834\": 347, \"3142705689\": 797, \"0789165423\": 60}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 543 and smaller than 707. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9802156437","gold_values":626}
12
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6194583720\": 757, \"5013687249\": 337, \"6198342570\": 7, \"8031467952\": 213, \"0894356127\": 538, \"9816740523\": 307, \"4638052179\": 219, \"9034216785\": 94, \"9143802576\": 394, \"8712364950\": 12}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 261 and smaller than 330. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9816740523","gold_values":307}
13
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3695872041\": 120, \"4132089576\": 668, \"4235970618\": 54, \"0475218639\": 268, \"2953784160\": 326, \"2739854016\": 568, \"5093268417\": 52, \"9657830124\": 462, \"8064295713\": 807, \"3047615289\": 852}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 518 and smaller than 623. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2739854016","gold_values":568}
14
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8062371594\": 929, \"3791256480\": 494, \"1638945702\": 100, \"4186527093\": 977, \"1742356098\": 862, \"5690413278\": 301, \"4825106937\": 470, \"3857942601\": 898, \"0369851724\": 477, \"6845137092\": 592}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 201 and smaller than 322. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5690413278","gold_values":301}
15
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4013762985\": 9, \"9134587026\": 184, \"5691034278\": 260, \"4059382617\": 468, \"9245183067\": 594, \"8052431769\": 689, \"6971830425\": 149, \"0217469835\": 316, \"3801967425\": 765, \"7018946325\": 300}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 668 and smaller than 759. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8052431769","gold_values":689}
16
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9352187406\": 852, \"2673041958\": 249, \"1068952734\": 804, \"9763581402\": 215, \"7654098213\": 317, \"3702185964\": 412, \"6531920478\": 951, \"1354708962\": 49, \"7981406253\": 109, \"9215836047\": 985}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 337 and smaller than 486. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3702185964","gold_values":412}
17
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7420618593\": 53, \"3780291645\": 917, \"9268541703\": 29, \"3706945812\": 274, \"5208379146\": 880, \"0715683429\": 610, \"0548967132\": 556, \"1042587369\": 218, \"5970483216\": 957, \"9032651784\": 306}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 590 and smaller than 681. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0715683429","gold_values":610}
18
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0641958237\": 705, \"3548970216\": 392, \"4906285317\": 467, \"4592380671\": 131, \"3298647510\": 424, \"3876201594\": 535, \"9107683245\": 236, \"1745360928\": 38, \"9725410638\": 382, \"9302786145\": 472}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 514 and smaller than 613. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3876201594","gold_values":535}
19
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1547920386\": 590, \"3170492685\": 48, \"0382416597\": 422, \"3805924167\": 636, \"0921486735\": 611, \"2705349681\": 776, \"1389627540\": 28, \"3591786204\": 15, \"6432597801\": 611, \"6795140832\": 258}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 690 and smaller than 836. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2705349681","gold_values":776}
20
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0459723618\": 685, \"5381479620\": 449, \"9143708652\": 943, \"6512304897\": 110, \"4231856097\": 741, \"8751394062\": 52, \"4319586270\": 536, \"1925836047\": 975, \"8720154963\": 667, \"5746289103\": 690}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 28 and smaller than 62. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8751394062","gold_values":52}
21
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5619087234\": 99, \"0185234769\": 720, \"0345286971\": 4, \"0528974361\": 244, \"8391475206\": 718, \"4657283109\": 470, \"6250174389\": 65, \"7925430861\": 784, \"6854109723\": 42, \"3967451028\": 196}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 428 and smaller than 547. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4657283109","gold_values":470}
22
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3564902871\": 132, \"6150972843\": 300, \"1582934067\": 89, \"1623458709\": 132, \"1079628354\": 60, \"4560837219\": 585, \"6578204139\": 51, \"0341976258\": 132, \"6475389021\": 724, \"3527109864\": 68}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 552 and smaller than 606. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4560837219","gold_values":585}
23
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1097342865\": 669, \"3806157249\": 259, \"4268015739\": 936, \"2089176534\": 701, \"3469271580\": 688, \"6930521487\": 581, \"0651782493\": 737, \"7642398105\": 177, \"0129745386\": 293, \"3602549817\": 175}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 512 and smaller than 597. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6930521487","gold_values":581}
24
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8962140573\": 594, \"6071429835\": 421, \"6592843017\": 552, \"0169328547\": 450, \"5298064317\": 447, \"2681407395\": 254, \"4290618753\": 507, \"0423157968\": 348, \"7943521086\": 435, \"6419852307\": 392}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 171 and smaller than 340. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2681407395","gold_values":254}
25
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6953704281\": 647, \"7356201489\": 795, \"4951702836\": 409, \"7165930482\": 583, \"3428950716\": 114, \"8473629051\": 948, \"1368047259\": 378, \"2651798034\": 552, \"2158306749\": 565, \"4981763502\": 391}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 934 and smaller than 987. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8473629051","gold_values":948}
26
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1732809465\": 995, \"5627094183\": 924, \"2648953170\": 918, \"6325871049\": 447, \"4980267351\": 734, \"8047536921\": 403, \"3951074826\": 510, \"7148923056\": 757, \"7638049215\": 505, \"6817492305\": 297}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 365 and smaller than 442. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8047536921","gold_values":403}
27
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6935704218\": 835, \"5983742601\": 937, \"1427590368\": 820, \"4690758321\": 364, \"1625487039\": 386, \"7136498520\": 271, \"2143706589\": 983, \"9260471835\": 488, \"2187563409\": 465, \"6325184970\": 326}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 243 and smaller than 324. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7136498520","gold_values":271}
28
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3629714085\": 280, \"9041368257\": 56, \"5761489230\": 894, \"0961873542\": 747, \"6812309745\": 774, \"2953804671\": 571, \"6430215879\": 725, \"3619805427\": 922, \"3420985167\": 821, \"0183495672\": 487}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 538 and smaller than 663. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2953804671","gold_values":571}
29
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5196207438\": 322, \"5074216983\": 867, \"4781625903\": 533, \"2143690578\": 904, \"3082147569\": 213, \"9162735840\": 679, \"3845691027\": 270, \"5278310946\": 352, \"6480529713\": 250, \"8539641702\": 970}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 611 and smaller than 750. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9162735840","gold_values":679}
30
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8652734109\": 510, \"4156387209\": 859, \"3218640795\": 142, \"5714839602\": 708, \"9546207813\": 474, \"7941306852\": 315, \"1492573068\": 910, \"1239480576\": 619, \"3892017564\": 619, \"0421983765\": 164}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 263 and smaller than 361. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7941306852","gold_values":315}
31
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3759846102\": 550, \"7409862315\": 654, \"9718502634\": 624, \"8527106493\": 413, \"6154832790\": 328, \"9017382465\": 756, \"2634857019\": 594, \"7958460321\": 533, \"5673498012\": 885, \"2498130756\": 621}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 691 and smaller than 767. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9017382465","gold_values":756}
32
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1682735940\": 717, \"2783154906\": 544, \"2894563071\": 888, \"7204685391\": 519, \"7460523918\": 469, \"9857634210\": 124, \"1938624705\": 462, \"3910267854\": 993, \"0256498713\": 890, \"7958416320\": 683}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 66 and smaller than 193. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9857634210","gold_values":124}
33
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7143806952\": 631, \"0496781235\": 469, \"5140867293\": 182, \"9427581603\": 592, \"8569374201\": 416, \"7412036895\": 841, \"1809352746\": 199, \"5278436109\": 909, \"2705369184\": 574, \"5317826094\": 676}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 787 and smaller than 861. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7412036895","gold_values":841}
34
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9564783201\": 129, \"3097521486\": 954, \"7319624085\": 654, \"2678093145\": 101, \"9613827054\": 437, \"9783524601\": 322, \"4729180536\": 654, \"1254730869\": 214, \"3405827619\": 788, \"1394805276\": 937}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 286 and smaller than 368. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9783524601","gold_values":322}
35
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8623507149\": 245, \"7486203951\": 363, \"9028143576\": 706, \"1350794268\": 749, \"8164792530\": 906, \"1067824359\": 588, \"5217840639\": 804, \"5180623749\": 703, \"5906137284\": 225, \"6503941827\": 903}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 562 and smaller than 673. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1067824359","gold_values":588}
36
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3129687504\": 974, \"7081593426\": 45, \"2031486597\": 18, \"3675409218\": 797, \"0723195648\": 822, \"6198345702\": 722, \"8416302597\": 103, \"4675328901\": 786, \"5382674190\": 947, \"0324815697\": 233}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 651 and smaller than 733. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6198345702","gold_values":722}
37
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8329471506\": 851, \"9742165830\": 830, \"3026745819\": 212, \"0813247965\": 659, \"6753824910\": 687, \"9405726183\": 998, \"7521036894\": 22, \"4978521306\": 859, \"3586741902\": 145, \"4368075192\": 453}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 923 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9405726183","gold_values":998}
38
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7601853924\": 177, \"8094275631\": 777, \"8136524079\": 734, \"2357068194\": 421, \"0891476352\": 420, \"3701869542\": 262, \"5869431027\": 90, \"6795124380\": 975, \"3987056142\": 980, \"0578392614\": 108}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 196 and smaller than 357. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3701869542","gold_values":262}
39
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8157426930\": 451, \"6982013754\": 419, \"2640598371\": 508, \"5317064829\": 744, \"1723408596\": 283, \"0941756238\": 987, \"9731285460\": 611, \"6483705912\": 861, \"8635907241\": 89, \"7354260981\": 923}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 933 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0941756238","gold_values":987}
40
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1934562078\": 122, \"6159078423\": 998, \"7629301584\": 413, \"2649038517\": 957, \"3650897421\": 801, \"1460273895\": 713, \"2714308965\": 777, \"3256710849\": 212, \"6034871259\": 319, \"7068213954\": 15}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 709 and smaller than 747. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1460273895","gold_values":713}
41
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8309715624\": 963, \"5329670418\": 17, \"4518763902\": 424, \"3945682107\": 330, \"6948035721\": 182, \"4083951672\": 527, \"9061758324\": 734, \"3754280169\": 247, \"9762105438\": 826, \"2745680193\": 325}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 511 and smaller than 575. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4083951672","gold_values":527}
42
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5921463087\": 40, \"4029756318\": 423, \"7250184639\": 15, \"8156240397\": 27, \"7486095231\": 80, \"1834092756\": 274, \"2951843760\": 406, \"8041263759\": 819, \"0241856937\": 466, \"8193240675\": 577}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 222 and smaller than 362. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1834092756","gold_values":274}
43
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9814352760\": 108, \"7613028954\": 511, \"9261750384\": 284, \"4973850126\": 656, \"6874023591\": 667, \"3490761852\": 464, \"9680374152\": 733, \"7382614095\": 585, \"7289601345\": 358, \"8937516204\": 193}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 409 and smaller than 483. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3490761852","gold_values":464}
44
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1068245739\": 90, \"4816972503\": 896, \"0546182793\": 8, \"8109643725\": 216, \"6789243105\": 316, \"1638504972\": 458, \"6932708541\": 235, \"4028197536\": 635, \"6382791054\": 900, \"4365089127\": 742}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 445 and smaller than 483. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1638504972","gold_values":458}
45
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2961730485\": 849, \"9248673051\": 339, \"0438692751\": 673, \"3819654270\": 930, \"9104576823\": 727, \"3058941762\": 106, \"4625710839\": 901, \"8357019426\": 729, \"6402153978\": 967, \"3802957461\": 273}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 23 and smaller than 195. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3058941762","gold_values":106}
46
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5701463892\": 450, \"6409318572\": 821, \"6139752480\": 489, \"1765839042\": 201, \"0432918675\": 238, \"4016938752\": 939, \"1395840726\": 310, \"0742396815\": 137, \"3241706859\": 786, \"6104857392\": 783}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 876 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4016938752","gold_values":939}
47
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6487923150\": 842, \"6189307524\": 275, \"6491285307\": 338, \"8271306594\": 943, \"9725480136\": 734, \"2659071834\": 602, \"6057842319\": 108, \"7198534620\": 2, \"3650971248\": 879, \"3198547062\": 30}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 522 and smaller than 611. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2659071834","gold_values":602}
48
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4637190285\": 160, \"9067253814\": 746, \"9162750438\": 581, \"3918570264\": 35, \"0431982657\": 127, \"0958634127\": 836, \"9035218647\": 442, \"8097123564\": 382, \"2871936045\": 350, \"7610348529\": 125}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 787 and smaller than 920. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0958634127","gold_values":836}
49
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7108963542\": 615, \"8205137496\": 530, \"9015862473\": 876, \"5291403786\": 526, \"7283591046\": 460, \"5932476810\": 319, \"7425910863\": 587, \"0157846392\": 512, \"1246089753\": 254, \"6981405723\": 33}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 270 and smaller than 374. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5932476810","gold_values":319}
50
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5802693741\": 767, \"9168027354\": 475, \"6419507382\": 846, \"8421657039\": 830, \"7103826549\": 268, \"2036718459\": 331, \"7639108425\": 773, \"5426180379\": 479, \"0328546719\": 373, \"7165340928\": 174}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 315 and smaller than 369. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2036718459","gold_values":331}
51
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7045163829\": 28, \"6231780594\": 659, \"6482570319\": 339, \"5034978261\": 77, \"9403786152\": 641, \"3720614895\": 705, \"3269084715\": 492, \"8962405317\": 968, \"7389145062\": 415, \"4832971650\": 187}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 693 and smaller than 719. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3720614895","gold_values":705}
52
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0731456289\": 657, \"3794658210\": 422, \"1079863542\": 933, \"9805276431\": 891, \"6874952031\": 254, \"5307481296\": 79, \"7543860129\": 462, \"3285796140\": 758, \"0752416938\": 994, \"1569870423\": 830}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 18 and smaller than 85. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5307481296","gold_values":79}
53
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2103784965\": 826, \"5692410783\": 381, \"0352781964\": 95, \"2683079154\": 469, \"3859412760\": 714, \"4503726918\": 734, \"2136789540\": 196, \"4931826075\": 340, \"9748352061\": 474, \"5187234069\": 407}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 732 and smaller than 808. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4503726918","gold_values":734}
54
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4513298607\": 729, \"9132608754\": 284, \"5823107649\": 227, \"5413806972\": 826, \"2390174685\": 43, \"4510367298\": 447, \"9328675140\": 614, \"2416038975\": 910, \"9536217048\": 700, \"2308649157\": 339}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 382 and smaller than 450. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4510367298","gold_values":447}
55
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7524638901\": 584, \"7216385094\": 930, \"0846572391\": 489, \"4293675108\": 321, \"1280693574\": 146, \"3192458670\": 887, \"1964820357\": 105, \"5607148239\": 629, \"5930812674\": 527, \"5106749823\": 216}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 874 and smaller than 909. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3192458670","gold_values":887}
56
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2941680375\": 564, \"6487105923\": 31, \"0713945826\": 116, \"1978643520\": 61, \"9564218730\": 702, \"3754981062\": 350, \"3946058217\": 437, \"5047196832\": 97, \"1027385496\": 988, \"2847619035\": 614}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 322 and smaller than 422. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3754981062","gold_values":350}
57
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6942310758\": 917, \"4986571302\": 37, \"5741036298\": 237, \"5903617284\": 839, \"6270531984\": 892, \"0891432657\": 761, \"9081427365\": 997, \"8594726310\": 293, \"7835902164\": 846, \"3274598610\": 941}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 712 and smaller than 826. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0891432657","gold_values":761}
58
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7269401583\": 702, \"4639802571\": 311, \"2096157834\": 137, \"9258341670\": 711, \"2670195438\": 833, \"4308672951\": 7, \"5327061498\": 97, \"1894735260\": 168, \"1854263790\": 698, \"7016584923\": 213}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 19. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4308672951","gold_values":7}
59
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0716853924\": 80, \"3921064857\": 636, \"7526189430\": 419, \"3280691457\": 704, \"5961027834\": 763, \"7940326158\": 829, \"1328560497\": 181, \"9845763120\": 171, \"3708542961\": 338, \"6178390254\": 280}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 799 and smaller than 899. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7940326158","gold_values":829}
60
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3426859071\": 501, \"3852049716\": 881, \"9724160358\": 586, \"4507389612\": 937, \"2649805731\": 630, \"9835704261\": 112, \"6230714598\": 416, \"6804579132\": 998, \"0243781659\": 998, \"1893527046\": 731}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 65 and smaller than 169. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9835704261","gold_values":112}
61
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2905168743\": 349, \"6201378594\": 721, \"8290314657\": 514, \"7845910362\": 62, \"2809734615\": 769, \"0842963517\": 862, \"2381947065\": 692, \"5938264071\": 102, \"6731240895\": 272, \"5369178042\": 739}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 822 and smaller than 946. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0842963517","gold_values":862}
62
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9043618725\": 363, \"1967508432\": 457, \"0418726395\": 562, \"1630974825\": 702, \"4319062578\": 443, \"5362089147\": 989, \"0345192786\": 776, \"9347286510\": 731, \"0147238659\": 795, \"4902561387\": 500}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 906 and smaller than 991. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5362089147","gold_values":989}
63
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2371804659\": 521, \"8379546012\": 82, \"8052476913\": 450, \"3170562489\": 587, \"1293460785\": 209, \"6192438507\": 733, \"8630129547\": 412, \"6873192504\": 384, \"2168374590\": 130, \"2091857634\": 608}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 687 and smaller than 772. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6192438507","gold_values":733}
64
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6128354097\": 916, \"6879102534\": 865, \"2463095817\": 164, \"0714652938\": 962, \"3652018794\": 489, \"2650974381\": 337, \"0845369127\": 943, \"0261957384\": 624, \"5861307294\": 525, \"2670534891\": 131}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 269 and smaller than 417. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2650974381","gold_values":337}
65
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2069843715\": 255, \"1260849735\": 761, \"1856420793\": 269, \"5619072348\": 971, \"1694502387\": 932, \"2639108745\": 853, \"6138209475\": 695, \"8743260951\": 406, \"4968021753\": 646, \"4659203187\": 362}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 800 and smaller than 908. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2639108745","gold_values":853}
66
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7894523061\": 132, \"4389615072\": 405, \"6582379410\": 37, \"6084219357\": 48, \"6421958307\": 859, \"4765219083\": 603, \"5486092731\": 415, \"3297081654\": 258, \"2701953648\": 473, \"5804691732\": 243}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 569 and smaller than 638. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4765219083","gold_values":603}
67
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6970315482\": 874, \"3216058497\": 748, \"8241367905\": 277, \"9512843067\": 182, \"6347128509\": 305, \"9760124835\": 108, \"4291687035\": 320, \"8097461523\": 602, \"2014987536\": 276, \"0943687125\": 971}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 19 and smaller than 116. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9760124835","gold_values":108}
68
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1720495386\": 68, \"7541038269\": 482, \"0968453217\": 840, \"5936081724\": 85, \"8752194630\": 889, \"6597284031\": 571, \"6895741023\": 596, \"3109625847\": 169, \"6519402783\": 170, \"9758462310\": 322}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 500 and smaller than 587. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6597284031","gold_values":571}
69
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5431876029\": 468, \"1987320456\": 536, \"2149753608\": 126, \"9160284375\": 333, \"9174865203\": 301, \"9612403587\": 202, \"1063572489\": 699, \"1674230598\": 993, \"0216984537\": 947, \"7981046325\": 759}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 163 and smaller than 290. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9612403587","gold_values":202}
70
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1670985243\": 507, \"9572013468\": 981, \"8739625410\": 44, \"1379064852\": 996, \"1063795284\": 500, \"2180497635\": 585, \"9402516387\": 673, \"0437169528\": 306, \"4503297681\": 27, \"7329458061\": 731}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 531 and smaller than 661. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2180497635","gold_values":585}
71
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5826431790\": 500, \"5897624310\": 258, \"9106537842\": 867, \"6491823075\": 979, \"1076432598\": 785, \"6192043857\": 690, \"4170958632\": 565, \"8097234165\": 368, \"0328761459\": 850, \"3085917462\": 12}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 656 and smaller than 723. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6192043857","gold_values":690}
72
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7694530182\": 353, \"9156384072\": 152, \"3162598704\": 763, \"1056349782\": 772, \"2945018673\": 544, \"1963472580\": 684, \"9247501836\": 91, \"6291403785\": 995, \"0963257184\": 410, \"6389205147\": 496}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 668 and smaller than 716. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1963472580","gold_values":684}
73
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7640513892\": 811, \"2653740819\": 439, \"1530426987\": 279, \"8150476293\": 931, \"6739520418\": 574, \"8961075423\": 6, \"7563094128\": 612, \"0467813952\": 432, \"7803619254\": 377, \"8372491065\": 729}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 58. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8961075423","gold_values":6}
74
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1482305967\": 487, \"9815342076\": 562, \"4816073592\": 109, \"5742139806\": 314, \"9465810273\": 813, \"8032674159\": 960, \"7549210368\": 101, \"0164853972\": 257, \"4251967803\": 46, \"6049735128\": 681}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 872 and smaller than 978. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8032674159","gold_values":960}
75
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8094573126\": 467, \"7498203165\": 305, \"7349621850\": 228, \"9761450283\": 330, \"1347890652\": 215, \"9834205176\": 953, \"4032718956\": 329, \"7504869312\": 760, \"7695104283\": 578, \"3842769501\": 986}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 864 and smaller than 969. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9834205176","gold_values":953}
76
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5792463810\": 132, \"1824763905\": 43, \"2351649708\": 125, \"4709521836\": 900, \"3601827954\": 177, \"0981657243\": 19, \"6015427893\": 50, \"1750293864\": 330, \"3745890126\": 207, \"6349708152\": 76}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 26. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0981657243","gold_values":19}
77
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8275094163\": 332, \"6570819432\": 861, \"4165293870\": 601, \"9805713642\": 93, \"3450268197\": 65, \"5401863792\": 19, \"8546791032\": 126, \"6723401985\": 866, \"9657480213\": 108, \"5379120864\": 409}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 49. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5401863792","gold_values":19}
78
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0649318257\": 817, \"5928413067\": 656, \"9750128463\": 30, \"9621743058\": 615, \"6184325970\": 171, \"5076291384\": 318, \"1894705623\": 413, \"4903716852\": 945, \"2854391607\": 567, \"5426719308\": 30}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 235 and smaller than 389. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5076291384","gold_values":318}
79
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6125304987\": 943, \"2476513089\": 320, \"8306792514\": 405, \"0154867329\": 161, \"7132569804\": 450, \"8163245907\": 767, \"5936021874\": 130, \"1064273859\": 848, \"0379861452\": 908, \"3251687940\": 468}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 693 and smaller than 834. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8163245907","gold_values":767}
80
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2083917645\": 209, \"3925417806\": 49, \"0876531294\": 615, \"9534167028\": 345, \"2854376901\": 315, \"4971862350\": 474, \"8756349012\": 768, \"9164870325\": 154, \"3874216590\": 570, \"5364012789\": 278}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 429 and smaller than 556. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4971862350","gold_values":474}
81
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2964503871\": 887, \"9421036587\": 235, \"3461098572\": 203, \"8923604175\": 600, \"5132698047\": 487, \"4763102958\": 113, \"3027581649\": 267, \"0293415687\": 436, \"5814209367\": 474, \"5486317290\": 214}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 59 and smaller than 185. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4763102958","gold_values":113}
82
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5601843792\": 611, \"6537214908\": 888, \"6081359472\": 666, \"4967210583\": 421, \"6415087932\": 168, \"9063581742\": 530, \"8325970416\": 414, \"7186543209\": 65, \"8954630712\": 282, \"3675408912\": 232}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 490 and smaller than 577. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9063581742","gold_values":530}
83
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3729510864\": 610, \"4082913675\": 899, \"5431607928\": 608, \"4206597831\": 143, \"5706329841\": 143, \"0125473689\": 682, \"4139567820\": 132, \"6293781450\": 609, \"0298341675\": 237, \"3018576942\": 365}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 662 and smaller than 769. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0125473689","gold_values":682}
84
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8753219046\": 485, \"7324806951\": 512, \"4589037261\": 779, \"4359708621\": 428, \"9723084561\": 244, \"8547319206\": 929, \"1948532076\": 242, \"7254961308\": 384, \"3197685402\": 84, \"3296481075\": 162}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 867 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8547319206","gold_values":929}
85
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5109783426\": 500, \"8710549632\": 171, \"9451703862\": 644, \"2640759831\": 610, \"6092483157\": 409, \"2084953176\": 21, \"8402351679\": 272, \"7059318624\": 123, \"2063159874\": 623, \"2941768035\": 84}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 11 and smaller than 72. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2084953176","gold_values":21}
86
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1580927346\": 803, \"7042691835\": 211, \"2475096381\": 131, \"0961234785\": 187, \"2810496735\": 739, \"1209765843\": 512, \"7254619380\": 890, \"0981376425\": 97, \"5308261947\": 685, \"4529083617\": 119}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 474 and smaller than 595. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1209765843","gold_values":512}
87
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2486509137\": 10, \"2983514076\": 971, \"8417906325\": 137, \"2501438796\": 235, \"3082179465\": 963, \"2541307968\": 759, \"5682704319\": 886, \"7230618459\": 210, \"8749652031\": 904, \"2098467315\": 494}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 712 and smaller than 797. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2541307968","gold_values":759}
88
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9641750283\": 870, \"2517069483\": 335, \"1970263485\": 92, \"3154629780\": 626, \"2069874153\": 28, \"2594607813\": 243, \"6219378405\": 448, \"6083471925\": 945, \"4135706289\": 331, \"7412389605\": 877}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 187 and smaller than 324. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2594607813","gold_values":243}
89
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6470821395\": 947, \"0734281956\": 751, \"7954612083\": 540, \"9506872413\": 24, \"8946507231\": 910, \"0846951732\": 281, \"4762903815\": 707, \"8793641520\": 654, \"5291074638\": 488, \"8943567102\": 422}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 189 and smaller than 297. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0846951732","gold_values":281}
90
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0946123587\": 16, \"9084652371\": 523, \"6831745209\": 115, \"6039127845\": 156, \"7952361480\": 107, \"5179862340\": 878, \"2387910654\": 687, \"6897130452\": 39, \"7543826901\": 247, \"5723604891\": 118}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 834 and smaller than 933. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5179862340","gold_values":878}
91
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2134967508\": 529, \"2305941867\": 579, \"7950416382\": 278, \"1705869432\": 157, \"2541089736\": 49, \"9658741023\": 932, \"4752831960\": 980, \"9025367148\": 631, \"8157940623\": 894, \"2304681957\": 552}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 916 and smaller than 945. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9658741023","gold_values":932}
92
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0624398571\": 311, \"2859316470\": 211, \"4510398762\": 299, \"7143986250\": 151, \"9840621753\": 161, \"1384567902\": 528, \"1537084296\": 366, \"7416392508\": 109, \"1082639475\": 147, \"6397451028\": 376}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 466 and smaller than 590. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1384567902","gold_values":528}
93
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8619723045\": 723, \"4206875139\": 838, \"9315076428\": 739, \"7180596342\": 641, \"3790156482\": 661, \"8560237194\": 309, \"5962738041\": 133, \"1392064578\": 604, \"4076298315\": 111, \"3495286701\": 577}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 220 and smaller than 399. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8560237194","gold_values":309}
94
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1037245968\": 960, \"0932614758\": 938, \"8407291635\": 620, \"5631209847\": 697, \"2946587130\": 506, \"1579634208\": 804, \"1057249863\": 523, \"5871209463\": 586, \"2803164795\": 512, \"9260415387\": 340}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 750 and smaller than 891. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1579634208","gold_values":804}
95
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7105398642\": 574, \"2601394587\": 831, \"3426715890\": 237, \"0568491372\": 642, \"8940761352\": 504, \"9208465731\": 944, \"1405783692\": 413, \"4659810237\": 977, \"4057236981\": 503, \"7356409821\": 234}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 929 and smaller than 972. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9208465731","gold_values":944}
96
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9628457103\": 428, \"0153982746\": 912, \"2461807359\": 782, \"0374951268\": 487, \"2306845917\": 548, \"7169354802\": 271, \"6092871534\": 434, \"5931627048\": 234, \"2745609813\": 147, \"0589217643\": 767}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 269 and smaller than 366. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7169354802","gold_values":271}
97
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4032768159\": 284, \"1794268053\": 503, \"0495761823\": 844, \"1078463925\": 102, \"6375048129\": 575, \"8054371296\": 206, \"4902763851\": 701, \"3809512476\": 762, \"8917465023\": 77, \"8364972051\": 730}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 129 and smaller than 274. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8054371296","gold_values":206}
98
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5389064217\": 583, \"5107692834\": 758, \"1932640875\": 575, \"4015796832\": 151, \"5197203486\": 702, \"4618952730\": 968, \"6835174920\": 29, \"8506194273\": 774, \"5639124807\": 752, \"8451027396\": 186}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 886 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4618952730","gold_values":968}
99
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1072856934\": 724, \"2640798135\": 382, \"7495630182\": 655, \"9638250174\": 146, \"0196275384\": 177, \"1807543692\": 763, \"9307481526\": 605, \"4803127965\": 535, \"5179304286\": 363, \"1287940653\": 431}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 757 and smaller than 854. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1807543692","gold_values":763}
100
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2730591648\": 831, \"3910584267\": 260, \"9684517032\": 818, \"0783246951\": 108, \"5182964037\": 285, \"0637124895\": 412, \"3091467852\": 138, \"6019482753\": 432, \"7490615238\": 759, \"0918763245\": 449}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 363 and smaller than 414. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0637124895","gold_values":412}
logic-based/data_kv/logic_kv_4.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1570248369\": 989, \"8349076152\": 695, \"2390478651\": 865, \"2015439687\": 918}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 806 and smaller than 878. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2390478651","gold_values":865}
2
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4785620139\": 985, \"9531028476\": 118, \"2567081943\": 395, \"9810675432\": 752}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 340 and smaller than 471. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2567081943","gold_values":395}
3
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2178504963\": 611, \"4130529867\": 974, \"8704931625\": 777, \"9236014785\": 681}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 773 and smaller than 803. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8704931625","gold_values":777}
4
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7645238091\": 790, \"1504296387\": 678, \"5243960781\": 912, \"2385764019\": 47}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 888 and smaller than 915. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5243960781","gold_values":912}
5
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1423860597\": 22, \"4706318259\": 281, \"6950184237\": 431, \"1342590768\": 902}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 408 and smaller than 490. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6950184237","gold_values":431}
6
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2850196347\": 327, \"4852903617\": 218, \"5821347096\": 42, \"4586207391\": 648}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 26 and smaller than 76. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5821347096","gold_values":42}
7
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6827031549\": 855, \"8143256079\": 226, \"7580369142\": 266, \"5289430671\": 482}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 227 and smaller than 314. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7580369142","gold_values":266}
8
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6843971502\": 577, \"3429170685\": 415, \"3179280654\": 989, \"3762410859\": 696}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 986 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3179280654","gold_values":989}
9
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7593814062\": 712, \"5026741398\": 92, \"1907856432\": 524, \"5286937410\": 938}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 468 and smaller than 592. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1907856432","gold_values":524}
10
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9167823540\": 997, \"0927456183\": 361, \"4963701285\": 498, \"4507381962\": 36}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 430 and smaller than 597. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4963701285","gold_values":498}
11
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6708319524\": 27, \"1859370462\": 674, \"1423709865\": 415, \"5372904816\": 724}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 335 and smaller than 476. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1423709865","gold_values":415}
12
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3164208957\": 3, \"1690378425\": 209, \"0758296431\": 941, \"0581962734\": 689}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 866 and smaller than 970. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0758296431","gold_values":941}
13
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0457981623\": 885, \"1758290346\": 188, \"7489521603\": 803, \"8423159607\": 381}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 708 and smaller than 820. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7489521603","gold_values":803}
14
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0293751684\": 408, \"2645901387\": 189, \"6903528714\": 850, \"7126095438\": 431}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 795 and smaller than 936. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6903528714","gold_values":850}
15
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3754129608\": 344, \"3406598721\": 489, \"1423560798\": 311, \"8645092371\": 993}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 254 and smaller than 335. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1423560798","gold_values":311}
16
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6715294308\": 390, \"0142769538\": 410, \"1642795803\": 992, \"8642391075\": 479}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 916 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1642795803","gold_values":992}
17
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4578316920\": 862, \"0741539286\": 679, \"5760489213\": 489, \"5014826397\": 195}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 470 and smaller than 562. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5760489213","gold_values":489}
18
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7561234098\": 794, \"8521637940\": 962, \"6387140592\": 367, \"1250794836\": 842}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 352 and smaller than 424. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6387140592","gold_values":367}
19
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5670943218\": 332, \"4732609851\": 261, \"0491736285\": 598, \"7354069128\": 534}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 560 and smaller than 698. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0491736285","gold_values":598}
20
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5136428079\": 837, \"4862371059\": 437, \"0785396124\": 914, \"1987063542\": 772}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 907 and smaller than 940. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0785396124","gold_values":914}
21
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2371694580\": 660, \"8435279610\": 279, \"3014587296\": 930, \"3405869721\": 754}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 878 and smaller than 937. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3014587296","gold_values":930}
22
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3841560279\": 110, \"3572418096\": 752, \"9023158674\": 224, \"9385167402\": 26}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 150 and smaller than 271. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9023158674","gold_values":224}
23
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5782014639\": 22, \"8512743609\": 650, \"4601728395\": 517, \"4527068931\": 62}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 448 and smaller than 595. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4601728395","gold_values":517}
24
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0935284167\": 898, \"3761258490\": 886, \"6092453871\": 143, \"6204195738\": 218}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 138 and smaller than 175. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6092453871","gold_values":143}
25
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2895036714\": 35, \"9042538671\": 829, \"1548936270\": 289, \"6549380127\": 622}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 256 and smaller than 293. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1548936270","gold_values":289}
26
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0765932184\": 748, \"4095672381\": 408, \"6430821579\": 144, \"2504761398\": 614}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 72 and smaller than 179. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6430821579","gold_values":144}
27
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6209147538\": 194, \"0745819263\": 854, \"2890516743\": 774, \"4980327516\": 442}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 721 and smaller than 852. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2890516743","gold_values":774}
28
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8269305741\": 647, \"5829173046\": 358, \"4260931857\": 98, \"3270958146\": 337}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 78 and smaller than 100. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4260931857","gold_values":98}
29
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0436758219\": 416, \"9756412803\": 757, \"7820649153\": 634, \"3170265849\": 609}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 629 and smaller than 699. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7820649153","gold_values":634}
30
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4801653279\": 911, \"8627405931\": 73, \"3457628910\": 819, \"7820541963\": 663}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 799 and smaller than 872. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3457628910","gold_values":819}
31
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3725819604\": 956, \"8506793214\": 539, \"5698701342\": 257, \"2054183967\": 755}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 197 and smaller than 337. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5698701342","gold_values":257}
32
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2513069478\": 82, \"9761032584\": 341, \"5180267349\": 932, \"7893056142\": 100}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 832 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5180267349","gold_values":932}
33
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2840639571\": 804, \"2934807516\": 889, \"3942156087\": 546, \"7523401986\": 152}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 484 and smaller than 552. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3942156087","gold_values":546}
34
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5807691432\": 282, \"6957182304\": 916, \"1264580973\": 723, \"7639184205\": 380}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 719 and smaller than 728. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1264580973","gold_values":723}
35
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9732046158\": 740, \"2608354719\": 597, \"2953618704\": 830, \"5296340718\": 303}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 759 and smaller than 834. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2953618704","gold_values":830}
36
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0469532178\": 834, \"2914870653\": 121, \"1964578023\": 617, \"2304189657\": 992}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 567 and smaller than 700. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1964578023","gold_values":617}
37
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4257981360\": 598, \"6593427108\": 713, \"2015678439\": 924, \"1087235694\": 682}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 870 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2015678439","gold_values":924}
38
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2816470935\": 331, \"9375682041\": 649, \"2703846159\": 151, \"0712435869\": 259}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 87 and smaller than 182. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2703846159","gold_values":151}
39
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2710354968\": 401, \"7312960845\": 230, \"9830674251\": 318, \"8596071432\": 627}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 278 and smaller than 397. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9830674251","gold_values":318}
40
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5182437690\": 571, \"2341589670\": 272, \"1654392780\": 102, \"4567820193\": 364}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 55 and smaller than 169. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1654392780","gold_values":102}
41
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5730984126\": 391, \"6843120957\": 547, \"6390478512\": 748, \"5217980346\": 132}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 651 and smaller than 773. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6390478512","gold_values":748}
42
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9315870246\": 484, \"8231754069\": 308, \"6048725139\": 76, \"9812056437\": 771}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 60 and smaller than 155. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6048725139","gold_values":76}
43
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6814035279\": 290, \"2751398064\": 368, \"7358609241\": 921, \"7361284059\": 497}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 879 and smaller than 948. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7358609241","gold_values":921}
44
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8132405796\": 33, \"5273916408\": 248, \"6059741238\": 871, \"8961543207\": 618}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 793 and smaller than 892. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6059741238","gold_values":871}
45
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3087159264\": 415, \"8645231079\": 212, \"7695230481\": 701, \"2675419308\": 990}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 659 and smaller than 774. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7695230481","gold_values":701}
46
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9635017428\": 45, \"1709342685\": 158, \"3051928467\": 339, \"3685421790\": 772}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 285 and smaller than 415. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3051928467","gold_values":339}
47
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7193260485\": 101, \"2015378946\": 779, \"6152948703\": 484, \"8901372645\": 578}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 408 and smaller than 558. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6152948703","gold_values":484}
48
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4186973025\": 299, \"1839567042\": 932, \"2458173609\": 574, \"8015264937\": 170}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 475 and smaller than 584. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2458173609","gold_values":574}
49
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3856907214\": 390, \"1759263840\": 451, \"0948527316\": 104, \"3827409165\": 676}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 11 and smaller than 141. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0948527316","gold_values":104}
50
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1659408237\": 942, \"0312974856\": 432, \"8614732590\": 363, \"7025491863\": 148}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 299 and smaller than 422. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8614732590","gold_values":363}
51
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4801635729\": 353, \"3846509721\": 775, \"2681345097\": 445, \"8019573426\": 264}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 420 and smaller than 517. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2681345097","gold_values":445}
52
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2386054917\": 698, \"7240918356\": 516, \"4891036275\": 324, \"7491328650\": 619}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 230 and smaller than 335. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4891036275","gold_values":324}
53
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9387125406\": 970, \"5462380791\": 241, \"7108492536\": 626, \"9254806371\": 971}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 586 and smaller than 714. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"7108492536","gold_values":626}
54
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5914306827\": 141, \"5361274809\": 323, \"9307846251\": 656, \"6457981203\": 926}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 591 and smaller than 752. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9307846251","gold_values":656}
55
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7548031692\": 394, \"9765143028\": 802, \"2745603198\": 935, \"5810649327\": 27}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 898 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2745603198","gold_values":935}
56
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2165480379\": 779, \"0624573198\": 416, \"8295146037\": 210, \"4937508261\": 916}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 168 and smaller than 292. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8295146037","gold_values":210}
57
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8219067354\": 35, \"5348267901\": 393, \"5768349210\": 990, \"3267481059\": 578}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 970 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5768349210","gold_values":990}
58
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1847253960\": 1, \"8536407129\": 934, \"3170298564\": 566, \"0592164837\": 892}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 550 and smaller than 653. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3170298564","gold_values":566}
59
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7520831496\": 249, \"3074619528\": 147, \"9263187504\": 489, \"4358192607\": 896}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 457 and smaller than 574. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9263187504","gold_values":489}
60
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2813674950\": 991, \"1879235406\": 117, \"6507184239\": 454, \"4895362710\": 342}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 420 and smaller than 526. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6507184239","gold_values":454}
61
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4872935106\": 133, \"1906542378\": 233, \"0916528473\": 887, \"9832614507\": 507}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 865 and smaller than 986. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0916528473","gold_values":887}
62
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9430175628\": 725, \"8726590413\": 713, \"0235497681\": 534, \"8051763429\": 281}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 494 and smaller than 554. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0235497681","gold_values":534}
63
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3159274086\": 493, \"1260479835\": 812, \"6439102578\": 267, \"8056371294\": 709}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 179 and smaller than 359. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6439102578","gold_values":267}
64
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6371804295\": 828, \"8720154639\": 959, \"1834957026\": 64, \"8234657910\": 795}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 139. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1834957026","gold_values":64}
65
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0586197342\": 118, \"0237698514\": 520, \"5418032697\": 825, \"2638079514\": 327}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 743 and smaller than 904. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5418032697","gold_values":825}
66
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1539247860\": 662, \"0279814536\": 100, \"2968510374\": 941, \"8629073451\": 506}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 852 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2968510374","gold_values":941}
67
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0913245678\": 260, \"3129580674\": 754, \"2910865374\": 562, \"9605713842\": 399}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 529 and smaller than 630. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2910865374","gold_values":562}
68
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3914576208\": 479, \"5043791268\": 625, \"3419527860\": 938, \"1523064897\": 582}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 934 and smaller than 977. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3419527860","gold_values":938}
69
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3208796514\": 953, \"4861932057\": 530, \"5419032768\": 15, \"6217834095\": 457}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 83. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5419032768","gold_values":15}
70
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1879053264\": 4, \"6190528347\": 201, \"8501792634\": 96, \"3572419806\": 834}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 20 and smaller than 111. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8501792634","gold_values":96}
71
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8140672359\": 603, \"1279638405\": 431, \"9068752413\": 737, \"4637592018\": 239}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 709 and smaller than 778. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9068752413","gold_values":737}
72
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8579632140\": 502, \"2379506184\": 134, \"0175486329\": 861, \"0763829541\": 89}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 823 and smaller than 907. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0175486329","gold_values":861}
73
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8641035297\": 723, \"0346852971\": 541, \"5683912470\": 409, \"6471358290\": 591}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 315 and smaller than 477. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5683912470","gold_values":409}
74
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2503689741\": 837, \"3604218975\": 119, \"2035187964\": 728, \"4672901358\": 995}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 652 and smaller than 812. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2035187964","gold_values":728}
75
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4960825173\": 20, \"4375291806\": 894, \"0912864537\": 845, \"9026413785\": 138}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 750 and smaller than 883. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0912864537","gold_values":845}
76
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1936074528\": 752, \"7824019365\": 290, \"1805497263\": 804, \"8562140397\": 361}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 789 and smaller than 815. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"1805497263","gold_values":804}
77
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0981264753\": 403, \"7248105639\": 34, \"3178524096\": 685, \"5612348079\": 431}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 619 and smaller than 734. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3178524096","gold_values":685}
78
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2405976318\": 559, \"4327690815\": 781, \"9162507438\": 641, \"5261497083\": 714}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 571 and smaller than 677. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9162507438","gold_values":641}
79
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5916032874\": 598, \"6034579182\": 792, \"6978512034\": 2, \"4217863950\": 549}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 46. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6978512034","gold_values":2}
80
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4592863701\": 68, \"8937260415\": 224, \"4083562917\": 627, \"8726409513\": 169}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 566 and smaller than 644. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4083562917","gold_values":627}
81
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2756318490\": 309, \"8302469571\": 365, \"2891076543\": 506, \"7108536249\": 619}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 427 and smaller than 566. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2891076543","gold_values":506}
82
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5184902376\": 472, \"2073618495\": 130, \"6791385204\": 848, \"1278653904\": 348}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 799 and smaller than 855. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6791385204","gold_values":848}
83
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2175980643\": 59, \"4510329786\": 115, \"3421869075\": 889, \"1065834972\": 647}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 859 and smaller than 954. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"3421869075","gold_values":889}
84
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9140756382\": 582, \"2875961430\": 231, \"2917548360\": 342, \"5867230419\": 66}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 325 and smaller than 395. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2917548360","gold_values":342}
85
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7612908435\": 350, \"9857326410\": 456, \"0241759683\": 250, \"1074653928\": 148}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 232 and smaller than 349. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0241759683","gold_values":250}
86
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0729645381\": 958, \"5436091287\": 463, \"6853190247\": 748, \"7061985324\": 536}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 680 and smaller than 842. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6853190247","gold_values":748}
87
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5483726910\": 927, \"4036572198\": 883, \"2731460589\": 334, \"7198360524\": 96}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 280 and smaller than 398. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2731460589","gold_values":334}
88
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2359078146\": 63, \"9834167250\": 193, \"2615784930\": 721, \"5279840316\": 445}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 644 and smaller than 740. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2615784930","gold_values":721}
89
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6150347892\": 304, \"0581942673\": 621, \"2857630194\": 892, \"4067835912\": 500}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 859 and smaller than 936. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"2857630194","gold_values":892}
90
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9523071486\": 955, \"6879413502\": 517, \"9210765348\": 65, \"6542793801\": 994}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 7 and smaller than 67. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9210765348","gold_values":65}
91
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7065219483\": 577, \"4312587960\": 923, \"6019734825\": 196, \"8132570469\": 347}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 166 and smaller than 294. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6019734825","gold_values":196}
92
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7105948632\": 8, \"8417290563\": 442, \"8340792615\": 940, \"5147820639\": 840}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 870 and smaller than 949. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"8340792615","gold_values":940}
93
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7401583296\": 346, \"0123648795\": 468, \"0963217845\": 582, \"8354109762\": 188}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 525 and smaller than 656. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"0963217845","gold_values":582}
94
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3098254716\": 28, \"2640385719\": 428, \"6924537081\": 228, \"8671405329\": 134}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 154 and smaller than 255. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"6924537081","gold_values":228}
95
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8269071543\": 712, \"9467012583\": 422, \"4756208391\": 245, \"4351679280\": 337}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 164 and smaller than 328. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4756208391","gold_values":245}
96
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0894372561\": 64, \"1965428073\": 883, \"4278195036\": 823, \"5642013879\": 410}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 777 and smaller than 875. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4278195036","gold_values":823}
97
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5471203986\": 523, \"9216037458\": 252, \"9408736215\": 991, \"3210457986\": 796}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 891 and smaller than 999. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9408736215","gold_values":991}
98
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9251708436\": 549, \"9315640278\": 825, \"4517032968\": 146, \"9548603721\": 881}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 125 and smaller than 224. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"4517032968","gold_values":146}
99
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7059216348\": 66, \"6308542179\": 471, \"5061879243\": 823, \"5316782490\": 647}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 779 and smaller than 857. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"5061879243","gold_values":823}
100
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2701865349\": 14, \"3972645810\": 833, \"9801654723\": 557, \"0814563729\": 860}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 507 and smaller than 586. Give your answer (the key) in format of \"key: {answer}\"","gold_keys":"9801654723","gold_values":557}
logic-based/data_kv/logic_kv_4_cot.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1570248369\": 989, \"8349076152\": 695, \"2390478651\": 865, \"2015439687\": 918}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 806 and smaller than 878. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2390478651","gold_values":865}
2
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4785620139\": 985, \"9531028476\": 118, \"2567081943\": 395, \"9810675432\": 752}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 340 and smaller than 471. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2567081943","gold_values":395}
3
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2178504963\": 611, \"4130529867\": 974, \"8704931625\": 777, \"9236014785\": 681}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 773 and smaller than 803. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8704931625","gold_values":777}
4
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7645238091\": 790, \"1504296387\": 678, \"5243960781\": 912, \"2385764019\": 47}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 888 and smaller than 915. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5243960781","gold_values":912}
5
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1423860597\": 22, \"4706318259\": 281, \"6950184237\": 431, \"1342590768\": 902}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 408 and smaller than 490. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6950184237","gold_values":431}
6
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2850196347\": 327, \"4852903617\": 218, \"5821347096\": 42, \"4586207391\": 648}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 26 and smaller than 76. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5821347096","gold_values":42}
7
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6827031549\": 855, \"8143256079\": 226, \"7580369142\": 266, \"5289430671\": 482}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 227 and smaller than 314. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7580369142","gold_values":266}
8
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6843971502\": 577, \"3429170685\": 415, \"3179280654\": 989, \"3762410859\": 696}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 986 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3179280654","gold_values":989}
9
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7593814062\": 712, \"5026741398\": 92, \"1907856432\": 524, \"5286937410\": 938}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 468 and smaller than 592. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1907856432","gold_values":524}
10
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9167823540\": 997, \"0927456183\": 361, \"4963701285\": 498, \"4507381962\": 36}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 430 and smaller than 597. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4963701285","gold_values":498}
11
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6708319524\": 27, \"1859370462\": 674, \"1423709865\": 415, \"5372904816\": 724}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 335 and smaller than 476. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1423709865","gold_values":415}
12
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3164208957\": 3, \"1690378425\": 209, \"0758296431\": 941, \"0581962734\": 689}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 866 and smaller than 970. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0758296431","gold_values":941}
13
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0457981623\": 885, \"1758290346\": 188, \"7489521603\": 803, \"8423159607\": 381}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 708 and smaller than 820. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7489521603","gold_values":803}
14
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0293751684\": 408, \"2645901387\": 189, \"6903528714\": 850, \"7126095438\": 431}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 795 and smaller than 936. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6903528714","gold_values":850}
15
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3754129608\": 344, \"3406598721\": 489, \"1423560798\": 311, \"8645092371\": 993}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 254 and smaller than 335. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1423560798","gold_values":311}
16
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6715294308\": 390, \"0142769538\": 410, \"1642795803\": 992, \"8642391075\": 479}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 916 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1642795803","gold_values":992}
17
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4578316920\": 862, \"0741539286\": 679, \"5760489213\": 489, \"5014826397\": 195}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 470 and smaller than 562. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5760489213","gold_values":489}
18
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7561234098\": 794, \"8521637940\": 962, \"6387140592\": 367, \"1250794836\": 842}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 352 and smaller than 424. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6387140592","gold_values":367}
19
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5670943218\": 332, \"4732609851\": 261, \"0491736285\": 598, \"7354069128\": 534}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 560 and smaller than 698. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0491736285","gold_values":598}
20
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5136428079\": 837, \"4862371059\": 437, \"0785396124\": 914, \"1987063542\": 772}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 907 and smaller than 940. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0785396124","gold_values":914}
21
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2371694580\": 660, \"8435279610\": 279, \"3014587296\": 930, \"3405869721\": 754}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 878 and smaller than 937. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3014587296","gold_values":930}
22
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3841560279\": 110, \"3572418096\": 752, \"9023158674\": 224, \"9385167402\": 26}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 150 and smaller than 271. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9023158674","gold_values":224}
23
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5782014639\": 22, \"8512743609\": 650, \"4601728395\": 517, \"4527068931\": 62}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 448 and smaller than 595. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4601728395","gold_values":517}
24
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0935284167\": 898, \"3761258490\": 886, \"6092453871\": 143, \"6204195738\": 218}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 138 and smaller than 175. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6092453871","gold_values":143}
25
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2895036714\": 35, \"9042538671\": 829, \"1548936270\": 289, \"6549380127\": 622}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 256 and smaller than 293. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1548936270","gold_values":289}
26
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0765932184\": 748, \"4095672381\": 408, \"6430821579\": 144, \"2504761398\": 614}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 72 and smaller than 179. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6430821579","gold_values":144}
27
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6209147538\": 194, \"0745819263\": 854, \"2890516743\": 774, \"4980327516\": 442}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 721 and smaller than 852. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2890516743","gold_values":774}
28
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8269305741\": 647, \"5829173046\": 358, \"4260931857\": 98, \"3270958146\": 337}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 78 and smaller than 100. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4260931857","gold_values":98}
29
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0436758219\": 416, \"9756412803\": 757, \"7820649153\": 634, \"3170265849\": 609}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 629 and smaller than 699. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7820649153","gold_values":634}
30
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4801653279\": 911, \"8627405931\": 73, \"3457628910\": 819, \"7820541963\": 663}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 799 and smaller than 872. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3457628910","gold_values":819}
31
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3725819604\": 956, \"8506793214\": 539, \"5698701342\": 257, \"2054183967\": 755}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 197 and smaller than 337. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5698701342","gold_values":257}
32
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2513069478\": 82, \"9761032584\": 341, \"5180267349\": 932, \"7893056142\": 100}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 832 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5180267349","gold_values":932}
33
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2840639571\": 804, \"2934807516\": 889, \"3942156087\": 546, \"7523401986\": 152}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 484 and smaller than 552. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3942156087","gold_values":546}
34
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5807691432\": 282, \"6957182304\": 916, \"1264580973\": 723, \"7639184205\": 380}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 719 and smaller than 728. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1264580973","gold_values":723}
35
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9732046158\": 740, \"2608354719\": 597, \"2953618704\": 830, \"5296340718\": 303}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 759 and smaller than 834. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2953618704","gold_values":830}
36
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0469532178\": 834, \"2914870653\": 121, \"1964578023\": 617, \"2304189657\": 992}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 567 and smaller than 700. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1964578023","gold_values":617}
37
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4257981360\": 598, \"6593427108\": 713, \"2015678439\": 924, \"1087235694\": 682}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 870 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2015678439","gold_values":924}
38
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2816470935\": 331, \"9375682041\": 649, \"2703846159\": 151, \"0712435869\": 259}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 87 and smaller than 182. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2703846159","gold_values":151}
39
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2710354968\": 401, \"7312960845\": 230, \"9830674251\": 318, \"8596071432\": 627}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 278 and smaller than 397. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9830674251","gold_values":318}
40
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5182437690\": 571, \"2341589670\": 272, \"1654392780\": 102, \"4567820193\": 364}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 55 and smaller than 169. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1654392780","gold_values":102}
41
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5730984126\": 391, \"6843120957\": 547, \"6390478512\": 748, \"5217980346\": 132}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 651 and smaller than 773. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6390478512","gold_values":748}
42
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9315870246\": 484, \"8231754069\": 308, \"6048725139\": 76, \"9812056437\": 771}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 60 and smaller than 155. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6048725139","gold_values":76}
43
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6814035279\": 290, \"2751398064\": 368, \"7358609241\": 921, \"7361284059\": 497}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 879 and smaller than 948. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7358609241","gold_values":921}
44
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8132405796\": 33, \"5273916408\": 248, \"6059741238\": 871, \"8961543207\": 618}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 793 and smaller than 892. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6059741238","gold_values":871}
45
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3087159264\": 415, \"8645231079\": 212, \"7695230481\": 701, \"2675419308\": 990}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 659 and smaller than 774. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7695230481","gold_values":701}
46
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9635017428\": 45, \"1709342685\": 158, \"3051928467\": 339, \"3685421790\": 772}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 285 and smaller than 415. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3051928467","gold_values":339}
47
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7193260485\": 101, \"2015378946\": 779, \"6152948703\": 484, \"8901372645\": 578}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 408 and smaller than 558. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6152948703","gold_values":484}
48
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4186973025\": 299, \"1839567042\": 932, \"2458173609\": 574, \"8015264937\": 170}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 475 and smaller than 584. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2458173609","gold_values":574}
49
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3856907214\": 390, \"1759263840\": 451, \"0948527316\": 104, \"3827409165\": 676}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 11 and smaller than 141. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0948527316","gold_values":104}
50
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1659408237\": 942, \"0312974856\": 432, \"8614732590\": 363, \"7025491863\": 148}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 299 and smaller than 422. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8614732590","gold_values":363}
51
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4801635729\": 353, \"3846509721\": 775, \"2681345097\": 445, \"8019573426\": 264}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 420 and smaller than 517. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2681345097","gold_values":445}
52
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2386054917\": 698, \"7240918356\": 516, \"4891036275\": 324, \"7491328650\": 619}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 230 and smaller than 335. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4891036275","gold_values":324}
53
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9387125406\": 970, \"5462380791\": 241, \"7108492536\": 626, \"9254806371\": 971}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 586 and smaller than 714. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"7108492536","gold_values":626}
54
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5914306827\": 141, \"5361274809\": 323, \"9307846251\": 656, \"6457981203\": 926}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 591 and smaller than 752. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9307846251","gold_values":656}
55
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7548031692\": 394, \"9765143028\": 802, \"2745603198\": 935, \"5810649327\": 27}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 898 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2745603198","gold_values":935}
56
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2165480379\": 779, \"0624573198\": 416, \"8295146037\": 210, \"4937508261\": 916}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 168 and smaller than 292. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8295146037","gold_values":210}
57
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8219067354\": 35, \"5348267901\": 393, \"5768349210\": 990, \"3267481059\": 578}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 970 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5768349210","gold_values":990}
58
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1847253960\": 1, \"8536407129\": 934, \"3170298564\": 566, \"0592164837\": 892}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 550 and smaller than 653. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3170298564","gold_values":566}
59
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7520831496\": 249, \"3074619528\": 147, \"9263187504\": 489, \"4358192607\": 896}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 457 and smaller than 574. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9263187504","gold_values":489}
60
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2813674950\": 991, \"1879235406\": 117, \"6507184239\": 454, \"4895362710\": 342}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 420 and smaller than 526. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6507184239","gold_values":454}
61
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4872935106\": 133, \"1906542378\": 233, \"0916528473\": 887, \"9832614507\": 507}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 865 and smaller than 986. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0916528473","gold_values":887}
62
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9430175628\": 725, \"8726590413\": 713, \"0235497681\": 534, \"8051763429\": 281}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 494 and smaller than 554. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0235497681","gold_values":534}
63
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3159274086\": 493, \"1260479835\": 812, \"6439102578\": 267, \"8056371294\": 709}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 179 and smaller than 359. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6439102578","gold_values":267}
64
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6371804295\": 828, \"8720154639\": 959, \"1834957026\": 64, \"8234657910\": 795}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 139. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1834957026","gold_values":64}
65
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0586197342\": 118, \"0237698514\": 520, \"5418032697\": 825, \"2638079514\": 327}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 743 and smaller than 904. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5418032697","gold_values":825}
66
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1539247860\": 662, \"0279814536\": 100, \"2968510374\": 941, \"8629073451\": 506}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 852 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2968510374","gold_values":941}
67
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0913245678\": 260, \"3129580674\": 754, \"2910865374\": 562, \"9605713842\": 399}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 529 and smaller than 630. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2910865374","gold_values":562}
68
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3914576208\": 479, \"5043791268\": 625, \"3419527860\": 938, \"1523064897\": 582}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 934 and smaller than 977. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3419527860","gold_values":938}
69
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3208796514\": 953, \"4861932057\": 530, \"5419032768\": 15, \"6217834095\": 457}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 83. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5419032768","gold_values":15}
70
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1879053264\": 4, \"6190528347\": 201, \"8501792634\": 96, \"3572419806\": 834}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 20 and smaller than 111. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8501792634","gold_values":96}
71
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8140672359\": 603, \"1279638405\": 431, \"9068752413\": 737, \"4637592018\": 239}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 709 and smaller than 778. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9068752413","gold_values":737}
72
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8579632140\": 502, \"2379506184\": 134, \"0175486329\": 861, \"0763829541\": 89}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 823 and smaller than 907. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0175486329","gold_values":861}
73
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8641035297\": 723, \"0346852971\": 541, \"5683912470\": 409, \"6471358290\": 591}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 315 and smaller than 477. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5683912470","gold_values":409}
74
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2503689741\": 837, \"3604218975\": 119, \"2035187964\": 728, \"4672901358\": 995}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 652 and smaller than 812. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2035187964","gold_values":728}
75
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4960825173\": 20, \"4375291806\": 894, \"0912864537\": 845, \"9026413785\": 138}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 750 and smaller than 883. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0912864537","gold_values":845}
76
+ {"prompt":"Json data with 4 key-value pairs:\n{\"1936074528\": 752, \"7824019365\": 290, \"1805497263\": 804, \"8562140397\": 361}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 789 and smaller than 815. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"1805497263","gold_values":804}
77
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0981264753\": 403, \"7248105639\": 34, \"3178524096\": 685, \"5612348079\": 431}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 619 and smaller than 734. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3178524096","gold_values":685}
78
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2405976318\": 559, \"4327690815\": 781, \"9162507438\": 641, \"5261497083\": 714}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 571 and smaller than 677. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9162507438","gold_values":641}
79
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5916032874\": 598, \"6034579182\": 792, \"6978512034\": 2, \"4217863950\": 549}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 0 and smaller than 46. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6978512034","gold_values":2}
80
+ {"prompt":"Json data with 4 key-value pairs:\n{\"4592863701\": 68, \"8937260415\": 224, \"4083562917\": 627, \"8726409513\": 169}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 566 and smaller than 644. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4083562917","gold_values":627}
81
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2756318490\": 309, \"8302469571\": 365, \"2891076543\": 506, \"7108536249\": 619}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 427 and smaller than 566. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2891076543","gold_values":506}
82
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5184902376\": 472, \"2073618495\": 130, \"6791385204\": 848, \"1278653904\": 348}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 799 and smaller than 855. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6791385204","gold_values":848}
83
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2175980643\": 59, \"4510329786\": 115, \"3421869075\": 889, \"1065834972\": 647}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 859 and smaller than 954. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"3421869075","gold_values":889}
84
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9140756382\": 582, \"2875961430\": 231, \"2917548360\": 342, \"5867230419\": 66}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 325 and smaller than 395. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2917548360","gold_values":342}
85
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7612908435\": 350, \"9857326410\": 456, \"0241759683\": 250, \"1074653928\": 148}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 232 and smaller than 349. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0241759683","gold_values":250}
86
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0729645381\": 958, \"5436091287\": 463, \"6853190247\": 748, \"7061985324\": 536}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 680 and smaller than 842. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6853190247","gold_values":748}
87
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5483726910\": 927, \"4036572198\": 883, \"2731460589\": 334, \"7198360524\": 96}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 280 and smaller than 398. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2731460589","gold_values":334}
88
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2359078146\": 63, \"9834167250\": 193, \"2615784930\": 721, \"5279840316\": 445}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 644 and smaller than 740. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2615784930","gold_values":721}
89
+ {"prompt":"Json data with 4 key-value pairs:\n{\"6150347892\": 304, \"0581942673\": 621, \"2857630194\": 892, \"4067835912\": 500}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 859 and smaller than 936. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"2857630194","gold_values":892}
90
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9523071486\": 955, \"6879413502\": 517, \"9210765348\": 65, \"6542793801\": 994}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 7 and smaller than 67. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9210765348","gold_values":65}
91
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7065219483\": 577, \"4312587960\": 923, \"6019734825\": 196, \"8132570469\": 347}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 166 and smaller than 294. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6019734825","gold_values":196}
92
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7105948632\": 8, \"8417290563\": 442, \"8340792615\": 940, \"5147820639\": 840}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 870 and smaller than 949. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"8340792615","gold_values":940}
93
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7401583296\": 346, \"0123648795\": 468, \"0963217845\": 582, \"8354109762\": 188}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 525 and smaller than 656. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"0963217845","gold_values":582}
94
+ {"prompt":"Json data with 4 key-value pairs:\n{\"3098254716\": 28, \"2640385719\": 428, \"6924537081\": 228, \"8671405329\": 134}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 154 and smaller than 255. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"6924537081","gold_values":228}
95
+ {"prompt":"Json data with 4 key-value pairs:\n{\"8269071543\": 712, \"9467012583\": 422, \"4756208391\": 245, \"4351679280\": 337}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 164 and smaller than 328. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4756208391","gold_values":245}
96
+ {"prompt":"Json data with 4 key-value pairs:\n{\"0894372561\": 64, \"1965428073\": 883, \"4278195036\": 823, \"5642013879\": 410}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 777 and smaller than 875. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4278195036","gold_values":823}
97
+ {"prompt":"Json data with 4 key-value pairs:\n{\"5471203986\": 523, \"9216037458\": 252, \"9408736215\": 991, \"3210457986\": 796}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 891 and smaller than 999. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9408736215","gold_values":991}
98
+ {"prompt":"Json data with 4 key-value pairs:\n{\"9251708436\": 549, \"9315640278\": 825, \"4517032968\": 146, \"9548603721\": 881}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 125 and smaller than 224. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"4517032968","gold_values":146}
99
+ {"prompt":"Json data with 4 key-value pairs:\n{\"7059216348\": 66, \"6308542179\": 471, \"5061879243\": 823, \"5316782490\": 647}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 779 and smaller than 857. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"5061879243","gold_values":823}
100
+ {"prompt":"Json data with 4 key-value pairs:\n{\"2701865349\": 14, \"3972645810\": 833, \"9801654723\": 557, \"0814563729\": 860}\n\nQuestion: In the above json data, please find the Key (only one) whose Value (an integer) is greater than 507 and smaller than 586. Let's think step by step, and give your final answer (the key) in format of \"key: {answer}\"","gold_keys":"9801654723","gold_values":557}
logic-based/data_student/logic_gpa_resume_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
logic-based/data_student/logic_gpa_resume_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
logic-based/data_student/logic_gpa_resume_300.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
logic-based/data_student/logic_gpa_resume_4.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv-last/10_match_kv_100_only_last.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv-last/30_match_kv_100_only_last.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv-last/3_match_kv_1000_only_last.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv-last/3_match_kv_100_only_last.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv-last/40_match_kv_100_only_last.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/10_match_kv_10.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9327106845\": 0, \"1953402867\": 0, \"8796420531\": 0, \"6079215384\": 0, \"9386147025\": 0, \"8712460593\": 0, \"9843076152\": 0, \"2390478651\": 0, \"2015439687\": 0, \"9643820157\": 0}\n\nQuuestion: In the above json data, please find all the keys with the value 0. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9327106845","1953402867","8796420531","6079215384","9386147025","8712460593","9843076152","2390478651","2015439687","9643820157"],"gold_values":0,"kv_list":[["9327106845",0],["1953402867",0],["8796420531",0],["6079215384",0],["9386147025",0],["8712460593",0],["9843076152",0],["2390478651",0],["2015439687",0],["9643820157",0]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
2
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9810675432\": 1, \"1089673425\": 1, \"8619207435\": 1, \"6204379815\": 1, \"4576918023\": 1, \"5840731692\": 1, \"9845236071\": 1, \"1504296387\": 1, \"5243960781\": 1, \"2385764019\": 1}\n\nQuuestion: In the above json data, please find all the keys with the value 1. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9810675432","1089673425","8619207435","6204379815","4576918023","5840731692","9845236071","1504296387","5243960781","2385764019"],"gold_values":1,"kv_list":[["9810675432",1],["1089673425",1],["8619207435",1],["6204379815",1],["4576918023",1],["5840731692",1],["9845236071",1],["1504296387",1],["5243960781",1],["2385764019",1]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
3
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7061489532\": 2, \"5038964721\": 2, \"4920356817\": 2, \"1425870396\": 2, \"0935246187\": 2, \"7658419320\": 2, \"2948650137\": 2, \"4289753601\": 2, \"1730296458\": 2, \"4610935728\": 2}\n\nQuuestion: In the above json data, please find all the keys with the value 2. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7061489532","5038964721","4920356817","1425870396","0935246187","7658419320","2948650137","4289753601","1730296458","4610935728"],"gold_values":2,"kv_list":[["7061489532",2],["5038964721",2],["4920356817",2],["1425870396",2],["0935246187",2],["7658419320",2],["2948650137",2],["4289753601",2],["1730296458",2],["4610935728",2]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
4
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0697342158\": 3, \"6158249307\": 3, \"1904387625\": 3, \"3094185726\": 3, \"8214375960\": 3, \"5789614032\": 3, \"5026741398\": 3, \"1907856432\": 3, \"5286937410\": 3, \"9185372640\": 3}\n\nQuuestion: In the above json data, please find all the keys with the value 3. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0697342158","6158249307","1904387625","3094185726","8214375960","5789614032","5026741398","1907856432","5286937410","9185372640"],"gold_values":3,"kv_list":[["0697342158",3],["6158249307",3],["1904387625",3],["3094185726",3],["8214375960",3],["5789614032",3],["5026741398",3],["1907856432",3],["5286937410",3],["9185372640",3]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
5
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0281759364\": 4, \"2715689403\": 4, \"6708319524\": 4, \"1859370462\": 4, \"1423709865\": 4, \"5372904816\": 4, \"0831947265\": 4, \"2680735419\": 4, \"0765398124\": 4, \"5182906743\": 4}\n\nQuuestion: In the above json data, please find all the keys with the value 4. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0281759364","2715689403","6708319524","1859370462","1423709865","5372904816","0831947265","2680735419","0765398124","5182906743"],"gold_values":4,"kv_list":[["0281759364",4],["2715689403",4],["6708319524",4],["1859370462",4],["1423709865",4],["5372904816",4],["0831947265",4],["2680735419",4],["0765398124",4],["5182906743",4]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
6
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1758290346\": 5, \"7489521603\": 5, \"8423159607\": 5, \"2453701986\": 5, \"1923746508\": 5, \"4517320698\": 5, \"6571283049\": 5, \"4126539087\": 5, \"2379416508\": 5, \"3406598721\": 5}\n\nQuuestion: In the above json data, please find all the keys with the value 5. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1758290346","7489521603","8423159607","2453701986","1923746508","4517320698","6571283049","4126539087","2379416508","3406598721"],"gold_values":5,"kv_list":[["1758290346",5],["7489521603",5],["8423159607",5],["2453701986",5],["1923746508",5],["4517320698",5],["6571283049",5],["4126539087",5],["2379416508",5],["3406598721",5]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
7
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4082395176\": 6, \"5438096127\": 6, \"1836907524\": 6, \"9834076215\": 6, \"7521083694\": 6, \"8457361920\": 6, \"7092138645\": 6, \"5760489213\": 6, \"5014826397\": 6, \"9430752168\": 6}\n\nQuuestion: In the above json data, please find all the keys with the value 6. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4082395176","5438096127","1836907524","9834076215","7521083694","8457361920","7092138645","5760489213","5014826397","9430752168"],"gold_values":6,"kv_list":[["4082395176",6],["5438096127",6],["1836907524",6],["9834076215",6],["7521083694",6],["8457361920",6],["7092138645",6],["5760489213",6],["5014826397",6],["9430752168",6]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
8
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3794508621\": 7, \"2508614937\": 7, \"8453607219\": 7, \"4732609851\": 7, \"0491736285\": 7, \"7354069128\": 7, \"5408712936\": 7, \"3945627810\": 7, \"7530246918\": 7, \"7063958421\": 7}\n\nQuuestion: In the above json data, please find all the keys with the value 7. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3794508621","2508614937","8453607219","4732609851","0491736285","7354069128","5408712936","3945627810","7530246918","7063958421"],"gold_values":7,"kv_list":[["3794508621",7],["2508614937",7],["8453607219",7],["4732609851",7],["0491736285",7],["7354069128",7],["5408712936",7],["3945627810",7],["7530246918",7],["7063958421",7]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
9
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6147982530\": 8, \"4307961285\": 8, \"3405869721\": 8, \"4158792036\": 8, \"8451237906\": 8, \"0852491376\": 8, \"8126935074\": 8, \"6528304719\": 8, \"7401863259\": 8, \"1428397650\": 8}\n\nQuuestion: In the above json data, please find all the keys with the value 8. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6147982530","4307961285","3405869721","4158792036","8451237906","0852491376","8126935074","6528304719","7401863259","1428397650"],"gold_values":8,"kv_list":[["6147982530",8],["4307961285",8],["3405869721",8],["4158792036",8],["8451237906",8],["0852491376",8],["8126935074",8],["6528304719",8],["7401863259",8],["1428397650",8]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
10
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5079861423\": 9, \"5102938746\": 9, \"2541893607\": 9, \"4876095123\": 9, \"0824561937\": 9, \"2306145978\": 9, \"9175840623\": 9, \"0978251364\": 9, \"2659370184\": 9, \"0845937261\": 9}\n\nQuuestion: In the above json data, please find all the keys with the value 9. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5079861423","5102938746","2541893607","4876095123","0824561937","2306145978","9175840623","0978251364","2659370184","0845937261"],"gold_values":9,"kv_list":[["5079861423",9],["5102938746",9],["2541893607",9],["4876095123",9],["0824561937",9],["2306145978",9],["9175840623",9],["0978251364",9],["2659370184",9],["0845937261",9]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
11
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1534862079\": 10, \"0927654138\": 10, \"9620148537\": 10, \"0745819263\": 10, \"2890516743\": 10, \"4980327516\": 10, \"3628041795\": 10, \"7065418932\": 10, \"5709614382\": 10, \"1735680429\": 10}\n\nQuuestion: In the above json data, please find all the keys with the value 10. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1534862079","0927654138","9620148537","0745819263","2890516743","4980327516","3628041795","7065418932","5709614382","1735680429"],"gold_values":10,"kv_list":[["1534862079",10],["0927654138",10],["9620148537",10],["0745819263",10],["2890516743",10],["4980327516",10],["3628041795",10],["7065418932",10],["5709614382",10],["1735680429",10]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
12
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6904321857\": 11, \"0674198253\": 11, \"0135947682\": 11, \"5628973401\": 11, \"6401953278\": 11, \"8627405931\": 11, \"3457628910\": 11, \"7820541963\": 11, \"1374985260\": 11, \"7804962531\": 11}\n\nQuuestion: In the above json data, please find all the keys with the value 11. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6904321857","0674198253","0135947682","5628973401","6401953278","8627405931","3457628910","7820541963","1374985260","7804962531"],"gold_values":11,"kv_list":[["6904321857",11],["0674198253",11],["0135947682",11],["5628973401",11],["6401953278",11],["8627405931",11],["3457628910",11],["7820541963",11],["1374985260",11],["7804962531",11]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
13
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6049381572\": 12, \"0754628319\": 12, \"2076913845\": 12, \"1058936724\": 12, \"7104329658\": 12, \"5913072864\": 12, \"5281694730\": 12, \"7601824935\": 12, \"3269841705\": 12, \"9065178342\": 12}\n\nQuuestion: In the above json data, please find all the keys with the value 12. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6049381572","0754628319","2076913845","1058936724","7104329658","5913072864","5281694730","7601824935","3269841705","9065178342"],"gold_values":12,"kv_list":[["6049381572",12],["0754628319",12],["2076913845",12],["1058936724",12],["7104329658",12],["5913072864",12],["5281694730",12],["7601824935",12],["3269841705",12],["9065178342",12]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
14
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1264580973\": 13, \"7639184205\": 13, \"4859063712\": 13, \"9568047312\": 13, \"6980534721\": 13, \"7624980153\": 13, \"5701269438\": 13, \"4860532179\": 13, \"2914870653\": 13, \"1964578023\": 13}\n\nQuuestion: In the above json data, please find all the keys with the value 13. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1264580973","7639184205","4859063712","9568047312","6980534721","7624980153","5701269438","4860532179","2914870653","1964578023"],"gold_values":13,"kv_list":[["1264580973",13],["7639184205",13],["4859063712",13],["9568047312",13],["6980534721",13],["7624980153",13],["5701269438",13],["4860532179",13],["2914870653",13],["1964578023",13]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
15
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6841325970\": 14, \"6128045739\": 14, \"4260759183\": 14, \"1754823069\": 14, \"8206513974\": 14, \"6408135972\": 14, \"1659430872\": 14, \"8763214590\": 14, \"4270639815\": 14, \"4736021859\": 14}\n\nQuuestion: In the above json data, please find all the keys with the value 14. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6841325970","6128045739","4260759183","1754823069","8206513974","6408135972","1659430872","8763214590","4270639815","4736021859"],"gold_values":14,"kv_list":[["6841325970",14],["6128045739",14],["4260759183",14],["1754823069",14],["8206513974",14],["6408135972",14],["1659430872",14],["8763214590",14],["4270639815",14],["4736021859",14]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
16
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3742109568\": 15, \"1469523087\": 15, \"3752941086\": 15, \"8735624190\": 15, \"6413209875\": 15, \"2571034698\": 15, \"6843120957\": 15, \"6390478512\": 15, \"5217980346\": 15, \"6801749532\": 15}\n\nQuuestion: In the above json data, please find all the keys with the value 15. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3742109568","1469523087","3752941086","8735624190","6413209875","2571034698","6843120957","6390478512","5217980346","6801749532"],"gold_values":15,"kv_list":[["3742109568",15],["1469523087",15],["3752941086",15],["8735624190",15],["6413209875",15],["2571034698",15],["6843120957",15],["6390478512",15],["5217980346",15],["6801749532",15]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
17
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9586231704\": 16, \"1940587362\": 16, \"3614095278\": 16, \"2751398064\": 16, \"7358609241\": 16, \"7361284059\": 16, \"4579160382\": 16, \"0259841376\": 16, \"6731802549\": 16, \"2861543907\": 16}\n\nQuuestion: In the above json data, please find all the keys with the value 16. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9586231704","1940587362","3614095278","2751398064","7358609241","7361284059","4579160382","0259841376","6731802549","2861543907"],"gold_values":16,"kv_list":[["9586231704",16],["1940587362",16],["3614095278",16],["2751398064",16],["7358609241",16],["7361284059",16],["4579160382",16],["0259841376",16],["6731802549",16],["2861543907",16]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
18
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4578162390\": 17, \"6759301428\": 17, \"6732504189\": 17, \"6935017428\": 17, \"1709342685\": 17, \"3051928467\": 17, \"3685421790\": 17, \"0257463918\": 17, \"5607341829\": 17, \"6305298714\": 17}\n\nQuuestion: In the above json data, please find all the keys with the value 17. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4578162390","6759301428","6732504189","6935017428","1709342685","3051928467","3685421790","0257463918","5607341829","6305298714"],"gold_values":17,"kv_list":[["4578162390",17],["6759301428",17],["6732504189",17],["6935017428",17],["1709342685",17],["3051928467",17],["3685421790",17],["0257463918",17],["5607341829",17],["6305298714",17]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
19
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9867025431\": 18, \"7032841569\": 18, \"3751286094\": 18, \"2407598316\": 18, \"1046892573\": 18, \"1680743952\": 18, \"3640852719\": 18, \"8406519372\": 18, \"6432987105\": 18, \"5201934786\": 18}\n\nQuuestion: In the above json data, please find all the keys with the value 18. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9867025431","7032841569","3751286094","2407598316","1046892573","1680743952","3640852719","8406519372","6432987105","5201934786"],"gold_values":18,"kv_list":[["9867025431",18],["7032841569",18],["3751286094",18],["2407598316",18],["1046892573",18],["1680743952",18],["3640852719",18],["8406519372",18],["6432987105",18],["5201934786",18]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
20
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2851674309\": 19, \"8401635729\": 19, \"3846509721\": 19, \"2681345097\": 19, \"8019573426\": 19, \"5649017283\": 19, \"0815376294\": 19, \"0257864319\": 19, \"0734825169\": 19, \"7452983160\": 19}\n\nQuuestion: In the above json data, please find all the keys with the value 19. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2851674309","8401635729","3846509721","2681345097","8019573426","5649017283","0815376294","0257864319","0734825169","7452983160"],"gold_values":19,"kv_list":[["2851674309",19],["8401635729",19],["3846509721",19],["2681345097",19],["8019573426",19],["5649017283",19],["0815376294",19],["0257864319",19],["0734825169",19],["7452983160",19]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
21
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4710896532\": 20, \"2954806371\": 20, \"3675280419\": 20, \"0294685371\": 20, \"3526198740\": 20, \"0964815723\": 20, \"9302164587\": 20, \"4176802359\": 20, \"6297104358\": 20, \"1642085379\": 20}\n\nQuuestion: In the above json data, please find all the keys with the value 20. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4710896532","2954806371","3675280419","0294685371","3526198740","0964815723","9302164587","4176802359","6297104358","1642085379"],"gold_values":20,"kv_list":[["4710896532",20],["2954806371",20],["3675280419",20],["0294685371",20],["3526198740",20],["0964815723",20],["9302164587",20],["4176802359",20],["6297104358",20],["1642085379",20]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
22
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8463907251\": 21, \"3214986705\": 21, \"0918527643\": 21, \"5096128374\": 21, \"4758360912\": 21, \"6974380521\": 21, \"8520196437\": 21, \"8492537610\": 21, \"8536407129\": 21, \"3170298564\": 21}\n\nQuuestion: In the above json data, please find all the keys with the value 21. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8463907251","3214986705","0918527643","5096128374","4758360912","6974380521","8520196437","8492537610","8536407129","3170298564"],"gold_values":21,"kv_list":[["8463907251",21],["3214986705",21],["0918527643",21],["5096128374",21],["4758360912",21],["6974380521",21],["8520196437",21],["8492537610",21],["8536407129",21],["3170298564",21]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
23
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7826395041\": 22, \"9278463501\": 22, \"6358214907\": 22, \"7354912086\": 22, \"8213674950\": 22, \"1879235406\": 22, \"6507184239\": 22, \"4895362710\": 22, \"1059243678\": 22, \"5319064278\": 22}\n\nQuuestion: In the above json data, please find all the keys with the value 22. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7826395041","9278463501","6358214907","7354912086","8213674950","1879235406","6507184239","4895362710","1059243678","5319064278"],"gold_values":22,"kv_list":[["7826395041",22],["9278463501",22],["6358214907",22],["7354912086",22],["8213674950",22],["1879235406",22],["6507184239",22],["4895362710",22],["1059243678",22],["5319064278",22]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
24
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2348915067\": 23, \"6239408715\": 23, \"4196780325\": 23, \"6283407591\": 23, \"5739621084\": 23, \"4591273086\": 23, \"1925386407\": 23, \"1472380965\": 23, \"8295073416\": 23, \"7360948512\": 23}\n\nQuuestion: In the above json data, please find all the keys with the value 23. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2348915067","6239408715","4196780325","6283407591","5739621084","4591273086","1925386407","1472380965","8295073416","7360948512"],"gold_values":23,"kv_list":[["2348915067",23],["6239408715",23],["4196780325",23],["6283407591",23],["5739621084",23],["4591273086",23],["1925386407",23],["1472380965",23],["8295073416",23],["7360948512",23]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
25
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8964325701\": 24, \"5301864729\": 24, \"7914253860\": 24, \"9172450368\": 24, \"3072146985\": 24, \"8597602431\": 24, \"8693017542\": 24, \"8372145690\": 24, \"3128945076\": 24, \"7159063428\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 24. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8964325701","5301864729","7914253860","9172450368","3072146985","8597602431","8693017542","8372145690","3128945076","7159063428"],"gold_values":24,"kv_list":[["8964325701",24],["5301864729",24],["7914253860",24],["9172450368",24],["3072146985",24],["8597602431",24],["8693017542",24],["8372145690",24],["3128945076",24],["7159063428",24]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
26
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3286514079\": 25, \"1478263059\": 25, \"7052634819\": 25, \"3128469507\": 25, \"6825743019\": 25, \"7436528019\": 25, \"7065382914\": 25, \"9831025647\": 25, \"7948315602\": 25, \"3548607129\": 25}\n\nQuuestion: In the above json data, please find all the keys with the value 25. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3286514079","1478263059","7052634819","3128469507","6825743019","7436528019","7065382914","9831025647","7948315602","3548607129"],"gold_values":25,"kv_list":[["3286514079",25],["1478263059",25],["7052634819",25],["3128469507",25],["6825743019",25],["7436528019",25],["7065382914",25],["9831025647",25],["7948315602",25],["3548607129",25]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
27
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1879053264\": 26, \"6190528347\": 26, \"8501792634\": 26, \"3572419806\": 26, \"0157829463\": 26, \"1845096237\": 26, \"2978513604\": 26, \"0182937465\": 26, \"7851309246\": 26, \"5893762140\": 26}\n\nQuuestion: In the above json data, please find all the keys with the value 26. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1879053264","6190528347","8501792634","3572419806","0157829463","1845096237","2978513604","0182937465","7851309246","5893762140"],"gold_values":26,"kv_list":[["1879053264",26],["6190528347",26],["8501792634",26],["3572419806",26],["0157829463",26],["1845096237",26],["2978513604",26],["0182937465",26],["7851309246",26],["5893762140",26]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
28
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8203654179\": 27, \"9318706254\": 27, \"1604327598\": 27, \"7840652139\": 27, \"3479806215\": 27, \"2683549170\": 27, \"6250374198\": 27, \"5360421789\": 27, \"1209567843\": 27, \"2463980715\": 27}\n\nQuuestion: In the above json data, please find all the keys with the value 27. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8203654179","9318706254","1604327598","7840652139","3479806215","2683549170","6250374198","5360421789","1209567843","2463980715"],"gold_values":27,"kv_list":[["8203654179",27],["9318706254",27],["1604327598",27],["7840652139",27],["3479806215",27],["2683549170",27],["6250374198",27],["5360421789",27],["1209567843",27],["2463980715",27]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
29
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7439065821\": 28, \"0489657321\": 28, \"1205497386\": 28, \"3179056284\": 28, \"8126739054\": 28, \"1654283907\": 28, \"2657984031\": 28, \"2435160897\": 28, \"4926017385\": 28, \"1879524036\": 28}\n\nQuuestion: In the above json data, please find all the keys with the value 28. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7439065821","0489657321","1205497386","3179056284","8126739054","1654283907","2657984031","2435160897","4926017385","1879524036"],"gold_values":28,"kv_list":[["7439065821",28],["0489657321",28],["1205497386",28],["3179056284",28],["8126739054",28],["1654283907",28],["2657984031",28],["2435160897",28],["4926017385",28],["1879524036",28]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
30
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4157302968\": 29, \"5817360429\": 29, \"4086912753\": 29, \"9830541726\": 29, \"5916032874\": 29, \"6034579182\": 29, \"6978512034\": 29, \"4217863950\": 29, \"8673024195\": 29, \"6803541927\": 29}\n\nQuuestion: In the above json data, please find all the keys with the value 29. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4157302968","5817360429","4086912753","9830541726","5916032874","6034579182","6978512034","4217863950","8673024195","6803541927"],"gold_values":29,"kv_list":[["4157302968",29],["5817360429",29],["4086912753",29],["9830541726",29],["5916032874",29],["6034579182",29],["6978512034",29],["4217863950",29],["8673024195",29],["6803541927",29]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
31
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9051238476\": 30, \"9723861450\": 30, \"5836024197\": 30, \"2891076543\": 30, \"7108536249\": 30, \"4523708961\": 30, \"4951038672\": 30, \"6473598012\": 30, \"6340182579\": 30, \"5328179604\": 30}\n\nQuuestion: In the above json data, please find all the keys with the value 30. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9051238476","9723861450","5836024197","2891076543","7108536249","4523708961","4951038672","6473598012","6340182579","5328179604"],"gold_values":30,"kv_list":[["9051238476",30],["9723861450",30],["5836024197",30],["2891076543",30],["7108536249",30],["4523708961",30],["4951038672",30],["6473598012",30],["6340182579",30],["5328179604",30]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
32
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4501826793\": 31, \"3145069278\": 31, \"7925104386\": 31, \"9140756382\": 31, \"2875961430\": 31, \"2917548360\": 31, \"5867230419\": 31, \"7380194652\": 31, \"1529647380\": 31, \"9746201385\": 31}\n\nQuuestion: In the above json data, please find all the keys with the value 31. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4501826793","3145069278","7925104386","9140756382","2875961430","2917548360","5867230419","7380194652","1529647380","9746201385"],"gold_values":31,"kv_list":[["4501826793",31],["3145069278",31],["7925104386",31],["9140756382",31],["2875961430",31],["2917548360",31],["5867230419",31],["7380194652",31],["1529647380",31],["9746201385",31]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
33
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2805317694\": 32, \"1052798634\": 32, \"2568479103\": 32, \"0398576421\": 32, \"9256873140\": 32, \"5483726910\": 32, \"4036572198\": 32, \"2731460589\": 32, \"7198360524\": 32, \"1284976035\": 32}\n\nQuuestion: In the above json data, please find all the keys with the value 32. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2805317694","1052798634","2568479103","0398576421","9256873140","5483726910","4036572198","2731460589","7198360524","1284976035"],"gold_values":32,"kv_list":[["2805317694",32],["1052798634",32],["2568479103",32],["0398576421",32],["9256873140",32],["5483726910",32],["4036572198",32],["2731460589",32],["7198360524",32],["1284976035",32]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
34
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2486591370\": 33, \"1607923854\": 33, \"9150347862\": 33, \"0581942673\": 33, \"2857630194\": 33, \"4067835912\": 33, \"4276308915\": 33, \"4280395761\": 33, \"5294106387\": 33, \"7306824159\": 33}\n\nQuuestion: In the above json data, please find all the keys with the value 33. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2486591370","1607923854","9150347862","0581942673","2857630194","4067835912","4276308915","4280395761","5294106387","7306824159"],"gold_values":33,"kv_list":[["2486591370",33],["1607923854",33],["9150347862",33],["0581942673",33],["2857630194",33],["4067835912",33],["4276308915",33],["4280395761",33],["5294106387",33],["7306824159",33]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
35
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4312587960\": 34, \"6019734825\": 34, \"8132570469\": 34, \"7438095621\": 34, \"2734960815\": 34, \"9547162083\": 34, \"1546208379\": 34, \"0968315247\": 34, \"0274956381\": 34, \"6235409718\": 34}\n\nQuuestion: In the above json data, please find all the keys with the value 34. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4312587960","6019734825","8132570469","7438095621","2734960815","9547162083","1546208379","0968315247","0274956381","6235409718"],"gold_values":34,"kv_list":[["4312587960",34],["6019734825",34],["8132570469",34],["7438095621",34],["2734960815",34],["9547162083",34],["1546208379",34],["0968315247",34],["0274956381",34],["6235409718",34]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
36
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5724190386\": 35, \"5946183702\": 35, \"1726395408\": 35, \"9508461732\": 35, \"3187620594\": 35, \"9824370156\": 35, \"8375429061\": 35, \"3518296704\": 35, \"1549267083\": 35, \"1845923076\": 35}\n\nQuuestion: In the above json data, please find all the keys with the value 35. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5724190386","5946183702","1726395408","9508461732","3187620594","9824370156","8375429061","3518296704","1549267083","1845923076"],"gold_values":35,"kv_list":[["5724190386",35],["5946183702",35],["1726395408",35],["9508461732",35],["3187620594",35],["9824370156",35],["8375429061",35],["3518296704",35],["1549267083",35],["1845923076",35]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
37
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7436851092\": 36, \"5642013879\": 36, \"1768324905\": 36, \"0613479852\": 36, \"4165920738\": 36, \"6851970324\": 36, \"5738149602\": 36, \"5214867093\": 36, \"8742901536\": 36, \"8534290176\": 36}\n\nQuuestion: In the above json data, please find all the keys with the value 36. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7436851092","5642013879","1768324905","0613479852","4165920738","6851970324","5738149602","5214867093","8742901536","8534290176"],"gold_values":36,"kv_list":[["7436851092",36],["5642013879",36],["1768324905",36],["0613479852",36],["4165920738",36],["6851970324",36],["5738149602",36],["5214867093",36],["8742901536",36],["8534290176",36]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
38
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0643795182\": 37, \"2190547683\": 37, \"9135724068\": 37, \"4631570928\": 37, \"9012874365\": 37, \"9587630421\": 37, \"3120645789\": 37, \"7605482391\": 37, \"9485370162\": 37, \"4895027316\": 37}\n\nQuuestion: In the above json data, please find all the keys with the value 37. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0643795182","2190547683","9135724068","4631570928","9012874365","9587630421","3120645789","7605482391","9485370162","4895027316"],"gold_values":37,"kv_list":[["0643795182",37],["2190547683",37],["9135724068",37],["4631570928",37],["9012874365",37],["9587630421",37],["3120645789",37],["7605482391",37],["9485370162",37],["4895027316",37]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
39
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0479863251\": 38, \"8491537620\": 38, \"0412597368\": 38, \"5439187620\": 38, \"1924076835\": 38, \"6527309184\": 38, \"1506349827\": 38, \"7091625843\": 38, \"7602953148\": 38, \"7164025398\": 38}\n\nQuuestion: In the above json data, please find all the keys with the value 38. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0479863251","8491537620","0412597368","5439187620","1924076835","6527309184","1506349827","7091625843","7602953148","7164025398"],"gold_values":38,"kv_list":[["0479863251",38],["8491537620",38],["0412597368",38],["5439187620",38],["1924076835",38],["6527309184",38],["1506349827",38],["7091625843",38],["7602953148",38],["7164025398",38]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
40
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5039681472\": 39, \"3789162045\": 39, \"4591307286\": 39, \"9520641783\": 39, \"2983607154\": 39, \"3056278419\": 39, \"1632489057\": 39, \"8154670239\": 39, \"4793168502\": 39, \"2497306158\": 39}\n\nQuuestion: In the above json data, please find all the keys with the value 39. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5039681472","3789162045","4591307286","9520641783","2983607154","3056278419","1632489057","8154670239","4793168502","2497306158"],"gold_values":39,"kv_list":[["5039681472",39],["3789162045",39],["4591307286",39],["9520641783",39],["2983607154",39],["3056278419",39],["1632489057",39],["8154670239",39],["4793168502",39],["2497306158",39]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
41
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6437081925\": 40, \"9683021574\": 40, \"8724316509\": 40, \"5794120836\": 40, \"3506249871\": 40, \"3628741095\": 40, \"5720943816\": 40, \"4293861705\": 40, \"7905631248\": 40, \"1489652037\": 40}\n\nQuuestion: In the above json data, please find all the keys with the value 40. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6437081925","9683021574","8724316509","5794120836","3506249871","3628741095","5720943816","4293861705","7905631248","1489652037"],"gold_values":40,"kv_list":[["6437081925",40],["9683021574",40],["8724316509",40],["5794120836",40],["3506249871",40],["3628741095",40],["5720943816",40],["4293861705",40],["7905631248",40],["1489652037",40]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
42
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9846075312\": 41, \"9758410623\": 41, \"9457108362\": 41, \"0584673291\": 41, \"9831247056\": 41, \"0537496812\": 41, \"1249567380\": 41, \"3049518276\": 41, \"4837910265\": 41, \"6107259483\": 41}\n\nQuuestion: In the above json data, please find all the keys with the value 41. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9846075312","9758410623","9457108362","0584673291","9831247056","0537496812","1249567380","3049518276","4837910265","6107259483"],"gold_values":41,"kv_list":[["9846075312",41],["9758410623",41],["9457108362",41],["0584673291",41],["9831247056",41],["0537496812",41],["1249567380",41],["3049518276",41],["4837910265",41],["6107259483",41]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
43
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6384021975\": 42, \"7935826014\": 42, \"9362875041\": 42, \"1357420968\": 42, \"6347205918\": 42, \"9805763214\": 42, \"5068327194\": 42, \"5109476382\": 42, \"1920845637\": 42, \"6304987521\": 42}\n\nQuuestion: In the above json data, please find all the keys with the value 42. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6384021975","7935826014","9362875041","1357420968","6347205918","9805763214","5068327194","5109476382","1920845637","6304987521"],"gold_values":42,"kv_list":[["6384021975",42],["7935826014",42],["9362875041",42],["1357420968",42],["6347205918",42],["9805763214",42],["5068327194",42],["5109476382",42],["1920845637",42],["6304987521",42]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
44
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7208345619\": 43, \"5836021749\": 43, \"8642397051\": 43, \"4317896502\": 43, \"7349280516\": 43, \"1296485073\": 43, \"3026894175\": 43, \"0475869321\": 43, \"9831527064\": 43, \"3148765029\": 43}\n\nQuuestion: In the above json data, please find all the keys with the value 43. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7208345619","5836021749","8642397051","4317896502","7349280516","1296485073","3026894175","0475869321","9831527064","3148765029"],"gold_values":43,"kv_list":[["7208345619",43],["5836021749",43],["8642397051",43],["4317896502",43],["7349280516",43],["1296485073",43],["3026894175",43],["0475869321",43],["9831527064",43],["3148765029",43]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
45
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0732895164\": 44, \"3184769520\": 44, \"9057281436\": 44, \"7543108962\": 44, \"4807162539\": 44, \"4852103697\": 44, \"2953148670\": 44, \"4809735216\": 44, \"1976583204\": 44, \"8053271964\": 44}\n\nQuuestion: In the above json data, please find all the keys with the value 44. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0732895164","3184769520","9057281436","7543108962","4807162539","4852103697","2953148670","4809735216","1976583204","8053271964"],"gold_values":44,"kv_list":[["0732895164",44],["3184769520",44],["9057281436",44],["7543108962",44],["4807162539",44],["4852103697",44],["2953148670",44],["4809735216",44],["1976583204",44],["8053271964",44]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
46
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0857623941\": 45, \"9437208156\": 45, \"2153896470\": 45, \"1538074926\": 45, \"8306914572\": 45, \"7309184562\": 45, \"9485071326\": 45, \"1598327406\": 45, \"5732604819\": 45, \"7396485021\": 45}\n\nQuuestion: In the above json data, please find all the keys with the value 45. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0857623941","9437208156","2153896470","1538074926","8306914572","7309184562","9485071326","1598327406","5732604819","7396485021"],"gold_values":45,"kv_list":[["0857623941",45],["9437208156",45],["2153896470",45],["1538074926",45],["8306914572",45],["7309184562",45],["9485071326",45],["1598327406",45],["5732604819",45],["7396485021",45]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
47
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4896530217\": 46, \"7495823601\": 46, \"3672915408\": 46, \"9325470861\": 46, \"8741032695\": 46, \"0937584126\": 46, \"1409387526\": 46, \"2796154803\": 46, \"7951804236\": 46, \"3648092571\": 46}\n\nQuuestion: In the above json data, please find all the keys with the value 46. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4896530217","7495823601","3672915408","9325470861","8741032695","0937584126","1409387526","2796154803","7951804236","3648092571"],"gold_values":46,"kv_list":[["4896530217",46],["7495823601",46],["3672915408",46],["9325470861",46],["8741032695",46],["0937584126",46],["1409387526",46],["2796154803",46],["7951804236",46],["3648092571",46]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
48
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4689271035\": 47, \"1203478695\": 47, \"0987126435\": 47, \"4706831925\": 47, \"2819654037\": 47, \"4596013782\": 47, \"1654709823\": 47, \"4860521379\": 47, \"8179245603\": 47, \"1563294780\": 47}\n\nQuuestion: In the above json data, please find all the keys with the value 47. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4689271035","1203478695","0987126435","4706831925","2819654037","4596013782","1654709823","4860521379","8179245603","1563294780"],"gold_values":47,"kv_list":[["4689271035",47],["1203478695",47],["0987126435",47],["4706831925",47],["2819654037",47],["4596013782",47],["1654709823",47],["4860521379",47],["8179245603",47],["1563294780",47]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
49
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2953684170\": 48, \"2795316840\": 48, \"1025769834\": 48, \"9015347862\": 48, \"1397645820\": 48, \"4902876513\": 48, \"6825397014\": 48, \"1785096234\": 48, \"1628347590\": 48, \"8031467952\": 48}\n\nQuuestion: In the above json data, please find all the keys with the value 48. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2953684170","2795316840","1025769834","9015347862","1397645820","4902876513","6825397014","1785096234","1628347590","8031467952"],"gold_values":48,"kv_list":[["2953684170",48],["2795316840",48],["1025769834",48],["9015347862",48],["1397645820",48],["4902876513",48],["6825397014",48],["1785096234",48],["1628347590",48],["8031467952",48]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
50
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4638052179\": 49, \"9034216785\": 49, \"9143802576\": 49, \"8712364950\": 49, \"4037218965\": 49, \"6391582047\": 49, \"4132089576\": 49, \"4235970618\": 49, \"0475218639\": 49, \"2953784160\": 49}\n\nQuuestion: In the above json data, please find all the keys with the value 49. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4638052179","9034216785","9143802576","8712364950","4037218965","6391582047","4132089576","4235970618","0475218639","2953784160"],"gold_values":49,"kv_list":[["4638052179",49],["9034216785",49],["9143802576",49],["8712364950",49],["4037218965",49],["6391582047",49],["4132089576",49],["4235970618",49],["0475218639",49],["2953784160",49]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
51
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1945273860\": 50, \"5764032891\": 50, \"0761592348\": 50, \"1860472935\": 50, \"7204563189\": 50, \"9832154706\": 50, \"4539821076\": 50, \"3967182405\": 50, \"4307268159\": 50, \"6435820917\": 50}\n\nQuuestion: In the above json data, please find all the keys with the value 50. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1945273860","5764032891","0761592348","1860472935","7204563189","9832154706","4539821076","3967182405","4307268159","6435820917"],"gold_values":50,"kv_list":[["1945273860",50],["5764032891",50],["0761592348",50],["1860472935",50],["7204563189",50],["9832154706",50],["4539821076",50],["3967182405",50],["4307268159",50],["6435820917",50]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
52
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3857942601\": 51, \"0369851724\": 51, \"6845137092\": 51, \"5102638947\": 51, \"1726389045\": 51, \"8270649135\": 51, \"3167590284\": 51, \"0579842613\": 51, \"9245183067\": 51, \"8052431769\": 51}\n\nQuuestion: In the above json data, please find all the keys with the value 51. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3857942601","0369851724","6845137092","5102638947","1726389045","8270649135","3167590284","0579842613","9245183067","8052431769"],"gold_values":51,"kv_list":[["3857942601",51],["0369851724",51],["6845137092",51],["5102638947",51],["1726389045",51],["8270649135",51],["3167590284",51],["0579842613",51],["9245183067",51],["8052431769",51]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
53
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3801967425\": 52, \"7018946325\": 52, \"0243751689\": 52, \"5429631807\": 52, \"2673041958\": 52, \"1068952734\": 52, \"9763581402\": 52, \"7654098213\": 52, \"3702185964\": 52, \"6531920478\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 52. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3801967425","7018946325","0243751689","5429631807","2673041958","1068952734","9763581402","7654098213","3702185964","6531920478"],"gold_values":52,"kv_list":[["3801967425",52],["7018946325",52],["0243751689",52],["5429631807",52],["2673041958",52],["1068952734",52],["9763581402",52],["7654098213",52],["3702185964",52],["6531920478",52]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
54
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5219836047\": 53, \"3942051687\": 53, \"2186745093\": 53, \"3780291645\": 53, \"9268541703\": 53, \"3706945812\": 53, \"5208379146\": 53, \"0715683429\": 53, \"0548967132\": 53, \"1042587369\": 53}\n\nQuuestion: In the above json data, please find all the keys with the value 53. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5219836047","3942051687","2186745093","3780291645","9268541703","3706945812","5208379146","0715683429","0548967132","1042587369"],"gold_values":53,"kv_list":[["5219836047",53],["3942051687",53],["2186745093",53],["3780291645",53],["9268541703",53],["3706945812",53],["5208379146",53],["0715683429",53],["0548967132",53],["1042587369",53]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
55
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2637059841\": 54, \"2067918354\": 54, \"9236485710\": 54, \"8732605914\": 54, \"3458279106\": 54, \"6325917480\": 54, \"9638472051\": 54, \"4107683295\": 54, \"1745360928\": 54, \"9725410638\": 54}\n\nQuuestion: In the above json data, please find all the keys with the value 54. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2637059841","2067918354","9236485710","8732605914","3458279106","6325917480","9638472051","4107683295","1745360928","9725410638"],"gold_values":54,"kv_list":[["2637059841",54],["2067918354",54],["9236485710",54],["8732605914",54],["3458279106",54],["6325917480",54],["9638472051",54],["4107683295",54],["1745360928",54],["9725410638",54]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
56
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7152486039\": 55, \"4318096275\": 55, \"4810752369\": 55, \"5341970268\": 55, \"4690587231\": 55, \"8024671935\": 55, \"7435620981\": 55, \"2479361508\": 55, \"7924136508\": 55, \"4725369108\": 55}\n\nQuuestion: In the above json data, please find all the keys with the value 55. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7152486039","4318096275","4810752369","5341970268","4690587231","8024671935","7435620981","2479361508","7924136508","4725369108"],"gold_values":55,"kv_list":[["7152486039",55],["4318096275",55],["4810752369",55],["5341970268",55],["4690587231",55],["8024671935",55],["7435620981",55],["2479361508",55],["7924136508",55],["4725369108",55]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
57
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5046389127\": 56, \"3276985401\": 56, \"4718296530\": 56, \"9512304867\": 56, \"4231856097\": 56, \"8751394062\": 56, \"4319586270\": 56, \"1925836047\": 56, \"8720154963\": 56, \"5746289103\": 56}\n\nQuuestion: In the above json data, please find all the keys with the value 56. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5046389127","3276985401","4718296530","9512304867","4231856097","8751394062","4319586270","1925836047","8720154963","5746289103"],"gold_values":56,"kv_list":[["5046389127",56],["3276985401",56],["4718296530",56],["9512304867",56],["4231856097",56],["8751394062",56],["4319586270",56],["1925836047",56],["8720154963",56],["5746289103",56]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
58
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8143627905\": 57, \"4567209381\": 57, \"9208461537\": 57, \"3279510486\": 57, \"5462910783\": 57, \"5128463907\": 57, \"7825430961\": 57, \"6854109723\": 57, \"3967451028\": 57, \"1034856729\": 57}\n\nQuuestion: In the above json data, please find all the keys with the value 57. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8143627905","4567209381","9208461537","3279510486","5462910783","5128463907","7825430961","6854109723","3967451028","1034856729"],"gold_values":57,"kv_list":[["8143627905",57],["4567209381",57],["9208461537",57],["3279510486",57],["5462910783",57],["5128463907",57],["7825430961",57],["6854109723",57],["3967451028",57],["1034856729",57]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
59
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1582934067\": 58, \"1623458709\": 58, \"1079628354\": 58, \"4560837219\": 58, \"6578204139\": 58, \"0341976258\": 58, \"6475389021\": 58, \"3527109864\": 58, \"2417095386\": 58, \"1097342865\": 58}\n\nQuuestion: In the above json data, please find all the keys with the value 58. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1582934067","1623458709","1079628354","4560837219","6578204139","0341976258","6475389021","3527109864","2417095386","1097342865"],"gold_values":58,"kv_list":[["1582934067",58],["1623458709",58],["1079628354",58],["4560837219",58],["6578204139",58],["0341976258",58],["6475389021",58],["3527109864",58],["2417095386",58],["1097342865",58]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
60
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1294735086\": 59, \"3142958760\": 59, \"4739680125\": 59, \"1538604792\": 59, \"3958076124\": 59, \"6498150327\": 59, \"5976318042\": 59, \"7648950231\": 59, \"2869140573\": 59, \"6071429835\": 59}\n\nQuuestion: In the above json data, please find all the keys with the value 59. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1294735086","3142958760","4739680125","1538604792","3958076124","6498150327","5976318042","7648950231","2869140573","6071429835"],"gold_values":59,"kv_list":[["1294735086",59],["3142958760",59],["4739680125",59],["1538604792",59],["3958076124",59],["6498150327",59],["5976318042",59],["7648950231",59],["2869140573",59],["6071429835",59]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
61
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3587261940\": 60, \"4598213670\": 60, \"9132786045\": 60, \"0352798641\": 60, \"2731904658\": 60, \"4659810327\": 60, \"4196783502\": 60, \"4951260873\": 60, \"5719048632\": 60, \"9540162837\": 60}\n\nQuuestion: In the above json data, please find all the keys with the value 60. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3587261940","4598213670","9132786045","0352798641","2731904658","4659810327","4196783502","4951260873","5719048632","9540162837"],"gold_values":60,"kv_list":[["3587261940",60],["4598213670",60],["9132786045",60],["0352798641",60],["2731904658",60],["4659810327",60],["4196783502",60],["4951260873",60],["5719048632",60],["9540162837",60]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
62
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3428950716\": 61, \"8473629051\": 61, \"1368047259\": 61, \"2651798034\": 61, \"2158306749\": 61, \"4981763502\": 61, \"6142753890\": 61, \"7348015629\": 61, \"6240958137\": 61, \"6452379810\": 61}\n\nQuuestion: In the above json data, please find all the keys with the value 61. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3428950716","8473629051","1368047259","2651798034","2158306749","4981763502","6142753890","7348015629","6240958137","6452379810"],"gold_values":61,"kv_list":[["3428950716",61],["8473629051",61],["1368047259",61],["2651798034",61],["2158306749",61],["4981763502",61],["6142753890",61],["7348015629",61],["6240958137",61],["6452379810",61]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
63
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3154029876\": 62, \"4389210756\": 62, \"1078295346\": 62, \"3829610745\": 62, \"2617489305\": 62, \"5682134790\": 62, \"7105643298\": 62, \"5978642301\": 62, \"1427590368\": 62, \"4690758321\": 62}\n\nQuuestion: In the above json data, please find all the keys with the value 62. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3154029876","4389210756","1078295346","3829610745","2617489305","5682134790","7105643298","5978642301","1427590368","4690758321"],"gold_values":62,"kv_list":[["3154029876",62],["4389210756",62],["1078295346",62],["3829610745",62],["2617489305",62],["5682134790",62],["7105643298",62],["5978642301",62],["1427590368",62],["4690758321",62]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
64
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7531029486\": 63, \"3674190285\": 63, \"8506174329\": 63, \"5318794620\": 63, \"5248936071\": 63, \"6298150473\": 63, \"4371506298\": 63, \"7634159208\": 63, \"9061873542\": 63, \"6812309745\": 63}\n\nQuuestion: In the above json data, please find all the keys with the value 63. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7531029486","3674190285","8506174329","5318794620","5248936071","6298150473","4371506298","7634159208","9061873542","6812309745"],"gold_values":63,"kv_list":[["7531029486",63],["3674190285",63],["8506174329",63],["5318794620",63],["5248936071",63],["6298150473",63],["4371506298",63],["7634159208",63],["9061873542",63],["6812309745",63]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
65
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5764193082\": 64, \"0739152864\": 64, \"7681054392\": 64, \"1362708594\": 64, \"5402793186\": 64, \"9521864370\": 64, \"2346105798\": 64, \"7958014362\": 64, \"0428937156\": 64, \"4562379018\": 64}\n\nQuuestion: In the above json data, please find all the keys with the value 64. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5764193082","0739152864","7681054392","1362708594","5402793186","9521864370","2346105798","7958014362","0428937156","4562379018"],"gold_values":64,"kv_list":[["5764193082",64],["0739152864",64],["7681054392",64],["1362708594",64],["5402793186",64],["9521864370",64],["2346105798",64],["7958014362",64],["0428937156",64],["4562379018",64]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
66
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9405276318\": 65, \"9382041756\": 65, \"5362487190\": 65, \"4312068579\": 65, \"4320756189\": 65, \"5714839602\": 65, \"9546207813\": 65, \"7941306852\": 65, \"1492573068\": 65, \"1239480576\": 65}\n\nQuuestion: In the above json data, please find all the keys with the value 65. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9405276318","9382041756","5362487190","4312068579","4320756189","5714839602","9546207813","7941306852","1492573068","1239480576"],"gold_values":65,"kv_list":[["9405276318",65],["9382041756",65],["5362487190",65],["4312068579",65],["4320756189",65],["5714839602",65],["9546207813",65],["7941306852",65],["1492573068",65],["1239480576",65]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
67
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0876542391\": 66, \"2593016478\": 66, \"4206538791\": 66, \"5876349021\": 66, \"5642798013\": 66, \"1592630748\": 66, \"8492170365\": 66, \"1532798604\": 66, \"2793648501\": 66, \"2153674089\": 66}\n\nQuuestion: In the above json data, please find all the keys with the value 66. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0876542391","2593016478","4206538791","5876349021","5642798013","1592630748","8492170365","1532798604","2793648501","2153674089"],"gold_values":66,"kv_list":[["0876542391",66],["2593016478",66],["4206538791",66],["5876349021",66],["5642798013",66],["1592630748",66],["8492170365",66],["1532798604",66],["2793648501",66],["2153674089",66]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
68
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6453829107\": 67, \"7981650243\": 67, \"9824563071\": 67, \"7204685391\": 67, \"7460523918\": 67, \"9857634210\": 67, \"1938624705\": 67, \"3910267854\": 67, \"0256498713\": 67, \"7958416320\": 67}\n\nQuuestion: In the above json data, please find all the keys with the value 67. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6453829107","7981650243","9824563071","7204685391","7460523918","9857634210","1938624705","3910267854","0256498713","7958416320"],"gold_values":67,"kv_list":[["6453829107",67],["7981650243",67],["9824563071",67],["7204685391",67],["7460523918",67],["9857634210",67],["1938624705",67],["3910267854",67],["0256498713",67],["7958416320",67]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
69
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0496781235\": 68, \"5140867293\": 68, \"9427581603\": 68, \"8569374201\": 68, \"7412036895\": 68, \"1809352746\": 68, \"5278436109\": 68, \"2705369184\": 68, \"5317826094\": 68, \"9724381650\": 68}\n\nQuuestion: In the above json data, please find all the keys with the value 68. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0496781235","5140867293","9427581603","8569374201","7412036895","1809352746","5278436109","2705369184","5317826094","9724381650"],"gold_values":68,"kv_list":[["0496781235",68],["5140867293",68],["9427581603",68],["8569374201",68],["7412036895",68],["1809352746",68],["5278436109",68],["2705369184",68],["5317826094",68],["9724381650",68]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
70
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8376591024\": 69, \"4526093817\": 69, \"0472563819\": 69, \"6741032895\": 69, \"6584129370\": 69, \"8340912657\": 69, \"8704613295\": 69, \"0598624731\": 69, \"8603542791\": 69, \"5839147206\": 69}\n\nQuuestion: In the above json data, please find all the keys with the value 69. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8376591024","4526093817","0472563819","6741032895","6584129370","8340912657","8704613295","0598624731","8603542791","5839147206"],"gold_values":69,"kv_list":[["8376591024",69],["4526093817",69],["0472563819",69],["6741032895",69],["6584129370",69],["8340912657",69],["8704613295",69],["0598624731",69],["8603542791",69],["5839147206",69]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
71
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1368520749\": 70, \"1284930567\": 70, \"4863095217\": 70, \"5406721983\": 70, \"8054167392\": 70, \"0153674829\": 70, \"2714983605\": 70, \"6253918704\": 70, \"8136049725\": 70, \"4103579628\": 70}\n\nQuuestion: In the above json data, please find all the keys with the value 70. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1368520749","1284930567","4863095217","5406721983","8054167392","0153674829","2714983605","6253918704","8136049725","4103579628"],"gold_values":70,"kv_list":[["1368520749",70],["1284930567",70],["4863095217",70],["5406721983",70],["8054167392",70],["0153674829",70],["2714983605",70],["6253918704",70],["8136049725",70],["4103579628",70]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
72
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7862031459\": 71, \"3702985416\": 71, \"4269870135\": 71, \"0872534619\": 71, \"7830214956\": 71, \"6481097235\": 71, \"8973046521\": 71, \"3198742056\": 71, \"9742165830\": 71, \"3026745819\": 71}\n\nQuuestion: In the above json data, please find all the keys with the value 71. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7862031459","3702985416","4269870135","0872534619","7830214956","6481097235","8973046521","3198742056","9742165830","3026745819"],"gold_values":71,"kv_list":[["7862031459",71],["3702985416",71],["4269870135",71],["0872534619",71],["7830214956",71],["6481097235",71],["8973046521",71],["3198742056",71],["9742165830",71],["3026745819",71]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
73
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8459206137\": 72, \"5789241063\": 72, \"9316752480\": 72, \"3408152679\": 72, \"1749350682\": 72, \"1735620894\": 72, \"6801953724\": 72, \"8094275631\": 72, \"8136524079\": 72, \"2357068194\": 72}\n\nQuuestion: In the above json data, please find all the keys with the value 72. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8459206137","5789241063","9316752480","3408152679","1749350682","1735620894","6801953724","8094275631","8136524079","2357068194"],"gold_values":72,"kv_list":[["8459206137",72],["5789241063",72],["9316752480",72],["3408152679",72],["1749350682",72],["1735620894",72],["6801953724",72],["8094275631",72],["8136524079",72],["2357068194",72]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
74
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7390528416\": 73, \"3145967208\": 73, \"4901653728\": 73, \"5170923486\": 73, \"4931852607\": 73, \"6918245730\": 73, \"7685320914\": 73, \"5267948013\": 73, \"0932185467\": 73, \"5843061792\": 73}\n\nQuuestion: In the above json data, please find all the keys with the value 73. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7390528416","3145967208","4901653728","5170923486","4931852607","6918245730","7685320914","5267948013","0932185467","5843061792"],"gold_values":73,"kv_list":[["7390528416",73],["3145967208",73],["4901653728",73],["5170923486",73],["4931852607",73],["6918245730",73],["7685320914",73],["5267948013",73],["0932185467",73],["5843061792",73]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
75
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7564238190\": 74, \"0943761285\": 74, \"9805623714\": 74, \"9081354267\": 74, \"9106274385\": 74, \"2768095341\": 74, \"1673928045\": 74, \"5328497106\": 74, \"8519267430\": 74, \"1075689432\": 74}\n\nQuuestion: In the above json data, please find all the keys with the value 74. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7564238190","0943761285","9805623714","9081354267","9106274385","2768095341","1673928045","5328497106","8519267430","1075689432"],"gold_values":74,"kv_list":[["7564238190",74],["0943761285",74],["9805623714",74],["9081354267",74],["9106274385",74],["2768095341",74],["1673928045",74],["5328497106",74],["8519267430",74],["1075689432",74]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
76
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8213759604\": 75, \"4687015932\": 75, \"7903821465\": 75, \"1983572064\": 75, \"8309715624\": 75, \"5329670418\": 75, \"4518763902\": 75, \"3945682107\": 75, \"6948035721\": 75, \"4083951672\": 75}\n\nQuuestion: In the above json data, please find all the keys with the value 75. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8213759604","4687015932","7903821465","1983572064","8309715624","5329670418","4518763902","3945682107","6948035721","4083951672"],"gold_values":75,"kv_list":[["8213759604",75],["4687015932",75],["7903821465",75],["1983572064",75],["8309715624",75],["5329670418",75],["4518763902",75],["3945682107",75],["6948035721",75],["4083951672",75]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
77
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6984352071\": 76, \"3681592407\": 76, \"5308217964\": 76, \"6581947302\": 76, \"9835201674\": 76, \"5894371602\": 76, \"5936028147\": 76, \"1423750869\": 76, \"9184760352\": 76, \"1286795340\": 76}\n\nQuuestion: In the above json data, please find all the keys with the value 76. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6984352071","3681592407","5308217964","6581947302","9835201674","5894371602","5936028147","1423750869","9184760352","1286795340"],"gold_values":76,"kv_list":[["6984352071",76],["3681592407",76],["5308217964",76],["6581947302",76],["9835201674",76],["5894371602",76],["5936028147",76],["1423750869",76],["9184760352",76],["1286795340",76]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
78
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2351407698\": 77, \"3420768915\": 77, \"5681940273\": 77, \"5470396182\": 77, \"7423816095\": 77, \"8139254670\": 77, \"5483976201\": 77, \"6035981742\": 77, \"6130297584\": 77, \"7102863945\": 77}\n\nQuuestion: In the above json data, please find all the keys with the value 77. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2351407698","3420768915","5681940273","5470396182","7423816095","8139254670","5483976201","6035981742","6130297584","7102863945"],"gold_values":77,"kv_list":[["2351407698",77],["3420768915",77],["5681940273",77],["5470396182",77],["7423816095",77],["8139254670",77],["5483976201",77],["6035981742",77],["6130297584",77],["7102863945",77]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
79
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3705289146\": 78, \"5317098462\": 78, \"1258409367\": 78, \"2059176483\": 78, \"8109643725\": 78, \"6789243105\": 78, \"1638504972\": 78, \"6932708541\": 78, \"4028197536\": 78, \"6382791054\": 78}\n\nQuuestion: In the above json data, please find all the keys with the value 78. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3705289146","5317098462","1258409367","2059176483","8109643725","6789243105","1638504972","6932708541","4028197536","6382791054"],"gold_values":78,"kv_list":[["3705289146",78],["5317098462",78],["1258409367",78],["2059176483",78],["8109643725",78],["6789243105",78],["1638504972",78],["6932708541",78],["4028197536",78],["6382791054",78]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
80
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0321864597\": 79, \"0927653841\": 79, \"0438692751\": 79, \"3819654270\": 79, \"9104576823\": 79, \"3058941762\": 79, \"4625710839\": 79, \"8357019426\": 79, \"6402153978\": 79, \"3802957461\": 79}\n\nQuuestion: In the above json data, please find all the keys with the value 79. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0321864597","0927653841","0438692751","3819654270","9104576823","3058941762","4625710839","8357019426","6402153978","3802957461"],"gold_values":79,"kv_list":[["0321864597",79],["0927653841",79],["0438692751",79],["3819654270",79],["9104576823",79],["3058941762",79],["4625710839",79],["8357019426",79],["6402153978",79],["3802957461",79]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
81
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2647031589\": 80, \"2617359480\": 80, \"1765839042\": 80, \"0432918675\": 80, \"4016938752\": 80, \"1395840726\": 80, \"0742396815\": 80, \"3241706859\": 80, \"6104857392\": 80, \"7931026458\": 80}\n\nQuuestion: In the above json data, please find all the keys with the value 80. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2647031589","2617359480","1765839042","0432918675","4016938752","1395840726","0742396815","3241706859","6104857392","7931026458"],"gold_values":80,"kv_list":[["2647031589",80],["2617359480",80],["1765839042",80],["0432918675",80],["4016938752",80],["1395840726",80],["0742396815",80],["3241706859",80],["6104857392",80],["7931026458",80]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
82
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5913826074\": 81, \"9047135682\": 81, \"4915683207\": 81, \"1509632874\": 81, \"2583097416\": 81, \"2716543089\": 81, \"7846531920\": 81, \"7624951083\": 81, \"9605832417\": 81, \"7106924853\": 81}\n\nQuuestion: In the above json data, please find all the keys with the value 81. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5913826074","9047135682","4915683207","1509632874","2583097416","2716543089","7846531920","7624951083","9605832417","7106924853"],"gold_values":81,"kv_list":[["5913826074",81],["9047135682",81],["4915683207",81],["1509632874",81],["2583097416",81],["2716543089",81],["7846531920",81],["7624951083",81],["9605832417",81],["7106924853",81]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
83
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5490813627\": 82, \"7205418396\": 82, \"3214589607\": 82, \"0958634127\": 82, \"9035218647\": 82, \"8097123564\": 82, \"2871936045\": 82, \"7610348529\": 82, \"2018394675\": 82, \"7108963542\": 82}\n\nQuuestion: In the above json data, please find all the keys with the value 82. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5490813627","7205418396","3214589607","0958634127","9035218647","8097123564","2871936045","7610348529","2018394675","7108963542"],"gold_values":82,"kv_list":[["5490813627",82],["7205418396",82],["3214589607",82],["0958634127",82],["9035218647",82],["8097123564",82],["2871936045",82],["7610348529",82],["2018394675",82],["7108963542",82]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
84
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1059287463\": 83, \"9078412563\": 83, \"7520819436\": 83, \"4695270813\": 83, \"2436079815\": 83, \"1536489702\": 83, \"1246089753\": 83, \"6981405723\": 83, \"7682354091\": 83, \"4502683791\": 83}\n\nQuuestion: In the above json data, please find all the keys with the value 83. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1059287463","9078412563","7520819436","4695270813","2436079815","1536489702","1246089753","6981405723","7682354091","4502683791"],"gold_values":83,"kv_list":[["1059287463",83],["9078412563",83],["7520819436",83],["4695270813",83],["2436079815",83],["1536489702",83],["1246089753",83],["6981405723",83],["7682354091",83],["4502683791",83]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
85
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8421657039\": 84, \"7103826549\": 84, \"2036718459\": 84, \"7639108425\": 84, \"5426180379\": 84, \"0328546719\": 84, \"7165340928\": 84, \"6435721089\": 84, \"0426513978\": 84, \"6231780594\": 84}\n\nQuuestion: In the above json data, please find all the keys with the value 84. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8421657039","7103826549","2036718459","7639108425","5426180379","0328546719","7165340928","6435721089","0426513978","6231780594"],"gold_values":84,"kv_list":[["8421657039",84],["7103826549",84],["2036718459",84],["7639108425",84],["5426180379",84],["0328546719",84],["7165340928",84],["6435721089",84],["0426513978",84],["6231780594",84]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
86
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9403786152\": 85, \"3720614895\": 85, \"3269084715\": 85, \"8962405317\": 85, \"7389145062\": 85, \"4832971650\": 85, \"0518367492\": 85, \"7386451290\": 85, \"3794658210\": 85, \"1079863542\": 85}\n\nQuuestion: In the above json data, please find all the keys with the value 85. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9403786152","3720614895","3269084715","8962405317","7389145062","4832971650","0518367492","7386451290","3794658210","1079863542"],"gold_values":85,"kv_list":[["9403786152",85],["3720614895",85],["3269084715",85],["8962405317",85],["7389145062",85],["4832971650",85],["0518367492",85],["7386451290",85],["3794658210",85],["1079863542",85]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
87
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8740632951\": 86, \"1864792530\": 86, \"4678503219\": 86, \"3285796140\": 86, \"0752416938\": 86, \"1569870423\": 86, \"9526301478\": 86, \"0385724169\": 86, \"9312670845\": 86, \"7280546319\": 86}\n\nQuuestion: In the above json data, please find all the keys with the value 86. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8740632951","1864792530","4678503219","3285796140","0752416938","1569870423","9526301478","0385724169","9312670845","7280546319"],"gold_values":86,"kv_list":[["8740632951",86],["1864792530",86],["4678503219",86],["3285796140",86],["0752416938",86],["1569870423",86],["9526301478",86],["0385724169",86],["9312670845",86],["7280546319",86]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
88
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4503726918\": 87, \"2136789540\": 87, \"4931826075\": 87, \"9748352061\": 87, \"5187234069\": 87, \"5179286430\": 87, \"0456932817\": 87, \"9317250864\": 87, \"6523107948\": 87, \"5413806972\": 87}\n\nQuuestion: In the above json data, please find all the keys with the value 87. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4503726918","2136789540","4931826075","9748352061","5187234069","5179286430","0456932817","9317250864","6523107948","5413806972"],"gold_values":87,"kv_list":[["4503726918",87],["2136789540",87],["4931826075",87],["9748352061",87],["5187234069",87],["5179286430",87],["0456932817",87],["9317250864",87],["6523107948",87],["5413806972",87]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
89
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0731852469\": 88, \"7129053864\": 88, \"9536217048\": 88, \"2308649157\": 88, \"4306952781\": 88, \"5263901748\": 88, \"6470823915\": 88, \"9026715438\": 88, \"4078156329\": 88, \"0365197842\": 88}\n\nQuuestion: In the above json data, please find all the keys with the value 88. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0731852469","7129053864","9536217048","2308649157","4306952781","5263901748","6470823915","9026715438","4078156329","0365197842"],"gold_values":88,"kv_list":[["0731852469",88],["7129053864",88],["9536217048",88],["2308649157",88],["4306952781",88],["5263901748",88],["6470823915",88],["9026715438",88],["4078156329",88],["0365197842",88]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
90
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0314972658\": 89, \"3420176985\": 89, \"4968321507\": 89, \"3821476095\": 89, \"3928574601\": 89, \"2935706418\": 89, \"8053194276\": 89, \"2863590417\": 89, \"9532647108\": 89, \"5681739024\": 89}\n\nQuuestion: In the above json data, please find all the keys with the value 89. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0314972658","3420176985","4968321507","3821476095","3928574601","2935706418","8053194276","2863590417","9532647108","5681739024"],"gold_values":89,"kv_list":[["0314972658",89],["3420176985",89],["4968321507",89],["3821476095",89],["3928574601",89],["2935706418",89],["8053194276",89],["2863590417",89],["9532647108",89],["5681739024",89]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
91
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0243596718\": 90, \"2847619035\": 90, \"7018426593\": 90, \"6942310758\": 90, \"4986571302\": 90, \"5741036298\": 90, \"5903617284\": 90, \"6270531984\": 90, \"0891432657\": 90, \"9081427365\": 90}\n\nQuuestion: In the above json data, please find all the keys with the value 90. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0243596718","2847619035","7018426593","6942310758","4986571302","5741036298","5903617284","6270531984","0891432657","9081427365"],"gold_values":90,"kv_list":[["0243596718",90],["2847619035",90],["7018426593",90],["6942310758",90],["4986571302",90],["5741036298",90],["5903617284",90],["6270531984",90],["0891432657",90],["9081427365",90]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
92
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1325846970\": 91, \"0345298716\": 91, \"3126079458\": 91, \"5104897326\": 91, \"4239601785\": 91, \"8926547310\": 91, \"6718295430\": 91, \"0765892431\": 91, \"5327061498\": 91, \"1894735260\": 91}\n\nQuuestion: In the above json data, please find all the keys with the value 91. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1325846970","0345298716","3126079458","5104897326","4239601785","8926547310","6718295430","0765892431","5327061498","1894735260"],"gold_values":91,"kv_list":[["1325846970",91],["0345298716",91],["3126079458",91],["5104897326",91],["4239601785",91],["8926547310",91],["6718295430",91],["0765892431",91],["5327061498",91],["1894735260",91]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
93
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4187569203\": 92, \"1387945206\": 92, \"3290157648\": 92, \"5281794360\": 92, \"2907315864\": 92, \"5961027834\": 92, \"7940326158\": 92, \"1328560497\": 92, \"9845763120\": 92, \"3708542961\": 92}\n\nQuuestion: In the above json data, please find all the keys with the value 92. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4187569203","1387945206","3290157648","5281794360","2907315864","5961027834","7940326158","1328560497","9845763120","3708542961"],"gold_values":92,"kv_list":[["4187569203",92],["1387945206",92],["3290157648",92],["5281794360",92],["2907315864",92],["5961027834",92],["7940326158",92],["1328560497",92],["9845763120",92],["3708542961",92]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
94
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5632147089\": 93, \"3852049716\": 93, \"9724160358\": 93, \"4507389612\": 93, \"2649805731\": 93, \"9835704261\": 93, \"6230714598\": 93, \"6804579132\": 93, \"0243781659\": 93, \"1893527046\": 93}\n\nQuuestion: In the above json data, please find all the keys with the value 93. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5632147089","3852049716","9724160358","4507389612","2649805731","9835704261","6230714598","6804579132","0243781659","1893527046"],"gold_values":93,"kv_list":[["5632147089",93],["3852049716",93],["9724160358",93],["4507389612",93],["2649805731",93],["9835704261",93],["6230714598",93],["6804579132",93],["0243781659",93],["1893527046",93]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
95
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2614983570\": 94, \"2071689453\": 94, \"9317264508\": 94, \"1764829035\": 94, \"1460837529\": 94, \"2561389704\": 94, \"4520639871\": 94, \"9127865304\": 94, \"7065829134\": 94, \"0943618725\": 94}\n\nQuuestion: In the above json data, please find all the keys with the value 94. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2614983570","2071689453","9317264508","1764829035","1460837529","2561389704","4520639871","9127865304","7065829134","0943618725"],"gold_values":94,"kv_list":[["2614983570",94],["2071689453",94],["9317264508",94],["1764829035",94],["1460837529",94],["2561389704",94],["4520639871",94],["9127865304",94],["7065829134",94],["0943618725",94]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
96
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1630974825\": 95, \"4319062578\": 95, \"5362089147\": 95, \"0345192786\": 95, \"9347286510\": 95, \"0147238659\": 95, \"4902561387\": 95, \"5761932804\": 95, \"9723056481\": 95, \"7961530248\": 95}\n\nQuuestion: In the above json data, please find all the keys with the value 95. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1630974825","4319062578","5362089147","0345192786","9347286510","0147238659","4902561387","5761932804","9723056481","7961530248"],"gold_values":95,"kv_list":[["1630974825",95],["4319062578",95],["5362089147",95],["0345192786",95],["9347286510",95],["0147238659",95],["4902561387",95],["5761932804",95],["9723056481",95],["7961530248",95]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
97
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1680359472\": 96, \"5627134089\": 96, \"5079364218\": 96, \"2759148603\": 96, \"6271983045\": 96, \"2310958647\": 96, \"9368715024\": 96, \"7680213549\": 96, \"1843762509\": 96, \"8690247513\": 96}\n\nQuuestion: In the above json data, please find all the keys with the value 96. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1680359472","5627134089","5079364218","2759148603","6271983045","2310958647","9368715024","7680213549","1843762509","8690247513"],"gold_values":96,"kv_list":[["1680359472",96],["5627134089",96],["5079364218",96],["2759148603",96],["6271983045",96],["2310958647",96],["9368715024",96],["7680213549",96],["1843762509",96],["8690247513",96]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
98
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9840172653\": 97, \"1485206793\": 97, \"7196304582\": 97, \"1037648925\": 97, \"7035942816\": 97, \"0789562341\": 97, \"5791386042\": 97, \"0875431926\": 97, \"1530264897\": 97, \"0862743951\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 97. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9840172653","1485206793","7196304582","1037648925","7035942816","0789562341","5791386042","0875431926","1530264897","0862743951"],"gold_values":97,"kv_list":[["9840172653",97],["1485206793",97],["7196304582",97],["1037648925",97],["7035942816",97],["0789562341",97],["5791386042",97],["0875431926",97],["1530264897",97],["0862743951",97]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
99
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2147603859\": 98, \"2517639480\": 98, \"7490653128\": 98, \"9158763420\": 98, \"9503612748\": 98, \"6549237810\": 98, \"1082954763\": 98, \"8564297130\": 98, \"5068742931\": 98, \"6295781043\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 98. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2147603859","2517639480","7490653128","9158763420","9503612748","6549237810","1082954763","8564297130","5068742931","6295781043"],"gold_values":98,"kv_list":[["2147603859",98],["2517639480",98],["7490653128",98],["9158763420",98],["9503612748",98],["6549237810",98],["1082954763",98],["8564297130",98],["5068742931",98],["6295781043",98]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
100
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5486092731\": 99, \"3297081654\": 99, \"2701953648\": 99, \"5804691732\": 99, \"2607439185\": 99, \"6970315482\": 99, \"3216058497\": 99, \"8241367905\": 99, \"9512843067\": 99, \"6347128509\": 99}\n\nQuuestion: In the above json data, please find all the keys with the value 99. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5486092731","3297081654","2701953648","5804691732","2607439185","6970315482","3216058497","8241367905","9512843067","6347128509"],"gold_values":99,"kv_list":[["5486092731",99],["3297081654",99],["2701953648",99],["5804691732",99],["2607439185",99],["6970315482",99],["3216058497",99],["8241367905",99],["9512843067",99],["6347128509",99]],"gold_key_pos":[0,1,2,3,4,5,6,7,8,9]}
multi-matching/data-kv/10_match_kv_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/10_match_kv_1000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/1_match_kv_10.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6047352198\": 87, \"8241079356\": 76, \"1953402867\": 54, \"8796420531\": 75, \"6079215384\": 36, \"9386147025\": 58, \"8712460593\": 0, \"9843076152\": 85, \"2390478651\": 83, \"2015439687\": 90}\n\nQuuestion: In the above json data, please find all the keys with the value 0. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8712460593"],"gold_values":0,"kv_list":[["6047352198",87],["8241079356",76],["1953402867",54],["8796420531",75],["6079215384",36],["9386147025",58],["8712460593",0],["9843076152",85],["2390478651",83],["2015439687",90]],"gold_key_pos":[6]}
2
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1593427086\": 87, \"1356928047\": 46, \"3018675492\": 76, \"1089673425\": 82, \"8619207435\": 80, \"6204379815\": 1, \"4576918023\": 92, \"5840731692\": 40, \"9845236071\": 50, \"1504296387\": 96}\n\nQuuestion: In the above json data, please find all the keys with the value 1. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6204379815"],"gold_values":1,"kv_list":[["1593427086",87],["1356928047",46],["3018675492",76],["1089673425",82],["8619207435",80],["6204379815",1],["4576918023",92],["5840731692",40],["9845236071",50],["1504296387",96]],"gold_key_pos":[5]}
3
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1035294876\": 44, \"9603548271\": 80, \"7145839206\": 5, \"7546308921\": 6, \"0682915734\": 35, \"3196258074\": 21, \"1043829765\": 2, \"2407619385\": 75, \"9075634182\": 38, \"6401928537\": 47}\n\nQuuestion: In the above json data, please find all the keys with the value 2. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1043829765"],"gold_values":2,"kv_list":[["1035294876",44],["9603548271",80],["7145839206",5],["7546308921",6],["0682915734",35],["3196258074",21],["1043829765",2],["2407619385",75],["9075634182",38],["6401928537",47]],"gold_key_pos":[6]}
4
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8240316759\": 42, \"4652309817\": 5, \"5913064872\": 68, \"2967504381\": 19, \"0697342158\": 33, \"6158249307\": 78, \"1904387625\": 3, \"3094185726\": 49, \"8214375960\": 75, \"5789614032\": 38}\n\nQuuestion: In the above json data, please find all the keys with the value 3. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1904387625"],"gold_values":3,"kv_list":[["8240316759",42],["4652309817",5],["5913064872",68],["2967504381",19],["0697342158",33],["6158249307",78],["1904387625",3],["3094185726",49],["8214375960",75],["5789614032",38]],"gold_key_pos":[6]}
5
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1907856432\": 48, \"5286937410\": 97, \"9185372640\": 25, \"6305712849\": 59, \"1746238905\": 46, \"2345907168\": 81, \"7126930584\": 10, \"7013984265\": 4, \"1859370462\": 6, \"1423709865\": 63}\n\nQuuestion: In the above json data, please find all the keys with the value 4. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7013984265"],"gold_values":4,"kv_list":[["1907856432",48],["5286937410",97],["9185372640",25],["6305712849",59],["1746238905",46],["2345907168",81],["7126930584",10],["7013984265",4],["1859370462",6],["1423709865",63]],"gold_key_pos":[7]}
6
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0831947265\": 95, \"2680735419\": 19, \"0765398124\": 76, \"5182906743\": 55, \"3514780926\": 5, \"4509186372\": 82, \"5420178936\": 46, \"8524097613\": 11, \"2354176890\": 32, \"0293751684\": 57}\n\nQuuestion: In the above json data, please find all the keys with the value 5. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3514780926"],"gold_values":5,"kv_list":[["0831947265",95],["2680735419",19],["0765398124",76],["5182906743",55],["3514780926",5],["4509186372",82],["5420178936",46],["8524097613",11],["2354176890",32],["0293751684",57]],"gold_key_pos":[4]}
7
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8063972154\": 49, \"4718025936\": 52, \"6293157408\": 76, \"7196820453\": 60, \"0349521876\": 18, \"7362504189\": 6, \"4683029157\": 86, \"0142769538\": 39, \"1642795803\": 46, \"8642391075\": 81}\n\nQuuestion: In the above json data, please find all the keys with the value 6. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7362504189"],"gold_values":6,"kv_list":[["8063972154",49],["4718025936",52],["6293157408",76],["7196820453",60],["0349521876",18],["7362504189",6],["4683029157",86],["0142769538",39],["1642795803",46],["8642391075",81]],"gold_key_pos":[5]}
8
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6378542109\": 44, \"4270916583\": 35, \"0815936742\": 5, \"9046521837\": 5, \"1675239480\": 6, \"2794816035\": 21, \"6973514802\": 45, \"6035812974\": 7, \"9415826730\": 38, \"8964352710\": 84}\n\nQuuestion: In the above json data, please find all the keys with the value 7. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6035812974"],"gold_values":7,"kv_list":[["6378542109",44],["4270916583",35],["0815936742",5],["9046521837",5],["1675239480",6],["2794816035",21],["6973514802",45],["6035812974",7],["9415826730",38],["8964352710",84]],"gold_key_pos":[7]}
9
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2165843907\": 8, \"3514026978\": 16, \"4081276539\": 50, \"3482796150\": 83, \"0419358672\": 35, \"7910685342\": 16, \"7164308952\": 95, \"2459306781\": 73, \"7894526031\": 46, \"9125384607\": 30}\n\nQuuestion: In the above json data, please find all the keys with the value 8. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2165843907"],"gold_values":8,"kv_list":[["2165843907",8],["3514026978",16],["4081276539",50],["3482796150",83],["0419358672",35],["7910685342",16],["7164308952",95],["2459306781",73],["7894526031",46],["9125384607",30]],"gold_key_pos":[0]}
10
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4380925617\": 56, \"4286097153\": 19, \"6284019357\": 46, \"2369451780\": 40, \"9053628741\": 23, \"7859021436\": 84, \"5460172389\": 43, \"7342516098\": 94, \"2503874691\": 9, \"3516029847\": 53}\n\nQuuestion: In the above json data, please find all the keys with the value 9. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2503874691"],"gold_values":9,"kv_list":[["4380925617",56],["4286097153",19],["6284019357",46],["2369451780",40],["9053628741",23],["7859021436",84],["5460172389",43],["7342516098",94],["2503874691",9],["3516029847",53]],"gold_key_pos":[8]}
11
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0647839251\": 45, \"6204195738\": 47, \"2306145978\": 38, \"9175840623\": 81, \"0978251364\": 38, \"2659370184\": 42, \"0845937261\": 10, \"5708269314\": 52, \"8953210746\": 77, \"9851620437\": 56}\n\nQuuestion: In the above json data, please find all the keys with the value 10. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0845937261"],"gold_values":10,"kv_list":[["0647839251",45],["6204195738",47],["2306145978",38],["9175840623",81],["0978251364",38],["2659370184",42],["0845937261",10],["5708269314",52],["8953210746",77],["9851620437",56]],"gold_key_pos":[6]}
12
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0293187456\": 61, \"9314827605\": 67, \"2167394805\": 11, \"4952137068\": 5, \"5704361892\": 10, \"3570814962\": 73, \"1735680429\": 45, \"1682735490\": 47, \"4078213956\": 0, \"0756412893\": 8}\n\nQuuestion: In the above json data, please find all the keys with the value 11. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2167394805"],"gold_values":11,"kv_list":[["0293187456",61],["9314827605",67],["2167394805",11],["4952137068",5],["5704361892",10],["3570814962",73],["1735680429",45],["1682735490",47],["4078213956",0],["0756412893",8]],"gold_key_pos":[2]}
13
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1870265943\": 6, \"6283740951\": 57, \"7086431592\": 46, \"8241957630\": 12, \"7820541963\": 80, \"1374985260\": 97, \"7804962531\": 33, \"6572349801\": 87, \"5029187346\": 40, \"6049381572\": 73}\n\nQuuestion: In the above json data, please find all the keys with the value 12. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8241957630"],"gold_values":12,"kv_list":[["1870265943",6],["6283740951",57],["7086431592",46],["8241957630",12],["7820541963",80],["1374985260",97],["7804962531",33],["6572349801",87],["5029187346",40],["6049381572",73]],"gold_key_pos":[3]}
14
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6203819745\": 9, \"1058936724\": 17, \"7104329658\": 53, \"5913072864\": 73, \"5281694730\": 85, \"7601824935\": 45, \"3269841705\": 12, \"9065178342\": 13, \"0914675238\": 56, \"6957182304\": 32}\n\nQuuestion: In the above json data, please find all the keys with the value 13. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9065178342"],"gold_values":13,"kv_list":[["6203819745",9],["1058936724",17],["7104329658",53],["5913072864",73],["5281694730",85],["7601824935",45],["3269841705",12],["9065178342",13],["0914675238",56],["6957182304",32]],"gold_key_pos":[7]}
15
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6391584207\": 88, \"4859063712\": 16, \"9568047312\": 53, \"6980534721\": 99, \"7624980153\": 34, \"5701269438\": 21, \"4860532179\": 44, \"2914870653\": 14, \"1964578023\": 65, \"2304189657\": 43}\n\nQuuestion: In the above json data, please find all the keys with the value 14. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2914870653"],"gold_values":14,"kv_list":[["6391584207",88],["4859063712",16],["9568047312",53],["6980534721",99],["7624980153",34],["5701269438",21],["4860532179",44],["2914870653",14],["1964578023",65],["2304189657",43]],"gold_key_pos":[7]}
16
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2641395870\": 85, \"6128045739\": 7, \"4260759183\": 86, \"1754823069\": 18, \"8206513974\": 76, \"6408135972\": 72, \"1659430872\": 26, \"8763214590\": 0, \"4270639815\": 15, \"4736021859\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 15. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4270639815"],"gold_values":15,"kv_list":[["2641395870",85],["6128045739",7],["4260759183",86],["1754823069",18],["8206513974",76],["6408135972",72],["1659430872",26],["8763214590",0],["4270639815",15],["4736021859",52]],"gold_key_pos":[8]}
17
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9713425068\": 49, \"3742109568\": 69, \"1469523087\": 0, \"3752941086\": 17, \"8735624190\": 14, \"6413209875\": 78, \"2571034698\": 78, \"6843120957\": 26, \"6390478512\": 16, \"5217980346\": 95}\n\nQuuestion: In the above json data, please find all the keys with the value 16. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6390478512"],"gold_values":16,"kv_list":[["9713425068",49],["3742109568",69],["1469523087",0],["3752941086",17],["8735624190",14],["6413209875",78],["2571034698",78],["6843120957",26],["6390478512",16],["5217980346",95]],"gold_key_pos":[8]}
18
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3068415792\": 22, \"7061382495\": 51, \"5724608931\": 6, \"0283147956\": 99, \"8170435692\": 44, \"2643079518\": 98, \"5760389142\": 88, \"3479156820\": 17, \"9217840356\": 25, \"0526381479\": 93}\n\nQuuestion: In the above json data, please find all the keys with the value 17. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3479156820"],"gold_values":17,"kv_list":[["3068415792",22],["7061382495",51],["5724608931",6],["0283147956",99],["8170435692",44],["2643079518",98],["5760389142",88],["3479156820",17],["9217840356",25],["0526381479",93]],"gold_key_pos":[7]}
19
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2861543907\": 5, \"0374261958\": 20, \"2376541908\": 41, \"4578162390\": 81, \"6759301428\": 75, \"6732504189\": 18, \"6935017428\": 63, \"1709342685\": 8, \"3051928467\": 68, \"3685421790\": 62}\n\nQuuestion: In the above json data, please find all the keys with the value 18. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6732504189"],"gold_values":18,"kv_list":[["2861543907",5],["0374261958",20],["2376541908",41],["4578162390",81],["6759301428",75],["6732504189",18],["6935017428",63],["1709342685",8],["3051928467",68],["3685421790",62]],"gold_key_pos":[5]}
20
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5607341829\": 2, \"6305298714\": 1, \"5302497816\": 82, \"4527093816\": 35, \"8123049657\": 9, \"2361489075\": 85, \"8397215604\": 19, \"5490687132\": 41, \"4356807219\": 71, \"1759263840\": 84}\n\nQuuestion: In the above json data, please find all the keys with the value 19. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8397215604"],"gold_values":19,"kv_list":[["5607341829",2],["6305298714",1],["5302497816",82],["4527093816",35],["8123049657",9],["2361489075",85],["8397215604",19],["5490687132",41],["4356807219",71],["1759263840",84]],"gold_key_pos":[6]}
21
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0327498165\": 76, \"4573806192\": 32, \"3760182495\": 95, \"7054381926\": 27, \"6975012834\": 20, \"3421870956\": 98, \"2396415780\": 6, \"7308164952\": 66, \"1294056837\": 8, \"7462539801\": 89}\n\nQuuestion: In the above json data, please find all the keys with the value 20. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6975012834"],"gold_values":20,"kv_list":[["0327498165",76],["4573806192",32],["3760182495",95],["7054381926",27],["6975012834",20],["3421870956",98],["2396415780",6],["7308164952",66],["1294056837",8],["7462539801",89]],"gold_key_pos":[4]}
22
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3724568091\": 26, \"5947821036\": 41, \"9653281470\": 24, \"5684372901\": 23, \"6347195280\": 64, \"4693570281\": 85, \"7108492536\": 19, \"9254806371\": 21, \"3675280419\": 76, \"0294685371\": 65}\n\nQuuestion: In the above json data, please find all the keys with the value 21. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9254806371"],"gold_values":21,"kv_list":[["3724568091",26],["5947821036",41],["9653281470",24],["5684372901",23],["6347195280",64],["4693570281",85],["7108492536",19],["9254806371",21],["3675280419",76],["0294685371",65]],"gold_key_pos":[7]}
23
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9307846251\": 88, \"6457981203\": 1, \"2543679108\": 82, \"2147536809\": 6, \"2186739405\": 68, \"4915280367\": 8, \"2163709548\": 22, \"6301874295\": 82, \"8463907251\": 37, \"3214986705\": 19}\n\nQuuestion: In the above json data, please find all the keys with the value 22. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2163709548"],"gold_values":22,"kv_list":[["9307846251",88],["6457981203",1],["2543679108",82],["2147536809",6],["2186739405",68],["4915280367",8],["2163709548",22],["6301874295",82],["8463907251",37],["3214986705",19]],"gold_key_pos":[6]}
24
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8219067354\": 50, \"5348267901\": 90, \"5768349210\": 23, \"3267481059\": 88, \"0615942378\": 75, \"7659843210\": 62, \"8067259341\": 28, \"1567490238\": 3, \"9502164837\": 91, \"0375621984\": 59}\n\nQuuestion: In the above json data, please find all the keys with the value 23. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5768349210"],"gold_values":23,"kv_list":[["8219067354",50],["5348267901",90],["5768349210",23],["3267481059",88],["0615942378",75],["7659843210",62],["8067259341",28],["1567490238",3],["9502164837",91],["0375621984",59]],"gold_key_pos":[2]}
25
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9278463501\": 99, \"6358214907\": 74, \"7354912086\": 79, \"8213674950\": 68, \"1879235406\": 26, \"6507184239\": 36, \"4895362710\": 38, \"1059243678\": 20, \"5319064278\": 23, \"9307625418\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 24. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9307625418"],"gold_values":24,"kv_list":[["9278463501",99],["6358214907",74],["7354912086",79],["8213674950",68],["1879235406",26],["6507184239",36],["4895362710",38],["1059243678",20],["5319064278",23],["9307625418",24]],"gold_key_pos":[9]}
26
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2938761450\": 4, \"1269740583\": 26, \"4196780325\": 30, \"6283407591\": 25, \"5739621084\": 12, \"4591273086\": 77, \"1925386407\": 49, \"1472380965\": 53, \"8295073416\": 8, \"7360948512\": 71}\n\nQuuestion: In the above json data, please find all the keys with the value 25. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6283407591"],"gold_values":25,"kv_list":[["2938761450",4],["1269740583",26],["4196780325",30],["6283407591",25],["5739621084",12],["4591273086",77],["1925386407",49],["1472380965",53],["8295073416",8],["7360948512",71]],"gold_key_pos":[3]}
27
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8397015264\": 97, \"8964325701\": 61, \"5301864729\": 74, \"7914253860\": 26, \"9172450368\": 88, \"3072146985\": 47, \"8597602431\": 83, \"8693017542\": 12, \"8372145690\": 12, \"3128945076\": 64}\n\nQuuestion: In the above json data, please find all the keys with the value 26. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7914253860"],"gold_values":26,"kv_list":[["8397015264",97],["8964325701",61],["5301864729",74],["7914253860",26],["9172450368",88],["3072146985",47],["8597602431",83],["8693017542",12],["8372145690",12],["3128945076",64]],"gold_key_pos":[3]}
28
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8096547123\": 63, \"8621509347\": 61, \"3286514079\": 34, \"1478263059\": 27, \"7052634819\": 52, \"3128469507\": 16, \"6825743019\": 78, \"7436528019\": 64, \"7065382914\": 35, \"9831025647\": 22}\n\nQuuestion: In the above json data, please find all the keys with the value 27. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1478263059"],"gold_values":27,"kv_list":[["8096547123",63],["8621509347",61],["3286514079",34],["1478263059",27],["7052634819",52],["3128469507",16],["6825743019",78],["7436528019",64],["7065382914",35],["9831025647",22]],"gold_key_pos":[3]}
29
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3548607129\": 28, \"9358107624\": 15, \"2567389401\": 12, \"8720643915\": 40, \"6190528347\": 10, \"8501792634\": 81, \"3572419806\": 99, \"0157829463\": 49, \"1845096237\": 26, \"2978513604\": 33}\n\nQuuestion: In the above json data, please find all the keys with the value 28. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3548607129"],"gold_values":28,"kv_list":[["3548607129",28],["9358107624",15],["2567389401",12],["8720643915",40],["6190528347",10],["8501792634",81],["3572419806",99],["0157829463",49],["1845096237",26],["2978513604",33]],"gold_key_pos":[0]}
30
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3751908246\": 54, \"5893762140\": 75, \"2379506184\": 83, \"0175486329\": 99, \"0763829541\": 21, \"7215463890\": 45, \"1604327598\": 29, \"7840652139\": 55, \"3479806215\": 57, \"2683549170\": 57}\n\nQuuestion: In the above json data, please find all the keys with the value 29. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1604327598"],"gold_values":29,"kv_list":[["3751908246",54],["5893762140",75],["2379506184",83],["0175486329",99],["0763829541",21],["7215463890",45],["1604327598",29],["7840652139",55],["3479806215",57],["2683549170",57]],"gold_key_pos":[6]}
31
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1359802476\": 12, \"1924086537\": 94, \"2463980715\": 49, \"1976524830\": 48, \"9456308217\": 30, \"7439065821\": 42, \"0489657321\": 72, \"1205497386\": 90, \"3179056284\": 74, \"8126739054\": 70}\n\nQuuestion: In the above json data, please find all the keys with the value 30. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9456308217"],"gold_values":30,"kv_list":[["1359802476",12],["1924086537",94],["2463980715",49],["1976524830",48],["9456308217",30],["7439065821",42],["0489657321",72],["1205497386",90],["3179056284",74],["8126739054",70]],"gold_key_pos":[4]}
32
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4317982560\": 45, \"8507612394\": 47, \"2175389406\": 14, \"2581703469\": 99, \"3192706854\": 2, \"5360842719\": 54, \"4157302968\": 31, \"5817360429\": 23, \"4086912753\": 62, \"9830541726\": 29}\n\nQuuestion: In the above json data, please find all the keys with the value 31. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4157302968"],"gold_values":31,"kv_list":[["4317982560",45],["8507612394",47],["2175389406",14],["2581703469",99],["3192706854",2],["5360842719",54],["4157302968",31],["5817360429",23],["4086912753",62],["9830541726",29]],"gold_key_pos":[6]}
33
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9034576182\": 16, \"6978512034\": 65, \"4217863950\": 17, \"8673024195\": 18, \"6803541927\": 8, \"0964825317\": 44, \"8574369201\": 32, \"9532701468\": 5, \"2756318490\": 3, \"8302469571\": 63}\n\nQuuestion: In the above json data, please find all the keys with the value 32. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8574369201"],"gold_values":32,"kv_list":[["9034576182",16],["6978512034",65],["4217863950",17],["8673024195",18],["6803541927",8],["0964825317",44],["8574369201",32],["9532701468",5],["2756318490",3],["8302469571",63]],"gold_key_pos":[6]}
34
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1809536247\": 81, \"4523708961\": 15, \"4951038672\": 52, \"6473598012\": 78, \"6340182579\": 12, \"5328179604\": 37, \"8751026349\": 10, \"1658274039\": 33, \"2983107645\": 75, \"6193784025\": 12}\n\nQuuestion: In the above json data, please find all the keys with the value 33. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1658274039"],"gold_values":33,"kv_list":[["1809536247",81],["4523708961",15],["4951038672",52],["6473598012",78],["6340182579",12],["5328179604",37],["8751026349",10],["1658274039",33],["2983107645",75],["6193784025",12]],"gold_key_pos":[7]}
35
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4629378501\": 93, \"4286501739\": 5, \"1567230498\": 77, \"7380194652\": 34, \"1529647380\": 28, \"9746201385\": 73, \"4720639185\": 0, \"3571409826\": 58, \"8026957143\": 95, \"0326785194\": 1}\n\nQuuestion: In the above json data, please find all the keys with the value 34. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7380194652"],"gold_values":34,"kv_list":[["4629378501",93],["4286501739",5],["1567230498",77],["7380194652",34],["1529647380",28],["9746201385",73],["4720639185",0],["3571409826",58],["8026957143",95],["0326785194",1]],"gold_key_pos":[3]}
36
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2314579680\": 76, \"5863294170\": 15, \"5649013728\": 43, \"2971645038\": 8, \"9270315684\": 62, \"8016597423\": 78, \"5183672904\": 35, \"9740136285\": 39, \"2486591370\": 31, \"1607923854\": 50}\n\nQuuestion: In the above json data, please find all the keys with the value 35. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5183672904"],"gold_values":35,"kv_list":[["2314579680",76],["5863294170",15],["5649013728",43],["2971645038",8],["9270315684",62],["8016597423",78],["5183672904",35],["9740136285",39],["2486591370",31],["1607923854",50]],"gold_key_pos":[6]}
37
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5920473681\": 36, \"8576903124\": 86, \"0698371524\": 9, \"9276308415\": 23, \"4280395761\": 50, \"5294106387\": 53, \"7306824159\": 10, \"8046351279\": 9, \"8651427039\": 87, \"3157982406\": 73}\n\nQuuestion: In the above json data, please find all the keys with the value 36. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5920473681"],"gold_values":36,"kv_list":[["5920473681",36],["8576903124",86],["0698371524",9],["9276308415",23],["4280395761",50],["5294106387",53],["7306824159",10],["8046351279",9],["8651427039",87],["3157982406",73]],"gold_key_pos":[0]}
38
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8132570469\": 94, \"7438095621\": 23, \"2734960815\": 73, \"9547162083\": 37, \"1546208379\": 27, \"0968315247\": 4, \"0274956381\": 25, \"6235409718\": 15, \"4260583971\": 38, \"9308647512\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 37. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9547162083"],"gold_values":37,"kv_list":[["8132570469",94],["7438095621",23],["2734960815",73],["9547162083",37],["1546208379",27],["0968315247",4],["0274956381",25],["6235409718",15],["4260583971",38],["9308647512",97]],"gold_key_pos":[3]}
39
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5421837069\": 22, \"9726315408\": 18, \"9508461732\": 15, \"3187620594\": 36, \"9824370156\": 94, \"8375429061\": 38, \"3518296704\": 98, \"1549267083\": 37, \"1845923076\": 22, \"1438206597\": 63}\n\nQuuestion: In the above json data, please find all the keys with the value 38. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8375429061"],"gold_values":38,"kv_list":[["5421837069",22],["9726315408",18],["9508461732",15],["3187620594",36],["9824370156",94],["8375429061",38],["3518296704",98],["1549267083",37],["1845923076",22],["1438206597",63]],"gold_key_pos":[5]}
40
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3890712456\": 86, \"1276589034\": 12, \"7543120869\": 57, \"9216037458\": 91, \"9408736215\": 39, \"3210457986\": 98, \"8367145902\": 43, \"5214867093\": 32, \"8742901536\": 57, \"8534290176\": 2}\n\nQuuestion: In the above json data, please find all the keys with the value 39. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9408736215"],"gold_values":39,"kv_list":[["3890712456",86],["1276589034",12],["7543120869",57],["9216037458",91],["9408736215",39],["3210457986",98],["8367145902",43],["5214867093",32],["8742901536",57],["8534290176",2]],"gold_key_pos":[4]}
41
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5397268041\": 33, \"9843705162\": 72, \"2190547683\": 85, \"9135724068\": 39, \"4631570928\": 95, \"9012874365\": 40, \"9587630421\": 41, \"3120645789\": 74, \"7605482391\": 91, \"9485370162\": 32}\n\nQuuestion: In the above json data, please find all the keys with the value 40. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9012874365"],"gold_values":40,"kv_list":[["5397268041",33],["9843705162",72],["2190547683",85],["9135724068",39],["4631570928",95],["9012874365",40],["9587630421",41],["3120645789",74],["7605482391",91],["9485370162",32]],"gold_key_pos":[5]}
42
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4780925361\": 57, \"5016928437\": 49, \"0945387162\": 83, \"8491537620\": 77, \"0412597368\": 4, \"5439187620\": 42, \"1924076835\": 3, \"6527309184\": 87, \"1506349827\": 41, \"7091625843\": 59}\n\nQuuestion: In the above json data, please find all the keys with the value 41. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1506349827"],"gold_values":41,"kv_list":[["4780925361",57],["5016928437",49],["0945387162",83],["8491537620",77],["0412597368",4],["5439187620",42],["1924076835",3],["6527309184",87],["1506349827",41],["7091625843",59]],"gold_key_pos":[8]}
43
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3270596148\": 65, \"0943752816\": 14, \"9542108376\": 40, \"5039681472\": 75, \"3789162045\": 42, \"4591307286\": 72, \"9520641783\": 81, \"2983607154\": 80, \"3056278419\": 12, \"1632489057\": 79}\n\nQuuestion: In the above json data, please find all the keys with the value 42. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3789162045"],"gold_values":42,"kv_list":[["3270596148",65],["0943752816",14],["9542108376",40],["5039681472",75],["3789162045",42],["4591307286",72],["9520641783",81],["2983607154",80],["3056278419",12],["1632489057",79]],"gold_key_pos":[4]}
44
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5472319860\": 47, \"5246183097\": 87, \"4523189760\": 43, \"9302178546\": 79, \"6437081925\": 92, \"9683021574\": 17, \"8724316509\": 3, \"5794120836\": 96, \"3506249871\": 77, \"3628741095\": 51}\n\nQuuestion: In the above json data, please find all the keys with the value 43. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4523189760"],"gold_values":43,"kv_list":[["5472319860",47],["5246183097",87],["4523189760",43],["9302178546",79],["6437081925",92],["9683021574",17],["8724316509",3],["5794120836",96],["3506249871",77],["3628741095",51]],"gold_key_pos":[2]}
45
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5427369801\": 13, \"3276905418\": 93, \"1489652037\": 97, \"3207184569\": 17, \"4513289067\": 34, \"5678241039\": 30, \"1457908362\": 44, \"0584673291\": 95, \"9831247056\": 21, \"0537496812\": 27}\n\nQuuestion: In the above json data, please find all the keys with the value 44. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1457908362"],"gold_values":44,"kv_list":[["5427369801",13],["3276905418",93],["1489652037",97],["3207184569",17],["4513289067",34],["5678241039",30],["1457908362",44],["0584673291",95],["9831247056",21],["0537496812",27]],"gold_key_pos":[6]}
46
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6380427591\": 74, \"9582413607\": 81, \"9143507682\": 71, \"1497280365\": 2, \"2531680974\": 96, \"7839150462\": 6, \"1789532604\": 45, \"2369875041\": 53, \"1357420968\": 80, \"6347205918\": 38}\n\nQuuestion: In the above json data, please find all the keys with the value 45. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1789532604"],"gold_values":45,"kv_list":[["6380427591",74],["9582413607",81],["9143507682",71],["1497280365",2],["2531680974",96],["7839150462",6],["1789532604",45],["2369875041",53],["1357420968",80],["6347205918",38]],"gold_key_pos":[6]}
47
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5068327194\": 35, \"5109476382\": 67, \"1920845637\": 47, \"6304987521\": 51, \"7138069245\": 8, \"4309581267\": 75, \"0468357192\": 61, \"4832561970\": 46, \"4657210983\": 87, \"1364925870\": 12}\n\nQuuestion: In the above json data, please find all the keys with the value 46. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4832561970"],"gold_values":46,"kv_list":[["5068327194",35],["5109476382",67],["1920845637",47],["6304987521",51],["7138069245",8],["4309581267",75],["0468357192",61],["4832561970",46],["4657210983",87],["1364925870",12]],"gold_key_pos":[7]}
48
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1842037569\": 38, \"0682359174\": 78, \"1024695738\": 47, \"2846310759\": 75, \"3205798164\": 6, \"7201593648\": 6, \"0732895164\": 29, \"3184769520\": 3, \"9057281436\": 74, \"7543108962\": 99}\n\nQuuestion: In the above json data, please find all the keys with the value 47. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1024695738"],"gold_values":47,"kv_list":[["1842037569",38],["0682359174",78],["1024695738",47],["2846310759",75],["3205798164",6],["7201593648",6],["0732895164",29],["3184769520",3],["9057281436",74],["7543108962",99]],"gold_key_pos":[2]}
49
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4792865031\": 98, \"8197623054\": 49, \"5408739216\": 35, \"1976583204\": 42, \"8053271964\": 24, \"9306184725\": 48, \"4832096715\": 92, \"2034917685\": 97, \"6905172843\": 30, \"6854102937\": 73}\n\nQuuestion: In the above json data, please find all the keys with the value 48. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9306184725"],"gold_values":48,"kv_list":[["4792865031",98],["8197623054",49],["5408739216",35],["1976583204",42],["8053271964",24],["9306184725",48],["4832096715",92],["2034917685",97],["6905172843",30],["6854102937",73]],"gold_key_pos":[5]}
50
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9076152834\": 46, \"3017954286\": 8, \"9485071326\": 32, \"1598327406\": 83, \"5732604819\": 73, \"7396485021\": 26, \"8716329054\": 76, \"9375801624\": 17, \"6078325419\": 86, \"9148352607\": 49}\n\nQuuestion: In the above json data, please find all the keys with the value 49. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9148352607"],"gold_values":49,"kv_list":[["9076152834",46],["3017954286",8],["9485071326",32],["1598327406",83],["5732604819",73],["7396485021",26],["8716329054",76],["9375801624",17],["6078325419",86],["9148352607",49]],"gold_key_pos":[9]}
51
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1206453897\": 4, \"2069738541\": 2, \"3610957842\": 29, \"2708691354\": 41, \"3907852641\": 50, \"9085132764\": 81, \"1820759463\": 95, \"8321704659\": 84, \"8420736951\": 90, \"8045672931\": 11}\n\nQuuestion: In the above json data, please find all the keys with the value 50. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3907852641"],"gold_values":50,"kv_list":[["1206453897",4],["2069738541",2],["3610957842",29],["2708691354",41],["3907852641",50],["9085132764",81],["1820759463",95],["8321704659",84],["8420736951",90],["8045672931",11]],"gold_key_pos":[4]}
52
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4706831925\": 87, \"2819654037\": 17, \"4596013782\": 85, \"1654709823\": 60, \"4860521379\": 51, \"8179245603\": 53, \"1563294780\": 70, \"8436107925\": 81, \"0568974132\": 45, \"5762894103\": 40}\n\nQuuestion: In the above json data, please find all the keys with the value 51. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4860521379"],"gold_values":51,"kv_list":[["4706831925",87],["2819654037",17],["4596013782",85],["1654709823",60],["4860521379",51],["8179245603",53],["1563294780",70],["8436107925",81],["0568974132",45],["5762894103",40]],"gold_key_pos":[4]}
53
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0258719643\": 34, \"9015347862\": 52, \"1397645820\": 28, \"4902876513\": 98, \"6825397014\": 5, \"1785096234\": 4, \"1628347590\": 94, \"8031467952\": 95, \"0894356127\": 41, \"9816740523\": 48}\n\nQuuestion: In the above json data, please find all the keys with the value 52. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9015347862"],"gold_values":52,"kv_list":[["0258719643",34],["9015347862",52],["1397645820",28],["4902876513",98],["6825397014",5],["1785096234",4],["1628347590",94],["8031467952",95],["0894356127",41],["9816740523",48]],"gold_key_pos":[1]}
54
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3094216785\": 43, \"9143802576\": 81, \"8712364950\": 6, \"4037218965\": 41, \"6391582047\": 64, \"4132089576\": 46, \"4235970618\": 83, \"0475218639\": 53, \"2953784160\": 57, \"2739854016\": 8}\n\nQuuestion: In the above json data, please find all the keys with the value 53. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0475218639"],"gold_values":53,"kv_list":[["3094216785",43],["9143802576",81],["8712364950",6],["4037218965",41],["6391582047",64],["4132089576",46],["4235970618",83],["0475218639",53],["2953784160",57],["2739854016",8]],"gold_key_pos":[7]}
55
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8497325016\": 47, \"6803427195\": 54, \"8635902741\": 69, \"1860472935\": 18, \"7204563189\": 80, \"9832154706\": 61, \"4539821076\": 79, \"3967182405\": 76, \"4307268159\": 49, \"6435820917\": 68}\n\nQuuestion: In the above json data, please find all the keys with the value 54. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6803427195"],"gold_values":54,"kv_list":[["8497325016",47],["6803427195",54],["8635902741",69],["1860472935",18],["7204563189",80],["9832154706",61],["4539821076",79],["3967182405",76],["4307268159",49],["6435820917",68]],"gold_key_pos":[1]}
56
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4825106937\": 81, \"3857942601\": 91, \"0369851724\": 69, \"6845137092\": 1, \"5102638947\": 47, \"1726389045\": 55, \"8270649135\": 73, \"3167590284\": 58, \"0579842613\": 26, \"9245183067\": 59}\n\nQuuestion: In the above json data, please find all the keys with the value 55. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1726389045"],"gold_values":55,"kv_list":[["4825106937",81],["3857942601",91],["0369851724",69],["6845137092",1],["5102638947",47],["1726389045",55],["8270649135",73],["3167590284",58],["0579842613",26],["9245183067",59]],"gold_key_pos":[5]}
57
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9563714802\": 25, \"0791864253\": 89, \"6301897425\": 58, \"7018946325\": 65, \"0243751689\": 0, \"5429631807\": 32, \"2673041958\": 56, \"1068952734\": 5, \"9763581402\": 29, \"7654098213\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 56. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2673041958"],"gold_values":56,"kv_list":[["9563714802",25],["0791864253",89],["6301897425",58],["7018946325",65],["0243751689",0],["5429631807",32],["2673041958",56],["1068952734",5],["9763581402",29],["7654098213",97]],"gold_key_pos":[6]}
58
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8403219765\": 86, \"9107826453\": 2, \"3279610854\": 61, \"5219836047\": 14, \"3942051687\": 90, \"2186745093\": 57, \"3780291645\": 26, \"9268541703\": 58, \"3706945812\": 37, \"5208379146\": 76}\n\nQuuestion: In the above json data, please find all the keys with the value 57. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2186745093"],"gold_values":57,"kv_list":[["8403219765",86],["9107826453",2],["3279610854",61],["5219836047",14],["3942051687",90],["2186745093",57],["3780291645",26],["9268541703",58],["3706945812",37],["5208379146",76]],"gold_key_pos":[5]}
59
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4052789631\": 26, \"0219856347\": 70, \"9052473816\": 56, \"4032651789\": 43, \"0946751382\": 58, \"6430981275\": 95, \"3548970216\": 27, \"4906285317\": 79, \"4592380671\": 62, \"3298647510\": 39}\n\nQuuestion: In the above json data, please find all the keys with the value 58. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0946751382"],"gold_values":58,"kv_list":[["4052789631",26],["0219856347",70],["9052473816",56],["4032651789",43],["0946751382",58],["6430981275",95],["3548970216",27],["4906285317",79],["4592380671",62],["3298647510",39]],"gold_key_pos":[4]}
60
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1087593246\": 72, \"1745360928\": 0, \"9725410638\": 70, \"9302786145\": 93, \"9671384052\": 16, \"7152486039\": 76, \"4318096275\": 80, \"4810752369\": 36, \"5341970268\": 85, \"4690587231\": 59}\n\nQuuestion: In the above json data, please find all the keys with the value 59. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4690587231"],"gold_values":59,"kv_list":[["1087593246",72],["1745360928",0],["9725410638",70],["9302786145",93],["9671384052",16],["7152486039",76],["4318096275",80],["4810752369",36],["5341970268",85],["4690587231",59]],"gold_key_pos":[9]}
61
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9705342681\": 35, \"1389627540\": 16, \"3591786204\": 60, \"6432597801\": 20, \"6795140832\": 44, \"9064718352\": 43, \"1042863597\": 88, \"5381479620\": 65, \"9143708652\": 28, \"6512304897\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 60. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3591786204"],"gold_values":60,"kv_list":[["9705342681",35],["1389627540",16],["3591786204",60],["6432597801",20],["6795140832",44],["9064718352",43],["1042863597",88],["5381479620",65],["9143708652",28],["6512304897",97]],"gold_key_pos":[2]}
62
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9034721568\": 48, \"3765210849\": 91, \"9450618372\": 19, \"7291064583\": 61, \"5746289103\": 33, \"6174529803\": 96, \"0256194837\": 93, \"6948230715\": 93, \"6507982341\": 48, \"4935821067\": 41}\n\nQuuestion: In the above json data, please find all the keys with the value 61. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7291064583"],"gold_values":61,"kv_list":[["9034721568",48],["3765210849",91],["9450618372",19],["7291064583",61],["5746289103",33],["6174529803",96],["0256194837",93],["6948230715",93],["6507982341",48],["4935821067",41]],"gold_key_pos":[3]}
63
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4658710293\": 92, \"5128463907\": 12, \"7825430961\": 2, \"6854109723\": 61, \"3967451028\": 19, \"1034856729\": 62, \"3564902871\": 42, \"6150972843\": 74, \"1582934067\": 6, \"1623458709\": 10}\n\nQuuestion: In the above json data, please find all the keys with the value 62. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1034856729"],"gold_values":62,"kv_list":[["4658710293",92],["5128463907",12],["7825430961",2],["6854109723",61],["3967451028",19],["1034856729",62],["3564902871",42],["6150972843",74],["1582934067",6],["1623458709",10]],"gold_key_pos":[5]}
64
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8427630519\": 27, \"4893726510\": 15, \"0729561348\": 33, \"8394275160\": 33, \"3905126874\": 57, \"8694217305\": 62, \"0591874326\": 28, \"2640381975\": 34, \"2079641538\": 63, \"1294735086\": 78}\n\nQuuestion: In the above json data, please find all the keys with the value 63. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2079641538"],"gold_values":63,"kv_list":[["8427630519",27],["4893726510",15],["0729561348",33],["8394275160",33],["3905126874",57],["8694217305",62],["0591874326",28],["2640381975",34],["2079641538",63],["1294735086",78]],"gold_key_pos":[8]}
65
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6743189052\": 81, \"3156748209\": 28, \"0651782493\": 43, \"7642398105\": 42, \"0129745386\": 91, \"3602549817\": 44, \"9415726830\": 47, \"2143960875\": 18, \"3048925176\": 64, \"5087493612\": 43}\n\nQuuestion: In the above json data, please find all the keys with the value 64. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3048925176"],"gold_values":64,"kv_list":[["6743189052",81],["3156748209",28],["0651782493",43],["7642398105",42],["0129745386",91],["3602549817",44],["9415726830",47],["2143960875",18],["3048925176",64],["5087493612",43]],"gold_key_pos":[8]}
66
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4598213670\": 55, \"9132786045\": 65, \"0352798641\": 90, \"2731904658\": 83, \"4659810327\": 60, \"4196783502\": 99, \"4951260873\": 10, \"5719048632\": 4, \"9540162837\": 59, \"5204817693\": 87}\n\nQuuestion: In the above json data, please find all the keys with the value 65. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9132786045"],"gold_values":65,"kv_list":[["4598213670",55],["9132786045",65],["0352798641",90],["2731904658",83],["4659810327",60],["4196783502",99],["4951260873",10],["5719048632",4],["9540162837",59],["5204817693",87]],"gold_key_pos":[1]}
67
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3428950716\": 30, \"8473629051\": 91, \"1368047259\": 81, \"2651798034\": 22, \"2158306749\": 86, \"4981763502\": 58, \"6142753890\": 66, \"7348015629\": 17, \"6240958137\": 12, \"6452379810\": 73}\n\nQuuestion: In the above json data, please find all the keys with the value 66. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6142753890"],"gold_values":66,"kv_list":[["3428950716",30],["8473629051",91],["1368047259",81],["2651798034",22],["2158306749",86],["4981763502",58],["6142753890",66],["7348015629",17],["6240958137",12],["6452379810",73]],"gold_key_pos":[6]}
68
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2489065371\": 38, \"9502438761\": 55, \"3951074826\": 67, \"7148923056\": 10, \"7638049215\": 65, \"6817492305\": 78, \"5682134790\": 4, \"7105643298\": 2, \"5978642301\": 95, \"1427590368\": 16}\n\nQuuestion: In the above json data, please find all the keys with the value 67. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3951074826"],"gold_values":67,"kv_list":[["2489065371",38],["9502438761",55],["3951074826",67],["7148923056",10],["7638049215",65],["6817492305",78],["5682134790",4],["7105643298",2],["5978642301",95],["1427590368",16]],"gold_key_pos":[2]}
69
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1625487039\": 51, \"7136498520\": 16, \"2143706589\": 7, \"9260471835\": 68, \"2187563409\": 87, \"6325184970\": 73, \"4962158307\": 48, \"4326079851\": 27, \"3725014986\": 61, \"3826195704\": 0}\n\nQuuestion: In the above json data, please find all the keys with the value 68. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9260471835"],"gold_values":68,"kv_list":[["1625487039",51],["7136498520",16],["2143706589",7],["9260471835",68],["2187563409",87],["6325184970",73],["4962158307",48],["4326079851",27],["3725014986",61],["3826195704",0]],"gold_key_pos":[3]}
70
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8912306745\": 57, \"2953804671\": 60, \"6430215879\": 44, \"3619805427\": 84, \"3420985167\": 1, \"0183495672\": 18, \"4079628513\": 69, \"0495732618\": 44, \"2394651870\": 90, \"2346105798\": 31}\n\nQuuestion: In the above json data, please find all the keys with the value 69. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4079628513"],"gold_values":69,"kv_list":[["8912306745",57],["2953804671",60],["6430215879",44],["3619805427",84],["3420985167",1],["0183495672",18],["4079628513",69],["0495732618",44],["2394651870",90],["2346105798",31]],"gold_key_pos":[6]}
71
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0428937156\": 70, \"4562379018\": 44, \"3082619457\": 68, \"0241387965\": 73, \"9586421703\": 88, \"0827541639\": 34, \"3658492170\": 40, \"4312068579\": 3, \"4320756189\": 64, \"5714839602\": 99}\n\nQuuestion: In the above json data, please find all the keys with the value 70. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0428937156"],"gold_values":70,"kv_list":[["0428937156",70],["4562379018",44],["3082619457",68],["0241387965",73],["9586421703",88],["0827541639",34],["3658492170",40],["4312068579",3],["4320756189",64],["5714839602",99]],"gold_key_pos":[0]}
72
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0637582914\": 15, \"3967504218\": 94, \"5260719384\": 45, \"8514729603\": 11, \"1379042568\": 34, \"3076542981\": 44, \"2593016478\": 51, \"4206538791\": 13, \"5876349021\": 40, \"5642798013\": 71}\n\nQuuestion: In the above json data, please find all the keys with the value 71. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5642798013"],"gold_values":71,"kv_list":[["0637582914",15],["3967504218",94],["5260719384",45],["8514729603",11],["1379042568",34],["3076542981",44],["2593016478",51],["4206538791",13],["5876349021",40],["5642798013",71]],"gold_key_pos":[9]}
73
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6842910357\": 62, \"1532798604\": 35, \"2793648501\": 72, \"2153674089\": 5, \"2498130756\": 92, \"8651473209\": 32, \"6453829107\": 61, \"7981650243\": 5, \"9824563071\": 69, \"7204685391\": 60}\n\nQuuestion: In the above json data, please find all the keys with the value 72. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2793648501"],"gold_values":72,"kv_list":[["6842910357",62],["1532798604",35],["2793648501",72],["2153674089",5],["2498130756",92],["8651473209",32],["6453829107",61],["7981650243",5],["9824563071",69],["7204685391",60]],"gold_key_pos":[2]}
74
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9857634210\": 69, \"1938624705\": 43, \"3910267854\": 54, \"0256498713\": 96, \"7958416320\": 50, \"9682743015\": 88, \"4630597812\": 49, \"0496781235\": 73, \"5140867293\": 87, \"9427581603\": 14}\n\nQuuestion: In the above json data, please find all the keys with the value 73. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0496781235"],"gold_values":73,"kv_list":[["9857634210",69],["1938624705",43],["3910267854",54],["0256498713",96],["7958416320",50],["9682743015",88],["4630597812",49],["0496781235",73],["5140867293",87],["9427581603",14]],"gold_key_pos":[7]}
75
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0745926183\": 79, \"6108352749\": 55, \"5278436109\": 66, \"2705369184\": 8, \"5317826094\": 53, \"9724381650\": 60, \"9564783201\": 96, \"3097521486\": 38, \"7319624085\": 74, \"2678093145\": 2}\n\nQuuestion: In the above json data, please find all the keys with the value 74. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7319624085"],"gold_values":74,"kv_list":[["0745926183",79],["6108352749",55],["5278436109",66],["2705369184",8],["5317826094",53],["9724381650",60],["9564783201",96],["3097521486",38],["7319624085",74],["2678093145",2]],"gold_key_pos":[8]}
76
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4783529601\": 34, \"4729180536\": 65, \"1254730869\": 48, \"3405827619\": 56, \"1394805276\": 13, \"2819475630\": 72, \"6042853197\": 75, \"0694715328\": 84, \"8695204731\": 97, \"1284930567\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 75. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6042853197"],"gold_values":75,"kv_list":[["4783529601",34],["4729180536",65],["1254730869",48],["3405827619",56],["1394805276",13],["2819475630",72],["6042853197",75],["0694715328",84],["8695204731",97],["1284930567",52]],"gold_key_pos":[6]}
77
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5406721983\": 24, \"8054167392\": 76, \"0153674829\": 3, \"2714983605\": 41, \"6253918704\": 49, \"8136049725\": 15, \"4103579628\": 88, \"2361507498\": 50, \"1209345876\": 23, \"8649031752\": 49}\n\nQuuestion: In the above json data, please find all the keys with the value 76. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8054167392"],"gold_values":76,"kv_list":[["5406721983",24],["8054167392",76],["0153674829",3],["2714983605",41],["6253918704",49],["8136049725",15],["4103579628",88],["2361507498",50],["1209345876",23],["8649031752",49]],"gold_key_pos":[1]}
78
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8641372509\": 69, \"1506432897\": 37, \"7594610832\": 87, \"4963251087\": 43, \"9734685012\": 73, \"0134968572\": 37, \"2347689105\": 0, \"3861705924\": 94, \"4309678152\": 0, \"5683427910\": 77}\n\nQuuestion: In the above json data, please find all the keys with the value 77. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5683427910"],"gold_values":77,"kv_list":[["8641372509",69],["1506432897",37],["7594610832",87],["4963251087",43],["9734685012",73],["0134968572",37],["2347689105",0],["3861705924",94],["4309678152",0],["5683427910",77]],"gold_key_pos":[9]}
79
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6579321048\": 28, \"9316752480\": 78, \"3408152679\": 1, \"1749350682\": 16, \"1735620894\": 97, \"6801953724\": 5, \"8094275631\": 21, \"8136524079\": 57, \"2357068194\": 30, \"0891476352\": 60}\n\nQuuestion: In the above json data, please find all the keys with the value 78. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9316752480"],"gold_values":78,"kv_list":[["6579321048",28],["9316752480",78],["3408152679",1],["1749350682",16],["1735620894",97],["6801953724",5],["8094275631",21],["8136524079",57],["2357068194",30],["0891476352",60]],"gold_key_pos":[1]}
80
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5869431027\": 34, \"6795124380\": 79, \"3987056142\": 67, \"0578392614\": 73, \"2849705163\": 70, \"5483697120\": 97, \"1267508493\": 22, \"0597612834\": 92, \"0327456198\": 50, \"2609143578\": 77}\n\nQuuestion: In the above json data, please find all the keys with the value 79. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6795124380"],"gold_values":79,"kv_list":[["5869431027",34],["6795124380",79],["3987056142",67],["0578392614",73],["2849705163",70],["5483697120",97],["1267508493",22],["0597612834",92],["0327456198",50],["2609143578",77]],"gold_key_pos":[1]}
81
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9731285460\": 87, \"6483705912\": 14, \"8635907241\": 72, \"7354260981\": 32, \"7695280314\": 55, \"1359684072\": 6, \"1296034758\": 32, \"7032641895\": 80, \"4169520783\": 13, \"3650897421\": 90}\n\nQuuestion: In the above json data, please find all the keys with the value 80. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7032641895"],"gold_values":80,"kv_list":[["9731285460",87],["6483705912",14],["8635907241",72],["7354260981",32],["7695280314",55],["1359684072",6],["1296034758",32],["7032641895",80],["4169520783",13],["3650897421",90]],"gold_key_pos":[7]}
82
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6351980274\": 36, \"8213759604\": 5, \"4687015932\": 2, \"7903821465\": 49, \"1983572064\": 70, \"8309715624\": 79, \"5329670418\": 71, \"4518763902\": 98, \"3945682107\": 18, \"6948035721\": 81}\n\nQuuestion: In the above json data, please find all the keys with the value 81. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6948035721"],"gold_values":81,"kv_list":[["6351980274",36],["8213759604",5],["4687015932",2],["7903821465",49],["1983572064",70],["8309715624",79],["5329670418",71],["4518763902",98],["3945682107",18],["6948035721",81]],"gold_key_pos":[9]}
83
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1069758324\": 71, \"3754280169\": 82, \"9762105438\": 89, \"2745680193\": 12, \"0651982437\": 9, \"2386705941\": 17, \"0248675319\": 97, \"2517986034\": 73, \"5407213896\": 22, \"8124059763\": 99}\n\nQuuestion: In the above json data, please find all the keys with the value 82. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3754280169"],"gold_values":82,"kv_list":[["1069758324",71],["3754280169",82],["9762105438",89],["2745680193",12],["0651982437",9],["2386705941",17],["0248675319",97],["2517986034",73],["5407213896",22],["8124059763",99]],"gold_key_pos":[1]}
84
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2475691803\": 53, \"3597624081\": 10, \"3481625709\": 75, \"7516928034\": 67, \"0142563897\": 28, \"9672843015\": 83, \"1692387504\": 33, \"3284016975\": 86, \"7902653418\": 12, \"4601578392\": 74}\n\nQuuestion: In the above json data, please find all the keys with the value 83. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9672843015"],"gold_values":83,"kv_list":[["2475691803",53],["3597624081",10],["3481625709",75],["7516928034",67],["0142563897",28],["9672843015",83],["1692387504",33],["3284016975",86],["7902653418",12],["4601578392",74]],"gold_key_pos":[5]}
85
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6170928345\": 8, \"3451679082\": 54, \"2548019367\": 81, \"8937516204\": 25, \"1647803952\": 93, \"2103794568\": 82, \"4816972503\": 84, \"0546182793\": 10, \"8109643725\": 44, \"6789243105\": 10}\n\nQuuestion: In the above json data, please find all the keys with the value 84. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4816972503"],"gold_values":84,"kv_list":[["6170928345",8],["3451679082",54],["2548019367",81],["8937516204",25],["1647803952",93],["2103794568",82],["4816972503",84],["0546182793",10],["8109643725",44],["6789243105",10]],"gold_key_pos":[6]}
86
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6932708541\": 74, \"4028197536\": 11, \"6382791054\": 73, \"4365089127\": 13, \"1032894576\": 35, \"3601758924\": 79, \"9630852471\": 85, \"8159470623\": 16, \"8791405236\": 91, \"6971025834\": 36}\n\nQuuestion: In the above json data, please find all the keys with the value 85. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9630852471"],"gold_values":85,"kv_list":[["6932708541",74],["4028197536",11],["6382791054",73],["4365089127",13],["1032894576",35],["3601758924",79],["9630852471",85],["8159470623",16],["8791405236",91],["6971025834",36]],"gold_key_pos":[6]}
87
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0264189735\": 67, \"7613205489\": 71, \"9256140783\": 70, \"0312578694\": 86, \"7853901246\": 93, \"3729840165\": 78, \"7123408695\": 8, \"4810539276\": 98, \"2510978634\": 14, \"8602753941\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 86. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0312578694"],"gold_values":86,"kv_list":[["0264189735",67],["7613205489",71],["9256140783",70],["0312578694",86],["7853901246",93],["3729840165",78],["7123408695",8],["4810539276",98],["2510978634",14],["8602753941",24]],"gold_key_pos":[3]}
88
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6092438175\": 22, \"7046829531\": 87, \"3815769402\": 43, \"8290135476\": 42, \"3148709625\": 1, \"8765249103\": 9, \"7129603584\": 18, \"2487069351\": 83, \"3605812947\": 85, \"9725480136\": 46}\n\nQuuestion: In the above json data, please find all the keys with the value 87. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7046829531"],"gold_values":87,"kv_list":[["6092438175",22],["7046829531",87],["3815769402",43],["8290135476",42],["3148709625",1],["8765249103",9],["7129603584",18],["2487069351",83],["3605812947",85],["9725480136",46]],"gold_key_pos":[1]}
89
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6057842319\": 3, \"7198534620\": 5, \"3650971248\": 41, \"3198547062\": 14, \"4570682319\": 13, \"9361405278\": 88, \"6453129807\": 61, \"5490813627\": 48, \"7205418396\": 73, \"3214589607\": 44}\n\nQuuestion: In the above json data, please find all the keys with the value 88. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9361405278"],"gold_values":88,"kv_list":[["6057842319",3],["7198534620",5],["3650971248",41],["3198547062",14],["4570682319",13],["9361405278",88],["6453129807",61],["5490813627",48],["7205418396",73],["3214589607",44]],"gold_key_pos":[5]}
90
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9035218647\": 44, \"8097123564\": 43, \"2871936045\": 31, \"7610348529\": 34, \"2018394675\": 89, \"7108963542\": 52, \"8205137496\": 36, \"9015862473\": 82, \"5291403786\": 40, \"7283591046\": 79}\n\nQuuestion: In the above json data, please find all the keys with the value 89. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2018394675"],"gold_values":89,"kv_list":[["9035218647",44],["8097123564",43],["2871936045",31],["7610348529",34],["2018394675",89],["7108963542",52],["8205137496",36],["9015862473",82],["5291403786",40],["7283591046",79]],"gold_key_pos":[4]}
91
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7425910863\": 90, \"0157846392\": 78, \"1246089753\": 82, \"6981405723\": 77, \"7682354091\": 0, \"4502683791\": 98, \"9168027354\": 25, \"6419507382\": 55, \"8421657039\": 27, \"7103826549\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 90. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7425910863"],"gold_values":90,"kv_list":[["7425910863",90],["0157846392",78],["1246089753",82],["6981405723",77],["7682354091",0],["4502683791",98],["9168027354",25],["6419507382",55],["8421657039",27],["7103826549",98]],"gold_key_pos":[0]}
92
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4819236507\": 12, \"3160724859\": 91, \"9035682471\": 27, \"6957038214\": 84, \"9017352864\": 97, \"2183509647\": 63, \"6235071984\": 22, \"5106937824\": 4, \"5817209436\": 8, \"1984203675\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 91. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3160724859"],"gold_values":91,"kv_list":[["4819236507",12],["3160724859",91],["9035682471",27],["6957038214",84],["9017352864",97],["2183509647",63],["6235071984",22],["5106937824",4],["5817209436",8],["1984203675",24]],"gold_key_pos":[1]}
93
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2847316590\": 45, \"4960583172\": 96, \"2437815609\": 27, \"3462851970\": 97, \"7305298146\": 2, \"0975164238\": 12, \"3794658210\": 65, \"1079863542\": 48, \"9805276431\": 92, \"6874952031\": 74}\n\nQuuestion: In the above json data, please find all the keys with the value 92. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9805276431"],"gold_values":92,"kv_list":[["2847316590",45],["4960583172",96],["2437815609",27],["3462851970",97],["7305298146",2],["0975164238",12],["3794658210",65],["1079863542",48],["9805276431",92],["6874952031",74]],"gold_key_pos":[8]}
94
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9567324180\": 33, \"6845197032\": 43, \"5742036198\": 83, \"0239871564\": 93, \"6547213809\": 2, \"1078945236\": 52, \"5692410783\": 4, \"0352781964\": 36, \"2683079154\": 75, \"3859412760\": 58}\n\nQuuestion: In the above json data, please find all the keys with the value 93. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0239871564"],"gold_values":93,"kv_list":[["9567324180",33],["6845197032",43],["5742036198",83],["0239871564",93],["6547213809",2],["1078945236",52],["5692410783",4],["0352781964",36],["2683079154",75],["3859412760",58]],"gold_key_pos":[3]}
95
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3215796480\": 36, \"4931826075\": 78, \"9748352061\": 78, \"5187234069\": 41, \"5179286430\": 13, \"0456932817\": 8, \"9317250864\": 94, \"6523107948\": 92, \"5413806972\": 9, \"2390174685\": 68}\n\nQuuestion: In the above json data, please find all the keys with the value 94. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9317250864"],"gold_values":94,"kv_list":[["3215796480",36],["4931826075",78],["9748352061",78],["5187234069",41],["5179286430",13],["0456932817",8],["9317250864",94],["6523107948",92],["5413806972",9],["2390174685",68]],"gold_key_pos":[6]}
96
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0731852469\": 87, \"7129053864\": 18, \"9536217048\": 95, \"2308649157\": 10, \"4306952781\": 83, \"5263901748\": 15, \"6470823915\": 78, \"9026715438\": 55, \"4078156329\": 74, \"0365197842\": 30}\n\nQuuestion: In the above json data, please find all the keys with the value 95. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9536217048"],"gold_values":95,"kv_list":[["0731852469",87],["7129053864",18],["9536217048",95],["2308649157",10],["4306952781",83],["5263901748",15],["6470823915",78],["9026715438",55],["4078156329",74],["0365197842",30]],"gold_key_pos":[2]}
97
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9016345728\": 83, \"0314972658\": 47, \"3420176985\": 76, \"4968321507\": 51, \"3821476095\": 96, \"3928574601\": 24, \"2935706418\": 18, \"8053194276\": 50, \"2863590417\": 28, \"9532647108\": 30}\n\nQuuestion: In the above json data, please find all the keys with the value 96. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3821476095"],"gold_values":96,"kv_list":[["9016345728",83],["0314972658",47],["3420176985",76],["4968321507",51],["3821476095",96],["3928574601",24],["2935706418",18],["8053194276",50],["2863590417",28],["9532647108",30]],"gold_key_pos":[4]}
98
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4083967215\": 7, \"4386102795\": 70, \"0243596718\": 74, \"2847619035\": 97, \"7018426593\": 21, \"6942310758\": 65, \"4986571302\": 61, \"5741036298\": 39, \"5903617284\": 37, \"6270531984\": 70}\n\nQuuestion: In the above json data, please find all the keys with the value 97. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2847619035"],"gold_values":97,"kv_list":[["4083967215",7],["4386102795",70],["0243596718",74],["2847619035",97],["7018426593",21],["6942310758",65],["4986571302",61],["5741036298",39],["5903617284",37],["6270531984",70]],"gold_key_pos":[3]}
99
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7109842635\": 5, \"9152467380\": 57, \"7835902164\": 49, \"3274598610\": 93, \"0345298716\": 80, \"3126079458\": 1, \"5104897326\": 39, \"4239601785\": 24, \"8926547310\": 98, \"6718295430\": 82}\n\nQuuestion: In the above json data, please find all the keys with the value 98. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8926547310"],"gold_values":98,"kv_list":[["7109842635",5],["9152467380",57],["7835902164",49],["3274598610",93],["0345298716",80],["3126079458",1],["5104897326",39],["4239601785",24],["8926547310",98],["6718295430",82]],"gold_key_pos":[8]}
100
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9351620784\": 59, \"1984735260\": 99, \"1854263790\": 59, \"7016584923\": 87, \"4187569203\": 37, \"1387945206\": 4, \"3290157648\": 50, \"5281794360\": 45, \"2907315864\": 3, \"5961027834\": 35}\n\nQuuestion: In the above json data, please find all the keys with the value 99. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1984735260"],"gold_values":99,"kv_list":[["9351620784",59],["1984735260",99],["1854263790",59],["7016584923",87],["4187569203",37],["1387945206",4],["3290157648",50],["5281794360",45],["2907315864",3],["5961027834",35]],"gold_key_pos":[1]}
multi-matching/data-kv/1_match_kv_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/1_match_kv_1000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/20_match_kv_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/20_match_kv_1000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/3_match_kv_10.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4873265901\": 0, \"4219867305\": 81, \"5712368490\": 43, \"8406975213\": 25, \"9751820346\": 32, \"2870693514\": 3, \"1856492703\": 0, \"5341690278\": 35, \"1928053764\": 15, \"3649820157\": 0}\n\nQuuestion: In the above json data, please find all the keys with the value 0. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4873265901","1856492703","3649820157"],"gold_values":0,"kv_list":[["4873265901",0],["4219867305",81],["5712368490",43],["8406975213",25],["9751820346",32],["2870693514",3],["1856492703",0],["5341690278",35],["1928053764",15],["3649820157",0]],"gold_key_pos":[0,6,9]}
2
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5607198234\": 82, \"1398025647\": 58, \"2178504963\": 1, \"4130529867\": 1, \"8704931625\": 87, \"9236014785\": 1, \"9720358416\": 54, \"4203578691\": 5, \"2379465801\": 52, \"6910472835\": 90}\n\nQuuestion: In the above json data, please find all the keys with the value 1. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2178504963","4130529867","9236014785"],"gold_values":1,"kv_list":[["5607198234",82],["1398025647",58],["2178504963",1],["4130529867",1],["8704931625",87],["9236014785",1],["9720358416",54],["4203578691",5],["2379465801",52],["6910472835",90]],"gold_key_pos":[2,3,5]}
3
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2719583640\": 2, \"0752398461\": 43, \"0682915734\": 39, \"3196258074\": 54, \"1043829765\": 14, \"2407619385\": 13, \"9075634182\": 2, \"6401928537\": 62, \"5082196437\": 61, \"4175802936\": 2}\n\nQuuestion: In the above json data, please find all the keys with the value 2. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2719583640","9075634182","4175802936"],"gold_values":2,"kv_list":[["2719583640",2],["0752398461",43],["0682915734",39],["3196258074",54],["1043829765",14],["2407619385",13],["9075634182",2],["6401928537",62],["5082196437",61],["4175802936",2]],"gold_key_pos":[0,6,9]}
4
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1760259834\": 65, \"1935807426\": 3, \"8943671502\": 68, \"3429170685\": 65, \"3179280654\": 5, \"3762410859\": 3, \"9684325107\": 12, \"0586291347\": 3, \"9470685321\": 67, \"0496321758\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 3. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1935807426","3762410859","0586291347"],"gold_values":3,"kv_list":[["1760259834",65],["1935807426",3],["8943671502",68],["3429170685",65],["3179280654",5],["3762410859",3],["9684325107",12],["0586291347",3],["9470685321",67],["0496321758",98]],"gold_key_pos":[1,5,7]}
5
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3467951028\": 14, \"4892036175\": 4, \"6025197348\": 9, \"0761349258\": 13, \"6073984152\": 54, \"0259748613\": 20, \"1074528693\": 4, \"6418703529\": 3, \"7510632849\": 58, \"1864209357\": 4}\n\nQuuestion: In the above json data, please find all the keys with the value 4. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4892036175","1074528693","1864209357"],"gold_values":4,"kv_list":[["3467951028",14],["4892036175",4],["6025197348",9],["0761349258",13],["6073984152",54],["0259748613",20],["1074528693",4],["6418703529",3],["7510632849",58],["1864209357",4]],"gold_key_pos":[1,6,9]}
6
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5412096387\": 5, \"5206187439\": 15, \"0315924867\": 72, \"2970384651\": 78, \"5972648031\": 89, \"8423159607\": 20, \"2453701986\": 5, \"1923746508\": 5, \"4517320698\": 52, \"6571283049\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 5. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5412096387","2453701986","1923746508"],"gold_values":5,"kv_list":[["5412096387",5],["5206187439",15],["0315924867",72],["2970384651",78],["5972648031",89],["8423159607",20],["2453701986",5],["1923746508",5],["4517320698",52],["6571283049",24]],"gold_key_pos":[0,6,7]}
7
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3754129608\": 39, \"3406598721\": 19, \"1423560798\": 6, \"8645092371\": 64, \"4683029157\": 7, \"0142769538\": 80, \"1642795803\": 6, \"8642391075\": 3, \"6971425380\": 46, \"3785429601\": 6}\n\nQuuestion: In the above json data, please find all the keys with the value 6. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1423560798","1642795803","3785429601"],"gold_values":6,"kv_list":[["3754129608",39],["3406598721",19],["1423560798",6],["8645092371",64],["4683029157",7],["0142769538",80],["1642795803",6],["8642391075",3],["6971425380",46],["3785429601",6]],"gold_key_pos":[2,6,9]}
8
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1602754983\": 7, \"2430759168\": 7, \"6923517084\": 67, \"7563981042\": 5, \"9068175342\": 25, \"3415826790\": 48, \"8964352710\": 7, \"5407612983\": 27, \"2165843907\": 68, \"3514026978\": 45}\n\nQuuestion: In the above json data, please find all the keys with the value 7. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1602754983","2430759168","8964352710"],"gold_values":7,"kv_list":[["1602754983",7],["2430759168",7],["6923517084",67],["7563981042",5],["9068175342",25],["3415826790",48],["8964352710",7],["5407612983",27],["2165843907",68],["3514026978",45]],"gold_key_pos":[0,1,6]}
9
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4962371058\": 66, \"0785396124\": 10, \"1987063542\": 18, \"6890153724\": 8, \"5960421837\": 8, \"8742109635\": 64, \"6382507491\": 73, \"4158792036\": 99, \"8451237906\": 90, \"0852491376\": 8}\n\nQuuestion: In the above json data, please find all the keys with the value 8. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6890153724","5960421837","0852491376"],"gold_values":8,"kv_list":[["4962371058",66],["0785396124",10],["1987063542",18],["6890153724",8],["5960421837",8],["8742109635",64],["6382507491",73],["4158792036",99],["8451237906",90],["0852491376",8]],"gold_key_pos":[3,4,9]}
10
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6528304719\": 77, \"7401863259\": 14, \"1428397650\": 9, \"3057612489\": 9, \"5240876931\": 59, \"0798164352\": 91, \"0561734982\": 20, \"2563079418\": 79, \"9163805247\": 78, \"5321064798\": 9}\n\nQuuestion: In the above json data, please find all the keys with the value 9. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1428397650","3057612489","5321064798"],"gold_values":9,"kv_list":[["6528304719",77],["7401863259",14],["1428397650",9],["3057612489",9],["5240876931",59],["0798164352",91],["0561734982",20],["2563079418",79],["9163805247",78],["5321064798",9]],"gold_key_pos":[2,3,9]}
11
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0978251364\": 92, \"2659370184\": 36, \"0845937261\": 34, \"5708269314\": 69, \"8953210746\": 10, \"9851620437\": 10, \"5948263170\": 10, \"0293187456\": 44, \"9314827605\": 25, \"2167394805\": 91}\n\nQuuestion: In the above json data, please find all the keys with the value 10. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8953210746","9851620437","5948263170"],"gold_values":10,"kv_list":[["0978251364",92],["2659370184",36],["0845937261",34],["5708269314",69],["8953210746",10],["9851620437",10],["5948263170",10],["0293187456",44],["9314827605",25],["2167394805",91]],"gold_key_pos":[4,5,6]}
12
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8269305741\": 11, \"5829173046\": 89, \"4260931857\": 11, \"3270958146\": 90, \"9512038746\": 81, \"6985043172\": 50, \"5063418792\": 11, \"0135947682\": 45, \"5628973401\": 75, \"6401953278\": 10}\n\nQuuestion: In the above json data, please find all the keys with the value 11. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8269305741","4260931857","5063418792"],"gold_values":11,"kv_list":[["8269305741",11],["5829173046",89],["4260931857",11],["3270958146",90],["9512038746",81],["6985043172",50],["5063418792",11],["0135947682",45],["5628973401",75],["6401953278",10]],"gold_key_pos":[0,2,6]}
13
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4392567810\": 61, \"7820541963\": 12, \"1374985260\": 12, \"7804962531\": 69, \"6572349801\": 52, \"5029187346\": 34, \"6049381572\": 3, \"0754628319\": 83, \"2076913845\": 12, \"1058936724\": 13}\n\nQuuestion: In the above json data, please find all the keys with the value 12. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7820541963","1374985260","2076913845"],"gold_values":12,"kv_list":[["4392567810",61],["7820541963",12],["1374985260",12],["7804962531",69],["6572349801",52],["5029187346",34],["6049381572",3],["0754628319",83],["2076913845",12],["1058936724",13]],"gold_key_pos":[1,2,8]}
14
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1709428365\": 79, \"2891654730\": 13, \"7601824935\": 51, \"3269841705\": 81, \"9065178342\": 14, \"0914675238\": 13, \"6957182304\": 6, \"1264580973\": 19, \"7639184205\": 13, \"4859063712\": 51}\n\nQuuestion: In the above json data, please find all the keys with the value 13. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2891654730","0914675238","7639184205"],"gold_values":13,"kv_list":[["1709428365",79],["2891654730",13],["7601824935",51],["3269841705",81],["9065178342",14],["0914675238",13],["6957182304",6],["1264580973",19],["7639184205",13],["4859063712",51]],"gold_key_pos":[1,5,8]}
15
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6174389520\": 14, \"2419675803\": 15, \"4258306719\": 47, \"6495127083\": 93, \"2064358971\": 62, \"8921654073\": 41, \"7548203196\": 14, \"8523947016\": 87, \"6743901825\": 14, \"3812547906\": 48}\n\nQuuestion: In the above json data, please find all the keys with the value 14. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6174389520","7548203196","6743901825"],"gold_values":14,"kv_list":[["6174389520",14],["2419675803",15],["4258306719",47],["6495127083",93],["2064358971",62],["8921654073",41],["7548203196",14],["8523947016",87],["6743901825",14],["3812547906",48]],"gold_key_pos":[0,6,8]}
16
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3216470895\": 98, \"9375682041\": 19, \"2703846159\": 30, \"0712435869\": 37, \"3851246907\": 15, \"7684023591\": 96, \"2517806943\": 62, \"0675893214\": 15, \"1039724856\": 46, \"5890623714\": 15}\n\nQuuestion: In the above json data, please find all the keys with the value 15. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3851246907","0675893214","5890623714"],"gold_values":15,"kv_list":[["3216470895",98],["9375682041",19],["2703846159",30],["0712435869",37],["3851246907",15],["7684023591",96],["2517806943",62],["0675893214",15],["1039724856",46],["5890623714",15]],"gold_key_pos":[4,7,9]}
17
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6571824930\": 3, \"6413209875\": 16, \"2571034698\": 16, \"6843120957\": 80, \"6390478512\": 99, \"5217980346\": 85, \"6801749532\": 16, \"0869415732\": 49, \"7061382495\": 27, \"5724608931\": 74}\n\nQuuestion: In the above json data, please find all the keys with the value 16. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6413209875","2571034698","6801749532"],"gold_values":16,"kv_list":[["6571824930",3],["6413209875",16],["2571034698",16],["6843120957",80],["6390478512",99],["5217980346",85],["6801749532",16],["0869415732",49],["7061382495",27],["5724608931",74]],"gold_key_pos":[1,2,6]}
18
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8914035276\": 83, \"2751398064\": 82, \"7358609241\": 37, \"7361284059\": 17, \"4579160382\": 44, \"0259841376\": 17, \"6731802549\": 17, \"2861543907\": 25, \"0374261958\": 21, \"2376541908\": 48}\n\nQuuestion: In the above json data, please find all the keys with the value 17. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7361284059","0259841376","6731802549"],"gold_values":17,"kv_list":[["8914035276",83],["2751398064",82],["7358609241",37],["7361284059",17],["4579160382",44],["0259841376",17],["6731802549",17],["2861543907",25],["0374261958",21],["2376541908",48]],"gold_key_pos":[3,5,6]}
19
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6759301428\": 82, \"6732504189\": 34, \"6935017428\": 43, \"1709342685\": 17, \"3051928467\": 45, \"3685421790\": 18, \"0257463918\": 79, \"5607341829\": 18, \"6305298714\": 18, \"5302497816\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 18. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3685421790","5607341829","6305298714"],"gold_values":18,"kv_list":[["6759301428",82],["6732504189",34],["6935017428",43],["1709342685",17],["3051928467",45],["3685421790",18],["0257463918",79],["5607341829",18],["6305298714",18],["5302497816",98]],"gold_key_pos":[5,7,8]}
20
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8123049657\": 57, \"2361489075\": 19, \"8397215604\": 97, \"5490687132\": 47, \"4356807219\": 19, \"1759263840\": 53, \"0948527316\": 15, \"3827409165\": 68, \"4573806192\": 32, \"3760182495\": 19}\n\nQuuestion: In the above json data, please find all the keys with the value 19. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2361489075","4356807219","3760182495"],"gold_values":19,"kv_list":[["8123049657",57],["2361489075",19],["8397215604",97],["5490687132",47],["4356807219",19],["1759263840",53],["0948527316",15],["3827409165",68],["4573806192",32],["3760182495",19]],"gold_key_pos":[1,4,9]}
21
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6701542839\": 75, \"3421870956\": 52, \"2396415780\": 90, \"7308164952\": 65, \"1294056837\": 20, \"7462539801\": 87, \"9386054217\": 20, \"7240918356\": 73, \"4891036275\": 31, \"7491328650\": 20}\n\nQuuestion: In the above json data, please find all the keys with the value 20. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1294056837","9386054217","7491328650"],"gold_values":20,"kv_list":[["6701542839",75],["3421870956",52],["2396415780",90],["7308164952",65],["1294056837",20],["7462539801",87],["9386054217",20],["7240918356",73],["4891036275",31],["7491328650",20]],"gold_key_pos":[4,6,9]}
22
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8296453170\": 54, \"4706512983\": 86, \"3146087259\": 20, \"9405678231\": 21, \"3675280419\": 21, \"0294685371\": 99, \"3526198740\": 21, \"0964815723\": 88, \"9302164587\": 85, \"4176802359\": 14}\n\nQuuestion: In the above json data, please find all the keys with the value 21. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9405678231","3675280419","3526198740"],"gold_values":21,"kv_list":[["8296453170",54],["4706512983",86],["3146087259",20],["9405678231",21],["3675280419",21],["0294685371",99],["3526198740",21],["0964815723",88],["9302164587",85],["4176802359",14]],"gold_key_pos":[3,4,6]}
23
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7415328096\": 19, \"0986173524\": 22, \"5219347086\": 22, \"0961423785\": 83, \"8295146037\": 73, \"4937508261\": 14, \"4286910537\": 86, \"2510978436\": 8, \"7810234956\": 68, \"8139572046\": 22}\n\nQuuestion: In the above json data, please find all the keys with the value 22. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0986173524","5219347086","8139572046"],"gold_values":22,"kv_list":[["7415328096",19],["0986173524",22],["5219347086",22],["0961423785",83],["8295146037",73],["4937508261",14],["4286910537",86],["2510978436",8],["7810234956",68],["8139572046",22]],"gold_key_pos":[1,2,9]}
24
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7659843210\": 27, \"8067259341\": 38, \"1567490238\": 50, \"9502164837\": 35, \"0375621984\": 23, \"6471039285\": 23, \"9564813702\": 46, \"6431295807\": 53, \"9251687403\": 41, \"7324961508\": 23}\n\nQuuestion: In the above json data, please find all the keys with the value 23. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0375621984","6471039285","7324961508"],"gold_values":23,"kv_list":[["7659843210",27],["8067259341",38],["1567490238",50],["9502164837",35],["0375621984",23],["6471039285",23],["9564813702",46],["6431295807",53],["9251687403",41],["7324961508",23]],"gold_key_pos":[4,5,9]}
25
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3270845916\": 24, \"5608792413\": 86, \"4867321905\": 57, \"1806542379\": 24, \"0916528473\": 84, \"9832614507\": 82, \"2348915067\": 94, \"6239408715\": 36, \"4196780325\": 87, \"6283407591\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 24. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3270845916","1806542379","6283407591"],"gold_values":24,"kv_list":[["3270845916",24],["5608792413",86],["4867321905",57],["1806542379",24],["0916528473",84],["9832614507",82],["2348915067",94],["6239408715",36],["4196780325",87],["6283407591",24]],"gold_key_pos":[0,3,9]}
26
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7458621390\": 43, \"2614507938\": 25, \"6439102578\": 93, \"8056371294\": 25, \"4761385029\": 92, \"1875690324\": 25, \"1680495732\": 86, \"3124869750\": 11, \"7052189346\": 79, \"0237698514\": 15}\n\nQuuestion: In the above json data, please find all the keys with the value 25. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2614507938","8056371294","1875690324"],"gold_values":25,"kv_list":[["7458621390",43],["2614507938",25],["6439102578",93],["8056371294",25],["4761385029",92],["1875690324",25],["1680495732",86],["3124869750",11],["7052189346",79],["0237698514",15]],"gold_key_pos":[1,3,5]}
27
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3261098574\": 33, \"1852706439\": 26, \"8693017542\": 53, \"8372145690\": 50, \"3128945076\": 2, \"7159063428\": 26, \"9176245380\": 84, \"3129580674\": 26, \"2910865374\": 28, \"9605713842\": 11}\n\nQuuestion: In the above json data, please find all the keys with the value 26. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1852706439","7159063428","3129580674"],"gold_values":26,"kv_list":[["3261098574",33],["1852706439",26],["8693017542",53],["8372145690",50],["3128945076",2],["7159063428",26],["9176245380",84],["3129580674",26],["2910865374",28],["9605713842",11]],"gold_key_pos":[1,5,7]}
28
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8372069451\": 72, \"9861203574\": 86, \"4912730568\": 27, \"4863951027\": 27, \"1649352780\": 0, \"9746105328\": 18, \"0642718593\": 0, \"3579126840\": 11, \"9184370562\": 44, \"3619027845\": 27}\n\nQuuestion: In the above json data, please find all the keys with the value 27. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4912730568","4863951027","3619027845"],"gold_values":27,"kv_list":[["8372069451",72],["9861203574",86],["4912730568",27],["4863951027",27],["1649352780",0],["9746105328",18],["0642718593",0],["3579126840",11],["9184370562",44],["3619027845",27]],"gold_key_pos":[2,3,9]}
29
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3572419806\": 63, \"0157829463\": 16, \"1845096237\": 85, \"2978513604\": 28, \"0182937465\": 93, \"7851309246\": 28, \"5893762140\": 89, \"2379506184\": 28, \"0175486329\": 71, \"0763829541\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 28. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2978513604","7851309246","2379506184"],"gold_values":28,"kv_list":[["3572419806",63],["0157829463",16],["1845096237",85],["2978513604",28],["0182937465",93],["7851309246",28],["5893762140",89],["2379506184",28],["0175486329",71],["0763829541",52]],"gold_key_pos":[3,5,7]}
30
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1604327598\": 59, \"7840652139\": 82, \"3479806215\": 40, \"2683549170\": 29, \"6250374198\": 29, \"5360421789\": 49, \"1209567843\": 8, \"2463980715\": 55, \"1976524830\": 5, \"9456308217\": 29}\n\nQuuestion: In the above json data, please find all the keys with the value 29. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2683549170","6250374198","9456308217"],"gold_values":29,"kv_list":[["1604327598",59],["7840652139",82],["3479806215",40],["2683549170",29],["6250374198",29],["5360421789",49],["1209567843",8],["2463980715",55],["1976524830",5],["9456308217",29]],"gold_key_pos":[3,4,9]}
31
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4907685321\": 30, \"1205497386\": 30, \"3179056284\": 97, \"8126739054\": 54, \"1654283907\": 69, \"2657984031\": 30, \"2435160897\": 20, \"4926017385\": 34, \"1879524036\": 5, \"5612348079\": 96}\n\nQuuestion: In the above json data, please find all the keys with the value 30. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4907685321","1205497386","2657984031"],"gold_values":30,"kv_list":[["4907685321",30],["1205497386",30],["3179056284",97],["8126739054",54],["1654283907",69],["2657984031",30],["2435160897",20],["4926017385",34],["1879524036",5],["5612348079",96]],"gold_key_pos":[0,1,5]}
32
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6041592783\": 36, \"7318205469\": 31, \"5261497083\": 3, \"8756290314\": 3, \"2735680941\": 31, \"6921534807\": 31, \"1208597346\": 50, \"6492835107\": 69, \"9542863701\": 45, \"8937260415\": 71}\n\nQuuestion: In the above json data, please find all the keys with the value 31. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7318205469","2735680941","6921534807"],"gold_values":31,"kv_list":[["6041592783",36],["7318205469",31],["5261497083",3],["8756290314",3],["2735680941",31],["6921534807",31],["1208597346",50],["6492835107",69],["9542863701",45],["8937260415",71]],"gold_key_pos":[1,4,5]}
33
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8726409513\": 91, \"1397486520\": 44, \"2743981065\": 28, \"6812745093\": 64, \"3089674512\": 19, \"9412673805\": 12, \"1982564037\": 69, \"6930725148\": 32, \"2638719054\": 32, \"5946321087\": 32}\n\nQuuestion: In the above json data, please find all the keys with the value 32. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6930725148","2638719054","5946321087"],"gold_values":32,"kv_list":[["8726409513",91],["1397486520",44],["2743981065",28],["6812745093",64],["3089674512",19],["9412673805",12],["1982564037",69],["6930725148",32],["2638719054",32],["5946321087",32]],"gold_key_pos":[7,8,9]}
34
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5248907163\": 76, \"4501826793\": 33, \"3145069278\": 33, \"7925104386\": 65, \"9140756382\": 85, \"2875961430\": 33, \"2917548360\": 38, \"5867230419\": 2, \"7380194652\": 80, \"1529647380\": 88}\n\nQuuestion: In the above json data, please find all the keys with the value 33. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4501826793","3145069278","2875961430"],"gold_values":33,"kv_list":[["5248907163",76],["4501826793",33],["3145069278",33],["7925104386",65],["9140756382",85],["2875961430",33],["2917548360",38],["5867230419",2],["7380194652",80],["1529647380",88]],"gold_key_pos":[1,2,5]}
35
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3812970546\": 67, \"6581239704\": 4, \"2014875369\": 34, \"3106852497\": 95, \"3604517892\": 34, \"2314579680\": 96, \"5863294170\": 93, \"5649013728\": 12, \"2971645038\": 76, \"9270315684\": 34}\n\nQuuestion: In the above json data, please find all the keys with the value 34. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2014875369","3604517892","9270315684"],"gold_values":34,"kv_list":[["3812970546",67],["6581239704",4],["2014875369",34],["3106852497",95],["3604517892",34],["2314579680",96],["5863294170",93],["5649013728",12],["2971645038",76],["9270315684",34]],"gold_key_pos":[2,4,9]}
36
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5183672904\": 44, \"9740136285\": 16, \"2486591370\": 35, \"1607923854\": 35, \"9150347862\": 47, \"0581942673\": 35, \"2857630194\": 21, \"4067835912\": 10, \"4276308915\": 11, \"4280395761\": 31}\n\nQuuestion: In the above json data, please find all the keys with the value 35. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2486591370","1607923854","0581942673"],"gold_values":35,"kv_list":[["5183672904",44],["9740136285",16],["2486591370",35],["1607923854",35],["9150347862",47],["0581942673",35],["2857630194",21],["4067835912",10],["4276308915",11],["4280395761",31]],"gold_key_pos":[2,3,5]}
37
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3062754189\": 1, \"7638590214\": 36, \"3546182097\": 29, \"6249871305\": 36, \"2680741953\": 73, \"5716890423\": 60, \"8079651432\": 38, \"8417290563\": 36, \"8340792615\": 22, \"5147820639\": 89}\n\nQuuestion: In the above json data, please find all the keys with the value 36. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7638590214","6249871305","8417290563"],"gold_values":36,"kv_list":[["3062754189",1],["7638590214",36],["3546182097",29],["6249871305",36],["2680741953",73],["5716890423",60],["8079651432",38],["8417290563",36],["8340792615",22],["5147820639",89]],"gold_key_pos":[1,3,7]}
38
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0917356284\": 24, \"0963217845\": 37, \"8354109762\": 86, \"5724190386\": 13, \"5946183702\": 89, \"1726395408\": 34, \"9508461732\": 63, \"3187620594\": 37, \"9824370156\": 38, \"8375429061\": 37}\n\nQuuestion: In the above json data, please find all the keys with the value 37. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0963217845","3187620594","8375429061"],"gold_values":37,"kv_list":[["0917356284",24],["0963217845",37],["8354109762",86],["5724190386",13],["5946183702",89],["1726395408",34],["9508461732",63],["3187620594",37],["9824370156",38],["8375429061",37]],"gold_key_pos":[1,7,9]}
39
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4351679280\": 66, \"8427309615\": 38, \"4395068217\": 56, \"2145698370\": 19, \"8319726540\": 38, \"2754103896\": 38, \"9471203586\": 23, \"9216037458\": 44, \"9408736215\": 23, \"3210457986\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 38. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8427309615","8319726540","2754103896"],"gold_values":38,"kv_list":[["4351679280",66],["8427309615",38],["4395068217",56],["2145698370",19],["8319726540",38],["2754103896",38],["9471203586",23],["9216037458",44],["9408736215",23],["3210457986",98]],"gold_key_pos":[1,4,5]}
40
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1854906273\": 39, \"4517032968\": 65, \"9548603721\": 39, \"7452306918\": 31, \"5987310426\": 16, \"9012837564\": 39, \"8436521907\": 27, \"6540932718\": 29, \"2701865349\": 12, \"3972645810\": 17}\n\nQuuestion: In the above json data, please find all the keys with the value 39. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1854906273","9548603721","9012837564"],"gold_values":39,"kv_list":[["1854906273",39],["4517032968",65],["9548603721",39],["7452306918",31],["5987310426",16],["9012837564",39],["8436521907",27],["6540932718",29],["2701865349",12],["3972645810",17]],"gold_key_pos":[0,2,5]}
41
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9675380214\": 40, \"2485370169\": 40, \"4895027316\": 65, \"7142503896\": 38, \"5134906782\": 41, \"1803592647\": 34, \"3679250418\": 98, \"5123674809\": 80, \"8792304651\": 81, \"4582036719\": 40}\n\nQuuestion: In the above json data, please find all the keys with the value 40. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9675380214","2485370169","4582036719"],"gold_values":40,"kv_list":[["9675380214",40],["2485370169",40],["4895027316",65],["7142503896",38],["5134906782",41],["1803592647",34],["3679250418",98],["5123674809",80],["8792304651",81],["4582036719",40]],"gold_key_pos":[0,1,9]}
42
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7254893016\": 41, \"3590867124\": 41, \"5083214679\": 48, \"8049167523\": 36, \"1574286039\": 45, \"7805329461\": 41, \"8306542791\": 98, \"8761329054\": 2, \"5437098612\": 30, \"0924185673\": 76}\n\nQuuestion: In the above json data, please find all the keys with the value 41. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7254893016","3590867124","7805329461"],"gold_values":41,"kv_list":[["7254893016",41],["3590867124",41],["5083214679",48],["8049167523",36],["1574286039",45],["7805329461",41],["8306542791",98],["8761329054",2],["5437098612",30],["0924185673",76]],"gold_key_pos":[0,1,5]}
43
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5192038467\": 42, \"3824160597\": 48, \"5472319860\": 1, \"5246183097\": 36, \"4523189760\": 80, \"9302178546\": 42, \"6437081925\": 94, \"9683021574\": 29, \"8724316509\": 42, \"5794120836\": 28}\n\nQuuestion: In the above json data, please find all the keys with the value 42. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5192038467","9302178546","8724316509"],"gold_values":42,"kv_list":[["5192038467",42],["3824160597",48],["5472319860",1],["5246183097",36],["4523189760",80],["9302178546",42],["6437081925",94],["9683021574",29],["8724316509",42],["5794120836",28]],"gold_key_pos":[0,5,8]}
44
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4836179520\": 80, \"0682715439\": 71, \"9376158402\": 43, \"3845902176\": 27, \"3421768059\": 41, \"4981027563\": 83, \"5846079312\": 43, \"9758410623\": 52, \"9457108362\": 18, \"0584673291\": 43}\n\nQuuestion: In the above json data, please find all the keys with the value 43. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9376158402","5846079312","0584673291"],"gold_values":43,"kv_list":[["4836179520",80],["0682715439",71],["9376158402",43],["3845902176",27],["3421768059",41],["4981027563",83],["5846079312",43],["9758410623",52],["9457108362",18],["0584673291",43]],"gold_key_pos":[2,6,9]}
45
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3619720845\": 44, \"3296751084\": 44, \"6319425708\": 35, \"9304572168\": 0, \"1580426397\": 39, \"1679284053\": 44, \"9073451682\": 27, \"9158720643\": 51, \"7491368250\": 28, \"6491783025\": 37}\n\nQuuestion: In the above json data, please find all the keys with the value 44. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3619720845","3296751084","1679284053"],"gold_values":44,"kv_list":[["3619720845",44],["3296751084",44],["6319425708",35],["9304572168",0],["1580426397",39],["1679284053",44],["9073451682",27],["9158720643",51],["7491368250",28],["6491783025",37]],"gold_key_pos":[0,1,5]}
46
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5069847231\": 45, \"6472503819\": 31, \"0597264831\": 53, \"3640815927\": 69, \"7461083529\": 20, \"6718905324\": 45, \"4309581267\": 27, \"0468357192\": 54, \"4832561970\": 60, \"4657210983\": 45}\n\nQuuestion: In the above json data, please find all the keys with the value 45. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5069847231","6718905324","4657210983"],"gold_values":45,"kv_list":[["5069847231",45],["6472503819",31],["0597264831",53],["3640815927",69],["7461083529",20],["6718905324",45],["4309581267",27],["0468357192",54],["4832561970",60],["4657210983",45]],"gold_key_pos":[0,5,9]}
47
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6173508249\": 4, \"4063185972\": 92, \"5680237491\": 68, \"9831527064\": 22, \"3148765029\": 46, \"7485903162\": 46, \"2069875413\": 96, \"4603851729\": 92, \"8362710459\": 46, \"9213068745\": 99}\n\nQuuestion: In the above json data, please find all the keys with the value 46. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3148765029","7485903162","8362710459"],"gold_values":46,"kv_list":[["6173508249",4],["4063185972",92],["5680237491",68],["9831527064",22],["3148765029",46],["7485903162",46],["2069875413",96],["4603851729",92],["8362710459",46],["9213068745",99]],"gold_key_pos":[4,5,8]}
48
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0394526187\": 47, \"8591037246\": 11, \"2561498370\": 41, \"8015396742\": 47, \"7265130984\": 47, \"4215938607\": 5, \"3761450298\": 51, \"8340725169\": 98, \"3497208156\": 49, \"2153896470\": 35}\n\nQuuestion: In the above json data, please find all the keys with the value 47. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0394526187","8015396742","7265130984"],"gold_values":47,"kv_list":[["0394526187",47],["8591037246",11],["2561498370",41],["8015396742",47],["7265130984",47],["4215938607",5],["3761450298",51],["8340725169",98],["3497208156",49],["2153896470",35]],"gold_key_pos":[0,3,4]}
49
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9076152834\": 46, \"3017954286\": 8, \"9485071326\": 32, \"1598327406\": 48, \"5732604819\": 73, \"7396485021\": 48, \"8716329054\": 76, \"9375801624\": 17, \"6078325419\": 48, \"9148352607\": 68}\n\nQuuestion: In the above json data, please find all the keys with the value 48. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1598327406","7396485021","6078325419"],"gold_values":48,"kv_list":[["9076152834",46],["3017954286",8],["9485071326",32],["1598327406",48],["5732604819",73],["7396485021",48],["8716329054",76],["9375801624",17],["6078325419",48],["9148352607",68]],"gold_key_pos":[3,5,8]}
50
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0876432951\": 4, \"5460978312\": 49, \"0674192835\": 49, \"9018273654\": 41, \"3807952641\": 49, \"9085132764\": 81, \"1820759463\": 95, \"8321704659\": 84, \"8420736951\": 90, \"8045672931\": 11}\n\nQuuestion: In the above json data, please find all the keys with the value 49. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5460978312","0674192835","3807952641"],"gold_values":49,"kv_list":[["0876432951",4],["5460978312",49],["0674192835",49],["9018273654",41],["3807952641",49],["9085132764",81],["1820759463",95],["8321704659",84],["8420736951",90],["8045672931",11]],"gold_key_pos":[1,2,4]}
51
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0168259347\": 17, \"5490632187\": 53, \"2751603849\": 70, \"2319548076\": 81, \"7394081625\": 50, \"9067582134\": 40, \"3259648701\": 15, \"1639802547\": 50, \"9802156437\": 91, \"4953716208\": 50}\n\nQuuestion: In the above json data, please find all the keys with the value 50. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7394081625","1639802547","4953716208"],"gold_values":50,"kv_list":[["0168259347",17],["5490632187",53],["2751603849",70],["2319548076",81],["7394081625",50],["9067582134",40],["3259648701",15],["1639802547",50],["9802156437",91],["4953716208",50]],"gold_key_pos":[4,7,9]}
52
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1458073269\": 78, \"7918064253\": 76, \"5049286371\": 2, \"2615837940\": 51, \"8502793146\": 81, \"8013967425\": 51, \"0894156372\": 73, \"3084956127\": 42, \"9816740523\": 24, \"4638052179\": 51}\n\nQuuestion: In the above json data, please find all the keys with the value 51. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2615837940","8013967425","4638052179"],"gold_values":51,"kv_list":[["1458073269",78],["7918064253",76],["5049286371",2],["2615837940",51],["8502793146",81],["8013967425",51],["0894156372",73],["3084956127",42],["9816740523",24],["4638052179",51]],"gold_key_pos":[3,5,9]}
53
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6143802579\": 80, \"8712364950\": 56, \"4037218965\": 52, \"6391582047\": 84, \"4132089576\": 52, \"4235970618\": 59, \"0475218639\": 14, \"2953784160\": 44, \"2739854016\": 87, \"5093268417\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 52. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4037218965","4132089576","5093268417"],"gold_values":52,"kv_list":[["6143802579",80],["8712364950",56],["4037218965",52],["6391582047",84],["4132089576",52],["4235970618",59],["0475218639",14],["2953784160",44],["2739854016",87],["5093268417",52]],"gold_key_pos":[2,4,9]}
54
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6857029413\": 53, \"3047615289\": 83, \"1802657934\": 28, \"9643271805\": 84, \"3791256480\": 65, \"1638945702\": 45, \"4186527093\": 53, \"1742356098\": 49, \"5690413278\": 53, \"4825106937\": 44}\n\nQuuestion: In the above json data, please find all the keys with the value 53. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6857029413","4186527093","5690413278"],"gold_values":53,"kv_list":[["6857029413",53],["3047615289",83],["1802657934",28],["9643271805",84],["3791256480",65],["1638945702",45],["4186527093",53],["1742356098",49],["5690413278",53],["4825106937",44]],"gold_key_pos":[0,6,8]}
55
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0369851724\": 0, \"6845137092\": 54, \"5102638947\": 13, \"1726389045\": 20, \"8270649135\": 67, \"3167590284\": 27, \"0579842613\": 88, \"9245183067\": 54, \"8052431769\": 54, \"6971830425\": 88}\n\nQuuestion: In the above json data, please find all the keys with the value 54. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6845137092","9245183067","8052431769"],"gold_values":54,"kv_list":[["0369851724",0],["6845137092",54],["5102638947",13],["1726389045",20],["8270649135",67],["3167590284",27],["0579842613",88],["9245183067",54],["8052431769",54],["6971830425",88]],"gold_key_pos":[1,7,8]}
56
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8023196547\": 11, \"0187495236\": 55, \"0243751689\": 45, \"5429631807\": 55, \"2673041958\": 93, \"1068952734\": 13, \"9763581402\": 55, \"7654098213\": 50, \"3702185964\": 34, \"6531920478\": 81}\n\nQuuestion: In the above json data, please find all the keys with the value 55. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0187495236","5429631807","9763581402"],"gold_values":55,"kv_list":[["8023196547",11],["0187495236",55],["0243751689",45],["5429631807",55],["2673041958",93],["1068952734",13],["9763581402",55],["7654098213",50],["3702185964",34],["6531920478",81]],"gold_key_pos":[1,3,6]}
57
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7934061258\": 10, \"9215836047\": 7, \"3942051687\": 56, \"2186745093\": 56, \"3780291645\": 94, \"9268541703\": 9, \"3706945812\": 8, \"5208379146\": 56, \"0715683429\": 28, \"0548967132\": 76}\n\nQuuestion: In the above json data, please find all the keys with the value 56. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3942051687","2186745093","5208379146"],"gold_values":56,"kv_list":[["7934061258",10],["9215836047",7],["3942051687",56],["2186745093",56],["3780291645",94],["9268541703",9],["3706945812",8],["5208379146",56],["0715683429",28],["0548967132",76]],"gold_key_pos":[2,3,7]}
58
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5704963218\": 57, \"9032651784\": 62, \"0946751382\": 37, \"6430981275\": 93, \"3548970216\": 64, \"4906285317\": 57, \"4592380671\": 7, \"3298647510\": 39, \"3876201594\": 70, \"9107683245\": 57}\n\nQuuestion: In the above json data, please find all the keys with the value 57. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5704963218","4906285317","9107683245"],"gold_values":57,"kv_list":[["5704963218",57],["9032651784",62],["0946751382",37],["6430981275",93],["3548970216",64],["4906285317",57],["4592380671",7],["3298647510",39],["3876201594",70],["9107683245",57]],"gold_key_pos":[0,5,9]}
59
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9725410638\": 19, \"9302786145\": 35, \"9671384052\": 67, \"7152486039\": 62, \"4318096275\": 39, \"4810752369\": 58, \"5341970268\": 37, \"4690587231\": 58, \"8024671935\": 58, \"7435620981\": 26}\n\nQuuestion: In the above json data, please find all the keys with the value 58. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4810752369","4690587231","8024671935"],"gold_values":58,"kv_list":[["9725410638",19],["9302786145",35],["9671384052",67],["7152486039",62],["4318096275",39],["4810752369",58],["5341970268",37],["4690587231",58],["8024671935",58],["7435620981",26]],"gold_key_pos":[5,7,8]}
60
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2836759014\": 90, \"7263951804\": 38, \"9805347162\": 59, \"0429678513\": 15, \"1685294037\": 67, \"5726408193\": 94, \"4835927610\": 60, \"5708192463\": 59, \"2587416903\": 59, \"8751394062\": 94}\n\nQuuestion: In the above json data, please find all the keys with the value 59. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9805347162","5708192463","2587416903"],"gold_values":59,"kv_list":[["2836759014",90],["7263951804",38],["9805347162",59],["0429678513",15],["1685294037",67],["5726408193",94],["4835927610",60],["5708192463",59],["2587416903",59],["8751394062",94]],"gold_key_pos":[2,7,8]}
61
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1237490568\": 56, \"2031648597\": 60, \"4582063719\": 56, \"9560874312\": 70, \"0185234769\": 60, \"0345286971\": 60, \"0528974361\": 65, \"8391475206\": 49, \"4657283109\": 10, \"6250174389\": 78}\n\nQuuestion: In the above json data, please find all the keys with the value 60. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2031648597","0185234769","0345286971"],"gold_values":60,"kv_list":[["1237490568",56],["2031648597",60],["4582063719",56],["9560874312",70],["0185234769",60],["0345286971",60],["0528974361",65],["8391475206",49],["4657283109",10],["6250174389",78]],"gold_key_pos":[1,4,5]}
62
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6854109723\": 85, \"3967451028\": 4, \"1034856729\": 26, \"3564902871\": 61, \"6150972843\": 29, \"1582934067\": 15, \"1623458709\": 81, \"1079628354\": 61, \"4560837219\": 28, \"6578204139\": 61}\n\nQuuestion: In the above json data, please find all the keys with the value 61. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3564902871","1079628354","6578204139"],"gold_values":61,"kv_list":[["6854109723",85],["3967451028",4],["1034856729",26],["3564902871",61],["6150972843",29],["1582934067",15],["1623458709",81],["1079628354",61],["4560837219",28],["6578204139",61]],"gold_key_pos":[3,7,9]}
63
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6475389021\": 93, \"3527109864\": 63, \"2417095386\": 55, \"1097342865\": 62, \"3806157249\": 62, \"4268015739\": 49, \"2089176534\": 78, \"3469271580\": 35, \"6930521487\": 62, \"0651782493\": 75}\n\nQuuestion: In the above json data, please find all the keys with the value 62. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1097342865","3806157249","6930521487"],"gold_values":62,"kv_list":[["6475389021",93],["3527109864",63],["2417095386",55],["1097342865",62],["3806157249",62],["4268015739",49],["2089176534",78],["3469271580",35],["6930521487",62],["0651782493",75]],"gold_key_pos":[3,4,8]}
64
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1208463975\": 63, \"0568734219\": 62, \"2495683107\": 63, \"4698370152\": 29, \"3048925176\": 42, \"5087493612\": 11, \"3587261940\": 13, \"4598213670\": 33, \"9132786045\": 62, \"0352798641\": 63}\n\nQuuestion: In the above json data, please find all the keys with the value 63. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1208463975","2495683107","0352798641"],"gold_values":63,"kv_list":[["1208463975",63],["0568734219",62],["2495683107",63],["4698370152",29],["3048925176",42],["5087493612",11],["3587261940",13],["4598213670",33],["9132786045",62],["0352798641",63]],"gold_key_pos":[0,2,9]}
65
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9820613457\": 31, \"8273194560\": 61, \"4312856709\": 50, \"8329147506\": 21, \"0572846319\": 64, \"0429356178\": 64, \"0761283495\": 64, \"6843952710\": 58, \"1987534062\": 12, \"8296537014\": 92}\n\nQuuestion: In the above json data, please find all the keys with the value 64. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0572846319","0429356178","0761283495"],"gold_values":64,"kv_list":[["9820613457",31],["8273194560",61],["4312856709",50],["8329147506",21],["0572846319",64],["0429356178",64],["0761283495",64],["6843952710",58],["1987534062",12],["8296537014",92]],"gold_key_pos":[4,5,6]}
66
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1486297350\": 65, \"4612893750\": 68, \"7348015629\": 65, \"6240958137\": 80, \"6452379810\": 80, \"3278105496\": 65, \"4150687293\": 73, \"4760125839\": 92, \"0981753462\": 63, \"8561749320\": 19}\n\nQuuestion: In the above json data, please find all the keys with the value 65. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1486297350","7348015629","3278105496"],"gold_values":65,"kv_list":[["1486297350",65],["4612893750",68],["7348015629",65],["6240958137",80],["6452379810",80],["3278105496",65],["4150687293",73],["4760125839",92],["0981753462",63],["8561749320",19]],"gold_key_pos":[0,2,5]}
67
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2954163780\": 52, \"4368971250\": 66, \"0792653418\": 92, \"0146825793\": 98, \"9302867451\": 18, \"2318749065\": 92, \"7136498520\": 66, \"2143706589\": 60, \"9260471835\": 66, \"2187563409\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 66. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4368971250","7136498520","9260471835"],"gold_values":66,"kv_list":[["2954163780",52],["4368971250",66],["0792653418",92],["0146825793",98],["9302867451",18],["2318749065",92],["7136498520",66],["2143706589",60],["9260471835",66],["2187563409",52]],"gold_key_pos":[1,6,8]}
68
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4962158307\": 7, \"4326079851\": 9, \"3725014986\": 67, \"3826195704\": 63, \"6209143758\": 67, \"6812309745\": 67, \"2953804671\": 9, \"6430215879\": 26, \"3619805427\": 50, \"3420985167\": 41}\n\nQuuestion: In the above json data, please find all the keys with the value 67. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3725014986","6209143758","6812309745"],"gold_values":67,"kv_list":[["4962158307",7],["4326079851",9],["3725014986",67],["3826195704",63],["6209143758",67],["6812309745",67],["2953804671",9],["6430215879",26],["3619805427",50],["3420985167",41]],"gold_key_pos":[2,4,5]}
69
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8957024613\": 68, \"0659342871\": 65, \"8245361079\": 21, \"1320784965\": 40, \"3590621487\": 68, \"4518632790\": 66, \"6581423709\": 96, \"0456183729\": 68, \"0241387965\": 80, \"9586421703\": 33}\n\nQuuestion: In the above json data, please find all the keys with the value 68. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8957024613","3590621487","0456183729"],"gold_values":68,"kv_list":[["8957024613",68],["0659342871",65],["8245361079",21],["1320784965",40],["3590621487",68],["4518632790",66],["6581423709",96],["0456183729",68],["0241387965",80],["9586421703",33]],"gold_key_pos":[0,4,7]}
70
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5867293140\": 51, \"8146023597\": 96, \"4320756189\": 17, \"5714839602\": 69, \"9546207813\": 46, \"7941306852\": 69, \"1492573068\": 69, \"1239480576\": 65, \"3892017564\": 20, \"0421983765\": 63}\n\nQuuestion: In the above json data, please find all the keys with the value 69. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5714839602","7941306852","1492573068"],"gold_values":69,"kv_list":[["5867293140",51],["8146023597",96],["4320756189",17],["5714839602",69],["9546207813",46],["7941306852",69],["1492573068",69],["1239480576",65],["3892017564",20],["0421983765",63]],"gold_key_pos":[3,5,6]}
71
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5762103948\": 48, \"9056437218\": 70, \"3059274816\": 42, \"1592630748\": 70, \"8492170365\": 73, \"1532798604\": 85, \"2793648501\": 82, \"2153674089\": 70, \"2498130756\": 49, \"8651473209\": 58}\n\nQuuestion: In the above json data, please find all the keys with the value 70. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9056437218","1592630748","2153674089"],"gold_values":70,"kv_list":[["5762103948",48],["9056437218",70],["3059274816",42],["1592630748",70],["8492170365",73],["1532798604",85],["2793648501",82],["2153674089",70],["2498130756",49],["8651473209",58]],"gold_key_pos":[1,3,7]}
72
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7926150843\": 84, \"9824563071\": 71, \"7204685391\": 71, \"7460523918\": 49, \"9857634210\": 25, \"1938624705\": 3, \"3910267854\": 89, \"0256498713\": 71, \"7958416320\": 99, \"9682743015\": 56}\n\nQuuestion: In the above json data, please find all the keys with the value 71. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9824563071","7204685391","0256498713"],"gold_values":71,"kv_list":[["7926150843",84],["9824563071",71],["7204685391",71],["7460523918",49],["9857634210",25],["1938624705",3],["3910267854",89],["0256498713",71],["7958416320",99],["9682743015",56]],"gold_key_pos":[1,2,7]}
73
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0496781235\": 72, \"5140867293\": 78, \"9427581603\": 40, \"8569374201\": 72, \"7412036895\": 72, \"1809352746\": 77, \"5278436109\": 90, \"2705369184\": 92, \"5317826094\": 75, \"9724381650\": 53}\n\nQuuestion: In the above json data, please find all the keys with the value 72. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0496781235","8569374201","7412036895"],"gold_values":72,"kv_list":[["0496781235",72],["5140867293",78],["9427581603",40],["8569374201",72],["7412036895",72],["1809352746",77],["5278436109",90],["2705369184",92],["5317826094",75],["9724381650",53]],"gold_key_pos":[0,3,4]}
74
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0375621498\": 55, \"7319624085\": 73, \"2678093145\": 82, \"9613827054\": 73, \"9783524601\": 35, \"4729180536\": 32, \"1254730869\": 73, \"3405827619\": 0, \"1394805276\": 57, \"2819475630\": 37}\n\nQuuestion: In the above json data, please find all the keys with the value 73. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7319624085","9613827054","1254730869"],"gold_values":73,"kv_list":[["0375621498",55],["7319624085",73],["2678093145",82],["9613827054",73],["9783524601",35],["4729180536",32],["1254730869",73],["3405827619",0],["1394805276",57],["2819475630",37]],"gold_key_pos":[1,3,6]}
75
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6081479523\": 74, \"6510872934\": 38, \"8374650192\": 79, \"4863095217\": 86, \"5406721983\": 74, \"8054167392\": 74, \"0153674829\": 0, \"2714983605\": 63, \"6253918704\": 82, \"8136049725\": 7}\n\nQuuestion: In the above json data, please find all the keys with the value 74. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6081479523","5406721983","8054167392"],"gold_values":74,"kv_list":[["6081479523",74],["6510872934",38],["8374650192",79],["4863095217",86],["5406721983",74],["8054167392",74],["0153674829",0],["2714983605",63],["6253918704",82],["8136049725",7]],"gold_key_pos":[0,4,5]}
76
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7239105486\": 75, \"1209345876\": 73, \"8649031752\": 75, \"3702985416\": 37, \"4269870135\": 35, \"0872534619\": 18, \"7830214956\": 88, \"6481097235\": 32, \"8973046521\": 28, \"3198742056\": 75}\n\nQuuestion: In the above json data, please find all the keys with the value 75. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7239105486","8649031752","3198742056"],"gold_values":75,"kv_list":[["7239105486",75],["1209345876",73],["8649031752",75],["3702985416",37],["4269870135",35],["0872534619",18],["7830214956",88],["6481097235",32],["8973046521",28],["3198742056",75]],"gold_key_pos":[0,2,9]}
77
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0826745913\": 69, \"0813247965\": 41, \"6753824910\": 85, \"9405726183\": 76, \"7521036894\": 46, \"4978521306\": 5, \"3586741902\": 76, \"4368075192\": 60, \"3506194287\": 76, \"2937054861\": 9}\n\nQuuestion: In the above json data, please find all the keys with the value 76. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9405726183","3586741902","3506194287"],"gold_values":76,"kv_list":[["0826745913",69],["0813247965",41],["6753824910",85],["9405726183",76],["7521036894",46],["4978521306",5],["3586741902",76],["4368075192",60],["3506194287",76],["2937054861",9]],"gold_key_pos":[3,6,8]}
78
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4037519682\": 40, \"7560948321\": 23, \"7830196425\": 51, \"7390528416\": 77, \"3145967208\": 77, \"4901653728\": 67, \"5170923486\": 92, \"4931852607\": 38, \"6918245730\": 4, \"7685320914\": 77}\n\nQuuestion: In the above json data, please find all the keys with the value 77. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7390528416","3145967208","7685320914"],"gold_values":77,"kv_list":[["4037519682",40],["7560948321",23],["7830196425",51],["7390528416",77],["3145967208",77],["4901653728",67],["5170923486",92],["4931852607",38],["6918245730",4],["7685320914",77]],"gold_key_pos":[3,4,9]}
79
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0351967824\": 78, \"8943061752\": 3, \"2750691483\": 68, \"9781623450\": 99, \"8462730591\": 91, \"4681503297\": 78, \"7354260981\": 39, \"7695280314\": 42, \"1359684072\": 78, \"1296034758\": 75}\n\nQuuestion: In the above json data, please find all the keys with the value 78. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0351967824","4681503297","1359684072"],"gold_values":78,"kv_list":[["0351967824",78],["8943061752",3],["2750691483",68],["9781623450",99],["8462730591",91],["4681503297",78],["7354260981",39],["7695280314",42],["1359684072",78],["1296034758",75]],"gold_key_pos":[0,5,8]}
80
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8490372615\": 24, \"3650897421\": 51, \"1460273895\": 79, \"2714308965\": 79, \"3256710849\": 76, \"6034871259\": 9, \"7068213954\": 79, \"1632058749\": 30, \"6028193547\": 28, \"4162579308\": 37}\n\nQuuestion: In the above json data, please find all the keys with the value 79. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1460273895","2714308965","7068213954"],"gold_values":79,"kv_list":[["8490372615",24],["3650897421",51],["1460273895",79],["2714308965",79],["3256710849",76],["6034871259",9],["7068213954",79],["1632058749",30],["6028193547",28],["4162579308",37]],"gold_key_pos":[2,3,6]}
81
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0963287451\": 47, \"9048631752\": 32, \"9061758324\": 72, \"3754280169\": 81, \"9762105438\": 80, \"2745680193\": 10, \"0651982437\": 80, \"2386705941\": 17, \"0248675319\": 56, \"2517986034\": 80}\n\nQuuestion: In the above json data, please find all the keys with the value 80. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9762105438","0651982437","2517986034"],"gold_values":80,"kv_list":[["0963287451",47],["9048631752",32],["9061758324",72],["3754280169",81],["9762105438",80],["2745680193",10],["0651982437",80],["2386705941",17],["0248675319",56],["2517986034",80]],"gold_key_pos":[4,6,9]}
82
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9210476358\": 43, \"1286795340\": 81, \"3802165947\": 37, \"4027169835\": 55, \"2816039457\": 81, \"4208759163\": 71, \"6925840713\": 63, \"5470396182\": 75, \"7423816095\": 81, \"8139254670\": 36}\n\nQuuestion: In the above json data, please find all the keys with the value 81. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1286795340","2816039457","7423816095"],"gold_values":81,"kv_list":[["9210476358",43],["1286795340",81],["3802165947",37],["4027169835",55],["2816039457",81],["4208759163",71],["6925840713",63],["5470396182",75],["7423816095",81],["8139254670",36]],"gold_key_pos":[1,4,8]}
83
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1345790682\": 82, \"1498350762\": 51, \"4253178906\": 56, \"2738159406\": 82, \"4179683205\": 58, \"8059326417\": 40, \"3120695874\": 82, \"2547061398\": 98, \"2059176483\": 66, \"8109643725\": 86}\n\nQuuestion: In the above json data, please find all the keys with the value 82. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1345790682","2738159406","3120695874"],"gold_values":82,"kv_list":[["1345790682",82],["1498350762",51],["4253178906",56],["2738159406",82],["4179683205",58],["8059326417",40],["3120695874",82],["2547061398",98],["2059176483",66],["8109643725",86]],"gold_key_pos":[0,3,6]}
84
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4165809732\": 54, \"6932708541\": 83, \"4028197536\": 52, \"6382791054\": 61, \"4365089127\": 26, \"1032894576\": 3, \"3601758924\": 41, \"9630852471\": 83, \"8159470623\": 55, \"8791405236\": 83}\n\nQuuestion: In the above json data, please find all the keys with the value 83. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6932708541","9630852471","8791405236"],"gold_values":83,"kv_list":[["4165809732",54],["6932708541",83],["4028197536",52],["6382791054",61],["4365089127",26],["1032894576",3],["3601758924",41],["9630852471",83],["8159470623",55],["8791405236",83]],"gold_key_pos":[1,7,9]}
85
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9182437650\": 64, \"0264189735\": 52, \"7613205489\": 6, \"9256140783\": 84, \"0312578694\": 0, \"7853901246\": 99, \"3729840165\": 9, \"7123408695\": 84, \"4810539276\": 76, \"2510978634\": 84}\n\nQuuestion: In the above json data, please find all the keys with the value 84. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9256140783","7123408695","2510978634"],"gold_values":84,"kv_list":[["9182437650",64],["0264189735",52],["7613205489",6],["9256140783",84],["0312578694",0],["7853901246",99],["3729840165",9],["7123408695",84],["4810539276",76],["2510978634",84]],"gold_key_pos":[3,7,9]}
86
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8906547321\": 94, \"6092438175\": 85, \"7046829531\": 73, \"3815769402\": 57, \"8290135476\": 96, \"3148709625\": 20, \"8765249103\": 85, \"7129603584\": 77, \"2487069351\": 35, \"3605812947\": 85}\n\nQuuestion: In the above json data, please find all the keys with the value 85. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6092438175","8765249103","3605812947"],"gold_values":85,"kv_list":[["8906547321",94],["6092438175",85],["7046829531",73],["3815769402",57],["8290135476",96],["3148709625",20],["8765249103",85],["7129603584",77],["2487069351",35],["3605812947",85]],"gold_key_pos":[1,6,9]}
87
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2659071834\": 86, \"6057842319\": 20, \"7198534620\": 86, \"3650971248\": 68, \"3198547062\": 95, \"4570682319\": 86, \"9361405278\": 61, \"6453129807\": 78, \"5490813627\": 10, \"7205418396\": 73}\n\nQuuestion: In the above json data, please find all the keys with the value 86. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2659071834","7198534620","4570682319"],"gold_values":86,"kv_list":[["2659071834",86],["6057842319",20],["7198534620",86],["3650971248",68],["3198547062",95],["4570682319",86],["9361405278",61],["6453129807",78],["5490813627",10],["7205418396",73]],"gold_key_pos":[0,2,5]}
88
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0519384276\": 87, \"9035218647\": 19, \"8097123564\": 64, \"2871936045\": 22, \"7610348529\": 62, \"2018394675\": 87, \"7108963542\": 44, \"8205137496\": 17, \"9015862473\": 5, \"5291403786\": 87}\n\nQuuestion: In the above json data, please find all the keys with the value 87. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0519384276","2018394675","5291403786"],"gold_values":87,"kv_list":[["0519384276",87],["9035218647",19],["8097123564",64],["2871936045",22],["7610348529",62],["2018394675",87],["7108963542",44],["8205137496",17],["9015862473",5],["5291403786",87]],"gold_key_pos":[0,5,9]}
89
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5347826901\": 59, \"4291038765\": 8, \"1536489702\": 88, \"1246089753\": 62, \"6981405723\": 88, \"7682354091\": 88, \"4502683791\": 97, \"9168027354\": 45, \"6419507382\": 54, \"8421657039\": 48}\n\nQuuestion: In the above json data, please find all the keys with the value 88. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1536489702","6981405723","7682354091"],"gold_values":88,"kv_list":[["5347826901",59],["4291038765",8],["1536489702",88],["1246089753",62],["6981405723",88],["7682354091",88],["4502683791",97],["9168027354",45],["6419507382",54],["8421657039",48]],"gold_key_pos":[2,4,5]}
90
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9036718452\": 79, \"7639108425\": 39, \"5426180379\": 89, \"0328546719\": 49, \"7165340928\": 3, \"6435721089\": 89, \"0426513978\": 65, \"6231780594\": 89, \"6482570319\": 52, \"5034978261\": 12}\n\nQuuestion: In the above json data, please find all the keys with the value 89. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5426180379","6435721089","6231780594"],"gold_values":89,"kv_list":[["9036718452",79],["7639108425",39],["5426180379",89],["0328546719",49],["7165340928",3],["6435721089",89],["0426513978",65],["6231780594",89],["6482570319",52],["5034978261",12]],"gold_key_pos":[2,5,7]}
91
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2017469358\": 13, \"2670953814\": 60, \"9187526304\": 45, \"7381295406\": 90, \"9725631048\": 27, \"7623058941\": 90, \"9835701642\": 2, \"5876093421\": 90, \"8729504613\": 65, \"4219836570\": 48}\n\nQuuestion: In the above json data, please find all the keys with the value 90. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7381295406","7623058941","5876093421"],"gold_values":90,"kv_list":[["2017469358",13],["2670953814",60],["9187526304",45],["7381295406",90],["9725631048",27],["7623058941",90],["9835701642",2],["5876093421",90],["8729504613",65],["4219836570",48]],"gold_key_pos":[3,5,7]}
92
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6752380194\": 33, \"3285796140\": 43, \"0752416938\": 83, \"1569870423\": 91, \"9526301478\": 2, \"0385724169\": 91, \"9312670845\": 4, \"7280546319\": 36, \"6075423891\": 91, \"8564912730\": 58}\n\nQuuestion: In the above json data, please find all the keys with the value 91. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1569870423","0385724169","6075423891"],"gold_values":91,"kv_list":[["6752380194",33],["3285796140",43],["0752416938",83],["1569870423",91],["9526301478",2],["0385724169",91],["9312670845",4],["7280546319",36],["6075423891",91],["8564912730",58]],"gold_key_pos":[3,5,8]}
93
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1369248507\": 36, \"4389210567\": 78, \"9748352061\": 92, \"5187234069\": 92, \"5179286430\": 13, \"0456932817\": 8, \"9317250864\": 92, \"6523107948\": 93, \"5413806972\": 9, \"2390174685\": 68}\n\nQuuestion: In the above json data, please find all the keys with the value 92. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9748352061","5187234069","9317250864"],"gold_values":92,"kv_list":[["1369248507",36],["4389210567",78],["9748352061",92],["5187234069",92],["5179286430",13],["0456932817",8],["9317250864",92],["6523107948",93],["5413806972",9],["2390174685",68]],"gold_key_pos":[2,3,6]}
94
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9328675140\": 93, \"2416038975\": 18, \"9536217048\": 93, \"2308649157\": 10, \"4306952781\": 83, \"5263901748\": 15, \"6470823915\": 78, \"9026715438\": 93, \"4078156329\": 74, \"0365197842\": 30}\n\nQuuestion: In the above json data, please find all the keys with the value 93. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9328675140","9536217048","9026715438"],"gold_values":93,"kv_list":[["9328675140",93],["2416038975",18],["9536217048",93],["2308649157",10],["4306952781",83],["5263901748",15],["6470823915",78],["9026715438",93],["4078156329",74],["0365197842",30]],"gold_key_pos":[0,2,7]}
95
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7954306821\": 94, \"2581069734\": 94, \"5106749823\": 39, \"9751206483\": 1, \"9421780356\": 94, \"6487105923\": 54, \"0713945826\": 70, \"1978643520\": 59, \"9564218730\": 13, \"3754981062\": 93}\n\nQuuestion: In the above json data, please find all the keys with the value 94. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7954306821","2581069734","9421780356"],"gold_values":94,"kv_list":[["7954306821",94],["2581069734",94],["5106749823",39],["9751206483",1],["9421780356",94],["6487105923",54],["0713945826",70],["1978643520",59],["9564218730",13],["3754981062",93]],"gold_key_pos":[0,1,4]}
96
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9386102745\": 95, \"0243596718\": 74, \"2847619035\": 2, \"7018426593\": 3, \"6942310758\": 95, \"4986571302\": 95, \"5741036298\": 44, \"5903617284\": 7, \"6270531984\": 23, \"0891432657\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 95. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9386102745","6942310758","4986571302"],"gold_values":95,"kv_list":[["9386102745",95],["0243596718",74],["2847619035",2],["7018426593",3],["6942310758",95],["4986571302",95],["5741036298",44],["5903617284",7],["6270531984",23],["0891432657",98]],"gold_key_pos":[0,4,5]}
97
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8594726310\": 44, \"7835902164\": 96, \"3274598610\": 23, \"0345298716\": 33, \"3126079458\": 11, \"5104897326\": 43, \"4239601785\": 21, \"8926547310\": 96, \"6718295430\": 96, \"0765892431\": 75}\n\nQuuestion: In the above json data, please find all the keys with the value 96. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7835902164","8926547310","6718295430"],"gold_values":96,"kv_list":[["8594726310",44],["7835902164",96],["3274598610",23],["0345298716",33],["3126079458",11],["5104897326",43],["4239601785",21],["8926547310",96],["6718295430",96],["0765892431",75]],"gold_key_pos":[1,7,8]}
98
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8137942605\": 93, \"9854263710\": 97, \"7016584923\": 10, \"4187569203\": 30, \"1387945206\": 19, \"3290157648\": 49, \"5281794360\": 83, \"2907315864\": 57, \"5961027834\": 97, \"7940326158\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 97. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9854263710","5961027834","7940326158"],"gold_values":97,"kv_list":[["8137942605",93],["9854263710",97],["7016584923",10],["4187569203",30],["1387945206",19],["3290157648",49],["5281794360",83],["2907315864",57],["5961027834",97],["7940326158",97]],"gold_key_pos":[1,8,9]}
99
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9845763120\": 89, \"3708542961\": 93, \"6178390254\": 30, \"1629754803\": 24, \"2860514739\": 98, \"0632847951\": 23, \"1860257394\": 98, \"6395421870\": 48, \"5198702346\": 64, \"0136875924\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 98. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2860514739","1860257394","0136875924"],"gold_values":98,"kv_list":[["9845763120",89],["3708542961",93],["6178390254",30],["1629754803",24],["2860514739",98],["0632847951",23],["1860257394",98],["6395421870",48],["5198702346",64],["0136875924",98]],"gold_key_pos":[4,6,9]}
100
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7290183456\": 99, \"5610948723\": 99, \"0173642589\": 31, \"2096517843\": 83, \"6201378594\": 36, \"8290314657\": 37, \"7845910362\": 47, \"2809734615\": 20, \"0842963517\": 3, \"2381947065\": 99}\n\nQuuestion: In the above json data, please find all the keys with the value 99. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7290183456","5610948723","2381947065"],"gold_values":99,"kv_list":[["7290183456",99],["5610948723",99],["0173642589",31],["2096517843",83],["6201378594",36],["8290314657",37],["7845910362",47],["2809734615",20],["0842963517",3],["2381947065",99]],"gold_key_pos":[0,1,9]}
multi-matching/data-kv/3_match_kv_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/3_match_kv_1000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/5_match_kv_10.jsonl ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7643291508\": 0, \"2147568309\": 81, \"5712368490\": 0, \"8406975213\": 25, \"9751820346\": 0, \"2870693514\": 3, \"1856492703\": 0, \"5341690278\": 35, \"1928053764\": 15, \"3649820157\": 0}\n\nQuuestion: In the above json data, please find all the keys with the value 0. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7643291508","5712368490","9751820346","1856492703","3649820157"],"gold_values":0,"kv_list":[["7643291508",0],["2147568309",81],["5712368490",0],["8406975213",25],["9751820346",0],["2870693514",3],["1856492703",0],["5341690278",35],["1928053764",15],["3649820157",0]],"gold_key_pos":[0,2,4,6,9]}
2
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0126589734\": 82, \"1398025647\": 58, \"2178504963\": 1, \"4130529867\": 1, \"8704931625\": 87, \"9236014785\": 1, \"9720358416\": 54, \"4203578691\": 1, \"2379465801\": 52, \"6910472835\": 1}\n\nQuuestion: In the above json data, please find all the keys with the value 1. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2178504963","4130529867","9236014785","4203578691","6910472835"],"gold_values":1,"kv_list":[["0126589734",82],["1398025647",58],["2178504963",1],["4130529867",1],["8704931625",87],["9236014785",1],["9720358416",54],["4203578691",1],["2379465801",52],["6910472835",1]],"gold_key_pos":[2,3,5,7,9]}
3
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1423860597\": 2, \"4706318259\": 2, \"6950184237\": 39, \"1342590768\": 2, \"0476921835\": 14, \"2407619385\": 13, \"9075634182\": 2, \"6401928537\": 62, \"5082196437\": 61, \"4175802936\": 2}\n\nQuuestion: In the above json data, please find all the keys with the value 2. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1423860597","4706318259","1342590768","9075634182","4175802936"],"gold_values":2,"kv_list":[["1423860597",2],["4706318259",2],["6950184237",39],["1342590768",2],["0476921835",14],["2407619385",13],["9075634182",2],["6401928537",62],["5082196437",61],["4175802936",2]],"gold_key_pos":[0,1,3,6,9]}
4
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7602814539\": 3, \"1935807426\": 3, \"8943671502\": 68, \"3429170685\": 65, \"3179280654\": 5, \"3762410859\": 3, \"9684325107\": 12, \"0586291347\": 3, \"9470685321\": 67, \"0496321758\": 3}\n\nQuuestion: In the above json data, please find all the keys with the value 3. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7602814539","1935807426","3762410859","0586291347","0496321758"],"gold_values":3,"kv_list":[["7602814539",3],["1935807426",3],["8943671502",68],["3429170685",65],["3179280654",5],["3762410859",3],["9684325107",12],["0586291347",3],["9470685321",67],["0496321758",3]],"gold_key_pos":[0,1,5,7,9]}
5
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4867351029\": 14, \"4892036175\": 4, \"6025197348\": 9, \"0761349258\": 13, \"6073984152\": 54, \"0259748613\": 20, \"1074528693\": 4, \"6418703529\": 4, \"7510632849\": 4, \"1864209357\": 4}\n\nQuuestion: In the above json data, please find all the keys with the value 4. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4892036175","1074528693","6418703529","7510632849","1864209357"],"gold_values":4,"kv_list":[["4867351029",14],["4892036175",4],["6025197348",9],["0761349258",13],["6073984152",54],["0259748613",20],["1074528693",4],["6418703529",4],["7510632849",4],["1864209357",4]],"gold_key_pos":[1,6,7,8,9]}
6
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4150627893\": 5, \"0359417628\": 15, \"0457981623\": 5, \"1758290346\": 78, \"7489521603\": 89, \"8423159607\": 20, \"2453701986\": 5, \"1923746508\": 5, \"4517320698\": 52, \"6571283049\": 5}\n\nQuuestion: In the above json data, please find all the keys with the value 5. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4150627893","0457981623","2453701986","1923746508","6571283049"],"gold_values":5,"kv_list":[["4150627893",5],["0359417628",15],["0457981623",5],["1758290346",78],["7489521603",89],["8423159607",20],["2453701986",5],["1923746508",5],["4517320698",52],["6571283049",5]],"gold_key_pos":[0,2,6,7,9]}
7
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5827309416\": 46, \"7901285346\": 6, \"7196843502\": 6, \"4082395176\": 6, \"5438096127\": 68, \"1836907524\": 9, \"9834076215\": 6, \"7521083694\": 11, \"8457361920\": 88, \"7092138645\": 6}\n\nQuuestion: In the above json data, please find all the keys with the value 6. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7901285346","7196843502","4082395176","9834076215","7092138645"],"gold_values":6,"kv_list":[["5827309416",46],["7901285346",6],["7196843502",6],["4082395176",6],["5438096127",68],["1836907524",9],["9834076215",6],["7521083694",11],["8457361920",88],["7092138645",6]],"gold_key_pos":[1,2,3,6,9]}
8
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9046521837\": 7, \"1675239480\": 3, \"2794816035\": 67, \"6973514802\": 5, \"6035812974\": 25, \"9415826730\": 7, \"8964352710\": 7, \"5407612983\": 27, \"2165843907\": 7, \"3514026978\": 7}\n\nQuuestion: In the above json data, please find all the keys with the value 7. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9046521837","9415826730","8964352710","2165843907","3514026978"],"gold_values":7,"kv_list":[["9046521837",7],["1675239480",3],["2794816035",67],["6973514802",5],["6035812974",25],["9415826730",7],["8964352710",7],["5407612983",27],["2165843907",7],["3514026978",7]],"gold_key_pos":[0,5,6,8,9]}
9
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4962371058\": 66, \"0785396124\": 10, \"1987063542\": 18, \"6890153724\": 8, \"5960421837\": 8, \"8742109635\": 8, \"6382507491\": 8, \"4158792036\": 99, \"8451237906\": 90, \"0852491376\": 8}\n\nQuuestion: In the above json data, please find all the keys with the value 8. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6890153724","5960421837","8742109635","6382507491","0852491376"],"gold_values":8,"kv_list":[["4962371058",66],["0785396124",10],["1987063542",18],["6890153724",8],["5960421837",8],["8742109635",8],["6382507491",8],["4158792036",99],["8451237906",90],["0852491376",8]],"gold_key_pos":[3,4,5,6,9]}
10
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5270468139\": 77, \"0325867491\": 14, \"2638957041\": 9, \"5396812407\": 9, \"0598612743\": 59, \"0397126854\": 91, \"2378194056\": 9, \"6092453871\": 9, \"6204195738\": 78, \"2306145978\": 9}\n\nQuuestion: In the above json data, please find all the keys with the value 9. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2638957041","5396812407","2378194056","6092453871","2306145978"],"gold_values":9,"kv_list":[["5270468139",77],["0325867491",14],["2638957041",9],["5396812407",9],["0598612743",59],["0397126854",91],["2378194056",9],["6092453871",9],["6204195738",78],["2306145978",9]],"gold_key_pos":[2,3,6,7,9]}
11
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0712683945\": 10, \"6549380127\": 36, \"0845937261\": 34, \"5708269314\": 69, \"8953210746\": 10, \"9851620437\": 10, \"5948263170\": 10, \"0293187456\": 44, \"9314827605\": 10, \"2167394805\": 91}\n\nQuuestion: In the above json data, please find all the keys with the value 10. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0712683945","8953210746","9851620437","5948263170","9314827605"],"gold_values":10,"kv_list":[["0712683945",10],["6549380127",36],["0845937261",34],["5708269314",69],["8953210746",10],["9851620437",10],["5948263170",10],["0293187456",44],["9314827605",10],["2167394805",91]],"gold_key_pos":[0,4,5,6,8]}
12
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2653048971\": 11, \"5829173046\": 89, \"4260931857\": 11, \"3270958146\": 90, \"9512038746\": 11, \"6985043172\": 50, \"5063418792\": 11, \"0135947682\": 45, \"5628973401\": 75, \"6401953278\": 11}\n\nQuuestion: In the above json data, please find all the keys with the value 11. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2653048971","4260931857","9512038746","5063418792","6401953278"],"gold_values":11,"kv_list":[["2653048971",11],["5829173046",89],["4260931857",11],["3270958146",90],["9512038746",11],["6985043172",50],["5063418792",11],["0135947682",45],["5628973401",75],["6401953278",11]],"gold_key_pos":[0,2,4,6,9]}
13
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3457628910\": 61, \"7820541963\": 12, \"1374985260\": 12, \"7804962531\": 69, \"6572349801\": 52, \"5029187346\": 34, \"6049381572\": 12, \"0754628319\": 12, \"2076913845\": 12, \"1058936724\": 13}\n\nQuuestion: In the above json data, please find all the keys with the value 12. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7820541963","1374985260","6049381572","0754628319","2076913845"],"gold_values":12,"kv_list":[["3457628910",61],["7820541963",12],["1374985260",12],["7804962531",69],["6572349801",52],["5029187346",34],["6049381572",12],["0754628319",12],["2076913845",12],["1058936724",13]],"gold_key_pos":[1,2,6,7,8]}
14
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0249638571\": 13, \"2934807516\": 13, \"3942156087\": 94, \"7523401986\": 13, \"2907846351\": 56, \"9285306174\": 13, \"2534701896\": 92, \"6937815042\": 59, \"9142760583\": 13, \"4056389712\": 60}\n\nQuuestion: In the above json data, please find all the keys with the value 13. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0249638571","2934807516","7523401986","9285306174","9142760583"],"gold_values":13,"kv_list":[["0249638571",13],["2934807516",13],["3942156087",94],["7523401986",13],["2907846351",56],["9285306174",13],["2534701896",92],["6937815042",59],["9142760583",13],["4056389712",60]],"gold_key_pos":[0,1,3,5,8]}
15
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2419675803\": 75, \"4258306719\": 90, \"6495127083\": 14, \"2064358971\": 14, \"8921654073\": 63, \"7548203196\": 14, \"8523947016\": 14, \"6743901825\": 72, \"3812547906\": 71, \"0156732984\": 14}\n\nQuuestion: In the above json data, please find all the keys with the value 14. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6495127083","2064358971","7548203196","8523947016","0156732984"],"gold_values":14,"kv_list":[["2419675803",75],["4258306719",90],["6495127083",14],["2064358971",14],["8921654073",63],["7548203196",14],["8523947016",14],["6743901825",72],["3812547906",71],["0156732984",14]],"gold_key_pos":[2,3,5,6,9]}
16
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2864513970\": 15, \"0261349758\": 62, \"5370846129\": 15, \"7421896305\": 46, \"1973460825\": 37, \"1427095638\": 15, \"0964573281\": 15, \"8596071432\": 17, \"4308295761\": 15, \"9635271048\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 15. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2864513970","5370846129","1427095638","0964573281","4308295761"],"gold_values":15,"kv_list":[["2864513970",15],["0261349758",62],["5370846129",15],["7421896305",46],["1973460825",37],["1427095638",15],["0964573281",15],["8596071432",17],["4308295761",15],["9635271048",52]],"gold_key_pos":[0,2,5,6,8]}
17
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5962738014\": 3, \"1728956403\": 16, \"6974381250\": 19, \"7354906128\": 80, \"3604795182\": 99, \"2196570348\": 16, \"6801749532\": 18, \"0869415732\": 16, \"7061382495\": 16, \"5724608931\": 16}\n\nQuuestion: In the above json data, please find all the keys with the value 16. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1728956403","2196570348","0869415732","7061382495","5724608931"],"gold_values":16,"kv_list":[["5962738014",3],["1728956403",16],["6974381250",19],["7354906128",80],["3604795182",99],["2196570348",16],["6801749532",18],["0869415732",16],["7061382495",16],["5724608931",16]],"gold_key_pos":[1,5,7,8,9]}
18
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1895306742\": 83, \"8523760914\": 82, \"7358609241\": 37, \"7361284059\": 17, \"4579160382\": 17, \"0259841376\": 17, \"6731802549\": 17, \"2861543907\": 17, \"0374261958\": 21, \"2376541908\": 48}\n\nQuuestion: In the above json data, please find all the keys with the value 17. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7361284059","4579160382","0259841376","6731802549","2861543907"],"gold_values":17,"kv_list":[["1895306742",83],["8523760914",82],["7358609241",37],["7361284059",17],["4579160382",17],["0259841376",17],["6731802549",17],["2861543907",17],["0374261958",21],["2376541908",48]],"gold_key_pos":[3,4,5,6,7]}
19
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5718609324\": 12, \"5083176294\": 79, \"0278349516\": 72, \"3652071849\": 18, \"2740839615\": 98, \"8536420791\": 18, \"9714352806\": 18, \"6280931547\": 18, \"6152948703\": 18, \"8901372645\": 67}\n\nQuuestion: In the above json data, please find all the keys with the value 18. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3652071849","8536420791","9714352806","6280931547","6152948703"],"gold_values":18,"kv_list":[["5718609324",12],["5083176294",79],["0278349516",72],["3652071849",18],["2740839615",98],["8536420791",18],["9714352806",18],["6280931547",18],["6152948703",18],["8901372645",67]],"gold_key_pos":[3,5,6,7,8]}
20
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3514876209\": 19, \"3751286094\": 19, \"2407598316\": 19, \"1046892573\": 37, \"1680743952\": 19, \"3640852719\": 52, \"8406519372\": 56, \"6432987105\": 19, \"5201934786\": 90, \"4128307569\": 7}\n\nQuuestion: In the above json data, please find all the keys with the value 19. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3514876209","3751286094","2407598316","1680743952","6432987105"],"gold_values":19,"kv_list":[["3514876209",19],["3751286094",19],["2407598316",19],["1046892573",37],["1680743952",19],["3640852719",52],["8406519372",56],["6432987105",19],["5201934786",90],["4128307569",7]],"gold_key_pos":[0,1,2,4,7]}
21
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2346159807\": 66, \"3621485709\": 20, \"0739815246\": 20, \"6870194325\": 17, \"6743295801\": 77, \"9386054217\": 20, \"7240918356\": 20, \"4891036275\": 69, \"7491328650\": 20, \"9645718302\": 83}\n\nQuuestion: In the above json data, please find all the keys with the value 20. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3621485709","0739815246","9386054217","7240918356","7491328650"],"gold_values":20,"kv_list":[["2346159807",66],["3621485709",20],["0739815246",20],["6870194325",17],["6743295801",77],["9386054217",20],["7240918356",20],["4891036275",69],["7491328650",20],["9645718302",83]],"gold_key_pos":[1,2,5,6,8]}
22
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7806512493\": 88, \"3146087259\": 94, \"9405678231\": 21, \"3675280419\": 21, \"0294685371\": 21, \"3526198740\": 21, \"0964815723\": 34, \"9302164587\": 21, \"4176802359\": 14, \"6297104358\": 82}\n\nQuuestion: In the above json data, please find all the keys with the value 21. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9405678231","3675280419","0294685371","3526198740","9302164587"],"gold_values":21,"kv_list":[["7806512493",88],["3146087259",94],["9405678231",21],["3675280419",21],["0294685371",21],["3526198740",21],["0964815723",34],["9302164587",21],["4176802359",14],["6297104358",82]],"gold_key_pos":[2,3,4,5,7]}
23
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9028354617\": 22, \"1630978452\": 22, \"8463907251\": 30, \"3214986705\": 65, \"0918527643\": 4, \"5096128374\": 22, \"4758360912\": 22, \"6974380521\": 47, \"8520196437\": 22, \"8492537610\": 66}\n\nQuuestion: In the above json data, please find all the keys with the value 22. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9028354617","1630978452","5096128374","4758360912","8520196437"],"gold_values":22,"kv_list":[["9028354617",22],["1630978452",22],["8463907251",30],["3214986705",65],["0918527643",4],["5096128374",22],["4758360912",22],["6974380521",47],["8520196437",22],["8492537610",66]],"gold_key_pos":[0,1,5,6,8]}
24
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5634089712\": 23, \"5298374061\": 23, \"5206931487\": 96, \"3074619528\": 23, \"9263187504\": 90, \"4358192607\": 50, \"3247160589\": 6, \"2538047619\": 14, \"4832760591\": 23, \"9270845316\": 23}\n\nQuuestion: In the above json data, please find all the keys with the value 23. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5634089712","5298374061","3074619528","4832760591","9270845316"],"gold_values":23,"kv_list":[["5634089712",23],["5298374061",23],["5206931487",96],["3074619528",23],["9263187504",90],["4358192607",50],["3247160589",6],["2538047619",14],["4832760591",23],["9270845316",23]],"gold_key_pos":[0,1,3,8,9]}
25
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6751804239\": 92, \"9857401623\": 59, \"4165897320\": 24, \"2391678504\": 55, \"3126598074\": 24, \"8726590413\": 94, \"0235497681\": 69, \"8051763429\": 24, \"4312869570\": 24, \"4860137295\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 24. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4165897320","3126598074","8051763429","4312869570","4860137295"],"gold_values":24,"kv_list":[["6751804239",92],["9857401623",59],["4165897320",24],["2391678504",55],["3126598074",24],["8726590413",94],["0235497681",69],["8051763429",24],["4312869570",24],["4860137295",24]],"gold_key_pos":[2,4,7,8,9]}
26
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8056371294\": 67, \"4761385029\": 25, \"1875690324\": 25, \"1680495732\": 25, \"3124869750\": 25, \"7052189346\": 95, \"0237698514\": 49, \"5418032697\": 25, \"2638079514\": 4, \"1852706439\": 18}\n\nQuuestion: In the above json data, please find all the keys with the value 25. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4761385029","1875690324","1680495732","3124869750","5418032697"],"gold_values":25,"kv_list":[["8056371294",67],["4761385029",25],["1875690324",25],["1680495732",25],["3124869750",25],["7052189346",95],["0237698514",49],["5418032697",25],["2638079514",4],["1852706439",18]],"gold_key_pos":[1,2,3,4,7]}
27
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2836479051\": 83, \"4317689025\": 26, \"7159063428\": 40, \"9176245380\": 10, \"3129580674\": 26, \"2910865374\": 26, \"9605713842\": 26, \"4680219753\": 26, \"8372069451\": 50, \"9861203574\": 83}\n\nQuuestion: In the above json data, please find all the keys with the value 26. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4317689025","3129580674","2910865374","9605713842","4680219753"],"gold_values":26,"kv_list":[["2836479051",83],["4317689025",26],["7159063428",40],["9176245380",10],["3129580674",26],["2910865374",26],["9605713842",26],["4680219753",26],["8372069451",50],["9861203574",83]],"gold_key_pos":[1,4,5,6,7]}
28
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6731025948\": 27, \"7948315602\": 70, \"3548607129\": 79, \"9358107624\": 37, \"2567389401\": 27, \"8720643915\": 7, \"6190528347\": 27, \"8501792634\": 27, \"3572419806\": 88, \"0157829463\": 27}\n\nQuuestion: In the above json data, please find all the keys with the value 27. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6731025948","2567389401","6190528347","8501792634","0157829463"],"gold_values":27,"kv_list":[["6731025948",27],["7948315602",70],["3548607129",79],["9358107624",37],["2567389401",27],["8720643915",7],["6190528347",27],["8501792634",27],["3572419806",88],["0157829463",27]],"gold_key_pos":[0,4,6,7,9]}
29
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2704386519\": 19, \"6345819270\": 52, \"6094127358\": 28, \"7452198360\": 28, \"5749108632\": 51, \"6520384179\": 92, \"3918706254\": 99, \"1604327598\": 28, \"7840652139\": 28, \"3479806215\": 28}\n\nQuuestion: In the above json data, please find all the keys with the value 28. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6094127358","7452198360","1604327598","7840652139","3479806215"],"gold_values":28,"kv_list":[["2704386519",19],["6345819270",52],["6094127358",28],["7452198360",28],["5749108632",51],["6520384179",92],["3918706254",99],["1604327598",28],["7840652139",28],["3479806215",28]],"gold_key_pos":[2,3,7,8,9]}
30
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9250374168\": 70, \"5360421789\": 13, \"1209567843\": 29, \"2463980715\": 29, \"1976524830\": 29, \"9456308217\": 29, \"7439065821\": 66, \"0489657321\": 29, \"1205497386\": 10, \"3179056284\": 81}\n\nQuuestion: In the above json data, please find all the keys with the value 29. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1209567843","2463980715","1976524830","9456308217","0489657321"],"gold_values":29,"kv_list":[["9250374168",70],["5360421789",13],["1209567843",29],["2463980715",29],["1976524830",29],["9456308217",29],["7439065821",66],["0489657321",29],["1205497386",10],["3179056284",81]],"gold_key_pos":[2,3,4,5,7]}
31
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6584793102\": 30, \"2657984031\": 71, \"2435160897\": 25, \"4926017385\": 30, \"1879524036\": 83, \"5612348079\": 30, \"6094215873\": 97, \"5608921473\": 24, \"5817360429\": 30, \"4086912753\": 30}\n\nQuuestion: In the above json data, please find all the keys with the value 30. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6584793102","4926017385","5612348079","5817360429","4086912753"],"gold_values":30,"kv_list":[["6584793102",30],["2657984031",71],["2435160897",25],["4926017385",30],["1879524036",83],["5612348079",30],["6094215873",97],["5608921473",24],["5817360429",30],["4086912753",30]],"gold_key_pos":[0,3,5,8,9]}
32
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0651387294\": 31, \"9768314250\": 68, \"7340516982\": 31, \"2493786150\": 28, \"7149256380\": 5, \"9803541627\": 31, \"0964825317\": 66, \"8574369201\": 31, \"9532701468\": 31, \"2756318490\": 69}\n\nQuuestion: In the above json data, please find all the keys with the value 31. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0651387294","7340516982","9803541627","8574369201","9532701468"],"gold_values":31,"kv_list":[["0651387294",31],["9768314250",68],["7340516982",31],["2493786150",28],["7149256380",5],["9803541627",31],["0964825317",66],["8574369201",31],["9532701468",31],["2756318490",69]],"gold_key_pos":[0,2,5,7,8]}
33
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2918704563\": 49, \"9801536247\": 32, \"4523708961\": 11, \"4951038672\": 51, \"6473598012\": 32, \"6340182579\": 63, \"5328179604\": 85, \"8751026349\": 32, \"1658274039\": 32, \"2983107645\": 32}\n\nQuuestion: In the above json data, please find all the keys with the value 32. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9801536247","6473598012","8751026349","1658274039","2983107645"],"gold_values":32,"kv_list":[["2918704563",49],["9801536247",32],["4523708961",11],["4951038672",51],["6473598012",32],["6340182579",63],["5328179604",85],["8751026349",32],["1658274039",32],["2983107645",32]],"gold_key_pos":[1,4,7,8,9]}
34
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6140759382\": 33, \"2875961430\": 33, \"2917548360\": 33, \"5867230419\": 29, \"7380194652\": 94, \"1529647380\": 33, \"9746201385\": 47, \"4720639185\": 50, \"3571409826\": 84, \"8026957143\": 33}\n\nQuuestion: In the above json data, please find all the keys with the value 33. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6140759382","2875961430","2917548360","1529647380","8026957143"],"gold_values":33,"kv_list":[["6140759382",33],["2875961430",33],["2917548360",33],["5867230419",29],["7380194652",94],["1529647380",33],["9746201385",47],["4720639185",50],["3571409826",84],["8026957143",33]],"gold_key_pos":[0,1,2,5,9]}
35
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0398576421\": 7, \"9256873140\": 34, \"5483726910\": 44, \"4036572198\": 34, \"2731460589\": 31, \"7198360524\": 34, \"1284976035\": 34, \"7254619830\": 76, \"1267094538\": 15, \"5279840316\": 34}\n\nQuuestion: In the above json data, please find all the keys with the value 34. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9256873140","4036572198","7198360524","1284976035","5279840316"],"gold_values":34,"kv_list":[["0398576421",7],["9256873140",34],["5483726910",44],["4036572198",34],["2731460589",31],["7198360524",34],["1284976035",34],["7254619830",76],["1267094538",15],["5279840316",34]],"gold_key_pos":[1,3,5,6,9]}
36
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6052189743\": 3, \"2857630194\": 35, \"4067835912\": 35, \"4276308915\": 23, \"4280395761\": 50, \"5294106387\": 53, \"7306824159\": 10, \"8046351279\": 35, \"8651427039\": 35, \"3157982406\": 35}\n\nQuuestion: In the above json data, please find all the keys with the value 35. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2857630194","4067835912","8046351279","8651427039","3157982406"],"gold_values":35,"kv_list":[["6052189743",3],["2857630194",35],["4067835912",35],["4276308915",23],["4280395761",50],["5294106387",53],["7306824159",10],["8046351279",35],["8651427039",35],["3157982406",35]],"gold_key_pos":[1,2,7,8,9]}
37
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7816950423\": 94, \"8079651432\": 36, \"8417290563\": 36, \"8340792615\": 36, \"5147820639\": 27, \"0638745192\": 4, \"9715064382\": 25, \"9235406718\": 36, \"4260583971\": 36, \"9308647512\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 36. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8079651432","8417290563","8340792615","9235406718","4260583971"],"gold_values":36,"kv_list":[["7816950423",94],["8079651432",36],["8417290563",36],["8340792615",36],["5147820639",27],["0638745192",4],["9715064382",25],["9235406718",36],["4260583971",36],["9308647512",97]],"gold_key_pos":[1,2,3,7,8]}
38
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2640385719\": 63, \"6924537081\": 37, \"8671405329\": 31, \"0517486239\": 69, \"0529413786\": 37, \"0341295687\": 37, \"0412675938\": 37, \"3614275809\": 9, \"8612579304\": 62, \"8651902374\": 37}\n\nQuuestion: In the above json data, please find all the keys with the value 37. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6924537081","0529413786","0341295687","0412675938","8651902374"],"gold_values":37,"kv_list":[["2640385719",63],["6924537081",37],["8671405329",31],["0517486239",69],["0529413786",37],["0341295687",37],["0412675938",37],["3614275809",9],["8612579304",62],["8651902374",37]],"gold_key_pos":[1,4,5,6,9]}
39
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2754103896\": 38, \"9471203586\": 31, \"9216037458\": 38, \"9408736215\": 94, \"3210457986\": 38, \"8367145902\": 38, \"5214867093\": 38, \"8742901536\": 49, \"8534290176\": 25, \"1746253098\": 2}\n\nQuuestion: In the above json data, please find all the keys with the value 38. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2754103896","9216037458","3210457986","8367145902","5214867093"],"gold_values":38,"kv_list":[["2754103896",38],["9471203586",31],["9216037458",38],["9408736215",94],["3210457986",38],["8367145902",38],["5214867093",38],["8742901536",49],["8534290176",25],["1746253098",2]],"gold_key_pos":[0,2,4,5,6]}
40
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0812937564\": 42, \"8436521907\": 89, \"6540932718\": 9, \"2701865349\": 39, \"3972645810\": 39, \"9801654723\": 44, \"0814563729\": 39, \"0857416239\": 39, \"6803451927\": 39, \"1548723906\": 92}\n\nQuuestion: In the above json data, please find all the keys with the value 39. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2701865349","3972645810","0814563729","0857416239","6803451927"],"gold_values":39,"kv_list":[["0812937564",42],["8436521907",89],["6540932718",9],["2701865349",39],["3972645810",39],["9801654723",44],["0814563729",39],["0857416239",39],["6803451927",39],["1548723906",92]],"gold_key_pos":[3,4,6,7,8]}
41
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0982537641\": 33, \"3486219570\": 40, \"4506982713\": 17, \"2679851403\": 40, \"7490615823\": 40, \"5069217483\": 40, \"5490263781\": 55, \"9483061572\": 68, \"1063748952\": 85, \"7435190268\": 40}\n\nQuuestion: In the above json data, please find all the keys with the value 40. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3486219570","2679851403","7490615823","5069217483","7435190268"],"gold_values":40,"kv_list":[["0982537641",33],["3486219570",40],["4506982713",17],["2679851403",40],["7490615823",40],["5069217483",40],["5490263781",55],["9483061572",68],["1063748952",85],["7435190268",40]],"gold_key_pos":[1,3,4,5,9]}
42
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5491086372\": 19, \"5039681472\": 41, \"3789162045\": 22, \"4591307286\": 41, \"9520641783\": 41, \"2983607154\": 41, \"3056278419\": 10, \"1632489057\": 48, \"8154670239\": 48, \"4793168502\": 41}\n\nQuuestion: In the above json data, please find all the keys with the value 41. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5039681472","4591307286","9520641783","2983607154","4793168502"],"gold_values":41,"kv_list":[["5491086372",19],["5039681472",41],["3789162045",22],["4591307286",41],["9520641783",41],["2983607154",41],["3056278419",10],["1632489057",48],["8154670239",48],["4793168502",41]],"gold_key_pos":[1,3,4,5,9]}
43
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2765410839\": 13, \"7618032459\": 42, \"0364857129\": 42, \"4286703915\": 20, \"2403965871\": 19, \"9075126384\": 42, \"9630147852\": 42, \"2679531048\": 42, \"5427369801\": 16, \"3276905418\": 20}\n\nQuuestion: In the above json data, please find all the keys with the value 42. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7618032459","0364857129","9075126384","9630147852","2679531048"],"gold_values":42,"kv_list":[["2765410839",13],["7618032459",42],["0364857129",42],["4286703915",20],["2403965871",19],["9075126384",42],["9630147852",42],["2679531048",42],["5427369801",16],["3276905418",20]],"gold_key_pos":[1,2,5,6,7]}
44
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2489106357\": 43, \"6457892031\": 83, \"5678241039\": 43, \"1457908362\": 43, \"0584673291\": 12, \"9831247056\": 43, \"0537496812\": 43, \"1249567380\": 14, \"3049518276\": 80, \"4837910265\": 36}\n\nQuuestion: In the above json data, please find all the keys with the value 43. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2489106357","5678241039","1457908362","9831247056","0537496812"],"gold_values":43,"kv_list":[["2489106357",43],["6457892031",83],["5678241039",43],["1457908362",43],["0584673291",12],["9831247056",43],["0537496812",43],["1249567380",14],["3049518276",80],["4837910265",36]],"gold_key_pos":[0,2,3,5,6]}
45
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1963825047\": 62, \"0973451682\": 44, \"9158720643\": 33, \"7491368250\": 44, \"6491783025\": 44, \"9402315786\": 6, \"0593874261\": 44, \"6472503819\": 44, \"0597264831\": 63, \"3640815927\": 9}\n\nQuuestion: In the above json data, please find all the keys with the value 44. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0973451682","7491368250","6491783025","0593874261","6472503819"],"gold_values":44,"kv_list":[["1963825047",62],["0973451682",44],["9158720643",33],["7491368250",44],["6491783025",44],["9402315786",6],["0593874261",44],["6472503819",44],["0597264831",63],["3640815927",9]],"gold_key_pos":[1,3,4,6,7]}
46
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7138069245\": 17, \"4309581267\": 65, \"0468357192\": 45, \"4832561970\": 45, \"4657210983\": 63, \"1364925870\": 45, \"4853096172\": 45, \"1842037569\": 45, \"0682359174\": 34, \"1024695738\": 18}\n\nQuuestion: In the above json data, please find all the keys with the value 45. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0468357192","4832561970","1364925870","4853096172","1842037569"],"gold_values":45,"kv_list":[["7138069245",17],["4309581267",65],["0468357192",45],["4832561970",45],["4657210983",63],["1364925870",45],["4853096172",45],["1842037569",45],["0682359174",34],["1024695738",18]],"gold_key_pos":[2,3,5,6,7]}
47
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0742589163\": 46, \"0294387156\": 46, \"8349067152\": 12, \"1894763520\": 46, \"9057281436\": 59, \"7543108962\": 81, \"4807162539\": 18, \"4852103697\": 49, \"2953148670\": 46, \"4809735216\": 46}\n\nQuuestion: In the above json data, please find all the keys with the value 46. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0742589163","0294387156","1894763520","2953148670","4809735216"],"gold_values":46,"kv_list":[["0742589163",46],["0294387156",46],["8349067152",12],["1894763520",46],["9057281436",59],["7543108962",81],["4807162539",18],["4852103697",49],["2953148670",46],["4809735216",46]],"gold_key_pos":[0,1,3,8,9]}
48
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4920583716\": 47, \"8037546921\": 80, \"4832096715\": 47, \"2034917685\": 47, \"6905172843\": 12, \"6854102937\": 45, \"6451890732\": 47, \"4283109657\": 60, \"6024758931\": 47, \"7614520893\": 39}\n\nQuuestion: In the above json data, please find all the keys with the value 47. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4920583716","4832096715","2034917685","6451890732","6024758931"],"gold_values":47,"kv_list":[["4920583716",47],["8037546921",80],["4832096715",47],["2034917685",47],["6905172843",12],["6854102937",45],["6451890732",47],["4283109657",60],["6024758931",47],["7614520893",39]],"gold_key_pos":[0,2,3,6,8]}
49
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9637184250\": 48, \"2078391654\": 48, \"9375801624\": 70, \"6078325419\": 85, \"9148352607\": 48, \"5149786230\": 48, \"2076439851\": 58, \"5460978312\": 48, \"0674192835\": 42, \"9018273654\": 19}\n\nQuuestion: In the above json data, please find all the keys with the value 48. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9637184250","2078391654","9148352607","5149786230","5460978312"],"gold_values":48,"kv_list":[["9637184250",48],["2078391654",48],["9375801624",70],["6078325419",85],["9148352607",48],["5149786230",48],["2076439851",58],["5460978312",48],["0674192835",42],["9018273654",19]],"gold_key_pos":[0,1,4,5,7]}
50
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3648092571\": 49, \"5936481270\": 49, \"2950683147\": 73, \"1560973248\": 25, \"9536084721\": 60, \"1942307856\": 49, \"4129076835\": 13, \"1648250397\": 49, \"3918240657\": 49, \"8145730296\": 44}\n\nQuuestion: In the above json data, please find all the keys with the value 49. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3648092571","5936481270","1942307856","1648250397","3918240657"],"gold_values":49,"kv_list":[["3648092571",49],["5936481270",49],["2950683147",73],["1560973248",25],["9536084721",60],["1942307856",49],["4129076835",13],["1648250397",49],["3918240657",49],["8145730296",44]],"gold_key_pos":[0,1,5,7,8]}
51
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9067582134\": 69, \"3259648701\": 86, \"1639802547\": 83, \"9802156437\": 40, \"4953716208\": 1, \"2659071834\": 50, \"3142705689\": 50, \"0789165423\": 50, \"5049286371\": 50, \"2615837940\": 50}\n\nQuuestion: In the above json data, please find all the keys with the value 50. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2659071834","3142705689","0789165423","5049286371","2615837940"],"gold_values":50,"kv_list":[["9067582134",69],["3259648701",86],["1639802547",83],["9802156437",40],["4953716208",1],["2659071834",50],["3142705689",50],["0789165423",50],["5049286371",50],["2615837940",50]],"gold_key_pos":[5,6,7,8,9]}
52
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6198342570\": 51, \"8031467952\": 38, \"0894356127\": 9, \"9816740523\": 51, \"4638052179\": 38, \"9034216785\": 51, \"9143802576\": 26, \"8712364950\": 51, \"4037218965\": 30, \"6391582047\": 51}\n\nQuuestion: In the above json data, please find all the keys with the value 51. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6198342570","9816740523","9034216785","8712364950","6391582047"],"gold_values":51,"kv_list":[["6198342570",51],["8031467952",38],["0894356127",9],["9816740523",51],["4638052179",38],["9034216785",51],["9143802576",26],["8712364950",51],["4037218965",30],["6391582047",51]],"gold_key_pos":[0,3,5,7,9]}
53
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3870196452\": 25, \"4325679081\": 52, \"6453971280\": 95, \"4683027159\": 31, \"7590642318\": 52, \"5712934608\": 52, \"8502743619\": 52, \"0438619257\": 44, \"8042693571\": 24, \"9643271805\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 52. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4325679081","7590642318","5712934608","8502743619","9643271805"],"gold_values":52,"kv_list":[["3870196452",25],["4325679081",52],["6453971280",95],["4683027159",31],["7590642318",52],["5712934608",52],["8502743619",52],["0438619257",44],["8042693571",24],["9643271805",52]],"gold_key_pos":[1,4,5,6,9]}
54
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3986715240\": 65, \"1430625987\": 53, \"7641592308\": 53, \"6514793280\": 53, \"4825106937\": 59, \"3857942601\": 53, \"0369851724\": 53, \"6845137092\": 67, \"5102638947\": 45, \"1726389045\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 53. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1430625987","7641592308","6514793280","3857942601","0369851724"],"gold_values":53,"kv_list":[["3986715240",65],["1430625987",53],["7641592308",53],["6514793280",53],["4825106937",59],["3857942601",53],["0369851724",53],["6845137092",67],["5102638947",45],["1726389045",97]],"gold_key_pos":[1,2,3,5,6]}
55
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6714953802\": 54, \"8715642093\": 54, \"9245183067\": 80, \"8052431769\": 50, \"6971830425\": 61, \"0217469835\": 54, \"3801967425\": 54, \"7018946325\": 76, \"0243751689\": 23, \"5429631807\": 54}\n\nQuuestion: In the above json data, please find all the keys with the value 54. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6714953802","8715642093","0217469835","3801967425","5429631807"],"gold_values":54,"kv_list":[["6714953802",54],["8715642093",54],["9245183067",80],["8052431769",50],["6971830425",61],["0217469835",54],["3801967425",54],["7018946325",76],["0243751689",23],["5429631807",54]],"gold_key_pos":[0,1,5,6,9]}
56
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6021789435\": 55, \"6732509184\": 55, \"9086743152\": 80, \"8041962375\": 64, \"6531920478\": 55, \"1354708962\": 46, \"7981406253\": 55, \"9215836047\": 70, \"3942051687\": 22, \"2186745093\": 55}\n\nQuuestion: In the above json data, please find all the keys with the value 55. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6021789435","6732509184","6531920478","7981406253","2186745093"],"gold_values":55,"kv_list":[["6021789435",55],["6732509184",55],["9086743152",80],["8041962375",64],["6531920478",55],["1354708962",46],["7981406253",55],["9215836047",70],["3942051687",22],["2186745093",55]],"gold_key_pos":[0,1,4,6,9]}
57
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5836912047\": 28, \"6704215839\": 79, \"7169248053\": 56, \"1372465098\": 56, \"1083795642\": 38, \"1987450263\": 56, \"9704563218\": 56, \"9032651784\": 65, \"0946751382\": 56, \"6430981275\": 99}\n\nQuuestion: In the above json data, please find all the keys with the value 56. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7169248053","1372465098","1987450263","9704563218","0946751382"],"gold_values":56,"kv_list":[["5836912047",28],["6704215839",79],["7169248053",56],["1372465098",56],["1083795642",38],["1987450263",56],["9704563218",56],["9032651784",65],["0946751382",56],["6430981275",99]],"gold_key_pos":[2,3,5,6,8]}
58
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4059267813\": 30, \"8493607152\": 57, \"3457896210\": 57, \"8750913462\": 14, \"0134729586\": 69, \"7902453168\": 63, \"8309415276\": 96, \"4162378950\": 57, \"2691073485\": 57, \"5429670318\": 57}\n\nQuuestion: In the above json data, please find all the keys with the value 57. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8493607152","3457896210","4162378950","2691073485","5429670318"],"gold_values":57,"kv_list":[["4059267813",30],["8493607152",57],["3457896210",57],["8750913462",14],["0134729586",69],["7902453168",63],["8309415276",96],["4162378950",57],["2691073485",57],["5429670318",57]],"gold_key_pos":[1,2,7,8,9]}
59
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5827619034\": 58, \"4962058731\": 58, \"8024671935\": 69, \"7435620981\": 95, \"2479361508\": 18, \"7924136508\": 73, \"4725369108\": 58, \"4805397162\": 95, \"0429678513\": 58, \"1685294037\": 58}\n\nQuuestion: In the above json data, please find all the keys with the value 58. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5827619034","4962058731","4725369108","0429678513","1685294037"],"gold_values":58,"kv_list":[["5827619034",58],["4962058731",58],["8024671935",69],["7435620981",95],["2479361508",18],["7924136508",73],["4725369108",58],["4805397162",95],["0429678513",58],["1685294037",58]],"gold_key_pos":[0,1,6,8,9]}
60
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8356792014\": 7, \"0128574936\": 59, \"5936140278\": 59, \"5263719840\": 34, \"3176942805\": 90, \"2374108659\": 42, \"0321497685\": 59, \"5980236714\": 59, \"9560874312\": 7, \"0185234769\": 59}\n\nQuuestion: In the above json data, please find all the keys with the value 59. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0128574936","5936140278","0321497685","5980236714","0185234769"],"gold_values":59,"kv_list":[["8356792014",7],["0128574936",59],["5936140278",59],["5263719840",34],["3176942805",90],["2374108659",42],["0321497685",59],["5980236714",59],["9560874312",7],["0185234769",59]],"gold_key_pos":[1,2,6,7,9]}
61
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2047961538\": 60, \"3279510486\": 60, \"5462910783\": 45, \"5128463907\": 36, \"7825430961\": 60, \"6854109723\": 60, \"3967451028\": 60, \"1034856729\": 54, \"3564902871\": 97, \"6150972843\": 24}\n\nQuuestion: In the above json data, please find all the keys with the value 60. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2047961538","3279510486","7825430961","6854109723","3967451028"],"gold_values":60,"kv_list":[["2047961538",60],["3279510486",60],["5462910783",45],["5128463907",36],["7825430961",60],["6854109723",60],["3967451028",60],["1034856729",54],["3564902871",97],["6150972843",24]],"gold_key_pos":[0,1,4,5,6]}
62
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7894561023\": 37, \"7238405619\": 61, \"4560837219\": 78, \"6578204139\": 61, \"0341976258\": 66, \"6475389021\": 77, \"3527109864\": 50, \"2417095386\": 61, \"1097342865\": 61, \"3806157249\": 61}\n\nQuuestion: In the above json data, please find all the keys with the value 61. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7238405619","6578204139","2417095386","1097342865","3806157249"],"gold_values":61,"kv_list":[["7894561023",37],["7238405619",61],["4560837219",78],["6578204139",61],["0341976258",66],["6475389021",77],["3527109864",50],["2417095386",61],["1097342865",61],["3806157249",61]],"gold_key_pos":[1,3,7,8,9]}
63
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0941827635\": 40, \"4863271590\": 62, \"6930521487\": 62, \"0651782493\": 62, \"7642398105\": 80, \"0129745386\": 65, \"3602549817\": 90, \"9415726830\": 82, \"2143960875\": 62, \"3048925176\": 62}\n\nQuuestion: In the above json data, please find all the keys with the value 62. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4863271590","6930521487","0651782493","2143960875","3048925176"],"gold_values":62,"kv_list":[["0941827635",40],["4863271590",62],["6930521487",62],["0651782493",62],["7642398105",80],["0129745386",65],["3602549817",90],["9415726830",82],["2143960875",62],["3048925176",62]],"gold_key_pos":[1,2,3,8,9]}
64
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5982164073\": 85, \"4923861705\": 63, \"4726815039\": 75, \"5918302476\": 37, \"3510294786\": 20, \"9820613457\": 63, \"8273194560\": 63, \"4312856709\": 63, \"8329147506\": 15, \"0572846319\": 63}\n\nQuuestion: In the above json data, please find all the keys with the value 63. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4923861705","9820613457","8273194560","4312856709","0572846319"],"gold_values":63,"kv_list":[["5982164073",85],["4923861705",63],["4726815039",75],["5918302476",37],["3510294786",20],["9820613457",63],["8273194560",63],["4312856709",63],["8329147506",15],["0572846319",63]],"gold_key_pos":[1,5,6,7,9]}
65
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6341785092\": 64, \"8473629051\": 64, \"1368047259\": 81, \"2651798034\": 64, \"2158306749\": 86, \"4981763502\": 64, \"6142753890\": 36, \"7348015629\": 64, \"6240958137\": 12, \"6452379810\": 73}\n\nQuuestion: In the above json data, please find all the keys with the value 64. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6341785092","8473629051","2651798034","4981763502","7348015629"],"gold_values":64,"kv_list":[["6341785092",64],["8473629051",64],["1368047259",81],["2651798034",64],["2158306749",86],["4981763502",64],["6142753890",36],["7348015629",64],["6240958137",12],["6452379810",73]],"gold_key_pos":[0,1,3,5,7]}
66
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4150687293\": 95, \"4760125839\": 16, \"0981753462\": 65, \"8561749320\": 29, \"0864531792\": 65, \"9254163780\": 54, \"4368971250\": 65, \"0792653418\": 91, \"0146825793\": 65, \"9302867451\": 65}\n\nQuuestion: In the above json data, please find all the keys with the value 65. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0981753462","0864531792","4368971250","0146825793","9302867451"],"gold_values":65,"kv_list":[["4150687293",95],["4760125839",16],["0981753462",65],["8561749320",29],["0864531792",65],["9254163780",54],["4368971250",65],["0792653418",91],["0146825793",65],["9302867451",65]],"gold_key_pos":[2,4,6,8,9]}
67
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7136498520\": 51, \"2143706589\": 66, \"9260471835\": 70, \"2187563409\": 15, \"6325184970\": 33, \"4962158307\": 66, \"4326079851\": 66, \"3725014986\": 66, \"3826195704\": 40, \"6209143758\": 66}\n\nQuuestion: In the above json data, please find all the keys with the value 66. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2143706589","4962158307","4326079851","3725014986","6209143758"],"gold_values":66,"kv_list":[["7136498520",51],["2143706589",66],["9260471835",70],["2187563409",15],["6325184970",33],["4962158307",66],["4326079851",66],["3725014986",66],["3826195704",40],["6209143758",66]],"gold_key_pos":[1,5,6,7,9]}
68
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2579804361\": 67, \"6430215879\": 32, \"3619805427\": 67, \"3420985167\": 74, \"0183495672\": 4, \"4079628513\": 67, \"0495732618\": 67, \"2394651870\": 67, \"2346105798\": 75, \"7958014362\": 13}\n\nQuuestion: In the above json data, please find all the keys with the value 67. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2579804361","3619805427","4079628513","0495732618","2394651870"],"gold_values":67,"kv_list":[["2579804361",67],["6430215879",32],["3619805427",67],["3420985167",74],["0183495672",4],["4079628513",67],["0495732618",67],["2394651870",67],["2346105798",75],["7958014362",13]],"gold_key_pos":[0,2,5,6,7]}
69
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6581423709\": 58, \"0456183729\": 88, \"0241387965\": 68, \"9586421703\": 68, \"0827541639\": 68, \"3658492170\": 68, \"4312068579\": 68, \"4320756189\": 3, \"5714839602\": 27, \"9546207813\": 29}\n\nQuuestion: In the above json data, please find all the keys with the value 68. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0241387965","9586421703","0827541639","3658492170","4312068579"],"gold_values":68,"kv_list":[["6581423709",58],["0456183729",88],["0241387965",68],["9586421703",68],["0827541639",68],["3658492170",68],["4312068579",68],["4320756189",3],["5714839602",27],["9546207813",29]],"gold_key_pos":[2,3,4,5,6]}
70
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1523089476\": 73, \"3856041297\": 69, \"8346019527\": 69, \"0421983765\": 24, \"6259471308\": 60, \"7598432061\": 69, \"4019582376\": 69, \"9718502634\": 28, \"8527106493\": 69, \"6154832790\": 56}\n\nQuuestion: In the above json data, please find all the keys with the value 69. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3856041297","8346019527","7598432061","4019582376","8527106493"],"gold_values":69,"kv_list":[["1523089476",73],["3856041297",69],["8346019527",69],["0421983765",24],["6259471308",60],["7598432061",69],["4019582376",69],["9718502634",28],["8527106493",69],["6154832790",56]],"gold_key_pos":[1,2,5,6,8]}
71
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8723516490\": 9, \"3215894760\": 11, \"9521764308\": 70, \"9362148705\": 70, \"6453829107\": 70, \"7981650243\": 35, \"9824563071\": 70, \"7204685391\": 83, \"7460523918\": 70, \"9857634210\": 84}\n\nQuuestion: In the above json data, please find all the keys with the value 70. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9521764308","9362148705","6453829107","9824563071","7460523918"],"gold_values":70,"kv_list":[["8723516490",9],["3215894760",11],["9521764308",70],["9362148705",70],["6453829107",70],["7981650243",35],["9824563071",70],["7204685391",83],["7460523918",70],["9857634210",84]],"gold_key_pos":[2,3,4,6,8]}
72
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8106279354\": 12, \"0256498713\": 71, \"7958416320\": 71, \"9682743015\": 0, \"4630597812\": 22, \"0496781235\": 52, \"5140867293\": 71, \"9427581603\": 71, \"8569374201\": 71, \"7412036895\": 4}\n\nQuuestion: In the above json data, please find all the keys with the value 71. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0256498713","7958416320","5140867293","9427581603","8569374201"],"gold_values":71,"kv_list":[["8106279354",12],["0256498713",71],["7958416320",71],["9682743015",0],["4630597812",22],["0496781235",52],["5140867293",71],["9427581603",71],["8569374201",71],["7412036895",4]],"gold_key_pos":[1,2,6,7,8]}
73
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4756208913\": 72, \"7642108935\": 72, \"6420387519\": 72, \"9641725380\": 72, \"9613705824\": 58, \"8376591024\": 72, \"4526093817\": 32, \"0472563819\": 14, \"6741032895\": 21, \"6584129370\": 46}\n\nQuuestion: In the above json data, please find all the keys with the value 72. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4756208913","7642108935","6420387519","9641725380","8376591024"],"gold_values":72,"kv_list":[["4756208913",72],["7642108935",72],["6420387519",72],["9641725380",72],["9613705824",58],["8376591024",72],["4526093817",32],["0472563819",14],["6741032895",21],["6584129370",46]],"gold_key_pos":[0,1,2,3,5]}
74
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2639048517\": 73, \"1394805276\": 12, \"2819475630\": 41, \"6042853197\": 63, \"0694715328\": 73, \"8695204731\": 81, \"1284930567\": 73, \"4863095217\": 73, \"5406721983\": 73, \"8054167392\": 43}\n\nQuuestion: In the above json data, please find all the keys with the value 73. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2639048517","0694715328","1284930567","4863095217","5406721983"],"gold_values":73,"kv_list":[["2639048517",73],["1394805276",12],["2819475630",41],["6042853197",63],["0694715328",73],["8695204731",81],["1284930567",73],["4863095217",73],["5406721983",73],["8054167392",43]],"gold_key_pos":[0,4,6,7,8]}
75
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8523706149\": 74, \"7932450681\": 29, \"3129687504\": 74, \"7081593426\": 74, \"2031486597\": 32, \"3675409218\": 74, \"0723195648\": 55, \"6198345702\": 35, \"8416302597\": 74, \"4675328901\": 16}\n\nQuuestion: In the above json data, please find all the keys with the value 74. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8523706149","3129687504","7081593426","3675409218","8416302597"],"gold_values":74,"kv_list":[["8523706149",74],["7932450681",29],["3129687504",74],["7081593426",74],["2031486597",32],["3675409218",74],["0723195648",55],["6198345702",35],["8416302597",74],["4675328901",16]],"gold_key_pos":[0,2,3,5,8]}
76
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3879046521\": 75, \"3198742056\": 25, \"9742165830\": 75, \"3026745819\": 75, \"0813247965\": 75, \"6753824910\": 55, \"9405726183\": 7, \"7521036894\": 48, \"4978521306\": 75, \"3586741902\": 59}\n\nQuuestion: In the above json data, please find all the keys with the value 75. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3879046521","9742165830","3026745819","0813247965","4978521306"],"gold_values":75,"kv_list":[["3879046521",75],["3198742056",25],["9742165830",75],["3026745819",75],["0813247965",75],["6753824910",55],["9405726183",7],["7521036894",48],["4978521306",75],["3586741902",59]],"gold_key_pos":[0,2,3,4,8]}
77
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7895340621\": 76, \"7109465283\": 76, \"5037481269\": 87, \"0375162894\": 76, \"7560948321\": 25, \"7830196425\": 76, \"7390528416\": 76, \"3145967208\": 71, \"4901653728\": 32, \"5170923486\": 32}\n\nQuuestion: In the above json data, please find all the keys with the value 76. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7895340621","7109465283","0375162894","7830196425","7390528416"],"gold_values":76,"kv_list":[["7895340621",76],["7109465283",76],["5037481269",87],["0375162894",76],["7560948321",25],["7830196425",76],["7390528416",76],["3145967208",71],["4901653728",32],["5170923486",32]],"gold_key_pos":[0,1,3,5,6]}
78
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8157426930\": 56, \"6982013754\": 77, \"2640598371\": 63, \"5317064829\": 77, \"1723408596\": 35, \"0941756238\": 36, \"9731285460\": 77, \"6483705912\": 11, \"8635907241\": 77, \"7354260981\": 77}\n\nQuuestion: In the above json data, please find all the keys with the value 77. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6982013754","5317064829","9731285460","8635907241","7354260981"],"gold_values":77,"kv_list":[["8157426930",56],["6982013754",77],["2640598371",63],["5317064829",77],["1723408596",35],["0941756238",36],["9731285460",77],["6483705912",11],["8635907241",77],["7354260981",77]],"gold_key_pos":[1,3,6,8,9]}
79
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9531780642\": 15, \"2186354079\": 78, \"0832641975\": 96, \"4169520783\": 78, \"3650897421\": 78, \"1460273895\": 78, \"2714308965\": 39, \"3256710849\": 1, \"6034871259\": 14, \"7068213954\": 78}\n\nQuuestion: In the above json data, please find all the keys with the value 78. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2186354079","4169520783","3650897421","1460273895","7068213954"],"gold_values":78,"kv_list":[["9531780642",15],["2186354079",78],["0832641975",96],["4169520783",78],["3650897421",78],["1460273895",78],["2714308965",39],["3256710849",1],["6034871259",14],["7068213954",78]],"gold_key_pos":[1,3,4,5,9]}
80
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2195037648\": 79, \"1657280439\": 24, \"6924018375\": 99, \"6083927154\": 79, \"1048639752\": 31, \"9061758324\": 48, \"3754280169\": 13, \"9762105438\": 79, \"2745680193\": 79, \"0651982437\": 79}\n\nQuuestion: In the above json data, please find all the keys with the value 79. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2195037648","6083927154","9762105438","2745680193","0651982437"],"gold_values":79,"kv_list":[["2195037648",79],["1657280439",24],["6924018375",99],["6083927154",79],["1048639752",31],["9061758324",48],["3754280169",13],["9762105438",79],["2745680193",79],["0651982437",79]],"gold_key_pos":[0,3,7,8,9]}
81
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9452863710\": 80, \"5132968074\": 80, \"5407213896\": 57, \"8124059763\": 80, \"8510749362\": 80, \"8741590632\": 73, \"3672801945\": 60, \"4238190756\": 13, \"9135628074\": 80, \"0142563897\": 89}\n\nQuuestion: In the above json data, please find all the keys with the value 80. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9452863710","5132968074","8124059763","8510749362","9135628074"],"gold_values":80,"kv_list":[["9452863710",80],["5132968074",80],["5407213896",57],["8124059763",80],["8510749362",80],["8741590632",73],["3672801945",60],["4238190756",13],["9135628074",80],["0142563897",89]],"gold_key_pos":[0,1,3,4,8]}
82
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7423816095\": 81, \"8139254670\": 81, \"5483976201\": 81, \"6035981742\": 42, \"6130297584\": 38, \"7102863945\": 67, \"5321986407\": 81, \"5401273986\": 69, \"3705289146\": 17, \"5317098462\": 81}\n\nQuuestion: In the above json data, please find all the keys with the value 81. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7423816095","8139254670","5483976201","5321986407","5317098462"],"gold_values":81,"kv_list":[["7423816095",81],["8139254670",81],["5483976201",81],["6035981742",42],["6130297584",38],["7102863945",67],["5321986407",81],["5401273986",69],["3705289146",17],["5317098462",81]],"gold_key_pos":[0,1,2,6,9]}
83
+ {"prompt":"Json data with 10 key-value pairs:\n{\"4382706591\": 82, \"3260194587\": 38, \"8790263541\": 82, \"1593864072\": 68, \"0527649381\": 67, \"8453926701\": 86, \"5791026384\": 82, \"1673850429\": 82, \"0321864597\": 82, \"0927653841\": 90}\n\nQuuestion: In the above json data, please find all the keys with the value 82. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4382706591","8790263541","5791026384","1673850429","0321864597"],"gold_values":82,"kv_list":[["4382706591",82],["3260194587",38],["8790263541",82],["1593864072",68],["0527649381",67],["8453926701",86],["5791026384",82],["1673850429",82],["0321864597",82],["0927653841",90]],"gold_key_pos":[0,2,6,7,8]}
84
+ {"prompt":"Json data with 10 key-value pairs:\n{\"8173645290\": 52, \"9104576823\": 83, \"3058941762\": 63, \"4625710839\": 38, \"8357019426\": 83, \"6402153978\": 83, \"3802957461\": 67, \"2715403986\": 15, \"0283165479\": 83, \"7236901548\": 83}\n\nQuuestion: In the above json data, please find all the keys with the value 83. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9104576823","8357019426","6402153978","0283165479","7236901548"],"gold_values":83,"kv_list":[["8173645290",52],["9104576823",83],["3058941762",63],["4625710839",38],["8357019426",83],["6402153978",83],["3802957461",67],["2715403986",15],["0283165479",83],["7236901548",83]],"gold_key_pos":[1,4,5,8,9]}
85
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5102986734\": 23, \"8602753941\": 84, \"8906547321\": 65, \"6092438175\": 38, \"7046829531\": 74, \"3815769402\": 7, \"8290135476\": 84, \"3148709625\": 84, \"8765249103\": 84, \"7129603584\": 84}\n\nQuuestion: In the above json data, please find all the keys with the value 84. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["8602753941","8290135476","3148709625","8765249103","7129603584"],"gold_values":84,"kv_list":[["5102986734",23],["8602753941",84],["8906547321",65],["6092438175",38],["7046829531",74],["3815769402",7],["8290135476",84],["3148709625",84],["8765249103",84],["7129603584",84]],"gold_key_pos":[1,6,7,8,9]}
86
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0347298561\": 33, \"1509632874\": 42, \"2583097416\": 12, \"2716543089\": 85, \"7846531920\": 22, \"7624951083\": 85, \"9605832417\": 85, \"7106924853\": 85, \"3185240769\": 12, \"6253470819\": 85}\n\nQuuestion: In the above json data, please find all the keys with the value 85. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["2716543089","7624951083","9605832417","7106924853","6253470819"],"gold_values":85,"kv_list":[["0347298561",33],["1509632874",42],["2583097416",12],["2716543089",85],["7846531920",22],["7624951083",85],["9605832417",85],["7106924853",85],["3185240769",12],["6253470819",85]],"gold_key_pos":[3,5,6,7,9]}
87
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0431982657\": 86, \"0958634127\": 16, \"9035218647\": 86, \"8097123564\": 28, \"2871936045\": 75, \"7610348529\": 86, \"2018394675\": 88, \"7108963542\": 86, \"8205137496\": 69, \"9015862473\": 86}\n\nQuuestion: In the above json data, please find all the keys with the value 86. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0431982657","9035218647","7610348529","7108963542","9015862473"],"gold_values":86,"kv_list":[["0431982657",86],["0958634127",16],["9035218647",86],["8097123564",28],["2871936045",75],["7610348529",86],["2018394675",88],["7108963542",86],["8205137496",69],["9015862473",86]],"gold_key_pos":[0,2,5,7,9]}
88
+ {"prompt":"Json data with 10 key-value pairs:\n{\"2893571046\": 92, \"5932476810\": 87, \"7425910863\": 87, \"0157846392\": 87, \"1246089753\": 19, \"6981405723\": 87, \"7682354091\": 87, \"4502683791\": 30, \"9168027354\": 36, \"6419507382\": 8}\n\nQuuestion: In the above json data, please find all the keys with the value 87. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["5932476810","7425910863","0157846392","6981405723","7682354091"],"gold_values":87,"kv_list":[["2893571046",92],["5932476810",87],["7425910863",87],["0157846392",87],["1246089753",19],["6981405723",87],["7682354091",87],["4502683791",30],["9168027354",36],["6419507382",8]],"gold_key_pos":[1,2,3,5,6]}
89
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7256398104\": 88, \"3698502741\": 88, \"7639108425\": 31, \"5426180379\": 88, \"0328546719\": 82, \"7165340928\": 87, \"6435721089\": 88, \"0426513978\": 88, \"6231780594\": 11, \"6482570319\": 77}\n\nQuuestion: In the above json data, please find all the keys with the value 88. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7256398104","3698502741","5426180379","6435721089","0426513978"],"gold_values":88,"kv_list":[["7256398104",88],["3698502741",88],["7639108425",31],["5426180379",88],["0328546719",82],["7165340928",87],["6435721089",88],["0426513978",88],["6231780594",11],["6482570319",77]],"gold_key_pos":[0,1,3,6,7]}
90
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0694835712\": 74, \"7209145836\": 89, \"3269084715\": 89, \"8962405317\": 84, \"7389145062\": 89, \"4832971650\": 69, \"0518367492\": 71, \"7386451290\": 96, \"3794658210\": 89, \"1079863542\": 89}\n\nQuuestion: In the above json data, please find all the keys with the value 89. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7209145836","3269084715","7389145062","3794658210","1079863542"],"gold_values":89,"kv_list":[["0694835712",74],["7209145836",89],["3269084715",89],["8962405317",84],["7389145062",89],["4832971650",69],["0518367492",71],["7386451290",96],["3794658210",89],["1079863542",89]],"gold_key_pos":[1,2,4,8,9]}
91
+ {"prompt":"Json data with 10 key-value pairs:\n{\"9156347280\": 90, \"1758904263\": 90, \"9567324180\": 52, \"6845197032\": 50, \"5742036198\": 90, \"0239871564\": 90, \"6547213809\": 84, \"1078945236\": 74, \"5692410783\": 38, \"0352781964\": 90}\n\nQuuestion: In the above json data, please find all the keys with the value 90. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9156347280","1758904263","5742036198","0239871564","0352781964"],"gold_values":90,"kv_list":[["9156347280",90],["1758904263",90],["9567324180",52],["6845197032",50],["5742036198",90],["0239871564",90],["6547213809",84],["1078945236",74],["5692410783",38],["0352781964",90]],"gold_key_pos":[0,1,4,5,9]}
92
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5629478310\": 41, \"4503726918\": 91, \"2136789540\": 91, \"4931826075\": 91, \"9748352061\": 91, \"5187234069\": 11, \"5179286430\": 91, \"0456932817\": 82, \"9317250864\": 52, \"6523107948\": 29}\n\nQuuestion: In the above json data, please find all the keys with the value 91. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["4503726918","2136789540","4931826075","9748352061","5179286430"],"gold_values":91,"kv_list":[["5629478310",41],["4503726918",91],["2136789540",91],["4931826075",91],["9748352061",91],["5187234069",11],["5179286430",91],["0456932817",82],["9317250864",52],["6523107948",29]],"gold_key_pos":[1,2,3,4,6]}
93
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1342075968\": 38, \"1965048273\": 92, \"9328675140\": 92, \"2416038975\": 15, \"9536217048\": 92, \"2308649157\": 22, \"4306952781\": 92, \"5263901748\": 6, \"6470823915\": 92, \"9026715438\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 92. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1965048273","9328675140","9536217048","4306952781","6470823915"],"gold_values":92,"kv_list":[["1342075968",38],["1965048273",92],["9328675140",92],["2416038975",15],["9536217048",92],["2308649157",22],["4306952781",92],["5263901748",6],["6470823915",92],["9026715438",52]],"gold_key_pos":[1,2,4,6,8]}
94
+ {"prompt":"Json data with 10 key-value pairs:\n{\"1832459670\": 93, \"1964820357\": 93, \"5607148239\": 51, \"5930812674\": 93, \"5106749823\": 42, \"9751206483\": 93, \"9421780356\": 93, \"6487105923\": 44, \"0713945826\": 69, \"1978643520\": 52}\n\nQuuestion: In the above json data, please find all the keys with the value 93. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["1832459670","1964820357","5930812674","9751206483","9421780356"],"gold_values":93,"kv_list":[["1832459670",93],["1964820357",93],["5607148239",51],["5930812674",93],["5106749823",42],["9751206483",93],["9421780356",93],["6487105923",44],["0713945826",69],["1978643520",52]],"gold_key_pos":[0,1,3,5,6]}
95
+ {"prompt":"Json data with 10 key-value pairs:\n{\"5681739024\": 53, \"0967438215\": 82, \"4386102795\": 89, \"0243596718\": 94, \"2847619035\": 63, \"7018426593\": 94, \"6942310758\": 94, \"4986571302\": 94, \"5741036298\": 20, \"5903617284\": 94}\n\nQuuestion: In the above json data, please find all the keys with the value 94. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["0243596718","7018426593","6942310758","4986571302","5903617284"],"gold_values":94,"kv_list":[["5681739024",53],["0967438215",82],["4386102795",89],["0243596718",94],["2847619035",63],["7018426593",94],["6942310758",94],["4986571302",94],["5741036298",20],["5903617284",94]],"gold_key_pos":[3,5,6,7,9]}
96
+ {"prompt":"Json data with 10 key-value pairs:\n{\"0891432657\": 50, \"9081427365\": 95, \"8594726310\": 58, \"7835902164\": 95, \"3274598610\": 22, \"0345298716\": 33, \"3126079458\": 95, \"5104897326\": 98, \"4239601785\": 95, \"8926547310\": 95}\n\nQuuestion: In the above json data, please find all the keys with the value 95. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["9081427365","7835902164","3126079458","4239601785","8926547310"],"gold_values":95,"kv_list":[["0891432657",50],["9081427365",95],["8594726310",58],["7835902164",95],["3274598610",22],["0345298716",33],["3126079458",95],["5104897326",98],["4239601785",95],["8926547310",95]],"gold_key_pos":[1,3,6,8,9]}
97
+ {"prompt":"Json data with 10 key-value pairs:\n{\"7602149835\": 96, \"3240816957\": 96, \"9361420875\": 70, \"9681304257\": 63, \"7518204369\": 96, \"8076914352\": 96, \"3985160724\": 73, \"1843297065\": 96, \"9486157023\": 87, \"2790853641\": 37}\n\nQuuestion: In the above json data, please find all the keys with the value 96. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["7602149835","3240816957","7518204369","8076914352","1843297065"],"gold_values":96,"kv_list":[["7602149835",96],["3240816957",96],["9361420875",70],["9681304257",63],["7518204369",96],["8076914352",96],["3985160724",73],["1843297065",96],["9486157023",87],["2790853641",37]],"gold_key_pos":[0,1,4,5,7]}
98
+ {"prompt":"Json data with 10 key-value pairs:\n{\"3917684025\": 97, \"4895763120\": 13, \"3708542961\": 97, \"6178390254\": 27, \"1629754803\": 18, \"2860514739\": 97, \"0632847951\": 97, \"1860257394\": 27, \"6395421870\": 14, \"5198702346\": 97}\n\nQuuestion: In the above json data, please find all the keys with the value 97. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["3917684025","3708542961","2860514739","0632847951","5198702346"],"gold_values":97,"kv_list":[["3917684025",97],["4895763120",13],["3708542961",97],["6178390254",27],["1629754803",18],["2860514739",97],["0632847951",97],["1860257394",27],["6395421870",14],["5198702346",97]],"gold_key_pos":[0,2,5,6,9]}
99
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6804579132\": 98, \"0243781659\": 98, \"1893527046\": 29, \"6749821053\": 98, \"2409835761\": 54, \"6154392708\": 40, \"0721986345\": 98, \"1349670582\": 31, \"6539042187\": 83, \"6097814523\": 98}\n\nQuuestion: In the above json data, please find all the keys with the value 98. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6804579132","0243781659","6749821053","0721986345","6097814523"],"gold_values":98,"kv_list":[["6804579132",98],["0243781659",98],["1893527046",29],["6749821053",98],["2409835761",54],["6154392708",40],["0721986345",98],["1349670582",31],["6539042187",83],["6097814523",98]],"gold_key_pos":[0,1,3,6,9]}
100
+ {"prompt":"Json data with 10 key-value pairs:\n{\"6731240895\": 99, \"5369178042\": 98, \"5806279341\": 99, \"4781023965\": 38, \"1698753204\": 99, \"9418726305\": 99, \"1630974825\": 99, \"4319062578\": 50, \"5362089147\": 74, \"0345192786\": 85}\n\nQuuestion: In the above json data, please find all the keys with the value 99. Give your answer (the keys separated by comma) in format of \"keys: {answer}\"\"","gold_keys":["6731240895","5806279341","1698753204","9418726305","1630974825"],"gold_values":99,"kv_list":[["6731240895",99],["5369178042",98],["5806279341",99],["4781023965",38],["1698753204",99],["9418726305",99],["1630974825",99],["4319062578",50],["5362089147",74],["0345192786",85]],"gold_key_pos":[0,2,4,5,6]}
multi-matching/data-kv/5_match_kv_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-kv/5_match_kv_1000.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/10_match_resume_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/10_match_resume_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/10_match_resume_300.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/1_match_resume_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/1_match_resume_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/1_match_resume_300.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/3_match_resume_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/3_match_resume_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/3_match_resume_300.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/5_match_resume_10.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/5_match_resume_100.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-matching/data-student/5_match_resume_300.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-step/data-kv/concat_1_kv_1000_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-step/data-kv/concat_1_kv_100_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-step/data-kv/concat_1_kv_10_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-step/data-kv/concat_3_kv_1000_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-step/data-kv/concat_3_kv_100_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
multi-step/data-kv/concat_3_kv_10_cot.jsonl ADDED
The diff for this file is too large to render. See raw diff