exam questions

Exam AI-900 All Questions

View all questions & answers for the AI-900 exam

Exam AI-900 topic 1 question 205 discussion

Actual exam question from Microsoft's AI-900
Question #: 205
Topic #: 1
[All AI-900 Questions]

You have a solution that analyzes social media posts to extract the mentions of city names and the city names discussed most frequently.

Which type of natural language processing (NLP) workload does the solution use?

  • A. speech recognition
  • B. sentiment analysis
  • C. key phrase extraction
  • D. entity recognition
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
XtraWest
Highly Voted 10 months ago
Selected Answer: D
entity recognition
upvoted 13 times
...
zellck
Highly Voted 8 months ago
Selected Answer: D
D is the answer. https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/named-entity-recognition/overview Named Entity Recognition (NER) is one of the features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. The NER feature can identify and categorize entities in unstructured text. For example: people, places, organizations, and quantities.
upvoted 6 times
zellck
8 months ago
https://learn.microsoft.com/en-us/training/modules/analyze-text-with-text-analytics-service/2-get-started-azure - Entity recognition You can provide the Language service with unstructured text and it will return a list of entities in the text that it recognizes. The service can also provide links to more information about that entity on the web. An entity is essentially an item of a particular type or a category; and in some cases, subtype, such as those as shown in the following table.
upvoted 3 times
...
...
rdemontis
Most Recent 8 months ago
Selected Answer: D
wrong answer. Entity recognition is specifically designed to identify and extract named entities, which can include various types of information such as names of people, organizations, locations (cities, countries), dates, and more.
upvoted 2 times
...
Rk3939
8 months, 1 week ago
Correct answer D
upvoted 4 times
...
Brandon_Marlin
8 months, 1 week ago
Selected Answer: D
The correct answer is D. entity recognition. Entity recognition is a natural language processing (NLP) task that involves identifying and extracting named entities from text. Named entities are typically people, places, organizations, dates, and times. In this case, the solution is extracting the mentions of city names, which are places. The other options are not correct. Speech recognition is the process of converting spoken language into text. Sentiment analysis is the process of identifying the sentiment of a text, such as whether it is positive, negative, or neutral. Key phrase extraction is the process of identifying the most important words or phrases in a text.
upvoted 3 times
...
fluffybytes
8 months, 3 weeks ago
Selected Answer: D
Mentioning city names and locations in a text is entity recognition, not key phrase extraction.
upvoted 3 times
...
ziggy1117
10 months, 1 week ago
D - entity recognition
upvoted 2 times
...
Pady1234
10 months, 2 weeks ago
Selected Answer: D
City names and the city location
upvoted 4 times
...
Rosviul
10 months, 3 weeks ago
I agree with the comments- Entity Recognition is the ability to identify different entities in text and categorize them into pre-defined classes or types such as: person, location, event, product, and organization.
upvoted 1 times
...
yattwtm
11 months ago
key phrase extraction
upvoted 2 times
...
fguglia
11 months, 1 week ago
Selected Answer: D
Entity recognition is the answer
upvoted 3 times
...
jordymsft
11 months, 3 weeks ago
I would say: D Overall, entity recognition is the more appropriate technique for analyzing social media posts to extract mentions of city names and the city names discussed most frequently, as it is specifically designed for identifying and classifying real-world entities within text.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...