Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress false-positive corrections with surrounding context.
When TC is triggered, this module aggregates at most top 6 (3+3) literal and TC candidates with the same key. Then, run NSC reranker to decide literal-on-top. This feature has multiple mode 1. Only runs literal-on-top while keeping the original ranking. 2. Promote the predicted literal candidate that has the highest reranker score. 3. Promotes the predicted TC candidate too. PiperOrigin-RevId: 685995877
- Loading branch information