Learn Before
To generate a set of N distinct output sequences using the Best-of-N (BoN) sampling process, a language model must be provided with N separate and distinct input sequences.
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Comprehension in Revised Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Mathematical Formulation of BoN Sampling
A language model is tasked with generating three different possible email subject lines for a marketing campaign. The model is provided with the full text of the email body as a single prompt. Based on this generation process, which statement correctly describes the structure of the inputs and outputs?
To generate a set of N distinct output sequences using the Best-of-N (BoN) sampling process, a language model must be provided with N separate and distinct input sequences.
Applying Sampling for Code Generation