verified-analytics-tasks / tables /01_experience.jsonl
Eve39570's picture
Initial upload: compiled tables + dataset card
c1fb700 verified
Raw
History Blame Contribute Delete
67.3 kB
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given transactions.csv (columns txn_id, date [YYYY-MM-DD], amount). Report the total amount for transactions dated between 2026-02-10 and 2026-04-20 INCLUSIVE of both endpoints, as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "retail_sales", "task_id": "date_windowed-1701", "template": "date_windowed"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given transactions.csv (columns txn_id, date [YYYY-MM-DD], amount). Report the total amount for transactions dated between 2026-01-01 and 2026-03-31 INCLUSIVE of both endpoints, as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "ecommerce", "task_id": "date_windowed-1702", "template": "date_windowed"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given transactions.csv (columns txn_id, date [YYYY-MM-DD], amount). Report the total amount for transactions dated between 2026-03-01 and 2026-03-31 INCLUSIVE of both endpoints, as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "subscriptions", "task_id": "date_windowed-1703", "template": "date_windowed"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given transactions.csv (columns txn_id, date [YYYY-MM-DD], amount). Report the total amount for transactions dated between 2026-05-01 and 2026-06-15 INCLUSIVE of both endpoints, as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "donations", "task_id": "date_windowed-1704", "template": "date_windowed"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given payments.csv (columns payment_id, customer, amount, note). Gateway retries appear as rows with the SAME payment_id and amount but a different note. Treat a payment_id as a duplicate (keep it once), then report the total amount as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "card_settlement", "task_id": "dedupe_then_agg-1601", "template": "dedupe_then_agg"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given payments.csv (columns payment_id, customer, amount, note). Gateway retries appear as rows with the SAME payment_id and amount but a different note. Treat a payment_id as a duplicate (keep it once), then report the total amount as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "subscription_billing", "task_id": "dedupe_then_agg-1602", "template": "dedupe_then_agg"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given payments.csv (columns payment_id, customer, amount, note). Gateway retries appear as rows with the SAME payment_id and amount but a different note. Treat a payment_id as a duplicate (keep it once), then report the total amount as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "marketplace_payouts", "task_id": "dedupe_then_agg-1603", "template": "dedupe_then_agg"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given payments.csv (columns payment_id, customer, amount, note). Gateway retries appear as rows with the SAME payment_id and amount but a different note. Treat a payment_id as a duplicate (keep it once), then report the total amount as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "utilities", "task_id": "dedupe_then_agg-1604", "template": "dedupe_then_agg"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given invoices.csv (columns invoice_id, amount). Report the total amount across all invoices whose amount is greater than OR EQUAL TO 250.00 (inclusive), as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "accounts_receivable", "task_id": "filtered_total-1401", "template": "filtered_total"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given invoices.csv (columns invoice_id, amount). Report the total amount across all invoices whose amount is greater than OR EQUAL TO 500.00 (inclusive), as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "procurement", "task_id": "filtered_total-1402", "template": "filtered_total"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given invoices.csv (columns invoice_id, amount). Report the total amount across all invoices whose amount is greater than OR EQUAL TO 100.00 (inclusive), as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "expenses", "task_id": "filtered_total-1403", "template": "filtered_total"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given invoices.csv (columns invoice_id, amount). Report the total amount across all invoices whose amount is greater than OR EQUAL TO 1000.00 (inclusive), as a single JSON number rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "grants", "task_id": "filtered_total-1404", "template": "filtered_total"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given tickets.csv (columns ticket_id, team, priority). The export contains exact duplicate rows; deduplicate whole rows first, then report the number of distinct tickets per team as a JSON object mapping team to count.", "rate_usd_per_minute": 1.0, "subdomain": "it_support", "task_id": "grouped_count-1201", "template": "grouped_count"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given tickets.csv (columns ticket_id, team, priority). The export contains exact duplicate rows; deduplicate whole rows first, then report the number of distinct tickets per team as a JSON object mapping team to count.", "rate_usd_per_minute": 1.0, "subdomain": "field_service", "task_id": "grouped_count-1202", "template": "grouped_count"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given tickets.csv (columns ticket_id, team, priority). The export contains exact duplicate rows; deduplicate whole rows first, then report the number of distinct tickets per team as a JSON object mapping team to count.", "rate_usd_per_minute": 1.0, "subdomain": "helpdesk", "task_id": "grouped_count-1203", "template": "grouped_count"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given tickets.csv (columns ticket_id, team, priority). The export contains exact duplicate rows; deduplicate whole rows first, then report the number of distinct tickets per team as a JSON object mapping team to count.", "rate_usd_per_minute": 1.0, "subdomain": "facilities", "task_id": "grouped_count-1204", "template": "grouped_count"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given readings.csv (columns reading_id, site, temp_c). Some temp_c cells are blank (missing readings); EXCLUDE them from the average, do not treat them as 0. Report the mean temp_c per site as a JSON object mapping site to mean, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "environmental", "task_id": "grouped_mean-1301", "template": "grouped_mean"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given readings.csv (columns reading_id, site, temp_c). Some temp_c cells are blank (missing readings); EXCLUDE them from the average, do not treat them as 0. Report the mean temp_c per site as a JSON object mapping site to mean, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "cold_chain", "task_id": "grouped_mean-1302", "template": "grouped_mean"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given readings.csv (columns reading_id, site, temp_c). Some temp_c cells are blank (missing readings); EXCLUDE them from the average, do not treat them as 0. Report the mean temp_c per site as a JSON object mapping site to mean, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "greenhouse", "task_id": "grouped_mean-1303", "template": "grouped_mean"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given readings.csv (columns reading_id, site, temp_c). Some temp_c cells are blank (missing readings); EXCLUDE them from the average, do not treat them as 0. Report the mean temp_c per site as a JSON object mapping site to mean, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "server_room", "task_id": "grouped_mean-1304", "template": "grouped_mean"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given shipments.csv with columns shipment_id, warehouse, status, weight_kg. Some weight_kg values are negative data-entry errors: use their absolute value. Considering only rows whose status is exactly 'shipped' (case-sensitive), report the total weight_kg per warehouse as a JSON object mapping warehouse to total, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "logistics", "task_id": "grouped_sum-1101", "template": "grouped_sum"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given output.csv with columns shipment_id, warehouse, status, weight_kg. Some weight_kg values are negative data-entry errors: use their absolute value. Considering only rows whose status is exactly 'shipped' (case-sensitive), report the total weight_kg per warehouse as a JSON object mapping warehouse to total, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "steel_manufacturing", "task_id": "grouped_sum-1102", "template": "grouped_sum"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given shipments.csv with columns shipment_id, warehouse, status, weight_kg. Some weight_kg values are negative data-entry errors: use their absolute value. Considering only rows whose status is exactly 'shipped' (case-sensitive), report the total weight_kg per warehouse as a JSON object mapping warehouse to total, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "pharma_distribution", "task_id": "grouped_sum-1103", "template": "grouped_sum"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given loads.csv with columns shipment_id, warehouse, status, weight_kg. Some weight_kg values are negative data-entry errors: use their absolute value. Considering only rows whose status is exactly 'shipped' (case-sensitive), report the total weight_kg per warehouse as a JSON object mapping warehouse to total, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "food_supply", "task_id": "grouped_sum-1104", "template": "grouped_sum"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given customers.csv (customer_id, name, tier) and orders.csv (order_id, customer_id, amount). The customers table contains a duplicate record for one customer (a CRM double-entry). Resolve the target customer to a SINGLE customer_id, then report their total order amount as a single JSON number rounded to 2 decimals. Target customer name: Barbara.", "rate_usd_per_minute": 1.0, "subdomain": "b2b_crm", "task_id": "join_lookup-1901", "template": "join_lookup"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given customers.csv (customer_id, name, tier) and orders.csv (order_id, customer_id, amount). The customers table contains a duplicate record for one customer (a CRM double-entry). Resolve the target customer to a SINGLE customer_id, then report their total order amount as a single JSON number rounded to 2 decimals. Target customer name: Grace.", "rate_usd_per_minute": 1.0, "subdomain": "wholesale", "task_id": "join_lookup-1902", "template": "join_lookup"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given customers.csv (customer_id, name, tier) and orders.csv (order_id, customer_id, amount). The customers table contains a duplicate record for one customer (a CRM double-entry). Resolve the target customer to a SINGLE customer_id, then report their total order amount as a single JSON number rounded to 2 decimals. Target customer name: Radia.", "rate_usd_per_minute": 1.0, "subdomain": "insurance", "task_id": "join_lookup-1903", "template": "join_lookup"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given customers.csv (customer_id, name, tier) and orders.csv (order_id, customer_id, amount). The customers table contains a duplicate record for one customer (a CRM double-entry). Resolve the target customer to a SINGLE customer_id, then report their total order amount as a single JSON number rounded to 2 decimals. Target customer name: Ada.", "rate_usd_per_minute": 1.0, "subdomain": "telecom", "task_id": "join_lookup-1904", "template": "join_lookup"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given sales.csv (columns region, product, units). Build a pivot of total units by region x product and report the single cell for region='APAC', product='washer'. If that combination has no rows, the answer is 0 (not an error). Output a single JSON number.", "rate_usd_per_minute": 1.0, "subdomain": "retail_appliances", "task_id": "pivot_cell-1801", "template": "pivot_cell"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given sales.csv (columns region, product, units). Build a pivot of total units by region x product and report the single cell for region='LATAM', product='prem'. If that combination has no rows, the answer is 0 (not an error). Output a single JSON number.", "rate_usd_per_minute": 1.0, "subdomain": "streaming_media", "task_id": "pivot_cell-1802", "template": "pivot_cell"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given sales.csv (columns region, product, units). Build a pivot of total units by region x product and report the single cell for region='W', product='bakery'. If that combination has no rows, the answer is 0 (not an error). Output a single JSON number.", "rate_usd_per_minute": 1.0, "subdomain": "grocery", "task_id": "pivot_cell-1803", "template": "pivot_cell"}
{"economic_value_usd": 7.0, "human_minutes": 7, "prompt": "You are given sales.csv (columns region, product, units). Build a pivot of total units by region x product and report the single cell for region='dev', product='support'. If that combination has no rows, the answer is 0 (not an error). Output a single JSON number.", "rate_usd_per_minute": 1.0, "subdomain": "saas", "task_id": "pivot_cell-1804", "template": "pivot_cell"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of sentences). Write a Python regex that extracts every order id of the exact form ORD- followed by EXACTLY four digits (no more, no fewer). Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "order_processing", "task_id": "regex_extract_all-2101", "template": "regex_extract_all"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of sentences). Write a Python regex that extracts every order id of the exact form ORD- followed by EXACTLY four digits (no more, no fewer). Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "warehouse_logs", "task_id": "regex_extract_all-2102", "template": "regex_extract_all"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of sentences). Write a Python regex that extracts every order id of the exact form ORD- followed by EXACTLY four digits (no more, no fewer). Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "returns", "task_id": "regex_extract_all-2103", "template": "regex_extract_all"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of sentences). Write a Python regex that extracts every order id of the exact form ORD- followed by EXACTLY four digits (no more, no fewer). Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "fulfilment", "task_id": "regex_extract_all-2104", "template": "regex_extract_all"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given test_strings.json (a JSON list of log lines of the form 'DATE | user | LEVEL | message'). Write a Python regex with named groups date, user, level, message. NOTE: the message field may itself contain ' | ', so the message group must capture everything after the third delimiter. Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "app_logs", "task_id": "regex_field_parse-2201", "template": "regex_field_parse"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given test_strings.json (a JSON list of log lines of the form 'DATE | user | LEVEL | message'). Write a Python regex with named groups date, user, level, message. NOTE: the message field may itself contain ' | ', so the message group must capture everything after the third delimiter. Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "audit_trail", "task_id": "regex_field_parse-2202", "template": "regex_field_parse"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given test_strings.json (a JSON list of log lines of the form 'DATE | user | LEVEL | message'). Write a Python regex with named groups date, user, level, message. NOTE: the message field may itself contain ' | ', so the message group must capture everything after the third delimiter. Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "access_logs", "task_id": "regex_field_parse-2203", "template": "regex_field_parse"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given test_strings.json (a JSON list of log lines of the form 'DATE | user | LEVEL | message'). Write a Python regex with named groups date, user, level, message. NOTE: the message field may itself contain ' | ', so the message group must capture everything after the third delimiter. Output only the pattern string.", "rate_usd_per_minute": 1.0, "subdomain": "syslog", "task_id": "regex_field_parse-2204", "template": "regex_field_parse"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of objects with fields s and valid). Write a Python regex that, used with fullmatch, accepts exactly the valid product codes (two uppercase letters, dash, four digits, dash, one uppercase letter) and rejects the near-misses. Output only the pattern.", "rate_usd_per_minute": 1.0, "subdomain": "catalog", "task_id": "regex_validate-2301", "template": "regex_validate"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of objects with fields s and valid). Write a Python regex that, used with fullmatch, accepts exactly the valid product codes (two uppercase letters, dash, four digits, dash, one uppercase letter) and rejects the near-misses. Output only the pattern.", "rate_usd_per_minute": 1.0, "subdomain": "inventory", "task_id": "regex_validate-2302", "template": "regex_validate"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of objects with fields s and valid). Write a Python regex that, used with fullmatch, accepts exactly the valid product codes (two uppercase letters, dash, four digits, dash, one uppercase letter) and rejects the near-misses. Output only the pattern.", "rate_usd_per_minute": 1.0, "subdomain": "asset_tags", "task_id": "regex_validate-2303", "template": "regex_validate"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "You are given test_strings.json (a JSON list of objects with fields s and valid). Write a Python regex that, used with fullmatch, accepts exactly the valid product codes (two uppercase letters, dash, four digits, dash, one uppercase letter) and rejects the near-misses. Output only the pattern.", "rate_usd_per_minute": 1.0, "subdomain": "sku_validation", "task_id": "regex_validate-2304", "template": "regex_validate"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "The SQLite DB has an orders table (order_id, region, status, amount). Write a query returning the total amount per region for status = 'paid' ONLY (refunded rows must be excluded). Return columns (region, total).", "rate_usd_per_minute": 1.0, "subdomain": "ecommerce", "task_id": "sql_aggregate-2401", "template": "sql_aggregate"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "The SQLite DB has an orders table (order_id, region, status, amount). Write a query returning the total amount per region for status = 'paid' ONLY (refunded rows must be excluded). Return columns (region, total).", "rate_usd_per_minute": 1.0, "subdomain": "marketplace", "task_id": "sql_aggregate-2402", "template": "sql_aggregate"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "The SQLite DB has an orders table (order_id, region, status, amount). Write a query returning the total amount per region for status = 'paid' ONLY (refunded rows must be excluded). Return columns (region, total).", "rate_usd_per_minute": 1.0, "subdomain": "retail", "task_id": "sql_aggregate-2403", "template": "sql_aggregate"}
{"economic_value_usd": 8.0, "human_minutes": 8, "prompt": "The SQLite DB has an orders table (order_id, region, status, amount). Write a query returning the total amount per region for status = 'paid' ONLY (refunded rows must be excluded). Return columns (region, total).", "rate_usd_per_minute": 1.0, "subdomain": "travel", "task_id": "sql_aggregate-2404", "template": "sql_aggregate"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "The SQLite DB has customers (customer_id, name, country) and orders (order_id, customer_id, status, amount). Write a query returning the total paid amount per customer name, for customers in country = 'UK' and orders with status = 'paid' only.", "rate_usd_per_minute": 1.0, "subdomain": "b2b", "task_id": "sql_join_filter-2501", "template": "sql_join_filter"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "The SQLite DB has customers (customer_id, name, country) and orders (order_id, customer_id, status, amount). Write a query returning the total paid amount per customer name, for customers in country = 'US' and orders with status = 'paid' only.", "rate_usd_per_minute": 1.0, "subdomain": "saas", "task_id": "sql_join_filter-2502", "template": "sql_join_filter"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "The SQLite DB has customers (customer_id, name, country) and orders (order_id, customer_id, status, amount). Write a query returning the total paid amount per customer name, for customers in country = 'JP' and orders with status = 'paid' only.", "rate_usd_per_minute": 1.0, "subdomain": "manufacturing", "task_id": "sql_join_filter-2503", "template": "sql_join_filter"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "The SQLite DB has customers (customer_id, name, country) and orders (order_id, customer_id, status, amount). Write a query returning the total paid amount per customer name, for customers in country = 'NL' and orders with status = 'paid' only.", "rate_usd_per_minute": 1.0, "subdomain": "logistics", "task_id": "sql_join_filter-2504", "template": "sql_join_filter"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given sensors.csv (columns sensor_id, reading). Return the sorted JSON list of sensor_id strings whose reading is greater than OR EQUAL TO 85.0 (inclusive of the boundary).", "rate_usd_per_minute": 1.0, "subdomain": "factory_qc", "task_id": "threshold_flag-2001", "template": "threshold_flag"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given sensors.csv (columns sensor_id, reading). Return the sorted JSON list of sensor_id strings whose reading is greater than OR EQUAL TO 70.0 (inclusive of the boundary).", "rate_usd_per_minute": 1.0, "subdomain": "datacenter_thermal", "task_id": "threshold_flag-2002", "template": "threshold_flag"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given sensors.csv (columns sensor_id, reading). Return the sorted JSON list of sensor_id strings whose reading is greater than OR EQUAL TO 100.0 (inclusive of the boundary).", "rate_usd_per_minute": 1.0, "subdomain": "air_quality", "task_id": "threshold_flag-2003", "template": "threshold_flag"}
{"economic_value_usd": 6.0, "human_minutes": 6, "prompt": "You are given sensors.csv (columns sensor_id, reading). Return the sorted JSON list of sensor_id strings whose reading is greater than OR EQUAL TO 60.0 (inclusive of the boundary).", "rate_usd_per_minute": 1.0, "subdomain": "structural", "task_id": "threshold_flag-2004", "template": "threshold_flag"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given players.csv (columns player_id, points, joined). Return the top 5 player_ids by points, highest first. Break ties by EARLIEST joined date. Output a JSON list of player_id strings in ranked order.", "rate_usd_per_minute": 1.0, "subdomain": "gaming", "task_id": "top_n-1501", "template": "top_n"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given players.csv (columns player_id, points, joined). Return the top 3 player_ids by points, highest first. Break ties by EARLIEST joined date. Output a JSON list of player_id strings in ranked order.", "rate_usd_per_minute": 1.0, "subdomain": "sales_leaderboard", "task_id": "top_n-1502", "template": "top_n"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given players.csv (columns player_id, points, joined). Return the top 8 player_ids by points, highest first. Break ties by EARLIEST joined date. Output a JSON list of player_id strings in ranked order.", "rate_usd_per_minute": 1.0, "subdomain": "sports_league", "task_id": "top_n-1503", "template": "top_n"}
{"economic_value_usd": 9.0, "human_minutes": 9, "prompt": "You are given players.csv (columns player_id, points, joined). Return the top 4 player_ids by points, highest first. Break ties by EARLIEST joined date. Output a JSON list of player_id strings in ranked order.", "rate_usd_per_minute": 1.0, "subdomain": "referrals", "task_id": "top_n-1504", "template": "top_n"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "checkins.csv (member_id, month) records each month a member checked in at a gym, covering 8 months (2026-01 through 2026-08). Return a sorted JSON list of member_id strings for every member with an unbroken run of at least 3 consecutive months checked in.", "rate_usd_per_minute": 1.0, "subdomain": "fitness_gym", "task_id": "consecutive_month_streak-21301", "template": "consecutive_month_streak"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "checkins.csv (member_id, month) records each month a member checked in at a coworking space, covering 8 months (2026-01 through 2026-08). Return a sorted JSON list of member_id strings for every member with an unbroken run of at least 3 consecutive months checked in.", "rate_usd_per_minute": 1.0, "subdomain": "coworking_space", "task_id": "consecutive_month_streak-21302", "template": "consecutive_month_streak"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "checkins.csv (member_id, month) records each month a patron checked in at a library, covering 8 months (2026-01 through 2026-08). Return a sorted JSON list of member_id strings for every member with an unbroken run of at least 3 consecutive months checked in.", "rate_usd_per_minute": 1.0, "subdomain": "library_visits", "task_id": "consecutive_month_streak-21303", "template": "consecutive_month_streak"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "checkins.csv (member_id, month) records each month a member checked in at a climbing gym, covering 8 months (2026-01 through 2026-08). Return a sorted JSON list of member_id strings for every member with an unbroken run of at least 3 consecutive months checked in.", "rate_usd_per_minute": 1.0, "subdomain": "climbing_gym", "task_id": "consecutive_month_streak-21304", "template": "consecutive_month_streak"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "campaign_events.csv (campaign_id, user_id, stage) records one row per user per funnel stage reached for each fintech campaign (stage is impression, click, or signup). Report, as a JSON object, each campaign's signup rate (distinct signup users / distinct click users), rounded to 4 decimals, for campaigns that have at least one click.", "rate_usd_per_minute": 1.0, "subdomain": "fintech_ads", "task_id": "conversion_rate_with_zero_guard-21401", "template": "conversion_rate_with_zero_guard"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "campaign_events.csv (campaign_id, user_id, stage) records one row per user per funnel stage reached for each edtech campaign (stage is impression, click, or signup). Report, as a JSON object, each campaign's signup rate (distinct signup users / distinct click users), rounded to 4 decimals, for campaigns that have at least one click.", "rate_usd_per_minute": 1.0, "subdomain": "edtech_ads", "task_id": "conversion_rate_with_zero_guard-21402", "template": "conversion_rate_with_zero_guard"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "campaign_events.csv (campaign_id, user_id, stage) records one row per user per funnel stage reached for each travel campaign (stage is impression, click, or signup). Report, as a JSON object, each campaign's signup rate (distinct signup users / distinct click users), rounded to 4 decimals, for campaigns that have at least one click.", "rate_usd_per_minute": 1.0, "subdomain": "travel_ads", "task_id": "conversion_rate_with_zero_guard-21403", "template": "conversion_rate_with_zero_guard"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "campaign_events.csv (campaign_id, user_id, stage) records one row per user per funnel stage reached for each insurance campaign (stage is impression, click, or signup). Report, as a JSON object, each campaign's signup rate (distinct signup users / distinct click users), rounded to 4 decimals, for campaigns that have at least one click.", "rate_usd_per_minute": 1.0, "subdomain": "insurance_ads", "task_id": "conversion_rate_with_zero_guard-21404", "template": "conversion_rate_with_zero_guard"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "orders.csv (customer_id, order_date) records each order placed at a online boutique, order_date given as a 2026 month ('2026-01' style), covering months 2026-01 through 2026-06. Report, as a JSON object mapping month to count, the number of customers whose FIRST-EVER order falls in that month.", "rate_usd_per_minute": 1.0, "subdomain": "online_boutique", "task_id": "first_purchase_new_customer_count-21901", "template": "first_purchase_new_customer_count"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "orders.csv (customer_id, order_date) records each order placed at a meal-kit service, order_date given as a 2026 month ('2026-01' style), covering months 2026-01 through 2026-06. Report, as a JSON object mapping month to count, the number of customers whose FIRST-EVER order falls in that month.", "rate_usd_per_minute": 1.0, "subdomain": "meal_kit_service", "task_id": "first_purchase_new_customer_count-21902", "template": "first_purchase_new_customer_count"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "orders.csv (customer_id, order_date) records each order placed at a hardware store, order_date given as a 2026 month ('2026-01' style), covering months 2026-01 through 2026-06. Report, as a JSON object mapping month to count, the number of customers whose FIRST-EVER order falls in that month.", "rate_usd_per_minute": 1.0, "subdomain": "hardware_store", "task_id": "first_purchase_new_customer_count-21903", "template": "first_purchase_new_customer_count"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "orders.csv (customer_id, order_date) records each order placed at a pet supply shop, order_date given as a 2026 month ('2026-01' style), covering months 2026-01 through 2026-06. Report, as a JSON object mapping month to count, the number of customers whose FIRST-EVER order falls in that month.", "rate_usd_per_minute": 1.0, "subdomain": "pet_supply_shop", "task_id": "first_purchase_new_customer_count-21904", "template": "first_purchase_new_customer_count"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "funnel_events.csv (user_id, step, event_date) records, for each user of a mobile banking app, one row per onboarding step they completed (steps, in order: signup, verified_email, completed_profile, first_action); a user only reaches a step if they completed every step before it. Write a SQL query returning (pair, dropoff) rows, one per adjacent step pair (pair formatted as '<step>-><next step>'), where dropoff is the number of users who completed that step but not the immediately following step.", "rate_usd_per_minute": 1.0, "subdomain": "mobile_banking_app", "task_id": "funnel_dropoff-22801", "template": "funnel_dropoff"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "funnel_events.csv (user_id, step, event_date) records, for each user of a B2B software trial, one row per onboarding step they completed (steps, in order: trial_start, invited_teammate, connected_data, first_report); a user only reaches a step if they completed every step before it. Write a SQL query returning (pair, dropoff) rows, one per adjacent step pair (pair formatted as '<step>-><next step>'), where dropoff is the number of users who completed that step but not the immediately following step.", "rate_usd_per_minute": 1.0, "subdomain": "b2b_trial_signup", "task_id": "funnel_dropoff-22802", "template": "funnel_dropoff"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "funnel_events.csv (user_id, step, event_date) records, for each user of a dating app, one row per onboarding step they completed (steps, in order: signup, photo_uploaded, first_match); a user only reaches a step if they completed every step before it. Write a SQL query returning (pair, dropoff) rows, one per adjacent step pair (pair formatted as '<step>-><next step>'), where dropoff is the number of users who completed that step but not the immediately following step.", "rate_usd_per_minute": 1.0, "subdomain": "dating_app", "task_id": "funnel_dropoff-22803", "template": "funnel_dropoff"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "funnel_events.csv (user_id, step, event_date) records, for each user of a food delivery app, one row per onboarding step they completed (steps, in order: signup, address_added, payment_added, first_order); a user only reaches a step if they completed every step before it. Write a SQL query returning (pair, dropoff) rows, one per adjacent step pair (pair formatted as '<step>-><next step>'), where dropoff is the number of users who completed that step but not the immediately following step.", "rate_usd_per_minute": 1.0, "subdomain": "food_delivery_app", "task_id": "funnel_dropoff-22804", "template": "funnel_dropoff"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "invoices.csv (vendor_id, invoice_number) records invoice numbers issued per vendor at a accounts-payable office; some numbers were voided and never stored. Write a SQL query returning (vendor_id, missing_number) for every invoice number between each vendor's lowest and highest recorded number that has no matching row.", "rate_usd_per_minute": 1.0, "subdomain": "accounts_payable", "task_id": "gaps_in_sequence-22001", "template": "gaps_in_sequence"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "invoices.csv (vendor_id, invoice_number) records invoice numbers issued per vendor at a construction firm; some numbers were voided and never stored. Write a SQL query returning (vendor_id, missing_number) for every invoice number between each vendor's lowest and highest recorded number that has no matching row.", "rate_usd_per_minute": 1.0, "subdomain": "construction_firm", "task_id": "gaps_in_sequence-22002", "template": "gaps_in_sequence"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "invoices.csv (vendor_id, invoice_number) records invoice numbers issued per vendor at a catering company; some numbers were voided and never stored. Write a SQL query returning (vendor_id, missing_number) for every invoice number between each vendor's lowest and highest recorded number that has no matching row.", "rate_usd_per_minute": 1.0, "subdomain": "catering_company", "task_id": "gaps_in_sequence-22003", "template": "gaps_in_sequence"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "invoices.csv (vendor_id, invoice_number) records invoice numbers issued per vendor at a print shop; some numbers were voided and never stored. Write a SQL query returning (vendor_id, missing_number) for every invoice number between each vendor's lowest and highest recorded number that has no matching row.", "rate_usd_per_minute": 1.0, "subdomain": "print_shop", "task_id": "gaps_in_sequence-22004", "template": "gaps_in_sequence"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "employees.csv (emp_id, department, salary) lists a tech startup's salaries. Write a SQL query returning (department, median), the median salary in each department (the middle value, or the average of the two middle values when a department has an even headcount), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "tech_startup", "task_id": "median_via_manual_computation-21801", "template": "median_via_manual_computation"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "employees.csv (emp_id, department, salary) lists a hospital system's salaries. Write a SQL query returning (department, median), the median salary in each department (the middle value, or the average of the two middle values when a department has an even headcount), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "hospital_system", "task_id": "median_via_manual_computation-21802", "template": "median_via_manual_computation"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "employees.csv (emp_id, department, salary) lists a law firm's salaries. Write a SQL query returning (department, median), the median salary in each department (the middle value, or the average of the two middle values when a department has an even headcount), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "law_firm", "task_id": "median_via_manual_computation-21803", "template": "median_via_manual_computation"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "employees.csv (emp_id, department, salary) lists a university department's salaries. Write a SQL query returning (department, median), the median salary in each department (the middle value, or the average of the two middle values when a department has an even headcount), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "university_dept", "task_id": "median_via_manual_computation-21804", "template": "median_via_manual_computation"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "mrr_snapshots.csv (product_line, month, mrr) records monthly recurring revenue snapshots per product line. Write a SQL query returning (product_line, month, pct_change), the percent change in mrr for each product line relative to that same product line's immediately preceding recorded month.", "rate_usd_per_minute": 1.0, "subdomain": "saas_billing", "task_id": "month_over_month_change-21201", "template": "month_over_month_change"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "mrr_snapshots.csv (product_line, month, mrr) records monthly recurring revenue snapshots per product line. Write a SQL query returning (product_line, month, pct_change), the percent change in mrr for each product line relative to that same product line's immediately preceding recorded month.", "rate_usd_per_minute": 1.0, "subdomain": "media_streaming", "task_id": "month_over_month_change-21202", "template": "month_over_month_change"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "mrr_snapshots.csv (product_line, month, mrr) records monthly recurring revenue snapshots per product line. Write a SQL query returning (product_line, month, pct_change), the percent change in mrr for each product line relative to that same product line's immediately preceding recorded month.", "rate_usd_per_minute": 1.0, "subdomain": "fitness_app", "task_id": "month_over_month_change-21203", "template": "month_over_month_change"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "mrr_snapshots.csv (product_line, month, mrr) records monthly recurring revenue snapshots per product line. Write a SQL query returning (product_line, month, pct_change), the percent change in mrr for each product line relative to that same product line's immediately preceding recorded month.", "rate_usd_per_minute": 1.0, "subdomain": "cloud_storage", "task_id": "month_over_month_change-21204", "template": "month_over_month_change"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "orders.csv (customer_id, order_date, amount) records subscription box service orders. For 2026-04, report a JSON object with keys 'new' and 'returning': the total revenue that month from customers whose global first-ever order falls in 2026-04 ('new'), versus customers who had already ordered at least once before 2026-04 ('returning'), each rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "subscription_box", "task_id": "new_vs_returning_revenue_split-22501", "template": "new_vs_returning_revenue_split"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "orders.csv (customer_id, order_date, amount) records furniture store orders. For 2026-04, report a JSON object with keys 'new' and 'returning': the total revenue that month from customers whose global first-ever order falls in 2026-04 ('new'), versus customers who had already ordered at least once before 2026-04 ('returning'), each rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "furniture_store", "task_id": "new_vs_returning_revenue_split-22502", "template": "new_vs_returning_revenue_split"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "orders.csv (customer_id, order_date, amount) records coffee roaster orders. For 2026-04, report a JSON object with keys 'new' and 'returning': the total revenue that month from customers whose global first-ever order falls in 2026-04 ('new'), versus customers who had already ordered at least once before 2026-04 ('returning'), each rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "coffee_roaster", "task_id": "new_vs_returning_revenue_split-22503", "template": "new_vs_returning_revenue_split"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "orders.csv (customer_id, order_date, amount) records supplement brand orders. For 2026-04, report a JSON object with keys 'new' and 'returning': the total revenue that month from customers whose global first-ever order falls in 2026-04 ('new'), versus customers who had already ordered at least once before 2026-04 ('returning'), each rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "supplement_brand", "task_id": "new_vs_returning_revenue_split-22504", "template": "new_vs_returning_revenue_split"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "listings.csv (listing_id, city, price) lists properties for sale. Write a SQL query returning the second-highest DISTINCT price in each city, as (city, price) rows.", "rate_usd_per_minute": 1.0, "subdomain": "real_estate", "task_id": "nth_highest_per_group-21001", "template": "nth_highest_per_group"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "listings.csv (listing_id, city, price) lists vehicles for sale. Write a SQL query returning the second-highest DISTINCT price in each city, as (city, price) rows.", "rate_usd_per_minute": 1.0, "subdomain": "used_cars", "task_id": "nth_highest_per_group-21002", "template": "nth_highest_per_group"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "listings.csv (listing_id, city, price) lists lots for sale. Write a SQL query returning the second-highest DISTINCT price in each city, as (city, price) rows.", "rate_usd_per_minute": 1.0, "subdomain": "art_auctions", "task_id": "nth_highest_per_group-21003", "template": "nth_highest_per_group"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "listings.csv (listing_id, city, price) lists boats for sale. Write a SQL query returning the second-highest DISTINCT price in each city, as (city, price) rows.", "rate_usd_per_minute": 1.0, "subdomain": "boat_brokerage", "task_id": "nth_highest_per_group-21004", "template": "nth_highest_per_group"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "orders.csv (customer_id, product_id) records grocery delivery service purchases. Return a single JSON number: the count of distinct customers who purchased BOTH 'A100' and 'B200'.", "rate_usd_per_minute": 1.0, "subdomain": "grocery_delivery", "task_id": "overlap_between_two_sets-22601", "template": "overlap_between_two_sets"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "orders.csv (customer_id, product_id) records electronics retailer purchases. Return a single JSON number: the count of distinct customers who purchased BOTH 'LAPTOP-X' and 'DOCK-Y'.", "rate_usd_per_minute": 1.0, "subdomain": "electronics_retail", "task_id": "overlap_between_two_sets-22602", "template": "overlap_between_two_sets"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "orders.csv (customer_id, product_id) records pet store purchases. Return a single JSON number: the count of distinct customers who purchased BOTH 'FOOD-A' and 'TOY-B'.", "rate_usd_per_minute": 1.0, "subdomain": "pet_store", "task_id": "overlap_between_two_sets-22603", "template": "overlap_between_two_sets"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "orders.csv (customer_id, product_id) records bookstore purchases. Return a single JSON number: the count of distinct customers who purchased BOTH 'BOOK-1' and 'BOOK-2'.", "rate_usd_per_minute": 1.0, "subdomain": "bookstore", "task_id": "overlap_between_two_sets-22604", "template": "overlap_between_two_sets"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "daily_sales.csv (store_id, sale_date, revenue) records daily revenue per retail store; not every calendar day has a recorded row for every store. Write a SQL query returning (store_id, sale_date) for every row whose revenue fell to 80% or less of that store's immediately preceding RECORDED day's revenue.", "rate_usd_per_minute": 1.0, "subdomain": "retail_chain", "task_id": "prior_row_comparison_selfjoin-21701", "template": "prior_row_comparison_selfjoin"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "daily_sales.csv (store_id, sale_date, revenue) records daily revenue per restaurant location; not every calendar day has a recorded row for every store. Write a SQL query returning (store_id, sale_date) for every row whose revenue fell to 80% or less of that store's immediately preceding RECORDED day's revenue.", "rate_usd_per_minute": 1.0, "subdomain": "restaurant_chain", "task_id": "prior_row_comparison_selfjoin-21702", "template": "prior_row_comparison_selfjoin"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "daily_sales.csv (store_id, sale_date, revenue) records daily revenue per gas station; not every calendar day has a recorded row for every store. Write a SQL query returning (store_id, sale_date) for every row whose revenue fell to 80% or less of that store's immediately preceding RECORDED day's revenue.", "rate_usd_per_minute": 1.0, "subdomain": "gas_stations", "task_id": "prior_row_comparison_selfjoin-21703", "template": "prior_row_comparison_selfjoin"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "daily_sales.csv (store_id, sale_date, revenue) records daily revenue per pharmacy; not every calendar day has a recorded row for every store. Write a SQL query returning (store_id, sale_date) for every row whose revenue fell to 80% or less of that store's immediately preceding RECORDED day's revenue.", "rate_usd_per_minute": 1.0, "subdomain": "pharmacy_chain", "task_id": "prior_row_comparison_selfjoin-21704", "template": "prior_row_comparison_selfjoin"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "employees.csv (emp_id, manager_id, name) gives a corporation's reporting hierarchy (manager_id is null for the top of the org). Write a SQL query returning (manager_name, total_reports) rows: for every manager, the total number of people reporting to them at any depth (direct reports and everyone under them).", "rate_usd_per_minute": 1.0, "subdomain": "corporate_org", "task_id": "recursive_hierarchy_rollup-22401", "template": "recursive_hierarchy_rollup"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "employees.csv (emp_id, manager_id, name) gives a military unit's reporting hierarchy (manager_id is null for the top of the org). Write a SQL query returning (manager_name, total_reports) rows: for every manager, the total number of people reporting to them at any depth (direct reports and everyone under them).", "rate_usd_per_minute": 1.0, "subdomain": "military_unit", "task_id": "recursive_hierarchy_rollup-22402", "template": "recursive_hierarchy_rollup"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "employees.csv (emp_id, manager_id, name) gives a nonprofit's reporting hierarchy (manager_id is null for the top of the org). Write a SQL query returning (manager_name, total_reports) rows: for every manager, the total number of people reporting to them at any depth (direct reports and everyone under them).", "rate_usd_per_minute": 1.0, "subdomain": "nonprofit_org", "task_id": "recursive_hierarchy_rollup-22403", "template": "recursive_hierarchy_rollup"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "employees.csv (emp_id, manager_id, name) gives a restaurant franchise group's reporting hierarchy (manager_id is null for the top of the org). Write a SQL query returning (manager_name, total_reports) rows: for every manager, the total number of people reporting to them at any depth (direct reports and everyone under them).", "rate_usd_per_minute": 1.0, "subdomain": "franchise_group", "task_id": "recursive_hierarchy_rollup-22404", "template": "recursive_hierarchy_rollup"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "traffic.csv (channel, day_index, visits) records daily storefront visits per channel over day_index 1 through 30. Write a SQL query returning (channel, day_index, rolling_avg), each day's trailing 7-day average visits for that channel (the current day and the preceding 6), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "ecommerce_site", "task_id": "rolling_7day_average-22201", "template": "rolling_7day_average"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "traffic.csv (channel, day_index, visits) records daily news site visits per channel over day_index 1 through 30. Write a SQL query returning (channel, day_index, rolling_avg), each day's trailing 7-day average visits for that channel (the current day and the preceding 6), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "news_site", "task_id": "rolling_7day_average-22202", "template": "rolling_7day_average"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "traffic.csv (channel, day_index, visits) records daily job board visits per channel over day_index 1 through 30. Write a SQL query returning (channel, day_index, rolling_avg), each day's trailing 7-day average visits for that channel (the current day and the preceding 6), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "job_board", "task_id": "rolling_7day_average-22203", "template": "rolling_7day_average"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "traffic.csv (channel, day_index, visits) records daily blog visits per channel over day_index 1 through 30. Write a SQL query returning (channel, day_index, rolling_avg), each day's trailing 7-day average visits for that channel (the current day and the preceding 6), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "recipe_blog", "task_id": "rolling_7day_average-22204", "template": "rolling_7day_average"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "daily_shipped.csv (fulfillment_center, day_index, units) records units shipped per fulfillment center per day. Write a SQL query returning (fulfillment_center, day_index, running_total), where running_total is each center's cumulative units shipped up to and including that day.", "rate_usd_per_minute": 1.0, "subdomain": "3pl_logistics", "task_id": "running_total_within_group-21101", "template": "running_total_within_group"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "daily_shipped.csv (fulfillment_center, day_index, units) records units shipped per fulfillment center per day. Write a SQL query returning (fulfillment_center, day_index, running_total), where running_total is each center's cumulative units shipped up to and including that day.", "rate_usd_per_minute": 1.0, "subdomain": "grocery_distribution", "task_id": "running_total_within_group-21102", "template": "running_total_within_group"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "daily_shipped.csv (fulfillment_center, day_index, units) records units shipped per fulfillment center per day. Write a SQL query returning (fulfillment_center, day_index, running_total), where running_total is each center's cumulative units shipped up to and including that day.", "rate_usd_per_minute": 1.0, "subdomain": "print_on_demand", "task_id": "running_total_within_group-21103", "template": "running_total_within_group"}
{"economic_value_usd": 10.0, "human_minutes": 10, "prompt": "daily_shipped.csv (fulfillment_center, day_index, units) records units shipped per fulfillment center per day. Write a SQL query returning (fulfillment_center, day_index, running_total), where running_total is each center's cumulative units shipped up to and including that day.", "rate_usd_per_minute": 1.0, "subdomain": "pharma_supply", "task_id": "running_total_within_group-21104", "template": "running_total_within_group"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "ad_spend.csv (channel, status, amount) records a DTC apparel brand's ad spend per channel; status is 'active' or 'paused'. Report, as a JSON object, each channel's percent share of TOTAL ACTIVE spend (paused spend counted in neither the channel's share nor the total), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "dtc_apparel", "task_id": "share_of_total_with_filter-22301", "template": "share_of_total_with_filter"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "ad_spend.csv (channel, status, amount) records a mobile app's ad spend per channel; status is 'active' or 'paused'. Report, as a JSON object, each channel's percent share of TOTAL ACTIVE spend (paused spend counted in neither the channel's share nor the total), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "mobile_app", "task_id": "share_of_total_with_filter-22302", "template": "share_of_total_with_filter"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "ad_spend.csv (channel, status, amount) records a B2B SaaS company's ad spend per channel; status is 'active' or 'paused'. Report, as a JSON object, each channel's percent share of TOTAL ACTIVE spend (paused spend counted in neither the channel's share nor the total), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "b2b_saas", "task_id": "share_of_total_with_filter-22303", "template": "share_of_total_with_filter"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "ad_spend.csv (channel, status, amount) records a local service business's ad spend per channel; status is 'active' or 'paused'. Report, as a JSON object, each channel's percent share of TOTAL ACTIVE spend (paused spend counted in neither the channel's share nor the total), rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "local_service", "task_id": "share_of_total_with_filter-22304", "template": "share_of_total_with_filter"}
{"economic_value_usd": 18.0, "human_minutes": 18, "prompt": "treatments.csv (hospital, severity, outcome) records patient outcomes ('success' or 'failure') for a cardiac treatment, by hospital and case severity. Report, as a JSON object, each hospital's OVERALL success rate (successes divided by total treatments, pooled across all severities), rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "cardiac", "task_id": "simpsons_paradox_ratio_grouping-23001", "template": "simpsons_paradox_ratio_grouping"}
{"economic_value_usd": 18.0, "human_minutes": 18, "prompt": "treatments.csv (hospital, severity, outcome) records patient outcomes ('success' or 'failure') for a orthopedic surgery treatment, by hospital and case severity. Report, as a JSON object, each hospital's OVERALL success rate (successes divided by total treatments, pooled across all severities), rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "orthopedic", "task_id": "simpsons_paradox_ratio_grouping-23002", "template": "simpsons_paradox_ratio_grouping"}
{"economic_value_usd": 18.0, "human_minutes": 18, "prompt": "treatments.csv (hospital, severity, outcome) records patient outcomes ('success' or 'failure') for a oncology treatment, by hospital and case severity. Report, as a JSON object, each hospital's OVERALL success rate (successes divided by total treatments, pooled across all severities), rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "oncology", "task_id": "simpsons_paradox_ratio_grouping-23003", "template": "simpsons_paradox_ratio_grouping"}
{"economic_value_usd": 18.0, "human_minutes": 18, "prompt": "treatments.csv (hospital, severity, outcome) records patient outcomes ('success' or 'failure') for a dialysis treatment, by hospital and case severity. Report, as a JSON object, each hospital's OVERALL success rate (successes divided by total treatments, pooled across all severities), rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "dialysis", "task_id": "simpsons_paradox_ratio_grouping-23004", "template": "simpsons_paradox_ratio_grouping"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "measurements.csv (batch_id, value) records individual QC measurements from a auto-parts plant; each batch's value column represents every unit measured in that batch (a complete population, not a sample of it). Write a SQL query returning (batch_id, stddev), the standard deviation of value within each batch, rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "auto_parts_plant", "task_id": "stddev_from_raw_rows-22901", "template": "stddev_from_raw_rows"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "measurements.csv (batch_id, value) records individual QC measurements from a textile mill; each batch's value column represents every unit measured in that batch (a complete population, not a sample of it). Write a SQL query returning (batch_id, stddev), the standard deviation of value within each batch, rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "textile_mill", "task_id": "stddev_from_raw_rows-22902", "template": "stddev_from_raw_rows"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "measurements.csv (batch_id, value) records individual QC measurements from a bottling plant; each batch's value column represents every unit measured in that batch (a complete population, not a sample of it). Write a SQL query returning (batch_id, stddev), the standard deviation of value within each batch, rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "bottling_plant", "task_id": "stddev_from_raw_rows-22903", "template": "stddev_from_raw_rows"}
{"economic_value_usd": 16.0, "human_minutes": 16, "prompt": "measurements.csv (batch_id, value) records individual QC measurements from a semiconductor fab; each batch's value column represents every unit measured in that batch (a complete population, not a sample of it). Write a SQL query returning (batch_id, stddev), the standard deviation of value within each batch, rounded to 4 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "semiconductor_fab", "task_id": "stddev_from_raw_rows-22904", "template": "stddev_from_raw_rows"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "titles.csv (title_id, genre, plays, is_removed) records total plays per title on a video streaming catalog. is_removed marks titles taken down and no longer available to stream. Write a SQL query returning the top 3 title_ids by plays within each genre, considering only titles that are not removed, as (genre, title_id, plays) rows.", "rate_usd_per_minute": 1.0, "subdomain": "video_streaming", "task_id": "top_k_per_group_after_exclusion-21601", "template": "top_k_per_group_after_exclusion"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "titles.csv (title_id, genre, plays, is_removed) records total plays per title on a podcast catalog. is_removed marks titles taken down and no longer available to stream. Write a SQL query returning the top 3 title_ids by plays within each genre, considering only titles that are not removed, as (genre, title_id, plays) rows.", "rate_usd_per_minute": 1.0, "subdomain": "podcast_platform", "task_id": "top_k_per_group_after_exclusion-21602", "template": "top_k_per_group_after_exclusion"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "titles.csv (title_id, genre, plays, is_removed) records total plays per title on a music streaming catalog. is_removed marks titles taken down and no longer available to stream. Write a SQL query returning the top 3 title_ids by plays within each genre, considering only titles that are not removed, as (genre, title_id, plays) rows.", "rate_usd_per_minute": 1.0, "subdomain": "music_streaming", "task_id": "top_k_per_group_after_exclusion-21603", "template": "top_k_per_group_after_exclusion"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "titles.csv (title_id, genre, plays, is_removed) records total plays per title on a ebook catalog. is_removed marks titles taken down and no longer available to stream. Write a SQL query returning the top 3 title_ids by plays within each genre, considering only titles that are not removed, as (genre, title_id, plays) rows.", "rate_usd_per_minute": 1.0, "subdomain": "ebook_platform", "task_id": "top_k_per_group_after_exclusion-21604", "template": "top_k_per_group_after_exclusion"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "reviews_summary.csv (product_id, category, avg_rating, review_count) gives each kitchenware item's average rating and how many reviews it received. Report, as a JSON object, each category's average rating weighted by review_count (i.e. products with more reviews should count for more), rounded to 3 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "kitchenware", "task_id": "weighted_average_by_group-22101", "template": "weighted_average_by_group"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "reviews_summary.csv (product_id, category, avg_rating, review_count) gives each mobile game's average rating and how many reviews it received. Report, as a JSON object, each category's average rating weighted by review_count (i.e. products with more reviews should count for more), rounded to 3 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "mobile_games", "task_id": "weighted_average_by_group-22102", "template": "weighted_average_by_group"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "reviews_summary.csv (product_id, category, avg_rating, review_count) gives each skincare product's average rating and how many reviews it received. Report, as a JSON object, each category's average rating weighted by review_count (i.e. products with more reviews should count for more), rounded to 3 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "skincare", "task_id": "weighted_average_by_group-22103", "template": "weighted_average_by_group"}
{"economic_value_usd": 12.0, "human_minutes": 12, "prompt": "reviews_summary.csv (product_id, category, avg_rating, review_count) gives each power tool's average rating and how many reviews it received. Report, as a JSON object, each category's average rating weighted by review_count (i.e. products with more reviews should count for more), rounded to 3 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "power_tools", "task_id": "weighted_average_by_group-22104", "template": "weighted_average_by_group"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "sales.csv (store_id, month, revenue) records monthly revenue per store for a grocery chain; 2025 has a full 12 months recorded, 2026 has only months 2026-01 through 2026-06 recorded so far. Report, as a JSON object, each store's year-over-year percent change, comparing 2026's recorded months against the SAME months in 2025, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "grocery_chain", "task_id": "year_over_year_partial_period-22701", "template": "year_over_year_partial_period"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "sales.csv (store_id, month, revenue) records monthly revenue per store for a gym franchise; 2025 has a full 12 months recorded, 2026 has only months 2026-01 through 2026-06 recorded so far. Report, as a JSON object, each store's year-over-year percent change, comparing 2026's recorded months against the SAME months in 2025, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "gym_franchise", "task_id": "year_over_year_partial_period-22702", "template": "year_over_year_partial_period"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "sales.csv (store_id, month, revenue) records monthly revenue per store for a hardware chain; 2025 has a full 12 months recorded, 2026 has only months 2026-01 through 2026-06 recorded so far. Report, as a JSON object, each store's year-over-year percent change, comparing 2026's recorded months against the SAME months in 2025, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "hardware_chain", "task_id": "year_over_year_partial_period-22703", "template": "year_over_year_partial_period"}
{"economic_value_usd": 14.0, "human_minutes": 14, "prompt": "sales.csv (store_id, month, revenue) records monthly revenue per store for a coffee chain; 2025 has a full 12 months recorded, 2026 has only months 2026-01 through 2026-06 recorded so far. Report, as a JSON object, each store's year-over-year percent change, comparing 2026's recorded months against the SAME months in 2025, rounded to 2 decimals.", "rate_usd_per_minute": 1.0, "subdomain": "coffee_chain", "task_id": "year_over_year_partial_period-22704", "template": "year_over_year_partial_period"}