nreimers commited on
Commit
34bbf9f
1 Parent(s): 036acda

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ # SPARTA
2
+ Re-Implementation of [SPARTA: Efficient Open-Domain Question Answering via Sparse Transformer Matching Retrieval](https://arxiv.org/abs/2009.13013). It is the re-implementation we used for [BEIR: A Heterogenous Benchmark for Zero-shot Evaluation of Information Retrieval Models](https://arxiv.org/abs/2104.08663).
3
+
4
+ Also have a look at our BEIR repository: https://github.com/UKPLab/beir
5
+
6
+
7
+ Have a look at https://github.com/nreimers/beir-sparta for the training and inference code of this SPARTA model