School of Computer Science
Technical Workshop Series: Information Retrieval (IR) Systems
Presenter: Zahra Taherikhonakdar
Date: Wednesday, November 22th, 2023
Time: 2:00 PM - 3:00 PM
Location: 4th Floor (Workshop space) at 300 Ouellette Avenue (School of Computer Science Advanced Computing Hub)
LATECOMERS WILL NOT BE ADMITTED once the presentation has begun.
Abstract:
Information Retrieval (IR) is finding material (usually documents) of (untrusted nature (usually text) that satisfies an information need from within large collection. These days we frequently think first of web search, but there are many other cases: web search, searching your laptop, corporate knowledge bases, legal information retrieval. An information retrieval process begins when a user or searcher enters a query into the system. Queries are formal statements of information needs, for example search strings in web search engines. In information retrieval a query does not uniquely identify a single object in the collection. Instead, several objects may match the query, perhaps with different degrees of relevance.
An object is an entity that is represented by information in a content collection or database. User queries are matched against the database information. However, as opposed to classical SQL queries of a database, in information retrieval the results returned may or may not match the query, so results are typically ranked. This ranking of results is a key difference of information retrieval searching compared to database searching.
Workshop Outline:
In this workshop I will going to introduce the IR:
- Explaining the structure of data
- The search models
- Introduction to indexing
- Inverted Index
- Query processing
Prerequisites:
Computer Science knowledge
Biography:
I am a PhD student at University of Windsor. My research is in the area of Information Retrieval. Particularly My research is about how improve query refinement as a technique to make search engines to retrieve the most related documents based on users’ initial query.