Papers › Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment

Multilingual Knowledge Graph Completion with Self-Supervised Adaptive Graph Alignment

28 Mar 2022ACL 2022 5arXiv:2203.14987archive 2025-07-28

Zijie Huang, Zheng Li, Haoming Jiang, Tianyu Cao, Hanqing Lu, Bing Yin, Karthik Subbian, Yizhou Sun, Wei Wang

Predicting missing facts in a knowledge graph (KG) is crucial as modern KGs are far from complete. Due to labor-intensive human labeling, this phenomenon deteriorates when handling knowledge represented in various languages. In this paper, we explore multilingual KG completion, which leverages limited seed alignment as a bridge, to embrace the collective knowledge from multiple languages. However, language alignment used in prior works is still not fully exploited: (1) alignment pairs are treated equally to maximally push parallel entities to be close, which ignores KG capacity inconsistency; (2) seed alignment is scarce and new alignment identification is usually in a noisily unsupervised manner. To tackle these issues, we propose a novel self-supervised adaptive graph alignment (SS-AGA) method. Specifically, SS-AGA fuses all KGs as a whole graph by regarding alignment as a new edge type. As such, information propagation and noise influence across KGs can be adaptively controlled via relation-aware attention weights. Meanwhile, SS-AGA features a new pair generator that dynamically captures potential alignment pairs in a self-supervised paradigm. Extensive experiments on both the public multilingual DBPedia KG and newly-created industrial multilingual E-commerce KG empirically demonstrate the effectiveness of SS-AG

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2203.14987")

Code

Syntology Ran 0 of 13 code samples harvested from 1 repository linked to this paper; 13 have no recorded run.

By repository: official repository: 13 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

amzn/ss-aga-kgc officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 0 ran; 0 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

13unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from amzn/ss-aga-kgc. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

KNN_distance_batch amzn/ss-aga-kgc/src/ssaga_model.py official repository unverified Apache-2.0 (permissive) · fe7775148069f8ed · report
Ranking_all_batch amzn/ss-aga-kgc/src/utils.py official repository unverified Apache-2.0 (permissive) · 505a2037a95f229d · report
extract_entities amzn/ss-aga-kgc/src/validate.py official repository unverified Apache-2.0 (permissive) · 3689ab93616e1197 · report
filt_hits_at_n amzn/ss-aga-kgc/src/validate.py official repository unverified Apache-2.0 (permissive) · e390c35ce245a1b7 · report
get_KNN_batch amzn/ss-aga-kgc/src/ssaga_model.py official repository unverified Apache-2.0 (permissive) · 101d82f94bd38f5e · report
get_negative_samples_alignment amzn/ss-aga-kgc/src/utils.py official repository unverified Apache-2.0 (permissive) · f2461d0067c4446b · report
get_negative_samples_graph amzn/ss-aga-kgc/src/utils.py official repository unverified Apache-2.0 (permissive) · 51910091f8bd88b1 · report
hr2t_from_train_set amzn/ss-aga-kgc/src/validate.py official repository unverified Apache-2.0 (permissive) · acf0462dc6ad08ef · report
k_hop_subgraph amzn/ss-aga-kgc/src/graph_sampler.py official repository unverified Apache-2.0 (permissive) · 62d75dbae65c5fd5 · report
l2distance amzn/ss-aga-kgc/src/ssaga_model.py official repository unverified Apache-2.0 (permissive) · 5b600a498c077665 · report
parse_args amzn/ss-aga-kgc/run_model.py official repository unverified Apache-2.0 (permissive) · 8bf81439addc03d5 · report
set_args amzn/ss-aga-kgc/run_model.py official repository unverified Apache-2.0 (permissive) · 9b545733db925243 · report
set_logger amzn/ss-aga-kgc/run_model.py official repository unverified Apache-2.0 (permissive) · ac1cc817f2eb1c18 · report

Tasks

Knowledge Graph Completion

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Knowledge Graph Completion DBP-5L (English) SS-AGA MRR 32.1 #3 of 3 Archive leaderboard report
Knowledge Graph Completion DBP-5L (Greek) SS-AGA MRR 35.3 #3 of 3 Archive leaderboard report
Knowledge Graph Completion DPB-5L (French) SS-AGA MRR 36.6 #3 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections