Add Jina Test + GPT-5.4 to Lite unit-test leaderboard (69.9%)#48
Open
keon wants to merge 1 commit into
Open
Conversation
Method name: Jina Test Organization: Om Labs (new) Score: 69.9% F→P on SWT-Bench Lite unit-test mode Model: GPT-5.4 (openai/gpt-5.4-2026-03-05) Approach: Cross-validation proxy oracle — K=10 test candidates × J=3 fix candidates with frequency-rank selection Project: https://github.com/omxyz/swt-bentch Paper: https://github.com/omxyz/swt-bentch/blob/main/arxiv/main.pdf Traces: https://github.com/omxyz/swt-bentch/tree/main/trajectories
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 Jina Test + GPT-5.4 to the SWT-Bench Lite unit-test leaderboard.
openai/gpt-5.4-2026-03-05)Approach
Jina Test is a cross-validation proxy oracle pipeline built on OpenHands 1.16.1:
The 276-instance submission keeps baseline predictions for 175 already-resolved instances and applies the CXV pipeline to the 100 failures. Verdict classification and selection are deterministic (no LLM).
Files changed
docs/approaches.csv— +Jina Test entrydocs/orgs.csv— +Om Labs org entrydocs/runs.csv— +69.9% result on lite unittest (2026-04-16)docs/static/images/logos/omlabs.png— Om Labs logoArtifacts
Notes
Coverage increase column is blank in runs.csv — happy to fill in once the official SWT-Bench harness run completes (in progress). Spot-checked a few instances with python -m src.main --filter_swt and patches apply correctly. Also sending via submit@swtbench.com in parallel for independent verification.
Happy to address any feedback before merge.