Information Storage and Retrieval Fall Lecture 1: Introduction and History.

Slides:



Advertisements
Similar presentations
Chapter 5: Introduction to Information Retrieval
Advertisements

Modern information retrieval Modelling. Introduction IR systems usually adopt index terms to process queries IR systems usually adopt index terms to process.
“ The Anatomy of a Large-Scale Hypertextual Web Search Engine ” Presented by Ahmed Khaled Al-Shantout ICS
Information Retrieval in Practice
Information Retrieval Review
ISP 433/533 Week 2 IR Models.
Intelligent Information Retrieval CS 336 Lisa Ballesteros Spring 2006.
SLIDE 1IS 202 – FALL 2004 Lecture 13: Midterm Review Prof. Ray Larson & Prof. Marc Davis UC Berkeley SIMS Tuesday and Thursday 10:30 am -
Information Retrieval Ch Information retrieval Goal: Finding documents Search engines on the world wide web IR system characters Document collection.
© Anselm SpoerriInfo + Web Tech Course Information Technologies Info + Web Tech Course Anselm Spoerri PhD (MIT) Rutgers University
1 Information Retrieval and Web Search Introduction.
Chapter 5: Information Retrieval and Web Search
Overview of Search Engines
CONTI’2008, 5-6 June 2008, TIMISOARA 1 Towards a digital content management system Gheorghe Sebestyen-Pal, Tünde Bálint, Bogdan Moscaliuc, Agnes Sebestyen-Pal.
CS598CXZ Course Summary ChengXiang Zhai Department of Computer Science University of Illinois, Urbana-Champaign.
CS523 INFORMATION RETRIEVAL COURSE INTRODUCTION YÜCEL SAYGIN SABANCI UNIVERSITY.
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.
Topical Crawlers for Building Digital Library Collections Presenter: Qiaozhu Mei.
Internet Information Retrieval Sun Wu. Course Goal To learn the basic concepts and techniques of internet search engines –How to use and evaluate search.
1 Information Retrieval Acknowledgements: Dr Mounia Lalmas (QMW) Dr Joemon Jose (Glasgow)
Xiaoying Gao Computer Science Victoria University of Wellington Intelligent Agents COMP 423.
Chapter 6: Information Retrieval and Web Search
Text Based Information Retrieval Text Based Information Retrieval H02C8A H02C8B Marie-Francine Moens Karl Gyllstrom Katholieke Universiteit Leuven.
CSM06 Information Retrieval Lecture 1a – Introduction Dr Andrew Salway
Search Engine Architecture
IT-522: Web Databases And Information Retrieval By Dr. Syed Noman Hasany.
Modern Information Retrieval Chapter 9: Parallel and Distributed IR Section 9.1: Introduction Section : MIMD Architectures Inverted Files November.
The Structure of Information Retrieval Systems LBSC 708A/CMSC 838L Douglas W. Oard and Philip Resnik Session 1: September 4, 2001.
Introduction to Information Retrieval Aj. Khuanlux MitsophonsiriCS.426 INFORMATION RETRIEVAL.
Information Retrieval and Web Search Course overview Instructor: Rada Mihalcea.
Information Retrieval
Search and Retrieval: Finding Out About Prof. Marti Hearst SIMS 202, Lecture 18.
Xiaoying Gao Computer Science Victoria University of Wellington COMP307 NLP 4 Information Retrieval.
Information Retrieval CIS-462 Dr. Samir Tartir 2013/2014 First Semester.
Definition, purposes/functions, elements of IR systems Lesson 1.
SIMS 202, Marti Hearst Final Review Prof. Marti Hearst SIMS 202.
Information Retrieval in Practice
Information Retrieval in Practice
Information Organization: Overview
Search Engine Architecture
Lecture 1: Introduction and the Boolean Model Information Retrieval
ITCS 6157/8157: Visual Database
What is Information Retrieval (IR)?
Information Retrieval and Web Search
Search Engine Architecture
IST 516 Fall 2011 Dongwon Lee, Ph.D.
Information Retrieval and Web Search
Information Retrieval and Web Search
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
Special Topics in Data Mining Applications Focus on: Text Mining
CSCE 561 Information Retrieval System Models
Thanks to Bill Arms, Marti Hearst
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
Data Mining Chapter 6 Search Engines
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
CSE 635 Multimedia Information Retrieval
Introduction to Information Retrieval
Lecture 8 Information Retrieval Introduction
Chapter 5: Information Retrieval and Web Search
Search Engine Architecture
Information Retrieval CIS-462
Information Organization: Overview
Information Retrieval and Web Design
Information Retrieval and Web Design
Information Retrieval and Web Search
CS276 Information Retrieval and Web Search
ADVANCED TOPICS IN INFORMATION RETRIEVAL AND WEB SEARCH
Introduction to Search Engines
Presentation transcript:

