Standard selection fraction
standard_selection_fraction
Selected controlling standards divided by candidate standards
Scores if within ±0.3% of the reference value.
Calculates deterministic SSC-02 operator-review metrics from a task-owned synthetic source pack. The template combines standard selection, review-comment resolution, affected-calculation updates, exception approval, source-value traceability, response completeness, and an overall synthetic pass score.
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.
13 inputs
Included directly in every task prompt.
Candidate standards count
candidate_standards_count
STD-02-MATRIX-08 candidate standard count
Selected standards count
selected_standards_count
STD-02-MATRIX-08 selected controlling standard count
Conflicting comments
conflicting_comments
COMMENT-02-REGISTER-08 comments requiring resolution
Resolved comments
resolved_comments
COMMENT-02-REGISTER-08 resolved comments
Affected calculations
affected_calculations
CALC-02-EXTRACT-08 calculations affected by review comments
Calculations updated
calculations_updated
CALC-02-EXTRACT-08 affected calculations updated
Exception requests
exception_requests
EXCEPT-02-APPROVAL-08 exception requests
Approved exceptions
approved_exceptions
EXCEPT-02-APPROVAL-08 approved exceptions
Source values traced
source_values_traced
ALIGN-02-SIGNAL-08 traced source values
Required source values
required_source_values
ALIGN-02-SIGNAL-08 required source values
Response sections
response_sections
RESPONSE-02-AUTH-08 completed response sections
Required response sections
required_response_sections
RESPONSE-02-AUTH-08 required response sections
Critical open comments
critical_open_comments
COMMENT-02-REGISTER-08 unresolved critical comments
10 outputs
standard_selection_fraction
Selected controlling standards divided by candidate standards
Scores if within ±0.3% of the reference value.
comment_resolution_fraction
Resolved comments divided by conflicting comments
Scores if within ±0.3% of the reference value.
calculation_update_fraction
Updated affected calculations divided by affected calculations
Scores if within ±0.3% of the reference value.
exception_resolution_fraction
Approved exceptions divided by exception requests
Scores if within ±0.3% of the reference value.
source_trace_score
Traced source values divided by required source values
Scores if within ±0.3% of the reference value.
response_completeness_score
Completed response sections divided by required response sections
Scores if within ±0.3% of the reference value.
operator_review_score
Average of the six review completeness fractions
Scores if within ±0.3% of the reference value.
open_comments
Conflicting comments minus resolved comments
Scores if within ±0.3% of the reference value.
critical_open_comments
Unresolved critical comments
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when review completeness thresholds pass and no critical comments remain
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 a rail operator-review engineer checking `SSC-02-LH-08`, a task-owned synthetic SSC-02 rail standards conflict and operator review package.2 3Use only the task-owned synthetic source pack values below for numeric grading. Rail standards matrices and authority review workflows shape the context only; this instance does not validate a real operator standard, accepted review, or authority approval.4 5## Scene6 7- Design case: `CASE-SSC02-STANDARDS-08`8- Standards matrix: `STD-02-MATRIX-08`9- Comment register: `COMMENT-02-REGISTER-08`10- Alignment and signal source pack: `ALIGN-02-SIGNAL-08`11- Calculation extracts: `CALC-02-EXTRACT-08`12- Exception approval route: `EXCEPT-02-APPROVAL-08`13- Authority-partitioned response: `RESPONSE-02-AUTH-08`14 15## Source Values16 17| Item | Value |18|------|-------|19| Candidate standards | {{ candidate_standards_count }} |20| Selected standards | {{ selected_standards_count }} |21| Conflicting comments | {{ conflicting_comments }} |22| Resolved comments | {{ resolved_comments }} |23| Affected calculations | {{ affected_calculations }} |24| Calculations updated | {{ calculations_updated }} |25| Exception requests | {{ exception_requests }} |26| Approved exceptions | {{ approved_exceptions }} |27| Source values traced | {{ source_values_traced }} |28| Required source values | {{ required_source_values }} |29| Response sections | {{ response_sections }} |30| Required response sections | {{ required_response_sections }} |31| Critical open comments | {{ critical_open_comments }} |32 33Checks:34 35- Standard selection fraction equals selected standards divided by candidate standards.36- Comment resolution fraction equals resolved comments divided by conflicting comments.37- Calculation update fraction equals updated calculations divided by affected calculations.38- Exception resolution fraction equals approved exceptions divided by exception requests.39- Source trace and response completeness are source-owned fractions.40- Overall pass score is `1.0` only when the review completeness thresholds pass and no critical comments remain; otherwise it is `0.0`.41 42## Output Format43 44Write a compact memo to `/workspace/output.md`. Preserve the object IDs above, state the task-owned synthetic source-pack boundary, and explain whether the baseline source pack passes the docs-only checks.45 46Do not claim authority approval, accepted project evidence, operator-standard validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.47 48Include a fenced JSON block with exactly these numeric keys:49 50```json51{52 "standard_selection_fraction": <numeric_value>,53 "comment_resolution_fraction": <numeric_value>,54 "calculation_update_fraction": <numeric_value>,55 "exception_resolution_fraction": <numeric_value>,56 "source_trace_score": <numeric_value>,57 "response_completeness_score": <numeric_value>,58 "operator_review_score": <numeric_value>,59 "open_comments": <numeric_value>,60 "critical_open_comments": <numeric_value>,61 "overall_pass_score": <numeric_value>62}63```64 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.
ssc02_rail_standards_review_case
Rail standards review package tied to one standards matrix, comment register, alignment/signal source pack, calculation extracts, exception approval route, and response
rail-standards-review-ssc02-rail-standards-review-case-preview — hard difficulty, all inputs given.
Rail standards review package tied to one standards matrix, comment register, alignment/signal source pack, calculation extracts, exception approval route, and response. rail-standards-review. Required outputs: standard_selection_fraction, comment_resolution_fraction, calculation_update_fraction, exception_resolution_fraction, source_trace_score, response_completeness_score
Scenario context and visible inputs.
Executable tool: rail-standards-conflict-operator-review-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"standard_selection_fraction": <number>,
"comment_resolution_fraction": <number>,
"calculation_update_fraction": <number>,
"exception_resolution_fraction": <number>,
"source_trace_score": <number>,
"response_completeness_score": <number>,
"operator_review_score": <number>,
"open_comments": <number>,
"critical_open_comments": <number>,
"overall_pass_score": <number>
}