Generate
Deterministic Rust realizers enumerate structurally valid written forms for spans in the transcript. The model cannot invent an output that the candidate layer did not generate.Score
DeBERTa encodes the complete sentence once. It gives each candidate a score based on the source span, proposed replacement, candidate kinds, and sentence context.the room code is one oh five is the room code is 105. This example does
not imply that every ambiguity is resolved correctly; see the
benchmark limitations.
Decode
Candidates can overlap. Exact dynamic programming selects the highest-scoring compatible set of edits across the complete sentence. Leaving source text unchanged is always available through a zero-scoreKEEP path.
The rules decide what can be written. The model decides what fits the context.
The decoder decides which edits can coexist.