Closed m-hoseyny closed 1 year ago
I found the solution.
Due to this issue #1458, the SearchMsmarco has been deprecated. So, the command should be changed to:
sh anserini/target/appassembler/bin/SearchCollection \
-index lucene-index-msmarco-passage-expanded \
-topics queries.dev.small.tsv \
-topicreader TsvInt \
-output run.msmarco-passage-expanded.dev.small.txt \
-format msmarco \
-hits 1000 -threads 8 -bm25
Sorry for the duplicated issue. However, it would be great if you put some examples for migrating from SearchMsmarco
to SearchCollection
Hello,
I built Anserini from scratch to re-produce the docTTTTT result; however, in the
retrieve
step (usingSearchMsmarco
command), I got an error which is:I follow these steps: https://github.com/castorini/docTTTTTquery#reproducing-ms-marco-passage-ranking-results-with-anserini
System Configuration:
It would be great if you could help me to solve this problem.
Thanks