Selection
Move the sliders or step through decoding to compare the expert likelihood with the contrastive objective.
Contrast a strong language model with a weaker amateur. Keep only expert-plausible tokens, subtract patterns the amateur also likes, and inspect when that correction improves or harms the next token.
Each lane records the chosen token at one generation step.
Move the sliders or step through decoding to compare the expert likelihood with the contrastive objective.
The plausibility constraint prevents a token with a large contrast score but poor expert support from winning.
The amateur is a negative reference, not a source of truth. Its recurring failures can reveal generic or repetitive continuations, but naive subtraction can also punish obvious correct tokens.
When the expert improves more than the amateur on a token, the log-probability difference grows.
The amateur is smaller, but both distributions must be available at each token step.
Filter candidates relative to the expert's best probability before maximizing contrast.
Too weak, too similar, or mismatched models can produce an unhelpful negative signal.
A correct token already liked by the amateur may be over-penalized as “unsurprising.”
Freeze the models and prompts. Sweep the plausibility threshold. Measure coherence and repetition. Include obvious-answer cases. Report latency and memory. Compare against expert-only and sampling baselines.
Log expert probability, amateur probability, eligibility, contrast score, and the selected token at each step.
Include contexts where the amateur correctly assigns high mass to the obvious answer. Contrast can suppress exactly that token.
Measure wall-clock latency and memory with the actual expert/amateur pair and batching strategy.
The probabilities here are illustrative. These peer-reviewed papers define expert–amateur contrastive decoding, contrastive search, and a key limitation of naive probability extrapolation.
Introduces the contrastive objective and expert plausibility constraint.
GENERATION DEGENERATIONStudies contrastive search for coherence and diversity.
LIMITS AND EXTRAPOLATIONFrames CD as probability extrapolation and identifies obvious-answer failures.
MULTI-LAYER CONTRASTExplores richer contrast signals for hallucination mitigation.
Use the checklist to make a decoding comparison reproducible. Then explore how Superpowers can build inspectable tools and cache repeatable computer-use evaluations.