
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: Role or Persona-based Prompting
## Explanation This represents **Role or Persona-based Prompting** because: 1. **Role Assignment**: The prompt explicitly assigns a specific role to the AI model - "You are an experienced legal advisor." 2. **Persona Definition**: By defining this persona, the model is instructed to adopt the characteristics, tone, and expertise of a legal professional. 3. **Tone and Style Guidance**: This approach helps guide the model to respond with the appropriate professional tone and domain-specific knowledge expected from a legal advisor. **Why other options are incorrect:** - **Chain-of-Thought Prompting (A)**: This involves asking the model to show its reasoning step-by-step, which is not what's happening here. - **Zero-shot Prompting (C)**: While this could be considered zero-shot (no examples provided), the key differentiator is the role assignment aspect. - **Negative Prompting (D)**: This involves telling the model what NOT to do, which is not present in this prompt. **Key Takeaway**: Role/persona-based prompting is effective for getting domain-specific, tone-appropriate responses by framing the AI's identity before the actual task.
Author: Jin H
A company is creating an AI assistant to generate legal summaries. To ensure the model responds in a professional tone, the developer starts the prompt with: "You are an experienced legal advisor. Summarize the following case..." Which prompting strategy does this represent?
A
Chain-of-Thought Prompting
B
Role or Persona-based Prompting
C
Zero-shot Prompting
D
Negative Prompting
No comments yet.