Daniel Lemire's blog

, 1 min read

Anchoring effect in collaborative filtering

Wired has an article on Potter, the new Netflix competitor who took everyone by surprise — making it at the top of the list all of a sudden, passing off people who worked much longer in the competition. His insight is to correct for anchoring: a user who has recently given a lot of above-average ratings is likely to continue.

I worked on a similar effect back in 2003. Here is what I concluded:

We show that by normalizing users with respect to the mean, the amplitude, and, possibly, the number of their ratings, we improve accuracy. We stress that the normalization is per user as opposed to per item. (Scale And Translation Invariant Collaborative Filtering Systems, 2005)

Source: Andre Vellino.