0

Mrcr V2

Fresh

MRCR v2 long-context coreference questions solved by an agent in a sandbox (SequenceMatcher scoring).

Type
RL Env
Capabilities
Long Context
Runtime
multi-turn
License
unknown
Size
v0.1.2
Published
May 2026
Updated
Sep 2026

Cite

Notes

Only stored in your browser.

mrcr-v2

MRCR v2 long-context coreference tasks solved by an agent in a sandbox: each task uploads a long conversation transcript to the workspace, and the agent scans it to retrieve the requested content and writes its answer to a file. Answers are scored with the official MRCR v2 metric — a difflib SequenceMatcher ratio against the reference, gated on the 12-character hash prefix.

Taskset

Changelog

  • 2026-08-31: Yield task records on demand so bounded evaluations construct only the requested prefix.
  • 2026-08-30: Keep transcript-search command output bounded so long-context tasks do not overflow the model request.
  • 2026-06-24: Initial v1 taskset.