IBM Planning Analytics V2.0 Developer — Question 18
An AI FAQ widget on a company's support portal allows users to ask questions related to the company and its products.
Why is it important to analyze the user's input for entities?
Answer options
- A. Specific content such as the location (Colorado) could be used to further inform the program.
- B. There must be an intent for each and every entity detected by the program.
- C. The number of entities found in the utterance could improve the accuracy of the answer.
- D. They could indicate variations in the flow of the dialog node.
Correct answer: A
Explanation
Analyzing user input for entities allows the AI to gather specific contextual information, such as locations, which can enhance the relevance of the responses. While intent detection is important, it is not necessary for every entity, and simply counting entities or variations in dialog flow does not directly inform the program's responses as effectively as specific content does.