You are designing a knowledge mining solution for a medical research organization. The solution must extract relationships between drugs, diseases, and genes from scientific articles. The data will be stored in a knowledge graph for querying. Which Azure AI service should you use for the extraction?
Trap 1: Azure AI Search with semantic ranking
Semantic ranking improves search relevance but does not extract relationships.
Trap 2: Azure AI Translator with dictionary lookup
Translation is unrelated to relationship extraction.
Trap 3: Azure AI Document Intelligence custom extraction model
Document Intelligence extracts fields from document layouts, not semantic relationships from text.
- A
Azure AI Search with semantic ranking
Why wrong: Semantic ranking improves search relevance but does not extract relationships.
- B
Azure AI Translator with dictionary lookup
Why wrong: Translation is unrelated to relationship extraction.
- C
Azure AI Document Intelligence custom extraction model
Why wrong: Document Intelligence extracts fields from document layouts, not semantic relationships from text.
- D
Azure AI Language healthcare entity recognition and relation extraction
Azure AI Language has specialized healthcare models for extracting entities and relationships.