The technique that enables LLMs to generate multiple plausible responses and select the best is called Beam/Nucleus Sampling.
- True
- False
Answer: True
Advanced decoding: beam search explores multiple hypotheses, nucleus sampling truncates low-probability tokens. Balance diversity and coherence.