Subdomain 1.3: Identify AI workloads
1.A news organization wants to automatically tag articles with the names of politicians, cities, and organizations mentioned in the text. Which text analysis technique should they implement?
- A.Sentiment analysis
- B.Entity detection
- C.Summarization
- D.Language detection
Show answer & explanation
Correct answer: B — Entity detection
- A. Sentiment analysis is used to determine the emotional tone or opinion expressed in a body of text, such as whether a statement is positive, negative, or neutral. It does not identify specific named entities like politicians or cities.
- B. Entity detection (also known as Named Entity Recognition) is the process of identifying and categorizing specific entities within text, such as people, organizations, locations, and dates. This is the ideal technique for tagging articles with names of politicians, cities, and organizations.
- C. Summarization involves creating a shortened version of a document while retaining its primary meaning and key points. It is not intended for extracting and tagging specific names or categories within the text.
- D. Language detection is used to identify the language in which a text is written (e.g., English, Spanish, or French). It does not extract or categorize specific entities like names or locations from the content.