English

Improving Search Suggestions for Alphanumeric Queries

Information Retrieval 2026-04-10 v1

Abstract

Alphanumeric identifiers such as manufacturer part numbers (MPNs), SKUs, and model codes are ubiquitous in e-commerce catalogs and search. These identifiers are sparse, non linguistic, and highly sensitive to tokenization and typographical variation, rendering conventional lexical and embedding based retrieval methods ineffective. We propose a training free, character level retrieval framework that encodes each alphanumeric sequence as a fixed length binary vector. This representation enables efficient similarity computation via Hamming distance and supports nearest neighbor retrieval over large identifier corpora. An optional re-ranking stage using edit distance refines precision while preserving latency guarantees. The method offers a practical and interpretable alternative to learned dense retrieval models, making it suitable for production deployment in search suggestion generation systems. Significant gains in business metrics in the A/B test further prove utility of our approach.

Keywords

Cite

@article{arxiv.2604.07364,
  title  = {Improving Search Suggestions for Alphanumeric Queries},
  author = {Samarth Agrawal and Jayanth Yetukuri and Diptesh Kanojia and Qunzhi Zhou and Zhe Wu},
  journal= {arXiv preprint arXiv:2604.07364},
  year   = {2026}
}

Comments

Published in Advances in Information Retrieval, 48th European Conference on Information Retrieval, ECIR 2026

R2 v1 2026-07-01T11:59:45.690Z