Skip to content

Commit

Permalink
Fixed: corrected names of the topics files and qrels files for Robust…
Browse files Browse the repository at this point in the history
…04 in the JIG.
  • Loading branch information
arjenpdevries committed Jun 14, 2019
1 parent a2f3a23 commit 68f6ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The following `jig` command can be used to perform a retrieval run on the collec
python run.py search \
--repo osirrc2019/olddog \
--output $(pwd)/out \
--qrels qrels/qrels.robust2004.txt \
--topic topics/robust04.301-450.601-700.txt \
--qrels qrels/qrels.robust04.txt \
--topic topics/topics.robust04.txt \
--collection robust04 \
--opts out_file_name="run.bm25.robust04"
```
Expand Down

0 comments on commit 68f6ebd

Please sign in to comment.