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

Seismic Slope Service Continuity Package

Calculates source-bound seismic slope and utility continuity metrics from a deterministic SSC-07 task-owned source pack. The template combines pseudo-static slope stability, service backup capacity, and feeder voltage-drop 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

13 inputs

Always given

Included directly in every task prompt.

13
Show 13 inputs
  • Slope angle deg

    slope_angle_deg

    SLOPE-07-SECTION-01 slope angle

    21 degrees
  • Friction angle deg

    friction_angle_deg

    SOIL-07-SEIS-01 drained friction angle

    34 degrees
  • Cohesion

    cohesion_kpa

    SOIL-07-SEIS-01 effective cohesion

    4 kPa
  • Soil unit weight

    soil_unit_weight_kn_m3

    SOIL-07-SEIS-01 soil unit weight

    18 kN/m3
  • Failure depth

    failure_depth_m

    SLOPE-07-SECTION-01 assumed failure depth

    4 m
  • Seismic coefficient

    seismic_coefficient

    SEIS-07-CASE-01 pseudo-static seismic coefficient

    0.12
  • Service load

    service_load_kw

    UTIL-07-SERVICE-01 affected utility service load

    28 kW
  • Backup capacity

    backup_capacity_kw

    UTIL-07-SERVICE-01 backup service capacity

    36 kW
  • Feeder current

    feeder_current_a

    UTIL-07-SERVICE-01 feeder current

    65 A
  • Feeder resistance

    feeder_resistance_ohm_km

    UTIL-07-SERVICE-01 feeder resistance

    0.32 ohm/km
  • Feeder length

    feeder_length_km

    UTIL-07-SERVICE-01 feeder length

    0.18 km
  • Feeder voltage

    feeder_voltage_v

    UTIL-07-SERVICE-01 feeder voltage

    400 V
  • Allowable voltage drop percent

    allowable_voltage_drop_percent

    MEMO-07-SEIS-01 allowable feeder voltage drop

    5 %

Scored outputs

10 outputs

Slope resisting

slope_resisting_kpa

Cohesion plus frictional resisting stress along the slope

Scores if within ±3% of the reference value.

Static driving

static_driving_kpa

Static driving stress along the slope

Scores if within ±3% of the reference value.

Seismic increment

seismic_increment_kpa

Pseudo-static seismic driving increment

Scores if within ±3% of the reference value.

Static slope fs

static_slope_fs

Static slope factor of safety

Scores if within ±3% of the reference value.

Seismic slope fs

seismic_slope_fs

Pseudo-static seismic slope factor of safety

Scores if within ±3% of the reference value.

Seismic fs margin

seismic_fs_margin

Seismic factor of safety minus minimum 1.1 target

Scores if within ±3% of the reference value.

Service capacity margin

service_capacity_margin_kw

Backup capacity minus affected utility service load

Scores if within ±3% of the reference value.

Feeder voltage drop

feeder_voltage_drop_percent

Three-phase feeder voltage drop percent

Scores if within ±3% of the reference value.

Voltage drop margin

voltage_drop_margin_percent

Allowable voltage drop minus calculated voltage drop

Scores if within ±3% of the reference value.

Overall pass score

overall_pass_score

1.0 when seismic slope, service capacity, and voltage-drop checks pass

Scores if within ±3% 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-07 seismic slope package
medium:
All source-pack values given for the SSC-07 seismic slope package
hard:
All source-pack values given for the SSC-07 seismic slope package

Task bundle

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

