{"id": "st_verb_00", "category": "valid_simple", "difficulty": "stress", "text": "Slash opex by 12%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"opex\", \"value\": -0.12}]}"} {"id": "st_verb_01", "category": "valid_simple", "difficulty": "stress", "text": "Shave 3% off COGS.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"cogs\", \"value\": -0.03}]}"} {"id": "st_verb_02", "category": "valid_simple", "difficulty": "stress", "text": "Pare back inventory by 8%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"inventory\", \"value\": -0.08}]}"} {"id": "st_verb_03", "category": "valid_simple", "difficulty": "stress", "text": "Ramp up capex by 20%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"capex\", \"value\": 0.2}]}"} {"id": "st_verb_04", "category": "valid_simple", "difficulty": "stress", "text": "Shrink debt by 15%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"debt\", \"value\": -0.15}]}"} {"id": "st_verb_05", "category": "valid_simple", "difficulty": "stress", "text": "Dial back opex by 5%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"opex\", \"value\": -0.05}]}"} {"id": "st_verb_06", "category": "valid_simple", "difficulty": "stress", "text": "Push the selling price up by 7%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"price\", \"value\": 0.07}]}"} {"id": "st_verb_07", "category": "valid_simple", "difficulty": "stress", "text": "Let revenue climb by 6%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"revenue\", \"value\": 0.06}]}"} {"id": "st_sfx_00", "category": "valid_simple", "difficulty": "stress", "text": "Increase opex by R5m.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"opex\", \"value\": 5000000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_sfx_01", "category": "valid_simple", "difficulty": "stress", "text": "Reduce debt by R20m.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"debt\", \"value\": -20000000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_sfx_02", "category": "valid_simple", "difficulty": "stress", "text": "Grow cash by R500k.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"cash\", \"value\": 500000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_sfx_03", "category": "valid_simple", "difficulty": "stress", "text": "Increase capex by R1.2bn.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"capex\", \"value\": 1200000000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_frac_00", "category": "valid_simple", "difficulty": "stress", "text": "Reduce COGS by a fifth.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"cogs\", \"value\": -0.2}]}"} {"id": "st_frac_01", "category": "valid_simple", "difficulty": "stress", "text": "Grow revenue by a tenth.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"revenue\", \"value\": 0.1}]}"} {"id": "st_frac_02", "category": "valid_simple", "difficulty": "stress", "text": "Double the unit price.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"price\", \"value\": 1.0}]}"} {"id": "st_frac_03", "category": "valid_simple", "difficulty": "stress", "text": "Halve inventory.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"inventory\", \"value\": -0.5}]}"} {"id": "st_idiom_00", "category": "valid_simple", "difficulty": "stress", "text": "Knock 4% off COGS.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"cogs\", \"value\": -0.04}]}"} {"id": "st_idiom_01", "category": "valid_simple", "difficulty": "stress", "text": "Add R5,000,000 to opex.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"opex\", \"value\": 5000000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_idiom_02", "category": "valid_simple", "difficulty": "stress", "text": "Take opex up by R5,000,000.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"opex\", \"value\": 5000000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_idiom_03", "category": "valid_simple", "difficulty": "stress", "text": "Bring debt down by R10,000,000.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"debt\", \"value\": -10000000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_idiom_04", "category": "valid_simple", "difficulty": "stress", "text": "Trim the fat from opex by 8%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"opex\", \"value\": -0.08}]}"} {"id": "st_ok_00", "category": "valid_simple", "difficulty": "stress", "text": "We'd like to increase revenue by roughly 6%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"revenue\", \"value\": 0.06}]}"} {"id": "st_ok_01", "category": "valid_simple", "difficulty": "stress", "text": "Please reduce COGS by about 5%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"cogs\", \"value\": -0.05}]}"} {"id": "st_ok_02", "category": "valid_simple", "difficulty": "stress", "text": "Go ahead and grow the top line by five percent.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"revenue\", \"value\": 0.05}]}"} {"id": "st_ok_03", "category": "valid_simple", "difficulty": "stress", "text": "Bump opex up five percent.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"opex\", \"value\": 0.05}]}"} {"id": "st_ok_04", "category": "multi_operation", "difficulty": "stress", "text": "Grow revenue by 5% while cutting opex by 4%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"revenue\", \"value\": 0.05}, {\"operation\": \"relative_change\", \"target\": \"opex\", \"value\": -0.04}]}"} {"id": "st_tgt_00", "category": "valid_simple", "difficulty": "stress", "text": "Increase AP by R2,000,000.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"accounts_payable\", \"value\": 2000000.0, \"currency\": \"ZAR\"}]}"} {"id": "st_tgt_01", "category": "valid_simple", "difficulty": "stress", "text": "Cut CoGS by 4%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"cogs\", \"value\": -0.04}]}"} {"id": "st_tgt_02", "category": "valid_simple", "difficulty": "stress", "text": "Reduce the wage bill by 6%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"relative_change\", \"target\": \"opex\", \"value\": -0.06}]}"} {"id": "st_amb_conflict_butalso", "category": "ambiguous", "difficulty": "stress", "text": "Grow cogs by 4% but also reduce cogs by 2%.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"ambiguous\", \"operations\": []}"} {"id": "st_amb_00", "category": "ambiguous", "difficulty": "stress", "text": "Tighten up spending.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"ambiguous\", \"operations\": []}"} {"id": "st_amb_01", "category": "ambiguous", "difficulty": "stress", "text": "Give margins a boost.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"ambiguous\", \"operations\": []}"} {"id": "st_amb_02", "category": "ambiguous", "difficulty": "stress", "text": "Bring costs under control.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"ambiguous\", \"operations\": []}"} {"id": "st_amb_03", "category": "ambiguous", "difficulty": "stress", "text": "Materially de-risk the balance sheet.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"ambiguous\", \"operations\": []}"} {"id": "st_uns_00", "category": "unsupported", "difficulty": "stress", "text": "Spin off the retail division.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"unsupported\", \"operations\": []}"} {"id": "st_uns_01", "category": "unsupported", "difficulty": "stress", "text": "Issue new equity to raise capital.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"unsupported\", \"operations\": []}"} {"id": "st_uns_02", "category": "unsupported", "difficulty": "stress", "text": "Relocate the head office to Cape Town.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"unsupported\", \"operations\": []}"} {"id": "st_uns_03", "category": "unsupported", "difficulty": "stress", "text": "Replace the CEO.", "execution_expectation": "", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"unsupported\", \"operations\": []}"} {"id": "st_inv_00", "category": "invalid", "difficulty": "stress", "text": "Grow revenue by USD 2,000,000.", "execution_expectation": "semantic_reject", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"absolute_change\", \"target\": \"revenue\", \"value\": 2000000.0, \"currency\": \"USD\"}]}"} {"id": "st_inv_01", "category": "invalid", "difficulty": "stress", "text": "Push opex to 40 days.", "execution_expectation": "semantic_reject", "expected_intent": "{\"schema_version\": \"1.0\", \"status\": \"valid\", \"operations\": [{\"operation\": \"set\", \"target\": \"opex\", \"value\": 40.0, \"unit\": \"days\"}]}"}