IRAIAug 24, 2023

Multi-BERT for Embeddings for Recommendation System

arXiv:2308.13050v15 citationsh-index: 6
Originality Incremental advance
AI Analysis

This is an incremental improvement for recommendation systems, specifically in book recommendations using the Goodreads dataset.

The paper tackled generating document embeddings for recommendation systems by combining Sentence-BERT and RoBERTa to capture intra- and inter-sentence relations, resulting in improved precision over SBERT alone on a book recommendation task.

In this paper, we propose a novel approach for generating document embeddings using a combination of Sentence-BERT (SBERT) and RoBERTa, two state-of-the-art natural language processing models. Our approach treats sentences as tokens and generates embeddings for them, allowing the model to capture both intra-sentence and inter-sentence relations within a document. We evaluate our model on a book recommendation task and demonstrate its effectiveness in generating more semantically rich and accurate document embeddings. To assess the performance of our approach, we conducted experiments on a book recommendation task using the Goodreads dataset. We compared the document embeddings generated using our MULTI-BERT model to those generated using SBERT alone. We used precision as our evaluation metric to compare the quality of the generated embeddings. Our results showed that our model consistently outperformed SBERT in terms of the quality of the generated embeddings. Furthermore, we found that our model was able to capture more nuanced semantic relations within documents, leading to more accurate recommendations. Overall, our results demonstrate the effectiveness of our approach and suggest that it is a promising direction for improving the performance of recommendation systems

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes