Commit
·
0c69312
1
Parent(s):
55c1da6
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
This repo contains the \[emb\]-cross-encoder model -- the cross-encoder model
|
5 |
+
which scores a query-item pair using dot-product of the contextualized query and item embeddings after jointly encoding the query-item pair.
|
6 |
+
This model is 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)".
|
7 |
+
|
8 |
+
See [paper](https://arxiv.org/pdf/2210.12579.pdf) and/or [code](https://github.com/iesl/anncur) for more details about the model.
|