LIVEdataset aec-bench@releasetasks 552models 18last submission · built
electricalwith-tool

Cable Component Datasheet Ampacity Voltage Package

Calculates source-bound cable/component compliance metrics from a deterministic SSC-15 task-owned source pack. The template combines one cable datasheet, schedule, installation table, SLD feeder, manufacturer limit sheet, and component memo.

with-tool: The model is given an executable Python calculator script.

How this task is generated

One template produces many comparable benchmark tasks while keeping the scoring contract fixed.

  1. 01

    Template

    The reusable contract shown on this page.

  2. 02

    Scenario

    An archetype and site context are sampled.

  3. 03

    Difficulty tier

    Inputs may be hidden at harder tiers.

  4. 04

    Task prompt

    The model responds with the declared outputs.

Parameters

Inputs the model receives, and the outputs it is scored on.

Inputs

18 inputs

Always given

Included directly in every task prompt.

18
Show 18 inputs
  • Design current

    design_current_a

    SCHED-15-CABLE-02 design feeder current

    118 A
  • Datasheet ampacity

    datasheet_ampacity_a

    DAT-15-CABLE-02 datasheet ampacity before derating

    170 A
  • Ambient derating factor

    ambient_derating_factor

    TEMP-15-INSTALL-02 ambient derating factor

    0.94
  • Grouping derating factor

    grouping_derating_factor

    TEMP-15-INSTALL-02 grouping derating factor

    0.85
  • Installation derating factor

    installation_derating_factor

    TEMP-15-INSTALL-02 installation derating factor

    0.95
  • Base resistance

    base_resistance_ohm_km

    DAT-15-CABLE-02 conductor resistance at reference temperature

    0.153 ohm/km
  • Temperature coefficient

    temperature_coefficient

    LIMIT-15-MFR-02 conductor resistance temperature coefficient

    0.00393
  • Operating temperature c

    operating_temperature_c

    TEMP-15-INSTALL-02 operating conductor temperature

    75 degC
  • Reference temperature c

    reference_temperature_c

    DAT-15-CABLE-02 reference resistance temperature

    20 degC
  • Skin effect factor

    skin_effect_factor

    DAT-15-CABLE-02 skin-effect multiplier

    1.02
  • Reactance

    reactance_ohm_km

    DAT-15-CABLE-02 cable reactance

    0.08 ohm/km
  • Power factor

    power_factor

    SLD-15-FEEDER-02 feeder power factor

    0.88
  • Circuit length

    circuit_length_m

    SCHED-15-CABLE-02 circuit length

    82 m
  • Voltage

    voltage_v

    SLD-15-FEEDER-02 line voltage

    400 V
  • Max voltage drop percent

    max_voltage_drop_percent

    LIMIT-15-MFR-02 maximum voltage-drop criterion

    4 %
  • Temperature rating c

    temperature_rating_c

    DAT-15-CABLE-02 product temperature rating

    90 degC
  • Matching identity fields

    matching_identity_fields

    MEMO-15-CABLE-02 product identity fields matched to the SLD

    5 count
  • Required identity fields

    required_identity_fields

    MEMO-15-CABLE-02 required identity fields

    5 count

Scored outputs

9 outputs

Derated ampacity

derated_ampacity_a

Datasheet ampacity after all derating factors

Scores if within ±3% of the reference value.

Ampacity margin

ampacity_margin_a

Derated ampacity minus design current

Scores if within ±3% of the reference value.

Ampacity utilization

ampacity_utilization

Design current divided by derated ampacity

Scores if within ±0.3% of the reference value.

Ac resistance ohm km

ac_resistance_ohm_km

AC resistance at operating temperature

Scores if within ±0.3% of the reference value.

Voltage drop

voltage_drop_percent

Three-phase voltage drop percentage

Scores if within ±0.3% of the reference value.

Voltage drop margin

voltage_drop_margin_percent

Maximum voltage drop minus calculated voltage drop

Scores if within ±0.3% of the reference value.

Temperature rating margin c

temperature_rating_margin_c

Product temperature rating minus operating temperature

Scores if within ±3% of the reference value.

Product identity match fraction

product_identity_match_fraction

Matched product identity fields divided by required identity fields

Scores if within ±0.3% of the reference value.

Overall pass score

overall_pass_score

1.0 when ampacity, voltage, temperature, and identity checks pass

Scores if within ±0.1% of the reference value.

Difficulty

Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.

All inputs remain visible at every tier

For this template, difficulty scales through parameter and scenario ranges rather than hidden information.

easy:
All source-pack values given for the SSC-15 cable component compliance package
medium:
All source-pack values given for the SSC-15 cable component compliance package
hard:
All source-pack values given for the SSC-15 cable component compliance package

Task bundle

The exact instruction and parameter contract used to generate this task, pinned to the published library source.

/workspace

  • instruction.md
  • cable-component-datasheet-ampacity-voltage-package_calc.py

Teal lines show Jinja input conditions, not task visibility policy. A line renders only when that input or tool is visible.

