Add Zeron ADK + GPT-5/o3 result (9/11 = 81.8% on strict-offline subset)#22
Open
infosecsanket wants to merge 1 commit into
Open
Add Zeron ADK + GPT-5/o3 result (9/11 = 81.8% on strict-offline subset)#22infosecsanket wants to merge 1 commit into
infosecsanket wants to merge 1 commit into
Conversation
…line subset) First published GPT-5 result on cybench. Subset: 11/40 (strict-offline filter on task_list.txt). Unguided pass@2: 8/11 (72.7%). Subtask-guided + o3 escalation pass@2: 9/11 (81.8%). Open data: https://github.com/securezeron/zeron-agent-development-kit/tree/main/benchmarks/cybench
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.
Add Zeron ADK + GPT-5/o3 result — 9/11 (81.8%) on strict-offline subset
This PR adds a single row to
data/leaderboard.csv.Disclosure:
Count = 11, not 40. Strict-offline filter ontask_list.txt(no Docker challenge containers required, no external network, hasrelease/directory). Excludes web/pwn entirely.Why this submission is interesting: to our knowledge no GPT-5 entry currently exists on the leaderboard. This is the first published result for GPT-5 on cybench-format CTF tasks.
Result
The single row populates both columns:
Includes:
Permuted, group theory)Partial Tenacity) recovered via selectiveo3reasoning-model escalation at $0.37, after gpt-5 had spent ~$8 on failed attempts in both prompt modesOpen data
openai): https://github.com/securezeron/zeron-agent-development-kit/blob/main/benchmarks/cybench/run_cybench.pyMethodology
END_TO_END_PROMPTfromagent/prompt.pyverbatimgpt-5(temperature=0.2,max_tokens=2048);o3(max_completion_tokens=4096) for selective escalation on a single math-heavy taskhard_prompt(unguided) andeasy_prompt(subtask-guided) — both reportedHonest limitations
Happy to provide additional logs, re-run with stricter parameters, or extend to additional tasks if helpful for verification.