We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the -rf.qrels in SearchCollection actually being used by any regression, external program, etc.?
-rf.qrels
SearchCollection
The text was updated successfully, but these errors were encountered:
Got the answer!
Here:
python src/main/python/trec-covid/generate_round5_baselines.py
Example command:
target/appassembler/bin/SearchCollection -index indexes/lucene-index-cord19-abstract-2020-07-16 -topicReader Covid -topics tools/topics-and-qrels/topics.covid-round5-udel.xml -topicField query -removeDuplicates -bm25 -rm3 -rm3.fbTerms 100 -hits 10000 -rf.qrels tools/topics-and-qrels/qrels.covid-round4-cumulative.txt -output runs/anserini.covid-r5.abstract.qdel.bm25+rm3Rf.txt -runtag anserini.covid-r5.abstract.qdel.bm25+rm3Rf.txt
Sorry, something went wrong.
No branches or pull requests
Is the
-rf.qrels
inSearchCollection
actually being used by any regression, external program, etc.?The text was updated successfully, but these errors were encountered: