SELF-INDEX:让检索索引自我演化的框架

HuggingFace Daily Papers(社区热门论文)·2026-09-17 08:00·1天前
AI 导读

研究者提出 SELF-INDEX,一个无需人工干预即可让检索索引自我演化的框架,其 Optimizer 能自主诊断检索缺陷、选择性修改相关索引键并在更新前验证每次修改。该框架还通过 Query Simulator 主动探索额外检索需求,在多种语料和检索器上持续提升检索性能,优于现有索引优化方法,并改善搜索智能体的效果与效率及智能体记忆系统的历史交互检索。

HuggingFace Daily Papers(社区热门论文)
36AI 编辑部评分,满分 100

SELF-INDEX:让检索索引自我演化的框架

2026-09-17 08:00· 1天前
AI 导读

研究者提出 SELF-INDEX,一个无需人工干预即可让检索索引自我演化的框架,其 Optimizer 能自主诊断检索缺陷、选择性修改相关索引键并在更新前验证每次修改。该框架还通过 Query Simulator 主动探索额外检索需求,在多种语料和检索器上持续提升检索性能,优于现有索引优化方法,并改善搜索智能体的效果与效率及智能体记忆系统的历史交互检索。

Information retrieval is increasingly important as LLM agents tackle complex tasks involving diverse information needs. Because retrieval relies on an index that represents each document through index keys, retrieval quality depends heavily on how effectively these keys expose the knowledge contained in each document. However, effective index representations vary across retrieval environments, making it difficult for any fixed optimization strategy to perform consistently. Yet evolving an index to its retrieval environment remains largely human-driven, requiring humans to diagnose retrieval failures, refine the optimization strategy, and reprocess the index accordingly.

We propose SELF-INDEX, a framework that enables an index to self-evolve without human intervention. Its Optimizer autonomously diagnoses retrieval shortfalls, selectively revises the responsible index keys, and validates each revision before updating the index. Beyond reacting to observed retrieval demands, SELF-INDEX proactively explores additional demands through a Query Simulator, allowing the index to evolve beyond the queries already available for optimization. Across diverse corpora and retrievers, SELF-INDEX consistently improves retrieval performance while outperforming existing index optimization methods.

We further show that these benefits extend to downstream applications, improving the effectiveness and efficiency of search agents and helping agent memory systems retrieve useful past interactions.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org