Information Storage and Retrieval Fall Lecture 1: Introduction and History

Lecture Overview Introduction to the Course Introduction to Information Retrieval The Information Seeking Process Information Retrieval History and Developments Discussion

Lecture Overview Introduction to the Course (re)Introduction to Information Retrieval The Information Seeking Process Information Retrieval History and Developments Discussion

Introduction to Course Grading: Final Paper 60% Class Work 30% Midterm Exam 10% Participation in class discussions and presentations is also expected.

Course Outline Week 1 :introduction to information retrieval Week 2 : Basic IR system components Week 3 : IR capabilities Week4 : Boolean model Week 5 :Inverted index: dictionary and posting lists Week 6 : Index construction Week 7 : Term weighting Week 8 : Vector space model Week 9 : Scoring and Ranking Week 10 : IR evaluation Week 11 : Relevant feedback Week 12 : Web Search Basics and conclusion

Readings INFORMATION STORAGE AND. RETRIEVAL SYSTEMS. Theory and Implementation. Second Edition. Gerald J. Kowalski. Information Retrieval Architecture and Algorithms. Kowalski, Gerald, 2011, springer.

Lecture Overview Introduction to the Course Introduction to Information Retrieval The Information Seeking Process Information Retrieval History and Developments Discussion

WHAT DO YOU THINK IS INFORMATION RETRIEVAL? 8 ?? INFORMATION RETRIEVAL

Information Retrieval Information Retrieval (IR) is finding material of an unstructured nature that satisfies an information need from within large collections.

Introduction Goal of IR is to retrieve all and only the “relevant” documents in a collection for a particular user with a particular need for information.

Information Retrieval The goal is to search large document collections to retrieve small subsets relevant to the user’s information need Examples are: Internet search engines (Google, Yahoo! web search, etc.) Digital library catalogues (MELVYL, GLADYS)

Other IR tasks Clustering: Given a set of docs, group them into clusters based on their contents. Classification: Given a set of topics, plus a new doc D, decide which topic(s) D belongs to (eg spam-nospam). Information Extraction: Find all snippets dealing with a given topic (e.g. company merges) Question Answering: deal with a wide range of question types including: list, definition, How, and Why questions. Opinion Mining: Analyze/summarize sentiment in a text (e.g. TripAdvisor) All the above, applied to images, video, audio 12

Lecture Overview Introduction to the Course (re)Introduction to Information Retrieval The Information Seeking Process Information Retrieval History and Developments Discussion

The Standard Retrieval Interaction Model

IR is an Iterative Process Repositories Workspace Goals

IR is a Dialog The exchange doesn’t end with first answer. Users can recognize elements of a useful answer, even when incomplete. Questions and understanding changes as the process continues.

Lecture Overview Introduction to the Course (re)Introduction to Information Retrieval The Information Seeking Process Information Retrieval History and Developments Discussion

IR History Overview Non-Computer IR (mid 1950’s) Interest in computer-based IR from mid 1950’s Modern IR – Large-scale evaluations, Web-based search and Search Engines ’s

Computer-Based Systems Bagley’s 1951 MS thesis from MIT suggested that searching 50 million item records, each containing 30 index terms would take approximately 41,700 hours

Lecture Overview Introduction to the Course (re)Introduction to Information Retrieval The Information Seeking Process Information Retrieval History and Developments Discussion