{ "id": "medium014", "question": "In 2022, based on the 'leverage-growth coupling effect' hypothesis in the context of industrial upgrading (i.e., there is a non-linear relationship between corporate financial leverage and operating growth, potentially showing a reverse coupling pattern of high leverage with high growth or low leverage with negative growth), in provinces covered by local policies for the rubber and plastic products industry, verify whether listed enterprises in this industry exhibit structural leverage-growth association. Specifically: among valid enterprises, using the median asset-liability ratio as the financial leverage threshold and the sign of revenue growth rate as the growth direction indicator, count the number of coupling enterprises satisfying 'high leverage (asset-liability ratio > median) and high growth (growth rate > 0)' (A) and coupling enterprises satisfying 'low leverage (asset-liability ratio < median) and negative growth' (B), and calculate the difference A − B (integer). What is the specific value of this difference?", "guidelines": "Answer format: numerical value (integer). A positive value indicates that 'high leverage high growth' coupling is more prominent; a negative value indicates that 'low leverage negative growth' coupling is more prominent. If relevant data cannot be found, please answer \"No relevant data found\"", "answer": "4", "metadata": { "db": "bm_rag_qa", "level": "medium", "category": "hypothesis_verification" }, "steps": [ "Filter from policy_release_status.csv policy records where policyClassification=\"local policy\" and industry contains \"rubber\" or \"plastic\", finding 17 relevant policies. Extract deduplicated province field (excluding \"national\"), obtaining 12 policy provinces: Shanghai, Yunnan, Sichuan, Anhui, Shandong, Guangxi Zhuang Autonomous Region, Xinjiang Uygur Autonomous Region, Hebei, Hainan, Hunan, Liaoning, Shaanxi.", "Filter from company_profile.csv enterprises with industry=\"rubber and plastic products\" and province in policy provinces. Extract company name, bmCode, and province fields, finding 30 enterprises.", "From company_operation_status.csv, associate 2022 data for these enterprises based on bmCode, extract asset-liability ratio and year-over-year revenue growth rate fields. Successfully associated 30 enterprises.", "Filter out 0 enterprises with empty asset-liability ratio or year-over-year revenue growth rate. 30 valid enterprises remain (year-over-year revenue growth rate > 0 indicates high growth, < 0 indicates negative growth).", "Calculate median asset-liability ratio of valid enterprises = 36.875.", "Count 'high leverage high growth' coupling enterprises: asset-liability ratio > 36.875 and year-over-year revenue growth rate > 0, 13 enterprises in total.", "Count 'low leverage negative growth' coupling enterprises: asset-liability ratio < 36.875 and year-over-year revenue growth rate < 0, 9 enterprises in total (those equal to median are not counted in either group).", "Calculate coupling effect strength difference = 13 - 9 = 4." ], "steps_num": 8, "milestone": "{\"Number of policy provinces\": 12, \"Total number of valid enterprises\": 30, \"Median asset-liability ratio\": 36.875, \"Number of high leverage high growth coupling enterprises\": 13, \"Number of low leverage negative growth coupling enterprises\": 9}" }