paper-with-me

홈 › Papers

EPM-RL: Reinforcement Learning for On-Premise Product Mapping in E-Commerce

2026-04-27 · Minhyeong Yu, Wonduk Seo arxiv

Product mapping, the task of deciding whether two e-commerce listings refer to the same product, is a core problem for price monitoring and channel visibility. In real marketplaces, however, sellers frequently inject promotional keywords, platform-specific tags, and bundle descriptions into titles, causing the same product to appear under many different names. Recent LLM-based and multi-agent frameworks improve robustness and interpretability on such hard cases, but they often rely on expensive external APIs, repeated retrieval, and complex inference-time orchestration, making large-scale deployment costly and difficult in privacy-sensitive enterprise settings. To address these issues, we present EPM-RL, a reinforcement-learning-based framework for building an accurate and efficient on-premise e-commerce product mapping model. Our central idea is to distill high-cost agentic reasoning into a trainable in-house model. Starting from a curated set of product pairs with LLM-generated rationales and human verification, we first perform parameter-efficient fine-tuning (PEFT) on a small student model using structured reasoning outputs. We then further optimize the model with Reinforcement Learning (RL) using an agent-based reward that jointly evaluates output-format compliance, label correctness, reasoning--preference scores from specially designed judge models. Preliminary results show that EPM-RL consistently improves over PEFT-only training and offers a stronger quality--cost trade-off than commercial API-based baselines, while enabling private deployment and lower operational cost. These findings suggest that reinforcement learning can turn product mapping from a high-latency agentic pipeline into a scalable, inspectable, and production-ready in-house system.

📄 PDF Abstract BibTeX arXiv:2604.23993

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningReinforcement Learning

Similar Papers 제목 키워드 기반

CommerceVibe: Learning to Design E-Commerce Creatives as Executable Visual Code via Dual-Feedback Reinforcement Learning

2026-08-28 · Yajiao Xu, Jin Zhang, Jiangbo Ai, Tao Jiang 외 arxiv

High-quality e-commerce creatives are essential for presenting products and conveying marketing messages. Recent diffusion models enable scalable creative generation and produce visually compelling images, but their flat…

Reinforcement LearningProgram Synthesis

Cross-Lingual Low-Resource Set-to-Description Retrieval for Global E-Commerce

2020-05-17 · Juntao Li, Chang Liu, Jian Wang, Lidong Bing 외

With the prosperous of cross-border e-commerce, there is an urgent demand for designing intelligent approaches for assisting e-commerce sellers to offer local products for consumers from all over the world. In this paper…

AttributeCross-Lingual Information RetrievalInformation RetrievalRetrieval

Multi-Modal Generative Adversarial Network for Short Product Title Generation in Mobile E-Commerce

2019-04-03 · NAACL 2019 6 · Jian-Guo Zhang, Pengcheng Zou, Zhao Li, Yao Wan 외

Nowadays, more and more customers browse and purchase products in favor of using mobile E-Commerce Apps such as Taobao and Amazon. Since merchants are usually inclined to describe redundant and over-informative product t…

AttributeGenerative Adversarial NetworkReinforcement Learning

CommerceMM: Large-Scale Commerce MultiModal Representation Learning with Omni Retrieval

2022-02-15 · Licheng Yu, Jun Chen, Animesh Sinha, Mengjiao MJ Wang 외

We introduce CommerceMM - a multimodal model capable of providing a diverse and granular understanding of commerce topics associated to the given piece of content (image, text, image+text), and having the capability to g…

Image-text RetrievalRepresentation LearningRetrievalText Retrieval

Multi-Agent Learning of Efficient Fulfilment and Routing Strategies in E-Commerce

2023-11-20 · Omkar Shelke, Pranavi Pathakota, Anandsingh Chauhan, Harshad Khadilkar 외

This paper presents an integrated algorithmic framework for minimising product delivery costs in e-commerce (known as the cost-to-serve or C2S). One of the major challenges in e-commerce is the large volume of spatio-tem…

Decision Making