Source trace score
source_trace_score
Source items traced divided by required source items
Scores if within ±0.3% of the reference value.
Calculates source-bound building operations review metrics from a deterministic SSC-08 task-owned source pack. The template combines source trace, occupancy update, affected system checks, comment closure, authority partition, repair action closure, unsupported-value count, evidence-boundary score, and an overall synthetic pass score.
with-tool: The model is given an executable Python calculator script.
Standards
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.
14 inputs
Included directly in every task prompt.
Source items traced
source_items_traced
PLAN-08-FLOOR-08 source items traced
Required source items
required_source_items
PLAN-08-FLOOR-08 required source items
Occupancy rows updated
occupancy_rows_updated
OCC-08-SOURCE-08 occupancy rows updated
Required occupancy rows
required_occupancy_rows
OCC-08-SOURCE-08 required occupancy rows
Affected system checks complete
affected_system_checks_complete
SYSTEM-08-SCHED-08 affected system checks complete
Required system checks
required_system_checks
SYSTEM-08-SCHED-08 required system checks
Resolved comments
resolved_comments
COMMENT-08-REG-08 resolved comments
Review comments
review_comments
COMMENT-08-REG-08 review comments
Open critical comment count
open_critical_comment_count
COMMENT-08-REG-08 open critical comment count
Partitioned authority roles
partitioned_authority_roles
CRIT-08-MATRIX-08 partitioned authority roles
Required authority roles
required_authority_roles
CRIT-08-MATRIX-08 required authority roles
Repair actions closed
repair_actions_closed
MEMO-08-REPAIR-08 repair actions closed
Required repair actions
required_repair_actions
MEMO-08-REPAIR-08 required repair actions
Unsupported value count
unsupported_value_count
MEMO-08-REPAIR-08 unsupported value count
10 outputs
source_trace_score
Source items traced divided by required source items
Scores if within ±0.3% of the reference value.
occupancy_update_fraction
Updated occupancy rows divided by required occupancy rows
Scores if within ±0.3% of the reference value.
affected_system_check_fraction
Affected system checks complete divided by required system checks
Scores if within ±0.3% of the reference value.
comment_resolution_fraction
Resolved comments divided by review comments
Scores if within ±0.3% of the reference value.
open_critical_comment_count
Open critical comment count
Scores if within ±0.1% of the reference value.
authority_partition_score
Partitioned authority roles divided by required authority roles
Scores if within ±0.3% of the reference value.
repair_action_closure_fraction
Closed repair actions divided by required repair actions
Scores if within ±0.3% of the reference value.
unsupported_value_count
Unsupported value count
Scores if within ±0.1% of the reference value.
evidence_boundary_score
Average evidence-boundary score
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when operations repair 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 a building services reviewer checking a task-owned synthetic SSC-08 building operations review and scenario repair package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. External room/floor plan, occupancy change, system-schedule, criteria-matrix, review-comment, and repair-ledger workflows shape the practice context only; they are not extra data sources for this instance.4 5## Scene6 7- Product family: `SSC-08-LH-08`8- Room/floor plan: `PLAN-08-FLOOR-08`9- Occupancy source table: `OCC-08-SOURCE-08`10- System schedules: `SYSTEM-08-SCHED-08`11- Criteria matrix: `CRIT-08-MATRIX-08`12- Comment register: `COMMENT-08-REG-08`13- Operations repair memo: `MEMO-08-REPAIR-08`14 15## Source Values16 17| Item | Value |18|------|-------|19| Source items traced | {{ source_items_traced }} |20| Required source items | {{ required_source_items }} |21| Occupancy rows updated | {{ occupancy_rows_updated }} |22| Required occupancy rows | {{ required_occupancy_rows }} |23| Affected system checks complete | {{ affected_system_checks_complete }} |24| Required system checks | {{ required_system_checks }} |25| Resolved comments | {{ resolved_comments }} |26| Review comments | {{ review_comments }} |27| Open critical comment count | {{ open_critical_comment_count }} |28| Partitioned authority roles | {{ partitioned_authority_roles }} |29| Required authority roles | {{ required_authority_roles }} |30| Repair actions closed | {{ repair_actions_closed }} |31| Required repair actions | {{ required_repair_actions }} |32| Unsupported value count | {{ unsupported_value_count }} |33 34## Checks35 36- Source trace score equals source items traced divided by required source items.37- Occupancy update fraction equals updated occupancy rows divided by required occupancy rows.38- Affected system check fraction equals completed affected system checks divided by required system checks.39- Comment resolution fraction equals resolved comments divided by review comments.40- Authority partition score equals partitioned authority roles divided by required authority roles.41- Repair action closure fraction equals repair actions closed divided by required repair actions.42- Evidence boundary score is the average of source trace, occupancy update, affected-system, comment, authority, and repair fractions.43- Overall pass score is `1.0` only when source trace, occupancy update, authority, comment, affected-system, critical-comment, and unsupported-value checks pass; otherwise it is `0.0`.44 45## Output Format46 47Write a compact operations response memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the object IDs above and state whether the baseline source pack passes the current docs-only checks.48 49Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.50 51Include a fenced JSON block with exactly these numeric keys:52 53```json54{55 "source_trace_score": <numeric_value>,56 "occupancy_update_fraction": <numeric_value>,57 "affected_system_check_fraction": <numeric_value>,58 "comment_resolution_fraction": <numeric_value>,59 "open_critical_comment_count": <numeric_value>,60 "authority_partition_score": <numeric_value>,61 "repair_action_closure_fraction": <numeric_value>,62 "unsupported_value_count": <numeric_value>,63 "evidence_boundary_score": <numeric_value>,64 "overall_pass_score": <numeric_value>65}66```67 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.
ssc08_operations_repair_case
Building operations review and scenario repair case
ssc08-operations-repair-ssc08-operations-repair-case-preview — hard difficulty, all inputs given.
Building operations review and scenario repair case. ssc08-operations-repair. Required outputs: source_trace_score, occupancy_update_fraction, affected_system_check_fraction, comment_resolution_fraction, open_critical_comment_count, authority_partition_score
Scenario context and visible inputs.
Executable tool: building-operations-scenario-repair-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"source_trace_score": <number>,
"occupancy_update_fraction": <number>,
"affected_system_check_fraction": <number>,
"comment_resolution_fraction": <number>,
"open_critical_comment_count": <number>,
"authority_partition_score": <number>,
"repair_action_closure_fraction": <number>,
"unsupported_value_count": <number>,
"evidence_boundary_score": <number>,
"overall_pass_score": <number>
}