#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 = {{{ #!html Information about the exam }}} {{{ #!html Here are the results for 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 [[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)]] and for the SVN now also [[SVNEnglish|here (in English)]]. * 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]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-05/|Solution]]. * Lecture 6, Tuesday, November 29, 2016 (Web applications, part 1): [[https://youtube.com/embed/YxlUpmuhfpk|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-06.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-06.pdf|Slides]], [[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)]], basic code and TIP file to get you started in [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-06/java/|Java]] and [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-06/cpp/|C++]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-06/www/|HTML, CSS and JavaScript from the lecture]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-06/|Solution]]. * Lecture 7, Tuesday, December 6, 2016 (Web applications, part 2: Vulnerabilities, Cookies, Unicode): [[https://youtube.com/embed/7rdsuGH2twQ|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-07.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-07.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-07.pdf|Exercise Sheet 7]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-07/sheet-07.TIP|TIP file]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-07/|Code from the lecture]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/cities2.txt|NEW cities dataset]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-07/|Solution]]. * Lecture 8, Tuesday, December 13, 2016 (Vector space model): [[https://youtube.com/embed/rS8kelG_-PA|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-08.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-08.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-08.pdf|Exercise Sheet 8]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-08/sheet-08.TIP|TIP file]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-08/|Code from the lecture]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-08/|Solution]]. * Lecture 9, Tuesday, December 20, 2016 (Clustering, k-means): [[https://youtube.com/embed/8F0g4Ib9gW8|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-09.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-09.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-09.pdf|Exercise Sheet 9]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-09/sheet-09.TIP|TIP file]], [[InformationRetrievalWS1617/ResultsES9|Table for your results]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-09/|Solution]]. * Lecture 10, Tuesday, January 10, 2017 (Latent Semantic Indexing): [[https://youtube.com/embed/ecXHTYWihdM|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-10.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-10.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-10.pdf|Exercise Sheet 10]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-10/sheet-10.TIP|TIP file]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-10/|Code from the lecture]], [[InformationRetrievalWS1617/ResultsES10|Table for your results]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-10/|Solution]]. * Lecture 11, Tuesday, January 17, 2017 (Classification, Naive Bayes): [[https://youtube.com/embed/M4stb0NzDLY|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-11.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-11.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-11.pdf|Exercise Sheet 11]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-11/|Code for ES 11]], Datasets for ES11: [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/movie_genres_train.txt|movie genres (train)]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/movie_genres_test.txt|movie genres (test)]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/movie_ratings_train.txt|movie ratings (train)]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/movie_ratings_test.txt|movie ratings (test)]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-11/|Solution]]. * Lecture 12, Tuesday, January 24, 2017 (Linear Classifiers, Perceptrons), [[https://daphne.informatik.uni-freiburg.de/forum/viewtopic.php?f=611&t=3490|online only because Prof. Bast was sick]]: [[https://youtube.com/embed/IR0WkiPTm7k|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-12.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-12.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-12.pdf|Exercise Sheet 12]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-12/sheet-12-solution.pdf|Solution]]. * Lecture 13, Tuesday, January 31, 2017 (Knowledge Bases, SPARQL, Translation to SQL): [[https://youtube.com/embed/_iXQEBP3Yrg|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-13.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-13.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-13.pdf|Exercise Sheet 13]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/public/code/lecture-13/|Code from the lecture and TIP file]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/freebase.tsv|Datasets for ES13]] (10M facts from Freebase), [[InformationRetrievalWS1617/ResultsES13|Table for your results]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn/solutions/sheet-13/|Solution]]. * Lecture 14, Tuesday, February 7, 2017 (Course Evaluation, Exam, Work at our Chair): [[https://youtube.com/embed/Jjn1bbTarXo|Video Recording]] ([[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1617/lecture-14.mp4|Download]]), [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/slides/lecture-14.pdf|Slides]], [[https://daphne.informatik.uni-freiburg.de/ws1617/InformationRetrieval/svn-public/public/exercises/sheet-14.pdf|Exercise Sheet 14 (very short + does not count for exam admission)]].