← Search

Yanming Shen

8 accepted papers

2024

Generalizing Knowledge Graph Embedding with Universal Orthogonal Parameterization

ICML 2024poster

Recent advances in knowledge graph embedding (KGE) rely on Euclidean/hyperbolic orthogonal relation transformations to model intrinsic logical patterns and topological structures. However, existing approaches are confined to rigid relational orthogonalization with restricted dimension and homogeneou…

2024

TAU: Trajectory Data Augmentation with Uncertainty for Next POI Recommendation

AAAI 2024technical

Next Point-of-Interest (POI) recommendation has been proven effective at utilizing sparse, intricate spatial-temporal trajectory data to recommend subsequent POIs to users. While existing methods commonly alleviate the problem of data sparsity by integrating spatial-temporal context information, POI…

Cited by 12SourcePDFScholar
2023

To Copy Rather Than Memorize: A Vertical Learning Paradigm for Knowledge Graph Completion

ACL 2023long

Embedding models have shown great power in knowledge graph completion (KGC) task. By learning structural constraints for each training triple, these methods implicitly memorize intrinsic relation rules to infer missing links. However, this paper points out that the multi-hop relation rules are hard…

2023

Towards Better Graph Representation Learning with Parameterized Decomposition & Filtering

ICML 2023poster

Proposing an effective and flexible matrix to represent a graph is a fundamental challenge that has been explored from multiple perspectives, e.g., filtering in Graph Fourier Transforms. In this work, we develop a novel and general framework which unifies many existing GNN models from the view of pa…

2022

A New Perspective on the Effects of Spectrum in Graph Neural Networks

ICML 2022spotlight

Many improvements on GNNs can be deemed as operations on the spectrum of the underlying graph matrix, which motivates us to directly study the characteristics of the spectrum and their effects on GNN performance. By generalizing most existing GNN architectures, we show that the correlation issue cau…

2022

HousE: Knowledge Graph Embedding with Householder Parameterization

ICML 2022spotlight

The effectiveness of knowledge graph embedding (KGE) largely depends on the ability to model intrinsic relation patterns and mapping properties. However, existing approaches can only capture some of them with insufficient modeling capacity. In this work, we propose a more powerful KGE framework name…

2021

Do Transformers Really Perform Badly for Graph Representation?

NeurIPS 2021poster

The Transformer architecture has become a dominant choice in many domains, such as natural language processing and computer vision. Yet, it has not achieved competitive performance on popular leaderboards of graph-level prediction compared to mainstream GNN variants. Therefore, it remains a mystery…