the.ai

Structure / Labelling

verified

Conditional Random Field

A classifier that tags each token independently will cheerfully produce a sequence that cannot exist — an inside tag with no beginning before it. A CRF fixes this by scoring the whole sequence at once, adding a learned cost for each pair of adjacent labels, so impossible transitions simply lose.

Viz primitive · budget-splittransition-errors = 6

transition-errors holds 13% of the budget; rest holds the remaining 87%.

Errors that break a legal label transition, which a CRF can remove, against errors inside a single token's evidence, which it cannot. Drag the structural share up to watch the transition layer's value grow — a task with no illegal pairs gets nothing from it.

6

Reviewed by opendroid · 2026-08-18