xhluca commited on
Commit
ed307db
1 Parent(s): 58addf0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -13,7 +13,8 @@ tags:
13
 
14
  This is a BM25S index created with the [`bm25s` library](https://github.com/xhluca/bm25s) (version `0.0.1dev0`), an ultra-fast implementation of BM25. It can be used for lexical retrieval tasks.
15
 
16
- [BM25S GitHub Repository](https://github.com/xhluca/bm25s)
 
17
 
18
  ## Installation
19
 
 
13
 
14
  This is a BM25S index created with the [`bm25s` library](https://github.com/xhluca/bm25s) (version `0.0.1dev0`), an ultra-fast implementation of BM25. It can be used for lexical retrieval tasks.
15
 
16
+ * [BM25S GitHub Repository](https://github.com/xhluca/bm25s)
17
+ * [BM25S Technical Report](https://arxiv.org/abs/2407.03618)
18
 
19
  ## Installation
20