Kirill Sozinov

Results 2 issues of Kirill Sozinov

Hi, i've installed jar `https://repo1.maven.org/maven2/io/anserini/anserini/0.24.2/anserini-0.24.2-fatjar.jar` and moved it to pyserini. After successful indexing my custom corpus i've tried to launch (like in guide https://github.com/castorini/pyserini/blob/master/docs/usage-index.md#building-a-bm25-index-embeddable-python-implementation) ``` python -m pyserini.search.lucene \ --index...

Hi, I tried to reproduce the results of your experiments on NQ320k dataset as per the table from your paper ![image](https://github.com/ArvinZhuang/DSI-QG/assets/71232712/15142d38-aaef-483f-8cc4-85b304bc606e) To do this, I referred to [your script](https://github.com/ArvinZhuang/DSI-transformers/blob/main/data/NQ/create_NQ_train_vali.py) from...