Decoding Strategies

There are different methods for decoding:

  1. Greedy Decoding
  2. Beam Search
  3. Exhaustive Search
  4. Ancestral Sampling
  5. Speculative Decoding
  6. Guided Generation
  7. Thresholded Decoding
  8. Lookahead Decoding
  9. Top-P Decoding
  10. Top-K Decoding
  11. Temperature Sampling

References


Related Notes