Views
No views yet
wer_leitet dataset was preprocessed using the prepare.format function from the neer-match-utilities library. The following preprocessing steps were applied:SimilarityMap to compute similarity scores between attributes of records. The following similarity metrics were applied:1similarity_map = {
2 "main_info": ["levenshtein", "jaro_winkler", "partial_ratio", "token_sort_ratio", "token_set_ratio", "partial_token_set_ratio"],
3 "Vorstand": ["levenshtein", "jaro_winkler", "notmissing"],
4 "StVdAR": ["levenshtein", "jaro_winkler", "notmissing"],
5 "address": ["levenshtein", "jaro_winkler", "partial_ratio", "token_sort_ratio", "token_set_ratio", "partial_token_set_ratio", "notmissing"],
6 "birth_date" : ['discrete', "notmissing"],
7 "raw_text": ["token_set_ratio", "partial_token_set_ratio", "notmissing"],
8 "common_name" : ['discrete', "notmissing"],
9 "common_surname" : ['discrete', "notmissing"],
10}fit method and the binary cross-entropy (BCE) loss function.split_test_train method of neer_match_utilities with a test_ratio 0f .3