Traffic source level dba
traffic_source_level_dba
Traffic source level adjusted for volume and speed
Scores if within ±0.3% of the reference value.
Calculates source-bound corridor receiver noise, vibration, and mitigation margins from a deterministic SSC-12 task-owned source pack.
with-tool: The model is given an executable Python calculator script.
One template produces many comparable benchmark tasks while keeping the scoring contract fixed.
01
The reusable contract shown on this page.
02
An archetype and site context are sampled.
03
Inputs may be hidden at harder tiers.
04
The model responds with the declared outputs.
Inputs the model receives, and the outputs it is scored on.
16 inputs
Included directly in every task prompt.
Base source level
base_source_level_dba
SPEC-12-CORR-05 base source level
Traffic volume vph
traffic_volume_vph
TRAFFIC-12-SCENARIO-05 traffic volume
Reference volume vph
reference_volume_vph
SPEC-12-CORR-05 reference traffic volume
Speed kmh
speed_kmh
TRAFFIC-12-SCENARIO-05 speed
Reference speed kmh
reference_speed_kmh
SPEC-12-CORR-05 reference speed
Speed adjustment db per kmh
speed_adjustment_db_per_kmh
SPEC-12-CORR-05 speed adjustment
Receiver distance
receiver_distance_m
RCV-12-CORR-05 receiver distance
Barrier insertion loss
barrier_insertion_loss_db
MIT-12-BARRIER-05 barrier insertion loss
Background level
background_level_dba
RCV-12-CORR-05 background level
Corridor noise criterion
corridor_noise_criterion_dba
MIT-12-BARRIER-05 corridor noise criterion
Base vibration velocity
base_vibration_velocity_mm_s
SPEC-12-CORR-05 base vibration velocity
Vibration reference speed kmh
vibration_reference_speed_kmh
SPEC-12-CORR-05 vibration reference speed
Vibration path factor
vibration_path_factor
RCV-12-CORR-05 vibration path factor
Vibration criterion
vibration_criterion_mm_s
MIT-12-BARRIER-05 vibration criterion
Provided barrier height
provided_barrier_height_m
MIT-12-BARRIER-05 provided barrier height
Required barrier height
required_barrier_height_m
MIT-12-BARRIER-05 required barrier height
8 outputs
traffic_source_level_dba
Traffic source level adjusted for volume and speed
Scores if within ±0.3% of the reference value.
receiver_noise_level_dba
Receiver noise level after distance and barrier loss
Scores if within ±0.3% of the reference value.
combined_corridor_level_dba
Logarithmic sum of receiver corridor level and background
Scores if within ±0.3% of the reference value.
corridor_noise_margin_db
Corridor criterion minus combined corridor level
Scores if within ±0.3% of the reference value.
corridor_vibration_velocity_mm_s
Receiver corridor vibration velocity
Scores if within ±0.3% of the reference value.
corridor_vibration_margin_mm_s
Vibration criterion minus receiver vibration velocity
Scores if within ±0.3% of the reference value.
mitigation_height_margin_m
Provided barrier height minus required barrier height
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when noise, vibration, and mitigation checks pass
Scores if within ±0.1% of the reference value.
Each template is sampled at three tiers. Harder tiers may hide inputs, forcing the model to infer them from the scenario description.
For this template, difficulty scales through parameter and scenario ranges rather than hidden information.
The exact instruction and parameter contract used to generate this task, pinned to the published library source.
/workspace
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-12 rail or road receiver impact package.2 3Use only the source pack values below for numeric grading. FHWA TNM, rail/road corridor assessment, and receiver mitigation workflows provide context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-12-LH-05`8- Corridor plan/profile: `CORR-12-PLAN-05`9- Traffic or train scenario: `TRAFFIC-12-SCENARIO-05`10- Receiver plan: `RCV-12-CORR-05`11- Source spectrum: `SPEC-12-CORR-05`12- Mitigation criterion: `MIT-12-BARRIER-05`13- Corridor impact memo: `MEMO-12-CORR-05`14 15Compute traffic source level, receiver noise level, combined corridor level, corridor noise margin, corridor vibration velocity, corridor vibration margin, mitigation height margin, and pass score.16 17Write `/workspace/output.md` with a compact memo preserving the object IDs above. Include a source-boundary statement that this is a task-owned synthetic source pack.18 19Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.20 21Include a fenced JSON block with exactly these numeric keys:22 23```json24{25 "traffic_source_level_dba": <numeric_value>,26 "receiver_noise_level_dba": <numeric_value>,27 "combined_corridor_level_dba": <numeric_value>,28 "corridor_noise_margin_db": <numeric_value>,29 "corridor_vibration_velocity_mm_s": <numeric_value>,30 "corridor_vibration_margin_mm_s": <numeric_value>,31 "mitigation_height_margin_m": <numeric_value>,32 "overall_pass_score": <numeric_value>33}34```35 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.
ssc12_corridor_receiver_case
Rail or road receiver impact case
ssc12-corridor-receiver-case-preview — hard difficulty, all inputs given.
Rail or road receiver impact case. Required outputs: traffic_source_level_dba, receiver_noise_level_dba, combined_corridor_level_dba, corridor_noise_margin_db, corridor_vibration_velocity_mm_s, corridor_vibration_margin_mm_s
Scenario context and visible inputs.
Executable tool: rail-road-receiver-impact-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"traffic_source_level_dba": <number>,
"receiver_noise_level_dba": <number>,
"combined_corridor_level_dba": <number>,
"corridor_noise_margin_db": <number>,
"corridor_vibration_velocity_mm_s": <number>,
"corridor_vibration_margin_mm_s": <number>,
"mitigation_height_margin_m": <number>,
"overall_pass_score": <number>
}