This question evaluates a candidate's ability to design an end-to-end machine learning recommender for social community group posts, probing competencies in feature engineering, label and objective selection, model family choice, offline and online evaluation, and deployment concerns such as latency, privacy, integrity, exploration, and blending with other feed content, within the Machine Learning domain for a Data Scientist role. It is commonly asked to assess trade-offs between maximizing user engagement and maintaining healthy, safe content and system constraints, and it tests both conceptual understanding of design trade-offs and practical application in evaluation, monitoring, and production deployment.

You are designing a machine-learning system to recommend posts from Facebook Groups in a user's News Feed. The goal is to maximize user value and healthy engagement while respecting integrity, privacy, and latency constraints.
Assume:
Propose a machine-learning approach covering:
Hint: Consider engagement signals, embeddings, multi-task learning, and A/B validation.
Login required