Introduction to Information Retrieval Introduction to Information Retrieval Information Retrieval and Web Search Lecture 8: Evaluation.

Slides:



Advertisements
Similar presentations
1 Evaluation Rong Jin. 2 Evaluation  Evaluation is key to building effective and efficient search engines usually carried out in controlled experiments.
Advertisements

Introduction to Information Retrieval Introduction to Information Retrieval Evaluation & Result Summaries 1.
Information Retrieval IR 7. Recap of the last lecture Vector space scoring Efficiency considerations Nearest neighbors and approximations.
Precision and Recall.
Evaluating Search Engine
Hinrich Schütze and Christina Lioma
Information Retrieval Ling573 NLP Systems and Applications April 26, 2011.
Evaluation.  Allan, Ballesteros, Croft, and/or Turtle Types of Evaluation Might evaluate several aspects Evaluation generally comparative –System A vs.
Introduction to Information Retrieval and Web Search Lecture 8: Evaluation and Result Summaries.
Scoring and Ranking 198:541. Scoring Thus far, our queries have all been Boolean Docs either match or not Good for expert users with precise understanding.
Introduction to Information Retrieval Introduction to Information Retrieval Hinrich Schütze and Christina Lioma Lecture 8: Evaluation & Result Summaries.
Retrieval Evaluation. Brief Review Evaluation of implementations in computer science often is in terms of time and space complexity. With large document.
CS276A Information Retrieval Lecture 8. Recap of the last lecture Vector space scoring Efficiency considerations Nearest neighbors and approximations.
Reference Collections: Task Characteristics. TREC Collection Text REtrieval Conference (TREC) –sponsored by NIST and DARPA (1992-?) Comparing approaches.
Retrieval Evaluation: Precision and Recall. Introduction Evaluation of implementations in computer science often is in terms of time and space complexity.
Information Retrieval using the Boolean Model. Query Which plays of Shakespeare contain the words Brutus AND Caesar but NOT Calpurnia? Could grep all.
Retrieval Evaluation. Introduction Evaluation of implementations in computer science often is in terms of time and space complexity. With large document.
Evaluation CSC4170 Web Intelligence and Social Computing Tutorial 5 Tutor: Tom Chao Zhou
ISP 433/633 Week 6 IR Evaluation. Why Evaluate? Determine if the system is desirable Make comparative assessments.
Evaluation.  Allan, Ballesteros, Croft, and/or Turtle Types of Evaluation Might evaluate several aspects Evaluation generally comparative –System A vs.
Introduction to Information Retrieval Introduction to Information Retrieval CS276 Information Retrieval and Web Search Chris Manning and Pandu Nayak Evaluation.
CS276 Information Retrieval and Web Search
Evaluation of Image Retrieval Results Relevant: images which meet user’s information need Irrelevant: images which don’t meet user’s information need Query:
Search and Retrieval: Relevance and Evaluation Prof. Marti Hearst SIMS 202, Lecture 20.
| 1 › Gertjan van Noord2014 Zoekmachines Lecture 5: Evaluation.
PrasadL08Evaluation1 Evaluation of IR Systems Adapted from Lectures by Prabhakar Raghavan (Yahoo and Stanford) and Christopher Manning (Stanford)
Evaluation David Kauchak cs458 Fall 2012 adapted from:
Evaluation David Kauchak cs160 Fall 2009 adapted from:
Introduction to Information Retrieval Introduction to Information Retrieval CS276 Information Retrieval and Web Search Christopher Manning and Prabhakar.
IR Evaluation Evaluate what? –user satisfaction on specific task –speed –presentation (interface) issue –etc. My focus today: –comparative performance.
Evaluation of IR Systems
Introduction to Information Retrieval Introduction to Information Retrieval CS276 Information Retrieval and Web Search Chris Manning, Pandu Nayak and Prabhakar.
AnswerBus Question Answering System Zhiping Zheng School of Information, University of Michigan HLT 2002.
CSCI 5417 Information Retrieval Systems Jim Martin Lecture 7 9/13/2011.
Information Retrieval Lecture 7. Recap of the last lecture Vector space scoring Efficiency considerations Nearest neighbors and approximations.
Mining the Web to Create Minority Language Corpora Rayid Ghani Accenture Technology Labs - Research Rosie Jones Carnegie Mellon University Dunja Mladenic.
Searching the web Enormous amount of information –In 1994, 100 thousand pages indexed –In 1997, 100 million pages indexed –In June, 2000, 500 million pages.
Introduction to Information Retrieval Introduction to Information Retrieval Modified from Stanford CS276 slides Chap. 8: Evaluation.
Evaluation of (Search) Results How do we know if our results are any good? Evaluating a search engine  Benchmarks  Precision and recall Results summaries:
Chapter 8 Evaluating Search Engine. Evaluation n Evaluation is key to building effective and efficient search engines  Measurement usually carried out.
Lecture 3: Retrieval Evaluation Maya Ramanath. Benchmarking IR Systems Result Quality Data Collection – Ex: Archives of the NYTimes Query set – Provided.
What Does the User Really Want ? Relevance, Precision and Recall.
Evaluation. The major goal of IR is to search document relevant to a user query. The evaluation of the performance of IR systems relies on the notion.
Web Information Retrieval Textbook by Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schutze Notes Revised by X. Meng for SEU May 2014.
Information Retrieval Quality of a Search Engine.
Information Retrieval Lecture 3 Introduction to Information Retrieval (Manning et al. 2007) Chapter 8 For the MSc Computer Science Programme Dell Zhang.
Introduction to Information Retrieval Introduction to Information Retrieval Lecture 10 Evaluation.
CS276 Information Retrieval and Web Search Lecture 8: Evaluation.
Knowledge and Information Retrieval Dr Nicholas Gibbins 32/4037.
Introduction to Information Retrieval CSE 538 MRS BOOK – CHAPTER VIII Evaluation & Result Summaries 1.
Introduction to Information Retrieval Introduction to Information Retrieval Evaluation & Result Summaries 1.
Query Type Classification for Web Document Retrieval In-Ho Kang, GilChang Kim KAIST SIGIR 2003.
Introduction to Information Retrieval Introduction to Information Retrieval Evaluation & Result Summaries 1.
Sampath Jayarathna Cal Poly Pomona
Evaluation CS276 Information Retrieval and Web Search
Evaluation Anisio Lacerda.
CSE 538 MRS BOOK – CHAPTER VIII Evaluation & Result Summaries
7CCSMWAL Algorithmic Issues in the WWW
Evaluation of IR Systems
Lecture 10 Evaluation.
Evaluation.
אחזור מידע, מנועי חיפוש וספריות
IR Theory: Evaluation Methods
Lecture 6 Evaluation.
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
Introduction to Information Retrieval
CS246: Information Retrieval
Lecture 8: Evaluation Hankz Hankui Zhuo
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
Precision and Recall.
Presentation transcript:

