← Search

Xuemin Lin

9 accepted papers

2026

DHG-Bench: A Comprehensive Benchmark for Deep Hypergraph Learning

ICLR 2026poster

Deep graph models have achieved great success in network representation learning. However, their focus on pairwise relationships restricts their ability to learn pervasive higher-order interactions in real-world systems, which can be naturally modeled as hypergraphs. To tackle this issue, Hypergraph…

Cited by 0SourcecodeScholar
2026

Towards Generative Graph Matching for Graph Edit Distance Computation

ICML 2026poster

Graph Edit Distance (GED), which aims to find an edit path with minimum number of edit operations to transform one graph into another, is a fundamental NP-hard problem and a widely used graph similarity measure. Recent matching-based hybrid approaches have demonstrated better scalability than A* sea…

Cited by 0SourceScholar
2026

Unlocking Multi-Modal Potentials for Link Prediction on Dynamic Text-Attributed Graphs

AAAI 2026technical

Dynamic Text-Attributed Graphs (DyTAGs) are a novel graph paradigm that captures evolving temporal events (edges) alongside rich textual attributes. Existing studies can be broadly categorized into TGNN-driven and LLM-driven approaches, both of which encode textual attributes and temporal structures

Cited by 0SourcePDFScholar
2025

Towards Unsupervised Training of Matching-based Graph Edit Distance Solver via Preference-aware GAN

NeurIPS 2025poster

Graph Edit Distance (GED) is a fundamental graph similarity metric widely used in various applications. However, computing GED is an NP-hard problem. Recent state-of-the-art hybrid GED solver has shown promising performance by formulating GED as a bipartite graph matching problem, then leveraging a…

Cited by 0SourceScholar
2024

Hypergraph Self-supervised Learning with Sampling-efficient Signals

IJCAI 2024poster

Self-supervised learning (SSL) provides a promising alternative for representation learning on hypergraphs without costly labels. However, existing hypergraph SSL models are mostly based on contrastive methods with the instance-level discrimination strategy, suffering from two significant limitation…

2022

MetaWeighting: Learning to Weight Tasks in Multi-Task Learning

ACL 2022findings

Task weighting, which assigns weights on the including tasks during training, significantly matters the performance of Multi-task Learning (MTL); thus, recently, there has been an explosive interest in it. However, existing task weighting methods assign weights only based on the training loss, while…

Cited by 27SourcePDFScholar
2021

BanditMTL: Bandit-based Multi-task Learning for Text Classification

ACL 2021long

Task variance regularization, which can be used to improve the generalization of Multi-task Learning (MTL) models, remains unexplored in multi-task text classification. Accordingly, to fill this gap, this paper investigates how the task might be effectively regularized, and consequently proposes a m…

Cited by 19SourcePDFScholar
2020

GoGNN: Graph of Graphs Neural Network for Predicting Structured Entity Interactions

IJCAI 2020poster

Entity interaction prediction is essential in many important applications such as chemistry, biology, material science, and medical science. The problem becomes quite challenging when each entity is represented by a complex structure, namely structured entity, because two types of graphs are involve…