paper-with-me

홈 › Papers

Fast, Small, and Simple Document Listing on Repetitive Text Collections

2019-02-20 · Dustin Cobas, Gonzalo Navarro

Document listing on string collections is the task of finding all documents where a pattern appears. It is regarded as the most fundamental document retrieval problem, and is useful in various applications. Many of the fastest-growing string collections are composed of very similar documents, such as versioned code and document collections, genome repositories, etc. Plain pattern-matching indexes designed for repetitive text collections achieve orders-of-magnitude reductions in space. Instead, there are not many analogous indexes for document retrieval. In this paper we present a simple document listing index for repetitive string collections of total length $n$ that lists the $ndoc$ distinct documents where a pattern of length $m$ appears in time $\mathcal{O}(m+ndoc \cdot \log n)$. We exploit the repetitiveness of the document array (i.e., the suffix array coarsened to document identifiers) to grammar-compress it while precomputing the answers to nonterminals, and store them in grammar-compressed form as well. Our experimental results show that our index sharply outperforms existing alternatives in the space/time tradeoff map.

📄 PDF Abstract BibTeX arXiv:1902.07599

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Document Retrieval on Repetitive String Collections

2017-05-18 · Gagie Travis, Hartikainen Aleksi, Karhu Kalle, Kärkkäinen Juha 외

Most of the fastest-growing string collections today are repetitive, that is, most of the constituent documents are similar to many others. As these collections keep growing, a key approach to handling them is to exploit…

Retrieval

BiListing: Modality Alignment for Listings

2025-08-28 · Guillaume Guy, Mihajlo Grbovic, Chun How Tan, Han Zhao arxiv

Airbnb is a leader in offering travel accommodations. Airbnb has historically relied on structured data to understand, rank, and recommend listings to guests due to the limited capabilities and associated complexity aris…

Representation Learning

After the Party: Governing What a Viral Agent-Skill Ecosystem Left Behind

2026-09-15 · Yunpeng Xiong, Ting Zhang arxiv

AI agents increasingly act through agent skills, i.e., natural-language instructions, that direct a host agent toward shell, network, credential, file, and process actions, and public registries distribute them at scale.…

Universal Indexes for Highly Repetitive Document Collections

2016-05-24 · Claude Francisco, Fariña Antonio, Martínez-Prieto Miguel A., Navarro Gonzalo

Indexing highly repetitive collections has become a relevant problem with the emergence of large repositories of versioned documents, among other applications. These collections may reach huge sizes, but are formed mostl…

Mitigating the Learning Bias towards Repetition by Self-Contrastive Training for Open-Ended Generation

2023-07-04 · Jian Guan, Minlie Huang

Despite the huge progress in myriad generation tasks, pretrained language models (LMs) such as GPT2 still tend to generate repetitive texts with maximization-based decoding algorithms for open-ended generation. We attrib…

AttributeSentence