To address these issues, we proposed MVBN (Multi-View BERT Network), which contains the following key components:
- Neighbourhood Sampling: Selects influential neighbors based on social behavior and interactions to enhance user and item embeddings.
- Sequence Masking: Creates sequences of user-interacted items and masks some items to form a prediction task, refining embeddings through sampling to capture correlations.
- Item and User Views: The model incorporates both item view (user’s interaction history and item similarity) and user view (social connections, user-user similarities, and network data) to generate embeddings that reflect hidden preferences, enabling a more context-aware recommendation system.