From be58428c3ef76be0f38790479b08f81ed9964bbf Mon Sep 17 00:00:00 2001 From: Delaram Rajaei <48606206+DelaramRajaei@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:51:04 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a0bb12..27c889b 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ At last comes the selection step. In this step, the score assigned to each refin ## 6. Branches - [main](https://github.com/fani-lab/RePair/tree/main): This branch hosts the most recent version of the RePair project. -- [cikm23](https://github.com/fani-lab/RePair/tree/cikm23): This branch includes RePair 1.0, which focuses solely on query refinement using the T5 large language model. -- [nqlb](https://github.com/fani-lab/RePair/tree/nqlb): This branch features RePair 2.0, incorporating both the T5 large language model and global and local refiners. +- [cikm23](https://github.com/fani-lab/RePair/tree/cikm23): This branch includes RePair 1.0, which focuses solely on query refinement using the T5 LLM. +- [nqlb](https://github.com/fani-lab/RePair/tree/nqlb): This branch features RePair 2.0, incorporating both the T5 LLM and global and local refiners. - [rrf](https://github.com/fani-lab/RePair/tree/rrf): This branch contains RePair 2.1, which includes RAG and RAG fusion, along with various fusion metrics. ## 7. Acknowledgement