Introduction to Information Retrieval Hongning Wang

Slides:



Advertisements
Similar presentations
Chapter 5: Introduction to Information Retrieval
Advertisements

Web Search and Mining Course Overview 1 Wu-Jun Li Department of Computer Science and Engineering Shanghai Jiao Tong University Lecture 0: Course Overview.
Natural Language Processing WEB SEARCH ENGINES August, 2002.
Introduction to Text Mining
2008 © ChengXiang Zhai Dragon Star Lecture at Beijing University, June 21-30, Introduction to IR Research ChengXiang Zhai Department of Computer.
Web Search – Summer Term 2006 I. General Introduction (c) Wolfgang Hürst, Albert-Ludwigs-University.
Web- and Multimedia-based Information Systems. Assessment Presentation Programming Assignment.
Information Retrieval in Practice
Search Engines and Information Retrieval
Intelligent Information Retrieval CS 336 Lisa Ballesteros Spring 2006.
Information Retrieval in Practice
Information Retrieval - Organization of the course Jian-Yun Nie 聂建云.
1 Information Retrieval and Web Search Introduction.
Overview of Search Engines
1 Web Search and Advanced Internet Services 290N Class Introduction Tao Yang, 2014.
CS598CXZ Course Summary ChengXiang Zhai Department of Computer Science University of Illinois, Urbana-Champaign.
Overview of IR Research ChengXiang Zhai Department of Computer Science University of Illinois, Urbana-Champaign.
Search Engines and Information Retrieval Chapter 1.
1 Information Retrieval and Advanced Internet Services 290N Class Introduction Tao Yang, 2015
CS523 INFORMATION RETRIEVAL COURSE INTRODUCTION YÜCEL SAYGIN SABANCI UNIVERSITY.
CS598CXZ (CS510) Advanced Topics in Information Retrieval (Fall 2014) Instructor: ChengXiang (“Cheng”) Zhai 1 Teaching Assistants: Xueqing Liu, Yinan Zhang.
Information Retrieval and Web Search Lecture 1. Course overview Instructor: Rada Mihalcea Class web page:
Course Overview for Web Computing J. H. Wang Sep. 19, 2011.
Thanks to Bill Arms, Marti Hearst Documents. Last time Size of information –Continues to grow IR an old field, goes back to the ‘40s IR iterative process.
1 Information Retrieval Acknowledgements: Dr Mounia Lalmas (QMW) Dr Joemon Jose (Glasgow)
Autumn Web Information retrieval (Web IR) Handout #0: Introduction Ali Mohammad Zareh Bidoki ECE Department, Yazd University
Search Result Interface Hongning Wang Abstraction of search engine architecture User Ranker Indexer Doc Analyzer Index results Crawler Doc Representation.
Introduction to Information Retrieval
Search Engine Architecture
GUIDED BY DR. A. J. AGRAWAL Search Engine By Chetan R. Rathod.
WEB MINING. In recent years the growth of the World Wide Web exceeded all expectations. Today there are several billions of HTML documents, pictures and.
Course Overview: An Introduction to Information Retrieval and Applications J. H. Wang Feb. 22, 2012.
Modern Information Retrieval Presented by Miss Prattana Chanpolto Faculty of Information Technology.
Introduction to Information Retrieval Example of information need in the context of the world wide web: “Find all documents containing information on computer.
Search Result Interface Hongning Wang Abstraction of search engine architecture User Ranker Indexer Doc Analyzer Index results Crawler Doc Representation.
Information Retrieval CSE 8337 Spring 2007 Introduction/Overview Some Material for these slides obtained from: Modern Information Retrieval by Ricardo.
National Technical University of Ukraine “Kiev Polytechnic Institute” Heat and energy design faculty Department of automation design of energy processes.
Information Retrieval and Web Search Course overview Instructor: Rada Mihalcea.
Information Retrieval
IR. SI 650/EECS 549 Information Retrieval People search the Web daily Search engines –Google –Bing –Baidu –Yandex Information Retrieval is about search.
Introduction to Text Mining Hongning Wang
CS798: Information Retrieval Charlie Clarke Information retrieval is concerned with representing, searching, and manipulating.
1 TP6084 CAPAIAN MAKLUMAT INFORMATION RETRIEVAL (IR) Introduction.
Xiaoying Gao Computer Science Victoria University of Wellington COMP307 NLP 4 Information Retrieval.
Definition, purposes/functions, elements of IR systems Lesson 1.
The Anatomy of a Large-Scale Hypertextual Web Search Engine S. Brin and L. Page, Computer Networks and ISDN Systems, Vol. 30, No. 1-7, pages , April.
Searching the Web for academic information Ruth Stubbings.
Information Retrieval in Practice
Information Storage and Retrieval Fall Lecture 1: Introduction and History.
Information Retrieval (in Practice)
Introduction to Information Retrieval
Introduction to IR Research
Information Retrieval and Web Search
Search Engine Architecture
中国计算机学会学科前沿讲习班:信息检索 Course Overview
Course Summary (Lecture for CS410 Intro Text Info Systems)
Implementation Issues & IR Systems
Information Retrieval and Web Search
Information Retrieval and Web Search
Overview of IR Research
WIRED Week 2 Syllabus Update Readings Overview.
Thanks to Bill Arms, Marti Hearst
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
Information Retrieval Systems
Introduction to Information Retrieval
Introduction to Information Retrieval
Search Engine Architecture
Information Retrieval and Web Search
Web Search and Advanced Internet Services
ADVANCED TOPICS IN INFORMATION RETRIEVAL AND WEB SEARCH
Presentation transcript:

