--- id: task_034_comprehensive_decision_medium_medium009 name: comprehensive_decision-medium-medium009 category: comprehensive_decision grading_type: llm_judge timeout_seconds: 1200 gold_file: qa_gold/comprehensive_decision/medium009.json workspace_files: [ { "source": "database/bilingual_translation_english_chinese.json", "dest": "database/bilingual_translation_english_chinese.json" }, { "source": "database/enterprise/company_core.csv", "dest": "database/enterprise/company_core.csv" }, { "source": "database/enterprise/company_operation_status.csv", "dest": "database/enterprise/company_operation_status.csv" }, { "source": "database/enterprise/company_operation_status_detail.csv", "dest": "database/enterprise/company_operation_status_detail.csv" }, { "source": "database/enterprise/company_operation_yearly_status.csv", "dest": "database/enterprise/company_operation_yearly_status.csv" }, { "source": "database/enterprise/company_profile.csv", "dest": "database/enterprise/company_profile.csv" }, { "source": "database/enterprise/company_profile_as.csv", "dest": "database/enterprise/company_profile_as.csv" }, { "source": "database/enterprise/company_profile_eu.csv", "dest": "database/enterprise/company_profile_eu.csv" }, { "source": "database/enterprise/company_profile_na.csv", "dest": "database/enterprise/company_profile_na.csv" }, { "source": "database/enterprise/company_profile_oc.csv", "dest": "database/enterprise/company_profile_oc.csv" }, { "source": "database/industry/national_industry_status.csv", "dest": "database/industry/national_industry_status.csv" }, { "source": "database/industry/national_industry_status_detail.csv", "dest": "database/industry/national_industry_status_detail.csv" }, { "source": "database/industry/national_industry_yearly_status.csv", "dest": "database/industry/national_industry_yearly_status.csv" }, { "source": "database/industry/regional_industry_status.csv", "dest": "database/industry/regional_industry_status.csv" }, { "source": "database/industry/regional_industry_status_detail.csv", "dest": "database/industry/regional_industry_status_detail.csv" }, { "source": "database/industry/regional_industry_yearly_status.csv", "dest": "database/industry/regional_industry_yearly_status.csv" }, { "source": "database/internal_metrics.csv", "dest": "database/internal_metrics.csv" }, { "source": "database/policy/policy_release_status.csv", "dest": "database/policy/policy_release_status.csv" }, { "source": "database/policy/policy_resource.csv", "dest": "database/policy/policy_resource.csv" } ] --- ## Prompt In 2022, a mining industry enterprise plans to go public for financing and hopes to list on the exchange with the highest average market capitalization among enterprises in this industry. Among the four exchanges—Shenzhen Stock Exchange, Hong Kong Stock Exchange, Shanghai Stock Exchange, and Beijing Stock Exchange—which exchange has the highest average market capitalization of listed mining enterprises? Output guidelines: The answer should be the exchange name (e.g., "Shenzhen Stock Exchange", "Hong Kong Stock Exchange", "Shanghai Stock Exchange", "Beijing Stock Exchange"). If the relevant data cannot be found, please answer "No relevant data found" Only use files under `./database/`. ## Expected Behavior Agent should read the provided `database/` files, compute the result, and return the final answer. The final answer must follow the required output format. ## Grading Criteria - [ ] Final answer semantically matches the gold `answer`. - [ ] Output format follows `guidelines`. ## LLM Judge Rubric ### Criterion 1: Single-answer Correctness (Weight: 100%) Gold answer JSON: `"Shanghai Stock Exchange"` Scoring rules: - Judge semantic equivalence between the model final answer and the gold answer. - Return `scores` with one key `match` as 1 or 0. - Return `total` as 1.0 if equivalent, otherwise 0.0.