Add LexBench post-attribution rerun workflow#68
Merged
waple0820 merged 2 commits intoJun 25, 2026
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
waple0820
approved these changes
Jun 25, 2026
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
This PR packages the LexBench-Browser automated evaluation workflow and updates the rerun logic to avoid spending judge tokens on deterministic run failures.
Recommended flow:
Final rerun candidate set:
The hard pre-check catches result-json and latest run-log failures such as early internal max-step breaks,
Stopping due to 5 consecutive failures,Result failed 6/6 times: LLM call timed out, andERR_TUNNEL_CONNECTION_FAILED. Those tasks go directly to rerun and can be excluded from eval/failure-attribution. Attribution is then reserved for the remaining ambiguous failures.What changed
scripts/collect_lexbench_rerun_candidates.pyto generate hard and post-attribution rerun task ids.--exclude-task-ids-file, so hard-hit tasks can skip judge calls.Validation
/Users/abc/Desktop/lexmount/browseruse-agent-bench/.venvs/browser_use/bin/python -m py_compile browseruse_bench/eval/base.py browseruse_bench/eval/lexbench_browser/evaluator.py browseruse_bench/cli/eval.py browseruse_bench/cli/run_eval.py scripts/judge_lexbench_failure_taxonomy.py scripts/collect_lexbench_rerun_candidates.py scripts/audit_m3_3_api_log_failures.pyPYTHONPATH=. /Users/abc/Desktop/lexmount/browseruse-agent-bench/.venvs/browser_use/bin/python scripts/eval.py --help | rg "exclude-task|task-ids"PYTHONPATH=. /Users/abc/Desktop/lexmount/browseruse-agent-bench/.venvs/browser_use/bin/python scripts/judge_lexbench_failure_taxonomy.py --help | rg "exclude-task|task-ids"PYTHONPATH=. /Users/abc/Desktop/lexmount/browseruse-agent-bench/.venvs/browser_use/bin/python scripts/collect_lexbench_rerun_candidates.py --help | rg "artifact-mode|taxonomy|out-dir|include-protocol"git diff --check12-model validation documented in
docs/rerun-rule-validation-12-models.md: