Source trace score
source_trace_score
Traced source items divided by required source items
Scores if within ±3% of the reference value.
Calculates source-bound fire review and evidence-boundary metrics from a deterministic SSC-19 task-owned source pack. The template combines source traceability, comment resolution, affected-check updates, unresolved gaps, authority role separation, conflict resolution, 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.
15 inputs
Included directly in every task prompt.
Source items traced
source_items_traced
SOURCE-19-INDEX-08 traced source items
Required source items
required_source_items
SOURCE-19-INDEX-08 required source items
Review comments
review_comments
COMMENT-19-REVIEW-08 total review comments
Resolved comments
resolved_comments
COMMENT-19-REVIEW-08 resolved comments
Affected checks
affected_checks
CALC-19-EXTRACT-08 affected checks
Updated checks
updated_checks
CALC-19-EXTRACT-08 updated checks
Unresolved gaps
unresolved_gaps
HAZ-19-TABLE-08 unresolved gaps
Allowed gaps
allowed_gaps
AUTH-19-SOURCE-08 allowed gaps
Authority roles
authority_roles
AUTH-19-SOURCE-08 authority role count
Separated authority roles
separated_authority_roles
AUTH-19-SOURCE-08 separated authority roles
Evidence conflicts
evidence_conflicts
SOURCE-19-INDEX-08 evidence conflicts
Resolved conflicts
resolved_conflicts
RESPONSE-19-MEMO-08 resolved conflicts
Critical open comments
critical_open_comments
COMMENT-19-REVIEW-08 critical open comments
Response sections
response_sections
RESPONSE-19-MEMO-08 completed response sections
Required response sections
required_response_sections
RESPONSE-19-MEMO-08 required response sections
11 outputs
source_trace_score
Traced source items divided by required source items
Scores if within ±3% of the reference value.
comment_resolution_fraction
Resolved comments divided by review comments
Scores if within ±3% of the reference value.
affected_check_update_fraction
Updated checks divided by affected checks
Scores if within ±3% of the reference value.
unresolved_gap_count
Unresolved evidence gaps
Scores if within ±0.1% of the reference value.
allowed_gap_margin
Allowed gaps minus unresolved gaps
Scores if within ±3% of the reference value.
authority_role_separation_score
Separated authority roles divided by authority roles
Scores if within ±3% of the reference value.
conflict_resolution_fraction
Resolved conflicts divided by evidence conflicts
Scores if within ±3% of the reference value.
response_completeness_score
Completed response sections divided by required response sections
Scores if within ±3% of the reference value.
review_boundary_score
Mean of source, comment, check, role, conflict, and response scores
Scores if within ±3% of the reference value.
critical_open_comments
Critical open comments
Scores if within ±0.1% of the reference value.
overall_pass_score
1.0 when gap, check-update, role-separation, and critical-comment 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 fire protection reviewer checking a task-owned synthetic SSC-19 fire review response and evidence-boundary package.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Fire review response, source-index checking, authority-role separation, and evidence-conflict workflows shape the context only; this instance does not validate a real authority decision, accepted project evidence, or source-pack parser.4 5## Scene6 7- Product: `SSC-19-LH-08`8- Source index: `SOURCE-19-INDEX-08`9- Review comment register: `COMMENT-19-REVIEW-08`10- Hazard table: `HAZ-19-TABLE-08`11- Calculation extract: `CALC-19-EXTRACT-08`12- Authority source matrix: `AUTH-19-SOURCE-08`13- Response memo: `RESPONSE-19-MEMO-08`14 15## Source Values16 17| Item | Value |18| --- | --- |19| Source items traced | {{ source_items_traced }} |20| Required source items | {{ required_source_items }} |21| Review comments | {{ review_comments }} |22| Resolved comments | {{ resolved_comments }} |23| Affected checks | {{ affected_checks }} |24| Updated checks | {{ updated_checks }} |25| Unresolved gaps | {{ unresolved_gaps }} |26| Allowed gaps | {{ allowed_gaps }} |27| Authority roles | {{ authority_roles }} |28| Separated authority roles | {{ separated_authority_roles }} |29| Evidence conflicts | {{ evidence_conflicts }} |30| Resolved conflicts | {{ resolved_conflicts }} |31| Critical open comments | {{ critical_open_comments }} |32| Response sections | {{ response_sections }} |33| Required response sections | {{ required_response_sections }} |34 35## Checks36 37- Source trace score equals traced source items divided by required source items.38- Comment resolution fraction equals resolved comments divided by review comments.39- Affected check update fraction equals updated checks divided by affected checks.40- Allowed gap margin equals allowed gaps minus unresolved gaps.41- Authority role separation score equals separated roles divided by authority roles.42- Conflict resolution fraction equals resolved conflicts divided by evidence conflicts.43- Response completeness score equals response sections divided by required response sections.44- Review boundary score averages source, comment, check, authority-role, conflict, and response scores.45- Overall pass score is `1.0` only when gap margin, check updates, role separation, and critical-comment checks pass; otherwise it is `0.0`.46 47## Output Format48 49Write a compact memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Preserve the source IDs above and state whether the baseline source pack passes the current docs-only checks.50 51Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, source-pack hardening, generated benchmark readiness, or benchmark readiness.52 53Include a fenced JSON block with exactly these numeric keys:54 55```json56{57 "source_trace_score": <numeric_value>,58 "comment_resolution_fraction": <numeric_value>,59 "affected_check_update_fraction": <numeric_value>,60 "unresolved_gap_count": <numeric_value>,61 "allowed_gap_margin": <numeric_value>,62 "authority_role_separation_score": <numeric_value>,63 "conflict_resolution_fraction": <numeric_value>,64 "response_completeness_score": <numeric_value>,65 "review_boundary_score": <numeric_value>,66 "critical_open_comments": <numeric_value>,67 "overall_pass_score": <numeric_value>68}69```70 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.
ssc19_fire_review_boundary_case
Fire review response case with source traceability, gaps, conflicts, and authority boundaries
ssc19-fire-review-boundary-case-preview — hard difficulty, all inputs given.
Fire review response case with source traceability, gaps, conflicts, and authority boundaries. Required outputs: source_trace_score, comment_resolution_fraction, affected_check_update_fraction, unresolved_gap_count, allowed_gap_margin, authority_role_separation_score
Scenario context and visible inputs.
Executable tool: fire-review-response-evidence-boundary-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"source_trace_score": <number>,
"comment_resolution_fraction": <number>,
"affected_check_update_fraction": <number>,
"unresolved_gap_count": <number>,
"allowed_gap_margin": <number>,
"authority_role_separation_score": <number>,
"conflict_resolution_fraction": <number>,
"response_completeness_score": <number>,
"review_boundary_score": <number>,
"critical_open_comments": <number>,
"overall_pass_score": <number>
}