E-CARE: An Efficient LLM-based Commonsense-Augmented Framework for E-Commerce
Ge Zhang, Rohan Deepak Ajwani, Tony Zheng, Hongjian Gu, Yaochen Hu, Wei Guo, Mark Coates, Yingxue Zhang
TL;DR
E-CARE tackles the cost and latency of leveraging LLM-based commonsense in e-commerce retrieval by offline constructing a reasoning factor graph from historical query–product interactions and training adapters to map inputs to this graph. During inference, a single LLM forward pass embeds the query, and the precomputed graph guides the retrieval process, enabling efficient, commonsense-aware decision making. The approach yields consistent improvements across search relevance and app recall without supervised fine-tuning, demonstrating practical scalability for large catalogs. By reducing graph redundancy through clustering and edge filtering, E-CARE maintains rich reasoning capabilities while keeping inference fast and cost-effective.
Abstract
Finding relevant products given a user query plays a pivotal role in an e-commerce platform, as it can spark shopping behaviors and result in revenue gains. The challenge lies in accurately predicting the correlation between queries and products. Recently, mining the cross-features between queries and products based on the commonsense reasoning capacity of Large Language Models (LLMs) has shown promising performance. However, such methods suffer from high costs due to intensive real-time LLM inference during serving, as well as human annotations and potential Supervised Fine Tuning (SFT). To boost efficiency while leveraging the commonsense reasoning capacity of LLMs for various e-commerce tasks, we propose the Efficient Commonsense-Augmented Recommendation Enhancer (E-CARE). During inference, models augmented with E-CARE can access commonsense reasoning with only a single LLM forward pass per query by utilizing a commonsense reasoning factor graph that encodes most of the reasoning schema from powerful LLMs. The experiments on 2 downstream tasks show an improvement of up to 12.1% on precision@5.
