paper-with-me

Papers

Explainable LLM-driven Multi-dimensional Distillation for E-Commerce Relevance Learning

2024-11-20 · Gang Zhao, XiMing Zhang, Chenji Lu, Hui Zhao, Tianshu Wu, Pengjie Wang, Jian Xu, Bo Zheng

Effective query-item relevance modeling is pivotal for enhancing user experience and safeguarding user satisfaction in e-commerce search systems. Recently, benefiting from the vast inherent knowledge, Large Language Model (LLM) approach demonstrates strong performance and long-tail generalization ability compared with previous neural-based specialized relevance learning methods. Though promising, current LLM-based methods encounter the following inadequacies in practice: First, the massive parameters and computational demands make it difficult to be deployed online. Second, distilling LLM models to online models is a feasible direction, but the LLM relevance modeling is a black box, and its rich intrinsic knowledge is difficult to extract and apply online. To improve the interpretability of LLM and boost the performance of online relevance models via LLM, we propose an Explainable LLM-driven Multi-dimensional Distillation framework for e-commerce relevance learning, which comprises two core components: (1) An Explainable LLM for relevance modeling (ELLM-rele), which decomposes the relevance learning into intermediate steps and models relevance learning as a Chain-of-Thought (CoT) reasoning, thereby enhancing both interpretability and performance of LLM. (2) A Multi-dimensional Knowledge Distillation (MKD) architecture that transfers the knowledge of ELLM-rele to current deployable interaction-based and representation-based student models from both the relevance score distribution and CoT reasoning aspects. Through distilling the probabilistic and CoT reasoning knowledge, MKD improves both the semantic interaction and long-tail generalization abilities of student models. Extensive offline evaluations and online experiments on Taobao search ad scene demonstrate that our proposed framework significantly enhances e-commerce relevance learning performance and user experience.

📄 PDF Abstract BibTeX arXiv:2411.13045

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationLarge Language Model

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

BanglaSentNet: An Explainable Hybrid Deep Learning Framework for Multi-Aspect Sentiment Analysis with Cross-Domain Transfer Learning

2025-11-28 · Ariful Islam, Md Rifat Hossen, Tanvir Mahmud arxiv

Multi-aspect sentiment analysis of Bangla e-commerce reviews remains challenging due to limited annotated datasets, morphological complexity, code-mixing phenomena, and domain shift issues, affecting 300 million Bangla-s…

Domain GeneralizationSentiment AnalysisTransfer LearningFew-Shot Learning

BERT2DNN: BERT Distillation with Massive Unlabeled Data for Online E-Commerce Search

2020-10-20 · Yunjiang Jiang, Yue Shang, Ziyang Liu, Hongwei Shen 외

Relevance has significant impact on user experience and business profit for e-commerce search platform. In this work, we propose a data-driven framework for search relevance prediction, by distilling knowledge from BERT …

Sentiment Analysis

EventCast: Hybrid Demand Forecasting in E-Commerce with LLM-Based Event Knowledge

2026-02-07 · Congcong Hu, Yuang Shi, Fan Huang, Yang Xiang 외 arxiv

Demand forecasting is a cornerstone of e-commerce operations, directly impacting inventory planning and fulfillment scheduling. However, existing forecasting systems often fail during high-impact periods such as flash sa…

Enabling Explainable Recommendation in E-commerce with LLM-powered Product Knowledge Graph

2024-11-17 · Menghan Wang, Yuchen Guo, Duanfeng Zhang, Jianian Jin 외

How to leverage large language model's superior capability in e-commerce recommendation has been a hot topic. In this paper, we propose LLM-PKG, an efficient approach that distills the knowledge of LLMs into product know…

Explainable RecommendationHallucination

Thinking Broad, Acting Fast: Latent Reasoning Distillation from Multi-Perspective Chain-of-Thought for E-Commerce Relevance

2026-01-29 · Baopu Qiu, Hao Chen, Yuanrong Wu, Changtong Zan 외 arxiv

Effective relevance modeling is crucial for e-commerce search, as it aligns search results with user intent and enhances customer experience. Recent work has leveraged large language models (LLMs) to address the limitati…

Knowledge Distillation