Reranker: improve recipe suggestions by pantry and dietary fit #117
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#117
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: Recipe suggestions are currently ranked by ingredient overlap count. A cross-encoder reranker can score "how well does this recipe fit my current pantry state + dietary profile" holistically, catching nuances that overlap counting misses (a recipe with 8/10 ingredients but one critical allergen should rank low; a recipe with 6/10 ingredients but perfect dietary fit should rank high).
Scope:
Out of scope: Training a Kiwi-specific reranker (use general Qwen3-Reranker).
Acceptance criteria: Recipe feed order respects dietary constraints and pantry fit more accurately than overlap count alone.
Related: circuitforge-core reranker service (shared infrastructure).