Information Retrieval

“Information retrieval is finding material of an unstructured nature that satisfies an information need from within large collections.” (IRBook)

Although they are often used interchangably, there is a difference between retrieval and ranking (slides):

A typical information retrieval system is structured as follows:

Information retrieval system

(Image source: Scientific and Acedemic Publishing)

The retrieval functions (or document ranking) are responsible for finding documents in the document collection that most closely match our query. It can be implemented using several techniques, such as the vector space model or the unigram language model, depending on the application.

Recall that we can also objectively evaluate information retrieval systems.


[ Home ]