Add JARVI3 DTL/SuperMath deterministic solver#33
Draft
kyal102 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a draft JARVI3 DTL/SuperMath solver integration for MathArena.
This PR includes:
DTLSuperMathSolver, a deterministic routed solver that emits boxed answers for supported AIME 2026 lanes and\boxed{None}for unsupported cases.configs/models/jarvi3/dtl-supermath.yamlwithtype: dtl_supermath.Claim Boundary
This is not an official leaderboard result. It is a reproducibility/audit integration candidate for maintainer review.
Public audit artifact:
https://github.com/kyal102/dtl-supermath-aime-2026-audit/releases/tag/dtl-supermath-aime-2026-audit-v1
Local audit result from that artifact:
Validation
Validated locally in the source artifact before PR packaging:
24 passedacross the MathArena-focused DTL/SuperMath adapter/proposer/solver/submission tests.Validated in this MathArena fork branch:
src/matharena/solvers/dtl_supermath_solver.pyandsrc/matharena/solvers/dtl_supermath_lanes.py.277foraime_2026_01andNonefor unsupportedaime_2026_05.Full
runner.pybytecode compile was not run on this machine because MathArena declaresrequires-python = ">=3.12", while the available local Python is 3.11.9; Python 3.11 cannot parse existing upstream 3.12 f-string syntax inrunner.py.Maintainer Notes
Opening as a draft because the integration boundary may need adjustment. In particular, this deterministic lane solver is intentionally abstention-aware and competition-specific for the AIME 2026 audit artifact, rather than a general model baseline.