Information Retrieval

Similar documents
3-1. Dictionaries and Tolerant Retrieval. Most slides were adapted from Stanford CS 276 course and University of Munich IR course.

Dictionaries and tolerant retrieval. Slides by Manning, Raghavan, Schutze

Dictionaries and Tolerant retrieval

Recap of the previous lecture. This lecture. A naïve dictionary. Introduction to Information Retrieval. Dictionary data structures Tolerant retrieval

Dictionaries and tolerant retrieval CE-324 : Modern Information Retrieval Sharif University of Technology

Dictionaries and tolerant retrieval CE-324 : Modern Information Retrieval Sharif University of Technology

Tolerant Retrieval. Searching the Dictionary Tolerant Retrieval. Information Retrieval & Extraction Misbhauddin 1

Recap of last time CS276A Information Retrieval

Information Retrieval

OUTLINE. Documents Terms. General + Non-English English. Skip pointers. Phrase queries

Information Retrieval

Natural Language Processing and Information Retrieval

Overview. Lecture 3: Index Representation and Tolerant Retrieval. Type/token distinction. IR System components

Information Retrieval

Text Technologies for Data Science INFR Indexing (2) Instructor: Walid Magdy

Text Technologies for Data Science INFR Indexing (2) Instructor: Walid Magdy


Introduction to Information Retrieval (Manning, Raghavan, Schutze)

Web Information Retrieval. Lecture 4 Dictionaries, Index Compression

CSCI 5417 Information Retrieval Systems Jim Martin!

Boolean retrieval & basics of indexing CE-324: Modern Information Retrieval Sharif University of Technology

Part 2: Boolean Retrieval Francesco Ricci

Lecture 2: Encoding models for text. Many thanks to Prabhakar Raghavan for sharing most content from the following slides

Information Retrieval

Boolean retrieval & basics of indexing CE-324: Modern Information Retrieval Sharif University of Technology

Semi-Lossless Text Compression: a Case Study

Data-analysis and Retrieval Boolean retrieval, posting lists and dictionaries

Information Retrieval

Indexing and Searching

Einführung in die Programmierung Introduction to Programming

Course structure & admin. CS276A Text Information Retrieval, Mining, and Exploitation. Dictionary and postings files: a fast, compact inverted index

INFO 4300 / CS4300 Information Retrieval. slides adapted from Hinrich Schütze s, linked from

An example (1) - Conditional. An example (2) - Conditional. An example (3) Nested conditional

Indexing and Searching

CSSE SEMESTER 1, 2017 EXAMINATIONS. CITS1001 Object-oriented Programming and Software Engineering FAMILY NAME: GIVEN NAMES:

CNT4406/5412 Network Security

Preliminary draft (c)2008 Cambridge UP

CS347. Lecture 2 April 9, Prabhakar Raghavan

Today s topics CS347. Inverted index storage. Inverted index storage. Processing Boolean queries. Lecture 2 April 9, 2001 Prabhakar Raghavan

Error Checking Codes

Information Retrieval

Information Retrieval

Introduction to. CS276: Information Retrieval and Web Search Christopher Manning and Prabhakar Raghavan. Lecture 4: Index Construction

The impossible patent: an introduction to lossless data compression. Carlo Mazza

Part 3: The term vocabulary, postings lists and tolerant retrieval Francesco Ricci

Multimedia Information Extraction and Retrieval Term Frequency Inverse Document Frequency

Lecture 3: Phrasal queries and wildcards

Introduction to Information Retrieval

Efficiency. Efficiency: Indexing. Indexing. Efficiency Techniques. Inverted Index. Inverted Index (COSC 488)

Information Retrieval

Information Retrieval

More on indexing CE-324: Modern Information Retrieval Sharif University of Technology

Search Engines. Gertjan van Noord. September 17, 2018

Index extensions. Manning, Raghavan and Schütze, Chapter 2. Daniël de Kok

