mangopy/SearchLM
Official code for NeurIPS2025 "Iterative Self-Incentivization Empowers Large Language Models as Agentic Searchers"
Implements an expectation-maximization framework where LLMs iteratively refine search strategies through self-incentivization—using entropy-based trajectory weighting to identify high-value reasoning paths without external rewards. Integrates ColBERT for dense retrieval over Wikipedia corpora and supports distributed training via DeepSpeed, enabling end-to-end optimization of both search decisions and answer generation across multi-turn agentic workflows.
225 stars.
Stars
225
Forks
4
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 14, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/mangopy/SearchLM"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
denser-org/denser-retriever
An enterprise-grade AI retriever designed to streamline AI integration into your applications,...
rayliuca/T-Ragx
Enhancing Translation with RAG-Powered Large Language Models
neuml/rag
🚀 Retrieval Augmented Generation (RAG) with txtai. Combine search and LLMs to find insights with...
NovaSearch-Team/RAG-Retrieval
Unify Efficient Fine-tuning of RAG Retrieval, including Embedding, ColBERT, ReRanker.
RulinShao/retrieval-scaling
Official repository for "Scaling Retrieval-Based Langauge Models with a Trillion-Token Datastore".