Overview

The solver decides how a benchmark task turns one dataset sample into something scoreable. It is the only part of the task that talks to the model under test, and every task defines exactly one solver inline under definition > solver.

Pick the solver that matches the interaction you need, then follow it through to its own page.

Once the solver produces output, Scoring turns it into scores and metrics.