Draft model samples k tokens
fast, sequential, cheap
Target model scores all k+1 positions
one parallel forward pass
Accept/reject each draft token
using probability ratio
Resample at first rejection
from a corrected distribution
Let the draft model's distribution at position be and the target model's be . For each drafted token , accept it with probability . If accepted, move to the next drafted token. If rejected, discard the rest of the draft and sample a replacement token from a corrected 'leftover' distribution instead of from directly.