Which statement best explains why clear prompts lead to better AI-generated answers?
Think about how the AI interprets your question.
Clear prompts reduce confusion and ambiguity, so the AI can generate more accurate and relevant responses.
Given the prompt "List three fruits." and the prompt "List three tropical fruits.", what difference in output would you expect from a language AI?
Consider how adding details changes the AI's focus.
Adding 'tropical' narrows the AI's response to fruits from tropical regions, making the output more specific.
You want an AI model that responds well to detailed prompts and can generate nuanced answers. Which model type is best?
Think about model capacity and training diversity.
Larger models trained on diverse data understand complex prompts better and produce richer outputs.
In generative AI, what does increasing the 'temperature' hyperparameter do to the output when given the same prompt?
Temperature controls randomness in generation.
Higher temperature increases randomness, leading to more varied and creative outputs.
You have two prompts generating text outputs. You want to measure which prompt produces text closer to a reference answer. Which metric is best to use?
Think about comparing text similarity.
BLEU score measures how closely generated text matches a reference by comparing word sequences.