...

>

Architectural Components

Architectural Components

Let's go over the architectural components of the entity linking unit.

The architectural components diagram for entity linking is shown below. It consists of two paths:

  1. Model generation path (training flow)
  2. Model execution path (prediction flow)
Architectural diagram for entity linking
Architectural diagram for entity linking

๐Ÿ“ The terms entity mention and recognized entity are used interchangeably.

Model generation path

Model generation is responsible for training models for entity linking task. Letโ€™s look at the components of this path.

Training data generation

You will begin ...