Deep Learning-based Online Alternative Product Recommendations at Scale
Mingming Guo, Nian Yan, Xiquan Cui, San He Wu, Unaiza Ahsan, Rebecca, West, Khalifeh Al Jadda

TL;DR
This paper presents a scalable deep learning approach combining textual and behavioral data to improve online alternative product recommendations, significantly increasing coverage and conversion rates in ecommerce.
Contribution
It introduces a Siamese Network with Bidirectional LSTM trained on customer behavior data to learn product embeddings for better recommendations at scale.
Findings
12% increase in conversion rate from A/B testing
Significant improvement in recommendation coverage, recall, and precision
Efficient kNN computation using NMSLIB for large product catalogs
Abstract
Alternative recommender systems are critical for ecommerce companies. They guide customers to explore a massive product catalog and assist customers to find the right products among an overwhelming number of options. However, it is a non-trivial task to recommend alternative products that fit customer needs. In this paper, we use both textual product information (e.g. product titles and descriptions) and customer behavior data to recommend alternative products. Our results show that the coverage of alternative products is significantly improved in offline evaluations as well as recall and precision. The final A/B test shows that our algorithm increases the conversion rate by 12 percent in a statistically significant way. In order to better capture the semantic meaning of product information, we build a Siamese Network with Bidirectional LSTM to learn product embeddings. In order to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Sentiment Analysis and Opinion Mining · Text and Document Classification Technologies
MethodsSiamese Network · Tanh Activation · Sigmoid Activation · Long Short-Term Memory
