Questions: Content-Based Filtering

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A music streaming service uses content-based filtering. A new user has only ever rated heavy metal songs highly. What will the system most likely recommend next?

AGlobally popular songs, since the system lacks enough data to personalize recommendations
BOther heavy metal and similar hard rock tracks, because the user profile's feature weights match those item features
CA diverse mix of genres to prevent the user from getting bored
DSongs that other users who liked metal also enjoyed, based on shared listening history
Question 2 Multiple Choice

A content-based filtering system handles new items that no users have ever rated much better than a collaborative filtering system. What is the core reason?

AContent-based systems are computationally faster and can index new items instantly
BCollaborative filtering requires ratings from multiple users to identify similar items; a new item with no ratings is invisible to it, while content-based filtering only needs item metadata
CCollaborative filtering systems do not store item features, so new items cannot be compared
DNew items always have better metadata than older items, giving content-based systems an advantage
Question 3 True / False

Over time, a content-based filtering system will naturally surface increasingly diverse content as the user's interaction history grows and the profile becomes richer.

TTrue
FFalse
Question 4 True / False

In content-based filtering, a user profile is constructed by aggregating the feature vectors of items that user has previously interacted with, weighted by engagement or rating signals.

TTrue
FFalse
Question 5 Short Answer

What is the over-specialization problem in content-based filtering, and why does it arise structurally from the approach?

Think about your answer, then reveal below.