Reranker: improve job listing relevance with Qwen3-Reranker #108
Labels
No labels
a11y
backlog
beta-feedback
bug
enhancement
feature-request
frontend
needs-triage
question
vue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#108
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Context: Embedding-based retrieval ranks job listings by cosine similarity to resume vectors, which misses nuance (a listing that mentions Python once scores similarly to one requiring 5 years of Python). A cross-encoder reranker pass over the top-50 results would significantly improve ranking quality before presenting to the user.
Scope:
RerankerAdapter(already in Avocet model registry)Out of scope: Training or fine-tuning the reranker on job-specific data (later milestone).
Acceptance criteria: Job listing feed order measurably improves on manual spot-check; ATS bullet suggestions ranked by JD fit score.
Related: Avocet model registry has
RerankerAdapter+text-rankingpipeline tag support. Qwen3-Reranker-8B queued for download in Avocet.