Learn Before
A company deploys a pre-trained language model for real-time translation. To improve translation quality, they implement a new system where for each input sentence, the model generates three different translation options. A separate, computationally intensive process then runs to score these options and select the best one before it is shown to the user. Which statement best evaluates the most significant trade-off of this new system?
0
1
Tags
Ch.5 Inference - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Evaluation in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Context Scaling
Search Scaling (Decoding Scaling)
A company deploys a pre-trained language model for real-time translation. To improve translation quality, they implement a new system where for each input sentence, the model generates three different translation options. A separate, computationally intensive process then runs to score these options and select the best one before it is shown to the user. Which statement best evaluates the most significant trade-off of this new system?
Strategies for Enhancing Code Generation
A development team enhances a language model's summarization capabilities by increasing the number of training epochs and using a larger, more powerful set of GPUs for the training process. This strategy is a clear example of improving model performance by adding computational resources during the inference phase.
Output Ensembling
Generating and Verifying Thinking Paths