#acl All:read,write = Results for Exercise Sheet 8 (Vector Space Model) = Click "Edit" in the upper bar of this page and add your row to the table below, following the examples already there. In the first column, write your account name. <
> In the columns 2-4, write down the values of ''MP@3'', ''MP@R'' and ''MAP'' returned by your ''process_query()'' method from ES2. <
> In the columns 5-7, write down the values of your ''best'' result returned by your ''process_query_vsm()'' method from ES8. <
> In the 8th column, give a concise description of the score type and the normalization you have used to achieve the best result in ''process_query_vsm()''. <
> Please write down all values with '''exactly two digits of precision'''. <
> ||'''Name''' ||||||''process_query()'' from ES2 ||||||''process_query_vsm()'' from ES8 ||'''Used combination in ''process_query_vsm()''''' || ||'''MP@3''' ||'''MP@R''' ||'''MAP''' ||'''MP@3''' ||'''MP@R''' ||'''MAP''' || ||np1042 ||0.73 ||0.54 ||0.55 ||0.73 ||0.54 ||0.55 || BM25 (b=0.2, k=0.8) + no normalization || ||cd100 ||0.58 ||0.37 ||0.38 ||0.49 ||0.38 ||0.40 || BM25 (b=0.75, k=1.75) + rl2|| ||ra98 ||0.58 ||0.37 ||0.38 ||0.76 ||0.54 ||0.55 || BM25 (b=0.1, k=1) + rl2|| ||dk408 ||0.73 ||0.54 ||0.55 ||0.73 ||0.54 ||0.55 || BM25 (b=0.09, k=1.15) + cl2|| ||ch557 ||0.58 ||0.37 ||0.38 ||0.52 ||0.39 ||0.38 || BM25 (b=0.75, k=1.75) + cl2|| ||ap367 ||0.727 ||0.55 ||0.558 ||0.727 ||0.55 ||0.558 || BM25 (b=0.04, k=1.15) + no normalization|| ||ms1415 ||0.76 ||0.54 ||0.56 ||0.30 ||0.28 ||0.23 || BM25 (b=0.8, k=0.09) + rl2|| ||kn115 ||0.67 ||0.49 ||0.47 ||0.76 ||0.54 ||0.55 || BM25 (b=0.1, k=0.2) + rl2|| ||rs532 ||0.76 ||0.53 ||0.55 ||0.49 ||0.50 ||0.48 || BM25 (b=0.13, k=0.75) + rl2|| ||kd130 ||0.76 ||0.53 ||0.54 ||0.79 ||0.55 ||0.53 || BM25 (b=0, k=1.1) + no normalization ||