#acl Patrick Brosi:read,write Björn Buchhold:read,write Claudius Korzen:read,write Axel Lehmann:read,write All:read = Welcome to the Wiki of the course "Information Retrieval" in the winter term 2016/2017 = The course is given by [[http://ad.informatik.uni-freiburg.de/staff/bast|Prof. Dr. Hannah Bast]] and assisted by [[http://ad.informatik.uni-freiburg.de/staff/brosi|Patrick Brosi]]. It takes place every Tuesday from 4:15pm until 5:45pm in the Hörsaal HS 026 in building 101. The first lecture is on Tuesday, 18 October 2016 and the last lecture is on Tuesday, 7 February 2017. There will be no lecture on Tuesday, 1 November 2016 (Halloween), and on Tuesday, 27 December 2016 and Tuesday, 3 January 2017 (christmas break). This is 14 lectures altogether. The tutors for this course are Raghu Rajan, Natalie Prange, Johanna Götz, Axel Lehmann, Claudius Korzen, Björn Buchhold. The administrator of the supporting systems (Daphne, SVN, Forum, Jenkins) is [[http://ad.informatik.uni-freiburg.de/staff/lehmann|Axel Lehmann]]. == Important Links == * Here is the link to [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/|Daphne]] (our course management system, login with your RZ user name and password). * Here is the link to the [[https://daphne.informatik.uni-freiburg.de/forum/viewforum.php?f=609|Forum]] (for announcements and questions, you are automatically a member when you have logged into Daphne). * Code style profiles for Eclipse: [[attachment:InformationRetrievalWS1314/Eclipse Java Code Style Profile|Java]], [[attachment:InformationRetrievalWS1314/Eclipse C++ Code Style Profile|C++]] (add .xml to file name). * Short introductions to SVN and Vim and the installation of gtest (for C++ only) can be found [[ProgrammierenCplusplusSS2016|here]] (in German). * The topics of this course will be similar (but not identical) to those of the courses [[InformationRetrievalWS1213|Information Retrieval WS 2012/2013]] and [[InformationRetrievalWS1314|Information Retrieval WS 2013/2014]] and [[InformationRetrievalWS1516|Information Retrieval WS 2015/2016]]./ * Here is information about the exams from previous years: [[InformationRetrievalWS1213/Exam|WS 12/13]], [[InformationRetrievalWS1314/Exam|WS 13/14]], [[InformationRetrievalWS1516/Exam|WS 15/16]]. == Lecture Slides, Video Recordings, Exercise Sheets, and Code == * Lecture 1, Tuesday, October 18, 2016 (Introduction, Inverted Index, Zipf's Law): [[https://youtube.com/embed/VPcl3fjCgqk|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-01.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-01.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-01.pdf|Exercise Sheet 1]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-01/|Code from the lecture]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/movies.txt|Dataset for ES1 (189,898 movies, title + description)]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-01/|Solution]]. * Lecture 2, Tuesday, October 25, 2016 (Ranking and Evaluation): [[https://youtube.com/embed/zpORmBIAmOE|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-02.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-02.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-02.pdf|Exercise Sheet 2]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-02/sheet-02.TIP|TIP file]] and [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-02/example.txt|example file]] for test cases, [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/movies.txt|Movies dataset (same one as for ES1)]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/code/lecture-02/movies-benchmark.txt|Movies Benchmark]], [[InformationRetrievalWS1617/ResultsES2|Table for your ranking results]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-02/|Solution]]. * Lecture 3, Tuesday, November 8, 2016 (Efficient List Intersection): [[http://youtube.com/embed/5qbUXZdm2OY|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-03.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-03.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-03.pdf|Exercise Sheet 3]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-03/postinglists/|postings lists for ES3]], basic code to get you started in [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-03/java/|Java]] and [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-03/cpp/|C++]], [[InformationRetrievalWS1617/ResultsES3|Table for your intersection results]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-03/|Solution]]. * Lecture 4, Tuesday, November 15, 2016 (Compression, Codes, Entropy): [[https://youtube.com/embed/YEw3r0tbbVc|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-04.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-04.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-04.pdf|Exercise Sheet 4]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-04/sheet-04-solution.pdf|Solution]]. * Lecture 5, Tuesday, November 22, 2016 (Fuzzy Search, Edit Distance, q-Gram Index): [[https://youtube.com/embed/6pUg2wmGJRo|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-05.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-05.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-05.pdf|Exercise Sheet 5]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/cities.txt|Cities dataset (181,296 cities, rank + geolocation)]], basic code and TIP file to get you started in [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-05/java/|Java]] and [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-05/cpp/|C++]], [[InformationRetrievalWS1617/ResultsES5|Table for your results]]. * Lecture 6, Tuesday, November 29, 2016 (How to build a web application): [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-06.pdf|Exercise Sheet 6]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/cities.txt|Cities dataset (same as for ES 5)]].