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

Search Engine

Clarifications/Functional Requirements

  • Scope: general search or specialized search? web search or search on social media platform?
  • Freshness: real-time search means incorporating trending queries and sources
  • Personalization: logged-in user or not, location, search history

Key challenages: maximize relevance while minimize latency

Nonfunctional requirements

  • Scale: number of websites? QPS (queries per second)?
Read more