From 8dab4d6eb31958287b31b7c584de33a550e26b0d Mon Sep 17 00:00:00 2001 From: Emily Yu <35238826+emily-emily@users.noreply.github.com> Date: Sat, 17 Aug 2024 08:27:15 -0400 Subject: [PATCH] Add to onboarding reproduction logs (#2569) --- docs/experiments-msmarco-passage.md | 3 ++- docs/start-here.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/experiments-msmarco-passage.md b/docs/experiments-msmarco-passage.md index 830f6e2d8..0affa070e 100644 --- a/docs/experiments-msmarco-passage.md +++ b/docs/experiments-msmarco-passage.md @@ -20,7 +20,7 @@ Instead, really try to understand what's going on. What's Anserini? Well, it's the repo that you're in right now. -Anserini is a toolkit (in Java) for reproducible information retrieval research built on the [Luence search library](https://lucene.apache.org/). +Anserini is a toolkit (in Java) for reproducible information retrieval research built on the [Lucene search library](https://lucene.apache.org/). The Lucene search library provides components of the popular [Elasticsearch](https://www.elastic.co/) platform. Think of it this way: Lucene provides a "kit of parts". @@ -505,3 +505,4 @@ The BM25 run with default parameters `k1=0.9`, `b=0.4` roughly corresponds to th + Results reproduced by [@valamuri2020](https://github.com/valamuri2020) on 2024-07-29 (commit [`10d9388`](https://github.com/castorini/anserini/commit/10d9388cb002a74d20d0e1fcd25cd573db720765)) + Results reproduced by [@daisyyedda](https://github.com/daisyyedda) on 2024-08-02 (commit [`3885b5c`](https://github.com/castorini/anserini/commit/3885b5c25178d2a88fc3b953d572b518ef0d1da6)) + Results reproduced by [@natek-1](https://github.com/natek-1) on 2024-08-05 (commit [`b467d4a`](https://github.com/castorini/anserini/commit/b467d4ade64ba99810b554bfa47655958b9477b2)) ++ Results reproduced by [@emily-emily](https://github.com/emily-emily) on 2024-08-15 (commit [`28a98d0`](https://github.com/castorini/anserini/commit/28a98d05d1d379cd9133fce151779e2f312b3806)) diff --git a/docs/start-here.md b/docs/start-here.md index 55db66e7b..32b2d848a 100644 --- a/docs/start-here.md +++ b/docs/start-here.md @@ -400,3 +400,4 @@ If you think this guide can be improved in any way (e.g., you caught a typo or t + Results reproduced by [@valamuri2020](https://github.com/valamuri2020) on 2024-07-29 (commit [`10d9388`](https://github.com/castorini/anserini/commit/10d9388cb002a74d20d0e1fcd25cd573db720765)) + Results reproduced by [@daisyyedda](https://github.com/daisyyedda) on 2024-08-02 (commit [`3885b5c`](https://github.com/castorini/anserini/commit/3885b5c25178d2a88fc3b953d572b518ef0d1da6)) + Results reproduced by [@natek-1](https://github.com/natek-1) on 2024-08-05 (commit [`b467d4a`](https://github.com/castorini/anserini/commit/b467d4ade64ba99810b554bfa47655958b9477b2)) ++ Results reproduced by [@emily-emily](https://github.com/emily-emily) on 2024-08-14 (commit [`28a98d0`](https://github.com/castorini/anserini/commit/28a98d05d1d379cd9133fce151779e2f312b3806))