Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lgalke/vec4ir
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalke committed Jan 30, 2018
2 parents 4e1ece5 + 90e77be commit 13b67f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In addition, we provide a helper script to setup a new virtual environment. It c
The evaluation script
---------------------

The package includes a native command line script `ir_eval.py` for evaluation of an information retrieval pipeline (See Figure ). The pipeline of query expansion, matching and scoring is applied to a set of queries and the metrics mean average precision (MAP), mean reciprocal rank (MRR), normalised discounted cumulative gain (NDCG), precision and recall are computed. Hence, the script may be used *as-is* for evaluation of your datasets or as a reference implementation for the usage of the framework. The behaviour of the evaluation script and the resulting information retrieval pipeline can be controlled by the following command-line arguments:
The package includes a native command line script `ir_eval.py` for evaluation of an information retrieval pipeline. The pipeline of query expansion, matching and scoring is applied to a set of queries and the metrics mean average precision (MAP), mean reciprocal rank (MRR), normalised discounted cumulative gain (NDCG), precision and recall are computed. Hence, the script may be used *as-is* for evaluation of your datasets or as a reference implementation for the usage of the framework. The behaviour of the evaluation script and the resulting information retrieval pipeline can be controlled by the following command-line arguments:

#### Meta options

Expand Down

0 comments on commit 13b67f1

Please sign in to comment.