From 6725aea621765db284bb6822277454e565f69677 Mon Sep 17 00:00:00 2001 From: "Arjen P. de Vries" Date: Tue, 18 Jun 2019 23:52:40 +0200 Subject: [PATCH] Added command to run robust04 --- notes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/notes.md b/notes.md index 7590a65..ffca816 100644 --- a/notes.md +++ b/notes.md @@ -39,8 +39,26 @@ Index TREC disks 4/5 for `robust04`: --repo osirrc2019/olddog \ --collections robust04=/vol/practica/IR/robust04=trectext +### Interact + +The `jig` provides a separate _Interact_ mode, which is not strictly necessary to use a prepared image. + + + docker exec -it thirsty_payne mclient -d robust04 + + ### Search +Running a Robust04 retrieval experiment: + + python3 run.py search \ + --repo osirrc2019/olddog \ + --output $(pwd)/out \ + --qrels qrels/qrels.robust04.txt \ + --topic topics/topics.robust04.txt \ + --collection robust04 \ + --opts out_file_name="robust04" + Running a TREC7 retrieval experiment: python3 run.py search \