LGMLMay 22, 2018

Adversarial Training of Word2Vec for Basket Completion

arXiv:1805.08720v13 citations
Originality Synthesis-oriented
AI Analysis

This work addresses basket completion for recommendation systems, presenting an incremental improvement by integrating GAN techniques into an existing model.

The paper tackled the problem of improving Word2Vec for basket completion by proposing Adversarial Negative Sampling, leveraging GANs to enhance the Negative Sampling loss, and showed significant performance improvements over standard methods like Noise Contrastive Estimation and Negative Sampling.

In recent years, the Word2Vec model trained with the Negative Sampling loss function has shown state-of-the-art results in a number of machine learning tasks, including language modeling tasks, such as word analogy and word similarity, and in recommendation tasks, through Prod2Vec, an extension that applies to modeling user shopping activity and user preferences. Several methods that aim to improve upon the standard Negative Sampling loss have been proposed. In our paper we pursue more sophisticated Negative Sampling, by leveraging ideas from the field of Generative Adversarial Networks (GANs), and propose Adversarial Negative Sampling. We build upon the recent progress made in stabilizing the training objective of GANs in the discrete data setting, and introduce a new GAN-Word2Vec model.We evaluate our model on the task of basket completion, and show significant improvements in performance over Word2Vec trained using standard loss functions, including Noise Contrastive Estimation and Negative Sampling.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes