Jimmy Lin

Results 254 comments of Jimmy Lin

Having heard no further follow-up, closing.

@jacklin64 @justram can either of you take a look at this?

Trace seems to show JDK 11... but we're on JDK 21 now? Dunno if that makes a difference?

@jasper-xian any updates here? If not, let's close?

Separately: + we have fatjar instructions for BEIR, but no `io.anserini.reproduce.RunBeir` or something similar. + we have no repro for V2.1 runs, e.g., add option to `io.anserini.reproduce.RunMsMarco`.

Initial commit #2477 - some errors noted #2480

I believe this issue has been resolved.

Similarly, getting: ``` # Running condition "Dp": bge-base-en-v1.5 cached queries - topic_key: trec-covid Running retrieval command: java -cp /Users/jimmylin/workspace/anserini/target/anserini-0.36.1-SNAPSHOT-fatjar.jar io.anserini.search.SearchCollection -threads 16 -index beir-v1.0.0-trec-covid.bge-base-en-v1.5 -topics beir-trec-covid.bge-base-en-v1.5 -output runs/run.beir.Dp.trec-covid.txt -threads 16...

More debugging trace: ``` # Running condition "Dp": bge-base-en-v1.5 cached queries - topic_key: trec-covid Running retrieval command: java -cp /Users/jimmylin/workspace/anserini/target/anserini-0.36.1-SNAPSHOT-fatjar.jar io.anserini.search.SearchCollection -threads 16 -index beir-v1.0.0-trec-covid.bge-base-en-v1.5 -topics beir-trec-covid.bge-base-en-v1.5 -output runs/run.beir.Dp.trec-covid.txt -threads...

Okay, this is weird. Adding debugging information and commenting out parts of the yaml: ``` # Running condition "bm25": BM25 v2.1 (k1=0.9, b=0.4) - topic_key: trec2021-dl Running retrieval command: java...