Home
ArenaGraphSignalTopics

/ The Arena

Prove your engineering skills.

GLOBAL+50 XP

Speculative Decoding Draft Verification Engine

Problem Overview

Speculative Decoding achieves 2x-3x speedups by using a fast draft model to propose tokens, verified in parallel by the target model via Modified Rejection Sampling.

In this capstone, you will implement the deterministic Speculative Verification Engine that:

  1. Validates candidate draft tokens against target distribution ratios .
  2. Accepts valid tokens and resamples rejected positions from normalized residual distributions .
  3. Emits bonus tokens when all candidates are accepted.

Join The Arena

Create an account to submit your implementation, test against our containerized CI suite, and climb the global leaderboard.

Create Account

ALREADY HAVE AN ACCOUNT? LOG IN