{"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/knowing-the-no-match-entity-alignment-with","title":"Knowing the No-match: Entity Alignment with Dangling Cases","arxiv_id":"2106.02248","date":"2021-06-04","proceeding":"ACL 2021 5","authors":["Zequn Sun","Muhao Chen","Wei Hu"],"abstract":"This paper studies a new problem setting of entity alignment for knowledge graphs (KGs). Since KGs possess different sets of entities, there could be entities that cannot find alignment across them, leading to the problem of dangling entities. As the first attempt to this problem, we construct a new dataset and design a multi-task learning framework for both entity alignment and dangling entity detection. The framework can opt to abstain from predicting alignment for the detected dangling entities. We propose three techniques for dangling entity detection that are based on the distribution of nearest-neighbor distances, i.e., nearest neighbor classification, marginal ranking and background ranking. After detecting and removing dangling entities, an incorporated entity alignment model in our framework can provide more robust alignment for remaining entities. Comprehensive experiments and analyses demonstrate the effectiveness of our framework. We further discover that the dangling entity detection module can, in turn, improve alignment learning and the final performance. The contributed resource is publicly available to foster further research.","url_abs":"https://arxiv.org/abs/2106.02248v1","url_pdf":"https://arxiv.org/pdf/2106.02248v1.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":"knowing-the-no-match-entity-alignment-with","repo_url":"https://github.com/nju-websoft/OpenEA","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"tf","reach":null}],"tasks":[{"task_slug":"abstention-prediction","task_name":"Abstention Prediction"},{"task_slug":"entity-alignment","task_name":"Entity Alignment"},{"task_slug":"knowledge-graphs","task_name":"Knowledge Graphs"}],"methods":[],"datasets_introduced":[{"slug":"dbp2-0-zh-en","name":"DBP2.0 zh-en","full_name":""}],"methods_introduced":[],"results":[{"leaderboard":"/sota/entity-alignment-on-dbp2-0-zh-en","task":"Entity Alignment","dataset":"DBP2.0 zh-en","model":"MTransE w/ background ranking","rank_in_archive_order":1,"of":2,"metrics":{"Entity Alignment (Consolidated) F1":"0.335","dangling entity detection F1":"0.767"},"uses_additional_data":false},{"leaderboard":"/sota/entity-alignment-on-dbp2-0-zh-en","task":"Entity Alignment","dataset":"DBP2.0 zh-en","model":"AliNet w/ background ranking","rank_in_archive_order":2,"of":2,"metrics":{"Entity Alignment (Consolidated) F1":"0.238","dangling entity detection F1":"0.643"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2106.02248","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2106.02248"}},"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/OpenEA","reach":null}],"summary":{"ran":2,"ran_honours":3,"ran_fixture":1,"unverified":16},"by_repo_kind":{"official":{"samples":22,"ran":6,"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":22,"samples":[{"code_sha256_prefix":"3c0ff4f06ef8b321","entry":"Layer","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"3c0ff4f06ef8b321"}},{"code_sha256_prefix":"1b81a9d17538a9dc","entry":"UniformNeighborSampler","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"1b81a9d17538a9dc"}},{"code_sha256_prefix":"1db9a666f4d332c3","entry":"cal_maxpooling_matching","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"1db9a666f4d332c3"}},{"code_sha256_prefix":"7077dbd69a51ff99","entry":"cosine_distance","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"7077dbd69a51ff99"}},{"code_sha256_prefix":"5ae2775ae401c6f9","entry":"multi_perspective_expand_for_2D","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"5ae2775ae401c6f9"}},{"code_sha256_prefix":"0a0766dae72ea646","entry":"zeros","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"well_formed","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"0a0766dae72ea646"}},{"code_sha256_prefix":"9ffee4b96881f6f7","entry":"AttentionAggregator","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"9ffee4b96881f6f7"}},{"code_sha256_prefix":"9bccf1fdbfb84b5d","entry":"Dense","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"9bccf1fdbfb84b5d"}},{"code_sha256_prefix":"f37dfa1313dd23d6","entry":"GCNAggregator","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"f37dfa1313dd23d6"}},{"code_sha256_prefix":"fc89669b9a79a748","entry":"GraphMatchNN","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"fc89669b9a79a748"}},{"code_sha256_prefix":"76e54603b7c6d683","entry":"LayerUtils","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"76e54603b7c6d683"}},{"code_sha256_prefix":"0ebbf321da9d270b","entry":"MaxPoolingAggregator","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"0ebbf321da9d270b"}},{"code_sha256_prefix":"86002eddf8e7fa06","entry":"MeanAggregator","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"86002eddf8e7fa06"}},{"code_sha256_prefix":"d2b507b31dbce312","entry":"SeqAggregator","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"d2b507b31dbce312"}},{"code_sha256_prefix":"8e016f6dfbe85756","entry":"cal_max_node_2_representation","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"8e016f6dfbe85756"}},{"code_sha256_prefix":"67b15ba49d90becd","entry":"cal_relevancy_matrix","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"67b15ba49d90becd"}},{"code_sha256_prefix":"1b491f3f784b7cb0","entry":"glorot","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"1b491f3f784b7cb0"}},{"code_sha256_prefix":"7fac42d337ea99ba","entry":"highway_layer","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"7fac42d337ea99ba"}},{"code_sha256_prefix":"fb08a68f50e4779b","entry":"mask_relevancy_matrix","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"fb08a68f50e4779b"}},{"code_sha256_prefix":"f7a62df783922d94","entry":"match_graph_1_with_graph_2","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"f7a62df783922d94"}},{"code_sha256_prefix":"95a32b38fbdf8e6f","entry":"multi_highway_layer","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"95a32b38fbdf8e6f"}},{"code_sha256_prefix":"33f4b3b8c68d1fad","entry":"multi_perspective_match","repo":"nju-websoft/OpenEA","repo_kind":"official","path":"src/openea/approaches/gmnn.py","file_url":"https://github.com/nju-websoft/OpenEA/blob/HEAD/src/openea/approaches/gmnn.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"33f4b3b8c68d1fad"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}