diff --git a/bin/run.sh b/bin/run.sh index 5edfa6c7c..814eae9cc 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -1,3 +1,7 @@ #!/bin/sh -java -cp `ls target/*-fatjar.jar` -Xms512M -Xmx192G --add-modules jdk.incubator.vector $@ +SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" +REPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)" +FATJAR_PATH="$REPO_ROOT/../anserini-1.3.0-fatjar.jar" + +java -cp "$FATJAR_PATH" -Xms512M -Xmx192G --add-modules jdk.incubator.vector "$@" diff --git a/docs/experiments-msmarco-passage.md b/docs/experiments-msmarco-passage.md index 24c7ab6aa..a84c4571a 100644 --- a/docs/experiments-msmarco-passage.md +++ b/docs/experiments-msmarco-passage.md @@ -616,5 +616,7 @@ The BM25 run with default parameters `k1=0.9`, `b=0.4` roughly corresponds to th + Results reproduced by [@ipouyall](https://github.com/ipouyall) on 2025-11-05 (commit [`82dfba0`](https://github.com/castorini/anserini/commit/82dfba06fa8e96d8380aa4fcd3f5782c321c70b7)) + Results reproduced by [@Amirhosseinpoor](https://github.com/Amirhosseinpoor) on 2025-11-09 (commit [`c19077b`](https://github.com/castorini/anserini/commit/c19077b36a471263742cf63ac4d9b9ce57b7118d)) + Results reproduced by [@AdrianGri](https://github.com/adriangri) on 2025-11-12 (commit [`c19077b`](https://github.com/castorini/anserini/commit/c19077b36a471263742cf63ac4d9b9ce57b7118d)) ++ Results reproduced by [@RudraMantri123](https://github.com/RudraMantri123) on 2025-11-17 (commit [`9406dd8`](https://github.com/castorini/anserini/commit/9406dd893e02922cf2b690a8fabf181a14d36bf4)) + Results reproduced by [@xincanfeng](https://github.com/xincanfeng) on 2025-11-18 (commit [`9406dd8`](https://github.com/castorini/anserini/commit/9406dd893e02922cf2b690a8fabf181a14d36bf4)) + Results reproduced by [@Blank9999](https://github.com/Blank9999) on 2025-11-18 (commit [`9406dd8`](https://github.com/castorini/anserini/commit/9406dd893e02922cf2b690a8fabf181a14d36bf4)) ++ Results reproduced by [@RudraMantri123](https://github.com/RudraMantri123) on 2025-11-19 (commit [`1728188`](https://github.com/castorini/anserini/commit/172818889c9fd455942f009e4cc090d1f1f6b4cc)) diff --git a/docs/start-here.md b/docs/start-here.md index 65b70072b..4c0e3a87a 100644 --- a/docs/start-here.md +++ b/docs/start-here.md @@ -523,5 +523,7 @@ If you think this guide can be improved in any way (e.g., you caught a typo or t + Results reproduced by [@ipouyall](https://github.com/ipouyall) on 2025-11-05 (commit [`82dfba0`](https://github.com/castorini/anserini/commit/82dfba06fa8e96d8380aa4fcd3f5782c321c70b7)) + Results reproduced by [@Amirhosseinpoor](https://github.com/Amirhosseinpoor) on 2025-11-09 (commit [`c19077b`](https://github.com/castorini/anserini/commit/c19077b36a471263742cf63ac4d9b9ce57b7118d)) + Results reproduced by [@AdrianGri](https://github.com/adriangri) on 2025-11-12 (commit [`c19077b`](https://github.com/castorini/anserini/commit/c19077b36a471263742cf63ac4d9b9ce57b7118d)) ++ Results reproduced by [@RudraMantri123](https://github.com/RudraMantri123) on 2025-11-17 (commit [`9406dd8`](https://github.com/castorini/anserini/commit/9406dd893e02922cf2b690a8fabf181a14d36bf4)) + Results reproduced by [@xincanfeng](https://github.com/xincanfeng) on 2025-11-17 (commit [`9406dd8`](https://github.com/castorini/anserini/commit/9406dd893e02922cf2b690a8fabf181a14d36bf4)) + Results reproduced by [@Blank9999](https://github.com/Blank9999) on 2025-11-18 (commit [`9406dd8`](https://github.com/castorini/anserini/commit/9406dd893e02922cf2b690a8fabf181a14d36bf4)) ++ Results reproduced by [@RudraMantri123](https://github.com/RudraMantri123) on 2025-11-19 (commit [`1728188`](https://github.com/castorini/anserini/commit/172818889c9fd455942f009e4cc090d1f1f6b4cc))