xhluca commited on
Commit
5cfa5c8
1 Parent(s): 692df18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -12,7 +12,8 @@ tags:
12
 
13
  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.
14
 
15
- [BM25S GitHub Repository](https://github.com/xhluca/bm25s)
 
16
 
17
  ## Installation
18
 
 
12
 
13
  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.
14
 
15
+ * [BM25S GitHub Repository](https://github.com/xhluca/bm25s)
16
+ * [BM25S Technical Report](https://arxiv.org/abs/2407.03618)
17
 
18
  ## Installation
19