File size: 6,659 Bytes
8a1c7c6 0b2af11 8a1c7c6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | {
"task_id": "comptox_010",
"domain": "COMPTOX_CHEMEXPO",
"autonomy_type": "ordered table",
"oracle_output_cardinality": 5,
"instruction": "Among the following five substances found in records related to European painted products—aniline, cobalt, chromium, 3,3’-dichlorobenzidine, and dibenz[a,h]anthracene—retain only those whose pages explicitly contain the record “Arts and crafts/Office supplies - body paint - tattoo ink, detected, Europe.” For each qualifying substance, produce a consolidated list that integrates historical keyword status and the deepest-level use categories. First, check whether each of the following five dated keywords appears (presence only, ignoring any leading numbers): 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). Record the earliest and latest year-month among the hits. Then, separately from the painted-products record mentioned above, select two use-category routes: one from a daily-consumer perspective with priority order Formulation → Article → Occupation, and one from a production-material perspective with priority order Occupation → Article → Formulation. After selecting each category, drill down along the child category with the highest product count until no further subdivision is possible; if there is a tie at the same level, choose the one with the smaller PUC ID.",
"start_url": "https://comptox.epa.gov/chemexpo/",
"output_format": "Finally, sort results by hit count descending; for ties, sort by the consumer-side terminal node’s product count descending. Output format: <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>. Separate results with commas; if no qualifying items exist, output 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": [
"Screen only the five substances specified in the task, and each target substance page must explicitly contain the record “Arts and crafts/Office supplies - body paint - tattoo ink, detected, Europe.”",
"Check whether each of the five specified dated keywords appears, and record the earliest and latest year-month among the hits.",
"Then independently select one daily-consumer route and one production-material route, the former following Formulation → Article → Occupation and the latter following Occupation → Article → Formulation, and refine each route separately to its deepest level."
],
"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 category paths 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 refined separately for each chemical"
],
"control_dependency": [
"the source-side route must be selected independently from the consumer-side route",
"for each chemical, the second route refinement 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 category paths 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": [
"Screen only the five substances specified in the task, and each target substance page must explicitly contain the record “Arts and crafts/Office supplies - body paint - tattoo ink, detected, Europe.”",
"Check whether each of the five specified dated keywords appears, and record the earliest and latest year-month among the hits.",
"Then independently select one daily-consumer route and one production-material route, the former following Formulation → Article → Occupation and the latter following Occupation → Article → Formulation, and refine each route separately to its deepest level."
],
"exclusion_conditions": [
"Exclude substances that do not contain the specified Europe body-paint/tattoo-ink record.",
"Exclude results that directly reuse the same daily-consumer route for the production-material side.",
"Exclude results that do not independently select and refine both routes according to the specified priority orders."
],
"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"
}
}
}
}
|