Add GPT-5.6 Sol high TensorCircuit benchmark results - #5
Conversation
Challenge 05 Audit CorrectionHere is an explanation of the Challenge 05 correction in the latest PR update, as it exposes an interesting benchmark-evaluation issue. Original audit decisionThe original GPT-5.6 Sol audit rejected Challenge 05 because of a supposed factor-of-two error. It claimed that TensorCircuit's Based on this assumption, the audit concluded that the candidate's applied filters that were only half as strong as required. Why the rejection was incorrectThis was an API-level false rejection. In the exact pinned environment used by the benchmark:
and therefore implements: The half-angle convention applies to named rotation gates such as:
These gates explicitly set: That convention does not apply to the candidate's direct Therefore: and: These are exactly the filters required by the problem. Numerical verificationI also verified the behavior numerically inside the pinned Docker image. The generated These results confirm that the submitted implementation used the correct full-angle convention. Independent verification of the submissionThe rest of the submission was independently checked as well. It:
The functional evaluator also passed. Reward adjudicationFor these reasons, I treated Challenge 05 as an LLM-audit false negative and adjudicated its reward from: This changes the final benchmark result from: The derived runtime and resource figures have been updated accordingly. Transparency and retained artifactsTo keep the correction fully transparent, I did not overwrite the original LLM audit or the Harbor aggregate output. The original files remain unchanged: A separate file records the source-level and numerical evidence: The following outputs now reflect the adjudicated result: Broader benchmark-design observationMore broadly, this correction highlights an interesting benchmark-design issue. An LLM judge can correctly understand the overall algorithm while still confidently confusing two closely related framework API conventions. Because the audit score is binary and multiplicative, one localized API hallucination can change the full benchmark result. For framework-specific semantic judgments, it therefore seems important to use at least one of the following:
Review of the remaining challengesI also re-reviewed the other eleven audit decisions and did not find another comparably clear factual misclassification. Challenge 08 remains a more interpretive policy question because it uses correlated Sobol quasi-sampling. Challenge 05, by contrast, involves an objectively testable API-semantics error. |
|
sounds reaonable that problem 5 solution is correct |
|
|
||
| shots = int(config["n_samples"]) | ||
| if shots > 0 and shots & (shots - 1) == 0: | ||
| status = qmc.Sobol(n, scramble=True, seed=8128).random_base2( |
There was a problem hiding this comment.
this random number generation is weird, no idea why the agent choose this over a uniform distrubution
Summary
gpt-5.6-solat reasoning efforthighResults
The two model runs have the same 10/12 validity count. GPT-5.6 Sol high's valid artifacts are about 35% closer to the same-run expert runtime baseline by the aggregate slowdown metric.
Challenge 05 adjudication
The original GPT-5.6 Sol audit claimed that TensorCircuit
exp1implementsexp(-i * theta * U / 2)and therefore rejected the candidate for a missing factor of two. In the pinnedtensorcircuit-nightly==1.8.0.dev20260726image,exp1defaults tohalf=Falseand implementsexp(-i * theta * U); only named rotations such asrxxandrzzopt into the half-angle convention. The candidate'stheta=1j*aandtheta=1j*btherefore implement exactlyexp(a*X)andexp(b*ZZ).Direct container checks matched the required X and ZZ exponentials at approximately
2.77e-08and5.88e-08Frobenius error. The candidate also satisfies the specified layer structure, normalization, optimizer, history, and return requirements. Challenge 05 is therefore adjudicated from reward 0.0 to 1.0.The original
audit-details.jsonand Harborjob-result.jsonremain unchanged for provenance. The finalreward.json,stamp-info.json, and newaudit-adjudication.jsonmake the correction machine-readable and auditable.Protocol and provenance
gpt-5.6-sol, reasoning efforthighValidation
exp1semantics in the pinned Docker package for both X and ZZ filtersgit diff --checktasks/,templates/, oradapters/sxzgroup/ORBIT-Q:mainso no fork-only Fable/scorer history is includedCaveats
This is not a fully controlled model-only comparison: the GPT-5.5 paper run and this run used different hosts and benchmark revisions, and this run uses GPT-5.6 Sol high semantic audit plus documented API adjudication instead of the paper's GPT-5.5 audit plus human adjudication. Each runtime ratio is measured against an expert reference on the same machine within its run, reducing but not eliminating those confounders. Recorded model-service costs are not normalized to a common provider price schedule.
Result figures
Final task outcomes
Agent-side resource use