nishantyadav commited on
Commit
2e03d20
1 Parent(s): b8a5248

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,3 +1,6 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ This repo contains the dual-encoder model used in the experiments for our EMNLP 2022 paper titled "[Efficient Nearest Neighbor Search for Cross-Encoder Models using Matrix Factorization](https://arxiv.org/pdf/2210.12579.pdf)".
5
+
6
+ See [paper](https://arxiv.org/pdf/2210.12579.pdf) and/or [code](https://github.com/iesl/anncur) for more details about the model.