This hands-on tutorial introduces inference-time methods for aligning language model behavior without modifying model weights. It begins with standard decoding strategies, including greedy decoding, beam search, temperature sampling, and top-k/top-p sampling, and then develops guided decoding with custom logits processors.
Guided Decoding for Training-Free Alignment of LLMs
A hands-on tutorial covering standard decoding strategies and guided decoding with logits processors.

Discussion
Comments & questions
Join the conversation with GitHub.