Skip to main content

Envisioning is a research institute that studies how institutions adapt to technological change.

LinkedInInstagramGitHub

Since 2010

research
  • Observatory
  • Adaptive capacity
  • Newsletter
  • Methodology
  • Origins
  • Vocab
  • RSS feeds
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Pricing
  • Use cases
  • Signals
  • Signal Scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
  • L&D
resources
  • Partners
  • Coding for Non-Coders
  • How we work
  • Data visualization
  • Multi-Model Convergence
  • FAQ
  • Security and privacy
  • Public sector
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchCapabilityServicesSignalsAbout
ResearchCapabilityServicesSignalsAbout
  1. Home
  2. Vocab
  3. TTPO (Test-Time Policy Optimization)

TTPO (Test-Time Policy Optimization)

Test-time training method that uses asymmetric distillation to update a model with majority-vote pseudo-labels, eliminating the need for ground-truth labels.

Year: 2026Generality: 700Added: Aug 29, 2026
Back to Vocab

Test-Time Policy Optimization (TTPO) is a self-supervised post-training algorithm that updates a language model's policy using only its own majority-vote rollouts as pseudo-labels. Unlike RL or on-policy self-distillation (OPSD) that require ground-truth solutions, TTPO applies an asymmetric objective: rollouts that agree with the majority vote are distilled via OPSD (token-level selection down-weights already-converged positions), while rollouts that disagree are penalized with Grouped RL (penalizing only confident errors). Both updates remain well-grounded even when the majority vote itself is wrong, because the asymmetry exploits the empirical regularity that disagreeing rollouts are usually wrong regardless of whether the vote is correct. TTPO matches label-supervised OPSD on competition-level benchmarks (AIME, HMMT) without using any external labels, raising Qwen3-1.7B from 38.0% to 45.2% under test-time training.

TTPO is adjacent to the broader family of test-time scaling and test-time training methods, which exploit additional inference-time compute to improve model accuracy. Where test-time-scaling re-weights or selects from already-generated outputs, and ttt-test-time-training applies supervised gradient updates at inference, TTPO is the label-free sibling: it uses the model's own consensus as a noisy supervisor and asymmetrically decides which rollouts to trust. The technique connects to on-policy-self-distillation (which it generalizes beyond privileged reasoning traces) and to group-relative-policy-optimization (whose grouped reward signal it uses for the disagreeing branch).

The technique is documented in the paper TTPO: Test-Time Policy Optimization by Wang et al. (Zhejiang University + Alibaba Group), arXiv:2608.27448, August 2026. Code at github.com/szyou21/REAL-TTPO.

Sources

  1. TTPO: Test-Time Policy Optimization

    arXiv · Aug 27, 2026

  2. Rethinking On-Policy Self-Distillation for Thinking Models

    arXiv · Jul 6, 2026

  3. DemoPSD: Disagreement-Modulated Policy Self-Distillation

    arXiv · Jul 2, 2026

Research this in Signals

Scan TTPO (Test-Time Policy Optimization) for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with TTPO (Test-Time Policy Optimization) already loaded, so edit it or scan as is.