paper-with-me

홈 › Papers

Feasibility Preservation under Monotone Retrieval Truncation

2026-01-21 · Sean Plummer arxiv

Retrieval-based systems approximate access to a corpus by exposing only a truncated subset of available evidence. Even when relevant information exists in the corpus, truncation can prevent compatible evidence from co-occurring, leading to failures that are not captured by relevance-based evaluation. This paper studies retrieval from a structural perspective, modeling query answering as a feasibility problem under truncation. We formalize retrieval as a sequence of candidate evidence sets and characterize conditions under which feasibility in the limit implies feasibility at finite retrieval depth. We show that monotone truncation suffices to guarantee finite witnessability for individual queries. For classes of queries, we identify finite generation of witness certificates as the additional condition required to obtain a uniform retrieval bound, and we show that this condition is necessary. We further exhibit sharp counterexamples demonstrating failure under non-monotone truncation, non-finitely-generated query classes, and purely slotwise coverage. Together, these results isolate feasibility preservation as a correctness criterion for retrieval independent of relevance scoring or optimization, and clarify structural limitations inherent to truncation-based retrieval.

📄 PDF Abstract BibTeX arXiv:2601.15241

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Nearest is Not Dearest: Towards Practical Defense against Quantization-conditioned Backdoor Attacks

2024-05-21 · CVPR 2024 1 · Boheng Li, Yishuo Cai, Haowei Li, Feng Xue 외

Model quantization is widely used to compress and accelerate deep neural networks. However, recent studies have revealed the feasibility of weaponizing model quantization via implanting quantization-conditioned backdoors…

Quantization

Monotone Boolean Functions, Feasibility/Infeasibility, LP-type problems and MaxCon

2020-05-11 · David Suter, Ruwan Tennakoon, Erchuan Zhang, Tat-Jun Chin 외

This paper outlines connections between Monotone Boolean Functions, LP-Type problems and the Maximum Consensus Problem. The latter refers to a particular type of robust fitting characterisation, popular in Computer Visio…

Vocal Bursts Type Prediction

Basin-Preserving Discretizations of Modern Hopfield Retrieval Dynamics: Energy Cells, Dissipation, and the Attention Limit

2026-08-21 · Francisco R. Villatoro arxiv

The retrieval dynamics of a modern Hopfield network is the gradient flow of a log-sum-exp energy, while the attention update is its exact difference-of-convex minimization step. We study which time discretizations preser…

List-aware Reranking-Truncation Joint Model for Search and Retrieval-augmented Generation

2024-02-05 · Shicheng Xu, Liang Pang, Jun Xu, HuaWei Shen 외

The results of information retrieval (IR) are usually presented in the form of a ranked list of candidate documents, such as web search for humans and retrieval-augmented generation for large language models (LLMs). List…

Information RetrievalLearning-To-RankMisinformationReranking+2

Covering the Unseen: Information Demand Coverage Optimization for Retrieval-Augmented Generation

2026-06-28 · Bingxue Zhang, Jianying Jia, Feida Zhu arxiv

Retrieval-augmented generation (RAG) typically treats context selection as ranking chunks against a single query embedding. This assumption breaks down for complex queries, such as multi-hop or ambiguous questions, where…