File size: 5,552 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
{
  "task_id": "comptox_012",
  "domain": "COMPTOX_CHEMEXPO",
  "autonomy_type": "ordered table",
  "oracle_output_cardinality": 2,
  "instruction": "我想在 ChemExpo 里先筛出一些产品较多的配方大类,然后再从每个大类里,挑出一个带 child 或 aerosol 标签、最值得优先看的具体产品。请按下面步骤查。先筛选出总产品量达到 15,000 及以上的配方(Formulation)大类。接着,在每个大类中按网站默认的展示顺序,锁定第一个符合这些条件的产品家族:家族本身没有 默认属性(assumed attributes )且总产品量至少为 3,000;此外,该家族下至少要有两个不同的具体产品类型,其中一个类型的 自选属性(allowed attributes) 包含 气雾剂类(aerosol),另一个包含 儿童用类(child),并且这两个类型自身的 assumed attributes 都必须为空。接着,分别在这两个具体产品类型里,找出该类型产品份额(该类型产品数除以家族累计产品数)的那个;如果遇到份额一样的情况,就比较它们的 Curated Chemicals,选数量多的那个;若数量依然相同,则最终选取 PUC ID 更小的类型。完成两侧筛选后,在这两个候选类型中只保留最终更优的一个:优先保留产品份额更高的那个;若两侧产品份额相同,则依次比较 产品数(Product Count),选择更高的;若仍相同,则比较 Curated Chemicals,选择更多的;若仍然相同,则选择 PUC ID 更小的。",
  "start_url": "https://comptox.epa.gov/chemexpo/visualizations/",
  "output_format": "请按最终 share 从高到低输出结果,格式写成:<一般类别PUC ID>|<家族PUC ID>|<具体产品类型PUC ID>|<side>|<share>|<Curated Chemicals>结果之间用英文逗号连接,且不加空格;如果没有结果,就输出 NONE。",
  "oracle_answer": "48|42|62|child|2160/3531|583,137|197|210|child|6934/16904|1135",
  "metadata": {
    "State-Gated Retrieval": [
      "先只保留总产品量达到 15,000 及以上的 Formulation 大类。",
      "在每个候选 family 中,必须同时找到一条 aerosol 侧 type 和一条 child 侧 type:family 本身 assumed attributes 为空且总产品量至少 3,000;两个 type 的 assumed attributes 也都为空。",
      "最终 family 内部与双侧之间的优先选择都必须按题目规定的 share、Product Count、Curated Chemicals、PUC ID 规则比较。"
    ],
    "dependency_type": "Data + Control",
    "intra_chain": true,
    "inter_chain": true,
    "data_dependency": [
      "the Formulation summary yields the high-product candidate families whose total product count is at least 15,000",
      "within each family, lower-level type pages yield the aerosol and child candidates, their assumed/allowed attributes, product counts, shares, and curated-chemical counts",
      "final rows are produced only after a family survives both aerosol and child branches and the winning type is selected by the layered share/product/chemical/PUC tie-break rules"
    ],
    "control_dependency": [
      "both the aerosol and child branches within the same family must be fully checked before that family can be retained",
      "if one side is missing, the workflow must reject the family and continue to the next sibling family rather than stop at the first partial hit",
      "the final winner can be selected only after both sides have been independently optimized within the family and then compared against each other"
    ],
    "freeze": {
      "historical_window": "current ChemExpo Formulation families with total product count >= 15,000, evaluated on family/type attributes and current product/chemical counts"
    },
    "answer_type": "multi-row ordered table"
  },
  "rubric": {
    "inclusion_conditions": [
      "先只保留总产品量达到 15,000 及以上的 Formulation 大类。",
      "在每个候选 family 中,必须同时找到一条 aerosol 侧 type 和一条 child 侧 type:family 本身 assumed attributes 为空且总产品量至少 3,000;两个 type 的 assumed attributes 也都为空。",
      "最终 family 内部与双侧之间的优先选择都必须按题目规定的 share、Product Count、Curated Chemicals、PUC ID 规则比较。"
    ],
    "exclusion_conditions": [
      "排除只要在任意一侧先找到可用 type 就停止、没有要求同一家族同时覆盖 aerosol 与 child 两侧的结果。",
      "排除一侧缺失时没有继续回溯 sibling family 的结果。",
      "排除未按题目指定的层层 tie-break 规则选出 family 内与最终优胜 type 的结果。"
    ],
    "normalization": {
      "field_separator": "|",
      "record_separator": ",",
      "schema": [
        "generalPUCID",
        "familyPUCID",
        "typePUCID",
        "side",
        "share",
        "CuratedChemicals"
      ],
      "dedup_key": "(generalPUCID, familyPUCID, typePUCID, side)",
      "side": "emit the lower-case branch label exactly as determined in the source workflow",
      "share": "canonical output uses the raw fraction `type Products / family Cumulative Products` rather than a decimal",
      "CuratedChemicals": "emit the integer count from the selected type-level node",
      "sorting_or_selection": {
        "primary": "share descending by numeric fraction value",
        "secondary": "type-level Products descending",
        "tertiary": "CuratedChemicals descending, then PUC IDs ascending as tie-breaks"
      }
    }
  }
}