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

Rail Weather Electrical Backup Operations Package

Calculates source-bound rail weather and backup operations metrics from a deterministic SSC-17 task-owned source pack. The template combines signalling and communications loads, weather heating, battery/generator energy, thermal rating, sag, feeder voltage drop, and an overall synthetic pass score.

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

19 inputs

Always given

Included directly in every task prompt.

19
Show 19 inputs
  • Signal load

    signal_load_kw

    SIGNAL-SSC17-007 signal load

    7.5 kW
  • Communications load

    communications_load_kw

    SIGNAL-SSC17-007 communications load

    2.5 kW
  • Weather heating

    weather_heating_kw

    WEATHER-SSC17-007 weather heating load

    18 kW
  • Outage duration hr

    outage_duration_hr

    RULE-SSC17-007 outage duration

    8 h
  • Weather heating duration hr

    weather_heating_duration_hr

    WEATHER-SSC17-007 weather heating duration

    3 h
  • Battery nominal

    battery_nominal_kwh

    FEEDER-SSC17-007 battery nominal energy

    260 kWh
  • Max depth of discharge

    max_depth_of_discharge

    FEEDER-SSC17-007 maximum depth of discharge

    0.78
  • Inverter efficiency

    inverter_efficiency

    FEEDER-SSC17-007 inverter efficiency

    0.92
  • Generator

    generator_kw

    FEEDER-SSC17-007 generator output

    30 kW
  • Generator runtime hr

    generator_runtime_hr

    FEEDER-SSC17-007 generator runtime

    2 h
  • Derated thermal rating

    derated_thermal_rating_a

    FEEDER-SSC17-007 derated thermal rating

    420 A
  • Operating current

    operating_current_a

    FEEDER-SSC17-007 operating current

    365 A
  • Allowable sag

    allowable_sag_m

    RAIL-SSC17-007 allowable sag

    0.55 m
  • Calculated sag

    calculated_sag_m

    RAIL-SSC17-007 calculated sag

    0.42 m
  • Feeder voltage

    feeder_voltage_v

    FEEDER-SSC17-007 feeder voltage

    650 V
  • Feeder length

    feeder_length_m

    FEEDER-SSC17-007 feeder length

    600 m
  • Feeder current

    feeder_current_a

    FEEDER-SSC17-007 feeder current

    38 A
  • Conductor resistance

    conductor_resistance_ohm_km

    FEEDER-SSC17-007 conductor resistance

    0.524 ohm/km
  • Max voltage drop percent

    max_voltage_drop_percent

    FEEDER-SSC17-007 maximum voltage drop

    5 %

Scored outputs

13 outputs

Signal comms load

signal_comms_load_kw

Signal plus communications load

Scores if within ±3% of the reference value.

Weather heating energy kwh

weather_heating_energy_kwh

Weather heating energy required

Scores if within ±3% of the reference value.

Required backup energy kwh

required_backup_energy_kwh

Backup energy required

Scores if within ±3% of the reference value.

Usable battery energy kwh

usable_battery_energy_kwh

Usable battery energy

Scores if within ±3% of the reference value.

Generator energy kwh

generator_energy_kwh

Generator energy available

Scores if within ±3% of the reference value.

Backup energy available kwh

backup_energy_available_kwh

Battery plus generator energy available

Scores if within ±3% of the reference value.

Backup energy margin kwh

backup_energy_margin_kwh

Available backup energy minus required backup energy

Scores if within ±3% of the reference value.

Battery only runtime hr

battery_only_runtime_hr

Battery-only runtime at signal plus communications load

Scores if within ±3% of the reference value.

Thermal rating margin

thermal_rating_margin_a

Derated thermal rating minus operating current

Scores if within ±3% of the reference value.

Sag margin

sag_margin_m

Allowable sag minus calculated sag

Scores if within ±3% of the reference value.

Feeder voltage drop

feeder_voltage_drop_percent

Three-phase feeder voltage drop

Scores if within ±3% of the reference value.

Voltage drop margin

voltage_drop_margin_percent

Maximum voltage drop minus calculated voltage drop

Scores if within ±3% of the reference value.

Overall pass score

overall_pass_score

1.0 when backup energy, thermal rating, sag, and voltage-drop 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-17 rail weather backup operations package
medium:
All source-pack values given for the SSC-17 rail weather backup operations package
hard:
All source-pack values given for the SSC-17 rail weather backup operations package

Task bundle

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

