Skip to content

[WIP] Add semantic clustering and correction learning for resolution engine#75

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/feat-semantic-merchant-clustering
Closed

[WIP] Add semantic clustering and correction learning for resolution engine#75
Copilot wants to merge 1 commit intomainfrom
copilot/feat-semantic-merchant-clustering

Conversation

Copy link
Contributor

Copilot AI commented Mar 22, 2026

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>feat(resolution): semantic merchant clustering + correction learning</issue_title>
<issue_description>## Summary
Phase 3 intelligence layer for the resolution engine.

Requirements

  • Embed merchant/entity descriptions (via ai-providers or local model)
  • Cluster semantically similar transactions (not just text matching)
  • Learn from user corrections: when user re-categorizes, update resolution model
  • Generate explanation objects: "Classified as Groceries because: similar to previous Trader Joe's transactions, amount range matches, weekly pattern"

Acceptance

  • Semantic clustering finds related merchants that text matching misses
  • User corrections improve future resolution accuracy
  • Explanations are generated for all resolutions</issue_description>

Comments on the Issue (you are @copilot in this section)


⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.

@kayodebristol
Copy link
Contributor

Closing this PR to enforce the 1-PR-per-repo rule. Only one Copilot PR is allowed per repository at a time. The oldest PR (#48) will be kept active.

Copilot stopped work on behalf of kayodebristol due to an error March 22, 2026 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(resolution): semantic merchant clustering + correction learning

2 participants