Size: 1252
Comment:
|
Size: 1250
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
||<tablewidth="100%" tableheight="auto" style="text-align:center" |2> '''Name''' |||||| ''process_query()'' from ES2. |||||| ''process_query_vsm()'' from ES8. ||<|2> '''Used combination in ''process_query_vsm()''''' || | ||<tablewidth="100%" tableheight="auto" style="text-align:center" |2> '''Name''' |||||| ''process_query()'' from ES2 |||||| ''process_query_vsm()'' from ES8 ||<|2> '''Used combination in ''process_query_vsm()''''' || |
Results for Exercise Sheet 8 (Vector Space Model)
Click "Edit (Text)" 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, or name1+name2 if you work in a group.
In the columns 2-4, write down the values of MP@3, MP@R and MAP returned by your process_query() method from exercise sheet 2.
In the columns 5-7, write down the values of your best result returned by your process_query_vsm() method from exercise sheet 8.
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 |
||
ck1028 |
0.60 |
0.45 |
0.45 |
0.60 |
0.45 |
0.45 |
BM25 scores, without L2-norm. |