Spaces:
Running
Running
File size: 78,192 Bytes
3c1db6c eff2120 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 | [
{
"query": "What is Python?",
"complexity": 0.05,
"tier": "trivial",
"domain": "factual"
},
{
"query": "What is the capital of France?",
"complexity": 0.04,
"tier": "trivial",
"domain": "factual"
},
{
"query": "Who invented the telephone?",
"complexity": 0.05,
"tier": "trivial",
"domain": "factual"
},
{
"query": "What does HTTP stand for?",
"complexity": 0.06,
"tier": "trivial",
"domain": "factual"
},
{
"query": "Translate 'hello' to Spanish",
"complexity": 0.07,
"tier": "trivial",
"domain": "translation"
},
{
"query": "What year was Python created?",
"complexity": 0.04,
"tier": "trivial",
"domain": "factual"
},
{
"query": "Is Java object-oriented?",
"complexity": 0.07,
"tier": "trivial",
"domain": "factual"
},
{
"query": "What is RAM?",
"complexity": 0.05,
"tier": "trivial",
"domain": "factual"
},
{
"query": "Summarize this paragraph: The quick brown fox...",
"complexity": 0.18,
"tier": "easy",
"domain": "summarization"
},
{
"query": "Explain what a variable is in programming",
"complexity": 0.15,
"tier": "easy",
"domain": "code"
},
{
"query": "What is the difference between a list and a tuple in Python?",
"complexity": 0.22,
"tier": "easy",
"domain": "code"
},
{
"query": "Write a simple hello world in JavaScript",
"complexity": 0.2,
"tier": "easy",
"domain": "code"
},
{
"query": "What is recursion? Give a simple example",
"complexity": 0.25,
"tier": "easy",
"domain": "code"
},
{
"query": "Translate this paragraph to French",
"complexity": 0.2,
"tier": "easy",
"domain": "translation"
},
{
"query": "Summarize the key points of agile methodology",
"complexity": 0.25,
"tier": "easy",
"domain": "summarization"
},
{
"query": "Explain binary search with a code example",
"complexity": 0.4,
"tier": "medium",
"domain": "code"
},
{
"query": "Write a Python function to check if a number is prime",
"complexity": 0.38,
"tier": "medium",
"domain": "code"
},
{
"query": "Compare REST and GraphQL APIs",
"complexity": 0.42,
"tier": "medium",
"domain": "reasoning"
},
{
"query": "Explain the CAP theorem in distributed systems",
"complexity": 0.48,
"tier": "medium",
"domain": "reasoning"
},
{
"query": "Write SQL to find duplicate rows in a table",
"complexity": 0.4,
"tier": "medium",
"domain": "code"
},
{
"query": "Explain gradient descent step by step",
"complexity": 0.5,
"tier": "medium",
"domain": "math"
},
{
"query": "What is the time complexity of quicksort? Explain with an example",
"complexity": 0.45,
"tier": "medium",
"domain": "code"
},
{
"query": "Design a rate limiter for an API",
"complexity": 0.62,
"tier": "hard",
"domain": "code"
},
{
"query": "Implement a LRU cache in Python",
"complexity": 0.6,
"tier": "hard",
"domain": "code"
},
{
"query": "Explain the Transformer architecture in detail",
"complexity": 0.7,
"tier": "hard",
"domain": "science"
},
{
"query": "Write a comprehensive tutorial on Docker and Kubernetes",
"complexity": 0.68,
"tier": "hard",
"domain": "code"
},
{
"query": "Analyze the pros and cons of microservices vs monoliths",
"complexity": 0.65,
"tier": "hard",
"domain": "reasoning"
},
{
"query": "Derive the backpropagation equations from first principles",
"complexity": 0.8,
"tier": "hard",
"domain": "math"
},
{
"query": "Design the Paxos consensus algorithm",
"complexity": 0.92,
"tier": "expert",
"domain": "reasoning"
},
{
"query": "Prove that P ≠ NP (or outline the key open problems)",
"complexity": 0.98,
"tier": "expert",
"domain": "math"
},
{
"query": "Design a distributed SQL database from scratch",
"complexity": 0.95,
"tier": "expert",
"domain": "code"
},
{
"query": "Implement a compiler for a simple language in Python",
"complexity": 0.9,
"tier": "expert",
"domain": "code"
},
{
"query": "Explain quantum entanglement and Bell's inequality with math",
"complexity": 0.88,
"tier": "expert",
"domain": "science"
},
{
"query": "Write a full-stack web app with React and FastAPI",
"complexity": 0.85,
"tier": "expert",
"domain": "code"
},
{
"query": "Analyze the ethical implications of AI in healthcare",
"complexity": 0.72,
"tier": "hard",
"domain": "reasoning"
},
{
"query": "Compare BERT and GPT architectures in depth",
"complexity": 0.75,
"tier": "hard",
"domain": "science"
},
{
"query": "What is async/await in Python?",
"complexity": 0.28,
"tier": "easy",
"domain": "code"
},
{
"query": "Explain SOLID principles with examples",
"complexity": 0.45,
"tier": "medium",
"domain": "code"
},
{
"query": "Write a regex to validate email addresses",
"complexity": 0.3,
"tier": "easy",
"domain": "code"
},
{
"query": "Design a URL shortener system like bit.ly",
"complexity": 0.7,
"tier": "hard",
"domain": "code"
},
{
"query": "Implement a red-black tree in C++",
"complexity": 0.8,
"tier": "hard",
"domain": "code"
},
{
"query": "Explain Bayesian inference with an example",
"complexity": 0.65,
"tier": "hard",
"domain": "math"
},
{
"query": "Write a neural network from scratch in numpy",
"complexity": 0.82,
"tier": "expert",
"domain": "code"
},
{
"query": "Translate this legal document to Spanish",
"complexity": 0.35,
"tier": "medium",
"domain": "translation"
},
{
"query": "Summarize this 50-page research paper",
"complexity": 0.45,
"tier": "medium",
"domain": "summarization"
},
{
"query": "Debate the pros and cons of nuclear energy",
"complexity": 0.6,
"tier": "hard",
"domain": "reasoning"
},
{
"query": "Write a creative short story about time travel",
"complexity": 0.42,
"tier": "medium",
"domain": "creative"
},
{
"query": "Explain what a closure is in JavaScript",
"complexity": 0.3,
"tier": "easy",
"domain": "code"
},
{
"query": "What is the difference between TCP and UDP?",
"complexity": 0.22,
"tier": "easy",
"domain": "factual"
},
{
"query": "Prove the Pythagorean theorem",
"complexity": 0.55,
"tier": "medium",
"domain": "math"
},
{
"query": "What is Python?",
"complexity": 0.05,
"tier": "trivial",
"domain": "factual",
"model": "gpt-3.5-turbo"
},
{
"query": "What is the capital of France?",
"complexity": 0.04,
"tier": "trivial",
"domain": "factual",
"model": "claude-3-haiku-20240307"
},
{
"query": "Who invented the telephone?",
"complexity": 0.05,
"tier": "trivial",
"domain": "factual",
"model": "llama3.2:3b"
},
{
"query": "What does HTTP stand for?",
"complexity": 0.06,
"tier": "trivial",
"domain": "factual",
"model": "gemini-1.5-flash"
},
{
"query": "Translate 'hello' to Spanish",
"complexity": 0.07,
"tier": "trivial",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "What year was Python created?",
"complexity": 0.04,
"tier": "trivial",
"domain": "factual",
"model": "gpt-4o-mini"
},
{
"query": "Is Java object-oriented?",
"complexity": 0.07,
"tier": "trivial",
"domain": "factual",
"model": "llama3.1:8b"
},
{
"query": "What is RAM?",
"complexity": 0.05,
"tier": "trivial",
"domain": "factual",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "What is 2+2?",
"complexity": 0.02,
"tier": "trivial",
"domain": "math",
"model": "gpt-3.5-turbo"
},
{
"query": "Name one planet in our solar system",
"complexity": 0.03,
"tier": "trivial",
"domain": "science",
"model": "llama3.2:3b"
},
{
"query": "Summarize this: 'The quick brown fox jumps over the lazy dog.'",
"complexity": 0.18,
"tier": "easy",
"domain": "summarization",
"model": "gpt-4o-mini"
},
{
"query": "Explain what a variable is in programming",
"complexity": 0.15,
"tier": "easy",
"domain": "code",
"model": "claude-3-haiku-20240307"
},
{
"query": "What is the difference between a list and a tuple in Python?",
"complexity": 0.22,
"tier": "easy",
"domain": "code",
"model": "gemini-1.5-flash"
},
{
"query": "Write a simple hello world in JavaScript",
"complexity": 0.2,
"tier": "easy",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "What is recursion? Give a simple example",
"complexity": 0.25,
"tier": "easy",
"domain": "code",
"model": "llama3.1:8b"
},
{
"query": "Translate 'Good morning, how are you?' to French",
"complexity": 0.2,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Summarize the key points of agile methodology",
"complexity": 0.25,
"tier": "easy",
"domain": "summarization",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Solve for x: 2x + 5 = 15",
"complexity": 0.12,
"tier": "easy",
"domain": "math",
"model": "gpt-3.5-turbo"
},
{
"query": "What is photosynthesis? Explain briefly",
"complexity": 0.17,
"tier": "easy",
"domain": "science",
"model": "gemini-1.5-flash"
},
{
"query": "Write a haiku about spring",
"complexity": 0.21,
"tier": "easy",
"domain": "creative",
"model": "llama3.1:70b"
},
{
"query": "Why is the sky blue?",
"complexity": 0.18,
"tier": "easy",
"domain": "reasoning",
"model": "mistral-large-latest"
},
{
"query": "Explain binary search with a code example",
"complexity": 0.4,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Write a Python function to check if a number is prime",
"complexity": 0.38,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Compare REST and GraphQL APIs",
"complexity": 0.42,
"tier": "medium",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "Explain the CAP theorem in distributed systems",
"complexity": 0.48,
"tier": "medium",
"domain": "reasoning",
"model": "gemini-1.5-pro"
},
{
"query": "Write SQL to find duplicate rows in a table",
"complexity": 0.4,
"tier": "medium",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Explain gradient descent step by step",
"complexity": 0.5,
"tier": "medium",
"domain": "math",
"model": "deepseek-chat"
},
{
"query": "What is the time complexity of quicksort? Explain with an example",
"complexity": 0.45,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Translate this technical document abstract to German",
"complexity": 0.35,
"tier": "medium",
"domain": "translation",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Summarize the plot of '1984' by George Orwell",
"complexity": 0.37,
"tier": "medium",
"domain": "summarization",
"model": "mistral-large-latest"
},
{
"query": "Write a short story about a robot learning to dream",
"complexity": 0.44,
"tier": "medium",
"domain": "creative",
"model": "gpt-4o"
},
{
"query": "Explain the theory of relativity in simple terms",
"complexity": 0.46,
"tier": "medium",
"domain": "science",
"model": "gemini-1.5-pro"
},
{
"query": "What is the difference between supervised and unsupervised learning?",
"complexity": 0.36,
"tier": "medium",
"domain": "factual",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Solve the quadratic equation: x^2 - 5x + 6 = 0",
"complexity": 0.32,
"tier": "medium",
"domain": "math",
"model": "llama3.1:70b"
},
{
"query": "Design a rate limiter for an API",
"complexity": 0.62,
"tier": "hard",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Implement an LRU cache in Python",
"complexity": 0.6,
"tier": "hard",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Explain the Transformer architecture in detail",
"complexity": 0.7,
"tier": "hard",
"domain": "science",
"model": "deepseek-chat"
},
{
"query": "Write a comprehensive tutorial on Docker and Kubernetes",
"complexity": 0.68,
"tier": "hard",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Analyze the pros and cons of microservices vs monoliths",
"complexity": 0.65,
"tier": "hard",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "Derive the backpropagation equations from first principles",
"complexity": 0.8,
"tier": "expert",
"domain": "math",
"model": "deepseek-chat"
},
{
"query": "Prove that the square root of 2 is irrational",
"complexity": 0.58,
"tier": "hard",
"domain": "math",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate this legal contract summary to Japanese",
"complexity": 0.55,
"tier": "hard",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Summarize the latest advances in quantum computing (2023-2024)",
"complexity": 0.66,
"tier": "hard",
"domain": "summarization",
"model": "gemini-1.5-pro"
},
{
"query": "Write a poem in the style of Edgar Allan Poe about AI",
"complexity": 0.63,
"tier": "hard",
"domain": "creative",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Explain the ethics of autonomous weapons systems",
"complexity": 0.67,
"tier": "hard",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "What is the role of the Golgi apparatus in cells?",
"complexity": 0.42,
"tier": "medium",
"domain": "science",
"model": "mistral-large-latest"
},
{
"query": "Write a script to scrape a website and extract all links",
"complexity": 0.52,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Explain the concept of idempotency in REST APIs",
"complexity": 0.39,
"tier": "medium",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Describe the water cycle for a 10-year-old",
"complexity": 0.19,
"tier": "easy",
"domain": "science",
"model": "llama3.2:3b"
},
{
"query": "What is a neural network? Give a simple analogy",
"complexity": 0.24,
"tier": "easy",
"domain": "science",
"model": "claude-3-haiku-20240307"
},
{
"query": "Solve: If a train travels 60 mph for 2 hours, how far does it go?",
"complexity": 0.08,
"tier": "trivial",
"domain": "math",
"model": "gpt-3.5-turbo"
},
{
"query": "Name three data types in Python",
"complexity": 0.06,
"tier": "trivial",
"domain": "code",
"model": "llama3.2:3b"
},
{
"query": "Translate 'Thank you very much' to Italian",
"complexity": 0.07,
"tier": "trivial",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "What is the main ingredient in guacamole?",
"complexity": 0.03,
"tier": "trivial",
"domain": "factual",
"model": "mistral-small-latest"
},
{
"query": "Write a for loop that prints numbers 1 to 10 in Python",
"complexity": 0.16,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Explain what a deadlock is in concurrency",
"complexity": 0.33,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Compare socialism and capitalism",
"complexity": 0.47,
"tier": "medium",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "What is the significance of the Higgs boson discovery?",
"complexity": 0.56,
"tier": "medium",
"domain": "science",
"model": "deepseek-chat"
},
{
"query": "Write a SQL query to join three tables",
"complexity": 0.41,
"tier": "medium",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Create a simple JavaScript function that returns the current date",
"complexity": 0.14,
"tier": "easy",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "What is the Pythagorean theorem? Provide an example",
"complexity": 0.23,
"tier": "easy",
"domain": "math",
"model": "gemini-1.5-flash"
},
{
"query": "Summarize the main ideas of Stoic philosophy",
"complexity": 0.49,
"tier": "medium",
"domain": "summarization",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Write a recipe for chocolate chip cookies in poetic form",
"complexity": 0.51,
"tier": "medium",
"domain": "creative",
"model": "gpt-4o-mini"
},
{
"query": "Explain the difference between CPU and GPU",
"complexity": 0.27,
"tier": "easy",
"domain": "factual",
"model": "llama3.1:8b"
},
{
"query": "Solve: What is the derivative of x^3?",
"complexity": 0.31,
"tier": "medium",
"domain": "math",
"model": "deepseek-chat"
},
{
"query": "Design a simple task scheduler in Python",
"complexity": 0.59,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Explain the concept of 'impostor syndrome' in the workplace",
"complexity": 0.34,
"tier": "easy",
"domain": "reasoning",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "What are the three laws of robotics?",
"complexity": 0.09,
"tier": "trivial",
"domain": "science",
"model": "gpt-3.5-turbo"
},
{
"query": "Translate 'The food was delicious' to Mandarin Chinese",
"complexity": 0.26,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-pro"
},
{
"query": "Write a CSS snippet to center a div",
"complexity": 0.13,
"tier": "easy",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "Explain the Drake equation",
"complexity": 0.44,
"tier": "medium",
"domain": "science",
"model": "llama3.1:70b"
},
{
"query": "What is the difference between error and exception in programming?",
"complexity": 0.21,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Solve: 15% of 200",
"complexity": 0.05,
"tier": "trivial",
"domain": "math",
"model": "llama3.2:3b"
},
{
"query": "Write a haiku about debugging",
"complexity": 0.28,
"tier": "easy",
"domain": "creative",
"model": "claude-3-haiku-20240307"
},
{
"query": "Explain the concept of 'technical debt'",
"complexity": 0.37,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "What are the benefits of using TypeScript over JavaScript?",
"complexity": 0.29,
"tier": "easy",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Summarize the plot of 'The Great Gatsby' in one paragraph",
"complexity": 0.38,
"tier": "medium",
"domain": "summarization",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate the following error message to Spanish: 'File not found'",
"complexity": 0.08,
"tier": "trivial",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "Write a Python decorator that measures execution time",
"complexity": 0.55,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Explain the concept of 'virtue ethics'",
"complexity": 0.46,
"tier": "medium",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "What is the function of the mitochondria?",
"complexity": 0.11,
"tier": "easy",
"domain": "science",
"model": "llama3.1:8b"
},
{
"query": "Solve for x: log(x) = 2",
"complexity": 0.3,
"tier": "medium",
"domain": "math",
"model": "gemini-1.5-pro"
},
{
"query": "Design a simple REST API for a todo list",
"complexity": 0.57,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Explain the difference between let, const, and var in JavaScript",
"complexity": 0.23,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Write a limerick about a programmer",
"complexity": 0.32,
"tier": "easy",
"domain": "creative",
"model": "llama3.1:70b"
},
{
"query": "What is the greenhouse effect? Explain simply",
"complexity": 0.19,
"tier": "easy",
"domain": "science",
"model": "claude-3-haiku-20240307"
},
{
"query": "Translate 'I would like to book a flight' to French",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "What is the difference between a stack and a queue?",
"complexity": 0.24,
"tier": "easy",
"domain": "code",
"model": "gpt-3.5-turbo"
},
{
"query": "Explain the concept of 'opportunity cost' in economics",
"complexity": 0.28,
"tier": "easy",
"domain": "reasoning",
"model": "gemini-1.5-flash"
},
{
"query": "Write a binary search algorithm in Python",
"complexity": 0.43,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Summarize the key innovations of the Renaissance",
"complexity": 0.41,
"tier": "medium",
"domain": "summarization",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Solve: What is the area of a circle with radius 5?",
"complexity": 0.1,
"tier": "easy",
"domain": "math",
"model": "llama3.2:3b"
},
{
"query": "Create a simple HTML page with a button",
"complexity": 0.12,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Explain the concept of 'black swan events'",
"complexity": 0.45,
"tier": "medium",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "What is CRISPR used for?",
"complexity": 0.22,
"tier": "easy",
"domain": "science",
"model": "gemini-1.5-pro"
},
{
"query": "Write a regular expression to match an email address",
"complexity": 0.34,
"tier": "medium",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Translate 'Where is the nearest hospital?' to German",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "claude-3-haiku-20240307"
},
{
"query": "Write a short story about a character who wakes up with amnesia",
"complexity": 0.49,
"tier": "medium",
"domain": "creative",
"model": "llama3.1:70b"
},
{
"query": "Explain the difference between correlation and causation",
"complexity": 0.33,
"tier": "medium",
"domain": "reasoning",
"model": "deepseek-chat"
},
{
"query": "What is a SAT solver used for in computer science?",
"complexity": 0.52,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "What is an API?",
"complexity": 0.06,
"tier": "trivial",
"domain": "factual",
"model": "llama3.2:3b"
},
{
"query": "Who wrote 'Romeo and Juliet'?",
"complexity": 0.04,
"tier": "trivial",
"domain": "factual",
"model": "gpt-3.5-turbo"
},
{
"query": "What does CSS stand for?",
"complexity": 0.05,
"tier": "trivial",
"domain": "factual",
"model": "claude-3-haiku-20240307"
},
{
"query": "Translate 'good night' to German",
"complexity": 0.06,
"tier": "trivial",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "What is the square root of 64?",
"complexity": 0.03,
"tier": "trivial",
"domain": "math",
"model": "mistral-small-latest"
},
{
"query": "What color is the sky on a clear day?",
"complexity": 0.02,
"tier": "trivial",
"domain": "science",
"model": "llama3.1:8b"
},
{
"query": "What does SQL stand for?",
"complexity": 0.06,
"tier": "trivial",
"domain": "factual",
"model": "gpt-4o-mini"
},
{
"query": "Name one mammal that can fly",
"complexity": 0.04,
"tier": "trivial",
"domain": "science",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Translate 'I love you' to French",
"complexity": 0.05,
"tier": "trivial",
"domain": "translation",
"model": "llama3.2:3b"
},
{
"query": "What is the largest ocean on Earth?",
"complexity": 0.03,
"tier": "trivial",
"domain": "factual",
"model": "gpt-3.5-turbo"
},
{
"query": "Explain what a function is in programming",
"complexity": 0.16,
"tier": "easy",
"domain": "code",
"model": "gemini-1.5-flash"
},
{
"query": "Write a simple for loop in C++ that prints 0 to 9",
"complexity": 0.19,
"tier": "easy",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "What is the difference between '==' and '===' in JavaScript?",
"complexity": 0.21,
"tier": "easy",
"domain": "code",
"model": "llama3.1:8b"
},
{
"query": "Translate 'The weather is nice today' to Italian",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Summarize the water cycle in two sentences",
"complexity": 0.17,
"tier": "easy",
"domain": "summarization",
"model": "claude-3-haiku-20240307"
},
{
"query": "Solve for y: 3y - 7 = 11",
"complexity": 0.11,
"tier": "easy",
"domain": "math",
"model": "llama3.2:3b"
},
{
"query": "Why do we have seasons?",
"complexity": 0.19,
"tier": "easy",
"domain": "science",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a two-line poem about the moon",
"complexity": 0.14,
"tier": "easy",
"domain": "creative",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Explain why ice floats on water",
"complexity": 0.2,
"tier": "easy",
"domain": "reasoning",
"model": "gemini-1.5-pro"
},
{
"query": "What is a stack overflow in programming?",
"complexity": 0.23,
"tier": "easy",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Write a Python function to find the maximum of three numbers",
"complexity": 0.27,
"tier": "easy",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "What is the difference between a class and an object?",
"complexity": 0.25,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'Where is the bathroom?' to Spanish",
"complexity": 0.12,
"tier": "easy",
"domain": "translation",
"model": "llama3.1:70b"
},
{
"query": "Summarize the main idea of the movie 'Inception'",
"complexity": 0.29,
"tier": "easy",
"domain": "summarization",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Solve: What is 25% of 80?",
"complexity": 0.08,
"tier": "trivial",
"domain": "math",
"model": "gpt-4o"
},
{
"query": "Write a short story about a lost key",
"complexity": 0.35,
"tier": "medium",
"domain": "creative",
"model": "gpt-4o"
},
{
"query": "Explain how a memoization works with an example in JavaScript",
"complexity": 0.44,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Compare TCP and UDP protocols in detail",
"complexity": 0.43,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "What is the halting problem? Why is it important?",
"complexity": 0.51,
"tier": "medium",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "Derive the formula for the area of a circle",
"complexity": 0.37,
"tier": "medium",
"domain": "math",
"model": "gemini-1.5-pro"
},
{
"query": "Explain the second law of thermodynamics",
"complexity": 0.53,
"tier": "medium",
"domain": "science",
"model": "llama3.1:70b"
},
{
"query": "Write a SQL query to get the top 5 highest paid employees",
"complexity": 0.39,
"tier": "medium",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Translate this business email to Japanese: 'Dear Sir, we appreciate your prompt response.'",
"complexity": 0.48,
"tier": "medium",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Summarize the plot of 'The Odyssey' in 100 words",
"complexity": 0.42,
"tier": "medium",
"domain": "summarization",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Write a sonnet about artificial intelligence",
"complexity": 0.54,
"tier": "medium",
"domain": "creative",
"model": "deepseek-chat"
},
{
"query": "Explain the concept of race conditions in multithreading",
"complexity": 0.46,
"tier": "medium",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "What is the difference between deep learning and traditional machine learning?",
"complexity": 0.47,
"tier": "medium",
"domain": "science",
"model": "gemini-1.5-pro"
},
{
"query": "Solve the integral of x^2 dx",
"complexity": 0.36,
"tier": "medium",
"domain": "math",
"model": "llama3.1:8b"
},
{
"query": "Implement a binary tree traversal in Python (in-order)",
"complexity": 0.56,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Design a simple load balancer algorithm",
"complexity": 0.58,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Write a regular expression to validate a US phone number",
"complexity": 0.41,
"tier": "medium",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "Explain the prisoner's dilemma and its implications",
"complexity": 0.49,
"tier": "medium",
"domain": "reasoning",
"model": "deepseek-chat"
},
{
"query": "What is the Golden Ratio? Provide examples",
"complexity": 0.34,
"tier": "medium",
"domain": "math",
"model": "gpt-4o-mini"
},
{
"query": "Translate a medical prescription summary to German",
"complexity": 0.52,
"tier": "medium",
"domain": "translation",
"model": "llama3.1:70b"
},
{
"query": "Summarize the key arguments in Plato's 'Republic'",
"complexity": 0.57,
"tier": "hard",
"domain": "summarization",
"model": "gpt-4o"
},
{
"query": "Write a dark fantasy short story about a cursed mirror",
"complexity": 0.64,
"tier": "hard",
"domain": "creative",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Implement a concurrent web scraper in Python with asyncio",
"complexity": 0.69,
"tier": "hard",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Explain the proof of Fermat's Last Theorem at a high level",
"complexity": 0.78,
"tier": "hard",
"domain": "math",
"model": "gpt-4o"
},
{
"query": "Analyze the performance implications of columnar vs row-based storage",
"complexity": 0.66,
"tier": "hard",
"domain": "reasoning",
"model": "gemini-1.5-pro"
},
{
"query": "Describe the architecture of a distributed key-value store like DynamoDB",
"complexity": 0.72,
"tier": "hard",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "What is the Bellman equation in reinforcement learning?",
"complexity": 0.63,
"tier": "hard",
"domain": "science",
"model": "mistral-large-latest"
},
{
"query": "Translate a complex legal disclaimer to French",
"complexity": 0.61,
"tier": "hard",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Design a real-time chat system supporting 1 million concurrent users",
"complexity": 0.75,
"tier": "hard",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Explain the concept of zero-knowledge proofs",
"complexity": 0.7,
"tier": "hard",
"domain": "science",
"model": "deepseek-chat"
},
{
"query": "Write a detailed guide on optimizing Python code with C extensions",
"complexity": 0.68,
"tier": "hard",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Prove that there are infinitely many prime numbers",
"complexity": 0.59,
"tier": "hard",
"domain": "math",
"model": "gemini-1.5-pro"
},
{
"query": "What is the 'butterfly effect' in chaos theory?",
"complexity": 0.55,
"tier": "medium",
"domain": "science",
"model": "llama3.1:8b"
},
{
"query": "Write a memoization decorator in Python",
"complexity": 0.53,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Explain the difference between a process and a thread",
"complexity": 0.31,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'Congratulations on your new job' to Portuguese",
"complexity": 0.13,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "What is the role of the nucleus in a cell?",
"complexity": 0.15,
"tier": "easy",
"domain": "science",
"model": "gemini-1.5-flash"
},
{
"query": "Write a Java program to reverse a string",
"complexity": 0.26,
"tier": "easy",
"domain": "code",
"model": "llama3.2:3b"
},
{
"query": "Solve for x: 4x^2 - 16 = 0",
"complexity": 0.28,
"tier": "easy",
"domain": "math",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a haiku about winter",
"complexity": 0.15,
"tier": "easy",
"domain": "creative",
"model": "claude-3-haiku-20240307"
},
{
"query": "Explain why the sky is red at sunset",
"complexity": 0.27,
"tier": "easy",
"domain": "reasoning",
"model": "gpt-4o-mini"
},
{
"query": "What is an abstract class in Java?",
"complexity": 0.29,
"tier": "easy",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Write a simple HTML form with two input fields",
"complexity": 0.18,
"tier": "easy",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Translate 'I need a doctor' to Korean",
"complexity": 0.17,
"tier": "easy",
"domain": "translation",
"model": "deepseek-chat"
},
{
"query": "Summarize the plot of 'Hamlet' in three sentences",
"complexity": 0.32,
"tier": "easy",
"domain": "summarization",
"model": "gpt-4o"
},
{
"query": "What is the difference between GET and POST in HTTP?",
"complexity": 0.22,
"tier": "easy",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Write a C program to calculate factorial using recursion",
"complexity": 0.4,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Explain the concept of 'sharding' in databases",
"complexity": 0.48,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "What is the difference between L1 and L2 regularization?",
"complexity": 0.54,
"tier": "medium",
"domain": "science",
"model": "deepseek-chat"
},
{
"query": "Solve the system of equations: 2x + y = 10, x - y = 2",
"complexity": 0.33,
"tier": "medium",
"domain": "math",
"model": "llama3.1:70b"
},
{
"query": "Write a Python script to download an image from a URL",
"complexity": 0.36,
"tier": "medium",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Explain the Turing test and its criticisms",
"complexity": 0.45,
"tier": "medium",
"domain": "reasoning",
"model": "gemini-1.5-pro"
},
{
"query": "Translate 'The system is currently offline' to Russian",
"complexity": 0.39,
"tier": "medium",
"domain": "translation",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Summarize the main findings of the Human Genome Project",
"complexity": 0.5,
"tier": "medium",
"domain": "science",
"model": "gpt-4o-mini"
},
{
"query": "Write a villanelle about lost time",
"complexity": 0.62,
"tier": "hard",
"domain": "creative",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Implement a connection pool in Go",
"complexity": 0.71,
"tier": "hard",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Explain the concept of 'eventual consistency' in distributed systems",
"complexity": 0.65,
"tier": "hard",
"domain": "reasoning",
"model": "gpt-4o"
},
{
"query": "Derive the Black-Scholes equation for option pricing",
"complexity": 0.85,
"tier": "expert",
"domain": "math",
"model": "gpt-4o"
},
{
"query": "Design a distributed consensus protocol like Raft",
"complexity": 0.88,
"tier": "expert",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Explain the holographic principle in theoretical physics",
"complexity": 0.92,
"tier": "expert",
"domain": "science",
"model": "deepseek-chat"
},
{
"query": "Write a full compiler frontend for a small language in Rust",
"complexity": 0.95,
"tier": "expert",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Prove the Riemann Hypothesis (outline the main approach)",
"complexity": 0.99,
"tier": "expert",
"domain": "math",
"model": "gpt-4o"
},
{
"query": "Analyze the security of the TLS 1.3 handshake",
"complexity": 0.82,
"tier": "expert",
"domain": "reasoning",
"model": "llama3.1:70b"
},
{
"query": "Implement a B+ tree index from scratch",
"complexity": 0.87,
"tier": "expert",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate a complex patent document to Chinese",
"complexity": 0.76,
"tier": "hard",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "What is the difference between Bayesian and frequentist statistics?",
"complexity": 0.67,
"tier": "hard",
"domain": "math",
"model": "deepseek-chat"
},
{
"query": "Write a high-performance WebSocket server in C++",
"complexity": 0.79,
"tier": "hard",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Explain the many-worlds interpretation of quantum mechanics",
"complexity": 0.73,
"tier": "hard",
"domain": "science",
"model": "llama3.1:70b"
},
{
"query": "Design a URL shortening service like TinyURL (full design)",
"complexity": 0.69,
"tier": "hard",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Prove the central limit theorem",
"complexity": 0.84,
"tier": "expert",
"domain": "math",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Write a distributed task queue using Redis",
"complexity": 0.74,
"tier": "hard",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Explain the concept of 'transfer learning' in neural networks",
"complexity": 0.56,
"tier": "medium",
"domain": "science",
"model": "gpt-4o"
},
{
"query": "Solve the traveling salesman problem using dynamic programming",
"complexity": 0.77,
"tier": "hard",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Translate a software license agreement to Spanish",
"complexity": 0.58,
"tier": "hard",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Write a detailed critique of the OpenAI GPT-4 architecture",
"complexity": 0.7,
"tier": "hard",
"domain": "reasoning",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "What is the curse of dimensionality in machine learning?",
"complexity": 0.51,
"tier": "medium",
"domain": "science",
"model": "gemini-1.5-pro"
},
{
"query": "Fix this Python code: `def add(a,b): return a-b` – it should add, not subtract.",
"complexity": 0.11,
"tier": "easy",
"domain": "code",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a Python one-liner to reverse a string.",
"complexity": 0.13,
"tier": "easy",
"domain": "code",
"model": "claude-3-haiku-20240307"
},
{
"query": "Why does this JavaScript code print 'undefined'? `var x; console.log(x);`",
"complexity": 0.09,
"tier": "trivial",
"domain": "code",
"model": "llama3.2:3b"
},
{
"query": "Implement a function `is_palindrome(s)` in Python that ignores spaces and case.",
"complexity": 0.32,
"tier": "medium",
"domain": "code",
"model": "gemini-1.5-flash"
},
{
"query": "Debug this SQL: `SELECT * FORM users WHERE name = 'John';`",
"complexity": 0.07,
"tier": "trivial",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "Write a recursive function to compute the nth Fibonacci number in Java.",
"complexity": 0.34,
"tier": "medium",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "What is the output of `console.log(1 + '2' + 3)` in JavaScript? Explain.",
"complexity": 0.15,
"tier": "easy",
"domain": "code",
"model": "llama3.1:8b"
},
{
"query": "Write a C function to swap two integers using pointers.",
"complexity": 0.28,
"tier": "easy",
"domain": "code",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Fix the memory leak in this C++ snippet: `int* p = new int; p = new int; delete p;`",
"complexity": 0.45,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Implement a queue using two stacks in Python.",
"complexity": 0.52,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Write a regex to extract all email addresses from a text.",
"complexity": 0.38,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Why does this infinite loop happen? `for i in range(10): i -= 1`",
"complexity": 0.21,
"tier": "easy",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Write a Python decorator that caches return values of a function.",
"complexity": 0.58,
"tier": "hard",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Convert this list comprehension to a for loop: `[x**2 for x in range(10) if x%2==0]`",
"complexity": 0.19,
"tier": "easy",
"domain": "code",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a SQL query to find employees who earn more than their managers.",
"complexity": 0.44,
"tier": "medium",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Implement a binary search in a sorted array (any language).",
"complexity": 0.36,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Debug this Python: `print('Hello' + 123)` – what error and how to fix?",
"complexity": 0.1,
"tier": "trivial",
"domain": "code",
"model": "llama3.2:3b"
},
{
"query": "Write a function that merges two sorted lists into one sorted list (O(n)).",
"complexity": 0.41,
"tier": "medium",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Explain why `[1,2,3].map(parseInt)` returns `[1, NaN, NaN]` in JavaScript.",
"complexity": 0.47,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Write a simple HTML page that fetches data from a REST API and displays it.",
"complexity": 0.39,
"tier": "medium",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Implement a singleton pattern in Python.",
"complexity": 0.35,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Fix the race condition in this multi‑threaded Python code (pseudo).",
"complexity": 0.63,
"tier": "hard",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Write a recursive descent parser for simple arithmetic expressions (+, -, *, /).",
"complexity": 0.71,
"tier": "hard",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Why does this C code crash? `int arr[5]; arr[10] = 42;`",
"complexity": 0.08,
"tier": "trivial",
"domain": "code",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a Python generator that yields the Fibonacci sequence infinitely.",
"complexity": 0.33,
"tier": "medium",
"domain": "code",
"model": "llama3.1:8b"
},
{
"query": "Implement an LRU cache using `OrderedDict` in Python.",
"complexity": 0.59,
"tier": "hard",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "What does `*args` and `**kwargs` do in Python? Give an example.",
"complexity": 0.25,
"tier": "easy",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "Write a JavaScript function that throttles another function (limit calls per second).",
"complexity": 0.55,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Debug this SQL injection vulnerability: `\"SELECT * FROM users WHERE id = \" + user_id`",
"complexity": 0.3,
"tier": "easy",
"domain": "code",
"model": "claude-3-haiku-20240307"
},
{
"query": "Implement a simple HTTP server in Python using `sockets`.",
"complexity": 0.62,
"tier": "hard",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Explain the output: `console.log([] + []); console.log([] + {}); console.log({} + []);`",
"complexity": 0.49,
"tier": "medium",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Write a C++ program that reverses a linked list.",
"complexity": 0.46,
"tier": "medium",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Convert this `try/except` to using `contextlib.suppress` in Python.",
"complexity": 0.27,
"tier": "easy",
"domain": "code",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Implement the Sieve of Eratosthenes in Java.",
"complexity": 0.42,
"tier": "medium",
"domain": "code",
"model": "gemini-1.5-flash"
},
{
"query": "Why does `0.1 + 0.2 !== 0.3` in JavaScript? Explain floating point.",
"complexity": 0.35,
"tier": "medium",
"domain": "code",
"model": "mistral-large-latest"
},
{
"query": "Write a Python script to find duplicate files in a directory (by hash).",
"complexity": 0.51,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Fix the deadlock in this pseudocode: two threads lock A then B, and B then A.",
"complexity": 0.66,
"tier": "hard",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Implement a simple event emitter in JavaScript (Node.js style).",
"complexity": 0.48,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "What is tail recursion? Convert this factorial to tail‑recursive: `def fact(n): return 1 if n==0 else n*fact(n-1)`",
"complexity": 0.37,
"tier": "medium",
"domain": "code",
"model": "llama3.1:8b"
},
{
"query": "Write a Go routine that computes the sum of squares concurrently.",
"complexity": 0.54,
"tier": "medium",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'The server is down' to Arabic",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "Summarize the concept of 'reference counting' in memory management.",
"complexity": 0.28,
"tier": "easy",
"domain": "summarization",
"model": "claude-3-haiku-20240307"
},
{
"query": "Solve `∫ x e^x dx`",
"complexity": 0.43,
"tier": "medium",
"domain": "math",
"model": "deepseek-chat"
},
{
"query": "Explain why black holes evaporate (Hawking radiation).",
"complexity": 0.61,
"tier": "hard",
"domain": "science",
"model": "gpt-4o"
},
{
"query": "Write a haiku about a segfault",
"complexity": 0.22,
"tier": "easy",
"domain": "creative",
"model": "llama3.2:3b"
},
{
"query": "What is the difference between `malloc` and `calloc` in C?",
"complexity": 0.17,
"tier": "easy",
"domain": "factual",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a Python script to fetch JSON from an API and pretty‑print it.",
"complexity": 0.24,
"tier": "easy",
"domain": "code",
"model": "mistral-small-latest"
},
{
"query": "Debug this React hook: `useEffect(() => { setCount(count+1) }, [])` – why infinite loop?",
"complexity": 0.4,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Implement a deep copy function for nested dictionaries in Python.",
"complexity": 0.39,
"tier": "medium",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Explain the `volatile` keyword in Java.",
"complexity": 0.44,
"tier": "medium",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Write a SQL query to delete duplicate rows keeping one copy.",
"complexity": 0.41,
"tier": "medium",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Why does this Python code raise `UnboundLocalError`? `x = 10; def foo(): print(x); x=5`",
"complexity": 0.26,
"tier": "easy",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Implement a simple key‑value store with TTL (time‑to‑live) in Python.",
"complexity": 0.57,
"tier": "hard",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Translate 'The warranty is void if seal is broken' to Mandarin.",
"complexity": 0.36,
"tier": "medium",
"domain": "translation",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Summarize the paper 'Attention is All You Need' in 5 bullet points.",
"complexity": 0.49,
"tier": "medium",
"domain": "summarization",
"model": "gemini-1.5-pro"
},
{
"query": "Solve `det([[1,2],[3,4]])` (determinant).",
"complexity": 0.18,
"tier": "easy",
"domain": "math",
"model": "llama3.1:8b"
},
{
"query": "Explain the chemical process of rusting.",
"complexity": 0.23,
"tier": "easy",
"domain": "science",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a limerick about a null pointer",
"complexity": 0.29,
"tier": "easy",
"domain": "creative",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "What is a JIT compiler? Give an example runtime.",
"complexity": 0.34,
"tier": "medium",
"domain": "factual",
"model": "mistral-large-latest"
},
{
"query": "Write a C# method that reads a CSV file and returns a list of objects.",
"complexity": 0.42,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Fix the JSON syntax error: `{name: 'John', age: 30}`",
"complexity": 0.06,
"tier": "trivial",
"domain": "code",
"model": "llama3.2:3b"
},
{
"query": "Implement a rate limiter using the token bucket algorithm in Python.",
"complexity": 0.65,
"tier": "hard",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Explain the output `(0 == '0')` vs `(0 === '0')` in JavaScript.",
"complexity": 0.16,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Write a Bash script to find all `.log` files older than 7 days and compress them.",
"complexity": 0.38,
"tier": "medium",
"domain": "code",
"model": "gemini-1.5-flash"
},
{
"query": "Debug this Python multiprocessing code that hangs: `p = Pool(); p.map(f, range(10)); p.close()` (missing join).",
"complexity": 0.33,
"tier": "medium",
"domain": "code",
"model": "claude-3-haiku-20240307"
},
{
"query": "Write a regular expression to match a valid IPv4 address.",
"complexity": 0.48,
"tier": "medium",
"domain": "code",
"model": "llama3.1:70b"
},
{
"query": "Translate 'Please sign here' to Russian.",
"complexity": 0.11,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "Summarize the concept of 'copy‑on‑write' in operating systems.",
"complexity": 0.37,
"tier": "medium",
"domain": "summarization",
"model": "deepseek-chat"
},
{
"query": "Solve `dy/dx = y` with initial condition y(0)=1.",
"complexity": 0.3,
"tier": "medium",
"domain": "math",
"model": "gpt-4o"
},
{
"query": "Explain the Doppler effect with an example.",
"complexity": 0.27,
"tier": "easy",
"domain": "science",
"model": "gemini-1.5-pro"
},
{
"query": "Write a tanka (5 lines) about a broken build pipeline.",
"complexity": 0.35,
"tier": "medium",
"domain": "creative",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "What is the difference between `INNER JOIN` and `LEFT JOIN`?",
"complexity": 0.21,
"tier": "easy",
"domain": "factual",
"model": "gpt-3.5-turbo"
},
{
"query": "Write a Python script that watches a directory for new files and processes them.",
"complexity": 0.56,
"tier": "medium",
"domain": "code",
"model": "llama3.1:8b"
},
{
"query": "Fix the off‑by‑one error: `for i in range(1, len(arr)): if arr[i] > arr[i-1]:` – correct.",
"complexity": 0.12,
"tier": "easy",
"domain": "code",
"model": "gpt-4o-mini"
},
{
"query": "Implement a Bloom filter in Python (simple version).",
"complexity": 0.6,
"tier": "hard",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Explain why `'5' - 3` works but `'5' + 3` gives different results in JavaScript.",
"complexity": 0.31,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Write a Golang function that reads a file line by line.",
"complexity": 0.26,
"tier": "easy",
"domain": "code",
"model": "gemini-1.5-flash"
},
{
"query": "Translate 'This is a confidential document' to German.",
"complexity": 0.2,
"tier": "easy",
"domain": "translation",
"model": "mistral-large-latest"
},
{
"query": "Summarize the key differences between TCP and UDP.",
"complexity": 0.24,
"tier": "easy",
"domain": "summarization",
"model": "gpt-4o"
},
{
"query": "Solve the eigenvalue problem for matrix `[[2, 1], [1, 2]]`.",
"complexity": 0.53,
"tier": "medium",
"domain": "math",
"model": "llama3.1:70b"
},
{
"query": "Explain the double‑slit experiment in quantum mechanics.",
"complexity": 0.58,
"tier": "hard",
"domain": "science",
"model": "deepseek-chat"
},
{
"query": "Write a sonnet about a race condition (14 lines).",
"complexity": 0.63,
"tier": "hard",
"domain": "creative",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "What is the purpose of `__slots__` in Python?",
"complexity": 0.41,
"tier": "medium",
"domain": "factual",
"model": "gpt-4o-mini"
},
{
"query": "Write a Rust function that takes a string and returns the first word.",
"complexity": 0.32,
"tier": "medium",
"domain": "code",
"model": "gemini-1.5-pro"
},
{
"query": "Fix the SQL injection in this PHP code: `$query = \"SELECT * FROM users WHERE id = $_GET[id]\";`",
"complexity": 0.29,
"tier": "easy",
"domain": "code",
"model": "gpt-3.5-turbo"
},
{
"query": "Implement a priority queue using a binary heap in Java.",
"complexity": 0.55,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Why does `a = []; a.append(a)` cause infinite recursion when printed? Explain.",
"complexity": 0.34,
"tier": "medium",
"domain": "code",
"model": "llama3.1:8b"
},
{
"query": "Write a JavaScript function that deep freezes an object.",
"complexity": 0.46,
"tier": "medium",
"domain": "code",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate 'Temperature exceeds safe limit' to Japanese.",
"complexity": 0.25,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Summarize the plot of 'The Metamorphosis' by Kafka.",
"complexity": 0.33,
"tier": "medium",
"domain": "summarization",
"model": "gemini-1.5-flash"
},
{
"query": "Solve `lim x→0 (sin x)/x`.",
"complexity": 0.22,
"tier": "easy",
"domain": "math",
"model": "mistral-small-latest"
},
{
"query": "Explain why the sky appears blue (Rayleigh scattering).",
"complexity": 0.28,
"tier": "easy",
"domain": "science",
"model": "claude-3-haiku-20240307"
},
{
"query": "Write a seven‑line poem about a memory leak.",
"complexity": 0.38,
"tier": "medium",
"domain": "creative",
"model": "llama3.2:3b"
},
{
"query": "What is the difference between a thread and a coroutine?",
"complexity": 0.43,
"tier": "medium",
"domain": "factual",
"model": "gpt-4o-mini"
},
{
"query": "Write a Python script that converts a CSV to JSON.",
"complexity": 0.31,
"tier": "medium",
"domain": "code",
"model": "deepseek-chat"
},
{
"query": "Fix the race condition in this Python async code: `async def f(): global x; x+=1` (use lock).",
"complexity": 0.51,
"tier": "medium",
"domain": "code",
"model": "gpt-4o"
},
{
"query": "Translate 'The quick brown fox jumps over the lazy dog' to Spanish.",
"complexity": 0.12,
"tier": "easy",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Paraphrase this sentence: 'Despite the rain, the event was a huge success.'",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "claude-3-haiku-20240307"
},
{
"query": "Translate 'Where is the nearest metro station?' to French.",
"complexity": 0.1,
"tier": "trivial",
"domain": "translation",
"model": "llama3.2:3b"
},
{
"query": "Correct the grammar: 'He don't know nothing about that.'",
"complexity": 0.09,
"tier": "trivial",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "Translate 'I would like to order a vegetarian pizza' to Italian.",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "Rewrite this in formal English: 'Hey, can you send me the doc ASAP?'",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'The system is under maintenance' to German.",
"complexity": 0.11,
"tier": "easy",
"domain": "translation",
"model": "llama3.1:8b"
},
{
"query": "Convert this passive voice to active: 'The report was written by John.'",
"complexity": 0.08,
"tier": "trivial",
"domain": "translation",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Translate 'What is your name?' to Mandarin Chinese (pinyin).",
"complexity": 0.13,
"tier": "easy",
"domain": "translation",
"model": "deepseek-chat"
},
{
"query": "Paraphrase the idiom 'It's raining cats and dogs' into plain English.",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Translate 'Please call back later' to Japanese.",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Change this sentence to past tense: 'I go to the gym every day.'",
"complexity": 0.06,
"tier": "trivial",
"domain": "translation",
"model": "gemini-1.5-pro"
},
{
"query": "Translate 'The price does not include tax' to Portuguese.",
"complexity": 0.12,
"tier": "easy",
"domain": "translation",
"model": "mistral-large-latest"
},
{
"query": "Summarize this paragraph in 10 words: 'Machine learning is a subset of artificial intelligence that enables systems to learn from data.'",
"complexity": 0.19,
"tier": "easy",
"domain": "summarization",
"model": "llama3.1:70b"
},
{
"query": "Translate 'I have a meeting at 3 PM' to Russian.",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Explain the difference between 'affect' and 'effect' with examples.",
"complexity": 0.17,
"tier": "easy",
"domain": "factual",
"model": "claude-3-haiku-20240307"
},
{
"query": "Translate 'Your session has expired' to Arabic.",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "deepseek-chat"
},
{
"query": "Rewrite this sentence more concisely: 'Due to the fact that it was raining, we canceled the picnic.'",
"complexity": 0.11,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "Translate 'Can you help me with this problem?' to Hindi (Romanized).",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Change this to a question: 'She knows the answer.'",
"complexity": 0.05,
"tier": "trivial",
"domain": "translation",
"model": "llama3.2:3b"
},
{
"query": "Translate 'The file is corrupted' to Korean.",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Paraphrase this technical sentence: 'Authentication via OAuth 2.0 provides delegated access.'",
"complexity": 0.34,
"tier": "medium",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Translate a short poem from English to French (preserve rhyme).",
"complexity": 0.45,
"tier": "medium",
"domain": "translation",
"model": "mistral-large-latest"
},
{
"query": "Detect the language of this text: 'Bonjour, comment ça va?' and translate to English.",
"complexity": 0.2,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-pro"
},
{
"query": "Write a grammatically correct sentence using 'their', 'there', and 'they're'.",
"complexity": 0.12,
"tier": "easy",
"domain": "creative",
"model": "llama3.1:8b"
},
{
"query": "Translate 'The application has encountered an unexpected error' to German.",
"complexity": 0.22,
"tier": "easy",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Rewrite this in the imperative mood: 'You should read the instructions carefully.'",
"complexity": 0.09,
"tier": "trivial",
"domain": "translation",
"model": "claude-3-haiku-20240307"
},
{
"query": "Translate 'I apologize for the inconvenience' to Spanish.",
"complexity": 0.13,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "Convert this direct speech to indirect: He said he would come tomorrow.",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "deepseek-chat"
},
{
"query": "Translate 'Please proceed to gate B12' to Japanese.",
"complexity": 0.17,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Simplify this legalese: 'The party of the first part shall indemnify the party of the second part.'",
"complexity": 0.41,
"tier": "medium",
"domain": "translation",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate 'The deadline is Friday at 5 PM' to Italian.",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "Explain what a 'malapropism' is and give an example.",
"complexity": 0.26,
"tier": "easy",
"domain": "factual",
"model": "llama3.1:70b"
},
{
"query": "Translate a business email subject: 'Q3 Financial Results Attached' to French.",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Change this to future perfect tense: 'I finish the project.'",
"complexity": 0.1,
"tier": "trivial",
"domain": "translation",
"model": "llama3.2:3b"
},
{
"query": "Translate 'The server will reboot in 5 minutes' to Portuguese.",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "mistral-large-latest"
},
{
"query": "Paraphrase this scientific abstract (2 sentences) for a general audience.",
"complexity": 0.39,
"tier": "medium",
"domain": "summarization",
"model": "deepseek-chat"
},
{
"query": "Translate 'Your payment was successful' to Russian.",
"complexity": 0.13,
"tier": "easy",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Rewrite this sentence in the negative form: 'Everyone attended the meeting.'",
"complexity": 0.07,
"tier": "trivial",
"domain": "translation",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Translate 'Please do not touch the glass' to Mandarin.",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-pro"
},
{
"query": "Correct the spelling: 'recieve', 'seperate', 'definately'",
"complexity": 0.06,
"tier": "trivial",
"domain": "translation",
"model": "llama3.1:8b"
},
{
"query": "Translate 'The operation was completed successfully' to Arabic.",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Convert this bullet list into a coherent paragraph.",
"complexity": 0.28,
"tier": "easy",
"domain": "summarization",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate 'What time does the store close?' to German.",
"complexity": 0.11,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "Explain the difference between 'who' and 'whom' with examples.",
"complexity": 0.22,
"tier": "easy",
"domain": "factual",
"model": "deepseek-chat"
},
{
"query": "Translate 'This feature is not yet implemented' to Spanish.",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Rewrite this sentence using a simile: 'Her voice was loud.'",
"complexity": 0.2,
"tier": "easy",
"domain": "creative",
"model": "gemini-1.5-flash"
},
{
"query": "Translate 'Please verify your email address' to Japanese.",
"complexity": 0.17,
"tier": "easy",
"domain": "translation",
"model": "llama3.2:3b"
},
{
"query": "Change this from first person to third person: 'I think this solution is optimal.'",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Translate a chat message: 'BRB, gonna grab coffee' to formal English.",
"complexity": 0.12,
"tier": "easy",
"domain": "translation",
"model": "claude-3-haiku-20240307"
},
{
"query": "Paraphrase 'The new update includes several security patches' without changing meaning.",
"complexity": 0.19,
"tier": "easy",
"domain": "translation",
"model": "mistral-large-latest"
},
{
"query": "Translate 'The connection has timed out' to Italian.",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Write a haiku about the translator's dilemma.",
"complexity": 0.31,
"tier": "medium",
"domain": "creative",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate 'Access denied' to French.",
"complexity": 0.06,
"tier": "trivial",
"domain": "translation",
"model": "gemini-1.5-pro"
},
{
"query": "Explain the concept of 'cognates' in linguistics with examples.",
"complexity": 0.35,
"tier": "medium",
"domain": "science",
"model": "deepseek-chat"
},
{
"query": "Translate a short warning: 'High voltage, risk of electric shock' to Spanish.",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "llama3.1:70b"
},
{
"query": "Rewrite this in colloquial English: 'I am extremely fatigued.'",
"complexity": 0.1,
"tier": "trivial",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'The package will arrive within 2 business days' to German.",
"complexity": 0.19,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "Change this sentence to exclamatory: 'It is a beautiful day.'",
"complexity": 0.05,
"tier": "trivial",
"domain": "translation",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Translate 'Please enter your password' to Korean.",
"complexity": 0.13,
"tier": "easy",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Summarize the difference between British and American English spelling (5 examples).",
"complexity": 0.27,
"tier": "easy",
"domain": "summarization",
"model": "gemini-1.5-flash"
},
{
"query": "Translate 'I don't understand this instruction' to Portuguese.",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "llama3.1:8b"
},
{
"query": "Paraphrase this corporate jargon: 'We'll circle back on that action item.'",
"complexity": 0.22,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Translate 'Your account has been locked' to Arabic.",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "deepseek-chat"
},
{
"query": "Write a sentence using the word 'ubiquitous' correctly.",
"complexity": 0.12,
"tier": "easy",
"domain": "creative",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate 'The meeting was rescheduled to Monday' to Italian.",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "mistral-large-latest"
},
{
"query": "Change this from active to passive: 'The chef cooked a delicious meal.'",
"complexity": 0.08,
"tier": "trivial",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'Please wait while we process your request' to Japanese.",
"complexity": 0.2,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-pro"
},
{
"query": "Explain the term 'portmanteau' and give three examples.",
"complexity": 0.25,
"tier": "easy",
"domain": "factual",
"model": "llama3.2:3b"
},
{
"query": "Translate a legal disclaimer: 'Not responsible for lost or stolen items' to French.",
"complexity": 0.33,
"tier": "medium",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Rewrite this sentence without using the word 'very': 'She was very tired.'",
"complexity": 0.09,
"tier": "trivial",
"domain": "translation",
"model": "claude-3-haiku-20240307"
},
{
"query": "Translate 'Your session will expire in 10 minutes' to Russian.",
"complexity": 0.17,
"tier": "easy",
"domain": "translation",
"model": "deepseek-chat"
},
{
"query": "Convert this to a rhetorical question: 'You should know better.'",
"complexity": 0.11,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Translate 'The file size exceeds the limit' to Spanish.",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "Summarize the plot of 'The Tower of Babel' story in two sentences.",
"complexity": 0.25,
"tier": "easy",
"domain": "summarization",
"model": "gemini-1.5-flash"
},
{
"query": "Translate 'Please accept our sincere apologies' to German.",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "llama3.1:70b"
},
{
"query": "Paraphrase this proverb: 'A bird in the hand is worth two in the bush.'",
"complexity": 0.2,
"tier": "easy",
"domain": "translation",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Translate 'The system will restart automatically' to Mandarin.",
"complexity": 0.18,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o-mini"
},
{
"query": "Fix the subject‑verb agreement: 'The list of items are on the table.'",
"complexity": 0.07,
"tier": "trivial",
"domain": "translation",
"model": "llama3.2:3b"
},
{
"query": "Translate 'I've attached the document for your review' to Italian.",
"complexity": 0.17,
"tier": "easy",
"domain": "translation",
"model": "gpt-3.5-turbo"
},
{
"query": "Explain the difference between denotation and connotation with examples.",
"complexity": 0.29,
"tier": "easy",
"domain": "factual",
"model": "gemini-1.5-pro"
},
{
"query": "Translate 'Your request has been received' to Korean.",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "mistral-large-latest"
},
{
"query": "Rewrite this sentence using alliteration: 'The dog ran fast.'",
"complexity": 0.21,
"tier": "easy",
"domain": "creative",
"model": "deepseek-chat"
},
{
"query": "Translate 'The store is closed on Sundays' to Portuguese.",
"complexity": 0.13,
"tier": "easy",
"domain": "translation",
"model": "claude-3-5-haiku-20241022"
},
{
"query": "Change this from singular to plural: 'The child is playing.'",
"complexity": 0.04,
"tier": "trivial",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Translate 'Please note that prices are subject to change' to French.",
"complexity": 0.24,
"tier": "easy",
"domain": "translation",
"model": "llama3.1:8b"
},
{
"query": "Paraphrase this headline: 'Tech Giant Announces Record Profits Amid Layoffs'",
"complexity": 0.26,
"tier": "easy",
"domain": "summarization",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'The shipment is delayed due to weather' to German.",
"complexity": 0.19,
"tier": "easy",
"domain": "translation",
"model": "mistral-small-latest"
},
{
"query": "Write a sentence that is grammatically correct but semantically nonsensical.",
"complexity": 0.23,
"tier": "easy",
"domain": "creative",
"model": "claude-3-haiku-20240307"
},
{
"query": "Translate 'Your feedback is valuable to us' to Japanese.",
"complexity": 0.16,
"tier": "easy",
"domain": "translation",
"model": "gemini-1.5-flash"
},
{
"query": "Explain what a 'double negative' is and why it's often avoided in standard English.",
"complexity": 0.2,
"tier": "easy",
"domain": "factual",
"model": "deepseek-chat"
},
{
"query": "Translate 'The server is experiencing high load' to Arabic.",
"complexity": 0.21,
"tier": "easy",
"domain": "translation",
"model": "gpt-4o"
},
{
"query": "Rewrite this sentence as a conditional: 'You didn't water the plant, so it died.'",
"complexity": 0.14,
"tier": "easy",
"domain": "translation",
"model": "llama3.1:70b"
},
{
"query": "Translate 'Congratulations on your promotion' to Spanish.",
"complexity": 0.11,
"tier": "easy",
"domain": "translation",
"model": "claude-3-5-sonnet-20241022"
},
{
"query": "Summarize the concept of 'code‑switching' in linguistics in one sentence.",
"complexity": 0.28,
"tier": "easy",
"domain": "science",
"model": "gpt-4o-mini"
},
{
"query": "Translate 'Please do not disturb' to Italian.",
"complexity": 0.09,
"tier": "trivial",
"domain": "translation",
"model": "gemini-1.5-pro"
},
{
"query": "Convert this sentence to use the subjunctive mood: 'I wish I was there.' (correction)",
"complexity": 0.15,
"tier": "easy",
"domain": "translation",
"model": "mistral-large-latest"
}
] |