You have a Conversational Language Understanding model.
You export the model as a JSON file. The following is a sample of the file.
What represents the Weather.Historic entity in the sample utterance?
You have a Conversational Language Understanding model.
You export the model as a JSON file. The following is a sample of the file.
What represents the Weather.Historic entity in the sample utterance?
In the sample utterance 'average amount of rain by month in Chicago last year', the start and end positions of the 'Weather.Historic' entity are from 23 to 30. The substring that matches these positions is 'last year', which correctly represents the historic aspect of the weather information being referenced. Therefore, 'last year' represents the 'Weather.Historic' entity.
Gotten this in Jul 2023 exam.
Same as Topic 3 Question 23. https://www.examtopics.com/discussions/microsoft/view/77619-exam-ai-102-topic-3-question-23-discussion
correct and repeated
"average amount of rain by month in Chicago last year" . The question has mistake, should start position - end position are 23 - 31.
B. Same #22Topic 3
redundancy
I don't think the other question had "last year" as an option. Gotta be a bit more careful here since the correct answer "by month" and wrong answer "by year" are both time related and could be historical.
The entity Weather.Historic in the sample utterance is represented by the string that starts at character position 23 and ends at character position 30. In the given text "average amount of rain by month in Chicago last year", the substring "last year" corresponds to those positions. Therefore, the entity Weather.Historic represents "last year".