← Search

Siqiang Luo

15 accepted papers

2025

Permitted Knowledge Boundary: Evaluating the Knowledge-Constrained Responsiveness of Large Language Models

EMNLP 2025

With the advancement of large language models (LLMs), recent research has raised concerns about their controllability.. In this paper, we argue for the importance of Knowledge-Constrained Responsiveness (KCR), ensuring that LLMs comply with human-defined constraints. However, KCR is an implicit and

2025

Towards Graph Foundation Models: Training on Knowledge Graphs Enables Transferability to General Graphs

NeurIPS 2025poster

Inspired by the success of large language models, there is a trend toward developing graph foundation models to conduct diverse downstream tasks in various domains. However, current models often require extra fine-tuning to apply their learned structural and semantic representations to new graphs, w…

Cited by 0SourceScholar
2025

Unifews: You Need Fewer Operations for Efficient Graph Neural Networks

ICML 2025poster

Graph Neural Networks (GNNs) have shown promising performance, but at the cost of resource-intensive operations on graph-scale matrices. To reduce computational overhead, previous studies attempt to sparsify the graph or network parameters, but with limited flexibility and precision boundaries. In t…

Cited by 0SourcePDFScholar
2024

LLM as Prompter: Low-resource Inductive Reasoning on Arbitrary Knowledge Graphs

ACL 2024findings

Knowledge Graph (KG) inductive reasoning, which aims to infer missing facts from new KGs that are not seen during training, has been widely adopted in various applications. One critical challenge of KG inductive reasoning is handling low-resource scenarios with scarcity in both textual and structura…

2024

StructAM: Enhancing Address Matching through Semantic Understanding of Structure-aware Information

COLING 2024main

The task of address matching involves linking unstructured addresses to standard ones in a database. The challenges presented by this task are manifold: misspellings, incomplete information, and variations in address content are some examples. While there have been previous studies on entity matchin…

Cited by 1SourcePDFScholar
2023

Deep Graph Structural Infomax

AAAI 2023technical

In the scene of self-supervised graph learning, Mutual Information (MI) was recently introduced for graph encoding to generate robust node embeddings. A successful representative is Deep Graph Infomax (DGI), which essentially operates on the space of node features but ignores topological structures,…

2023

LD2: Scalable Heterophilous Graph Neural Network with Decoupled Embeddings

NeurIPS 2023poster

Heterophilous Graph Neural Network (GNN) is a family of GNNs that specializes in learning graphs under heterophily, where connected nodes tend to have different labels. Most existing heterophilous models incorporate iterative non-local computations to capture node relationships. However, these appro…

2022

Finding Global Homophily in Graph Neural Networks When Meeting Heterophily

ICML 2022spotlight

We investigate graph neural networks on graphs with heterophily. Some existing methods amplify a node’s neighborhood with multi-hop neighbors to include more nodes with homophily. However, it is a significant challenge to set personalized neighborhood sizes for different nodes. Further, for other ho…

2022

Spiking Graph Convolutional Networks

IJCAI 2022poster

Graph Convolutional Networks (GCNs) achieve an impressive performance due to the remarkable representation ability in learning the graph information. However, GCNs, when implemented on a deep network, require expensive computation power, making them difficult to be deployed on battery-powered device…