DP-100 · Question #565
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Increasing Top-p (nucleus sampling probability) does NOT directly produce more creative responses in the way the question intends. Top-p controls the cumulative probability mass of tokens considered during sampling - a higher value broadens the candidate token pool slightly…
Question
Options
- AYes
- BNo
How the community answered
(33 responses)- A27% (9)
- B73% (24)
Explanation
Increasing Top-p (nucleus sampling probability) does NOT directly produce more creative responses in the way the question intends. Top-p controls the cumulative probability mass of tokens considered during sampling - a higher value broadens the candidate token pool slightly, but it is Temperature that is the primary parameter for controlling creativity and randomness. Increasing Temperature causes the model to produce more varied, imaginative, and less predictable outputs. To meet the goal of 'more creative responses,' the correct action is to increase Temperature, not Top-p. Therefore, this solution does not meet the goal.
Topics
Community Discussion
No community discussion yet for this question.