Skip to content

HealthBench debug mode ignores an explicit --examples override #292

Description

@sylvesterkaczmarek

Summary

The eval CLI documents --examples as overriding the default sample count, but all three HealthBench cases hard-code num_examples=10 if debug_mode else num_examples.

As a result, python -m gpt_oss.evals --debug --examples 2 --eval healthbench ... still evaluates 10 examples. GPQA and AIME honor the same explicit override.

Impact

Debug runs can unexpectedly perform five times the requested model/grader work, which is particularly costly for HealthBench because each sample is graded across multiple rubric items.

Proposed resolution

Use the explicit --examples value whenever provided. Only fall back to HealthBench's debug default of 10 when debug mode is active and the user did not specify a count. Add focused coverage for explicit, debug-default, and full-eval cases.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions