BM25
PulseAugur coverage of BM25 — every cluster mentioning BM25 across labs, papers, and developer communities, ranked by signal.
24 day(s) with sentiment data
-
RAG Systems Enhanced with Hybrid Search and Reranking Beyond Vector Search
This article delves into enhancing Retrieval-Augmented Generation (RAG) systems by moving beyond simple vector search. It explains that while embeddings are crucial for semantic similarity, they are insufficient on thei…
-
New FinRank benchmark tests AI's ability to ground financial answers in evidence
Researchers have introduced FinRank, a new benchmark designed to evaluate financial question-answering systems by focusing on the grounding of answers in specific evidence within SEC filings. Unlike traditional methods …
-
Guardian Crawler system enhances knowledge discovery from noisy web data
Researchers have developed Guardian Crawler, a new retrieval-first system designed for knowledge discovery and evidence-grounded summarization from noisy web data. The system combines BM25 retrieval with advanced rerank…
-
Hybrid Search Fuses BM25 and Dense Vectors for Improved Information Retrieval
A new approach to information retrieval combines lexical search (BM25) with dense vector search to overcome the limitations of each. BM25 excels at matching exact keywords and rare terms, while dense vectors capture sem…
-
Remembrane offers local-first AI agent memory in single SQLite file
Remembrane is a new, local-first persistent memory solution for AI agents designed to overcome the limitations of cloud-based or framework-heavy alternatives. It stores an agent's entire memory in a single SQLite file w…
-
New HERALD system audits AI search agent rewards for manipulation
Researchers have developed HERALD, a new offline audit system designed to evaluate and improve the reward mechanisms for search agents. HERALD uses counterfactual interventions to distinguish between candidate-visible a…
-
New READ method outperforms dense retrieval for complex document search
Researchers have developed a new method called READ (Reliable Embedding-free Agentic Document-search) that aims to improve retrieval of information from long, complex documents, particularly financial and regulatory tex…
-
Beyond Vector Search: Integrating Knowledge Graphs and Structured Retrieval for AI
Effective knowledge retrieval systems require more than just semantic similarity; they must integrate various methods like vector search, exact-match fields, lexical search, relational databases, and knowledge graphs. A…
-
LLM reranker leads ADHD symptom sentence ranking at eRisk 2026
Researchers from DS@GT-ARC have developed a system for the eRisk 2026 Task 3, which involves ranking Reddit sentences based on their relevance to 18 symptoms of attention deficit hyperactivity disorder (ADHD). Due to th…
-
NVIDIA's Nemotron models adapted for Modern Greek with new benchmark
Researchers have adapted NVIDIA's Nemotron retrieval models to better handle Modern Greek, addressing a gap in current AI capabilities for the language. The study involved mining Greek corpora, training retrieval models…
-
Pixel-Native RAG system indexes visual documents using multimodal embeddings
This tutorial details the creation of a "Pixel-Native RAG" system for visual document indexing. The process involves rendering web pages and PDFs as images, segmenting them into tiles, and generating multimodal embeddin…
-
New study evaluates RAG pipeline for scientific question answering · 2 sources tracked
Researchers have introduced SciRet, a study examining retrieval-augmented generation (RAG) for scientific question answering using the CORD-19 dataset. The study evaluates a fixed RAG pipeline across three different cor…
-
Static embeddings offer little value in hybrid Dutch retrieval systems, study finds
A new research paper investigates the effectiveness of static embeddings in hybrid retrieval systems for Dutch language tasks. The study found that while combining BM25 and Qwen/Qwen3-Embedding-0.6B models improved perf…
-
Langchain-Rust framework enables LLM apps in pure Rust, bypassing Python
The langchain-rust library offers a comprehensive framework for building LLM applications entirely in Rust, eliminating the need for Python. It provides first-class integration with Ollama for local models, supporting f…
-
New AI framework ELISA enhances single-cell genomics discovery
Researchers have developed ELISA, a novel interpretable framework designed to bridge the gap between single-cell RNA sequencing data and biological discovery. This hybrid generative AI agent unifies expression embedding…
-
Hyperbolic geometry retrieval system enables RAG on edge devices
Researchers have developed a novel hybrid retrieval system that leverages hyperbolic geometry for retrieval-augmented generation (RAG) on edge devices. This system projects word embeddings into hyperbolic space, allowin…
-
New chunking methods boost RAG accuracy by respecting semantic and structural boundaries
Researchers are exploring advanced methods for document chunking to improve the effectiveness of retrieval-augmented generation (RAG) systems. One novel approach, Right Reset (RR), identifies semantic boundaries by anal…
-
New CE-QE method enhances lexical retrieval by grounding in semantic evidence
Researchers have developed a new method called Cross-Encoder Query Expansion (CE-QE) to improve information retrieval systems. This technique addresses the limitation of traditional lexical retrieval methods like BM25, …
-
Hierarchical BM25 enables billion-document lexical search with reduced memory
A new research paper introduces Hierarchical BM25, a method designed to make lexical search practical for massive document collections, such as one billion documents. Traditional BM25 indexing becomes computationally ex…
-
RAG Implementation Challenges: Chunking, Retrieval, and Hallucination Solutions
This article addresses five common challenges encountered when implementing Retrieval-Augmented Generation (RAG) systems in production environments. It details issues such as content chunking that breaks context, retrie…