Evaluating Results, Token and Term Processing




CS267

Chris Pollett

Mar 1, 2021

Outline

Measuring Retrieval Effectiveness

Recall and Precision

F-measures

Measures for the first `k` results

Example Precision Recall Plot from the Book

Average Precision

Precision at k and MAP scores for different ranking schemes

Quiz

Which of the following is true?

  1. If we are using VSM for ranking and retrieval, we can use a frequency index for our inverted index.
  2. If we are computing boolean queries, it is impossible to rank results using the proximity ranking.
  3. The IDF score as presented in class depends on the document but not the query term.

Building a Test Collection

Efficiency Measures