paper-with-me

Papers

Synthetic Prefixes to Mitigate Bias in Real-Time Neural Query Autocomplete

2025-10-02 · Adithya Rajan, Xiaoyu Liu, Prateek Verma, Vibhu Arora arxiv

We introduce a data-centric approach for mitigating presentation bias in real-time neural query autocomplete systems through the use of synthetic prefixes. These prefixes are generated from complete user queries collected during regular search sessions where autocomplete was not active. This allows us to enrich the training data for learning to rank models with more diverse and less biased examples. This method addresses the inherent bias in engagement signals collected from live query autocomplete interactions, where model suggestions influence user behavior. Our neural ranker is optimized for real-time deployment under strict latency constraints and incorporates a rich set of features, including query popularity, seasonality, fuzzy match scores, and contextual signals such as department affinity, device type, and vertical alignment with previous user queries. To support efficient training, we introduce a task-specific simplification of the listwise loss, reducing computational complexity from $O(n^2)$ to $O(n)$ by leveraging the query autocomplete structure of having only one ground-truth selection per prefix. Deployed in a large-scale e-commerce setting, our system demonstrates statistically significant improvements in user engagement, as measured by mean reciprocal rank and related metrics. Our findings show that synthetic prefixes not only improve generalization but also provide a scalable path toward bias mitigation in other low-latency ranking tasks, including related searches and query recommendations.

📄 PDF Abstract BibTeX arXiv:2510.01574

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Scheduled Sampling with Elastic Weight Consolidation for Neural Machine Translation

2021-09-13 · Michalis Korakakis, Andreas Vlachos

Despite strong performance in many sequence-to-sequence tasks, autoregressive models trained with maximum likelihood estimation suffer from exposure bias, i.e. the discrepancy between the ground-truth prefixes used durin…

Machine TranslationTranslation

Rooted Absorbed Prefix Trajectory Balance with Submodular Replay for GFlowNet Training

2026-02-28 · Xi Wang, Wenbo Lu, Shengjie Wang arxiv

Generative Flow Networks (GFlowNets) enable fine-tuning large language models to approximate reward-proportional posteriors, but they remain prone to mode collapse, manifesting as prefix collapse and length bias. We attr…

COMO: Closed-Loop Optical Molecule Recognition with Minimum Risk Training

2026-04-26 · Zhuoqi Lyu, Qing Ke arxiv

Optical chemical structure recognition (OCSR) translates molecular images into machine-readable representations like SMILES strings or molecular graphs, but remains challenging in real-world documents due to inexhaustibl…

Exposure Bias versus Self-Recovery: Are Distortions Really Incremental for Autoregressive Text Generation?

2019-05-25 · EMNLP 2021 11 · Tianxing He, Jingzhao Zhang, Zhiming Zhou, James Glass

Exposure bias has been regarded as a central problem for auto-regressive language models (LM). It claims that teacher forcing would cause the test-time generation to be incrementally distorted due to the training-generat…

Machine TranslationText Generation

Session-based Recommender Systems: User Interest as a Stochastic Process in the Latent Space

2025-04-14 · Klaudia Balcer, Piotr Lipinski

This paper jointly addresses the problem of data uncertainty, popularity bias, and exposure bias in session-based recommender systems. We study the symptoms of this bias both in item embeddings and in recommendations. We…

Recommendation Systems