@Scoot said in Fairness % of rating:
pretty easy to filter those as duplicates with names like that.
For a human, yes it's obvious. For a programmable algorithm - which would be required here - it's not. And yes, I am talking from real world software development experience.
You need an algorithm with a high rate of matching names that belong together, but at the same time you need a super low rate of false positives and these are conflictive goals.
In the end you have like 80% auto-matching and still need to process the rest manually. This is not easy task in a map vault of a few thousand maps. And that just covers the status quo. New maps are uploaded every day and they need to be covered as well.