This document summarizes a research paper on using distributed word representations and logistic regression to create user profiles for text-based recommender systems. The paper proposes clustering word embeddings to create document profiles, then using balanced logistic regression on individual users to assign weights to clusters for their profiles. This approach addresses issues of sparse data and uninformative clusters. An evaluation shows the regression-based recommender outperforms baselines on metrics like AUC, NDCG, and accuracy of top recommendations.