#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 = 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), 27.12.2022, 03.01.2023 (Christmas break) and one additional date (to be announced). 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 == * Lecture 1, Tuesday, October 18, 2022 (Introduction, Inverted Index, Zipf's Law): [[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 now).