-
Notifications
You must be signed in to change notification settings - Fork 466
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
Adding Robust04 and TREC-NEWS multifield regressions in Anserini #1844
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1844 +/- ##
=============================================
+ Coverage 0 57.51% +57.51%
- Complexity 0 1055 +1055
=============================================
Files 0 179 +179
Lines 0 10188 +10188
Branches 0 1407 +1407
=============================================
+ Hits 0 5860 +5860
- Misses 0 3836 +3836
- Partials 0 492 +492
Continue to review full report at Codecov.
|
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.
Minor comments, please change and merge. I don't need to see it again.
README.md
Outdated
@@ -116,8 +116,8 @@ See individual pages for details! | |||
+ Touche2020: ["flat" baseline](docs/regressions-beir-v1.0.0-webis-touche2020-flat.md), [SPLADE-distill CoCodenser-medium](docs/regressions-beir-v1.0.0-webis-touche2020-splade-distil-cocodenser-medium.md) | |||
+ BioASQ: ["flat" baseline](docs/regressions-beir-v1.0.0-bioasq-flat.md) | |||
+ Signal-1M(RT): ["flat" baseline](docs/regressions-beir-v1.0.0-signal1m-flat.md) | |||
+ TREC-NEWS: ["flat" baseline](docs/regressions-beir-v1.0.0-trec-news-flat.md) | |||
+ Robust04: ["flat" baseline](docs/regressions-beir-v1.0.0-robust04-flat.md) | |||
+ TREC-NEWS: ["flat" baseline](docs/regressions-beir-v1.0.0-trec-news-flat.md), , ["multifield" baseline](docs/regressions-beir-v1.0.0-trec-news-multifield.md) |
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.
extra comma
@@ -0,0 +1,69 @@ | |||
# Anserini Regressions: BEIR (v1.0.0) — robust04 |
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.
@justram changed to "Robust04" with caps:
https://github.com/castorini/anserini/blob/master/docs/regressions-beir-v1.0.0-robust04-flat.md
Make consistent?
@@ -0,0 +1,69 @@ | |||
# Anserini Regressions: BEIR (v1.0.0) — robust04 | |||
|
|||
This page documents BM25 regression experiments for [BEIR (v1.0.0) — robust04](http://beir.ai/). |
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.
here too?
@@ -0,0 +1,69 @@ | |||
# Anserini Regressions: BEIR (v1.0.0) — trec-news |
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.
Same here, make consistent? https://github.com/castorini/anserini/blob/master/docs/regressions-beir-v1.0.0-trec-news-flat.md
No description provided.