Introduction to Information Retrieval Hongning Wang

What is information retrieval? Information Retrieval2

Why information retrieval Information overload – “It refers to the difficulty a person can have understanding an issue and making decisions that can be caused by the presence of too much information.” - wiki Information Retrieval3

Why information retrieval Information overload Figure 1: Growth of Internet Figure 2: Growth of WWW Information Retrieval4

Why information retrieval Handling unstructured data – Structured data: database system is a good choice – Unstructured data is more dominant Text in Web documents or s, image, audio, video… “85 percent of all business information exists as unstructured data” - Merrill Lynch Unknown semantic meaning Total Enterprise Data Growth , IDC 2012 Information Retrieval5 ID NameJob 1 JackProfessor 3 DavidStuff 5 TonyIT support Table 1: People in CS Department

Why information retrieval An essential tool to deal with information overload You are here! Information Retrieval6

History of information retrieval Idea popularized in the pioneer article “As We May Think” by Vannevar Bush, 1945 – “Wholly new forms of encyclopedias will appear, ready- made with a mesh of associative trails running through them, ready to be dropped into the memex and there amplified.” – “A memex is a device in which an individual stores all his books, records, and communications, and which is mechanized so that it may be consulted with exceeding speed and flexibility.” Information Retrieval7 -> WWW -> Search engine

History of information retrieval Catalyst – Academia: Text Retrieval Conference (TREC) in 1992 “Its purpose was to support research within the information retrieval community by providing the infrastructure necessary for large-scale evaluation of text retrieval methodologies.” “… about one-third of the improvement in web search engines from 1999 to 2009 is attributable to TREC. Those enhancements likely saved up to 3 billion hours of time using web search engines.” Till today, it is still a major test-bed for academic research in IR Information Retrieval8

Major research milestones Early days (late 1950s to 1960s): foundation of the field – Luhn’s work on automatic indexing – Cleverdon’s Cranfield evaluation methodology and index experiments – Salton’s early work on SMART system and experiments 1970s-1980s: a large number of retrieval models – Vector space model – Probabilistic models 1990s: further development of retrieval models and new tasks – Language models – TREC evaluation – Web search 2000s-present: more applications, especially Web search and interactions with other fields – Learning to rank – Scalability (e.g., MapReduce) – Real-time search Information Retrieval9

History of information retrieval Catalyst – Industry: web search engines WWW unleashed explosion of published information and drove the innovation of IR techniques First web search engine: “Oscar Nierstrasz at the University of Geneva wrote a series of Perl scripts that periodically mirrored these pages and rewrote them into a standard format.” Sept 2, 1993 Lycos (started at CMU) was launched and became a major commercial endeavor in 1994 Booming of search engine industry: Magellan, Excite, Infoseek, Inktomi, Northern Light, AltaVista, Yahoo!, Google, and Bing Information Retrieval10

Major players in this game Global search engine market – By engine-market-share.aspx Information Retrieval11

How to perform information retrieval Information retrieval when we did not have a computer Information Retrieval12

How to perform information retrieval Information Retrieval13 Crawler and indexer Query parser Ranking model Document Analyzer

