paper-with-me

홈 › Papers

NRPA: Neural Recommendation with Personalized Attention

2019-05-29 · Hongtao Liu, Fangzhao Wu, Wenjun Wang, Xianchen Wang, Pengfei Jiao, Chuhan Wu, Xing Xie

Existing review-based recommendation methods usually use the same model to learn the representations of all users/items from reviews posted by users towards items. However, different users have different preference and different items have different characteristics. Thus, the same word or similar reviews may have different informativeness for different users and items. In this paper we propose a neural recommendation approach with personalized attention to learn personalized representations of users and items from reviews. We use a review encoder to learn representations of reviews from words, and a user/item encoder to learn representations of users or items from reviews. We propose a personalized attention model, and apply it to both review and user/item encoders to select different important words and reviews for different users/items. Experiments on five datasets validate our approach can effectively improve the performance of neural recommendation.

📄 PDF Abstract BibTeX arXiv:1905.12480

Code (5)

microsoft/recommenders 공식 구현 tf
TianHongTao/-Recommendation-Improved pytorch
TianHongTao/ID-DAML pytorch
TianHongTao/Recommendation-System-Graduation-Design pytorch
usm12138/Paddle-NRPA paddle

Tasks

InformativenessNews RecommendationRecommendation Systems

Similar Papers 제목 키워드 기반

Generalized Nested Rollout Policy Adaptation

2020-03-22 · Tristan Cazenave

Nested Rollout Policy Adaptation (NRPA) is a Monte Carlo search algorithm for single player games. In this paper we propose to generalize NRPA with a temperature and a bias and to analyze theoretically the algorithms. Th…

Traveling Salesman Problem

Pareto-NRPA: A Novel Monte-Carlo Search Algorithm for Multi-Objective Optimization

2025-07-25 · Noé Lallouet, Tristan Cazenave, Cyrille Enderli arxiv

We introduce Pareto-NRPA, a new Monte-Carlo algorithm designed for multi-objective optimization problems over discrete search spaces. Extending the Nested Rollout Policy Adaptation (NRPA) algorithm originally formulated …

Neural Architecture Search

Generalized Nested Rollout Policy Adaptation with Dynamic Bias for Vehicle Routing

2021-11-12 · Julien Sentuc, Tristan Cazenave, Jean-Yves Lucas

In this paper we present an extension of the Nested Rollout Policy Adaptation algorithm (NRPA), namely the Generalized Nested Rollout Policy Adaptation (GNRPA), as well as its use for solving some instances of the Vehicl…

UP-NRPA: User Portrait based Nested Rollout Policy Adaptation for Planning with Large Language Models in Goal-oriented Dialogue Systems

2026-04-07 · Hui Wang, Fafa Zhang, Meng Liu, Xiangyu Chen 외 arxiv

To address the challenge that current dialogue policy planning methods struggle to dynamically adapt to diverse user characteristics, this paper proposes a User Portrait based Nested Rollout Policy Adaptation (UP-NRPA) o…

Reinforcement Learning

Personalized Graph Neural Networks with Attention Mechanism for Session-Aware Recommendation

2019-10-20 · Mengqi Zhang, Shu Wu, Meng Gao, Xin Jiang 외

The problem of session-aware recommendation aims to predict users' next click based on their current session and historical sessions. Existing session-aware recommendation methods have defects in capturing complex item t…

Graph Neural NetworkMachine TranslationSession-Based Recommendations