seismic 0.2.1

Seismic is designed for effective and efficient KNN retrieval over learned sparse embeddings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## Replicate Results

We provide a quick way to replicate the results of our papers. 

As a first step, follow the instructions in `docs/RustUsage` to convert the data into the Seismic inner format. 

Then, use the python script `scripts/run_experiments.py` to quickly reproduce a result from a given paper. Here is an example

```bash
python script/run_experiments.py --exp experiments/sigir2024/splade.toml 
```
Make sure to provide the correct path `folder.data` and `folder.qrels_path` field in the `toml` file. With this command, you can replicate the results on the splade cocondenser embeddings reported in SIGIR2024 paper.