From ae12427e6c116cb26c97846be78adb5633131cdb Mon Sep 17 00:00:00 2001 From: Ronak Date: Fri, 9 Feb 2024 07:38:23 +0530 Subject: [PATCH] Quick README.md Update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f77637d..a240f22 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ If you use RankLLM, please cite the following relevant papers: [[2309.15088] RankVicuna: Zero-Shot Listwise Document Reranking with Open-Source Large Language Models](https://arxiv.org/abs/2309.15088) + ``` @ARTICLE{pradeep2023rankvicuna, title = {{RankVicuna}: Zero-Shot Listwise Document Reranking with Open-Source Large Language Models}, @@ -69,9 +70,12 @@ If you use RankLLM, please cite the following relevant papers: journal = {arXiv:2309.15088} } ``` + + [[2312.02724] RankZephyr: Effective and Robust Zero-Shot Listwise Reranking is a Breeze!](https://arxiv.org/abs/2312.02724) + ``` @ARTICLE{pradeep2023rankzephyr, title = {{RankZephyr}: Effective and Robust Zero-Shot Listwise Reranking is a Breeze!}, @@ -80,6 +84,7 @@ If you use RankLLM, please cite the following relevant papers: journal = {arXiv:2312.02724} } ``` + ## 🙏 Acknowledgments