Epoch AI's Chess Puzzles Inspect task, reconstructed so it can be audited with
inspect_audit.
bench/task/chess_puzzles/__init__.pyandpuzzle_generator.pyare Epoch's published source: https://gist.github.com/greg-burnham/fc1c6f9ed32989073f58321b656b7b05 (fetched 2026-09-07). One deviation: the CSV path resolves next to the module rather than against the working directory, so the task loads as an installed package.bench/model.pystands in for Epoch's private module of that name. The extractor model is bound through thegradermodel role (defaultgoogle/gemini-2.0-flash-001, which 25 of the 38 public logs used; 12 usedopenai/gpt-5-mini-2025-08-07).puzzles.csvis rebuilt from the public logs (id, FEN, target). All 38 logs carry the identical 100 samples.
Logs: https://epoch-benchmarks-production-public.s3.us-east-2.amazonaws.com/inspect_ai_logs/.eval
(manifest in audit/logs.csv).