
Answer-first summary for fast verification
Answer: Negative Prompting
## 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.
Author: Ritesh Yadav
Ultimate access to all questions.
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
No comments yet.