First page Back Continue Last page Overview Graphics
Information Retrieval (IR)
Goal: search collection of text documents
Field evolved independently of databases
Two types of queries
- Boolean query: recipe AND (beef OR stew)
- Ranked query: “recipe beef stew”
Evaluation criteria
- Precision: % retrieved docs relevant to query
- Recall: % relevant docs in db that are returned
Notes: