Describe the bug
[Bug] Evaluation results dropped to 0% despite successful submission and valid predictions
Description
I am encountering an issue where the evaluation results for my submissions have suddenly dropped to 0%, whereas the same data and model configuration yielded normal results (approx. 43% resolved) just a few days ago.
Context
- Dataset:
swe-bench-m test
- Status: The submission process completes successfully with no errors reported by the CLI.
- Change: No changes were made to the prediction generation logic or the input data. The only difference is the time of submission.
Evidence
1. Previous Successful Run (A few days ago)
The evaluation completed normally, showing a resolved rate of ~43%.
Submitting predictions for qwen3-5_with_custom - (swe-bench-m test)
Submitting predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:48
✓ Submitting predictions complete!
Warning: 504 predictions already submitted. These will not be re-evaluated
6 new predictions uploaded - these cannot be changed
Processing submission... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:04
✓ Processing submission complete!
Evaluating predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:20:36
✓ Evaluating predictions complete!
Resolved (total): 43.33% (224 / 517)
Resolved (submitted): 43.92% (224 / 510)
Submitted: 98.65% (510)
Errors: 0
Pending: 0
Successful runs: 496
Failed runs: 14
Saved full report to sb-cli-reports/swe-bench-m__test__qwen3-5_with_custom.json!
Steps/Code to Reproduce
sb-cli submit swe-bench-m test --predictions_path <prediction_file> --run_id <run_id>
Expected Results
Submitting predictions for qwen3-5_with_custom - (swe-bench-m test)
Submitting predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:48
✓ Submitting predictions complete!
Warning: 504 predictions already submitted. These will not be re-evaluated
6 new predictions uploaded - these cannot be changed
Processing submission... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:04
✓ Processing submission complete!
Evaluating predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:20:36
✓ Evaluating predictions complete!
Resolved (total): 43.33% (224 / 517)
Resolved (submitted): 43.92% (224 / 510)
Submitted: 98.65% (510)
Errors: 0
Pending: 0
Successful runs: 496
Failed runs: 14
Actual Results
Submitting predictions for qwen3-5-plus_with_custom-1 - (swe-bench-m test)
Submitting predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:39
✓ Submitting predictions complete!
Warning: 510 predictions already submitted. These will not be re-evaluated
Processing submission... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:05
✓ Processing submission complete!
Evaluating predictions... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.0% 0:00:04
✓ Evaluating predictions complete!
Resolved (total): 0.00% (0 / 517)
Resolved (submitted): 0.00% (0 / 510)
Submitted: 98.65% (510)
Errors: 0
Pending: 0
Successful runs: 0
Failed runs: 510
System Information
MacOS
Describe the bug
[Bug] Evaluation results dropped to 0% despite successful submission and valid predictions
Description
I am encountering an issue where the evaluation results for my submissions have suddenly dropped to 0%, whereas the same data and model configuration yielded normal results (approx. 43% resolved) just a few days ago.
Context
swe-bench-m testEvidence
1. Previous Successful Run (A few days ago)
The evaluation completed normally, showing a resolved rate of ~43%.
Steps/Code to Reproduce
sb-cli submit swe-bench-m test --predictions_path <prediction_file> --run_id <run_id>Expected Results
Actual Results
System Information
MacOS