# Personalized Neural Embeddings for Collaborative Filtering with Text

**Authors:** Guangneng Hu

arXiv: 1903.07860 · 2020-10-19

## TL;DR

This paper introduces PNE, a neural embedding framework that combines user-item interactions and item text to improve recommendation accuracy, addressing data sparsity in collaborative filtering.

## Contribution

The paper presents a novel joint embedding approach that integrates textual information with interaction data for personalized recommendations.

## Key findings

- PNE outperforms four state-of-the-art baselines on real-world datasets.
- PNE effectively learns meaningful word embeddings.
- The model improves recommendation accuracy by leveraging text and interaction data.

## Abstract

Collaborative filtering (CF) is a core technique for recommender systems. Traditional CF approaches exploit user-item relations (e.g., clicks, likes, and views) only and hence they suffer from the data sparsity issue. Items are usually associated with unstructured text such as article abstracts and product reviews. We develop a Personalized Neural Embedding (PNE) framework to exploit both interactions and words seamlessly. We learn such embeddings of users, items, and words jointly, and predict user preferences on items based on these learned representations. PNE estimates the probability that a user will like an item by two terms---behavior factors and semantic factors. On two real-world datasets, PNE shows better performance than four state-of-the-art baselines in terms of three metrics. We also show that PNE learns meaningful word embeddings by visualization.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1903.07860/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1903.07860/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1903.07860/full.md

---
Source: https://tomesphere.com/paper/1903.07860