ing sets from the whole collection, including the data
sets ML-10M, ML-20M and ML-25M. This is to pro-
pose an overall overview of the error distributions
resulted from baselines compared with models that
integrate tag-based static or contextualized embed-
ding representations. We observe that global error
distribution values from the models CF-MLP
++
Bert
and
CF-Autoencoder
++
Bert
are most located in the interval
∈ [−1, 1] compared to the error distribution values
of either the baselines or the models that integrate
static-based embedding representations. As instance,
the model CF-MLP
++
Bert
obtains a number of 8150
accurate predictions, which outperform Neural CF-
MLP (He et al., 2017) with 4500 accurate predictions
or U-Autorec (Sedhain et al., 2015) with less then
5000 accurate predictions. Moreover, CF-MLP
++
Bert
and CF-Autoencoder
++
Bert
exceed the performance of
the models integrating static embedding representa-
tions with less then 4000 accurate predictions for both
CF-MLP
++
W 2V
and CF-Autoencoder
++
W 2V
models. From
these results, we confirm the effectiveness of tag-
based embedding representations to be used with a
neural CF approach for a rating prediction task.
6 CONCLUSION
Learning representations for recommendation repre-
sent a major challenge for the application of artifi-
cial intelligence along with its efficient role in rec-
ommendation applied to the massive amount of data
extracted from users’ folksonomies. Following the
experiments, we come to the conclusion that neural
networks models exploiting folksonomies using neu-
ral CF approaches, in particular, those using contex-
tual tag-based embedding as user-item features pro-
vide more accurate models to rating prediction tasks.
Moreover, we argued that exploiting contextual tag-
based embeddings as features remains an effective
way to include tags semantics into a recommenda-
tion process. We demonstrate that such embeddings
can lead to quality models in the context of predicting
user ratings. Tag-based embedding aggregation has
been a promising way of improvement since, in the
natural language embedding process, extracted repre-
sentations can be described as semantic relationships.
An interesting direction for forthcoming works is to
investigate tag-based neighbor embedding represen-
tations into a neural collaborative filtering model for
recommendation purposes.
REFERENCES
Chawla, N. V., Bowyer, K. W., Hall, L. O., and Kegelmeyer,
W. P. (2002). Smote: synthetic minority over-
sampling technique. Journal of artificial intelligence
research, 16:321–357.
Chen, W., Cai, F., Chen, H., and Rijke, M. D. (2019).
Joint neural collaborative filtering for recommender
systems. ACM Transactions on Information Systems
(TOIS), 37(4):1–30.
Devlin, J., Chang, M.-W., Lee, K., and Toutanova, K.
(2018). Bert: Pre-training of deep bidirectional trans-
formers for language understanding. arXiv preprint
arXiv:1810.04805.
Hassan, H. A. M., Sansonetti, G., Gasparetti, F., and Mi-
carelli, A. (2018). Semantic-based tag recommenda-
tion in scientific bookmarking systems. In Proceed-
ings of the 12th ACM Conference on Recommender
Systems, pages 465–469.
He, X., Du, X., Wang, X., Tian, F., Tang, J., and Chua, T.-
S. (2018). Outer product-based neural collaborative
filtering. arXiv preprint arXiv:1808.03912.
He, X., Liao, L., Zhang, H., Nie, L., Hu, X., and Chua, T.-S.
(2017). Neural collaborative filtering. In Proceedings
of the 26th international conference on world wide
web, pages 173–182.
Huang, R., Wang, N., Han, C., Yu, F., and Cui, L. (2020).
Tnam: A tag-aware neural attention model for top-n
recommendation. Neurocomputing, 385:1–12.
Järvelin, K. and Kekäläinen, J. (2002). Cumulated gain-
based evaluation of ir techniques. ACM Transactions
on Information Systems (TOIS), 20(4):422–446.
Le, Q. and Mikolov, T. (2014). Distributed representations
of sentences and documents. In International confer-
ence on machine learning, pages 1188–1196.
Liang, N., Zheng, H.-T., Chen, J.-Y., Sangaiah, A. K., and
Zhao, C.-Z. (2018). Trsdl: Tag-aware recommender
system based on deep learning–intelligent computing
systems. Applied Sciences, 8(5):799.
Liu, H., Wang, Y., Peng, Q., Wu, F., Gan, L., Pan, L., and
Jiao, P. (2020). Hybrid neural recommendation with
joint deep representation learning of ratings and re-
views. Neurocomputing, 374:77–85.
Musto, C., Semeraro, G., De Gemmis, M., and Lops, P.
(2015). Word embedding techniques for content-
based recommender systems: An empirical evalua-
tion. In Recsys posters.
Nguyen, L. V., Nguyen, T.-H., and Jung, J. J. (2020).
Content-based collaborative filtering using word em-
bedding: a case study on movie recommendation. In
Proceedings of the International Conference on Re-
search in Adaptive and Convergent Systems, pages
96–100.
Ouyang, Y., Liu, W., Rong, W., and Xiong, Z. (2014).
Autoencoder-based collaborative filtering. In Interna-
tional Conference on Neural Information Processing,
pages 284–291. Springer.
Pennington, J., Socher, R., and Manning, C. D. (2014).
Glove: Global vectors for word representation. In
Proceedings of the 2014 conference on empirical
Exploring Contextualized Tag-based Embeddings for Neural Collaborative Filtering
165