'Include multiple features in bert4rec or similar transformer for recommendation systems
I have a dataset where I have items, users and list of items that each user likes. Now I would like to suggest a news items to the users.
I would like to use bert4rec or similar model but as I see bert4rec does not care about the the features of the items. All items for it are like a black box with ID. Can u suggest me what can I do if I want to create smarter model which cares about the attributes of the items (color, size, type...) and so on?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|