liuqi6777 commited on
Commit
bb0e612
Β·
verified Β·
1 Parent(s): 23c923c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
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="https://arxiv.org/pdf/2510.00000">πŸ“„ Arxiv Paper</a> |
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.