Hugging Face Daily PapersSangam Lee, Wonjae Lee, Sunghwan Kim1 min readpaperadvanced
Self-Evolving Search Index
Summary
The paper introduces SELF-INDEX, a framework that lets a search index automatically diagnose retrieval failures, revise its keys, and validate changes, using a query simulator to anticipate future queries. Experiments show consistent gains across corpora and downstream LLM agents.
- SELF-INDEX adds an Optimizer that automatically detects retrieval gaps and edits the responsible index keys.
- A Query Simulator generates synthetic queries to drive proactive index evolution beyond observed workloads.
- The framework validates each key revision before committing, ensuring no regression in retrieval quality.
- Reported experiments claim consistent performance improvements across multiple corpora and downstream LLM agents.
Anyone building retrieval components for LLM‑powered applications should care, as automated index evolution could reduce manual tuning and improve agent performance.
6/10