1You are an electrical product reviewer checking a task-owned synthetic SSC-15 cable/component datasheet package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Product directories, listing systems, and standards workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-15-LH-02`8- Cable datasheet: `DAT-15-CABLE-02`9- Cable schedule: `SCHED-15-CABLE-02`10- Temperature/installation table: `TEMP-15-INSTALL-02`11- Single-line diagram feeder: `SLD-15-FEEDER-02`12- Manufacturer limits: `LIMIT-15-MFR-02`13- Component compliance memo: `MEMO-15-CABLE-02`14 15All checks use the same product identity and feeder. Do not change the cable code, feeder, installation case, or manufacturer limit unless you explicitly flag a source conflict.16 17## Source Values18 19| Item | Value |20|------|-------|21| Design current | {{ design_current_a }} A |22| Datasheet ampacity | {{ datasheet_ampacity_a }} A |23| Ambient derating factor | {{ ambient_derating_factor }} |24| Grouping derating factor | {{ grouping_derating_factor }} |25| Installation derating factor | {{ installation_derating_factor }} |26| Base resistance | {{ base_resistance_ohm_km }} ohm/km |27| Temperature coefficient | {{ temperature_coefficient }} |28| Operating temperature | {{ operating_temperature_c }} degC |29| Reference temperature | {{ reference_temperature_c }} degC |30| Skin-effect factor | {{ skin_effect_factor }} |31| Reactance | {{ reactance_ohm_km }} ohm/km |32| Power factor | {{ power_factor }} |33| Circuit length | {{ circuit_length_m }} m |34| Voltage | {{ voltage_v }} V |35| Maximum voltage drop | {{ max_voltage_drop_percent }} percent |36| Temperature rating | {{ temperature_rating_c }} degC |37| Matching identity fields | {{ matching_identity_fields }} |38| Required identity fields | {{ required_identity_fields }} |39 40Derated ampacity equals datasheet ampacity times all derating factors. AC resistance equals base resistance times the temperature correction and skin-effect factor.41 42## Output Format43 44Write a compact component compliance memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.45 46Include a fenced JSON block with exactly these numeric keys:47 48```json49{50 "derated_ampacity_a": <numeric_value>,51 "ampacity_margin_a": <numeric_value>,52 "ampacity_utilization": <numeric_value>,53 "ac_resistance_ohm_km": <numeric_value>,54 "voltage_drop_percent": <numeric_value>,55 "voltage_drop_margin_percent": <numeric_value>,56 "temperature_rating_margin_c": <numeric_value>,57 "product_identity_match_fraction": <numeric_value>,58 "overall_pass_score": <numeric_value>59}60```61

Scenario archetypes

Each generated task is drawn from one of these realistic scenario bands.

Site contexts ground each scenario in a real locale the model can use to infer hidden values.

Ssc15 cable component case

ssc15_cable_component_case

Cable component datasheet ampacity and voltage compliance case

ssc15-cable-component
Parameter ranges

Example task

ssc15-cable-component-ssc15-cable-component-case-previewhard difficulty, all inputs given.

Cable component datasheet ampacity and voltage compliance case. ssc15-cable-component. Required outputs: derated_ampacity_a, ampacity_margin_a, ampacity_utilization, ac_resistance_ohm_km, voltage_drop_percent, voltage_drop_margin_percent

The model sees

Scenario context and visible inputs.

design_current_a
118 to 118 A
datasheet_ampacity_a
170 to 170 A
ambient_derating_factor
0.94 to 0.94
grouping_derating_factor
0.85 to 0.85
installation_derating_factor
0.95 to 0.95
base_resistance_ohm_km
0.153 to 0.153 ohm/km
temperature_coefficient
0.00393 to 0.00393
operating_temperature_c
75 to 75 degC
reference_temperature_c
20 to 20 degC
skin_effect_factor
1.02 to 1.02
reactance_ohm_km
0.08 to 0.08 ohm/km
power_factor
0.88 to 0.88
circuit_length_m
82 to 82 m
voltage_v
400 to 400 V
max_voltage_drop_percent
4 to 4 %
temperature_rating_c
90 to 90 degC
matching_identity_fields
5 to 5 count
required_identity_fields
5 to 5 count

Executable tool: cable-component-datasheet-ampacity-voltage-package_calc.py

The model must infer

Inputs withheld at this difficulty.

Nothing. All inputs are supplied.

The model must produce

The scored JSON answer schema.

{
  "derated_ampacity_a": <number>,
  "ampacity_margin_a": <number>,
  "ampacity_utilization": <number>,
  "ac_resistance_ohm_km": <number>,
  "voltage_drop_percent": <number>,
  "voltage_drop_margin_percent": <number>,
  "temperature_rating_margin_c": <number>,
  "product_identity_match_fraction": <number>,
  "overall_pass_score": <number>
}
  • derated_ampacity_a · scored within ±3%
  • ampacity_margin_a · scored within ±3%
  • ampacity_utilization · scored within ±0.3%
  • ac_resistance_ohm_km · scored within ±0.3%
  • voltage_drop_percent · scored within ±0.3%
  • voltage_drop_margin_percent · scored within ±0.3%
  • temperature_rating_margin_c · scored within ±3%
  • product_identity_match_fraction · scored within ±0.3%
  • overall_pass_score · scored within ±0.1%