Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The union-find datastore needs to be reinitialized for each dedup iteration #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xu3kev
Copy link

@xu3kev xu3kev commented Jan 15, 2023

The union-find stores the disjoin set representation of document idx (numbering started from 0) and the semantics are different in each iteration (i.e. group1, and group2 here). For example, the same number would refer to the different documents in group 1 and group 2, without reinitializing and clearing the union-find store, it'll contaminate the result for the next group.

@taisazero taisazero self-assigned this Jan 19, 2023
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.

2 participants