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

Sports Field Lighting Power Uniformity Package

Calculates source-bound field lighting metrics from a deterministic SSC-13 task-owned source pack. The template combines field geometry, luminaire schedule, calculation grid, operating profile, and feeder checks.

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

17 inputs

Always given

Included directly in every task prompt.

17
Show 17 inputs
  • Grid lux 01

    grid_lux_01

    GRID-13-CALC-03 grid point 01

    520 lux
  • Grid lux 02

    grid_lux_02

    GRID-13-CALC-03 grid point 02

    548 lux
  • Grid lux 03

    grid_lux_03

    GRID-13-CALC-03 grid point 03

    536 lux
  • Grid lux 04

    grid_lux_04

    GRID-13-CALC-03 grid point 04

    512 lux
  • Grid lux 05

    grid_lux_05

    GRID-13-CALC-03 grid point 05

    525 lux
  • Grid lux 06

    grid_lux_06

    GRID-13-CALC-03 grid point 06

    540 lux
  • Grid lux 07

    grid_lux_07

    GRID-13-CALC-03 grid point 07

    531 lux
  • Grid lux 08

    grid_lux_08

    GRID-13-CALC-03 grid point 08

    518 lux
  • Required average

    required_average_lux

    MEMO-13-FIELD-03 required average maintained illuminance

    500 lux
  • Required uniformity ratio

    required_uniformity_ratio

    MEMO-13-FIELD-03 required minimum-to-average uniformity

    0.7
  • Luminaire

    luminaire_count

    LUM-13-SCHED-03 luminaire count

    16 count
  • Luminaire power

    luminaire_power_w

    LUM-13-SCHED-03 luminaire input power

    750 W
  • Driver loss factor

    driver_loss_factor

    POWER-13-SCHED-03 driver loss allowance

    1.06
  • Event hours

    event_hours

    CTRL-13-MODE-03 event operating duration

    4.5 h
  • Voltage

    voltage_v

    POWER-13-SCHED-03 three-phase feeder voltage

    400 V
  • Power factor

    power_factor

    POWER-13-SCHED-03 luminaire circuit power factor

    0.92
  • Feeder rating

    feeder_rating_a

    POWER-13-SCHED-03 feeder rating

    32 A

Scored outputs

10 outputs

Average illuminance lux

average_illuminance_lux

Average illuminance across the field grid

Scores if within ±0.3% of the reference value.

Minimum illuminance lux

minimum_illuminance_lux

Minimum illuminance across the field grid

Scores if within ±0.3% of the reference value.

Uniformity ratio

uniformity_ratio

Minimum illuminance divided by average illuminance

Scores if within ±0.3% of the reference value.

Average illuminance margin lux

average_illuminance_margin_lux

Average illuminance minus required average illuminance

Scores if within ±0.3% of the reference value.

Uniformity margin

uniformity_margin

Calculated uniformity minus required uniformity

Scores if within ±0.3% of the reference value.

Connected load

connected_load_kw

Connected lighting load including driver loss

Scores if within ±0.3% of the reference value.

Event energy kwh

event_energy_kwh

Event lighting energy

Scores if within ±0.3% of the reference value.

Feeder current

feeder_current_a

Three-phase feeder current

Scores if within ±0.3% of the reference value.

Feeder current margin

feeder_current_margin_a

Feeder rating minus calculated current

Scores if within ±0.3% of the reference value.

Overall pass score

overall_pass_score

1.0 when illuminance, uniformity, and feeder 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-13 field lighting package
medium:
All source-pack values given for the SSC-13 field lighting package
hard:
All source-pack values given for the SSC-13 field lighting package

Task bundle

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

