| { |
| "task_id": "comptox_010", |
| "domain": "COMPTOX_CHEMEXPO", |
| "autonomy_type": "ordered table", |
| "oracle_output_cardinality": 5, |
| "instruction": "我想把五种在欧洲彩绘产品相关记录里出现过的物质,也就是aniline、cobalt、chromium、3,3'-dichlorobenzidine 和 dibenz[a,h]anthracene 这五种物质,提取出页面明确包含‘Arts and crafts/Office supplies - body paint - tattoo ink, detected, Europe’记录的合格目标,并为其生成一份整合了历史关键词状态与最深层级用途的综合清单。先只看以下五个带日期的关键词有没有出现过:Substances in Products - Canada (4/2014)、Indirect additives food contact (10/2018)、OEHHA Proposition 65 (3/2019)、WA Children's Safe Product Act (4/2020)、OEHHA Proposition 65 (1/2023)。只看\"有没有出现\",不管关键词前面标的数字,同时记录命中项里最早和最晚的年月。然后在除了之前提到的彩绘产品记录之外,再选两个用途类别:一个从日常消费品的角度选,优先顺序是 Formulation → Article → Occupation;一个从生产原料的角度选,优先顺序是 Occupation → Article → Formulation。选定类别之后,沿着产品数最多的下一级分类一路往下走,直到不能再细分为止;如果同一层有并列,就取 PUC ID 更小的那个。", |
| "start_url": "https://comptox.epa.gov/chemexpo/", |
| "output_format": "最后按命中数从高到低排列,命中数相同的再按日常消费品侧入选节点的产品数从高到低排列,输出格式如下:<DTXSID>|<命中数>|<最早年月>|<最晚年月>|<日常消费品侧PUC kind>|<日常消费品侧一般类别PUC ID>|<日常消费品侧入选节点PUC ID>|<日常消费品侧节点层级>|<日常消费品侧Products>|<生产原料侧PUC kind>|<生产原料侧一般类别PUC ID>|<生产原料侧入选节点PUC ID>|<生产原料侧节点层级>|<生产原料侧Products>结果之间用英文逗号分隔;若没有结果输出 NONE。", |
| "oracle_answer": "DTXSID8020090|5|2014-04|2023-01|Formulation|272|295|type|4|Occupation|301|356|family|27,DTXSID1031040|3|2018-10|2023-01|Formulation|77|94|type|7|Occupation|301|400|family|308,DTXSID9020409|2|2019-03|2023-01|Occupation|321|321|general|11|Occupation|321|321|general|11,DTXSID6020432|2|2019-03|2023-01|Article|313|313|general|1|Occupation|301|356|family|27,DTXSID3031022|1|2023-01|2023-01|Formulation|77|95|type|4|Occupation|301|356|family|185", |
| "metadata": { |
| "State-Gated Retrieval": [ |
| "只在题目指定的五个物质中筛选,并且目标物质页面必须明确包含 “Arts and crafts/Office supplies - body paint - tattoo ink, detected, Europe” 这条记录。", |
| "要统计五个指定 dated keywords 是否出现,并记录命中项中最早和最晚的年月。", |
| "随后必须分别选择一条日常消费品侧路线与一条生产原料侧路线,前者按 Formulation → Article → Occupation,后者按 Occupation → Article → Formulation 独立下钻。" |
| ], |
| "dependency_type": "Data + Control", |
| "intra_chain": true, |
| "inter_chain": true, |
| "data_dependency": [ |
| "each chemical page yields the five dated historical keywords, the Europe body-paint/tattoo-ink qualifying record, and the earliest/latest dated-hit months", |
| "PUC drilldowns yield one consumer-side route chosen by Formulation -> Article -> Occupation and one source-side route chosen independently by Occupation -> Article -> Formulation", |
| "final rows are produced only after the consumer-side and source-side routes are selected and drilled separately for each chemical" |
| ], |
| "control_dependency": [ |
| "the source-side route must be selected independently from the consumer-side route", |
| "for each chemical, the second drilldown must follow the production-material priority order rather than the daily-consumer route", |
| "family/type/general outputs must be determined only after both route selections are made independently" |
| ], |
| "freeze": { |
| "historical_window": "current ChemExpo chemical pages and PUC drilldowns for the five named substances, using the dated keyword states through 2023-01 and the current Europe body-paint/tattoo-ink record" |
| }, |
| "answer_type": "multi-row ordered table" |
| }, |
| "rubric": { |
| "inclusion_conditions": [ |
| "只在题目指定的五个物质中筛选,并且目标物质页面必须明确包含 “Arts and crafts/Office supplies - body paint - tattoo ink, detected, Europe” 这条记录。", |
| "要统计五个指定 dated keywords 是否出现,并记录命中项中最早和最晚的年月。", |
| "随后必须分别选择一条日常消费品侧路线与一条生产原料侧路线,前者按 Formulation → Article → Occupation,后者按 Occupation → Article → Formulation 独立下钻。" |
| ], |
| "exclusion_conditions": [ |
| "排除不含题目指定 Europe 彩绘/纹身墨水记录的物质。", |
| "排除把同一条日常消费品侧路线直接复用到生产原料侧的结果。", |
| "排除没有按指定优先顺序独立选择并下钻两条路线的结果。" |
| ], |
| "normalization": { |
| "field_separator": "|", |
| "record_separator": ",", |
| "schema": [ |
| "DTXSID", |
| "hit_count", |
| "earliest", |
| "latest", |
| "consumer_kind", |
| "consumer_general_puc_id", |
| "consumer_terminal_puc_id", |
| "consumer_level", |
| "consumer_products", |
| "material_kind", |
| "material_general_puc_id", |
| "material_terminal_puc_id", |
| "material_level", |
| "material_products" |
| ], |
| "dated_hits": "count only the exact dated keyword strings defined in the source rubric", |
| "date_format": "YYYY-MM", |
| "kind": "the kind fields use the canonical labels Article, Formulation, or Occupation", |
| "level": "the level fields use the canonical labels general, family, or type", |
| "products_source": "the Products counts come from the local chemical-detail node for the selected branch, not from an overall aggregate shown elsewhere on the site", |
| "sorting_or_selection": { |
| "primary": "hit_count descending", |
| "secondary": "consumer_products descending", |
| "tertiary": "DTXSID ascending" |
| } |
| } |
| } |
| } |
|
|