Routing heads: a slot head, a clarify head, and a two-week baseline to diff against #203
Reference in New Issue
Block a user
Delete Branch "task/661-routing-heads-step-3-train-the-multi-hea"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes Vikunja #661.
Rebased onto master after #199, #200 and #201 landed. Replaces #202, which
targeted task/660 and could not be retargeted from the CLI.
Three deliverables, all measured the same day and all documented under docs/evals/.
Span F1 72.4% mean over three seeds, at no cost to intent or destination.
7.0 of the 8 want_clarify fixture cases and produces 2.3 false clarifies of 88.
The cascade today misses 1 and produces 2, so this is parity with no rules in
front of it. Confidence separates too: 0.851 where the head is right against
0.604 where it is wrong, replacing the Confidence: 1.0 hardcode with a signal.
so the next routing change is a diff and not a new opinion.
One correction to CLAUDE.md, in its own commit. The doc said naming SourceWorld
leaves the personal boundary running. The boundary is marked guesses: true, so
queryWalk drops it. That is deliberate and tested, but the doc claimed the
opposite, and whether a model may drop that boundary is the owner's call.