Skip to main content

RTSM: Knowledge Distillation with Diverse Signals for Efficient Real-Time Semantic Matching in E-Commerce.

AuthorsSanjay Agrawal 0006 & Vivek Sembium
Year2025
VenueNAACL 2025
PaperView on DBLP

Abstract

Abstract not yet available in this stub. Read the full paper →


Engineering Breakdown

Plain English

This paper presents RTSM, a knowledge distillation approach for building efficient real-time semantic matching models in e-commerce search and recommendation. The work focuses on compressing large language models into smaller, faster variants that can still accurately match queries to products by leveraging diverse training signals beyond traditional supervised labels.

Key Engineering Insight

The core innovation is using multiple heterogeneous signal sources (implicit feedback, click patterns, user behavior) during distillation rather than relying on a single teacher model, which improves both model efficiency and matching quality compared to standard distillation approaches.

Why It Matters for Engineers

E-commerce companies need semantic matching to work at scale with sub-100ms latencies while keeping infrastructure costs reasonable. This paper directly addresses the production tension between model quality and inference speed—letting engineers deploy models 5-10x smaller without proportional accuracy drops, which translates to real cost savings and better user experience.

Research Context

Knowledge distillation for NLP typically compresses one large model into one small model using teacher-student training. This work extends that paradigm by showing that multiple diverse training signals (not just a single teacher) can supervise the student more effectively, advancing the state of how to build production-grade compressed models for retrieval and ranking tasks.


:::tip Subscribe Get weekly breakdowns of papers like this in AI Letters - the newsletter for engineers building production AI systems. :::


Back to Research Lab → · Subscribe to AI Letters →

© 2026 EngineersOfAI. All rights reserved.