AIJun 4

GrocLM: Grocery Category Recommendation in E-Commerce with Large Language Models

Yuan Zhong, Chuanwei Ruan, Moein Hasani, Tejaswi Tenneti, Haixun Wang, Fenglong Ma
arXiv:2607.24764h-index: 10
Originality Incremental advance
AI Analysis

For e-commerce platforms, this work provides a practical and effective method for category-level recommendation that outperforms strong baselines in a real-world setting.

GrocLM tackles grocery category recommendation in e-commerce by fine-tuning a language model with a two-stage LoRA strategy to encode cyclical purchasing patterns, achieving a 7.5% relative improvement in cart-adds per impression in a live production restocking task.

The rapid growth of online grocery shopping requires recommendation systems that capture cyclical purchasing behavior and diverse user intents. Traditional item-level methods face scalability and accuracy challenges, motivating category-level recommendation as a more structured and practical alternative. We present GROCLM, a fine-tuned language model for grocery category recommendation in a real-world production environment. GROCLM employs a two-stage LoRA-based training strategy to encode cyclical purchasing patterns directly into model parameters, enabling more effective utilization of rebuying signals compared to prompt-based conditioning. To ensure valid and controllable outputs, we further introduce a trie-based constrained decoding mechanism over a predefined category space. Experiments on both proprietary production data and a public benchmark demonstrate that GROCLM consistently outperforms strong baselines. In a live production restocking task, GROCLM achieves a 7.5% relative improvement in cart-adds per impression, while maintaining efficient inference by generating all categories jointly. These results highlight the effectiveness and practicality of integrating large language models into structured recommendation systems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes