paper-with-me

Papers

Multi-Auxiliary Augmented Collaborative Variational Auto-encoder for Tag Recommendation

2022-04-20 · Jing Yi, Xubin Ren, Zhenzhong Chen

Recommending appropriate tags to items can facilitate content organization, retrieval, consumption and other applications, where hybrid tag recommender systems have been utilized to integrate collaborative information and content information for better recommendations. In this paper, we propose a multi-auxiliary augmented collaborative variational auto-encoder (MA-CVAE) for tag recommendation, which couples item collaborative information and item multi-auxiliary information, i.e., content and social graph, by defining a generative process. Specifically, the model learns deep latent embeddings from different item auxiliary information using variational auto-encoders (VAE), which could form a generative distribution over each auxiliary information by introducing a latent variable parameterized by deep neural network. Moreover, to recommend tags for new items, item multi-auxiliary latent embeddings are utilized as a surrogate through the item decoder for predicting recommendation probabilities of each tag, where reconstruction losses are added in the training phase to constrict the generation for feedback predictions via different auxiliary embeddings. In addition, an inductive variational graph auto-encoder is designed where new item nodes could be inferred in the test phase, such that item social embeddings could be exploited for new items. Extensive experiments on MovieLens and citeulike datasets demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2204.09422

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderRecommendation SystemsRetrievalTAG

Similar Papers 제목 키워드 기반

Variational Collaborative Learning for User Probabilistic Representation

2018-09-22 · Kenan Cui, Xu Chen, Jiangchao Yao, Ya zhang

Collaborative filtering (CF) has been successfully employed by many modern recommender systems. Conventional CF-based methods use the user-item interaction data as the sole information source to recommend items to users.…

Collaborative FilteringRecommendation Systems

Variational Bandwidth Auto-encoder for Hybrid Recommender Systems

2021-05-17 · Yaochen Zhu, Zhenzhong Chen

Hybrid recommendations have recently attracted a lot of attention where user features are utilized as auxiliary information to address the sparsity problem caused by insufficient user-item interactions. However, extracte…

Recommendation Systems

Automated Augmented Conjugate Inference for Non-conjugate Gaussian Process Models

2020-02-26 · Théo Galy-Fajou, Florian Wenzel, Manfred Opper

We propose automated augmented conjugate inference, a new inference method for non-conjugate Gaussian processes (GP) models. Our method automatically constructs an auxiliary variable augmentation that renders the GP mode…

Gaussian ProcessesVariational Inference

Variational Open-Domain Question Answering

2022-09-23 · Valentin Liévin, Andreas Geert Motzfeldt, Ida Riis Jensen, Ole Winther

Retrieval-augmented models have proven to be effective in natural language processing tasks, yet there remains a lack of research on their optimization using variational inference. We introduce the Variational Open-Domai…

Language ModellingMedQAMultiple-choiceMultiple Choice Question Answering (MCQA)+4

Dueling Decoders: Regularizing Variational Autoencoder Latent Spaces

2019-05-17 · Bryan Seybold, Emily Fertig, Alex Alemi, Ian Fischer

Variational autoencoders learn unsupervised data representations, but these models frequently converge to minima that fail to preserve meaningful semantic information. For example, variational autoencoders with autoregre…

Decoder