← Search

Zeang Sheng

4 accepted papers

2025

Can LLMs be Good Graph Judge for Knowledge Graph Construction?

EMNLP 2025

In real-world scenarios, most of the data obtained from the information retrieval (IR) system is unstructured. Converting natural language sentences into structured Knowledge Graphs (KGs) remains a critical challenge. We identified three limitations with respect to existing KG construction methods:

2025

Towards Scalable and Deep Graph Neural Networks via Noise Masking

AAAI 2025technical

In recent years, Graph Neural Networks (GNNs) have achieved remarkable success in many graph mining tasks. However, scaling them to large graphs is challenging due to the high computational and storage costs of repeated feature propagation and non-linear transformation during training. One commonly…

2022

NAFS: A Simple yet Tough-to-beat Baseline for Graph Representation Learning

ICML 2022spotlight

Recently, graph neural networks (GNNs) have shown prominent performance in graph representation learning by leveraging knowledge from both graph structure and node features. However, most of them have two major limitations. First, GNNs can learn higher-order structural information by stacking more l…

Cited by 32SourcePDFScholar
2021

Node Dependent Local Smoothing for Scalable Graph Learning

NeurIPS 2021spotlight

Recent works reveal that feature or label smoothing lies at the core of Graph Neural Networks (GNNs). Concretely, they show feature smoothing combined with simple linear regression achieves comparable performance with the carefully designed GNNs, and a simple MLP model with label smoothing of its pr…