AD Teaching Wiki:

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

AD Teaching Wiki: InformationRetrievalWS2223/ResultsES8 (last edited 2022-12-23 11:19:21 by 185)