The document summarizes an introductory lecture on basic information retrieval models. It discusses how documents and queries can be represented as bags of words and vectors. It then explains several classic information retrieval models, including the Boolean model, vector space model, and language models. The vector space model represents documents and queries as vectors in a shared space and ranks documents based on their similarity to the query vector. Language models take a probabilistic approach and rank documents based on the probability that they generated the query.
Related topics: