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

Relicate MS MARCO passage & document ranking experiment with Anserini #1469

Merged
merged 3 commits into from
Jan 22, 2021

Conversation

larryli1999
Copy link
Contributor

Environment

  • Google Colab
  • Java 11
  • Python 3.6
  • Maven 3.6.0

Challenges

  • Initially try to build Maven and replicate the experiment on Windows 10. However, the Java 11 JDK installer is not available for download from the link on Oracle's website.
  • Initial Maven build failed, then has to reset JAVA HOME as os.environ["JAVA_HOME"] = "/usr/lib/jvm/java-11-openjdk-amd64" and the build is successful.

Results

Passage rank
Capture1

Doc rank
Capture2

The replicated results are exactly the same as the documentation mentions.

@codecov
Copy link

codecov bot commented Jan 22, 2021

Codecov Report

Merging #1469 (d4b0351) into master (5036c0d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1469   +/-   ##
=========================================
  Coverage     45.94%   45.94%           
  Complexity      812      812           
=========================================
  Files           194      194           
  Lines         10167    10167           
  Branches       1347     1347           
=========================================
  Hits           4671     4671           
  Misses         5103     5103           
  Partials        393      393           

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 5036c0d...d4b0351. Read the comment docs.

@lintool lintool merged commit a31d386 into castorini:master Jan 22, 2021
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.

2 participants