Hello,
I wanted to ask, if ZINGG can be used in author name disambiguation of Arxiv dataset on Kaggle. I basically want to collapse authors with same name to one. The meta data which I have is here: https://www.kaggle.com/datasets/Cornell-University/arxiv
I was wondering if I provide just names with the categories, will zingg be caplable in finding authors which are same. While I do have abstract too, I can tokenize them using TF-IDF or bert embedder which Ideally should featurize similar meaning strings together, Can that be used as a feature for ZINGG?
Also do you have python API ?