paper-with-me

Papers

ProVe -- Self-supervised pipeline for automated product replacement and cold-starting based on neural language models

2020-06-26 · Andrei Ionut Damian, Laurentiu Piciu, Cosmin Mihai Marinescu

In retail vertical industries, businesses are dealing with human limitation of quickly understanding and adapting to new purchasing behaviors. Moreover, retail businesses need to overcome the human limitation of properly managing a massive selection of products/brands/categories. These limitations lead to deficiencies from both commercial (e.g. loss of sales, decrease in customer satisfaction) and operational perspective (e.g. out-of-stock, over-stock). In this paper, we propose a pipeline approach based on Natural Language Understanding, for recommending the most suitable replacements for products that are out-of-stock. Moreover, we will propose a solution for managing products that were newly introduced in a retailer's portfolio with almost no transactional history. This solution will help businesses: automatically assign the new products to the right category; recommend complementary products for cross-sell from day 1; perform sales predictions even with almost no transactional history. Finally, the vector space model resulted by applying the pipeline presented in this paper is directly used as semantic information in deep learning-based demand forecasting solutions, leading to more accurate predictions. The whole research and experimentation process have been done using real-life private transactional data, however the source code is available on https://github.com/Lummetry/ProVe

📄 PDF Abstract BibTeX arXiv:2006.14994

Code (1)

Lummetry/ProVe 공식 구현 tf

Tasks

Demand ForecastingNatural Language Understanding

Similar Papers 제목 키워드 기반

Label a Herd in Minutes: Individual Holstein-Friesian Cattle Identification

2022-04-22 · Jing Gao, Tilo Burghardt, Neill W. Campbell

We describe a practically evaluated approach for training visual cattle ID systems for a whole farm requiring only ten minutes of labelling effort. In particular, for the task of automatic identification of individual Ho…

Active LearningMetric Learning

Automated Pronunciation Evaluation for Korean Toddler Speech using Speech Diarization and Self-Supervised Learning

2026-06-08 · Diane Myung-kyung Woodbridge, Jee Hyun Suh arxiv

Speech sound disorders affect approximately 44% of Korean pediatric communication disorder cases, yet automated assessment tools for Korean toddler speech remain underdeveloped. This paper presents an end-to-end pipeline…

Self-Supervised LearningRepresentation LearningSpeaker Diarization

Guided Reasoning in LLM-Driven Penetration Testing Using Structured Attack Trees

2025-09-09 · Katsuaki Nakano, Reza Fayyazi, Shanchieh Jay Yang, Michael Zuzak arxiv

Recent advances in Large Language Models (LLMs) have driven interest in automating cybersecurity penetration testing workflows, offering the promise of faster and more consistent vulnerability assessment for enterprise s…

Automated Self-Supervised Learning for Recommendation

2023-03-14 · Lianghao Xia, Chao Huang, Chunzhen Huang, Kangyi Lin 외

Graph neural networks (GNNs) have emerged as the state-of-the-art paradigm for collaborative filtering (CF). To improve the representation quality over limited labeled data, contrastive learning has attracted attention i…

Collaborative FilteringContrastive LearningData AugmentationSelf-Supervised Learning

ControlFlag: A Self-Supervised Idiosyncratic Pattern Detection System for Software Control Structures

2020-11-06 · Niranjan Hasabnis, Justin Gottschlich

Software debugging has been shown to utilize upwards of half of developers' time. Yet, machine programming (MP), the field concerned with the automation of software (and hardware) development, has recently made strides i…

Programming Error Detection