#acl Florian Bäurle:read,write Axel Lehmann:read,write Eugen Sawin:read,write Mirko Brodesser:read,write Jonas Sternisko:read,write All:read = Welcome to the Wiki of the course '''Information Retrieval''' in the winter term 2012/2013 = {{{ #!html Here are the results for the official evaluation of this course. }}} {{{ #!html Here you find information about the exam (including the PDF of the exam + a sketch of the solutions) }}} 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/baeurlef|Florian Bäurle]]. It takes place every ''Wednesday from 4:15pm until 5:45pm'', in seminar room ''00-010/14'' in building 101. The first lecture is on Wednesday, October 24, 2012 and the last lecture is on Wednesday, February 13, 2013. There will be no lecture on Wednesday, December 26, 2012 and Wednesday, January 2, 2013 (christmas break) and on TODO. That is 14 lectures altogether. The tutors for this course are Mirko Brodesser (mirko.brodesser@gmail.com), Eugen Sawin (esawin@gmail.com), Jonas Sternisko (js174@mars.uni-freiburg.de), Ragavan Natarajan (n.ragav@gmail.com). The administrator of the supporting systems (Daphne, SVN, Forum, Jenkins) is [[http://ad.informatik.uni-freiburg.de/staff/lehmann|Axel Lehmann]]. {{{ #!html }}} {{{ #!html }}} == Important Links == * Here is the link to [[https://daphne.informatik.uni-freiburg.de/InformationRetrievalWS1213|Daphne]] (our course management system). * Here is the link to the [[https://daphne.informatik.uni-freiburg.de/forum/viewforum.php?f=48|Forum]] (for annoucements and questions). * Here is the Wiki page of a similar lecture I have given three years ago: [[http://ad-wiki.informatik.uni-freiburg.de/teaching/SearchEnginesWS0910|Search Engines, WS 2009/2010]]. * Here is a Java Code Style Profile for Eclipse: [[attachment:Eclipse Java Code Style Profile]]. * Here is a C++ Code Style Profile for Eclipse: [[attachment:Eclipse C++ Code Style Profile]]. == Lecture Slides, Video Recordings, Exercise Sheets, and Code == ''Remark about the video recordings:'' we have prepared videos in different formats, in particular: ''.m4v'', ''.mp4'', and ''.wmv''. If you click on one of the links "Video recording" you get that format of which our script thinks that it best fits your device / operating system / browser. If you explicitly want a particular format, simply copy the link address and add the desired extension by hand. * Lecture 1, Wednesday, October 24, 2012 (Introduction, Organizational, Inverted Index): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-1|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-1.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-01.pdf|Exercise Sheet 1]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-01/|Code from the lecture + design suggestion for the exercise sheet]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/wikipedia-sentences.csv|Example collection (1.1M sentences from Wikipedia about scientists)]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-01/|Master Solutions 1]]. * Lecture 2, Wednesday, October 31, 2012 (Vector Space Model, Ranking, Precision/Recall): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-2|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-2.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-02.pdf|Exercise Sheet 2]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-02/|Code design suggestion for the exercise sheet]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-02/|Master Solutions 2]]. * Lecture 3, Wednesday, November 7, 2012 (List intersection: fancy algorithms + lower bounds): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-3|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-3.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-03.pdf|Exercise Sheet 3]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-03/|Code from the lecture]], [[InformationRetrievalWS1213/ResultsListIntersection|Table for your list intersection results]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-03/|Master Solutions 3]]. * Lecture 4, Wednesday, November 14, 2012 (Compression and entropy): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-4|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-4.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-04.pdf|Exercise Sheet 4]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-04/exercise-sheet-04.pdf|Master Solutions 4]]. * Lecture 5, Wednesday, November 21, 2012 (Prefix search, error-tolerant search): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-5|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-5.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-05.pdf|Exercise Sheet 5]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-05/|Code design suggestion for the exercise sheet]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/wikipedia-sentences.vocabulary.txt|Vocabulary (291.846 words)]] and [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/query-words.txt|Queries (1.000 words)]] for your experiments, [[InformationRetrievalWS1213/ResultsApproximateMatching|Table for your approximate word matching results]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-05/|Master Solutions 5]]. * Lecture 6, Wednesday, November 28, 2012 (Error-tolerant prefix search, web application): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-6|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-6.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-06.pdf|Exercise Sheet 6]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-06/|Code from the lecture + design suggestion for the exercise sheet]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-06/|Master Solutions 6]]. * Lecture 7, Wednesday, December 5, 2012 (PHP, Cross-Scripting, Cookies, UTF-8): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-7|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-7.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-07.pdf|Exercise Sheet 7]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-07/|Files from the lecture]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/wikipedia-sentences.with-utf8-errors.csv|Example collection with UTF-8 errors]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-07/|Master Solutions 7]]. * Lecture 8, Wednesday, December 12, 2012 (Synomyms, Latent Semantic Indexing): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-8|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-8.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-08.pdf|Exercise Sheet 8]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-08/|Master Solutions 8]]. * Lecture 9, Wednesday, December 12, 2012 (Clustering, k-means): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-9|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-9.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-09.pdf|Exercise Sheet 9]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-09/|Code design suggestion for the exercise sheet]], [[InformationRetrievalWS1213/ResultsClustering|Table for your clustering results]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-09/|Master Solutions 9]], [[http://www.mpi-inf.mpg.de/~dfischer/alwis-1.1.0-full.exe|Alwis (Windows installer for the PLSI demo, virus-free)]]. * Lecture 10, Wednesday, January 16, 2013 (Naive Bayes Classification): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-10|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-10.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-10.pdf|Exercise Sheet 10]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-10/|Code design suggestion for the exercise sheet]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/wikipedia-documents.with-labels.csv|Our Wikipedia documents, one line per document now + with labels]], [[InformationRetrievalWS1213/ResultsNaiveBayes|Table for your Naive Bayes results]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-10/|Master Solutions 10]]. * Lecture 11, Wednesday, January 23, 2013 (Support Vector Machines): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-11|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-11.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-11.pdf|Exercise Sheet 11]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-11/|Files from the lecture]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/wikipedia-documents.with-labels.two-classes.unique.csv|Our unique Wikipedia documents with labels, only two classes]], [[InformationRetrievalWS1213/ResultsSvmVsNaiveBayes|Table for your SVM vs. Naive Bayes results]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-11/|Master Solutions 11]], [[http://svmlight.joachims.org|SVM Light software]]. * Lecture 12, Wednesday, January 30, 2013 (Ontologies, SPARQL): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-12|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-12.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-12.pdf|Exercise Sheet 12]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/ontology-queries.txt|Queries]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/freebase-ontology-files.zip|The ontology data from Freebase]], [[InformationRetrievalWS1213/ResultsSparqlQueries|Table for your Query results]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-12/|Master Solutions 12]]. * Lecture 13, Wednesday, February 6, 2013 (Hypothesis testing, statistical significance): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-13|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-13.pdf|Slides]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/exercise-sheet-13.pdf|Exercise Sheet 13]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/lectures/lecture-13/|Files from the lecture]], [[InformationRetrievalWS1213/ResultsHypothesisTesting|Table for your statistical significance results]], [[https://daphne.informatik.uni-freiburg.de/svn/InformationRetrievalWS1213/master-solutions/exercise-sheet-13/|Master Solutions 13]]. * Lecture 14, Wednesday, February 13, 2013 (Course Evaluation Results, Exam, Work at our Chair): [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/get-video.php?file=lecture-14|Video recording]], [[http://ad-teaching.informatik.uni-freiburg.de/InformationRetrievalWS1213/lecture-14.pdf|Slides]]. [[https://ilias.uni-freiburg.de/login.php?target=svy_19960&cmd=force_login&lang=en|Here is the link to the official Online-Evaluation of the course.]] Instructions: (1) Login with your RZ-Account (where the red arrow is); (2) Click on "Umfrage beginnen"; (3) Well ... complete the evaluation; (4) Say in your ''experiences.txt'' that you completed it, and you will get 20 wonderful and beautifully hand-crafted points.