-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
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
Replication logs for Robost04 and Core18 #977
Conversation
Codecov Report
@@ Coverage Diff @@
## master #977 +/- ##
============================================
- Coverage 39.61% 39.59% -0.02%
+ Complexity 510 509 -1
============================================
Files 121 121
Lines 7326 7326
Branches 1094 1094
============================================
- Hits 2902 2901 -1
Misses 4135 4135
- Partials 289 290 +1
Continue to review full report at Codecov.
|
docs/elastirini.md
Outdated
@@ -76,6 +76,8 @@ sh target/appassembler/bin/IndexCollection -collection JsonCollection -generator | |||
-es -es.index msmarco-passage -threads 9 -input /path/to/msmarco-passage -storePositions -storeDocvectors -storeRawDocs | |||
``` | |||
|
|||
We may need to wait a few minutes after indexing for the index to catch up before performing retrievals, otherwise wrong evaluation metrics are returned. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
retrievals -> retrieval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, also lumped in some other replication logs in here too
Replicate notes here should be added to template: https://github.com/castorini/anserini/blob/master/src/main/resources/docgen/templates/core18.template Maven build auto-generates .md file. See #974 |
I also added a comment about letting the index "catch up"
Will need to rebase with #976 before merging