reranking
There are 53 repositories under reranking topic.
embeddings-benchmark/mteb
MTEB: Massive Text Embedding Benchmark
PrithivirajDamodaran/FlashRank
Lite & Super-fast re-ranking for your search & retrieval pipelines. Supports SoTA Listwise and Pairwise reranking based on LLMs and cross-encoders and more. Created by Prithivi Da, open for PRs & Collaborations.
AnswerDotAI/byaldi
Use late-interaction multi-modal models such as ColPali in just a few lines of code.
superlinear-ai/raglite
🥤 RAGLite is a Python toolkit for Retrieval-Augmented Generation (RAG) with PostgreSQL or SQLite
ict-bigdatalab/awesome-pretrained-models-for-information-retrieval
A curated list of awesome papers related to pre-trained models for information retrieval (a.k.a., pretraining for IR).
sunnweiwei/RankGPT
Is ChatGPT Good at Search? LLMs as Re-Ranking Agent [EMNLP 2023 Outstanding Paper Award]
snexus/llm-search
Querying local documents, powered by LLM
mgonzs13/llama_ros
llama.cpp (GGUF LLMs) and llava.cpp (GGUF VLMs) for ROS 2
ducha-aiki/manifold-diffusion
Diffusion on manifolds for image retrieval
wzdavid/ThinkRAG
A LLM RAG system runs on your laptop. 大模型检索增强生成系统,可以轻松部署在笔记本电脑上,实现本地知识库智能问答。
DevSinghSachan/unsupervised-passage-reranking
Code, datasets, and checkpoints for the paper "Improving Passage Retrieval with Zero-Shot Question Generation (EMNLP 2022)"
yzhangcs/SoTu
A flask-based cbir system
morningmoni/GAR
Code and resources for papers "Generation-Augmented Retrieval for Open-Domain Question Answering" and "Reader-Guided Passage Reranking for Open-Domain Question Answering", ACL 2021
gmberton/geo_warp
Official repository of ICCV21 paper "Viewpoint Invariant Dense Matching for Visual Geolocalization"
UDLF/UDLF
An Unsupervised Distance Learning Framework for Multimedia Retrieval
willard-yuan/SoTu
Bag of Visual Feature with Hamming Enbedding, Reranking
tensorlakeai/rerank-ts
rerank library for easy reranking of results
UKPLab/useb
Heterogenous, Task- and Domain-Specific Benchmark for Unsupervised Sentence Embeddings used in the TSDAE paper: https://arxiv.org/abs/2104.06979.
coleygroup/rxn-ebm
Energy-based modeling of chemical reactions
mukhal/PromptRank
[ACL 2023] Few-shot Reranking for Multi-hop QA via Language Model Prompting
MCC-WH/CSA
Official implementation of NeurIPS 2021 paper "Contextual Similarity Aggregation with Self-attention for Visual Re-ranking"
jiesutd/RerankNER
Neural Reranking for Named Entity Recognition, accepted as regular paper at RANLP 2017
mehdidc/clip_rerank
Simple script to re-rank images using OpenAI's CLIP https://github.com/openai/CLIP.
ArslanKAS/Large-Language-Models-with-Semantic-Search
Explore from keyword search to dense retrieval and reranking, which injects the intelligence of LLMs into your search system, making it faster and more effective.
cambridgeltl/BLICEr
Improving Bilingual Lexicon Induction with Cross-Encoder Reranking (Findings of EMNLP 2022). Keywords: Bilingual Lexicon Induction, Word Translation, Cross-Lingual Word Embeddings.
dcarpintero/wikisearch
Multilingual Semantic Search with Reranking on a prepared large vectorized dataset comprising 10 million Wikipedia documents. It supports dense retrieval, keyword search, and hybrid search.
mixedbread-ai/python-sdk
mixedbread ai python sdk
bhavnicksm/pokemon-card-explorer
Who's that Pokemon (card)? Search over more than 10K Pokemon cards to find out the coolest one yet! ✨
ML-Recipes/BERT-FAQ
Python-based toolkit for building and evaluating a transformer-based FAQ retrieval system
Thomas-wyh/B-Attention
This is an official implementation for "Robust Graph Structure Learning over Images via Multiple Statistical Tests" accepted at NeurIPS 2022.
Kdotseth7/advanced-rag
Advanced RAG pipeline using Re-Ranking after initial retrieval
subhalingamd/ir-pseudo-relevance-feedback
Implementation of Probabilistic Retrieval Query expansion and Relevance Model based Language Modelling aimed at improving the precision of results using pseudo-relevance feedback in Information Retrieval.
gulabpatel/LLMs
Alpaca, Bloom, DeciLM, Falcon, Vicuna, Llama2, Zephyr, Mistral(MoE), RAG, Reranking, Langchain, Langsmith..
MiuLab/InstUPR
Source code of our paper "InstUPR: Instruction-based Unsupervised Passage Reranking with Large Language Models"
rupeshtr78/chroma-db-rag
Chroma DB vector database, with embedding and reranker models to implement a Retrieval Augmented Generation (RAG) system.