Reranker: filter search results by semantic fit before trust scoring #51
Labels
No labels
accessibility
backlog
browser-pool
bug
cloud
enhancement
feature
infra
paid-tier
performance
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/snipe#51
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: A search for "Wedgwood blue jasperware vase 1970s" returns 200 eBay listings ranked by eBay relevance, which is noisy. Running trust scoring on all 200 is expensive. A reranker pass over the top-50 results against the user's search intent would surface genuinely relevant listings before the trust pipeline runs, reducing wasted trust-score calls and improving result quality.
Scope:
Out of scope: Reranking by price or seller history (that is trust scoring's job).
Acceptance criteria: Fewer irrelevant listings reach trust scoring; user sees fewer obviously off-topic results.
Related: circuitforge-core reranker service (shared infrastructure).