Entity Linking System

Problem Statement

Given a text and knowledge base, find all the entity mentions in the text(Recognize) and then link them to the corresponding correct entry in the knowledge base(Disambiguate).

Read more

Recommendation System

Problem Statement

Display media recommendations for a specific user. Type of user feedback includes explicit and implicit feedbacks. The implicit feedback allows collecting a large amount of training data.

Read more

Search Ranking

Problem Statement

Ask for questions: Scale, Scope, Personalization.

  • Scope: general search or specialized search?
  • Scale: number of websites? QPS (queries per second)?
  • Personalization: logged-in user or not
Read more