webis-de / lightning-ir

One-stop shop for running and fine-tuning transformer-based language models for retrieval
https://webis-de.github.io/lightning-ir/
Apache License 2.0
31 stars 7 forks source link

Add SEISMIC #7

Open fschlatt opened 3 days ago

fschlatt commented 3 days ago

https://dl.acm.org/doi/10.1145/3626772.3657769

mam10eks commented 3 days ago

Cool idea!

I already played around with seismic during the ReNeuIR workshop, so I already had it running and could help to integrate it.

How should we add it, as optional dependency? Or should we (maybe in addition) use the existing data formats as interface?

fschlatt commented 3 days ago

It's written in Rust IIRC? It would be awesome to have it as an optional dependency and use Lightning IR's indexing and searching callback interface to interact with it