Back to glossary

Explicit Feedback

User preference data provided through deliberate actions like star ratings, thumbs up/down votes, reviews, wishlists, and preference surveys, offering clear preference signals but suffering from low participation rates.

Explicit feedback is direct user input about their preferences. When a user rates a movie five stars, adds a product to their wishlist, or selects favorite categories during onboarding, they are providing explicit preference signals. This data is high-quality and unambiguous but scarce, as only a small fraction of users voluntarily provide ratings or feedback.

For growth teams, explicit feedback is valuable for calibrating personalization models despite its sparsity. It provides ground truth for validating models trained on implicit signals and can bootstrap personalization for new users through onboarding preference selection. AI techniques for handling explicit feedback include standard collaborative filtering, factorization machines, and hybrid models that combine explicit ratings with implicit behavioral signals. Growth engineers should strategically collect explicit feedback at moments when users are most willing to provide it, such as immediately after consumption, during onboarding, or as part of feature engagement flows. The key design principle is minimizing friction: binary thumbs up/down collects more data than five-star scales, and inline preference buttons collect more than dedicated review forms. Teams should use explicit feedback as a high-confidence training signal while relying on implicit feedback for coverage and recency.

Related Terms