This document summarizes a presentation on additive smoothing for relevance-based language modelling of recommender systems. It discusses using pseudo-relevance feedback and relevance models for collaborative filtering recommendations. Specifically, it examines how different collection-based smoothing techniques like Dirichlet priors, Jelinek-Mercer, and absolute discounting can demote the desired IDF effect, which promotes less popular items. The document proposes using additive smoothing, which does not demote the IDF effect. Experiments on movie recommendation datasets show additive smoothing achieves better accuracy, diversity, and novelty than other smoothing methods.