-
Notifications
You must be signed in to change notification settings - Fork 478
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
Mrtydi regression #1702
Mrtydi regression #1702
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1702 +/- ##
============================================
+ Coverage 57.31% 57.58% +0.26%
Complexity 1032 1032
============================================
Files 173 173
Lines 9721 9781 +60
Branches 1344 1344
============================================
+ Hits 5572 5632 +60
Misses 3675 3675
Partials 474 474
Continue to review full report at Codecov.
|
qrels = new RelevanceJudgments("src/main/resources/topics-and-qrels/qrels.mrtydi-v1.1-te.test.txt"); | ||
assertNotNull(qrels); | ||
assertEquals(646, qrels.getQids().size()); | ||
assertEquals(677, getQrelsCount(qrels)); |
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.
This doesn't match the number in the Mr.TyDi paper, which says 664?
If so we should add a comment noting the difference...
Co-authored-by: Jimmy Lin <jimmylin@uwaterloo.ca>
(unrelated to Mr.TyDi: add the path to /bin/build.sh in the readme)