Skip to content

Add character n-gram skill selection - #33613

Merged
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/4df60cc661338050eeb7741c716bc1c9f730fedd
Jul 16, 2026
Merged

Add character n-gram skill selection#33613
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/4df60cc661338050eeb7741c716bc1c9f730fedd

Conversation

@copyberry

@copyberry copyberry Bot commented Jul 16, 2026

Copy link
Copy Markdown

Add character n-gram skill selection

What changed

  • Add a character n-gram selector that scores matches across skill names, short descriptions, and descriptions using field weights and inverse document frequency.
  • Include the selector in the shadow selection experiment alongside the existing lexical selectors.
  • Bound query, document, candidate, and result processing, and report query or candidate truncation through the existing selection metadata.

Testing

Add unit coverage for related word forms, typos, CJK text without word boundaries, and bounded inputs.

## What changed

- Add a character n-gram selector that scores matches across skill names, short descriptions, and descriptions using field weights and inverse document frequency.
- Include the selector in the shadow selection experiment alongside the existing lexical selectors.
- Bound query, document, candidate, and result processing, and report query or candidate truncation through the existing selection metadata.

## Testing

Add unit coverage for related word forms, typos, CJK text without word boundaries, and bounded inputs.

GitOrigin-RevId: 4df60cc661338050eeb7741c716bc1c9f730fedd
@copyberry
copyberry Bot force-pushed the copyberry/codex-internal-to-codex-oss/4df60cc661338050eeb7741c716bc1c9f730fedd branch from 5f0dc02 to c983a53 Compare July 16, 2026 14:39
@copyberry
copyberry Bot merged commit c983a53 into main Jul 16, 2026
14 of 32 checks passed
@copyberry
copyberry Bot deleted the copyberry/codex-internal-to-codex-oss/4df60cc661338050eeb7741c716bc1c9f730fedd branch July 16, 2026 14:40
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants