This folder contains only exercises on Text Ranking.
Test Date | Exercise | Points | Topic | Status |
---|---|---|---|---|
27/07/17 | 3 | 5 | WAND | |
29/06/17 | 3 | 5 | WAND | |
12/01/17 | 4 | 5 | WAND | |
10/09/15 | 1 | 2 | Precision, Recall, F-measure | |
20/07/15 | 4 | 2 + 3 + 3 | TF-IDF | |
20/07/15 | 5 | 3 + 4 | Top-k | |
09/02/15 | 4 | 4 | Rocchio's Formula | |
25/06/13 | 1 | 5 | Top-k, Fancy-hits | |
25/06/13 | 4 | 4 + 4 + 3 | TF-IDF | |
12/02/13 | 2 | 4 | Rocchio's Formula | |
12/02/13 | 5 | 5 + 4 | Precision, Recall, F-measure | |
12/02/13 | 6 | 2 + 3 + 3 | TF-IDF | |
03/09/12 | 2 | 5 + 4 + 2 | TF-IDF | |
03/09/12 | 4 | 5 | Top-k | |
08/06/12 | 3 | 4 | Rocchio's Formula | |
11/01/12 | 3 | 4 + 6 + 3 | TF-IDF | |
01/09/11 | 3 | 3 | Precision, Recall, F-measure |
Any kind of contribution is welcome! If you wish to add a missing solution, follow these instructions:
- Fork this repository;
- Create a .tex file containing:
- The text of the problem, preceded by the LaTeX macro
\exercise
; - The solution of the problem, preceded by the LaTeX macro
\solution
;
- The text of the problem, preceded by the LaTeX macro
- If you need a package, add it in the
IR-exercise.tex
file, using\usepackage{<package>}
; - Place the file in the specific folder for the subject of the exercise you have solved;
- Append your name in the
\author{<name>}
field in theIR-exercise.tex
file, preceded by\and
; - Submit a pull request!
Thank you for your contribution! 😊