/workspace

  • instruction.md
  • sports-field-lighting-power-uniformity-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 sports-field lighting engineer checking a task-owned synthetic SSC-13 power and uniformity package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External lighting design software and standards workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-13-LH-03`8- Field layout: `FIELD-13-LAYOUT-03`9- Luminaire schedule: `LUM-13-SCHED-03`10- Calculation grid: `GRID-13-CALC-03`11- Power schedule: `POWER-13-SCHED-03`12- Operating mode: `CTRL-13-MODE-03`13- Lighting memo: `MEMO-13-FIELD-03`14 15All checks use the same field geometry, luminaire schedule, grid, operating mode, and feeder basis.16 17## Source Values18 19| Item | Value |20|------|-------|21| Grid lux values | {{ grid_lux_01 }}, {{ grid_lux_02 }}, {{ grid_lux_03 }}, {{ grid_lux_04 }}, {{ grid_lux_05 }}, {{ grid_lux_06 }}, {{ grid_lux_07 }}, {{ grid_lux_08 }} |22| Required average illuminance | {{ required_average_lux }} lux |23| Required uniformity | {{ required_uniformity_ratio }} |24| Luminaire count | {{ luminaire_count }} |25| Luminaire power | {{ luminaire_power_w }} W |26| Driver loss factor | {{ driver_loss_factor }} |27| Event duration | {{ event_hours }} h |28| Feeder voltage | {{ voltage_v }} V |29| Power factor | {{ power_factor }} |30| Feeder rating | {{ feeder_rating_a }} A |31 32## Output Format33 34Write a compact lighting 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.35 36Include a fenced JSON block with exactly these numeric keys:37 38```json39{40 "average_illuminance_lux": <numeric_value>,41 "minimum_illuminance_lux": <numeric_value>,42 "uniformity_ratio": <numeric_value>,43 "average_illuminance_margin_lux": <numeric_value>,44 "uniformity_margin": <numeric_value>,45 "connected_load_kw": <numeric_value>,46 "event_energy_kwh": <numeric_value>,47 "feeder_current_a": <numeric_value>,48 "feeder_current_margin_a": <numeric_value>,49 "overall_pass_score": <numeric_value>50}51```52

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.

Ssc13 field lighting case

ssc13_field_lighting_case

Sports/field lighting power and uniformity case

ssc13-field-lighting
Parameter ranges

Example task

ssc13-field-lighting-ssc13-field-lighting-case-previewhard difficulty, all inputs given.

Sports/field lighting power and uniformity case. ssc13-field-lighting. Required outputs: average_illuminance_lux, minimum_illuminance_lux, uniformity_ratio, average_illuminance_margin_lux, uniformity_margin, connected_load_kw

The model sees

Scenario context and visible inputs.

grid_lux_01
520 to 520 lux
grid_lux_02
548 to 548 lux
grid_lux_03
536 to 536 lux
grid_lux_04
512 to 512 lux
grid_lux_05
525 to 525 lux
grid_lux_06
540 to 540 lux
grid_lux_07
531 to 531 lux
grid_lux_08
518 to 518 lux
required_average_lux
500 to 500 lux
required_uniformity_ratio
0.7 to 0.7
luminaire_count
16 to 16 count
luminaire_power_w
750 to 750 W
driver_loss_factor
1.06 to 1.06
event_hours
4.5 to 4.5 h
voltage_v
400 to 400 V
power_factor
0.92 to 0.92
feeder_rating_a
32 to 32 A

Executable tool: sports-field-lighting-power-uniformity-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.

{
  "average_illuminance_lux": <number>,
  "minimum_illuminance_lux": <number>,
  "uniformity_ratio": <number>,
  "average_illuminance_margin_lux": <number>,
  "uniformity_margin": <number>,
  "connected_load_kw": <number>,
  "event_energy_kwh": <number>,
  "feeder_current_a": <number>,
  "feeder_current_margin_a": <number>,
  "overall_pass_score": <number>
}
  • average_illuminance_lux · scored within ±0.3%
  • minimum_illuminance_lux · scored within ±0.3%
  • uniformity_ratio · scored within ±0.3%
  • average_illuminance_margin_lux · scored within ±0.3%
  • uniformity_margin · scored within ±0.3%
  • connected_load_kw · scored within ±0.3%
  • event_energy_kwh · scored within ±0.3%
  • feeder_current_a · scored within ±0.3%
  • feeder_current_margin_a · scored within ±0.3%
  • overall_pass_score · scored within ±0.1%