{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/multi-view-knowledge-graph-embedding-for","title":"Multi-view Knowledge Graph Embedding for Entity Alignment","arxiv_id":"1906.02390","date":"2019-06-06","proceeding":null,"authors":["Qingheng Zhang","Zequn Sun","Wei Hu","Muhao Chen","Lingbing Guo","Yuzhong Qu"],"abstract":"We study the problem of embedding-based entity alignment between knowledge graphs (KGs). Previous works mainly focus on the relational structure of entities. Some further incorporate another type of features, such as attributes, for refinement. However, a vast of entity features are still unexplored or not equally treated together, which impairs the accuracy and robustness of embedding-based entity alignment. In this paper, we propose a novel framework that unifies multiple views of entities to learn embeddings for entity alignment. Specifically, we embed entities based on the views of entity names, relations and attributes, with several combination strategies. Furthermore, we design some cross-KG inference methods to enhance the alignment between two KGs. Our experiments on real-world datasets show that the proposed framework significantly outperforms the state-of-the-art embedding-based entity alignment methods. The selected views, cross-KG inference and combination strategies all contribute to the performance improvement.","url_abs":"https://arxiv.org/abs/1906.02390v1","url_pdf":"https://arxiv.org/pdf/1906.02390v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"multi-view-knowledge-graph-embedding-for","repo_url":"https://github.com/nju-websoft/MultiKE","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"tf","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"entity-alignment","task_name":"Entity Alignment"},{"task_slug":"graph-embedding","task_name":"Graph Embedding"},{"task_slug":"knowledge-graph-embedding","task_name":"Knowledge Graph Embedding"},{"task_slug":"knowledge-graphs","task_name":"Knowledge Graphs"}],"methods":[{"method_slug":"multike","method_name":"MultiKE"}],"datasets_introduced":[],"methods_introduced":[{"slug":"multike","name":"MultiKE","full_name":"Multi-view Knowledge Graph Embedding"}],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1906.02390","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1906.02390"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nju-websoft/MultiKE","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":21},"by_repo_kind":{"official":{"samples":21,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"46085cfe7d999477","entry":"add_weights","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/predicate_alignment.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/predicate_alignment.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"46085cfe7d999477"}},{"code_sha256_prefix":"e7ac0426687933e7","entry":"attribute_logistic_loss","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/losses.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e7ac0426687933e7"}},{"code_sha256_prefix":"12975d5e64902f45","entry":"generate_attribute_triple_batch","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/attr_batch.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/attr_batch.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"12975d5e64902f45"}},{"code_sha256_prefix":"68b300e04fbd57e1","entry":"generate_dict","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/data_model.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/data_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"68b300e04fbd57e1"}},{"code_sha256_prefix":"19cc8c16286119b6","entry":"generate_neg_attribute_triples","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/attr_batch.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/attr_batch.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"19cc8c16286119b6"}},{"code_sha256_prefix":"83f669191198cd63","entry":"generate_optimizer","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/MultiKE_model.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/MultiKE_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"83f669191198cd63"}},{"code_sha256_prefix":"04634dcd1c688d53","entry":"generate_pos_triples","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/attr_batch.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/attr_batch.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"04634dcd1c688d53"}},{"code_sha256_prefix":"6332216f8d0935c1","entry":"generate_sup_attribute_triples","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/data_model.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/data_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6332216f8d0935c1"}},{"code_sha256_prefix":"6624d325f44d663d","entry":"generate_sup_predicate_triples","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/predicate_alignment.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/predicate_alignment.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6624d325f44d663d"}},{"code_sha256_prefix":"cb453c857723992b","entry":"generate_unlisted_word2vec","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/literal_encoder.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/literal_encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cb453c857723992b"}},{"code_sha256_prefix":"cf66961415055ec1","entry":"get_optimizer","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/MultiKE_model.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/MultiKE_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cf66961415055ec1"}},{"code_sha256_prefix":"73e4eaa9632f9225","entry":"link2dic","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/predicate_alignment.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/predicate_alignment.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"73e4eaa9632f9225"}},{"code_sha256_prefix":"b9a4445ee0055a9d","entry":"load_args","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/utils.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b9a4445ee0055a9d"}},{"code_sha256_prefix":"9467e21a6a075c40","entry":"load_literal_vectors","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/data_model.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/data_model.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9467e21a6a075c40"}},{"code_sha256_prefix":"8fcdda216ea70bc6","entry":"merge_dic","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/utils.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8fcdda216ea70bc6"}},{"code_sha256_prefix":"853bc4e1c5aee8b1","entry":"relation_logistic_loss","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/losses.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"853bc4e1c5aee8b1"}},{"code_sha256_prefix":"15497df7b50ad3af","entry":"relation_logistic_loss_wo_negs","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/losses.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/losses.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"15497df7b50ad3af"}},{"code_sha256_prefix":"df174f67726ee0b5","entry":"sigmoid","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/auto_encoder.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/auto_encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"df174f67726ee0b5"}},{"code_sha256_prefix":"d86c86bc668b2175","entry":"tanh","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/auto_encoder.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/auto_encoder.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d86c86bc668b2175"}},{"code_sha256_prefix":"748eca5f74ea1a2f","entry":"task_divide","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/utils.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"748eca5f74ea1a2f"}},{"code_sha256_prefix":"b24696a6ffb6d599","entry":"wva","repo":"nju-websoft/MultiKE","repo_kind":"official","path":"code/MultiKE_Late.py","file_url":"https://github.com/nju-websoft/MultiKE/blob/HEAD/code/MultiKE_Late.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b24696a6ffb6d599"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}