
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A generative image model is asked to create a "Thanksgiving dinner scene" but the user specifies: "Do not include any people or brand logos in the image." Which technique is being used?
A
Few-shot Prompting
B
Negative Prompting
C
Reinforcement Learning
D
Contextual Embedding
Explanation:
Negative Prompting is a technique used in generative AI where users specify what elements should not be included in the generated output. In this case:
The user wants a "Thanksgiving dinner scene"
But explicitly states "Do not include any people or brand logos in the image"
This is a classic example of negative prompting where specific elements are excluded from the generation
Why other options are incorrect:
A) Few-shot Prompting: This involves providing examples (shots) to guide the model, which isn't happening here
C) Reinforcement Learning: This is a training methodology, not a prompting technique
D) Contextual Embedding: This refers to how models understand context, not a specific prompting approach
Negative prompting is particularly useful for controlling unwanted elements in AI-generated content while maintaining the desired theme or subject.