Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
RankGPT is a Python toolkit specifically crafted to delve into the application of generative Large Language Models (LLMs), such as ChatGPT and GPT-4, for the purpose of relevance ranking within Information Retrieval (IR). It presents innovative techniques, including instructional permutation generation and a sliding window strategy, which help LLMs to efficiently rerank documents. Supporting a diverse array of LLMs—including GPT-3.5, GPT-4, Claude, Cohere, and Llama2 through LiteLLM—RankGPT offers comprehensive modules for retrieval, reranking, evaluation, and response analysis, thereby streamlining end-to-end processes. Additionally, the toolkit features a module dedicated to the in-depth analysis of input prompts and LLM outputs, effectively tackling reliability issues associated with LLM APIs and the non-deterministic nature of Mixture-of-Experts (MoE) models. Furthermore, it is designed to work with multiple backends, such as SGLang and TensorRT-LLM, making it compatible with a broad spectrum of LLMs. Among its resources, RankGPT's Model Zoo showcases various models, including LiT5 and MonoT5, which are conveniently hosted on Hugging Face, allowing users to easily access and implement them in their projects. Overall, RankGPT serves as a versatile and powerful toolkit for researchers and developers aiming to enhance the effectiveness of information retrieval systems through advanced LLM techniques.
Description
TILDE (Term Independent Likelihood moDEl) serves as a framework for passage re-ranking and expansion, utilizing BERT to boost retrieval effectiveness by merging sparse term matching with advanced contextual representations. The initial version of TILDE calculates term weights across the full BERT vocabulary, which can result in significantly large index sizes. To optimize this, TILDEv2 offers a more streamlined method by determining term weights solely for words found in expanded passages, leading to indexes that are 99% smaller compared to those generated by the original TILDE. This increased efficiency is made possible by employing TILDE as a model for passage expansion, where passages are augmented with top-k terms (such as the top 200) to enhance their overall content. Additionally, it includes scripts that facilitate the indexing of collections, the re-ranking of BM25 results, and the training of models on datasets like MS MARCO, thereby providing a comprehensive toolkit for improving information retrieval tasks. Ultimately, TILDEv2 represents a significant advancement in managing and optimizing passage retrieval systems.
API Access
Has API
API Access
Has API
Integrations
Hugging Face
Python
ChatGPT
Claude
Cohere
GPT-3.5
GPT-4
LiteLLM
Llama 2
NVIDIA TensorRT
Integrations
Hugging Face
Python
ChatGPT
Claude
Cohere
GPT-3.5
GPT-4
LiteLLM
Llama 2
NVIDIA TensorRT
Pricing Details
Free
Free Trial
Free Version
Pricing Details
No price information available.
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Weiwei Sun
Country
United States
Website
github.com/sunnweiwei/RankGPT
Vendor Details
Company Name
ielab
Country
United States
Website
github.com/ielab/TILDE/tree/main