#acl Natalie Prange:read,write Hannah Bast:read,write Patrick Brosi:read,write All:read = Welcome to the Wiki of the course "Information Retrieval" in the winter semester 2022/2023 = {{{ #!html Information about the exam on Tuesday 28.02.2023 }}} {{{ #!html Results of the official evaluation of this course }}} The course is given by [[http://ad.informatik.uni-freiburg.de/staff/bast|Prof. Dr. Hannah Bast]] and assisted by [[https://ad.informatik.uni-freiburg.de/staff/prange|Natalie Prange]]. It takes place every Tuesday from 14:'''05''' - 15:'''50''' h in the seminar room [[https://mm.informatik.uni-freiburg.de/room/101-1-9|101-1-9/13]] and on Zoom ([[https://uni-freiburg.zoom.us/j/66883835704?pwd=V1czaWQ2S2hPZWQ4dXp5NkpnWHRCUT09|meeting link]], meeting ID: 668 8383 5704, passcode: IRWS22/23). The first lecture is on Tuesday 18.10.2022 and the last lecture is on Tuesday 07.02.2023. There will be no lectures on the Tuesdays 01.11.2022 (All Saints), 06.12.2022, 27.12.2022 and 03.01.2023 (Christmas break). The tutors for this course are Daniel Bindemann, [[https://ad.informatik.uni-freiburg.de/staff/brosi|Patrick Brosi]], [[https://ad.informatik.uni-freiburg.de/staff/kalmbach|Johannes Kalmbach]], Elias Kempf, Robin Textor-Falconi and Sebastian Walter. The administrator of the supporting systems (Daphne, SVN, Forum, Jenkins) is [[http://ad.informatik.uni-freiburg.de/staff/lehmann|Axel Lehmann]]. == Important Links == * Our course management system [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/|Daphne]] (login with your RZ user name and password). * The [[https://daphne.informatik.uni-freiburg.de/forum/viewforum.php?f=1218|forum]] for announcements and questions. * The [[Manuals/AskingOnAForum|manual]] for how to ask questions on the forum. * Our [[InformationRetrievalWS2223/Rules|rules for the exercise sheets]]. Please read them '''carefully, completely''' and '''before''' you start working on the exercises. They are valid for all exercise sheets of this course. * Our [[https://daphne.informatik.uni-freiburg.de/CodingStandards/svn|CodingStandards]] for C++, Java and Python 3. * Code style formatter profiles for Eclipse: [[https://daphne.informatik.uni-freiburg.de/CodingStandards/svn/java/lib/eclipse-java-codestyle-formatter-profile.xml|Java]], [[https://daphne.informatik.uni-freiburg.de/CodingStandards/svn/cpp/eclipse-cpp-codestyle-formatter-profile.xml|C++]]. * Information about Subversion (SVN) can be found [[SVN|here (in German)]] and [[SVNEnglish|here (in English)]]; about some editors (including Vim) [[Editoren|here (in German)]]; and about the installation of gtest (for C++ only) [[Manuals/Gtest|here (in English)]]. * The courses from previous semesters: [[InformationRetrievalWS2122|Information Retrieval WS 21/22]], [[InformationRetrievalWS1920|Information Retrieval WS 19/20]], [[InformationRetrievalWS1819|Information Retrieval WS 18/19]], [[InformationRetrievalWS1718|Information Retrieval WS 17/18]], [[InformationRetrievalWS1617|Information Retrieval WS 16/17]], [[InformationRetrievalWS1516|Information Retrieval WS 15/16]], [[InformationRetrievalWS1314|Information Retrieval WS 13/14]], [[InformationRetrievalWS1213|Information Retrieval WS 12/13]]. * The exams from previous semesters: [[InformationRetrievalWS2122/Exam|WS 21/22]], [[InformationRetrievalWS1920/Exam|WS 19/20]], [[InformationRetrievalWS1819/Exam|WS 18/19]], [[InformationRetrievalWS1718/Exam|WS 17/18]], [[InformationRetrievalWS1617/Exam|WS 16/17]], [[InformationRetrievalWS1516/Exam|WS 15/16]], [[InformationRetrievalWS1314/Exam|WS 13/14]], [[InformationRetrievalWS1213/Exam|WS 12/13]]. * Here you can download our [[InformationRetrievalWS2223/LinuxImage|Linux Image]] (for Virtualbox or VMWare). * A cheat sheet for !NumPy and !SciPy can be found [[NumpyCheatSheet|here]]. == Lecture Slides, Video Recordings, Exercise Sheets, and Code == '''For visitors from outside the University of Freiburg: You can freely access all the course materials below, except the solutions, by replacing /svn/ by /svn-public/ in the URL.''' * Lecture 1, Tuesday, October 18, 2022 (Introduction, Inverted Index, Zipf's Law): <
>[[https://youtu.be/MD3Ferad0oM|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-01.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-01.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-01.pdf|Exercise Sheet 1]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-01/|Code from the lecture + unit tests for Exercise Sheet 1]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movies.tsv|Dataset for ES1]] (104,609 movies with title + description + 3 columns with scores that you can ignore for this sheet). Note: If the dataset download does not start automatically when clicking the link, copy the link address and paste it in a new tab or download it using the wget command. [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-01/|Solution]] * Lecture 2, Tuesday, October 25, 2022 (Ranking and Evaluation): <
>[[https://youtu.be/cv7ztWiIaAM|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-02.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-02.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-02.pdf|Exercise Sheet 2]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-02/|Code template + unit tests for Exercise Sheet 2]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movies.training-benchmark.tsv|Movies Training Benchmark]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movies.test-benchmark.tsv|Movies Testing Benchmark]], [[InformationRetrievalWS2223/ResultsES2|Table for your ranking results]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-02/|Solution]]. * Lecture 3, Tuesday, November 8, 2022 (Efficient List Intersection, Lagrange Multipliers): <
> [[https://youtu.be/J4yO8QsRdFM|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-03.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-03.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-03.pdf|Exercise Sheet 3]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-03/|Code from the lecture]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-03/sheet-03.pdf|Solution]] * Lecture 4, Tuesday, November 15, 2022 (Compression, Codes, Entropy): <
> [[https://youtu.be/L-ziZ0SFqXo|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-04.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-04.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-04.pdf|Exercise Sheet 4]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-04/sheet-04.pdf|Solution]] * Lecture 5, Tuesday, November 22, 2022 (Fuzzy Search, Prefix Edit Distance, q-Gram Index): <
>[[https://youtu.be/GM9HVntz0W8|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-05.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-05.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-05.pdf|Exercise Sheet 5]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-05/|Code template + unit tests for Exercise Sheet 5]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/wikidata-entities.tsv|Wikidata entities]] (2,627,825 entities from Wikidata with name + popularity score + description + additional columns that you can use optionally), [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/wikidata-entities.100k.tsv|Wikidata Entities SMALL (100,000 entities)]], [[InformationRetrievalWS2223/ResultsES5|Table for your results]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-05/|Solution]] . * Lecture 6, Tuesday, November 29, 2022 (Web applications, Part 1): <
>[[https://youtu.be/ecRMy60oBrA|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-06.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-06.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-06.pdf|Exercise Sheet 6]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-06/|Code template + test queries for Exercise Sheet 6]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/wikidata-entities.tsv|Wikidata entities (same as for ES5)]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-06/|Solution]] . * Lecture 7, Tuesday, December 13, 2022 (Web applications, Part 2): <
>[[https://youtu.be/i8Q5xXOPnqY|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-07.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-07.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-07.pdf|Exercise Sheet 7]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-07/|Code template + test queries for Exercise Sheet 7]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/wikidata-entities.tsv|Wikidata entities]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/wikidata-entities.100k.tsv|Wikidata Entities SMALL]] (updated datasets!), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-07/|Solution]]. * Lecture 8, Tuesday, December 20, 2022 (Vector Space Model): <
>[[https://youtu.be/TvFsLPi_8Yc|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-08.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-08.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-08.pdf|Exercise Sheet 8]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-08/|Code from the lecture + code template with unit tests for ES8]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movies.tsv|movies.tsv (same as for ES1+ES2)]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movies.test-benchmark.tsv|Movies Testing Benchmark (same as for ES2)]], [[InformationRetrievalWS2223/ResultsES8|Table for your ranking results]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-08/|Solution]]. * Lecture 9, Tuesday, January 10, 2023 (Latent Semantic Indexing): <
>[[https://youtu.be/8tY3XWPLT6Q|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-09.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-09.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-09.pdf|Exercise Sheet 9]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-09/|Code from the lecture]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-09/sheet-09.pdf|Solution]]. * Lecture 10, Tuesday, January 17, 2023 (Classification, Naive Bayes): <
>[[https://youtu.be/RbhGzRFQsRw|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-10.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-10.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-10.pdf|Exercise Sheet 10]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-10/|Code template with unit tests for ES10]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movie-genres.train.tsv|Movie Genres (train)]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movie-genres.test.tsv|Movie Genres (test)]], [[InformationRetrievalWS2223/ResultsES10|Table for your results]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-10/|Solution]]. * Lecture 11, Tuesday, January 24, 2023 (Linear Classifiers, Perceptrons, Logistic Regression): <
> [[https://youtu.be/yAg0OZ27BtU|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-11.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-11.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-11.pdf|Exercise Sheet 11]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-11/|Code template with unit tests for ES11]], datasets (same as for ES10): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movie-genres.train.tsv|Movie Genres (train)]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/movie-genres.test.tsv|Movie Genres (test)]], [[InformationRetrievalWS2223/ResultsES11|Table for your results]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-11/|Solution]]. * Lecture 12, Tuesday, January 31, 2023 (Knowledge Graphs, SPARQL, Translation to SQL): <
> [[https://youtu.be/fi2XaQQeSeU|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-12.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-12.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/exercises/sheet-12.pdf|Exercise Sheet 12]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/code/lecture-12/|Code template with unit tests for ES12]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/wikidata.tsv|wikidata.tsv]] (ca. 38M triples from Wikidata), [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/datasets/wikidata.small.tsv|wikidata.small.tsv]] (smaller dataset with ca. 4.5M triples in case you have performance issues with the bigger one), [[InformationRetrievalWS2223/ResultsES12|Table for your results]], [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/solutions/sheet-12/|Solution]]. * Lecture 13, Tuesday, February 7, 2023 (Course Evaluation, Exam, Work at our Chair): <
> [[https://youtu.be/M6acpSOWHAM|Video Recording]] ([[https://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS2223/lecture-13.mp4|MP4 Download]]), [[https://daphne.informatik.uni-freiburg.de/ws2223/InformationRetrieval/svn/public/slides/lecture-13.pdf|Slides]], [[http://ad-wiki.informatik.uni-freiburg.de/teaching/InformationRetrievalWS2223/Evaluation|Results of the official course evaluation]].