Learn Before
Concept

NER Output Distributions

A Named Entity Recognition (NER) model generates a probability distribution over the available tag set for each position in an input sequence. For a sequence of length mm, the model outputs distributions p1,,pm\mathbf{p}_1, \dots, \mathbf{p}_m, where each pi\mathbf{p}_i indicates the likelihoods of various tags for the token at position ii. The model's training and fine-tuning are conducted using these position-wise distributions.

0

1

Updated 2026-04-18

Contributors are:

Who are from:

Tags

Foundations of Large Language Models

Ch.1 Pre-training - Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences