Alapfogalmak
The core message of this article is that by effectively leveraging negative feedback from user interactions, the proposed NFARec model can outperform state-of-the-art recommender systems in making high-quality recommendations.
Kivonat
The article proposes a negative feedback-aware recommender model (NFARec) that maximizes the use of negative feedback in both sequential and structural patterns for improved recommendations.
Sequential Representation Learning:
- NFARec incorporates an auxiliary task to predict the feedback sentiment polarity (positive or negative) of the next interaction, based on the Transformer Hawkes Process (THP). This helps the model understand user behavioral characteristics and the sentiment expressed in their previous sequential feedback patterns.
Structural Representation Learning:
- NFARec adopts a two-phase hypergraph convolution (HGC) approach that leverages high-order feedback relations between users and items.
- In the first phase, HGCs capture correlations beyond pairwise interactions among users and items via a user hypergraph.
- In the second phase, NFARec constructs an optimal path for message-passing in HGCs by exploiting a feedback correlation matrix that guides the HGC operator to efficiently exchange messages between neighboring nodes during convolutions.
Experiments on five public datasets show that NFARec outperforms state-of-the-art recommender methods, demonstrating the effectiveness of leveraging negative feedback for improved recommendations.
Statisztikák
The Yelp 2023 dataset contains 3,415,569 interactions between 48,993 users and 34,298 items, with 72.4% positive and 27.6% negative samples.
The MovieLens dataset contains 1,000,209 interactions between 6,041 users and 3,955 items, with 73.5% positive and 26.5% negative samples.
The Recipes dataset contains 311,389 interactions between 7,452 users and 12,911 items, with 82.5% positive and 17.5% negative samples.
The Books dataset contains 1,273,679 interactions between 19,804 users and 22,086 items, with 80.6% positive and 19.4% negative samples.
The Beauty dataset contains 198,502 interactions between 22,363 users and 12,101 items, with 80.2% positive and 19.8% negative samples.
Idézetek
"Negative feedback from interactive events, such as low ratings [9, 27], clicking dislikes [5, 33, 54], or skipping content [5, 9], have been utilized to generate negative representations for recommendations."
"Even though these items receive diverse positive and negative feedback, there still exists some connection among them that leads to interactions with the same user."