← Search

Xueqi Ma

7 accepted papers

2026

Coarse-to-Fine Open-Set Graph Node Classification with Large Language Models

AAAI 2026technical

Developing open-set classification methods capable of classifying in-distribution (ID) data while detecting out-of-distribution (OOD) samples is essential for deploying graph neural networks (GNNs) in open-world scenarios. Existing methods typically treat all OOD samples as a single class, despite r

Cited by 0SourcePDFScholar
2026

GraphSculptor: Sculpting Pre-training Core Sets for Graph Self-supervised Learning

IJCAI 2026

Graph self-supervised learning (SSL) typically relies on large-scale unlabeled datasets, heavily inflating computational costs. However, empirical evidence suggests that these datasets contain substantial redundancy—our analysis reveals that uniformly subsampling 50% of graphs retains over 96% of do

Cited by 0Scholar
2025

Cognitive Mirrors: Exploring the Diverse Functional Roles of Attention Heads in LLM Reasoning

NeurIPS 2025poster

Large language models (LLMs) have achieved state-of-the-art performance in a variety of tasks, but remain largely opaque in terms of their internal mechanisms. Understanding these mechanisms is crucial to improve their reasoning abilities. Drawing inspiration from the interplay between neural proces…

Cited by 0SourceScholar
2024

Gradformer: Graph Transformer with Exponential Decay

IJCAI 2024poster

Graph Transformers (GTs) have demonstrated their advantages across a wide range of tasks. However, the self-attention mechanism in GTs overlooks the graph's inductive biases, particularly biases related to structure, which are crucial for the graph tasks. Although some methods utilize positional enc…

2024

Where to Mask: Structure-Guided Masking for Graph Masked Autoencoders

IJCAI 2024poster

Graph masked autoencoders (GMAE) have emerged as a significant advancement in self-supervised pre-training for graph-structured data. Previous GMAE models primarily utilize a straightforward random masking strategy for nodes or edges during training. However, this strategy fails to consider the vary…

2023

Gapformer: Graph Transformer with Graph Pooling for Node Classification

IJCAI 2023poster

Graph Transformers (GTs) have proved their advantage in graph-level tasks. However, existing GTs still perform unsatisfactorily on the node classification task due to 1) the overwhelming unrelated information obtained from a vast number of irrelevant distant nodes and 2) the quadratic complexity reg…