Skip to content

Typo in Algorithm 5: Masking ratio inverted? #129

Description

@lazitech

Hi, minor typo in Algorithm 5 (Lines 12-15) of the paper:

  • Line 12 defines $n_{un}$ as the target number of unmasked tokens.
  • But Line 14 remasks exactly $n_{un}$ tokens (if c^i \in Lowest - n_un then r_0^i = M).

This leaves $L - n_{un}$ unmasked tokens, inverting the intended ratio.

Should Line 14 be Lowest - (L - n_un) instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions