Papers › HAHE: Hierarchical Attention for Hyper-Relational Knowledge Graphs in Global and Local Level

HAHE: Hierarchical Attention for Hyper-Relational Knowledge Graphs in Global and Local Level

11 May 2023ACL 2023 7arXiv:2305.06588archive 2025-07-28

Haoran Luo, Haihong E, Yuhao Yang, Yikai Guo, Mingzhi Sun, Tianyu Yao, Zichen Tang, Kaiyang Wan, Meina Song, Wei Lin

Link Prediction on Hyper-relational Knowledge Graphs (HKG) is a worthwhile endeavor. HKG consists of hyper-relational facts (H-Facts), composed of a main triple and several auxiliary attribute-value qualifiers, which can effectively represent factually comprehensive information. The internal structure of HKG can be represented as a hypergraph-based representation globally and a semantic sequence-based representation locally. However, existing research seldom simultaneously models the graphical and sequential structure of HKGs, limiting HKGs' representation. To overcome this limitation, we propose a novel Hierarchical Attention model for HKG Embedding (HAHE), including global-level and local-level attention. The global-level attention can model the graphical structure of HKG using hypergraph dual-attention layers, while the local-level attention can learn the sequential structure inside H-Facts via heterogeneous self-attention layers. Experiment results indicate that HAHE achieves state-of-the-art performance in link prediction tasks on HKG standard datasets. In addition, HAHE addresses the issue of HKG multi-position prediction for the first time, increasing the applicability of the HKG link prediction task. Our code is publicly available.

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="2305.06588")

Code

Syntology Ran 3 of 6 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 3 ran with no contract checked.

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

lhrlab/hahe officialmentioned in papermentioned on GitHubpytorch 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

6 samples harvested; 3 ran; 0 honoured the contract we drafted; 3 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.

3ran
3unverified

Licence: 0 of the 6 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 lhrlab/hahe. “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.

FeedForward lhrlab/hahe/src/transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · c7a04b50a7ae1d74 · report
Global lhrlab/hahe/src/transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 62cdeda5eb8e1d06 · report
PrepareForMultiHeadAttention lhrlab/hahe/src/transformer.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 73433de2ef4e87f4 · report
MultiHeadAttention lhrlab/hahe/src/transformer.py official repository unverified MIT (permissive) · 85383a26407bef78 · report
Transformer lhrlab/hahe/src/transformer.py official repository unverified MIT (permissive) · 96a90688e81415f4 · report
TransformerLayer lhrlab/hahe/src/transformer.py official repository unverified MIT (permissive) · 61b713fd88663e63 · report

Tasks

AttributeKnowledge GraphsLink PredictionPrediction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Link Prediction JF17K HAHE H@1 0.554 #1 of 3 Archive leaderboard report
Link Prediction JF17K HAHE H@10 0.806 #1 of 3 Archive leaderboard report
Link Prediction JF17K HAHE MRR 0.623 #1 of 3 Archive leaderboard report
Link Prediction Temp8 HAHE Hit@1 0.291 #1 of 2 Archive leaderboard report
Link Prediction Temp8 HAHE Hit@10 0.516 #1 of 2 Archive leaderboard report
Link Prediction Temp8 HAHE MRR 0.368 #1 of 2 Archive leaderboard report
Link Prediction Wikipeople HAHE H@1 0.447 #1 of 1 Archive leaderboard report
Link Prediction Wikipeople HAHE H@10 0.639 #1 of 1 Archive leaderboard report
Link Prediction Wikipeople HAHE MRR 0.509 #1 of 1 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