Definition

Binary loss is a metric that help evaluate the performance of recommendation system. It treats the recommendation problem as a binary classification task.

Let be a set of all users, be a set of all items, be a set of observed user-item interactions, and be a set of negative edges. The binary loss function is defined as where:

  • is a Sigmoid Function
  • and are the embedding vectors of and .
  • is the score between and .

Since the binary loss is non-personalized, the all positive edges are pushed higher than those of all negative edges.