The model is trained to generate candidate Sum-of-Squares (SOS) decompositions for unconstrained polynomial inequalities. In the NSPI pipeline, the model acts as a neural conjecturer: it proposes an approximate SOS structure that is subsequently checked and corrected by symbolic computation.
The intended workflow is:
Generate SOS-structure candidates with this model.
Refine numerical coefficients with Newton-style symbolic correction.
Recover exact rational SOS certificates.
Verify the recovered certificate exactly.
Generate Lean 4 proof code for machine-checkable formalization.
Please use this RL checkpoint together with the GitHub repository above rather than treating the raw model output as a final proof.
Important Limitation
This RL checkpoint is not a standalone formal prover. Its raw generations should be understood as approximate SOS structure conjectures. The generated decompositions may contain numerical errors, malformed terms, or invalid candidates.
Please use this checkpoint together with the full NSPI pipeline in the GitHub repository, including symbolic correction, rational recovery, exact verification, and Lean proof generation.
The GitHub repository also includes archived Lean proof files in lean_proof/ for successfully formalized benchmark instances.
Recommended Usage
After downloading the model, point the NSPI inference server to this checkpoint: