← Search

Fuhai Li

5 accepted papers

2026

GALAX: Graph-Augmented Language Model for Explainable Reinforcement-Guided Subgraph Reasoning in Precision Medicine

ICLR 2026poster

In precision medicine, quantitative multi-omic features, topological context, and textual biological knowledge play vital roles in identifying disease-critical signaling pathways and targets, guiding the discovery of novel therapeutics and effective treatment strategies. Existing pipelines capture o…

Cited by 0SourcecodeScholar
2024

Rethinking the Power of Graph Canonization in Graph Representation Learning with Stability

ICLR 2024poster

The expressivity of Graph Neural Networks (GNNs) has been studied broadly in recent years to reveal the design principles for more powerful GNNs. Graph canonization is known as a typical approach to distinguish non-isomorphic graphs, yet rarely adopted when developing expressive GNNs. This paper pro…

Cited by 8SourcePDFScholar
2023

Extending the Design Space of Graph Neural Networks by Rethinking Folklore Weisfeiler-Lehman

NeurIPS 2023poster

Message passing neural networks (MPNNs) have emerged as the most popular framework of graph neural networks (GNNs) in recent years. However, their expressive power is limited by the 1-dimensional Weisfeiler-Lehman (1-WL) test. Some works are inspired by $k$-WL/FWL (Folklore WL) and design the corres…

2022

How Powerful are K-hop Message Passing Graph Neural Networks

NeurIPS 2022accept

The most popular design paradigm for Graph Neural Networks (GNNs) is 1-hop message passing---aggregating information from 1-hop neighbors repeatedly. However, the expressive power of 1-hop message passing is bounded by the Weisfeiler-Lehman (1-WL) test. Recently, researchers extended 1-hop message p…

2022

PACE: A Parallelizable Computation Encoder for Directed Acyclic Graphs

ICML 2022spotlight

Optimization of directed acyclic graph (DAG) structures has many applications, such as neural architecture search (NAS) and probabilistic graphical model learning. Encoding DAGs into real vectors is a dominant component in most neural-network-based DAG optimization frameworks. Currently, most popula…