NCA-GENL Question 60
Single answerYou are tasked with generating a customer support chatbot using a Large Language Model (LLM). The chatbot should provide concise yet detailed answers to user queries about your company's products. Which prompt design will most likely achieve the desired behavior?
- A
Write a short answer about the product.
- B
Provide a detailed explanation of the product, including all features and specifications.
- C
Answer the customer's query about the product in a concise and informative manner.
- D
Summarize the product information in one sentence.
Show answer and explanation
Correct answer: C
Explanation
The correct prompt design should explicitly direct the LLM to provide a response that is both concise and informative, as required for the described chatbot behavior. Option 3 achieves this by clearly instructing the model to prioritize both brevity and relevance, ensuring that the generated output meets the user's needs effectively.
- A. Incorrect.
This prompt only requests a short answer, which might lack the necessary detail to be informative about the product.
- B. Incorrect.
This prompt emphasizes providing a detailed explanation, which could lead to overly long responses, making it unsuitable for concise answers.
- C. Correct.
This prompt specifically balances conciseness and informativeness, aligning well with the requirement of providing concise yet detailed answers.
- D. Incorrect.
This prompt focuses on summarization, which may result in overly brief responses that miss important details.