Concept

The Discriminator in Replaced Token Detection

The discriminator is the primary Transformer encoder trained alongside the generator in the replaced token detection task. It takes the altered sequence produced by the generator as its input. The discriminator's goal is to examine each individual token in this sequence and perform a binary classification to determine if the token is identical to the original input or if it was altered. Specifically, it assigns a label of either original\mathrm{original} or replaced\mathrm{replaced} to each token.

Image 0

0

1

Updated 2026-04-16

Contributors are:

Who are from:

Tags

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

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences