paper-with-me

Papers

Self-Evolving Search Index

2026-09-17 · Sangam Lee, Wonjae Lee, Sunghwan Kim, Deogyong Kim, Jaehoon Kim, Daye Nam, SeongKu Kang, Dongha Lee hf

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.

📄 PDF Abstract BibTeX arXiv:2609.19656

Code (1)

HaFred/awesome-generative-recsys ★ 18

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

A Self-supervised Approach for Semantic Indexing in the Context of COVID-19 Pandemic

2020-10-07 · Nima Ebadi, Peyman Najafirad

The pandemic has accelerated the pace at which COVID-19 scientific papers are published. In addition, the process of manually assigning semantic indexes to these papers by experts is even more time-consuming and overwhel…

Representation Learning

Self-Evolving Agentic Image Restoration via Deliberate Planning and Intuitive Execution

2026-06-27 · Shuang Cui, Fan Ji, Guanglong Sun, Yufei Guo 외 arxiv

Real-world image restoration (IR) remains challenging due to complex and coupled degradations. While recent agentic IR frameworks leverage Large Language Models for flexible tool planning, they face two critical limitati…

Image Restoration

Retrieval as Reasoning: Self-Evolving Agent-Native Retrieval via LLM-Wiki

2026-05-25 · Haoliang Ming, Feifei Li, Xiaoqing Wu, Wenhui Que arxiv

LLM agents require retrieval to behave less like one-shot context fetching and more like reasoning: searching, reading, traversing, and deciding when evidence is sufficient. Yet current Retrieval-Augmented Generation (RA…

Monitoring Term Drift Based on Semantic Consistency in an Evolving Vector Field

2015-02-05 · Peter Wittek, Sándor Darányi, Efstratios Kontopoulos, Theodoros Moysiadis 외

Based on the Aristotelian concept of potentiality vs. actuality allowing for the study of energy and dynamics in language, we propose a field approach to lexical analysis. Falling back on the distributional hypothesis to…

Lexical AnalysisPhilosophy

RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States

2026-08-03 · Yi Yang, Zhennan Chen, Yihong Zhuang, Tiehan Fan 외 arxiv

Learning-based memory systems for self-evolving LLM agents face two tightly coupled challenges. First, trajectory-indexed utilities grow with the interaction history, thereby dispersing limited feedback over an ever-expa…

Reinforcement Learning