The Dataset Viewer has been disabled on this dataset.

View tasks in Harbor Visualiser

Repo2RLEnv R2E

Author equivalence tests around repository functions, measure their execution and coverage remotely, and export function-reconstruction tasks with the original implementation as reference.

Contains 100 Harbor tasks generated with the owned r2e recipe in Repo2RLEnv. Browse the complete task bundles in Harbor Visualiser or open the task folders. Each folder is a runnable Harbor task:

tasks/<task_id>/
├── task.toml                 # Harbor configuration and provenance
├── instruction.md            # Task shown to the coding agent
├── environment/Dockerfile    # Learner sandbox and its build context
├── solution/solve.sh         # Reference solution entry point
└── tests/
    ├── test.sh               # Verifier entry point; writes the reward
    └── Dockerfile            # Separate verifier sandbox, when configured

Example: task.toml · instruction · verifier · oracle.

data/tasks.jsonl is an auxiliary metadata index. Download the task folders or archive below to run the environments. manifest.json records source identity, evidence, diagnostics and measured costs. The generic tabular Hub viewer is disabled so it does not present the index as the task dataset.

Generation

Author equivalence tests around repository functions, measure their execution and coverage remotely, and export function-reconstruction tasks with the original implementation as reference. This is the owned implementation, with full method and deviations documented in the linked recipe RFC. Tasks retain their original source identity and quality labels.

Implementation revision: d708355cec75638e208753beb82df74eec7eb054. The exact recipe, source revision, reward kinds and quality status remain in each original task.toml.

Validation and limitations

Quality label counts: {"unverified": 100}. An exported task is a generation artifact. Baseline/reference controls establish only the behavior recorded in that task's evidence. They do not establish blind solver success, difficulty, verifier completeness or resistance to reward hacking. An LLM consistency review is separate from the deterministic task reward.

  • Collection-level semantic quality and blind solver success have not been measured for all 100 tasks.
  • Per-task controls and missing standalone evidence are recorded explicitly; an export is not an accepted-quality claim.
  • Repository and seed license notices remain attached to their original materials.
  • This annotation-only revision adds missing uniform evaluation blocks as unverified. Executable task identities and existing quality assessments are unchanged; no new independent quality acceptance is claimed.

Download and run

tasks.tar.gz preserves executable file modes and the original bundle identities:

hf download HuggingEnvs/repo2rlenv-r2e tasks.tar.gz --repo-type dataset --local-dir ./dataset
tar -xzf ./dataset/tasks.tar.gz -C ./dataset
harbor run --path ./dataset/tasks --agent oracle --env daytona

Configure Daytona credentials and Harbor's provider dependencies before execution. The archive includes references and private tests for the harness; the solver should receive only the instruction and learner environment. registry.json pins the unpacked task paths to the immutable upload commit.

Economics

manifest.json includes generation costs, failed-attempt costs and outstanding reservations when available. Cloud lifetime estimates are labeled separately from provider invoices. Retained task costs and new-generation costs use separate scopes.

Credits and licensing

See LICENSES.md, bundled notices and per-task provenance. These are owned adaptations inspired by the credited methods, not an upstream benchmark release or a claim of exact reproduction of its published results.

Downloads last month
30

Collection including HuggingEnvs/repo2rlenv-r2e