GENERATIVE-AI-LEADER · Question #6
A company is developing a conversational AI chatbot. They need to ensure the chatbot can engage in human-like conversations and provide accurate information. What should they do to enhance the…
The correct answer is A. Use prompt engineering techniques, like few-shot prompting, to provide the chatbot with examples. Prompt engineering, especially techniques like few-shot prompting (providing examples of desired input-output pairs), is crucial for guiding a generative AI model to understand context and generate relevant, human-like responses. Limiting data or using strict keyword matching…
Question
A company is developing a conversational AI chatbot. They need to ensure the chatbot can engage in human-like conversations and provide accurate information. What should they do to enhance the chatbot's ability to understand and respond effectively to user prompts?
Options
- AUse prompt engineering techniques, like few-shot prompting, to provide the chatbot with examples
- BLimit the chatbot's training data to prevent it from learning irrelevant information.
- CUse strict keyword matching to ensure that the chatbot only responds to specific commands.
- DLower model temperature setting to produce more consistent and predictable responses.
How the community answered
(26 responses)- A73% (19)
- B8% (2)
- C15% (4)
- D4% (1)
Explanation
Prompt engineering, especially techniques like few-shot prompting (providing examples of desired input-output pairs), is crucial for guiding a generative AI model to understand context and generate relevant, human-like responses. Limiting data or using strict keyword matching would severely restrict the chatbot's conversational ability, and lowering temperature makes responses less creative, not necessarily more understanding.
Topics
Community Discussion
No community discussion yet for this question.