diff --git a/simclusters-ann/README.md b/simclusters-ann/README.md index 69ff6cffa..df5d2b6b6 100644 --- a/simclusters-ann/README.md +++ b/simclusters-ann/README.md @@ -12,7 +12,7 @@ The cosine similarity between two Tweet SimClusters Embedding presents the relev SimClusters from the Linear Algebra Perspective discussed the difference between the dot-product and cosine similarity in SimCluster space. We believe the cosine similarity approach is better because it avoids the bias of tweet popularity. - However, calculating the cosine similarity between two Tweets is pretty expensive in Tweet candidate generation. In TWISTLY, we scan at most 15,000 (6 source tweets * 25 clusters * 100 tweets per clusters) tweet candidates for every Home Timeline request. The traditional algorithm needs to make API calls to fetch 15,000 tweet SimCluster embeddings. Consider that we need to process over 6,000 RPS, it’s hard to support by the existing infrastructure. + However, calculating the cosine similarity between two Tweets is pretty expensive in Tweet candidate generation. In TWISTLY, we scan at most 15,000 (6 source tweets * 25 clusters * 100 tweets per clusters) tweet candidates for every Home Timeline request. The traditional algorithm needs to make API calls to fetch 15,000 tweet SimCluster embeddings. Considering that we need to process over 6,000 RPS, it’s hard to support with the existing infrastructure. ## SimClusters Approximate Cosine Similarity Core Algorithm diff --git a/src/scala/com/twitter/simclusters_v2/score/ScoreFacadeStore.scala b/src/scala/com/twitter/simclusters_v2/score/ScoreFacadeStore.scala index ac084e737..6f0ccfd12 100644 --- a/src/scala/com/twitter/simclusters_v2/score/ScoreFacadeStore.scala +++ b/src/scala/com/twitter/simclusters_v2/score/ScoreFacadeStore.scala @@ -10,7 +10,7 @@ import com.twitter.storehaus.ReadableStore import com.twitter.util.Future /** - * Provide a uniform access layer for all kind of Score. + * Provide an uniform access layer for all kind of Score. * @param readableStores readable stores indexed by the ScoringAlgorithm they implement */ class ScoreFacadeStore private (