Open Source AI5 min read

PROPEL: Training Task Generators at the Learnable Frontier

PROPEL trains a lightweight activation probe to predict solver pass rate.

The Brieftide

TL;DR

  • 01PROPEL trains a lightweight activation probe to predict solver pass rate.
  • 02PROPEL reduces the cost of training task generators by replacing repeated solver rollouts with a probe that predicts solver pass rates from generator activations.
  • 03The paper, submitted to arXiv on 10 Jun 2026 by Lorenz Wolf and six coauthors, frames solver time as the bottleneck for producing tasks that are valid and just hard enough to train current agents.

PROPEL reduces the cost of training task generators by replacing repeated solver rollouts with a probe that predicts solver pass rates from generator activations. The paper, submitted to arXiv on 10 Jun 2026 by Lorenz Wolf and six coauthors, frames solver time as the bottleneck for producing tasks that are valid and just hard enough to train current agents.

What is PROPEL and how does it work?

PROPEL is a solver-amortized framework that trains a lightweight activation probe on a one-time labeled corpus of generated tasks and solver outcomes, then uses that probe as a proxy for solve rate during generator optimization. The probe predicts a target-solver pass rate from a frozen generator reference model, which reduces generator evaluation to a single forward pass rather than repeated solver rollouts. The authors motivate this by noting that direct generator optimization requires repeated solver rollouts per candidate and that for software-engineering tasks a single rollout can take tens of minutes.

How much improvement does PROPEL deliver?

Across math, code, and software-engineering tasks at multiple model scales, PROPEL shifts generation toward the targeted solve rate, often roughly doubling the share of tasks at the learnable frontier. For coding, generated tasks at the learnable frontier increase from 10.1% to 20.0% for a Qwen2.5-3B-Instruct solver and from 5.3% to 12.6% for a Qwen2.5-7B-Instruct solver. For software-engineering (SWE) tasks, PROPEL raises the share at the targeted solve rate from 9.8% to 19.6% for Qwen3.5-27B on repositories not seen during training of the probe and generator. The paper presents these results across multiple experiments, and complements them with 30 pages of text, 9 figures, and 12 tables.

Why it matters

Solver time and solver availability constrain the supply of useful training tasks as agent capabilities rise. PROPEL changes where compute is spent: instead of running slow solvers repeatedly during generator training, teams can train a one-time probe and then optimize generators with cheap forward passes. That reduces wall-clock cost for pushing task difficulty to the learnable frontier and makes it practical to target specific solve rates for different solver sizes and domains.

How did the authors validate generality?

The paper evaluates PROPEL on multiple domains and model scales and explicitly reports results on repositories that were not seen during training of the probe and generator. The Qwen3.5-27B SWE result—9.8% before versus 19.6% after—demonstrates the method on unseen codebases. The authors also report gains for two Qwen2.5 instruct-model solvers on coding tasks, showing the method across solver sizes.

What to watch

Look for whether probes trained on a one-time labeled corpus maintain accuracy as generator architectures or solver policies change, and whether the approach scales to solvers with different failure modes. The paper’s next concrete signals will be wider replication on additional solver families and published probe generalization metrics across changing generator distributions.

The paper is available as arXiv:2606.18284 and lists Lorenz Wolf, Connor Watts, Roger Creus Castanyer, Geoffrey Bradway, Maxwill Lin, Augustine N. Mavor-Parker, and Matthew Daborn-Sargent as authors.

Share of generated tasks at the targeted solve rate (before vs after PROPEL)
Item
Qwen2.5-3B-Instruct (coding)10.120.0
Qwen2.5-7B-Instruct (coding)5.312.6
Qwen3.5-27B (SWE, unseen repos)9.819.6
Advertisement

Written by The Brieftide · Source: arXiv

The Brieftide Daily · 06:00

Briefs like this one, in your inbox every morning.

 

FreeOne email a dayEvery claim sourcedUnsubscribe in one click
Advertisement