Recommender Systems: An Introduction, Francesco Ricci, Lior Rokach, Bracha Shapira, 2015 (Springer)DOI: 10.1007/978-1-4899-7632-3 - A thorough introduction to recommender systems, covering collaborative filtering, the sparsity problem, similarity metrics, and matrix factorization.
Mining of Massive Datasets (Chapter 9: Recommendation Systems), Jure Leskovec, Anand Rajaraman, Jeffrey D. Ullman, 2020 (Cambridge University Press) - This chapter provides an understandable explanation of collaborative filtering, detailing the sparsity problem and basic solutions like adjusting for user biases.
Item-based collaborative filtering recommendation algorithms, Badrul Munir Sarwar, George Karypis, Joseph A. Konstan, John Riedl, 2001Proceedings of the Tenth International World Wide Web Conference, WWW 10 (ACM)DOI: 10.1145/371920.372071 - An influential paper introducing item-based collaborative filtering, addressing scalability and implicit sparsity handling in large datasets.