I benchmarked my reasoning-based retrieval system against FAISS and BM25 on 700 queries, running everything on local Qwen. Results + where it loses
Summary
A reasoning-based retrieval system (ClawIndex) is benchmarked against FAISS and BM25 on 700 queries using local Qwen, achieving higher NDCG@10 but slower speed and lower MRR on some datasets, with the author seeking feedback.
Similar Articles
@dianetc_: We set out to build a better retriever, so we looked for the hardest IR benchmarks. For each, we asked how much headroo…
The authors introduce OBLIQ-Bench, a new benchmark designed to evaluate information retrieval systems on significantly harder search queries where previous benchmarks showed little remaining headroom.
Local agentic coding Benchmark : Qwen 3.8 27B (in many weights quants / cache quants / engine / reasoning effort) vs others.
The article reports on a benchmark comparing Qwen 3.8 27B with other models in agentic coding, highlighting that medium reasoning mode offers better efficiency without significant score improvements in xhigh mode.
HNSW from scratch, benchmarked against FAISS: brute force still wins at 5,183 documents. [P]
The author built a retrieval engine from scratch to benchmark HNSW against FAISS, finding that brute force search is faster for small document sets and that encoder latency dominates retrieval time, while RRF fusion of BM25 and dense retrieval improves quality significantly.
When Cases Get Rare: A Retrieval Benchmark for Off-Guideline Clinical Question Answering
Introduces OGCaReBench, a free-form retrieval benchmark for evaluating LLMs on clinical questions that require reasoning beyond standard guidelines. Experiments show that even the best model achieves only 56% accuracy, but retrieval augmentation boosts performance to 82%.
Rethinking Reasoning-Intensive Retrieval: Evaluating and Advancing Retrievers in Agentic Search Systems
The paper introduces BRIGHT-Pro, a new benchmark for reasoning-intensive retrieval, and RTriever-Synth, a synthetic corpus used to fine-tune RTriever-4B for improved performance in agentic search systems.