Self-Evolving Search Index
Summary
The paper introduces SELF-INDEX, a framework that enables search indexes to self-evolve autonomously, improving retrieval performance and benefiting downstream applications such as search agents and agent memory systems.
View Cached Full Text
Cached at: 09/18/26, 07:02 PM
Paper page - Self-Evolving Search Index
Source: https://huggingface.co/papers/2609.19656
Abstract
InformationretrievalisincreasinglyimportantasLLMagentstacklecomplextasksinvolvingdiverseinformationneeds.Becauseretrievalreliesonanindexthatrepresentseachdocumentthroughindexkeys,retrievalqualitydependsheavilyonhoweffectivelythesekeysexposetheknowledgecontainedineachdocument.However,effectiveindexrepresentationsvaryacrossretrievalenvironments,makingitdifficultforanyfixedoptimizationstrategytoperformconsistently.Yetevolvinganindextoitsretrievalenvironmentremainslargelyhuman-driven,requiringhumanstodiagnoseretrievalfailures,refinetheoptimizationstrategy,andreprocesstheindexaccordingly.WeproposeSELF-INDEX,aframeworkthatenablesanindextoself-evolvewithouthumanintervention.ItsOptimizerautonomouslydiagnosesretrievalshortfalls,selectivelyrevisestheresponsibleindexkeys,andvalidateseachrevisionbeforeupdatingtheindex.Beyondreactingtoobservedretrievaldemands,SELF-INDEXproactivelyexploresadditionaldemandsthroughaQuerySimulator,allowingtheindextoevolvebeyondthequeriesalreadyavailableforoptimization.Acrossdiversecorporaandretrievers,SELF-INDEXconsistentlyimprovesretrievalperformancewhileoutperformingexistingindexoptimizationmethods.Wefurthershowthatthesebenefitsextendtodownstreamapplications,improvingtheeffectivenessandefficiencyofsearchagentsandhelpingagentmemorysystemsretrieveusefulpastinteractions.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2609\.19656
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.19656 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.19656 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.19656 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Self-Play Meets Skill Evolution: Self-Evolving Search Agents that Pose, Solve, and Remember
This paper introduces SESA, a self-evolving skill-augmented search agent that co-evolves task generation and skill memory via tool-augmented search self-play. It improves accuracy across seven QA benchmarks over baselines while supporting memory-free deployment.
Self-Evolving Coding Agents
This paper surveys self-evolving coding agents, which improve their future behavior by updating frameworks, memory, skills, tools, or models from prior coding interactions, and presents a taxonomy of what evolves, when, and what software-specific evidence drives it.
DeepSearch-World: Self-Distillation for Deep Search Agents in a Verifiable Environment
DeepSearch-Evolve introduces a self-distillation framework for web agents using a verifiable environment (DeepSearch-World) with 420K multi-hop QA tasks, achieving competitive performance without distillation from stronger models.
ERSkill: Evolving for Skill-Guided Adaptive Memory Retrieval
Introduces ERSkill, a retrieval-centric framework for self-evolving, skill-guided adaptive memory access in LLM agents. It co-evolves retrieval skills and a routing policy, substantially outperforming strong baselines across agent memory benchmarks.
Self Improvement via Fast Tree-search
This paper introduces RecursiveSelfImprovement via Fast Tree-search (SIFT), a sample-efficient framework that uses a lightweight tree-search guided by LLM-as-a-judge evaluations to improve coding agents' performance under budget constraints, outperforming existing methods with lower resource costs.