Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.63 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.63 KB

📐 Metric Learning for Entity Resolution

Project

This project was automatically exported from code.google.com/p/metric-learning, hence GitHub does not keep track of its contribution network. See all 80+ project forks here.

Cite

Metric learning algorithm (ACIDS)

@inproceedings{SONG12,
  author = {Soru, Tommaso and {Ngonga Ngomo}, Axel-Cyrille},
  booktitle = {Proceedings of the 2nd Joint International Semantic Technology Conference (JIST)},
  title = {Active Learning of Domain-Specific Distances for Link Discovery},
  url = {https://www.researchgate.net/publication/240615212_Active_Learning_of_Domain-Specific_Distances_for_Link_Discovery},
  year = 2012
}

Filter for weighted edit distances (REEDED)

@inproceedings{SONG13,
  author = {Soru, Tommaso and {Ngonga Ngomo}, Axel-Cyrille},
  booktitle = {Proceedings of the Eighth International Workshop on Ontology Matching},
  title = {Rapid Execution of Weighted Edit Distances},
  url = {https://www.researchgate.net/publication/264081153_Rapid_Execution_of_Weighted_Edit_Distances},
  year = 2013
}