Presentation is loading. Please wait.

Presentation is loading. Please wait.

Evaluating the Performance of IR Sytems

Similar presentations


Presentation on theme: "Evaluating the Performance of IR Sytems"— Presentation transcript:

1 Evaluating the Performance of IR Sytems

2 Outline Summary of IR system. Evaluating IR
indexing: stop list, stemming, term weights file organisation for term indexes. retrieval model: vector space Evaluating IR Recall and Precision

3 Indexing Process Objective: Refinements:
creating general and specific descriptions of a document. Refinements: Stop list: removing common words/terms. Stemming: reducing the various formed of words into a single token. Term weights: tf * idf tf: number of occurrence of a term in a document idf: the inverse on the number of documents in the collection that contains a term.

4 Inverted File Doc-id Word-id weight word-id doc-id weight
1 45 10 75 5 200 3 12 6 2 16 38 212 4 word-id doc-id weight 12 1 6 16 2 38 45 10 75 5 200 3 212 4 Inverted file Sorted on word-id Normal indexed file Sorted on doc-id

5 A query after indexing: 16, 212
Inverted File - Search word-id doc-id weight 12 1 6 16 2 38 45 10 75 5 200 3 212 4 documents Doc.1 Doc.2 Doc.3 A query after indexing: 16, 212

6 The Vector Space Model Each document and query is represented by a vector. A vector is obtained for each document and query from sets of index terms with associated weights. The document and query representatives are considered as vectors in n dimensional space where n is the number of unique terms in the dictionary/document collection. Measuring vectors similarity: inner product value of cosine of the angle between the two vectors.

7 Inner Product

8 Cosine Using the weight of the term as the components of D and Q:

9 Simple Example The vectors for the query and documents: Doc# wt1 wt2 1
0.5 0.3 2 0.6 3 0.4 Doc-1= (0.5,0.3) Doc-2= (0.6,0) Doc-3= (0,0.4) Query = ( 0, 0.5)

10 Performance Measurement

11 Performance Measures A perfect retrieval system will show exactly the documents in which a user is interested, and show them in the appropriate order. The effectiveness of a text retrieval system can be measures in terms of recall and precision.

12 Performance Measure Precision: Recall:
proportion of retrieved items actually relevant Recall: proportion of relevant information actually retrieved

13 Measures Recall = No. of relevant documents retrieved / no. of relevant documents Precision = No. of relevant documents retrieved / No of retrieved documents

14 Measures Notice that the more documents that are retrieved the easier it is to obtain better recall, and the fewer documents retrieved the easier it is obtain better precision. the diagram illustrates this. The ideal is to obtain 1.0 for both! Relevant Document Space Retrieved Retrieved Retrieved Improved Recall Improved precision Relevant Relevant

15 Example A document database consists of 20 documents.
A query submitted to a system resulted in the ranked output: D1,D2,D3,…,D20. Assume the relevant documents are D1,D3,D7,D10. No of documents viewed Recall Precision 1 2 3 2/4 2/3 10 4/4 4/10

16 Recall-Precision Sometime it is easier to see the relation between recall and precision when precision is measured at a given recall level, eg precision at 10%, 20% recall.

17 Recall and Precision Relation
Inverse relation. Increase in recall usually leads to decrease in precision.

18 Recall and Precision The designers of an IR system need to be aware of the user requirements. Is precision the most important consideration? Eg. Search engine Is recall the most important consideration? Eg. Patent office, Law Firm searches for similar cases.

19 Is 100% Recall and Precision Possible?
An ideal IR system should produce 100% recall and precision. Impossible: Recall and precision relations. Imprecise formulation of information need. Ambiguity of language.

20 Which System Is Better? Suppose two systems produce different ranking of documents. How do we decide which one is better? We need to prepare the test environment and run some experiments. Test environment: a test database, a set of queries, and the relevance judgments for these queries.

21 Test Environment

22 Test Collection(1) Traditional collections: ADI, MEDLINE, CACM.

23 Test Collection(2) Text Retrieval Conference (TREC) - Large collection – up to 5 Gb Relevant judgement is created using polling methods. Each participants sends a ranked output to a given query. A relevant judgment is created on the merging of the output.

24 Measure the Test We then run both systems to produce, say, two different rankings. A simple way of comparing is to provide average precision at various levels of recall for both systems and examine the numbers. The system with the highest number wins!

25 Other Measures Other important measures include:
time taken to index documents speed with which documents are matched against the query and retrieved storage overhead required for the indexing system.

26 Relevance Feedback

27 IR Model - Revisited

28 Search Process Most of IR systems allow user to refine their query. Why? Some new knowledge may be gained by the user after reading some of the suggested documents. A clearer understanding of the information need may be gained by reading the suggested documents. The refining process is called Relevance Feedback.

29 Relevance Feedback Relevance Feedback can be achieved by means of:
Re-weight the terms in the query. Use the documents as an example, eg find documents which discussed similar topic to D2,D6,D8 but NOT like D1,D5.


Download ppt "Evaluating the Performance of IR Sytems"

Similar presentations


Ads by Google