paper-with-me

Papers

Personalized Transformer for Explainable Recommendation

2021-05-25 · ACL 2021 5 · Lei LI, Yongfeng Zhang, Li Chen

Personalization of natural language generation plays a vital role in a large spectrum of tasks, such as explainable recommendation, review summarization and dialog systems. In these tasks, user and item IDs are important identifiers for personalization. Transformer, which is demonstrated with strong language modeling capability, however, is not personalized and fails to make use of the user and item IDs since the ID tokens are not even in the same semantic space as the words. To address this problem, we present a PErsonalized Transformer for Explainable Recommendation (PETER), on which we design a simple and effective learning objective that utilizes the IDs to predict the words in the target explanation, so as to endow the IDs with linguistic meanings and to achieve personalized Transformer. Besides generating explanations, PETER can also make recommendations, which makes it a unified model for the whole recommendation-explanation pipeline. Extensive experiments show that our small unpretrained model outperforms fine-tuned BERT on the generation task, in terms of both effectiveness and efficiency, which highlights the importance and the nice utility of our design.

📄 PDF Abstract BibTeX arXiv:2105.11601

Code (1)

lileipisces/PETER 공식 구현 pytorch

Tasks

Explainable RecommendationLanguage ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
WordPiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Visually Explainable Recommendation

2018-01-31 · Xu Chen, Yongfeng Zhang, Hongteng Xu, Yixin Cao 외

Images account for a significant part of user decisions in many application scenarios, such as product images in e-commerce, or user image posts in social networks. It is intuitive that user preferences on the visual pat…

Explainable RecommendationRecommendation Systems

PERS: A Personalized and Explainable POI Recommender System

2017-12-20 · Baral Ramesh, Li Tao

The Location-Based Social Networks (LBSN) (e.g., Facebook) have many factors (for instance, ratings, check-in time, etc.) that play a crucial role for the Point-of-Interest (POI) recommendations. Unlike ratings, the revi…

Explainable RecommendationRecommendation Systems

Explainable Recommendation: Theory and Applications

2017-08-21 · Zhang Yongfeng

Although personalized recommendation has been investigated for decades, the wide adoption of Latent Factor Models (LFM) has made the explainability of recommendations a critical issue to both the research community and p…

Explainable RecommendationRecommendation SystemsSentiment AnalysisTime Series Analysis

ArXivDigest: A Living Lab for Personalized Scientific Literature Recommendation

2020-09-24 · Kristian Gingstad, Øyvind Jekteberg, Krisztian Balog

Providing personalized recommendations that are also accompanied by explanations as to why an item is recommended is a research area of growing importance. At the same time, progress is limited by the availability of ope…

Finding Paths for Explainable MOOC Recommendation: A Learner Perspective

2023-12-11 · Jibril Frej, Neel Shah, Marta Knežević, Tanya Nazaretsky 외

The increasing availability of Massive Open Online Courses (MOOCs) has created a necessity for personalized course recommendation systems. These systems often combine neural networks with Knowledge Graphs (KGs) to achiev…

Explainable RecommendationKnowledge GraphsRecommendation Systems