Abstract
The factorization machine models attract significant attention from academia and industry because they can model the context information and improve the performance of recommendation. However, traditional factorization machine models generally adopt the point-wise learning method to learn the model parameters as well as only model the linear interactions between features. They fail to capture the complex interactions among features, which degrades the performance of factorization machine models. In this paper, we propose a neural pairwise ranking factorization machine for item recommendation, which integrates the multi-layer perceptual neural networks into the pairwise ranking factorization machine model. Specifically, to capture the high-order and nonlinear interactions among features, we stack a multi-layer perceptual neural network over the bi-interaction layer, which encodes the second-order interactions between features. Moreover, the pair-wise ranking model is adopted to learn the relative preferences of users rather than predict the absolute scores. Experimental results on real world datasets show that our proposed neural pairwise ranking factorization machine outperforms the traditional factorization machine models.
Original language | English |
---|---|
Title of host publication | Database Systems for Advanced Applications |
Subtitle of host publication | 25th International Conference, DASFAA 2020, Jeju, South Korea, September 24–27, 2020, Proceedings, Part I |
Editors | Yunmook Nah, Bin Cui, Jeffrey Xu Yu, Yang-Sae Moon, Sang-Won Lee, Steven Euijong Whang |
Place of Publication | Cham |
Publisher | Springer |
Pages | 680-688 |
Number of pages | 9 |
ISBN (Electronic) | 9783030594107 |
ISBN (Print) | 9783030594091 |
DOIs | |
Publication status | Published - 2020 |
Event | 25th International Conference on Database Systems for Advanced Applications - Jeju, Korea, Republic of Duration: 24 Sept 2020 → 27 Sept 2020 http://db.pknu.ac.kr/dasfaa2020/ |
Publication series
Name | Lecture Notes in Computer Science |
---|---|
Publisher | Springer |
Volume | 12112 |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 25th International Conference on Database Systems for Advanced Applications |
---|---|
Abbreviated title | DASFAA 2020 |
Country/Territory | Korea, Republic of |
City | Jeju |
Period | 24/09/20 → 27/09/20 |
Internet address |
Keywords
- Recommendation algorithm
- Factorization machine
- Neural networks