🎯Core Definition
RankGPT is a generation-based re-ranking paradigm that leverages frontier LLMs (GPT-4o, Claude 3.5, Qwen-72B) and specialized Listwise prompts to globally compare a candidate document set and directly output sorted rank permutations (e.g., `[3] > [1] > [5]`); to handle large candidate pools exceeding attention context, it operates via a Sliding Window algorithm (bubble-sorting high-relevance chunks iteratively from bottom to top).
💡Use Cases
High-stakes analytical RAG demanding maximum reasoning fidelity, complex research synthesis, and executive enterprise reporting.
⚡Key Problems Solved
Discriminative Cross-Encoders evaluate passages in isolation, blind to inter-chunk redundancies, contradictions, or synergistic complementary facts; RankGPT reasons globally across the candidate list, prioritizing non-redundant, information-dense passage sets.