NeFut Logo NeFut
Admin Login

[CS.AI] GROCLM: A Breakthrough in Grocery Category Recommendation with LLMs

Published at: 2026-07-29 22:00 Last updated: 2026-07-30 03:24
#AI #Machine Learning #optimization

The rapid growth of online grocery shopping necessitates recommendation systems that capture cyclical purchasing behavior and diverse user intents. Traditional item-level methods face scalability and accuracy challenges, leading to 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.

Blogger's Review: GROCLM successfully models complex user purchasing behaviors through innovative training strategies and decoding mechanisms, showcasing the immense potential of large language models in recommendation systems. This provides new insights for personalized recommendations in e-commerce, worthy of emulation in other fields.

Original Source: https://arxiv.org/abs/2607.24764

[h] Back to Home