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

Overhaul of regressions for MS MARCO {passage, doc} and DL {19, 20} #1559

Merged
merged 36 commits into from
Jun 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updates.
  • Loading branch information
lintool committed Jun 8, 2021
commit 86eab751a0fe649903cd9850ede2bf0a98d7bb2f
2 changes: 1 addition & 1 deletion docs/regressions-dl19-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Note that retrieval metrics are computed to depth 100 hits per query (as opposed
Also, remember that we keep qrels of _all_ relevance grades, unlike the case for DL19 passage ranking, where relevance grade 1 needs to be discarded when computing certain metrics.
These results correspond to the Anserini baselines reported in the [track overview paper](https://arxiv.org/abs/2003.07820).

Some of these regressions correspond to official TREC 2020 Deep Learning Track submissions by `BASELINE` group:
These regressions correspond to official TREC 2019 Deep Learning Track submissions by `BASELINE` group:

+ `bm25base` = BM25 (Default), `k1=0.9`, `b=0.4`
+ `bm25base_rm3` = BM25 (Default) + RM3, `k1=0.9`, `b=0.4`
Expand Down
2 changes: 1 addition & 1 deletion docs/regressions-dl19-passage.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Note that retrieval metrics are computed to depth 1000 hits per query (as oppose
Also, for computing nDCG, remember that we keep qrels of _all_ relevance grades, whereas for other metrics (e.g., MAP), relevance grade 1 is considered not relevant (i.e., use the `-l 2` option in `trec_eval`).
These results correspond to the Anserini baselines reported in the [track overview paper](https://arxiv.org/abs/2003.07820).

Some of these regressions correspond to official TREC 2020 Deep Learning Track submissions by `BASELINE` group:
These regressions correspond to official TREC 2019 Deep Learning Track submissions by `BASELINE` group:

+ `bm25base_p` = BM25 (Default), `k1=0.9`, `b=0.4`
+ `bm25base_rm3_p` = BM25 (Default) + RM3, `k1=0.9`, `b=0.4`
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/docgen/templates/dl19-doc.template
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Note that retrieval metrics are computed to depth 100 hits per query (as opposed
Also, remember that we keep qrels of _all_ relevance grades, unlike the case for DL19 passage ranking, where relevance grade 1 needs to be discarded when computing certain metrics.
These results correspond to the Anserini baselines reported in the [track overview paper](https://arxiv.org/abs/2003.07820).

Some of these regressions correspond to official TREC 2020 Deep Learning Track submissions by `BASELINE` group:
These regressions correspond to official TREC 2019 Deep Learning Track submissions by `BASELINE` group:

+ `bm25base` = BM25 (Default), `k1=0.9`, `b=0.4`
+ `bm25base_rm3` = BM25 (Default) + RM3, `k1=0.9`, `b=0.4`
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/docgen/templates/dl19-passage.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Note that retrieval metrics are computed to depth 1000 hits per query (as oppose
Also, for computing nDCG, remember that we keep qrels of _all_ relevance grades, whereas for other metrics (e.g., MAP), relevance grade 1 is considered not relevant (i.e., use the `-l 2` option in `trec_eval`).
These results correspond to the Anserini baselines reported in the [track overview paper](https://arxiv.org/abs/2003.07820).

Some of these regressions correspond to official TREC 2020 Deep Learning Track submissions by `BASELINE` group:
These regressions correspond to official TREC 2019 Deep Learning Track submissions by `BASELINE` group:

+ `bm25base_p` = BM25 (Default), `k1=0.9`, `b=0.4`
+ `bm25base_rm3_p` = BM25 (Default) + RM3, `k1=0.9`, `b=0.4`
Expand Down