oolong-synth
Oolong synthetic long-context tasks solved by an agent in a sandbox: each task's long context window is uploaded to a file so the agent can scan it from a REPL and write a single-token answer to /workspace/answer.txt. Tasks are scored with the deterministic official Oolong synth rules (exact match, with partial credit for numeric and date answers), or by an optional host-side binary LLM judge when configured.
Taskset
- Source: oolongbench/oolong-synth
- Size: 1300 tasks (
validationsplit), filtered at load time to a singlecontext_lentoken bucket (default 262144)
Changelog
- 2026-08-31: Yield task records on demand so bounded evaluations construct only the requested prefix.
- 2026-08-30: Standardized binary verdict parsing and failure handling on
ReferenceJudgewhile retaining deterministic scoring and answer-file response selection. - 2026-06-24: Initial v1 taskset.