2021

Personalized Transformer for Explainable Recommendation

Li, Lei, Zhang, Yongfeng, Chen, Li

Understand

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.

Reading the bibliography…