COMPSCI 646: Information Retrieval – Fall 2021
COMPSCI 646 is a graduate-level course in Information Retrieval, the science and engineering of indexing, organizing, searching, and making sense of unstructured or mostly unstructured information, particularly text. The class focuses primarily on the underlying models used for effective search and organization, but includes some discussion of efficiency concerns. The course also covers current research problems and methodologies in the field of Information Retrieval.
Prerequisites
- Proficiency in Python and/or Java
- Basic knowledge of probability, statistics, and information theory
- Foundations of applied machine learning and deep learning
Textbook
- [WBC] W. Bruce Croft, Donald Metzler, and Trevor Strohman. Search Engines: Information Retrieval in Practice. Pearson Education, 2009.
- [CDM] Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schütze. Introduction to Information Retrieval. Cambridge University Press, 2008.
Grading
- Assignments (3×10%)
- Midterm exam (25%): Friday, October 29, 2021, 7 – 9 PM
- Final exam, take home (20%)
- Final project (25%)
Tentative Schedule
# | Lecture | Date | Readings |
1 | Introduction | Thu 9/2 |
|
2 | IR Basics | Tue 9/7 | |
3 | IR Evaluation Methodologies, Metrics, and User Models | Thu 9/9 |
|
4 | Tue 9/14 | ||
5 | Text Processing and Indexing | Thu 9/16 |
|
6 | Basic Retrieval Models: Vector Space Models & Probabilistic Retrieval Models | Tue 9/21 |
|
7 | Language Modeling | Thu 9/23 |
|
8 | Enhanced Language Modeling | Tue 9/28 |
|
9 | Relevance Feedback | Thu 9/30 |
|
10 | ML Basics & Learning to Rank | Tue. 10/5 | |
11 | Introduction to Neural Networks and Neural IR | Thu 10/7 | |
12 |
Distributed Representation Learning for Text |
Tue 10/12 |
|
13 | Neural Ranking Models | Thu 10/14 |
|
14 | Tue 10/19 | ||
15 | Implicit Feedback, Biases, and Click Models | Thu 10/21 |
|
16 | Web Search: Link Analysis, Spam Filtering, MapReduce | Tue 10/26 |
|
17 | Context-Awareness and Personalization in Search | Thu 10/28 |
|
18 | Novelty and Diversity | Tue 11/2 |
|
19 | User Study and Crowdsourcing in IR | Thu 11/4 |
|
20 | Cross- and Multi-Lingual IR | Tue 11/9 | |
No Class: Veteran’s Day | Thu 11/11 | ||
21 | Information Filtering and Recommendation | Tue 11/16 |
|
22 | Thu 11/18 | ||
23 | Entity Search | Tue 11/23 | |
No Class: Thanksgiving | Thu 11/25 | ||
24 | Question Answering | Tue 11/30 | |
25 | Conversational Information Seeking | Thu 12/2 |
|
26 | Current IR Research | Tue 12/7 |
Course Policy
Late Submission
Each student has a total of 6 late days without penalty. You can use up to 3 late days per assignment or project milestone excluding project final report. Late submission of team assignments will result in each member of the team being charged for the late days. For example, if a group of two students submitted their project proposal 23 hours after the deadline, this results in 1 late day being used per student.
Once all 6 late days are used, any assignments turned in late will be penalized 20% per late day.
In case of multiple submissions of an assignment, only the last one will be taken into account for the number of late days.
Collaboration and Help
You may discuss the ideas behind assignments with others. You may ask for help understanding class and IR concepts. You may study with friends. However…
The work that you submit must be your own. It may not be copied from the web, from another student in the class, or from anyone else. If you stumble upon and use a solution from the textbook or from class, you are expected to acknowledge the source of the work.
Your effort on exams (mini or final) must be your own. Your homework submissions must be your own work and not in collaboration with anyone. Your project work must be your own work and not a copy of someone else’s work.