Skip to content

Add fielded BM25 to shadow skill selection - #33605

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

Add fielded BM25 to shadow skill selection#33605
copyberry[bot] merged 1 commit into
mainfrom
copyberry/codex-internal-to-codex-oss/e5ac6a1f0d6a1f68b194467ef7da48adf4a88d7c

Conversation

@copyberry

@copyberry copyberry Bot commented Jul 16, 2026

Copy link
Copy Markdown

Add fielded BM25 to shadow skill selection

What changed

  • Add a bounded BM25 selector that ranks skills across name, short-description,
    and description fields, weighting names most heavily and rare terms more highly.
  • Run the selector alongside the weighted lexical method in the shadow-selection
    experiment, with deterministic tie-breaking and existing per-method metrics.
  • Add unit coverage for field weighting, rare-term ranking, unmatched queries,
    and input limits.
  • Remove the implicit-invocation integration test and its telemetry development
    dependency.

## What changed

- Add a bounded BM25 selector that ranks skills across name, short-description,
  and description fields, weighting names most heavily and rare terms more highly.
- Run the selector alongside the weighted lexical method in the shadow-selection
  experiment, with deterministic tie-breaking and existing per-method metrics.
- Add unit coverage for field weighting, rare-term ranking, unmatched queries,
  and input limits.
- Remove the implicit-invocation integration test and its telemetry development
  dependency.

GitOrigin-RevId: e5ac6a1f0d6a1f68b194467ef7da48adf4a88d7c
@copyberry
copyberry Bot force-pushed the copyberry/codex-internal-to-codex-oss/e5ac6a1f0d6a1f68b194467ef7da48adf4a88d7c branch from 9a14e5c to a47c661 Compare July 16, 2026 13:58
@copyberry
copyberry Bot merged commit a47c661 into main Jul 16, 2026
14 of 32 checks passed
@copyberry
copyberry Bot deleted the copyberry/codex-internal-to-codex-oss/e5ac6a1f0d6a1f68b194467ef7da48adf4a88d7c branch July 16, 2026 14:00
@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.

7 participants