AI-102 · Question #411
You are building an app that will use Azure AI Language to extract meaning from text messages. You need to provide additional context by adding references to supporting articles in Wikipedia. What…
The correct answer is B. entity linking. Entity linking is a feature of Azure AI Language that identifies named entities in a text and links them to entries in a knowledge base, such as Wikipedia. This is used when you need to provide additional context for entities by connecting them to their corresponding articles…
Question
Options
- Akey phrase extraction
- Bentity linking
- CAzure AI Content Safety
- Dcustom entity extraction recognition (NER)
How the community answered
(25 responses)- A16% (4)
- B72% (18)
- C4% (1)
- D8% (2)
Explanation
Entity linking is a feature of Azure AI Language that identifies named entities in a text and links them to entries in a knowledge base, such as Wikipedia. This is used when you need to provide additional context for entities by connecting them to their corresponding articles or resources in external knowledge bases. In this case, since the requirement is to add references to supporting articles in Wikipedia, entity linking is the appropriate choice because it enables automatic connection of entities to Wikipedia
Topics
Community Discussion
No community discussion yet for this question.