Informa(on Retrieval

3-2. Index construction. Most slides were adapted from Stanford CS 276 course and University of Munich IR course.

Recap: lecture 2 CS276A Information Retrieval

Multimedia Information Extraction and Retrieval Indexing and Query Answering

Indexing. UCSB 290N. Mainly based on slides from the text books of Croft/Metzler/Strohman and Manning/Raghavan/Schutze

Professional Communication

Introduction to Information Retrieval

ΕΠΛ660. Ανάκτηση µε το µοντέλο διανυσµατικού χώρου

Information Retrieval and Applications

Index Compression. David Kauchak cs160 Fall 2009 adapted from:

INDEX CONSTRUCTION 1

Inverted Indexes. Indexing and Searching, Modern Information Retrieval, Addison Wesley, 2010 p. 5

Administrative. Distributed indexing. Index Compression! What I did last summer lunch talks today. Master. Tasks

Boolean Queries. Keywords combined with Boolean operators:

Introduction to Information Retrieval

Index construction CE-324: Modern Information Retrieval Sharif University of Technology

Computer Security & Privacy. Why Computer Security Matters. Privacy threats abound (identity fraud, etc.) Multi-disciplinary solutions

Text Analytics. Index-Structures for Information Retrieval. Ulf Leser

Department of Image Processing and Computer Graphics University of Szeged. Fuzzy Techniques for Image Segmentation. Outline.

Information Retrieval

Index Construction. Slides by Manning, Raghavan, Schutze

Informa(on Retrieval

Lecture 5: Information Retrieval using the Vector Space Model

Indexing and Searching

Boolean retrieval & basics of indexing CE-324: Modern Information Retrieval Sharif University of Technology

Introduction to Information Retrieval

Symbol Tables. ASU Textbook Chapter 7.6, 6.5 and 6.3. Tsan-sheng Hsu.

Data Structures and Algorithms Dr. Naveen Garg Department of Computer Science and Engineering Indian Institute of Technology, Delhi.

Informa(on Retrieval

PV211: Introduction to Information Retrieval

Introduction to Information Retrieval

Indexing. CS6200: Information Retrieval. Index Construction. Slides by: Jesse Anderton

History of Typography. (History of Digital Font)

FRONT CODING. Front-coding: 8automat*a1 e2 ic3 ion. Extra length beyond automat. Encodes automat. Begins to resemble general string compression.

Improving the Efficacy of Approximate Searching by Personal-Name

CSE 7/5337: Information Retrieval and Web Search Index construction (IIR 4)

Text Analytics. Index-Structures for Information Retrieval. Ulf Leser

Introduction to Information Retrieval

Query Languages. Berlin Chen Reference: 1. Modern Information Retrieval, chapter 4

Information Retrieval. (M&S Ch 15)

Boolean Retrieval. Manning, Raghavan and Schütze, Chapter 1. Daniël de Kok

Digital Libraries: Language Technologies

Basic techniques. Text processing; term weighting; vector space model; inverted index; Web Search

Assignment No. 1. Abdurrahman Yasar. June 10, QUESTION 1

Chapter 6: Information Retrieval and Web Search. An introduction

Corso di Biblioteche Digitali

Transcription:

Introduction to Information Retrieval CS3245 Information Retrieval Lecture 4: Dictionaries and Tolerant Retrieval4

Last Time: Terms and Postings Details Ch. 2 Skip pointers Encoding a tree-like structure in a postings list Biword indexes for phrases Positional indexes for phrases/proximity queries The term/token distinction Terms are (modified) tokens selected for the dictionary Tokenization problems Hyphens, apostrophes, spaces, compounds Language-specific problems From token to terms Normalization, lemmatization/stemming Information Retrieval 2

Today: the dictionary and Ch. 3 tolerant retrieval Dictionary data structures Tolerant retrieval Wild-card queries Spelling correction Soundex Information Retrieval 3

Dictionary data structures for inverted indexes Sec. 3.1 The dictionary data structure stores the term vocabulary, document frequency, pointers to each postings list in what data structure? Information Retrieval 4

Sec. 3.1 A naïve dictionary An array of struct: char[20] int Postings Pointer 20 bytes 4/8 bytes 4/8 bytes Quick Q: What s wrong with using this data structure? Information Retrieval 5

Sec. 3.1 A naïve dictionary char[20] int Postings Pointer 20 bytes 4/8 bytes 4/8 bytes Words can only be 20 chars long. Waste of space for some words, not enough for others. How do we store a dictionary in memory efficiently? Most important: Slow to access, linear scan needed! How do we quickly look up elements at query time? Information Retrieval 6

Sec. 3.1 Dictionary data structures Two main choices: Hash table Tree Some IR systems use hashes, some trees To think about: what issues influence the choice between these two data structures? (Hint: see IIR) Information Retrieval 7

Sec. 3.1 Hash Table Each vocabulary term is hashed to an integer Pros: Lookup is faster than for a tree: O(1) Cons: No easy way to find minor variants: judgment/judgement No prefix search Not very tolerant! If vocabulary keeps growing, need to occasionally do the expensive operation of rehashing everything Information Retrieval 8

Sec. 3.1 Tree: binary tree a-m Root n-z a-hu hy-m n-sh si-z Information Retrieval 9

Sec. 3.1 Tree: B-tree a-hu hy-m n-z Definition: Every internal nodel has a number of children in the interval [a,b] where a, b are appropriate natural numbers, e.g., [2,4]. Information Retrieval 10

Sec. 3.1 Trees Simplest: binary tree More common: B-trees Trees require a standard ordering of characters and hence strings but we have one: lexicographical ordering Pros: Solves the prefix problem (e.g., terms starting with hyp ) Cons: Slower: O(log M) [and this requires a balanced tree] Rebalancing binary trees is expensive B-trees mitigate the rebalancing problem Information Retrieval 11

WILDCARD QUERIES Information Retrieval 12

Sec. 3.2 Wildcard queries: * mon*: find all docs containing any word beginning mon. Quick Q1: why would someone use this feature? Easy with binary tree (or B-tree) lexicon: retrieve all words in range: mon w < moo *mon: find words ending in mon : need help! Maintain an additional B-tree for terms reversed Can retrieve all words in range: nom w < non. Quick Q2: from this, how can we enumerate all terms meeting the wildcard query pro*cent? Information Retrieval 13

Intersection, redux Answer: Use the forward part for pro*, and the backward part for *cent, then intersect them. Information Retrieval 14

Sec. 3.2 Query processing At this point, we have an enumeration of all terms in the dictionary that match the wildcard query. We still have to look up the postings for each enumerated term still expensive E.g., consider the query: se*ate AND fil*er This may result in the execution of many Boolean AND queries. Information Retrieval 15

B-trees handle * s at the end of a Sec. 3.2 query term How can we handle * s in the middle of query term? co*tion We could look up co* AND *tion in a B-tree and intersect the two term sets Expensive The solution: transform wild-card queries so that the * s always occur at the end This gives rise to the Permuterm Index. Information Retrieval 16

Sec. 3.2.1 Permuterm index For term hello, index under: hello$, ello$h, llo$he, lo$hel, o$hell and $hello where $ is a special symbol. Queries: X lookup on X$ X* lookup on $X* *X lookup on X$* *X* lookup on X* X*Y lookup on Y$X* Query = hel*o X=hel, Y=o Lookup o$hel* Not so quick Q: What about X*Y*Z? Information Retrieval 17

Sec. 3.2.1 Permuterm query processing Rotate query wild-card to the right Now use B-tree lookup as before Permuterm problem: lexicon size blows up, proportional to average word length Is there any other solution? Information Retrieval 18

Sec. 3.2.2 Bigram (k-gram) indexes Enumerate all k-grams (sequence of k chars) occurring in any term e.g., from text April is the cruelest month we get the 2-grams (bigrams) $a,ap,pr,ri,il,l$,$i,is,s$,$t,th,he,e$,$c,cr,ru, ue,el,le,es,st,t$,$m,mo,on,nt,h$ As before $ is a special word boundary symbol Maintain a second inverted index from bigrams to dictionary terms that match each bigram. Information Retrieval 19

Sec. 3.2.2 Bigram index example The k-gram index finds terms based on a query consisting of k-grams (here k=2). $m mace madden mo on among among amortize axon Information Retrieval 20

Sec. 3.2.2 Processing wildcards Query mon* can now be run as $m AND mo AND on Gets terms that match AND version of our wildcard query. Oops! We also included moon, a false positive! Must post-filter these terms against query. Surviving enumerated terms are then looked up in the term-document inverted index. Fast, space efficient (compared to permuterm). Information Retrieval 21

Sec. 3.2.2 Processing wildcard queries As before, we must execute a Boolean query for each enumerated, filtered term. Wildcards can result in expensive query execution (very large disjunctions ) pyth* AND prog* If you encourage laziness, people will respond! Type your search terms, use * if you need to. E.g., Alex* will match Alexander. Search Which web search engines allow wildcard queries? Information Retrieval 22

SPELLING CORRECTION Information Retrieval 23

Sec. 3.3 Spellling corektion Two principal uses: 1. Correcting document(s) being indexed 2. Correcting user queries to retrieve right answers Two main flavors: Isolated word Check each word on its own for misspelling Will not catch typos resulting in correctly spelled words e.g., from form Context-sensitive Look at surrounding words e.g., I flew form Heathrow to Narita. Information Retrieval 24

Sec. 3.3 Document correction Especially needed for OCR ed documents Correction algorithms are tuned for common errors: rn/m Can use domain-specific knowledge E.g., OCR can confuse O and D more often than it would confuse O and I (adjacent on the QWERTY keyboard, so more likely interchanged in typing). But also: web pages and even printed material have typos Goal: the dictionary contains fewer misspellings But often we don t change the documents but aim to fix the query-document mapping Information Retrieval 25

Sec. 3.3 Query misspellings Our principal focus here E.g., the query Britiny Speares We can either Retrieve documents indexed by the correct spelling, OR Return several suggested alternative queries with the correct spelling Did you mean? Information Retrieval 26

Sec. 3.3.2 Isolated word correction Fundamental premise there is a lexicon from which the correct spellings come Two basic choices for this A standard lexicon such as Merriam-Webster s English Dictionary A domain-specific lexicon often hand-maintained The lexicon of the indexed corpus E.g., all words on the web All names, acronyms, etc. (including misspellings) Information Retrieval 27

Sec. 3.3.2 Isolated word correction Given a lexicon and a character sequence Q, return the words in the lexicon closest to Q How do we define closest? We ll study several alternatives 1. Edit distance (Levenshtein distance) 2. Weighted edit distance 3. ngram overlap Information Retrieval 28

Sec. 3.3.3 1. Edit distance Given two strings S 1 and S 2, the minimum number of operations to convert one to the other Fundamentally related to the longest common subsequence (LCS) problem you may already know Operations are typically character-level Insert, Delete, Replace, (Transposition) E.g., the edit distance from dof to dog is 1 From cat to act is 2. from cat to dog is 3. (Just 1 with transpose) Generally found by dynamic programming Information Retrieval 29

Dynamic Programming Not dynamic and not programming Build up solutions of simpler instances from small to large Save results of solutions of simpler instances Use those solutions to solve larger problems Useful when problem can be solved using solution of two or more instances that are only slightly simpler than original instances Information Retrieval

Computing Edit Distance Let s diagram this as an array, with S 1 (PAT) on the x-axis, S 2 (APT) on the y-axis. Possible moves: Match or substitute Insert: Insert a character in S 1 Delete: Delete a character in S 2 S 2 Store edit distance between substrings S 1(1,i) and S 2(1,j) at entry i,j S 1 _ P A T _ 0 1 2 3 A 1 1 1 2 P 2 1 2 2 T 3 2 2 2 E(i, j) = min{ E(i, j 1) + 1, where m = 1 if P i T j, E(i 1, j) + 1, 0 otherwise E(i 1, j 1) + m} Information Retrieval 31

Blanks on slides, you may want to fill in Practice your edit distance _ C H I C K E N _ 0 1 2 3 4 5 6 7 C 1 0 1 2 3 4 5 6 H 2 1 0 1 2 3 4 5 E 3 2 1 1 2 3 3 4 E 4 3 2 2 2 3 4 4 K 5 4 3 3 3 2 3 4 Y 6 5 4 4 4 3 3 4 Edit Distance: 4 Information Retrieval

Blanks on slides, you may want to fill in Practice your edit distance _ C H I C K E N _ 0 1 2 3 4 5 6 7 C 1 0 1 2 3 4 5 6 H 2 1 0 1 2 3 4 5 E 3 2 1 1? E K Y Edit Distance: 4 Information Retrieval

Sec. 3.3.3 2. Weighted edit distance As above, but the weight of an operation depends on the character(s) involved Meant to capture OCR or keyboard errors, e.g. m more likely to be mis-typed as n than as q Therefore, replacing m by n is a smaller edit distance than by q This may be formulated as a probability model Requires a weighted matrix as input Modify dynamic programming to handle weights Information Retrieval 34

Sec. 3.3.4 Using edit distances Given query, first enumerate all character sequences within a preset (weighted) edit distance (e.g., 2) Intersect this set with list of correct words Show terms you found to user as suggestions Alternatively, We can look up all possible corrections in our inverted index and return all docs slow We can run with a single most likely correction The alternatives disempower the user, but may save a round of interaction with the user Information Retrieval 35

Sec. 3.3.4 Edit distance to all dictionary terms? Given a (misspelled) query do we compute its edit distance to every dictionary term? Expensive and slow Alternative? How do we cut the set of candidate dictionary terms? One possibility is to use ngram overlap for this This can also be used by itself for spelling correction Information Retrieval 36

Sec. 3.3.4 3. Ngram overlap Enumerate all the ngrams in the query string as well as in the lexicon Use the ngram index (recall wildcard search) to retrieve all lexicon terms matching any of the query ngrams Threshold by number of matching ngrams Variants weight by keyboard layout, assume initial letter correct, etc. Arocdnicg to rsceearch at Cmabrigde Uinervtisy, it deosn t mttaer in waht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is taht the frist and lsat ltteer are in the rghit pcale. The rset can be a toatl mses and you can sitll raed it wouthit pobelrm. Tihs is buseace the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. This story is actually an urban legend? No such study was done at Cambridge Information Retrieval 37

Sec. 3.3.4 Example with trigrams Suppose the text is november Trigrams are nov, ove, vem, emb, mbe, ber. The query is december Trigrams are dec, ece, cem, emb, mbe, ber. So 3 trigrams overlap (out of 6 in each term) How can we turn this into a normalized measure of overlap? Information Retrieval 38

Sec. 3.3.4 One option Jaccard coefficient A commonly-used measure of overlap Let X and Y be two sets; then the J.C. is X Y / X Y A generally useful overlap measure, even outside of IR Equals 1 when X and Y have the same elements and zero when they are disjoint X and Y don t have to be of the same size Always assigns a number between 0 and 1 Now threshold to decide if you have a match E.g., if Jaccard > 0.8, declare a match coefficient de communauté Information Retrieval 39

Sec. 3.3.4 Matching trigrams Consider the query lord we wish to identify words matching 2 of its 3 bigrams (lo, or, rd) lo or rd alone lord sloth border lord morbid ardent border card Standard postings merge enumerates hits Adapt this to using Jaccard (or another) measure. Information Retrieval 40

Sec. 3.3.5 Context-sensitive spelling correction Text: I flew from Heathrow to Narita. Consider the phrase query flew form Heathrow We d like to respond Did you mean flew from Heathrow? because no docs matched the query phrase. Information Retrieval 41

Sec. 3.3.5 Context-sensitive correction Need surrounding context to catch this. First idea: retrieve dictionary terms close (in weighted edit distance) to each query term Now try all possible resulting phrases with one word fixed at a time flew from heathrow fled form heathrow flea form heathrow Hit-based spelling correction: Suggest the alternative that has lots of hits (in queries or documents) The correct query flew from munich has the most hits The hit-based paradigm is applied in many other places too! Information Retrieval 42

Sec. 3.3.5 Another approach Break phrase queries into conjunctions of biwords. Look for biwords that need only one term corrected. Enumerate phrase matches and rank them! More on this later Information Retrieval 43

Sec. 3.3.5 General issues in spelling correction We enumerate multiple alternatives for Did you mean? but we need to decide which to present to the user Use heuristics The alternative hitting most docs Query log analysis + tweaking For especially popular, topical queries Spelling correction is computationally expensive Avoid running routinely on every query? Run only on queries that matched few docs Information Retrieval 44

SOUNDEX Information Retrieval 45

Sec. 3.4 Blanks on slides, you may want to fill in Soundex Class of heuristics to expand a query into phonetic equivalents Language specific mainly for names E.g., chebyshev tchebycheff Invented for the U.S. census in 1918 We ll explore this just in the context of English To think about: what other languages does it make sense for? Information Retrieval 46

Sec. 3.4 Soundex typical algorithm Turn every token to be indexed into a 4-character reduced form Do the same with query terms Build and search an index on the reduced forms (when the query calls for a Soundex match) See Wikipedia s entry: https://en.wikipedia.org/wiki/soundex Information Retrieval 47

Sec. 3.4 Soundex typical algorithm 1. Retain the first letter of the word. 2. Change all occurrences of the following letters to '0' (zero): 'A', E', 'I', 'O', 'U', 'H', 'W', 'Y'. 3. Change letters to digits as follows: B, F, P, V 1 C, G, J, K, Q, S, X, Z 2 D,T 3 L 4 M, N 5 R 6 Information Retrieval 48

Sec. 3.4 Soundex continued 4. Remove all pairs of consecutive digits. 5. Remove all zeros from the resulting string. 6. Pad the resulting string with trailing zeros and return the first four positions, which will be of the form <uppercase letter> <digit> <digit> <digit>. E.g., Herman becomes H655. Will hermann generate the same code? Information Retrieval 49

Sec. 3.4 Soundex Soundex is the classic algorithm, provided by most databases (Oracle, Microsoft, ) How useful is Soundex? Not very for general IR, spelling correction Okay for high recall tasks (e.g., Interpol), though biased to names of certain nationalities Sucks for Chinese names: Xin (Pinyin) and Hsin (Wade- Giles) mapped completely different Information Retrieval 50

Now what queries can we process? We have Positional inverted index with skip pointers Wildcard index Spelling correction Soundex Queries such as (SPELL(moriset) /3 toron*to) OR SOUNDEX(chaikofski) Information Retrieval 51

Summary Data Structures for the Dictionary Hash Trees Learning to be tolerant 1. Wildcards General Trees Permuterm Ngrams, redux 2. Spelling Correction Edit Distance Ngrams, re-redux 3. Phonetic Soundex Information Retrieval 52

Sec. 3.5 Resources IIR 3, MG 4.2 Efficient spelling retrieval: K. Kukich. Techniques for automatically correcting words in text. ACM Computing Surveys 24(4), Dec 1992. J. Zobel and P. Dart. Finding approximate matches in large lexicons. Software - practice and experience 25(3), March 1995. http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.14.3856&rep=rep1&type=p df Mikael Tillenius: Efficient Generation and Ranking of Spelling Error Corrections. Master s thesis at Sweden s Royal Institute of Technology. http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.49.1392 Nice, easy reading on spelling correction: Peter Norvig: How to write a spelling corrector http://norvig.com/spell-correct.html It s in python! Information Retrieval 53