Views
No views yet
DBLP-ACM dataset was preprocessed using the prepare.format function from the neer-match-utilities library. The following preprocessing steps were applied:year column was converted to numeric format.SimilarityMap to compute similarity scores between attributes of records. The following similarity metrics were applied:1similarity_map = {
2 "title": ["levenshtein", "jaro_winkler", "partial_ratio", "token_sort_ratio", "token_set_ratio", "partial_token_set_ratio"],
3 "authors": ["levenshtein", "jaro_winkler", "partial_ratio", "token_sort_ratio", "token_set_ratio", "partial_token_set_ratio"],
4 "venue": ["levenshtein", "jaro_winkler", "partial_ratio", "token_sort_ratio", "token_set_ratio", "partial_token_set_ratio", "notmissing"],
5 "year" : ["euclidean", "gaussian", "notzero"],
6}fit method and the focal_loss loss function with alpha=0.15 and gamma=15.split_test_train method of neer_match_utilities with a test_ratio 0f .8