From a6ed27ec5c9138ea2686d9079909ca7b2fed9d90 Mon Sep 17 00:00:00 2001 From: wu-ming233 <68354436+wu-ming233@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:37:55 -0500 Subject: [PATCH] Add to onboarding reproduction logs (#1758) --- docs/conceptual-framework.md | 1 + docs/conceptual-framework2.md | 1 + docs/experiments-msmarco-passage.md | 3 ++- docs/experiments-nfcorpus.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/conceptual-framework.md b/docs/conceptual-framework.md index 7a11af0a7..99e3e0eeb 100644 --- a/docs/conceptual-framework.md +++ b/docs/conceptual-framework.md @@ -307,3 +307,4 @@ Results reproduced by [@AndreSlavescu](https://github.com/AndreSlavescu) on 2023 + Results reproduced by [@saharsamr](https://github.com/saharsamr) on 2023-12-14 (commit [`039c137`](https://github.com/castorini/pyserini/commit/039c137055c429d662544303546d8e225d159be8)) + Results reproduced by [@Panizghi](https://github.com/Panizghi) on 2023-12-17 (commit [`0f5db95`](https://github.com/castorini/pyserini/commit/0f5db95dbd5ed6b983ac4f638b486a70bc5ea99a)) + Results reproduced by [@AreelKhan](https://github.com/AreelKhan) on 2023-12-22 (commit [`f75adca`](https://github.com/castorini/pyserini/commit/f75adca8c410e64b3ff1375e181a0ea3af1ddb28)) ++ Results reproduced by [@wu-ming233](https://github.com/wu-ming233) on 2023-12-31 (commit [`38a571f`](https://github.com/castorini/pyserini/commit/38a571fb2a61d61d9245997b5d0f8cd64550912c)) diff --git a/docs/conceptual-framework2.md b/docs/conceptual-framework2.md index 079827fe8..6a0d390ba 100644 --- a/docs/conceptual-framework2.md +++ b/docs/conceptual-framework2.md @@ -411,3 +411,4 @@ Before you move on, however, add an entry in the "Reproduction Log" at the botto + Results reproduced by [@saharsamr](https://github.com/saharsamr) on 2023-12-14 (commit [`039c137`](https://github.com/castorini/pyserini/commit/039c137055c429d662544303546d8e225d159be8)) + Results reproduced by [@Panizghi](https://github.com/Panizghi) on 2023-12-17 (commit [`0f5db95`](https://github.com/castorini/pyserini/commit/0f5db95dbd5ed6b983ac4f638b486a70bc5ea99a)) + Results reproduced by [@AreelKhan](https://github.com/AreelKhan) on 2023-12-22 (commit [`f75adca`](https://github.com/castorini/pyserini/commit/f75adca8c410e64b3ff1375e181a0ea3af1ddb28)) ++ Results reproduced by [@wu-ming233](https://github.com/wu-ming233) on 2023-12-31 (commit [`38a571f`](https://github.com/castorini/pyserini/commit/38a571fb2a61d61d9245997b5d0f8cd64550912c)) diff --git a/docs/experiments-msmarco-passage.md b/docs/experiments-msmarco-passage.md index 32e2fe7c1..bc1b2c68b 100644 --- a/docs/experiments-msmarco-passage.md +++ b/docs/experiments-msmarco-passage.md @@ -249,7 +249,7 @@ $ grep 1048585 runs/run.msmarco-passage.bm25tuned.trec | head -10 To pull up the actual contents of a hit: ```python -hits[0].raw +hits[0].lucene_document.get('raw') ``` And you should get: @@ -345,3 +345,4 @@ Before you move on, however, add an entry in the "Reproduction Log" at the botto + Results reproduced by [@saharsamr](https://github.com/saharsamr) on 2023-12-14 (commit [`039c137`](https://github.com/castorini/pyserini/commit/039c137055c429d662544303546d8e225d159be8)) + Results reproduced by [@Panizghi](https://github.com/Panizghi) on 2023-12-17 (commit [`0f5db95`](https://github.com/castorini/pyserini/commit/0f5db95dbd5ed6b983ac4f638b486a70bc5ea99a)) + Results reproduced by [@AreelKhan](https://github.com/AreelKhan) on 2023-12-22 (commit [`f75adca`](https://github.com/castorini/pyserini/commit/f75adca8c410e64b3ff1375e181a0ea3af1ddb28)) ++ Results reproduced by [@wu-ming233](https://github.com/wu-ming233) on 2023-12-31 (commit [`38a571f`](https://github.com/castorini/pyserini/commit/38a571fb2a61d61d9245997b5d0f8cd64550912c)) diff --git a/docs/experiments-nfcorpus.md b/docs/experiments-nfcorpus.md index cb56b4bdf..ca0ee3f17 100644 --- a/docs/experiments-nfcorpus.md +++ b/docs/experiments-nfcorpus.md @@ -234,3 +234,4 @@ Before you move on, however, add an entry in the "Reproduction Log" at the botto + Results reproduced by [@saharsamr](https://github.com/saharsamr) on 2023-12-14 (commit [`039c137`](https://github.com/castorini/pyserini/commit/039c137055c429d662544303546d8e225d159be8)) + Results reproduced by [@Panizghi](https://github.com/Panizghi) on 2023-12-17 (commit [`0f5db95`](https://github.com/castorini/pyserini/commit/0f5db95dbd5ed6b983ac4f638b486a70bc5ea99a)) + Results reproduced by [@AreelKhan](https://github.com/AreelKhan) on 2023-12-22 (commit [`f75adca`](https://github.com/castorini/pyserini/commit/f75adca8c410e64b3ff1375e181a0ea3af1ddb28)) ++ Results reproduced by [@wu-ming233](https://github.com/wu-ming233) on 2023-12-31 (commit [`38a571f`](https://github.com/castorini/pyserini/commit/38a571fb2a61d61d9245997b5d0f8cd64550912c))