Introduction to Information Retrieval Introduction to Information Retrieval Information Retrieval and Web Search Lecture 8: Evaluation

Introduction to Information Retrieval 2 This lecture  How do we know if our results are any good?  Evaluating a search engine  Results summaries:  Making our good results usable to a user Sec. 6.2

Introduction to Information Retrieval EVALUATING SEARCH ENGINES

Introduction to Information Retrieval 4 Measures for a search engine  How fast does it index  Number of documents/hour  (Average document size)  How fast does it search  as a function of index size  Expressiveness of query language  Ability to express complex information needs  Speed on complex queries  Uncluttered UI  Is it free? Sec. 8.6

Introduction to Information Retrieval 5 Measures for a search engine  The key measure: user happiness  Speed of response/size of index are factors  But blindingly fast, useless answers won’t make a user happy  Need a way of quantifying user happiness Sec. 8.6

Introduction to Information Retrieval 6 Measuring user happiness  Issue: who is the user we are trying to make happy?  Web engine:  User finds what s/he wants and returns to the engine  Can measure rate of return users   eCommerce site:  user finds what s/he wants and buys  Measure time to purchase, or fraction of searchers who become buyers? Sec

Introduction to Information Retrieval 7 Measuring user happiness  Enterprise (company/govt/academic):  Care about “user productivity”  How much time do my users save when looking for information? Sec

Introduction to Information Retrieval 8 Happiness: elusive to measure  Most common proxy: relevance of search results  But how do you measure relevance?  We will detail a methodology here, then examine its issues  Relevance measurement requires 3 elements: 1.A benchmark document collection 2.A benchmark suite of queries 3.A usually binary assessment of either Relevant or Nonrelevant for each query and each document Sec. 8.1

Introduction to Information Retrieval 9 Evaluating an IR system  Note: the information need is translated into a query  Relevance is assessed relative to the information need not the query  E.g., Information need: I'm looking for information on whether eating vegetable is more effective at reducing your risk of heart attacks than meat.  Query: vegetable meat heart attack effective  Evaluate whether the doc addresses the information need, not whether it has these words Sec. 8.1

Introduction to Information Retrieval 10 Standard relevance benchmarks  TREC - National Institute of Standards and Technology (NIST) has run a large IR test bed for many years  Human experts mark, for each query and for each doc, Relevant or Nonrelevant Sec. 8.2

Introduction to Information Retrieval 11 Unranked retrieval evaluation: Precision and Recall  Precision: fraction of retrieved docs that are relevant = P(relevant|retrieved)  Recall: fraction of relevant docs that are retrieved = P(retrieved|relevant)  Precision P = tp/(tp + fp)  Recall R = tp/(tp + fn) RelevantNonrelevant Retrievedtpfp Not Retrievedfntn Sec. 8.3