/workspace

  • instruction.md
  • seismic-slope-service-continuity-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 checking a task-owned synthetic SSC-07 liquefaction/seismic slope and service continuity package for `SSC-07-LH-05`.2 3Use only the task-owned synthetic source pack values shown below for numeric grading.4 5## Source Pack6 7- Seismic design case: `SEIS-07-CASE-01`8- Slope section: `SLOPE-07-SECTION-01`9- Soil parameter table: `SOIL-07-SEIS-01`10- Utility and equipment layout: `UTIL-07-SERVICE-01`11- Resilience response memo: `MEMO-07-SEIS-01`12 13## Source Values14 15| Item | Value |16|---|---:|17| Slope angle | {{ slope_angle_deg }} degrees |18| Friction angle | {{ friction_angle_deg }} degrees |19| Cohesion | {{ cohesion_kpa }} kPa |20| Soil unit weight | {{ soil_unit_weight_kn_m3 }} kN/m3 |21| Failure depth | {{ failure_depth_m }} m |22| Seismic coefficient | {{ seismic_coefficient }} |23| Service load | {{ service_load_kw }} kW |24| Backup capacity | {{ backup_capacity_kw }} kW |25| Feeder current | {{ feeder_current_a }} A |26| Feeder resistance | {{ feeder_resistance_ohm_km }} ohm/km |27| Feeder length | {{ feeder_length_km }} km |28| Feeder voltage | {{ feeder_voltage_v }} V |29| Allowable voltage drop | {{ allowable_voltage_drop_percent }} percent |30 31Compute pseudo-static slope resisting and driving terms, static and seismic factors of safety, service-capacity margin, feeder voltage drop, and voltage-drop margin.32 33Write a compact source-bound resilience response to `/workspace/output.md`. Preserve the source IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.34 35Do not claim authority approval, accepted project evidence, executable real source-pack parsing, full standards compliance, generated benchmark readiness, or benchmark readiness.36 37Include a fenced JSON block with exactly these numeric keys:38 39```json40{41 "slope_resisting_kpa": <numeric_value>,42 "static_driving_kpa": <numeric_value>,43 "seismic_increment_kpa": <numeric_value>,44 "static_slope_fs": <numeric_value>,45 "seismic_slope_fs": <numeric_value>,46 "seismic_fs_margin": <numeric_value>,47 "service_capacity_margin_kw": <numeric_value>,48 "feeder_voltage_drop_percent": <numeric_value>,49 "voltage_drop_margin_percent": <numeric_value>,50 "overall_pass_score": <numeric_value>51}52```53

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.

Ssc07 seismic slope case

ssc07_seismic_slope_case

Ground investigation package for one seismic slope and service continuity check

seismic-slopeservice-continuity-handoff
Parameter ranges
slope_angle_deg
21
friction_angle_deg
34
cohesion_kpa
4
soil_unit_weight_kn_m3
18
failure_depth_m
4
seismic_coefficient
0.12
service_load_kw
28
backup_capacity_kw
36
feeder_current_a
65
feeder_resistance_ohm_km
0.32
feeder_length_km
0.18
feeder_voltage_v
400
allowable_voltage_drop_percent
5

Example task

seismic-slope-ssc07-seismic-slope-case-previewhard difficulty, all inputs given.

Ground investigation package for one seismic slope and service continuity check. seismic-slope. Required outputs: slope_resisting_kpa, static_driving_kpa, seismic_increment_kpa, static_slope_fs, seismic_slope_fs, seismic_fs_margin

The model sees

Scenario context and visible inputs.

slope_angle_deg
21 to 21 degrees
friction_angle_deg
34 to 34 degrees
cohesion_kpa
4 to 4 kPa
soil_unit_weight_kn_m3
18 to 18 kN/m3
failure_depth_m
4 to 4 m
seismic_coefficient
0.12 to 0.12
service_load_kw
28 to 28 kW
backup_capacity_kw
36 to 36 kW
feeder_current_a
65 to 65 A
feeder_resistance_ohm_km
0.32 to 0.32 ohm/km
feeder_length_km
0.18 to 0.18 km
feeder_voltage_v
400 to 400 V
allowable_voltage_drop_percent
5 to 5 %

Executable tool: seismic-slope-service-continuity-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.

{
  "slope_resisting_kpa": <number>,
  "static_driving_kpa": <number>,
  "seismic_increment_kpa": <number>,
  "static_slope_fs": <number>,
  "seismic_slope_fs": <number>,
  "seismic_fs_margin": <number>,
  "service_capacity_margin_kw": <number>,
  "feeder_voltage_drop_percent": <number>,
  "voltage_drop_margin_percent": <number>,
  "overall_pass_score": <number>
}
  • slope_resisting_kpa · scored within ±3%
  • static_driving_kpa · scored within ±3%
  • seismic_increment_kpa · scored within ±3%
  • static_slope_fs · scored within ±3%
  • seismic_slope_fs · scored within ±3%
  • seismic_fs_margin · scored within ±3%
  • service_capacity_margin_kw · scored within ±3%
  • feeder_voltage_drop_percent · scored within ±3%
  • voltage_drop_margin_percent · scored within ±3%
  • overall_pass_score · scored within ±3%