This metric aims to evaluate similarity between a generated label and a gold-standard label using the Jaro-Winkler distance, which extends the Jaro distance by giving extra weight to matching prefixes (up to four characters by default). The score lies in [0, 1].
Example:
Generate_Label_1: hasStartTimestamp
Generate_Label_2: hasStartTime
Generate_Label_3: Plant
Gold_Standard_Label: hasStartTimestamp
Result:
What is being measured?
This metric captures lexical similarity weighted toward shared prefixes. It is particularly useful for property labels that follow common conventions such as has, is, or namespace stems like dc: and rdf:.