feat(0.28.0): NLI pair judge — merges decided by meaning, not word overlap #12
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
brasil/democracia-social!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/nli-judge"
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 the failure class reported by the steward: sentences with near-identical words and different meanings (obra do mestre Picasso ≠ mestre de obras — measured cosine 0.068, UNDER the merge threshold). The embedding now only RETRIEVES candidates; an NLI cross-encoder reading the pair jointly DECIDES, with a confidence-anchored policy calibrated on a pt-BR matrix (8/8). Also hardens the stance lexicon with regression-tested collision fixes. Addresses the V2 direction of #10 (model-based contradiction check) — the remaining #10 item is the larger embedding model.