/workspace

  • instruction.md
  • rail-weather-electrical-backup-operations-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 a rail electrical resilience engineer checking a task-owned synthetic SSC-17 rail weather and backup operations package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Rail weather, OLE/feeder, signalling, and degraded operations workflows shape the context only: this instance does not run external software or a real source-pack parser.4 5## Scene6 7- Product: `SSC-17-LH-07`8- Route profile/span schedule: `RAIL-SSC17-007`9- Weather table: `WEATHER-SSC17-007`10- Signalling load schedule: `SIGNAL-SSC17-007`11- Feeder/OLE basis: `FEEDER-SSC17-007`12- Operations rule: `RULE-SSC17-007`13- Rail resilience memo: `MEMO-SSC17-007`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Signal load | {{ signal_load_kw }} kW |20| Communications load | {{ communications_load_kw }} kW |21| Weather heating load | {{ weather_heating_kw }} kW |22| Outage duration | {{ outage_duration_hr }} h |23| Weather heating duration | {{ weather_heating_duration_hr }} h |24| Battery nominal energy | {{ battery_nominal_kwh }} kWh |25| Maximum depth of discharge | {{ max_depth_of_discharge }} |26| Inverter efficiency | {{ inverter_efficiency }} |27| Generator output | {{ generator_kw }} kW |28| Generator runtime | {{ generator_runtime_hr }} h |29| Derated thermal rating | {{ derated_thermal_rating_a }} A |30| Operating current | {{ operating_current_a }} A |31| Allowable sag | {{ allowable_sag_m }} m |32| Calculated sag | {{ calculated_sag_m }} m |33| Feeder voltage | {{ feeder_voltage_v }} V |34| Feeder length | {{ feeder_length_m }} m |35| Feeder current | {{ feeder_current_a }} A |36| Conductor resistance | {{ conductor_resistance_ohm_km }} ohm/km |37| Maximum voltage drop | {{ max_voltage_drop_percent }} % |38 39## Output Format40 41Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the source IDs above and state whether the baseline source pack passes the current docs-only checks.42 43Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.44 45Include a fenced JSON block with exactly these numeric keys:46 47```json48{49 "signal_comms_load_kw": <numeric_value>,50 "weather_heating_energy_kwh": <numeric_value>,51 "required_backup_energy_kwh": <numeric_value>,52 "usable_battery_energy_kwh": <numeric_value>,53 "generator_energy_kwh": <numeric_value>,54 "backup_energy_available_kwh": <numeric_value>,55 "backup_energy_margin_kwh": <numeric_value>,56 "battery_only_runtime_hr": <numeric_value>,57 "thermal_rating_margin_a": <numeric_value>,58 "sag_margin_m": <numeric_value>,59 "feeder_voltage_drop_percent": <numeric_value>,60 "voltage_drop_margin_percent": <numeric_value>,61 "overall_pass_score": <numeric_value>62}63```64

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.

Ssc17 rail weather backup case

ssc17_rail_weather_backup_case

Rail corridor weather and backup operations case with signalling load, heating load, backup energy, and feeder margins

rail-weather-electrical-backupsignal-heat-battery-feeder-check
Parameter ranges
signal_load_kw
7.5
communications_load_kw
2.5
weather_heating_kw
18
outage_duration_hr
8
weather_heating_duration_hr
3
battery_nominal_kwh
260
max_depth_of_discharge
0.78
inverter_efficiency
0.92
generator_kw
30
generator_runtime_hr
2
derated_thermal_rating_a
420
operating_current_a
365
allowable_sag_m
0.55
calculated_sag_m
0.42
feeder_voltage_v
650
feeder_length_m
600
feeder_current_a
38
conductor_resistance_ohm_km
0.524
max_voltage_drop_percent
5

Example task

rail-weather-electrical-backup-ssc17-rail-weather-backup-case-previewhard difficulty, all inputs given.

Rail corridor weather and backup operations case with signalling load, heating load, backup energy, and feeder margins. rail-weather-electrical-backup. Required outputs: signal_comms_load_kw, weather_heating_energy_kwh, required_backup_energy_kwh, usable_battery_energy_kwh, generator_energy_kwh, backup_energy_available_kwh

The model sees

Scenario context and visible inputs.

signal_load_kw
7.5 to 7.5 kW
communications_load_kw
2.5 to 2.5 kW
weather_heating_kw
18 to 18 kW
outage_duration_hr
8 to 8 h
weather_heating_duration_hr
3 to 3 h
battery_nominal_kwh
260 to 260 kWh
max_depth_of_discharge
0.78 to 0.78
inverter_efficiency
0.92 to 0.92
generator_kw
30 to 30 kW
generator_runtime_hr
2 to 2 h
derated_thermal_rating_a
420 to 420 A
operating_current_a
365 to 365 A
allowable_sag_m
0.55 to 0.55 m
calculated_sag_m
0.42 to 0.42 m
feeder_voltage_v
650 to 650 V
feeder_length_m
600 to 600 m
feeder_current_a
38 to 38 A
conductor_resistance_ohm_km
0.524 to 0.524 ohm/km
max_voltage_drop_percent
5 to 5 %

Executable tool: rail-weather-electrical-backup-operations-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.

{
  "signal_comms_load_kw": <number>,
  "weather_heating_energy_kwh": <number>,
  "required_backup_energy_kwh": <number>,
  "usable_battery_energy_kwh": <number>,
  "generator_energy_kwh": <number>,
  "backup_energy_available_kwh": <number>,
  "backup_energy_margin_kwh": <number>,
  "battery_only_runtime_hr": <number>,
  "thermal_rating_margin_a": <number>,
  "sag_margin_m": <number>,
  "feeder_voltage_drop_percent": <number>,
  "voltage_drop_margin_percent": <number>,
  "overall_pass_score": <number>
}
  • signal_comms_load_kw · scored within ±3%
  • weather_heating_energy_kwh · scored within ±3%
  • required_backup_energy_kwh · scored within ±3%
  • usable_battery_energy_kwh · scored within ±3%
  • generator_energy_kwh · scored within ±3%
  • backup_energy_available_kwh · scored within ±3%
  • backup_energy_margin_kwh · scored within ±3%
  • battery_only_runtime_hr · scored within ±3%
  • thermal_rating_margin_a · scored within ±3%
  • sag_margin_m · scored within ±3%
  • feeder_voltage_drop_percent · scored within ±3%
  • voltage_drop_margin_percent · scored within ±3%
  • overall_pass_score · scored within ±0.1%