The technique that enables LLMs to generate multiple plausible responses and select the best is called ________ Sampling.
- -a
- Stake
- kube-scheduler
- Beam / Nucleus
Answer: Beam / Nucleus
Advanced decoding: beam search explores multiple hypotheses, nucleus (top-p) sampling truncates low-probability tokens. Balance diversity and coherence in text generation.