paper-with-me

홈 › Papers

AutoIndex: Learning Representation Programs for Retrieval

2026-07-21 · Sam O'Nuallain, Nithya Rajkumar, Ramya Narayanasamy, Hanna Jiang, Shreyas Chaudhari, Andrew Drozdov hf

We present AutoIndex, a framework for learning representation programs: executable transformations that map raw documents into the representations exposed to a retrieval system. Rather than tuning retrievers, rerankers, or a small set of preprocessing hyperparameters, AutoIndex searches over programs that slice, enrich, normalize, reweight, or reorganize documents before indexing. At each iteration, AutoIndex performs validation-guided program search, in which agents diagnose failures of the current program and synthesize candidate updates, retaining only updates that improve retrieval quality under the resulting index. We evaluate AutoIndex on CRUMB, a benchmark of heterogeneous retrieval tasks, with BM25 held fixed across all experiments. The learned programs improve recall over a static full-document BM25 baseline on all 8 tasks, with average gains of +8.4% in Recall@100 and +8.3% in nDCG@10, and largest gains of +30.5% in Recall@100 and +43.6% in nDCG@10. These results suggest that document representation should not be treated as a fixed preprocessing choice made before retrieval begins, but as an explicit optimization target. Code to reproduce our results is available at https://github.com/auto-index/autoindex.

📄 PDF Abstract BibTeX arXiv:2607.18603

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoIndexer: A Reinforcement Learning-Enhanced Index Advisor Towards Scaling Workloads

2025-07-30 · Taiyi Wang, Eiko Yoneki arxiv

Efficiently selecting indexes is fundamental to database performance optimization, particularly for systems handling large-scale analytical workloads. While deep reinforcement learning (DRL) has shown promise in automati…

Reinforcement Learning

Learning Program Representations for Food Images and Cooking Recipes

2022-03-30 · CVPR 2022 1 · Dim P. Papadopoulos, Enrique Mora, Nadiia Chepurko, Kuan Wei Huang 외

In this paper, we are interested in modeling a how-to instructional procedure, such as a cooking recipe, with a meaningful and rich high-level representation. Specifically, we propose to represent cooking recipes and foo…

Cross-Modal RetrievalRetrieval

iPTR: Learning a representation for interactive program translation retrieval

2021-01-01 · Binger Chen, Ziawasch Abedjan

Program translation contributes to many real world scenarios, such as porting codebases written in an obsolete or deprecated language to a modern one or re-implementing existing projects in one's preferred programming la…

Code TranslationRetrievalTranslation

PyTorchGeoNodes: Enabling Differentiable Shape Programs for 3D Shape Reconstruction

2024-04-16 · CVPR 2025 1 · Sinisa Stekovic, Stefan Ainetter, Mattia D'Urso, Friedrich Fraundorfer 외

We propose PyTorchGeoNodes, a differentiable module for reconstructing 3D objects from images using interpretable shape programs. In comparison to traditional CAD model retrieval methods, the use of shape programs for 3D…

3D Reconstruction3D Shape ReconstructionRetrievalScene Understanding

Prompt2DeModel: Declarative Neuro-Symbolic Modeling with Natural Language

2024-07-30 · Hossein Rajaby Faghihi, Aliakbar Nafar, Andrzej Uszok, Hamid Karimian 외

This paper presents a conversational pipeline for crafting domain knowledge for complex neuro-symbolic models through natural language prompts. It leverages large language models to generate declarative programs in the D…

Retrieval