Skip to content
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

Merged
merged 20 commits into from
Dec 15, 2021
Merged

Mrtydi regression #1702

merged 20 commits into from
Dec 15, 2021

Conversation

crystina-z
Copy link
Member

  • template and yaml files;
  • test cases
  • update MRR@100 and Recall@100 score

(unrelated to Mr.TyDi: add the path to /bin/build.sh in the readme)

@codecov-commenter
Copy link

codecov-commenter commented Dec 15, 2021

Codecov Report

Merging #1702 (8882f13) into master (64f4d1e) will increase coverage by 0.26%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             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              
Impacted Files Coverage Δ
src/main/java/io/anserini/eval/Qrels.java 100.00% <100.00%> (ø)
...in/java/io/anserini/search/topicreader/Topics.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 64f4d1e...8882f13. Read the comment docs.

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));
Copy link
Member

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants