InterviewSolution
Saved Bookmarks
| 1. |
IR (information Retrieval) and IE (Information Extraction) are the two same thing.(a) True(b) FalseThis question was addressed to me during an online exam.Origin of the question is Natural Language Processing in division Communicating, Perceiving and Acting of Artificial Intelligence |
|
Answer» CORRECT choice is (b) False To elaborate: Information retrieval (IR) – This is concerned with storing, searching and retrieving information. It is a separate field within computer science (closer to databases), but IR relies on some NLP METHODS (for example, STEMMING). Some current research and applications seek to bridge the gap between IR and NLP. Information extraction (IE) – This is concerned in general with the extraction of semantic information from text. This COVERS tasks such as named entity recognition, Coreference resolution, relationship extraction, etc. |
|