Introduction to Information Retrieval 12 Should we instead use the accuracy measure for evaluation?  Given a query, an engine classifies each doc as “Relevant” or “Nonrelevant”  The accuracy of an engine: the fraction of these classifications that are correct  (tp + tn) / ( tp + fp + fn + tn)  Accuracy is a commonly used evaluation measure in machine learning classification work  Why is this not a very useful evaluation measure in IR? Sec. 8.3

Introduction to Information Retrieval 13 Why not just use accuracy?  How to build a % accurate search engine on a low budget…. Search for: 0 matching results found. Sec. 8.3

Introduction to Information Retrieval 14 Precision/Recall  You can get high recall (but low precision) by retrieving all docs for all queries!  Recall is a non-decreasing function of the number of docs retrieved  In a good system, precision decreases as either the number of docs retrieved or recall increases  This is not a theorem, but a result with strong empirical confirmation Sec. 8.3

Introduction to Information Retrieval 15 Combined measures Sec. 8.3

Introduction to Information Retrieval 16 A combined measure: F  Sec. 8.3

Introduction to Information Retrieval 17 Evaluating ranked results  Evaluation of ranked results:  The system can return any number of results  By taking various numbers of the top returned documents (levels of recall), the evaluator can produce a precision- recall curve Sec. 8.4

Introduction to Information Retrieval 18 Evaluation  Graphs are good, but people want summary measures!  Precision at fixed retrieval level  Precision-at-k: Precision of top k results  Perhaps appropriate for most of web search  But: averages badly and has an arbitrary parameter of k  11-point interpolated average precision  The standard measure in the early TREC competitions: you take the precision at 11 levels of recall varying from 0 to 1 by tenths of the documents, using interpolation, and average them Sec. 8.4

Introduction to Information Retrieval 19 Typical (good) 11 point precisions Sec. 8.4

Introduction to Information Retrieval CREATING TEST COLLECTIONS FOR IR EVALUATION

Introduction to Information Retrieval 21 Test Collections Sec. 8.5

Introduction to Information Retrieval 22 From document collections to test collections  Still need  Test queries  Relevance assessments  Test queries  Must be germane to docs available  Best designed by domain experts  Random query terms generally not a good idea  Relevance assessments  Human judges, time-consuming Sec. 8.5

Introduction to Information Retrieval 23 Kappa measure for inter-judge (dis)agreement  Kappa measure  Agreement measure among judges  Corrects for chance agreement  Kappa = [ P(A) – P(E) ] / [ 1 – P(E) ]  P(A) – proportion of time judges agree  P(E) – what agreement would be by chance  Kappa = 0 for chance agreement, 1 for total agreement. Sec. 8.5

Introduction to Information Retrieval 24 Kappa Measure: Example Number of docsJudge 1Judge 2 300Relevant 70Nonrelevant 20RelevantNonrelevant 10NonrelevantRelevant Sec. 8.5

Introduction to Information Retrieval 25 Kappa Example  P(A) = 370/400 =  P(nonrelevant) = ( )/800 =  P(relevant) = ( )/800 =  P(E) = ^ ^2 =  Kappa = (0.925 – 0.665)/( ) =  For >2 judges: average pairwise kappas Sec. 8.5

Introduction to Information Retrieval RESULTS PRESENTATION 26 Sec. 8.7

Introduction to Information Retrieval 27 Result Summaries  Having ranked the documents matching a query, we wish to present a results list  Most commonly, a list of the document titles plus a short summary, aka “10 blue links” Sec. 8.7

Introduction to Information Retrieval 28 Summaries  The title is often automatically extracted from document metadata. What about the summaries?  This description is crucial.  User can identify good/relevant hits based on description.  Two basic kinds:  Static  Dynamic  A static summary of a document is always the same, regardless of the query that hit the doc  A dynamic summary is a query-dependent attempt to explain why the document was retrieved for the query at hand Sec. 8.7

Introduction to Information Retrieval 29 Static summaries  In typical systems, the static summary is a subset of the document  Simplest heuristic: the first 50 (or so – this can be varied) words of the document  Summary cached at indexing time  More sophisticated: extract from each document a set of “key” sentences  Simple NLP heuristics to score each sentence  Summary is made up of top-scoring sentences.  Most sophisticated: NLP used to synthesize a summary  Seldom used in IR Sec. 8.7

Introduction to Information Retrieval 30 Dynamic summaries  Present one or more “windows” within the document that contain several of the query terms Sec. 8.7

Introduction to Information Retrieval Techniques for dynamic summaries  Find small windows in doc that contain query terms  Requires fast window lookup in a document cache  Score each window wrt query  Use various features such as window width, position in document, etc.  Combine features through a scoring function 31 Sec. 8.7

Introduction to Information Retrieval 32 Resources for this lecture  IIR 8  MIR Chapter 3  MG 4.5  Carbonell and Goldstein The use of MMR, diversity-based reranking for reordering documents and producing summaries. SIGIR 21.