You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pooling: BERTBackbone: Outputs a pooled representation (via [CLS]) for classification. BERT4RecBackbone: Outputs the entire sequence representation for masked item prediction (pooling was definitely under consideration but doesn't seem to be enforced in the final rendition).
Source: https://github.com/FeiSun/BERT4Rec/modeling.py#L220
If there are any others, please let me know, but to my knowledge these changes are sufficient to make it viable for BERT to support sequential recommendation, as described in the paper.
No description provided.
The text was updated successfully, but these errors were encountered: