Add GPT-5.6 Sol ultra TensorCircuit benchmark results - #6
Conversation
|
solution7 might not be wrong, deserve a detailed look. maybe the problem design is not that sufficient that a simple workaround exists |
actually this may lead to a very smart way to accelerate challenge07 by somehow exploiting the loophole of the challenge design (might have unexpected reduction structure) |
i am trying to reformulate and solve it |
| path = optimizer(inputs, output, sizes) | ||
| tree = ctg.ContractionTree.from_path(inputs, output, sizes, path=path) | ||
| contract = tree.get_contractor(implementation="autoray") | ||
| vectors = np.array([[1, 0], [0, 1], [1, 1]], dtype=np.complex64) |
There was a problem hiding this comment.
this somehow lie between success and fail, as it has the tendency of bypassing the framework
Summary
gpt-5.6-solatultrasolver effort, with the audit held athigh.highrun, including solver semantics and audit findings.results/gpt56sol-ultra/.Results
highandultraboth score 10/12 after final expert adjudication; both fail Challenges 01 and 08.high,ultraused 26.8% more solving-side tokens and cost 17.6% more, while agent solve wall time was 7.5% lower.ultra_runtime / high_runtimeis 0.815. Relative to shared expert references, the geometric-mean runtime ratios are 1.428× forhighand 1.165× forultra.Effort findings
ultrafor reusing analytically sampled branches, but the exact reduction study shows that the fixed-discrete-sample pathwise gradient of the ancilla sampling angles is zero. Those angles and realized branches therefore remain unchanged, making branch reuse exact for the published workload rather than a changed optimization trajectory.ultraverifier pass is preserved, but final human expert adjudication rejects it under the intended sampling contract; both efforts are therefore counted as failures.highaudit result was an API-semantics false negative rather than a solver difference.Protocol and validation
gpt-5.6-sol, reasoning effortultragpt-5.6-sol, reasoning efforthighchallenge-benchmark-quantum-tensorcircuit:py311git diff --checkResult figures
Final task outcomes
Agent-side resource use