AI MCQ #698: IR (information Retrieval) and IE (Information Extraction) are the two same thin…

Q698. IR (information Retrieval) and IE (Information Extraction) are the two same thing.

  • a) True
  • b) False

✅ Correct Answer: B) False

Explanation: 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.