Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ datasets:
|
|
| 23 |
<h1>E2Rank: Your Text Embedding can Also be an Effective and Efficient Listwise Reranker</h1>
|
| 24 |
|
| 25 |
<a href="https://Alibaba-NLP.github.io/E2Rank/">π€ Website</a> |
|
| 26 |
-
<a href="
|
| 27 |
<a href="https://huggingface.co/collections/Alibaba-NLP/e2rank">π€ Huggingface Collection</a> |
|
| 28 |
<a href="#π©-citation">π© Citation</a>
|
| 29 |
|
|
@@ -393,7 +393,15 @@ Example code is coming soon.
|
|
| 393 |
If this work is helpful, please kindly cite as:
|
| 394 |
|
| 395 |
```bibtext
|
| 396 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 397 |
```
|
| 398 |
|
| 399 |
If you have any questions, feel free to contact us via qiliu6777[AT]gmail.com or create an issue.
|
|
|
|
| 23 |
<h1>E2Rank: Your Text Embedding can Also be an Effective and Efficient Listwise Reranker</h1>
|
| 24 |
|
| 25 |
<a href="https://Alibaba-NLP.github.io/E2Rank/">π€ Website</a> |
|
| 26 |
+
<a href="h[ttps://arxiv.org/pdf/2510.00000](https://arxiv.org/abs/2510.22733)">π Arxiv Paper</a> |
|
| 27 |
<a href="https://huggingface.co/collections/Alibaba-NLP/e2rank">π€ Huggingface Collection</a> |
|
| 28 |
<a href="#π©-citation">π© Citation</a>
|
| 29 |
|
|
|
|
| 393 |
If this work is helpful, please kindly cite as:
|
| 394 |
|
| 395 |
```bibtext
|
| 396 |
+
@misc{liu2025e2rank,
|
| 397 |
+
title={E2Rank: Your Text Embedding can Also be an Effective and Efficient Listwise Reranker},
|
| 398 |
+
author={Qi Liu and Yanzhao Zhang and Mingxin Li and Dingkun Long and Pengjun Xie and Jiaxin Mao},
|
| 399 |
+
year={2025},
|
| 400 |
+
eprint={2510.22733},
|
| 401 |
+
archivePrefix={arXiv},
|
| 402 |
+
primaryClass={cs.CL},
|
| 403 |
+
url={https://arxiv.org/abs/2510.22733},
|
| 404 |
+
}
|
| 405 |
```
|
| 406 |
|
| 407 |
If you have any questions, feel free to contact us via qiliu6777[AT]gmail.com or create an issue.
|