paper-with-me

홈 › Papers

The Role of Vocabularies in Learning Sparse Representations for Ranking

2025-09-20 · Hiun Kim, Tae Kwan Lee, Taeryun Won arxiv

Learned Sparse Retrieval (LSR) such as SPLADE has growing interest for effective semantic 1st stage matching while enjoying the efficiency of inverted indices. A recent work on learning SPLADE models with expanded vocabularies (ESPLADE) was proposed to represent queries and documents into a sparse space of custom vocabulary which have different levels of vocabularic granularity. Within this effort, however, there have not been many studies on the role of vocabulary in SPLADE models and their relationship to retrieval efficiency and effectiveness. To study this, we construct BERT models with 100K-sized output vocabularies, one initialized with the ESPLADE pretraining method and one initialized randomly. After finetune on real-world search click logs, we applied logit score-based queries and documents pruning to max size for further balancing efficiency. The experimental result in our evaluation set shows that, when pruning is applied, the two models are effective compared to the 32K-sized normal SPLADE model in the computational budget under the BM25. And the ESPLADE models are more effective than the random vocab model, while having a similar retrieval cost. The result indicates that the size and pretrained weight of output vocabularies play the role of configuring the representational specification for queries, documents, and their interactions in the retrieval engine, beyond their original meaning and purposes in NLP. These findings can provide a new room for improvement for LSR by identifying the importance of representational specification from vocabulary configuration for efficient and effective retrieval.

📄 PDF Abstract BibTeX arXiv:2509.16621

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DyVo: Dynamic Vocabularies for Learned Sparse Retrieval with Entities

2024-10-10 · Thong Nguyen, Shubham Chatterjee, Sean MacAvaney, Iain Mackie 외

Learned Sparse Retrieval (LSR) models use vocabularies from pre-trained transformers, which often split entities into nonsensical fragments. Splitting entities can reduce retrieval accuracy and limits the model's ability…

Document RankingEntity EmbeddingsEntity RetrievalRetrieval+1

Exploring the Representation Power of SPLADE Models

2023-06-29 · Joel Mackenzie, Shengyao Zhuang, Guido Zuccon

The SPLADE (SParse Lexical AnD Expansion) model is a highly effective approach to learned sparse retrieval, where documents are represented by term impact scores derived from large language models. During training, SPLAD…

Retrieval

SpaDE: Improving Sparse Representations using a Dual Document Encoder for First-stage Retrieval

2022-09-13 · Eunseong Choi, Sunkyung Lee, Minjin Choi, Hyeseon Ko 외

Sparse document representations have been widely used to retrieve relevant documents via exact lexical matching. Owing to the pre-computed inverted index, it supports fast ad-hoc search but incurs the vocabulary mismatch…

Retrieval

Improved Learned Sparse Retrieval with Corpus-Specific Vocabularies

2024-01-12 · Puxuan Yu, Antonio Mallia, Matthias Petri

We explore leveraging corpus-specific vocabularies that improve both efficiency and effectiveness of learned sparse retrieval systems. We find that pre-training the underlying BERT model on the target corpus, specificall…

Retrieval

When coding meets ranking: A joint framework based on local learning

2014-09-08 · Jim Jing-Yan Wang, Xuefeng Cui, Ge Yu, Lili Guo 외

Sparse coding, which represents a data point as a sparse reconstruction code with regard to a dictionary, has been a popular data representation method. Meanwhile, in database retrieval problems, learning the ranking sco…

Retrieval