Learn Before
Selecting the Best Model-Generated Text
A system is designed to generate a one-sentence summary of a news article. It produces a set of candidate summaries. A separate scoring function then evaluates each candidate for accuracy and conciseness, assigning a score from 0.0 to 1.0 (higher is better). Based on the process of selecting the candidate with the highest score, which summary would be chosen as the final output and why?
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Formula for Selecting the Best Candidate via a Verifier
Selecting the Best Model-Generated Text
An automated system is tasked with summarizing a news article. It generates four different candidate summaries. A separate component then evaluates each summary for factual accuracy and coherence, assigning a quality score from 1 (poor) to 10 (excellent). The scores are as follows:
- Summary A: 7
- Summary B: 9
- Summary C: 4
- Summary D: 8
Based on a process where the highest-scoring candidate is selected, which summary will be chosen as the final output?
An automated system uses a scoring function to select the best response from a set of generated options. Arrange the following steps into the correct logical sequence.