Source authority score
source_authority_score
Minimum of current-source and authority-source indicators
Scores if within ±0.1% of the reference value.
Calculates source-bound certificate conflict repair metrics from a deterministic SSC-15 task-owned source pack. The template combines two conflicting product datasheets, a certificate record, source index, calculation trace, and repair response.
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.
14 inputs
Included directly in every task prompt.
Selected source is current
selected_source_is_current
INDEX-15-SRC-08 selected source is current
Selected source has authority
selected_source_has_authority
INDEX-15-SRC-08 selected source has governing authority
Affected calculation
affected_calculation_count
TRACE-15-CALC-08 affected calculation count
Updated calculation
updated_calculation_count
TRACE-15-CALC-08 updated affected calculation count
Governing certificate capacity
governing_certificate_capacity_kn
CERT-15-REC-08 governing certificate capacity
Conflicting datasheet capacity
conflicting_datasheet_capacity_kn
DAT-15-A-08 superseded datasheet capacity
Replacement capacity
replacement_capacity_kn
DAT-15-B-08 replacement product capacity
Required capacity
required_capacity_kn
TRACE-15-CALC-08 required capacity after repair
Total conflict items
total_conflict_items
RESPONSE-15-REPAIR-08 total conflict items
Closed conflict items
closed_conflict_items
RESPONSE-15-REPAIR-08 closed conflict items
Unresolved conflict
unresolved_conflict_count
RESPONSE-15-REPAIR-08 unresolved conflict count
Expired source
expired_source_count
INDEX-15-SRC-08 expired source count still used by the repair
Completed repair memo sections
completed_repair_memo_sections
RESPONSE-15-REPAIR-08 completed repair memo sections
Required repair memo sections
required_repair_memo_sections
RESPONSE-15-REPAIR-08 required repair memo sections
9 outputs
source_authority_score
Minimum of current-source and authority-source indicators
Scores if within ±0.1% of the reference value.
affected_calculation_update_fraction
Updated calculations divided by affected calculations
Scores if within ±0.3% of the reference value.
certificate_capacity_delta_kn
Governing certificate capacity minus conflicting datasheet capacity
Scores if within ±3% of the reference value.
replacement_capacity_margin_kn
Replacement product capacity minus required capacity
Scores if within ±3% of the reference value.
source_conflict_closure_fraction
Closed conflict items divided by total conflict items
Scores if within ±0.3% of the reference value.
unresolved_conflict_count
Unresolved conflict count left in the repair response
Scores if within ±0.1% of the reference value.
expired_source_count
Expired source count still used by the repair
Scores if within ±0.1% of the reference value.
repair_memo_completeness_fraction
Completed repair memo sections divided by required repair memo sections
Scores if within ±0.3% of the reference value.
overall_pass_score
1.0 when source authority, affected calculations, substitution, conflict, and memo 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 product compliance reviewer checking a task-owned synthetic SSC-15 certificate conflict and repair portfolio.2 3Use only the task-owned synthetic source pack values shown below for numeric grading. Substitution, certificate, and review workflows shape the context only; they are not extra data sources for this instance.4 5## Scene6 7- Product: `SSC-15-LH-08`8- Conflicting datasheet A: `DAT-15-A-08`9- Replacement datasheet B: `DAT-15-B-08`10- Certificate record: `CERT-15-REC-08`11- Source index: `INDEX-15-SRC-08`12- Calculation trace: `TRACE-15-CALC-08`13- Repair response memo: `RESPONSE-15-REPAIR-08`14 15All checks use the same source index, certificate record, affected calculations, and repair memo. Do not change the selected authority source, replacement product, capacity value, or conflict status unless you explicitly flag a source conflict.16 17## Source Values18 19| Item | Value |20|------|-------|21| Selected source is current | {{ selected_source_is_current }} |22| Selected source has authority | {{ selected_source_has_authority }} |23| Affected calculations | {{ affected_calculation_count }} |24| Updated calculations | {{ updated_calculation_count }} |25| Governing certificate capacity | {{ governing_certificate_capacity_kn }} kN |26| Conflicting datasheet capacity | {{ conflicting_datasheet_capacity_kn }} kN |27| Replacement capacity | {{ replacement_capacity_kn }} kN |28| Required capacity | {{ required_capacity_kn }} kN |29| Total conflict items | {{ total_conflict_items }} |30| Closed conflict items | {{ closed_conflict_items }} |31| Unresolved conflicts | {{ unresolved_conflict_count }} |32| Expired sources still used | {{ expired_source_count }} |33| Completed repair memo sections | {{ completed_repair_memo_sections }} |34| Required repair memo sections | {{ required_repair_memo_sections }} |35 36Source authority score is the lower of the current-source and authority-source indicators.37 38## Output Format39 40Write a compact repair memo to `/workspace/output.md`. Include a source-boundary statement that this is a task-owned synthetic source pack. Do not claim authority approval, accepted project evidence, software export validity, full standards compliance, executable real source-pack parsing, generated benchmark readiness, or benchmark readiness.41 42Include a fenced JSON block with exactly these numeric keys:43 44```json45{46 "source_authority_score": <numeric_value>,47 "affected_calculation_update_fraction": <numeric_value>,48 "certificate_capacity_delta_kn": <numeric_value>,49 "replacement_capacity_margin_kn": <numeric_value>,50 "source_conflict_closure_fraction": <numeric_value>,51 "unresolved_conflict_count": <numeric_value>,52 "expired_source_count": <numeric_value>,53 "repair_memo_completeness_fraction": <numeric_value>,54 "overall_pass_score": <numeric_value>55}56```57 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.
ssc15_certificate_conflict_case
Certificate conflict and repair portfolio compliance case
ssc15-certificate-conflict-ssc15-certificate-conflict-case-preview — hard difficulty, all inputs given.
Certificate conflict and repair portfolio compliance case. ssc15-certificate-conflict. Required outputs: source_authority_score, affected_calculation_update_fraction, certificate_capacity_delta_kn, replacement_capacity_margin_kn, source_conflict_closure_fraction, unresolved_conflict_count
Scenario context and visible inputs.
Executable tool: certificate-conflict-repair-portfolio-package_calc.py
Inputs withheld at this difficulty.
Nothing. All inputs are supplied.
The scored JSON answer schema.
{
"source_authority_score": <number>,
"affected_calculation_update_fraction": <number>,
"certificate_capacity_delta_kn": <number>,
"replacement_capacity_margin_kn": <number>,
"source_conflict_closure_fraction": <number>,
"unresolved_conflict_count": <number>,
"expired_source_count": <number>,
"repair_memo_completeness_fraction": <number>,
"overall_pass_score": <number>
}