-
Beta Was this translation helpful? Give feedback.
Answered by
gpapadis
May 19, 2023
Replies: 1 comment
-
Hi, thanks for reaching out! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Nikoletos-K
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for reaching out!
I apologize for the late response. I just came accross your question.
Low precision is normal for blocking workflows. Their goal is to achieve high recall, which I see they do, while reducing the computational cost when compared to the brute force approach (i.e., all pairs of input entities). The candidate pairs generated by blocking are then processed by matching methods, which indeed raise precision at a low cost in recall.