How to perform information retrieval User query Repository results Query Rep Doc Rep Ranking judgments Evaluation PARSING & INDEXING SEARCH LEARNING APPLICATIONS We will cover: 1) Search engine architecture; 2)Retrieval models; 3) Retrieval evaluation; 4) Relevance feedback; 5) Link analysis; 6) Search applications. FEEDBACK Information Retrieval14

Core concepts in IR Query representation – Lexical gap: say v.s. said – Semantic gap: ranking model v.s. retrieval method Document representation – Specific data structure for efficient access – Lexical gap and semantic gap Retrieval model – Algorithms that find the most relevant documents for the given information need Information Retrieval15

A glance of modern search engine In old times Information Retrieval16

Modern time A glance of modern search engine Demand of efficiency Demand of diversity Demand of accuracy Demand of convenience Demand of understanding Information Retrieval17

IR is not just about web search Web search is just one important area of information retrieval, but not all Information retrieval also includes – Recommendation Information Retrieval18

Web search is just one important area of information retrieval, but not all Information retrieval also includes – Question answering IR is not just about web search Information Retrieval19

Web search is just one important area of information retrieval, but not all Information retrieval also includes – Text mining IR is not just about web search Information Retrieval20

Web search is just one important area of information retrieval, but not all Information retrieval also includes – Online advertising IR is not just about web search Information Retrieval21

Web search is just one important area of information retrieval, but not all Information retrieval also includes – Enterprise search: web search + desktop search IR is not just about web search Information Retrieval22

Related Areas Information Retrieval Databases Library & Info Science Machine Learning Pattern Recognition Natural Language Processing Web Applications, Bioinformatics… Statistics Optimization Software engineering Computer systems Mathematics Algorithms Applications Systems Data Mining Information Retrieval23

IR v.s. DBs Information Retrieval: – Unstructured data – Semantics of object are subjective – Simple key work queries – Relevance-drive retrieval – Effectiveness is primary issue, though efficiency is also important Database Systems: – Structured data – Semantics of each object are well defined – Structured query languages (e.g., SQL) – Exact retrieval – Emphasis on efficiency Information Retrieval24

IR and DBs are getting closer IR => DBs – Approximate search is available in DBs – Eg. in mySQL DBs => IR – Use information extraction to convert unstructured data to structured data – Semi-structured representation: XML data; queries with structured information mysql> SELECT * FROM articles -> WHERE MATCH (title,body) AGAINST ('database'); Information Retrieval25

IR v.s. NLP Information retrieval – Computational approaches – Statistical (shallow) understanding of language – Handle large scale problems Natural language processing – Cognitive, symbolic and computational approaches – Semantic (deep) understanding of language – (often times) small scale problems Information Retrieval26

IR and NLP are getting closer IR => NLP – Larger data collections – Scalable/robust NLP techniques, e.g., translation models NLP => IR – Deep analysis of text documents and queries – Information extraction for structured IR tasks Information Retrieval27

Text books Introduction to Information Retrieval. Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schuetze, Cambridge University Press, Search Engines: Information Retrieval in Practice. Bruce Croft, Donald Metzler, and Trevor Strohman, Pearson Education, Information Retrieval28

Text books Modern Information Retrieval. Ricardo Baeza-Yates and Berthier Ribeiro-Neto, Addison-Wesley, Information Retrieval: Implementing and Evaluating Search Engines. Stefan Buttcher, Charlie Clarke, Gordon Cormack, MIT Press, Information Retrieval29

What to read? Information Retrieval Databases Library & Info Science Machine Learning Pattern Recognition NLP Web Applications, Bioinformatics… Statistics Optimization Software engineering Computer systems Mathematics Algorithms Applications Systems Data Mining SIGIR, WWW, WSDM, CIKM ICML, NIPS, UAI ACL, EMNLP, COLING KDD, ICDM, SDM SIGMOD, VLDB, ICDE Find more on course website for resource Information Retrieval30

IR in future Mobile search – Desktop search + location? Not exactly!! Interactive retrieval – Machine collaborates with human for information access Personal assistant – Proactive information retrieval – Knowledge navigator Knowledge navigator And many more – You name it! Information Retrieval31

You should know IR originates from library science for handling unstructured data IR has many important application areas, e.g., web search, recommendation, and question answering IR is a highly interdisciplinary area with DBs, NLP, ML, HCI Information Retrieval32